
.nx-get-star-rating-html {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 11px;

    a {
        color: var(--w-site-cream);
        text-transform: capitalize;
    }
}

._af-section-reviews-wrapper > .wpb_column > .vc_column-inner {
    padding: 0
}

._af-section-reviews {
    background-image: url(../img/reviews-bg.jpg);
    background-position: right 90px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: var(--w-sec-space, 2rem);
    padding-bottom: var(--w-sec-space, 2rem);
}


#singleReviewModal {
    .modal-content .modal-body .close {
        position: absolute;
        top: -30px;
        right: -10px;
        opacity: 1;
        z-index: 1;
        border-radius: 50%;
        padding: 0 !important;
        height: 25px;
        width: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        cursor: pointer;

        span {
            position: relative;
            top: -1px;
        }
    }
}

.single-review-wrapper {
    display: flex;
    flex-wrap: wrap;

    & > div {
        flex: 0 0 100%;
        width: 100%;
    }

    .singleReviewSwiper {

    }

    .review-wrapper {
        padding: 1rem;
    }

    .swiper {
        .swiper-button-next, .swiper-button-prev {
            height: 30px !important;
            width: 30px !important;
            top: 50% !important;
        }

        .swiper-button-next:after, .swiper-button-prev:after {
            font-size: 15px !important;
            color: var(--primary-color, #000);
        }

        .swiper-slide {
            max-width: max-content !important;

            img {
                max-width: 100% !important;
                height: auto !important;
            }
        }
    }

    .ww-review-detail {
        .ww-review-detail__name {
            font-weight: 600;
            font-size: clamp(1rem, 1.2vw, 18px);
            display: flex;
            align-items: center;

            .rating {
                display: inline-flex;
                background: #0f7234;
                padding: 4px 8px;
                margin-right: 10px;
                align-items: center;
                justify-content: center;
                line-height: 0;
                color: #fff;
                border-radius: 4px;
            }

            svg {
                height: 1em;
                width: 1em;
            }

            .verified-svg {
                position: relative;
                display: inline-block;
                margin-left: 8px;
                line-height: 0;
            }
        }

        .ww-review-detail__date {
            font-size: 14px;
            font-weight: 400;
            color: #737373;
        }

        .ww-review-detail__title {
            font-size: clamp(16px, 2vw, 18px);
            font-weight: 700;
        }

        .ww-review-detail__desc {
            font-size: 14px;
            margin-bottom: 0;
        }
    }


}

._af-section-reviews .custom-inline-preloader {
    margin-bottom: 15px;
    padding: 5px 0;
    display: block;
    width: 100%
}

._af-section-reviews .custom-inline-preloader p {
    margin-bottom: 0
}

._af-section-reviews .hidden {
    display: none;
}

._af-section-reviews .p_info {
    color: #2a86ff
}

._af-section-reviews .p_success {
    color: green;
}

._af-section-reviews .p_danger {
    color: red;
}

._af-section-reviews .gly-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

._af-section-reviews .not-found-text {
    justify-content: center
}

._af-section-reviews .not-found-text p {
    color: #000;
    font-weight: 600
}


._af-section-reviews .row:not(:last-child), ._af-section-reviews .head-row {
    position: relative
}

._af-section-reviews .row:not(:last-child)::after, ._af-section-reviews .head-row::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #ccc;
    bottom: 0;
    left: 0
}

._af-section-reviews .head-row > .wpb_column > .vc_column-inner {
    padding: 0
}

._af-section-reviews .head-row .vc_custom_heading {
    margin-bottom: 0
}

._af-section-reviews .head-row .rating {
    font-size: 4.375rem;
    margin-bottom: .5rem
}

._af-section-reviews .head-row .star-rating {
    color: #000;
    margin: 0 auto;
    display: block;
    font-size: 32px;
    width: 100%;
    margin-bottom: 20px
}

