/*footer start*/
footer img {
    max-height: 52px;
}

footer {
    background-color: #4E5264;
    padding: 40px 0 16px 0
}

footer .footer_text {
    color: #fff;
    font-size: 14px;
    font-family: 'latoregular';
    float: left;
    margin: 16px 0 0 0;
    line-height: 20px;
}

.footer_bottom a {
    float: right;
}

.footer_bottom {
    padding-top: 45px;
}

footer li a {
    color: #fff;
    font-size: 16px;
}

footer li a:hover,
footer li a:focus {
    text-decoration: none;
    color: #fff;
}

footer li {
    margin-bottom: 5px;
}

footer .fild-label {
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 15px;
    width: 100%;
    font-size: 17px;
    font-family: 'latobold';
}
@media(max-width:991px) {
    .footer_bottom {
        padding-top: 20px;
    }
}
@media(max-width:767px){    
    footer {padding: 16px 0 16px 0;}
}
@media(max-width:480px){ 
    footer .col-xs-6{width: 100%;}
    .footer_bottom a,footer .footer_text {float: none;}
    .footer_bottom {padding-top: 15px;text-align: center;}
    footer .blank_label{display: none;}
    footer li{text-align: center;}
    footer .fild-label{text-align: center;}
}

/*footer end*/
.certification-container {margin-top:15px;margin-bottom:15px;}
footer .certification-container img {max-height: unset;height:auto;width:110px}
.certification-container-iframe{
    border: 0;
    border-radius: 0;
    width: 100%;
    height: auto;
}
@media(max-width:480px){.certification-container {text-align: center;}}
