@charset "utf-8";
/* CSS Document */

body{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
}

.banner-caption{
	position:absolute;
	top:40%;
	z-index:10;
	}
.banner-caption h1{
	font-weight: 600;
    line-height: 1;
    color: #231f20;
	}	
.banner-caption p{
    color: #fff;
    font-weight: 200;
    font-size: 23px;
	}	
.form-box{
    position: absolute;
    top: 5%;
    right: 8%;
    width: 25%;
	}	
.form-box h4{
	    color: #f4811f;
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 0;
	}
.form-box p{
	color: #616367;
    font-size: 14px;
    font-weight: 200;
	}		
.form-input label{
	color: #616367;
    font-size: 13px;
    font-weight: 400;
	}		
.form-input input{	
	border-radius: 8px;
}
.form-input input:focus{	
    background-color: #ffecdb;
    border-color: #f4811f;	
	box-shadow:none;
}
.form-check{
    font-size: 11px;
    color: #616367;
    font-weight: 100;
}
.btn-quote{
	background-color:#f4811f;
	color:#fff;
	    border-radius: 25px;
    display: block;
	}

.terms-plan{
	background:#f1f1f1;
	}	
.terms-plan-benefits{
	    padding: 20px;
	}	
.terms-plan-benefits h4{
	color: #f4811f;
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
	}	
.terms-plan-benefits p{	
    font-size: 13px;
    color: #616367;
    line-height: 1.3;
    font-weight: 200;
}

/***accordion css***/
#headingOne button{
	color:#f4811f;
	}
.card-text p{
	    color: #434343;
    font-size: 14px;
    font-weight: 100;
	}
.card-text p a{
	color:#f4811f;
	font-weight:500;
	}	
.bg-grey{
    background: #d9d9d9;
    border-radius: 10px;	
}

/**/
.orange-bg{
	background-color:#f4811f;
	padding:10px 15px;
	}
.orange-bg p{
    color: #1f1f1f;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 100;0;
	}	
	
.black-bg{
	background-color:#231f20;
	padding:10px 15px;
	}
.black-bg p{
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 100;0;
	}
.black-bg a{
	color: #f4811f;
	}			
	

	
@media only screen and (max-width:768px){
.banner-caption h1 {
	    font-size: 26px;
	}
.banner-caption p {
	font-size: 15px;
	}
.form-box {
    right: 2%;
    width: 35%;
    overflow: auto;
    height: 290px;
}		
	}	

@media only screen and (max-width:767px){	
.form-box {
    position: static;
    width: 100%;
    height: auto;
    overflow: auto;
}
.banner-caption {
    top: 15%;
}
}

@media only screen and (max-width:575px){	
.banner-caption h1 {
    font-size: 17px;
}
.banner-caption p {
    font-size: 12px;
}
.banner-caption {
    top: 10%;
    left: 9%;
}
}
@media only screen and (max-width:414px){
.banner-caption {
    top: 8%;
}
	}
