/********* font-family: 'Jost', sans-serif; *************/

/*************** Import Css **************/
@import "common.css";
@import "fonts.css";

/********************* Header Css ******************/
.header-area{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:99;
	padding-top:45px;
}
.header-area.fixed_header {
	top:-100%;
	position:fixed;
	width:100%;
	left:0px;
	padding-top:0px;
}
.header-area.fixed_header.stky{
	top:0px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.logo-area a img{
	width:342px;
}
.header-top-area{
	padding:10px 0px;
	display:none;
}
.header-top-area .location-and-phone-number ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:flex;
}
.header-top-area .location-and-phone-number ul li{
	padding:0px 10px;
	border-left:2px solid #25AAE1;
	line-height:normal;
}
.header-top-area .location-and-phone-number ul li:first-child{
	border:0px;
}
.header-top-area .location-and-phone-number ul li a{
	font-size:18px;
	line-height:18px;
	font-weight:500;
	font-family: 'Jost', sans-serif;
	color:#25AAE1;
	letter-spacing:1.5px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header-top-area .location-and-phone-number ul li a:hover{
	color:#0F4560;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header-top-area .contact-button{
	margin-left:20px;
}
.bottom-header-location a{
	font-size:16px;
	line-height:21px;
	font-weight:500;
	font-family: 'Jost', sans-serif;
	color:#fff;
	letter-spacing:1.5px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	text-transform:uppercase;
}
.bottom-header-location a:hover{
	color:#25AAE1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.bottom-header-location a img{
	margin-right:10px;
}
.header-area.fixed_header .header-top-area{
	display:block;
	background:#fff;
}
.header-area.fixed_header .header-bottom-area{
	background:#0F4560;
}
.header-area.fixed_header .bottom-header-location{
	display:none;
}
.header-area.fixed_header .header-bottom-content-wrapper {
	justify-content:center !important;
}
.header-bottom-content-wrapper {
	position:relative;
}
/*********** Menu Css *********/
.menu-area ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.menu-area > ul{
	display:flex;
}
.menu-area > ul > li:not(:last-child){
	margin-right:40px;
}
.menu-area > ul > li > a{
	text-transform:uppercase;
	font-size:16px;
	line-height:21px;
	font-weight:500;
	font-family: 'Jost', sans-serif;
	color:#fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	letter-spacing:1.5px;
	display:inline-block;
	padding-bottom:20px;
	position:relative;
}
.menu-area > ul > li.menu-item-has-children > a:after{
	position:absolute;
	bottom:10px;
	width:0%;
	height:3px;
	background:#25AAE1;
	content:'';
	left:0px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menu-area > ul > li.menu-item-has-children.active a:after{
	width:100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menu-area > ul > li > a:hover, .menu-area > ul > li.always-active > a{
	color:#25AAE1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menu-area > ul > li{
	position:relative;
}
.menu-area > ul > li > ul{
	opacity:0;
	pointer-events:none;
	background:#0F4560;
	position:absolute;
	top:100%;
	left:0px;
	padding:15px 20px;
	white-space:nowrap;
	margin-top:10px;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.menu-area > ul > li.menu-item-has-children.active > ul{
	opacity:1;
	pointer-events:all;
	margin-top:0px;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.menu-area > ul > li > ul > li{
	padding-bottom:3px;
}
.menu-area > ul > li > ul > li > a{
	font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menu-area > ul > li > ul > li > a:hover{
	color:#25AAE1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menu-area > ul > li.big-menu{
	position:static;
}
.menu-area > ul > li.big-menu > ul{
	display:flex;
	justify-content:space-between;
	padding:35px 50px;
	width:100%;
}
.menu-area > ul > li.big-menu > ul:before{
	width:200vw;
	left:50%;
	margin-left:-50vw;
	height:100%;
	background:#0F4560;
	content:'';
	position:absolute;
	z-index:-1;
	top:0px;
}
.menu-area > ul > li.big-menu > ul > li > a{
	text-transform:uppercase;
	font-size:16px;
	line-height:21px;
	font-weight:500;
	font-family: 'Jost', sans-serif;
	color:#fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	letter-spacing:1.5px;
	display:inline-block;
	padding-bottom:10px;
	position:relative;
}
.menu-area > ul > li.big-menu > ul > li > a:after{
	position:absolute;
	bottom:1px;
	width:100%;
	height:3px;
	background:#25AAE1;
	content:'';
	left:0px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menu-area > ul > li.big-menu > ul > li > ul{
	margin-top:8px;
}
.menu-area > ul > li.big-menu > ul > li > ul > li > a{
	font-size:16px;
	line-height:32px;
	font-weight:500;
	font-family: 'Jost', sans-serif;
	color:#fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menu-area > ul > li.big-menu > ul > li > ul > li > a:hover{
	color:#25AAE1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header-area.fixed_header .menu-area > ul > li > a{
	padding:6px 0px;
}
.header-area.fixed_header .menu-area > ul > li.menu-item-has-children > a:after{
	bottom:0px;
}
/************* Banner Css **********/
.banner-area{
	min-height:100vh;
	padding-bottom:50px !important;
	position:relative;
	margin-top:0px;
}
.banner-content-wrapper h2{
	text-transform:inherit;
	color:#fff;
	font-style:italic;
	margin-bottom: 60px;
	font-size: 32px;
    line-height: 43px;
}
.banner-content-wrapper a img{
	margin-bottom:40px;
	width:382px;
}
.scroll-down{
	cursor:pointer;
}
.scroll-down p{
	margin:0px;
	font-family: 'Jost', sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-size:12px;
	font-weight:700;
	letter-spacing:1.5px;
}
.scroll-down img{
	margin-top:-14px;
}
.banner-button-area{
	margin-bottom:50px;
}
.banner-button-area a{
	margin:0px 15px;
}
.banner-area:after{
	width:100%;
	height:37px;
	background:url('../images/banner-bottom-image.jpg') no-repeat center center / cover;
	position:absolute;
	bottom:0px;
	left:0px;
	content:'';
}

/************* End:Banner Css ************/
/************* Award section ***********/
.award-section .award-section-image img{
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.60);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.60);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.60);
}
.award-section-content h2{
	margin-bottom:5px;
}
.award-section-content h3{
	color:#7C7C7C;
	text-transform:uppercase;
	margin-bottom:25px;
}
.award-icon-area ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.award-icon-area ul li img{
	filter: grayscale(100%);
}
.award-icon-area{
	margin-top: 90px;
}
/************* End:Award section ***********/
/************* Service Section ************/
.service-section{
	/*padding:80px 0px;*/
}
.service-section-content-wrapper{
	min-height:540px;
	/*padding:100px 0px;*/
	position:relative;
}
.service-section-content-wrapper:after{
	width:100%;
	height:calc(100% - 160px);
	top:50%;
	transform:translateY(-50%);
	content:'';
	position:absolute;
	left:0px;
	background:url('../images/service-bg.jpg') no-repeat center center / cover;
}
.services-content-area ul{
	margin:0px;
	padding:0px;
	list-style:none;
	border:0px;
}
.services-content-area ul li{
	width:49%;
	display:inline-block;
	margin-bottom:35px !important;
}
.services-content-area ul li a{
	font-family: 'Jost', sans-serif;
	text-transform:uppercase;
	color:#fff !important;
	font-size:26px;
	line-height:35px;
	font-weight:400;
	letter-spacing:1.5px;
	position:relative;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	border:0px !important;
	padding:0px !important;
	display:inline-block;
	background:none !important;
	border-radius:0px !important
}
.services-content-area ul li a:after{
	content:url('../images/ionic-ios-arrow-back.svg');
	transform: rotate(-90deg);
    position: absolute;
	right:-22px;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.services-content-area ul li a:before{
	width:0%;
	height:3px;
	background-color:#25AAE1;
	bottom:-4px;
	content:'';
	position:absolute;
	left:0px;
}
.services-content-area ul li a.active :before{
	width:100%;
}
.services-content-area ul li a:hover{
	color:#25AAE1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.services-content-area ul li a:hover:after{
	right:-28px;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.services-content-area h2{
	font-size:52px;
	line-height:69px;
	color:#fff;
	margin-bottom:20px;
}
.services-content-area p{
	color:#fff;
	margin-bottom:30px;
}
.service-section-image-wrapper{
	position:relative;
}
.before-service-image{
	display:inline-block;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.60);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.60);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.60);
}
.after-service-images{
	display:none;
}
.each-service-image {
	position:relative;
	display:inline-block;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.60);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.60);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.60);
}
.each-service-image:after{
	width:100%;
	height:100%;
	background-color:rgba(4,27,39,0.80);
	position:absolute;
	top:0px;
	left:0px;
	content:'';
}
.each-services-category{
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	width:100%;
	z-index:1;
	text-align:center;
}
.each-services-category ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.each-services-category ul li:not(:last-child){
	margin-bottom:11px;
}
.each-services-category ul li a{
	font-family: 'Jost', sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-size:16px;
	line-height:21px;
	letter-spacing:1.5px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-services-category ul li a:hover{
	color:#25AAE1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.service-section-content-wrapper .container{
	position:relative;
	z-index:1;
}
/************* End:Service Section ************/
/************* Gallery Section ************/
.gallery-slider-controller {
	position:relative;
	display:flex;
	align-items:center;
	max-width:335px;
	margin:30px auto 0px;
	justify-content:space-between;
}
.gallery-slider-controller > div{
	position:relative;
	left:auto;
	right:auto;
	margin:0px;
}
.gallery-slider-controller:after{
	width:60%;
	left:50%;
	transform:translate(-50%, -50%);
	position:absolute;
	top:50%;
	height:3px;
	background:#D8D8D8;
	content:'';
}
.gallery-content{
	padding-bottom: 40px;
    padding-left: 50px;
}
/************* End:Gallery Section ************/
/************* Middle Block Section ************/
.middle-block-section{
	min-height:492px;
}
.middle-content-wrapper{
	max-width:920px;
	padding:25px;
}
.middle-content-wrapper h2{
	color:#fff;
	position:relative;
	text-align:center;
	padding-bottom:20px;
}
.middle-content-wrapper h2:after{
	width:105px;
	height:3px;
	background:#25AAE1;
	bottom:0px;
	left:50%;
	transform:translatex(-50%);
	content:'';
	position:absolute;
}
.middle-content-wrapper p{
	color:#fff;
}
.middle-content-wrapper a:hover{
	color:#fff;
}
/************* End:Middle Block Section ************/
/************* Reviews Section ************/
.each-reviews-image-area{
	position:relative;
	margin-bottom:42px;
}
.reviews-area-wrapper{
	max-width:832px;
	position:relative;
}
.each-reviews-area h2{
	color:#0F4560;
	font-style:italic;
	text-transform:inherit;
}
.reviews-area-wrapper .swiper-button-prev{
	left:-140px;
}
.reviews-area-wrapper .swiper-button-next{
	right:-140px;
}
/************* End:Reviews Section ************/

/************* Three blocks Area **********/
.three-blocks-area{
	overflow-x:hidden;
}
.each-blocks{
	position:relative;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.40);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.40);
}
.each-blocks:after{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	content:'';
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(7,34,47,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(7,34,47,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(7,34,47,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#07222f',GradientType=0 );
}
.each-block-content{
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	z-index:1;
	padding-bottom: 45px;
}
.each-block-content h2{
	color:#fff;
	margin-bottom:15px;
}
.each-block-content .common-link:hover{
	color:#fff;
}

/************* End:Three blocks Area **********/
/************ SignUp area ***********/
.sign-up-area h2{
	text-align:center;
	margin-bottom:5px;
	font-size: 42px;
    line-height: 56px;
}
.sign-up-area h3 {
    color: #7C7C7C;
    text-transform: uppercase;
	text-align:center;
	font-size: 26px;
	 margin-bottom: 50px;
}
/************ End:SignUp area ***********/

/********** Map Area **********/
.footer-map-area{
	margin-bottom:0px;
}
.footer-map-area iframe{
	display:block;
	width:100%;
	height:300px;
}
.footer-left h4{
	color:#fff;
}
.footer-left p a{
	font-family: 'Spartan Regular';
	font-size:16px;
	line-height:28px;
	color:#fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-left p a:hover{
	color:#25AAE1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-logo, .footer-rating-area{
	margin-bottom:45px;
}
.footer-middle p{
	max-width:393px;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	font-size:14px;
	line-height:20px;
}
.footer-social{
	margin-top:30px;
	padding-right:20px;
}
.footer-social ul{
	display:flex;
	margin:0px;
	padding:0px;
	justify-content:end;
	list-style:none;
}
.footer-social ul li:not(:first-child){
	margin-left:35px;
}
.footer-social ul li a{
	font-size:30px;
	color:#fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-social ul li a:hover{
	color:#25AAE1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-top-area{
	padding-top:75px;
	position:relative;
	padding-bottom: 10px;
}
.footer-top-area .container{
	position:relative;
}
.footer-top-area .container:after{
	width:calc(100% + 120px);
	background:#fff;
	height:1px;
	content:'';
	position:absolute;
	bottom:-11px;
	left:-60px;
}
.footer-bottom-middle ul{
	display:flex;
	margin:0px;
	padding:0px;
	justify-content:center;
	list-style:none;
}
.footer-bottom-middle ul li a{
	color:#fff;
	font-size:12px;
	line-height:normal;
	font-family: 'Spartan Regular';
	font-weight:400;
	margin:0px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-bottom-middle ul li a:hover{
	color:#25AAE1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-bottom-middle ul li{
	padding:0px 7px;
	border-right:1px solid #fff;
	line-height:10px;
}
.footer-bottom-middle ul li:last-child{
	border-right:0px;
}
.footer-bottom-left p, .footer-bottom-right p{
	color:#fff;
	font-size:12px;
	line-height:20px;
	font-family: 'Spartan Regular';
	font-weight:400;
	margin-bottom:0px;
}
.footer-bottom-area{
	padding:20px 0px 15px;
}
.footer-area {
	margin-top:-10px;
	overflow-x: hidden;
}

/*********** Procedure Area ***********/
.inner-banner-area{
	min-height:430px;
	position:relative;
	margin-bottom:0px;
}
.inner-banner-area:before{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	background-color:rgba(7,34,47,0.70);
	content:'';
}
.banner-area.inner-banner-area:after {
    height: 15px;
}
.banner-area.inner-banner-area .container{
	position:relative;
	z-index:1;
}
.banner-area.inner-banner-area .banner-content-wrapper h2{
	margin-bottom:25px;
}
.procedure-content-wrapper ul{
	padding-left:19px;
}
.procedure-content-wrapper ul li{
	font-size:16px;
	line-height:28px;
	margin-bottom:7px;
}
.how-does-its-work-left h2{
	color:#fff;
}
.how-does-its-work-left p{
	color:#fff;
}
.how-dose-it-works{
	padding:50px 0px;
}
.how-does-its-work-left p:last-child{
	margin:0px;
}
.how-does-its-work-left {
	padding-bottom:65px;
}
.related-videos-area{
	position:relative;
}
.related-videos-area:after{
	width: 100%;
    height: calc(100% - 90px);
    top: 50%;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    left: 0px;
    background: url('../images/service-bg.jpg') no-repeat center center / cover;
}
.each-video-slider-content h2{
	color:#fff;
	margin-bottom:0px;
}
.each-video-slider-content h3{
	color:#fff;
	text-transform:uppercase;
}
.related-videos-area .container{
	position:relative;
	z-index:1;
}
.procedure-content-wrapper{
	margin-bottom:0px;
}
.video-left-slider {
	padding:20px 0px;
}
.video-left-slider .gallery-slider-controller {
    margin: 20px auto 0px;
}
/*==========================shop-overview page start==============================*/
.shop-banner-area:before,
.shop-banner-area::after {
	display: none;
}
.shop-banner-area {
	padding-bottom: 100px;
}
.shop-banner-area h1 {
	word-break: break-word;
}
/***shop-overview-sec***/
.shop-overview-top img {
	margin-left: 15px;
}
.shop-overview-top h4 {
	display: inline-block;
}
/***filter-area****/
.filter-area{ 
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
}
.select-style {
    width: 100%;
    height: 55px;
    line-height: 54px;
    color: #0A0B0D;
	font-family: 'Jost', sans-serif;
	font-size:18px;
	font-weight: 500;
    border: 1px solid #BFBFBF;
    border-radius: 0;
    background: url(../images/filter-arrow.svg) transparent no-repeat 96% center/13px;
    appearance: none;
    padding: 0 25px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.select-style:focus {
	outline: 0;
}
/**product-area****/
.product-area {
	padding-top: 100px;
}
.product-img {
	-webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.60);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 60%);
}
.product-dtl {
	margin-top: 40px;
}
.product-dtl h4 {
	font-family: 'Jost', sans-serif;
	font-size:24px;
	line-height:35px;
	font-weight:400;
	color: #0A0B0D;
	margin: 30px 0 25px;
}
.each-product {
	margin-bottom: 90px;
}
/****shop-overview-form-area****/
.shop-overview-form-area h3 {
	margin-bottom: 45px;
}
.shop-overview-sec {
	margin-bottom: 0;
}
/*==========================product-post page start==============================*/
.dtl-top-img {
	-webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.60);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 60%);
}
.product-dtl-top-area {
	padding-top: 40px;
}
.product-post-sec .product-area h2 {
	margin-bottom: 40px;
}
.product-info  {
	padding-left: 100px;
}
.product-info h2 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E3E3E3;
	color: #0A0B0D;
}
.product-info form {
	max-width: 200px;
	display: flex;
}
.product-info form button {
	height: 20px;
	width: 20px;
	background-color: #25AAE1;
	border: 0;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-info form button i {
	color: #fff;
}
.product-info .form-style {
	margin-right: 15px;
}
.product-info .form-style{
	font-family: 'Jost', sans-serif;
	color: #0A0B0D;
	background-color: #fff;
	font-size: 18px;
	padding: 0 10px;
	height: 45px;
	line-height: 44px;
	border: 1px solid #BFBFBF;
	border-radius: 0;
	resize: none;
}
.product-info .form-style:focus{
	box-shadow: none;
}
.product-info a.common-link {
	margin-top: 30px;
	display: inline-block;
}
/*==========================blog-overview page start==============================*/
.each-blog {
	-webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 22%);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 22%);
	margin-bottom: 80px;
}
.blog-info {
	padding: 25px 30px;
	background-color: #fff;
}
.blog-info p {
	margin-top: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-grid-area {
	margin-top: 90px;
}
/*==========================resources page start==============================*/
.resource-sec .blog-info {
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
}
.resource-sec .blog-info h2 {
	word-break: break-word;
}
.resource-sec .each-blog {
	box-shadow: none;
}
.resource-sec .blog-img {
	-webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.60);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 60%);
}
.resource-sec .blog-grid-area .col-md-6:nth-child(odd) .each-blog {
	padding-right: 50px;
}
.resource-sec .blog-grid-area .col-md-6:nth-child(even) .each-blog {
	padding-left: 50px;
}
/*==========================about-us page start==============================*/
.about-us-top {
	float: right;
    position: relative;
    z-index: 1;
	margin: -26% 0 10px 20px;
	-webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.60);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 60%);
}
.office-gallery-sec {
	margin-bottom: 0;
}
.each-office-gal {
	margin-bottom: 40px;
	-webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.60);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 60%);
}
/*==========================doctor page start==============================*/
.doctor-sec .award-icon-area { 
	margin-top: 0;
}
.doctor-ot-sec {
	padding: 75px 0;
	margin-bottom: 100px;
	position: relative;
}
.doctor-ot-sec::after {
	content: '';
	background-image: url(../images/service-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 76%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	-webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.60);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 60%);
}
.doctor-ot-sec p {
	color: #fff;
	padding-left: 55px;
	margin-bottom: 0;
}
.doctor-ot-sec img {
	-webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.60);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 60%);
}
/*==========================contact-us page start==============================*/
.contact-form-img {
	-webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.60);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 60%);
	margin-left: 18%;
}
.contact-banner-area {
	padding-bottom: 50px;
}
.contact-banner-area .banner-button-area {
	margin-top: 25px;
}
.contact-banner-area .banner-button-area p {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.contact-banner-area .banner-button-area a {
	margin: 0;
}
.contact-banner-area .banner-button-area a:hover {
	color: #fff;
}
/*==========================staff page start==============================*/
.staff-area {
	margin-bottom: 50px;
}
.each-staff {
	margin-top: 110px;
}
.show-more-height { 
	height: 112px; 
	overflow:hidden; 
}
.staff-img {
	-webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.60);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 60%);
}
.each-staff h2 {
	text-transform: uppercase;
}
.each-staff h3 {
	text-transform: uppercase;
	margin-bottom: 20px;
}
.each-staff hr {
	border-top-color: #D8D8D8;
}
.staff-dtl {
	padding-left: 100px;
}
/*==========================service-overview page start==============================*/
.service-overview-sec {
	margin-bottom: 0;
}
.sevice-grid-wrap .each-block-content {
	text-align: left;
	padding: 30px;
}
.sevice-grid-wrap .each-block-content h3 {
	color: #fff;
	margin-bottom: 10px;
}
.sevice-grid-wrap .each-blocks {
	margin-bottom: 70px;
}
/*==========================blog-post page start==============================*/
.blog-post-wrap  {
	margin-bottom: 0;
}
.blog-post-wrap .site-breadcrumb { 
	padding-right: 53%;
}
.blog-post-wrap .about-us-top {
	margin-bottom: 40px;
}
.blog-post-wrap ol {
	list-style: none;
	counter-reset: num;
	padding: 0;
	margin: 0;
}
.blog-post-wrap li {
	counter-increment: num;
	position: relative;
}
/*
.blog-post-wrap li::before {
	content: counter(num) ")";
    position: absolute;
    top: 0;
    left: 0;
	font-family: 'Jost', sans-serif;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    color: #0F4560;
    letter-spacing: 1px;
}
*/
.blog-post-wrap li h3 {
	padding-left: 28px;
	text-transform: uppercase;
}
.blog-post-wrap ol p {
	margin: 30px 0;
}
/****recent-post-area***/
.recent-post-area {
	padding-top: 95px;
}
.recent-post-heading  {
	padding-bottom: 25px;
	border-bottom: 1px solid #D8D8D8;
}
.recent-post-heading h2 {
	margin-bottom: 0;
}
.recent-post-heading img {
	width: 18px;
	margin-right: 10px;
}
.recent-post-area .blog-grid-area {
	margin-top: 45px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Gallery Overview %%%%%%%%%%%%%% */
.gallery-overview-each-image{
	position: relative;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 60%);
}
.gallery-overview-each-image img{
	width: 100%;
}
.gallery-overview-each-image:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
/*     background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(7,34,47,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(7,34,47,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(7,34,47,1) 100%); */
/*     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#07222f',GradientType=0 ); */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#537C91',GradientType=0 );
}
.gallery-each-block-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 1;
	padding: 20px;
    padding-bottom: 18px;
}
.gallery-overview-each-text{
	padding-top: 33px;
}
.gallery-each-block-content h2{
	color: #fff;
	margin-bottom: 13px;
}
.gallery-overview-each-text ul{
	list-style: none;
	padding-left: 20px;
}
.gallery-overview-each-text ul li{
	margin-bottom: 14px;
}
.gallery-overview-each-text ul li a{
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #25AAE1;
	line-height: 24px;
	text-transform: uppercase;
}
.gallery-overview-each{
	margin-bottom: 86px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Gallery Category %%%%%%%%%%%%%%%%%% */
.gallery-category-area{
	margin-top: 40px;
}
.gallery-category-wrapper{
	padding-top: 80px;
}
.gallery-category-wrapper .card-columns {
    column-count: 2;
    column-gap: 7.25rem;
}
.gallery-cat-text{
	padding: 20px;
	padding-bottom: 27px;
}
.gallery-category-wrapper .card-columns .card{
	margin-bottom: 60px;
}
.gallery-cat-text h2{
	margin-bottom: 21px;
}
.gallery-cat-text p{
	margin-bottom: 17px;
}
.gallery-cat-each{
	box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 15%);
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%% Gallery-post %%%%%%%%%%%%%%% */
.gallery-post-slider-area{
	margin-bottom: 95px;
}
.gallery-case-slider .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    padding-top: 12px;
}
.gallery-case-slider .mySwiper .swiper-slide{
	margin-right: 10px !important;
}
.gallery-post-text-area .divider {
    margin-top: 20px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #E3E3E3;
    max-width: 100%;
}
.gallery-case-buttom-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 21px;
    margin-bottom: 30px;
}
.gallery-case-buttom-area .back-button a {
	font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #0F4560;
}
.gallery-case-buttom-area .back-button a span {
    margin-right: 7px;
}
.gallery-case-buttom-area .back-button a span img{
    margin-top: -6px;
}
.gallery-case-buttom-area .next-button a {
	font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #0F4560;
}
.gallery-case-buttom-area .next-button a span {
    margin-left: 9px;
}
.gallery-case-buttom-area .next-button a span img{
    margin-top: -6px;
}
.gallery-post-text-area{
	padding-left: 80px;
}
.gallery-post-text-area a.common-link{
	margin-bottom: 48px;
	display: block;
}
.gallery-post-text-area p{
	margin-bottom: 17px;
}
.gallery-post-text-area p strong{
	font-weight: 600;
}

