section {
	float: left;
	width: 100%;
}

/************************ Hero*****************************/

.md-hero-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

#md-hero{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	padding: 100px 0;
	
}
/* @media all and (min-width:1301px) {
	#md-hero {
		padding: 100px 0;
		   height: 639px;
	}
	.hero-video-wrapper{
		height:639px;
	}
} */
.hero-video-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	z-index:-1;
}

.hero-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block !important;
}

.hero-video-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3); /* Black overlay with 30% opacity */
	z-index: 0; /* Ensure the overlay is below the text and form */
}



.md-hero-wrap .md-hero-left{
	padding-left: 0px;
}

.md-hero-wrap .md-hero-right {
	padding-right: 0px;
	padding: 30px;
	background-color: #fff;
	border-radius: 30px;
	max-width: 370px;
}

.hero-header {
	font-size: 56px;
	font-weight:800;
	line-height:61.6px;
	color:#fff;
	margin-bottom: 30px;
	position: relative;
}


.sub-header {
	font-size:22px;
	font-weight: 700;
	line-height: 33px;
	color:#fff;
	text-align: left;
}



h3{
	color: #0E1C36;
	size: 24px;
	font-weight: 600;

}

h3.md-form-header {
	padding-bottom: 23px;
	line-height: 28.8px;
	color: #0E1C36;
	text-align: center;
	font-weight:600;
}



/************************ Form*****************************/
div#gform_1_validation_container {
    display: none;
}
div#validation_message_1_7 {
    margin-top: 0;
}
body img.gform_ajax_spinner {
	display: none !important;
}
.gform_required_legend {
	display:none;
}
div#validation_message_1_7 {
	margin-top: 0!important;
	margin-block-start:0!important;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	width: 100% !important;
	border-radius: 10px;
	border: 1px solid #A8ADB659;
	color: #A8ADB6;
	font-family: "Lato", sans-serif;
	background-color: #A8ADB61F;

}
.gform_wrapper.gravity-theme .gfield_required{
	color:#0E1C36 !important;
}
.md-form-wrap input[type='button'] {
	border-radius: 60px;
	background-color: #F7CA18;
	color: #0E1C36;
	font-size: 18px;
	font-weight: 800;
	min-height: 50px;	
	border: none;
	font-family: "Lato", sans-serif;
	transition: .3s ease-in-out;
	    margin-left: 0 !important;
}

.md-form-wrap input[type='button']:hover {
	background-color: #FFDB4A; 

}


input#gform_previous_button_1,
.instruction.validation_message{
	display: none;
}


.md-form-wrap input[type='submit'] {
	margin-left: 0px;
	border-radius: 60px;
	background-color: #F7CA18;
	color: #0E1C36;
	font-size: 18px;
	font-weight: 800;
	border: none;
	font-family: "Lato", sans-serif;
	transition: .3s ease-in-out;
}

.md-form-wrap input[type='submit']:hover {
	background-color: #FFDB4A; 

}

label.gfield_label {
	font-size: 15px !important;
	line-height: 18px;
	color: #0E1C36;
	font-family: "Lato", sans-serif;
}

input[placeholder]::placeholder {
	font-size: 15px;
	font-weight: 300;
	color: #A8ADB6;
	font-family: "Lato", sans-serif;
	padding-left: 7px;
	opacity:1;
}



/************************ Badges*****************************/
.badges-section.home-sections.badges-hero-section {
	display: unset;
}

section.badges-section.home-sections {
	padding: 20px 0 20px 0;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content:center;
}

.badges-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.single-badge-holder {
	position: relative;
	width: 100%;
	display:flex;
	 align-items: center;
    justify-content: center;
	
}

.badges-holder img {
	transform: scale(80%);
}

.single-badge-holder:not(:last-child)::after {
	content: ''; 
	position: absolute; 
	top: 50%; 
	transform: translateX(-50%) translateY(-50%);
	height: 46.93px; 
	width: 1.8px; 
	background-color: #A8ADB6;
}



.single-badge-holder:after {
right:-7px;
}



/************************ Services*****************************/

section.moving-services-section.home-sections {
	padding-top: 60px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-size: cover;
}

.services_inner .section-title {
	color: #fff;
	margin-bottom: 33px;
}  

.custom-services {
	margin-bottom: 100px;
	display: flex;
	justify-content: center;
}

