#footer-section {
    padding-top: 30px;
    background-color: #1b375c;
    color: white;
  }
footer ul li{
    list-style-type: none;
}
footer ul li a{
    color: #ffffff;
}
footer .copyright-area{
    background-color: #163155 !important;
    padding-top: 14px;
  }
  .footer-area img{
    margin: 0 0 13px -5px;
    
  }
.footer-map-section iframe{
    width: 341px;
    height: 207px;
    margin-bottom: 18px;
}
.footer-address i{
    color: #06A3DA;
    margin-right: 6px;
}
.menu-list li i{
    color: #06A3DA;
    margin-right: 6px;
    font-size: 19px;
    font-weight: bold;
}
/* media query */
@media (min-width: 768px){
    .footer-area{
        margin-left: 2.5% !important;
      }
      footer .copyright-area{
        text-align: center;
      }
}

