 .slider-bg{
    padding:60px 70px 60px;
 }
  .slider-bg video{
    display: table;
    margin: 0 auto;
  }
  .slider-bg h1{
  font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    width: 100%;
}
.testimonial-slider{
    padding-bottom: 70px;
}
.testimonial-slider .card{
   background: transparent !important;
}
.testimonial-slider .card {
    margin: 0 auto;
    border: none;
}
.testimonial-slider .card .carousel-item {
    min-height: 190px;
}
 
.testimonial-slider .card .carousel-caption .col-sm-3 {
    display: flex;
    align-items: center;
}
.testimonial-slider .card .carousel-caption .col-sm-9 {
    text-align: left;
}
.testimonial-slider .card .carousel-control-prev, .card .carousel-control-next {
    color: #3d3d3d !important;
    opacity: 1 !important;
}
.testimonial-slider .carousel-control-prev-icon, .carousel-control-next-icon {
/*    background-image: none;
    color: #fff;
    font-size: 14px;
 
    height: 32px;
    line-height: 32px;
    width: 32px;*/
}
.testimonial-slider .carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
    opacity: 0.85;
}
.testimonial-slider .carousel-control-prev {
    left: 40%;
    top: 110%;
}
.testimonial-slider .carousel-control-next {
    right: 40%;
    top: 110%;
}
.testimonial-slider .midline {
    width: 60px;
    border-top: 1px solid #d43025;
}
.testimonial-slider .carousel-caption h2 {
    font-size: 14px;
}
.testimonial-slider .carousel-caption h2 span {
    color: #cd3a54;
}
 @media (min-width: 320px) and (max-width: 575px) {
.testimonial-slider .carousel-caption {
    position: relative;
}
.testimonial-slider .card .carousel-caption {
    left: 0;
    top: 0;
    margin-bottom: 15px;
}
.testimonial-slider .card .carousel-caption img {
    margin: 0 auto;
}
.testimonial-slider .carousel-control-prev {
    left: 35%;
    top: 105%;
}
.testimonial-slider .carousel-control-next {
    right: 35%;
    top: 105%;
}
.testimonial-slider .card .carousel-caption h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.testimonial-slider .carousel-caption {
    position: relative;
}
.testimonial-slider .card .carousel-caption {
    left: 0;
    top: 0;
    margin-bottom: 15px;
}
.testimonial-slider .card .carousel-caption img {
    margin: 0 auto;
}
.testimonial-slider .card .carousel-caption h3, .card .carousel-caption small {
    text-align: center;
}
.testimonial-slider .carousel-control-prev {
    left: 35%;
    top: 105%;
}
.testimonial-slider .carousel-control-next {
    right: 35%;
    top: 105%;
}
}
@media (min-width: 767px) and (max-width: 991px) {
.testimonial-slider .card .carousel-caption h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
}

}
@media screen and (max-width:767px){
.slider-bg {
    padding: 20px 30px 80px;
}
.slider-bg video {
    margin: 0 auto 15px auto;
}
.slider-bg h1 {
    font-size: 30px;
    }
}
