.shareButton{
    float: left;
    position: relative;
    font-size: 30px;
    color: #324da0;
    cursor: pointer;
    width: 40px;
    height: 33px;
    text-align: center;
}

.shareButton:hover .popupShare, .shareButton:active .popupShare, .shareButton:focus .popupShare{
    display: block;
}

.popupShare{
    position: absolute;
    width: 190px;
    list-style: none;
    top: 54px;
    padding: 0;
    right: -84px;
    z-index: 12;
    display: none;
} 

.popupShareArrow{
    color: #324da0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: -24px;
}

ul.shareList{
    list-style-type: none;
    padding: 0px;
    background-color: #324da0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

ul.shareList li{
    border-bottom: 1px solid #ffffff;
    height: 50px;
}

ul.shareList li:last-child{
    border-bottom: none;
}


ul.shareList li a, ul.shareList li a:visited{
    color: #ffffff;
    text-decoration: none;
}

ul.shareList li a:hover, ul.shareList li a:visited{
    color: #ffffff;
    text-decoration: none;
}

ul.shareList li:hover svg, ul.shareList li:focus svg{
    fill: #ffffff;
}

ul.shareList li:hover .shareIcon, ul.shareList li:focus .shareIcon{
    background-color: #5A7EEA;
}

ul.shareList .shareIcon{
    height: 50px;
    background-color: #4469da;
    float: right;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px 15px 0px 15px;
    font-size: 20px;
    width: 50px;
    text-align: center;
}

ul.shareList .shareIcon svg{
    fill: #ffffff;
}

ul.shareList li:first-child .shareIcon{
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
}

ul.shareList li:last-child .shareIcon{
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
}

ul.shareList .shareText{
    margin-right: 16px;
    float: right;
    line-height: 50px;
    font-size: 12px;
}

.shareButton > svg *{
    fill: #324da0;
}


/*--------------------------  Laptops ( max 1400 ) --------------------------*/
@media (max-width:1400px){
  
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    .popupShare{
        right: 3px;
    }

    .popupShareArrow{
        left: inherit;
        right: 4px;
        color: #4469da;
    }
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    
}.socialLinks{
    list-style: none;
    max-height: 45px;
	padding: 0px;
    margin: 0px;
    margin-bottom: 24px;
}

.socialLinks li{
    margin-left: 8px;
    display: inline-block;
}

.socialLinks svg{
    width: 45px;
    height: 45px;
}

.socialLinks li path, .socialLinks li polygon, .socialLinks li rect, .socialLinks li circle, .socialLinks li ellipse, .socialLinks li line, .socialLinks li polyline{
    fill: #fff;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.socialLinks li:hover path, .socialLinks li:hover polygon, .socialLinks li:hover rect, .socialLinks li:hover circle, .socialLinks li:hover ellipse, .socialLinks li:hover line, .socialLinks li:hover polyline{
    fill: #fff;
}

/*--------------------------  Laptop with HiDPI screen ( max 1440 ) --------------------------*/
@media (max-width:1440px){

}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    .socialLinks li{
        margin-left: 3px;
    }
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    
}/* Language */

.langButton{
    margin-top:0px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    position: relative;
    direction:rtl;
}

.language_button_text{
    color:#fff;
}

.langButton dl dt a{

    color: #000;
    font-weight: 400;

}

#languageSelect dt a:hover, #languageSelect dt a:focus{
  color: #000;
  text-decoration: none;
}

#languageSelect .svg{
    margin-top:2px;    
} 
#languageSelect .svg path{
    fill:#fff;
}
ul.langDrop{

    list-style-type: none;
    width: 180px;
    position: absolute;
    padding: 15px;
    background-color: #0dc8d9;
    top: 37px;

    left: auto;

    right: -56px;

    margin: 0 auto;

    text-align: left;

    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}



ul.langDrop a{

    color: #ffffff;

    text-align: left;

}



dl.languageSelect{
    
    margin-bottom: 0px;

}



ul.langDrop li{


    margin-bottom: 5px;

    padding-bottom: 5px;

}

ul.langDrop li:not(.langArrow){
    border-bottom: 1px solid #FFF;
}

ul.langDrop li:last-child{

    border-bottom: 0;

    margin-bottom: 0px;

    padding-bottom: 0px;

}



.langArrow{

    width: 18px;

    position: absolute;

    top: -13px;

    left: 0;

    right: 0;

    margin: 0 auto;

    color: #0dc8d9;

    font-size: 20px;

}



.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {

    color: #fff;

    text-shadow: 0px 0px 2px #fff;

    text-decoration: none;

    background-color: inherit;

}

/* END Language */.searchBox{
    width: 250px;
    height: 50px;
    position: relative;
    margin-bottom: 20px;
}

.searchBox label{
    margin: 0px;
}

.searchBox input{
    background: rgba(255,255,255,0);
    border: none;
    color: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 16px;
    height: 50px;
    padding: 0px;
    padding-right: 7px;
    padding-left: 26px;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.searchBox input:hover, .searchBox input:focus, .searchBox input:active{
    background: #eee;
    color: #fff;
    transition: all 0.2s ease;
}

.searchBox input:hover + .formSearchButton, .searchBox input:focus + .formSearchButton, .searchBox input:active + .formSearchButton{
    color: #000;
    transition: all 0.2s ease;
}

.formSearchButton{
    background: rgba(0, 0, 0, 0);
    margin: 0;
    border: none;
    padding: 0;
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 22px;
    color: #fff;
}

.searchBox input::-webkit-input-placeholder {
    color: #ffffff;
}

.searchBox input:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}

