/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
html {
    scroll-behavior: smooth;
}

.span_12.light select:focus {
    border: none;
    box-shadow: none;
}

body.home .custom-btn {
    text-align: center;
    margin: 0;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.333 !important;
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    border-width: 1px !important;
    border-style: solid !important;
    transition: all .3s ease !important;
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
}

body.home .custom-btn.sm {
    padding: 12px 32px !important;
    min-width: max-content !important;
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
}

body.home .custom-btn.medium {
    padding: 16px 32px !important;
    min-width: 242px !important;
}

body.home .custom-btn:hover {
    box-shadow: none !important;
    transform: none !important;
    background-color: transparent !important;
}

body.home .custom-btn.primary-bg {
    border-color: #3871C1;
}

body.home .custom-btn.primary-bg:hover {
    color: #3871C1 !important;
}

body.home .custom-btn.secondary-bg {
    border-color: #D6960D;
}

body.home .custom-btn.secondary-bg:hover {
    color: #D6960D !important;
}

.btn:focus {
    outline: none
}

select:focus {
    border-color: none;
    box-shadow: none;
}

select:focus-visible {
    outline: none;
}

/* topbar */
.topBar select option {
    background: #3871C1;
    color: #fff;
    padding: 6px;
}

.topBar .row_col_wrap_12 {
    padding: 20px 60px;
    justify-content: space-between;
    margin: 0;
}

.topBar .row_col_wrap_12 .vc_col-sm-6 {
    padding: 0;
}

.topBar .mail-block a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: 0.097px;
    transition: all .3s ease !important;
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
}

.topBar .mail-block a:hover {
    opacity: 0.8;
}

.topBar .mail-block {
    width: calc(100% - 160px);
}

.topBar .dropdown-block {
    width: 137px;
}

.topBar .mail-block a span {
    color: #3972C2;
}

.vc_col-sm-6 .header-language-dropdown {
    max-width: 137px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.header-language-dropdown svg {
    flex-shrink: 0;
}

.header-language-dropdown .gt_selector {
    padding: 0;
    background: none !important;
    border: none;
    letter-spacing: 0.097px;
    cursor: pointer;
}

/* header */
header {
    padding: 16px 0;
}

#header-outer #logo {
    margin-top: 0;
    margin-bottom: 0;
}

header nav ul {
    gap: 44px;
}

header nav ul a {
    margin: 0 !important;
    color: #666666 !important;
}

header nav ul li.current-menu-item a,
header nav ul a:hover {
    color: #D6960D !important;
    /* font-weight: 600 !important; */
}

#header-outer[data-lhe="animated_underline"] #top nav>ul>li>a .menu-title-text:after,
#header-outer[data-lhe="animated_underline"] #top nav>ul>li.current-menu-item>a .menu-title-text:after {
    border-color: #D6960D;
}

#header-outer[data-lhe="animated_underline"] #top nav>ul>li>a .menu-title-text:after {
    border-top-width: 4px;
    border-radius: 100px;
}

#header-outer[data-lhe="animated_underline"] #top nav>ul>li.current-menu-item>a .menu-title-text:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

body #header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text:after {
    bottom: -15px;
}

#header-outer ul.sf-menu>li>a>.nectar-menu-icon-img {
    width: 36px;
}

#header-outer .menu-item-23>a {
    text-align: center;
    margin: 0;
    padding: 16px 32px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.333 !important;
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    min-width: 242px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #3871C1;
    transition: all .3s ease !important;
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    background-color: #3871C1 !important;
    color: #fff !important;
}

#header-outer .menu-item-23>a:hover {
    box-shadow: none !important;
    transform: none !important;
    background-color: transparent !important;
    border-color: #3871C1;
    color: #3871C1 !important;
}

#header-outer .menu-item-23>a:before,
#header-outer .menu-item-23>a:after {
    content: none !important;
}

#header-outer[data-lhe="animated_underline"] #top nav>ul>li.menu-item-23>a .menu-title-text:after {
    content: none !important;
}

/* homeBanner */
.homebanner {
    height: 41.667vw !important;
    position: relative;
}

