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

@import "common.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700&display=swap');

/*font-family: 'Titillium Web', sans-serif;*/


/********************* Header Css ******************/

.header-area{
	position: relative;
    z-index: 9999;
}
.top-header {
	background-color: #163C4F;
	padding: 7px 0px;
	display: none;
}
.header-menu-wrapper{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:99;
	padding-left: 15px;
	padding-top: 30px;
	pointer-events: none;
}
.header-menu-wrapper .container-fluid, .top-header .container-fluid{
	padding:0px 20px;
}
.header-logo img{
	width:82px;
}
.header-menubar-right-area{
	display: flex;
    /*justify-content: end;*/
    align-items: center;
	padding-right:10px;
	padding-left:10px;
	
}
.header-menu{
pointer-events: all;	
}
.header-logo{
pointer-events: all;	
}
.header-menubar-right-area > div:not(:first-child){
	margin-left:55px;
}
.requst-button a{
	color:#fff;
	background:#DB966E;
	border: 2px solid #DB966E;
	padding: 2px 25px 2px 25px;
}
.requst-button a:hover{
	background:#163C4F;
	border: 2px solid #163C4F;
}
.header-menu-wrapper .container-fluid .row .col-lg-2, .requst-button{
	display:none;
}
.location-area,
.cart,
.call {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	font-family: 'Titillium Web' !important;
}

.location-area strong,
.cart strong,
.call strong {
	color: #78B2CF;
	margin-right: 10px;
	font-size: 20px;
	vertical-align: middle;
}

