/********** Template CSS **********/
:root {
    --primary: #00B98E;
    --secondary: #FF6922;
    --light: #EFFDF5;
    --dark: #0E2E50;
}

body {
    font-size: 0.85rem !important;
}

h4{
    position: relative;
}

h4.bottom:before {
  position: absolute;
  content : "";
  left    : 0px;
  bottom  : -5px;
  height  : 15px;
  width   : 5%;
  border-bottom: 1px solid #343a40;
}

.mt-45{
    margin-top: 33px;
}

.mb-45{
    margin-bottom: 24px;
}

.see-more{
    font-size: .9rem;
    padding-top: 2px!important;
    color: #888;
}

.see-more .fa{
    font-weight: 400;
}

.border-bottom{
    border-bottom: 1px solid #DFDFDF;
    height: 1px;
}

.sl-menu-sticky {
  background: #495a74;
  padding: 0 !important;
  margin: 0 0px 2px 0px!important;
}

.sticky-top .navbar .btn-businesses,
.sticky-top .navbar .pos-system,
.sl-menu-sticky .navbar .btn-businesses,
.sl-menu-sticky .navbar .pos-system
{
    padding-top: .75rem;
}

.form-check, .form-check-input{
    cursor: pointer;
}

.staff-round-img{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid #EBEDF3;
}

.sticky-round-img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #EBEDF3;
}

.box-warp{
    background: #FFF;
    padding: 7px 15px;
    border-radius: 6px;
    /* border: 1px solid #EBEDF3; */
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}

.check-round {
  position: relative;
}

.check-round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: -3px;
  width: 28px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}

.check-round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.check-round input[type="checkbox"] {
  visibility: hidden;
}

.check-round input[type="checkbox"]:checked + label {
  background-color: #495a74;
  border-color: #495a74;
}

.check-round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.custom-icons {
    font-size: 1rem;
    color: #333;
    position: relative;
    border-radius: 50%;
    padding: 7px;
    margin: 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
    font-weight: bold;
}

.custom-icons:after {
    content: "";
    width: 100%;
    height: 100%;
    transform: scale(0.8);
    position: absolute;
    top: -2px;
    left: -2px;
    border-radius: 50%;
    transition: all 0.3s ease;
    padding: 0px;
}

.custom-icons:hover:after {
    transform: scale(1);
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
    border-color: #ae431e;
}

.custom-icons:hover {
    background-color: transparent;
    transform: rotate(90deg);
    cursor: pointer;
    box-shadow: none;
    color: #ae431e;
    padding: 4px 7px 9px 4px;
}

.heading-title{
    font-size: .925rem!important;
    font-weight: 500;
}

.heading-title:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -2px;
    height: 15px;
    width: 45px;
    border-bottom: 2px solid #ae431e;
}

.sl-services-list_img > img {
    width: 100%;
}

