/* line 3, /myapp/app/assets/stylesheets/front/contacts.scss */
.contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 7, /myapp/app/assets/stylesheets/front/contacts.scss */
.contacts > .step {
  justify-content: space-between;
}
/* line 10, /myapp/app/assets/stylesheets/front/contacts.scss */
.contacts > .step > .card-step {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 0px;
  z-index: 2;
  max-width: 580px;
}
/* line 19, /myapp/app/assets/stylesheets/front/contacts.scss */
.contacts > .step > .card-step > img {
  min-width: 100px;
  max-width: 100px;
  z-index: 2;
}
/* line 24, /myapp/app/assets/stylesheets/front/contacts.scss */
.contacts > .step > .card-step > div {
  margin-left: 20px;
}
/* line 26, /myapp/app/assets/stylesheets/front/contacts.scss */
.contacts > .step > .card-step > div .step-title {
  font-size: 21px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3.8px;
  text-align: left;
  color: #3333cc;
  margin: 21px 0px 0px 0px;
  z-index: 2;
  padding: 0;
}
/* line 39, /myapp/app/assets/stylesheets/front/contacts.scss */
.contacts > .step > .card-step > div p {
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.5px;
  text-align: left;
  color: #000000;
  z-index: 2;
}
/* line 54, /myapp/app/assets/stylesheets/front/contacts.scss */
.contacts > .step::before {
  background: none;
}

/* line 59, /myapp/app/assets/stylesheets/front/contacts.scss */
.contact_us {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
  margin-left: 40px;
}
@media screen and (min-width: 993px) {
  /* line 59, /myapp/app/assets/stylesheets/front/contacts.scss */
  .contact_us {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 993px) {
  /* line 67, /myapp/app/assets/stylesheets/front/contacts.scss */
  .contact_us .left-side,
  .contact_us .right-side {
    margin: 0;
  }
}
/* line 73, /myapp/app/assets/stylesheets/front/contacts.scss */
.contact_us .left-side {
  flex: 0.45;
  display: flex;
}
/* line 77, /myapp/app/assets/stylesheets/front/contacts.scss */
.contact_us .right-side {
  flex: 0.55;
}
@media screen and (min-width: 993px) {
  /* line 59, /myapp/app/assets/stylesheets/front/contacts.scss */
  .contact_us {
    margin-top: 50px;
    flex-direction: row;
  }
  /* line 85, /myapp/app/assets/stylesheets/front/contacts.scss */
  .contact_us .left-side,
  .contact_us .right-side {
    margin-left: auto;
  }
}

/* line 92, /myapp/app/assets/stylesheets/front/contacts.scss */
#new_booking_request button#button_request {
  margin-top: 0px;
}

/* line 96, /myapp/app/assets/stylesheets/front/contacts.scss */
.form-contacts > div#form_booking_request.row {
  margin: 0 !important;
  padding: 18px !important;
  background: #e9e9e9 !important;
  width: 100%;
}
/* line 102, /myapp/app/assets/stylesheets/front/contacts.scss */
.form-contacts > div#form_booking_request.row .label {
  font-size: 13px;
}
/* line 106, /myapp/app/assets/stylesheets/front/contacts.scss */
.form-contacts > div#form_booking_request.row form {
  height: auto;
}
/* line 110, /myapp/app/assets/stylesheets/front/contacts.scss */
.form-contacts > div#form_booking_request.row form > div.row > div {
  margin: 0;
  min-width: 271px;
}
/* line 115, /myapp/app/assets/stylesheets/front/contacts.scss */
.form-contacts > div#form_booking_request.row form > div.row > div.input-left {
  padding-right: 30px;
}
/* line 119, /myapp/app/assets/stylesheets/front/contacts.scss */
.form-contacts > div#form_booking_request.row form > div.row > div.input-right {
  padding-left: 30px;
}

/* line 126, /myapp/app/assets/stylesheets/front/contacts.scss */
.form-contacts {
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  margin: 40px;
  box-shadow: 2px -1px 10px 1px rgba(0, 0, 0, 0.75);
}

/* line 135, /myapp/app/assets/stylesheets/front/contacts.scss */
.parallax-container {
  height: 185px;
}

/* line 139, /myapp/app/assets/stylesheets/front/contacts.scss */
.parallax-container.contact-us-1 {
  height: 200px;
}
/* line 143, /myapp/app/assets/stylesheets/front/contacts.scss */
.parallax-container.contact-us-1 .parallax img {
  display: block;
  height: auto;
  width: 100%;
  color: transparent;
}
@media screen and (min-width: 993px) {
  /* line 139, /myapp/app/assets/stylesheets/front/contacts.scss */
  .parallax-container.contact-us-1 {
    height: 550px;
  }
  /* line 155, /myapp/app/assets/stylesheets/front/contacts.scss */
  .parallax-container.contact-us-1 .parallax img {
    display: block;
    transform: translate3d(-50%, 82px, 0px);
    height: auto;
  }
}

/* line 164, /myapp/app/assets/stylesheets/front/contacts.scss */
.parallax-container.contact-us-3 {
  height: 120px;
}
/* line 168, /myapp/app/assets/stylesheets/front/contacts.scss */
.parallax-container.contact-us-3 .parallax img {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 993px) {
  /* line 164, /myapp/app/assets/stylesheets/front/contacts.scss */
  .parallax-container.contact-us-3 {
    height: 450px;
  }
  /* line 179, /myapp/app/assets/stylesheets/front/contacts.scss */
  .parallax-container.contact-us-3 .parallax img {
    display: block;
    transform: translate3d(-50%, 82px, 0px);
    height: auto;
  }
}

/* line 188, /myapp/app/assets/stylesheets/front/contacts.scss */
.contact-us-1::after {
  content: 'CONTACT US';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.16;
  letter-spacing: 5px;
  text-align: center;
}
@media screen and (min-width: 993px) {
  /* line 188, /myapp/app/assets/stylesheets/front/contacts.scss */
  .contact-us-1::after {
    height: 450px;
  }
}
