/*--------------------------------------------------------------
## Custom CSS 
--------------------------------------------------------------*/
:root {
    --secondary-color: #283272;
}

.single-page h2,
.page-inner h2 {
    font-size: 30px;
}

.single-page h3,
.page-inner h3 {
    font-size: 24px;
}

.single-page h4,
.page-inner h4 {
    font-size: 20px;
}

.single-page h5,
.page-inner h5 {
    font-size: 16px;
}

.single-page :where(h1, h2, h3, h4, h5, h6, table, ul, figure, p),
.page-inner :where(h1, h2, h3, h4, h5, h6, table, ul, figure, p) {
    margin-bottom: 15px;
}

.single-page ul li:last-child,
.page-inner ul li:last-child {
    margin-bottom: 0;
}

.wp-caption .wp-caption-text {
    background: transparent;
    font-style: normal;
}

img.size-full.alignnone {
    margin-bottom: 0;
}

/* .block-content .block-contentText {
    padding: 10px 12px 10px 30px;
    color: var(--secondary-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    border-radius: 5px 5px 0px 0px;
    background: var(--bg-grey-blue, #E7ECF2);
}

.block-content .block-contentInner {
    padding: 15px 15px 0;
    border: 1px solid #E7ECF2;
    border-top: 0;
}

.block-content .block-contentInner :where(h1, h2, h3, h4, h5, h6) {
    color: var(--secondary-color);
}

.block-content .block-contentInner .text {
    margin-bottom: 30px;
} */

.block-content .nav-pills li {
    width: 33.333%;
}

.block-content .nav-pills li a {
    background-color: #ed2a76 !important;
    color: #fff;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400 !important;
    text-transform: none;
    display: block;
    text-align: center;
    margin: 0;
    border: none !important;
    border-radius: 5px !important;
    display: inline-flex;
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: center;
}

.block-content .nav-pills li.active a {
    background-color: var(--secondary-color) !important;
}

.blog-share a {
    margin-bottom: 0;
}

.blog-share .social-icons {
    display: flex;
    align-items: center;
}

.blog-share .social-icons a {
    margin: 0 8px;
}

.blog-share .social-icons span {
    font-weight: normal;
    font-size: 16px;
    color: var(--base-color);
}

.block-single-footer {
    border-radius: 5px;
    background: var(--bg-grey-bg, #f5f6f8);
    padding: 13px;
    color: var(--base-color);
    row-gap: 15px;
}

.top-doctor {
    /* background: url('../img/bg-single-doc.jpg') center no-repeat; */
    /* background-size: cover; */
    margin-bottom: 56px;
    border-bottom: 1px solid var(--secondary-color);
}

.doc-form .wpcf7-form .group-title {
    color: var(--secondary-color);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 8px;
}

.doc-form .wpcf7-form .desc {
    text-align: center;
    font-size: 14px;
    margin-bottom: 24px;
}

.doc-form .wpcf7-form {
    border-radius: 10px;
    padding: 15px;
    border: 1px solid var(--secondary-color);
    background: var(--White, #fff);
}

.doc-form .wpcf7-form .wpcf7-form-control {
    height: 41px;
    box-shadow: unset;
    border-radius: 5px;
}

.doc-form .wpcf7-form textarea.wpcf7-form-control {
    min-height: 78px;
}

.doc-form .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    border-radius: 5px;
    background: var(
        --Gradient,
        linear-gradient(90deg, #d52e5a 4.05%, var(--secondary-color) 99.93%)
    );
    font-size: 14px;
    margin: 0;
}

.doc-name {
    margin-bottom: 18px;
}

.doc-detail p {
    margin-bottom: 6px;
}

.blog-archive-without-child .box-vertical .box-text {
    padding-top: 0;
    padding-right: 0;
    vertical-align: top;
}

.blog-archive-without-child .col {
    padding-bottom: 0;
}

.blog-archive-without-child .col .col-inner {
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid #e1e1e1;
}

.main-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.button.open-video {
    display: block;
    border: 0;
}

.box-video .button.open-video {
    background-position: left 49.4% top 38.4%, center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-size: 88.6%, cover;
    background-color: #fff;
}

.box-video .button.open-video .playVideo {
    max-height: 40px;
}

.doc-social {
    display: flex;
    column-gap: 18px;
    margin-top: 10px;
}

/* .doc-social a+a {
    margin-left: 18px;
} */
.toggleSocial {
    width: 36px;
    height: 36px;
    background: var(--secondary-color);
    color: #ffffff;
    border-radius: 99px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
}

.toggleSocial:hover {
    background: #ed2a76;
    color: #fff;
}

.boxMoreSocial a.scoop img {
    border: 1px solid #ccc;
}

.boxMoreSocial a img {
    width: 36px;
    aspect-ratio: 1/1;
    object-position: center;
    object-fit: contain;
    border-radius: 99px;
}

.boxMoreSocial {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
}

.boxMoreSocial.active {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}

.boxMoreSocial .boxMoreSocialOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 1;
}

.boxMoreSocial .boxMoreSocialInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 1px 7px 9px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    z-index: 2;
    position: relative;
}

.boxMoreSocial .boxMoreSocialInner .closeSocial {
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}

/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (max-width: 1199.98px) {
}

@media only screen and (max-width: 849.98px) {
    .single-page h2,
    .page-inner h2 {
        font-size: 24px;
    }

    .single-page h3,
    .page-inner h3 {
        font-size: 20px;
    }

    .single-page h4,
    .page-inner h4 {
        font-size: 16px;
    }

    .single-page h5,
    .page-inner h5 {
        font-size: 14px;
    }

    .doc-form {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 699.98px) {
}

@media only screen and (max-width: 549.98px) {
}

@media only screen and (min-width: 550px) {
}

@media only screen and (min-width: 700px) {
}

@media only screen and (min-width: 850px) {
    .block-single-footer {
        justify-content: space-between;
    }

    .doc-form .wpcf7-form {
        padding: 20px;
    }

    .doc-form .wpcf7-form .desc {
        margin-bottom: 15px;
    }

    .doc-form .wpcf7-form .wpcf7-form-control {
        height: 33px;
    }

    .doc-form .wpcf7-form textarea.wpcf7-form-control {
        min-height: 60px;
    }

    .block-content .block-contentInner {
        padding: 20px 20px 0;
    }

    .block-content .tab-panels {
        padding: 25px 30px;
    }

    .block-content .nav-pills li a {
        font-size: 17px;
    }
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
    .doc-form .wpcf7-form {
        padding: 30px;
    }

    .doc-form .wpcf7-form .desc {
        margin-bottom: 24px;
    }

    .doc-form .wpcf7-form .wpcf7-form-control {
        height: 41px;
    }

    .doc-form .wpcf7-form textarea.wpcf7-form-control {
        min-height: 78px;
    }

    .block-content .block-contentInner .text {
        margin-bottom: 40px;
    }

    .block-content .block-contentInner {
        padding: 30px 30px 0;
    }

    .top-doctor .thumbail-doctor img {
        max-width: 75%;
        object-position: center;
        object-fit: contain;
    }

    .block-content .nav-pills li a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1500px) {
    .doc-form .wpcf7-form {
        padding: 40px;
    }
}
