.body_fr {
    background-color: #fafafa; }

.contact-wrap {
    background: #fff; 

}


.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
 
.form-control {
    height: 36px;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(0, 0, 0, 0.3) !important; }
    .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.3) !important; }
    .form-control:-ms-input-placeholder {
      /* IE 0+ */
      color: rgba(0, 0, 0, 0.3) !important; }
    .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.3) !important; }
    .form-control:focus, .form-control:active {
      border-color: #008DD2 !important; }
  
  textarea.form-control {
    height: inherit !important; }

.ftco-section {
    padding: 2em 0; 
}

.title_form {
    /* font-size: 28px; */
    color: #008DD2; 
    font-weight: 700;
}

.wrapper {
    width: 100%; 
}

    .no-gutters {
        margin-right: 0;
        margin-left: 0; 
    }
        .no-gutters > .col,
        .no-gutters > [class*="col-"] {
          padding-right: 0;
          padding-left: 0; }


.contactForm .label {
    color: #666666;;
    font-size: 16px;
}
          
.contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0; 
}
          
#contactForm .error {
    color: red;
    font-size: 12px; 
}
          
#contactForm .form-control {
    font-size: 16px; 
}

.form-group {
    margin-bottom: 1rem; 
}

@media (max-width: 767.98px) {
    .info-wrap {
    height: 400px; } }


/* Button */
.btn_fr{
    width: 100%;
    height: 45px;
    background-color: #008DD2; 
    color: white;
    /* letter-spacing: 1px;  */
    font-weight: 700;
    cursor: pointer;
    
}
.btn_fr:hover{
    background-color: rgba(0, 141, 210, 0.7);
    color: white;
}