@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Chettan+2:wght@400;500;600;700;800&display=swap');

/* font-family: 'Baloo Chettan 2', cursive; */

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif !important;
}

.tution-nav {
    background: #fff;
    height: 80px;
    max-width: 100%;
    margin: 33px 0px 33px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

label.logo {
    color: cornsilk;
    font-size: 35px;
    font-weight: bold;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-img {
    height: auto;
    width: 145px;
}

.main-title {
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    margin: 5px 0 25px 0;
    width: calc(100% - 100px);
    color: #3f3a64;
}

.main-title span {
    text-decoration: underline 5px solid #ffa500;
}

.main-description {
    font-size: 17px;
    color: #8c89a2;
    font-weight: 400;
    margin-top: 24px;
    width: calc(100% - 100px);
}

.get-started {
    padding: 40px 85px 40px 85px;
}

.banner-img {
    width: 100%;
    height: auto;
    max-height: 500px;
}

.sub-title {
    font-size: 21px;
    color: #20ad96;
    font-weight: 300;
}

.banner-btn {
    margin-top: 10px;
}

.banner-buttons {
    margin-top: 5px;
}

.banner-mobile {
    display: none;
}

.nav-links {
    text-decoration: none;
    color: #171718;
}

.feature-h2 {
    color: #3f3a64;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    margin-top: 60px;
    font-weight: 700;
    text-align: center;
}

.feature-bg {
    padding: 10px 50px;
    background: aliceblue;
    border-radius: 11px;
}

.smart-span {
    color: #20ad96;
    font-weight: 400;
}

.custom-border {
    width: 100%;
    height: 10px;
    background-color: #20ad96;
    margin-top: 20px;
}

.feature-row {
    margin-top: 50px !important;
    padding: 0 40px;
}

.feature-description {
    color: #696969;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

.feature-caption {
    color: #3f3a64;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 24px;
    font-weight: 600;
}

.about-main {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 30px;
    color: #3f3a64;
    font-weight: 700;
    margin-top: 15px;
}
.faq{
    font-size: 30px !important;
}

.about-content {
    position: relative;
    z-index: 99;
    max-width: 420px;
}

.about-description {
    color: #696969;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 25px;
}

.about-span {
    font-weight: 400;
    color: #20ad96;
}

.dis-none {
    display: block;
}

.about-1 {
    max-width: 100%;
    transition: all 1s ease;
    height: 500px;
}

.about-1:hover {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
}

.about-image-1 {
    transition: all 1s ease;
}

.about-image-1:hover {
    transform: scale(1.1);
}

.about-image-second {
    transition: all 1s ease;
}

.about-image-second:hover {
    transform: scale(1.12);
}

.about-link {
    font-weight: 700;
    line-height: 1;
    position: relative;
    padding: 3px 0;
    color: #20ad96;
    background-color: transparent;
    text-decoration: none;
}

.about-image {
    position: relative;
    z-index: 9;
    padding-right: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dis {
    display: none;
}

.reg-xp {
    color: #fff;
}

.about-image-3 {
    padding: 100px;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
}

.about-image-second {
    position: relative;
    z-index: 9;
    padding-right: 55px;
}

.about-image-2 {
    position: absolute;
    top: -90px;
    right: -73px;
    border-radius: 5px;
}

.about {
    margin-top: 150px;
    padding: 40px 78px 0px 78px;
}

.about-second {
    margin-bottom: 200px;
}

.custom-titles {
    color: #696969;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer {
    background-color: #20ad96;
    height: 50px;
}

footer {
    height: 100%;
}

.footer-site {
    font-size: 15px;
    color: #fff;
    height: 100%;
    text-decoration: none;
}

.form-wrappers {
    padding: 59px 59px !important;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgb(51 51 51 / 10%);
    box-shadow: 0 0 10px rgb(51 51 51 / 10%);
    margin-top: 0px !important;
}

.form-title {
    font-size: 34px;
    line-height: 1.42;
    font-weight: 700;
    margin-bottom: 18px;
}

.form-input {
    width: 100%;
    min-height: 56px;
    padding: 3px 20px;
    color: #696969;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    outline: 0;
    background-color: #f5f5f5;
}

.form-row {
    padding: 20px 200px;
    margin-bottom: 150px;
}

.form-btn {
    background-color: #20ad96;
    color: #fff;
    width: 190px;
    height: 58px;
    border-radius: 4px;
    border: none;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
}

.form-class-list {
    border: 2px solid #20ad96;
    outline: none;
    width: 100%;
    max-width: 120px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
}

.form-qua {
    border: 2px solid #20ad96;
    outline: none;
    width: 100%;
    max-width: 275px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
}

.qua {
    border: 2px solid #20ad96;
    outline: none;
    width: 100%;
    max-width: 275px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.input-group {
    margin: 12px 0px;
}

.unit {
    position: absolute;
    display: block;
    left: 12px;
    top: 36px;
    z-index: 9;
    font-size: 22px;
    color: #20ad96;
}

#cost {
    padding: 3px 40px !important;
}

.from-q-option {
    text-align: center;
    height: 22px;
}

.grad {
    margin-left: 10px !important;
}

.grad-group {
    margin: 20px 10px;
}

.single-input {
    margin-bottom: 30px;
}

.from-sub-option {
    border-bottom: 1px solid #171718;
}

#other-s {
    margin-top: 30px;
}

.form-btn:hover {
    background-color: #187c6c;
    transition: all .5s ease-in-out;
}

.other-sub {
    display: none;
}

.form-req {
    color: rgb(189, 8, 8);
}

.contact-h2 {
    font-size: 30px;
    line-height: 56px;
    margin-bottom: 30px;
    color: #3f3a64;
    font-weight: 500;
    margin-top: 15px;
    text-align: center;
}

.contact-h2 span,
a {
    color: #20ad96;
}

.contact-links {
    text-decoration: none;
    color: #000;
}

.contact-links:hover {
    color: #20ad96;
}

.contact-h4 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0px;
}

.contact-row-1 {
    margin-bottom: 50px;
}

.contact-add {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact {
    margin-bottom: 200px;
}

.address {
    margin-left: 15px;
}

.reg-img {
    width: auto;
    height: 250px;
}

.reg-banner {
    padding-top: 130px;
    margin-bottom: 60px;
    background-color: aliceblue;
    padding-bottom: 30px;
}

.reg-below {
    font-size: 18px;
    font-weight: 400;
    color: #20ad96;
}

.reg-play {
    height: auto;
    width: 100px;
    position: absolute;
    left: 77px;
    z-index: 9;
    transition: all 2s;
}

.reg-play:hover {
    transform: rotate(90deg);
}

.reg-banner-title {
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 30px;
    color: #3f3a64;
    font-weight: 700;
    margin-top: 15px;
    position: relative;
    z-index: 99;
    pointer-events: none;
}

.reg-span {
    font-weight: 200;
}

.tutor-features {
    border-radius: 53% !important;
    background-color: #ffffff;
    padding: 0px !important;
    border: 3px solid #44726a;
    transition: all 1s;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tutor-features:hover {
    transform: scale(1.2);
    background-color: #fdffca;
}

.apply {
    transform: translateY(100px);
}

.apply-btn {
    background-color: #20ad96;
    color: #fff;
    width: 190px;
    height: 58px;
    border-radius: 4px;
    border: none;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
    transition: transform 1s ease-out;
}

.get-started-list {
    list-style-type: disc;
}

nav ul {
    float: right;
    margin-right: 0px;
    padding-left: 0;
}

nav ul li {
    display: inline-block;
    line-height: 60px;
    margin: 0px 20px;
    font-family: 'Lexend Deca', sans-serif;
}

nav ul li a {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

a.active,
a:hover {
    color: #44b3e2;
    color: rgb(53, 52, 52);
}

.hamberger-btn {
    font-size: 35px;
    color: white;
    float: right;
    line-height: 60px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

.start-btn {
    background-color: #20ad96;
    color: #fff;
    width: 190px;
    height: 58px;
    border-radius: 4px;
    border: none;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
    transition: transform 1s ease-out;
}

.start-btn:hover {
    transform: scale(1.05);
    transition: all 1 ease-in-out;
}

.addCSS {
    height: 100%;
    overflow-y: hidden;
}

.num-circle {
    text-align: center;
    width: 25px;
    height: 24px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #20ad96;
    color: white;
    font-weight: 600;
}

.step-item {
    display: flex;
    justify-content: start;
    padding-bottom: 12px;
}

.accordion_one .panel-group {
    margin-bottom: 0;
    border: 1px solid #f1f1f1;
    margin-left: 1px
}

.accordion_one .panel {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 0px solid transparent;
    border-radius: 0;
    margin: 0
}

.accordion_one .panel-default {
    border: 0
}

.accordion_one .panel-default>.panel-heading {
    border-radius: 0px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

h4 {
    font-size: 18px;
    line-height: 24px
}

.accordion_one .panel .panel-heading a.collapsed {
    color: #181818;
    display: block;
    padding: 12px 30px;
    border-top: 0px
}

.accordion_one .panel .panel-heading a {
    display: block;
    padding: 12px 30px;
    background: #fff;
    color: #313131;
    border-bottom: 1px solid #f1f1f1
}

.accordion-wrap .panel .panel-heading a {
    font-size: 14px
}

.accordion_one .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding-top: 0;
    padding: 25px 30px 30px 35px;
    background: #fff;
    color: #999999
}

.img-accordion {
    width: 81px;
    float: left;
    margin-right: 15px;
    display: block
}

.accordion_one .panel .panel-heading a:after {
    content: "\2212"
}

.accordion_one .panel .panel-heading a:after,
.accordion_one .panel .panel-heading a.collapsed:after {
    font-family: 'FontAwesome';
    font-size: 15px;
    width: 36px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #F1F1F1;
    float: left;
    margin-left: -31px;
    margin-top: -12px;
    margin-right: 15px
}

a:link {
    text-decoration: none
}

#faq {
    margin: 50px 0px;
}