/*
Theme Name:   GeneratePress Child
Theme URI:    http://example.com/generatepress-child/
Description:  GeneratePress Child Theme
Author:       Tom Usborne
Author URI:   https://tomusborne.com/
Template:     generatepress
Version:      3.4.0
Text Domain:  generatepresschild
*/
/* @import url('https://fonts.googleapis.com/css2?family=Gelasio:wght@400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

@font-face {
    font-family: 'Avenir';
    src: url('/wp-content/themes/generatepress-child/assets/fonts/Avenir-Black.eot');
    src: url('/wp-content/themes/generatepress-child/assets/fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Avenir-Black.woff2') format('woff2'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Avenir-Black.woff') format('woff'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Avenir-Black.ttf') format('truetype'),
        url('/wp-content/themes/generatepress-child/assets/fonts/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: 900;
    font-display: swap;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
body {
    overflow-x: hidden;
}
body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
body a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
body strong, body b{
    font-weight: 600;
}
h1, h2, h3{
    font-family: "Gelasio", serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
body p {
    margin-bottom: 0;
    padding: 0;
}
body p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #44616E;
}
p:not(:last-of-type) {
    margin-bottom: 16px;
}
p:empty {
    display: none;
}
p a{
    color: #0A8C91;
    font-weight: 500;
}
a{
    cursor: pointer !important;
    transition: all 0.3s ease 0s;
    color: inherit;
}
section {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
img{
    display: block;
}
label.label1 {
    font-weight: 600;
    color: red;
    position: absolute;
    bottom: -16px;
    font-size: 11px;
    left: 0;
}
body h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.4;
    color: #24394A;
    margin-bottom: 0;
    /* text-transform: uppercase; */
}
body h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    color: #24394A;
    margin-bottom: 0;
    /* text-transform: uppercase; */
}
body h4 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3;
    color: #24394A;
}
@media only screen and (max-width: 1199px){
    body h2{
        font-size: 44px;
    }
    body h4{
        font-size: 28px;
    }
}
@media only screen and (max-width: 1024px){
    body h2{
        font-size: 40px;
    }
    body h3{
        font-size: 28px;
    }
    body h4 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 991px){
    body h2{
        font-size: 34px;
    }
    body h3{
        font-size: 25px;
    }
    body h4 {
        font-size: 23px;
    }
}
@media only screen and (max-width: 767px){
    body h2{
        font-size: 24px;
    }
    body h3{
        font-size: 22px;
    }
    body h4 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px){
    body h2{
        font-size: 20px;
    }
}
/****** Container css ******/
@media only screen and (max-width: 991px) and (min-width: 767px) {
    body .container{
        padding: 0 20px;
    }
}
@media only screen and (min-width: 576px){
   body .container{
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (min-width: 650px){
   body .container{
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (min-width: 768px){
    body .container{
        max-width: 920px;
        width: 100%;
    }
}
@media only screen and (min-width: 992px){
    body .container{
        max-width: 960px;
        width: 100%;
    }
}
@media only screen and (min-width: 1200px){
    body .container{
        max-width: 1140px;
        width: 100%;
    }
}
@media only screen and (min-width: 1300px){
    body .container{
        max-width: 1210px;
        width: 100%;
    }
}
@media only screen and (min-width: 1400px){
    body .container{
        max-width: 1320px;
        width: 100%;
    }
}
@media only screen and (min-width: 1600px){
    body .container{
        max-width: 1520px;
        width: 100%;
    }
}
@media only screen and (min-width: 1800px){
    body .container{
        max-width: 1720px;
        width: 100%;
    }
}
@media only  screen and (min-width : 1560px){
    body .mxw-1500{
        max-width: 1500px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1024px){
    body .mxw-1024{
        max-width: 1024px;
    }
}
.number-listing{
    margin: 0;
}
.common-listing li {
    position: relative;
    padding-left: 24px;
    display: inline-block;
    width: 100%;
    font-size: 18px;
}
.number-listing li{
    font-size: 18px;
    padding-left: 6px;
}
.number-listing li:not(:last-child),
.common-listing li:not(:last-child){
    margin-bottom: 16px;
}
.number-listing li::marker {
    width: 20px;
    font-size: 20px;
}
.common-listing li:before {
    position: absolute;
    content: "";
    left: 0;
    width: 10px;
    aspect-ratio: 1;
    background-color: #0A8C91;
    border-radius: 50%;
    top: 8px;
}
@media only screen and (max-width: 768px){
    .number-listing li,
    .common-listing li{
        font-size: 16px;
    }
}
/****** Container css ******/
.site-content{
    display: inherit;
}
.site-content .content-area {
    width: 100%;
}
.section_padding{
    padding: 100px 0;
}
.section_margin{
    margin: 100px 0;
}
@media only screen and (max-width: 1200px){
    .section_padding{
        padding: 80px 0;
    }
    .section_margin{
        margin: 80px 0;
    }
}
@media only screen and (max-width: 991px){
    .section_padding{
        padding: 60px 0;
    }
    .section_margin{
        margin: 60px 0;
    }
}
@media only screen and (max-width: 767px){
    .section_padding{
        padding: 50px 0;
    }
    .section_margin{
        margin: 50px 0;
    }
    body .container-fluid,
    body .container {
        padding: 0 30px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 575px){
    .section_padding{
        padding: 40px 0;
    }
    .section_margin{
        margin: 40px 0;
    }
}
.site.grid-container.container {
    padding: 0;
    max-width: 100% !important;
}
/* default-typeing */
.common-title {
    padding-bottom: 60px;
}
.common-title p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #44616E;
    padding-top: 26px;
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 15px auto 0;
    display: block;
}
.common-title p::before{
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 2px;
    background-color: #0A8C91;
}
.btn-wrap {
    display: flex;
    gap: 24px;
    align-items: center;
}
.default-btn {
    background: #0A8C91;
    padding: 12px 24px;
    color: #FFF;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #0A8C91;
    font-family: 'Avenir';
    white-space: nowrap;
    margin-top: 32px;
    text-align: center;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.home .common-title h2 {
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
a.default-btn:hover, a.default-btn:focus,
button.default-btn:hover, button.default-btn:focus {
    background-color: transparent;
    color: #0A8C91;
}
/* .default-btn:hover img, .default-btn:focus img {
    filter: brightness(0%) invert(61%) sepia(8%) saturate(2111%) hue-rotate(137deg) brightness(81%) contrast(78%);
} */
.default-btn:hover svg g path , .default-btn:focus svg g path {
        fill: #0A8C91;
}
.default-btn.border-btn {
    color: #0A8C91;
    background-color: transparent;
	margin-left: 32px;
}
.default-btn.border-btn:hover, .default-btn.border-btn:focus{
    color: #fff;
    background-color: #0A8C91;
}
@media only screen and (max-width: 1199px){
    .common-title{
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 991px){
    .common-title{
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 768px){
    .common-title{
        padding-bottom: 30px;
    }
    .common-title p{
        font-size: 16px;
        padding-top: 20px;
    }
}
@media only screen and (max-width: 575px){
    .common-title p{
        padding-top: 15px;
    }
    .default-btn {
        letter-spacing: unset;
        font-size: 14px !important;
        padding: 12px 0 !important;
        width: 100%;
        margin-top: 20px;
    }
}
/*Slider Arrow Design*/
.review-slider .slick-arrow,
.service-row-slider .slick-arrow,
.before-after-slider .slick-arrow,
.partners-slider .slick-arrow,
.team-slider .slick-arrow,
.page-image-slider .slick-arrow {
    z-index: 11;
    width: 50px;
    height: 25px;
    line-height: 1 !important;
    padding: 0 !important;
    font-size: 0 !important;
}
.review-slider .slick-arrow::before,
.service-row-slider .slick-arrow::before,
.before-after-slider .slick-arrow::before,
.partners-slider .slick-arrow::before,
.team-slider .slick-arrow::before,
.page-image-slider .slick-arrow::before {
    transform: translate(-50%, -50%);
    content: "";
    background-image: url("/wp-content/uploads/2024/03/arrow-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 25px;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
}
.team-slider .slick-arrow.slick-next::before,
.review-slider .slick-arrow.slick-next::before,
.service-row-slider .slick-arrow.slick-next::before,
.before-after-slider .slick-arrow.slick-next::before,
.partners-slider .slick-arrow.slick-next::before,
.page-image-slider .slick-arrow.slick-next::before {
    content: "";
    background-image: url("/wp-content/uploads/2024/03/arrow-right.svg");
}
@media only screen and (min-width: 1400px){
    .review-slider .slick-prev,
    .team-slider .slick-prev,
    .service-row-slider .slick-prev,
    .before-after-slider .slick-prev,
    .partners-slider .slick-prev,
    .page-image-slider .slick-prev {
        left: -40px;
    }
    .review-slider .slick-next,
    .team-slider .slick-next,
    .service-row-slider .slick-next,
    .before-after-slider .slick-next,
    .partners-slider .slick-next,
    .page-image-slider .slick-next {
        right: -40px;
    }    
}
@media only screen and (max-width: 1399px){
    .review-slider .slick-prev,
    .team-slider .slick-prev,
    .service-row-slider .slick-prev,
    .before-after-slider .slick-prev,
    .partners-slider .slick-prev,
    .page-image-slider .slick-prev {
        left: -24px;
    }
    .review-slider .slick-next,
    .team-slider .slick-next,
    .service-row-slider .slick-next,
    .before-after-slider .slick-next,
    .partners-slider .slick-next,
    .page-image-slider .slick-next {
        right: -24px;
    }    
}
@media only screen and (max-width:1199px) {
    .review-slider .slick-arrow,
    .team-slider .slick-arrow,
    .service-row-slider .slick-arrow,
    .review-slider .slick-arrow::before,
    .team-slider .slick-arrow::before,
    .service-row-slider .slick-arrow::before,
    .before-after-slider .slick-arrow,
    .before-after-slider .slick-arrow::before,
    .partners-slider .slick-arrow,
    .partners-slider .slick-arrow::before,
    .page-image-slider .slick-arrow,
    .page-image-slider .slick-arrow::before{
        width: 40px;
        height: 20px;
    }
}
@media only screen and (max-width: 991px){
    .review-slider .slick-arrow,
    .team-slider .slick-arrow,
    .service-row-slider .slick-arrow,
    .review-slider .slick-arrow::before,
    .team-slider .slick-arrow::before,
    .service-row-slider .slick-arrow::before,
    .before-after-slider .slick-arrow,
    .before-after-slider .slick-arrow::before,
    .partners-slider .slick-arrow,
    .partners-slider .slick-arrow::before,
    .page-image-slider .slick-arrow,
    .page-image-slider .slick-arrow::before{
        width: 25px;
        height: 15px;
    }
    .review-slider .slick-prev,
    .team-slider .slick-prev,
    .service-row-slider .slick-prev,
    .before-after-slider .slick-prev,
    .partners-slider .slick-prev,
    .page-image-slider .slick-prev {
        left: -24px;
    }
    .review-slider .slick-next,
    .team-slider .slick-next,
    .service-row-slider .slick-next,
    .before-after-slider .slick-next,
    .partners-slider .slick-next,
    .page-image-slider .slick-next {
        right: -24px;
    }
}
/*Slider Arrow Design*/
/* =========================================================
== Header Css Start
============================================================ */
.site-header{
    z-index: 999;
    position: relative;
}
.inside-header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 1px 24px rgba(0, 0, 0, .1);
    flex-wrap: nowrap;
    animation: scroll-top 0.8s ease-in-out;
}
@keyframes scroll-top{
    0%{
        top: -100%;
    }
    40%{
        top: -50%;
    }
    100%{
        top: 0px;
    }
}
.inside-header{
    flex-wrap: nowrap !important;
}
.inside-header .site-logo {
    max-width: 200px;
    width: 100%;
}
.main-navigation.sub-menu-right {
    width: 100%;
}
.main-navigation .inside-navigation {
    justify-content: flex-end;
    gap: 16px;
}
.main-navigation .main-nav ul li a {
    position: relative;
    color: #0A8C91 !important;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    padding: 10px 13px;
}
.main-navigation .main-nav ul.sub-menu li.current_page_item a {
    color: #fff !important;
    background-color: #0A8C91;
}
.main-navigation #menu-primary-menu-header-menu > li.current-menu-item > a {
    color: #003f70 !important;
    font-weight: 500;
}
.mobile-menu-control-wrapper .menu-toggle,
.mobile-menu-control-wrapper .menu-toggle:hover,
.mobile-menu-control-wrapper .menu-toggle:focus,
.main-navigation{
    background-color: unset !important;
}
button.menu-toggle .gp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    height: 48px;
    aspect-ratio: 1;
    border: 2px solid #0A8C91;
    border-radius: 4px;
}
button.menu-toggle .gp-icon svg {
    height: 1.5em;
    width: 1.5em;
    margin-bottom: 4px;
    color: #0A8C91;
}
.mobile-menu-control-wrapper .menu-toggle {
    padding-right: 0 !important;
}
nav#site-navigation.toggled {
    position: absolute;
    top: 100%;
    margin-top: 0 !important;
    width: calc(100% - 100px);
    left: 50px;
    background-color: #fff !important;
    border-radius: 16px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    padding: 12px;
    max-height: 70vh;
    height: fit-content;
    overflow-y: auto;
    display: block;
}

nav#site-navigation.toggled::-webkit-scrollbar {
    width: 8px;
}
nav#site-navigation.toggled::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(212, 212, 212); 
    border-radius: 10px;
}
nav#site-navigation.toggled::-webkit-scrollbar-thumb {
    background: #0A8C91; 
    border-radius: 10px;
}
.main-navigation.toggled .main-nav li:not(:last-child) {
    margin-bottom: 6px;
}
.main-navigation .inside-navigation{
    max-width: 100%;
    width: 100% !important;
}
.main-navigation a{
    display: inline-block !important;
    width: 100%;
}
.toggled .menu-item-has-children .dropdown-menu-toggle{
    padding: 0 16px;
}
.main-navigation.toggled .main-nav ul ul{
    border: 0;
}
.header-btn .default-btn{
    margin-top: 0;
}
.main-navigation ul ul.sub-menu{
    width: 250px;
}
.menu-item-has-children .dropdown-menu-toggle{
    padding-right: 5px;
    padding-left: 2px;
}
.main-navigation .main-nav ul.sub-menu li a{
    font-size: 16px !important;
}
@media only screen and (min-width: 1301px){
    .inside-navigation ul.menu > li.menu-item.menu-item-2228 ul.sub-menu {
        width: 602px;
        column-count: 3;
    }
}
.main-navigation ul ul{
    box-shadow: 0px 0px 24px rgba(0,0,0,.1);
}
@media only screen and (max-width: 1590px) and (min-width: 1521px){
	.main-navigation .main-nav ul li a{
		font-size: 16px;
		padding: 10px;
	}
}
@media only screen and (min-width: 1301px){
    .main-navigation .main-nav>ul{
        margin-right: 30px;
    }
}
/*@media only screen and (max-width: 1600px){
    .header-btn.call-btn {
        display: none;
    }
}*/
@media only screen and (max-width: 1400px){
    button.menu-toggle .gp-icon:after,
    .header-left-content p {
        font-size: 20px;
    }
    .inside-header{
        padding: 16px 30px;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1301px){
    .main-navigation .main-nav ul li a{
        font-size: 15px;
    }
    .header-btn .default-btn{
        font-size: 14px !important;
        padding: 12px 14px;
    }
}
@media only screen and (max-width: 1300px){
    .inside-header .btn-wrap {
        width: 100%;
        justify-content: flex-end;
    }
    .header-btn.call-btn {
        display: block;
    }
    .main-navigation{
        order: 1;
    }    
    nav#site-navigation{
        display: none;
    }
}
@media only screen and (max-width: 1200px){
    button.menu-toggle .gp-icon:after,
    .header-left-content p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px){
    button.menu-toggle .gp-icon:after,
    .header-left-content p {
        font-size: 16px;
    }
    .inside-header {
        padding: 20px;
    }
    nav#site-navigation.toggled{
        left: 30px;
        width: calc(100% - 60px);
        border-radius: 6px;
        padding: 6px;
    }
    .main-navigation .main-nav ul li a{
        font-size: 16px;
        border-radius: 4px;
    }
    .main-navigation .main-nav ul ul li a{
        padding: 6px 0;
        padding-left: 24px;
    }
    .header-btn.call-btn {
        display: none;
    }
}
@media only screen and (max-width: 768px){
    .inside-header .btn-wrap{
        display: none;
    }
}
@media only screen and (max-width: 575px){
    .header-left-content {
        display: none;
    }
    nav#site-navigation.toggled{
        left: 10px;
        width: calc(100% - 20px);
    }
    .main-navigation .main-nav ul li a{
        padding: 6px 16px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1520px){
    .header-btn.call-btn {
        display: none;
    }
}
/* =========================================================
== Header Css Stop
============================================================ */
/* =========================================================
== Banner Css Start
============================================================ */
.home .banner-section {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}
/* .banner-video-content{
    position: relative;
    aspect-ratio: 16 / 7.07;
    overflow: hidden;
}
.banner-video-content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 50%) 50%, transparent);
    z-index: -1;
} */
.banner-img {
    position: relative;
}
.banner-img:after {
    position: absolute;
    content: "";
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.banner-video-content iframe {
    display: block;
    aspect-ratio: 16/9;
    transform: scale(1.28);
}
.bg-video{
    position: relative;
}
.banner-content {
    position: absolute;
    padding: 48px 0 100px;
    bottom: 0;
    max-width: 1575px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.banner-content h1 {
    color: #FFF;
    text-shadow: 0px 2px 55px rgba(0, 0, 0, 0.20);
    font-family: "Gelasio", serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.banner-content p {
    color: #FFF;
    text-shadow: 0px 2px 55px rgba(0, 0, 0, 0.20);
    font-family: "Gelasio", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}
.banner-btn-wrap {
    display: flex;
    gap: 24px;
    justify-content: center;
}
@media only screen and (min-width: 992px){
    .banner-content h1{
        width: 100%;
        max-width: 100%;
        margin: 0 auto 16px;
    }
}
@media only screen and (max-width: 1600px){
    .banner-content h1{
        font-size: 60px;
    }
    .banner-content{
        max-width: 1300px;
        padding: 48px 0 80px;
    }
}
@media only screen and (max-width: 1440px){
    .banner-content{
        padding: 48px 0 60px;
    }
}
@media only screen and (max-width: 1200px){
    .banner-content h1{
        font-size: 50px;
    }
    .banner-content p{
        font-size: 26px;
    }
    .banner-content{
/*         max-width: 991px; */
        padding: 48px 0;
    }
}
@media only screen and (max-width: 991px){
    .banner-content h1{
        font-size: 44px;
        margin-bottom: 10px;
    }
    .banner-content p{
        font-size: 26px;
    }
    .banner-content {
        max-width: 100%;
        padding: 30px 0 50px;
    }
}
@media only screen and (max-width: 768px){
	.banner-img:after{
		display: none;
	}
    .banner-content {
        position: unset;
        background: url("/wp-content/uploads/2024/04/light-bg-img.webp");
        transform: unset;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .banner-content h1 {
        font-size: 32px;
        letter-spacing: 3px;
        margin-bottom: 6px;
        color: #0A8C91;
    }
    .banner-content p {
        font-size: 20px;
        color: #44616E;
    }
    .banner-content {
        padding: 30px 30px 50px;
    }
}
@media only screen and (max-width: 575px){
    .banner-content h1 {
        font-size: 26px;
        letter-spacing: 1px;
    }
    .banner-content p {
        font-size: 16px;
    }
    .banner-btn-wrap {
        flex-direction: column;
        gap: 0;
    }
}
/* =========================================================
== Banner Css Stop
============================================================ */
/* ====================================
== Start About Section
======================================= */
.about-sec {
    position: relative;
    z-index: 1;
}
.about-sec .common-title {
    max-width: 1080px;
    margin: 0 auto;
}
.about-sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/2024/04/light-bg-img.webp") no-repeat center;
    background-size: cover;
    z-index: -1;
    box-shadow: 0px 100px 80px 0px #00000012, 0px 41.7775993347168px 33.42210006713867px 0px #0000000D, 0px 22.336299896240234px 17.868999481201172px 0px #0000000B, 0px 12.521599769592285px 10.017200469970703px 0px #00000009, 0px 6.650100231170654px 5.320079803466797px 0px #00000007, 0px 2.7672600746154785px 2.2138099670410156px 0px #00000005;
}
.about-sec h3.sub-title{
    padding-bottom: 10px;
}
.about-sec span.sub-title {
    font-size: 36px;
    line-height: 1.2;
    color: #23263E;
    margin-bottom: 26px;
    text-transform: uppercase;
    font-family: "Gelasio", serif;
    display: block;
}
.about-image {
    margin-right: 36px;
}
.about-image img {
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: 0px 41.7775993347168px 33.42210006713867px 0px #0000000D;
}
.about-description {
    width: 100%;
    max-width: 758px;
}
.about-description ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 16px;
    column-gap: 10px;
    margin-bottom: 20px;
}
.about-description ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #44616E;
    position: relative;
    padding-left: 15px;
    text-decoration: underline;
}
.about-description ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    aspect-ratio: 1;
    background-color: #44616E;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
@media only screen and (min-width: 1200px){
    .about-sec::before{
        max-height: 90%;
    }
    .about-image{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
    }
    .about-image img{
        display: none;
    }
    .about-description{
        padding: 32px 0 190px;
    }
    .about-description p:not(:last-of-type) {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 1400px){
    .about-image {
        margin-right: 26px;
    }
    .about-description ul{
        grid-template-columns: repeat(3, 1fr);
    }
    .about-sec span.sub-title{
        font-size: 34px;
    }
}
@media only screen and (max-width: 1199px){
    .about-image {
        margin-right: 16px;
    }
    .about-description ul{
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 16px;
    }
    .patient-story-slider {
        margin-bottom: 20px;
    }
	.about-sec span.sub-title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 991px){
    .patient-story-slider {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px){
    .patient-story-slider {
        margin-bottom: 0 !important;
    }
    .about-image {
        margin-right: 0;
    }
    .about-description {
        margin-top: 30px;
    }
	.about-sec span.sub-title {
    font-size: 16px;
}
}
/* ====================================
== End About Section
======================================= */
/* ====================================
== Start Reason Section
======================================= */
.reason-section .common-title {
    max-width: 1024px;
    margin: 0 auto;
}
.reason-row {
    display: flex;
    justify-content: center;
    gap: 42px;
    flex-wrap: wrap;
}
.reason-col {
    max-width: calc(33.33% - 28px);
    width: 100%;
}
.reason-content {
    text-align: center;
    padding: 32px;
    background-image: url(/wp-content/uploads/2024/04/light-bg-img.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12), 0px 2px 12px 0px rgba(0, 0, 0, 0.04);
    height: 100%;
}
.reason-content img {
    margin: 0 auto 16px;
}
.reason-content h3 {
    color: #24394A;
    font-size: 26px;
    line-height: 1.2;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.reason-content h3:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #C6D4EE;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.reason-content p {
    font-size: 18px;
}
@media only  screen and (max-width : 1560px){
    .reason-content p {
        font-size: 16px;
    }
}
@media only  screen and (max-width : 1300px){
    .reason-col {
        max-width: calc(50% - 28px);
    }
}
@media only  screen and (max-width : 768px){
    .reason-col {
        max-width: 100%;
    }
    .reason-content{
        padding: 16px;
    }
    .reason-row{
        gap: 24px;
    }
}
@media only  screen and (max-width : 575px){
    .reason-content h3{
        font-size: 22px;
    }
}
@media only  screen and (max-width : 480px){
    .reason-content p {
        font-size: 15px;
    }
}
/* ====================================
== End Reason Section
======================================= */
/* ====================================
== Start Services Section
======================================= */
.services-col {
    padding: 0 24px;
}
.services-content h3 {
    font-size: 24px;
    font-weight: 400;
	color: #24394A;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.services-content h3, .services-content img {
    margin-bottom: 28px;
}
.service-row-slider{
    margin-bottom: 0 !important;
}
.services-content ul.service-menu {
    column-count: 2;
}
ul.service-menu li {
    padding-left: 14px;
    margin-bottom: 8px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    display: block;
}
ul.service-menu li a{
    color: #0A8C91;
    font-weight: 500;
    transition: all 0.4s;
}
ul.service-menu li a:hover {
    color: #44616E;
}
ul.service-menu li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0A8C91;
    left: 0;
    top: 10px;
}
ul.service-menu .service-inner-menu li {
    margin: 8px 0 0 12px;
}
ul.service-menu .service-inner-menu li:before {
    background-color: #000;
}
.services-content img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: top;
}
@media only screen and (max-width: 1600px){
    .services-content h3{
        font-size: 22px;
    }
}
@media only screen and (max-width: 1200px){
    .services-content h3{
        font-size: 18px;
    }
    .services-content ul.service-menu {
        column-count: 1;
    }
}
@media only screen and (max-width: 991px){
    .services-content h3, .services-content img {
        margin-bottom: 24px;
    }
    .services-col{
        padding: 0 12px;
    }
}
@media only screen and (max-width: 699px){
    .services-col{
        padding: 0px;
    }
    .services-content img{
        width: 100%;
    }
}
@media only screen and (max-width: 575px){
    .services-content h4, .services-content img {
        margin-bottom: 20px;
    }
}
/* ====================================
== End Services Section
======================================= */
/*===============================================
= Start Welcome CSS
===============================================*/
/* video image and model */
.full_img {
    position: relative;
    text-align: center;
}
.full_img > img,
.full_img > picture > img {
    width: 100%;
}
.video-btn {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: none !important;
    padding: inherit !important;
    background-image: unset !important;
    background-color: transparent;
}
.video-btn:hover, .video-btn:focus{
    background-color: transparent;
}
.video-btn img {
    margin: 0 auto;
}
.video-btn i {
    color: #ffffff;
}
.modal-dialog {
    max-width: 800px !important;
    margin: auto !important;
    height: 100%;
    display: block !important;
}
.modal-body {
    position: relative;
    padding: 0
}
.modal-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    border-radius: 0 !important;
    border: none !important;
}
.video_modal .close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.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-open .modal {
  background-color: rgb(0 0 0 / 70%);
}
.video_modal .modal-content .embed-responsive::before {
    content: "";
    padding-top: 55%;
    display: block;
}
.video_modal .modal-content .embed-responsive iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 575px){
    .video-btn img{
        width: 50px;
        height: 50px;
    }
}
/* video image and model */
.meet-dr-sec {
    position: relative;
    z-index: 1;
}
.meet-dr-sec::before {
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 100%;
    max-width: 94%;
    height: 100%;
    max-height: 93%;
    background-image: url("/wp-content/uploads/2024/04/dark-bg-img.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
    z-index: -1;
}
.meet-dr-video {
    padding-left: 12%;
}
.meet-dr-content {
    padding-top: 100px;
    padding-left: 30px;
}
.meet-dr-content h2 {
    color: #fff;
    padding-bottom: 16px;
    text-transform: uppercase;
}
.meet-dr-content h2 span {
    display: block;
    font-family: "Gelasio", serif;
    font-size: 80px;
}
.meet-dr-content h3 {
    color: #fff;
    margin-bottom: 38px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}
.meet-dr-content p {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
}
body .meet-doctor-slider{
    margin-bottom: 0 !important;
}
.meet-doctor-slider ul.slick-dots {
    bottom: -140px;
}
.meet-doctor-slider .slick-dots li button:before {
    opacity: 1;
    font-size: 12px;
    color: #fff;
}
.meet-doctor-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0A8C91;
}
@media only screen and (min-width: 1801px){
    .meet-dr-sec.section_padding{
        padding-top: 0 !important;
    }
}
@media only screen and (max-width: 1800px){
    .dr-row{
        align-items: center !important;
    }
    .meet-dr-sec::before{
        max-width: 96%;
        max-height: 100%;
    }
    .meet-dr-content{
        padding-top: 0;
    }
    .meet-dr-content h2{
        font-size: 44px;
    }
}
@media only screen and (max-width: 1600px){
    .meet-dr-content p{
        font-size: 18px;
    }
    .meet-dr-content h2 {
        font-size: 36px;
    }
    .meet-dr-content h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 1400px){
    .meet-dr-content{
        padding-left: 0;
    }
    .meet-dr-content p{
        font-size: 16px;
    }
}
@media only screen and (max-width: 1300px){
    .meet-dr-content h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 1199px){
    .meet-dr-sec::before{
        max-height: 100%;
    }
    .meet-dr-content{
        padding-top: 0;
    }
    .meet-doctor-slider ul.slick-dots {
        bottom: -120px;
    }
    .meet-dr-content h2 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 991px){
    .modal-dialog {
        margin-right: 30px !important;
        margin-left: 30px !important
    }
    .meet-dr-content h2{
        font-size: 34px;
    }
    .meet-dr-content h2 br{
        display: none;
    }
    .meet-dr-content h3{
        margin-bottom: 14px;
    }
    .meet-doctor-slider ul.slick-dots {
        bottom: -90px;
    }
}
@media only screen and (max-width: 767px){
    .meet-dr-sec::before {
        max-width: 100%;
    }
    .meet-dr-video{
        padding-left: 0;
    }
    .meet-dr-content {
        margin-top: 30px;
    }
    .meet-dr-content h2{
        font-size: 26px;
    }
    .meet-dr-content h2 span{
        display: inline-block;
    }
    .meet-doctor-slider ul.slick-dots {
        bottom: -30px;
    }
}
/*===============================================
= End Welcome CSS
===============================================*/
/*===============================================
= start offer Section CSS
===============================================*/
.special-offer-section {
    background-color: #F4F4F4;
}
.offer-row {
    display: flex;
    justify-content: center;
    gap: 42px;
    flex-wrap: wrap;
}
.offer-col {
    max-width: calc(33% - 28px);
    width: 100%;
}
.offer-box {
    padding: 20px 20px 114px 20px;
    border-radius: 8px;
    background: url('/wp-content/uploads/2024/04/light-bg-img.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12), 0px 2px 12px 0px rgba(0, 0, 0, 0.04);
    height: 100%;
    position: relative;
}
.offer-content {
    margin-top: 32px;
    text-align: center;
}
.offer-content h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
	color: #24394A;
    margin-bottom: 16px;
    text-transform: capitalize;
}
.offer-content p {
    color: #51555C;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}
.offer-content .default-btn {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (max-width: 1600px){
    .offer-content p{
        font-size: 16px;
    }
    .offer-content h3{
        font-size: 22px;
    }
}
@media only screen and (max-width: 1024px){
    .offer-row {
        gap: 32px;
    }
    .offer-col {
        max-width: calc(50% - 32px);
    }
}
@media only screen and (max-width: 768px){
    .offer-row {
        gap: 24px;
        max-width: 575px;
        margin: 0 auto;
    }
    .offer-col {
        max-width: 100%;
    }
    .offer-content .default-btn{
        position: unset;
        transform: unset;
        margin: 24px auto 0;
    }
    .offer-box{
        padding: 16px;
    }
}
/*===============================================
= End offer Section CSS
===============================================*/
/*===============================================
= Start Review CSS
===============================================*/
.heading-transform{
    text-transform: capitalize;
}
.review-slider {
    margin: 0 -15px;
}
.review-slider{
    margin-bottom: 0 !important;
}
.review-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}
.google-review img {
    max-width: 44px;
    width: 100%;
}
.tesimonial_revire_sec {
    display: flex;
    justify-content: space-between;
/*    align-items: center;*/
}
.review-slider .slick-slide {
    padding: 15px 21px;
    height: auto;
}
.review-slider-content {
    background: url('/wp-content/uploads/2024/04/light-bg-img.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 36px;
    margin: 10px;
    height: 100% !important;
    position: relative;
    transition: all 0.4s;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.review-slider-main-content {
    margin-bottom: 32px;
/*    text-align: center;*/
}
.review-slider-content h3 {
    font-size: 20px;
    color: var(--body_text_color);
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: capitalize;
}
.review-rating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.review-rating ul li:not(:last-child) {
    margin-right: 6px
}
.review-description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.85;
    display: inline-block;
    color: #666;
}
.review-description p:not(:last-child) {
    margin-bottom: 10px;
}
.morecontent span {
    display: none;
}
.more-text{
    display: none;
}
.review-section-content {
    position: relative;
}
.review-description .more-text{
    display: none;
}
.review-description .moreless-button{
    display: inline-block;
    font-weight: 600;
    color: #192530;
}
.read_more_txt p {
    color: #192530;
    margin-bottom: 20px;
}
.review-section-content .review-description .scrollbar-active {
     max-height: 150px!important;
}
.review-description .read-more{
    display: inline-block;
    font-weight: 600;
    color: #0A8C91;
    font-size: 16px;
    line-height: 1.6;
}
.review-slider-tab .review-description .read-more{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.image-container {
    margin-top: 60px;
}
.reviews-img img {
    border-radius: 18px;
}
@media only screen and (max-width: 1200px) {
    .review-slider .slick-slide{
        padding: 0;
    }
}
@media only screen and (max-width: 991px) {
    .review-slider-content{
        margin: 10px 16px;
        padding: 40px 30px;
    }
    .review-slider {
        margin: 30px 0 0 0 !important;
    }
    .review-description p{
        font-size: 16px;
    }
    .review-tab-navigation ul{
        width: 100% !important;
        margin: 0 !important;
    }
    
}
@media only screen and (max-width: 767px) {
    .review-section > .container-fluid {
        padding: 0;
    } 
    
}
@media only screen and (max-width: 640px) {
    .review-slider-content {
        margin: 10px;
    }
}
@media only screen and (max-width: 425px) {
    .review-btn .default-cta {
        margin: 0 0 0 15px;
    }
}
/*===============================================
= End Review CSS
===============================================*/
/* =========================================================
== Footer Form Section CSS Start
============================================================ */
.footer-form-sec {
    background-image: url('/wp-content/uploads/2024/04/dark-bg-img.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.footer-form-sec h2,
.footer-form-sec h3,
.footer-form-sec h4,
.form-number p a {
    color: #FFFFFF;
}
.form-number p a:hover {
    color: #0A8C91;
}
.footer-form-info p {
    color: #E8E8E8;
}
.footer-form-info>*:not(:last-child) {
    margin: 0 0 40px;
}
.footer-form-info h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}
.footer-form-info h4,
.form-number p a {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
}
/*Form*/
.form-input {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    margin: 0 0 20px;
}
.form-input input,
.form-input select,
.form-input textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #FFFFFF;
    border: 2px solid transparent;
    padding: 10px 16px;
}
.form-input input::focus,
.form-input select::focus,
.form-input textarea::focus {
    border-color: #0A8C91;
}
.form-input input::placeholder,
.form-input select::placeholder,
.form-input textarea::placeholder {
    font-size: 15px;
    font-weight: 500;
    color: #44616E;
}
/*.form-input input,
.form-input select {
    height: 48px;
}*/
.form-input textarea {
    height: 80px;
}
.form-input input[type="date"] {
    position: relative;
}
.form-input input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    width: calc(100% - 10px);
    background-position: right;
}
.submit-btn.default-btn {
    background-color: #0A8C91;
    border-color: #0A8C91;
    margin-top: 0;
}

@media only screen and (max-width: 1200px){
    .footer-form-info h4, .form-number p a{
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px){
    .footer-form {
        margin: 30px 0 0;
    }
    .footer-form-info h3{
        font-size: 32px;
    }
    .footer-form-info h4, .form-number p a{
        font-size: 24px;
    }
}
@media only screen and (max-width: 768px){
    .footer-form-info>*:not(:last-child) {
        margin: 0 0 20px;
    }
    .footer-form-info h4, .form-number p a{
        font-size: 24px;
    }
    .footer-form-info h3 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 575px){
    .continue-btn button {
        width: 100%;
        margin: 0 0 10px;
    }
    .footer-form-info h4, .form-number p a{
        font-size: 16px;
    }
}
.google-map iframe {
    width: 100% !important;
    aspect-ratio: 21 / 6.76;
    display: block;
}
/* =========================================================
== Footer Form Section CSS End
============================================================ */
/* =========================================================
== Footer CSS Start
============================================================ */
.site-footer {
    padding: 80px 100px;
    position: relative;
}
.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2024/04/footer-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* opacity: 0.4; */
    z-index: -1;
}
.footer-widgets-container {
    padding: 0;
}
.footer-widgets, .site-info{
    background-color: transparent;
}
footer .copyright-bar {
    display: none;
}
footer .inside-site-info {
    padding: 15px 15px 0;
}
footer .footer-bar {
    margin: 0 !important;
}
.site-footer .inside-footer-widgets {
    margin: 0 !important;
    flex-wrap: wrap;
    align-items: center;
}
.site-footer .inside-footer-widgets>* {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
}
.site-footer .inside-footer-widgets>* .inner-padding {
    padding: 0 15px;
}
.footer-widget-2 img {
    width: 240px;
}
.footer-widget-3 {
    text-align: right;
}
.footer-widget-2, .footer-widget-5 {
    text-align: center;
}
.site-footer .footer-widget-2 p {
    color: #272727;
    font-size: 16px;
    letter-spacing: 0.16px;
    margin-bottom: 6px !important;
}
.site-footer p a {
    all: inherit;
    display: inline;
    margin: 0 !important;
    white-space: nowrap;
}
.site-footer p a:hover {
    color: #0A8C91;
}
.title-review p a {
    text-transform: uppercase;
    font-weight: 600;
    color: #0A8C91;
}
.footer-widget-2 .footer-links p span {
    margin: 0 14px;
}
.location-info p {
    color: #272727;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.18px;
}
.average-review {
    display: flex;
    align-items: center;
}
.average-review h4 {
    color: #0A8C91;
    font-family: "Poppins";
    font-size: 70px;
    font-weight: 400;
}
.average-star-img {
    display: flex;
    gap: 2px;
    margin-bottom: 5px;
}
.average-review-content p {
    color: #272727;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12px;
}
.contact-info p {
    color: #272727;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.18px;
    margin-bottom: 28px;
}
.footer-social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
@media only screen and (max-width: 1200px){
    .contact-info p,
    .location-info p{
        font-size: 16px;
    }
    .site-footer{
        padding: 60px;
    }
}
@media only screen and (max-width: 768px){
    .footer-widget-1,
    .footer-widget-3 {
        text-align: center;
    }
    .average-review,
    .footer-social-media{
        justify-content: center;
    }
    .inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 30px;
    }
    .footer-widget-2{
        gap: 0;
    }
    .footer-social-media {
        margin-top: 20px;
    }
    .site-footer {
        padding: 40px 30px;
    }
    .title-review p {
        text-align: center;
    }
}
@media only screen and (max-width: 575px){
    .inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 769px) {
    .site-footer .inside-footer-widgets>* {
        max-width: 33.33%;
    }
}
.footer-form-info p a{
    color: #fff;
}
.footer-form-info p a:hover{
    color: #528B90;
}
/* =========================================================
== Footer CSS Stop
============================================================ */
/* =========================================================
== Start Sub Page Css
============================================================ */
p.video-caption {
    text-align: center;
    padding-top: 5px;
}
.page-id-507 .page-image-slider{
    max-width: 1140px;
}
.page-id-716 .page-image-slider{
    max-width: 1200px;
}
.page-image-slider{
    margin: 0 auto !important;
}
.page-image-slider,
.page-image-slider .slick-track{
    margin: 0 auto !important;
}
.page-slider-img {
    text-align: center;
    padding: 0 15px;
}
.page-slider-img img {
    margin: 0 auto;
}
.linear-section .common-title,
.linear-section .linear-repeater{
    text-align: center;
}
/*gallery template*/
.patient-img {
    width: 100%;
    height: 100%;
}
.patient-img img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
}
/*gallery template*/
.page-id-716 .video-content img {
    aspect-ratio: 1;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.page-id-898 .smile-gallery-img img {
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 3/1.3;
    object-fit: contain;
    object-position: center;
}
.smile-gallery-img img {
    margin: 0px auto;
}
.content-box ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #44616E;
    position: relative;
    padding-left: 40px;
    padding-bottom: 20px;
}
.content-box ul li::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    aspect-ratio: 1;
    background: url("/wp-content/uploads/2024/03/pricing-check.svg") no-repeat center;
    left: 0;
    top: 4px;
}
.gallery-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}
.gallery-col {
    padding: 0;
    max-width: calc(25% - 18px);
	width: 100%;
}
@media only screen and (max-width: 1600px){
    .content-box ul li::before{
        width: 20px;
    }
}
@media only screen and (max-width: 1400px){
    .content-box ul li{
        padding-left: 30px;
    }
    .content-box ul li::before{
        width: 18px;
    }
}
@media only screen and (max-width: 1200px){
	.gallery-col {
    max-width: calc(33.33% - 16px);
}
}
@media only screen and (max-width: 768px){
	.gallery-col {
    max-width: calc(50% - 12px);
}
}
@media only screen and (max-width: 480px){
	.gallery-col {
    max-width: calc(100%);
}
}
/* =========================================================
== End Sub Page Css
============================================================ */
ul.sub-menu.toggled-on {
    background-color: #fff !important;
}
.patient-img .video-content {
    margin-bottom: 0;
}
/* =====================================
== Sub Page CSS Start
===================================== */
/* ========== Left Side Css ==========*/
.video-content{
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.video-content iframe,
.video-content img {
    box-shadow: rgb(0 0 0 / 10%) 0px 30px 20px 0px;
}
.video-content iframe {
    aspect-ratio: 16 / 9;
    display: block;
}
.right-side-img-section .default-content,
.left-side-img-section .default-content {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
}
.right-side-img-section .default-content h3,
.left-side-img-section .default-content h3{
    margin-bottom: 20px;
}
.right-side-img-section .default-content h3:empty,
.left-side-img-section .default-content h3:empty{
    margin-bottom: 0px;
}
.simple-text-section p,
.right-side-img-section .default-content p ,
.left-side-img-section .default-content p {
    font-size: 18px;
    line-height: 1.7;
}
@media only screen and (max-width: 991px){
    .simple-text-section p,
    .right-side-img-section .default-content p, 
    .left-side-img-section .default-content p {
        font-size: 16px;
    }
    .video-content {
        margin-bottom: 30px;
    }
}

.simple-text-section {
    background-image: url('/wp-content/uploads/2024/04/footer-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.simple-text-section .common-title {
    padding-bottom: 40px;
}
p + .common-listing {
    margin-top: 16px;
}
.common-listing + p, .number-listing + p {
    margin-top: 24px;
}
.common-listing li a, .number-listing li a {
    color: inherit;
    font-weight: 600;
}
ul.common-listing.column-2 {
    column-count: 2;
}
ul.common-listing.column-3 {
    column-count: 3;
}
@media only screen and (max-width: 991px){
    ul.common-listing.column-3 {
        column-count: 2;
    }
}
@media only screen and (min-width: 576px) and (max-width: 991px){
    .video-content iframe, .video-content img {
        max-width: 80%;
        width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 600px){
    ul.common-listing.column-2,
    ul.common-listing.column-3 {
        column-count: 1;
    }
}
.linear-section iframe {
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    margin-top: 16px;
}
/*  =======================   Smile Gallery Start ===================== */
.smile-gallery-row {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    justify-content: center;
}
.smile-gallery-row .smile-gallery-col {
    background-image: url(/wp-content/uploads/2024/04/light-bg-img.webp);
    background-size: cover;
    width: 100%;
    max-width: calc(33% - 32px);
    box-shadow: 0 0 24px rgba(0, 0, 0, .1);
}
.smile-gallery-content {
    text-align: center;
    padding: 16px 32px 24px;
}
@media only screen and (max-width: 1200px){
    .smile-gallery-row .smile-gallery-col {
        max-width: calc(50% - 24px);
    }
}
@media only screen and (max-width: 768px){
    .smile-gallery-row .smile-gallery-col {
        max-width:100%;
    }
    .smile-gallery-row {
        gap: 24px;
    }
    .smile-gallery-content {
      padding: 16px;
    }
}
/*  ======================= Smile Gallery Stop ===================== */
.content-box:not(:last-child) {
    margin-bottom: 60px;
}
.content-box h3 {
    margin-bottom: 24px;
}
.content-box p {
    font-size: 18px;
    line-height: 1.6;
}
.content-box p:not(:last-child) {
    margin-bottom: 16px;
}
/*  ======================= FAQs Section Start ===================== */
.faqs-title {
    padding-bottom: 24px;
}
.faqs-title h3 {
    padding-bottom: 40px;
}
.faq-box:not(:first-of-type) .faq-content {
    display: none;
}
.faq-list{
    margin-bottom: 0px;
}
.faq-box{
    border-bottom: 1px solid #003267;
}
.faq-list h4{
    padding: 15px 15px;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
    width: 100%;
    color: #003267;
    text-align: left;
    border: none;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s;
}
.faq-box.active h4.faq-title {
    color: #0A8C91;
    background-color: rgba(100, 100, 111, 0.1);
}
.faq-list h4:before{
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #003267;
    transition: all 0.4s;
    background-image: url("/wp-content/uploads/2024/03/plus.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/2024/03/minus.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;
    }
}
/*  =======================   FAQs Section Stop ===================== */
/**************** box section css start ****************/
.box-text-section .default-content p {
    padding-top: 20px;
}

.box-text-section .default-content p {
    width: 100%;
    max-width: 1024px;
    margin: 0px auto;
}

.box-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
}
.box-text-section .default-content {
    margin-bottom: 40px;
}
.singular-box {
    background-image: url(/wp-content/uploads/2024/04/light-bg-img.webp);
    background-size: cover;
    border: 1px solid rgb(1 107 189 / 20%);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 4px 4px 24px rgb(1 107 189 / 10%);
    max-width: calc(33.33% - 32px);
    width: 100%;
}
.singular-box .box-title {
    font-size: 24px;
    margin-bottom: 16px;
}
.box-text-section .box-caption {
    max-width: 1024px;
    padding: 0 12px;
    margin: 24px auto 0;
    text-align: center;
}
@media only screen and (max-width: 1200px){
    .box-row{
        gap: 32px;
    }
    .singular-box{
        max-width: calc(50% - 16px);
    }
    .box-text-section .default-content {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 768px){
    .box-row{
        gap: 24px;
    }
    .singular-box{
        max-width: 100%;
    }
    .singular-box .box-title {
        font-size: 20px;
    }
    .box-text-section .default-content {
        margin-bottom: 20px;
    }
}
/**************** box section css end ****************/
@media only screen and (max-width: 768px){
    .content-box p {
        font-size: 16px;
    }
    .content-box:not(:last-child) {
        margin-bottom: 40px;
    }
}
/*.sub-page-pricing-col .pricing-body {
    padding-top: 32px;
}*/
@media only screen and (max-width: 1400px){
    /*.sub-page-pricing-col .pricing-body {
        padding-top: 20px !important; 
    }*/
}
/* =====================================
== Sub Page CSS Stop
===================================== */

/* ==========================================================
Blog CSS Start
=========================================================== */
.featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 21/12;
}

.blog-post-section .default-content h3 {
	margin: 0 0 32px;
}

ul.blog-post-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	padding: 0;
	margin: 0;
}

ul.blog-post-list li {
	-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .1);
	box-shadow: 0 0 24px rgba(0, 0, 0, .1);
	list-style: none;
}

