@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}


body {
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}

a:focus,
a:hover{
    outline: none;
    text-decoration: none;
}
.img-responsive
{
	width: 100%
}
h1, h2, h3
{
    font-weight: 700;
}
h4, h5, h6
{
    font-weight: 600;
}
/* p{
    font-size: 14px 
} */
ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-style-dots
{
    list-style: disc;
    margin: 0;
    padding: 0;
}
.row-xs
{
    margin-left: -8px;
    margin-right: -8px;
}
.row-xs div[class*="col"] {
    padding: 0 8px;
}

.mt-6, .my-6 {
    margin-top: 4rem!important;
}

.font-weight-600{
    font-weight: 600;
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
}

header
{
	padding: 7px 0;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
	position: sticky;
	top: 0;
	z-index: 3;
    background-color: #3777ff
}
header .container-fluid{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-area img {
    height: 45px;
}
.new-menu-list {
    display: flex;
    align-items: center;
    justify-content: start;
}
.new-menu-list .btn{
    font-size: 15px;
}

.menu-area,
.hs-menubar {
    vertical-align: middle;
}
.menu-trigger {
    /* color: #ffffff;
    font-size: 29px; */
    font-size: 15px;
    padding: 6px 9px 6px 9px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
}

.menu-area>ul>li {
    display: inline-block;
    margin-right: 20px
}

.menu-area>ul>li:last-child {
    margin-right: 0
}

.menu-area > ul > li > a {
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    line-height: 62px;
    transition: .3s;
    text-decoration: none
}

/* .menu-area > ul > li.active a,
.menu-area > ul > li:hover > a,
.menu-area > ul > li.sub-menu ul li a:hover,
.menu-area > ul > li ul.mega-menu li ul.sub-menu-2 li a:hover,
.menu-area > ul > li ul.sub-menu li a:hover {
    color: #3777ff
}

.menu-area ul li ul.sub-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 5px 5px 7px 0 rgba(41, 41, 41, .05);
    width: 215px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    padding: 15px 20px;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

.menu-area ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    border-top: 2px solid #3777ff
}

.menu-area ul li ul.sub-menu li {
    display: block
}

.menu-area ul li ul.sub-menu li a {
    color: #292929;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 26px;
    padding: 0 !important;
    text-transform: capitalize;
    transition: all 0.3s ease 0s
} */

.profile_dropdown {
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    /* padding: 11px 22px; */
    width: 190px;
    border: 5px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9;
    display: none;
    animation-name: drop;
    transition: 0.2s
}
@keyframes drop {
    from {
        top: 60px
    }
    to {
        top: 54px
    }
}
.profile_dropdown::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    right: 10%;
    margin-left: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #fff transparent
}
.profile_dropdown ul {
    padding: 0;
    margin: 0
}
.profile_dropdown ul li {
    list-style-type: none;
    text-align: left;
}
.profile_dropdown ul li a {
    color: #595959;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 10px 16px;
    line-height: 1.2;
    border-bottom: 3px solid #f4f4f4;
}

.profile_dropdown ul li a:hover {
    color: #3777ff
}
.profile_menu{
    position: relative;
}
.profile_menu:hover .profile_dropdown {
    display: block
}
.profile_menu > a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    line-height: 62px;
    transition: .3s;
    text-decoration: none;
}



.home-video-banner {
    height: 100vh;
    width: 100%;
    -webkit-background-size: cover;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-position: center center
}

.home-video-banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7
}
.home-video-banner video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.banner-area {
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
}
.banner-welcome {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 59%;
}
.banner-welcome > img{
    width: 172px;
    margin-bottom: 15px
}
.h1-hidden{
    position: absolute;
    left: -9999px
}
.banner-welcome .article-h1{
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    /* text-transform: uppercase; */
}
.banner-welcome h2{
    font-weight: 500;
    font-size: 25px;
}

/*****/
/*.banner-sec{
    padding: 60px 0 0;
    position: relative;
}
.banner-sec:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 426px;
    background-color: #3777ff;
}
.banner-sec::after{
    content: '';
    position: absolute;
    bottom: -228px;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url(../images/blue-wave.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.banner-text {
    color: #fff;
}
.banner-text h1 {
    font-size: 43px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
}
.banner-text h2 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 25px;
    color: #d7fff8;
}
.play-btn{
    display: flex;
    align-items: center;
}
.video-btn{
    width: 68px;
    height: 68px;
    font-size: 17px;
    line-height: 75px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}
.video-btn i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #3c3a3a;
}
.play-btn p{
    color: #fff;
    margin-bottom: 0;
    padding-left: 15px
}

.form-card{
    background-color: #3777ff;
    box-shadow: 0 1px 9px 0 rgb(0 0 0 / 32%);
    border-radius: 52px;
    padding: 45px;
}*/


._3nWSp {
    margin: 0 -5px
}
.ageGroup {
    position: relative;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 15.4%;
    padding: 5px 5px 10px
}
.ageGroup input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1
}
._inr {
    padding: 14px 11px;
    background: 0 0;
    border-radius: 50%;
    border: 1px solid #7fa8ff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%)
}
._inr p {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500
}
.ageGroup:hover ._inr {
    border: 1px solid #00b1ff;
    background: #d2ebff;
}
.ageGroup input:checked+._inr {
    opacity: 1;
    border: 1px solid #3777ff;
    background: #3777ff
}
.ageGroup input:checked+._inr p {
    color: #fff
}


.btn{
    padding: 11px 30px;
    font-weight: 600;
}
/* .btn:after{
    position: absolute;
    content:"\f061";
    font-family: FontAwesome;
    left: 0;
    top: 0;
    font-size: 15px;
} */
.btn-round{
    border-radius: 30px
}
.btn-large{
    font-size: 20px
}
.btn-warning{
    background-color: #fde054;
}
.btn-light{
    color: #3777ff;
}
.btn-transparent{
    background: transparent;
    color: #fff;
    border: 1px solid #ffffff;
    /* box-shadow: 0 2px 4px rgb(0 0 0 / 62%); */
}
.btn-link.disabled, .btn-link:disabled {
    color: #3777ff;
}
.btn.disabled, .btn:disabled {
    opacity: .45;
}
.btn-gray{
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-gray:hover, .btn-gray.focus, .btn-gray:focus {
    color: #fff;
    background-color: #3777ff;
    border-color: #3777ff;
    box-shadow: none
}
.bg-warning {
    background-color: #fde054!important;
}

/***/
.overlay_modal {
    background-color: #000;
    position: fixed;
    opacity: .5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none
}

.overlay_modal_open {
    display: block !important
}

.overlay_modal_header {
    background-color: #000;
    position: fixed;
    opacity: .7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    filter: blur(8px)
}

.modal_blur {
    filter: blur(8px)
}

.popup {
    position: fixed;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, .2);
    background-clip: padding-box;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    z-index: 9999999999;
    margin: 0 auto;
    width: 420px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    animation-name: example;
    animation-duration: 0.2s;
    transition: 0.4s
}

@keyframes example {
    from {
        opacity: .8
    }
    to {
        opacity: 1
    }
}
.open_popup {
    display: block
}

.popup_header {
    position: absolute;
    top: 0;
    padding: 20px;
    width: 100%;
    text-align: right;
}
._close_popup_buton {
    border-radius: 50%;
    border: none;
    padding: 4px 10px;
    color: #222323;
    cursor: pointer;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1)
}
._close_popup_buton:focus {
    border: none;
    outline: none
}
.popup_body {
    padding: 10px 50px;
    margin-top: 50px;
    height: 550px;
    border-bottom: 3px solid #007bff;
    border-radius: 16px
}
.modal_main{
    margin-top: 40px
}
.modal-radius {
    border-radius: 18px;
}
.modal_main p{
    font-size: 13px;
}

.modal-radius .modal-body {
    padding: 40px 45px
}

.modal-radius ._close_popup_buton {
    position: absolute;
    right: 24px;
    top: 23px;
    z-index: 1;
}
.modal {
    backdrop-filter: blur(6px);
}

/***/
.page-title{
    font-size: 40px;
}
.section-title h2 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 38px;
    font-weight: 700;
    color: #3777ff;
}
.section-title h4 {
    font-size: 20px;
    color: #3777ff;
}
.section-title h4 + h2{
    margin-top: 5px;
}


.problem-sec {
    padding: 120px 0 30px;
    position: relative;
}
.problem-sec:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/questions.png') no-repeat;
    height: 100%;
    width: 50%;
    background-size: 101%;
}
.problem-sec p{
    font-size: 20px;
    line-height: 1.6
}
.three-icon img{
    height: 84px
}
.three-icon h5{
    font-size: 18px;
}
.three-icon label{
    font-weight: 400;
}
.importance-sec{
    padding: 100px 0 60px;
    background: url(../images/legends.jpg);
    background-position: right;
    background-size: 66%;
    background-repeat: no-repeat;
}
.importance-img{
    transform: translate3d(0, 155px, 0);
}

.why-sec{
    padding: 30px 0 60px;
}
.why-left{
    display: inline-block;
    vertical-align: bottom;
    width: 36%;
}
.why-right{
    display: inline-block;
    vertical-align: bottom;
    width: 64%;
    margin-left: -5px;
    padding: 150px 180px;
    position: relative;
    background: #fef4cf;
    border-radius: 380px 0 0 380px;
}
/* .why-sec .section-title h2{
    color: #fff;
} */
.why-right p{
    /* color: #fff; */
    font-size: 16px;
    line-height: 1.6
}
.why-bambinos-bg{
    transform: translate3d(0, 255px, 0);
    position: absolute;
    left: 0;
    z-index: -1;
}
.why-bambinos-bg img{
    width: 300px;
}


.features-sec{
    padding: 60px 0 60px;
}
.course-card {
    width: 100%;
    border-radius: 28px;
    padding: 30px 20px 30px 18px;
    transition: all .3s ease;
    position: relative;
    min-height: 255px;
    border: 2px solid #f0f0f0;
    text-align: right;
    overflow: hidden;
    display: flex;
}
.course-card::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 57%;
    border-radius: 0 0 143% 0;
    background: #ddd;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 131% 41%, 21% 86%, 0% 97%);
}
.course-card figure {
    border-radius: 7px;
    height: 155px;
    overflow: hidden;
    flex: 0 0 46%;
    max-width: 46%;
}
.course-card figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.course-card h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    height: 49px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    color: #ff6a3b;
}
.course-card p {
    margin-top: 10px;
}
.course-card-content .badge{
    line-height: 18px;
    text-align: center;
    border: 1px solid #e5e4e4;
    border-radius: 6px;
    padding: 6px 11px;
    margin: 0 0 8px 5px;
    font-weight: 600;
    font-size: 12px;
}
.course-card:hover {
    box-shadow: 0 0px 90px 0 rgb(0 0 0 / 7%);
}
.courses-row .col-12:nth-child(1) .course-card::before{
    background: #dbeeee
}
.courses-row .col-12:nth-child(2) .course-card::before{
    background: #fef4cf;
}
.courses-row .col-12:nth-child(3) .course-card::before{
    background: #f9e3ff
}
.courses-row .col-12:nth-child(4) .course-card::before{
    background: #dbe3f3;
}

.great-sec{
    padding: 20px 0 100px;
}
/* .great-row{
    height: 800px;    
    position: relative;
    transform: translate3d(0, 150px, 0)
} */
.great-icon{
    margin-bottom: 30px;
    /* position: absolute;
    top: 530px;
    left: 0;
    right: 0; */
}
.great-icon img{
    width: 200px
}


