@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*-----------Fonts--------*/
/* ---------- Theme Colors ---------- */
/* ---------- Padding and marign spacing ---------- */
/* ---------- Typography - Font, line-height, and color for body text, headings, and more ---------- */
/* ---------- Font weight ---------- */
/* ---------- Border Radius ---------- */
/* ---------- Hover ---------- */
/* ---------- Screen size definitions ---------- */
@font-face {
     font-family: 'GallientRegular-eZoMp';
      src: url("../font/GallientRegular-eZoMp.ttf");
}
.list-reset, .list-inline, footer .footer-top .social-link ul, footer .footer-bottom ul, footer .footer-top ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 0;
}

.list-reset li, .list-inline li, footer .footer-top .social-link ul li, footer .footer-bottom ul li, footer .footer-top ul li {
	margin: 0;
	padding: 0;
}

.list-inline li, footer .footer-top .social-link ul li, footer .footer-bottom ul li {
	display: inline-block;
}

footer {
	background: #030504;
}

footer .footer-top {
	padding-bottom: 50px;
	padding-top: 50px;
	border-bottom: 1px solid #707070;
}

footer .footer-top .brand-logo {
	height: auto;
	width: 170px;
}

footer .footer-top h5 {
	color: #383838;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 20px;
	padding-top: 74px;
}

@media (max-width: 575px) {
	footer .footer-top h5 {
		padding-top: 45px;
	}
}

footer .footer-top ul li {
	padding-bottom: 10px;
}

footer .footer-top ul li a {
	color: #a7a7a7;
	font-size: 16px;
}

footer .footer-top ul li a:hover {
	color: #383838;
}

footer .footer-top .social-link {
	margin: 30px 35px 0;
}

@media (max-width: 767px) {
	footer .footer-top .social-link {
		margin: 30px 0px 0;
	}
}

footer .footer-top .social-link ul li {
	margin-right: 10px;
}

footer .footer-top .social-link ul li a {
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	width: 20px;
}

footer .footer-top .social-link ul li a.fb {
	background-image: url("/wp-content/uploads/2022/03/facebook-.png");
	background-size: 21px;
}

footer .footer-top .social-link ul li a.linked {
	background-image: url("/wp-content/uploads/2022/03/linkedin.png");
	background-size: 15px;
}

footer .footer-top .social-link ul li a.tw {
	background-image: url("/wp-content/uploads/2022/03/twitter.png");
	background-size: 14px;
	margin-top: 10px;
}

footer .footer-top .social-link ul li a:hover {
	opacity: 0.5;
}

footer .footer-bottom {
	padding-bottom: 10px;
	padding-top: 10px;
}

footer .footer-bottom ul li {
	margin-right: 10px;
}

footer .footer-bottom ul li.copy-right {
	color: #a7a7a7;
	font-size: 14px;
}

@media (max-width: 767px) {
	footer .footer-bottom ul li.copy-right {
		margin-bottom: 6px;
		display: block;
	}
}

footer .footer-bottom ul li.copy-right br {
	display: none;
}

@media (max-width: 767px) {
	footer .footer-bottom ul li.copy-right br {
		display: block;
	}
}

footer .footer-bottom ul li a {
	color: #383838;
	font-size: 14px;
	font-weight: 400;
}

footer .footer-bottom ul li a:hover {
	opacity: 0.5;
}

body {
	font-family:  "montserrat";
	font-size: 16px;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	font-family: "montserrat";
}

h1 {
	font-size: 53px;
	font-weight: 500;
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	h1 {
		font-size: 38px;
		margin-bottom: 25px;
	}
}

@media (max-width: 991px) {
		
	h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	/****june 03 *****/
	#right-match h2 { 
    text-align: center;
}
	#right-match .btn-gray {
    margin: 0 auto;
    text-align: center;
    display: table;
}
	#right-match img {
    height:300px;
}


#be-real {
	background-position: 74%;
    padding-top: 40px;
    height: 18vh!important;  
}
.btn-direction-nav.why-s {
    margin-top: 12px;
}
	#about-rare-chemistry-main{
		padding:0px;
	}
	
	/*---------------------*/
}
@media (max-width:767px){
	#be-real h1 {
   text-align:center;
}
}
h2 {
	color: #030504;
	font-size: 38px;
	font-weight: 500;
	line-height: 50px;
	margin-bottom: 25px;
}

@media (max-width: 1199px) {
	h2 {
		font-size: 36px;
		margin-bottom: 15px;
		line-height: 46px;
	}
}

@media (max-width: 991px) {
	h2 {
		font-size: 28px;
		margin-bottom: 20px;
		line-height: 33px;
	}
}

h4 {
	font-family:  "montserrat";
}
h5 {
	padding-bottom: 10px;
}

p {
	color: #030504;
	font-weight: 400;
	font-family:  "montserrat";
	font-size: 14px;
}

a {
	color: #000;
	font-family:  "montserrat";
	text-decoration: none;
}

.bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
}

@media (min-width: 768px) {
	.bg-image {
		background-position: center center;
	}
}

.cta-btn {
	padding-top: 30px;
}

.btn-lite {
	border: 1px solid #030504;
	background: transparent;
	padding: 10px 50px;
	font-size: 14px;
}

.btn-lite:hover {
	background-color: #383838;
	color: #fff;
}

.btn-gray {
	border: 1px solid #030504;
	background: #383838;
	color: #fff;
	padding: 10px 50px;
	font-size: 14px;
}

.btn-gray:hover {
	background-color: #fff;
	color: #383838;
}

@media (max-width: 991px) {
	br {
		display: none;
	}
}

.secondary-bg {
	background: #ffffffd6;
}
@media (min-width: 992px) {
	
	.btn-direction-nav.why-s {
    height:0px !important;
}

	.secondary-bg {
		background: none;
	}
}