ul.blog-post-list li>a img {
	aspect-ratio: 1 / .6;
	object-fit: cover;
	object-position: center;
}

.blog-content {
	padding: 24px;
}

ul.blog-post-list li p {
	margin-bottom: 0;
}
.single-post .entry-content p,
.post-discription,
ul.blog-post-list li p a {
	color: rgba(0, 0, 0, .5) !important;
	display: -webkit-box;
    line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin: 15px 0 0;
	font-size: 16px;
	line-height: 1.7;
}

.single-post .entry-content p{
    color: rgba(0, 0, 0, .8) !important;
	margin-bottom: 16px;
}
ul.blog-post-list li p a.read-more {
	color: #0A8C91 !important;
}

ul.blog-post-list li a h2 {
	color: #0A8C91 !important;
	font-size: 22px;
	font-weight: 600;
	list-style: 1.3;
	display: -webkit-box;
    line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

ol.number-list {
	margin-left: 0px;
}

.number-list li:not(:last-child) {
	margin-bottom: 10px;
}

.site-content .content-area {
	width: 100%;
}

.single-post .site-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}

.single-post .site-content .inside-article {
	padding: 40px 0;
}

.single-post .site-content article a:not(.single-post .site-content article a.default-btn) {
	color: #0A8C91;
}

