.one-mg-campaign-header a {
    font-size: 20px;
    color: var(--secondary);
    cursor: pointer;
}

.one-mg-section-padding1 {
    padding: 10px 0px;
}

.one-mg-banner-section {
    background-image: url(../images/compaign/1mg-camp-banner-desktop.webp);
    background-size: cover;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.one-mg-banner-section .onemg-mobile-banner {
    display: none;
}   

.one-mg-banner-section .box {
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
    background-color: white;
    position: relative;
    z-index: 1;
}

.one-mg-banner-section .box .box-header {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 0.5px solid #dddddd;
    padding: 15px 15px;
}

.one-mg-banner-section .box .box-body {
    padding: 15px 15px 0 15px;
}

.one-mg-why-to-choose-the-lab {
    padding: 40px 0px;
}

.one-mg-why-to-choose {
    text-align: center;
}

.one-mg-why-to-choose-the-lab img {
    width: 75px;
    height: 75px;
}
.one-mg-why-to-choose h6 {
    margin-bottom: 0;
    margin-top: 10px;
}

.onemg-package-section .package-box {
    border: 1px solid #ddd;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
    background-color: #f1f1f1;
    margin: 12px;
    border-radius: 6px;
    overflow: hidden;
}

.onemg-package-section .package-box .package-heading {
    padding: 15px;
}
.onemg-package-section .package-heading {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.onemg-package-section .package-box .package-heading h4 {
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
}

.onemg-package-section .package-box .box-price {
    background-color: #e74c4a;
    color: white;
    padding: 10px 15px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.onemg-package-section .package-box .box-price .price-content {
    width: calc(100% - 60px);
}

.onemg-package-section .package-box .box-price .price-content h4 {
    font-size: 20px;
    margin: 0px;
    color: white;
}

.onemg-package-section .package-box .box-price .price-content p {
    margin: 0px;
    font-size: 14px;
    color: white;
}

.onemg-package-section .package-box .box-acc-body {
    padding: 15px 15px 5px;
}

.onemg-package-section .package-box .accordion .accordion-package {
    padding: 10px 15px;
    border: 1px solid #eee;
    background-color: white;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.onemg-package-section .package-box .accordion .accordion-package::after {
    content: '+';
    font-size: 18px;
    font-weight: 700;
    min-width: 20px;
    text-align: center;
}

.onemg-package-section .package-box .accordion .accordion-package.active::after {
    content: '-';
}

.onemg-package-section .package-box .accordion .acc-content {
    padding: 10px 15px;
    background-color: white;
    margin-bottom: 10px;
    display: none;
}

.onemg-package-section .package-box .accordion .acc-content.show {
    display: block;
}

.acc-title{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--secondary);
}

.reference-lab {
    background-color: #fbf0e0;
    padding: 40px 0px;
}

.reference-lab .reference-lab-img {
    height: 100px;
}

.reference-lab .reference-inner-box-right img {
    height: 350px;
}

.reference-lab .reference-inner-box .reference-lab-img img {
    height: 100px;
}

.all-around-care {
    background-color: #f1fcff;
    padding: 40px 0px;
}

.all-around-care-card {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    background-color: #d4f2ff;
    padding: 0 2vw 0 3vw;
    align-items: center;
    min-height: 175px;
    position: relative;
}

.all-around-care-card .all-around-care-card-heading {
    width: calc(100% - 150px);
}

.all-around-care-card .round img {
    height: 152px;
    width: 150px;
    position: absolute;
    bottom: 0;
    right: 30px;
}

.all-around-care-card p.para1 {
    margin-bottom: 0;
}

.one-mg-getting-tested .getting-tested-card .one-mg-card-img img {
    height: 100px;
}

.one-mg-getting-tested p {
    margin-bottom: 0;
    margin-top: 15px;
}

.card-sec{
width: 100%;
    padding: 10px 0;
}

.one-mg-section-padding {
    padding: 40px 0px 0px;
}

.accuracy-assurance {
    background-color: #fff6d8;
}

.accuracy-assurance .card {
    background: transparent;
}

.accuracy-assurance .accuracy-assurance-img {
    margin-bottom: 20px;
}

.india-trusts .india-trusts-card-img img {
    height: 100px;
    /* width: 100%; */
}

.one-mg-terms-and-condition {
    padding: 60px 0px;
    background-color: #f5f5f5;
}

.one-mg-terms-and-condition ol {
    font-size: 13px;
    line-height: 25px;
    padding-left: 30px;
}

.onemg-package-section .package-heading {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.campaign-h{
    font-weight: 600;
}

.one-mg-fixed-box {
    background-color: #ed7b22;
    padding: 20px 0px 15px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 100;
}

@media (max-width: 767px) {
    .one-mg-banner-section .onemg-mobile-banner {
        width: 100%;
        border-radius: 6px;
        margin-bottom: 15px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
        display: block;
        border: 1px solid #ddd;
    }

        .one-mg-banner-section {
        background-image: unset;
        height: unset;
        display: block;
    }

    .one-mg-section-padding {
        padding: 20px 0px 0px;
    }

        .one-mg-campaign-header a {
        font-size: 15px;
        text-align: end;
    }

        .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .one-mg-why-to-choose-the-lab {
        padding: 30px 0px;
    }

        .one-mg-why-to-choose-the-lab h1 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px !important;
    }

    .one-mg-why-to-choose-the-lab .one-mg-why-to-choose {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 15px;
        text-align: center;
    }

    .onemg-package-section .package-heading {
    font-size: 22px;
   
}

.reference-lab .reference-inner-box .reference-lab-img img {
        height: 50px;
    }

    .reference-lab .reference-inner-box-right img {
        height: 85px;
    }

    .campaign-h {
        font-size: 18px;
        margin-bottom: 0px;}

            .all-around-care-card {
        font-size: 10px;
    }

    .all-around-care .all-around-care-card .all-around-care-card-heading h2 {
        font-size: 17px !important;
        font-weight: 600 !important;
    }

    .all-around-care-card p.para1 {
        font-size: 10px;
    }

    .all-around-care-card .round img {
        height: 130px;
    }

    .one-mg-getting-tested .getting-tested-card .one-mg-card-img img {
        height: 65px;
    }

    .one-mg-getting-tested .getting-tested-card p {
        font-size: 13px !important;
        line-height: 20px;
        margin-top: 10px;
    }

        .india-trusts .india-trusts-card-img img {
        height: 60px;
    }

    .one-mg-terms-and-condition ol{
        padding-left: 10px;
    }
}

/* ============================================
   Corporate Wellness Campaign Page Styles
   Prefix: cw-
   Color Theme: #19838a
   ============================================ */

:root {
    --cw-primary: #19838a;
    --cw-primary-dark: #136a70;
}

.cw-color {
    color: var(--cw-primary);
}

/* ---- Header ---- */
.cw-header {
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 100;
}

.cw-logo {
    max-height: 45px;
}

.cw-header-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.cw-btn {
    background-color: var(--cw-primary);
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s;
}

.cw-btn:hover {
    background-color: var(--cw-primary-dark);
    color: #fff;
}

.cw-number {
    font-size: 16px;
    font-weight: 700;
    color: var(--cw-primary);
    text-decoration: none;
    white-space: nowrap;
}

.cw-number:hover {
    color: var(--cw-primary-dark);
}

/* ---- Section Padding ---- */
.cw-section-padding {
    padding: 60px 0;
}

.cw-section-heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* ---- Banner ---- */
.cw-banner {
    background-color: #e9feff;
}

.cw-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.cw-feature-box {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 20px 25px;
}

.cw-feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
}

.cw-feature-item {
    flex: 0 0 calc(50% - 15px);
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
}

.cw-feature-item::before {
    content: '\2022';
    color: var(--cw-primary);
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.cw-bannerimg {
    height: 230px;
    object-fit: contain;
    width: 100%;
}

/* ---- Form ---- */
.cw-form-box {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    overflow: hidden;
}

.cw-form-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--cw-primary);
    padding: 20px 25px 15px;
    margin: 0;
}

.cw-form-body {
    background: rgba(216, 221, 230, 0.5);
    padding: 20px 25px;
}

.cw-plr-half {
    margin-left: -5px;
    margin-right: -5px;
}

.cw-form-col {
    padding-left: 5px;
    padding-right: 5px;
}

.cw-form-body .form-control,
.cw-form-body .form-select {
   background-color: white;
    margin-bottom: 10px;
}

/* ---- Services ---- */
.cw-service-row {
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 25px;
    overflow: hidden;
}

.cw-bg-warm {
    background-color: #fff7e9;
}

.cw-bg-cyan {
    background-color: #e9feff;
}

.cw-service-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--cw-primary);
    margin-bottom: 10px;
}

