/************************************** Testimonials Design **********************************/
.wll-testimonial-content {
	width: 94%;
	margin: 3%;
	border: 1px solid #F35077;
	margin-bottom: 30px;
	position: relative;
	min-height: 200px;
	text-align: left;
	padding: 15px;
	padding-bottom: 40px;
	border-radius: 5px;
}

.wll-testimonial-content p {
	padding: 0px 25px;
	color: #282d47;
	font-style: italic;
	font-weight: 500;
	text-align: left;
	font-size: 18px;
}

.wll-testimonial-content div:before {
	content: url(/wp-content/uploads/2020/04/Testimonial-before-img.png);
}

.wll-testimonial-content div:after {
	content: url(/wp-content/uploads/2020/04/Testimonial-after-img.png);
	float: right;
}

.wll-testimonial-content:before {
	position: absolute;
	content: '';
	top: 99.7%;
	left: 34px;
	display: block;
	width: 0;
	z-index: 1;
	height: 0;
	border-style: solid;
	border-width: 10px 12.5px 0 12.5px;
	border-color: rgb(255, 255, 255) transparent transparent transparent;
}

.wll-testimonial-content::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 34px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12.5px 0 12.5px;
    border-color: #F35077 transparent transparent transparent;
}

.wll-testimonial-info {
	text-align: left;
	padding-left: 15px;
}

.wll-testimonial-info p.wll-testi-name {
	color: #F35077;
	font-weight: bold;
	margin-bottom: 0px !important;
	font-size: 25px;
}

.wll-testimonial-info p.wll-testi-location {
	font-size: 16px;
	margin-left: 15px;
}

/************************************** Services Design **********************************/
.wll-services-wrap {
	display: flex;
	flex-flow: row wrap;
}

.wll-service-col {
	max-width: 33.3%;
	flex: 0 0 33.3%;
	padding: 20px;
}

.wll-service-col-img {
	min-height: 251px;
	background: no-repeat center #333;
	background-size: cover;
}

.wll-service-col-inner {
	display: flex;
	flex-flow: column wrap;
	height: 100%;
	background: no-repeat center #333 url('/wp-content/uploads/2020/04/pink-bg.png');
	background-size: cover;
	border-radius: 5px;
}

.wll-service-col-title {
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 0px 3px 1px rgba(0,0,0,0.44);
	font-size: 25px;
	font-family: 'ChaparralPro';
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

.wll-service-col-info {
	text-align: center;
	padding: 25px;
}

.wll-service-col-content {
	color: #f3dcea;
	font-size: 16px;
	margin-bottom: 0;
	margin: 0 0 20px;
	padding: 0;
	font-weight: 300;
	line-height: 1.5;
}

/************************************** Checklists Design **********************************/
.wll-checklist-tabs {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.wll-checklist-tab-btn {
    max-width: 16.72%;
    flex: 0 0 14.2%;
    cursor: pointer;
    background: #8185971c;
    border-right: 1px solid white !important;
    font-size: 14px;
    color: #000;
    text-align: center;
    padding: 12px 18px;
    line-height: 1.2;
	justify-content:center;
	align-items:center;
	display:flex;
	flex-flow:column;
}

.wll-checklist-tab-btn.active {
	background: #F35077;
	color: #fff !important;
}

.wll-checklist-content {
	display: none;
}

.wll-checklist-content.active {
	display: block;
}

.wll-checklist-content-wrap {
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 15px;
}

.wll-checklist-content h3 {
	color: #F35077;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0px 30px 20px;
	font-size: 25px;
	font-family: 'ChaparralPro';
	font-weight: 700;
	line-height: 1.2;
	font-weight: bolder;
}

.wll-checklist-content h4 {
	color: #F35077;
    text-transform: uppercase;
	font-size: 20px;
	font-family: 'ChaparralPro';
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
	font-weight: bolder;
}

.wll-checklist-tab-col-wrap {
	display: flex;
	flex-flow: row wrap;
}

.wll-checklist-tab-col {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 15px;
}

.wll-checklist-tab-col-inner {
	padding: 30px 30px;
	background: #f5f5f5;
	margin: 0px;
	border: 1px solid #efefef;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

.wll-checklist-tab-col-inner ul li {
	list-style-type: none;
	line-height: 2;
}

.wll-checklist-tab-col-inner ul li:before {
	content: url(/wp-content/uploads/2020/04/checklist-before-li-icon.png);
	font-family: 'FontAwesome';
	color: #F35077;
	padding-right: 10px;
}

/************************************** Responsive Design **********************************/

@media only screen and (max-width: 768px){
	.wll-service-col {
		max-width: 100%;
		flex: 100%;
		padding: 10px;
	}

	.wll-checklist-tab-btn {
		max-width: 100%;
	}
	
	.wll-checklist-tab-col {
		max-width: 100%;
		flex: 100%;
		padding: 10px;
	}

	.wll-checklist-tabs {
		flex-flow: column;
	}
}

.wll-service-video video {
	object-fit: cover;
}
.wll-checklist-content .checklist-subtitle {
	text-align: center;
	margin-top: -20px;
    margin-bottom: 30px;

}