.img-carousel {
    height: 184px;
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

.btn-menu{
    background-color: #FFFFFF;
    padding: 8px 12px;
    border-radius: 5px;
    text-align: center;
    color: #555555;
    border: 1px solid #DFDFDF;
    margin-right: 1rem;
    font-weight: 400;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.btn-menu:hover{
    color: #888888;
}

.btn-review{
    float: right;
    margin: -10px 0px!important;
    background: #dc3545;
    color: #FFFFFF;
}

.btn-review:hover{
    color: #FFFFFF;
    background: #f41f34;
}

.btn-booking-appointment {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 1.2rem;
    border: none;
    outline: none;
    background-color: #ae431e;
    color: white;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.btn-booking-appointment:hover{
    background-color: #e86a3f;
}

.btn-submit-review {
    border: none;
    outline: none;
    font-size: 1rem;
    background-color: #ae431e;
    color: white;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.btn-submit-review:hover{
    background-color: #e86a3f;
}

.top-menu{
    border: 1px solid #DFDFDF;
}

.top-menu .nav-link{
    color: #FFFFFF;
}

.modal .modal-header {
    padding: 12px 15px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background: #dfdfdf;
    color: #051d39;
    border-bottom: 1px solid #EBEDF3;
}

.modal-content .modal-header .modal-title {
  color: #555;
}

.modal-content .modal-header .btn-close {
  color: #555;
}

.modal .modal-header .modal-title {
    font-size: 1.3rem;
    font-weight: 500;
}

.modal-content .modal-body {
  padding: 24px;
  background: #FFFFFF;
  border-radius: 5px;
}
.modal-content .modal-body button#OTP_number_btn {
  border: 0.0625rem solid #EBEBEB;
  color: #495a74;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.modal-content .modal-body button#OTP_number_btn:focus {
  box-shadow: none;
}
.modal-content .modal-body button.dropdown-toggle {
  border: 0.0625rem solid #EBEBEB;
  font-weight: 500;
}
.modal-content .modal-body button.dropdown-toggle:focus {
  box-shadow: none;
}
.modal-content .modal-body .sl-otp-verify input {
  width: 3.125rem;
}

@media (min-width: 320px) and (max-width: 480px) {
    .btn-booking-appointment {
        bottom: 75px;
        right: 15px;
    }
}

#booking_time_slots > ul > li {
    width: 8.625rem;
    margin-bottom: .25rem;
}

#booking_time_slots > ul > li.header-inline-item {
    width: 100%;
    margin: .75rem 0;
    font-weight: bold;
    color: #ae431e;
    font-size: 1rem;
}

.sl-item_location {
    font-size: 11px;
}

#inline_cal_search .rd-container, .rd-month, .rd-days {
    width: 100%;
    font-size: 0.95rem !important;
}

.sl-services-detail_info_staffers .staffers_item img {
    height: 80px !important;
    max-width: 80px !important;
    border-radius: 50%;
}

.sl-services-detail_info_staffers .staffers_item img.active {
    border: 2px solid #ae431e;
}

/* Grid layout for staffers */
.staffers-grid-container .staffers_item {
    margin-bottom: 0.5rem;
    padding: 0rem;
}

.staffers-grid-container .staffers_item .position-relative {
    margin-bottom: 0.5rem;
    padding: 5px;
    overflow: visible;
    box-sizing: border-box;
}

.staffers-grid-container .staffers_item .overflow-hidden {
    overflow: visible;
    padding: 3px;
    box-sizing: border-box;
}

.staffers-grid-container .staffers_item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 3px solid transparent;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}

.staffers-grid-container .staffers_item img:hover {
    transform: scale(1.1);
    border: 3px solid #007bff !important;
    box-sizing: border-box;
}

.staffers-grid-container .staffers_item img.active {
    border: 3px solid #ae431e !important;
    box-shadow: 0 0 10px rgba(174, 67, 30, 0.5);
    box-sizing: border-box;
}

.staffers-grid-container .staffers_name {
    margin-top: 0.5rem;
}

.staffers-grid-container .staffers_name a {
    text-decoration: none;
    color: #333;
    font-size: 0.9rem;
    font-weight: 500;
    display: block;
}

.staffers-grid-container .staffers_name a:hover {
    color: #ae431e;
}

