/*   
Theme Name: AuraSpa
Theme URI: Theme Url
Description: This is an exclusive, fully SEO optimized Wordpress theme.
Author: AuraSpa
Author URI: 
*/

/*************** Fonts ***************/

@font-face {
    font-family: 'Walbaum96pt-Medium';
    src: url('fonts/Walbaum96pt-Medium.eot?#iefix') format('embedded-opentype'),  
        url('fonts/Walbaum96pt-Medium.otf')  format('opentype'),
        url('fonts/Walbaum96pt-Medium.woff') format('woff'), 
        url('fonts/Walbaum96pt-Medium.ttf')  format('truetype'), 
        url('fonts/Walbaum96pt-Medium.svg#Walbaum96pt-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Walbaum96pt-Semibold';
    src: url('fonts/Walbaum96pt-Semibold.eot?#iefix') format('embedded-opentype'),  
        url('fonts/Walbaum96pt-Semibold.otf')  format('opentype'),
        url('fonts/Walbaum96pt-Semibold.woff') format('woff'), 
        url('fonts/Walbaum96pt-Semibold.ttf')  format('truetype'), 
        url('fonts/Walbaum96pt-Semibold.svg#Walbaum96pt-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Walbaum96pt-Regular';
    src: url('fonts/Walbaum96pt-Regular.eot?#iefix') format('embedded-opentype'),  
        url('fonts/Walbaum96pt-Regular.otf')  format('opentype'),
        url('fonts/Walbaum96pt-Regular.woff') format('woff'), 
        url('fonts/Walbaum96pt-Regular.ttf')  format('truetype'), 
        url('fonts/Walbaum96pt-Regular.svg#Walbaum96pt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bayshoreregular';
    src: url('fonts/bayshore-webfont.woff2') format('woff2'),
        url('fonts/bayshore-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bisonbold';
    src: url('fonts/bison-bold-webfont.woff2') format('woff2'),
        url('fonts/bison-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bisondemibold';
    src: url('fonts/bison-demibold-webfont.woff2') format('woff2'),
        url('fonts/bison-demibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bisonlight';
    src: url('fonts/bison-light-webfont.woff2') format('woff2'),
        url('fonts/bison-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bisonregular';
    src: url('fonts/bison-regular-webfont.woff2') format('woff2'),
        url('fonts/bison-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'suddenlyitalic';
    src: url('fonts/suddenly_italic-webfont.woff2') format('woff2'),
        url('fonts/suddenly_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LoveRosnita';
    src: url('fonts/LoveRosnita.eot?#iefix') format('embedded-opentype'),  
        url('fonts/LoveRosnita.otf')  format('opentype'),
        url('fonts/LoveRosnita.woff') format('woff'), 
        url('fonts/LoveRosnita.ttf')  format('truetype'), 
        url('fonts/LoveRosnita.svg#LoveRosnita') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TrendRhSansOne';
    src: url('fonts/TrendRhSansOne.eot?#iefix') format('embedded-opentype'),  
        url('fonts/TrendRhSansOne.otf')  format('opentype'),
        url('fonts/TrendRhSansOne.woff') format('woff'), 
        url('fonts/TrendRhSansOne.ttf')  format('truetype'), 
        url('fonts/TrendRhSansOne.svg#TrendRhSansOne') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'trend_sansone';
    src: url('fonts/latinotype_-_trendsansone-webfont.woff2') format('woff2'),
        url('fonts/latinotype_-_trendsansone-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap');
.scroll_orange, .scroll_orange:hover, .scroll_orange:focus {
	background: #21bfd4 none repeat scroll 0 0;
	cursor: pointer;
	font-size: 16px;
	padding: 5px;
	position: fixed;
	left: -34px;
	top: 220px;
	transform: rotate(-90deg);
	width: 100px;
	z-index: 9999;
	z-index: 1010;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
}
html{ 
    background-color: #000;
}
body{
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    float:left;
    width:100%;
    height:100%;
}
.pad0{padding: 0}
.pl0 {padding-left: 0px; }
* {
    margin:0;
    padding:0;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    border: 5px solid #000;
}
.fullwidth{
    width: 100%;
    float: left;
}
:focus{
    outline: 0;
}
a:focus{
    text-decoration: none;
    color:#1b1464;
}
a, .btn, input, select, textarea, button, img{
    outline: 0 !important;
}
a:hover, a:focus{
    text-decoration:none;
}
a,
i.icons,
button,
input[type="submit"],
.overlay {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
select{
    color: rgba(0,0,0,0);
    text-shadow: 0 0 0 #000;
}
a img{
    outline: 0;
}
input, select, textarea, select{
    outline: 0 !important;
}
a {
    color: #1b305c;
}
.yellow{
    color: #283557;
}
ul, li,#main-content #sidebar li, #main-content #sidebar ul {
    list-style-type: none;
    margin-left: 0;
}
input[type="submit"] {}
input:focus, input:select{
    outline:0 !important;
}


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

.main-container {
    width: 80%;
    margin: 0 auto;
}
@media(min-width:1300px) and (max-width:1400px){
    .main-container{
        width: 1250px !important;
    }
}
/******************* Header Css *****************/
header#header {
    padding: 20px 0px;
}
.menu-header-top-container > ul.navbar-nav > li > a,
.menu-new-header-menu-container > ul.navbar-nav > li > a{
    font-family: 'TrendRhSansOne';
    font-size: 15px; 
    color: #725948 !important;
    border-right: 2px solid #21bfd4;
    padding: 2px 9px 0 !important;
    line-height: 1em;
    display: inline-block;
}
.menu-header-top-container ul.navbar-nav > li:last-child a {
    border:  none; 
}
.icons-head{
    margin-left: auto;
}
.right-nav ul {
    margin-bottom: 0 !important;
}
.right-nav ul li {
    display: inline-block;
}
.right-nav ul li:last-child {
    padding-right: 0;
}
.right-nav ul li a span {
    /*display: block;*/
}
.right-nav ul li a {
    color: #725948;
    font-size: 15px;
    display: block;
    margin: 2px 3px 0;
}
.right-nav ul li a i{
    color: #21bfd4;
    font-size: 25px;

}
.right-nav ul li a > * {
    display: inline-block;
    vertical-align: bottom;
}
.right-nav ul li:nth-of-type(1) i, 
.right-nav ul li:nth-of-type(2) i{
    display: none;
}
nav.navbar.navbar-expand-md.navbar-light {
    padding-left: 0;
}
nav.navbar.navbar-expand-md.navbar-light {
    padding: 0;
} 
.logo-col .logo{
    margin: 0;
}
.responsive-header {
    display: flex;
    align-items: center;
    padding-right: 0;
}
.right-nav {
    /*margin-top: 5px;*/
}
h1.logo {
    margin: 0;
}



/**********SubMenu *************/
.menu-header-top-container ul li a:hover,
.menu-new-header-menu-container ul li a:hover{color:#21bfd4 !important;}
.menu-header-top-container ul li{
    position: relative;
}
.menu-header-top-container ul li:hover > ul.sub-menu,
.menu-new-header-menu-container ul li:hover > ul.sub-menu,
.menu-new-header-right-container ul li:hover ul.sub-menu{display: block} 
.menu-header-top-container ul li ul.sub-menu {
    /*    position: absolute;
        background: #fff;
        display: none;
        padding-top: 8px;
        width: 100%;
        z-index: 2;
        top: 100%;
        padding: 10px 0 0;
        box-shadow: 0 5px 6px #4d4d4d;*/
}

.menu-header-top-container ul li ul.sub-menu,
.menu-new-header-menu-container ul li ul.sub-menu,
.menu-new-header-right-container ul li ul.sub-menu{
    position: absolute;
    left:8px;
    /* background: #fff; */
    display: none;
    width: 182px;
    z-index: 2;
    top: 100%;
    padding: 4px 12px 0;
    border-radius: 0 0 4px 4px;
    /*	border: 1px solid #ddd; 
            border-top: none;*/
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(236,236,236,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(236,236,236,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(236,236,236,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(236,236,236,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(236,236,236,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(236,236,236,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec', GradientType=0 );
}

.menu-header-top-container ul.navbar-nav li ul.sub-menu li{
    padding: 0 0 5px 0;
    border-bottom: 1px solid #21bfd4;
    padding: 6px 0;
    display: block;
    width: 100%;
    float: left;
}
.menu-header-top-container ul.navbar-nav li ul.sub-menu li:last-of-type,
.menu-new-header-menu-container ul.navbar-nav li ul.sub-menu li:last-of-type{
    border-bottom:none;
}
.menu-header-top-container ul.navbar-nav li ul.sub-menu li a{
    font-size: 15px;
    padding: 5px 0 !important;
    font-family: 'Montserrat', sans-serif;
    /*text-transform: capitalize;*/ 
    font-weight: 500;
    line-height: 1.1em;
    display: inline-block;
    width: 100%;
    float: left;
    color: #725948;
}
.current-cat a {
    color: #da1f4a;
    font-weight: 600;
}
.menu-header-top-container ul li.menu-item-has-children > a::after{
    content: "";
    /* position: absolute; */
    /* right: -5px; */
    /*top: 12px;*/
    background: url(img/arrow-down.png) no-repeat;
    width: 20px;
    height: 11px;
    background-size: 16px;
    display: inline-block;
    margin-left: 10px;
}

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





/************** Banner Css ***********/
#main-wrapper{
    /*overflow: hidden;*/
}
.page-id-2094 #main-wrapper{
    overflow: visible;
}
.banner{background:url('img/banner-image.jpg') no-repeat; background-size: cover !important}
.banner > img {
    width: 100%;
}
/*.banner_text {
    min-height: 600px;
}*/
.banner_text {
    height: 700px;
}
.banner_inner1{
    padding:60px 20px 20px 80px;
}
.banner_inner1 p {
    font-size: 80px;
    color: #d6207f;
    line-height: 1.0em;
    /* text-indent: -80px; */
    /* margin-bottom: 0; */
    margin-top: 40px;
    font-family: 'Walbaum96pt-Medium';
}
.banner_inner2{
    padding: 0 20px 20px 80px;
}
.banner_inner2 h3 {
    font-weight: 400;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #000;
}
.banner_inner2 h3 sup{
    font-weight: 300;
    font-size: 60%;
}
.banner_inner2 h4 {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #000;
}
.banner_inner2 p{
    font-size: 20px;
    color: #000;
}
.banner_inner2 p strong{
    font-weight: 900;
    text-transform: uppercase;
}
.banner_inner2 sub {
    font-size: 70%;
    bottom: 0;
}

.bannerNew{
    position: relative;
}
.bannerNew img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.bannerNew .bannerNewContent{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#000;

}
.bannerNew .bannerNewContent .bannerNewInner{
    padding-top: 100px;
}
.bannerNewService .bannerNewContent .bannerNewInner{
    padding-top: 0 !important;
}
.bannerNew h3 {
    font-family: 'Walbaum96pt-Medium';
    font-size: 66px;
    text-transform: uppercase;
}
.bannerNew h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 900 !important;
}
.bannerNew h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
}
.bannerNew p {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.bannerNew .bannerNewLink {
    background: url(img/rightArrow.png)no-repeat center right 18px;
    background-color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 222;
    color: #000 !important;
    padding: 17px 30px 15px 20px;
    font-size: 12px;
    background-size: 6px;
    display: inline-block;
    font-weight: 500;
    font-family: 'TrendRhSansOne';
    border-radius: 6px;
}

/*================= Home Slider ================*/
#homeSlider .owl-dots button.owl-dot {
    background: #fff;
    width: 13px;
    height: 13px;
    border-radius: 50px;
    margin: 0 5px;
}
#homeSlider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
#homeSlider .owl-dots button.owl-dot.active {
    background: #47bed4 !important;
}
.homeSlider .homeSlideSingle{
    position: relative;
    /*height: 700px;*/
}
.homeSlideSingle > img{
    width: 100%;
    height: auto;
    object-fit: fill;
    object-position: top center;
}
.homeSlideSingle .bannerNewContent{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#000;

}
.homeSlideSingle .bannerNewContent .bannerNewInner{
    /*padding-top: 100px;*/
}

.homeSlideSingle h3 {
    font-family: 'Walbaum96pt-Medium';
    font-size: 66px;
    text-transform: uppercase;
}
.homeSlideSingle h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 900 !important;
}
.homeSlideSingle h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
}
.homeSlideSingle p {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.homeSlideSingle .bannerNewLink {
    background: url(img/rightArrow.png)no-repeat center right 18px;
    background-color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 222;
    color: #000 !important;
    padding: 17px 30px 15px 20px;
    font-size: 12px;
    background-size: 6px;
    display: inline-block;
    font-weight: 500;
    font-family: 'TrendRhSansOne';
    border-radius: 6px;
}
.homeSliderOuter{
    position: relative;
}
.homeSliderOuter .sliderCtrl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 333;
    bottom: 0;
    margin: auto;
    height: 0;
}
.homeSliderOuter .sliderCtrl #slideBack {
    float: left;
}
.homeSliderOuter .sliderCtrl #slideNext{
    float: right;
}
.homeSliderOuter .sliderCtrl span {
    cursor: pointer;
    font-size: 30px;
    padding: 0 10px;
    position: relative;
    height: 44px;
    width: 44px;
    top: -22px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeSliderOuter .sliderCtrl span img{
    width: 18px;

}
/*@media(max-width:2500px){
    .homeSlider .homeSlideSingle{
        height: 920px;
    }
}
@media(max-width:1500px){
    .homeSlider .homeSlideSingle{
        height: 700px;
    }
}

@media(max-width:1199px){
    .homeSlider .homeSlideSingle{
        height: 400px;
    }
}*/
@media(max-width:1200px){
	.slide-btn {
    display: none;
}
}
@media(max-width:991px){ 
    #homeSlider .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
    }
    #homeSlider .owl-dots {
        bottom: 10px;
    }


    /*    .homeSlider .homeSlideSingle{
            height: 340px;
        }*/
    .homeSlideSingle h3 {
        font-size: 46px;
    }
    .homeSlideSingle h4 {
        font-size: 20px;
    }
    .homeSlideSingle h5 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .homeSlideSingle .bannerNewLink{
        padding: 7px 20px 5px 12px;
    }
    .homeSlideSingle .bannerNewLink{
        background-position: center right 8px;
        font-size: 10px;
    }
}
@media(max-width:767px){
    /*    .homeSlider .homeSlideSingle{
            height: 250px;
        }*/
    .homeSlideSingle h3 {
        font-size: 32px;
    }
    .homeSlideSingle h4 {
        font-size: 16px;
    }
    .homeSlideSingle h5 {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .homeSlideSingle p {
        font-size: 10px;
    }
}
@media(max-width:360px){

}

/*============ End home slider =============*/

/********* Appointment Section *******/
.appointment {
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 15px 0;
    position: relative;
}
.appointment:before{
    content: "";
    position: absolute;
    background: #fff;
    height: 2px;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    margin: auto;
}
.appointmentInner{
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    position: relative;
    background: #000;
    z-index: 1010;
}
/*.appointmentInner:after, .appointmentInner:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 500px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}
.appointmentInner:after{
    right: -510px;
}
.appointmentInner:before {
    left: -510px;
}*/
.appointment h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 200;
    margin: 0px;
    line-height: 1em;
    padding-bottom: 2px;
    text-transform: uppercase;
    font-family: 'Walbaum96pt-Regular';
    padding: 0 0 15px;
}
.location_select select, .location_select .select-location-btn {
    cursor: pointer;
    background-position: 91% 50% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    margin: 0 auto;
    line-height: normal;
    text-transform: uppercase;
    /* font-family: 'TrendRhSansOne'; */
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif;
}
.locationBookerLink {
    background-image: none !important;
    padding: 20px 16px 18px 16px !important;
    min-width: 160px;
    text-align: center;
    cursor: text;
}
.locationBookerLink a{
    width: 100%;
    color: #fff !important;
}
.appointment-heading {
    /*width:75%;*/
    padding: 0 10px;
}
.location_select select, .location_select .select-location-btn {
    padding: 20px 7px 19px 10px;
    /* height: 100px; */
    font-size: 19px;
    color: #fff;
}
.location_select {
    padding: 0 10px;
    /*width: 25%;*/
    text-align: center;
}
.innerbanner .banner_text {
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 210px;
    min-height: auto;
    color: #fff;
    position: relative;
    text-align: center;
}
.innerbanner .banner_text p, .innerbanner .banner_text h2 {
    /* font-family: 'LoveRosnita'; */
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
    margin-bottom: 0;
    line-height: 1em;
    font-weight: 200;
    /* text-shadow: 0 0 0px #fff; */
    text-transform: uppercase;
}



.TH-appointment{

}

/************ Featured Stylist *************/
.featured-stylist a {
    display: block;
}
.featured-stylist > img {
    width: 100%;
}
.stylists_banner {overflow: hidden;}
.featured-stylist {
    /*background: url(img/bang-bg.jpg);*/
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    /*background-size: cover;*/
    position: relative;
    border-bottom: 2px solid #fff;
}
.featured-stylist .featured-anchor > img{
    width: 100%;
}
.featured-stylist-content {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: left;
    padding: 20px 30px;
}
.page-template-location .featured-stylist-content {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    text-align: right;
    padding: 20px 30px;
}
.featured-stylist-content h3{
    /*font-family: 'LoveRosnita';*/
    font-family: 'Walbaum96pt-Regular';
    line-height: 0.8em;
    font-size: 40px;
    color: #21bfd4;
    margin-bottom: 15px;
    /*padding-right: 30px;*/
}
.featured-stylist-content h4 {
    font-size: 98px;
    /* font-weight: 200; */
    font-family: 'Walbaum96pt-Regular';
    line-height: 1em;
    margin: 0 0 40px;
}
.featured-stylist-content h5{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}
/***********Quiz Css *********/
.offers {
    position: relative;
    width: 26%;
    background-size: cover !important;
    height: 230px;
    float: left;
    /* background: url(img/offer.jpg) no-repeat; */
    text-align: right;
    display: flex;
    /* flex-flow: column; */
    /* justify-content: center; */
    /*padding-right: 20px;*/
    overflow: hidden;
    align-items: center;
    background-position: center;
} 
.second-half.col-6-mb a{    
    display: block;
    width: 100%;
    height: 100%;
}
.offers-wrap {
    position: relative;
    width: 35%;
    background-size: cover !important;
    height: 264px;
    float: left;
    background: url(img/offer.jpg) no-repeat;
    text-align: right;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-right: 20px;
    overflow: hidden
}   
.second-half {
    width: 74%;
    background-size: cover;
    height: 264px;
    float: left;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    overflow: hidden;
}
.second-half a{
    height: 100%;
}
.serviceGiftCard{

}
.serviceGiftCard h3 br{
    display: none;
}
.serviceGiftCard img{
    display: none;
}
.location_select select option {
    font-size: 21px !important;
    padding: 7px 0;
}
.second-half p {
    font-family: 'suddenlyitalic';
    font-size: 85px;
    color: #fff;
    margin: 0;
    line-height: 16px;
    left: -16px;
    position: relative;
}
.second-half h3 {
    font-family: 'bisonbold';
    font-size: 75px;
    color: #fff;
}

.offers h3 {
    color: #fff;
    /* font-family: 'bisonbold'; */
    font-size: 35px;
    margin: 0 0 15px;
    /* line-height: 31px; */
    line-height: 1em; 
    text-transform: uppercase;
    font-family: 'Walbaum96pt-Semibold';
}
.offers p{margin: 0px;}
.offers p.service {
    margin: 0;
    font-family: 'bisonbold';
    color: #fff;
    font-size: 31px;
    position: relative;
    right: 12px;
    top: 0;
}
tr.border-none > td {
    border-bottom: none !important;
    padding-top: 0 !important;
    line-height: normal;
}
.offers p {
    font-size: 22px;
    color: #fff;
    /* font-family: 'suddenlyitalic'; */
    line-height: 1em;
    position: absolute;
    bottom: 28px;
    right: 40px;
    font-weight: 400;
}
.half.offers.gift_card p {
    /*top: 56%;*/
}
.half.offers.gift_card h3 {
    /*    position: absolute;
        right: 20px;
        bottom: 30px;*/
}
.map{
    overflow: hidden;
}
.map iframe,.offers.offers_1{
    height: 300px;
}
.offers.offers_1{
    position: relative;
    display: flex;
    align-items: center;
}
.offers.offers_1 p {
    color: #d6207f;
    text-transform: uppercase;
    line-height: 1.4em;
    font-size: 22px;
}
.offers.offers_1 h3{
    color: #000;
    margin: 0;
    font-family: 'Walbaum96pt-Medium';
    text-transform: uppercase;
    font-size: 55px;
}
.offers.offers_1 .offer-event-date {
    color: #000;
    font-weight: 600;
    margin: 0 0 15px;
}
.offers.offers_1 .offerBtn {
    color: #fff;
    background: #21bfd4;
    display: inline-block;
    float: right;
    padding: 7px 14px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.homeFeaturedSection{
    display: flex;
}
.homeFeaturedSection > div{
    height: 350px;
}
.homeFeaturedOffer{

}
.homeFeaturedSection .featured-stylist{
    width: 75%;
    border:none;
}
.homeFeaturedSection .featured-stylist a{
    height: 100%;
    width: 100%;
}
.featuredOuter{
    position: relative;
}
.featuredOuter .featuredText{
    position: absolute;
    top: 0;
    right: 0;
    background: #21bfd4;
    color: #fff;
    padding: 4px 18px;
    font-size: 16px;
    font-weight: 500;
}
.homeFeaturedSection .featured-stylist img{
    height: 90%;
    width: 100%;
    object-fit: fill;
    object-position: right center;
}
/* .homeFeaturedSection .featured-stylist img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left top;
} */
.homeFeaturedSection .homeFeaturedOffer{
    width: 25%;
}
.homeFeaturedOffer .offers{
    width: 100% !important;
    height: 90%;
    display: block;
    position: relative;
    padding-top: 30px;
	background-position: center !important;
}
.homeFeaturedSection .featured-stylist-content h3 {
    font-size: 34px;
    margin-bottom: 10px;
    font-family: 'Walbaum96pt-Regular';
    line-height: 1.2em;
    padding-right: 0;
}
/*.homeFeaturedSection .featured-stylist-content h4 {
    font-size: 90px;
    margin-bottom: 40px;
    font-family: 'Walbaum96pt-Regular';
    line-height: 1.0em;
}*/
.homeFeaturedSection .featured-stylist-content h4 {
    /*font-size: 82px;*/
    /*margin-bottom: 0;*/
}
.homeFeaturedSection .homeFeaturedOffer .offers p {
    font-weight: 400;
}
.homeFeaturedSection .homeFeaturedOffer .offers h3{
    font-size: 46px;
}
.offers h3 em {
    font-size: 70%;
    font-style: normal;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.instagram-section {
    background: #e8e8e8;
    padding: 30px 20px 40px 20px;
}
.instagram-section p {
    margin: 0;
    font-family: 'bisonregular';
    font-size: 30px;
    color: #000000;
}
.instagram-section p a{font-family: 'bisonbold'; color: #e5173f;}
.instagram-section > p {
    margin-bottom: 30px;
}

/************* Footer ******************/
footer#footer{
    background: #eee;
}
footer#footer {
    padding: 40px 0;
    background: #fff;
    border-top: 2px solid #ebebeb;
}
.follow-us {font-family: 'bisonbold';}
.follow-us strong, .follow-us a {
    display: inline-block;
    vertical-align: middle;
}
.follow-us {
    margin-top: 10px;
}
.follow-us strong {
    font-size: 23px;
    font-weight: 500 !important;
}
.footer_logo > img {
    /*width: 100px;*/
}
.follow-us a {
    padding-left: 11px;
    position: relative;
}
.follow-us a img {
    width: 20px;
}
.contact_phones ul li span {
    display: inline-block;
    width: 100px;
    color: #383838;
    font-size: 14px;
}
.contact_phones ul li {
    padding: 11px 0 0 0;
}
.contact_phones ul li a {
    color: #383838;
    font-size: 14px;
}
ul.footer_logos > li {
    display: inline-block;
    padding: 0 13px 0 0;
}
#footer p.copyright {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 20px;
    color: #383838;
    font-size: 12px;
    /*font-family: 'Lato', sans-serif;*/
}
#footer p.copyright a{
    color: #21bfd4 !important;
}
.contact_phones ul {
    margin: 0;
}
.owl-nav {
    display: none;
}
.second-half img{height: 100%; width: 100%;}
ul.dropdown-loactions-menu {
    background: #000;
    position: absolute;
    top: 82% !important;
    border-radius: 0px 0px 10px 10px;
}
ul.dropdown-loactions-menu {
    background: #000;
    position: absolute;
    top: 90% !important;
    z-index: 9999;
    display: none;
    width: 100% !important;
    margin: 0 auto;
}
.dropdown {
    max-width: 230px;
    margin: 0 auto;
}
ul.dropdown-loactions-menu li a:hover {
    background: #111;
}
ul.dropdown-loactions-menu.show {
    display: block;
}
ul.dropdown-loactions-menu li {
    border-top: 1px solid #333;

}
ul.dropdown-loactions-menu li a {
    color: #fff;
    padding: 8px 0;
    font-size: 18px;
    display: block;
}
ul.dropdown-loactions-menu li:hover a {
    border-radius: 0 0 10px 10px;
}

/****************** Location Page Css *********/

.innerbanner {
    background-position: right center !important;
    position: relative;
}
.serviceBanner{
    margin-bottom: 2px;
}
.mart15 {
    margin-top: 15px;
}
.second-half.map-section {
    height: 370px;
}
#filter-locations{
    width: 100%;
    float: left;
}
.address-area {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 5px;
    padding: 0 10px;
}
.quiz-half {
    width: 64%;
    margin-right: 17px;
}
.quiz-half-second {
    width: 35%; 
}
.quiz-half-second .half.offers {
    width: 100%;
    margin-bottom: 20px;
}
.address-row {
    display: flex;
    flex-wrap: wrap;
}
.address-col {
    width: calc(100% / 3);
    padding: 0 15px 0 15px;
    white-space: normal;
    word-wrap: break-word;
    border-right:2px solid #eaeaea;
}
.address-col:first-of-type{
    padding-left: 0;
}
.address-col:last-of-type{
    padding-right: 0;
    border-right: none;
}
.address-col p{
    margin-bottom: 0;
}
.address-col strong {
    display: block;
    font-size: 20px;
    /*font-family: 'bisondemibold';*/
    font-weight: 700;
    color: #725948;
}
.location-selecter.location-dropdown.location-dropdown-second.mart15 a {
    display: block;
}
a.mail-address, a.mail-address:hover {
    color: #cb5129;
}
.address_reapter table {
    width: 100%;
}
.address_reapter table tr td {
    font-size: 15px;
    padding-bottom: 4px;
    line-height: 1.2em;
}
.address{
    font-size: 15px;

}
a.mail-address {
    color: #ee592b;
}
.address-col > p {
    margin: 0;
}
.stylists {
    background: #f8f8f8;
    /* margin-top: 0px; */
    padding: 20px 15px;
    width: 100%;
    float: left;
}
.stylistsH2{
    font-weight: 400;
    /* font-family: 'bisondemibold'; */
    font-size: 36px;
    /* padding: 5px 0 3px 20px; */
    /* color: #e6153c; */
    margin-bottom: 30px;
}
.stylists a {

    /*width: 13.7%;*/
    /* background: #000; */
    /*margin: 0 0px 19px 25px;*/
    /* height: 210px; */
    overflow: hidden;
    position: relative;
    color: #fff;
    /*font-family: 'bisondemibold';*/
}

.stylists a::after {
    /*    content: "";
        position: absolute;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        background: rgba(0,0,0,.1);
        z-index: 999;
        display: none;*/

}
.stylists a:hover:after{
    display: block;
}
.stylists-box {
    height: 200px;
    text-align: center;
    /* flex-direction: column; */
    /* align-items: center; */
    vertical-align: bottom;
    /* display: table-cell; */
    width: 100%;
    padding-bottom: 0px;
    background-size: cover !important;
    background-position: center top;
}
.stylists-box:last-child{margin-right: 0px;}
.stylists-box strong {
    font-family: 'bisondemibold';
    color: #fff;
    font-size: 30px;
    line-height: normal;
    position: relative;
    z-index: 9999;
}
.stylists-box p {
    margin: 0;
    color: #fff;
    font-family: 'bisondemibold';
    font-size: 21px;
    line-height: normal;
    position: relative;
    z-index: 9999;
}
.therapistDetail{
    font-family: 'Montserrat', sans-serif;
}
.singleLocationMember{
    margin-bottom: 10px;
}
.singleLocationMember .stylists_name{
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    color: #21bfd4;
    padding-top: 6px;
}

/*.singleLocationMember .stylists_name::last-word {
    display: none;
    color: #000;
}*/
.singleLocationMember .stylists_label{
    font-size: 18px;
    line-height: 14px;
}


.address p> a {
    /*display: block;*/
    display: inline-block;
}
.see-all > span {
    display: inline-block;
    background: #fe5433 url('img/arrow-down-white.png') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    color: #fff;
    padding: 11px 40px 11px 20px;
    line-height: normal;
    font-family: 'bisondemibold';
    font-size: 24px;
    border-radius: 6px;
    margin: 30px 0 25px 0;
    cursor: pointer;
    background-position: 94% 50%;
}
.label a:nth-child(n+7) {background: #000;}
.locations label, .types label, .services-salon label{
    margin: 0 20px 16px 0;
}
.locations h2, .types h2, .services-salon h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
}
#stylist_filter_container .result-box > a .title-result.stylists_result .inner_box {
    background-position: 0px 140px, 0 0;
    background-size: 100%;
}
.current-menu-parent.menu-item-has-children > a{color: #e45338 !important;}
.content_area {
    margin-top: 32px;
} 
.content_area p {
    margin: 0;
    font-size: 18px;
}
.heading-title h2 {
    text-align: center;
    margin: 30px 0 0;
    font-size: 46px;
    color: #725948;
    font-weight: 400;
}
.choose-form {
    text-align: center;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 50px;
}
.choose-form label {
    /*float: left;*/

    /*    width: calc(91%/4);
        text-align: center;
        border: 2px solid #ed5929;
        padding: 15px 8px;
        position: relative;
        border-radius: 5px;
        font-family: 'bisondemibold';
        font-weight: 600;
        font-size: 20px;
        cursor: pointer;*/
}
.outerQuestions{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.choose-form label{
    position: relative;
    background: #1cbfd4;
    padding: 7px 10px 5px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-family: 'TrendRhSansOne';
    font-size: 14px;
    width: calc(100% / 6 - 16px);
    margin: 0 8px 15px;
    cursor: pointer;
    line-height: normal;
    height: 50px;
    vertical-align: top;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    word-break: break-word;
}
.choose-form label:last-child {
    margin-right: 0;
}
.choose-form label input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    height: 100%;
    visibility: hidden;
    width: 100%;
}
.choose-form label.label-active {
    background: #725948;
    /*color: #fff;*/
    /*border-color: #7f7f7f;*/
}
label.checkbox-active{
    background: #725948;
    color: #fff;
    /*border-color: #7f7f7f;*/
}
.heading_box strong {
    font-weight: 400;
    display: block;
    color: #725948;
    font-size: 28px;
}
.heading_box {
    /*font-family: 'Lato', sans-serif;*/ 
    font-size: 20px; 
    /*margin-top: 30px;*/
} 
.types {
    /*border-bottom: 2px solid #ebebeb;*/
    /*border-top: 2px solid #ebebeb;*/
    /*margin-top: 35px;*/
    /*margin-bottom: 35px;*/
    /*padding-bottom: 30px;*/
}
.services-salon {
    text-align: left;
}
span.image_icon {
    display: block;
}
.icons_main {
    position: relative;
    height: 44px;
    overflow: hidden;
}
.checkbox-active .icons_main span.image_icon {display: none;}
.checkbox-active .icons_main span.image_icon_hover {
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
}


.label-active .icons_main span.image_icon {display: none;}
.label-active .icons_main span.image_icon_hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.choose-form input[name="quiz"] {
    background: #1cbfd4 url(img/arrow-right.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    padding: 10px 60px 3px 30px;
    border-radius: 6px;
    margin-top: 25px;
    background-position: center right 30px;
    cursor: pointer;
    font-family: 'TrendRhSansOne';
}
.title-result:last-child {
    margin-right: 0;
}
.title-result {
    background-repeat: no-repeat !important;
    /*    float: left;
        width: calc(93%/6);*/
    background-size: cover !important;
    /*margin-right: 12px !important;*/
    height: 260px;
    /*margin-bottom: 10px;*/
    background-position: top center !important;
}
.result-box a {display:block}
.title-result {
    text-align: center;
    color: #fff;
    position: relative;
}
span.stylists_name {
    display: block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 27px;
    text-align: center;
    line-height: 1;
}
span.stylists_label {
    line-height: normal;
    font-size: 14px !important;
    color: #000 !important;
    font-family: 'Montserrat', sans-serif;
}
.stylists_result {
    /*    width: 22.9%;
        height: 300px;*/
    /*margin-right: 27px !important;*/
    /*margin-bottom: 27px;*/
    position: relative;
    background-position: top center !important;
}
.result-box .inner_box {
    font-family: 'bisondemibold';
    /*padding-bottom: 12px;*/
}
.result-box .inner_box span.stylists_name {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    color: #21bfd4;
    padding-top: 5px;
    font-family: 'Montserrat', sans-serif;
}
.result-box .inner_box span.stylists_label {
    font-size: 18px;
    line-height: 14px;
}
.title-result:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}
.title-result:hover:after {display: block}
div#stylist_filter_container .result-box:nth-child(4n) .title-result.stylists_result {
    margin-right: 0 !important;
}
.inner_box {
    text-align: center;
    bottom: 0px;
}
.content_area h2.title {
    text-align: center;
    border-bottom: 2px solid #ebebeb;
    margin-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    font-family: 'bisondemibold';
    font-size: 55px;
    color: #e3173e;
}
.result_listing.content_area h2 {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 0;
    /* font-weight: bold; */
    /* font-family: 'bisondemibold'; */
    font-size: 42px;
    color: #725948;
}
.result-box {
    margin: 20px 0 0;
    width: 25%;
    display: inline;
    float: left;
    padding: 0 14px;
}
.result-box a{
    /*position: relative;*/
}

.take-quiz a{
    background: #1cbfd4 url(img/arrow-right.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    padding: 15px 60px 10px 30px;
    border-radius: 6px;
    margin-top: 25px;
    background-position: center right 30px;
    cursor: pointer;
    font-family: 'TrendRhSansOne';
}
.take-quiz {
    margin-top: 50px;
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
    padding-bottom: 60px;
}
.space-top {
    margin: 30px 0;
    width: 100%;
    float: left;
}
.featured-image > img {
    width: 100%;
}
.single_midd_col h2 {
    color: #000;
    font-size: 36px;
    line-height: 44px;
    vertical-align: top;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    font-weight: 400;
}
span.level-stylist {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.content-stylist {
    margin: 20px 0 10px;
    width: 100%;
    float: left;
}
.content-stylist ul{
    margin-bottom: 0;
}
.content-stylist ul li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.content-stylist ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #725948;
}
.bioDiv{
    display: flex;
    flex-wrap: wrap;
}
.bioDiv > div {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 2px solid #eaeaea;
}
.bioDiv > div:last-of-type{
    border-right: none;
    margin-right: 0;
}
.bioDiv > div p{
    font-size: 16px;
}
strong.stylist-heading {
    display: block;
    color: #725948;
    font-weight: bold;
    /* font-family: 'bisondemibold'; */
    font-size: 18px;
}
.bioDiv .specialty-stylist ul{
    margin-bottom: 0;
}
.content-stylist p {
    font-size: 14px;
    line-height: 1.6em;
}
.single-therapists .content-stylist p {
    font-size: 16px;
}
.make-appointment {
    background: #e5173e;
    text-transform: uppercase;
    color: #fff;
    font-family: 'bisondemibold';
    padding: 10px;
}
.make-appointment > h2 {
    font-size: 63px;
    font-weight: bold;
    line-height: 63px;
    margin-bottom: 20px;
    font-family: 'bisondemibold';
}
.make-appointment a {
    display: block;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 33px;
    border-radius: 10px;
    padding: 7px 0;
    font-family: 'bisondemibold';
}
.follow-us-instagram a {

    font-size: 25px;
    color: #e45338;
    line-height: normal;
    padding: 0;
    font-family: 'bisondemibold';
    vertical-align: middle;
    display: flex;
    justify-content: left;
    align-content: center;

}
.follow-us-instagram a img {

    display: inline-block;
    padding-right: 2px;
    object-fit: none;

}
.follow-us-instagram {
    margin-top: 6px;
}
.specialty-stylist.tag-us {
    margin-top: 10px;
}
.tag-us a {
    display: inline-block;
    padding-right: 6px;
    color: #000;
}
.my-work {
    background: #ececeb;
    padding: 15px;
    margin-top: 20px
}
.work-title h2 {
    color: #dc153c;
    font-weight: bold;
    font-family: 'bisondemibold';
    margin: 0;
    font-size: 62px;
    line-height: 44px;
    margin-bottom: 17px;
}
.my-work ul li {
    float: left;
    width: calc(100%/4 - 12px);
    margin: 6px;
    /*height: 228px;*/
    height: 320px;
    overflow: hidden;
    border: #dc153c inset 2px;
}
.my-work ul li img {
    width: 100%;
    height: 100%;
    padding: 2px;
    object-fit: cover;
    object-position: top center;
}
.my-work ul {
    margin: 20px 0 0 0;
}
ul#menu-header-top li.current-menu-parent > a,
ul#menu-header-top li.current-menu-item > a {
    color:#21bfd4 !important
}
.tabs {
    background: #000;
    position: relative;
    padding: 20px 20px 8px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.reset {
    position: absolute;
    top: 26px;
    right: 6px;
    color: #e5163f;
    font-size: 14px;
    border-radius: 2px;
    display: none;
    cursor: pointer;
}
.reset.filter_remove{display: block}
.reset i {
    /*background: #e5163f;*/
    background: #fff;
    padding: 2px 3px;
    display: inline-block;
    /*color: #fff;*/
    color: #000;
    border-radius: 50px;
    font-weight: lighter;
    font-size: 9px;
    position: relative;
    top: -2px;
    margin-right: 0px;
}
.options--first {display: flex; align-items: center;}
.tabs h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 19px;
    width: 210px;
}
.options--first h2 {
    font-size: 14px;
    margin: 0 0 10px;
    color: #fff;
    font-family: 'TrendRhSansOne';
}
.labelOptions{
    display: flex;
    flex-wrap: wrap;
}
.label--options label input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    visibility: hidden
}
.label--options label {
    position: relative;
    background: #1cbfd4;
    padding: 7px 10px 5px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-family: 'TrendRhSansOne';
    font-size: 14px;
    width: 160px;
    margin: 0 8px 15px;
    cursor: pointer;
    line-height: normal;
    height: 50px;
    vertical-align: top;
    display: flex;
    align-items: center;
    justify-content: center;
}
.options--first .label--options label.label-active {
    background: #725948;
}
.loader-filter {
    position: fixed;
    z-index: 9;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#stylist_filter_container {
    margin-bottom: 25px;
    /*padding: 0 10px;*/
    display: flex;
    flex-wrap: wrap;
}
.page-template-location div#stylist_filter_container {
    margin-bottom: 0px;
}
.not-found {
    font-size: 75px;
    margin: 120px 0;
    color: #000;
    font-style: italic;
}
.no-found-stylist {
    font-size: 75px;
    margin: 120px 0;
    color: #000;
    font-style: italic;
}
.table-responsive {
    padding: 20px 20px 0px 20px;
}
table.table-service tr td {
    border-bottom: 2px solid #eee;
    padding: 10px 0px;
    border-top:none !important;
    width: 37%;
} 
table.table-service {
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 40px;
} 
table.table-service tr td.main-title {
    font-family: 'bisondemibold';
    color: #da1f4a;
    font-weight: bold;
    font-size: 27px;
    width: 120px; 
}
table.table-service tr td.sub-title {
    font-weight: bold;
    font-family: 'bisondemibold';
    font-size: 25px;
    vertical-align: middle;
    color: #000;
}
.quiz-half-second.full-width-sidebar {
    width: 100%;
}
.cancellation_policy h3 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0;
    font-family: 'bisondemibold'; 
}
.cancellation_policy > p {
    line-height: 16px;
}
.cancellation_policy {
    margin-top: 20px;
}
.cancellation_policy strong {
    display: inline-block;
    padding-bottom: 2px;
    font-size: 17px;
}
.cancellation_policy {
    font-size: 14px;
}
.border-bottom {
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
}
.thickness {
    padding-bottom: 20px;    
    font-style: italic;
    padding-left: 20px;
}
.featured-stylist-location {
    position: relative;
    height: 390px;
    background-repeat: no-repeat !important;
    background-position: 0px !important;
    overflow: hidden;
    margin: 0 10px;
    background-size: cover !important;
}
.featured-stylist-location h2 {
    color: #fff;
    font-family: 'bisonbold';
    font-size: 75px;
    margin: 0;
    line-height: 58px;
}
.featured-stylist-location p {
    font-size: 42px;
    color: #fff;
    margin: 0;
    font-family: 'bisondemibold';
    line-height: normal;
    width: 100%;
}
.featured-stylist-location h3 {
    color: #e6153c;
    font-size: 150px;
    line-height: 90px;
    font-family: 'bisonbold';
    position: relative;
    margin-top: 9px;
    width: 100%;
}
.featured_stylist_content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 34%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.featured_stylist_content h4 {
    font-size: 74px;
    font-family: 'bisonbold';
    position: relative;
    margin-top: 9px;
    margin-bottom: 0;
    color: #fff;
    width: 100%;
    line-height: 50px;
}
.booknow-button {
    position: absolute;
    right: 30px;
    bottom: 20px;
    text-align: right;
}
.booknow-button a {
    display: inline-block;
    background: #e5173e;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: 'bisonbold';
    font-size: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 9;
}
.booknow-button span.featured_style {
    line-height: 120px;
    text-align: right;
    font-size: 139px;
    left: -18px;
}
.location-selecter {
    position: relative;
}
.address a, .address a:hover {
    color: #000;
}
.location-selecter ul.dropdown-loactions-menu {
    top: 97% !important;
}
ul.responsive-menu-submenu {
    /*text-transform: uppercase;*/
}
.logos_footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.logos_footer ul li {
    width: 100%;
    text-align: center;
}
.logos_footer ul {
    margin: 70px 0;
    /*border-bottom: 2px solid #eee;*/
}
.logos_footer {
    margin: 0 11px;
}
.our_posts {
    background: #ebebeb;
    text-align: center;
    padding: 0px 20px 30px 20px;
}
.our_posts a {
    background: #e85c29;
    display: inline-block;
    color: #fff;
    font-family: 'bisondemibold';
    padding: 7px 20px;
    border-radius: 4px;
    font-size: 25px;
}
#stylist_filter_container .elm-button {
    background: #21bfd4;
    color: #FFFFFF;
    border: none;
    padding: 12px 43px 10px 33px;
    font-family: 'TrendRhSansOne';
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 8px;
    position: relative;
}
#stylist_filter_container .elm-button .elm-button-text
{
    padding-right: 10px;
}
#stylist_filter_container .elm-button .elm-button-text::after {
    background: url(img/arrow-right.png) no-repeat !important;
    background-position: center !important;
    position: absolute;
    content: "";
    width: 11px;
    height: 18px;
    margin: auto;
    top: 0;
    bottom: 0;
    padding-left: 35px;
    transform: rotate(90deg);
    background-size: 9px !important;
}
#stylist_filter_container .elm-button.hide--button {
    display: none;
}


