body {	
	background: #e6e6e6;
}
.container {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 2%;
	padding-right: 2%;
}
.info {
	text-align: center;
	border-top: #FF7E00 8px solid;
	background: white;
	padding: 50px 0;
	/*border-bottom-left-radius: 20px;*/
	/*border-bottom-right-radius: 20px;*/
}
.card {
	margin-top: 20px;
	/*border-radius: 20px;*/
}
.card-header {
	/*border-top-left-radius: 20px !important;*/
	/*border-top-right-radius: 20px !important;*/
	background: #FF7E00;
	color: white;
	text-align: center;
	font-weight: bold;
	border: none;
	padding: .5rem 5rem;
}
.submit {
	margin-top: 20px;
	text-align: center;

}
.submit input {
	background: green;
    border: none;
    padding: 10px 60px;
    color: white;
    font-weight: 700;
	transition: 0.5s
}
.submit input:hover {
	background: #FF7E00 ;
	transition: 0.5s

}
#navbar p {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 9px;
}
#navbar {
	background-color: white;
	border-bottom: 2px solid #FF7E00;
	position: fixed;
	top: 0;
	width: 100%;
	display: block;
	transition: top 0.3s;
	z-index: 999;
	
    text-align: center;
    padding-bottom: 15px;
    padding-top: 10px;
}
.contener {
	width: 100%;
	margin: 0 auto;
	max-width: 1080px;
}
.breif-type{
	float: left;
	width: 33.333%;
	height: auto;
	box-sizing: border-box;
	padding: 15px;
	text-align: center;
}
.range-area input{
	width: calc(100% - 210px);
	margin-bottom: -5px;
}
.range-area label{
	width: 200px;
	text-align: right;
}
#range-month{
	background: #1c8aff;
	border: solid 1px #1c8aff;
	border-radius: 8px;
	height: 7px;
	outline: none;
	transition: background 450ms ease-in;
	-webkit-appearance: none;
}
#range-day{
	background: #b0d6ff;
	border: solid 1px #b0d6ff;
	border-radius: 8px;
	height: 7px;
	outline: none;
	transition: background 450ms ease-in;
	-webkit-appearance: none;
}
.briftooltip {
	position: relative;
}
.briftooltip b{
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #FF7E00;
	color: #FF7E00;
	font-weight: bold;
	cursor: pointer;
}
.briftooltip i{
	display: none;
}
.briftooltip:hover i{
	display: inline-block;
	position: absolute;
	top: -5px;
	left: 25px;
	width: 400px;
	font-size: 12px;
	z-index: 10;
	background: #ffffff;
	border: 2px solid #FF7E00;
	padding: 10px;
	border-radius: 4px;
}



.breif-type img{
	border: 1px solid #f0f0f0;

}


.custom-control-label{
	padding-left: 1rem;
}