.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    /* float: left;
    border: 5px solid #fff;
    border-radius: 20px;
    margin-left: 54px;
    margin-right: 35px; */
    margin-top: 54px;
    margin-left: 0px;
}
.testimonial-item.equal-height.style-6 {
    background-color: #eee;
    border-radius: 29px;
    margin: 10px;
}
.cell-right {
    text-align: center;
    margin-right: 80px;
    padding-top: 35px;
    padding-bottom: 20px;
}
.testimonial-name {
    font-weight: 600;
}
.testimonial-content.quote {
    padding: 17px 55px;
}
.et_right_sidebar #main-content .container1:before{
    display: none;
}
#main-content .container1 {
    padding-top: 10px;
}
i.fa.fa-quote-left {
    padding: 0px 10px;
    color: #999;
}

/* slider for index page */

.slider-wrap1 {
    position: absolute;
    /* top: 10%; */
    left: 6%;
    width: 100%;
    height: 510px;
    /* border: 1px solid rgb(0, 0, 0); */
    cursor: grab;
  }
  
  .slider1 {
    position: absolute;
    top: 35px;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: scroll;
  }
  
  .slider-inner1 {
    position: absolute;
    display: flex;
    justify-content: space-around;
    top: 47px;
    left: 0;
    width: 3886px;
    height: 100%;
    display: flex;
  }
  
  .item1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 617px;
    height: 100%;
    /* top: 11%; */
    /* background-color: rgb(205, 205, 205);
    border: 1px solid rgb(0, 0, 0); */
  }
  
  .progress-bar {
    position: absolute;
    /* bottom: -20px; */
    top: 0;
    left: 0px;
    height: 15px;
    width: 100%;
    /* border: 1px solid black; */
    border-radius: 10px;
    background-color: #000000;
  }
  
  .prog-bar-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #C4EF17;
  }
  
  /* Hide scrollbar for Chrome, Safari and Opera */
  .slider1::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .slider1 {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .faq-bg{
    background-color: #F8F8F8;
    border-radius: 30px;
  }
  