._af-section-reviews .head-row .star-rating::before {
    display: none
}

._af-section-reviews .head-row .based-on {
    letter-spacing: .016em;
    margin-bottom: 1.25rem
}

._af-section-reviews .buttons-row {

}


._af-section-reviews .buttons-row .wpb_wrapper {
    text-align: center
}

._af-section-reviews .buttons-row .wpb_wrapper .vc_btn3-container:first-of-type {
    margin-right: .125rem
}

._af-section-reviews .buttons-row::after {
    display: none
}

._af-section-reviews .review-ques-wrapper {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

._af-section-reviews .review-ques-wrapper .links {
    text-align: center;
    margin-bottom: .75rem
}

._af-section-reviews .review-ques-wrapper .link-wrapper {
    display: inline-block;
    padding: 0 .5rem;
    font-size: .875rem;
    font-weight: 700
}

._af-section-reviews .review-ques-wrapper .link-wrapper:not(:last-of-type) {
    padding: 0 1rem 0 0;
    border-right: 1px solid #707070
}

._af-section-reviews .review-ques-wrapper .link-wrapper a {
    color: #d70f26
}

._af-section-reviews .review-ques-wrapper .link-wrapper.active a {
    color: #000
}

._af-section-reviews .review-ques-wrapper .selector {
    text-align: center
}

._af-section-reviews .review-ques-wrapper .selector select {
    outline: none;
    border: none;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(62, 62, 62, .16);
    font-size: .625rem
}

._af-section-reviews .review-ques-wrapper .selector option {
    outline: none;
    border: none
}

._af-section-reviews .gallery-row {
    padding: 1.5rem 0
}

._af-section-reviews .gallery-row > .wpb_column > .vc_column-inner {
    padding: 0
}

._af-section-reviews .customer-gallery .heading {
    margin-bottom: 1.5rem
}

._af-section-reviews .customer-gallery .img-container {
    margin-bottom: 1.5rem
}


._af-section-reviews .img-container img {
    max-width: 100%;
    height: 25vw;
    object-fit: cover;
    object-position: center
}


._af-section-reviews .name,
._af-section-reviews .title {
    font-family: inherit;
    font-size: clamp(16px, 1.2vw, 18px);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    font-weight: 600;

    svg {
        height: 1em;
        width: 1em;
    }
}

._af-section-reviews .title {
    font-weight: 700;
    margin-bottom: 5px;
}

._af-section-reviews .stars-wrapper {
    color: var(--rw_star-color, #F6CA4C);
    font-size: 1rem;
}

._af-section-reviews .stars-wrapper .fa {
    cursor: pointer;
    color: #000
}

._af-section-reviews .stars-wrapper .fa-star {
    color: var(--rw_star-color, #F6CA4C);
}

._af-section-reviews .verified {
    display: inline-block
}

._af-section-reviews .stars-wrapper {
    display: block
}

._af-section-reviews .strong {
    font-weight: 600
}


._af-section-reviews .verified::before {
    content: url("../img/verified-icon.svg");
    margin-right: 5px
}


._af-section-reviews .review-wrapper .img-container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-bottom: 1rem;

    > img {
        height: 80px;
        width: 80px;
        object-fit: cover;
        border-radius: 4px;
        margin-right: 10px;

        &:last-child {
            margin-right: 0;
        }
    }
}

._af-section-reviews .col-left > .vc_column-inner, ._af-section-reviews .col-right > .vc_column-inner {
    padding: 0
}

._af-section-reviews .col-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: .875rem
}

._af-section-reviews .col-right {
    flex: 0 0 100%;
    max-width: 100%
}


._af-section-reviews #reviewsImagesModal .modal-content .modal-body {
    min-height: 250px;
    max-height: 500px;
    overflow-y: auto;
}

._af-section-reviews #reviewsImagesModal .modal-content .modal-body .review-images-wrapper img.img-fluid {
    height: 105px;
    object-fit: cover;
    object-position: center
}