.navigation {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	padding: 14px 0px;
	background-color: white;
	top: 0;
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	z-index: 999;
}

.floatingNav {
	width: calc(auto - auto);
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 10px #999;
	box-shadow: 0px 1px 10px #999;
}

nav ul li a {
	font-family: 'muli' sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #323232;
}

nav ul {
	padding-left: 0;
	display: inline-block;
	margin: 0;
	float: right;
}

nav ul li {
	display: inline-block;
	list-style-type: none;
	position: relative;
	padding: 25px 13px;
}

.sub-menu {
	background: white;
	position: absolute;
	z-index: 1;
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
	display: none;
}

nav ul li a {
	display: block;
	position: relative;
	text-decoration: none;
}

nav ul li a:hover {
	text-decoration: none !important;
	text-transform: none;
	color: #11519a;
}

nav ul li a:hovera:not(:only-child):after {
	color: #11519a;
}

nav ul li:hover .sub-menu {
	display: block;
	margin-top: 10px;
}

nav ul > .menu-item-has-children {
	background: url(/wp-content/uploads/2021/12/downarrow.svg) right 9px no-repeat !important;
	background-size: 16px !important;
	padding-right: 20px;
	padding-top: 0t;
}

nav ul > .menu-item-has-children:hover {
	background: url(/wp-content/uploads/2021/12/uparrow.svg) right 9px no-repeat !important;
	background-size: 16px !important;
	padding-right: 20px;
	padding-top: 0;
}

nav ul li ul li {
	min-width: 225px;
	padding: 5px 10px;
}

nav ul li ul li a {
	padding: 6px;
	line-height: 20px;
}

.nav-mobile {
	display: none;
	position: absolute;
	top: 19px;
	right: 40px;
	background: #fff;
	height: 60px;
	width: 60px;
}

.brand {
	background: url("/wp-content/uploads/2022/05/Group-16360.svg") no-repeat center center;
	display: inline-block;
	height: 70px;
	width: 100px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: contain;
}

@media only screen and (max-width: 1024px) {
	/*.nav-mobile {
	display: block;
}*/
	.res-menu .sub-menu {
		-webkit-box-shadow: none;
		box-shadow: none;
		position: relative;
	}
	nav ul li a:not(:only-child) {
		background: url(/wp-content/uploads/2021/12/downarrow.svg) right 8px no-repeat !important;
		background-size: 0px !important;
		padding-right: 0px;
		padding-top: 4px;
	}
	nav ul li > .menu-item-has-children {
		background: url(/wp-content/uploads/2021/12/uparrow.svg) right 8px no-repeat !important;
		background-size: 0px !important;
		padding-right: 0px;
		padding-top: 4px;
	}
	nav ul li > .menu-item-has-children:hover {
		background-size: 0px;
	}
	nav {
		/*width: 100%;*/
		padding: 15px 0 15px;
	}
	nav ul li {
		float: none;
		/*display: block;*/
		padding: 0px 1px;
	}
	nav ul li a {
		padding: 8px;
		line-height: 20px;
		font-size: 17px;
	}
	nav ul li ul li a {
		padding-left: 30px;
		-webkit-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}
	nav ul .orange-btn {
		padding: 0px 10px !important;
	}
}

#nav-toggle {
	position: absolute;
	left: 18px;
	top: 22px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 31px;
	background: #11519a;
	position: absolute;
	display: block;
	content: '';
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
	top: -10px;
}

#nav-toggle span:after {
	bottom: -10px;
}

#nav-toggle.active span {
	background-color: transparent;
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	color: #000669;
	position: absolute;
	display: block;
	content: '';
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
	background: #000669;
}

#nav-toggle.active span:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-toggle.active span:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
	.nav-list {
		display: block !important;
	}
}

.brand {
	position: absolute;
	padding-left: 20px;
	margin-left: 35px;
	float: left;
	line-height: 70px;
	text-transform: uppercase;
	font-size: 1.4em;
}

.brand a,
.brand a:visited {
	color: #463f3f;
	text-decoration: none;
}

.v_Lifeinnerimage img {
	width: 100%;
}

.res-menu {
	display: none;
}

@media only screen and (max-width: 991.98px) {
	.res-menu #nav-toggle {
		display: block;
	}
}

@media (max-width: 991.98px) {
	.navigation {
		display: none;
	}
	.res-menu {
		display: block;
	}
	.res-menu ul {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
}

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	line-height: 1.125em;
	cursor: pointer;
}

.slicknav_menu .slicknav_btn {
	background: url("/wp-content/uploads/2022/05/menu-1.svg") no-repeat 50%;
	background-size: 32px;
	cursor: pointer;
	display: block;
	height: 32px;
	margin: 27px 15px 26px 0;
	position: relative;
	width: 32px;
	z-index: 99999;
}

.slicknav_btn.slicknav_open {
	background: url("/wp-content/uploads/2022/05/x-circle-4.svg") no-repeat 50%;
	display: block;
	height: 32px;
	margin: 27px 15px 26px 0;
	position: relative;
	width: 32px;
	z-index: 99999;
	cursor: pointer;
	background-size: 32px;
}

.slicknav_menu .slicknav_btn span {
	display: none;
}

.slicknav_menu .slicknav_nav {
	background: #fff;
	overflow: scroll;
	position: absolute;
	top: 85px;
	width: 100%;
	padding: 0;
}

.slicknav_menu {
	height: 100%;
	position: absolute;
	right: 0;
	width: 100%;
}

