/*****************footer css starts*****************/

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 254, 254, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

.get-quote {
  position: relative;
  margin-top: 10px;
}
.get-quote-page .get-quote {
  display: none;
}
.get-quote-page .footer {
  margin-top: 0;
  padding-top: 50px;
}

.get-quote-inner {
  background-color: #f7c51e;
  padding: 40px 30px;
  border-radius: 10px;
  width: 100%;
  max-width: 950px;
  margin: 0px auto;
}

.get-quote-inner .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.get-quote-inner .row p {
  width: auto;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
}

.get-quote-inner .row p button,
.get-quote-inner .row p a {
  font-weight: normal;
  background-color: #000;
  padding: 9px 30px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.4s ease-out;
  border: 1px solid #000;
  font-size: 26px;
}

.get-quote-inner .row p button:hover,
.get-quote-inner .row p a:hover {
  background-color: #f7c51e;
  border: 1px solid #000;
  color: #000;
}

.footer {
  background-color: #0c1015;
  padding: 90px 0px 50px 0px;
  margin-top: -55px;
}

.company-details p {
  color: #fff;
  padding-top: 20px;
}

.footer_links h3,
.footer-last-address h3 {
  color: #fff;
}

.footer-last-address h3 {
  margin-bottom: 18px;
}

.footer_links ul {
  padding-left: 0px;
  list-style-type: none;
}

.footer_links ul li {
  padding: 10px 0px;
}

.footer_links ul li a {
  color: #fff;
  position: relative;
  padding-left: 20px;
  display: block;
  text-decoration: none;
}

.footer_links ul li a:hover,
.footer_links ul li a:hover:before {
  color: #f7c51e;
}

.footer_links ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 0px;
  top: -4px;
}

.footer-last-colm p,
.footer-last-colm p a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 0px;
  font-size: 16px;
}

.footer-last-btn .get-quote a,
.footer-last-btn p.talk-to-expert {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.footer-last-btn p.talk-to-expert a {
  color: #fff;
}

.footer-last-btn p.talk-to-expert {
  position: relative;
}

.footer-last-address a.talk-to-expert {
  font-family: "Poppins", sans-serif;
}

.footer-last-address a.talk-to-expert::before {
  content: "\f095";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 0;
  top: -4px;
}

.footer-last-address p a,
.footer-last-address p {
  position: relative;
}

.footer-last-address a.email-icon,
.footer-last-address a.talk-to-expert {
  padding-left: 32px;
}

.footer-last-address a.email-icon::before {
  content: "\f0e0";
  font-family: "FontAwesome";
  font-size: 17px;
  color: #fff;
  position: absolute;
  left: 0;
  top: -4px;
}

.footer-last-address p.address {
  padding-left: 27px;
  font-family: "Poppins", sans-serif;
}

.footer-last-address .address::before {
  content: "\f041";
  font-family: "FontAwesome";
  font-size: 22px;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
}

.copyright {
  background-color: #d8d8d8;
  text-align: center;
  padding: 15px 0px;
}

.copyright p.copyright_para {
  margin-bottom: 0;
}

.social-links {
  display: flex;
}

.social-links a {
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: #f7c51e;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
  margin: 0 5px;
  border-radius: 50%;
  position: relative;
  transition: transform 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.social-links a span {
  display: none;
}

.social-links a:before {
  font-size: 17px;
  line-height: 32px;
  position: relative;
  z-index: 10;
  transition: color 0.5s;
}

.social-links a::after {
  content: "";
  width: 100%;
  height: 100%;
  top: -90px;
  left: 0;
  background: #000;
  background: linear-gradient(-45deg, #ed1c94, #ffec17);
  position: absolute;
  transition: 0.5s;
}

.social-links a:hover::after {
  top: 0;
}

.social-links a:hover .fab {
  color: #fff;
}

.social-links a:hover {
  transform: translateY(-10px);
}


.copyright p.copyright_para {
  margin-bottom: 0;
  text-align: center;
}

.copyright p.copyright_para span {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #000;
}
.copyright .container {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
}
.copyright .container p {
  margin-bottom: 0;
}
.copyright .container p a {
  text-decoration: none;
  color: #000;
}
section.footer_above {
  margin-top: 20px;
}

/*****************footer css starts*****************/

@media only screen and (max-width: 820px) {
  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .get-quote-inner {
    padding: 22px 30px;
    overflow: hidden;
  }

  .get-quote-inner .row p {
    text-align: center;
    font-size: 25px;
  }

  .get-quote-inner .row p button,
  .get-quote-inner .row p a {
    text-align: center;
    font-size: 25px;
  }

  .get-quote-inner .row {
    justify-content: center;
  }

  h2,
  h1 {
    font-size: 25px;
    line-height: 32px;
    color: #111111;
    font-weight: 600;
    text-align: center;
  }
  .copyright .container {
    align-items: center;
    flex-direction: column;
  }

  h3 {
    font-size: 20px;
  }
  
  .company-details {
    text-align: center;
    margin-bottom: 30px;
  }

  .company-details p {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    margin-bottom: 20px;
  }
  .footer {
    padding-bottom: 10px;
  }
  
}


@media only screen and (max-width: 600px) {
.copyright p.copyright_para {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 285px;
    margin-bottom: 10px;
  }

  .get-quote-inner .row p button,
  .get-quote-inner .row p a {
    margin-top: 25px;
    text-align: center;
    font-size: 25px;
  }

  #getintouchmodal .modal-dialog {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto;
  }

  .getquoteform .form-checkboxes,
  .contactform .form-checkboxes {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .getquoteform .form-checkboxes .form-item,
  .contactform .form-checkboxes .form-item {
    justify-content: flex-start;
    margin-bottom: 15px;
  }

  .getquoteform .form-item#edit-you-are-looking-for--wrapper,
  .contactform .form-item#edit-you-are-looking-for--wrapper {
    margin-bottom: 6px;
  }

}

