footer .footer {
  position: relative;
}

footer .footer:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url('/wp-content/uploads/2022/08/Logo-Icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  max-width: 69.2rem;
}

footer .footer .vc_wp_custommenu {
  margin-bottom: 0px;
}

footer .footer .vc_wp_custommenu ul li {
  margin-bottom: 1.5rem;
}

footer .footer .vc_wp_custommenu ul li a {
  font-weight: 500;
  color: #444;
  font-size: 1.5rem;
}

footer .footer .vc_wp_custommenu ul li a:hover {
  color: #000;
}

footer .social-form-circle .wd-social-icon {
  font-weight: 900;
  color: #060707 !important;
  margin: 0 3.5rem !important;
}

footer .footer .wd-social-icons.icons-size-default .wd-icon {
  font-size: 2.8rem;
}

footer .footer .social-facebook span {
  font-size: 2.5rem !important;
}

footer .footer .wd-social-icons {
  position: relative;
  text-align: left;
}

footer .footer .wd-social-icons:before {
  content: "";
  position: absolute;
  top: calc(50% - .1rem);
  width: 3.4rem;
  height: .2rem;
  display: block;
  background-color: #D71F27;
  left: 33.3%;
  transform: translateX(-50%);
}

footer .footer .social-facebook {
  margin-left: 0px !important;
}

footer .footer .heading1 {
  font-size: 1.8rem !important;
  line-height: 1.4 !important;
}

footer .footer .text2 {
  font-size: 2rem !important;
  line-height: 1.7 !important;
}

footer .footer .img1 img {
  width: 100vw;
  max-width: 39rem;
}

footer .footer .row1 .column2 .vc_column-inner {
  display: flex;
  max-width: 45rem;
  margin-left: auto;
}

footer .footer .row2 .column2 .vc_column-inner {
  max-width: 44.5rem;
  margin-right: 0;
  margin-left: auto;
}

footer .footer .text2 {
  padding-bottom: 2rem;
  border-bottom: .3rem dashed #D71F27;
  max-width: 31.6rem;
}

footer .footer .text2 a {
  color: #060707;
}

footer .footer .copyrights {
  font-size: 1.2rem !important;
  line-height: 2.2rem !important;
  padding-bottom: 1.3rem !important;
  opacity: 0.4 !important;
}

@media (max-width: 991px) {
  footer .footer .row2 .column2 .vc_column-inner {
    margin-top: 8rem;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  footer .footer .row1 .column2 .vc_column-inner {
    margin-left: 0;
    margin-top: 10rem;
  }

  footer .footer .vc_wp_custommenu ul li a {
    font-size: 1.7rem;
  }
}

@media (max-width: 550px) {
  footer .footer .row1 .column2 .vc_column-inner {
    margin-top: 8rem;
  }

  footer .footer:before {
    width: 70%;
  }
}
