#content {
  background-color: #fafafa !important;
}

#customPageTitle {
  display: none;
}
.customPageCenteredContent {
  height: auto;
}
.boxContainer {
  position: relative;
  width: 75%;
  height: 600px;
  border-radius: 16px;
  margin: auto;
  margin-top: 4%;
  margin-bottom: 70px;
  background-color: #ffffff;
}

.top {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 600px;
}

.left {
  border-radius: 16px 0px 0px 16px;
  position: relative;
  width: 50%;
  overflow: hidden;
  height: 600px;
  float: left;
}

.image {
  position: relative;
  max-width: 100%;
  min-width: 600px;
  /* max-height: 550px; */
  height: 666px;
}
.imageContainer {
  width: 100%;
  margin: auto;
  height: 600px;
  overflow: hidden;
  background-image: url(../../files/images/contactDesktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.right {
  position: relative;
  width: 50%;
  height: 600px;
  overflow: hidden;
  float: left;
}

.formContainer {
  margin-top: 10%;
  margin-left: 20%;
  /* margin: auto; */
  width: 80%;
}

.titleForm {
  width: 100%;
  font-size: 32px;
  height: 46px;
  line-height: 46px;
  font-weight: 600;
  color: #686767;
  margin-top: 30px;
  margin-bottom: 25px;
}

.subtitleForm {
  width: 100%;
  height: 24px;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #686767;
  margin-bottom: 15px;
}

.formInput {
  background-color: white;
  border-radius: 0px;
  color: #828282;
  font-size: 14px;
  width: 64% !important;
  position: relative;
  border: 1px solid #cfcbba;
  margin-bottom: 15px;
  padding-left: 20px;
  line-height: 35px;
}

.contactMessage {
  height: 130px;
  resize: none;
  line-height: 16px;
  padding-top: 10px;
}

.sendContact {
  text-align: center;
  background-color: #a5bac9;
  border: 1px solid #a5bac9;
  color: white;
  letter-spacing: 1px;
  width: calc(65% + 20px);
  position: relative;
  font-size: 20px;
  font-weight: 900;
  border-radius: 0px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 40px;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
}
.sendContact:hover {
  background-color: white;
  color: #a5bac9;
  border: 1px solid #a5bac9;
}

.bottom {
  display: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #f0f0f0;
  border-radius: 0px 0px 16px 16px;
}

.bottom p {
  font-size: 20px;
  line-height: 25px;
  color: #868686;
  font-family: "Circular" !important;
}

.info {
  position: relative;
  float: left;
  display: flex;
  flex-direction: column;
  height: 200px;
  justify-content: center;
}
.leftInfo {
  margin-left: 5%;
  width: 50%;
}

.rightInfo {
  width: 40%;
}

.contactInfo {
  width: 100%;
  height: 50px;
  bottom: 0px;
  display: flex;
  overflow: hidden;
  position: absolute;
  border-radius: 0px 0px 16px 0px;
  background-color: #f9f9f9;
  align-items: center;
  justify-content: center;
}
.contactInfoItem {
  font-size: 20px;
  line-height: 25px;
  color: #868686;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 1100px) {
  #content {
    min-width: 0px;
  }
  .boxContainer {
    width: 85%;
  }
  .image {
    position: relative;
    max-width: 100%;
    min-width: 430px;
    max-height: 550px;
    left: -14px;
    top: 50px;
    height: auto;
  }
  .formContainer {
    margin: auto;
    width: 77%;
  }
  .titleForm {
    text-align: left;
    width: 100%;
    font-size: 30px;
  }
  .subtitleForm {
    text-align: left;
    width: 100%;
    font-size: 15px;
    margin-bottom: 28px;
    /* margin-top: 39px; */
  }
  .formInput {
    width: calc(100% - 23px) !important;
    margin: auto;
    margin-bottom: 15px;
  }
  .sendContact {
    width: 100%;
    margin: auto;
    margin-top: 22px;
  }
  .leftInfo {
    margin-left: 10%;
  }
}

@media screen and (max-width: 768px) {
  .contactInfoMobile {
    color: #868686;
    margin-top: 35px;
    font-size: 13px;
    line-height: 18px;
    float: left;
    width: 33%;
  }
  .formContainer {
    margin: auto;
    width: 85%;
  }
  .left {
    display: none;
  }
  .right {
    width: 100%;
  }
  .customPageCenteredContent {
    height: auto;
  }
  .boxContainer {
    height: auto;
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .top {
    height: 550px;
  }
  .right {
    height: auto;
    margin-top: 7px;
  }
  .leftInfo {
    margin-top: 33px;
    margin-left: 0;
    height: 50px;
    width: 100%;
  }
  .contactMobile {
    text-align: right;
    width: 40%;
  }
  .lineMobile {
    text-align: center;
    width: 10%;
  }
  .emailMobile {
    text-align: left;
    width: 40%;
  }
  p {
    width: 100%;
  }

  .rightInfo {
    margin-top: 20px;
    width: 100%;
    margin-left: 0%;
  }
  .info {
    display: block;
    flex-direction: unset;
    height: 50px;
    justify-content: normal;
  }
  .titleForm {
    font-size: 26px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    text-align: left;
  }
  .subtitleForm {
    font-size: 15px;
    text-align: left;
    width: 100%;
    margin-bottom: 0px;
    height: 40px;
    font-weight: 300;
  }
  .sendContact {
    font-size: 17px;
    font-weight: 300;
    height: 47px;
    line-height: 47px;
  }
}