.single-post .entry-title {
	line-height: 1.1;
	margin-bottom: 28px;
	font-weight: bold;
}

.single-post .entry-content h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
}

.single-post .entry-content h3 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
}

.single-post .entry-content h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}

.single-post .entry-content h2,
.single-post .entry-content h4 {
	margin: 32px 0 16px;
	color: #0A8C91;
}

.single-post .entry-content h3 {
	margin: 32px 0 16px;
	color: var(--black);
}

.single-post .entry-content ul {
	margin: 0;
	padding: 0;
}

.single-post .entry-content ol li,
.single-post .entry-content ul li {
	/*    color: #5E6569;*/
	/* font-family: var(--mulish); */
	font-size: 18px;
	line-height: 1.5;
}

.post-list li::marker {
	font-size: 20px;
}

.single-post p strong,
.single-post .entry-content ol li b,
.single-post .entry-content ol li strong,
.single-post .entry-content ul li b,
.single-post .entry-content ul li strong {
	color: #23263E;
	margin: 0 0 5px;
	display: inline-block;
	vertical-align: top;
}

.single-post .entry-content ul li:not(:last-child) {
	margin: 0 0 16px;
}

.single-post .entry-content ul.post-list {
	list-style: disc;
	padding-left: 18px;
	margin-left: 12px;
}

