/* Custom Hulett CSS */

.widget.single-blog-sidebar {
	background: none;
}

/* ====free inspection section css starts here==== */
.our-process .content ul li:before {
	content: "\f00c";
	display: inline-block;
	font-family: 'Font Awesome 6 Pro';
	margin-left: 0 !important;
	margin-right: 10px;
	color: #25a142;
}

.page-main ul{
	list-style-type: none;
}

.free-inspection h2.section-heading,
.pest-control-benefit h2.section-heading,
.our-process h2.section-heading {
	color: #0168a6;
	font-size: 43.7px;
	line-height: 52px;
	font-weight: 700;
}

.free-inspection h2.section-heading {
	padding-top: 60px;
}

.free-inspection .inspection-right-col {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
}

.free-inspection .inspection-left-col {
	width: 100%;
	padding-right: 60px;
	padding-left: 15px;
	height: 100%;

}

.free-inspection .inspection-left-col img {
	float: right;
	max-width: 55%;
	margin-right: -109px;
	width: 100%;
	margin-left: 60px;
}

.free-inspection .inspection-left-col .inspection-content {
	width: 100%;
}

.free-inspection .inspection-left-col p span {
	font-weight: 700;
}

/* =====pest control benefits starts here====== */
.pest-control-benefit {
	padding: 60px 0;
	background-color: #efefef;
}

.pest-control-benefit h2.pest-heading {
	text-align: center;
	margin-bottom: 30px;
}

.pest-control-benefit .benefits-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.pest-control-benefit .benefits-inner .benefits-box {
	max-width: 23%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-bottom: 35px;

}

.pest-control-benefit .benefits-inner .benefits-box span {
	font-weight: 700;
	padding: 0 40px;
	margin-top: 51px;
}

/* =============Our process section starts here========= */
.our-process {
	padding: 60px 0;
}

.our-process h2.process-heading {
	margin-bottom: 24px;
}

.our-process .process-1 .content ul {
	list-style: none;
}

.our-process.our-process-2 {
	text-align: center;
	padding-top: 0px;
}

/* =============just call section starts here========= */
.just-call {
	background-image: #f8f9fa;
	text-align: center;
	padding: 10px 0 60px;
}

.just-call .content p {
	font-size: 20px;
	line-height: 26px;
	text-align: center;
}

.just-call .content span.large-span {
	font-weight: 700;
	display: block;
	margin-top: 20px;
	color: #212529;
	font-style: italic;

}

.just-call .content span.small-span {
	font-weight: 400;
	display: block;
	text-transform: capitalize;
	color: #212529;
	font-size: 13px;
	line-height: 20px;
	margin-top: 4px;
}

.just-call .content a {
	background-color: #fcb315;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	box-shadow: 0px 4px 0px #e29c03;
	color: #012942;
	max-width: 157px;
	width: 100%;
	padding: 8px 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 4px auto 0;
	transition: 0.3s all ease;
}

.just-call .content a:hover {
	background-color: #e29c03;
}

/* =============News section starts here========= */
.news {
	padding: 48px 0;
}

.news .container .content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.news .container h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	color: #0168a6;
	margin-bottom: 24px;
	text-align: center;
}

.news .container .content .box {
	max-width: 32.5%;
	width: 100%;
}

.news .container .content .box .image-box {
	margin-bottom: 24px;
}

.news .container .content .box span a.location {
	font-size: 12px;
	line-height: 18px;
	color: #0168a6;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.news .container .content .box a {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: #0168a6;
}

.news .container .content .box a:hover {
	color: #0056b3;
}

