/*************** Import Css **************/

@import "gocs_fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
/*font-family: "Josefin Sans", sans-serif;*/
/********************* Header Css ******************/
.header-area{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index:999;
}
.top-header{
    background-color: #121212;
}
.top-header-left ul {
    display: flex;
}
.top-header-left ul li a{
    display:inline-block;
    height:40px;
    line-height:40px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    padding:0px 20px;
    letter-spacing:1.2px;
    color:#fff;
    border-left:1px solid #484848;
    border-right:1px solid #484848;
}
.top-header-left ul li a img{
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
}
.top-header-left ul li:last-child a{
    border-right:0px;
}
.top-header-left ul li a:hover, .top-header-left ul li.active a{
    background-color: #242424;
    color:#B2B2B2
}
.top-header-right{
    padding-right: 55px;
}
.logo-area a{
    display: flex;
    gap:10px;
    align-items: center;
}
.logo-area a p{
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color:#fff
}
.phone-number a{
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1.2px;
    color:#fff;
    /*display: inline-block;*/
}
.phone-number a:hover{
    color:#C8B29D
}
.book-now-button a{
   background-color:#C8B29D;
   border-color:#C8B29D;
   color:#000;
   min-width: 155px;;
}
.book-now-button a:hover{
    border-color:#fff;
    background-color: #fff;
}
.header-right-area{
    gap:40px
}
.main-header-area{
    padding:50px 0px;
}
/********************* End:Header Css ******************/
/***************** Footer Css ****************/
.footer-area{
    background: #121212;
}
.footer-top-area{
    padding-top: 36px;
    padding-bottom: 65px;
    padding-left: 55px;
    padding-right: 55px;
    border-bottom: 0.5px solid #FFFFFF
}
.footer-top-left .book-now-button{
    margin-bottom: 40px;
}
.footer-top-left .phone-number{
    padding-left: 7px;
}
.footer-top-left .phone-number:not(.address){
    margin-bottom: 30px;
}
.address p{
    margin:0px;
}
.address a{
    font-size: 16px;
}
.footer-social ul{
    gap:15px;
    justify-content: flex-end;
}
.footer-social ul li a{
    font-size: 24px;
    color:#fff;
}
.footer-social ul li a:hover{
    color:#C8B29D;
}
.footer-social{
    margin-bottom: 70px;
}
.footer-bottom{
    padding-top:70px;
    padding-bottom: 85px;
    padding-left: 60px;
    padding-right: 60px;
}
.footer-bottom-content{
    max-width: 1195px;
    margin-bottom: 80px !important;
}
.footer-bottom-content p{
    color:#FFFFFF;
    text-align: center;
    font-size: 15px;
    margin: 0px;
}
.footer-bottom-info-block-middle ul{
    margin:0px;
    padding:0px;
    list-style: none;
    display:flex;
    gap:10px
}
.footer-bottom-info-block-middle ul li{
    position: relative;
    padding:0px 5px;
}
.footer-bottom-info-block-middle ul li:not(:last-child):after{
    position: absolute;
    right: -6px;
    height: 15px;
    width: 1px;
    background: #C8B29D;
    content: '';
    top: 5px;
}
.footer-bottom-info-block-middle ul li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    color:#C8B29D
}
.footer-bottom-info-block-middle ul li a:hover{
    color:#fff;
}
.footer-bottom-info-block-left p, .footer-bottom-info-block-right p{
    color:#fff;
    margin:0px;
}
.footer-bottom-info-block-right p a{
    text-decoration: underline;
}
.footer-bottom-info-block-right p a:hover{
    color:#fff
}
/***************** End:Footer Css ****************/
/********* Home Banner Css **********/
.banner-area{
    min-height: 100vh;
    padding-bottom: 100px;
}
.banner-area-left-part{
    max-width: 800px;
}
.banner-area-left-part p{
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-box: trim-both cap alphabetic;
    line-height: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color:#fff;
    margin: 0px;
}
.home .banner-area-left-part h1{
    margin-bottom: 30px;
	font-size:65px;
	line-height:73px;
}
.logo-watermark{
    position: absolute;
    top:-80px;
    left:-90px;
    pointer-events: none;
}
.switch-to-another-website{
    position:absolute;
    bottom:0px;
    right:0px;
    border-top-left-radius: 20px;
    background: #08080899;
    padding:100px 70px 100px 70px; 
}
.another-website-info{
    max-width:252px;
}
.another-website-info p{
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color:#fff;
    margin-bottom: 15px;
}
.switch-to-another-website{
    gap:35px;
}
/********* End:Home Banner Css **********/
/*********** Qoute Area **********/
.qoutation-text-holder{
    max-width: 755px;
    /*background-color: #fff;*/
    padding: 55px 0px;
    position: relative;
    z-index: 1;
}
.qoutation-text-holder p{
    font-weight: 300;
    font-size: 44px;
    line-height: normal;
    text-align: center;
    font-family:"ivypresto-headline";
    margin:0px
}
.qoutation-text-holder p em{
	display:inline-block;
	line-height: 0px;
	vertical-align: baseline;
}
.split-child {
  display: inline-block;
  vertical-align: baseline;
  line-height: inherit;
  transform-origin: center bottom;
  will-change: transform, filter;
}

