﻿
#FeedBackTitle {
}

#FeedBackDescription {
    font-size: 16px;
    color: #000;
    font-family: 'Poppins-Medium';
    text-align: left;
}

.FeedBackFormSectionTitle {
    color: #000;
    text-align: left;
    font-family: 'Poppins-Medium';
    font-size: 20px;
}

#SubmitFeedBackButton {
    max-width: 200px;
}
    #SubmitFeedBackButton:hover {     
    }
.feedbackheadertitle {
    color: #b0c7ad;
}
.FeedBackFormLabel {
    font-size: 16px;
}

@media (max-width:576px) {
    #FeedBackDescription {
        font-size: 14px;
    }
}
@media (max-width:991px) {
    .FeedBackSection {
        margin-bottom: 20px;
    }
}