@media screen and (max-width:1100px) {
    .banner-content {
        position: absolute;
        bottom: 20px;
        padding-left: 40px;
        justify-content: end;
        padding-right: 40px;
    }
}

@media screen and (max-width:991px) {
    #Desk-form{
        display: none;
    }
    .banner-content{
        justify-content: center;
    }
    .banner-text button{
        display: flex;
        justify-content: center;
    }
    .navbar-offer{
        display: none;
    }
    #mobile-form{
        display: block;
      }
      .banner-form{
        background-color: rgb(2 74 122);
        border-radius: 0px;
        min-width: 100%;
      }
      .button-flex{
        display: flex;
        gap: 5px;
        align-items: center;
    }
    .btn-inr-pack .btn-book{
        width: auto !important;

    }
    .view-btn{
        align-items: center;
    }
    .view-btn .btn-view{
        margin-top: 0px;
    }
    .view-btn .btn-call{
        margin-top: 0px;
    }
}

@media screen and (max-width:768px) {
    .mail-header{
        display: none;
    }
    .features-sec{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .package-head h2 span{
        font-size: 25px;
    }

    .tour-nav ul li a{
        font-size: 14px;
    }
    .copyright p a{
        font-size: 14px;
    }
    .banner-content{
        display: none;
    }
    
}