/*************** Career Page *******************/
.banner.innerbanner.career .banner_text > p {
    font-size: 110px;
    line-height: 96px;
    padding-top: 0;
    bottom: auto;
    top: 0;
}
.innerbanner.career .banner_text {
    /*height: 270px;*/
}
.career_content {
    padding: 30px 0;
    font-size: 15px;
}
.left-col-content h2 {
    /* font-family: 'bisonbold'; */
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 0px 0;
    color: #725948;
}
.left-col-content h3 {
    /* font-family: 'bisonbold'; */
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 0px 0;
    color: #725948;
}
.left-col-content ul li {
    font-size: 16px;
    background: url(img/listing-arrow.png) no-repeat;
    padding: 5px 0px 5px 25px;
    background-position: top 12px left;
}
.right-col-form h3 {
    color: #725948;
    /* font-family: 'bisonbold'; */
    font-size: 30px;
    font-weight: 700;
    /* line-height: 45px; */
    margin: 0 0 10px;
}
/*.contact_form form.wpcf7-form input {
    width: 100%;
    background: #ececec;
}*/
.contact_form .wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
}
.contact_form form.wpcf7-form input[type="email"], .contact_form form.wpcf7-form input[type="text"], .contact_form form.wpcf7-form textarea, .contact_form form.wpcf7-form select, .contact_form form.wpcf7-form input[type="tel"]{
    width: 100% !important;
    background: #ececec;
    border: none;
    margin: 0 0px 15px 0;
    padding: 12px 20px;
    border-radius: 6px;
    color: #000;
    display: block;
}
.contact_form form.wpcf7-form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('img/downArrow2.png');
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 15px;
    font-weight: 300;
}
.contact_form .fullwidth-form span {
    display: block !important;
    position: relative;

}
.contact_form span.wpcf7-form-control-wrap{
    width: 100%;
    float: left;
}
.contact_form form.wpcf7-form textarea {
    height: 100px; resize: none;
    width: 100%;
    float: left;
}
.contact_form ::placeholder{color:#000; opacity: 1}
.left-col-content > ul {
    margin-bottom: 2rem;
}
.contact_form .fullwidth-form input[type="submit"] {
    background: #21bfd4 url(img/white-submit.png) no-repeat;
    border: none;
    width: auto;
    padding: 17px 40px 11px 20px;
    color: #fff;
    font-size: 25px;
    border-radius: 5px;
    cursor: pointer;
    background-position: right 20px center;
    font-family: 'TrendRhSansOne';
    background-size: 12px;
}
.submitTopLine{
    margin: 12px 0 30px;
    height: 2px;
    background: #ebebeb;
}
.contact_form span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 15px;
    right: 12px;
    font-size: 12px;
}
.intersted span.wpcf7-not-valid-tip {
    top: 59px;
}
.file-upload .label-resume {
    position: absolute !important;
    color: #000;
    font-size: 16px;
    top: 6px;
}
.sidebar-wrap h3 {
    color: #da1f4a;
    font-family: 'bisondemibold';
    font-weight: bold;
    font-size: 27px;
}
.sidebar-wrap .cat-item a:focus,
.sidebar-wrap .cat-item a:active,
.sidebar-wrap .cat-item a:hover{
    color:#da1f4a;
}
.sidebar-wrap {

    padding-left: 50px;

}
.sidebar-wrap .cat-item {

    padding-left: 20px;
    position: relative;
    margin: 12px 5px;

}
.sidebar-wrap .cat-item:before{
    position:absolute;
    content:"";

}
.sidebar-wrap .cat-item::before {

    position: absolute;
    content: "\f101 ";
    font-family: "FontAwesome";
    left: 0;
    color: #da1f4a;

}
.sidebar-wrap .cat-item a {

    font-family: 'Lato', sans-serif;
    position: relative;

}
.fullwidth-form.file-upload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    /*min-height: 100%;*/
    min-height: 38px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.fullwidth-form.file-upload label {
    background: #21bfd4;
    border-radius: 4px;
    float: right;
    font-size: 13px;
    padding: 10px 15px 7px;
    text-align: right;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    font-family: 'TrendRhSansOne';
    font-weight: 300;
}
.mailToCol{
    font-size: 11px;
    margin-bottom: 15px;
}
.mailToCol a {
    color: #21bfd4 !important;
    word-wrap: break-word;
}
.fullwidth-form.file-upload {position: relative;}
.fullwidth-form.file-upload {
    /*height: 38px;*/
    margin-bottom: 13px;
}
.main-site-wrap span.ajax-loader {
    display: none !important;
}
.contact_form .fullwidth-form > span.ajax-loader {
    margin: 10px auto;
}
.careerinterest select {
    background: #ececec url('img/black-down-arrow.png') no-repeat !important;
    background-position: 82% center !important;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    text-shadow:none
}
.contact_form .wpcf7-response-output{
    /*display: none !important;*/
    width: 100%;
    float: left;
    margin: 10px 0;
    font-size: 13px;
    text-align: center;
}
.container.main-con {
    /* border-bottom: 2px solid #eee; */
    padding-bottom: 30px;
    /* margin-bottom: 10px; */
}
.contact_form .fullwidth-form span.careerinterest {
    overflow: hidden;
    border-radius: 0 5px 26px 0;
}
.contact_form div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    font-size: 12px;
    text-align: center;
    margin-top: 0;
    width: 100%;
    float: left;
}
.contact_form .fullwidth-form span.careerinterest select {
    width: 115% !important;
    position: relative;
    text-indent: -1px;
    padding-top: 0;
    padding-bottom: 0;
    height: 48px;
}
.contact_form .fileUploadName{
    font-size: 12px;
}
div#home2Slider11 div.owl-nav {
    display: block;
}
div#home2Slider11 div.owl-nav > button {
	background: #21bfd4;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 45%;
	overflow: hidden;
}
div#home2Slider11 div.owl-nav > button.owl-prev {
	left:0px;
}
div#home2Slider11 div.owl-nav > button.owl-next{
	right:0px;
}
div#home2Slider11 div.owl-nav > button span {
    font-size: 55px;
    line-height: 31px;
	color: #fff;
}

