.site-branding {
    width: 100px;
    height: 100px
}

.dynamic-seo-page h1,
.dynamic-seo-page h2,
.dynamic-seo-page h3,
.dynamic-seo-page h4,
.dynamic-seo-page h5,
.dynamic-seo-page h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600
}

.bp_faq-content {
    display: none;
    cursor: pointer;
}

.bp_faq-title {
    cursor: pointer;
}

.dynamic-seo-page p,
.dynamic-seo-page ul,
.dynamic-seo-page ol,
.dynamic-seo-page .text {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5
}

.bg_pagetop h1,
.bg_pagetop p {
    text-align: center;
    color: #fff;
    width: 1500px;
    margin: 25px auto
}

.dynamic-seo-page {
    max-width: 100%;
    margin: 0 auto
}

.rgb_doc_cards-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px
}

.rgb_doc_card {
    width: 100%;
    display: flex;
    min-height: 380px;
    margin-bottom: 30px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    background: #fff;
    transition: all .4s ease;
    position: relative
}

.rgb_doc_card.expanded {
    overflow: hidden;
    transition: height .4s ease
}

.rgb-readmore-btn:hover {
    color: #06c
}

.wrap_readmore {
    display: flex;
    justify-content: space-between;
    margin-top: 25px
}

button.rgb-readmore-btn {
    border: 1px solid #000;
    display: contents
}

.rgb_doc_card__image {
    flex: 1 0 45%;
    height: 320px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.rgb_doc_card__image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain
}

.rgb_doc_card__text {
    flex: 1 0 55%;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    overflow: hidden
}

.rgb_doc_card__text h3 {
    margin: 0 0 12px;
    font-size: 26px;
    color: #111
}

.rgb_doc_card__text p {
    font-size: 16px;
    line-height: 1.6;
    color: #444
}

.doctor-about {
    max-height: 90px;
    overflow: hidden;
    transition: max-height .4s ease
}

.rgb_doc_card.expanded .doctor-about {
    max-height: 500px
}

.rgb-readmore-btn {
    margin-top: 15px;
    background: transparent;
    border: none;
    color: #06c;
    font-weight: 600;
    cursor: pointer;
    padding: 0
}

.rgb-readmore-btn:hover {
    text-decoration: underline
}

.rgb_doc_card--even .rgb_doc_card__image {
    order: 1
}

.rgb_doc_card--even .rgb_doc_card__text {
    order: 2
}

.rgb_doc_card--odd .rgb_doc_card__image {
    order: 2
}

.rgb_doc_card--odd .rgb_doc_card__text {
    order: 1
}

@media (max-width:768px) {
    .rgb_doc_card {
        flex-direction: column;
        height: auto
    }

    .rgb_doc_card__image {
        height: 250px
    }

    .rgb_doc_card__text {
        padding: 20px
    }

    .doctor-about {
        max-height: none
    }
}

.dynamic-faq-section {
    padding: 80px 20px;
    background: #f9fbff
}

.dynamic-faq-section h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px
}

.rgb-faq-accordion {
    max-width: 1450px;
    margin: 0 auto
}

.rgb-faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
    overflow: hidden;
    transition: all .3s ease
}

.rgb-faq-question {
    width: 100%;
    padding: 22px 25px;
    background: transparent;
    border: none;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none
}

.rgb-faq-question:hover,
.rgb-faq-question:focus,
.active .rgb-faq-question {
    background-color: #2057b4 !important;
    color: #fff !important
}

.rgb-faq-question:hover span:first-child,
.rgb-faq-question:focus span:first-child,
.active .rgb-faq-question span:first-child {
    color: #fff !important
}

.rgb-faq-question:hover .rgb-faq-icon,
.rgb-faq-question:focus .rgb-faq-icon,
.active .rgb-faq-question .rgb-faq-icon {
    color: #fff !important
}

.rgb-faq-question span:first-child,
.active .rgb-faq-question span:first-child {
    flex: 1;
    padding-right: 20px;
    color: #2057b4
}

