*{
    margin: 0;
    padding: 0;
}

.slider_by_suva{
    justify-items: center;
    background-color: rgb(243, 255, 251);
    padding-top: 20px;
}
.slider_by_suva .heading{
    width: auto;
    font-size: 3vw;
    font-weight: 800;
    gap: 12px;
}
.slider_by_suva .heading span{
    color: #076494;
}

.suva_review{
    width: 100%;
    height: auto;
    padding-top: 40px;
    margin: 40px 0;
    font-family:sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
a{
    text-decoration: none;
}
.suva_review .review_box{
    height:300px;
    width: 400px;
    margin-bottom: 40px;
    align-content: end;
    justify-items: end;
    position: relative;
    
}
.suva_review .review_box .center{
    height: auto;
    padding-top: 77px;
    width: 90%;
    padding-bottom: 15px;
    z-index: 6;
    position: absolute;
    bottom: 0;
    right: 0;
    align-content: end;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.suva_review .review_box .top{
    height: 72px;
    width: 50%;
    top: 11%;
    left: 0;
    padding-left: 15px;
    z-index: 7;
    align-content: center;
    position: absolute;
    border-radius: 0px 26px 0px 0px;
    background-image: linear-gradient(#023262, #12c3f2);
}
.suva_review .review_box .top h4{
    color: #fff;
    font-size: 18px;
    margin:6px 0 0 0;
}
.suva_review .review_box .top p{
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}
.suva_review .review_box .top h6{
    width: 80%;
    height: auto;
    color: #021420;
    text-align: end;
    font-size: 10px;
    margin-top: -6px;
    gap: 10px;
}
.suva_review .review_box .top h6 i{
    color:white;
}
.suva_review .review_box .rotate{
    height: 61px;
    width: 45%;
    top: 44%;
    left: -3.6%;
    border-radius: 1px;
    rotate: 56deg;
    position: absolute;
    z-index:1;
    background: linear-gradient(#023262, #12c3f2);
}
.suva_review .review_box .circle{
    height: 130px;
    width: 130px;
    border-radius: 50%;
    top:-10px;
    right: -4%;
    z-index: 10;
    overflow: hidden;
    position: absolute;
    border: 10px solid #fff;
}
.suva_review .review_box .circle img{
    width: 100%;
    height: 100%;
}
.suva_review .review_box .center .text_box{
    height: 65%;
    width: 100%;
    justify-items: center;
}
.suva_review .review_box .center .text_box h4{
    color: rgb(3 117 155);
    font-size: 18px;
    font-weight: 900;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.suva_review .review_box .center .text_box h6{
    color:  rgb(0 70 85);
    font-size: 14px;
    font-weight: 700;
    opacity: 1;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 6px;

}
.suva_review .review_box .center .text_box p{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    width: 93%;
    text-align: justify;
    /* font-family: var(--font-family); */
    color: #2c2c2ce0;
    margin: 0;
}

@media (max-width:1319px) {
    .suva_review{
        width: 70%;
    }
}
@media (max-width:1000px) {
    .suva_review{
        width: 720px;
    }
}
@media (max-width:720px) {
    .suva_review{
        width:100%;
    }
    .suva_review .review_box .center{
        min-height: 70%;
    }
    .suva_review .review_box .center .text_box p{
        margin-bottom: 6px;
    }
    .suva_review .review_box .center .text_box{
        min-height: 65%;
    }
    .suva_review .review_box{
        min-height: 300px;
    }
    .slider_by_suva .heading{
        font-size: 4.5vw;
    }
    .slider_by_suva .heading .sub{
  left:28%;
    }
}
@media (max-width:450px) {
    .suva_review .review_box {
        width:300px;
    }
    .suva_review .review_box .rotate{
        left: -1.6%;
        top: 25%;
    }
    .suva_review .review_box .top {
        top: -2%;
    }
    .suva_review .review_box .top h4{
        margin-bottom: 5px;
        font-size: 16px;
    }
    .suva_review .review_box .circle{
        top: -30px;
    }
}