.why-book2 li:after {background-position: -120px -679px; height:48px; width:42px;} 
.why-book2 li:nth-child(2):after{background-position:-171px -680px;} 
.why-book2 li:nth-child(3):after{background-position:-214px -675px;height: 54px;top: 14px;} 
.why-book2 li:nth-child(4):after {background-position: 0px -711px;left: 17px;width: 47px;height: 44px;top: 20px;}

.hotel-boxes {clear:both; width:100%; float:left;}
.hotel-boxes > .row {margin:0 -2.5px;}
.hotel-boxes .holiday-img-caption-holder {margin-bottom:20px;}
.hotel-boxes .holiday-img-caption-holder .holiday-caption {background:#fbfbfb;padding: 15px 10px;}
.hotel-boxes .holiday-img-caption-holder .holiday-caption .title-holiday {font-size:14px; margin:0 0 5px 0;}
.hotel-boxes .holiday-img-caption-holder .holiday-caption .hotel-locate {font-size:13px; margin-bottom:20px;}
.hotel-boxes .col-md-3 {padding:0 2.5px;}
.hotel-boxes .view-all-button {margin:20px 0 0 0;}

.hotel-caption {transform: translate(-50%, -50%);text-align: center;left: 50%;top: 50%; position:absolute;}
.hotel-slider .holiday-img {position:relative; color:#fff; overflow:hidden;}
.hotel-slider .holiday-img > img {-webkit-transition: all .4s linear;transition: all .4s linear;}
.hotel-slider .holiday-img:hover > img{    -webkit-transform: scale(1.2);
    transform: scale(1.2);}
.hotel-slider .trending-destination {top: 12px;}
 
.hotel-slider .caption-mid {position:absolute;width:100%; height:100%;-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;top:0;}


.hotel-slider .holiday-img:hover .caption-mid {background-color: rgba(0,0,0,.5);} 
.hotel-slider .hotel-caption h3 {font-size:26px;}  
.hotel-slider .hotel-caption .sub-title {font-size:18px;}
.hotel-slider .hotel-caption .sub-title span {font-weight:bold;}

.hotel-slider .swiper-button-prev, .swiper-container-rtl .swiper-button-next {bottom:40%;}
.hotel-slider .swiper-button-next, .swiper-container-rtl .swiper-button-prev{bottom:40%;}
.child-holder {clear:both;}
.child-holder .form-holder {width:auto;}
.child-holder p.age {margin:0;font-size: 12px;}
.select-age .ageselect {    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    float: left;}
.child-holder .form-holder {width:auto!important;min-width: 85px;padding-right: 12px !important;    margin: 0;}
.child-holder .form-holder .select-option {padding:6px 10px;border-radius: 3px;border: 1px solid #a1a1a1; margin:4px 0 8px 0;}
.child-holder .form-holder .icon-color {    right: 25px !important;
    top: 32px !important;}

input.loadMoreResult#btnloadMore {
    display: block;
    border: 0;
    margin: 30px auto 0;
    border: 1px solid #ef3339;
    -webkit-transition: .5s;
    transition: .5s;
    outline:none;
    font-size:18px;
}

input.loadMoreResult#btnloadMore:hover {
    background: transparent;
    color: #ef3339;
}

@media only screen and (max-width: 1199px) {
    .hotel-boxes .holiday-img-caption-holder .holiday-caption {min-height:180px;}	
}
 
@media only screen and (max-width: 479px) {
	.hotel-boxes .col-xs-6 {width:100% !important;} 
}

header.header{
    position:relative!important;
    display:none!important
}

/**sticky modify search css**/
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index:99;
}

.visible-title {
    visibility: visible;
}

.modify-search-holder .icon-color {
    top: 8px !important;
}

.add-room .room-add-holder {
    padding-bottom:0;
}

.add-room .count button.minus:before {
    color: #ef3339;
}

.add-room .count button.minusCh.disable:before,
.add-room .count button.plusCh.disable:before {
    color: #A5A5A5;
}

.plusCh:before {
    content: "\f067";
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
}

.minusCh:before {
    content: "\f068";
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
}

.add-room-btn {    
    margin-right: 20px;
}

    .add-room-btn a.btn {
        background: #0176b2;
        border-radius: 5px !important;
    }

   

.remove-room-btn {
    float: left;
    margin-top: 20px;
}

    .remove-room-btn a.btn:hover, .add-room-btn a.btn:hover {
        border-radius: 5px !important;
        background: #ef3339;
    }