/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 16, 2020, 10:40:18 AM
    Author     : gasper
*/

html{
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


body{
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #151c4f;
    font-weight: 300;
    background-color: #ffffff;
    overflow-x: hidden !important;

}

h1, h2, h3, p{
    margin: 0;
    padding: 0;
}

*:focus {
    outline: 0;
    outline: none;
}

a:focus {
    outline:none !important;
}

.m-r-15-d {
    margin-right: 15px;
}

.m-l-15-d {
    margin-left: 15px;
}


button{
    border: none;
}


a:hover{
    text-decoration: none;
}

img:focus {
    outline:none !important;
}

label{
    font-weight: normal;
    font-size: 13px;
}

label span{
    font-weight: 300
}

input{
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: none;
}

.navbar{
    border: none;
    margin-bottom: 0px;
    padding: 0px 40px;
    -webkit-transition: padding .4s;
    -moz-transition: padding .4s;
    transition: padding .4s;
    background: none;
}

.nav>li>a:hover, .nav>li>a:focus{
    background: none !Important;
    color: #d4253b;
}

.navbar.shop-nav{
    background-color: #dfe3dd;
}

.navbar.login-nav{
    background-color: #f7f6f4;
}


.navbar-brand{
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand>img{
    width: 100%;
}

.navbar .navbar-nav>li>a{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    transition: color 0.4s;
    padding: 13px 0px;
}

.subpage__nav .navbar .navbar-nav>li>a{
    color: #151c4f;
}

.navbar.navbar-shrink .navbar-nav>li>a{
    color: #151c4f;
}


.navbar .navbar-nav>li.navbar-list{
    margin-right: 75px;
}


.navbar .navbar-nav>li.navbar-logo>a{
    margin: 0px;
}


.navbar .navbar-nav>li>a:hover {
    color: #ffffff;
}

.subpage__nav .navbar .navbar-nav>li>a:hover {
    color: #151c4f !Important;
}



.navbar.navbar-shrink {
    min-height: 70px;
    background-color: #ffffff;
    border-bottom: 1px solid #f9f6f6;
}

.navbar.navbar-shrink .navbar-nav>li>a:hover {
    color: #151c4f;
}



.navbar.navbar-shrink .navbar-brand>img{
    width: 80%;
}

.navbar-right{
    padding-top: 20px;
}

.navbar.navbar-shrink .navbar-right{
    padding-top: 14px;
}


.navbar-nav>.navbar-list>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #e5148c;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.navbar-nav>.navbar-list>a:hover::before {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}


.navbar-nav>.navbar-list>a.active-nav:hover::before{
    transform: none;
}

.navbar-nav>.navbar-list>a.active-nav:before {
    display: none;
}

.navbar-nav>.navbar-list>a.active-nav{
    color: #151c4f !Important;
    border-bottom: 3px solid #e5148c;
    padding-bottom: 12px;
}

.navbar-nav>.navbar-list>a.active-nav{

}

.navbar-button{
    width: 125px;
    height: 45px;
    border-radius: 22.5px;
    background-color: #4ad5cf;
    text-align: center;
    transition: .3s;
    color: #151c4f;
}

.navbar .navbar-nav>li.navbar-button>a{
    color: #151c4f;
}

.navbar-button:hover{
    background-color: #e5148c;
    color: #ffffff;
}

.menu-mobile{
    display: none;
}

.navbar-mobile__content{
    display: none;
}

.navbar-brand .logo-hidden{
    display: none;
}

.dropdown-toggle .user-img{
    margin-right: 12px;
    margin-top: -13px;
    float: left;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.dropdown-toggle .user-img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.dropdown-toggle .user-text{
    display: inline-block;
}


.dropdown-toggle .arrow-down{
    width: 20px;
    margin-left: 20px;
}



.navbar-nav>li>.dropdown-menu{
    background: #5cd6cf;
    border: none;
    border-radius: 8px;
    margin-top: 7px;
}

.navbar-nav>li>.dropdown-menu li a{
    color: #ffffff;
}

.dropdown-menu li{
    border-bottom: 1px solid #ffffff40;
}

.dropdown-menu:before{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 17px solid #5dd7cf;
    position: absolute;
    margin-left: 15px;
    top: -9px;
}

.dropdown-menu li:hover, .dropdown-menu li a:hover{
    background: #4ad5cf !important;
}

.nav .open>a, .nav .open>a:hover{
    border: none;
    border-radius: 8px;
}


/* END OF NAVBAR */
/* BUTTONS */

.cta__one{
    display: table;
    width: fit-content;
    padding-left: 39px;
    padding-right: 39px;
    height: 45px;
    border: none;
    border-radius: 22.5px;
    border: solid 1px #d2459d;
    background-color: #e5148c;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    margin: 0 auto;
    transition: .3s;
}

.cta__one:hover{
    border: solid 1px #4ad5cf;
    background-color: #4ad5cf;
    color: #ffffff;
}

.landing1__cta{
    margin-top: 20px;
}

.cta__two{
    display: table;
    width: fit-content;
    padding-left: 39px;
    padding-right: 39px;
    height: 45px;
    border: none;
    border-radius: 22.5px;
    border: solid 1px #4ad5cf;
    background-color: #4ad5cf;
    color: #151c4f;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    margin: 0 auto;
    transition: .3s;
}

.cta__two:hover{
    border: solid 1px #d2459d;
    background-color: #d2459d;
}

.cta__three{
    display: table;
    width: fit-content;
    padding-left: 39px;
    padding-right: 39px;
    height: 45px;
    border: none;
    border-radius: 22.5px;
    border: solid 1px #e5148c;
    background: none;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    margin: 0 auto;
    transition: .3s;
}

.cta__three:hover{
    border: solid 1px #d2459d;
    background-color: #d2459d;
    color: #ffffff;
}

.results__cta{
    margin: 0 auto;
    margin-top: 10px;
    max-width: 100%;
    height: 45px;
    border: none;
    border-radius: 22.5px;
    border: solid 1px #4ad5cf;
    background: none;
    color: #151c4f;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    transition: .3s;
    text-align: center;
    display: table;
    width: fit-content;
    padding-left: 39px;
    padding-right: 39px;

}

.results__cta:hover{
    border: solid 1px #4ad5cf;
    background-color: #4ad5cf;
    color: #ffffff;
}

.teacher__cta{
    display: block;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    height: 45px;
    border: none;
    border-radius: 22.5px;
    border: solid 1px #4ad5cf;
    background: none;
    color: #151c4f;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 44px;
    margin: 0 auto;
    margin-top: 30px;
    transition: .3s;
}

.teacher__cta:hover{
    border: solid 1px #4ad5cf;
    background-color: #4ad5cf;
    color: #ffffff;
}

@media screen 
  
  and (max-width: 1199px){
      .teacher__cta {
            font-size: 12px;
      }
 }




.button-fb{
    background-color: #3b5998;
    width: 100%;
    border-radius: 22px;
    font-weight: 600;
    border: 1px solid #efefef;
    height: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    transition: .3s;
}

.button-fb img{
    width: 20px;
    margin-right: 10px;
}

.button-fb:hover{
    opacity: 0.8;
    cursor: pointer;
}

.button-google{
    background-color: #ffffff;
    width: 100%;
    border-radius: 22px;
    font-weight: 600;
    border: 1px solid #efefef;
    height: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: .3s;
}

.button-google:hover{
    opacity: 0.8;
    cursor: pointer;
}

.button-google img{
    width: 20px;
    margin-right: 10px;
}

/* END OF BUTTONS*/
/* HEADER */
.header{
    min-height: 90vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #4b5079;
    background-image: url(../images/header-bg-min.jpg);
}




.header__title{
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 38vh;
}

.header__subtitle{
    font-size: 21px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 30px;
}






/*

.header__input .selection{
    font-size: 0px !important;
}*/

/*
.header__input{
    width: 625px;
    height: 45px;
    border-radius: 22.5px;
    border: solid 1px #979797;
    background-color: #ffffff;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #8c8c8c;
    padding-right: 180px;
}

.header__input::placeholder{
    font-size: 16px;
    font-weight: 300;
    color: #8c8c8c;
}
*/

.header__cta{
    width: 173px;
    height: 47px;
    border-radius: 22.5px;
    background-color: #e5148c;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    transition: .3s;
    position: relative;
    z-index: 24;
    float: right;
    margin-top: -47px;
}

.header__cta:hover{
    background-color: #4ad5cf;
    color: #ffffff;
}

.header__list{
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 150px;
}

.header__list li, .header__list li a{
    font-size: 21px;
    font-weight: 300;
    color: #ffffff;
    transition: .3s;
}

.header__list li{
    display: inline-block;
    margin-left: 20px;
}

.header__list li a:hover{
    color: #4ad5cf;
}


.header a.player {
	position: absolute;
    /* right: 0px; */
    bottom: 0px;
    width: 700px;
    padding-left: 35px;
    cursor: pointer;
    border-left: 1px solid white;
    margin-left: 35px;
    padding: 17px 10px 17px 35px;
    transition: transform 1.5s ease;
        left: 680px;

    margin-bottom: 40px;
}

.header a.player div {
	background-image: url(../images/video-player-meet-blearny.jpg);
    width: 193px;
    display: block;
    height: 112px;
    background-size: 100%;
    background-repeat: no-repeat;
    border: 4px solid #e11481;
    border-radius: 22px;
    float: left;
    margin-right: 28px;
    cursor: pointer;
    transition: border 0.5s ease;
      
}
.header a.player:hover div {

}
.header a.player:hover h2 {
	color: #e11481;

}

.header a.player div span {
	background-image: url(../images/video-player-meet-belearny-cta-play.svg);
    width: 63px;
    display: block;
    height: 63px;
    background-size: 100%;
    left: 60px;
    position: relative;
    top: 19px;
    cursor: pointer;
    transition: transform 0.5s ease;
}
.header a.player:hover div span  {
	transform: scale(1.1)
}
.header a.player h2 {
	color: white;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    padding-top: 19px;
    padding-bottom: 7px;
    transition: color 0.5s ease;
	font-size: 20px;

}
.header a.player p {
	color: white;
    width: 450px;
    cursor: pointer;
}


@media (max-width: 1280px){
    .header a.player {
		position: relative;
		margin-top: 40px;   
		padding: 0px 0px 0px 0px;
		border: none;
		margin-left: 0px;
		display: block;	
		left: 0px;
	}
}

@media (max-width: 520px){ 
	.header a.player {
		width: 100%;
	}
	.header a.player p {
		width: auto;
	}
	.header a.player div {
		float: none;
	}
}




/* END OF HEADER */
/* LANDING */

.landing__title{
    font-size: 48px;
    font-weight: 600;
    color: #151c4f;
    margin-bottom: 6px;
}

.landing__subtitle{
    font-size: 16px;
    font-weight: 300;
    color: #151c4f;
    margin-bottom: 30px;
}

/* LANDING1 */

.landing1{
    padding-top: 48px;
    padding-bottom: 0px;
}

.landing1__tabs{
    list-style: none;
    text-align: center;
    margin-top: 35px;
}

.landing1__tabs li{
    display: inline-block;
    margin-right: 45px;
    padding-bottom: 8px;
}

.landing1__tabs li a{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.39;
    color: #151c4f;
    text-decoration: none;
}

.landing1__tabs li.active{
    border-bottom: solid 1px #d2459d;
}

.landing1 .tab-content{
    padding-top: 20px;
    padding-bottom: 80px;
}

.landing1__box{
    text-align: center;
}

.landing1__box div{
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

/* LANDING 2*/

.landing2{
    background-color: #efefef;
    padding-top: 104px;
    padding-bottom: 44px;
}

.landing2 .container{
    position: relative;
}

.landing2__title{
    margin-top: 77px;
}

.landing2__cta{
    margin-top: 200px;
}

/* CARD */

.course-box{
    min-height: 350px;
    width: 265px;
    color: #151c4f;
    border-radius: 8px;
    /*box-shadow: 5px 13px 20px 5px rgba(0, 0, 0, 0.15); */
    background-color: #ffffff;
    position: relative;
    margin-left: 30px;
    transition: .3s;
}

.course-box-results{
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
}


.slick-slide.slick-active .course-box{
    box-shadow: 5px 13px 20px 5px rgba(0, 0, 0, 0.15);
}

.course-box__image{
    height: 229px;
    overflow: hidden;
    transition: .3s;
}

.course-box__image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .3s;
}

.course-box__noimage{
    height: 229px;
    overflow: hidden;
    transition: .3s;
    position: relative;
}

.course-box__noimage img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*.course-box:hover .course-box__image img{
    transform: scale(1.1);
}*/

.course-box:hover{
    box-shadow: 5px 13px 20px 5px rgba(231, 65, 141, 0.08);
}

.slick-slide.slick-active .course-box:hover{
    box-shadow: 5px 13px 20px 5px rgba(231, 65, 141, 0.08);
}

.course-box__content{
    padding: 14px 20px 20px 20px;
}

.course-box__title{
    font-size: 15px;
    font-weight: 600;
}

.course-box__location{
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 14px;
    margin-top: 6px;
}

.course-box__list{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.course-box__list li{
    display: inline-block;
}

.course-box__list li a{
    font-size: 15px;
    font-weight: 300;
}

.course-box__list li:nth-child(1){
    margin-right: 23px;
    position: relative;
    font-weight: 300;
}

.course-box__list li:nth-child(1):after{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #d2459d;
    border-radius: 50%;
    position: absolute;
    right: -16px;
    top: 8px;
}

.landing2Slider{
    margin-bottom: 50px;
    position: absolute;
}


/* END OF CARD */


/* LANDING 3 */

.landing3{
    padding-top: 70px;
    padding-bottom: 100px;
    min-height: 835px;
    position: relative;
}


.landing3Slider{
    margin-top: 75px;
    position: absolute;
    min-height: 400px;
}


.landing3__cta{
    position: absolute;
    bottom: 107px;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0px);
}


/* LANDING 4 */

.landing4{
    padding-top: 130px;
    padding-bottom: 113px;
    background-color: #efefef;
}

.landing4 .container{
    position: relative;
}

.landing4__title{
    margin-top: 77px;
    font-size: 24px !important;
}

.teacher-box{
    min-height: 229px;
    border-radius: 8px;
    box-shadow: 5px 13px 20px 5px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    margin-top: 48px;
    color: #151c4f;
    margin-bottom: 30px;
    transition: .3s;
}

.results__lazy{
    display: none;
}

.teacher-box:hover{
    box-shadow: 5px 13px 20px 5px rgba(115, 228, 222, 0.16);
}


.teacher-box__image{
    width: 133px;
    height: 133px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0px);
}

.teacher-box__image img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .3s;
}

.teacher-box__noimage {
    width: 133px;
    height: 133px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0px);
    background: #ffffff;
    border: 1px solid #efefef;
    text-align: center;
}

