footer {
    color: #fff;
  }
  ul {
    padding: 0px;
  }
  ol,
  ul {
    margin-bottom: 0px;
  }
  
  .social-icon {
    padding: 0;
    margin-bottom: 0px;
    float: right;
  }
  
  .social-icon li {
    list-style: none;
    display: inline-block;
  }
  .social-icon li i {
    font-size: 14px;
    color: #262725;
    border: solid 2px #ffffff;
    height: 31px;
    width: 31px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    line-height: 27px;
    margin-right: 15px;
    transition: 1s;
    background: #fff;
  }
  .social-icon li i:hover {
    border: solid 2px #262725;
    color: #ffffff;
    background: #262725;
  }
  
  .phone-no i {
    position: relative;
    margin-right: 14px;
    font-size: 43px;
    top: 5px;
  }
  .phone-no {
    margin-top: -22px;
    text-align: right;
  }
  .footer-day-time {
    padding-bottom: 30px;
    padding-top: 14px;
    border-bottom:1px solid rgb(255 255 255 / 45%);
    margin-bottom: 55px;
  }
  .footer-day-time ul li {
    display: inline;
    margin-right: 20px;
  }
  .footer-day-time ul li:last-child {
    margin-right: 0px;
  }
  .phone-no a {
    color: #fff;
    font-family: PlayfairDisplay-Black;
    font-size: 34px;
    font-weight: bold;
  }
  .footer-top {
    background: #272d3e;
    padding: 50px 0 50px;
  }
  .footer-top-sub {
    background: #272d3e;
    padding: 340px 0 50px;
  }
  .footer-top h4 {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .footer-top p {
    font-size: 13px;
    line-height: 2;
  }
  
  footer p {
    margin-bottom: 0;
  }
  .footer-logo {
    display: block;
    margin-bottom: 32px;
  }
  .address1 li {
    list-style: none;
    position: relative;
    padding: 0px 0 14px 0px;
    line-height: 26px;
  }

  .has-icon {
    padding: 0px 0 14px 34px !important;
  }

  .has-icon .fa {
    font-size:1rem;
    color:#000;
  }

  .has-icon i {
    background:#fff;
    border-radius:40px;
    background: #fff;
    border-radius: 40px;
    padding: 7px 4px 5px 5px;
    height: 30px;
  }

  .has-icon a {
    margin-left:8px;
  }

  ul.address1 span {
    position: absolute;
    width: 40px;
    max-width: 40px;
    left: 0;
  }
  .address1 li a {
    color: #fff;
    text-decoration: none;
  }
  ul.address1 i {
    width: 30px;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 28px;
    top: 0;
  }
  
  ul.address1 i.fa-envelope {
    font-size: 18px;
    top: 4px;
  }
  footer ul.social-icon {
    float: left;
  }
  footer .social-icon li i:hover {
    background: #234491;
    border-color: #234491;
  }
  
  .footer-bottom {
    background: #4b8800;
    padding: 10px 0px;
  }
  .footer-bottom ul li {
    display: inline;
    margin-right: 20px;
    font-size: 18px;
  }
  .footer-bottom ul li a {
    color: #fff;
  }
  
  .footer-bottom ul {
    float: right;
  }
  
  .footer-bottom ul li:last-child {
    margin-right: 0;
  }
  .copyright {
    font-size: 18px;
  }
  
  .footer-col {
        flex: 0 0 40%;
        max-width: 25%;
  }

.footer-bottom-links ul{
  display:flex;
  justify-content:center;
  flex-flow: row wrap;
  list-style:none;
}

.footer-bottom-links ul a, .footer-bottom-links ul a:hover {
  color:#fff;
  text-decoration: none;
}


.footer-bottom-links ul li:not(:last-child){
  margin-right:40px;
}

.footer-container {
  max-width:1500px;
}

.hr-white {
  border-top: 1px solid rgb(255 255 255 / 45%);
}

@media(max-width:768px) {
  .footer-col {
  flex: 0 0 50%;
  max-width: 100%;
  }

  .footer-col-2 {
    margin-top:40px;
  }

  .footer-bottom-links ul{
    display:flex;
    flex-wrap: wrap;
  }

  .footer-bottom-links ul li{
    flex: 1 1 30%;
    text-align:left;
    padding-bottom:15px;
  }

  .footer-bottom-links ul li:not(:last-child){
    margin-right:0px !important;
  }

}