.res-menu .brand {
	background-image: url("/wp-content/uploads/2022/05/Group-16360.svg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	float: left;
	height: 85px;
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease;
	width: 110px;
	padding: 0;
}

.slicknav_menu .slicknav_nav a {
	color: #000;
	padding: 15px;
	display: inline-block;
	text-decoration: none;
}

.slicknav_parent ul {
	background: #f2f2f2;
	text-transform: capitalize;
	padding: 0;
}

.slicknav_nav .slicknav_arrow {
	/*font-size: .8em;*/
	margin-right: 15px;
}

.slicknav_arrow {
	float: right;
}

.slicknav_nav .slicknav_item a {
	display: inline;
}

.slicknav_menu .slicknav_nav .slicknav_parent .slicknav_item {
	display: block;
	padding: 15px 0;
}

.grid {
	display: -ms-grid;
	display: grid;
	grid-gap: 20px;
}

a {
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover {
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

button:focus,
a:focus {
	outline: none;
}

.section {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (max-width: 991px) {
	.section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.media-slider .button-next {
    left: 23% !important;
}
.pagingInfo1 {
    left: 13.6% !important;
}

}

.section.noBtmSpace {
	padding-bottom: 0;
}

.section.noTopSpace {
	padding-top: 0;
}

.btn-structure {
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 45px;
	font-weight: 600;
}

#home-banner-slider {
	margin-bottom: 0;
	margin-top: -1px;
	position: relative;
}

#home-banner-slider #home-banner-slider-wrap .home-banner-inner {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 100px;
	width: 100%;
	height: 96vh;
}

@media (min-width: 768px) {
	#home-banner-slider #home-banner-slider-wrap .home-banner-inner {
		/* updated style to 96 from 80 */
    height: 96vh !important;
	}
}

@media (min-width: 992px) {
	#home-banner-slider #home-banner-slider-wrap .home-banner-inner {
		height: 96vh;
	}
}

@media (max-width: 991px) {
	#home-banner-slider #home-banner-slider-wrap .home-banner-inner {
		height: 60vh;
	}
}

@media (max-width: 767px) {
	#home-banner-slider #home-banner-slider-wrap .home-banner-inner {
		padding-top: 40px;
		height: 50vh;
		background-image: unset !important;
	}
}

@media (max-width: 575px) {
	#home-banner-slider #home-banner-slider-wrap .home-banner-inner {
		height: 80vh;
	}
}

#home-banner-slider #home-banner-slider-wrap .home-banner-inner #home-banner-slider .home-banner-inner .slick-vertical .slick-slide {
	border: unset !important;
}

#home-banner-slider #home-banner-slider-wrap .home-banner-inner h1 {
	padding-top: 20px;
}

#home-banner-slider #home-banner-slider-wrap .home-banner-inner .mob-banner {
	display: none;
}

@media (max-width: 767px) {
	#home-banner-slider #home-banner-slider-wrap .home-banner-inner .mob-banner {
		display: block;
	}
}

#home-banner-slider #home-banner-slider-wrap .home-banner-inner .slider__counter {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	z-index: 1;
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	mix-blend-mode: difference;
	pointer-events: none;
}

#home-banner-slider #home-banner-slider-wrap button:focus:not(:focus-visible) {
	background-color: #fff;
}

#home-banner-slider .pagingInfo {
	color: #000;
	position: absolute;
	font-size: 16px;
	bottom: 16%;
	right: 8%;
	z-index: 1;
	display: none;
}

@media (min-width: 992px) {
	#home-banner-slider .pagingInfo {
		display: block;
	}
}

.slick-next:before {
	content: "→" !important;
}

.slick-prev:before {
	content: "←" !important;
}

.slick-prev:before, .slick-next:before {
	font-size: 16px;
	line-height: 1;
	opacity: .75;
	color: #000;
	-webkit-font-smoothing: antialiased;
	padding: 15px;
}

.slick-next, .slick-prev {
	font-size: 16px;
	line-height: 0;
	position: absolute;
	top: 82%;
	display: block;
	width: 85px;
	height: 52px;
	cursor: pointer;
	background-color: #fff;
	z-index: 1;
}

.slick-next {
	right: 3%;
	padding-left: 35px;
}

.slick-prev {
	left: 86%;
}

.slick-next:hover, .slick-prev:hover {
	background-color: #fff;
}

#skin-care {
	margin-bottom: -80px;
}

@media (max-width: 991px) {
	#skin-care {
		margin: 0px;
		padding-bottom: 0;
	}
}

#skin-care h2 br {
	display: none;
}

@media (min-width: 768px) {
	#skin-care h2 br {
		display: block;
	}
}

#floating-card .card-bg {
	background-color: #383838;
	padding: 25px 20px;
}

#floating-card .card-bg p {
	color: #fff;
}

#floating-card .card-bg .cta-btn {
	padding: 10px;
}

#floating-card .card-bg .cta-btn .btn-gray {
	border: 1px solid #fff;
}

#environmental {
	margin-top: -81px;
	padding-top: 140px;
}

@media (max-width: 991px) {
	#environmental {
		margin: 0px;
		padding-top: 80px;
	}
}

#environmental .consious {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	padding-top: 30px;
}

@media (min-width: 576px) {
	#environmental .consious {
		-ms-grid-columns: 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media (min-width: 996px) {
	#environmental .consious {
		-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}

#environmental .consious .box img {
	margin-bottom: 20px;
}

#environmental .consious .box img:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: ease-out 0.5s;
	transition: ease-out 0.5s;
}

#luxury-of-purity {
	background-repeat: no-repeat !important;
}

@media (max-width: 768px) {
	#right-match h2 {
		padding-top: 30px;
	}
	#about-rare-chemistry 
{
background-image:none;
}
.slick-next {
   
    padding-left: 0px;
}
.slick-next {
    font-size: 16px;
    line-height: 0;
    position: absolute;
    top: 83%;
    
    display: block;
    width: 55px;
    height: 23px;
    cursor: pointer;
    background-color: #fff;
    z-index: 1;
}	
	.slick-prev {
   
    padding-right: 0px;
}
.slick-prev {
    font-size: 16px;
    line-height: 0;
    position: absolute;
    top: 83%;
    left:3%;
    display: block;
    width: 55px;
    height: 23px;
    cursor: pointer;
    background-color: #fff;
    z-index: 1;
}	
	
}
@media (min-width: 767px) {
	
	#about-rare-chemistry  img
{
display:none;
}
	
}

