.contact{
    border: 2px solid #ebebeb;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.contact label{
    font-size: 21px;
}

.btn.sendContact_btn{
    padding: .5rem 2rem;
    background-color: #ff8a00;
    color: white;
    margin-right: 5px;
}

.contactUs h1{
    font-family: fantasy;
    color: #ff9900;
}

.contactUs h3{
    font-size: 32px;
    display: inline-block;
    border-bottom: 6px solid #ff9900;
}

.contact_icon{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff9900;
}

.contactUs .media .media-body{
    flex: 1;
}

.contact_icon img{
    width: 60%;
    height: auto;
}

.contactUsbg{
    width: 100%;
    height: 100%;
    background-image: url('../images/contactus.png');
    background-size: cover;
    background-position: center;
}


@media (max-width: 991px) {
.contactUsbg{
    height: 50vw;
}

    
}

@media (max-width: 391px) {
    .contactUstext{
        font-size: 16px;
    }

    
}