* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

.text-color-dark {
    color: #000;
}

.text-color-white {
    color: #fff;
}

.text-color-skyblue {
    color: #089E9E;
}

.text-color-light-gry {
    color: #F5F5F5;
}

.text-color-light-skyblue {
    color: rgba(8, 158, 158, 0.25);
}

.bg-color-dark {
    background-color: #000;
}

.bg-color-white {
    background-color: #fff;
}

.bg-color-skyblue {
    background-color: #089E9E;
}

.bg-color-light-gry {
    background-color: #F5F5F5;
}

.bg-color-light-skyblue {
    background-color: rgba(8, 158, 158, 0.25);
}

.bg-color-lighter-skyblue {
    background-color: #c1e7e7;
}

.bg-color-transparent {
    background-color: transparent;
}

.btn-style-1 {
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    padding: 10px 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-style-1:hover.bg-color-transparent {
    background-color: #089E9E;
    color: #fff;
    border-color: #089E9E;
    transform: scale(1.03);
}

.btn-style-1:hover.bg-color-skyblue {
    background-color: transparent;
    color: #000;
    border-color: #000;
}

.btn-style-2 {
    border: 1px solid #089E9E;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    padding: 10px 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-style-3 {
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #089E9E;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-style-4 {
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #089E9E;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-style-4:hover.bg-color-skyblue {
    background-color: #fff;
    color: #089E9E;
    border-color: #089E9E;
    transform: scale(1.03);
}

.btn-style-3:hover.bg-color-skyblue {
    background-color: transparent;
    color: #000;
    border-color: #000;
    transform: scale(1.03);
}

.heading-h2 {
    font-size: 26px;
    line-height: 1.5em;
    font-weight: 500;
}


/* <----header----> */

.header-ctr.btn-style-1 {
    white-space: nowrap;
}

.header-ctr a {
    text-decoration: none;
}

.header-ctr .container {
    max-width: 1280px;
    width: 100%;
}

.header-ctr {
    display: flex;
    justify-content: center;
    padding: 10px 20px;
}

.header-ctr .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.header-ctr .middle-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 0;
}

.header-ctr .contact-information {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
}

.header-ctr .menu-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 60px;
}

.header-ctr #nv-itm2 {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-ctr .nav-items {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.header-ctr .contact-info .btn-style-1 {
    white-space: nowrap;
}

.header-ctr .contact-info lord-icon {
    margin: 0 !important;
}

.header-ctr .contact-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 365px;
}

.header-ctr .web-logo {
    width: 120px;
}

.header-ctr .list-item.active-menu-item .nav-items.active-item,
.header-ctr .list-item:hover .nav-items:hover {
    color: #089E9E;
}

.header-ctr .nav-items {
    transition: all 0.3s ease-in-out;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 998;
    display: none;
}

.swiper,
.faq-container {
    contain: layout paint style;
}

.testimonials-slider,
.tutors-slider {
    content-visibility: auto;
    contain-intrinsic-size: 400px;
}

.menu-overlay.active {
    display: block;
}

.burger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.burger-menu span {
    width: 25px;
    height: 3px;
    background: #000;
    display: block;
}

