@media( max-width: 1399px ) {
    body, html {
        font-size: 16px;
    }
    .ss-solution-2 .g-5 {
        gap: 2rem !important;
    }
    .site-page-title {
        padding: 15rem 0 2rem;
    }
    .about-highlight {
        padding: 2rem 2rem;
    }
    .dp-content p {
        padding: 0 1vw;
    }
    .site-page-title h1.titleText {
        font-size: 2.3rem;
    }
    .solution-image-content h4 {
        font-size: 1.5rem;
    }
    .size-image img {
        width: 602px;
    }
    .teamWrap-inner {
        min-height: 18rem;
    }
    .teamWrap-inner p {
        padding-inline: 1rem;
    }
    .teamCarousel_navPrev {
        transform: translate( -30px, -50% );
    }
    .teamCarousel_navNext {
        transform: translate( 30px, -50% );
    }
}

@media( max-width: 1199px ) {
    .homeBanner {
        min-height: 400px;
    }
    .homeBanner-content h1 {
        font-size: 3.5rem;
    }
    .sectionTitle {
        font-size: 2.5rem;
    }
    .ss-problem .blurWrap img {
        padding: 2rem 0 0 2rem;
    }
    .size-image img {
        width: 504px;
    }
    .solution-section-5 h5::after {
        transform: translate( 0%, -30%);
    }
    .solution-highlight {
        top: -1rem;
        right: 0;
    }
    .solution-highlight p {
        font-size: 1.1rem;
    }
    .teamWrap-inner {
        min-height: 10rem;
    }
    .teamWrap-inner {
        min-height: 22rem;
    }
}

@media( max-width: 991px ) {
    .ss-solution-2 .g-5 {
        gap: 0rem !important;
    }
    .about-highlight {
        right: -50%;
    }
    .about-highlight h3 {
        font-size: 1.5rem;
    }
    .about-highlight h3 br {
        display: none;
    }
    .site-page-title h1.titleText br {
        display: none;
    }
    .solution-image-content {
        width: 100%;
    }
    .size-image img {
        width: 50vw;
    }
    .doctor-info p br {
        display: none;
    }
}

@media( max-width: 767px ) {
    .team-wrap .doctor-info:nth-child(even) {
        transform: translateY(0);
    }
    .about-highlight {
        right: 0;
        left: 20%;
        bottom: -10%;
    }
    .contact-info {
        height: auto;
        padding: 5rem 0 calc( 8rem + 400px );
    }
    .gmap-wrap {
        top: auto;
        bottom: 5rem;
        height: 400px;
        left: 0;
        transform: none;
        width: 100vw;
    }
    .solution-image-content {
        left: 1.5rem;
    }
    .solution-image-content.sic-alt {
        right: 1.5rem;
    }
    .size-image img {
        width: 100%;
    }
    .solution-highlight {
        position: static;
        margin-top: 200px;
        padding: 2rem;
    }
    .solution-section-6 p {
        padding-top: 30px;
    }
    .solution-section-6 .row::before {
        bottom: auto;
        height: 450px;
        width: 80vw;
    }
    .view-all-team {
        margin-top: 6rem;
    }
    .teamWrap-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 16rem;
    }
    .teamCarousel_nav {
        top: calc( 30px + 8rem );
    }
    .teamCarousel_navPrev {
        transform: translate( -0px, -50% );
    }
    .teamCarousel_navNext {
        transform: translate( 0px, -50% );
    }
}

@media( max-width: 575px ) {
    .homeBanner-content h1 {
        font-size: 2.6rem;
        line-height: 1.2;
    }
    .site-page-title h1.titleText {
        font-size: 2rem;
        line-height: 1.2;
    }
    .sectionTitle {
        font-size: 2.3rem;
    }
    .doctor-info p br {
        display: none;
    }
    .headerMenu {
        display: flex;
        justify-content: space-evenly;
    }
    .dp-content p {
        padding: 0 10vw;
    }
    .about-section-3 .ss-wrap {
        padding: 3rem 2rem 3rem;
    }
    .dp-content {
        position: static;
        opacity: 1;
        padding: 1.5rem 1rem 4rem;
    }
    .dp-content .titleText,
    .dp-content p {
        transform: none !important;
    }
    .dp-content p {
        padding: 0 1vw;
    }
    .solution-image-content,
    .solution-image-content.sic-alt {
        right: -10%;
        left: -10%;
        bottom: -1rem;
        width: auto;
    }
    .solution-image-wrap {
        padding-bottom: 10rem;
    }
    .solution-image-wrap img {
        height: 100vw;
    }
    .solution-image-content h4 {
        font-size: 1.3rem;
        padding: 2rem 1.5rem;
    }
    .solution-section-6 .row::before {
        width: 100vw;
        background-position: center bottom;
    }
    .teamWrap-outer .owl-theme .owl-dots {
        width: 100%;
    }
    .teamWrap-inner h4 {
        font-size: 1.5rem;
    }
}

@media( max-width: 410px ) {
    .teamWrap-inner {
        min-height: 20rem;
    }
    .teamCarousel_nav {
        top: calc( 30px + 10rem );
    }
    .teamWrap-inner p {
        padding-inline: 0rem;
    }
}