body {
	font-family: 'Manrope', sans-serif !important;
	color: #5F6471;
}

* {
	box-sizing: border-box;
}

main.main {
		min-height: calc(100vh - 134px);
}
a.btn.btn-primary ,
button.btn-primary {
	border-style: none;
	border-radius: 5px;
	padding: 25px 32px;
	background: #4F6AD2;
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	background-repeat: no-repeat;
	min-height: 76px;
	margin-bottom: 0px;
}

button.btn-default:hover {
	background: #4661ca;
	box-shadow: none;
	color: #fff;
}

.container {
	max-width: 1176px;
}

.form-outside-sec .container {
	height: 100%;
	display: table;
	width: 100%;
	padding: 80px 0px 120px 0px;
	margin: 0 auto;
	float: none;
	border-radius: 0 0 65px 65px;
}

.form-outside-sec .container > .row {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}



.form-boxOuter {
	width: 100%;
	max-width: 936px;
	margin: 0 auto;
	float: none;
	clear: both;
	padding: 85px 81px;
	border-radius: 65px;
	background-color: #ffffff;
}

.form-boxOuter .input-group,
.form-boxOuter .form-control {
	width: 100%;
}

.form-boxOuter .form-control {
	margin-bottom: 24px;
}

.form-boxOuter h1 {
	color: #3FBEB3;
	margin-top: 24px;
	width: 100%;
	display: block;
	float: left;
	font-size: 56px;
	line-height: 77px;
	font-weight: bold;
	margin-bottom: 24px;
}
.form-boxOuter .content-style2 h1 {
   color: #4F6AD2;
}
.form-boxOuter .content-style2 a.btn.btn-primary {
	background-color: #3FBEB3;
    margin-top: 24px;
}

.form-boxOuter p {
	font-size: 24px;
	line-height: 38px;
	margin-top: 16px;
	margin-bottom: 12px;
	font-weight: 500;
}

.form-boxOuter .top-sec .row .imgs-row {
	align-items: end;
}
.form-boxOuter .top-sec .row .imgs-row a {
    text-decoration: none !important;
    outline: none !important;
}

.form-boxOuter .top-sec .row>.imgs-row >div:first-child .img-outer {
	text-align: left;
}
.form-boxOuter .top-sec .row>.imgs-row >div:first-child .img-outer img {
    max-width: 277px;
    width: 100%;
    max-height: 100px;
}

.form-boxOuter .top-sec .row>.imgs-row >div:last-child .img-outer {
	text-align: right;
}

.form-boxOuter .top-sec .row> .imgs-row >div:last-child .img-outer img {
	margin-left: 24px;
	margin-right: 24px;
	width: calc(33.33% - 24px);
	max-width: 100px;
	height: auto;
	align-items: center;
	display: inline-block;
	vertical-align: baseline;
}

.form-boxOuter .top-sec .row> .imgs-row >div:last-child .img-outer a:last-child img,
.form-boxOuter .top-sec .row> .imgs-row >div:last-child .img-outer a:first-child img {
	margin-left: 0px;
	margin-right: 0px;
}

.form-boxOuter .top-sec {
	margin-bottom: 60px;
	display: block;
}

footer hr {
	margin-top: 40px;
	margin-bottom: 36px;
	border: 0;
	border-top: 1px solid #EBEBEB;
}

footer .container {
	padding: 0px;
}

