/* Fonts */

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

@font-face {
    font-family: "Trade Gothic LT Std";
    src: url("../../assets/fonts/TradeGothicLTStd.woff2") format("woff2"), url("../../assets/fonts/TradeGothicLTStd.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Trade Gothic LT Std";
    src: url("../../assets/fonts/TradeGothicLTStd-BdCn20.woff2") format("woff2"), url("../../assets/fonts/TradeGothicLTStd-BdCn20.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: "Open Sans", sans-serif;
    color: #000;
    overflow-x: hidden;
    margin-top: 108px;
}
body:not(.home) {
}
a {
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
}

p {
    line-height: 1.5;
    font-weight: 400;
    font-size: 18px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 31px;
    width: 31px;
    border-radius: 0;
    font-size: 0;
    border: 0;
    background-color: #013856;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-prev:before {
    content: "\f104";
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-arrow.slick-next:before {
    content: "\f105";
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-slide {
    padding: 0 15px;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 10px;
    height: 10px;
    line-height: 0;
    border: none;
    background-color: #013856;
    transition: all ease 0.4s;
    position: relative;
}

.slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 2px solid #013856;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}

ul.slick-dots li {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

section {
    padding: 90px 0;
    overflow: hidden;
}

.btn_bx {
    margin-top: 50px;
    text-align: center;
}

.section-title span {
    margin: 0px 0 16px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 20px;
    padding: 0 10px;
}

.section-title h1,
.section-title h2 {
    font-size: 40px;
    position: relative;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.section-title.text-center h2:before,
.section-title.text-center h1:before {
    margin-inline: auto;
    right: 0;
    left: 0;
}

.section-title h2:before,
.section-title h1:before {
    content: "";
    background: #098b8b;
    width: 40px;
    height: 4px;
    position: absolute;
    display: inline-block;
    bottom: 0;
}

.section-title p {
    margin: 0 auto 0 auto;
}

.common-btn {
    padding: 12px 20px;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s;
    background: #013856;
    border: none;
    display: inline-block;
}

.common-btn:hover {
    background: #098b8b;
    color: #ffffff;
    border-color: #098b8b;
}

.green-btn {
    padding: 12px 20px;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s;
    background: #098b8b;
    border: none;
    display: inline-block;
}

.green-btn:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}

/*--------------------------------------------------------------
 # call-buton Css
--------------------------------------------------------------*/

.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    background: #ffeb33;
    width: 4rem;
    height: 4rem;
    padding: 0rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 2.2rem;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2), 0 0 0 0 rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2);
        box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2), 0 0 0 0 rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2), 0 0 0 20px rgba(255, 235, 51, 0);
        box-shadow: 0 4px 10px rgba(236, 24, 24, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2), 0 0 0 20px rgba(255, 235, 51, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2), 0 0 0 0 rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2);
        box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2), 0 0 0 0 rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2), 0 0 0 20px rgba(255, 235, 51, 0);
        box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2), 0 0 0 20px rgba(255, 235, 51, 0);
    }
}

span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

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

.top-address {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-address a {
    color: #ffffff;
    font-weight: 600;
    margin-right: 25px;
}

.top-address a i {
    padding-right: 5px;
    color: #ffffff;
}

.top-contact ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-contact ul li a {
    background: transparent;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.top-contact ul li a:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

.top-head-sec {
    padding: 7px 0 7px 0;
    background: #013856;
}

.header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 0px;
    box-shadow: 0 0 11px #0000003d;
}

.header.sticky .logo-bx a.logo img {
    max-width: 153px;
}

.header {
    z-index: 997;
    position: absolute;
    padding: 0px;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    background: #ffffff;
    box-shadow: 0 5px 5px hsl(0deg 0% 0% / 5%);
}

header.header.sticky .top-head-sec {
    display: none;
}

.bottom-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.logo img {
    max-width: 200px;
    transition: all 0.5s;
}
.header .container-fluid {
    max-width: 1400px;
}
.right-btn {
    width: 100%;
}

.right-btn a.common-btn {
    margin-right: 0;
}
.phone-top a {
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: 600;
    color: #000;
}
.phone-top a i {
    background: #098b8b;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: #fff;
    transition: all 0.5s;
}

.phone-top a:hover i {
    background: #013856;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/

@media (min-width: 1269px) {
    .navbar {
        padding: 0;
        margin: 0;
        position: inherit;
    }
    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        gap: 15px;
        justify-content: space-between;
        width: 100%;
    }
    .navbar li {
        position: relative;
    }
    .navbar > ul > li {
        white-space: nowrap;
        position: inherit;
        padding: 0;
    }
    .navbar a.menu-link,
    .navbar a.menu-link:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-inline: 0;
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        text-transform: capitalize;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
        padding-top: 42px;
        padding-bottom: 42px;
    }
    .navbar a.menu-link i,
    .navbar a.menu-link:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }
    .navbar > ul > li > a.menu-link:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: var(--color-primary);
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }
    .navbar a.menu-link:hover:before,
    .navbar li:hover > a.menu-link:before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }
    .navbar a.menu-link:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a.menu-link {
        color: #013856;
    }
    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }
    .navbar .dropdown ul li {
        min-width: 200px;
    }
    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--color-default);
        font-weight: 400;
    }
    .navbar .dropdown ul a i {
        font-size: 12px;
    }
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover > a {
        color: var(--color-primary);
    }
    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }
    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/

.nav-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
}

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 450px;
    padding: 50px 50px;
    height: 100%;
    display: block;
    background-color: white;
    backdrop-filter: blur(7px);
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}

.side-bar .inner {
    padding: 40px 20px 0 0;
}


