@charset "utf-8";

/* CSS Document */



body {

	font-family: sans-serif;

}

.top-section {

	background: #021841;

	padding: 5px 0;

}

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: #021841;

	padding: 8px 8px;

} 

.main-section h2 {

	font-size: 32px;

	color: #2f2f2f;

	font-weight: 600;

	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: #0e8dc7;

 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: #0e8dc7;

	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 {

	padding-bottom: 50px;

}

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: blue;

	font-size: 16px;

	padding: 10px 15px;

	/*font-weight: 600;*/

}

.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%;

}

 @media only screen and (max-width:480px) {

.top-section p {

	text-align: right;

	font-size: 16px;

}

.logo {

	float: left;

}

.main-section .row {

	margin-left: 0;

	margin-right: 0;

}

p.step-title{
	font-size: 22px;
}

.garden{
	width: 240px;
}

}


