﻿.review_wrapper {
    display: flex;
    gap: 30px;
}

h2.entry-title {
    margin: 30px 0;
    font-weight: 700;
    color: #333333;
}

.review_wrapper .white-bg {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: var(--box-shadow);
}

.review_right {
    max-width: 400px;
    width: 100%;
}

.review_wrapper .white-bg h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 10px;
    text-transform: capitalize;
    color: var(--all-text-main);
}

.WRgroup {
    display: table;
    width: 100%;
    font-size: 3em;
    margin: 15px 0;
}

.WRitem {
    display: table-cell;
}

.WRtext {
    border: 1px solid var(--border-color);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    line-height: 26px;
    text-align: center;
    background: var(--footer-bg);
}

.WRline {
    border-bottom: 1px solid var(--border-color);
    position: relative;
    top: -21px;
}

.WRtext > i {
    font-size: 20px;
    line-height: 20px;
}

.Feedback_checkbox .checkbox-group {
    display: flex;
    gap: 30px;
}

.review_form .panel_row .m_div input, .review_form .panel_row .m_div select, .review_form .panel_row .m_div textarea {
    height: 45px;
    display: block;
    line-height: 43px;
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: all 300ms ease;
    background: #F5F5F5;
    border: 1px solid #ECECEC;
    border-radius: 3px;
}

.fa-star-o:before {
    content: "\f005";
}

.review_form .panel_row label i {
    color: #ff932c;
    margin: 0 2px;
    font-size: 16px;
}

.rating {
    display: flex;
    gap: 30px;
}

.review_form .common_button {
    width: 100%;
    margin: unset;
}

.Feedback_checkbox .checkbox-group label {
    font-weight: 300;
}

.review_form .panel_row .m_div input:hover {
    font-weight: 300;
    color: #353535;
}

.review_form .panel_row .m_div {
    flex: 1;
    position: relative;
}

.review_form .panel_row {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.we_sub_text_color {
    position: absolute;
    right: 0;
    color: #fd000a !important;
}

.review_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .review_form .panel_row label {
        color: var(--all-text-main);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 10px;
        display: inline-block;
    }

.we_sub_text_color {
    position: absolute;
    right: 0;
    color: #fd000a !important;
}

.review_form .panel_row .m_div textarea {
    height: 100px;
}

.review_form .panel_row label.title {
    font-weight: 600;
}

span.last_title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 15px 0;
    text-transform: capitalize;
    display: inline-block;
    color: var(--all-text-main);
}

.review_left {
    width: 100%;
}

@media (max-width: 767px) {
    h2.entry-title {
        font-size: 16px;
        margin: 20px 0;
    }
    .review_wrapper .white-bg h4 {
        font-size: 14px;
    }
    .review_wrapper .white-bg {
        padding: 5px;
    }
    .review_form .panel_row .m_div input, .review_form .panel_row .m_div select, .review_form .panel_row .m_div textarea {
        height: 35px;
    }
    .Feedback_checkbox .checkbox-group {
        flex-direction: column;
        gap: 10px;
    }
    .review_form .panel_row .m_div textarea {
        font-size: 14px;
        line-height: 21px;
    }
    .rating {
        flex-direction: column;
        gap: 10px;
    }
    span.last_title {
        font-size: 14px;
        display: inline-block;
    }
}
