.contact-clean {
  background: #f1f7fc;
  padding: 80px 0;
}

@media (max-width:767px) {
  .contact-clean {
    padding: 20px 0;
  }
}

.contact-clean form {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

@media (max-width:767px) {
  .contact-clean form {
    padding: 30px;
  }
}

.contact-clean h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}

.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}

.contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
  outline: none;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}

.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2;
}

.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
}

.contact-clean form .btn:hover {
  opacity: 1;
}

.contact-clean form .btn:active {
  transform: translateY(1px);
}

.contact-clean form .btn-primary {
  background-color: #055ada !important;
  margin-top: 15px;
  color: #fff;
}

@media (min-width: 300px) and (max-width:980px) {
  .text-white.display-4.font-weight-bold {
    font-size: 2rem;
  }
}

.row.text-sm-center.d-xl-flex.justify-content-xl-center.vh-100.slide-01-bg {
  background: url("../../assets/img/Dr_Loustaunau_Experts_Hands.png") 90% / cover !important;
}

@media (min-width: 768px) {
  .row.text-sm-center.d-xl-flex.justify-content-xl-center.vh-100.slide-01-bg {
    background: url("../../assets/img/Dr_Loustaunau_Experts_Hands.png") 85% / cover !important;
  }
}

@media (min-width: 300px) and (max-width:768px) {
  .row.text-sm-center.d-xl-flex.justify-content-xl-center.vh-100.slide-01-bg {
    background: url("../../assets/img/Dr_Loustaunau_Experts_Hands_mobile.png") 75% / cover !important;
  }
}

.poppins {
  font-family: 'Poppins' !important;
}

.row.text-sm-center.d-flex.d-xl-flex.justify-content-center.align-items-center.justify-content-xl-center.vh-100.slide-02-bg {
  background: url("../../assets/img/Dr_Loustaunau_Experience_Plastic_Surgery.png") 50% / cover !important;
}

@media (min-width:300px) and (max-width: 768px) {
  .row.text-sm-center.d-flex.d-xl-flex.justify-content-center.align-items-center.justify-content-xl-center.vh-100.slide-02-bg {
    background: url("../../assets/img/Dr_Loustaunau_Experience_Plastic_Surgery_mobile.png") 75% / cover !important;
  }
}

@media (min-width:300px) and (max-width: 768px) {
  .text-center.text-sm-center.text-md-center.text-lg-right.text-xl-right.align-items-xl-center.p-5.mb-5.bg-mobile {
    background-color: rgba(255,255,255,0.58);
  }
}

@media (min-width:300px) and (max-width: 767px) {
  .text-md-left.align-items-xl-center.W-100.p-5.bg-mobile {
    background-color: rgba(255,255,255,0.17);
  }
}

@media (min-width: 300px) and (Max-width:450px) {
  .xs-title {
    font-size: 1.8em;
  }
}

.google-map {
  width: 100%;
  height: 100%;
}

.modal-title {
  color: rgb(174,125,124) !important;
}

@media (min-width:300px) and (max-width: 768px) {
  .text-md-left.align-items-xl-center.W-100.bg-mobile.mb-5.bg-mobile-rostro {
    background-color: rgba(230,204,203,0.12);
  }
}

.bg-color-overlay {
  background-color: rgb(174,125,124);
  color: white;
  opacity: 0.6;
}

.bg-color-overlay:hover {
  opacity: 1;
  background-color: rgb(174,125,124) !important;
  color: white;
  -webkit-transition: background 5s;
}

.bg-overlay-button-2:hover {
  background: rgb(230,204,203);
  color: rgb(174,125,124);
  border-style: none;
  opacity: 1;
}

.bg-overlay-button-2 {
  background: rgb(230,204,203);
  color: rgb(174,125,124);
  border-style: none;
  opacity: .8;
}

.bg-overlay-button-2 {
  background: rgb(230,204,203);
  color: rgb(174,125,124);
  border-style: none;
  opacity: .8;
}

