/*******  Start Landing Page  *******/
@font-face {
    font-family: 'Arial-Bold';
    src: local('Arial Bold'), local('Arial-Bold'),
    url('../fonts/Arial-Bold/Arial-BoldMT.woff2') format('woff2'),
    url('../fonts/Arial-Bold/Arial-BoldMT.woff') format('woff'),
    url('../fonts/Arial-Bold/Arial-BoldMT.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Arial-Regular';
    src: local('Arial Regular'), local('Arial-Regular'),
    url('../fonts/Arial-Regular/ArialMT.woff2') format('woff2'),
    url('../fonts/Arial-Regular/ArialMT.woff') format('woff'),
    url('../fonts/Arial-Regular/ArialMT.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.container-land{

}
.land-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.land-col{
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.land-col-small{
    padding-left: 10px;
}

blockquote.small {
    font-size: 13px;
    text-align: center;
    padding: 0;
    border: none;
    margin-bottom: 0;
}

blockquote.small a{
    color: #ff7127;
}

@media (min-width: 1200px){
    .container-land {
        max-width: 100%;
        width: 1195px;
    }
}

/* START HEADER */
header{

}
.header-land{
    margin-bottom: 20px;
}
.navbar-land{
    margin-bottom: 0;
    padding: 30px 0 10px 0;
}
.navbar-brand-land{

}
.navbar-brand-land img{
    width: 180px;
}
/* END HEADER */

/* START HERO BANNER */
.hero-land{
    position: relative;
    z-index: 3;
    font-family: 'Arial-Bold', sans-serif;
    margin-bottom: 40px;
    /* margin-top: 20px; */
}
.hero-land-row{
    align-items: center;
}
.hero-land-images{
    margin-right: 10px;
    display: flex;
    justify-content: space-between;
}
.hero-land-images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-land-img-1,
.hero-land-img-2,
.hero-land-img-3{
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 0 3px 3px gray;
}
.hero-land-img-1{
    width: 150px;
    height: 150px;
    left: 150px;
    top: 25px;
}
.hero-land-img-2{
    width: 200px;
    height: 200px;
}
.hero-land-img-3{
    width: 250px;
    height: 250px;
    top: 60px;
    right: 5px;
}
.hero-land-title{
    width: 500px;
    max-width: 100%;
    padding-left: 10px;
    font-size: 47px;
    font-weight: bold;
    line-height: 54px;
    color: #000000;
}
.welcome-tutor .hero-land-title span{
    color: #FF7127;
}
.welcome-learner .hero-land-title span{
    color: #FF7127;
}
/* END HERO BANNER */

/* START JOIN FREE */
.joinfree.welcome-learner {
    background-color: #FF7127;
}

.joinfree.welcome-tutor {
    background-color: #FF7127;
}

.joinfree{
    position: relative;
    padding: 45px 0;
}
.joinfree-info{
    max-width: 550px;
    font-weight: bold;
    color: #ffffff;
}
.welcome-learner .joinfree-info{
    max-width: 550px;
}
.joinfree-title{
    font-size: 44px;
    line-height: 58px;
    margin-bottom: 30px;
}
.joinfree-desc{
    font-size: 22px;
    line-height: 28px;
}
.joinfree-desc p{
    margin-bottom: 25px;
}
.joinfree-desc p:last-child{
    margin-bottom: 0;
}
.form-control {
    height: 40px;
}

.top-signup-modal {
    margin-top: -11px;
}

.land-btn{
    display: inline-block;
    border: none;
    font-size: 21px;
    line-height: 25px;
    font-family: 'Arial-Bold', sans-serif;
    font-weight: bold;
    color: #ffffff;
    background-color: #FF7127;
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding: 10px;
    border-radius: 30px;
    margin-top: 5px;
    text-decoration: none;
}
.land-btn.disabled {
    cursor: not-allowed;
    opacity: 0.65;
}
.welcome-learner .joinfree-form-title{
    margin-bottom: 10px;
}
.welcome-learner .checkBoxCaptcha{
    margin-bottom: 0;
}

.welcome-learner .quickselect__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.welcome-learner .quickselect__wrapper .quickselect__btn{
    border-radius: 0;
    margin-top: 8px;
    padding: 6px 0;
}
.welcome-learner .quickselect__wrapper .quickselect__btn:hover,
.welcome-learner .quickselect__wrapper .quickselect__btn.active{
    color: #ffffff;
    background-color: #FF7127;
    border-color: #FF7127;
}
.welcome-learner .quickselect__wrapper .quickselect__btn:nth-child(1),
.welcome-learner .quickselect__wrapper .quickselect__btn:nth-child(2),
.welcome-learner .quickselect__wrapper .quickselect__btn:nth-child(3){
    width: calc((100% / 3) - 8px);
    border-radius: 30px !important;
    padding: 11px 5px;
}
.welcome-learner .quickselect__wrapper .quickselect__btn:nth-child(4),
.welcome-learner .quickselect__wrapper .quickselect__btn:nth-child(5) {
    width: calc((100% / 2) - 8px);
    border-radius: 30px !important;
    padding: 11px 5px;
}
#member-registration .form-group.reg-item,
#member-registration_welcome .form-group.reg-item {
    position: relative;
}

#member-registration .form-group.reg-item .custom-tooltip,
#member-registration_welcome .form-group.reg-item .custom-tooltip{
    top: 13px;
    right: -20px;
}

.joinfree.welcome-learner #member-registration .form-group.reg-item label,
.joinfree-form #member-registration_welcome .form-group.reg-item label{
    width: auto;
    height: auto;
    position: static;
}