.cw-service-text p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

.cw-service-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 15px;
}

/* ---- Partner Stats ---- */
.cw-stat-box {
    background: #fff;
    padding: 25px 20px;
    border-radius: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
}

.cw-stat-icon {
    font-size: 34px;
    color: var(--cw-primary);
    margin-bottom: 10px;
}

.cw-stat-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--cw-primary);
    margin-bottom: 0;
}

.cw-stat-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

/* ---- Trusted Clients ---- */
.cw-trusted-lead {
    font-size: 16px;
    color: #555;
}

.cw-client-logo {
    height: 80px;
    object-fit: contain;
    background: #eee;
    padding: 15px;
    border-radius: 15px;
    width: 100%;
}

.cw-network-stats p {
    margin-bottom: 5px;
    font-size: 15px;
    color: #555;
}

/* Owl Carousel Nav for CW sections */
.cw-trusted-slider .owl-nav button,
.cw-empower-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--cw-primary) !important;
    color: #fff !important;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.cw-trusted-slider .owl-nav button.owl-prev,
.cw-empower-slider .owl-nav button.owl-prev {
    left: -15px;
}

.cw-trusted-slider .owl-nav button.owl-next,
.cw-empower-slider .owl-nav button.owl-next {
    right: -15px;
}

/* ---- Empower Section ---- */
.cw-empower-card {
    background: #fff;
    padding: 25px;
    border-radius: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.cw-empower-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 18px;
}

