.contentMain {
  background: rgba(255, 255, 255, 0.4);
}

.container {
  padding-top: 3rem;
}

.mapHead {
  background-color: #fff;
}
.mapHead path {
  fill: var(--red-color);
}
.mapHead h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
  margin-bottom: 20px;
  padding: 20px 0px 0px 20px;
}
.mapHead .mapBackground svg rect {
  fill: #000000;
}

.contact {
  padding: 0px 0px 35px;
  margin-top: 25px;
}
.contact .contactForm {
  background: url(../../../assets/contact-bg.png);
  padding: 28px;
}
.contact .leftSide {
  border-right: 4px solid #fff;
  padding-right: 20px;
}
.contact .leftSide h4 {
  font-size: 33px;
  color: #fff;
  font-weight: 600;
}
.contact .leftSide input {
  background: rgba(255, 255, 255, 0.82);
  font-size: 24px;
  color: var(--red-color);
  font-weight: 600;
  height: 55px;
  line-height: 55px;
  padding: 0 15px;
  border-radius: 0;
}
.contact .leftSide input::-moz-placeholder {
  color: var(--red-color);
}
.contact .leftSide input::placeholder {
  color: var(--red-color);
}
.contact .leftSide select {
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.82);
  font-size: 23px;
  color: var(--red-color);
  font-weight: 600;
  height: 55px;
  line-height: 55px;
  padding: 0 15px;
  border-radius: 0;
}
.contact .leftSide select option {
  font-size: 16px;
  color: black;
}
.contact .leftSide textarea {
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.82);
  font-size: 24px;
  color: var(--red-color);
  font-weight: 600;
  line-height: 55px;
  border-radius: 0;
  padding: 0 15px;
  width: 100%;
  height: 89px;
}
.contact .leftSide textarea::-moz-placeholder {
  color: var(--red-color);
}
.contact .leftSide textarea::placeholder {
  color: var(--red-color);
}
.contact .leftSide .submitBtn button {
  height: 55px;
  line-height: 55px;
  padding: 0px 48px;
  text-align: center;
  width: auto;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
  font-size: 26px;
  background: var(--red-color);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 700;
}
.contact .rightSide {
  padding-left: 15px;
}
.contact .rightSide h4 {
  font-size: 33px;
  color: #fff;
  font-weight: 600;
}
.contact .rightSide p {
  font-size: 21px;
  color: #fff;
  line-height: 31px;
  white-space: normal;
  word-break: break-word;
  margin-bottom: 20px;
}
.contact .rightSide ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
.contact .rightSide ul li {
  list-style: none;
  padding-right: 8px;
}
.contact .rightSide ul a {
  height: 45px;
  width: 45px;
  background: #c7cdd2;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contact .rightSide ul a:hover {
  background: var(--red-color);
}

@media (min-width: 1200px) {
  .container {
    width: 1285px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .leftSide {
    border-right: 0 !important;
    border-bottom: 4px solid #fff !important;
    padding: 20px 0px;
  }
}
@media (max-width: 768px) {
  .mapHead h2 {
    font-size: 24px;
  }
  .rightSide h4 {
    font-size: 23px;
  }
  .rightSide p {
    font-size: 16px;
  }
  .rightSide a {
    font-size: 13px;
  }
  .contact .leftSide {
    border-right: 4px solid #fff;
    padding-right: 20px;
  }
  .contact .leftSide h4 {
    font-size: 24px;
  }
  .contact .leftSide input {
    font-size: 16px;
  }
  .contact .leftSide input::-moz-placeholder {
    color: var(--red-color);
  }
  .contact .leftSide input::placeholder {
    color: var(--red-color);
  }
  .contact .leftSide select {
    font-size: 16px;
  }
  .contact .leftSide textarea {
    font-size: 16px;
  }
  .contact .leftSide .submitBtn button {
    font-size: 20px;
  }
}/*# sourceMappingURL=contact.module.css.map */