@charset "utf-8";

/* CSS Document */



body {

	font-family: sans-serif;

}

.top-section {

	background: #021841;

	padding: 15px 0;

}

p.small-txt {

	font-size: 16px !important;

}

.top-section p {

	margin-bottom: 0;

	color: #fff;

	font-size: 23px;

}

.logo {

	width: 55%;

	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: 200px;

	margin-bottom: 30px;

	margin-top: 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: #61382c;

	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: #61382c;

	border-radius: 50px;

}

/* For IE10 */

progress {

	color: #61382c;

}

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: #61382c;

	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;

	}

}




/* .rheader{
	background-color: #61382c;
	padding: 12px 0;
} */



@media (max-width:575px) {
	.garden {
		width: 125px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}




.rheader {
	padding: 15px 0 15px 0;
	background-color: #c7aaa2;
}

.rheader_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rheader_left {
	width: 50%;
}

.rheaderright {
	width: 50%;
}

.logo_new {
	width: 55%;
}

.rheaderright .hdrtxt{
	font-weight: bold;
}

@media (max-width:992px) {
	.logo_new {
		width: 65%;
	}
}

@media (max-width:768px) {
	.rheader_row {
		padding: 0px 20px;
	}

	.logo_new {
		width: 95%;
	}

	.rheader_left {
		width: 40%;
	}

	.rheaderright {
		width: 60%;
	}

	.hdrtxt span {
		font-size: 15px;
	}

}


@media (max-width:575px) {
	.hdrtxt span {
		font-size: 13px;
		line-height: 19px;
	}

	.hdrtxt {
		font-size: 16px;
		line-height: 22px;
	}
	.rheader {
    	padding: 15px 0 5px 0;
	}



}

@media (max-width:480px) {
	.logo_new {
		width: 95%;
	}

	.rheaderright {
		width: 55%;
	}

	.rheader_left {
		width: 45%;
	}

	.hdrtxt span {
		font-size: 15px;
	}
	.tr {
		padding-left: 32px;
	}

	.hdrtxt span {
		font-size: 11px;
	}

	.hdrtxt {
		line-height: 19px;
	}

}