/**
 * Spinner
 */
.spinner {
    margin: 100px auto;
    width: 100px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #00adef;
    height: 100%;
    width: 8px;
    margin: 0 3px 0 0;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.content_wrapper {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    opacity: 1;
}

.post_loading_loader {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    opacity: 0;
}

.ajax_content_wrapper {
    position: relative;
    min-height: 400px;
}

.ajax_loader {
    position: absolute;
    width: 100%;
    z-index: -1;
}

#ajax_content_hotel.content_wrapper, #ajax_content_flight.content_wrapper {
    background-color: #fff;
}

.ajax-content-wrapper {
    min-height: 200px;
}

/**
 * Custom CSS
 */
.navbar-brand img {
    width: 150px;
    height: auto;
    margin-top: -21px;
}

.light-menu i {
    display: inherit;
}

.hot-deal-grid img {
    object-fit: cover;
    height: 200px;
    min-width: 100%;
}

.image-set {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.image-set img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.image-set > .link a {
    padding: 7px;
    font-size: 18px;
    text-align: center;
}

.home-product-padding{
    height: 300px;
}

.home-product-padding p {
    line-height: 1.4;
}

.hot-deals .nav-tabs {
    margin: 0;
    max-width: none;
    text-align: center;
}

.hot-deals .nav-tabs li {
    float: none;
    display: inline-block;
}

.hot-deals .nav-tabs li + li {
    margin-left: -4px;
}

.contact-us-map{
    width: 100%;
}

.contact-us-map .col-md-6:first-child {
    padding: 0px;
}

.contact-us-map .contact-map{
    height: 100%;
}

.contact-us-address {
    padding: 0px;
}

.contact-us-address h2, .contact-us-address h5, .contact-us-address .space {
    display: none;
}

.contact-us-address .contact-address {
    padding-top: 0px;
}

.contact-address p {
    line-height: 1.5;
}

.wpcf7 form .wpcf7-response-output{
    font-size: 12px;
}

.wpcf7 form{
    position: relative;
}

.wpcf7 form .wpcf7-response-output{
    position: absolute;
    top: -17px;
    left: 0px;
    right: 0px;
    margin: 0 1em;
}

.choose-us-item .choose-icon{
    left: 46%;
    top: -9px;
    transform: rotate(45deg) translateX(-50%);
}

.go-up {
    top: 30%;
    right: 30px;
}

section#footer {
    clear: both;
}

.td-product img{
    max-width: none;
    min-width: 100%;
}

.room-book h5 {
    padding: 12px 10px !important;
}

.room-grid-view img{
    height: 175px;
    width: 100%;
    object-fit: cover;
}

.room-grid-view .room-info {
    position: relative;
    padding-bottom: 50px;
}

.room-grid-view .room-info .room-book {
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
}

.image-lg img {
    min-height: 601px !important;
}

.img-book {
    width: 175px;
    height: auto;
}

/* Style for homepage*/
#why-choose-us {
    background: white !important;
}

#footer .wpcf7-form {
    margin-bottom: 0 !important;
}

.price-filter label {
    display: inline-block;
}

.price-filter input {
    width: auto;
}

@media screen and (max-width: 1199px){
    .home-product-padding h5{
        font-size: 13px;
    }

    .home-product-padding p{
        font-size: 13px;
    }
}

@media screen and (max-width: 991px) {
    .wpcf7 form .wpcf7-response-output{
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        margin: 1em;
    }
}

@media screen and (max-width: 767px) {
    .contact-address {
        padding: 30px;
        padding-bottom: 0px;
    }

    .contact-us-address .contact-address {
        padding-bottom: 30px;
    }

    .home-product .image-sm img{
        width: 100%;
    }

    .home-product .image-lg{
        height: 300px;
    }

    .home-product .image-lg img{
        height: 300px;
        object-fit: cover;
        min-width: 100%;
    }
}

/* style for nav */
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    background-color: transparent !important;
    color: #f9676b !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: transparent !important;
    color: #f9676b !important;
}
@media screen and (max-width: 767px) {
    .navbar-collapse {
        border: 0;
    } 
    .dropdown-menu {
        background: #00adef !important;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: white !important;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: white !important;
        opacity: 0.8 !important;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a {
        color: #555 !important;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555 !important;
        background-color: #e7e7e7 !important;
    }
} 


/* style for booking.com */
#b_logo {
    display: none;
}

#flexi_searchbox #b_searchboxInc #b_destination {
    border: 1px solid #BEC4C8;
    border-radius: 0;
    padding: 6px 12px !important;
    font-size: 14px;
    height: 45px;
}

#flexi_searchbox select {
    border: 1px solid #BEC4C8;
    border-radius: 0;
    padding: 6px 12px !important;
    font-size: 14px;
    height: 45px;
}


#flexi_searchbox h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    color: #f9676b !important;
    margin-bottom: 24px;
}

#flexi_searchbox h4 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #07253F;
    margin-bottom: 5px;
}

#flexi_searchbox #b_searchboxInc .b_submitButton_wrapper .b_submitButton {
    background: #f9676b !important;
    border-radius: 0;
    border: 0;
    margin-top: 10px;
    padding: 10px 30px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    box-shadow: none;
}

#flexi_searchbox #b_searchboxInc .b_submitButton_wrapper .b_submitButton:hover {
    background: #00adef !important;
    border-radius: 0;
    border: 0;
    margin-top: 10px;
    padding: 10px 30px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    box-shadow: none;
}

/* Pagination Style */
.pagination>li>span, .pagination>li>a {
    font-size: 14px;
    color: #07253F;
}

.pagination>li>span:hover, .pagination>li>a:hover {
    background: #00adef;
    color: white;
}

.pagination>li>span.current, .pagination>li>a.current {
    background: #00adef;
    color: white;
}

.invisible_spoken {
    display: none;
}