.kids-sec{
    padding: 80px 0 100px;
}
.kid-box{
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: 0 6px 11px 0 rgb(97 95 95 / 66%);
}
.kid-pic {
    position: relative;
    height: 210px;
    background: #fff;
    text-align: center;
    overflow: hidden; 
    border-radius: 15px 15px 0 0;
}
.kid-pic img {
    height: 100%;
    margin: 0 auto;
    width: 100%!important;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.kid-detail{
    text-align: center;
    padding: 20px 12px;
    background: #fee155;
    border-radius: 0 0 15px 15px;
}
.kid-detail h5{
    color: #111;
    font-size: 17px;
}
.kid-detail h6{
    color: #111;
    font-size: 14px;
    font-weight: 500;
}
.kid-box:hover img{
    transform: scale(1.05);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.play-button-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;
    z-index: 6;
    width: 75px;
    height: 75px
}
.play-button i{
    font-size: 60px;
    transition: all .4s ease;
    color: rgb(0 0 0 / 50%);
}

.kid-box:hover .play-button i {
    transition: all .4s ease;
    transform: scale(1.5)
}

.owl-Slide.owl-theme .owl-nav [class*='owl-'] {
    background-color: #fff;
    border-radius: 50%;
    border-width: 0;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    color: #d33437;
    font-size: 25px;
    height: 37px;
    width: 37px;
    line-height: 28px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%);

}
.owl-Slide.owl-theme .owl-nav [class*='owl-']:hover {
    background: #fff!important;
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15)
}
.owl-Slide.owl-theme .owl-nav [class*='owl-'].disabled{
    display: none;
}

.owl-Slide.owl-theme .owl-next {
    right: -42px
}

.owl-Slide.owl-theme .owl-prev{
    left: -8px
}
.owl-Slide.owl-carousel .owl-stage-outer {
    margin-left: -55px;
}
/* .owl-carousel {
    z-index: 0!important;
} */
.owl-video-Slide.owl-theme .owl-nav [class*='owl-'] {
    background-color: #fff;
    border-radius: 50%;
    border-width: 0;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    color: #3777ff;
    font-size: 25px;
    height: 37px;
    width: 37px;
    line-height: 28px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%);
    outline: none;
}
.owl-video-Slide.owl-theme .owl-nav [class*='owl-']:hover {
    background: #fff!important;
    color: #3777ff;
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15)
}
.owl-video-Slide.owl-theme .owl-nav [class*='owl-'].disabled{
    display: none;
}

.owl-video-Slide.owl-theme .owl-next {
    right: -42px
}

.owl-video-Slide.owl-theme .owl-prev{
    left: -8px
}


.unleash-sec{
    background: #3777ff;
    color: #fff;
    position: relative;
    padding: 80px 0;
}
.unleash-sec .section-title h2{
    color: #fff;
}
.unleash-sec p{
    color: #fff;
}

.unleash-right{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45%;
    background-image: url(../images/parent-student.png);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: top;
    height: 100%;
}

.straight-sec{
    padding: 120px 0 15px;
    position: relative;
    overflow-x: hidden;
}
.straight-sec:before{
    content: "";
    position: absolute;
    right: -23%;
    top: -73px;
    width: 38%;
    height: 100%;
    background: url(../images/bambinos-large.png) no-repeat;
    background-size: 86%;
}
.straight-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 54px
}
.straight-flex figure{
    flex-basis: 30%;
}
.straight-flex figcaption{
    flex-basis: 40%;
}
.straight-flex figcaption article{
    font-size: 18px
}


.testibg
{
    padding: 60px 0 80px;
}
.review-card {
    position: relative;
    border-radius: 10px;
    background-color: #f3f3f3;  
    /* box-shadow: 0 2px 7px 0 rgb(97 95 95 / 17%); */
    margin-bottom: 20px
}
.review-card-top{
    padding: 35px 25px;
    min-height: 320px
}
.review-card p {
    margin-top: 15px;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
}
.rating i {
    color: #ffb24c;
    font-size: 16px;
}
.testibg .section-title .rating i{
    font-size: 19px;
}
.review-card-bottom{
    padding: 34px 25px;
    background: #3777ff;
    border-radius: 0 0 12px 12px;
    display: none;
}
.review-card a h3 {
    font-size: 18px;
    font-weight: 600;
    color: #212529;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 2px;
}
.review-card h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0
}
.review-owner-photo{
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
}
.review-owner-photo img{
    height: 45px;
    width: 45px;
    object-fit: cover;
}
.review-owner{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
    padding-left: 10px;
}
.posted_on{
    line-height: 1.2;
}
#testi.owl-theme .owl-nav [class*='owl-'] {
    background-color: #3777ff;
    border-radius: 50%;
    border-width: 0;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    color: #fff;
    font-size: 21px;
    height: 37px;
    width: 37px;
    line-height: 31px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%)
}
#testi.owl-theme .owl-nav [class*='owl-']:hover {
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15)
}
#testi.owl-theme .owl-next {
    right: -38px
}
#testi.owl-theme .owl-prev {
    left: -6px
}
#testi.owl-theme .owl-nav .disabled {
    background-color: #cdd5e4;
}



.join-steps-bg{
    background: #3777ff;
}
#stepSlide.owl-theme .owl-nav {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -40%;
    transform: translate(-50%, -50%);
    margin: 0;
}
#stepSlide.owl-theme .owl-nav [class*='owl-'] {
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 22px;
    height: 42px;
    width: 42px;
    line-height: 15px;
}
#stepSlide.owl-theme .owl-nav [class*='owl-']:hover {
    background: #fff!important;
    color: #3777ff;
}
#stepSlide.owl-theme .owl-next {
    right: 0
}

#stepSlide.owl-theme .owl-prev{
    left: 0
}

.step-card{
    padding: 26px;
}
.step-card h3{
    font-size: 19px;
    color: #fff;
    font-weight: 600;
}
.step-card p{
    color: #e4ecff;
    margin-bottom: 0;
}
/* .firstActiveItem .step-card{
    background: #edf8fc
}
.firstActiveItem .step-card:before{
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    background: #edf8fc
}
.firstActiveItem .step-card h3{
    color: #000;
}
.firstActiveItem .step-card p{
    color: #888;
} */

.accordion-faq {
    padding: 100px 0;
}
.accordion-faq article {
    margin-bottom: 20px;
    padding: 20px;
    padding-bottom: 20px;
    background: #fff;
    border-bottom: 2px solid #3777ff;
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 5%);
}
.accordion-faq article:last-child
{
    margin-bottom: 0;
}
.accordion-faq article h4 {
    font-size: 20px;
    line-height: 26px;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    padding-right: 15px;
}
.accordion-faq article h4:hover, .accordion-faq article h4.active
{
    color: #3777ff;
}
.accordion-faq article div {
    display: none;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 500;
}
.accordion-faq article div p
{
    font-weight: 400;
}
.accordion-faq article h4 i {
    margin-top: 2px;
    font-size: 20px;
    transition: 0.4s;
    transform: rotate(-180deg);
    position: absolute;
    right: 0;
    top: 0;
}


.home-blog{
    padding: 30px 0 100px
}
.aside-sticky {
    position: sticky;
    top: 92px;
}
.blog-card a{
    color: inherit;
}
.blog-card{
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e6e6e6;
}
.blog-image-parent {
    position: relative;
    height: 250px;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #f7f7f7;
    transition: all 0.3s
}
.blog-image {
    max-width: 100%;
    height: 300px;
    background-position: 50% 50%;
    background-size: cover;
    transition: all 0.3s
}
.blog-image-parent:hover .blog-image,
.blog-image-parent:focus .blog-image {
    transform: scale(1.06)
}

.blog-image-parent:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    z-index: 1
}

.blog-image-parent:hover+.blog-image-text {
    color: #3777ff
}


.blog-image-text {
    padding-top: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.5rem;
}
.blog-image-text:hover a{
    color: #3777ff
}

