.s-custom-heading {
    padding: 35px 0;
    text-align: right;

}
.s-custom-heading-review-two{
    width: 100%;
    /*margin-top: 65px;*/
}
#review-two-all h2.new-heading-small {
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    color: #fff;
    margin: 0 ;
}
.s-custom-heading-review-twos {
    padding: 20px 0;
}
.new-heading-big-v2{
    font-size: 63px;
    font-weight: 800;
    line-height: 100%;
    text-align: start;
    background:  linear-gradient(270deg, #E3B407 0%, #FFEECB 81.98%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 ;
}
.new-heading-small-v2{
    font-size: 27px;
    font-weight: 300;
    line-height: 100%;
    text-align: start;
    color: #fff;
    margin: 0 ;
}
.review-two-info_rating{
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-top: 10px;
}

.review-two-button-box{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: end;
    margin-right: 7px;
}
.review-two-button-box button{
    border: 1px solid #4A5565;
    background: #10182880;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    padding: 9px 17px;
    transition: all 0.3s ease;
    color: #D1D5DC;
    border-radius: 10px;
    cursor: pointer;
}
.review-two-button-box .active{
    border: 1px solid #F0B100;
    background: #F0B100;
    color: #101828;
}
.review-two-button-box button:hover{
    border: 1px solid #F0B100;
    background: #F0B100;
    color: #101828;
}


.review-two-custom-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    color: #fff;
}

.review-two-custom-checkbox input {
    display: none;
}

.review-two-checkmark {
    width: 24px;
    height: 25px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    background-color: #101828;
    transition: all 0.2s ease;
    position: relative;
    flex-shrink: 0;
}

/* CHECKMARK */
.review-two-checkmark::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #12B76A;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.review-two-custom-checkbox input:checked + .review-two-checkmark {
    border-color: #12B76A;
}

.review-two-custom-checkbox input:checked + .review-two-checkmark::after {
    opacity: 1;
}

.review-two-custom-checkbox:hover .review-two-checkmark {
    border-color: #D9D9D9;
}




.review-two-custom-checkbox-three {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    color: #fff;
}

.review-two-custom-checkbox-three input {
    display: none;
}

.review-two-custom-checkbox-three input:checked + .review-two-checkmark {
    border-color: #12B76A;
}

.review-two-custom-checkbox-three input:checked + .review-two-checkmark::after {
    opacity: 1;
}

.review-two-custom-checkbox-three:hover .review-two-checkmark {
    border-color: #D9D9D9;
}



.review-two-custom-checkbox2 {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    color: #fff;
}
.review-two-custom-checkbox2 img {
    width: 36px;
    height: 31px;
}

.review-two-custom-checkbox2 input {
    display: none;
}

.review-two-checkmark {
    width: 25px;
    height: 25px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    background-color: #101828;
    transition: all 0.2s ease;
    position: relative;
    flex-shrink: 0;
}

