/* .sign-up-area-form form input[type="password"] {
    margin-bottom: 0;
} */
.sign-up-area-form form input[type="checkbox"] {
	width: 20px;
    margin: 0;
    margin-right: 5px;
    height: auto;
}
.remember_me{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sign-up-area-form form input {
	margin-bottom: 0;
}
.webinars-benefit-left h2{
	padding-bottom: 20px;
}
.webinars-benefit-left ul{
	padding-left: 20px;
}
.webinars-benefit-left ul li{
    margin-bottom: 10px;
    list-style: disc;
}

.cart_count {
	position: absolute;
	background: blue;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 10px;
	font-weight: bold;
	right: -15px;
	top: 5px;
    transition: all .4s ease;
}
a:hover .cart_count{
    background: #31c77f;
}

.cat_icon {
	background: #000;
	color: #fff;
	height: 35px;
	font-size: 15px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	margin-right: 15px;
	border-radius: 50%;
}
.popular-categories-box ul {
	display: grid;
	grid-template-columns: 50px auto;
	align-items: center;
}
.checkout_fields input, .checkout_fields textarea, .summury-inn input {
	height: auto;
}


.section-heading {
    margin-bottom: 60px;
    text-align: center;
}

.subheading {
    text-transform: uppercase;
    font-size: 13px;
    color: #385777;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    padding-left: 50px;
    display: inline-block;
}

.center-heading .subheading {
    padding-left: 0px;
    color: #FF1949;
}

.center-heading h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 36px;
}

.center-heading h3::before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    width: 40px;
    height: 2px;
    bottom: 0px;
    margin: 0px auto;
    background: #FF1949;
}

.course-block.style-5 {
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
    border-radius: 10px;
}

.course-block {
    border: 1px solid #e2f4ff;
    background: #fff;
    transition: .4s;
}

.course-block.style-5:hover {
    cursor: pointer;
    box-shadow: 0 14px 59px rgba(0, 0, 0, 0.12);
    background: #fff;
}

.course-block.style-5 .course-img {
    position: relative;
    overflow: hidden;
}

.course-img {
    position: relative;
    margin-bottom: 10px;
}

.course-block.style-5 .course-img img {
    border-radius: 0px;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.course-block.style-5 .course-content {
    padding: 20px 30px;
    position: relative;
    transition: all .4s ease-in-out
}


.course-block.style-5 .course-price {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    background: #263b5e;
    border: 2px solid #3cd7ab;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
    margin-left: 5px;
}

.rating {
    margin-bottom: 10px;
    font-size: 13px;
}

.course-block .course-content h4 {
    margin: 10px 0px;
    font-size: 16px;
}

.course-block.style-5 .course-content h4 {
    line-height: 1.4;
}

.course-block.style-5 .course-meta {
    margin: 20px 0px 0px;
}

.author-thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.course-meta span {
    margin-right: 15px;
    display: inline-block;
    font-size: 14px;
    color: #222;
    font-weight: 600;
}

.course-block.style-5 .course-meta span {
    font-size: 12px;
    color: #222;
    font-weight: 400;
}

.course-block.style-5 .course-meta span {
    font-size: 12px;
    color: #222;
    font-weight: 400;
}

.course-meta span i {
    margin-right: 7px;
    color: #FF1949;
}

.course-speaker-name {

    font-size: 12px;
    text-align: right;
    color: #12b982;
    font-weight: normal;
    letter-spacing: 1px;
    transition: all .4s ease-in-out
}

.course-grid {
    grid-template-columns: repeat(3, 33%);
}

.author_thumb_meta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
}

.course-item {
    display: block;
    box-shadow: 0px 0px 16px rgb(4 59 80 / 10%);
    margin-top: 30px;
    position: relative;
}

.overlay {
    position: absolute;
    left: 50%;
    top: auto;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 0%;
    align-content: center;
    background: #000000a8;
    z-index: 99;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    border-radius: 50%;
    transition: all .4s ease
}

.overlay p {
    align-self: center;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    margin-top: -70px;
}

.course-image {
    padding: 7rem;
    flex: 1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .4s ease-in-out
}

.course-item:hover .overlay {
    visibility: visible;
    opacity: 1;
    left: 0;
    width: 100%;
    border-radius: 0
}

/* .course-block.style-5:hover .course-image {
                                transform: scale(1.1)
                            }

                            .course-block.style-5:hover .course-price {
                                top: -25px
                            }

                            .course-block.style-5:hover .course-speaker-name {
                                top: 23px;
                            } */

.course-image img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
}

.mobile-only {
    display: none
}

@media(max-width: 991px) {
    .course-grid {
        grid-template-columns: repeat(2, 50%);
    }
}

