@charset "utf-8";

/* CSS Document */
body {
	font-family: "Poppins", sans-serif;
}

.logo {
	max-width: 300px;
	float: none;
}

.garden {
	width: 250px;
}

.head-row {
	margin: auto auto;
}

.modal-header {
	padding-bottom: 0 !important;
}

.modal-body {
	display: flex;
	align-items: center;
}

.modal-body .modal_image img {
	max-width: 100%;
}

.modal-body .modal_image {
	flex: 35%;
	text-align: center;
}

.modal-body .modal_form {
	flex: 65%;
}

.cursor-pointer {
	cursor: pointer;
}

.top-section {
	background: #5a825d;
	padding: 10px 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;
	margin: auto;
}

.head-row {
	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: #5a825d;
	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: #5a825d;
	border-radius: 50px;
}

/* For IE10 */
progress {
	color: #5a825d;
}

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: #5a825d;
	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-size: 16px;
}

#myModalLabel span {
	display: block;
	font-size: 30px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 10px;
}

#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: #5a825d;
	font-size: 20px;
	padding: 10px 20px;
	width: 100%;
	white-space: normal;
}

.submit-btn:hover {
	background-color: #5a825d;
}

.submit-btn:active {
	background-color: #5a825d;
}

.submit-btn:focus {
	background-color: #5a825d;
}

.foot-list li a {
	color: #5a825d;
	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%;
}

#submit-btn {
	display: block;
	margin: 15px auto;
	color: #fff;
	background-color: #5a825d;
	border-color: #5a825d;
	display: block;
	font-size: 18px;
	padding: 10px 40px;
	font-weight: 600;
}


.main-section {
	padding-bottom: 70px;
}

/* @media only screen and (max-width:575px) {

} */

@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;
	}
}

/* Index Css */

.hdrtxt {
	width: 182px;
	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?v1) center center no-repeat;
	border: 2px solid #fff;
	border-radius: 40px;
	display: inline-block;
	float: left;
	margin: 5px 12px 0 0;
}

.top-section p {
	margin-bottom: 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.top-section {
	text-align: center;
}

.sms-optin {
	margin: 0px 15px 10px;
	font-size: 10px;
}

@media only screen and (max-width: 767px) {
	.logo {
		float: left;
		max-width: 100%;
	}

	.hdrtxt span {
		font-weight: bold;
		font-size: 18px;
	}

	.hide_mobb {
		display: none;
	}

	.main-section {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width:575px) {
	.modal-body .modal_image {
		flex: 100%;
	}

	.modal-body .modal_image img {
		max-width: 245px;
	}

	.modal-body .modal_form {
		flex: 100%;
	}

	.modal-body {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 480px) {
	.logo {
		float: left;
		max-width: 100%;
	}

	.top-section p {
		margin-bottom: 0;
		color: #000;
		font-size: 13px;
		text-align: left;
	}

	.hdrtxt span {
		font-size: 14px;
		line-height: 20px;
		color: #fff;
	}

	.hdrtxt {
		float: none;
		width: 100%;
	}

	.phicon {
		height: 32px;
		width: 18px;
		background: url(images/phicon.png) center center no-repeat;
		border: 1px solid #bcbcdb;
		border-radius: 40px;
		display: inline-block;
		float: left;
		margin: 5px 12px 0 0;
	}

	.garden {
		width: 220px;
		margin-bottom: 0px;
	}

	p.step-title {
		font-size: 22px;
	}

	.step-box label {
		padding: 4px 15px;
	}
}

/* Index Css */

input,
textarea,
select {
	font-size: 16px !important;
}

@supports (-webkit-touch-callout: none) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		transform: scale(0.875) !important;
		transform-origin: left top !important;
		transform-origin: center center !important;
	}
}