/* ebook-content newly added - mar-03 */
.rhs-cont .ebook .flex {
    display: flex;
}
.rhs-cont .ebook .flex .thumbnail {
    position: relative;
    box-shadow: 0 0 5px #0004;
    border-radius: 8px;
    margin: 30px 15px;
    max-width: 200px;
    transition: all ease 350ms;
    overflow: hidden;
}
.rhs-cont .ebook .flex .thumbnail:hover {
    box-shadow: 0 0 15px #00000038;
    transform: scale(1.1);
}
.rhs-cont .ebook .flex .thumbnail .img-wrap {
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.rhs-cont .ebook .flex .thumbnail p{
   padding: 15px;
   line-height: 24px;
}
.rhs-cont .ebook .flex .thumbnail a {
    position: absolute;
    color: transparent;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

 .flex.testimonial {
    display: flex;
    border-radius: 15px;
    min-height: 300px;
    align-items: center;
    background-color: #e5f6ff ;
}

.flex.testimonial .caption {
    margin: 0 45px;
    width: 65%;
}
.flex.testimonial .flex{
    display: flex;
    align-items: center;
    min-height: auto;
}
.flex.testimonial .flex img{
    width: 70px;
    max-width: 60%;
    margin: 0 10px 0px 0;
    border: 2px solid #fff;
    border-radius: 50%;
}
.flex.testimonial .flex strong{
    font-size: 18px;
    display: block;
    font-weight: 600;
}
.flex.testimonial .clip {
    width: 35%;
}

.flex.testimonial .caption h2 {
    position: relative;
    margin: 25px 30px 0px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    border: none;
}
.flex.testimonial .caption h2:after{
    display: none;
}

.flex.testimonial .caption a {
    display: block;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    color: #000;
    background-color: #ffd40e;
    max-width: 200px;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 30px;
}
.flex.testimonial .caption:first-child{
    margin-right: 0;
}
.flex.testimonial .caption:last-child{
    border-left: 1px dotted #0002;
    padding-left: 50px;
}

.flex.testimonial .caption h2:before, .flex.testimonial .caption h2 span:after{
    content: '';
    background-size: contain;
    height: 25px;
    width: 25px;
    position: absolute;
    background-image: url('/manageengine/ems/images/icon/quote-icon-1.svg');
    background-repeat: no-repeat;
    left: -35px;
    top: -9px;
}
.flex.testimonial .caption h2 span:after{
    bottom: -3px;
    right: -34px;
    left: auto;
    top: auto;
    transform: rotate(180deg);
}
.flex.testimonial .caption h2 span{
    position: relative;
    font-size: 16px;
}
.flex.testimonial .caption .flex span p{
    line-height: 0;
}
.flex.testimonial .caption h2:after{
    display: none;
}
/* end of ebook*/