.contact-section{
    background-color: #FAF8F7;
}
.send-box-div{
    background-color: white;
}
.send-title{
    font-size: 20px;
    color: #A08E64;
    font-weight: 600;
}
.send-title:after{
    content: "";
    display: block;
    background-color: #A08E64;
    width: 30px;
    height: 2px;
    margin-top: 7px;
}
.send-subtitle{
    font-size: 14px;
    color: #909090;
}
.contact-input-style,.contact-input-style:focus{
    background-color: rgba(242, 238, 236, 0.49);
    border: none;
    outline: none;
    width: 100%;
    height: 35px;
    padding-right: 8px;
    font-size: 15px;
    color: #909090;
}
.contact-input-style::placeholder,.textarea-input-style::placeholder{
    font-size: 13px;
    color: #909090;
    padding-right: 7px;
}
.textarea-input-style,.textarea-input-style:focus{
    background-color: rgba(242, 238, 236, 0.49);
    border: none;
    outline: none;
    width: 100%;
    padding-right: 8px;
    padding-top: 7px;
    font-size: 15px;
    color: #909090;
    resize: none;
}
.send-button,.send-button:hover{
    background-color: #A08E64;
    color: #fff;
    font-size: 15px;
    width: 146px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-card-style{
    background-color: white;
    border: none;
    height: 100%;
}
.call-us{
    font-size: 15px;
    text-align: right;
    color: #A08E64;
}
.contact-txt{
    font-size: 15px;
    color: #A08E64;
}
.contact-info-txt{
    font-size: 16px;
    color: #909090;
}
.social-box{
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
}
.social-box.gold{
    background-color: #B7A886;
}
.social-box.gray{
    background-color: #F5F2F0;
    color: #B7A886;
    font-size: 17px;
    margin-left: 14px;
}
.contact-social-img{
    width: 15px;
}
.social-contact-div{
    display: flex;
    justify-content: start;
}
.div-flex{
    display: flex;
}

@media(max-width:900px){
    .send-title:after{
        margin: 10px auto;
    }
    .send-button, .send-button:hover{
        margin: auto;
    }
    .call-us{
        text-align: center;
    }
    .social-contact-div{justify-content:center;}
    .div-flex{
        justify-content: center;
    }
}