.sub-menu-list {
    list-style: none;
    gap: 5px;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.header-ctr .menu-list .list-item {
    position: relative;
}

.sub-menu-list {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    min-width: 200px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    border-radius: 10px;
}

.list-item>.nav-items.has-submenu::after {
    content: "▼";
    font-size: 10px;
    margin-left: 6px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.list-item.active>.nav-items.has-submenu::after {
    transform: rotate(180deg);
}

.header-ctr .sub-nav-items {
    transition: all 0.3s ease-in-out;
}

.header-ctr .sub-nav-items-active,
.header-ctr .sub-nav-items:hover {
    background-color: #089E9E;
    color: #fff !important;
    width: 100%;
    padding: 6px;
    border-radius: 3px;
}

.header-ctr .sub-list-item {
    flex-direction: column;
    display: flex;
}

@keyframes slideDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/* <----header----> */


/* subjectsmath */

.hero-section,
.awards-winnings,
.student-testimonial,
.personalized-lessons,
.why-choose-section,
.hours-of-tutoring,
.journey-with-education,
.form-section,
.faqs-section,
.footer-section,
.how-it-works,
.bootcamp-structure,
.groups-to-choose-from,
.secure-child-place {
    display: flex;
    justify-content: center;
}

.hero-section .price-tag img {
    border-radius: 100%;
}

.sec-shrt-icon img {
    height: 25px;
}

.container {
    width: 100%;
    max-width: 1366px;
}

.hero-section .container {
    display: flex;
    justify-content: center;
    padding: 60px 0;
    gap: 75px;
}

.hero-section .hero-right-ctr {
    width: 80%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-section .hero-left-ctr {
    width: 100%;
    padding: 20px 20px 20px 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.hero-section .content-main-image {
    border-radius: 50px;
    object-fit: cover;
}

.hero-section .hero-info-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-section .item-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.hero-section .info-list-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.hero-section .info-list-item i {
    font-size: 20px;
}

.hero-section .trust-piolate-rating {
    display: flex;
    position: absolute;
    top: -30px;
    right: 20%;
    background-color: #fff;
    border-radius: 25px;
    padding: 10px 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(89, 89, 89, 0.15);
}

.hero-section .price-tag {
    display: flex;
    gap: 15px;
    background-color: #089E9E;
    border-radius: 64px;
    padding: 10px 70px 10px 20px;
    justify-content: center;
    align-items: center;
    outline: 4px solid rgba(8, 158, 158, 0.54);
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: -70px;
}


/* subjectsmath */


/* awards winning */

.awards-winnings .container {
    padding: 30px 120px;
}

.awards-winnings .ctr-1,
.awards-winnings .ctr-7 {
    display: flex;
    align-items: center;
}

.awards-winnings .row-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.awards-winnings .ctr {
    width: 14.28%;
    max-width: 100%;
    padding: 10px;
}

.awards-winnings span {
    font-size: 12px;
    text-align: center;
    border: 2px solid;
}

.awards-winnings .ctr-1 p {
    border: 1px solid #000;
    padding: 3px 10px;
    border-radius: 30px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    transform: rotate(-20deg);
}

.awards-winnings .ctr-7 .content {
    display: flex;
    align-items: flex-start;
    justify-content: end;
}

.awards-winnings .ctr-7 .content img {
    border: 1px solid #000;
    border-radius: 100%;
    padding: 8px;
}

.awards-winnings .ctr-2 .content,
.awards-winnings .ctr-3 .content,
.awards-winnings .ctr-4 .content,
.awards-winnings .ctr-5 .content,
.awards-winnings .ctr-6 .content {
    box-shadow: 0px 0px 49px 5px #00000014;
    height: 100%;
    border-radius: 10px;
    padding: 10px;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.awards-winnings .awards-winning-img {
    height: 50px;
    width: 50px;
}

.awards-winnings .ctr:last-child {
    width: 8%;
}

.awards-winnings p {
    text-align: center;
}

.awards-winnings .ctr-2 p,
.awards-winnings .ctr-3 p,
.awards-winnings .ctr-4 p,
.awards-winnings .ctr-5 p,
.awards-winnings .ctr-6 p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}


/* awards winning */


/* testimonial slider */

.swiper {
    width: 100%;
    margin: auto;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    border-radius: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.student-testimonial .heading-icon {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 20px;
    align-items: center;
}

.student-testimonial .container {
    padding: 60px 120px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.swiper-button-prev,
.swiper-button-next {
    background-color: #089E9E;
    color: #fff !important;
    height: 35px !important;
    width: 35px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000 !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 16px !important;
    font-weight: 700;
    line-height: 16px !important;
}

.student-testimonial .testi-head {
    display: flex;
    flex-direction: column;
}

.student-testimonial .testi-card-style-2 .testi-head {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.student-testimonial .testi-card-style-2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 40px 10px #0000000d;
    justify-content: space-between;
}

.student-testimonial .testi-card-style-2 .rating-stars {
    display: flex;
    gap: 2px;
    font-size: 16px;
    line-height: 16px;
    color: #089E9E;
}

.student-testimonial .testi-card-style-2 .testi-body {
    display: flex;
    gap: 20px;
}

.student-testimonial .testi-card-style-2 .full-name {
    font-size: 16px;
    font-weight: 700;
}

.student-testimonial .rating-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.student-testimonial .rating {
    display: flex;
    gap: 2px;
    font-size: 16px;
    line-height: 16px;
    color: #089E9E;
}

.student-testimonial .name-shrt {
    font-size: 26px;
    font-weight: 500;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 50px;
    border-radius: 10px;
}

.student-testimonial .full-name {
    font-size: 16px;
    line-height: 20px;
}

.student-testimonial .identity {
    font-size: 16px;
    font-weight: 700;
}

.student-testimonial .testi-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 40px 10px #0000000d;
}

.student-testimonial .content {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: justify;
}

.student-testimonial .swiper {
    padding: 35px;
}

.bg-ja {
    background-color: #a50d0d;
    color: #ff3737;
}

.bg-ca {
    background-color: #a5680d;
    color: #ff9137;
}

.bg-max {
    background-color: #a59b0d;
    color: #ffeb37;
}

.bg-ma {
    background-color: #8ea50d;
    color: #a8ff37;
}

.bg-mu {
    background-color: #30a50d;
    color: #3eff37;
}

.bg-ra {
    background-color: #0da572;
    color: #a8ff37;
}


/* testimonial slider */


/* tutors section */

.tutors-section .tutor-image img {
    width: 100%;
    background-color: #089E9E;
    border-radius: 20px;
    height: 225px;
    object-fit: cover;
}

.tutors-section .tutor-name {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
}

.tutors-section .tutor-university {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
}

.tutors-section .tutor-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.student-testimonial.tutors-section .swiper.tutors-slider {
    padding: 0;
}

.student-testimonial.tutors-section .swiper-button-prev,
.student-testimonial.tutors-section .swiper-button-next {
    background-color: #fff;
    color: #089E9E !important;
    border: 1px solid #089E9E;
}


/* tutors section */


/* personalized section */

.personalized-lessons .container {
    padding: 30px 120px;
}

.personalized-lessons .personalized-child {
    display: flex;
    gap: 60px;
}

.personalized-lessons .left-ctr {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 45px;
    align-items: flex-start;
    justify-content: center;
}

.personalized-lessons .right-ctr {
    width: 80%;
}

.personalized-lessons .personalized-parent {
    padding: 70px;
    border: 3.5px solid #D9D9D9;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.personalized-lessons .left-ctr ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.personalized-lessons .left-ctr li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
}

.personalized-lessons .right-ctr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.personalized-lessons .personalized-image {
    position: relative;
    border-radius: 50px;
    overflow: visible;
    width: 100%;
}

.personalized-lessons .personalized-image img {
    border-radius: 50px;
    width: 100%;
}

.personalized-lessons .personalized-image::after {
    content: '';
    height: 100%;
    width: 100%;
    border: 3px solid #089E9E;
    left: 5px;
    top: -20px;
    border-radius: 50px;
    position: absolute;
    z-index: -1;
}

.why-choose-section .container {
    padding: 30px 120px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.why-choose-section .image-ctr img {
    height: 18px;
}

.why-choose-section .heading-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.sec-shrt-icon {
    background-color: #089E9E;
    height: 40px;
    border-radius: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-section .row-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.why-choose-section .ctr {
    padding: 5px;
}

.why-choose-section .ctr-inner {
    border-radius: 25px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    box-shadow: 0 0 30px 0px #0000000d;
    transition: all 0.3s ease-in-out;
}

.why-choose-section .ctr-head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.sec-shrt-icon i {
    color: #fff;
}

.why-choose-section .image-ctr {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.why-choose-section .card-heading {
    font-size: 18px;
    line-height: 24px;
}

.why-choose-section p {
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
}

.why-choose-section .ctr-inner:hover {
    transform: scale(1.03);
    box-shadow: 0 0 20px 1px #0000003d;
}


/* why choose section */


/* hours of tutoring section */

.hours-of-tutoring .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 160px 120px;
}

.hours-of-tutoring .tutoring-row {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
}

.award-winning-result {
    border: 1px solid #000;
    padding: 3px 10px;
    border-radius: 30px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    transform: rotate(-20deg);
    position: absolute;
}

.award-winnings-icon {
    position: absolute;
    border: 1px solid #000;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.award-winnings-icon img {
    height: 30px;
    width: 30px;
}

.award-winnings-icon.icon-1 {
    top: -120px;
    right: 0;
}

.award-winnings-icon.icon-2 {
    left: 0;
    bottom: -120px;
}

.award-winnings-icon.icon-3 {
    right: 0;
    bottom: -120px;
}

.award-winning-result.caption {
    top: -120px;
    left: 0;
}

.hours-of-tutoring .content {
    font-size: 26px;
    line-height: 1.5em;
    font-weight: 500;
}

.hours-of-tutoring .content span {
    color: #089E9E;
}

.why-choose-section .heading-h2 {
    text-align: center;
}


/* hours of tutoring section */


/* journey with education section */

.journey-with-education .container {
    padding: 30px 120px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.why-choose-section .heading-h2 {
    text-align: center;
}

.journey-with-education .jour-educ-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 80%;
    align-self: center;
    padding: 60px;
    border-radius: 45px;
    box-shadow: 0 0 30px 2px #0000000d;
}

.journey-with-education .heading-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.sec-shrt-icon-2 {
    background-color: #fff;
    height: 40px;
    border-radius: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jour-educ-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.journey-with-education .ctr {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.journey-with-education .ctr-head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.journey-with-education i {
    font-size: 35px;
}

.journey-with-education .title {
    font-size: 18px;
    font-weight: 600;
}

.journey-with-education .content {
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
}

.journey-with-education .image {
    height: 65px;
    background-color: #fff;
    width: 65px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px 0 #00000029;
}

.journey-with-education .image img {
    height: 38px;
}


/* journey with education section */


/* form section */

.form-section .container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 120px;
    gap: 40px;
}

.form-section .left-ctr-form-content,
.form-section .right-ctr-form,
.mobile-trial-form-section .right-ctr-mobile-form,
.mobile-trial-form-section .left-ctr-mobile-form {
    width: 100%;
}

.form-section .left-ctr-form-content,
.mobile-trial-form-section .left-ctr-mobile-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-section .sub-heading {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500;
}

.form-section .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-section .form-row input,
.form-section .form-row select,
.mobile-trial-form-section .form-row input,
.mobile-trial-form-section .form-row select {
    width: 100%;
    padding: 14px 10px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    line-height: 18px;
}

.form-section button,
.mobile-trial-form-section button {
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #089E9E;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #089E9E;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.form-section button:hover,
.mobile-trial-form-section button:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
    transform: scale(1.03);
}


/* form section */


/* faqs section */

.faq-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    background: #089E9E;
    border: none;
    width: 100%;
    text-align: left;
    padding: 18px 20px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #fff;
    color: #000;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fafafa;
    transition: all 0.4s ease;
    padding: 0 20px;
    line-height: 1.6;
    color: #000;
    font-size: 14px;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 15px 20px;
    text-align: justify;
}

.faq-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faqs-section .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 120px;
    gap: 40px;
    flex-direction: column;
}

.faqs-section .heading-icon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.faqs-section {
    background-image: url(../media/texture-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.faqs-section .faqs-sec-inner {
    width: 70%;
    background-color: #fff;
    padding: 40px;
    border-radius: 40px;
    box-shadow: 0 0 30px 10px #00000012;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.faqs-section .faqs-icon img {
    height: 100px;
}

.faqs-section a {
    color: #089E9E;
    transition: all 0.3s ease-in-out;
}

.faqs-section a:hover {
    color: #000;
}


/* faqs section */


/* footer section */

.footer-section {
    position: relative;
}

.footer-section .footer-row-1 img {
    height: 80px;
}

.footer-section .footer-row-2 .left-ctr img {
    height: 30px;
}

.whatsapp-sticky img {
    height: 50px;
}

.whatsapp-sticky {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 999;
}

.footer-section .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 120px;
    gap: 30px;
    flex-direction: column;
    width: 1140px;
}

.footer-section .footer-row-ctr {
    display: flex;
    width: 100%;
}

.footer-section .footer-row-1 .left-ctr,
.footer-section .footer-row-1 .right-ctr {
    width: 100%;
}

.footer-section .news-letter.heading-h3 {
    font-size: 20px;
    font-weight: 600;
}

.footer-section .footer-row-1 .right-ctr {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-section input {
    width: 70%;
    padding: 8px 8px 8px 20px;
    border-radius: 30px 0 0 30px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    line-height: 18px;
}

.footer-section button {
    width: 30%;
    font-size: 18px;
    padding: 8px;
    border-radius: 0 30px 30px 0;
    border: 1px solid #089E9E;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #089E9E;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.footer-section .em-box {
    display: flex;
}

.footer-section .footer-row-2 .left-ctr {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-section .footer-row-2 .right-ctr img {
    height: 65px;
}

.footer-section .footer-row-2 .right-ctr {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.footer-section .contact-us {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    font-weight: 500;
}

.footer-section .whatsapp-contact {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-row-ctr.footer-row-3 {
    display: flex;
    justify-content: center;
    border-top: 1px solid #fff;
    padding-top: 10px;
}


/* footer section */


/* summer bootcamp*/

.tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.tab-btn {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    background-color: #fff;
    transition: background-color 0.3s;
    border-radius: 5px;
}

.tab-btn.active {
    background-color: #089E9E;
    color: white;
}

.tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    padding: 40px 0 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #089E9E;
}

.tab-content.active {
    display: block;
    opacity: 1;
}

.records-section .container {
    padding: 60px 120px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1140px;
}

.records-section {
    display: flex;
    justify-content: center;
}

.records-section .row-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: left;
}

.records-section .title {
    font-size: 38px;
    line-height: 1.5em;
    font-weight: 500;
}

.records-section p {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
}

.records-section span {
    color: #089e9e;
}

.how-it-works .container {
    padding: 60px 120px;
    display: flex;
    gap: 40px;
}

.how-it-works .right-side-ctr, .form-section .right-ctr-form {
    border: 4px solid #d5d5d5;
    padding: 25px;
    border-radius: 25px;
}

.how-it-works p,
.how-it-works li {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.summer-bootcamp-content {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.how-it-works li span {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #089e9e;
    border-radius: 100%;
    color: #089e9e;
    background-color: #ffffff;
    position: relative;
    transition: 0.3s ease-in-out;
}

.how-it-works li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding-bottom: 35px;
}

.how-it-works li:last-child {
    padding-bottom: 0;
}

.how-it-works li span:after {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #089e9e;
    content: "";
    bottom: 100%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, 0);
}

.how-it-works li:nth-child(1) span:after {
    width: 0;
}

.how-it-works li:hover span {
    background-color: #089e9e;
    color: #fff;
    box-shadow: 0px 0px 10px 1px #089e9e59;
}

.how-it-works .left-side-ctr,
.how-it-works .right-side-ctr {
    width: 100%;
}

.how-it-works .left-side-ctr {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.bootcamp-structure .container {
    padding: 60px 120px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bootcamp-structure .title sup {
    font-size: 16px;
}

.bootcamp-structure .content {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.bootcamp-structure .row-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
    gap: 10px;
}

.bootcamp-structure .title {
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 500;
}

.bootcamp-structure .row-content p {
    font-size: 14px;
    font-weight: 400;
}

.bootcamp-structure .ctr {
    border-color: #089e9e;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 30px 0;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

.bootcamp-structure .ctr:hover {
    background-color: #089e9e1f;
    transform: scale(1.04);
    box-shadow: 0 0 15px 1px #089e9e1f;
}

.bootcamp-structure .title span {
    color: #089e9e;
}

.groups-to-choose-from .container {
    padding: 60px 120px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.groups-to-choose-from {
    background-color: #f5f5f5;
}

.groups-to-choose-from .tabs-item .row-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.groups-to-choose-from .tabs-item .row-content .ctr {
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #089e9e;
    border-radius: 10px;
    display: flex;
    background-color: #fff;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    transition: 0.3s ease-in-out;
}

.groups-to-choose-from .tabs-item .row-content .group-span {
    background-color: #089e9e1f;
    border: 1px solid #089E9E;
    padding: 5px 10px;
    border-radius: 5px;
    color: #089E9E;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.groups-to-choose-from .tabs-item .row-content .title {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
}

.groups-to-choose-from .tabs-item .row-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.groups-to-choose-from .tabs-item .row-content .tags-ctr span {
    background-color: #f5f5f5;
    padding: 5px 10px;
    border-radius: 5px;
    color: #089E9E;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.groups-to-choose-from .tabs-item .row-content .tags-ctr {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.groups-to-choose-from .tabs-item .row-content .ctr:hover {
    background-color: #f5f5f5;
    transform: scale(1.04);
    box-shadow: 0 0 15px 1px #089e9e1f;
}

.groups-to-choose-from .tabs-item .row-content .ctr:hover .group-span {
    background-color: #089E9E;
    color: #fff;
}

.groups-to-choose-from .tabs-item .row-content .ctr:hover .tags-ctr span {
    background-color: #c1e7e7;
}

.student-testimonial.tutors-section .heading-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.student-testimonial.tutors-section .heading-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.secure-child-place .container {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 1120px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    background-color: #089e9e40;
    border-radius: 30px;
}

.secure-child-place .row-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.secure-child-place .row-content img {
    width: 35px;
    height: 35px;
}

.secure-child-place .row-content .ctr {
    display: flex;
    gap: 20px;
}

.bootcamp-form .selected {
    padding: 7px 10px;
    border: 1px solid #089E9E;
    background: #089e9e1f;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.bootcamp-form .year-group,
.bootcamp-form .lesson-time-day {
    position: relative;
}

.bootcamp-form .field-6 .days-checkbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.bootcamp-form .options {
    display: none;
    width: 100%;
    border: 1px solid #ccc;
    background: white;
    margin-top: 4px;
    border-radius: 6px;
    overflow: hidden;
    z-index: 100;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    position: absolute;
}

body {
    overflow-x: hidden;
}

.bootcamp-form .group-label {
    padding: 7px 10px;
    background: #f5f5f5;
    color: #089E9E;
    font-weight: bold;
}

.bootcamp-form .option {
    padding: 7px 10px;
    cursor: pointer;
    background: white;
    color: #222;
    transition: 0.2s;
}

.bootcamp-form .option.active {
    background: #089E9E;
    color: white;
}

.bootcamp-form .option:hover {
    background: #089E9E;
    color: #fff;
}

.bootcamp-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.bootcamp-form .row {
    display: flex;
    row-gap: 10px;
    flex-wrap: wrap;
}

.bootcamp-form .row .field {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-right: 10px;
}

.summer-bootcamp .image-content-area .image-content-area-inner {
    position: sticky;
    width: 100%;
    top: 50px;
}

.bootcamp-form .row .field-4,
.bootcamp-form .row .field-5 {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-right: 10px;
}

.bootcamp-form .row .field-6 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-right: 10px;
}

.bootcamp-form .row .field-7 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-right: 10px;
}

.bootcamp-form .row .field-8 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-right: 10px;
    align-items: flex-start;
}

#uk-phone {
    transition: 0.2s;
}

.bootcamp-form label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.bootcamp-form input {
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    border-radius: 5px;
    border: 1px solid #089e9e;
}

.days-checkbox input[type="checkbox"] {
    display: none;
}

.days-checkbox .box label {
    display: block;
    padding: 7px 10px;
    background: #f5f5f5;
    color: #000;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid transparent;
    font-weight: 400;
    font-size: 14px;
}

.days-checkbox .box label:hover {
    background: #089E9E;
    color: #fff;
}

.days-checkbox input[type="checkbox"]:checked+label,
.days-checkbox .box.active label {
    background: #089e9e1f;
    color: #089E9E;
    border-color: #089E9E;
}

.bootcamp-form textarea {
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    border-radius: 5px;
    border: 1px solid #089e9e;
}

.bootcamp-form .field-8 input {
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #089E9E;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #089E9E;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.form-section img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.groups-to-choose-from .content {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}


/* summer bootcamp*/


/* max-width: 1366px; */

@media (max-width: 1366px) {
    .hero-section .content-main-image {
        margin-right: -30px;
    }
}


/* max-width: 1200px; */

@media (max-width: 1200px) {
    .header-ctr .contact-info {
        width: 365px;
    }

    .hero-section .container {
        gap: 25px;
    }

    .how-it-works li {
        gap: 0;
        justify-content: space-between;
    }

    .how-it-works li p {
        width: 90%;
    }

    .bootcamp-form {
        padding-right: 0;
    }

    .groups-to-choose-from .container,
    .secure-child-place .container {
        padding: 60px 40px;
    }

    .records-section .container {
        padding: 30px 40px;
    }

    .how-it-works .container {
        padding: 60px 40px;
    }

    .bootcamp-structure .container {
        padding: 60px 40px;
    }

    .header-ctr .menu-list {
        column-gap: 45px;
    }

    .hero-section .hero-left-ctr {
        padding: 20px 30px 20px 30px;
        gap: 30px;
    }

    .hero-section .content-main-image {
        width: 100%;
    }

    .hero-section .price-tag {
        left: -20px;
    }

    .awards-winnings .ctr-1,
    .awards-winnings .ctr-7 {
        display: none;
    }

    .awards-winnings .ctr {
        width: 20%;
    }

    .awards-winnings .container {
        padding: 30px 40px;
    }

    .awards-winnings .ctr-2 .content,
    .awards-winnings .ctr-3 .content,
    .awards-winnings .ctr-4 .content,
    .awards-winnings .ctr-5 .content,
    .awards-winnings .ctr-6 .content {
        padding: 30px 15px;
    }

    .student-testimonial .container {
        padding: 60px 40px;
        gap: 30px;
    }

    .personalized-lessons .container {
        padding: 30px 40px;
    }

    .personalized-lessons .personalized-parent {
        padding: 45px;
    }

    .personalized-lessons .left-ctr {
        gap: 30px;
    }

    .why-choose-section .container {
        padding: 30px 40px;
        gap: 30px;
    }

    .personalized-lessons .container {
        padding: 30px 40px;
    }

    .personalized-lessons .personalized-parent {
        padding: 45px;
    }

    .personalized-lessons .left-ctr {
        gap: 30px;
    }

    .why-choose-section .container {
        padding: 30px 40px;
        gap: 30px;
    }

    .personalized-lessons .personalized-child {
        gap: 40px;
    }

    .personalized-lessons .left-ctr ul {
        gap: 10px;
    }

    .personalized-lessons .left-ctr {
        gap: 20px;
    }

    .personalized-lessons .personalized-parent {
        padding: 35px;
    }

    .why-choose-section .image-ctr {
        height: 30px;
        width: 30px;
    }

    .why-choose-section .image-ctr i {
        font-size: 14px;
    }

    .why-choose-section .card-heading {
        font-size: 16px;
        line-height: 20px;
    }

    .why-choose-section p {
        font-size: 14px;
    }

    .why-choose-section .ctr-inner {
        gap: 10px;
    }

    .hours-of-tutoring .content span {
        color: #089E9E;
    }

    .award-winnings-icon {
        padding: 10px;
    }

    .hours-of-tutoring .tutoring-row {
        width: 80%;
    }

    .award-winning-result.caption,
    .award-winnings-icon.icon-1 {
        top: -80px;
    }

    .award-winnings-icon.icon-2,
    .award-winnings-icon.icon-3 {
        bottom: -80px;
    }

    .hours-of-tutoring .container {
        padding: 100px;
    }

    .journey-with-education .container {
        padding: 30px 40px;
    }

    .journey-with-education .jour-educ-inner {
        gap: 30px;
        padding: 40px;
    }

    .faqs-section .faqs-sec-inner {
        width: 80%;
    }

    .form-section .container {
        padding: 60px 40px;
    }

    .faqs-section .container {
        padding: 30px 40px;
    }
}


/* max-width: 1024px; */

@media (max-width: 1024px) {
    .bootcamp-structure .title {
        font-size: 26px;
    }

    .header-ctr .contact-info {
        width: 315px;
    }

    .secure-child-place {
        padding: 0 40px;
    }

    .header-ctr .menu-list {
        column-gap: 40px;
    }

    .tab-content {
        padding: 30px 0 0;
    }

    .btn-style-1,
    .btn-style-4 {
        font-size: 12px;
        padding: 10px 15px;
    }

    .header-ctr a {
        font-size: 12px;
    }

    .header-ctr .nav-items {
        font-size: 14px;
    }

    .header-ctr .web-logo {
        width: 90px;
    }

    .hours-of-tutoring .tutoring-row {
        width: 90%;
    }

    .journey-with-education .jour-educ-inner {
        width: 90%;
    }

    .journey-with-education i {
        font-size: 30px;
    }

    .journey-with-education .image {
        height: 55px;
        width: 55px;
    }

    .journey-with-education .image img {
        height: 32px;
    }
}

@media (max-width:880px) {
    .bootcamp-structure .row-content {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .how-it-works li p {
        width: 85%;
    }

    .how-it-works .container {
        gap: 20px;
    }

    .bootcamp-form label {
        font-size: 12px;
    }

    .bootcamp-structure .content,
    .groups-to-choose-from .content,
    .summer-bootcamp-content,
    .how-it-works p,
    .how-it-works li,
    .student-testimonial .content,
    .student-testimonial.tutors-section .heading-content p,
    .secure-child-place .content,
    .secure-child-place p,
    .form-section .sub-heading {
        font-size: 14px;
        font-weight: 400;
    }

    .bootcamp-form input,
    .bootcamp-form .selected,
    .bootcamp-form .options {
        font-size: 12px;
    }

    .header-ctr .contact-info {
        width: 100%;
    }

    .why-choose-section .image-ctr img {
        height: 16px;
    }

    .groups-to-choose-from .container {
        padding: 60px 40px;
    }

    .tab-content {
        padding: 30px 0 0;
    }

    .groups-to-choose-from .tabs-item .row-content {
        gap: 10px;
    }

    .groups-to-choose-from .tabs-item .row-content {}

    .groups-to-choose-from .tabs-item .row-content .ctr {
        padding: 10px;
        gap: 10px;
    }

    .groups-to-choose-from .tabs-item .row-content .title {
        font-size: 20px;
    }

    .groups-to-choose-from .tabs-item .row-content p {
        font-size: 14px;
        font-weight: 400;
    }

    .groups-to-choose-from .tabs-item .row-content .group-span {
        font-size: 14px;
    }

    .mobile-trial-form-section {
        display: flex;
        justify-content: center;
    }

    .mobile-trial-form-container {
        width: 100%;
        max-width: 1366px;
        padding: 30px 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    /* Hide normal menu */
    .header-ctr .middle-container.header-menu {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    /* Show when active */
    .header-ctr .middle-container.header-menu.active {
        display: block;
        animation: slideDown 0.3s ease;
        max-height: 100vh;
        overflow-y: auto;
    }

    .header-ctr .menu-list {
        flex-direction: column;
        padding: 20px;
        gap: 10px;
    }

    /* Show burger */
    .header-ctr .burger-menu {
        display: flex;
        z-index: 998;
    }

    /* Align burger next to button */
    .header-ctr .contact-information {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .header-ctr .middle-container {
        text-align: center;
    }

    .mobile-menu-header {
        z-index: 1;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .header-ctr .close-menu {
        cursor: pointer;
        background-color: #f5f5f5;
        border: 1px solid #eaeaea;
        font-size: 22px;
        padding: 10px 10px;
        line-height: 10px;
    }

    .header-ctr .desktop-booking-btn {
        display: none;
    }

    .sub-menu-list {
        position: static;
        box-shadow: none;
        max-height: 0;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: max-height 0.3s ease, padding 0.3s ease;
    }

    .list-item.active .sub-menu-list {
        max-height: 40vh;
        overflow-y: auto;
        gap: 5px;
        display: flex;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0px 0px 100px 5px #00000014;
    }

    .sub-menu-list::-webkit-scrollbar {
        width: 4px;
    }

    .sub-menu-list::-webkit-scrollbar-thumb {
        background: #089E9E;
        border-radius: 10px;
    }

    .hero-section .content-main-image {
        border-radius: 25px;
        margin-left: 20px;
        height: 100%;
        object-fit: cover;
    }

    .hero-section .hero-left-ctr {
        gap: 20px;
    }

    .hero-section .hero-right-ctr {
        width: 100%;
    }

    .heading-h2 {
        font-size: 22px;
    }

    .hero-section .item-content {
        font-size: 16px;
    }

    .hero-section .price-tag img {
        height: 30px;
        width: 30px;
    }

    .hero-section .price-tag span {
        font-size: 12px;
    }

    .hero-section .price-tag {
        padding: 10px 40px 10px 10px;
        bottom: -25px;
        left: auto;
        right: 20%;
    }

    .hero-section .trust-piolate-rating {
        padding: 10px 25px;
    }

    .awards-winnings .ctr-2 .content,
    .awards-winnings .ctr-3 .content,
    .awards-winnings .ctr-4 .content,
    .awards-winnings .ctr-5 .content,
    .awards-winnings .ctr-6 .content {
        padding: 15px;
    }

    .awards-winnings .awards-winning-img {
        height: 40px;
        width: 40px;
    }

    .awards-winnings .ctr {
        padding: 7px;
    }

    .student-testimonial .container {
        gap: 20px;
    }

    .personalized-lessons .left-ctr li {
        font-size: 14px;
    }

    .why-choose-section .row-container {
        grid-template-columns: 1fr 1fr;
    }

    .hours-of-tutoring .content span {
        color: #089E9E;
    }

    .award-winnings-icon {
        padding: 10px;
    }

    .hours-of-tutoring .tutoring-row {
        width: 80%;
    }

    .award-winning-result.caption,
    .award-winnings-icon.icon-1 {
        top: -80px;
    }

    .award-winnings-icon.icon-2,
    .award-winnings-icon.icon-3 {
        bottom: -80px;
    }

    .hours-of-tutoring .container {
        padding: 100px;
    }

    .hours-of-tutoring .tutoring-row {
        width: 90%;
    }

    .hours-of-tutoring .container {
        padding: 100px 40px;
    }

    .hours-of-tutoring .tutoring-row {
        width: 100%;
    }

    .journey-with-education .jour-educ-inner {
        width: 100%;
    }

    .journey-with-education .ctr {
        padding: 10px;
    }

    .journey-with-education .jour-educ-inner {
        padding: 30px;
        gap: 20px;
    }

    .form-section .sub-heading {
        font-size: 16px;
    }

    .form-section .form-row,
    .mobile-trial-form-section .form-row {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 10px;
    }

    .mobile-trial-form-section .form-row {
        display: grid;
    }

    .faqs-section .faqs-sec-inner {
        width: 90%;
        padding: 30px;
    }

    .faq-question {
        padding: 12px 14px;
    }

    .faqs-section .faqs-icon img {
        height: 70px;
    }

    .faqs-section .faqs-sec-inner {
        padding: 20px;
        border-radius: 30px;
        gap: 20px;
    }

    .footer-section .container {
        padding: 30px 40px;
    }

    .footer-section .footer-row-1 img {
        height: 75px;
    }

    .footer-section .footer-row-2 .right-ctr img {
        height: 57px;
    }
}

@media (min-width: 881px) {
    .header-ctr .mobile-booking-btn {
        display: none;
    }

    .header-ctr .close-menu {
        display: none;
    }

    .menu-list .list-item:hover .sub-menu-list {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        padding: 10px;
    }

    .list-item.active .sub-menu-list {
        max-height: none;
    }

    .mobile-trial-form-section {
        display: none;
    }
}

@media (min-width:769px) {

    .hero-section .heading-tablet-to-mobile,
    .hero-section .btn-tablet-to-mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-section .container {
        flex-direction: column;
        padding: 30px 0;
        gap: 20px;
    }

    .secure-child-place {
        padding: 0 20px;
    }

    .groups-to-choose-from .tabs-item .row-content {
        grid-template-columns: 1fr 1fr;
    }

    .groups-to-choose-from .container,
    .secure-child-place .container {
        padding: 30px 20px;
    }

    .bootcamp-structure .container {
        padding: 30px 20px;
    }

    .how-it-works .container {
        padding: 30px 20px;
    }

    .how-it-works li span {
        height: 30px;
        width: 30px;
    }

    .how-it-works li {
        padding-bottom: 25px;
        gap: 10px;
    }

    .how-it-works p {
        font-size: 14px;
        font-weight: 400;
    }

    .summer-bootcamp-content {
        font-size: 14px;
        font-weight: 400;
    }

    .records-section .container {
        padding: 30px;
    }

    .records-section .title {
        font-size: 30px;
    }

    .hero-left-ctr.content-area {
        display: none;
    }

    .hero-section .content-main-image {
        margin: 0;
        border-radius: 0;
        transform: scale(1.1);
    }

    .hero-section .trust-piolate-rating {
        right: 20px;
        top: 20px;
    }

    .hero-section .hero-right-ctr {
        overflow: hidden;
        padding-bottom: 10px;
    }

    .hero-section .price-tag {
        display: none;
    }

    .hero-section .btn-tablet-to-mobile {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .hero-section .heading-tablet-to-mobile {
        text-align: center;
        padding: 0 20px;
    }

    .awards-winnings .container {
        padding: 20px;
    }

    .awards-winnings .ctr-2 p,
    .awards-winnings .ctr-3 p,
    .awards-winnings .ctr-4 p,
    .awards-winnings .ctr-5 p,
    .awards-winnings .ctr-6 p {
        font-size: 11px;
    }

    .student-testimonial .container {
        padding: 30px 20px;
    }

    .personalized-lessons .container {
        padding: 20px;
    }

    .personalized-lessons .personalized-parent {
        padding: 20px;
        border-radius: 30px;
    }

    .personalized-lessons .personalized-child {
        gap: 20px;
    }

    .why-choose-section .container {
        padding: 20px;
        gap: 20px;
    }

    .sec-shrt-icon {
        height: 30px;
        width: 30px;
    }

    .sec-shrt-icon i {
        font-size: 14px;
    }

    .sec-shrt-icon img {
        height: 20px;
    }

    .journey-with-education i {
        font-size: 25px;
    }

    .journey-with-education .container {
        padding: 20px;
    }

    .form-section .container {
        padding: 30px 20px;
    }

    .faqs-section .container {
        padding: 20px;
    }

    .form-section .form-row input,
    .form-section .form-row select,
    .mobile-trial-form-section .form-row input,
    .mobile-trial-form-section .form-row select {
        padding: 10px 6px;
    }

    .form-section .container,
    .mobile-trial-form-section .mobile-trial-form-container {
        gap: 20px;
    }

    .faqs-section .faqs-sec-inner {
        width: 100%;
    }

    .mobile-trial-form-container {
        padding: 20px;
    }

    .footer-section .container {
        padding: 20px;
    }

    .footer-section .contact-us {
        font-size: 14px;
    }

    .footer-section .footer-row-2 .left-ctr img {
        height: 25px;
    }

    .footer-section .footer-row-2 .right-ctr {
        gap: 10px;
    }

    .footer-section .footer-row-2 .right-ctr img {
        height: 55px;
    }
}

@media (min-width: 601px) {
    .tutors-section .tutor-card-mobile {
        display: none;
    }
}

@media (max-width: 600px) {
    .how-it-works li {
        gap: 0;
        justify-content: space-between;
    }

    .how-it-works .container {
        flex-direction: column;
    }

    .bootcamp-form .field-8 input {
        font-size: 14px;
        padding: 7px 15px;
    }

    .secure-child-place .container {
        font-size: 14px;
        font-weight: 400;
        border-radius: 20px;
    }

    .secure-child-place .row-content img {
        height: 25px;
        width: 25px;
    }

    .secure-child-place .row-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .secure-child-place .row-content .ctr {
        gap: 10px;
    }

    .student-testimonial .testi-card-style-2 .user-info,
    .student-testimonial .testi-card-style-2 .full-name {
        font-size: 14px;
    }

    .student-testimonial .testi-card-style-2 .testi-body {
        gap: 10px;
    }

    .tab-content {
        padding: 20px 0 0;
    }

    .bootcamp-structure .content {
        font-size: 14px;
        font-weight: 400;
    }

    .bootcamp-structure .title {
        font-size: 22px;
    }

    .bootcamp-structure .row-content {
        grid-template-columns: 1fr 1fr;
    }

    .how-it-works li p {
        width: 90%;
    }

    .how-it-works li span:after {
        height: 135%;
    }

    .hero-section .trust-piolate-rating img {
        height: 20px;
    }

    .why-choose-section .image-ctr img {
        height: 14px;
    }

    .tutors-section .swiper-slide.tutor-card-desktop {
        display: none;
    }

    .records-section .row-content {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .records-section .title {
        font-size: 24px;
    }

    .tutors-slider .swiper-slide {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .tutors-section .tutor-card {
        gap: 10px;
        width: 100%;
    }

    .hero-section .trust-piolate-rating {
        padding: 5px 10px;
        right: 10px;
        top: 10px;
    }

    .btn-style-3,
    .btn-style-4 {
        font-size: 12px;
        padding: 7px 15px;
    }

    .hero-section .btn-tablet-to-mobile {
        bottom: 10px;
    }

    .heading-h2 {
        font-size: 15px;
    }

    .header-ctr #nv-itm2 {
        font-size: 12px;
    }

    .burger-menu span {
        width: 20px;
        height: 2px;
    }

    .header-ctr .web-logo {
        width: 60px;
    }

    .awards-winnings .ctr-2 .content,
    .awards-winnings .ctr-3 .content,
    .awards-winnings .ctr-4 .content,
    .awards-winnings .ctr-5 .content,
    .awards-winnings .ctr-6 .content {
        padding: 15px;
        justify-content: center;
    }

    .awards-winnings .awards-winning-img {
        height: 40px;
        width: 40px;
    }

    .awards-winnings .ctr {
        padding: 7px;
    }

    .awards-winnings .container {
        padding: 20px;
    }

    .awards-winnings .ctr-2 p,
    .awards-winnings .ctr-3 p,
    .awards-winnings .ctr-4 p,
    .awards-winnings .ctr-5 p,
    .awards-winnings .ctr-6 p {
        font-size: 11px;
    }

    .awards-winnings .ctr {
        width: 33%;
        padding: 5px;
    }

    .awards-winnings .awards-winning-img {
        height: 30px;
        width: 30px;
    }

    .awards-winnings .ctr-2 p,
    .awards-winnings .ctr-3 p,
    .awards-winnings .ctr-4 p,
    .awards-winnings .ctr-5 p,
    .awards-winnings .ctr-6 p {
        font-size: 10px;
        line-height: 15px;
    }

    .student-testimonial .container {
        gap: 20px;
    }

    .student-testimonial .full-name {
        font-size: 14px;
        line-height: 18px;
    }

    .student-testimonial .full-name {
        font-size: 14px;
        line-height: 18px;
    }

    .student-testimonial .identity {
        font-size: 14px;
    }

    .student-testimonial .content {
        font-size: 14px;
        line-height: 18px;
    }

    .student-testimonial .testi-card {
        gap: 10px;
    }

    .student-testimonial .name-shrt {
        font-size: 22px;
        height: 40px;
        width: 40px;
        border-radius: 8px;
    }

    .student-testimonial .swiper {
        padding: 20px;
    }

    .student-testimonial .swiper-button-prev {
        left: 0;
    }

    .student-testimonial .swiper-button-next {
        right: 0;
    }

    .sec-shrt-icon {
        height: 30px;
        width: 30px;
    }

    .sec-shrt-icon i {
        font-size: 14px;
    }

    .sec-shrt-icon img {
        height: 20px;
    }

    .tutors-section .tutor-image img {
        height: 190px;
    }

    .personalized-lessons .personalized-parent {
        padding: 30px 10px 10px;
        border-radius: 15px;
    }

    .personalized-lessons .personalized-child {
        flex-direction: column-reverse;
        align-items: center;
    }

    .why-choose-section .row-container {
        grid-template-columns: 1fr;
    }

    .hours-of-tutoring .content {
        font-size: 18px;
    }

    .journey-with-education .container {
        padding: 20px;
    }

    .journey-with-education .jour-educ-inner {
        padding: 15px;
        border-radius: 15px;
    }

    .journey-with-education .jour-educ-row {
        flex-direction: column;
    }

    .journey-with-education i {
        font-size: 20px;
    }

    .journey-with-education .image {
        height: 40px;
        width: 40px;
        border-radius: 10px;
    }

    .journey-with-education .image img {
        height: 26px;
    }

    .journey-with-education .title {
        font-size: 14px;
    }

    .journey-with-education .content {
        font-size: 12px;
        line-height: 16px;
    }

    .form-section .container,
    .mobile-trial-form-section .mobile-trial-form-container {
        flex-direction: column;
    }

    .form-section button,
    .mobile-trial-form-section button {
        font-size: 14px;
        padding: 6px;
    }

    .form-section .sub-heading {
        font-size: 12px;
    }

    .form-section .left-ctr-form-content,
    .mobile-trial-form-section .left-ctr-mobile-form {
        gap: 10px;
    }

    .form-section .form-row input,
    .form-section .form-row select {
        padding: 8px 6px;
    }

    .faqs-section .faqs-sec-inner {
        border-radius: 15px;
        padding: 10px;
    }

    .faqs-section .faqs-icon img {
        height: 40px;
    }

    .faq-question {
        padding: 10px 12px;
        gap: 15px;
    }

    .footer-section .container {
        padding: 20px;
    }

    .footer-section .contact-us {
        font-size: 14px;
    }

    .footer-section .footer-row-2 .left-ctr img {
        height: 25px;
    }

    .footer-section .footer-row-2 .right-ctr {
        gap: 10px;
    }

    .footer-section .footer-row-2 .right-ctr img {
        height: 55px;
    }

    .footer-section .footer-row-ctr {
        flex-direction: column;
        gap: 20px;
    }

    .footer-section .footer-row-1 img {
        height: 50px;
    }

    .footer-section .news-letter.heading-h3 {
        font-size: 16px;
    }

    .footer-section .news-letter-disc {
        font-size: 12px;
    }

    .footer-section input {
        font-size: 12px;
        padding: 6px;
        line-height: 16px;
    }

    .footer-section button {
        font-size: 14px;
    }

    .footer-section .footer-row-2 .right-ctr {
        justify-content: center;
    }

    .footer-row-ctr.footer-row-3 {
        align-items: center;
    }

    .personalized-lessons .left-ctr button {
        width: 100%;
    }
}

@media (max-width: 490px) {
    .groups-to-choose-from .tabs-item .row-content {
        grid-template-columns: 1fr;
    }

    .bootcamp-form .row .field {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .how-it-works li p {
        width: 85%;
    }

    .awards-winnings .ctr {
        width: 50%;
    }

    .awards-winnings .ctr-2 .content,
    .awards-winnings .ctr-3 .content,
    .awards-winnings .ctr-4 .content,
    .awards-winnings .ctr-5 .content,
    .awards-winnings .ctr-6 .content {
        padding: 30px 15px;
    }

    .tutors-section .tutor-image img {
        height: 140px;
    }

    .footer-section .footer-row-2 .right-ctr img {
        height: 40px;
    }
}