@font-face {
    font-family: 'classico-regular';
    src: url('../font/Classico.otf');
}

@font-face {
    font-family: 'classico-bold';
    src: url('../font/Classico-Bold.otf');
}

@media (min-width: 1366px) and (max-width: 9999999999px) {
.container, .container-lg, .container-md, .container-sm, .container-xl{
	max-width: 1290px !important;
	padding: 0;
}
}

header{
	position: fixed;
	left: 0;
	right: 0;
	top: 40px;
	z-index: 999;
	transition: .4s;
}
header .logo{
	float: left;
}
header .logo svg,
header .logo img{
	float: left;
	height: 60px;
	width: auto;
}
header .logo svg path{
	fill: #716964;
}
.SitemMeu{
	display: inline-block;
	padding: 0;
	list-style: none;
	width: calc(100% - 458px);
	text-align: center;
	height: 30px;
	margin: 15px 0 0 0;
}
.SitemMeu li{
	display: inline-block;
	font-size: 16px;
	color: #3d3739;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding: 0 22px;
	line-height: 30px;
}
.SitemMeu li a{
	color: #3d3739;
	float: left;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: 1.2px;
}
header .hBtn{
	float: right;
	font-size: 14px;
	background: #83756a;
	color: #fff !important;
	padding: 13px 25px;
	border-radius: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	text-decoration: none !important;
	text-transform: uppercase;
	margin-top: 7px;
	letter-spacing: 2px;
}

header.hascolored{
	background: #f4efec;
	top: 0;
	padding: 15px 0;
	transition: .4s;
	box-shadow: 0 0px 7px rgba(0,0,0,.1);
}

.SiteMBanner{
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	padding-bottom: 60px;
	background-image: url(../images/banner-hair.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}
.whats-app-sticky {
    position: fixed;
    bottom: 80px;
    right: 18px;
    z-index: 2;
}
.SiteMBanner .MBimg{
	display: none;
}
.SiteMBanner .Binfo{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 210px;
}
.SiteMBanner .Binfo h1{
	float: left;
	width: 100%;
	clear: both;
	font-size: 50px;
	color: #3d3739;
	font-weight: 3;
	font-family: 'classico-regular';
	margin: 0;
}
.SiteMBanner .Binfo h1 br{
	display: none;
}
.SiteMBanner .Binfo p{
	float: left;
	width: 100%;
	clear: both;
	margin: 10px 0 30px 0;
	color: #3d3739;
	font-size: 20px;
	font-weight: 200;
	font-family: 'Montserrat', sans-serif;
}
.SiteMBanner .Binfo .bookAppoint{
	float: left;
    clear: both;
	display: none;
    margin-top: 25px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    padding: 15px 20px !important;
    box-shadow: -7px -7px 6px rgba(255,255,255,.9);
    box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.1) !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Montserrat";
    font-weight: 200;
    -webkit-transition: -webkit-box-shadow 1s ease-in-out;
    transition: -webkit-box-shadow 1s ease-in-out;
    transition: box-shadow 1s ease-in-out;
    transition: box-shadow 1s ease-in-out, -webkit-box-shadow 1s ease-in-out;
    background-color: #f4efec;
    font-weight: 300;
    color: #726965;
    border-radius: 25px;
}
.SiteMBanner .Binfo .bookAppoint:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: -16px -12px 18px -8px white;
    -webkit-box-shadow: -16px -12px 18px -8px white;
    -moz-box-shadow: -16px -12px 18px -8px white;
    position: absolute;
    border-radius: 25px;
}

.SiteMBanner .Binfo .bookAppoint:hover{
	-webkit-box-shadow: inset -10px -10px 15px rgba(255, 255, 255, 0.5), inset 10px 10px 15px rgba(70, 70, 70, 0.12) !important;
    box-shadow: inset -10px -10px 15px rgba(255, 255, 255, 0.5), inset 10px 10px 15px rgba(70, 70, 70, 0.12) !important;
}

