/****  THEME WEBSITE SRIPAKPRA  ****/
.section_header {
    font-size: 16px;
}
.icon_hotelscombined {
    width: auto;
    height: 100px;
    margin-top: 5px;
}
.address_footer ul {
    padding: 0;
    margin: 0;
}
.address_footer li {
    list-style: none;
    float: left;
}

.address_footer li:nth-child(1) {
    padding-right: 10px;
    display: flex;
    gap: 10px;
}
.address {
    padding-left: 30px;
}
.section_parallax {
    height: auto;
    display: block;
    padding: 0;
}
.section_parallax .slider_guest_review {
    height: 350px;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
}
.section_parallax .title_guest_review {
    font-size: 20px;
    margin: 0 0 25px;
}
.slider_guest_review .slide {
    padding: 30px 0 0;
}
.details_rooms {
    width: 680px;
    margin: auto;
    padding: 25px 0 0;
}
.amenities.details_rooms [class*="col-xs-"] {
    padding: 0 30px;
}


.address_footer .title_footer {
    font-family: var(--font-family-title);
    margin: 0 0 5px;
}
.section_parallax p {
    font-size: initial;
    margin: 0;
}
.amenities.hotel_facilities {
    padding: 0;
}
.booknowtop span {
    left: 71px;
    bottom: 60px;
}
.btn_booknow_mobile label {
    left: 75px;
    bottom: 61px;
}
.btn_roomtype {
    color: inherit;
}
/***************************/
/* DOWNLOAD */
/***************************/
.page_download {
    position: relative;
    width: 100%;
    padding: 50px 0 0;
}
.page_download img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    display: block;
}
.page_download .col-xs-12 {
    padding: 15px;
    border-top: 1px solid #eee;
}
.page_download .col-xs-12 [class*=col-xs-] {
    padding: 0;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page_download p,
.page_download .btn_book {
    margin: 0;
}

.btn_offers{
    margin-left: 50px;
}
.btn_offers .btn_allroom{
    margin-top: 10px;
}
.content_info_room p{
    text-align: center;
}









.show_img .img1{
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: cover;
    /* background-repeat:no-repeat; */
    transition: all .4s;
    overflow: hidden;
}
.show_img .img2{
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    /* background-color: blue; */
}
.show_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
 
.show_img{
    display: block;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    background-color: aquamarine;
}
