

.contact-us-form-otr .hs-fieldtype-intl-phone.hs-input .hs-input {
 
    height: 50px;
}
.contact-us-form-otr .hs-fieldtype-textarea.hs-input {
    height: 50px;
}
.contact-us-form-otr .hs-form-required {
    color: #000;
}
.contact-us-form-top-cont h4 {
    width: fit-content;
    position: relative;
    margin-bottom: 60px;
}

.contact-us-form-top-cont {
    width: 40%;
}
.contact-us-form-image img {
    width: 100%;
}
.contact-us-form-image {
    padding-bottom: 60px;
}

.contact-us-form-otr .form-title, .submitted-message, form {
    background: none;
    border: none;
}

.contact-us-form-otr form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form select, form textarea {
    border: none;
    border-bottom: 2px solid #000;
  border-radius: 0;
    font-size: 18px;
  outline:none;
  background-color: #F9F9F9;
}

.contact-us-form-top-cont h2 {font-size: 52px;line-height: 60px;}

.contact-us-form-otr .hs-form-field {
    display: flex;
    flex: 0 48%;
}

.contact-us-form-otr form {display: flex;flex-wrap: wrap;justify-content: start;align-items: center;}

.contact-us-form-otr form label {
/*     flex: 0 90%; */
}
.contact-us-form-otr select:invalid {
/*     color: #C7C7C7; */
}

.contact-us-form-otr .input {
    flex: 0 55%;
}
.contact-us-form-otr ::placeholder {
    color: #C7C7C7;
  font-size:18px;
}

.contact-us-form-otr form label {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    color: #000;
  align-self: end;
}
.contact-us-form-otr .hs-error-msg {
    color: red !important;!I;!;
  font-size: 12px;
    line-height: 16px;
}

.contact-us-form-otr .hs_formation_esca.hs-formation_esca.hs-fieldtype-select.field.hs-form-field {
    flex: 0 62%;
}

.contact-us-form-otr .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
    flex: 0 36%;
}

.contact-us-form-otr .hs_phone.hs-phone.hs-fieldtype-phonenumber.field.hs-form-field {
    flex: 0 70%;
}

.contact-us-form-otr .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    flex: 0 29%;
}
.contact-us-form-otr .hs_message.hs-message.hs-fieldtype-textarea.field.hs-form-field {
    flex: 0 70%;
}

.contact-us-form-otr .hs_message.hs-message.hs-fieldtype-textarea.field.hs-form-field label {
    flex: 0 60%;
}

.contact-us-form-otr .hs_message.hs-message.hs-fieldtype-textarea.field.hs-form-field ::placeholder {
    bottom: 10px;
    position: absolute;
}
.contact-us-form-otr .hs_submit.hs-submit {
    display: flex;
    flex: 0 100%;
}
.contact-us-form-otr .actions {
    background-color: #ffd600 !important;!I;!;
    border-radius: 50px;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    position: relative;
    text-decoration: none;
    position: relative;
}

.contact-us-form-otr input.hs-button.primary.large {
    background-color: #ffd600;
    border-radius: 50px;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    position: relative;
    text-decoration: none;
}

.contact-us-form-otr input.hs-button.primary.large:after {
    background-image: url(https://esca.ma/hubfs/Executive%20programs/Vector.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  content: ""; 
    height: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
}
.contact-us-form-otr .hs-form-field {
    position: relative;
}

.contact-us-form-otr .hs-error-msg {
    position: absolute;
    right:30px;
    bottom:-25px
}

.contact-us-form-otr label.hs-main-font-element {
    font-size: 12px !important;!I;!;
    color: red !important;

}
.contact-us-form-otr .hs_error_rollup {
    display: none;
}
{#.contact-us-form-otr input.hs-button.primary.large {
    background: url(https://esca.ma/hubfs/Executive%20programs/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 110px;
    background-size: 15px;
  padding-right: 60px;
} #}
.contact-us-form-otr .actions {
    display: inline-block;
    position: relative;
}

.contact-us-form-otr .actions:before {
    background-image: url(https://esca.ma/hubfs/Executive%20programs/Vector.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 10px;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    z-index: 999;
}
.contact-us-form-otr .actions:hover::before {
   
    top: 40%;
    transform: rotate(45deg);
}
.contact-us-form-otr .actions:before, .contact-us-form-otr input.hs-button.primary.large {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
@media(max-width:767px){
  .contact-us-form-top-cont h2 {
    line-height: normal;
}
  .contact-us-form-otr form label {
    font-size: 18px;
    line-height:22px;
}
  .contact-us-form-top-cont {
    width: 100%;
}

.contact-us-form-otr form {
    display: block;
}

.contact-us-form-otr .hs-form-field {
    display: block;
}
}