body {
	font-family: "Formular" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .1px;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	transition: all ease-in-out .25s;
	color: #337ab7;
}

a:hover {
	text-decoration: none;
}

h2, .sub_heading2 {
	color: #506175;
	font-size: 36px;
	line-height: 36px;
	text-transform: inherit;
	font-weight: 400;
}

h3, .sub_heading3 {
	color: #747474;
	font-size: 24px;
	line-height: 36px;
	text-transform: inherit;
	font-weight: 300;
}

.hading3, h3 {
	font-family: "SourceSansProBold";
	font-size: 38px;
	color: #343434;
	font-weight: 700;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
}

.hading4, h4 {
	font-size: 27px;
	line-height: 48px;
	color: #3a3a3a;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
}

a {
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.wpcf7-form-control {
	border: 2px solid #c4c4c4;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 18px;
	color: #4a4a4a;
	padding: 24px 22px;
}

input.wpcf7-submit {
	background: #363636;
	color: #fff;
	font-weight: 400;
	border: 1px solid transparent;
	padding: 8px 28px !important;
	margin: 0;
	font-size: 20px;
	height: auto;
}

input.wpcf7-submit:hover {
	color: #363636;
	border: 1px solid #363636;
}

.chat-btn {
	background: url("/core/views/1e1dea0dea/assets_v2/css/../images/chat-bubble.png") no-repeat center right;
	width: 31px;
	height: 31px;
	border: 0;
	display: inline-block;
	-webkit-background-size: 90%;
	-moz-background-size: 90%;
	-ms-background-size: 90%;
	background-size: 90%;
	margin-left: 10px;
	--lzl-bg-img: "/core/views/1e1dea0dea/assets_v2/css/../images/chat-bubble.png";
}

.chat-btn.lzl:not(.lzl-ed), .chat-btn.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAED0lEQVR42u3BMQEAAADCoPVPbQdvoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4DcC8AABL9rASwAAAABJRU5ErkJggg==");
}

.chat-btn:focus {
	outline: none;
	box-shadow: none;
}

.wpcf7 {
	position: relative;
}

h1, .heading_main1 {
	font: normal normal bold 50px/55px SourceSansProBold;
	letter-spacing: 0px;
	opacity: 1;
	color: #343434;
	position: relative;
}

h2, .heading_main2 {
	font: normal normal 600 42px/30px SourceSansProSemiBold;
	letter-spacing: 0px;
	color: #343434;
	position: relative;
}

h3, .heading_main3 {
	font: normal normal 600 32px/30px SourceSansProSemiBold;
	letter-spacing: 0px;
	color: #fff;
}

h4, .heading_main4 {
	font: normal normal 500 22px/30px Spoof;
	letter-spacing: 0px;
	color: #262525;
}

.er_msg_box {
	font: normal normal normal 14px/35px Formular;
	padding: 4px 15px;
	max-width: 400px;
	background: #f5cece;
	color: #a91010;
	border: 1px solid #eb7171;
	margin-top: 20px;
	border-radius: 4px;
	transition: all ease-in 1s;
	text-align: center;
}

@keyframes borderBlue {
	0% {
		background: #3da7ef;
	}
	
	50% {
		background: #3da7ef;
		box-shadow: 0 0 1px 5px rgba(61, 167, 239, .45);
	}
	
	100% {
		background: #3da7ef;
	}
}

@keyframes blurBlue {
	0% {
		background: #3da7ef;
	}
	
	50% {
		background: #3da7ef;
		box-shadow: 0 0 3px 2px #3da7ef;
	}
	
	100% {
		background: #3da7ef;
	}
}

@keyframes scale-blur {
	0% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.08);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes scale-triangle {
	0% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(.8);
	}
	
	100% {
		transform: scale(1);
	}
}

.messengers-container {
	position: fixed;
	width: 60px;
	height: auto;
	right: 24px;
	bottom: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column-reverse;
	z-index: 9999;
}

.messengers {
	display: flex;
	flex-direction: column-reverse;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	flex-wrap: nowrap;
	align-items: center;
	margin-left: -1px;
	padding-bottom: 72px;
	gap: 10px;
	cursor: pointer;
}

a.messenger-link {
	display: none;
	width: 50px;
	height: 50px;
	box-sizing: initial;
	transform-origin: center;
	font-size: 24px;
	text-align: center;
	transform: translateY(15px) scale(.7) rotate(90deg);
	opacity: 1 !important;
	background: none;
	margin: 0 !important;
}

a.messenger-link.email {
	height: 38px;
}

a.messenger-link img {
	width: 45px;
}

.chat-icon {
	display: block;
}

.chat-icon img {
	width: 60px;
}

.footerNew {
	width: 100%;
	float: left;
	padding: 33px 0 34px 0;
	background: #161e29;
	font-family: "Inter";
	position: relative;
	overflow: hidden;
}

.footerNew::after {
	content: "";
	width: 400px;
	height: 400px;
	background-color: #455469;
	border-radius: 100%;
	top: -183px;
	right: -117px;
	position: absolute;
}

.footerContainer {
	width: 1140px;
	float: left;
}

.footerNew .footerHeader {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	padding: 0 15px 25px;
	border-bottom: 1px solid #3f4245;
	position: relative;
	z-index: 1;
}

.footerNew .footerHeader .footerHeaderInner {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footerNew .footerHeader .footerHeaderInner .footerLogo {
	float: left;
}

.footerNew .footerHeader .footerHeaderInner .footerLogo img {
	width: 120px;
}

.footerHeaderRight {
	float: left;
	display: flex;
	align-items: center;
	gap: 23px;
}

.footerHeaderRight h4 {
	width: 285px;
	float: left;
	display: flex;
	flex-flow: column;
	color: #fff;
	font-family: "Inter";
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.footerHeaderRight h4 small {
	width: 100%;
	float: left;
	color: #fff;
	font-family: "Inter";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 7px 0 0 0;
}

.footerHeaderRight a.imgBttn {
	width: 160px;
	float: left;
}

.footerHeaderRight a.imgBttn img {
	width: 100%;
}

.endFooterWrap {
	width: 100%;
	float: left;
	margin: 35px 0 0 0;
	display: flex;
	justify-content: center;
	border-top: 1px solid #3f4245;
	position: relative;
	z-index: 1;
}

.endFooterWrap .endFooterInner {
	width: 100%;
	float: left;
	margin: 18px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
}

.endFooterWrap .endFooterInner p {
	float: left;
	color: #afafaf;
	font-family: "Inter";
	font-size: 14px;
	font-weight: 300;
}

.endFooterWrap .endFooterInner p a {
	color: #afafaf;
}

.socialIcons {
	float: left;
	display: flex;
	gap: 8px;
}

.icon {
	background-color: #007bc3;
	min-width: 35px;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #fff;
}

.icon:hover {
	color: #007bc3;
	background-color: #fff;
}

.faqSectionWrap {
	width: 100%;
	float: left;
	max-width: 980px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 70px 0 0 0;
}

.faqSectionWrap h2 {
	width: 100%;
	float: left;
	text-align: center;
	text-align: center;
	color: #1c2833;
	font-family: "Inter";
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: 110.526%;
	margin: 0;
}

.faqSectionWrap p {
	width: 100%;
	float: left;
	text-align: center;
	text-align: center;
	color: #597086;
	font-family: "Poppins";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 173.333%;
	max-width: 594px;
	margin: 22px 0 0 0;
}