/* ---- */
.usp-sec {
        background: linear-gradient(0deg, #0080001f, transparent);
}


/* -- */

.products-sec .products:nth-of-type(even){
        background: #396d1b0d;
}
.products-sec .products  .imagepart{
    display: flex;
    justify-content: center;
    padding: 20px 0px;
    border-radius: 12px;
}
  .products-sec .product-info>li::marker{
    color: var(--green);
  }
     .products-sec .products .btn-part {
        margin-top: 30px;
         margin-left: 16px;
    }
  .products-sec .products .btn-part a {
    background: var(--green);
    color: var(--white);
  }
.products-sec .products .btn-part a{
    background: var(--green);
    color: var(--white);
}
.products-sec .products  h3{
    color: var(--green);
}

/*  */
.journey-sec{
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.journey-sec .owl-carousel .card{
    border-radius: 12px;
    overflow: hidden;
}
.journey-sec .owl-carousel .owl-nav button.owl-prev, .journey-sec .owl-carousel .owl-nav button.owl-next,
.testimonials-sec .owl-carousel .owl-nav button.owl-prev, .testimonials-sec .owl-carousel .owl-nav button.owl-next{
    background: var(--green);
    border-radius: 50%;
    padding: 0 18px !important;
    position: absolute;
    top: 33%;
}
.journey-sec .owl-carousel .owl-nav button.owl-prev span, .journey-sec .owl-carousel .owl-nav button.owl-next span,
.testimonials-sec .owl-carousel .owl-nav button.owl-prev span, .testimonials-sec .owl-carousel .owl-nav button.owl-next span{
    font-size: 30px;
    display: block;
    margin-bottom: 3px;
    color: white;
}
.journey-sec .owl-carousel .owl-nav button.owl-prev,
.testimonials-sec .owl-carousel .owl-nav button.owl-prev{
    left: -4%;

}
.journey-sec .owl-carousel .owl-nav button.owl-next,
.testimonials-sec .owl-carousel .owl-nav button.owl-next{
   right: -4%;
}
/* testimonial */
.testimonials-sec{
    padding-bottom: 60px;
    background: #4caf5024;
   
}
.testimonials-sec .item {
    position: relative;
     padding-top: 50px;
}
/* .testimonials-sec .testimonial .item{
  
} */
.testimonials-sec .testimonial .imagepart{
    position: absolute;
     top: 3%;
}
.testimonials-sec .testimonial img{
    width: 150px;
    height: 150px;
    border-radius: 14%;
    border-right: 3px solid #70b973;
    border-bottom: 3px solid #70b973;
    box-shadow: 3px 2px 8px 1px #70b973;
   
}
.testimonials-sec .testimonial .info-part{
    color: var(--white);
    background: var(--green);
    padding: 30px;
    border-radius: 12px;
}
.testimonials-sec .testimonial .info-part .name{
    text-align: center;
}
/*.testimonials-sec .testimonial .info-part .name h3{*/
/*    font-size: 44px;*/
/*}*/
.testimonials-sec .testimonial .info-part .name p{
    font-size: 18px;
}
.testimonials-sec .testimonial .info-part .info-text{
    margin-top: 40px;
    font-size: 24px;
    text-align: center;
}
.testimonials-sec .owl-carousel .owl-nav button.owl-prev, .testimonials-sec .owl-carousel .owl-nav button.owl-next{
    background: #79ac5a;
}
.testimonials-sec .owl-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.testimonials-sec .owl-dots .owl-dot{
    width: 15px;
    height: 15px;
    background: #c7eec8;
    border-radius: 50%;
    margin-right: 6px;
}

.testimonials-sec .owl-dots .owl-dot.active{
    background: #09590c;
}
@media screen and (max-width:1199px) {
    .banners .carousel-item .text {
        font-size: 50px;
    }
    .carousel-item .height-info {
        font-size: 20px;
    }
    
}
@media screen and (max-width:991px) {
 
    .products-sec .products .imagepart{
        display: block;
    }
        .journey-sec{
            padding-bottom: 30px;
        }
    .testimonials-sec .item {
        padding-top: 20px;
    }

}
@media screen and (max-width:767px) {

    .specialitynew .specialnew .info{
        padding: 6px 20px;
    }
    .specialitynew .specialnew .info h3{
        font-size: 16px;
    }
    .specialitynew {
        grid-template-columns: 1fr;
    }
    .products-sec{
    padding: 30px 0px;
}
}
@media  screen and (max-width:567px) {
  
    .testimonials-sec .testimonial img{
        width:120px;
        height: 120px;
    }
       /*  testimonials */
    .testimonials-sec .testimonial .info-part .name h3 {
        font-size: 24px;
    }
   .testimonials-sec .testimonial .info-part .info-text {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
}
    
}