@media all and (max-width: 1199px) {
    .feedback_uploaded_img>ul>li {
        -webkit-flex: 1 1 25%;
        -moz-flex: 1 1 25%;
        -moz-box-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
    }

    .feedback_uploaded_img>ul>li>span.img_thumb_preview>a {
        width: 100%;
        min-width: 250px;
    }
}

@media all and (max-width: 991px) and (min-width: 768px) {
    .fullwidth_btn_div h3  {
        margin-bottom: 15px;
    }

    .feedback_breadcrumbs {
        display: block !important;
    }

    .feedback_breadcrumbs ul.list-inline > :nth-child(n+2):not(.uk-first-column)::before {
        margin: 0 10px;
    }

    .fullwidth_select {
        width: 50%;
    }
}

@media all and (max-width: 991px) {
    .reply_description iframe {
        width: 100%;
    }

    .hide_in_phone {
        display: none !important;
    }
}

@media all and (max-width: 767px) {
    .feedback_block {
        margin-bottom: 20px;
    }

    .feedback_breadcrumbs {
        padding: 10px 0;
    }

    .fullwidth_btn_div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .feedback_breadcrumbs {
        display: block !important;
        text-align: center;
    }

    .feedback_breadcrumbs ul.list-inline {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
    }

    .feedback_breadcrumbs ul.list-inline > :nth-child(n+2):not(.uk-first-column)::before {
        margin: 0 5px;
    }

    .fullwidth_select {
        width: 100%;
        margin: 10px 0 5px;
    }

    .tt-topic-list {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .tt-topic-list .tt-item>[class^="tt-col"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tt-topic-list .tt-list-header .tt-col-topic,
    .tt-topic-list .tt-item .tt-col-description {
        width: 40%;
    }

    .tt-topic-list .tt-list-header .tt-col-category,
    .tt-topic-list .tt-item .tt-col-category:not(.tt-col-value-large) {
        width: 30%;
    }

    .tt-topic-list .tt-list-header .tt-col-value,
    .tt-topic-list .tt-item .tt-col-value {
        width: 30%;
    }

    .post_content .microcontent-wrapper,
    .reply_description .microcontent-wrapper,
    .feedback_description .microcontent-wrapper {
        width: 100% !important;
    }

    .post_content * [class*="jw-"],
    .reply_description * [class*="jw-"],
    .feedback_description * [class*="jw-"] {
        width: 100% !important;
    }

    .feedback_description figure img,
    .feedback_description iframe,
    .post_content iframe {
        width: 100% !important;
    }

    .fdbck_gnrl_panel h2,
    .feedback_description h1,
    .post_content h3 {
        word-break: break-all;
    }

    .feedback_uploaded_img>ul>li {
        margin-right: 0 !important;
    }

    .feedback_entry_form .form-group input.form-control,
    .feedback_entry_form .form-group select.form-control,
    .feedback_entry_form .form-group textarea.form-control {
        height: auto;
        min-height: auto;
        padding: 10px;
    }
}

@media all and (max-width: 767px) and (min-width: 576px) {
    .feedback_section {
        padding: 40px 0;
    }

    .feedback_title h1 {
        font-size: 40px;
    }

    .feedback_title p {
        font-size: 17px;
        line-height: 26px;
    }

    .feedback_breadcrumbs ul.list-inline {
        min-height: 40px;
    }

    .fullwidth_btn_div {
        padding: 50px 0;
    }

    .fullwidth_btn_div h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .feedback_svg_icon svg {
        width: 50px;
        height: 50px;
    }

    .feedback_genral_title {
        margin-bottom: 40px;
    }

    .feedback_genral_title h2 {
        font-size: 28px;
    }

    .feedback_genral_title p {
        font-size: 18px;
        line-height: 26px;
    }

    .feedback_breadcrumbs ul.list-inline li {
        font-size: 13px;
        white-space: normal;
        max-width: 100%;
    }
}

@media all and (max-width: 650px) and (min-width: 481px) {
    .name_header {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }

    .event_name {
        padding-left: 15px;
    }
}

@media all and (max-width: 575px) {
    .row_100 {
        display: inline-block;
        width: 100%;
        margin: 0;
    }

    .feedback_breadcrumbs ul.list-inline li {
        font-size: 12px;
        white-space: normal;
        max-width: 100%;
        line-height: 18px;
    }

    .feedback_page {
        padding: 0 15px;
    }

    .feedback_title h1 {
        font-size: 26px;
    }

    .feedback_title p {
        font-size: 15px;
        line-height: 25px;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    .feedback_block {
        padding: 20px;
    }

    .feedback_section {
        padding: 20px 15px;
    }

    .fullwidth_btn_div {
        padding: 20px 0;
    }

    .fullwidth_btn_div h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .feedback_svg_icon svg {
        width: 40px;
        height: 40px;
    }

    .fullwidth_btn_div.b_bt {
        margin-bottom: 20px;
    }

    .feedback_genral_title {
        margin-bottom: 20px;
    }

    .feedback_genral_title h2 {
        font-size: 26px;
        margin-top: 10px;
    }

    .feedback_genral_title p {
        font-size: 15px;
        line-height: 22px;
    }

    .tt-item-description p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .feedback_breadcrumbs ul.list-inline {
        height: 30px;
    }

    .fdbck_gnrl_panel h2,
    .feedback_description h1,
    .post_content h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .fdbck_gnrl_panel p,
    .feedback_description p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
    }

    .tt-topic-list .tt-list-header .tt-col-topic,
    .tt-topic-list .tt-item .tt-col-description,
    .tt-topic-list .tt-item .tt-col-description .tt-title {
        font-size: 13px;
        line-height: 18px;
    }

    .tt-topic-list .tt-list-header .tt-col-category,
    .tt-topic-list .tt-item .tt-col-category:not(.tt-col-value-large) {
        font-size: 13px;
        line-height: 18px;
    }

    .tt-topic-list .tt-list-header .tt-col-value,
    .tt-topic-list .tt-item .tt-col-value {
        font-size: 13px;
        line-height: 18px;
    }

    .tt-badge,
    .editor_reply_box .label_custom {
        font-size: 12px;
        line-height: 16px;
    }

    .reply_description ol {
        padding-left: 20px;
    }

    .user_logged_in {
        display: block;
        text-align: center;
    }

    .user_logged_in>strong,
    .user_logged_in>b {
        font-size: 16px;
    }
}

@media all and (max-width: 480px) {
    .clstrBarCntnt {
        display: block;
        text-align: center;
    }

    .clstrBarCntnt > a {
        line-height: normal;
        letter-spacing: 1px;
    }

    .clstrBar {
        padding-top: 3px;
    }

    .usrNameMenuItem > a {
        line-height: normal;
        margin: 0 auto;
        letter-spacing: 1px;
        margin-top: 2px;
    }

    .feedback_date_title {
        width: 100%;
        display: block !important;
        margin-bottom: 15px;
        text-align: center;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .reply_date_time {
        display: block;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 5px;
        border-top: 1px solid #ddd;
        padding-top: 10px;
    }

    .name_header {
        flex-direction: column;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }

    .post_user_name {
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
        width: 100%;
        margin-bottom: 10px;
    }

    .event_name {
        text-align: center;
        width: 100%;
    }

    .event_name span {
        text-align: center;
    }

    .date_n_rating {
        width: 100%;
        display: block !important;
        text-align: center;
    }

    .fdbck_gnrl_panel p,
    .feedback_description p,
    .post_content p {
        word-break: break-all;
    }
}

@media all and (max-width: 399px) {
    .feedback_uploaded_img>ul>li>span.img_thumb_preview>a {
        min-width: 120px;
    }
}