/* 
Theme Name:      generatepress-child
Theme URI:       https://generatepress.com/
Description:     generatepress-child is a child theme of GeneratePress, created by ChildTheme-Generator.com
Author:          Tom Usborne
Author URI:      https://tomusborne.com/
Template:        generatepress
Version:         3.5.1
Text Domain:     generatepress-child
*/

@font-face {
    font-family: 'sweet sans pro';
    src: url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Thin.eot');
    src: url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Thin?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Thin.woff2') format('woff2'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Thin.woff') format('woff'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Thin.ttf') format('truetype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Thin.svg#SweetSansPro-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'sweet sans pro';
    src: url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Light.eot');
    src: url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Light?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Light.woff2') format('woff2'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Light.woff') format('woff'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Light.ttf') format('truetype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Light.svg#SweetSansPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'sweet sans pro';
    src: url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Regular.eot');
    src: url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Regular?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Regular.woff2') format('woff2'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Regular.woff') format('woff'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Regular.ttf') format('truetype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Regular.svg#SweetSansPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'sweet sans pro';
    src: url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Medium.eot');
    src: url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Medium?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Medium.woff2') format('woff2'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Medium.woff') format('woff'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Medium.ttf') format('truetype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Medium.svg#SweetSansPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'sweet sans pro';
    src: url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Bold.eot');
    src: url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Bold?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Bold.woff2') format('woff2'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Bold.woff') format('woff'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Bold.ttf') format('truetype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Bold.svg#SweetSansPro-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'sweet sans pro';
    src: url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Heavy.eot');
    src: url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Heavy?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Heavy.woff2') format('woff2'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Heavy.woff') format('woff'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Heavy.ttf') format('truetype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/SweetSansPro-Heavy.svg#SweetSansPro-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



:root{
    --main_color: #0075A9;
    --secondary_color: #00ABC8;
    --assets_color: #0075A9;
    --text_color: #76777A;
    --white_color: #ffffff;
    --primary_font: 'sweet sans pro';
    --secondary_font: "sweet sans pro", sans-serif;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--secondary_font);
}
a{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
ul, ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--primary_font);
    color: var(--secondary_color);
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
    color: var(--main_color);
    font-family: inherit !important;
}
h1, h2, h3, h4, h5, h6, p{
    margin: 0;    
    font-weight: 400;
    line-height: 1.2;
}
li,
p{
    font-size: 18px;
    line-height: 1.5;
    color: var(--text_color);
}
p:not(:last-child){
    margin-bottom: 12px;
}
span{
    font-size: 18px;
    font-weight: 700;
}
.heading1{
    font-size: 95px;
    font-weight: 700;
}
.heading2{
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 26px;
}
.heading3{
    font-size: 47px;
}
.heading4{
    font-size: 28px;
} 
.heading5{
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
}
@media only screen and (max-width: 1400px){
    .heading1{
        font-size: 80px;
    }
    .heading2{
        font-size: 36px;
    }
}
@media only screen and (max-width: 1200px){
    .heading1{
        font-size: 56px;
    }
    .heading2{
        font-size: 32px;
    }
    .heading3{
        font-size: 28px;
    }
    .heading4{
        font-size: 24px;
    } 
    .heading5{
        font-size: 20px;
    } 
}
@media only screen and (max-width: 991.5px){
    .heading1{
        font-size: 42px;
    }
    .heading2{
        font-size: 28px;
    }
    .heading3{
        font-size: 24px;
    }
    .heading4{
        font-size: 20px;
    } 
    .heading5{
        font-size: 18px;
    } 
}
@media only screen and (max-width: 768.5px){
    .heading1{
        font-size: 36px;
    }
    .heading2{
        font-size: 24px;
    }
}
@media only screen and (max-width: 575.5px){
    .heading1{
        font-size: 30px;
    }
}
/****** Container css ******/
.site.grid-container{
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}
.site-content{
    width: 100% !important;
    display: inherit !important;
}
.container-right {
    max-width: calc(50% + 700px);
    margin-left: auto;
    margin-right: 0;
    overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
    body .container, body .container-fluid {
        padding: 0 30px;
    }
}
@media only screen and (min-width: 576px) {
    body .container,
    body .grid-container {
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (min-width: 650px) {
    body .container,
    body .grid-container {
        max-width: 100%;
        width: 100%;
    }
    .container-right {
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    body .container,
    body .grid-container {
        max-width: 920px;
        width: 100%;
    }
    .container-right {
        max-width: calc(50% + 460px);
    }
}
@media only screen and (min-width: 992px) {
    body .container,
    body .grid-container {
        max-width: 960px;
        width: 100%;
    }
    .container-right {
        max-width: calc(50% + 480px);
    }
}
@media only screen and (min-width: 1200px) {
    body .container,
    body .grid-container {
        max-width: 1140px;
        width: 100%;
    }
    .container-right {
        max-width: calc(50% + 570px);
    }
}
@media only screen and (min-width: 1300px) {
    body .container,
    body .grid-container {
        max-width: 1210px;
        width: 100%;
    }
    .container-right {
        max-width: calc(50% + 605px);
    }
}
@media only screen and (min-width: 1400px) {
    body .container,
    body .grid-container {
        max-width: 1390px;
        width: 100%;
        margin: auto;
    }
    .container-right {
        max-width: calc(50% + 695px);
    }
    .site-header .grid-container{
          max-width: 1840px;
        width: 100%;
        margin: auto;
    }
}

/****** section_padding css ******/

.section_padding {
    padding: 100px 0;
}
.section_margin {
    margin: 100px 0;
}
@media only screen and (max-width: 1700px) {

    .section_padding {
        padding: 80px 0;
    }
    .section_margin {
        margin: 80px 0;
    }
}
@media only screen and (max-width: 1440px) {

    .section_padding {
        padding: 70px 0;
    }
    .section_margin {
        margin: 70px 0;
    }
}
@media only screen and (max-width: 1200px) {

    .section_padding {
        padding: 60px 0;
    }
    .section_margin {
        margin: 60px 0;
    }
}
@media only screen and (max-width: 991.98px) {

    .section_padding {
        padding: 50px 0;
    }
    .section_margin {
        margin: 50px 0;
    }
}
@media only screen and (max-width: 767.98px) {

    .section_padding {
        padding: 40px 0;
    }
    .section_margin {
        margin: 40px 0;
    }
}
@media only screen and (max-width: 575.98px) {

}

@media only screen and (min-width: 1099px){
    .mxw-1024{
        max-width: 1024px !important;
    }
}

/* Header-top bar css start */

.topbar-contact a {
    color: #C0C0C0;
    border-right: 3px solid #737B82;
    padding-right: 20px;
    transition: all .3s;
}

.topbar-contact a:hover{
    color:#00abc8;
}
.topbar-contact a img {
    margin-right: 10px;
}

.social_icon_blk {
    background-color: transparent;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 21;
    border-bottom: 1px solid #DEDEDE50;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.social_ineer_content a {
    height: 100%;
}
.social_ineer_content {
    display: inline-flex;
    justify-content: end;
    padding: 10px 61px 10px 20px;
    gap: 12px;
    transition: all .3s;
}
.social_ineer_content a img:hover{
    filter: brightness(0) saturate(100%) invert(65%) sepia(84%) saturate(2473%) hue-rotate(176deg) brightness(110%) contrast(84%);
}
@media only screen and (max-width: 680px){
    .social_ineer_content{
        padding: 10px 30px;
    }
}
@media only screen and (max-width:425.5px){
    .social_icon_blk{
        display: none;
    }
    .site-header{
        top: 0px !important;
    }
}
@media only screen and (max-width: 400px){
    .social_icon_blk{
        flex-direction: column;
    }
    .topbar-contact a{
        border: unset;
        padding-right: 0px;
    }
}
/*----------------footer css------------------*/

.site-footer {
    position: relative;
}

.site-footer:before {
    background-repeat: no-repeat;
    color: #fff !important;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    background-repeat: repeat;
    background-size: cover;
}

.footer-widgets {
    padding: 94px 0 56px;
    background-color: #004A6B !important;
}

.footer-widgets,
footer.site-info {
    z-index: 11;
    position: relative;
}

.footer_address a {
    color: #0c2c2a;
}

footer.site-info {
    background-color:#004A6B;
}

.site-info .inside-site-info {
    padding: 19px 0px !important;
    border-top: 1px solid #FFFFFF30;
}

.footer-contact a {
    display: flex;
    align-items: flex-start;
    justify-content: start;
}
.footer-contact a img {
    margin-right: 10px;
}

.textwidget ul li a {
    color: #FFFFFF !important;
}

.footer-widget-1 ul li {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
}

#footer-widgets .footer-widgets-container.grid-container,
footer.site-info .inside-site-info.grid-container {
    max-width: 1390px;
    padding: 0;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0 !important;
    justify-content: space-between;
    gap: 24px;
}
.inside-footer-widgets > div{
    width: 100%;
    max-width: fit-content;
}
.footer-widget-1 aside#media_image-3 img {
    max-width: 172.39px !important;
}

.footer-widget-1 aside#media_image-2 {
    max-width: 250px;
}

.footer-widget-1 {
    width: 100%;
    max-width: 346px;
    flex: unset !important;
}

.contact_number_blk {
    margin-bottom: 10px;
}

.office_hours_blk p {
    margin-bottom: 10px !important;
}

body .office_hours_blk p:last-child {
    margin-bottom: 0 !important;
}

.office_locations_blk p a {
    color: #fff !important;
}

.footer-widget-2 {
    flex: unset !important;
    max-width: 386px;
    width: 100%;
    padding-left: 0;
}

.footer-widget-3 {
    flex: unset !important;
    max-width: 294px;
    width: 100%;
}

.footer-widget-1 aside#media_image-3,
.footer-widget-1 aside#custom_html-2 {
    max-width: 516px;
    width: 100%;
}

