/*Footer CSSs*/
#footer-container{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 70px;
    background-color: #fff;
}
#footer-container .footer-about-block h3{
    color: #00205b;
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 22px;
}
#footer-container .footer-about-block p{
    color: #00205b;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
#footer-container .social-container .follow-us{
    color: #00205b;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
#footer-container .social-container a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #00205b;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
#footer-container .social-container a:hover,
#footer-container .social-container a:active,
#footer-container .social-container a:focus{
    color: #00205b;
}
#footer-container .footer-menu-item-box h4{
    color: #00205b;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 22px;
}
#footer-container .footer-menu-item-box a{
    display: block;
    color: #00205b;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
#footer-container .footer-menu-item-box a:hover,
#footer-container .footer-menu-item-box a:active,
#footer-container .footer-menu-item-box a:focus{
    color: #00205b;
}

@media(max-width: 767px){
    #footer-container{
        padding-top: 40px;
        padding-bottom: 25px;
    }  
}
@media(min-width: 768px) and (max-width: 990px){ 
    
}
@media(min-width: 991px) and (max-width: 1199px){ 
    
}
@media(min-width: 1200px){ 
    
}

