.footer-container {
    float: left;
    width: 100%;
}
.footer-top {
    background-color: #0d806d;
    padding: 10px;
    float: left;
    width: 100%;
}
.footer-top .newsletter {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}
.footer-top .newsletter .newsletter-inner p {
    float: left;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 48px;
    color: #fff;
}
.footer-top .newsletter .newsletter-inner form#newsletter-validate-detail {
    float: right;
        position: relative;
}
.footer-top .newsletter .newsletter-inner form#newsletter-validate-detail input#newsletter {
    width: 500px;
    padding: 14px 10px;
    border-radius: 0;
    border: 2px solid #0a5d4f;
    height: auto;
}
.footer-top .newsletter .newsletter-inner form#newsletter-validate-detail button.action.subscribe.primary {
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ffd426;
    color: #000;
    font-size: 14px;
    display: inline-block;
    padding: 13px 20px;
    position: relative;
    border: none;
}

.footer-middle {
    background-color: #f1f1f1;
    font-size: 13px;
    padding: 15px 0;
    border-top: 10px solid #d0d0d0;
    float: left;
    width: 100%;
}
.footer-middle .row {
    margin: 0!important;
}
.footer-middle .col-sm-3 {
    padding: 0;
}
.footer-middle .block {
    text-align: left;
    line-height: 1.5;
    border: 0;
    margin: 0;
    background-color: transparent;
    float: none;
    width: auto;
}
.footer-middle .block .block-title {
    font-weight: 700;
    padding: 0;
    font-size: 14px;
    line-height: inherit;
    color: #000;
    border-bottom: 2px solid #cecece;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}
.footer .block .block-content {
    background-color: transparent;
    padding: 0;
}
.footer-middle ul.links {
    padding: 0;
    margin-top: -5px;
}
.footer-middle ul.links li {
    display: block;
    margin-bottom: 0;
}
.footer-middle .contact-info p {
    display: inline-block;
    margin: 0;
    font-weight: 600;
}
i.icon-location:before {
    content: '\e60a';
    font-family: 'luma-icons';
    font-style: normal;
} 
.footer-middle .contact-info li a::before {
    content: '';
    padding: 0;
}
.footer-middle .block .social span i {
    border: 3px solid #fff;
    border-radius: 50px;
    color: #ffffff;
    font-size: 26px;
    height: 60px;
    padding-bottom: 11px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in;
    width: 60px;
}
.fa-facebook {
    background: #516da5;
}
.ib {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}
.fa-twitter {
    background: #38bff3;
}
ul.contact-info li {
    list-style-type: none;
}
.footer-middle a {
    color: #000;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    margin: 0px 0px 8px 0;
    display: inline-block;
}
.footer-middle li a::before {
    content: "";
    font-family: FontAwesome;
    padding-right: 12px;
}
.footer-middle .contact-info i {
    color: #000;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
    width: 40px;
}
.footer-middle .contact-info i.fa-envelope {
    font-size: 15px;
}
.footer-middle .col-sm-3 {
    padding: 0;
}
.footer-middle p {
    margin-bottom: 15px;
}
.footer-middle .block .social span {
    text-align: center;
}
.footer-middle a {
    color: #000;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    margin: 0px 0px 8px 0;
    display: inline-block;
}
ul.contact-info {
    padding: 0;
}
.footer-bottom {
       background-color: #757575;
    padding: 15px 0;
    float: left;
    width: 100%;
}
.footer-bottom address {
    float: left;
    line-height: 28px;
    text-align: left;
    width: auto;
    color: #FFF;
    font-size: 13px;
}
.footer-bottom a {
    color: #FFF;
}
.footer-bottom .f-right, .footer-bottom .right {
    max-width: 100%;
}
.footer-bottom .f-right, .footer-bottom .right {
    float: right !important;
    margin-bottom: 0px;
}
.footer-bottom .custom-block {
    float: right;
    margin-left: 0;
    vertical-align: middle;
}
.footer-bottom .custom-block img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.footer-top .newsletter .newsletter-inner form#newsletter-validate-detail div#newsletter-error {
    position: absolute;
    top: 40px;
    font-weight: bold;
}
footer.page-footer {
    padding: 0;
}
.fa-mobile-phone::before, .fa-mobile::before {
    font-size: 28px;
}
.contact-info > li:last-child p {
    font-size: 16px;
}
ul.contact-info a {
    font-size: 16px;
}
@media screen and (max-width: 1299px) {
    .footer-top .newsletter .newsletter-inner p {
        float: left;
        width: 100%;
        text-align: center;
    }
    .footer-top .newsletter .newsletter-inner form#newsletter-validate-detail {
        float: none;
        position: relative;
        text-align: center;
    }
}
@media screen and (max-width: 1024px) {
    .footer-bottom address {
        width: 100%;
        text-align: center;
    }
    .footer-bottom .custom-block {
        text-align: center;
        float: none !important;
    }
}

@media screen and (max-width: 767px) {
    .footer-middle .col-sm-3 {
        width: 100%;
        max-width: 100%;
        flex: auto;
    }
    .footer-middle .block .block-title { 
        font-weight: 700;
        font-size: 14px;
        line-height: inherit;
        color: #000;
        border-bottom: 2px solid #cecece;
        padding: 10px 0 10px 0;
        border-top: 2px solid #cecece;
        margin: 10px 0 15px 0;
    }
    .footer-middle .contact-info i {
        display: none;
    }
    .footer-bottom address {
        margin-bottom: 5px;
    }
    .footer-top .newsletter .newsletter-inner form#newsletter-validate-detail {
        max-width: 400px;
        margin: 0 auto;
    }
    .footer-top .newsletter .newsletter-inner form#newsletter-validate-detail input#newsletter {
        width: 280px;
    }
    .footer-top .newsletter .newsletter-inner p {
        font-size: 16px;
    }
    .footer-top .newsletter .newsletter-inner form#newsletter-validate-detail div#newsletter-error {
        top: 99px;
        left: 15px;
    }
}
@media screen and (max-width: 555px) {
    .footer-top .newsletter .newsletter-inner p {
        font-size: 14px;
    }
    .footer-top .newsletter {
        padding: 0;
    }
}
@media screen and (max-width: 460px) {
    .footer-top .newsletter .newsletter-inner form#newsletter-validate-detail div#newsletter-error {
        top: 88px;
    }
    .footer-top .newsletter .newsletter-inner p {
        font-size: 10px;
    }
    .footer-top .newsletter .newsletter-inner form#newsletter-validate-detail button.action.subscribe.primary {
        padding: 8px 15px;
    }
    .footer-top .newsletter .newsletter-inner form#newsletter-validate-detail input#newsletter {
        width: 210px;
        padding: 8px 10px;
    }
}

@media screen and (max-width: 375px) {
    .footer-top .newsletter .newsletter-inner form#newsletter-validate-detail {
        font-size: 14px;
    }
}

@media screen and (max-width: 340px) {
    .footer-top .newsletter .newsletter-inner p {
        font-size: 9px;
    }
} 