.services-title p.sub-header.center-title {
	padding-bottom: 100px;
	font-weight: 500;
}
.md-servies-all-holder {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.service-cards {
	display: flex;
	flex-direction: column;
	color: #868C96;
	font-size: 16px;
	text-align: center;
	border-radius: 25px;
	height: auto;
	background-color: #fff;
	justify-content: space-between;
	padding: 120px 20px 0px 20px;
}

.card-header {
	font-size: 24px;
	font-weight: 500;
	color: #0E1C36;
	padding: 10px 0 20px;

}

.card-text {
	font-weight:400;
	font-size: 16px;
	line-height: 24px;
	color: #868C96;

}

.services .row {
	margin-bottom: 77px;
}

.service-cards img {
	align-self: center;
	position: absolute;
	top: -50px;
}

.service-cards a {
	background: #F7CA18;
	width: 149px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px 4px 0 0;
	align-self: center;
	vertical-align: bottom;
	margin-top: 12px;	
	font-weight: 700;
	color: #0E1C36;
	transition: .3s ease-in-out;
}

.service-cards a:hover {
	background-color: #FFDB4A; 

}


/************************ How It Works****************************/


section.how-it-section.home-sections {
	background-color: #F4F5F6;
	padding: 100px 0 280px 0;
}


.how-it {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.how-title h2.center-title.section-title.after-title {
	margin-bottom: 32px;
}

.custom-how {
	margin-bottom: 35px;
	display: flex;
	justify-content: center;
}

.how-it-cards {
	text-align: center;
}

.how-it-header {
	font-size: 26px;
	line-height: 28.6px;
	font-weight: 500;
	padding-bottom: 20px;
	color: #0E1C36;
}

.how-it-text {
	font-size: 16px;
	font-weight: 400;
	color: #868C96;
	line-height: 24px;

} 

.how-it a.md-footer-quote-link {
	width: 250px;
	height: 50px;
	font-size: 18px;
}
/* ALLIED BANNER */
.md-allied-banner-section {
	margin-top: -175px;
}
.al-baner-holder {
	background: #023683;
	float: left;
	width: 100%;
	padding: 45px 40px;
	border-radius: 50px;
}
.al-baner-left-holder {
	width: 100%;
	height: 100%;
	background: #FFF;
	box-shadow: 5px 9px 25.1px 0px #38475C2B;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 25px 35px 30px;
	min-height: 264px;
}
.al-left-p {
	font-size: 26px;
	font-weight: 500;
	line-height: 33.8px;
	text-align: center;
	margin-top: 35px;
	position: relative;
	color:#0E1C36;
	max-width: 27ch;
}
.al-left-p span {
	font-weight:800;
	color:#E43A2C;
}
.al-left-p:before {
	content: '';
	height: 3px;
	position: absolute;
	width: 50px;
	background: #F7CA18;
	right: 50%;
	transform: translate(50%);
	top: -12px;
}
.al-img-right {
	border-radius: 20px;
	min-height: 264px;
	object-fit: cover;
}
/************************ Testimonials****************************/
/* section.md-testiominals-section.home-section {
padding: 50px;
}

section.md-testiominals-section.home-section .section-title {
color:#fff;
} */
.md-container {
	padding: 0 15px;
	max-width: 1670px;
	margin: 0 auto;
	display: flex;
}






/**************************** MEDIA *******************************/

@media all and (min-width:768px){
	h1.hero-header br{
		display:none;
	}
}


@media all and (min-width:621px) {
	.badges-holder {
		gap:10px;
	}
}

@media all and (max-width:1500px){

	.hero-header{
		font-size:46px;
		line-height: 51px;
	}

	.section-title {
		font-size: 32px;
		line-height: 44px;
	} 

	.card-header{
		font-size: 22px;
		line-height: 30px;
	}



}
@media all and (min-width: 992px) and (max-width: 1300px) {
	#md-hero {
		padding: 34.5px 0 42.5px;
	}

}

@media all and (min-width: 992px) and (max-width: 1220px) {
	.hero-video {
		height: 120%;
	}

}
@media all and (min-width: 621px) and (max-width: 1200px) {
	.badges-hero-section .single-badge-holder:nth-child(4)::after {
		display:none;
	}
}
@media all and (max-width:1200px){

	.badges-holder img {
		transform: scale(70%);
	}

.badges-holder {
    flex-wrap: wrap;
}

	.single-badge-holder {
		width: 20%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	
	}

	.services_inner .section-title {
		margin-bottom: 45px;
	} 

	.sub-header {
		font-size: 18px;
	}

} 


@media all and (min-width: 992px) and (max-width: 1200px) {

	.hero-header{
		font-size:40px;
		line-height: 51px;
	}

	h3.md-form-header,
	.how-it-header{
		font-size:24px;
		line-height: 34px;
	}

	.section-title {
		font-size: 32px;
		line-height: 44px;
	} 

	.card-header{
		font-size: 18px;
		line-height: 28px;
	}
}
@media all and (max-width:1199px) {
	.md-about-us-image-holder {
		height:unset!important;
		justify-content: center !important;
	}
}
@media all and (max-width:991px){
	.al-img-right {
		width: 100%;
		margin-top: 40px;
	}
	section.how-it-section.home-sections {
		background-color: #F4F5F6;
		padding: 100px 0 240px 0;
	}

	.md-hero-wrap .md-hero-left {
		padding-left: 0px;
		padding-right: 0px;
		display: flex;
		flex-direction: column;

	}

	section.badges-section.home-sections {
		padding: 14px 0 14px 0;
	}

	.hero-header{
		font-size:34px;
		line-height: 44px;
	}



	.md-about-us-image-holder {
		display: flex;
		justify-content: center;
	}	

	.md-hero-wrap .md-hero-right {
		max-width:unset;
	}

	.sub-header {
		padding-bottom: 40px;
	}

	#md-hero {
		padding-top:40px;
		padding-bottom: 38px;
	}

}

