.sec-hmbanner {
	margin-bottom: 160px;
}

/*------ banner --------*/
main ul.js-hmbanner .slick-list {
	overflow: visible;
}

main ul.js-hmbanner {
	margin-left: 0;
	list-style-type: none;
}

main ul.js-hmbanner.slick-dotted.slick-slider {
	margin-bottom: 0;
	padding-bottom: 0;
}

main ul.js-hmbanner .slick-slide>div {
	display: flex;
	flex-wrap: wrap;
}

.sec-hmbanner ul.js-hmbanner img.ban-desk {
	display: block;
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
}

.sec-hmbanner ul.js-hmbanner img.ban-mob {
	display: none;
}

main ul.js-hmbanner li {
	margin-bottom: 0;
	position: relative;
}

main ul.js-hmbanner ul.slick-dots {
	right: 0;
	margin: auto 20px auto 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 18px;
	height: 100px;
}

main ul.js-hmbanner ul.slick-dots li button:before {
	display: none;
}

main ul.js-hmbanner ul.slick-dots li {
	margin: 5px 0;
}

main ul.js-hmbanner>li:not(:nth-child(-n+1)) {
	display: none;
}

.sec-hmbanner .ol-hmbanner {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	background: #00173B;
	background: linear-gradient(139deg, rgba(0 23 59 / 90%) 0%, rgba(0 70 183 / 90%) 100%);
	padding: 70px 0;
}

.ol-hmbanner .container {
	width: 100%;
	height: 100%;
}

.olhmban-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	height: 100%;
}

.olhmban-left {
	width: 575px;

	.button {
		font-size: 20px;
	}
}

.olhmban-right {
	width: calc(100% - 575px);
	display: flex;
	flex-wrap: wrap;
	position: relative;
	height: 100%;
	align-items: center;

	.olhm-form {
		width: 555px;
		background-color: var(--white);
		padding: 40px 30px;
		border-radius: 30px;
		border: 1px solid #0843a2;


		& form {
			/* display: flex;
			flex-wrap: wrap;
			justify-content: space-between; */
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			background: #fff;
			position: relative;
		}

		.heading-30 {
			font-size: 30px;
		}

		textarea.form-control {
			min-height: 72px;
		}

		.form-control {
			height: 48px;
		}
	}

	.olhm-image-wrap {
		width: calc(100% - 555px);

		img.plumber-image {
			position: absolute;
			bottom: 0;
			margin-bottom: -40px;
			z-index: -1;
			left: 0;
			margin-left: 60px;
		}

		img.vehicle-image {
			position: absolute;
			bottom: 0;
			top: auto;
			margin-bottom: -140px;
		}
	}
}

.olhm-form form {
	& p {
		line-height: 1.2;
		font-size: 14px;
		margin-top: 10px;
		color: var(--primary);

		& a {
			color: var(--orange);
			text-decoration: underline;

			&:hover {
				color: var(--white);
			}
		}
	}
}

.bnsmall-title {
	font-size: 16px;
	font-weight: 500;
	color: var(--orange);
	letter-spacing: 2.47px;
	line-height: 1.1;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.bn-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	font-family: var(--font-head-family);
	color: var(--white);
	margin-bottom: 15px
}

.bn-desc {
	font-size: 17px;
	line-height: 1.2;
	color: var(--white);
	font-weight: var(--font-weight-semibold);
	margin-bottom: 25px;
}