.guarantee-privacy {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    margin-top: 5px;
}

@media only screen and (max-width: 500px) {
    .welcome-learner .quickselect__wrapper .quickselect__btn{
        width: 100% !important;
    }
}

.quickselect__btn.quickselect__more.btn.btn-default {
    display: none;
}
.land-btn:hover{
    color: #ffffff;
    text-decoration: none;
}

.land-btn i {
    display: none;
}

.joinfree-form{
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 25px;
}
.joinfree-form .validation-error-message{
    font-family: "Arial-Regular", sans-serif;
    margin-top: 5px;
}
.joinfree-form-group input::placeholder {
    font-family: "Arial-Regular", sans-serif;
    opacity: 1;
}
.joinfree-form .progress{
    height: 6px;
    margin-bottom: 0;
}
.joinfree-form .progress-bar{
    font-size: 0;
}
.joinfree-form-group input:-ms-input-placeholder {
    font-family: "Arial-Regular", sans-serif;
}

.joinfree-form-group input::-ms-input-placeholder {
    font-family: "Arial-Regular", sans-serif;
}
.welcome-tutor .joinfree-section-inner .joinfree-form-title{
    margin-bottom: 25px;
}

.joinfree-form-title{
    font-size: 37px;
    font-weight: bold;
    line-height: 44px;
    color: #000000;
    margin-bottom: 30px;
}
.joinfree-form-title span{
    color: #FF7127;
}
.joinfree-form-group{
    margin-bottom: 15px;
    position: relative;
}
.joinfree-form-group label{
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    margin-bottom: 6px;
}
.joinfree-form-group input{
    width: 100%;
    border: 2px solid #000000;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 18px;
    line-height: 20px;
}
.joinfree-form-group input:focus{
    outline: none;
}

/* END JOIN FREE */

/* START TUTORING JOBS */
.tutoring-jobs{
    font-family: 'Arial-Bold', sans-serif;
}
.tutoring-jobs-left-col{
    padding-right: 0;
}
.tutoring-jobs-img-box{
    max-width: 750px;
    margin: 20px auto 30px;
}
.tutoring-jobs-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tutoring-jobs-content{
    width: 100%;
    margin-top: 100px;
}

