@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body{
   overflow-x: hidden;
   font-family: 'Montserrat', sans-serif;
}
.navbar-brand{
    padding-top: 0px;
}
.custombrand{
    font-size: 35px; color: #555; text-decoration: none; margin-top: 25px; font-weight: bolder;
}
.form-heading, .form-call{
    line-height: 20px;
    text-align: center;
    text-shadow: 1px 1px #000;
}
.form-heading{
    color: #8FAEC9;
}
.form-call{
    color: #ffffff;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 40px;
}

form .btn{
    display: block;
    width: 100%;
    margin: 20px 0 10px 0px;
    padding: 10px 35px;
    border: none !important;
    background: #B62F34; 
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
p.agree{
    margin-top: 20px;
    font-size: 9px;
    text-align: justify;
    color: #8FAEC9;
}
.container-fluid{
    margin: 0;
    padding: 0 !important;
}

h2.bigheader span{   
    margin-top: 30px;
    font-size: 55px;
    font-weight: bold;
    color: #E38D13;
    font-family: 'Oswald', sans-serif;
}

.headersub{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
form{
    margin-top: 50px;
    padding: 15px 15px;
    background-color: rgba(32, 55, 92,.9);
}
form input,select{
    height: 45px !important;
    background-color: #e6e6e6 !important;
    border: 0 !important;
}

.option{
	color:#000;
}
label{
    font-size: 12px;
    color:#555;
}
::placeholder { 
  color: black !important;
  opacity: 1; 
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}
input[type="date"]:not(.has-value):before{
  color: black;
  content: attr(placeholder);
}
.disclaimer{
    padding: 50px 0;
    background-color: antiquewhite;
}
.disclaimer p{
    text-align: justify;
    font-size: 11px;
}

footer p{
    font-size: 13px;
    text-align: center;
    background-color: #222;
    color: #fff;
    padding: 3px 0;
}
.thankpage h1{
    padding-top: 200px !important;
    color: #6E2222;
}
.glyphicon{
    font-size: 40px;
}
.threebox h2{color: #6E2222;}
.threebox .glyphicon{ color: #6E2222;}

.threebox .col-sm-3{
    border: 1px solid lightgrey;
    padding: 30px 40px;
    margin: 0 15px;
}

.threebox .col-sm-4{
    border: 1px solid lightgrey;
    padding: 30px 40px;
    margin: 0 15px;
}

.whychoose{
    background-color: #3D2815;
}

.twosection{
    margin-top: 20px;
    margin-bottom: 20px;
}


.banner{
    margin-bottom: 0px;
}
.banner{
    background: url('bgbanner.jpg');
    background-size:cover;
    height: 680px;
    background-position: center center; 
    position: relative;
}
span{
    color: #3A9CF9;
    font-weight: bold;
}
.bannertext{color:#fff; padding-top: 80px;text-shadow: #222 1px 1px 1px;}
.bannertext h1{font-size: 70px; font-weight: bold; text-shadow: 2px 1px 5px #172937; position:absolute;}
.bannertext i{
    padding-right: 15px;
}
.bannertext button{padding: 8px 30px;
    text-decoration: none;
    font-size: 22px;
    color: #000;
    font-family: arial;
    font-weight: bold;
    margin-left: 0px;
    margin-top: 20px;
    background-color: #E38D13;
    font-weight: lighter;
    border-radius: 0px;
}
.bannertext button:hover{
    border: 3px solid #e38d13;
    background-color: #fff !important;
    color: #E38D13;
}


/*section content css*/

.section img{
    width: 100%;
    height: auto;
}



/*media device*/

@media only screen and (max-width: 450px) {
   
    .custombrand{
        font-size: 22px; color: #555;
        text-decoration: none; margin-top: 25px; font-weight: lighter;
    }
    .custombrand a{
        text-align: center;
    }
    .callnow h3{
        font-size: 20px;
    }
  }