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

@import "https://blumeskintreatment.com/wp-content/themes/twentytwentyone-child/assets/css/common.css";
@import "https://blumeskintreatment.com/wp-content/themes/twentytwentyone-child/assets/css/fonts.css";

/********************* Header Css ******************/
.header-area{
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	padding-top:20px;
	z-index: 99;
}
.header-area:after{
	position:absolute;
	top:0px;
	left:0px;
	height:110%;
	width:100%;
	content:'';
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.86) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.86) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.86) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db000000', endColorstr='#00000000',GradientType=0 );
	z-index:1;
}
.header-area .container{
	position:relative;
	z-index:2;
}
.header-area-wrapper{
	margin:0px -70px;
}
.header-top-area{
	justify-content:flex-end;
}
.header-address-number{
	margin-left:10px;
}
.header-address-number ul{
	list-style:none;
	padding:0px;
	margin:0px;
	display:flex;
}
.header-address-number ul li{
	padding:0px 20px;
}
.header-address-number ul li:not(:last-child){
	border-right:3px solid #93252A;
}
.header-address-number ul li a{
	font-family:"multi-display";
	font-weight:500;
	font-size:22px;
	line-height:32px;
	color:#fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	letter-spacing: 0.5px;
}
.header-address-number ul li a:hover{
	color:#93252A;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
h2#our-comprehensive-preventative-aging-treatments {
	font-size: 60px;
	line-height: 60px;
}
.search-icon{
	width:39px;
	height:39px;
	background-color:#93252A;
	border-radius:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	margin-left:10px;
}
.floating-logo img{
	top:-20px;
	position:relative;
}
.header-area.fixed_header, .header-area.fixed-header-area {
    padding-top: 0px;
	position:fixed;
	top:-100%;
	left:0px;
	width:100%;
	background:#fff;
	z-index:99;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
}
.header-area.fixed_header.stky, .header-area.fixed-header-area{
	top:0px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.fixed_header .header-top-area, .header-area.fixed-header-area .header-top-area{
	padding:10px 0px;
	justify-content: space-between;
}
.header-area.fixed_header:after, .header-area.fixed-header-area:after{
	display:none;
}
.header-area.fixed_header .header-address-number ul li a, 
.header-area.fixed-header-area .header-address-number ul li a {
    color: #2E2E2E;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.fixed_header .header-address-number ul li a:hover, 
.header-area.fixed-header-area .header-address-number ul li a:hover {
	color:#93252A;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.fixed_header .book-appointment-button, 
.header-area.fixed_header .fixed-header-logo,
.header-area.fixed-header-area .book-appointment-button,
.header-area.fixed-header-area .fixed-header-logo{
	display:block !important
}
.header-area.fixed_header .floating-logo, .header-area.fixed-header-area .floating-logo{
	display:none;
}
.header-area.fixed_header .header-menu-area, .header-area.fixed-header-area .header-menu-area {
	background:#000;
	position:relative;
	justify-content:center !important;
}
.header-area.fixed_header .header-menu-area:before, .header-area.fixed-header-area .header-menu-area:before{
	width:100vw;
	left:50%;
	margin-left:-50vw;
	position:absolute;
	background:#000;
	top:0px;
	height:100%;
	content:'';
	z-index:-1;
}
.header-area.fixed_header .menu-area > ul > li > a, .header-area.fixed-header-area .menu-area > ul > li > a {
    padding: 13px 0px;
    display: inline-block;
}
.header-area.fixed_header .menu-area > ul, .header-area.fixed-header-area .menu-area > ul {
    justify-content:center;
}
.mobile-menu{
	font-size:16px;
	font-family:"multi-display";
	font-weight:500;
	color:#fff;
	position:relative;
	display:inline-block;
	padding-top:18px;
	margin-left:30px;
	display:none;
}
.mobile-menu:before, .mobile-menu:after{
	top:0px;
	height:3px;
	background:#93252A;
	position:absolute;
	left:0px;
	width:100%;
	content:'';
}
.mobile-menu:after{
	top:8px;
}
/**************** Menu Css ***************/
.menu-area ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.menu-area > ul{
	display:flex;
}
.menu-area > ul > li > a{
	font-family:"multi-display";
	font-weight:500;
	font-size:15px;
	line-height:18px;
	color:#fff;
	text-transform:uppercase;
	margin-left:40px;
	letter-spacing:1px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	display:inline-block;
	padding:23px 0px;
}
.menu-area > ul > li > a:hover{
	color:#93252A;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-area > ul > li > ul{
	position:absolute;
	left:0px;
	width:100%;
	background:#fff;
	display:none;
	top:100%;
	padding:45px 70px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
}
.menu-area ul li:hover ul{
	display:block;
}
.menu-area > ul > li.big-menu > ul > li > a{
	font-family:"multi-display";
	font-weight:300;
	font-size:22px;
	color:#707070;
	line-height:28px;
	display:inline-block;
	padding-bottom:15px;
	position:relative;
	margin-bottom:10px;
}
.menu-area > ul > li.big-menu > ul > li > a:after{
	position:absolute;
	left:0px;
	bottom:0px;
	width:150px;
	height:3px;
	background:#93252A;
	content:'';
}
.menu-area > ul > li > ul > li{
	border-radius:0px;
	border:0px;
}
.menu-area ul li ul li ul li a{
	font-family:"multi-display";
	font-weight:400;
	color:#2E2E2E;
	font-size:14px;
	line-height:28px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-area ul li ul li ul li a:hover{
	color:#93252A;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-area .card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
.menu-area ul li.single-menu{
	position:relative;
}
.menu-area ul li.single-menu > ul{
	width:auto;
	white-space: nowrap;
    padding: 40px 45px;
    min-width: 250px;
}
.menu-area ul li.single-menu > ul > h3{
	font-family:"multi-display";
	font-weight:300;
	font-size:22px;
	color:#707070;
	line-height:28px;
	display:inline-block;
	padding-bottom:15px;
	position:relative;
	margin-bottom:10px;
}
.menu-area ul li.single-menu > ul > h3:after{
	position:absolute;
	left:0px;
	bottom:0px;
	width:150px;
	height:3px;
	background:#93252A;
	content:'';
}
.menu-area ul li.single-menu > ul > li > a{
	font-family:"multi-display";
	font-weight:400;
	color:#2E2E2E;
	font-size:14px;
	line-height:28px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-area ul li.single-menu > ul > li > a:hover{
	color:#93252A;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*************** Banner Area *****************/
.banner-area{
	min-height:100vh;
	position:relative;
}
.banner-image-area {
	min-height:100vh;
	position:relative;
}
.banner-content{
	position:absolute;
	top:0px;
	height:100%;
	width:100%;
	display:flex;
	align-items:end;
	padding-bottom:160px;
}
.banner-image-area:after{
	position:absolute;
	bottom:0px;
	left:0px;
	height:60%;
	width:100%;
	content:'';
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.86+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.86) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.86) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.86) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#db000000',GradientType=0 ); /* IE6-9 */
}
.banner-area .container{
	position:relative;
	z-index:2;
}
.banner-content-wrapper{
	max-width:560px;
}
.banner-content-wrapper h1{
	margin-bottom:15px;
}
.scroll-bottom{
	font-family:"multi-display";
	font-weight:500;
	font-size:16px;
	line-height:18px;
	color:#fff;
	position:absolute;
	bottom:35px;
	text-align:center;
	left:47%;
	transform:translateX(-50%);
	z-index:2;
	text-transform:uppercase;
	letter-spacing:2px;
}
.scroll-bottom > img{
	margin-bottom:8px;
}

/************* Our Story Area **************/
.our-story-area{
	padding:200px 0px 150px;
}
.our-story-image{
	width:calc(100% + 70px);
	position:relative;
	padding-left:5px
}
.our-story-image:before{
	width:15px;
	height:100%;
	background-color:#93252A;
	top:0px;
	left:-22px;
	position:absolute;
	content:'';
}
.our-story-image-wrapper{
	position:relative;
}
.our-story-image-wrapper:after{
	width:100%;
	height:50%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.86) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.86) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.86) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#db000000',GradientType=0 );
	position:absolute;
	bottom:0px;
	left:0px;
	content:'';
	opacity:0.8;
}
.our-story-content h2{
	font-size:45px;
	line-height:55px;
	margin-bottom:3px;
}
.our-story-content h3{
	margin-bottom:22px;
}
.our-story-content p{
	margin-bottom:35px;
}
.our-story-content{
	padding-right:25px;
}
.float-image{
	position:absolute;
	bottom:30px;
	left:30px;
	z-index:1;
	width: calc(100% - 60px);
}
.float-image img {
    max-width: 24%;
    width: 100%;
}

/***************** Services Area ******************/
.services-area{
	background-color:#B5B5B5;
	min-height:610px;
	position:relative;
}
.services-dropdown-wrapper{
	max-width:633px;
	position:absolute;
	right:-70px;
	top:40px;
	width:100%;
	z-index:9;
}
.service-dropdownlist{
	width:100%;
}
.service-dropdownlist select{
	font-family:"multi-display";
	font-weight:400;
	font-size:16px;
	color:#736A62;
	background:url('https://blumeskintreatment.com/wp-content/themes/twentytwentyone-child/assets/images/Icon ionic-ios-arrow-down.png') #fff no-repeat 95% center;
	width:100%;
	padding:12px 20px;
	border-radius:18px;
	appearance: none;
	-webkit-appearance: none;
	border: 0px;
}
.service-dropdownlist select:focus{
	outline:0;
}
.view-all-button{
	min-width:114px;
	margin-left:43px;
}
.view-all-button a{
	font-family:"multi-display";
	font-size:16px;
	font-weight:500;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.view-all-button a:hover{
	color:#93252A;
}
.services-area .container{
	position:relative;
}
.services-list-wrapper{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.each-service-area{
	position:relative;
	display: flex;
	align-items:flex-end;
	padding-bottom:40px;
}
.each-service-area:before{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 20%, rgba(0,0,0,0.86) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.86) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.86) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#db000000',GradientType=1 );
	content:'';
	position:absolute;
}
.each-service-content h2{
	font-size:45px;
	line-height:55px;
	color:#fff;
}
.each-service-content h3{
	font-size:32px;
	line-height:38px;
	color:#fff;
	position:relative;
	padding-bottom:25px;
	margin-bottom:20px;
	text-transform: capitalize;
}
.each-service-content h3:after{
	width:150px;
	height:3px;
	background:#93252A;
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
}
.each-service-content p{
	color:#fff;
}
.each-service-content ul{
	margin:0px;
	padding:0px;
}
.each-service-content ul li{
	width:49%;
	display:inline-block;
	margin-bottom:15px;
	position:relative;
	padding-left:15px;
}
.each-service-content ul li:before{
	width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}
.each-service-content ul li a{
	font-family:"multi-display";
	font-size:16px;
	line-height:30px;
	font-weight:500;
	color:#fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-content ul li a:hover{
	color: #93252A;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-area{
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
}
/************** Middle text Area ***************/
section.middle-banner-with-content-area.pt-5 {
	padding-top: 10rem !important;
}

@media (max-width:767px) { section.middle-banner-with-content-area.pt-5 {
	padding-top: 3rem !important;
	}
}

.middle-text-area{
	padding:80px 0px;
}
.middle-text-area .container > img{
	margin-bottom:27px;
}
.middle-text-area p{
	font-family:"quiche-text";
	font-size:42px;
	line-height:60px;
	letter-spacing: -1.6px;
	font-style:italic;
	margin-bottom:12px;
}
.middle-text-area a{
	font-family:"multi-display";
	font-size:16px;
	line-height:30px;
	font-weight:500;
	color:#93252A;
	letter-spacing:1px;
}
.middle-text-area a:hover{
	color:#000000;
}
.blog-post-dtl-btn {
	padding: 30px 0px;
}

/************** Middle Banner Area *************/
.middle-banner-content-wrapper{
	margin:0px -70px;
	padding:70px 70px;
	position:relative;
}
.middle-banner-content-wrapper:after{
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.86) 0%, rgba(0,0,0,0) 80%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.86) 0%,rgba(0,0,0,0) 80%);
	background: linear-gradient(to right,  rgba(0,0,0,0.86) 0%,rgba(0,0,0,0) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db000000', endColorstr='#00000000',GradientType=1 );
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	content:'';
	position:absolute;
}
.middle-banner-content-wrapper .each-service-content{
	position:relative;
	z-index:1;
	max-width:543px;
}
.middle-banner-content-wrapper .each-service-content p{
	margin-bottom:40px;
}
.logo-slider-wrapper{
	position:relative;
	margin-top:30px;
}
.logo-slider-wrapper .swiper-button-next{
	right:-70px;
}
.logo-slider-wrapper .swiper-button-prev{
	left:-70px;
}

