@media only screen and (min-width:200px) and (max-width:575px) {
    /* navbar section */   

 .navbar {
    height: 60px;
    padding: 0px;
  }

  .logo {
    font-size: 18px;
    flex-basis: 50%;
  }
  .logo img{
    width:250px;
  }
  .contact-btn {
    padding: 8px 14px;
    font-size: 12px;
    width: 100px;
    margin-right: 10px;
    margin-left: 5px;
  }
    /* slider section */
    .slider{
    width:100%;
    height:200px;
    margin: 10px auto;
    }
    /* about section */
     .about-wrapper {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .about-image,
    .about-content {
        width: 100%;
    }

    .about-image img {
        width: 100%;
        height: 360px;
        object-fit: cover;
    }

    .about-content {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0px;
    }
        .about-content h1{
            margin: 5px;
        }
    .about-content h2 {
        font-size: 26px;
        color:black;
    }
    .about-content h3{
        font-size: 16px;
        color: #eee;
        padding: 3px;
        margin: 5px;
    }
        .callbtn{
            margin-bottom: 5px;
        }
    .about-content p {
        font-size: 15px;
        color: #eee;
    }
    /* service section */
    .headingrow{
         text-align: center;   
    }
    .headingrow h2{
        text-align: center;
        margin: auto;
    }
    .headingrow img{
    margin: auto;
    }
.headingrow a{
    display: none;
    }
.productrow{
    flex-direction: column;
    }           
.productitems{
     margin:15px;
     margin-top: 0;
    }
/* why choose us section*/
 .why-container {
        flex-direction: column;
        text-align: center;
    }
    .points {   
        grid-template-columns: 1fr;
    }
    .why-content h2 {
        font-size: 28px;
        margin-bottom: 5px;
    }
/* facility section */
.facilities{
    padding: 5px 15px;
    }
.facility-card {
    width: 90%;
    }

    /* hall section */
        .hallheadingrow{
         text-align: center;   
    }
        .hallheadingrow h2{
        text-align: center;
        margin: auto;
    }
        .hallheadingrow img{
    margin: auto;
    }
        .box{
    flex-direction: column;
    flex-basis: 98%;
    }           
        .boxcontent{
     margin-bottom: 15px;
    }
    /* quality section */
    .quality{
        flex-direction: column;
    }
    .quality-box{
        flex-basis:100%;
    }
    .quality-box-content p{
        display: none;
    }
     /* marquee section */
     .marquee-section{
        margin: 0;
     }

     /* footer section */
        .footermidrow1{
            flex-direction: column;
        }
       .footermidright{
        border-top: 2px solid black;
       }
        .FooterLinks__List li{
            flex-basis: 50%;
        }
        .FooterLinks__List{
           text-align: center;
           margin: 15px 5px 0px 5px ;
        }
        .footermidrow2{
            flex-direction: column;
        }
        .contact-section{
            align-items: center;
            padding-bottom: 10px;
            padding-left: 0px;
            border: 2px solid white;
            margin-bottom: 5px;
        }
        .contact-section h3{
            margin-top: 3px;
            text-align: center;
        }
        .contact-link{
            margin-left:0px;
        }
        .map{
           margin: auto;
        }
        .footermidrow3{
            margin-top: 5px;
            flex-direction: column;
        }
        .footermidrow3 p{
            padding-top: 5px;
        }
    }
