@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
:root{
    --black: #0A0A0A;
    --red: #BE2228;
    --light-red: #F8E8E9;
    --white: #fff;
    --dark-grey: #7c7c7c;
}
body{
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    
}
input,label{
    font-family: 'Lora', serif;
}
.mb-6{
    margin-bottom: 4rem !important;
}
.mt-6{
    margin-top: 4rem !important;
}
.mb-8{
    margin-bottom: 6rem !important;
}
.mt-8{
    margin-top: 6rem !important;
}
/*======================= Top Header ========================= */
.top-header{
    background-repeat: repeat;
    background-position: center top;
    background-color:var(--black);
}

.logo_top>img{
    object-fit:contain;
    height:auto;
    width:200px;
}
.contact_icon:before {
    font-size: 0.79em;
    margin-right: 0;
}
 li ul li a {
    color: #3b3b39;
    position: relative;
    display: block;
    padding: 0.5em 1em 0.4em;
    font-family: 'Lora',sans-serif;
    font-weight: 700;
}
li>ul>li>a:hover {
    color: #cd9e64;
    background-color: transparent !important;
    
}

.contact_icon {
    float: left;
    width: 2.667em;
    height: 2.533em;
    line-height: 2.2em;
    text-align: center;
    margin: 0.3em 1.11em 0 0.15em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.contact_icon {
    background-color: var(--red);
    border-radius: 1rem 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_icon>i {
    font-size: 0.867em;
}
.contact_icon>.fa-phone{
    transform: rotate(90deg);
}
.contact_phone>a{
    font-family: 'Lora', serif;
    font-size: 14px;
    color: var(--white);
}
.contact_email {
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 1em;
}
.contact_label {
    font-family: 'Lora', serif;
    font-weight: 700;
}
.contact_field {
    margin-top: 1.88em;
    margin-bottom: 1.88em;
    color: var(--white);
}

.contact-phone{
    display: flex;
    justify-content:flex-end;
}
.logo {
    margin-top: 1.5em;
    margin-bottom: 1.36em;
}

/*============= top-header-bottom ================== */
.top-header-bottom{
    background-color: var(--red);
    margin-top: -12px;
    height: 60.72px;
}
.menu_show .menu_main_nav_area {
    display: inline-block;
    position: relative;
    z-index: 1000;
}
.menu_main_nav{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.menu_main_nav > li {
    position: relative;
    z-index: 20;
    margin-bottom: 0;
}
.menu_main_nav > li > a {
    padding: .5600000000000001em 1.55em .66em;
    font-family: 'Lora', serif;
    font-size: 1.067em;
    line-height: 1.2857em;
    font-weight: 700;
    color: var(--white);
}
.menu_main_nav > li > a {
    display: block;
    margin: 0.555em 0 0.25em;
    border-radius: 20px 20px;
}
.menu-item>a.active,.menu-item>a:hover{
    background-color: var(--black);
    box-shadow: 0 0 4px var(--black);
}
.menu_main_nav > li > ul {
    top: 4em;
    left: calc(50% - 108px);
    line-height: 1.2857em;
    text-align: center;
}
.menu_main_nav > li ul {
    width: 217px;
    padding: 0.7em 0;
    background-image: url(../img/bg_massag_1.jpg);
    background-repeat: repeat;
}
.menu_main_nav > li+li {
    z-index: 19;
}
.menu_main_nav > li ul {
    position: absolute;
    display: none;
    z-index: 10000;
}
.sub-menu.dropdown-menu{
    top: 105.5%!important;
    width: 217px !important;
    min-width: 217px !important;
    left: -40% !important;
}


/*================================ Main ========================= */

/*=============================== Slider ======================== */
.main-slider .item>.slider-img{
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100vh;
    max-height: 650px;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: inherit;
    
}
.main-slider{
    z-index: 5;
}
.main-slider .owl-item.active>.item>.slider-img{
    -webkit-animation: zoom 20s;
  animation: zoom 20s;}
@-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(1, 1);
    }
    to {
      -webkit-transform: scale(1.3, 1.3);
    }
  }
  
  @keyframes zoom {
    from {
      transform: scale(1, 1);
    }
    to {
      transform: scale(1.3, 1.3);
    }
  }
.slider-heading{
    font-family: 'Lora', serif;
    line-height: 62px;
    letter-spacing: 0px;
    font-weight: 700;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    opacity: 1;
}
.slider-tagline{
    font-family: 'Lora', serif;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 20px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
.slider-btn{
    z-index: 7;
    background-color: var(--red);
    font-family: "Source Sans Pro";
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    color: var(--white);
    text-decoration: none;
    line-height: 17px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 30px;
}
.main-slider .owl-dots,.testimonial-slider .owl-dots{
    display:none;
}

/* ========================== banner section ====================== */
.banner-section{
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    /* max-height: 650px; */
    opacity: 1;
    visibility: inherit;
}
.fa-cut{
    
    transform: rotate(270deg);
}
.tab-icon>i{
    font-size: 20px;
}
#pills-tab{
    position:relative;
}
#pills-tab>.nav-item>.nav-link.active {
    position:relative;
    color: #EDBF88;
    background-color: transparent !important;
    position: relative;
    border:none!important;

}
#pills-tab>.nav-item>.nav-link.active:after{ 
    content:"";
    position: absolute;

}
#pills-tab>.nav-item>.nav-link{
    color:#4d4d4d;
    margin-top: 3px;
    padding-bottom: 2px;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    background-color: transparent !important;
    font-family: 'Lora', serif;
    border:none!important;
    position:relative;
}
.slider
{
  display:inline-block;
  width:30px;
  height:2px;
  border-radius:3px;
  background-color:#EDBF88;
  position:absolute;
  z-index:1;
  bottom:-5px;
  transition:all .25s cubic-bezier(0, -0.38, 1, 1.41);
  
}
.form-group {
    margin-bottom: 1rem;
    position: relative;
}
.img-icon{
    position: absolute;
    top: 7px;
    left: 2px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--red);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(237 191 136 / 25%);
}
.btn-mustured{
    background-color: #EDBF88;
    color:#fff !important;
    font-weight: bold;
    font-size:16px;
    width: 100%;
    border-radius:5px;
    margin: 0;
    font-family: 'Lora', serif;
}
.form-group>.pl-4 {
    padding-left: 1.8rem!important;
}

.calendar-div {
    /* position: absolute;
    z-index: 555; */
    width: 100%;
}
.calendar-heading{
    font-family: 'Lora', serif;
    font-weight: 500;
} 
.btn-outline-blue {
    color: #EDBF88 !important;
    background-color: transparent !important;
    border:2px solid #EDBF88 !important;
    border-radius: 5px;
    font-family: 'Lora', serif;
    font-weight: 500;
    font-size: inherit;
    text-transform: capitalize;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.chosse_date::after{
    content: "";
    width: 20px;
    height: 20px;
    background: rgb(167, 11, 11);
    z-index: 1;
    left: 55px;
    top: 50%;
    margin: -10px 0 0 -10px;
    -webkit-transform: rotate(
45deg
);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
}
.calendar-menu{
    transition: all 0.5s ;
}
  
.calendar-menu.active{
    width: 200%;
    transition: all 0.5s ;
}
.btn-outline-light{
    border-radius: 5px;
    font-family: 'Lora', serif;
    font-weight: 500;
    font-size: inherit;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 0.75rem .375rem 2rem !important;
    color: #6C757D !important;
    text-transform: capitalize !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-outline-light:hover,.btn-outline-light:focus{ border-radius: 5px;
    font-family: 'Lora', serif;
    font-weight: 500;
    font-size: inherit;
    border-color: #CED4DA !important;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 0.75rem .375rem 2rem !important;
    color: #6C757D !important;
    text-transform: capitalize !important;
}
.ui-datepicker-inline{
    width:100%;
    height: 100%;
}
.ui-datepicker-calendar>thead{
    border-bottom:1px solid #e8e8e8;
    border-top:1px solid #e8e8e8;
    margin:auto 5px;
}
.ui-widget-header {
    border: 1px solid white;
    background: transparent !important; ;
    color: #2a2a2a;
    font-weight: 500;
    font-family: 'Lora', serif;
}
.popup-card{
    height: 300px;
}
.mw{
    max-width:380px
}
/*============================ Section 2 ========================= */
 .section2{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;  
   
   
 }

 .section2>.mask{
     padding-bottom: 6rem;
     padding-top: 1rem;
 }
 .section2-heading {
    font-family: 'Lora', serif;
    font-size: 1.867em;
    font-weight: 700;
    color: var(--red) !important;
    text-align: center;
    margin: 1em 0 0.49em;
    flex: 1 1 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    padding: 0  0.5rem 0.5rem;
}

.feature-card{
    /* position: relative; */
    background-color:transparent
}
.feature-card>p{
    color: var(--black);
    font-size: 0.86rem;
    margin: 0 0 4px 0;
    margin: 0 0 4px 0;
    display: -webkit-box;
    max-height: calc(2 * (2rem, 1.6rem));
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    letter-spacing: .25px;
}
.hover_icon_link{
    color: #edbf88; 
}
.hover_icon:before {
    font-size: 1.8em;
    width: 2.1em;
    height: 2.2em;
    line-height: 2.2em;
}
.hover_icon_link:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    content: '\f0c1';
}
.hover_icon:before {
    font-size: 2.62em;
    background-color: #fff;
    cursor: pointer;
    display: block;
    width: 1.55em;
    padding-left: 0.1em;
    height: 1.64em;
    line-height: 1.7em;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3);
    transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    -moz-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    -ms-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    -o-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.hover_icon:before {
    background-color: var(--red);
}
.hover_icon:before {
    color: #fff;
}


.hover_icon:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0%;
    right: 0;
    background-color: rgba(190,34,40,0.3);
    opacity: 0;
    -webkit-transition: opacity .8s ease;
    -moz-transition: opacity .8s ease;
    -ms-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;
    transition: opacity .8s ease;
}
.hover_icon:after {
    background-color: rgba(190,34,40,0.3);

}
.hover_icon:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1,1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1,1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1,1);
    transform: translateX(-50%) translateY(-50%) scale(1,1);
    -webkit-transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275) 0.1ms;
    -moz-transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275) 0.1ms;
    -ms-transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275) 0.1ms;
    -o-transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275) 0.1ms;
    transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275) 0.1ms;
}
.hover_icon:hover:after {
    opacity: 1;
}
.hover_icon:before {
    font-size: 1.7em;
    width: 2.3em;
    height: 2.3em;
    line-height: 2.3em;
}
.custom-padding{
    padding-left: 0px;
    padding-right: 30px;  
}
.feature-heading{
    margin: -0.05em 0 ;
    margin: 1.34em 0 1.32em;
    text-align: center;
    line-height: 1em;
    color: var(--red) !important;;
    font-family: "Lora", sans-serif;
    /* font-size: 2.8rem; */
    font-weight: 700;
}

