/************************************** Testimonials Design **********************************/
.wll-testimonial-content {
	width: 94%;
	margin: 3%;
	border: 1px solid #75BE43;
	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-weight: 700;
	text-align: left;
	font-size: 18px;
}

.wll-testimonial-content div:before {
	content: url('/wp-content/uploads/2020/09/left-quote.png');
}

.wll-testimonial-content div:after {
	content: url('/wp-content/uploads/2020/09/right-quote.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: 10px 12.5px 0 12.5px;
	border-color: #96C01C transparent transparent transparent;
}

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

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

.wll-testimonial-info p.wll-testi-location {
	color: #3D3D3D;
	font-weight: bold;
	font-size: 16px;
}

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

.wll-service-col {
	max-width: 33.3333333%;
	flex: 0 0 33.3333333;
	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: repeat center #333 url('/wp-content/uploads/2020/09/background-green-services.png');
	border-radius: 5px;
	background-size:cover;
	overflow: hidden;
}

.wll-service-col-title {
	color: #ffffff;
	text-transform: normal;
	font-size: 25px;
	font-family: 'ProximaNova', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

.wll-service-col-title  a {
	color:#fff !important;
}

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

.wll-service-col-content {
	color: #fff;
    font-size: 18px;
	margin-bottom: 0;
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.5;
}

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

.wll-checklist-tab-btn {
	max-width: 100%;
    flex: 1;
    cursor: pointer;
    background: #75BE43;
    border-right: 1px solid white !important;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px;
    line-height: 1.2;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
	font-family:'Oxygen', sans-serif;
	font-weight:700;
	padding:15px;
}

.wll-checklist-tab-btn:hover {
	color:#fff !important;
	background:#7FCE4A;
}

.wll-checklist-tab-btn.active {
	background: #54565B;
	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: #54565B;
    text-transform: none;
    text-align: center;
    margin: 20px 0px 30px 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    font-weight: bolder;
}

.wll-checklist-content h4 {
	color: #75BE43;
    text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

.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: #fafafa;
	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: 1.5;
	position: relative;
	padding-left: 30px;
	font-weight: 700;
	color:#54565B;
}

.wll-checklist-tab-col-inner ul li:before {
	content: "";
    display: block;
    background: no-repeat center url('/wp-content/uploads/2020/09/green-check.png');
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px;
}

/************************************** WLL Pricing Quote **********************************/
.wll-pricing-quote-wrap {
	max-width: 765px;
    margin: 0 auto 40px;
    border-radius: 5px;
    box-shadow: 0 0px 20px 10px #e6e6e6;
    text-align: center;
    padding: 40px 30px;
}

.wll-pricing-quote-initial-val {
	font-size:45px;
}

.wll-pricing-quote-price {
	font-size: 147px;
    line-height: 1.1;
}

.wll-pricing-quote-price .wll-pricing-text-label {
	line-height:1;
	font-size:40px;
}

body .wll-pricing-quote-notice {
	margin-bottom:30px;
}

.wll-pricing-quote-initial-val {
	vertical-align:middle;
}

.wll-pricing-quote-title {
	margin-bottom:5px;
}

.wll-pricing-box {
	background: #373d4d;
	border-radius: 5px;
	max-width: 384px;
	margin: 0 auto 30px auto;
	padding-top: 20px;
	min-height: 214px;
}

.wll-pricing-text {
	font-size:20px;
	color:#fff;
	font-weight:700;
	font-family:'Poppins', sans-serif;
	background:#00aeef;
	border-radius:5px;
	max-width:112px;
	min-height:39px;
	display:flex;
	flex-flow:column;
	justify-content:center;
	align-items:center;
	margin-left:-14px;
	letter-spacing:1px;
	margin-bottom: 20px;
}

.wll-pricing-value {
	font-size:62px;
	font-family:'Proxima Nova Semi Bold', sans-serif;
	color:#fff;
}

.wll-pricing-text-label {
	display:block;
}

.wll-pricing-special {
	font-size:20px;
	font-family:'Proxima Nova Bold', sans-serif;
	color:#373d4d;
	margin-bottom: 30px;
}

.wll-pricing-time {
	color:#00aeef;
}

.wll-promo-timer-wrap {
	color: #373d4d;
    font-family: Proxima Nova Bold,sans-serif;
    margin-bottom: 20px;
}

.wll-promo-timer {
	color:#00aeef;
	font-size:50px;
}

/* Pricing Quote 2 Design */
.wll-pricing-quote-wrap-2 {
	max-width:572px;
}

.wll-pricing-quote-wrap-2 .wll-pricing-quote-title {
	font-size:40px !important;
	color: #63AB3D;
}

.wll-pricing-quote-wrap-2  .wll-pricing-text-label {
	font-weight:900;
	font-size:22px;
	color:#63AB3D !important;
}

.wll-pricing-quote-wrap-2  .wll-pricing-quote-initial-val {
	font-size:35px !important;
}

.wll-pricing-quote-wrap-2 .wll-pricing-sep-1,
.wll-pricing-quote-wrap-2 .wll-pricing-sep-2 {
	width:100%;
	display:block;
	max-width:316px;
	height:1px;
	background:#cfcfcf;
	margin: 10px auto;
}

.wll-pricing-quote-wrap-2 .wll-pricing-sep-1 {
	margin-bottom:20px;
}

.wll-pricing-quote-wrap-2 .wll-pricing-sep-2 {
	width:100%;
	max-width:502px;
	margin-bottom:20px;
}

.wll-pricing-quote-wrap-2 .wll-pricing-quote-price {
	font-size:56px;
}

.wll-pricing-quote-wrap-2 .wll-pricing-quote-price .wll-pricing-text-label {
	margin-bottom:10px;
}

.wll-pricing-quote-wrap-2 .wll-pricing-desc {
	margin-bottom:15px;
}

.wll-pricing-quote-wrap-2 .wll-pricing-desc div {
	font-size:20px;
}

.wll-pricing-quote-wrap-2 .wll-pricing-desc .blue-text {
	text-transform:uppercase !important;
	color: #63AB3D !important;
}

.wll-pricing-quote-wrap-2 .wll-pricing-guide p {
	font-size:16px;
	color:#373d4d;
}

.wll-pricing-quote-wrap-2 .wll-promo-timer-wrap {
	border:1px solid #5a5f6c;
	border-radius:10px;
	padding:15px;
}

.wll-pricing-quote-wrap-2 .wll-promo-timer-text {
	font-size: 14px;
	text-transform: uppercase;
	color: #373d4d;
	font-family: 'Proxima Nova Regular', sans-serif;
	margin-bottom: 10px;
}

.wll-pricing-quote-wrap-2 .wll-promo-timer {
	color:#373d4d;
	font-size:51px;
}

.wll-pricing-quote-wrap-2 .wll-pricing-quote-cta .site-btn {
	width: 100%;
    min-height: 54px;
    font-size: 18px;
    padding: 5px;
}

.wll-pricing-quote-wrap-2 .wll-pricing-quote-cta .site-btn-2 {
	border:0;
	color:#3D3D3D;
}

.wll-pricing-quote-wrap-2 .wll-pricing-quote-cta .site-btn-2:hover {
	background:none !important;
	color:#373d4d !important;
}

.wll-pricing-quote-wrap-2 .wll-promo-timer {
	color: #373d4d;
    font-size: 51px;
    display: flex;
    justify-content: center;
	flex-flow:row wrap;
	line-height:1;
}

.wll-pricing-quote-wrap-2 .wll-promo-timer em {
	display:block;
	font-size:13px;
	font-family:'Proxima Nova Regular', sans-serif;
	color:#373d4d;
	text-transform:uppercase;
	font-style:normal;
}

.wll-pricing-quote-wrap-2 .wll-pricing-guide {
	margin-bottom:10px;
}

.wll-pricing-quote-wrap {
	background:#fff;
	box-shadow: 0 0 25px -10px #000;
}

.wll-pricing-img {
	text-align:center;
	margin-bottom: 25px;
}

/************************************** 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;
	}
}