.review-two-custom-checkbox2 input:checked + .review-two-checkmark {
    border-color: transparent;
    background-color: transparent;
    background-image: url("../../assets/img/greenCheck.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px 25px;
}

.review-two-custom-checkbox2:hover .review-two-checkmark {
    border-color: #D9D9D9;
}

.review-two-label-text {
    white-space: nowrap;
}
.review-two-checkbox{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-top: 22px;
}
.review-two-all__wrapper {
    padding-top: 19px;
    padding-left: 50px;
    padding-right: 50px;
}
.reviews-two-top-row{
    position: relative;
    z-index: 2;
}
.review-two-label-text{
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0px;
}
.section.s-review-two{
    position: relative;
    z-index: 3;
}
.reviews-two-top-row .hide-744{
    display: flex;
    align-items: center;
}
@media (max-width: 1199px) {
    .s-custom-heading {
        padding: 15px 0;
    }
    #review-two-all h2.new-heading-small {
        font-size: 21px;
        line-height: 25px;
    }
    #review-two-all .new-heading-big {
        font-size: 51px;
        line-height: 60px;
    }
}
@media (max-width: 743px) {
    #review-two-all h2.new-heading-small {
        font-size: 14px;
        line-height: 17px;
        text-align: center;
    }
    #review-two-all .new-heading-big {
        font-size: 33px;
        line-height: 40px;
        text-align: center;
    }
    .s-custom-heading-reviews {
        padding: 0 0 20px 0;
    }
}
@media screen and (max-width: 1024px) {
    .reviews-two-top-row{
        flex-direction: column !important;
    }
    .reviews-two-top-row .hide-743{
        display: none;
    }
    .new-heading-big-v2{
        text-align: center;
    }
    .new-heading-small-v2{
        text-align: center;
    }
    .review-two-info_rating{
        justify-content: center;
    }
    .review-two-button-box{
        justify-content: center;
    }
    .review-two-all__wrapper {
        padding-top: 19px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .new-heading-big-v2{
        font-size: 60px;
    }
    .new-heading-small-v2{
        font-size: 24px;
    }
    .review-two-info_rating .oh-reviews-info-average__txt{
        font-size: 19px;
    }
    .review-two-info_rating .oh-reviews-info-total-text{
        font-size: 20px;
    }
    .review-two-info_rating .oh-reviews-info-total-desc{
        font-size: 20px;
    }
    .review-two-checkbox{
        margin-top: 19px;
    }
    .section.s-review-two .container{
        padding: 0 !important;
    }
    #review-two-all{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media screen and (max-width: 743px) {
    .new-heading-big-v2{
        font-size: 43px;
    }
    .new-heading-small-v2{
        font-size: 17px;
        margin-top: 2px;
    }
    .review-two-info_rating{
        gap: 8px;
    }
    .review-two-info_rating .oh-reviews-info-average__txt{
        font-size: 12px;
    }
    .review-two-info_rating .oh-reviews-info-total-text{
        font-size: 13px;
    }
    .review-two-info_rating .oh-reviews-info-total-desc{
        font-size: 13px;
    }
    .section.s-custom-heading-review-two{
        display: flex;
        flex-direction: column;
    }
    .review-two-button-box{
        order: 1;
        margin-top: 17px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px 30px;
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }
    .review-two-checkbox{
        margin-top: 9px;
    }
    .review-two-label-text{
        font-size: 16px;
    }
    .review-two-checkmark {
        width: 20px;
        height: 20px;
    }
    .review-two-checkmark:after{
        top: 1px;
        width: 4px;
    }
    .review-two-custom-checkbox2 img{
        width: 16px;
        height: 16px;
    }
    .review-two-button-box button{
        font-size: 14px;
        line-height: 18px;
        padding: 8px 17px;
    }
    .review-two-all__wrapper{
        padding-top: 0;
    }
    .review-two-comments-top-icon img{
        width: 40px;
        height: 40px;
    }
    .review-two-comments-top-icon{
        margin-left: 10px;
    }
    .review-two-comments-top-user_name{
        font-size: 14px;
        line-height: 20px;
    }
    .review-two-comments-top-user_green{
        font-size: 10px;
        line-height: 18px;
        gap: 4px;
    }
    .review-two-comments-top-user_green img{
        height: 13px;
        width: 13px;
    }
    .review-two-comments-top-date{
        position: relative;
        top: -2px;
    }
    .review-two-comments-top-rating-value{
        gap: 8px;
    }
    .review-two-comments-text{
        margin-top: -4px;
        margin-bottom: 0px;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
    }
    .review-two-list {
        min-height: 585px;
    }
    .review-two-more-btn{
        max-width: 262px;
        margin-top: 20px;
        padding: 12px 20px 10px;
    }
    .bg-mandalav2{
        padding-bottom: 20px !important;
    }
}

.review-two-info_rating_desc{
    font-weight: 300;
    font-size: 27px;
    line-height: 100%;
    text-align: center;
    margin-top: 5px;
    color: #FFFFFF;
}
.review-two-info_rating_pop{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
}
.review-two-info_rating_pop .oh-reviews-info{
    display: flex;
    flex-direction: row-reverse;
}

.review-two-button-box-pop{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    margin-right: 3px;
}
.review-two-button-box-pop button{
    border: 1px solid #4A5565;
    background: #10182880;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    padding: 9px 17px;
    transition: all 0.3s ease;
    color: #D1D5DC;
    border-radius: 10px;
    cursor: pointer;
}
.review-two-button-box-pop .active{
    border: 1px solid #F0B100;
    background: #F0B100;
    color: #101828;
}
.review-two-button-box-pop button:hover{
    border: 1px solid #F0B100;
    background: #F0B100;
    color: #101828;
}
.review-two-checkbox-pop{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-top: 19px;
}

@media (max-width: 768px){
    .review-two-info_rating_desc{
        font-weight: 400;
        font-size: 17px ;
        line-height: 24px ;
        text-align: center;
        margin-top: 3px;
    }
    .review-two-info_rating_pop .oh-reviews-info-average__txt{
        font-size: 12px;
    }
    .review-two-info_rating_pop .oh-reviews-info-total-text{
        font-size: 13px;
    }
    .review-two-info_rating_pop .oh-reviews-info-total-desc{
        font-size: 13px;
    }
    .review-two-info_rating_pop .oh-reviews-info-average{
        width: auto;
    }
    .review-two-info_rating_pop .oh-reviews-info{
        gap: 8px;
    }
    .review-two-info_rating_pop .heart-rating{
        align-items: center;
    }
    .review-two-info_rating_pop  .oh-reviews-info-total-text{
        margin-left: 4px;
        margin-right: 5px;
    }
    .review-two-info_rating_pop{
        margin-top: 3px;
    }
    .review-two-button-box-pop{
        order: 1;
        margin-top: 17px;
        /*display: grid;*/
        grid-template-columns: 1fr 1fr;
        gap: 15px 30px;
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
        display: none;
    }
    .review-two-button-box-pop button{
        font-size: 14px;
        line-height: 18px;
        padding: 8px 17px;
    }
    .review-two-checkbox-pop{
        margin-top: 6px;
        gap: 10px;
    }
    .review-two-custom-checkbox-three{
        gap: 3px;
    }
    .review-two-info_rating_pop .review-two-custom-checkbox2 span{
        color: #05DF72;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
    .review-two-info_rating_pop .review-two-custom-checkbox2 img{
        width: 16px;
        height: 16px;
    }
    #review-two-all-2{
        padding: 0 14px;
    }
}