/* Default styles for image container */
.why-choose-image {
  max-width: 100%; /* Ensures the image doesn't exceed the container */
  overflow: hidden; /* Hides the overflow part of the image */
}

/* For mobile devices with a maximum width of 470px */
@media (max-width: 470px) {
  .why-choose-image img {
    width: 400px; /* Ensures the image fills the container */
    height: 400px; /* Allows the image to maintain its aspect ratio */
  }
}
@media screen and (max-width: 470px) {
  .why-choose-tab .nav-pills .nav-item {
      margin-bottom: 10px; /* Adjust the padding value as per your requirement */
      margin-left: 10px;
  }
}


@media screen and (max-width: 470px) {
 .why-choose-text {
      padding-left: 10px !important;
  }
}

@media screen and (max-width: 470px) {
  .footer-block.address ul {
      display: flex;
      flex-direction: column;
  }
  
  .footer-block.address ul li {
      white-space: nowrap;
      font-size: 18px;
      word-spacing: 5px;
      width: auto; /* Adjust width as needed */
      line-height: 1.5;
      margin-bottom: 0px; /* Add spacing between vertically stacked items */
  }
}
@media screen and (max-width: 470px) {
 p.chairman-line {
  margin: 40px 10px 0px 10px ; text-align: justify;
  }
}
@media screen and (max-width: 470px) {
  h3.chairman-line-h3 {

  margin: 40px 10px 0px 10px ; text-align: justify;
  }
}
@media screen and (max-width: 470px) {
  h3.chairman-line-h3-2 {

  margin: 0px 10px 0px 10px ; text-align: justify;
  }
}
@media screen and (max-width: 470px) {
  img.chairman-line-img {

  margin: 0px 10px 0px 10px ; text-align: justify;
  }
}
@media screen and (max-width: 470px) {
  p.chairman-line-p {

  margin: 0px 10px 40px 10px ; text-align: justify;
  }
}

