<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.popular_product_area{
	padding: 10px 0 100px;
	border-top: 1px solid #eaecee;
	background: rgba(0, 0, 0, 0.03);
}
.products_outer{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.product_item{
	padding: 0 10px;
	width: 20%;
	margin: 45px 0 0;
}
.prodct_pic{
	height: 250px;
	width: 250px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	border: 2px solid transparent;
	overflow: hidden;
	transition: 0.3s;
}
.prodct_pic:hover{
	border-color: #ed6327;
}
.prodct_pic img{
	max-width: 125px;
	height: 80%;
    object-fit: contain;
}
.prdct_text h5{
	margin: 0;
	font-size: 18px;
	color: #181818;
	font-weight: 500;
}
.prdct_text {
    text-align: center;
}


.product_hdng h2{
	font-size: 35px;
	color: #252527;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin-top: 20px;
}
.product_hdng p{
	font-size: 19px;
	color: #252527;
	opacity: 0.82;
	margin: 0;
	text-transform: uppercase;
}

.customer_rvwArea{
	padding: 45px 0 60px;
	background-color: #f6f7f9;
}

.rvw_hdng h2{
	font-size: 35px;
	color: #252527;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
}
.rvw_hdng{
	margin-bottom: 35px;
}
.rvw_bx{
	background-color: #fff;
	padding: 40px 25px 25px;
}
.rvw_txt{
	margin: 0 0 20px;
}
.rvw_txt p{
	position: relative;
	font-size: 15px;
	color: #070707;
	line-height: 24px;
	margin: 0;
}
.rvw_txt p:after{
	position: absolute;
	content: "";
	width: 65px;
	height: 45px;
	background: url(/webparts/img/koma.png) no-repeat center;
	left: 0;
	top: -20px;
}
.rvw_outer{
	display: flex;
	align-items: center;
}
.cstmr_pic{
	height: 70px;
	width: 70px;
	min-width: 70px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #fff;
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
	margin: 0;
}

.cstmr_pic img{
	width: 100%;
	height: 100%;
}
.cstmr_details{
	padding-left: 20px;
	margin: 0;
}
.cstmr_details h5{
	margin: 0 0 10px;
	color: #070707;
	font-size: 15px;
	font-weight: 500;
}
.cstmr_details span{
	display: block;
}

.customer_slideOuter{
	padding: 0 30px;
}
.custmr_rvwItem{
	padding: 0;
	outline: none;
	margin: 0 12px;
}
.customer_slideOuter .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	font-size: 0;
	border: 0;
	outline: none;
}
.customer_slideOuter .slick-arrow:after{
	position: absolute;
	font-size: 28px;
	color: #7b7b7c;
	line-height: 100%;
	top: -15px;
}
.customer_slideOuter .slick-prev:after{
	font-family: FontAwesome;
  	content: "\f104";
}
.customer_slideOuter .slick-next:after{
	font-family: FontAwesome;
  	content: "\f105";
}
.customer_slideOuter .slick-arrow:hover:after{
	color: #000;
}

.customer_slideOuter .slick-arrow{
		left: inherit;
	} 
.customer_slideOuter .slick-prev{
	left: -20px;
}
.customer_slideOuter .slick-next{
	right: -10px;
}

.trust_area{
	padding: 50px 0;
}
.trst_hdng h4{
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 18px;
	color: #4c4c4d;
}
.truct_outer{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.trust_iconitem{
	height:66px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0;
	padding: 0px 32px;
	transition: 0.5s;
}
.trust_iconitem a{
	display: block;
}
/*.trust_iconitem a img{
	max-width: 150px;
}
*/



.product_item:nth-child(7) img{
	position: relative;
	left: 5%;
	max-width: 65%;
}
.product_item:nth-child(2) .prodct_pic img {
    max-width: 75%;
}
.product_item:nth-child(3) .prodct_pic img {
    max-width: 65%;
}
/*------desktop-end--------------*/
/*==================Responsive=================================*/

@media(max-width: 1365px){
	.custmr_rvwItem{
		max-width: 100%;
	}
	.prodct_pic {
	    height: 190px;
	    width: 190px;
	}
}
@media(max-width: 1199px){
	.product_item{
		width: 25%;
	}
	.prdct_text h5{
		font-size: 15px;
	}
	
	.trust_area {
    padding: 35px 0;
}
/*.trust_iconitem{
	height: 90px;
}*/
.rvw_txt p{
	font-size: 13px;
	line-height: 20px;
}
.popular_product_area {
    padding: 20px 0 50px;
}
}

@media(max-width: 991px){
	.product_item {
    width: 33.33%;
}
.truct_outer{
	justify-content: center;
}
.trust_iconitem{
	padding: 0 15px;
}
.prodct_pic{
	overflow: hidden;
}
.product_item:nth-child(4) .prodct_pic img{
	width: 18%;
}
}

@media(max-width: 767px){
	.prodct_pic {
    height: 155px;
    width: 155px;
    overflow: hidden;
}
.product_hdng h2, .rvw_hdng h2{font-size: 17px;}
.product_hdng p{font-size: 12px;}
/*.trust_iconitem {
    width: 33.33%;
}*/
.custmr_rvwItem{
	padding: 0;
}
.customer_slideOuter .slick-prev {
    left: -30px;
}
.customer_slideOuter .slick-next {
    right: -23px;
}
.prodct_pic img {
    max-width: 48%;
}
}

@media(max-width: 568px){
.product_item {
    width: 50%;
    margin-top: 25px;
}

}
@media(max-width: 480px){}

@media(max-width: 420px){
	.rvw_bx {
    	padding: 20px 15px 15px;
	}
.rvw_txt p:after{
	height: 40px;
	width: 40px;
	background-size: 38px;
}
.prodct_pic {
    height: 125px;
    width: 125px;
}
.customer_rvwArea {
    padding: 30px 0;
}
.cstmr_pic {
    height: 50px;
    width: 50px;
    min-width: 50px;
    }
    .cstmr_details {
    padding-left: 10px;
}
.trust_iconitem {
    width: 50%;
    height: 55px;
}
.rvw_hdng {
    margin-bottom: 10px;
}
.prdct_text h5 {
    font-size: 13px;
}
.customer_slideOuter {
    padding: 0 10px;
}
.customer_slideOuter .slick-prev {
    left: -15px;
}
.customer_slideOuter .slick-next {
    right: -8px;
}
}</pre></body></html>