.searchBox input::-moz-placeholder {  /* Firefox 19+ */
    color: #ffffff;
}

.searchBox input:-ms-input-placeholder {
    color: #ffffff;
}


.searchBox input:hover, .searchBox input:focus, .searchBox input:active{
    background-color: #FDFDFD;
    color: #444;
}

.searchBox input:focus::-webkit-input-placeholder, .searchBox input:hover::-webkit-input-placeholder {
    color: #444;
}

.searchBox input:focus:-moz-placeholder, .searchBox input:hover:-moz-placeholder { /* Firefox 18- */
    color: #444;
}

.searchBox input:focus::-moz-placeholder, .searchBox input:hover::-moz-placeholder {  /* Firefox 19+ */
    color: #444;
}

.searchBox input:focus:-ms-input-placeholder, .searchBox input:hover:-ms-input-placeholder {
    color: #444;
}


/*--------------------------  Laptop with HiDPI screen ( max 1440 ) --------------------------*/
@media (max-width:1440px){

}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    .searchBox{
        width: 100%;
    }
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    
}.footerAbout .aboutText{
    font-size: 14px;
    margin-bottom: 5px;
}

.footerAbout h5 a, .footerAbout h5 a:visited{
    font-size: 14px;
}.breadCrumbs, .breadCrumbs a, .breadCrumbs a:hover, .breadCrumbs a:focus, breadCrumbs a:visited, .breadCrumbs a:active{
    color: #838e92!important;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    margin-top: 10px;
}


/*--------------------------  Laptop with HiDPI screen ( max 1440 ) --------------------------*/
@media (max-width:1440px){

}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){

}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
	.breadCrumbs {
		display: none;
	}
}

/*--------------------------  XS ( max 767 ) --------------------------*/
@media (max-width:767px){

}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){

}.innerPageBar{
    background-color: #F0F0F0;
    margin-bottom: 23px;
	    padding-top:35px;
	    padding-bottom:35px;
}

.innerPageBar h1{
    color: #868686;
}

/*--------------------------  Laptops ( max 1400 ) --------------------------*/
@media (max-width:1400px){
  
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    .innerPageBar h1, .breadCrumbs{
        text-align: center;
    }
    .innerPageBar{
	    padding-top:20px;
	    padding-bottom:20px;
	}
	#bs-example-navbar-collapse-1{
		margin-top:1px;
	}
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
	#bs-example-navbar-collapse-1{
		margin-top:11px;
    	background-color: #fff;
	}
}.footerPics h4{
    margin-bottom: 20px;
}

.footerPics img{
    margin: 0 auto;
}

.footerPic{
    padding: 5px;
}.side_widgets{

}

.side_widgets h2{
	color: #5e533d;
	margin-bottom: 20px;
	font-size: 24px;
}

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

.side_widgets .linksList svg{
	margin-bottom: 10px;
}

.side_widgets .linksList ul{
    list-style-type: none;
    padding: 0;
}

.side_widgets .linksList ul li{
	padding-bottom: 12px;
	padding-top: 12px;
	border-bottom: 1px solid #f0f0f0;
	text-align: right;
}

.side_widgets .sepTitleLine {
	margin-bottom: 5px;
}

.side_widgets .linksList ul li a, .side_widgets .linksList ul li a:visited{
	font-size: 16px;
	font-weight: 400;
	color: #838e92;
	outline: none;
}

.side_widgets .linksList ul li a:hover, .side_widgets .linksList ul li a:focus{
	color: #40b1a9;
}

.side_widgets .showAllLink, .side_widgets .showAllLink:visited{
	display: block;
	margin-bottom: 44px;
	font-size: 14px;
	color: #40b1a9;
    outline: none;
}

.side_widgets .showAllLink:hover, .side_widgets .showAllLink:focus{
	text-decoration: underline;
}

.side_widgets .linksList .teacherThumb{
	float: right;
	margin-left: 18px;
}

.side_widgets .linksList .teacherName{
	font-size: 18px;
	color: #838e92;
	padding-top: 10px;
}

.side_widgets .linksList .teacherRole{
	font-size: 14px;
	color: #838e92;
}

