/* text zone*/
.text-zone {
    margin-top: 0;
    margin-bottom: 0;
}

.text-zone-title {
    font-size: 18px;
    color: #b79839;
    font-family: 'ProximaNovaA-Regular';
    font-weight: normal;
}

.text-zone-description {
    font-size: 14px;
    line-height: 18px;
    color: #282828;
    font-family: 'ProximaNova-Light';
    font-weight: 300;
    border-bottom: 2px solid #ffd962;
    margin-top: 10px;
    padding-bottom: 30px;
}

.page-content {
    margin-bottom: 100px;
}
.sec-gap.booking-treatments {
  padding-bottom: 110px;
}
/*treatment details*/
.treatment-details {
    margin-bottom: 30px;
    margin-top:50px;
}

/* treatment list*/
.treatment {
    margin-bottom: 30px;
}

.pic-treatment {
    margin: 0 auto;
    display: block;
}

.treatment-info {
    margin-bottom: 20px;
    padding-top: 20px;
}

.treatment-title {
    font-size: 24px;
    color: #000;
    font-family: 'ProximaNovaA-Regular';
    font-weight: 600;
}

.treatment-text {
    font-size: 14px;
    line-height: 17px;
    color: #000;
    font-family: 'ProximaNovaA-Regular';
    text-align: justify;
    margin-top: 15px;
}

.note {
    font-size: 11px;
    line-height: 13px;
    color: #000;
    font-family: 'ProximaNovaA-Regular';
    font-style: italic;
    margin-top: 10px;
    text-align: justify;
}

.btn-book-treatment {
   background: -moz-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(118,118,118,0.84) 100%);
    background: -webkit-linear-gradient(top, rgba(17,17,17,1) 0%,rgba(118,118,118,0.84) 100%);
    background: linear-gradient(to bottom, rgba(17,17,17,1) 0%,rgba(118,118,118,0.84) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#d6767676',GradientType=0 );
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
    color: var(--primary-color);
    font-size: 20px;
    font-family: "Proxima Nova Condensed";
    font-weight: bold;
    display: block;
    text-align: center;
    width: 100% !important;
    margin-top: 25px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: solid 2px transparent !important;
    background-image: var(--my-gradient) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    box-shadow: var(--my-shadow) !important;
}

.btn-book-treatment:hover, .btn-book-treatment:focus {
    color: #000;
    background: transparent;
    box-shadow: 1px 1000px 1px #fff inset !important;
}

#duration_error_msg{
    background: var(--my-gradient) !important;
    color: #fff;
    border-color: var(--my-gradient) !important;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600;
}

*{ box-sizing: border-box;}
.sec-gap{ padding: 0px 0px; background-size: cover;}
.row.custom-row {
    display: flex;
    margin-left: -6px;
    margin-right: -6px;
    flex-wrap: wrap;
    justify-content: center;
}

.col-3{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row.custom-row [class*='col-']{padding: 0px 6px;margin-bottom: 30px;}
.box-inner img{width: 100%;max-width: 100%;height: 164px;object-fit: cover;}


.row.custom-row.column-full-width [class*='col-']{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;

}

.row.custom-row.column-full-width .box-inner a {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.row.custom-row.column-full-width .box-inner img {
    height: 248px;
}
.row.custom-row.column-full-width .box-inner h2 { top: 100px; }
.row.custom-row.column-full-width .box-inner{ background: #000; }
.row.custom-row.column-full-width .box-inner p {
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: auto;
}

.imgbox{overflow:hidden;position: relative;}
.imgbox:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0 / 35%);
  z-index: 1;
}
.no-overlay.imgbox:before{
    display: none !important;
 }
.box-inner img{
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.block-header .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 2px solid #BFB79E;
    margin-bottom: 50px;
}

.block-header h2 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #BFB79E;
    font-weight: bold;
    text-transform: uppercase;
}

.block-header p{font-size: 18px;margin-bottom: 50px;}

.back-button {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
}