/*************** Partners Area ***************/
.our-story-area.partners-area{
	padding-top:150px;
}
.partners-area .partner-image-wrapper > div{
	width:calc(50% - 7.5px) !important;
	position:relative;
}
.partners-area .partner-image-wrapper > div:after{
	width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.86) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.86) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.86) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#db000000',GradientType=0 );
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    opacity: 0.8;
}
/************* Review Area *************/
.review-content-wrapper h2{
	font-family:"quiche-text";
	font-size:28px;
	line-height:46px;
	letter-spacing: -1.6px;
	font-style:italic;
	margin-bottom:35px;
	text-transform: none;
}
.review-content-wrapper p{
	font-size:18px;
	line-height:36px;
	font-style:italic;
}
.review-content-wrapper{
	max-width:850px;
	margin:0px auto;
}
.reviews-section .container{
	position:relative;
}
.previous-coma{
	position: absolute;
    top: 10px;
    left: 10px;
    font-weight: 700;
    font-size: 120px;
    color: #2E2E2E;
	opacity:0.2;
    line-height: 60px;
}
.after-coma{
	position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 700;
    font-size: 120px;
    color: #2E2E2E;
	opacity:0.2;
    line-height: 60px;
}
.reviews-section{
	margin-bottom:150px;
}

/******************* Gallery Area *****************/ 
.gallery-after-before{
	min-height:671px;
	background-position:top center;
	position:relative;
	padding-bottom:100px;
}
.gallery-after-before:after{
	position:absolute;
	bottom:0px;
	left:0px;
	height:80%;
	width:100%;
	content:'';
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.86+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.86) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.86) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.86) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#db000000',GradientType=0 ); /* IE6-9 */
}
.gallery-after-before-content{
	max-width:576px;
	position:relative;
	z-index:1;
}
.gallery-after-before-content.each-service-content h3:after {
    left: 50%;
	transform:translatex(-50%);
}
.gallery-after-before-content p{
	margin-bottom: 35px;
}
.product-image{
	min-width:215px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
}
.promotion-slider .swiper-container{
	padding:5px;
}
.product-content{
	padding-left:30px;
}
.product-content p{
	width:100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	margin-bottom:35px;
}
.promotion-and-events-content h2{
	font-size: 45px;
    line-height: 55px;
	margin-bottom:55px;
}
.promotion-and-events{
	padding-top:150px;
}
.promotion-slider{
	position:relative
}
.promotion-slider .swiper-button-next{
    right: -30px;
    left: auto;
}
.promotion-image-area{
	position:relative;
	overflow:hidden;
}
.promotion-image-area:after{
	width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.86) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.86) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.86) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#db000000',GradientType=0 );
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    opacity: 0.8;
}
.promotion-image-content{
	position:absolute;
	bottom:10px;
	left:0px;
	width:100%;
	padding-left:40px;
	z-index:1;
	margin-bottom:-50px;
	transition: all 0.2s;
    -webkit-transition: all 0.2s;
	padding-bottom: 15px;
}
.promotion-image-content a{
	text-transform:uppercase;
	font-family:"multi-display";
	font-size:16px;
	line-height:36px;
	font-weight:500;
	color:#fff;
	letter-spacing:1px;
	transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.promotion-image-content a:hover{
	color:#93252A;
	transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.promotion-image-area:hover .promotion-image-content{
	margin-bottom:0px;
	transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

/****************** Why Choose Area *********************/
.our-story-area.why-choose-area{
	padding-top:0px;
}
.why-choose-area .our-story-image {
    width: calc(100% + 70px);
    position: relative;
    padding-left: 0px;
	padding-right:5px;
    margin-left: -70px;
}
.why-choose-area .our-story-content {
    padding-right: 0px;
	padding-left:25px;
}
.why-choose-area .our-story-image:before {
    width: 15px;
    height: 100%;
    background-color: #93252A;
    top: 0px;
    right: -22px;
	left:auto;
    position: absolute;
    content: '';
}

/**************** Footer Area ***************/
.footer-area{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}
.footer-top-area{
	padding:100px 0px 130px;
}
.footer-logo-area a img{
	margin-bottom:50px;
}
.footer-middle-area ul{
	margin:0px; 
	padding:0px;
	list-style:none;
}
.footer-middle-area ul li:not(:last-child){
	margin-bottom:7px;
}
.footer-middle-area ul li a{
	font-family:"multi-display";
	font-size:22px;
	line-height:32px;
	font-weight:500;
	color:#93252A;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-middle-area ul li a:hover{
	color:#2E2E2E;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-middle-area p a{
	color:#2E2E2E;
}
.footer-middle-area p a:hover{
	color:#93252A;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-middle-area p{
	margin-top:3px;
}
.footer-middle-area, .social-area{
	padding-left:50px;
}
.social-area ul{
	display:flex;
	list-style:none;
	padding-left:0px;
}
.social-area ul li:not(:last-child){
	margin-right:40px;
}
.social-area ul li a{
	font-size:35px;
	color:#2E2E2E;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.social-area ul li a:hover{
	color:#93252A;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.social-area{
	margin-top:35px;
}
.footer-bottom-wrapper{
	margin:0px -70px;
}
.footer-bottom-left ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:flex;
}
.footer-bottom-left ul li{
	position:relative;
}
.footer-bottom-left ul li:before{
	width:4px;
	height:4px;
	background:#93252A;
	content:'';
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:-13px;
	border-radius:100%;
}
.footer-bottom-left ul li:first-child:before{
	display:none;
}
.footer-bottom-left ul li:not(last-child){
	padding-right:25px;
}
.footer-bottom-left ul li a{
	font-family:"multi-display", sans-serif;
	font-size:12px;
	line-height:30px;
	font-weight:500;
	color:#2E2E2E;
}
.footer-content-right p{
	font-size:12px;
	color:#2E2E2E;
	text-align:right;
	margin:0px;
}
.footer-bottom-wrapper{
	position:relative;
}
.footer-bottom-wrapper .scroll-bottom{
	color:#2E2E2E;
	bottom:0px;
}
.footer-bottom-area{
	padding-bottom:30px;
}

/************** Service Overview Area *****************/
.inner-banner-area{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}
.inner-banner-area .container{
	padding:210px 0px 150px;
	position:relative;
}
.inner-banner-content{
	margin-left:-70px;
}
.inner-banner-area .container{
	position:relative;
}
.inner-banner-area .scroll-bottom {
    left: -70px;
    transform: translateX(0%);
}
.inner-header-area:after {
    height: 150%;
}
.service-overview-area{
	padding:60px 0px 0px;
}
.categories-listing ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:flex;
	flex-wrap:wrap
}
.categories-listing ul li:not(:first-child){
	margin-left:40px;
}
.categories-listing ul li a{
	font-family:"multi-display";
	font-size:16px;
	line-height:18px;
	font-weight:500;
	color:#93252A;
	text-transform:uppercase;
	letter-spacing:1px;
}
.categories-listing ul li a:hover {
	color: #000000;
}
.service-overview-area .container > p{
	margin-bottom:10px;
}
.categories-image{
	width:calc(100% + 70px);
	margin-left:-70px;
	padding-right: 5px;
	position:relative;
}
.categories-image:after{
	width: 15px;
    height: 100%;
    background-color: #93252A;
    top: 0px;
    right: -22px;
    left: auto;
    position: absolute;
    content: '';
}
.related-category-content ul{
	margin:0px;
	padding:0px;
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	align-items: flex-start;
}
.related-category-content ul li{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	line-height: 38px;
}
.related-category-content ul li a{
	font-family:"multi-display";
	font-size:16px;
	line-height:30px;
	font-weight:500;
	color:#2E2E2E;
	padding-left:12px;
	position:relative;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	display: inline-block;
}
.related-category-content ul li a:before{
	content:'';
	width:5px;
	height:5px;
	background:#2E2E2E;
	position:absolute;
	top:13px;
	left:0px;
	border-radius:100%;
}
.related-category-content ul li a:hover{
	color:#93252A;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.related-category-content{
	padding-left:35px;
}
.related-category-content p{
	margin-bottom:10px;
}
.single-coloum-listing .related-category-content ul li{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.each-category-deatils:not(last-child){
	margin-bottom:150px;
}
.form-wrapper{
	max-width:885px;
	width:100%;
}
.bottom-fornm-area {
	padding-bottom: 60px;
	padding-top: 40px;
}
/*.middle-text-inject{
	padding-bottom:40px;
}*/
.category-details-wrapper{
	padding-top:150px;
}
.category-details-wrapper > h2{
	text-align:center;
	margin-bottom:40px;
}
.special-content-wrapper .categories-image {
	width: calc(100% + 15px);
	margin-left: 0px;
	padding-right: 0px;
	position: relative;
}
.related-category-content p strong{
	display:block;
}
.special-content-wrapper .categories-image:after {
    display:none;
}
.special-content-wrapper .related-category-content p {
    margin-bottom: 20px;
}
.special-content-wrapper ul{
	margin-top:-5px;
}
.special-content-wrapper ul li{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	line-height:30px;
}
.special-content-wrapper .each-category-deatils:not(last-child) {
    margin-bottom: 100px;
}
/************* Meet The Team ****************/
.inner-banner-middle-content .inner-banner-content{
	text-align:center;
	margin-left:0px;
}
.inner-banner-middle-content.inner-banner-area .scroll-bottom {
    left: 47%;
    transform: translateX(-50%);
}
.meet-the-team .categories-image {
    box-shadow:none;
}
.meet-the-team .categories-image img{
    width:100%;
}
.meet-the-team .related-category-content h3{
	margin-bottom:2px;
}
.meet-the-team .related-category-content h5{
	font-size:18px;
	line-height:30px;
	font-family:"multi-display";
	font-style:italic;
	font-weight:400;
	color:#2E2E2E;
	margin-bottom:15px;
}
.meet-the-team .each-category-deatils:not(last-child) {
    margin-bottom: 90px;
}
.contact-us-left ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.contact-us-left ul li{
	font-size:16px;
	line-height:30px;
	font-family:"multi-display";
	font-weight:700;
	color:#2E2E2E;
	margin-bottom:15px;
}
.contact-us-left ul li a{
	color:#93252A;
}
.contact-us-left ul li a:hover{
	color:#000000;
}
.contact-us-area{
	padding:60px 0px 0px;
}
.office-houre ul li{
	display:flex;
	justify-content:space-between;
	margin-bottom:0px;
}
.office-houre ul li h5{
	font-size:16px;
	line-height:30px;
	font-family:"multi-display";
	font-weight:700;
	color:#2E2E2E;
}
.office-houre ul li p{
	margin:0px;
}
.google-map-area{
	margin-top:90px;
}
.google-map-area h2{
	text-align:center;
	margin-bottom:40px;
}
.map-iframe iframe{
	display:block;
	height:410px;
}
.without-banner-inner-page{
	padding-top:190px;
	padding-bottom:20px;
}
.without-banner-inner-page h1{
	color:#2e2e2e;
}
.without-banner-inner-page .site-breadcrumb a {
    color: #2E2E2E;
}
.without-banner-inner-page .site-breadcrumb {
    color: #2E2E2E;
}
.each-blog-list-select select{
	width:100%;
	font-family:"multi-display";
	font-size:16px;
	font-weight:400;
	line-height:30px;
	letter-spacing:1px;
	border:1px solid #B3B3B3;
	padding:4px 30px;
	border-radius:20px;
	appearance: none;
	background:url('https://blumeskintreatment.com/wp-content/themes/twentytwentyone-child/assets/images/Icon ionic-ios-arrow-down-select.png') #fff no-repeat 95% center;
}
.without-banner-inner-page .inner-banner-content {
    margin-left: 0px;
}
.blog-content h3{
	font-size:26px;
	line-height:32px;
}
.blog-content p {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.blog-content{
	padding:23px 0px;
}
.blog-image img{
	height:220px;
	object-fit:cover;
}
.blog-search-result .row .col-lg-4{
	margin-bottom:40px;
}
.blog-list-select-box{
	margin-bottom:40px;
}
.load-more-button{
	margin-top:40px;
}
.blog-listing-area .bottom-fornm-area {
    margin-top: 100px;
}

.blog-details-area{
	padding-top:190px;
}
.blog-post-image{
	max-width:815px;
	margin-top:55px;
	margin-bottom:40px;
}
.interior-condition .categories-image {
    box-shadow:none;
	width:100%;
}
.interior-content{
	padding:20px 0px 0px;
}
.interior-content ul{
	padding-left:18px;
	margin-bottom:5px;
}
.interior-content ul li{
	font-weight:500;
	font-size:16px;
	line-height:30px;
	font-family:"multi-display";
	margin-bottom:5px;
}
.interior-condition .category-details-wrapper{
	margin:0px -70px;
}
.interior-condition .category-details-wrapper .row .col-lg-3{
	margin-bottom:55px;
}
.interior-condition .special-content-wrapper .each-category-deatils:not(last-child) {
    margin-bottom: 40px;
}
.interior-condition .bottom-fornm-area {
    margin-top: 30px;
}
.interior-condition .category-details-wrapper {
    padding-top: 100px;
}
.gallery-listing-area .category-details-wrapper{
	padding-top:105px;
}
.each-gallery-slides > img{
	margin-bottom:20px;
}
.each-gallery-content{
	padding:0px 30px;
}
.gallery-listing-area .each-category-deatils{
	position:relative;
}
.gallery-listing-area .each-category-deatils:not(last-child) {
    margin-bottom: 80px;
}
.gallery-listing-area .each-category-deatils .swiper-button-next{
	right:-70px;
}
.gallery-listing-area .each-category-deatils .swiper-button-prev{
	left:-70px;
}
.gallery-listing-area .each-category-deatils .common-arrow{
	top:40%;
}
.gallery-listing-area .bottom-fornm-area {
    margin-top: 110px;
}

.gallery-details-slider-wrapper{
	padding:0px 70px;
	position:relative;
}
.gallery-thumbs{
	margin-top:20px;
}
.gallery-thumbs .swiper-slide{
	opacity:0.25;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
	opacity:1;
}
.gallery-details-slider-wrapper{
	margin-bottom:40px;
}
.gallery-details-area .common-arrow {
    top:40%;
}
.error-content-wrapper{
	padding-bottom:100px;
}
.procedure-details{
	padding:60px 0px 0px;
}
.procedure-image-inject{
	max-width:390px;
	float:right;
	display:inline-block;
	margin-left:40px;
}
.procedure-details ul li{
	line-height:40px;
	font-family:"multi-display";
	font-weight:400;
	font-size:16px;
}
.procedure-details .promotion-image-area{
	float:right;
	max-width:390px;
	float:right;
	margin-left:40px;
	margin-top:40px;
}
.procedure-details .middle-banner-with-content-area {
	margin-top:100px;
	margin-bottom:100px;
}
.procedure-details .each-service-content ul{
	margin-bottom:30px;
}
.procedure-details .each-service-content ul li {
    width: 100%;
    display: block;
    margin-bottom: 0px;
    position: relative;
    padding-left: 15px;
	color:#fff;
	font-family:"multi-display";
	font-size:22px;
	line-height:46px;
}
.procedure-details .middle-banner-content-wrapper .each-service-content {
    max-width: none;
}
.procedure-details .middle-banner-content-wrapper .each-service-content h2 {
    position:relative;
	padding-bottom: 25px;
    margin-bottom: 20px;
}
.procedure-details .middle-banner-content-wrapper .each-service-content h2:after{
	width: 150px;
    height: 3px;
    background: #93252A;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.patient-results{
	padding:0px 70px;
	margin:100px 0px;
	position:relative;
}
.patient-results h2, .featured-video-area h2{
	text-align:center;
	font-size:45px;
	margin-bottom:35px;
}
.patient-results .common-arrow{
	top:60%;
}
.patient-results .swiper-container{
	margin-bottom:40px;
}
.procedure-details .our-story-content h3 {
    margin-bottom: 44px;
}
.procedure-details .gallery-after-before {
    min-height: auto;
	padding-top:100px;
    padding-bottom: 100px;
}
.procedure-details .gallery-after-before:after {
    height: 100%;
}
.interior-landing-banner-area{
	margin-top:103px;
}
.interior-landing-banner-content{
	padding:40px 70px;
	max-width:683px;
	margin:0px auto;
}
.interior-landing-banner-content img:first-child{
	margin-bottom:35px;
}
.interior-landing-banner-content h3{
	margin-bottom:2px;
}
.interior-landing-banner-content h4{
	font-size:18px;
	line-height:30px;
	font-weight:400;
	font-style:italic;
	text-transform:none;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}
.interior-landing-banner-wrapper{
	margin:0px -70px;
}
.inner-page-banner-image{
	padding-left:70px;
	padding-bottom:140px;
	position:relative
}
.inner-page-banner-image .scroll-bottom {
    left: 70px;
    transform: translateX(0%);
}
.inner-page-banner-image:before{
	position:absolute;
	bottom:0px;
	left:0px;
	height:80%;
	width:100%;
	content:'';
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.86+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.86) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.86) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.86) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#db000000',GradientType=0 ); /* IE6-9 */
}
.inner-page-banner-image > .inner-page-banner-image-left{
	position:relative;
	z-index:1;
}
.interior-landing-banner-wrappers > .row > .col-lg-6:last-child{
	border-bottom:15px solid #93252A;
}
.landing-page-content{
	padding:65px 0px 0px;
}
.each-icon-block h5, .each-step h5{
	font-size:18px;
	line-height:30px;
	color:#2E2E2E;
	font-weight:700;
	font-family:"multi-display";
	margin-bottom:5px;
}
.each-icon-block > img{
	margin-bottom:20px;
}
.two-icon-block .row .col-lg-6:first-child{
	padding-right:50px;
}
.two-icon-block .row .col-lg-6:last-child{
	padding-left:50px;
}
.two-icon-block{
	margin:70px 0px;
}
.each-step img{
	margin-bottom:20px;
}
.step-area{
	margin:50px 0px 70px;
}
.landing-page-content ul li{
	font-size:16px;
	line-height:40px;
}
.featured-video-area{
	max-width:745px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	margin-bottom:100px;
}
.featured-video-area iframe{
	display:block;
	height:415px;
}
.landing-page-content .bottom-fornm-area {
    margin-top: 80px;
}
.scroll-bottom.scroll-to-top-btn {
    cursor: pointer;
}
.wp-block-columns h5 {
    font-size: 18px;
    line-height: 30px;
    color: #2E2E2E;
    font-weight: 700;
    font-family: "multi-display";
    margin-bottom: 5px;
}
/************ Contact Us Form ***************/
.contact-us-page-form{
	max-width:491px;
	margin-right:0px;
	margin-left:auto;
}
body .gform_wrapper.gravity-theme .gfield input, 
body .gform_wrapper.gravity-theme .gfield select,
body .gform_wrapper.gravity-theme .gfield textarea{
	width: 100%;
	border-radius:20px;
	border:1px solid #B3B3B3; ;
	background-color:#fff;
	font-size:16px;
	color:#A2A4A7;
	padding: 7px 30px;
	appearance: none;
	-webkit-appearance: none;
	resize:none;
	font-weight:400;
	font-family: "multi-display";
}
body .gform_wrapper.gravity-theme .gfield select{
	background: url('https://blumeskintreatment.com/wp-content/uploads/2022/11/Icon-ionic-ios-arrow-down.png') #fff no-repeat 95% center;
	padding-top:10px;
	padding-bottom:10px;
}
body .gform_wrapper.gravity-theme .gfield input::-webkit-input-placeholder { /* Edge */
  color: #A2A4A7;
}
body .gform_wrapper.gravity-theme .gfield input:-ms-input-placeholder { /* Internet Explorer */
  color: #A2A4A7;
}

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

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

