.gallery_header {
    position: relative;
}

.inle_header_left_side {
    padding: 20px 0 0 85px;
    float: none;
}

.gallery_header_right_side {
    float: none;
}

.about_us_header {
    background: url("../images/about_us/Inle32-2.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 */
}

.resort_main_section {
    background: url("../images/about_us/inle1.png");
    height: 1268px;
    /* 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 */
    margin-top: 50px;
}

.resort_main_section_text {
    text-align: center;
    padding: 150px 100px 0;
    font-size: 16.2px;
    font-family: 'addington_medium';
}

.resort_main_section_header {
    text-align: center;
    margin-top: 50px;
    font-size: 40.5px;
    font-family: 'addington_bold';
}

.resort_main_section_under_text {
    text-align: center;
    margin-top: 10px;
    font-size: 16.2px;
    font-family: 'addington_medium';
}

.resort_main_section_datepicker_part {
    padding: 0 110px;
}

.resort_main_section_datepicker {
    background: #ffffff;
    padding: 45px;
}

.datepicker {
    padding: 45px;
    bottom: 0;
    background: #ffffff;
    margin-top: 400px;
    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: 15px;
}

.datepicker_part {
    padding: 0 110px;
}

ul {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}

.demo .item {
    margin-bottom: 100px;
}

.content-slider li {
    background-color: #ed3020;
    text-align: center;
    color: #FFF;
}

.content-slider h3 {
    margin: 0;
    padding: 70px 0;
}

.demo {
    width: 100%;
}

.lSAction>.lSPrev {
    background-image: url('../images/gallery/left.png');
    background-repeat: no-repeat;
    background-size: 100px;
    left: 10px;
}

.lSAction>.lSNext {
    background-repeat: no-repeat;
    background-image: url('../images/gallery/right.png');
    background-size: 80px;
    right: 10px;
}

@media (max-width: 980px) {
    .inle_header_left_side {
        padding: 20px 0 0 30px;
    }
    .resort_main_section {
        height: 900px;
        margin-top: 0;
    }
    .demo .item {
        margin-bottom: 30px;
    }
    .resort_main_section_text {
        padding: 50px 50px 0;
    }
    .datepicker {
        margin-top: 100px;
    }
    .datepicker_check {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .inle_header_left_side_logo {
        height: 60px;
    }
    .header_right_side {
        top: 35px;
    }
    .resort_main_section_text {
        padding: 50px 30px 0;
        font-size: 12.2px;
    }
    .resort_main_section_header {
        margin-top: 20px;
        font-size: 20.5px;
    }
    .resort_main_section_under_text {
        font-size: 14.2px;
    }
    .lSAction>.lSPrev {
        background-size: 50px;
        left: 0px;
    }
    .lSAction>.lSNext {
        background-size: 40px;
        right: -30px;
    }
    .lSAction>a {
        width: 75px;
    }
    .lSSlideOuter .lSPager.lSGallery {
        height: 80px;
    }
    .datepicker_part {
        padding: 0 30px;
    }
}

@media(max-width: 450px) {
    .datepicker {
        padding: 30px 20px 30px 30px;
    }
}