@media(max-width:1023px){
	div#home2Slider11 div.owl-nav > button {
		width: 20px;
    	height: 20px;
	}
	div#home2Slider11 div.owl-nav > button > span {
		font-size: 17px;
		line-height: 0;
		position: relative;
		top: -3px;
	}
    .contact_form .fullwidth-form input[type="submit"] {background-position: 88% center;width: 170px; margin: 0 auto;}
    .fullwidth-form.fullwidth {text-align: center;}
    .right-col-form h3 {font-size: 27px;line-height: 29px;}
    .left-col-content h3 {font-size: 24px;}
    .innerbanner.career .banner_text {
        padding: 0;
        height: auto;
        bottom: 0;
        left: 0;
        height: 170px;
    }
    .contact_form .fullwidth-form span.label-resume {
        /*display:none !important;*/
    }
    .contact_form .fullwidth-form span input, .contact_form .fullwidth-form span.careerinterest select, ::placeholder {font-size: 12px;}
    /*    .banner.innerbanner.career{height: auto;}*/

}
@media(min-width:1201px) and (max-width:1279px){
    .featured_style{
        font-size: 135px;
    }
}
@media(min-width:801px) and (max-width:853px){
    .featured_style{
        font-size: 135px;
    }
}
@media(min-width:601px) and (max-width:767px){
    .banner.innerbanner.career .banner_text > p {
        font-size: 90px;
        top: 20%;
    }
    .my-work ul li {
        float: left;
        width: calc(100%/3 - 12px);
    }
}
@media(max-width:600px){
    .banner.innerbanner.career .banner_text > p {
        font-size: 55px;
        line-height: normal;
        padding: 0 12px;
        position: static;
    }
}
@media(min-width:1700px){
    .intersted span.wpcf7-not-valid-tip {
        top: 74px;
    }
    .banner.innerbanner.career .banner_text {
        height: 300px !important;
    }
    .banner.innerbanner.career .banner_text > p {
        bottom: 120px !important;
        top: auto !important;
    }
    .innerbanner .banner_text p, 
    .innerbanner .banner_text h2{
        font-size: 90px;
    }
    .contact_form .fullwidth-form input[type="submit"] {
        /*background-position: 62% center;*/
    }
    .career_content {
        font-size: 22px;
    }
    .left-col-content ul li {
        font-size: 21px;
    }
    .contact_form form.wpcf7-form input[type="email"], .contact_form form.wpcf7-form input[type="text"], .contact_form form.wpcf7-form textarea, .contact_form form.wpcf7-form select {padding: 14px 20px;     font-size: 21px;}
    .left-col-content h3 {margin: 0 0 10px 0;}
    .file-upload .label-resume {
        /*font-size: 22px;*/
    }
    .fullwidth-form.file-upload label {
        /*font-size: 27px;*/
        /*padding: 4px 40px;*/
    }
    .contact_form .fullwidth-form input[
    type="submit"] {
        /*padding: 8px 20px;*/
    }
}


