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

@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belleza&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


html,
body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: 'Poppins', sans-serif !important;
}

.header {
	width: 100%;
	background: #7196c6 !important;
	padding: 0px 0px 0px 0px;
}

/*custom font for h1,h2,h3*/
.h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', serif !important;
	font-weight: 300;
}

.img-header-text {
	text-align: right;
	margin-top: 7vw;
}

.menu-design {
	font-size: 20px;
	letter-spacing: 1px;
	margin-top: 10px;
	color: #333;
	text-align: right;
	/*font-family: MarkSimonson-ProximaNovaSemibold, Arial, Helvetica, sans-serif;*/
	font-family: 'Lora', serif;
	clear: both;
	padding-top: 20px;
}

.header .head-top {
	width: 100%;
	background: #005596;
	height: 65px;
	line-height: 65px;
	text-align: center;
	color: #FFF;
}

.head-wrap {
	margin: 0px auto;
	color: #FFF;
}

.header .head-bottom {
	width: 100%;
	margin-top: 10px;
	background: #ec008c;
	text-align: center;
	color: #FFF;
	padding: 20px 35px;
	border: 2px solid #FFF;
}

.header .head-bottom img {
	padding: 20px;
	width: 100%;
}

.header-heading {
	width: 100%;
	padding: 10px 0px;
	/*font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;*/
	font-family: 'Belleza', sans-serif;
	font-size: 30px;
	line-height: 34px;
	/*color: #30c4f2;*/
	color: #444;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	@media screen and (max-width: 768.99px) {
		font-size: 18px;
	    line-height: 26px;
	}
}

.form-pane {
	width: 100%;
	color: #444;
	padding: 40px 20px;
	background: #FFF;
	box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	margin-bottom: 20px;
}

.form-pane .textbox input,
select {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0px;
	margin-top: 15x;
	margin-bottom: 10px;
	border: none;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
}

.form-pane label {
	width: 100%;
	font-size: 16px;
	color: #444;
}

.form-pane .checkbox ul {
	margin: 0px;
	padding: 0px;
}

.form-pane .checkbox ul li {
	display: inline-block;
	list-style-type: none;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
}

.form-pane .checkbox ul li label {
	padding-left: 0px;
	font-size: 14px;
	color: #444;
	font-weight: 600;
}

.form-pane .checkbox ul li label a {
	padding-left: 0px;
	font-size: 14px;
	color: #444;
	font-weight: 400;
}

/* .form-pane .radio ul{
	margin:0px;
	padding:0px;	
}
.form-pane .radio ul li{
	display:inline-block;
	list-style-type:none;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:10px;
}
.form-pane .radio ul li label{
	padding-left:0px;
	font-size:14px;
	color:#444;
	font-weight:600;
}
.form-pane .radio ul li label a{
	padding-left:0px;
	font-size:14px;
	color:#444;
	font-weight:400;
} */
.form-pane .cus-button {
	margin-top: 15px;
	margin-bottom: 15px;
}

