

.testimonial-sec{
    margin: 50px 0;
    background: #fdb813;
    width: 100%;
    padding: 20px 0;
}

.product-info {
    /* padding: 20px 50px 0; */
    width: 82%;
    opacity: 0.6;
    margin: auto;
    text-align: center;
    cursor: pointer;
    margin-top: 50px;
    background: #fff;
    border-radius: 35px;
    padding:20px 30px;
}

.owl-item.center .product-info {
    width: 100% !important;
    /*margin: 0 -40px !important;*/
    opacity: 1 !important;
}
.testipic{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
/*    height: 100px;*/

}
/*.testipic img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto !important;
}
*/

.owl-item.center .testipic {
/*    height: 156px;*/
    position: relative;
}
/*.owl-item.center .testipic img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto !important;
}
*/
.testinfo{
    display: none;
    text-align: center;
    color: #065564;
}


.owl-item.center .testinfo{
    display: block;
}

.owl-item.center .testinfo p{
    color: #065564;
}
.owl-item.center .testinfo h6{
    color: #065564;
}
.owl-item.center .testinfo i{
    font-size: 35px;
    color: #065564;
}

.testibox {
    /* padding: 20px 50px 0; */
    width: 82%;
    margin: auto;
    text-align: center;
    cursor: pointer;
    margin-top: 50px;
    padding: 20px 0;
}
.owl-item.center .testibox {
    width: 100% !important;
    /* margin: 0 -40px !important; */
}
.testimonial-sec .owl-dots.disabled{
    display: block !important;
}
.testimonial-sec .owl-dots{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}





.find-out-sec{
    width: 100%;
    padding: 20px 0 50px;
}
.find-out-sec h2{
    font-size: 35px;
    color: #456e68;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}
.find-out-sec h2 span{
    position: relative;
    font-weight: 500;
}
.find-out-sec h2 span::after{
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 100px;
    height: 2px;
    background: #fdb813;
}
.find-out-sec .item{
    padding: 0 10px;
}
.tembox-inner{
    border: 1px solid #00a253;
    overflow: hidden;
}
.teamdesp{
    padding: 15px;
    overflow: hidden;
}
.teamdesp h3{
    font-size: 20px;
    color: #00a253;
}
.teamdesp p{
    font-size: 14px;
    color: #666;
}
.teamdesp a {
    background: #00a253;
    padding: 8px 15px;
    color: #fff;
    font-size: 14px;
    float: right;
    border-radius: 5px;
}

.find-out-sec .owl-nav.disabled {
    display: block !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin: 0;
    height: 0;
}
.find-out-sec .owl-carousel .owl-nav .owl-prev, .find-out-sec .owl-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    justify-content: center;
    background: #fdb813;
    font-size: 0px;
    display: flex;
    align-items: center;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-box-shadow: 0px 0px 33px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 33px -10px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 0px 33px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 33px -10px rgba(0, 0, 0, 0.75);
}
.find-out-sec .owl-carousel .owl-nav .owl-next {
    left: inherit;
    right: -25px;
}
.find-out-sec .owl-carousel .owl-nav .owl-prev::before {
    content: "\f177";
    font-size: 25px;
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    color: #fff;
}
.find-out-sec .owl-carousel .owl-nav .owl-next::before {
    content: "\f178";
    font-size: 25px;
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    color: #fff;
}



.benefits-sec{
    width: 100%;
    padding: 50px 0;
    background: #0672ba;
    margin-bottom:70px;
}
.benefits-sec h2{
    color: #fff;
    font-size: 35px;
}

.benefits-sec .owl-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left !important;
    margin-top: 0 !important;
}
.benefits-sec .owl-dots .owl-dot {
    padding: 0px 15px;
    position: relative;
}
.benefits-sec .owl-dots .owl-dot:first-child{
    padding-left: 0;
}
.benefits-sec .owl-dots .owl-dot::after{
    position: absolute;
    right: 0;
    top: 0;
    content: '|';
    color: #fff;
}
.benefits-sec .owl-dots .owl-dot:last-child::after{
    display: none;
}
.benefits-sec .owl-dots .owl-dot button {
    background: none;
    border: none;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 2px solid #0672ba;
    text-align: left;
    width: 100%;
}
.benefits-sec .owl-dots .owl-dot button:focus {
outline: none;
}
.benefits-sec .owl-dots .owl-dot.active button {
color: #fff;
border-bottom: 2px solid #fdb813;
}