._af-section-reviews .btn-load-more:hover, ._af-section-reviews .btn-load-more {
    color: #000
}

._af-section-reviews ._af-ques-form .similar-ques-sec {
    margin-top: 10px
}

._af-section-reviews ._af-ques-form .similar-ques-sec .similar-ques-head {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 18px;
    padding: 5px;
    font-weight: 700
}

._af-section-reviews ._af-ques-form .similar-ques-sec .question-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem
}

._af-section-reviews ._af-ques-form .similar-ques-sec .question-wrapper .ques {
    font-size: 16px;
    margin-bottom: 0px
}

._af-section-reviews ._af-ques-form .similar-ques-sec .question-wrapper .ques span {
    color: #000;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600
}

._af-section-reviews ._af-ques-form .similar-ques-sec .question-wrapper .ans-wrapper {
    margin-left: 1rem;
    padding-top: 0px;
    padding-left: 1rem
}

._af-section-reviews ._af-ques-form .similar-ques-sec .question-wrapper .ans-wrapper .date {
    margin-bottom: .5rem
}

._af-section-reviews ._af-ques-form .similar-ques-sec .question-wrapper .ans-wrapper .ans-body {
    font-size: 12px;
    line-height: 22px
}

._af-section-reviews .question-wrapper {
    letter-spacing: .016em;
    line-height: 30px;
    padding: 1.5rem 0
}

._af-section-reviews .question-wrapper .name {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: .5rem
}


._af-section-reviews .question-wrapper .verified::before {
    content: url("../img/verified-icon.svg");
    margin-right: 5px
}

._af-section-reviews .question-wrapper .ques {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.5rem
}

._af-section-reviews .question-wrapper .ans-wrapper {
    border-left: 1px solid #4abae9;
    padding: .5rem 0;
    padding-left: 1.25rem;
    margin-left: 0
}

._af-section-reviews .question-wrapper .ans-wrapper .reply-name {
    font-weight: 700;
    color: #4abae9;
    margin-bottom: .5rem
}

._af-section-reviews .question-wrapper .ans-wrapper .ans-body {
    margin-bottom: 0
}

@media (min-width: 768px) {
    ._af-section-reviews .question-wrapper .ans-wrapper {
        margin-left: 1.75rem
    }

    .single-review-wrapper {
        & > div {
            flex: 0 0 50%;
            width: 50%;
        }

        .singleReviewSwiper {
            width: 300px;
        }
    }
}

@media (min-width: 768px) {
    ._af-section-reviews .img-container {
        max-height: 128px;
        overflow: hidden
    }

    ._af-section-reviews .img-container img {
        cursor: pointer;
        height: 128px
    }

    ._af-section-reviews .col-left {
        flex: 0 0 20%
    }

    ._af-section-reviews .col-right {
        flex: 0 0 80%
    }


    ._af-section-reviews .buttons-row .wpb_wrapper .vc_btn3-container:first-of-type {
        margin-right: .5rem
    }

    ._af-section-reviews .review-ques-wrapper {
        flex-direction: row
    }

    ._af-section-reviews .review-ques-wrapper .links {
        margin-bottom: 0
    }

    ._af-section-reviews .review-ques-wrapper .link-wrapper {
        font-size: 1.375rem
    }

    ._af-section-reviews .review-ques-wrapper .selector select {
        font-size: .875rem
    }
}

@media (min-width: 1200px) {
    ._af-section-reviews .img-container {
        grid-template-columns:repeat(7, 1fr);
        max-height: 145px;
        overflow: hidden
    }

    ._af-section-reviews .img-container img {
        height: 145px
    }

}


._af-ques-form .heading, ._af-review-form .heading {
    margin-bottom: 0.5em;
}

