body{
    background: #fff !important;
}
.main-content {
    padding-top: 100px;
    padding-bottom: 100px;
}
.home-banner-items{
    position: initial !important;
}
.bottom-header{
    background-color: #fff !important;
}
.home-banner-section{
    padding-bottom:unset;
}
.home-banner-items .banner-content-wrap{
    padding-bottom: unset;
    padding-top: 50px;
}
.mobile-menu-container{
    background-color: #fff;
}
.mobile-menu-container .slicknav_menu .slicknav_btn{
    margin: unset;
    padding: 10px 0;
}
.trip-search-section.shape-search-section{
    margin: unset !important;
}
@media (max-width: 991px) {
    .slider-shape{
        display: none;
    }
}
@media (max-width: 576px) {
    .hotel_price_and_details_container{
        flex-wrap: wrap;
    }
    .home-banner-section .banner-content-wrap {
        padding-bottom: unset;
    }
    .banner-title{
        font-size: 1.9rem !important;
    }
    .hotel_name_starts_container{
        flex-wrap: wrap !important;
    }
    .hotel_name_starts_container a{
        display: block;
        width: 100%;
    }
    .hotel-card_details{
        width: 100% !important;
    }
    .hotel-card_details p{
        width: 100% !important;
    }
    .hotel-card_pricing{
        width: 100% !important;
        margin-top:15px !important;
    }
    .stars_container_sec{
        margin-right: unset !important;
        margin-top: 10px !important;
        display: block !important;
    }
    .hotel_name_element{
        font-size: 1.7rem !important;
    }
    .hotel-card_pricing h3{
        font-size: 2.5rem !important;
    }

}
.text-striked {
    text-decoration: line-through;
}

.shadow {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
}
.hotel-card{
    border-radius: 10px;
    /*height: 270px;*/

}
.hotel-card_details{
    width: 80%;
}
.hotel-card .hotel-card_images {
    flex: 1.5;
}
.hotel-card .hotel-card_images .carousel-item img {
    height: 270px;
    object-fit: cover;
}
.shadow {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26) !important;
}
/*@media (min-width: 992px) {*/
/*    .hotel-card .hotel-card_images .carousel-item img {*/
/*        height: 100%;*/
/*    }*/
/*}*/

.hotel-card .hotel-card_info {
    flex: 3.5;

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

/*.hotel-card .amnities img {*/
/*    max-height: 20px;*/
/*}*/

.hotel-card .hotel-checklist {
    list-style-type: none;
}

.carousel .carousel-control-prev {
    background: linear-gradient(to right, #333333bb, #33333300);
}

.carousel .carousel-control-next {
    background: linear-gradient(to left, #333333bb, #33333300);
}


ol, ul{
    padding: unset;
    margin: unset;
}


.change_currency_btn{
    display: block;
    width: 100%;
    border: unset;
    padding: 15px 10px;
    background-color: transparent;
    text-align: right;
}
.change_currency_btn:hover{
    color: #fff;
}

table thead tr{
    background-color: #fff !important;
}

@media (max-width: 676px) {
    .product-outer-wrap{
        padding-bottom: 0px !important;
    }
}


.ui.ribbon.label{
    left: calc(.05rem - 1.2em) !important;
    top: 15px !important;
    z-index: 99 !important;
    padding: 10px 20px !important;
}
