html {
    width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body,
body *,
body *::before,
body *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
}

body .owl-carousel .owl-stage {
    transition: all .35s ease !important;
}

body .clientSec .clientsSay-slider.owl-theme .owl-dots button.owl-dot span,
body .testimonialsSec .testimonials-slider.owl-theme .owl-dots button.owl-dot span {
    transition: width .25s ease, background-color .25s ease !important;
}

/* Banner Section */
.bannerSec {
    width: 100%;
    float: left;
    padding: 131px 0 30px;
    background:
        radial-gradient(circle at 10% 28%, rgba(167, 234, 242, 0.55), transparent 28%),
        radial-gradient(circle at 88% 34%, rgba(255, 205, 116, 0.34), transparent 30%),
        linear-gradient(145deg, #f4fbfc 0%, #ffffff 50%, #fff8ec 100%);
}

.bannerSec .container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 184px;
}

.bannerSec .bannerTextWrap {
    width: 100%;
}

.bannerSec .leftCol {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    gap: 12px;
}

.bannerSec .leftCol h1 {
    max-width: 830px;
    color: #101820;
    font-size: 50px;
    line-height: 1.02;
    letter-spacing: -0.04em;
    font-weight: 300;
    margin: 0;
}

.bannerSec .leftCol h1 strong {
    font-weight: 700;
}

.bannerSec .leftCol p {
    max-width: 830px;
    color: #23414f;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 auto;
}

.middle {
    width: 100%;
    float: left;
}