.footer-widget-4 {
    flex: unset !important;
    max-width: 305px;
    width: 100%;
}

.footer-widget-5 {
    flex: unset !important;
    max-width: 516px;
    width: 100%;
}

.last_widget_blk .social_icon_blk {
    margin: 35px 0;
}

.inside-footer-widgets .textwidget p {
    color: #fff;
    font-size: 16px;
    font-family: var(--secondary_font);
    font-weight: 300;
    text-align: left;
}

.inside-footer-widgets h2.widget-title {
    color: #fff;
    font-family: var(--secondary_font);
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    position: relative;
    padding-bottom: 15px;
}

.inside-footer-widgets h2.widget-title::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100px;
    background-color: #FFFFFF;
    bottom: 0px;
    left: 0px;
}

.footer-widget-2 aside#nav_menu-2 ul li {
    margin-bottom: 11px;
}

.footer-widget-2 aside#nav_menu-2 ul li:last-child {
    margin-bottom: 0 !important;
}

.footer-widget-2 aside#nav_menu-2 ul li a {
    color: #fff;
    font-size: 18px;
}

.footer-widget-3 .textwidget a,
.location_blk ul li a,
.specialty_group_blk ul li a {
    color: #fff;
    line-height: 120%;
    font-size: 18px;
    font-weight: 400;
}

.footer-widget-4 .textwidget.custom-html-widget p {
    margin-bottom: 16px;
}

.footer-widget-4 .textwidget.custom-html-widget p:last-child {
    margin-bottom: 0 !important;
}

.footer-widgets p,
.footer_number a,
footer.site-info a {
    font-size: 16px;
    font-style: normal;
    line-height: 120%;
    font-weight: 400;
    color: #FFFFFF;
    font-family: var(--secondary_font);
}

footer.site-info a:hover {
    color: #0075A9 !important;
}
.privacy_policy_blk{
    display: flex;
    justify-content: center;
    align-items: center;
}
.privacy_policy_blk p span {
    font-weight: 400;
    margin-left: 5px;
}
.privacy_policy_blk p {
    /*align-items: center;
    display: inline-flex;
    flex-direction: row;*/
    color: #FFFFFF;
    margin-bottom: 0px !important;
}

.footer-bottom-info1 a {
    color: #1D1B1B !important;
    font-size: 16px !important;
}

.footer-bottom-info1 a:hover {
    color: #0c2c2a !important;
}

.footer_number {
    padding-bottom: 30px;
}

.site-footer-bottom {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding-top: 70px;
    align-items: center;
}

.copyright-bar {
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 16px 0px;
}

.copyright_first_block p,
.copyright_first_block a {
    /* text-transform: uppercase; */
    font-size: 16px !important;
    color: #0c2c2a;
    margin-bottom: 0;
}

.soc-icon {
    padding-top: 20px;
}

.soc-icon a {
    padding: 0px 0 0 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    float: left;
}

.soc-icon p {
    color: #D6EAD7 !important;
    font-size: 20px;
}

.soc-icon a img {
    width: 20px;
}

.site-footer a:hover {
    color: var(--bermuda_color);
}

.footer-bottom-info,
.footer-bottom-info1,
.footer_bottom_second {
    width: -webkit-fill-available;
}

.footer-bottom-info {
    text-align: left;
}


.menu-privacy-menu-container a {
    display: block;
    color: var(--bermuda_color) !important;
    font-weight: 600 !important;
}

.footer_number a {
    color: var(--bermuda_color);
}