.my404{
    /*font-family: 'bisondemibold';*/
    color: #000;
    text-align: center;
    /*    border-bottom: 1px solid #eee;*/
}
.error404 footer#footer {
    border-top: 1px solid #eee;
}
.bnr404{
    position: relative;
    /*font-family: 'bisondemibold';*/
}
.banner404 h1 {
    font-size: 50px;
    margin-bottom: 0;
    font-family: 'TrendRhSansOne';
    letter-spacing: 0;
    font-weight: 800;
}

.fourzorofour h2 {
    font-size: 34px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.fourzorofour p{
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
}
.fourzorofour{
    padding: 10px 0px;
}
body.error404 main#main-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-main {
    /*margin: 60px 0;*/
    padding: 60px 0;
}
.fourzorofour p a {
    text-decoration: underline;
}
.bnr404 img {
    width: 100%;
    height: 425px;
    object-fit: cover;
    object-position: center;
}
.banner404{
    justify-content: center;
    text-align: center;
    font-family: 'bisondemibold';
}
.fourzorofour a:focus, .fourzorofour a:active, .fourzorofour a:hover{
    color: #007bff;
}



/***************************/
.location-selecter.location-dropdown .location_select {
    width: auto;
    position: absolute;
    top: 10px;
    right: 10px;
}
.location-selecter.location-dropdown .select-location-btn {
    background-color: #e5173f !important;
    height: 45px !important;
    width: auto !important;
    border-radius: 8px !important;
    font-size: 19px;
    background-size: 14px;
}
.location-selecter.location-dropdown .dropdown {
    width: 150px;
}
.location-selecter.location-dropdown ul.dropdown-loactions-menu.show {
    width: 150px !important;
    background: #e5163f;
    top: 91% !important;
}
.location-selecter.location-dropdown ul.dropdown-loactions-menu li {
    border-top: 1px solid #bd062a;
}
.location-selecter.location-dropdown ul.dropdown-loactions-menu li a:hover{background: #e5163f;}
.location-selecter ul.dropdown-loactions-menu li a {font-size: 15px;}
.clearfix {
    clear: both;
}
.location-selecter.location-dropdown.location-dropdown-second .location_select.col-4-mb {
    z-index: 999;
}
.half.offers .location-selecter.location-dropdown.location-dropdown-second.mart15 {
    position: absolute;
    top: -13px;
    right: 0;
    width: 100%;
}

@media(min-width:1400px){
    .my-work ul li{
        height: 350px;
    }
}
@media(min-width:1900px){
    .my-work ul li{
        height: 474px;
    }

}
@media(max-width:1199px){
    .result-box .inner_box span.stylists_name {
        /*font-size: 25px;*/
    }
    .result-box .inner_box span.stylists_label {
        /*font-size: 15px;*/
    }
    .my-work ul li{
        height: 280px;
    }
   
}
@media(min-width:1024px) and (max-width:1200px){
	.fathersday-text p, p.re-open {font-size:13px !important}
	.preview-bonus-black.mothersday-title img {
		width: 57% !important;
	}
}

@media(min-width:768px) and (max-width:1023px){
	.fathersday-topsection .mobile-banner > img, .fathersday-topsection .mobile-banner {
		display: block;
	}
	.page-id-2824 .landing-header.mothersday-page-header {
		margin-top: 88px !important;
		margin-bottom: 20px;
	}
	.page-id-2824 .landing-header ul li:last-child {
  	  float: none;
	}
	.page-id-2824 .landing-header.mothersday-page-header ul li:first-child img {
		width: 330px;
	}
	.page-id-2824 .landing-header ul {
		text-align: center;
	}
	.page-id-2824 .preview-bonus-black.mothersday-title.fathersday-title {
		display: none;
	}
	.page-id-2824 .previewtitle-img.mothersday-text {
		width: 100%;
		    margin-top: 30px;
	}
	.page-id-2824 .landing-pages-2020,
    .page-id-2871 .landing-pages-2020,
    .page-id-2903 .landing-pages-2020 {
		background: #fff !important;
		height: auto;
	}
	.page-id-2824 .landing-pages-2020 .fathersday-topsection p {
		color:#000 !important;
	}
	.preview-page-form.motherday-form input[type="tel"], .preview-page-form.motherday-form input[type="text"], .preview-page-form.motherday-form input[type="email"], .preview-page-form.motherday-form select {
    background-color: #f3f0ee !important;
}
	.page-id-2824 .row.preview-section-txt div.wpcf7-response-output {
    color: #000;
}
	.page-id-2824 .landing-pages-container ul.LocationStyle li, .page-id-2824 .landing-pages-container ul.LocationStyle li a {
		color: #000;
	}
	.page-id-2824 .landing-pages-container ul.LocationStyle {
		padding: 20px 0px 20px;
	}
	.row.preview-section-txt.mothersday-form-section.fathersday-form-section > div {
    flex: 100%;
    max-width: 100%;
}
	.page-id-2824 .landing-pages-container, .page-id-2871 .landing-pages-container, 
    .page-id-2903 .landing-pages-container{height:auto !important}
}
@media(max-width:1023px) {
    .make-appointment > h2 {
        font-size: 53px;
        line-height: normal !important;
    }
}
@media(max-width:991px){
    .my-work ul li {
        /*height: 250px;*/
    }
}
@media (max-width: 600px) {
    .my-work ul li {
        height: auto;
        width: calc(100%/2 - 12px);
        margin-bottom: 20px;
        min-height: 300px;
        float: left;
    }

}
@media (max-width: 400px) {
    .my-work ul li {
        height: auto;
        width: 100%;
        margin-bottom: 20px;
        min-height: 418px;
        float: left;
    }

}
@media(min-width:768px) and (max-width: 860px){
    .make-appointment > h2 {
        font-size: 40px;
    }
}
.my-work ul li img {display:none!important;}
.reset > input {
    border: none;
    background: none;
    /*color: #e5163f;*/
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}

div#toTop {
    background: #21bfd4;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 50px;
    z-index: 9999999999 !important
}
div#toTop a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;;
}
div#toTop a i {font-size: 20px}
.page-id-15 .location-selecter.location-dropdown .location_select {
    top: 0;
}
.stylists-box.inner_box {
    background-position: top center !important;
}

.stylist-shadow{
    /*position: relative;*/

}
.stylist-shadow::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('img/overly-bg.png')no-repeat;
    background-position: center bottom -25px;
    z-index: 222;
}
.stylist-shadow .stylists_label,
.stylist-shadow span.stylists_name{
    z-index: 333;
    position: relative;
}

@media(min-width:1300px){
    /*.banner_text {height: 70vh;}*/
}

/*=============== Blog page css =============*/
.blog-main{
    margin-top: 40px;
}
.blog-post-wrap{
    border-bottom: 1px dashed #ddd;
    margin-bottom: 40px;
}
.blog-post-wrap h3{
    font-family: 'bisondemibold';
    font-weight: bold;
    font-size: 27px;
}
.blog-post-wrap h3 a{
    color: #da1f4a;
}
.blog-post-wrap h5{
    font-weight: bold;
    font-family: 'bisondemibold';
}
.blog-post-wrap h5 a{
    color: #000 !important;
}
.blog-post-wrap .post-read a{
    position: relative;
    background: #e5163f;
    padding: 7px 20px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    font-family: 'bisondemibold';
    font-size: 23px;
    width: 160px;
    margin-right: 12px;
    cursor: pointer;
    line-height: normal;
}
.detailPage{
    margin-top: 40px;
}
.detailPage h2{
    font-family: 'bisondemibold';
    font-weight: bold;
    font-size: 32px;
    color: #da1f4a;
    margin-bottom: 20px;
}
.detailPage p:empty{
    display: none;
}

ul.footer_logos li:first-child a {
    display: inline-block;
    width: 34px;
}
ul.footer_logos li:nth-child(4) a {
    display: inline-block;
    width: 31px;
}
ul.footer_logos li:last-child a {
    width: 42px;
    display: inline-block;
    height: auto;
}


.location_offer p {
    position: static;
}
.location_offer p span {
    font-family: 'bisonbold';
    font-weight: normal;
    font-size: 25px;
}
.home_offer_location {
    /*padding-top: 100px;*/
}
.home_offer_location {
    position: absolute;
    /* bottom: 0; */
    text-align: center;
    left: 0;
    right: 0;
    /* padding: 0 20px; */
    width: 100%;
    margin: auto;
    /* top: 0; */
}
body.firefox .home_offer_location{
    /*bottom: 12px;*/
}
.half.offers.location_offer {
    /*padding-top: 110px;*/
    /*background-position: center right -110px;*/
}

#selectLocation option{color:#000 !important;}
@media all and (-ms-high-contrast:none)
{
    .my-work ul li img{
        height:100%;
    } 
} 



.inner_box span.stylists_label, span.stylists_name {
    /*background: #000;*/
    width: 100%;
    bottom: 0;
}
.inner_box span.stylists_label {
    padding: 0px 0px 4px 0px;
}

/*================ Services page new css =================*/
.subpageMenu {
    padding: 20px 10px 0;
    background: #000;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.subpageMenu li {
    width: calc(100% / 7 - 1px);
    display: inline;
    float: left;
    margin: 0 0 20px;
    padding: 0 10px;
}
.subpageMenu li a {
    position: relative;
    background: #1cbfd4;
    padding: 2px 10px 0px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-family: 'TrendRhSansOne';
    /*font-family: 'Walbaum96pt-Regular';*/
    font-size: 14px;
    line-height: normal;
    height: 44px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subpageMenu li a:hover,
.subpageMenu li.current_page_item a{
    background: #725948;
}
.serviveMainRow{
    margin-top: 40px;
    flex-wrap: wrap;
    /*border-bottom: 2px solid #ebebeb;*/
    padding-bottom: 30px;
}

.servicePacks{
    margin-bottom: 20px;
}
.servicePackTitle {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
.servicePackContent{

}
.serviceTermContent{
    font-size: 13px;
    font-weight: 500;
}
.packSingle {
    background: #f8f8f8;
    padding: 10px;
    margin-bottom: 10px;
}
.packSingle .newTextHead{
    color: #d01b21;
    font-size: 12px;
    font-weight: 600;
    line-height: 1em;
}
.packSingle .packName {
    color: #725948;
    font-weight: 800;
    font-size: 20px;
    line-height: 1em;
}
.packSingle .packPrice {
    font-size: 30px;
}
.packSingle .perPersonPrice{
    font-size: 14px;
}
.packSingle .retailPrice{
    text-transform: uppercase;
    font-size: 13px;
}
.packSingle .linkPack{
    margin-left: auto;
}
.packSingle .linkPack .serviceLink-btn {
    background: #21bfd4 url('img/arrow-down-white.png')no-repeat center right 4px;
    /* background: #1cbfd4; */
    font-size: 13px;
    padding: 7px 18px 3px 5px;
    color: #fff !important;
    border-radius: 4px;
    font-weight: 600;
    font-family: 'TrendRhSansOne';
    cursor: pointer;
    background-size: 10px !important;
    display: inline-block;
}
.linkPack .serviceLinkMenu ul{
    left: auto;
    right: 0;
}
.findTherapist {
    margin: 0 0 40px;
}
.findTherapistInner {
    background-size: cover !important;
    display: block;
    height: 230px;
    display: flex;
    align-items: center;
    background-position: center !important;
    color: #fff !important;
    padding: 15px;
    text-align: center;
}
.findTherapistInner span {
    /* font-family: 'LoveRosnita'; */
    /* font-family: 'Walbaum96pt-Regular'; */
    font-size: 22px;
    margin: 0;
    line-height: 1em;
    display: inline-block;
    font-weight: 400;
}
.findTherapistInner p {
    font-size: 30px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    /* padding-left: 14px; */
    font-family: 'Walbaum96pt-Semibold';
}
.cancellationPolicy{

}
.cancellationPolicy h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
}
.cancellationPolicy p {
    font-size: 12px;
}
.cancellationPolicy p:empty{
    display: none;
}
.promobox{
    border: 1px solid #eee;
}
/*================ Ends Services page new css =================*/

/*================ Gift page css ================*/
.giftContent{
    margin: 20px 0 0;
}
.giftLocationList {
    background: #000;
    padding: 10px;
    text-align: center;
    margin: 20px 0;
}
.giftLocationList li{
    display: inline-block;
    margin: 10px;
    vertical-align: top;
}
.giftLocationList li a{
    position: relative;
    background: #1cbfd4;
    padding: 7px 10px 5px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-family: 'TrendRhSansOne';
    font-size: 14px;
    width: 160px;
    cursor: pointer;
    line-height: normal;
    height: 50px;
    vertical-align: top;
    display: flex;
    align-items: center;
    justify-content: center;
}
.giftLocationList li a:hover{
    background: #725948;
}

/*================ End Gift page css ================*/

.separatorLine{
    text-align: center;
    margin: 30px 0;
}
.separatorLine span {
    background: #eaeaea;
    max-width: 300px;
    display: inline-block;
    margin: auto;
    height: 2px;
    width: 100%;
}

/*======================== Servive page css ==============*/
.serviveMainRow .ServicePageData{
    border-right: 2px solid #ebebeb;
}
.serviceContentTitle{
    margin-bottom: 20px;
}
.customizeCol1{
    margin-top: 40px;
}
.serviceContentTitle h3{
    font-size: 50px;
    font-weight: 200;
    margin: 0;
}
.serviceContent-mt{
    margin-top: 42px;
}
.priceColStyle .servicePriceCol{
    text-align: left;
}
.facialPriceTop > div:last-of-type{
    text-align: right;
}
.priceColStyle .serviveNameTime, .priceColStyle .servicePrice{
    width: 100%;
    float: left;
}
.serviceContentOuter{

}
.serviceLinkDiv{
    width: 84px;
    display: none;
}
.serviceLinkMenu{
    position: relative;
}
.serviceLinkDiv .serviceLink-btn {
    font-family: 'TrendRhSansOne';
    /* background-color: #21bfd4 !important; */
    font-size: 13px;
    color: #fff !important;
    padding: 8px 18px 4px 5px;
    border-radius: 4px;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    background: #21bfd4 url('img/arrow-down-white.png')no-repeat center right 4px;
    background-size: 10px;
    font-weight: 600;
}
.serviceLinkMenu ul {
    position: absolute;
    top: 105%;
    left: 0;
    background: #000;
    min-width: 110px;
    text-align: center;
    border-radius: 4px;
    z-index: 22;
    display: none;
}
.serviceLinkMenu.show ul{
    display: block;
}
.serviceLinkMenu ul li{
    border-top: 1px solid #333;
}
.serviceLinkMenu ul li:first-of-type{
    border-top: none;
}
.serviceLinkMenu ul li a{
    color: #fff;
    padding: 8px 5px 6px;
    font-size: 14px;
    display: block;
}
.serviceContentOuter .serviceContentDiv{

}
.serviceContentDiv h4{
    color: #725948;
    font-size: 20px;
    font-weight: 700;
}
.serviceContentDiv h4 small{
    font-weight: 700;
    font-size: 70%;
}
.serviceContentDiv h3 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin: 40px 0 0;
}
.serviceContentDiv p{
    font-size: 15px;
    /*display: flex;*/
    display: table;
}
.serviceContentDiv p.small-text{
    font-size: 12px;
    line-height: 1.4em !important;
    width: 100%;
    float: left;
    font-style: normal;
    /*margin-bottom: 0;*/
}
.serviveNameTime {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    display: inline-block;
    padding-right: 4px;
    /*vertical-align: top;*/
    min-height: 36px;
}
.priceColStyle .serviveNameTime{
    padding-right: 0;
}
.serviveNameTime small{
    font-weight: 700;
}
.servicePrice {
    color: #725948;
    font-size: 22px;
    font-weight: 400;
    /*padding-left: 4px;*/
    min-height: 36px;
    display: inline-block;
}
.priceCustomizeOuter{

}
.priceCustomizeOuter > div {
    width: 65px !important;
    text-align: right;
}
.facialPriceList > div:last-of-type{
    /*min-width: 158px !important;*/
    min-width: 102px !important;
}
div.massagePriceSingle {
    width: inherit !important;
}
.priceCustomizeOuter.msgPriceTop > div{
    text-align: left !important;
}
.priceCustomizeOuter.msgPriceTop > div:last-of-type{
    width: auto !important;
}
.servicePriceCol{
    max-width: 140px;
    text-align: right;
}
.innerServiveName h4{
    font-weight: 500;
    color: #000;
    margin: 2px 0 10px;
    font-size: 15px;
}

