.on_left{
    float: left;
    margin-bottom: 5px;
}
.carousels-pack-block{
    margin-top: 10px;
}
.carousels-pack-block .title_block{
    margin-bottom: 10px;
}
.carousels-pack, .carousels-pack-action {
    text-align: center;
    overflow: hidden;
}
.carousels-pack img{
    max-width: 100%;
}
.hi-carousels-images{
    border: 1px solid #ccc;
    margin-right: 5px;
}
.carosel_display_new_tab .title_block{
    display: none;
}
/*Category Carousel style*/
.category-infos{
    position: relative;
    margin-right: 5px;
}
.category-infos div.category-name a{
    position: absolute;
    top: 15%;
    left: 10%;
    font-size: 27px;
    color: #fff;
    margin-bottom: 12px;
}
.category-infos div.category-description{
    position: absolute;
    top: 30%;
    left: 10%;
    color: #d7d7d7;
    text-align: left;
    line-height: 15px;
    padding-top: 7px;
    max-width: 350px;
}
/*Ps 1.7 style*/
.carousels-pack .inactive_carousel .product-miniature.js-product-miniature{
    float: left;
}
/*Custom block carousel style*/
.custom_block_content {
    background: #4da178;
    position: relative;
}

.custom_block_content .owl-item.active .hi-carousels-custom-block{
    border-right: 1px solid #73b595;
}

.custom_block_content .image_block{
    float: left;
    padding-left: 18px;
    padding-top: 9px;
}

.custom_block_content .info_block{
    text-align: left;
    float: left;
    padding-left: 18px;
    width: 290px;
}

.custom_block_content .info_block h5{
    font-family: 'Nunito';
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 6px;
    margin-top: 6px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.custom_block_content .info_block p{
    font-family: 'Nunito';
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 7px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

/*Testimonial style */
.testimonial {
    /*width: 82.1%;*/
    margin: 0 auto;
}
.testimonial  .carousels-pack-action{
    overflow: visible;
}
.testimonial  .title_block{
    font-family: 'Graphik-Semibold';
    font-size: 36px;
    color: #1f2125;
    background: transparent;
    border-top: none;
    text-align: center;
    text-transform: none;
    margin: 57px 0px 54px 0px;
}

.testimonial  .image_block {
    float: left;
    width: 17%;
    margin-right: 20px;
}
.testimonial  .image_block img.people{
    max-width: 100%;
}
.testimonial  .info_block{
    float: left;
    width: 78%;
    text-align: left;
}
.testimonial  .info_block .testimonial_quote{
    font-family: 'Graphik-Light';
    font-size: 15px;
    color: #8c8c8c;
    line-height: 25px;
    margin-bottom: 16px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.testimonial  .info_block .testimonial_name .name{
    font-family: 'Graphik-Semibold';
    font-size: 15px;
    color: #1f2125;
}
.testimonial  .info_block .testimonial_name .status{
    font-family: 'Graphik-Light';
    font-size: 15px;
    color: #8c8c8c;
}
.testimonial .testimonial_rating{
    margin-bottom: 15px;
}
.testimonial .testimonial_rating img{
    display: inline-block;
    vertical-align: top;
}


/*Owl carousel style change*/
.custom_block_content .owl-item{
    padding: 23px 0px 21px 0px;
}

.testimonial .owl-nav,
.custom_block_content .owl-nav {
    /*position: absolute;
    width: 100%;
    top: 40px;*/
}

.custom_block_content .owl-nav .owl-prev,
.custom_block_content .owl-nav .owl-next {
    background: #3f5262;
    width: 26px;
    height: 50px;
}
.testimonial .owl-nav .owl-prev,
.testimonial .owl-nav .owl-prev:hover,
.testimonial .owl-nav .owl-next,
.testimonial .owl-nav .owl-next:hover{
    background: transparent;
}

.testimonial .owl-nav .owl-prev{
    float: left;
    margin: 0;
    padding: 0;
}
.testimonial .owl-nav .owl-next{
    float: right;
    margin: 0;
    padding: 0;
}

.custom_block_content .owl-nav .owl-prev{
    float: left;
    border-radius: 31px 0px 0px 31px;
    margin-left: -25px;
}
.custom_block_content .owl-nav .owl-prev img{
    padding-top: 17px;
    padding-left: 5px;
}
.custom_block_content .owl-nav .owl-next {
    float: right;
    border-radius: 0px 31px 31px 0px;
    margin-right: -25px;
}
.custom_block_content .owl-nav .owl-next img{
    padding-top: 17px;
    padding-right:5px;
}
.custom_block_content .owl-nav .owl-prev:hover,
.custom_block_content .owl-nav .owl-next:hover {
    background: #3f5262;
}
.custom_block_content .owl-carousel .owl-stage-outer,
.testimonial  .owl-carousel .owl-stage-outer {
    overflow: hidden;
}

@media(max-width: 992px){
	.testimonial .owl-nav .owl-prev{
		margin-left: -40px;
	}
	.testimonial .owl-nav .owl-next{
		margin-right: -35px;
	}
}
@media(max-width: 769px){
	.testimonial  .image_block{
		float: none;
		margin: 10px auto;
	}
	.testimonial  .info_block{
		float: none;
		width: 100%;
		text-align: center;
	}
}
@media(max-width: 500px){
	.testimonial  .title_block{
		font-size: 25px;
		margin-bottom: 15px;
	}
}