.homebanner .cell {
    padding: 0 6.667vw !important;
}

.homebanner .row_col_wrap_12,
.homebanner .slider-inner,
.homebanner .nectar-carousel,
.homebanner .nectar-carousel>div {
    height: 100% !important;
}

.homebanner .top-bottom-btn {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

.homebanner .top-bottom-btn a {
    background: #ffffff24;
    width: 52px;
    height: 52px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1 !important;
}

.homebanner .top-bottom-btn a:hover {
    background: #3871C1;
}

.homebanner .top-bottom-btn img {
    vertical-align: middle;
}

.image-with-text .title h2 {
    color: #000 !important;
}

.image-with-text .description p:first-child {
    padding-bottom: 24px !important;
}

.image-with-text .description p:last-child {
    padding-bottom: 0 !important;
}

.speciality-section p,
.insurance-section p {
    letter-spacing: 0.097px;
}

.speciality-section .speciality-title {
    margin-bottom: 60px !important;
}

.speciality-section .speciality-title h2 {
    position: relative;
}

.speciality-section .speciality-title h2:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: calc(100% - 505px);
    height: 1px;
    background-color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.speciality-section .wpb_row .vc_column-inner {
    height: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

.speciality-section .wpb_row .vc_column-inner {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.speciality-section .wpb_row .vc_column-inner:hover {
    background: linear-gradient(278.03deg, #F7C818 0%, #CD8D05 100%);
}

.speciality-section .wpb_row .vc_column-inner:hover .nectar-responsive-text {
    color: #fff !important;
}

.faq-section .faq-block {
    width: 59%;
}

.faq-section .title-block {
    width: 41%;
}

.faq-section .toggle-title a i.fa {
    display: none;
}

.faq-section .toggle-title a {
    padding: 0 74px 0 0;
    background: transparent;
    color: #000000;
    position: relative;
    font-size: 24px !important;
    line-height: 1.5833 !important;
    letter-spacing: 0.9px !important;
}

.faq-section .toggle .toggle-title>a::after {
    content: '';
    position: absolute;
    background: url('images/plus-circle.svg') no-repeat;
    width: 24px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.faq-section .toggle.open .toggle-title>a::after {
    background: url('images/minus-circle.svg') no-repeat;
}

.faq-section .custom-btn.primary-bg {
    background-color: #3972C2 !important;
}

.faq-section .toggle-title a:hover {
    background: initial;
}

.faq-section .toggle .inner-toggle-wrap {
    padding: 0;
}

.faq-section .toggle .inner-toggle-wrap a {
    color: #fff !important;
}

.faq-section .toggle {
    padding: 24px 32px;
    background: #FAFAFA;
    border-radius: 24px;
}

.faq-section .toggle.open {
    background: linear-gradient(246deg, #4397D6 49%, #3871C1 90%);
}

.toggle.open.extra-color-1>.toggle-title a,
.toggle.open>.toggle-title a {
    background-color: transparent !important;
}

.faq-section .toggle[data-inner-wrap=true]>div .inner-toggle-wrap {
    padding: 0 !important;
    background-color: transparent !important;
}

.faq-section .inner-toggle-wrap p {
    font-family: Switzer-Regular;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.636363;
    padding: 10px 72px 0 0;
    letter-spacing: 0.097px;
}

body .faq-section .toggle>div {
    background-color: transparent;
    box-shadow: none;
}

.insurance-section .brand-logo .col {
    justify-content: center;
}

.insurance-section .brand-logo img {
    max-width: 220px;
    aspect-ratio: 1 / 0.58;
    object-fit: contain;
}

.contact-section .contact-info {
    background: #FFFFFF;
    border-radius: 24px;
    margin-bottom: 64px !important;
}

.contact-section .description a {
    background-image: none;
    color: #275191 !important;
    font-weight: 600 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

.contact-section .description a:hover {
    color: #D6960D !important;
}

.contact-info .row_col_wrap_12_inner {
    column-gap: 10px;
}

.contact-info .wpb_column {
    width: calc(25% - 8px);
}

.contact-info .wpb_column .wpb_wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-info .wpb_column .wpb_wrapper .hover-wrap {
    margin: 0;
}

.contact-info a,
.contact-info p {
    color: #3972C2 !important;
    animation: none !important;
    background-image: none !important;
    word-break: break-word;
}

.contact-info .wpb_column+.wpb_column::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #4F4F4F1A;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3%;
}

.direction-block .description {
    margin-top: 7px;
}

.direction-block .map-block {
    margin: 64px 0 !important;
}

.direction-block .map-block>div {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 37.25%;
}

.direction-block .map-block iframe {
    border-radius: 24px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.direction-block .button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.direction-block .button-wrapper p {
    padding: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6363;
    letter-spacing: 0.097px;
}

.direction-block .button-wrapper a {
    display: inline-block;
    background-color: #3972C2;
    color: #F2F2F2;
}

body[data-footer-reveal="1"] #footer-outer {
    position: relative;
}

#footer-outer .widget h4 {
    margin-bottom: 32px;
}

#footer-outer #footer-widgets .col ul li {
    padding: 12px 0 !important;
}

#footer-outer p {
    line-height: 1.6;
    letter-spacing: 0.2px;
}

#footer-outer p,
#footer-outer a {
    font-size: 18px;
}

#footer-outer a {
    line-height: 1.6;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

#footer-outer #copyright .container {
    max-width: 1800px;
}

#footer-outer #copyright .col ul {
    float: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

#footer-outer #copyright a {
    text-transform: uppercase;
}

