*{
	--card-clr: #00830D;
	--body-clr: #191d28;
	--primary-clr: #00830D;
	--star-clr: #f0bf6a;
	--heading-clr: #dadada;
	--text-clr: #dadada;
}
.testimonials-section{
	width: 100%;
	padding: 0px 12%;
}
.testimonials-section .section-header{
	max-width: 700px;
	text-align: center;
	margin: 30px auto 40px;
	/* border-bottom:none; */
}
.section-header h1{
	position: relative;
	font-size: 36px;
	font-weight: 900;
	color: var(--primary-clr);
}
.testimonials-container{
	position: relative;
}
.testimonials-container .testimonial-card{
	padding: 0px;
}
.testimonial-card .test-card-body{
	height: 250px;
	background-color: var(--card-clr);
	box-shadow: 2px 2px 20px rgba(0,0,0,0.12);
	padding: 20px;
	border-radius: 6px;
}
.test-card-body .quote{
	display: flex;
	align-items: center;
}
.test-card-body .quote i{
	font-size: 45px;
	color: var(--heading-clr);
	margin-right: 20px;
}
.test-card-body .quote h2{
	color: var(--heading-clr);
}
.test-card-body p{
	margin: 10px 0px 15px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--text-clr);
}
.test-card-body .ratings{
	margin-top: 20px;
}
.test-card-body .ratings i{
	font-size: 17px;
	color: var(--star-clr);
	cursor: pointer;
}
.testimonial-card .profile{
	display: flex;
	align-items: center;
	margin-top: 25px;
}
.profile .profile-image{
	width: 55px;
	height: 55px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}
.profile .profile-image img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.profile .profile-desc{
	display: flex;
	flex-direction: column;
}
.profile-desc span:nth-child(1){
	font-size: 24px;
	font-weight: bold;
	color: var(--primary-clr);
}
.profile-desc span:nth-child(2){
	font-size: 15px;
	color: var(--text-clr);
}
.owl-nav{
	position: absolute;
	/* right: 20px; */
	right: 1px;
	bottom: -10px;
}
.owl-nav button{
	border-radius: 50% !important;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i{
	padding: 10px !important;
	border-radius: 5%;
	font-size: 18px !important;
	background-color: var(--card-clr) !important;
	/* color: var(--primary-clr); */
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
}
.owl-nav .owl-prev i:hover,
.owl-nav .owl-next i:hover{
	background-color: var(--primary-clr) !important;
	color: #e9e9e9;
}
.owl-dots{
	margin-top: 15px;
}
.owl-dots .owl-dot span{
	background-color: #434753 !important;
	padding: 6px !important;
}
.owl-dot.active span{
	background-color: var(--primary-clr) !important;
}

/* Testimonials_features_benefits */
.testimonials_features_benefits .testimonial-card .test-card-body{
	height: 320px;
	background-color: #FFF;
	box-shadow: none;
	padding: 20px;
	border-radius: 6px;
}

.owl-carousel .owl-item img {
	width: auto!important;
}
.testimonials_features_benefits h1, .testimonials_features_benefits h2, .testimonials_features_benefits h3, .testimonials_features_benefits p {
	color: #444;
}

/* Testimonials_different_budgets */
.testimonials_different_budgets .testimonial-card .test-card-body{
	height: 320px;
	background-color: transparent;
	box-shadow: none;
	padding: 20px;
	border-radius: 6px;
}
.testimonials_different_budgets .test-card-body {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.testimonials_different_budgets h1, .testimonials_different_budgets h2, .testimonials_different_budgets h3, .testimonials_different_budgets p {
	color: #444;
}

/* Value Added Services */
.testimonials_value_added_services .testimonial-card .card {
	box-shadow: none;
	border: 1px solid #919191;
}
.testimonials_value_added_services .testimonial-card .card img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.testimonials_value_added_services .testimonial-card .card .card-footer {
	margin: 20px 0;
	background-color: transparent;
	border: none;
}
.testimonials_value_added_services h1, .testimonials_value_added_services h2, .testimonials_value_added_services h3, .testimonials_value_added_services p {
	color: #444;
}

/* Testimonials_unique_hl_solutions */
.testimonials_unique_hl_solutions .testimonial-card .test-card-body{
	height: 300px;
	background-color: #FFF;
	box-shadow: none;
	padding: 20px;
	border-radius: 6px;
}

.owl-carousel .owl-item img {
	width: auto!important;
}
.testimonials_unique_hl_solutions h1, .testimonials_unique_hl_solutions h2, .testimonials_unique_hl_solutions h3, .testimonials_unique_hl_solutions p {
	color: #444;
}
.testimonials_unique_hl_solutions .testimonial-card a {
	text-decoration: none;
	text-transform: uppercase;
	color: #2E3092;
	font-size: 14px;
	font-weight: 700;
}

/* Home Loan Blogs */
.testimonials_hl_blog .testimonial-card .card {
	box-shadow: none;
	border: 1px solid #919191;
}
.testimonials_hl_blog .testimonial-card .card-body{
	height: 100px;
}
.testimonials_hl_blog .testimonial-card .card img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.testimonials_hl_blog .testimonial-card .card .card-footer {
	background-color: transparent;
	border: none;
	border-top: .1px solid #919191;
}
.testimonials_hl_blog h1, .testimonials_hl_blog h2, .testimonials_hl_blog h3, .testimonials_hl_blog p {
	color: #444;
}


@media screen and (min-width:320px) and (max-width:768px) {

	.testimonials-section{
		padding: 0px 5%;
	}
	.testimonial-card .test-card-body{
		height: 260px;
	}
	.test-card-body .ratings{
		text-align: center;
	}

}