/*
Theme Name:   Astra Child
Theme URL:        https://wpastra-child.com
Description:  Astra
Author:           Brainstorm Force
Author URL:   https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Template:         astra
Version:          1.0.0
License:          GNU General Public License v2 or later
License URL:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  astra
*/

:root {
    --purple: #97005e;
    --white: #fff;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pt-24 {
    padding-top: 6rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pt-4 {
    padding-top: 1rem;
}

.mt-5 {
    margin-top: 1rem;
}

.mt-10 {
    margin-top: 1.9rem;
}


.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.d-none {
    display: none !important;
}

.text-center {
    text-align: center;
}

.golden {
    color: #cea843;
}


.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    gap: 20px;
}

@media (max-width: 576px) {
    .content-area {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .content-area {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .content-area {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .content-area {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .content-area {
        max-width: 1320px;
    }
}

.site-content .ast-container {
    display: flex;
    flex-direction: column;
}

.single-post .site-content .ast-container {
    flex-direction: row;
}

.main-header-bar.ast-header-breadcrumb {
    display: block;
    width: 100%;
}

span.hfe-breadcrumbs-separator-icon::after {
    padding: 0 0.3em;
    content: "\00bb";
}

.ast-breadcrumbs-wrapper {
    width: 100%;
    padding: 10px;
}

.dropdown {
    width: 20%;
}

.mobile {
    width: 100%;
}

.number {
    margin-bottom: -30px;
}

/* Banner design */

.ast-container,
.ast-container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 100%;
}

.ast-container .content-area {
    max-width: 1200px;
    width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wh-table-grey {
    background-color: #f9f9f9;
}

.wh-table>tbody>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
    color: #000000;
}

.wpcf7-form-control.wpcf7-submit {
    background-color: #CB1023 !important;
    color: #ffffff !important;
    border-radius: 20px;
    transition: all 0.25s;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 15px;
}

.wpcf7-form label {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #98005d;
}

/* Specialty page */

.link-set-wrap {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    margin-left: -12px;
    padding: 0;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.link-set-wrap .link-set-link {
    white-space: nowrap;
    font-size: 16px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    position: relative;
    color: blue;
}

.link-set-wrap .link-set-link a {
    cursor: pointer;
    text-decoration: none;
    border-color: currentColor;
    color: #02838d;
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
}

.link-set-wrap .link-set-link:after {
    content: "";
    background: #bcbfc5;
    position: absolute;
    right: -1px;
    bottom: 0;
    margin: auto;
    top: 4px;
    height: 22px;
    width: 2px;
}

.link-set-wrap .link-set-link:last-child::after {
    display: none;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
}

.rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    background: #000;
    opacity: 0.3;
}

.slick-track {
    width: 640px;
}

@media (max-width: 768px) {
    .d-cards {
        width: 300px !important;
    }

    .dt-cards {
        justify-content: center !important;
    }
}

.cls-dcards {
    height: 400px;
}

.entry-content img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .entry-content img {
        height: 260px;
    }

    .image-blog img {
        height: 260px !important;
    }
}

.image-blog img {
    /* width: 100% ; */
    height: 500px;
    padding: 40px 0px;
    object-fit: cover;
}


.post-template-default.single-post .site-content .ast-container {
    max-width: 1320px !important;
}

@media (max-width: 1400px) {
    .post-template-default.single-post .site-content .ast-container {
        max-width: 1080px !important;
    }
}

@media (max-width: 1200px) {
    .post-template-default.single-post .site-content .ast-container {
        max-width: 960px !important;
    }
}

@media (max-width: 992px) {
    .post-template-default.single-post .site-content .ast-container {
        max-width: 720px !important;
    }
}

@media (max-width: 768px) {
    .post-template-default.single-post .site-content .ast-container {
        max-width: 100% !important;
        padding: 0 22px !important;
    }
}

.post-template-default.single-post .site-content .ast-container h2 {
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.post-template-default.single-post .site-content .ast-container p {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.8px;
}

.post-template-default.single-post .site-content .ast-container ul li {
    color: #000000;
}

.post-template-default.single-post .site-content .ast-container ol li {
    color: #000000;
}

.post-template-default.single-post .image_text_layout-img {
    width: 60vw;
    height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.btn-theme {
    background-color: #CB1023;
    border-radius: 20px 20px 20px 20px;
    color: #fff;
    padding: 10px 10px;
    font-size: 14px;
}

.btn-theme.sm {
    padding: 5px 15px !important;
}

.btn-theme.rounded {
    border-radius: 50px 50px 50px 50px;
}

.btn-theme:hover {
    opacity: 0.6;
    color: #fff;
}

.heading-container .title-heading {
    text-align: center;
    position: relative;
}

.purple {
    color: #cb79e6 !important;
}

.title-heading span.inner {
    width: 10px;
    height: 10px;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
}

.title-heading span.inner.purple {
    background: var(--purple);
}

.title-heading span.inner::before,
.title-heading span.inner::after {
    position: absolute;
    left: 20px;
    top: 4px;
    width: 160px;
    content: "";
    height: 1px;
}

.title-heading span.inner.purple::before,
.title-heading span.inner.purple::after {
    background: #545454;
}

.title-heading span.inner::after {
    left: auto;
    right: 20px;
}

.single-post .site-content .ast-container {
    flex-direction: row;
    flex-wrap: wrap;
}

@media(min-width:600px) and (max-width: 767px) {
    .elementor-element:has(.elementor-widget-pp-image-comparison) {
        justify-content: center;
        align-items: center;
    }

    .single-specialties .elementor-widget-pp-image-comparison {
        width: 80%;
    }
}

@media(max-width: 767px) {
    .single-specialties .elementor-heading-title {
        text-align: center;
    }

    .single-doctors .dr-main-conainer .image_layout-img {
        width: 350px;
    }

    .single-doctors .dr-main-conainer {
        padding: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media(max-width: 1199px) {
    .page-template-template-doctors .content-area.primary {
        margin-bottom: 30px !important;
    }

    .pp-post-thumbnail-wrap img {
        height: 50vh !important;
    }
}

.elementor-element.elementor-widget.elementor-widget-pp-flipbox .pp-flipbox-back {
    overflow: hidden;
}

.home .doctor-item {
    background-color: #ffffff;
}

.home .elementor-widget-container button.read-more {
    background-color: #97005E;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 11px;
    padding-left: 20px;
}

.home .elementor-widget-container button.read-more a {
    color: #FFF;
    font-size: 15px;
}

.home-strip .elementor-icon-box-wrapper {
    justify-content: center;
    align-items: center;
}



.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.relative {
    position: relative;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: start;
}

.object-cover {
    object-fit: cover;
}

.image_text_layout_wrapper {
    display: flex;
    flex-direction: column;
}

.image_text_layout_wrapper .text-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.image_text_layout_wrapper .two-layout-img-text:has(.image_text_layout-img) .text-content {
    max-height: 530px;
    overflow-y: auto;
}

.image_text_layout_wrapper .two-layout-img-text {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.image_text_layout_wrapper .text-content h2 {
    letter-spacing: 1.2px;
    margin-bottom: 1.25rem;
    font-family: IvyMode, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: #000000;
}

.image_text_layout_wrapper .text-content p {
    letter-spacing: 0.8px;
    margin-bottom: 20px;
    max-width: 444px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.image_text_layout_wrapper .text-content ol li,
.image_text_layout_wrapper .text-content ul li {
    letter-spacing: 0.8px;
    -webkit-padding-start: 1rem;
    max-width: 344px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    padding-inline-start: 1rem;
    padding-bottom: 0.5rem;
}

.specility-faqs .faq-description p,
.specility-faqs .faq-description ol li,
.specility-faqs .faq-description ul li {
    letter-spacing: 0.8px;
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.image_text_layout_wrapper .text-content p,
.image_text_layout_wrapper .text-content ol li,
.image_text_layout_wrapper .text-content ul li {
    max-width: unset !important;
}

.image_text_layout_wrapper:nth-child(odd) .two-layout-img-text {
    flex-direction: column;
}

@media (min-width: 992px) {
    .image_text_layout_wrapper:nth-child(odd) .two-layout-img-text {
        flex-direction: row;
    }
}

.image_text_layout_wrapper:nth-child(even) .two-layout-img-text {
    flex-direction: column;
}

@media (min-width: 992px) {
    .image_text_layout_wrapper:nth-child(even) .two-layout-img-text {
        flex-direction: row-reverse;
    }
}

.image_text_layout_wrapper .image_text_layout-img {
    width: 35vw;
    height: 530px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 1px solid #97005E;
}

@media (max-width: 768px) {
    .image_text_layout_wrapper .image_text_layout-img {
        width: 90vw !important;
        height: 50vh !important;
    }
}

@media (max-width: 791px) {
    .container {
        padding: 0 22px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .image_text_layout_wrapper .image_text_layout-img {
        width: 95vw;
    }
}

@media (max-width:767px) {
    .image_text_layout_wrapper .two-layout-img-text:has(.image_text_layout-img) .text-content {
        max-height: fit-content;
        overflow-y: auto;
    }
}

.table-responsive{
    overflow-x: auto !important;
}

.table {
    text-align: left;
}

.table thead tr th {
    border-bottom: solid 2px #8f8d8d !important;
}

.table tbody tr th {
    border-bottom: solid 2px #8f8d8d !important;
}

.table tbody tr th,
.table tbody tr td {
    border-bottom: solid 1px #a7a7a7 !important;
}

@media (min-width:767px) {
    .show-desktop {
        display: block;
    }

    .show-mobile {
        display: none;
    }
}

@media (max-width:767px) {
    .show-desktop {
        display: none;
    }

    .show-mobile {
        display: block;
    }
}


#ast-scroll-top {
	background-color: #CB1023 !important;
}

.wpcf7 textarea.wpcf7-form-control {
	height: 100px !important;
}