.restaurant_header {
    background: url(../images/spa/spa_top_bg.png);
    height: 968px;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.spa_datepicker {
    background: url(../images/spa/inle14.png);
    height: 968px;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.spa_datepicker_header {
    text-align: center;
    font-size: 40.5px;
    color: #ffffff;
    padding-top: 180px;
    font-family: 'addington_bold';
}

.spa_datepicker_text {
    text-align: center;
    color: #ffffff;
    padding-top: 40px;
    font-size: 16.2px;
    font-family: 'addington_medium';
}

.datepicker_part {
    padding: 0 110px;
}

.datepicker {
    padding: 45px;
    bottom: 0;
    background: #ffffff;
    margin-top: 100px;
    font-weight: bold;
    font-size: 15px;
    color: #363636;
    font-family: 'addington_bold';
}

.datepicker_check {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #202020;
    outline: none;
    margin-top: 20px;
    width: 90%;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.4s 0.4s ease;
    text-indent: -100%;
    opacity: 1;
}

.input_img {
    position: absolute;
    bottom: 20px;
    right: 12%;
    width: 24px;
    height: 20px;
}

.btn_check {
    width: 100%;
    background: #242424;
    color: #ffffff;
    margin-top: 10px;
    border-radius: 0;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 12px;
}

.spa_main {
    text-align: center;
    padding: 100px 0;
}

.spa_main_header {
    font-size: 40.5px;
    margin-bottom: 10px;
    font-family: 'addington_bold';
}

.spa_main_text {
    margin-bottom: 30px;
    font-size: 16.2px;
    font-family: 'addington_medium';
}

* {
    box-sizing: border-box;
}

.slider {
    width: 100%;
}

.slick-slide {
    margin: 0px;
}

.slick-slide img {
    width: 102%;
    transform: scale(0.9);
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-center img {
    transform: scale(1);
}

.slick-prev::before {
    content: url(../images/services/left.png);
}

.slick-next::before {
    content: url(../images/services/right.png);
}

.slick-next {
    right: 57px;
    margin-top: 6px;
}

.slick-prev {
    left: 13px;
    z-index: 999;
}

.slick-prev,
.slick-next {
    top: 40%;
}

@media (max-width: 980px) {
    .restaurant_header {
        height: 600px;
    }
    .spa_main {
        padding: 30px 0;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 60px;
    }
    .spa_datepicker {
        height: 900px;
    }
    .spa_datepicker_header {
        font-size: 40.5px;
        padding-top: 80px;
    }
    .spa_datepicker_text {
        padding-top: 20px;
        font-size: 14.2px;
    }
    .datepicker_check {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .spa_main_header {
        font-size: 20.5px;
        margin-bottom: 10px;
    }
    .spa_main_text {
        margin-bottom: 20px;
        font-size: 14.2px;
    }
    .spa_datepicker_header {
        font-size: 20.5px;
        padding-top: 50px;
    }
    .spa_datepicker_text {
        padding-top: 20px;
        font-size: 14.2px;
    }
    .datepicker_part {
        padding: 0 30px;
    }
}

@media(max-width: 450px) {
    .datepicker {
        padding: 30px 20px 30px 30px;
    }
}