@media only screen and (max-width: 768px){
  html,
  body{
  width:100%;
  overflow-x:hidden;
  }
}
@media (max-width: 576px) {
  /* Adjust styles for small devices */
  .nav-items {
    display: none !important;
  }
  .menu-icon {
    display: block;
  }
  .banner-title {
    font-size: 35px;
  }
  .row.banner {
    flex-direction: column-reverse;
  }
  img.img-fluid.banner_image {
    /* width: 72%; */
    padding: 30px;
  }
  .home-banner {
    background-size: 136% auto;
    background-position-y: 75px;
    background-position-x: unset;
  }
  h1.banner-title {
    text-align: center;
  }
  .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .why-image-desc {
    padding-left: 15px;
  }
  p.banner-description {
    text-align: left;
  }
  h1.why-head {
    font-size: 25px;
    /* text-align: center; */
  }
  .row.section-why {
    flex-direction: column-reverse;
  }
  .right-column {
    display: none; /* Hide the right column on mobile screens */
  }
  .services-row {
    display: unset;
  }
  #services-row1 {
    background-color: #395fc83b;
  }
  .footer-last-col1,
  .footer-last-col2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-last-col1 img {
    width: 80%;
  }
  .footer-last-col {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-last-col2 {
    padding-bottom: 20px;
  }
  .footer-last-col2 img {
    width: 25px;
  }
  .foot {
    flex-direction: column;
  }
  .about-section-main img {
    margin-bottom: 20px;
  }
  .about-sec {
    background-image: unset;
  }
  h1.about-form-content {
    color: #23439c;
    font-size: 40px;
}
.why-description.expanded {
  max-height: none; /* Show full content when expanded */
}
.read-more {
  display: block; /* Display the "Read more" link on smaller screens */
  cursor: pointer;
  color: blue;
}
.dropdown-content a {
  color: black;
  padding: 12px 20px;
  text-decoration: none;
  display: block;
  width: max-content;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #dadada;
}

.sidebar li {
  list-style: none;
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  /* background-color: #f9f9f9; */
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 100%;
  top: 50px;
}
}

/* Media query for screens with width between 577px and 992px (medium devices) */
@media (min-width: 577px) and (max-width: 992px) {
  .nav-items li:not(.srch) {
    display: none;
  }
  .banner-title {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #23439c;
  }
  .why-description.expanded {
    max-height: none; /* Show full content when expanded */
  }
  .read-more {
    display: block; /* Display the "Read more" link on smaller screens */
    cursor: pointer;
    color: blue;
  }
  .menu-icon {
    display: block;
  }
  .home-banner {
    background-image: url(../images/grouped_bg.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position-x: 350px;
    background-position-y: 100px;
    padding: 40px 0px;
  }
  .footer-last-col1 img {
    width: 80%;
  }
  h1.footer-head {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .footer-link {
    color: #ffffff;
    font-size: 15px;
  }

  h1.about-form-content {
    color: #23439c;
    font-size: 60px;
  }
  .dropdown-content a {
    color: black;
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    width: max-content;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dadada;
}

.sidebar li {
    list-style: none;
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    /* background-color: #f9f9f9; */
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    width: 100%;
    top: 50px;
}
  /* Adjust styles for medium devices */
}


@media (min-width: 993px) and (max-width: 1400px) {
  .menu-icon{
    display: block;
  }
  .nav-items li:not(.srch) {
    display: none;
  }

  .banner-title{
    font-size: 70px;
  }
  /* Adjust styles for large devices */
}
/* Media query for screens with width between 993px and 1200px (large devices) */
@media (min-width: 993px) and (max-width: 1200px) {
  .why-description {
    max-height: none; /* Set the maximum height of the content */
    overflow: hidden; /* Hide the overflow content */
    transition: max-height 0.5s ease-in-out; /* Add transition effect */
  }
  /* Adjust styles for large devices */
}

/* Media query for screens with width greater than 1200px (extra large devices) */
@media (min-width: 1201px) {
  .why-description {
    max-height: none; /* Set the maximum height of the content */
    overflow: hidden; /* Hide the overflow content */
    transition: max-height 0.5s ease-in-out; /* Add transition effect */
  }

  /* Adjust styles for extra large devices */
}
@media (min-width: 1701px) {
  .home-banner {
    background-image: url(../images/grouped_bg.svg);
    background-repeat: no-repeat;
    background-size: 44%;
    background-position-x: 1200px;
    padding: 40px 0px;
}
}