
 #card-errors {
    color: #eb1c26;
    margin: auto 0px;
}

 #pageloader
{
  background: rgba( 255, 255, 255, 0.8 );
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#pageloader img
{
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}
	
/* reset */
form input,
form select,
form textarea,
form fieldset,
form optgroup,
form label,
.StripeElement {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
form label,
form legend {
  font-size: 0.825rem;
  margin-bottom: 0.5rem;
}
/* border, padding, margin, width */
form input,
form select,
form textarea,
.StripeElement {
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.75em 1rem;
  margin-bottom: 1.5rem;
}
form input:focus,
form select:focus,
form textarea:focus,
.StripeElement:focus {
  background-color: white;
  outline-style: solid;
  outline-width: thin;
  outline-color: gray;
  outline-offset: -1px;
}
form [type="text"],
form [type="email"],
.StripeElement {
  width: 100%;
}
form [type="button"],
form [type="submit"],
form [type="reset"] {
  width: auto;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
form [type="button"]:focus,
form [type="submit"]:focus,
form [type="reset"]:focus {
  outline: none;
}

form select {
  text-transform: none;
}
body {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    font-family: 'Open Sans';
}
.sticky {
  position:fixed;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(-40px);
  z-index: 1;
}
header {
    background-color: #fff !important;
    z-index: 99;
}
.headerBottomInfo {
    position: relative;
    padding: 5px 0;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.headerTopInfo:after {
    position: absolute;
    top: 0;
    right: -48px;
    bottom: 0;
    width: 50px;
    height: 100%;
    content: '';
    background: #ac7871;
    border-radius: 0 0 100% 0;
}
.headerTopInfo:before {
    position: absolute;
    top: 0;
    left: -48px;
    bottom: 0;
    width: 50px;
    height: 100%;
     background: #ac7871;
    content: '';
    border-radius: 0 0 0 100%;
}
.headerTopInfo{
        background: #ac7871;
        position: relative;
        padding: 7px 0;
        transition: all 150ms linear;
        min-height: 40px;
}
.headerContacts:first-child {
    margin-left: 0;
}
.headerContacts {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}
.normall {
    font-size: 15px;
    line-height: 26px;
}
.headerContacts i.fa {
    margin-right: 9px;
    font-size: 16px;
}
.headerTopInfo i.fa {
    color: rgba(255, 255, 255, .8);
}
.headerTopInfo a {
    color: rgba(255, 255, 255, .8);
    transition: all 150ms linear;
}
.headerBooking {
    float: right;
}
.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
    font-size: 0px;
    display: block;
}
.headerBottomInfo {
    position: relative;
    padding: 5px 0;
    transition: all 150ms linear;
}
.headerContent .logo {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.logo img {
    max-width: 100%;
    height: auto;
    display: block;
}
.menuIcon, .menuIconDup {
    position: absolute;
    top: 50%;
    right: 15px;
    height: 17px;
    width: 25px;
    cursor: pointer;
    z-index: 11;
    float: right;
    margin-top: -8px;
    display: none;
}
.menuIcon span:nth-child(1), .menuIconDup span:nth-child(1) {
    top: 0;
    left: 0;
}
.menuIcon span:nth-child(2), .menuIcon span:nth-child(3), .menuIconDup span:nth-child(2), .menuIconDup span:nth-child(3){
    top: 40%;
    left: 0;
}
.menuIcon span, .menuIconDup span {
    height: 3px;
    width: 25px;
    background: #202020;
    display: block;
    border-radius: 5px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    position: absolute;
}
.responsiveWrapper {
    position: absolute;
    top: 40px;
    right: 30px;
    -webkit-transition: top 150ms linear;
    transition: top 150ms linear;
}
nav {
    display: inline-block;
}
ul.main_menu_nav {
    padding: 0px;
}
nav ul li:first-child {
    margin-left: 0;
}
nav ul li {
    position: relative;
    display: inline-block;
    padding: 5px 0;
    margin: 0 11px;
}
a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none!important;
}

nav ul li a {
    font-family: "Raleway";
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #535353;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.headerSearch {
    position: absolute;
    top: 0;
    right: -30px;
}
.headerSearch i.fa {
    font-size: 16px;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
ul.sub-menu {
    padding-left: 0px;
}
.sub-menu:last-child{
    border-bottom: 1px solid #dedede;
}
nav ul li ul {
    position: absolute;
    top: 0px;
    left: -10000px;
    z-index: 2;
    padding-top: 38px;
    padding-left: 0;
    min-width: 241px;
    cursor: pointer;
}
nav ul li.current-menu-item > a, nav ul li a:hover, nav ul li a:focus, nav ul li.current-menu-item > a, nav ul li a:hover, nav ul li a:focus, .ThumbnailWrapper .as a:hover, .ThumbnailWrapper .as a:focus, .requestBlock .titleShortcode .as, nav ul li ul li a:hover, nav ul li ul li a:focus, .offerSwiper .swiper-button-next:hover:before, .socialThumnailWrapper .socialBlock i.fa:hover, .profile p, .year > span,  .appointmentDesign .ea-bootstrap a{
    color: #ac7871;
}
nav ul li ul li {
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid #dedede;
    background: #fff;
    border-bottom: 0;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
nav ul li ul li a {
    text-transform: none;
    padding: 17px 22px;
    font-weight: 500;
    display: block;
    font-family: "Open Sans";
    letter-spacing: 0.3px;
}
nav ul li ul li:hover {
    background: #f3f3f3;
}
nav ul li.menu-item-has-children i.fa {
    display: inline-block;
}
nav ul li i.fa {
    font-size: 16px;
    color: #535353;
    display: none;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    margin-left: 5px;
}
.heading{
    margin-top: 0px;
    font-size: 28px;
    line-height: 1.39em;
    font-weight: 900;
    color: #ac7871;
    margin-bottom: 0px;
}
hr {
    margin: .7rem 0;
}
.fw-600{
    font-weight: 600;
}
.submit-btn{
    font-size: 15px;
    background: #ac7871;
    font-weight: 700;
    border-radius: 5px;
    color: #fff;
    border: none;
    margin: auto;
    padding: 10px 26px;
}
.submit-btn:hover , .prev-btn:hover{
    background: #000;
    color: #fff;
}
.error {
    color: red;
    /* margin: 10px 0px; */
}
.prev-btn{
    font-size: 15px;
    background: darkgray;
    font-weight: 700;
    border-radius: 5px;
    color: #fff;
    border: none;
    padding: 10px 26px;
}
.skip{
    position: absolute;
    right: 9rem;
    top: 10.77rem;
}
.next-step , .sub-btn{
    position: relative;
    right: 0rem;
    bottom: 3.77rem;
    left: 15.5rem;
    display: inline-block;
}
.cursor{
    cursor: pointer;
}
/*FOOTER*/
footer {
    background-color: #f9fafc;
    position: relative;
    padding: 80px 0 0;
}
.footerBlock {
    position: relative;
}
.small {
    font-size: 14px;
    line-height: 26px;
}   
.footerBlock .logo {
    margin-bottom: 24px;
    display: block;
    float: none;
}
.small {
    font-size: 14px;
    line-height: 26px;
}
.simple-article, .text_block {
    color: #8e8d8d;
}
.footerBlock .simple-article p, .menu-footer-2-container ul li a, .menu-footer-3-container ul li a, .menu-footer-2-container ul li::before, .menu-footer-3-container ul li::before, .locationContent p, .locationContent span, .footerContants a, .footerContants p, .copy, .created{
            color: #545454 !important;
}
.footerBlock .simple-article p {
    font-size: 14px;
}
.simple-article p:last-child, .text_block p:last-child {
    margin-bottom: 0;
}
.emptySpace15 {
    height: 15px;
}
.widget {
    margin-bottom: 30px;
}
.socialWrapper {
    position: relative;
}
ul.tt-socail {
    padding-left: 0;
}
.widget ul {
    list-style: none;
}
    footer .widget.widget_archive li a, footer .widget ul li {
    color: rgba(192, 181, 193, .6);
}
.socialWrapper ul li {
    display: inline-block;
    list-style: none;
}
.socialWrapper a {
    font-size: 14px;
    display: inline-block;
    padding: 14px;
    border: 1px solid #666;
    border-radius: 100%;
    position: relative;
    color: #666;
    margin: 0 4px!important;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.socialWrapper a {
    border-color: #ac7871;
}
.socialWrapper a i.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
    
.widget.widget_nav_menu {
    padding: 0;
}
.footer h4.widget_title {
    color: #353535;
}
h4.widget_title {
    color: #d5d5d5;
    letter-spacing: 2px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    font-family: "Raleway";
    margin-bottom: 25px;
}
h4.widget_title::after {
    bottom: -11px;
    left: 0;
    height: 2px;
    width: 44px;
    background: #c6c194;
    content: '';
    display: block;
    margin-top: 11px;
    background: #000;
}
ul.menu {
    padding-left: 0;
}
.menu-footer-2-container ul li, .menu-footer-3-container ul li {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 18px;
}
footer .widget.widget_archive li a, footer .widget ul li {
    color: rgba(192, 181, 193, .6);
}
.menu-footer-2-container ul li::before, .menu-footer-3-container ul li::before {
    font-family: "FontAwesome";
    content: "\f105";
    background: none;
    color: #857d86;
    top: -7px;
    margin-right: 15px;
    width: 14px;
    height: 14px;
        color: #545454;
}
.locationContent {
    padding-left: 36px;
}
.locationContent p {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 14px;
    color: rgba(192, 181, 193, .6);
    margin-bottom: 5px;
}
.locationBlock {
    position: relative;
    margin-bottom: 8px;
}
.footerContants {
    position: relative;
    margin-bottom: 13px;
}
.footerContants a, .footerContants p{
    padding-left: 36px;
    font-weight: 700;
}
.locationBlock i.fa {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 20px;
    color: #000000;
}
.footerContants i.fa {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 20px;
    color: #000000;
}
.bottomInfo {
    border-top: 1px solid #494149;
}
.copy, .created {
    margin: 33px 0;
 }
.created {
    float: right;
}
.created a{
    color: #545454 !important;
}
.socialWrapper a:hover {
    background: #dbab97;
    color: #2d2d2d;
}
.headerTopInfo a:hover, .clientSay i.fa, .sayPersone span, .menu-footer-2-container ul li a:hover, .menu-footer-3-container ul li a:hover, .footerContants a:hover, .created:hover a span, .locationBlock i.fa, .footerContants i.fa, .footerContants i.icon{
    color: #000 !important;
}
footer > .container > .row >*[class*="col"]:not(:first-child):not(:last-child) .footerBlock {
    max-width: 185px;
    margin: 0 auto;
}
.menuIcon span:nth-child(4), .menuIconDup span:nth-child(4) {
    bottom: 0;
    left: 0;
}
.menuIconActive span:nth-child(1) {
    -webkit-transform: translate(70px);
    transform: translate(70px);
    opacity: 0;
    visibility: hidden;
}
.menuIconActive span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #5d4c5f;
}
.menuIconActive span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #5d4c5f;
}
.menuIconActive span:nth-child(4) {
    -webit-transform: translate(-70px);
    transform: translate(-70px);
    opacity: 0;
    visibility: hidden;
}
#multistepsform {
	 text-align: center;
	 position: relative;
}
 #multistepsform fieldset {
	 background: white;
	 border: 0 none;
	 border-radius: 3px;
	 box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	 padding: 20px 30px;
	 box-sizing: border-box;
	 position: relative;
     width: 100%;
}

#multistepsform fieldset.pay_card {
     background: white;
     border: 0 none;
     border-radius: 3px;
     box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
     /*padding: 80px 30px;*/
     box-sizing: border-box;
     position: relative;
     width: 100%;
}



.col-sm-12.bg_success.alert.alert-success.alert-dismissible.fade.show.mt-5.text-center {
    background: #fff !important;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 40%);
    padding: 20px 30px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}


 #multistepsform fieldset:not(:first-of-type) {
	 display: none;
}
 #multistepsform input:focus, #multistepsform textarea:focus {
	 border-color: #679b9b;
	 outline: none;
	 color: #637373;
     border: 1px solid #637373;
}
 #multistepsform .action-button {
	 width: 100px;
	 background: #ff9a76;
	 font-weight: bold;
	 color: #fff;
	 transition: 150ms;
	 border: 0 none;
	 border-radius: 1px;
	 cursor: pointer;
	 padding: 10px 5px;
	 margin: 10px 5px;
}
 #multistepsform .action-button:hover, #multistepsform .action-button:focus {
	 box-shadow: 0 0 0 2px #f08a5d, 0 0 0 3px #ff9 76;
	 color: #fff;
}
 #multistepsform .fs-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #ac7871;
    font-weight: 900;
}
#multistepsform label{
    font-weight: 600;
    text-align: left;
}
 #multistepsform .fs-subtitle {
	 font-weight: normal;
	 font-size: 13px;
	 margin-bottom: 20px;
     color: #000;
}
 #multistepsform #progressbar {
	 margin-bottom: 30px;
	 overflow: hidden;
	 counter-reset: step;
}
 #multistepsform #progressbar li {
	 list-style-type: none;
	 color: #c1c1c1;
	 text-transform: uppercase;
	 font-size: 9px;
	 width: 33.33%;
	 float: left;
     font-weight: 600;
	 position: relative;
}
 #multistepsform #progressbar li:before {
	 content: counter(step);
	 counter-increment: step;
	 width: 20px;
	 line-height: 20px;
	 display: block;
	 font-size: 10px;
	 color: #fff;
	 background:#c1c1c1;
	 border-radius: 3px;
	 margin: 0 auto 5px auto;
}
 #multistepsform #progressbar li:after {
	 content: "";
	 width: 100%;
	 height: 2px;
	 background: #c1c1c1;
	 position: absolute;
	 left: -50%;
	 top: 9px;
	 z-index: -1;
}
 #multistepsform #progressbar li:first-child:after {
	 content: none;
}
 #multistepsform #progressbar li.active {
	 color: #ac7871;
     font-weight: 600;
}
 #multistepsform #progressbar li.active:before, #multistepsform #progressbar li.active:after {
	 background: #ac7871;
	 color: white;
}
 