.single-post .entry-content ul.post-list li::marker {
	color: #0A8C91;
}

.single-post .entry-content ul.post-list li:not(:last-child) {
	margin: 0 0 8px;
}

.single-post .page-header-image-single img {
	margin: 0 auto;
}

.single-post .entry-content ul+p,
.single-post .entry-content p+ul {
	margin-top: 16px;
}

.single-post .site-content article a.default-btn {
	font-weight: 500 !important;
}

.post-logo-slider-sec p.slick-slide {
	display: none;
}

.post-logo-slider-sec .logo-slider {
	margin-bottom: 0;
}

span.tags-links a {
	font-size: inherit;
	font-weight: inherit;
}

span.tags-links {
	font-size: 16px;
	font-weight: 600;
}

.single-post h4.faq-title {
	margin: 0px;
}

@media only screen and (max-width: 1199px) {
	.single-post .entry-content h2 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 991px) {
	ul.blog-post-list {
		-ms-grid-columns: (1fr);
		grid-template-columns: repeat(2, 1fr);
	}

	.single-post .entry-content h2 {
		font-size: 28px;
	}

	.single-post .entry-content h3 {
		font-size: 22px;
	}

	.single-post .entry-content h4 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 767px) {
	ul.blog-post-list {
		-ms-grid-columns: (1fr);
		grid-template-columns: repeat(1, 1fr);
	}

	.single-post .entry-content h2 {
		font-size: 26px;
	}

	.single-post .entry-content h3 {
		font-size: 20px;
	}

	.single-post .entry-content h4 {
		font-size: 22px;
	}

	.blog-post-section .default-content h3 {
		margin: 0 0 22px;
	}
}