.SiteMBanner form{
	float: left;
	width: calc(100% - 20px);
	background: #f4efec;
	border-radius: 20px;
	padding: 40px;
	box-shadow: -8px -8px 8px #fff;
}
.SiteMBanner form .inputOuter{
	float: left;
	width: 100%;
	box-shadow: -5px -5px 8px #fff;
	margin-bottom: 25px;
	border-radius: 25px;
}
.SiteMBanner form input{
	float: left;
	width: 100%;
	padding: 0 20px;
	border-radius: 25px;
	outline: none;
	border: none;
	box-shadow: none;
	background: #f5efec;
	color: #726965 !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	box-shadow: 0 0px 7px rgba(0,0,0,.1);
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
.BpopInner form .inputOuter textarea{
	float: left;
	width: 100%;
	height: 166px;
	resize: none;
	padding: 20px;
	border-radius: 25px;
	outline: none;
	border: none;
	box-shadow: none;
	background: #f5efec;
	color: #726965 !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14px;
	box-shadow: 0 0px 7px rgba(0,0,0,.1);
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
.SiteMBanner form ::-webkit-calendar-picker-indicator {
	opacity: 0;
}
.SiteMBanner form input[type="date"]{
	background: url(../images/calendar-icon.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 25px) calc(50% );
	background-size: 20px;
}

.SiteMBanner form select{
	float: left;
	width: 100%;
	padding: 0 20px;
	border-radius: 25px;
	outline: none;
	border: none;
	box-shadow: none;
	background: #f5efec;
	color: #726965 !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	box-shadow: 0 0px 7px rgba(0,0,0,.1);
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
.SiteMBanner form ::placeholder {
	color: #726965 !important;
}
.SiteMBanner form :-ms-input-placeholder {
	color: #726965 !important;
}
.SiteMBanner form  ::-ms-input-placeholder {
	color: #726965 !important;
}

.SiteMBanner form .checkWhatsapp{
	float: left;
	width: 100%;
	box-shadow: -5px -5px 8px #fff;
	margin-bottom: 25px;
	border-radius: 25px;
}
.SiteMBanner form .checkWhatsapp label{
	float: left;
	width: 100%;
	padding: 0 20px;
	border-radius: 25px;
	outline: none;
	border: none;
	box-shadow: none;
	background: #f5efec;
	color: #726965 !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	box-shadow: 0 0px 7px rgba(0,0,0,.1);
}
.SiteMBanner form .checkWhatsapp input{
	display: none;
}
.SiteMBanner form .checkWhatsapp input + span{
	float: left;
	width: 100%;
	padding: 0 0;
	height: 48px;
	line-height: 48px;
	position: relative;
}
.SiteMBanner form .checkWhatsapp input + span:before{
	position: absolute;
    cursor: pointer;
    top: 8px;
    left: auto;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    width: 86px;
    height: 34px;
    border-radius: 34px;
    padding: 0 0 0 37px;
    text-transform: uppercase;
    color: #726965;
    content: "No";
    line-height: 34px;
}
.SiteMBanner form .checkWhatsapp input + span:after{
	position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    right: 55px;
    bottom: 10px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 100%;
}
.SiteMBanner form .checkWhatsapp input:checked + span:before{
    content: "Yes";
    background: #2cb742;
    color: #fff;
    padding-left: 12px;
}
.SiteMBanner form .checkWhatsapp input:checked + span:after{
	right: 8px;
}

.SiteMBanner form input[type="submit"]{
	float: left;
	width: auto;
	padding: 0 60px;
	text-transform: uppercase;
	border-radius: 25px;
	outline: none;
	border: none;
	box-shadow: none;
	background: #7e7067;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	letter-spacing: 2px;
}


.Iv-therips{
	float: left;
	width: 100%;
	clear: both;
	padding: 120px 0;
	background: #f4efec;
}
.Iv-therips .Iv-ImgSec{
	float: left;
	width: 100%;
	min-height: 400px;
	border-radius: 20px;
	background-size: cover !important;
	background-position: center center !important;
	box-shadow: 3px 3px 5px rgba(0,0,0,.2) !important;
}
.Iv-therips .Iv-Cont{
	float: left;
	width: 100%;
}
.Iv-therips .Iv-Cont h3, .Iv-therips .Iv-Cont h2{
	float: left;
	width: 100%;
	font-size: 46px;
	font-family: 'classico-regular';
	margin-top: 0;
	color: #3d3739;
}
.Iv-therips .Iv-Cont h3 b, .Iv-therips .Iv-Cont h2 b{
	font-family: 'classico-bold';
	font-weight: normal;
}
.Iv-therips .Iv-Cont .Iv-Info{
	float: left;
	width: 100%;
	margin-top: 5px;
}
.Iv-therips .Iv-Cont .Iv-Info b{
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #3d3739;
}
.Iv-therips .Iv-Cont .Iv-Info p, .DripMenu .Iv-Info p{
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	color: #3d3739;
	padding-bottom: 20px;
}
.Iv-therips .Iv-Cont .Iv-Info p:nth-child(n+3), .DripMenu .Iv-Info p:nth-child(n+3){
}
.Iv-therips .Iv-Cont .Iv-Info p:nth-last-of-type(1), .DripMenu .Iv-Info p:nth-last-of-type(1){
	margin-bottom: 0;
}
.Iv-therips .Iv-Cont .Iv-Info p.onlyChild, .DripMenu .Iv-Info p.onlyChild{
	margin-bottom: 0 !important;
}
.Iv-therips .Iv-Cont .Iv-Info a{
	float: left;
	clear: both;
    color: #3d3739;
    font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-top: 0px;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	padding-right: 20px;
	letter-spacing: 2px;
}
.Iv-therips .Iv-Cont .Iv-Info a:after{
	font-family: 'FontAwesome';
    content: '\f107';
	margin-left: 10px;
	transition-duration: .5s;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(0deg);
}
.Iv-therips .Iv-Cont .Iv-Info a.rotater:after{
	transition-duration: .5s;
	transform: rotate(180deg);
}



.Iv-therips.hasbgColor{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#897b72+0,897b72+60,5a4d44+100 */
	background: rgb(137,123,114); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(137,123,114,1) 0%, rgba(137,123,114,1) 60%, rgba(90,77,68,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(137,123,114,1) 0%,rgba(137,123,114,1) 60%,rgba(90,77,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(137,123,114,1) 0%,rgba(137,123,114,1) 60%,rgba(90,77,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#897b72', endColorstr='#5a4d44',GradientType=1 ); /* IE6-9 */
}
.Iv-therips.hasbgColor .Iv-Cont{
	padding-left: 8%;
}
.Iv-therips.hasbgColor .Iv-Cont h3{
	color: #fff;
}

.Iv-therips.hasbgColor .Iv-Cont h2{
	color: #fff;
}
.Iv-therips.hasbgColor .Iv-Cont p{
	color: #fff;
}
.Iv-therips.hasbgColor .Iv-Cont .Iv-Info b{
	color: #fff !important;
}
.Iv-therips .Iv-Cont .Iv-Info ul{
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0;
}
.Iv-therips .Iv-Cont .Iv-Info ul li{
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	color: #fff;
	background-image: url(../images/white-log-arrow.svg);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 1px 6px;
	padding-left: 35px;
}
.Iv-therips .Iv-Cont .Iv-Info ul li:nth-child(n+2){
	
}
.Iv-therips.hasbgColor a{
	box-shadow: -14px -10px 20px 2px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: -14px -10px 20px 2px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: -14px -17px 18px 2px rgba(255, 255, 255, 0.81);
	position: relative;
	float: left;
    width: auto;
    padding: 0 30px !important;
    text-transform: uppercase;
    border-radius: 25px;
    outline: none;
    border: none;
    background: #7e7067;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300 !important;
    font-size: 12px;
    height: 48px;
    line-height: 48px;
	text-decoration: none;
	margin-top: 30px;
}
.Iv-therips.hasbgColor a:after{
	display: none !important;
	
}
.Iv-therips.hasbgColor .Iv-Cont a:before{
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.25) !important;
	-webkit-box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.25) !important;
	-moz-box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.25) !important;
	position: absolute;
	border-radius: 25px;
}

.Iv-therips.hasbgColor .tr-Smbtn{
	background: none !important;
	box-shadow: none !important;
	padding: 0 20px 0 0 !important;
	margin: 0 !important;
	text-transform: capitalize !important;
}
.Iv-therips.hasbgColor .tr-Smbtn:before{
	display: none;
}
.Iv-therips.hasbgColor .tr-Smbtn:after{
	display: block !important;
	font-family: 'FontAwesome';
    content: '\f107';
	margin-left: 10px;
	transition-duration: .5s;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(0deg);
}
.Iv-therips.hasbgColor  a.rotater:after{
	transition-duration: .5s;
	transform: rotate(180deg);
}



.DripMenu{
	float: left;
	width: 100%;
	clear: both;
	background-image: url(../images/drip-menu.jpg);
	background-size: cover !important;
	background-position: center center !important;
	padding: 120px 0;
}
.DripMenu .mobileMenu,
.DripMenu .MenuImg{
	display: none;
}
.DripMenu .Driptitle{
	float: left;
    width: 100%;
    font-size: 46px;
    font-family: 'classico-regular';
    margin-top: 0;
	/*margin-bottom: 50px;*/
    color: #3d3739;
}
.DripMenu .DripTabsOuter{
	float: left;
	width: 100%;
	overflow: auto;
	height: 426px;
}


.DripMenu  ::-webkit-scrollbar {
	width: 4px;
}
.DripMenu  ::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 4px;
}
.DripMenu  ::-webkit-scrollbar-thumb {
	background: #d1c4b8;
	border-radius: 4px;
}

.DripMenu .DripTabsOuter ul{
	float: left;
	width: 100%;
	display: block !important;
	margin: 0;
	padding: 15px 50px 0 15px;
	list-style: none;
	border: none;
	
}
.DripMenu .DripTabsOuter ul li{
	float: left;
	width: 100%;
	margin: 0;
	border: none;
}
.DripMenu .DripTabsOuter ul li a{
	float: left;
	width: 100%;
	margin: 0;
	border: none;
	height: 55px;
	position: relative;
	background: #f5efec;
	margin-bottom: 15px;
	border-radius: 35px;
	box-shadow: -9px -9px 8px rgba(255,255,255,.9) !important
}
.DripMenu .DripTabsOuter ul li a span{
	float: left;
	width: 100%;
	margin: 0;
	border: none;
	transform: translateX(0%) translateY(-50%);
	position: relative;
	background: transparent !important;
	color: #3d3739;
	font-size: 16px;
	line-height: 18px;
	padding: 0 40px 0 20px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	top: 50%;
}
.DripMenu .DripTabsOuter ul li a.active{
	border-radius: 35px;
}
.DripMenu .DripTabsOuter ul li a.active span{
	color: #fff;
}
.DripMenu .DripTabsOuter ul li a:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border-radius: 35px;
	bottom: 0;
	box-shadow: 3px 3px 5px rgba(0,0,0,.05) !important;
}
.DripMenu .DripTabsOuter ul li a.active:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border-radius: 35px;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#887a71+0,5b4d44+100 */
	background: rgb(136,122,113); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(136,122,113,1) 0%, rgba(91,77,68,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(136,122,113,1) 0%,rgba(91,77,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(136,122,113,1) 0%,rgba(91,77,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#887a71', endColorstr='#5b4d44',GradientType=1 ); /* IE6-9 */	
}
.DripMenu .DripTabsOuter ul li a.active:after{
	position: absolute;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url(../images/white-log-arrow.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 1px 6px;
    top: calc(50% - 11px);
    right: 20px;
}

.DripMenu .tab-content{
	float: left;
	width: calc(calc(100% - 16%) - 15px);
	padding-left: 20px;
	height: 100%;
}
.DripMenu .tab-content .tab-pane{
	float: left;
    width: 100%;
	box-shadow: -9px -9px 8px rgba(255,255,255,.9) !important;
	border-radius: 30px !important;
	height: 100%;
}
.DripMenu .tab-content .T-inr-wrap{
	float: left;
	width: 100%;
	height: 100%;
	padding: 40px 40px !important;
	background: #f4efec;
	box-shadow: 3px 3px 5px rgba(0,0,0,.05) !important;
	border-radius: 30px !important;	
}
.DripMenu .tab-content .T-inr-wrap .T-inr-wrapLeft{
	float: left;
	width: 60%;
	padding-right: 0;
}
.DripMenu .tab-content .T-inr-wrap .T-inr-wrapLeft h4{
	float: left;
    width: 100%;
    font-size: 28px;
    font-family: 'classico-regular';
    margin: 0 0 30px 0;
    color: #3d3739;
}
.DripMenu .tab-content .T-inr-wrap .T-inr-wrapLeft p{
	float: left;
    width: 100%;
    font-size: 14px;
    font-family: 'classico-regular';
    margin: 0;
    color: #3d3739;
	font-weight: 200;
	font-family: 'Montserrat', sans-serif;
}
.DripMenu .tab-content .T-inr-wrap .T-inr-wrapLeft a{
	float: left;
    clear: both;
	margin-top: 25px;
    text-decoration: none;
    cursor: pointer;
	position: relative;
	padding: 15px 20px !important;
	box-shadow: -7px -7px 6px rgba(255,255,255,.9);
    box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.1) !important;
    font-size: 14px;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Montserrat";
    font-weight: 200;
    -webkit-transition: -webkit-box-shadow 1s ease-in-out;
    transition: -webkit-box-shadow 1s ease-in-out;
    transition: box-shadow 1s ease-in-out;
    transition: box-shadow 1s ease-in-out, -webkit-box-shadow 1s ease-in-out;
	background-color: #f4efec;
	font-weight: 300;
	color: #726965;
	border-radius: 25px
}
.DripMenu .tab-content .T-inr-wrap .T-inr-wrapLeft a:hover{
	-webkit-box-shadow: inset -10px -10px 15px rgba(255, 255, 255, 0.5), inset 10px 10px 15px rgba(70, 70, 70, 0.12) !important;
	box-shadow: inset -10px -10px 15px rgba(255, 255, 255, 0.5), inset 10px 10px 15px rgba(70, 70, 70, 0.12) !important;
}
.DripMenu .tab-content .T-inr-wrap .T-inr-wrapLeft a:before{
	content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	box-shadow: -16px -12px 18px -8px white;
	-webkit-box-shadow: -16px -12px 18px -8px white;
	-moz-box-shadow: -16px -12px 18px -8px white;
    position: absolute;
    border-radius: 25px;
}
.DripMenu .tab-content .T-inr-wrap .T-inr-wrapRight{
	float: right;
	width: 40%;
}
.DripMenu .tab-content .T-inr-wrap .T-inr-wrapRight img{
	float: right;
	width: 85%;
}


.Perso-Epe{
	float: left;
	width: 100%;
	padding: 120px 0 80px 0;
	background: #f4efec;
	position: relative;
	margin-bottom: 50px;
}
.Perso-Epe:before{
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: url(../images/exp-bg-pattren.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: calc(200%) calc(-154px);
    opacity: .05;
}
.Perso-Epe .container{
	position: relative;
	z-index: 99;
}
.Perso-Epe .title{
	float: left;
    width: 100%;
    font-size: 46px;
    font-family: 'classico-regular';
    margin-top: 0;
    margin-bottom: 20px;
    color: #3d3739;
	text-align: center;
}
.Perso-Epe .Sub-title{
	float: left;
    width: 100%;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    margin: 40px 0;
    color: #3d3739;
	text-align: center;
	padding: 0 16%;
	font-weight: 200;
}
.Perso-Epe .bottom-Sub-title{
	float: left;
    width: 100%;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 30px 0;
	font-weight: 500;
    color: #3d3739;
	text-align: center;
	padding: 0 16%;
	text-transform: uppercase;
}
.Perso-Epe ul{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 60px 0;
	list-style: none;
}
.Perso-Epe ul li{
	float: left;
	width: calc(calc(100% - 14%) / 2);
	position: relative;
	padding-left: 135px;
	margin-top: 40px;
}
.Perso-Epe ul li span{
	width: 114px;
	height: 114px;
	background: #f4efec;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
	box-shadow: -5px -5px 5px rgba(255,255,255,.5) !important;
}
.Perso-Epe ul li span:after{
	box-shadow: 3px 3px 8px rgba(0,0,0,.05) !important;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	border-radius: 100%;
}
.Perso-Epe ul li span img{
	position: absolute;
	width: 50px;
	height: 50px;
	margin: auto;
	display: block;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.Perso-Epe ul li:nth-child(2n+2){
	float: right;
}
.Perso-Epe ul li:nth-child(3n+3){
	clear: both;
}
.Perso-Epe ul li span{
	float: right;
}
.Perso-Epe ul li b{
	float: left;
    width: 100%;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #3d3739;
}
.Perso-Epe ul li p{
	float: left;
    width: 100%;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	text-transform: normal;
	color: #3d3739;
}

.Perso-Epe .bookAppoint{
	margin: auto;
	display: table;
    clear: both;
    text-decoration: none;
    cursor: pointer;
	position: relative;
	padding: 15px 20px !important;
	box-shadow: -7px -7px 6px rgba(255,255,255,.9);
    box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.1) !important;
    font-size: 14px;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Montserrat";
    font-weight: 200;
    -webkit-transition: -webkit-box-shadow 1s ease-in-out;
    transition: -webkit-box-shadow 1s ease-in-out;
    transition: box-shadow 1s ease-in-out;
    transition: box-shadow 1s ease-in-out, -webkit-box-shadow 1s ease-in-out;
	background-color: #f4efec;
	font-weight: 300;
	color: #726965;
	border-radius: 25px
}
.Perso-Epe .bookAppoint:before{
	content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: -16px -12px 18px -8px white;
	-webkit-box-shadow: -16px -12px 18px -8px white;
	-moz-box-shadow: -16px -12px 18px -8px white;
    position: absolute;
    border-radius: 25px;
}

.Perso-Epe .bookAppoint:hover{
	-webkit-box-shadow: inset -10px -10px 15px rgba(255, 255, 255, 0.5), inset 10px 10px 15px rgba(70, 70, 70, 0.12) !important;
	box-shadow: inset -10px -10px 15px rgba(255, 255, 255, 0.5), inset 10px 10px 15px rgba(70, 70, 70, 0.12) !important;
}




footer {
    float: left;
    width: 100%;
    clear: both;
    background: #897b72;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #897b72), to(#5a4d44));
    background: linear-gradient(90deg, #897b72 50%, #5a4d44 100%);
    padding: 3rem 0;
}
.f-col1-Desktop{
	display: block;
}
.f-col1-Mobile{
	display: none;
}
footer .footer-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .footer-cols .footer-col h4 {
    color: #fff;
    text-transform: uppercase;
}

footer .footer-cols .footer-col ul {
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
}

footer .footer-cols .footer-col ul li {
    list-style: none;
    margin-bottom: 10px;
}

footer .footer-cols .footer-col ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

footer .footer-cols .footer-col span {
    color: rgba(255, 255, 255, 0.8);
}



footer ul.footer-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    gap: 15px;
    margin-top: 2rem;
	width: 153px;
}
footer ul.footer-social-icons li {
    list-style: none;
}
footer ul.footer-social-icons a {
	text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    width: 41px;
    height: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.25) !important;
    -webkit-transition: all 0.8s linear;
    transition: all 0.8s linear;
}
footer ul.footer-social-icons a::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: transparent;
    position: absolute;
    top: 0px;
    display: block;
    left: 0;
    box-shadow: -11px -5px 27px -14px white;
    -webkit-box-shadow: -11px -5px 27px -14px white;
    -moz-box-shadow: -11px -5px 27px -14px white;
}
footer ul.footer-social-icons li img.active-icon {
    display: none;
}
footer ul.footer-social-icons li.insta img {
    width: 19px;
}
footer ul.footer-social-icons li.fb img {
    width: 10px;
}
footer ul.footer-social-icons li.linkedin img {
    width: 18px;
}
footer ul.footer-social-icons li:hover a {
    background-color: #fff;
}
footer ul.footer-social-icons li:hover img.icon-default {
    display: none;
}
footer ul.footer-social-icons li:hover img.active-icon {
    display: block;
}




footer .footer-col-2 ul li a,
footer .footer-col-3 ul li a,
footer .footer-col-4 ul li a {
    text-transform: uppercase;
}

footer .footer-logo img {
    width: 85px;
}

footer form .input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #79695d;
    border: 1px solid transparent;
    padding: 3px 25px;
    border-radius: 50px;
    position: relative;
    margin: 3rem 0;
    width: 350px;
    height: 58px;
	box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.25) !important;
}

