/*
Theme name: Doctors Management
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

:root {
    --header-height: 80px;
}

@media (min-width: 600px) {
    :root {
        --header-height: 100px;
    }
}


@media (min-width: 1024px) {
    :root {
        --header-height: 150px;
    }
}

.anchor,
h1,
h2,
h3,
h4,
h5 {
    scroll-margin-top: var(--header-height);
}

.header {
    position: fixed;
}

.main {
    position: relative;
    /* top: 77px; */
    margin-top: 77px;
}

.nav-links h6>a,
.nav-links h6>a:hover {
    text-decoration: underline;
    text-underline-offset: 7px;
    line-height: 1.8em;
    position: relative;
    transition: all 300ms ease-in-out;
}

.nav-links h6>a:after {
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    content: '\f30b';
    margin-left: 5px;
    transition: all 300ms ease-in-out;
    opacity: 0;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: auto;
    transform: translateY(-50%);
}

/* .nav-links h6 > a:hover:after{
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    content: '\f30b';
    margin-left: 10px;
    right: auto;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
} */

/*
.header__btn:after{
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    content: '\f30b';
    margin-left: 5px;    
    opacity: 1;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: auto;    
    transform: translateY(-50%);
}
*/


.wp-block-button__link {
    transition: background-color 300ms ease-in-out;
}

.header__btn:hover,
.wp-block-button__link:hover {
    background-color: #cb8a10 !important;
}

.header .header__btn {
    padding: 12px 9px 12px 9px;
    position: relative;
}


body.has-search-opened .header .header__search-form {
    z-index: 5;
}

@media (min-width: 768px) {

    .main {
        /* top: 100px; */
        margin-top: 100px;
    }

    .header .header__btn {
        padding: 12px 20px 12px 20px;
    }

}

@media (min-width: 1024px) {

    .main {
        /* top: 143px; */
        margin-top: 143px;
    }

    .header .header__btn {
        padding: 15px 28px 15px 28px;
    }


    /*
    .header .header__btn:after{
        font-family: Font Awesome\ 5 Free;
        font-weight: 600;
        content: '\f30b';
        margin-left: 5px;    
        opacity: 1;
        font-size: 20px;
        position: absolute;
        top: 50%;
        right: auto;    
        transform: translateY(-50%);
    }
    */

}

/* Blog Archive */
.blog-archive {
    display: flex;
    flex-direction: column-reverse;
}

.blog-archive .articles,
.blog-archive .article__aside {
    width: 100%;
}

@media (max-width: 1024px) {
    .blog-archive .articles {
        padding-right: 40px;
    }
}


@media (min-width: 1200px) {
    .blog-archive {
        flex-direction: row;
    }

    .blog-archive .articles {
        width: 79.4%;
        padding-right: 100px;
    }

    .blog-archive .article__aside {
        width: 20.6%;
    }
}

/* Team Member */
.single-crb_team_member .member__education-row {
    display: flex;
    flex-direction: column;
    margin-right: -20px;
    margin-bottom: -20px;
}

.single-crb_team_member .member__education-col {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

.single-crb_team_member .member__education-col img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.single-crb_team_member .member__education-col h6 {
    margin-bottom: 0;
    line-height: 1;
}

.single-crb_team_member .member__education-col h6 em {
    font-size: 0.8em;
}

@media (min-width: 768px) {
    .single-crb_team_member .member__education-row {
        flex-direction: row;
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .single-crb_team_member .section-member--has-education:before {
        height: 380px;
    }

    .single-crb_team_member .section-member--has-education .member__image {
        max-width: 280px;
    }

    .single-crb_team_member .section-member--has-education .member__image img {
        width: 100%;
    }
}

.bg-dark {
    color: #FFFFFF;
    background-color: #14253f;
}

.bg-light-blue {
    background-color: #ecfaff;
}

.flexible_content .section-text ul {
    list-style: none;
}

.flexible_content .section-text ol {
    list-style-position: inside;
}

.flexible_content .section-text ol li,
.flexible_content .section-text ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 8px;
}

.flexible_content .section-text ul li:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 10px;
    width: 7px;
    height: 7px;
    background: #006a96;
    border-radius: 50%;
}

.flexible_content .section-text.accordion.default {
    text-align: center;
}

.flexible_content .section-text.accordion .accordion__section {
    background-color: #f3f4f6;
    margin-bottom: 20px;
    border-radius: 5px;
}

.flexible_content .section-text.accordion .accordion_content {
    margin-bottom: 20px;
}

.flexible_content .section-text.accordion.default .accordion {
    text-align: left;
}

@media (min-width: 1200px) {

    .new-landing-page.hero-small .shell,
    .section-text.half_text_half_form .section__content,
    .section-text.accordion.half-accordion-half-images .section__content,
    .section-text.accordion.half-text-half-accordion .half-accordion {
        display: flex;
        gap: 40px;
        align-items: center;
    }

    .new-landing-page.hero-small .shell .hero__content,
    .new-landing-page.hero-small .shell .hero__image,
    .section-text.half_text_half_form .section__content .half_text,
    .section-text.half_text_half_form .section__content .half_form,
    .section-text.accordion.half-accordion-half-images .section__content .half-accordion,
    .section-text.accordion.half-accordion-half-images .section__content .images,
    .section-text.accordion.half-text-half-accordion .half-accordion .accordion,
    .section-text.accordion.half-text-half-accordion .half-accordion .accordion_content {
        width: 50%;
    }
}

.section-text.half_text_half_form .section__content .half_form {
    background-color: #FFFFFF;
    padding: 0 25px 25px 25px;
    color: #000000;
}