body .gform_wrapper.gravity-theme .gfield textarea::placeholder {
  color: #A2A4A7;
}
body .gravity-from-submit{
	text-align:center;
}
body .gravity-from-submit button{
	font-family:"multi-display";
	font-weight:500;
	font-size:16px;
	line-height:18px;
	border-radius:20px;
	color:#2E2E2E;
    border: 2px solid #707070;
    background-color: #fff;
	padding: 9px 45px 8px 45px;
    display: inline-block;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	min-width:182px;
	text-transform:uppercase;
	letter-spacing:1.5px;
	text-align:center;
}
body .gravity-from-submit button:hover{
	background-color: #93252A;
	border: 2px solid #93252A;
	color:#fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
body .gform_wrapper.gravity-theme .gfield textarea {
    height: 123px !important;
	padding-top:25px;
}
:focus{
	outline:none
}
.gform_wrapper.gravity-theme .gform_footer{
	justify-content:center;
}

.book-consultant-form-wrapper{
	max-width:885px;
}
.footer-bottom-left ul li a:hover{
	color:#93252A
}
figure.wp-block-embed {
    margin-top: 25px;
    max-width: 745px;
    margin-left: auto;
    margin-right: auto;
}
/********** Search Area **********/
.search-area {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color:#111112;
}
.search-area.active {
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.search-area form {
	display: flex;
	align-items: center;
	max-width: 900px;
	margin: 0px auto;
}
.input-feild {
	width: 100%;
}
.input-feild input {
	width: 100%;
	border: 0px;
	border-radius: 0px;
	font-size: 18px;
	font-weight: 600;
	padding: 12px 20px;
}
.search-area .search-button {
	padding: 11px 18px;
	border: 1px solid #fff;
	background: #fff;
}
.search-area .search-button button {
	background: none;
	border: none;
	padding: 0px;
}
.search-area .search-close {
	position: absolute;
	top: 35px;
	right: 35px;
}
.advance-search-wrapper input{
	width: 100%;
    padding: 10px 25px;
	border: 0px;
}
.search-form-wrapper button{
	padding: 9px 10px;
    border: 0px;
    background: #93252A;
}

.categories-image img {
    color: #fff;
    box-shadow: 1px 0px 17px 1px rgb(0 0 0 / 40%);
}
.next-previous-btn a {
    text-transform: uppercase;
    font-weight: 500;
	letter-spacing: 1px;
}
.next-prv-btn a {
    font-family: "multi-display";
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #93252A;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.next-prv-btn a:hover {
    color: #000000;
}
.review-area {
	margin-bottom: 50px;
}

.advance-search-wrapper input{
border-radius: 25px;
}
.search-form-wrapper button{
border-radius: 25px;
    margin-left: -30px;
    z-index: 9;
}
.search-form-wrapper{
top: -120px;
}


#advance-search-display{
margin-top: 25px;
border-radius: 25px;
}



/********** Product OverView **********/
.product-section h2 {
    text-align: center;
    margin: 100px 1px 40px 1px;
}

.product-section .product-content {
    text-align:center;
    margin-top:20px
}



.product-section .product-content h3 {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #707070;
    font-weight: 300;
    font-family: "multi-display";
    text-align: center;
    margin-bottom: 26px;
    margin-top: 30px;
}
.product-section .eache-product {
    margin-bottom: 100px;
        margin-right: 13px;
}
.product-page h1 {
    text-align: center;
    color: #000 !important;
    /* margin: 0; */
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 70px;
    text-transform: uppercase;
    color: #2e2e2e;
    font-weight: 300;
    font-family: "Quiche Text";
    text-align: center;
}

.product-section .site-breadcrumb .default-page-breadcamb {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #2e2e2e;
    font-family: "Multi Display";
    text-align: center;
}

.product-section .site-breadcrumb .default-page-breadcamb a {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #2e2e2e;
    font-family: "Multi Display";
    text-align: center;
    font-weight: 600;
}
.page-template-template-product-overview .bottom-fornm-area {
    margin-top: 0px;
}

@media(max-width:767px){
.product-section .product-content {
    text-align: center;
    margin-top: -14px;
}
.eache-product {
    margin-bottom: 20px;
    margin-right: 0px;
}
.product-section .product-content h3 {
    margin-bottom: 26px;
    margin-top: 20px;
}
}


/********** Products **********/
.search-page-wrapper {
    padding: 120px 0 90px;
}

.previous-comas{
    position: absolute;
    top: -5px;
    left: 175px;
    font-weight: 700;
    font-size: 46px;
    color: #93252A;
    opacity: 1;
    line-height: 60px;
}
span.previous-comas img {
    width: 15%;
}
span.after-comas img {
    width: 15%;
}
.after-comas{
	position: absolute;
    top: -6px;
    right: -85px;
    font-weight: 700;
    font-size: 60px;
    color:#93252A;
    opacity: 1;
    line-height: 60px;
}
.textimonial-controllor {
   padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.testi-content{
	padding-left:70px;
	padding-right:50px;
}
.testimonial-inject-area {
	padding:70px 0; 
}
@media(max-width:1300px){
	.previous-comas{
		left:120px;
	}
	.after-comas{
/* 		right:120px; */
	}
}
@media(max-width:1100px){
	.previous-comas{
		left:100px;
		top:0;
	}
	.after-comas{
		right:-150px;
		top:0px;
	}
	.previous-comas img{
		max-width:50%;
	}
	.after-comas img{
		max-width:50%;
	}
	.review-content-wrapper {
    padding: 0px 70px;
}
}
@media(max-width:991px){
	.previous-comas {
    left: 63px !important;
    top: -13px !important;
}
	.after-comas {
    right: 47px !important;
    top: -8px !important;
}
	.textimonial-controllor a {
    padding: 10px !important;
    width: 65% !important;
}
	.testi-results .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -4px;
    right: auto;
    top: 25px;
}
	.testi-results .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -4px;
    left: auto;
    top: 26px;
}
}
@media(max-width:767px){
	.testi-results .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: -4px;
  left: auto;
  top: -11px;
}
	
}
span.close-search-text {
    color: #fff;
    padding-right: 10px;
	letter-spacing: 1.5px;
	font-family: 'multi-display', sans-serif;
	font-weight: 500;
}
.search-result-count {
    margin-bottom: 70px;
}
.search-page-wrapper article {
    padding: 35px 50px;
    border-bottom: 2px solid #c3c3c3;
}
.search-page-wrapper article figure.post-thumbnail{
	display:none;
}
.search-page-wrapper article footer{
	display:none;
}
.search-page-wrapper .blog-post-dtl-btn {
    padding-top: 50px;
}
.product-page-img{
	width:380px;
	margin:0px auto 50px;
	max-width:100%;
}
.product-page-content{
	margin-bottom:100px;
	text-align:center;
}
.product-page-content p{
	text-align:left;
}
.Products-Page .products-inner{
	text-align:center;
}
.Products-Page .products-inner h2{
	margin-bottom:30px;
}
.Products-Page .product-image{
	box-shadow:none;
}
.Products-Page .product-content{
	padding-left:0px;
	text-align:left;
	margin-top:20px;
}
.Products-Page .eache-product{
	margin-bottom:50px;
}
.Products-Page .single .eache-product{
	display: flex;
}
.Products-Page .single .product-content{
	padding-left: 50px;
    margin-top: 0px;
}
.Products-Page .single .product-content p{
	margin-bottom:30px;
	-webkit-line-clamp: 10;
}
.Products-Page .products-inner{
	padding-bottom:50px;
}
.tax-product-category h3 {
	font-size: 24px;
}
.page-template-template-interior-specials .category-details-wrapper {
	padding-top: 16px;
}
.view-products-link {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
}
.mobile-screen-button {
	background: #000;
	position: relative;
	width: 100%;
	bottom: 0px;
	z-index: 99999999;
	left: 0px;
	transition: all .5s;
	display: none;
	padding:0;
}
.mobile-screen-button ul li {
    display: table-cell;
    vertical-align: middle;
}
.mobile-screen-button ul li a {
    font-family: 'Multi-display', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
	letter-spacing: 1px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #fff;
    display: block;
    text-align: center;
    padding: 15px 5px;
    border: 0px;
	text-transform: uppercase;
}
.mobile-screen-button ul li a img{
	margin-right:above3px;
}
.mobile-screen-button ul li:first-child{
	border-right: 1px solid #434343;
}
.mobile-screen-button ul li:last-child a{
	background-color:#93252A;
	min-width:120px;
}
@media (max-width: 991px){
	.mobile-screen-button{
	display: block;
}
}
.mobile-screen-button.stky{
	position:fixed;	
	 transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ctegory-container .col-lg-4{
	margin-bottom:50px;
}
.pegination-area {
    padding: 50px 0;
}

.condition-page-only {
    display: none;
}
.page-id-201 .condition-page-only {
    display: block;
}
.map-section {
	text-align: center;
}
div#rmp-container-495 {
    overflow: auto;
    max-height: 604px;
}
.mobile-menu{
	color: #fff !important;
}
.header-area.fixed_header.stky .mobile-menu{
	color: #2E2E2E !important;
}
.header-area.fixed-header-area .mobile-menu{
	color: #2E2E2E !important;
}
.page-id-976  .procedure-details .wp-block-button__link{
	font-size:25px;
}