.teacher-box__noimage img{
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
}


.teacher-box__content{
    padding-top: 93px;
    text-align: center;
    padding-bottom: 21px;
    padding-left: 14px;
    padding-right: 14px;
    
    display: flex;
    flex-direction: column;
    height: 339px;
}

.teacher-box__content .rate{
    display: inline-block;
    color: #151c4f;
    font-size: 16px;
    margin-top: 9px;
}

.teacher-box__title{
    font-size: 16px;
    font-weight: 500;
}

.teacher-box__grade{
    color:  #4ad5cf;
    font-size: 14px;
    margin-top: -10px;
    height: 30px;
}

.teacher-box__grade.disabled{
    display: none;
}

.teacher-box__subtitle{
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}

.landing4__button{
    margin-top: 15px;
}

/* LANDING 5*/

.landing5{
    padding-top: 115px;
    padding-bottom: 115px;
    background-color: #151c4f;
    position: relative;
}

.landing5 img{
    max-width: 100%;
}

.landing5__title{
    color: #ffffff;
}

.landing5__subtitle{
    color: #ffffff;
}

.landing5__cta{
    margin: 0px;
    margin-top: 45px;
}

.landing5 .on-blue {
    margin-top: 70px;
    border-top: 1px solid #373f76;
    padding-top: 60px;
}

.landing5 .on-blue .landing1__box p {
    color: white;
}
.landing5 .on-blue .landing1__box .title {
    color: white;
}

/* END OF LANDING */
/* FOOTER */

.footer{
    background-color: #efefef;
    padding-top: 105px;

}

.footer.subpage__footer{
    background-color: #ffffff;
}

.footer__title{
    font-size: 21px;
    font-weight: 600;
}

.footer__list{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 14px;
}

.footer__list li a{
    font-size: 16px;
    font-weight: 300;
    color: #151c4f;
    transition: .3s;
}

.footer__list li a:hover{
    color: #4ad5cf;
}

.footer__cta{
    display: block;
    font-size: 16px;
    font-weight: 300; 
    color: #151c4f;
    transition: .3s;
    margin-bottom: 14px;
}

.footer__cta:hover{
    color: #4ad5cf;
}

.footer__subtitle{
    font-size: 16px;
    font-weight: 300;
    color: #151c4f;
    line-height: 1.69;
}

.footerB {
    padding: 7px;
    background-color: #e2dfdf;
    margin-top: 105px;
    color: #141c4e;
    font-size: 12px;
}

.footerB a{
    color: #141c4e;
}

@keyframes beat{
    to { transform: scale(1.2); }
}


.slick-slide{
    padding-top: 30px;
    padding-bottom: 35px;
}


/* RESULTS PAGE */

.results{
    background-color: #efefef;
    padding-top: 150px;
    padding-bottom: 45px;
}

.results .container{
    position: relative;
}

.subpage__title{
    font-size: 48px;
    font-weight: 600;
    color: #151c4f;
    margin-bottom: 6px;
}

.results__box{
    border-radius: 8px;
    box-shadow: 5px 13px 20px 5px rgba(0, 0, 0, 0.15);
    padding: 27px 17px 30px 17px;
    background-color: #ffffff;
    margin-bottom: 18px;
}

.results__box .title{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}

.results__box .title.second{
    margin-top: 25px;
}
/* CHECKBOX */

.checkbox.region {
    overflow-y: scroll;
    max-height: 250px;
}

.checkbox__single {
    display: block;
    position: relative;
    padding-left: 26px !Important;
    margin-bottom: 3px !important;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.checkbox__single input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #151c4f;
}