@media (prefers-reduced-motion: no-preference) {
    body.js-reveal-ready [data-reveal],
    body.js-reveal-ready [data-reveal-group] > * {
        opacity: 0;
        transform: translate3d(0, 22px, 0);
        transition:
            opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
            transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
        transition-delay: var(--reveal-delay, 0s);
        will-change: opacity, transform;
    }

    body.js-reveal-ready [data-reveal="soft"] {
        transform: translate3d(0, 16px, 0);
    }

    body.js-reveal-ready .is-visible {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    body.js-reveal-ready [data-reveal-load] > * {
        opacity: 0;
        transform: translate3d(0, 18px, 0);
    }

    body.js-reveal-ready.is-page-ready [data-reveal-load] > * {
        animation: customersReveal 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
        animation-delay: var(--reveal-delay, 0s);
    }
}

@keyframes customersReveal {
    from {
        opacity: 0;
        transform: translate3d(0, 18px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

body.js-reveal-ready [data-reveal],
body.js-reveal-ready [data-reveal-group] > *,
body.js-reveal-ready [data-reveal-load],
body.js-reveal-ready [data-reveal-load] > *,
body.js-reveal-ready .is-visible,
body.js-reveal-ready.is-page-ready [data-reveal-load] > * {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
    [data-reveal],
    [data-reveal-group] > *,
    [data-reveal-load] > * {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
        transition: none !important;
    }
}

/* Remove decorative waves, dots, and flourish elements */
.medicalSec::before,
.clientSec::before,
.clientSec .clientsSay-slider .item .clientsLogoBox::before,
.clientSec .clientsSay-slider .item .ownerBox .ownerInfo h4::before,
.testimonialsSec .testimonials-slider .item .ownerBox .ownerInfo h4::before {
    display: none !important;
    content: none !important;
    background-image: none !important;
    background: none !important;
}

/* Medical Section */
.medicalSec {
    position: relative;
    width: 100%;
    float: left;
    padding: 110px 0;
}

.medicalSec::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../images/design-banner-background-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.medicalSec .leftCol {
    width: 100%;
    float: left;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 40px;
    padding-top: 30px;
}

.medicalSec .leftCol .medicalLogoBox {
    width: 215px;
    height: 225px;
    float: left;
    border-radius: 15px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.medicalSec .leftCol .medicalLogoBox > a,
.medicalSec .leftCol .medicalLogoBox .sf-root,
.medicalSec .leftCol .medicalLogoBox .sf-root a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.medicalSec .leftCol .medicalLogoBox > a {
    padding: 18px;
}

.medicalSec .leftCol .medicalLogoBox > a img,
.medicalSec .leftCol .medicalLogoBox .sf-root img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

.medicalSec .leftCol .medicalLogoBox:nth-child(2),
.medicalSec .leftCol .medicalLogoBox:nth-child(5) {
    margin-top: -30px;
}

.medicalSec .leftCol .medicalLogoBox .sf-root {
    padding: 18px;
}

.medicalSec .leftCol .medicalLogoBox .sf-root a {
    padding: 0;
}

.medicalSec .rightCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    float: left;
}

.medicalSec .rightCol h2 {
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 55px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 15px;
}

.medicalSec .rightCol h2 strong {
    font-weight: 700;
}

.medicalSec .rightCol p {
    font-size: 18px;
    line-height: 32px;
    color: rgb(0 0 0 / 80%);
}

/* Client Section */
.clientSec {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 22px;
    background:
        radial-gradient(circle at 12% 18%, rgba(122, 198, 70, 0.18), transparent 24%),
        radial-gradient(circle at 88% 20%, rgba(167, 234, 242, 0.32), transparent 22%),
        linear-gradient(180deg, #f7fbfd 0%, #edf6fa 100%);
}

.clientSec h2 {
    position: relative;
    font-size: 50px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 28px;
    margin-bottom: 24px;
}

.clientSec h2 strong {
    font-weight: 700;
}

.clientSec h2::before {
    content: none;
    display: none;
}

.clientSec .clientsSay-slider.owl-carousel .owl-stage {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.clientSec .clientsSay-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.clientSec .clientsSay-slider .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 30px 30px 32px;
    border-radius: 22px;
    box-shadow: 0 20px 40px rgba(16, 24, 32, 0.08), 0 8px 18px rgba(16, 24, 32, 0.04);
    background: #ffffff;
    border: 1px solid rgba(223, 228, 232, 0.92);
    transition: all .3s ease-in-out;
}

.clientSec .clientsSay-slider .item:hover {
    box-shadow: 0 24px 48px rgba(16, 24, 32, 0.1), 0 12px 24px rgba(16, 24, 32, 0.05);
    border-color: rgba(220, 225, 230, 0.98);
}

.clientSec .clientsSay-slider .item .clientsLogoBox {
    position: relative;
    display: flex;
    width: 100%;
    min-height: auto;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(219, 224, 228, 0.9);
}

.clientSec .clientsSay-slider .item .clientsLogoBox::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    width: 29px;
    height: 23px;
    background-image: url(../images/commas.png);
    background-repeat: no-repeat;
}

.clientSec .clientsSay-slider .item .clientsLogoBox::before {
    content: none;
    display: none;
}

.clientSec .clientsSay-slider .item .clientsLogoBox::after {
    content: "★★★★★";
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.24em;
    color: #d8ae4c;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.clientSec .clientsSay-slider .item .clientsLogoBox img.commas-icon {
    width: 29px;
    height: auto;
}

.clientSec .clientsSay-slider .item .clientsLogoBox img.capterra-logo {
    width: 165px;
    height: auto;
}

.clientSec .clientsSay-slider .item .clientsLogoBox img.g2-logo {
    width: 45px;
    height: auto;
}

.clientSec .clientsSay-slider .item>p {
    font-size: 18px;
    line-height: 30px;
    color: #19235a;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 32px;
    flex: 1;
}

.clientSec .clientsSay-slider .item .ownerBox {
    display: flex;
    margin-top: auto;
    padding-top: 4px;
}

.clientSec .clientsSay-slider .item .ownerBox .ownerInfo {
    width: 100%;
    float: left;
}

.clientSec .clientsSay-slider .item .ownerBox .ownerInfo h4 {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #19235a;
    font-weight: 600;
}

.clientSec .clientsSay-slider .item .ownerBox .ownerInfo h4::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 178px;
    height: 27px;
    background-image: url(../images/owner-design.png);
    background-repeat: no-repeat;
}

.clientSec .clientsSay-slider .item .ownerBox .ownerInfo h4::before {
    content: none;
    display: none;
}

.clientSec .clientsSay-slider .item .ownerBox .ownerInfo p {
    font-size: 16px;
    line-height: 30px;
    color: #19235a;
    font-weight: 400;
}

.clientSec .clientsSay-slider.owl-theme .owl-nav {
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
}

.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-prev,
.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    left: -150px;
    width: 51px;
    height: 51px;
    font-size: 0;
    color: transparent;
    border-radius: 25px;
    outline: none;
    transition: all .3s ease-in-out;
}

.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-prev span,
.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-next span {
    display: none;
}

.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-prev::before,
.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-next::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 29px;
    border: 3px solid transparent;
    background: linear-gradient(50deg, #5fd0d6 0%, #1f7fb5 100%) border-box;
    mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-next {
    left: auto;
    right: -150px;
}

.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-prev::after,
.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    font-size: 23px;
    line-height: 1;
    color: #24b0e1;
}

.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-prev::after {
    content: "\f104";
}

.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-next::after {
    content: "\f105";
}

.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-prev:hover,
.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-next:hover {
    opacity: 0.7;
}

/* Testimonials Section */
.testimonialsSec {
    width: 100%;
    float: left;
    padding: 110px 0 90px;
    background: transparent;
}

.testimonialsSec .testimonials-slider,
.testimonialsSec .testimonials-slider .owl-stage-outer {
    background: transparent !important;
}

.testimonialsSec h2 {
    font-size: 50px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
}

.testimonialsSec h2 strong {
    font-weight: 700;
}

.testimonialsSec .testimonials-slider .owl-stage {
    display: flex;
    padding-bottom: 20px;
}

.testimonialsSec .testimonials-slider .item {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #e8edf2;
    background: #ffffff;
    box-shadow: none;
    transition: all .3s ease-in-out;
}

.testimonialsSec .testimonials-slider .item:hover {
    border-color: #d9e4ec;
    box-shadow: none;
}

.testimonialsSec .testimonials-slider .item ul {
    display: flex;
    margin-bottom: 22px;
}

.testimonialsSec .testimonials-slider .item ul li {
    margin-right: 5px;
    width: 35px;
}

.testimonialsSec .testimonials-slider .item ul li img {
    width: 100%;
    height: auto;
    opacity: 0.34;
    filter: grayscale(1) brightness(1.05);
}

.testimonialsSec .testimonials-slider .item .testimonialsInfo {
    width: 100%;
    float: left;
    flex: 1;
}

.testimonialsSec .testimonials-slider .item .testimonialsInfo p {
    font-size: 18px;
    line-height: 30px;
    color: #19235a;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 18px;
    display: block;
    height: 120px;
    overflow: hidden;
}

.testimonialsSec .testimonials-slider .item .testimonialsInfo p.collapse.show {
    height: auto;
}

.testimonialsSec .testimonials-slider .item .readMoreBtn {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    text-decoration: underline !important;
    text-transform: uppercase;
    background: linear-gradient(90deg, #f9b21d 0%, #f47a20 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700;
}

.testimonialsSec .testimonials-slider .item a.collapsed::after {
    content: 'Read More';
}

.testimonialsSec .testimonials-slider .item a:not(.collapsed)::after {
    content: 'Collapse';
}

.testimonialsSec .testimonials-slider .item .ownerBox {
    width: 100%;
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid #edf2f6;
    display: flex;
    align-items: flex-end;
}

.testimonialsSec .testimonials-slider .item .ownerBox .ownerInfo {
    width: 50%;
}

.testimonialsSec .testimonials-slider .item .ownerBox .ownerInfo h4 {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #19235a;
    font-weight: 600;
}

.testimonialsSec .testimonials-slider .item .ownerBox .ownerInfo h4::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 135px;
    height: 27px;
    background-image: url(../images/testimonials-design.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.testimonialsSec .testimonials-slider .item .ownerBox .ownerInfo h4::before {
    content: none;
    display: none;
}

.testimonialsSec .testimonials-slider .item .ownerBox .ownerInfo p {
    font-size: 16px;
    line-height: 30px;
    color: #19235a;
    font-weight: 400;
}

.testimonialsSec .testimonials-slider .item .ownerBox .ownerImg {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.testimonialsSec .testimonials-slider .item .ownerBox .ownerImg img {
    max-width: 160px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.testimonialsSec .testimonials-slider.owl-theme .owl-nav {
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
}

.testimonialsSec .testimonials-slider.owl-theme .owl-nav .owl-prev,
.testimonialsSec .testimonials-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    left: -150px;
    width: 51px;
    height: 51px;
    font-size: 0;
    color: transparent;
    border-radius: 25px;
    outline: none;
    transition: all .3s ease-in-out;
}

.testimonialsSec .testimonials-slider.owl-theme .owl-nav .owl-prev span,
.testimonialsSec .testimonials-slider.owl-theme .owl-nav .owl-next span {
    display: none;
}

.testimonialsSec .testimonials-slider.owl-theme .owl-nav .owl-prev::before,
.testimonialsSec .testimonials-slider.owl-theme .owl-nav .owl-next::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 29px;
    border: 3px solid transparent;
    background: linear-gradient(50deg, #5fd0d6 0%, #1f7fb5 100%) border-box;
    mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.testimonialsSec .testimonials-slider.owl-theme .owl-nav .owl-next {
    left: auto;
    right: -150px;
}

.testimonialsSec .testimonials-slider.owl-theme .owl-nav .owl-prev::after,
.testimonialsSec .testimonials-slider.owl-theme .owl-nav .owl-next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    font-size: 23px;
    line-height: 1;
    color: #24b0e1;
}

.testimonialsSec .testimonials-slider.owl-theme .owl-nav .owl-prev::after {
    content: "\f104";
}

.testimonialsSec .testimonials-slider.owl-theme .owl-nav .owl-next::after {
    content: "\f105";
}

.testimonialsSec .testimonials-slider.owl-theme .owl-nav .owl-prev:hover,
.testimonialsSec .testimonials-slider.owl-theme .owl-nav .owl-next:hover {
    opacity: 0.7;
}

@media only screen and (min-width: 1601px) and (max-width: 2100px) {}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {}

@media only screen and (min-width: 1441px) and (max-width: 1500px) {}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    .earnSec .leftCol .everyReferralBox {
        left: -70px;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1366px) {

    /* Client Section */
    .clientSec .clientsSay-slider.owl-theme .owl-nav {
        top: 45% !important;
    }

    .clientSec .clientsSay-slider.owl-theme .owl-nav .owl-prev {
        left: -60px !important;
    }

    .clientSec .clientsSay-slider.owl-theme .owl-nav .owl-next {
        right: -60px !important;
    }

    /* Testimonials Section */
    .testimonialsSec .testimonials-slider.owl-theme .owl-nav {
        top: 45% !important;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-nav .owl-prev {
        left: -60px !important;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-nav .owl-next {
        right: -60px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {

    /* Banner Section */
    .bannerSec {
        padding: 131px 0 30px;
    }

    .bannerSec .leftCol h1 {
        font-size: 50px;
    }

    /* Medical Section */
    .medicalSec {
        padding: 90px 0;
    }

    .medicalSec .leftCol {
        padding-right: 20px;
    }

    .medicalSec .leftCol .medicalLogoBox {
        width: 205px;
        height: 220px;
    }

    .medicalSec .rightCol h2 {
        font-size: 45px;
    }

    /* Client Section */
    .clientSec {
        padding-top: 18px;
    }

    .clientSec h2 {
        font-size: 45px;
        margin-top: 24px;
        margin-bottom: 20px;
    }

    /* Testimonials Section */
    .testimonialsSec {
        padding: 90px 0;
    }

    .testimonialsSec h2 {
        font-size: 45px;
    }

    .testimonialsSec .testimonials-slider .item {
        padding: 28px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .bannerSec {
        padding: 114px 0 30px;
    }

    .bannerSec .leftCol h1 {
        font-size: 42px;
    }

    .bannerSec .leftCol p {
        font-size: 14px;
        line-height: 1.5;
    }

    /* Medical Section */
    .medicalSec {
        padding: 60px 0;
    }

    .medicalSec .leftCol {
        padding-right: 0;
    }

    .medicalSec .leftCol .medicalLogoBox {
        width: 170px;
        height: 185px;
    }

    .medicalSec .leftCol .medicalLogoBox img {
        max-width: 110px !important;
    }

    .medicalSec .rightCol h2 {
        font-size: 38px;
        line-height: 50px;
    }

    /* Client Section */
    .clientSec {
        padding-top: 16px;
    }

    .clientSec h2 {
        font-size: 38px;
        margin-top: 22px;
        margin-bottom: 18px;
    }

    /* Testimonials Section */
    .testimonialsSec {
        padding: 60px 0;
    }

    .testimonialsSec h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .testimonialsSec .testimonials-slider .item {
        padding: 26px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* Banner Section */
    .bannerSec {
        padding: 114px 0 30px;
    }

    .bannerSec .leftCol h1 {
        font-size: 42px;
    }

    .bannerSec .leftCol p {
        font-size: 14px;
        line-height: 1.5;
    }

    /* Medical Section */
    .medicalSec {
        padding: 50px 0;
    }

    .medicalSec .leftCol {
        padding-right: 0;
        padding-top: 10px;
    }

    .medicalSec .leftCol .medicalLogoBox {
        width: 108px;
        height: 125px;
    }

    .medicalSec .leftCol .medicalLogoBox img {
        max-width: 75px !important;
    }

    .medicalSec .rightCol h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .medicalSec .rightCol p {
        line-height: 28px;
    }

    /* Client Section */
    .clientSec {
        padding: 50px 0;
        padding-top: 14px;
    }

    .clientSec::before {
        display: none;
    }

    .clientSec h2 {
        font-size: 35px;
        line-height: 40px;
        margin-top: 20px;
        margin-bottom: 16px;
    }

    .clientSec .clientsSay-slider .item {
        padding: 25px;
    }

    /* Testimonials Section */
    .testimonialsSec {
        padding: 50px 0;
    }

    .testimonialsSec h2 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .testimonialsSec .testimonials-slider .item {
        padding: 24px;
    }

    .testimonialsSec .testimonials-slider .item ul li {
        width: 30px;
    }

    .testimonialsSec .testimonials-slider .item .ownerBox .ownerInfo h4 {
        line-height: 24px;
        padding-bottom: 5px;
    }

    .testimonialsSec .testimonials-slider .item .ownerBox .ownerInfo p {
        line-height: 22px;
    }

}

@media only screen and (max-width: 767px) {

    /* Banner Section  */
    .bannerSec {
        padding: 101px 0 27px;
    }

    .bannerSec .leftCol {
        gap: 10px;
    }

    .bannerSec .leftCol h1 {
        font-size: 34px;
    }

    .bannerSec .leftCol h1 br {
        display: none;
    }

    .bannerSec .container {
        min-height: 0;
    }

    .bannerSec .leftCol p {
        font-size: 13px;
        line-height: 1.5;
    }

    /* Medical Section */
    .medicalSec {
        padding: 40px 0;
    }

    .medicalSec::before {
        display: none;
    }

    .medicalSec .leftCol {
        padding: 0;
        margin-bottom: 30px;
    }

    .medicalSec .leftCol .medicalLogoBox {
        width: 155px;
        height: 140px;
    }

    .medicalSec .leftCol .medicalLogoBox > a {
        padding: 14px;
    }

    .medicalSec .leftCol .medicalLogoBox .sf-root {
        padding: 14px;
    }

    .medicalSec .leftCol .medicalLogoBox img {
        max-width: 100% !important;
        max-height: 100%;
        height: auto;
    }

    .medicalSec .leftCol .medicalLogoBox:nth-child(2),
    .medicalSec .leftCol .medicalLogoBox:nth-child(5) {
        margin: 0;
    }

    .medicalSec .rightCol h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .medicalSec .rightCol p {
        font-size: 16px;
        line-height: 28px;
    }

    /* Client Section */
    .clientSec {
        padding: 30px 0;
        padding-top: 12px;
    }

    .clientSec::before {
        display: none;
    }

    .clientSec h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: 18px;
        margin-bottom: 12px;
    }

    .clientSec .clientsSay-slider .item {
        padding: 20px;
    }

    .clientSec .clientsSay-slider .item .clientsLogoBox {
        min-height: 30px;
        margin-bottom: 10px;
    }

    .clientSec .clientsSay-slider .item>p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .clientSec .clientsSay-slider.owl-theme .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-align: center;
        padding-top: 10px;
    }

    .clientSec .clientsSay-slider.owl-theme .owl-dots button.owl-dot {
        outline: none;
    }

    .clientSec .clientsSay-slider.owl-theme .owl-dots button.owl-dot span {
        width: 10px;
        height: 10px;
        margin: 0;
        background: rgba(13, 127, 179, 0.18);
        display: block;
        border: none;
        border-radius: 999px;
        transition: width 0.25s ease, background-color 0.25s ease;
    }

    .clientSec .clientsSay-slider.owl-theme .owl-dots button.owl-dot.active span {
        width: 32px;
        background: linear-gradient(90deg, #28b8ef 0%, #0d7fb3 100%);
    }

    .clientSec .clientsSay-slider.owl-theme .owl-nav {
        display: none;
    }

    /* Testimonials Section */
    .testimonialsSec {
        padding: 40px 0 70px;
    }

    .testimonialsSec h2 {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 30px;
    }

    .testimonialsSec .testimonials-slider .item {
        padding: 22px;
        border-radius: 18px;
    }

    .testimonialsSec .testimonials-slider .item ul li {
        width: 25px;
    }

    .testimonialsSec .testimonials-slider .item .testimonialsInfo p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .testimonialsSec .testimonials-slider .item .ownerBox {
        margin-top: 20px;
        padding-top: 18px;
        align-items: flex-start;
    }

    .testimonialsSec .testimonials-slider .item .ownerBox .ownerInfo {
        width: 58%;
        margin-bottom: 20px;
    }

    .testimonialsSec .testimonials-slider .item .ownerBox .ownerImg {
        width: 42%;
        justify-content: flex-end;
    }

    .testimonialsSec .testimonials-slider .item .ownerBox .ownerImg img {
        max-width: 120px;
    }

    .testimonialsSec .testimonials-slider .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
        text-align: center;
        padding-top: 10px;
        max-width: 280px;
        margin: 0 auto;
    }

    .testimonialsSec .testimonials-slider .owl-dots button.owl-dot {
        outline: none;
        flex: 0 0 auto;
    }

    .testimonialsSec .testimonials-slider .owl-dots button.owl-dot span {
        width: 8px;
        height: 8px;
        margin: 0;
        background: rgba(13, 127, 179, 0.18);
        display: block;
        border: none;
        border-radius: 999px;
        transition: width 0.25s ease, background-color 0.25s ease;
    }

    .testimonialsSec .testimonials-slider .owl-dots button.owl-dot.active span {
        width: 24px;
        background: linear-gradient(90deg, #28b8ef 0%, #0d7fb3 100%);
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-nav {
        display: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {}

@media only screen and (max-width: 991px) {
    .middle,
    .clientSec,
    .testimonialsSec {
        overflow-x: hidden;
    }

    .clientSec h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: 18px;
        margin-bottom: 12px;
    }

    .clientSec .clientsSay-slider .item {
        padding: 20px;
    }

    .clientSec .clientsSay-slider .item .clientsLogoBox {
        min-height: 30px;
        margin-bottom: 10px;
    }

    .clientSec .clientsSay-slider .item > p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .clientSec .clientsSay-slider.owl-theme .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-align: center;
        padding-top: 10px;
    }

    .clientSec .clientsSay-slider.owl-theme .owl-dots button.owl-dot {
        outline: none;
    }

    .clientSec .clientsSay-slider.owl-theme .owl-dots button.owl-dot span {
        width: 10px;
        height: 10px;
        margin: 0;
        background: rgba(13, 127, 179, 0.18);
        display: block;
        border: none;
        border-radius: 999px;
        transition: width 0.25s ease, background-color 0.25s ease;
    }

    .clientSec .clientsSay-slider.owl-theme .owl-dots button.owl-dot.active span {
        width: 32px;
        background: linear-gradient(90deg, #28b8ef 0%, #0d7fb3 100%);
    }

    .clientSec .clientsSay-slider.owl-theme .owl-nav {
        display: none !important;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
        text-align: center;
        max-width: 280px;
        margin: 0 auto;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-dots button.owl-dot {
        outline: none;
        flex: 0 0 auto;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-dots button.owl-dot span {
        width: 8px;
        height: 8px;
        margin: 0;
        background: rgba(13, 127, 179, 0.18);
        display: block;
        border: none;
        border-radius: 999px;
        transition: width 0.25s ease, background-color 0.25s ease;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-dots button.owl-dot.active span {
        width: 24px;
        background: linear-gradient(90deg, #28b8ef 0%, #0d7fb3 100%);
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-nav {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) {
    .clientSec .clientsSay-slider.owl-theme .owl-nav .owl-prev,
    .clientSec .clientsSay-slider.owl-theme .owl-nav .owl-next {
        left: calc((100% - 96vw) / 2) !important;
        right: auto !important;
    }

    .clientSec .clientsSay-slider.owl-theme .owl-nav .owl-next {
        left: auto !important;
        right: calc((100% - 96vw) / 2) !important;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-nav .owl-prev,
    .testimonialsSec .testimonials-slider.owl-theme .owl-nav .owl-next {
        left: calc((100% - 96vw) / 2) !important;
        right: auto !important;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-nav .owl-next {
        left: auto !important;
        right: calc((100% - 96vw) / 2) !important;
    }
}

/* Customers page: make What Clients Say match homepage carousel treatment */
.clientSec .clientsSay-slider.owl-carousel .owl-stage {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.clientSec .clientsSay-slider.owl-carousel .owl-stage-outer {
    overflow: hidden;
}

.clientSec .clientsSay-slider .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 30px 30px 32px;
    border-radius: 22px;
    box-shadow: none;
    background: #ffffff;
    border: 1px solid rgba(223, 228, 232, 0.92);
    transition: all .3s ease-in-out;
}

.clientSec .clientsSay-slider .item:hover {
    box-shadow: none;
    border-color: rgba(220, 225, 230, 0.98);
}

.clientSec .clientsSay-slider.owl-theme .owl-nav {
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
}

.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-prev,
.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    left: -150px;
    width: 51px;
    height: 51px;
    font-size: 0;
    color: transparent;
    border-radius: 25px;
    outline: none;
    z-index: 5;
    transition: all .3s ease-in-out;
}

.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-prev span,
.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-next span {
    display: none;
}

.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-prev::before,
.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-next::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 29px;
    border: 3px solid transparent;
    background: linear-gradient(50deg, #5fd0d6 0%, #1f7fb5 100%) border-box;
    mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-next {
    left: auto;
    right: -150px;
}

.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-prev::after,
.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    font-size: 23px;
    line-height: 1;
    color: #24b0e1;
}

.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-prev::after {
    content: "\f104";
}

.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-next::after {
    content: "\f105";
}

.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-prev:hover,
.clientSec .clientsSay-slider.owl-theme .owl-nav .owl-next:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 991px) {
    .clientSec h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: 18px;
        margin-bottom: 12px;
    }

    .clientSec .clientsSay-slider .item {
        padding: 20px;
    }

    .clientSec .clientsSay-slider .item .clientsLogoBox {
        min-height: 30px;
        margin-bottom: 10px;
    }

    .clientSec .clientsSay-slider .item > p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .clientSec .clientsSay-slider.owl-theme .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-align: center;
        padding-top: 10px;
    }

    .clientSec .clientsSay-slider.owl-theme .owl-dots button.owl-dot {
        outline: none;
    }

    .clientSec .clientsSay-slider.owl-theme .owl-dots button.owl-dot span {
        width: 10px;
        height: 10px;
        margin: 0;
        background: rgba(13, 127, 179, 0.18);
        display: block;
        border: none;
        border-radius: 999px;
        transition: width 0.25s ease, background-color 0.25s ease;
    }

    .clientSec .clientsSay-slider.owl-theme .owl-dots button.owl-dot.active span {
        width: 32px;
        background: linear-gradient(90deg, #28b8ef 0%, #0d7fb3 100%);
    }

    .clientSec .clientsSay-slider.owl-theme .owl-nav {
        display: none !important;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-align: center;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-dots button.owl-dot {
        outline: none;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-dots button.owl-dot span {
        width: 10px;
        height: 10px;
        margin: 0;
        background: rgba(13, 127, 179, 0.18);
        display: block;
        border: none;
        border-radius: 999px;
        transition: width 0.25s ease, background-color 0.25s ease;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-dots button.owl-dot.active span {
        width: 32px;
        background: linear-gradient(90deg, #28b8ef 0%, #0d7fb3 100%);
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-nav {
        display: none !important;
    }
}
