@media (min-width:1500px) {
    .container-fluid {
        width: 1440px;
    }
}
@media (max-width:1200px) {
    .container-fluid {
        padding: 0 15px;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 12px;
        padding: 22px 13px 20px;
    }
    .navbar-brand img {
        max-width: 121px;
    }
    /* .call-box {
        margin: 10px 0 0 10px;
    } */
    
    .hero-panel {
        min-height: auto;
        padding: 13% 0;
    }
    /* .hero-title {
        font-size: 30px;
        line-height: 45px;
    }
    .hero-title b {
        font-size: 30px;
        line-height: 45px;
        font-weight: 700;
    } */
    /* .hero-info {
        margin: 0 10px;
    } */
    /* .hero-info p {
        font-size: 14px;
    } */
    
}
@media (min-width:993px) {
    .nav-item.dropdown:hover .dropdown-menu { 
        display: block; 
    }
}

@media (max-width:992px) {
    .faqsection{margin-bottom:1rem!important;}
    .about-panel{padding-bottom:0!important;}
    .about_bg{width:97%;}
    .navbar-toggler {
        padding:15px 10px;
        /* background: #000; */
        border-radius: 0;
        margin-right: -15px;
        z-index: 9;
        border: none;
    }
    .navbar-toggler span{
        display: block;
        width: 35px;
        background: #000;
        height: 4px;
        margin: 6px 0;
        border-radius: 50px;
        transform: inherit;
        position: static;
        opacity: 1;
        transition: all .5s ease-in-out;
    }
    .navbar-toggler.collapsed span{
        width: 30px;
        transform: inherit;
        position: static;
        opacity: 1;
        margin: 6px 0;

    }
    .navbar-toggler .bar2 {
        opacity: 0;
    }
    
    .navbar-toggler .bar3 {
        transform: rotate(-45deg);
        margin: -3px;
        width: 19px;
        position: relative;
        top: -14px;
        left: 13px;
    }
    .navbar-toggler .bar1 {
        transform: rotate(45deg);
        width: 19px;
        position: relative;
        top: 3px;
        left: 10px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0px;
        right: -105%;
        width: 100%;
        height: 100vh !important;
        transition: all .3s ease-in-out;
        z-index: 1;
    }
    .navbar-collapse.show {
        right: 0%;
    }
    .navbar-nav {
        width: 100%;
        background: #fff;
        float: right;
        height: 100vh;
        padding: 15px;
        margin-top: 50px;
        overflow: auto;
    }
     .nav-item {
        border-bottom: 1px dashed #ccc;
    } 
    
    .navbar-dark .navbar-nav .nav-link {
        font-size: 15px;
        padding: 15px 0px 12px;
        display: flex;
        align-content: center;
        align-items: center;
    }
    .navbar-dark .navbar-nav .nav-link:hover::after, 
    .navbar-dark .navbar-nav .nav-link.active::after {
        display: none;
    }
    .navbar .nav-item .dropdown-menu {
        background-clip: inherit;
        border: none;
        height: 240px;
        overflow: auto;
    }
    
    .dropdown-item.active, .dropdown-item:active {
        background: inherit;
        color: inherit;
    }
    
    .navbar .nav-item .dropdown-menu .dropdown-item {
        padding: 7px 25px 7px 45px;
    }
    .dropdown-menu li:last-child {
        margin-bottom: 12px;   
    }
    .navbar .nav-item .dropdown-menu .dropdown-item::before {
        content: '\f105';
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
        color: #004b9e;
        margin-right: 7px;
    }
    .pull-right {
        display: none;
    }
    .call-box {
        display: none;
    }
    .mobile-call {
        display: flex;
        align-items: center;
        justify-content: center;
        right: 40px;
        position: absolute;
        width: 35px;
        height: 35px;
        border-radius: 50%;
    }
    .mobile-call img{
        animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    }
    /* .hero-title {
        font-size: 30px;
        line-height: 38px;
    }
    .hero-title b {
        font-size: 30px;
        line-height: 38px;
        font-weight: 700;
    } */
    .hero-panel {
        padding: 4% 0;
        max-height: 600px;
        height: auto;
    }
    .hero-title > strong {
        font-size: 57px;
    }
    .hero-info p {
        font-size: 24px;
    }
    .find-serachbox a{
        display: none;
    }
    .nav-tabs .nav-link.active {
        border-bottom: none;
    }
    .nav-tabs .nav-link {
        font-size: 14px;
        border-radius: 0px !important;
    }
    /* .call-box {
        display: block;
    } */
    .icons {
        display: block;
        border-radius: 100%;
        left: 0px;
        top: 12px;
        width: 30px;
        height: 30px;
        border: 1px solid #2139ac;
        text-align: center;
        line-height: 30px;
        color: #de0a7c;
        margin-right: 12px;
    }
	.nav-item a i.fa-angle-down {
        font-weight: 900;
        margin-left: 8px;
        font-weight: 900;
        margin-left: 8px;
        width: 22px;
        height: 22px;
        background-color: #004b9e;
        border-radius: 100%;
        font-size: 17px;
        color: #fff;
        line-height: 24px;
        padding: 0 5px;
    }
    .dropdown-toggle.show i.fa-angle-down {
        transform: rotate(-180deg);
    }
    /* .get-box {
        padding: 42px 12px;
    } */
    .get-box h2 {
        font-size: 35px;
    }
    .get-box h3 {
        font-size: 30px;
    }
    .get-box > .btn {
        padding: 12px 30px;
    }
    .subscrib-box .subscrib-btn {
        padding: 10px 22px;
        font-size: 12px;
        white-space: nowrap;
    }
    .subscrib-form {
        margin-top: 19px;
        margin-bottom: 30px;
    }
    /* Search form  */
    .search-engine-fillbox {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
    .search-fild {
        flex-wrap: wrap;
        justify-content: center;
        border: none;
    }
    
    .form-input {
        width: 100%;
        margin-right: 5px;
        margin-bottom: 10px;
        border: 1px solid #b7b7c3;
        border-radius: 5px;
    }
    .search-fild .form-input img {
        right: -19px;
    }
    .form-input.datebox,
    .form-input.passengers {
        width: 49%;
        float: left;
    }
    /* .form-input.passengers {
        width: 100%;
    } */
    .form-input:last-child {
        border-right: 1px solid #b7b7c3;;
    }
    
    .sumbitbtn-box,
    .tab-sumbitbtn {
        width: 100%;
    }
    .form-control {
        margin-bottom: 0px;
    }
    /*.passengers .panel-dropdown-content {
        top: 65px;
        width: 100%;
    }*/

    /********* Why us section ************/
    .booking-point-wrappper{
        padding: 20px 0;
    }
    .booking-point-wrappper:first-of-type{
        padding-top: 40px;
    }
    
}

@media (max-width:767px) {
    /* .container-fluid {
        padding: 0 15px 12px;
    } */
    
    .navbar-brand img {
        max-width: 110px;
    }
    .call-box {
        margin: 20px 0 0 0;
    }
    .call-box p span {
        margin-bottom: 15px;
    }
    .mob-hcall {
        display: none;
    }
    .mob-hcall p {
        font-size: 13px;
        line-height: 20px;
    }
    .hero-panel {
       padding: 7% 0 3% 0;
       /*background-position: 100%;*/
       min-height: 420px;
       /*z-index: 9999;*/
    }
    .hero-panel:after {
        content: '';
        width: 100%;
        height: 100%;
        background: rgb(0 98 114 / 10%);
        position: absolute;
        top: 0;
        left: 0;
        /*z-index: 0;*/
    }
    .hero-panel .container-fluid {
        position: relative;
        z-index: 1;
    
    }
    .hero-title {
        margin-bottom: 1rem;
    }
    .hero-title span {
        font-size: 60px;
        margin-left: 3rem;
        line-height:50px;
    }
    .hero-title > strong {
        font-size: 30px;
        line-height: 0px;
    }
    .hero-info p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    /* .hero-info {
        display: none;
    } */
    /* .hero-info p {
        font-size: 13px;
        line-height: 18px;
    }
    .hero-title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .hero-title b {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
        font-weight: 700;
    } */
    #flightSearch {
        display: none;
    }
    .search-engine_box{
        display:none;
    }
    .terms {
        margin: 15px 0;
    }
    .subscrib-box input {
        width:30%;
        margin-bottom: 10px;
        border: 1px solid #000;
    }
    .subscrib_input{width:70%!important;}
    .subscrib-box {
        width: 95%;
    }
    .subscrib-form {
        margin-top: 5px;
        margin-bottom: 0px;
     
    }

    .nit-mobile-tab{
        display: block;
        margin-top: 7px;
    }
    .hero-panel h1 {
        font-size:24px;
    padding-bottom: 1rem;
}

    .nit-mobile-tab .nit-fromToBox img {
        margin-right: 0px;
        width: 14px;
    }
    .form-control {
        padding: 11px 7px 8px;
        font-size: 14px !important;
        margin-bottom: 0px;
        height: auto !important;
        width: 100% !important;
    }
    .form-input {
        width: 100%;
        border: none;
        border-right: 0;
    }
    .form-input:last-child {
        border-right: none;
    }
    .tab-sumbitbtn {
        padding: 12px 0px;
        width: 100%;
        margin-top: 10px;
        height: auto;
        font-size: 15px;
        color: #fff;
        background-color: #2b3990;
    }
    .top-destination {
        margin-top: 0px;
    }
    .top-destination .top-dest .owl-nav button {
        color: #2b3990;
    }
    .owl-carousel .owl-nav .owl-next span {
        top: 40%;
        right: 0;
        border: 2px solid #2b3990;
    }
    .owl-carousel .owl-nav .owl-prev span {
        top: 40%;
        left: 0;
        border: 2px solid #2b3990;
    }
    /* .top-destination .container-fluid .row {
        display: none;
    } */
    /* ad banner */
    .get-box {
        display: flex;
        flex-direction: column;
        height: 240px;
        padding: 9px;
        justify-content: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    }
    .get-box > div {
        margin-top: 20px;
    }
    .get-box h2 {
        font-size: 30px;
        /* color: #0d6efd; */
    }
    .get-box h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .get-box > a {
        margin-bottom: 20px;
    }
    .get-box > .btn {
        margin-top: 25px;
        padding: 10px 40px;
    }
    .support-bottom-strip {
        display: block;
    }
    .col-md-4 {
        width: 50%;
    }
     .last-minute-popup {
        display: block;
    }
     .title-h2 {
         font-size:27px;
         padding-bottom: 10px !important;
     }
     

/********* Why us section ************/
.whyus-heading {
    font-size:19px;
}
.package-panel p {
    padding-left: 5px;
    font-size:14px;
}
.bg-btn, .border_btn {
    padding: 12px 16px;
    width: 100%;
}
/********* FAQ ************/

.accordion-btn {
         font-size: 18px;
     }

.accordiontext p {
    font-size: 15px;
}

}

