.mobile-bg{
         background-image: url("../images/testimonial-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
}

.swiper-container {
        width: 100%;
       height:72vh;
      
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.swiper-pagination-bullet-active{
  background-color:#fff;
}


.color-3{
  background-color:#9C27B0;
}
.color-4{
  background-color:#673AB7;
}
.color-5{
  background-color:#3F51B5;
}
.color-6{
  background-color:#2196F3;
}

.mt-7{
  margin-top: 7rem;
} 

.mobile-heading{
  line-height: 31px;
}
.mobileservice-content{
  line-height: 34px;
}