
.mySwiper{
    width: 100% !important;
}

.svd-testimonial{
    font-family: 'General Sans' !important;
position: relative;
overflow: hidden;
width: 100%;
color: #333;
text-align: left;
box-shadow: none !important;
}

.svd-testimonial h3 {
    font-family: 'General Sans' !important;
    font-weight: 600 !important;
    padding-bottom: 0px !important;
    font-size: 18px !important;
    text-transform: capitalize;
    line-height: 28px !important;color: #f0ece1 !important;
}

.svd-testimonial * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.svd-testimonial img {
max-width: 100%;
height: 100px;
width: 100px;
border-radius: 50%;
}
.svd-testimonial .block-quote {
display: block;
border-radius: 8px;
position: relative;
background-color: #fd4e3e;
padding: 25px 30px 30px 50px;
color: #f0ece1 !important;
font-size: 16px;
font-weight: 500;
min-height: 180px;
margin: 0;
line-height: 1.4em;
font-style: normal;
}
.svd-testimonial .block-quote:before,
.svd-testimonial .block-quote:after {
font-family: 'FontAwesome';
content: "\201C";
color: #f0ece1 !important;
position: absolute;
font-size: 50px;
opacity: 1;
font-style: normal;
}
.svd-testimonial .block-quote:before {
top: 25px;
left: 20px;
}
.svd-testimonial .block-quote:after {
content: "\201D";
right: 20px;
bottom: 0;
}
.svd-testimonial .arrow {
top: 100%;
width: 0;
height: 0;
left: 50%;
border-left: 0 solid transparent;
border-right: 25px solid transparent;
border-top: 25px solid #fd4e3e;
margin: 0;
position: absolute;
}
.svd-testimonial .author {
text-align: center;
margin: 0;
text-transform: uppercase;
color: #ffffff;

}
.svd-testimonial .author h5 {
color: #fd4e3e !important;
margin: 0;
font-weight: 800;
}

@media(min-width:601px){
    .svd-testimonial .author p {
    font-size: 18px !important;}
    
}

.svd-testimonial .author p {
font-weight: 400;
text-transform: none;
color: #f0ece1 !important;
}

.svd-testimonial .author-img {
text-align: center;
margin-top: 80px;
margin-bottom: 15px;
}

@media(max-width:600px)
{
    .svd-testimonial .author-img{
            margin-top: 60px !important;margin-bottom: 10px !important;
    }.svd-testimonial h3{
        font-size: 16px !important;
        line-height: 20px !important;
    }.svd-testimonial .author p, #testimonial p{
        font-size:14px !important;
    }
    
    .testimonial--bg-v1 {
    background: #f0ece1;
    background: -moz-linear-gradient(180deg, #f0ece1 77%, #fd4e3e 77%) !important;
    background: -webkit-linear-gradient(180deg, #f0ece1 77%, #fd4e3e 77%) !important;
    background: linear-gradient(180deg, #f0ece1 77%, #fd4e3e 77%) !important;
}
    
}