a{
    text-decoration: none;
}

.footer-content{
    background-color: #E7EBE9; 
    height: 250px;
    padding: 0 100px;
    width: 100%;
    margin: 0 auto;
}
.logo-text{
    color:#006837;
    font-size: 18px;
    font-weight: 800;
    margin-top: 30px;
}
.footer-location-icon img{
   width: 15px;
   height: 18px;
}
.social-details{
    color:#006837;
    font-weight: 400;
    font-size: 14px;
}

.vertical-border{
    border-right: 1px solid #89A394;
    height: 200px;
    margin: 0 auto;
}
.horizontal-border{
    border-bottom: 1px solid #89A394;
    width: 200px;
    margin: 30px 0;
}
.horizontal-borders{
    border-bottom: 1px solid #89A394;
    width: 300px;
    margin: 0px auto;
}
.socail-media-icon{
    width: 100%;
    margin: 0 auto;
 /* padding-left: 50px; */
}

.socail-media-icon img{
    width: 40px;
    height: 40px;
}

/* accordion */
.accordion {
    background-color: transparent !important; 
    border: none; 
    box-shadow: none; 
  }
  .accordion-button {
    text-align: center;
}
@media screen and (max-width:560px) {
    .footer-content{
        height: 100%;
        padding: 30px 0;
    }
    .socail-media-icon{
        padding-left: 0px;
       }
       .socail-media-icon img{
        width: 40px;
        height: 40px;
    }
}