/*.itcfm-form{max-width:600px;padding:12px;border:1px solid #ddd;border-radius:6px}
.itcfm-field{margin-bottom:10px}
.itcfm-field input,.itcfm-field select{width:100%;padding:8px}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*{
	margin: 0;
	padding: 0;
}*/


body{
	font-family: "Open Sans", sans-serif;
	font-size: 100%;
}

div, span, a, ul, li, button, input, section, h1, h2, h3, h4,h5, h6{
	box-sizing: border-box;
}

a, input, button{
	outline: 0;
}

img{
	max-width: 100%;
}

/*reset css done*/

/*.wrap {
    width: 100%;
    height: 1200px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.bgImg {
    text-align: center;
    margin: auto;
    display: table;
}

.bgimgWrap{
	width: 100%;
	position: relative;
	float: left;
}*/

.formWrap{
	width: 100%;
	height: 100%;
	 background: rgba(0,0,0,0.65);
     backdrop-filter: saturate(180%) blur(4px);
	display: none;
	position: fixed;
}

.active{
	display: block;
}

.formBox{
	max-width: 800px;
	/*position: absolute;*/
	background: rgba(255, 255, 255, 1);
	border-radius: 15px;
	overflow: hidden;
	/*left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);*/
		
}

.formHead {
    width: 100%;
    text-align: center;
    background: #2a4f7d;
    color: #fff;
    padding: 15px 8px;
    float: left;
	
}

.formHead h2{
    font-size: 28px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #FFFFFF !important;
    margin-bottom: 10px;
}

.headDis{
    color: #fff;
    font-size: 14px;
    margin-bottom: 18px !important;
    padding: 5px 30px;
}

.formArea {
    padding: 30px 60px 50px;
    width: 100%;
    float: left;
}

input, button{
	width: 100%;
	float: left;
	border: 0;
	font-size: 20px;
}

input{
	border-bottom: 1px solid rgba(42, 79, 125, .6);
	margin-bottom: 20px;
	padding: 3px 0px;
	color: #444;
}

button{
	border-radius: 8px;
	padding: 12px;
	background: #2a4f7d;
	color: #fff;
	cursor: pointer;
	margin-top: 10px;
	transition: .3s;
}

input[type=submit]{
	border-radius: 8px;
	padding: 12px;
	background: #2a4f7d;
	color: #fff;
	cursor: pointer;
	margin-top: 10px;
	transition: .3s;
	margin-bottom: 0px;
}

button:hover{
	background: #19385e;
}

::placeholder{
	color: rgba(42, 79, 125, .8);
}

.successMsg {
    color: #00B83F;
    text-align: center;
    display: table;
    padding: 15px;
    margin: auto;
	font-size: 18px;
/*	display: none;*/
}

.inpWrap{
	width: 100%;
	float: left;
}


.msgWrap {
	float: left;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 10px;
}

.cstmsg {
    padding-left: 10px;
    color: #555;
    float: left;
}

input#opt1 {
    float: left;
    width: inherit;
    margin: 0;
    padding: 0;
}

a.ignoreBtn {
    border-radius: 8px;
    padding: 12px;
    background: #2a4f7d;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    transition: .3s;
    margin-bottom: 0px;
	text-decoration: none;
	width: 100%;
	text-align: center;
	font-size: 20px;
	float: left;
}



@media screen and (max-width: 1000px){
	.formBox{
		max-width: unset;
		width: 90% !important;
		transform: translate(-50%, -70%);
	}
	
	.formHead{
		font-size: 28px;
	}
	
	.formArea {
		padding: 30px 20px;
	}
	
	input[type=submit] {
		border-radius: 8px;
		padding: 12px 6px;
	}
}

/*@media screen and (max-width: 376px){
	
	.formBox{
		transform: translate(-50%, -50%);
	}
	
}


@media all and (orientation: landscape) {
	.formBox{
		transform: translate(-50%, -50%);
	}
	
}*/

input[type=checkbox], input[type=radio]
 {
    box-sizing: border-box;
    padding: 0;
    width: 15px;
    margin-top: 8px;
    margin-right: 5px;
}

.event-form select {
    margin-bottom: 20px !important;
}

.notice-success {
    margin:22px !important;
}


.main-container{
    background: #dddde2 !important;
    width:90%;
    height:90%;
    margin:0;
    position:absolute;
    top:5%;
    left:5%
}
.main-container .content{
    text-align:center !important;
    margin:40px 60px 30px;
    padding-bottom:30px;
    
}
.main-container .content h1{color:#333335;letter-spacing:-.01em;font-family:Roboto,sans-serif;font-size:3em;font-weight:900}.main-container .content p{color:#333335;font-family:Roboto,sans-serif;font-size:2em}


