/* Responsive grid - override Bootstrap defaults */
.staffers-grid-container .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.staffers-grid-container .row > [class*="col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

/* Mobile: 2 columns */
@media (max-width: 575.98px) {
    .staffers-grid-container .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Tablet: 3 columns */
@media (min-width: 576px) and (max-width: 991.98px) {
    .staffers-grid-container .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/* Desktop: 4 columns */
@media (min-width: 992px) {
    .staffers-grid-container .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.btn-primary{
    background: #ae431e;
    border-color: #FFFFFF;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.btn-primary:hover{
    background: #e86a3f;
    border-color: #ae431e;
}

.sl-button {
  background: #FFFFFF;
  color: #555555;
  font-weight: 500;
  border-radius: 6px;
  font-size: 1.2rem;
  display: block;
  text-align: center;
  padding: .6rem 1rem;
  border-color: #ae431e;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}
.sl-button:hover {
  color: #FFFFFF;
  background: #495a74;
}

.sl-btn-dark {
  background: #2c2c2c;
  border-radius: 6px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}
.sl-btn-dark:hover {
  color: #fff;
  background: #302e2e;
}

.sl-btn-light {
  background: #fff;
  border-radius: 6px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #0c8344;
  border: 1px solid #0c8344;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}
.sl-btn-light:hover {
  color: #0b8447;
}

.sl-calendar .rd-month-label {
    font-weight: 800;
    font-size: 20px;
}

.sl-calendar .rd-day-head {
    font-weight: 500;
    font-size: 20px;
}

.rd-day-body {
    color: #555555;
}

.rd-day-disabled {
    color: #ccc;
}

.rd-day-selected {
    color: #fff;
}

#home-menu { z-index: 1; }
.sl-banner .sub-menu a{
   font-size: .75rem;
    font-weight: 400;
    text-transform: uppercase;
}

#home-menu li.dropdown .dropdown-menu{
    top: 30px;
    border-radius: 2px;
    padding: 0px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

#home-menu li.dropdown .dropdown-menu li{
    padding: 0px;
}

#home-menu li.dropdown .dropdown-menu li a{
    padding: .65rem 1rem;
}

.main-menu{
    margin: 0px;
    padding: .75rem 0;
}

.main-menu .nav-item{
    padding: 0px 20px;
}

.bg-submenu{
    background: #f9f8f8;
}

.main-menu .nav-item .nav-link{
    font-size: .75rem;
    font-weight: 400;
    text-transform: uppercase;
}

.main-menu .nav-item .nav-link:hover, 
.main-menu .nav-item .nav-link.active{
    border-bottom: 2px solid #e86a3f;
}

.navbar-dark .navbar-nav .nav-link{
    color: #333333;
    min-height: 32px;
    padding: .5rem 1rem .25rem 1rem;
}

.navbar-light .navbar-nav .nav-link:hover, 
.navbar-light .navbar-nav .nav-link:focus,
.main-menu .nav-item .nav-link.active {
    color: #333333;
    background: #DFDFDF;
}

.sl-banner .navbar .navbar-nav .nav-link:hover, 
.sl-banner .navbar .navbar-nav .nav-link:focus,
.sl-menu-sticky .navbar .navbar-nav .nav-link:hover, 
.sl-menu-sticky .navbar .navbar-nav .nav-link:focus{
    color: #ded8d8;
    background: none;
}

.main-menu .nav-item .dropdown-menu{
    padding: 0px;
    border-radius: 0px 0px 3px 3px!important;
}

.dropdown-menu-dark .dropdown-item{
    padding: .60rem 1rem;
    font-size: .9rem;
    border-bottom: 0.125rem solid #343a40;
    font-weight: 400;
    text-transform: capitalize;
}

.dropdown-menu-dark .dropdown-item:hover {
    border-bottom: 0.125rem solid #fff;
}

.breadcrumb {
  margin: 1rem 0;
  padding: 0.8em 1em .8rem 0;
  border-radius: 0.3rem;
  white-space: nowrap;
  overflow-x: auto;
}

.breadcrumb ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li a{
    font-size: 1rem;
}

.breadcrumb li + li::before {
  display: inline-block;
  margin: 0 0.5em;
  transform: rotate(15deg);
  border-right: 0.2em solid rgb(178, 135, 163);
  height: 0.8em;
  content: "";
}

.breadcrumb [aria-current="page"] {
  color: #ae431e;
  font-weight: 500;
  text-decoration: none;
}


.rate-item{ margin-right: 5px; }

.sl-services-detail {
    margin-top: 1.5rem;
}

.sl-services-detail .sl-services-detail_services{
    margin-top: 1rem;
    padding-bottom: 1rem;
}

.sl-services-detail .owl-nav {
    top: calc(50% - 110px) !important;
}

.sl-item-carousel{
    padding-bottom: 20px;
    border-bottom: 1px solid #DFDFDF;
}

.sl-services-list{
    margin-top: 2rem;
}

.sl-services-list-item_title{
    line-height: 140%;
    font-size: .95rem;
    color: #555555;
    font-weight: 400;
}

.service-item {
    padding: 10px 2px;
    display: flex;
}

.service-item .image{
    width: 60px;
    margin-right: 5px;
}

.service-item .image img{
    width: 60px;
    border: 1px solid #DFDFDF;
    border-radius: 50%;
}

.service-item .item-action{
    text-align: center;
    width: 50px;
}

.sl-services-list-item_book i{
   width:30px; 
   height:30px; 
}

.service-item .item-desc{
    width: calc(100% - 50px);
    padding-left: 12px;
    position: relative;
}

.service-item .item-desc::before{
    background-color: #495a74;
    content: "";
    height: 95%;
    position: absolute;
    vertical-align: middle;
    width: 3px;
    border-radius: 5px;
    left:  -3px;
    top: 3px;
}

.service-item .item-desc label{
    display: inline;
    cursor: pointer;
}

.infinite-scroll .box-warp{
    border-radius: 0px;
    min-height: 317px;
}

.infinite-scroll .sl-item{
    border: 1px solid #DFDFDF;
    border-radius: 3px;
}

.infinite-scroll .img-carousel {
    height: 246px;
}

.infinite-scroll .sl-item .sl-item_des{
    margin-bottom: .25rem;
}


.jscroll-inner .sl-services-list-item_title{
    font-weight: 400;
}


h5.dash_or_line{
    overflow: hidden;
    text-align: center;
    color: #dbdbdb;
}

h5.dash_or_line:before,
h5.dash_or_line:after {
    background-color: #dbdbdb;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
h5.dash_or_line:before {
    right: 0.5em;
    margin-left: -50%;
}
h5.dash_or_line:after {
    left: 0.5em;
    margin-right: -50%;
}

.sl-search-near-me-warp .input-group-text{
    height: 100%;
    border-radius: 0px 5px 5px 0;
}

.not_found{
    font-size: 24px;
    padding: 24px 0px;
}

@media (max-width: 991.98px) {
    .sl-logo img {
        width: 100px;
    }
}

/*----- Salon detail*/
.salon-header {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.salon-header-content-container {
    align-items: flex-end;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    left: 0;
    margin: auto;
    padding: 0px 32px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.salon-header-content {
    flex: 1 auto;
    pointer-events: none;
}

.salon-header-content .sl-services-list_title {
    color: #ebebeb;
}

.salon-header-content .sl-services-list_des {
    color: #ebebeb;
}

.salon-header-content .sl-services-list_location {
    color: #ebebeb;
}

.salon-header-content .sl-services-list_location i {
    color: #ebebeb;
}

/*----- Banner carousel */
.banner-carousel {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    z-index: 0;
    background: darkgray;
}

.scroll-container {
    -ms-overflow-style: none;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    scrollbar-width: none;
    vertical-align: top;
    width: 100%;
    white-space: nowrap;
}

.banner-carousel .photo-media {
    background: linear-gradient(115deg, #f5f5f5 70%, #fff 110%);
    box-sizing: border-box;
    height: 426px;
    position: relative;
    vertical-align: middle;
    width: auto;
    display: inline-block;
    margin-left: -5px;
}

.banner-carousel .photo-media:nth-child(1) {
    margin-left: 0px;
    width: 100%;
}

.banner-carousel .photo-media:after {
    background: linear-gradient(180deg, #0000 31.42%, #000);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.banner-carousel .photo-media-link {
    display: block;
    height: 100%;
    width: 100%;
}

.banner-carousel .photo-media-image {
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    width: 100%;
}

/*----- Modal */

.modal-heading-desc{
    font-size: 1rem;
    color: #555555;
    line-height: 130%;
}

#sl-booking .modal-dialog{
    max-width: 650px;
}

.sl-booking  .rd-container{
    padding: 0px;
}

.sl-calendar .rd-date .rd-month .rd-back,
.sl-calendar .rd-date .rd-month .rd-next{
    border: 1px solid #6c757d;
    border-radius: 3px;
    margin: 0px;
}

.sl-calendar .rd-date .rd-month .rd-month-label{
    margin-top: 10px;
}

.sl-calendar .rd-date .rd-month .rd-days{
  border-collapse: separate;
  border-spacing: 5px;
  border: 1px solid #6c757d;
  border-radius: 3px;
}

.rd-days-head .rd-days-row .rd-day-head{
    padding: .45rem 0px;
    border-bottom: 1px solid #6c757d;
}

.rd-days .rd-days-body::before {
  content: '';
  display: block;
  height: 15px;
}

.rd-days-body .rd-days-row .rd-day-body{
    font-size: 1.2rem;
    border-bottom: 1px solid #6c757d;
    border-right: 1px solid #6c757d;
}

.rd-days-body .rd-days-row .rd-day-body:last-child{
    border-right: none;
}

.rd-days-body .rd-days-row:last-child .rd-day-body{
    border-bottom: none;
}

.rd-days-body .rd-days-row .rd-day-body.rd-day-prev-month{
    background: #75899b;
    color: #FFFFFF;
}

.rd-days-body .rd-days-row .rd-day-body.rd-day-next-month{
    background: #75787c;
    color: #FFFFFF;
}

#booking_services ol{
    margin: 0px;
    padding: 0px;
}

.sl-services-detail .owl-carousel.sl-salon-wrapper_carousel .owl-item .img-carousel{
    height: initial;
}

.list-errors{
    margin:  1rem 0px 0px 0px;
    padding:  .5rem 1.5rem;
}

.list-errors li{
    list-style-type: number;
}

.btn-mobile-menu{
    border: 1px solid #FFF;
    background: #FFF;
}

/*----- Star */
.review-rating i.darkgray-color svg > path:nth-child(1),
.review-rating i.darkgray-color svg > path:nth-child(2) {
    fill: gray;
}

svg.star.active > path:nth-child(1),
svg.star.active > path:nth-child(2) {
    fill: rgba(251, 67, 60, 1);
}

.employee-active img {
    border: 1px solid #495a74;
}

/*----- Submenu*/
.sl-banner .sub-menu li:not(:last-child) {
    margin: unset;
}

.sl-banner .sub-menu > li:not(:last-child) {
    margin-right: 4.375rem;
}

/*----- Carousel */
.owl-carousel .owl-stage-outer {
    z-index: 1;
}

.owl-carousel .owl-nav {
    z-index: 0;
}

#booking_time_slots .list-inline .list-inline-item a {
    font-size: 0.9rem;
    padding: 0.625rem 0.25rem;
}

.top-10 {
    top: 10% !important;
}

.sl-item .item-thumb-image{
    min-height: 180px;
    background: #EFFDF5;
    overflow: hidden;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
}

.infinite-scroll .sl-item .item-thumb-image{
     border: none;
     border-radius: 0px;
     border-bottom: 1px solid #DFDFDF;
}

.infinite-scroll .sl-item  .sl-item-desc{
    padding: .5rem 1rem;
}

.sl-item .item-thumb-image img{
    width: 100%;
}

.sl-item .sl-item_des a{
    color: #888888;
}

.sl-item_heading{
    position: relative;
    text-transform: uppercase;
}

.sl-item_heading:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 15px;
    width: 36px;
    border-bottom: 2px solid #ae431e;
}

.d-flex .sl-item_heading:before {
    width: 100%;
    border: none;
}

.image-warp{
    padding: 5px;
}

.image-warp .cover-thumbnail,
.thumbnail-cover{
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    width: 100%;
}

.thumbnail-news-cover{
    width: 100%;
    max-width: 400px;
}

.qr-code svg,
.qr-code .qr-code-img{
    border: 1px solid #ae431e;
    padding: 2px;
    border-radius: 5px;
}

.modal-dialog,
.modal-content{
    position: relative;
}

.btn-custom-close{
    position: absolute;
    right: -10px;
    top: -15px;
    background: #fff;
    width: 30px;
    height: 30px;
    opacity: 1;
    box-shadow: 0 0px 3px #777;
    z-index: 10;
    border: 1px solid #DFDFDF;
    border-radius: 50%;
    color: red;
    cursor: pointer;
}

.waiting-screen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #868281;
    display: flex;
    align-items: center;
    z-index: 999999;
    opacity: .9;
}

.waiting-screen .loader {
    width: 100%;
    height: 15px;
    text-align: center;
}

.waiting-screen .dot {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    display: inline-block;
}

.waiting-screen .dot:first-child:before {
    animation-delay: 0ms;
}

.waiting-screen .dot:first-child:after {
    animation-delay: 0ms;
}

.waiting-screen .dot:last-child:before {
    animation-delay: 200ms;
}

.waiting-screen .dot:last-child:after {
    animation-delay: 200ms;
}

.waiting-screen .dot:before {
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: blue;
    animation-name: dotHover;
    animation-duration: 900ms;
    animation-timing-function: cubic-bezier(0.82, 0, 0.26, 1);
    animation-iteration-count: infinite;
    animation-delay: 100ms;
    background: white;
    border-radius: 100%;
}

.waiting-screen .dot:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: black;
    box-shadow: 0px 0px 1px black;
    opacity: 0.2;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -2px;
    border-radius: 100%;
    animation-name: dotShadow;
    animation-duration: 900ms;
    animation-timing-function: cubic-bezier(0.82, 0, 0.26, 1);
    animation-iteration-count: infinite;
    animation-delay: 100ms;
}
  
@keyframes dotShadow {
    0% {
        transform: scaleX(1);
    }
    50% {
        opacity: 0;
        transform: scaleX(0.6);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes dotHover {
    0% {
        top: 0px;
    }
    50% {
        top: -50px;
        transform: scale(1.1);
    }
    100% {
        top: 0;
    }
}
  

@media screen and (max-width: 767px) {
    #home-menu {
        display: none;
        position: fixed!important;
        top: 75px;
        background: #161718;
        opacity: .9;
        padding: 24px;
    }

    .search-box-mobile {
        position: unset !important;
    }

    .sl-banner #home-menu.sub-menu{
        bottom: inherit;
        left: 0px;
    }

    .sl-banner .sub-menu > li{
        width: 100%;
        padding: 8px 0px;
    }

    .sl-banner .sub-menu a{
        padding-bottom: 0px;
    }

    .sl-banner .sub-menu > li:not(:last-child) {
        margin-right: 0px;
    }

    .dropdown-menu.dropdown-menu-dark{
        display: none!important;
    }
    
    .dropdown-toggle::after{
        display: none;
    }
    
    .sl-item .item-thumb-image{
        min-height: 114px;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.btn-custom-sl {
    display: inline-block;
    height: 42px;
    margin-right: 0.15em;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: 0 1rem;
    font-size: 0.8rem;
    transition: all .2s ease-in-out;
}

.btn-custom-sl:hover{
    transform: translateY(-4px);
}

.btn-sl-review {
    background-color: #198754;
    border: 1px solid #198754;
}

.btn-sl-menu{
    background-color: #3d403e;
    border: 1px solid #3d403e;
    padding: 0.6rem 1rem;
    margin-right: 0.25rem;
}

.btn-sl-menu:hover{
    color: #DFDFDF;
}

.sl-services-detail_gallery .main-photo{
    max-height: 400px;
    overflow: hidden;
}

.sl-services-detail_gallery .main-photo img{
    object-fit: cover;
}

.sl-services-detail_gallery .sub-photo{
    max-height: 190px;
    overflow: hidden;
}

.btn .svg-icon {
    margin-right: 0.5rem;
}

.svg-icon.svg-icon-md svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
}

.btn-login-social{
    border: 1px solid #dfdfdf;
}

.btn-login-social:hover{
    background: #cccccc;
}

.sl-item-carousel .owl-item .sl-item_title,
.sl-item .sl-item_title{
    font-size: 1.2rem;
    font-weight: 400;
    color: #555555;
    text-transform: capitalize;
}

.sl-item-carousel .owl-item .sl-item_des{
    color: #888;
    margin: 0px;
    font-size: .8rem;
    margin-bottom: .5rem;
}


@media screen and (max-width: 767px) {
  .sl-footer .list-inline {
    text-align: center;
  }

  .sl-footer .copyright_text {
    text-align: center !important;
  }

  .sl-footer .copyright{
      padding-bottom: 80px!important;
  }
  
  .sl-item-carousel .owl-item .sl-item_title,
  .sl-item .sl-item_title{
        font-size: 1rem;
  }
}

@media (max-width: 600px) {
    .mb_border_b {
        border-bottom: 1px solid #c9c0c0;
    }
    
    .sl-services-list-item_title{
        font-size: 1rem;
    }
    
    .btn-custom-sl {
        padding: .5rem;
        width: 42px;
    }

    .btn-custom-sl span {
        display: none;
    }

    .btn-custom-sl i {
        font-size: 1.2rem;
        margin: 0 !important;
    }
    
    .banner-carousel{
        margin: 0px -15px;
    }
    
    .banner-carousel .photo-media{
        height: 306px;
    }
    
    .banner-carousel .photo-media-image{
        height: 60%;
    }

    .sl-services-detail {
        margin-top: 1rem;
    }
    
    .salon-header-content-container{
        padding: 0px 20px;
    }
    
    .sl-services-detail_title{
        font-size: 1.5rem;
    }

    .header-top-menu .btn-review{
        float: none;
        position: absolute;
        top: 52px;
        right: -10px;
        z-index: 1000;
        width: 132px;
    }
    
    .btn-menu:not(.btn-review) {
        font-size: .8rem;
        margin-right: 0.5rem;
        padding: 7px 6px;
    }
    
    .sl-banner{
        height: 20rem;
    }
    
    .sl-banner .nav-bar{
        border-bottom: 2px solid #FFFFFF;
    }
    
    .search-box{
        padding-top: 20px;
        background: #fff;
    }

    .sl-banner .search-box_title{
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .sl-location-on_title,
    .sl-item_heading,
    .sl-about_title,
    .item-best-services{
        font-size: 16px !important;
        text-transform: uppercase;
        font-weight: 400;
    }
    
    .sl-menu-mobile .nav_menu{
        border-top: 2px solid #FFF;
    }

    .sl-item-wrapper {
        display: inline;
    }
    
    .sl-item-wrapper .salon-grid{
        display: flex;
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 10px;
    }
    
    .sl-item-wrapper .salon-grid .sl-item{
        width: 50%;
        padding: .25rem;
    }
    
    .sl-item-wrapper .salon-grid .sl-item .img-carousel{
        height: 111px;
    }
    
    .sl-item-wrapper .salon-grid .sl-item .sl-item_title{
        font-size: 1rem;
    }
    .sl-item_des{
        font-size: .8rem;
        color: #888;
    }
    .sl-item_des svg{
        width: 15px;
    }
    
    .sl-item-carousel .sl-item-wrapper_carousel img{
        max-height: 8rem;
    }
    
    .sl-item-carousel .sl-item-wrapper_carousel img.object-fit-cover{
        object-fit: contain;
    }
    
    .sl-services-detail_info_call{
        font-size: .8rem;
    }
    
    .sl-services-detail .detail-left{
        display: flex;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    
    .salon-header-content .sl-services-list_des{
        font-size: .85rem;
    }
    
    .sl-services-detail_gallery .main-photo{
        max-height: 250px;
        overflow: hidden;
    }
    
    .sl-services-detail_gallery .main-photo img{
        object-fit: cover;
    }
    
    .sl-services-detail_gallery .sub-photo{
        max-height: 150px;
        overflow: hidden;
    }

    .sl-banner .pos-system,
    .sl-menu-sticky .navbar .pos-system{
        display: none;
    }

    .sl-menu-sticky .search-box-mobile {
        display: block;
        position: fixed;
        top: 0;
        z-index: 9999;
        padding: 0.625rem 0.9375rem 0.625rem 0;
    }

    .sl-menu-sticky .search-box-mobile .input-group{
        border: 1px solid #FFF;
        border-radius: 5px;
    }

    .sl-menu-sticky .search-box-mobile .input-group .search-box_input{
        padding-left: 0px;
    }

    .sl-menu-sticky .search-box, .sl-menu-sticky .navbar-nav, .sl-menu-sticky .btn-businesses {
       display: none !important;
    }

    .sl-calendar .rd-day-body{
        height: 2.525rem!important;
        font-size: 1rem!important;
    }
}

