.contact-subtitle{
    font-size: 18px;
    color: var(--light-purple-color);
    line-height: 30px;
}
.form-contact-style,.form-contact-style:focus{
    border: 1px solid rgba(195,195,195,0.64);
    outline: none;
    width: 100%;
   /* height: 50px;*/
    padding: 13px 15px 13px 0;
    border-radius: 9px;
    background-color: white;
}

.form-contact-style::placeholder,.textarea-style::placeholder{
    font-size: 15px;
    color: #525252;
    padding: 45px 0 25px 45px;
}
.textarea-style{
    border: 1px solid rgba(195,195,195,0.64);
    outline: none;
    width: 100%;
    border-radius: 9px;
    padding-right: 15px;
    padding-top: 10px;
    resize: none;
}
.contact-alert .alert-success{
    color: transparent;
    background-color: transparent;
    border-color: transparent;
    text-shadow: 2px 2px #efc26b;
    float: revert;
   text-align: center;
    font-size: 19px;
    font-weight: 900;
}
.send-button,.send-button:focus,.send-button:hover{
    font-family: Almarai-Bold,sans-serif;
    font-size: 19px;
    border-radius: 24px;
    background-color: var(--light-orange-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 155px;
    height: 45px;
    color: var(--white-color);
}
.container-border{
    border-bottom: 1px solid rgba(112,112,112,0.22);
    padding-bottom: 35px;
}
.contact-info-title{
    font-size: 22px;
    color: var(--light-purple-color);
}
.contact-info-title:after{
    position: relative;
    top: 18px;
    content: '';
    border-bottom: 1px solid var(--light-purple-color);
    width: 75px;
    display: block;
    margin: auto;
}
.info-contact{
    font-family: Almarai-Bold, sans-serif;
    font-size: 18px;
    color: var(--orange-color);
}
.info-contact-text{
    font-size: 16px;
    color: #525252;
}
.social-contact-link,.social-contact-link:hover{
    font-size: 17px;
    color: #464153;
}
.time-span{
    position: relative;
    top: 3px;
    right: 6px;
}
.arrow-down-span{
    position: absolute;
    right: 4px;
    top: 50%;
    background: white;
    padding: 5px;
    pointer-events: none;
}
@media (max-width: 900px){
    .form-contact-style,.form-contact-style:focus{
        padding: 8px 15px 8px 0;
    }
    .form-contact-style::placeholder,.textarea-style::placeholder{
        padding: 15px 0 15px 25px;
    }
}
