/* header css */

.top {
  height: 115px;
}

.logo {
  height: 90px;
  margin-left: -9% !important;
  width: 545px;
}

.logo-pic2 {
  width: 100%;
  height: 111px;
}

.logo_1 {
  width: 20%;
}

.left {
  margin-left: -8%;
}

.left20 {
  /* margin-left: 4%; */
}

.headertitle {
  font-size: 28px;
  color: black;
  font-weight: bold;
  text-align: center;
}

.headersubtitle {
  font-size: 15px;
  color: black;
  font-weight: bold;
  text-align: center;
}

/* Media Queries for Mobile Responsiveness */
@media only screen and (max-width: 600px) {
  .top {
    height: auto;
    /* Adjust height for mobile */
  }

  .logo {
    height: 88px;
    /* Adjust logo height for mobile */
    margin-left: 5%;
    /* Adjust margin for mobile */
    width: 36%;
  }

  .left {
    margin-left: 0;
    /* Remove negative margin for mobile */
  }

  .left20 {
    /* margin-left: 4%; */
  }

  .headertitle {
    font-size: 22px;
    /* Decrease font size for mobile */
  }

  .headersubtitle {
    font-size: 12px;
    /* Decrease font size for mobile */
  }
}

@media (max-width: 768px) {
  .logo {
    height: 98px;
    margin-left: 0% !important;
    /* Adjust margin for mobile */
    width: 70%;
  }

  .logo-pic2 {
    width: 248px;
  }

  .logo_1 {
    width: 37%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    height: 98px;
    margin-left: 15% !important;
    /* Adjust margin for mobile */
    width: 70%;
  }
  .logo-pic2 {
    width: 86%;
  }

  .logo_1 {
    width: 20%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    height: 98px;
    margin-left: 15% !important;
    /* Adjust margin for mobile */
    width: 70%;
  }
  .logo-pic2 {
    width: 86%;
  }

  .logo_1 {
    width: 20%;
  }
}