@media only screen and (max-width: 575px) {
	.single-post .entry-content h2 {
		font-size: 24px;
	}

	.single-post .entry-content h3 {
		font-size: 18px;
	}

	.single-post .entry-content h4 {
		font-size: 20px;
	}
}

/*blog pagination*/
.pagination {
	margin: 40px 0 0;
}
.pagination::empty{
	display: none;
}

.pagination .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px;
}

.pagination .nav-links>* {
	padding: 5px 10px;
	display: inline-block;
	vertical-align: top;
	min-width: 32px;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
	background-color: #0A8C91;
	color: #fff;
}

.pagination .nav-links .current,
.pagination .nav-links a:hover {
	background: #2b6247;
	color: #FFFFFF;
}

.pagination .nav-links .prev.page-numbers,
.pagination .nav-links .next.page-numbers {
	background-repeat: no-repeat;
	background-size: 7px;
	background-position: center;
	font-size: 0px;
}

.pagination .nav-links .prev.page-numbers {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3.737' height='6.474' viewBox='0 0 3.737 6.474'%3E%3Cpath d='M3.03 5.767.5 3.237 3.03.707' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.pagination .nav-links .next.page-numbers {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3.737' height='6.474' viewBox='0 0 3.737 6.474'%3E%3Cpath d='m.707 5.767 2.53-2.53L.707.707' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media only screen and (max-width: 425px) {
	.pagination {
		margin: 25px 0 0;
	}

	.pagination .nav-links>* {
		font-size: 12px;
		min-width: 22px;
		padding: 4px 8px;
	}

	.pagination .nav-links .prev.page-numbers,
	.pagination .nav-links .next.page-numbers {
		background-size: 6px;
	}
}

/*Progress Bar Section*/
.progress-bar-all-datail {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 32px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
	margin-top: 32px;
}

.progress-first-inner-box,
.progress-bar-detail-box {
	padding: 24px;
	-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .1);
	box-shadow: 0 0 24px rgba(0, 0, 0, .1);
	border-radius: 16px;
}

