@media screen and (min-width: 1366px) {
    .container{max-width: 1250px;}
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
    
}
@media only screen and (max-width: 991px){
    body{padding-top: 90px; overflow-x: hidden;}
    section{
        overflow: hidden;
    }

    .mobile{display: block  !important;}
    .desktop{display: none;}
    .ed-com-t1-left ul li a {
        padding: 5px;
        font-size: 12px;
    }

    .ed-com-t1-left {
        top: -18px;
        right: -15px;
    }
    .text-muted {
        line-height: 40px;
    }
     

.owl-carousel .owl-item img {
    width: auto;
    object-fit: contain !important;
    height: 300px !important;
}


    .serarcDedst .container {
        flex-wrap: wrap;
        gap: 10px;
    }

    .searchInput {
        max-width: calc(100% - 125px);
    }

    .searchInput input {
        font-size: 14px;
    }
    .tourb2-ab-p3-com h4 {
        font-size: 18px;
    }

    .tourb2-ab-p3-com h4 span {
        font-size: 25px;
        top: 0;
    }

    .mainHeader .container {
        padding: 0;
    }
    .navbar-toggler i {
        color: #000;
        font-size: 28px;
    }
    .navbar-brand img {
        height: 50px;
    }
    nav#mainNav .nav-item > a {
        padding: 10px 0;
        border-bottom: dashed 1px #c3c3c33d;
        display: flex;
        justify-content: space-between;
    }
    
   nav#mainNav .nav-item{
    padding: 0;
    display: flex;
    justify-content: space-between;
    position: static;
   }
   nav#mainNav{
    padding: 34px 15px 5px;
    background: #ffffff !important;
   }
    .navbar-light .navbar-toggler {
        border: none;
        padding: 0;
        outline: none;
    }
    div#navbarSupportedContent {
        position: fixed;
        top: 0;
        width: 320px;
        left: -0px;
        background: #ffffff;
        height: 100vh;
        padding: 20px;
        z-index: 9;
        display: block;
        transform: translateX(-320px);
        transition: all 400ms ease;
        padding-top: 20px;
    }
    .cross-toggler {
        background: #fff;
        border: none;
        color: #000;
        padding: 0;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-bottom: 10px;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }
    .megamenu h4{
        font-size: 13px;
    }
    .navbar-nav > li > .fa-solid, .dropmenu > ul > li > .fa-solid {
        padding: 5px;
        color: #000;
        transform: rotate(270deg);
        padding: 0;
        background: no-repeat;
        font-size: 20px;
        color: #000;
    }
    ul.navbar-nav.ml-auto {
        height: calc(100vh - 60px);
        overflow: auto;
    }
    div#navbarSupportedContent.active{
        left: 320px;
        transition: all 400ms ease;
    }
    .overLay {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgb(0 0 0 / 51%);
        top: 0;
        left: 0;
        display: none;
    }

    .overLay.active {
        display: block;
    }
    .dropmenuToggle{
        padding: 10px;
        background: #fff;
        color: #000;
        top: 5px;
        cursor: pointer;
    }
    .dropMenuContainer {
        transform: translateX(-460px) !important;
        position: absolute;
        top: 0;
        height: 100%;
        opacity: 1 !important;
        visibility: visible !important;
        transition: all 500ms ease;
    }
    .dropMenuContainer.active, .dropmenu > ul.active {
        transform: translateX(0px) !important;
        transition: all 500ms ease;
        max-height: 100vh;
        overflow-x: auto;
    }
    .dropmenu > ul {
        opacity: 1;
        visibility: visible;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        transform: translateX(-120%) !important;
        transform: translateY(0px);
    }
    .backBtn {
        background: #f4364f;
        padding: 7px;
        color: #fff;
        display: flex !important;
        gap: 10px;
        align-items: center;
        border-radius: 7px;
        margin-bottom: 20px;
    }
    .dropmenuWrp{
        position: static;
    }
    .dropmenu:hover .dropmenuWrp{
        display: none;
    }
    .dropmenu.active .dropmenuWrp{
        display: block;
        box-shadow: 0px 0px 5px #0000002e;
    }
    .bannerContent h1 {
        font-size: 32px;
        line-height: 40px;
    }
    
    .bannerContent h3 {
        font-size: 15px;
        line-height: 20px;
    }
    .bannerContent .listInline{
        margin-top: 15px;
    }
    .sectionHeading h2{
        font-size: 28px;
    }
    .sectionHeading h3{
        font-size: 20px;
    }
   section.banner {
        padding: 0;
        margin: 0;
        background-position: top left;
    }

    .banner .owl-nav button {
        width: 20px;
        height: 20px;
        font-size: 12px !important;
    }
    .tourTabs div#nav-tab button {
        width: 110px;
        font-size: 13px;
    }

    .tourTabs div#nav-tab {
        gap: 6px;
        justify-content: center;
    }
    .tour-mig-like-com {
        margin-bottom: 10px;
    }

    .mobilenamev {
        margin-bottom: 20px;
    }
    .offer-l ul {
        flex-wrap: wrap;
    }

    .offer-l ul li {
        width: calc(100% / 2 - 16px);
    }
    .copyright-section {
        padding-top: 30px;
    }

    .dFooter_viewMore[data-v-6c47db6b] {
        bottom: -13px;
    }



    
}
@media only screen and (max-width: 767px){

    .dropMenuContainer .col{
        flex: 1 0 50%;
        margin-bottom: 30px;
    }
    .dFooter_viewMore_curve {
        top: -48px;
    }
    ul.list-inline {
        display: ruby !important;
    }
    .nav-pills .nav-link{
        font-size: 11px;
    }
    .emails-texts{
        text-align: left;
    }

}
@media only screen and (max-width: 460px){

  .flight-row { 
     font-size:10px;
  }
}