.tutoring-jobs-title {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.tutoring-jobs-title.main-title {
    font-size: 49px;
    line-height: 47px;
    margin-bottom: 30px;
}

.tutoring-jobs-subtitle{
    font-size: 25px;
    color: #FF7127;
    font-weight: bold;
    line-height: 28px;
    margin: 0 0 10px;
}
.tutoring-jobs-ul{
    padding: 0;
    margin: 8px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tutoring-jobs-ul li{
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    color: #FF7127;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 4px solid #000000;
}
.tutoring-jobs-ul li:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.welcome-learner .tutoring-jobs-ul li{
    margin-right: 6px;
    padding-right: 6px;
}
.tutoring-jobs-info{
    text-align: center;
}
.tutoring-jobs-desc{
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    font-family: 'Arial-Regular', sans-serif;
}
.tutoring-jobs-desc span{
    display: inline-block;
    font-weight: bold;
}
/* END TUTORING JOBS */

/* START ONLINE TUTOR */
.onlinetutor{
    margin-bottom: 50px;
}
/*.onlinetutor .land-row{*/
/*    margin: 0 -7px;*/
/*}*/
.onlinetutor-title{
    font-family: "Arial-Bold", sans-serif;
    font-size: 49px;
    line-height: 52px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 40px;
    margin-top: 120px;
    text-align: center;
}
.welcome-tutor .onlinetutor-title span{
    color: #FF7127;
}
.welcome-learner .onlinetutor-title span{
    color: #FF7127;
}
.onlinetutor-col{
    flex-basis: 25%;
    max-width: 25%;
    /*padding: 0 7px;*/
}
.onlinetutor.welcome-learner .land-row{
    margin-right: -10px;
    margin-left: -10px;
}
.onlinetutor.welcome-learner .onlinetutor-col{
    padding: 0 10px;
}
.onlinetutor-icon-box{
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.onlinetutor-icon-box img{
    max-width: 100%;
}
.land-row .onlinetutor-col:nth-child(1) .onlinetutor-icon-box img {
    width: 95px;
}
.land-row .onlinetutor-col:nth-child(2) .onlinetutor-icon-box img {
    width: 100px;
}
.land-row .onlinetutor-col:nth-child(3) .onlinetutor-icon-box img {
    width: 145px;
}
.land-row .onlinetutor-col:nth-child(4) .onlinetutor-icon-box img {
    width: 120px;
}
.onlinetutor-info{

}
.welcome-tutor .onlinetutor-item-title {
    color: #FF7127;
}
.welcome-learner .onlinetutor-item-title {
    color: #FF7127;
    letter-spacing: -0.4px;
}
.onlinetutor-item-title{
    font-family: "Arial-Bold", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 20px;
}
.onlinetutor-desc{
    font-family: "Arial-Regular", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}
.onlinetutor-count{
    font-family: "Arial-Bold", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 50%;
    display: inline-flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    /*margin-left: -10px;*/
}
.welcome-learner .onlinetutor-count{
    width: 28px;
    height: 28px;
}

@media (max-width: 767px) {
    .onlinetutor-item{
        max-width: 310px;
        margin: auto;
    }
}
/* END ONLINE TUTOR */


/* START CLASS TYPE SECTION */
.class-types-mod {
    margin-top: 120px !important;
    margin-bottom: 120px;
    color: #000;
}

.class-types-mod .container-land {
    padding: 0 15px;
    margin: 0 auto;
}

.class-types-mod h2 {
    font-family: "Arial-Bold", sans-serif;
    font-size: 49px;
    text-align: center;
    line-height: 52px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 40px;
    text-align: center;
}

.class-types-mod .orange {
    color: #FF7127;
}

.class-types-mod .teaching-types-flex {
    display: flex;
    gap: 30px;
}

.class-types-mod .teaching-types-flex .teaching-type-item {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.class-types-mod .teaching-types-flex h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ff7028;
    margin: 0;
}

.class-types-mod .teaching-type-item h2 {
    margin-top: 80px;
    margin-bottom: 60px;
}

.class-types-mod .teaching-type-item img {
    height: 110px;
    align-self: center;
}

.class-types-mod .teaching-type-item p {
    font-size: 18px;
}

@media (max-width: 991px) {
    .class-types-mod .teaching-types-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .class-types-mod .teaching-types-flex .teaching-type-item {
        display: flex;
        flex-direction: column;
        flex: 50%;
        width: 100%;
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .class-types-mod .teaching-types-flex {
        flex-direction: column;
        align-items: center;
        gap: 60px;
        margin: auto;
    }

    .class-types-mod .teaching-types-flex .teaching-type-item {
        max-width: 440px;
        width: 100%;
        padding: 0;
    }
}

/* END CLASS TYPE SECTION */


/* START STEPS SECTION */
.steps-section{
    margin-bottom: 55px;
}
.steps-section .land-row{
    margin: 0 -10;
}

.steps-section.welcome-learner .land-row .steps-section-col .steps-section-img-box{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 160px;
}
.steps-section.welcome-learner .land-row .steps-section-col:nth-child(1) .steps-section-img-box img{
    height: 130px;
}
.steps-section.welcome-learner .land-row .steps-section-col:nth-child(2) .steps-section-img-box img{
    height: 150px;
}
/* .steps-section.welcome-learner .land-row .steps-section-col:nth-child(3) .steps-section-img-box{
    justify-content: flex-start;
} */
.steps-section.welcome-learner .land-row .steps-section-col:nth-child(3) .steps-section-img-box img{
    height: 160px;
}
.steps-section-title{
    font-size: 49px;
    font-weight: bold;
    line-height: 54px;
    font-family: "Arial-Bold", sans-serif;
    color: #000000;
    margin-bottom: 40px;
    text-align: center;
}
.welcome-tutor .steps-section-title span{
    color: #FF7127;
}
.welcome-learner .steps-section-title span{
    color: #FF7127;
}
.steps-section-col{
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
}
.welcome-learner .steps-section-col{
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
    padding: 0 10px;
}
.steps-section-img-box{
    margin-bottom: 25px;
    text-align: center;
}
.steps-section-img-box img{
    height: 120px;
}
.welcome-tutor .steps-section-item-title {
    color: #FF7127;
}
.welcome-learner .steps-section-item-title {
    color: #FF7127;
}
.steps-section-item-title{
    font-size: 25px;
    font-family: "Arial-Bold", sans-serif;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 25px;
    text-align: center;
}
.welcome-learner .steps-section-item-title{
    font-size: 20px;
}
.steps-section-ul{
    margin: 0;
    padding-left: 18px;
}
.steps-section-ul li{
    font-size: 18px;
    font-family: "Arial-Regular", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}

@media (max-width: 767px) {
    .steps-section.welcome-learner .steps-section-item{
        max-width: 310px;
        margin: auto;
    }
}
/* END STEPS SECTION */

/* START FAQ */
.land-faq{
    margin-bottom: 40px;
    margin-top: 120px;
}
.land-faq .land-row {
    align-items: center;
}
.welcome-tutor.land-faq .land-row {
    align-items: start;
}
.land-faq-accordion{
    max-width: 100%;
    width: 560px;
}
.land-faq-accordion .panel.panel-default{
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
}
.land-faq-accordion .panel-heading{
    font-family: "Arial-Bold", sans-serif;
    font-weight: bold;
    padding: 0;
    background-color: transparent;
}
.land-faq-accordion .panel-heading a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Arial-Bold", sans-serif;
    color: #000;
    line-height: 24px;
    padding: 12px 0;
    text-decoration: none;
}
.welcome-learner .land-faq-accordion .panel-heading a{
    color: #000;
}
.land-faq-accordion .panel-heading a > span{
    padding-right: 90px;
}
.land-faq-accordion .panel-heading a i{
    font-size: 28px;
    transition: all 0.3s ease-in-out;
}
.land-faq-accordion .panel-collapse{
    font-size: 20px;
    font-family: "Arial-Regular", sans-serif;
    color: #000000;
}
.land-faq-accordion .panel-collapse p{
    padding: 15px 0;
}
.land-faq-title{
    font-family: "Arial-Regular", sans-serif;
    font-size: 37px;
    font-weight: bold;
    line-height: 42px;
    color: #000000;
    margin-bottom: 10px;
}
.land-faq-accordion .panel-heading a[aria-expanded="true"] i{
    transform: rotate(180deg);
}
.land-faq-video{
    max-width: 100%;
    width: 560px;
    height: 330px;
    margin-left: auto;
}

/* END FAQ */

/* START JOIN FREE */
.joinfree-section{
    margin-bottom: 60px;
}

.welcome-learner .joinfree-section-inner{
    border: 3px solid #ff7127;
    border-radius: 20px;
}

.welcome-tutor .joinfree-section-inner .joinfree-form {
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
}

.welcome-tutor .joinfree-section-inner .joinfree-form form {
    padding: 25px;
    border: 3px solid #ff7127;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* height: 376px; */
}

.joinfree-section.welcome-learner .land-btn{
    background-color: #FF7127;
}
/* END JOIN FREE */

/* START KNOW MORE */
.know-more{
    margin-bottom: 100px;
    margin-top: 120px;
}
.know-more-left-col{
    padding-right: 0;
}
.know-more-img-box{
    max-width: 100%;
    height: 390px;
}
.know-more-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.know-more-info{
    max-width: 100%;
    width: 510px;
    margin-left: auto;
    padding-right: 40px;
}
.know-more-title{
    font-size: 25px;
    color: #FF7127;
    font-family: "Arial-Bold", sans-serif;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 20px;
}
.know-more-desc{
    font-size: 18px;
    font-family: "Arial-Regular", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    margin-bottom: 35px;
}
.know-more .land-btn{
    min-width: 240px;
    width: auto;
}
.know-more.welcome-learner .land-btn{
    background-color: #FF7127;
}
/* END KNOW MORE */

@media only screen and (min-width: 992px) {
    .tutoring-jobs-content{
        position: relative;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-land-img-1{
        width: 120px;
        height: 120px;
        left: 125px;
    }
    .hero-land-img-2{
        width: 160px;
        height: 160px;
    }
    .hero-land-img-3{
        width: 200px;
        height: 200px;
        right: 0;
    }
    .tutoring-jobs-ul li{
        font-size: 24px;
        line-height: 24px;
        margin-right: 8px;
        padding-right: 8px;
    }
    .welcome-tutor .joinfree-section-inner .joinfree-form form {
        height: 437px;
    }
}

@media only screen and (max-width: 991px) {
    .land-col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .land-col-small{
        padding-left: 0;
    }

    .land-row > .land-col:last-child {
        margin-bottom: 0;
    }

    .hero-land-images {
        max-width: 444px;
        margin: auto;
    }

    .hero-land-title {
        padding-left: 0;
        text-align: center;
        margin-top: 25px;
    }

    .joinfree-info {
        margin: auto;
        max-width: 496px;
        margin-bottom: 24px;
    }

    .joinfree-form {
        max-width: 490px;
        margin: auto;
        padding: 25px 35px 35px;
    }

    .tutoring-jobs-img-box, .know-more-img-box{
        height: auto;
    }

    .tutoring-jobs-ul {
        justify-content: center;
    }

    .welcome-tutor .joinfree-section-inner .joinfree-form-title, .land-faq-title {
        font-size: 49px;
    }

    .hero-land-title, .onlinetutor-title, .steps-section-title, .class-types-mod .subtitle {
        margin-right: auto;
        margin-left: auto;
    }

    .welcome-learner .steps-section-col,
    .onlinetutor-col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .steps-section .land-row {
        padding: 0;
        margin-right: -15px;
        margin-left: -15px;
    }

    .steps-section-col {
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }

    /* .steps-section-item-title {
        min-height: 65px;
    } */

    .land-faq {
        margin-bottom: 60px;
    }

    .land-faq .land-col {
        margin-bottom: 80px;
        padding-right: 35px;
        padding-left: 35px;
    }

    .land-faq-accordion {
        width: 100%;
    }

    .know-more {
        margin-top: 90px;
        margin-bottom: 60px;
    }

    .know-more-info {
        margin-left: 0;
        padding-right: 0;
    }

    .land-faq-video {
        width: 100%;
        height: 350px;
    }

    .tutoring-jobs-left-col, .know-more-left-col {
        padding-right: 15px;
    }

    .welcome-tutor .joinfree-section-inner .joinfree-form form {
        height: auto;
    }

    .joinfree-info {
        max-width: 490px !important;
    }
}

@media only screen and (max-width: 767px) {
    .header-land .navbar-land .navbar-header{
        margin-right: 0;
        margin-left: 0;
    }
    .hero-land-title,
    .onlinetutor-title, .joinfree-title,
    .tutoring-jobs-title.main-title,
    .steps-section-title,
    .class-types-mod .subtitle,
    .joinfree-form-title {
        font-size: 38px;
        line-height: 40px;
    }
    .joinfree-title{
        margin-bottom: 20px;
    }
    .onlinetutor-title {
        margin-bottom: 35px;
    }
    .class-types-mod {
        margin-top: 80px !important;
        margin-bottom: 80px;
    }
    .tutoring-jobs-title.main-title {
        margin-bottom: 23px;
    }
    .joinfree-desc{
        font-size: 18px;
        line-height: 22px;
    }
    .joinfree-desc p {
        margin-bottom: 20px;
    }
    .tutoring-jobs-subtitle{
        margin: 0 0 15px;
    }
    .onlinetutor{
        margin-bottom: 30px;
    }
    .onlinetutor-item-title{
        font-size: 19px;
        line-height: 19px;
        min-height: unset;
    }
    .onlinetutor-count{
        margin-left: 0;
    }
    .steps-section-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .steps-section-item{
        max-width: 100%;
        width: 300px;
        margin: auto;
    }
    .steps-section-item-title{
        min-height: unset;
        margin-bottom: 15px;
    }
    .steps-section-ul li {
        font-size: 18px;
        line-height: 22px;
    }
    .land-faq-video{
        height: 300px;
    }
    .know-more-desc{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-land-title,
    .onlinetutor-title,
    .tutoring-jobs-title.main-title,
    .steps-section-title,
    .class-types-mod-position-landing-pag .subtitle,
    .joinfree-form-title {
    }
    .tutoring-jobs-title {
        font-size: 24px;
        line-height: 34px;
    }
    .tutoring-jobs-ul li {
        font-size: 18px;
        line-height: 20px;
    }
    .welcome-learner .steps-section-col,
    .onlinetutor-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .steps-section-item-title {
        font-size: 22px;
        line-height: 24px;
    }
    .steps-section {
        margin-bottom: 30px;
    }
    .land-faq{
        margin-bottom: 30px;
    }
    .land-faq-title,
    .welcome-tutor .joinfree-section-inner .joinfree-form-title,
    .land-faq-title {
        font-size: 35px;
        line-height: 36px;
    }
    .land-faq-accordion .panel-collapse {
        font-size: 18px;
    }
    .land-faq-accordion .panel-heading a {
        font-size: 18px;
        line-height: 20px;
        padding-right: 0;
    }
    .land-faq-video {
        height: auto;
    }
    .joinfree-section {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .know-more-title {
        font-size: 20px;
        line-height: 24px;
    }
    .know-more .land-btn {
        width: 100%;
    }
    .land-faq-accordion .panel-heading a > span{
        padding-right: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .hero-land-images {
        max-width: 350px;
    }
    .hero-land-img-1 {
        width: 100px;
        height: 100px;
        left: 92px;
        top: 10px;
    }
    .hero-land-img-2 {
        width: 130px;
        height: 130px;
    }
    .hero-land-img-3 {
        width: 160px;
        height: 160px;
        top: 50px;
    }
}

@media only screen and (max-width: 380px) {
    .hero-land-images {
        max-width: 290px;
    }
    .hero-land-img-1 {
        width: 90px;
        height: 90px;
        left: 62px;
        top: 0;
    }
    .hero-land-img-2 {
        width: 110px;
        height: 110px;
    }
    .hero-land-img-3 {
        width: 140px;
        height: 140px;
        top: 35px;
    }
}

.custom-tooltip svg {
    margin-right: 3px;
    margin-bottom: 0;
    fill: #8C8C8C;
}

.custom-tooltip {
    position: absolute;
    top: 35px;
    right: -7px;
}

.tutor-registration-form {
    right: -21px;
}

.custom-tooltip__text {
    position: absolute;
    top: 100%;
    /* left: -14px; */
    margin-top: 5px;
    width: 200px;
    font-size: 12px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    color: #3e3d3d;
    background-color: #fff;
    text-align: center;
    z-index: 99;
    opacity: 0;
    text-transform: initial;
    pointer-events: none;
    transition: .3s;
    transform: translateX(-100%);
    font-weight: bold;
    padding: 10px;
    font-family: 'Source Sans Pro', sans-serif !important;
}

@media screen and (min-width: 800px) {
    .custom-tooltip__text
    {
        width: 450px;
        font-size: 14px;
    }
}

@media (min-width: 500px) and (max-width: 800px) {
    .custom-tooltip__text {
        width: 350px;
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .custom-tooltip__text {
        width: 270px;
        font-size: 13px;
        left: 100%;
    }
}

.custom-tooltip:hover {
    cursor: pointer;
}

.custom-tooltip:hover .custom-tooltip__text {
    opacity: 1;
    transition: .3s;
}

#member-registration .grey-light-underline-text,
#member-registration_welcome .grey-light-underline-text {
    color: #3e3d3d;
    text-decoration: underline;
}

.registerButtonContent label.hasPopover {
    width: 100%;
}
/*******  End Landing Page  *******/