.cw-empower-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--cw-primary);
    margin-bottom: 8px;
}

.cw-empower-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
    line-height: 1.6;
}

/* ---- YouTube Section ---- */
.cw-video {
    width: 100%;
    height: 280px;
    border-radius: 20px;
    border: none;
}

.cw-highlight-list {
    padding-left: 20px;
    margin-bottom: 15px;
}

.cw-highlight-list li {
    margin-bottom: 5px;
    font-size: 15px;
}

/* ---- Map ---- */
.cw-map {
    display: block;
}

/* ---- Footer ---- */
.cw-footer {
    background: #fff;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.cw-social-icons {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    align-items: center;
}

.cw-social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: var(--cw-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s;
}

.cw-social-icons a:hover {
    background: var(--cw-primary-dark);
    color: #fff;
}

/* ---- Responsive ---- */
@media (max-width: 1200px) {
    .cw-trusted-slider .owl-nav button,
    .cw-empower-slider .owl-nav button {
        position: relative;
        top: auto;
        transform: none;
        margin: 10px 5px 0;
    }

    .cw-trusted-slider .owl-nav,
    .cw-empower-slider .owl-nav {
        text-align: center;
        margin-top: 15px;
    }

    .cw-trusted-slider .owl-nav button.owl-prev,
    .cw-empower-slider .owl-nav button.owl-prev,
    .cw-trusted-slider .owl-nav button.owl-next,
    .cw-empower-slider .owl-nav button.owl-next {
        left: auto;
        right: auto;
    }
}

