#contact-us-with-social-links-popup {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  height: 700px;
  display: none;
  padding: 0;
}

#contact-us-with-social-links-popup .GetInTouchWithUs {
  margin-top: 0;
  margin-bottom: 0;
}

div.ui-dialog .ui-dialog-content div.form-group {
  padding-left: inherit;
  padding-right: inherit;
  margin-left: inherit;
  margin-right: inherit;
}

.GetInTouch__Button {
  border: 2px solid #4e4e4e;
  padding: 10px 27px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 19px;
  font-family: "Open Sans Bold";
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.1s;
  color: rgb(33, 37, 41);
}

.GetInTouch__Button:hover {
  color: white !important;
  background-color: #4e4e4e !important;
}

.GetInTouch__Subtitle {
  margin-bottom: 20px;
  font-size: 16px;
}

footer .contact-us-with-social-links-wrapper {
  margin-top: auto;
  align-self: normal;
  text-align: right;
}

@media (max-width: 991.98px) {
  footer .contact-us-with-social-links-wrapper {
    text-align: center;
  }
}

footer .contact-us-with-social-links-wrapper .social-links {
  margin-left: -10px;
  text-align: right;
}

@media (max-width: 991.98px) {
  footer .contact-us-with-social-links-wrapper .social-links {
    text-align: center;
  }
}

footer .contact-us-with-social-links-wrapper .social-links a:hover {
  text-decoration: none;
}

footer .contact-us-with-social-links-wrapper h2 {
  color: #4e4e4e;
  font-size: 20px;
  font-family: "Open Sans Bold";
  line-height: 23px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 13px;
}

@media (max-width: 767.98px) {
  footer .contact-us-with-social-links-wrapper h2 {
    text-align: center;
  }
}

footer .contact-us-with-social-links-wrapper .contact-us-button {
  display: inline-block;
  padding: 8px 12px;
  border: 2px solid #4e4e4e;
  border-radius: 10px;
  outline: none;
  text-decoration: none;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}

@media (max-width: 767.98px) {
  footer .contact-us-with-social-links-wrapper .contact-us-button {
    margin-left: auto;
    margin-right: auto;
  }
}

footer .contact-us-with-social-links-wrapper .contact-us-button:first {
  margin-right: 30px;
}

footer .contact-us-with-social-links-wrapper .contact-us-button:hover {
  background-color: #4e4e4e;
  color: white;
}

footer .contact-us-with-social-links-wrapper .contact-us-button:hover .mail-icon {
  background-image: url(/images/ic_mail_gray.svg?d34eba90d583f1da9d18feb1cccec0ab);
  filter: invert(0);
}

footer .contact-us-with-social-links-wrapper .contact-us-button:hover .phone-icon {
  background-image: url(/images/ic_phone_gray.svg?7243ec97535cc101e8d8c8d9ee46426f);
  filter: invert(0);
}

footer .contact-us-with-social-links-wrapper .contact-us-button .mail-icon,
footer .contact-us-with-social-links-wrapper .contact-us-button .phone-icon {
  transition: 0.2s;
  filter: invert(60%);
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 7px;
  position: relative;
}

footer .contact-us-with-social-links-wrapper .contact-us-button .mail-icon {
  background-image: url(/images/ic_mail_footer.svg?572358836896068fa3c951e7778bef99);
}

footer .contact-us-with-social-links-wrapper .contact-us-button .phone-icon {
  background-image: url(/images/ic_phone.svg?cf1a95f41cde6091e3d8b11c9cfa5216);
}

footer .contact-us-with-social-links-wrapper .contact-us-icon {
  width: 34px;
  height: 34px;
  margin-left: 16px;
  margin-bottom: 0;
  background-size: contain;
  display: inline-block;
  filter: invert(80%) brightness(185%);
}

footer .contact-us-with-social-links-wrapper .facebook-icon {
  background-image: url(/images/ic_contact_facebook.svg?5d469eafbeeebd3f4c34c5a21724fb9f);
}

footer .contact-us-with-social-links-wrapper .linkedin-icon {
  background-image: url(/images/ic_contact_linkedin.svg?779a0594483f8c0d9c1384f503223a56);
}

footer .contact-us-with-social-links-wrapper .pinterest-icon {
  background-image: url(/images/ic_contact_pinterest.svg?7366ede9a8b23a4a3563bf2c7b1fc2a3);
}

footer .contact-us-with-social-links-wrapper .twitter-icon {
  background-image: url(/images/ic_contact_twitter.svg?d696e2b5502419a71c7ed3d423d4da18);
}

footer .contact-us-with-social-links-wrapper .xing-icon {
  background-image: url(/images/ic_contact.svg?f3a3ad3d5ade3a244abd0ff64ab052dc);
}

footer .contact-us-with-social-links-wrapper .instagram-icon {
  background-image: url(/images/ic_contact_instagram.svg?5a6ef27e421e1bcb8f30972f0ea5274d);
}

footer .contact-us-with-social-links-wrapper .youtube-icon {
  background-image: url(/images/ic_contact_youtube.svg?32e16c7ba303e244a9780c74a5cf2e29);
}

