
@media only screen and (max-width:1300px) {
    
}
@media only screen and (max-width: 1200px) {
    
}
@media only screen and (max-width: 1100px) {
    .nav-wraper {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 95%;
        background: #fff;
        z-index: 100;
        align-items: flex-start;
        flex-direction: column;
        overflow: auto;
        scrollbar-width: thin;
    }
    .nav-list {
        align-items: start;
        gap: 10px;
        flex-direction: column;
        width: 100%;
    }
    .nav-list li {
        width: 100%;    
        padding: 0px 0px 0px 20px;
    }
    .nav-list li .navItems {
        align-items: start;
        justify-content: flex-start;
        flex-direction: row;
        gap: 15px;
        padding: 10px 0px 10px 0px;
    }
    .dropdownInnerMenu{
        left: auto !important;
        position: relative;
        display: block;
        width: 100%;
        transform: translateX(0%);
        box-shadow: none;
        border: none;
        flex-direction: column;
        gap: 0px;
        padding: 0px 0px 0px 35px !important;;
    }
    .dropdownItemswrp{
        display: block;
        padding-left: 20px;
    }
    .desktopNav__item a {
        padding: 6px 20px 5px 25px;
        display: block;
    }
    .desktopNav__item a::before {
        content: '\1F855';
        position: absolute;
        left: 0;
        top: 4px;
        font-size: 20px;
        color: #000000;
    }
    .dropdwonmegamenuimg {
        display: none;
    }
    
    .dropdownInnerMenu .dropdownTitle {
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        color: #000;
        padding: 10px 0px 10px 20px;
    }
    .dropdownInnerMenu .dropdownTitle::after{
        content: '\21B4';
        position: absolute;
        top: 3px;
        left: 0;
        font-size: 20px;
        color: #000;
        height: 0;
        background: transparent;
    }
    #internationalTour, #domesticTour{
        display: none;
    }
    #domesticTour.active, #internationalTour.active{
        display: block;
    }
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 767px) {
  
}
@media only screen and (max-width: 580px) {
  
}
@media only screen and (max-width: 480px) {

}