@media (max-width: 991px) {
    .cw-section-heading {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .cw-section-padding {
        padding: 35px 0;
    }

    .cw-section-heading {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .cw-header-info {
        gap: 10px;
    }

    .cw-btn {
        padding: 8px 15px;
        font-size: 12px;
    }

    .cw-number {
        font-size: 13px;
    }

    .cw-subtitle {
        font-size: 14px;
    }

    .cw-feature-item {
        flex: 0 0 100%;
        font-size: 13px;
    }

    .cw-bannerimg {
        height: 150px;
    }

    .cw-form-title {
        font-size: 17px;
        padding: 15px 15px 10px;
    }

    .cw-form-body {
        padding: 15px;
    }

    .cw-service-row {
        padding: 20px;
        margin-bottom: 15px;
    }

    .cw-service-title {
        font-size: 17px;
    }

    .cw-service-img {
        height: 180px;
    }

    .cw-stat-title {
        font-size: 22px;
    }

    .cw-stat-subtitle {
        font-size: 12px;
    }

    .cw-client-logo {
        height: 60px;
        padding: 10px;
    }

    .cw-empower-card {
        padding: 15px;
        border-radius: 18px;
    }

    .cw-empower-img {
        height: 120px;
        border-radius: 12px;
    }

    .cw-empower-title {
        font-size: 14px;
    }

    .cw-empower-desc {
        font-size: 12px;
    }

    .cw-video {
        height: 200px;
    }

    .cw-footer .cw-logo {
        max-height: 30px;
    }

    .cw-footer .cw-number {
        font-size: 12px;
    }

    .cw-social-icons {
        justify-content: center;
        gap: 8px;
    }

    .cw-social-icons a {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}

/* ============================================
   Radiology Campaign Page Styles
   Prefix: rd-
   Color Theme: #19838a (matches live site)
   ============================================ */

/* ---- Web Color ---- */
.rd-web-clr {
    color: #19838a;
}

/* ---- Page Headings ---- */
.rd-page-heading h1,
.rd-page-heading h2 {
    font-size: 28px;
    font-weight: 700;
}

/* ---- Header ---- */
.rd-promo-header {
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.rd-brand-logo img {
    max-height: 60px;
}

.rd-contact-detail {
    line-height: 16px;
}

.rd-contact-label {
    color: #484848;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 2px;
}

.rd-contact-number {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
}

.rd-contact-number a {
    color: #000;
    text-decoration: none;
}

/* ---- Web Button ---- */
.rd-web-btn {
    background-image: linear-gradient(to right, #12BC95 0%, #1F68C6 100%) !important;
    color: #fff;
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: 600;
}

.rd-web-btn:hover {
    color: #fff;
    opacity: 0.9;
}

/* ---- Banner ---- */
.rd-banner-section {
    padding: 60px 0;
    background-color: #19838a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: white;
}

.rd-banner-section::before {
    content: "";
    display: block;
    background-color: #19838a;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.rd-banner-section .container {
    position: relative;
    z-index: 1;
}

.rd-banner-section h2 {
    color: white;
    font-weight: bold;
    font-size: 35px;
}

.rd-banner-section h4,b{
    color: white;
    margin: 0 0 25px;
    font-size: 24px;
}

.rd-banner-section h4 del {
    color: white;
}

.rd-banner-section ul {
    margin: 0;
    padding: 0;
}

.rd-banner-section ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 25px 0;
    font-weight: 500;
    font-size: 22px;
}

.rd-banner-section ul li img {
    filter: invert(1);
    margin-right: 15px;
    height: 35px;
    width: 35px !important;
}

.rd-secondopinion-img {
    width: 292px !important;
    height: 286px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}

/* ---- Form Box ---- */
.rd-form-box {
    background: white;
    color: #272b41;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
}

.rd-form-box h4 {
    color: #272b41;
    margin-top: 0;
    margin-bottom: 15px;
}

.rd-form-box .form-control {
    height: 43px;
}

/* Floating Label */
.rd-float-group {
    position: relative;
    margin-bottom: 15px;
}

.rd-float-group label {
    position: absolute;
    left: 13px;
    top: 10px;
    background: #fff;
    transition: 0.2s;
    font-size: 14px;
    color: #999;
    pointer-events: none;
}

.rd-float-group input:focus ~ label,
.rd-float-group input:not(:placeholder-shown) ~ label {
    top: -9px;
    font-size: 12px;
    color: #7a7a7a;
    left: 10px;
    padding: 0 3px;
}

.rd-float-group select:focus ~ label,
.rd-float-group select:not([value=""]):valid ~ label {
    top: -9px;
    font-size: 12px;
    color: #7a7a7a;
    left: 10px;
    padding: 0 3px;
}

.rd-custom-file {
    position: relative;
    margin-bottom: 15px;
}

.rd-custom-file .rd-file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.rd-custom-file .rd-file-label {
    display: flex;
    align-items: center;
    height: 43px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background: #fff;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
}

.rd-custom-file .rd-file-text {
    flex: 1;
    padding: 0 13px;
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rd-custom-file .rd-file-browse {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    background: #f8f9fa;
    border-left: 1px solid #ced4da;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.rd-form-check {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 13px;
}

.rd-form-check input {
    margin-top: 7px;
}

.rd-form-check label a {
    text-decoration: underline;
    color: #19838a;
    font-weight: 700;
}

/* ---- Health Scans ---- */
.rd-health-scans {
    padding: 60px 0;
}

.rd-scan-box {
    text-align: center;
}

.rd-scan-box img {
    height: 64px;
    width: 64px !important;
    margin: 0 auto 10px;
    object-fit: contain;
}

.rd-scan-box h4 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 16px;
}

.rd-scan-box h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.rd-scan-box p {
    margin-bottom: 10px;
    font-size: 13px;
    color: #555;
}

/* ---- Our Services ---- */
.rd-our-services {
    padding-bottom: 60px;
}

.rd-service-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    color: #272b41;
}

.rd-service-box img {
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.rd-service-details {
    padding: 15px;
}

.rd-service-details h4 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
}

.rd-service-details p.rd-web-clr {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.rd-service-details p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    margin: 0;
}

.rd-service-details h5 {
    background: #dcdcdc;
    margin: 10px -15px;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
}

.rd-service-details ul {
    margin: 0;
    padding: 0;
}

.rd-service-details ul li:first-child {
    margin-top: 0;
}

.rd-service-details ul li {
    list-style: none;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    position: relative;
    margin-top: 5px;
    padding-left: 15px;
}

.rd-service-details ul li:before {
    content: "\2713";
    color: #19838a;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

/* ---- Slider Nav (Scans & Services) ---- */
.rd-scan-slider .owl-nav button,
.rd-services-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #19838a !important;
    color: #fff !important;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.rd-scan-slider .owl-nav button.owl-prev,
.rd-services-slider .owl-nav button.owl-prev {
    left: -15px;
}

.rd-scan-slider .owl-nav button.owl-next,
.rd-services-slider .owl-nav button.owl-next {
    right: -15px;
}

/* ---- Near Me ---- */
.rd-near-me {
    padding-bottom: 35px;
}

.rd-nearme-box {
    padding: 12px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
    border: 1px solid #eee;
    background-color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    text-decoration: none;
    color: #222;
}

.rd-nearme-box:hover {
    text-decoration: none;
    color: #222;
}

.rd-nearme-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 5px;
    background-color: #19838a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rd-nearme-icon img {
    width: 60%;
    filter: invert(1);
}

.rd-nearme-box h5 {
    font-size: 17px;
    margin-bottom: 0;
    color: #222;
}

/* ---- Book an Appointment ---- */
.rd-book-appointment {
    padding-bottom: 35px;
    position: relative;
}

.rd-book-appointment::before {
    content: '';
    display: block;
    width: 70%;
    height: 5px;
    background-color: #19838a;
    border-radius: 2px;
    position: absolute;
    bottom: 158px;
    left: 50%;
    transform: translateX(-50%);
}

.rd-appt-box {
    text-align: center;
    margin-bottom: 25px;
}

.rd-appt-circle {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
    border-radius: 50px;
    margin: 0 auto 10px;
    position: relative;
}

.rd-appt-circle span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50px;
    background: #19838a;
    color: white;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.rd-appt-circle img {
    height: 45px;
}

.rd-appt-box p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
}

/* ---- Why SecondMedic ---- */
.rd-why-us {
    padding-bottom: 35px;
}

.rd-why-box {
    margin-bottom: 25px;
    text-align: center;
}

.rd-why-box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 15px;
    background: #eee;
    display: block;
    object-fit: cover;
}

.rd-why-box p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
}

