@media only screen and (min-width: 360px) and (max-width: 767px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: inline-block;
    }

    .custom-modal .modal-content{
        padding: 10px;
    }

    .custom-modal .modal-content h3{
        text-align: left;
        margin-bottom: 0px;
    }

    span.desktop-clearfix {
        clear: none;
        display: none !important;
    }

    header {
        padding: 0px 0px;
    }

    .our-services-section .service-wrapper .absolute-box .main-btns .btn-list li a {
        text-transform: none;
    }

    .our-services-section .service-wrapper .absolute-box .main-btns .btn-list li {
        width: 100%;
        margin-bottom: 5px;
    }

    .career-section {
        padding: 20px 0;
    }

    .career-section .career-box h2 {
        font-size: 1.5rem;
    }

    .external-audit-section {
        padding-top: 0px;
    }

    .blog-section.main-blog .blog-box {
        margin-bottom: 10px;
    }

    .external-audit-section .quick-link-column .quick-list li a {
        display: block;
        padding-bottom: 0px;
    }

    .external-audit-section .quick-link-column {
        padding-left: 0px;
        margin-left: 0px;
        border: 0px;
    }

    .affiliations-wrapper {
        padding: 0 0 10px;
    }

    .affiliations-wrapper .affiliations-box {
        height: 140px;
        width: 140px;
        padding: 10px;
    }

    .freezone-main-new .nav-tabs {
        flex-direction: column;
        text-align: center;
        margin-top: 20px;
    }

    .heading-2,
    .slider-section .carousel-caption h3 {
        font-size: 1.8rem !important;
    }

    .main-content h2,
    .about-section-1 h2,
    .understand-section h2 {
        font-size: 1.5rem;
    }

    .simplify-section .heading-2 {
        font-size: 1.2rem !important;
    }

    .new-team-section .team-box .team-info h4.designation {
        font-size: 0.9rem;
    }

    .simplify-section .simplify-flex .contact-flex {
        /* position: static; */
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 170px;
        top: 30px;
    }

    .simplify-section .simplify-flex h2 {
        padding-left: 0px;
        text-align: left;
    }

    .affiliation-accreditations-section .affiliation-top-wrapper {
        padding: 0px;
        margin-top: 0px;
    }

    .simplify-section .simplify-flex .simplify-sub-head {
        text-align: left;
    }

    .mobile-logo-caption {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .top-auding-head {
        margin-top: 5px;
    }

    footer .contact-info-section ul {
        display: none;
    }

    footer .contact-info-section.active ul {
        display: block;
    }

    footer .contact-info-section.active .contact-arrow i {
        transform: rotate(180deg);
    }

    .slider-section .carousel-caption .ten-years {
        width: 84px !important;
        height: fit-content;
        margin-bottom: 0px;
    }

    .our-services-section .service-wrapper .service-row .main-services {
        display: none;
    }

    .our-services-section h2.heading-2 {
        padding-top: 0px;
    }

    .our-services-section .service-wrapper a h3 {
        margin-bottom: 0px;
    }

    .inner-banner .container .heading-2 {
        bottom: 50px;
    }

    .social-icon-box ul.social-icons {
        gap: 12px;
    }

    .contact_form .contact_icons .social-icon-box .social-icons li a {
        width: 36px;
        height: 36px;
    }

    .contact_form .contact_icons .social-icon-box .social-icons li a i {
        font-size: 18px;
    }

    .our-services-section {
        padding-top: 25px;
        padding-bottom: 10px;
        background-image: url("../images/our-services-1-mobile.webp");
    }

    .audit-section {
        background-image: url("../images/our-services-1-mobile.webp");
    }

    .testimonials-section {
        background-image: url("../images/testimonials-mobile.webp");
    }

    .footer-slide {
        margin: 25px 0px;
        padding: 0px;
    }

    .simplify-section .contact-btns,
    .simplify-section .freezone-main {
        display: none;
    }

    .simplify-section.active .contact-btns,
    .simplify-section.active .freezone-main {
        display: block;
    }

    .simplify-section.active .simplify-arrow i {
        transform: rotate(180deg);
    }

    .simplify-section {
        padding: 15px 0;
        padding-bottom: 20px;
    }

    .faq-section {
        background: url(../images/csr-box4-mobile.webp);
        padding: 25px 0;
        background-size: cover;
        background-position: top;
    }

    .faq-section .faq-wrapp-side {
        display: none;
    }

    /* .faq-section .faq-wrapp-side{
        display: none;
    } */

    .faq-section.active .faq-wrapp-side {
        display: block;
    }

    .newsletter-section {
        background: #ebebeb;
    }

    .blog-section {
        background: none;
        padding-bottom: 0px;
        padding: 25px 0;
    }

    .new-faq-section .faq-wrapp-side .card .card-header h3.accordion-title {
        font-size: 0.9rem;
    }

    .client-testimonials-box .client-testimonials-box-content p {
        text-align: left;
    }

    .faq-section .faq-head {
        text-align: left;
    }

    .about-section-1 .heading {
        font-size: 1rem;
    }

    .new-faq-section .faq-wrapp-side .card .card-header {
        padding-left: 0px;
        padding: 0px;
        padding-bottom: 10px;
    }

    .new-faq-section .faq-wrapp-side .card .card-body {
        padding: 10px 0px;
    }

    header nav>ul>li>.bigSubmenu>ul>li:hover>ul {
        padding-left: 0px;
    }

    .about-section-1 {
        padding-top: 20px;
    }

    footer .contact-info-section ul li.mobile-view {
        display: inline-flex;
    }

    .video-fluid-section {
        padding: 25px 0px;
        padding-bottom: 0px;
    }

    .slider-section .carousel-inner .carousel-item {
        padding-bottom: 100px;
    }

    .slider-section .carousel-caption {
        position: static;
    }

    header .row {
        padding: 20px 0;
        border-bottom: 1px solid #e3e3e3;
    }

    .carousel-caption .btn {
        padding: 5px 20px;
        transform: translateY(36px);
    }

    .carousel-caption .social-icon {
        transform: translateY(50px);
    }

    .call-btn,
    .whatsapp-btn {
        width: 40px;
        height: 40px;
    }

    .call-btn img,
    .whatsapp-btn img {
        width: 100%;
        height: 100%;
    }

    .call-btn {
        right: 60px;
    }

    footer img {
        margin-bottom: 30px;
        margin-top: -25px;
        width: 65%;
        margin: auto;
    }

    footer iframe {
        margin-bottom: 20px;
    }

    .logo-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu-icon {
        display: block;
        position: absolute;
        right: 18px;
        font-size: 1.4rem;
    }

    nav>ul {
        display: none !important;
        padding: 20px 0 0 20px;
        padding-left: 0;
    }

    header nav>ul>li>.bigSubmenu {
        position: static;
        width: 100%;
        display: none;
    }

    nav .bigSubmenu.active,
    nav ul.active {
        display: block !important;
    }

    header>.container {
        padding: 12px 15px;
    }

    header nav>ul>li {
        background: #fff;
        padding: 0 0;
        border-bottom: 1px solid #ccc;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    header nav>ul>li:nth-last-child(2),
    header nav>ul>li:last-child {
        border: 0;
        margin-top: 10px;
        float: left;
        padding: 0px 15px;
    }

    header nav>ul>li .btn-primary {
        margin-top: 10px;
    }

    header nav>ul>li>ul,
    header nav>ul>li>ul>li>ul {
        visibility: visible;
        opacity: 1;
    }

    header nav>ul>li>a {
        padding: 15px 0;
    }

    header nav>ul>li>ul,
    header nav>ul>li>ul>li>ul {
        position: static;
        width: 100%;
    }

    header nav>ul>li>ul>li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 15px;
    }

    header nav>ul>li>ul>li>a {
        display: inline-block;
        padding: 10px 0;
    }

    header nav>ul>li>ul>li>ul>li>a {
        padding: 12px 10px;
    }

    header nav ul li .submenu-icon1,
    header nav ul li .submenu-icon2 {
        display: block;
    }

    header nav>ul>li>.bigSubmenu {
        padding: 15px 15px 50px;
    }

    header nav>ul>li>.bigSubmenu>ul,
    header nav>ul>li>.bigSubmenu>ul>li>ul {
        width: 100%;
    }

    .submenu-icon1 {
        transition: all 0.45s;
    }

    .slider-section {
        margin: 0;
        padding-top: 5px;
        padding-left: 15px;
        /* aspect-ratio: 3 / 4; */
    }

    .slider-section .slider-item {
        left: 20px;
    }

    header nav>ul>li>.bigSubmenu>ul>li>ul {
        visibility: visible;
        opacity: 1;
        position: static;
    }

    header nav>ul>li>.bigSubmenu>ul>li>ul>li>.bigSubmenuContent {
        position: static;
    }

    header .logo img {
        width: 115px;
        height: auto;
    }

    .box-sections .highlight-box {
        margin-bottom: 20px;
    }

    .welcome-sections {
        padding: 25px 0;
    }

    .count-section {
        padding: 0;
        padding-top: 50px;
        padding-bottom: 20px;
        background-size: cover;
    }

    .count-section .count-box {
        margin-bottom: 30px;
        justify-content: flex-start;
        padding-left: 30px;
    }

    .blog-section .blog-box {
        width: 100%;
        margin: auto;
    }

    .blog-section .blog-box .blog-top img {
        height: 150px;
    }

    .blog-section .blog-box .blog-bottom h3 {
        font-size: 0.9rem;
        line-height: 16px;
    }

    .blog-section .blog-box .blog-bottom span.date {
        font-size: 0.8rem;
    }

    .blog-owl-carousel .blog-box .blog-top img {
        height: 200px;
    }

    .blog-owl-carousel .blog-box .blog-bottom h3 {
        font-size: 1rem;
        line-height: 22px;
    }

    .blog-owl-carousel .blog-box .blog-bottom span.date {
        font-size: 1rem;
    }

    .newsletter-section .common-input {
        width: 100%;
    }

    .newsletter-section .btn {
        display: block;
        width: 100%;
        margin: 0;
    }

    footer h3 {
        font-size: 1.5rem;
        margin-bottom: 2px;
    }

    footer ul {
        margin-bottom: 15px;
    }

    .listing-wrapper {
        flex-direction: column;
    }

    .listing-wrapper .listing-left-box {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

    .newsletter-section,
    .our-clinic-section,
    .partner-section,
    .services-section,
    .team-section,
    .testimonials-section,
    footer {
        padding: 30px 0;
    }

    footer {
        padding-top: 15px;
    }

    .inner-header-section {
        padding: 20px 20px;
    }

    .inner-header-section h1 {
        font-size: 1.5rem;
    }

    .about-section span,
    .about-section-2 span {
        font-size: 4rem;
        margin-bottom: -32px;
    }

    .about-section,
    .about-section-2 {
        padding: 30px 15px;
    }

    .copy-section ul {
        justify-content: flex-start;
        gap: 0 12px;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

    .copy-section ul li a {
        font-size: 13px;
    }

    .footer-2 .btn,
    .footer-2 h5 {
        margin-top: 20px;
    }

    .footer-2 img {
        width: 115px;
    }

    .service-section {
        padding: 30px 15px;
    }

    .service-section-2 {
        padding: 30px 15px;
    }

     .newsletter-section .subscribe-box {
        border: 0 !important;
    }

     .media-box.mb-0 {
        margin-bottom: 1.5rem !important;
    }

    .slider-section .welcome-down img {
        width: 36px;
    }

    .slider-section .carousel-caption h3 {
        font-size: 1.4rem;
    }

    .slider-section .carousel-caption {
        bottom: 25%;
        padding-top: 5px;
    }

    .slider-section .welcome-down {
        bottom: 10px;
        width: 20px;
    }

    .welcome-section {
        background: url(../images/welcome-720.webp) top center;
        background-size: cover;
    }

    .welcome-section .container {
        position: static;
        width: 100%;
        top: 0;
        padding: 40px;
    }

    .welcome-section .half-overlay {
        width: 100%;
    }

    .welcome-section img {
        display: none;
    }

    .core-value-section,
    .how-we-started-section {
        padding: 50px 0;
        background-position: top center;
    }

    .core-value-section.core-value-section .item h3 {
        font-size: 2rem;
    }

    .core-value-section .vision-wrapper {
        flex-direction: column;
    }

    .core-value-section .vision-wrapper h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .how-we-started-wrapper {
        flex-direction: column;
    }

    .how-we-started-wrapper .how-we-started-left {
        width: 100%;
    }

    .how-we-started-wrapper .how-we-started-right {
        width: 100%;
        margin-top: 20px;
    }

    .home-new-team-section {
        padding: 50px 0;
    }

    .testimonials-section .testimonials-box {
        flex-direction: column;
    }

    .testimonials-section .testimonials-box .testimonial-footer {
        position: static;
    }

    .social-icon-box ul.social-icons li a {
        width: 40px;
        height: 40px;
    }

    .social-icon-box ul.social-icons li a i {
        font-size: 18px;
    }

    .newsletter-section::after,
    .newsletter-section::before {
        width: 0;
    }

    .footer-slide .marquee-span {
        font-size: 1.5rem;
    }

    footer h6 {
        margin-top: 20px;
    }

    .started-section .excellence-logo img {
        width: 200px;
        margin-top: -10px;
    }

    .about-new-section.welcome-section .container {
        width: 100%;
    }

    .company-practice-section.core-value-section.core-value-section .item {
        min-height: 600px;
        padding: 30px;
    }

    .core-value-section .owl-nav .owl-next,
    .core-value-section .owl-nav .owl-prev {
        display: none;
    }

    .company-practice-section .heading-2 {
        margin-bottom: 0;
    }

    .testimonials-section .testimonials-box img {
        height: 300px;
        width: 300px;
    }

    .inner-banner h2 {
        margin-top: -70px;
    }

    .modal-title {
        text-align: left;
    }

    .new-team-section .team-box .team-info h4.team-name {
        font-size: 0.9rem;
    }

    .new-team-section .main-team .team-collumn .team-text,
    .new-team-section .team-box .team-info {
        padding: 10px;
        min-height: 75px;
    }

    .new-team-section .team-box {
        margin-bottom: 78px;
    }

    .new-team-section .main-team .team-collumn .team-text h3,
    .new-team-section .main-team .team-collumn .team-text h4 {
        font-size: 1rem;
        line-height: 18px;
    }

    .new-team-section .main-team .team-collumn {
        margin-bottom: 20px;
    }

    .new-team-section .row {
        min-height: auto;
    }

    .trophy-section .trophy-info h3 {
        font-size: 2rem;
        line-height: 40px;
    }

    .trophy-section .trophy-info {
        margin-bottom: 30px;
        min-height: auto;
    }

    .trophy-section .trophy-info h3 {
        margin-top: 0 !important;
    }

    .success-stories-section .success-stories-box .success-stories-box-body h4 {
        font-size: 1rem;
        margin-bottom: 5px;
    }

    .success-stories-section .success-stories-box .success-stories-box-body .team-name-2 {
        font-size: 1rem;
    }

    .success-stories-section .success-stories-box .success-stories-box-body {
        padding: 10px;
        height: 175px;
    }

    .success-stories-section .success-stories-box .read-more {
        width: 90%;
        font-size: 0.7rem;
        padding: 6px;
        bottom: 18px;
    }

    .brands-section,
    .csr-section,
    .success-stories-section {
        padding: 50px 0;
    }

    .testimonials-section .mb-5 {
        margin-bottom: 0 !important;
    }

    .csr-box-right {
        padding: 0;
        padding-top: 20px;
    }

    .csr-box-right h3 {
        font-size: 2rem;
    }

    .csr-box-right p {
        padding: 0;
    }

    .csr-section .row {
        margin-bottom: 42px;
    }

    .brands-section .brand-box {
        padding: 30px;
        padding-bottom: 85px;
        min-height: auto;
    }

    .brands-section .brand-box h2 {
        font-size: 1.8rem;
        height: auto;
        margin-bottom: 20px;
    }

    .brands-section .brand-box .read-more {
        color: var(--bgBlue);
        position: absolute;
        bottom: 30px;
        left: 30px;
        padding: 5px 20px;
    }

    .csr-box-right {
        position: static;
    }

    .media-box h4 {
        font-size: 1.5rem;
    }

    .career-section .career-top-box h2 {
        font-size: 1.8rem;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .career-section .career-box {
        width: 100%;
        margin-bottom: 8px;
        min-height: 232px;
        padding: 24px 16px;
    }

    .career-section .career-box p {
        margin-top: 24px;
        font-size: 0.9rem;
    }

    .career-section .career-box .read-more {
        width: 80%;
        padding: 6px 20px;
        bottom: 20px;
    }

    .inner-banner h1 {
        margin-top: -95px;
    }

    .our-services-section .service-wrapper.active .service-arrow i,
    .faq-section.active .faq-arrow i {
        transform: rotate(180deg);
    }

    .services-sub-head,
    .simplify-sub-head,
    .contact-sub-head,
    .faq-sub-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 10px 0px;
    }

    .simplify-sub-head {
        justify-content: flex-end;
    }

    .contact-sub-head {
        padding: 5px 0px;
    }

    .services-sub-head .service-arrow,
    .simplify-sub-head .simplify-arrow,
    .contact-sub-head .contact-arrow,
    .faq-sub-head .faq-arrow {
        display: block;
    }

    .simplify-sub-head .simplify-arrow i,
    .faq-sub-head .faq-arrow i {
        color: #fff;
    }

    header nav>ul>li>.bigSubmenu>ul>li>ul>li>.bigSubmenuContent {
        width: 100%;
    }

    .social-icon-box.footer-icons ul.social-icons {
        gap: 15px;
    }

    .footer-icons.social-icon-box ul.social-icons li a {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 1400px) {
    .newsletter-section::after {
        left: 120px;
    }

    .newsletter-section::before {
        right: 120px;
    }
}

@media (max-width: 1280px) {
    .newsletter-section::after {
        left: 90px;
    }

    .newsletter-section::before {
        right: 90px;
    }
}

@media (max-width: 1160px) {
    .newsletter-section::after {
        left: 65px;
    }

    .newsletter-section::before {
        right: 65px;
    }

    footer p {
        font-size: 15px;
    }
}

@media (max-width: 1100px) {

    header.active {
        overflow: hidden;
    }
}

@media (max-width: 1067px) {

    .welcome-section p {
        margin-bottom: 0;
        /* text-align: unset; */
    }

    .our-services-section .service-wrapper .main-services-para {
        text-align: unset;
    }

    .our-services .nav-strip .nav-link {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    footer h3 {
        font-size: 15px;
    }

    .newsletter-section::after {
        left: 45px;
    }

    .newsletter-section::before {
        right: 45px;
    }

    .slider-section .carousel-caption {
        bottom: 14%;
    }

    footer p {
        font-size: 14px;
    }

    .simplify-section .freezone-main .freezone-list li a {
        font-size: 13px;
    }

    .blog-section .blog-box .blog-bottom {
        padding: 12px 12px 30px;
        height: 150px;
    }

    .blog-section .blog-box .blog-bottom .errow-icon {
        width: 24px;
        height: 24px;
    }

    .blog-section .blog-box .blog-bottom .errow-icon {
        right: 15px;
        bottom: 15px;
    }

    .blog-section .blog-box .blog-bottom .errow-icon i {
        font-size: 12px;
    }

    .welcome-section .container {
        top: 15%;
    }

    .our-services .nav-strip .nav-link {
        padding: 10px;
    }

    .social-icon ul {
        margin-top: 5px;
    }

    .social-icon ul li {
        margin: 0 2px 0 0;
    }

    .social-icon ul li a {
        width: 30px !important;
        height: 30px;
    }

    .slider-section .carousel-caption h1 {
        font-size: 1.8rem;
        margin-bottom: 5px;
    }

    .testimonials-section .owl-theme .owl-nav.disabled+.owl-dots {
        display: none;
    }

    footer img.footer-logo {
        width: 180px;
        margin-bottom: 24px;
    }

    .why_excellence .about_right {
        padding: 30px;
        padding-top: 100px;
    }

    .why_excellence .about_right_animate {
        transform: translateX(0);
    }
}

@media (max-width: 992px) {
    .newsletter-section::before {
        right: 25px;
    }

    .newsletter-section::after {
        left: 25px;
    }

    .our-services .nav-strip .nav-link {
        padding: 10px 4px;
    }
}

@media (max-width: 955px) {
    .slider-section .carousel-caption {
        bottom: 6%;
    }
}

@media (max-width: 875px) {
    .slider-section .carousel-caption {
        bottom: 2%;
    }

    .newsletter-section::after {
        left: 5px;
    }

    .newsletter-section::before {
        right: 5px;
    }
}

@media (max-width: 850px) {
    header .logo img {
        width: 210px;
    }

    .affiliation-accreditations-section .affiliation-text-list ul li {
        font-size: 1.3rem;
        padding: 0 20px;
    }

    .our-services-section .service-wrapper {
        gap: 90px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width: 810px) {
    .slider-section .btn {
        margin-top: 10px;
    }

    .slider-section .carousel-caption {
        bottom: -2%;
    }
}

@media (max-width: 785px) {
    .our-services-section .service-wrapper h3 {
        font-size: 22px;
    }

    header .logo img {
        width: 170px;
    }
}

@media (max-width: 767px) {

    .affiliation-accreditations-section {
        padding-top: 200px;
        padding-bottom: 60px;
        background: url(../images/affiliation-accreditations-bg-mobile.webp) top center no-repeat;
        background-size: cover;
    }

    .affiliation-accreditations-section .affiliation-text-list ul {
        flex-wrap: wrap;
        gap: 10px;
    }

    .affiliation-accreditations-section .affiliation-text-list ul li {
        min-width: 437px;
    }

    .testimonials-section .client-testimonials-box .testimonial-footer {
        bottom: 10px;
    }

    .testimonials-section p {
        font-size: 14px;
    }

    .client-testimonials-box .client-testimonials-box-content {
        min-height: 380px;
    }

    .faq-section .faq-main .faq-info .faq-list li a {
        font-size: 16px;
    }

    .our-services-section .service-wrapper .service-row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 50px;
        flex-direction: column;
    }

    .blog-detail-sec .calander-row img.calender-pic {
        width: 30%;
    }

    header li.d-flex.contact-flex {
        justify-content: flex-start;
    }

    header .contact-flex .contact-style {
        padding: 5px 12px;
        border: 2px solid #1a98d5;
        border-radius: 0 15px 15px 0;
        border-left: 0;
        height: 36px;
    }

    nav .bigSubmenu.active {
        max-height: 80vh;
        overflow-y: scroll;
    }

    .bodyOverFlow {
        overflow: hidden;
    }

    .slider-section .carousel-caption h1 {
        line-height: 28px;
        margin-top: 4px;
        font-size: 2rem;
        word-spacing: 0px;
        letter-spacing: 0px;
    }

    .social-icon ul li a {
        width: 25px !important;
        height: 25px;
    }

    .social-icon ul li a i {
        font-size: 13px;
    }

    .btn-outline-primary {
        padding: 1px 20px;
        font-size: 12px;
    }

    header>.container {
        padding: 0 15px;
    }

    .slider-section .carousel-caption h2 {
        border: 0 !important;
    }

    header .bigSubmenu .mobile-menu-flex {
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    header .bigSubmenu .mobile-menu {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        display: block;
    }

    header .bigSubmenu .inner-plus-symbol,
    header .bigSubmenu .plus-symbol {
        position: absolute;
        right: 5px;
        display: block;
        z-index: 1000;
    }

    .inner-plus-parent .inner-list {
        display: none;
    }

    .inner-plus-parent .inner-list.active {
        display: block;
    }

    header nav>ul>li>.bigSubmenu>ul>li>a {
        display: inline-block;
    }

    header .bigSubmenu>ul>li>ul {
        display: none;
    }

    header nav>ul>li>.bigSubmenu>ul>li:hover>a {
        font-size: 1.1rem;
        color: var(--navyBlue);
    }

    header nav>ul>li>.bigSubmenu>ul>li:hover>a::after {
        display: none;
    }

    /* .slider-section .carousel-item .top-auding-head {
        width: 160px;
    } */

    header .bigSubmenu .margin-desktop {
        margin-top: 0;
    }

    header nav>ul>li>.bigSubmenu>ul>li>ul,
    header nav>ul>li>.bigSubmenu>ul>li>ul>li>.bigSubmenuContent {
        min-height: 100%;
    }
}

@media (max-width: 732px) {
    .slider-section .carousel-caption {
        bottom: -3%;
    }

    .slider-section .carousel-caption h3 {
        line-height: 45px;
    }

    .affiliation-accreditations-section .affiliation-text-list ul li {
        border-right: 0 solid;
        border: 1px solid var(--skyBlue);
        padding: 5px;
        font-size: 0.9rem;
        line-height: 20px;
        border-radius: 10px;
        font-weight: normal;
        text-transform: none;
        color: #212529;
    }

    .affiliation-accreditations-section .affiliation-text-list ul li:last-child {
        border: 1px solid var(--skyBlue);
    }
}

@media (max-width: 650px) {
    .btn-outline-primary {
        padding: 7px 30px;
    }

    .our-services-section .service-wrapper {
        gap: 0;
    }

    .slider-section .carousel-caption h3 {
        margin-top: 8px;
    }

    .slider-section .carousel-caption h3 {
        line-height: 44px;
        margin-top: 8px;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .our-services-section .service-wrapper .absolute-box {
        width: 100%;
        padding-top: 25px;
    }

    .slider-section .carousel-caption h3 {
        line-height: 42px;
        font-size: 2.7rem !important;
    }

    .our-services-section .service-wrapper h3 {
        min-width: 260px;
    }

    .slider-section .carousel-item>img {
        transform: scale(1);
        position: absolute;
        bottom: 0px;
    }

    .faq-section .faq-main {
        flex-direction: column;
        gap: 40px;
    }

    .faq-section .faq-main .faq-info {
        width: 100%;
    }

    header .logo img {
        width: 150px;
    }

    .btn-outline-primary.top-btn {
        padding: 0;
    }

    .why_excellence {
        overflow: hidden;
    }
}

@media (max-width: 576px) {

    .slider-section .btn {
        margin-top: 5px;
    }

    .btn-outline-primary {
        padding: 5px 22px;
    }

    .simplify-section .freezone-main .freezone-list.border-style {
        border-right: 0 solid;
        min-height: auto;
    }

    .our-services-section .service-wrapper h3 {
        min-width: 250px;
    }

    .our-services-section .service-wrapper {
        gap: 10px !important;
        flex-direction: column;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width: 478px) {
    .slider-section .carousel-caption {
        bottom: -5%;
    }

    .slider-section .carousel-caption h2 {
        font-size: 1.1rem;
    }

    .our-services-section .service-wrapper .absolute-box .main-btns .btn-list {
        padding-left: 0;
    }
}

@media (max-width: 455px) {
    .btn-outline-primary {
        padding: 2px 22px;
        font-size: 12px;
    }

    .affiliation-accreditations-section {
        overflow: hidden;
    }

    .simplify-section .simplify-flex {
        align-items: start;
        flex-direction: column;
        gap: 10px;
        /* margin-bottom: 15px; */
    }

    .affiliation-accreditations-section .affiliation-text-list ul {
        margin-top: 0px;
        transform: translateX(0px);
    }
}

@media (max-width: 440px) {

    .affiliation-accreditations-section .affiliation-text-list ul li {
        min-width: 100%;
    }

    .slider-section .carousel-caption h3 {
        margin-top: 5px;
        margin-bottom: 18px;
    }

    .affiliation-accreditations-section {
        padding-top: 36px;
        padding-bottom: 36px;
    }
}

@media (max-width: 425px) {
    .slider-section .carousel-caption h2 {
        padding-top: 3px;
        font-size: 1.35rem;
    }

    .welcome-section .container {
        padding: 30px 30px;
    }

    .welcome-section .container .btn {
        margin-top: 32px;
    }

    .slider-section .carousel-caption {
        left: 4%;
    }
}

@media (max-width: 410px) {
    .slider-section .carousel-caption h3 {
        margin-top: 5px;
        margin-bottom: 12px;
    }
}

@media (max-width: 400px) {
    .slider-section .carousel-caption h3 {
        margin-bottom: 8px;
    }
}

@media (max-width: 390px) {

    .slider-section .btn {
        margin-top: 0;
    }
}

@media (max-width: 385px) {
    .slider-section .carousel-caption h3 {
        margin-top: 3px;
    }

    .btn-outline-primary {
        padding: 1px 20px;
        font-size: 12px;
    }

    header {
        padding: 0;
    }

    .our-services-section .service-wrapper .service-row {
        flex-direction: column;
        gap: 10px;
    }
}

/*08-Dec-2025*/
@media only screen and (min-width:360px) and (max-width:767px) {
    .why_excellence {
        background: #c4c4c4;
        padding: 0px 15px;
    }

    .why_excellence .excellence_head {
        transform: translateX(0px);
        line-height: 32px;
    }

    .why_excellence .about_right {
        padding-top: 0px;
        padding: 20px 15px !important;
        padding-bottom: 5px !important;
    }

    .why_excellence .about_right_animate {
        opacity: 1;
    }

    .why_excellence .about_right .about_heading {
        margin-top: -12px;
        font-size: 1rem;
    }

    .why_excellence .about_left .excellence_head {
        position: static;
        line-height: normal;
    }
}