#right-match img {
	padding-top: 10px;
}

@media (max-width: 767px) {
	#right-match img {
		padding-top: 0;
	}
}

#our-core-team .team-container {
	padding-top: 50px;
}

@media (min-width: 992px) {
	#our-core-team .team-container {
		padding-top: 0px;
	}
}

#our-core-team .team-container img {
	margin-bottom: -20px;
}

#our-core-team .team-container p {
	background-color: #F8EBDB;
	padding: 5px;
	display: inline-block;
	min-width: 80%;
}

#our-core-team p.desc {
	min-height: 66px;
}

@media (max-width: 991px) {
	#our-core-team p.desc {
		min-height: 0;
	}
}

#our-core-team a {
	font-weight: 600;
	font-size: 14px;
	text-decoration: underline;
}

#our-core-team a:hover {
	color:black !important;
}

#notify-me input {
	width: 100%;
}

#notify-me input.text {
	 border: 1px solid black;
	padding: 8px 0px;
	text-align: center;
}

#notify-me input.notify {
	font-size: 14px;
	background-color: #383838;
	color: #fff;
	padding: 9px 35px;
	border: 2px solid #383838;
}

#notify-me input.notify:hover {
	background-color: #fff;
	color: #383838;
	border: 2px solid #383838;
}

#notify-me input.notify:focus-visible, #notify-me input.text:focus-visible {
	outline: none;
}

#notify-me input::-webkit-input-placeholder {
	font-size: 14px;
	padding: 35px;
}

#notify-me input:-ms-input-placeholder {
	font-size: 14px;
	padding: 35px;
}

#notify-me input::-ms-input-placeholder {
	font-size: 14px;
	padding: 35px;
}

#notify-me input::placeholder {
	font-size: 14px;
	padding: 35px;
}

#notify-me .wpcf7-not-valid-tip {
	display: none;
}

#notify-me .wpcf7-response-output {
	display: none !important;
}

#popup-video #home-video-inscreen {
	height: 100%;
	width: 100%;
	opacity: 1 !important;
	z-index: 1 !important;
}

#popup-video .selectextShadowHost {
	display: none !important;
}

#be-real {
	height: 60vh;
}

@media (max-width: 767px) {
	#be-real {
		padding-top: 40px;
		height: 35vh!important;
		background-image: unset !important;
	}
}

#be-real .mob-banner {
	display: none;
}

#about-rare-chemistry {
	background-position: 30%;
	
}

@media (max-width: 767px) {
	#about-rare-chemistry {
		
		background-position: right!important;
	}
}

#about-rare-chemistry .rare-chemistry-img {
	padding-left: 0;
	align-items: end;
}
#about-rare-chemistry .rare-chemistry-img img {
	min-height: unset;
}
@media (min-width: 767px) {
	#about-rare-chemistry .rare-chemistry-img img {
		min-height: 450px;
	}
}
@media (max-width: 767px) {
	#be-real .mob-banner {
		display: block;
	}
}

#derm-center .white-bg {
	background-color: #fff;
	padding: 55px;
}

#our-purpose p.purpose {
	font-size: 20px;
	padding-bottom: 30px;
}

#our-purpose .card-box {
	border-left: unset;
	padding-left: 0;
	height: 100%;
}

@media (min-width: 992px) {
	#our-purpose .card-box {
		border-left: 3px solid #D6CEE2;
		padding-left: 25px;
	}
}

#our-purpose .card-box .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 10px;
}

#our-purpose .card-box .box h4 {
	padding-left: 15px;
}

#our-purpose .card-box p {
	width: 96%;
}

#women-empowerment h2 {
	padding-top: 20px;
}

@media (min-width: 768px) {
	#women-empowerment h2 {
		padding-top: 0;
	}
	


}

#aboutus-core-team {
	position: relative;
}

#aboutus-core-team .team-container {
	padding-top: 50px;
}

@media (min-width: 768px) {
	#aboutus-core-team .team-container {
		padding-top: 0px;
	}

}

#aboutus-core-team .team-container img {
	margin-bottom: -20px;
}

#aboutus-core-team .team-container p {
	background-color: #D6CEE2;
	padding: 5px;
	display: inline-block;
	min-width: 80%;
	font-weight: 600;
}

#aboutus-core-team a {
	font-weight: 600;
	font-size: 14px;
	text-decoration: underline;
	position: relative;
	display: block;
}
#aboutus-core-team a:hover {
	color:black !important;
}


#aboutus-core-team a:after {
	content: '';
	background-image: url('/wp-content/uploads/2022/05/read-more-dropdown-arrow.svg');
	background-repeat: no-repeat;
	background-size: 15px;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 8px;
	margin-left: 8px;
}

#aboutus-core-team .read-more-content {
	display: none;
	padding-top: 40px;
}

#aboutus-core-team .read-more-content .close {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	position: relative;
	align-items: center;
}

#aboutus-core-team .read-more-content .close #btn-close {
	background: unset;
	border: unset;
	position: absolute;
	right: 0;
}

#aboutus-core-team .read-more-content .close #btn-close:after {
	content: 'x';
	padding: 0px 3px;
	color: #fff;
	background-color: #000;
	font-size: 12px;
	margin-left: 9px;
	vertical-align: middle;
}


#aboutus-core-team .read-more-content h2 {
	margin-bottom: 10px;
}

#aboutus-core-team .read-more-content h4 {
	margin-bottom: 10px;
}


@media (max-width: 1199px) {
	.timeline-desktop {
		display: none;
	}
}

