.site-content{padding-left: 0px !important; padding-right: 0px !important;}
.swiper-slide .products{display:block}
.swiper-button-prev::after,.swiper-button-next::after{font-size:24px;font-weight:700}
.banner .row-2 img{width:200px}
.banner span{border-color:#4B5A6A!important}
.grid-icons i{width:120px;height:120px;font-size:40px}
.happy-customers iframe{aspect-ratio:112/63}
.connect-form-request{background-size:cover;background-position:center;background-repeat:no-repeat}
.testimonials{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:40px}
@media(max-width:1200px){
.testimonials{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:768px){
.testimonials{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:480px){
	.testimonials{grid-template-columns:repeat(1,1fr)}
	.connect-form-request{
		padding-left: 45px !important;
	}
}
.testimonials-feedback{height:150px;overflow-x:hidden;overflow-y:auto}
.testimonials-feedback::-webkit-scrollbar{width:8px}
.testimonials-feedback::-webkit-scrollbar-track{background:#F5F6F7}
.testimonials-feedback::-webkit-scrollbar-thumb{background:#888;border-radius:15px}
.testimonials-feedback::-webkit-scrollbar-thumb:hover{background:#555}
.testimonials-stars svg{fill:#FF9A53}
.testimonials-icon{position:absolute;top:25px;right:30px;transform:scale(4);opacity:.06}