body{
    float: left;
    width: 100%;
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}
.h1-c1{
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.service-item{
    width: 32%;
    margin-left: 1% !important;
    cursor: pointer;
    background-color: #f1f1f1;
}
.w4{
    width: 23%;
    padding: 3px 5px;
    text-align: center;
}
.disabled-item{
    cursor: not-allowed;
    color: rgb(209 209 209);
    background-color: white;
}
.selected-service{
    background-color: #ffc9e4;
}
.selected-service-time{
    background-color: #ffc9e4;
}
.service-img{
    width: 50px;
    height: 50px;
    margin-right: 15px;
    float: left;
    margin-top: 5px;
}
.service-title{
    font-weight: bold;
    font-size: 14px;
    margin-top: 12px;
    line-height: 18px;
}
.service-title small{
    font-weight: normal;
}

@media only screen and (min-width: 992px) {
    .list-group-horizontal{
        width: 100%;
    }
    .list-group-horizontal .list-group-item
    {
        display: inline-block;
    }
    .list-group-horizontal .list-group-item
    {
        margin-bottom: 0;
        margin-left:-4px;
        margin-right: 0;
        border-right-width: 1px;
    }
    .list-group-horizontal .list-group-item:first-child
    {
        border-top-right-radius:0;
        border-bottom-left-radius:4px;
    }
    .list-group-horizontal .list-group-item:last-child
    {
        border-top-right-radius:4px;
        border-bottom-left-radius:0;
        border-right-width: 1px;
    }
}

.flatpickr-calendar{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover{
    cursor: not-allowed;
    color: rgb(57 57 57 / 50%);
}

.book-step{
    border: 0px solid #dddddd;
    border-top-width: 5px;
    color: #747474;
}

.active-book-step{
    border-color: #ff53a9;
    color: #ff53a9;
    font-weight: bold;
}

section.relax-spa {
    padding: 100px 0px;
    padding-bottom: 30px;
}
span.title1{
    font-size: 40px;
}
#gallery{
    overflow-x: hidden;
}
#booking{
    overflow-x: hidden;
}
@media only screen and (max-width: 992px) {
    .mobile-m-b8{
        margin-bottom: 8px;
    }
    .list-group-item{
        width: 100%;
        margin-bottom: 8px;
    }

    .list-group-horizontal-mobile{
        width: 100%;
    }
    .list-group-horizontal-mobile .list-group-item-mobile
    {
        display: inline-block;
    }
    .list-group-horizontal-mobile .list-group-item-mobile
    {
        margin-bottom: 0;
        margin-left:-4px;
        margin-right: 0;
        border-right-width: 1px;
    }
    .list-group-horizontal-mobile .list-group-item-mobile:first-child
    {
        border-top-right-radius:0;
        border-bottom-left-radius:4px;
    }
    .list-group-horizontal-mobile .list-group-item-mobile:last-child
    {
        border-top-right-radius:4px;
        border-bottom-left-radius:0;
        border-right-width: 1px;
    }
}

.input-group-addon-mod{
    padding: 2px 5px;
    background-color: transparent;
    border: none;
}

a.btn.btn-grey:hover {
    background: #fff;
    cursor: pointer;
    color: #000;
}

a.btn.btn-grey {
    background: rgba(183, 183, 183, .5);
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    padding: 10px 30px;
}