@media (min-width: 1200px) {
	.timeline-mobile {
		display: none;
	}
}

#skincare-timeline .tabs {
	width: 100%;
}

#skincare-timeline .tabs ul#tabs-nav {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background-color: #F0EEEE;
	border-radius: 35px;
	text-align: center;
	margin-bottom: 150px;
	width: 36%;
}

@media (min-width: 1200px) {
	#skincare-timeline .tabs ul#tabs-nav {
		width: 36%;
	}
}

@media (min-width: 1400px) {
	#skincare-timeline .tabs ul#tabs-nav {
		width: 28%;
	}
}

#skincare-timeline .tabs ul#tabs-nav li {
	font-weight: 600;
	cursor: pointer;
	width: 207px;
	height: 60px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#skincare-timeline .tabs ul#tabs-nav li.active, #skincare-timeline .tabs ul#tabs-nav li:hover {
	background-color: #D6CEE2;
	border-radius: 35px;
}

#skincare-timeline .tabs ul#tabs-nav li.active {
	-webkit-transition: all 700ms;
	transition: all 700ms;
}

#skincare-timeline .tabs ul#tabs-nav li a {
	text-decoration: none;
	color: #000;
}

#skincare-timeline .tabs ul#tabs-nav li.list1 a:before {
	content: '';
	background: url("/wp-content/uploads/2022/05/skin-care-day.svg");
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center;
	padding: 10px 25px;
}

#skincare-timeline .tabs ul#tabs-nav li.list2 a:before {
	content: '';
	background: url("/wp-content/uploads/2022/05/skin-care-night.svg");
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center;
	padding: 10px 25px;
}

#skincare-timeline .tabs #tabs-content .timeline-content .timeline {
	position: relative;
	margin: 50px auto;
	padding: 40px 0;
	width: 80%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#skincare-timeline .tabs #tabs-content .timeline-content .timeline:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 12px;
	height: 80%;
	background: #F8EBDB;
}

@media (max-width: 767px) {
	#skincare-timeline .tabs #tabs-content .timeline-content .timeline:before {
		left: 20px;
		height: 100%;
	}
}

@media (max-width: 991px) {
	#skincare-timeline .tabs #tabs-content .timeline-content .timeline {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#skincare-timeline .tabs #tabs-content .timeline-content .timeline {
		width: 100%;
		padding-bottom: 0;
	}
}

#skincare-timeline .tabs #tabs-content .timeline-content .timeline ul {
	padding: 0;
	margin: 0;
}

#skincare-timeline .tabs #tabs-content .timeline-content .timeline ul li {
	list-style: none;
	position: relative;
	width: 50%;
	padding: 20px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#skincare-timeline .tabs #tabs-content .timeline-content .timeline ul li:nth-child(even) {
	float: left;
	clear: both;
}

@media (max-width: 767px) {
	#skincare-timeline .tabs #tabs-content .timeline-content .timeline ul li:nth-child(even) {
		width: 100%;
		padding-left: 50px;
		padding-bottom: 50px;
	}
}

#skincare-timeline .tabs #tabs-content .timeline-content .timeline ul li:nth-child(odd) {
	float: right;
	clear: both;
}

@media (max-width: 767px) {
	#skincare-timeline .tabs #tabs-content .timeline-content .timeline ul li:nth-child(odd) {
		width: 100%;
		padding-left: 50px;
		padding-bottom: 50px;
	}
}

#skincare-timeline .tabs #tabs-content .timeline-content .timeline ul li:nth-child(odd):before, #skincare-timeline .tabs #tabs-content .timeline-content .timeline ul li:nth-child(even):before {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0px;
	background:#F8E7D2;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2);
	box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2);
}

@media (max-width: 767px) {
	#skincare-timeline .tabs #tabs-content .timeline-content .timeline ul li:nth-child(odd):before, #skincare-timeline .tabs #tabs-content .timeline-content .timeline ul li:nth-child(even):before {
		top: -18px;
		left: 16px;
	}
}

#skincare-timeline .tabs #tabs-content .timeline-content .timeline ul li:nth-child(even):before {
	right: -19px;
}

#skincare-timeline .tabs #tabs-content .timeline-content .timeline ul li:nth-child(odd):before {
	left: -6px;
}

#skincare-timeline .tabs #tabs-content .timeline-content .timeline ul li .content {
	padding-bottom: 200px;
	position: relative;
	top: -125px;
}

@media (max-width: 991px) {
	#skincare-timeline .tabs #tabs-content .timeline-content .timeline ul li .content {
		padding-bottom: 50px;
	}
}

#skincare-timeline .tabs #tabs-content .timeline-content .timeline ul li .content h3 {
	padding: 2px;
	margin: 0;
	font-weight: 600;
}

#skincare-timeline .tabs #tabs-content .timeline-content .timeline ul li .content p {
	margin: 10px 0 0;
	padding: 0;
}

#skincare-timeline .tabs #tabs-content .timeline-content .timeline ul li:nth-child(odd) .time, #skincare-timeline .tabs #tabs-content .timeline-content .timeline ul li:nth-child(even) .time {
	position: absolute;
	top: -130px;
	margin: 0;
	padding: 8px 16px;
	color: #000;
	border-radius: 18px;
}

#skincare-timeline .tabs #tabs-content .timeline-content .timeline ul li:nth-child(even) .time {
	right: -576px;
}

#skincare-timeline .tabs #tabs-content .timeline-content .timeline ul li:nth-child(even) .time:before {
	content: '- - - - - - - - - - - - ';
	font-size: 34px;
	font-weight: 300;
	color: #000;
}

#skincare-timeline .tabs #tabs-content .timeline-content .timeline ul li:nth-child(odd) .time {
	left: -576px;
}