.home-footer{
    padding: 180px 0 15px;
    background: url('../images/footer-img.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}
.home-footer:before{
    background: #111213;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8
}
.home-footer .container{
    position: relative;
}
.footer-left h3{
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.footer-left h4 a { color: #fde054; }
.home-footer p{
    color: #fff;
    text-align: center;
}
.footer-social {
    display: flex;
}
.footer-social img{
    width: 162px;
}
.footer-social a:hover img{
    opacity: 0.8
}
.footer-privacy a{
    text-transform: uppercase;
    font-size: 12px;
    color: #dfdfdf;
}
.footer-privacy a:hover{
   color: #fefefe
}

/**** affiliate ****/

.affiliate-banner{
    padding: 130px 0;
    background: url('../images/affiliate-banner.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.affiliate-banner h2{
    font-weight: 500;
    margin-top: 30px;
    font-size: 28px;
}

.form-card{
    background-color: #3777ff;
    box-shadow: 0 1px 9px 0 rgb(0 0 0 / 32%);
    border-radius: 52px;
    padding: 45px;
    margin-top: -395px
}
.custom-control {
    padding: 9px 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #fff;
}
.custom-control:focus{
    outline: none;
}
.custom-control::placeholder{
    color: #fff;
}
.form-card .custom-select{
    background-color: transparent;
    color: #fff;
    border: none;
    padding: 9px 0;
    height: auto;
}
.form-card label{
    color: #fff;
}
.line
{
    height: 1px;
    background-color: #fff;
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / 32%); 
}
.form-group{
    margin-bottom: 30px
}

.form-control, .custom-select {
    height: 46px;
    padding: 8px 15px;
    font-size: 14px;
    color: #0e314c;
    -webkit-transition: .1s;
    transition: .1s
}
.form-control:focus, .custom-select:focus {
    outline: 0;
    background: #fff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #2196f3
}
.select2-container--default .select2-selection--single {
    border-radius: 4px;
    height: 46px;
    border: 1px solid #ced4da;
    background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /* color: #3777ff; */
    line-height: 45px;
    font-size: 14px;
    padding-left: 11px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ced4da transparent transparent transparent;
}

.select2-selection__clear {
    display: none
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px
}

.select2-results__option {
    font-size: 14px
}


.affiliate-icons{
    padding: 120px 0;
}
.affiliate-icon-block{
    text-align: center
}
.affiliate-icon-block figure{
    margin-bottom: 45px
}
.affiliate-flex{
    display: flex;
    align-items: stretch;
}
.affiliate-works-left{
    flex: 50% 0 0;
    background: #3777ff;
    padding: 100px 80px 100px 70px;
    color: #fff;
}
.affiliate-works-right{
    flex: 50% 0 0;
}
.affiliate-works-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.affiliate-works-left p{
    color: #f2f9ff;
}


/*** course ***/

.course-banner {
    position: relative;
    background: top/100% 0px no-repeat url(../images/bg-top.png),0/auto 285px no-repeat url(../images/bg-left.png),99% 100%/auto 302px no-repeat url(../images/bg-right.png),linear-gradient(102.05deg,#102551 18.47%,#1b3468 125.56%);
}
.course-image img{
    width: 100%;
    border-radius: 15px;
}
.course-hero-content{
    /* position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; */
    /* background: #fde054; */
    padding: 60px 0 120px;
    color: #fff;
}
.course-banner h1 {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 15px;
}
.course-banner h2{
    font-size: 21px;
    font-weight: 600;
}
.clp-lead__element-row {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.clp-lead__element-item {
    margin-right: 25px;
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
}

.clp-lead__element-item:last-child {
    margin-right: 0
}

.bestSeller .badge {
    font-size: 18px;
    color: #1a1a24;
    font-weight: 600;
    background: #86d6d7;
    padding: 15px 24px;
    border-radius: 16px 16px 16px 0;
    border: 1px solid #46888b;
    background: linear-gradient(121.19deg,rgba(133,239,49,0) 25.73%,#c9ecf7a3 57.27%,rgba(133,239,49,0) 62.27%),#86d6d7;
    -webkit-animation: shimmerBackground-jsx 13s linear infinite;
    animation: shimmerBackground-jsx 13s linear infinite;
}
@-webkit-keyframes shimmerBackground-jsx {
    0% {
        background-position: -500px 0;
    }
    100% {
        background-position: 500px 0;
    }
}

@keyframes shimmerBackground-jsx {
    0% {
        background-position: -500px 0;
    }
    100% {
        background-position: 500px 0;
    }
}
.enroll-count{
    font-size: 22px;
    font-weight: 600;
}
.rate-count{
    background: #fff;
    padding: 9px 10px;
    border-radius: 3px;
    box-shadow: 3px 5px 6px rgba(193,199,219,.14);
    font-size: 21px;
}
.rate-count i{
    background: #FFC107;
    padding: 4px 4px;
    color: #fff;
}
.rate-count b{
    padding: 4px 4px;
}

.course-card-sec {
    position: relative;
}
.course-card-sec .card{
    border-radius: 30px;
    background: #fff6c8;
    /* color: #fff; */
    margin-top: -60px;
}
.course-card-sec .card-body{
    padding: 45px 35px;
}
.course-card-sec .section-title h2{
    color: #212529;
    font-size: 32px;
}
.course-card-sec h4{
    font-size: 19px;
    line-height: 1.6;
}
/* .course-card-sec p{
    color: #fff
} */
.icon_image {
    display: inline-block;
    width: 115px;
    vertical-align: top
}
.icon_text {
    display: inline-block;
    width: calc(100% - 120px);
    vertical-align: top;
}
.icon_text .badge{
    line-height: 19px;
    text-align: center;
    border: 1px solid #e5e4e4;
    border-radius: 6px;
    padding: 7px 14px;
    margin: 0 0 9px 8px;
    font-weight: 600;
    font-size: 14px;
    background-color: #484c60;
}

.about-course-sec{
    padding: 100px 0;
    position: relative;
}

.about-course-sec::before{
    background: url(../images/blue-wave2.svg) no-repeat 0 0;
    background-size: 100% 100%;
    content: "";
    height: 238px;
    left: 0;
    position: absolute;
    right: 0;
    top: 102px;
}

/* .about-course-sec {
    background: top 210px center/100% 557px no-repeat url(https://cdn.lingo-ace.com/_next/static/_next_static/images/programs/ProgramOverview/bg-ellipse.svg),bottom/100% 43% no-repeat url(https://cdn.lingo-ace.com/_next/static/_next_static/images/programs/ProgramOverview/bg-noodles.svg),linear-gradient(180deg,#fff 25%,#f4f4f0 25.01%);
} */
.about-course-tab{
    position: relative;
}
.about-course-tab:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 28px;
    height: 400px;
    border-radius: 0% 0% 34% 34%;
    background: #3777ff
}
.about-course-tab:after{
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 0;
    top: 270px;
    height: 400px;
    background: rgb(55 119 255 / 77%);
}
.about-course-tab .white-shape{
    width: 100%;
    height: 275px;
    overflow: hidden;
    position: absolute;
    display: flex;
    justify-content: center;
    top: 49%;
    z-index: -1;
}
.about-course-tab .white-shape > div{
    position: absolute;
    width: 105%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 100% 100% 0 0;
}
.about-course-tab-block{
    background: #fff;
    box-shadow: 0px 3px 1px 2px rgb(163 168 184 / 10%);
    border-radius: 8px;
    padding: 45px 55px;
}
.checkout-address {
    position: relative;
    padding: 0;
    display: block;
    margin-bottom: 5px;
}
.checkout-address input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1
}
.checkout-address .widget-posts-descr {
    padding: 11px 13px;
    border: 3px solid #92c6ff;
    border-radius: 12px;
}
.checkout-address:hover .widget-posts-descr {
    border: 3px solid #3777ff;
}
.checkout-address input[type="radio"]:checked+.widget-posts-descr {
    border: 3px solid #3777ff;
    background: #3777ff;
    color: #fff;
}
.checkout-address input[type="radio"]:checked+.widget-posts-descr h3 {
    color: #fff;
}
.checkout-address input[type="radio"]:checked+.widget-posts-descr h4 {
    color: rgb(255 255 255 / 86%);
}
.checkout-address input[type="radio"]:disabled+.widget-posts-descr {
    filter: grayscale(1);
    background-color: #dfdfdf;
}
.date-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px
}
.date-content h4{
    font-size: 12px;
    color: #039be5;
    font-weight: 500;
    margin-bottom: 0;
    white-space: nowrap;
}


.tab-agegroup .checkout-address .widget-posts-descr{
    position: relative;
    border: 3px solid #a2c0ff;
    background: #77a3ff;
    color: #fff;
}
.tab-agegroup .date-content h3{
    margin-top: 10px;
}
.tab-agegroup .checkout-address .widget-posts-descr:hover{
    background: #a1bbf1;
}
.tab-agegroup .checkout-address input[type="radio"]:checked+.widget-posts-descr {
    background: #fff;
    color: #000;
}
.tab-agegroup .checkout-address input[type="radio"]:checked+.widget-posts-descr h3 {
    color: #000;
}
.tab-agegroup .checkout-address input[type="radio"]:checked+.widget-posts-descr:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}
.design-list ul{
    position: relative;
    margin-bottom: 15px;
}
.design-list ul::after {
    position: absolute;
    top: 2px;
    left: 0px;
    z-index: 0;
    content: " ";
    width: 8px;
    height: 100%;
    background: rgb(55 119 254 / 12%);
    border-radius: 10px;
}
.design-list ul li{
    font-size: 17px;
    margin: 10px 0px;
    padding-left: 20px;
    position: relative;
}
.design-list ul li::after {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 1;
    content: " ";
    width: 8px;
    height: 18px;
    background: #3777ff;
    border-radius: 10px;
}
.oval-figure-bg{
    position: relative;
    z-index: 1;
}
.oval-figure-bg::before{
    position: absolute;
    content: "";
    left: -42px;
    right: -9px;
    top: -38px;
    bottom: -16px;
    background: #fff6c8;
    border-radius: 55% 47% 54% 48%;
    z-index: -1;
}


.module-card {
    padding: 30px 30px;
    border-radius: 42px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    background: #3777ff;
    color: #fff
    /* border: 1px solid #3777ff; */
}
.module-card p{
    margin-bottom: 0;
    color: #fff
}
.module-color:nth-child(2) .module-card{
    color: rgb(0, 0, 0);
    background-color: rgb(255, 218, 11);
    margin-top: 20px
}
.module-color:nth-child(2) .module-card p{
    color: rgb(0, 0, 0);
}
.module-color:nth-child(3) .module-card{
    background-color: #ff8900;
}
.module-color:nth-child(4) .module-card{
    background-color: #26c864;
    margin-top: 20px
}
.module-color:nth-child(5) .module-card{
    background-color: #e42a6a;
}
.module-color:nth-child(6) .module-card{
    background-color: #3777ff;
    margin-top: 20px
}
.module-color:nth-child(7) .module-card{
    color: rgb(0, 0, 0);
    background-color: rgb(255, 218, 11);
}
.module-color:nth-child(7) .module-card p{
    color: rgb(0, 0, 0);
}
.module-color:nth-child(8) .module-card{
    background-color: #ff8900;
    margin-top: 20px
}
.module-color:nth-child(9) .module-card{
    background-color: #26c864;
}
.module-color:nth-child(10) .module-card{
    background-color: #e42a6a;
    margin-top: 20px
}
.module-color:nth-child(11) .module-card{
    background-color: #3777ff;
}
.module-color:nth-child(12) .module-card{
    color: rgb(0, 0, 0);
    background-color: rgb(255, 218, 11);
    margin-top: 20px
}
.module-color:nth-child(12) .module-card p{
    color: rgb(0, 0, 0);
}
.module-color:nth-child(13) .module-card{
    background-color: #ff8900;
}

.scroll-nav{
    /* background: #cceffc; */
    background: #fff6c8;
    padding: 22px 0 0;
    position: sticky;
    top: 0;
    z-index: 2;
    border-bottom: 1px solid #ddd;
}
.scroll-nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 0;
}
.scroll-nav-menu>li>a {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    padding: 0 21px 22px;
    display: block;
    position: relative;
}
.scroll-nav-menu>li>a.active, .scroll-nav-menu>li>a:hover{
    color: #3777ff;
}

.scroll-nav-menu>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    border-radius: 3px;
    background-color: #3777ff;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}
.scroll-nav-menu>li>a.active:after {
    opacity: 1;
    width: 100%;
}


.course-faculty-sec{
    padding: 0 0 80px
}
.faculty_container {
    background: #fff;
    border: 4px solid rgb(55 119 255 / 27%);
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: hidden;
}
.faculty_image_area {
    width: 100%;
    height: 370px;
    overflow: hidden;
    position: relative;
}

.faculty_image_area img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}
.faculty_caption{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg,#0c113b -5.98%,#080c2be0 13%,rgb(79 92 204 / 3%) 83.5%);
    padding: 24px 24px 24px 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.faculty_name h5 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 3px;
    text-transform: capitalize;
}
._ficonPart{
    width: 100%;
}
._ficonPart .icon_image {
    display: inline-block;
    width: 20px;
    vertical-align: top;
}
._ficonPart .icon_text
{
    display: inline-block;
    width: calc(100% - 25px);
    vertical-align: middle;
    padding-left: 5px;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff
}
._ficonPart .icon_image svg{
    width: 21px;
}
._ficonPart .icon_image svg path {
    fill: #fde054;
}
._ficonPart .icon_image i {
    color: #fde054;
}
.faculty_text{  
    font-size: 14px;
    margin-top: 12px;
    color: #fff;
}
.faculty_text .btn{
    font-weight: 500;
    color: #fde054;
    font-size: 14px;
}
.faculty-dark-bg{
    background: #3777ff;
    color: #fff;
    padding: 18px 20px;
    font-size: 15px;
}
.faculty-lang{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.faculty-dark-bg strong{
    font-weight: 600;
}
.badge-demo{
    font-size: 13px;
    padding: 8px 11px;
    font-weight: 600;
    /* margin: -30px 0 12px;
    display: block;
    width: 168px; */
    box-shadow: 0px 2px 4px rgb(0 0 0 / 22%);
    position: relative;
    
}
#educators-carousel.owl-theme .owl-nav [class*='owl-'] {
    background-color: #3777ff;
    border-radius: 50%;
    border-width: 0;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    color: #fff;
    font-size: 21px;
    height: 37px;
    width: 37px;
    line-height: 31px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%)
}
#educators-carousel.owl-theme .owl-nav [class*='owl-']:hover {
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15)
}
#educators-carousel.owl-theme .owl-next {
    right: -38px
}
#educators-carousel.owl-theme .owl-prev {
    left: -6px
}
#educators-carousel.owl-theme .owl-nav .disabled {
    background-color: #cdd5e4;
}
#educators-carousel .owl-stage-outer{
    margin-left: -15px;
}
#fmodalappend.faculty_container_bg .faculty_container {
    border: 4px solid rgb(55 119 255 / 27%);  
    border-radius: 15px;  
}
#fmodalappend.faculty_container_bg .faculty_container .faculty_name h5{
    color: #212529;
}

