/*Footer CSSs*/
#footer-container{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #fff;
}
#footer-container .footer-links{
    color: #000000;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.38px;
    line-height: 35px;
}
#footer-container .footer-links:hover,
#footer-container .footer-links:active,
#footer-container .footer-links:focus{
    color: #000000;
}
.footer-address-contact p{
    color: rgba(0, 0, 0, 0.8);
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.27px;
    line-height: 24px;
    padding-top: 16px;
}
.footer-address-contact p a{
    color: rgba(0, 0, 0, 0.8);
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.27px;
    line-height: 24px;
}
.footer-address-contact p a:hover,
.footer-address-contact p a:active,
.footer-address-contact p a:focus{
    color: rgba(0, 0, 0, 0.8);
}
.footer-address-contact .d-inline-block{
    padding-right: 10px;
    vertical-align: middle;
}
.footer-social-links h4{
    color: #001242;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.38px;
    line-height: 35px;
    display: inline-block;
    padding-right: 10px;
}
.footer-social-links a{
    color: #001242;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.38px;
    line-height: 35px;
}
.footer-social-links a:hover,
.footer-social-links a:active,
.footer-social-links a:focus{
    color: #001242;
}
.footer-bottom-links p{
    color: rgba(0, 0, 0, 0.8);
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.27px;
    line-height: 24px;
    text-align: center;
}
.footer-bottom-links p a{
    color: rgba(0, 0, 0, 0.8);
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.27px;
    line-height: 24px;
}
.footer-bottom-links p a:hover,
.footer-bottom-links p a:focus,
.footer-bottom-links p a:active{
    color: rgba(0, 0, 0, 0.8);
}
@media(max-width: 767px){
    .footer-social-links h4{
        font-size: 20px;
    }
    #footer-container .footer-links {
        font-size: 20px;
    }
  
}
@media(min-width: 768px) and (max-width: 990px){ 
    
}
@media(min-width: 991px) and (max-width: 1199px){ 
    
}
@media(min-width: 1200px){ 
    
}

