@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp');

* {margin: 0; padding: 0; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; list-style: none;}
body {font-size: 16px; line-height: normal; color: #000; font-family: "Poppins", sans-serif; background: #fff; padding-top: 100px;}
a {outline: none; text-decoration: none; color: #000; -webkit-transition: ease-in-out .3s; -moz-transition: ease-in-out .3s; -ms-transition: ease-in-out .3s; -o-transition: ease-in-out .3s; transition: ease-in-out .3s;}
a:hover {text-decoration: none;}
input, textarea, select {font-size: 16px; color: #000; vertical-align: middle; font-family: "Poppins", sans-serif; outline: none; resize: none;}
input[type="button"], input[type="submit"], button {-webkit-transition: ease-in-out .3s; -moz-transition: ease-in-out .3s; -ms-transition: ease-in-out .3s; -o-transition: ease-in-out .3s; transition: ease-in-out .3s; -moz-appearance: none; -webkit-appearance: none; appearance: none; border: none; cursor: pointer; font-family: 'Open Sans', sans-serif;}
select {appearance: none; -ms-appearance: none; -webkit-appearance: none;}
select::-ms-expand {display: none;}
.transition {-webkit-transition: ease-in-out .5s; -moz-transition: ease-in-out .5s; -ms-transition: ease-in-out .5s; -o-transition: ease-in-out .5s; transition: ease-in-out .5s;}
img {border: none; vertical-align: top; max-width: 100%;}
.tac {text-align: center;}
.tal {text-align: left;}
.tar {text-align: right;}
.pr {position: relative;}
.flexBox {display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.flexBox.nowrap {flex-wrap: nowrap;}
.itemCenter {-webkit-align-items: center; -ms-align-items: center; align-items: center;}
.spacebetween {justify-content: space-between; -webkit-justify-content: space-between;}
.container {max-width: 1440px; width: 100%; margin: auto; padding: 0 15px;}
.hedingFont {font-family: "Space Grotesk", sans-serif;}
.slick-slider {-webkit-user-select: text; -khtml-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text;}
.mb-20 {margin-bottom: 20px !important;}
.header {background: #fff; border-bottom: 1px solid #eae8e6; position: fixed; width: 100%; left: 0; top: 0; z-index: 1001;}
.header .container {height: 100px;}
.menu > li {padding: 0 20px; font-size: 18px; position: relative;}
.menu > li > a {color: #000; display: flex; align-items: center;}
.menu > li > a .arrow {margin-left: 2px; transition: ease-in-out .4s;}
.menu > li > a:hover, .menu > li > a.active {color: #2395c3;}

.menu > li > a.active .arrow {transform: rotate(180deg);}
.menu > li .submenu {position: absolute; display: none; max-height: 260px; overflow: auto; left: 15px; top: 60px; width: 240px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.2);}
.menu > li .submenu li {border-bottom: 1px solid #eee;}
.menu > li .submenu li a {display: block; padding: 10px 15px; font-size: 15px;}
.menu > li .submenu li a:hover {background: #09739E; color: #fff;}

.headerRight ul li {margin-left: 15px;}
.headerRight ul li a {display: flex; align-items: center; height: 42px; border-radius: 8px; font-size: 18px; font-weight: 500; padding: 0 20px; color: #000;}
.headerRight ul li.language {position: relative;}
.headerRight ul li.language:after {content: ''; width: 1px; height: 24px; background: #a7a7a7; position: absolute; right: 0; top: 9px;}
.headerRight ul li.bookTrial a {background: #2395C3; color: #fff;}
.headerRight ul li.bookTrial a:hover {background: #323232;}
.headerRight ul li.login a {background: #fff; border: 1px solid #323232;}
.headerRight ul li.login a .icon {margin-right: 6px;}
.headerRight ul li.login a:hover {background: #323232; color: #fff;}

.bannerCon {background: #fefbf7; overflow: hidden; position: relative;}
.bannerCon:before {content: ''; width: 100%; height: 100%; background: url(../images/banner-bg1.png) no-repeat left center; position: absolute; left: 0; top: 0;}
.bannerCon:after {content: ''; width: 100%; height: 100%; background: url(../images/banner-bg2.png) no-repeat right bottom; position: absolute; left: 0; top: 0;}
.bannerCon .container {position: relative; z-index: 10;}
.bannerInfo {width:50%; padding: 40px 40px 40px 0;}
.bannerHd {font-size: 70px; line-height: 74px; font-weight: 700;}
.bannerHd span {display: block; color: #2395C3;}
.bannerText {color: #414141; font-size: 24px; line-height: 34px; font-weight: 500;}
.infoList {margin: -5px; padding-bottom: 10px;}
.infoList > li {padding: 5px;}
.infoList li .inner {border: 1px dashed #000; border-radius: 6px; height: 100%; padding: 10px 20px; text-align: center; color: #0B719A; font-size: 16px; font-weight: 500;}
.infoList li .inner span {display: block; color: #414141;}
.infoList li .inner span .rating {display: inline-block; color: #FFB30F; font-size: 16px;}
.infoList li .inner span .school {display: inline-block; color: #414141; font-size: 16px;}
.tutorSmall {padding:0 0 0 30px;}
.tutorSmall li {margin-left: -15px;}
.tutorSmall li img {width: 36px; height: 36px; border-radius: 100%; border: 1px solid #FFB30F;}
a.getStarted {background: linear-gradient(0deg, rgba(250, 183, 61, 0.8261) -17.61%, #F0A111 80.88%); box-shadow: 2px 4px 8px 0px #0000004D; height: 64px; font-size: 22px; font-weight: 400; padding: 0 45px; color: #fff; display: inline-flex; border-radius: 12px;}
a.getStarted:hover {background: linear-gradient(100deg, rgba(250, 183, 61, 0.8261) -17.61%, #F0A111 80.88%);}
.bannerImg {width: 50%; padding: 10px 0 40px 0;}

.clientListCon {background: #F6FBFD;}
.clientList {justify-content: space-around; height: 120px; align-items: center;}
.pt60 {padding-top: 60px;}
.pb60 {padding-bottom: 60px;}

.getYourTutor {background: url(../images/get-tutor-bg.png) no-repeat center; background-size: cover; height: 300px; border-radius: 60px; position: relative; margin-top: 40px;}
.getYourTutor .hd {position: relative; color: #fff; font-size: 18px; border-right: 1px solid #fff; width: 300px; padding: 20px 20px 20px 50px;}
.getYourTutor .hd span {font-size: 44px; line-height: 44px; display: block; font-weight: 700; padding-bottom: 5px;}

.tutorSlider {position: relative; width: calc(100% - 300px); padding: 0 100px 0 50px; margin-top: -120px;}
.tutorSlider .item {padding: 100px 15px 15px 15px;}
.tutorSlider .box {background: radial-gradient(50% 50% at 50% 50%, #49A6CC 0%, #09739E 100%); box-shadow: 0px 6px 10px 0px #00000059; border-radius: 70px; position: relative; padding: 20px;}
.tutorSlider .box .img img {border-radius: 40px; border: 2px solid #fff; margin: -80px auto 0 auto;}
.tutorSlider .box .name {padding: 20px 0 10px 0; font-size: 20px; color: #fff; text-align: center; font-weight: 500;}
.tutorSlider .box .name .rating {display: flex; justify-content: center; color: #FFB30F;}
.tutorSlider .box .name .rating span {font-size: 12px;}
.tutorSlider .slick-dots {display: flex; justify-content: center;}
.tutorSlider .slick-dots li {padding: 0 5px;}
.tutorSlider .slick-dots li button {background: #F0F0F0; width: 12px; height: 12px; font-size: 0; border-radius: 100%;}
.tutorSlider .slick-dots li.slick-active button {background: #2395C3; width: 48px; border-radius: 10px;}

.tutorSlider .slick-prev {display: none !important;}
.tutorSlider .slick-next {width: 60px; height: 60px; border-radius: 100%; background: rgba(0,0,0,.2); position: absolute; right: 20px; top: 55%; overflow: hidden; font-size: 0;}
.tutorSlider .slick-next:before {content: 'arrow_right_alt'; font-family: 'Material Icons'; color: #fff; font-size:42px; position: absolute; left: 8px; top: 8px;}
.blueBackground {background: linear-gradient(90deg, #72C8EB 11.35%, #F1EFEC 99.28%);}

.learnFlexbilty .img {width: 50%;}
.learnFlexbilty .img img {margin-left: -50px;}
.learnFlexbilty .det {width: 50%; padding: 50px 0 50px 50px;}
.mainHd {font-size: 50px; line-height: 58px; font-weight: 700;}
.mainHd .small {display: block; padding-bottom: 5px;}
.mainHd .small span {background: #FFF1D9; display: inline-block; color: #2395C3; font-size: 14px; font-weight: 500; line-height: normal; border-radius: 20px; padding: 2px 10px;}
.learnInfo {margin: -10px; padding-top: 20px;}
.learnInfo li {padding: 10px; width: 50%; font-size: 20px; font-weight: 500; display: flex; align-items: center; margin-top: 10px;}
.learnInfo li .icon {min-width: 46px; height: 46px; border-radius: 4px; background: rgba(255,255,255,.3); display: inline-flex; align-items: center; justify-content: center; margin-right: 15px;}

.mainHd.smallHd {font-size: 36px; line-height: 46px; max-width: 940px; margin:0 auto 10px auto;}
.benefitCon {background: url(../images/benefit-bg.png) no-repeat left 50px; background-size: cover;}
.benefitsList {margin: -15px; padding-top: 60px; padding-bottom: 30px;}
.benefitsList li {padding: 15px; width: 33.33%;}
.benefitsList li .inner {height: 100%; background: #FBF1DB; border-radius: 20px; padding: 0 25px; box-shadow: 0px 0px 14px 0px #00000040; position: relative;}
.benefitsList li .inner .icon {height: 80px; padding-left: 20px;}
.benefitsList li .inner .icon img {margin-top: -40px;}
.benefitsList li .inner .det {font-size: 18px; line-height: 32px; font-weight: 500; color: #777777; text-align: center; padding-bottom: 70px;}
.benefitsList li .inner .det span {display: block; font-size: 24px; font-weight: 700; color: #000; padding-bottom: 15px;}
.benefitsList li .inner .btn {position: absolute; left: 0; bottom: -29px; width: 100%; text-align: center;}
a.blueBtn {display: inline-flex; align-items: center; justify-content: center; background: #2395C3; height: 58px; border-radius: 10px; font-size: 22px; font-weight: 600; color: #fff; padding: 0 25px; min-width: 180px; text-align: center;}
a.blueBtn:hover {background: #323232;}

.courseSlider {padding: 30px 40px;}
.courseSlider .slick-list {display: flex; margin: -15px;}
.courseSlider .slick-track {display: flex;}
.courseSlider .item {padding: 15px; height: 100%;}
.courseSlider .item .box {height: 100%; display: block; box-shadow: 0px 0px 14px 0px #00000033; border-radius: 16px; padding: 6px;}
.courseSlider .item .box .img {overflow: hidden; border-radius: 10px; position: relative;}
.courseSlider .item .box .img img {width: 100%; border-radius: 10px; transition: ease-in-out .4s; height: 220px;}
.courseSlider .item .box:hover .img img {transform: scale(1.1);}
.courseSlider .item .box .img span {position: absolute; left: 0; top: 0; background: #F8A000; color: #fff; font-size: 20px; font-weight: 300; border-radius: 10px 0 10px 0; padding: 8px 35px;}
.courseSlider .item .box .det {padding: 12px;}
.courseSlider .item .box .det .name {font-size: 24px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.courseSlider .item .box .det .code {color: #9A9A9A; font-size: 16px; margin-left: 10px; white-space: nowrap;}
.courseSlider .item .box .det .info {padding: 10px 0 0 0; margin: -10px;}
.courseSlider .item .box .det .info li {padding: 10px; color: #545454; font-size: 14px; position: relative;}
.courseSlider .item .box .det .info li:after {content: ''; width: 1px; height: 16px; position: absolute; right: -1px; top: 12px; background: #C4C4C4;}
.courseSlider .item .box .det .info li:last-child:after {display: none;}
.courseSlider .item .box .det .info li span {color: #2395C3; font-size: 20px; margin:0 5px 3px 0; vertical-align: middle;}
.courseSlider .item .box .det .type {padding: 10px 0 0 0; color: #4B4B4B; font-size: 16px;}
.courseSlider .item .box .det .type span {display: block;}
.courseSlider .slick-dots {display: flex; justify-content: center; padding-top: 20px;}
.courseSlider .slick-dots li {padding: 0 5px;}
.courseSlider .slick-dots li button {background: #C5C5C5; width: 12px; height: 12px; font-size: 0; border-radius: 100%;}
.courseSlider .slick-dots li.slick-active button {background: #2395C3; width: 48px; border-radius: 10px;}
.courseSlider .slick-arrow {width: 40px; height: 40px; font-size: 0; background: rgba(0,0,0,.2); border: 2px solid #fff; border-radius: 100%; position: absolute; top: 50%; margin-top: -20px; z-index: 10;}
.courseSlider .slick-arrow:before {font-family: 'Material Icons'; color: #fff; font-size:32px; position: absolute; top: 2px;}
.courseSlider .slick-arrow.slick-prev {left: 0;}
.courseSlider .slick-arrow.slick-prev:before {content: 'chevron_left'; left: 2px;}
.courseSlider .slick-arrow.slick-next {right: 0;}
.courseSlider .slick-arrow.slick-next:before {content: 'chevron_right'; left: 4px;}

.becomeATutor {position: relative; background: #fcd896 url(../images/shape.png) no-repeat 0 50px;}
.becomeATutorBox .img {width: 52%;}
.becomeATutorBox .det {width: 48%; padding-left: 80px;}
.becomeATutorBox .det .text {font-size: 18px; line-height: 32px; color: #403C3C; padding: 10px 0 30px 0;}
.becomeATutorBox .det .list {padding-bottom: 20px;}
.becomeATutorBox .det .list li {padding:6px 0 6px 28px; position: relative; color: #0F172A; font-size: 18px;}
.becomeATutorBox .det .list li:before {content: 'check'; font-family: 'Material Icons'; color: #15803D; font-size:20px; position: absolute; left: 0; top: 8px;}
.becomeATutorBox .det .btn {display: inline-flex; align-items: center; border-radius: 8px; height: 70px; padding: 0 40px; color: #fff; font-size: 22px; font-weight: 600; background: linear-gradient(0deg, #4DB8E3 -17.61%, #177196 80.88%);}
.becomeATutorBox .det .btn:hover {background: linear-gradient(80deg, #4DB8E3 -17.61%, #177196 80.88%);}

.getStartedBox {box-shadow: 0px -10px 10px 0px #0000001A; border-radius: 30px; max-width: 1280px; margin: auto;}
.getStartedBox .inner {box-shadow: 0px 16px 10px -5px #0000001A; border-radius: 30px; padding: 70px; background: #fff url(../images//video-bg.png) no-repeat right bottom;}
.getStartedBox .det {width: calc(100% - 520px); padding-right: 40px; max-width: 560px;}
.getStartedBox .det .hd {font-size: 50px; line-height: 55px; font-weight: 600; padding-bottom: 20px;}
.getStartedBox .det .list {padding-bottom: 20px;}
.getStartedBox .det .list li {padding:6px 0 6px 28px; position: relative; color: #0F172A; font-size: 18px;}
.getStartedBox .det .list li:before {content: 'check'; font-family: 'Material Icons'; color: #15803D; font-size:20px; position: absolute; left: 0; top: 8px;}
.getStartedBox .det .btn {display: inline-flex; align-items: center; border-radius: 8px; border: 2px solid #2395C3; height: 56px; padding: 0 30px; color: #2395C3; font-size: 20px; font-weight: 600;}
.getStartedBox .det .btn:hover {background: #2395C3; color: #fff;}
.videoBox {background: #fff; box-shadow: 0px 0px 15px 0px #00000012; border-radius: 20px; width: 520px;}
.videoInner {box-shadow: 0px 25px 50px -12px #00000040; background: #fff url(../images/dot.png) no-repeat 15px 15px; border-radius: 20px; padding: 40px 5px 5px 5px; overflow: hidden; position: relative;}
.videoInner img {width: 100%; border-radius:0 0 20px 20px;}
.videoInner .play {position: absolute; left: 50%; top: 50%; width: auto; margin: -72px 0 0 -72px;}

.blogSlider {padding: 30px 0 0 0;}
.blogSlider .slick-list {display: flex; margin: -15px;}
.blogSlider .slick-track {display: flex;}
.blogSlider .item {padding: 15px; height: 100%;}
.blogSlider .item .box {height: 100%; display: block; box-shadow: 0px 0px 10px 0px #0000002B; border-radius: 6px; padding: 1px;}
.blogSlider .item .box .img {overflow: hidden; border-radius: 6px; position: relative;}
.blogSlider .item .box .img img {width: 100%; border-radius: 6px; transition: ease-in-out .4s;}
.blogSlider .item .box .img:hover img {transform: scale(1.1);}
.blogSlider .item .box .det {padding: 15px;}
.blogSlider .item .box .det .subject {background: #DFF1F0; border-radius: 5px; color: #666666; font-size: 12px; font-weight: 300; padding: 2px 10px; display: inline-block;}
.blogSlider .item .box .det .name {font-size: 24px; font-weight: 500; line-height: 28px; padding: 10px 0 10px 0;}
.blogSlider .item .box .det .name a {color: #000;}
.blogSlider .item .box .det .name a:hover {color: #09739E;}
.blogSlider .item .box .det .info {padding: 0 0 10px 0; margin: -10px;}
.blogSlider .item .box .det .info li {padding: 10px; color: #545454; font-size: 12px; position: relative;}
.blogSlider .item .box .det .info li:after {content: ''; width: 1px; height: 16px; position: absolute; right: -1px; top: 12px; background: #C4C4C4;}
.blogSlider .item .box .det .info li:last-child:after {display: none;}
.blogSlider .item .box .det .info li .user {width: 20px; height: 20px; border-radius: 100%; display: inline-block; margin: 0 5px 4px 0; vertical-align: middle;}
.blogSlider .item .box .det .info li span {color: #999; font-size: 20px; margin:0 5px 3px 0; vertical-align: middle;}
.blogSlider .item .box .det .dec {color: #555555; font-size: 16px; line-height: 24px; padding: 0 0 10px 0;}
.blogSlider .item .box .det .feedback {margin: -10px; align-items: center;}
.blogSlider .item .box .det .feedback li {padding: 10px;}

.footer {background: #000; color: #fff;}
.footerBox {margin: 0 -15px;}
.footerColumn {padding: 40px 15px; width: 33.33%;}
.footerText {font-size: 17px; line-height: 28px; font-weight: 300; padding-top: 20px;}
.followUs {padding: 20px 0 0 0;}
.followUs span {display: block; font-size: 20px; font-weight: 700; padding-bottom: 10px;}
.followUs ul {margin: -5px;}
.followUs ul li {padding: 5px;}
.footerLink {width: 50%; font-size: 18px;}
.footerLink span {display: inline-block; font-weight: 600; position: relative; padding-bottom: 2px;}
.footerLink span:after {content: ''; width: 50px; height: 1px; background: #fff; position: absolute; left: 0; bottom: 0;}
.footerLink ul {padding-top: 10px;}
.footerLink ul li {margin-top: 10px;}
.footerLink ul li a {color: #fff;}
.footerLink ul li a:hover {color: #2395c3;}
.subscribeHd {font-size: 18px; font-weight: 600; padding-bottom: 12px;}
.subscribeText {font-size: 15px; line-height: 22px; padding-bottom: 15px; font-weight: 300;}
.subscribeBox {display: flex;}
.subscribeBox .input {width: 100%; background: #E5E7EB; height: 40px; border: none; padding: 0 10px; font-size: 15px;}
.subscribeBox .btn {min-width: 100px; background: #fff; border: none; border-left: 1px solid #b2b3b5; height: 40px; font-size: 15px;}
.subscribeBox .btn:hover {background: #2395c3; color: #fff;}
.footerBot {border-top: 1px solid #808080; padding: 20px 0; font-size: 15px;}
.copy {padding-bottom: 10px;}
.designBy {color: #5B5B5B;}

.signupCon {background: linear-gradient(to right,  rgba(228,169,44,1) 0%,rgba(79,165,199,1) 100%); position: relative; min-height: calc(100vh - 60px);}
.signupCon:before {content: ''; width: 100%; height: 100%; background: url(../images/signup-bg.png) no-repeat center; background-size: cover; position: absolute; left: 0; top: 0;}
.signupBox {box-shadow: 0px 0px 30px 0px #0000005C; border-radius: 12px; padding: 30px; background: #fff; max-width: 840px; margin: auto; position: relative; z-index: 101;}
.signupText {color: #49475A; font-weight: 500; padding-top: 5px; max-width: 600px; margin: auto;}
.signupText a {color: #157CA6; text-decoration: underline;}
.signupText a:hover {text-decoration: none;}
.signupText span {color: #000; font-weight: 600;}
.signupInner {max-width: 560px; margin: auto;}
.signupTab {border-bottom: 1px solid #bfbfbf; padding-bottom: 30px;}
.signupTab li {width: 49%;}
.signupTab li a {display: flex; align-items: center; justify-content: center; cursor: pointer; border: 1px solid #efefef; border-radius: 10px; height: 50px; font-weight: 500; color: #000;}
.signupTab li a:hover, .signupTab li.active a {color: #2395C3; border-color: #2395C3;}
.signupForm {padding: 15px 0 0 0; margin: -10px;}
.signupForm li {padding: 10px; width: 100%;}
.fieldHd {color: #272727; display: block; font-weight: 500; padding-bottom: 5px;}
.formInput {width: 100%; border: 1px solid #CBCAD7; border-radius: 6px; padding: 0 20px; height: 56px; background: #fff;}
.formSelect {width: 100%; border: 1px solid #CBCAD7; border-radius: 6px; padding: 0 40px 0 20px; height: 56px; background: #fff url(../images/select-arrow.png) no-repeat right 15px center;}
/* Narrow black arrow only where explicitly applied */
.formSelect.selectArrow {
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 12px center;
  background-size: 16px;
}
.formBtn {background: #2395C3; border-radius: 6px; width: 100%; height: 60px; color: #fff; font-size: 18px; font-weight: 700;}
.formBtn:hover {background: #000;}
.aiVerify {gap: 20px;}
.aiVerify .aiCard {flex: 1; min-width: 320px; border: 1px solid #3c8056; border-radius: 10px; background: #fff;}
.aiCardHd {display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border-bottom: 1px solid #EBEBF0; font-weight: 600; font-size: 15px; color: #000;}
.aiIcons {color: #5E5E66;}
.aiCardBody {padding: 16px;}
.aiCardBody .bold {font-weight: 700; margin: 14px 0 8px;}
.aiList {margin-left: 18px;}
.aiList li {list-style: disc; margin: 6px 0; color: #333;}
.aiTextarea {height: 260px; resize: vertical; padding-top: 12px; padding-bottom: 12px;}
.aiActions {display: flex; justify-content: space-between; gap: 12px; padding: 12px 16px 16px;}
.aiBtn {height: 44px; padding: 0 20px; border-radius: 8px; font-weight: 600; border: 1px solid #C7CBD1; background: #fff; color: #333;}
.aiBtn.primary {background: #5D73A6; color: #fff; border-color: #5D73A6;}
.aiBtn.primary:hover {background: #445b90;}
.aiBtn.ghost:hover {background: #f4f4f6;}
.aiAgree {display: flex; align-items: center; gap: 10px; margin: 10px 0 0 0; color: #6b6b74; font-size: 14px;}
.aiAgree a {color: #4b6fbf; text-decoration: underline;}
@media (max-width: 768px){
  .aiVerify {flex-direction: column;}
}
.or {position: relative; height: 80px; display: flex; align-items: center; justify-content: center;}
.or:after {content: ''; background: #CBCAD7; width: 100%; height: 1px; position: absolute; left: 0; top: 50%;}
.or span {background: #fff; padding: 10px; display: inline-block; position: relative; z-index: 2; color: #686677; font-size: 18px; font-weight: 500;}
.signupWith li {width: 48%;}
.signupWith li a {display: flex; align-items: center; justify-content: center; height: 60px; border-radius: 6px; border: 1px solid #ccc; font-size: 18px; font-weight: 500;}
.signupWith li a img {margin-right: 10px;}
.signupWith li a:hover {background: #eee;}
.signupWith li.google a {color: #F8A000; border-color: #F8A000;}
.signupWith li.facebook a {color: #2395C3; border-color:#2395C3;}
.signupHeader {background: #fff; border-bottom: 1px solid #eae8e6; width: 100%; height: 60px; padding: 0 25px;}
a.back span {font-weight: 700; color: #6A6A6A;}
a.back:hover span {color: #09739E;}
.signupCon.inner {background: linear-gradient(to left,  rgba(228,169,44,1) 0%,rgba(79,165,199,1) 100%); position: relative;}
.mAboutImg {position: absolute; bottom: 60px; right:0; width: 520px;}

.signupStep {max-width: 840px; margin: auto; position: relative; z-index: 101;}
.signupStep ul li {width: 11.1%; text-align: center; color: #fff; font-size: 13px; font-weight: 600; position: relative;}
.signupStep ul li:after {content: ''; background: #F1EFEF; position: absolute; left: 50%; height: 4px; width: 100%; top: 0;}
.signupStep ul li:last-child:after {display: none;}
.signupStep ul li span {display: flex; align-items: center; justify-content: center; background: #F1EFEF; width: 46px; height: 46px; border-radius: 100%; color: #979797; font-size: 18px; margin: -23px auto 10px auto; position: relative; z-index: 10;}
.signupStep ul li.current span {background: #5FAC65; color: #fff;}
.signupStep ul li.complete span {background: #5FAC65; color: #fff;}
.signupStep ul li.complete:after {background: #5FAC65;}

.signupHd {font-size: 34px; font-weight: 500; padding-bottom: 10px;}
.aboutText {color: #707070; line-height: 26px; font-weight: 300;}
.aboutText a {font-weight: 500; text-decoration: underline;}
.aboutText a:hover {color: #0B719A; text-decoration: none;}
.resumeBox {background: #EDF7FB; border: 1px dashed #666; padding: 30px;}
.resumeBox .hd {width: calc(100% - 220px); padding-right: 20px; color: #707070;}
.resumeBox .hd span {display: block; color: #272727; text-transform: uppercase; font-weight: 500;}
.importResume {background: #2395C3; width: 220px; height: 50px; border-radius: 6px; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; color: #fff;}
.importResume .file {position: absolute; left: 0; top: 0; font-size: 200px; opacity: 0;}

.signupForm li.half {width: 50%;}
.phoneBox {position: relative; padding-left: 120px;}
.phoneBox .formSelect {width: 124px; position: absolute; left: 0; top: 0; border-radius: 4px 0 0 4px;}
.checkWrapper {position:relative; width:22px; height:22px; display:inline-block; vertical-align:middle; margin:0 5px 4px 0;}
.checkInpt {opacity:0; height:22px; width:22px; position:absolute; top:0; left:0; z-index:2; margin:0;}
.checkInpt + .bg {height:22px; width:22px; display:inline-block; position:absolute; top:0; left:0; z-index:1; border:1px solid #dcdcdc; background:#fff; border-radius: 3px;}
.checkInpt:checked + .bg {background:#0B719A url(../images/check_icon.png) no-repeat center; border: 1px solid #0B719A;}
.signupBtn {background: #F8A000; border-radius: 6px; color: #fff; font-size: 18px; font-weight: 700; padding: 0 30px; height:48px; min-width: 150px; text-align: center;}
.signupBtn:hover {background: #0B719A;}
.signupBtn.back {background: #fff; border: 1px solid #535353; color: #535353;}
.mt-20 {margin-top: 20px;}
.mPhotoImg {position: absolute; bottom: 60px; left:0; width: 600px; max-width: 100%;}
.uploadPhoto {border: 1px dashed #888686; padding: 20px; text-align: center; position: relative; background: #EDF7FB; overflow: hidden;}
.uploadPhoto .upload {color: #BAB9B9;}
.uploadPhoto .upload span {font-weight: 700; display: block; color: #707070;}
.uploadPhoto .format {color: #FC8181; font-size: 14px; padding-top: 5px;}
.uploadPhoto .file {position: absolute; left: 0; top: 0; font-size: 200px; opacity: 0;}
.useerBox .img {width: 120px;}
.useerBox .det {width: calc(100% - 120px); padding-left: 40px;}
.useerBox .det .name {font-size: 24px; font-weight: 700; padding-bottom: 5px; display: flex; align-items: center;}
.useerBox .det .name img {margin-left: 10px;}
.useerBox .det .info {font-size: 18px; padding-top: 5px; display: flex; align-items: center; color: #707070;}
.useerBox .det .info .icon {margin-right: 5px;}

.photoDetails {border: 1px solid #2395C3; border-radius: 6px; padding: 20px;}
.photoList {margin: -2px;}
.photoList li {width: 25%; padding: 2px; max-width: 140px;}
.photoList li img {width: 100%;}
.photoCheck {padding-top: 20px;}
.photoCheck li {padding:6px 0 6px 28px; position: relative; color: #0F172A;}
.photoCheck li:before {content: 'check'; font-family: 'Material Icons'; color: #666; font-size:20px; position: absolute; left: 0; top: 8px;}
.studyYear .formSelect {width: 48%;}
.cetificateBox {border: 1px dashed #888686; padding: 20px; position: relative; background: #EDF7FB; overflow: hidden; margin-top: 20px; color: #BAB9B9;}
.cetificateBox .hd {display: block; font-weight: 600; color: #707070; padding-bottom: 5px;}
.uploadCover {padding-top: 10px;}
.uploadCover .uploadBtn {background: #2395C3; width: 150px; height: 46px; border-radius: 6px; color: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative;}
.uploadCover .uploadBtn  .file {position: absolute; left: 0; top: 0; font-size: 70px; opacity: 0;}
.uploadCover .format {color: #FC8181; padding-left: 10px; font-size: 14px;}
a.addLink {font-weight: 600; text-decoration: underline; color: #707070;}
a.addLink:hover {color: #0B719A; text-decoration: none;}

.profileDes li {padding: 15px 0;}
.profileDes li .hd {font-size: 20px; font-weight: 500; position: relative; padding-right: 30px;}
.profileDes li .hd .check {position: absolute; right: 0; top: 2px; display: none;}
.profileDes li .hd.active {cursor: pointer;}
.profileDes li .hd.active .check {display: block;}
.mt-10 {margin-top: 10px;}
.mb-10 {margin-bottom: 10px;}
textarea.formInput {height: auto; padding: 15px 20px;}
.remark {background: #FFE8BF; padding:15px 15px 15px 45px; color: #707070; position: relative; font-weight: 300;}
.remark .icon {position: absolute; left: 12px; top: 15px;}
.remark a {color: #707070; text-decoration: underline; font-weight: 500;}

.signupBtn:disabled {background: #ccc; cursor:not-allowed;}
.videoSubHd {font-size: 20px; font-weight: 500; padding-top: 40px;}
.videoupload .left {width: 50%; color: #707070; font-weight: 300;}
.videoupload .right {width: 50%;}
.videoSep {position: relative; height: 80px; display: flex; align-items: center;}
.videoSep:after {content: ''; background: #000; width: 100%; height: 1px; position: absolute; left: 0; top: 50%;}
.videoSep span {background: #fff; padding: 10px; display: inline-block; position: relative; z-index: 2; color: #686677; font-weight: 500; margin-left: 50px;}
.howToUpload {color: #707070; font-weight: 300; padding-bottom: 10px;}
.howToUpload a {font-weight: 500; text-decoration: underline; color: #707070;}

.videoReq {width: 370px; border-radius: 6px; background: #fff; position: absolute; left: 102%; top: 5%; padding: 6px;}
.videoReq .hd {background: #EDF7FB; border-radius: 5px; padding: 10px; color: #707070; font-weight: 300; font-size: 15px; position: relative;}
.videoReq .hd span {display: block; font-weight: 500; font-size: 20px; color: #272727; padding-bottom: 5px;}
.videoReq .inner {padding: 10px;}
.videoReq .inner .subHd {font-size: 20px; display: flex; align-items: center; padding-bottom: 5px;}
.videoReq .inner .subHd .icon {margin-right: 5px;}
.videoReq .inner .subHd .icon.yes {color: #36AC3F;}
.videoReq .inner .subHd .icon.no {color: #EF3C1D;}
.videoReq .inner .list {padding:0 0 20px 10px;}
.videoReq .inner .list li {padding: 4px 0 4px 12px; color: #707070; font-size: 15px; font-weight: 300; position: relative;}
.videoReq .inner .list li:before {content: ''; width: 4px; height: 4px; border-radius: 100%; background: #333; position: absolute; left: 0; top: 14px;}
a.showVideoReq {display: none;}
a.closeVR {display: none;}
.mAvailabiltyImg {position: absolute; bottom: 5px; right:0; width: 720px; text-align: right;}
.availabilityBox {background: #fff; border: 1px solid #ABABAB; border-radius: 8px; padding: 5px;}
.availabilityBox ul li {padding: 10px;}
.availabilityBox ul li .week {width: 140px; font-weight: 500;}
.availabilityBox ul li .range {width: calc(100% - 280px); display: flex; justify-content: space-between;}
.availabilityBox ul li .range .formSelect {width: 48%; padding: 0 25px 0 10px; height: 40px; background-position: right 5px center;}
.availabilityBox ul li .addSlot {width: 140px; text-align: right;}
.availabilityBox ul li .addSlot a {display: inline-flex; align-items: center; color: #686677; font-weight: 600;}
.availabilityBox ul li .addSlot a span {margin-right: 5px;}
.availabilityBox ul li .addSlot a:hover {color: #0B719A;}

.remarkText {display: block; font-size: 14px; color: #999; padding-top: 5px;}
.dollorIcon {position: absolute; right: 15px; top: 10px; font-size: 32px;}
.priceInfo {border-bottom: 1px solid #AFAFAF;}
.priceInfo .hd {position: relative; font-size: 20px; font-weight: 500; padding: 10px 40px 10px 0; cursor: pointer;}
.priceInfo .hd .icon {position: absolute; right: 0; top: 12px; transition: ease-in-out .4s; font-size: 28px;}
.priceInfo .hd.active .icon {transform: rotate(180deg);}
.priceInfoList li {padding: 5px 0 5px 30px; position: relative; font-weight: 300; color: #707070;}
.priceInfoList li:before {font-family: 'Material Icons'; content: 'task_alt'; color: #fff; font-size:20px; position: absolute; left: 0; top: 6px; color: #24BF30;}
.rateList {background: #EDF5FF; border-radius: 6px; padding: 15px 20px;}
.rateList li {display: flex; justify-content: space-between; font-weight: 300; padding: 8px 0;}
.rateList li.top {font-weight: 500;}
.rateList li .percantage {font-weight: 500;}

.innerBanner {background-size: cover !important; color: #fff; font-size: 70px; font-weight: 700; position: relative;}
.innerBanner:before {content: ''; background: rgba(0,0,0,.7); width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.innerBanner .container {height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; padding: 15px;}
.hdText {font-size: 18px; font-weight: 300; line-height: 28px;}
.aboutInfo {padding-top: 15px;}
.aboutInfo li {width: 33.33%;}
.aboutInfo li .hd {border-left: 12px solid #2395C3; padding: 15px 40px; color: #2395C3; font-size: 34px; text-transform: uppercase; font-weight: 500;}
.aboutInfo li .text {border-left: 2px solid #000000; padding: 0 45px; margin-left: 5px; font-size: 18px; font-weight: 300;}

.whyChooseUs {background: linear-gradient(90deg, #72C8EB 11.35%, #F1EFEC 99.28%);}
.whyChooseUs .left {width: 600px; position: relative;}
.whyChooseUs .left .play {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.4); display: flex; align-items: center; justify-content: center;}
.whyChooseUs .right {padding: 20px 0 20px 100px; width: calc(100% - 600px);}
.whyChooseList {margin: -15px;}
.whyChooseList li {width: 50%; padding: 15px;}
.whyChooseList li .icon {width: 52px; height: 52px; margin-top: 5px; background: rgba(255,255,255,.3); border-radius: 8px; display: flex; align-items: center; justify-content: center;}
.whyChooseList li .det {width: calc(100% - 52px); padding-left: 20px; font-weight: 300;}
.whyChooseList li .det span {font-size: 18px; font-weight: 600; display: block; padding-bottom: 5px;}

.statisticsList {margin: -15px; padding-top: 10px;}
.statisticsList li {padding: 15px; width: 25%;}
.statisticsList li .inner {background: linear-gradient(181.14deg, rgba(248, 160, 0, 0.1846) 0.97%, rgba(35, 149, 195, 0.26) 154.73%); height: 100%; max-width: 300px; margin: auto; padding: 25px; border-radius: 15px; font-weight: 300; font-size: 20px; text-align: center; color: #232728;}
.statisticsList li .inner span {display: block; font-size: 42px; font-weight: 600; padding-bottom: 5px;}

.midCon {background-size: cover !important;}
.whtClr {color: #fff;}
.offerList {margin: -15px;}
.offerList li {padding: 15px; width: 33.33%; margin-bottom: -100px;}
.offerList li .inner {background: #fff; border-radius: 12px; padding: 30px; height: 100%; box-shadow: 0px 0px 11px 0px #0000002E;}
.offerList li .inner .hd {min-height: 70px; font-size: 20px; line-height: 26px; font-weight: 600; padding: 10px 0;}
.joinBox {background: linear-gradient(94.2deg, #2395C3 11.77%, #F8A000 104.94%); border-radius: 20px; padding: 25px; margin-top: 100px;}
.joinBox .det {width: 55%; padding: 0 50px;}
.joinBox .img {width: 45%; text-align: right;}

.joinBox .det .btn {display: inline-flex; align-items: center; border-radius: 8px; border: 2px solid #fff; height: 56px; padding: 0 30px; color: #fff; font-size: 20px; font-weight: 600; margin-top: 10px;}
.joinBox .det .btn:hover {background: #fff; color: #09739E;}

.contactTop {box-shadow: 0px 0px 14px 0px #00000026; border-radius: 20px; padding: 15px;}
.getInTouch {background: #2395C3; border-radius: 10px; padding: 40px; width: 500px;}
.inputftext{font-size: 14px;}
.rem {color: #747474;}
a.fp {color: #747474;}
a.fp:hover {color: #09739E;}
.error-border { border: 2px solid red;}
.errorMEssage {background: #ffe7e7; border: 1px solid #d73333; padding: 10px; text-align: center; max-width: 500px; margin: auto;}
.imgCoverBox {width: 100%; max-width: 300px; margin:auto; position: relative;}
.image-preview-container { width: 100%; height: 300px; overflow: hidden; }
.imgCoverBox #cancelBtn {position: absolute; right: -5px; top: -5px; background: #000; color: #fff; width: 36px; height: 36px; border-radius: 100%; display: flex; align-items: center; justify-content: center;}
#imagePreview {max-width: 100%;}
.fileName {color: #000;}


.getInInfo {padding-top: 10px;}
.getInInfo li {margin-top: 25px;}
.getInInfo li .icon {width: 56px; height: 56px; margin-top: 4px; border-radius: 8px; background: #F5F5F5; display: flex; align-items: center; justify-content: center; color: #F8A000;}
.getInInfo li .icon span {font-size: 32px;}
.getInInfo li .det {width: calc(100% - 56px); padding-left: 20px; color: #FDC578; font-size: 18px;}
.getInInfo li .det span {display: block; font-size: 15px; font-weight: 500; color: #fff; padding-top: 5px;}
.getInTouchForm {width: calc(100% - 550px); padding: 20px 30px 20px 40px;}
.form {margin: -10px;}
.form li {padding: 10px; width: 100%;}
.form li.half {width: 50%;}
.submitBtn {background: #F8A000; height: 48px; border-radius: 6px; font-weight: 700; font-size: 18px; color: #fff; padding: 0 25px; min-width: 180px;}
.submitBtn:hover {background: #333;}

.contactMap {border-radius: 20px; overflow: hidden; box-shadow: 0px 0px 14px 0px #00000026;}
.contactMap iframe {width: 100%; vertical-align: top;}
.bookDemo {background: linear-gradient(94.2deg, #2395C3 11.77%, #F8A000 104.94%); border-radius: 20px; height: 320px; position: relative;}
.bookDemo .leftImg {width: 190px; position: absolute; left: 40px; top: 30px; box-shadow: 0px 2px 9px 0px #00000026; border-radius: 100%;}
.bookDemo .leftImg img {border-radius: 100%;}
.bookDemo .leftImg:before {content: ''; background: #68C4DE; width: 40px; height: 40px; border-radius: 100%; box-shadow: 0px 2px 9px 0px #00000026; position: absolute; right: -40px; top: 10px;}
.bookDemo .leftImg:after {content: ''; background: rgba(11, 102, 138, 0.54); width: 60px; height: 60px; border-radius: 100%; box-shadow: 0px 2px 9px 0px #00000026; position: absolute; right: -100px; top: 60px;}
.bookDemo .rightImg {width: 160px; position: absolute; right: 100px; bottom: 30px; box-shadow: 0px 2px 9px 0px #00000026; border-radius: 100%;}
.bookDemo .rightImg img {border-radius: 100%;}
.bookDemo .rightImg:before {content: ''; background: rgba(255, 255, 255, 0.4); width: 60px; height: 60px; border-radius: 100%; box-shadow: 0px 2px 9px 0px #00000026; position: absolute; right: -70px; bottom: 10px;}
.bookDemo .info {max-width: 700px; margin: auto; position: relative; z-index: 10;}
.bookDemo a.btn {background: #F8A000; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; font-weight: 600; font-size: 18px; color: #fff; padding: 0 25px; min-width: 220px; margin-top: 30px;}
.bookDemo a.btn:hover {background: #333;}

.tcContent {padding-top: 15px;}
.tcContent .subHd {font-weight: 600; font-size: 18px; padding-bottom: 10px; display: block;}
.tcContent p {margin-bottom: 30px;}
.listText li {padding: 4px 0 4px 15px; position: relative;}
.listText li:before {content: ''; width: 4px; height: 4px; background: #333; border-radius: 100%; position: absolute; left: 0; top: 14px;}

.featuredBlog {width: 65%; padding-right: 30px; height: 710px; overflow: auto;}
.featuredBlog::-webkit-scrollbar {width: 3px; height: 3px;}
.featuredBlog::-webkit-scrollbar-track { background: #C4C4C4; }
.featuredBlog::-webkit-scrollbar-thumb { background: #F8A000; }
.featuredBlog::-webkit-scrollbar-thumb:hover { background: #F8A000;}
.blogList.featured {max-width: 860px; margin: -15px 0  0 -10px;}
.blogList.featured > li {width: 100%;}
.blogList.featured li .box {padding: 15px; display: flex;}
.blogList.featured li .box .img {overflow: hidden; border-radius: 6px; position: relative; width: 45%;}
.blogList.featured li .box .det {width: 55%; padding: 0 0 0 25px;}
.blogList.featured li .box .det .name {font-size: 28px; line-height:36px;}

.blogHd {font-size: 28px; font-weight: 500; padding-bottom: 15px; text-transform: capitalize;}
.popularPost {width: 35%; padding-left: 60px;}
.blogList.popular {margin: -10px;}
.blogList.popular > li {width: 100%; padding: 10px;}
.blogList.popular li .box {padding: 10px; display: flex;}
.blogList.popular li .box .img {overflow: hidden; border-radius: 6px; position: relative; width: 130px;}
.blogList.popular li .box .det {width: calc(100% - 130px); padding: 0 0 0 25px;}
.blogList.popular li .box .det .name {font-size: 18px; line-height:24px;}

.filterCon {background: rgba(248, 160, 0, 0.17); padding: 35px 0;}
.filterBox .left .blogHd {padding: 0;}
.filterTab {padding-left: 30px; margin: -10px;}
.filterTab li {padding: 10px;}
.filterTab li a {border: 1px solid #6A6A6A; height: 42px; display: flex; align-items: center; border-radius: 40px; font-size: 18px; font-weight: 500; color: #000; padding: 0 30px;}
.filterTab li a:hover, .filterTab li a.active {background: linear-gradient(94.19deg, rgba(248, 160, 0, 0.77) 3.62%, rgba(35, 149, 195, 0.81) 94.32%); color: #fff; border: 1px transparent solid;}
.filterSearch {height: 46px; background: #fff; box-shadow: 0px 0px 6px 0px #0000001A; border-radius: 40px; width: 450px; position: relative; padding-right: 50px;}
.filterSearch .input {width: 100%; height: 46px; background: none; border: none; padding: 0 25px;}
.filterSearch .btn {position: absolute; right: 0; top: 0; width: 50px; height: 100%; background: none; color: #999;}

.blogList {margin: -15px;}
.blogList > li {padding: 15px; width: 33.33%;}
.blogList li .box {height: 100%; box-shadow: 0px 0px 10px 0px #0000002B; border-radius: 6px; padding: 1px;}
.blogList li .box .img {overflow: hidden; border-radius: 6px; position: relative;}
.blogList li .box .img img {width: 100%; border-radius: 6px; transition: ease-in-out .4s;}
.blogList li .box .img:hover img {transform: scale(1.1);}
.blogList li .box .det {padding: 15px;}
.blogList li .box .det .subject {background: #DFF1F0; border-radius: 5px; color: #666666; font-size: 12px; font-weight: 300; padding: 2px 10px; display: inline-block;}
.blogList li .box .det .name {font-size: 24px; font-weight: 500; line-height: 28px; padding: 10px 0 15px 0;}
.blogList li .box .det .name a {color: #000;}
.blogList li .box .det .name a:hover {color: #09739E;}
.blogList li .box .det .info {padding: 0 0 10px 0; margin: -10px;}
.blogList li .box .det .info li {padding: 10px; color: #545454; font-size: 12px; position: relative;}
.blogList li .box .det .info li:after {content: ''; width: 1px; height: 16px; position: absolute; right: -1px; top: 12px; background: #C4C4C4;}
.blogList li .box .det .info li:last-child:after {display: none;}
.blogList li .box .det .info li .user {width: 20px; height: 20px; border-radius: 100%; display: inline-block; margin: 0 5px 4px 0; vertical-align: middle;}
.blogList li .box .det .info li span {color: #999; font-size: 20px; margin:0 5px 3px 0; vertical-align: middle;}
.blogList li .box .det .dec {color: #555555; font-size: 16px; line-height: 24px; padding: 0 0 10px 0;}
.blogList li .box .det .feedback {margin: -10px; align-items: center;}
.blogList li .box .det .feedback li {padding: 10px;}

.paging {display: flex; justify-content: center; padding: 30px 0 0 0;}
.paging ul li {padding: 5px;}
.paging ul li a {display: flex; border: 1px solid #C4C4C4; height: 40px; border-radius: 4px; padding: 0 10px; color: #666666; align-items: center; justify-content: center; text-align: center; min-width: 46px;}
.paging ul li a span {font-size: 16px; margin: 0 5px; border-color: #2395C3;}
.paging ul li a:hover, .paging ul li a.active {background: #2395C3; color: #fff;}
.emailIcon {background: rgba(47, 142, 215, 0.13); width: 42px; height: 42px; border-radius: 100%; margin: 0 auto 20px auto; color: rgba(12, 70, 115, 0.58); display: flex; align-items: center; justify-content: center;}

.signupStep.student {max-width: 640px;}
.signupStep.student ul li {width:14.2%;}
.filedHd {font-size: 24px; font-weight: 500; padding-bottom: 15px;}
.filedHd span {display: block; color: #9C9C9C; font-size: 16px; font-weight: 400; padding-top: 5px;}
.signupBtn.blue {background: #0B719A;}
.signupBtn.blue:hover {background: #333;}
.selectOption {box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25); border-radius: 8px; border: 1px solid #C0C0C0; min-height: 54px; position: relative; font-weight: 500; display: flex; align-items: center; padding: 5px 20px;}
.selectOption.active {color: #2395c3; background: #f5fcff; border-color: #2395C3;}
.selectOption .input {position: absolute; right: 15px; top: 50%; margin-top: -10px;}
.selectOption .input.hide {opacity: 0;}

.selectOption.iconBox {padding: 0 10px 0 70px;}
.selectOption.iconBox .icon {width: 55px; position: absolute; left: 0; top: 0; height: 100%; display: flex; align-items: center; justify-content: center; border-radius: 8px 0 0 8px;}
.selectOption.iconBox.active .icon {background: #daf2fc;}
.selectOption.iconBox.active .icon svg path {fill: #2f9bc7; stroke: #2f9bc7;}
.selectOption .check {display: none; position: absolute; right: 10px; top: 50%; margin-top: -12px; color: #2395C3;}
.selectOption.active .check {display: block;}

.signupForm.grade li {width: 33.33%; text-align: center;}
.signupForm.grade li .selectOption {justify-content: center;}
.fieldHd .exmple {display: block; color: #B1AFAF; font-size: 14px;}
.dateicon {position: absolute; right: 10px; top: 50%; margin-top: -12px; color: #666;}
.timeSlotBox {border: 1px solid #C0C0C0; border-radius: 8px; padding: 20px;}
.timeSlotBox ul {margin: -5px;}
.timeSlotBox ul li {padding: 5px; width: 122px; color: #575757;}
.timeSlotBox ul li .selectOption {min-height: 40px; border-radius: 4px; padding: 5px; justify-content: center;}

.overlay {position: fixed; background: rgba(0,0,0,.7); position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 1001; overflow: auto;}
.popupInner {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 15px;}
.confirmPopup {background: #fff; box-shadow: 0px 0px 20px 0px #00000059; border-radius: 20px; padding: 30px; max-width: 580px; width: 100%; position: relative;}
.bookingDetail {background: #FFF1D8; border-radius: 20px; padding: 20px;}
.bookingDetail .hd {font-size: 18px; font-weight: 500; color: #383838; padding-bottom: 5px;}
.bookingDetail ul li {padding: 7px 0; color: #656363; font-size: 16px; display: flex; align-items: center;}
.bookingDetail ul li .icon {margin-right: 10px;}
.cancelText {font-size: 14px; color: #949494; font-weight: 500; padding:20px 0;}
.cancelText a {text-decoration: underline; color: #949494;}
.bookBtn {background: #FF5353; height: 52px; border-radius: 12px; font-size: 18px; font-weight: 600; color: #fff; width: 100%; padding: 0 10px;}
.bookBtn:hover {background: #333;}
.closebtn {cursor: pointer; position: absolute; right: 15px; top: 15px; color: #999; font-weight: 700;}
.bookBtn.reserve {background: linear-gradient(90.6deg, #F9B335 0.08%, #138CBD 98.51%);}
.bookBtn.reserve:hover {background: linear-gradient(10.6deg, #F9B335 0.08%, #138CBD 98.51%);}
.otpBox .formInput {padding-right: 135px;}
.otpBtn {position: absolute; right: 1px; top: 1px; background: #FFECD1; width: 120px; height: calc(100% - 2px); color: #F8A000; font-size: 15px; font-weight: 600; border-radius: 0 8px 8px 0;}

.videoRecord {border-bottom: 1px solid #000; padding: 0 0 20px 0; margin-bottom: 20px;}
.videoScreen {background: #000; max-width: 500px; position: relative;}
.videoScreen video {width: 100%; vertical-align: top; height: 374px;}
.testCamera {border: 1px solid #FFFFFF; border-radius: 6px; color: #fff; font-weight: 500; padding: 8px 25px; background: #000; position: absolute; left: 50%; top: 50%; margin: -16px 0 0 -72px;}
.recordBtn {padding: 15px 0 0 0;}
.recordBtn button {background: #2395C3; height: 34px; color: #fff; padding: 0 20px; font-weight: 500; margin-right: 15px; display: flex; align-items: center;}
.recordBtn button.stop {margin-left: 0; background: #fff; color: #F83200; border: 1px solid #F83200;}
.recordBtn button .icon {margin-right: 8px; font-size: 20px;}
.videoScreenLarge {background: #000; max-width: 100%; position: relative; margin: 25px 25px 50px 25px;}
.videoScreenLarge video {width: 100%; vertical-align: top;}

.innerBanner .text {font-size: 24px; font-weight: 500; max-width: 1100px; margin: auto; padding-bottom: 20px;}
.ratingBox {background: #3E3E3E; border-radius: 6px; display: inline-flex; align-items: center; padding:2px 10px; font-size: 20px; font-weight: 500;}
.ratingBox .rating {font-size: 18px; margin-right: 2px;}
.ratingBox .rating.fill {color: #FFB30F;}
.ratingBox .count {margin-left: 5px;}

.courseTop {align-items: start;}
.courseBox {width: 480px; display: block; box-shadow: 0px 0px 14px 0px #00000033; border-radius: 16px; padding: 6px;}
.courseBox .img {overflow: hidden; border-radius: 10px; position: relative;}
.courseBox .img img {width: 100%; border-radius: 10px; transition: ease-in-out .4s;}
.courseBox:hover .img img {transform: scale(1.1);}
.courseBox .img span {position: absolute; left: 0; top: 0; background: #F8A000; color: #fff; font-size: 20px; font-weight: 300; border-radius: 10px 0 10px 0; padding: 8px 35px;}
.courseBox .det {padding: 12px;}
.courseBox .det .name {font-size: 24px; font-weight: 600;}
.courseBox .det .code {color: #9A9A9A; font-size: 16px;}
.courseBox .det .info {padding: 10px 0 0 0; margin: -10px;}
.courseBox .det .info li {padding: 10px; color: #545454; font-size: 14px; position: relative;}
.courseBox .det .info li:after {content: ''; width: 1px; height: 16px; position: absolute; right: -1px; top: 12px; background: #C4C4C4;}
.courseBox .det .info li:last-child:after {display: none;}
.courseBox .det .info li span {color: #2395C3; font-size: 20px; margin:0 5px 3px 0; vertical-align: middle;}
.courseBox .det .type {padding: 10px 0 0 0; color: #4B4B4B; font-size: 16px;}
.courseBox .det .type span {display: block;}

.courseInfoBox {width: calc(100% - 480px); padding-right: 40px;}
.courseInfoBox .text {color: #575757; font-size: 18px; line-height: 32px;}
.educationTeam {padding-right: 70px;}
.educationTeam .slick-prev {display: none !important;}
.educationTeam .slick-next {width: 50px; height:50px; border-radius: 100%; background:#E9E9E9; position: absolute; right: 0; top: 50%; margin-top: -25px; overflow: hidden; font-size: 0;}
.educationTeam .slick-next:before {content: 'arrow_right_alt'; font-family: 'Material Icons'; color: #1872B7; font-size:36px; position: absolute; left: 8px; top: 8px;}
.educationTeam .slick-list {display: flex; margin: -10px;}
.educationTeam .slick-track {display: flex;}
.educationTeam .item {padding: 10px; height: 100%;}
.educationTeam .item .box {height: 100%; box-shadow: 0px 0px 10px 0px #00000026; border-radius: 12px; display: flex; padding: 15px;}
.educationTeam .item .box .img {width: 100px;}
.educationTeam .item .box .img img {border-radius: 100%; width: 100%;}
.educationTeam .item .box .det {width: calc(100% - 100px); padding: 0 0 0 15px;}
.educationTeam .item .box .det .position {background: #DFF1F0; display: inline-block; color: #666666; font-size: 12px; font-weight: 500; line-height: normal; border-radius: 4px; padding: 2px 10px;}
.educationTeam .item .box .det .info {padding: 5px 0 0 0; color: #575757; font-size: 15px;}
.educationTeam .item .box .det .info span {display: block; color: #222222; font-size: 17px; font-weight: 600;}

.mainHd.smallHd.full {max-width: 100%;}
.learningBox {background: linear-gradient(93.8deg, #F8A000 0.87%, #2395C3 99.72%); border-radius: 30px; padding: 2px;}
.learningBox .inner  {border-radius: 26px; padding: 40px; background:#fff url(../images/detail-bg.png) no-repeat center; background-size: cover;}
.learningBox .inner ul {margin: -10px;}
.learningBox .inner ul li {width: 50%; padding: 10px 30px 10px 60px; font-size: 18px; line-height: 28px; position: relative; background: url(../images/check.png) no-repeat 20px 14px;}

.studentCon {background: url(../images/student-bg.jpg) no-repeat center; background-size: cover;}
.studentImgesBox {align-items: start; padding-top: 25px;}
.studentImges {margin: -4px;}
.studentImges li {padding: 4px; width: 33.33%;}
.studentImges li img {border-radius: 12px; border: 3px solid #fff; width: 100%;}
.studentImges li:last-child {width: 100%;}

.select2-container .select2-selection--single {height: 56px !important; border: 1px solid #CBCAD7 !important; border-radius: 6px !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 56px !important; padding: 0 40px 0 20px !important; background: url(../images/select-arrow.png) no-repeat right 15px center; font-family: "Poppins", sans-serif; font-size: 16px; color: #000 !important;} 
.select2-container .select2-selection__arrow {display: none !important;}

.help {position: absolute; right: 10px; top: 50%; margin-top: -12px; cursor: default;}
.help:hover .tooltipBox {display: block;}
.tooltipBox {background: #333; padding: 10px; border-radius: 6px; position: absolute; right: 0; bottom: 100%; color: #fff; width: 300px; font-size: 14px; display: none;}
.otpResend {padding-right: 100px;}
.resend {position: absolute; right: 0; top: 0; background: #666; width: 110px; height: 100%; border-radius: 4px; color: #fff; font-size: 17px;}


.sug_cert {border: 1px solid #ddd; border-radius: 0 0 6px 6px; margin-top: -3px;}
.sug_cert li {border-bottom: 1px solid #ddd; background: #f4f4f4;}
.sug_cert li:last-child {border-bottom: none;}

 .select2 {width: 100% !important;}

.certificationBoxCopyClone .select2 {width: 100% !important;}
.certificationBoxCopyClone .select2:last-child {display: none;}

.ui-widget.ui-widget-content.ui-autocomplete {
    z-index: 1000 !important;
    width: 100%!important;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    max-width: 780px;
}
span.custom-combobox {
    display: block;
}
span.custom-combobox> input.custom-combobox-input  {
	width: calc(100% - 33px);
    display: inline-block;
    border: 1px solid #CBCAD7;
    border-radius: 6px;
    padding: 10px 16px;
    background: #fff;
    font-size: 16px;
    line-height: 1.2;
    border-right: 0!important;
    border-radius: 6px 0 0 6px;
    color: #000!important;
    vertical-align: middle;
    font-family: "Poppins", sans-serif;
}
span.custom-combobox > a.ui-button.ui-widget.ui-button-icon-only.custom-combobox-toggle.ui-corner-right {
    height: 41px;
    background: transparent;
    border-left: 0!important;
    border: 1px solid #CBCAD7;
    border-radius: 0 6px 6px 0;
    background: #fff url(../images/select-arrow.png) no-repeat right 6px center;
    margin-right: 0;
}
span.custom-combobox .ui-button-icon-only .ui-icon {
 	display: none;
 }

.alert-success, .alert-warning {position: absolute; width: 300px; background: #3cB043; border-radius: 0 0 8px 8px;
    top: 174px;
    left: 50%;
    margin-left: -150px;
    color: #fff;
    text-align: center;
    padding: 15px 5px;
    z-index: 10000;}

.alert-success .sr-only, .alert-warning .sr-only {display: none;}
.alert-success span, .alert-warning span {position: absolute;
    right: -5px;
    top: -5px;
    background: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;}
   .alert-warning {background: #f01e2c;}

   .allredy_verf {position: absolute;
    right: 0;
    right: 0;
    top: 105%;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: green;
}
.allredy_verf .check {margin-right: 5px;}
.white{color:white;}
.adle_btn {color: red !important;}
.select-error { border: 2px solid red; }

.phoneBox .select2-container {position: absolute; left: 0; top: 0;}
.phoneBox .select2 {width: 124px !important;}
.select2-dropdown {min-width:260px;}
.phoneBox .select2-container .select2-selection--single {border-radius: 6px 0 0 6px !important;}

.fullDatepicker .ui-datepicker {width: 100%;}
.fullDatepicker .ui-datepicker td span, .fullDatepicker .ui-datepicker td a {padding: 12px 5px; font-size: 17px;}
.fullDatepicker .ui-state-active {background: #4DB8E3 !important; border-color: #4DB8E3 !important;}
#otpsend{background: green;
   color: white;
    text-align: left;
    padding: 10px;
    font-weight: 600;
}

.sliderBtns {padding-top: 15px;}
.sliderBtns a {display: flex; align-items: center; width: 48%; text-align: center; justify-content: center; height: 48px; border-radius: 6px; background: #fff; border: 1px solid #ccc; color: #333;}
.sliderBtns a.dark {background: #2395c3; color: #fff; border-color: #2395c3;}
.sliderBtns a:hover {color: #fff; background: #000; border-color: #000;}

.signupBox.newSignup {display: flex;padding: 0; max-width: 100%; border-radius: 0;}
.signupBox.newSignup .left {width: 50%; background-size: cover !important; min-height: 200px; padding: 30px; display: flex; align-items: center; justify-content: center;}
.signupBox.newSignup .right {width: 50%; padding: 20px;}
.signupForm li.half {width: 50%;}

  .signupWith {
        display: flex;
        justify-content: space-between;
        gap: 10px;
      }
      .signupWith li {
        flex: 1;
        width: calc(33.33% - 7px);
      }
      .signupWith img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
      }
      .instagram-icon {
        width: 20px;
        height: 20px;
        margin-right: 8px;
        background: linear-gradient(
          45deg,
          #f09433 0%,
          #e6683c 25%,
          #dc2743 50%,
          #cc2366 75%,
          #bc1888 100%
        );
        border-radius: 50%;
        display: inline-block;
        position: relative;
      }
      .instagram-icon::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 12px;
        height: 12px;
        border: 2px solid white;
        border-radius: 3px;
      }
      .instagram-icon::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 4px;
        height: 4px;
        background: white;
        border-radius: 50%;
        margin-top: -6px;
        margin-left: 4px;
      }
      .instagram a {
        border: 2px solid red !important;
      }
      .form-options {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        width: 100%;
      }
      .checkbox-group {
        display: flex;
        align-items: center;
      }
      .checkbox-group input[type="checkbox"] {
        margin-right: 8px;
      }
      .forgot-password {
        color: #2196f3;
        text-decoration: none;
        font-size: 14px;
        text-align: right;
        margin-left: auto;
      }
          .instagram a {
        border: 1px solid red !important;
        border-radius: 6px !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: red;
      }

      .pt-0 {padding-top: 0;}

      .selfAssesment {border: 1px solid #C0C0C0; border-radius: 8px; padding: 0 15px; background: #F5FCFF;}

      .selfAssesment > li {border-bottom: 1px solid #D8D8D8; display: flex; align-items: center; padding: 15px 0;}

      .selfAssesment li:last-child {border-bottom: none;}

 

      .selfAssesment li .hd {width: 110px; color: #454545; font-weight: 500;}

      .selfAssesment li .options {width: calc(100% - 110px);}

      .selfAssesment li .options li {width: 20%; text-align: center;}

      .selfAssesment li .options li label {display: flex; flex-direction: column; gap: 2px;}

      .dateHd {text-align: center; padding-bottom: 20px; color: #979797; font-weight: 500;}

      .loadBox {position: absolute;left: 0; top: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, .5);
    border-radius: 6px;}
    .rheading{
    	font-weight: 600;
    }
    .rdesc{
    	color: #f60606;
    }