/************** Contact Form Css ***************/

body .gform_wrapper.gravity-theme .gfield input, 
body .gform_wrapper.gravity-theme .gfield select,
body .gform_wrapper.gravity-theme .gfield textarea{
	font-family: 'Spartan Regular';
	width: 100%;
	border-radius:0px;
	border:1px solid #BFBFBF; ;
	background-color:transparent;
	font-size:16px;
	color:#969696;
	padding: 3px 15px;
	appearance: none;
	-webkit-appearance: none;
	resize:none;
}

body .gform_wrapper.gravity-theme .gfield input::-webkit-input-placeholder { /* Edge */
  color: #969696;
}
body .gform_wrapper.gravity-theme .gfield input:-ms-input-placeholder { /* Internet Explorer */
  color: #969696;
}

body .gform_wrapper.gravity-theme .gfield input::placeholder {
  color: #969696;
}
body .gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder { /* Edge */
  color: #969696;
}

body .gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder { /* Internet Explorer */
  color: #969696;
}

body .gform_wrapper.gravity-theme .gfield textarea::placeholder {
  color: #969696;
}
body .gravity-from-submit{
	text-align:center;
}
body .gform_footer input{
	font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    border: 1px solid #25AAE1;
    background-color: #25AAE1;
    text-transform: uppercase;
    padding: 11px 20px 11px 20px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 1.5px;
    min-width: 190px;
    text-align: center;
	margin:0px;
}
body .gform_footer input:hover{
	border: 1px solid #0F4560;
    background-color: #0F4560;
    color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
body .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 147px;
	padding-top:10px;
}
:focus{
	outline:none
}
body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 12px;
}
body .gform_wrapper.gravity-theme .gform_footer, 
body .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0px 0 0;
    padding: 16px 0;
}
.sign-up-area form{
	display:flex;
}
.sign-up-area form > div:first-child{
	width:100%;
}
.sign-up-area .gform_wrapper.gravity-theme .gfield input {
	padding: 8px 15px;
}

