@font-face {
  font-family: Simplified;
  src: url('../font/HPSimplified_Rg.ttf');
}

body{
	background-color:#fff;
	font-family: Simplified;
	color:#666666;
}
.form-control::placeholder{
	color:#c7c7c7;
	font-weight: normal;
}
.banner{
	background-image:url('../images/banner.jpg');
    background-size: cover;
	float: left;
    width: 100%;
	background-position: bottom;
}
.banner .message{
	color: #fff;
    font-size: 57px;
    text-transform: uppercase;
    font-weight: bold;
	display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.banner .message span{
	width:100%;
	float:left;
}
.nav-item a{
	color:#fff;
	padding: 0 38px !important;
}

/**form**/
.form{
	background-color: rgba(250, 62, 33, 0.73);
	padding:20px;
	margin:70px;
	margin: 212px 70px;
	color:#fff;
}
.form label{
	color:#fff;
}
.form .text{
	text-align:center;
	text-transform:uppercase;
}
.form h2{
	color:#fff;
	text-align:center;
	text-transform:uppercase;
    font-size: 21px;	
}
.form .btn-primary{
	background-color:#000;
	text-transform:uppercase;
	color:#fff;
	width:100%;
    font-size: 22px;
	border-radius:0;
	border:none;
	font-weight:bold;
}

.form .btn-primary .sub-text{
	width: 100%;
    float: left;
    font-size: 14px;
    font-weight: normal;
}
.form-control{
	border-radius:0;
}


/**howitworks**/
.works h1{
    margin: 30px 0 14px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fa3e21;
    font-weight: bold;
    font-size: 39px;
}
.works h3{
	width: 100%;
    text-align: center;
    color: #000000;
}
.works .box{
    list-style-type: none;
    display: inline-block;
    text-align: center;
    padding: 24px;
}

.works .box .heading{
    float: left;
    width: 100%;
    font-size: 21px;
    color: #000;
    text-transform: capitalize;
    margin-top: 15px;
    font-weight: bold;
}

.works .box .content{
    color: #2a0001;
    float: left;
    padding: 15px;
	text-align: center;
    width: 100%;
}
/*8advantage**/
.advantage{
	margin: 41px 0;
	padding: 26px 0 0;
	background: rgba(238,238,238,1);
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(50%, rgba(238,238,238,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
}
.advantage h1 {
    margin: 0 0 29px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fa3e21;
    font-weight: bold;
    font-size: 39px;
}
.advantage ul{
	padding:0;
	margin:0;
}
.advantage ul li{
	list-style-type:none;
		background:#fff;
	padding:25px;
	-webkit-box-shadow: -3px 6px 27px -17px rgba(0,0,0,0.92);
	-moz-box-shadow: -3px 6px 27px -17px rgba(0,0,0,0.92);
	box-shadow: -3px 6px 27px -17px rgba(0,0,0,0.92);
	border-radius:10px;
}
.advantage .box{

}
/**why**/
.why{
	background-image:url('../images/why-us.jpg');
	color:#215ba5;
	padding:20px;
}
.why .why-container{
	background-color: rgba(255, 255, 255, 0.51);
	text-align: center;
	padding:25px;
}
.why .why-container .btn-primary,
.more-question .btn-primary{
    background: #fa3e21;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 21px;
    margin: 0 24px;
    padding: 6px 22px;

}

.why .heading{
    display: inline-block;
    width: 100%;
    color: #fa3e21;
    font-weight: bold;
    font-size: 36px;
}
.why .content{
	padding-bottom:10px;
    width: 100%;
	float:left;
	line-height: 50px;
	font-size:18px;
	color:#000;
	font-weight:bold;
}
.why img{
	width:100%;
}


/**faq**/
.faq{
    text-align: center;
    margin: 30px 0 46px;
    display: inline-block;
	width:100%;
}
.faq .heading{
    color: #fa3e21;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 31px;
    display: inline-block;
}
.faq .accordion{
	text-align:left;
}
.accordion .card{
	border:0;
}
.accordion .card .card-header{
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}
.accordion .card .card-header .btn-link{
    color: #262626;
    background: #f7f7f7;
    width: 100%;
    text-align: left;
    border: 1px solid #c3c3c3;
    padding: 14px;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: bold;
}
.accordion .card .card-header .btn-link::before {
	content: "+";
	padding-right: 19px;
}
.accordion .card .card-body{
    padding: 0 0 16px 30px;
    font-size: 15px;
    color: #9a9999;
}
.more-question {
	margin-top: 24px;
}
.more-question h4{
	 color: #fa3e21;
	 text-transform:uppercase;
	 font-weight:bold;
	 padding-bottom:10px;
}
/**footer**/
.footer{
	background:#f7f7f7;
	text-align:left;
	color:#a0a0a0;
	border-top:1px solid #fa3e21;
}
.footer ul{
	padding:15px 0;
	margin:0;
	text-align: left;
    width: 100%;
}
.footer ul li{
	color:#a0a0a0;
	display:inline-block;
}
.footer ul li:after{
	content:'  -  ';
}
.footer ul li:last-child{
	float:right;
}
.footer ul li:last-child:after,
.footer ul li:nth-child(7):after{
	display:none;
}
.footer ul li a{
	color:#a0a0a0;
}

.disclaimer {
  font-size: 13px;
  line-height: 1.5;
  border-top: 1px solid #cbcaca;
  text-align:left;
}
.disclaimer p{
	margin: 10px 0px 0px;
}
.disclaimer a{
	color:#fa3e21;
}
.disclaimer p.collapse:not(.show) {
    height: 40px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.disclaimer p.collapsing {
    min-height: 40px !important;
	margin: 10px 0 0;
}

.disclaimer a.collapsed:after  {
    content: 'Read More';
}

.disclaimer a:not(.collapsed):after {
    content: 'Read Less';
}

@media (min-width: 768px){
	.banner .message{
		text-align:center;
	}
	.form{
		margin: 60px 70px;
	}
	.advantage li:nth-child(2) {
		margin: 0 40px;
	}
	.advantage li{
		width: 100%;
	}
	.advantage .box {
		padding: 8px 4px;
	}

	.advantage .box .content{
		padding: 0 25px 39px;
	}
}
@media (min-width: 992px){
	.banner .message{
		text-align:center;
	}
	.form{
		margin: 50px 70px;
	}
	.advantage li{
		width: 100%;
	}

}