.cancell:hover, .drive:hover, .drop_in li a:hover, .drop_in li.active a, .free1:hover, .free:hover, .freequote1:hover, .freequote:hover, .getfree1:hover, .getfree:hover, .getfreequote:hover, .polic2:hover, .polici:hover, .quote:hover, .sample:hover, .submit:hover, .view2:hover, .view:hover, a:hover {
    text-decoration: none
}

.bigEntrance, .expandOpen, .expandUp, .fadeIn, .hatch, .slideDown, .slideExpandUp, .slideLeft, .slideRight, .slideUp {
    visibility: visible !important
}

@font-face {
    font-display: swap
}

.accordion, .accordion--container {
    margin: 0 auto
}

@font-face {
    font-display: auto
}

.hidden-small-up {
    display: block
}

.hidden-small-down {
    display: none
}

.hide-visually {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.news-banner {
    padding: 0.5rem;
    background-color: #dc8620;
    display: block;
    text-align: center;
    color: white;
    font-size: 15px
}

@media only screen and (max-width : 768px) {
    .news-banner {
        font-size: 11px
    }
}

.accordion {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #FFF;
    position: relative;
    transition: all .6s ease-out .1s
}

.accordion--image, .accordion-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative
}

@media (min-width:1024px) {
    .accordion {
        cursor: pointer;
        height: 580px;
        max-width: 100%
    }
}

@media (min-width:1350px) {
    .accordion {
        height: 950px;
        max-width: 100%
    }
}

.accordion--image {
    box-sizing: border-box;
    height: 222px;
    overflow: hidden
}

@media (min-width:768px) {
    .hidden-small-up {
        display: none
    }

    .hidden-small-down {
        display: block
    }

    .responsive-break {
        display: none
    }

    .accordion {
        max-width: 100%
    }

    .accordion--image {
        height: 400px
    }
}

.accordion--headline {
    letter-spacing: .9px
}

@media (min-width:1024px) {
    .accordion--image {
        transition: all .3s ease;
        height: auto;
        overflow: visible;
        padding-top: 0
    }

    ._is-open .accordion--image {
        opacity: 0;
        pointer-events: none
    }

    ._is-normal .accordion--image {
        opacity: 1;
        transition-delay: .3s
    }

    .accordion--headline {
        font-size: 28px;
        letter-spacing: .9px;
        line-height: 40px;
        transition: all .3s ease
    }

    ._is-open .accordion--headline {
        opacity: 0;
        pointer-events: none
    }

    ._is-normal .accordion--headline {
        opacity: 1;
        transition-delay: .3s
    }
}

.accordion-item--cover-blurb-title, .accordion-item--nav-label {
    font-family: Poppins,sans-serif;
    font-size: 23px;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 500
}

.accordion--items {
    border-top: 1px solid #fff;
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column
}

@media (min-width:1024px) {
    .accordion--items {
        border-top: none;
        flex-direction: row;
        height: 580px
    }
}

@media (min-width:1350px) {
    .accordion--items {
        height: 950px
    }
}

.accordion-item {
    box-sizing: border-box;
    display: flex;
    flex-grow: 1;
    overflow: hidden;
    transition: all .3s ease-in;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: inherit;
    background-size: cover;
    flex: 1 0 118px
}

.accordion-item--cover, .accordion-item--cover-blurb {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.accordion-item._item-closed {
    flex-grow: 0
}

.accordion-item._item-open {
    height: 600px;
    flex-basis: 600px;
    cursor: default
}

.faqinner, .fuelimg, a, a[onclick*=gtag]:hover {
    cursor: pointer
}

.accordion-item._item-open[data-meet-harrys-item-id='0'] {
    flex-basis: 700px
}

.accordion-item._item-open[data-meet-harrys-item-id='1'] {
    flex-basis: 770px
}

.accordion-item._item-open[data-meet-harrys-item-id='2'] {
    flex-basis: 820px
}

.accordion-item + .accordion-item {
    border-top: 1px solid #FFF
}

@media (min-width:768px) {
    .accordion-item._item-open {
        flex-basis: 506px
    }
}

@media (min-width:1024px) {
    .accordion-item {
        flex-basis: 33.3333333333%
    }

        .accordion-item + .accordion-item {
            border-top: 0
        }

            .accordion-item + .accordion-item::after {
                background-color: #FFF;
                content: '';
                height: 100%;
                left: 0;
                position: absolute;
                top: 100%;
                transition: all .6s ease-out .1s;
                width: 2px
            }

    ._has-scrolled-past .accordion-item + .accordion-item::after {
        top: 0
    }

    .accordion-item._item-open {
        height: auto;
        flex-basis: 682px
    }

    .accordion-item._item-closed {
        flex-grow: 0;
        flex-basis: 100px
    }
}

.accordion-item--action {
    background-color: #FFF;
    border-radius: 50%;
    bottom: 50%;
    display: block;
    height: 40px;
    position: absolute;
    right: 30px;
    top: 38px;
    width: 40px;
    transition: all .3s ease-in
}

._item-open .accordion-item--action {
    top: 38px;
    transform: rotate(45deg);
    margin-bottom: 10px
}

._is-normal .accordion-item--action, ._item-closed .accordion-item--action {
    opacity: 1
}

@media (min-width:1024px) {
    .accordion-item--action {
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%) translateY(20px);
        transition: all .3s ease-in;
        top: 89%
    }

    ._item-open .accordion-item--action {
        margin-bottom: 0;
        top: 89%;
        cursor: pointer;
        transform: translateX(-50%) rotate(45deg)
    }

    ._is-normal .accordion-item--action {
        opacity: 0
    }

    ._has-scrolled-past .accordion-item:not(._item-open) .accordion-item--action {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
        transition: all .3s ease-in
    }
}

.accordion-item--nav-label {
    line-height: 24px;
    display: block;
    left: 105px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 66%;
    transform: translateY(-50%);
    transition: all .3s ease
}

._item-open .accordion-item--nav-label {
    opacity: 0
}

._item-closed .accordion-item--nav-label {
    opacity: 1;
    transition-delay: .3s
}

@media (min-width:1024px) {
    .accordion-item--nav-label {
        bottom: 105px;
        left: 50%;
        top: auto;
        transform-origin: left center;
        transform: rotate(-90deg)
    }
}

.accordion-item--cover {
    transition: all .3s ease;
    box-sizing: border-box;
    bottom: 0;
    display: block;
    padding: 30px;
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    top: 0
}

._is-open .accordion-item--cover {
    opacity: 0;
    pointer-events: none
}

._is-normal .accordion-item--cover {
    opacity: 1;
    transition-delay: .3s
}

.accordion-item--cover-blurb {
    box-sizing: border-box;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    position: absolute;
    text-align: left;
    transition: all .3s ease;
    width: 265px
}

.accordion--head, .accordion--headline, .bann, .free1, .get h1, .get h3, .moneimg, .money h4, .money p, .polic2, .polici, .view, .view1, a#rewards-login {
    text-align: center
}

.accordion-item--cover-blurb-title {
    line-height: 24px;
    display: inline
}

.accordion-item--cover-blurb-subtitle {
    font-family: Lato,sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 24px;
    text-transform: none;
    display: block;
    padding: 0 20px;
    transition: opacity .3s ease
}

@media (min-width:1024px) {
    .accordion-item--cover-blurb {
        bottom: 155px;
        text-align: center;
        left: 50%;
        opacity: 0;
        top: auto;
        transform: translate(-50%,50px);
        height: 230px
    }

    ._has-scrolled-past .accordion-item--cover-blurb {
        opacity: 1;
        transform: translate(-50%,30px)
    }

    .accordion-item--cover-blurb-title {
        margin-bottom: 10px
    }

    .accordion-item--cover-blurb-subtitle {
        display: block
    }

    .accordion-item--content {
        width: 822px
    }
}

.accordion-item--content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: opacity .3s ease;
    height: 100%;
    padding: 40px;
    bottom: 0;
    left: 0;
    max-width: none;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0
}

.polici, a#rewards-login {
    border-radius: 3px;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out
}

@media (max-width:767px) {
    .accordion-item--content.-flush-on-mobile {
        padding-bottom: 0
    }
}

._is-normal .accordion-item--content {
    opacity: 0
}

._item-open .accordion-item--content {
    opacity: 1;
    transition-delay: .3s
}

@media (min-width:1350px) {
    .accordion-item--content {
        width: 998px
    }
}

.accordion-item--content-title {
    font-family: Poppins,sans-serif;
    font-weight: 500;
    font-size: 23px;
    letter-spacing: .9px;
    line-height: 32px;
    text-transform: none;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 80%
}

@media (min-width:1024px) {
    .accordion-item--content-title {
        font-size: 41px;
        letter-spacing: 6px;
        line-height: 40px;
        text-transform: uppercase;
        font-weight: 600;
        font-family: Poppins,sans-serif
    }
}

.accordion-item--content-body, .accordion-item--fine-print {
    font-family: museo-sans,"Museo Sans",Helvetica,Arial,sans-serif
}

.accordion-item--content-body {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .4px;
    line-height: 26px;
    text-transform: none
}

@media (min-width:768px) {
    .accordion-item--content {
        display: flex;
        justify-content: left
    }

    .accordion-item--content-title {
        margin-top: 0;
        width: 100%
    }

    .accordion-item--content-body {
        margin-top: 0
    }
}

@media (min-width:1024px) {
    .accordion-item--content-body {
        font-family: museo-sans,"Museo Sans",Helvetica,Arial,sans-serif;
        font-weight: 300;
        font-size: 16px;
        letter-spacing: .5px;
        line-height: 28px;
        text-transform: none;
        width: 90%
    }
}

.accordion-item--fine-print {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: .4px;
    text-transform: none;
    margin-top: 0
}

.accordion-item--content-body .markdown--h1, .accordion-item--content-body .markdown--h2, .accordion-item--content-body .markdown--h3, .accordion-item--content-body .markdown--h4 {
    font-family: brandon-grotesque,"Brandon Grotesque",Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-transform: none
}

.accordion-item--left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 50%
}

.accordion-item--right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 50%;
    margin: 0 0 0 auto;
    flex-basis: 50%
}

.accordion-item--content-body .markdown--h1 {
    font-size: 28px;
    letter-spacing: .9px;
    line-height: 40px
}

@media (min-width:768px) {
    .accordion-item--content-body .markdown--h1 {
        font-size: 36px;
        letter-spacing: 1.5px;
        line-height: 48px
    }

    [data-component-id="828"] .accordion--image {
        background-image: url(../img/outer.jpg)
    }
}

@media (min-width:1024px) {
    .accordion-item--content-body .markdown--h1 {
        font-size: 42px;
        letter-spacing: 1.7px;
        line-height: 52px
    }
}

.accordion-item--content-body .markdown--h2 {
    font-size: 28px;
    letter-spacing: .9px;
    line-height: 40px
}

@media (min-width:1024px) {
    .accordion-item--content-body .markdown--h2 {
        font-size: 36px;
        letter-spacing: 1.5px;
        line-height: 48px
    }
}

.accordion-item--content-body .markdown--h3 {
    font-size: 24px;
    letter-spacing: .9px;
    line-height: 32px
}

@media (min-width:1024px) {
    .accordion-item--content-body .markdown--h3 {
        font-size: 28px;
        letter-spacing: .9px;
        line-height: 40px
    }
}

.accordion-item--content-body .markdown--h4 {
    font-size: 20px;
    letter-spacing: .5px;
    line-height: 24px
}

@media (min-width:1024px) {
    .accordion-item--content-body .markdown--h4 {
        font-size: 24px;
        letter-spacing: .9px;
        line-height: 32px
    }
}

.accordion-item--content-body .markdown--italics {
    font-style: italic
}

.fa, em {
    font-style: normal
}

.accordion-item--content-body .markdown--bold {
    font-weight: 700
}

.accordion-item--content-body .markdown--ul {
    font-family: museo-sans,"Museo Sans",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .4px;
    line-height: 26px;
    text-transform: none;
    list-style-type: disc;
    margin-top: 20px;
    padding-left: 20px
}