/* =============== section 3 =============================*/

.section3{
    /* background-image: url(http://massage-therapist.ancorathemes.com/wp-content/uploads/2016/08/bgg.jpg?id=449) !important; */
    background-position: center ;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /* position: relative; */
}
.about-heading{
    color: var(--red) !important;;
    padding-bottom: 2px;
    margin-top: 2.8rem !important;
    font-family: "Lora", sans-serif;
    font-size: 3.667em;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 0.4em;
}
.about-text{
    font-size: 17px;
    color: var(--black);
    font-weight: 400;
}
.about-btn{
    background-color: var(--black);
    display: flex;
    text-align: center;
    padding: 0.8em 4.1em 0.9em;
    font-weight: 700;
    border-radius: 40px;
    text-transform: uppercase;
    margin-top: 2rem !important;
    transition: all 0.3s ease 0s;
    color: var(--white);
    font-size: 15px;
    align-items:center;
    justify-content:center;
    max-width:250px
}
.about-btn:hover{
    background-color: var(--red);
    color: var(--white);
}

/*=================== Testimonials================================== */
.testimonials{
    
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    overflow-x: hidden;
}
.testimonial-slider{
    padding-bottom: 6rem !important;
}
.testimonials .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    background-attachment: fixed;
    
    
}
.section_subtitle{
    color: var(--red);
    text-align: center;
    position: relative;
    margin: 7.34em 0 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 700 !important;
}


.section_title{
    font-family: "Lora", sans-serif;
    /* font-size: 2.8em; */
    color: white;
    font-weight: 700;
    margin: -0.05em 0 1.32em;
    text-align: center;
    line-height: 1em;
    position: relative;
}
.text-dark{
    color:#3B3B39 !important;
}
.testimonial_content {
    font-size: 1.1em;
    font-family: "Lora", sans-serif;
    line-height: 1.45em;
    color: white;
    margin-top: -0.3em;
    margin-bottom: -0.21em;
    text-align: center;
    font-weight: 300;
}
button.owl-prev {
    position: absolute;
    left: -6%;
    top: 0%;
    /* width: 5em; */
    font-size: 2.3em !important;
    font-weight: 700 !important;
    color: white !important;
}
button.owl-next {
    position: absolute;
    right: -6%;
    top: 0%;
    /* width: 5em; */
    font-size: 2.3em !important;
    font-weight: 700 !important;
    color: white !important;
}
button.owl-next:hover, button.owl-prev:hover{
    color: #EDBF88 !important;
    background-color:transparent !important;
}
.testimonial_avatar:after {
    color: #edbf88;
}
/* .testimonial_avatar:after {
    position: absolute;
    content: "\e8f6";
    font-family: Fontello;
    top: 2.6em;
    right: 6.89em;
    font-size: 5em;
    z-index: -1;
} */

.testimonial_avatar>img{
    max-width: 92px;
    margin: 0 auto;
    margin-top: 1.9em;
    z-index: 1;
    position: relative;
    -moz-border-radius: 50%;
    object-fit: cover;
    object-position:top;
    border-radius: 251px 101px 166px 150px / 180px 205px 120px 198px;
    
}
.testimonial_author{
    text-align: center;
}
.testimonial_author_name {
    color: var(--red);
    padding-right: 3px;
}
.testimonial_author_name, .testimonial_author_position {
    font-size: 1.2em;
    margin-top: -0.12em;
    margin-bottom: 1.5em;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
   
}
.testimonial_author_position {
    font-size: 1.2em;
    margin-top: -0.12em;
    margin-bottom: 1.5em;
    font-weight: 700;
    color:white;
}

/*=================== Services================================== */
.services{
    
        
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;

}
.services>.container{
    margin-bottom: 6rem;
}
.service_slider_img{
    
     width: 100%; 
     height: 100vh;
     max-height: 362px; 
     position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.services .card{
    max-height: 362px;
}
.sc_title {
    overflow: hidden;
    position: relative;
    padding-bottom: 2px;
    color:#3b3b39;
    font-family: "Lora", sans-serif;
    font-size: 1.867em;
    line-height: 1.3em;
    font-weight: 700 !important;
    margin-top: 1.5em;
    margin-bottom: 0.44em;
}
.card-text {
    font-size: .86rem;
    font-weight: 400;
    color: var(--black);
    display: -webkit-box;
    max-height: calc(2 * (2rem, 1.6rem));
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    letter-spacing: .25px;
}
.service-img{
    object-fit: cover;
}
section.services-section2 .icon {
    margin-top: 25px;
}

.icon>a>h1 {
    width: 50px;
    height: 50px;
    font-size: 4rem;
    color: var(--red);
    font-weight: 300;
}
.service-btn{
    font-size: 0.867em !important;
    font-weight: 700 !important;
    padding: 0.65em 1.64em 0.65em 1.64em !important;
    position: relative;
    background-color: var(--red);
    color: #fff;
    border-radius: 10rem;
}
.service-btn:hover{
    color: #fff;
    background-color: var(--black);
}

.service_slider .owl-dots {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: var(--light-red);
    display: block;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--red);
    background-color: var(--red);
}

.sc_icon:before {
    font-size: 2.2857em;
    line-height: 1px;
}
.sc_icon {
    display: block;
    width: 4.2em;
    height: 4.2em;
    line-height: 5.1em;
    margin: 0 auto;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #F6F4E9;
    margin-right: 0.8em;
    font-size: 1.5em;
    background-color: #f6f4e9;
    color: #edbf88;
    margin-top: 1.4em;
}
.sc_icon:hover {
    border:2px solid #edbf88 !important;
    background-color: #ffffff
}
.services_item_title {
    font-size: 1.333em;
    color: #3b3b39 !important;
    font-family: "Lora", sans-serif;
    line-height: 1.3em;
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 0.44em;
    display: -webkit-box;
    max-height: calc(2 * (2rem, 1.6rem));
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    letter-spacing: .25px
}


/*=============== appointment =================*/

.appointment{
    
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /* position: relative; */
}
.appointment-heading{
    margin-bottom: 0.53em;
    padding-top: 1.08em;
    font-weight: bold;
    /* margin: -0.05em 0 1.32em; */
    text-align: center;
    line-height: 1em;
    text-align: center;
    font-family: "Lora", sans-serif;
}
.appointment-text{
    font-size: 1.3em;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 1.5em;
    margin: 0 auto 0.2em;
    color: var(--black) !important;
    font-family: 'Source Sans Pro', sans-serif;
}

.appointment h1{
    color: var(--red);
}

/*=============== specialists =================*/

.specialists{
   padding-top: 6rem;
   padding-bottom:6rem;
}

.team_item_avatar {
    position: relative;
    transition: all ease .3s;
    text-align: -webkit-center;
    text-align: center;
}
.team_item_avatar>img{
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    object-fit: cover;
    object-position: top;
    height:240px;
    width:240px;
}