/* ---- FAQ ---- */
.rd-faq-section {
    padding-bottom: 60px;
}

.rd-accordion .card {
    margin-top: 20px;
    margin-bottom: 0;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 0;
    border: none;
}

.rd-accordion .card .card-header {
    padding: 0;
    border-color: #97f8e5;
    border-radius: 0.25rem;
    background: #97f8e5;
}

.rd-accordion .card .card-header button {
    padding: 10px 40px 10px 15px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    white-space: normal;
    text-align: left;
    position: relative;
    width: 100%;
}

.rd-accordion .card .card-header button::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
    font-size: 14px;
}

.rd-accordion .card .card-header button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(180deg);
}

.rd-accordion .card .card-header button:hover,
.rd-accordion .card .card-header button:focus {
    text-decoration: none;
}

.rd-accordion .card .card-body {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

/* ---- Testimonials ---- */
.rd-testimonials-section {
    padding: 30px 0 60px;
}

.rd-testimonials-inner {
    padding: 30px 0;
}

.rd-testimonials-inner h2 {
    font-size: 30px;
    text-align: center;
    color: #333;
}

.rd-testimonials-inner .owl-stage-outer {
    padding: 30px 0;
}

.rd-testimonials-inner .owl-nav {
    display: none;
}

.rd-testimonials-inner .owl-dots {
    text-align: center;
}

.rd-testimonials-inner .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #19838a;
    margin: 0 5px;
}