[data-component-id="828"] .accordion--image {
    background-position: center 33%;
    background-size: cover
}

[data-component-id="828"].accordion--container {
    background-color: #1890c8
}

@media (min-width:1024px) {
    .accordion-item--content-body .markdown--ul {
        font-family: museo-sans,"Museo Sans",Helvetica,Arial,sans-serif;
        font-weight: 300;
        font-size: 16px;
        letter-spacing: .5px;
        line-height: 28px;
        text-transform: none
    }

    [data-component-id="828"] .accordion {
        background-image: url(../img/outer1.jpg);
        background-position: center 33%;
        background-size: cover
    }

        [data-component-id="828"] .accordion._is-open {
            background-image: none
        }

    [data-component-id="828"].accordion--container {
        background-color: #065189
    }
}

.accordion--head, .accordion--headline, .ass, .banner h1, .banner h4, .blog h3, .blog h5, .blog-post h4, .blog-post p.date, .cust h3, .ded, .extev h1, .footer h4, .free, .free1, .freequote, .fue h6, .get h1, .get h3, .getfree, .getfree1, .mobile-contact-bar h6 a, .money h4, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span, .need h4, .our h4, .plan h3, .plan h5, .poli h5, .polic2, .polici, .policy h3, .policy h4, .policy h5, .priv h3, .rental h4, .sample, .service h3, .service h5, .topr h6 a, .trust h3, .trust h5, .view, .view1, .view2, .welcome h3, .welcome h5, a#rewards-login {
    text-transform: uppercase
}

[data-component-id="828"] .accordion-item--content-body, [data-component-id="828"] .accordion-item--content-title, [data-component-id="828"] .accordion-item--cover-blurb, [data-component-id="828"] .accordion-item--fine-print, [data-component-id="828"] .accordion-item--nav-label {
    color: #fff
}

body, p {
    font-size: 16px;
    color: #5a5a5a;
    font-weight: 400
}

[data-component-id="829"].accordion-item {
    background-image: none
}

    [data-component-id="829"].accordion-item._item-open {
        background-image: url(../img/1_1_mobile.jpg);
        /* background-position: 0 */
    }

@media (min-width:768px) {
    [data-component-id="828"].accordion--container {
        background-color: #065189
    }

    [data-component-id="829"].accordion-item {
        background-image: none
    }

        [data-component-id="829"].accordion-item._item-open {
            background-image: url(../img/1_1_tablet.jpg);
            background-position: center
        }
}

@media (min-width:1024px) {
    [data-component-id="829"].accordion-item._item-open {
        background-image: url(../img/1_1.jpg);
        background-position: center
    }
}

[data-component-id="830"].accordion-item {
    background-image: none
}

    [data-component-id="830"].accordion-item._item-open {
        background-image: url(../img/1_2_mobile.jpg);
        /*background-position: 0*/
    }

@media (min-width:768px) {
    [data-component-id="830"].accordion-item {
        background-image: none
    }

        [data-component-id="830"].accordion-item._item-open {
            background-image: url(../img/1_3_tablet.jpg);
            background-position: center
        }
}

@media (min-width:1024px) {
    [data-component-id="830"].accordion-item._item-open {
        background-image: url(../img/1_2.jpg);
        background-position: center
    }
}

[data-component-id="831"].accordion-item {
    background-image: none
}

    [data-component-id="831"].accordion-item._item-open {
        background-image: url(../img/1_3_mobile.jpg);
        /*background-position: 0*/
    }

@media (min-width:768px) {
    [data-component-id="831"].accordion-item {
        background-image: none
    }

        [data-component-id="831"].accordion-item._item-open {
            background-image: url(../img/1_2_tablet.jpg);
            background-position: center
        }
}

@media (min-width:1024px) {
    [data-component-id="831"].accordion-item._item-open {
        background-image: url(../img/1_3.jpg);
        background-position: center
    }
}

@media (max-width:1024px) {
    .accordion-item {
        height: 580px !important
    }

    .accordion-item--cover-blurb {
        bottom: 30px
    }
}

@media (max-width:980px) {
    .accordion-item--cover-blurb-subtitle, .accordion-item--cover-blurb-title img {
        display: none
    }

    .accordion-item--nav-label {
        top: 49%;
        left: 30px;
        transform: translateY(-50%)
    }
}

@media (max-width:736px) {
    [data-component-id="828"] .accordion--image {
        height: 300px
    }
}

body {
    font-family: Lato,sans-serif;
    margin: 0;
    padding: 0
}

.appContainer {
    padding-top: 120px
}

.maxw {
    max-width: 1110px;
    margin: 0 auto
}

::-moz-selection {
    background-color: #ff9920;
    color: #fff
}

::selection {
    background-color: #ff9920;
    color: #fff
}

.form-control:focus {
    border-color: #f7941f;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247,148,31,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247,148,31,.6)
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0
}

ol, ul, ul li {
    padding: 0;
    margin: 0;
    list-style: none
}

p {
    font-family: Poppins;
    padding-bottom: 10px;
    line-height: 23px
}

a.orange-link, a.orange-link:hover {
    color: #f7941f
}

h1 {
    font-family: Teko;
    font-size: 45px;
    color: #fff
}

h2, h3, h4, h5, h6 {
    font-family: Lato;
    color: #fff
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 35px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 22px
}

h6 {
    font-size: 16px;
    font-weight: 300
}

.navbar .maxw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top {
    background: rgba(9,33,51,1);
    border-bottom: 1px solid #0d5d96;
    min-height: 93px
}

.topr {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .topr #right-side {
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .topr #left-side {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mobile-contact-bar h6 a, .topr h6 a {
        font-family: Poppins;
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        float: left;
        padding-right: 15px;
        border-right: 1px solid #193d54
    }

        .mobile-contact-bar h6 a:hover, .topr h6 a:hover {
            color: #0f78bd
        }

    .mobile-contact-bar h6 span, .topr h6 span {
        float: left;
        margin-right: 5px
    }

.mobile-contact-bar {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px auto 20px
}

.facebook1, .facebook1:hover, .google1, .google1:hover, .twitter1, .twitter1:hover {
    display: block;
    float: left
}

.facebook1, .google1, .twitter1 {
    margin-left: 15px
}

.socialin {
    margin-top: 4px
}

.facebook1 {
    background: url(../img/facebook.png) no-repeat;
    width: 6px;
    height: 12px
}

    .facebook1:hover {
        background: url(../img/facebook.png) 0 -12px no-repeat;
        width: 6px;
        height: 12px
    }

.twitter1 {
    background: url(../img/twitter.png) no-repeat;
    width: 13px;
    height: 11px
}

    .twitter1:hover {
        background: url(../img/twitter.png) 0 -11px no-repeat;
        width: 13px;
        height: 11px
    }

.google1, .google1:hover {
    width: 18px;
    height: 12px
}

.google1 {
    background: url(../img/google.png) no-repeat
}

    .google1:hover {
        background: url(../img/google.png) 0 -12px no-repeat
    }

a#rewards-login span:after {
    content: '\f090';
    font-family: FontAwesome;
    margin-left: 5px
}

.free1::after, .polic2::after, .polici::after, .quote::after, .sample::after, .view::after {
    content: ""
}

a#rewards-login {
    display: inline-block;
    width: auto;
    background: #dc8620;
    font-family: Poppins;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    letter-spacing: 1px;
    margin: 0 0 0 15px;
    z-index: 0;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.free, .free1, .getfree, .polic2, .polici, .quote, .sample, .view, .view1 {
    letter-spacing: 2px
}

#navbar {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
    font-family: Poppins;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    padding-right: 0;
    padding-left: 0;
    margin: 0 12px;
    border-bottom: 2px solid transparent
}

.navbar-default .navbar-nav > li > span {
    margin-left: 6px
}

li.has-dropdown {
    padding-bottom: 18px;
    margin-top: -3px
}

.navbar-nav {
    margin-top: 16px
}

    .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 15px;
        line-height: 20px
    }

.banner h4, .contin h4, .contin h5 {
    line-height: 35px
}

.navbar-default .navbar-nav > li > a:hover {
    color: #f7941f;
    border-bottom: 2px solid #f7941f
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #f7941f;
    border-bottom: 2px solid #f7941f;
    background-color: inherit
}

.navbar-brand > img {
    max-height: 45px;
    width: auto
}

.navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

.dropdown {
    width: 180px !important;
    background: #0f78bd;
    position: absolute;
    top: 37px;
    left: 0;
    z-index: 22;
    display: none;
    border-bottom: 2px solid #df861c
}

.drop_in li a, .nav > li:hover .dropdown {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.drop_in {
    width: 100%;
    margin: 0;
    padding: 5px 15px 0
}

    .drop_in li {
        list-style: none;
        border-bottom: 1px solid #2f8ac6;
        position: relative
    }

        .drop_in li:last-child {
            border-bottom: none
        }

        .drop_in li a {
            font-family: Lato;
            font-size: 13px;
            color: #fff;
            margin: 0;
            font-weight: 600;
            padding: 9px 0
        }

            .drop_in li a:hover, .drop_in li.active a {
                color: #ec8f20;
                -webkit-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

            .tar {
                text-align: left;
            }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #092133
}

.navbar-default .navbar-toggle {
    border-color: #092133;
    margin-right: 0
}

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

.banner {
    background-size: cover;
    padding: 175px 0 85px  /*without hurricane banner*/
    /*padding: 280px 0 85px;*/ /* With hurricane banner */
}

    .banner h1, .banner h4 {
        color: #fff;
        font-weight: 400;
        padding-bottom: 25px
    }

    .banner h4 {
        font-family: Poppins;
        font-size: 26px
    }

    .banner h1 {
        font-family: Teko;
        font-size: 66px;
        line-height: 60px
    }

.polic2, .polici {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 0;
    display: inline-block;
    /* margin: 0 15px */
}

.blog h3, .get h1, .get h3, .welcome h3 {
    font-family: Teko
}

.banner h1 span {
    color: #ff9313
}

.banner h1 em {
    color: #009aff
}

.polic2, .polic2:hover, .polici, .polici:hover {
    color: #fff
}

.polici {
    margin-right: 15px;
    width: 210px;
    background: #dc8620;
    position: relative;
    z-index: 0;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

    .polic2, .polici::after {
        background: #0f78bd;
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out;
        border-radius: 3px
    }

    .polici::after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out
    }

    .polic2:hover:after, .polici:hover:after {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out
    }

    .polici:hover:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        width: 100%;
        transition: all .3s ease-in-out
    }

.polic2 {
    width: 210px;
    position: relative;
    z-index: 0;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

    .free1::after, .polic2::after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0
    }

    .polic2::after {
        top: 0;
        background: #dc8620;
        z-index: -1;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        border-radius: 3px;
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out
    }

    .polic2:hover:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        width: 100%;
        transition: all .3s ease-in-out
    }

.free1, .free1:hover:after, .view1, .view1:hover {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.get .k-widget {
    padding: 0
}

.get {
    background: url(../img/getbg.jpg) center no-repeat;
    min-height: 275px;
    background-size: cover;
    padding-top: 45px
}

    .get.alt {
        background: url(../img/getbg-alt.png) center no-repeat;
        background-size: cover
    }

    .get h1, .get h3 {
        font-size: 56px;
        color: #fff;
        font-weight: 400;
        line-height: 51px;
        padding-bottom: 30px
    }

.blog h5, .free1, .welcome h5 {
    font-family: Poppins
}

.get.alt h3 {
    color: #0c81cd
}

.free1, .free1:hover {
    color: #fff
}

#contact-pmc label, #free-quote-form label {
    color: #fff;
    font-size: smaller
}

#contact-pmc .form-control.error, #free-quote-form .form-control.error {
    border: 2px solid #dc8620
}

#contact-pmc .form-control.valid, #free-quote-form .form-control.valid {
    border: 2px solid green
}

#contact-pmc .row, #free-quote-form .row {
    margin-right: -5px;
    margin-left: -5px
}