.btn-back {
    border-radius: 19px;
    background: -moz-linear-gradient(top, rgba(17, 17, 17, 1) 0%, rgba(118, 118, 118, 0.84) 100%);
    background: -webkit-linear-gradient(top, rgba(17, 17, 17, 1) 0%, rgba(118, 118, 118, 0.84) 100%);
    background: linear-gradient(to bottom, rgba(17, 17, 17, 1) 0%, rgba(118, 118, 118, 0.84) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#d6767676',GradientType=0 );
    color: #fff;
    font-size: 16px;
    padding: 11px 12px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

/*.btn-back:hover {
    background: transparent;
    border-color: #000;
    color: #000;
}*/

.btn-back i{margin-right: 10px;}

.box-inner {
    text-align: center;
    background: #fff;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.box-inner:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


.box-inner h2 {
    margin-top: 15px;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 0px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 58px;
    z-index: 1;
}

.box-inner p{ font-size: 16px;  padding: 15px 10px;  color: #1C1C1C;}

.block-header.text-center.block-title h2 {
    color: #fff;
    /*background: var(--my-gradient);
    background: var(--my-gradient);
    background: var(--my-gradient);
    filter: progid:DXImageTransform.Microsoft.gradient(var(--my-gradient));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.row.custom-row.column-full-width .box-inner h2 i {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    font-size: 25px;
}

.container-gradient .mobile-show-hide{
    display: none;
}

.sec-gap {background: var(--my-gradient-light) !important;}

@media screen and (max-width: 1500px){

.row.custom-row.column-full-width .box-inner h2 {
    top: 80px;
}

.row.custom-row.column-full-width .box-inner img {
    height: 210px;
}
}


@media screen and (max-width: 767px){
.row.custom-row{ display: block;} 
.col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}  
.sec-gap {    padding: 30px 0px;}


.row.custom-row.column-full-width [class*='col-'] {
    flex: 0 0 100%;
    max-width: 100%;
}

.show-hide-map-mobile .col-salon-left{
    display: none;
}

.row-salon-listing-map .col-salon-right{
    display: none;
}

.show-hide-map-mobile .col-salon-right{
    display: block;
}

.mobile-show-hide{
    display: block !important;
}

.desktop-show-hide{
    display: none !important;
}

}
/* RESPONSIVE CSS
 -------------------------------------------------------------------------------*/
/*Large desktop*/
@media (min-width: 1260px) and (max-width: 1280px) {

}

/*Small Desktop*/
@media (min-width: 1200px) {

}

/*Laptops*/
@media (min-width: 992px) and (max-width: 1199px) {
    .btn-book-treatment {
        padding: 10px 15px;
        width: 100%;
    }

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .btn-book-treatment {
        padding: 10px 15px;
        width: 100%;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* Samsung Galaxy Tab 3 (7") ----------- */
@media only screen and (min-device-width: 600px) and (max-device-width: 767px) and (orientation: portrait) {
    /* text zone */
    .text-zone {
        margin-top: 110px;
        margin-bottom: 20px;
    }

    .btn-book-treatment {
        padding: 10px 15px;
        width: 100%;
    }

    .treatment-details{
        margin-top:120px;
    }
}

/* Samsung Galaxy Tab 3 (7") ----------- */
@media only screen and (min-device-width: 600px) and (max-device-width: 767px) and (orientation: landscape) {
    /* text zone */
    .text-zone {
        margin-top: 140px;
        margin-bottom: 20px;
    }

    .btn-book-treatment {
        padding: 10px 15px;
        width: 50%;
    }

    .treatment-details{
        margin-top:120px;
    }
}

/* LG (G3,G4,G5, Nexus 5), Samsung Galaxy S(3-7), HTC ONE  ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    .btn-book-treatment {
        padding: 10px 15px;
        width: 50%;
    }

    .treatment-details{
        margin-top:120px;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    .btn-book-treatment {
        padding: 10px 15px;
        width: 50%;
    }

    .treatment-details{
        margin-top:120px;
    }
}

/* iPhone 6,7 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    .btn-book-treatment {
        padding: 10px 15px;
        width: 50%;
    }

    .treatment-details{
        margin-top:120px;
    }

}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    .btn-book-treatment {
        padding: 10px 15px;
        width: 50%;
    }

    .treatment-details{
        margin-top:120px;
    }
}

/* iPhone 6+,7+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    .btn-book-treatment {
        padding: 10px 15px;
        width: 50%;
    }

    .treatment-details{
        margin-top:120px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    .btn-book-treatment {
        padding: 10px 15px;
        width: 50%;
    }

    .treatment-details{
        margin-top:120px;
    }
}

/* Samsung Galaxy S7Edge ----------- */
@media only screen and (max-width: 412px) and (max-height: 732px)  and (orientation: portrait) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    .btn-book-treatment {
        padding: 10px 15px;
        width: 50%;
    }

    .treatment-details{
        margin-top:120px;
    }
}

@media only screen and (max-width: 412px) and (max-height: 732px)  and (orientation: landscape) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    .btn-book-treatment {
        padding: 10px 15px;
        width: 50%;
    }

    .treatment-details{
        margin-top:120px;
    }
}


.modal-header {
     background: var(--my-gradient-top-bottom);
    filter: progid:DXImageTransform.Microsoft.gradient(var(--my-gradient-top-bottom));
    color: #fff;
}

.close { color: #fff; opacity: 1;}
.modal-title a {color: #fff;margin-right: 10px;}


.treatments-title {
    font-size: 20px;
    font-weight: bold;
}

.duration-cover {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -5px
}

.duration-cover .form-check {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0px 5px;
}
.duration-cover .form-check-label {
    position: relative;
}

.duration-cover .form-check input {
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.duration-cover .form-check .img-span-cover {
    width: 100%;
    /*border: 2px solid #000;*/
    border-radius: 10px;
    overflow: hidden;
        border: solid 2px transparent !important;
    background-image: var(--my-gradient) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    box-shadow: var(--my-shadow) !important;
}
.duration-cover .form-check .img-span-cover:hover{ border-color: #ffd962; }

.duration-cover [type=radio]:checked + .img-span-cover {
  border: solid 3px transparent !important;
    background-image: var(--my-gradient) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    box-shadow: 1px 1000px 1px #fff inset !important;
}

.duration-cover .form-check-label span {
    text-transform: uppercase;
    font-size: 22px;
    display: block;
    text-align: center;
    margin: 10px 0px;
}

.form-check:hover .img-span-cover {
    box-shadow: 0px 2px 3px rgba(118, 118, 118);
}

.block-header .alert {
    background-color: #000;
    color: #fff;
    border-color: #000;
    font-size: 14px;
    margin-top: 5px;
}



.salon-slider .owl-pagination {position: absolute;left: 0;right: 0;bottom: 60px;}
.card-salon-service {
    background: #fff;
    /* border: solid 2px transparent !important; */
    /* background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), var(--my-gradient) !important; */
    /* background-origin: border-box !important; */
    /* background-clip: content-box, border-box !important; */
    /* box-shadow: 1px 1000px 1px #000 inset !important; */
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-radius: 2px;
    outline: none;
    border-image-source: linear-gradient(to left, #00fafb, #0022c3);
    border: var(--border) !important;
background-image: var(--my-gradient) !important;
background-origin: border-box !important;
background-clip: content-box, border-box !important;
box-shadow: var(--my-shadow) !important;
}
.sec-salon-listing-item {padding: 0px;}

.salon-slider .item img {width: 100%;}

.card-lower {
    padding: 15px;
    background: #fff;
}

.card-lower h2 {margin: 0px;margin-bottom: 10px;font-weight: 600;}
.card-lower p { font-size: 18px;}

.sheduled_inner {display: flex; justify-content: space-between; align-items: center; padding: 4px 0px;}
.block_sheduled {display: flex;align-items: center;}
.list_greedIcon { margin-right: 10px;}
.week_elemets span {font-size: 16px;font-weight: 500;}
.set_closed svg circle {fill: #bfb79e;}
.set_closed {color: #bfb79e;}
.sheduled_elemetslayer { font-size: 16px;}
.para-item p {font-size: 16px;}
.well-text {padding: 15px 0px 0px 0px;}
.vanu-button {
    margin-top: 20px;
    text-align: right;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.card-lower-footer { position: relative;}

.btn-venue.btn-venue-top:after{
    position: absolute;
    content: "\f106";
    width: 20px;
    height: 20px;
    color: #000;
    right: 0;
    font-size: 26px;
    top: 9px;
    font-family: 'FontAwesome';
    transform: rotate(360deg);
    transition: transform 0.2s ease-out 0s;
}

.btn-venue.btn-venue-top.collapsed:after {
    transform: rotate(180deg);
}

.btn-venue.btn-venue-top {
    min-width: 108px;
    text-transform: uppercase;
    text-align: center;
}

.btn-venue.btn-venue-top.collapsed:before {content: "VENUE DETAILS";}
.btn-venue.btn-venue-top:before { content: "Close";}


.card-lower-item-cover {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}



.sec-salon-slider-main {padding: 50px 0px;}

.card-lower .rate {margin-right: 5px;}
.card-lower .reviews { margin-left: 5px;}
.card-lower .fa{ color: #ffd962; }

.header-block h2 {margin: 0;font-weight: bold; text-transform: uppercase; color: var(--white-color);}
.header-block {
    margin-bottom: 40px;
    margin-top: 40px;
}

.show-hide-area-top {
    padding: 0px 20px;
    margin-left: auto;
}

.btn-show-hide {
    background: transparent;
    color: #000;
    padding: 20px 10px;
    font-size: 16px;
    display: inline-block;
    min-height: 38px;
    min-width: 128px;
    font-weight: bold;
    text-align: center;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-radius: 2px;
    outline: none;
    border: var(--border) !important;
    background-image: var(--my-gradient) !important;
    background-origin: border-box !important;
    box-shadow: var(--my-shadow) !important;
}

.btn-show-hide:focus{ color: #000;}
.btn-show-hide:hover{ color: #000; }


.sec-the-venue-area {
    text-align: center;
    padding: 40px 0px;
}

.btn-venue {
    background: #ffd962;
    color: var(--black-color);
    padding: 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 11px;
    border: var(--border) !important;
    background-image: var(--my-gradient) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    box-shadow: var(--my-shadow) !important;
}

/*.btn-venue:hover{ color: #fff; }
*/
/*salon users page */

.sec-salon-listing-item+.sec-salon-listing-item {margin-top: 30px;}
.row-salon-listing-map {display: flex;}
.map-main {height: 100vh;position: -webkit-sticky !important;position: sticky !important;top: 120px;z-index: 1020;}
.sec-salon-gap-main .sec-gap.sec-salon-banner-main {position: static;}
.sec-salon-gap-main .sec-salon-main .container_salon .outer_calender {margin: 0;margin-bottom: 0px;}
.sec-salon-gap-main .sec-salon-main .inner_calender{ min-height: inherit; }
.sec-salon-gap-main .sec-salon-slider-main {padding: 5px 0px;}
.sec-salon-gap-main .sec-salon-main .container_salon {display: flex;align-items: center;}
.container-gradient {
    padding: 50px 0px;
    background-size: cover;
    background-position: center right;
}

.show-hide-map .col-salon-left { width: 100%; flex: 1; max-width: 100%;}
.show-hide-map .col-salon-right {display: none;}

.sec-salon-gap-main .container-gradient .container {
    width: 100%;
}

.selection-timing {
    color: #fff;
    font-size: 14px;
    margin: 0px 10px;
}

.selection-text h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 50px;
    font-size: 40px;
}

.selection-timing span {
    padding: 0px 4px;
    font-size: 13px;
}


.bootstrap-datetimepicker-widget table td{ border:none !important;}

.sec-salon-gap-main .nav-tabs.nav-justified{ display: none; }
.sec-salon-gap-main .ac-item.button-foot{ display: none; }
.sec-salon-gap-main .sec-salon-main .accordion-item-body {top: 46px;}

@media screen and (max-width:1480px){
 .sec-gap.sec-salon-gap-main {padding: 89px 0px;}   
}

.navigation_wrapper {
    text-align: center;
    padding-top: 50px;
}

.pagination > li > a, .pagination > li > span {
    padding: 10px 18px;
    color: #000;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    font-size: 14px;
    border-radius: 50% !important;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
    line-height: 35px;
    padding: 8px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #000;
    border-color: #000;
    border: solid 2px transparent !important;
    background-image:  var(--my-gradient) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    box-shadow: 1px 1000px 1px #fff inset !important;
    color: var(--black-color);
}

@media screen and (max-width:991px){

}

@media screen and (max-width:767px){
.row-salon-listing-map {display: block;}
.sec-salon-gap-main .sec-salon-main .container_salon {flex-direction: column;}
.show-hide-area-top {padding: 0px 20px;margin-left: 0;}
.sec-salon-gap-main .sec-salon-slider-main { margin-top: -100px;}
.selection-text h3{ font-size: 28px; }
}


@media screen and (max-width:500px){
    .box-inner img {
      height: 210px;
    }
    .card-salon-service .salon-slider .item img{
        max-height: 225px !important;
        object-fit: cover;
        min-height: 225px !important;
        height: 100% !important;
        width: 100%;
    }
}