.section-text.half_text_half_form .section__content .half_form .gform_wrapper.gform_wrapper .gfield_contains_required .gfield_label:after {
    display: none;
}

.section-text.half_text_half_form .section__content .half_form .gform_required_legend {
    display: none;
}

.flexible_content .accordion-benefits .accordion__head:before {
    content: "+";
    text-align: center;
    display: inline-block;
    font-size: 2em;
    font-weight: 400;
    position: absolute;
    top: 40px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    left: 91%;
    color: #006A96;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.flexible_content .accordion.default .accordion-benefits .accordion__head:before {
    left: 94%;
}

.flexible_content .accordion-benefits .accordion__head:hover {
    opacity: 1;
}

.flexible_content .accordion-benefits .accordion__head {
    padding: 24px 46px 24px 40px;
}

.flexible_content .h2,
.flexible_content h2 {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 17px;
    font-family: Comfortaa;
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    text-align: left;
}

.flexible_content .h3,
.flexible_content h3 {
    font-size: 28px;
    font-weight: bold;
}

.flexible_content .section-text .section__content {
    max-width: 1360px;
    margin: 0 auto;
    position: relative;
}

.flexible_content .section-text.wysiwyg .wysiwyg__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flexible_content .section-text.wysiwyg {
    position: relative;
}

.hero-small.new-landing-page .hero__image img {
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0px 0px 50px #006a96;
}


.hero .hero__bg {
    height: 100%;
}

.hero .hero__container {
    min-height: 0;
    padding: 60px 0 130px;
}

@media (min-width: 1200px) {

    .hero .hero__container {
        min-height: 0;
        padding: 100px 0;
    }

    .hero-small.new-landing-page .hero__image img {
        float: right;
    }
}

.hero-small.new-landing-page .hero__content h1 {
    line-height: 1.33;
    margin-bottom: 19px;
    font-family: Comfortaa;
    font-weight: bold;
    font-size: 48px;
    text-align: left;
    color: #fff;

}

.hero-small.new-landing-page .hero__content p {
    font-family: Comfortaa;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #fff;
}

.hero-small.new-landing-page .hero__content .btn {
    font-family: Comfortaa;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #fff;
    border-radius: 8px;
    background: transparent;
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    padding: 15px 30px;
    font-weight: bold;
    background-color: #bf6b1b;
    margin-bottom: 20px;
}

.hero-small.new-landing-page .hero__content .btn:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.half-accordion-half-images .images img {
    border-radius: 5px;
    box-shadow: 0px 0px 50px rgba(0, 106, 150, 0.27);
    margin: 22px;
}

.half-accordion-half-images .images {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: baseline;
}

.flexible_content .section-articles-related {
    position: relative;
}

.flexible_content .section-articles-related__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.flexible_content .half_text_half_form {
    position: relative;
}

.flexible_content .half_text_half_form__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flexible_content .section-articles-related .article {
    background-color: #FFFFFF;
}

.flexible_content .section-articles-related .article__content {
    padding: 25px;
    flex-grow: 1;
}

.flexible_content .section-articles-related .article__info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.flexible_content .section-articles-related .article__info h5 {
    flex-grow: 1;
}

.flexible_content .section-articles-related .article__info .date {
    font-family: Comfortaa;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #006a96;

}

.flexible_content .article .article__image {
    padding-top: 75%;
    margin-bottom: 0;
}

.flexible_content .section-articles-related .article__content,
.flexible_content .section-articles-related .articles__item {
    display: flex;
}

.flexible_content .gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    justify-content: center;
}

.flexible_content .section-text.half_text_half_form {
    padding: 90px 0;
}

.flexible_content .section-text.half_text_half_form .half_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*PersonalizeFX CSS*/

.fx-personalize:before {
    content: '';
    background: linear-gradient(270deg, rgba(13, 25, 41, 0.15) 0%, rgba(13, 25, 41, 0.95) 100%);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 1;
}

.fx-personalize .btn {
    background: #fff;
    color: #006a96;
}

.fx-personalize .hero-small .hero__content p {
    color: #fff;
    line-height: 1.25em;
}


.fx-personalize.hero-small .hero__container {
    padding: 60px 0;
}

.fx-personalize .hero__content {
    max-width: 752px;
}

.fx-personalize .btn:hover {
    opacity: .8;
}

.fx-personalize.hero-small .hero__bg {
    display: block;
}

.fx-personalize .image-fit img {
    object-position: center;
}

@media(min-width:1025px) {
    .fx-personalize.hero-small .hero__container {
        padding: 120px 0;
    }
}

.icon-text-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 25px;
    background-color: #e8ebed;
    border-radius: 10px;
}

.icon-text-row_text h4 {
    margin-bottom: 0px;
}

.icon-text-row_text p {
    margin-bottom: 0px;
}

.icon-text-row_icon {
    height: 100%;
}

.audit-btn {
    margin-top: 10px;
    padding: 14px 28px;
}

@media screen and (min-width: 768px) {
    .icon-text-row {
        flex-direction: row;
    }

    .icon-text-row_text {
        margin-left: 30px;
    }
}

.page-id-338 a.btn-more {
    padding: 15px 28px 15px 28px;
    color: #fff;
    background: #006a96;
    border-radius: 8px;
    transition: background .4s, color .4s;
}

.page-id-338 a.btn-more:hover {
    background: #cb8a10 !important;
}

.page-id-338 a.btn-more:after {
    display: none;
}

.two-column-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.page-id-24918 .half-text-half-accordion + .half-accordion-half-images {
    background: #e6f0f5;
}

/* Responsiveness for mobile screens */
@media screen and (max-width: 600px) {
    .two-column-list {
        grid-template-columns: 1fr;
    }
}