
/* #form-section .container>.d-flex {
  gap: 32px;
} */

#form-section .col.left-col {
  width: 50%;
}

#form-section .col.right-col {
  width: 50%;
}

#form-section .form-section-wrapper{
    padding: 0 16px;
}

#form-section .form-section-wrapper h2{
    text-transform: capitalize;
}

#form-section input,
#form-section textarea,
#form-section select {
    padding: 24px 20px;
    border-color: #cccccc;
    border-radius: 0;
}

.form-section input::placeholder,
.form-section textarea::placeholder,
.form-section select:invalid {
  color: #363630;
}
.form-section input::-webkit-input-placeholder,
.form-section textarea::-webkit-input-placeholder {
  color: #363630;
}
.form-section input:-ms-input-placeholder,
.form-section textarea:-ms-input-placeholder {
  color: #363630;
}
.form-section input::-ms-input-placeholder,
.form-section textarea::-ms-input-placeholder {
  color: #363630;
}

#form-section .form-section-wrapper button.btn {
    width: 236px;
    border-radius: 2px;
    background-color: transparent;
    border: 1px solid;
    color: #494949;
    padding: 14px 0;

}

#form-section input[type="radio"]{
  border-radius: 50%;
}

 #form-section input[type="checkbox"]{
  border-radius: 4px;
 }
@media screen and (max-width: 767px) {
  #form-section .col.left-col{
    width: 50%;
    padding-top: 20px;
}
}
/* #form-section .image-section{
    max-height: 696px;
    height: 100%;
    overflow: hidden;
} */