/*.checkbox__single:hover input ~ .checkmark {
    background-color: #ccc;
}*/

.checkbox__single input:checked ~ .checkmark {
    background-color: #151c4f;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox__single input:checked ~ .checkmark:after {
    display: block;
}

.checkbox__single .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #4ad5cf;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.checkbox__single .description{
    font-weight: 300;
}

.reservation__checkbox{
    font-size: 16px;
}

.reservation__checkbox .checkmark{
    top: 3px;
}


/* CUSTOM SELECT2 */
/*
.select2-container{
    width: 100% !important;
}

.header__input{
    width: 625px;
    font-size: 16px;
    font-weight: 300;
    color: #8c8c8c;
    display: inline-block;
}

.select2-container-multi .select2-choices{
    height: 45px;
    width: 100%;
    overflow: hidden;
    padding-right: 10px;
    border-radius: 22.2px;
    border: solid 1px #efefef;
    background: #ffffff;
    box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-field input{
    padding-left: 30px;
}*/

/*.select2-container--default .select2-selection--multiple{
    border-radius: 17px;
    
    width: 100%;
}*/

/*
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: solid 1px #efefef;
}


.select2-container-multi .select2-choices .select2-search-choice{
    box-shadow: none;
    background: none;
    border-radius: 22px;
    background-color: #efefef;
    border: none;
    font-size: 13px;
    font-weight: 500;
    color: #151c4f;
    padding-left: 15px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 6px;
    height: 29px;
    margin-top: 8px;
}

.select2-container-multi .select2-search-choice-close{
    float: right;
    color: #151c4f;
    margin-right: 4px;
    left: unset;
    margin-top: 4px;
}

.select2-container--default .select2-search--inline .select2-search__field{
    padding-left: 10px;
}

select[multiple], select[size]{
    background: none !Important;
}

.select2-drop{
    width: 451px !Important;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    overflow: hidden;
    margin-left: 19px;
    border: none;
    box-shadow: none;
}

.select2-drop.select2-drop-above{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}

.select2-drop.resultsDrop{
    width: 200px !Important;
}

.select2-drop.select2-drop-above.resultsDrop{
    width: 200px !Important;
}

.select2-drop.registerDrop{
    width: 350px !Important;
}

.select2-drop.select2-drop-above.registerDrop{
    width: 350px !Important;
}

.select2-no-results{
    text-align: center;
}*/

/* .select2-drop.select2-dropdown--below{
    width: 500px !Important;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    overflow: hidden;
}*/






/* END OF CUSTOM SELECT */

.results__number{
    font-weight: 300;
    margin-bottom: 17px;
}

.results__orderBy{
    margin-bottom: 17px;
}

.results__orderBy .title{
    font-weight: 300;
    display: inline-block;
}

.results__orderBy .body{
    display: inline-block;
    width: 98px;
    height: 34px;
    border-radius: 17px;
    border: solid 1px #ffffff;
    background-color: #ffffff;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 33px;
    margin-left: 13px;
}



.teacher-box__location{
    font-size: 13px;
    font-weight: 300;
    margin-top: 9px;
    margin-bottom: 9px;
}
.teacher-box__location.none {
  visibility: hidden;
}

.teacher-box__location img{
    margin-top: -5px;
}

.teacher-box__price{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 9px;
}

.teacher-box__themes{
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: left;
}

.teacher-box__themes span{
    font-weight: 500;
}

.teacher-box__locations{
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
}

.teacher-box__locations span{
    font-weight: 500;
}

.teacher-box__audience{
    font-size: 15px;
    font-weight: 300;
    text-align: left;
}

.teacher-box__audience span{
    font-weight: 500;
}

/*.results__noResults{
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    width: 193px;
    height: 193px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0px);
    background: #ffffff;
    border: 1px solid #efefef;
    text-align: center;
}

.results__noResults img {
    transform: translate(0, 80%);
}*/

.results__noResults .teacher-box__noimage{
    position: relative;
}

.results__noResults .title{
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}


/* FLEX */
.cards {
    display: -webkit-box;
    display: flex;
    margin: 1rem;
}


/* TEACHERS */

.teacher{
    padding-top: 150px;
    background-color: #efefef;
    padding-bottom: 100px;
}

.teacher .container{
    position: relative;
}

.teacher__basic{
    border-radius: 8px;
    box-shadow: 5px 13px 20px 5px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 35px;
}



.teacher__image{
    width: 113px;
    height: 113px;
    overflow: hidden;
    border-radius: 50%;
    max-width: 100%;
    margin: 0 auto;
}

.teacher__image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .3s;
}

.teacher__noimage {
    width: 113px;
    height: 113px;
    overflow: hidden;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #efefef;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.teacher__noimage img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.teacher__name{
    height: 42px;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 5px;
}

.teacher__name img:hover{
    cursor: pointer;
    opacity: 0.7;
}

.course-teacher-box .teacher__name{
    height: auto;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
}

.teacher__url{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 8px;
    color: #151c4f;
    display: block;
    text-decoration: none;
    transition: .3s;
}

.teacher__url:hover{
    color: #4ad5cf;
    cursor: pointer;
}

.course-teacher-box .teacher__url{
    text-align: center;
}

.teacher__location{
    font-size: 15px;
    font-weight: 300;
}

.teacher__themes{
    margin-top: 20px;
}

.teacher__themes .title{
    font-size: 16px;
    font-weight: 500;
}