.side-bar .inner-main-wrapper-desk .thumbnail {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.side_bar_menu ul li a {
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 600;
}

.side_bar_menu ul li a:hover {
    color: #000000;
}

.side_bar_menu ul li {
    margin-bottom: 30px;
}

.side_bar_location h4 {
    font-weight: 600;
    color: #000000;
    font-size: 30px;
    text-transform: capitalize;
    margin: 25px 0;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
    width: 150px;
    margin-left: 0;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
    opacity: 1;
    transition-delay: 0.7s;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
    height: 10px;
    width: 10px;
    line-height: 10px;
    transform: rotate(45deg);
    margin: 0 6px;
    background: var(--color-primary);
    display: block;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li {
    list-style: none;
    margin: 0 0px;
    color: #fff;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a {
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.side-bar.header-one {
    background-color: #ffffff;
}

.side-bar button:hover {
    background-color: #098b8b;
    border-color: #098b8b;
}

.side-bar.show {
    right: 0;
    overflow-y: auto;
}

.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #098b8b;
    padding: 6px;
    border: 1px solid #098b8b;
    color: #fff;
}

.side-bar button i {
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#side_bar_overlay.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}

#side_bar_overlay {
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}

.burger-icon {
    width: 30px;
    cursor: pointer;
}

.burger-icon span {
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
    width: 83.33333333%;
    background: #000000;
    transition: all 400ms ease-in-out;
    margin-inline: auto;
}

/* .burger-icon span:nth-child(1) {
} */

/* .burger-icon span:nth-child(2) {
    width: 100%;
} */

/* .burger-icon span:nth-child(3) {
    width: 58.33333333%;
} */

/* .burger-icon span:nth-child(1) {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
.burger-icon span:nth-child(2) {
    width: 100%;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}
.burger-icon span:nth-child(3) {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
} */

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

.side_bar_cn {
    margin-bottom: 25px;
}

.side_bar_address {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #00000030;
}

.side_bar_address h3 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #000000;
}

.side_bar_address a {
    color: #000000;
}

.side_bar_address p {
    margin-bottom: 10px;
    font-weight: 400;
}

/*--------------------------------------------------------------
 # Banner css
--------------------------------------------------------------*/

.ban-head {
    text-align: left;
    max-width: 535px;
}

.ban-head h1, .ban-head h2 {
    color: #000000;
    font-size: 50px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.ban-head p {
    color: #000000;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ban-head h1 span, .ban-head h2 span {
    padding: 0 15px;
    display: inline-block;
    font-size: 80px;
    background: linear-gradient(to left, #000000 50%, #000000 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all 0.5s ease-out;
}

.banner-main .slick-slide.slick-current.slick-active .ban-head h1 span, .banner-main .slick-slide.slick-current.slick-active .ban-head h2 span {
    background-position: right bottom;
}

.ban_b_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.ban_b_img img {
    height: 450px;
    object-fit: cover;
}

@-webkit-keyframes colorchange {
    0% {
        color: #fff;
    }
    50% {
        color: #fcf203;
    }
    100% {
        color: #e3e2d5;
    }
}

.banner-main {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    background: #000000;
}

.banner-main .slick-dots {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    bottom: 30px;
    left: 0;
    width: 100%;
    max-width: 1125px;
    margin-inline: auto;
    right: 0;
    gap: 10px;
}

.banner-main .slick-dots button {
    height: 10px;
    width: 10px;
    background: hsl(206.77deg 98.48% 25.88% / 60%);
    font-size: 0;
    margin: 0 2px;
    border: 0;
}

.banner-main .slick-dots .slick-active button {
    background: #013856;
    height: 10px;
    width: 10px;
}

.banner-slide {
    display: block !important;
}

.banner-slide {
    position: relative;
}

.ban-head.text-white h1 {
    color: #fff;
}

.ban-head.text-white p {
    color: #fff;
}

.banner-main .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.banner-main .banner-image {
    height: 100%;
    position: relative;
    z-index: 1;
}

.banner-slider .slick-slide {
    padding: 0;
}

/* .banner-main .banner-image::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    background-color: rgb(0 0 0 / 63%);
} */

.banner-main .banner-image img {
    width: 100%;
    object-fit: cover;
}

/* .banner-main .slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
    animation: cssAnimation 8s 1 ease-in-out forwards;
}

@keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.2) translate(0px);
    }
}
@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.1) translate(0px);
    }
} */

.banner-image-inner img {
    transform: inherit !important;
}

.banner-image-inner img {
    max-height: 650px;
    margin: 0 auto;
}

.banner-main .slick-slide {
    display: block !important;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 99;
    transform: translate(0px, -50%);
}

.banner-main .slick-active .banner-text {
    animation: text-move 1s ease-in-out forwards;
}

.banner-img {
    position: absolute;
    top: 140%;
    right: 0;
    text-align: center;
    z-index: 99;
    transform: translate(0, -100%);
    left: auto;
    max-width: 80%;
}

.banner-main .slick-active .banner-text-2 {
    animation: text-move 1s ease-in-out forwards;
}

@keyframes text-move {
    0% {
        transform: scale(1) translateY(100%);
    }
    100% {
        transform: scale(1) translateY(-50%);
    }
}

.banner-text-inner {
    text-align: left;
}

.banner-text-inner h2 {
    color: #000000;
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0px;
    max-width: 530px;
}

.banner-text-inner h2 span {
    color: #000000;
}

.banner-text-inner p {
    max-width: 350px;
    margin-left: 0;
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
}

/*--------------------------------------------------------------
	Banner Bottom Section css
--------------------------------------------------------------*/

.quality-consult {
    position: relative;
    background-color: #013856;
    padding: 0;
}

.quality_consult::after {
    position: absolute;
    width: clamp(calc((100% - 1340px) / 2), 50px, 50px);
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #edf2fa;
}

.quality_consult::before {
    position: absolute;
    width: clamp(calc((100% - 1340px) / 2), 50px, 50px);
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background-color: #051733;
}

.address-info {
    padding: 15px 0px;
    padding-left: 30px;
    height: 100%;
    flex-direction: column;
    gap: 10px;
    display: flex;
    z-index: 1;
    position: relative;
    justify-content: center;
    background: #098b8b;
}

.address-info-inner i {
    width: 16px;
    height: auto;
    margin: 4px 0 0 0;
    color: #fff;
    display: none;
}

.address-info-inner {
    display: flex;
    align-items: flex-start;
    gap: 0;
    position: relative;
}

.address-info-inner:before {
    /* background-image: url("../../assets/images/location.png"); */
    content: "";
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.info-text h3 {
    font-style: normal;
    font-size: 22px;
    color: #ffffff;
    margin: 0;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
}

.info-text p,
.info-text a {
    margin-top: 10px;
    color: #fff;
    margin-bottom: 0;
}

.address-divider {
    display: block;
    height: 1px;
    width: 100%;
    background: rgb(255 255 255 / 50%);
    margin: 5px 0;
}

.info-text {
    width: calc(100% - 16px);
    padding-left: 0;
}

.consult-head-inner {
    max-width: 375px;
    width: 100%;
}

.consult-head-inner img {
    max-height: 500px;
    margin-inline: auto;
    margin-bottom: -80px;
}
.consult-head-main {
    padding: 40px 100px 40px 0px;
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
    position: relative;
    height: 100%;
}
/* .consult-head-main:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #ffffff24;
    left: 45%;
    top: 50%;
    transform: translate(-45%, -50%);
    margin: auto 0;
} */
.consult-head-inner h6 {
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #ffffff;
    margin: 0 0 10px 0;
    background-color: #098b8b;
    display: inline-block;
    padding: 3px 10px;
}

.consult-head-inner h2 {
    font-style: normal;
    font-size: 45px;
    color: #ffffff;
    margin: 0 0 25px 0;
    text-transform: capitalize;
}

.consult-head-inner p {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 25px;
}

.input-field {
    margin-bottom: 15px;
}

.input-field label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin: 0;
    display: block;
}

.input-field label span {
    color: #ff3b30;
}

.input-field input {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgb(255 255 255 / 70%);
    padding: 10px 0;
    outline: none;
    color: #fff;
    width: 100%;
}

.input-field input::placeholder {
    color: #9e9e9e !important;
}

textarea::placeholder {
    color: #fff;
}

.consult-head-form form {
    flex-direction: column;
    display: flex;
    gap: 10px;
}
.g-recaptcha {
    max-height: 60px;
}
span.error {
    background: #ff0000;
    color: #fff;
    display: block;
    padding: 0 10px;
    font-size: 13px;
}

.quality-consult:before {
    content: "";
    background: #098b8b;
    width: 32%;
    top: 0;
    height: 100%;
    position: absolute;
    right: 0;
}

.private-policy-cn :is(h1, h2, h3, h4, h5, h6) {
    background: #0138560a;
    font-size: 30px;
    text-transform: capitalize;
    padding: 10px 15px;
    border-left: 4px solid #013856;
    margin: 20px 0px 25px 0px;
    color: #013856;
}
.private-policy-cn p a {
    color: #013856;
    font-weight: 600;
}
.private-policy-cn ul li {
    padding-left: 25px;
    margin-bottom: 15px;
    position: relative;
}
.private-policy-cn ul li:before {
    width: 15px;
    height: 15px;
    border: 3px solid #ffffff;
    outline: 2px solid #013856;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 100px;
    background: #013856;
    top: 5px;
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.about-section {
    position: relative;
}

.about-img {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 50%;
    background: #fff;
    top: 0;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 13%;
}

.about-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    align-items: normal;
}

.ab_cn {
    flex: 0 0 50%;
    padding-bottom: 0;
}

.about-text .btn-bx {
    margin-top: 30px;
    display: block;
}

ul.ab-card {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    display: none;
}

ul.ab-card li {
    border: 1px solid #098b8b;
    border-radius: 10px;
    flex: 0 0 calc(50% - 10px);
    padding: 15px;
}

ul.ab-card li h5 {
    font-size: 36px;
    color: #098b8b;
    text-align: center;
}

ul.ab-card p {
    font-size: 16px;
    color: #000000;
    max-width: 130px;
    margin: 0 auto;
    text-align: center;
}

.about-cn {
    padding-right: 0;
    max-width: 520px;
}

.ab-card-bx {
    position: relative;
}

.about-section .about-pic-area:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: red;
    display: inline-block;
    transform: translate(10px, 10px);
}

.about-section .about-pic-area img {
    border-radius: 15px;
}

.about-section .about-pic-area .box a img {
    margin: 0;
    transition: all 0.5s;
}

.about-cn .section-title span:before {
    display: none;
}

.about-cn .section-title span {
    padding-left: 0;
}

.divider {
    display: block;
    width: 100%;
    margin: 2rem 0;
    background: #d7b65d4f;
    height: 1px;
}

.about-section .about-text p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
}

.about-section .about-text p + p {
    margin-top: 15px;
}

.ab-imgs_bx {
    margin-top: 0;
    position: relative;
}

.in-logo-img {
    border: 1px solid #0138562e;
}
.in-logo-img img {
    padding: 15px;
}
.in-logo-img {
    flex: 0 0 calc(100% / 7);
}

/*--------------------------------------------------------------
	Service Section new
--------------------------------------------------------------*/

.service-section {
    position: relative;
    background: #013856;
    /* 	 background-image: url('../../assets/images/19334.jpg');
    background-repeat: no-repeat;
    background-size: cover; */
}

.service-section .service-head a:hover {
    border: 1px solid #013856;
    color: #013856;
}

.service-section .service-head a {
    border: 1px solid transparent;
}

.service-section .section-title h2:before {
    background: #013856;
}

.service-section:before {
    content: "";
    background: #098b8b;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    max-width: 40%;
}

/* .service-section:after {
    content: '';
    background-image: url('../../assets/images/88878.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.9;
    max-width: 40%;
    background-attachment: fixed;
    background-position: center;
} */

.service-section .container {
    position: relative;
    z-index: 1;
}

.service-section .section-title p {
    margin-top: 15px;
    max-width: 600px;
}

.service-list {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
    margin-inline: auto;
    padding-left: 10%;
}

.service-head {
    max-width: 390px;
}

.service-bx {
    padding: 15px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    gap: 15px;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    flex: 0 0 calc(50% - 15px);
    background: #fff;
}

/* .service-bx:after {
    content: '';
    background: #098b8b;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    transition: all 0.5s;
    left: 0;
}
.service-bx:hover:after {
    height: 100%;
} */

.service-bx:hover {
    transform: translate(0px, -10px);
}

.service-bx .service-ic {
    position: relative;
    z-index: 1;
    max-width: 60px;
}

.service-bx h3 {
    position: relative;
    z-index: 1;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.btn-bx {
    margin-top: 30px;
}

/*--------------------------------------------------------------
	Accepted Insurances Section
--------------------------------------------------------------*/

.insurances-section {
    background: #ffffff;
    position: relative;
}

.section-title.text-white h2 {
    color: #fff;
}

.insurances-head .section-title p {
    margin: 15px 0 30px 0;
    line-height: 1.5;
    max-width: 550px;
    margin-inline: auto;
}

.insurances-logo {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.insurances-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 50%;
    height: 100%;
}

.insurances-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.white-border-btn {
    padding: 12px 20px;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s;
    background: transparent;
    display: inline-block;
    border: 1px solid #fff;
}

.white-border-btn:hover {
    background: #098b8b;
    color: #fff;
    border-color: #098b8b;
}

/*--------------------------------------------------------------
	Teleheath Section
--------------------------------------------------------------*/

.teleheath-section {
    background: #013856;
    position: relative;
}

.teleheath-head .section-title p {
    margin: 15px 0 30px 0;
    line-height: 1.5;
    font-size: 16px;
}

.teleheath-cn {
    max-width: 435px;
    margin-left: 0;
}

.teleheath-logo {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.teleheath-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 50%;
    height: 100%;
    background-image: url(../../assets/images/teleheath.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center right;
}

.teleheath-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: none;
}

.teleheath-cn-list h3 {
    font-size: 24px;
    margin-bottom: 0;
    color: #ffffff;
}

.teleheath-cn-list ul {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.teleheath-cn-list ul li {
    border: 1px solid #ffffff;
    padding: 7px 10px;
    border-radius: 7px;
    color: #fff;
    width: calc(100% - 52%);
    font-size: 15px;
}

.teleheath-cn-list p {
    color: #fff;
    margin: 0;
}

/*--------------------------------------------------------------
 # testimonials Css
--------------------------------------------------------------*/

.testimonials-new {
    position: relative;
}

.testimonials-new .section-title p {
    margin-top: 15px;
    max-width: 350px;
}

.testimonials-new .testimonials-item {
    position: relative;
    z-index: 1;
}

.testimonials-new .testimonials-item .testimonials-item-wrap {
    z-index: 1;
    position: relative;
    display: block;
    border-radius: 25px;
}

.testimonials-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.testimonials-new .btn_bx {
    text-align: center;
    margin-top: 50px;
}

.testimonials-new .slick-list.draggable {
    padding: 0;
}

.testimonials-new .section-title {
    margin-bottom: 30px;
}

.testimonials-new .slick-arrow.slick-prev {
    left: 0;
}

.testimonials-new .slick-arrow.slick-next {
    right: 0;
}

.goggle-img {
    background: #f0f5ff;
    border-radius: 0;
    padding: 5px;
    width: 36px;
    height: 36px;
    display: none;
}

.testimonials-auther-content h3 {
    font-size: 22px;
    margin-bottom: 0;
    color: #10244b;
    text-align: center;
}

.testimonials-new .pbmit-featured-wrapper {
    width: 80px;
}

.testimonials-new .pbmit-featured-wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.testimonials-new .testimonials-auther-content {
    margin-left: 0;
    text-align: center;
}

.testimonials-new .testimonials-auther-content p {
    margin-top: 5px;
    margin-bottom: 0;
}

.testimonials-new .slick-initialized .slick-slide {
    padding: 0 15px;
}

.testimonials-new .testimonials-item-desc p {
    margin: 15px 0;
    border: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-inline: auto;
    text-align: center;
}

.testimonials-slider {
    padding: 0 50px;
    max-width: 850px;
    margin-inline: auto;
}

.testimonials-slider-new .slick-track {
    padding-top: 15px;
}

.testimonials-new .testimonials-star-ratings {
    color: #ffcc00;
}

/*================================================ 
	location CSS
=================================================*/

.location-section {
    background: #ecf6f6;
}

.location-section .section-title {
    margin-bottom: 50px;
}

.location-section .container-fluid {
    max-width: 1600px;
}

.location-cn-bx {
    background-color: #fff;
    transition: all 0.5s;
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
}

.location-img-bx {
    flex: 0 0 40%;
    border-right: 1px solid #ecf6f6;
}

.location-cn-top h5 {
    background: #fff;
    height: 80px;
    width: 80px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
}

.location-cn-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.location-bottom p span {
    background: #27aadb;
    width: 45px;
    height: 45px;
    padding: 9px;
    border-radius: 100px;
    display: none;
    border: 2px solid #fff;
    box-shadow: 0 0 7px #00000070;
    flex: 0 0 45px;
}

.location-bottom p a {
    color: #013856;
    font-size: 18px;
    font-weight: 500;
}

.location-bottom p span img {
    filter: invert(1);
}

.location-bottom {
    padding: 15px;
    width: 100%;
}

.accordion-content {
    transition: all 0.5s;
}

.location-bottom h3 {
    color: #000000;
    font-size: 30px;
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
}

.location-cn-slider {
    max-height: 650px;
    overflow-y: scroll;
    padding-right: 15px;
}

.home-map-bx {
    height: 650px;
}

.accordion-content p {
    margin-top: 10px;
    color: #000000;
    margin-bottom: 0;
}

.accordion-content .divider-line {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.location-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

/* .location-footer .our-btn-blue {
    padding: 9px 18px;
    font-size: 14px;
} */

.accordion-content .divider-line::after {
    background: linear-gradient(269deg, #ffffff, transparent 60%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 30px 2px, 0px 0px, 0px 0px, 0px 0px;
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
}

.location-cn-bx.active {
    background-color: #27aadb;
    border: 5px solid #fff;
}

.location-cn-bx.active .location-cn-top h3 {
    opacity: 0;
    visibility: hidden;
    margin: 0;
}

.location-cn-bx.active .accordion-content {
    height: auto;
    display: block;
    opacity: 1;
}

.location-cn-bx.active .location-bottom h3 {
    color: #ffffff;
    font-size: 25px;
}

.location-cn-bx.active.accordion-content p {
    color: #ffffff;
}

.location-section {
    overflow: visible;
    position: relative;
}

.location-img-bx img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.location-img-slider {
    position: sticky;
    top: 150px;
}

/*--------------------------------------------------------------
 # Footer
--------------------------------------------------------------*/

.lines {
    position: absolute;
    inset: 0;
    max-width: 1520px;
    margin-inline: auto;
    z-index: -1;
}

.lines .line:nth-child(1) {
    margin-left: -27%;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: hsl(207deg 98% 26% / 20%);
    overflow: hidden;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(1 73 131) 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.lines .line:nth-child(2) {
    left: 50%;
}

.lines .line:nth-child(3) {
    left: 76%;
}

@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}

@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}

.footer-section {
    background: #f1efef;
    padding-top: 90px;
    position: relative;
    border-top: 2px solid #013856;
}

.footer-section .container {
    position: relative;
    z-index: 1;
}

.footer-widget.w_100 ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.footer-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 250px 250px 250px 250px;
    justify-content: space-between;
}

.footer-content .row {
    position: relative;
    z-index: 2;
}

.footer-text p {
    margin-bottom: 25px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.footer-widget-heading h3 {
    color: #013856;
    font-size: 24px;
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 15px;
}

.footer-widget-heading h3:before {
    content: "";
    background: #098b8b;
    width: 40px;
    height: 4px;
    position: absolute;
    display: inline-block;
    bottom: 0;
}

.footer-content .footer-widget .common-btn,
.footer-content .footer-widget .green-btn {
    width: 100%;
    text-align: center;
}

.footer-widget ul li {
    display: block;
    margin-bottom: 30px;
}
.hours-footer p {
    color: #013856;
    font-weight: 600;
}
.footer-widget ul li a:hover {
    color: #013856;
}

.footer-widget ul li a {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}

.copyright-area {
    padding: 16px 0;
    z-index: 1;
    position: relative;
    background: #013856;
    margin-top: 30px;
}

.copyright-text p {
    margin: 0;
    color: #fff;
}

.copyright-text p a {
    color: #ffffff;
}

.copyright-bx {
    display: grid;
    justify-content: center;
    align-items: center;
}

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

.policy-link p a,
.policy-link p {
    color: #fff;
    margin: 0;
}
.social-link, .inner-content {
    display: none;
}
.social-link ul {
    display: flex;
    align-items: center;
    gap: 15px;
}
.social-link ul li a {
    color: #013856;
    width: 40px;
    height: 40px;
    border: 1px solid #013856;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #000000;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}



.page-banner {
    background-color: #eeffe8;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


.page-banner .shape {
    position: absolute;
    z-index: -1;
}


.page-banner .shape.shape-one {
    top: -100px;
    left: -200px;
}

.page-banner .shape.shape-one span {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-color: rgba(14, 12, 10, 0.03);
    display: inline-block;
}

.page-banner .shape.shape-two {
    bottom: -70px;
    left: -200px;
}

.page-banner .shape.shape-two span {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-color: rgba(14, 12, 10, 0.03);
    display: inline-block;
}

.page-banner .shape.shape-three {
    top: -300px;
    right: -350px;
}

.page-banner .shape.shape-three span {
    width: 650px;
    height: 650px;
    border-radius: 50%;
    border: 85px solid rgba(14, 12, 10, 0.03);
    display: inline-block;
}

.page-banner .page-content h1 {
    font-size: 40px;
    margin-bottom: 0;
}


.page-banner .page-content ul {
    border: 1px solid var(--border-color);
    border-radius: 30px;
    display: inline-block;
    padding: 5px 20px;
}

.page-banner .page-content ul li {
    display: inline-block;
    color: #0e0c0a;
}

.page-banner .page-content ul li:nth-child(2) {
    margin-left: 5px;
    margin-right: 5px;
}

.page-banner .page-content ul li a {
    color: #0e0c0a;
}
.form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 25px;
}
.contact-cn-info {
    padding: 30px 30px;
    text-align: center;
    border-radius: 10px;
    height: 100%;
}

.contact-cn-info.bg_one .icon {
    background-color: #d5e7f5;
}

.contact-cn-info .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #000;
    font-size: 30px;
    margin-bottom: 18px;
}

.contact-cn-info .content span {
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 600;
    display: block;
}

.contact-cn-info.bg_one {
    background-color: #edf7ff;
}

.contact-cn-info h3,
.contact-cn-info h3 a {
    font-size: 18px;
    color: #000;
}

.contact-cn-info.bg_two {
    background-color: #fffbf3;
}

.contact-cn-info.bg_two .icon {
    background-color: #ffebc2;
}

.contact-cn-info.bg_three {
    background-color: #ecffe5;
}

.contact-cn-info.bg_three .icon {
    background-color: #d0f5c3;
}

.contact-contact-info-sec .section-title {
    margin-bottom: 50px;
}

.form-contact-sec {
    background: #f5f5f5;
    position: relative;
    background-image: url("../../assets/images/5381.jpg");
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}

.form-content-box {
    max-width: 550px;
}

.form-image {
    margin-top: 40px;
}

.form-image img {
    border-radius: 15px;
    height: 230px;
    width: 100%;
    object-fit: cover;
}

.contact-wrapper .section-title {
    margin-bottom: 0;
}

.form-contact-sec .contact-wrapper {
    background-color: rgb(1 73 131 / 90%);
    padding: 50px;
    border-radius: 10px;
}

.form-contact-sec .contact-wrapper h3 {
    color: #ffffff;
    margin-bottom: 25px;
}

.contact-form .form-control {
    padding: 9px 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 0;
    background-color: transparent;
    color: #fff;
    height: 50px;
}
.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form textarea.form-control {
    height: auto;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #fff;
}

.contact-form .form-control::-moz-placeholder {
    color: #fff;
}

.contact-form .form-control:-ms-input-placeholder {
    color: #fff;
}

.contact-form .form-control::-ms-input-placeholder {
    color: #fff;
}

.contact-form .form-control::placeholder {
    color: #fff;
    opacity: 1;
}

.contact-form .theme-btn {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
}

.cc-img {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 50px;
    text-align: center;
    display: none;
}

.cc-img img {
    height: 100%;
}

.about-cn-1 {
    padding-right: 50px;
}

.bg-grey {
    background: #f5f5f5;
}

.about-cn-2 {
    text-align: center;
}

.bg-image {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.about-cn-3 h2 {
    color: #fff;
}

.about-cn-3 {
    max-width: 450px;
    margin-left: auto;
    background: rgb(1 73 131);
    padding: 35px;
}

.about-cn-3 .list-style li::before {
    background-color: #ffffff;
    outline: 2px solid #ffffff;
}

.about-cn-3 * {
    color: #fff;
}

.cta-cn-1 {
    text-align: center;
}

.bg-light-green {
    background: rgb(9 139 139 / 20%);
}

.map-section {
    padding: 0;
}

.section-title.text-white h1 {
    color: #fff;
}

.about-sec-3 .section-title h2:before,
.section-title h1:before {
    display: none;
}

.list-style li {
    position: relative;
    font-weight: 600;
    margin: 10px 0px;
    padding-left: 25px;
    margin-top: 0px;
    font-size: 18px;
}

.list-style li::before {
    height: 10px;
    width: 10px;
    background-color: #013856;
    position: absolute;
    content: "";
    left: 5px;
    top: 8px;
    outline: 2px solid #013856;
    outline-offset: 2px;
    border-radius: 100px;
}

.about-sec-3 .section-title h1,
.about-sec-3 .section-title h2 {
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.faq-section {
    background: #f2f2f2;
}

#faqAccordion {
    max-width: 100ch;
    background: #fff;
    border: 1rem solid #fff;
    box-shadow: 0 2px 0.725rem hsl(0, 0%, 0%, 10%);
    margin-inline: auto;
}

.accordion-item {
    border-radius: 0;
    border: 1px solid #ccc;
}

.accordion-item:not(:last-child) {
    margin-block-end: 1rem;
}

.accordion-button {
    font-size: 18px;
    box-shadow: none;
    color: #000;
    border-radius: 0 !important;
    font-weight: 400;
    border-top: 1px solid #eee;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #098b8b;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert();
}

.faq-section .row {
    justify-content: center;
}

.faq-section .section-title h2 {
    text-align: center;
    margin-bottom: 15px;
}

.faq-section .section-title h2::before {
    display: none;
}

.bg-image2 .about-cn-3 {
    max-width: 550px;
}

.bg-image2 {
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}

.icon-bx {
    height: 45px;
    width: 45px;
    background: #098b8b;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    color: #ffff;
    margin-bottom: 0px;
    margin-top: 0px;
    outline: 1px solid #ffffff;
    outline-offset: -4px;
}

.call-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.main_menu ul li {
    position: relative;
}

.main_menu ul li ul {
    width: 200px;
    background: #fff;
    transition: 0.5s;
    box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}

.main_menu ul li ul li a {
    padding: 10px 25px;
    font-size: 15px;
}

.main_menu ul li ul li a i {
    float: right;
}

.main_menu ul li ul li ul {
    left: 100%;
    top: 0;
}

.mega_menu_dropdown {
    position: static !important;
}

.mega_menu {
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    transition: 0.5s;
    box-shadow: 0px 0 5px 1px rgb(91 86 86 / 75%);
    position: absolute;
    align-items: flex-start;
}

.mega_menu_2 .mega_menu:before {
    display: block;
    background: none;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #013856;
    position: absolute;
    top: -13px;
    left: 29%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mega_menu_2 .mega_menu.arrow_2:before {
    left: 68%;
}

.mega_menu_2 .mega_menu.arrow_3:before {
    left: 76%;
}

.mega_menu_item {
    width: calc(100% - 51%);
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
}

.mega_menu_item + .mega_menu_item {
    padding: 0;
    width: calc(100% - 60%);
}

.main_menu ul li .mega_menu_item a {
    padding: 10px 0;
    display: block;
    color: #000;
    text-align: left;
    flex: 0 0 100%;
    text-transform: capitalize;
    position: relative;
}

.main_menu ul li .mega_menu_item a:after {
    content: "";
    position: absolute;
    width: 0;
    top: auto;
    bottom: 0;
    height: 1px;
    background: #ff0000;
    left: 0;
    transition: all 0.5s;
}

.main_menu ul li .mega_menu_item a:hover:after {
    width: 100%;
}

.main_menu ul li .mega_menu_item a:hover {
    color: #ff0000;
}

.mega_menu_item h3 {
    margin-bottom: 15px;
    text-align: left;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5625rem;
    color: #000000;
    border-bottom: 1px solid rgb(1 73 131 / 33%);
    padding-bottom: 10px;
    width: 100%;
    flex: 0 0 100%;
    text-transform: capitalize;
}

.mega_menu_img {
    max-height: 290px;
}

.mega_menu_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 303px;
}

.mega_menu_2 .mega_menu {
    left: auto;
    transform: translateX(-0%);
    width: 100%;
    border-top: 3px solid #013856;
    right: 0;
}

.mobile_btn {
    display: none;
}

.mobile-icon {
    display: none;
}

.mega_menu {
    display: none;
}

.mega_menu_2:hover .mega_menu {
    z-index: 888;
    top: 109px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 2em;
}

.mega_menu_item ul {
    flex-wrap: wrap;
    align-items: start;
    width: 100%;
    column-gap: 30px;
    row-gap: 15px;
}

.mega_menu_item ul li a {
    color: #000;
    border-bottom: 1px solid #ededed;
    width: 100%;
    display: block !important;
    padding: 5px 0px 5px 22px !important;
    position: relative;
}

/* .mega_menu_item ul li {
    width: 100%;
    padding: 0 !important;
} */

.mega_menu_item ul li a::before {
    position: absolute;
    content: "";
    width: 0%;
    transition: 0.4s;
    height: 1px;
    background-color: #013856;
    left: auto;
    right: 0;
    bottom: 0;
}

.mega_menu_item ul li a:hover::before {
    width: 100%;
    left: 0%;
    right: auto;
}

.mega_menu_item ul li a::after {
    height: 10px;
    width: 10px;
    background-color: #013856;
    position: absolute;
    content: "";
    left: 2px;
    border-radius: 25px;
    outline: 2px solid #013856;
    outline-offset: 2px;
    top: 10px;
}

.mega_menu_item ul li a:hover {
    color: #013856;
}

.mega_menu_item ul li a:focus {
    color: #013856;
}

header .right-bx li {
    padding: 37px 0px 37px 0px !important;
}

.mega_menu_item ul li {
    width: calc(100% - 53%);
    padding: 0 !important;
}

.mega_menu_item ul li:last-child {
    width: calc(100%);
}

:is(.about-sec-1 .about-cn-1 .section-title h1) {
    position: relative;
}

:is(.about-sec-1 .about-cn-1 .section-title h1)::after {
    height: 2px;
    width: calc(100% - 90%);
    position: absolute;
    content: "";
    background-color: #098b8b;
    bottom: 4px;
    left: 0;
}

@media (max-width: 1366px) {
    .mega_menu_2 .mega_menu:before {
        left: 31%;
    }
}

.page-header {
    padding: 30px 0;
    background-color: hsl(201deg 98% 17% / 10%);
}

.header-title h1, .header-title h2 {
    text-align: center;
    font-weight: 600;
    color: #013856;
    font-size: 40px;
    margin: 0;
}

.service-inner .services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.service-inner {
    background: transparent;
}

.service-inner a.service-box:hover * {
    color: #fff;
}

.service-inner {
    background: transparent;
    border-bottom: 2px solid #013856;
}

.service-inner a.service-box:hover {
    transform: translateY(-15px);
    background-color: #098b8b;
}

.service-inner a.service-box {
    padding: 30px 8px;
    position: relative;
    transition: 0.4s;
    text-align: center;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    z-index: 2;
    background: #fff;
    border: 1px solid #eee;
}

.service-inner .service-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #e6e9ee;
    border-radius: 99px;
    text-align: center;
    margin: 0 auto 20px auto;
    transition: 0.4s ease-in-out;
}

.service-inner .service-icon img {
    width: 100%;
    max-width: 45px;
}

.service-inner .service-inner {
    background: transparent;
    border-bottom: 2px solid #098b8b;
}

.service-inner .service-box h3 {
    font-size: 22px;
    line-height: 1.417;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.inner-pages .section-title h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

.patient-section .right-image-bx img {
    height: 350px;
    width: 100%;
    padding-right: 15px;
    object-fit: cover;
}

.benefit-list {
    margin-top: 24px;
}

.location-list ul li a {
    position: relative;
}

.location-list ul li a {
    padding: 20px 20px 20px 45px;
    background: #fff;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    filter: drop-shadow(10px 7px 10px rgba(0, 0, 0, 0.25));
    box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgb(0 0 0 / 0%);
    background-image: linear-gradient(to bottom right, #e9eaec, #ffffff);
    /* border-bottom: 2px solid #f5f5f52e; */
    transition: 0.2s;
    display: block;
    position: relative;
    color: #000;
    overflow: hidden;
}

.location-list ul li a::before {
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    background: #098b8b;
    z-index: -6;
    transform: rotate(49deg);
    right: -27px;
    top: -25px;
    transition: 300ms;
}

.location-list ul li a:hover::before {
    height: 100%;
    width: 100%;
    transform: unset;
    background-color: #013856;
    inset: 0;
}

.location-list ul li a:hover {
    color: #fff;
}

.location-list ul li a:hover::after {
    outline: 2px solid #fff;
    background-color: #fff;
}

.location-list ul li a:after {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #098b8b;
    position: absolute;
    left: 23px;
    border-radius: 50%;
    outline: 2px solid #098b8b;
    outline-offset: 2px;
    top: 27px;
}

.location-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 20px;
    column-gap: 20px;
    width: calc(100% - 100px);
    margin: auto;
    margin-top: 33px;
}

.location-list .section-title h2::before {
    display: none;
}

.location-list {
    background: #f2f2f2;
}

.about-sec-3 p + p {
    margin-top: 15px;
}

.page-id-18 section.page-header {
    padding-block: 120px;
}
.page-id-18 .insurances-section2 {
    background: #f5f5f5;
    position: relative;
    background-image: url(https://www.primehealthnyc.com//wp-content/uploads/2025/08/16477.jpg);
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
}
.page-id-18 .insurances-logo2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    gap: 20px;
    width: 100%;
    margin-left: auto;
    max-width: 50%;
    margin-right: 0;
}
.page-id-18 .insurances-section2 .section-title {
    margin-left: auto;
    max-width: 50%;
}
.page-id-18 .insurances-section2 .section-title h1 {
    color: #013856;
}
.page-id-18 .in-logo-img2 {
    border: 2px solid #eee;
    box-shadow: rgb(149 157 165 / 11%) 0px 8px 24px;
    background: #fff;
}
.in-logo-img2 img {
    padding: 25px;
}
.page-template-location section.page-header {
    padding-block: 50px 150px;
}
.location-section2 {
    padding-top: 0;
    margin-top: -100px;
}
.location-inner-main {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.location-section2 .Location-root {
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
    transition: 0.4s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(100% - 66.33%);
}
.location-section2 .Location-root:hover * {
    color: #fff;
}
.location-section2 .Location-root:hover .location-content {
    background-color: #013856;
}
.location-section2 .Location-map iframe {
    width: 100%;
    height: 350px;
}
.location-section2 .location-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 2px solid #013856;
    outline: 2px solid #013856;
    outline-offset: -9px;
    transition: 0.4s;
    height: 100%;
}
.location-section2 .location-content h2 {
    color: #013856;
    font-size: 28px;
    margin-bottom: 2px;
}
.location-section2 .location-content p {
    text-align: center;
    color: #000;
    margin-bottom: 6px;
}
.location-section2 .location-content a {
    color: #013856;
    text-decoration: none;
    font-weight: 500;
}
.location-section2 .location-object img {
    width: 100%;
}
.location-section2 img.location-img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.location-content .call-action {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 4px;
    margin-top: 14px;
}
/* .location-section2,
.insurances-section2 {
  border-bottom: 2px solid #013856;
} */

.insurances-logo2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    gap: 20px;
    width: calc(100% - 19%);
    margin-inline: auto;
}
.in-logo-img2 {
    border: 2px solid #eee;
    box-shadow: rgb(149 157 165 / 11%) 0px 8px 24px;
}

.appointment-section {
    background-image: url(../images/278003.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.appointment-section form {
    border-radius: 0px;
    outline-offset: 2px;
    padding: 40px;
    background: #013856;
    box-shadow: 0px 0px 0 5px #01385654;
}

.appointment-section .form-title h1, .appointment-section .form-title h2 {
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
    font-size: 35px;
    margin-bottom: 6px;
}
.appointment-section input::placeholder {
    color: #000;
    text-transform: capitalize;
}
.appointment-section input {
    width: 100%;
    padding: 13px;
    border: 0px;
    border: 1px solid #eee;
}

.appointment-section select {
    width: 100%;
    padding: 13px;
    border: 0px;
    border: 1px solid #eee;
}
.appointment-section textarea {
    width: 100%;
    padding: 13px;
    border: 0px;
    border: 1px solid #eee;
    border-radius: 0;
}
.appointment-section textarea::placeholder {
    color: #000;
}
.appointment-section .form-title p {
    color: #fff;
    text-align: center;
    margin-bottom: 33px;
}
.appointment-section form .row {
    row-gap: 14px;
}
.appointment-section .limit-bx {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
}
.appointment-section .btn-box {
    text-align: right;
    margin-top: 12px;
}

.top-bar {
    display: none;
    gap: 0px;
    padding: 0px;
    text-align: center;
    grid-template-columns: 1fr 1fr;
}
.top-bar a {
    font-size: 17px;
    border-color: #013856;
    padding: 10px 0px;
    color: #ffffff;
    background-color: #013856;
    position: relative;
    text-transform: capitalize;
}
.top-bar a:first-child {
    background-color: #098b8b;
}

.mob-menu-header-holder.mobmenu {
    height: 0;
}
.mobmenur-container {
    background: #013856;
    top: 76px;
    padding: 6px 1px;
}
.mob-expand-submenu i {
    font-size: 18px !important;
}
.mobmenur-container.sticky {
    position: fixed;
    top: 30px;
}

.chat-section {
    height: 100dvh;
    background: #013856;
    display: grid;
    place-content: center;
}
.chat-section .chat-bx {
    display: flex;
    gap: 40px;
}

.waviy {
    position: relative;
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    font-size: 60px;
}

.waviy span {
    position: relative;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    animation: waviy 2.5s infinite;
    animation-delay: calc(0.2s * var(--i));
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 60px;
}

.waviy-btn {
    margin-top: 104px;
}

.blog-post-section {
    padding: 45px 0px;
}

@keyframes waviy {
    0%,
    40%,
    100% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-20px);
    }
}

#datepicker {
    background-image: url(https://www.primehealthnyc.com/wp-content/uploads/2025/09/calender.png);
    background-repeat: no-repeat;
    background-position: 96% 52%;
}

.limit-bx span {
    font-style: italic;
}

.about-sec-1 .about-cn-1 h1 {
    text-align: left;
}
.about-sec-1 .about-cn-1 h1::after {
    right: 0;
}
.capcha_bx .error {
    width: fit-content;
}
.cptch-sect .error {
    width: fit-content;
}

.page-id-231 .testimonials-new .testimonials-item {
    padding: 14px;
}
.page-id-231 .testimonials-new .testimonials-item .testimonials-item-wrap {
    padding: 40px 15px;
    border: 1px solid #0a8a8b;
}
.page-id-231 .testimonials-new {
    background-color: #fff;
}
.map-section .col-lg-6:nth-child(1) .map-bx {
    margin-right: 6px;
}
.address-info-inner svg {
    display: none;
}
#call-modal .modal-content {
    background: #013856;
    border-radius: 0;
}
#call-modal h5.modal-title {
    color: #fff;
    font-size: 28px;
}
#call-modal .modal-header .btn-close {
    filter: invert(4);
    opacity: 1;
}

.mobile-show {
    display: none;
}

.provider-section {
    background: #ffffff;
}
.provider-head {
    margin-bottom: 50px;
}

.provider-card {
    text-align: center;
    box-shadow: 0 0 8px #ccc;
    padding: 15px;
    background: #ffff;
    margin-bottom: 15px;
}
.provider-card-cn h3 {
    font-size: 22px;
    margin-bottom: 5px;
}
.provider-card-img img {
    width: 100%;
}
.provider-card-cn {
    padding-top: 15px;
}
.provider-card-cn p {
    margin: 0;
}
.page-id-314 .provider-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.coming-soon-text p {
    font-size: 30px;
    font-weight: 600;
    background-color: #013856;
    text-align: center;
    line-height: 1;
    padding: 15px;
    color: #fff;
    border-left: 5px solid #098b8b;
    text-transform: capitalize;
}
.custom-slider .slide-item .image-bx img {
    width: 100%;
    height: 351px;
    object-fit: cover;
    padding: 0;
}
.custom-slider .slide-item {
    padding: 0px;
}

.custom-slider .slick-slide {
    padding: 0px;
}

.location-content .read-more-link {
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    border-bottom: 2px solid #013856;
    width: max-content;
    padding-bottom: 2px;
    margin-inline: auto;
    margin-top: 10px;
    transition: 0.3s;
}
.Location-root:hover .read-more-link {
    border-bottom: 2px solid #fff;
}

.custom-slider2 .image-bx img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}
.custom-slider2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.custom-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    z-index: 9;
    bottom: 22px;
}
.info-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: calc(100% - 30%);
    margin-inline: auto;
    margin-top: 34px;
}
.action-bx {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    row-gap: 8px;
}
.action-bx a:first-of-type {
    border-right: 1px solid #9c9c9c;
    padding-right: 10px;
    margin-right: 10px;
}
.action-bx a {
    margin: 0px;
}

