
/*------------- Global -------------*/

body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.blue-btn {
    background-color: #19b3f8;
    padding: 15px 30px;
    border: 3px solid #fff;
    border-radius: 25px;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 5px;
}

.blue-btn:hover,
.blue-btn:focus {
    color: #1a2d5a;
    outline: none;
}

.green-btn {
    background-color: #3cb878;
    padding: 16px 40px !important;
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: 18px !important;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 15px;
}

.green-btn:hover,
.green-btn:focus {
    background-color: #19B3F8;
    outline: none;
}

/*------------- End of Global -------------*/



/*------------- Layout -------------*/

.wrapper {
    width: 100%;
}

header {
    background-color: #19b3f8;
    border-bottom: 1px solid #fff;
}

/*------------- End of Layout -------------*/





/*------------- Navigation -------------*/
.navbar-default {
    background-color: #19b3f8;
    border-color: #19b3f8;
}

.navbar {
    min-height: 90px;
    margin-bottom: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-brand {
    float: left;
    margin-right: 20px;
    font-size: 18px;
    line-height: 20px;
    height: 90px;
}

.navbar-brand p.town-name {
    text-transform: uppercase;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 18px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #198bc8;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #198bc8;
}

.navbar-nav > li > a {
    font-size: 16px;
    font-weight: 600;
    padding-top: 36px;
    padding-bottom: 36px;
    line-height: 20px;
}

.navbar-right > li > a:last-child,
.navbar-right > li > a:last-child:hover,
.navbar-right > li > a:last-child:focus {
    font-size: 22px;
    font-weight: 600;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 0;
    line-height: 20px;
    background-color: transparent;
}

.apr-rate a {
    margin-right: 30px;
    font-size: 30px !important;
}

.top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    transition: 0.3s all ease;
}

.middle-bar {
    opacity: 0;
}

.bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    transition: 0.3s all ease;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #fff;
}

/*------------- End of Navigation -------------*/

.home-banner {
    background: url("/assets/images/home-banner.jpg") no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-banner .banner-caption {
    margin-top: 60px;
}

.home-banner .banner-caption h1 {
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.home-banner .banner-caption h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 35px;
}

.home-banner .banner-caption h3 {
    font-size: 100px;
    font-weight: 700;
    color: #6dd2ff;
    line-height: 0.8;
}

.home-banner .banner-caption h3 span {
    font-size: 24px;
}

.quick-application-form {
    background-color: #1a2d5a;
    padding: 50px 20px 50px 20px;
    border: 1px solid #fff;
}

.quick-application-form h1 {
    font-size: 59px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 0.9;
}

.quick-application-form h1 span {
    font-size: 52px;
}

.quick-application-form h2 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #63b8e8;
    text-align: center;
}

