.container {
    max-width: 1140px;
}
.homeWrapper .custom-nav {
    z-index: 99;
    background-color: transparent !important;
}


.gray-body {
    background-color: #f9f9f9;
}

.homeWrapper {
    background-image: url("/front-assets/images/bg.jpg");
    height: 100vh;
    width: 100vw;
    position: relative;
    background-size: cover;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.search-input-addon .input-group-text {
    background-color: #fff;
    border: none;
    color: #747474;
    font-size: 24px;
}

.search-input-addon input {
    border-radius: 0;
}

.re-search-wrap .home-search-wrap {
    width: 100%;
}
.home-search-wrap {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 60%;
}

.nav-right-menu li {
    margin-left: 20px;
}

.re-search-wrap {
    background: #212529;
    padding: 25px 0;
    border-top: 1px solid #848484;
}

.salon-details-wrap {
    border: 1px solid #dedede;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.services-list {
    background-color: #fff;
    border-radius: 5px;
    padding: 5px 0;
    border: 1px solid #dedede;
}

.services-list li > div {
    padding: 10px 15px;
}

.services-list li + li {
    border-top: 1px solid #dedede;
}

.pb-20 {
    padding-bottom: 140px;
}

.address-text {
    color: #747474;
    font-size: 14px;
}

.info-title {
    font-size: 14px;
    font-weight: 500;
}

.no-list-style {
    list-style: none;
}

.fs-14 {
    font-size: 14px;
}

.phone-icon {
    color: #848484;
    font-size: 24px;
}

.call-btn, .call-btn:hover {
    border: 1px solid #848484;
}


.form-check.form-check-custom .form-check-input {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
}

.form-check.form-check-custom .form-check-label {
    margin-left: 0.55rem;
}

.selected-services {
    border-top: 1px solid #dedede;
    height: 100px;
    max-height: 140px;
}

.days-wrap > div {
    padding: 0 6px;
}

.day {
    padding: 12px 16px;
    width: 64px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.day > .weekday {
    font-size: 15px;
}

.day > .num {
    font-size: 17px;
}

.day-action {
    height: 64px;
    width: 36px;
    z-index: 99;
    background-color: #fff;
    text-align: center;
}

.day-action.next {
    right: 0;
}

.day-action.prev {
    left: 0;
}

.month-view {
    overflow: hidden;
    padding: 0 36px;
    padding-top: 36px;
}

.day.active {
    background-color: #0d6efd;
    border-color: #0a58ca !important;
}

.day.active span {
    color: #fff !important;
}

.month-name {
    position: sticky;
    left: 0;
    width: 300px;
    margin-right: -220px;
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgba(255, 255, 255, 0) 0px, rgb(255, 255, 255) 64px, rgb(255, 255, 255) 100%) repeat scroll 0% 0%;
    transform: translateX(-72px);
    padding-left: 80px;
}

@media only screen and (max-width: 992px) {
    .home-search-wrap {
        width: 100%;
    }

    .custom-nav {
        background-image: url(https://dk2h3gy4kn9jw.cloudfront.net/web-2019/89c216608e826dc5aec7ae7c0c7fc1f4/img/home-gradient.017efb2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .nav-right-menu li {
        margin-left: 0;
    }

    .nav-my-appointment {
        align-self: flex-start !important;
    }

    .days-wrap > div:first-child {
        padding-left: 0;
    }

    .month-view {
        overflow-x: scroll;
        scrollbar-width: none;
    }

    .days-wrap {
        padding-top: 36px !important;
    }

    .month-view {
        padding: 5px;
    }
}
@media only screen and (max-width: 768px) {
    .city-select {
        border-left: none;
        border-bottom: 1px solid #dedede !important;
    }
    .home-search-wrap {
        flex-direction: column !important;
    }

    .salon-details-wrap {
        margin-bottom: 25px;
    }
}