.footer-widget-1 aside#media_image-4 img {
    width: 100%;
    max-width: 120px !important;
}

.site-footer .footer-widgets-container .inner-padding {
    padding: 0 !important;
}

.inside-footer-widgets a:hover {
    color: #00abc8 !important;
}

.inside-footer-widgets ul li {
    font-weight: 400;
    color: #FFFFFF;
}

.sticky-enabled .main-navigation.is_stuck {
    background-color: #0C1828;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #00abc8 !important;
}
.sticky .main-nav ul li>a {
    color: #FFFFFF !important;
}

/* .site-header {
    background-color: transparent !important;
    color: var(--contrast) !important;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
} */
.topbar-contact a {
    display: flex
;
}

img.header-image.is-logo-image {
    max-height: 44px;
    height: 100%;
    max-width: 160px;
    width: 100%;
}
.main-navigation{
    background-color:transparent !important;
}

.site-header.sticky {
    background-color: #0075A9 !important;
}
.site-header{
    background-color: transparent !important;
    position: absolute !important;
    top: 47px;
    left: 0;
    width: 100%;
    z-index: 22;
}
.main-navigation.slideout-navigation {
    background-color: #a8b1bf;
}

/* @media only screen and (min-width: 992px) and (max-width: 1820px) {

    #footer-widgets .footer-widgets-container.grid-container,
    footer.site-info .inside-site-info.grid-container {
        max-width: 100% !important;
        padding: 0 40px;
    }
} */

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .site-footer .footer-widgets-container .inside-footer-widgets {
        flex-wrap: wrap;
    }

    /* .footer-widget-1 aside#media_image-4 img {
        width: 140px;
    } */

    /* .footer-widget-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-widget-3 {
        max-width: 253px;
    } */
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {

    .site-footer .footer-widgets-container .inside-footer-widgets {
        flex-wrap: wrap;
    }

    /* .footer-widget-1 aside#media_image-4 img {
        width: 140px;
    } */

    /* .footer-widget-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-widget-3 {
        max-width: 253px;
    } */
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    /* .footer-widget-1 {
        width: 330px;
    }

    .footer-widget-3 {
        max-width: 253px;
    } */
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    /* .footer-widget-1 {
        width: 370px;
    } */
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    /* .footer-widget-1 {
        width: 550px;
    } */
}

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

    .footer-widgets p,
    .footer_number a,
    footer.site-info a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /*  .footer-widget-1 {
        order: 2;
    }

    .footer-widget-3 {
        order: 3;
    }
 */
    /* .footer-widget-2 {
        order: 1;
        width: 100% !important;
    } */

    .inside-footer-widgets {
        display: inline-grid;
        width: 100%;
        justify-content: center;
        grid-template-columns: repeat(2, 1fr);
    }

    .footer_last_block {
        text-align: center;
    }

    .footer_number {
        padding-bottom: 10px;
    }

    .footer-widget-1,
    .footer-widget-2,
    .footer-bottom-info,
    .footer_bottom_second {
        padding-bottom: 30px;
    }

    /*  .footer-widgets,
    footer.site-info {
        width: 50%;
    } */

    /*  .site-footer {
        display: flex;
    } */

    .site-footer-bottom {
        display: block;
        text-align: center;
        padding-top: 0px;
    }

    /*  .footer-widgets {
        padding: 40px 0;
    } */

    footer.site-info {
        padding: 40px 0;
        /* border-left: 1px solid #777; */
    }

    .inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 0px !important;
    }

    .site-footer .footer-widgets-container .inside-footer-widgets {
        flex-wrap: wrap;
    }

    .footer-widget-1 aside#media_image-4 img {
        width: 140px;
    }

    .footer-widget-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-widget-3 {
        max-width: 253px;
    }

}


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

@media only screen and (max-width: 1366px) {
    #footer-widgets .footer-widgets-container.grid-container {
        max-width: 1210px;
    }
}

@media only screen and (max-width: 1240px) {
    #footer-widgets .footer-widgets-container.grid-container {
        max-width: 1140px;
        padding: 0px 16px;
    }

    .site-footer .footer-widgets-container .inside-footer-widgets {
        gap: 0px;
    }

    .footer-widget-2 {
        max-width: 215px;
    }
}

@media only screen and (max-width: 1024px) {
    #footer-widgets .footer-widgets-container.grid-container {
        max-width: 100%;
        padding: 0px 40px;
    }

    .footer-widget-1 {
        width: 100%;
        max-width: 179px;
    }

    .footer-widget-2 {
        max-width: 191px;
    }

    .footer-widget-3 {
        flex: unset !important;
        max-width: 269px;
    }

    .footer-widget-4 {
        flex: unset !important;
        max-width: 235px;
    }
}

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

    .footer-widget-1,
    .footer-widget-2,
    .footer-widget-2,
    .footer-widget-3,
    .footer-widget-4 {
        width: 100%;
        max-width: 46%;
    }

    /* .footer-widget-2 {
        max-width: 46%;
    }
    .footer-widget-3 {
        flex: unset !important;
        max-width: 46%;
    }
    .footer-widget-4 {
        flex: unset !important;
        max-width: 46%;
    } */
}

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

    .footer-widget-1 aside#media_image-4 img {
        width: 140px;
    }

    .site-footer-bottom {
        display: block;
        padding-top: 30px;
    }

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

    .footer-widget-1,
    .footer-widget-2,
    .footer-widget-3 {
        padding-bottom: 20px;
    }

    .widget-title {
        margin-bottom: 15px !important;
    }

    .inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 0px !important;
    }


    .footer_number {
        padding-bottom: 5px;
    }

    .footer-widget-1,
    .footer-widget-2,
    .footer-widget-2,
    .footer-widget-3,
    .footer-widget-4 {
        max-width: 100%;
    }
    .footer-widgets {
        padding: 50px 0;
/*        background-color: #0C1828 !important;*/
    }
    .footer-widgets .widget{
/*        text-align: center;*/
        margin: 0 auto;
    }
    .footer-widget-2 h2.widget-title::after,
    .footer-widget-3 h2.widget-title::after,
    .footer-widget-4 h2.widget-title::after{
        /*left: 50%;
        transform: translateX(-50%);*/
    }
    /*.site-footer .footer-widgets-container .inside-footer-widgets{
        justify-content: center;
        align-items: center;
    }*/
    .footer-contact{
        margin-top: 26px;
    }
    .inside-footer-widgets h2.widget-title::after{
        width: 36px;
    }
}

/*@media only screen and (max-width:767px){
    .footer-contact a{
        justify-content: center;
    }
}*/