.news .container .content .box span {
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

.news .container .content .box p {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.news .container .content .box a.read-more {
	font-size: 12px;
	line-height: 20px;
	color: #000;
	font-weight: 500;
}

.news .container .content .box a.read-more:hover {
	color: #0056b3;
}

.news .container .content .box .image-box {
	width: 100%;

}

.news .container .content .box .image-box img {
	width: 100%;
}

/* =============testimonial starts here========= */
.testimonial {
	background-color: #0168a6;
	padding: 24px 0;
}

.testimonial h2 {
	font-size: 32px;
	line-height: 38px;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	margin: 0 auto 24px;
}

.testimonial .slick-prev-custom,
.slick-next-custom {
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.testimonial .slick-next-custom {
	right: 0;
}

.testimonial .slick-prev-custom {
	left: 0;
}

.testimonial .testimonial-wrapper {
	margin-bottom: 30px;
	max-width: 1108px;
	width: 100%;
	padding: 0 75px;
}


.testimonial .testimonial-wrapper .left-side {
	max-width: 22%;
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	display: inline-block;
	color: #fff;

}

.testimonial .testimonial-wrapper .right-side {
	max-width: 77%;
	width: 100%;
	vertical-align: top;
	display: inline-block;
	color: #fff;

}

.testimonial .testimonial-wrapper .left-side p {
	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
	color: #fff;
}

.testimonial .testimonial-wrapper .left-side p.stars {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 170px;
	width: 100%;
	font-size: 12px;

}

.testimonial .testimonial-wrapper .left-side p.stars svg {
	max-width: 20px;
	width: 100%;
}

.testimonial .testimonial-wrapper .left-side p.stars {
	text-align: center;
}

.testimonial .testimonial-wrapper .left-side p span.text-uppercase {
	font-size: 13px;
	line-height: 19px;
	font-weight: 600 !important;
}

.testimonial .testimonial-wrapper .right-side p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #fff;
}

.testimonial .testimonial-wrapper .right-side span {
	font-size: 16px;
	font-weight: 600;
	text-align: right;
	display: block;
	color: #fff;
}

.testimonial .testimonial-wrapper .slick-dots li.slick-active button:before {
	color: #fcb315;
}

/* =============Banner starts here========= */
.banner .banner-image {
	width: 100%;
	max-width: 100%;
	min-height: 480px;
	height: 100%;
}

.banner .banner-image img {
	width: 100%;
	min-height: 480px;
	height: 100%;
}

.banner-bar {
	background-image: linear-gradient(to right, #00396a, #0168a6);
	padding: 48px 0;
}

.banner-bar .container .box-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.banner-bar .container .box,
.banner-bar .container .list {
	max-width: 30%;
	width: 100%;
}

.banner-bar .container .list ul {
	position: relative;
	padding-left: 20px;
}

.banner-bar .container .list li {
	list-style: none;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 600;
	line-height: 34px;
	color: #fff;
	margin-bottom: 24px;
}

.banner-bar .container .list li::before {
	position: absolute;
	left: 25px;
	font-family: "Font Awesome 5 Free";
	content: "▶";
	color: rgb(252, 179, 21);
	font-weight: 700;
	font-size: 10px;
	margin-top: 4px;
}

.county{
	color: #0168a6;

	&:hover{
		color: #0168a6;
	}
}

.county-list{
	row-gap: 3px;
	li{
		display: flex;

		a{
			color: #25a142;
			font: 400 18px/24px sans-serif;
			text-transform: none;
		}

		span{
			margin-left: 10px;
			margin-right: 10px;
			display: block;
			position: relative;

			&::after{
				content: '';
				background-color: #0168a6;
				position: absolute;
				height: 23px;
				width: 2px;
				top: 2px;
			}
		}

		&:last-of-type{
			span{
				display: none;
			}
		}
	}
}
.relevant-articles .card{
	height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0;
}

.relevant-articles .card-img{
	border-radius: 0;
}

.relevant-articles .read-more{
	font-size: 16px;
	position: absolute;
	bottom: 10px;
	text-decoration: underline;
}

.relevant-articles .card-body{
	position: relative;
}

.relevant-articles .card-text{
	font-size: 16px;
	line-height: 1.2em;
}

.county{
	color: #0168a6;

	&:hover{
		color: #0168a6;
	}
}

.county-list{
	row-gap: 3px;
	
	li{
		display: flex;

		a{
			color: #25a142;
			font: 400 18px/24px sans-serif;
			text-transform: none;
		}

		span{
			margin-left: 10px;
			margin-right: 10px;
			display: block;
			position: relative;

			&::after{
				content: '';
				background-color: #0168a6;
				position: absolute;
				height: 23px;
				width: 2px;
				top: 2px;
			}
		}

		&:last-of-type{
			span{
				display: none;
			}
		}
	}
}