
.mktoModalContent,
#contactUsThankyouModal .modal-dialog {
	max-width: 940px;
	width:90%;
	background: #fff;
	border:1px solid #4a90E2;
	box-shadow: 0px 0px 2px 0px rgba(74,144,226,.7);
	padding: 30px !important;
}
#contactUsThankyouModal .modal-dialog{ 
	padding: 0px !important;
	min-height: calc(100vh - 100px);
}
#contactUsThankyouModal .modal-dialog .modal-content{
	border:0px;
}
#contactUsThankyouModal .modal-dialog .modal-body{
	min-height: calc(100vh - 100px);
	display: flex;
	align-items: center;
	justify-content: center;
}
#contactUsThankyouModal .modal-dialog .modal-body h2{
	color: #005EB8;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
}
.marketo_section.mktoModalContent .mktoModalMain{
	width: 100% !important
}
.marketo_section.mktoModalContent .mktoModalMain .mktoForm{
	max-width: 100% !important
}
.marketo_section.mktoModalContent .mktoModalMain .heading{
	font-size: 32px;
	color: #005EB8;
	line-height: 34px;
	font-family: 'geinspiraSerif', Arial, sans-serif;
	letter-spacing: 0px;
	margin-bottom: 40px;
}
.marketo_section .mktoForm label.mktoLabel, 
.marketo_section .mktoForm .mktoRequiredField label.mktoLabel, 
.marketo_section .mktoFieldWrap label.mktoLabel, 
.marketo_section .mktoFieldWrap .mktoHtmlText{
	font-size: 16px;
	line-height: 19px;
	color: #63666a;
	letter-spacing: 0;
	font-style: normal;
	font-family: 'geinspiraSerif', Arial, sans-serif !important;
	margin-bottom: 4px;
	display: flex;
	width: 100% !important;
}
.marketo_section .mktoLabel span{
	margin-left: auto !important;
}
.marketo_section .mktoForm .mktoFormRow {
    width: 50%;
    float: left;
    clear: unset !important;
}
.marketo_section .mktoForm input[type=text], 
.marketo_section .mktoForm input[type=url], 
.marketo_section .mktoForm input[type=email], 
.marketo_section .mktoForm input[type=tel], 
.marketo_section .mktoForm input[type=number], 
.marketo_section .mktoForm input[type=date], 
.marketo_section .mktoForm textarea.mktoField, 
.marketo_section .mktoForm select.mktoField{
	background: #fff !important;
	border-color: #63666a !important;
	color: #222 !important;
	font-size: 16px !important;
	line-height: 19px !important;
	font-family: 'geinspiraSerif', Arial, sans-serif !important;
}
.marketo_section *::placeholder{
	color: #63666a !important;
}
.marketo_section .mktoFieldDescriptor.mktoFormCol {
    width: 100% !important;
}
.marketo_section .mktoButtonRow{
	display: inline-flex !important;
	padding-right: 10px; 
	justify-content: flex-end !important;
}
.marketo_section .mktoButtonRow .mktoButton{
	padding: 10px 61px!important;
    font-weight: 400 !important;
}
.marketo_section .mktoModalClose, #contactUsThankyouModal .close {
	width: 32px !important;
    height: 28px !important;
    line-height: 25px !important;
    color: #222 !important;
    background: #fff !important;
    font-size: 16px !important;
	font-weight:700;
    position: absolute;
    opacity: 1 !important;
	top: -22px !important; 
    right: -30px !important;
    border-radius: 20px;
    border:1px solid #ccc;
    outline: none !important
}



@media (max-width: 575px){
	.marketo_section .mktoForm .mktoFormRow {
	    width: 100%;
	    float: left;
	    clear: unset !important; 
	}
	.marketo_section .mktoModalContent{
		left: 5% !important;
	}
}


/* plugin css*/