em .split-child {
  font-style: italic;  
}
.section__line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  transform: translateX(-50%);
  height: 170px;
  background-color: #C9C9C9;
  opacity:0.5
}
.section__line2 {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  height: 170px;
  background-color: #C9C9C9;
  opacity:0.5
}
.qoute-section{
    padding:170px 0px
}
/*********** Qoute Area **********/
/********** Gallery before After *********/
.gallery-before-and-after-wrapper{
    padding:45px 40px 45px 45px;
    border-radius:30px;
    overflow: hidden;
}
.each-gallery-before-after-image{
    border-radius:30px;
    overflow: hidden;
}
.each-gallery-before-and-after-left-content h2{
    color:#fff;
    font-weight: 300;
    font-size: 54px;
    line-height: 66px;
    margin-bottom: 35px;
}
.each-gallery-before-and-after-left-content h6{
    margin-bottom: 20px;
}
.each-gallery-before-and-after-left-content p{
    color:#B2B2B2;
    margin-bottom: 35px;
}
.gallery-before-and-after-left-content{
    max-width: 711px;;
}
.each-gallery-before-and-after-left-content{
    padding-bottom: 50px;
    padding-left: 40px;
}
.tab-links{
    position: absolute;
    bottom:0px;
    left:20px;
    width:100%;
}
.tab-links ul{
    display: flex;
    flex-wrap:wrap;
}
.tab-links ul li a{
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    padding:18px 25px;
    display: inline-block;
    color: #B2B2B2;
    border-radius: 25px;
    text-box: trim-both cap alphabetic;
}
.tab-links ul li.active a, .tab-links ul li a:hover{
    background: #FFFFFF4D;
    color:#fff
}
.gallery-before-after-content-wrapper .each-gallery-content{
    display:none
}
.gallery-before-after-content-wrapper .each-gallery-content.active{
    display:block;
}
.each-gallery-before-after-image{
    display:none
}
.each-gallery-before-after-image.active{
    display:block;
}
.beer-reveal>img:first-child {
    height: 100%;
}
/********** End:Gallery before After *********/
/********** Logo Slider Area ***********/
.logo-slider{
    padding:42px 0px 50px;
    overflow-x: hidden;
}
.swiper-partner .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
    display: flex;
    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 20px;
}
.logo-slider .swiper-slide img{
    opacity: 0.6;
    mix-blend-mode: Luminosity;
    filter: grayscale(100%);
}
/********** End:Logo Slider ***********/
/********** Surgon Area ***********/
.surgones-area .each-surgones-content-holder{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;;
}
.surgones-area .each-surgones-content-holder.active{
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;;
    visibility: visible;
    pointer-events: all;
}
.each-surgones-content-wrapper{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height:100%;;
    background-position: top center;
    padding-bottom: 150px;
}
.both-surgon-content{
    max-width: 400px;
    padding-bottom: 50px;
    position: relative;
    left: 30px;
	padding-left:50px;
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-surgones-content-holder.active .each-surgones-content-wrapper .both-surgon-content{
    transform: translateY(0);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.both-surgon-content h2{
    font-weight: 300;
    font-size: 38px;
    line-height: 46px;
    color:#fff
}
.both-surgon-content p{
    color:#fff;
    margin-bottom: 30px;
}
.background-image img{
    max-height: 100vh;
    object-fit: cover;
    object-position: top center;
}
.both-doctors-info{
    position: relative;
    top:50px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-surgones-content-holder.active .both-doctors-info{
    top:0px;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.both-doctors-info h3{
    line-height: 46px;
    color:#fff;
    margin-bottom: 10px;
}
.both-doctors-info p{
    margin:0px;
    color: #D9D9D9;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-weight: 300;
}
.surgons-tabs {
    bottom:45px;
    left:50%;
    transform: translateX(-50%);
    position:absolute;
    background: #000000CC;
    padding: 10px;
    border-radius: 45px;
}
.surgons-tabs ul{
    display: flex;
}
.surgons-tabs ul li a{
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    padding:18px 25px;
    display: inline-block;
    color: #B2B2B2;
    border-radius: 25px;
    text-box: trim-both cap alphabetic;
    min-width: 172px;
    white-space: nowrap;
}
.surgons-tabs ul li.active a, .surgons-tabs ul li a:hover{
    background: #FFFFFF4D;
    color:#fff
}
.singel-doctors-info{
    position: relative;
    top:50px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-surgones-content-holder.active .singel-doctors-info{
    position: relative;
    top:0px;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.singel-doctors-info h2{
    color:#FFFFFF;
    font-weight: 300;
    font-size: 54px;
    line-height: 66px;
}
.singel-doctors-info p{
    color: #D9D9D9;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.singel-doctor-info{
    max-width: 375px;
    left:0px
}
.singel-info-social ul{
    display: flex;
    gap:15px;
}
.singel-info-social ul li a{
    font-size: 24px;
    color:#fff;
}
.singel-info-social ul li a:hover{
    color:#C8B29D
}
.each-surgones-content-holder{
    top:0px;
    left:0px;
}
/********** End surgon Area **********/
/********** Testimonial Area *************/
.testimonial-area{
    margin-top:100px;
    margin-bottom:100px;
}
.testimonial-content-wrapper{
    max-width:1255px;
}
.testimonial-heading{
    margin-bottom: 95px;
}
.testimonial-heading h2{
    font-weight: 300;
    font-size: 54px;
    line-height: 66px;
    color:#000;
    margin-bottom: 35px;
}
.testimonial-heading img{
    margin-bottom: 20px;
}
.testimonial-heading h6{
    color:#121212
}
.each-testimonioal p{
    font-weight: 300;
    font-size: 36px;
    line-height: 52px;
    font-family:"ivypresto-headline";
    margin-bottom: 40px;
}
.testimonial-slider{
    max-width: 572px;
    margin-left: auto;
    padding-left: 40px;
}
.testimonial-slider:after{
    content:url('../images/qoutation.png');
    position: absolute;
    top:-36px;
    left:0px;
}
.testimonial-controller{
    gap:28px;
}
.swiper-pagination-fraction{
    width:auto;
    bottom:auto;
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Josefin Sans", sans-serif;
    margin-left: 20px;
}
.testimonial-left-image{
	border-radius:25px;
	overflow:hidden;
}
.testimonial-left-image iframe{
	display:block;
}
/************ Expert Insite ************/
.expert-insite-wrapper{
    box-shadow: 0px 0px 45px 0px #00000021;
    border-radius:30px;
    padding:100px 50px 80px
}
.expert-insite-wrapper h2{
    color:#fff;
    font-weight: 300;
    font-size: 54px;
    line-height: 66px;
    letter-spacing: 0%;
}
.each-expert-slide{
    background: #121212;
    box-shadow: 0px 0px 15px 0px #0000002B;
    padding:23px 25px;
    border-radius:30px;
}
.each-expert-slide a.common-button{
	margin-top:20px;
}
.each-expert-slide img{
    border-radius:15px;
    margin-bottom: 20px;
}
.each-expert-slide h3{
    color:#F5F5F5;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0px;
}
.expert-insite-heading {
    margin-bottom: 50px;
}
.expert-listing-slider .swiper-pagination{
    margin-top: 45px;;
}
.view-video-gallery {
    margin-top: 40px;
}
.each-expert-slide iframe{
	display:block;
	border-radius:15px;
	margin-bottom:15px;
}
/************ End:Expert Insite ************/
/************ Our Expert Care **********/
.our-expert-care{
    margin-top: 140px;
    margin-bottom: 140px;
    overflow: hidden;
}
.our-expert-care-heading h2{
    max-width: 585px;
    font-weight: 300;
    font-size: 54px;
    line-height: 66px;
    margin-bottom: 0px;
}
.our-expert-care-heading{
    padding:0px 55px;
}
.our-expert-care-heading {
    margin-bottom: 75px;
}
.each-our-expert-slide{
    border-radius:20px;
    overflow: hidden;
}
.item-text {
    bottom:50px;
    transition:all 0.5s;
}
.item-text h3{
    color: #fff;
    margin: 0px;
}
.our-expert-care-slider .swiper{
    padding: 0 clamp(3.75rem, -23.4rem + 33.3333vw, 18.75rem);
}
.each-our-expert-slide a{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
}
.each-our-expert-slide:hover .item-text {
    bottom:70px;;
    transition:all 0.5s;
}
/************ End:Our Expert Care **********/
/************ Surgical Facilities **********/
.surgical-facilities{
    padding-top: 50px;
    padding-bottom: 80px;
}
.logo-icon{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    top: 0px;
    z-index: 9;
}
.each-facility-image{
    border-radius:30px;
    overflow: hidden;
    position: relative;
}
.each-facility-image:after{
    position: absolute;
    bottom:0px;
    left:0px;
    top:0px;
    right: 0px;
    content:'';
    background: linear-gradient(0deg, #121212 7.77%, rgba(18, 18, 18, 0) 38.85%);
}
.surgical-facilities:before{
    background-color: #000;
    height:525px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    content:'';
}
.surgical-facilities-content{
    padding:0px 85px
}
.surgical-facilities-content-left h2{
    font-weight: 300;
    font-size: 44px;
    line-height: 52px;
    color:#fff;
    margin-bottom: 35px;
}
.surgical-facilities-content-right p{
    color:#fff;
    margin-bottom: 30px;
}
.facility-slider-wrapper  .swiper-pagination{
    bottom:50px
}
/************ End:Surgical Facilities **********/
/************ Maintaing Surgical Resort ************/
.mainting-surgical-reasult-content-area{
    border-radius:30px;
    overflow: hidden; 
}
.mainting-surgical-reasult-content-area{
    min-height: 705px;
    padding: 50px 0px;
}
.mainting-surgical-reasult-content-wrapper{
    max-width: 715px;
}
.mainting-surgical-reasult-content-wrapper h2{
    color:#fff;
    margin-bottom: 35px;
}
.mainting-surgical-reasult-content-wrapper h6{
    margin-bottom: 25px;
}
.mainting-surgical-reasult-content-wrapper p{
    color:#fff;
    margin-bottom: 40px;
}
.instragram-heading a span i{
    font-size: 25px;
    vertical-align: sub;
}
.instragram-heading a span {
    margin-right: 10px;
}
.instragram-area{
    margin-top:122px;
    margin-bottom: 122px;
}
.instragram-heading-left h6{
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color:#121212;
}
.instragram-heading-left h2{
    margin-bottom: 35px;
}
.instragram-heading{
    padding:0px 50px;
    margin-bottom: 50px;
}
/************ End:Maintaing Surgical Resort ************/
/************ NewsLetter Area **********/
.newsletter-area{
    padding:108px 0px;
}
.newsletter-heading h2{
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
    color:#E6E6E6;
    margin-bottom: 30px;
}

.split-child {
  display: inline-block;
  filter: blur(10px);
  opacity: 0;
  transform: skewX(-20deg); /* simulate italic */
}

.split-child.active {
  font-style: normal; /* change to normal when visible */
}
.blur-text p em{
    display:inline-block;
}

/*============================ gallery-overview ============================*/
.overview-banner{
    min-height: 100vh;
    padding: 250px 0 254px;
}
.overview-banner:after{
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.80) 75%);
}
.overview-banner-img:after{
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.00) 52.67%, #121212 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%)!important;
}
.overview-banner-wrapper{
    position: relative;
    max-width: 710px;
    width: 100%;
    margin: auto;
    z-index: 1;
}
.overview-banner-wrapper h1{
    margin-bottom: 17px;
}
.overview-banner-wrapper p{
    color: #fff;
    margin-bottom: 22px;
}
.overview-banner-wrapper .common-button{
    background-color: #C8B29D;
    border-color: #C8B29D;
    color: #000;
    min-width: 155px;
}
.overview-banner-wrapper .common-button:hover {
    border-color: #fff;
    background-color: #fff;
}
.gal-overview-sec{
    margin-bottom: 110px;
}
.gal-overview-wrapper{
    position: relative;
    z-index: 1;
    max-width: 1232px;
    width: 100%;
    margin: -232px auto 0;
}
.each-gal-overview{
    padding: 75px 75px 60px;
    background-color: #F5F5F5;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 50px;
}
.gal-overview-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 2;
    column-gap: 37px;
}
.gal-overview-list li a{
    color: #121212;
    font-family: 'Proxima Nova Lt';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 44px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gal-overview-list li a:hover{
    color: #C8B29D;
}
/*============ gallery-Category ============*/
.category-banner{
    min-height: 695px;
    padding-bottom: 211px;
}
.gal-category-top-sec{
    background-color: #F5F5F5;
}
.gal-category-top-wrap{
    margin-top: -64px;
}
.gal-category-top-wrap .col-xl-3{
    padding-top: 50px;
}
.gal-category-top-content .samicolon {
    position: absolute;
    left: -28px;
    top: -27px;
    pointer-events: none;
}
.gal-category-top-content p{
    color: #121212;
    font-family:"ivypresto-headline";
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 45px;
    margin-bottom: 28px;
}
.gal-category-beth{
    padding-left: 17px;
    border-left: 2px solid #C8B29D;
}
.gal-category-beth h5{
    color: #121212;
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.gal-category-beth h6{
    color: #121212;
    /* font-family: 'Proxima Nova med'; */
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: capitalize;
}
.gal-cat-bna-area .big{
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    top: -50px;
}
.beer-slider{
    border-radius: 30px;
    overflow: hidden;
}
.beer-handle {
    top: 88%;
    color: #fff;
}
.beer-reveal{
    border-right: 1.5px solid #fff;
}
.beer-reveal[data-beer-label]:after, .beer-slider[data-beer-label]:after{
    display: none;
}
.beer-slider>img,
.beer-reveal>img:first-child{
    height: 705px;
    object-fit: cover;
}
.gal-cat-bna-area {
    max-width: 496px;
    margin: 0px auto;
}
.gal-category-top-dtl h6{
    line-height: 22px;
    letter-spacing: 1.6px;
    color: #000;
    margin-bottom: 8px;
}
.gal-category-top-dtl h5 a{
    color: #87786D;
    /* font-family: 'Proxima Nova med'; */
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; 
    text-decoration: underline;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gal-category-top-dtl h5 a:hover{
    color: #000;
}
.gal-category-top-dtl ul{
    margin: 30px 0 20px;
    list-style: none;
    padding: 0;
    column-count: 2;
}
.gal-category-top-dtl li{
    margin-bottom: 30px;
}
.gal-category-top-dtl li p{
    font-family: 'Proxima Nova Rg';
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px; 
    margin-bottom: 0;
}
.gal-category-top-dtl li p a{
     color: #87786D;
     text-decoration: underline;
}
.gal-category-top-dtl li p a:hover{
    color: #000;
}
.gal-category-sec{
    margin-top: 100px;
}
.gal-category-img-area  > .row{
    margin: 0px -11px;
}
.gal-category-img-area .col-lg-4{
    padding: 0px 11px;
}
.gal-category-img img{
    height: 100%;
    object-fit: cover;
}
.gal-category-dtl{
    margin-top: 45px;
    padding-left: 19px;
}
.gal-category-dtl ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}
.gal-category-dtl li h6{
    line-height: 22px;
    color: #000;
    letter-spacing: 1.6px;
    margin-bottom: 9px;
}
.gal-category-dtl li p{
    margin-bottom: 0;
}
.gal-category-dtl li p{
    font-family: 'Proxima Nova Rg';
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; 
}
.gal-category-dtl li p a{
    color: #87786D;
    text-decoration: underline;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gal-category-dtl li p a:hover{
    color: #000;
}
.each-gal-category:not(:last-child){
    padding: 0px 28px 54px;
    margin-bottom: 65px;
    border-bottom: 1px solid #000;
}
.gal-category-wrapper{
    margin-bottom: 55px;
}
/****************** what-expect-from ******************/
.what-expect-from-sec{
    margin-bottom: 110px;
    margin-top: 110px;
}
.what-expect-from-heading{
    max-width: 900px;
    width: 100%;
    margin: 0px auto 47px;
}
.what-expect-from-heading p{
    color: #121212;
    font-size: 21px;
    font-weight: 400;
    line-height: 33px; 
}
.what-expect-from-wrapper{
    max-width: 1236px;
    width: 100%;
    margin: 0px auto;
}
.what-expect-from-video{
    max-width: 560px;
    width: 100%;
}
.what-expect-from-video iframe{
    display: block;
    width: 100%;
    height: 316px;
    border-radius: 25px;
    overflow: hidden;
}
.what-expect-from-content p:last-child{
    margin-bottom: 0;
}
.facelift-recovery-sec{
    padding-top: 100px;
	padding-bottom: 50px;
    position: relative;
}
.facelift-recovery-sec::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    z-index: -1;
}
.facelift-recovery-heading{
    max-width: 1228px;
    width: 100%;
    margin-bottom: 38px;
}
.facelift-recovery-heading-left {
    /*max-width: 559px;*/
    width: 100%;
}
.facelift-recovery-heading-text{
    /*max-width: 559px;*/
    width: 100%;
}
.facelift-recovery-heading p a{
    color: #121212;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    line-height: 28px;
    text-decoration: underline;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.facelift-recovery-heading p a:hover{
    color: #87786D;
}
.maintaining-surgical-results-area{
    min-height: 516px;
    border-radius: 20px;
    overflow: hidden;
    filter: drop-shadow(0px 0px 45px rgba(0, 0, 0, 0.13));
    padding: 50px 30px;
}
.maintaining-surgical-results-area::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 90%);
}
.maintaining-surgical-results-area::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:rgba(0,0,0,0.5);
}
.maintaining-surgical-results-inner{
    position: relative;
    z-index: 1;
    max-width: 717px;
    width: 100%;
    margin: 0px auto;
}
.maintaining-surgical-results-area h2{
    color: #FFF;
    font-size: 54px;
    margin-bottom: 28px;
    line-height: 66px; 
}
.maintaining-surgical-results-area h6{
    color: #FFF;
    margin-bottom: 25px;
}
.maintaining-surgical-results-area p{
    color: #fff;
    margin-bottom: 38px;
}
.maintaining-surgical-results-area .common-button{
    background-color: #121212;
}
/*====== faq css ======*/
.faq-sec{
    margin-top: 130px;
    margin-bottom: 93px;
}
.faq-heading{
    max-width: 490px;
    width: 100%;
}
.accordion {
    list-style: none;
    padding: 0px;
    margin: 0;
}
.faq-accordian .accordion>li {
    display: block;
    list-style: none;
    margin-bottom: 36px;
}
.faq-accordian .accordion>li>span {
    display: block;
    padding: 5px 20px 7px 0;
    background: url(../images/plus.svg) no-repeat 100%;
    cursor: pointer;
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; 
    /*text-transform: capitalize;*/
    border-bottom: 1px solid #87786D;
    background-size: 15px;
}
.faq-accordian .accordion>li>div {
    list-style: none;
    padding: 0px;
    display: none;
    overflow: auto;
    font-family: 'Proxima Nova Rg';
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin-top:20px;
	color:#121212;
}
.faq-accordian .accordion>li>div p:last-child{
    margin-bottom: 0;
}
.faq-accordian .accordion li>span.active {
    background: url(../images/minus.svg) no-repeat 100%;
    background-size: 15px;
}

.private-consultation-sec{
    margin-top: 130px;
    margin-bottom: 126px;
}
.private-consultation-wrap{
    min-height: 546px;
    padding: 125px 80px;
    border-radius: 30px;
    overflow: hidden;
}
.private-consultation-wrap::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 70%);
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.13);
}
.private-consultation-inner{
    max-width: 540px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.private-consultation-wrap h2{
    color: #FFF;
}
.private-consultation-wrap p{
    color: #fff;
}
.private-consultation-wrap .common-button{
   background-color:#C8B29D;
   border-color:#C8B29D;
   color:#000;
   min-width: 155px;;
}
.private-consultation-wrap .common-button:hover{
    border-color:#fff;
    background-color: #fff;
}
/*=============================== gallery-case ===============================*/
.post-type-banner{
    min-height: 499px;
    padding-bottom: 71px;
}
.post-type-banner .overview-banner-wrapper .common-button{
    border: 1px solid #FFF;
    background-color: #121212;
    color: #FFFFFF;
}
.post-type-banner .overview-banner-wrapper .common-button:hover{
    background-color: #C8B29D;
    border-color: #C8B29D;
}
.post-type-banner .site-breadcrumb{
    margin-bottom: 25px;
}
.gallery-case-wrapper{
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
}
.gallery-case-slid-sec{
    margin-top: 85px;
    margin-bottom: 120px;
}
.gallery-case-slid-wrapper{
    max-width: 1236px;
    width: 100%;
    margin: 0px auto;
}
.gallery-case-slid-wrapper .swiper-container{
    overflow-x: clip;
}
.gal-case-img img{
    height: 100%;
    object-fit: cover;
}
.gallery-case-slid-top {
    margin-bottom: 45px;
}
.gallery-case-dtl{
    max-width: 467px;
    width: 100%;
    padding-left: 30px;
    margin-top: 39px;
}
.gallery-case-dtl .gal-category-top-dtl{
    padding: 0px 17px;
}
.gallery-case-dtl .gal-category-top-dtl ul{
    margin-bottom: 16px;
}
.gal-case-btn{
    column-gap: 20px;
    padding-top: 38px;
    border-top: 1px solid #000;
}
.gal-case-btn .common-button{
    min-width: 132px;
}
.beth-journey-dr-sec{
    padding: 94px 0 98px;
    margin-top: 120px;
    margin-bottom: 100px;
}
.beth-journey-dr-wrapper{
    max-width: 1262px;
    width: 100%;
    margin: 0px auto;
}
.beth-journey-dr-left{
    width: 100%;
    max-width: 540px;
}
.star-area{
    max-width: 149px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 27px;
}
.star-area img{
    max-width: initial;
}
.star-area .star-width{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.beth-journey-dr-left h2{
    color: #F5F5F5;
    font-size: 54px;
    font-weight: 300;
    line-height: 66px;
    margin-bottom: 51px;
}
.beth-journey-dr-left .what-expect-from-video iframe{
    border-radius: 15px;
}
.beth-journey-dr-right{
    max-width: 527px;
    width: 100%;
}
.beth-journey-dr-right h3{
    color: #F5F5F5;
    font-size: 34px;
    font-style: italic;
    font-weight: 300;
    line-height: 47px;
}
.beth-journey-dr-right .samicolon {
    position: absolute;
    left: -37px;
    top: -45px;
}
.beth-journey-dr-right .gal-category-beth h6,
.beth-journey-dr-right .gal-category-beth h5{
    color: #F5F5F5;
}
.beth-journey-dr-right .gal-category-beth{
    margin-bottom: 39px;
}
.beth-journey-dr-right p{
    color: #F5F5F5;
}
.gallery-case-wrapper > p a{
    color: #121212;
    text-decoration: underline;
}
.gallery-case-wrapper > p a:hover{
    color: #87786D;
}
.surgery-qna-sec{
    background-color: #F5F5F5;
    padding-bottom: 41px;
    margin-top: 100px;
}
.browsing-our-gallery-sec{
    padding: 75px 0;
	margin-top:75px;
}
.browsing-our-gallery-wrapper h2{
    text-align: center;
    margin-bottom: 57px;
    color: #F5F5F5;
}
.browsing-our-gallery-wrapper .swiper-container{
    overflow-x: clip;
}
.browsing-our-gallery-slid{
    padding: 0px 40px;
}
.browsing-our-gallery-slid .swiper-button-prev::after,
.browsing-our-gallery-slid .swiper-button-next::after{
    display: none;
}
.browsing-our-gallery-slid .swiper-button-prev{
    left: 0;
}
.browsing-our-gallery-slid .swiper-button-next{
    right: 0;
}
.browsing-our-gallery-img img{
    height: 100%;
    object-fit: cover;
}
/*======================== team-member ========================*/
.team-top-wrap{
    padding: 50px;
    border-radius: 30px;
    overflow: hidden;
    background-color: #F5F5F5;
    margin-top: -224px;
    position: relative;
    z-index: 1;
}
.team-top-wrap .row{
    margin: 0px -22.5px;
    row-gap: 15px;
}
.team-top-wrap .col-lg-4{
    padding: 0px 22.5px;
}
.team-top-content p{
    font-size: 15px;
    line-height: 21px; 
}
.team-top-content p:last-child{
    margin-bottom: 0;
}
.team-top-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.team-member{
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.team-member::after{
    position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.75) 100%);
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.team-member-dtl{
    padding: 42px 43px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.team-member-dtl h3{
    margin-bottom: 11px;
    color: #F5F5F5;
}
.team-member-dtl h3 a{
    color: #F5F5F5;
}
.team-member-dtl h3 a:hover{
    color: #C8B29D;
}
.team-member-dtl h6{
    color: #FFF;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1.4px;
}
.meet-the-team-sec{
    margin-top: 123px;
    margin-bottom: 123px;
}
.meet-the-team-wrapper h2{
    text-align: center;
    margin-bottom: 83px;
}
.meet-the-team-wrapper{
    max-width: 1270px;
    width: 100%;
    margin: 0px auto;
}
.meet-the-team-wrapper .row{
    margin: 0px -25px;
    row-gap: 50px;
}
.meet-the-team-wrapper .col-lg-4{
    padding: 0px 25px;
}
.meet-the-team-wrapper .team-member::after{
    display: none;
}
.state-art-sec{
    margin-bottom: 84px;
    padding-bottom: 90px;
}
.home .state-art-sec{
    margin-bottom: 0px;
    margin-bottom: 0px;
}
.state-art-sec::after{
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 70%;
    bottom: 0;
    background-color: #121212;
    pointer-events: none;
}
.state-art-logo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -53px;
    z-index: 3;
}
.state-art-slider::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #121212 7.77%, rgba(18, 18, 18, 0.00) 38.85%);
    z-index: 1;
    pointer-events: none;
}
.state-art-slider .swiper-container{
    border-radius: 30px;
    overflow: hidden;
}
.state-art-slider .swiper-pagination{
    bottom: 57px;
}
.state-art-content{
    position: relative;
    max-width: 1250px;
    padding: 0px 20px;
    width: 100%;
    margin: 0px auto;
    z-index: 1;
}
.state-art-content h2{
    color: #FFF;
    margin-bottom: 37px;
}
.state-art-content h6{
    color: #FFF;
    letter-spacing: 1.6px;
}
.state-art-content-left{
    max-width: 558px;
    width: 100%;
}
.state-art-content-right{
    max-width: 579px;
    width: 100%;
}
.state-art-content p{
    color: #FFF;
    margin-bottom: 25px;
}
/*============================ video-overview ============================*/
.overview-banner-wrapper h1 span{
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #C8B29D;
    line-height: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 13px;
}
.post-type-banner .overview-banner-wrapper .common-button{
    margin-bottom: 13px;
}
.video-overview-sec{
    margin-top: 68px;
}
.video-overview-wrapper{
    max-width: 1274px;
    width: 100%;
    margin-top: 75px;
}
.each-video{
    border-radius: 30px;
    overflow: hidden;
    background-color: #F5F5F5;
    padding: 25px 25px 31px;
}
.video-area iframe{
    height: 198px;
    display: block;
    width: 100%;
}
.video-area p{
    margin: 0;
}
.video-area{
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
}
.vdo-dtl h3{
    font-family: 'Century Gothic Pro';
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #87786D;
    margin-bottom: 24px;
}
.vdo-dtl h3 a{
    color: #87786D;
}
.vdo-dtl h2{
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #121212;
}
.vdo-dtl h2:last-child{
    margin-bottom: 0;
}
.vdo-dtl h2 a{
    color: #121212;
}
.vdo-dtl h3 a:hover,
.vdo-dtl h2 a:hover{
     color: #C8B29D;
}
.video-overview-area .row{
    margin: 0px -20px 67px;
    row-gap: 40px;
}
.video-overview-area .col-md-6{
    padding: 0px 20px;
}
.filter-and-categories{
    padding-left: 10px;
}
.search-filter{
    margin-bottom: 40px;
}
.search-filter form{
    display: flex;
    width: 100%;
}
.search-filter input{
    background-color: #F5F5F5;
    padding: 16px 50px 12px 40px;
    border: none;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    border-radius: 100px;
    width: 100%;
}
.search-filter input::placeholder{
    color: #000;
}
/*.search-filter button{
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    padding: 0;
}*/
.search-filter button{
    position: absolute;
    right: 23px;
    top: 16px;
    border: none;
    background-color: transparent;
    padding: 0;
}
.search-filter button:focus,
.search-filter input:focus{
    outline: none;
}
.categories-area{
    background-color: #F5F5F5;
    padding: 37px 35px 27px;
    border-radius: 30px;
    margin-bottom: 40px;
}
.categories-area h3{
    color: #121212;
    margin-bottom: 15px;
}
.categories-area ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.categories-area li{
    padding-bottom: 15px;
    border-bottom: 1px solid #B2B2B2;
    margin-bottom: 20px;
}
.categories-area li a{
    font-family: 'Century Gothic Pro';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #87786D;
} 
.categories-area li a:hover{
    color: #C8B29D;
}
.more-categories{
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #121212;
    background-image: url("../images/arrow-down.svg");
    background-size: 14px;
    background-position: 100%;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    margin-top: 23px;
    position: relative;
    z-index: 1;
}
.more-categories:hover{
    color: #C8B29D;
} 
.categories-area.text-more ul{
   display: block;
}
.categories-area.text-more .more-categories{
    background-image: url("../images/arrow-up.svg");
}
/*============================ video post ============================*/
.video-post-banner .overview-banner-wrapper h1{
    font-size: 44px;
    line-height: 66px;
}
.video-post-area{
    padding-right: 30px;
}
.video-post{
    margin-bottom: 36px;
    border-radius: 15px;
    overflow: hidden;
}
.video-post p{
    margin: 0;
}
.video-post iframe{
    display: block;
    width: 100%;
    height: 444px;
}
.video-post-dtl h4{
    font-family: 'Century Gothic Pro';
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #87786D;
    margin-bottom: 24px;
}
.video-post-dtl h4 a{
    color: #87786D;
}
.video-post-dtl h4 a:hover{
    color: #C8B29D;
}
.video-post-dtl h2{
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
}
/*============================ blog-overview ============================*/
.blog-overview-banner{
    padding-bottom: 295px;
}
.blog-overview-sec{
    margin-top: 0;
}
.feture-blog-img img,
.feture-blog-img{
    height: 100%;
    object-fit: cover;
}
.feture-blog-area{
    max-width: 1230px;
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 75px;
    margin-top: -232px;
    position: relative;
    z-index: 1;
}
.feture-blog-content{
    padding: 50px 50px 50px 30px;
}
.blog-overview-sec .video-overview-wrapper{
    max-width: 1230px;
    margin-top: 75px;
}
.feture-blog-content h4{
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #87786D;
    margin-bottom: 8px;
}
.feture-blog-content h3{
    margin-bottom: 14px;
}
.feture-blog-content h3 a{
    color: #000000;
}
.feture-blog-content p{
    color: #000;
}
.feture-blog-content p a{
    color: #000;
    border-bottom: 1.5px solid;
}
.feture-blog-content h3 a:hover,
.feture-blog-content p a:hover{
    color: #C8B29D;
}
.top-stories{
    background-color: #F5F5F5;
    padding: 37px 35px 35px;
    border-radius: 30px;
    margin-bottom: 47px;
}
.top-stories h3 {
    color: #121212;
}
.top-stories ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-stories li{
    padding-bottom: 11px;
    border-bottom: 1px solid #B2B2B2;
    margin-bottom: 20px;
}
.top-stories li:last-child{
    margin-bottom: 0;
}
.top-stories li a{
    font-family:"ivypresto-headline";
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #121212;
} 
.top-stories li a:hover{
    color: #C8B29D;
}
.blog-overview-sec .video-overview-area .row{
    margin-bottom: 75px;
}
/*============================ blog-post ============================*/
.blog-post-banner{
    padding-bottom: 275px;
}
.blog-post-banner .overview-banner-wrapper{
    max-width: 925px;
}
.blog-post-banner .overview-banner-wrapper h1{
    font-size: 44px;
    line-height: 57px;
    margin-bottom: 32px;
}
.blog-post-sec{
    margin-bottom: 101px;
}
.feture-blog-post{
    max-width: 1200px;
    width: 100%;
    border-radius: 30px;
    margin-top: -230px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 112px;
}
.blog-post-wrapper{
    max-width: 1211px;
    width: 100%;
    margin-top: 75px;
}
.blog-post-content {
    padding-right: 30px;
}
.blog-post-content ul{
    margin-bottom: 38px;
    padding-left: 26px;
}
.blog-post-content li{
    font-family: 'Proxima Nova Rg';
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color:#121212;
}
.blog-post-content ul li::marker{
    font-size: 13px;
}
.blog-post-content iframe{
    width: 100%;
    max-width: 640px;
    height: 361px;
    display: block;
    margin-bottom: 63px;
}
.blog-gal-slider{
    margin-top: 63px;
    margin-bottom: 75px;
    overflow-x: clip;
}
.blog-gal-slider-dtl{
    margin-top: 23px;
    padding-bottom: 26px;
    border-bottom: 1px solid #000000;
    margin-bottom: 30px;
}
.blog-gal-slider-dtl p:last-child{
    margin-bottom: 0;
}
.blog-gal-slider-dtl p a{
    color: #000;
    border-bottom: 1px solid;
}
.blog-gal-slider-dtl p a:hover{
    color: #C8B29D;
}
.blog-gal-slider-next-prev img{
    width: 9px;
}
.blog-gal-slider-next-prev{
    display: flex;
    column-gap: 28px;
}
.blog-gal-slider-nav .swiper-pagination-fraction{
    position: initial;
}
.blog-gal-slider-nav {
    display: flex;
    align-items: center;
    column-gap: 27px;
}
.blog-gal-slider-btm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    padding: 30px 30px;
}
.blog-gal-slider-btm .common-button{
    min-width: 248px;
}
.blog-post-content ol{
    padding-left: 20px;
    margin-bottom: 52px;
}
.blog-post-content li{
    font-family: 'Proxima Nova Rg';
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color:#121212;
}
.blog-post-content li strong{
    font-weight: 700;
}
.blog-post-content li::marker{
    font-weight: 700;
}
.blog-post-content p a{
    color: #000;
    border-bottom: 1px solid;
}
.blog-post-content p a:hover{
    color: #C8B29D;
}
.blog-post-content hr{
    border-top: 1px solid #000000;
    margin-bottom: 60px;
    margin-top: 26px;
}
.blog-post-content .row{
    margin-bottom: 35px;
}
/*================================= news and event =================================*/
.news-and-even-sec{
    margin-bottom: 90px;
}
.news-and-even-sec .video-overview-area > h2{
    margin-bottom: 46px;
}
.news-and-even-sec .video-overview-area .row{
    margin-bottom: 0;
}
.news-and-even-sec .video-overview-area:not(:last-child){
    margin-bottom: 89px;
}
/*================================= news and event post =================================*/
.news-and-event-post-banner{
    padding-bottom: 94px;
    min-height: 591px;
}
.news-and-event-post-banner .overview-banner-wrapper .common-button{
    border: 1px solid #FFF;
    background-color: #121212;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.news-and-event-post-banner .overview-banner-wrapper .common-button:hover{
    background-color: #C8B29D;
    border-color: #C8B29D;
}
.news-and-event-post-banner .overview-banner-wrapper h1{
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 21px;
}
.news-and-even-post-sec{
    margin-top: 0;
}
.news-and-even-post-sec .feture-blog-area{
    margin-top: -52px;
}
.news-and-even-post-sec .feture-blog-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.news-and-even-post-sec{
    margin-bottom: 25px;
}
/*=============================== review-banner ===============================*/
.review-banner::after{
    opacity: 0.7;
}
.review-area{
    margin-top: 105px;
    margin-bottom: 136px;
}
.review-wrapper{
    max-width: 1175px;
    width: 100%;
    column-count: 3;
    column-gap: 40px;
}
.each-review {
    display: inline-block;
    padding: 25px;
    background-color: #F5F5F5;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}
.each-review.text-more .review-text{
    height: 174px;
    overflow: hidden;
}
.each-review.text-more::after{
    background: linear-gradient(360deg, #F5F5F5 58.58%, rgba(245, 245, 245, 0.5) 117.16%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 107px;
    content: "";
}
.star_area{
    width: 100px;
    overflow: hidden;
    margin-bottom: 8px;
}
.star_area img{
    width: 100px;
    max-width: initial;
}
.star_width{
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.each-review h6{
    font-family: 'Century Gothic Pro';
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #87786D;
    margin-bottom: 16px;
}
.each-review.text-more p{
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-review p{
    font-family:"ivypresto-headline";
    font-weight: 300;
    font-size: 21px;
    line-height: 29px;
    color: #121212;
}
.each-review p:last-child{
    margin-bottom: 0;
}
.review-more{
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #121212;
    background-image: url("../images/arrow-up.svg");
    background-size: 14px;
    background-position: 100%;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    margin-top: 23px;
    position: relative;
    z-index: 1;
}
.each-review.text-more .review-more{
    background-image: url("../images/arrow-down.svg");
}
.review-more:hover{
    color: #C8B29D;
}
/************** featured-bna-sec **************/
.featured-bna-sec{
    margin-top: 110px;
    padding-bottom: 44px;
}
.featured-bna-content {
    padding-top: 30px;
}
.featured-bna-content h2{
    color: #F5F5F5;
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 27px;
}
.featured-bna-age-post{
    column-gap: 45px;
    margin-bottom: 23px;
}
.each-featured-bna-age-post h5{
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 11px;
}
.each-featured-bna-age-post h6{
    font-family: 'Proxima Nova Rg';
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-transform: initial;
}
.featured-bna-content p{
    color: #B2B2B2;
    margin-bottom: 40px;
}
.common-button.blk-btn{
    border: 1px solid #FFF;
    background-color: #121212;
    color: #FFFFFF;
}
.common-button.blk-btn:hover{
    background-color: #C8B29D;
    border-color: #C8B29D;
}
.featured-bna-slider .swiper-container{
    overflow-x: clip;
}
.featured-bna-top .gal-cat-bna-area .big{
    top: -37px;
}
.featured-bna-thumb{
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 50px;
}
.featured-bna-thumb .swiper-container{
    padding: 0px 10px;
    max-width: 286px;
    width: 100%;
}
.featured-bna-thumb .swiper-wrapper{
    align-items: center;
}
.featured-bna-thumb .swiper-slide{
    border: 1px solid #87786D;
    border-radius: 100%;
    overflow: hidden;
    width: 50px !important;
    height: 50px !important;
	pointer-events: none!important;
}
.featured-bna-thumb .swiper-slide img{
    filter: grayscale(1);
    width: 50px !important;
    height: 50px;
    object-fit: cover;
}
.featured-bna-thumb .swiper-slide.swiper-slide-thumb-active{
    border-color: #C8B29D;
    width: 66px !important;
    height: 66px !important;
	pointer-events: none!important;
}
.featured-bna-thumb .swiper-slide.swiper-slide-thumb-active img{
    filter: grayscale(0);
    width: 70px !important;
    height: 65px;
}
.bna-nav::after{
    display: none;
}
.bna-nav{
    position: initial;
    margin-top: 5px;
}
.bna-nav img{
    width: 12px;
}
.featured-bna-right{
    padding-top: 50px;
}
.featured-bna-sami-content .samicolon {
    position: absolute;
    left: -31px;
    top: -23px;
    pointer-events: none;
    width: 55px;
}
.featured-bna-sami-content p{
    font-family:"ivypresto-headline";
    font-weight: 300;
    font-style: italic;
    font-size: 30px;
    line-height: 45px;
    color: #F5F5F5;
    margin-bottom: 33px;
}
.featured-bna-beth{
    border-left: 2px solid #C8B29D;
    padding-left: 18px;
    margin-bottom: 64px;
}
.featured-bna-beth h5{
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.featured-bna-beth h6{
    font-family: 'Proxima Nova Rg';
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
}
.featured-bna-video{
    border-radius: 15px;
    overflow: hidden;
}
.featured-bna-video iframe{
    width: 100%;
    height: 212px;
}
/*==================== results-procedure ====================*/
.results-procedure-banner{
    padding-bottom: 226px;
}
.results-procedure-intro{
    margin-bottom: 50px;
}
.results-procedure-wrapper {
    max-width: 1230px;
    padding: 50px;
    background-color: #F5F5F5;
    border-radius: 50px;
    overflow: hidden;
    margin-top: -182px;
	margin-left:auto;
	margin-right:auto;
    position: relative;
    z-index: 1;
}
.results-procedure-content {
    padding-right: 36px;
}
.results-procedure-content p{
    color: #000000;
}
.results-procedure-content p:last-child{
    margin-bottom: 0;
}
.results-procedure-content-sec{
    margin-top: 133px;
    margin-bottom: 134px;
}
.results-procedure-content-wrap{
    max-width: 900px;
    width: 100%;
}
.patient-journeys-wrapper {
    max-width: 1218px;
    width: 100%;
}
.patient-journeys-right{
    padding-left: 40px;
}
.patient-journeys-sec{
    margin-top: 108px;
    margin-bottom: 110px;
}
/********** Surgon Area ***********/
.surgones_area .each_surgones_content_holder{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;;
}
.surgones_area .each_surgones_content_holder.active{
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;;
    visibility: visible;
    pointer-events: all;
}
.each_surgones_content_wrapper{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height:100%;;
    background-position: top center;
    padding-bottom: 150px;
}
.background_image img{
    min-height: 100vh;
    object-fit: cover;
    object-position: top center;
}
.surgons_tabs {
    bottom:9%;
    left:50%;
    transform: translateX(-50%);
    position:absolute;
    background: #000000CC;
    padding: 10px;
    border-radius: 45px;
}
.surgons_tabs ul{
    display: flex;
}
.surgons_tabs ul li a{
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    padding:18px 25px;
    display: inline-block;
    color: #fff;
    border-radius: 25px;
    text-box: trim-both cap alphabetic;
    min-width: 239px;
    white-space: nowrap;
}
.surgons_tabs ul li.active a, .surgons_tabs ul li a:hover{
    background: #FFFFFF4D;
    color:#fff
}
.singel_doctors_info{
    position: relative;
    top:50px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each_surgones_content_holder.active .singel_doctors_info{
    position: relative;
    top:0px;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.singel_doctors_info h2{
    color:#FFFFFF;
    font-weight: 300;
    font-size: 54px;
    line-height: 66px;
}
.singel_doctors_info p{
    color: #D9D9D9;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 26px;
    margin-bottom: 30px;
    font-weight: 300;;
}
.each_surgones_content_holder{
    top:0px;
    left:0px;
}
.surgones-text h2{
    color: #FFFFFF;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 19px;
}
.surgones-text p{
    color: #FFFFFF;
    margin-bottom: 25px;
}
.surgones-text h3{
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 40px;
    color: #FFFFFF;
}
.surgones-text h6{
    color: #FFFFFF;
}
.listing_style{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
/********** End surgon Area **********/
.result-faq-sec{
    margin-top: 116px;
    margin-bottom: 81px;
}
/*========================== service-overview ==========================*/
.service-overview-sec .testimonial-area{
    margin-bottom: 225px;
}
/*========================== contact us==========================*/
.contact-us-banner{
    padding-bottom: 285px;
}
.contact-us-banner .overview-banner-wrapper{
    max-width: 1056px;
}
.contact-us-left {
    max-width: 720px;
    width: 100%;
}
.contact-us-left p a{
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-decoration: underline;
    color: #C8B29D;
}
.contact-us-left p a:hover{
    color: #fff;
}
.contact-us-area ul{
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
    column-gap: 15px;
    display: flex;
    font-size: 22px;
}
.contact-us-area ul li a{
    color: #FFFFFF;
}
.contact-us-area ul li a:hover{
    color: #C8B29D;
}
.contact-us-area h6{
    color: #FFFFFF;
    margin-bottom: 10px;
}
.contact-us-area h4{
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #C8B29D;
    margin-bottom: 30px;
}
.contact-us-area h4 a{
    color: #C8B29D;
}
.contact-us-area h5{
    font-family: 'Proxima Nova Rg';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    color: #C8B29D;
    margin-bottom: 30px;
}
.contact-us-area h5 a{
    color: #C8B29D;
}
.contact-us-area h4 a:hover,
.contact-us-area h5 a:hover{
  color: #fff;
}
.contact-us-area p{
    line-height: 24px;
    margin-bottom: 0;
}
.contact-form-sec{
    margin-bottom: 95px;
}
.contact-form-wrap{
    background-color: #F5F5F5;
    border-radius: 30px;
    overflow: hidden;
    max-width: 1230px;
    width: 100%;
    margin-top: -220px;
    position: relative;
    z-index: 1;
    padding: 75px 83px;
}
.contact-form-wrap h2{
    text-align: center;
    margin-bottom: 50px;
}
/*=========================== meet-our-surgeon ===========================*/
.meet-our-surgeon-banner{
    min-height: 700px;
    padding-bottom: 190px;
}
.meet-our-surgeon-banner .overview-banner-wrapper ul{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 19px;
    margin: 0 0 13px;
    padding: 0;
    font-size: 22px;
    list-style: none;
}
.meet-our-surgeon-banner .overview-banner-wrapper ul li a{
    color: #FFFFFF;
}
.meet-our-surgeon-banner .overview-banner-wrapper ul li a:hover{
    color: #C8B29D;
}
.meet-our-surgeon-banner .overview-banner-wrapper h1 span{
    color: #FFFFFF;
}
.meet-our-surgeon-banner .overview-banner-wrapper h1 {
    margin-bottom: 7px;
}
.meet-our-surgeon-banner .overview-banner-wrapper p{
    margin-bottom: 14px;
}
.meet-our-surgeon-intro-area{
    margin-bottom: 97px;
}
.meet-our-surgeon-intro-wrap{
    background-color: #F5F5F5;
    padding: 50px;
    border-radius: 30px;
    overflow: hidden;
    margin-top: -152px;
    position: relative;
    z-index: 1;
    max-width: 1230px;
    width: 100%;
}
.meet-our-surgeon-intro-content h2{
    margin-bottom: 19px;
}
.meet-our-surgeon-intro-content p:last-child{
    margin-bottom: 0;
}
.meet-our-surgeon-intro-content p a,
.meet-our-surgeon-intro-content p{
    color: #000;
}
.meet-our-surgeon-intro-content p a{
    text-decoration: underline;
}
.meet-our-surgeon-intro-content p a:hover{
    color: #C8B29D;
}
.meet-our-surgeon-intro-content{
    padding-right: 50px;
}
.meet-our-surgeon-intro-vdo iframe{
    height: 317px;
    display: block;
    width: 100%;
}
.surgeon-two-colum-sec{
    margin-top: 97px;
    margin-bottom: 100px;
}
.surgeon-two-colum-wrapper{
    max-width: 1130px;
    width: 100%;
}
.surgeon-two-colum-content{
    padding-left: 15px;
    position: relative;
}
.surgeon-two-colum-content::after {
    background: linear-gradient(360deg, #fff 58.58%, rgba(255, 255, 255, 0.5) 117.16%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 107px;
    content: "";
}
.surgeon-two-colum-text{
    max-height: 492px;
    overflow: hidden;
    transition: max-height 0.15s ease-out;
}
.surgeon-two-colum-content p a{
    color: #121212;
    text-decoration: underline;
}
.surgeon-two-colum-content p a:hover{
    color: #C8B29D;
}
.surgeon-two-colum-content.text-more .surgeon-two-colum-text{
    max-height: 1000px;
    transition: max-height 0.25s ease-in;
}
.surgeon-two-colum-content.text-more::after{
    display: none;
} 
.results-procedure-content-wrap ul{
    margin-bottom: 15px;
    padding-left: 26px;
}
.results-procedure-content-wrap li{
    font-family: 'Proxima Nova Rg';
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color:#121212;
}
.results-procedure-content-wrap ul li::marker{
    font-size: 13px;
}
.surgeon-content-sec{
    margin-top: 81px;
    margin-bottom: 77px;
}
.meet-our-surgeon-sec .testimonial-area{
    margin-top: 81px;
    margin-bottom: 156px;
}
.why-choose-dr-sec{
    margin-bottom: 100px;
    margin-top: 77px;
}
.why-choose-dr-img{
    min-height: 570px;
}
.why-choose-dr-img::after{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
}
.why-choose-dr-content{
    padding: 50px 60px;
    border-radius: 30px;
    margin-top: -123px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.why-choose-dr-content h2{
    margin-bottom: 36px;
}
.why-choose-dr-text{
    column-count: 2;
    column-gap: 50px;
}
.meet-our-surgeon-sec .faq-sec {
    margin-top: 147px;
}
.meet-our-surgeon-sec .faq-accordian .accordion>li>div p{
    color: #000000;
}
.informational-publications-sec{
    margin-top: 114px;
    margin-bottom: 100px;
}
.informational-publications-wrapper{
    background-color: #F5F5F5;
    border-radius: 40px;
    overflow: hidden;
    padding: 75px;
}
.informational-publications-wrap{
    margin-top: 65px;
}
.each-informational-publication p{
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    margin-top: 30px;
    color: #000000;
}
.each-informational-publication p a{
    color: #000000;
}
.each-informational-publication p a:hover{
    color: #C8B29D;
}
.each-informational-publication p:last-child{
    margin-bottom: 0;
}
.informational-publications-heading h2{
    margin-bottom: 41px;
}
.our-office-sec .results-procedure-content-sec{
    margin-top: 100px;
    margin-bottom: 100px;
}
.our-office-sec .team-top-sec{
    margin-top: 100px;
    margin-bottom: 151px;
}
.our-office-sec .team-top-wrap{
    margin-top: 0;
}
.our-office-sec .state-art-sec{
    margin-bottom: 0;
}
.the-aesthetic-lounge-sec{
    background-color: #121212;
    padding: 86px 0 153px;
}
.the-aesthetic-lounge-wrapper{
    max-width: 1250px;
    width: 100%;
}
.the-aesthetic-lounge-content{
    padding-right: 15px;
}
.the-aesthetic-lounge-content h2{
    color: #FFFFFF;
}
.the-aesthetic-lounge-content p{
    color: #fff;
}
.the-aesthetic-slider-nav{
    max-width: 130px;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aesthetic-nav{
    position: initial;
    margin-bottom: -14px;
}
.aesthetic-nav img{
    display: block;
}
.aesthetic-nav::after{
    display: none;
}
.the-aesthetic-lounge-btn-nav{
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: space-between;
}
.the-aesthetic-lounge-slider{
    overflow-x: clip;
}
.each-the-aesthetic-lounge{
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
}
.each-the-aesthetic-lounge::after{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.each-the-aesthetic-lounge img{
    height: 100%;
    object-fit: cover;
}
.the-aesthetic-lounge-slid-content{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 1;
    padding: 34px 32px;
    writing-mode: sideways-lr;
}
.the-aesthetic-lounge-slid-content h3{
    color: #FFFFFF;
    margin-right: 8px;
    margin-bottom: 0;
}
.the-aesthetic-lounge-slid-content h6{
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.the-aesthetic-lounge-slid-content p{
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #FFFFFF;
    margin-top: 14px;
}
.the-aesthetic-lounge-slid-content p:last-child{
    margin-bottom: 0;
}
.the-aesthetic-lounge-slider .swiper-slide p{
    display: none;
}
 .the-aesthetic-lounge-slider .swiper-slide{
    transition: width 0.4s ease;
    height: 492px;
 }
.the-aesthetic-lounge-slider .swiper-slide.swiper-slide-active{
    width: 350px !important;
}
.the-aesthetic-lounge-slider .swiper-slide.swiper-slide-active p{
    display: block;
}
.the-aesthetic-lounge-slider .swiper-slide.swiper-slide-active .the-aesthetic-lounge-slid-content{
    writing-mode: initial;
    width: 100%;
}
.the-aesthetic-lounge-slider .swiper-slide.swiper-slide-active .the-aesthetic-lounge-slid-content h4{
	font-size:15px;
	color:#fff;
}	
.the-aesthetic-lounge-slid-content h4{
	font-size:15px;
	color:#fff;
}	 
.the-aesthetic-lounge-slider .swiper-slide.swiper-slide-active h3{
    margin-right: 0;
    margin-bottom: 8px;
}
.state-img-slider{
    background-color: #121212;
}
/*======================================== advance-search-loading ========================================*/
.advance-search-loading {
    display: none;
    position: absolute;
    top: 20px;
    right: 55px;
    width: 25px;
    height: 25px;
}
.advance-search-close {
    display: none;
    position: absolute;
    top: 20px;
    right: 55px;
    width: 20px;
    height: 20px;
}
/*=============================== Rapid Recovery ===============================*/
.rapid-recovery-banner{
    min-height: 100vh;
    padding-bottom: 81px;
    padding-top: 100px;
}
.rapid-recovery-banner::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000004D;
}
.rapid-recovery-banner-wrap{
    position: relative;
    z-index: 1;
}
.rapid-recovery-banner-heading{
    max-width: 700px;
    width: 100%;
}
.rapid-recovery-banner-heading h1{
    font-size: 70px;
    line-height: 82px;
    color: #F5F5F5;
}
.rapid-recovery-banner-text p{
    color: #FFFFFF;
}
.rapid-recovery-banner-text p:last-child{
    margin-bottom: 0;
}
.rapid-recovery-sec{
    background-color: #121212;
}
.rapid-recovery-sec .qoute-section p{
    color: #F5F5F5;
}
.rapid-recovery-sec .qoute-section h6{
    margin-top: 38px;
    color: #F5F5F5;
}
.rapid-recovery-sec .qoute-section h6 a{
    color: #C8B29D;
    text-decoration: underline;
}
.rapid-recovery-sec .qoute-section h6 a:hover{
    color: #fff;
}
.rapid-recovery-sec .qoute-section {
    padding: 150px 0px;
}
.rapid-recovery-packages-sec{
    padding-top: 109px;
    padding-bottom: 243px;
}
.rapid-recovery-packages-heading{
    max-width: 716px;
    width: 100%;
    margin-bottom: 50px;
}
.rapid-recovery-packages-heading h6{
    color: #F5F5F5;
    margin-bottom: 19px;
}
.rapid-recovery-packages-heading h2,
.rapid-recovery-packages-heading p{
    color: #FFFFFF;
}
.rapid-recovery-packages-wrapper{
    max-width: 1053px;
    width: 100%;
}
.each-rapid-recovery-packages{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-radius: 30px;
    padding: 48px 60px 77px;
    height: 100%;
}
.each-rapid-recovery-packages h3{
    color: #F5F5F5;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 40px;
}
.each-rapid-recovery-packages ul{
    margin: 0;
    padding-left: 26px;
    list-style: none;
}
.each-rapid-recovery-packages li{
    font-family: 'Proxima Nova Rg';
    margin-bottom: 36px;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    position: relative;
}
.each-rapid-recovery-packages li::after{
    background-image: url("../images/rapid-recovery-packages-list.png");
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
    content: "";
    top: 7px;
    position: absolute;
    left: -26px;
}
.each-rapid-recovery-packages li:last-child{
    margin-bottom: 0;
}
.rapid-recovery-packages-wrapper .col-lg-6:nth-child(even) .each-rapid-recovery-packages{
    background: linear-gradient(180deg, #87786D 0%, rgba(135, 120, 109, 0) 100%);
}
.rapid-recovery-packages-wrapper .row{
    margin: 0px -20.5px;
    row-gap: 10px;
}
.rapid-recovery-packages-wrapper .col-lg-6{
    padding: 0px 20px;
}
.recovery-method-wrapper{
    max-width: 1284px;
    width: 100%;
    margin-top: -224px;
    position: relative;
    z-index: 1;
    padding: 56px;
    border-radius: 30px;
    overflow: hidden;
    margin-left: auto;
    margin-right: 0;
}
.recovery-method-img{
    border-radius: 20px;
    overflow: hidden;
    height: 410px;
}
.recovery-method-img img{
    height: 100%;
    object-fit: cover;
}
.recovery-method-img::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000099;
}
.recovery-method-img-text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px 30px;
    z-index: 1;
}
.recovery-method-img-text h3{
    color: #F5F5F5;
    margin-bottom: 20px;
}
.recovery-method-content{
    padding-left: 36px;
}
.recovery-method-content h3{
    color: #F5F5F5;
    margin-bottom: 25px;
}
.recovery-method-content ul{
    margin: 0 0 40px;
    padding-left: 26px;
    list-style: none;
    column-count: 2;
    column-gap: 48px;
}
.recovery-method-content li{
    font-family: 'Proxima Nova Rg';
    margin-bottom: 19px;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    position: relative;
}
.recovery-method-content li:last-child{
    margin-bottom: 0;
}
.recovery-method-content li::after{
    background-image: url("../images/rapid-recovery-packages-list.png");
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
    content: "";
    top: 7px;
    position: absolute;
    left: -26px;
}
.recovery-stages-wrapper{
    max-width: 1287px;
    width: 100%;
    background-color: #C8B29D26;
    border-radius: 30px;
}
.each-recovery-stages{
    padding: 85px 70px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.recovery-stages-wrapper  .row .col-lg-4:nth-child(2) .each-recovery-stages{
    background-image: url("../images/recovery-method-wrapper-bg.jpg");
    background-position: center;
    background-size: cover;
    margin-top: -32px;
    height: calc(100% + 64px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 30px;
}
.each-recovery-stages h3{
    color: #F5F5F5;
    margin-bottom: 31px;
}
.each-recovery-stages ul{
    margin: 0;
    padding-left: 26px;
    list-style: none;
}
.each-recovery-stages li{
    font-family:"ivypresto-headline";
    font-size: 21px;
    line-height: 48px;
    color: #FFFFFF;
    position: relative;
    font-weight: 300;
}
.each-recovery-stages li:last-child{
    margin-bottom: 0;
}
.each-recovery-stages li::after{
    background-image: url("../images/rapid-recovery-packages-list.png");
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
    content: "";
    top: 14px;
    position: absolute;
    left: -26px;
}
.rapid-recovery-sec .testimonial-heading h2{
    color: #FFFFFF;
}  
.rapid-recovery-sec .testimonial-heading h6{
    color: #F5F5F5;
} 
.rapid-recovery-sec .each-testimonioal p{
    color: #FFFFFF;
}
.rapid-recovery-sec .testimonial-slider:after{
    filter: invert(1);
}
.rapid-recovery-sec .testimonial-slider .common-button{
    border: 1px solid #fff;
}
.rapid-recovery-sec .testimonial-area{
    margin-bottom: 211px;
}
.rapid-recovery-sec .state-art-sec{
    margin-bottom: 0;
}
/******** animation-header ********/
.animation-header-sec{
    padding-bottom: 118px;
    overflow-x: clip;
    padding-top: 45px;
}
.animation-header-sec h2{
    font-weight: 300;
    font-size: 151px;
    line-height: 156px;
    text-align: center;
    color: #FFFFFF;
    font-style: italic;
    text-transform: capitalize;
    color: rgba(255, 255, 255, .2);
    width: 200vw;
    margin-bottom: 45px;
    white-space: nowrap;
}
.animation-header-sec p{
    font-family:"ivypresto-headline";
    font-weight: 300;
    font-size: 50px;
    line-height: 66px;
    text-align: center;
    font-style: italic;
    color: rgba(255, 255, 255, .2);
    margin-bottom: 0;
    width: 151vw;
    white-space: nowrap;
}
/*********lenis-css***********/
html.lenis, html.lenis body {
	height: auto;
}
.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}
.lenis.lenis-stopped {
	overflow: hidden;
}
.lenis.lenis-smooth iframe {
	pointer-events: none;
}
/********* /lenis-css***********/
.science-behind-rapid-sec{
   background-color: #121212;
   padding-top: 58px;
   padding-bottom: 122px;
}
.science-behind-rapid-heading{
    max-width: 1180px;
    width: 100%;
    margin-bottom: 51px;
}
.science-behind-rapid-heading h2{
    color: #FAFAFA;
    font-weight: 300;
    font-size: 54px;
    line-height: 54px;
}
.science-behind-rapid-heading p{
    color: #FFFFFF;
}
.science-behind-rapid-heading-des{
    max-width: 623px;
    width: 100%;
}
.science-behind-rapid-wrap{
    max-width: 1234px;
    width: 100%;
}
.each-science-behind-rapid{
    border: 1px solid #FFFFFF4D;
    border-radius: 20px;
    overflow: auto;
    padding: 41px 37px 42px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.each-science-behind-rapid h3{
    font-weight: 300;
    font-size: 26px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 33px;
}
.each-science-behind-rapid h6{
    color: #C8B29D;
    margin-bottom: 7px;
    font-weight: 400;
}
.each-science-behind-rapid p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 28px;
    color: #FFFFFF;
}
.each-science-behind-rapid .common-button{
    padding: 15px 17px;
    margin-top: 14px;
}
.science-behind-rapid-wrap .row{
    margin: 0px -24px;
    row-gap: 52px;
}
.science-behind-rapid-wrap .col-xl-4{
    padding: 0px 24px;
}
.your-journey-visualized-sec{
    padding: 99px 0 103px;
    overflow-x: clip;
}
.your-journey-visualized-sec::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: color-burn;
    height: 100%;
    content: "";
    background-image: url("../images/your-journey-visualized-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}
.your-journey-visualized-heading{
    max-width: 834px;
    width: 100%;
    margin-bottom: 69px;
}
.your-journey-visualized-heading h2{
    color: #F5F5F5;
}
.your-journey-visualized-heading h6{
    color: #F5F5F5;
    margin-bottom: 19px;
}
.each-your-journey-visualized p,
.your-journey-visualized-heading p{
    color: #FFFFFF;
}
.your-journey-visualized-img{
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 26px;
}
.each-your-journey-visualized h3{
    color: #FFFFFF;
    margin-bottom: 8px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.each-your-journey-visualized h3::after {
    width: 33%;
    display: table;
    background-color: #fff;
    height: 1px;
    content: "";
    margin-left: auto;
    text-align: right;
}
.each-your-journey-visualized p:last-child{
    margin-bottom: 0;
}
.your-journey-visualized-slider-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 38px;
    margin-top: 60px;
}
.rapid-recovery-sec .faq-heading h2{
    color: #F5F5F5;
	font-size:54px;
	line-height:66px;
	margin-top:20px
}
.rapid-recovery-sec .faq-accordian .accordion>li>div p,
.rapid-recovery-sec .faq-accordian .accordion>li>span{
    color: #F5F5F5;
}
.rapid-recovery-sec .faq-sec{
    margin-top: 185px;
    margin-bottom: 120px;
}
.downloadable-assets-sec .expert-insite-wrapper{
    position: relative;
    border-radius: 30px;
    overflow: hidden;
	z-index:1
}
.downloadable-assets-sec .expert-insite-wrapper::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*mix-blend-mode: color-burn;*/
    height: 100%;
    content: "";
    background-image: url("../images/line-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
	z-index:-1
}
.downloadable-assets-sec .each-expert-slide h3{
    margin-bottom: 20px;
}
.listing-slider-wrap .row{
    row-gap: 40px;
}
.maintaining-surgical-reasult-banner-area{
    min-height:100vh;
    background-color: #121212;
    padding-top: 280px;
    padding-bottom: 315px;
}
.overlay-bg{
    top:0px;
    left:0px;
    background-image: url('../images/Swoosh-BG2.png');
    opacity: 0.5;
    background-size: cover;
}
.maintaining-banner-content{
    max-width: 1170px;
}
.maintaining-banner-content h1{
    font-weight: 300;
    font-size: 76px;
    line-height: 88px;
    margin-bottom: 75px;
}
.maintaining-banner-description {
    column-gap: 45px;
}
.maintaining-banner-description h6{
    font-size: 14px;
    color: #C8B29D;
    white-space: nowrap;
    text-box: none;
    position: relative;
    top: 2px;
}
.maintaining-banner-description p{
    margin:0px;
    color:#fff
}
.gallery-expan-area{
    position:relative;
    margin-top:-230px;
}
.dark-bg{
    background: #121212 !important;
}
.procedure-to-maintain-wrapper {
    max-width: 785px;
    gap:70px;
}
.procedure-to-maintain-wrapper h6{
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Josefin Sans", sans-serif;
    color:#C8B29D;
    white-space: nowrap;
    text-box: none;
    position: relative;
    top: 2px;
}
.procedure-to-maintain{
    padding:230px 0px 0px;
}
.procedure-to-maintain-wrapper p{
    color:#fff;
    margin:0px;
}
.reasult-area-cintent{
    max-width: 515px;
}
.reasult-area-cintent h2{
    color:#fff;
    font-weight: 300;
    font-size: 54px;
    line-height: 66px;
}
.reasult-area-cintent p{
    color:#fff
}
.reasult-area-cintent ul{
    display: flex;
    flex-wrap:wrap;
}
.reasult-area-cintent ul li{
    width: 50%;
}
.reasult-area-cintent ul li a{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-decoration: underline;
    color:#C8B29D
}
.reasult-area-cintent ul li a:hover{
    color:#fff
}
.animation-header-sec{
    padding-bottom: 110px;
    overflow-x: clip;
    padding-top: 110px;
}
.animation-header-sec h2{
    font-weight: 300;
    font-size: 151px;
    line-height: 156px;
    text-align: center;
    color: #FFFFFF;
    font-style: italic;
    text-transform: capitalize;
    color: rgba(255, 255, 255, .2);
    width: 250vw;
}
.animation-header-sec p{
    font-family:"ivypresto-headline";
    font-weight: 300;
    font-size: 50px;
    line-height: 66px;
    text-align: center;
    font-style: italic;
    color: rgba(255, 255, 255, .2);
    margin-bottom: 0;
    width: 250vw;
}
/*********lenis-css***********/
html.lenis, html.lenis body {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
.lenis.lenis-smooth iframe {
    pointer-events: none;
}
.text-scroll-annimation{
	padding: 170px 0px;
    position: relative;
    z-index: 1;
}
.transformation-bg-and-content{
    min-height:760px;
    margin-top: -370px;
    padding-bottom: 115px;
}
.transformation-bg-and-content:after{
    content:'';
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 29.64%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.7;
}
.transform-bg-content{
    max-width: 690px;
    position: relative;
    z-index: 1;
}
.transform-bg-content h2{
    font-weight: 300;
    font-size: 54px;
    line-height: 66px;
    letter-spacing: 0%;
    color:#fff
}
.transform-bg-content p{
    color:#fff;
    padding:0px 20px
}
.transformation-gallery > .container{
    z-index: 1;
    position: relative;
}
.maintenance-faq{
	background:transparent;
}
/******* Procedure Css **********/
.procedure-banner .overview-banner-wrapper{
    margin:0px 80px;
	max-width:600px;
}
.quick-facts .container{
    max-width: 1330px;
}
.quick-facts-content-holder{
    max-width: 1300px;
    box-shadow: 0px 0px 45px 0px #00000021;
    padding:75px 50px;
    border-radius:30px;
}
.each-fact-icon{
    margin-bottom: 30px;
}
.each-fact-box h6{
    color:#f5f5f5;
    margin-bottom: 7px;
}
.each-fact-box h3{
    font-size: 30px;
    line-height: 38px;
    color:#C8B29D;
    margin:0px;
}
.each-fact-box{
    min-width:200px;
}
.quick-facts-content-holder {
    gap:80px;
}
.each-fact-box:not(:last-child):after{
    position: absolute;
    right:-40px;
    height:100%;
    top:0px;
    background-color: #C8B29D;
    content:'';
    width:2px
}
.quick-facts{
    margin-top:-160px;
	z-index:1;
}
.why-choose-inject{
    margin-top:110px;
    margin-bottom: 95px;
}
.why-choose-inject-video{
    border-radius:25px;
    overflow: hidden;
    max-width: 560px;
}
.why-choose-inject-video iframe{
    display:block;
    height:315px
}
.why-choose-inject-upper-area-content{
    max-width: 580px;
}
.why-choose-inject-upper-area-content p{
    margin-bottom: 0px;
}
.why-choose-inject-upper-area{
    margin-bottom: 60px;
}
.why-choose-inject-bottom-area-each-block .surgeon-two-colum-text {
    max-height: 150px;
    overflow: hidden;
}
.why-choose-inject-bottom-area-each-block h3{
    margin-bottom: 10px;
}
.why-choose-inject-bottom-area-each-block {
    padding:15px 25px;
}
.why-choose-inject-bottom-area .row .col-lg-4:not(:last-child){
    border-right:1px solid #C8B29D
}
.why-choose-inject-bottom-area{
    margin:0px -25px
}
.featured-bna-sec .container{
    max-width:1405px
}
.image-content-block-50-50{
    margin-top:50px;
    margin-bottom:50px;
}
.content-50-50 p:last-child{
    margin-bottom: 0px;
}
.image-50-50 img{
    border-radius:25px;
}
.gray-50-50{
    padding:100px 50px;
    background-color: #F5F5F5;
	margin-bottom: 0px !important;
}
.expert-insite.full-width{
    margin-top:100px;
    margin-bottom:100px
}
.expert-insite .container, 
.facelift-recovery-sec .container, 
.mainting-surgical-reasult-area .container{
    max-width:1405px
}
.procedure-content-wrapper .facelift-recovery-sec{
    margin-top:100px
}
.small-container{
    max-width: 900px;
}
.content-50-50{
    max-width: 559px;
}
.mainting-surgical-reasult-area{
    margin-top:100px;
    margin-bottom:100px;
}
.home .mainting-surgical-reasult-area{
    margin-top:0px;
    margin-bottom:0px;
}
.what-question-should-ask{
    margin-top:100px;
    margin-bottom: 100px;
    padding-top:75px;
    padding-bottom: 75px;
    padding-left: 30px;
    padding-right: 30px;
}
.what-question-should-ask{
    column-gap: 85px;
}
.what-question-should-ask-left-content{
    max-width: 490px;
}
.what-question-should-ask-left-content h2{
    color:#fff
}
.what-question-should-ask-left-content p, .what-question-should-ask-right-content p{
    margin: 0px;
    color:#fff
}
.what-question-should-ask-right-content{
    max-width: 502px;
}
.what-question-should-ask-right-content ul {
    padding:0px;
    margin: 0px;
    list-style: none;
    padding-left: 30px;
	color:#fff;
    border-left:2px solid #87786D
}
.what-question-should-ask-right-content ul li {
	padding-bottom:20px;
}
.what-question-should-ask-right-content ul li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    text-decoration: underline;
    color:#F5F5F5
}
.what-question-should-ask-right-content ul li a:hover{
    color:#87786D
}
.what-question-should-ask-image img{
    border-radius: 25px;
}
.what-question-should-ask-image{
    position: relative;
    top: -105px;
    min-width: 230px;
}
.what-question-should-ask-right-content p{
    padding-left: 30px;
}
.procedure-content-wrapper .faq-sec {
    margin-top:100px;
    margin-bottom:100px
}
.procedure-content-wrapper .faq-sec .container{
    border-top:1px solid #C8B29D;
    padding-top: 100px;
    max-width: 1300px;
}
.procedure-content-wrapper .private-consultation-sec{
    margin-top:100px;
    margin-bottom: 100px;
}
.procedure-content-wrapper .why-choose-dr-sec{
    margin-top:0px
}
.procedure-content-wrapper .private-consultation-sec .container{
    max-width:1405px
}
.each-expert-slide h6{
    color:#C8B29D;
    margin-bottom:12px
}
.procedure-banner .overview-banner-img::after{
    display:none
}
.procedure-banner::after {
    display:none
}
/****** CSS BY RAHUL *******/
video#heroVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.video-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.15);
	z-index: 1;
	width: 100%;
    height: 100%;
}
.banner-area-content-holder .banner-area .container{
	z-index:2;
}
.switch-to-another-website{
	z-index:2;
}
.rapid-recovery-banner{
	padding-bottom:0px;
}
.rapid-recovery-banner-wrap{
	padding-bottom:81px;
}

/******** Menu Area ***********/
.open-header-area{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:9999999;
	background-color:#242424;
	opacity:0;
	pointer-events:none;
	transition:all 0.5s;
	overflow-y: scroll;
}
.open-header-area.active{
	opacity:1;
	pointer-events:all;
	transition:all 0.5s;
}
.open-header-area::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.open-header-area::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.menu-area ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.menu-area > ul{
	display:flex;
	justify-content:space-between;
	gap:40px;
}
.menu-area > ul > li > a{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color:#FAFAFA;
	display:inline-block;
	padding-bottom:20px;
	position:relative;
	padding-left:10px;
	padding-right:10px;
}
.menu-area > ul > li > a:before{
	width:100%;
	height:2px;
	background-color:#C8B29D;
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	opacity:0;
}
.menu-area > ul > li > a:hover:before, .menu-area > ul > li.active > a:before{
	opacity:1;
}
.menu-area > ul > li{
	position:relative
}
.menu-area > ul > li.menu-item-has-children > a:after{
	content:url('/wp-content/uploads/2025/08/Vector.png');
	display:inline-block;
	margin-left:7px;
}
.menu-area > ul > li > ul{
	display:none;
	position:absolute;
	left:0px;
	top:100%;
	padding:50px 15px;
	white-space:nowrap;
}
.menu-area > ul > li.active > ul{
	display:block
}
.menu-area > ul > li > ul > li:not(:last-child){
	margin-bottom:15px;
}
.menu-area > ul > li > ul > li > a{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:#FAFAFA;
}
.menu-area > ul > li > ul > li > a:hover{
	color:#C8B29D;
}
.menu-area > ul > li > ul > li > ul > li > a{
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color:#FAFAFA;
}
.menu-area > ul > li > ul > li > ul > li > a:hover{
	color:#C8B29D;
}
.menu-area > ul > li.three-block-menu.active > ul{
	display:flex;
	column-gap:50px;
}
.menu-area > ul > li > ul > li > ul{
	margin-top:20px;
}
.menu-area{
	margin-top:40px;
	position:relative;
}
.menu-area > ul > li.big-menu{
	position:static;
}
.menu-area > ul > li.big-menu.active > ul{
	display:flex;
	column-gap:50px;
	justify-content:space-between;
	width:100%;
}
.open-header-area .main-header-area{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	padding:50px 0px 0px
}
.menu-area  a:not([href]):not([tabindex]){
    color: #FAFAFA;
}
.gal-overview-heading h2{
	text-box:none
}
.image-content-block-50-50 .wp-block-columns{
	justify-content:space-between
}
.each-expert-slide h6 span:last-child{
	display:none;
}
.shot-height-banner, .results-procedure-banner{
	min-height:80vh;
}
.wp-block-embed {
    margin: 0 0 50px !important;
}
.page-template-template-maintain-results .expert-insite.full-width {
    margin-bottom: 0px;
}
/*********** css transfer from style.css **************/
/*************** Search result *****************/
.search-result-area {
	padding: 100px 0;
}
.search-result-area article {
	padding: 60px 150px 60px 0;
	border-bottom: 1px solid #4A4E55;
	position: relative;
}
.search-result-area article h2 a {
	color: #1C1D1C;
}
.search-result-area article h2 a:hover,
.search-result-area article a:hover{
	color: #4A4E55;
}
.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 .pagination h2,
.search-result-area .pagination a {
	color: #0B0B0B;
}
.search-result-area .pagination a:hover {
	color: #4A4E55;
}
.search-result-area .nav-links {
	display: flex;
	gap: 10px;
}
.search-result-area .page-header {
	background-color: #4B4E55;
	padding: 20px 30px 0;
}
.search-result-area .page-header h2 {
	color: #fff;
	margin-bottom: 0;
}
.search-result-area .search-result-count {
	background-color: #4B4E55;
	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: "collier", 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;
}

@media(max-width:767px){
	.search-result-area article figure {
		position: initial;
		transform: translateY(0);
		margin-bottom: 20px;
	}
	.search-result-area article img {
		width: 100% !important;
		max-width: 100% !important;
		height: 300px !important;
	}
	.search-result-area article {
		padding: 30px 0 40px;
	}
	.search-result-area article h2,
	.search-result-area .page-header h2{
		font-size: 35px;
		line-height: 47px;
	}
	.search-result-area .page-header,
	.search-result-area .search-result-count{
		padding-left: 15px;
		padding-right: 15px;
	}
	.search-result-area {
		padding: 40px 0;
	}
}
/*************** Search result end *****************/
/*============================ blog search result ============================*/
#advance-search-news-display,
#advance-search-video-display,
#advance-search-blog-display {
    background-color: #fff;
    box-shadow: 0px 0px 23px rgba(0 0 0 / 0.2);
}
#advance-search-news-display h5,
#advance-search-video-display h5,
#advance-search-blog-display h5 {
    font-family: "ivypresto-headline";
    font-size: 20px;
    line-height: 30px;
	padding:20px;
	text-transform:capitalize;
}
#advance-search-news-display ul,
#advance-search-video-display ul,
#advance-search-blog-display ul {
    padding: 0 20px 20px;
}
.search-thumb {
    max-width: 25%;
    width: 100%;
}
#advance-search-news-display li h4,
#advance-search-video-display li h4,
#advance-search-blog-display li h4 {
    width: 75%;
    padding-left: 20px;
    color: #000;
    font-size: 17px;
    line-height: 26px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#advance-search-news-display a:hover h4,
#advance-search-video-display a:hover h4,
#advance-search-blog-display a:hover h4{
	color: #C8B29D;
}
#advance-search-news-display li,
#advance-search-video-display li,
#advance-search-blog-display li{
	margin-bottom:20px;
}
/* footer-form */
.newsletter-form .gform-footer.gform_footer.top_label {
    display: none;
}
.newsletter-form .gform_wrapper.gravity-theme .gfield input.large {
    background-color: #121212;
    border-radius: 40px;
    border: 1px solid #FAFAFA;
    font-weight: 400;
    font-size: 14px;
    line-height: 100% !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "Josefin Sans", sans-serif;
    padding: 15px 25px 13px;
}
.contact-form-wrap .gform_wrapper.gravity-theme .gfield textarea.large:focus-visible,
.contact-form-wrap .gform_wrapper.gravity-theme .gfield input.large:focus-visible, .contact-form-wrap .gform_wrapper.gravity-theme .gfield select.large:focus-visible,
.newsletter-form .gform_wrapper.gravity-theme .gfield input.large:focus-visible{
	outline:none;
}
.newsletter-form .gform_wrapper.gravity-theme .gfield input.large::placeholder{
	color: #FFFFFF;
}
.contact-form-wrap .gform_wrapper.gravity-theme .gform_footer input,
.newsletter-form .gform_wrapper.gravity-theme #field_submit input{
	font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    padding: 17px 27px 17px 27px;
    border: 1px solid #000;
    background-color: #C8B29D;
    border-color: #C8B29D;
    color: #000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    min-width: 190px;
    border-radius: 40px;
    text-box: trim-both cap alphabetic;
}
.contact-form-wrap .gform_wrapper.gravity-theme .gform_footer input:hover,
.newsletter-form .gform_wrapper.gravity-theme #field_submit input:hover{
	border-color: #fff;
    background-color: #fff;
}
/* contact-form */
.contact-form-wrap .gform_wrapper.gravity-theme .gfield_label{
	font-family: 'Proxima Nova Rg';
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color:#000000;
	padding-left:20px;
}
.contact-form-wrap h2 {
    margin-bottom: 41px;
}
.contact-form-wrap .gform_wrapper.gravity-theme .gfield_required{
	display:none;
}
.contact-form-wrap .gform_wrapper.gravity-theme .gfield textarea.large,
.contact-form-wrap .gform_wrapper.gravity-theme .gfield input.large, .contact-form-wrap .gform_wrapper.gravity-theme .gfield select.large {
    border-radius: 20px;
    border: none;
	padding: 13px 20px;
	font-weight: 400;
    font-size: 14px;
    line-height: 100% !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Proxima Nova Rg';
}
.contact-form-wrap .gform_wrapper.gravity-theme .gfield select.large {
	background:url('/wp-content/uploads/2025/08/Vector-1.png') #fff no-repeat 98% center;
	appearance:none;
	padding: 15px 20px;
}
.contact-form-wrap .gform_wrapper.gravity-theme .gfield textarea.large{
	height:100px;
	resize:none;
}
.contact-form-wrap .gform_wrapper.gravity-theme .gform_footer input{
	width:100%;
	margin-top:20px;
}
.contact-form-wrap{
	padding-bottom:50px;
}
.beer-reveal[data-beer-label]:after, .beer-slider[data-beer-label]:after{
	display:none;
}
@media(max-width:991px){
	.newsletter-form {
		margin-top: 40px;
	}
	.contact-form-wrap{
		padding: 75px 19px 50px;
	}
}
@media(max-width:767px){
	.newsletter-form .gform_wrapper.gravity-theme .gform_fields{
		display:block;
	}
	.newsletter-form .gform_wrapper.gravity-theme .gfield input.large{
		margin-bottom:30px;
	}
	.newsletter-form .gform_wrapper.gravity-theme #field_submit{
		justify-content:center;
	}
}
@media(max-width:640px){
	.contact-form-wrap .gform_wrapper.gravity-theme .gform_fields{
		grid-column-gap: 2%;
	}
	.contact-form-wrap .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full){
        grid-column: span 6;
    }
}
.header-area.fixed_header{
	position: fixed;
    top: -100%;
    left: 0px;
    width: 100%;
    background: #000;
}
.header-area.fixed_header.stky{
	top:0px;
	transition:all 0.5s;
}
.header-area.fixed_header .top-header {
	display:none !important
}
.header-area.fixed_header .main-header-area{
	padding:20px 0px;
}
.surgones-area , .surgones_area{
	background:#000;
}
.background_image img {
    max-height: 100vh;
    object-fit: cover;
    object-position: top center;
}
.show-more-button {
    margin-top: 45px;
}
.animation-header-sec.text-scroll-annimation .animation-header-sec h2,
.animation-header-sec.text-scroll-annimation .animation-header-sec-wrap p {
  will-change: transform;
  transform: translateZ(0);
}
.procedure-banner:before{
	content:"";
	top:0;
	left:0;
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:1;
}
.procedure-banner .container{
	
}
.science-behind-popup-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000d1;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}
.science-behind-popup-slider {
    max-width: 700px;
    width: 100%;
}
.science-behind-popup-slider iframe{
	display:block;
}
.science-behind-popup-slider .swiper-slide{
	height:auto;
}
.science-behind-popup-vdo {
    display: flex;
    align-items: center;
    justify-content: center;
	height:100%;
}
.comn-arrow::after{
	display:none;
}
.science-behind-popup-close{
	position:absolute;
	right:20px;
	top:20px;
	z-index:1;
	width:30px;
}




/*.testimonial-area.gocs-testimonial{
	padding:75px 0px 100px;
}*/

.gocs-testimonial .testimonial-heading img {
	margin-bottom: 20px;
}

.gocs-testimonial .testimonial-heading{
	margin-bottom: 90px;
}

.gocs-testimonial .testimonial-slider{
	border-top:1px solid #C9C9C9;
	padding-left: 40px;
	padding-right: 24px;
}

.gocs-testimonial .testimonial-left-content p{
	font-weight: 300;
	font-size: 36px;
	line-height: 52px;
	color: #121212;
	font-family:"ivypresto-headline";
	margin:0px;
}

.gocs-testimonial .testimonial-right-content p{
	margin:0px;
	color: #121212;
}

.gocs-testimonial .testimonial-left-content{
	/* max-width: 583px; */
	padding-left: 45px;
	color: #121212;
}

.gocs-testimonial .testimonial-slider:after{
	content: url('../images/qoutation.png');
	position: absolute;
	top: 49px;
	left: 58px;
	filter:invert(0);
}

.gocs-testimonial .testimonial-slider .swiper{
	padding-top: 90px;
}

.gocs-testimonial .testimonial-slider {
	max-width: 100%;
}

.gocs-testimonial .testimonial-right-content{
	max-width: 634px;
	margin-left: auto;
}

.gocs-testimonial .testimonial-controller{
	gap:28px;
	padding-left: 40px;
}

.gocs-testimonial .swiper-pagination-fraction{
	width:auto;
	bottom:auto;
	font-weight: 400;
	font-size: 21px;
	line-height: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "Josefin Sans", sans-serif;
	margin-left: 20px;
}

.gocs-testimonial .testimonial-controller-and-button{
	margin-top: 30px;
}
/* .testimonial-slider:after {
 content: url(/wp-content/themes/twentytwentyone-child/assets/images/qoutation.png);
} */


@media(max-width:991px){
	.gocs-testimonial .testimonial-heading h2 {
		font-size: 38px ;
		line-height: 45px;
	}
	.gocs-testimonial .testimonial-slider {
		margin-top: 0px;
	}
	.gocs-testimonial .testimonial-heading{
		padding-left:15px;
		padding-right: 15px;
		padding-bottom: 0px;
	}
	.gocs-testimonial .testimonial-heading {
		padding-bottom: 50px;
		margin-bottom: 50px;
		border-bottom: none;
		margin-bottom: 0px !important;
	}
	.gocs-testimonial .testimonial-slider {
		padding-left: 0px;
		padding-right: 0px;
	}
	.gocs-testimonial .testimonial-area {
		padding: 125px 0px 100px;
	}
	.gocs-testimonial .testimonial-heading h6 {
		line-height: 26px;
		font-size: 16px;
	}
	.gocs-testimonial .each-testimonioal p {
		font-size: 36px;
		line-height: 52px;
	}
	.gocs-testimonial .testimonial-controller-and-button  a.common-button{
		margin-top:50px
	}
	.gocs-testimonial .testimonial-left-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.gocs-testimonial .testimonial-right-content{
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 22px;
	}
	.gocs-testimonial .testimonial-slider .swiper {
		padding-top: 80px;
	}
	.gocs-testimonial .testimonial-controller {
		padding-left: 10px;
	}
}
.procedure-banner:before{
	background:rgb(5 5 5 / .5);
}