.sign-up-area .gform_wrapper.gravity-theme .gform_footer, 
.sign-up-area .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0px 0px 0px 2%;
    padding: 0px 0px;
}
body .gform_footer input{
	padding: 8px 20px 8px 20px;
}
.vidio-each{
	margin-bottom:30px;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gform_footer {
    justify-content: center;
}
.pagination a:hover{
	color:#0F4560;
}

.services-content-area .nav-link.active:before{
	width:100%;	
}
.ginput_container_select .gfield_select{
	background: url(/wp-content/uploads/2023/03/down-arrow-6.png);
	background-repeat:no-repeat;
	background-position: right 10px center;
}

.brnd-img {
    display: flex;
    align-items: center;
}
.brnd-img img {
    padding-right: 10px;
}
.page-template-default .wp-block-image {
    display: inline-flex;
}
.page-template-default .wp-block-image img {
    padding-right: 10px;
}

/* banner lagline show css */
.banner-content-wrapper h2 {
    display: none;
}
.parent-pageid-1237 .banner-content-wrapper h2 {
    display: block;
}
.page-id-1237 .banner-content-wrapper h2 {
    display: block;
}
.page-id-1232 .banner-content-wrapper h2 {
    display: block;
}
.parent-pageid-1232 .banner-content-wrapper h2 {
    display: block;
}
.parent-pageid-1233 .banner-content-wrapper h2 {
    display: block;
}
.parent-pageid-1234 .banner-content-wrapper h2 {
    display: block;
}
.parent-pageid-1235 .banner-content-wrapper h2 {
    display: block;
}
.parent-pageid-1236 .banner-content-wrapper h2 {
    display: block;
}

.post-type-archive-product section.banner-area.inner-banner-area.d-flex.align-items-end.common-background-style {
    padding-bottom: 100px;
}
#tab-title-description{
	display:none !important;
}
.woocommerce section{
	padding-bottom:
}
.post-type-archive li.entry.product.type-product.post-1540.status-publish.instock.product_cat-skincare.has-post-thumbnail.taxable.shipping-taxable.purchasable.product-type-simple {
    position: relative;
    top: -16px;
}
.post-type-archive li.entry.product.type-product.post-1499.status-publish.last.instock.product_cat-recovery.has-post-thumbnail.taxable.shipping-taxable.purchasable.product-type-simple {
    position: relative;
    top: -32px;
}

	.popup-custom {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 100vh;
	 transition:0.8s all;
	 display:none;
}
.join-popup {
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translate(-50% ,0);
	  transition:0.5s all;
}
.popup-content {
    position: relative;
	  transition:0.5s all;
}
button.pop-close {
    position: absolute;
    top: 23px;
    right: 41px;
    background: none;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    transition: 0.5s all;
    border: 0 !important;
   
}	
	.popup-content a:hover {
    background-color: #c87082;
}
@media (max-width:768px){

.join-popup {
    width: 93%;
    left: 50%;
    right: 50%;
}
button.pop-close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: none;
    font-size: 23px;
    font-weight: 200;
    color: #fff;
    transition: 0.5s all;
    border: 0 !important;
}
	.join-popup {
    margin-top: 52px;
}
button#closebtnhome {
    margin-bottom: 30px;
}
}
.menu-area > ul > li.menu-item-has-children.missonary-menu > ul{
	display: block;
	white-space:normal;
}
.menu-area > ul > li.menu-item-has-children.missonary-menu > ul > li{
	border:0px;
	border-radius:0px;
	background:transparent;
}
/* request-appointment */
.h-request-appointment-button{
	margin-left:20px;
}
.h-request-appointment-button .common-button.border-button {
    border: 1px solid #0F4560;
   	color: #0F4560;
		font-size: 16px;
    padding: 10px;
    letter-spacing: normal;
}
.h-request-appointment-button .common-button.border-button:hover{
	color:#fff;
}
.banner-button-area a:first-child{
	margin-left:0;
}
.banner-button-area a:last-child{
	margin-right:0;
}
@media(max-width:991px){
	.banner-button-area a {
    margin: 0px 5px;
}
	}
	.mobile-screen-button .fa-phone-square-alt{
		transform: rotate(90deg);
		font-size:25px;
	}
