/*************** Import Css **************/
@import "common.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*font-family: 'fredoka-variable', sans-serif;
Brand Colors:
Blue/Purple: #07176f;
Orange: #ea7835;
Green: #51a962;
*/
/********************* Header Css ******************/
.header-area{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index: 99;
}
.header-area > div{
    position:relative;
    z-index:1;
}
.top-header-area{
    background-color:#07176f;
}
.top-header-left a{
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color:#fff;
    display:inline-block;
    padding: 12px 28px;
    position: relative;
}
.top-header-left a:after {
    content: url(../images/expand-arrow.png);
    position: absolute;
    display: inline-block;
    margin-left: 15px;
    transition: all 0.5s;
    right: 0px;
}
.top-header-left a:hover{
    color: #51a962;
}
.phone-number a, .contact_us a{
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 17.07px;
    letter-spacing: 0.15em;
    padding: 12px 28px;
    display: inline-block;
    color:#fff;
    text-transform: uppercase;
}
.phone-number a:hover, .contact_us a:hover{
    color: #51a962;
}
.start-your-journey-button a{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 12px 25px;
    display: inline-block;
    background-color:#ea7835;
    color:#fff;
    text-transform: uppercase;
}
.start-your-journey-button a:hover{
    color:#1a344d
}
.phone-number{
    border-right:1px solid rgba(96, 96, 96, 1)
}
.main-header-wrapper{
/*     padding: 30px 0px 30px; */
    border-bottom:1px solid rgba(255, 255, 255, 1);
}
.header-area.fixed_header{
    position: fixed;
    top:-100%;
    left:0px;
    background: rgba(246, 246, 246, 1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.header-area.fixed_header .main-header-wrapper {
    border-bottom: 0px solid rgba(255, 255, 255, 1);
}
.header-area.fixed_header.stky{
    top:0px;
    transition:all 0.5s;
}
.header-area.fixed_header:after{
    display:none;
}
/*************** Menu Area *************/
.menu-area ul{
    margin:0px;
    padding: 0px;
    list-style: none;
}
.menu-area > ul{
    display:flex;
    column-gap: 20px;
    justify-content: flex-end;
}
.menu-area > ul > li{
	padding:0px 40px;
}
.menu-area > ul > li{
	padding-right:0px;
}
.menu-area > ul > li > a{
    font-family:"open-sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    padding: 45px 0px;
    gap: 5px;
}
.menu-area > ul > li > a:hover{
	color:#7899AD
}
/*.menu-area > ul > li > a:after{
	content:url('/wp-content/uploads/2024/11/Expand-Arrow.png')*/
}
.menu-area > ul > li > a:hover:after{
	transform:rotate(180deg)
}
/********************* End:Header Css ******************/
/********** Banner Area *********/
.slider-wrapper{
    min-height:100vh
}
.each-image-area{
    height:370px;
    border-top-left-radius:100px;
    border-bottom-left-radius: 100px;
    overflow:hidden;
    transition: all 0.7s;;
    position: relative;
    top:50%;
    transform:translateY(-50%);
}
.each-image-area img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.banner-area .swiper-slide{
    position: absolute;
    top:0px;
    right:0px;
    height:100%;
    display: flex;
    align-items: center;
    width:15% !important;
    opacity: 0;
    transition: all 0.7s;
    display: block !important;
    animation: grow linear both;
}
.banner-area .swiper-wrapper{
    transform:none !important;
}
.banner-area .swiper-slide.swiper-slide-active{
    width:100% !important;
    transition: all 0.7s;
    right:0px;
    opacity: 1;
}
.banner-area .swiper-slide.swiper-slide-active .each-image-area{
    height: 100%;
    border-radius: 0px;
    transition: all 0.7s;
}
.banner-area .swiper-slide-next{
    opacity: 1;
    pointer-events: all;
}

/********** End:Banner Area *********/
/************ Path To Wellness ************/
.path-to-wellness{
    padding-top: 120px;
    padding-bottom: 120px;
}
.path-to-wellness-wrapper{
    max-width: 1030px;
}
.path-to-wellness-wrapper-heading img{
    margin-top: 50px;
	margin-bottom:-25px;
	max-width:100%;
}
.path-to-wellness-wrapper-heading p{
    max-width:845px;
    margin: auto;
    font-size: 16px;
    line-height: 24px;
}
.path-to-wellness-wrapper-heading h2{
	max-width:825px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.path-to-wellness-wrapper-heading h3{
    margin-bottom: 20px;
}
.each-path-box{
    height:245px;
}
.path-number{
    font-family: "open-sans", sans-serif;
    font-size: 86px;
    font-weight: 800;
    line-height: 24px;
    color:rgba(120, 153, 173, 1)
}
.path-content h3{
    margin-bottom: 6px;
    color:#000;
    transition: all 0.5s;
	letter-spacing:.1em;
}
.path-content p{
    font-family: "open-sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin:0px;
    color:#000;
    transition: all 0.5s;
}
.path-content{
    max-width: 294px;
    min-width: 294px;
}
.path-content-wrapper{
    gap:15px;
}
.path-to-wellness-wrapper{
    row-gap: 65px;
}
.video-overlay-area{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    opacity: 0;
    transition: all 0.5s;
    z-index: 0;
}
.video-overlay-area:before{
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background-color: rgba(0, 0, 0, 50%);
    position: absolute;
    content:'';
    z-index: 1;
}
.video-overlay-area video{
    width:100%;
    height:100%;
    position: absolute;
    top:0px;
    left:0px;
    object-fit: cover;
}
.each-path-box:hover .video-overlay-area{
    opacity: 1;
    transition: all 0.5s;
}
.path-block-wrapper .col-md-6:nth-child(odd){
    border-right:1px solid rgba(217, 217, 217, 1)
}
.path-block-wrapper .col-md-6:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}
.each-path-box:hover .path-content h3, .each-path-box:hover .path-content p{
    color:#fff;
    transition: all 0.5s;
}
/************ End:Path To Wellness ************/
/************ Service Overview Area ************/
.service-overview-area{
    padding-top: 185px;
}
.tab-list-wrapper{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index: 9;
}
.background-image-wrapper{
    top:0px;
    left:0px;
    width:100%;
    height:calc(100% - 150px)
}
.tab-list-manage{
    padding: 0px 45px;
    border-bottom: 1px solid #fff;
}
.each-tab-bg:before{
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background-color:rgb(0 0 0 / 50%);
    position: absolute;
    content:'';
    z-index: 0;
    pointer-events: none;
}
.each-tab-list h5{
    font-size: 21px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    color:#fff;
    display: inline-block;
    padding: 40px 15px;
    position: relative;
    cursor:pointer
}
.each-tab-list h5:after{
    width:0%;
    height:5px;
    background-color: #fff;
    position: absolute;
    bottom:-2px;
    left:50%;
    transform: translateX(-50%);
    content:'';
    transition: all 0.5s;;
}
.tab-list-manage .swiper .swiper-wrapper .swiper-slide:nth-child(n+2) .each-tab-list{
    text-align: center;
}
.tab-list-manage .swiper .swiper-wrapper .swiper-slide:nth-child(n+3) .each-tab-list{
    text-align: right;
}
.tab-list-manage .swiper{
    padding-bottom: 5px;
    margin-bottom: -5px;
}
.each-tab-list.active h5:after{
    width:100%;
    transition: all 0.5s;;
}
.each-tab-content-heading h2{
    color:#fff;
    white-space: nowrap;
}
.each-tab-content-heading h3{
    color:#fff;
    margin-bottom: 15px;
	letter-spacing:.1em;
}
.each-tab-content-heading p{
    color:#fff;
    margin-bottom: 35px;
	max-width:540px;
}
.each-tab-content-heading a.common-button{
    background: rgba(217, 217, 217, 0.25);
    color:#fff;
    border-color:#fff
}
.each-tab-content-heading{
    margin-left: 80px;
}
.each-service-image img{
    height:200px;
    width: 100%;
    object-fit:cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	object-position:top;
}
.each-services{
    background: #fff;
}
.service-content{
    padding:30px 25px
}
.service-content h4{
	font-family:'fredoka-variable', sans-serif;
    color:#07186E;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
	letter-spacing:0px;
	text-transform:none;
}
.service-content p{
    font-family: "open-sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
}
.each-services{
    border-radius:20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.tab-content-wrapper .swiper-scrollbar{
    margin-top: 65px;
    margin-bottom: 75px;
    max-width: 174px;
    margin-left: 30px;
}
.swiper-scrollbar{
    background-color: rgb(214, 214, 214);
    height: 1px !important;
    border-radius:0px;
}
.swiper-scrollbar .swiper-scrollbar-drag{
    height:5px !important;
    border-radius:0px;
    background-color: rgba(255, 255, 255, 1);
    top:-2px;
}
.each-tab-related-service-slider .swiper{
    padding: 0px 10px;
    margin:0px -10px
}
.each-tab-content{
    opacity: 0;
    transition: opacity 0.5s ease; /* Adjust duration as needed */
    display: none; /* Hide element initially */
}
.each-tab-content.active{
    display: block; /* Show element when active */
    opacity: 1; /* Fade in */
}
.each-tab-related-service-slider .swiper-slide{
    padding-bottom: 15px;
}
.home .media-section{
    padding-top: 15px;
}
/************ End:Service Overview Area ************/
/************ Media section ***********/
.media-section{
    padding-top: 100px;
    padding-bottom: 90px;;
}
.media-heading{
    padding:0px 65px;
}
.media-heading h2{
    margin:0px;
}
.media-heading p{
    padding:0px 25px 0px 85px;
    margin:0px;
}
.media-image-or-video{
    border-radius: 20px;
    overflow: hidden;
    margin-top: 65px;
    margin-bottom: 75px;
}
.media-image-or-video video{
    width:100%;
    height:100%;
    display:block
}
.media-video:after{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(29, 59, 84, 0.7);
    position: absolute;
    content: '';
    z-index: 1;
}
.video-icon{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50% , -50%);
    color:#fff;
    font-size: 50px;
    z-index: 2;
}
.swiper-partner .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
    align-items: center;
}
.swiper-partner .swiper-wrapper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 65px;
}
.each-partner img{
    opacity: 0.15;
}
.logo-partner-slider{
    margin-bottom: 95px;
}
.media-below-left-content{
    padding-right: 55px;
    border-right:1px solid rgba(1, 28, 47, 1)
}
.media-below-left-content h3{
    margin-bottom: 20px;
}
.media-below-left-content p{
    margin-bottom:10px;
}
.media-below-left-content p a{
    color: rgba(29, 59, 84, 1) !important;
    text-decoration: underline !important;
}
.media-below-content{
    padding:0px 45px;
}
.media-below-right-content h3{
    font-family:'fredoka-variable', sans-serif;
    font-size: 34px;
    font-style: italic;
    font-weight: 400;
    line-height: 38px;
    text-transform: unset;
    letter-spacing: normal;
    margin-bottom: 30px;
}
.media-below-right-content{
    padding-left: 65px;
}
.media-below-content .col-lg-9{
    -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
}
.media-below-content .col-lg-3{
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
}
.media-wallpaper{
    position: absolute;
    width:100%;
    height:50%;
    left:0px;
    top:0px;
    z-index: -1;
}
/************ End:Media section ***********/
/************ Repeted Md ***********/
.repeted-md{
    min-height: 635px;
    padding: 80px 0px;
}
.repeted-md:after{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(89.9deg, #1D3B54 19.98%, rgba(64, 131, 186, 0) 99.91%);
    opacity: 0.7;
}
.repeted-md .container{
    z-index: 1;
}
.repeat-md-content img{
    margin-bottom: 40px;
}
.repeat-md-content h3{
    color:#fff;
    margin-bottom: 15px;
}
.repeat-md-content h2{
    color:#fff;
    font-size: 44px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0.05em;
    margin-bottom: 25px;;
}
.repeat-md-content ul{
    margin:0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap:10px;
    margin-bottom: 35px;
}
.repeat-md-content ul li{
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    color:#fff;
    display:flex;
}
.repeat-md-content ul li:before{
    content:url('../images/Done.png');
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: 5px;
}
.repeat-md-content a.common-button {
    background: rgba(217, 217, 217, 0.25);
    color: #fff;
    border-color: #fff;
}
/************ End:Repeted Md ***********/
/************ location Area ***********/
.location-area{
    padding-top: 225px;
    padding-bottom: 225px;
}
.location-area .container{
    z-index: 1;
    position: relative;
}
.location-area:after{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    content:'';
    background:rgb(0 0 0 / 25%);
}
.location-content-wrapper {
    max-width:1150px;
    background:#07176fa1;
    border-radius:20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 110px 0px;
}
.location-area-content{
    max-width: 730px;
}
.location-area-content h3{
    color:#fff;
    margin-bottom: 15px;
	letter-spacing:.1em;	
}
.location-area-content h2{
    color:#fff;
    margin-bottom: 15px;
	font-size:50px;
	line-height:60px;
}
.location-area-content p{
	font-size:20px;
	line-height:32px;
	margin-bottom:34px;
	color:#fff;
}
.location-area-content a.common-button{
    background: rgba(217, 217, 217, 0.25);
    color: #fff;
    border-color: #fff;
}
/************ End:location Area ***********/
/************ Footer Area *************/
.footer-area{
    background: rgba(246, 246, 246, 1);
}
.footer-area .container{
    max-width: 1400px;;
}
.footer-top-wrapper{
    padding-top:82px;
    padding-bottom:50px;
    padding-left: 30px;
    padding-right: 50px;
    border-bottom:1px solid #07176f;
    column-gap:30px
}
.footer-location-info h5{
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.1em;
    color:#000;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.footer-location-info > a{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color:#000;
    font-family: "open-sans", sans-serif;
    display: inline-block;
    margin-bottom: 15px;
}
.footer-location-info > a:hover{
    color:#7899AD
}
.view-locations a{
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.1em;
    color:#000;
    text-transform: uppercase;
}
.view-locations a:hover{
    color:#51a962;
}
.footer-contact-info h5{
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.1em;
    color:#000;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.footer-contact-info a{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color:#000;
    font-family: "open-sans", sans-serif;
    display: inline-block;
}
.footer-contact-info a:hover{
    color:#51a962;
}
.social-info h5{
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.1em;
    color:#000;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.social-info > ul{
    display:flex;
    gap:15px;
}
.social-info > ul > li > a{
    font-size: 25px;
    color:#07176f;
}
.social-info > ul > li > a:hover{
    color:#51a962;
}
.footer-bottom-left{
    gap:10px;
}
.footer-bottom-left p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color:#000;
    margin:0px;
}
.footer-bottom-left ul{
    margin:0px;
    padding:0px;
    list-style: none;
    display:flex;
    font-family: "open-sans", sans-serif;
}
.footer-bottom-left ul li a{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color:#07176f;
    font-family:"open-sans", sans-serif;
    text-decoration: underline;
    padding: 0px 10px;
    position: relative;
}
.footer-bottom-left ul li a:after{
    position: absolute;
    top:4px;
    left:0px;
    height:15px;
    background-color: #000;
    content:'';
    width:1px;
}
.footer-bottom-area{
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.footer-bottom-left ul li a:hover{
    color:#51a962;
}
.footer-bottom-right-area p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color:#000;
    margin:0px;
}
.footer-bottom-right-area p a{
    color:inherit
}
.footer-bottom-right-area p a:hover{
    color:#51a962;
}
/************ End:Footer Area *************/
/*********** Procudere Page Css ****************/
.procure-page-banner .container{
    position: relative;
    z-index: 1;
}
.procure-page-banner{
    min-height: 830px;
    padding-bottom: 95px;
}
.inner-banner-left-content p{
    font-family:"open-sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color:#fff;
    margin-bottom: 35px;
}
.inner-banner-left-content h1{
	font-family:'fredoka-variable', sans-serif;
	letter-spacing:0;
	font-size:55px;
	font-weight:300;
	text-transform:capitalize;
    margin-top: 10px;
	margin-bottom: 15px;
}
.procedure-banner-content{
    max-width:500px;
}
.procedure-banner-content a.common-button, .procedure-banner-gallery-area  a.common-button, .inner-banner-area a.common-button{
    background: rgba(217, 217, 217, 0.25);
    color: #fff;
    border-color: #fff;
}
.procedure-banner-gallery-area{
    max-width: 558px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 22px;
    padding-bottom: 28px;
    background-color: rgba(29, 59, 84, 0.5);
}
.banner-before-after-gallery-wrapper{
    gap:5px;
    margin-bottom: 25px;
}
.why-choose-area{
    padding-top:105px;
    padding-bottom: 120px;;
}