.side_widgets .sideBanner{
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


/*--------------------------  Laptop with HiDPI screen ( max 1440 ) --------------------------*/
@media (max-width:1440px){
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
	.side_widgets .defaultBtn {
	    height: 46px;
	    width: 46px;
	    padding: 12px;		
	}

	.side_widgets .mobile-menu {
		position: fixed;
		padding: 20px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: none;
		z-index: 51;
		background-color: #fff;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.side_widgets .linksList ul li{
	    margin-left: 10px;
	}

	.side_widgets .linksList ul li a, .side_widgets .linksList ul li a:visited{
		display: block;
	}
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
	.side_widgets .sideBanner{
	    margin: 20px auto;
	}
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
}.header{
    background-color: #eeeeee;
}

.header .logoWrap{
    margin-top: 10px;
}

.header .menu-items{
    height: 112px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.header .menu-items li{
    margin-inline-end: 15px;
}

.header .menu-item, .header .menu-item:visited{
    color: #48465b;
    font-size: 16px;
    font-weight: 400;
}

.header .menu-item:hover, .header .menu-item:focus{
    text-decoration: underline;
    color: #49cac5;
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .header .menu-items{
        flex-wrap: wrap;
        padding: 15px 0;
        height: 100px;
    }
}footer{
    background-color: #48465b;
    color: #fff;
    font-size: 14px;
    padding: 70px 0;
}

.footer_03{
    
}

.footer_03 a, .footer_03:focus{
    color: #fff;
}
.footer_03 .menuItem a,.footer_03 a:visited{
    color: #f2f2f2;
}
.footer_03 a:hover, .footer_03:visited{
    color: #fff;
}

.footer_03 h4{
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}

.footer_03 .menuItem{
    padding-bottom: 10px;
    border-bottom: 1px solid #66c1ba;
    margin-bottom: 10px;
    font-size: 18px;
}

.footer_03 .menuItem a:hover, .footer_03 .menuItem a:focus{
    text-decoration: underline;
}

.footer_03 .menuItem:last-child{
    border-bottom: 0px;
}

.footer_03.bottomCredit a, .footer_03 .bottomCredit:visited{
    color: #fff;
}

.footer_03 .bottomCredit a:hover, .footer_03 .bottomCredit:focus{
    color: #fff;
}

.footer_03 .facebookLikeBtn{
    margin-bottom: 24px;
}

.footer_03 .footerContent{
    margin-bottom: 40px;
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    .footer_03 .searchBox{
        margin: 0 auto 20px auto;
    }

    .footer_03 .bottomCredit{
        text-align: center;
    }
}
.otherside_widgets{
    margin-top: 40px;
}

.otherside_widgets .smallItem{
	max-width: 270px;
    margin: 0 auto;
}

.otherside_widgets .courseItem{
	display: block;
	cursor: pointer;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.otherside_widgets .courseImage{
	position: relative;
}

.otherside_widgets .courseImage > img{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.otherside_widgets .coursePanel{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 50px;
	background-color: rgba(84, 31, 69, 0.85);
}

.otherside_widgets .coursePanel .courseTeacherImg{
	display: inline-block;
    margin-top: -50px;
    margin-right: 10px;
    margin-left: 10px;
    width: 60px;
    height: 60px;
}

.otherside_widgets .courseTeacherInfo{
	display: inline-block;
	margin: 6px;
}

.otherside_widgets .courseTeacherName{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	display: block;
}

.otherside_widgets .courseTeacherRole{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: block;
}

.otherside_widgets .courseTime{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	display: inline-block;
	margin-top: 14px;
    float: left;
    margin-left: 15px;
}

.otherside_widgets .courseContent{
	padding: 5px 12px;
}

.otherside_widgets .courseTitle{
	color: #535a5d;
	font-size: 18px;
	font-weight: 400;
}

.otherside_widgets .courseSubTitle{
	color: #535a5d;
	font-size: 14px;
	font-weight: 400;
}

.otherside_widgets .bannerLink{
	display: block;
    margin: 0 auto 30px auto;
    max-width: 270px;
}



/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
	.otherside_widgets .courseTeacherRole{
	    font-size: 11px;
	}
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
	.smallItem{
		max-width: 270px;
	    margin: 0 auto 10px auto;
	}
}.iconsList{
    list-style: none;
    max-height: 45px;
	padding: 0px;
    margin: 0px;
    margin-bottom: 24px;
    direction: ltr;
}

.iconsList li{
    margin-left: 8px;
    display: inline-block;
}

.iconsList svg{
    width: 45px;
    height: 45px;
}

.iconsList li path, .iconsList li polygon, .iconsList li rect, .iconsList li circle, .iconsList li ellipse, .iconsList li line, .iconsList li polyline{
    fill: #fff;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.iconsList li:hover path, .iconsList li:hover polygon, .iconsList li:hover rect, .iconsList li:hover circle, .iconsList li:hover ellipse, .iconsList li:hover line, .iconsList li:hover polyline{
    fill: #fff;
}

/*--------------------------  Laptop with HiDPI screen ( max 1440 ) --------------------------*/
@media (max-width:1440px){

}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    .iconsList li{
        margin-left: 3px;
    }
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    
}.courseCircleItem img{
    margin-bottom: 10px;
}

.connected-item-title{
    line-height: 1.3;
    text-align: center;
    color: #48465b;
    font-size: 20px;
    font-weight: 400;
}

.moreItems{
    margin-bottom: 20px;
}.course_register{
    margin-bottom: 46px;
}

.course_register .course-title{
    color: #48465b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.course_register .devider{
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    margin-bottom: 15px;
}

.course_register .crouse-item{
    margin-bottom: 25px;
    width: 530px;
    max-width: 100%;
    min-width: 320px;
}

.course_register .expert-item{
    display: flex;
    margin-bottom: 15px;
}

.course_register .expert-item-image{
    width: 72px;
    height: 72px;
    margin-inline-end: 15px;
}

.course_register .expert-item-text{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.course_register .expert-item-name{
    font-size: 18px;
    font-weight: 700;
}

.course_register .expert-item-subtitle{
    font-size: 18px;
    font-weight: 400;
}

.course_register .course-chapter{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr) );
    grid-gap: 10px;
    font-size: 16px;
    margin-bottom: 25px;
}

.course_register .course-chapter:last-child{
    margin-bottom: 0px;
}

.course_register .chapter-cell{
    display: flex;
    flex-direction: column;
}

.course_register .chapter-line{
    border-left: 1px solid #e1e1e1;
}

.course_register .course-join{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.course_register .course-join-btn{
    width: 100%;
    height: 45px;
    background-color: #49cac5;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 700;
    padding: 0 15px;
    display: block;
    white-space: nowrap;
}

.course_register .enter-join-btn{
    width: 100%;
    height: 45px;
    background-color: #48465b;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
}

.course_register .enter-join-btn:hover, .course_register .enter-join-btn:focus{
    background-color: #49908d;
}

.course_register .course-join-btn:hover, .course_register .course-join-btn:focus{
    background-color: #49908d;
}

.course_register .course-already-registered, 
    .course_register .course-no-room-left,
    .course_register .course-join-btn:disabled,
    .course_register .course-join-btn[disabled]
{
    background: #eeeeee;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #48465b;
}

.course_register .with-join{
    margin-top: 25px;
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .course_register .chapters-register-grid{
        flex-direction: column;
    }

    .course_register .chapters-register-grid > div:nth-child(1){
        width: 100%;
        margin-bottom: 15px;
    }
    
    .course_register .chapters-register-grid > div:nth-child(2){
        width: 100%;
    }

    .course_register .course-join-btn{
        width: 100%;
    }

    .course_register .chapter-cell{
        text-align: center;
    }

    .course_register .enter-join-btn{
        margin-bottom: 10px;
    }
}

/*--------------------------  SM ( max 480 ) --------------------------*/
@media(max-width:480px){
    .course_register .course-chapter{
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr) );
    }
    .course_register .chapter-line{
        border-left: none;
    }
    .course_register .chapter-day{
        margin-bottom: 30px;
    }
    .course_register .crouse-item{
        min-width: unset;
    }
}.connected_courses{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr) ) ;
    margin-bottom: 30px;
}