.teacher__themes ul {
    /*    columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;*/
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

.teacher__themes ul li{
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    position: relative;
    padding-left: 23px;
}

.teacher__themes ul li:before{
    content: '';
    background-image: url(../images/icons/correct.svg);
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    left: 0px;
    top: 2px;
}

.teacher__statistic{
    border-radius: 8px;
    box-shadow: 5px 13px 20px 5px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 35px;
}

.teacher__statistic video{
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
}

.teacher__statistic .teacher__rating .title{
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
}

.teacher__statistic .teacher__rating .sum{
    font-size: 14px;
    font-weight: 300;
}

.teacher__statistic .teacher__rating img, .teacher__statistic .tag{
    margin-top: -9px;
}

.teacher__statistic .price{
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
}


.teacher__statistic .additional{
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 300;
    color: #8c8c8c;
    transition: .3s;
}

.teacher__statistic .additional img{
    margin-right: 8px;
    float: left;
    margin-top: 1px;
}

.teacher__statistic .additional:nth-child(3):hover{
    cursor: pointer;
    color: #d2459d;
}

.teacher__title{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 25px;
}

.teachers__package{
    border-radius: 8px;
    box-shadow: 5px 13px 20px 5px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 35px;
    color: #151c4f;
    text-align: center;
    position: relative;
}

.teachers__package .price{
    font-size: 36px;
    font-weight: 500;
}

.teachers__package .time{
    font-size: 16px;
    font-weight: 500;
}

.teachers__package .time .second{
    font-size: 13px;
}

.teachers__package .subtitle{
    font-size: 15px;
    font-weight: 300;
    color: #8c8c8c;
    margin-top: 18px;
    margin-bottom: 20px;
}

.teachers__package .cta{
    display: table;
    width: fit-content;
    padding-left: 35px;
    padding-right: 35px;
    height: 45px;
    border: none;
    border-radius: 22.5px;
    border: solid 1px #d2459d;
    background: none;
    color: #d2459d;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    margin: 0 auto;
    transition: .3s;
}

.teachers__package .cta:hover{
    border: solid 1px #d2459d;
    background-color: #d2459d;
    color: #ffffff;
}

.teachers__packages{
    margin-bottom: 45px;
}

.teachers__package .discount{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 46px;
    background-color: #4ad5cf;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    border-top-right-radius: 7px;
    padding: 14px 10px;
}

.teachers__description{
    border-radius: 8px;
    box-shadow: 5px 13px 20px 5px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 35px;
    margin-bottom: 25px;
}

.teachers__description .title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.teachers__description .text{
    line-height: 1.56;
    font-weight: 300;
}

.teachers__description .question{
    font-size: 16px;
    font-weight: 300;
    color: #151c4f;
    margin-bottom: 15px;
    transition: .3s;
}

.question{
    cursor: pointer; 
}

.teachers__description .question:hover{
    cursor: pointer;
    color: #d2459d;
}

.teachers__description .subtitle{
    font-size: 16px;
    font-weight: 500;
}

.teachers__description .subtitle:nth-child(3), .teachers__description .subtitle:nth-child(5){
    margin-top: 20px;
}


.teachers__description ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.teachers__description ul li:before{
    content: '';
    background-image: url(../images/icons/correct.svg);
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    left: 0px;
    top: 2px;
}

.teachers__description ul li{
    padding-left: 23px;
    position: relative;
    font-weight: 300;
}

.teachers__description ul li span{
    font-weight: 600;
    color: #4ad5cf;
}

.teachers__description .teacher__rating img{
    margin-top: -9px;
}

.teachers__description .teacher__rating .title{
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0px;
}

.teachers__description .teacher__rating .sum{
    font-size: 14px;
    font-weight: 300;
}

.teachers__recommendations .box{
    border-top: solid 1px #efefef;
    padding-top: 30px;
    padding-bottom: 30px;
}

.teachers__recommendations .box:nth-child(1){
    border: none;
}


.teachers__recommendations .box .recommendations__circle{
    width: 63px;
    height: 63px;
    background-color: #e5148c;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    line-height: 63px;
}

.teachers__recommendations .box .recommendations__title{
    font-size: 16px;
    font-weight: 500;
    color: #151c4f;
}

.teachers__recommendations .box .recommendations__date{
    font-size: 16px;
    font-weight: 300;
}

.teachers__recommendations .box .recommendations__body{
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}


/* STAR RATING */


.star-ratings-css {
    color: #ffffff;
    font-size: 25px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
} 

.star-ratings-css::before { 
    font-family: FontAwesome;
    content: "\f005\f005\f005\f005\f005";
    color: #5cd6cf;
    font-size: 17px;
}
.disabled .star-ratings-css {
  opacity: 0.3;
}

[progress="0"]{
    width: 0px;
    overflow: hidden;
}
[progress="0.50"]{
    width: 8.1px;
    overflow: hidden;
}
[progress="1.00"]{
    width: 16.1px;
    overflow: hidden;
}
[progress="1.50"]{
    width: 23.2px;
    overflow: hidden;
}
[progress="2.00"]{
    width: 31.2px;
    overflow: hidden;
}
[progress="2.50"]{
    width: 39.2px;
    overflow: hidden;
}
[progress="3.00"]{
    width: 47.1px;
    overflow: hidden;
}
[progress="3.50"]{
    width: 55px;
    overflow: hidden;
}

[progress="4.00"]{
    width: 63.1px;
    overflow: hidden;
}

[progress="4.50"]{
    width: 71px;
    overflow: hidden;
}

[progress="5.00"]{
    width: 81px;
    overflow: hidden;
}
/*.star-ratings-css::after {
    color: #4ad5cf;
    content: '★★★★★';
    position: absolute;
    z-index: 1;
    display: block;
    left: 0;
    top:0;
    overflow: hidden;
}*/

/* CUSTOM CALENDAR */


.fc-body{
    display: none;
}

.fc-ltr .fc-axis{
    display: none;
}

.calendarButton{
    display: inline-block;
}

.calendarButton button{
    width: 49px;
    height: 36px;
    border: solid 1px #8c8c8c;
    background-color: #ffffff;
    transition: .3s;
}

.calendarButton button:hover{
    opacity: 0.4;
}

.calendarButton button:nth-child(1){
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.calendarButton button:nth-child(2){
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    margin: -6px;
}

.calendarButton button:nth-child(1) img{
    transform: rotate(180deg);
}

.calendarDates{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #8c8c8c;
    margin-left: 17px;
}

.teacher__calendar{
    margin-top: 20px;
}

.teacher__singleTerm{
    font-size: 16px;
    font-weight: 300;
    color: #151c4f;
    margin-bottom: 10px;
    text-align: center;
    height: 36px;
    border: 1px solid #ffffff;
    transition: .3s;
    width: 100%;
    background-color: #ffffff;
}

.teacher__singleTerm:hover{
    border-radius: 7px;
    border: solid 1px #4ad5cf;
}

.teacher__singleTerm.activeTerm, .teacher__singleTerm.activeTerm:hover{
    border-radius: 7px;
    background: #ededed;
    opacity: 0.3
}

.teacher__singleTerm.activeTerm:hover{
    background-color: #ededed;
    border: 1px solid #ededed;
    color: #151c4f;
}

.row.seven-cols{
    margin-right: 0px;
    margin-left: 0px;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead{
    border: none !Important;
}

.calendarContainer{
    border-top: solid 1px #efefef;
    margin-top: 6px;
    padding-top: 10px;
    max-height: 500px;
    overflow: scroll;
}

.teacher__emptyTerm{
    background-color: #efefef;
    opacity: 0.1;
}

/*
@media (min-width: 768px){
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1  {
        width: 100%;
        *width: 100%;
    }
}*/

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}


.dayName{
    font-size: 16px;
    color: #151c4f;
    font-weight: 600;
    text-transform: lowercase;
    text-transform: capitalize;
}


.modal-title{
    font-size: 20px;
    color: #4ad5cf;
}

.modal-content{
    padding: 30px;
}

.modal-header .close{
    position: absolute;
    top: 30px;
    right: 30px;
    color: #d2459d;
    opacity: 1;
}

.modal-header{
    padding: 0px;
    margin: 0px;
    border: none;
    margin-bottom: 20px;
}

.modal-body{
    padding: 0px;
    font-size: 16px;
}

.modal-footer{
    padding: 0px;
    margin: 0px;
    border: none;
    margin-top: 30px;
}

.modal-close{
    display: block;
    padding-left: 39px;
    padding-right: 39px;
    height: 45px;
    border: none;
    border-radius: 22.5px;
    border: solid 1px #4ad5cf;
    background: none;
    color: #151c4f;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
    float: right;
}

.modal-close:hover{
    border: solid 1px #4ad5cf;
    background-color: #4ad5cf;
    color: #ffffff;
}

.modal-close.cta{
    line-height: 34px;
}

.modal-backdrop{
    background-color: #aeefeb;
    overflow: scroll
}

.modal-content{
    padding: 30px;
    border: none;
    box-shadow: none;
}

/* ORDER STEPS */
.vcv-timeline {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 930px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    color: #a7a7a7;
}
.vcv-timeline-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    padding: 0;
}
.vcv-timeline-item::before,
.vcv-timeline-item::after {
    content: '';
}
.vcv-timeline-item::before {
    content: attr(data-step);
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    flex: 0 0 32px;
    height: 32px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    border: 2px solid #a7a7a7;
    color: #a7a7a7;
}
.vcv-timeline-item::after {
    height: 2px;
    background: #a7a7a7;
    width: 100%;
    margin: 0 10px;
}
.vcv-timeline-item:last-of-type {
    -webkit-box-flex: 0;
    flex: 0 0 120px;
}
.vcv-timeline-item:last-of-type::after {
    display: none;
}
.vcv-timeline-item.vcv-step-done::before {
    content: '';
    border-color: #4ad5cf;
    background: #4ad5cf url("data:image/svg+xml,%0A%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Activation-Theme-to-Premium' transform='translate(-827.000000, -183.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Activation-02' transform='translate(342.000000, 172.000000)'%3E%3Cg id='Navigation' transform='translate(44.000000, 0.000000)'%3E%3Cg id='check' transform='translate(441.000000, 11.000000)'%3E%3Cpolygon id='Path' points='11.8606017 0 4.86058121 6.82615443 2.13952103 4.17292819 0 6.25973131 4.8606221 11 14 2.08684301'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
    background-size: 40%;
}
.vcv-timeline-item.vcv-step-done::after {
    background: #4ad5cf;
}

.steps{
    padding-top: 150px;
    background-color: #efefef;
    padding-bottom: 100px;
}

.steps .container{
    position: relative;
}

.steps__form{
    margin-top: 30px;
}

.steps__card{
    border-radius: 8px;
    box-shadow: 5px 13px 20px 5px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 35px;
    margin-bottom: 25px;
    position: relative;
}

.steps__card .title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.steps__card .additional{
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 300;
    color: #8c8c8c;
    transition: .3s;
}

.steps__card .additional img {
    margin-right: 8px;
    float: left;
    margin-top: 1px;
}

.steps__card .additional:hover{
    cursor: pointer;
    color: #d2459d;
}

.steps__card .profile{
    display: block;
    text-align: left;
    font-size: 12px;
    color: #4ad5cf;
}

.steps__card textarea{
    width: 100%;
    min-height: 150px;
    border: 1px solid #e6e6e6;
    padding: 15px;
    resize: none;
}

.steps__card .profile:hover{
    color: #e5148c;
    cursor: pointer;
}

.steps__card .teacher__name{
    height: auto;
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px;
}

.steps__card .subtitle{
    font-size: 14px;
    text-align: left;
}

.steps__card .devider2{
    height: 1px;
    width: 100%;
    background-color: #f9f9f9;
    margin-top: 20px;
    margin-bottom: 20px;
}

.steps__card .packages{
    text-align: left;
}

.steps__card .packages .price span{
    font-weight: 500;
}

.steps__card .packages .time span{
    font-weight: 500;
}

.steps .cta__one.cta{
    margin-right: 0px;
    margin-left: auto;
    margin-top: 20px;
}

.steps__back{
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #151c4f;
    text-transform: uppercase;
    font-size: 14px;
}

.steps__back:hover{
    color: #e5148c;
}

.steps__divided{
    width: 100%;
    height: 2px;
    background: #f9f9f9;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.steps__divided div{
    position: absolute;
    width: 65px;
    background: white;
    top: -11px;
    left: 50%;
    text-align: center;
    transform: translate(-50%,0px);
}

.steps__card .teacher__image{
    width: 100%;
    height: 55px;
    overflow: hidden;
    border-radius: 50%;
    max-width: 100%;
    margin: 0 auto;
}

.steps__card .teacher__noimage{
    width: 100%;
    height: 55px;
    overflow: hidden;
    border-radius: 50%;
    max-width: 100%;
    margin: 0 auto;
}

.steps__card .teacher__noimage img{
    width: 30px;
    /*transform: translate(0, 15px); */

}


.steps .cta2{
    margin-top: 20px;
    transition: .3s;
    display: block;
    color: #151c4f;
}

.steps .cta2:hover{
    cursor: pointer;
    color: #e5148c;
}

.checkedPasswordBox .fa.fa-exclamation{
    color: #e5148c;
}

.checkedPasswordBox ul li{
    font-size: 14px;
}

.checkedPasswordBox .progress{
    height: 32px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: none;
    border-radius: 22px;
    border: 1px solid #e6e6e6;
}

.checkedPasswordBox p{
    margin-top: 10px;
    font-size: 14px;
}

.checkedPasswordBox .text-success {
    color: #5cd6cf;
}

.checkedPasswordBox .text-danger {
    color: #e7418d !important;
}

.checkedPasswordBox .text-warning {
    color: #151c4e !important;
}

.loginFalseData{
    display: none;
    color: #e5148c;
}

.ziga_container{
    text-align: center;
    padding: 20px;
    background-color: #efefef;
}

.ziga_container img{
    width: 50%;
    margin-top: 20px;
}

.steps .cta__one.cta-step2{
    width: 100%;
}

.step3 .title{
    font-size: 30px;
}


.step3 .cta__one{
    margin-top: 20px;
}

.close-cta{
    line-height: 31px;
}

.setActiveTerm{
    border-radius: 7px;
    border: solid 1px #4ad5cf;
    background-color: #4ad5cf;
    color: #ffffff;
}

.package .title{
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
}

.package .date{
    font-size: 14px;
}

.package .time{
    font-size: 14px; 
    margin-bottom: 10px;
}

.reservation__error{
    display: none;
    text-align: center;
    margin-top: 10px;
}

.reservation__error span{
    color: #e5148c;
}

.steps .cta2.register__cta2{
    margin-top: 32px;
}

.register__cta{
    display: table;
    width: fit-content;
    padding-left: 35px;
    padding-right: 35px;
    height: 45px;
    border: none;
    border-radius: 22.5px;
    border: solid 1px #d2459d;
    background: none;
    color: #d2459d;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    margin: 0 auto;
    margin-top: 30px;
    transition: .3s;
}

.register__cta:hover{
    border: solid 1px #d2459d;
    background-color: #d2459d;
    color: #ffffff;
}

.register__cta2{
    margin-top: 0px;
}

.text-m-b{
    margin-bottom: 20px;
}

#card-element{
    padding: 10px 12px;
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}