.location-area:hover,
.cart:hover,
.call:hover {
	color: #78B2CF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.inner-page-header .header-menu-wrapper .container-fluid {
	align-items:
}
.inner-page-header .header-menu-wrapper .container-fluid .row .col-lg-2{
    display: block;
	flex: 0 0 12.666667%;
    max-width: 12.666667%;
}
.inner-page-header .header-logo img {
    width: 137px;
}
.inner-page-header .header-menu-wrapper .container-fluid .row{
	align-items:flex-start !important
}
.inner-page-header.fixed_header .header-menu-wrapper .container-fluid .row .col-lg-2 {
    display: block;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.inner-page-header.fixed_header .header-menu-wrapper .container-fluid .row{
	align-items:center !important
}
.inner-page-header.fixed_header .header-logo img {
    width: 82px;
}
.inner-page-header .dextop-menu > li > a{
	padding-bottom:53px;
}
/***************** Header Fixed Area ********************/
.header-area.fixed_header, .header-area.inner-page-fixed-header{
	position:fixed;
	top:-100%;
	width:100%;
	left:0px;
	z-index:9999;
	background:#fff;
	-webkit-box-shadow: 0px 7px 21px -10px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 7px 21px -10px rgba(0,0,0,0.55);
	box-shadow: 0px 7px 21px -10px rgba(0,0,0,0.55);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header-area.inner-page-fixed-header{
	top:0px !important;
}
.header-area.fixed_header .top-header,
.header-area.inner-page-fixed-header .top-header{
	display:block;
}
.header-area.fixed_header .header-menu-wrapper,
.header-area.inner-page-fixed-header .header-menu-wrapper {
	position:relative;
	padding-top:0px;
}
.header-area.fixed_header .header-menu-wrapper .container-fluid .row .col-lg-2, 
.header-area.fixed_header .requst-button,
.header-area.inner-page-fixed-header .header-menu-wrapper .container-fluid .row .col-lg-2,
.header-area.inner-page-fixed-header .requst-button{
	display:block;
	pointer-events: all;
}
.header-area.fixed_header .header-menubar-right-area,
.header-area.inner-page-fixed-header .header-menubar-right-area{
	justify-content: end;
	padding-left:0px;
}
.header-area.fixed_header.stky{
	top:0px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
/******************** Menu Css ****************/
.header-menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.dextop-menu > li {
	display:inline-block;
}
.dextop-menu > li:not(:first-child){
	margin-left:30px;
}
.dextop-menu > li > a{
	font-weight:600;
	font-size:16px;
	line-height:27px;
	color:#163C4F;
	display: inline-block;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	font-family: 'Titillium Web', sans-serif;
}
.dextop-menu > li > a:hover{
	color:#78B2CF;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.dextop-menu > li > ul{
	position: absolute;
    width: calc(100% - 100px);
    top: 100%;
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
	padding:60px 100px;
	display:none;
	align-items: center;
	-webkit-box-shadow: 0px 7px 21px -10px rgb(0 0 0 / 55%);
    -moz-box-shadow: 0px 7px 21px -10px rgba(0,0,0,0.55);
    box-shadow: 0px 7px 21px -10px rgb(0 0 0 / 55%);
}
.header-area.fixed_header .dextop-menu > li > ul:before,
.header-area.inner-page-fixed-header .dextop-menu > li > ul:before{
	-webkit-box-shadow: inset 10px 24px 11px -19px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 10px 24px 11px -19px rgba(0,0,0,0.25);
	box-shadow: inset 10px 24px 11px -19px rgba(0,0,0,0.25);
	width:100%;
	left:0px;
	top:0px;
	content:'';
	position:absolute;
	height:100%;
	z-index:-1;
}
.header-area.fixed_header .dextop-menu > li > a,
.header-area.inner-page-fixed-header .dextop-menu > li > a{
	padding: 20px 0px;
}
.header-menu-wrapper .container-fluid{
	position:relative;
}
.header-menu-wrapper .container-fluid .col-lg-10{
	position:static;
}
.dextop-menu > li > ul > li > a{
	display:none;
}
.dextop-menu > li:hover > ul{
	display:flex;
	/*width:100%;*/
}
.dextop-menu > li > ul > li{
	flex-grow: 1;
}
.dextop-menu > li > ul > li > ul > li{
	margin-bottom:35px;
}
.dextop-menu > li > ul > li > ul > li:last-child{
	margin-bottom:0px;
}
.dextop-menu > li > ul > li > ul > li > a{
	font-size:27px;
	line-height:32px;
	color:#707070;
	font-weight:400;
	font-family: 'Titillium Web', sans-serif;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dextop-menu > li > ul > li > ul > li > a:hover{
	color: #78B2CF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dextop-menu > li > ul > li.image-block{
	position:relative;
	width:372px;
	padding-left:50px;
	flex-grow: inherit;
}
.dextop-menu > li > ul > li.image-block a{
	position: relative;
    display:block;
}
.dextop-menu > li > ul > li.image-block > a span {
    display: none;
}
.dextop-menu > li > ul > li.image-block > a:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 91px;
    content: '';
    background: url('/wp-content/uploads/2022/03/shutterstock_225630178.png') no-repeat center center /cover;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.dextop-menu > li > ul > li.image-block:hover >a:after{
	height:100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.dextop-menu > li > ul > li.image-block > a img {
    padding-right: 0px;
    max-width: 100% !important;
}
.dextop-menu > li > ul > li.image-block > ul {
    position: absolute;
    bottom: 23px !important;
    left: 0px !important;
	width:100%;
    z-index: 9;
	text-align:center;
	padding:0px !important;
	top: auto !important;
    transform: translateY(0%) !important;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.dextop-menu > li > ul > li.image-block:hover > ul{
	bottom:45% !important;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.dextop-menu > li > ul > li.image-block > ul > li{
	padding-right:0px !important;
}
.dextop-menu > li > ul > li.image-block > ul > li > a {
    font-family: 'Hahmlet medium';
    font-size: 46px;
    color: #fff;
    line-height: 52px;
    letter-spacing: 0.8px;
    padding-left: 50px;
}
.dextop-menu > li > ul > li.image-block > ul > li > a:hover {
    color: #78B2CF;
}
.dextop-menu > li.big-menu > ul > li{
	position:relative;
}
.dextop-menu > li.big-menu > ul > li > ul > li{
	padding-right:50px;
}
.dextop-menu > li.big-menu > ul{
	/*display:flex;*/
	justify-content: space-between;
}
.dextop-menu > li.big-menu > ul > li{
	flex-grow: inherit;
}
.dextop-menu > li.big-menu > ul > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:50%;
	transform:translatey(-50%);
	padding-left:50px;
	white-space:nowrap;
	opacity:0;
	pointer-events: none;
	min-height:100%;
}
.dextop-menu > li.big-menu > ul > li > ul > li:hover > ul{
	opacity:1;
	pointer-events: all;
}
.dextop-menu > li.big-menu > ul > li > ul > li > ul:before{
	width:3px;
	height:calc(100% + 50px);
	top:50%;
	transform:translatey(-50%);
	position:absolute;
	left:0px;
	content:'';
	background:#78B2CF;
}
.dextop-menu > li.big-menu > ul > li > ul > li > ul > li > a{
	font-size:18px;
	color:#707070;
	font-weight:400;
	font-family: 'Titillium Web', sans-serif;
	line-height:32px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.dextop-menu > li.big-menu > ul > li > ul > li.menu-item-has-children > a:after{
	content:'\00BB';
	margin-left:10px;
}
.dextop-menu > li.big-menu > ul > li > ul > li a:hover{
	color:#78B2CF;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.dextop-menu > li.singel-menu{
	position:relative;
}
.dextop-menu > li.singel-menu > ul{
    width: auto;
    padding: 30px 50px;
    left: 0px;
    transform: translate(0px);
    white-space: nowrap;
	-webkit-box-shadow: 0px 7px 21px -10px rgb(0 0 0 / 55%);
    -moz-box-shadow: 0px 7px 21px -10px rgba(0,0,0,0.55);
    box-shadow: 0px 7px 21px -10px rgb(0 0 0 / 55%);
}
.dextop-menu > li.singel-menu:hover > ul{
	display: inline-block;
}
.dextop-menu > li.singel-menu > ul > li{
	margin-bottom:10px;
}
.dextop-menu > li.singel-menu > ul > li > a {
    display: block;
	font-size:20px;
	font-family: 'Titillium Web', sans-serif;
	color:#707070;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dextop-menu > li.singel-menu > ul > li > a:hover{
	color: #78B2CF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.fixed_header .dextop-menu > li.singel-menu > ul {
    left: -50px;
}
/****************** Banner Area *****************/

.banner-area {
	min-height: 100vh;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: -1px;
	box-shadow: 0px 0px 16px -8px rgb(0 0 0 / 59%);
}

.site-logo{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index:999;
	display:inline-block;
}
.banner-area-radius-part {
    transform: translateY(-50%);
    height: 100vh;
    width: calc(100vw - 312px);
    position: absolute;
    top: 50%;
    left: 0px;
    /* border-radius: 0px 50% 50% 0px; */
    z-index: 9;
    overflow: hidden;
    /* clip-path: ellipse(50% 100% at 50% 100%); */
}
.right-content-holder{
	position:relative;
}
.banner-right-image-holder{
	height:100%;
	width:100%;
	left:50px;
	top:0px;
	position:absolute;
}
.each-banner-category-image{
	height: 100%;
    position: absolute;
    opacity:0;
    top: 0px;
    left: 0px;
    width: 100%;
	transition: all .5s;
}
.each-banner-category-image.active{	
    opacity:1;
}
.banner-category-image{
	height:100%;
	width:100%;
	left:0px;
	top:0px;
	position:absolute;
	background: rgb(37 99 131 / 69%);
    background: -moz-linear-gradient(top, rgba(37, 99, 131, 1) 0%, rgba(19, 50, 66, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(37, 99, 131, 1) 0%, rgb(19 50 66 / 71%) 100%);
    background: linear-gradient(to bottom, rgb(37 99 131 / 59%) 0%, rgb(19 50 66 / 91%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#256383', endColorstr='#133242', GradientType=0);
}
.banner-image-background-area {
   
    /* width: 100%; */
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    clip-path: ellipse(95% 140% at 5% 45%);
	background-position: right center;
}
.banner-right-part {
	position: absolute;
	right: 0px;
	width: calc(8vw + 335px);
	top: 1px;
	height: 100%;
	/*border-width:150px 150px 0px 0px;*/
	border-color: red;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#256383+0,133242+100 */
	background: rgb(37, 99, 131);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(37, 99, 131, 1) 0%, rgba(19, 50, 66, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(37, 99, 131, 1) 0%, rgba(19, 50, 66, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(37, 99, 131, 1) 0%, rgba(19, 50, 66, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#256383', endColorstr='#133242', GradientType=0);
	/* IE6-9 */
}
.home-page-banner-image{
	height: 100vh;	
}
.call-and-phone-number>a {
	display: block;
}

.call-and-phone-number {
	position: absolute;
	top: 30px;
}

.banner-right-content-area {
	max-width: 260px;
	height: 100%;
	margin-left: auto;
	margin-right: 0px;
	position: relative;
	padding-right: 50px;
	display: table;
	width: 100%;
	z-index:9;
}

.banner-scroll-icon {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) scale(1);
	bottom: 10px;
	text-align: center;
	margin-left: -60px;
	animation: pulse 2s infinite;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}
.banner-scroll-icon p {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 0px;
	font-size: 16px;
}

.banner-service-accordian {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

#accordion {
	list-style: none;
	padding: 2px;
}

#accordion>li {
	display: block;
	list-style: none;
	position: relative;
	padding-bottom: 15px;
}

#accordion>li:after {
	width: 50px;
	height: 3px;
	border-radius: 10px;
	background: #DB966E;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

#accordion>li:last-child:after {
	display: none;
}

#accordion>li>span {
	display: block;
	color: #fff;
	margin: 4px 0;
	font-family: 'Hahmlet medium';
	cursor: pointer;
	font-size: 22px;
	line-height: normal;
}

#accordion>li>div {
	list-style: none;
	display: none;
	overflow: auto;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	font-family: 'Titillium Web';
}

#accordion>ul li {
	font-weight: normal;
	cursor: auto;
	padding: 0 0 0 7px;
}

#accordion a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: bold;
}

a.slider-button:hover {
	color: #D9A883;
}

/******************** Footer Css *******************/

.footer-area {
	padding: 70px 0px 30px;
	position: relative;
    z-index: 9;
	box-shadow: 0px 0px 16px -8px rgb(0 0 0 / 59%);
}

.newsletter-form-wrapper,
.footer-middle-wrapper {
	padding: 0px 50px;
}

.footer-middle-logo-area {
	margin-top: 0px;
}

.footer-logo {
	margin-bottom: 20px;
}

.footer-request-button a {
	background: #DB966E;
	border-color: #DB966E;
	color: #fff;
	margin-bottom: 15px;
}

.footer-request-button a:hover {
	border-color: #256383
}

.footer-call a {
	font-size: 27px;
	color: #707070;
	line-height: 29px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-call a:hover{
	color:#78B2CF;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-location h4 {
	font-weight: 700;
	color: #163C4F;
	font-size: 22px;
	line-height: 30px;
}

.each-location p a {
	color: inherit;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-location p a:hover{
	color:#78B2CF;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-bottom-location-area {
	margin-top: 36px;
}

.footer-social ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	justify-content: center;
}

.footer-social ul li {
	margin: 0px 8px;
}

.footer-social ul li a {
	font-size: 30px;
	color: #256383;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-social ul li a:hover{
	color:#78B2CF;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.copy-right-content p {
	font-size: 14px;
	margin: 0px;
}

.footer-bottom-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
	font-family: 'Titillium Web';
}

.footer-bottom-right ul li {
	position: relative;
	display: inline-block;
	padding: 0px 10px;
}

.footer-bottom-right ul li:before {
	width: 5px;
	height: 5px;
	background: #707070;
	position: absolute;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
}

.footer-bottom-right ul li a {
	font-weight: 400;
	font-size: 14px;
	color: inherit
}
.footer-bottom-right ul li a:hover{
	color:#78B2CF;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-bottom-right ul li:first-child:before {
	display: none;
}


/******************* About Section ********************/

.about-section {
	position: relative;
	padding: 150px 0px 120px;
}

.about-image-area {
	justify-content: space-between;
}

.about-section-image-area {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.33);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.33);
	width: 100%;
	max-width: 736px;
	position: relative;
	overflow-x: hidden;
}

.serving-building-slider-area {
	box-shadow: none;
}

.ser-button {
	position: absolute;
	bottom: 23px;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	z-index: 11;
}

.about-section-image-area .swiper-button-prev:after {
	display: none;
}

.about-section-image-area .swiper-button-next:after {
	display: none;
}

.about-section-image-area .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #D6D6D6;
	opacity: 0.6;
}

.about-section-image-area .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

.ser-each {
	margin-bottom: 50px;
}

.ser-text h4 {
	color: #163C4F;
	font-size: 46px;
	font-family: 'Hahmlet medium';
	line-height: 52px;
	max-width: 530px;
	margin-bottom: 80px;
}

.ser-text-wrapper {
	margin-top: -200px;
}

.serving-multipale-area .about-section-logo-area {
	padding-top: 53px;
}

.location-list-area {
	margin-bottom: 50px;
}

.location-list-wrapper {
	padding: 45px 20px;
	width: calc(100% - 200px);
	border-radius: 25px;
	box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 33%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px auto;
}

.location-list-left {
	padding-right: 40px;
}

.location-list-left h2 {
	font-weight: bold;
	margin-bottom: 0px;
}

.location-list-right ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.location-list-right ul li {
	display: inline-block;
	padding: 0px 30px 0px 30px;
}

.location-list-right ul li a {
	font-family: 'Titillium Web', sans-serif;
	font-size: 27px;
	line-height: 29px;
	font-weight: 400;
	color: #256383;
}

.location-list-right ul li:not(:last-child) {
	border-right: 3px solid #DB966E;
}

.location-list-right ul li:first-child {
	padding-left: 0px;
}


/* %%%%%%%%%%%%%%%%%%%%%% HOME BLOG POST %%%%%%%%%%%%%%% */

.home-blog-wrapper h4 {
	color: #163C4F;
	font-size: 46px;
	font-family: 'Hahmlet medium';
	line-height: 52px;
	text-align: center;
	margin-bottom: 24px;
}

.home-blog-wrapper {
	position: relative;
	padding: 0px 50px;
}

.blog-button {
	position: absolute;
	bottom: 23px;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	z-index: 11;
}

.home-blog-wrapper .swiper-button-prev:after {
	display: none;
}

.home-blog-wrapper .swiper-button-next:after {
	display: none;
}

.home-blog-wrapper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #AAAAAA;
	opacity: 0.6;
}

.home-blog-wrapper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}


/* %%%%%%%%%%%%%%%%%%%%%%%%%% MARI AREA %%%%%%%%%%%%% */

.mari-area {
	margin-top: 150px;
	padding: 100px 0px !important;
	background: rgb(37,99,131);
	background: -moz-linear-gradient(top,  rgba(37,99,131,1) 0%, rgba(19,50,66,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(37,99,131,1) 0%,rgba(19,50,66,1) 100%);
	background: linear-gradient(to bottom,  rgba(37,99,131,1) 0%,rgba(19,50,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#256383', endColorstr='#133242',GradientType=0 );
}

.mari-right h2 {
	line-height: 29px;
	color: #ffffff;
}
.each-testimonial-image{
	display:none;
}
.each-testimonial-image.active{
	display:block;
}
.mari-image {
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 25px;
}

.mari-each ul {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

.mari-each ul li {
	margin: 0px 3px;
}

.mari-each h3 {
	line-height: 40px;
	color: #fff;
	font-weight: normal;
	font-style: italic;
}

.mari-slider-wrapper {
	position: relative;
	padding: 0px 50px 0px 0px;
}

.mari-button {
	/*position: absolute;
	bottom: 23px;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	z-index: 11;*/
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.mari-button>div {
	margin: 0px 30px;
}

.mari-button .swiper-pagination-bullet {
	margin: 0px 10px;
}

.mari-button .swiper-pagination {
	position: relative;
}

.mari-button .swiper-button-next,
.mari-button .swiper-button-prev {
	position: relative;
	top: 0px;
	margin: 0px;
	left: auto;
	right: auto;
}

.mari-slider-wrapper .swiper-button-prev:after {
	display: none;
}

.mari-slider-wrapper .swiper-button-next:after {
	display: none;
}

.mari-button .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #D6D6D6;
	opacity: 0.6;
}

.mari-button .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.mari-slider-wrapper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

.mari-slider-wrapper a.common-button {
	margin-top: 30px;
	border: 2px solid #DB966E;
	color: #fff;
}

.mari-left .com-border {
	border: 2px solid #DB966E;
	color: #fff;
	margin-top: 30px;
}

.mari-left .com-border:hover {
	background-color: #256383;
}


/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% MARI END %%%%%%%%%%%%%%%%%%%% */


/*************** Services Area **************/

.each-service-blog {
	position: relative;
	min-height: 663px;
	background-position: top center;
	overflow: hidden;
}

.each-service-blog:after {
	position: absolute;
	width: 100%;
	height: 128px;
	content: '';
	bottom: 0px;
	left: 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#025683+0,000407+100 */
	background: rgb(2, 86, 131);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(2, 86, 131, 1) 0%, rgba(0, 4, 7, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(2, 86, 131, 1) 0%, rgba(0, 4, 7, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(2, 86, 131, 1) 0%, rgba(0, 4, 7, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025683', endColorstr='#000407', GradientType=0);
	/* IE6-9 */
	opacity: 0.75;
	transition: all 0.2s;
	;
}

.each-service-name {
	position: absolute;
	top: 83%;
	width: 100%;
	z-index: 1;
	transition: all 0.2s;
}

.each-service-name h2 {
	color: #fff;
	font-family: 'Hahmlet medium';
	font-size: 48px;
	line-height: 88px;
	letter-spacing: -2.2px;
	margin-bottom: 0px;
}

.service-list {
	max-width: 280px;
	margin: 00px auto 0px;
	text-align: center;
	transform: translate(9999px);
	opacity: 0;
}

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

.service-list ul li:not(:last-child) {
	padding-bottom: 12px;
	border-bottom: 3px solid #DB966E;
	margin-bottom: 18px;
}

.service-list ul li a {
	font-weight: 400;
	color: #fff;
	font-size: 27px;
	line-height: 29px;
}

.each-service-content {
	position: absolute;
	z-index: 9;
	top: 55%;
	transform: translateY(-50%);
	width: 100%;
}

.more-services-link {
	margin-top: 35px;
	transform: translate(9999px);
	opacity: 0;
}

.more-services-link a {
	color: #fff;
}

.each-service-blog:hover .service-list,
.each-service-blog:hover .more-services-link {
	transition: opacity 0.5s linear;
	transform: translate(0);
	opacity: 1;
}

.each-service-blog:hover:after {
	height: 100%;
	transition: all 0.2s;
	;
}

.each-service-blog:hover .each-service-name {
	top: 110px;
	transition: all 0.2s;
	;
}


/***************** End:: Servvice Area ****************/

.about-section-logo-area {
	margin-left: -50px;
}

.about-content {
	padding: 0px 50px;
}

.about-content-left h2 {
	color: #163C4F;
	font-family: 'Hahmlet medium';
	font-size: 46px;
	line-height: 52px;
	letter-spacing: -2.2px;
	white-space: nowrap;
	margin-bottom: 5px;
}

.about-content-left p {
	font-size: 27px;
	line-height: 42px;
	margin-bottom: 38px;
}

.about-image-area {
	margin-bottom: 50px;
}

.about-content-right {
	padding-left: 60px;
}

.about-content-right p {
	margin: 0px;
}

.each-block {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.33);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.33);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about-content-three-blocks {
	padding: 0px 100px;
	margin-top: 135px;
}

.each-block h3 {
	font-weight: 400;
	font-size: 22px;
	color: #707070;
	line-height: 37px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-block a img {
	margin-bottom: 10px;
}

.each-block h4 {
	color: #fff;
	font-weight: 700;
	font-size: 0px;
	line-height: 0px;
	text-transform: uppercase;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.each-block:hover {
	background: #78B2CF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-block:hover h3 {
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-block:hover h4 {
	font-size: 16px;
	line-height: 24px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}


/******************* Meet The doctor  Section   *****************/

.meet-the-doctor-section {
	padding: 150px 0px;
	overflow-x: hidden;
}

.meet-the-team-content-wrapper {
	position: relative;
}

.meet-the-team-image-logo {
	position: absolute;
	right: -50px;
	top: 50px;
}

.doctor-image {
	position: absolute;
	left: 0px;
	top: 0px;
	box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 33%);
}

.meet-the-doctor-content h2 {
	color: #163C4F;
	font-family: 'Hahmlet medium';
	font-size: 46px;
	line-height: 52px;
	letter-spacing: -2.2px;
	white-space: nowrap;
	margin-bottom: 5px;
}

.meet-the-doctor-content h3 {
	font-size: 27px;
	line-height: 42px;
	margin-bottom: 10px;
	color: #707070;
	font-weight: 400;
}

.meet-the-doctor-content p {
	margin-bottom: 35px;
}

.meet-the-doctor-content {
	padding-right: 60px;
}

.gap-for-desktop {
	height: 300px;
}


/********************* BLOG Css ******************/

.home-blog-area {
	padding-bottom: 150px;
}

/*.blog-area {
	padding-top: 150px;
	padding-bottom: 100px;
}*/

.inner-head h1 {
	color: #163C4F;
	font-size: 46px;
	font-family: 'Hahmlet medium';
	line-height: 52px;
	margin-bottom: 7px;
}

.select-style {
	max-width: 866px;
	margin: 0px auto;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #707070;
	font-weight: 400;
	appearance: none;
	height: auto;
	padding: 10px 15px;
	width: 100%;
	background: url(../images/Icon\ ionic-ios-arrow-down.png) no-repeat 97% center;
	border: none;
	box-shadow: 0px 0px 16px -8px rgb(0 0 0 / 59%);
	border-radius: 10px;
	margin-bottom: 50px;
}

.select-style:focus {
	border: none;
	box-shadow: 0px 0px 39px -8px rgb(0 0 0 / 59%);
}

.blog-each-wrapper {
	margin-bottom: 100px;
}

.blog-each {
	position: relative;
	background-color: #EAEAEA;
	/*height: 100%;
	min-height: 333px;*/
	margin-bottom: 60px;
	box-shadow: 0px 0px 30px -18px rgb(0 0 0 / 50%);
}

.blog-each img {
	width: 100%;
}

.blog-each-text {
	background: url('/wp-content/uploads/2022/03/shutterstock_225630178.png') no-repeat center center /cover;
	position: absolute;
	bottom: 0px;
	padding: 20px 45px;
	width: 100%;
	text-align: center;
}

.blog-each-text h6 {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #fff;
}

.blog-post-area {
	padding-top: 50px;
	padding-bottom: 100px;
}

.listing-box {
	margin-bottom: 40px;
}

.listing-box ul {
	padding-left: 100px;
	margin: 0px;
	list-style: square;
}

.listing-box .col-lg-7:after {
	position: absolute;
	left: 0px;
	width: 3px;
	height: 100%;
	bottom: 0px;
	background: #78B2CF;
	content: '';
}

.listing-box ul li {
	line-height: 42px;
	font-size: 20px;
	font-weight: 400;
	color: #707070;
}

.shop-area {
	padding: 100px 0px;
}

.shop-details-text h2 {
	color: #163C4F;
	font-size: 46px;
	line-height: 52px;
	font-family: 'Hahmlet medium';
}

.shop-details-text h4 {
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
	font-size: 27px;
	line-height: 42px;
	color: #707070;
	margin-bottom: 20px;
}

.shop-overview-area {
	padding-top: 50px;
}

.shop-each {
	max-width: 200px;
	margin: 0 auto;
	margin-bottom: 135px;
}

.shop-each h5 {
	color: #256383;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	max-width: 190px;
	margin: 0 auto;
	padding-bottom: 13px;
	margin-bottom: 2px;
	position: relative;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.shop-each:hover h5{
	color:#78B2CF;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.shop-each h5:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	background-color: #DB966E;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.shop-each h4 {
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
	font-size:27px;
	line-height:37px;
	color:#707070;
	margin-bottom:20px;
}
.shop-each a.common-button{
	border: 2px solid #256383 !important;
    background-color: transparent !important;
	color:#256383 !important;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.shop-each a.common-button:hover, .woocommerce a.button:hover{
	border: 2px solid #256383 !important;
    background-color: #256383 !important;
	color:#fff !important;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.shop-image {
	background-color: #EAEAEA;
	border-radius: 6px;
	height: 100%;
	width: 100%;
	min-height: 260px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 30px -18px rgb(0 0 0 / 50%);
}

.shop-overview-each h2 {
	font-family: 'Hahmlet medium';
	font-size: 46px;
	line-height: 52px;
	color: #163C4F;
	margin-bottom: 100px;
}

.shop-cart {
	padding-bottom: 100px;
}

.shop-details-image {
	padding-bottom: 40px;
}

.shop-overview-each {
	margin-bottom: 65px;
	margin-top: 100px;
}

.shop-overview-wrapper:last-child .shop-overview-each {
	margin-bottom: 0px;
}

.common-button-2 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 27px;
	color: #256383;
	border-radius: 25px;
	background-color: transparent;
	padding: 56px 32px 56px 32px;
	display: block;
	line-height: 29px;
	box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 33%);
	margin: 0 auto;
	width: fit-content;
	margin-top: 50px;
}

.contact-area {
	padding-top: 50px;
	padding-bottom: 100px;
}

.location-wrapper h2 {
	font-family: 'Hahmlet medium';
	font-size: 46px;
	line-height: 52px;
	color: #163C4F;
	text-align: center;
	margin-bottom: 100px;
}

.location-image {
	margin-bottom: 45px;
	background-color: #EAEAEA;
	box-shadow: 0px 0px 30px -18px rgb(0 0 0 / 50%);
}

.location-image img {
	width: 100%;
}

.location-wrapper .row .col-lg-4 {
	padding-right: 35px;
	padding-left: 35px;
}

.location-wrapper .row {
	margin-right: -35px;
	margin-left: -35px;
}

.contact-left h3 {
	margin-bottom: 20px;
}

.contact-left h3 a {
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #256383;
}

.contact-left h3 a:hover {
	color: #78B2CF;
}

.contact-wrapper {
	padding-bottom: 40px;
}

.location-text:hover p{
	color: #78B2CF;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% MEET THE DOCTOR %%%%%%%%%%%%%%%%%%%% */

.meet-dr-area {
	padding-top: 50px;
}

.meet-dr-logo {
	padding-left: 60px;
}

.meet-dr-logo ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.meet-dr-wrapper .about-content-three-blocks {
	margin-bottom: 150px;
}

.meet-team-area {
	padding-top: 50px;
}

.meet-team-blog-area {
	width: calc(100% - 302px);
	margin: 0 auto;
}

.meet-team-blog-area .blog-each {
	margin-bottom: 130px;
	min-height: 430px;
}

.meet-team-blog-area .row {
	margin-right: -75px;
	margin-left: -75px;
	align-items: center;
}

.meet-team-blog-area .row .col-lg-6 {
	padding-right: 75px;
	padding-left: 75px;
}

.meet-team-blog-area .blog-each-text h2 {
	line-height: 29px;
	color: #fff;
	margin-bottom: 5px;
}

.meet-team-wrapper .meet-the-doctor-content .common-button {
	margin-top: 30px;
}


/* %%%%%%%%%%%%%%%%%%%%%%%% COSMETIC %%%%%%%%%%%%%%%%%%%%%%% */

.cosmetic-area {
	padding-top: 50px;
}

.cosmetic-wrapper .meet-the-doctor-content {
	padding-left: 12px;
}

.cosmetic-wrapper .meet-the-doctor-content ul {
	margin: 0px;
	list-style: square;
	padding-top: 30px;
	padding-left: 20px;
}

.cosmetic-wrapper .meet-the-doctor-content ul li a {
	font-family: 'Titillium Web', sans-serif;
	font-size: 27px;
	line-height: 46px;
	font-weight: 400;
	color: #256383;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.cosmetic-wrapper .meet-the-doctor-content ul li a:hover{
	color:#78B2CF;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.meet-the-team-image-logo-2 {
	position: absolute;
	top: 50px;
	left: -50px;
}

.doctor-image-2 {
	position: absolute;
	top: 0px;
	right: 0px;
	box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 33%);
}

.meet-the-doctor-content-2 {
	padding-left: 0px;
}

.procedure-area {
	padding-top: 50px;
}

.procedure-area .mari-area {
	margin-bottom: 150px;
}

.procedure-area .about-content-three-blocks {
	margin-bottom: 150px;
}
/************ Contact Page Css **************/

.contact-page-form-wrapper{
	max-width:485px;
	margin-right:0px;
	margin-left:auto;
}
body .ginput_container input, 
body .ginput_container select,
body .ginput_container textarea{
	width: 100% !important;
	border-radius:10px;
	border:0px ;
	background-color:#fff !important;
	font-size:18px !important;
	color:#707070;
	padding: 6px 25px !important;
	appearance: none;
	-webkit-appearance: none;
	resize:none;
	font-weight:400;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.32);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.32);
}
body .gform_legacy_markup_wrapper li.hidden_label input{
	margin-top:0px !important; 
}
body .gform_legacy_markup_wrapper ul li.gfield{
	margin-top:20px !important;
	padding-right:0px !important;
}
body .ginput_container select{
	background: url('/wp-content/uploads/2022/03/Icon-ionic-ios-arrow-down.png') #fff no-repeat 97% center !important;
}
body .ginput_container input::-webkit-input-placeholder { /* Edge */
  color: #707070;
}
body .ginput_container input:-ms-input-placeholder { /* Internet Explorer */
  color: #707070;
}

body .ginput_container input::placeholder {
  color: #707070;
}
body .ginput_container textarea::-webkit-input-placeholder { /* Edge */
  color: #707070;
}

body .ginput_container textarea:-ms-input-placeholder { /* Internet Explorer */
  color: #707070;
}

body .ginput_container textarea::placeholder {
  color: #707070;
}
body .gravity-from-submit{
	text-align:center;
}
body .gravity-from-submit button{
	font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    border: 0px solid #256383;
    background-color: #256383;
    padding: 8px 25px 8px 25px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 24px;
}
body .gform_wrapper.gravity-theme .gform_footer{
	padding:0px;
}
body .ginput_container textarea.small {
    height: 110px;
}
:focus{
	outline:none
}
body .gform_legacy_markup_wrapper .gfield_checkbox li input, .gform_legacy_markup_wrapper .gfield_checkbox li input[type=checkbox]{
	width: 25px !important;
    padding: 0px !important;
    height: 25px !important;
    margin-right: 10px;
	appearance: auto;
}
body .gform_legacy_markup_wrapper ul.gfield_checkbox li label{
	font-size:18px;
	color:#707070;
	font-weight:400;
}
body .gform_legacy_markup_wrapper ul.gfield_checkbox li{
	overflow:inherit;
}
body .gform_wrapper .top_label li ul.gfield_checkbox{
	text-align:center;
}
.newsletter-form-wrapper h2 {
    font-family: 'Hahmlet medium';
    font-size: 46px;
    line-height: 52px;
    color: #163C4F;
    text-align: center;
	margin-bottom:10px;
}
.newsletter-form-wrapper p{
	text-align: center;
	margin-bottom:15px;
}
.newsletter-form-wrapper form{
	display:table;
	width:100%;
}
.newsletter-form-wrapper form > div{
	display:table-cell;
	vertical-align:middle
}
.newsletter-form-wrapper form > div.gform_footer{
	min-width:160px;
}
.newsletter-form-wrapper .gravity-from-submit button{
	width:100%;
	margin-bottom:0px !important;
	padding: 9px 25px 9px 25px !important;
}
.newsletter-form-wrapper .gform_wrapper.gravity-theme .gform_footer{
	padding-left:20px;
}
.newsletter-form-wrapper .gform_wrapper.gravity-theme .gform_fields{
	grid-column-gap: 20px;
}
.newsletter-form-wrapper{
	margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.woocommerce table.shop_table tbody tr, .woocommerce-page table.shop_table tbody tr {
    font-size: .88889em;
}
.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}
.woocommerce .quantity .qty {
    height: 44px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .submit :hover {
    border: 2px solid #256383 !important;
    background: #256383;
    color: #fff;
}
.skin-care-area .mari-button{
	margin-top:40px;
}
.contact-page-form-wrapper{
	max-width:485px;
	margin-right:0px;
	margin-left:auto;
}
body .ginput_container input, 
body .ginput_container select,
body .ginput_container textarea{
	width: 100% !important;
	border-radius:10px;
	border:0px ;
	background-color:#fff !important;
	font-size:18px;
	color:#707070;
	padding: 6px 25px !important;
	appearance: none;
	-webkit-appearance: none;
	resize:none;
	font-weight:400;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.32);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.32);
}
body .gform_legacy_markup_wrapper li.hidden_label input{
	margin-top:0px !important; 
}
body .gform_legacy_markup_wrapper ul li.gfield{
	margin-top:20px !important;
	padding-right:0px !important;
}
body .ginput_container select{
	background: url('/wp-content/uploads/2022/03/Icon-ionic-ios-arrow-down.png') #fff no-repeat 97% center !important;
}
body .ginput_container input::-webkit-input-placeholder { /* Edge */
  color: #707070;
}
body .ginput_container input:-ms-input-placeholder { /* Internet Explorer */
  color: #707070;
}

body .ginput_container input::placeholder {
  color: #707070;
}
body .ginput_container textarea::-webkit-input-placeholder { /* Edge */
  color: #707070;
}

body .ginput_container textarea:-ms-input-placeholder { /* Internet Explorer */
  color: #707070;
}

body .ginput_container textarea::placeholder {
  color: #707070;
}
body .gravity-from-submit{
	text-align:center;
}
body .gravity-from-submit button{
	font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    border: 0px solid #256383;
    background-color: #256383;
    padding: 8px 25px 8px 25px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 24px;
}
body .gform_wrapper.gravity-theme .gform_footer{
	padding:0px;
}
body .ginput_container textarea.small {
    height: 110px;
}
:focus{
	outline:none
}
body .gform_legacy_markup_wrapper .gfield_checkbox li input, .gform_legacy_markup_wrapper .gfield_checkbox li input[type=checkbox]{
	width: 25px !important;
    padding: 0px !important;
    height: 25px !important;
    margin-right: 10px;
	appearance: auto;
}
body .gform_legacy_markup_wrapper ul.gfield_checkbox li label{
	font-size:18px;
	color:#707070;
	font-weight:400;
}
body .gform_legacy_markup_wrapper ul.gfield_checkbox li{
	overflow:inherit;
}
body .gform_wrapper .top_label li ul.gfield_checkbox{
	text-align:center;
}
/**********************/
.inner-banner-area{
	min-height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: -1px;
	box-shadow: 0px 0px 16px -8px rgb(0 0 0 / 59%);
}
.inner-banner-area-radius-part {
    transform: translateY(-50%);
    height: 100%;
    width: calc(100vw - 312px);
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 9;
    overflow: hidden;
}
.inner-banner-background-image {
    /* width: 100%; */
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    clip-path: ellipse(95% 165% at 5% 45%);
    background-position: right center;
	height:100%;
}
.inner-banner-content-wrapper{
	height:100%;
	display: flex;
    align-items: end;
	width: 100vw;
	padding-bottom:80px;
}
.inner-banner-content-wrapper a.common-button{
	background:#DB966E;
	border: 2px solid #DB966E;
	color:#fff;
}
.inner-banner-content-wrapper a.common-button:hover{
	background-color: #256383;
	border: 2px solid #256383;
}
.inner-banner-area .banner-right-part:after{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	content:'';
	background: rgb(37, 99, 131);
	background: -moz-linear-gradient(top, rgba(37, 99, 131, 1) 0%, rgba(19, 50, 66, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(37, 99, 131, 1) 0%, rgba(19, 50, 66, 1) 100%);
	background: linear-gradient(to bottom, rgba(37, 99, 131, 1) 0%, rgba(19, 50, 66, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#256383', endColorstr='#133242', GradientType=0);
	opacity:0.75;
}
.contact-page-form-wrapper.blog-page{
	max-width:100%;
	margin:100px auto;
	padding:0px 100px;
	text-align:center;
}
.contact-page-form-wrapper.blog-page h2{
	font-family: 'Hahmlet medium';
    font-size: 46px;
    line-height: 52px;
    color: #163C4F;
}
.request-appointment-section{
	padding:100px 0px 0px;
}
.request-appointment-section .request-appointment-wrapper{
	padding:0px 100px;
}
.contact-page-form-wrapper.request-appointment-form{
	max-width:100%;
	margin:0px auto;
	padding:0px 40px;
	text-align:center;
}
.contact-page-form-wrapper.request-appointment-form h2{
	font-family: 'Hahmlet medium';
    font-size: 46px;
    line-height: 52px;
    color: #163C4F;
}
.contact-page-form-wrapper.request-appointment-form p{
	font-family: 'Titillium Web', sans-serif;
    font-size: 27px;
    line-height: 42px;
    font-weight: 400;
    color: #707070;
	margin-bottom:20px;
}
.each-skin-product-details p a{
	color:#78B2CF;
}

.skin-care-area{
	position:relative;
	min-height:663px;
	padding:115px 0px 70px !important;
	background: rgb(37,99,131);
	background: -moz-linear-gradient(top,  rgba(37,99,131,1) 0%, rgba(19,50,66,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(37,99,131,1) 0%,rgba(19,50,66,1) 100%);
	background: linear-gradient(to bottom,  rgba(37,99,131,1) 0%,rgba(19,50,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#256383', endColorstr='#133242',GradientType=0 );
	overflow:hidden;
}
.skin-care-round-image:after{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	content:'';
	background: rgb(37, 99, 131);
	background: -moz-linear-gradient(top, rgba(37, 99, 131, 1) 0%, rgba(19, 50, 66, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(37, 99, 131, 1) 0%, rgba(19, 50, 66, 1) 100%);
	background: linear-gradient(to bottom, rgba(37, 99, 131, 1) 0%, rgba(19, 50, 66, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#256383', endColorstr='#133242', GradientType=0);
	opacity:0.75;
}
.skin-care-left-content{
	vertical-align:bottom;
}
.skin-care-left-content h2{
	color: #fff;
	font-family: 'Hahmlet medium';
	font-size: 68px;
	line-height: 77px;
	letter-spacing: -2.2px;
	white-space: nowrap;
	margin-bottom: 15px;
}
.skin-care-left-content p{
	color:#fff;
}
.skin-care-left-content a{
	border:2px solid #DB966E;
	color:#fff;
}
.skin-care-area .container{
	position:relative;
	z-index:9;
}
.skin-care-left-content{
	padding-right:50px;
}
.each-skin-product-details{
	padding:20px 0px 0px;
}
.each-skin-product-details p{
	font-weight:700;
	color:#78B2CF;
	padding-bottom:10px;
	position:relative;
	margin-bottom:10px;
}
.each-skin-product-details p:after{
	width:50px;
	height:3px;
	border-radius:5px;
	background:#DB966E;
	content:'';
	position:absolute;
	bottom:0px;
	left:50%;
	transform:translateX(-50%);
}
.each-skin-product-details h3{
	color:#fff;
	font-weight:700;
}
.skin-care-product{
	padding-left:70px;
}
/*.skin-care-area:before{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	content:'';
	background: rgb(37, 99, 131);
	background: -moz-linear-gradient(top, rgba(37, 99, 131, 1) 0%, rgba(19, 50, 66, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(37, 99, 131, 1) 0%, rgba(19, 50, 66, 1) 100%);
	background: linear-gradient(to bottom, rgba(37, 99, 131, 1) 0%, rgba(19, 50, 66, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#256383', endColorstr='#133242', GradientType=0);
	opacity:0.75;
	clip-path: ellipse(95% 140% at 5% 45%);
}*/
.skin-care-radius-part{
	position:relative;
	transform: translateY(-50%);
	height: 100%;
	width: 36%;
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 9;
	overflow: hidden;
}
/*.skin-care-left-wrapper:before{
	width:100vw;
	right:0px;
	top:0px;
	height:100%;
	background:red;
	position:absolute;
	content:'';
}*/
.skin-care-round-image{
	clip-path: ellipse(95% 140% at 5% 45%);
	background-position: left center;
	background-color:red;
	height:100%;
}
.wp-block-columns {
	margin-bottom: 40px;
}

.wp-block-columns ul {
	padding-left: 100px;
	margin: 0px;
	list-style: square;
}

.wp-block-columns .wp-block-column{
	position:relative;
}
.wp-block-columns .wp-block-column:after {
	position: absolute;
	left: 0px;
	width: 3px;
	height: 100%;
	bottom: 0px;
	background: #78B2CF;
	content: '';
}
.wp-block-columns .wp-block-column:first-child:after {
	display:none;
}

.wp-block-columns ul li {
	line-height: 42px;
	font-size: 20px;
	font-weight: 400;
	color: #707070;
	font-family: 'Titillium Web';
}
.header-area.inner-page-fixed-header  + main{
	padding-top: 150px;
}
.shop-details-text form button{
	color:#707070 !important;
}
.shop-details-text form button:hover{
	color:#fff !important;
}
.woocommerce-shop, .single-product{
	position:relative;
}
.single-product:after {
	width:580px;
	height:194px;
	background:url('/wp-content/uploads/2022/03/Hamblin-Dermatology_Logoelement.png') no-repeat right center;
	position:absolute;
	right:-50px;
	top:200px;
	content:'';
	z-index: -1;
}
.shop-overview-each{
	position:relative;
}
.shop-overview-each .mountain-icon{
	position:absolute;
	right:-250px;
	top:-50px;
}
.blog-each{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	}
.shop-details-text .price .woocommerce-Price-amount.amount{
	color: #707070;
}
.contact-area {
    padding-bottom: 0px;
}
.request-appointment-section {
    padding: 0px;
}
.shop-area {
    padding-top: 35px;
}
.return-to-shop{
	padding-bottom:100px;
}
.location-list-right ul li a:hover{
	color:#78B2CF;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-list ul li a{
	font-size:27px;
	font-family: 'Titillium Web', sans-serif;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-list ul li a:hover{
	color:#78B2CF;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.post-template-default.single-post .inner-banner-content-wrapper .container{
	padding-right:260px;
}
.post-template-default.single-post .inner-banner-content-wrapper h1{
	font-size: 48px;
	line-height: 62px;
}
.woocommerce-product-gallery {
	-webkit-box-shadow: 0px 7px 21px -10px rgb(0 0 0 / 55%);
    -moz-box-shadow: 0px 7px 21px -10px rgba(0,0,0,0.55);
    box-shadow: 0px 7px 21px -10px rgb(0 0 0 / 55%);
}
.common-button-2:hover{
	color: #78B2CF;
}
@media(max-width:991px){
	.post-template-default.single-post .inner-banner-content-wrapper .container {
		padding-right:35px;
	}
	.post-template-default.single-post .inner-banner-content-wrapper h1{
		font-size: 22px;
		line-height: 30px;
	}
}

/*Menu styles */
.rmp-menu .none > a {
	height: 0px !important;
}
.rmp-menu a {
	font-family: 'Titillium Web' !important;
}
#rmp-container-267.rmp-menu-open {
	-webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 33%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 33%);
}


/* Footer buttons */
.footer-bottom-right a {
	font-size: 100% !important;
    width: auto !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    font-family: -apple-system,sans-serif !important;
    text-decoration: none !important;
    color: currentColor !important;
    background-attachment: scroll !important;
    background-color: transparent !important;
    background-image: none !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    border: 0 !important;
    border-color: #000 !important;
    border-color: currentColor !important;
    border-radius: 0 !important;
    border-style: none !important;
    border-width: medium !important;
    bottom: auto !important;
    clear: none !important;
    clip: auto !important;
    counter-increment: none !important;
    counter-reset: none !important;
    cursor: auto !important;
    direction: inherit !important;
    float: none !important;
    font-style: inherit !important;
    font-variant: normal !important;
    font-weight: inherit !important;
    height: auto !important;
    left: auto !important;
    letter-spacing: normal !important;
    line-height: inherit !important;
    list-style-type: inherit !important;
    list-style-position: outside !important;
    list-style-image: none !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 1;
    outline: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    position: static !important;
    quotes: "" "" !important;
    right: auto !important;
    table-layout: auto !important;
    text-align: left !important;
    text-indent: 0 !important;
    text-transform: none !important;
    top: auto !important;
    unicode-bidi: normal !important;
    vertical-align: baseline !important;
    visibility: inherit !important;
    white-space: normal !important;
    width: auto !important;
    word-spacing: normal !important;
    z-index: auto !important;
    background-origin: padding-box !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
    background-size: auto !important;
    -o-border-image: none !important;
    border-image: none !important;
    border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-column-count: auto !important;
    -moz-column-count: auto !important;
    column-count: auto !important;
    -webkit-column-gap: normal !important;
    -moz-column-gap: normal !important;
    column-gap: normal !important;
    -webkit-column-rule: medium none #000 !important;
    -moz-column-rule: medium none #000 !important;
    column-rule: medium none #000 !important;
    -webkit-column-span: none !important;
    -moz-column-span: none !important;
    column-span: none !important;
    -webkit-column-width: auto !important;
    -moz-column-width: auto !important;
    column-width: auto !important;
    -webkit-font-feature-settings: normal !important;
    -moz-font-feature-settings: normal !important;
    font-feature-settings: normal !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    -webkit-hyphens: manual !important;
    -moz-hyphens: manual !important;
    -ms-hyphens: manual !important;
    hyphens: manual !important;
    -webkit-perspective: none !important;
    perspective: none !important;
    -webkit-perspective-origin: 50% 50% !important;
    perspective-origin: 50% 50% !important;
    text-shadow: none !important;
    -webkit-transition: all 0s ease 0s !important;
    transition: all 0s ease 0s !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transform-origin: 50% 50% !important;
    -ms-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important;
    -webkit-transform-style: flat !important;
    transform-style: flat !important;
    word-break: normal !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    appearance: none !important;
    line-height: 1.25 !important;
    min-width: 20px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    font-weight: bold !important;
    font-size: 11px !important;
    -webkit-box-shadow: inset 0 0 0 1px rgb(0 0 0 / 15%), 0 1px 1px -1px rgb(0 0 0 / 15%) !important;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 15%), 0 1px 1px -1px rgb(0 0 0 / 15%) !important;
    color: rgba(0,0,0,0.65) !important;
    background-color: #fff !important;
    display: inline-block !important;
    vertical-align: middle !important;
    -webkit-text-size-adjust: 100% !important;
	padding: 4px 8px !important;
}


.online-payment-row  {
	display: block;
	text-align: center;
	margin: auto;
}
.online-payment-row input, .online-payment-row img, .online-payment-row a  {
	display: block !important;
	text-align: center;
	margin: auto;
}
.online-payment-row h1 {
	margin-bottom: 24px;
	font-family: 'Hahmlet medium';
    font-size: 46px;
    line-height: 52px;
    color: #163C4F;
}
.online-payment-row p {
	font-family: 'Titillium Web', sans-serif;
    font-size: 27px;
    line-height: 42px;
    font-weight: 400;
    color: #707070;
    margin-bottom: 20px;
}
