.banner-col{
    background-image: url(../img/contact.webp);
    background-position-y: 52px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 192px;
}


.banner-contact h1{
    font-size: 46px;
    line-height: 64px;
    color: #414042;
    font-weight: 700;
    font-family: "Roboto";
    padding-top: 6rem;
}
img.banner-img{
    width: 100%;
}
.contact-form input,.contact-form select{
    font-family: 'Roboto';
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
    border: 2px solid #54c0e8;
    padding:15px;
    margin-bottom: 15px;
    color: #8E9093;

}
.contact-form select{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    background-image: url(../img/icons/select.svg);
    background-position-x: 92%;
    background-position-y: 18px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
.contact-form .select-ar{
    background-position-x: 7% !important;
}
.contact-form .input-ar{
    font-family: 'Tajawal';
  }
 .contact-form .input-ar::placeholder{
    font-family: 'Tajawal';
  }
input::placeholder{
    font-family: 'Roboto';
    color: #8E9093;
    opacity: 1;
}
form.contact-form{
    margin-top: 3rem;
    margin-bottom: 4rem;
}
.business-btn{
    background-color: #FF9E18;
    color: #fff;
    border-radius: 30px;
    padding: 15px;
    width: 60%;
    border: 2px solid #FF9E18;
    transition: ease-in-out 0.3s;
    margin-top: 2rem;
}
.business-btn:hover{
    background-color: transparent;
    color: #FF9E18;
}
/* responsive */
@media (max-width:767px){
    .banner-contact h1 {
        font-family: 'Roboto';
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 2rem;
    }
    .contact-form input, .contact-form select,.business-btn{
        padding: 10px 15px;
    }
    .banner h1 {
        padding-top: 3rem;
    }
    .contact-form select{
        background-position-y: 12px;
    }
}