@media all and (max-width: 991px) and (min-width: 559px) {

	.section-title {
		font-size: 28px;
		line-height: 40px;
	} 

	.card-header{
		font-size: 22px;
		line-height: 28px;
	}


	/* section.md-testiominals-section.home-section {
	padding: 50px 20px 50px 20px;
} */

}

@media all and (min-width:768px) and (max-width:991px){
	h1.hero-header {
		max-width: 500px;
	}

	.how-it-header {
		font-size: 22px;

	}

}


@media all and (max-width:767px){

	.hero-header {
		text-align: center;
	}

	h1.hero-header {
		max-width: 325px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.sub-header {
		text-align: center;
		line-height: 34px;
	}

	.how-it-inner {
		margin-bottom: 40px;
	}

	#md-hero .after-title:after {
		left: 45%;
	}

	section.moving-services-section.home-sections {
		padding: 50px 0 10px;
	}

	.md-servies-all-holder .custom-services {
		padding-left: 0px;
		padding-right: 0px;
	}

	.services-title p.sub-header.center-title {
		padding-bottom: 70px;
		font-weight: 500;
	}

	.service-cards a {
		margin-top: 22px;
	}

	.how-it-inner .custom-how {
		margin-bottom: 12px;	
		padding-left: 0px;
		padding-right: 0px;
	}
	.how-it-cards h3{
		font-size:22px;
		line-height: 33px;
	}

	.custom-services {
		margin-bottom: 80px;
	}

	.service-cards {
		padding: 100px 20px 0px 20px;
	}

	.service-cards img {
		height: 140px;
		width: 140px; 
	}



}

@media all and @media all and (max-width: 767px) and (min-width: 559px) {


}
@media all and (max-width:640px){

	.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month{
		margin-right: 0px;
		margin-left: 0px;
		text-align-last: center;
	}

	.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year {
		text-align-last: center;
		margin-right: 0px;
	}




	.gravity-theme.ui-datepicker .ui-datepicker-title {
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;

	}
}

@media all and (min-width:620px) {
	.badges-second .badges-holder {
		gap: 25px;
	}
}
@media all and (max-width:621px){
	.al-baner-holder {
		background: #023683;
		float: left;
		width: 100%;
		padding: 25px 10px;
		border-radius: 50px;
	}
	.al-img-right {
		width: 100%;
		margin-top: 15px;
	}
	.al-left-p {
		font-size:25px;
	}

	.badges-hero-section .single-badge-holder:nth-child(odd)::after {
display:none;
}

.badges-second .single-badge-holder:nth-child(even)::after {
display:none;
}

}

@media all and (max-width:620px){
	.md-about-us-image-holder {
		justify-content: start !important;
	}
	.single-badge-holder:last-child::after {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		height: 46.93px;
		width: 1.8px;
		background-color: #A8ADB6;
		
	}
	.badges-second .badges-holder > .single-badge-holder:first-child {
		order: -1;
		width: 50%;
	}

	section.badges-section.home-sections {
		height: auto;

	}	

	.badges-holder {
		flex-wrap: wrap;
	}

	.badges-holder > .single-badge-holder:first-child {
		order: 2; 
		width: 50%;
	}

	.badges-holder > .single-badge-holder:nth-child(2) {
		width: 50%;
	}
	.badges-holder > .single-badge-holder:nth-child(3) {
		width: 50%;
	}

	.badges-holder > .single-badge-holder:nth-child(4) {
		width: 50%;
	}
	.badges-holder > .single-badge-holder:nth-child(5) {
		width: 50%;
	}


	.single-badge-holder {
		width: 50%;
		display: flex;
		justify-content: center;
	}

	.badges-holder img {
		transform: scale(70%);
	}
}

@media all and (max-width:559px){
	

	#md-hero {
		padding: 36px 0 38px;
	}	

	.hero-header{
		font-size:34px;
		line-height: 40px;
	}

	.md-hero-wrap .sub-header {
		text-align: center;
		line-height: 28px;
	}


	.section-title {
		font-size: 26px;
		line-height: 36px;
	} 

	h3.md-form-header{
		font-size:22px;
		line-height: 33px;
	}

	.card-header {
		padding: 0 0 10px;
	}

	section.how-it-section.home-sections {
		padding:60px 0px 225px;
	}
	.al-baner-holder {
		padding: 40px 10px;
	}
	.al-img-right {
		object-position: left;
	}
}


/* Form changes  */

/* form#gform_1 .gfield.gfield_visibility_visible{
    position: relative;
}
form#gform_1 .gform_wrapper.gravity-theme .gform_fields{
	grid-row-gap: 18px;
}
form#gform_1 .gfield_validation_message {
    position: absolute;
    bottom: -20px;
    padding: 3px 10px;
    width: 160px;
    right: 0;
    font-size: 14px;
    border-radius: 10px 0 10px 10px;
}
form#gform_1 .gform_page_footer.top_label {
    margin-top: 10px !important;
}
form#gform_1 div#gform_page_1_1 {
    max-height: 290px;
}
.md-hero-wrap .md-hero-right {
    max-height: 527px;
} */