@media(max-width:991px) {
	.acc_itel {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
	}

	.comman_btn a span {
		font-size: 14px
	}
}



.acc_itel.active {
	color: rgb(2, 39, 65);
	background: #30CFF2;
}

.scrl_tabbing_news_wrap {
	position: sticky !important;
	top: 60px;
}

.scrl_tabbing_news_wrap {
	padding: 40px 40px 40px 0;
}

.scrl_tabbing_news_items li a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	display: block;
}

acc_itel.active {
	color: rgb(2, 39, 65);
	background: #30CFF2;
}

.acc_itel {
	padding: 10px;
	font-size: 16px;
	background: rgb(2, 39, 65);
	color: #fff;
	margin: 10px 0 0;
	cursor: pointer;
	display: none;
}

.scrl_tabbing_news_items {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

@media(max-width:767px) {

	.comman_btn a::after {
		flex: 0 0 34px
	}
}

@media screen and (max-width:767px) {
	.comman_btn.banner_cta a:after {
		width: 35px;
		margin-left: 0px;
		margin-top: -1px;
	}

	.cursor {
		display: none
	}
}

@media screen and (max-width:575px) {

	.heading-22 {
		font-size: 18px;
		line-height: 30px
	}

	.cursor {
		display: none
	}
}

@media screen and (max-width:1199px) {

	.heading-26 {
		font-size: 20px;
		line-height: 32px
	}
}

@media screen and (max-width:991px) {

	.heading-26 {
		font-size: 22px;
		line-height: 34px
	}
}

.acc_itel:after {
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	margin-left: 10px;
	font-size: 14px;
	transition: 0.3s;
	color: #fff;
}

@media (max-width: 991px) {
	.acc_itel.active:after {
		transform: rotate(45deg);
		transition: 0.3s;
	}

	section.page-section {
		padding: 0;
		display: none;
		border: 1px solid #ddd;
		padding: 10px;
		border-width: 0 1px 1px 1px;
	}

	.acc_itel.active:after {
		transform: rotate(45deg);
		transition: 0.3s;
	}
}

@media (min-width:300px) and (max-width:767px) {
	.enquire-wrap form {
		display: block !important;
	}

	.enquire-wrap form .hs-form-field {
		width: 100% !important;
		margin-bottom: 30px;
	}

	section.getin-touch .hs_submit .actions:after {
		width: 45px !important;
		height: 45px !important;

	}

	section.getin-touch {
		padding-top: 30px !important;
		padding-bottom: 10px !important;
	}

	.services-cont {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	section.getin-touch {
		padding-top: 60px !important;
		padding-bottom: 30px !important;
	}


}