#footer-outer a:hover,
#footer-outer #copyright a:hover:not(.nectar-button) {
    color: #D6960D !important;
    opacity: 1 !important;
}

#footer-outer #footer-widgets .col ul li a {
    letter-spacing: 0.2px;
}

#footer-outer .wp-block-image {
    text-align: right;
}

#footer-outer #copyright {
    padding: 0 !important;
}

#footer-outer .row {
    display: flex;
}

#footer-outer #copyright .row {
    padding-top: 32px;
    padding-bottom: 5.208vw;
    position: relative;
}

#footer-outer #copyright .row::before {
    content: '';
    background-color: #ffffff4d;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    width: 100%;
}

#footer-outer #copyright .widget {
    margin-bottom: 0;
}


#footer-widgets .col:first-child {
    width: 15%;
}

#footer-widgets .col:nth-child(2) {
    width: 20%;
}

#footer-widgets .col:last-child {
    flex: 1;
}

#copyright p {
    margin: 0 !important;
}

#footer-outer #copyright li {
    margin: 0;
}

#footer-outer #copyright li:first-child {
    padding-right: 5px;
}

#footer-outer #copyright li+li {
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #fff;
}

.container-wrap {
    margin-bottom: 0 !important;
}

.contact-info .wpb_column .wpb_wrapper .nectar-responsive-text h4 {
    font-family: Switzer-Regular;
    font-weight: 500;
}

.image-block .nectar-simple-slider.sizing-aspect-ratio.aspect-1-1 {
    padding-bottom: 86%;
}

#copyright .col {
    width: 40%;
}

#copyright .col:nth-child(2) {
    flex: 1;
}

#footer-widgets .col {
    padding: 0 !important;
}

body #header-outer {
    padding: 0 !important;
}

.insurance-section .brand-logo {
    max-width: 1028px;
    margin: 0 auto;
}

.insurance-section .brand-logo:first-child {
    margin-bottom: 23px !important;
}

.cms-section h1,
.cms-section h2,
.cms-section h3,
.cms-section h5,
.cms-section h6 {
    font-size: 36px !important;
    line-height: 1.263 !important;
    letter-spacing: 0.168px !important;
}

.cms-section a {
    color: #3972C2 !important;
}

.cms-section h4 {
    font-size: 22px !important;
    line-height: 1.2 !important;
}

.cms-section p,
.cms-section ul li,
.cms-section address,
.cms-section a {
    font-size: 18px;
    line-height: 1.2;
}

.cms-section address {
    margin-bottom: 16px;
}

.cms-section ul li {
    padding-bottom: 12px;
}