#skincare-timeline .tabs #tabs-content .timeline-content .timeline ul li:nth-child(odd) .time:after {
	content: '- - - - - - - - - - - - -';
	font-size: 34px;
	font-weight: 300;
	color: #000;
}

#skincare-timeline .notes {
	border: 1px solid #000;
	padding: 20px 35px;
}

#skincare-timeline-mobile .time {
	padding: 30px 0;
}

.find-skin-type {
	background-image: url("/wp-content/uploads/2022/05/explore-skin-types-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.find-skin-type h2 {
	margin-bottom: 60px;
}

.find-skin-type .tabs {
	width: 100%;
}

.find-skin-type .tabs ul#tabs-nav {
	list-style: none;
	margin: 0px auto;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
	border-radius: 35px;
	text-align: center;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.find-skin-type .tabs ul#tabs-nav li a {
  text-decoration: none;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  width: 100%;
  position: relative;
  z-index: 1;
}

.find-skin-type .tabs ul#tabs-nav li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #D6CEE2;
  -webkit-transform: scalex(0);
          transform: scalex(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 50ms;
  transition: -webkit-transform 50ms;
  transition: transform 50ms;
  transition: transform 50ms, -webkit-transform 50ms;
  border-radius: 35px;
  z-index: -1;
}

.find-skin-type .tabs ul#tabs-nav li.active a::before {
  -webkit-transform: scalex(1);
          transform: scalex(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 1000ms;
  transition: -webkit-transform 1000ms;
  transition: transform 1000ms;
  transition: transform 1000ms, -webkit-transform 1000ms;
}

.find-skin-type .tabs ul#tabs-nav li:hover a {
	background-color: #f0eff3;
	border-radius: 35px;
}

.find-skin-type .tabs .tab-content {
	background-color: transparent;
	margin-top: 50px;
}

.find-skin-type .tabs .tab-content .skin-type-content h4 {
	margin-bottom: 15px;
}

.find-skin-type .tabs .tab-content .skin-type-content p {
	font-weight: 600;
	font-size: 16px;
}

.find-skin-type .tabs .tab-content .skin-type-content ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	padding: 0;
}

.find-skin-type .tabs .tab-content .skin-type-content ul li {
	list-style: none;
	font-size: 14px;
	line-height: 35px;
	padding: 0 15px;
}

.find-skin-type .tabs .tab-content .skin-type-content ul li::before {
	content: '';
	background: url("/wp-content/uploads/2023/10/bullet.svg");
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: left 4px;
	padding-left: 25px;
}
#page-header {
	padding-bottom: 0;
}

#page-header .author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
}

#page-header .author p img {
	padding-right: 10px;
}

#page-header ul.social-icon-wrap {
	padding-top: 30px;
}

@media (max-width: 767px) {
	#page-header ul.social-icon-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 20px;
		padding: 20px 0;
		margin: 0;
	}
}

#page-header ul.social-icon-wrap li {
	list-style: none;
	padding-bottom: 20px;
}

.single-onecolumn .bg-cover {
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
}

.single-onecolumn img {
	padding: 20px 0;
}

.single-onecolumn ul {
	padding: 0;
}

.single-onecolumn ul li {
	list-style: none;
	font-size: 14px;
	line-height: 40px;
	padding: 0;
}

.single-onecolumn ul li::before {
	content: '';
	background: url("/wp-content/uploads/2022/05/Group-27137.svg");
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: left 4px;
	padding-left: 25px;
}

.single-onecolumn tbody, .single-onecolumn td, .single-onecolumn tfoot, .single-onecolumn th, .single-onecolumn thead, .single-onecolumn tr {
	border: 1px solid #bfb9b9;
/* 	padding: 7px 30px; */
}

.single-onecolumn #prev-next {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	padding-bottom: 30px;
}

@media (max-width: 575px) {
	.single-onecolumn #prev-next {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.single-onecolumn #prev-next .previous {
		margin-bottom: 25px;
	}
}

.single-onecolumn #prev-next .previous a {
	float: left;
}

@media (max-width: 575px) {
	.single-onecolumn #prev-next .previous a {
		float: unset;
	}
}

.single-onecolumn #prev-next .previous a::before {
	content: '←';
	font-size: 20px;
	padding-right: 20px;
}

.single-onecolumn #prev-next .next a {
	float: right;
}

@media (max-width: 575px) {
	.single-onecolumn #prev-next .next a {
		float: unset;
	}
}

.single-onecolumn #prev-next .next a::after {
	content: '→';
	font-size: 20px;
	padding-left: 20px;
}

.related-cat-k {
	padding-bottom: 50px;
}

.related-cat-k .bg-cover {
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
}

.related-cat-k .feature-block .bg-img {
	background: #F9F4ED;
	min-height: 500px;
	margin-bottom: 20px;
}

.related-cat-k .feature-block .bg-img .content {
	padding: 20px 35px;
}

.related-cat-k .feature-block .bg-img .content span {
	color: #A17E9E;
	font-size: 14px;
}

.related-cat-k .feature-block .bg-img .content h5 {
	padding-top: 10px;
	min-height: 68px;
}
/****june 03 *****/
@media only screen and (min-width: 600px) and (max-width: 1024px) {
section#women-empowerment img {
    height: 465px;
    width: 500px;
	object-fit: cover;
}
}
@media only screen and (min-width: 329px) and (max-width: 375px) {
#home-banner-slider #home-banner-slider-wrap .home-banner-inner {
    height: 80vh !important;
}
}
@media only screen and (min-width: 374px) and (max-width: 441px) {
#home-banner-slider #home-banner-slider-wrap .home-banner-inner {
    height: 80vh;
}
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
	#home-banner-slider #home-banner-slider-wrap .home-banner-inner {
    height: 88vh;
}

}

/*# sourceMappingURL=style.css.map */