.serviceAcco{

}
.serviceAcco .card{
    border:none;
}
.serviceAcco .card-header{
    border:none;
    background: transparent;
}
.serviceAcco .card-header button{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000 !important;
    margin: 2px 0 10px;
    font-size: 18px;
    padding: 0;
}
.serviceAcco .card-header button::after{
    background-size: 20px;
    background-color: transparent;
}
.serviceAcco .card-header button::after{
    background-image: url(img/minus2.png);
}
.serviceAcco .card-header button.collapsed::after{
    background-image: url(img/plus2.png);
}
.serviceAcco .card-body{
    padding: 0 0 1.25rem;
}



.priceOuterNew{

}
.priceSingleNew{
    display: inline-block;
    padding-right: 15px;
    margin: 5px 0;
}
.bodyPagePrice small{
    color: #000;
    font-weight: 600;
    font-size: 10px;
    padding-left: 3px;
}
.dropContentDiv{

}
.dropSingle {
    /*height: 32px;*/
    overflow: hidden;
    margin-bottom: 10px;
    padding: 5px 0 0 0;
    position: relative;
}
.dropSingle.activeDrop{
    height: auto;
}

.toggleIcon {
    display: none;
    background-image: url(img/plus2.png);
    background-size: 22px;
    background-position: center;
    width: 25px;
    height: 25px;
    cursor: pointer;
    /*display: inline-block;*/
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
}
.dropSingle.activeDrop .toggleIcon{
    background-image: url(img/minus2.png);
}
.dropSingle .dropTitle {
    display: inline;
    float: left;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    width: 150px;
    font-family: 'Montserrat', sans-serif;
}
.dropSingle .dropContent{
    width: calc(100% - 150px);
    display: inline;
    float: left;
}


.waxContentDiv h4{
    margin-top: 4px;
    font-size: 18px;
}
.waxServiceRow .servicePrice small, 
.waxServiceRow .servicePrice span {
    color: #000;
    font-size: 10px;
    font-weight: 700;
    line-height: 1em !important;
    display: inline-block;
    width: 100%;
    float: left;
}
.waxPriceCol{
    min-width: 145px;
}
.waxServiceTable tr td{
    padding: 0;
    border:none;
}
.waxServiceTable tr .serviceLinkDiv{
    padding-bottom: 12px;
}
.waxServiceTable tr .servicePrice{
    padding-left: 20px;
}
.bodyTreatmentPrice small, .customPackPrice small{
    width: 100%;
    float: left;
    color: #000;
    font-weight: 600;
    font-size: 10px;
}
div.eyeLashCol {
    min-width: 160px;
}
.bodyTreOuter > div {
    width: 72px;
    text-align: right;
}
div.bodyTreCol{
    min-width: 120px;
}

