@media screen and (max-width:1200px) {
    .navbar-nav{
        gap: 10px;
        align-items: center;
      }
      .btn-quote button{
        font-size: 13px;
        padding: 7px 7px;
        text-transform: uppercase;
        background-color: #1e219d;
        color: #ffffff;
        font-weight: 500;
        border: 0px!important;
        border-radius: 5px;
      }
      .price h5{
        font-size: 20px;
      }
      .price-btn h6{
        font-size: 14px;
        }
        .call-icon a{
            background-color: #016404;
            color: #fff;
            padding: 10px;
            border-radius: 5px;
            font-size: 12px;
            text-decoration: none;
           
           }
          
           .whatsapp-icon a{
            background-color: #22ae27;
            color: #fff;
            padding: 10px;
            border-radius: 5px;
            font-size: 12px;
            text-decoration: none;
           }
}

@media screen and (max-width:1000px) {
    .form-banner {
        padding: 20px 20px;
    }
}

@media screen and (max-width:768px) {
    .inclusion-lit{
        flex-wrap: wrap;
        gap: 0px;
        margin-bottom: 15px;
    }
    .price-btn{
        flex-wrap: wrap;
        justify-content: center;
    }

    .inclusion-lit ul{
        margin-bottom: 0px;
    }
    .box-group{
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-brand{
        max-width: 70%;
    }
    .navbar-brand img{
        max-width: 70%;
    }

    .mobile{
      display: block;
    }
    .mobile-heading{
        text-align: center;
        padding-top: 20px;
        display: block;
        font-weight: 700;
       }
       .main-box{
        margin-bottom: 30px!important;
       }
       .packges-head h2 {
        font-size: 25px;
        font-weight: 600;
        color: #000;
    }
    .packges-head p{
        font-size: 14px;
        text-align: justify;
        }
        .desk{
            display: none;
        }
        .package-text h4 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 5px;
            color: #191e93;
        }
        .others-tour h2 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 0px;
        }
        .book h3 {
            font-size: 25px;
            text-align: center;
            color: #f94f07;
            font-weight: 500 !important;
        }
        .book h5 {
            font-size: 20px;
            text-align: center;
            color: #f94f07;
            font-weight: 500 !important;
        }
        .book p {
            font-size: 14px;
            text-align: center;
            color: #000000;
            font-weight: 400 !important;
            margin-top: 10px;
        }
        .others-tour h5 {
            line-height: 30px;
            font-weight: 700;
            font-size: 16px;
            text-align: justify!important;
        }
        .others-tour p {
           
            text-align: justify!important;
        }
        .footer-head h2 {
            font-size: 20px;
        }
        .footer-head h1 {
            font-size: 25px;
            color: #191e93;
            font-weight: 700;
        }
        .why-box{
            border-right: 0px;
        }
        .features-box{
            border-right: 0px;
        }
        .features{
            display: none;
        }

}

@media screen and (min-width:768px) {
    .inclusion-lit ul{
       max-width: 60%;
    }
}


@media screen and (max-width:577px) {
    .whatsapp-float{
        display: none;
    }
    .call-icon-fixed{
        display: none;
    }
    .footer-bar {
        display: flex !important;
        align-items: center;
        justify-content: space-around;
        z-index: 99999;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
    
    }
    footer{
        padding-bottom: 50px!important;
    }

}


    .footer-bar{
        display: none;
    }
    
    
    
    .footer-bar button {
        padding: 10px 20px;
        border: none;
        border-radius: 4px;
        font-size: 16px;
        cursor: pointer;
    
    }
    .call-button{
        background-color:#008000;
        flex-basis: 50%;
        color: #ffffff;
    }
    .message-button{
        background-color:#075e54;
        flex-basis: 50%;
        color: #ffffff;
    
    }
    
    .footer-bar button {
        padding: 10px 20px;
        border: none;
        border-radius: 4px;
        font-size: 16px;
        cursor: pointer;
    }

    .call-icon-fixed {
        position: fixed;
        bottom: 100px;
        left: 0px;
        z-index: 999;
    }


    .whatsapp-float {
        position: fixed;
        bottom: 40px;
        left: 0px;
        z-index: 999;
    }
