@charset "utf-8";
/* CSS Document */
@media screen and (max-width:1500px) {
.user-det {
    font-size: 16px;
    padding: 17px;
}
	.block-3 {
    margin: 20px 10px;
	}
	.testimonial {
    padding: 30px 0;
}
}
@media screen and (max-width:1300px) {
   .user-det {
    font-size: 15px;
	 line-height: 27px;
}
	.top-icon {
    padding: 6px 20px 5px;
}
	.user-bg {
    position: relative;
    height: auto;
	}
	.user-name {
    padding: 13px 0;
}
}
@media screen and (max-width:1100px) {
	.block-3 {
    width: 43%;
	}
.user-det {
    max-height: 350px;
    height: 350px;
}
}
@media screen and (max-width:991px) {
.block-3 {
    width: 47%;
}
	.user-det {
    max-height: 360px;
    height: 360px;
}
}
@media screen and (max-width:860px) {
	.user-det {
    line-height: 22px;
}

}
@media screen and (max-width:767px) {

	.block-3 {
    width: 100%;
}
	.user-det {
		height: auto;
	}
	.block-3 {
    width: 100%;
    height: 100% !important;
}
}
@media screen and (max-width:400px) {
.user-name {
    font-size: 18px;
}
	.quote {
    margin-right: 10px;
}
	.block-3 .user-det {
    font-size: 12px;
		padding: 10px;
	}
}
