:root {
    --white: #fff;
    --black: #000;
}

@media(min-width:1600px) {
    .main-header .container {
        max-width: 1440px;
    }
}

@media(max-width:1600px) {}

@media(max-width:1440px) {}

@media(max-width:1366px) {
    .cms-bann-img {
        height: 240px;
    }

    .breadcrumb-cover h1 {
        font-size: 38px;
    }

    .sec-space {
        padding: 60px 0;
    }

    .section-head h2 {
        font-size: 38px;
        line-height: 50px;
    }

    .section-head {
        margin-bottom: 20px;
    }
}

@media(max-width:1280px) {
    .speciality-image {
        height: 260px;
    }
}

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

@media(max-width:1199px) {
    .get-appointment .section-head h2 {
        font-size: 40px;
    }

    .condition-image {
        height: 200px;
    }

    .btn-group a.add-cart {
        font-size: 13px;
    }

    .condition-content h5 a {
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media(max-width:1024px) {

    .navbar-collapse ul>li {
        margin-right: 55px;
    }

    .about-content {
        padding: 0px;
    }

    .section-head {
        margin-bottom: 15px;
    }

    .section-head h2 {
        font-size: 32px;
        line-height: 44px;
    }

    .banner-text h1 {
        font-size: 52px;
        line-height: 64px;
    }

    .about-cms-content {
        padding-left: 0px;
    }

    .about-cms-content ul {
        margin-bottom: 0px;
        margin-top: 10px !important;
    }

    .about-cms-content ul li {
        padding: 8px 0 2px 35px;
    }

    .about-cms-content p {
        margin-bottom: 10px !important;
    }

    .approach-image {
        padding-left: 0px;
    }

    .faq-image {
        margin-right: 0;
    }

    .faq-content {
        padding-left: 0;
    }

    .accordion-faq .accordion-item {
        margin-bottom: 0px;
    }

    .accordion-faq .accordion-button {
        padding: 8px 40px 8px 0px;
    }

    .ft-logo img {
        width: 200px;
    }

    .footer-about {
        padding-right: 20px;
    }

    .condition-image {
        height: 200px;
    }

    .btn-group a.add-wishlist {
        padding: 8px 11px;
    }

    .get-appointment .section-head h2 {
        font-size: 36px;
    }

    .hcontact-form {
        padding: 60px 30px 60px 0px;
    }

    .home-contact>.row>[class*='col-']:nth-child(1) {
        flex: 0 0 45%;
    }

    .hcontact-form .section-head h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .speciality-image {
        height: 210px;
    }

    .title-head h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .sd-image {
        height: 300px;
    }

    .related-service ul li a {
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0px 10px;
        line-height: 40px;
    }

    .sd-description p {
        line-height: 26px;
        font-size: 16px;
    }

    .sd-description ul li,
    .sd-description ol li {
        line-height: 24px;
        font-size: 16px;
    }

    .serve-detail-wrap {
        padding-right: 20px;
    }

    .sd-description h6 {
        font-size: 22px;
        font-weight: 600;
    }

    .related-booking {
        margin-top: 40px;
        padding: 30px 20px;
    }

    .instructor-name h5 {
        margin-bottom: 0px;
    }

    .sd-description h4 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .related-booking h4 {
        margin-bottom: 15px;
    }

    .related-service,
    .related-booking {
        margin-left: 10px;
    }

    .related-booking ul li {
        margin: 0 0 0px;
    }
}

@media(max-width:991px) {
    .navbar-toggler {
        padding: 0px;
        width: 26px;
        height: 20px;
        position: absolute;
        right: 0;
    }

    .navbar-toggler-icon {
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: var(--gold);
    }

    .navbar-toggler::before {
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: 0;
        background: var(--gold);
        content: '';
    }

    .navbar-toggler::after {
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        bottom: 0;
        background: var(--gold);
        content: '';
    }

    .navbar-brand {
        width: 80px;
    }

    .navbar-text {
        margin-right: 50px;
    }

    .navbar-collapse {
        position: absolute;
        right: 0;
        top: 100%;
        width: 200px;
        background: var(--d-blue);
        z-index: 999;
    }

    .navbar-collapse ul>li {
        margin-right: 0px;
    }

    .navbar-collapse ul {
        padding: 10px 0;
    }

    .navbar-collapse ul>li>a {
        padding: 8px 20px !important;
        font-weight: 400;
    }

    .banner-text h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .banner-text p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .banner-text .btn {
        padding: 10px 15px;
        margin-top: 5px;
    }

    .btn {
        letter-spacing: normal;
    }

    .banner-text {
        max-width: 480px;
    }

    .sec-space {
        padding: 50px 0;
    }

    .about-home-image {
        height: 400px;
        margin-top: 40px;
    }

    .why-us .row [class*="col-"]:nth-child(1) {
        display: none;
    }

    .condition-image {
        height: 220px;
    }

    .get-appointment .section-head h2 {
        font-size: 32px;
    }

    .get-appointment {
        padding: 50px 0;
    }

    .section-head h6 {
        font-size: 16px;
    }

    .section-head p {
        margin-top: 10px;
    }

    .map-home {
        position: relative;
        width: 100%;
        height: 320px;
        margin: 20px 0;
        padding: 0 15px;
    }

    .home-contact::before {
        width: 100%;
        height: calc(100% - 360px);
    }

    .ql-row [class*=col-]:nth-child(3) {
        margin-top: 30px;
    }

    .copyright {
        margin-top: 10px;
    }

    .copyright p {
        margin: 0;
    }

    .why-wrap .btn {
        margin-top: 5px;
        padding: 10px 20px;
    }

    .footer-about {
        padding-right: 0px;
    }

    .about-cms-content {
        padding-bottom: 0px !important;
    }

    .cms-bann-img {
        height: 170px;
    }

    .breadcrumb-cover h1 {
        font-size: 32px;
    }

    .approach-image {
        height: 350PX;
        margin-top: 20px;
    }

    .slider-cover {
        padding: 0px;
    }

    .testimonial {
        padding: 50px;
    }

    .faq-image {
        height: 350px;
    }

    .faq-about .section-head {
        padding-bottom: 10px !important;
    }

    .faq-about .section-head h6 {
        width: fit-content;
        margin: 0 auto 8px;
    }

    .faq-content {
        margin-top: 20px;
    }

    .accordion-faq .accordion-button {
        padding: 12px 40px 12px 0px;
        font-size: 18px;
    }

    .link-box h4 {
        font-size: 20px;
    }

    .link-box ul li {
        margin-bottom: 2px;
    }

    .ft-text {
        padding: 30px 60px 30px;
    }

    .breadcrumb li {
        font-size: 16px;
    }

    .breadcrumb-cover h1 {
        font-size: 28px;
    }

    .cms-bann-img {
        height: 150px;
    }

    .about-cms-image {
        height: 300px;
    }

    .home-contact>.row>[class*='col-']:nth-child(1) {
        flex: 0 0 95%;
    }

    .con-map iframe {
        height: 350px;
    }

    .contact-form {
        margin-top: 30px;
    }

    .con-cms {
        padding: 30px 0 0;
    }

    .contact-form .section-head {
        display: block;
    }

    .contact-info h3 {
        padding-bottom: 15px;
    }

    .section-head h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .sd-image {
        height: 280px;
    }

    .sd-description .btn-group {
        margin-top: 20px;
    }

    .related-service {
        margin-top: 30px;
    }

    .related-service {
        display: none;
    }

    .serve-detail-wrap {
        padding-right: 0px;
    }

    .related-service,
    .related-booking {
        margin-left: 0px;
    }
}

@media(max-width:820px) {}

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

@media(max-width:767px) {

    .section-head h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .filler-div:before {
        width: 90px;
        height: 90px;
        border: 20px solid #fff;
    }

    .about-content .filler-div {
        margin: 30px auto 20px;
    }

    .about-home-image {
        height: 340px;
    }

    .sec-space {
        padding: 30px 0;
    }

    .btn {
        font-size: 13px;
    }

    .condition-image {
        height: 160px;
    }

    .condition-content {
        padding: 10px 0px 0;
    }

    .condition-content h5 a {
        font-size: 18px;
        line-height: 22px;
    }

    .condition-content p {
        -webkit-line-clamp: 2;
        margin-bottom: 8px;
    }

    .btn-group a.add-wishlist,
    .btn-group a.add-cart {
        padding: 8px 11px;
        font-size: 13px;
    }

    .price-course {
        margin-bottom: 0px;
    }

    .slider-diag .owl-nav .owl-prev,
    .slider-diag .owl-nav .owl-next {
        width: 36px;
        height: 36px;
        line-height: 36px !important;
    }

    .slider-diag .owl-nav {
        margin-top: 0px;
    }

    .speciality-image {
        height: 250px;
    }

    .hcontact-form .section-head p {
        font-size: 16px;
        margin: 5px 0 25px;
    }

    .hcontact-form .section-head h2 {
        font-size: 32px;
    }

    .hcontact-form {
        padding: 30px;
    }

    .about-home {
        padding-bottom: 0px;
    }

    .home-contact>.row>[class*='col-']:nth-child(1) {
        flex: 0 0 100%;
    }

    .con-cms {
        padding: 30px 0 0;
    }

    .title-head h2 {
        font-size: 21px;
        line-height: 28px;
    }

    .course-fee {
        margin-top: 2px !important;
    }

    .rating ul li {
        font-size: 12px;
    }

    .total-student {
        font-size: 15px;
    }

    .total-student span {
        font-size: 13px;
        top: 2px;
    }

    .key-feature {
        margin-top: 25px;
    }

    .get-appointment .section-head h2 {
        font-size: 28px;
        font-weight: 500;
        line-height: 32px;
    }

    .get-appointment .section-head {
        max-width: 80%;
    }

    .footer-main {
        padding: 40px 0 0 0;
    }

    .total-review {
        font-size: 16px;
    }

    .total-review span {
        font-size: 14px;
        top: 3px;
    }
}

@media(max-width:575px) {
    .banner-text h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .banner-text p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .section-head h2 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
    }

    p {
        font-size: 15px;
        line-height: 23px;
    }

    .about-content a {
        font-size: 20px;
    }

    .about-home-image {
        height: 250px;
    }

    .why-wrap dl dt .wh-icon {
        width: 24px;
        height: 24px;
        font-size: 20px;
    }

    .why-wrap dl dt,
    .why-wrap dl dd {
        padding-left: 32px;
    }

    .why-wrap dl dd {
        margin-bottom: 18px;
    }

    .condition-image {
        height: 280px;
    }

    .get-appointment .section-head h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
        padding-right: 20%;
    }

    .get-appointment .section-head .btn {
        margin-top: 10px;
    }

    .speciality-content {
        padding: 15px 10px 0;
    }

    .hcontact-form .section-head h2 {
        font-size: 24px;
    }

    .link-box ul li {
        margin-bottom: 0px;
    }

    .ql-row [class*=col-]:nth-child(2),
    .ql-row [class*=col-]:nth-child(3) {
        margin-top: 15px;
    }

    .footer-main {
        padding: 30px 0 0 0;
    }

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

    .ft-text {
        padding: 15px 0 20px;
    }

    .get-appointment {
        padding: 35px 0;
    }

    .section-head h6 {
        font-size: 14px;
    }

    .speciality-image {
        height: 350px;
    }

    .cms-bann-img {
        height: 130px;
    }

    .approach-image,
    .faq-image {
        height: 250PX;
    }

    .breadcrumb-cover {
        padding: 0 20px;
    }

    .breadcrumb-cover h1 {
        font-size: 24px;
        font-weight: 500;
    }

    .testimonial-slider .owl-nav {
        left: 50%;
        top: auto;
        transform: translateX(-50%);
        bottom: 0;
        width: fit-content;
    }

    .testi-image img {
        width: 70px !important;
        height: 70px;
    }

    .testi-image {
        margin-bottom: 10px;
    }

    .testi-content p {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }

    .testimonial-slider {
        padding-bottom: 60px;
    }

    .testimonial-slider .owl-nav .owl-prev,
    .testimonial-slider .owl-nav .owl-next {
        width: 34px;
        height: 34px;
        line-height: 34px !important;
        text-align: center;
        font-size: 14px !important;
    }

    .testimonial {
        padding: 30px 15px;
    }

    .accordion-faq .accordion-button {
        padding: 12px 30px 12px 0px;
    }

    .speciality-image {
        height: 220px;
    }

    .contact-info h3 {
        font-weight: 500;
        font-size: 24px;
    }

    .sec-space-40 {
        padding: 10px 0 30px;
    }

    .ci-wrap {
        margin-bottom: 20px;
    }

    .contact-info h3 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .title-head h2 {
        font-size: 19px;
        line-height: 26px;
    }

    .sd-description h4 {
        font-size: 22px;
    }

    .title-head .btn-group {
        display: block;
        margin-top: 15px;
    }

    .instructor-flex .btn-group {
        display: none;
    }

    .sd-image {
        height: 250px;
    }

    .review-btn {
        position: relative;
        margin-top: 15px;
        bottom: 0;
    }

}

