/* general styles */
body {
	font-family: "Hind", sans-serif;
	overflow-x: hidden;
	background-image: url(../../images/main_pattern.png);
	font-size: 18px;
}

.h1 {
	font-size: 60px;
}
.h2 {
	font-size: 30px;
}
.h3 {
	font-size: 22px;
}

.right-pad {
	padding-right: 10px;
}
.icon-flex {
	display: flex;
	padding-top: 15px;
	padding-bottom: 10px;
}

.list-items {
	padding-top: 30px;
}

.list-items li {
	padding-bottom: 30px;
}

.navigation {
	padding: 25px;
}

button:focus {
	outline: 0 !important;
}

.white {
	color: #ffffff !important;
}
.green {
	color: #9eaf49;
}

.pink {
	color: #ee1e58;
}

.center-item {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.footer-distance {
	padding-bottom: 25px;
	padding-top: 25px;
}
.float-none {
	float: none !important;
}
.media-left {
	padding-right: 0px;
}

.align-middle {
	vertical-align: middle;
}

.row-padding {
	padding-top: 70px;
}
.section-padding {
	padding-bottom: 80px;
	padding-top: 80px;
}
.section-green {
	background-color: #9eaf49;
}
.section-white {
	background-color: #ffffff;
}

button,
html input[type="button"],
input[type="submit"] {
	border: 1px solid #d7d7d7;
	padding: 15px;
	width: 100%;
	background-color: #ee1e58;
	color: #fff;
	border-radius: 6px;
	border: 0 none;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	padding: 13px 30px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.15s ease-in-out;
}

/* Bigin form*/
html,
body {
	margin: 0px;
}
.bgn-wf-wrapper * {
	box-sizing: border-box;
}
.bgn-wf-wrapper {
	width: 100%;
	max-width: 900px;
	margin: auto;
	padding: 15px;
	background-color: #fff;
	color: #333;
	border: none;
}
.bgn-wf-row {
	padding: 5px 0 15px 0;
	display: flex;
}
.bgn-wf-label {
	padding: 7px 20px 5px 0px;
	width: 26%;
	border: 0;
	align-self: center;
	word-break: break-word;
	position: relative;
}
.bgn-wf-field {
	vertical-align: top;
	text-align: left;
	word-break: break-word;
	border: 0;
	flex: 1;
}
.bgn-star {
	color: #bb0707;
	width: 10px;
	height: 10px;
	z-index: 1;
	font-size: 14px;
	text-transform: inherit;
	position: absolute;
}

.footer-ruler {
	margin-top: 0px;
}

.health-footer a {
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
}
.themecolor {
	color: #9eaf49;
}
.applythemeColor h1,
.applythemeColor h2,
.applythemeColor strong {
	color: #9eaf49;
}
.applythemeColor {
	padding-bottom: 30px;
}
.footerMenuItem {
	padding: 30px 0;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 590px) {
	.bgn-wf-wrapper {
		max-width: 80% !important;
		border: 0;
	}
	.bgn-wf-row,
	.bgn-wf-label,
	.bgn-wf-field {
		display: block;
		width: 100%;
	}
	.bgn-wf-field input[type="text"],
	.bgn-wf-field select,
	.bgn-wf-field textarea {
		width: 100% !important;
	}
	.bgn-wf-field div > select {
		width: auto !important;
	}
	.bgn-wf-label:empty {
		display: none;
	}
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
.card {
	font-weight: 400;
	border: 0;
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%),
		0 2px 10px 0 rgb(0 0 0 / 12%);
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
}

html,
body {
	margin: 0px;
}
.bgn-wf-wrapper * {
	box-sizing: border-box;
}
.bgn-wf-wrapper {
	width: 100%;
	max-width: 900px;
	margin: auto;
	border: none;
	padding: 15px;
	background-color: #fff;
	color: #333;
}
.bgn-wf-row {
	padding: 5px 0 15px 0;
	display: flex;
}
.bgn-wf-label {
	padding: 7px 20px 5px 0px;
	width: 26%;
	border: 0;
	align-self: center;
	word-break: break-word;
	position: relative;
}
.bgn-wf-field {
	vertical-align: top;
	text-align: left;
	word-break: break-word;
	border: 0;
	flex: 1;
}
.bgn-star {
	color: #bb0707;
	width: 10px;
	height: 10px;
	z-index: 1;
	font-size: 14px;
	text-transform: inherit;
	position: absolute;
}
@media screen and (max-width: 590px) {
	.bgn-wf-wrapper {
		max-width: 80% !important;
		border: 0;
	}
	.bgn-wf-row,
	.bgn-wf-label,
	.bgn-wf-field {
		display: block;
		width: 100%;
	}
	.bgn-wf-field input[type="text"],
	.bgn-wf-field select,
	.bgn-wf-field textarea {
		width: 100% !important;
	}
	.bgn-wf-field div > select {
		width: auto !important;
	}
	.bgn-wf-label:empty {
		display: none;
	}
}
