.RiserTesimonial {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.RiserTestiLeft {
    width: 35%;
    height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 5px;
}   
.RiserTestiLeft ul {
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
}
.RiserTestiLeft ul li {
    width: 100%;
    margin: 1% 0;
    background: rgba(0, 32, 77, 0.6);
    border-radius: 10px;
    padding: 20px;
}
.RiserTestiLeft ul li.RiserHasContent {
    cursor: pointer;
}
.RiserTestiLeft ul li .Testihead {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.RiserTestiLeft .TestiHeadImgTitle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.RiserTestiLeft ul li .Testihead img.ClientImage {
    width: 50px;
    max-width: 50px;
    height: 50px;
    min-height: 50px;
    border-radius: 60px;
    margin-right: 10px;
}
.RiserTestiLeft .TestiHeadImgTitle h3 {
    font-size: 18px;
    color: white;
    margin-bottom: 0px;
}
.RiserTestiLeft .TestiHeadImgTitle h3 span {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #9CA3AF;
    margin-bottom: 0px;
}
.RiserTestiLeft ul li .Testihead img.Clientlogo {
    width: 80px;
    max-width: 80px;
    height: auto;
    object-fit: contain;
}
.RiserTestiLeft .TestiComment {
    color: white;
    margin-top: 15px;
}
.RiserTestiContent {
    width: 65%;
    padding-left: 5px;
}

.RiserTesti100 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.RiserTestiMobile {
    width: 30%;
    display: flex;
    align-items: center;
}
.RiserTestiMobile img {
    cursor: pointer;
}
.RiserTestiContentTab {
    width: 70%;
    padding: 30px 30px 490px 30px;
    border-radius: 40px 40px 40px 40px;
    position: relative;
}
.RiserContentHead {
    width: 100%;
    min-height: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.RiserContentHead .RiserComment {
    width: 100%;
    font-size: 26px;
    color: white;
}
.RiserContentHead img {
    max-height: fit-content;
}
.RiserComment b.FirstComaa {
    display: inline-block;
        width: 35px;
        height: 35px;
        background: url(../images/ProcommaCom.webp) no-repeat center center #fff0;
        background-size: 70%;
}
.RiserComment b.LastComaa {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/ProcommaCom.webp) no-repeat center center #fff0;
    background-size: 70%;
    margin-bottom: -20px;
    transform: rotate(180deg);   
}
.RiserContentClient {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 0px 0px 40px 40px;
}
.RiserContentClient img {
    position: absolute;
    bottom: 0px;
    width: auto;
    height: 460px;
}
.RiserClientHead {
    position: relative;
    z-index: 9999;
    width: 100%;
    background: linear-gradient(0deg, #000000 40%, #fff0 100%);
    border-radius: 0px 0px 40px 40px;
    color: white;
    padding: 20px 40px;
    text-align: center;
}
.RiserClientHead h3 {
    color: white;
    font-size: 26px;
    margin-bottom: 0px;
}
.RiserClientHead p {
    color: white;
    font-size: 18px;
    margin-bottom: 0px;
}
#VitalogID .RiserTestiContentTab {
    background: rgb(1, 1, 1);
    background: -moz-linear-gradient(0deg, rgba(1, 1, 1, 1) 0%, rgba(10, 39, 43, 1) 15%, rgba(12, 49, 55, 1) 85%, rgba(12, 49, 55, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(1, 1, 1, 1) 0%, rgba(10, 39, 43, 1) 15%, rgba(12, 49, 55, 1) 85%, rgba(12, 49, 55, 1) 100%);
    background: linear-gradient(0deg, rgba(1, 1, 1, 1) 0%, rgba(10, 39, 43, 1) 15%, rgba(12, 49, 55, 1) 85%, rgba(12, 49, 55, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#010101", endColorstr="#0c3137", GradientType=1);
}
#procheckID .RiserTestiContentTab {
    background: #1e3070;
}
#TGSID .RiserTestiContentTab {
    background: #051035;
}
#TGSID .RiserTestiContentTab .RiserContentHead img {
    width: 300px;
    max-height: 110px;
}
.RiserTestiVideo {
    width: 100%;
    height: 100%;
    position: fixed;
    left: -120%;
    top: 0px;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-in-out;
}
.RiserTestiVideo.RunVdr {
    left: 0%;
}
.RiserTestiVideo video {
    width: 100%;
    height: 100%;
}
.RiserTestiVideo .RTVClsoe {
    display: block;
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 120px;
    border: none;
    background: url(../images/closeNav.svg) no-repeat center center black;
    background-size: 50%;
    font-size: 0px;
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 0px;
    z-index: 99999999999999;
    cursor: pointer;
}
.RiserTestiLeft ul li .ERTListPlay {
    width: 100%;
    display: none;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.RiserTestiLeft ul li .ERTListPlay a {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/PlayIconBlack.webp) no-repeat center center #fff0;
    background-size: 30px;
    border-radius: 80px;
    border: solid 1px #ffffff;
    cursor: pointer;
}
@media (max-width:1300px) {
    .RiserContentHead .RiserComment {
        font-size: 18px;
    }
    .RiserContentClient img {
        height: 350px;
    }
    .RiserTestiMobile {
        width:35%;
    }
    .RiserTestiContentTab {
        width: 65%;
        padding: 30px 30px 350px 30px;
    }
    #TGSID .RiserTestiContentTab .RiserContentHead img {
        width: 240px;
        max-height: 80px;
    }
}
@media (max-width:1024px) {
    .RiserContentClient img {
            height: 270px;
    }
    .RiserTestiContentTab {
        padding: 30px 30px 310px 30px;
    }
    .RiserTestiLeft {
        height: 74vh;
    }
    .RiserTestiLeft .TestiComment{
        font-size: 15px;
    }
    .RiserTestiLeft ul li .Testihead img {
        display: none;
    }
    .RiserTestiLeft ul li .Testihead .TestiHeadImgTitle img {
        display: block;
    }
}
@media (max-width:768px) {
    .RiserTestiContent {
        display: none;
    }

    .RiserTestiLeft {
        height: auto;
        overflow: unset;
    }
    .RiserTestiLeft {
        width: 100%;
    }
    .RiserTestiLeft ul li {
        width: 48%;
        margin: 1% 1%;
        position: relative;
    }
    .RiserTestiLeft ul li.RiserHasContent {
        padding-bottom: 80px;
    }
    .RiserTestiLeft .TestiComment {
        font-size: 18px;
    }
    .RiserTestiLeft ul li .ERTListPlay {
        display: flex;
     }
}
@media (max-width:767px) {
    .RiserTestiLeft ul li {
        width: 100%;
        margin: 1% 0%;
    }
}