@media (max-width:1150px ) {
    .about-packages-section , .packages-filter-listing-section , .offer-section{
        margin-right: 5rem;
        margin-left: 5rem;
    }

   
}

@media (max-width:1050px ) {
    .offer-heading h4{
        font-size: 0.9rem;
    }

    .offer-heading h5{
        font-size: 0.7rem;
        
    }
}

@media (max-width:950px ) {
    .listing-item {
        width: 45%;
        margin-bottom: 2rem;

    }

    .filters {
        width: 80%;
       
    }

       .offer-content{
        width: 48%;
        margin: 1%;
        margin-bottom: 1rem;
    }

    .offer-heading h4{
        font-size: 1rem;
    }

    .offer-heading h5{
        font-size: 0.8rem;
        
    }
}

@media (max-width: 850px) {
    .about-packages-section  , .packages-filter-listing-section , .offer-section{
        margin-right: 4rem;
        margin-left: 4rem;
        margin-top: 3rem;
    }

    .listing-item {
        width: 95%;
    }
   

    .filters select{
        width: 130px;
    }

    .offer-section h2{
        font-size: 2rem;
    }

    .offer-section h3{
        font-size: 0.8rem;
    }
}

@media (max-width:700px ) {
    .packages-section-left{
        width: 100%;
       }
      
       .packages-section-right{
        display: none;
       }
    /* .packages-links-container{
        display: none;
    } */
}


@media (max-width:650px ) {
    .about-packages-section , .packages-filter-listing-section , .offer-section{
        margin-right: 3rem;
        margin-left: 3rem;
    }

    
}

@media (max-width:550px ) {
    .offer-content{
        width: 98%;
        margin: 1%;
        margin-bottom: 1rem;
    }
}

@media (max-width: 530px ) {
    .filters select , #sortOrder ,.filters option{
        font-size: 0.7rem;
        width: 120px;

    }
}


@media (max-width:480px ) {
    .about-packages-section ,  .packages-filter-listing-section , .offer-section{
        margin-right: 1rem;
        margin-left: 1rem;
        margin-top: 2rem;
    }

  
    .filters {
        justify-content: space-between;
        width: 90%;
    }

}

@media (max-width:420px ) {
    .filters select , #sortOrder ,.filters option{
        width: 100px;
    }
}


@media (max-width:350px ) {
    .filters select , #sortOrder ,.filters option{
        width: 120px;
        font-size: 0.8rem;
        margin: 5px 10px;
    }

    .filters {
        justify-content: center;
        
    }
}