.progress-first-inner-box h4,
.progress-bar-detail-box.default-content h4 {
	color: #2e3070;
}

.progress-first-inner-box h5 {
	color: #000;
	margin-bottom: 4px;
}

.progress-bar-bg {
	width: 100%;
	height: 16px;
	margin-top: 3px;
	margin-bottom: 16px;
	background-color: #eee;
	border-radius: 10px;
}

.progress-bar-fill {
	position: relative;
	height: 100%;
	width: var(--fill-bar);
	background-color: #2e3070;
	border-radius: 10px;
}

.progress-bar-fill:after {
	position: absolute;
	content: attr(data-value);
	font-size: 14px;
	color: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 4px;
}

@media only screen and (max-width: 768px) {
	.progress-bar-all-datail {
		-ms-grid-columns: (1fr);
		grid-template-columns: repeat(1, 1fr);
	}
}
.single-post .entry-content ol,
.single-post .entry-content ul {
    padding-left: 20px;
    padding-bottom: 20px;
}
 
.single-post .entry-content ul li {
    list-style: disc !important;
}

.single-post .entry-content ol li {
    list-style: number !important;
}
 
.single-post  table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
}
.single-post  table td, table th {
    font-size: 17px;
    border: 1px solid hsla(0, 0%, 50%, .502);
    line-height: 1.5;
    padding: 15px !important;
    vertical-align: top;
    color: #16132a !important;
}
.single-post  th{
    text-align: -webkit-match-parent;
}
.single-post  table tbody>tr:nth-child(odd)>td, 
.single-post  table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50%, .071);
}
/* ==========================================================
Blog CSS End
=========================================================== */
/* =========================================================
Contact PAge Css Start
============================================================= */
.contact-section .form-input input, 
.contact-section .form-input select, 
.contact-section .form-input textarea {
    border: 1px solid rgba(0, 0, 0, .1);
}
section.contact-section .caption {
    color: #f00 !important;
    font-size: 14px;
    margin-bottom: 12px;
    display: inline-block;
}