.rd-testimonials-inner .owl-dots .active span {
    background: #19838a;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.rd-testimonials-inner .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
}

.rd-testimonials-inner .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.rd-testimonials-inner .card p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
}

.rd-testimonials-inner .active {
    opacity: 0.5;
    transition: all 0.3s;
}

.rd-testimonials-inner .center {
    opacity: 1;
}

/* ---- Fixed Footer CTA ---- */
.rd-fixed-cta {
    background-color: #19838a;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px 0;
    color: white;
    z-index: 10;
}

.rd-cta-btn {
    color: #fff;
    border-radius: 10px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 16px;
}


/* ---- Campaign Footer ---- */
.rd-campaign-footer {
    padding: 15px 0 65px;
    background: #fff;
    border-top: 1px solid #eee;
}

.rd-scan-box{

    border: 1px solid rgb(229, 229, 229);
    padding: 20px 10px;
    margin: 10px;
    border-radius: 20px;
    box-shadow: 0 0 16px -3px rgba(107, 107, 107, 0.28);
}

/* ---- Responsive ---- */
@media (min-width: 1200px) {
    .rd-banner-section .container {
        max-width: 1330px;
    }
}

@media (max-width: 1200px) {
    .rd-scan-slider .owl-nav button,
    .rd-services-slider .owl-nav button {
        position: relative;
        top: auto;
        transform: none;
        margin: 10px 5px 0;
    }

    .rd-scan-slider .owl-nav,
    .rd-services-slider .owl-nav {
        text-align: center;
        margin-top: 15px;
    }

    .rd-scan-slider .owl-nav button.owl-prev,
    .rd-services-slider .owl-nav button.owl-prev,
    .rd-scan-slider .owl-nav button.owl-next,
    .rd-services-slider .owl-nav button.owl-next {
        left: auto;
        right: auto;
    }
}

@media (max-width: 992px) {
    .rd-nearme-box {
        padding: 5px;
        margin-bottom: 7px;
    }

    .rd-nearme-icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }

    .rd-nearme-box h5 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .rd-page-heading h1,
    .rd-page-heading h2 {
        font-size: 20px;
    }

    .rd-banner-section {
        padding: 30px 0;
    }

    .rd-banner-section h2 {
        text-align: center;
        font-size: 25px;
    }

    .rd-banner-section h4 {
        text-align: center;
        font-size: 19px;
    }

    .rd-banner-section ul li {
        font-size: 14px;
        margin-top: 0;
    }

    .rd-banner-section ul li img {
        width: 30px !important;
        height: 30px;
        margin-right: 10px;
        margin-left: 15px;
    }

    .rd-secondopinion-img {
        width: 250px !important;
        height: 250px;
        margin: 10px auto 0;
        display: flex;
    }

    .rd-form-box {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .rd-health-scans {
        padding: 30px 0;
    }

    .rd-our-services {
        padding-bottom: 30px;
    }

    .rd-our-services .rd-service-box img {
        height: 220px;
    }

    .rd-book-appointment {
        padding-bottom: 5px;
    }

    .rd-book-appointment::before {
        height: 85%;
        width: 5px;
        border-radius: 40px;
        left: 25px;
        transform: unset;
        bottom: 60px;
    }

    .rd-appt-box {
        text-align: left;
        padding-left: 40px;
    }

    .rd-appt-circle {
        margin: 0;
        margin-bottom: 10px;
    }

    .rd-appt-circle span {
        right: unset;
        left: -41px;
    }

    .rd-appt-box p {
        font-size: 14px;
        line-height: 18px;
    }

    .rd-why-us {
        padding-bottom: 5px;
    }

    .rd-why-box p {
        font-size: 14px;
        line-height: 18px;
    }

    .rd-faq-section {
        padding-bottom: 30px;
    }

    .rd-brand-logo img {
        max-height: 40px;
    }

    .rd-contact-number {
        font-size: 16px;
    }

    .rd-testimonials-inner .card p {
        font-size: 14px;
    }

    .rd-scan-box{
        margin: 0px;
    }

    .cw-logo {
    max-height: 30px;
}
}