
/* mobile menu start */
@media(min-width:200px) and (max-width:591px){

 /* mobile menu start */
    .logo-mob-outer img{
        width: 170px;
    }

    .logo-mob-inner img{
        width: 150px;
    }

  /* End  mobile menu */

  /* mobile header start */

    section{
        padding: 0px 10px ;
    }

    .section-title p{
        margin-bottom: 10px !important;
    }

    .hero-1 {
        padding-top: 30px !important;
    }

    .hero-1 .hero-content h1 {
        font-size: 29px;
    }

    /*  about  */
    .about-section .bag-shape {
        position: absolute;
        top: 24%;
    }

    .view-btn {
        display: flex;
        justify-content: center;
        margin-left: 30px;
    }


    /* business we serve  */

    .detail-box {
      position: absolute;
      top: -860px; 
       border: none;
    }

    .close-detail {
      position: absolute;
      right: -7px;
      border: 1px solid #000;
    }

    .detail-box-inner-div {
    height: 100%;
   } 

    .details-inner-rgt {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px 10px;
        margin: 0px 11px;
        background: #eee;
    }

    .cta-sect-title span {
      font-size: 17px;
    }

    .cta-sect-title h2 {
      font-size: 26px;
    }


    .center-logo{
        position: relative;
        top:18px;
    }

    /* ==== school epr ==== */

    .theme-btn {
        padding: 17px 25px;
        font-size: 14px;
        border: 1px solid var(--theme);
        margin-right:10px ;
    }

    .theme-btn-tranp{
        padding: 16px 22px;
    }

    .brand-section {
        padding: 25px 20px;
        min-height: auto;
    }


}