.quick-application-form label {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.quick-application-form .small-text {
    font-size: 10px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}




.heading-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.heading-section h1 {
    font-size: 72px;
    font-weight: 700;
    color: #494e5a;
    text-align: center;
    text-transform: uppercase;
}

.heading-section h1 span {
    font-size: 82px;
    font-weight: 700;
    color: #19b3f8;
    text-align: center;
    text-transform: none;
}




.no-one-else-section {
    background: url("/assets/images/yes-banner.jpg") no-repeat;
    background-size: cover;
    background-position: top;
    height: 474px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.no-one-else-section h1 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
}

.no-one-else-section ul {
    margin-top: 40px;
}

.no-one-else-section li {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}




.figures-section {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.figures-section img {
    margin-bottom: 20px;
}

.car-loans-number h1 {
    font-size: 70px;
    font-weight: 700;
    color: #626378;
    text-align: center;
    margin-bottom: 20px;
}

.car-loans-number h1 span {
    font-size: 60px;
    color: #19b3f8;
}

.car-loans-number p {
    font-size: 24px;
    font-weight: 600;
    color: #626378;
    text-align: center;
}

.rating-score h1 {
    font-size: 180px;
    font-weight: 700;
    color: #19b3f8;
    text-align: center;
    margin-bottom: 0;
}

.rating-score p {
    font-size: 24px;
    font-weight: 600;
    color: #626378;
    text-align: center;
    /*width: 80%;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}




.benefits-section {
    background-color: #626378;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.benefits-section img {
    margin-bottom: 30px;
}

.benefits-section h2 {
    font-size: 38px;
    font-weight: 600;
    color: #19b3f8;
    margin-bottom: 20px;
}

.benefits-section p {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    padding: 0 25px;
}



.finance-info-section {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    color: #626378;
}




.after-sales-banner {
    background: url("/assets/images/after-sales-banner.jpg") no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 40px;
    padding-bottom: 40px;
}

.after-sales-banner .banner-caption {
    margin-top: 10%;
}

.after-sales-banner .banner-caption h1 {
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.after-sales-banner .banner-caption h3 {
    font-size: 100px;
    font-weight: 700;
    color: #6dd2ff;
    line-height: 0.8;
}

.after-sales-section {
    background: url("/assets/images/after-sales-section-bg.jpg") no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 50px;
    padding-bottom: 50px;
}

.after-sales-section h1 {
    font-size: 68px;
    font-weight: 700;
    color: #494e5a;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.after-sales-section h1 span {
    color: #19b3f8;
}

.after-sales-section p {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #494e5a;
    padding-right: 20px;
    margin-bottom: 20px;
}




.about-banner {
    background: url("/assets/images/about-banner.jpg") no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 40px;
    padding-bottom: 40px;
}

.about-banner .banner-caption {
    margin-top: 10%;
}

.about-banner .banner-caption h1 {
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.about-banner .banner-caption h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}

.about-banner .banner-caption h3 {
    font-size: 100px;
    font-weight: 700;
    color: #6dd2ff;
    line-height: 0.8;
    margin-bottom: 30px;
}

.about-banner .banner-caption p {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.about-section {
    padding-top: 50px;
    padding-bottom: 100px;
}

.about-section h1.heading {
    font-size: 72px;
    font-weight: 700;
    color: #494e5a;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-section h1 span {
    color: #19b3f8;
}

.about-section p.lead {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #494e5a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.about-section .quick-application-form {
    margin-top: 30px;
}

.about-section .quick-application-form h1 {
    font-size: 36px;
}

.about-section .quick-application-form h2 {
    font-size: 33px;
    margin-bottom: 20px;
}




.privacy-section {
    padding-top: 50px;
    padding-bottom: 100px;
}

.privacy-section h1.heading {
    font-size: 72px;
    font-weight: 700;
    color: #494e5a;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

.privacy-section p.lead {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #494e5a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.privacy-section p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #494e5a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.privacy-section h4 {
    color: #494e5a;
}





.contact-section {
    padding-top: 50px;
    padding-bottom: 100px;
}

.contact-section h1.heading {
    font-size: 72px;
    font-weight: 700;
    color: #494e5a;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact-section p.lead {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #494e5a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.get-in-touch-section {
    margin-top: 30px;
}

.get-in-touch-section .contact-form p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}

.get-in-touch-section .contact-form label {
    font-weight: 300;
}

.get-in-touch-section .contact-form label {
    font-weight: 300;
}

.get-in-touch-section .contact-phone p.heading,
.get-in-touch-section .contact-email p.heading,
.get-in-touch-section .contact-address p.heading {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

.get-in-touch-section .contact-phone,
.get-in-touch-section .contact-email,
.get-in-touch-section .contact-address {
    margin-bottom: 50px;
}

.get-in-touch-section .contact-phone p {
    font-size: 39px;
    font-weight: 700;
    color: #19b3f8;
}

.get-in-touch-section .contact-email a,
.get-in-touch-section .contact-email a:hover,
.get-in-touch-section .contact-email a:focus {
    font-size: 21px;
    font-weight: 700;
    color: #19b3f8;
}




.application-section {
    padding-top: 50px;
    padding-bottom: 100px;
}

.application-section h1.heading {
    font-size: 72px;
    font-weight: 700;
    color: #19b3f8;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.application-section p.lead {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #494e5a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.full-application-form {
    margin-top: 20px;
    margin-bottom: 30px;
}

.full-application-form .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.full-application-form .panel-default > .panel-heading {
    color: #494e5a;
    background-color: #fff;
    border-color: #818181;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 20px 15px 15px;
}

.full-application-form .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit;
    text-align: center;
}

.full-application-form .panel-group .panel-heading + .panel-collapse > .panel-body,
.full-application-form .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0px solid #ddd;
    border-top-color: rgb(221, 221, 221);
}

.full-application-form .panel {
    border-left: 0;
    border-right: 0;
    border-bottom: 0 solid #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0);
}

.full-application-form .control-label {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    padding-right: 0;
    text-transform: uppercase;
}

.full-application-form .tooltip-box{
    position: relative;
}
.full-application-form .tooltip-box span.glyphicon{
    position: absolute;
    right: -15px;
    top: 8px;
    color: #19b3f8;
}

.full-application-form .tooltip {
    width: 200px;
}

.full-application-form .blue-btn {
    border: 0;
    padding: 13px 60px;
    text-transform: none;
    margin-bottom: 20px;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    margin-top: -5px;
    margin-left: -20px;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}





.thank-you-message h2 {
    font-size: 50px;
    color: #19b3f8;
    margin-bottom: 20px;
}

.thank-you-message p {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}

.thankyou-section {
    padding-top: 10%;
    padding-bottom: 10%;
}

.thankyou-section h2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}





.top-footer {
    background-color: #1a2d5a;
    border-top: 4px solid #02b3fb;
    padding-top: 50px;
    padding-bottom: 50px;
}

.top-footer h1 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.top-footer h3 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}

.footer-logo p {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.footer-phone,
.footer-email {
    margin-bottom: 50px;
}

.footer-phone a,
.footer-phone a:hover,
.footer-phone a:focus {
    font-size: 26px;
    font-weight: 300;
    color: #19b3f8;
}

.footer-email a,
.footer-email a:hover,
.footer-email a:focus {
    font-size: 18px;
    font-weight: 300;
    color: #19b3f8;
}

.footer-address p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin-top: 20px;
}

.footer-address p span {
    font-size: 16px;
}

.footer-contact-form h3 {
    margin-bottom: 20px;
}

.middle-footer {
    background-color: #19b3f8;
    font-size: 16px;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #fff;
}

.middle-footer ul {
    text-align: right;
    color: #fff;
}

.middle-footer li a  {
    color: #fff;
}

.middle-footer li:first-child  {
    margin-right: 40px;
    vertical-align: top;
}

.middle-footer li a:hover,
.middle-footer li a:focus {
    color: #1a2d5a;
}

.middle-footer li i {
    font-size: 26px;
}

.footer-finance-info {
    margin-top: 20px;
    color: #929292;
    text-align: center;
}

.footer-finance-info p {
    font-size: 12px;
}

.bottom-footer {
    background-color: #000;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

.bottom-footer img {
    vertical-align: bottom;
}
.width100 {
    max-width: 100%;
    height: auto;
}




/*------------- Media Queries -------------*/

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media screen and (max-width: 1170px) {
    .home-banner .banner-caption h1,
    .after-sales-banner .banner-caption h1 {
        font-size: 80px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 25px;
    }

    .home-banner .banner-caption h2 {
        font-size: 38px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 30px;
    }

    .home-banner .banner-caption h3 {
        font-size: 38px;
        font-weight: 600;
        color: #fff;
        line-height: 1;
    }

    .home-banner .banner-caption h3 span {
        font-size: 18px;
    }

    .heading-section h1 {
        font-size: 60px;
        font-weight: 700;
        color: #494e5a;
        text-align: center;
        text-transform: uppercase;
    }

    .heading-section h1 span {
        font-size: 70px;
        font-weight: 700;
        color: #19b3f8;
        text-align: center;
        text-transform: none;
    }

    .no-one-else-section h1 {
        font-size: 55px;
        font-weight: 700;
        color: #fff;
    }

    .car-loans-number h1 {
        font-size: 60px;
        font-weight: 700;
        color: #626378;
        text-align: center;
        margin-bottom: 20px;
    }

    .car-loans-number h1 span {
        font-size: 70px;
        color: #19b3f8;
    }

    .rating-score h1 {
        font-size: 140px;
        font-weight: 700;
        color: #19b3f8;
        text-align: center;
        margin-bottom: 0;
    }

    .car-loans-number p {
        font-size: 22px;
        font-weight: 600;
        color: #626378;
        text-align: center;
    }

    .rating-score p {
        font-size: 22px;
        font-weight: 600;
        color: #626378;
        text-align: center;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .after-sales-section h1 {
        font-size: 50px;
        font-weight: 700;
        color: #494e5a;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .after-sales-section p {
        font-family: 'Lato', sans-serif;
        font-size: 20px;
        font-weight: 300;
        color: #494e5a;
        padding-right: 20px;
        margin-bottom: 20px;
    }

    .benefits-section h2 {
        font-size: 36px;
        font-weight: 600;
        color: #19b3f8;
        margin-bottom: 20px;
    }

    .benefits-section p {
        font-family: 'Lato', sans-serif;
        font-size: 20px;
        font-weight: 300;
        color: #fff;
        padding: 0 25px;
    }

    .about-banner .banner-caption h1 {
        font-size: 70px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 25px;
    }

    .about-banner .banner-caption h2 {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
    }

    .about-section h1.heading,
    .contact-section h1.heading {
        font-size: 60px;
        font-weight: 700;
        color: #494e5a;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .about-section p.lead {
        font-family: 'Lato', sans-serif;
        font-size: 20px;
        font-weight: 300;
        color: #494e5a;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .get-in-touch-section .contact-phone,
    .get-in-touch-section .contact-email,
    .get-in-touch-section .contact-address {
        margin-bottom: 30px;
    }

    .footer-address p {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        margin-top: 20px;
    }
}

@media screen and (max-width: 992px) {
    .navbar-toggle {
        position: relative;
        float: right;
        margin-right: 15px;
        padding: 9px 10px;
        margin-top: 27px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-radius: 4px;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-nav > li > a {
        font-size: 20px;
        font-weight: 600;
        padding-top: 25px;
        padding-bottom: 25px;
        line-height: 20px;
        text-align: center;
    }

    .navbar-right > li > a:last-child,
    .navbar-right > li > a:last-child:hover,
    .navbar-right > li > a:last-child:focus {
        font-size: 22px;
        font-weight: 600;
        padding-top: 35px;
        padding-bottom: 35px;
        padding-right: 25px;
        line-height: 20px;
        background-color: transparent;
    }

    .navbar-right > li > a.nav-phone,
    .navbar-right > li > a.nav-phone:hover,
    .navbar-right > li > a.nav-phone:focus {
        margin-right: 0px;
    }

    .car-loans-number h1 {
        font-size: 48px;
        font-weight: 700;
        color: #626378;
        text-align: center;
        margin-bottom: 20px;
    }

    .car-loans-number h1 span {
        font-size: 60px;
        color: #19b3f8;
    }

    .rating-score h1 {
        font-size: 115px;
        font-weight: 700;
        color: #19b3f8;
        text-align: center;
        margin-bottom: 0;
    }

    .thankyou-section h2 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 40px;
    }

    .thank-you-message p {
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .navbar-brand {
        width: 70%;
    }

    .apr-rate a {
        margin-right: 0;
        font-size: 30px !important;
    }

    .quick-application-form {
        margin-top: 40px;
    }

    .car-loans-number p {
        margin-bottom: 40px;
    }

    .benefits-section p {
        margin-bottom: 40px;
    }

    .after-sales-banner .banner-caption,
    .about-banner .banner-caption {
        margin-top: 20px;
    }

    .after-sales-section p {
        width: 70%;
    }

    .footer-address,
    .footer-contact-form {
        margin-top: 40px;
    }

    .middle-footer {
        text-align: center;
    }

    .middle-footer ul {
        text-align: center;
        color: #fff;
    }

    .contact-address-section {
        margin-top: 40px;
    }

    .application-section h1.heading {
        font-size: 40px;
        font-weight: 700;
        color: #19b3f8;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .application-section p.lead {
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        font-weight: 300;
        color: #494e5a;
        margin-bottom: 20px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 480px) {
    .home-banner .banner-caption h1,
    .after-sales-banner .banner-caption h1 {
        font-size: 60px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 25px;
    }

    .after-sales-banner .banner-caption h3,
    .about-banner .banner-caption h3 {
        font-size: 50px;
        font-weight: 700;
        color: #6dd2ff;
        line-height: 0.8;
    }

    .home-banner .banner-caption h2 {
        font-size: 28px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 30px;
    }

    .home-banner .banner-caption h3 {
        font-size: 32px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
    }

    .heading-section h1 {
        font-size: 48px;
        font-weight: 700;
        color: #494e5a;
        text-align: center;
        text-transform: uppercase;
    }

    .heading-section h1 span {
        font-size: 50px;
        font-weight: 700;
        color: #19b3f8;
        text-align: center;
        text-transform: none;
    }

    .no-one-else-section h1 {
        font-size: 40px;
        font-weight: 700;
        color: #fff;
    }

    .car-loans-number h1 span {
        font-size: 50px;
        color: #19b3f8;
    }

    .after-sales-section h1 {
        font-size: 42px;
        font-weight: 700;
        color: #494e5a;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .after-sales-section p {
        width: 90%;
    }

    .about-banner .banner-caption h1 {
        font-size: 60px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 25px;
    }

    .about-banner .banner-caption h2 {
        font-size: 22px;
        font-weight: 700;
        color: #fff;
    }

    .about-section h1.heading, .contact-section h1.heading {
        font-size: 50px;
        font-weight: 700;
        color: #494e5a;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .about-section p.lead {
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        font-weight: 300;
        color: #494e5a;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .application-section h1.heading {
        font-size: 32px;
        font-weight: 700;
        color: #19b3f8;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .application-section p.lead {
        font-family: 'Lato', sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: #494e5a;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .thankyou-section h2 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 34px;
    }
}

@media screen and (max-width: 360px) {
    .home-banner .banner-caption h1,
    .after-sales-banner .banner-caption h1 {
        font-size: 50px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 25px;
    }

    .home-banner .banner-caption h2 {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 30px;
    }

    .home-banner .banner-caption h3 {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
    }

    .home-banner .banner-caption h3 span {
        font-size: 14px;
        font-weight: 600;
    }

    .quick-application-form h1 {
        font-size: 48px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        line-height: 0.9;
    }

    .quick-application-form h1 span {
        font-size: 42px;
    }

    .quick-application-form h2 {
        font-family: 'Lato', sans-serif;
        font-size: 24px;
        font-weight: 700;
        color: #63b8e8;
        text-align: center;
    }

    .heading-section h1 {
        font-size: 38px;
        font-weight: 700;
        color: #494e5a;
        text-align: center;
        text-transform: uppercase;
    }

    .heading-section h1 span {
        font-size: 40px;
        font-weight: 700;
        color: #19b3f8;
        text-align: center;
        text-transform: none;
    }

    .no-one-else-section li {
        font-family: 'Lato', sans-serif;
        font-size: 22px;
        color: #fff;
        margin-bottom: 20px;
    }

    .car-loans-number h1 {
        font-size: 32px;
        font-weight: 700;
        color: #626378;
        text-align: center;
        margin-bottom: 10px;
    }

    .car-loans-number h1 span {
        font-size: 40px;
        color: #19b3f8;
    }

    .car-loans-number p {
        font-size: 20px;
        font-weight: 600;
        color: #626378;
        text-align: center;
    }

    .rating-score p {
        font-size: 20px;
        font-weight: 600;
        color: #626378;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .after-sales-section p {
        width: 100%;
    }

    .about-banner .banner-caption h1 {
        font-size: 50px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 25px;
    }

    .about-section .quick-application-form h1 {
        font-size: 40px;
    }

    .about-section .quick-application-form h2 {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .application-section h1.heading {
        font-size: 28px;
        font-weight: 700;
        color: #19b3f8;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .full-application-form .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 26px;
        font-weight: 700;
        text-transform: uppercase;
        color: inherit;
        text-align: center;
    }
}