.ContactLogo {
  height: 610px;
  position: relative;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ContactLogoTitle {
  font-size: 4.5rem;
  font-family: "Poppins-SemiBold";
  color: #ffffff;
  line-height: 1;
  margin-bottom: 20px;
}
.ContactLogoDetail {
  color: #ffffff;
}
.ContactLogoDetail a {
  cursor: pointer;
  color: #ffffff;
}
.contactFooterTitle {
  color: #ffffff;
  font-size: 2.25rem;
  margin-bottom: 2.5rem;
}
.contactHelp {
  position: absolute;
  top: 326px;
  left: 12.5%;
  padding: 0.625rem 0;
  background: #e5222a;
  max-width: 432px;
  width: 22.5%;
  /* z-index: 9999; */
}
.contactHelpRed {
  padding: 0 1.875rem;
}
.contactHelpItem {
  padding: 1.25rem 0 1.875rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.contactHelpItem:last-child {
  border-bottom: none;
}
.contactHelpTitle {
  font-family: "Poppins-SemiBold";
  font-size: 2rem;
  color: #ffffff;
}
.contactHelpTitleSub {
  font-family: "Poppins-Medium";
  font-size: 2rem;
  color: #ffffff;
}
.contactHelpDetail {
  color: #ffffff;
  margin-left: 1.75rem;
  font-family: "Poppins-Regular";
  line-height: 1.5;
}

.contactHelpTitleIcon {
  font-size: 2.25rem;
  color: #ffffff;
  margin-right: 10px;
}
.contactHelpItemBlack {
  padding: 1.25rem 1.875rem 6.25rem 1.875rem;

  background: #1a1a1a;
}
.contactHelpItemBlackFlex {
  display: flex;
  margin-top: 10px;
}
.contactHelpItemBlackFlex a {
  color: #ffffff;
  font-size: 24px;
  margin-right: 20px;
  transition: color 0.3s;
}
.contactHelpItemBlackFlex a:hover {
  color: #e5222a;
}

.contactHelpItemBlackFlex .mediaIconF {
  background-color: #ffffff;
  color: #000000;
  max-width: 25px;
  max-height: 25px;
  padding-top: 4px;
  padding-left: 4px;
  margin-right: 20px;
  overflow: hidden;
}
.contactHelpItemBlackFlex .mediaIconF a {
  color: #000000;
}
.contactHelpItemBlackFlex .mediaIconF:hover a {
  color: #e5222a;
}
.contactHelpItemBlackFlex .mediaIconIn {
  scale: 1.3;
}
.contactHelpItem a:hover {
  color: #1a1a1a;
}
.contactForm {
  background-repeat: no-repeat;
  background-position: center right;
  width: 100%;
  background-image: url(../images/contactB.png);
  height: 61.75rem;
  padding: 6.25rem 0;
  padding-left: calc(35% + 4rem);
}
.contactModelContent {
  background-color: transparent;
  padding: 2.8125rem 2.8125rem 0 2.8125rem;
  border: 2px solid #ececec;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 837px;
  text-align: center;
  position: relative;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.contactModelContent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 14px;
  background: #f10000;
  border-radius: 6px;
}
.contactModalContentTitle {
  font-size: 2.125rem;
  margin-top: 10px;
  font-family: "Poppins-SemiBold";
  color: #121212;
  font-weight: 600;
}
.contactModalContentTitleDetail {
  font-size: 1.25rem;
  color: #747474;
  font-family: "Poppins-Regular";
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.contactModelContent form {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
}
.contactModelContent select {
  font-family: "Poppins-Regular";
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/arrowDown.png) no-repeat scroll 95% center
    transparent;
  appearance: none;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 0.9375rem 1.5625rem;
  border: 1px solid #cacbd0;
  outline: 0;
}
.contactModelContent select:hover {
  border: 1px solid #e5222a;
}
.contactModelContent select:focus {
  border: 1px solid #e5222a !important;
  box-shadow: 0 0 5px #e5222a;
}
.contactModelContent select::-ms-expand {
  display: none;
}
.contactModelContent input,
.contactModelContent textarea {
  font-family: "Poppins-Regular";
  margin-bottom: 0.9375rem;
  padding: 0.9375rem 1.5625rem;
  font-size: 1rem;
  border-radius: 4px;
  border: 1px solid #cacbd0;
  outline: 0;
}
.contactModelContent input:hover,
.contactModelContent textarea:hover {
  border: 1px solid #e5222a;
}
.contactModelContent input:focus,
.contactModelContent textarea:focus {
  border: 1px solid #e5222a !important;
  box-shadow: 0 0 5px #e5222a;
}
.contactModelContent textarea {
  margin-bottom: 0;
}

.contactModalContentButton {
  font-family: "Poppins-Regular";
  padding: 0.75rem 2.5rem;
  max-width: 13.75rem;
  margin: 1.875rem auto;
  font-size: 1rem;
  background-color: #d92129;
  color: white;
  border: none;
  cursor: pointer;
  border-bottom-right-radius: 15% 100%;
}

.contactModalContentButton:hover {
  background-color: #c71c24;
}
.formRow {
  display: flex;
  justify-content: space-between;
}

.formRow input,
.formRow select {
  width: calc(50% - 12.5px);
  font-size: 1rem;
}
.formRow input {
  margin-right: 25px;
}
.formRow input:last-child {
  margin-right: 0;
}
.contactModalContentTextarea {
  height: 12rem;
}
.marginLeft0 {
  margin-left: 0;
}
.iframeMap {
  width: 100%;
  height: 700px;
}
@media (max-width: 1440px) {
  .contactHelp {
    left: 5%;
  }
  .contactForm {
    padding-left: calc(27.5% + 4rem);
  }
}

@media (max-width: 1024px) {
  .contactFooterTitle {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .ContactLogo {
    margin-bottom: 720px;
  }
  .contactHelp {
    position: absolute;
    top: 103%;
    left: 5%;
    width: 90%;
  }
  .contactForm {
    padding: 6.25rem 5%;
  }
  .contactModelContent {
    width: 100%;
  }
  .iframeMap {
    height: 462px;
  }
}
