
.feedback{
    display: flex;
    padding: 12px 19px;
    align-items: center;    position: relative;
    background-color: #fff;
    border: 1px solid #0F203C;
    border-radius: 5px;    margin-top: 20px;
    margin-bottom:29px;

}
.feedback_check{
    margin-right: 20px;
    height: 25px;
    display: flex;
    align-items: center;
    min-width: 25px;
    border-radius: 50%;
    background: #0F203C;
    text-align: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    left: 9px;
}
.feedback_title{
    width: 90%;
}
.close_feedback{
    position: absolute;
    right: 15px;
    font-size: 20px;
    top: 8px;cursor: pointer;
}
.close_feedback i {
    font-weight: 300;
}.feedback_title strong{
     font-size: 14px !important;
     margin-bottom: 0 !important;
     display: block !important;    margin: 0 !important;
     font-weight: 600 !important;    line-height: 21px !important;    padding-right: 16px;
 }
@media (max-width: 992px) {
    .feedback {
        margin-bottom: 38px;
        margin-top: 0;
    }
    .feedback_top_padding {
        padding-top: 30px;
    }
    .close_feedback{

        top: 9px
    }
}