.contact-banner-section{
    background-image: url('../images/contact-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
}
.contact-bg{
    background-image: url('../images/contact-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  /*  height: 500px;*/
    height: 100%;
}
.call-us-main-div{
    background-color: #F9F3EA;
    border-radius: 5px;
    position: relative;
    margin-top: 75px;
}
.call-us-txt{
    font-size: 17px;
    color: #463612;
}
.contact-img{
    width: 37px;
}
.contact-txt{
    font-family: Arial,sans-serif;
    font-size: 13px;
    color: black;
    margin-right: 12px;
}
.follow-txt{
    font-size: 14px;
    color: #463612;
}
.honey-img-div{
    position: absolute;
    top: 0;
    left: 0;
}
.honey-img{
    width: 75%;
}
.send-msg-div{
    border: 2px dashed #E5E5E5;
    border-radius: 5px;
}
.contact-input,.contact-input:focus{
    background-color: white;
    border: 1px solid #A2A2A2;
    border-radius: 5px;
    padding-right: 25px;
    font-size: 12px;
    color: #3E3E3E;
    width: 100%;
    height: 42px;
    outline: none;
}
.contact-input::placeholder,.contact-textarea::placeholder{
    font-size: 12px;
    color: #3E3E3E;
}
.send-msg-txt{
    font-size: 16px;
    color: #463612;
}
.contact-textarea,.contact-textarea:focus{
    background-color: white;
    border: 1px solid #A2A2A2;
    border-radius: 5px;
    padding-top: 12px;
    padding-right: 25px;
    font-size: 12px;
    color: #3E3E3E;
    width: 100%;
    outline: none;
    resize: none;
}
.send-button,.send-button:focus{
    font-size: 12px;
    background-color: var(--main-orange-color);
    color: white;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 42px;
    margin: auto;
    border: none;
    outline: none;
}
