body {
	font-family: 'Avenir',
		sans-serif;
	background: url('../img/bg.png') no-repeat;
}

.navbar {
	height: 100px;
}

.btn-orange {
	background: #E95631;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	height: 47px;
	border-radius: 0;
}

.btn-orange:hover {
	color: #fff;
}

.form-control {
	border-radius: 10px;
	height: 46px;
	border-color: #DEE9E8;
	border-width: 2px;
	color: #777777;
	font-size: 14px;
}

.border-top-custom {
	border-top: 5px solid #E95631;
	background: #fff;
}

.top-bg {
	border-top: 15px solid #E95631;
}

.select-vision h1 {
	color: #4D4D4D;
}

.container-radio {
	display: block;
	position: relative;
	/* padding-left: 35px; */
	margin-bottom: 0 !important;
	cursor: pointer;
	font-size: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 39px;
}

/* Hide the browser's default radio button */
.container-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: #DEE9E8;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input~.checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked~.checkmark {
	background-color: #FF7375;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked~.checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
	top: 10px;
	left: 9px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: white;
}

.border-custom {
	border: 2px solid #DEE9E8;
	border-radius: 8px;
	text-align: center;
	padding: 25px 11px 25px 20px
}

.active-box {
	border-color: #E95631;
}

.btn-orange-inner {
	background: #FF7375;
	color: #fff;
	border-radius: 50px;
	font-size: 24px;
	padding: 6px 30px;
}

.btn-orange-inner:hover {
	color: #fff;

}

.btn-previous {
	background: #DEE9E8;
	border-radius: 50px;
	font-size: 24px;
	padding: 6px 30px;
	color: #415553;
	border: none;
	margin-right: 50px;
}

.form-margin {
	margin-top: 80px
}

.bottom-navigation {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 90px;
}

.select-vision h1 {
	font-size: 36px;
}

.custom-margin {
	margin-top: 40px !important;
}

.tab {
	display: none;
}

/*.button-form {
	overflow: auto;
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	padding-bottom: 15px;
}*/
.form-inner{
	padding-bottom: 120px;
}


.button-form {
	overflow: auto;
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	padding-bottom: 0;
}

.frm-calc{
	position: relative;
}

.input-group input {
	border-color: #FF7375
}

.input-group-prepend span {
	background: #FF7375;
	color: #fff;
	border: 1px solid #ff7375;
}

.label {
	font-weight: 600;
}

.bg-white {
	background: #fff;
}

.calculate {
	font-size: 20px;
	font-family: 'Avenir';
	color: #626262;
	font-weight: 500;
	margin-top: 50px !important;
	border-radius: 20px;
	background: #fff;
}

.text-green {
	color: #28a745;
}


body .total-amount {
	font-size: 24px !important;
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.progress-img {
		width: 100%;
	}

	.border-custom {
		margin-bottom: 10px;
	}

	.button-form {
		position: static;
		margin: 50px 0;
	}

	.form-margin {
		margin-top: 49px;
	}

	.select-vision h1 {
		font-size: 24px;
	}

	.btn-orange-inner,
	.btn-previous {
		font-size: 19px;
	}

}


.container-checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 0;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
	background-color: #ff7375;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bg-light-grey {
	background: #f9f8f8;
	padding: 7px;
}

.bg-light-grey:hover {
	background: #ccc;
	padding: 7px;
}

.bg-dark-grey {
	background: #f2f2f2;
	padding: 7px;
}

.bg-dark-grey:hover {
	background: #ccc;
	padding: 7px;
}

.invoice-border-outer{
	border: 2px solid #f2f2f2;
	margin-top: 20px!important;
	margin-bottom:20px!important;
}

.invoice-payment-details span {
	color: #A9B0BB;
	display: block;
}

.orange-color {
	background: #FF7375;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}