.team_item_hover {
    background-color: rgba(59,59,57,0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: center;
    border-radius: 50%;
    margin: 0 1.2rem;
    transition: all ease .3s;
}
.team_item_socials{
   
    width: 100%;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    transition: all ease .3s;
}
.specialists_img>.mask:hover .team_item_socials {
    transform: translateY(0%);
}
.specialists_img>.mask{
    display: flex;
    justify-content:center;
    align-items: center;
}
.team_item_avatar .team_item_hover .team_item_socials{
    margin-top: 0;
    transition: all ease .3s;
}
.socials_size_tiny {
    overflow: hidden;
    display: inline-block;
}

.team_item_avatar:hover .team_item_hover{
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0 1.2rem;
    transition: all ease .3s;
}
.socials_item {
    margin: 0 0.25em 0.25em 0;
}

.team_item_socials{
    overflow: hidden;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.socials_size_tiny .social_icons span {
    font-size: 1.2em;
    line-height: inherit;
}
.socials_item {
    margin: 0 0.25em 0.25em 0;
}
.socials_item a:hover {
    background-color: #edbf88;
}
.socials_item a:hover {
    border-color: #edbf88;
}
.socials_size_tiny a {
    width: 2.8em;
    height: 2.8em;
    line-height: 2.8em;
    padding: 13px 8px;
    border-radius: 50%;
}

.team_item_title {
    margin: 0;
    font-size: 1.3333em;
    color: #3b3b39;
    line-height: 1.3em;
    font-weight: 700;
    font-family: "Lora", sans-serif;
}

.team_item_title>.text-dark:hover{
    color: #edbf88 !important;
}
.team_item_position {
    margin-top: 0.5em;
    color: #edbf88;
    font-style: italic;
}
.team_item_description {
    margin-top: 1em;
    overflow: hidden;
    color: #75716c !important;
    font-size:14px;
}





.bg-dark{
    background-color: var(--black) !important;
    padding: 7em 0 4.6em;
    margin-top: -7px;
}
.contacts_address span, .footer_address span {
    font-family: "Lora", sans-serif;
    font-size: 1.067em;
    font-weight: 700;
    line-height: 1.6em;
    color: var(--red);
}
address {
    margin-bottom: 1.5em;
}
.contacts_address  span1{
    color: var(--white)!important;
    font-size: 13.5px;
}

.footer_padding{
    padding-left: 0;
    padding-right:30px;
}

.footer_address {
    text-align: right;
    padding-right: 6.66em!important;
    padding-top: 1.55em;
}
.footer_phone {
    text-align: left;
    padding-left: 4.5em!important;
    padding-top: 1.55em;
}

.contacts_address a {
    color: var(--white) !important;
    font-size: 13.5px;
}

.footer-bottom{
    background-color: var(--red);
    padding: 2.2em 0 2em;
    overflow: hidden;
    text-align: center;
}
.copyright_text>p {
    color: #e1e1e1;
    text-align: center;
    font-size: 1em;
    font-family: "Lora", sans-serif;
}
.copyright_text>p>a {
    color: var(--black);
    font-weight: bold;
}
.gallery .card {
    border: none;
    background-color: transparent;
            box-shadow: inset -2px -2px 3px #d6d6d6, inset 2px 2px 6px #949494;
    transition: all box-shadow 2s;
}
.gallery .card:hover {
    box-shadow:  rgb(210 207 207 / 30%) 0px 1px 2px 0px, rgb(14 14 14 / 15%) 0px 1px 3px 1px;
    transition: all 6s;
}
.gallery .card img{
    transition: all .5s;
}
/* .gallery .card:hover img.main-image {
    transform: scale3d(1.03, 1.1, 1.1);
    transition: all .3s;
}
.gallery .card:hover img.small-images {
    transform: scale3d(1.1, 1.15, 1.1);
    transition: all .3s;
} */

.lightbox {
    cursor: pointer;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
    background: rgb(252,242,233, 25%);
    filter: none;
    -webkit-filter: none !important;
    z-index: 9997;
}
.lightbox__nav--prev {
    left: 10px;
    background-image: url(../img/back.svg);
}
.lightbox__nav--next {
    right: 10px;
    background-image: url(../img/next.svg);
}
.lightbox__close {
    right: 10px;
    top: 10px;
    background-image: url(../img/cross.svg);
    background-size: 70%;
}
.lightbox img {
    display: block;
    position: absolute;
    border: 5px solid #fff;
    box-shadow: 0 0 20px #a2a7ab;
    border-radius: 1px;
}

/* ================Services=============== */
.banner-heading{
    font-family: 'Lora', sans-serif;
    font-weight: 700;
    font-size:3.933em
}

.breadcrumb {
    background-color: transparent;
    color: white !important;
}
.breadcrumb-item{
    font-family: 'Lora', sans-serif;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: white;
    content: "|";
}
.hero-section{
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        width: 100%;
        height: 350px;
        opacity: 1;
        visibility: inherit;
        overflow: hidden;
        z-index: 999;
    }
    .hero-section.appointment__{
        background-position: center;
    }

    /*================================ contact us =========================== */

.contact-card{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 201px;
    border-radius:0px
}
.contact-card h1{
    margin: -0.05em 0 1.32em;
    text-align: center;
    line-height: 1em;
    text-align: center;
    color: var(--red);
    font-family: "Lora", sans-serif;
    font-size: 2.8em;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.contact-card p{
    font-size: 1em;
    color: var(--black);
    font-family: inherit;
    font-weight: 400 !important; 
    
}
.contact-card .mail,.contact-card .phone{
    color: var(--black);
}
.form-control-lg{
    width: 100%;
    padding: 0 1.7em !important;
    background-color: var(--light-red) !important;
    border-color: var(--light-red);
    color: var(--black) !important;
    line-height: 1.2857em;
    font-size: 1em;
}
.form-control-lg:hover{
    border-color: #d5d3ca;
}
.form-control-lg:focus{
    box-shadow: none;
}
.contact-form{
    max-width: 430px;
    margin:auto;
}
.contact-form textarea{
        min-height: 18em;
        padding-top: 1.2em !important;
        overflow: auto;
    vertical-align: top;
    border-radius: 30px;
    resize: none;
}
.form-check-input[type="checkbox"]:checked+label:before, label.btn input[type="checkbox"]:checked+label:before {
    
    border-top: 2px solid transparent;
    border-right: 2px solid #EDBF88;
    border-bottom: 2px solid #EDBF88;}
    .form-check-input[type="checkbox"]+label, label.btn input[type="checkbox"]+label {
        position: relative;
        display: inline-block;
        height: 1.5625rem;
        padding-left: 26px;
        color: #75716c;
        line-height: 1.5625rem;
        font-size: 0.8em;}
        
.btn-contact,.comment-btn,.comment-reply-btn{
    background-color: var(--black);
    transition: all ease .3s;
    display: inline-block;
    text-align: center;
    padding: 0.9em 3.1em 0.8em;
    font-weight: 700;
    border-radius: 40px;
    text-transform: uppercase;
    font-family: inherit;
    font-size: .9em;
    outline: 0;
    border:0;
    color: #ffffff;
    margin: 1.8em 0 0;
    max-width: 224px;
}
.btn-contact.disabled ,.comment-btn.disabled,.comment-reply-btn.disabled{
    background-color: #F0F0F0;
    color:#888888;
}  

/* ============ Blogs ================ */
.blog-heading {
    font-family: "Lora", sans-serif;
    font-size: 1.333em;
    line-height: 1.3em;
    font-weight: 700;
    color: #3b3b39 !important;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1.3em;
}
.taglinks {
    display: flex;
    flex-wrap: wrap;
}
a.blog-heading:hover {
    color: #cd9e64 !important;
}
.blog-section{
    padding: 7em 1.3em;
}
.blog-card>.view{
    max-height: 250px;
}
.blog-card-breadcrumb>.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #9E9B98;
    content: "|";
}
.blog-card-breadcrumb>.breadcrumb-item>a{
    color:#75716C;
}
.blog-card-breadcrumb>.breadcrumb-item>a:hover{
    color: #cd9e64;
}
.post_info_date:before,.icon-heart-empty:before,.icon-comment:before {
    color: var(--red);
}

.blog-right-card{
    background-color: #fbf3e3;
}
.blog-right-card .blog-categories {
    padding: 6.66em 4.6em 3em;
    box-sizing: border-box;
}
#date-picker .ui-datepicker-next.ui-state-disabled{
    display: none;
}
#date-picker .ui-datepicker-prev span, #date-picker .ui-datepicker-next span {
    
    top: 35%;
    margin-top: 0px;
}
.widget_title {
    font-family: "Lora", sans-serif;
    margin-top: 0;
    margin-bottom: 0.54em;
    font-size: 1.867em;
    color: #3b3b39;
    line-height: 1.3em;
    font-weight: 700;
}
ul.widget_area li::before {
    content: "";
    position: absolute;
    background: #edbf88;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: -8%;
    top: 26%;
}
ul.widget_area {
    padding-left: 1.2rem;
    position: relative;
}

ul.widget_area li{
    position: relative;
}
ul.widget_area>li>a{
    color: #898989;
    font-size: 15px;
    font-weight: 400 !important;
    font-family: "Lora" , sans-serif;
}
ul.widget_area>li>a:hover{
    color: #edbf88;
}
.blog-categories:not(:first-child){
    border-top: 1px solid #EDBF88;
    margin-top: 2em;
    padding-top: 5em;
}

.search_field {
    padding-right: 30px !important;
    padding-left: 25px;
    background: none;
    border: none;
    height: 3em;
    line-height: 2.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline:0;
    background-color: #fff !important;
    border-radius:10rem;
    color: #8a8a8a;
}
.search_form{
    max-width: 241px;
    position: relative;
}
.search_button {
    position: absolute;
    right: 10%;
    top: 0;
    padding: 0;
    font-size: 1.1em;
    height: 2.7em;
    line-height: 2.8em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    outline:0;
    border: 0;
    color: #edbf88;
}
.search_button:hover{
    color: #8a8a8a;
}

#date-picker .ui-state-default {
    text-align: center !important;
    width: 24px;
    height: 24px;
    font-size: 15px;
    line-height: 1.15em;
    margin: 0 1px 0 2px;
}

