.hidden-fields {
    display: none;
}

.quick-testimonial .owl-dots {
	text-align: center;
	margin-top: 10px;
}
.quick-testimonial .owl-dots .owl-dot {
	display: inline-block;
}
.quick-testimonial .owl-dots .owl-dot span {
    width: 10px;
    height: 6px;
    margin: 0 5px;
    background: #D4D4FF;
    display: inline-block;
    border-radius: 3px;
}
.quick-testimonial .owl-dots .owl-dot.active span {
	width: 20px;
	background: #f21e4e;
}
.quick-testimonial .owl-nav .owl-prev,
.quick-testimonial .owl-nav .owl-next {
	border-radius: 50%;
    font-size: 16px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #f21e4e;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.quick-testimonial .owl-nav .owl-next {
	left: auto;
    right: 0;
}
.quick-testimonial .owl-nav .owl-prev:hover, 
.quick-testimonial .owl-nav .owl-next:hover {
    background: #353353;
}
.quick-testimonial .testimonial-item .testimonial-rating {
    color: #bebebe;
    font-size: 14px;
}
.quick-testimonial .testimonial-item .testimonial-rating i {
    margin-right: 2px;
    color: #fec42d;
}
.quick-testimonial .testimonial-item .testimonial-rating i:last-child {
	margin-right: 0;
}
.quick-testimonial.items .testimonial-slider {
	margin: -20px -15px 0 -15px;
	width: auto;
}
.quick-testimonial.items .testimonial-item-wrap {
	padding: 20px 15px;
}
.quick-testimonial.items .testimonial-item {
	position: relative;
}

/* Style 1 */
.quick-testimonial.style-1 .testimonial-item {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.quick-testimonial.style-1 .testimonial-item .testimonial-image {
    border-radius: 50%;
    overflow: hidden;
    width: 90px;
    height: 90px;
    margin: 0 auto 16px auto;
}
.quick-testimonial.style-1 .testimonial-item .testimonial-name {
	font-size: 18px;
	color: #454360;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 3px;
}
.quick-testimonial.style-1 .testimonial-item .testimonial-job {
	color: #8b88b1;
    font-size: 15px;
    margin-bottom: 3px;
}
.quick-testimonial.style-1 .testimonial-item .testimonial-content {
	position: relative;
    border-radius: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
    box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
    padding: 25px;
    margin-top: 24px;
    color: #6a7c92;
}
.quick-testimonial.style-1 .testimonial-item .testimonial-content:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    position: absolute;
    left: 50%;
    top: -10px;
    -webkit-transform: translateX(-7.5px);
    -ms-transform: translateX(-7.5px);
    transform: translateX(-7.5px);
}

