@media screen and ( max-width: 1200px ){
    .homeSec h2{
        margin-bottom: 25px;
    }
    .homeBanner h3{
        font-size: 40px;
    }
    .topTours .tabs{
        margin-bottom: 25px;
    }
    .topTours .eachTabContent .imgBox .mainImg {
        height: 200px;
    }
    .homeBanner .container {
        padding: 120px 0 120px;
    }
}
@media screen and ( max-width: 1100px ){
    .topTours .tabContent .slick-prev {
        left: -50px;
    }
    .topTours .tabContent .slick-next {
        right: -50px;
    }
    .listingItems .eachTabContent .imgBox .mainImg {
        height: 175px;
    }
    .gallery .eachImg img{
        height: 175px;
    }
    .listingItems .eachTabContent .contentBox {
        padding: 15px;
    }
}
@media screen and ( max-width: 991px ){
    .topTours .tabs{
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .homeBanner h1 {
        font-size: 34px;
        line-height: 44px;
    }
    .homeBanner .container {
        padding: 60px 0;
    }
    .listFilter .tabs .eachTab{
        width: 110px;
    }
}
@media screen and ( max-width: 900px ){
    .topTours .tabContent .slick-prev {
        left: auto;
        right: 50px;
        top: 105%;
    }
    .topTours .tabContent .slick-prev, .topTours .tabContent .slick-next{
        margin: 20px 0px;
    }
    .topTours .tabContent .slick-next {
        right: 0px;
        top: calc( 105% - 17px );
    }
    /* .homeBanner .row{
        padding: 0 15px;
    } */
}
@media screen and ( max-width: 767px ){
    .homeBanner {
        margin-top: 80px;
    }
    .homeBanner .homeImg {
        margin-top: 20px;
    }
    .homeBanner h3{
        font-size: 50px;
    }
    .homeBanner select{
        padding: 0 15px;
    }
    .homeBanner input[type="text"] {
        width: auto;
        padding-left: 15px;
    }
    .homeBanner input[type="submit"] {
        padding: 15px 20px 15px 15px;
    }
    .listFilter .tabContents form{
        flex-wrap: wrap;
        column-gap: 5%;
        row-gap: 25px;
    }
    .listFilter .tabContents select{
        width: 47.5%;
    }
}
@media screen and ( max-width: 700px ){
    .listingItems .eachTabContent{
        width: 48.9%;
    }
}
@media screen and ( max-width: 580px ){
    .listFilter .tabs{
        flex-wrap: nowrap;
        max-width: 300px;
        padding: 0;
        overflow-x: scroll;
    }
}
@media screen and ( max-width: 500px ){
    .homeBanner .imgBox{
        height: 175px;
    }
}
@media screen and ( max-width: 479px ){
    .homeBanner form{
        flex-direction: column;
        row-gap: 20px;
    }
    .homeBanner form input,
    .homeBanner form select{
        border-radius: 90px !important;
        height: 50px;
    }
    .listFilter .tabContents select{
        width: 100%;
    }
    .secondFilter form select{
        width: 115px;
        padding: 10px 35px 10px 10px
    }
    .secondFilter .result, .secondFilter p{
        font-size: 12px;
    }
    .secondFilter p{
        margin-left: 12px;
    }
    .listingItems .eachTabContent{
        width: 100%;
    }
    .listingItems .eachTabContent .imgBox .mainImg {
        height: 230px;
    }
    .gallery .eachImg img{
        height: 219px;
    }
}

@media screen and ( max-width: 425px ){
    .listFilter .tabs{
        max-width: 250px;
    }
}