
.footer-v5 .footer-v5-social-icons li{
    display: inline-block;
}
 .footer-v5 a{
    font-weight: 400;
    color: inherit;
}
.footer-v5  .footer-v5-contact-detail:not(:last-child) {
  margin-bottom: 20px;
}

.footer-v5 li{
    list-style: none;   
}
.footer-v5 ul li a {
    display: block;
    padding: 6px 0;
    transition: all ease-in-out 0.35s;

}
.footer-v5 .footer-v5-social-icons .icon a {
    font-size: 22px;
    display: block;
    text-align: center;
}
.footer-v5 .footer-v5-social-icons li:not(:last-child){
  margin-right: 4px;
}
.footer-v5 ul{
    padding:0px
}
.footer-v5  i{
    vertical-align: middle;
}
.footer-v5 .footer-v5-lower{
    background: #414141;
    padding: 20px; 
    color: #fff;
}

.footer-v5 .footer-logo img {
    max-width: 250px;
}
.map-iframe {
    height: 350px;
}


.footer-v5-contact-detail span {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.footer-v5 ul li a .link-icon i {
    display: inline-block;
    font-size: 12px;
    margin-right: 4px;
}

.footer-v5 .has-pad-ani ul li a:hover {
    padding-left: 7px;
    transition: all ease-in-out 0.s;
}

.c-footer-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #efe7da;
    margin-right: 8px;
    vertical-align: top;
}


.c-footer-icon i {
    color: #89AC92;
    font-size: 22px;
}

.c-footer-link {
    display: inline-block;
    width: calc(100% - 55px);
}

.c-footer-link a {
    display: block;
    transition: all ease-in-out 0.3s;
}
.c-footer-link a:hover {
    padding-left: 5px;
    transition: all ease-in-out 0.3s;
}
.c-footer-link a.has-mail {
    overflow-wrap: break-word;
}

.footer-v5-social-icons i {
    font-size: 32px;
    margin-right: 10px;
    background-color: #89AC92;
    color: #ffffff;
    transition: all ease-in-out 0.3s;
}
.footer-v5-social-icons i:hover {
    color: #efe7da;
    transition: all ease-in-out 0.3s;
}