@charset "utf-8";

/* CSS Document */



body {

	/* font-family: sans-serif; */
	font-family: "Montserrat", sans-serif;

}

.top-section {
	background: #ffffff;
	/* padding: 15px 0; */
	border-bottom: 1px solid #eaeaea;

}

p.small-txt {

	font-size: 16px !important;

}

.top-section p {

	margin-bottom: 0;

	color: #fff;

	font-size: 23px;

}

.logo {

    max-width: 100%;
    margin-top: 3px;

}

.head-row{
	background: transparent;
		padding: 8px 8px;
		display: flex;
		align-items: center;

} 

.main-section h2 {

	font-size: 32px;

	color: #2f2f2f;

	font-weight: 700;

	padding-left: 5%;

}

.garden {

	width: 300px;

	margin-bottom: 30px;

}

.progress-bar {

	margin: 20px auto;

	display: block;

	width: 100%;

	height: 10px;

	float: none;

	border: 0;

	border-radius: 50px;

	float: none;

	background-color: #dddddd;

	transition: width 1s ease;

}











/* For Firefox */

  progress::-moz-progress-bar {

 background: #0e8dc7;

 border-radius: 50px;

 border:0;

}

 progress::-webkit-progress-bar {

 border: 0;

 height: 10px;

 border-radius: 50px;

 background:#dddddd;

}

  

  

/* For Chrome or Safari */

  progress::-webkit-progress-value {

 background: #002e4a;

 border-radius: 50px;

}

/* For IE10 */

progress {

	color: #0e8dc7;

}

p.step-title {

	font-size: 26px;

	text-align: center;

	margin-bottom: 0;

	font-weight: 600;

}



.step-box

{ transition: all 0.9s ease-in-out;

}





.step-box label {

	display: block;

	font-size: 20px;

	font-weight: 400;

	padding: 10px 15px;

}

.step-box label input[type="radio"] {

	margin-right: 15px;

}

.step-box label:hover {

	color: #FFF;

	background-color: #759db6;

	box-shadow: 0 2px 6px rgba(0,0,0,0.14), inset 0 0 0 2px rgba(255,255,255,0.16) !important;

	cursor: pointer;

}

.foot-list {

	padding-left: 0;

	text-align: center;

}

.foot-list li {

	display: inline-block;

	list-style-type: none;

}

.main-section {

	padding-bottom: 100px;

}

.footer-section {
	background-color: #01121d;
	padding: 30px 0px;

}

h4#myModalLabel {

	text-align: center;

	font-weight: 600;

	font-size: 26px;

}

#myModal .form-control {

	height: 48px;

	position: relative;

}

#myModal .modal-header, #myModal .modal-footer {

	border: none;

}

.submit-btn {

	text-align: center;

	margin: 0 auto;

	display: block;

	color: rgb(255, 255, 255);

	font-weight: 600;

	background-color: rgb(1, 116, 199);

	font-size: 20px;

	padding: 10px 20px;

	width: 100%;

	white-space: normal;

}

.foot-list li a {

	color: #74a9cb;

	font-size: 16px;

	padding: 10px 10px;

	/*font-weight: 600;*/

}
.foot-list li a:hover{color:#9ad7fd;}
.ftrtxt{text-align: center; color: #57819c;}

.fn {

	background-image: url(../images/name2.png);

	background-repeat: no-repeat;

	background-position: 97%;

}

.em {

	background-image: url(../images/email2.png);

	background-repeat: no-repeat;

	background-position: 97%;

}

.ph {

	background-image: url(../images/phone2.webp);

	background-repeat: no-repeat;

	background-position: 97%;

}

#myModal .modal-footer {

	padding-top: 0;

}

#myModal .modal-header .close {

	margin-top: -2px;

	position: absolute;

	right: -16px;

	top: -11px;

	opacity: 1;

}

.main-section .row {

	margin-left: 5%;

	margin-right: 5%;

}
.hdrtxt {
	width: 195px;
	float: right;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	padding: 0 0 0 0;
}

.hdrtxt span {
	font-size: 18px;
}

.phicon {
	height: 46px;
	width: 26px;
	background: url(../images/phicon.png?v2.1) center center no-repeat;
	border: 2px solid #08455b;
	border-radius: 40px;
	display: inline-block;
	float: left;
	margin: 5px 12px 0 0;
}

.top-section p {
	margin-bottom: 0;
	color: #002e4a;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.hide-767{display: none;}
	.logo {
		max-width: 180px;
		margin: 2px auto;
	}

	.hdrtxt {
		width: 160px;
	}

	.top-section p {
		font-size: 16px;
	}

	.hdrtxt span {
		font-weight: bold;
		font-size: 15px;
	}
}

 @media only screen and (max-width:480px) {

.main-section .row {

	margin-left: 0;

	margin-right: 0;

}


.top-section p {
	margin-bottom: 0;
	color: #000;
	font-size: 13px;
	text-align: left;
}

.hdrtxt span {
	font-size: 14px;
	line-height: 20px;
}

.phicon{height: 37px;
	width: 22px;margin: 0px 12px 0 0;}


}