/*============= Service Static page =============*/
.eyeLashForm form.wpcf7-form textarea{
    height: 302px;
}
.card-border{
    position: relative;
}
.card-border:last-of-type:after{
    display: none;
}
.accordion .card{
    margin: 0 0 10px;
}
.accordion .card:last-of-type{
    margin: 0;
}
.card-header{
    padding: 0;
}
.card-header button{
    width: 100%;
    padding: 8px 38px 4px 12px;
    font-size: 19px;
    text-align: left;
    color: #1cbfd4 !important;
    font-family: 'TrendRhSansOne';
    font-weight: 500;
    text-decoration: none !important;
    position: relative;
    white-space: normal;
}
.card-header button:after{
    content: "";
    background-color: #ececec;
    border-radius: 50%;
    color: #717171;
    font-family: FontAwesome;
    height: 25px;
    position: absolute;
    right: 6px;
    top: 8px;
    width: 25px;
    background-image: url(img/minus-i.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
/*.card-header button[aria-expanded="true"]:after{
    background-image: url(images/minus-i.png);
}*/
.card-header button.collapsed:after{
    background-image: url(img/plus-i.png);
}
.content-wrap div.b-solution-top{
    border-bottom: none;
}


.business-middle-section{
    padding: 50px 0 0;
    background: rgba(6,219,201,1);
    background: -moz-linear-gradient(left, rgba(6,219,201,1) 0%, rgba(36,121,191,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(6,219,201,1)), color-stop(100%, rgba(36,121,191,1)));
    background: -webkit-linear-gradient(left, rgba(6,219,201,1) 0%, rgba(36,121,191,1) 100%);
    background: -o-linear-gradient(left, rgba(6,219,201,1) 0%, rgba(36,121,191,1) 100%);
    background: -ms-linear-gradient(left, rgba(6,219,201,1) 0%, rgba(36,121,191,1) 100%);
    background: linear-gradient(to right, rgba(6,219,201,1) 0%, rgba(36,121,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06dbc9', endColorstr='#2479bf', GradientType=1 );
}
.privacy-policy h1, .privacy-policy h2, .privacy-policy h3{
    color: #725948 !important;
    font-weight: 700;
}
.privacy-policy h2{
    margin: 20px 0;
    position: relative;
}
.privacy-policy h3{
    font-size: 1.5rem;
}
.privacy-policy ul li {
    font-size: 16px;
    background: url(img/listing-arrow.png) no-repeat;
    padding: 5px 0px 5px 25px;
    background-position: top 11px left;
}
.spaMembershipDiv{

}
.serviceContentTitle .membershipLinks{
    width: 100%;
    float: left;
}
.serviceContentTitle .membershipLinks li {
    display: inline-block;
}
.serviceContentTitle .membershipLinks li a {
    position: relative;
    background: #1cbfd4;
    padding: 10px 15px 6px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-family: 'TrendRhSansOne';
    /* font-family: 'Walbaum96pt-Regular'; */
    font-size: 16px;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    min-width: 180px;
    margin: 5px 0 5px;
}
.spaMembershipDiv h3{
    width: 100%;
    float: left;
    margin: 20px 0 8px;
    font-weight: 600;
}
.spaMembershipDiv h4{
    width: 100%;
    float: left;
    margin-top: 15px;
}
.spaMembershipDiv strong{

}
.spaMembershipDiv em{
    font-style: normal;
    color: #725948;
    font-size: 22px;
    font-weight: 400;
}
.spaMembershipDiv{

}
/*----------*/

.priceMembership{

}
.priceMembership .packTitle{

}
.priceMembership .packTitle strong{
    font-size: 20px;
}

.priceMembership .packPriceSingle{

}
.priceMembership .packPriceSingle > *{
    display: inline-block;
}
.packPriceSingle .namePack {
    width: 450px;
    font-weight: 600;
}
.packPriceSingle .pricePack {
    width: 80px;

    font-style: normal;
    color:#725948;
    font-size: 20px;
    font-weight: 400;
}
.packPriceSingle .perSession {
    width: 180px;
}
.notification-bar p span.spa-experiences {
    display: none;
}
.page-id-2099 .notification-bar p span.spa-experiences {
    display: block;
} 

@media(max-width:1199px){
    .packPriceSingle .namePack {
        width: calc(100% - 270px);
    }
}
@media(max-width:767px){
    .packPriceSingle .namePack {
        width: 100%;
    }
    .serviceContentTitle .membershipLinks li a {
        padding: 10px 8px 6px;
        min-width: 160px;
    }
}


/*========== Book Now page ===========*/
.bookNowContent{
    margin: 40px 0 0;
}
.bookNowContent h2{
    margin-bottom: 15px;
}
.bookNowContent a{
    color: #21bfd4;
}

.bookLocationRow {
    margin: 30px -15px;
    display: flex;
}
.bookLocationRow li {
    padding: 0 15px;
    flex: 1;
}
.bookLocationRow a{
    display: block;
    text-align: center;
}
.bookLocationRow img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.bookLocationRow h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #21bfd4;
    padding-top: 10px;
}
.book-now a {
    position: relative;
    background: #1cbfd4;
    padding: 2px 10px 0px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: normal;
    height: 44px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'TrendRhSansOne';
    margin-top: 10px;
}
.book-now a:hover {
    background: #725948;
}
.bookNowLocation {
    padding: 0 15px;
}
@media(min-width:1200px){
    .reset {
        position: absolute;
        top: 106px;
        right: 126px;
    }
}
@media (min-width: 1400px){
    .reset {
        right: 180px; 
    }
}
@media (min-width: 1900px){
    .reset {
        top: 112px;
        right: 560px;
    }
}

@media (max-width: 1199px) {
    .bookLocationRow {
        flex-wrap: wrap;
    }    
    .bookLocationRow img {
        height: 150px;
    }  
    .bookLocationRow li {
        padding: 0 15px;
        flex: 0 0 33.33%;
        margin-bottom: 20px;
    }      
}
@media (max-width: 767px) {
    .bookLocationRow li {
        flex: 0 0 50%;
    }     
}
@media (max-width: 480px) {
    .bookLocationRow img {
        height: 135px;
    }  
}



/*================= Footer Holiday Hrs. Starts ================*/

.time-dropdown{
    position: fixed;
    bottom: 0px;
    right: 5px;
    z-index: 9999;
}
.time-single{
    color: #000;
    background: #fff;
    width: 250px;
    text-align: left;
    box-shadow: 0px 10px 8px rgba(0,0,0,0.3);
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: bottom;
}
.time-single .time-head{
    color: #fff;
    /*text-transform: uppercase;*/
    padding: 12px 12px 10px;
    cursor: pointer;
    font-size: 15px;
    width: 100%;
    float: left
}
.orange-list .time-head{
    background: #725948; 
}
.purple-list .time-head{
    background: #732B91;
}
.gray-list .time-head{
    background: #434343;
    cursor: context-menu;
}
.time-single.gray-list{
    width: auto !important;
    cursor: inherit;
}
.time-single .time-head span{
    margin-left: 5px;
}
.time-single .time-list{
    background: #fff;
    width: 100%;
    float: left;
    display: none;
}
.time-list li{
    padding: 10px 10px 0px 24px;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.time-list li:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 16px;
    left: 10px;
    border-radius: 50%;
}
.orange-list li:before{
    background: #EC592E;
}
.purple-list li:before{
    background: #732B91;
}

.time-single.aur-spa-list {
    background: #1ebfd4;
}
.time-single.aur-spa-list .time-list li::before {
    background: #1ebfd4;
}
.time-list li.title {
    font-weight: 600;
    color: #1ebfd4;
}
.time-single.aur-spa-list .time-list li.title:before{
    display:none;
}
.time-single .time-list{
    margin-bottom:0px;
    padding-bottom: 10px;
}
.time-list li.title{
    font-size:16px;
}
.copyright-text{
    text-align: left;
    padding-left: 15px;
}
li.value-close {
    color: red;
}
@media(max-width:767px){
    .time-single .time-list{
        max-height:300px;
        overflow-y:scroll;
    }
    .copyright-text{
        padding-bottom: 50px;
        text-align: center;
    }
    .time-dropdown{
        text-align: left;
        width: 100%;
        padding-left: 5px;
    }
    .hrs-title-span{
        position: absolute;
        bottom: 22px;
        z-index: -1;
        left: 5px;
    }
    .time-single{
        width: 150px;
    }
    .time-single .time-head{
        padding: 5px 6px 2px;
        font-size: 10px;
    }
    .time-list li.title{
        font-size: 14px;
    }
    .time-list li{
        padding: 6px 5px 0px 18px;
        font-size: 12px;
    }
    .time-list li:before{
        top: 12px;
        left: 5px;
    }
    .time-list li p{
        margin-bottom: 0;
    }
}
/*================= Ends Footer Holiday Hrs. ================*/


.landing-pages-2020 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    height: 100vh
}
.landing-pages-container {
    height: calc(100vh - 130px);
    display: flex;
    justify-content: center;
    flex-direction: column;
}





.custom-header .main-container{
    display:none;
}
.landing-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.landing-header ul li{
    display:inline-block;
}
.landing-header ul li:last-child{
    float:right;
    padding: 15px 20px 0 0;
}
.landing-pages-container {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
}
.landing-pages-container .textWhite {
    color: #fff;
}
.landing-pages-container h3 {
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
.landing-pages-container h4{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.landing-pages-container h5{
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    margin: 3px 0;
}
.landing-pages-container p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}
.button-section span {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    line-height: 1.2;
}
.button-section span small {
    font-size: 22px;
    font-weight: 400;
}
.button-section a {
    background-color: #1cbfd4;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0 0 0 15px;
    letter-spacing: 1px;
}
.landing-pages-container .textWhite {
    margin-top: 60px;
}
.landing-pages-container ul.LocationStyle{
    list-style: none;
    margin:0;
    padding:20px 0px;
}
.button-section a i {
    font-size: 26px;
}
.landing-pages-container ul.LocationStyle li {
    display: inline-block;
    margin-right: 40px;
    font-size: 14px;
    color: #fff;
}
.landing-pages-container ul.LocationStyle li a{
    display: inline-block;
    color: inherit !important;
    font-size: inherit !important;
    font-family: 'Montserrat', sans-serif;
}
.landing-header ul li:first-child img {
    width: 310px;
}
.button-section p:empty {
    display: none;
}
.button-section p {
    text-transform: uppercase;
    font-size: 11px;
}
.mobile-banner{display: none;}
img.black-image {
    display: none;
}

.page-template-landing-pages #responsive-menu-button{
    display:none;
}

/* ======================== Nelly15 =============================*/
.landing_header {
    display: flex;
    justify-content: space-between;
}
.code-wrap {
    background: #1cbfd4;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding: 7px 12px;
}
.code-wrap span.code {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    line-height: normal;
}
.landing_header .logo_right > a {
    display: inline-block;
}
.landing_header .logo_right > a {
    display: inline-block;
}
.landing_header .logo_right > a img {
    width: 250px;
    padding: 15px 15px 0px 0px;
}
.Nelly-Head h2 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 62px;
    line-height: 63px;
    font-weight: 600;
}
p.Nelly-text {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
}
.Nelly-content-wrap {
    margin-top: 30px;
    color: #000;
}
.Nelly-content-wrap h3 {
    font-weight: bold;
    margin: 0;
    font-size: 19px;
}
.Nelly-content-wrap a {
    background-color: #1cbfd4;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0px;
    letter-spacing: 1px;
    font-weight: 600;
}
p.disclaimer {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}
.head-wrap {
    margin-top: 60px;
}
.nelly-logo {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.nelly-loo img {
    width: 80px;
}
.mobile--bg {
    display: none;
}
@media(max-width:767px){
    .page-id-2611 .landing-pages-2020{
        background-image: none !important;
    }
    .mobile--bg {
        display: block;
    }
    .logo_right {
        position: absolute;
        top: 0;
        left: 20px;
    }
    .nelly-logo {
        position: static;
        padding-right: 9px
    }
    .wrapper-header {
        position: relative;
    }
    .cuppon-code {
        position: absolute;
        bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .code-wrap span.code {
        font-size: 21px;
    }
    .code-wrap {
        width: 300px !important;
    }
    .nelly-logo a {
        display: inline-block;
    }
    .nelly-logo a > img {
        width: 60px;
    }
    .Nelly-Head h2 {
        color: #000;
        font-size: 22px;
        line-height: normal;
    }
    .Nelly-Head h2 br {
        display: none;
    }
    .head-wrap {
        margin-top: 0;
        padding: 20px 0;
    }
    p.disclaimer {
        margin-bottom: 30px !important;
    }
    .mobile--bg > img {
        width: 100%;
    }
}

@media(min-width:800px) and (max-width:1200px){

    .nelly-logo img {
        width: 40px;
    }
}
@media(min-width:768px) and (max-width:1200px){
    .Nelly-Head ul.LocationStyle {
        background: rgba(0,0,0,.5);
        margin: 0px -5px !important;
        padding: 8px 19px !important;
    }
    .Nelly-Head ul.LocationStyle li {
        display: inline-block;
        margin-right: 29px;
        font-size: 12px;
        color: #fff;
    }
    .nelly-logo {
        position: absolute;
        bottom: 40px;
        right: 20px;
        z-index: 999;
    }
    .Nelly-Head.head-wrap .col-md-7.col-sm-12 {
        background: rgba(0,0,0,.5);
        padding: 20px;
        width: 100%;
        flex: 100%;
        max-width: 98%;
        margin: 0 auto;
    }
    .Nelly-Head h2 br {
        display: none;
    }
    .Nelly-Head h2 {
        font-size: 36px;
    }
    .Nelly-content-wrap {
        color: #fff;
        margin-top: 12px;
    }
    .Nelly-content-wrap h3 br, .Nelly-content-wrap p br {
        display: none;
    }
    .head-wrap {
        margin-top: 0;
    }
    .custom-header {
        position: relative;
    }
} 
@media(min-width:1400px) and (max-width:1700px){ 
    .head-wrap {
        margin-top: 0;
    }
    .Nelly-Head h2 {
        font-size: 68px;
        line-height: 70px;
    }
    .Nelly-content-wrap h3 {
        font-size: 23px;
    }
    .landing-pages-container p {
        font-size: 16px;
    }
    p.Nelly-text {
        font-size:28px !important;
    }
}
@media(min-width:1701px){
    .Nelly-Head h2 {
        font-size: 88px;
        line-height: 100px;
    }
    .Nelly-content-wrap h3 {
        font-size: 26px;
    }
    .landing-pages-container p {
        font-size: 22px;
    }
    p.Nelly-text {
        font-size: 36px !important;
    }
}









/*@media(min-width:1024px) and (max-width:1025px){
    .landing-pages-container, .landing-pages-2020 {
        height: 100vh;
    }
}*/

@media(min-width:1600px){
    .landing-pages-container ul.LocationStyle {
        position: fixed;
        bottom: 0;
    }
}


@media(min-width:990px) and (max-width:1440px){
    .Nelly-Head.head-wrap ul.LocationStyle {
        position: relative;
        top: 70px;
    }
}
@media(min-width:768px) and (max-width:1366px){
    img.black-image {
        display: none;
    }
    .mobile-banner {
        display: block;
    }
    .mobile-banner > img {
        display: none;
    }
}
@media(max-width:767px){
    img.black-image {
        display: block;
    }
    .landing-header ul {
        text-align: center;
    }

    .mobile-banner img {
        width: 100%;
    }
    .hide-mobile {display: none;}
    .mobile-banner{display: block; margin-top: 90px;}
    .landing-pages-2020{background: #fff !important; height: auto;     overflow-x: hidden;}
    .landing-pages-container .textWhite{color:#000 !important}
    .landing-header ul li:first-child{
        display: none;
    }
    .landing-pages-container {height: auto}
    .landing-pages-container  .textWhite.blk-content {
        margin-top: 0;
    }
    .landing-header ul li {
        float: none !important;
        padding-left: 11px !important;
    }
    .landing-header ul li img {
        width: 200px;
    }
    .landing-header {
        height: 80px;
        position: fixed;
        background: #fff;
        width: 100%; z-index: 999;
    }
    button#responsive-menu-button {
        right: 18px !important;
        position: relative;
    }
    .landing-pages-container ul.LocationStyle li {
        color: #000;
    }
    .landing-pages-container ul.LocationStyle {
        padding: 0 0 10px;
    }
    .button-section a {
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .landing-pages-container h3 {
        font-size: 15px;
    }
    .landing-pages-container p {
        font-size: 10px;
    }
    .landing-pages-container p {
        margin: 6px 0 0px 0;
        color: #000;
    }
    p.Nelly-text {
        margin-bottom: 20px;
    }
    .button-section > span {
        display: block;
        margin-bottom: 10px;
    }
    .Nelly-content-wrap {
        margin-top: 10px;
    }
}
@media (min-width: 1024px) and (max-width: 1200px){
    .Nelly-Head.head-wrap ul.LocationStyle {
        top: 0 !important;
    }
}




/*============== Home 2 Circle=============*/
/*********** New Header **********/

#header.header.new-header{
    padding:15px 0;
}
.new-header .logo-col .logo{
    padding: 4px 0;
}
.right-nav ul li.buynow-btn a {
    background: #ece7e2;
    color: #000;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}
.menu-new-header-menu-container > ul.navbar-nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000 !important;
    border-color: #ece7e2;
    display: inline-block;
    line-height: 1em;
    border-right: 2px solid #ece7e2;
    padding-right:19px !important;
    font-family: 'trend_sansone';
}
.menu-new-header-menu-container ul.navbar-nav > li:last-child a{
    border:none;
}

.menu-new-header-menu-container ul li,
.menu-new-header-right-container ul li{
    position: relative;
}
.menu-new-header-menu-container ul li{
    padding:0 8px;
}
.menu-new-header-menu-container ul {
    padding: 17px 0;
}
.menu-new-header-menu-container ul li.menu-item-has-children > a{
    position: relative;  
    padding-right: 27px !important;
}
.menu-new-header-menu-container ul li.menu-item-has-children > a::after,
.navbar-light .menu-new-header-right-container li.menu-item-has-children:last-child a::after {
    position: absolute;
    content: "\f078";
    font: normal normal normal 12px/1 FontAwesome;  
}
.menu-new-header-menu-container ul li.menu-item-has-children > a::after{
    right: 10px;
    top: 2px;
}
.navbar-light .menu-new-header-right-container a.nav-link {
    color: #b9b0a7;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    display: flex;
    height: 100%;
    align-items: center;
    font-family: 'trend_sansone';
}
.navbar-light .menu-new-header-right-container li:last-child a.nav-link{
    text-decoration: none;
    background: #ece7e2;
    color: #000 !important;
    position: relative;
    padding: 19px 52px 19px 32px;
    box-shadow: 1px 1px 8px inset rgba(0,0,0,0.2);
	margin-left:10px;
}
.navbar-light .menu-new-header-right-container li.menu-item-has-children:last-child a::after {
    right: 33px;
    top: 23px;
}
.navbar-light .menu-new-header-right-container li:last-child ul.sub-menu a.nav-link{
    padding: 4px 12px 0;
    background:inherit;
    box-shadow: none;
	margin-left:0px;
}
.navbar-light .menu-new-header-right-container li:last-child ul.sub-menu a.nav-link::after{
    content:none;
}
.menu-new-header-menu-container ul.navbar-nav li ul.sub-menu li,
.menu-new-header-right-container ul.navbar-nav li ul.sub-menu li{
    border: none;
    padding: 3px 0;
    display: block;
    width: 100%;
    float: left;
}
.menu-new-header-menu-container ul.navbar-nav li ul.sub-menu li a{
    font-size: 14px;
    padding: 5px 0 !important;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.1em;
    display: inline-block;
    width: 100%;
    float: left;
    color: #000;
    font-family: 'trend_sansone';
}
.menu-new-header-menu-container ul li ul.sub-menu,
.menu-new-header-right-container ul li ul.sub-menu{
    background:#fff;
}
.navbar-light .menu-new-header-right-container li ul.sub-menu a.nav-link:hover{
    color: #21bfd4 !important; 
}
/*********** End New Header **********/
.header-container{
    width:100%;
    max-width:1294px;
    margin:0 auto;
}
.page-template-home-2 .main-container{
    width:100%;
    max-width:1920px !important;
    margin:0 auto;
}
.home2 .owl-dots {
    display: none;
}
.appointment.appointment-home2{
    padding:20px 0;
    border: 0;
}
.appointment.appointment-home2 h2{
    font-family: 'trend_sansone';
    padding: 2px 0 0;
    line-height: 1.2;
    font-size: 40px;
    letter-spacing: 2px;
}
.appointment-home2 .location_select .sel-location-btn{
    background: #ece7e2;
    color: #000;
    font-size: 14px;
    padding: 16px 39px 15px 24px;
    font-family: 'trend_sansone';
    line-height: 1em;
    position:relative;
    font-weight: 400 !important;
    cursor: pointer;
}
.appointment-home2 .sel-location-btn::after{
    position: absolute;
    content: "\f078";
    font: normal normal normal 12px/1 FontAwesome; 
    right: 20px;
    top: 17px;
}
.appointment-home2 ul.dropdown-loactions-menu{
    background: #ece7e2; 
}
.appointment-home2 ul.dropdown-loactions-menu li a{
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'trend_sansone';
}
.appointment-home2 ul.dropdown-loactions-menu li a:hover{
    background: #000000;
    color: #fff; 
}
ul.dropdown-loactions-menu li:hover a{
    border-radius: 0;
}
ul.dropdown-loactions-menu li:last-child:hover a{
    border-radius: 0 0 10px 10px;
}
ul.circle-listing li {
    width: 33%;
    float: left;
    text-align: center;
    padding: 0 50px;
    vertical-align: top;
}
ul.circle-listing::after{
    clear:both;
    content:"";
    display:table;
}
.circle-sections {
    padding: 60px 0 22px;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}
.circle-content p {
    font-size: 15px;
    color: #000000;
    padding: 30px 7px 0;
}
.homeFeaturedSection.homefeatured-home2 > div {
    height: 500px;
    font-family: 'trend_sansone';
}
.homeFeaturedSection.homefeatured-home2 .featured-stylist{
    width:60%;
}
.homeFeaturedSection.homefeatured-home2 .homeFeaturedOffer{
    width:40%;
}
.homefeatured-home2 .featured-stylist-content h4{
    font-size: 72px;
    line-height: 100px;
    color: #ffffff;
    font-family: 'trend_sansone';
}
.join-footer-form {
    background: #e6e6e6;
    padding: 30px 0;
}
.join-footer-form .form-email {
    width: 100%;
    padding: 15px 20px 15px 59px;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    color: #ece7e2;
    font-weight: 400;
    font-family: 'trend_sansone';
}
.join-footer-form .form-email::placeholder {font-size: 20px;}
.join-footer-form input[type="submit"] {
    background: #fff;
    border: none;
    padding: 16px 40px 14px;
    text-transform: uppercase;
    font-size: 16px;
    color: #000000;
    font-family: 'trend_sansone';
    cursor: pointer;
}
.form-container {
    width: 100%;
    margin: 0 auto;
    max-width: 70%;
}
.footer-new-container {
    width: 100%;
    max-width: 1294px;
    margin: 0 auto;
    padding: 40px 0;
}
.footer-new-container ul.footer_logos {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
#footer .footer-new-container p.copyright a {
    font-size: 11px;
    line-height: 24px;
    color: #000 !important;
}
.footer-new-container p.copyright {
    margin: 0;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
.footer-new-container .contact_phones ul li span {
    display: inline-block;
    width: 125px;
    color: #000;
    font-size: 13px;
    font-family: 'trend_sansone';
    text-transform: uppercase;
}
.footer-new-container .contact_phones ul li a {
    color: #000;
    font-size: 13px;
    font-family: 'trend_sansone';
}
.join-footer-form .form-email::-webkit-input-placeholder { /* Edge */
    color: #ece7e2;
}

.join-footer-form .form-email:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ece7e2;
}

.join-footer-form .form-email::placeholder {
    color: #ece7e2;
}
.footer-social ul {
    margin: 0;
    text-align: right;
}
.footer-social ul li {
    display: inline-block;
    padding: 0 10px;
}
.footer-new-container ul.footer_logos > li{
    padding: 0 33px 0 0;
}
.footer-new-container ul.footer_logos li:first-child a,
.footer-new-container ul.footer_logos li:nth-child(4) a,
.footer-new-container ul.footer_logos li:last-child a{
    width: 50px;
}
.full-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
footer#footer{
    padding: 0;
    border:0;
}
.homefeatured-home2 .home_offer_location{
    height: 90%;
    display: flex;
    align-items: center;
}
.gift-home2 {
    width: 100%;
}
.gift-home2 h3{
    margin: 20px 0;
    font-family: 'trend_sansone';
}
.gift-home2 p {
    text-transform: uppercase;
}
.slide-btn {
    position: absolute;
    right: 0;
    bottom: 50px;
    content: "";
    width: 75%;
    left: 0;
    margin: 0 auto;
    text-align: right;
}
.slide-btn p{
    margin:0;
}
.homeSlideSingle span{
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: 1em;
    padding: 20px 25px 16px 20px;
    text-transform: uppercase;
    font-family: 'trend_sansone';
    border-radius: 6px;
    position: relative;
    z-index: 9;
    display: inline-block;
}
.homeSlideSingle span::after{
    position: absolute;
    content: "\f105";
    right: 11px;
    top: 18px;
    font: normal normal normal 19px/1 FontAwesome;
}
.form-container span.wpcf7-form-control-wrap.email{
    position: relative;
}
.form-container span.wpcf7-form-control-wrap.email::before {
    position: absolute;
    content: "";
    left: 26px;
    top: 0;
    background: url(https://auraspa.staging.wpengine.com/wp-content/uploads/2020/01/New-Project.png);
    width: 24px;
    height: 20px;
    background-repeat: no-repeat;
}
.join-footer-form div.wpcf7-mail-sent-ok {
    border: 2px solid #8dbd78;
    font-size: 13px;
    margin: 10px 0 0;
}
.join-footer-form div.wpcf7-validation-errors, 
.join-footer-form div.wpcf7-acceptance-missing{
    font-size: 13px;
    margin: 10px 0 0;  
}

@media (max-width: 1440px) and (min-width: 1300px){
    .page-template-home-2 .main-container{
        width: 100% !important;
        max-width: 1920px !important;
    }

}
@media (min-width: 1800px){
    .appointment-home2 .location_select .sel-location-btn{
        color: #000;
        font-size: 14px;
        padding: 17px 39px 15px 24px;
    }
    .homeFeaturedSection.homefeatured-home2 > div{
        height: 600px;
    }
    .homeFeaturedSection.homefeatured-home2 .featured-stylist-content h5 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .homeFeaturedSection.homefeatured-home2 .featured-stylist-content h4{
        font-size: 120px;
    }
    .appointment.appointment-home2{
        padding:29px 0;
    }
}
@media (max-width: 1399px){
    .header-container{
        padding:0 10px;
    }
    .homeFeaturedSection.homefeatured-home2 > div {
        height: 400px;
    }    
}
@media (max-width: 1299px){
    .page-template-home-2 header#header{
        padding:20px 10px;
    }
    .menu-new-header-menu-container ul li {
        padding: 0 3px;
    }
    .menu-new-header-menu-container > ul.navbar-nav > li > a,
    .navbar-light .menu-new-header-right-container a.nav-link{
        font-size: 13px;
    }
    .new-header .icons-head{
        width:auto !important;
        margin:0;
    }
    .navbar-light .menu-new-header-right-container li:last-child a.nav-link{
        padding: 10px 42px 9px 22px;
    }
    .navbar-light .menu-new-header-right-container li.menu-item-has-children:last-child a::after{
        right: 23px;
        top: 12px;
    }
    .menu-new-header-menu-container ul {
        padding: 10px 0;
    }
    .new-header .logo-col .logo{
        padding:0;
    }
    .icons-head.new-header-btn .responsive-header{
        padding-left:0;
        padding-right: 20px;
    }    
}
@media (max-width: 1199px){
    .homeFeaturedOffer .offers, .homeFeaturedSection .featured-stylist img {
        height: 90%;
    }
    .homeFeaturedSection.homefeatured-home2 > div{
        height: 350px;
    }
    .homeFeaturedSection .featured-stylist img {
        object-fit: cover;
    }       
}

@media (max-width: 1130px){
    .menu-new-header-menu-container > ul.navbar-nav > li > a, 
    .navbar-light .menu-new-header-right-container a.nav-link{
        font-size: 11px;
    }
    .menu-new-header-menu-container ul li.menu-item-has-children > a{
        padding-right: 22px !important;
    }
    .menu-new-header-menu-container ul.navbar-nav li ul.sub-menu li a{
        font-size: 11px;
    }
    ul.circle-listing li{
        padding: 0 30px;
    }
    .homefeatured-home2 .featured-stylist-content h4{
        font-size: 50px;
        line-height: 1.4;
    }
    .menu-header-top-container ul li ul.sub-menu, 
    .menu-new-header-menu-container ul li ul.sub-menu, 
    .menu-new-header-right-container ul li ul.sub-menu{
        width: 160px;
    }
}
@media (max-width: 1024px){
    .footer-new-container p.copyright{
        padding-left: 80px;
    } 
    .join-footer-form{
        padding:30px 0 10px;
    }
}
@media (max-width: 991px){
    .appointment.appointment-home2{
        text-align: center;
    }
    .appointment.appointment-home2 h2{
        font-size: 24px;
        margin-bottom: 10px;
    }
    ul.circle-listing li {
        padding: 0 10px;
    }
    .circle-content p{
        padding: 20px 10px 0;
    }
    .appointment-home2 .location_select .sel-location-btn{
        width:auto;
        font-size: 12px;
    }
    .homeFeaturedSection.homefeatured-home2 .featured-stylist-content h4{
        font-size: 40px;
    }
    .footer-new-container{
        padding:20px 0;
    }
    .footer-new-container p.copyright{
        padding-left: 40px;
    } 
    .serviveMainRow{
        text-align: center;
    }
    .homeFeaturedOffer .offers, .homeFeaturedSection .featured-stylist img {
        height: 100%;
    }  
    .homeFeaturedSection.homefeatured-home2 > div{
        height: 260px;
    }     
}
@media (max-width: 1320px) and (min-width: 768px){
    .footer-new-container p.copyright{
        right:19px;
    }
    .footer-new-container ul.footer_logos > li {
        padding: 0 10px 0 0;
    }
    .homeFeaturedSection.homefeatured-home2 .featured-stylist-content h4{
        font-size: 40px;
    }
    .homeFeaturedSection.homefeatured-home2 .featured-stylist-content{
        padding:20px 30px 0;
    }
}
@media (max-width: 768px){   
    .footer-new-container ul.footer_logos li:first-child a, 
    .footer-new-container ul.footer_logos li:nth-child(4) a, 
    .footer-new-container ul.footer_logos li:last-child a{
        width:50px;
    }
    .footer-new-container ul.footer_logos > li {
        padding: 0 7px 0 0;
    }
    .footer-new-container p.copyright {
        padding-left: 16px;
    }
    .homeFeaturedSection.homefeatured-home2 {
        display: block !important;
    }
    .homeFeaturedSection.homefeatured-home2 .featured-stylist {
        width: 100%;
    }
    .homeFeaturedSection.homefeatured-home2 .homeFeaturedOffer{
        height: 600px;
    }
}
@media (max-width: 767px){
    .appointment.appointment-home2 h2{
        text-align: center;
    }
    ul.circle-listing li{
        width: 49%;
        float: none;
        display: inline-block;
    }
    ul.circle-listing{
        text-align: center;
    }
    .homeFeaturedSection.homefeatured-home2 > div{
        height:auto;
    }
    .homeFeaturedSection.homefeatured-home2 .homeFeaturedOffer {
        height: 360px;
    }
	.homeFeaturedOffer .offers {
		background-size: cover !important;
		background-position: center !important;
	}
    .offers .gift-home2 h3 {
        text-align: center;
    }
    .form-container{
        max-width: 90%;
    }
    .form-container .col-sm-8.col-sm-12{
        margin-bottom: 20px;
    }
    .footer-new-container ul.footer_logos,
    #footer .footer-new-container p.copyright{
        position: relative;
        margin-top: 20px;
    }
    .footer-social ul{
        text-align: center;
        margin-bottom: 6px;
    }
    #footer .footer-new-container p.copyright{
        text-align: left;
        margin-top:0;
    }
    .footer-new-container {
        width: 100%;
        max-width: 1294px;
        margin: 0 auto;
        padding: 40px 0 20px;
    }
    .form-container .col-sm-8,
    .form-container .col-sm-4,
    .footer-new-container .footer-one,
    .footer-new-container .footer-two{
        width:100%;
        max-width: 100%;
    }
    .form-container .col-sm-8{
        margin-bottom: 10px;
    }
    .form-container .row,
    .footer-new-container .row{
        display: block;
    }
    .footer-new-container .contact_phones ul li span{
        width:200px;
    }
    .footer-new-container .contact_phones ul li a{
        width: 100%;
    }
    .footer-new-container ul.footer_logos{
        padding-left:10px;
        margin-bottom: 15px;
    }
    .footer-new-container  ul.footer_logos img {
        width: auto;
    }
    .appointment.appointment-home2 h2{
        font-size: 20px;
        margin-top: 2px;
    }
    .slide-btn{
        width: 95%;
        bottom: 10px;
    }
    .homeSlideSingle span{
        padding:15px 25px 10px 20px;
    }
    .homeSlideSingle span::after{
        top: 12px;
    }
    .footer-new-container ul.footer_logos > li {
        padding: 0 5px 0 5px;
    }
    .footer-new-container p.copyright {
        padding-left: 0px;
    }
    .appointment.appointment-home2 .appointmentInner{
        display: block;
    }
    .appointment.appointment-home2 .location_select {
        width: 230px;
        margin: 0 auto;
    }
    .appointment.appointment-home2{
        padding: 10px 0;
    }
    .appointment-home2 .location_select .sel-location-btn{
        padding:10px 34px 11px 24px;
    }
    .appointment-home2 .sel-location-btn::after{
        top: 11px;
    }
    .appointment-home2 ul.dropdown-loactions-menu {
        width: 210px !important;
        right: 0px;
        top: 35px !important;
    }
    .circle-sections {
        padding: 30px 0 2px;
    }
    .homeFeaturedSection.homefeatured-home2 .featured-stylist-content h4 {
        font-size: 25px;
    }

}
@media (min-width: 600px) and (max-width:767px){
	.homeFeaturedSection.homefeatured-home2 .homeFeaturedOffer {
    height: 600px !important;
}
}
@media (max-width: 680px){
    ul.circle-listing li{
        width:100%;
    }
    .footer-new-container .contact_phones ul li {
        flex-wrap: nowrap;
    }
    .homeSlideSingle span{
        padding:10px 17px 6px 14px;
    }
    .homeSlideSingle span::after{
        top: 7px;
        right: 8px;
    }
}
@media (max-width: 480px){
    .appointment.appointment-home2 h2{
        font-size: 16px;
    }
    .footer-new-container .contact_phones ul li span {
        width: 225px;
    }
}
/*.homeSliderOuter.home2 {
    position: relative;
    height: calc(100vh - 179px);
     background: #000; 
    overflow: hidden;
}
div#home2Slider11 {
    height: 100%;
}*/
@media(min-width:1370px){
    div#home2Slider11 {
        /*! height: calc(100vh - 179px); */
    }
}