/* Style 2 */
.quick-testimonial.style-2 .testimonial-item {
	width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.quick-testimonial.style-2 .testimonial-item .testimonial-icon i {
	line-height: 1;
    margin-bottom: 25px;
    color: #f21e4e;
    display: block;
    font-size: 45px;
}
.quick-testimonial.style-2 .testimonial-item .testimonial-content {
	color: #5e5c7f;
	font-size: 20px;
}
.quick-testimonial.style-2 .testimonial-item .testimonial-title {
    margin-top: 30px;
    text-align: start;
   	align-items: center;
    justify-content: center;
    display: flex;
}
.quick-testimonial.style-2 .testimonial-item .testimonial-title .testimonial-title-left .testimonial-image {
    border-radius: 50%;
    overflow: hidden;
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
.quick-testimonial.style-2 .testimonial-item .testimonial-title .testimonial-title-right .testimonial-name {
	font-size: 18px;
    color: #f21e4e;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 3px;
}
.quick-testimonial.style-2 .testimonial-item .testimonial-title .testimonial-title-right .testimonial-job {
	color: #8b88b1;
    font-size: 15px;
}
.quick-testimonial.style-2 .testimonial-item .testimonial-title .testimonial-title-right .testimonial-rating {
	margin-top: 2px;
}

/* Style 3 */
.quick-testimonial.style-3 .testimonial-item {
	border-radius: 15px;
    background: #fff;
    padding: 30px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
    box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
}
.quick-testimonial.style-3 .testimonial-item .testimonial-title {
   	align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.quick-testimonial.style-3 .testimonial-item .testimonial-title .testimonial-title-left .testimonial-image {
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
    margin-right: 15px;
}
.quick-testimonial.style-3 .testimonial-item .testimonial-title .testimonial-title-right {
	text-align: left;
}
.quick-testimonial.style-3 .testimonial-item .testimonial-title .testimonial-title-right .testimonial-name {
	font-size: 16px;
    color: #454360;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 3px;
}
.quick-testimonial.style-3 .testimonial-item .testimonial-title .testimonial-title-right .testimonial-job {
	color: #8b88b1;
    font-size: 14px;
    margin-bottom: 2px;
}
.quick-testimonial.style-3 .testimonial-item .testimonial-content {
	color: #6a7c92;
}

/* Style 4 */
.quick-testimonial.style-4 .testimonial-item {
	border-radius: 15px;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
    box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
}
.quick-testimonial.style-4 .testimonial-item .testimonial-title {
   	align-items: center;
    display: flex;
    margin-bottom: 20px;
    padding-right: 90px;
}
.quick-testimonial.style-4 .testimonial-item .testimonial-rating {
    position: absolute;
    right: 40px;
    top: 40px;
}
.quick-testimonial.style-4 .testimonial-item .testimonial-title .testimonial-title-left .testimonial-image {
    border-radius: 50%;
    overflow: hidden;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.quick-testimonial.style-4 .testimonial-item .testimonial-title .testimonial-title-right {
	text-align: left;
}
.quick-testimonial.style-4 .testimonial-item .testimonial-title .testimonial-title-right .testimonial-name {
	font-size: 18px;
    color: #454360;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 3px;
}
.quick-testimonial.style-4 .testimonial-item .testimonial-title .testimonial-title-right .testimonial-job {
	color: #8b88b1;
    font-size: 15px;
}
.quick-testimonial.style-4 .testimonial-item .testimonial-content {
	color: #6a7c92;
}
.quick-testimonial.style-4 .testimonial-item .testimonial-icon {
    position: absolute;
    right: 40px;
    bottom: 10px;
    color: #000000;
    opacity: 0.05;
    z-index: 0;
    font-size: 60px;
}

/* Style 5 */
.quick-testimonial.style-5.items .testimonial-item-wrap {
	padding-bottom: 10px;
}
.quick-testimonial.style-5 .testimonial-item .testimonial-content .testimonial-icon {
    color: #f21e4e;
    font-size: 30px;
    margin-bottom: 10px;
}
.quick-testimonial.style-5 .testimonial-item .testimonial-content {
	border-radius: 15px;
    background: #fff;
    padding: 25px 30px 70px 30px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
    box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
}
.quick-testimonial.style-5 .testimonial-item .testimonial-title {
	margin-top: -40px;
    text-align: center;
}
.quick-testimonial.style-5 .testimonial-item .testimonial-title .testimonial-image {
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
    box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
}
.quick-testimonial.style-5 .testimonial-item .testimonial-title .testimonial-name {
	font-size: 18px;
	color: #454360;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 18px;
    margin-bottom: 3px;
}
.quick-testimonial.style-5 .testimonial-item .testimonial-title .testimonial-job {
	color: #8b88b1;
    font-size: 15px;
    margin-bottom: 3px;
}

/* Style 6 */
.quick-testimonial.style-6 .testimonial-item {
	border-radius: 15px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
    box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
    overflow: hidden;
}
.quick-testimonial.style-6 .testimonial-item .testimonial-title {
	padding: 25px 25px 30px 25px;
	text-align: center;
}
.quick-testimonial.style-6 .testimonial-item .testimonial-title .testimonial-name {
	font-size: 18px;
	color: #454360;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 3px;
}
.quick-testimonial.style-6 .testimonial-item .testimonial-title .testimonial-job {
	color: #8b88b1;
    font-size: 15px;
    margin-bottom: 3px;
}
.quick-testimonial.style-6 .testimonial-item .testimonial-title .testimonial-content {
	margin-top: 15px;
}

/* Style 7 */
.quick-testimonial.style-7 .testimonial-item-wrap {
	margin-top: 40px;
}
.quick-testimonial.style-7 .testimonial-item .testimonial-image {
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
    box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.quick-testimonial.style-7 .testimonial-item .testimonial-title {
	border-radius: 15px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
    box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
    padding: 65px 25px 25px 25px;
}
.quick-testimonial.style-7 .testimonial-item .testimonial-title .testimonial-name {
	font-size: 18px;
	color: #454360;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 3px;
}
.quick-testimonial.style-7 .testimonial-item .testimonial-title .testimonial-job {
	color: #8b88b1;
    font-size: 15px;
    margin-bottom: 3px;
}

/* Style 8 */
.quick-testimonial.style-8 .testimonial-item {
	border-radius: 15px;
    background: #fff;
    padding: 30px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
    box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
    display: flex;
    width: 750px;
    margin: 0 auto;
    position: relative;
}
.quick-testimonial.style-8 .testimonial-item .testimonial-image img {
   	border-radius: 15px;
   	width: 220px;
    height: 220px;
    max-width: none;
    margin-right: 30px;
    overflow: hidden;
}
.quick-testimonial.style-8 .testimonial-item .testimonial-title {
	text-align: left;
}
.quick-testimonial.style-8 .testimonial-item .testimonial-title .testimonial-content {
	color: #5e5c7f;
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
}
.quick-testimonial.style-8 .testimonial-item .testimonial-title .testimonial-name {
	font-size: 18px;
	color: #454360;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 3px;
}
.quick-testimonial.style-8 .testimonial-item .testimonial-title .testimonial-job {
	color: #8b88b1;
    font-size: 15px;
    margin-bottom: 3px;
}
.quick-testimonial.style-8 .testimonial-item .testimonial-icon {
    position: absolute;
    right: 40px;
    bottom: 10px;
    color: #000000;
    opacity: 0.05;
    z-index: 0;
    font-size: 60px;
}

/* Style 9 */
.quick-testimonial.style-9 .testimonial-item {
	margin-top: 50px;
	position: relative;
}
.quick-testimonial.style-9 .testimonial-item .testimonial-image {
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
    box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.quick-testimonial.style-9 .testimonial-item .testimonial-title {
	border-radius: 15px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
    box-shadow: 0px 5px 15px 0px rgb(69 67 96 / 10%);
    padding: 75px 35px 35px 40px;
    width: 750px;
    margin: 0 auto;
}
.quick-testimonial.style-9 .testimonial-item .testimonial-title .testimonial-content {
	color: #5e5c7f;
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
    position: relative;
}
.quick-testimonial.style-9 .testimonial-item .testimonial-title .testimonial-content .testimonial-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #000000;
    opacity: 0.05;
    z-index: 0;
    font-size: 50px;
}
.quick-testimonial.style-9 .testimonial-item .testimonial-title .testimonial-name {
	font-size: 18px;
	color: #454360;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 3px;
}
.quick-testimonial.style-9 .testimonial-item .testimonial-title .testimonial-job {
	color: #8b88b1;
    font-size: 15px;
    margin-bottom: 3px;
}


/* Responsive */
@media screen and (max-width: 991px) {
	.quick-testimonial.style-2 .testimonial-item {
		width: 100%;
		padding: 0 60px;
	}
	.quick-testimonial.style-8 .testimonial-item,
	.quick-testimonial.style-9 .testimonial-item .testimonial-title {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.quick-testimonial.style-1 .testimonial-item {
		width: 100%;
	}
	.quick-testimonial.style-8 .testimonial-item {
		display: block;
	}
	.quick-testimonial.style-8 .testimonial-item .testimonial-image img {
		width: 100%;
	    height: 100%;
	    margin-right: 0;
	    margin-bottom: 20px;
	}
	.quick-testimonial.style-8 .testimonial-item .testimonial-title {
		text-align: center;
	}
}
@media screen and (max-width: 414px) {
	.quick-testimonial.style-2 .testimonial-item {
		padding: 0;
		margin-bottom: 20px;
	}
	.quick-testimonial.style-2 .owl-nav {
		display: none;
	}
	.quick-testimonial.style-4 .testimonial-item .testimonial-rating {
	    position: relative;
	    right: auto;
	    top: auto;
	}
	.quick-testimonial.style-4 .testimonial-item .testimonial-title {
		padding-right: 0;
	}
	.quick-testimonial.style-8 .testimonial-item .testimonial-title .testimonial-content,
	.quick-testimonial.style-9 .testimonial-item .testimonial-title .testimonial-content {
		font-size: 16px;
    	line-height: 24px;
	}
}