.connected_courses .course-item{
    display: block;
    width: 260px;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    position: relative;
}

.connected_courses .course-item-image{
    position: relative;
}

.connected_courses .course-item-title{
    display: flex;
    align-items: center;
    height: 65px;
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
    color: #48465b;
    cursor: pointer;
    margin: 10px;
    line-height: 1.3;
}

.connected_courses .course-item-preview{
    padding: 0 12px 12px 12px;
    font-size: 14px;
}

.connected_courses .course-item-read-more{
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    color: #fff;
    background-color: #48465b;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 2px solid  transparent;
    transition: all 0.3s ease;
}
.connected_courses .itemSpecialLable{
    background-color: #ff514e;
    color: #ffffff;
    display: inline-flex;
    padding: 2px 5px;
    margin: 12px;
    border-radius: 2px;

}

.connected_courses .course-item:hover .course-item-read-more{
    color: #48465b;
    background-color: #fff;    
    border: 2px solid  #48465b;
}

.connected_courses .infoWrapper{
    padding-bottom: 40px;
}
.connected_courses .course-item:hover .course-item-title,
    .connected_courses .course-item:focus .course-item-title{
    text-decoration: underline;
}

.connected_courses .course-item-banner{
    border: none;
}

.connected_courses .itemLable {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 20px;
    background-color: rgba(72, 70, 90, 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    max-width: 80%;
    margin: 0 auto;
}

.connected_courses .itemLocationLable {
    position: absolute;
    bottom: 0;
    background-color: rgba(89, 177, 167, 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    max-width: 80%;
    margin: 0 auto;
}


/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .connected_courses{
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr) ) ;
    }
}.signup_popup {
    z-index: 120;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    max-height: calc(100vh - 80px);
    width: 424px;
    background-color: #48465b;
    padding: 50px 40px 30px 40px;
    margin: 0 auto;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.32);
}

.signup_popup .tm-form-input{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    color: #000;
    border: none;
    border-radius: 40px;
    padding: 0 20px;
    border-radius: 2px;
    margin-bottom: 18px;
    text-align: right;
    background-color: #fff;
    height: 45px;
    font-weight: 300;
}

.signup_popup textarea.tm-form-input{
    height: 147px;
    padding: 10px 20px;
    margin-top: 12px;
}