section.video-sec {
    padding-top: 150px;
}
section.video-sec .row {
    align-items: center;
}
section.video-sec p {
    font-size: 36px;
    line-height: 46px;
    font-weight: 300;
    font-style: italic;
    font-family: "quiche-text";
	letter-spacing: -1.6px;
}
section.video-sec a {
    margin-top: 20px !important;
    display: flex;
    font-family: "multi-display";
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #93252A;
    letter-spacing: 1px;
}
section.video-sec .col-lg-6:last-child {
	padding-left: 40px;
}

@media(max-width:991px){
	section.video-sec {
		padding: 60px 0px 50px;
	}
	section.video-sec p {
		font-size: 30px;
	}
	section.video-sec .col-lg-6:last-child {
    padding-left: 15px;
}
}
/* video-inject */
.video-inject-sec{
	margin-top: 100px;
	margin-bottom: 100px;
}
.video-inject-content{
	padding-right: 30px;
}
.video-inject-content h2{
	font-size: 45px;
	line-height: 55px;
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 22px;
}
.video-inject-content h2::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 150px;
	height: 3px;
	background-color: #93252A;
}
.video-inject-content p{
	font-size: 16px;
	line-height: 30px;
	max-width: 354px;
	width: 100%;
	margin-bottom: 16px;
}
.video-inject-image-area{
	padding: 64px 30px;
	position: relative;
}
.video-inject-image-area::after{
	width: 100%;
	height: 15px;
	background-color: #93252A;
	left: 0px;
	bottom:  -22px;
	position: absolute;
	content: '';
}
.video-inject-image{
	max-width: 100%;
	margin: 0px auto;
}
.vdo-inject-popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0 0 0 / 0.7);
	z-index: 999;
	display: none;
	align-items: center;
	justify-content: center;
}
.vdo-inject-popup.active{
	display:flex;
}
.vdo-inject-popup-inner{
	position: relative;
	max-width: 550px;
	width:100%;
	display:block;
}
.vdo-popup-close{
	position: absolute;
	top: -26px;
	right: -27px;
	width: 35px;
	height: 35px;
}
.vdo-inject-popup iframe{
	width:100%;
	display: block;
	max-height: 400px !important;
	height:400px;
}
.vdo-inject-popup p{
	max-width:100%;
}
@media(max-width:991px){
	.video-inject-content {
		text-align: center;
		margin-bottom: 20px;
		padding-right:0;
	}
	.video-inject-content h2::after{
		left: 50%;
		transform: translateX(-50%);
	}
	.video-inject-content p{
		max-width: 100%;
	}
	.video-inject-content h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.video-inject-sec {
		margin-top: 63px;
		margin-bottom: 76px;
	}
}
@media(max-width:767px){
	.video-inject-image-area{
		padding: 0;
		background-image: none !important;
	}
	.video-inject-image{
		max-width: 100%;
	}
	.vdo-inject-popup-inner{
		max-width: 300px;
	}
	.vdo-inject-popup iframe{
		max-height: 190px !important;
		height:190px;
	}
}