.review-section{
    padding: 70px 0 80px
}
.review-block{
    border: 3px solid #3777ff;
    border-radius: 50px;
    overflow: hidden;
    padding: 40px
}
.review-sum{
    background: #3777ff;
    padding: 30px 15px;
    margin: -40px -40px 50px;
    color: #fff
}
.review-sum h3
{
    font-size: 78px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fde054;
    line-height: 72px;
}
.review-sum h4
{
    font-size: 18px;
    font-weight: 600;
}
.rating svg
{
    width: 34px;
}
.rating svg path
{
    fill: #fde054
}
/* .review-strip
{
    width: calc(100% - 136px);
} */
.styled
{
    margin-bottom: 5px;
}
.styled progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: calc(100% - 110px);
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    height: 12px;
    border: none;
    background: #EEE;
    border-radius: 5px;
}
.styled progress::-webkit-progress-bar {
    background: #EEE;
    border-radius: 5px;
}
.styled progress::-webkit-progress-value {
    background: #fb0;
    background: -webkit-linear-gradient(top,#ffce00,#ffa700);
    background: linear-gradient(to bottom,#ffce00,#ffa700);
    border-radius: 5px;
}

.styled progress::-moz-progress-bar {
    background: #fb0;
    background: linear-gradient(to bottom,#ffce00,#ffa700);
    border-radius: 5px;
}
.styled label
{
    color: #414f68;
}

.avatarRow
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.avatar {
    position: relative;
    width: 52px;
    height: 52px;
}
.avatar-initial {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #414f68;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}
.avatarRight
{
    padding-left: 20px;
}
.avatarRight h4
{
    font-size: 16px;
    margin: 0 0 4px;
}
.avatarRight .rating{
    display: inline-block;
    vertical-align: middle;
}
.avatarRight .rating svg{
    margin-left: -2px;
    width: 17px;
}
.avatarRight .rating svg path {
    fill: #FF9800;
}

.avatarRight label
{
    color: #b4b4b8;
    padding-left: 4px;
    margin-bottom: 0;
}
.comment-text
{
    margin-top: 10px;
}
.comment-text p
{
        /*color: #828181;*/
    /*font-weight: 600;*/
    word-break: break-word;
}
.comment-text p:last-child
{
    margin-bottom: 0;
}
.card-comment
{
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px
}
.card-comment:last-child
{
     border-bottom: none;
}

._maxComment
{
    -webkit-mask-image: linear-gradient(#fff,#fff,rgba(255,255,255,0));
    max-height: 300px;
    overflow: hidden;
    position: relative;
    overflow-y: auto;
}
._ShowM
{
    cursor: pointer;
    display: none;
}


.course-package{
    padding: 65px 0 0;
    position: relative
}
.course-package:before{
    background-color: #fde054;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    height: 595px;
    max-width: 1220px;
    margin: 0 auto;
    border-radius: 15px;
}
.course-package .section-title h2{
    color: #212529
}

.tab-menu{
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-menu .nav-tabs {
    border-bottom: none;
    border: 3px solid #fff;
    justify-content: center;
    padding: 7px;
    border-radius: 12px;
}
.tab-menu .nav>li>a {
    padding: 13px 30px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0;
    border: none;
    font-weight: 600;
    color: #000;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center
}
.tab-menu .nav>li>a:before{
    content: '';
    display: block;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.tab-menu .nav>li>a.active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.tab-menu .nav>li>a.left:before {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.tab-menu .nav>li>a.right:before {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.course-package .tab-agegroup .checkout-address .widget-posts-descr {
    border: 3px solid #ffffff;
}
.course-package .tab-content .tab-agegroup .checkout-address input[type="radio"]:checked+.widget-posts-descr {
    border: 3px solid #ffffff;
    background: #ffffff;
}
.course-package .checkout-address input[type="radio"]:checked+.widget-posts-descr h3 {
    color: #212529;
}

.curriculam-row{
    margin: 40px -20px 0
}
.curriculam-div{
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
    padding: 0 30px;
    margin-left: -4px
}
.curriculam-card{
    border: 1px solid #e9e9e9;
    border-radius: 40px;
    margin-bottom: 24px;
    background: #3777ff;
    color: #fff;
    box-shadow: 1px 6px 9px 0 rgb(18 25 33 / 4%);
    transition: transform .3s ease;
    transform: scale(1);
    position: relative;
}
.curriculam-card:hover{
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    transform: scale(1.04);
}
/* .curriculam-card:hover .bg-session {
    background: #3777ff;
    color: #fff;
} */
.curriculam-header{
    text-align: center;
    padding: 40px 40px 0;
    margin-bottom: 45px
}
.curriculam-header h3{
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 1rem
}
.curriculam-body{
    padding: 0 40px 25px;
}
.bg-session {
    background: #e4f4fb;
    border-radius: 16px;
    padding: 12px;
}
.bg-session p{
    color: #000;
    font-size: 23px;
    font-weight: 600;
}
.curriculam-list ul{
    padding-left: 15px;
}
.curriculam-list li{
    list-style: disc;
}
.curriculam-list {
    height: 160px;
    overflow-y: auto;
}
.curriculam-icons{
    display: none
}
.curriculam-price{
    margin: 40px 0 25px;
}
.curriculam-price h4{
    margin-bottom: 4px;
}
/* .curriculam-price h4 span{
    color: #00a1ff;
} */
.curriculam-price h4 small{
    color: #caccce;
}
.curriculam-price h5{
    font-size: 14px;
    font-weight: 500;
}
.curriculam-discount{
    line-height: 1.2;
    color: #fff;
    text-align: center;
    background: #4CAF50;
    padding: 8px 11px;
    position: absolute;
    right: 38px;
    top: 40px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.curriculam-discount span{
    display: block;
}
.curriculam-icons img {
    width: 52px;
    margin-bottom: 7px
}
.curriculam-icons h5 {
    font-size: 13px;
    margin-bottom: 0;
}
.curriculam-card .btn{
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 0 0 40px 40px;
    padding: 18px 15px
}
.curriculam-div:nth-child(1) .curriculam-discount{
    transform: scale(0.85);
}
.curriculam-div:nth-child(3) .curriculam-discount{
    transform: scale(1.15);
}


.relevant-course{
    padding: 0 0 90px;
    position: relative;
}
/* .relevant-course:before {
    background-color: #3777ff;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    height: 597px;
} */
#class-carousel2.owl-theme .owl-nav [class*='owl-'] {
    background-color: #3777ff;
    border-radius: 50%;
    border: 2px solid #3777ff;
    color: #ffffff;
    font-size: 22px;
    height: 42px;
    width: 42px;
    line-height: 31px;
}
#class-carousel2.owl-theme .owl-nav [class*='owl-']:hover {
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15)
}
#class-carousel2.owl-theme .owl-next {
    right: 0
}
#class-carousel2.owl-theme .owl-prev{
    left: 0
}

.newsletter {
    display: none;
    background: rgba(0, 0, 0, .6);
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 111111;
    overflow-y: auto;
}
.newsletter-contain {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    max-width: 560px;
    margin: 4% auto 4%;
    position: relative
}
.newsletter-contain .close-icon-popup {
    background: #fff;
    border-radius: 50%;
    color: #007791;
    font-size: 17px;
    height: 33px;
    width: 33px;
    line-height: 34px;
    position: absolute;
    right: 9px;
    top: 9px;
    z-index: 1;
    text-align: center;
    cursor: pointer
}
.newsletter-contain .close-icon-popup:hover {
    background: #e1e1e1
}
.coupons {
    margin-bottom: 20px;
    text-align: center
}
.clipboard {
    background-color: #f6f9ff;
    padding: 14px 20px;
    border-radius: 5px;
    border: 2px dashed #3777ff;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    margin: 9px auto;
    text-align: center;
    display: block;
    /*cursor: pointer;*/
    word-break: break-word;
}
.share-boxes p {
    margin: 15px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: #212529;
}
.share-boxes {
    background: #f9f9f9;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 7px rgba(0, 0, 0, .16);
    padding: 18px 15px;
    position: relative;
    z-index: 2
}
.share-boxes>img {
    height: 70px
}
.dotted-images img.dotted-line {
    position: absolute;
    left: -13px;
    top: 5px;
    transform: rotate(-3deg);
    height: 73px;
    z-index: 1
}
.dotted-images img.dotted-line2 {
    position: absolute;
    right: -15px;
    top: 81px;
    transform: rotate(-4deg);
    height: 73px
}

.quick-menu
{
    /* background: #fff;
    padding: 8px 0 8px; */
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 12;
    box-shadow: 0px -1px 4px 1px rgb(0 0 0 / 7%);
}
.quick-menu .btn{
    padding: 13px 24px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 0;
}
.msf-container
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.msf
{
    text-align: center;
    padding: 0 5px;
}
.msf a
{
    color: #5a5a5a;
}

.msf-img svg
{
    height: 20px;
    width: auto;
}
.msf-img svg path
{
    fill: #5a5a5a
}
.msf i
{
    display: none;
}
.msf p
{
    font-weight: 500;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 13px;
    color: #222;
    margin-top: 4px;
}
.msf.active a
{
    color: #3777ff;
}
.msf.active .msf-img svg path
{
    fill: #3777ff
}

.b24-widget-button-wrapper{
    z-index: 12!important;
}
.b24-widget-button-shadow{
    z-index: 11!important;
}

.select-md {
    max-width: 260px;
    height: 46px;
    padding: .375rem 2rem .375rem 1.15rem;
    font-size: 16px;
}
select.select-md option { 
    line-height: 28px;
}

.input-control{
    display: block;
    width: 100%;
    height: 46px;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    outline: none;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border: 1px solid #007bff;
    box-shadow: none;
}
input:not([type]):focus:not([readonly])+label, input[type=text]:focus:not([readonly])+label, input[type=password]:focus:not([readonly])+label, input[type=email]:focus:not([readonly])+label, input[type=url]:focus:not([readonly])+label, input[type=time]:focus:not([readonly])+label, input[type=date]:focus:not([readonly])+label, input[type=datetime]:focus:not([readonly])+label, input[type=datetime-local]:focus:not([readonly])+label, input[type=tel]:focus:not([readonly])+label, input[type=number]:focus:not([readonly])+label, input[type=search]:focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label {
    color: #007bff;
}

/** add child **/
.modal_children_left {
    display: inline-block;
    width: 115px;
    vertical-align: top;
    padding-top: 6px
}

.modal_children_right {
    display: inline-block;
    width: calc(100% - 130px);
    padding-left: 25px;
    vertical-align: top
}

.child-modal .modal-header {
    background: #3777ff;
    color: #fff
}

.child-modal .modal-header .title {
    margin-bottom: 0
}

.child-modal .modal-body {
    padding: 30px 30px
}

.child-modal .form-group label {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 14px;
    color: #8b8b8b
}

.child-modal .modal-body .form-control {
    padding: 0 0 5px 0;
    font-size: 15px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgb(146, 145, 145);
    height: 30px;
}
.child-modal .modal-body .form-control:focus {
    border: none;
    border-bottom: 1px solid #007bff
}
.child-modal .btn:not(:disabled):not(.disabled) {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-left: 6px
}
.child-modal .form-group {
    margin-bottom: 1.5rem
}
.input-file-image {
    position: relative
}
.input-file-image input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    display: inline-block;
    z-index: 100;
    cursor: pointer
}
.upload-tag {
    position: absolute;
    z-index: 1;
    font-size: 12px;
    border-radius: 100%;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 0 3px #fff;
    background: #e5e9f2;
    color: #8392a5;
    display: inline-block;
    height: 26px;
    width: 26px
}
.upload-tag i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -56%)
}
.input-file.input-file-image img.img-upload-preview.img-circle {
    border-radius: 2000px;
    display: block;
    margin: 0 auto
}
.input-file.input-file-image img.img-upload-preview {
    max-width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 0 2px 1px rgba(39, 39, 39, .1)
}
.fancy-radio {
    margin-right: 10px
}

.fancy-radio,
.fancy-radio label {
    font-weight: 400
}

.fancy-radio input[type="radio"] {
    display: none
}

.fancy-radio input[type="radio"]+span {
    display: block;
    cursor: pointer;
    position: relative
}

.fancy-radio input[type="radio"]+span i {
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
    position: relative;
    bottom: 1px;
    content: "";
    border: 1px solid #ccc;
    width: 18px;
    height: 18px;
    margin-right: 5px
}
.fancy-radio input[type="radio"]:checked+span i:after {
    border-radius: 50%;
    display: block;
    position: relative;
    top: 3px;
    left: 3px;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #3777ff
}

/*****/

.summary-modal .modal-header {
    background: #3777ff;
    color: #fff;
    padding: .75rem 1rem;
}

.summary-modal .modal-title {
    font-size: 22px;
}

.summary-modal .modal-header .close {
    float: none;
    padding: 0;
    margin-right: 0;
    color: #fff;
    opacity: 1;
}

.summary-modal .course-img {
    width: 76px;
    height: 76px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    border-radius: 0px;
}
.course-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.course-content {
    padding: 2px 0 0 15px;
    width: calc(100% - 81px);
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}
.summary-modal .modal-body h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 7px;
    color: #2b2f4c;
}
.summary-modal .modal-body h5 {
    font-size: 16px;
    margin-bottom: 0;
}
.summary-modal .modal-body h5 + h5 {
    margin-bottom: 10px;
}
.course-content h4 {
    font-size: 15px;
    font-weight: 500;
    color: #2b2f4c;
    margin-top: 0;
    margin-bottom: 7px;
}
.course-content h5 {
    font-size: 13px;
    font-weight: 500;
    color: #595959;
    margin-top: 0;
    margin-bottom: 3px;
}
.cs-details{
    background: #f8fbfc;
    border: 1px solid #c7daee;
    padding: 15px;
    border-radius: 6px;
    margin-top: 15px;
}
.cs-details div{
    margin-bottom: 15px;
}
.cs-details div:last-child{
    margin-bottom: 0;
}
.cs-details h4{
    font-size: 18px;
    margin-bottom: 0;
}
.cs-details h6 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
._promocode{
    border-top: 4px solid #e6e6e6;
}
._promobtn-input{
    width: calc(100% - 117px);
    display: inline-block;
    vertical-align: top;
}
._promobtn-input label{
    margin: 0;
}
/* ._promobtn-input .form-control{
    padding-left: 0;
} */
._promobtn {
    width: 117px;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}

.cart-top-total {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 20px;
    border-top: 4px solid #e6e6e6;
}

.cart-total-dil {
    display: flex;
    width: 100%;
    align-items: center;
    font-weight: 500;
    margin-bottom: 4px
}

.cart-total-dil h4 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: #2b2f4c;
    line-height: 24px;
}