@media(min-width:1300px){
    .homeSliderOuter {
        position: relative;
        /*height: calc(100vh - 179px);*/
        /*background: #000;*/
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    div#home2Slider11 div {
        height: 100%;
    }
    #home2Slider11.owl-carousel .owl-item img {
        display: block;
        /* width: auto !important; */
        /* height: 100% !important; */
        margin: 0 auto;
    }
}

/*============== Preview Page=============*/
.landing-header.preview-page-header ul li{
    float:none;
}
.preview-page-form input,
.preview-page-form select{
    width: 100% !important;
    margin-bottom: 15px;
    height: 40px !important;
    display: block;
    width: 100%;
    padding: 6px 12px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none !important;
    border: none !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    opacity: 1;
    outline: none !important;
}
.preview-page-form select{
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
    background: #ffffff url(/wp-content/uploads/2020/03/Aura-arrow.png) no-repeat scroll right 10px top 15px / 26px auto;
}
select::-ms-expand {
    display:none !important;
}
.preview-page-form input::-webkit-input-placeholder{ /* Edge */
  color: #000;
}

.preview-page-form input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
  color: #000;
}

.preview-page-form input::placeholder {
  color: #000;
}
.preview-page-form .wpcf7-submit {
    background: #1cbfd4;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.row.preview-section-txt {
    margin-top: 20px;
}
p.preview-save {
    font-weight: 600;
    font-size: 16px;
}
ul.preview-listing li::after {
    content: "";
    content: "";
    position: absolute;
    top: 5px;
    height: 8px;
    width: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 0;
    transform: rotate(135deg);
    margin: auto;
}
ul.preview-listing li {
    font-size: 14px;
    padding-left: 16px;
    margin-bottom: 5px;
    position: relative;
}
ul.preview-listing {
    margin: 0 0 10px;
}
p.preview-package {
    font-size: 14px;
    margin-top: 17px;
    display: block;
}
p.preview-offer {
    font-size: 12px;
    margin-top: 30px;
}
.row.preview-section-txt p.formTopLine {
    font-size: 14px;
}
.previewtitle-img{
    width: 40%;  
}
.previewtitle-img.fathersday-text {
    width: 55%;
}
.fathersday-text p {
    font-size: 17px;
}
.landing-header.preview-page-header ul{
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
}
.landing-header.preview-page-header ul li:first-child img {
    width: 210px;
}
.preview-bonus-black {
    width: 45%;
    margin: 60px 0 0;
    padding: 15px 0 15px 0;
    color: #fff;
    position: relative;
}
/* .previewtitle-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 72px;
    background: #FFF;
    left: 0;
    top: 100%;
} */
p.bonus-first {
    margin: 0;
    color: #1cbfd4;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 1.2;
}
p.bonus-sec {
    margin: 0;
    font-size: 38px;
    line-height: 1.2;
	text-transform: uppercase;
}
.preview-bonus-black.mothersday-title.fathersday-title p.bonus-sec {
    width: 600px;
}
p.bonus-sec span{
    color: #1cbfd4;
    font-weight: 600;  
}
.page-id-2760 .landing-pages-container{
    height: calc(100vh - 170px);
}
.preview-page-form .wpcf7-form-control-wrap {
    position: relative;
    width:100%;
    float:left;
}
.preview-page-form span.wpcf7-not-valid-tip{
    float: right;
    font-size: 10px;
    position: absolute;
    right: 6px;
    width: auto;
    bottom: 15px;
}
.row.preview-section-txt div.wpcf7-response-output {
    position: absolute;
    margin: 0;
    padding: 3px;
    font-size: 12px;
    text-align: center;
    bottom: -15px;
    width: 93%;
}
img.mobile-prview-title{
    display: none;
}
p.preview-package a {
    color: #3bbfd5;
}

p.re-open {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 17px;
}


@media(max-width:1400px){
    .preview-bonus-black{
        width:60%;
    }   
}
@media(max-width:1200px){
    .preview-bonus-black{
        width:90%;
    }
    .landing-pages-container ul.LocationStyle{
        padding: 80px 0px 20px; 
    }
}
@media(min-width:768px) and (max-width:820px){
    .page-id-2760 .landing-pages-2020{
        height: auto;
    }
    .page-id-2760 .landing-pages-container {
        height: auto;
    }
    .page-id-2760 .landing-pages-container .textWhite {
        margin-top: 0;
    }
}
@media(max-width:767px){
    .page-id-2760 .landing-pages-container {
        height: auto;
    }
    .landing-header.preview-page-header ul li {
        display: block;
        padding: 19px 0 0!important;
    }
    p.bonus-sec {
        font-size: 24px;
        color: #000;
    }
    .preview-bonus-black{
        width: 100%; 
        margin: 0px 0 0px;
        padding: 15px 0 15px 10px;
    }
    .preview-bonus-black::before{
        display: none;
    }
    ul.preview-listing li::after{
        border-top: 2px solid #000;
        border-left: 2px solid #000;
    }
    .row.preview-section-txt .wpcf7 {
        background: #e8e8e8;
        padding: 1px 10px;
    }
    .preview-page-form .form-group.mb-3 {
        margin-bottom: 0 !important;
    }
    .page-id-2760 ul.LocationStyle {
        padding: 10px 0;
        display: block;
    }
    .row.preview-section-txt p.formTopLine br{
        display:none;
    }
    .row.preview-section-txt p.formTopLine {
        margin: 20px 0 7px;
    }
    .previewtitle-img {
        width: 100%;
        margin-top: 0px;
    }
    .previewtitle-img img.desktop-prview-title{
        display: none;
    }
    .previewtitle-img img.mobile-prview-title{
        display: block;
    }
    .row.preview-section-txt div.wpcf7-response-output{
        position: static;
        width: 100%;
        margin-bottom: 5px;
    }
}
/*============== Mothersday Page=============*/
.landing-header.mothersday-page-header ul li:first-child img {
    width: 250px;
}
.preview-page-form.motherday-form input, 
.preview-page-form.motherday-form select{
	margin-bottom: 0;
}
.preview-page-form.motherday-form span.wpcf7-not-valid-tip{
	bottom: 0;
    color: #e60000;
}
.form-group.col-lg-12.mothersday-submit {
    margin-bottom: 0;
}
.preview-bonus-black.mothersday-title img.mobile-title{
	display: none;
}
.preview-page-form input::-webkit-input-placeholder { /* Edge */
    color: #000;
}

.preview-page-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

.preview-page-form input::placeholder {
    color: #000;
}
.fathersday-text p.form--title {
    font-size: 14px;
}



@media(min-width:1024px){
	.preview-page-form.motherday-form input[type="tel"], .preview-page-form.motherday-form input[type="text"], .preview-page-form.motherday-form input[type="email"], .preview-page-form.motherday-form select {
    background-color: #f3f0ee !important;
}
}
@media(min-width:1400px){
	.preview-bonus-black.mothersday-title {
	    margin-bottom: 18px;
	    margin-top: 0;
	}
	.preview-bonus-black.mothersday-title {
	    margin-bottom: 18px;
	    margin-top: 0;
	}
	.previewtitle-img.mothersday-text {
	    width: 46%;
	}
	.previewtitle-img.fathersday-text {
		width: 55%;
	}
	.landing-pages-container p {
	    font-size: 16px;
	}
	.textWhite.blk-content.mothersday-topsection{
		margin-top: 0;
	}
}
@media(min-width:1700px){
    .landing-pages-container p {
        font-size: 24px;
    }
	.landing-pages-container .fathersday-text p {
		font-size: 21px !important;
	}
	.page-id-2824 .landing-pages-container {
		height: calc(100vh - 260px);
	}
}
@media(max-width:1440px){

	.preview-page-form.motherday-form input, .preview-page-form.motherday-form select{
		height: 35px !important;
	}
	.preview-page-form.motherday-form select{
		background: #ffffff url(/wp-content/uploads/2020/03/Aura-arrow.png) no-repeat scroll right 10px top 13px / 20px auto;
	}
	.textWhite.blk-content.mothersday-topsection,
	.preview-bonus-black.mothersday-title{
		margin-top: 0;
	}
	.landing-header.mothersday-page-header ul li:first-child img {
	    width: 190px;
	}
}
@media(max-width:1200px){
	.previewtitle-img.mothersday-text {
	    width: 50%;
	}
    .preview-bonus-black.mothersday-title img{
        width:65%;
    }
}
@media(max-width:1024px){
	.previewtitle-img.mothersday-text {
	    width: 60%;
	}
	.landing-header.mothersday-page-header {
	    width: 100%;
	    float: left;
	    margin-top: 40px;
	}

}
@media(max-width:840px){
	.landing-header.mothersday-page-header {
	    margin-top: 50px;
	}
	.page-id-2789 .landing-pages-container ul.LocationStyle {
	    padding: 20px 0px 20px;
	}
}
@media(max-width:767px){
	p.form--title {
    font-size: 14px !important;
    margin-top: 20px;
}
	.landing-header.mothersday-page-header ul li:first-child{
	    display: block;
	}
	.landing-pages-container .previewtitle-img.mothersday-text p {
	    font-size: 16px;
	}
	p.re-open {
		margin: 20px 0;
	}
	.previewtitle-img.mothersday-text {
	    width: 100%;
	}
	
	.preview-bonus-black.mothersday-title img {
	    width: 100%;
	}
	.preview-bonus-black.mothersday-title img.mobile-title{
		display: block;
        width: 85%;
	}
	.preview-bonus-black.mothersday-title img.desktop-title{
		display: none;
	}
	.landing-header.mothersday-page-header {
	    margin-top: 40px;
	}
	.landing-header.mothersday-page-header {
	    margin-top: 40px;
	}
	.preview-page-form.motherday-form input, .preview-page-form.motherday-form select {
	    margin-bottom: 15px;
	}
	.form-group.col-lg-12.mothersday-submit input{
		margin-bottom: 0;
	}
	.row.preview-section-txt .wpcf7 {
	    padding: 10px 10px 0;
	}
	.page-id-2789 .landing-pages-2020,
	.page-id-2789 .landing-pages-container{
		height: auto;
	}
    .preview-bonus-black.mothersday-title{
        padding: 20px 0 15px 0px;
    }
}
@media(max-width:480px){
	.landing-header.mothersday-page-header {
	    margin-top: 73px;
	}
	.textWhite.blk-content.mothersday-topsection .mobile-banner {
	    margin-top: 160px;
	}
	.page-id-2824 .landing-header.mothersday-page-header {
		margin-top: 70px;
	}
}
@media(max-width:380px){
	.landing-header.mothersday-page-header {
	    margin-top: 88px;
	}
	.textWhite.blk-content.mothersday-topsection .mobile-banner {
	    margin-top: 170px;
	}
}