/* Moving dowm Coopon List */
.actions .coupon {
    flex-wrap: wrap;
}
.actions .coupon .wpccl-btn-wrapper {
    width: 100%;
	margin-top: 25px;
}
/* Moving dowm Coopon List */

.wpccl-coupons .wpccl-coupon,
.wpccl-coupons .wpccl-coupon .wpccl-coupon-info .wpccl-coupon-code-wrap .wpccl-coupon-code,
.wpccl-coupons .wpccl-coupon.wpccl-coupon-applied .wpccl-coupon-applied-txt {
	border-radius: 20px;
}
.wpccl-coupons .wpccl-coupon.wpccl-coupon-applied .wpccl-coupon-applied-txt {
	right: 20px !important;
	top: 42px !important;
}
@media (max-width: 767px) {
	.wpccl-coupons .wpccl-coupon.wpccl-coupon-applied .wpccl-coupon-applied-txt {
		top: 12px !important;
	}
	.actions .coupon .wpccl-btn-wrapper {
		margin-top: unset;
	}
}
.wpccl-coupons .wpccl-coupon:hover {
	background-color: #F9F4ED !important;
    border: 1px solid #2D333A !important;
}
.wpccl-coupons .wpccl-coupon:hover .wpccl-coupon-info .wpccl-coupon-code-wrap .wpccl-coupon-code {
	background-color: #F9F4ED !important;
}
.wpccl-heading,
.wpccl-coupons .wpccl-coupon .wpccl-coupon-info .wpccl-coupon-value {
	font-weight: 500 !important;
}
.post-ship-btn {
	bottom: 65px !important;
	right: 22px !important;
	font-family: "montserrat" !important;
	border-radius: 5px !important;
}
.post-ship-box-wrp.active button, h1, .search-by-txt input {
	font-family: "montserrat" !important;
	font-weight: 500 !important;
}
.wpccl-coupons .wpccl-coupon .wpccl-coupon-info .wpccl-coupon-code-wrap .wpccl-coupon-code {
	text-transform: uppercase;
}

