.userfeedbacksectioncontainer{
    background-image: url(../assets/image/feedbackbg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 500px;
    position: relative;
}

.blacktransparentbackgrounddiv{
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: #000000b8;*/
    background-color: rgba(0, 0, 0, 0.7215686274509804);
    padding: 30px 25%;
}

.userfeedbackcontainer{
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin-bottom: 15px;
}

.feedbackformlabel{
    color: #fff;
}

#userfeedbackform input{
    background: transparent;
    color: #fff;
}

#userfeedbackform textarea{
    background: transparent;
    color: #fff;
    resize: none;
}

.sendfeedbackbuttoncontainer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.sendfeedbackbuttonclass{
    background: transparent;
    color: #fff;
    width: 150px;
    border-color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.sendfeedbackbuttonclass:hover{
    background: transparent;
    color: #fff;
    width: 150px;
    border-color: #fff;
}

@media only screen and (max-width: 576px) {
    .blacktransparentbackgrounddiv{
        padding: 30px 5%;
    }
    
    .userfeedbacksectioncontainer{
        min-height: 600px;
    } 
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    .blacktransparentbackgrounddiv{
        padding: 30px 10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .blacktransparentbackgrounddiv{
        padding: 30px 15%;
    }
}
