@media only screen and (max-width: 1400px){
    .grid-supp{
        overflow-x: scroll;    
    }
}


@media only screen and (max-width: 1100px){
    .b-menu{
        display: block;
    }
    .heading h5{
        display: none;
    }
    .logoimg img{
        width: 150px;
    }
    .mainnav{
        display:none;
    }
    .searchbox .discount{
        display:none;
    }

    .slideshow-container .mySlides img{
        height: 32vh;
    }

}

@media only screen and (max-width: 900px){
    .grid-cat{
        display:grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-items:center;
        
    }
}

@media only screen and (max-width:800px){

    .heading{
        display: none;
    }
    

    .searchbox{
        border: none;
        text-align: center;
        padding:5px 5px 5px 5px;
    }

    .box1{
        justify-content: space-around;
        width: 100%;
    }
    
    .searchbox .box2{
        display:none;
    }

    .slideshow-container .mySlides img{
        height: 25vh;
    }
    .mobile-foot{
        display:block;
    }

   .main-bnr{
    padding: 2px;
    flex-direction: column;
    align-items: end;
   }
   .banner .bnr-img img{
    width: 100px;
    height: 100px;
    margin-right: 25px;
}
.banner .bnr-txt{
    font-size: 0.8em;
  }
  .main-bnr .bnr-btn{
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .main-bnr .bnr-btn input{
    padding: 5px;
    background-color: rgb(7, 66, 67) ;
    color: white;
    font-size: 0.8em;
}
.grid-cat{
    display:grid;
    grid-template-columns: 1fr 1fr;
    justify-items:center;
    
}
.grid-cat .cat img{
    width: 100px;
    height:100px;
}


.grid-supp .supp img{
    width: 100px;
    height: 100px;
    align-content: center;
}
}
@media (max-width: 1024px) {
    .foot1-body {
        flex-direction: column;
        gap: 20px;
        width: 90vw;
    }

    .foot2-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        width: 90vw;
    }

    .foot4-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .foot4-grid-items {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }

    .foot4-grid-items img {
        margin-bottom: 10px;
    }

    .foot4-grid-items-p {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .foot1-head p {
        font-size: 1.5em;
    }

    .foot2-grid-items img {
        width: 120px;
        height: auto;
    }

    .foot2-grid-items p {
        font-size: 1em;
    }

    .foot3 {
        padding: 30px 20px;
    }

    .foot3-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .foot3-grid-items {
        text-align: center;
    }

    .foot3-grid-items ul {
        padding-left: 0;
    }

    .foot4 {
        padding: 30px 10px;
    }

    .foot5-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .foot5-flex p {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .foot1-head p {
        font-size: 1.3em;
        padding: 10px 5px;
    }

    .foot1-body {
        width: 95vw;
    }

    .foot2-grid {
        grid-template-columns: 1fr;
    }

    .foot3-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .foot4-grid-items {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .foot4-grid-items img {
        width: 70px;
        height: auto;
    }

    .social {
        justify-content: center;
        flex-wrap: wrap;
    }

    .social img {
        width: 24px;
        height: 24px;
    }

    .foot5-flex p {
        font-size: 0.8em;
    }
}


@media (max-width: 1024px) {
    .cnslt-package {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .package-benefits {
        column-gap: 5vw;
    }

    .option1 {
        width: 45vw;
    }

    .foreign p {
        width: 80vw;
    }
}

@media (max-width: 768px) {
    .package-benefits {
        grid-template-columns: 1fr;
        row-gap: 15px;
    }

    .benefits {
        justify-content: flex-start;
    }

    .pack-image img {
        width: 100%;
        height: auto;
    }

    .option1 {
        width: 90vw;
    }

    .package-option {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .foreign p {
        width: 90vw;
        text-align: center;
    }

    .cnslt-tracker {
        flex-direction: column;
        gap: 25px;
        padding: 20px;
    }

    .track-text .bold-p {
        font-size: 2.2em;
    }

    .track-text .nrml-p {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .package-head h1 {
        font-size: 1.5em;
        text-align: center;
    }

    .package-head input,
    .option1 input {
        font-size: 1em;
        width: 100%;
    }

    .benefits img {
        width: 32px;
        height: 32px;
    }

    .track-text .bold-p {
        font-size: 2em;
    }

    .track-text .nrml-p {
        font-size: 1em;
    }

    .foreign p {
        font-size: 1em;
    }
}