@media (max-width: 1094px){
.headerTopInfo:before {
    border-radius: 0!important;
}
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
    padding: 0px;
}
}
@media (min-width: 992px){
nav > ul > li:hover > ul {
    opacity: 1;
    left: -9px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: left 0s, opacity 150ms linear, transform 150ms linear;
    transition: left 0s, opacity 150ms linear, transform 150ms linear;
    display: block;
}
}
@media (max-width: 991px){
.logo, .headerTopInfo {
    z-index: 11;
}
.headerBottomInfo {
    padding: 12px 0;
}
.headerTopInfo:after {
   border-radius: 0px;
}
.headerTopInfo:before {
    border-radius: 0px;
}
.menuIcon, .menuIconDup {
    display: block;
}
.responsiveWrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    padding: 0 0 20px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 250ms ease-out, opacity 250ms ease-out;
    transition: transform 250ms ease-out, opacity 250ms ease-out;
}
.navScroll {
    overflow: auto;
}
.responsiveWrapper nav {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.responsiveWrapper nav li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}
.responsiveWrapper nav li a {
    padding: 15px 30px;
    display: block;
}

.headerSearch {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    border-bottom: 1px solid #e1e1e1;
    padding: 11px 30px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.openMenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.responsiveWrapper nav li i.fa {
    position: absolute;
    top: 5px;
    right: 25px;
    padding: 10px;
    min-width: 30px;
    min-height: 30px;
    color: #989898;
    cursor: pointer;
}
.applied-class{
    position: relative;
    overflow: hidden;
}
.main-content{
    padding-top: 148px;
}
header{
    position: fixed ;
    width: 100%;
}
.DDopen {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
nav ul li ul {
    position: relative;
    top: 0;
    opacity: 1;
    left: 0;
    padding-top: 0;
    display: none;
    transform: translateX(0);
}
.responsiveWrapper nav ul li ul li {
    border-bottom: 1px solid #e1e1e1;
}
.responsiveWrapper nav ul li ul li a {
    background: #f3f3f3;
    padding-left: 50px;
    font-weight: 600;
}
nav ul li ul li:before {
    position: absolute;
    top: 25px;
    left: 35px;
    width: 5px;
    height: 1px;
    background: #747474;
    content: '';
}
.block{
    display: block
}
}
@media (max-width: 767px){
.headerTopInfo {
    padding-left: 5px;
    height: 112px;
}
}
@media (max-width: 767px){
.headerContacts {
    display: block;
    margin: 0 0 10px;
}
.headerBooking {
    float: none;
    /*padding-left: 30px;*/
    display: inline-block !important;
}
.headerTopInfo:after {
    right: -11px;
}
.sub-btn{
        top: 11.77rem;
}
}
@media (max-width: 767.98px){
#footer {
    text-align: left !important;
    }
}
@media (max-width: 601px){
footer > .container > .row >*[class*="col"]:not(:first-child):not(:last-child) .footerBlock {
    max-width: 100%;
}
.created{
    float: left;
    margin: 10px;
}
.copy{
    margin: 10px;
}
}