.why-choose-content p{
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
}
.why-choose-image img{
    width:100%;
    border-radius:30px;
}
.why-choose-three-blocks-area{
    column-gap: 105px;
}
.each-of-blocks h3{
    margin-bottom: 15px;
}
.why-choose-three-blocks-area{
    padding:0px 65px;
    margin-top:123px
}
.compare-inject{
    padding-top: 100px;
}
.compare-inject-contant-wrapper{
    border-radius:30px;
    background:rgba(245, 245, 245, 1);
    overflow:hidden;
}
.compare-each-block{
    padding: 75px 80px;;
}
.compare-each-block h3{
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
    letter-spacing: 0.1em;
    color:rgba(1, 28, 47, 1);
    margin-bottom: 16px;
}
.compare-each-block p{
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0px;
}
.compare-each-block h4{
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: 0.1em;
    color:rgba(1, 28, 47, 1);
    text-transform: uppercase;
    margin-top:18px;
    margin-bottom: 10px;
}
.compare-each-block a{
    font-family:"open-sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color:rgba(128, 189, 226, 1);
    text-decoration:underline;
}
.dark-bg-part h3, .dark-bg-part p, .dark-bg-part h4{
    color:#fff;
}
.dark-bg-part{
    background:rgba(29, 59, 84, 1);
	height:100%;
}
.compare-area-heading h2{
    margin-bottom: 36px;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
}
.review-area {
    padding:100px 0px;
    min-height:630px;
}
.percentage-area {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 100%;
}
.percentage-area img {
    max-width: none !important;
	margin-bottom:2px;
    filter: brightness(0) saturate(100%) invert(67%) sepia(120%) saturate(450%) hue-rotate(340deg) brightness(100%) contrast(100%);
}
.review-wrapper> img{
    margin-bottom: 20px;
	max-width:100px;
}
.review-wrapper > p{
    font-size: 34px;
    font-style: italic;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    font-family:"open-sans", sans-serif;
    margin-bottom: 45px;;
}
.review-wrapper{
    max-width: 1024px;
}
.star-area{
    margin-bottom: 30px;
}
.review-wrapper h6{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family:"open-sans", sans-serif;
    margin-bottom: 40px;
}
.service-inject{
    padding-top: 115px;
    /*padding-bottom: 145px;*/
}
.service-inject-haeding-content{
    padding:0px 35px;
}
.service-inject-background {
    top:0px;
    left:0px;
    height:65%;
    width:100%
}
.service-inject-background:before{
    width: 100%;
    height:100%;
    top:0px;
    left:0px;
    background: #1D3B54;
    content:'';
    opacity: 0.75;
    position: absolute;
}
.service-inject-heading h2{
    color:#fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.1em;
    margin:0px
}
.service-heading-content p{
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    color:#fff;
    margin:0px;
}
.service-inject-blocks .swiper{
    padding:0px 10px 10px;
/*     margin:0px -10px; */
}
.service-inject-blocks .service-content  h4{
    margin-bottom: 20px;
}
.service-inject-blocks .service-content p {
    font-family:"open-sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 35px;
}
.button-wrapper{
    display:flex;
    gap:20px;
}
.service-slider-controller .swiper-scrollbar{
    max-width: 114px;
    left:0px;
}
.service-slider-controller {
    padding: 0PX 35PX;
    margin: 50px 0px 110px;
}
.service-slider-controller .swiper-pagination{
    max-width: 114px;
    left:0px;
    display: flex;
}
.service-slider-controller .swiper-pagination-bullet {
    width: 100%;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background: transparent !important
}
.singel-middle-block-area{
    margin-top:100px;
    margin-bottom: 100px;
}
.singel-middle-block-area img{
    border-radius:30px;
}
.real-parient-inject{
    min-height:550px;
    padding: 100px 0px;
}
.real-parient-inject:before{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 50%);
    content:'';
}
.real-parient-inject .container{
    position: relative;
    z-index: 1;
}
.real-parient-inject img{
    margin-bottom: 30px;
	width:85px;
}
.real-parient-inject h3{
    color:#fff;
    margin-bottom: 16px;
}
.real-parient-inject h2{
    font-size: 44px;
    font-weight: 400;
    line-height: 52.8px;
    letter-spacing: 0.1em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:#fff;
    margin-bottom: 35px;
}
.real-parient-inject a.common-button{
    background: rgba(217, 217, 217, 0.25);
    color: #fff;
    border-color: #fff;
}
.blog-inject{
    padding:120px 0px
}
.blog-inject h2{
    margin-bottom: 50px;
}
.each-blog-content{
    padding: 35px 30px 35px;
    display: flex;
    flex-direction: column;
    gap:10px;
}
.each-blog-content h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin:0px;
    text-transform: unset;
    letter-spacing: normal;
}
.each-blog-content p{
    margin-bottom:15px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.each-blog-content a{
    width: max-content;
}
.each-blog-image{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.each-blog{
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.each-blog-image img{
    height:270px;
    width:100%;
    object-fit: cover;
}
.blog-wrapper{
    margin:0px -30px
}
.faq-wrapper {
    max-width: 950px;
}
.faq-area{
    padding-top: 95px;
    padding-bottom: 100px;
}
.faq-wrapper h2{
    margin-bottom: 45px;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
}
.each-of-blocks p{
    margin-bottom: 0px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Inner Page Start %%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.inner-banner-area {
    align-items: center !important;
    min-height: 595px;
    padding-bottom: 0px;
    /* padding-top: 63px; */
}
.inner-banner-area .container{
    position: relative;
    z-index: 1;
}
.inner-banner-area h4{
    font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 13px; 
}
.inner-banner-area span{
    font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 13px; 
}
.inner-banner-area .procedure-banner-content {
    max-width: 524px;
}
.blog-area .blog-wrapper .col-lg-4{
    margin-bottom: 50px;
}
.blog-wrapper .each-services{
    height:auto;
}
.concern-area{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: rgba(29, 59, 84, 0.7);
    max-width: 330px;
    padding: 35px;
    margin-left: auto;
}
.concern-area h4{
    font-family: Century Gothic Pro;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
	padding-left:10px;
}
.concern-filter-area .select-style {
    height: 40px;
    color: #000;
	font-family:"open-sans", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    border-radius: 10px;
    padding: 0 20px;
    background: url(../images/filter-drop-arrow.png) #fff no-repeat 97% center / 18px;
    appearance: none;
    -webkit-appearance: none;
    line-height: 39px;
    width: 100%;
}
.concern-filter-area .select-style:focus{
	outline:none;
}
.blog-area .blog-wrapper {
    margin: 0px;
    margin-top: -130px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Location Area %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.location-page-area{
    margin-top: -190px;
}
.location-each{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}
.location-each-image img {
    height: 245px;
    width: 100%;
    object-fit: cover;
   /* border-top-left-radius: 20px;
    border-top-right-radius: 20px;*/
}
.location-each-text{
    padding: 25px;
}
.location-each-text h4{
    margin-bottom: 1px;
}
.location-each-text h4 a{
    font-family:"open-sans", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
    color: #000;
}
.location-each-text a{
    font-family:"open-sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
    color: #000;
    display: inline-block;
    margin-bottom: 10px;
}
.location-each-text h5{
    font-family:"open-sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
    color: #000;
    margin-bottom: 12px;
}
.location-each-text h5 a{
    font-weight: 700;
    color: #07176f;
    text-decoration: underline;
}
.location-each .button-wrapper .common-button {
    font-family:"open-sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    color: #fff;
}
.location-each .button-wrapper .common-button.border-button{
   color: #000;
}
.location-wrapper .nav{
    margin-bottom: 70px;
    z-index: 1;
    position: relative;
    justify-content: space-between;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	display:none;
}
.location-wrapper .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: transparent;
    color: #fff;
    font-family:"open-sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
    text-transform: uppercase;
    padding: 20px 30px;
}
.location-wrapper .nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border: 0px;
    border-bottom: 5px solid #fff;
}
.location-wrapper .nav-tabs .nav-link:focus{
    outline: none;
    border: 0px;
    border-bottom: 5px solid #fff;
}
.location-each .button-wrapper .common-button.border-button:hover{
    color: #fff;
	background-color:#07176f;
}
.location-each .button-wrapper .common-button:hover{
    background-color:#51a962;
}
.location-each-area .row{
    margin-left: -27px;
    margin-right: -27px;
}
.location-each-area .row .col-lg-4{
    padding-left: 27px;
    padding-right: 27px;
}
.location-each-image{
    position: relative;
}
.location-each-image::after{
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(1, 28, 47, 0.5) 29.85%, rgba(1, 28, 47, 0) 74.63%);
    opacity: 0.75;
}
.location-each-image-text{
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 20px 30px;
    z-index: 1;
}
.location-each-image-text h3{
    font-family: Century Gothic Pro;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
    color: #EFEDE9;
    text-transform: uppercase;
    margin-bottom: 10px;
	margin-top:15px;
}
.location-star-area ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    margin-bottom: 10px;
}
.location-star-area ul li{
    margin-right: 2px; 
}
.location-star-area ul li img{
  height: auto;
}
.location-each-image-text a{
    font-family:"open-sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
    color: #EFEDE9;   
    text-decoration: underline;
}
.location-post-area{
    margin-top: 220px;
    /* margin-bottom: 100px; */
}
.location-post-image img{
    border-radius: 40px;
}
.location-post-address{
    margin-top: 50px;
}
.location-post-each h4{
    font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
    color: #1D3B54;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.location-post-each a{
    font-family:"open-sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
    color: #51a962;     
    text-decoration: underline;
}
.location-post-each{
    margin-bottom: 40px;
}
.location-post-each .list-style{
    display: flex;
}
.location-post-each .list-style li{
    margin-right: 20px;
}
.location-post-each .list-style li a i{
    font-size: 30px;
}
.location-post-text h4{
    font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
    color: #1D3B54;
    text-transform: uppercase;
    margin-bottom: 10px; 
}
.location-post-text p a{
    color: #000;
    text-decoration: underline;
}
.location-post-text{
    padding-right: 60px;
	padding-top:90px;
}
.location-post-area .service-inject .swiper-pagination{
  display: none;
}
.location-post-area .service-inject{
    margin-top: 90px;
} 
.physician-image img{
    border-radius: 0px;
}
.physician-area{
    margin-top: 50px;
}
.physician-text{
    padding-right: 30px;
}
.physician-text h2{
	color:#07176f;
	font-size:34px;
	line-height:40px;
	margin-bottom:15px;
}
.physician-text h4{
    font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;   
}
.location-meet-team-each{
    padding: 23px 26px;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.location-meet-the-team-area{
    padding-top: 91px;
    padding-bottom: 70px;
    background-color: #1D3B54;
}
.location-meet-the-team-area h2{
    text-align: center;
    color: #fff;
    margin-bottom: 45px;
}
.location-meet-team-image img{
 	border-radius: 50%;
	width:100px;
	height:100px;
	object-fit:cover
 	overflow: hidden;
}
.location-meet-team-text{
    padding-left: 20px;
}
.location-meet-team-text h3{
    font-family:"open-sans", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
    color: #fff;  
}
.location-meet-team-text h4{
    font-family:"open-sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
    color: #fff;  
}
.blog-area .service-content h4 {
    font-size: 20px;
    line-height: 26px;
    color:#07186E;
}
.blog-area .service-content p {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 3;
}
.blog-banner{
    padding-top: 63px;
}
.cleleb-overview-area .review-area {
    margin-top: 90px;
}
.light-header .menu-area > ul > li > a {
    color:#1D3B54
}
.light-header .menu-area > ul > li > a:after{
	filter: brightness(0) saturate(100%) invert(20%) sepia(24%) saturate(1087%) hue-rotate(165deg) brightness(96%) contrast(97%);
}
.light-header .logo a img{
    filter: brightness(0) saturate(100%) invert(20%) sepia(24%) saturate(1087%) hue-rotate(165deg) brightness(96%) contrast(97%);
}
.celeb-details{
    padding-top: 240px;
}
.celeb-details .media-below-left-content h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
.celeb-details .media-below-left-content h1{
	font-family:'fredoka-variable', sans-serif;
	font-size:50px;
	text-transform:capitalize;
	letter-spacing:0;
	font-weight:300;
    color:#07176f;
    margin-bottom: 15px;
}
.celeb-details .media-below-right-content h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0.1em;
    color:#000000;
    font-style: normal;
    font-family:"open-sans", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.category-wrapper{
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 60px;
}
.category-wrapper a{
    font-weight: 400;
    color:#111;
	cursor: auto;
	/*text-decoration:underline;*/	
}
.category-wrapper a:hover{
    color:#000
}
.celeb-details .media-below-right-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.celeb-bg-image-area{
    border-radius:30px;
    margin-top: 75px;
    margin-bottom: 95px;
    overflow: hidden;
}
.celeb-bg-image-area:before{
    background: linear-gradient(180deg, rgba(29, 59, 84, 0) 0%, #1D3B54 100%);
    position: absolute;
    bottom:0px;
    width:100%;
    height:50%;
    left:0px;
    content:'';
}
.celeb-qoute{
    position: absolute;
    max-width: 665px;
    left:85px;
    bottom:85px
}
.celeb-qoute p{
    font-size: 25px;
    font-style: italic;
    font-weight: 600;
    line-height: 36px;
    font-family:"open-sans", sans-serif;
    color:#fff;
    margin:0px
}
.celeb-details:after{
    position: absolute;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    content:'';
    background-image: url('/wp-content/uploads/2025/03/SHC-BG.jpg');
	background-repeat:no-repeat;
	background-size:cover;
    z-index: -1;
}
.article-wrapper{
    padding-top: 95px;
    padding-bottom: 115px;
}
.article-heading-content{
    max-width: 731px;
}
.article-heading-content h2{
    margin-bottom: 15px;
}
.each-article-area {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #0000001A;
}
.each-artcle-image img{
    height:100%
}
.each-artcle-image{
    min-width: 285px;
    max-width: 275px;
}
.each-artcle-image img{
    min-height:375px;
    width: 100%;
    object-fit: cover;
}
.article-content{
    padding: 50px;
    gap:20px;
    background-color: #fff;
}
.article-content h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color:#1D3B54
}
.article-content p{
    margin-bottom: 5px;
}
.each-artcle-image:before{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(1, 28, 47, 0.5) 29.85%, rgba(1, 28, 47, 0) 74.63%);
    content:'';
    opacity: 0.75;
}
.article-bloc-wrapper{
    margin-top: 90px;
}
.light-header .main-header-wrapper {
    border-bottom: 1px solid #1D3B54;
}
.light-header.fixed_header .logo a img {
    filter: none
}
.light-header.fixed_header .mobile-menu-area img {
    filter: none
}
.start-your-journey-banner:after{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content:'';
    background:#0000005e;
}
.start-your-journey-banner .procedure-banner-content h3{
    color:#fff;
    margin-bottom: 12px;
}
.start-your-journey-banner .procedure-banner-content h1{
    font-size:40px;
	line-height:50px;
}
.start-your-journey-banner .procedure-banner-content span{
    font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 13px; 
}
.start-your-journey-banner .procedure-banner-content {
    max-width: 560px;
	margin-top:185px;
}
.start-your-journey-listing ul li a{
    border:1px solid #fff;
    width: 100%;
    padding: 33px;
    border-radius:20px;
    display: flex;
    gap:20px;
    text-transform: uppercase;
}
.start-your-journey-listing ul li a:hover{
    border:1px solid #fff;
    width: 100%;
    padding: 33px;
    border-radius:20px;
    display: flex;
    gap:20px;
    text-transform: uppercase;
	background-color:#51a962;
}
.start-your-journey-listing ul li a h4{
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.1em;
    margin:0px;
    color:#fff
}
.start-your-journey-listing ul{
    display: flex;
    flex-direction: column;
    gap:30px;
    margin-top: 50px;
}
.start-your-journey-banner{
    padding-top: 180px;
}
.start-your-jouney-form{
    padding: 60px 50px 0px;
    border-radius: 30px;
    background-color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 595px;
    margin-left: auto;
	position: relative;
    z-index: 1;
}
.start-your-jouney-form h2{
    font-size: 30px;
    line-height: 40px;
	margin-bottom:0px;
}
.procedure-overview-banner{
    min-height:781px;
    padding-top: 265px;
}
.procedure-overview-banner{
    align-items: flex-start !important;
}
.procedure-overview-banner p{
    margin:0px
}
.procedure-overview-wrapper .service-content h4{
    margin-bottom: 25px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% New %%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.parent-tab-content .footer-section, .parent-tab-content .header-phone, .parent-tab-content .header-contact, .parent-tab-content .header-btn{
	display:none;
}
.parent-tab-content .footer-section.active, .parent-tab-content .header-phone.active, .parent-tab-content .header-contact.active, .parent-tab-content .header-btn.active{
	display:block;
}
.dropdown-contents{
	position:absolute;
	top:100%;
	left:0px;
	width:100%;
	background-color: rgba(26, 52, 77, 1);
	padding:60px 0px;
	display:none;
}
.dropdown-contents.active{
	display:block
}
.header-area > div.top-header-area{
	z-index:2;
}
.dropdown-contents > .container{
	display:flex;
	column-gap:50px;
}
.parent-dropdown > h3{
	color:#fff;
	font-family:"open-sans", sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 25.2px;
	letter-spacing: 0.1em;
	padding:10px;
	border-bottom:1px solid #fff;
	margin-bottom:20px
}
.parent-dropdown > a{
	display:block;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	padding:0px 10px;
	font-family:"open-sans", sans-serif;
	text-transform:none;
	margin-bottom:10px
}
.parent-dropdown > a:after{
	display:none;
}
.parent-dropdown{
	width:20%;
}
.dropdowns > a.active:after{
	transform: rotate(180deg);
}
.no-post-found-area {
    top: 50px;
    position: relative;
	z-index:1;
}
/* Review Star */
.review-rating-wrap img {
	width: 120px;
    max-width: inherit;
    height: auto;
}
.review-rating-wrap {
	position: absolute;
	top: 0;
	left: 0;
	overflow:hidden;
	z-index:1;
}
.review-rating > img {
	opacity: 0.7;
	width: 100%;
    height: auto;
}
.review-rating{
	max-width:120px;
	z-index:1;
}
.gallery-no-post-found-area {
    margin: 100px 0px;
}
/* ***************************** New ******************** */
.location-each-image-text h3 > a{
    font-family:"open-sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: #EFEDE9;
    text-transform: uppercase;
    margin-bottom: 10px;
text-decoration:none;
}

/***************HOME BANNER****************/
.home-banner{
    height:100vh;
    position:relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
	margin-top:-1px;
}
.each-slider-image{
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   position:absolute;
/*   height:239px;
   width:168px;
   right:-90px;
   top:50%;
   transform: translateY(-50%);*/
   border-radius: 60px;  
   transition:all 1s;
   box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}
.each-slider-image.active{
    width:100%;
    height: 100%;
    right:0px;
    top:50%;
    transform: translateY(-50%);
    border-radius: 0px;
    transition:all .7s;
    z-index: 2;
    box-shadow:none;
}
.each-slider-image.next{
    z-index: 5;
    transition:all 1s;
}
.each-slider-image.previous{
    z-index: 1; 
    width:200%;
    height: 200%;
    right:0px;
    border-radius: 0px;
    transition:all 1s;
    top:50%;
    transform: translateY(-50%);
}
.slider-content{
    position: relative;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}
.slider-count{
    position:absolute;
    left:15px;
    top:50%;
    transform: translateY(-50%);
    padding:0px !important;
    margin: 0px;
    list-style: none;
}
.slider-count ul{    
    padding:0px !important;
    margin: 0px;
    list-style: none;
}
.slider-count ul li{
	font-family:"open-sans", sans-serif;
    display: inline-block;
    color:#fff; 
    cursor: pointer;
    padding:10px 15px;
}
.slider-count::before{
    position:absolute;
    content: '';
    left:0px;
    bottom:-5px;
    width:100%;
    border-bottom:2px solid #fff;
    opacity:.5;
}
.slider-count::after{
    position:absolute;
    content: '';
    left:0px;
    bottom:-6px;
    width:33.33%;
    border-bottom:4px solid #fff;   
    transition: all 1s;
}
/*********** SLIDR 1 **************/

.home-banner .slider-image .each-slider-image:first-child{
    z-index: 1;
}
.home-banner .slider-image .each-slider-image:nth-child(2){
    z-index: 2;
}
.home-banner .slider-image .each-slider-image:last-child{
    z-index: 3;
}
.home-banner.slider_1 .slider-image .each-slider-image:first-child{
    width:100%;
    height: 100%;
    right:0px;
    top:50%;
    transform: translateY(-50%);
    border-radius: 0px;
    transition:all .7s;   
}
@media (max-width: 991px){
	.home-banner.slider_1 .slider-image .each-slider-image:first-child{
    top:50%;
	}
}	
.home-banner.slider_1 .slider-count::after{    
    width:33.33%;
   
}
/*********** SLIDR 2 **************/
.home-banner.slider_2 .slider-image .each-slider-image:first-child{   
    width:200%;
    height: 200%;
    right:0px;
    border-radius: 0px;
    transition:all 1s;
    top:50%;
    transform: translateY(-50%);
}
.home-banner.slider_2 .slider-image .each-slider-image:nth-child(2){
    width:100%;
    height: 100%;
    right:0px;
    top:50%;
    transform: translateY(-50%);
    border-radius: 0px;
    transition:all .7s;    
}
@media (max-width: 991px){
	.home-banner.slider_2 .slider-image .each-slider-image:nth-child(2){
    top:50%!important;
		width:200%
	}
	.home-banner.slider_3 .slider-image .each-slider-image:nth-child(3) {
		width:220%;
	}
}	
.home-banner.slider_2 .slider-image .each-slider-image:last-child{
    z-index: 3;
    margin-right:0px;
}
.home-banner.slider_2 .slider-count::after{    
    width:66.66%;
}
/*********** SLIDR 3 **************/
.home-banner.slider_3 .slider-image .each-slider-image:nth-child(3){
    width:100%;
    height: 100%;
    right:0px;
    top:50%;
    transform: translateY(-50%);
    border-radius: 0px;
    transition:all .7s;   
    margin-right:0px;
}
.home-banner.slider_3 .slider-image .each-slider-image:first-child{   
    width:200%;
    height: 200%;
    right:0px;
    border-radius: 0px;
    transition:all 1s;
    top:50%;
    transform: translateY(-50%);
}
.home-banner.slider_3 .slider-image .each-slider-image:nth-child(2){    
    width:200%;
    height: 200%;
    right:0px;
    border-radius: 0px;
    transition:all 1s;
    top:50%;
    transform: translateY(-50%);
}
.home-banner.slider_3 .slider-count::after{    
    width:100%;
}
.each-slider-image.top-gradient:after, .each-slider-image.bottom-gradient:before{
    display:none;
}
.each-slider-image.active.top-gradient:after, .each-slider-image.active.bottom-gradient:before{
    display: block;
}
.each-banner-upper-content{
    max-width: 417px;
    opacity: 0;
    margin-top: 30px;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(50%);
    transition: all 0.7s;
}
.each-banner-upper-content.active {
    animation: text-up 2s linear both, text 1.5s linear both;
}

/* @keyframes text {
    0%, 25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        transform: none;
    }
    75%, 100% {
        opacity: 0;
    }
}

@keyframes text-up {
    0%, 25% {
        opacity: 0.5;
        transform: translateY(105%);
    }
    50% {
        opacity: 1;
        transform: none;
    }
    75%, 100% {
        opacity: 0.5;
        transform: translateY(-105%);
    }
} */
.each-banner-upper-content.active{
    opacity:1;
    transform: translateY(0%);
    margin-top:0px;
    visibility: visible;
    pointer-events: all;
    transition: all 0.7s;
}
.slider-uppercontent{
    position: absolute;
    top: 200px;
    width: 100%;
    left: 0px;
    z-index: 9;
}
.each-banner-upper-content h1{
    text-transform: uppercase;
    color:#fff;
    font-family:"open-sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.125em;
    margin-bottom: 10px;
}
/*.each-banner-upper-content h4{
    text-transform: uppercase;
    color:#fff;
    font-family: Century Gothic Pro;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0.1em;
    font-family: "Montserrat", sans-serif;
    white-space: nowrap;
    margin-bottom: 10px;
}*/
.each-banner-upper-content p{
    font-family: "open-sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color:#fff;
}
.slider-bottom-content{
    position:absolute;
    bottom:80px;
    width:100%;
    left:0px;
    z-index: 9;
/*     height:200px */
}
.each-bottom-content h2{
    margin-bottom:40px;
    font-family: fredoka-variable, sans-serif;
    font-size: 70px;
    font-weight: 300;
    line-height: 72px;
    letter-spacing: 0;
	text-transform:capitalize;
    color: #fff;
}
/*.each-bottom-content h1{
    margin-bottom:30px;
    font-family: Century Gothic Pro;
    font-size: 55px;
    font-weight: 400;
    line-height: 66px;
    letter-spacing: 0.05em;
}*/
.each-bottom-content a.common-button {
    background: rgba(217, 217, 217, 0.25);
    color: #fff;
    border-color: #fff;
}
.each-slider-image{
    padding-top: 215px;
    padding-bottom: 80px;
}
.each-slider-image .container{
    position: relative;
    z-index: 199;
}
.each-bottom-content{
    opacity: 0;
    /*margin-top: 30px;*/
    visibility: hidden;
    pointer-events: none;
    transform: translateY(50%);
    transition: all 0.7s;
}
.each-bottom-content.active{
    opacity:1;
    transform: translateY(0%);
    /*margin-top:0px;*/
    visibility: visible;
    pointer-events: all;
    transition: all 0.7s;
}
.celeb-profile-slider-area{
    padding:65px 0px 0px;
}

.blog-post-slider-bar-each .gform_wrapper.gravity-theme .gfield_label{
	font-family: Century Gothic Pro;
	font-size: 10px;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: 0.1em;
	color:#fff;
	margin-bottom: 12px;
	 display: block !important;
	text-transform:uppercase;
}
.blog-post-slider-bar-each .gform_wrapper.gravity-theme .gfield_required {
	display:none;
}
.blog-post-slider-bar-each .gform_wrapper.gravity-theme .gfield input.large{
	background-color: #D9D9D933;
	border-radius:10px;
	    border: 0px;
    min-height: 49px;
    padding: 8px !important;
}
.blog-post-slider-bar-each .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 24px !important;
}
.blog-post-slider-bar-each .gform_wrapper.gravity-theme .gfield input:focus{
	outline:none;
}
.blog-post-slider-bar-each .gform_button {
	    margin-top: 10px;
    border: 1px solid #fff !important;
    width: 100%;
	height:41px;
    color: #fff !important;
    background-color: #D9D9D940 !important;
	font-weight:600;
	border-radius: 10px;
	text-transform:uppercase;
	font-family: "open-sans", sans-serif;
	font-size: 14px;
	line-height: 17.07px;
	letter-spacing: 0.1em;
}
.blog-post-slider-bar-each .gform_button:hover{
	 background-color: #7899AD !important;
    border: 1px solid #7899AD !important;
    color: #fff;
}
.gform_required_legend{
	display:none;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Form Area %%%%%%%%%%%%%%%%%%%  */
.gform_wrapper.gravity-theme .gfield input{
	background-color: rgba(29, 59, 84, 0.1);
   color: #535353;
	border:0px;
	border-radius:10px;
	height:100%;
	min-height:50px;
	padding: 10px 20px !important;
}
.gform_wrapper.gravity-theme .gfield input:focus{
	outline:none;
}
.gform_wrapper.gravity-theme .gfield select{
	background-color: rgba(29, 59, 84, 0.1);
   color: #535353;
	border:0px;
	border-radius:10px;
	height:100%;
	min-height:50px;
	padding: 10px 20px !important;
}
.gform_wrapper.gravity-theme .gfield select:focus{
	outline:none;
}
.gform_wrapper.gravity-theme .gfield textarea{
	background-color: rgba(29, 59, 84, 0.1);
   color: #535353;
	border:0px;
	border-radius:10px;
	height:100%;
	min-height:50px;
	padding: 10px 20px !important;
}
.gform_wrapper.gravity-theme .gfield_label{
    font-family:"open-sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #535353;
}
.gform_wrapper.gravity-theme .gfield input::placeholder{
  color: #535353;
	font-weight:500;
	font-size: 16px;
	font-weight: 400;
}
.gform-footer .gform_button{
	font-family:"open-sans", sans-serif;
    font-size: 14px;
    line-height: 17.07px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 30px;
    padding: 11px 20px;
    display: inline-block;
	border: 1px solid #1D3B54;
    background-color: rgba(29, 59, 84, 0.1);
    color: #1D3B54;
    font-weight: 700;
	    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gform-footer .gform_button:hover{
	background-color: rgba(29, 59, 84, 1);
    color: #fff;
}
.start-your-jouney-form h2{
	/*text-align:center;*/
}
.start-your-jouney-form h3{
	/*text-align:center;*/
	margin-bottom:30px;
}
.gfield--type-captcha{
	text-align:left;
}
.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 18px;
}
.media-below-right-content  .select-style {
    height: 40px;
    color: #1D3B54;
    font-family:"open-sans", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    border-radius: 10px;
    padding: 0 20px;
    background: url(../images/filter-drop-arrow.png) #1D3B541A no-repeat 97% center / 18px;
    appearance: none;
    -webkit-appearance: none;
    line-height: 39px;
    width: 100%;
    margin-top: 4px;
	border: 1px solid #1D3B54;
	 max-width: 258px;
}
.media-below-right-content  .select-style:focus{
	outline:none;
}
.each-celeb-image{
    border-radius:50px;
    overflow:hidden;
}
.each-celeb-image{
    /*max-width: calc(100% - 195px);*/
}
.celeb-slider-images{
    /*position: absolute;
    top:0px;
    width:100%;
    height:100%; */
    max-width: 630px;
	height:800px;
}
.celeb-slider-images .each-celeb-image{
    position: absolute;
    height: 239px;
    width: 175px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    overflow:hidden;
    transition: all .7s;
}
.each-celeb-image img{
    height:100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 0px;
	width:100%;
}
.each-celeb-image.active{
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0%;
    transform: translateY(0%);
    position: relative;
    border-radius: 0px;
    transition: all .7s;
}
/********* Celeb Slider 1 **************/
.celeb_slider_1 .celeb-slider-images .each-celeb-image:nth-child(1){
    margin-right: 0px;
    width:100%;
    height:100%;
    border-radius: 0px;
    transition: all .7s;
}
.celeb_slider_1 .celeb-slider-images .each-celeb-image:nth-child(2){
    margin-right: -45vw!important;
}
.celeb_slider_1 .celeb-slider-images .each-celeb-image:nth-child(3){
    margin-right: -45vw!important;
}

/********* Celeb Slider 2 **************/
.celeb_slider_2 .celeb-slider-images .each-celeb-image:nth-child(2){
    margin-right: 0px;
    width:100%;
    height:100%;
    border-radius: 0px;
    transition: all .7s;
}
.celeb_slider_2 .celeb-slider-images .each-celeb-image:nth-child(1){
    margin-right: 0px;
    width:100%;
    height:100%;
    border-radius: 60px;
}
.celeb_slider_2 .celeb-slider-images .each-celeb-image:nth-child(3){
    margin-right: -25vw;
}
.celeb_slider_2 .slider-count::after{    
    width:66.66%;
   
}
/********* Celeb Slider 3 **************/
.celeb_slider_3 .celeb-slider-images .each-celeb-image:nth-child(3){
    margin-right: 0px;
    width:100%;
    height:100%;
    border-radius: 0px;
    transition: all .7s;
}
.celeb_slider_3 .celeb-slider-images .each-celeb-image:nth-child(1){
    margin-right: 0px;
    width:100%;
    height:100%;
    border-radius: 0px;
}
.celeb_slider_3 .celeb-slider-images .each-celeb-image:nth-child(2){
    margin-right: 0px;
    width:100%;
    height:100%;
    border-radius: 0px;
}
.celeb_slider_3 .slider-count::after{    
    width:100%;
   
}
.landry-top-text{
    position: relative;
}
.landry-top-text::before{
    position: absolute;
    content: '';
    top: -35px;
    left: -43px;
    background-image: url('/wp-content/uploads/2025/04/cropped-Logomark-SPHC.png');
    width: 120px;
    height: 120px;
	opacity:.2;
	background-size:cover;
    background-repeat: no-repeat;
}
.landry-top-text h3{
    font-family: 'fredoka-variable', sans-serif;
    font-size: 32px;
    font-style: italic;
	letter-spacing:0px;
    font-weight: 400;
    line-height: 46px;
    text-transform: capitalize;
    color:#07176f;
    max-width: 480px;
}
.landry-bottom-text h4{
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.landry-bottom-text p{
    max-width: 426px;
    margin-bottom: 32px;
}
.celebrity-slider-count.slider-count ul li {
    display: inline-block;
    color: rgba(29, 59, 84, 1);
    cursor: pointer;
    padding: 10px 15px;
    font-weight:700;
}
.celebrity-slider-count.slider-count::before{
    border-bottom: 2px solid rgba(29, 59, 84, 1);
}
.celebrity-slider-count.slider-count::after {
    border-bottom: 4px solid #07176f;
}
.celebrity-slider-count.slider-count{
    position: relative;
    top: auto;
    left: 0px;
    transform: none;
    width: max-content;
}
.landry-left-tex{
    padding-top: 50px;
    padding-bottom: 100px;
}
.landry-top-text {
    /*height:153px;
    overflow: hidden;*/
    position: relative;
}
.landry-top-text .landry-top-text-wrapper{
    opacity: 0;
    pointer-events: none;
    transform: translateY(50%);
    transition: all .7s;
}
.landry-top-text .landry-top-text-wrapper.active{
    opacity: 1;
    pointer-events: all;
    transform: translateY(0%);
    transition: all .7s;
}
.landry-bottom-text{
    /*height:200px;
    overflow: hidden;*/
    position: relative;
}
.each-landry-bottom-text{
    opacity: 0;
    pointer-events:none;
    transform: translateY(50%);
    transition: all .7s;
}
.each-landry-bottom-text.active{
    opacity: 1;
    pointer-events:all;
    transform: translateY(0%);
    transition: all .7s;
}
.landing-header-area .main-header-wrapper{
	padding:20px 0px;
}
.single-location-area{
	margin-top:0px !important;
}
.single-location-area .location-post-wrapper{
	padding-top:160px;
	padding-bottom:50px;
}
.location-post-image img{
	width:100%;
}
.location-post-wrapper {
	background:url('/wp-content/uploads/2025/03/SHC-BG.jpg') no-repeat center center / cover
}
.single-location-area.location-post-area .service-inject {
    margin-top: 0px;
}
.procedure-overview-banner.inner-banner-area .inner-banner-left-content{
	text-align:left;
	padding:0;
}
.procedure-page-wrapper .compare-inject {
	padding-bottom:100px;
}
.review-page-area .review-area{
	margin-top: -100px;
    position: relative;
    z-index: -9;
    margin-bottom: -50px;
}
.overlap {
    display: grid;
    grid-template-areas: "overlap";
}
.overlap>* {
    grid-area: overlap;
}
.celeb-profile-slider-area {
	overflow:hidden
}
.home .location-area {
    padding-top: 150px;
    padding-bottom: 150px;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Marge Area %%%%%%%%%%%%%%%%%%%%%%%%%%%%%  */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Location %%%%%%%%%%%%%%%%%%%% */
.location-wrapper .nav-tabs .nav-link{
    letter-spacing: 1px;
} 
.location-heading h5{
  display: none;
}
.location-media-area{
  margin-bottom: 20px;
}
.location-media-heading{
    max-width: 1200px;
    margin: 0 auto;
}
.location-media-text-right p a{
    color: #000;
    text-decoration: underline;
}
.location-media-text-left{
    padding-right: 30px;
}
.location-media-area .media-image-or-video {
    margin-top: 38px;
}
.location-meet-the-team-wrapper{
    max-width: 1260px;
    margin: 0 auto;
}
.media-image img{
    width: 100%;
}
.location-post-each .list-style {
    margin-top: 16px;
}
.physician-wrapper{
    max-width: 1140px;
    margin: 0 auto;
}
.physician-wrapper:not(:last-child){
	margin-bottom: 70px;
}
.physician-text h4{
    margin-bottom: 13px;
}
.physician-image img{
    width: 100%;
}
.service-inject .service-heading-content .common-button.transparent-button{
    margin-top: 30px;
    border: 1px solid #fff;
    color: #fff;
    background: #D9D9D940;
}
.service-inject .service-heading-content .common-button.transparent-button:hover{
    background-color: rgba(29, 59, 84, 1);
    border: 1px solid #1D3B54;
    color: #fff;
}
.blog-post-top-image-area{
  position: relative;
}
.blog-post-top-image-area img{
    width: 100%;
    border-radius: 37px;
	object-fit:cover;
	object-position:top;
	height:710px;
}
.blog-post-top-text{
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 66px 60px;
    padding-right: 120px;
    z-index: 1;
}
.blog-post-area{
    position: relative;
    padding-top: 200px;
}
.blog-post-area:after {
    position: absolute;
    width: 100%;
    height: 562px;
    left: 0px;
    top: 0px;
    content: '';
    background: url(../images/img/marbel-bg.png);
    z-index: -1;
}
.blog-post-top-image-area{
    border-radius: 37px;
    overflow: hidden;
    margin-bottom: 40px;
    width: calc(100% + 242px);
    margin-left: -100px;
}
.blog-post-top-image-area::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #1D3B54A1;
}
.share-post-area{
    display: flex;
    align-items: center;
    margin-bottom: 65px;
    margin-left: -50px;
}
.share-post-area .list-style{
    display: flex;
    margin-left: 13px;
}
.share-post-area .list-style li{
    margin-right: 20px;
}
.share-post-area .list-style li a i{
    font-size: 30px;
}
.share-post-area h4{
    font-family:"open-sans", sans-serif;
font-size: 14px;
font-weight: 700;
line-height: 16.8px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #1D3B54;
}
.blog-post-top-text h4{
    font-family:"open-sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 14px;
}
.blog-post-top-text span{
    font-family:"open-sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 14px;
}
.blog-post-top-text h1{
   letter-spacing: 0.1em;
}
.blog-post-slider-bar-each h3{
    font-family:"open-sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0.1em;
    padding: 5px 0px 20px 0px;
    border-bottom: 1px solid #7D7D7D;
    text-transform: uppercase;
    color: #fff;
	/*margin-bottom: 15px;*/
}
.blog-post-slider-bar-each .gform-body.gform_body{
	margin-top:25px;
}
.blog-post-slider-bar-each{
    padding: 40px;
    background-color: #1D3B54;
    border-radius: 30px;
    margin-bottom: 40px;
}
.blog-slider-bar-each{
    padding: 20px 10px 10px 10px;
    border-bottom: 1px solid #7D7D7D;
}
.blog-slider-bar-each h5{
    font-family:"open-sans", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.1em;
    color: #81C4E6;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.blog-slider-bar-each p{
    font-family:"open-sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
	margin-bottom: 15px;
}
.blog-post-slider-bar-each .blog-slider-bar-each:last-child{
   border-bottom: 0px;
}
.blog-post-slide-bar-area{
    margin-top: 40px;
    margin-right: 30px;
}
.blog-post-slider-bar-each .common-button.transparent-button{
    margin-top: 30px;
  border: 1px solid #fff;
  width: 100%;
  color: #fff;
  background: #D9D9D940;
}
.blog-post-slider-bar-each .select-style {
    height: 40px;
    color: #000;
    font-family:"open-sans", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    border-radius: 10px;
    padding: 0 20px;
    background: url(../images/filter-drop-arrow.png) #fff no-repeat 97% center / 18px;
    appearance: none;
    -webkit-appearance: none;
    line-height: 39px;
    width: 100%;
    margin-top: 10px;
}
.blog-post-slider-bar-each .select-style:focus{
    outline: none;
}
.blog-post-slider-bar-each:last-child h3{
    border-bottom:0px;
    padding-top:0px;
	padding-bottom:0px
	padding-left:10px;
}
.blog-post-text{
    margin-left: 100px;
    margin-right: 10px;
}
.blog-post-text h3{
    font-family:"open-sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: normal;  
	text-transform:none;
	margin-bottom:10px;
}
.share-post-area .list-style li a:hover{
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
    color: #1D3B54;
}
.common-faq-area{
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 70px 30px;
    border-radius: 30px;
}
.common-faq-area h2{
    letter-spacing: 2px;
}
.celeb-bg-image-area  img{
    width: 100%;
}
.blog-cat-each{
    margin-bottom: 80px;
}
.blog-cat-image{
    margin-bottom: 39px;
}
.blog-cat-image img{
    border-radius: 30px;
    overflow: hidden;
}
.blog-category-area{
    max-width: 729px;
}
.each-gallery-image img{
    height: 181px;
    width: 100%;
    object-fit: cover;
}
.each-gallery-image .row{
  margin-left: 0px;
  margin-right: 0px;
}
.each-gallery-image .row .col-6{
    padding-left: 0px;
    padding-right: 0px;
}
.each-gallery-image .row .col-12{
    padding-left: 0px;
    padding-right: 0px;
}
.gallery-overview-area .service-content{
 padding: 33px 25px 40px;
}
.gallery-overview-area .service-content h4{
    margin-bottom: 20px;
}
.inner-banner-area .inner-banner-left-content {
    text-align: center;
	max-width:780px;
}
.gallery-cat-each{
    box-shadow: 0px 0px 20px 0px #0000001A;
    padding: 25px 20px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
}
.gallery-cat-each .row{
  margin-left: 0px;
  margin-right: 0px;
}
.gallery-cat-each .row .col-md-6{
    padding-left: 0px;
    padding-right: 0px;
}
.gallery-cat-each .row .col-md-12{
    padding-left: 0px;
    padding-right: 0px;
}
.gallery-category-wrapper .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 3rem;
}
.gallery-category-wrapper .card-columns .card{
    border: 0px;
    border-radius: 20px;
    margin-bottom: 50px;
}
.gallery-cat-each .row .col-md-6 img{
    width: 100%;
}
.gallery-cat-each .row .col-md-12 img{
    width: 100%;
}
.gallery-category-wrapper{
    margin-top: 50px;
}
.gallery-category-area.celeb-details .media-below-right-content h3{
    margin-bottom: 20px;
}
.gallery-case-wrapper{
    max-width: 810px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
}
.gallery-case-wrapper .gallery-cat-each{
    margin-bottom: 30px;
}
.wellness-treatment-area{
    margin-top: 109px;
    margin-bottom: 125px;
}
.wellness-treatment-image img{
    border-radius: 50px;
    overflow: hidden;
    width: 100%;
}
.wellness-treatment-text{
    max-width: 575px;
    margin-left: 38px;
}
.wellness-treatment-text h2{
    margin-bottom: 20px;
}
.wellness-banner{
    display: flex !important;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 95px;
}
.inner-banner-area.wellness-banner .inner-banner-left-content {
    text-align: left;
}
.contact-us-area{
    padding-top: 210px;
}
.contact-us-text h3{
    font-family:"open-sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    color: #07176f;
    margin-bottom: 14px;
}
.contact-us-text h1{
    font-family:"open-sans", sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 52.8px;
    letter-spacing: 0.1em;
    color: #07176f;
    margin-bottom: 20px;
}
.contact-us-text p{
    font-family:"open-sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #323232;
    margin-bottom: 30px;
}
.contact-us-wrapper{
    max-width: 1270px;
    margin: 0 auto;
}
.contact-us-text{
    max-width: 547px;
	margin-bottom: 90px;
}
.contact-us-wrapper .location-post-address {
    margin-top: 70px;
}
.contact-us-wrapper .start-your-jouney-form{
    margin-bottom: 100px;
}
.location-post-each a {
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.location-post-each a:hover{
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
    color: #1D3B54;
    text-decoration: underline;   
} 
.landing-banner-area{
    height: 935px;
	margin-bottom:-25px;
}
.landing-banner-text{
    max-width: 520px;
    position: relative;
    z-index: 2;
	padding-bottom: 130px;
}
.landing-banner-text h1{
    margin-bottom: 15px;
	font-size:48px;
	line-height:52px;
}
.landing-banner-text p{
    font-family:"open-sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;   
}
.landing-page-list{
    margin-top: 55px;
}
.landing-page-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.landing-page-list ul li{
    margin-right: 15px;
	margin-bottom: 10px;
}
.landing-page-list ul li a{
    font-family:"open-sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
}
.landing-page-list ul li a img{
    margin-right: 9px;
}
.landing-banner-wrapper .start-your-jouney-form{
 position: relative;
 z-index: 2;
 text-align: center;
 box-shadow: 0px 0px 20px 0px #0000001A;
 margin-bottom: -80px;
}
.landing-after-before-heading{
    max-width: 1030px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.landing-after-before-heading h2{
    margin-bottom: 25px;
}
/*.landing-after-before-area{
    margin-top: 137px;
    margin-bottom: 104px;
}*/
.real-parient-inject h2{
	font-family:'fredoka-variable', sans-serif;
	font-size:50px;
	line-height:50px;
	letter-spacing:0;
	font-weight:300;
    max-width: 885px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.real-parient-inject p{
    max-width: 885px;
    color:#fff;
	font-size:21px;
	line-height:32px;
	margin-left:auto;
	margin-right:auto;
}
.landing-location-wrapper{
    max-width: 1250px;
    margin: 0 auto;
    background: rgba(29, 59, 84, 0.95);
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
/*.landing-location-text{
    padding: 165px 100px;
}*/
.landing-location-text h4{
    font-family:"open-sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 15px;
}
.landing-location-text h2{
    font-family:"open-sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 20px;
}
.landing-location-text p{
    font-family:"open-sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    margin-bottom: -5px!important;
}
.landing-location-text a.common-button {
    background: rgba(217, 217, 217, 0.25);
    color: #fff;
    border-color: #fff;
}
.landing-location-text a.common-button:hover {
    background-color: rgba(29, 59, 84, 1);
    color: #fff;
}
.landing-location-wrapper .start-your-jouney-form{
    height: 100%;
    border-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.landing-location-wrapper .row{
    margin: 0px;
}
.landing-location-wrapper .row .col-lg-5{
 padding: 0px;
}
.landing-location-wrapper .row .col-lg-7{
    padding: 0px;
}
.landing-location-area{
    padding-top: 138px;
    padding-bottom: 138px;
}
.landing-button{
    display: none;
}
.landing-header-area .top-header-area{
  display: none !important;
}
.landing-header-area .landing-button{
    display: block;
}
.landing-header-area .menu-area{
    display: none;
}
.landing-header-area .landing-button a.common-button {
    background: rgba(217, 217, 217, 0.25);
    color: #fff;
    border-color: #fff;
    width: 194px;
    margin-right: 30px;
}
.landing-header-area .landing-button a.common-button:hover {
    background-color: rgba(29, 59, 84, 1);
    color: #fff;
}
.landing-header-area .main-header-wrapper{
    align-items: center;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Faq %%%%%%%%%%%%%%%%%%%%%%%%%%% */
.accordion {
    list-style: none;
    padding: 0px;
    margin: 0;
    text-align: left;
}
.accordion>li {
    display: block;
    list-style: none;
    margin-bottom: 20px;
}
.accordion>li>span {
    display: block;
    padding: 15px 50px;
    background: url(../images/down-Arrow.png) no-repeat 95%;
    cursor: pointer;
    font-family:"open-sans", sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    color: #1D3B54;
    border-radius: 50px;
    background-color: #fff;
}
.accordion>li>div {
    list-style: none;
    padding: 15px 50px;
    display: none;
    overflow: auto;
	font-family:"open-sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color:#000000;
}
.accordion li>span.active {
    background: url(../images/up-Arrow.png) no-repeat 95%;
    background-color: #fff;
}
.header-area.light-header.fixed_header .menu-area > ul > li > a {
    color: #fff;
}
.blog-inject {
    overflow-x: hidden;
}
.common-faq-area h2 {
    margin-bottom: 40px;
}
.location-each-text a{
    transition:all 0.5s;
	-webkit-transition:all 0.5s;   
}
.location-each-text a:hover{
    color:#7899AD;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
} 
.location-each-text h5 a{
    transition:all 0.5s;
	-webkit-transition:all 0.5s;       
}
.location-each-text h5 a:hover{
    color: #1D3B54;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;       
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Review Page %%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.review-page-area .review-page-wrapper {
    max-width: 1248px;
    margin: 0px auto;
    margin-top: -130px;
}
.review-page-area .review-page-wrapper .row{
    margin-left: -28px;
    margin-right: -28px;
}
.review-page-area .review-page-wrapper .row .col-lg-4{
    padding-left: 28px;
    padding-right: 28px;
}
.review-each-area{
    padding: 32px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}
.review-each-area .star-area{
    max-width: 110px;
} 
.star-area h4{
    position: absolute;
    right: -26px;
    top: 2px;
    color:#07176f;
    font-family:"open-sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.review-each-area p{
    font-family:"open-sans", sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 29px;
    color: #000; 
    margin-bottom: 20px;
}
.review-each-area a{
    font-family:"open-sans", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    color:#7899AD;
    text-transform: capitalize;
}
.review-each-area a:hover{
    color:#1A344D;
	transition:all 0.5s;
	-webkit-transition:all 0.5s; 
}
.review-each-area a.common-link{
    font-family:"open-sans", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    color:#7899AD;
    text-transform: capitalize;
    margin-top: 20px;
    display: block;
    width: fit-content;
    padding-right: 26px;
}
.review-each-area a.common-link:hover{
    color:#1A344D;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.review-each-area .percentage-area img {
    max-width: 110px !important;
}
.google{
    margin-bottom: 4px;
}
.review-content{
    height: 174px;
    overflow: hidden;
}
.review-content.show{
    height: 100%;
}
.review-content + .common-link.show-more{
    background: url(../images/Expandd-Arrow.png) 99%;
    background-repeat: no-repeat;
}
.review-content.show + .common-link.show-more{
    background: url(../images/Expanddd-Arrow.png) 99%;
    background-repeat: no-repeat;
}
.review-page-area .review-area{
    margin-bottom: 50px;
}
.landing-header-area .mobile-menu-area {
	display:none;
}
.location-banner{
	min-height:699px;
}
.location-post-text p a{
	 font-size: 16px;
    line-height: 24px;
	font-weight:400;
}
.location-media-text-right p a{
	text-decoration:underline !important;
}
.landing-after-before-each-area{
	margin-bottom:100px;
}
.page-template-template-landing .landing-after-before-area{
	margin-bottom:0px;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Marge %%%%%%%%%%%%%%%%%%%%%%%%%%%%  */
.parent-tab-content .footer-section, .parent-tab-content .header-phone, .parent-tab-content .header-contact, .parent-tab-content .header-btn{
	display:none;
}
.parent-tab-content .footer-section.active, .parent-tab-content .header-phone.active, .parent-tab-content .header-contact.active, .parent-tab-content .header-btn.active{
	display:block;
}
.dropdown-contents{
	position:absolute;
	top:100%;
	left:0px;
	width:100%;
	background-color: rgba(26, 52, 77, 1);
	padding:60px 0px;
	display:none;
}
.dropdown-contents.active{
	display:block
}
.header-area > div.top-header-area{
	z-index:2;
}
.dropdown-contents > .container{
	display:flex;
	column-gap:50px;
}
.parent-dropdown > h3{
	color:#fff;
	font-family:"open-sans", sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 25.2px;
	letter-spacing: 0.1em;
	padding:10px;
	border-bottom:1px solid #fff;
	margin-bottom:20px
}
.parent-dropdown > a{
	display:block;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing:0px;
	text-align: left;
	padding:0px 10px;
	font-family:"open-sans", sans-serif;
	text-transform:none;
	margin-bottom:10px
}
.parent-dropdown > a:after{
	display:none;
}
.parent-dropdown{
	width:20%;
}
.dropdowns > a.active:after{
	transform: rotate(180deg);
}
.no-post-found-area {
    top: 50px;
    position: relative;
	z-index:1;
}
/* Review Star */
.review-rating-wrap img {
	width: 130px;
    max-width: inherit;
    height: auto;
}
.review-rating-wrap {
	position: absolute;
	top: 0;
	left: 0;
	overflow:hidden;
	z-index:1;
}
.review-rating > img {
	opacity: 0.7;
	width: 100%;
    height: auto;
}
.review-rating{
	max-width:130px;
	z-index:1;
}
.gallery-no-post-found-area {
    margin: 100px 0px;
}
/*****search-result******/
.search-result-area {
	padding: 100px 0;
}
.search-result-area article {
	padding: 30px 150px 30px 0;
    border-bottom: 1px solid #003D93;
    position: relative;
}
.search-result-area article h2 {
		color: #011D3F;
}
.search-result-area article h2 a {
		color: #011D3F;
}
.search-result-area article h2 a:hover,
.search-result-area article a:hover{
		color: #1D3B54;
}
.search-result-area article img {
	width: 110px !important;
    max-width: 100% !important;
    height: 140px !important;
    object-fit: cover;
}
.search-result-area article figure {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.search-result-area .pagination {
		margin-top: 40px;
}
.search-result-area h2{
	text-transform: capitalize;
}
.search-result-area .pagination h2,
.search-result-area .pagination a {
	color: #011D3F;
}
.search-result-area .pagination a:hover {
	color: #FF3524;
}
.search-result-area .nav-links {
	display: flex;
    gap: 10px;
}
.search-result-area .page-header {
	background-color: #011c2f;
    padding: 30px 30px 0;
}
.search-result-area .page-header h2 {
	color: #fff;
    margin-bottom: 0;
}
.search-result-area .search-result-count {
	background-color: #011c2f;
    color: #fff;
    padding: 10px 30px 15px;
}
.loader-img img {
	max-width:80px;
}
.search-result-area .no-results .page-title {
	color: #fff;
}
.search-result-area .no-results .page-header {
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.search-result-area .no-results .search-field {
	border: 1px solid #000;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px 100px 10px 10px;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-family:"open-sans", sans-serif;
    font-weight: 400;
    width: 100%;
}
.search-result-area .no-results .search-submit {
	background-color: #003D93;
    border-radius: 0 5px 5px 0;
    border: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: absolute;
    top: 0;
    right: -1px;
	height: 41px;
    width: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.search-result-area .no-results .search-submit:hover {
	background-color: #FF3524;
}
.search-result-area .no-results label {
	display: none;
}
.search-result-area .no-results form {
	display: flex;
	align-items: center;
	max-width: 600px;
	width: 100%;
	position: relative;
}
.menu-area > ul > li.big-menu > ul{
	position:absolute;
	top:100%;
	width:100%;
	left:0px;
	background:#1D3B54;
	display:flex;
	justify-content:space-between;
	padding-left:60px;
	opacity:0;
	pointer-events:none;
	visibility:hidden
}
.menu-area > ul > li.big-menu.active > ul{
	opacity:1;
	pointer-events:all;
	visibility:visible
}
.menu-area > ul > li.big-menu > ul > li{
	padding-left:30px;
	padding-top:60px;
	padding-bottom:75px;
	max-width:625px;
}
.menu-area > ul > li.big-menu > ul > li.left-content-area a h2{
	color:#fff;
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0.1em;
	position:relative;
	max-width:250px;
	margin-bottom:50px;
}
.menu-area > ul > li.big-menu > ul > li.left-content-area h2 img{
	position:absolute;
	left:-35px;
	top:-10px;
}
.menu-area > ul > li.big-menu > ul > li.left-content-area form{
	max-width:375px;
	position:relative;
	margin-bottom:30px;
}
.menu-area > ul > li.big-menu > ul > li.left-content-area form:before{
	content:url('/wp-content/uploads/2024/11/Search.png');
	position:absolute;
	left:10px;
	top:10px;
}
.menu-area > ul > li.big-menu > ul > li.left-content-area form input{
	width:100%;
	background-color:rgba(217, 217, 217, 0.2);
	font-size: 12px;
	font-weight: 700;
	line-height: 14.4px;
	letter-spacing: 0.1em;
	color:#fff;
	text-transform:uppercase;
	border-radius:10px;
	padding:13px;
	padding-left:45px;
	border:0px;
}
.menu-area > ul > li.big-menu > ul > li.left-content-area form input::placeholder {
  color: #fff;
  opacity: 1;
}

.menu-area > ul > li.big-menu > ul > li.left-content-area form input::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}
.menu-area > ul > li.big-menu > ul > li.left-content-area p{
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color:#fff;
	text-transform:none !important;
	letter-spacing:normal !important;
}
.menu-area > ul > li.big-menu > ul > li > a{
	color:#fff;
	font-size: 21px;
	font-weight: 400;
	line-height: 25.2px;
	letter-spacing: 0.1em;
	text-transform:uppercase;
	display:inline-block;
	margin-bottom:25px;
}
.menu-area > ul > li.big-menu > ul > li > ul{
	display:flex;
	flex-wrap:wrap;
}
.menu-area > ul > li.big-menu > ul > li > ul > li{
	width:50%;
}
.menu-area > ul > li.big-menu > ul > li > ul > li > a{
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom:12px;
	display:inline-block;
	color:#fff
}
.menu-area > ul > li.big-menu > ul > li > ul > li > a:hover{
	color:#7899AD
}
.menu-area > ul > li.big-menu > ul > li.deep-blue-bg{
	background: rgba(1, 28, 47, 1);
	min-width:390px;
	padding-left:60px
}
.menu-area > ul > li.big-menu > ul > li.left-content-area {
	max-width:350px;
}
.menu-area > ul > li.big-menu > ul > li.deep-blue-bg > ul{
	display:block;
}
.menu-area > ul > li.big-menu.location-menu > ul > li{
	width:20%
}
.menu-area > ul > li.big-menu.location-menu > ul > li > ul{
	display:block;
}
.menu-area > ul > li.big-menu.location-menu > ul > li > ul > li{
	width:100%	
}
.menu-area > ul > li.singel-menu{
	position:relative;
}
.menu-area > ul > li.singel-menu > ul {
    position: absolute;
    top: 100%;
    width: max-content;
    right: 0px;
    background:#07176f;
    padding: 45px;
	min-width:360px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.menu-area > ul > li.singel-menu.active > ul{
	opacity: 1;
    pointer-events: all;
    visibility: visible;
}
.menu-area > ul > li.singel-menu > ul > li > a{
	font-size: 21px;
	font-weight: 400;
	line-height: 25.2px;
	letter-spacing: 0.1em;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	margin-bottom:15px;
}
.menu-area > ul > li.singel-menu > ul > li > ul > li > a{
	font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    display: inline-block;
    color: #fff;
}
.menu-area > ul > li.singel-menu > ul > li > ul > li > a:hover{
	color:#28a745!important;
}
.media-image-or-video iframe {
	height: 520px;
	position: relative;
}
.video-icon-area {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 50%;
	left: 0;
	z-index:1;
}
.video-media-inject:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1D3B54B2;
}
.media-below-description {
    column-count: 2;
    gap: 30px;
}
section.fof {
    margin: 100px 0px;
}
.article-wrapper .article-content .common-button.border-button{
	max-width:200px;
}
.page-template-template-blog-overview  .blog-area .service-content h4 {
    font-size: 21px;
	line-height: 26px;
}
.in_media_sec-area{
   padding-bottom: 60px;
	position:relative;
}
.in_media_sec-area:after {
    position: absolute;
    width: 100%;
    height: 811px;
    left: 0px;
    top: 0px;
    content: '';
    background: url(../images/img/marbel-bg.png);
    z-index: -1;
}
.each-slider-image {
  cursor: pointer;
}
.each-slider-image.active {
  cursor: auto;
}
@media(min-width:992px){
	.inner-banner-area .inner-banner-left-content {
		padding: 225px 0 95px;
	}
}
.menu-area > ul > li:hover a {
	color: #51a962;
}
.menu-area > ul > li:active a {
	color: #51a962;
}
.menu-area > ul > li:hover a:after {
	transform: rotate(180deg);
}
.each-tab-related-service-slider{
	width:100vw;
	position:relative;
	left:50%;
	margin-left:-50vw;
	padding-left:80px
}
.target-inject .service-content p {
    font-family:"open-sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: none!important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.target-inject .service-content {
    padding: 30px;
}
.target-inject {
    margin-bottom: 50px;
}
.pagination ul li.active{
	color:#7899AD;
}
.pagination a{
		transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pagination a:hover{
	color:#7899AD;	
		transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.wp-block-button .wp-block-button__link{
	font-family:"open-sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	letter-spacing: 0.1em;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border-radius: 10px;
	padding: 11px 20px;
	display: inline-block;
	background-color: #7899AD;
	border: 1px solid #7899AD;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border: 1px solid #1D3B54;
	background-color: rgba(29, 59, 84, 0.1);
	color: #1D3B54;
	font-weight: 700;
}
.wp-block-button .wp-block-button__link:hover {
	background-color: rgba(29, 59, 84, 1);
	color: #fff;
}
@media(max-width:767px){
	.about-right-image {
		flex-direction: column-reverse;
	}
}
.path-icon img {
	width: 100px;
	height: 100px;
}
.new-physician-btn{
	margin-top:20px;
}
.fixed_header.stky .menu-area > ul > li > a:after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(24%) saturate(1087%) hue-rotate(165deg) brightness(100%) contrast(100%) !important;
}

.fixed_header.stky .menu-area > ul > li > a:hover {
	color: #51a962!important;
}

.each-of-blocks {
    display: flex;
    column-gap: 10px;
}
.b-img img {
    max-width: 23px;
}
.each-of-blocks h3 {
    margin-bottom: 15px;
    letter-spacing: 0;
    font-weight: 700;
}
 .single-celebrity .logo a img {
    filter: none !important;
}
 .single-celebrity .header-area .sticky-logo {
    display: block;
}
 .single-celebrity .header-area .logo {
    display: none;
}

.location-post-text {
	padding-right: 0px
}
@media(min-width:1200px){
	.col-lg-6.location {
    flex: 0 0 40%;
    max-width: 50%;
}
.col-lg-6.physician {
    flex: 0 0 60%;
    max-width: 60%;
}
.col-lg-6.post-image {
    flex: 0 0 45%;
    max-width: 50%;
}
.col-lg-6.post-text {
    flex: 0 0 66%;
    max-width: 55%;
}
}
.col-lg-6.physician .location-post-each a {
    line-height: 31px;
}

a.ff-ll img {
    filter: none !important;
}
@media (max-width: 767px) {
	/*
    .each-tab-related-service-slider .swiper-slide {
        width: 400px !important ;
		margin-left: 10px;
    }*/
}


.header-area.open-header .logo {
	display: block !important;
}
.header-area.open-header .sticky-logo {
	display: none !important;
}
.header-area.open-header  .logo a img {
	filter:none !important;
}
.header-area.open-header  .mobile-menu-area img
{
	filter: none !important;
}
.review-rating > img {
	opacity: 1;
}