@charset "utf-8";

body {
	font-family: sans-serif;
	background-color: #fff;
	color: #fff;
}

.survey-wrapper::before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: -1;
}

.top-section {
	background: #ffe6e8;
	padding: 15px 0;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.top-section .row{
	align-items: center;
}

p.small-txt {
	font-size: 16px !important;
}

.logo {
	width: 100%;
	max-width: 220px;
}

.main-section h2 {
	font-size: 32px;
	color: #fff;
	font-weight: 600;
	padding-left: 5%;
}

.garden {
    max-width: 300px;
    display: block;
    margin: auto;
	margin-bottom: 30px;
}

.caption {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 15px;
}

.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: #dddddd;
	border-radius: 50px;
	border: 0;
}

progress::-webkit-progress-bar {
	border: 0;
	height: 10px;
	border-radius: 50px;
	background: #dddddd;
}

progress::-webkit-progress-value {
	background: #ce8388;
	border-radius: 50px;
}

progress {
	color: #ce8388;
}

p.step-title {
	font-size: 26px;
	text-align: center;
	margin-bottom: 0;
	font-weight: 600;
	color: #804448;
}

.step-box {
	transition: all 0.9s ease-in-out;
}

.step-box label {
	display: block;
	font-size: 20px;
	font-weight: 400;
	padding: 10px 15px;
	color: #7a2950;
}

.step-box label input[type="radio"] {
	margin-right: 15px;
}

.step-box label:hover {
	color: #fff;
	background-color: #ce8388;
	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;
	color: #515151;
	line-height: 1.1;
}

#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: #FFFAF5;
	font-weight: 600;
	background-color: #89A5A0;
	font-size: 20px;
	padding: 10px 20px;
	width: 100%;
	white-space: normal;
}

.submit-btn:hover {
	color: #FFFAF5;
	background-color: #89A5A0;
	border-color: #89A5A0;
}

.submit-btn span{
	color: #7a2950;
}

.foot-list li a {
	color: #7a2950;
	font-size: 16px;
	padding: 10px 15px;
	text-decoration: none;
}

.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;
	background: transparent;
    border: none;
}

.main-section .row {
	margin-left: 5%;
	margin-right: 5%;
}

.caption1 {
	font-size: 22px;
	text-align: center;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 15px;
}

.contact_details {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
}

.mail_icon {
	height: 46px;
	width: 26px;
	border: 1px solid #77695c;
	border-radius: 40px;
	padding: 14px 4px;
}

.mail_address p {
	font-size: 18px;
	color: #515151;
	margin-bottom: 0;
}

.mail_address a {
	text-decoration: none;
	font-size: 18px;
	color: #515151;
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.logo {
		float: left;
		width: 100%;
	}

}

@media only screen and (max-width: 575px) {
	.caption1 {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.main-section h2 {
		font-size: 25px;
	}

	.garden {
		width: 240px;
	}

	p.step-title {
		font-size: 22px;
	}

	.logo {
		max-width: 170px !important;
	}

	.mail_address p {
		font-size: 14px;
	}

	.mail_address a {
		font-size: 14px;
	}
}



@media only screen and (max-width:480px) {
	.logo {
		float: left;
		width: 100%;
		max-width: 150px !important;
	}

	.main-section .row {
		margin-left: 0;
		margin-right: 0;
	}

	.contact_details {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 5px;
	}

	.mail_icon {
		height: 42px;
		width: 24px;
		border: 1px solid #77695c;
		border-radius: 40px;
		padding: 12px 3px;
	}
}

@media only screen and (max-width: 425px) {
	.logo {
		max-width: 120px !important;
	}
}