.lead-form{
	padding-bottom:30px;
}
.lead-form img{
    width: 100%;
    height: 276px;
    object-fit: cover;
	margin-bottom:30px;
}
.lead-form .wpcf7-spinner{
	display:none!important;
}
#popmake-3761 .popmake-close{
	height: 23px!important;
    width: 23px!important;
    padding: 0!important;
    border-radius: 50%!important;
    top: 15px!important;
    line-height: 0!important;
    right: 15px!important;
}
.lead-form input{
	border: 1px solid black;
    padding: 8px 0px;
	padding-left:8px;	
	width:100%;
}
.lead-form input:focus-within{
	outline:0;
}
.lead-form form{
	padding:0 15px;
}
.lead-form input[type=checkbox]{
	width:unset!important;
	display:inline-block;
}
.lead-form .wpcf7-list-item{
	margin:0;
}
.lead-form .lead-submit{
    border-radius: 24px;
    background: #2D333A;
    border: 1px solid #2D333A;
    font-size: 14px;
    color: #fff;
    padding: 9px 35px;
	display:inline-block
}
#popmake-3761 .lead-form .btn-lite{
	border-radius: 24px!important;
	padding: 15px 30px!important;
	border: 1px solid #030504;
    background: transparent;
    font-size: 14px!important;
	width: unset!important;
}
.lead-form .cta-btn {
	padding-top:0;
	text-align:center;
}
#popmake-3761 .lead-form .btn-lite:hover{
	background:#030504;
}
.hasDatepicker {
	background-image: url(/wp-content/uploads/2024/11/calendar-3.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 15px;
}

/* blog css */

.single-post #detail-page{
		padding:80px 0;
	}
	.single-post .detail-section{
		padding:80px 0;
	}
	.single-post .detail-content{
		padding-bottom:80px;
	}
	.single-post .related-blog{
		padding:80px 0;
	}
	.single-post .author-sec .social-icon-wrap .facebook-icon{
		padding-right:15px;
	}
	.single-post a{
		font-size: 16px !important;
		color: #030504;
	}
	.single-post a:hover{
		color: #2D333A !important;
		opacity: 0.7;
	}
	.single-post #detail-page h1{
		font-size:42px;
		line-height: 52px;
		padding-bottom: 20px;
		color: #030504;
		font-family:'GallientRegular-eZoMp'!important;
	}
	.single-post #detail-page .social-icon-wrap{
		display:flex;
		list-style:none;
	}
	.single-post #detail-page .author p img {
		height: 45px;
		padding-right: 15px;
	}
	.single-post #detail-page .text-value{
		display:flex;
	}
	.single-post #detail-page .text-value-p{
		display:flex;
		float: inline-end;
	}
	.single-post #detail-page .author-sec{
		padding-top:20px;
		padding-bottom:10px;
		border-bottom: 1px solid #AAAAAA;
	}
	.single-post #detail-page .text-value-p .text-muted{
		align-self: center;
		font-size: 16px !important;
		line-height: 24px;
		color: #9397A2 !important;
	}
	.single-post #detail-page .social-list{
		padding:0 20px;
	}
	.single-post #detail-page .content-p{
		padding-top:50px;
	}
	.single-post #detail-page .content-p h2{
		font-size:32px;
		font-weight:500;
		line-height:40px;
		color:#2D333A;
	}
	.single-post #detail-page .content-p p{
		font-size: 24px!important;
		line-height: 1.25!important;
		color:#030504;
	}
	.single-post .detail-section{
		background-color: #F9F4ED;
	}
	.single-post .detail-section p, .detail-content p{
		font-size:16px!important;
		line-height: 24px!important;
		color: #030504;
	}
	.single-post .detail-section h3, .detail-content h3{
		font-size: 18px;
		line-height: 1.5;
		padding: 10px 0;
		color:#030504;
		font-weight:400;
		font-style:italic;
		text-align:left;
	}
	.single-post .cta-sec{
		padding-bottom:50px;
	}
	.single-post .cta-sec .next{
		float:inline-end;
	}
	.single-post .cta-sec #prev-next{
		border-top: 1px solid #AAAAAA;
	}
	.single-post .cta-sec .cta-btn {
		padding-top: 50px;
	}
	.single-post .cta-sec .btn-lite-v a{
		padding: 15px 70px;
		font-size: 16px !important;
		font-weight: 500;
		cursor:pointer;
		border: 1px solid #030504;
		background: #030504;
		border-radius: 24px;
		color:#fff!important;
	}
	.single-post .cta-sec .btn-lite-v a:hover{
		background: transparent;
		color:#000!important;
	} 
	.single-post .cta-sec .btn-lite-c a{
		padding: 15px 70px;
		font-size: 16px !important;
		font-weight: 500;
		cursor:pointer;
		border: 1px solid #030504;
		background: transparent;
		border-radius: 24px;
	}
	.single-post .cta-sec .btn-lite-c a:hover{
		background: #2D333A;
		color: #fff !important;
	}
	.single-post .related-blog .content-post{
		padding-top:30px;
	}
	.single-post .related-blog .title-cat{
		text-align:center;
		font-size: 32px !important;
		line-height: 72px!important;
		color:#030504;
	}
	.single-post .related-blog h5{
		line-height: 35px;
		font-size: 24px;
		color: #030504;
	}
	.single-post .related-blog p{
		font-size: 16px !important;
		line-height: 24px;
		color: #030504;
	}
	.single-post .author-v .author-name{
		font-size: 16px !important;
		line-height: 19px;
		font-weight: 500;
		margin-bottom: 5px;
	}
	.single-post .author-v .author-bio{
		color: #AAAAAA;
		line-height: 18px;
	}
	.single-post .blog-bg-img{
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(/wp-content/uploads/2024/08/Mask-Group-110.png);
		height:730px;
		margin-bottom:40px;
	}
	.single-post .blog-bg-img .img-fluid{
		margin-top:80px;
	}
	@media (min-width: 1370px) and (max-width: 1450px){
		.single-post .blog-bg-img {
			background-size: cover;
/* 			background-position:200%; */
			padding-right: 0;
		}
	}
		@media(max-width:1280px){
			.single-post h1 br{
				display:none;
			}
/* 		.detail-content h3{
			margin-top:40px;
		} */
		.single-post .blog-bg-img{
			background-size: cover;
/* 			background-position:160%; */
			height:880px;
		}
		.single-post .detail-content .container{
			margin:0;
		}
		.single-post .blog-bg-img .img-fluid {
			margin-top: 140px;
		}
			.single-post .detail-section .blog-para br{
				display:none;
			}
	}
	@media(max-width:992px){
/* 		.detail-content .img-fluid{
			padding-bottom:20px;
		} */
		.single-post .blog-para, .blog-detail{
			padding-left:12px!important;
		}
		.single-post .related-blog{
			padding:50px 0;
		}
		.single-post .cta-sec{
			padding-bottom:0!important;
		}
		.single-post .blog-para img {
			margin:30px 0;
		}
		.single-post .blog-bg-img{
			background-image: none;
			margin-bottom:0px;
		}
		.single-post .blog-bg-img .img-fluid{
			float:none;
		}
		.single-post .blog-bg-img{
			height:unset!important;
		}
		.single-post .blog-para h3{
			padding-top: 0px;
		}
		.single-post .detail-content .container {
			margin: auto;
		}
		.single-post .detail-content .img-fluid {
			padding-bottom: 0;
			padding-top:0;
			margin-top:30px;
		}
		.single-post .blog-detail {
			margin-top: 0!important;
		}
		.single-post .detail-content br, .detail-section br{
			display:block;
		}
	}
	@media(max-width:767px){
		.single-post #detail-page{
			padding:50px 0;
		}
		.single-post .detail-section{
			padding:50px 0;
		}
		.single-post .detail-content{
			padding-bottom:50px;
		}
		.single-post .cta-sec .btn-lite-c a{
			padding: 15px 40px;
		}
		.single-post .cta-sec .btn-lite-c a:hover{
			padding: 15px 40px;
		}
		.single-post .cta-sec .btn-lite-v a{
			padding: 15px 40px;
		}
		.single-post .cta-sec .btn-lite-c a:hover{
			padding: 15px 40px;
		}
		.single-post #detail-page .content-p p {
			font-size: 16px !important;
			line-height: 25px !important;
		}
		.single-post #detail-page .text-value-p{
			float: none;
		}
		.single-post .related-blog p {
			margin-bottom:30px;
		}
		.single-post .blog-bg-img{
			height:unset;
		}
		.single-post .detail-content h3 {
			margin-top:0!important;
		}
		.single-post .detail-content{
			margin-bottom:0px!important;
		}
	}
	.single-post .bg-vcontent{
		position: absolute;
    	margin-top: -185px;
	}
	.single-post .bg-vcontent-1{
		position: absolute;
    	margin-top: -225px;
	}
	.single-post .blog-detail{
		margin-top:50px;
	}
	.single-post .blog-para img{
		margin-bottom:30px;
	}
	.single-post .blog-bg-img{
		position:relative;
	}
	.single-post ul li{
		padding-bottom:10px;
	}
	.single-post .img-de img{
		margin-bottom:30px;
	}
	.single-post .img-border img{
		border: 1px solid #030504;
	}
	.single-post .detail-content .blog-detail .gentle{
		font-style:unset;
	}
	.single-post .skin-type{
		font-size: 16px!important;
		line-height: 24px;
		color: #030504;
		text-decoration: none;
	}
	.single-post .skin-type:hover{
		color: #2D333A !important;
		opacity: 0.7;
	}
	.single-post .related-cat-k, .cta-sec{
		display:none;
	}