.location-info h3 {
    font-size: 24px;
    margin-bottom: 24px;
}
ul.connection-list li {
    display: flex;
    align-items: start;
    margin-bottom: 16px;
    font-weight: 500;
}
ul.connection-list li img {
    width: 20px;
    margin-right: 12px;
}
ul.connection-list li a {
    color: inherit;
}
ul.Social-icon-list {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 32px;
}
ul.Social-icon-list li img {
    width: 32px;
}
.location-map iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    display: block;
}
@media only screen and (max-width: 575px){
    .location-map iframe{
        aspect-ratio: 1;
    }
    .connection-list li br{
        display: none;
    }
}
/* =========================================================
Contact PAge Css Stop
============================================================= */

.read-more-span {
    max-height: 400px !important;
    padding: 0 15px 0 0 !important;
   /*  display: inline-block; */
}
.dr_description {
    margin-top: 22px;
}
 .read-more-scroll p.read-more-span:not(:first-child) {
    margin-top: 10px;
}
.scrollbar-active .read-more-span {
    display: inline-block;
}
a.read-more {
    color: #32B6BA;
}
a.read-more:hover {
    color: var(--cameo_color);
}
.scrollbar-inner {
    padding: 0 15px 0 0 !important;
    max-height: max-content !important;
}
.scrollbar-active{
    min-height: 120px;
    overflow-y: auto;
}
.scrollbar-inner .scrollbar-active {
    max-height: 150px !important;
}
.moreless-button {
    cursor: pointer;
    font-weight: 700;
}
.more-text{
    display: none;
}
@media only screen and (max-width: 767px){
    .col-md-6{
        padding: 0;
    }
    .scroll-content{
        height: auto !important;
    }
    .read-more-span {
        font-size: 16px;
    }
    .scrollbar-active {
        max-height: 300px !important;
    }
}
.menu-item-has-children ul .dropdown-menu-toggle{
	padding-top: 0px !important;
	margin-top: 0px !important;
}
/* width */
.scrollbar-active::-webkit-scrollbar {
    width: 8px;
}
  
/* Track */
.scrollbar-active::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .04); 
    border-radius: 10px;
}

/* Handle */
.scrollbar-active::-webkit-scrollbar-thumb {
    background: rgba(1, 107, 189, 0.4); 
    border-radius: 10px;
}

/* Handle on hover */
.scrollbar-active::-webkit-scrollbar-thumb:hover {
    background: rgba(1, 107, 189, 0.8); 
}