.info-bx {
    display: flex;
    align-items: center;
    gap: 22px;
}
.info-bx .icon-bx {
    width: 68px;
    height: 60px;
    font-size: 25px;
}
.info-bx {
    border: 0px;
    position: relative;
    padding: 20px;
    transition: all 0.2s;
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 15px;
    background: #ffffff;
    height: 100%;
    align-items: self-start;
}

.info-bx .info-text p,
.info-text a {
    margin: 0px;
    color: #ffffff;
}
.info-text h5 {
    font-size: 23px;
    margin-bottom: 7px;
}
.page-id-358 .page-header {
    padding: 40px 0;
}
.custom-slider {
    position: relative;
}
/* .custom-slider::before {
    height: 100%;
    z-index: 8;
    width: 100%;
    position: absolute;
    content: "";
    background: #ffffff;
    background: linear-gradient(
    172deg,
    rgb(255 255 255 / 0%) 0%,
    rgb(255 255 255 / 48%) 100%
  );
    bottom: 0;
} */
.has_dropdown a {
    gap: 5px;
}

.address-info-modal .info-text a {
    color: #fff;
}

.page-header-2 {
    background-color: hsl(201deg 98% 17% / 10%);
    position: relative;
}
.location-img {
    height: 100%;
    width: 100%;
}
.location-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.page-header-2 .header-title h1, .page-header-2 .header-title h2 {
    text-align: left;
    margin-bottom: 25px;
}
.page-box-2 .info-text p,
.page-box-2 .info-text a {
    color: #000;
}
.page-box-2 .info-text {
    margin-top: 25px;
}
.page-box-2 .action-bx a:first-of-type {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.page-box-2 .action-bx {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    row-gap: 0;
    flex-direction: column;
    margin-top: 20px;
}

.page-id-358 .page-header .info-grid p,
.page-id-358 .page-header .info-grid a {
    color: #000;
}
.limit_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 30px;
}



