@media screen and ( max-width: 1600px ){
    .footerGallery .imgBox{
        height: 313px;
    }
    .homeBanner h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .homeBanner h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .homeBanner p {
        font-size: 16px;
        line-height: 20px;
    }
    .special-tour-content-box{
        padding: 10px !important;
    }
}
@media screen and ( max-width: 1400px ){
    .homeBanner h3{
        font-size: 60px;
    }
}
@media screen and ( max-width: 1200px ){
    .homeSec h2{
        margin-bottom: 25px;
    }
    .homeBanner h3{
        font-size: 40px;
    }
    footer .top ul.contact li:last-child a {
        font-size: 20px;
    }
    .topTours .tabs{
        margin-bottom: 25px;
    }
    .footerGallery .imgBox{
        height: 250px;
    }
    .topTours .eachTabContent .imgBox .mainImg {
        height: 200px;
    }
    .destinations .imgBox .mainImg {
        height: 250px;
    }
    .homeBanner .container {
        padding: 120px 0 120px;
    }
    .activities .gallery .eachImg img {
        height: 175px;
    }
    .stayWhere .gallery img {
        height: 175px;
    }
}
@media screen and ( max-width: 1100px ){
    .topTours .tabContent .slick-prev {
        left: -50px;
    }
    .topTours .tabContent .slick-next {
        right: -50px;
    }
    .stayWhere .slick-prev {
        left: -50px;
    }
    .stayWhere .slick-next {
        right: -50px;
    }
    .activities .eachAct {
        width: 32%;
    }
}
@media screen and ( max-width: 991px ){
    .topTours .tabs{
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .homeBanner h1 {
        font-size: 34px;
        line-height: 44px;
    }
    .homeBanner h2 {
        font-size: 20px;
        line-height: 20px;
    }
    .homeBanner p {
        font-size: 14px;
        line-height: 18px;
    }
    .testiSec .row{
        row-gap: 50px;
    }
    .homeBanner .container {
        padding: 60px 0;
    }
}
@media screen and ( max-width: 900px ){
    .videoSlider .slick-prev {
        left: 0px;
        z-index: 5;
        background-color: #fff;
        padding: 10px;
    }
    .videoSlider .slick-next {
        right: 0px;
        z-index: 5;
        top: calc( 50% - 22px );
        background-color: #fff;
        padding: 10px;
    }
    .topTours .tabContent .slick-prev {
        left: 0px;
        top: 105%;
    }
    .topTours .tabContent .slick-next {
        right: 0px;
        top: calc( 105% - 17px );
    }
    .stayWhere .slick-prev {
        left: auto;
        right: 50px;
        top: 105%;
    }
    .stayWhere .slick-next {
        right: 0px;
        top: calc( 105% - 17px );
    }
    /* .homeBanner .row{
        padding: 0 15px;
    } */
    .footerGallery .imgBox{
        height: 190px;
    }
}
@media screen and ( max-width: 767px ){
    .homeBanner {
        margin-top: 80px;
    }
    .homeBanner .homeImg {
        margin-top: 20px;
    }
    .destinations .imgBox:first-child{
        width: 100%;
    }
    .destinations .imgBox{
        width: 48.7%;
    }
    .activities .eachAct {
        width: 49%;
    }
    .homeBanner h3{
        font-size: 50px;
    }
    .videoDisplay .videoBox {
        height: 100%;
        display: flex !important;
        flex-direction: column;
    }
    .videoBox.playButton:before{
        top: calc( 150px - 45.25px );
    }
    .videoDisplay .videoBox video{
        height: 300px;
    }
    .videoDisplay .videoBox .contentBox{
        display: flex;
        width: auto;
        position: relative;
    }
    .videoDisplay .videoBox .contentBox a{
        margin-top: 30px;
    }
    .testiSec .imgBox{
        justify-content: flex-start;
    }
    .footerGallery .imgBox {
        width: calc( 50% - 8px );
        height: 150px;
    }
    .homeBanner select{
        padding: 0 15px;
    }
    .homeBanner input[type="text"] {
        width: auto;
        padding-left: 15px;
    }
    .homeBanner input[type="submit"] {
        padding: 15px 20px 15px 15px;
    }
    .testiSec .row .col-6:first-child{
        position: relative;
        z-index: 1;
    }
    .testiSec .row .col-6:last-child{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
        display: flex;
        justify-content: end;
        align-items: center;
    }
    .homeBanner p{
        max-width: 500px;
    }
}
@media screen and ( max-width: 500px ){
    .homeBanner .imgBox{
        height: 175px;
    }
    .destinations .imgBox {
        width: 100%;
    }
    .footerGallery .imgBox{
        height: 50px;
    }
}
@media screen and ( max-width: 479px ){
    .activities .eachAct {
        width: 100%;
    }
    .homeBanner form{
        flex-direction: column;
        row-gap: 20px;
    }
    .homeBanner form input,
    .homeBanner form select{
        border-radius: 90px !important;
        height: 50px;
    }
}