.mobile-screen-button ul {
    display: flex;
    justify-content: center;
	align-items:center;
	padding:8px 0;
}
.mobile-screen-button ul li {
    display: block;
    width: auto;
    text-align: center;
	padding:0px 15px;
/* 	border-right:1px solid #FFFFFF; */
}
.mobile-screen-button ul li a img {
	padding-bottom: 3px;
}
.mobile-screen-button ul li:last-child{
	border:none;
}
.mobile-screen-button ul li a{
	font-size:14px;
	line-height:19px;
	text-transform:uppercase;
	padding:0;
}
.mobile-screen-button{
	background-color:#FF5B21;
}
.page-id-2194 .sign-up-area{
	display:none;
}
.qr-content{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	max-width: 541px;
    margin: 0 auto;
}
.qr-image{
	background-color: #fff;
    padding: 19px;
    max-width: 350px;
    max-height: 350px;
	margin-top:15px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.30);
}
/* home invasive-surgery */
.invasive-surgery-sec{
	margin-top: 50px;
	margin-bottom: 50px;
}
.invasive-surgery-wrapper{
	position: relative;
	padding: 50px 0;
}
.invasive-surgery-wrapper::after{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	background-color: #EAEAEA;
	width: 90%;
	height: 100%;
	z-index: -1;
}
.invasive-surgery-img{
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.60);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.60);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.60);
}
.invasive-surgery-content{
	padding: 0 20px 0 30px;
}
/*.invasive-surgery-content a{
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.invasive-surgery-content a:hover{
	color: #ff5b21;
}*/
@media(max-width:991px){
	.invasive-surgery-sec{
		margin-bottom:-35px;
	}
	.invasive-surgery-wrapper{
		padding: 0px;
		padding-bottom:50px;
	}
	.invasive-surgery-content{
		padding: 20px;
	}
	.invasive-surgery-wrapper::after{
		height:80%;
		width:100vw;
		margin-left:-50vw;
		left:50%;
		bottom: 0;
    	top: auto;
	}
}
.page-template-template-doctor .about-us-top img{
	width: 516px;
}
/* daxxify-popup */
.daxxify-popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 999;
	background-color: rgba(0 0 0 / 50%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.daxxify-popup-inner{
	max-width: 853px;
	width: 100%;
}
.daxxify-content{
	padding: 45px 30px;
	position: relative;
	text-align: center;
}
.daxxify-content::after{
	position: absolute;
	content: "";
	background-image: url("/wp-content/uploads/2024/11/Rectangle-5.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 13px;
	height: 100%;
	left: 0;
	top: 0;
}
.daxxify-content h2{
	font-family: 'Jost', sans-serif;
	font-size: 28px;
	line-height: 37px;
	color: #0F4560;
	font-weight: 400;
	margin-bottom: 10px;
	letter-spacing: 0;
}
.daxxify-content h3{
	font-family: 'Jost', sans-serif;
	font-size: 23px;
	line-height: 31px;
	font-style: italic;
	color: #25AAE1;
	font-weight: 400;
	padding-bottom: 27px;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: 0;
}
.daxxify-content h3::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #25AAE1;
	width: 109px;
	height: 4px;
	content: "";
}
.daxxify-content p{
	font-family: 'Spartan Regular';
	font-size: 15px;
	line-height: 26px;
	color: #0A0B0D;
	margin-bottom: 20px;
}
.daxxify-popup-img{
	height: 100%;
}
.daxxify-popup-img img{
	height: 100%;
	object-fit: cover;
}
.daxxify-pop-close{
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 28px;
	color: #000;
	z-index: 1;
}
@media(max-width:991px){
	.daxxify-popup{
		padding: 20px;
	}
	.daxxify-popup-inner {
		width: 100%;
		height: 596px;
		max-width: 600px;
		overflow-y: scroll;
	}
	.daxxify-content{
		padding: 30px;
	}
	.daxxify-content::after{
		height: 9px;
		width: 100%;
		background-image: url("/wp-content/uploads/2024/11/zdhh.jpg");
	}
	.daxxify-content h2{
		font-family: 'Jost', sans-serif;
		font-size: 22px;
		line-height: 30px;
	}
	.daxxify-content h3{
		font-family: 'Jost', sans-serif;
		font-size: 22px;
		line-height: 30px;
	}
	.daxxify-content h3 {
		font-family: 'Jost', sans-serif;
		font-size: 20px;
		line-height: 24px;
		padding-bottom: 17px;
	}
	.daxxify-content p{
		line-height: 25px;
	}
}
@media(min-width:992px){
	.footer-badge img{
		margin-left:35px;
	}
}
.header-area .logo-area{
	width:138px;
}
.footer-logo{
	text-align:center;
}
.footer-logo img{
	width:327px;
}

/**************  */
@media screen and (max-width: 1024px) {
	#rmp-container-426 {
		background-color: #537C91!important;
	}
}