@media (max-width: 1269px) {
    .header.sticky {
        padding: 15px 0;
    }
    body {
        margin-top: 0;
    }
    .top-bar {
        display: grid;
    }
    .header {
        padding: 15px 0;
        position: relative;
    }
    .lines {
        display: none;
    }
    section {
        padding: 60px 0;
    }
    .footer-section {
        padding-top: 60px;
        position: relative;
    }
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .teleheath-cn {
        max-width: 100%;
        margin-left: 0;
    }
    .mobile-hide {
        display: none;
    }
    .teleheath-img {
        background-position: center right;
    }
    .right-btn .nav-icon,
    .right-btn a.common-btn,
    nav#navbar {
        display: none;
    }
    .about-cn {
        padding-right: 0;
        max-width: 100%;
    }
    .service-section .section-title p {
        max-width: 100%;
    }
    .address-info {
        padding-right: 0;
    }
    .info-text {
        padding-left: 0;
    }
    .consult-head-inner h2 {
        font-size: 30px;
    }
    .consult-head-main {
        padding: 40px 0px 40px 60px;
        display: flex;
        align-items: flex-start;
        gap: 50px;
        justify-content: space-between;
    }
    .mobmenu-right-panel .mob-cancel-button {
		color: #ffffff !important;
	}
    .mobmenu-content #mobmenuright > li > a:hover {
        background-color: #098b8b !important;
    }
    .mobmenu-content #mobmenuright .sub-menu {
        background-color: #098b8b !important;
    }
    .mobmenu-content #mobmenuright li:hover {
        background-color: #098b8b !important;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
}
@media (max-width: 991px) {
    .side-bar .inner {
        padding: 40px 0 0 0;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}
@media screen and (max-width: 1199.98px) {
    .page-banner {
        padding: 160px 0 80px;
    }
}
@media screen and (max-width: 1199.98px) {
    .page-banner .shape {
        display: none;
    }
}
@media screen and (max-width: 1199.98px) {
    .page-banner .page-content h1 {
        font-size: 36px;
        line-height: 50px;
    }
}


@media (max-width: 1024px) {
    .teleheath-img {
        background-attachment: inherit;
    }
    .phone-top {
        margin-right: 16px;
    }
    .bg-image2,
    .form-contact-sec {
        background-attachment: inherit;
    }
    .limit_box i {
        float: left !important;
    }
}
@media (max-width: 991px) {
	.location-list ul {
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}
	.page-id-314 .provider-main {
		grid-template-columns: repeat(2, 1fr);
	}
	.service-inner .services-grid {
		grid-template-columns: 1fr 1fr;
	}
    .custom-slider2 {
        grid-template-columns: 1fr 1fr !important;
    }
    .action-bx {
        gap: 10px;
    }

    .info-grid {
        flex-direction: column !important;
    }
    .location-section2 .Location-root {
        width: 100% !important;
    }
    .location-inner-main {
        flex-direction: column !important;
    }
    .insurances-logo {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        justify-content: center;
    }
    .quality-consult .col-md-3,
    .quality-consult .col-md-9 {
        width: 100%;
    }
    .right-btn {
        padding-right: 50px;
    }
    .header .container {
        max-width: 100%;
    }
    .banner-image:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(255 255 255 / 60%);
        top: 0;
    }
    .ban-head {
        text-align: center;
        max-width: 100%;
    }
    .ban-head h1, .ban-head h2 {
        font-size: 30px;
    }
    .ban-head h1 br,
    .ban-head h2 br {
        display: none;
    }
    .ban-head p {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .banner-main .slick-dots {
        align-items: center;
        justify-content: center;
        bottom: 10px;
    }
    .quality-consult:before {
        display: none;
    }
    .quality-consult {
        padding: 0 0 40px 0;
    }
    .consult-head-main {
        padding: 40px 0px 40px 0px;
        flex-direction: column;
    }
    .consult-head-inner {
        max-width: 100%;
    }
    .about-cn {
        max-width: 100%;
    }
    .about-img,
    .teleheath-img {
        display: none;
    }
    .service-section:before {
        height: 70%;
        max-width: 100%;
    }
    .service-head {
        max-width: 100%;
        margin-bottom: 50px;
    }
    .service-list {
        padding-left: 0;
    }
    .copyright-bx {
        display: grid;
        justify-content: center;
        align-items: center;
    }
    .copyright-text {
        text-align: center;
    }
    .social-link ul {
        justify-content: center;
    }
    .address-info {
        padding: 20px;
    }
    .info-text {
        width: 100%;
        padding-left: 0;
    }
    .appointment-section,
    .form-contact-sec {
        background-attachment: inherit;
    }
    .bg-image2 {
        background-attachment: inherit !important;
    }

    .consult-head-img {
        display: none;
    }
    .mobile-show {
        display: block;
    }
}


@media (min-width: 768px) {
    .main_menu ul li ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        margin-top: 50px;
    }
    .main_menu ul li .mega_menu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        margin-top: 50px;
    }
    .main_menu ul li:hover > ul {
        visibility: visible;
        opacity: 1;
        margin-top: 0px;
        z-index: 99;
    }
    .main_menu ul li:hover > .mega_menu {
        visibility: visible;
        opacity: 1;
        margin-top: 9px;
        z-index: 99;
    }
}
@media (max-width: 768px) {
	.location-img-bx img {
		height: auto;
	}
	.location-list ul {
		grid-template-columns: 1fr;
		width: 100%;
	}
    .phone-top {
        margin-right: 0px;
    }
	.form-contact-sec .contact-wrapper {
		padding: 25px;
	}
	.contact-wrapper .section-title {
		margin-bottom: 0;
	}
	.map-bx {
		height: auto;
	}
	.location-cn-bx {
		flex-direction: column;
	}
	.location-cn-slider {
		max-height: 100%;
		overflow-y: scroll;
		padding-right: 0;
	}
    .mega_menu_2 .mega_menu,
    .container {
        width: 100%;
    }
    nav {
        padding: 15px;
    }
    .mobile_btn {
        cursor: pointer;
        display: block;
    }
    .main_menu {
        display: none;
        width: 100%;
    }
    .main_menu ul li {
        display: block;
    }
    .main_menu ul li a i {
        float: right;
    }
    .main_menu ul li a {
        border-bottom: 1px solid #ddd;
    }
    .main_menu ul li ul {
        width: 100%;
    }
    .main_menu ul li ul li ul {
        left: 0;
        top: auto;
    }
    .mega_menu .mega_menu_item {
        width: 50%;
    }
    .main_menu ul li ul {
        display: none;
        transition: none;
    }
    .main_menu ul li .mega_menu {
        display: none;
        transition: none;
    }
    .mega_menu_2 .mega_menu {
        transform: translateX(0);
    }
}