/* Home Promo badge */
.home-promo-badge {
    width: 225px;
    background-color: #000;
    height: 225px;
    position: absolute;
    right: 28px;
    border: 5px solid #93252a;
    border-radius: 100%;
    bottom: 50px;
    padding: 13px 30px 0px 30px;
}
.home-promo-badge i {
	font-size: 14px;
	font-family: 'multi-display', sans-serif;
	color: #FFF;
}
.home-promo-badge p {
    color: #ffffffb3;
    font-size: 16px;
    line-height: 18px;
    padding: 2px 14px 5px 14px;
    font-family: "quiche-text";
    font-style: italic;
    font-weight: 200 !important;
    margin: 0;
}
.home-promo-badge p a {
    color: #ffffff;
    text-decoration: underline;
}
.home-promo-badge p a:hover {
    color: #ffffffb3;
}
section.banner-area {
    position: relative;
}
.home-promo-badge h5 {
	font-size: 16px;
	font-family: "multi-display";
	color: #ffffffb3;
	line-height: 20px;
	padding: 0px 12px;
}
.home-promo-badge a {
    font-size: 12px;
}
.banner-area .container {
    position: static;
    z-index: 2;
}
.home-promo-badge h5 strong {
    color: #fff;
}
@media(max-width:991px){
	.home-promo-badge {
		position: static;
		margin: 0px auto;
		margin-top: -120px;
		margin-bottom: 20px;
		padding: 10px 20px 0px 20px;
	}
	.home-promo-badge p {
		font-size: 16px;
		padding: 0px 18px 2px 18px;
	}
	.home-promo-badge h5 {
		font-size: 16px;
		padding: 0;
	}
	.home-promo-badge a {
		font-size: 12px;
		line-height: 14px;
	}
	.home-promo-badge {
		width: 210px;
		height: 210px;
	}
}

