.s-custom-heading {
    padding: 35px 0;
    text-align: right;

}
.s-custom-heading-review-two{
    width: 100%;
    margin-top: 32px;
}
#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: 10px;
}
.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: 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-checkbox 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-checkbox: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;
}

@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;
    }


}