.accent-line {
  width: 60px;
  height: 3px;
  background-color: #dc3545;
  margin-top: 15px;
}
.footer .col-lg-4{
    padding-left:0px;
}
.color-fw{
    font-weight: 800 !important;
    color:#6f8ba4 !important;
}
.color-42a72d{
    color:#42a72d !important;
}
.footer-bg {
    /* background-color: rgba(173, 216, 230, 0.2); */
  }
.contact-title {
  color: #1b2c5f;
  font-weight: 500;
}
.contact-text {
 color:#6f8ba4 !important;
  margin-bottom:0px 0px 0px 0px !importanat;
}
.contact-icon {
  color: #00b3a4;
  font-size: 1.5rem;
  margin-right: 10px;
  flex-shrink: 0;
}
.contact-link {
  color: #1b2c5f;
  text-decoration: none;
  word-break: break-word;
}
.contact-link:hover {
  color: #00b3a4;
}
.pp {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (max-width: 576px) {
  .contact-info h2 {
    font-size: 1.5rem;
  }
  .contact-info h3 {
    font-size: 1rem;
  }
  .contact-icon {
    font-size: 1.2rem;
  }
}
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; /* Adjust size */
  height: 40px;
  border-radius: 50%; /* Circular buttons */
  color: white; /* Icon color */
  text-decoration: none; /* Remove underline */
  transition: background-color 0.3s ease;
}

.social-link:hover {
  background-color: #42a72d; /* Green background on hover */
}
.footer {
  padding-top: 0%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 900px) {
  .custom-padding {
    padding-top: 0.1rem !important; /* Adjust value as needed */
  }
  .footer {
    padding-top: 5%;
  }
}



.sticky-strip {
    display: none !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #42A72D    ;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 20px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  .strip-section {
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  .strip-section a {
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
  }
 
  .dividerr {
    height: 24px;
    width: 1px;
    background-color: #fff;
    margin: 0 20px;
  }
  .strip-section i {
    margin-right: 8px;
    font-size: 20px;
  }
  .divider {
    height: 24px;
    width: 1px;
    background-color: #fff;
    margin: 0 20px;
  }
  
 .sm-footer{
     display:none !important;
 }
   .fc-container {
  padding: 20px 40px;
  font-weight: normal;
  font-size: 15px;
   background: #42a72d;
   color:white;
    text-align: center;
}
  @media (max-width: 768px) {
        .fc-container {
  margin-bottom:43px;
}
    .sticky-strip {
        display: flex !important;
      
      }
      .sm-footer{
     display:flex !important;
 }

 
    .strip-section {
      font-size: 14px;
    }
    .divider {
      margin: 0 10px;
    }
    .footer-bg {
      padding-bottom: 0%;
      }
  }
  
  
   @media (max-width: 400px)and (min-width:320px) {
       
    .footer-bg {
      padding:10% !important;
      }
  }

.fc {
 

  color: #ffffff;

  font-size: 13px;
  font-weight: normal;

  text-align: start;
}
.fc a {
  color: inherit;

  text-decoration: none;
}

.fc a:hover,
.fc a.active {
  color: #03afa1;
}