.cart-total-dil span {
    margin-left: auto;
}

.wallet-amount label{
    font-weight: 400;
}

.checkout-cart {
    display: flex;
    padding: 15px 20px;
    align-items: center;
    justify-content: space-between;
}

.checkout-cart h2
{
    font-size: 20px;
    font-weight: 600;
    color: #2b2f4c;
    margin: 0;
}
.checkout-cart button{
    margin-left: auto;
    margin-top: 0;
}

/****/

/***reg***/
.congrats-part {
    position: relative;
    background: #3777ff;
    color: #fff;
    border-radius: .3rem .3rem 0 0
}

.congrats {
    padding: 35px 10px 48px;
    text-align: center;
    margin: 0 auto
}

.congrats h3 {
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
    width: 100%
}
.blob {
    height: 40px;
    width: 40px;
    color: #fc0;
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 9;
    font-size: 30px;
    display: none
}

._200Registration {
    padding: 0
}

._200ClassDetails {
    border-radius: 5px;
    border: 1px solid #ebebeb;
    background: #fcf7f7;
    padding: 12px 16px;
    margin: 18px auto;
    text-align: center;
    display: block
}

._200Registration ._200Booking {
    padding: 30px 50px;
    text-align: center;
    max-width: 390px;
    width: 100%;
    margin: -35px auto 0;
    position: relative;
    z-index: 1;
    background: #fffdfd;
    border-radius: 8px
}

._200Booking {
    padding: 30px;
    text-align: center
}

._200Booking h4 {
    font-size: 20px
}

.done {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 20px auto;
    border-radius: 50%;
}

.circ {
    opacity: 0;
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -ms-transition: all 2.5s;
    -o-transition: all 2.5s;
    transition: all 2.5s
}

.tick {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset 2.5s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 2.5s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 2.5s 0.5s ease-out;
    -o-transition: stroke-dashoffset 2.5s 0.5s ease-out;
    transition: stroke-dashoffset 2.5s 0.5s ease-out
}

.drawn svg .path {
    opacity: 1;
    stroke-dashoffset: 0
}
/****/

.love-flex{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 2em;
    column-gap: 2em;
}
.love-feed{
    position: relative;
    padding-left: 80px;
}
.love-feed::before{
    position: absolute;
    content: "";
    left: 30px;
    top: 0;
    background: #ddd;
    width: 1px;
    height: 100%
}
.love-card{
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 3px 12px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
}
.love-box{
    padding: 1.5rem;
}
.love-user{
    position: relative;
    left: -105px;
    display: flex;
    align-items: center;
}
.love-user-avatar{
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    background: #2edbf6;
    padding: 9px;
}
.love-card .love-user-avatar{
    border: 4px solid #fff;
}
.love-user-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.love-user-avatar svg{
    width: 1.2rem;
    fill: #00a2ef;
    position: absolute;
    right: -9px;
    top: 0;
}
.love-card blockquote{
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
}
.love-card blockquote b {
    background-color: #fef3c7;
    padding-left: .2rem;
    padding-right: .2rem;
    color: #111827;
}
.love-card blockquote p{
    margin-bottom: 5px;
}
.love-card blockquote p:last-child{
    margin-bottom: 0;
}
.love-shared-figure{
    border-radius: 0.5rem;
}
.love-count{
    margin: 20px 0 15px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #f04d00;
}
.love-name{
    margin-left: 45px;
    line-height: 1;
}
.love-name h3{
    font-size: 17px;
    margin: 0 0 2px;
    color: #212529;
}
.love-name h3 span{
    color: #3777ff;
}
.love-teacher h5{
    font-size: 14px;
    margin-bottom: 5px;
    color: #888;
    font-weight: 500;
}
.love-video video {
    width: 100%;
    height: 420px;
    object-fit: contain;
    border-radius: 0.5rem;
    outline: none;
    background: #000;
}
.love-user-bg{
    background: #fde054;
    padding: 6px 25px 4px;
    margin: -25px -25px 30px;
    border-radius: 0.5rem 0.5rem 0 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* .love-user-bg:before{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 66px;
    background: #fde054
} */
.love-shared-figure{
    cursor: pointer;
}
.love-image-body{
    padding: 0;
    text-align: center;
}
#loveModal .modal-content {
    background-color: transparent;
    border: none;
}
.like-heart{
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #212529;
    
}
.HeartAnimation {
    /*padding-top: 2em;*/
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/66955/web_heart_animation.png');
    background-repeat: no-repeat;
    background-size: 2900%;
    background-position: left;
    height: 34px;
    width: 34px;
    margin: 0 auto;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: -1px;
}
.heart-bg{
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #faf9f9;
    margin-right: 4px;
    position: relative;
}
.animate {
      animation: heart-burst .8s steps(28) forwards;
}
@keyframes heart-burst {
    0% {
        background-position: left
    }
    100% {
        background-position: right
    }
}
.heart-bg i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    color: #aab8c2;
}
/* //sdfds */
.post-comment{
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 15px -25px -9px;
    padding: 14px 25px 0;
    border-top: 1px solid #e0dfdf;
}
.post-smile{
    flex-basis: 2.5rem;
}
.post-smile i{
    font-size: 30px;
}
.post-comment-box{
    flex-grow: 1;
}
.post-comment-box textarea{
    border: none;
    outline: none;
    font-size: 15px;
    resize: none;
    width:100%;
    /* height: 18px;
    max-height: 80px; */
}
.post-comment-box textarea:focus{
    border: none;
    outline: none;
}

.class-sidebar-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    
}
.class-sidebar-block figure{
    display: flex;
    align-items: center;
    margin-bottom: 0;
    overflow: hidden;
}
.class-sidebar-block figure img{
    flex: 0 0 55px;
    height: 55px;
    width: 55px;
    border-radius: 8px;
    margin-right: 8px;
}
.class-sidebar-block figure figcaption{
    overflow: hidden;
}
.class-sidebar-block h6{
    color: #212529;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px;
}
.class-sidebar-block .rating{
    font-size: 65%;
    color: #8c8c8c;
}
.class-sidebar-block .rating i{
    font-size: 12px;
}
.class-sidebar-block .btn-sm{
    padding: 6px 14px;
    font-weight: 600;
    font-size: .675rem;
}
.class-sidebar{
    position: sticky;
    top: 105px;
    padding: 22px 25px 15px;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}


#fmodalappend .faculty_container, #facultymodalappend .faculty_container {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    padding: 30px 30px 24px
}
#fmodalappend .faculty_image_area, #facultymodalappend .faculty_image_area {
    width: 104px;
    height: 104px;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    border-radius: 12px;
    border-width: 1px solid rgb(233, 247, 254);
}
#fmodalappend .faculty_caption, #facultymodalappend .faculty_caption {
    width: calc(100% - 109px);
    vertical-align: middle;
    display: inline-block;
    padding: 0;
    padding-left: 17px;
    position: static;
    height: auto;
    background: none;
}
#fmodalappend ._ficonPart .icon_text, #facultymodalappend ._ficonPart .icon_text {
    color: #212529;
}
#fmodalappend .faculty_text, #facultymodalappend .faculty_text {
    color: #212529;
}
.refer-card{
    background: #3777ff;
    color: #fff;
    padding: 45px 30px;
    border-radius: 33px;
    -webkit-box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    margin: -50px auto 0;
    position: relative;
    max-width: 768px;
}
.refer-card-align p{
    font-size: 18px;
}
.your-earning h4{
    margin: 4px 0 0;
    font-size: 19px;
    padding-left: 10px;
}
.row-xs {
    margin: 0 -8px
}
.row-xs div[class*="col-"] {
    padding: 0 8px
}