ul.bnicon-list {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0 -16px 40px;
	padding: 0;
	row-gap: 28px;

	& li {
		width: 50%;
		padding: 0 16px;

	}

	.bnicon-box {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.b-icon {
		width: 70px;
		height: 70px;
		border-radius: 100%;
		background-color: var(--theme);
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;

		& img {
			filter: invert(1) brightness(100);
		}
	}

	.b-label {
		width: calc(100% - 70px);
		padding-left: 20px;
		font-size: 18px;
		font-weight: var(--font-weight-bold);
		line-height: 1.334;
		color: var(--white);
	}
}

.olhm-form p a:hover {
	color: var(--blue) !important;
}




/* RESPONSIVE  MEDIA QUERY */


@media (max-width: 1599.98px) {
	.bn-title {
		font-size: 44px;
	}

	.olhmban-left {
		width: 500px;
	}

	.olhmban-right {
		width: calc(100% - 500px);
		align-items: flex-end;

		.olhm-form {
			padding: 30px;
			width: 510px;
			margin: auto 0;
			z-index: 1;

			.heading-30 {
				font-size: 22px;
				margin-bottom: 15px;
			}
		}

		.olhm-image-wrap {
			width: calc(100% - 510px);
			position: relative;

			img.plumber-image {
				position: relative;
				margin-bottom: -50px;
				margin-left: 10px;
			}

			img.vehicle-image {
				margin-bottom: -100px;
				max-width: 400px;
			}
		}
	}



	.bn-desc {
		font-size: 16px;
		line-height: 1.3;
	}

	ul.bnicon-list {
		margin: 0 -12px 40px;
		row-gap: 24px;

		& li {
			padding: 0 12px;
		}

		.b-icon {
			width: 66px;
			height: 66px;
		}

		.b-label {
			width: calc(100% - 66px);
			padding-left: 14px;
			font-size: 16px;
			line-height: 1.45;
		}
	}

	.sec-hmbanner .ol-hmbanner {
		padding: 30px 0;
	}
}

@media (max-width: 1439.98px) {
	.sec-hmbanner .ol-hmbanner {
		padding: 30px 0;
	}

	.olhmban-left {
		width: 100%;
		margin-bottom: 30px;

		.button {
			font-size: 16px;
		}

		.btnlist {
			justify-content: center;
		}
	}

	.olhmban-right {
		width: 100%;
		align-items: flex-start;
		max-width: 800px;
		margin: 0 auto;

		.olhm-form {
			margin: 0;
			text-align: left;
		}

		.olhm-image-wrap {
			img.vehicle-image {
				max-width: 100%;
			}
		}
	}

	.bnsmall-title {
		font-size: 14px;
		line-height: 1.1;
		margin-bottom: 8px;
	}

	ul.bnicon-list {
		row-gap: 14px;
		margin: 0 -12px 30px;

		.b-icon {
			width: 60px;
			height: 60px;
		}

		.b-label {
			width: calc(100% - 60px);
			padding-left: 14px;
			text-align: left;
		}

		& li {
			width: 25%;
		}
	}

	.sec-hmbanner .ol-hmbanner {
		position: relative;
	}

	.sec-hmbanner ul.js-hmbanner img.ban-desk {
		position: absolute;
		height: 100%;
	}

	.olhmban-wrap {
		height: auto;
		text-align: center;
		justify-content: center;
	}

	ul.bnicon-list {
		justify-content: center;
	}

	.sec-hmbanner {
		margin-bottom: 80px;
	}
}

@media (max-width: 1199.98px) {
	ul.bnicon-list {
		.b-icon {
			width: 58px;
			height: 58px;

			& img {
				padding: 2px;
			}
		}

		.b-label {
			width: calc(100% - 58px);
			padding-left: 12px;
			font-size: 15px;
		}
	}

	.bnsmall-title {
		font-size: 12px;
		line-height: 1.1;
		letter-spacing: 2px;
		margin-bottom: 8px;
	}

	.bn-title {
		font-size: 38px;
	}

	.bn-desc {
		font-size: 14px;
	}
}

@media (max-width: 991.98px) {
	ul.bnicon-list {
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;

		& li {
			width: 50%;
		}
	}

	.olhmban-right {
		.olhm-form {
			padding: 25px;
			width: 480px;
		}

		.olhm-image-wrap {
			margin: auto 0;
			width: calc(100% - 480px);
		}
	}

	.sec-hmbanner {
		margin-bottom: 60px;
	}
}

@media (max-width: 767.98px) {
	.bnsmall-title {
		letter-spacing: 1.5px;
	}

	.bn-title {
		font-size: 32px;
	}

	.bn-desc {
		margin-bottom: 20px;
	}

	ul.bnicon-list {
		row-gap: 10px;
		margin-bottom: 20px;

		& li {
			padding: 0 10px;
		}
	}

	.olhmban-right {
		.olhm-image-wrap {
			display: none;
		}

		.olhm-form {
			width: 100%;
		}
	}

}

@media (max-width: 575.98px) {

	.olhmban-right {
		.olhm-form {
			display: none;
		}
	}

	.bn-title {
		font-size: 24px;
	}

	.bnsmall-title {
		letter-spacing: 1px;
	}

	.bn-desc {
		font-size: 12px;
		line-height: 1.4;
		margin-bottom: 15px;
	}

	.olhmban-left {
		margin-bottom: 0;

		.button {
			font-size: 14px;
		}
	}

	.bnsmall-title {
		letter-spacing: 1px;
		font-size: 12px;
		line-height: 1.1;
		margin-bottom: 8px;
	}

	ul.bnicon-list {
		row-gap: 15px;
		margin: 0 auto 25px;
		max-width: 400px;

		& li {
			padding: 0 6px;
		}

		.b-icon {
			width: 54px;
			height: 54px;
			margin: 0 auto 8px;
		}

		.b-label {
			width: 100%;
			padding-left: 0;
			font-size: 14px;
			text-align: center;
			max-width: 150px;
		}

		.bnicon-box {
			flex-direction: column;
		}
	}

	.sec-hmbanner {
		margin-bottom: 40px;
	}
}