@media only screen and (max-width: 991px) {
    .footer-bottom-info {
        text-align: center !important;
    }

    .footer-bottom-info1 {
        margin-bottom: 30px;
    }

    .footer_number {
        margin-bottom: 20px !important;
    }

    #footer-widgets .footer-widgets-container.grid-container,
    footer.site-info .inside-site-info.grid-container {
        max-width: 100% !important;
        padding: 0 30px !important;
    }
}
@media only screen and (max-width: 680px){
    .privacy_policy_blk{
        flex-direction: column;
    }
    .privacy_policy_blk p{
        font-size: 16px;
    }
    .privacy_policy_blk p span{
        display: none;
    }
}
@media only screen and (max-width: 575px) {
    .specialty_group_blk ul li a {
        font-size: 17px;
    }
}

/*-------------*/
.site-header.sticky {
    background-color: #004A6B !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
}

/*---------------------- Header Css End --------------------*/

.common-title{
    padding-bottom: 32px;
}
.section-title {
    padding-bottom: 80px;
    max-width: 590px;
    width: 100%;
    margin: 0 auto;
}
.header-btn .default-btn{
    margin-top: 0px;
}
.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.default-btn {
    color: #fff !important;
    font-family: var(--secondary_font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 1.2;
    padding: 12px 32px;
/*    border-radius: 50px;*/
    background: #0075A9;
    border: 2px solid #0075A9;
    text-align: center;
    text-transform: uppercase;
    margin-top: 32px;
}

.header_call_number a{
    margin-top: 0% !important;
}
.default-btn:hover{
    color: #0075A9!important;
    background-color: transparent;
}
.default-btn span{
    font-family: inherit;
}
.white-border-btn {
    border-color: #fff;
    background-color: transparent;
}
.white-border-btn:hover {
    background-color: #fff;
    color: #0075A9 !important;
}
.blue-border-btn {
    border-color: #0075A9;
    color: #0075A9 !important;
    background-color: transparent;
    transition: all .3s;
}
.blue-border-btn:hover {
    background-color: #0075A9;
    color: #fff !important;
    border-color: #0075A9;
}
.light_bg{
    background-color: #F1F2F3;
}
ul.golden-check-list li {
    color: #737B82;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 8px;
    padding-left: 28px;
    position: relative
}

ul.golden-check-list li:before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2025/04/check-list-icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    left: 0;
    top: 4px
}
@media only screen and (max-width: 599.5px){
    .side-btn a:not(:first-of-type) {
        margin-top: 0;
    }
}
@media only screen and (max-width: 575.5px){
	.default-btn {
		width: 100%;
		padding: 12px;
	}
}
/*@media only screen and (max-width:991.5px){
    .header-btn.btn-wrap {
        display: none;
    }
}
@media only screen and (max-width: 575.5px){
    .header-btn .default-btn{
        display: none;
    }
}*/
/*============================================
= Start Banner CSS
===============================================*/
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a {
    color: #00abc8 !important;
}

.banner-content-main .container{
    max-width: 1390px !important;
        width: 90% ;
        margin: auto !important;
        padding: 0%;
}
.hero-banner{
    background-color: transparent;
    position: relative;
    overflow: hidden;
}
.banner-img::before{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    content: "";
    z-index: 1;
}
.banner-img{
    position: relative;
}
.banner-img, .banner-img img {
    width: 100%;
    height: 100%;
}
.hero_bg_vd-sec iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.hero-banner-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-img .page-image{
    border-radius: unset;
}
.hero-banner-inner .banner-img img{
    object-fit: cover;
/*    border-radius: 60px;*/
    min-height: 350px;
}
.hero-banner .banner-content {
    width: 100%;
    max-width: 840px;
    margin: 0px auto 0 0;
}
/* .page-template-common-template .hero-banner .banner-content {
    max-width: 100%;
} */
.star-design {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.star-design.star_center {
    justify-content: center;
}
.sub-banner h1,
.hero-banner .banner-content h1 span,
.hero-banner .banner-content h1{
    font-size: 56px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 16px;
    text-transform: capitalize;
}
.hero-banner .banner-content h1 span{
    font-weight: 400;
    color: #fff;
}
.hero-banner .banner-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #333333;
    margin-bottom: 24px;
    text-transform: capitalize;
}
.banner-content .btn-wrap {
    margin-top: 40px;
}
.banner-content .btn-wrap .default-btn{
    margin-top: 0;
}
.box-section .top-title,
.banner-content .top-title{
    color: #fff;
}
.faq-sec .top-title:before,
.box-section .top-title:before,
.banner-content .top-title:before{
    background-color: #fff;
}
.top-title{
    position: relative;
    color: #0075A9;
    padding-bottom: 18px;
    margin-bottom: 16px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
}
.top-title:before{
    position: absolute;
    content: '';
    height: 2px;
    width: 100px;
    background-color: #C0C0C0;
    bottom: 0px;
    left: 0px;
}
@media only screen and (max-width:767px){
    span.top-title{
        font-size: 16px;
    }
}
.why-us p b{
    color: #0075A9;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .hero_bg_vd-sec iframe {
        min-width: 135%;
    }
}
@media only screen and (max-width: 991px){
    .hero-banner .banner-content{
        max-width: 100%;
    }
    .sub-banner h1,
    .hero-banner .banner-content h1 span,
    .hero-banner .banner-content h1{
        font-size: 40px;
    }
    .hero-banner .banner-content p{
        font-size: 16px;
    }
    .banner-content .btn-wrap {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px){
    .sub-banner h1,
    .hero-banner .banner-content h1 span,
    .hero-banner .banner-content h1{
        font-size: 28px;
        color: #fff;
    }
    .hero-banner .banner-content p{
        margin-bottom: 10px;
        color: #fff;
    }
    .hero-banner .banner-content{
        padding: 30px 0px;
    }
    /*body .banner-content .btn-wrap .default-btn.white-border-btn{
        border-color: #E8691A;
        color: #E8691A !important;
    }
    body .banner-content .btn-wrap .default-btn.white-border-btn:hover{
        color: #fff !important;
    }*/
}
@media only screen and (max-width: 575px){
    .banner-img img {
        min-height: 200px;
        object-fit: cover;
        object-position: center;
    }
}

@media Only screen and (max-width: 767px){
    .banner-content-main{
        background-color: #01357B;
    }
}

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

    /* .hero_bg_vd {
        position: ;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
    } */
    .hero_bg_vd-sec {
       
        position: relative;
        width: 100%;
    }
    .hero_bg_vd-sec iframe {
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        aspect-ratio: 1;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
    }
    .hero-banner .banner-content {
        z-index: 1;
        position: relative;
    }
    .hero-banner .row {
        height: 100%;
    }
    .hero-banner .banner-content h1, .hero-banner .banner-content p, .hero-banner .banner-content .default-btn a:hover {
        color: #fff;
    }
    .hero-banner, .banner-img img {
        object-fit: cover;
        object-position: center;
        min-height: 400px;
    }
    .hero-banner .banner-content-main {
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
    }

}

