/*your custom css goes here*/
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.reg-fect-box {
    width: 193px;
    height: 330px;
    background: #bd1a1a;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 60px 10px;
    /* margin-top: 50px; */
    margin-top: 100px;
}

.reg-fect-box img {
    width: 59px!important;
    height: 69px;
}

.reg-fect-box p {
    font-size: 15px;
    font-weight: bold;
    font-family: 'SF-Pro-Display-Regular', sans-serif;
    color: #FFFFFF;
    margin-top: 20px;
    line-height: 30px;
}

.testimonial-reg-fect {
    padding: 0px;
}

.reg-fect-box .owl-theme .owl-controls .owl-page span {
    background: #FF8A8D;
    width: 8px;
    height: 8px;
}

.reg-fect-box .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #FFFFFF;
}
.col-xs-12 {
    width: 100%;
}

#testimonial-slider-2 .owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0;
    background: transparent;
}

#testimonial-slider-2 .owl-theme .owl-controls .owl-buttons div {
    background: transparent !important;
    opacity: 1!important;
}

#testimonial-slider-2 .owl-prev {
    position: absolute;
    left: -83px;
    top: 145px;
    background: transparent;
    opacity: 5;
}

#testimonial-slider-2 .owl-next {
    position: absolute;
    right: -83px;
    top: 145px;
    background: transparent;
    opacity: 5;
}

#testimonial-slider-2 .owl-prev:after,
#testimonial-slider-2 .owl-next:after {
    content: url('../images/left-arrow.png');
    font-family: "Font Awesome 5 Free";
}

#testimonial-slider-2 .owl-next:after {
    content: url('../images/right-arrow.png');
}
@media screen and  (max-width:777px) {
    #testimonial-slider-2 .owl-prev {
        display: none;
    }
    
    #testimonial-slider-2 .owl-next {
        display: none;
    }
         
    .reg-fect-box {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        border-radius: 15px;
        margin-top: 20px;
        /*height: auto;*/
    }
    
    .reg-fect-box .owl-theme .owl-controls .owl-page {
        display: none;
    }   
}