@media(max-width: 575px) {

    .course-grid {
        grid-template-columns: repeat(1, auto);
    }

    .mobile-only {
        display: block
    }

    .course-image {
        padding: 0;
        background: none;
    }

    .section-heading {
        margin-bottom: 20px;
    }

    .course-block.style-5 .course-content {
        padding: 35px 30px;
        position: relative;
        transition: all .4s ease-in-out;
    }

    .center-heading h3 {
        font-size: 22px;
    }

    .course-block.style-5 .course-price {
        top: -38px;
    }

    .course-speaker-name {
        top: 12px;
    }
}


.webinar-banner {
    background: #F6F9FC;
    position: relative;
    height: 640px;
    overflow: hidden;
    z-index: 1
}

.webinar-banner .breadcrumb-strip:nth-child(1) {
    background-image: -webkit-linear-gradient(left, #0aab88, #3ebc7f);
    background-image: linear-gradient(90deg, #0aab88, #3ebc7f);
    position: absolute;
    width: 16%;
    left: -50px;
    height: 38%;
    bottom: 0;
    -webkit-clip-path: polygon(34% 0, 100% 0, 68% 100%, 8% 100%);
    clip-path: polygon(34% 0, 100% 0, 68% 100%, 8% 100%);
    z-index: -1
}

.webinar-banner .breadcrumb-strip:nth-child(2) {
    background-image: -webkit-linear-gradient(left, #b6e3a8, #dbf0af);
    background-image: linear-gradient(90deg, #b6e3a8, #dbf0af);
    position: absolute;
    width: 17%;
    left: 0;
    height: 80%;
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 0 100%, 67% 0);
    clip-path: polygon(0 0, 0 100%, 67% 0);
    z-index: -1
}

.webinar-banner .breadcrumb-strip:nth-child(3) {
    background: -webkit-linear-gradient(left, #b6e3a8, #dbf0af);
    background: linear-gradient(90deg, #b6e3a8, #dbf0af);
    position: absolute;
    width: 30%;
    right: -16%;
    height: 100%;
    bottom: 0;
    -webkit-clip-path: polygon(34% 0, 100% 0, 68% 100%, 8% 100%);
    clip-path: polygon(34% 0, 100% 0, 68% 100%, 8% 100%);
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    z-index: -1
}

.webinar-banner .breacrumb-inn h1 {
    color: #111;
    font-weight: 500;
    font-size: 42px;
    line-height: 66px;
    font-family: 'Poppins', sans-serif;
}

.webinar-keyword-inn {
    margin-bottom: 40px
}

.webinar-keyword-inn ul {
    justify-content: center;
    border: none
}

.webinar-keyword-inn .nav-item {
    margin: 0 3px
}

.webinar-keyword-inn .nav-tabs .nav-link {
    border: none;
    border-radius: 0
}

.webinar-keyword-inn .nav-link {
    font-size: 16px;
    display: block;
    padding: 12px 30px;
    border-bottom: 0;
    color: #fff;
    background: #120f2d;
    position: relative;
    font-weight: 500;
}

.webinar-keyword-inn .nav-link.active {
    color: #46CD8C;
    background: #120f2d;
}

.course-item {
    display: block;
    box-shadow: 0px 0px 16px rgb(4 59 80 / 10%);
    margin-top: 30px
}

.course-image {
    padding: 7rem;
    flex: 1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.course-image img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
}

.course-body {
    padding: 20px
}

.course-body p {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #00a79d;
    line-height: 1.3;
}

.course-body h2 {
    font-size: 22px;
}

.course-body h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    color: #111;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new_sand_btn {
    display: block;
    text-align: center;
    padding: 15px 30px;
    background: #46CD8C;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transition: all 0.4s
}

.course-item:hover .new_sand_btn {
    background: #120f2d;
}

.course-grid {
    grid-template-columns: repeat(3, auto);
}

.mobile-only {
    display: none
}

@media(max-width: 991px) {
    .webinar-banner .breacrumb-inn h1 {
        font-size: 26px;
        line-height: 38px;
    }

    .webinar-banner .breacrumb-inn h1 br {
        display: none
    }

    .webinar-banner {
        height: auto;
    }

    .course-body h3 {
        font-size: 16px
    }
}


@media(max-width: 575px) {
    .product-breadcrumb-right {
        margin-top: 30px
    }

    .webinar-keyword-inn ul {
        display: block
    }

    .webinar-keyword-inn ul .nav-item {
        margin: 4px 0
    }

    .webinar-keyword-inn .nav-tabs .nav-link {
        display: block;
        width: 100%;
    }

    .course-grid {
        grid-template-columns: repeat(1, auto);
    }

    .mobile-only {
        display: block
    }

    .course-image {
        padding: 0;
        background: none;
    }
}