.steps__total{
    border-top: 1px solid #f9f9f9;
    margin-top: 10px;
    padding-top: 5px;
    font-weight: 600;
    font-size: 20px;
}


#TeachersPackagesContainer{
    position: absolute;
    margin-top: -150px;
}

.table>thead>tr>th{
    vertical-align: bottom;
    border-bottom: 1px solid #eee;
    font-weight: normal;
    font-size: 14px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    border-top: 1px solid #f3f1f1;
}

.step2__table{
    margin-top: 20px;
}

select:not([multiple]).select1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 17px top 13px;
    background-repeat: no-repeat;
    background-image: url(../images/icons/select-down.svg);
    padding: .5em;
    padding-right: 1.5em;
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 40px;
    border-radius: 22px;
    background-color: #ffffff;
    padding-left: 20px;
    background-size: 14px;
    font-size: 13px;
}

.step2__table .table__text{
    margin-top: 9px;
    font-size: 13px;
}

.overview-card{
    border-radius: 8px;
    box-shadow: 5px 13px 20px 5px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 35px;
    margin-bottom: 25px;
}

.overview-card .title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.overview-card .subtitle {
    font-size: 13px;
    font-weight: 500;
}

textarea.reservationTextarea,
input.reservationTextarea {
    width: 46px;
    height: 0px;
    min-height: 17px;
    position: relative;
    padding: 0px;
    text-align: center;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0px;
    resize: none;
}

.checkboxText {
    display: inline-block;
    margin-left: 30px;
    font-size: 13px;
    font-weight: 500;
}

.checkmark.reservationCheckmark{
    top: 6px;
}

.register__packages{
    padding: 19px;
    margin-top: 10px;
    border-radius: 8px;
    border: 1px solid #efefef;
}

.register__packages.second{
    background-color: #efefef;
}

.register__packages .title{
    font-size: 17px;
    text-align: center;
    float: left;
    margin-top: -4px;
}

.register__packages label{
    font-size: 12px;
}


.certificateInput::placeholder{
    color: #151c4f;
    font-size: 12px;
}

.profile-card-details.reg {
    border-radius: 8px;
    /*box-shadow: 5px 13px 20px 5px rgba(0, 0, 0, 0.15);*/
    background-color: #ffffff;
    /*padding: 25px 40px;*/
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
}

.profile-card-details.reg .title{
    font-size: 16px;
    font-weight: 500;
    color: #061058;
    opacity: 0.3;
}

.profile-card-details.reg .arrow{
    width: 32px;
    height: 32px;
    background-color: #f6f5fa;
    border-radius: 50%;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    transition: .3s;
    position: absolute;
    right: 20px;
    top: 11px;
}

.profile-card-details.reg .arrow img {
    width: 14px;
    margin-top: 10px;
}

.profile-card-details.reg .detailsInfo{
    display: none;
    margin-top: 0px;
}

.hidden-input {
    left: -999px;
    position: absolute;
    display: none !Important
}

.dropzone {
    min-height: 150px;
    border: dotted 2px #f4f3f7;
    background: #fdfdfd;
    border-radius: 4px;
    padding: 20px 20px;
}


.dropzone.dz-clickable .dz-message{
    cursor: pointer;
    background-image: url(../images/icons/profile/upload.svg) !Important;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 122px;
    margin-top: -45px;
    padding-bottom: 27px;
    background-size: 60px;
    font-size: 0px;
}

.dropzone .dz-preview .dz-image img {
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
}

.dropzone#videoUpload .dz-preview .dz-image img {
    opacity: 0;
}

.dropzone#videoUpload .dz-preview .dz-image{
    background-image: url(../images/icons/profile/play.svg) !Important;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
}


.showPreview{
    display: block;
    width: 32px;
    height: 32px;
    background-color: #f6f5fa;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    position: absolute;
    right: 21px;
    top: 25px;
}

.showPreviewText{
    /*    position: absolute;
        right: 20px;
        top: 40px;*/
    font-size: 14px;
    font-weight: 300;
    color: #151c4e;
    transition: .3s;
}

.showPreviewText img{
    width: 15px;
    margin-top: -3px;
    margin-right: 6px;
}

.showPreviewText:hover{
    color: #4ad5cf;
}

.showPreviewCourse{
    position: unset;
}


.showPreview img{
    width: 14px;
    margin-top: 10px;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: solid 1px #efefef !Important;
    outline: none;
}

#payment-request-button{
    display: none;
}


.teacher__novideo{
    margin-top: 45px;
}


.question_m-b{
    margin-bottom: 15px;
}

