body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.btnInstantQuote {
    display: none;
}

input {
    outline: 0 !important;
}

.bounce {
    animation: animationFrames ease-in-out 2s;
    animation-iteration-count: infinite;
    animation-delay: 2s;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames ease-in-out 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-delay: 2s;
    -moz-animation: animationFrames ease-in-out 2s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -moz-animation-delay: 2s;
    -o-animation: animationFrames ease-in-out 2s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -o-animation-delay: 2s;
    -ms-animation: animationFrames ease-in-out 2s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
    -ms-animation-delay: 2s;
}

@keyframes animationFrames {
    0% {
        transform: scaleX(1.00) scaleY(1.00);
    }

    10% {
        transform: scaleX(0.95) scaleY(0.95);
    }

    20% {
        transform: scaleX(0.95) scaleY(0.95);
    }

    30% {
        transform: scaleX(1.00) scaleY(1.00);
    }

    100% {
        transform: scaleX(1.00) scaleY(1.00);
    }
}

@-moz-keyframes animationFrames {
    0% {
        -moz-transform: scaleX(1.00) scaleY(1.00);
    }

    10% {
        -moz-transform: scaleX(0.95) scaleY(0.95);
    }

    20% {
        -moz-transform: scaleX(0.95) scaleY(0.95);
    }

    30% {
        -moz-transform: scaleX(1.00) scaleY(1.00);
    }

    100% {
        -moz-transform: scaleX(1.00) scaleY(1.00);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform: scaleX(1.00) scaleY(1.00);
    }

    10% {
        -webkit-transform: scaleX(0.95) scaleY(0.95);
    }

    20% {
        -webkit-transform: scaleX(0.95) scaleY(0.95);
    }

    30% {
        -webkit-transform: scaleX(1.00) scaleY(1.00);
    }

    100% {
        -webkit-transform: scaleX(1.00) scaleY(1.00);
    }
}

@-o-keyframes animationFrames {
    0% {
        -o-transform: scaleX(1.00) scaleY(1.00);
    }

    10% {
        -o-transform: scaleX(0.95) scaleY(0.95);
    }

    20% {
        -o-transform: scaleX(0.95) scaleY(0.95);
    }

    30% {
        -o-transform: scaleX(1.00) scaleY(1.00);
    }

    100% {
        -o-transform: scaleX(1.00) scaleY(1.00);
    }
}