#date-picker .ui-state-default {
    border: 0;
    background: transparent;
    font-weight: normal;
    color: #75716c;}
    #date-picker .ui-state-default.ui-state-highlight.ui-state-active {
        border: 1px solid #edbf88;
        background: #edbf88 ;
        color: white;
        border-radius: 50%;
    }

#date-picker .ui-widget-header {
    border: 0;
    background: transparent !important;
    color: #75716c;
    font-weight: 500;
    font-family: 'Lora', serif;
}

#date-picker .ui-widget-content {
    border: 0;
    color: #75716c;
}
#date-picker .ui-state-disabled  {
    opacity: 1.35;
    filter: Alpha(Opacity=100);
    background-image: none;
    cursor:text;
}

#date-picker .ui-state-disabled>span  {
    
    cursor:text;
}
#date-picker .ui-datepicker-calendar>thead {
    border-bottom: 0;
    border-top: 0;
    margin: auto 5px;
}
.tag-link{
    display: block;
    float: left;
    padding: 6px 1.7em;
    margin: 0 6px 6px 0;
    border-radius: 30px;
    font-size: 1em !important;
    border: 2px solid white !important;
    background-color: white;
    color: #3b3b39;
    transition: all 0.3s ease 0s;
    font-size: 14px !important;
}
.tag-link:hover{
    color: #ffffff;
    background-color:#EDBF88;
    border-color: #EDBF88 !important;
}


/* ========================== single blog ======================== */

.single_blog .overlay>.mask {
    /* transition: all .3s ;
    -moz-transition: all .3s ;
    -ms-transition: all .3s ;
    -o-transition: all .3s ; */
    cursor: pointer;
}
.single_blog .overlay>.mask>i {
    background-color: white;
    color: #cd9e64;
    padding: 15px;
    border-radius: 50%;
    font-size: 2em;
    -webkit-transform:  scale(0.3, 0.3);
    -moz-transform:  scale(0.3, 0.3);
    -ms-transform:  scale(0.3, 0.3);
    transform:  scale(0.3, 0.3);
    -webkit-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    -moz-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    -ms-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    -o-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    opacity: 0;
    cursor: pointer;
}
.single_blog .overlay>.mask:hover i{
    transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275) 0.1ms;
    -moz-transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275) 0.1ms;
    -ms-transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275) 0.1ms;
    -o-transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275) 0.1ms;
    -webkit-transform:  scale(1,1);
    -moz-transform:  scale(1,1);
    -ms-transform:  scale(1,1);
    transform:  scale(1,1);
    opacity: 1;
   
}
.author-card{
    background-color: #F6F4E9;
}
.author-card .card-title{
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 600 !important;
    font-family: "Source Sans Pro", sans-serif;
}
.author-card .card-title:hover{
    color: #898989;
    cursor: pointer;
}
.author-card .card-body {padding:1.9em 1.9em 2em;}
div#lightgallery>div:not(:first-child) {
    display: none;
}
#lg-share{
    display:none;
}
.lg-thumb-outer.lg-grab {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.single_blog>p{
    margin-bottom: 1.5em;
    color: #75716c;
    font-size: 14px;
}
.single_blog>p>strong{
    color: #edbf88;
    font-size: 1.25em;
    font-weight: 600;
}
.btn-fb,.btn-tw{
    background-color: #EDBF88 !important;
    margin: 2px !important;
    box-shadow: none;
    width: 35px;
    height: 35px;
    
}
.btn-fb>i,.btn-tw>i{
    font-size: 0.99em !important;
    line-height: 36px;
}
.btn-fb:hover  {
    background-color: #1e2e4f !important;
    box-shadow: none;
}
.btn-tw:hover {
    background-color: #147bc9 !important;
    box-shadow: none;
}

.comments-section{
    margin-top: 7em;
    padding: 5.9rem 0 0;
    border-top: 1px solid #e4e7e8;
}
.comments_title{
    font-family: "Lora", sans-serif !important;
    font-size: 280%;
    line-height: 1.3em;
    font-weight: 700 !important;
    margin-top: 0;
    margin-bottom: 2.87rem;
}
.comments-list-child{
    margin-left: 80px;;
}
.comment_reply{
    margin-top: 0.8em;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0.3em;
    text-transform: lowercase;
    color: #edbf88;
}
.comment_reply a{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: lowercase;
    color: #edbf88;
}
.comment-card{
    background-color: #F6F4E9;
}

.comments-list>li:not(:first-child){margin-top:1rem;}
.comment-card>.card-body{
    padding: 1rem 3rem 1rem 0.5rem;
    min-height: 10.3em;
}
.comment-by>.breadcrumb-item{
    color: #EDBF88;
}
.comment-by>.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #232A34 ;
    content: "|";
}

.comment-form{
    padding-bottom: 4px;
    margin-top: 5.65em;
}
.comments_form_title{
    margin-top: 6.5rem;
    padding: 6rem 0 0;
    border-top: 1px solid #e4e7e8;
    margin-bottom: 2.85rem  ;
    color: #3b3b39; 
    font-family: "Lora", sans-serif;
    font-size: 2.8em;
    line-height: 1.3em;
    font-weight: 700;
    margin:0;
    text-align: left;
}
.comment-reply-title{
    font-family: "Lora", sans-serif;
    font-size: 2.8em;
    line-height: 1.3em;
    font-weight: 700;
    margin-top: 2.2em;
    color: #3b3b39;
}
#cancel-comment-reply-link{
    font-size: 75%;
    color: #3b3b39 !important;
    font-weight: 700;
}
#cancel-comment-reply-link:hover{
    color: #edbf88 !important;
}
/*=============================== portfolio ===================== */
.portfolio-heading {
  
    font-size: 1.25em;
    line-height: 1.4em;
    color: #fff !important;
    font-weight: 700;
    font-family: "Lora", sans-serif;
    padding-right: 1.25rem!important;
    padding-left: 1.25rem!important
}
.portfolio-card>.view{
    max-height: 250px;
    overflow:unset;
}

.portfolio-card>.overlay>.mask:hover {
    opacity: 1;
    transform: translate(20px, 20px);
    z-index: 1;
}
.portfolio-card>.overlay>.rgba-black-strong{
   background-color: rgba(59,59,57,0.9);
 
}
.portfolio-heading:hover{
    color: var(--red) !important;
}
.portfolio-card-breadcrumb>.breadcrumb-item:hover,.portfolio-card-breadcrumb>.breadcrumb-item>a:hover{
    color: var(--red) !important;
}

.portfolio-card-breadcrumb>.breadcrumb-item,.portfolio-card-breadcrumb>.breadcrumb-item>a{
 
    font-size: 13px;
}


@media (min-width: 576px){
.hero-section .banner-heading{
    margin-bottom: 1rem !important;
}
.hero-section .breadcrumb{
    margin-bottom: 4rem !important;
}
}
.fixed-bottom.hide {
    display: none;
}

.fixed-bottom.show {
    display: block;
}


.tooltip .tooltip-inner{
    background-color:var(--red);
}

.bs-tooltip-bottom .arrow::before{bottom:0;border-width:.4rem .4rem .4rem 0;border-bottom-color:var(--red) !important}


a,button,input{
    outline:0 !important;
}
#date__time{
    border: 0 !important;
    outline:0 !important;
    background-color:white !important;
    padding-left: 40px;
}
#date__time ~ button{
    position: absolute;
    top: 0;
}
#date__time:focus,#date__time:active,#date__time:hover{
    background-color:white !important;
    border: 0 !important;
    box-shadow: none !important;
}
.banner-section .form-description {
    color: var(--white);
}

.banner-section .form-description span {
    display: block;
}
.banner-section .form-description span:nth-child(2) {
    padding-left: 100px;
}
#appointment-calendar .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 1em 0;
}
#appointment-calendar .ui-widget-header {
    border: 1px solid var(--white);
    color: var(--white);
    font-weight: 500;
    font-family: 'Lora', serif;
    background-color: var(--red) !important;
    border-radius:0 !important;
    width: 99.9%;
}
#appointment-calendar .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#appointment-calendar table.ui-datepicker-calendar>thead {
    background-color: var(--red);
    border: 1px solid var(--white);
    color: var(--white);
}
#appointment-calendar td {
    text-align: center;
    overflow: hidden;
    position: relative;
    font-size: 20px;
    color: #333;
    margin: 0 !important;
    border-right: 1px solid #e5e5e5;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgb(77 77 77);
    color: white;
}

#appointment-calendar th{
    padding: 0.8rem 0 !important;
    border-width: 1px;
    border-style: solid;
    font-size: 0.8rem;
    letter-spacing: 0.03rem;
    border-color: var(--white) !important;
 }
#appointment-calendar tr{
    border: 1px solid #e4e7e8 !important;
 }
 #appointment-calendar .ui-datepicker-unselectable {
     background-color: #F5F5F5;
    }
