/*---------------------Roots-----------------*/

:root {
    ---red: #e9413a;
    ---white: #ffffff;
    ---grey: #4a4a4a;
    ---black: #134ba1;
    --lightgrey: #858585;
    ---border:#eeeeee;
    ---yellow:#ffe127;
}

/*---------------------Roots-----------------*/






/*Feed Back*/
.review{
    margin-top: 130px;
}
.review .review-slider{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    padding: 20px 20px;
}
.review .review-slider .box{
    background-color: var(---white);
    display: flex;
    align-items: center;
    width: 530px;
    border-radius: 30px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.089);
    cursor: grab;
}
.review .review-slider .box .data{
    width: 100%;
    height: 100%;
    padding: 30px 0px;
    padding-left: 30px;
}
.review .review-slider .box .data .top{
    display: flex;
    justify-content: space-between;
}
.review .review-slider .box .data .top .image{
    display: flex;
    align-items: center;
}
.review .review-slider .box .data .top .image img{
    border-radius: 100%;
    border: 2px solid var(---white);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.089);
}
.review .review-slider .box .data .top .image .detail{
    margin-left: 10px;
}
.review .review-slider .box .data .top .image .detail h5{
    font-size: 25px;
    color: var(---black);
    font-weight: 700;
}
.review .review-slider .box .data .top .image .detail .date{
    font-size: 16px;
    color: var(---red);
    font-weight: 600;
    margin-top: 5px;
}
.review .review-slider .box .data p{
    font-size: 18px;
    line-height: 30px;
    color: var(---grey);
    font-weight: 500;
    margin-top: 20px;
}
/*Feed Back*/














/* media quries */

@media (max-width:1772px) {
    section {
        padding: 20px 100px;
    }
}
@media (max-width:1685px) {
    section {
        padding: 20px 80px;
    }
    .review .review-slider .box .data p{
        font-size: 16px;
        line-height: 40px;
        margin-top: 10px;
    }
    .review .review-slider .box .data .top .image .detail h5{
        font-size: 20px;
    }


}
@media (max-width:1590px) {
    section {
        padding: 20px 60px;
    }
    .review .review-slider .box .data .top .image .detail h5{
        font-size: 18px;
    }
    .review .review-slider .box .data .top .image .detail .date{
        font-size: 12px;
    }
    .review .review-slider .box .data #stars{
        margin-top: 15px;
        width: 170px;
    }

}

@media (max-width:1486px) {
}

@media (max-width:1390px) {
    section {
        padding: 20px 40px;
    }
    .review .review-slider .box .data{
        width: 100%;
        height: 100%;
        padding: 10px 0px;
        padding-left: 10px;
    }
    .review .review-slider .box .data .top .image img{
        width: 80px;
        height: 80px;
    }
    .review .review-slider .box {
        border-radius: 15px;
    }
    .review .review-slider .box .data .top .image .detail h5{
        font-size: 16px;
        font-weight: 700;
    }
    .review .review-slider .box .data .top .google{
        margin-right: 10px;
    }
    .review .review-slider .box .data p{
        font-size: 12px;
        line-height: 30px;
        margin-top: 10px;
    }

}

@media (max-width:1280px) {

    html{
        font-size: 80%;
    }

    section {
        padding: 20px 20px;
    }
    .review{
        margin-top: 120px;
    }
}

@media (max-width:1080px) {
    section {
        padding: 20px 15px;
    }
    .review{
        margin-top: 100px;
    }
    
}

@media (max-width:920px) {

    section {
        padding: 20px 10px;
    }
    .review{
        margin-top: 80px;
    }
}

@media (max-width:780px) {
    .review{
        margin-top: 60px;
    }
}

@media (max-width:690px) {
    .review .review-slider .box .data .top .image img{
        width: 60px;
        height: 60px;
    }
    .review .review-slider .box .data .top .image .detail h5{
        font-size: 14px;
    }
    .review .review-slider .box .data .top .google{
        margin-right: 10px;
        width: 40px;
        height: 40px;
    }
    .review .review-slider .box .data p{
        font-size: 10px;
        line-height: 25px;
    }
    .review .review-slider .box .data .top .image .detail .date{
        font-size: 10px;
    }
    .review{
        margin-top: 80px;
    }

}

@media (max-width:640px){
    .review .review-slider .box .data .top .image .detail h5{
        font-size: 25px;
    }
    .review .review-slider .box .data .top .image .detail .date{
        font-size: 16px;
        font-weight: 500;
        margin-top: 5px;
    }
    .review .review-slider .box .data p{
        font-size: 18px;
        line-height: 50px;
        font-weight: 500;
    }
    .review .review-slider .box .data .top .image img{
        width: 100px;
        height: 100px;
    }
    .review .review-slider .box .data .top .google{
        width: 80px;
        height: 80px;
    }
    .review .review-slider .box .data #stars{
        width: 230px;
    }
}

@media (max-width:550px) {
    .review{
        margin-top: 40px;
    }
}

@media (max-width:500px) {
    .review .review-slider .box .data .top .image .detail h5{
        font-size: 18px;
    }
    .review .review-slider .box .data .top .image .detail .date{
        font-size: 12px;
    }
    .review .review-slider .box .data #stars{
        margin-top: 15px;
        width: 170px;
    }
    .review .review-slider .box .data .top .image img{
        width: 80px;
        height: 80px;
    }
    .review .review-slider .box .data .top .google{
        margin-right: 10px;
        width: 60px;
        height: 60px;
    }
    .review .review-slider .box .data p{
        font-size: 16px;
        line-height: 40px;
        margin-top: 10px;
    }
}

@media (max-width:430px) {
    .review .review-slider .box .data .top .image .detail h5{
        font-size: 16px;
    }
    .review .review-slider .box .data .top .image .detail .date{
        font-size: 10px;
    }
    .review .review-slider .box .data #stars{
        margin-top: 15px;
        width: 150px;
    }
    .review .review-slider .box .data .top .google{
        margin-right: 10px;
        width: 50px;
        height: 50px;
    }
    .review .review-slider .box .data p{
        font-size: 14px;
        line-height: 40px;
    }
    .review{
        margin-top:30px;
    }
    .review .review-slider{
        margin-top: 20px;
    }

}
@media (max-width:400px) {
    .review .review-slider .box{
        padding: 15px 0px;
    }
    .review .review-slider .box .data .top .image .detail h5{
        font-size: 14px;
    }
    .review .review-slider .box .data .top .image .detail .date{
        font-size: 10px;
    }
    .review .review-slider .box .data #stars{
        margin-top: 15px;
        width: 130px;
    }
    .review .review-slider .box .data .top .google{
        margin-right: 10px;
        width: 40px;
        height: 40px;
    }
    .review .review-slider .box .data p{
        font-size: 12px;
        line-height: 20px;
    }

}
/* media quries */