body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    color: #2F353D;
}
.review_body_overlay_bg{
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0.6;
    display: none;
}
.top-banner-section .slideshow__image img{
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
}
.about_review_main .about_container{
    max-width: 1536px;
    margin: 0 auto;
    padding: 0 15px;
}
.about_review_main .about_row{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.about_review_main .about_seller_section,
.about_review_main .review_section{
    background-color: #fff;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    box-sizing: border-box;
}
.about_review_main .about_seller_section h3,
.about_review_main .review_section h3{
    font-size: 20px;
    margin: 0;
    color: #2F353D;
    padding-bottom: 10px;
    border-bottom: solid 1px #cfcaca;
    font-weight: 500;
}
.about_review_main .about_seller_section .about_seller_details_main{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 15px;
}
.about_review_main .about_seller_section .about_seller_details_main .about_seller_details_text p{
    margin: 0;
    font-size: 16px;
}
.about_review_main .about_seller_section .about_seller_details_main .about_seller_details_img{
    height: 30px;
    background-color: #f5f5f5;
    width: 30px;
    border-radius: 50%;
}
.about_seller_details_button button{
    background-color: #2F353D;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 5px;
    min-width: 80px;
    text-align: center;
    display: flex;
    gap: 8px;
    cursor: pointer;
}
.about_review_main .review_section .review_section_details {
    padding-top: 10px;
}
.about_review_main .review_section .review_section_details .review_section_details_icon {
    display: flex;
    gap: 5px;
}
.about_review_main .review_section .review_section_details .review_section_details_icon p{
    margin: 0;
    margin-left: 10px;
    color: #2F353D;
    font-size: 11px;
}
.about_review_main .review_section .review_section_details .review_section_details_text p {
    margin: 0;
    padding-top: 5px;
    font-size: 14px;
    color: #2F353D;
}
.about_review_main .review_section .review_section_details_main{
    display: flex;
    align-items: end;
    gap: 20px;
}
.about_review_main .review_section .review_section_details_main .review_section_details_drop select {
    border: solid 1px #D8D8D8;
    padding: 5px;
    border-radius: 5px;
    background-color: #EFEFEF;
    color: #5e5151;
    cursor: pointer;
}
.about_review_main .review_section .review_section_details_progressbar_main .review_section_details_progressbar {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.about_review_main .review_section .review_section_details_progressbar_main {
    padding-top: 15px;
}
.about_review_main .review_section .review_section_details_progressbar_main .bar-container {
    width: 50%;
    border-radius: 3px;
    height: 20px;
    border: solid 1px #888C8C;
}
.about_review_main .review_section .review_section_details_progressbar_main .bar {
    height: 100%;
    background-color: #1B59D1;
    border-radius: 3px;
}
.about_review_main .review_section .review_section_details_progressbar_main .review_section_details_text p{
    margin: 0;
    font-size: 16px;
    color: #2F353D;
    padding: 15px 0;
}
.about_review_main .review_section .review_section_details_progressbar_main .review_section_button button{
    background-color: #2F353D;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    min-width: 80px;
    text-align: center;
    cursor: pointer;
}
.about_review_main .about_filter_by{
    background-color: #fff;
    margin: 20px 0;
    padding: 20px;
}
.about_review_main .about_filter_by .about_filter_by_heading h3{
    text-transform: uppercase;
    color: #2F353D;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
.about_review_main .about_filter_by .about_filter_by_all_reviews select{
    border: solid 1px #D8D8D8;
    padding: 5px;
    border-radius: 5px;
    background-color: #EFEFEF;
    color: #5e5151;
    cursor: pointer;
    margin: 8px 0;
    min-width: 90px;
}
.about_review_main .about_filter_by .about_filter_by_reviews_main .about_filter_by_reviews_round {
    height: 40px;
    background-color: #f5f5f5;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_review_main .about_filter_by .about_filter_by_reviews_main .about_filter_by_reviews_round span{
    font-weight: 600;
}
.about_review_main .about_filter_by .about_filter_by_reviews_main_top .about_filter_by_reviews_main {
    padding-top: 20px;
    border-bottom: solid 1px #F2F2F2;
}
.about_review_main .about_filter_by .about_filter_by_reviews_main_top .about_filter_by_reviews_main:last-child {
    border-bottom: none;
}
.about_review_main .about_filter_by .about_filter_by_reviews_flex{
    display: flex;
    gap: 10px;
}
.about_review_main .about_filter_by .about_filter_by_reviews_flex .about_section_details_icon{
    display: flex;
    /* gap: 5px; */
}
.about_review_main .about_filter_by .about_filter_by_reviews_flex .about_section_details_icon img{
    height: 10px;
    width: 12px;
}
.about_review_main .about_filter_by .about_filter_by_reviews_flex .about_section_details_icon p {
    margin-left: 10px !important;
    color: #2F353D;
    font-size: 14px;
    margin: 0;
}
.about_review_main .about_filter_by .about_filter_by_reviews_flex .about_heading_reviews h2 {
    margin: 0;
    font-size: 16px;
    padding-top: 5px;
}
.about_review_main .about_filter_by .about_section_review_name p {
    margin: 0;
    font-size: 14px;
    color: #2F353D;
    padding-top: 15px;
}
.about_review_main .about_filter_by .about_section_review_bg{
    background-color: #F2F2F2;
    padding: 20px;
    margin: 15px 0;
    border-radius: 10px;
}
.about_review_main .about_filter_by .about_section_review_bg_text p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.about_review_main .about_review_pagenation ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 0;
    margin-top: 25px;
}
.about_review_main .about_review_pagenation ul li{
    list-style-type: none;   
}
.about_review_main .about_review_pagenation ul li a{
    text-decoration: none;
    color: #2F353D;
}
.about_review_main .about_review_pagenation ul li a.active{
    font-weight: 600;
}


@media(max-width:767px){
    .about_review_main .about_row{
        flex-direction: column;
    }
}
/* **************** */
/* Review Form Css Start */
.add_new_review_form {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 1260px;
    width:80%;
    margin: auto;
    font-size: 14px;
    font-weight: 500;
    color:#2F353D;
    display:none;

    position: absolute;
    top: 100%;
    left: 50%; 
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 100;
}
.add_new_review_form .review_popup_close_icon {
    position: absolute;
    right: 20px;
    top: 3px;
    /* background-color: #F5F5F5; */
    /* color: white; */
    border-radius: 50%;
    padding: 5px 0px;
}
.add_new_review_form .form_field_label {
    display: block;
    margin: 10px 0 5px;
}
.add_new_review_form .form_field_input {
    width: 95%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.review_form_star{
    width:12px;
    height:12px;
}
.review_form_submit_button {
    background-color: #2F353D;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.add_new_review_form .form_field_input.form_field_input_textarea{
    margin-bottom:0;
}
.form_field_iformation {
    margin: 20px 0px;
}
@media(max-width:767px){
    .add_new_review_form{
        width: 90% ;
    }
}
/* Review Form Css End */