.cms-section ul li:last-child {
    padding-bottom: 0;
}

@media(max-width:1440px) {
    #header-outer[data-full-width="true"] header>.container {
        padding: 0 20px;
    }

    .topBar .row_col_wrap_12 {
        padding: 16px 30px;
    }

    .contact-info .wpb_column .wpb_wrapper .nectar-responsive-text {
        word-wrap: break-word;
    }
}

@media(max-width:1280px) {
    header nav ul {
        gap: 24px;
    }

    .topBar .row_col_wrap_12 {
        padding: 12px 30px;
    }

    #top nav>ul>li>a {
        font-size: 18px;
    }

    #header-outer .menu-item-23>a {
        padding: 14px 20px !important;
        font-size: 18px !important;
        min-width: 220px !important;
    }

    .topBar .mail-block a,
    .header-language-dropdown .gt_selector {
        font-size: 18px;
    }

    #header-outer ul.sf-menu>li>a>.nectar-menu-icon-img {
        width: 26px;
    }

    #header-outer #logo img {
        height: 100px;
    }

    .speciality-section .speciality-title h2:after {
        width: calc(100% - 400px);
    }

    .speciality-section .speciality-title {
        margin-bottom: 40px !important;
    }

    .direction-block .map-block {
        margin: 40px 0 !important;
    }

    .faq-section .toggle-title a {
        font-size: 22px !important;
    }

    .faq-section .inner-toggle-wrap p {
        font-size: 20px;
    }

    .insurance-section .brand-logo img {
        max-width: 180px;
    }

    #footer-widgets .row {
        padding: 50px 0 !important;
    }

    #footer-widgets .col:first-child {
        width: 16%;
    }

    #footer-widgets .col:nth-child(2) {
        width: 30%;
    }

    .contact-info .wpb_column {
        width: calc(50% - 10px) !important;
    }

    .contact-info .row_col_wrap_12_inner {
        gap: 20px;
    }

    .contact-info .wpb_column:nth-child(3):before {
        content: none;
    }

    .contact-info .wpb_column+.wpb_column::before {
        left: -7%;
    }

}

@media(min-width:1000px) and (max-width:1280px) {
    .secondary-title h2 {
        font-size: 38px !important;
    }

    .image-with-text .description p:first-child {
        padding-bottom: 20px !important;
    }

    .wpb_column.el_spacing_30px>.vc_column-inner>.wpb_wrapper>div:not(:last-child) {
        margin-bottom: 24px;
    }

    .contact-info .wpb_column .wpb_wrapper .nectar-responsive-text {
        font-size: 17px !important;
    }
}

@media(max-width:999px) {
    .image-with-text .description p:first-child {
        padding-bottom: 16px !important;
    }

    .wpb_column.el_spacing_30px>.vc_column-inner>.wpb_wrapper>div:not(:last-child) {
        margin-bottom: 20px;
    }

    .speciality-section .speciality-title {
        margin-bottom: 30px !important;
    }

    .speciality-section .wpb_row {
        margin-bottom: 25px !important;
    }

    .speciality-section .wpb_row:last-child {
        margin-bottom: 0 !important;
    }

    body.home .custom-btn.medium {
        padding: 12px 20px !important;
        min-width: 200px !important;
    }

    .faq-section .faq-block,
    .faq-section .title-block {
        width: 100%;
    }

    .faq-section .toggle-title a {
        font-size: 20px !important;
    }

    .faq-section .inner-toggle-wrap p {
        font-size: 18px;
    }

    .faq-section .secondary-title h2 {
        display: inline-block;
    }

    .insurance-section .brand-logo img {
        max-width: 160px;
    }

    .insurance-section .wpb_row {
        margin-bottom: 0 !important;
    }

    .direction-block .map-block {
        margin: 30px 0 !important;
    }

    .direction-block .button-wrapper p {
        font-size: 20px;
    }

    .homebanner .top-bottom-btn a {
        width: 42px;
        height: 42px;
    }

    .homebanner .top-bottom-btn a img {
        width: 18px;
    }

    #footer-outer .widget.widget_media_image img {
        max-width: 180px;
    }

    #footer-outer .widget h4 {
        margin-bottom: 20px;
    }

    #footer-widgets .col:first-child {
        width: 20%;
    }

    #footer-widgets .col:nth-child(2) {
        width: 42%;
    }

    #footer-outer p,
    #footer-outer a {
        font-size: 16px;
    }

    #footer-outer #copyright .container {
        max-width: 96%;
    }

    #footer-widgets .row {
        padding: 50px 0 30px 0 !important;
    }

    .cms-section h1,
    .cms-section h2,
    .cms-section h3,
    .cms-section h5,
    .cms-section h6 {
        font-size: 32px !important;
    }

    .cms-section h4 {
        font-size: 18px !important;
        line-height: 1.2 !important;
    }

    .cms-section p,
    .cms-section ul li,
    .cms-section address,
    .cms-section a {
        font-size: 16px;
    }
}