@media(max-width:480px) {
    .navbar-brand {
        width: 70px;
    }

    .carousel-item {
        height: 280px;
    }

    .carousel-item img {
        object-fit: cover;
    }

    .section-head h2 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
    }

    .play-btn {
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }

    .about-home-image {
        margin-top: 20px;
    }

    .condition-image {
        height: 240px;
    }

    .hcontact-form {
        padding: 30px 15px;
    }

    .hcontact-form .section-head p {
        font-size: 14px;
        line-height: 20px;
    }

    .navbar-collapse ul>li>a {
        font-size: 14px;
    }

    .about-cms-image {
        height: 250px;
    }

    .about-cms-content ul {
        column-count: 1;
    }

    .instructor-lists .row [class*='col-'] {
        flex: 0 0 100%;
    }

    .instructor-lists .speciality-image {
        height: 300px;
    }

}

@media(max-width:414px) {
    .sd-description h4 {
        font-size: 20px;
    }
}

@media(max-width:375px) {}

@media(max-width:320px) {
    .sec-space {
        padding: 20px 0;
    }

    .cms-bann-img {
        height: 80px;
    }

    .breadcrumb {
        margin-bottom: 0px;
    }

    .breadcrumb-cover h1 {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .about-cms-image {
        height: 180px;
    }

    .approach-image,
    .faq-image {
        height: 180PX;
    }

    .accordion-faq .accordion-button {
        font-size: 15px;
    }

    p {
        font-size: 14px;
        line-height: 22px;
    }
}