@media screen and (max-width: 991px) {
    /* header */
    .navbar-collapse.collapse:not(.show) {
      display: block;
    }
    .navbar-collapse {
      position: fixed;
      top: 0;
      left: 0;
      background: #fff;
      width: 215px;
      height: 100%;
      z-index: 9999;
      padding: 25px;
      transform: translateX(-215px);
      transition: 0.3s ease-in-out;
      display: block;
    }
    .navbar-collapse.show {
      transform: translateX(0px);
    }
    .nav-overlay {
      position: absolute;
      background: var(--primary-color);
      width: 100vw;
      height: 100vh;
      top: 0;
      left: 0;
      z-index: 2;
      transform: translateX(-100vw);
      transition: 0.3s ease-in-out;
      display: block;
    }
    .nav-overlay.active {
      transform: translateX(0);
    }
    header .navbar .dropdown-menu{
      background-color: var(--primary-text-color);
    }
    header .navbar .dropdown-menu a{
      color: var(--second-text-color) !important;
    }
      /* header end*/
  }
  @media screen and (max-width: 580px) {
  
    .inquiry-form, .inquiry-form-2  {
        width: auto;
        left: 0;
        right: 0;
        margin: 5px;
    }
    .inquiry-form-2{
        padding-top: 20px;
    }
    .about_section{
        padding: 8px;
        text-align: justify;
    }
    .copyright{
        height: 100px;
        padding: 20px 0px 130px 0;
        text-align: center;
    }
    .copyright .footer-copyright-text{
        order: 2;
        text-align: center;
      }
      .copyright .footer-link {
        order: 1;
        justify-content: center;
      }
      .top-menu{
        padding-top: 10px;
        padding: 10px;
      }
      
      .topmenu-contact{
        display: flex;
        padding-bottom: 0 !important;
        flex-direction: column;
        justify-content: start;
        align-items: start;
      }
      .social-icon{
        justify-content: start;
      }
      .social-icon i{
        padding-right: 10px;
        padding-left: 0;
      }
     .about-certificate{
        order: 1 !important;
      }
      .knowmore-btn{
        order: 2;
        margin-top: 20px;
      }

      .banner .banner-img img{
        height: 200px;
      }
      .band-logo img{
width: 160px;
      }
      .gm_font2 {
font-size: 30px;
      }
      .locationDetails {
        padding: 0 10px !important;
      }
      .map_image img{
        min-height: 100px !important;
      }

      .footer-section{
        padding-bottom: 0 !important;
      }

      .contact-address i{
        padding: 4px 7px;
      }
      .contact-address{
        font-size: 12px;
      }
  }

  @media (max-width: 600px) {
    .content {
      padding: 8px 32px;
    }

    .share-btn-container {
      transform: unset;
      top: unset;
      /* left: 15%; */
      bottom: 0;
      width: 100%;
      flex-direction: row;
      box-shadow: 4px 0 8px rgba(0, 0, 0, 0.3);
      padding:0px;
      justify-content: center;
      z-index: 99999;
      border-radius: 0;
    }

    .share-btn-container a {
      margin: 0 auto;
    }
    .footer-section .contact-info p a {
      font-size: 16px;}
      .share-btn-container a i{
        font-size: 25px;
      }
  }