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

.wll-testimonial-content-inner img {
    position:absolute;
    left: 25px;
}

wll-testimonial-content-inner p {
    padding: 0 35px;
}

.wll-testimonial-content p {
	color: #279DA3;
	font-style: italic;
	font-weight: 500;
	text-align: left;
	font-size: 22px;
	font-family: 'Karla Bold';
	padding: 0 35px;
}

.wll-testimonial-content div:before {
	content: url(/wp-content/uploads/2020/07/green-top-quote.png);
}

.wll-testimonial-content div:after {
	content: url(/wp-content/uploads/2020/07/green-bottom-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: #63AB3D transparent transparent transparent;*/
}

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

.wll-testimonial-thumb {
    float: left;
}

.wll-testimonial-thumb img {
    border-radius: 50px!important;
        width: 70px;
    height: 70px;
    margin-top: -10px;
    margin-right: 10px;
}

.wll-testimonial-info p.wll-testi-name {
	color: #050505;
    font-weight: bold;
    margin-bottom: 8px !important;
    font-size: 18px;
    font-style: normal;
    font-family: "Noto Sans Bold";
}

.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.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: repeat center #333 url('/wp-content/uploads/2020/07/bg-green.png');
	border-radius: 5px;
	background-size:cover;
}

.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-info {
	text-align: center;
	padding: 25px;
}

.wll-service-col-content {
	color: #fff;
    font-size: 18px;
	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: 100%;
    flex: 1;
    cursor: pointer;
    background: #DEDEDF;
    border-right: 1px solid white !important;
    font-size: 18px;
    color: #5D5D5E;
    text-align: center;
    padding: 10px 15px;
    line-height: 1.2;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.wll-checklist-tab-btn.active {
	background: #63AB3D;
	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: #63AB3D;
    text-transform: none;
    text-align: center;
    margin: 20px 0px 30px 20px;
    font-size: 25px;
    font-family: 'ProximaNova-Bold', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-weight: bolder;
}

.wll-checklist-content h4 {
	color: #63AB3D;
    text-transform: uppercase;
	font-size: 20px;
	font-family: 'ProximaNova-Bold', sans-serif;
	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: #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;
}

.wll-checklist-tab-col-inner ul li:before {
	content: "";
    display: block;
    background: no-repeat center url(/wp-content/uploads/2020/07/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;
	}
}


.wll-services-wrap-style-1 .wll-service-inner {
	display: flex;
	flex-direction: column;
	min-height: 479px;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
.wll-services-wrap-style-1 .wll-service-inner .wll-service-inner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
}
.wll-services-wrap-style-1 .wll-service-inner .wll-service-inner-overlay .wll-service-inner-overlay-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	background: linear-gradient(0deg, #0d5fa8 25%, transparent 100%);
}
.wll-services-wrap-style-1 .wll-service-inner .wll-service-content {
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding-bottom: 65px;
	padding-left: 20px;
	padding-right: 20px;
}
.wll-services-wrap-style-1 .wll-service-inner .wll-service-content .wll-service-footer {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 2;
}
.wll-services-wrap-style-1 .wll-service-inner .wll-service-content .wll-service-footer:before {
	content: '';
    width: 140px;
    height: 120px;
    background-color: #5ad200;
    position: absolute;
    z-index: -1;
    transform: skewy(-45deg);
    left: -80px;
}
.wll-services-wrap-style-1 .wll-service-inner .wll-service-content .wll-service-footer img {
	vertical-align: middle;
}
.wll-services-wrap-style-1 .wll-service-inner .wll-service-content .wll-service-body {
	min-height: 180px;
	max-height: 180px;
	overflow: hidden;
	display: flex;
    flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.wll-services-wrap-style-1 .wll-service-inner .wll-service-content .wll-service-body * {
	color: #fff;
	text-align: center;
}
.wll-service-body .wll-service-title {
	font-size: 25px;
	line-height: 1.4;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.wll-service-body .wll-service-title span.strong {
	font-weight: 700;
}
.wll-service-body .wll-service-body-content *,
.wll-service-body .wll-service-body-content {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.4;
	font-family: 'Open Sans', sans-serif;
}