body {
  font-family: "Poppins", sans-serif;
  background-color: #F8F8F8;
  line-height: 1.9;
  color: #222222;
  position: relative; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
  color: #000; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

input::placeholder {
  font-weight: 200;
  font-size: 16px
  opacity: 0.5;
  color: #ced4da;
}

.text-black {
  color: #000; }

.content {
  text-align: center;
  padding: 5rem 0; }

.title-page {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 50px;
    background-color: #A09383;
    padding: 10px 15px;
    border-radius: 10px;
}

.title-cost, .title-rate {
    color: #222222;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
}

.profit-text {
    font-family: "Poppins", sans-serif; 
    font-size: 22px;
    font-weight: 300;
    color: #222222;
}

.profitb-text {
    font-family: "Poppins", sans-serif; 
    font-size: 22px;
    font-weight: 300;
    color: #386641;
}

.rate-box {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1.5px;
    width: 100px;
    max-width: 100%;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #d9d9d9;
    transition: 1s;
}

.rate-box:hover {
    border: 1px solid #8A7469;
}

.cost-box {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1.5px;
    width: 500px;
    max-width: 100%;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #d9d9d9;
    transition: 1s;
}

.cost-box:hover {
    border: 1px solid #8A7469;
}

.price {
    font-size: 28px;
    font-weight: 600;
    color: #8A7469;
    border: 1px solid #D2D2D2;
    padding: 10px 15px;
    transition: 1s;
}

.priceb {
    font-size: 28px;
    font-weight: 600;
    color: #386641;
    border: 1px solid #D2D2D2;
    padding: 10px 15px;
    transition: 1s;
}

.price:hover .priceb:hover {
    border: 1px solid #8A7469;
}

.copyright {
    font-size: 12px;
    font-weight: 400;
    color: #a5a5a5;
    margin: 50px 0px;
}

.heading {
  font-size: 2.5rem;
  font-weight: 900; }

.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  background: none; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.col-form-label {
  color: #000;
  font-size: 13px; }

.btn, .form-control, .custom-select {
  height: 45px;
  border-radius: 0; }

.custom-select {
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0; }
  .custom-select:active, .custom-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.btn {
  border: none;
  border-radius: 0;
  font-size: 11px;
  letter-spacing: .2rem;
  text-transform: uppercase;
  border-radius: 30px !important; }
  .btn.btn-primary {
    border-radius: 30px;
    background: #ef4339;
    color: #fff;
    -webkit-box-shadow: 0 15px 30px 0 rgba(239, 67, 57, 0.2);
    box-shadow: 0 15px 30px 0 rgba(239, 67, 57, 0.2); }
  .btn:hover {
    color: #fff; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.contact-wrap {
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #efefef;
  border-radius: 10px; }
  .contact-wrap .col-form-label {
    font-size: 14px;
    color: #b3b3b3;
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 0; }
  .contact-wrap .form, .contact-wrap .contact-info {
    padding: 40px; }
  .contact-wrap .contact-info {
    color: rgba(255, 255, 255, 0.5); }
    .contact-wrap .contact-info ul li {
      margin-bottom: 15px;
      color: rgba(255, 255, 255, 0.5); }
      .contact-wrap .contact-info ul li .wrap-icon {
        font-size: 20px;
        color: #fff;
        margin-top: 5px; }
  .contact-wrap .form {
    background: #fff;
    border-radius: 10px; }
    .contact-wrap .form h3 {
      color: #000;
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 30px; }
  .contact-wrap .contact-info {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .contact-wrap .contact-info a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    @media (max-width: 1199.98px) {
      .contact-wrap .contact-info {
        height: 400px !important; } }
    .contact-wrap .contact-info h3 {
      color: #fff;
      font-size: 20px;
      margin-bottom: 30px; }

label.error {
  font-size: 12px;
  color: red; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #B90B0B; }

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; }