.form-pane .cus-button a {
	background: #25add7;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}


.footer {
	width: 100%;
	background: #000000;
	margin-top: 15px;
	padding-bottom: 15px;
}

.footer .txt-design-color {
	width: 100%;
	background: #000000;
	/* color: #a45ea6; */
	color: #FFF;
	font-size: 16px;
	/*font-family: MarkSimonson-ProximaNovaSemibold, Arial, Helvetica, sans-serif;*/
	font-family: 'Poppins', sans-serif;
	line-height: 1.2em;
}

/* .footer h2{
	width:100%;
	text-align:center;
	color:#FFF;
	font-size:2em;
	line-height:1em;
	margin-bottom:25px;
	font-family:oswald;
}
.footer .para{
	float:left;
	font-size:12px;
	color:#7f8280;
	margin-top:10px;
	font-family: oswald;
}
.footer .para-right{
	float:right;
	font-size:12px;
	color:#7f8280;
}
.footer .para a{
	font-size:17px;
	color:#7f8280;	
	line-height:16px;
	padding: 10px;
	margin:10px 0px;
}
.footer .para a:hover{
	background-color:#005596;
	color:#fff;
}
.footer .para a img{
	margin-left:10px;
}
.footer .para span{
	color:#FFF;
	float:left;
	font-size:18px;
	line-height:18px;
} */
@media (min-width:1200px) {
	.reset_btn {
		margin-left: 20px !important;
	}
}

@media (min-width:320px) and (max-width:768px) {
	.header .head-top img {
		width: 100%;
		padding: 0px 10px;
	}

	.header .head-bottom img {
		width: 100%;
		padding: 0px 1px;
	}

	.footer .para {
		text-align: center;
		float: none;
	}

	.footer .para a {
		padding: 3px;
	}

	.footer .para span {
		float: none;
		text-align: center;
	}
}

/**********************************/
.float-label-control {
	position: relative;
	margin-bottom: 3em;
}

.float-label-control ::-webkit-input-placeholder {
	color: #666666;
	font-size: 12px;
}

.float-label-control :-moz-placeholder {
	color: #666666;
	font-size: 12px;
}

.float-label-control ::-moz-placeholder {
	color: #666666;
	font-size: 12px;
}

.float-label-control :-ms-input-placeholder {
	color: #666666;
	font-size: 12px;
}

.float-label-control input:-webkit-autofill,
.float-label-control textarea:-webkit-autofill {
	background-color: transparent !important;
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
	-moz-box-shadow: 0 0 0 1000px white inset !important;
	box-shadow: 0 0 0 1000px white inset !important;
}

.float-label-control input,
.float-label-control textarea,
.float-label-control label {
	font-size: 1.3em;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.float-label-control input:focus,
.float-label-control textarea:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-bottom-width: 2px;
	padding-bottom: 0;
}

.float-label-control textarea:focus {
	padding-bottom: 4px;
}

.float-label-control input,
.float-label-control textarea {
	display: block;
	width: 100%;
	padding: 0.1em 0em 1px 0em;
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid #aaa;
	outline: none;
	margin: 0px;
	background: none;
}

.float-label-control textarea {
	padding: 0.1em 0em 5px 0em;
}

.float-label-control label {
	position: absolute;
	font-weight: normal;
	top: -1.0em;
	left: 0.08em;
	color: #444;
	z-index: -1;
	font-size: 0.85em;
	-moz-animation: float-labels 300ms none ease-out;
	-webkit-animation: float-labels 300ms none ease-out;
	-o-animation: float-labels 300ms none ease-out;
	-ms-animation: float-labels 300ms none ease-out;
	-khtml-animation: float-labels 300ms none ease-out;
	animation: float-labels 300ms none ease-out;
	/* There is a bug sometimes pausing the animation. This avoids that.*/
	animation-play-state: running !important;
	-webkit-animation-play-state: running !important;
}

.float-label-control input.empty+label,
.float-label-control textarea.empty+label {
	top: 0.1em;
	font-size: 1.5em;
	animation: none;
	-webkit-animation: none;
}

.float-label-control input:not(.empty)+label,
.float-label-control textarea:not(.empty)+label {
	z-index: 1;
}

.float-label-control input:not(.empty):focus+label,
.float-label-control textarea:not(.empty):focus+label {
	color: #aaaaaa;
}

.float-label-control.label-bottom label {
	-moz-animation: float-labels-bottom 300ms none ease-out;
	-webkit-animation: float-labels-bottom 300ms none ease-out;
	-o-animation: float-labels-bottom 300ms none ease-out;
	-ms-animation: float-labels-bottom 300ms none ease-out;
	-khtml-animation: float-labels-bottom 300ms none ease-out;
	animation: float-labels-bottom 300ms none ease-out;
}

.float-label-control.label-bottom input:not(.empty)+label,
.float-label-control.label-bottom textarea:not(.empty)+label {
	top: 3em;
}


@keyframes float-labels {
	0% {
		opacity: 1;
		color: #aaa;
		top: 0.1em;
		font-size: 1.5em;
	}

	20% {
		font-size: 1.5em;
		opacity: 0;
	}

	30% {
		top: 0.1em;
	}

	50% {
		opacity: 0;
		font-size: 0.85em;
	}

	100% {
		top: -1em;
		opacity: 1;
	}
}

@-webkit-keyframes float-labels {
	0% {
		opacity: 1;
		color: #aaa;
		top: 0.1em;
		font-size: 1.5em;
	}

	20% {
		font-size: 1.5em;
		opacity: 0;
	}

	30% {
		top: 0.1em;
	}

	50% {
		opacity: 0;
		font-size: 0.85em;
	}

	100% {
		top: -1em;
		opacity: 1;
	}
}

@keyframes float-labels-bottom {
	0% {
		opacity: 1;
		color: #aaa;
		top: 0.1em;
		font-size: 1.5em;
	}

	20% {
		font-size: 1.5em;
		opacity: 0;
	}

	30% {
		top: 0.1em;
	}

	50% {
		opacity: 0;
		font-size: 0.85em;
	}

	100% {
		top: 3em;
		opacity: 1;
	}
}

@-webkit-keyframes float-labels-bottom {
	0% {
		opacity: 1;
		color: #aaa;
		top: 0.1em;
		font-size: 1.5em;
	}

	20% {
		font-size: 1.5em;
		opacity: 0;
	}

	30% {
		top: 0.1em;
	}

	50% {
		opacity: 0;
		font-size: 0.85em;
	}

	100% {
		top: 3em;
		opacity: 1;
	}
}

.content_header {
	margin-top: 40px;
	font-family: oswald;
}

.content_text {
	margin-bottom: 40px;
	font-family: oswald;
}

.footer_tags {
	font-family: oswald;
	margin-top: 20px;
}

.footer_img {
	background-image: url(../img/footer-cut.png);
	width: 100%;
	background: transparent !important;
}

.footer_links {
	margin-top: 0px !important;
}

.mandatory_field {
	color: red;
	font-size: 10px;
	vertical-align: top;
}

.footer p {
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 2em;
	line-height: 0.7em;
	margin-bottom: 15px;
	font-family: oswald;
}

.submit_btn {
	background-color: #c74204;
	color: #fff;
	text-transform: capitalize !important;
}

.content-divider {
	width: 70%;
	margin: 10px auto;
	height: 1px;
	border-bottom: 1px solid #DBDBDB;
}

.form_label {
	color: #7e7e7e !important;
}

.form-group{
	@media screen and (max-width: 375.99px) {
		label.form_label{
			position: relative;
			white-space: nowrap !important;
			overflow: hidden !important;
			text-overflow: ellipsis !important;
			font-size:14px !important;
		}
		.help-block{
			font-size: 10px !important;
		}
	}
}