.light-color {
	border: medium none;
	margin-bottom: 0;
	background: #fff;
}

.navbar-brand .brand-name {
	float: right;
	color: #fff;
	font-size: 22px;
}

.mega-menu {
	float: left;
	/* margin: 0px 0 0 20px; */
	padding: 0;
}

.mega-menu li a {
	color: #5c8b60;
}

.form-container {
	background: #fff;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 0px 0 0;
	margin-top: 2px;
	line-height: -8px;
}

footer {
	background: #acd9a0;
	bottom: 0;
	color: #444;
	display: inline-block;
	font-size: 14px;
	padding: 0 20px;
	width: 100%;
}

body,
.theme-logo-bg {
	background: #1d2b37;
}

.footer-bottom a {
	color: #73AE79;
}

.well {
	padding: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.choose-package {
	background: #f3f3f4;
	padding: 20px;
	border-left: 10px solid #ddd;
	border-radius: 5px;
	border-right: 10px solid #ddd;
	margin-bottom: 15px;
}

.price {
	display: inline-block;
	float: right;
}

.price h5 {
	font-size: 16px;
	margin: 0px;
}

.description {
	margin: 10px 0 0 0;
}

.navbar {
	min-height: 64px;
}

.rotate-text {
	transform: rotate(270deg);
	white-space: nowrap;
	margin: 0;
	width: 38px;
	font-size: 18px;
}

.color-th {
	background: #eee;
	border-bottom: 1px solid #000 !important;
	text-align: center;
}

.pricing_section table,
td,
th {
	border: none !important;
}

.custom-radio-button {
	user-select: none;
}

.custom-radio-button input[type="radio"] {
	display: none;
}

.custom-radio-button label {
	position: relative;
	height: 40px;
	width: 40px;
	background-color: #fff;
	margin: 10px;
	cursor: pointer;
	border: 3px solid #777;
	border-radius: 50%;
}

.custom-radio-button label::before {
	content: "\2714";
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	cursor: pointer;
	border-radius: 50%;
	font-size: 25px;
}

.custom-radio-button label:hover:before {
	display: flex;
}

.custom-radio-button label:active::before,
.custom-radio-button input:checked ~ label::before {
	display: flex;
	background-color: #fff;
	color: #777;
}

.mt-20-h4 {
	margin-top: 20px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
}

.pricing_section.bg-grey.padding {
	padding: 20px;
	background: #fff;
}

.acc-table table,
.acc-table td,
.acc-table th {
	border: 1px solid #999 !important;
	text-align: left;
	padding: 10px;
}

.acc-table {
	width: 100%;
}

.alert.alert-success.alert-dismissable.fade,
.alert.alert-danger.fade,
.alert.alert-info.alert-dismissable.fade {
	opacity: 1;
}

.invalid-feedback {
	color: red;
}
