body{
    height: auto!important;
    min-height: 100%!important;
}
#intro {
    background-image: url(../img/background-insurance.png);
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}

.container > .navbar-collapse, .container-fluid > .navbar-collapse{
    margin-top: 20px
}

.navbar-brand{
    padding: 2px 0 0 0 ;
}
#about-us{
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

#promo_line{
    background-image: none;
    background-color: white;
}

#statistic_banner{
    background-image: url("../img/background-2.gif");
    padding: 0 !important;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
#getstarted{
    background-image: url(../img/parallax_bg/features.jpg);
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;

}

#intro-tabs > li.active > a,
#intro-tabs > li.active > a:hover,
#intro-tabs > li.active > a:focus {
    background-color: transparent;
    color: #ffc400 ;
}

#intro-tabs > li > a{
    color: white;
    background-color: transparent;
}
#intro-tabs > li{
    padding: 0 10px 0 10px;
}

#intro-tabs > li:not(:last-child) {
    border-right: 1px solid #ffc400;
}

.intro-tab{
    background-color: rgba(20, 20,20, 0.65);
    border: 1px solid #333;
    border-radius: 8px;
    padding: 30px 10px 40px;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
    min-height: 80px;
    padding: 4px;
}

#myCaptcha{

    margin-left: 25px;
}

#captcha{
    color: red;
}
#promo_line h2, #promo_line p{
    color: black;
}
#statistic_banner .container{
    padding: 45px !important;
}

#promo_line .container{
    padding: 45px;
}

#getstarted .container{
    padding: 45px;
}
#content_wrapper{
    min-height: 100%!important;
    height: auto!important;
}
#logo{
    margin: 100px;
}
#content{
    min-height: 90%;
}
#contact-info{
    background-color: rgba(0, 0, 20, 0.4);
}
.contact-info a{
    color: white;
}
.contact-number{
    color: #07aedb;
    font-size: 80px;
    font-weight: bold;
}
.buttonBar{
    display: none;
}
.red{
    color: red;
}
.white{
    color: white;
}
h6 small{
    color: white;
}

.navbar-fixed-top {
    background-color: rgba(0, 0, 0, 0.72);
}

#error_content{
    padding-top: 100px;
}
#life-insurance-info p{
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px;
}
#life-insurance-info h2{
    padding-top: 20px;
}
#clients-holder{
    padding-bottom: 50px;
}

.bullet-list li{
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    padding-left: 15px;
}
#intro_info{
    margin-top: 420px;
}

select, option{
    color: black;
    padding-bottom: 5px;
}

#input_insurance{
    padding-bottom: 15px;
}
#input_insurance label{
    float: left;
}

#input_birthdate label{
    float: left;
}

#input_smoker label{
    margin-left: -20px;
}
#call-to-action{
    padding-top: 110px;
}
#intro_form{
    padding: 0px;
}
#call-to-action h1{
    font-size: 75px;
    font-weight: 800;
    line-height: 85px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.float-right{
    float: left;
}

#agents{
    padding-bottom: 50px;
    padding-top: 50px;
}
#agents img{
    border-radius: 25px;
}
#life-insurance-img{
    border-radius: 25px;
}
.bx-wrapper{
    max-width: none!important;
}
@media (max-width: 420px) {
    .contact-number{
        font-size: 40px;
        color: #07aedb;
        font-weight: bold;
    }
    .myCaptcha{
        margin: 0!important;
    }
    #call-to-action h1{
        font-size: 45px;
    }
    #intro_content{
        padding-top: 40px;
    }
    #intro_info{
        margin-top: 60px;
    }
    #my-video2{
        width: 300px!important;
    }
}

@media (max-width: 768px) {
    .navbar-brand > img{
        height: 70px;
    }
    #call-to-action h1{
        font-size: 35px;
    }
}

@media (min-width: 1400px) {

    #call-to-action h1{
        font-size: 55px;
    }
}


@media (min-width: 1200px){
    .container {
        width: 75%;
    }
    #call-to-action h1{
        font-size: 55px;
    }
}