.steps_formReservation2{
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

.steps_formReservation2 .table__text{
    font-size: 14px;
    font-weight: 500;
}

.newTermProposal{
    margin-top: 10px;
}

.validationBox{
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #f6f5fa;
    background-color: #f6f5fa;
    font-size: 12px;
    position: relative;
    display: none;
    text-align: center;
}

.validationBox a{
    color: #e5148c;
}

.validationBox:before{
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f6f5fa;
    bottom: 100%;
    right: 70px;
}

.showPasswordButton{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    background: #efefef;
}

.profile__packages{
    background-color: #f6f5fa;
    margin-bottom: 20px;
}



.edit-image{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f6f5fa;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    margin: 0 auto;
    margin-top: 4px;
    position: relative;
    display: inline-block;
}

.addVideo .edit-image{
    right: -10px;
    top: -20px;
}

.edit-image label:hover{
    cursor: pointer;
    opacity: 0.9;
}

.edit-image:hover{
    cursor: pointer;
    opacity: 0.9;
}

.edit-image img{
    width: 18px;
    margin-top: 7px;
}

.hidden-input {
    left: -999px;
    position: absolute;
    display: none !Important
}

.certificateLoaderRegister{
    opacity: 0;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 100%;
    border: 3px solid;
    border-top-color: #151c4f;
    border-bottom-color: rgba(255,255,255, 0.3);
    border-left-color: #151c4f;
    border-right-color: rgba(255,255,255, 0.3);
    -webkit-animation: loader_profile 1s ease-in-out infinite;
    animation: loader_profile 1s ease-in-out infinite;
    position: absolute;
    margin-top: -36px;
    margin-left: 13px;
}

@keyframes loader_profile {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
@-webkit-keyframes loader_profile {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

/* NEW SELECT */

.select2-container{
    width: 100% !Important;
}

.select2-dropdown{
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    overflow: hidden;
    border: none;
    box-shadow: none;
}

.select2-dropdown.select2-dropdown--above{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}

.select2-dropdown.select2-dropdown--below{
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    overflow: hidden;
}

.select2-container--default .select2-selection--multiple{
    border: 1px solid #e6e6e6 !Important;
    border-radius: 22px !Important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px !important;
    display: inline-flex;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    color: rgb(21, 28, 79);
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 6px;
    background: none rgb(239, 239, 239);
    border-radius: 22px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    height: 29px;
}


.select2-selection__choice__remove{
    float: right;
    color: #151c4f !Important;
    margin-right: 0px;
    margin-top: 0;
    border: none !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background: #4ad5cf !Important;
    color: #ffffff !Important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered{
    margin-top: 4px;
}

.notfound{
    min-height: 300px;
}


.notfound h1{
    font-size: 50px;
    color: #e5148c;
    font-weight: 600;
    margin-top: 30px;
}

.notfound h2{
    font-size: 25px;
}

.notfound a{
    display: table;
    width: fit-content;
    padding-left: 39px;
    padding-right: 39px;
    height: 45px;
    border: none;
    border-radius: 22.5px;
    border: solid 1px #4ad5cf;
    background-color: #4ad5cf;
    color: #151c4f;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    margin: 0 auto;
    transition: .3s;
    margin-top: 30px;
}

.notfound a:hover{
    border: solid 1px #d2459d;
    background-color: #d2459d;
}

.question img{
    margin-top: -4px;
}

.select2-container .select2-search--inline .select2-search__field{
    margin-top: 2px;
    margin-left: 15px;
}

.select2-container--default .select2-selection--multiple{
    overflow-x: hidden;
}


.faq-section{
    padding-top: 95px;
    padding-bottom: 100px;
}

.faq-section__accordion{
    position: relative;
    width: 100%;
    height: auto;
}
.faq-section__title{
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 8px;
    display: block;
    padding: 19px 30px;
    text-decoration: none;
    margin-bottom: 10px;
    box-shadow: 5px 13px 20px 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.faq-section__title i{
    float: right;
    margin-top: 2px;
}
.faq-section__title.active{
    background: #4ad5cf;
    color: #ffffff;
}
.faq-section__content{
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.faq-section__content p{
    padding: 10px 15px;
    margin: 0;
    font-size: 16px;
}

.resultsSelect{
    width: 180px !Important;
}

.certificateSuccessImage {
    /*position: absolute;
    right: -30px;*/
    display: none;
    width: 18px;
    margin-top: 7px;
}

.course-basic-box .teacher__image{
    border-radius: 0%;
    width: 100%;
    height: 140px;
}

.course-terms-card{
    margin-top: 15px;
}

.course-terms-card .date{
    font-weight: 500;
    font-size: 13px;
}

.course-terms-card .name{
    font-size: 16px;
}

.course-terms-card .desc{
    font-size: 13px;
}

.steps__card .course_image{
    border-radius: 0%;
}

.teachers__description .slider-nav{
    margin-top: 30px;
}

.teachers__description .slider-nav .productImageNav{
    width: 100%;
    height: 133px;
    text-align: center;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
}
.teachers__description .slider-nav .productImageNav:hover{
    opacity: 0.7;
}

.teachers__description .slider-nav .productImageNav img{
    height: 100%;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.teachers__description .slider-for .productImage{
    height: 450px;
    width: 100%;
}

.teachers__description .slider-for .productImage img{
    height: 400px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.slider-for .slick-slide{
    padding-bottom: 0px;
}

.teachers__description video {
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
}

.reservationGlobalSet{
    padding: 10px;
    margin-bottom: 40px;
    background-color: #efefef;
    border-radius: 8px;
}

.course-avatar img{
    width: 20px;
    margin-right: 7px;
    margin-top: -4px;
}

.course-avatar a{
    color: #151c4f;
    transition: .3s;
}

.course-avatar a:hover{
    color: #4ad5cf;
}

#DetailsBasicPriceError{
    font-size:12px;padding-top:10px;color:red;
}

#TeacherMessageBoxSendButton{
    margin: auto;
    margin-left: auto;
    margin-right: 0px;
}

#TeacherMessage{
    width: 100%;
    min-height: 150px;
    border: 1px solid #e6e6e6;
    padding: 15px;
    resize: none;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background: none;
}

.reservationTable{
    position: relative;
}

.reservationTable__top{
    border-bottom: 1px solid #eee;
    font-weight: normal;
    font-size: 13px;
    padding: 10px;
}

.reservationTable__card{
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.reservationTable .arrow {
    width: 32px;
    height: 32px;
    background-color: #f6f5fa;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    margin: 0 auto;
    margin-top: -6px;
    margin-bottom: -5px;
}

.reservationTable .arrow img {
    width: 14px;
    margin-top: 10px;
}

.rotateArrow{
    transform: rotate(-90deg);
}

.reservationTable .detailsInfo{
    display: none;
    margin-top: 20px;
}


.inlineClassroomCirlce{
    display: inline-block;
    margin-right: 5px;
}

.teacher__sendMessage{
    color: #8c8c8c;
    margin-bottom: 10px;
    transition: .3s;
    font-size: 14px;
}

.teacher__sendMessage img{
    width: 20px;
    margin-top: -5px !important;
}

.teacher__sendMessage:hover{
    color: #5cd6cf;
    cursor: pointer;
}

/* FIX LAST */

.header input{
    border: 1px solid #e6e6e6;
    border-radius: 22px;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 0px;
    display: inline-flex;
    width: 100%;
    height: 46px;
    box-shadow: none;
    line-height: 47px;
}

.landingSearchResults{
    display: none;
    background-color: #ffffff;
    margin-right: 157px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    width: 500px;
    z-index: 2;
}

.header input.headerInputClick{
    border-bottom-left-radius: 0px;
    border: none;
}

.landingSearchResults ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.landingSearchResults ul li a{
    display: block;
    color: #151c4f;
    transition: .3s;
    font-size: 13px;
    padding: 7px 28px;
    text-decoration: none !Important;
}

.landingSearchResults ul li a:hover {
    background-color: #d1fdfe;
}

.landingSearchResults a.hover {
    background-color: #6bd8d5;
    /*color: white;*/
}

.landingSearchResults a.hover:hover {
    color: #151c4f;
}

.landingSearchResults h2{
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    margin-bottom: 1px;
}

.resultsSearchBox .searchInputResults{
    border: 1px solid #e6e6e6;
    border-radius: 22px;
    padding-left: 17px;
    padding-right: 10px;
    padding-top: 0px;
    display: inline-flex;
    width: 100%;
    height: 46px;
    box-shadow: none;
    line-height: 46px;
}


.resultsSearchBox .searchInputResults::placeholder{
    font-size: 14px;
    line-height: 46px;
}

.resultsSearchBox button{
    background: none;
    position: absolute;
    right: 41px;
    margin-top: 9px;
}

.resultsSearchBox button img{
    width: 20px;
}

.resultsSearchBox .landingSearchResults{
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
    border-top: none;
    padding-top: 15px;
}

.resultsSearchBox input.headerInputClick{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.loadingBox{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
    background-color: #ffffff61;
}

.loadingBox .loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #e5148c; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spinLoader 2s linear infinite;
    position: absolute;
    top: 40%;
    left: 44%;
}

@keyframes spinLoader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* datatables search width fix for non-chrome */

div.dataTables_wrapper div.dataTables_filter input {
    max-width: 201px;
}

/* switch */

label.option {
    font-family: inherit;
    color: #666;
    vertical-align: middle;
}
label.option, .option input {
    font-size: 12px;
}
label.option input {
    font-weight: normal;
}
.option {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-weight: inherit;
    justify-content: space-between;
    /*min-height: 71px;*/
    padding: 8px 16px 8px 0;
}
.option .content {
    /*width: 268px;*/
    padding: 0 !important;
    margin-right: 10px;
}
.option .title {
    color: #efefef; /*#4ad5cf;*/
    font-size: 14px;
    line-height: 18px;
}
.option .description {
    color: #8d949e;
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
}
.option .switch {
    background-color: #c6c9cc;
    border-radius: 60px; /* 40 */
    cursor: pointer;
    flex-shrink: 0;
    height: 37.5px; /* 25 */
    position: relative;
    transition: background-color .2s;
    width: 67.5px; /* 45 */
}
.option .switch.on {
    background-color: #4ad5cf;
}
.option .switch.on:before {
    left: 34.5px; /* 23 */
}
.option .switch:before {
    background-color: #fff;
    border-radius: 50%;
    content: '';
    display: block;
    height: 28.5px; /* 19 */
    left: 4.5px; /* 3 */
    position: absolute;
    top: 4.5px; /* 3 */
    transition: left .2s;
    width: 28.5px; /* 19 */
}
.option .checkbox {
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
}

.question.hider {
    display: none;
    position: absolute;
    right: 65px;
    top: 25px;
}

.footer__title a {
    color: #151c4f;
}

.courseSearchButton{
    background: none;
    position: absolute;
    right: 41px;
    top: 70px;
}

.courseSearchButton img{
    width: 20px;
}

.footerEmail{
    margin-bottom: 16px;
    font-weight: 500
}

.info-header{
    background: #151c4e;
    color: #ffffff;
    font-size: 12px;
    padding-top: 5px;
    transition: .3s;
    height: 15px;
}

.info-header-nav  .navbar.navbar-fixed-top{
    margin-top: 30px;
}

#full-stars-example-two .rating-group {
    display: inline-flex;
}
#full-stars-example-two .rating__icon {
    pointer-events: none;
}
#full-stars-example-two .rating__input {
    position: absolute !important;
    left: -9999px !important;
}
#full-stars-example-two .rating__input--none {
    display: none;
}
#full-stars-example-two .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 25px;
}
#full-stars-example-two .rating__icon--star {
    color: #5cd6cf;
}
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
    color: #5cd6cf;
}
#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}