#contact-pmc .form-group.col-sm-12, #contact-pmc .form-group.col-sm-3, #contact-pmc .form-group.col-sm-4, #contact-pmc .form-group.col-sm-6, #free-quote-form .form-group.col-md-2, #free-quote-form .form-group.col-md-3, #free-quote-form .form-group.col-md-4 {
    padding-right: 5px;
    padding-left: 5px
}

#contact-pmc .form-group, #free-quote-form .form-group {
    margin-bottom: 10px
}

.free1, .getin, .welcome p {
    margin: 0 auto
}

.fild2 {
    height: 45px !important;
    border-radius: 2px;
    border: none
}

#blog-posts .blog-post, .free, .free1, .free1::after, .free::after, .getfree, .getfree1, .getfree1::after, .getfree::after, .quote, .quote::after, .sample, .sample::after, .view, .view1, .view::after {
    border-radius: 3px
}

.getin {
    width: 80%
}

.free1 {
    width: 280px;
    background: #ff9920;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 0;
    display: block;
    position: relative;
    top: 27px;
    z-index: 0;
    transition: all .3s ease-in-out
}

.blog h3, .blog h5, .welcome h3, .welcome h5, .welcome p {
    font-weight: 400;
    text-align: center
}

.free1::after {
    top: 0;
    background: #0f78bd;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.accordion--head, .accordion--headline {
    font-weight: 400;
    display: inline-block;
    left: 50%;
    white-space: nowrap;
    position: absolute
}

.free1:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    transition: all .3s ease-in-out
}

.view1, .view1:hover {
    transition: all .3s ease-in-out
}

.welcome {
    background: url(../img/welbg.jpg) center no-repeat;
    min-height: 460px;
    background-size: cover;
    padding: 95px 0
}

    .blog h5, .welcome h5 {
        font-size: 16px;
        color: #676767;
        line-height: 20px;
        padding-bottom: 10px
    }

    .blog h3, .welcome h3 {
        font-size: 60px;
        color: #1087d5;
        line-height: 51px;
        padding-bottom: 30px
    }

    .welcome p {
        font-family: Lato;
        font-size: 17px;
        color: #4d4d4d;
        line-height: 29px;
        padding-bottom: 0;
        width: 92%
    }

.warranty {
    background: -webkit-radial-gradient(circle,#1890c8,#065189)
}

.accordion--head {
    font-family: Poppins;
    font-size: 16px;
    color: #80cdff;
    line-height: 20px;
    top: 70px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.accordion--headline {
    font-family: Teko;
    font-size: 60px;
    color: #fff;
    line-height: 51px;
    top: 95px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.money h4, .view1 {
    font-family: Poppins;
    font-weight: 500
}

.view, .view1 {
    display: block
}

.view1 {
    width: 270px;
    background: #ff9920;
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
    margin-top: 50px
}

    .view1:hover {
        background: #e27e08;
        color: #fff
    }

.view, .view:hover:after {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.money {
    background: url(../img/moneybg.jpg) bottom no-repeat;
    min-height: 900px;
    background-size: cover;
    padding-bottom: 60px
}

.mon, .mon1 {
    background: #0b7bc5
}

.mone {
    margin-top: -35px
}

.mon, .money h4, .money p {
    margin: 0 auto
}

.mon {
    width: 2px;
    height: 115px
}

.mon1 {
    width: 75px;
    height: 2px;
    right: -40px;
    position: absolute;
    top: 35px
}

.moneimg object, .rentimg object {
    max-height: 70px;
    width: auto
}

.money h4 {
    font-size: 17px;
    color: #0b7bc5;
    line-height: 24px;
    padding: 20px 0;
    width: 75%;
    min-height: 80px
}

.money p {
    font-family: Lato;
    font-size: 15px;
    color: #717171;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 0;
    width: 90%
}

.policy h5, .view, .view:hover {
    color: #fff
}

.plan h5, .policy h4 {
    color: #424242;
    text-align: center
}

.view {
    width: 280px;
    background: #ff9920;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 0;
    margin: 60px auto 0;
    position: relative;
    z-index: 0;
    transition: all .3s ease-in-out
}

.fue h6, .policy h3, .policy h4, .policy h5 {
    font-weight: 400
}

.view::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0f78bd;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.view:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    transition: all .3s ease-in-out
}

.sample, .sample:hover:after {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.policy {
    background: url(../img/policybg.png) center no-repeat;
    min-height: 680px;
    background-size: cover;
    padding: 70px 0
}

    .policy h4, .policy h5 {
        font-family: Poppins;
        font-size: 17px;
        padding-bottom: 10px;
        line-height: 20px
    }

    .policy h5 {
        text-align: center
    }

    .fue h5, .fue h6, .policy h3 {
        color: #fff;
        text-align: center
    }

    .policy h3 {
        font-family: Teko;
        font-size: 60px;
        line-height: 51px
    }

.fue h5, .fue h6, .plan h5, .rental h4, .sample {
    font-family: Poppins
}

.plans {
    position: relative
}

.policyimg {
    text-align: center;
    margin: 110px auto 30px
}

    .policyimg img {
        width: 100%
    }

.fuel {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 104px;
    left: 179px
}

.fue {
    width: 200px;
    height: 195px;
    background: #0b7bc5;
    text-align: center;
    padding: 30px;
    display: none;
    position: relative;
    left: -75px;
    top: -220px;
    -webkit-box-shadow: 0 0 10px 1px #7F7F7F;
    box-shadow: 0 0 10px 1px #7F7F7F
}

.fuel1, .fuel10, .fuel2, .fuel3, .fuel4, .fuel5, .fuel6, .fuel7, .fuel8, .fuel9 {
    width: 38px;
    height: 38px
}

.bro1, .fuel1, .fuel10, .fuel2, .fuel3, .fuel4, .fuel5, .fuel6, .fuel7, .fuel8, .fuel9 {
    position: absolute
}

.fueimg {
    text-align: center;
    margin: 0 auto 10px
}

.fue h6 {
    font-size: 14px;
    min-height: 30px
}

.fue h5 {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    padding-bottom: 0
}

.fuel10:hover .fue, .fuel1:hover .fue, .fuel2:hover .fue, .fuel3:hover .fue, .fuel4:hover .fue, .fuel5:hover .fue, .fuel6:hover .fue, .fuel7:hover .fue, .fuel8:hover .fue, .fuel9:hover .fue, .fuel:hover .fue {
    display: block
}

.panel, .policyimg1 {
    display: none
}

.fuel1 {
    top: 222px;
    left: 257px
}

.fuel2 {
    top: 203px;
    left: 230px
}

.fuel3, .fuel4 {
    top: 65px
}

.fuel3 {
    right: 450px
}

.fuel4 {
    right: 400px
}

.fuel5 {
    top: 66px;
    right: 285px
}

.fuel6 {
    top: 85px;
    right: 190px
}

.fuel7, .fuel8 {
    right: 90px
}

.fuel7 {
    top: 110px
}

.fuel8 {
    top: 190px
}

.fuel9 {
    top: 125px;
    right: 240px
}

.fuel10 {
    bottom: 50px;
    right: 380px
}

.rental {
    background: url(../img/rentalbg.jpg) center no-repeat;
    min-height: 860px;
    background-size: cover;
    padding-bottom: 60px
}

.bro, .bro1 {
    background: #f1981b
}

.rent {
    margin-top: -35px
}

.bro, .rental h4, .rental p {
    margin: 0 auto
}

.bro {
    width: 2px;
    height: 115px
}

.bro1 {
    width: 75px;
    height: 2px;
    right: -40px;
    top: 35px
}

.rentimg {
    text-align: center
}

.rental h4 {
    font-size: 17px;
    color: #0b7bc5;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    padding: 20px 0;
    width: 75%;
    min-height: 80px
}

.rental p {
    font-family: Lato;
    font-size: 15px;
    color: #717171;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 0;
    text-align: center;
    width: 90%
}

.blog.auto-insurance h3, .quote, .quote:hover, .sample, .sample:hover {
    color: #fff
}

.sample {
    width: 280px;
    background: #ff9920;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 16px 0;
    display: block;
    margin: 60px auto 0;
    position: relative;
    z-index: 0;
    transition: all .3s ease-in-out
}

    .sample::after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0f78bd;
        z-index: -1;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out
    }

    .sample:hover:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        width: 100%;
        transition: all .3s ease-in-out
    }

.quote, .quote:hover:after {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.plan {
    background: #fefefe;
    min-height: 860px;
    padding: 85px 0
}

    .plan h5 {
        font-size: 17px;
        font-weight: 400;
        line-height: 20px;
        padding-bottom: 10px
    }

    .plan h3, .priv h3 {
        line-height: 51px;
        text-align: center
    }

    .plan h3 {
        font-family: Teko;
        font-size: 60px;
        color: #0c81cd;
        font-weight: 400
    }

.planin {
    margin-top: -70px;
    display: -ms-grid;
    display: grid
}

.our {
    margin-bottom: 30px
}

.ourimg {
    text-align: center
}

.our h4 {
    font-family: Poppins;
    font-size: 18px;
    color: #0c81cd;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    padding: 10px 0
}

.our p {
    font-family: Lato;
    font-size: 16px;
    color: #686868;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 0;
    text-align: center;
    width: 90%;
    margin: 0 auto
}

.blog-post .category p, .quote {
    font-family: Poppins
}

.planimg {
    text-align: center;
    margin: 70px auto 0
}

.quote {
    width: 245px;
    background: #ff9920;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 16px 0;
    display: block;
    margin: -15px auto 0;
    position: relative;
    z-index: 0;
    text-transform: uppercase;
    transition: all .3s ease-in-out
}

    .quote::after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0f78bd;
        z-index: -1;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out
    }

    .quote:hover:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        width: 100%;
        transition: all .3s ease-in-out
    }

.blog {
    padding: 70px 15px
}

    .blog.auto-insurance {
        background-color: #ff9920
    }

        .blog.auto-insurance h5 {
            color: #555
        }

#blog-posts .bpost-container {
    padding: 5px;
    width: 33.3333%
}

#blog-posts > div {
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#blog-posts .blog-post:before {
    content: '';
    position: absolute;
    display: block;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(40%,rgba(0,0,0,.65)),to(transparent));
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,.65) 40%,transparent);
    background: -o-linear-gradient(bottom,rgba(0,0,0,.65) 40%,transparent);
    background: linear-gradient(to top,rgba(0,0,0,.65) 40%,transparent);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

#blog-posts .blog-post {
    position: relative;
    z-index: 1;
    min-height: 400px;
    padding: 10px 15px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

.blog-post .category {
    padding: 5px 10px;
    background-color: #dc8620;
    position: absolute;
    left: 0;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-post h4:after, .blog.auto-insurance .blog-post .category {
    background-color: #0c81cd
}

.blog-post .category p {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: .8em
}

.blog-post h4 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
    font-family: Teko;
    text-shadow: 0 0 1px #000
}

    .blog-post h4:after {
        content: '';
        height: 3px;
        width: 50px;
        display: block
    }

.footer h4::after, .free::after, .getfree::after {
    content: "";
    left: 0
}

.blog.auto-insurance .blog-post h4:after {
    background-color: #dc8620
}

.blog-post p.date {
    font-family: Poppins;
    font-size: .8em;
    color: #aaa
}

.blog-post p.body {
    font-family: Lato;
    color: #fff
}

.protect {
    background: url(../img/notbg.jpg) center no-repeat;
    min-height: 515px;
    background-size: cover;
    padding: 80px 0
}

.pro {
    width: 51%;
    float: left
}

.protect h3 {
    font-family: Teko;
    font-size: 61px;
    color: #fff;
    font-weight: 400;
    line-height: 50px
}

.protect h5, .protect p {
    font-family: Lato;
    color: #fff
}

.protect p {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 0
}

.copyright h6, .footer h6, .protect h5, .trust h5 {
    line-height: 20px
}

.protect button.free1 {
    margin-left: 0
}

.free {
    width: 235px;
    background: #ff9920;
    font-family: Poppins;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 16px 0;
    display: block;
    margin: 25px 0 10px;
    position: relative;
    z-index: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .free::after, .getfree {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out
    }

    .free::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background: #0f78bd;
        z-index: -1;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out
    }

    .free:hover:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        width: 100%;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .free:hover {
        color: #fff
    }