/* =========================================================
Services Page Css Start
============================================================= */
.box-content-info {
    margin-top: 30px !important;
}
.post-box-wrapper{
    background-color: var(--color-white);
    box-shadow: 0 100px 80px 0 hsl(0deg 0% 0% / 5%), 0 42px 33px 0 rgb(0 0 0 / 5%), 0 22px 18px 0 rgb(0 0 0 / 5%), 0 13px 10px 0 rgb(0 0 0 / 5%), 0 7px 5px 0 rgb(0 0 0 / 5%), 0 3px 2px 0 rgb(0 0 0 / 5%);
    transition: all 0.5s;
    height: 100%;
    position: relative;
}
.post-box-img{
    margin-bottom: 24px;
}
.post-box-img img{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.service_page_box .post-box-body{
    padding-bottom: 70px;
}
.post-box-body{
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
}
.post-box-title{
    margin-bottom: 15px;
}
.post-box-desc p{
    margin-bottom: 25px;
}
.post-box-cta{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
}
.post-box-cta a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.box-content-info {
    margin-top: 30px;
}
.post-box-body .default-button{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 25px 30px;
}
.post-box-title h3 {
    font-size: 24px;
    transition: all 0.4s;
    margin: 0;
}
.post-box-title a:hover h3 {
    color: #0A8C91;
}
.post-box-desc p {
    margin-bottom: 10px !important;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*.post-box-body .button a.default-cta {
    color: var(--white_color) !important;
}
.post-box-body .button a.default-cta:hover{
    color: var(--brown_color) !important;
}*/
@media screen and (max-width: 1199px) {
    .post-box-desc p {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) and (min-width: 576px) {
    .box-content-info:first-child, .box-content-info:nth-child(2) {
        margin-top: 10px !important;
    }
}
@media screen and (max-width: 576px) {
    .post-box-body .button .default-cta {
        width: 100% !important;
        max-width: 100%;
    }
    .post-box-title h3 {
        font-size: 20px;
    }
    .box-content-info:first-child {
        margin-top: 10px !important;
    }
}
/* =========================================================
Services Page Css Stop
============================================================= */
/* =========================================================
Pricing section Css Start
============================================================= */
.pricing-row {
    display: flex;
    flex-wrap: wrap;
    gap: 42px;
}
.pricing-col {
    background-image: url(/wp-content/uploads/2024/04/light-bg-img.webp);
    background-size: cover;
    max-width: calc(33.33% - 28px);
    width: 100%;
    box-shadow: 0 0 24px rgba(0, 0, 0, .05);
    padding: 24px;
}
.pricing-head p {
    margin-top: 10px;
    font-size: 18px;
}
.sub-page-pricing-col .pricing-body {
    padding-top: 32px;
}
@media only screen and (max-width: 1400px){
    .pricing-col {
        max-width: calc(50% - 42px);
    }
	.sub-page-pricing-col .pricing-body {
        padding-top: 20px !important; 
    }
}
@media only screen and (max-width: 991px){
    .pricing-col {
        max-width: 100%;
    }
}
@media only screen and (max-width: 768px){
    .pricing-col{
        padding: 12px;
    }
}

/* =========================================================
Pricing section Css Stop
============================================================= */
.offer-content span {
    color: #708E8F;
    font-size: 14px;
    padding-top: 16px;
}
.page-id-2136 .left-side-img-section p:not(:last-of-type) {
    margin-bottom: 0;
}
.g-trnslate-wrap {
    display: flex;
    justify-content: flex-end;
}
.cust-spanish a {
    color: #fff;
    font-family: 'Avenir';
	transition: all .3s;
}
.cust-spanish a:hover{
	color: #0A8C91;
}
ul.services-part {
    column-count: 2;
}
@media only screen and (max-width:767px){
	ul.services-part {
    column-count: unset;
}
}
@media only screen and (max-width:1300px){
	.g-trnslate-wrap{
		width:100%;
	}
}
/*----------Start - site-map----------*/
/* .page-id-2619 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: #0A8C91;
}

.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-2619 .inside-article{
    padding-top: 0px;
}
.page-id-2619 a:not([href]) {
    text-decoration: none !important;
      cursor: text !important;
}
@media only screen and (max-width: 767px){
    .page-id-2619 .ps-5{
        padding: 0px !important;
    }
}
@media (min-width: 1200px) {
    .page-id-2619 .site.container {
        max-width: 1140px !important;
    }
}
@media (min-width: 992px) {
    .page-id-2619 .site.container {
        max-width: 960px;
    }
}
@media (min-width: 768px) {
    .page-id-2619 .site.container {
        max-width: 720px;
}
}
@media (min-width: 576px) {
    .page-id-2619 .site.container {
        max-width: 540px;
    }
}

/*----------End - site-map----------*/
	
	/* ---------------------- Form ------------------------------ */
/*.form-contact__column-xl {
    padding: 0;
    width: 100%;
}*/
.form-contact_group {
    position: relative;
    width: 100%;
}
.form-contact_group:not(:last-child) {
    margin: 0 0 20px;
}
label.label1 {
    font-weight: 500;
    color: red;
    position: absolute;
    bottom: -18px;
    left: 0;
    font-size: 12px;
    margin: 0;
}
/* .form-contact_group:not(:first-child) {
    margin: 20px 0 0;
} */
.form-contact_label {
    font-size: 10px;
    font-weight: 600;
    left: 0;
    letter-spacing: 1.1px;
    padding-left: 10px;
    pointer-events: none;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left top;
    transition: transform .2s ease,top .2s ease;
}
.form-contact_input {
    background-color: #fff !important;
    border: 0 !important;
    border-bottom: 2px solid #141629 !important;
    border-radius: 0 !important;
    color: #141629;
    padding: 14px 7px 7px !important;
    width: 100% !important;
    outline: none;
}
.form-contact_input--error, .form-contact_input--error+.form-contact_label {
    color: #f03;
}
.form-contact_input--error {
    border-color: #f03;
}
.form-contact_error-message {
    bottom: -1.5rem;
    color: #f03;
    font-size: 13px;
    left: 0;
    padding: 0.25rem 0.75rem;
    position: absolute;
    z-index: 1;
}
.form-contact_label--active,
.form-contact_input:focus + label.form-contact_label,
.form-contact_input#phone:hover + label.form-contact_label,
.form-contact_input#referrer_phone:hover + label.form-contact_label {
    top: 0px;
    transform: translateY(0) scale(.7);
    font-size: 13px;
    width: calc(100% + 42%);
}
.form-contact_submit-button {
    margin-top: 30px;
}
.form-contact_submit-button input[type="submit"],
.form-contact_submit-button .default-cta {
    font-family: "Avenir Next", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 1px;
    color: #fff;
    background-color: #0A8C91;
    border-radius: 6px;
    padding: 12px 38px 12px 38px;
    transition: all .5s;
}
.form-contact_submit-button input[type="submit"]:hover,
.form-contact_submit-button .default-cta:hover {
    border: 2px solid #0A8C91;
    color: #141629;
    background-color: transparent;
}
.refer_friend_form{
	display:flex;
	align-items:center;
}
.form_col_content {
    padding-right: 50px !important;
}
.form_side_image {
    padding-left: 50px !important;
}  
@media only screen and (max-width:991px){
	.form_col_content {
		padding-right: 0px !important;
	}
	.form_side_image {
		padding-left: 0px !important;
	}
}
@media only screen and (max-width:767px){
    .refer_friend_form{
        flex-direction: column;
        justify-content: center;
    }
    .form_col_content{
        order: 1;
    }
}   
@media only screen and (max-width:575px){
    .side_spacing{
        padding-left: 20px !important;
         padding-right: 20px !important;
    }
    .refer_friend_form .vc_column_container>.vc_column-inner{
        padding: 0px !important;
    }
    .refer_friend_form .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
        margin-bottom: 0px !important;
        margin-top: 30px;
    }
    .form-contact_submit-button{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 630px) {
    .form-contact_label--active,
    .form-contact_input:focus + label.form-contact_label,
    .form-contact_input#phone:hover + label.form-contact_label,
    .form-contact_input#referrer_phone:hover + label.form-contact_label {
        top: -19px;
    }
    .form-contact_group:not(:last-child) {
        margin: 0 0 40px;
    }
    form.form-refer_form {
        padding-top: 22px;
    }
}
@media only screen and (max-width: 374px) {
    .form-contact_label--active,
    .form-contact_input:focus + label.form-contact_label,
    .form-contact_input#phone:hover + label.form-contact_label,
    .form-contact_input#referrer_phone:hover + label.form-contact_label {
        top: -25px;
    }
}
/*------- Form Css end--------*/
/*----------Start - refer-a-friend page section----------*/
.rules-box {
    background-image: url('/wp-content/uploads/2024/04/light-bg-img.webp');
    background-size: cover;
    width: 100%;
    box-shadow: 0 0 24px rgba(0, 0, 0, .05);
    padding: 24px;
}
.rules-box-inner {
    padding: 20px 0;
}
.rules-box-inner:first-child {
    padding-top: 0;
}
.rules-box-inner:last-child {
    padding-bottom: 0;
}
.rules-box-inner:not(:last-child) {
    border-bottom: 2px solid #0A8C91;
}
.rules-box-inner h3 {
    margin: 0 0 12px;
}
.rules-box .number-listing {
    padding-left: 1.5rem;
}
.rules-box .number-listing li {
    font-size: 16px;
}
.rules-box .number-listing li::marker {
    width: 18px;
    font-size: 18px;
}
	
	
	
	/* Stucky Button Css Start */

.open-btn {
    position: fixed;
    bottom: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    right: 0px;
    z-index: 9999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.open-btn a {
    font-size: 15px;
    color: #FFFFFF;
    background-color: #0A8C91;
    padding: 8px 20px;
    display: inline-block;
    letter-spacing: 2px;
    text-decoration: none !important;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.open-btn a:hover{
    color: #FFFFFF;
}
.open-btn a img {
    width: 15px;
    display: inline-block;
    margin-left: 8px;
    margin-top: -5px;
}

/* Stucky Button Css End */
/*----------End - refer-a-friend page section----------*/