footer {
    background: #fff;    
    position: relative;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    border-top: solid 1px #F0F0F0;
}
.social-links{
    display: flex;
    align-items: center;
}
.social-links li{
  margin-right: 10px;
}
.top-footer{
  padding-top: 60px;
}
#footer-logo{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
#footer-logo img{
  width: 200px;
}
.footer-menus {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px 20px 60px 20px;
}
.footer-menus h6{
  text-align: center;
  width: 75%;
  margin: 0 auto;
  padding:5px 0;  
}
.footmenu-column{
    width: 20%;
    text-align: center;
}
.footmenu-column:first-child{
    width: 22%;
}
.footmenu-column:nth-child(2){
    width: 22%;
}
.footmenu-column:nth-child(3){
    width: 15%;
}
.footmenu-column:last-child{
    width: 15%;
}
.footmenu-column a {
    font-size: 16px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
    color: #000;
    font-family: "sofia_probold";
}
.footmenu-column a:before {
  content: '';
  left: 20%;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #000;
  transform: translateX(-50%);
  position: absolute;
  transition: all ease .3s;
}
.footmenu-column a:hover:before {
  transform: translateX(10%);
  width: 50%;
}
.footmenu-column ul li {
    padding: 7px 0;
}
.footmenu-column ul li a{
    color: #000;
}
.footmenu-column ul li a svg{
  height: 40px;
  width: 40px;
}


section.sticky-footer {
    position: relative;
    bottom: 0;
    background: #fff;
    padding: 10px 0;
    z-index: 9;
    width: 100%;
    /* box-shadow: 1px -1px 15px #00000014; */
    display: none;
  }
  .sticky-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .get-quotes {
    width: 50%;
    text-align: center;
  }
  .get-quotes:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background: #413AD6;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .whatsapps-us {
    width: 50%;
    text-align: center;
  }
  .whatsapps-us .whatsapp-link svg {
    width: 40px;
    height: 40px;
    position: absolute;
    padding: 10px;
    background: #25d366;
    border-radius: 50%;
    left: -7px;
    top: -2px;
  }
  .whatsapps-us .whatsapp-link {
    background: #000;
    font-family: "sofia_probold";
    color: #fff;
    border-radius: 10px;
    padding: 6px 20px 6px 40px;
    display: inline-block;
    box-shadow: 0px 3px 6px #00000029;
    position: relative;
    border-radius: 45px;
  }
  .nav_quote {
    background: #413AD6;
    padding: 8px 13px;
    color: #fff;
    border: solid 1px #413AD6;
    border-radius: 5px;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    min-width: 135px;
  }
  .whatsapps-us .nav_quote {
    background: transparent;
    border: solid 1px #1a232c;
    color: #1a232c;
  }
  .whatsapps-us .nav_quote:hover {
    background: #413AD6;
    border: solid 1px #413AD6;
    color: #1a232c;
  }
  
  .whatsapp-footer {
    font-size: 18px;
    background: #25d366;
    font-family: "sofia_probold";
    color: #fff;
    border-radius: 45px;
    padding: 10px;
    box-shadow: 0px 3px 6px #00000029;
    position: fixed;
    bottom: 4%;
    right: 20px;
    z-index: 999;
  }
  .whatsapp-link svg {
    vertical-align: middle;
    height: 25px;
    width: 25px;
    margin-right: 10px;
  }
  
  @media screen and (max-width: 1281px) {
    .container {
      width: 100% !important;
      padding: 0 20px;
    }
  }
  @media screen and (max-width: 768px) {
    .nav_actions {
      display: none !important;
    }
    .whatsapp-footer {
      bottom: 5%;
      right: 10px;
    }
    .footer_contact_form .section-head .form-head-bg {
      width: 121px;
      height: 121px;
    }
    footer {
      padding-top: 35px;
    }
    .footer-menus {
      margin: 0;
    }
    .footmenu-column {
      width: 45% !important;
      padding-left: 0 !important;
      margin-bottom: 15px;
    }
    .footmenu-column:nth-child(odd) {
      margin-right: 40px;
    }
    .footmenu-column:nth-last-child(-n + 2) {
      margin-bottom: 0;
    }
    section.sticky-footer {
      display: block;
      background: #f5f5f5;
      bottom: 1px;
    }
    .whatsapp-footer {
      display: block;
    }
  }
  
@media screen and (max-width: 641px) {
    .footmenu-column ul li a:hover {
      padding-left: 15px !important;
    }
    .footmenu-column {
      width: 100% !important;
    }
    .footmenu-column:nth-child(odd) {
      margin-right: 0;
    }
    .footmenu-column:last-child {
      margin-top: 15px;
    }
    .footmenu-column.responsive {
      width: 49% !important;
      margin-top: 15px;
    }
    .footmenu-column.responsive.pd {
      padding-left: 10px !important;
    }
    .footer-content {
      width: 100%;
    }
  }
  @media screen and (max-width: 341px) {
    .nav_quote {
      font-size: 13px;
    }
  }