._af-ques-form form, ._af-review-form form {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


._af-ques-form input[type=text], ._af-ques-form input[type=email], ._af-ques-form input[type=tel], ._af-ques-form textarea, ._af-review-form input[type=text], ._af-review-form input[type=email], ._af-review-form input[type=tel], ._af-review-form textarea {
    /*padding-left: 0*/
}

._af-ques-form input::placeholder, ._af-ques-form textarea::placeholder, ._af-review-form input::placeholder, ._af-review-form textarea::placeholder {
    /*color: #c2c2c2*/
}

._af-ques-form .form-group {
    flex: 0 0 100%;
    margin-bottom: 2rem
}

@media (min-width: 768px) {
    ._af-ques-form .form-group:nth-child(1), ._af-ques-form .form-group:nth-child(2) {
        flex: 0 0 48%
    }

    ._af-ques-form .form-group:nth-child(3) {
        flex: 0 0 100%
    }

    ._af-ques-form .form-group:not(:last-of-type) {
        margin-bottom: 2rem
    }
}

._af-review-form form {
    max-width: 100%
}

._af-review-form .left-form {
    max-width: 1020px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

._af-review-form .upload-file-wrapper {
    position: relative;
    /*border-bottom: thin solid #d1cece*/
}

._af-review-form .upload-file-wrapper::before {
    content: "2 mb maximum";
    position: absolute;
    top: 0;
    left: 0;
    color: #c2c2c2;
    font-size: .875rem
}

._af-review-form .upload-file-btn {
    border: none;
    outline: none;
    color: #fff;
    position: absolute;
    top: 0;
    right: 16px;
    padding: 0 1rem !important;
    border-radius: 5px
}

._af-review-form .upload-file-wrapper input[type=file] {
    opacity: 0
}

._af-review-form .left-form .form-group {
    flex: 0 0 100%
}

._af-review-form .left-form .form-group:nth-of-type(4) {
    padding-bottom: 3rem;
    border-bottom: 1px solid #e5e5e5
}

@media (min-width: 768px) {
    ._af-review-form .left-form .form-group {
        flex: 0 0 48%;
        margin-bottom: 3rem
    }
}

._af-review-form .select-wrap {
    display: flex
}

._af-review-form .select-wrap .inner-wrap {
    flex: 0 0 40%;
    position: relative;
    margin-right: 3.5rem
}

@media (min-width: 768px) {
    ._af-review-form .select-wrap .inner-wrap {
        flex: 0 0 30%
    }
}

@media (min-width: 992px) {
    ._af-review-form .select-wrap .inner-wrap {
        flex: 0 0 20%
    }
}

._af-review-form .select-wrap .inner-wrap::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 8px;
    background-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-chevron-down" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path stroke-width="4" fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/> </svg>');
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    width: 12px
}

._af-review-form .select-wrap select {
    border: none;
    outline: none;
    appearance: none
}

@media (min-width: 576px) {
    ._af-review-form .select-wrap select {
        padding: 0
    }
}

@media (max-width: 575px) {
    .nx-reviews-entry-row > div {
        width: 100% !important;

        button {
            width: 100%;
        }
    }
}

._af-review-form .cb-wrapper {
    display: flex;
    flex-wrap: wrap
}

._af-review-form .cs-cb-group {
    display: inline-block;
    letter-spacing: normal;
    flex: 0 0 50%
}

@media (min-width: 768px) {
    ._af-review-form .cs-cb-group {
        flex: unset;
        margin-right: 1rem
    }
}

@media (min-width: 1200px) {
    ._af-review-form .cs-cb-group {
        flex: unset;
        flex: max-content
    }
}

._af-review-form .form-group {
    width: 100%
}

@media (min-width: 576px) {
    ._af-review-form .form-group {
        width: 48%
    }
}

._af-review-form .form-group.review-desc {
    width: 100%
}

._af-review-form .form-group textarea {
    width: 100%
}

/*# sourceMappingURL=nexgi-review-public.css.map */