@media (max-width:375px) {
    .hero-panel h1 {
        font-size: 20px;
    }
}


@media (min-width:993px) and (max-width: 1050px) {
    .footer-box p > span {
        margin-left: 21px;
    }
}


@media (max-width: 480px) {
    .suitcase-img {
        bottom: 23px;
              right: -12px;
        width: 130px;
    }
    .phone-section {
    padding-left: 40px;
}
    .info-section .train-icon {
        top: -54px;
        left: 3px;
        width: 81px;
    }

    .popup-header p {
        font-size: 14px;
    }
    .popup-header h1 {
        font-size: 20px;
    }

}

@media (max-width: 414px) {
    .suitcase-img {
   
bottom: 0px;
        right: -12px;
        width: 104px;
    }
}

@media (max-width:375px) {
    .see-more {
        min-width: 100%;
    }
    .footer-box p > span {
        margin-left: 21px;
    }  .suitcase-img {        bottom: 0px;
        right: -12px;
        width: 90px;}
}

/* bottom strip for mobile */
@media (max-width: 340px) {
    .support-bottom-strip a {
        padding: 5px 2px;
    }
    .support-bottom-strip a .call-text {
        font-size: 12px;
    }
    .support-bottom-strip strong {
        font-size: 26px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #ui-datepicker-div {
        left: 20px!important;
    }
    .lastbox {
        display: none;
    }
}