/****/
/*
.snowflake-svg svg{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
.btn{
    position: relative;
    z-index: 2;
}
.st-blur {
    fill: #FFFDE9;
    filter: blur(2px)
}
.st4 {
    fill: #FFFDE9;
}
.st30 {
    fill: none;
}
#snow{
    animation: snow1 6s infinite linear;
    opacity: 1;
}
#snow .a{
    animation-delay: -3s;
}
@keyframes snow1 {
    0% {
        transform: translateY(-100%);
      }
      75% {
        transform: translateY(0%);
      }
      100% {
        transform: translateY(100%);
        opacity: 0;
      }

}
#snow1{
    animation: snow2 8s infinite linear;
    opacity: 1;
}
#snow1 .a{
    animation-delay: -4s;
}
@keyframes snow2 {
    0%{
        transform:translateY(-100%);
        opacity: 0;
    }
    50%{
        transform:translateY(0%);
        opacity: 1;
    }
    100%{
        transform:translateY(100%);
        opacity: 0;
    }

} 
 #snow2{
    animation: snow3 10s infinite linear;
    opacity: 1;
}
#snow2 .a{
    animation-delay: -5s;
}
@keyframes snow3 {
    0%{
        transform:translateY(-100%);
        opacity: 0;
    }
    50%{
        transform:translateY(0%);
        opacity: 1;
    }
    100%{
        transform:translateY(100%);
        opacity: 0;
    }

}

#santa{
    animation: santa 3s infinite ease;
}
@keyframes santa {
    0%{
        transform:translateY(0%);
    
    }
    50%{
        transform:translateY(20px);
       
    }
    100%{
        transform:translateY(0%);
    }

}
@media (max-width: 768px){
    .snowflake-svg svg {
        height: 62vh;
    }
}

.surpise-box{
    position: absolute;
    z-index: 2;
}
.surpise-box img{
    height: 120px;
}
.surpise-1{
    left: 7%;
    bottom: 2%;
}
.surpise-2{
    right: 7%;
    top: 3%;
}
.features-sec, .great-sec, .join-steps{
    position: relative;
}
.accordion-faq article, .home-footer .container{
    position: relative;
    z-index: 1;
}
.surpise-3{
    left: 10%;
    bottom: 3%;
}
.surpise-4{
    left: 29%;
    bottom: 1%;
}
.surpise-5{
    right: 12%;
    bottom: 0;
}
.surpise-6{
    left: 9%;
    top: 1%;
}
.show-surprise-1{
    left: 3%;
    bottom: -1%;
}
.show-surprise-2{
    top: 0;
    bottom: auto;
    right: 2%;
}
.review-section, .accordion-faq{
    position: relative;
    z-index: 1;
}
.award-box{
    position: fixed;
    left: 0;
    right: 0;
    top: 101px;
    text-align: center;
    z-index: 2;
    display: none;
}
.btn-award{
    background: #fff;
    border: 1px solid #3777ff;
    padding: 8px 8px 8px 31px;
    font-size: 22px;
    border-radius: 50px;
}
.btn-award:hover{
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.btn-award label{
    font-size: 27px;
    padding: 5px 28px;
    color: #f8322c;
    background-color: #fde054;
    border: 1px solid #ffc107;
}
#exampleModal .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    height: 30px;
    width: 30px;
    font-size: 28px;
    line-height: 23px;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 50%;
    outline: none
}
*/
/****/
.header-strip{
    background: #fde054;
}
.header-strip span{
    font-weight: 500;
}
.header-strip .btn{
    padding: 8px 23px;
    font-weight: 600;
    font-size: 85%;
}
.header-strip .tag-icon{
    height: 44px;
}
.header-strip .entrepreneur-logo{
    height: 25px;
}
.b-font{
    font-size: 19px;
}

.live-circle {
    animation: liveCircle 1.5s infinite;
}
@keyframes liveCircle {
    0% {
        color: #15a034;
    }
    50% {
        color: white;
    }
    100% {
        color: #15a034;
    }
}

.header-strip{
    background: #fde054;
}
.header-strip span{
    font-weight: 500;
}
.header-strip .btn{
    padding: 8px 23px;
    font-weight: 600;
    font-size: 85%;
}
.live-circle {
    animation: liveCircle 1.5s infinite;
}


@keyframes liveCircle {
    0% {
        color: #15a034;
    }
    50% {
        color: white;
    }
    100% {
        color: #15a034;
    }
}

.b24-widget-button-position-bottom-right {
    right: 30px!important;
    bottom: 110px!important;
}

.policy-content h3 {
    margin-bottom: 7px;
    margin-top: 35px;
    font-size: 19px;
    font-weight: 600;
}

.love-details-left{
    height: 491px;
}
.love-details-left img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.love-details-left .love-video video{
    height:491px;
    object-fit: contain;
}
/* .love-details-left .love-video video[poster]{
    height:100%;
    width:100%;
    object-fit: cover;
} */
.love-details-right{
    background: #fff;
}
.love-header .love-user-bg {
    padding: 10px 20px 9px;
    margin: 0;
    border-radius: 0; 
}
.love-header .love-user-avatar{
    width: 44px;
    height: 44px;
    padding: 7px
}
.love-header .love-user {
    left: 0;
}
.love-header .love-name {
    margin-left: 15px;
}
.love-header .love-name h3 {
    font-size: 15px;
    font-weight: 600;
}
.love-name h3 img{
    vertical-align: -1px;
}

.love-comments-body{
    height: 276px;
    overflow-y: auto;
}

.love-comments-body::-webkit-scrollbar {
    width: 6px
}

.love-comments-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(255, 255, 255);
    border-radius: 10px
}

.love-comments-body::-webkit-scrollbar-thumb {
    background: #efefef;
    border-radius: 10px
}

.love-comments-body::-webkit-scrollbar-thumb:hover {
    background: #efefef
}

.card-comment.love-comment{
    padding: 14px 15px;
    background: #f8f8f8;
    border: none;
    border-radius: 4px;
}
.card-comment.love-comment .love-user-avatar {
    width: 39px;
    height: 39px;
    padding: 6px;
    border: none;
}
.card-comment.love-comment .avatarRight{
    padding-left: 15px;
}
.card-comment.love-comment .avatarRight h4 {
    font-size: 14px;
    margin: 0 0 0px;
}
.card-comment.love-comment .avatarRight label {
    font-size: 12px;
    padding-left: 0;
}
.card-comment.love-comment .comment-text p {
    font-size: 14px;
}
.love-footer {
    padding: 0 1.5rem 1.5rem
}
.love-footer .love-count{
    margin: 10px 0 15px
}
.popular-love h6{
    color: #212929
}
.share-icon .bg-icon {
    display: inline-block;
    background-color: #fefefe;
    border: 1px solid #f6f6f6;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 22px;
    margin: 0 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 21%;
    box-shadow: 0 5px 13px -5px rgb(0 0 0 / 10%);
}
.share-icon .bg-icon i{
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.facebook {
    color:#4267B2;
}
.facebook:hover {
    background-color: #4267B2;
    color: #fff
}
.twitter {
   color:#1DA1F2;
}
.twitter:hover {
    background-color: #1DA1F2;
    color: #fff
}
.whatsapp {
    color:#25D366;
}
.linkedin {
    color: #0e76a8;
}
.linkedin:hover {
    background-color: #0e76a8;
    color: #fff
}
.badge-warning {
    background-color: #fde054;
}
.badge-orange {
    background-color: #f98c12;
}
._fakeRadio {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #979797;
    border-radius: 100%;
    height: 18px;
    width: 18px
}
._fakeRadio:before {
    content: "";
    border-radius: 100%;
    height:11px;
    width: 11px;
    margin: auto;
    position: absolute;
    top: 2px;
    left: 2px
}
.radioContent {
    display: inline-block;
    width: calc(100% - 25px);
    vertical-align: middle;
    padding-left: 5px
}
.radioContent .left {
    display: inline-block;
    width: calc(100% - 173px)
}
.radioContent .right {
    display: inline-block;
    vertical-align: top;
    width: 168px;
    text-align: right
}
.radioContent .badge{
    font-size: 68%;
    font-weight: 600;
    padding: 0.4em 0.55em;
}
.radioContent h5 {
    font-size: 18px;
    margin-bottom: 2px
}
.radioContent .right .btn{
    background: transparent;
    padding: 0;
    font-size: 19px;
    vertical-align: -2px;
    padding-left: 9px;
    border: none;
}
.checkout-address .card{
    display: none;
}
.checkout-address input:checked+.widget-posts-descr ._fakeRadio {
    border-color: #fff
}
.checkout-address input:checked+.widget-posts-descr ._fakeRadio:before {
    border: 2px hidden;
    background-color: #fff
}
.checkout-address input:checked+.widget-posts-descr .card{
    color: #212529
}

.mobile-course-package .checkout-address .widget-posts-descr{
    background: #fff;
}
.mobile-course-package .checkout-address input{
    height: 79px;
}
.mobile-course-package .checkout-address input:checked+.widget-posts-descr{
    border-radius: 34px 0 0px 0;
    border: 3px solid #3777ff;
    background: #3777ff;
    color: #fff;
}
.mobile-course-package .checkout-address input:checked+.widget-posts-descr + .card{
    display: block;
}
.mobile-course-package .checkout-address input:checked+.widget-posts-descr .btn i{
    transform: rotate(180deg);
    color: #fff
}
.mobile-course-package .curriculam-list{
    height: auto
}
.mobile-course-package .checkout-address{
    margin-bottom: 15px;
}

.blue-bg{
    background: #007bff;
    padding: 40px 0 90px;
}
.question-card{
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.10);
    margin-bottom: 25px;
}
.question-card h5{
    margin-bottom: 0;
    padding: 16px 13px;
    font-size: 16px;
    border-radius: 5px 5px 0 5px;
    background-color: rgb(250, 250, 250);
    border: 1px solid rgb(224, 224, 224);
    display: flex;
    align-items: center;
}
.question-card .form-control{
    border-radius: 0 0 4px 4px;
    border: none
}
.text-block{
    margin-left: 30px;
    border: 1px solid #ced4da;
    padding: 10px 10px 0;
}
.text-block textarea{
    background: #fff;
    margin-bottom: 8px;
    padding: 2px 10px;
}
.question-card-block{
    
    counter-reset: my-sec-counter;
}
.question-card h5::before {
    counter-increment: my-sec-counter;
    content: "Q" counter(my-sec-counter);
    background: #3777ff;
    padding: 8px 8px;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
    margin-right: 10px;
    letter-spacing: 1.2px;
}
.video-click video {
    background: #000;
    height: 445px;
    /* margin-bottom: 25px; */
    vertical-align: middle;
    border-radius: 10px;
    object-fit: cover;
}
.trusted-schools {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-wrap: wrap;
}
.trusted-schools figure{
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 0 10px 20px;
    overflow: hidden;
    padding: 10px;
}
.trusted-schools img{
    max-height: 105px;
}

.modal-refer .modal-radius{
    background: #e4edff
}
.modal-refer .modal-body {
    padding: 45px 60px;
}
.popup-refer-card{
    background: #fff;
    border-radius: 10px;
    padding: 20px 26px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 6%);
}
.popup-refer-card p{
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.2;
}
.popup-refer-card .clipboard{
    text-align: left;
    display: inline-block;
    padding: 8px 14px;
    font-size: 13px;
}
.popup-refer-card form label{
    font-size: 13px;
    font-weight: 500;
    padding-top: 8px;
}
.popup-refer-card .form-control, .custom-select {
    height: 42px;
    padding: 6px 15px;
    font-size: 13px;
}
img.lazy{
    width: 100%
}

