/* Listing Page */
.listBanner{
    margin-top: 100px;
}
/* .listBanner .row{
    padding: 0 15px;
} */
.listBanner .container-fluid:before{
    content: "";
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .34;
}
.listBanner .container{
    z-index: 2;
    padding: 155px 0 113px;
}
.listBanner form{
    z-index: 2;
}
.listBanner select{
    border-radius: 90px 0 0 90px;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #BAC1CC;
    padding: 0 23px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #092145;
    font-size: 17px;
    background-image: url(../img/dropdown.svg);
    background-repeat: no-repeat;
    background-position: calc( 100% - 10px ) 50%;
    background-size: 8px 6px;
}
.listBanner select:focus-visible{
    outline: none;
}
.listBanner input{
    color: #000;
    font-size: 17px;
    background: #FFF;
    border: 0;
}
/* .listBanner input[type="text"]{
    width: 354px;
    padding-left: 36px;
} */
.listBanner input[type="submit"]{
    padding: 26px 38px 25px 28px;
    background-color: #F00000;
    color: #fff;
    cursor: pointer;
    border-radius: 0 90px 90px 0;
    font-size: 19px;
}
.listBanner input[type="submit"]:hover{
    background-color: #092145;
}
.listBanner input::placeholder{
    color: #888888;
}
.listFilter{
    max-width: 983px;
    margin: auto;
    background-color: #fff;
    padding: 0 33px 44px 34px;
    border-radius: 10px;
}
.listFilter:before{
    content: "";
    background-color: rgba(255, 255, 255, 0.18);
    height: calc( 100% + 8px );
    width: calc( 100% + 8px );
    position: absolute;
    border-radius: 10px;
    top: -4px;
    left: -4px;
    z-index: 1;
}
.listFilter .tabs{
    background-color: #fff;
    border-radius: 9.5px;
    padding: 0 6px;
    overflow: hidden;
    max-width: 717px;
    margin: -47px auto 38.6px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
    z-index: 2;
}
.listFilter .tabs .eachTab{
    width: 167px;
    max-width: 167px;
    padding: 10px 0 9.6px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.listFilter .tabs .eachTab.active,
.listFilter .tabs .eachTab:hover{
    border-bottom: 2px solid #44D7B6;
}
.listFilter .tabs .eachTab.active img,
.listFilter .tabs .eachTab:hover img{
    filter: none;
}
.listFilter .tabs .eachTab.active span,
.listFilter .tabs .eachTab:hover span{
    color: #44D7B6;
}
.listFilter .tabs img{
    height: 44px;
    object-fit: contain;
    filter: invert(1)hue-rotate(255deg)brightness(0.4);
    transition: .3s all ease-in-out;
}
.listFilter .tabs span{
    color: #092145;
    font-size: 15px;
    letter-spacing: 0.15px;
    margin-top: 12px;
    transition: .3s all ease-in-out;
}
.listFilter .tabContents{
    z-index: 2;
}
.listFilter .tabContents .eachTabContent{
    display: none;
}
.listFilter .tabContents .eachTabContent.active{
    display: block;
}
.listFilter .tabContents form{
    column-gap: 25px;
    margin: 0;
}
.listFilter .tabContents select {
    color: #092145;
    font-size: 15px;
    width: 100%;
    border-radius: 5px;
    background: url(../img/listDropdown.svg), #F4F4F4;
    background-repeat: no-repeat;
    background-position: calc( 100% - 23px ) calc( 50% - 2.5px );
    background-size: 10px 5px;
    padding: 17px 35px 15px 18px;
    border: none;
}

.location-input-container {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    background-color:#F4F4F4 ;
    padding: 17px 20px 15px 18px;
    border: none;
}
.location-input-container input {
    color: #092145;
    font-size: 15px;
    border: none;
    outline: none;
    flex: 1;
    background: transparent;
    padding-left: 10px;
}
.location-input-container .icon {
    color: #666;
    margin-right: 10px;
    font-size: 20px;
}


.secondFilter{
    margin-bottom: 27px;
}
.secondFilter .result,
.secondFilter p{
    color: #4F4F4F;
    font-size: 14px;
}
.secondFilter p{
    text-decoration: underline;
    cursor: pointer;
    margin-left: 18px;
}
.secondFilter form{
    margin-left: auto;
}
.secondFilter form select{
    color: #092145;
    font-size: 14px;
    border: 1px solid #D6D9DC;
    border-radius: 5px;
    padding: 14px 18px;
    width: 248px;
    max-width: 100%;
    background: url(../img/listDropdown.svg), #fff;
    background-repeat: no-repeat;
    background-position: calc( 100% - 21px ) calc( 50% - 2.5px );
    background-size: 10px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.listingItems .tabs{
    column-gap: 50px;
    margin-bottom: 54px;
}
.listingItems .eachtab{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    border-width: 0 0 2px 0px;
    border-style: solid;
    border-color: transparent;
}
.listingItems .eachtab:hover{
    border-color: #44D7B6;
    color: #44D7B6;
}
.listingItems .eachtab.active{
    border-color: #44D7B6;
    color: #44D7B6;
}
.listingItems .tabContents .slick-list{
    margin: 0 -15px;
}
.listingItems .tabContents .slick-slide{
    margin: 0 15px;
}
.listingItems .tabContent .slick-list{
    height: 0;
    overflow: hidden;
}
.listingItems .tabContent .slick-arrow{
    height: 0;
    overflow: hidden;
    width: 35px;
}
.listingItems .tabContent .slick-prev{
    left: -65px;
}
.listingItems .tabContent .slick-next{
    right: -65px;
    transform: rotate(180deg);
    top: calc( 50% - 17px );
}
.listingItems .tabContent.active .slick-list{
    height: auto;
}
.listingItems .tabContent.active .slick-arrow{
    height: 35px;
}
.listingItems .tabContent{
    row-gap: 28px;
    column-gap: 2.1%;
}
.listingItems .tabContent .eachTabContent{
    display: none;
}
.listingItems .tabContent.active .eachTabContent{
    display: flex;
}
.listingItems .eachTabContent{
    border-radius: 7.4px;
    width: 31.9%;
    box-shadow: 0px 2.2366px 22.366px 0px rgba(0, 0, 0, 0.06);
}
.listingItems .eachTabContent:hover h3{
    color: #F00000 !important;
}
.listingItems .eachTabContent .imgBox .mainImg{
    height: 231px;
}
.listingItems .eachTabContent .trusted{
    top: 20.5px;
    left: 21px;
    padding: 5px 7px;
    border-radius: 5px;
    background-color: #fff;
    column-gap: 6px;
    color: #092145;
    font-size: 14px;
}
.listingItems .eachTabContent .trusted img{
    width: 16px;
    height: 16px;
}
.listingItems .eachTabContent .like{
    background-color: #fff;
    border-radius: 50%;
    top: 24px;
    left: calc( 100% - 45px );
    width: 26px;
    height: 26px;
}
.listingItems .eachTabContent .like img{
    width: 14px;
    height: 14px;
    object-fit: contain;
}
.listingItems .eachTabContent .assoCon{
    padding: 7px 14px 6px 15px;
    background-color: #fff;
    border-radius: 0 10px 0 0;
    top: auto;
    bottom: 0;
}
.listingItems .eachTabContent .assoCon img:first-child{
    width: 36px;
    margin-right: 15px;
}
.listingItems .eachTabContent .assoCon img:last-child{
    width: 33px;
    padding-left: 18px;
    border-left: 1px solid #D1D1D1;
}
.listingItems .eachTabContent .contentBox{
    background-color: #fff;
    padding: 23.3px 27.2px 31px;
}
.listingItems .eachTabContent .contentBox .loc{
    color: #666;
    font-size: 14px;
    position: relative;
    padding-left: 25px;
}
.updated-p{
    padding-right: 40px;
}
.listingItems .eachTabContent .contentBox .loc img{
    width: 14.44px;
    margin-right: 7.2px;
    filter: grayscale(1);
    object-fit: contain;
    height: auto;
    flex: 0 0 14.44px;
    position: absolute;
    top: 0px;
    left: 0;
}
.listingItems .eachTabContent .contentBox h3{
    color: #092145;
    font-size: 18px;
    margin: 10px 0;
}
.listingItems .eachTabContent .contentBox p{
    color: #555;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 19px;
}
.listingItems .eachTabContent .contentBox .rating{
    column-gap: 14px;
    color: #666;
    font-size: 13px;
}
.listingItems .eachTabContent .contentBox .stars{
    column-gap: 4px;
}
#pagination ul{
    column-gap: 11px;
    margin-top: 48px;
}
#pagination li a{
    border: 1.185px solid #E4E4E4;
    border-radius: 3.56px;
    color: #ACACAC;
    background-color: transparent;
    font-family: Gilroy-M;
    font-size: 17.777px;
    line-height: 23.702px;;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#pagination li a:hover{
    background-color: #44D7B6;
    border-color: #44D7B6;
    color: #fff;
}
#pagination li.active a{
    background-color: #44D7B6;
    border-color: #44D7B6;
    color: #fff;
}
#pagination li a img{
    object-fit: contain;
    width: 14px;
    transform: rotate(270deg);
    filter: brightness(0)invert(.7);
}
#pagination li a:hover img{
    filter: brightness(0)invert(1);
}
#pagination li a#prevPages img{
    transform: rotate(90deg);
}
.stayContext .contentBox h5 {
    color: #092145;
    font-size: 19px;
    text-transform: capitalize;
}
.stayContext .contentBox .loc img{
    filter: none !important;
}
.stayContext .contentBox .loc {
    font-size: 15px !important;
    text-transform: capitalize;
    margin: 10px 0 12px;
}
.stayContext .contentBox p{
    line-height: 23px !important;
    text-transform: capitalize;
}
.stayContext .contentBox .despInfo a {
    color: #FFF;
    font-size: 12px;
    text-transform: capitalize;
    border-radius: 5.342px;
    background: #F00000;
    padding: 7px 10px 8px 9px;
    margin-left: auto;
}
.stayContext .contentBox .includes {
    column-gap: 14px;
}
.stayContext .contentBox .includes img {
    width: 19px;
    object-fit: contain;
}
.gallery .eachImg{
    border-radius: 5px;
}
.eachAct .gallery .eachImg img{
    height: 235px;
}
.gallery .eachImg img{
    height: 210px;
}
.gallery .slick-dots{
    bottom: 30px !important;
}
.gallery .slick-dots li{
    margin: 0 2.6px;
    width: fit-content !important;
    height: fit-content !important;
}
.gallery .slick-dots button{
    width: 7.8px !important;
    height: 7.8px !important;
    border-radius: 50px;
    background: #fff !important;
    opacity: .4 !important;
}
.gallery .slick-dots .slick-active button{
    opacity: 1 !important;
}
.null-result-message{    
    color: red;
    padding-left: 44%;
}

