@media screen and (max-width:1200px) {
   
    .banner-form {
        width: 100%;
    }
    .banner-head h1 {
        font-size: 35px;
        font-weight: 800;
        color: #ffffff;
    }
    .banner-text{
 
         margin-top: 20px;
    }
}

@media screen and (max-width:991px) {
    .header-btn{
        display: none;
    }
    .banner-form {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .logo img{
       width: 200px!important;
       display: block;
       margin: auto;
    }
    .header-contact{
        flex-wrap: wrap;
        gap: 5px;
    }
    header{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .banner-form{
    margin-bottom: 20px;
    }
    .banner-sec{
        background-size: cover;
    }
    .banner-head h1 {
        font-size: 23px;
        font-weight: 800;
        color: #ffffff;
    }
    .banner-head h4 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 15px;
        color: #fff;
    }
    .banner-text{
       margin-bottom: 10px;
    }
    .call-text h5 {
        font-size: 14px;
    }
    .call-text span {
        font-size: 12px;
        margin-bottom: 0px;
        color: #198df8;
    }
    .title h5 {
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 3px;
    }
    .title h2 {
        color: #198df8;
        font-size: 24px;
        text-align: center;
        font-weight: 700;
    }
    .pack-dest p {
        margin-bottom: 0px;
        font-weight: 500;
        color: #808080;
        font-size: 14px;
    }
    .pack-title h5 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 10px;
    }
    .pack-in-list{
        margin-bottom: 0px;
    }
    .pack-list{
        margin-bottom: 15px;
    }
    .time{
        display: flex;
    flex-wrap: wrap;
    gap: 10px;
    }
    .package-price {
        border-left: 0px solid #d0d0d0;
        padding: 10px;
        background-color: #f6f4e4;
        margin-top: 10px;
    }
    .satr span {
        display: block;
       
    }
    .price h5{
       
        margin-top: 5px;
    }
   
    
    .footer-text {
    justify-content: center;
    }
}