.benefit-inner{
    margin-top: 70px;
    display: flex;
    background: #fff;
    border: 1px solid #fdb813;
    border-radius: 10px;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.benefit-pic{
    width: 50%;
}
.benefit-desp{
    width: 50%;
    padding: 20px;
}

.benefit-desp h3{
    font-size: 20px;
    font-weight: 600;
    color: #0672ba;
}
.benefit-desp p{
 /*   font-size: 14px;
    color: #666;  */
}
/*.benefit-desp ul{
    font-size: 14px;
    color: #666;
} */
/*.benefit-desp ul li{
    font-size: 14px;
    color: #666;
    margin: 5px 0;
} */


.benefits-slide .owl-nav{
    display: block !important;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    width: 100%;
    margin: 0;
    height: 0;
}
.benefits-slide .owl-carousel .owl-nav .owl-prev, .benefits-slide .owl-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    justify-content: center;
    background: #fdb813;
    font-size: 0px;
    display: flex;
    align-items: center;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-box-shadow: 0px 0px 33px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 33px -10px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 0px 33px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 33px -10px rgba(0, 0, 0, 0.75);
}
.benefits-slide .owl-carousel .owl-nav .owl-next {
    left: inherit;
    right: -30px;
}
.benefits-slide .owl-carousel .owl-nav .owl-prev::before {
    content: "\f177";
    font-size: 25px;
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    color: #fff;
}
.benefits-slide .owl-carousel .owl-nav .owl-next::before {
    content: "\f178";
    font-size: 25px;
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    color: #fff;
}









.testimonial-sec .owl-carousel-stacked {
  margin-top: 20px;
}

.testimonial-sec .owl-carousel-stacked .owl-item.center {
  transform: scale(1) !important;
/*  -webkit-box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.74);
  box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.74);*/
}

.testimonial-sec .owl-carousel-stacked .owl-item {
  transition: all 0.5s;
  transform: scale(0.7) !important;
}

.testimonial-sec .owl-carousel-stacked .left-of-center {
  transform: scale(0.7) translateX(50%) !important;
}

.testimonial-sec .owl-carousel-stacked .right-of-center {
  transform: scale(0.7) translateX(-50%) !important;
}

.testimonial-sec .owl-carousel-stacked .center {
  z-index: 2;
}

.testimonial-sec .owl-carousel-stacked .owl-carousel {
  position: relative;
}

.testimonial-sec .owl-carousel-stacked .owl-prev,
.testimonial-sec .owl-carousel-stacked .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  color: #ddd !important;
}

.testimonial-sec .owl-carousel-stacked .owl-prev {
  left: 0;
}

.testimonial-sec .owl-carousel-stacked .owl-next {
  right: 0;
}

.testimonial-sec .owl-carousel-stacked .owl-dots {
  text-align: center;
}

.testimonial-sec .owl-carousel-stacked .owl-dot {
  cursor: pointer;
  background-color: #ddd !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 10px 2px;
  border-radius: 100%;
}

.testimonial-sec .owl-carousel-stacked .owl-dot.active {
  background-color: #005e5d !important;
}

.testimonial-sec .owl-carousel-stacked .owl-stage-outer {
  padding: 25px 0;
}




/*responsive*/

  @media(max-width:767px) {

    .benefit-inner {
        display: block;
        margin-top: 90px;
    }

    .benefit-desp {
        width: 100%;
    }
    .benefit-pic {
        width: 100%;
    }
    .benefits-sec .owl-dots .owl-dot button {
    font-size: 12px;
}

.benefits-sec .owl-dots {
    text-align: center !important;
}

/*.find-out-sec .owl-carousel .owl-nav{
    display: none;
}*/
.find-out-sec .owl-carousel .owl-dots{
    display: none;
}
.testipic{
    text-align: center;
}
.testipic img{
    display: inline-block !important;
    max-width: 100%;
    width: auto !important;
}

  }