.signup_popup .signup-pop-title{
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.signup_popup .signup-pop-subtitle{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.errorText{
    color: #d81118;
}

.form-control:focus {
    outline: 0;
    border: 1px solid #0bc8db;
}

.formInput option:first-of-type {
    color: #878787;
}

.formInput option:nth-child(n+2){
    color: #000;
}

input:-ms-input-placeholder{
    text-align: right;
    font-weight: 300;
}
input::-webkit-input-placeholder{
    text-align: right;
    font-weight: 300;
}
input::-moz-placeholder{
    text-align: right;
    font-weight: 300;
}
input:-moz-placeholder{
    text-align: right;
    font-weight: 300;
}

.signup_popup .tm-btn-submit{
    margin-bottom: 10px;
    border: 2px solid #ffffff;
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

.signup_popup .tm-btn-submit:hover, .signup_popup .tm-btn-submit:focus{
    background: #fff;
    color: #48465b;
}

.signup_popup .tohenCheck[type="checkbox"]+label{
    color: #fff;
}


.signup_popup::-webkit-scrollbar {
    width: 4px;
}
   
.signup_popup::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(51, 9, 29);
}
   
.signup_popup::-webkit-scrollbar-thumb {
    background-color: #fff;
    outline: 1px solid #fff;
}

.signup_popup .recaptcha-policy, .signup_popup .recaptcha-policy a{
    font-size: 12px;
    color: #fff;
    text-align: left;
    direction: ltr;
}

.signup_popup .signup-pop-close-btn{
    width: 50px;
    height: 50px;
    background-color: #48c9c5;
    color: #fff;
    border: 2px solid #48c9c5;
    text-align: center;
    position: absolute;
    top: -25px;
    right: -25px;
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.32);
}

.signup_popup .signup-pop-close-btn:hover,
    .signup_popup .signup-pop-close-btn:focus{
    background-color: #288683;
    border: 2px solid #fff;
}

.signup_popup .answer-text{
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.signup_popup .tohenCheck[type="checkbox"]:hover+label:before, .signup_popup .tohenCheck[type="checkbox"]:focus+label:before{
    color: #ffffff;
}

.signup_popup .tohenCheck[type="checkbox"]:hover+label:after, .signup_popup .tohenCheck[type="checkbox"]:focus+label:after{
    color: #ffffff;
}

.signup_popup .tohenCheck[type="checkbox"]:checked+label:before{
    color: #650030;
}

.signup_popup .tohenCheck[type="checkbox"]+label:before{
    color: #650030;
}

.signup_popup .signup-pop-agree-label{
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}

.signup_popup .tm-btn-submit{
    display: block;
    width: 100%;
    height: 60px;
    background-color: #68cfcc;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-color: #68cfcc;
}

.signup_popup .tm-btn-submit:hover, .signup_popup .tm-btn-submit:focus{
    background-color: transparent;
    border-color: #68cfcc;
    color: #fff;
}

.signup_popup .input-error{
    display: none;
    color: #ffee72;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: -16px;
}

/*--------------------------  MD ( max 1440 ) --------------------------*/
@media (max-width:1440px){
    .signup_popup {
        top: 40px;
        max-height: calc(100vh - 20px);
        padding: 30px 40px 20px 40px;
    }

    .signup_popup .tm-form-input{
        margin-bottom: 10px;
    }

    .signup_popup .signup-pop-subtitle{
        margin-bottom: 20px;
    }
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    .captchaWrap{
        width: 304px;
        margin: 0 auto 10px auto;
    }
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .signup_popup {
        width: 100vw;
        height: 100vh;
        max-height: 100vh;
        top: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .signup_popup .signup-pop-close-btn{
        top: 5px;
        right: 5px;
    }
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:320px){
    .captchaWrap{
        transform: scale(0.9);
    }
}.login_popup {
    z-index: 120;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    max-height: calc(100vh - 80px);
    width: 424px;
    background-color: #48465b;
    padding: 50px 40px 30px 40px;
    margin: 0 auto;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.32);
}

.login_popup .tm-form-input{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    color: #000;
    border: none;
    border-radius: 40px;
    padding: 0 20px;
    border-radius: 2px;
    margin-bottom: 18px;
    text-align: right;
    background-color: #fff;
    height: 45px;
    font-weight: 300;
}

.login_popup textarea.tm-form-input{
    height: 147px;
    padding: 10px 20px;
    margin-top: 12px;
}

.login_popup .login-pop-title{
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.login_popup .login-pop-subtitle{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.errorText{
    color: #d81118;
}

.form-control:focus {
    outline: 0;
    border: 1px solid #0bc8db;
}

.formInput option:first-of-type {
    color: #878787;
}

.formInput option:nth-child(n+2){
    color: #000;
}

input:-ms-input-placeholder{
    text-align: right;
    font-weight: 300;
}
input::-webkit-input-placeholder{
    text-align: right;
    font-weight: 300;
}
input::-moz-placeholder{
    text-align: right;
    font-weight: 300;
}
input:-moz-placeholder{
    text-align: right;
    font-weight: 300;
}

.login_popup .tm-btn-submit{
    margin-bottom: 10px;
    border: 2px solid #ffffff;
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

.login_popup .tm-btn-submit:hover, .login_popup .tm-btn-submit:focus{
    background: #fff;
    color: #48465b;
}

.login_popup .tohenCheck[type="checkbox"]+label{
    color: #fff;
}


.login_popup::-webkit-scrollbar {
    width: 4px;
}
   
.login_popup::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(51, 9, 29);
}
   
.login_popup::-webkit-scrollbar-thumb {
    background-color: #fff;
    outline: 1px solid #fff;
}

.login_popup .recaptcha-policy, .login_popup .recaptcha-policy a{
    font-size: 12px;
    color: #fff;
    text-align: left;
    direction: ltr;
}

.login_popup .login-pop-close-btn{
    width: 50px;
    height: 50px;
    background-color: #48c9c5;
    color: #fff;
    border: 2px solid #48c9c5;
    text-align: center;
    position: absolute;
    top: -25px;
    right: -25px;
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.32);
}

.login_popup .login-pop-close-btn:hover,
    .login_popup .login-pop-close-btn:focus{
    background-color: #288683;
    border: 2px solid #fff;
}

.login_popup .answer-text{
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.login_popup .tohenCheck[type="checkbox"]:hover+label:before, .login_popup .tohenCheck[type="checkbox"]:focus+label:before{
    color: #ffffff;
}

.login_popup .tohenCheck[type="checkbox"]:hover+label:after, .login_popup .tohenCheck[type="checkbox"]:focus+label:after{
    color: #ffffff;
}

.login_popup .tohenCheck[type="checkbox"]:checked+label:before{
    color: #650030;
}

.login_popup .tohenCheck[type="checkbox"]+label:before{
    color: #650030;
}

.login_popup .login-pop-agree-label{
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}

.login_popup .tm-btn-submit{
    display: block;
    width: 100%;
    height: 60px;
    background-color: #68cfcc;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-color: #68cfcc;
}

.login_popup .tm-btn-submit:hover, .login_popup .tm-btn-submit:focus{
    background-color: transparent;
    border-color: #68cfcc;
    color: #fff;
}    

/*--------------------------  MD ( max 1440 ) --------------------------*/
@media (max-width:1440px){
    .login_popup {
        top: 40px;
        max-height: calc(100vh - 20px);
        padding: 30px 40px 20px 40px;
    }

    .login_popup .tm-form-input{
        margin-bottom: 10px;
    }

    .login_popup .login-pop-subtitle{
        margin-bottom: 20px;
    }
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .login_popup {
        width: 100vw;
        height: 100vh;
        max-height: 100vh;
        top: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .login_popup .login-pop-close-btn{
        top: 5px;
        right: 5px;
    }
}.enter_course {
    z-index: 120;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    max-height: calc(100vh - 80px);
    width: 424px;
    background-color: #48465b;
    padding: 30px 40px 30px 40px;
    margin: 0 auto;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.32);
}

.enter_course .tm-form-input{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    color: #000;
    border: none;
    border-radius: 40px;
    padding: 0 20px;
    border-radius: 2px;
    margin-bottom: 18px;
    text-align: right;
    background-color: #fff;
    height: 45px;
    font-weight: 300;
}

.enter_course textarea.tm-form-input{
    height: 147px;
    padding: 10px 20px;
    margin-top: 12px;
}

.enter_course .enter-course-pop-title{
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.enter_course .enter-course-pop-subtitle{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.errorText{
    color: #d81118;
}

.form-control:focus {
    outline: 0;
    border: 1px solid #0bc8db;
}

.formInput option:first-of-type {
    color: #878787;
}

.formInput option:nth-child(n+2){
    color: #000;
}

input:-ms-input-placeholder{
    text-align: right;
    font-weight: 300;
}
input::-webkit-input-placeholder{
    text-align: right;
    font-weight: 300;
}
input::-moz-placeholder{
    text-align: right;
    font-weight: 300;
}
input:-moz-placeholder{
    text-align: right;
    font-weight: 300;
}

.enter_course .tm-btn-submit{
    margin-bottom: 10px;
    border: 2px solid #ffffff;
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

.enter_course .tm-btn-submit:hover, .enter_course .tm-btn-submit:focus{
    background: #fff;
    color: #48465b;
}

.enter_course .tohenCheck[type="checkbox"]+label{
    color: #fff;
}


.enter_course::-webkit-scrollbar {
    width: 4px;
}
   
.enter_course::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(51, 9, 29);
}
   
.enter_course::-webkit-scrollbar-thumb {
    background-color: #fff;
    outline: 1px solid #fff;
}

.enter_course .recaptcha-policy, .enter_course .recaptcha-policy a{
    font-size: 12px;
    color: #fff;
    text-align: left;
    direction: ltr;
}

.enter_course .enter-course-pop-close-btn{
    width: 50px;
    height: 50px;
    background-color: #48c9c5;
    color: #fff;
    border: 2px solid #48c9c5;
    text-align: center;
    position: absolute;
    top: -25px;
    right: -25px;
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.32);
}

.enter_course .enter-course-pop-close-btn:hover,
    .enter_course .enter-course-pop-close-btn:focus{
    background-color: #288683;
    border: 2px solid #fff;
}

.enter_course .answer-text{
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.enter_course .tohenCheck[type="checkbox"]:hover+label:before, .enter_course .tohenCheck[type="checkbox"]:focus+label:before{
    color: #ffffff;
}

.enter_course .tohenCheck[type="checkbox"]:hover+label:after, .enter_course .tohenCheck[type="checkbox"]:focus+label:after{
    color: #ffffff;
}

.enter_course .tohenCheck[type="checkbox"]:checked+label:before{
    color: #650030;
}

.enter_course .tohenCheck[type="checkbox"]+label:before{
    color: #650030;
}

.enter_course .enter-course-pop-agree-label{
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}

.enter_course .tm-btn-submit{
    display: block;
    width: 100%;
    height: 60px;
    background-color: #68cfcc;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-color: #68cfcc;
}

.enter_course .tm-btn-submit:hover, .enter_course .tm-btn-submit:focus{
    background-color: transparent;
    border-color: #68cfcc;
    color: #fff;
}

.enter_course .enter-course-link{
    display: none;
    text-align: center;
    margin: 0 auto;
}

.enter_course .enter-course-link a{
    font-size: 22px;
    text-decoration: underline;
    color: #fff;
}


.enter_course.enter-course-pop.link-mode .enter-course-link{
    display: block;
}

.enter_course.enter-course-pop.link-mode form{
    display: none;
}

.enter_course.enter-course-pop.link-mode .enter-course-pop-title,
    .enter_course.enter-course-pop.link-mode .enter-course-pop-subtitle
{
    display: none;
}

.enter_course .enter-course-pop-error{
    font-size: 14px;
    color: #fedc14;
    font-weight: bold;
}

.enter_course .enter-course-pop-error-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.enter_course .course-register-btn{
    width: 120px;
    height: 30px;
    background-color: #68cfcc;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #68cfcc;
}


/*--------------------------  MD ( max 1440 ) --------------------------*/
@media (max-width:1440px){
    .enter_course {
        top: 40px;
        max-height: calc(100vh - 20px);
    }

    .enter_course .tm-form-input{
        margin-bottom: 10px;
    }

    .enter_course .enter-course-pop-subtitle{
        margin-bottom: 20px;
    }
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .enter_course {
        width: 100vw;
        height: 100vh;
        max-height: 100vh;
        top: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 30vh 40px 20px 40px;
    }
    
    .enter_course .enter-course-pop-close-btn{
        top: 5px;
        right: 5px;
    }

    .enter_course.enter-course-pop.link-mode{
        display: flex;
        align-items: center;
        padding: 0;
    }
}.connected_pages{
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

.connected_pages .connected-page-link{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
}

.connected_pages .connected-page-link:hover, .connected_pages .connected-page-link:focus{
    text-decoration: underline;
    color: #48465b;
}

.connected_pages .connected-page-link img{
    margin-bottom: 10px;
}


/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .connected_pages{
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr) );
    }
}.popup_dialog {
    z-index: 120;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    max-height: calc(100vh - 80px);
    width: 424px;
    background-color: #48465b;
    padding: 50px 40px 30px 40px;
    margin: 0 auto;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.32);
}

.popup_dialog .dialog-close-btn{
    width: 50px;
    height: 50px;
    background-color: #48c9c5;
    color: #fff;
    border: 2px solid #48c9c5;
    text-align: center;
    position: absolute;
    top: -25px;
    right: -25px;
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.32);
}

.popup_dialog .dialog-close-btn:hover,
    .popup_dialog .dialog-close-btn:focus{
    background-color: #288683;
    border: 2px solid #fff;
}


.popup_dialog .dialog-title{
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 10px;
}

.popup_dialog .dialog-subtitle{
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.popup_dialog .dialog-content{
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.popup_dialog .dialog-ok-btn{
    display: block;
    width: 110px;
    height: 46px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    border: none;
    background: #49cac5;
    color: #fff;
}

.popup_dialog .dialog-ok-btn:hover, .popup_dialog .dialog-ok-btn:focus{
    background: #fff;
    color: #000;
}


/*--------------------------  MD ( max 1440 ) --------------------------*/
@media (max-width:1440px){
    .popup_dialog {
        top: 40px;
        max-height: calc(100vh - 20px);
        padding: 30px 40px 20px 40px;
    }
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .popup_dialog {
        width: 100vw;
        height: 100vh;
        max-height: 100vh;
        top: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .popup_dialog .dialog-close-btn{
        top: 5px;
        right: 5px;
    }
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:320px){

}.connected_records{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr) ) ;
    margin-bottom: 30px;
}

.connected_records .course-item{
    display: block;
    width: 260px;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    position: relative;
}

.connected_records .course-item-image{

}

.connected_records .course-item-title{
    display: flex;
    align-items: center;
    height: 76px;
    font-size: 18px;
    background-color: #fff;
    color: #48465b;
    padding: 0 12px;
    cursor: pointer;
    line-height: 1.3;
}

.connected_records .course-item:hover .course-item-title,
    .connected_records .course-item:focus .course-item-title{
    text-decoration: underline;
}

.connected_records .course-item-banner{
    border: none;
}

.connected_records .itemLable {
    position: absolute;
    background-color: rgba(72, 70, 90, 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    max-width: 80%;
    margin: 0 auto;
}


/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .connected_records{
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr) ) ;
    }
}.home_page_banners{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.home_page_banners .banner-item{
    display: block;
    width: 260px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.home_page_banners .banner-item:hover{
    display: block;
    width: 260px;
    position: relative;
    border: 3px solid #f8f8f8 ;
}

.home_page_banners .banner-item-image{
    position: relative;
}

.home_page_banners .banner-item-banner{
    border: none;
    width: 260px;
}


/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){

}.enter_attendee {
    width: 424px;
    background-color: #48465b;
    padding: 30px 40px 30px 40px;
    margin: 20px auto;
}

.enter_attendee .tm-form-input{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    color: #000;
    border: none;
    border-radius: 40px;
    padding: 0 20px;
    border-radius: 2px;
    margin-bottom: 18px;
    text-align: right;
    background-color: #fff;
    height: 45px;
    font-weight: 300;
}

.enter_attendee textarea.tm-form-input{
    height: 147px;
    padding: 10px 20px;
    margin-top: 12px;
}

.enter_attendee .content{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.enter_attendee .course-title{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.errorText{
    color: #d81118;
}

.form-control:focus {
    outline: 0;
    border: 1px solid #0bc8db;
}

.formInput option:first-of-type {
    color: #878787;
}

.formInput option:nth-child(n+2){
    color: #000;
}

input:-ms-input-placeholder{
    text-align: right;
    font-weight: 300;
}
input::-webkit-input-placeholder{
    text-align: right;
    font-weight: 300;
}
input::-moz-placeholder{
    text-align: right;
    font-weight: 300;
}
input:-moz-placeholder{
    text-align: right;
    font-weight: 300;
}

.enter_attendee .tm-btn-submit{
    margin-bottom: 10px;
    border: 2px solid #ffffff;
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

.enter_attendee .tm-btn-submit:hover, .enter_attendee .tm-btn-submit:focus{
    background: #fff;
    color: #48465b;
}

.enter_attendee .tohenCheck[type="checkbox"]+label{
    color: #fff;
}


.enter_attendee::-webkit-scrollbar {
    width: 4px;
}
   
.enter_attendee::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(51, 9, 29);
}
   
.enter_attendee::-webkit-scrollbar-thumb {
    background-color: #fff;
    outline: 1px solid #fff;
}

.enter_attendee .recaptcha-policy, .enter_attendee .recaptcha-policy a{
    font-size: 12px;
    color: #fff;
    text-align: left;
    direction: ltr;
}

.enter_attendee .enter-course-pop-close-btn{
    width: 50px;
    height: 50px;
    background-color: #48c9c5;
    color: #fff;
    border: 2px solid #48c9c5;
    text-align: center;
    position: absolute;
    top: -25px;
    right: -25px;
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.32);
}

.enter_attendee .enter-course-pop-close-btn:hover,
    .enter_attendee .enter-course-pop-close-btn:focus{
    background-color: #288683;
    border: 2px solid #fff;
}

.enter_attendee .answer-text{
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.enter_attendee .tohenCheck[type="checkbox"]:hover+label:before, .enter_attendee .tohenCheck[type="checkbox"]:focus+label:before{
    color: #ffffff;
}

.enter_attendee .tohenCheck[type="checkbox"]:hover+label:after, .enter_attendee .tohenCheck[type="checkbox"]:focus+label:after{
    color: #ffffff;
}

.enter_attendee .tohenCheck[type="checkbox"]:checked+label:before{
    color: #650030;
}

.enter_attendee .tohenCheck[type="checkbox"]+label:before{
    color: #650030;
}

.enter_attendee .enter-course-pop-agree-label{
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}

.enter_attendee .tm-btn-submit{
    display: block;
    width: 100%;
    height: 60px;
    background-color: #68cfcc;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-color: #68cfcc;
}

.enter_attendee .tm-btn-submit:hover, .enter_attendee .tm-btn-submit:focus{
    background-color: transparent;
    border-color: #68cfcc;
    color: #fff;
}

.enter_attendee .enter-course-link{
    display: none;
    text-align: center;
    margin: 0 auto;
}

.enter_attendee .enter-course-link a{
    font-size: 22px;
    text-decoration: underline;
    color: #fff;
}


.enter_attendee.enter-course-pop.link-mode .enter-course-link{
    display: block;
}

.enter_attendee.enter-course-pop.link-mode form{
    display: none;
}

.enter_attendee.enter-course-pop.link-mode .enter-course-pop-title,
    .enter_attendee.enter-course-pop.link-mode .enter-course-pop-subtitle
{
    display: none;
}

.enter_attendee .enter-course-pop-error{
    font-size: 14px;
    color: #fedc14;
    font-weight: bold;
}

.enter_attendee .enter-course-pop-error-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.enter_attendee .course-register-btn{
    width: 120px;
    height: 30px;
    background-color: #68cfcc;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #68cfcc;
}


/*--------------------------  MD ( max 1440 ) --------------------------*/
@media (max-width:1440px){
    .enter_attendee {
        top: 40px;
        max-height: calc(100vh - 20px);
    }

    .enter_attendee .tm-form-input{
        margin-bottom: 10px;
    }

    .enter_attendee .enter-course-pop-subtitle{
        margin-bottom: 20px;
    }
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .enter_attendee {
        width: 100vw;
        height: 100vh;
        max-height: 100vh;
        top: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 30vh 40px 20px 40px;
    }
    
    .enter_attendee .enter-course-pop-close-btn{
        top: 5px;
        right: 5px;
    }

    .enter_attendee.enter-course-pop.link-mode{
        display: flex;
        align-items: center;
        padding: 0;
    }
}.course_register_payment{
    margin-bottom: 46px;
}

.course_register_payment .course-title{
    color: #48465b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.course_register_payment .devider{
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    margin-bottom: 15px;
}

.course_register_payment .crouse-item{
    margin-bottom: 25px;
    width: 530px;
    max-width: 100%;
    min-width: 320px;
}

.course_register_payment .expert-item{
    display: flex;
    margin-bottom: 15px;
}

.course_register_payment .expert-item-image{
    width: 72px;
    height: 72px;
    margin-inline-end: 15px;
}

.course_register_payment .expert-item-text{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.course_register_payment .expert-item-name{
    font-size: 18px;
    font-weight: 700;
}

.course_register_payment .expert-item-subtitle{
    font-size: 18px;
    font-weight: 400;
}

.course_register_payment .course-chapter{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr) );
    font-size: 16px;
    margin-bottom: 25px;
}

.course_register_payment .course-chapter:last-child{
    margin-bottom: 0px;
}

.course_register_payment .chapter-cell{
    display: flex;
    flex-direction: column;
}

.course_register_payment .chapter-line{
    border-left: 1px solid #e1e1e1;
    margin-left: 10px;
}

.course_register_payment .course-join{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.course_register_payment .course-join-btn{
    width: 100%;
    height: 45px;
    background-color: #49cac5;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 700;
    padding: 0 15px;
    display: block;
    white-space: nowrap;
}

.course_register_payment .enter-join-btn{
    width: 100%;
    height: 45px;
    background-color: #48465b;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
}

.course_register_payment .enter-join-btn:hover, .course_register_payment .enter-join-btn:focus{
    background-color: #49908d;
}

.course_register_payment .course-join-btn:hover, .course_register_payment .course-join-btn:focus{
    background-color: #49908d;
}

.course_register_payment .course-already-registered, 
    .course_register_payment .course-no-room-left,
    .course_register_payment .course-join-btn:disabled,
    .course_register_payment .course-join-btn[disabled]
{
    background: #eeeeee;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #48465b;
}

.course_register_payment .with-join{
    margin-top: 25px;
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .course_register_payment .chapters-register-grid{
        flex-direction: column;
    }

    .course_register_payment .chapters-register-grid > div:nth-child(1){
        width: 100%;
        margin-bottom: 15px;
    }
    
    .course_register_payment .chapters-register-grid > div:nth-child(2){
        width: 100%;
    }

    .course_register_payment .course-join-btn{
        width: 100%;
    }

    .course_register_payment .chapter-cell{
        text-align: center;
    }

    .course_register_payment .enter-join-btn{
        margin-bottom: 10px;
    }
}

/*--------------------------  SM ( max 480 ) --------------------------*/
@media(max-width:480px){
    .course_register_payment .course-chapter{
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr) );
    }
    .course_register_payment .chapter-line{
        border-left: none;
    }
    .course_register_payment .chapter-day{
        margin-bottom: 30px;
    }
    .course_register_payment .crouse-item{
        min-width: unset;
    }
    .course_register_payment .chapter-cell{
        margin: 10px;
    }
    .course_register_payment .shopify-buy-frame{
        max-width: unset !important;
    }
}