/*==============Virtual Event Page=============*/
.preview-bonus-black.virtual-event-title{
    width: 78%;
    margin: 40px 0 0;  
}
.previewtitle-img.virtualevent-txt h3 {
    text-transform: capitalize;
    font-size: 30px;
    margin: 10px 0 10px;
}
.previewtitle-img.virtualevent-txt{
    width: 540px;   
}

.page-id-2812 .preview-page-form input::placeholder { 
  color: #000 !important;
}

.page-id-2812 .preview-page-form input:-ms-input-placeholder { 
  color: #000 !important;
}

.page-id-2812 .preview-page-form input::-ms-input-placeholder { 
  color: #000 !important;
}
.preview-bonus-black.virtual-event-title img.desktop-title{
    width:80%;
}
.page-id-2812 .row.preview-section-txt div.wpcf7-response-output{
    width: 96%;
}
.page-id-2812 .preview-page-form select{
    text-shadow: none;
}
/*Fallspecial Page*/

.fallspecical-txt a{
    color: #47c7db;
}
.fallspecial-date {
    font-size: 23px;
    font-family: 'trend_sansone';
    margin-bottom: 20px;
}
p.fallspecical-txt {
    font-size: 20px !important;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}
.fallspecial-last-txt {
    font-size: 15px;
    line-height: 22px;
    color: #bfb2ae;
    font-weight: 500;
}
.fall-flex-end {
    align-items: flex-end;
    display: flex;
}
.landing-header ul li:last-child {
    position: relative;
    z-index: 999;
}
.fallspecial-from-section {
    margin-bottom: 50px;
}
.fallspecial-from-section .preview-page-form .wpcf7-submit{
    background:#fff;
    color: #000;
    cursor: pointer;
}
.fallspecial-from-section .preview-page-form.motherday-form input[type="tel"], 
.fallspecial-from-section .preview-page-form.motherday-form input[type="text"], 
.fallspecial-from-section .preview-page-form.motherday-form input[type="email"], 
.fallspecial-from-section .preview-page-form.motherday-form select{
    background:#f2f0ee;
}
.fallspecial-from-section .preview-page-form.motherday-form select {
    background: #f2f0ee url(/wp-content/uploads/2020/03/Aura-arrow.png) no-repeat scroll right 10px top 13px / 20px auto;
}
.row.preview-section-txt .fallspecial-from-section div.wpcf7-response-output {
    position: absolute;
    font-size: 12px;
    text-align: center;
    bottom: 0;
    width: 94%;
    float: none;
    left: 0;
    right: 0;
    padding: 5px 0px;
    margin: 0 auto;
}
/*Massage Week Page*/
.fallspecial-date.massageweek-date {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 1.2;
}
.massageweek-title-img {
    margin-bottom: 30px;
}
p.fallspecical-txt.massageweek-txt {
    font-size: 16px !important;
    font-weight: 400;
}
p.fallspecical-txt.massageweek-txt strong{
    font-weight: bold;
}
.row.preview-section-txt.massageweek-form-section .wpcf7-submit {
    background: #fff;
    color: #000;
}
p.bottom-massageweek-line {
    text-align: right;
    margin: 0;
    font-size: 16px;
}
.massageweek-form-width {
    width: 100%;
    max-width: 600px;
}
.row.preview-section-txt .massageweek-form-width div.wpcf7-response-output{
    float: left;
    width: 100%;
    position: relative;
}
.row.preview-section-txt .massageweek-form-width div.wpcf7 .ajax-loader{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;   
}
.promobox img {
	width: 100%;
}
@media (min-width: 1400px){
    .previewtitle-img.virtualevent-txt{
        width: 860px;
    } 
    .page-id-2812 .landing-pages-container {
        height: calc(100vh - 185px);
    } 
    .previewtitle-img.virtualevent-txt h3 {
        text-transform: capitalize;
        font-size: 36px;
        margin: 20px 0 20px;
    }  
    .page-id-2812 .landing-pages-container p {
        font-size: 22px;
    }
    .row.preview-section-txt.massageweek-form-section  p.bottom-massageweek-line{
        bottom: -100px;
        position: absolute;
        right: 0;
    }
    p.fallspecical-txt.massageweek-txt {
        font-size: 18px !important;
    }
    .massageweek-form-width {
        width: 100%;
        max-width: 600px;
    }
    .fathersday-text .massageweek-form-width p.form--title {
        font-size: 18px !important;
    }
}
@media (min-width: 1500px){
    .page-id-2812 .landing-pages-container {
        height: calc(100vh - 260px);
    } 
    .preview-bonus-black.virtual-event-title img.desktop-title{
        width:100%;
    }
    .fallspecial-from-section p.form--title {
        font-size: 22px !important;
    }
    .fall-flex-end {
        margin-left: 60px;
    }

}
@media (min-width: 1700px){
    p.fallspecical-txt.massageweek-txt {
        font-size: 22px !important;
        line-height: 35px;
    }
    .fathersday-text .massageweek-form-width p.form--title {
        font-size: 21px !important;
    }
    .massageweek-form-width {
        max-width: 700px;
    }
    .row.preview-section-txt.massageweek-form-section, p.bottom-massageweek-line {
        bottom: -150px;
        font-size:16px;
    }
}
@media (max-width: 1450px){
    .page-id-2812 .row.preview-section-txt div.wpcf7-response-output {
        width: 100%;
        position: inherit;
    }
}
@media (max-width: 1366px){
    p.bottom-massageweek-line {    
        margin-top: 40px;
    }
}
@media (max-width: 1200px){
    .preview-bonus-black.virtual-event-title {
        width: 90%;
        margin: 40px 0 0;
    }
    .previewtitle-img.virtualevent-txt {
        width: 51%;
    }
    .page-id-2812 .landing-pages-container {
        height: calc(100vh - 267px);
    }
    .previewtitle-img.virtualevent-txt h3 {
        margin: 12px 0 10px;
    } 
    p.bottom-massageweek-line {
        margin-top: 80px;
    }

}
@media (max-width: 1025px){
    .previewtitle-img.virtualevent-txt {
        width: 56%;
    }
    .preview-bonus-black.virtual-event-title img {
        width: 90%;
    }
    .page-id-2871 .landing-pages-2020{
        background-position: center;
    }
    p.fallspecical-txt.massageweek-txt {
        font-size: 13px !important;
    }
    .page-id-2903 .landing-pages-2020{
        background-position: 54% 0px;
    }
    p.bottom-massageweek-line {
        margin: 100px 0 0;
    }
    p.bottom-massageweek-line{
        bottom: 0;
    }
}
@media(max-width:1023px){
    p.fallspecical-txt{
        color: #000;
    }
    .fallspecial-from-section p.form--title{
        color: #000;
    }
    .fallspecial-from-section .preview-page-form .wpcf7-submit{
        background: #1cbfd4;
        color: #fff;
    }
    .fallspecial-last-txt{
        margin-bottom: 30px;
    }
    .page-id-2871 .landing-header.mothersday-page-header,
    .page-id-2903 .landing-header.mothersday-page-header {
        margin-top: 0;
    }
    .page-id-2871 .landing-header ul li:last-child,
    .page-id-2903 .landing-header ul li:last-child {
        display: block;
        text-align: center;
        float: none;
        padding-bottom: 10px;
    }
    .fallspecial-topsection p.bonus-sec{
        display: none;
    }
    .fallspecial-date.massageweek-date{
        color:#000;
    }
    .fallspecial-topsection .massageweek-title-img p.bonus-sec {
        display: block;
    }
    .fathersday-text .massageweek-form-width p.form--title,
    p.bottom-massageweek-line {
        font-size: 16px;
        color: #000;
    }
    .row.preview-section-txt.massageweek-form-section .wpcf7-submit{
        background: #1cbfd4;
        color: #fff;
    }
    p.bottom-massageweek-line {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .massageweek-form-width{
        width: 100%;
        max-width: 100%;
    }
    .row.preview-section-txt .massageweek-form-width div.wpcf7-response-output{
        color:#000;
    }

    .fallspecial-date.massageweek-date,
    .massageweek-title-img{
        display: none;
    }
    p.fallspecical-txt.massageweek-txt {
        font-size: 18px !important;
    }

}
@media (min-width: 991px) and (max-width: 1024px){
    .page-id-2812  .landing-pages-container ul.LocationStyle {
        padding: 20px 0px 20px;
    }
    .page-id-2812 .landing-pages-container {
        height: calc(100vh - 190px);
    }


}
@media (max-width: 991px){
    .page-id-2812 .landing-pages-container {
        height: calc(100vh - 151px);
    }
    .previewtitle-img.virtualevent-txt {
        width: 73%;
    }
    .page-id-2812 .landing-pages-container ul.LocationStyle li{
        margin-right: 20px;
    }
	.promobox img {
		width: auto;
	}	
}
@media (max-width: 820px){
    .page-id-2812 .landing-pages-container {
        height: auto;
    }
}
@media (max-width: 767px){

    .previewtitle-img.virtualevent-txt {
        width: 100%;
    }
    .preview-bonus-black.virtual-event-title img.mobile-title {
        width: 100%;
    }
    .previewtitle-img.virtualevent-txt h3 {
        margin: 0px 0 10px;
        font-size: 20px;
    }
    .page-id-2812  .landing-pages-container ul.LocationStyle {
        padding: 20px 0px 20px;
    }
    .preview-bonus-black.virtual-event-title {
        width: 100%;
        margin: 10px 0 0;
    }
    .fallspecial-date{
        font-size: 20px;
    }
    p.fallspecical-txt{
        font-size: 18px !important;
    }
    .fallspecial-from-section .preview-page-form.motherday-form input[type="tel"], 
    .fallspecial-from-section .preview-page-form.motherday-form input[type="text"], 
    .fallspecial-from-section .preview-page-form.motherday-form input[type="email"], 
    .fallspecial-from-section .preview-page-form.motherday-form select{
            background: #ffffff;
    }
    .fallspecial-from-section .preview-page-form.motherday-form select {
    background: #fff url(/wp-content/uploads/2020/03/Aura-arrow.png) no-repeat scroll right 10px top 13px / 20px auto;
}
    p.fallspecical-txt.massageweek-txt{
        text-align: center;
    }
    p.fallspecical-txt.massageweek-txt br{
        display: none;
    }
    .massageweek-form-width .preview-page-form.motherday-form span.wpcf7-not-valid-tip {
        bottom: 15px;
    }
}


@media (max-width: 480px){
    .page-id-2903 .textWhite.blk-content.mothersday-topsection .mobile-banner {
        margin-top: 100px;
    }   
}@media (max-width: 380px){
    .page-id-2871 .textWhite.blk-content.mothersday-topsection .mobile-banner,
    .page-id-2903 .textWhite.blk-content.mothersday-topsection .mobile-banner {
        margin-top: 90px;
    }    
}


/******  Modal ******/
#myModal .modal-body ul li {
    list-style: disc;
    font-family: montserrat;
    font-size: 14px;
    padding: 10px 5px;
    margin: 0 15px;
}
#myModal .modal-header {
    background: #21bfd4;
    color: #fff !important;
    border: none;
}
#myModal .modal-header .close {
    color: #fff;
    opacity: 1;
    cursor: pointer;
}
#myModal .modal-content {
    border: 0;
}
.modal-backdrop.show {
    opacity: 0.8;
}
#myModal .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    #myModal .modal-body ul {
        margin-bottom: 0;
    }    
    #myModal .modal-body ul li {
        font-size: 12px;
        padding: 0px 5px 5px 5px;
    }
    #myModal .modal-title {
        font-size: 1rem;
    }       
}

@media (max-width: 575px) {
      
}

/*########  01-12-2020 (https://auraspa.net/eyes/) ###########*/
@font-face {
    font-family: TrendSansOne;
    src: url(fonts/TrendSansOne.otf);
}
.page-id-3030 .landing-pages-container, .page-id-3030 .main-container {
    max-width: 100%;
    height: 100%;
    margin: 0;
    justify-content: unset;
    width: 100%;
    flex-direction: unset;
    width: 100% !important;
}
.sidebyside {
    display: flex;
}
.sidebyside .cmn-flex {
    flex: 50%;
    padding: 3rem;
}
.sidebyside .cmn-flex.img-section {
    display: flex;
    align-items: flex-end;
    text-align: center;
    position: relative;
}

.sidebyside .cmn-flex.img-section .textimg {
    width: 100%;
}
.page-id-3030 .form-section .logo {
    display: flex;
    justify-content: flex-end;
}
.white {
    color: #fff;
}
.cnt-section {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 80px);
    padding: 3rem 3rem;
    justify-content: center;
}
.cnt-section .texthd {
    font-family: TrendRhSansOne;
    font-size: 30px;
}
.cnt-section .para p {
    font-size: 20px;
    font-weight: 500;
    margin: 2rem 0;
}
.cnt-section .form--title {
    font-size: 20px;
    font-weight: 500;
}
.cnt-section strong {
    color: #2EBFD4;
}

.cnt-section .wpcf7 form .wpcf7-response-output {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    border: none;
    margin: 10px 0 0 0;
    font-size: 11px;
}
.cnt-section .preview-page-form select, .cnt-section .preview-page-form input {
    background-size: 14px !important;
    font-weight: 500;
}
.cnt-section .wpcf7-form {
    position: relative;
}
.cnt-section .preview-page-form span.wpcf7-not-valid-tip {
    background: #ac2828;
    right: 0;
    padding: 4px 12px;
    color: #fff;
    border-radius: 7px 0 0 0;
    font-size: 8px;
}
.cnt-section .preview-page-form input::placeholder, .cnt-section .preview-page-form select {
    opacity: 1;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

@media (max-width: 1500px) {
    .cnt-section .texthd {
        font-size: 22px;
    }  
    .cnt-section .para p,
    .cnt-section .form--title {
        font-size: 16px;
    }
    .cnt-section {
        padding: 3rem 2rem;
    }         
}
@media (max-width: 1380px) {
    .cnt-section .texthd {
        font-size: 18px;
    }
    .cnt-section .para p {
        margin: 1rem 0;
    } 
    .cnt-section .para p, .cnt-section .form--title {
        font-size: 15px;
    }          
}

@media (max-width: 991px) {
    .sidebyside .cmn-flex {
        flex: 100%;
        padding: 2rem 0;
    }
    .sidebyside {
        flex-direction: column;
    }
    .cnt-section {
        height: auto;
        padding-bottom: 0;
        padding-top: 2.5rem;
    }
    .sidebyside .cmn-flex.img-section {
        height: auto;
        flex: auto;
        min-height: 430px;
    } 
    .sidebyside .cmn-flex.img-section .textimg {
        width: 100%;
        max-width: 65%;
        margin: 0 auto;
    }
    .page-id-3030 .form-section .logo {
        justify-content: center;
        width: auto;
    }
    .sidebyside .cmn-flex.img-section::before {
        content: "";
        background: linear-gradient(to top right, #7091ae61 ,#000000a3);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
    .sidebyside .cmn-flex.img-section .textimg {
        z-index: 1;
        position: relative;
    }                          
}

@media (max-width: 767px) {
    .cnt-section .para p, .cnt-section .form--title {
        color: #fff;
    }  
    .page-id-3030 #main-wrapper {
        position: static;
    } 
    .cnt-section .form--title {
        margin-bottom: 10px;
        text-align: center;
    }
    body.page.page-id-3030 {
        height: auto !important;
        padding-bottom: 0;
        overflow-y: hidden !important;
    }                             
}


/********  /gifttomom/  ********/
.page-3104 .notification-bar, #newauraspa .newFooterDesign {
    display: none;
}
.page-3104 .LocationStyle li a{
    border:2px solid #ADA69E;
    color: #ADA69E !important;
    background: none;
    font-family: 'TrendRhSansOne';
    font-size: 18px;
}
.page-3104 .LocationStyle li a:hover {
    background: #44A9B3;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.21);
    border:2px solid transparent;
    color: #fff !important;
}
.page-3104 .content {
    margin: 3rem 0;
}
.page-3104 .page-logo {
    position: absolute;
    top: 0;
    left: 2rem;
}
.page-3104 .LocationStyle {
    max-width: 660px;
    margin: 25px auto 0 auto;
    text-align: left;
}

.page-3104 #new-foot-main {
    height: 100vh;
}
.page-3104 .cmd-top {
    margin-top: 0;
}
body#newauraspa.page-3104 {
    background-position: top right !important;
    display: table;
    width: 100%;
    float: left;
    background-color: #fff;
    background-size: cover !important;
}

@media  (max-width: 991px){
    .page-3104 .LocationStyle li a {
        font-size: 16px;
        width: auto;
        min-width: 160px;
    }
    .page-3104 .LocationStyle {
        text-align: center;
    }
}

@media  (max-width: 767px){
    .page-3104 .page-logo {
        position: relative;
        width: 100%;
        text-align: center;
        left: 0;
    }

    .page-3104 .content {
        margin: 2rem 0;
    }
}