footer form .input-wrapper::before {
    content: "";
    width: 100%;
    height: 70px;
    border-radius: 50px;
    background-color: transparent;
    position: absolute;
    top: 6px;
    display: block;
    left: 0;
    z-index: -1;
    box-shadow: -14px -17px 18px 2px rgba(255, 255, 255, 0.81);
    -webkit-box-shadow: -14px -17px 18px 2px rgba(255, 255, 255, 0.81);
    -moz-box-shadow: -14px -17px 18px 2px rgba(255, 255, 255, 0.81);
}

footer form .input-wrapper::after {
    content: "";
    width: 100%;
    height: 55px;
    border-radius: 20px;
    background-color: transparent;
    position: absolute;
    top: -1px;
    display: block;
    left: 0px;
    box-shadow: -16px -12px 18px -8px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: -16px -12px 18px -8px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: -16px -12px 18px -8px rgba(255, 255, 255, 0.2);
}

footer form .input-wrapper button {
    border: none;
    width: 26px;
    height: 39px;
    cursor: pointer;
    background-color: transparent;
}

footer form .input-wrapper button svg {
    width: 18px;
    height: 13px;
}

footer form .input-wrapper input[type="email"] {
    border: none;
    background-color: #79695d;
    padding: 14px 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    width: 100%;
    font-family: "Montserrat";
    font-weight: 300;
    z-index: 2;
}