footer .container p {
	margin-bottom: 38px;
	line-height: 13px;
	line-height: 19px;
	color: #212529;
}
@media screen and (min-width: 1025px) {
	.form-boxOuter .top-sec .row .imgs-row {
		display: flex;
       justify-content: space-between;
       width: 100%;
	}
	
	.form-boxOuter .top-sec .row>div:first-child .img-outer img {
		max-width: 277px;
	}
}
@media screen and (max-width: 1024px) {

	.form-boxOuter .top-sec .row .imgs-row>div:first-child .img-outer img {
        max-width: 291px;
		margin: 0 auto;
	}
	.form-boxOuter h1 {
		font-size: 46px;
		line-height: 77px;
	}
	.form-boxOuter p {
		font-size: 18px;
		line-height: 29px;
		margin-top: 16px;
		margin-bottom: 36px;
		font-weight: 500;
	}
	.form-boxOuter .top-sec {
		max-width: 297px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.form-boxOuter {
		margin: 0 auto;
		padding: 56px 25px;
		border-radius: 65px;
		background-color: #ffffff;
	}
	.form-boxOuter .top-sec .imgs-row >div:first-child .img-outer {
		border-bottom: 1px solid #EBEBEB;
		padding-bottom: 16px;
		margin-bottom: 16px;
	}
	.form-boxOuter .top-sec .imgs-row >div:first-child .img-outer {
		text-align: center !important;
	}
	.form-boxOuter .top-sec .imgs-row >div:last-child .img-outer{
		text-align: center !important;
	}
	
		.form-boxOuter .top-sec .imgs-row >div{
		width: 100%;
	}
	.form-outside-sec .container {
		padding: 40px 33px 80px 33px;
	}
	.container {
		max-width: 688px;
	}
	footer .container p {
		margin-bottom: 24px;
	}
	footer hr {
		margin-top: 28px;
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 767px) {
	.form-boxOuter h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.form-boxOuter {
		padding: 56px 16px 56px;
	}
	.btn-outer {
		text-align: center;
	}
	.btn-outer button {
		margin-left: auto;
		margin-right: auto;
	}
	.form-outside-sec .container {
		padding: 50px 1px 80px 1px;
	}
	footer .container {
		padding-left: 16px;
		padding-right: 16px;
	}
	main.main {
		min-height: 100%;
}
}


/************* FOEM CSS STARTS **************/

.mktoForm {
	font-family: 'Manrope', sans-serif !important;
	width: 100% !important;
	max-width: 100% !important;
	;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
	display: block;
	width: 100% !important;
	min-height: 60px !important;
	padding: 8px 16px !important;
	font-size: 16px !important;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dddddd !important;
	border-radius: 4px !important;
	outline: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

.mktoForm .mktoLabel {
	color: #5F6471 !important;
	margin-bottom: 6px;
	padding: 0px;
	float: left;
	font-size: 16px !important;
	line-height: 22px !important;
	font-weight: 700 !important;
	padding-top: 0px !important;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
	border-style: none !important;
	border-radius: 6px !important;
	padding: 24px 33px !important;
	background: #4F6AD2 !important;
	box-shadow: none !important;
	text-shadow: none !important;
	color: #fff !important;
	font-size: 18px !important;
	line-height: 28px !important;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	background-repeat: no-repeat;
	min-height: 76px !important;
	margin-bottom: 0px;
	text-transform: uppercase !important;
	margin-top: 20px !important;
}

.mktoForm .mktoFormCol,
.mktoForm .mktoFieldWrap {
	width: 100% !important;
}

.mktoForm .mktoButtonRow span.mktoButtonWrap.mktoSimple {
	margin-left: 0px !important;
}

.mktoFieldDescriptor.mktoFormCol {
	margin-bottom: 20px !important;
}

.mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
	display: none !important;
}

.mktoForm .mktoFormRow:nth-child(4) .mktoFormCol {
	min-height: unset !important;
	margin-bottom: 0px !important;
}

.mktoForm .mktoFormRow:nth-child(4) .mktoFormCol .mktoOffset {
	height: auto;
}

.mktoForm .mktoFieldWrap a.btn.btn-link {
	position: absolute;
	left: 176px;
	top: 34px;
	color: #5F6471;
	text-decoration: none;
	font-size: 16px;
	line-height: 37px;
	font-weight: 500;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.mktoForm .mktoFieldWrap a.btn.btn-link {
		top: 56px;
	}
 }

@media screen and (max-width: 767px) {
.mktoForm .mktoButtonRow {
    width: 100%;
    text-align: center;
 }
 .mktoForm span.mktoButtonWrap.mktoSimple {
    width: 100%;
    text-align: center;
    float: left;
	padding-bottom: 45px;
 }
 .mktoForm .mktoFieldWrap a.btn.btn-link {
    top: 105px;
    color: #5F6471;
    font-size: 16px;
    line-height: 37px;
    font-weight: 500;
    left: 0;
    right: 0;
 }
 .mktoForm, 
 .mktoMobileShow .mktoForm {
	padding: 0px !important;
 }
}