#appointment-calendar  .ui-datepicker-other-month {
    background-color: #FAFAFA;
    }

#appointment-calendar .ui-datepicker-unselectable:hover{
    background-color:#F5F5F5;
}
#appointment-calendar .ui-state-disabled,
#appointment-calendar .ui-widget-content .ui-state-disabled,
#appointment-calendar .ui-widget-header .ui-state-disabled {
    opacity: 1;
    filter: Alpha(Opacity=100);
    background-image: none;
    cursor:not-allowed !important;

}
#appointment-calendar td {
    text-align: center;
    overflow: hidden;
    position: relative;
    font-size: 20px;
    color: #333;
    margin: 0 !important;
    border-right: 1px solid #e5e5e5;
}
#appointment-calendar tr>td:first-child {
    border-left: 1px solid #ddd !important;
}
#appointment-calendar td>span, #appointment-calendar td>a{
    width: 30px;
    height: 30px;
    line-height: 21px;
    font-size: 14px;
    border: 0;
 }
#appointment-calendar .ui-state-highlight {
    border: 2px solid #31afea;
    background: transparent !important;
    color: #212121 !important;
    border-radius: 50%;
}
#appointment-calendar .ui-state-highlight:hover{color: #212121 !important}
#appointment-calendar  .ui-datepicker-unselectable>span{
    color: #ccc !important;
}
#appointment-calendar td:hover>a{
    background-color: var(--red);
    border-radius: 50%;
    color: var(--white);
}

#appointment-calendar td:hover{
    cursor: pointer;
    background: #fafafa;
}
#appointment-calendar .ui-icon-circle-triangle-e {
    background: url(../../icons/arrow-right.svg);
    background-position:center;
    background-repeat:no-repeat;
    background-size: cover;
    color: var(--white);
    width: 35px;
    height:40px;
}
#appointment-calendar .ui-icon-circle-triangle-w {
    background: url(../../icons/arrow-left.svg);
    background-position:center;
    background-repeat:no-repeat;
    background-size: cover;
    color: var(--white);
    width: 35px;
    height:40px;
}
#appointment-calendar .ui-datepicker-next:hover{
    right:2px;
    top: 2px;
}
#appointment-calendar .ui-datepicker-prev:hover{
    left:2px;
    top: 2px;
}
#appointment-calendar .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: unset;
    margin-left:0px;
    top: 35%;
    margin-top: 0px;
    right: 100%;
}

#appointment-calendar .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 100%;
    margin-left: 0px;
    top: 35%;
    margin-top: 0px;
    right: unset;
}
tr.entryBlock {
    background: #ddd;
}
.active-td{
    background-color: #DDDDDD;
}
.active-td .ui-state-active{
    background-color: var(--white) !important;
}
.active-td .ui-state-active:hover
,.active-td:hover .ui-state-active
{color:#212121 !important}
.active-td:hover , tr.entryBlock>td{
    background-color: #DDDDDD !important;
}

.staff_detail {
    margin-top: 22px;
    text-align: center;
    color: #292D32;
    font-size: 1rem;
    font-weight: 600 !important;
    word-break: break-word;
    line-height: 18px;
    font-family: "Source Sans Pro";
    transition: all 0.3s ease-out;
}
.staff_email{
    color: #828F9A;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    overflow: hidden;
    padding-top: 5px;
}
.card.staff_card:before {
    content: "";
    background-color: #3B3B39;
    height: 5%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease-out;
}
.card.staff_card{
    z-index:1;
    min-height:220px;
}
.card.staff_card>.card-body{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.card.staff_card:hover .staff_detail{
    color: var(--white);
}

.staff_card:hover:before{
    height: 100%;
}
.card.staff_card>.card-body::before {
    content: "";
    position: absolute;
    background: #353534;
    width: 83%;
    height: 0%;
    display: inline-block;
    z-index: -1;
    opacity: 0;

}
.card.staff_card:hover>.card-body::before{
    opacity: 1;
    height: 80%;
    bottom: 22px;
    transition: all 0.6s ease-out;
}
.select_staff{
    position: relative;
}
.select_staff>input{
    position:absolute;
    z-index: 2;
    opacity: 0 !important;
}
.staff-img{
    position: relative;
}


.select_staff>input[type="checkbox"]~label.staff_label .staff-img::before {
    content: "✔";
    width: 25px;
    height: 25px;
    transform: translateX(40px);
    opacity: 0;
    background: #edbf88;
    border-radius: 50%;
    position: absolute;
    top: 33.5%;
    right: -13.5%;
    z-index: 5;
    color: #353534;
    text-align: center;
    transition: all 0.4s ease-in-out;
}
.select_staff>input[type="checkbox"]:checked~label.staff_label .staff-img::before {
    transform: translateX(0px);
    opacity: 1;

}
.select_staff>input[type="checkbox"]~label.staff_label .staff-img::after {
    content: "";
    font-size: 18px;
    position: absolute;
    font-family: 'Source Sans Pro', sans-serif;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
    border: 3px solid transparent;
    border-radius: 50%;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.select_staff>input[type="checkbox"]:checked~label.staff_label .staff-img::after {


    border-top-color: #edbf88;
    border-right-color: #edbf88;
    border-left-color: #edbf88;
    border-bottom-color: #edbf88;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s,border-bottom-color 0.15s linear 0.3s;

}



.select_staff>input[type="checkbox"]:checked~label.staff_label>.card.staff_card>.card-body::before{
    opacity: 1;
    height: 80%;
    bottom: 22px;
    transition: all 0.6s ease-out;
}
.select_staff>input[type="checkbox"]:checked~label.staff_label>.staff_card:before{
    height: 100%;
}
.select_staff>input[type="checkbox"]:checked~label.staff_label>.card.staff_card .staff_detail{
    color: var(--white);
}
.selected_service>.card{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.services-list>input[type="checkbox"]~label{
    position: relative;
}
.services-list>input[type="checkbox"]~label:before{
    content: "";
    position: absolute;
    width: 30px;
    top: 0;
    height: 30px;
    border-top: 3px solid var(--red);
    border-left: 3px solid var(--red);
    left: 0;
    z-index: 1;
    transition: all 0.3s linear;
}

.services-list>input[type="checkbox"]~label:after {
    content: "";
    position: absolute;
    width: 30px;
    bottom: 0;
    height: 30px;
    border-bottom: 3px solid var(--red);
    border-right: 3px solid var(--red);
    right: 0;
    z-index: 1;
    transition: all 0.3s linear;
}
.services-list>input[type="checkbox"]:checked~label:after,
.services-list>input[type="checkbox"]:checked~label:before{
    width:100%;
    height: 100%;
    border-radius: 0.25rem;
}
.service-img{
    position: relative;
}
.services-list>input[type="checkbox"]~label .service-img::after {
    content: "";
    font-size: 18px;
    position: absolute;
    font-family: 'Source Sans Pro', sans-serif;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
    border: 3px solid transparent;
    border-radius: 50%;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.services-list>input[type="checkbox"]:checked~label .service-img::after {
    border-top-color: #edbf88;
    border-right-color: #edbf88;
    border-left-color: #edbf88;
    border-bottom-color: #edbf88;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s,border-bottom-color 0.15s linear 0.3s;

}

.total_price{
    background-color:var(--light-red) !important;
    align-items:center;
    align-items:content-box;
}
.total_price>p{
    margin: 0;
}
/*========= appointment =================*/
.theme-color{
    background-color: var(--black);
}
.theme-color>.nav-item>.nav-link.active{
    color:var(--red) !important;
}
.theme-color>.nav-item>.nav-link{
    color:var(--dark-grey)!important;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
i.count-check {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: var(--dark-grey);
    vertical-align: middle;
    margin-right: 7px;
    color: var(--white);
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}
.theme-color>.nav-item>.nav-link.active>.count-check{
    background: var(--red) ;
}
.theme-color{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.appointment-card{
    background-color: #fafafa !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

}
.appointment-card>.card-header , .appointment-card>.footer{
    background-color: transparent !important;
}
.card-title{
    font-family: 'Lora', serif;
    font-weight: 500;
}
.service-next , .service-back{
font-family: 'Lora', serif;
font-weight: 500;
color:#3B3B39 !important;
height: 36px;
font-weight: 600;
font-size: 12px !important;
line-height: 18px;
padding: 5px 15px !important;
border: 2px solid #3B3B39 !important;
}
.service-next{
  color: var(--white) !important;
background-color:var(--black) !important;
border: 1px solid var(--black) !important;
}

.service-name>.card-title{
    color: #292D32;
    font-size: 16px;
    font-weight: 500 !important;
    word-break: break-word;
}
.services-list>input{
    width: 100%;
    z-index: 0;
    opacity: 0;
}
.appointment-card>.card-body{
    height:500px;
    overflow: auto;
}
.appointment-card>.card-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 0px; }

    .appointment-card>.card-body::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5; }

    .appointment-card>.card-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: var(--black); }

    .appointment-card>.card-body {
    scrollbar-color: var(--black);
    }
    .services-list .input[type='radio']:checked+label{
        border:2px solid #EDBF88 !important;
    }

    .entryBlock>td {
        padding: 2% !important;
        text-align: left;
        color: var(--white);
        border-bottom-color: #ddd;
    }

.services_list .select2-selection__rendered {
    padding-left: 28px !important;
    line-height: 37px !important;
    color: #6C757D !important;
}

.services_list .select2-selection__arrow {
    height: 35px !important;
}

.services_list .select2-container .select2-selection--single {
    height: 38px !important;
}

.services_list .select2.select2-container {
    width: 100% !important;
}

.services-sbt .waves-effect {
    width: 100% !important;
}

 /* Search page  */

 #selected__filters>.card{
    background-color:transparent !important;
    box-shadow:none;
 }
 .filters__inputs>.card{
     display:none;
 }
 .filters__inputs>.card.collapsed{
     display:block;
 }
 .filter__btn{
     display: flex;
     font-size: 15px;
     text-transform: none;
     font-family: 'Lora', serif;
     font-weight: 500;
     padding:0.5em;
     border-radius:5px;
     margin-top: 20px;
 }

 .services__search_images>img {
     max-height: 165px;
     border-radius: 5px;
     object-fit: cover;
     object-position: center;
     -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
     box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%)
 }
 .services__search_info>h4 {
     font-size: 17px;
     font-family: 'Lora', serif;
     font-weight: 600 !important;
 }

 .services__list__card>.card-body{
     padding:0.8em;
 }
 .services__list__card>.card-footer{
     padding:0.8em;
     background-color:transparent !important;
 }
 .service_rating>i {
     font-size: 13px;
     margin: auto;
 }
 .services__search_info>p , .service_review>p{
     color: #707070;
     font-family: 'Lora', serif;
     font-weight: 500 !important;
 }



 .services__list__card ul>li{
     padding-left: 0;
     display: flex;
     justify-content:space-between;
 }
 .services__list__card ul>li>.service__name__time>p:first-child{
     color: #000;
     font-family: 'Lora', serif;
     font-weight: 500 !important;
 }
 .services__list__card ul>li>.service__name__time>p{
     color: #707070;
     font-family: 'Lora', serif;
     font-weight: 500 !important;
 }
 .service__price>p{
     font-family: 'Lora', serif;
     font-weight: 600 !important;
     font-size: 16px !important;
     margin:auto
 }
 .map-card{
     height: calc(100vh - 195px);
 }

 #headingTwo>button{
     border: 0  !important;
     padding:6px 0px
 }

  /* Search page  */

  .service__name>h1{
    font-weight: 600;
    font-family: 'Lora', serif;
    font-size:2rem
}
.service__side__nav>ul>li>a{
    font-weight:600 !important;
    font-family: 'Lora', serif !important;
}

.service__side__nav>ul>li:not(:first-child){
   margin:auto 16px;
   color: #3b3b39;
}

.service__side__nav>ul>li:not(:first-child)>a{
    color: #3b3b39;
 }

.btn-elegant{
    background-color:#3B3B39 !important;
    padding:11px;
    border-radius: 5px;
}
.service__rating{
   display:flex;
 }
.service__rating>span{
    margin:auto 0;
    margin-right: 6px;
}
.service__rating>span:first-child{
    font-size:1.8rem;
    font-weight:600 !important;
    font-family: 'Lora', serif !important;
    margin-top: -3px;
}
.service__rating>span>i{
    font-size:1.4rem
}
.service__rating>span:last-child{
    font-size:1.2rem;
    color: #3b3b39;
    font-weight:600 !important;
    font-family: 'Lora', serif !important;
    margin-left: 10px;
}
.services__images__slider .item>img{
    max-height: 350px;
    height: 100vh;
    object-fit: cover;
}

.services__images__slider.owl-carousel .owl-nav button.owl-next,.services__images__slider.owl-carousel .owl-nav button.owl-prev {
    background: #3b3b39 !important;
    color: inherit ;
    border: none;
    padding: 0!important;
    font: inherit;
    position:absolute;
    top: 43%;
    transform: translate(-50%, -50%);
    width:40px;
    height:40px;
    margin:0 !important;
    display: flex;
    justify-content:center;
    align-items:center;
    padding:0 !important
}
.services__images__slider.owl-carousel .owl-nav button.owl-prev {
    left: 5%;

}
.services__images__slider.owl-carousel .owl-nav button.owl-next {
    right: 1%;

}

.services__images__slider.owl-carousel .owl-dot{
    display:none !important
}

.services__images__slider.owl-carousel .owl-nav button.owl-next>span
,.services__images__slider.owl-carousel .owl-nav button.owl-prev>span{
    margin-top: -6px;
    font-family: 'Lora', serif !important;
}
.peak__off,.service__location__heading{
    display:flex;
}
.service__location__heading>h4,.peak__off>h4{
    font-family: 'Lora', serif !important;
    font-size: 1.2rem;
    font-weight: 500;
    display: flex;
    margin:auto  0;
}

.service__location__heading>h4>i,.peak__off>img{

    margin-right:15px;
}
.peak__off>h4{
    color: #EDBF88;
}

.divider{
background: url(../img/border.svg) no-repeat 50%;
background-size: cover;
border: none;
height: 6px;}

.heading{
    font-family: 'Lora', serif !important;
    font-weight: 600;
    font-size: 1.2em;
}

#popular-services .accordion-button{
    border:0;
    border-bottom: 1px solid #f1f1f1;
    font-family: 'Lora', serif !important;
    font-size: 1rem;
    font-weight: 500;
    z-index: 5;
    display: flex;
}
#popular-services .accordion-button:focus{
    border: 0;
    box-shadow: none;
}