.activeVideoBox{
    width: 100%;
    background: #151c4f;
    position: relative;
    z-index: 10000;
    text-align: center;
    display: none;
}

.activeVideoBox a{
    font-size: 14px;
    font-weight: 500;
    color: #5dd5cf;
    transition: .3s;
}

.activeVideoBox a:hover{
    color: #e5148c;
}


.teacher_second_cta{
    width: max-content;
    cursor: pointer;
    margin-bottom: 0px;
    margin-top: auto;
    
}


.cookieBox{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #151c4f;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 0;
    font-size: 13px;
    padding-right: 15px;
}

.cookieBox h4{
    font-weight: bold;
    color: #4ad5cf;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    font-size: 13px;
    padding-right: 15px;
}

.cookieBox p{
    color: #fff;
    display: inline-block;
    margin: 0;
    font-size: 13px;
    padding-right: 15px;
}

.cookieBox h5 {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}

.cookieBox a{
    color: #e5158c;
    text-decoration: underline;
    padding-left: 5px;
}

.cookieBox ul li {
    list-style: none;
    color: #fff;
    display: inline-block;
    padding: 5px;
    font-size: 13px;
}

.cookieBox button {
    margin: 0 10px;
    background-color: #ffffff;
    border: none;
    padding: 5px 10px;
    color: #000;
    font-size: 13px;
}

.cookieBox ul li input{
    width: 15px;
    height: auto;
}

button.gdpr-cookie-advanced {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}

#cookieBoxContent{
    display: none;
}

#cookieBoxContent.showCookie{
    display: block;
}

.news_box{
    background-color: #efefef;
    padding-top: 150px;
    padding-bottom: 45px;
}

.news_box h1{
    font-size: 48px;
    font-weight: 600;
    color: #151c4f;
    margin-bottom: 40px;
    text-align: center;
}

