.service_header {
    background: url(../images/services/service_top_bg.jpg);
    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 */
}

.service_datepicker {
    background: url(../images/services/service_bottom_bg.jpg);
    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 */
}

.service_datepicker_header {
    text-align: center;
    font-size: 40.5px;
    color: #ffffff;
    padding-top: 180px;
    font-family: 'addington_bold';
}

.service_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: 23px;
    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: 15px;
}

.service_our_service {
    text-align: center;
    margin-top: 105px;
    padding-bottom: 130px;
}

.service_our_service_header {
    margin-bottom: 10px;
    font-size: 40.5px;
    color: #2e2e2e;
    font-family: 'addington_bold';
}

.service_our_service_text {
    margin-bottom: 90px;
    font-size: 16.2px;
    color: #2e2e2e;
    font-family: 'addington_medium';
}

.service_our_service_part {
    margin-bottom: 50px;
}

.service_our_service_secheader {
    margin: 25px 0;
    font-size: 20px;
    color: #2e2e2e;
    font-family: 'addington_bold';
}

.service_our_service_sectext {
    font-size: 16px;
    color: #2e2e2e;
    font-family: 'addington_medium';
}

.service_swimming_pool {
    background: url(../images/services/swimming_pool.png);
    height: 548px;
    /* 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 */
    text-align: center;
    color: #ffffff;
}

.service_swimming_pool_header {
    padding-top: 236px;
    font-size: 40.5px;
    margin-bottom: 20px;
    font-family: 'addington_bold';
}

.service_swimming_pool_text {
    padding: 0 100px;
    font-size: 16.2px;
    font-family: 'addington_medium';
}

.service_info {
    padding: 98px 20px 47px;
    text-align: center;
}

.service_info_header {
    margin-bottom: 20px;
    font-size: 40.5px;
    font-family: 'addington_bold';
}

.service_info_text {
    margin-bottom: 40px;
    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%;
}

.wifi_free_img {
    margin-bottom: 13px;
}

@media (max-width: 980px) {
    .service_header {
        height: 600px;
    }
    .service_our_service {
        margin-top: 20px;
    }
    .service_our_service_header {
        margin-bottom: 10px;
        font-size: 20.5px;
    }
    .service_our_service_text {
        margin-bottom: 40px;
        font-size: 14.2px;
    }
    .service_our_service_secheader {
        font-size: 15px;
    }
    .service_our_service_sectext {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .service_our_service_part {
        margin-bottom: 25px;
    }
    .service_our_service {
        padding-bottom: 40px;
    }
    .service_swimming_pool_header {
        padding-top: 136px;
        font-size: 30.5px;
        margin-bottom: 20px;
    }
    .service_swimming_pool_text {
        padding: 0 50px;
        font-size: 14.2px;
    }
    .service_swimming_pool {
        height: 400px;
    }
    .service_info {
        padding: 38px 20px 27px;
        text-align: center;
    }
    .service_info_header {
        margin-bottom: 10px;
        font-size: 20.5px;
    }
    .service_info_text {
        margin-bottom: 10px;
        font-size: 14.2px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 60px;
    }
    .service_datepicker {
        height: 900px;
    }
    .service_datepicker_header {
        font-size: 20.5px;
        padding-top: 80px;
    }
    .service_datepicker_text {
        padding-top: 20px;
        font-size: 14.2px;
    }
    .datepicker_check {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .datepicker_part {
        padding: 0 30px;
    }
    .datepicker {
        margin-top: 50px;
    }
}

@media(max-width: 450px) {
    .datepicker {
        padding: 30px 20px 30px 30px;
    }
}