
.shivay-testimonials{
    margin-bottom: 70px;
    position: relative;
    padding: 40px;
    background-image: url(../images/testimonialsimage.jpg);
    background-repeat: no-repeat;
}
@media (max-width:991px){
    .shivay-testimonials{
        margin-bottom: 30px;
    }
}
@media (max-width:543px){
    .shivay-testimonials{
        padding: 30px 20px;
    }
}
.shivay-testimonials .section-header .home-title{
    margin-bottom: 30px;
}
@media (max-width:991px){
    .shivay-testimonials .section-header .home-title{
        margin-bottom: 20px;
    }
}
.shivay-testimonials .testimonials-bg .item{
    text-align: center;
    /* padding: 35px 35px 0 35px; */
    position: relative;  
}
@media (max-width:991px){
    .shivay-testimonials .testimonials-bg .item{
        padding: 10px 0px;
    }
}
@media (max-width:543px){
    .shivay-testimonials .testimonials-bg .item{
        padding: 15px 0px;
    }
}
.shivay-testimonials .testimonials-bg .item .text{
    text-align: center;
}
.shivay-testimonials .testimonials-bg .item .text img{
    width: auto;
    margin: 0 auto 20px;
}
.shivay-testimonials .testimonials-bg .item .text .subtitle{
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    color: var(--brand-primary);
    margin-bottom: 25px;
}
@media (max-width:991px){
    .shivay-testimonials .testimonials-bg .item .text .subtitle{
        font-size: 35px;
    }
}
@media (max-width:767px){
    .shivay-testimonials .testimonials-bg .item .text .subtitle{
        font-size: 30px;
    }
}
@media (max-width:425px){
    .shivay-testimonials .testimonials-bg .item .text .subtitle{
        font-size: 25px;
    }
}
@media (max-width:375px){
    .shivay-testimonials .testimonials-bg .item .text .subtitle{
        font-size: 20px;
        margin-bottom: 10px;
    }
}
@media (max-width:350px){
    .shivay-testimonials .testimonials-bg .item .text .subtitle{
        font-size: 19px;
        line-height: 22px;
    }
}
.shivay-testimonials .testimonials-bg .item .text p{
    color: var(--brand-primary);
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
@media (max-width:767px){
    .shivay-testimonials .testimonials-bg .item .text p{
        font-size: 14px;
    }
}
@media (max-width:991px){
    .shivay-testimonials .testimonials-bg .item .text p{
        width: 100%;
    }
}
@media (max-width:543px){
    .shivay-testimonials .testimonials-bg .item .text p{
        font-size: 14px;
        margin-bottom: 20px;
        width: 95%;
    }
}
@media (max-width:375px){
    .shivay-testimonials .testimonials-bg .item .text p{
        font-size: 14px;
        margin-bottom: 15px;
    }
}

.shivay-testimonials .testimonials-bg .item .user-name{
    margin-bottom: 15px;
}
@media (max-width:991px){
    .shivay-testimonials .testimonials-bg .item .user-name{
        margin-bottom: 0px;
    }
}
.shivay-testimonials .testimonials-bg .item .user-name span{
    color: var(--brand-primary);
    font-size: 20px;
}
@media (max-width:767px){
    .shivay-testimonials .testimonials-bg .item .user-name span{
        font-size: 17px;
    }
}
@media (max-width:543px){
    .shivay-testimonials .testimonials-bg .item .user-name span{
        font-size: 17px;
       
    }
}
.shivay-testimonials .testimonials-bg .item .shivaytitle span{
    color: var(--light-color);
    font-size: 15px;
}
.shivay-testimonials #shivaytestimonials-carousel .owl-dots{
    /* margin-top: 10px; */
    text-align: center;
}
.shivay-testimonials #shivaytestimonials-carousel .owl-dots .owl-dot{
    display: inline-block;
    margin: 0 5px;
}

.shivay-testimonials #shivaytestimonials-carousel .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    border: 2px solid var(--brand-secondary);
    border-radius: 50%;
    display: block;
}
.shivay-testimonials #shivaytestimonials-carousel .owl-dots .owl-dot.active span, .shivay-testimonials #shivaytestimonials-carousel .owl-dots .owl-dot span:hover{
    background-color: var(--brand-secondary);
}








    