@media only screen and (min-width: 992px) {
    .hero-banner, .banner-img img {
        min-height: 500px;
    }
}
@media only screen and (min-width: 1025px) {
    .hero-banner, .banner-img img {
        min-height: 680px;
    }
}
@media only screen and (min-width: 1660px) {
    .hero-banner, .banner-img img {
        min-height: 750px;
    }
}
/*============================================
= End Banner CSS
===============================================*/
/* =============================   Side Image Section  ========================== */
.side-row{
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    column-gap: 100px;
}
.side-col{
    max-width: calc(50% - 50px);
    width: 100%;
}
.side-video iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    display: block;
}
@media only screen and (max-width : 1660.5px){
    .side-row{
        column-gap: 60px;
    }
    .side-col{
        max-width: calc(50% - 30px);
    }
}
@media only screen and (max-width : 1200.5px){
    .side-row{
        column-gap: 40px;
    }
    .side-col{
        max-width: calc(50% - 20px);
    }
}
@media only screen and (max-width : 991.5px){
    .side-row{
        column-gap: 0px;
        flex-direction: column;
    }
    .side-col{
        max-width: 100%;
    }
}
@media only screen and (min-width : 991.5px){
    .right-side-section .side-row {
        flex-direction: row-reverse;
    }
}

/* =============================  Box Section  ========================== */
.home .box-section{
    background: url("/wp-content/uploads/2025/04/dotted-bg-img.svg") no-repeat center/contain, linear-gradient(#0075A9, #0075A9);
}
.box-section .container-fluid {
    padding: 0px 40px;
}
.box-row {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}
.box-col {
    max-width: calc(25% - 18px);
    width: 100%;
    padding: 32px;
    background: #F1F2F3;
}
.step-section .box-row {
    counter-reset: box-counter;
}
.step-section .box-col h3::before {
    counter-increment: box-counter;
    content: "" counter(box-counter) ".";
    font-family: var(--primary_font);
    /* border: 1px solid var(--assets_color); */
    color: var(--main_color);
    width: 48px;
    height: 48px;
    display: flex;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 24px;
    background: #F1F2F3;
    box-shadow: 0 0 10px rgb(41 31 21 / 20%);
    margin-bottom: 10px;
    line-height: 1;
}
.box-col h3{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0075A9;
    justify-content: flex-start;
}

@media only screen and (min-width: 1199px){
/*     .two-column .box-row{
        max-width: 768px;
        margin: 0 auto;
    } */
    .two-column .box-col {
        max-width: calc(25% - 18px);
    }
}
@media only screen and (max-width: 1199px){
    .box-col {
        max-width: calc(50% - 12px);
    }
}
@media only screen and (max-width: 767px){
    .box-col{
        padding: 20px;
    }
    .footer-widgets ul li a,
    ul.golden-check-list li,
    li, p{
        font-size: 16px !important;
    }
    .box-section .container-fluid {
        padding: 0px 30px;
    }
}
@media only screen and (max-width: 640px){
    .box-col {
        max-width: 100%;
    }
}
/*---------------------------  About Legacy  ---------------------------------*/
.about-legacy{
    background-color: #0075A9;
}
.white-content *{
    color: #fff;
}
.row-legacy{
    display: flex;
}
.about-legacy .white-content{
    padding: 60px;
}
.legacy-col{
    align-content: center;
    max-width: 50%;
    width: 100%;
}
.legacy-image{
    height: 100%;
}
.legacy-image img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media only screen and (max-width: 991.5px){
    .row-legacy{
        flex-direction: column-reverse;
    }
    .legacy-col{
        max-width: 100%;
    }
}
@media only screen and (max-width: 768.5px){
    .about-legacy .white-content{
        padding: 30px;
    }
}
/*  ======================= FAQs Section Start ===================== */
.faq-sec{
    background-color: #0075A9;
}
.faqs-title h3 {
    padding-bottom: 40px;
}
.faqs-title h2{
    margin-bottom: 0px;
}
.faq-box:not(:first-of-type) .faq-content {
    display: none;
}
.faq-list{
    margin-bottom: 0px;
}
.faq-box{
   border: 1px solid #426387;
    margin-bottom: 18px;
}
.faq-list h4{
    padding: 15px 15px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    width: 100%;
    color: #fff;
    text-align: left;
    border: none;
/*    background: #FFFFFF;*/
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}
.faq-box.active h4.faq-title {
    color: #fff;
/*    background-color: rgba(100, 100, 111, 0.1);*/
    border: 1px solid #426387;
}
.faq-list h4:before{
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #2E373C;
    transition: all 0.4s;
    background-image: url("/wp-content/uploads/2025/04/arrow-top-img.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
}
.faq-box.active h4:before {
    background-image: url("/wp-content/uploads/2025/04/arow-down.svg") !important;
}
.faq-list .faq-content{
    padding: 15px;
}
@media only screen and (min-width: 1200px){
    .faqs-section .container {
        max-width: 1140px;
    }
}
@media only screen and (max-width: 1024px){
    .faq-list h4{
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px){
    .faq-list h4{
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .faq-list h4{
        padding: 15px 25px 15px 15px;
    }
    .faq-list h4:before{
        right: 10px;
    }
}
@media only screen and (max-width:575px){
    .faq-list h4 {
        font-size: 16px;
    }
}
/*  =======================   FAQs Section Stop ===================== */



/* ====================================
== Start Privacy & Terms Page CSS
======================================= */
.page-id-61 .content-box h2,
.page-id-44 .content-box h2{
    margin-top: 22px;
}

.same_width_1400 {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}


.privacy_policy_div .htag_txt h2 {
/*    color: var(--bermuda_color);*/
    text-align: left;
    font-size: 31px;
    text-transform: capitalize;
    padding-top: 20px;
    margin-bottom: 20px;
}

.privacy_policy_div .htag_txt a {
    color: var(--bermuda_color);
    font-weight: 500;
}

.privacy_txt_block .para_txt p {
    margin-bottom: 15px;
}

.privacy_txt_block .para_txt p:last-child {
    margin-bottom: 0 !important;
}

.privacy_txt_block ul.first_details_ul_items {
    margin-left: 0;
    padding-left: 20px !important;
}

.privacy_txt_block .para_txt ul {
    list-style: disc !important;
    padding-left: 24px !important;
}

.privacy_txt_block .para_txt ul li::marker {
    font-size: 25px;
    color: var(--bermuda_color);
}

.privacy_txt_block .para_txt p font {
    margin-top: 10px;
    display: block;
    color: var(--bermuda_color);
}

@media (max-width: 767px) {
    .privacy_policy_div .htag_txt h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .same_width_1400 {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1500px) {
    .same_width_1400 {
        max-width: 100%;
        padding: 0 40px;
    }
}

/* ====================================
== End Privacy & Terms Page CSS
======================================= */


/*----------Start - site-map----------*/
/* .page-id-251 h1.entry-title {
    background: linear-gradient(to right, #660000 0%, #943030 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
 */
.site-map-menu {
    margin: 0;
    padding: 0;
}

.site-map-menu li a {
    color: #052639;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    width: 100%;
    max-width: 100%;
}

.site-map-menu li a:hover {
    color: #0075A9;
}

.site-map-menu li {
    list-style: none;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}

.site-map-menu ul {
    padding-top: 15px;
      padding-left: 35px;
}

.site-map-menu li a:before {
    content: "\f101";
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
.page-id-251 .inside-article{
    padding-top: 0px;
}
.page-id-251 a:not([href]) {
    text-decoration: none !important;
      cursor: text !important;
}
@media only screen and (max-width: 767px){
    .page-id-251 .ps-5{
        padding: 0px !important;
    }
}
@media (min-width: 1200px) {
    .page-id-251 .site.container {
        max-width: 1140px !important;
    }
}
@media (min-width: 992px) {
    .page-id-251 .site.container {
        max-width: 960px;
    }
}
@media (min-width: 768px) {
    .page-id-251 .site.container {
        max-width: 720px;
    }
}
@media (min-width: 576px) {
    .page-id-251 .site.container {
        max-width: 540px;
    }
}

/*----------End - site-map----------*/
/*============================================
= Start 404 page CSS
===============================================*/
/*.separate-containers .site-main{
    margin: 0px !important;
}*/

.error-404 h1 {
    color: #0075A9;
    text-shadow: 0px 2px 55px rgba(0, 0, 0, 0.20);
    font-family: var(--gelasio);
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.error404 .social_icon_blk,
.error404 .site-header {
    background-color: #01357B !important;
}
.error404 .social_icon_blk{
    border-bottom: 1px solid #DEDEDE50;
    z-index: 99;
}
/*============================================
= End 404 page CSS
===============================================*/

/*--------------------  Our Service Css Start ---------------*/
.service-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 24px;
    row-gap: 40px;
    border-top: 2px solid #C0C0C0;
    padding-top: 48px;
    margin-top: 48px;
}
.service-col img {
    border-radius: 50%;
    margin-bottom: 20px;
}
.service-col {
    text-align: center;
    max-width: calc(16.66% - 20px);
    width: 100%;
    padding: 0 15px;
}
.service-col p {
    font-size: 22px;
    font-weight: 500;
    color: #0075A9;
    line-height: 1.4;
}
@media only screen and (max-width: 1300px){
    .service-col p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1300px){
    .service-col{
        max-width: calc(33.33% - 16px);
    }
}
@media only screen and (max-width: 767px){
    .service-col{
        padding: 0px;
    }
}
@media only screen and (max-width: 680px){
    .service-col{
        max-width: calc(50% - 12px);
    }
}
@media only screen and (max-width: 575px){
    .service-col img {
        margin-bottom: 10px;
    }
    .service-row{
        row-gap: 30px;
        padding-top: 36px;
        margin-top: 36px;
    }
}
@media only screen and (max-width: 480px){
    .service-row{
        padding-top: 28px;
        margin-top: 28px;
    }
}
/*--------------------  Our Service Css End ---------------*/

/*--------------------  Visit Dr Css Start  -----------*/
.patient-video {
    overflow: hidden;
}
.patient-video iframe {
    aspect-ratio: 16 / 8.16;
    display: block;
    transform: scale(1.12);
}

/*--------------------- Visit Dr Css End -------------------*/

/*------------------  Our Brands Css Start -------------------*/
.our-brands{
    background-image: url("/wp-content/uploads/2025/10/Banner_imge2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.our-partner-logo {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.our-brands .top-title:before{
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
}
/*.logo-img img{
    filter: brightness(0) invert(1);
}*/
@media only screen and (max-width:1200px){
    .our-partner-logo{
        gap: 50px;
        margin-top: 32px;
    }
}
@media only screen and (max-width:575px){
    .our-partner-logo{
        gap: 24px;
    }
}
/*------------------  Our Brands Css End -------------------*/

/*----------------- People First Css Start ------------------*/
.people-first-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    border-top: 2px solid #C0C0C0;
    padding-top: 48px;
    margin-top: 48px;
}
.people-content {
    position: relative;
    max-width: calc(33.33% - 32px);
    width: 100%;
    padding-left: 40px;
}
.people-content h3:before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2025/10/share_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    height: 30px;
    width: 30px;
}
.people-content h3{
    color: #0075A9;
    margin-bottom: 16px;
}
@media only screen and (max-width:991px){
    .people-content{
        max-width: calc(50% - 15px);
    }
    .people-first-wrap{
        gap: 30px;
        justify-content: center;
    }
    .people-content h3{
        margin-bottom: 10px;
    }
}
@media only screen and (max-width:680px){
    .people-content{
        max-width: 100%;
        padding-left: 36px;
    }
    .people-first-wrap{
        gap: 20px;
        justify-content: center;
    }
    .people-content h3{
        margin-bottom: 4px;
    }
    .people-content h3:before{
        height: 26px;
        width: 26px;
    }
    .people-first-wrap{
        margin-top: 36px;
        padding-top: 36px;
    }
}
@media only screen and (max-width: 480px){
    .people-first-wrap{
        margin-top: 28px;
        padding-top: 28px;
    }
}
/*----------------- People First Css End ------------------*/

/*---------------  Our Location Css Start -----------------*/
.our-location{
    background-color: #F5F5F5;
}
.our-location .default-content{
    padding: 60px;
}
@media only screen and (max-width:768.5px){
    .our-location .default-content{
        padding: 30px;
    }
}
/*---------------  Our Location Css End -----------------*/

/*-------------------  Subpage Css Start ----------------*/
.page-template-common-template .site-header {
    background-color: #004A6B !important;
    position: unset !important;
}
.page-template-common-template .social_icon_blk {
    background-color: #004A6B;
    z-index: 99;
    position: unset !important;
}
.page-template-common-template .site-header.sticky {
    position: fixed !important;
}
.page-template-common-template .inside-article{
    padding: 0px;
}
.page-template-common-template .separate-containers .site-main{
    margin: 0px;
}
.page-template-common-template .people-first-wrap{
    border-top: unset;
    margin-top: 0px;
    padding-top: 0px;
}
.banner-content-col .default-content{
    height: 100%;
    align-content: center;
    padding: 0px 30px;
}
.side-col.banner-content-col {
    height: auto;
        background-color: #004a6b;;
}
.sub-banner .side-col {
    max-width: calc(50% - 12px);
    width: 100%;
}
.sub-banner .side-row{
    gap: 24px;
}
@media only screen and (max-width:991.5px){
    .sub-banner .side-col{
        max-width: 100%;
    }
    .sub-banner .side-row{
        gap: 0px;
    }
    .banner-content-col .default-content{
        padding: 40px 30px;
    }
}
@media only screen and (max-width: 680px){
    .banner-content-col .default-content{
        padding: 30px 20px;
    }
}
/* =========================================================
= Start logo-slider Page CSS
========================================================= */
.logo-sliders {
    justify-content: center;
    display: flex
;
    gap: 60px;
}
.logo-slider.slick-slider{
    margin-bottom: 0px;
}
.logo-slider{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-slider img {
    max-width: 300px;
    width: 100%;
    object-fit: contain;
    height: 100px;
    object-position: center;
    padding: 0px 30px;
}
.bg-content-section .container {
    background-color: #F1F2F3;
    padding: 60px 30px;
}
@media only screen and (max-width: 767px){
    .bg-content-section .container{
        padding: 50px 30px;
    }
}

@media only screen and (max-width: 575px){
    .page-slider-img {
    display: flex;
    justify-content: center;
}
.logo-sliders {
    gap: 50px;
    flex-direction: column;
}
}

/* =========================================================
= End logo-slider Page CSS
========================================================= */

/*============================================
= start Team Section CSS
=============================================*/
.common-team-image img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 96%;
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
    object-position: top center;
}
.our-team-section .container{
    max-width: 1140px;
}
.team-col {
    margin-bottom: 24px;
}
.team-box {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, .15);
    border-radius: 14px;
    max-width: 546px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.team-img, .team-content {
    width: 50%;
}
.team-img,
.team-img img {
    height: 100%;
    object-fit: cover;
}
.team-img img {
    width: 100%;
	aspect-ratio: 1;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.team-content {
    padding: 20px;
}
.team-content h3 {
    font-weight: 600;
    padding-bottom: 15px;
}
.team-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--rookwood-amber);
}
.team-content button.team-btn {
    padding: 0;
    display: flex;
    align-items: center;
    transition: all 0.4s;
    text-align: left;
}
.team-content button.team-btn,
.team-content .modal-body h4 + p {
    margin-top: 15px;    
}
.team-content button.team-btn:hover, .team-content button.team-btn:focus {
    background-color: transparent !important;
    border: 0 !important;
    outline: none !important;
    color: #0075A9;
}
button.btn-close {
    box-shadow: none !important;
}
.team-btn {
    border: none !important;
}

.team-content button.team-btn img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(1%) hue-rotate(18deg) brightness(93%) contrast(95%);
    transition: all 0.4s;
}
.team-content button.team-btn:hover img {
    transform: translateX(8px);
    filter: brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(2876%) hue-rotate(191deg) brightness(98%) contrast(101%);
}
.our-team-section .default-content {
    margin-bottom: 40px;
}
@media only screen and (max-width: 1200px){
    .our-team-section .default-content {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px){
    .team-box h4{
        font-size: 18px;
    }
     .our-team-section .default-content {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 575px){
    .team-box h4{
        font-size: 16px;
    }
}
@media only screen and (max-width: 475px){
    .team-box{
        display: block;
        height: auto;
    }
    .team-img, .team-content {
        width: 100%;
    }
    .team-img img{
        border-bottom-left-radius: 0;
        border-top-right-radius: 14px;
    }
}
@media only screen and (min-width: 1025px) {
    .team-content h3 {
        font-size: 30px;
    }
}
/* Modal CSS */
.modal-open .modal {
  background-color: rgb(0 0 0 / 70%);
  z-index: 99999;
	overflow-y: hidden;
}
.modal-dialog {
    max-width: 1120px !important;
    height: calc(100vh - 48px);
    display: block !important;
}
.page-id-6 .modal-body {
    padding: 0 !important;
    background: #000;
}
.modal-content {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 0 !important;
    border: none !important;
}
.close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    font-size: 2rem !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    opacity: 1;
    background: transparent;
    border: none !important;
    line-height: 1 !important;
    background-image: unset !important;
}
.close:hover {
    opacity: 1 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #e5c160 !important
}
.modal-header .btn-close {
    background-color: transparent;
}

@media only screen and (max-width: 1024px){
	.modal-dialog {
    	max-width: 960px !important;
	}
}
@media only screen and (max-width: 991px){
    .modal-dialog {
        padding: 20px;
    }
}
/*============================================
= End Team Section CSS
=============================================*/
/*============================================
= Start Two Side Section CSS
=============================================*/
.two-side-section .side-col {
    max-width: calc(50% - 12px);
    width: 100%;
}
.two-side-section .side-row{
    gap: 24px;
}

ul.contact-listing li a {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 22px;
    margin-bottom: 20px;
    color: #0075A9 !important;
    transition: all .5s;
	word-break: break-all;
}
ul.contact-listing li a:hover {
    color: #000 !important;
}
.form-iframe {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    border: 1px solid #0075A9 !important;
    padding: 24px 0;
}
@media only screen and (max-width: 991.5px) {
    .two-side-section .side-col {
        max-width: 100%;
    }
}
@media only screen and (max-width: 575.5px) {
    ul.contact-listing li a{
        font-size: 16px;
    }
}
/*============================================
= End Two Side Section CSS
=============================================*/
.main-navigation ul ul {
    background-color: #f0f0f0;
}
.main-navigation .main-nav ul ul li[class*="current-menu-"] > a{
    color: #fff !important;
}
.main-navigation .main-nav ul li ul li:not(:last-child) {
    border-bottom: 1px solid #d6d3d3;
}
.main-navigation ul ul li{
    color: #fff;
}
.main-navigation .main-nav ul ul li a {
    padding: 10px 16px;
    color: #202224 !important;
}
.main-navigation .main-nav ul ul li a:hover{
    color: #fff !important;
}
@media only screen and (min-width: 1301px) {
    .main-navigation ul li ul {
         width: 280px; 
    }
}
@media only screen and (max-width:1301px){
    button.menu-toggle{
        background: #0075A9;
        padding: 10px;
    }
}
@media only screen and (min-width:992px) and (max-width:1301px){
    button.menu-toggle{
        margin-left: 20px;
    }
}
/*============================================
= patient stories slider 10-04-2025
===============================================*/
.patients-srories-container{
    max-width: 1630px;
    margin: 0 auto !important;
    padding: 0 30px;
}
.patient-stories .common-title h3{
    color: var(--body-font-color);
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.patients-stories-content {
    position: relative;
}
.patients-stories-slide {
    padding: 0 16px;
}
.patients-stories-slider.slick-slider{
    margin-bottom: 0px;
}
.patients-stories-slider .slick-list{
    margin: 0px -16px;
}
.patients-stories-content .full_img {
    position: relative;
    padding-top: 55.66%;
}
.full_img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*.patients-stories-slider .slick-current.slick-active.slick-center .patients-stories-slide, 
.patients-stories-slider .slick-slide:nth-child(2) .patients-stories-slide {
    margin: 0 -95px !important;
    position: relative !important;
    z-index: 11 !important;
    transition: none !important;
}*/
.video-btn {
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    border: none !important;
/*    padding: inherit;*/
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    opacity: 0;
}
.video-btn i {
    color: #ffffff;
}
.patients-srories-container .hp-section-text h2{
    text-align: center;
}

.patients-stories-slider.vd-dots .slick-dots li,
.patients-stories-slider.vd-dots .slick-dots li button,
.patients-stories-slider.vd-dots .slick-dots li button::before {
    width: 12px;
    height: 12px;
    border-radius: 100%
}
.patients-stories-slider.vd-dots .slick-dots li {
    margin: 0 4px
}
.patients-stories-slider.vd-dots .slick-dots li.slick-active button::before {
    background: #e5c160;
}
.patients-stories-slider.vd-dots .slick-dots li button::before {
    font-size: 0;
    background: #C4CDDC;
    border-radius: 100%;
    line-height: 12px;
    opacity: 1
}
.patients-stories-slider .slick-arrow::before{
    height: 17px;
    width: 17px;
}
@media screen and (min-width: 992px){
    .patients-stories-slider .slick-track {
        display: flex;
        align-items: center;
    }
    .full_img, .full_img div {
        height: 100%;
    }
}
@media only screen and (max-width:864px) {
    .modal-dialog {
        margin-right: 30px;
        margin-left: 30px
    }
}
@media only screen and (max-width: 767px){
    .patient-stories{
        padding-top: 0;
    }
}
/* vd-slider */
.vd-slider .slick-dots {
    bottom: -35px;
}
@media screen and (max-width: 991px) {
    .vd-slider {
        margin-bottom: 55px !important;
    }   
}
.image-inc img{
    object-position: center -170px !important;
}
.patient-stories .full_img, .full_img div{
    position: relative;
    aspect-ratio: 16 / 9;
}
.patient-stories .vd-testimonial-content{
    position: relative;
}
.patients-stories-slider .slick-arrow{
    z-index: 11;
    line-height: 1 !important;
    padding: 15px !important;
    font-size: 0 !important;
    background: #0075A9 !important;
    width: 20px;
    height: 20px;
}
.patients-stories-slider .slick-arrow::before{
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
    background-image: url("/wp-content/uploads/2025/04/arrow-left.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    filter: brightness(0) invert(1);
}
.patients-stories-slider .slick-arrow.slick-next::before{
    content: "";
    background-image: url("/wp-content/uploads/2025/04/arrow-right.svg");
}
@media only screen and (min-width: 1200px){
    .patients-stories-slider .slick-prev{
        left: -25px;
    }
    .patients-stories-slider .slick-next{
        right: -25px;
    }
}
@media only screen and (min-width:1500px){
    .patients-stories-slider .slick-arrow,
    .patients-stories-slider .slick-arrow::before{
        width: 50px;
        height: 50px;
    }
}
@media only screen and (min-width:1199px) and (min-width:1499px){
    .patients-stories-slider .slick-arrow,
    .patients-stories-slider .slick-arrow::before {
        width: 40px;
        height: 40px;
    }
}
@media only screen and (max-width: 1024px){
    .patients-stories-slider .slick-prev{
        left: -10px;
    }
    .patients-stories-slider .slick-next{
        right: -10px;
    }
}
/*-----------------------------*/
/*.page-id-596 .default-content {
    text-align: left !important;
}*/

.default-btn span {
    font-family: inherit;
}
@media only screen and (min-width: 992px) {
    .header-btn .call-btn img {
        display: none;
    }
}
@media only screen and (max-width: 991.5px){
    .header-btn .call-btn a span {
        display: none;
    }
    .header-btn .call-btn img {
        width: 20px;
    }
    .header-btn .call-btn a {
        padding: 10px;
        margin-right: 12px;
    }
}
@media only screen and (max-width: 768px){
    .header-btn .call-btn a{
        border-radius: 4px;
        padding: 12px !important;
    }
}
@media only screen and (max-width: 575px){
    .inside-header .btn-wrap {
        flex-wrap: nowrap !important;
        margin-left: auto;
        max-width: fit-content;
        padding-left: 10px;
    }
    .header-btn .call-btn a {
        border-radius: 4px;
        padding: 8px !important;
    }
}
@media only screen and (max-width:425px){
    .site-header .header-image {
        max-width: 150px;
        width: 100%;
    }
}
/* EBITDA Analysis Form Css */
.event-form-page{
    display: flex;
    height: 100vh;
    flex-direction: column;
}
.event-form-page .lp-footer{
    margin-top: auto;
}
.input-field {
    margin-bottom: 24px;
    position: relative;
    width: 100%;
}
.input-field label {
    color: #232323;
    font-family: var(--Oswald-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.36px;
    margin-bottom: 6px;
}
.input-field input::placeholder {
    color: #6D6C69;
}
.input-field input,
.input-field select,
.input-field textarea {
    padding: 16px;
    width: 100%;
    background-color: #F5F5F5;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    border-radius: 6px;
    border: 1px solid #e7e7e7;
    outline: none;
}
.input-field input:focus,
.input-field select:focus,
.input-field textarea:focus {
    border-color: inherit;
}
.input-row {
    display: flex;
    width: 100%;
    gap: 24px;
}
.submit-field{
    text-align: center
   }
/* .submit-field button {
    padding: 14px;
    background: linear-gradient(90deg, #2E81AB 0%, #634FC7 48%, #D509E2 100%);
    color: #fff;
    border: none !important;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    text-align: center;
} */
label.label1 {
    font-weight: 500 !important;
    font-size: 13px !important;
    color: red !important;
    margin: 0 !important;
    position: absolute;
    bottom: -18px;
    left: 0;
}

@media only screen and (max-width: 1700.5px){
    .secure-seat-section.event-section {
        padding: 60px 0px;
    }
    .input-field input, .input-field select, .input-field textarea {
        padding: 12px 16px;
    }
}
@media only screen and (max-width: 768.5px){
    .input-row{
        flex-direction: column;
        gap: 0;
    }
}