.faq-item h3 {
    font-family: "multi-display" !important;
    font-size: 26px !important;
    line-height: 38px !important;
    color: #707070 !important;
    background-color: transparent !important;
    font-weight: 300 !important;
    border-bottom: 1px solid #B3B3B3 !important;
}

.faq-bottom {
    margin-bottom: 50px;
    text-align: center;
}

a.btn.btn-gold.all-btn {
    font-family: "multi-display";
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    border-radius: 20px;
    color: #2E2E2E;
    border: 2px solid #707070;
    background-color: #fff;
    padding: 9px 45px 8px 45px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    min-width: 182px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    margin-top: 10px;
	margin-bottom: 50px;
}

a.btn.btn-gold.all-btn:hover {
    background-color: #93252A;
    border: 2px solid #93252A;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
div#dlm_faq {
    margin-top: 30px;
}
.common h3 {
	padding: .5em 2.25em .5em .5em !important;
	text-transform: capitalize !important;
}
.common h3:after {
    content: '+';
    right: 25px;
    position: absolute;
    font-weight: 700;
    color: #93252A;
}
.faq-item p {
    padding: 0 10px;
}

@media(max-width:767px){
	.faq-item h3 {
    font-size: 26px !important;
	line-height: 28px !important;
}
}

ul.wp-block-list li {
    line-height: 40px;
    font-family: "multi-display";
    font-weight: 400;
    font-size: 16px;
}