.news_single{
    min-height: 350px;
    color: #151c4f;
    border-radius: 8px;
    background-color: #ffffff;
    position: relative;
    transition: .3s;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.news_single .news_bg {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 230px;
    max-width: 100%;
    transition: background-size .2s ease-in;
    -moz-transition: background-size .2s ease-in;
    -ms-transition: background-size .2s ease-in;
    -o-transition: background-size .2s ease-in;
    -webkit-transition: background-size .2s ease-in;
}

.news_single .content{
    padding: 20px;
}

.news_single .date{
    font-size: 13px;
    font-weight: 300;
}

.news_single h2{
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}

.news_single p{
    font-size: 13px;
    font-weight: 300;
    margin-top: 6px;
}

.news_single:hover{
    color: #151c4f;
    box-shadow: 5px 13px 20px 5px rgba(231, 65, 141, 0.08);
}

.basic_card{
    border-radius: 8px;
    box-shadow: 5px 13px 20px 5px rgb(0 0 0 / 15%);
    background-color: #ffffff;
    padding: 35px;
    margin-bottom: 25px;
}


.basic_card .date img{
    width: 16px;
    margin-right: 8px;
    vertical-align: top;
    margin-top: 2px;
}

.basic_card .date{
    margin-bottom: 10px;
    font-size: 14px;
}

.basic_card .img_box{

}

.basic_card .img_box img{
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.news_box .basic_card h1{
    text-align: left;
    font-size: 35px;
    margin-bottom: 20px;
}

.basic_card h2{
    font-size: 24px;
    font-weight: 600;
    color: #151c4f;
    margin-bottom: 20px;
}

.news_single_sidebar{
    display: block;
    transition: .3s;
    margin-bottom: 17px;
    color: #151c4f;
    overflow: hidden;
}

.news_single_sidebar .news_bg {
    height: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.news_single_sidebar .date{
    font-size: 13px;
    margin-bottom: 0px;
}

.news_single_sidebar h3{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

.news_single_sidebar:hover{
    color: #151c4f;
    box-shadow: 5px 13px 20px 5px rgba(231, 65, 141, 0.08);
}

.course_send_demand_btn{
    display: block;
    width: 100%;
    padding-left: 39px;
    padding-right: 39px;
    height: 45px;
    border: none;
    border-radius: 22.5px;
    border: solid 1px #4ad5cf;
    background: none;
    color: #151c4f;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    margin: 0 auto;
    margin-top: 30px;
    transition: .3s;
    margin-right: 0px;
}

.course_send_demand_btn:hover{
    border: solid 1px #4ad5cf;
    background-color: #4ad5cf;
    color: #ffffff;
    cursor: pointer;
}

.footer .container {
    padding-bottom: 105px;
}

.teacher-box__locations.share-icons.small {
    text-align: center;
}

.share-icons img {
    cursor: pointer;
    width: 34px;
    height: 34px;
}

.share-icons.small img {
    width: 22px;
    height: 22px;
}

.landing1__tabs a {
    cursor: pointer;
}


/*
New code
*/

.cookieBox {
    padding: 24px 0;
}

.cookieBox .gdpr-cookie-accept {
    border: none;
    background-color: #4ad5cf;
    padding-left: 20px;
    padding-right: 20px;
    height: 36px;
    color: #151c4f;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    transition: .3s;
    border-radius: 50px;
}

.cookieBox .gdpr-cookie-accept:hover {
    background-color: #d2459d;
    color: #23527c;
}

.cookieBox .gdpr-cookie-advanced {
    border: 2px solid #d2459d;
    padding-left: 20px;
    padding-right: 20px;
    height: 36px;
    color: white;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    transition: .3s;
    border-radius: 50px;
}

.cookieBox .gdpr-cookie-advanced:hover {
    border: 2px solid white;
    background-color: white;
    color: #23527c;
}

.steps {
    background-color: #fdfdfd;
}

.steps__form {
    margin-top: 44px;
}

.steps__card {
    border-radius: 24px;
    box-shadow: 5px 13px 20px 5px rgba(0, 0, 0, 0.05);
    padding: 44px;
}

.steps__card .title {
    margin-bottom: 44px;
    font-weight: 300;
}


@media screen and (min-width: 601px) {
    .cta__two.landing4__button {
        margin-top: 0;
    }
}

.landing4Slider .slick-slide {
    padding-bottom: 0;
}

.footer__title {
    margin-bottom: 16px;
    font-size: 18px;
}

* + .footer__title {
    margin-top: 24px;
}

.footer__cta,
.footer__list li a,
.footer__subtitle {
    font-size: 13px;
}

.landing__title {
    margin-bottom: 24px;
    font-size: 44px;
}

.landing2 {
    background-color: #fafafa;
    padding-bottom: 60px;
}

.navbar .navbar-nav>li>a {
    font-weight: 400;
    padding: 10px 0;
}
.navbar .navbar-nav>li.navbar-list {
    margin-right: 44px;
}

.navbar {
    transition: 0.3s ease;
}

.header__list li {
    margin-left: 12px;
}

.header__list li a {
    padding: 4px 14px;
    border: 1px solid white;
    font-size: 14px;
    border-radius: 50px;
    display: block;
}

.header__list li a:hover {
    background-color: white;
    color: #e5148c;
}

.teacher-box,
.slick-slide.slick-active .course-box {
    box-shadow: 5px 13px 20px 5px rgba(0, 0, 0, 0.05);
}

.teacher-box {
    border-radius: 12px;
}

.teacher-box {
    border-radius: 12px;
}

.teacher-box:hover,
.slick-slide.slick-active .course-box:hover {
    box-shadow: 5px 13px 20px 5px rgba(210, 69, 157, 0.2);
}

.landing1__box img {
    border-radius: 100px;
}

.landing1__box div {
    margin-top: 20px;
    margin-bottom: 24px;
}

.landing1__box p {
    font-size: 14px;
}


.teacher-box__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.course-box__content {
    padding-top: 20px;
}

.teacher-box__image,
.teacher-box__noimage {
    box-shadow: 5px 13px 20px 5px rgba(0, 0, 0, 0.05);
}

.form-group .checkbox__single {
    font-weight: 300;
    margin-bottom: 8px !important;
    font-size: 13px;
}

.form-group label {
    font-size: 14px;
    margin-bottom: 8px;
}

.form-group input {
    border-radius: 8px;
    height: 45px;
}

.select2-container--default .select2-selection--multiple {
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field {
    margin: 0;
    margin-left: 15px;
    height: 43px;
}
.profile-card-details.reg .detailsInfo {
    margin-top: 12px;
}

.steps__card .col-sm-6 {
    width: 100%;
}

.cta__three,
.cta__three:hover {
    border-width: 2px;
}

.showPasswordButton {
    width: 45px;
    height: 45px;
    border-radius: 0 8px 8px 0;
    right: 15px;
}

.steps .cta2.register__cta2 {
    text-decoration: underline;
}

#RegisterForm .col-sm-6 {
    width: 50%;
}

.navbar-button {
    height: 38px;
}

#LoginForm .text-right button {
    margin: 0 auto;
    margin-top: 20px;
}

.news_single,
.basic_card {
    margin-bottom: 40px;
    box-shadow: 5px 13px 20px 5px rgba(0, 0, 0, 0.05);
}

.news_box,
.teacher {
    background-color: #fafafa;
}

.news_single .date{
    margin-bottom: 8px;
    font-size: 12px;
}

.news_single h2 {
    font-size: 18px;
    margin-bottom: 8px;
}

.basic_card {
    padding: 40px 20px;
}

.basic_card p {
    line-height: 1.7;
    font-size: 15px !important;
}

.news_single_sidebar:hover {
    box-shadow: none;
}

.news_single_sidebar {
    padding-bottom: 16px;
    border-bottom: 1px solid lightgrey;
}

.news_single_sidebar:last-of-type {
    border-bottom: none;
}

.news_single_sidebar .row {
    display: flex;
    align-items: center;
}

.col-md-4 .basic_card {
    padding-bottom: 12px;
}

.basic_card h2 {
    margin-bottom: 12px !important;
}

.faq-section__title {
    box-shadow: 5px 13px 20px 5px rgba(0, 0, 0, 0.05);
    padding: 24px 36px;
    font-size: 18px;
    font-weight: 400;
    background-color: white;
    margin-bottom: 20px;
}

.faq-section__title.active {
    background-color: white;
    color: #e5148c;
}

.faq-section__content p {
    padding: 16px 36px 20px;
}

.results {
    background-color: #fafafa;
}

.teacher__basic,
.teacher__statistic,
.teachers__description,
.results__box {
    box-shadow: 5px 13px 20px 5px rgba(0, 0, 0, 0.05);
}

.teacher__statistic {
    display: flex;
    flex-direction: column;
}

.teacher_second_cta {
    margin-bottom: 0;
    /*margin-top: 0px;*/
    margin-left: 0;
}

.teacher__statistic .teacher__cta {
    margin-top: auto;
    margin-bottom: 0;
}

.teacher__themes.share-icons img {
    margin-right: 12px;
    width: 24px;
    height: 24px;
}

.teacher .subtitle {
    margin-bottom: 8px;
}

.share-icons.small img {
    margin-right: 8px;
}

.teacher-box__themes {
    height: auto !important;
    margin-bottom: 13px;
    text-align: center;
}

.results__box .title {
    margin-bottom: 16px;
    font-weight: 400;
}

.results__box .checkbox__single {
    font-weight: 300;
}

.header__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    animation: showHeaderList 0.4s ease 0.8s forwards;
    transform: translateY(60px);
    opacity: 0;
}

@keyframes showHeaderList {
    0% {
        transform: translateY(60px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


.header__list li {
    margin-bottom: 8px;
}

.header__title {
    margin-top: 20vh;
    text-align: center;
    animation: showHeaderTitle 0.4s ease 0.3s forwards;
    transform: translateX(-180px);
    opacity: 0;
}

@keyframes showHeaderTitle {
    0% {
        transform: translateX(-180px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .header__title {
        margin-top: 22vh !important;
    }
}

.header__subtitle {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 40px;
    animation: showHeaderSubtitle 0.6s ease 0.4s forwards;
    transform: translateX(-120px);
    opacity: 0;
}

@keyframes showHeaderSubtitle {
    0% {
        transform: translateX(-120px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.header a.player {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 0;
    border: none;
    animation: showHeaderPlayer 0.6s ease 0.8s forwards;
    transform: translateY(60px);
    opacity: 0;
    flex-direction: column;
    text-align: center;
    align-items: center;
    position: relative;
    width: auto;
    left: auto;
    display: inline-flex;
    margin: 0 auto;
    margin-top: 70px;
    padding-bottom: 60px;
}

@keyframes showHeaderPlayer {
    0% {
        transform: translateY(60px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.header a.player h2,
.header a.player p {
    animation: showHeaderVideoH2 0.4s ease 0.9s forwards;
    transform: translateY(40px);
    opacity: 0;
}
.header a.player p {
    animation: showHeaderVideoH2 0.4s ease 1s forwards;
}
.header a.player div {
    margin: 0 auto;
}

@keyframes showHeaderVideoH2 {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.header .row { 
    display: flex;
    justify-content: center;
}

.landing1 {
    padding-top: 58px;
    padding-bottom: 8px;
}

.landing2 {
    padding-bottom: 40px;
    padding-top: 32px;
}

.landing2 .container > img {
    pointer-events: none;
}

.landing1 .tab-content {
    padding-bottom: 40px;
}

.header input,
.header__cta {
    animation: showHeaderInput 0.6s ease 0.6s forwards;
    transform: translateY(80px);
    opacity: 0;
}

@keyframes showHeaderInput {
    0% {
        transform: translateY(80px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {
    .header input,
    .header__cta {
        height: 60px;
    }

    .header__cta {
        margin-top: -60px;
    }

    .header a.player div {
        width: 220px;
        height: 120px;
    }
    
    .header a.player div span {
        left: 74px;
        top: 26px;
    }


    .header a.player h2 {
        padding-top: 28px;
    }
}

.header__video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.header__video video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
    opacity: 0.8;
}

.header__overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #4b5079;
}

.text-center {
    text-align: center;
}

.header .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%) !important;
    top: 50%;
    margin: auto;
}



.ask-blearny {
  width: 100%;
  background-color: #e5148c;
  color: #fff;
}

.ask-blearny h2 {
  color: white;
  font-weight: 600;
}
.ask-blearny .btn {
  font-weight: 400;
  padding: 0 40px 0 40px;
  border: 2px solid white;
  color: white;
  border-radius: 20px;
  font-size: 16px;
  transition: 0.3s ease;
  height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ask-blearny .btn:hover {
    background-color: rgba(255,255,255,0.3);
}

.ask-blearny__icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -46px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    transition: 0.3s ease;
}

.ask-blearny__icon img {
    width: 127px;
}

.ask-blearny__icon .btn {
    pointer-events: auto;
}

.ask-blearny__inner {
    padding: 36px 0;
    position: relative;
    margin: 0 auto;
    min-height: 118px;
    overflow: hidden;
}

@media (max-width: 768px){
    .ask-blearny__inner {
        padding: 20px 0 92px;
        min-height: 200px;
    }
}

.open-ask-blearny {
    transition: 0.3s ease;
    width: calc(50% - 80px);
}
@media (max-width: 768px){
    .open-ask-blearny {
        width: auto;
    }
}

.ask-blearny__title {
    transition: 0.3s ease;
    white-space: nowrap;
    width: calc(50% - 80px);
}
@media (max-width: 768px){
    .ask-blearny__title {
        width: 100%;
        margin-bottom: 12px;
        text-align: center;
        white-space: normal;
    }
}

.ask-blearny__content__wrapper {
    display: none;
}

.ask-blearny__content {
    display: flex;
    flex-wrap: wrap;
    padding: 44px 0 180px;
}
@media (max-width: 768px){
    .ask-blearny__content {
        padding: 36px 0 80px;
    }
}

.ask-blearny__item {
    text-align: center;
    font-size: 18px;
    padding: 0px 54px;
    width: 33.33%;
    opacity: 0;
    transition: 0.3s ease;
    transition-delay: 0.2s;
    position: relative;
}

@media (max-width: 1280px){
    .ask-blearny__item {
        padding: 0px 20px;
    }
}

@media (max-width: 992px){
    .ask-blearny__item {
        font-size: 16px;
    }
}

@media (max-width: 768px){
    .ask-blearny__item {
        font-size: 16px;
        padding: 0px 0;
        width: 100%;
        margin-bottom: 40px;
    }
}
@media (max-width: 768px){
    .ask-blearny__item .text {
        max-width: 320px;
        margin: 0 auto;
    }
}

.ask-blearny__item-line {
    position: absolute;
    top: 10px;
    left: calc(50% + 80px);
    width: calc(100% - 160px);
    height: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right -10px;
    background-size: 28px;
}

@media (max-width: 1280px){
    .ask-blearny__item-line {
        left: calc(50% + 52px);
        width: calc(100% - 104px);
    }
}
@media (max-width: 768px){
    .ask-blearny__item-line {
        display: none;
    }
}

.ask-blearny__item-line:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #fff;
}

.ask-blearny__item.is-visible {
    opacity: 1;
}

.ask-blearny__item a {
    color: #fff;
    text-decoration: underline;
}

.ask-blearny__item .num {
    border: 1px solid #fff;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto;
    margin-bottom: 28px;
}

.ask-blearny__header {
    margin: 0 auto;
    max-width: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px){
    .ask-blearny__header {
        flex-direction: column;
    }
}

.ask-blearny__header-space {
    width: 160px;
    transition: 0.3s ease;
}

@media (max-width: 768px){
    .ask-blearny__header-space {
        display: none;
    }
}

.ask-blearny.is-open .ask-blearny__title {
    width: 100%;
    text-align: center;
}
@media (max-width: 768px){
    .ask-blearny.is-open .ask-blearny__title {
        margin-bottom: 0;
    }
}

.ask-blearny.is-open .open-ask-blearny {
    display: none;
}

.ask-blearny.is-open .ask-blearny__header-space {
    width: 0;
}

.ask-blearny.is-open .ask-blearny__icon {
    bottom: 42px;
}
@media (max-width: 768px){
    .ask-blearny.is-open .ask-blearny__icon {
        bottom: 52px;
    }
}