@-ms-keyframes animationFrames {
    0% {
        -ms-transform: scaleX(1.00) scaleY(1.00);
    }

    10% {
        -ms-transform: scaleX(0.95) scaleY(0.95);
    }

    20% {
        -ms-transform: scaleX(0.95) scaleY(0.95);
    }

    30% {
        -ms-transform: scaleX(1.00) scaleY(1.00);
    }

    100% {
        -ms-transform: scaleX(1.00) scaleY(1.00);
    }
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Varela Round', sans-serif;
    color: #333;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
    text-align: center;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Varela Round', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

p {
    margin-bottom: 5px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

a {
    color: #b2b2d4;
    font-size: 17px;
}

    a:hover {
        color: #3f9eeb;
    }

.button {
    display: inline-block;
    width: auto;
    height: 50px;
    padding: 4px 15px;
    border-radius: 10px;
    background-color: #4ea8f2;
    font-family: 'Varela Round', sans-serif;
    color: white;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}

a.notmycarbutton {
    display: block;
    width: 250px;
    margin: 14px auto 0px;
    float: none;
    background-color: #de3c3c;
}

    a.notmycarbutton:hover {
        display: block;
        width: 250px;
        margin: 14px auto 0px;
        float: none;
        background-color: #de3c3c;
    }

.logo {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 20px;
}

    .logo.smalllogo {
        margin-top: 0px;
        padding-top: 0px;
    }

.navbar {
    height: 60px;
    background-color: #f2f2f2;
}

.regbox {
    background: url(/images/gb.png) no-repeat;
    background-position: -4px -2px;
    position: relative;
    z-index: 0;
    display: block;
    height: 90px;
    max-width: 440px;
    margin: 0px auto 0px 0px;
    padding: 0px 0px 0px 34px;
    border: 2px solid #474747;
    border-radius: 10px;
    background-color: rgba(255, 0, 0, 0);
    font-family: Exo, sans-serif;
    color: black;
    font-size: 70px;
    line-height: 0px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: uppercase;
}

    .regbox:hover {
        display: block;
        background-color: rgba(255, 255, 255, 0);
        line-height: 89.5px;
    }

.overlay {
    display: none;
}

    .overlay .overlay-content {
        padding: 10px;
        background: #fff;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -100px;
        width: 210px;
        border-radius: 10px;
        z-index: 999;
    }

    .overlay .overlay-background {
        z-index: 998;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #eee;
        opacity: 0.5;
    }

.gbimage {
    position: relative;
    margin-top: 4px;
    margin-left: -1px;
}

.regform {
    display: block;
    max-width: 800px;
    margin-top: 3px;
    margin-right: auto;
    margin-left: 64px;
}

.typeregprompt {
    font-family: 'Varela Round', sans-serif;
    font-size: 24px;
    text-align: center;
}

.getquotebutton {
    width: 350px;
    height: 90px;
    margin-top: -90px;
    clear: both;
    float: right;
    border: 2px solid #3072a1;
    border-radius: 10px;
    background-color: #4ea8f2;
    font-family: 'Varela Round', sans-serif;
    font-size: 30px;
    font-weight: bold;
}

    .getquotebutton:hover {
        background-color: #3080c2;
    }

@-moz-document url-prefix() {
    .getquotebutton {
        margin-top: 0px;
    }
}

.infosection {
    margin-top: 70px;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #ededed;
}

.infographic {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.getintouchsection {
    margin-top: 30px;
}

.getintouchheading {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #6aaefc;
    color: white;
}

.map {
    margin-top: 30px;
}

.footer {
    margin-top: 20px;
    background-color: #ebebeb;
}

.footercontainer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.menulink {
    margin-right: 20px;
    color: #474747;
    text-decoration: none;
}

.footermenu {
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.copyright {
    margin-top: 24px;
    color: #a1a1a1;
    text-align: center;
}

.navlink.valuationlink {
    color: #00A9DB;
}

.faq {
    margin-top: 46px;
    margin-bottom: 18px;
    padding-right: 20px;
    padding-left: 20px;
}

.terms {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
}

.mainheading {
    margin-bottom: 43px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #60aef7;
    color: white;
}

    .mainheading.topheading {
        position: static;
        margin-top: -16px;
    }

.label {
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
}

.textbox {
    border-radius: 5px;
}

    .textbox.textarea {
        height: 124px;
    }

    .textbox.textboxlargeleft {
        float: left;
    }

.message {
    margin: -15px 20px 42px;
    padding: 20px;
    border-radius: 20px;
    background-color: #878787;
    color: white;
}

.cardetails {
    font-size: 20px;
    line-height: 30px;
}

.textboxlarge {
    height: 50px;
    max-width: 300px;
    margin-right: 10px;
    float: none;
    border: 1px solid black;
    border-radius: 10px;
    font-size: 20px;
}

    .textboxlarge.textboxlong {
        max-width: 500px;
    }

.form {
    display: block;
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
}

.mileagesection {
    margin-top: 35px;
}

.mileageform {
    margin-bottom: 37px;
}

.moredetailsform {
    display: block;
    width: auto;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.valuationbox {
    display: block;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
    margin-top: -18px;
    padding: 40px;
    border-radius: 20px;
    background-color: #3f9eeb;
}

.valuationtext {
    margin-top: 21px;
    font-family: 'Varela Round', sans-serif;
    color: white;
    font-size: 55px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
}

.valuationtextsmall {
    margin-top: 8px;
    font-family: 'Varela Round', sans-serif;
    color: white;
    font-size: 30px;
    text-align: center;
    line-height: 35px;
}

.thankyou {
    margin-top: 34px;
    font-size: 27px;
}

.assumptions {
    margin-top: 33px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px;
    background-color: #ededed;
    text-align: left;
}

.placeholder {
    position: absolute;
    margin-top: -57px;
    margin-left: 95px;
    color: #a8a8a8;
    font-size: 34px;
    z-index: -1;
}

@media (max-width: 991px) {
    .regbox {
        position: static;
        padding-left: 0px;
        float: none;
    }

    .gbimage {
        margin-top: 4px;
    }

    .regform {
        max-width: 440px;
        margin-left: auto;
    }

    .getquotebutton {
        width: 440px;
        margin-top: 11px;
        margin-right: 0px;
        margin-left: 0px;
        float: none;
    }

    .navdropdown {
        background-color: #ededed;
    }

    .menubutton {
        background-color: #4ea8f2;
        color: white;
    }

    .form {
        max-width: 440px;
    }

    .placeholder {
        position: absolute;
        margin-top: -158px;
    }
}

@media (max-width: 767px) {

    .menubutton {
        margin-top: 60px;
    }

    .gbimage {
        margin-top: 4px;
    }

    .typeregprompt {
        line-height: 30px;
    }

    .getquotebutton {
        width: 440px;
        margin-top: 11px;
        margin-left: 0px;
    }

    .form {
        max-width: 440px;
    }

    .valuationbox {
        margin-right: 20px;
        margin-left: 20px;
    }
}

.getquotebutton {
    display: block;
}

    .getquotebutton.phone {
        display: none;
    }

@media (max-width: 479px) {

    .btnInstantQuote {
        position: fixed;
        padding: 20px;
        text-align: center;
        top: 0;
        left: 0;
        z-index: 9999;
        background: #151a8d;
        color: white;
        font-size: 17px;
        font-weight: bold;
        width: 100%;
        display: block;
        color: white !important;
        text-decoration: none;
    }

    .btnInstantQuote a:active, .btnInstantQuote a:hover {
        color: white !important;
        text-decoration: none;
    }

    .getquotebutton.phone {
        display: block;
    }

    .button {
        display: block;
        width: 300px;
        margin-right: auto;
        margin-left: auto;
    }

    .regbox {
        height: 90px;
        max-width: 300px;
        margin-top: 20px;
        margin-bottom: 12px;
        margin-left: auto;
        font-size: 54px;
    }

    .gbimage {
        margin-left: 9px;
    }

    .typeregprompt {
        padding-right: 10px;
        padding-left: 10px;
    }

    .getquotebutton {
        display: block;
        width: 300px;
        height: 90px;
        margin-right: auto;
        margin-left: auto;
        display: none;
    }

    .menulink {
        display: block;
    }

    .footermenu {
        padding-right: 20px;
        padding-left: 20px;
    }

    .mainheading.topheading {
        margin-bottom: 18px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 28px;
        line-height: 30px;
    }

    .label {
        display: block;
        margin-right: auto;
        margin-left: 10px;
        float: none;
    }

    .textbox.textboxlargeleft {
        float: none;
    }

    .message {
        margin-right: 10px;
        margin-bottom: 23px;
        margin-left: 10px;
        border-width: 0px;
        background-color: #969696;
        color: white;
        font-size: 23px;
        line-height: 30px;
    }

    .textboxlarge {
        display: block;
        width: 300px;
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .valuationbox {
        padding-top: 19px;
    }

    .valuationtext {
        font-size: 40px;
    }

    .valuationtextsmall {
        font-size: 20px;
    }

    .thankyou {
        line-height: 28px;
    }

    .placeholder {
        position: relative;
        display: block;
        max-width: 200px;
        margin-right: auto;
        margin-bottom: 134px;
        margin-left: auto;
        font-size: 25px;
    }
}
