footer{
    background: #00AC4E;
    color: #fff;
}
footer a{
    color: #fff;
}
footer .socialIcons li{
   margin: 15px 10px;
}

.socialIcons p, .desktopview h3{
      font-family: 'PoppinsSemiBold';
      font-size: 16px;
}
.desktopview h3{
    border-top: 1px solid #fff;
    padding-top: 15px;
}
.emailinput{
    background: #008D40;
    border: 0;
    outline: none;
}
.btn-submit{
    background: #fff;
    color: #000;
}
.contentWidth p, .contentWidth input{
    max-width: 300px;
}
#footerAccordion .accordion-item {
    background-color: transparent;
    border-bottom: 1px solid;
    border: 0;
}
#footerAccordion .accordion-button{
    background-color: transparent;
    color: #fff;
}
#footerAccordion .accordion-item {
   background-color: transparent;
    border-top: 1px solid #fff;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed, .accordion-item:last-of-type{
    border-radius: 0;
}
#footerAccordion .accordion-button::after{
    background-image: url(../images/down-arrow.svg);
}
#footerAccordion .accordion-button:not(.collapsed)::after{
    background-image: url(../images/down-arrow.svg);
}
.accordion-button:focus{
    box-shadow: none;
}
@media(max-width:767px){
.mblcenter{
    text-align: center;
}
.socialIcons{
    justify-content: center;
}
#footerAccordion .accordion-header {
    font-family: 'PoppinsSemiBold';
}
}