.banner-area:after{
/* 	background:url(https://sarragaplasticsurgery.com/wp-content/uploads/2025/07/baner-area-after.png) !important; */
	background-repeat: no-repeat !important;
    background-size: cover !important;
}
.service-section-content-wrapper:after{
	background:url(https://sarragaplasticsurgery.com/wp-content/uploads/2025/07/Services-background-image.png) !important;
}
.doctor-ot-sec::after{
	background-image:url('https://sarragaplasticsurgery.com/wp-content/uploads/2025/07/Doctor-Template.png')!important;
	background-color:#537C91;
}
.each-blocks:after{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #537C91 100%) !important;
}
.header-area.fixed_header .header-bottom-area{
/* 	background:url(https://sarragaplasticsurgery.com/wp-content/uploads/2025/07/baner-area-after.png) !important; */
	background:#537C91!important;
}
.menu-area > ul > li.big-menu > ul:before{
	background:#fff !important;
}
.menu-area > ul > li > ul{
	background:#fff !important;
}
.menu-area > ul > li.big-menu > ul > li > a {
color:#000!important;
}
.menu-area > ul > li.big-menu > ul > li > ul > li > a{
color:#000!important;	
}
.inner-banner-area:before{
background-color: #537C91 !important;
}
.banner-area:after{
	background:url(https://sarragaplasticsurgery.com/wp-content/uploads/2025/07/default-template-banner.png) ! important;
}
.menu-area > ul > li > ul > li > a{
	color:#000;
}
.product-category{
	position:relative !important;
}
.product-category:after{
	content:'';
	position:absolute !important;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #537C91 100%) !important;
	top:0px;
	left:0px;
	width: 100%;
    height: 100%;
}
body .inner-banner-area:before {
    background-color: #537C91 !important;
}
.services-content-area {
     padding-top: 33px !important;
}
.service-section-content-wrapper::after {
	height:100% !important;
}
.sevice-grid-wrap .each-block-content{
	
    padding: 30px;
}
.each-blocks a{
	color:#fff!important;
}
.each-blocks a:hover{
	color:#ff5b21 !important;
	transition:all 0.3s!important;
}
.services-content-area:after{
	background:url('https://sarragaplasticsurgery.com/wp-content/uploads/2025/07/responsive-service-baner.png') !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center!important;
	background-color:#537C91 !important;
}
/* .header-area.fixed_header .header-bottom-area{
	background: url(/wp-content/uploads/2025/07/baner-area-after.png) center center / cover!important;
} */
.menu-area > ul > li > a{
display:inline-block;
}
.middle-content-wrapper a{
	color:#fff!important;
}
.middle-content-wrapper a:hover{
	color:#ff5b21 !important;
	transition:all 0.3s!important;
}
.gallery-each-block-content a{
	color:#fff !important;
}
.gallery-each-block-content a:hover{
	color:#FF5B21 !important;
}
.gallery-overview-each-image::after{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #537C91 100%) !important;
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%, #537C91 100%) !important;
	
}
/* home-new-dr-sec */
.home-new-dr-sec{
	margin-top: 78px;
	margin-bottom: 38px;
}
.home-new-dr-wrapper {
	padding: 48px 93px 71px;
	background: #FFF;
	box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.10);		
	-webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.10);		
}
.home-new-dr-heading{
	max-width: 928px;
	width: 100%;
	margin: 0px auto 36px;
}
.home-new-dr-heading h2{
	margin-bottom: 0;
}
.home-new-dr-heading h2 strong{
	font-weight: 700;
	font-style: italic;
}
.home-new-dr-heading p{
	color: #537C91;
	font-size: 16px;
	line-height: 28px; 
	margin-top: 7px;
}
.home-new-dr-heading p strong{
	font-weight: 800;
}
.each-new-dr h2{
	color: #0F4560;
	font-family: 'Spartan blod';
	font-size: 22px;
	font-weight: 700;
	line-height: 28px; 
	margin-bottom: 13px;
	margin-top: 31px;
	letter-spacing: 0;
	text-transform: capitalize;
}
.each-new-dr h2 a{
	color: #0F4560;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-new-dr h2 a:hover{
	color: #25AAE1;
}
.each-new-dr h3{
	color: #25AAE1;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.72px;
	text-transform: uppercase;
}
.home-new-dr-wrapper .row {
	margin: 0px -53.5px;
}
.home-new-dr-wrapper .col-lg-4 {
	padding: 0px 53.5px;
}
.as-seen-as-area{
	margin-top: 125px;
	margin-bottom: 151px;
}
.as-seen-as-wrapper h2{
	margin-bottom: 33px;
	text-align: center;
}
.as-seen-as-wrapper ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 65px;
	row-gap: 54px;
}
@media(max-width:1199px){
	.home-new-dr-wrapper .row {
		margin: 0px -15px;
		row-gap: 35px;
	}
	.home-new-dr-wrapper .col-lg-4 {
		padding: 0px 15px;
	}
}
@media(max-width:991px){
	.as-seen-as-area{
		margin-top: 85px;
		margin-bottom: 85px;
	}
	.as-seen-as-wrapper ul{
		column-gap: 45px;
	}
}
@media(max-width:767px){
	.home-new-dr-wrapper{
		padding: 40px;
	}
	.as-seen-as-wrapper ul{
		column-gap: 40px;
		row-gap: 30px;
		justify-content: center;
	}
	.as-seen-as-wrapper li{
		display: inline-block;
	}
	.as-seen-as-wrapper li img{
		width: 145px;
	}
}