#popular-services .accordion-button:not(.collapsed) {
    color: white;
    background-color: transparent;
    position: relative;
    transition: all 0.3s;

}
#popular-services .accordion-button:before {

    content: "";
    position: absolute;
    width:0%;
    right: 0;
    left: unset;
    background-color:#3b3b39;
    height:100%;
    transition: all 0.4s ease-out;
    z-index: -1;
}

#popular-services .accordion-button:not(.collapsed):before {

    right:unset;
    left:0;
    width:100%;
    transition: all 0.2s ease-in;
}

#popular-services .accordion-button:not(.collapsed):after {
    background-image: url();
    transform: rotate(
        90deg
        );
}
#popular-services .accordion-button:after {

   content: unset;
}

#popular-services .accordion-button i {
        margin-top: 0;
        transition: all .2s ease-in-out;
}
#popular-services .accordion-button:not(.collapsed) i {

    transform: rotate(
        180deg
        );
}
.service____name,.service__price{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
#popular-services .accordion-button .service____name>span:first-child,
#popular-services .accordion-button .service__price>span:first-child{
   margin-bottom: 10px;
}
#popular-services .accordion-button:not(.collapsed) .service____name>span:first-child,
#popular-services .accordion-button:not(.collapsed) .service__price>span:first-child{
   margin-bottom: 0px;
}
.service__price{
    align-items: flex-end;
    margin-left: auto;
    margin-right: 30px;
}
.accordion-button::after {

    background-image: url();
    transition: transform .2s ease-in-out;
}
.service__price>span:last-child{
    color: #edbf88;
}

#popular-services .accordion-button:not(.collapsed) .service__price>span:last-child ,
#popular-services .accordion-button:not(.collapsed) .service____name>span:last-child{
    display:none;
}

.accordion-body .service____name>span{
     color: #808080;
     font-family: 'Lora', serif !important;
    font-size: 1rem;
    font-weight: 500;
}
.service__price>span{
    font-family: 'Lora', serif !important;
    font-size: 1rem;
    font-weight: 600;
}

#popular-services .accordion-body{
    padding-right: 0;
}

.btn__service__select{
    font-family: 'Lora', serif !important;
    padding: 0.25rem 1rem!important;
    border-radius: .3rem!important;
    text-transform: capitalize!important;
    font-size: 1rem;
    font-weight:600;
    position: relative;
    z-index: 5;
    color: #ff3547;
    border:1px solid;
    border-color: #ff3547;

}
.accordion-body .btn__service__select.active{
    background-color:#ff3547 !important;
    color: var(--white)  !important;
}
.btn__service__select:before{
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color:#ff3547;
    top: 0;
    left:unset;
    right: 0;
    z-index: -1;
    transition:all 0.3s ease-in-out;
}


.btn__service__select:hover{
    color: var(--white)  !important;
}
.btn__service__select:hover:before{
    width: 100%;
    right:unset;
    left:0;
}

.browse__services>.nav-item>.nav-link{
    padding: 12px 16px !important;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #707070;
    font-family: 'Lora', serif !important;
    font-weight: 600 !important;
    position: relative;
    z-index: 5;
    border: 0;
}
.browse__services>.nav-item>.nav-link>span{
    color: #BEBEBE !important;

}
.browse__services>.nav-item >.nav-link.active {
    background-color: #E8E8E8 !important;
}

.browse__services > .nav-item > .nav-link.active::after {
    content: "";
    position: absolute;
    width: 35px;
    right: -17px;
    height: 100%;
}

.browse__services>li{
    display: flex;
}

.fixchevron{
    height:1px;
}