@media(max-width:690px) {
    .contact-info .wpb_column {
        width: 100% !important;
    }

    .insurance-section .brand-logo img {
        max-width: 100%;
    }

    .contact-info .wpb_column+.wpb_column::before {
        width: 100%;
        height: 1px;
        left: 0;
        top: -15px;
    }

    .contact-info .wpb_column:nth-child(3):before {
        content: '';
    }

    .direction-block .button-wrapper p {
        font-size: 18px;
    }

    .direction-block .map-block>div {
        padding-top: 56.25%;
    }

    .homebanner {
        height: 100vw !important;
    }

    .speciality-section .speciality-title h2 {
        display: inline-block;
    }

    .speciality-section .speciality-title h2:after {
        top: 110%;
        width: 100%;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .faq-section .toggle-title a {
        font-size: 18px !important;
        padding: 0 30px 0 0;
    }

    .faq-section .inner-toggle-wrap p {
        font-size: 16px;
        padding: 10px 0px 0 0;
    }

    .faq-section .toggle {
        padding: 20px;
        border-radius: 18px;
    }

    .faq-section .toggle .toggle-title>a::after {
        width: 20px;
        height: 20px;
        background-size: contain !important;
    }

    .direction-block .button-wrapper {
        flex-direction: column;
        gap: 16px;
    }

    #footer-outer .row {
        flex-wrap: wrap;
    }

    #footer-widgets .col:first-child,
    #footer-widgets .col:nth-child(2) {
        width: 50%;
        order: 3;
    }

    #footer-widgets .col:last-child {
        flex: 1 1 auto;
        order: 1;
        width: 100% !important;
    }

    #footer-outer .wp-block-image {
        text-align: center;
    }

    #footer-widgets .container .col {
        margin-bottom: 0px;
    }

    #footer-outer #copyright .row {
        padding-top: 20px;
        flex-direction: column;
        gap: 12px;
    }

    #copyright .col {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    #footer-outer .widget {
        margin-bottom: 20px;
    }

    #footer-outer p,
    #footer-outer a {
        font-size: 15px;
    }

    body #footer-outer .widget h4 {
        font-size: 20px;
    }

    body #footer-outer #copyright .col ul {
        float: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #footer-widgets .row {
        padding: 30px 0 !important;
    }

    #footer-outer .widget.widget_media_image img {
        max-width: 160px;
    }

    .topBar .mail-block a,
    .header-language-dropdown .gt_selector {
        font-size: 16px;
    }

    #header-outer .top-bar svg {
        flex-shrink: 0;
        width: 24px;
    }

    .cms-section h1,
    .cms-section h2,
    .cms-section h3,
    .cms-section h5,
    .cms-section h6 {
        font-size: 26px !important;
    }

    .cms-section h4 {
        font-size: 16px !important;
    }

    .cms-section a {
        font-size: 14px;
    }
}

@media(max-width:575px) {
    .topBar .row_col_wrap_12 {
        padding: 12px 20px;
    }

    #header-outer .col {
        margin-bottom: 0;
        width: 100%;
    }

    .topBar .dropdown-block {
        margin-top: 6px;
    }
}