.footer {
    position: relative;
    padding: 90px 0 0;
    background: #4a5556;
}
.footer .widget.aboutWidget {
    padding: 0 40px 0 0;
}

.footer .widget {
    position: relative;
    margin: 0;
    padding: 0;
}
.footerLogo {
    position: relative;
    margin: 0 0 28px;
}
.footerLogo img {
    height: 48px;
    display: inline-block;
    width: auto;
}
.footer .widget .widgetTitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: #FFF;
    margin: 17px 0 35px;
}
.aboutWidContent {
    font-size: 15px;
    color: #bbbdc4;
    margin: 0 0 29px;
}
.singleAddress {
    position: relative;
    padding: 0 0 0 31px;
    font-size: 16px;
    line-height: 24px;
    color: #bbbdc4;
    margin: 0 0 16px;
}
.addressContent {
    position: relative;
    padding: 0 0px 0 0;
}
.singleAddress i {
    font-size: 16px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 5px;
}

.footer .widget ul li a {
    text-decoration: none;
    color: #bbbdc4;
    display: inline-block;
    padding: 0;
}
.footer .widget.twoColMenu li {
    float: left;
    width: 50%;
}
.footerAccessRow {
    padding: 70px 0 36px;
}
.footerSocial {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.footerSocial a {
    width: 42px;
    height: 42px;
    font-size: 16px;
    color: #4a5556;
    line-height: 42px;
    text-align: center;
    background: #FFF;
    border-radius: 50%;
    margin-right: 12px;
}
.footer .widget ul li {
    list-style: none !important;
    margin: 0 0 12px;
}
.footer .widget ul li a:hover {
    color: #FFF;
    padding-left: 5px;
        transition: all ease 350ms;
}
.subscribForm {
    position: relative;
    margin: 0;
}
.subscribForm form {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
.subscribForm form input[type="email"] {
    display: block;
    width: 100%;
    height: 54px;
    background: #FFF;
    border-radius: 5px;
    padding: 0 18px;
    margin: 0;
    font-size: 16px;
    color: #aeb3c3;
    border: none;
}
.subscribForm form button {
    position: absolute;
    right: 17px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    font-size: 16px;
    color: #7f8495;
    background: transparent;
    line-height: 1;
    top: 19px;
}
.footerPayments {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    color: #FFF;
    font-size: 36px;
    line-height: 42px;
}
.footerPayments a:first-child {
    margin-left: 0;
}
.footerPayments a {
    color: inherit;
    margin-left: 12px;
}
.fab, .fa-brands {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}
.footerPayments a:hover {
    color: #9ebbbd;
    transition: all ease 350ms;
}
.footerSocial a:hover {
    background: #9ebbbd;
    color: #FFF;
        transition: all ease 350ms;

}
.singleAddress a:hover {
    color: #FFF;
}
.singleAddress a {
    color: inherit;
    text-decoration: none;
}
.siteInfoSection {
    background: #4a5556;
}
.siteInfo {
    color: #bbbdc4;
    padding: 0px 0 0px;
}
.siteInfo a {
    text-decoration: none;
    color: inherit;
    font-weight: 700;
}
.footerNav {
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding: 6px 0 8px;
}
.footerBar {
    height: 1px;
    width: 100%;
    position: relative;
    background: rgba(255, 255, 255, .12);
}
.footerNav ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    justify-content: flex-end;
}
.footerNav ul li {
    list-style: none;
    margin-right: 42px;
}
.footerNav ul li a {
    text-decoration: none;
    display: block;
    color: #bbbdc4;
}

@media (max-width: 575px) {
     .footer {
        padding: 47px 0 0 !important;
    }

}

@media (max-width: 991px) {
   .footerSocial {
    justify-content: center !important;
    margin-bottom: 6px;
   }
   .footerPayments {
    justify-content: center !important;
    font-size: 29px;
   }
  .siteInfo {
    display: flex;
    justify-content: center;
    font-size: 15px;
    padding-top: 12px;
  }
  .footerNav {
    justify-content: center;
  }
  .footerNav ul li {
    margin-right: 14px;
    font-size: 14px;
  }
  .footer .widget .widgetTitle {
    padding-left: 5px !important;
  }
  .responsiveset {
    padding-left: 12px;
  }
 
}
@media (max-width: 420px) {
    .footerSocial a {
        width: 36px;
        height: 37px;
        font-size: 12px;
    }
    .responsiveset {
        padding-left: 12px !important;
    }

}