.total___rating{
    display: flex;
}
.total___rating>.number>h4{
    font-family: 'Lora', serif !important;
    font-weight: 600 !important;
letter-spacing: 1px;
line-height: 64px;
font-size: 64px;
}
.total___rating>.reviews{
    margin-left: 20px;
    margin-top: auto;
    margin-bottom: auto;
}
.total___rating>.reviews>small{
    color: #bebebe;
    font-size: 18px;
    margin-top: 15px;
}
.total___rating>.reviews>.stars>i{
    font-size:28px  !important;
    margin-right: 10px;
    margin-bottom: 10px;
}

.half_star{
    background: linear-gradient(to right, #FFC107 45%, #FFF2D2 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.rating__cat p{
    font-family: 'Lora', serif !important;
    font-weight: 500 !important;
    color:#3B3B39;
    font-size:17px;
    margin: 0;
}
.rating__cat>hr{
    opacity: 0.1 !important;
}

.rating__cat i{
    font-size:18px;
}

span.filtrable {
    display: flex !important;
    justify-content: space-between;
}

.dropdown-content li>span {
    font-family: 'Lora', serif !important;
    padding: .5rem;
    font-size: 1rem;
    color: #3b3b39;
    font-weight: 500;}


    .select-wrapper span.caret {
        right: 8px;}

input.select-dropdown{
    border: 1px solid #DEE2E6 !important;
    padding-left: 8px !important;
    border-radius:5px !important;
}
.dropdown-content>.search-wrap input:focus{
border-bottom: 1px solid #EDBF88 !important;
box-shadow: 0 1px 0 0 #EDBF88 !important;
}
span.filtrable>p {
    padding-left: 10px;
    text-align: left;
    padding-right: 25px;
    color: #fcbf07 !important;
    position: relative;
    font-family: 'Lora', serif !important;
    font-weight: 500;
}

span.filtrable>p:before {
    content: "\f005";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    right:0;
    position:absolute;
}

.filter_text{
    font-family: 'Lora', serif !important;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}
.select-wrapper .search-wrap .md-form input:focus {

-webkit-box-shadow: 0 1px 0 0 #EDBF88 !important;
box-shadow: 0 1px 0 0 #EDBF88 !important;
}

.select-wrapper:not(.md-outline) .select-dropdown:focus {
border-bottom: 1px solid #DEE2E6 !important;
-webkit-box-shadow: 0 1px 0 0 transparent !important;
box-shadow: 0 1px 0 0 transparent !important;
}

.md-progress .progress-bar {
background-color: #ffc107;
}

.filter__by__rating>.form-check>.form-check-input[type="checkbox"]:checked + label::before, label.btn input[type="checkbox"]:checked + label::before {
border-top: 2px solid transparent;
border-right: 2px solid rgb(255 193 7);
border-bottom: 2px solid rgb(255 193 7);
}

.filter__by__rating>.form-check>.form-check-input[type="checkbox"]:checked+label:after{
border: 1px solid #ffc107;
-webkit-transform: scale(1);
transform: scale(1);
background-color: #3b3b39;
}


.filter__by__rating>.form-check>.form-check-input[type="checkbox"]:checked+label:before {
top: -1px;
left: 0px;
width: 6px;
height: 1rem;
z-index: 2;
}
.md-progress {
background-color: #fff2d2;
}
.empty_star{
color: #fff2d2
}

.filter__by__rating .form-check-label>p{
width:60px;
margin-left: 1rem;
text-align: right;
}
.filter__by__rating .form-check-label>.stars{
max-width:100px;
}
.filter__by__rating .form-check-label>.md-progress{
max-width:100px;
margin-left: 1rem;
}
.fa-check-circle{
color:#EDBF88;
font-size:30px
}

.text>p{
margin: 0;
font-family: 'Lora', serif !important;
}
.text>p:first-of-type{
font-weight: 700;
color:#3b3b39;
}
.text>p:last-of-type{
font-size: 13px;
font-weight: 500;
}
.client__review__box>p{
font-family: 'Lora', serif !important;
font-weight: 500;
color:#4d4d4d;
}
.treatmentby{
color:#bebebe;
font-family: 'Lora', serif !important;
font-weight: 500;
font-size: 14px;
margin: auto 0;
}
.staff_name_service{
display: flex;
flex-wrap: wrap;
position: relative;
padding-bottom: 5px;
}
.staff_name_service>li:first-child{
padding-top: 3px;

}
.staff_name_service>li{
margin-bottom: 5px;
}
.staff_name_service>li:nth-of-type(n-1)>span{
color:#4d4d4d;
font-family: 'Lora', serif !important;
font-weight: 500;
font-size: 14px;
border-radius: 10rem;
border: 1px solid #bebebe;
padding:2px 8px;
margin-left: 10px;
position: relative;

}
.staff_name_service>li:nth-of-type(2){
position: relative;
margin-left: 10px;
}
.staff_name_service>li:nth-of-type(2):before{
content: "";
position: absolute;
background:  #4d4d4d;
border-radius: 50%;
width:5px;
height: 5px;
left: 0;
top: 50%;

}
ul.staff_name_service::before {
content: "";
width: 20px;
position: absolute;
height: 2px;
background:#7a7373;
bottom: 0px;
left:0px;
margin-top: 30px;
display: block;
}

.client_name{
display: flex;
}
.client_name>li{
position: relative;
}
.commentby{
color: #4d4d4d;
font-family: 'Lora', serif !important;
font-weight: 500;
font-size:15px
}
.client_name>li:nth-of-type(2)>span{
color: #bebebe;
padding-left: 15px;
}
.client_name>li:nth-of-type(2){
margin-left: 10px;
}
.client_name>li:nth-of-type(2):before{
content: "";
position: absolute;
background:  #bebebe;
border-radius: 50%;
width:5px;
height: 5px;
left: 0;
top: 10px;

}
.client_name>li:last-child{
margin-left: auto;
}

.client__review__box{
border-bottom: 1px solid #e0e0e0;
padding-bottom: 10px;
}

.client_name .fa-check-circle{
font-size:20px;
margin-left: 5px;
}
.client_name>.commentby{
display: flex;
align-items:center;
}
.report{
color:#bebebe !important;
font-family: 'Lora', serif !important;
}

#selected___ser>p{
font-family: 'Lora', serif !important;
font-size:25px;
color:#7a7373;
margin: 0;

}
#selected___ser>p>span{
color:#4d4d4d ;
font-weight: 600;

}
.choose__time_btn>button{
height:70px;
text-transform: capitalize;
font-family: 'Lora', serif !important;
letter-spacing:1px;
font-size: 1.2em;
padding:20px;
border-radius: 0;
box-shadow: 0 !important;

}

.address_detail{
    padding-left: 20px;
}
.address_detail>p{
    margin: 0;
    font-family: 'Lora', serif !important;
    font-weight: 500;
}
.address_detail>p:first-of-type{
    font-weight: 700;
}
.about__text>p{
    font-family: 'Lora', serif !important;
    font-weight: 400;
}

.about__text>p:last-child{
    font-weight: 600;
}

.timing__list{
    display: flex;
    justify-content: space-between;
}
.timing__list>ul:first-of-type>li{
    position: relative;
    padding-left: 15px;
    font-family: 'Lora', serif !important;
    font-weight: 500;
    margin-bottom: 5px;
}

.timing__list>ul:last-child>li{
    position: relative;
    font-family: 'Lora', serif !important;
    font-weight: 400;
    text-align: right;
    margin-bottom: 5px;
}


.timing__list>ul:first-of-type>li:before{
    position: absolute;
    content: "";
    width:10px;
    height: 10px;
    background-color: #edbf88;
    border-radius: 50%;
    left:-3px;
    top: 7px;
}

.timing__list>ul:first-of-type>li.off:before{
    background-color: #B3B3B3;
}
.timing__list>ul>li.off{
    color: #B3B3B3;
}

.other_service_img{
    overflow: hidden;
}
.other_service_img>img{
    width: 100%;
    height: 160px;
    object-fit:cover;
    transition: all 0.3s;
}
.other_service_img>img:hover{
    transform: scale(1.1);
}
.other_service_box>p{
    color: #4d4d4d;
    margin: 0;
    font-weight: 600;
    font-family: 'Lora', serif !important;
    margin-top: 10px;
    margin-bottom: 4px;
}


.other_service_review{
  display: flex;
}
.other_service_review>span{
    margin-left: 10px;
    color: #B3B3B3;
    font-family: 'Lora', serif !important;
}

.other_services_heading{
    font-family: 'Lora', serif !important;
    color: #4d4d4d;
    margin-bottom: 15px;
    font-weight: 600;
}

#book___service:before , #reviews_service:before , #about_service:before{
    display: block;
    content: " ";
    margin-top: -65px;
    height: 65px;
    visibility: hidden;
}

.accordion-button{
box-shadow: 0 !important;
font-family: 'Lora', serif !important;
color: #4d4d4d;
font-weight: 500;
transition: all 0.3s;
}