.service-bg-light {
    background-color: #ecf7f0;
    border-radius: 20px;
    padding: 75px 75px 75px;
}
.google-rating-logo{
    background: #f7f7f7;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    position: relative;
}
.google-rating-logo img{
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.avg-rating {
    background: #ffffff;
    position: absolute;
    right: -42px;
    bottom: -8px;
    padding: 7px 11px 7px 7px;
    border-radius: 3px;
    box-shadow: 3px 5px 9px rgba(193,199,219,.14);
}
.avg-rating svg {
    height: 36px;
}
.avg-rating b{
    font-size: 25px;
    vertical-align: middle;
    padding-left: 5px;
}
.circle_percent {font-size:200px; width:1em; height:1em; position: relative; background: #eee; border-radius:50%; overflow:hidden; display:inline-block; margin:20px;}
.circle_inner {position: absolute; left: 0; top: 0; width: 1em; height: 1em; clip:rect(0 1em 1em .5em);}
.round_per {position: absolute; left: 0; top: 0; width: 1em; height: 1em; background: #e4a6d2; clip:rect(0 1em 1em .5em); transform:rotate(180deg); transition:1.05s;}
.percent_more .circle_inner {clip:rect(0 .5em 1em 0em);}
.percent_more:after {position: absolute; left: .5em; top:0em; right: 0; bottom: 0; background: #e4a6d2; content:'';}
.circle_inbox {position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; background: #fff; z-index:1; border-radius: 50%;}
.percent_text {position: absolute; font-size: 36px; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3;}


.step {
    position: relative;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-right: calc(1.5rem / -2);
    margin-left: calc(1.5rem / -2)
}
.step.step-dashed .step-icon{
    font-size: .75rem;
    width: 1.75rem;
    height: 1.75rem;
    color: #ffffff;
    background-color: #3777ff;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border-radius: 50%;
    margin-right: 1rem;
}
.step.step-dashed .step-icon::after {
    content: "";
    position: absolute;
    top: 2.4rem;
    left: 0.8125rem;
    width: 1.625rem;
    height: calc(100% - 2rem);
    border-left: 0.125rem dashed rgba(42, 63, 112, 0.3);
}
.step .step-content {
    flex: 1;
}
.step-icon-border {
    border: .125rem solid rgba(33,50,91,.1)
}
.step .step-item {
    display: flex;
    flex-direction: column;
    flex-basis: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-bottom: 0.75rem;
}
.step .step-content-wrapper {
    position: relative;
    display: flex;
    width: 100%;
}
.main-photo{
    position: relative;
}
.main-photo:before{
    position: absolute;
    content: "";
    left: 16px;
    right: -15px;
    top: -21px;
    bottom: 2px;
    background: rgb(247 255 198 / 17%);
    border-radius: 55% 47% 54% 48%;
    transform: rotate(-16deg);
    -webkit-animation: rotate 5s linear infinite;
    animation: rotate 5s linear infinite;
}
.main-photo img{
    position: relative;
}
.course-hero-banner {
    /* background: bottom/100% 0 no-repeat url(../images/bg-bottom.png),100% 0/43% 500px no-repeat url(../images/blue-pattern.png),0/cover no-repeat url(../images/course-image-bg.jpeg); */
    width: 100%;
    height: 500px;
    /* background: linear-gradient(269.93deg,rgba(0,0,0,.8) .02%,transparent 85.04%); */
}
.course-hero-banner-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(269.93deg,rgba(0,0,0,.5) .02%,transparent 85.04%);
    background: linear-gradient(269.93deg,rgb(30 69 84 / 83%) .02%,#1e223b4a 85.04%);
}
.course-hero-banner-content {
    width: 35%;
    min-width: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 5%;
}
.course-hero-banner-content h1 {
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    margin: 15px 0;
    text-align: center;
    white-space: pre-wrap;
}
.course-hero-image-wrapper {
    position: absolute;
    right: 0;
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(../images/yellow-pattern.png)no-repeat;
    background-size: 100% 100%;
}

.course-hero-image-mask {
    width: 100%;
    max-width: 280px;
    position: relative;
    margin-top: -10%;
}
/* .course-hero-image-wrapper .Hero_hero__video-mask-img-ipad__Gcd3p {
    position: absolute;
    width: 293px;
    height: 175px;
    top: -11px;
    left: -11px;
    z-index: 3;
} */
.course-hero-image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
    border: 10px solid #000;
    border-radius: 9px;
    box-shadow: 0px 0px 2px #fff8d6;
}
@keyframes rotate{
    from{ transform: rotate(-35deg); }
    to{ transform: rotate(325deg); }
}
.top-wave{
    width: 100%;
    height: 58px;
    overflow: hidden;
    position: absolute;
    display: flex;
    justify-content: center;
    top: -30px;
}
.top-wave > div{
    position: absolute;
    width: 105%;
    height: 100%;
    background-color: #fff;
    border-radius: 100% 100% 0 0;
}

.classroom-card{
    background-color: #fff;
    border: 4px solid rgb(55 119 255 / 27%);
    border-radius: 12px;
    margin-bottom: 30px;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: inherit;
}
.classroom-figure{
    flex: 0 0 116px;
}
.classroom-figure figure{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.classroom-figure img{
    height: 100%;
    width: 100px;
    object-fit: cover;
}
.classroom-content{
    flex: 1
}
.classroom-content .btn-sm {
    padding: 8px 24px;
}
.page-breadcrumb .breadcrumb{
    background-color: #fff;
}
.breadcrumb-item {
    font-size: 14px;
}
.breadcrumb-item.active{
    font-weight: 600;
}
.classroom-hero-sec h1{
    font-size: 24px;
}
.classroom-hero-details{
    background-color: #ecf7f0;
    border-radius: 20px;
    padding: 35px;
    border: 1px solid rgba(0,0,0,.125);
}
.review-flex {
    column-gap: 2%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.review-flex .review-card{
    flex: 0 0 31%;
    max-width: 31%;
}
.location-center iframe{
    border: 1px solid rgb(203 203 203);
    border-radius: 4px;
}
.offline-class-needs{
    background: #3777ff;
    color: #e0ecf8;
    padding: 80px 0 60px;
}
.offline-class-needs .class-sidebar-block h4{
    color: #fff;
    font-size: 18px;
}

.set_password, .forget_password{
    display: none;
}
.otp-field, .otp-field1, .otp-field2 {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
}
  
  .otp-field input, .otp-field1 input, .otp-field2 input {
    height: 50px;
    width: 24%;
    border-radius: 6px;
    outline: none;
    font-size: 1.25rem;
    text-align: center;
    border: 1px solid #ddd;
  }
  .otp-field input:focus, .otp-field1 input:focus, .otp-field2 input:focus  {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  }
  .otp-field input::-webkit-inner-spin-button,
  .otp-field input::-webkit-outer-spin-button,
  .otp-field1 input::-webkit-inner-spin-button,
  .otp-field1 input::-webkit-outer-spin-button,
  .otp-field2 input::-webkit-inner-spin-button,
  .otp-field2 input::-webkit-outer-spin-button {
    display: none;
}
.input [type='number']::-webkit-inner-spin-button,
.input [type='number']::-webkit-outer-spin-button {
  display: none;
}



/** responsive **/

@media (min-width: 1500px){
    .about-course-sec::before {
        background-size: cover;
        top: 72px;
    }
}
@media (min-width: 1300px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px;
    }
}
@media (max-width: 1300px){
    .video-click video {
        height: 358px;
    }
    .about-course-sec::before{
        height: 250px;
        top: 116px;
    }
}
@media (min-width: 1200px) and (max-width: 1499px){
    .trusted-schools img{
        max-height: 78px;
    }
    .course-package:before {
        max-width: 1140px;
    }
}
@media (max-width: 1200px){
    .logo-area img {
        height: 40px;
    }
    .importance-img img{
        width: 185px
    }
    .course-card {
        border-radius: 15px;
        padding: 30px 26px 30px;
    }
    .unleash-right {
        width: 50%;
    }
    .affiliate-works-left {
        padding: 80px 80px 70px 40px
    }
    .trusted-schools {
        justify-content: center;
        margin-bottom: 35px;
    }
    .course-package:before {
        border-radius: 0;
    }
}
@media (max-width: 992px){
    .logo-area img{
        height: 35px
    }
    .problem-sec {
        padding: 100px 0 80px;
    }
    .importance-sec {
        padding: 130px 0;
        background-size: 100%;
    }
    .importance-img {
        transform: translate3d(0, 412px, 0);
    }
    .importance-img img{
        width: 155px
    }
    .why-left{
        width: 100%
    }
    .why-right{
        width: 100%;
        text-align: center;
        margin-left: 0;
        padding: 100px 80px;
        border-radius: 6rem 6rem 0 0
    }
    .why-bambinos-bg {
        transform: translate3d(0, 455px, 0);
    }
    .why-bambinos-bg img {
        width: 192px;
    }
    .unleash-right{
        display: none;
    }
    .straight-sec:before{
        display: none
    }

    .course-hero-banner {
        /* background: bottom/100% 0 no-repeat url(../images/bg-bottom.png),linear-gradient(133deg,#102551 13.47%,#2f62ce 93.56%)!important; */
        height: auto;
    }
    .course-hero-banner-wrapper {
        display: block;
        padding-bottom: 100px;
    }
    .course-hero-banner-content {
        margin: 0 auto;
        padding-top: 25px;
        min-width: 500px
    }
    .course-hero-image-wrapper{
        position: static;
        display: block;
        margin: 15px auto 0;
        width: auto;
        height: auto;
        background: none;
    }
    .course-hero-image-mask {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }
    .course-hero-banner-content h1{
        font-size: 34px;
    }
    .about-course-sec::before{
        top: 160px
    }
    .curriculam-card:hover{
        transform: none;
    }
    .curriculam-row {
        margin: 0 15px;
        width: 900px;
    }
    .curriculam-overflow {
        overflow-x: auto;
        padding-top: 18px;
        margin: 0 -15px
    }
    
    .curriculam-div{
        padding: 0 15px 12px
    }
    .curriculam-card .btn {
        font-size: 16px;
    }
    .bg-session p {
        font-size: 16px;
    }
    .curriculam-header{
        padding: 35px 30px 0;
        margin-bottom: 20px;
    }
    .curriculam-body{
        padding: 0 30px 10px;
    }
    
    .affiliate-flex {
        display: block;
    }
    .form-card{
        margin-top: -65px
    }
    .love-details-left, .love-comments-body{
        height: auto
    }
    .love-shared-figure {
        border-radius: 0;
    }
    .review-flex {
        column-gap: 2%;
    }
    .review-flex .review-card{
        flex: 0 0 49%;
        max-width: 49%;
    }
}
@media (min-width: 768px){
    .hs-menubar{
        position: absolute;
        left: 60px;
    }
}
/* test */
@media (max-width: 768px){
    header {
        padding: 7px 0;
    }
    .btn {
        padding: 10px 24px;
        font-weight: 600;
        font-size: 14px;
    }
    header .btn {
        padding: 6px 12px;
        font-weight: 600;
        font-size: 13px;
    }
    .menu-trigger {
        font-size: 12px;
        padding: 5px 7px 5px 7px;
    }
    .home-video-banner {
        height: 54vh;
    }
    .home-video-banner video{
        height: 54vh;
        width: 100%;
        object-fit: cover;
    }
    .banner-area {
        height: 68vh;
    }
    .banner-welcome {
        width: calc(100% - 30px);
    }
    .banner-welcome .article-h1{
        font-size: 28px;
    }
    .banner-welcome h2 {
        font-size: 18px;
        display: none
    }
    .banner-welcome > img{
        width: 80px;
        margin-bottom: 15px
    }
    .page-title{
        font-size: 30px;
    }
    .section-title h2{
        font-size: 28px;
    }
    .problem-sec {
        padding: 120px 0 0;
    }
    .why-boy{
        width: 330px
    }
    .why-right{
        padding: 60px 30px;
        border-radius: 5rem 5rem 0 0;
    }
    .great-sec{
        padding: 20px 0 60px;
    }
    .great-icon img {
        width: 155px;
        max-width: 100%;
    }
    .great-row {
        height: auto;
        position: relative;
        transform: none;
    }
    .great-icon {
        margin-bottom: 30px;
        /* position: static;
        top: 0;
        left: 0;
        right: 0;
        transform: none!important; */
    }
    .course-card figure{
        height: auto
    }
    .course-card h3 {
        font-size: 19px;
        height: auto
    }
    .straight-sec {
        padding: 70px 0 0
    }
    .straight-flex figcaption {
        flex-basis: 61%;
    }
    .features-sec {
        padding: 20px 0 60px
    }
    .firstActiveItem .step-card {
        background: transparent;
    }
    .firstActiveItem .step-card h3 {
        color: #fff;
    }
    .firstActiveItem .step-card p {
        color: #e4ecff;
    }
    #stepSlide.owl-theme .owl-nav {
        right: -50%;
        position: relative
    }
    .step-card {
        text-align: center;
        margin-bottom: 30px;
    }
    .importance-sec-two .btn, .why-sec .btn, .accordion-faq .btn{
        display: none
    }
    .accordion-faq {
        padding: 75px 0 10px;
    }
    .blog-image-text {
        padding: 15px 15px;
        position: relative;
        font-size: 17px;
        background: #ffffff;
        border: 1px solid #f7f7f7;
        margin-top: -40px;
        width: 95%;
        margin-bottom: 15px;
        position: relative;
        z-index: 1;
        border-radius: 0 30px 30px 0;
        box-shadow: 0 3px 7px 0 rgb(0 0 0 / 5%);
    }
    .blog-card h6{
        font-size: 14px;
    }
    .course-card-sec .btn-warning{
        display: none
    }
    .newsletter-contain {
        max-width: calc(100% - 28px);
    }
    .tab-agegroup .row{
        margin: 0 -8px
    }
    .tab-agegroup .row div[class*="col-"]{
        padding: 0 8px;
        width: 110px;
    }
    .tab-agegroup .date-content h4{
        display: none
    }
    .tab-agegroup .date-content h3 {
        font-size: 14px;
        margin-bottom: 3px;
        line-height: 21px;
    }
    .about-course-sec::before{
        top: 119px
    }
    .module-card {
        padding: 25px 25px;
        border-radius: 25px;
        margin-bottom: 15px;
        height: auto;
        color: #fff
    }
    .module-color:nth-child(2) .module-card, .module-color:nth-child(4) .module-card, .module-color:nth-child(6) .module-card, .module-color:nth-child(8) .module-card, .module-color:nth-child(10) .module-card, .module-color:nth-child(12) .module-card{
        margin-top: 0
    }
    .curriculam-div:nth-child(1) .curriculam-discount, .curriculam-div:nth-child(3) .curriculam-discount{
        transform: scale(1);
    }
    
    .faculty-dark-bg {
        padding: 18px 18px;
    }
    .about-course-sec {
        padding: 60px 0
    }
    ._maxComment {
        -webkit-mask-image: none;
        max-height: initial;
        overflow-y: initial;
    }
    .b24-widget-button-position-bottom-right {
        right: 10px!important;
        bottom: 130px!important;
    }
    .love-flex{
        -webkit-column-gap: 0;
        column-gap: 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .country-select {
        width: 100%;
    }
    
    /***/
    .surpise-box img {
        height: 63px;
    }
    .surpise-6 {
        left: 9%;
        top: -21%;
    }
    .surpise-2 {
        right: 10px;
        top: 8%;
    }
    .surpise-3 {
        left: 10%;
        bottom: 0%;
    }
    .award-box{
        top: 65px
    }
    .btn-award label {
        font-size: 18px;
        padding: 4px 22px;
    }
    .btn-award {
        padding: 7px 7px 7px 24px;
        font-size: 15px;
    }
    /***/

    .header-strip .tag-icon{
        height: 33px;
    }
    .header-strip .entrepreneur-logo{
        height: 23px;
    }
    .b-font{
        font-size: 17px;
    }
    .curriculum-image-sec img{
        max-width: 850px;
    }
    .curriculum-image-sec .overflow-x{
        overflow-x: auto;
    }

}
@media (max-width: 576px){
    .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
    .profile_menu > a {
        line-height: 42px;
    }
    .popup {
        border-radius: 16px 16px 0 0;
        border: none;
        box-shadow: none;
        width: 100%;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
    }
    .popup_body {
        height: 465px;
        border-bottom: none;
        border-radius: 0;
        padding: 10px 35px;
    }

    .three-icon img{
        height: 64px
    }
    .importance-img {
        transform: translate3d(0, 232px, 0);
    }
    .importance-img img{
        width: 115px
    }
    /* .great-icon {
        top: 871px;
    } */
    .importance-sec {
        padding: 70px 0
    }
    .straight-flex figcaption h4 {
        font-size: 19px;
    }
    .straight-flex figcaption article {
        font-size: 16px;
    }

    .course-hero-banner-content h1 {
        font-size: 32px;
    }
    .bestSeller .badge {
        font-size: 15px;
        padding: 12px 23px;
    }
    .course-hero-banner-wrapper {
        background: linear-gradient(269.93deg,rgb(30 69 84 / 84%) .02%,#1e223bc2 85.04%);
    }
    .course-hero-image-mask {
        max-width: 218px;
    }
    .course-hero-banner{
        height: 500px;
    }
    .course-hero-banner-content {
        width: 94%;
        max-width: 430px;
        min-width: auto;
    }
    .rate-count{
        font-size: 17px;
    }
    /* .course-hero-content {
        position: relative;
        padding: 30px 0 50px
    } */
    .about-course-tab:before{
        top: 0
    }
    .about-course-sec::before {
        top: 67px;
    }
    .about-course-tab-block {
        padding: 30px 20px;
    }
    .oval-figure-bg::before {
        left: -14px;
        right: -8px;
        top: -21px;
        bottom: -4px;
    }
    .course-card-sec .card-body {
        padding: 30px 22px;
    }
    .scroll-nav-menu {
        justify-content: start;
        width: auto;
        margin: 0 auto;
    }
    .scroll-nav .container{
        overflow-x: auto;
    }
    .share-boxes p {
        font-size: 12px
    }
    .share-boxes>img {
        height: 42px
    }
    .coupon-part .col-4 {
        padding: 0 4px
    }
    .share-boxes {
        background: none;
        box-shadow: none;
        padding: 18px 0
    }
    .dotted-images {
        display: none
    }

    .modal_children_right{
        padding: 20px 0 0;
        width: 100%
    }

    .course-card-sec h4{
        font-size: 16px;
    }
    .course-banner h1 {
        font-size: 30px;
    }
    .course-banner h2 {
        font-size: 18px;
        font-weight: 600;
    }
    .clp-lead__element-row {
        flex-wrap: wrap;
    }
    .icon_text .badge {
        line-height: 19px;
        text-align: center;
        border: 1px solid #e5e4e4;
        border-radius: 6px;
        padding: 4px 12px;
        margin: 0 0 7px 2px;
        font-weight: 500;
        font-size: 11px;
    }
    .module-card h4 {
        font-size: 18px;
    }
    .review-sum{
        padding: 30px 15px 20px;
        margin: -40px -20px 30px;
    }
    .review-sum h3
    {
        font-size: 58px;
        margin-bottom: 15px;
    }
    .rating svg {
        width: 24px;
    }
    .review-block {
        border-radius: 23px;
        overflow: hidden;
        padding: 35px 20px 35px;
    }
    .styled progress {
        width: calc(100% - 118px);
    }
    .styled label {
        color: #414f68;
        font-weight: 500;
        font-size: 15px;
    }
    .review-section .section-title + h4, .about-course-sec .section-title + h4{
        font-size: 16px;
        line-height: 1.4;
    }
    .course-faculty-sec  h4{
        font-size: 16px;
        line-height: 1.4;
    }
    .tab-menu .nav>li>a {
        padding: 10px 25px;
        font-size: 15px;
    }
    .accordion-faq article h4 {
        font-size: 17px;
    }
    .accordion-faq article div {
        font-size: 14px;
    }
    #testi.owl-theme .owl-next {
        right: -30px
    }
    #testi.owl-theme .owl-prev {
        left: 6px
    }
    .review-card{
        margin: 10px
    }
    .course-card-content .badge {
        border-radius: 6px;
        padding: 3px 8px;
        margin: 0 0 6px 4px;
        font-weight: 500;
        font-size: 11px;
    }
    .course-card {
        padding: 25px 17px 25px;
    }
    
    .affiliate-works-left {
        padding: 60px 15px 60px 15px;
    }
    .row-xss {
        margin: 0 -8px
    }
    .row-xss div[class*="col-"] {
        padding: 0 8px
    }
    .blog-divider {
        margin: 0 -30px;
    }
    ._inr {
        padding: 10px 9px;
    }
    .modal_main {
        margin-top: 30px;
    }
    .popup_book_demo .popup_body{
        height: 500px;
    }
    .love-feed {
        position: static;
        padding-left: 0;
        margin: 0 -15px;
    }
    .love-feed::before {
        display: none;
    }
    .love-user-bg {
        padding: 12px 25px 11px;
        border-radius: 0;
    }
    .love-card {
        border-radius: 0;
    }
    .love-user{
        left: 0
    }
    .love-name {
        margin-left: 15px;
    }
    .love-name h3 {
        font-size: 15px;
        font-weight: 600;
        margin: 0 0 -3px;
    }
    .love-user-avatar {
        width: 43px;
        height: 43px;
    }
    .love-user-avatar svg {
        display: none;
    }
    .love-card .love-user-avatar
    {
        border: none
    }
    .love-count {
        margin: 15px 0 15px;
    }
    .course-package:before {
        height: 390px;
    }
    .course-package .tab-agegroup .checkout-address .widget-posts-descr {
        border: 3px solid #f5f5f5;
        background: #fff;
    }
    .course-package .tab-content .tab-agegroup .checkout-address input[type="radio"]:checked+.widget-posts-descr {
        border: 3px solid #3777ff;
    }
    .modal-refer .modal-body {
        padding: 0px 0px;
    }
    .trusted-schools img {
        max-height: 82px;
    }
    .blog-author {
        border-radius: 12px;
        padding: 20px;
    }
    .review-flex {
        column-gap: 0;
    }
    .review-flex .review-card{
        flex: 0 0 100%;
        max-width: fit-content;
    }
    .classroom-hero-details {
        border-radius: 13px;
        padding: 0;
    }
    .classroom-hero-content{
        padding: 26px 18px
    }
    .classroom-hero-sec h1 {
        font-size: 21px;
    }
}
@media (max-width: 480px){
    .banner-welcome .article-h1 {
        font-size: 24px;
    }
    .banner-welcome > img {
        width: 60px;
        margin-bottom: 8px;
    }
    .banner-area {
        height: 77vh;
    }
    .problem-sec:before {
        width: 60%;
    }
    .review-card-top{
        min-height: 320px;
        padding: 25px 22px
    }
    .review-card p {
        font-size: 15px;
        line-height: 1.6;
    }
    .page-title {
        font-size: 24px;
    }
    .section-title h2 {
        font-size: 23px;
    }
    .accordion-faq article{
        margin: 0 -15px 13px;
    }
    .tab-agegroup .row {
        margin: 0 -6px;
    }
    .tab-agegroup .row div[class*="col-"] {
        padding: 0 6px;
        width: 25%;
        min-width: 84px;
    }
    .tab-agegroup .date-content h3 {
        font-size: 13px;
        line-height: 19px;
    }
    .about-course-sec::before {
        display: none;
    }
    .scroll-nav {
        padding: 13px 0 0;
    }
    .scroll-nav-menu>li>a {
        font-size: 12px;
        font-weight: 500;
        padding: 0 11px 11px;
    }
    .course-card{
        display: block;
    }
    .course-card figure {
        height: auto;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .why-boy {
        width: 268px;
    }
    .why-bambinos-bg img {
        width: 145px
    }
    .ageGroup {
        width: 15.25%;
        padding: 5px 3px 8px;
    }
    .header-strip{
        font-size: 86%;
    }
    #liveModal h5{
        font-size: 1rem;
    }
    .owl-video-Slide.owl-carousel .owl-stage-outer {
        margin-left: -55px;
    }
    .trusted-schools img {
        max-height: 70px;
    }
    .trusted-schools figure {
        margin: 0 5px 10px;
    }
}