
body {
    background: #fafcff !important;
    font-size: 12px;

}
.callout.callout-success {
    border-color: #337ab7;
}


.red {
    color: red;
}

.banner-image {
    background: url(/assets/img/fc-logo.png) !important;
    background-repeat: no-repeat !important;
    min-height: 100%;
    min-width: 100%;
}

.fc-section-1 {
    background: url(/assets/img/fc-bg-1.png) no-repeat !important;
    height: 600px;
}
.fc-section-2 {
    background: url(/assets/img/fc-bg-2.png) no-repeat !important;
    background-size: cover;
    height: 370px;
    padding: 100px 50px 30px 50px;
}
.fc-section-3 {
    background-color: #ffffff;
}
.fc-section-4 {
    background-color:#f4f4f4;
    padding: 20px 50px 30px 50px;
}

.fc-section-4 .card {
    background-color: transparent !important;
}

.fc-section-5 {
    background-color:#fff !important;
    padding: 20px 50px 30px 50px;
}

.fc-comment-img-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color:#cbc8c8
}


.fc-comment-name {
  font-size: 18px;
  font-weight: bold;
  display:block;
}

.fc-comment-age {
    font-size: 14px;
    display:block;
}

.fc-comment-text {
    font-size: 12px;
}

.fc-comment-img-rating {
    display:block;
    width: 100px; 
    height: auto;
}

.fc-comment-header-title {
    
}
img.fc-logo {
    width: 300px;
    height: auto;
}
.fc-footer-separator {
    height: 40px; 
    background:url(/assets/img/fc-spacer.png)  !important;
    background-repeat: no-repeat !important;
}
.bg-red {
    background: #cd0c0e !important;
    height: 480px;
    padding-top: 200px !important;
    padding: 60px;
}

.bg-gray {
    background: #535051 !important;
    height: 200px;
    padding: 20px;
}

.btn-checknow {
    display: inline-block;
    background-image: url(/assets/img/fc-btn-find-agreement.png) !important;
    background-repeat: no-repeat;
}

.btn-checknow-text {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin-top: 22px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.fc-features {
    text-align: center !important;
    margin-left: 80px;
    margin-right: 80px;
}
.text-radius {
    border-radius: 25px !important;
}

.select2-container .select2-selection {
    border-radius: 25px !important;
}


    /*Mobile*/
    @media (max-width: 767px) {

        .fc-features {
            margin-left: 0px;
            margin-right: 0px;
        }

        .lbl-header {
            font-size: 30px !important;
            line-height: 30px !important;
            padding-left: 30px !important;
            padding-right: 30px !important;
        }

        .lbl-sub-header {
            font-size: 20px !important;
            line-height: 30px !important;
            padding-left: 30px !important;
            padding-right: 30px !important;
        }

        .banner {
            height: 550px !important;
        }

        .img-car {
            height: 280px !important;
        }

        .bg-red {
            height: auto !important;
            padding: 20px !important;
            padding-top: 150px !important;
        }

        .accord {
            padding-left: 20px !important;
            padding-right: 20px !important;
        }

        .bg-gray {
            height: auto !important;
        }
    }