#services_listing .accordion-button:not(.collapsed) {
    color: white;
    background-color:var(--red);
}
#services_listing .accordion-button:focus{
    box-shadow: none !important;
    border:1px solid #DFDFDF !important;
}
.services_options_box>p , .services_options_box p{
    margin: 0;
    font-family: 'Lora', serif !important;
    color: #4d4d4d;
    font-weight: 500;
}
.services_options_box {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.services_options_box > button, .services_options_box .book_now {
    background-color: rgb(225, 177, 119);
    color: white;
    font-size: 1rem;
    padding: 5px 14px;
    font-family: Lora, serif !important;
    border-radius: 5px;
}
.services_options_box > button:hover{color:white}

#services_listing .accordion-button:not(.collapsed)::after {
  content: unset !important
}
#services_listing .accordion-button > i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}
#services_listing .accordion-button:not(.collapsed) > i {

    transform: rotate(
180deg
) translate(50%, 50%);
    color: rgb(255, 255, 255);
}
.services-heading{
    font-family: Lora, serif !important;
    font-weight: 500;
    margin-top: auto;
    margin-bottom: auto;
}

.search__searvic_box{
    position: relative;
}
.search__searvic_box>input{
    padding-left: 40px !important;
}
.search__searvic_box > .search_icon {
    position: absolute;
    content: "";
    background: url(../img/search.svg) no-repeat;
    top: 9.5px;
    left: 10px;
    width: 30px;
    height: 100%;
    cursor:text;
}



.select_times, .services-list>label, .staff_label{
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.select_times:hover{
background-color:var(--red) !important;
color:white
}
.select_times:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    /* background: white; */
    left: 1%;
    top: 30%;
    transform: rotate( 
127deg
 ) translateY(-50%);
 opacity: 0;
    border: 2px solid white;
    transition: all 0.4s ease-in-out;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.select_times:hover:before, .time_selected.select_times:before{
    opacity: 1;
    width: 21px;
    height: 9px;
}


.jstars {
    margin-top: 2px;
}

form.stripe_form {
    align-self: center;
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 40px;
}

.stripe_form input {
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    font-size: 16px;
    width: 100%;
    background: white;
}

.stripe_form .result-message {
    line-height: 22px;
    font-size: 16px;
}

.stripe_form .result-message a {
    color: rgb(89, 111, 214);
    font-weight: 600;
    text-decoration: none;
}

.stripe_form .hidden {
    display: none;
}

.stripe_form #card-error {
    color: rgb(105, 115, 134);
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    margin-top: 12px;
}

.stripe_form #card-element {
    border-radius: 4px 4px 0 0 ;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    width: 100%;
    background: white;
}

.stripe_form #payment-request-button {
    margin-bottom: 32px;
}

/* Buttons and links */
.stripe_form button {
    background: var(--red);
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 0 0 4px 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}
.stripe_form button:hover {
    filter: contrast(115%);
}
.stripe_form button:disabled {
    opacity: 0.5;
    cursor: default;
}

/* spinner/processing state, errors */
.stripe_form .spinner,
.stripe_form .spinner:before,
.stripe_form .spinner:after {
    border-radius: 50%;
}
.stripe_form .spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.stripe_form .spinner:before,
.stripe_form .spinner:after {
    position: absolute;
    content: "";
}
.stripe_form .spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #5469d4;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
}
.stripe_form .spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #5469d4;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


#loader {
    position: fixed;
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.80);
    top: 0;
    opacity: 1;
    z-index: 1999;
}
.plus {
    display: flex;
    margin: 0 auto;
    opacity: 1;
    z-index: 999;
}

 .thankyoucantainer {
     position: relative;
     width: 100%;
     overflow: hidden;
     height: 75vh
 }
.thankyoucantainer::before, .thankyoucantainer::after {
    position: absolute;
    width: 350px;
    height: 350px;
    content: "";
    border-radius: 54% 46% 42% 58%/60% 58% 42% 40%;
    background-image: linear-gradient(45deg, var(--red) , var(--black));
    animation: vawe 5s linear infinite;
}
.thankyoucantainer::before {
    top: -10%;
    right: -10%;
}
.thankyoucantainer::after {
    bottom: -10%;
    left: -15%;
}
.thankyoucantainer .dots {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.thankyoucantainer .dots span {
    position: absolute;
    border-radius: 50%;
    background-image: linear-gradient(45deg, var(--red) , var(--black));
    border-radius: 38% 62% 55% 45%/32% 53% 47% 68%;
    animation: vawe 7s linear infinite;
}
.thankyoucantainer .dots span:nth-child(1) {
    top: 10%;
    left: calc(100% - 360px);
    width: 75px;
    height: 75px;
}
.thankyoucantainer .dots span:nth-child(2) {
    top: 15px;
    left: 180px;
    width: 50px;
    height: 50px;
    border-radius: 38% 62% 33% 67%/60% 53% 47% 40%;
    transform: rotate(90deg);
}
.thankyoucantainer .dots span:nth-child(3) {
    right: 180px;
    bottom: 20px;
    width: 80px;
    height: 80px;
    border-radius: 38% 62% 55% 45%/52% 53% 47% 48%;
}
.thankyoucantainer .dots span:nth-child(4) {
    bottom: 50px;
    left: 240px;
    width: 20px;
    height: 20px;
    border-radius: 38% 62% 55% 45%/52% 53% 47% 48%;
}
.thankyoucantainer .dots span:nth-child(5) {
    right: 280px;
    bottom: 80px;
    width: 25px;
    height: 25px;
    border-radius: 38% 62% 55% 45%/52% 53% 47% 48%;
}
.thankyoucantainer .dots span:nth-child(6) {
    top: 6%;
    left: calc(100% - 400px);
    width: 25px;
    height: 25px;
}

.resize {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 2;
    text-transform: uppercase;
    font-size: 1rem;
    color: #fefefe;
}



@keyframes vawe {
    20% {
        border-radius: 45% 55% 62% 38%/53% 51% 49% 47%;
    }
    40% {
        border-radius: 45% 55% 49% 51%/36% 51% 49% 64%;
    }
    60% {
        border-radius: 60% 40% 57% 43%/47% 62% 38% 53%;
    }
    80% {
        border-radius: 60% 40% 32% 68%/38% 36% 64% 62%;
    }
}



.thankyou_content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 70%;
    padding: 1em;
    text-align: center;
    font-size: 1.25rem;
    border-radius: 0.5em;
    background-color: var(--light-red);
    border-radius: 8px ;
    color: #3b3b39;
    overflow: hidden;
    font-family: 'Lora', serif;
}
.thankyou_content::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #399953;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#399953, #399953), linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33), linear-gradient(#377af5, #377af5);
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}
.thankyou_content::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: white;
    border-radius: 5px;
}
.thankyou_content h1 {
    margin: 0;
    font-size: 5vw;
    letter-spacing: 5px;
    font-family: 'Lora', serif;
}
.thankyou_content a {
    text-decoration: none;
    color: #ab49de;
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.md-form.md-outline input[type="email"]:focus:not([readonly]),
.md-form.md-outline input[type="password"]:focus:not([readonly]),
.md-form.md-outline input[type="text"]:focus:not([readonly]){
    border-color: #212529;
    -webkit-box-shadow: inset 0 0 0 1px #212529;
    box-shadow: inset 0 0 0 1px #212529;
}

.md-form.md-outline input[type="email"]:focus:not([readonly])+label,
.md-form.md-outline input[type="password"]:focus:not([readonly])+label,
.md-form.md-outline input[type="text"]:focus:not([readonly])+label{
    color: #212529
}

.md-form .prefix.active {
    color: #212529;
}

.form-check-input[type="checkbox"].filled-in:checked+label:after, label.btn input[type="checkbox"].filled-in:checked+label:after {
    top: 0;
    z-index: 0;
    width: 20px;
    height: 20px;
    background-color: #3b3b39;
    border: 2px solid #3b3b39;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("../../icons/error.svg") !important;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center !important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important;
}

.password__icon{
    position: absolute;
    top: 12px;
    transform: translate(-50%, -50%);
    right: 33px
}

.owl-item .wow {
    display: none;
}
.owl-item.active .wow{
    display: block;
}

#preloader , #form-preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background-color: rgba(255 255 255 / 50%);
}

#form-preloader{
    display: none;
}

.md-form .form-control.is-invalid:focus, .was-validated .md-form .form-control:invalid:focus {
    box-shadow: inset 0 0 0 1px #dc3545 !important;
}

.servicewrapper .img___card{
    border-radius: 12px;
    overflow:hidden;
    height:100%;
}

.servicewrapper .text___card{
    box-shadow: none;
    height:100%;
}

.servicewrapper .text___card>h1{
    filter: drop-shadow(0 -1px 1px #adadad);
   font-family: 'Lora', serif;
   line-height: 62px;
   letter-spacing: 0px;
   font-weight: 700;
   opacity: 1;
   color: var(--red);
   text-transform: capitalize;
}

.servicewrapper .text___card>p{
   font-family: 'Lora', serif;
   font-weight: 400;
   opacity: 1;
   color: var(--black);
}

.servicewrapper>div>*{
    margin-bottom: 1rem;
}

.about_img_content img {
    background-color: black;
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    margin:auto
}

.double_banner .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}

.nav_book_btn{
    background-color: var(--black);
}

.client_image>p {
    color: var(--black);
    font-size: 0.86rem;
    margin: 0 0 4px 0;
    margin: 0 0 4px 0;
    display: -webkit-box;
    max-height: calc(2 * (2rem, 1.6rem));
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    letter-spacing: .25px;
}