.rgb-faq-answer-inner p {
    padding: 20px
}

.rgb-faq-icon {
    font-size: 22px;
    transition: transform .3s ease;
    color: #06c
}

.rgb-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease
}

.rgb-faq-answer-inner {
    padding: 0 25px 25px;
    font-size: 16px;
    line-height: 1.6;
    color: #555
}

h3.docs_title {
    /* width: 1500px; */
    margin: 0 auto;
    color: #1c85dc;
    padding: 25px 20px;
    text-align: center;
}

.rgb-faq-item.active .rgb-faq-answer {
    max-height: 500px
}

.rgb-faq-item.active .rgb-faq-icon {
    transform: rotate(45deg)
}

.rgb-faq-item:hover {
    transform: translateY(-2px)
}


.internal-links-section {
    padding: 40px;
    background: #f8f9fc;
    border-radius: 12px;
}

.internal-links-section h3 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.internal-links-section ul {
    list-style: none;
    padding: 0;
}

.internal-links-section li {
    margin-bottom: 8px;
}

.internal-links-section a {
    text-decoration: none;
    color: #2057b4;
}

.internal-links-section a:hover {
    text-decoration: underline;
}

.wrap_flex_links {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px
}

@media (max-width:768px) {
    .right-section {
        top: 15px !important;
    }

    .rgb-faq-question {
        font-size: 16px;
        padding: 18px
    }

    .rgb_wrap_csvimport {
        row-gap: 25px;
    }

    .rgb-faq-answer-inner {
        padding: 0 18px 18px
    }

    .rgb_doc_card--odd .rgb_doc_card__text {
        order: 2
    }

    .rgb_doc_card--odd .rgb_doc_card__image {
        order: 1
    }

    .rgb-faq-question span:first-child,
    .active .rgb-faq-question span:first-child {
        text-wrap: auto
    }

    .rgb_doc_card__image img {
        height: 250px
    }

    .rt-mainheader-cont {
        font-size: 48px;
    }
}

.bg_pagetop {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    opacity: .9;
    background: #000
}

@media (max-width:1500px) {
    .wrap_flex_links {
        display: block !important;
    }

    .bg_pagetop h1,
    .bg_pagetop p {
        width: 100%;
        padding: 5px 10px
    }

    .wrap_flex_links {
        width: 100%;
    }

    .bg_pagetop {
        padding: 25px
    }
}

#callback_form .elementor-field-group-message {
    order: 5;
}

#callback_form .whatsapp-icon {
    color: #25D366;
    margin: 6px 6px 10px 6px;
    font-size: 16px;
    vertical-align: middle;
}

#callback_form .elementor-field-group-message label {
    vertical-align: middle;
}

#callback_form input {
    padding: 12px 16px;
}

#callback_form #form-field-field_7a816cc {
    padding: 12px 54px;
}

.request-callback-section {
    max-width: 1150px;
}

.rt-faq-section {
    width: 846px;
}

.rt-question-container {
    max-width: 848px !important;
}

@media (max-width: 880px) {
    .rt-faq-section {
        max-width: 846px !important;
        width: 100%;
    }
}

.rgb_grid_specility_links {
    max-width: 360px !important;
    min-width: 292px !important;
}

@media (min-width: 1020px) and (max-width: 1400px) {
    .rt-tabs-container .elementor-loop-container {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

.rt-header-btn {
    background-color: #7C4D9F;
    border-radius: 6px !important;
    margin-left: 32px !important;
}

.rt-header-btn a {
    padding: 8px 24px !important;
    color: #ffff !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

/* Footer Removed From the Website*/
footer,
.site-footer,
#colophon {
    display: none !important;
}

/* header last word Color */
.rt-last-two {
    color: #EC5B13;
}

.rt-mainheader-cont {
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 4rem;
    color: #7C4D9F;
}

@media (max-width: 650px) {
    .rt-mainheader-cont {
        font-size: 40px;
    }
}