body {
    font-family: Arial;
}

.hotel_type_side {
    padding: 0;
}

.header {
    position: relative;
}

.header_type_text {
    position: absolute;
    color: #ffffff;
    z-index: 999;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 45px;
    font-family: 'addington_regular';
}

.content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.hotel_type_header {
    color: #ffffff;
    font-size: 20px;
    font-family: 'addington_bold';
    margin-bottom: 10px;
}

.hotel_type_text {
    color: #ffffff;
    font-size: 12px;
    font-family: 'addington_regular';
}

.index_datepicker {
    padding: 45px;
    background: #ffffff;
    font-family: "addington_bold";
    font-size: 15px;
    color: #363636;
}

.mb_index_datepicker {
    display: none;
    padding: 45px;
    background: #ffffff;
    font-family: "addington_bold";
    font-size: 15px;
    color: #363636;
}

.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;
}

::placeholder {
    font-weight: 'regular';
    font-size: 15px;
    color: #363636;
}

.input_img {
    position: absolute;
    bottom: 15px;
    right: 13%;
    width: 24px;
    height: 20px;
}

.btn_check {
    width: 100%;
    background: #242424;
    color: #ffffff;
    margin-top: 10px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 12px;
    border-radius: 0;
    font-family: 'Montserrat_regular';
}

.index_datepicker_part {
    padding: 0 110px;
    bottom: 0;
    position: absolute;
    z-index: 999;
    width: 100%;
}

.main_index {
    position: relative;
}

.carousel-control-next,
.carousel-control-prev {
    top: -41px;
}

.carousel-control-prev {
    right: 56px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 50px;
}

.carousel-indicators {
    margin-right: 160px;
}

.tab-box {
    margin-bottom: 8px;
    cursor: pointer;
}

.tab {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: #b0c0b2;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transition: background 0.75s ease;
}

.tab:hover {
    background: #242424;
}

.carousel-indicators .active {
    background-color: #d9dad9;
    width: 10px;
    height: 10px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.carousel-control-next {
    right: 8px;
}


/* @media (max-width: 576px) { 

.header_left_side{
  padding: 20px;
}
.header_left_side_logo {
  height: 40px;
}
.header_type_text{
  font-size: 20px;
}
} */

@media (max-width: 1100px) {
    .index_datepicker {
        display: none;
    }
    .mb_index_datepicker {
        display: block;
        padding: 35px;
    }
    .input_img {
        bottom: 15px;
    }
    .datepicker_check {
        margin-bottom: 10px;
        margin-top: 10px;
        width: 90%;
    }
    .btn_check {
        margin-top: 5px;
        font-size: 10px;
        padding: 10px;
    }
}

@media (max-width: 980px) {
    .header_left_side {
        padding: 20px;
    }
    .header_left_side_logo {
        height: 60px;
    }
    .header_type_text {
        font-size: 25px;
        bottom: 10%;
    }
    .inle_logo_bottom {
        text-align: center;
        margin-top: 20px;
    }
    .carousel-indicators {
        margin-right: 20px;
    }
    .tab-box {
        margin-bottom: 0px;
    }
    .carousel-control-next {
        right: -90px;
    }
    .carousel-control-prev {
        right: -40px;
    }
    .tab {
        width: 5px;
        height: 5px;
        margin: 0 2px;
    }
    .carousel-indicators .active {
        width: 7px;
        height: 7px;
    }
}

@media (max-width: 767px) {
    .header_left_side {
        padding: 15px;
    }
    .header_left_side_logo {
        height: 40px;
    }
    .footer_address_header {
        margin-top: 30px;
    }
    .inle_logo_bottom {
        text-align: center;
        margin-top: 10px;
    }
    .header_left_side {
        left: 20px;
    }
    .header_right_side {
        right: 20px;
        top: 20px;
    }
    .header_right_side_logo {
        height: 30px;
    }
    .header_type_text {
        bottom: 10%;
        font-size: 15px;
        padding: 0 20px;
    }
    .footer_address {
        padding-top: 20px;
        padding-bottom: 50px;
        text-align: center;
    }
    .footer_main {
        padding: 28px 10px;
    }
    .btn_check {
        width: 90%;
    }
    .datepicker_check {
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .mb_index_datepicker {
        padding: 25px 35px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        bottom: 0;
    }
}