.flex{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.nowrap{
	flex-wrap: nowrap;
}
.justify-content-between{
    justify-content:space-between;
}
.justify-content-around{
    justify-content:space-around;
}
.justify-content-center{
	justify-content: center;
}
.justify-content-end{
    justify-content:flex-end;
}
.align-items-center{
	align-items: center;
}
.align-items-stretch{
	align-items: stretch;
}
.align-items-end{
	align-items: flex-end;
}
.align-content-end{
	align-content: flex-end;
}
.align-content-center{
	align-content: center;
}
.otgs-development-site-front-end{
	display:none !important;
}
/************************************************************************************************************************************************************/
.footer .wrapper .menus {
	width:calc(100% - 243px);
}
@media (max-width: 895px) {
	.footer .wrapper .menus {
		width: 100%;
	}
}

.hero-powered-by-flex{
	background: #14365EC4;
	border-radius: 15px;
	overflow: visible;
	padding: 17px 0;
	margin-top: 50px;
	display: flex;
}
.hero-powered-by-text{
	width: 50%;
	text-align: right;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #FEBC00;
}
.hero-powered-by-icowrap {
	width: 50%;
	margin: -39px 0;
}
.hero-powered-by-ico{
	display: block;
	margin: auto;
	padding: 0 ;
	max-width: 97px;
	max-height: 97px;
}
@media (max-width: 895px) {
	.hero-powered-by-flex {
		margin-top: -37px;
	}
}

/********************************************************************************************************************************************************************************/
/**************************************************** CUSTOM LIGHTBOX ***********************************************************************************************************/
/********************************************************************************************************************************************************************************/
.open-lightbox {
	position: fixed;
	z-index: 100;
	background: #eee;
	width: 10px;
	height: 10px;
	left: 15px;
	bottom: 50px;
}
.form-lightbox{
	display:none;
	position: fixed;
	width:100vw;
	height:100dvh;
	left: 0;
	top: 0;
	background: #292924C4;
	overflow: scroll;
	z-index: 999991 !important;
}
.form-lightbox.active{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.form-lightbox-container{
	width: calc(100% - 30px);
	margin: 0 15px;
	background-color: #274b8d;
	border-radius: 27px;
	position: relative;
	cursor: unset;
	max-width: 1089px;
	max-height: 100dvh;
}
.form-lightbox-close {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	transition: transform .25s ease-in-out;
}
.form-lightbox-close:hover{
	transform: rotate(-90deg);
}
.form-lightbox-close {
	position: absolute;
	z-index: 10;
	top: 23px;
	right: 27px;
	width: 47px;
	height: 42px;
	transition: transform .25s ease-in-out;
	background-image: url('../img/td-multiform-close.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.lightbox-form {
	padding: 65px 65px 45px;
	position: relative;
}
.lightbox-form > *:not(.lightbox-form-bg){
	position: relative;
	z-index: 2;
}
.lightbox-form-bg{
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	background-color: #274b8d;
	border-radius: 27px;
	overflow: hidden;
	background-image: url('../img/td-multiform-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 center;
}
.lightbox-form-title {
	font-weight: 700;
	font-size: 38px;
	line-height: 47px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 54px;
	color: #fff;
}
.lightbox-form .wpcf7-spinner{
	display: none !important;
}
.wpcf7-not-valid-tip {
	background: rgba(255,255,255,0.5);
	border-radius: 12px;
	padding: 3px 10px 3px 10px;
	margin-top: 3px;
	text-align: center;
}
.wpcf7 form .wpcf7-response-output {
	border-radius: 12px;
	background: rgba(255,255,255,0.5);
	border-width: 1px;
	text-align: center;
	margin: 20px 0 0;
}
.main-form-wrapper.lightbox-form{
	max-width: unset;
	position: relative;
}
.td-multiform-step {
    display: none;
}
.td-multiform-step.active {
    display: block;
}
.main-form-wrapper.lightbox-form .wpcf7-form {
	overflow: visible;
}
.td-multiform-step-imgwrap{
	margin-top: -105px;
	margin-bottom: 20px;
}
.td-multiform-step-imgwrap img{
	margin: auto;
	display: block;
}
.td-multiform-step-title{
	font-weight: 700;
	font-size: 44px;
	line-height: 53px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 39px;
}
.td-multiform-step-title span{
	color: var(--color-yellow, #FEBC00);
}
.td-multiform-step-2 .td-multiform-step-title {
	margin-bottom: 67px;
}
.td-multiform-step-3 .td-multiform-step-title {
	margin-bottom: 58px;
}
.td-multiform-step-buttons{
	gap: 11px;
}
.td-multiform-step-button,
.td-multiform-field-submit .wpcf7-submit{
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	padding: 15px;
	min-width: 295px;
	background: var(--color-red, #F64E49);
	border-radius: 38px;
	cursor: pointer;
	gap: 10px;
	appearance: none;
	border: none;
}
.td-multiform-step-button.td-multiform-step-button-prev{
	background: #6C95E0;
}
.td-multiform-step-button:hover,
.td-multiform-field-submit .wpcf7-submit:hover{
	background:var(--color-yellow, #FEBC00);
}
.td-multiform-field-submit{
	width: 100%;
}
.td-multiform-field-submit .wpcf7-submit{
	margin-top: 4px;
}
.td-multiform-step-theform{
	max-width: 740px;
	margin: auto;
}
.td-multiform-step-theform-flex{
	gap: 24px;
}
.td-multiform-step-theform-flex-left,
.td-multiform-step-theform-flex-right{
	width:calc(50% - 12px);
}
.td-multiform-field:not(:last-child){
	margin-bottom: 16px;
}
.td-multiform input, .td-multiform textarea {
	font-family: "Inter",sans-serif;
	outline: none !important;
	border-radius: 24px;
	background: #fff;
	padding: 13px 32px;
	color: #646464;
	font-size: 16px;
	line-height: 19px;
	width: 100%;
	box-sizing: border-box;
	border: none;
	box-shadow:none;
}
@media screen and (max-width: 895px){
	.lightbox-form {
		padding: 58px 24px 32px;
	}
	.td-multiform-step-imgwrap {
		margin-top: -90px;
		margin-bottom: 10px;
	}
	.td-multiform-step-imgwrap img {
		max-width: 250px;
		max-height: 250px;
	}
	.td-multiform-step-title {
		font-size: 22px;
		line-height: 27px;
		margin-bottom: 9px;
	}
	.td-multiform-step-2 .td-multiform-step-title {
		margin-bottom: 14px;
	}
	.td-multiform-step-3 .td-multiform-step-title {
		margin-bottom: 28px;
	}
	.td-multiform-step-theform-flex-left, 
	.td-multiform-step-theform-flex-right {
		width: 100%;
	}
	.td-multiform-step-theform-flex {
		gap: 8px;
	}
	.td-multiform-field:not(:last-child) {
		margin-bottom: 8px;
	}
	.td-multiform-field-submit .wpcf7-submit {
		margin-top: 12px;
	}
}
/********************************************************************************************************************************************************************************/