@media (max-width: 575px) {
	.location-img-bx img {
		height: auto;
	}
	.location-img-bx img {
		object-position: top;
	}
	.service-inner .services-grid {
		grid-template-columns: 1fr;
	}
	.page-id-314 .provider-main {
		grid-template-columns: repeat(1, 1fr);
	}
    .custom-slider2 .image-bx img {
        height: 200px !important;
        object-fit: cover !important;
    }
    .info-grid {
        margin-top: 22px !important;
    }
    .info-grid {
        width: 100% !important;
    }
    .insurances-logo {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        justify-content: center;
    }
    .banner-main .banner-image img {
        height: 350px;
    }
    .footer-content {
        grid-template-columns: 1fr;
    }
    .section-title h1,
    .section-title h2 {
        font-size: 30px;
    }
    .consult-head-inner h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    .inner-pages .section-title h2 {
        font-size: 30px;
    }
    .about-cn-1 {
        padding-right: 0;
    }
    .location-inner-main {
        grid-template-columns: 1fr;
    }
    .header-title h1, .header-title h2 {
        font-size: 30px;
    }
    .page-id-18 .insurances-section2 .section-title {
        max-width: 100%;
    }
    .page-id-18 .insurances-logo2 {
        max-width: 100%;
    }
    .page-id-18 .insurances-section2,
    .appointment-section {
        background: none;
        min-height: auto;
        background-color: #f5f5f5;
    }
    .appointment-section .form-title h1, .appointment-section .form-title h2 {
        font-size: 30px;
    }
    .appointment-section form {
        padding: 40px 20px;
    }
    .service-bx {
        flex-direction: column;
        text-align: center;
    }
    .teleheath-cn-list ul li {
        width: 100%;
        font-size: 16px;
        text-align: center;
    }
    .chat-section {
        height: auto;
    }
    .waviy span {
        font-size: 16px;
    }
    .limit_box i {
        float: left !important;
        margin-bottom: 3px;
        display: block;
    }
    .appointment-section .limit-bx {
        display: block;
    }
    .appointment-section .limit-bx span {
        display: block;
        width: 100%;
    }
    .mega_menu .mega_menu_item {
        width: 100%;
    }
}


@media (max-width: 375px) {
    .top-bar a {
        font-size: 0.8rem;
    }
}