.protect h5 {
    font-size: 17px;
    font-weight: 700;
    padding-left: 15px
}

.footer h5, .footer h5 a {
    font-family: Lato;
    font-size: 12px;
    line-height: 20px
}

.protect h5 img {
    margin-right: 10px
}

.footer {
    background: rgba(9,33,51,1);
    background: radial-gradient(circle,#154056,#061b2f);
    background: -o-radial-gradient(circle,#154056,#061b2f);
    background: -webkit-radial-gradient(circle,#154056,#061b2f);
    min-height: 285px;
    padding: 70px 0 60px
}

    .footer .row [class*=col-] {
        margin-bottom: 20px
    }

    .footer h4, .footimg {
        margin-bottom: 25px
    }

    .footer h5 {
        color: #8da4b2;
        font-weight: 400;
        width: 90%;
        padding-bottom: 10px
    }

        .footer h5 a {
            color: #6b98b3;
            font-weight: 400
        }

    .footer h6 a {
        color: #c4cdd3
    }

        .footer h6 a:hover {
            color: #f7941f
        }

    .footer h4 {
        font-family: Teko;
        font-size: 22px;
        color: #fff;
        font-weight: 400;
        position: relative;
        border-bottom: 1px solid #234b66;
        padding-bottom: 15px
    }

        .footer h4::after {
            position: absolute;
            width: 26px;
            height: 2px;
            background: #ff9920;
            bottom: -1px
        }

    .footer ul {
        padding: 0;
        margin: 0 5px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

.my1, .my2 {
    float: left;
    padding-right: 30px
}

.footer ul li {
    margin-bottom: 5px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

    .footer ul li a:hover, .footer ul li.active a {
        color: #f7941f;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .footer h6, .footer ul li a {
        font-size: 14px;
        color: #c4cdd3;
        font-weight: 400;
        font-family: Lato
    }

    .footer ul li a {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

.footer h6 {
    padding-bottom: 10px
}

    .footer h6 img {
        margin-right: 8px
    }

    .footer h6 span {
        font-weight: 700
    }

.my1 {
    width: 28%
}

.my2 {
    width: 27%
}

.my3 {
    width: 18%;
    float: left
}

.facebook, .facebook:hover, .instagram, .instagram:hover, .linkedin, .linkedin:hover, .pinterest, .pinterest:hover, .twitter, .twitter:hover, .youtube, .youtube:hover {
    width: 38px;
    height: 38px;
    display: block;
    float: left
}

.facebook {
    background: url(../img/socialhov.png) no-repeat;
    margin: 0 5px 5px 0
}

    .facebook:hover {
        background: url(../img/socialhov.png) 0 -38px no-repeat;
        margin-right: 5px
    }

.twitter {
    background: url(../img/socialhov.png) -38px 0 no-repeat;
    margin: 0 5px 5px 0
}

    .twitter:hover {
        background: url(../img/socialhov.png) -38px -38px no-repeat;
        margin-right: 5px
    }

.instagram {
    background: url(../img/socialhov.png) -76px 0 no-repeat;
    margin: 0 5px 5px 0
}

    .instagram:hover {
        background: url(../img/socialhov.png) -76px -38px no-repeat;
        margin-right: 5px
    }

.pinterest {
    background: url(../img/socialhov.png) -152px 0 no-repeat;
    margin: 0 5px 5px 0
}

    .pinterest:hover {
        background: url(../img/socialhov.png) -152px -38px no-repeat;
        margin-right: 5px
    }

.linkedin {
    background: url(../img/socialhov.png) -190px 0 no-repeat;
    margin: 0 5px 5px 0
}

    .linkedin:hover {
        background: url(../img/socialhov.png) -190px -38px no-repeat;
        margin-right: 5px
    }

.youtube {
    background: url(../img/socialhov.png) -266px 0 no-repeat;
    margin: 0 5px 5px 0
}

    .youtube:hover {
        background: url(../img/socialhov.png) -266px -38px no-repeat;
        margin-right: 5px
    }

.copyright {
    background: #082338;
    min-height: 125px;
    padding: 30px 0;
    border-top: 1px solid #204263
}

    .copyright .btm-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

.cancell, .drive, .freequote, .freequote1, .getfree, .getfree1, .getfreequote, .submit, .view2 {
    display: block
}

.copyright .btm-row p {
    font-size: .65em;
    margin: 5px 20px;
    color: #4f7e9a
}

.copyright h6, .cust, .getfree1, .need p, .trust p, table {
    margin: 0 auto
}

.copyright h6 {
    font-family: Lato;
    font-size: 12px;
    color: #4f7e9a;
    text-align: center;
    font-weight: 400;
    width: 84%
}

.extev h1, .extev p, .getfree, .getfree:hover {
    color: #fff
}

.extev {
    background: url(../img/extbg.jpg) center no-repeat;
    background-size: cover;
    padding: 160px 0 80px
}

.extev1 {
    background: url(../img/extbg1.jpg) center no-repeat;
    background-size: cover
}

.auto {
    background: url(../img/autobg.jpg) center no-repeat;
    background-size: cover
}

.faq {
    background: url(../img/faqbg.jpg) center no-repeat;
    background-size: cover
}

.corpor {
    background: url(../img/corpobg.jpg) center no-repeat;
    background-size: cover
}

.online {
    background: url(../img/onlinebg.jpg) center no-repeat;
    background-size: cover
}

.contact {
    background: url(../img/contbg.jpg) center no-repeat;
    background-size: cover
}

.exte {
    width: 40%
}

.extev h1 {
    font-family: Teko;
    font-size: 66px;
    font-weight: 400;
    line-height: 52px;
    padding-bottom: 10px
}

.extev p {
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 20px
}

.getfree {
    width: 210px;
    background: #0f78bd;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 16px 0;
    position: relative;
    z-index: 0;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

    .getfree1, .getfree::after {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out
    }

.priv h3, .trust h3, .trust h5, .trust p {
    font-weight: 400
}

.getfree::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #dc8620;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.getfree:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.priv {
    padding: 160px 0 80px
}

    .priv h3 {
        font-family: Teko;
        font-size: 60px;
        color: #0f78bd;
        padding-bottom: 15px
    }

.trust {
    background: #0f78bd;
    background: radial-gradient(circle,#1694d3,#06528b);
    background: -o-radial-gradient(circle,#1694d3,#06528b);
    background: -webkit-radial-gradient(circle,#1694d3,#06528b);
    padding: 70px 0 80px
}

    .trust h5 {
        font-family: Poppins;
        font-size: 17px;
        color: #80cdff;
        padding-bottom: 10px;
        text-align: center
    }

    .need h4, .trust h3, .trust p {
        color: #fff;
        text-align: center
    }

    .trust h3 {
        font-family: Teko;
        font-size: 60px;
        line-height: 51px;
        padding-bottom: 15px
    }

    .trust p {
        font-family: Lato;
        font-size: 17px;
        line-height: 28px;
        padding-bottom: 45px;
        width: 80%
    }

.needimg {
    text-align: center
}

.need h4 {
    font-family: Poppins;
    font-size: 23px;
    font-weight: 600;
    padding: 25px 0 20px;
    letter-spacing: 4px
}

.ded, .ded1, .freequote, .freequote1, .getfree1, .getfreequote, .view2 {
    letter-spacing: 2px
}

.cust h3, .need p {
    font-weight: 400;
    color: #fff
}

.need p {
    font-family: Lato;
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 0;
    text-align: center;
    width: 90%
}

.money1 {
    background: url(../img/teambg.jpg) center no-repeat;
    min-height: 920px;
    background-size: cover
}

.money2 {
    background: url(../img/teambg1.jpg) center no-repeat;
    min-height: 900px;
    background-size: cover
}

.contin, .custto {
    min-height: 430px
}

.custto {
    background: url(../img/carbg.jpg) center no-repeat;
    background-size: cover;
    padding: 100px 0
}

.cust {
    width: 750px;
    height: 215px;
    border-left: 1px solid #5b8faa;
    border-right: 1px solid #5b8faa;
    position: relative
}

    .cust1::after, .cust1::before, .cust::after, .cust::before {
        height: 1px;
        background: #5b8faa;
        position: absolute;
        content: ""
    }

    .cust::after, .cust::before {
        width: 175px;
        top: 0
    }

    .cust::after {
        left: 0
    }

    .cust::before {
        right: 0
    }

.cust1::after, .cust1::before {
    width: 220px;
    bottom: 0
}

.cust1::after {
    left: 0
}

.cust1::before {
    right: 0
}

.custin, .getfree1 {
    position: relative
}

.custin {
    top: -20px
}

.cust h3 {
    font-family: Teko;
    font-size: 60px;
    line-height: 51px;
    text-align: center
}

.cust h4, .cust h5, .getfree1, .service h5 {
    font-family: Poppins;
    text-align: center
}

.cust h4, .cust h5 {
    line-height: 31px
}

.cust h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    padding: 15px 0 5px
}

    .cust h4 a, .cust h4 span {
        color: #f7941f
    }

.cust h5, .getfree1, .getfree1:hover {
    color: #fff
}

.cust h5 {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 15px
}

.getfree1 {
    width: 245px;
    background: #ff9920;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 0;
    z-index: 0;
    bottom: -10px;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.protect h4, .protect h6, .service h3, .service h5, .view2 {
    font-weight: 400
}

    .getfree1::after, .view2::after {
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

.getfree1::after, .view2 {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out
}

.getfree1::after {
    position: absolute;
    background: #0f78bd;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.se, .se1, .see {
    border: 1px solid #d4d4d4
}

.getfree1:hover:after, .view2:hover:after {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.getfree1:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    transition: all .3s ease-in-out
}

.service {
    background: #fff;
    padding: 70px 0
}

    .service h5 {
        font-size: 17px;
        color: #424242;
        line-height: 20px;
        padding-bottom: 10px
    }

    .service h3 {
        font-family: Teko;
        font-size: 60px;
        color: #0c81cd;
        line-height: 51px;
        text-align: center;
        padding-bottom: 25px
    }

table {
    width: 85%
}

.ded {
    background: -webkit-gradient(linear,left top,right top,from(#08568d),to(#1689c3));
    background: -webkit-linear-gradient(left,#08568d,#1689c3);
    background: -o-linear-gradient(left,#08568d,#1689c3);
    background: linear-gradient(to right,#08568d,#1689c3);
    background: -webkit-gradient(to right,#08568d,#1689c3);
    padding: 25px 10px;
    width: 23%;
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    color: #fff;
    font-weight: 500
}

.se1, .see {
    font-family: Lato;
    font-size: 15px;
    color: #575757;
    font-weight: 600
}

.ass, .freequote {
    font-weight: 500
}

.ded img {
    margin: 5px 0
}

td, th {
    padding: 15px
}

.see {
    background: #fafafa;
    padding: 15px 25px
}

.se1 {
    text-align: center
}

.ass, .view2 {
    font-family: Poppins
}

.se1 img {
    text-align: center
}

.ass {
    background: #ff9920;
    font-size: 18px;
    color: #fff
}

.view2 {
    width: 90%;
    border: 1px solid #ff9920;
    font-size: 14px;
    color: #ff9920;
    text-align: center;
    padding: 10px 0;
    border-radius: 2px;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

    .freequote, .freequote:hover, .policy p, .protect h6, .view2:hover {
        color: #fff
    }

    .freequote, .view2::after {
        background: #ff9920;
        border-radius: 3px
    }

    .view2::after {
        position: absolute;
        z-index: -1;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out
    }

    .view2:hover:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        width: 100%;
        transition: all .3s ease-in-out
    }

.prot {
    width: 60%
}

.saving {
    margin: 25px 0 15px;
    min-height: 190px
}

.protect h4 {
    font-family: Teko;
    font-size: 54px;
    color: #fff;
    line-height: 50px
}

.protect h6 {
    font-family: Lato;
    font-size: 13px;
    line-height: 19px
}

.freequote {
    width: 280px;
    font-family: Poppins;
    font-size: 14px;
    text-align: center;
    padding: 16px 0;
    position: relative;
    top: 10px;
    z-index: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.poli h5, .poli h6, .policy p {
    font-weight: 400;
    text-align: center
}

.faqinner, .panel, .panel p, .poli h4, .poli p {
    text-align: left
}

.freequote1::after, .freequote::after, .getfreequote::after {
    content: "";
    top: 0;
    right: 0;
    bottom: 0
}

.freequote1, .freequote::after {
    border-radius: 3px;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out
}

.freequote::after {
    position: absolute;
    left: 0;
    background: #0f78bd;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.freequote:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.policy p {
    font-family: Lato;
    font-size: 17px;
    line-height: 25px;
    width: 93%;
    margin: 10px auto
}

.polimg {
    margin-bottom: 25px
}

.of {
    width: 55%;
    float: left;
    padding-right: 30px
}

.of1 {
    width: 45%;
    float: left;
    padding-left: 30px
}

.poli h5 {
    font-family: Poppins;
    font-size: 16px;
    color: #453c2d;
    padding-bottom: 10px
}

.poli h4, .poli h6 {
    font-family: Lato
}

.poli h6 {
    font-size: 14px;
    color: #2f2414
}

.poli h4, .poli ul li {
    font-size: 19px;
    font-weight: 600
}

.poli h4 {
    color: #403e3e;
    padding-bottom: 15px;
    text-transform: capitalize
}

.poli p, .poli ul li {
    font-family: Lato;
    color: #fff
}

.autoin h5, .ded1, .freequote1, .newhome h5 {
    font-family: Poppins;
    text-transform: uppercase
}

.poli ul {
    padding: 0;
    margin: 0 0 20px
}

    .poli ul li {
        background: url(../img/policyicon2.png) 0 5px no-repeat;
        padding-left: 30px;
        margin-bottom: 5px
    }

.poli p {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    margin: 0 0 10px
}

.ded1, .faqin h3, .faqin p, .freequote1, .getfreequote, .newhome h3, .newhome h5, .newimg {
    text-align: center
}

.ded1, .freequote1 {
    color: #fff;
    font-weight: 500
}

.freequote1 {
    width: 245px;
    background: #0f78bd;
    font-size: 14px;
    padding: 16px 0;
    position: relative;
    z-index: 0;
    margin-top: 30px;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

    .freequote1::after, .getfreequote {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out;
        border-radius: 3px
    }

    .freequote1::after {
        position: absolute;
        left: 0;
        background: #005f9d;
        z-index: -1;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out
    }

    .active, .faqinner, .faqinner:hover, .freequote1:hover:after, .getfreequote:hover:after {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out
    }

    .freequote1:hover:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        width: 100%;
        transition: all .3s ease-in-out
    }

.cancell::after, .drive::after, .getfreequote::after {
    -webkit-transform: scale(0);
    left: 0
}

.freequote1:hover {
    color: #fff
}

.am {
    width: 99%
}

.ded1 {
    background: -webkit-gradient(linear,left top,right top,from(#08568d),to(#1689c3));
    background: -webkit-linear-gradient(left,#08568d,#1689c3);
    background: -o-linear-gradient(left,#08568d,#1689c3);
    background: linear-gradient(to right,#08568d,#1689c3);
    background: -webkit-gradient(to right,#08568d,#1689c3);
    padding: 25px 15px;
    width: 10%;
    font-size: 16px;
    line-height: 17px
}

.autoin h5, .newhome h5 {
    line-height: 20px
}

.autoin h3, .newhome h3 {
    line-height: 51px;
    text-transform: uppercase
}

.autoin h3, .autoin h5, .autoin p {
    font-weight: 400;
    text-align: center
}

.ded1 img {
    margin: 5px 0
}

.autoin {
    background: url(../img/autoimg.jpg) center no-repeat;
    min-height: 785px;
    background-size: cover;
    padding: 65px 0
}

    .autoin h5 {
        font-size: 17px;
        color: #676767;
        padding-bottom: 10px
    }

    .autoin h3 {
        font-family: Teko;
        font-size: 60px;
        color: #0f78bd;
        padding-bottom: 15px
    }

    .autoin p {
        font-family: Lato;
        font-size: 17px;
        color: #4d4d4d;
        line-height: 28px;
        padding-bottom: 10px;
        width: 95%;
        margin: 0 auto
    }

        .autoin p span {
            color: #0f78bd;
            font-weight: 800
        }

.getfreequote {
    width: 210px;
    background: #f7941f;
    font-family: Poppins;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 16px 0;
    margin: 30px auto 0;
    position: relative;
    z-index: 0;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

    .drive, .getfreequote::after {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out
    }

    .getfreequote::after {
        position: absolute;
        background: #0f78bd;
        z-index: -1;
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        border-radius: 3px;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out
    }

    .getfreequote:hover:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        width: 100%;
        transition: all .3s ease-in-out
    }

.active, .faqinner, .faqinner:hover {
    transition: all .3s ease-in-out
}

.getfreequote:hover {
    color: #fff
}

.newhome {
    background: #fff;
    padding: 75px 0
}

    .newhome h5 {
        font-size: 17px;
        color: #676767;
        font-weight: 400;
        padding-bottom: 10px
    }

    .newhome h3 {
        font-family: Teko;
        font-size: 60px;
        color: #0f78bd;
        font-weight: 400;
        padding-bottom: 30px
    }

    .newhome p {
        font-family: Lato;
        font-size: 17px;
        color: #4d4d4d;
        font-weight: 400;
        line-height: 28px;
        padding-bottom: 10px
    }

.faqin {
    background: url(../img/faqimg.jpg) center no-repeat;
    min-height: 1170px;
    background-size: cover;
    padding: 70px 0 100px
}

.faqinner, .faqright, .panel {
    background: #fff
}

.faqin h3, .faqin p {
    font-weight: 400;
    padding-bottom: 10px
}

.faqin h3 {
    font-family: Teko;
    font-size: 60px;
    color: #0f78bd;
    line-height: 51px;
    text-transform: uppercase
}

.faqin p {
    font-family: Lato;
    font-size: 17px;
    color: #4d4d4d;
    line-height: 28px;
    width: 85%;
    margin: 0 auto
}

.faqright {
    width: 57%;
    float: right;
    border: 1px solid #cecece;
    margin-top: 35px;
    -webkit-box-shadow: 0 0 30px 20px #dbdbdb;
    box-shadow: 0 0 30px 20px #dbdbdb
}

.email h3, .ge, .ge1 {
    float: left
}

.faqinner {
    color: #444d53;
    padding: 18px 40px 18px 30px;
    border: none;
    border-bottom: 1px solid #cecece;
    width: 100%;
    outline: 0;
    font-family: Teko;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 20px
}

.panel, .panel p {
    border-radius: 0
}

.ambas h3, .contin h4, .contin h5, .contin p, .corporimg, .custo h3, .custo p, .driv h5, .driv1 h5, .driv2 h5, .drive, .drivimg, .drivimg1, .drivimg2, .exten h3, .fa-fw, .fa-li, .fa-stack-1x, .fa-stack-2x, .miscell h3, .submit {
    text-align: center
}

.panel {
    padding: 5px 30px;
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: 1px solid #cecece;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .panel p {
        font-family: Lato;
        font-size: 16px;
        color: #717171;
        font-weight: 400;
        line-height: 23px;
        width: 100%
    }

button.faqinner.active {
    color: #0f78bd !important
}

button.faqinner {
    position: relative
}

    button.faqinner.active::after, button.faqinner::after {
        width: 15px;
        position: absolute;
        right: 20px;
        content: ""
    }

    button.faqinner.active::after {
        background: url(../img/faqicon1.png) no-repeat;
        height: 2px;
        top: 25px
    }

    button.faqinner::after {
        background: url(../img/faqicon.png) no-repeat;
        height: 15px;
        top: 20px
    }

.arrow, .custo, .driv, .drive {
    position: relative
}

.corporat {
    background: #fff;
    padding-top: 75px
}

    .corporat h4 {
        font-family: Teko;
        font-size: 43px;
        color: #0e73b6;
        font-weight: 400;
        line-height: 44px;
        text-transform: uppercase;
        padding-bottom: 5px
    }

    .cor h6, .corporat p {
        font-family: Lato;
        font-weight: 400
    }

    .corporat p {
        font-size: 17px;
        color: #4d4d4d;
        line-height: 28px;
        padding-bottom: 10px
    }

.corporimg {
    width: 285px;
    background: #0f75b8;
    padding: 50px 25px
}

.ge {
    width: 28%
}

.ge1 {
    width: 70%
}

.corin {
    margin-bottom: 70px
}

.cor {
    background: #e7eff4;
    padding: 20px 25px;
    margin-top: 15px
}

.arrow, .custo p, .for {
    margin: 0 auto
}

.cor h6 {
    font-size: 15px;
    color: #666;
    line-height: 25px;
    padding-bottom: 10px
}

.custo {
    background: #fff;
    padding: 60px 0 20px
}

.drivimg, .exten {
    background: #05528f
}

.custo h3, .custo p {
    padding-bottom: 10px;
    font-weight: 400
}

.custo h3 {
    font-family: Teko;
    font-size: 60px;
    color: #0f78bd;
    line-height: 51px;
    text-transform: uppercase
}

.custo p {
    font-family: Lato;
    font-size: 17px;
    color: #4d4d4d;
    line-height: 28px;
    width: 85%
}

.ambas h3, .exten h3, .miscell h3 {
    line-height: 45px
}

.arrow {
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 22px solid #fff;
    bottom: -41px
}

.exten {
    padding: 70px 0 40px
}

    .exten h3 {
        font-family: Teko;
        font-size: 50px;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        padding-bottom: 55px
    }

.driv h5, .drive {
    font-family: Poppins;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff
}

.for {
    width: 93%
}

.driv {
    width: 325px;
    padding: 20px;
    border: 1px solid #41a8eb
}

.drivimg {
    margin: -45px auto 0;
    width: 70px
}

.driv h5 {
    font-size: 23px;
    padding: 16px 0;
    letter-spacing: 5px
}

.drive {
    width: 100%;
    border: 1px solid #fff;
    font-size: 14px;
    padding: 12px 10px;
    border-radius: 2px;
    letter-spacing: 2px;
    z-index: 0;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

    .cancell, .drive::after {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out
    }

    .drive::after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        background: #ec8f20;
        border: 1px solid #ec8f20;
        z-index: -1;
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        border-radius: 3px;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out
    }

.arrow1, .arrow2 {
    height: 0;
    bottom: -61px
}

.drive:hover:after {
    border: 1px solid #ec8f20;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.drive:hover {
    color: #fff;
    border: 1px solid #ec8f20
}

.drive span {
    margin-right: 12px
}

.arrow1 {
    width: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 22px solid #05528f;
    position: relative;
    margin: 0 auto
}

.driv1, .driv2 {
    border: 1px solid #dca462;
    position: relative
}

.ambas {
    background: #05426a;
    padding: 70px 0 40px
}

.drivimg1, .drivimg2 {
    background: #03426c
}

.ambas h3 {
    font-family: Teko;
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 55px
}

.driv1 h5, .driv2 h5 {
    font-family: Poppins;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase
}

.driv1 {
    width: 345px;
    padding: 20px
}

.drivimg1 {
    margin: -45px auto 0;
    width: 70px
}

.driv1 h5 {
    padding: 16px 0
}

.for1 {
    width: 65%;
    margin: 55px auto 0
}

.driv2 {
    width: 345px;
    padding: 20px
}

.drivimg2 {
    margin: -45px auto 0;
    width: 100px
}

.arrow2, .cancell {
    position: relative;
    margin: 0 auto
}

.driv2 h5 {
    padding: 16px 0
}

.arrow2 {
    width: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 22px solid #05426a
}

.miscell {
    background: #0357a1;
    padding: 75px 0
}

    .miscell h3 {
        font-family: Teko;
        font-size: 50px;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        padding-bottom: 30px
    }

.cancell {
    width: 285px;
    border: 1px solid #ff9920;
    font-family: Poppins;
    font-size: 14px;
    color: #ff9920;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 10px;
    border-radius: 2px;
    letter-spacing: 2px;
    z-index: 0;
    text-align: center;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

    .cancell::after, .submit {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out
    }

    .cancell::after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        background: #084165;
        border: 1px solid #ec8f20;
        z-index: -1;
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        border-radius: 3px;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out
    }

.arrow3, .arrow4, .arrow5, .arrow6, .submit {
    position: relative
}

.cancell:hover:after {
    border: 1px solid #084165;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cancell:hover {
    color: #ff9920;
    border: 1px solid #084165
}

.arrow3, .arrow4, .arrow5 {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: 0
}

.cancell span {
    margin-right: 12px
}

.arrow3, .arrow4, .arrow5, .arrow6 {
    width: 0;
    height: 0;
    margin: 0 auto
}

.cont {
    background: #fff;
    padding: 55px 0
}

.cont1, .cont2, .cont3 {
    padding: 20px 0 15px;
    position: relative
}

.contin {
    background: #eaeaea
}

    .contin a {
        color: #0f78bd
    }

        .contin a:hover {
            color: #f7941f
        }

.cont1 {
    background: #0f78bd
}

.cont2 {
    background: #0a4064
}

.cont3 {
    background: #061c31
}

.contin h4 {
    font-family: Teko;
    font-size: 38px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase
}

.contin h5, .contin p {
    font-family: Lato
}

.arrow3 {
    border-top: 10px solid #0f78bd
}

.arrow4 {
    border-top: 10px solid #0a4064
}

.arrow5 {
    border-top: 10px solid #061c31
}

.arrow6 {
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 16px solid #fff;
    bottom: -69px
}

.text {
    padding: 20px 30px 30px
}

.contin h5 {
    font-size: 30px;
    color: #0f78bd;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px
}

.contin p, .email h3, .email h6 {
    font-weight: 400
}

.contin h5 span {
    margin-right: 10px
}

.contin p {
    font-size: 15px;
    color: #4d4d4d;
    line-height: 24px
}

.email {
    background: url(../img/emailbg.jpg) center no-repeat;
    min-height: 550px;
    background-size: cover;
    padding: 70px 0
}

.emailus {
    width: 60%
}

.email h3 {
    font-family: Teko;
    font-size: 54px;
    color: #fff;
    line-height: 45px;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-right: 15px
}

.email h6 {
    font-family: Lato;
    font-size: 18px;
    color: #fff;
    line-height: 21px
}

.just {
    margin-top: 25px
}

.submit {
    width: 250px;
    background: #f7941f;
    font-family: Poppins;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 16px 0;
    border: none;
    border-radius: 3px;
    letter-spacing: 3px;
    z-index: 0;
    margin-top: 10px;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.content-wrap {
    padding: 175px 0 85px
}

    .content-wrap h1, .content-wrap h3 {
        color: #0f78bd
    }   

.after-hours {
    padding-bottom: 0;
    background-color: #eef6f9
}

.careers h5 {
    color: #F7941F
}

.careers #careers-link-list li:before {
    content: '\f1b9';
    font-family: FontAwesome;
    margin-right: 5px;
    color: #f7941f
}

.free-quote:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8)
}

.free-quote {
    background: url(../img/empty-highway-road-skyline.jpg) center no-repeat;
    background-size: cover;
    position: relative
}

    .free-quote > .container > * {
        position: relative;
        z-index: 1
    }

    .after-hours h1, .free-quote h1 {
        color: #fff
    }

.disclaimer {
    padding: 20px;
    border: 1px solid #0f78bd;
    width: 80%;
    margin: 60px auto 50px;
    font-size: 10px
}

.disclaimer-include {
    color: #fff;
    font-size: 10px;
    padding: 60px 0 40px
}

.get.alt .disclaimer-include {
    color: #666
}

.fa-inverse, .submit:hover {
    color: #fff
}

#testimonial-widget {
    background-color: transparent !important
}

.submit::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0f78bd;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-radius: 3px;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.submit:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (max-width:1024px) {
    .my1, .my2 {
        padding-right: 15px
    }

    .quote {
        margin: 0 auto
    }

    .pro {
        width: 55%
    }

    .my2 {
        width: 28%
    }

    .fuel {
        left: 152px;
        top: 90px
    }

    .fuel1 {
        top: 190px;
        left: 220px
    }

    .fuel2 {
        top: 170px;
        left: 200px
    }

    .fuel3 {
        top: 60px;
        right: 400px
    }

    .fuel4 {
        top: 60px;
        right: 350px
    }

    .fuel5 {
        top: 60px;
        right: 245px
    }

    .fuel6 {
        top: 75px;
        right: 170px
    }

    .fuel7 {
        top: 100px;
        right: 70px
    }

    .fuel8 {
        top: 170px;
        right: 75px
    }

    .fuel9 {
        top: 110px;
        right: 220px
    }

    .fuel10 {
        right: 340px
    }

    .accordion--headline {
        font-size: 45px;
        top: 55px
    }

    .accordion--head {
        top: 40px
    }

    .ge {
        width: 30%
    }

    .driv, .driv1, .driv2 {
        width: 100%
    }

    .for1 {
        width: 70%
    }
}

@media (max-width:992px) {
    .planimg {
        margin-bottom: 100px
    }
}

@media (max-width:980px) {
    .ag, .dr, .dr1, .or, .to {
        float: left
    }

    .navbar-default .navbar-nav > li > a {
        margin: 0 10px
    }

    .banner h1 {
        font-size: 60px
    }

    .to {
        width: 25%
    }

    .my {
        text-align: center;
        margin-bottom: 25px
    }

    .my1, .my2 {
        width: 30%
    }

    .my3 {
        width: 40%
    }

    .fuel {
        top: 79px;
        left: 137px
    }

    .fuel1 {
        top: 172px;
        left: 199px
    }

    .fuel2 {
        top: 155px;
        left: 175px
    }

    .fuel3 {
        top: 50px;
        right: 385px
    }

    .fuel4 {
        top: 55px;
        right: 335px
    }

    .fuel5 {
        top: 55px;
        right: 225px
    }

    .fuel6 {
        top: 76px;
        right: 160px
    }

    .fuel7 {
        top: 90px;
        right: 70px
    }

    .fuel8 {
        top: 160px;
        right: 70px
    }

    .fuel9 {
        top: 100px;
        right: 210px
    }

    .fuel10 {
        bottom: 45px;
        right: 325px
    }

    .or {
        width: 33%
    }

    table {
        width: 95%
    }

    .am {
        border: 1px solid #ddd
    }

    .polimg img {
        width: 100%
    }

    .ag {
        width: 50%
    }

    .faqright {
        width: 65%
    }

    .ge {
        width: 32%
    }

    .ge1 {
        width: 68%
    }

    .dr {
        width: 33%
    }

    .dr1 {
        width: 50%
    }

    .contin {
        margin-bottom: 35px;
        min-height: inherit
    }
}

@media (max-width:900px) {
    .navbar-default .navbar-nav > li > a {
        margin: 0 6px
    }

    .pro {
        width: 60%
    }

    .my1, .my2 {
        width: 49%;
        margin-bottom: 25px
    }

    .my3 {
        width: 100%
    }

    .fuel {
        top: 68px;
        left: 120px
    }

    .fuel1 {
        top: 151px;
        left: 174px
    }

    .fuel2 {
        top: 137px;
        left: 155px
    }

    .fuel3 {
        top: 45px;
        right: 360px
    }

    .fuel4 {
        top: 45px;
        right: 310px
    }

    .fuel5 {
        top: 50px;
        right: 210px
    }

    .fuel6 {
        top: 60px;
        right: 140px
    }

    .fuel7 {
        top: 80px;
        right: 60px
    }

    .fuel8 {
        top: 150px;
        right: 60px
    }

    .fuel9 {
        top: 95px;
        right: 190px
    }

    .fuel10 {
        bottom: 40px;
        right: 300px
    }

    .ge {
        width: 35%
    }

    .ge1 {
        width: 65%
    }
}

@media (max-width:800px) {
    .getin {
        width: 90%
    }

    .planimg img {
        width: 100%
    }

    .fuel {
        top: 65px;
        left: 115px
    }

    .fuel1 {
        top: 146px;
        left: 167px
    }

    .fuel2 {
        top: 126px;
        left: 144px
    }

    .fuel3 {
        top: 35px;
        right: 315px
    }

    .fuel4 {
        top: 40px;
        right: 265px
    }

    .fuel5 {
        top: 40px;
        right: 180px
    }

    .fuel6 {
        top: 55px;
        right: 115px
    }

    .fuel7 {
        top: 70px;
        right: 50px
    }

    .fuel8 {
        top: 130px;
        right: 50px
    }

    .fuel9 {
        top: 80px;
        right: 170px
    }

    .fuel10 {
        bottom: 35px;
        right: 270px
    }

    .prot {
        width: 75%
    }

    .of, .of1 {
        width: 100%;
        margin-bottom: 25px
    }

    .money2 {
        min-height: 1120px
    }

    .ag {
        width: 100%;
        float: left
    }

    .exte {
        width: 55%
    }

    .faqright {
        width: 85%
    }

    .dr, .dr1, .for1, .ge, .ge1 {
        width: 100%
    }

    .corporimg {
        margin: 0 auto 20px
    }

    .corin {
        margin-bottom: 40px
    }

    .cor, .corporat h4, .corporat p {
        text-align: center
    }

    .dr, .dr1 {
        margin-top: 50px
    }

    .for1 {
        margin-top: 0
    }

    .ambas h3, .exten h3 {
        padding-bottom: 0
    }

    .emailus {
        width: 80%
    }
}

@media (max-width:768px) {
    a#rewards-login {
        display: block;
        margin: 20px auto
    }

    #blog-posts .bpost-container {
        width: 100%
    }
}

@media (max-width:736px) {
    .navbar-fixed-top .navbar-collapse {
        max-height: inherit
    }

    .navbar-default .navbar-collapse {
        background: rgba(9,33,51,.9)
    }

    .navbar-nav {
        width: 100%;
        margin-top: 20px
    }

        .navbar-nav > li > a {
            padding-bottom: 10px
        }

    .nav > li {
        margin-bottom: 10px
    }

    .dropdown {
        width: 100% !important;
        position: static
    }

    .or, .to, .welcome p {
        width: 100%
    }

    ul.dropdown.drop_in {
        margin-top: 10px
    }

    .or, .to {
        margin-bottom: 40px
    }

    .bro, .bro1, .mon, .mon1 {
        display: none
    }

    .money, .rental {
        background: #f4f4f4;
        padding: 60px 0
    }

    .mone, .rent {
        margin-top: 0
    }

    .money h4, .rental h4 {
        padding: 15px 0;
        width: 100%;
        min-height: inherit
    }

    .planin {
        margin-top: 40px
    }

    .planimg {
        margin: 0 auto
    }

    .pro {
        width: 80%
    }

    .fuel {
        top: 58px;
        left: 103px
    }

    .fuel1 {
        top: 130px;
        left: 150px
    }

    .fuel2 {
        top: 112px;
        left: 127px
    }

    .fuel3 {
        top: 30px;
        right: 290px
    }

    .fuel4 {
        top: 35px;
        right: 245px
    }

    .fuel5 {
        top: 35px;
        right: 165px
    }

    .fuel6 {
        top: 45px;
        right: 100px
    }

    .fuel7 {
        top: 60px;
        right: 45px
    }

    .fuel8 {
        top: 120px;
        right: 40px
    }

    .fuel9 {
        top: 75px;
        right: 155px
    }

    .fuel10 {
        bottom: 30px;
        right: 245px
    }

    .fue h5 {
        font-size: 35px
    }

    .extev {
        min-height: inherit;
        padding: 130px 0 50px
    }

    .table-responsive {
        border: none
    }

    .cust {
        width: 100%
    }

    .autoin h3, .newhome h3 {
        font-size: 45px;
        padding-bottom: 10px
    }

    .emailus {
        width: 90%
    }
}

@media (max-width:640px) {
    .banner {
        padding: 130px 0 50px
    }

        .banner h4 {
            font-size: 20px;
            line-height: 25px;
            padding-bottom: 10px
        }

        .banner h1 {
            font-size: 51px;
            line-height: 45px;
            padding-bottom: 15px
        }

    a.navbar-brand.logo {
        max-width: 35%
    }

    .polici {
        margin-bottom: 15px
    }

    .getin {
        width: 100%
    }

    .protect h3 {
        font-size: 50px
    }

    .fuelimg img {
        width: 95%
    }

    .fuel, .fuel1, .fuel10, .fuel2, .fuel3, .fuel4, .fuel5, .fuel6, .fuel7, .fuel8, .fuel9 {
        width: 20px;
        height: 20px
    }

    .fuel {
        top: 50px;
        left: 80px
    }

    .fuel1 {
        top: 108px;
        left: 119px
    }

    .fuel2 {
        top: 108px;
        left: 150px
    }

    .fuel3, .fuel4 {
        top: 35px
    }

    .fuel3 {
        right: 245px
    }

    .fuel4 {
        right: 215px
    }

    .fuel5 {
        top: 33px;
        right: 155px
    }

    .fuel6 {
        top: 45px;
        right: 95px
    }

    .fuel7 {
        top: 60px;
        right: 45px
    }

    .fuel8 {
        top: 100px;
        right: 66px
    }

    .fuel9 {
        top: 63px;
        right: 135px
    }

    .fuel10 {
        bottom: 35px;
        right: 215px
    }

    .fue {
        width: 140px;
        height: 140px;
        padding: 15px;
        left: -60px;
        top: -155px
    }

        .fue h5 {
            font-size: 25px;
            line-height: 40px
        }

    .plans {
        display: none
    }

    .policyimg1 {
        display: block;
        text-align: center;
        margin: 30px auto
    }

        .policyimg1 img {
            width: 100%
        }

    .cust h3, .faqin h3 {
        font-size: 45px;
        line-height: 40px
    }

    .extev h1, .policy h3 {
        font-size: 50px
    }

    .getfree1 {
        bottom: -30px
    }

    .cust1::after, .cust1::before {
        width: 150px
    }

    .faqright, .newimg img, .prot {
        width: 100%
    }

    .exte {
        width: 65%
    }

    .faqin, .protect {
        min-height: inherit;
        padding: 45px 0
    }

    .corporat h4 {
        font-size: 35px;
        line-height: 35px
    }

    .emailus {
        width: 100%
    }
}

@media (max-width:600px) {
    .fuel {
        top: 45px;
        left: 75px
    }

    .fuel1 {
        top: 100px;
        left: 110px
    }

    .fuel2 {
        top: 100px;
        left: 140px
    }

    .fuel3 {
        top: 30px;
        right: 235px
    }

    .fuel4 {
        top: 30px;
        right: 200px
    }

    .fuel5 {
        top: 30px;
        right: 140px
    }

    .fuel6 {
        top: 40px;
        right: 85px
    }

    .fuel7 {
        top: 55px;
        right: 40px
    }

    .fuel8 {
        top: 95px;
        right: 62px
    }

    .fuel9 {
        top: 60px;
        right: 125px
    }

    .fuel10 {
        bottom: 30px;
        right: 200px
    }
}

@media (max-width:480px) {
    .banner, .custto {
        min-height: inherit
    }

    .extev h1, .policy h3 {
        line-height: 30px
    }

    .topr {
        width: auto;
        position: absolute;
        left: 0;
        top: 0
    }

        .topr #right-side {
            display: none
        }

    .navbar-default .navbar-collapse {
        margin-top: 40px
    }

    a.navbar-brand.logo {
        max-width: 65%
    }

    a#rewards-login {
        margin-bottom: 0
    }

    .mobile-contact-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 35px
    }

    main > :first-child {
        padding-top: 180px
    }

    .banner h1 {
        font-size: 45px
    }

    .polic2, .polici {
        width: 150px;
        font-size: 12px;
        padding: 10px 0;
        float: none
    }

    .accordion--headline, .ambas h3, .autoin h3, .blog h3, .cust h3, .custo h3, .email h3, .exten h3, .faqin h3, .get h3, .miscell h3, .newhome h3, .plan h3, .policy h3, .protect h3, .protect h4, .service h3, .trust h3, .welcome h3 {
        font-size: 40px
    }

    .planimg img {
        width: 50%
    }

    .autoin p, .custo p, .faqin p, .my1, .my2, .trust p {
        width: 100%
    }

    .get {
        padding-top: 25px
    }

        .get h3 {
            padding-bottom: 15px
        }

    .trust, .welcome {
        padding: 50px 0
    }

        .blog h3, .welcome h3 {
            padding-bottom: 10px
        }

    .money, .rental {
        padding: 30px 0
    }

    .to {
        margin-bottom: 30px
    }

    .sample, .view {
        margin: 10px auto 0
    }

    .footer, .plan, .policy, .protect {
        padding: 40px 0;
        min-height: inherit
    }

    .autoin, .newhome {
        padding: 40px 0
    }

    .extev h1 {
        font-size: 38px;
        padding-bottom: 10px
    }

    .cust, .cust1::after, .cust1::before, .cust::after, .cust::before {
        border: none;
        background: inherit
    }

    .custto {
        padding: 50px 0
    }

    .getfree1 {
        bottom: 0
    }

    .table-responsive {
        border: 1px solid #ddd
    }

    .saving {
        min-height: 400px
    }

    .autoin {
        background: #ecf4f9
    }

    .exte {
        width: 85%
    }

    .faqinner {
        font-size: 20px
    }

    .email h3 {
        float: none;
        padding-bottom: 10px
    }
}

.fa, .fa-stack {
    display: inline-block
}

@media (max-width:414px) {
    .banner h1, .extev h1 {
        font-size: 35px;
        line-height: 35px
    }

    .banner {
        min-height: inherit
    }

    .pro {
        width: 100%
    }

    .getfree {
        min-width: 180px;
        padding: 10px 0
    }
}

@media (max-width:360px) {
    .protect h3 {
        line-height: 40px
    }

    .cust h4 {
        font-size: 25px
    }

    .accordion--headline, .ambas h3, .autoin h3, .blog h3, .corporat h4, .cust h3, .custo h3, .exten h3, .faqin h3, .get h3, .miscell h3, .newhome h3, .plan h3, .policy h3, .protect h3, .protect h4, .service h3, .trust h3, .welcome h3 {
        font-size: 30px
    }

    .cust {
        height: 265px
    }

    .protect h4 {
        line-height: 35px
    }

    .exte {
        width: 100%
    }

    .corporat h4 {
        line-height: 30px
    }

    .contin h5 {
        font-size: 25px
    }
}

@media (max-width:320px) {
    .accordion--headline, .blog h3, .cust h3, .get h3, .plan h3, .policy h3, .protect h3, .protect h4, .service h3, .trust h3, .welcome h3 {
        font-size: 32px
    }

    .mobile-contact-bar {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .mobile-contact-bar .socialin {
            margin: 20px auto 0
        }

        .mobile-contact-bar h6 a {
            border: none
        }
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.1.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

.floating, .pulse {
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1)
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-square:before, .fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.slideDown {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease
}

.slideLeft, .slideUp {
    animation-duration: 1s;
    -webkit-animation-duration: 1s
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }

    50% {
        transform: translateY(8%)
    }

    65% {
        transform: translateY(-4%)
    }

    80% {
        transform: translateY(4%)
    }

    95% {
        transform: translateY(-2%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }

    50% {
        -webkit-transform: translateY(8%)
    }

    65% {
        -webkit-transform: translateY(-4%)
    }

    80% {
        -webkit-transform: translateY(4%)
    }

    95% {
        -webkit-transform: translateY(-2%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

.slideUp {
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease
}

@keyframes slideUp {
    0% {
        transform: translateY(100%)
    }

    50% {
        transform: translateY(-8%)
    }

    65% {
        transform: translateY(4%)
    }

    80% {
        transform: translateY(-4%)
    }

    95% {
        transform: translateY(2%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%)
    }

    50% {
        -webkit-transform: translateY(-8%)
    }

    65% {
        -webkit-transform: translateY(4%)
    }

    80% {
        -webkit-transform: translateY(-4%)
    }

    95% {
        -webkit-transform: translateY(2%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

.slideLeft {
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out
}

@keyframes slideLeft {
    0% {
        transform: translateX(150%)
    }

    50% {
        transform: translateX(-8%)
    }

    65% {
        transform: translateX(4%)
    }

    80% {
        transform: translateX(-4%)
    }

    95% {
        transform: translateX(2%)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%)
    }

    50% {
        -webkit-transform: translateX(-8%)
    }

    65% {
        -webkit-transform: translateX(4%)
    }

    80% {
        -webkit-transform: translateX(-4%)
    }

    95% {
        -webkit-transform: translateX(2%)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

.slideRight {
    animation-name: slideRight;
    -webkit-animation-name: slideRight;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out
}

.expandOpen, .slideExpandUp {
    animation-timing-function: ease-out
}

@keyframes slideRight {
    0% {
        transform: translateX(-150%)
    }

    50% {
        transform: translateX(8%)
    }

    65% {
        transform: translateX(-4%)
    }

    80% {
        transform: translateX(4%)
    }

    95% {
        transform: translateX(-2%)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(-150%)
    }

    50% {
        -webkit-transform: translateX(8%)
    }

    65% {
        -webkit-transform: translateX(-4%)
    }

    80% {
        -webkit-transform: translateX(4%)
    }

    95% {
        -webkit-transform: translateX(-2%)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

.slideExpandUp {
    animation-name: slideExpandUp;
    -webkit-animation-name: slideExpandUp;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    -webkit-animation-timing-function: ease -out
}

@keyframes slideExpandUp {
    0% {
        transform: translateY(100%) scaleX(.5)
    }

    30% {
        transform: translateY(-8%) scaleX(.5)
    }

    40% {
        transform: translateY(2%) scaleX(.5)
    }

    50% {
        transform: translateY(0) scaleX(1.1)
    }

    60% {
        transform: translateY(0) scaleX(.9)
    }

    70% {
        transform: translateY(0) scaleX(1.05)
    }

    80% {
        transform: translateY(0) scaleX(.95)
    }

    90% {
        transform: translateY(0) scaleX(1.02)
    }

    100% {
        transform: translateY(0) scaleX(1)
    }
}

@-webkit-keyframes slideExpandUp {
    0% {
        -webkit-transform: translateY(100%) scaleX(.5)
    }

    30% {
        -webkit-transform: translateY(-8%) scaleX(.5)
    }

    40% {
        -webkit-transform: translateY(2%) scaleX(.5)
    }

    50% {
        -webkit-transform: translateY(0) scaleX(1.1)
    }

    60% {
        -webkit-transform: translateY(0) scaleX(.9)
    }

    70% {
        -webkit-transform: translateY(0) scaleX(1.05)
    }

    80% {
        -webkit-transform: translateY(0) scaleX(.95)
    }

    90% {
        -webkit-transform: translateY(0) scaleX(1.02)
    }

    100% {
        -webkit-transform: translateY(0) scaleX(1)
    }
}

.expandUp {
    animation-name: expandUp;
    -webkit-animation-name: expandUp;
    animation-duration: .7s;
    -webkit-animation-duration: .7s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease
}

.fadeIn, .pulse {
    animation-duration: 1.5s
}

@keyframes expandUp {
    0% {
        transform: translateY(100%) scale(.6) scaleY(.5)
    }

    60% {
        transform: translateY(-7%) scaleY(1.12)
    }

    75% {
        transform: translateY(3%)
    }

    100% {
        transform: translateY(0) scale(1) scaleY(1)
    }
}

@-webkit-keyframes expandUp {
    0% {
        -webkit-transform: translateY(100%) scale(.6) scaleY(.5)
    }

    60% {
        -webkit-transform: translateY(-7%) scaleY(1.12)
    }

    75% {
        -webkit-transform: translateY(3%)
    }

    100% {
        -webkit-transform: translateY(0) scale(1) scaleY(1)
    }
}

.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out
}

@keyframes fadeIn {
    0% {
        transform: scale(0);
        opacity: 0
    }

    60% {
        transform: scale(1.1)
    }

    80% {
        transform: scale(.9);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    60% {
        -webkit-transform: scale(1.1)
    }

    80% {
        -webkit-transform: scale(.9);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

.expandOpen {
    animation-name: expandOpen;
    -webkit-animation-name: expandOpen;
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-timing-function: ease-out
}

.bigEntrance, .pullDown, .pullUp, .stretchLeft {
    animation-timing-function: ease-out
}

@keyframes expandOpen {
    0% {
        transform: scale(1.8)
    }

    50% {
        transform: scale(.95)
    }

    80% {
        transform: scale(1.05)
    }

    90% {
        transform: scale(.98)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes expandOpen {
    0% {
        -webkit-transform: scale(1.8)
    }

    50% {
        -webkit-transform: scale(.95)
    }

    80% {
        -webkit-transform: scale(1.05)
    }

    90% {
        -webkit-transform: scale(.98)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

.bigEntrance {
    animation-name: bigEntrance;
    -webkit-animation-name: bigEntrance;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    -webkit-animation-timing-function: ease-out
}

@keyframes bigEntrance {
    0% {
        transform: scale(.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: .2
    }

    30% {
        transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1
    }

    45% {
        transform: scale(.98) rotate(1deg) translateX(0) translateY(0);
        opacity: 1
    }

    60% {
        transform: scale(1.01) rotate(-1deg) translateX(0) translateY(0);
        opacity: 1
    }

    75% {
        transform: scale(.99) rotate(1deg) translateX(0) translateY(0);
        opacity: 1
    }

    90% {
        transform: scale(1.01) rotate(0) translateX(0) translateY(0);
        opacity: 1
    }

    100% {
        transform: scale(1) rotate(0) translateX(0) translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes bigEntrance {
    0% {
        -webkit-transform: scale(.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: .2
    }

    30% {
        -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1
    }

    45% {
        -webkit-transform: scale(.98) rotate(1deg) translateX(0) translateY(0);
        opacity: 1
    }

    60% {
        -webkit-transform: scale(1.01) rotate(-1deg) translateX(0) translateY(0);
        opacity: 1
    }

    75% {
        -webkit-transform: scale(.99) rotate(1deg) translateX(0) translateY(0);
        opacity: 1
    }

    90% {
        -webkit-transform: scale(1.01) rotate(0) translateX(0) translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1) rotate(0) translateX(0) translateY(0);
        opacity: 1
    }
}

.hatch {
    animation-name: hatch;
    -webkit-animation-name: hatch;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%
}

@keyframes hatch {
    0% {
        transform: rotate(0) scaleY(.6)
    }

    20% {
        transform: rotate(-2deg) scaleY(1.05)
    }

    35% {
        transform: rotate(2deg) scaleY(1)
    }

    50% {
        transform: rotate(-2deg)
    }

    65% {
        transform: rotate(1deg)
    }

    80% {
        transform: rotate(-1deg)
    }

    100% {
        transform: rotate(0)
    }
}

@-webkit-keyframes hatch {
    0% {
        -webkit-transform: rotate(0) scaleY(.6)
    }

    20% {
        -webkit-transform: rotate(-2deg) scaleY(1.05)
    }

    35% {
        -webkit-transform: rotate(2deg) scaleY(1)
    }

    50% {
        -webkit-transform: rotate(-2deg)
    }

    65% {
        -webkit-transform: rotate(1deg)
    }

    80% {
        -webkit-transform: rotate(-1deg)
    }

    100% {
        -webkit-transform: rotate(0)
    }
}

.bounce {
    animation-name: bounce;
    -webkit-animation-name: bounce;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%
}

@keyframes bounce {
    0% {
        transform: translateY(0) scaleY(.6)
    }

    60% {
        transform: translateY(-100%) scaleY(1.1)
    }

    70% {
        transform: translateY(0) scaleY(.95) scaleX(1.05)
    }

    80% {
        transform: translateY(0) scaleY(1.05) scaleX(1)
    }

    90% {
        transform: translateY(0) scaleY(.95) scaleX(1)
    }

    100% {
        transform: translateY(0) scaleY(1) scaleX(1)
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0) scaleY(.6)
    }

    60% {
        -webkit-transform: translateY(-100%) scaleY(1.1)
    }

    70% {
        -webkit-transform: translateY(0) scaleY(.95) scaleX(1.05)
    }

    80% {
        -webkit-transform: translateY(0) scaleY(1.05) scaleX(1)
    }

    90% {
        -webkit-transform: translateY(0) scaleY(.95) scaleX(1)
    }

    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1)
    }
}

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 1.5s
}

.floating, .stretchLeft {
    animation-duration: 1.5s
}

@keyframes pulse {
    0%,100% {
        transform: scale(.9);
        opacity: .7
    }

    50% {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes pulse {
    0%,100% {
        -webkit-transform: scale(.95);
        opacity: .7
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

.floating {
    animation-name: floating;
    -webkit-animation-name: floating;
    -webkit-animation-duration: 1.5s
}

@keyframes floating {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(8%)
    }
}

@-webkit-keyframes floating {
    0%,100% {
        -webkit-transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(8%)
    }
}

.tossing {
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

@keyframes tossing {
    0%,100% {
        transform: rotate(-4deg)
    }

    50% {
        transform: rotate(4deg)
    }
}

@-webkit-keyframes tossing {
    0%,100% {
        -webkit-transform: rotate(-4deg)
    }

    50% {
        -webkit-transform: rotate(4deg)
    }
}

.pullUp {
    animation-name: pullUp;
    -webkit-animation-name: pullUp;
    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%
}

.pullDown, .stretchLeft {
    -webkit-animation-timing-function: ease-out
}

@keyframes pullUp {
    0% {
        transform: scaleY(.1)
    }

    40% {
        transform: scaleY(1.02)
    }

    100%,60% {
        transform: scaleY(.98)
    }

    80% {
        transform: scaleY(1.01)
    }

    100% {
        transform: scaleY(1)
    }
}

@-webkit-keyframes pullUp {
    0% {
        -webkit-transform: scaleY(.1)
    }

    40% {
        -webkit-transform: scaleY(1.02)
    }

    100%,60% {
        -webkit-transform: scaleY(.98)
    }

    80% {
        -webkit-transform: scaleY(1.01)
    }

    100% {
        -webkit-transform: scaleY(1)
    }
}

.pullDown {
    animation-name: pullDown;
    -webkit-animation-name: pullDown;
    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0
}

@keyframes pullDown {
    0% {
        transform: scaleY(.1)
    }

    40% {
        transform: scaleY(1.02)
    }

    100%,60% {
        transform: scaleY(.98)
    }

    80% {
        transform: scaleY(1.01)
    }

    100% {
        transform: scaleY(1)
    }
}

@-webkit-keyframes pullDown {
    0% {
        -webkit-transform: scaleY(.1)
    }

    40% {
        -webkit-transform: scaleY(1.02)
    }

    100%,60% {
        -webkit-transform: scaleY(.98)
    }

    80% {
        -webkit-transform: scaleY(1.01)
    }

    100% {
        -webkit-transform: scaleY(1)
    }
}

.stretchLeft {
    animation-name: stretchLeft;
    -webkit-animation-name: stretchLeft;
    -webkit-animation-duration: 1.5s;
    transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0
}

@keyframes stretchLeft {
    0% {
        transform: scaleX(.3)
    }

    40% {
        transform: scaleX(1.02)
    }

    100%,60% {
        transform: scaleX(.98)
    }

    80% {
        transform: scaleX(1.01)
    }

    100% {
        transform: scaleX(1)
    }
}

@-webkit-keyframes stretchLeft {
    0% {
        -webkit-transform: scaleX(.3)
    }

    40% {
        -webkit-transform: scaleX(1.02)
    }

    100%,60% {
        -webkit-transform: scaleX(.98)
    }

    80% {
        -webkit-transform: scaleX(1.01)
    }

    100% {
        -webkit-transform: scaleX(1)
    }
}

.stretchRight {
    animation-name: stretchRight;
    -webkit-animation-name: stretchRight;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

@keyframes stretchRight {
    0% {
        transform: scaleX(.3)
    }

    40% {
        transform: scaleX(1.02)
    }

    100%,60% {
        transform: scaleX(.98)
    }

    80% {
        transform: scaleX(1.01)
    }

    100% {
        transform: scaleX(1)
    }
}

@-webkit-keyframes stretchRight {
    0% {
        -webkit-transform: scaleX(.3)
    }

    40% {
        -webkit-transform: scaleX(1.02)
    }

    100%,60% {
        -webkit-transform: scaleX(.98)
    }

    80% {
        -webkit-transform: scaleX(1.01)
    }

    100% {
        -webkit-transform: scaleX(1)
    }
}

/*********************************************/
/*************  Careers page styles  ********/
/********************************************/
.careers-left-col {
    font-family: 'Teko';
    color: #fff;
}

    .careers-left-col-body {
        font-size: 14px;
        background-color: #F7921E;
        border: 5px solid #FCCB3F;
        padding: 5rem;
    }

    .careers-left-col-body-p {
        font-size: 24px;
        text-align: center;
        color: black;
        font-family: 'Teko';
    }

    .careers-left-col-header h3 {
        font-family: 'Teko';
        color: #fff;
        padding: 1rem 0;
        font-size: 55px;
        font-weight: normal;
    }

        @media only screen and (max-width : 768px) {
            .careers-left-col-header h3 {
                font-size: 36px;
                padding: 2rem 0;
            }
        }

    .careers-left-col-footer a {
        font-size: 42px;
        position: relative;
        display: block;
        text-align: center;
    }

.careers-right-col {
    /*max-width: 550px;*/
    /*margin-left: 11rem;*/
}
    @media only screen and (max-width : 768px) {
        .careers-right-col {
            max-width: 100%;
            margin-left: 0px;
            text-align: center;
        }
    }

    .careers-right-col p {
        line-height: 21px;
    }

.careers-right-col-healthy-body {
    height: 180px;
    min-width: 250px;
    background-color: #0071BA;
    padding: 1rem;
}
    .careers-right-col-healthy-body h5,  .careers-right-col-healthy-body p {
        color: #fff;
    }

    .careers-right-col-healthy-body h5 {
        font-size: 26px;
        padding-bottom: 1rem;
        text-align: center;
    }

    .careers-right-col-healthy-body p {
        font-size: 16px;
        position: relative;
        text-align: center;
    }


.careers-right-col-stay-body {
    background-color: #F7921E;
    min-width: 250px;
    padding: 1rem;
    height: 180px;
}
    .careers-right-col-stay-body h5,  .careers-right-col-stay-body p {
        color: #fff;
    }

    .careers-right-col-stay-body h5 {
        font-size: 26px;
        padding-bottom: 1rem;
        text-align: center;
    }

    .careers-right-col-stay-body p {
        font-size: 16px;
        position: relative;
        text-align: center;
    }

.careers-right-col-culture-body {
    background-color: #FCCB3F;
    min-width: 250px;
    padding: 1rem;
    height: 180px;
}
    .careers-right-col-culture-body h5,  .careers-right-col-culture-body p {
        color: #fff;
    }

    .careers-right-col-culture-body h5 {
        font-size: 26px;
        padding-bottom: 1rem;
        text-align: center;
    }

    .careers-right-col-culture-body p {
        font-size: 16px;
        position: relative;
        text-align: center;
    }

.careers-right-col-img {
    max-width: 480px;
    max-height: 320px;
}

.careers-accolades {
    margin-top: 3rem;
    text-align: center;
}
    .careers-accolades li {
        padding: 0 2rem;
    }

    .careers-accolade-img {
        max-width: 140px;
        max-height: 110px;
    }

.no-padding {
    padding: 0;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-5 {
    margin-top: 5rem;
}

/**************************************************/
/************  Hurricane banner styles ***********/
/************************************************/
.hurricane-banner {
    color: #fff;
    background-color: #EC3434;
    border-bottom: 1px solid #0d5d96;
    padding: 125px 0 10px;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.hurricane-banner p {
    width: 80%;
    color: #fff;
}