.padding0{
	padding: 0px !important;
}
.main_heading {
	font-size: 46px;
	text-align: center;
	font-weight: 700;
	color: #1f2129;
	font-family: 'Poppins', sans-serif;
}
.sub_heading {
	font-size: 19px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #5f667e;
	width: 70%;
	margin: 0 auto;
	margin-top: 24px;
}

.sub_heading2 {
	font-size: 19px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #bf0000;
	width: 70%;
	margin: 0 auto;
	margin-top: 24px;
}
.main_form {
	margin: 71px 0px 0px 0px;
	width: 48%;
	margin: 0 auto;
	margin-top: 60px;
}
.main_form label {
	margin-bottom: 12px;
}
#email {
	display: none;
}
#field2 {
	display: none;
}
/*.main_form input {
	width: 537px;
	padding: 22px 0px 22px 14px;
	color: #acacac;
	border: 1px solid #ced3e0;
	border-radius: 3px;
	margin: auto;
	display: block;
}*/
.main_form .next_btn {
	background-color: #356ae6;
	width: 158px;
	color: white;
	margin: auto;
	border-radius: 8px;
	font-weight: 501;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	margin-top: 30px;
	cursor: pointer;
	text-transform: uppercase;
	padding-left: 0;
}
#demo {
	position: relative;
    top: 12px;
    left: 5px;

}
#myElem  img{
	display: block;
	margin: 0 auto;
}
#myElem {
	text-align: center;
}
.next_btn2 {
	background-color: #356ae6;
	width: 157px;
	color: white;
	border-radius: 8px;
	font-weight: 501;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	margin-top: 30px;
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
	display: block;
	padding: 21px 0px 21px 0px;
	margin-top: 30px;
	text-transform: uppercase;
}
.next_btn2:hover {
	color: white;
	text-decoration: none;
}
.steps form {
	margin-top: 41px;
}
#btn2 {
	display: none;
}
.main_section {
	padding: 90px 0px 0px 0px;
}
.main_div {
	margin: 0 auto;
	display: block;
}
form label {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}
form {
	text-align: left;
}
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fade-in.one {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.fade-in.two {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay:1.2s;
  animation-delay: 1.2s;
}

.fade-in.three {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.fade-in.four {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}
.fade-in.five {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2.4s;
}
.fade-in.six {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2.6s;
}

/*---make a basic box ---*/
.box {
	position: relative;
	margin: 10px;
	display: flex;
	justify-content: left;
	margin-bottom: 20px;
	border: 2px solid #ced3e0;
	padding: 7px 0px 6px 27px;
	width: 71%;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 3px;
}
.box h5 {
	margin-left: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 399;
	color: #3c4154;
	position: relative;
	top: 14px;
}
#mainiframe {
 	background-color: transparent;
	width: 100%;
	height: 810px;
}
.btn-info {
	background-color: black !important;
}
.img4 {
	height: 38px;
} 
a img {
	float: right;
	position: relative;
	top: 10px;
	right: 39px;
}

@media (min-width: 320px) and (max-width: 767px){
	body {
		background-color: white;
	}
	.main_div {
		margin-top: 0px;
		width: 100%;
		padding: 11px 25px 45px 25px;
		box-shadow: none !important;
	}
	.main_div form input {
		padding: 9px 9px;
		font-size: 12px;
	}
	.next_btn {
		padding: 7px 0px;
		font-size: 16px;
		margin-top: 20px;
		width: 63%;
		margin: 0 auto;
		margin-top: 18px;
	}
	a img {
		top: 5px;
		right: 26px;
	}
	.copyright {
		margin-top: 8px;
	}
	.box h5 {
		margin-left: 12px;
		font-size: 12px;
	}
}

/*Overriede Bootstrap*/
.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 20px);
}

@media (max-width: 767px) and (min-width: 320px) {
	#demo{
	    margin-left: 12px;
	    font-size: 12px;
	}
	.sub_heading, .sub_heading2 {
	    width: 100%;
	}
	.main_form {
	    width: 90%;
	}
	::-webkit-input-placeholder {
	   text-align: center;
	}

	:-moz-placeholder { /* Firefox 18- */
	   text-align: center;  
	}

	::-moz-placeholder {  /* Firefox 19+ */
	   text-align: center;  
	}

	:-ms-input-placeholder {  
	   text-align: center; 
	}

	.custom-text-center {
		text-align: center !important;
	}
	
	.main_section {
		padding: 60px 0px 0px 0px;
	}
}

@media (max-width: 462px) {
	.box {
		width: 80%;
	}
}