
/* .footer start here */
.footer {
  padding-top: 50px;
}
.address-box {
  padding: 20px 15px 15px 0;
  border-right: 2px solid #4ab03b;
  height: 100%;

  h2 {
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 35px;
    color: #273171;
    margin-bottom: 12px;
  }
  p {
    margin-top: 10px;
    color: #273171;
    margin-bottom: 5px;
    b {
      color: #000;
    }
  }
}
.footer .row.pb-3.g-3 .col-md-3:last-child .address-box {
  border-right: none;
}
.contact-list-wrapper {
  background-color: #273171;
}
.contact-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 10px 0;

  li a {
    color: #fff;
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    font-size: clamp(0.9375rem, 0.7784rem + 0.7955vw, 1.375rem);
    font-family: "Lato", Sans-serif;

    &:hover {
      color: #4ab03b;
    }
  }
}
.copy-right {
  text-align: center;
  font-family: "Lato", Sans-serif;
  font-size: clamp(0.9375rem, 0.892rem + 0.2273vw, 1.0625rem);
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer .row.pb-3.g-3 .col-md-3:nth-child(1) .address-box {
    border-bottom: 2px solid #4ab03b;
    border-right: none;
  }
  .footer .row.pb-3.g-3 .col-md-3:nth-child(2) .address-box {
    border-bottom: 2px solid #4ab03b;
    border-right: none;
  }
  .footer .row.pb-3.g-3 .col-md-3:nth-child(3) .address-box {
    border-bottom: 2px solid #4ab03b;
    border-right: none;
  }
  
  .navbar-brand {
    img {
      max-width: 102px;
    }
  }
  .main-banner-wrapper {
    height: 90vh;
  }
  .banner-content-wrapper {
    min-height: 80vh;
  }
  .banner-content-wrapper {
    h2 {
      margin-block: 0px 30px;
      padding-bottom: 40px;
    }
  }
}