footer form .input-wrapper ::-webkit-input-placeholder {
    font-size: 14px;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
}

footer form .input-wrapper :-ms-input-placeholder {
    font-size: 14px;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
}

footer form .input-wrapper ::-ms-input-placeholder {
    font-size: 14px;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
}

footer form .input-wrapper ::placeholder {
    font-size: 14px;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
}

footer input:-webkit-autofill,
footer input:-webkit-autofill:hover,
footer input:-webkit-autofill:focus,
footer input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #79695d inset !important;
}

footer *:focus {
    outline: none;
}

.footer-contact{
	float: left;
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
}
.footer-contact ul{
	float: left;
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-contact ul li{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 65px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #fff;
	min-height: 40px;
	padding-left: 60px;
	margin-bottom: 25px;
}
.footer-contact ul li .icon-box{
	width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: .4s;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateX(0%) translateY(-50%);
    box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.25) !important;
}
.footer-contact ul li .icon-box:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	border-radius: 100%;
	box-shadow: -11px -5px 27px -14px white;
    -webkit-box-shadow: -11px -5px 27px -14px white;
    -moz-box-shadow: -11px -5px 27px -14px white;
}
.footer-contact ul li .icon-box img{
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.footer-contact ul li a{
	color: #fff;
	float: left;
	width: 100%;
	position: relative;
	color: #fff;
	line-height: normal;
	line-height: 40px;	
}
.footer-contact ul li p{
	color: #fff;
	float: left;
	width: 100%;
	position: relative;
	color: #fff;
	margin: 0;
}
.footer-contact ul li p span{
	clear: both;
	display: table;
	font-weight: 300;
}

.Newsletter{
	float: left;
	width: 100%;
	clear: both;
}
.Newsletter h4{
	float: left;
	width: 100%;
	clear: both;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
.Newsletter span{
	float: left;
	width: 100%;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	margin-bottom: 30px;
}



.copyright {
	float: left;
	width: 100%;
	clear: both;
    background-color: #79695d;
    padding: 1em 0;
	border-top: solid 1px #988b83;
}

.copyright p {
    color: #fff;
    margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

.bookAppoint{
	cursor: pointer !important;
}


.Bpop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0,0,0,.3);
	opacity: 0;
	visibility: hidden;
	transition: .4s;
	z-index: 9999;
}
.Bpop .BpopInner{
	top: 30%;
	left: 50%;
	width: 60%;
	position: absolute;
	transition: .4s;
	transform: translateX(-50%) translateY(-50%);
}

.Bpop.BpopAct{
	opacity: 1;
	visibility: visible;
	transition: .4s;
	overflow: auto;
}
.Bpop.BpopAct .BpopInner{
	transition: .4s;
	top: 50%;
}

.BpopInner form{
	float: left;
	width: calc(100% - 20px);
	background: #f4efec;
	border-radius: 20px;
	padding: 20px 40px 40px 40px;
	box-shadow: -8px -8px 8px #fff;
	position: relative;
}
.BpopInner form .title{
	float: left;
	width: 100%;
	clear: both;
	float: left;
    width: 100%;
    clear: both;
    font-size: 50px;
    color: #3d3739;
    font-family: 'classico-regular';
	text-align: center;
	margin-bottom: 30px;
}
.BpopInner form .CloseBpop:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	box-shadow: -5px -5px 8px #fff;
	border-radius: 100%;
}
.BpopInner form .CloseBpop{
	position: absolute;
    width: 50px;
    height: 50px;
    background: #f5efec;
    border-radius: 100%;
    box-shadow: 0 0px 7px rgba(0,0,0,.1);
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.BpopInner form .CloseBpop img{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
}
.BpopInner form .inputOuter{
	float: left;
	width: 100%;
	box-shadow: -5px -5px 8px #fff;
	margin-bottom: 25px;
	border-radius: 25px;
}
.BpopInner form input{
	float: left;
	width: 100%;
	padding: 0 20px;
	border-radius: 25px;
	outline: none;
	border: none;
	box-shadow: none;
	background: #f5efec;
	color: #726965 !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	box-shadow: 0 0px 7px rgba(0,0,0,.1);
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
.BpopInner form ::-webkit-calendar-picker-indicator {
	opacity: 0;
}
.BpopInner form input[type="date"]{
	background: url(../images/calendar-icon.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 25px) calc(50% );
	background-size: 20px;
}

.BpopInner form select{
	float: left;
	width: 100%;
	padding: 0 20px;
	border-radius: 25px;
	outline: none;
	border: none;
	box-shadow: none;
	background: #f5efec;
	color: #726965 !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	box-shadow: 0 0px 7px rgba(0,0,0,.1);
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
.BpopInner form ::placeholder {
	color: #726965 !important;
}
.BpopInner form :-ms-input-placeholder {
	color: #726965 !important;
}
.BpopInner form  ::-ms-input-placeholder {
	color: #726965 !important;
}

.BpopInner form .checkWhatsapp{
	float: left;
	width: 100%;
	box-shadow: -5px -5px 8px #fff;
	margin-bottom: 25px;
	border-radius: 25px;
}
.BpopInner form .checkWhatsapp label{
	float: left;
	width: 100%;
	padding: 0 20px;
	border-radius: 25px;
	outline: none;
	border: none;
	box-shadow: none;
	background: #f5efec;
	color: #726965 !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	box-shadow: 0 0px 7px rgba(0,0,0,.1);
}
.BpopInner form .checkWhatsapp input{
	display: none;
}
.BpopInner form .checkWhatsapp input + span{
	float: left;
	width: 100%;
	padding: 0 0;
	height: 48px;
	line-height: 48px;
	position: relative;
}
.BpopInner form .checkWhatsapp input + span:before{
	position: absolute;
    cursor: pointer;
    top: 8px;
    left: auto;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    width: 86px;
    height: 34px;
    border-radius: 34px;
    padding: 0 0 0 37px;
    text-transform: uppercase;
    color: #726965;
    content: "No";
    line-height: 34px;
}
.BpopInner form .checkWhatsapp input + span:after{
	position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    right: 55px;
    bottom: 10px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 100%;
}
.BpopInner form .checkWhatsapp input:checked + span:before{
    content: "Yes";
    background: #2cb742;
    color: #fff;
    padding-left: 12px;
}
.BpopInner form .checkWhatsapp input:checked + span:after{
	right: 8px;
}
.BpopInner form input[type="submit"]{
	float: left;
	width: auto;
	padding: 0 60px;
	text-transform: uppercase;
	border-radius: 25px;
	outline: none;
	border: none;
	box-shadow: none;
	background: #7e7067;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14px;
	height: 48px;
	line-height: 48px;
}

.content-pr {
	padding-right: 8%;
}


@media (min-width: 992px) and (max-width: 1300px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl{
		max-width: 960px !important;
		padding: 0 !important;
	}
	header .logo svg,
	header .logo img{
		height: 36px;
	}
	.SitemMeu{
		margin-top: 3px;
		width: calc(100% - 351px);
	}
	.SitemMeu li{
		font-size: 14px;
		padding: 0 12px;
	}
	header .hBtn{
		padding: 0 20px;
		font-size: 13px;
		height: 36px;
		line-height: 36px;
		margin: 0;
	}
	.SiteMBanner .Binfo{
		padding-top: 120px;
	}
	.SiteMBanner .Binfo h1{
		font-size: 36px;
		line-height: 36px;
	}
	.SiteMBanner .Binfo p{
		font-size: 16px;
		margin: 20px 0;
	}
	.SiteMBanner form{
		padding: 25px;
	}
	.SiteMBanner form input,
	.SiteMBanner form select{
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.SiteMBanner form .checkWhatsapp input + span{
		font-size: 12px;
	}
	
	.Iv-therips .Iv-Cont h3, .Iv-therips .Iv-Cont h2, .Perso-Epe .title, .Perso-Epe .title, .DripMenu .Driptitle{
		font-size: 32px;
	}
	
	.Iv-therips{
		padding: 50px 0; 
	}
	.Iv-therips .Iv-ImgSec{
		min-height: 350px;
	}
	.Iv-therips .Iv-Cont .Iv-Info{
		margin-top: 20px;
	}
	.Iv-therips.hasbgColor .Iv-Cont p,
	.Iv-therips .Iv-Cont p{
		font-size: 14px;
	}
	.Iv-therips.hasbgColor .Iv-Cont .onlyChild{
		margin-bottom: 20px !important;
	}
	.Iv-therips.hasbgColor a{
	}
	
	.DripMenu{
		padding: 50px 0; 
	}
	.DripMenu .tab-content{
		width: 100%;
	}
	.DripMenu .DripTabsOuter ul li a span{
		font-size: 12px;
	}
	
	.DripMenu .tab-content .T-inr-wrap .T-inr-wrapLeft a,
	.Perso-Epe .bookAppoint{
		font-size: 13px;
	}	
	
	.Iv-therips .Iv-Cont .Iv-Info a.tr-Smbtn{
		padding-left: 0 !important;
		padding-right: 20px !important;
	}
	

	.Perso-Epe{
		padding: 50px 0; 
	}
	.Perso-Epe .Sub-title {
		font-size: 16px;
		margin: 10px 0;
	}
	.Perso-Epe .bottom-Sub-title{
		font-size: 16px;
	}
	.Perso-Epe ul li{
		padding-left: 120px;
		width: calc(calc(100% - 6%) / 2);
	}
	.Perso-Epe ul li span{
		width: 90px;
		height: 90px;
	}
	.Perso-Epe ul li span img{
		width: 40px;
		height: 40px;
	}
	.Perso-Epe ul li b{
		font-size: 14px;
	}
	.Perso-Epe ul li p{
		font-size: 14px;
	}
	
	footer ul.footer-social-icons a{}
	footer ul.footer-social-icons li{
		width: 34px;
	}
	footer ul.footer-social-icons li.fb img{
		width: 7px;
	}
	footer ul.footer-social-icons li.insta img, footer ul.footer-social-icons li.linkedin img, footer ul.footer-social-icons li.youtube img{
		width: 15px;
	}
	
	.footer-contact ul li{
		margin-bottom: 8px;
	}
	.footer-contact ul li .icon-box{}
	.footer-contact ul li .icon-box img{
		width: 13px;
		height: 13px;
	}
	.footer-contact ul li a,
	.footer-contact ul li p{
		font-size: 12px;
	}
	
	footer form .input-wrapper{
		width: 100%;
		height: 40px;
	}
	footer form .input-wrapper input[type="email"]{
		padding: 7px 10px;
	}
	.Newsletter h4{
		font-size: 14px;
	}
	.Newsletter span{
		font-size: 12px;
	}
	.copyright p{
		font-size: 12px;
	}
	
	
	.Bpop .BpopInner{
		width: 75%;
	}
	.BpopInner form{
		width: 100%
	}
	.BpopInner form .title{
		font-size: 35px;
	}
	
}



@media (min-width: 768px) and (max-width: 991px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl{
		max-width: 720px !important;
		padding: 0 !important;
	}
	header .logo svg,
	header .logo img{
		height: 36px;
	}
	
	header .hBtn{
		display: none;
	}
	
	header{
		background: #f4efec;
		top: 0;
		padding: 13px 0;
	}
	
	
	.MM-Btn{
		float: right;
		width: 36px;
		height: 36px;
	}
	.MM-Btn span{
		float: left;
		width: 100%;
		height: 2px;
		background: #83756a;
		margin: 4px 0px;
		position: relative;
		transition-duration: .5s;
	}
	.MM-Btn.active span:nth-child(2){
		opacity: 0;
	}
	.MM-Btn.active span:nth-child(1){
		transform: rotate(45deg);
		top: 10px;
	}
	.MM-Btn.active span:nth-child(3){
		transform: rotate(-45deg);
		top: -11px;
	}
	
	
	.SitemMeu{
		position: absolute;
		display: none;
		top: 100%;
		left: 0;
		right: 0;
		margin-top: 0;
		width: 100%;
		background: #f3efec;
		border-top: solid 1px #cbc7c4;
		height: auto;
		padding: 0 20px 0 20px;
	}
	.SitemMeu li{
		float: left;
		width: 100%;
		font-size: 14px;
		padding: 0 12px;
		height: auto;
		line-height: normal;
		border-bottom: solid 1px #cbc7c4;
		padding: 20px 0;
	}
	.SitemMeu li:last-child{
		border-bottom: 0;
	}
	header .hBtn{
		padding: 0 20px;
		font-size: 13px;
		height: 36px;
		line-height: 36px;
		margin: 0;
	}
	
	.SiteMBanner{
		min-height: inherit !important;
		background-image: none;
		background-color: #f4efec;
		margin-top: 40px;
		padding-bottom: 0;
	}
	.SiteMBanner .MBimg{
		display: block !important;
		float: left;
		width: 100%;
		clear: both;
	}
	.SiteMBanner .row > .col-sm-7, .SiteMBanner .row > .col-sm-5{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.SiteMBanner .Binfo{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.SiteMBanner .Binfo h1{
		font-size: 32px;
		line-height: 32px;
	}
	.SiteMBanner .Binfo p{
		font-size: 13px;
		margin: 20px 0;
	}
	.SiteMBanner .Binfo .bookAppoint{
		display: block !important;
	}
	.SiteMBanner form{
		padding: 25px;
		display: none;
	}
	.SiteMBanner form input,
	.SiteMBanner form select{
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.SiteMBanner form .checkWhatsapp input + span{
		font-size: 12px;
	}
	
	.Iv-therips .Iv-Cont h3, .Iv-therips .Iv-Cont h2, .Perso-Epe .title, .Perso-Epe .title, .DripMenu .Driptitle{
		font-size: 28px;
	}
	
	.Iv-therips{
		padding: 50px 0; 
	}
	.Iv-therips .Iv-ImgSec{
		min-height: 300px;
	}
	.Iv-therips .Iv-Cont .Iv-Info{
		margin-top: 10px;
	}
	.Iv-therips.hasbgColor .Iv-Cont p,
	.Iv-therips .Iv-Cont p{
		font-size: 13px;
	}
	.Iv-therips.hasbgColor .Iv-Cont .onlyChild{
		margin-bottom: 20px !important;
	}
	.Iv-therips.hasbgColor a{
	}
	
	.DripMenu{
		padding: 50px 0; 
	}
	.DripMenu .tab-content{
		width: 100%;
	}
	.DripMenu .DripTabsOuter ul{
		padding: 15px 20px 0 15px;
	}
	.DripMenu .DripTabsOuter ul li a span{
		font-size: 12px;
		padding: 0 20px 0 10px;
	}
	
	.DripMenu .Drip-mainRow > .col-sm-4{
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	.DripMenu .Drip-mainRow > .col-sm-8{
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	
	.DripMenu .tab-content .T-inr-wrap{
		padding: 30px !important;
	}
	.DripMenu .tab-content .T-inr-wrap .T-inr-wrapLeft{
		padding-right: 10px;
	}
	.DripMenu .tab-content .T-inr-wrap .T-inr-wrapLeft h4{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.DripMenu .tab-content .T-inr-wrap .T-inr-wrapLeft p{
		font-size: 12px;
	}
	
	.DripMenu .tab-content .T-inr-wrap .T-inr-wrapLeft a,
	.Perso-Epe .bookAppoint,
	.SiteMBanner .Binfo .bookAppoint,
	.Iv-therips .Iv-Cont .Iv-Info a{
		font-size: 13px;
	}	
	
	
	.Iv-therips .Iv-Cont .Iv-Info a.tr-Smbtn{
		padding-left: 0 !important;
		padding-right: 20px !important;
	}
	

	.Perso-Epe{
		padding: 50px 0; 
	}
	.Perso-Epe .Sub-title {
		font-size: 16px;
		margin: 10px 0;
	}
	.Perso-Epe .bottom-Sub-title{
		font-size: 16px;
	}
	.Perso-Epe ul{
		margin-bottom: 20px;
	}
	.Perso-Epe ul li{
		padding-left: 100px;
		width: calc(calc(100% - 6%) / 2);
	}
	.Perso-Epe ul li span{
		width: 70px;
		height: 70px;
	}
	.Perso-Epe ul li span img{
		width: 40px;
		height: 40px;
	}
	.Perso-Epe ul li b{
		font-size: 14px;
	}
	.Perso-Epe ul li p{
		font-size: 14px;
	}
	
	footer ul.footer-social-icons a{}
	footer ul.footer-social-icons li{
		width: 34px;
	}
	footer ul.footer-social-icons li.fb img{
		width: 7px;
	}
	footer ul.footer-social-icons li.insta img, footer ul.footer-social-icons li.linkedin img, footer ul.footer-social-icons li.youtube img{
		width: 15px;
	}
	
	.footer-contact ul li{
		margin-bottom: 8px;
	}
	.footer-contact ul li .icon-box{}
	.footer-contact ul li .icon-box img{
		width: 13px;
		height: 13px;
	}
	.footer-contact ul li a,
	.footer-contact ul li p{
		font-size: 12px;
	}
	
	footer form .input-wrapper{
		width: 100%;
		height: 40px;
	}
	footer form .input-wrapper input[type="email"]{
		padding: 7px 10px;
	}
	
	footer form .input-wrapper ::-webkit-input-placeholder {
		font-size: 11px;
		text-transform: capitalize;
	}
	footer form .input-wrapper :-ms-input-placeholder {
		font-size: 11px;
		text-transform: capitalize;
	}
	footer form .input-wrapper ::-ms-input-placeholder {
		font-size: 11px;
		text-transform: capitalize;
	}
	footer form .input-wrapper ::placeholder {
		font-size: 11px;
		text-transform: capitalize;
	}
	
	.Newsletter h4{
		font-size: 14px;
	}
	.Newsletter span{
		font-size: 12px;
	}
	.copyright p{
		font-size: 12px;
	}
	
	
	.SiteMBanner .Binfo .bookAppoint{
		display: block !important;
	}
	
	.Bpop .BpopInner{
		width: 80%;
	}
	.BpopInner form{
		width: 100%;
	}
	.BpopInner form .title{
		font-size: 30px;
	}
	.BpopInner form .CloseBpop{
		width: 35px;
		height: 35px;
	}
	.BpopInner form .CloseBpop img{
		width: 16px;
		height: 16px;
	}
}


@media (min-width: 1px) and (max-width: 767px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl{
		max-width: calc(100% - 30px) !important;
		padding: 0 !important;
	}
	header .logo svg,
	header .logo img{
		height: 36px;
	}
	
	header .hBtn{
		display: none;
	}
	
	header{
		background: #f4efec;
		top: 0;
		padding: 13px 0;
	}
	
	
	.MM-Btn{
		float: right;
		width: 36px;
		height: 36px;
		display: none;
	}
	.MM-Btn span{
		float: left;
		width: 100%;
		height: 2px;
		background: #83756a;
		margin: 4px 0px;
		position: relative;
		transition-duration: .5s;
	}
	.MM-Btn.active span:nth-child(2){
		opacity: 0;
	}
	.MM-Btn.active span:nth-child(1){
		transform: rotate(45deg);
		top: 10px;
	}
	.MM-Btn.active span:nth-child(3){
		transform: rotate(-45deg);
		top: -11px;
	}
	
	
	.SitemMeu{
		position: absolute;
		display: none;
		top: 100%;
		left: 0;
		right: 0;
		margin-top: 0;
		width: 100%;
		background: #f3efec;
		border-top: solid 1px #cbc7c4;
		height: auto;
		padding: 0 20px 0 20px;
	}
	.SitemMeu li{
		float: left;
		width: 100%;
		font-size: 24px;
		padding: 0 14px;
		height: auto;
		line-height: normal;
		border-bottom: solid 1px #cbc7c4;
		padding: 20px 0;
		font-family: 'classico-regular' !important;
	}
	.SitemMeu li:last-child{
		border-bottom: 0;
	}
	header .hBtn{
		padding: 0 20px;
		font-size: 13px;
		height: 36px;
		line-height: 36px;
		margin: 0;
	}
	
	.SiteMBanner{
		min-height: inherit !important;
		background-image: none;
		background-color: #f4efec;
		margin-top: 40px;
		padding-bottom: 0;
	}
	.SiteMBanner .MBimg{
		display: block !important;
		float: left;
		width: 100%;
		clear: both;
	}
	.SiteMBanner .row > .col-sm-7, .SiteMBanner .row > .col-sm-5{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.SiteMBanner .Binfo{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.SiteMBanner .Binfo h1 br{
		display: none;
	}
	.SiteMBanner .Binfo h1{
		font-size: 35px;
		line-height: normal;
	}
	
	.SiteMBanner .Binfo p{
		font-size: 18px;
		line-height: normal;
		margin: 20px 0;
	}
	
	.SiteMBanner .Binfo .bookAppoint{
		background-color: #7e6f67;
		color: #fff;
		display: block !important;
	}
	
	.SiteMBanner form{
		padding: 25px;
		display: none;
	}
	.SiteMBanner form input,
	.SiteMBanner form select{
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.SiteMBanner form .checkWhatsapp input + span{
		font-size: 12px;
	}
	
	
	.Iv-therips .img-section{
		order: 2;
	}
	
	.Iv-therips .Iv-Cont h3, .Iv-therips .Iv-Cont h2, .Perso-Epe .title, .Perso-Epe .title,
	.DripMenu .Driptitle{
		font-size: 35px;
	}
	
	.Iv-therips{
		padding: 40px 0;
	}
	.Iv-therips .Iv-ImgSec{
		min-height: 300px;
	}
	.Iv-therips .Iv-Cont .Iv-Info{
		margin-top: 10px;
		padding-left: 0;
	}
	.Iv-therips .Iv-Cont{
		margin-bottom: 15px;
	}
	.Iv-therips.hasbgColor .Iv-Cont{
		padding-left: 0;		
	}
	.Iv-therips.hasbgColor .Iv-Cont p,
	.Iv-therips .Iv-Cont p, .DripMenu .Iv-Info p{
		font-size: 18px;
		line-height: normal;
	}
	.Iv-therips.hasbgColor .Iv-Cont .onlyChild{
		margin-bottom: 20px !important;
	}
	.Iv-therips.hasbgColor a{		
	}
	
	.DripMenu{
		padding: 50px 0; 
		background: #f4efec !important;
	}
	.desktopMenu{
		display: none !important;
	}
	.DripMenu .mobileMenu{
		display: block !important;
		float: left;
		width: 100%;
		clear: both;
		/*margin-top: 30px;*/
	}
	.DripMenu .MenuImg{
		display: block;
		width: 100%;
		clear: both;
		float: left;
		width: 100%;
	}
	.DripMenu .mobileMenu #accordion{
		float: left;
		width: 100%;
		clear: both;
	}
	.DripMenu .mobileMenu .card{
		float: left;
		width: 100%;
		clear: both;
		background: none;
		border: none;
		margin-bottom: 10px;
	}
	.DripMenu .mobileMenu button.btn-link{
		float: left;
		width: 100%;
		margin: 0;
		border: none;
		height: 55px;
		position: relative;
		background: #f5efec;
		margin-bottom: 15px;
		border-radius: 35px;
		/*box-shadow: -9px -9px 8px rgba(255,255,255,.9) !important;*/
		/*box-shadow: -9px -9px 8px rgb(137 126 129) !important;*/
		box-shadow: -5px -5px 8px rgb(193 193 193 / 45%) !important;
		color: #3d3739;
		padding: 0 40px 0 30px;
		text-transform: uppercase;
		font-family: 'Montserrat', sans-serif;
		text-align: left;
		font-size: 16px;
		line-height: 18px;
		font-weight: 500;
		text-decoration: none;
	}
	.DripMenu .mobileMenu button.btn-link[aria-expanded="true"]{
		color: #fff;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#887a71+0,5b4d44+100 */
		background: rgb(136,122,113); /* Old browsers */
		background: -moz-linear-gradient(left,  rgba(136,122,113,1) 0%, rgba(91,77,68,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(136,122,113,1) 0%,rgba(91,77,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(136,122,113,1) 0%,rgba(91,77,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#887a71', endColorstr='#5b4d44',GradientType=1 ); /* IE6-9 */
	}
	.DripMenu .mobileMenu button.btn-link[aria-expanded="true"]:after {
		position: absolute;
		width: 20px;
		height: 20px;
		content: "";
		background-image: url(../images/white-log-arrow.svg);
		background-repeat: no-repeat;
		background-size: 18px;
		background-position: 1px 6px;
		top: calc(50% - 13px);
		right: 20px;
	}
	
	.DripMenu .mobileMenu button.btn-link:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		border-radius: 35px;
		bottom: 0;
		box-shadow: 3px 3px 5px rgba(0,0,0,.05) !important;
	}
	.DripMenu .mobileMenu .card-body{
		float: left;
		width: 100%;
		padding: 0;
	}
	.DripMenu .mobileMenu .collapse{
		float: left;
		width: 100%;
		clear: both;
	}	
	.DripMenu .mobileMenu .T-inr-wrap{
		float: left;
		width: 100%;
		padding: 20px !important;
		background: #f4efec;
		box-shadow: 1px 2px 6px rgba(0,0,0,.1) !important;
		border-radius: 30px !important;	
		margin-bottom: 15px;
	}
	.DripMenu .mobileMenu .T-inr-wrap .T-inr-wrapLeft{
		float: left;
		width: 100%;
		padding-right: 0;
	}
	.DripMenu .mobileMenu .T-inr-wrap .T-inr-wrapLeft h4, .DripMenu .mobileMenu .T-inr-wrap .T-inr-wrapLeft h3{
		float: left;
		width: 100%;
		font-size: 34px;
		font-family: 'classico-regular';
		margin: 0 0 20px 0;
		color: #3d3739;
		text-align: center;
	}
	.DripMenu .mobileMenu .T-inr-wrap .T-inr-wrapLeft p{
		float: left;
		width: 100%;
		/*font-size: 14px;*/
		font-family: 'classico-regular';
		margin: 0 0 20px 0;
		color: #3d3739;
		font-weight:200;
		font-family: 'Montserrat', sans-serif;
		text-align: center;
	}
	.SiteMBanner .Binfo .bookAppoint {
	    box-shadow: -14px -10px 20px 2px rgba(255, 255, 255, 0.4);
        -webkit-box-shadow: -14px -10px 20px 2px rgba(255, 255, 255, 0.4);
        -moz-box-shadow: -14px -17px 18px 2px rgba(255, 255, 255, 0.81);
	}
	.SiteMBanner .Binfo .bookAppoint:before {
	    box-shadow: -14px -10px 20px 2px rgba(255, 255, 255, 0.4);
        -webkit-box-shadow: -14px -10px 20px 2px rgba(255, 255, 255, 0.4);
        -moz-box-shadow: -14px -17px 18px 2px rgba(255, 255, 255, 0.81);
	}
	.DripMenu .mobileMenu .T-inr-wrap .T-inr-wrapLeft a{
		margin: auto;
		display: table;
		clear: both;
		text-decoration: none;
		cursor: pointer;
		position: relative;
		padding: 15px 20px !important;
		/*box-shadow: -7px -7px 6px rgba(255,255,255,.9);*/
		/*box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.1) !important;
		-webkit-box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.1) !important;
		-moz-box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.1) !important;*/
		box-shadow: -14px -10px 20px 2px rgba(255, 255, 255, 0.4);
        -webkit-box-shadow: -14px -10px 20px 2px rgba(255, 255, 255, 0.4);
        -moz-box-shadow: -14px -17px 18px 2px rgba(255, 255, 255, 0.81);
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-family: "Montserrat";
		font-weight: 200;
		-webkit-transition: -webkit-box-shadow 1s ease-in-out;
		transition: -webkit-box-shadow 1s ease-in-out;
		transition: box-shadow 1s ease-in-out;
		transition: box-shadow 1s ease-in-out, -webkit-box-shadow 1s ease-in-out;
		/*background-color: #f4efec;
		color: #726965;*/
		background-color: #7e6f67;
		color: #fff;
		font-weight: 300;
		border-radius: 25px;
		
	}
	.DripMenu .mobileMenu .T-inr-wrap .T-inr-wrapLeft a:before{
		content: "";
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		/*box-shadow: -16px -12px 18px -8px white;
		-webkit-box-shadow: -16px -12px 18px -8px white;
		-moz-box-shadow: -16px -12px 18px -8px white;*/
		box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.25) !important;
        -webkit-box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.25) !important;
        -moz-box-shadow: 15px 16px 20px -10px rgba(0, 0, 0, 0.25) !important;
		position: absolute;
		border-radius: 25px;
	}
	
	.DripMenu .mobileMenu .T-inr-wrap .T-inr-wrapLeft a:hover:before{
		-webkit-box-shadow: inset -10px -10px 15px rgba(255, 255, 255, 0.5), inset 10px 10px 15px rgba(70, 70, 70, 0.12) !important;
		box-shadow: inset -10px -10px 15px rgba(255, 255, 255, 0.5), inset 10px 10px 15px rgba(70, 70, 70, 0.12) !important;
	}
	
	.DripMenu .mobileMenu .T-inr-wrap .T-inr-wrapRight{
		float: right;
		width: 100%;
		margin-top: 20px;
	}
	.DripMenu .mobileMenu .T-inr-wrap .T-inr-wrapRight img{
		margin: auto;
		display: block;
		width: 70%;
		float: none;
	}
	
	
	
	
	
	
	.DripMenu .DripTabsOuter{
		height: auto;
	}
	
	.DripMenu .tab-content{
		width: 100%;
	}
	.DripMenu .DripTabsOuter ul{
		padding: 15px 20px 0 15px;
	}
	.DripMenu .DripTabsOuter ul li a span{
		font-size: 12px;
		padding: 0 20px 0 10px;
	}
	
	.DripMenu .Drip-mainRow > .col-sm-4{
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	.DripMenu .Drip-mainRow > .col-sm-8{
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	
	.DripMenu .tab-content .T-inr-wrap{
		padding: 30px !important;
	}
	.DripMenu .tab-content .T-inr-wrap .T-inr-wrapLeft{
		padding-right: 10px;
	}
	.DripMenu .tab-content .T-inr-wrap .T-inr-wrapLeft h4{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.DripMenu .tab-content .T-inr-wrap .T-inr-wrapLeft p{
		font-size: 12px;
	}
	
	.DripMenu .tab-content .T-inr-wrap .T-inr-wrapLeft a,
	.Iv-therips .Iv-Cont .Iv-Info a{
		font-size: 13px;
		margin: 15px 0;
	}
	#ivTherWrap .Iv-therips .Iv-Cont .Iv-Info a {
	    margin: 0 !important;
	}
	
	.Perso-Epe .bookAppoint,
	.SiteMBanner .Binfo .bookAppoint{
		padding: 15px 20px !important;
		font-size: 13px;
		background-color: #7e6f67;
    	color: #fff;
	}
	
	
	.Iv-therips .Iv-Cont .Iv-Info a.tr-Smbtn{
		padding-left: 0 !important;
		padding-right: 20px !important;
	}
	

	.Perso-Epe{
		padding: 50px 0; 
	}
	.Perso-Epe .Sub-title {
		/*font-size: 13px;*/
		margin: 10px 0;
		padding: 0;
	}
	.Perso-Epe .bottom-Sub-title{
		font-size: 16px;
		padding: 0;
	}
	.Perso-Epe ul{
		margin-bottom: 20px;
	}
	.Perso-Epe ul li{
		padding-left: 0;
		width: 100%;
	}
	.Perso-Epe ul li span{
		margin: auto;
		display: block;
		float: none;
		position: relative;
	}
	.Perso-Epe ul li span img{
		width: 50px;
		height: 50px;
	}
	.Perso-Epe ul li b{
		font-size: 18px;
		text-align: center;
		margin: 30px 0 10px 0;
	}
	.Perso-Epe ul li p{
		/*font-size: 16px;*/
		text-align: center;
	}
	
	footer ul.footer-social-icons a{}
	footer ul.footer-social-icons li{
		width: 34px;
	}
	footer ul.footer-social-icons li.fb img{
		width: 7px;
	}
	footer ul.footer-social-icons li.insta img, footer ul.footer-social-icons li.linkedin img, footer ul.footer-social-icons li.youtube img{
		width: 15px;
	}
	
	.footer-contact ul li{
		margin-bottom: 8px;
	}
	.footer-contact ul li .icon-box{}
	.footer-contact ul li .icon-box img{
		width: 13px;
		height: 13px;
	}
	.footer-contact ul li a,
	.footer-contact ul li p{
		font-size: 12px;
	}
	
	footer{
		padding: 30px 0;
	}
	
	footer form .input-wrapper{
		width: 100%;
		height: 40px;
	}
	footer form .input-wrapper input[type="email"]{
		padding: 7px 10px;
	}
	
	footer form .input-wrapper ::-webkit-input-placeholder {
		font-size: 11px;
		text-transform: capitalize;
	}
	footer form .input-wrapper :-ms-input-placeholder {
		font-size: 11px;
		text-transform: capitalize;
	}
	footer form .input-wrapper ::-ms-input-placeholder {
		font-size: 11px;
		text-transform: capitalize;
	}
	footer form .input-wrapper ::placeholder {
		font-size: 11px;
		text-transform: capitalize;
	}
	
	.Newsletter{
		margin-top: 30px;
	}
	
	.f-col1-Desktop{
		display: none;
	}
	.f-col1-Mobile{
		display: block;
	}
	footer ul.footer-social-icons{
		margin-top: 0;
	}
	
	
	.Newsletter h4{
		font-size: 14px;
	}
	.Newsletter span{
		font-size: 12px;
	}
	.copyright p{
		font-size: 12px;
	}
	
	
	.Bpop .BpopInner{
		width: 90%;
		transform: none !important;
		top: 50px !important;
		left: 5%;
	}
	.BpopInner form{
		width: 100%;
		padding: 40px 20px 20px 20px;
	}
	.BpopInner form .title{
		font-size: 32px;
	}
	.BpopInner form .CloseBpop{
		width: 35px;
		height: 35px;
	}
	.BpopInner form .CloseBpop img{
		width: 16px;
		height: 16px;
	}
	.BpopInner form input[type="submit"]{
		width: 100%;
	}

	/* sticky WhatsApp */
	.whats-app-sticky {
	    z-index: 10 !important;
	}
	/* sticky WhatsApp */
	/* sticky phone number */
	.mobile-contact.d-none {
	    width: 100%;
	    text-align: center;
	    background-color: hsl(20deg 31.03% 94.31%);
	    position: fixed;
	    display: block !important;
	    bottom: 0;
	    z-index: 9;
	    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
	}
	.mobile-contact.d-none a {
	    font-family: var(--classico_regular);
	    color: #453f41;
	    text-decoration: none;
	    display: block;
	    width: 100%;
	    letter-spacing: 2px;
	    padding: 15px;
	    font-size: 18px;
	    font-weight: 600;
	}
	.copyright.text-center {
		margin-bottom: 45px;
	}
	/* sticky phone number */
	.content-pr {
		padding-right: 0px;
	}
}
/*  [ 03 ] - Section Our Services 1
===================================== */
#section-our-services-1 .title-featured-1 {
  margin-bottom: 0;
}

/* Box Service 1 */
.box-service-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s;
}

.box-service-1 .box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 22px;
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  font-size: 32px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 0 transparent;
  background-color: rgba(5, 213, 97, 0.15);
  color: #222;
  transition: all 0.25s;
}

.box-service-1 .box-content {
  text-align: center;
}

.box-service-1:hover {
  transform: translateY(-10px);
}

.box-service-1:hover .box-icon {
  box-shadow: inset 0 0 0 40px #05d561;
  color: #fff;
}

.box-service-1:hover h4 a {
  color: #7a7a7a;
}

/*  [ 04 ] - Section Our Services 2
===================================== */
#section-our-services-2 {
  background-color: #f7f7f7;
}

#section-our-services-2 .pl-55 {
  padding-left: 55px !important;
}

@media (max-width: 768px) {
  #section-our-services-2 .pl-55 {
    padding-left: 15px !important;
  }
}

/* Box Contact Info 1 */
.box-service-2 {
  display: flex;
}

.box-service-2 .box-icon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-right: 20px;
  margin-top: 5px;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  font-size: 30px;
  color: #222;
  transition: all 0.25s;
}

.box-service-2 .box-content h4 {
  margin-bottom: 8px;
}

/* Video Preview */
.video-preview {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 425px;
  border-radius: 10px;
  box-shadow: 5px 15px 28px 5px rgba(0, 0, 0, 0.18);
  background-color: #ddd;
margin-top: 80px;
}

@media (max-width: 992px) {
  .video-preview {
    min-height: 400px;
  }
}

@media (max-width: 768px) {
  .video-preview {
    min-height: 350px;
  }
}

@media (max-width: 480px) {
  .video-preview {
    min-height: 300px;
  }
}

.video-preview .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-preview .btn-video {
  position: absolute;
  z-index: 2;
}

.video-preview .overlay-colored {
  transition: all 0.2s;
}

.video-preview:hover .overlay-colored {
  opacity: 0.6;
}

/* Button Video */
.btn-video {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.btn-video i {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 24px;
  border-radius: 100%;
  background: #05d561;
  color: #fff;
  text-indent: 3px;
  transition: all 0.1s !important;
}

.btn-video i::before {
  position: relative;
  z-index: 1;
}

.btn-video i::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0;
  transform: scale(0.5);
  background-color: #222;
  transition: all 0.3s;
}

.btn-video .title {
  display: inline-block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.5;
  color: #fff;
  transition: all 0.2s !important;
}

.btn-video:hover i {
  color: #fff;
}

.btn-video:hover i::after {
  transform: scale(1.02);
  opacity: 1;
}

.btn-video:hover .title {
  opacity: 1;
}

/* Button Video Animation */
.btn-video i {
  box-shadow: 0 0 0 0 rgba(44, 250, 135, 0.5);
  animation: pulse 1.2s infinite;
}

@keyframes pulse {
  0% {
  }
  70% {
    box-shadow: 0 0 0 30px rgba(44, 250, 135, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(44, 250, 135, 0);
  }
}
 @media (max-width: 680px){
 .outside-logo {
    width: 50%;
   text-align: center;
   margin-left: 100px;
 }
}
.video_pop_box a.popup-youtube .play_icon {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}
.play_icon img
{
    width: 100px;
}

.asso
{
	margin-bottom: 30px;
	margin-bottom: 30px;
}

.case_sec { background: #fff; padding: 40px 0; text-align: center;margin-top:50px !important; } 
.case_sec h2
{
	margin: 50px;
}
.headbutton04sep {
       background: linear-gradient(90deg, #5c5c4b 0%, #950332 100%);
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    padding: 10px 20px !important;
    text-align: center;
    text-decoration: none;
    margin-top: 13px;
    -webkit-animation: 2s linear infinite passing-reverse;
    -moz-animation: 2s linear infinite passing-reverse;
    -o-animation: 2s linear infinite passing-reverse;
    animation: 2s linear infinite passing-reverse;
}



.animation-jump {
    position: relative;
    -webkit-animation: animation-jump 2s ease-in-out infinite;
    animation: animation-jump 2s ease-in-out infinite;
}

@-webkit-keyframes animation-jump {
    0% {
        top: 3px;
    }

    50% {
        top: -3px;
    }

    100% {
        top: 3px;
    }
}

@keyframes animation-jump {
    0% {
        top: 3px;
    }

    50% {
        top: -3px;
    }

    100% {
        top: 3px;
    }
}