/* ----------------
    Custom Style
-------------------*/
.PhoneMob {
    display: none !important;
}

.PhoneDesk {
    display: block !important;
}

.superPct {
    font-size: 11px;
    font-weight: 200;
    font-family: "Lato", sans-serif;
    margin-left: 2px;
}

/******** Hide Mobile Phone ********/
@media (max-width: 767px) {
    .PhoneMob {
        display: inline-block !important;
        text-align: center;
        padding-left: 50px;
    }

    .PhoneDesk {
        display: none !important;
    }
}

/* JD POWER */
#jdp {
    font-size: small;
    text-transform: uppercase;
}

.col-12 .jdp-img-txt {
    display: inline;
    padding-left: 80px;
}

.discTxt {
    font-size: small;
}

.row .element {
    display: inline;
}

div .col-3 {
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.quoteSrc {
    /* text-transform: uppercase; */
    font-size: 18px;
    padding-top: 12px;
}

.quoteSrc a {
    color: #555;
}

.quoteSrc a:hover {
    color: #555;
    text-decoration: none;
    cursor: pointer;
}

.quoteSrc a:visited {
    color: #555;
    text-decoration: none;
}

.quoteSrc a:active {
    color: #555;
    text-decoration: none;
}

div .col-9 {
    padding-left: 80px;
    padding-top: 30px;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
}

h4 {
    font-size: 40px;
    font-weight: 600;
}

@media (max-width: 520px) {
    p .element {
        font-size: x-small;
    }

    .element span {
        font-size: xx-small;
    }

    div .col-9 {
        padding-left: 10px;
        padding-right: 0px;
        font-size: 13px;
        line-height: 17px;
        padding-top: 15px;
    }

    h1 {
        font-size: 50px;
    }

    h4 {
        font-size: 24px;
        font-weight: 600;
    }

    h3 {
        font-size: 28px;
    }

    .col-3 img {
        transform: scale(0.85);
    }

    .jdp-img-txt {
        display: inline-block;
    }

    .row .element {
        text-align: center;
    }
}

/* END JD POWER */
/******** Global ********/
body {
    color: #555;
    font-family: "Lato", sans-serif;
}

h1 sup {
    font-size: .1em;
    vertical-align: top;
    line-height: 35px;
    margin-left: -15px;
}

h1 sup20 {
    font-size: .1em;
    vertical-align: top;
    line-height: 35px;
    margin-left: -5px;
}

.btn {
    border-radius: 8px;
    box-shadow: none !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    height: 50px;
}

.tcpa p {
    font-size: 10px;
    font-weight: 400;
    color: #8f8f8f;
    line-height: 14px;
    margin-bottom: 0;
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: justify;
}

.req {
    color: red;
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 12px;
}

.input-with-icon {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 24px;
    text-align: center;
    font-size: 20px;
    color: #bdbdbd;
    margin-top: 5px;
    margin-left: 2px;
}

.form-step .input-icon {
    line-height: 46px;
}

.form-step .input-with-icon .form-control {
    padding-left: 35px;
}

@media (max-width: 767.9px) {
    .btn {
        font-size: 16px;
    }
}

.btn-primary {
    background: #DD5D22;
    border-color: #DD5D22;
}

.btn-primary:hover {
    background: #222;
    border-color: #222;
}

.btn-light {
    color: #ccc;
    border-color: #ccc;
    background: transparent;
}

/* form controls*/
.form-control {
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 50px !important;
    webkit-box-shadow: inset 0 2px 2px rgb(0 0 0 / 8%);
    box-shadow: inset 0 2px 2px rgb(0 0 0 / 8%);
    margin-bottom: 1em;
    color: #999;
}

@media (max-width: 767.9px) {
    .form-section .form-control {
        font-size: 14px;
    }
}

input {
    webkit-box-shadow: inset 0 2px 2px rgb(0 0 0 / 8%);
    box-shadow: inset 0 2px 2px rgb(0 0 0 / 8%);
}

input.has-error {
    border-color: #D0021B;
}

.form-select select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

.form-select {
    position: relative;
}

.form-select:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 22px;
    border-color: #777 #fff;
    border-style: solid;
    border-width: 10px 6px 0 6px;
}

.form-radio input {
    display: none;
}

.form-radio .form-check-label {
    height: 55px;
    border: 1px solid #aaa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: 65px;
    justify-content: center;
    margin-bottom: 1em;
    cursor: pointer;
}

.form-radio .form-check-label:hover {
    border-color: #222222;
}

.form-radio input:checked ~ .form-check-label {
    border-color: #222222;
    background: #222222;
    color: #fff;
}

.badgeFixBottom {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
}

badgeFixTopP {
    position: fixed;
    top: 122px;
    left: -3px;
    z-index: 99;
}

@media (max-width: 520px) {
    badgeFixTopP {
        position: fixed;
        transform: scale(.6);
        top: 125px;
        left: -68px;
        z-index: 99;
    }
}

.badgeFixTop {
    position: fixed;
    top: 122px;
    left: -3px;
    z-index: 99;
}

@media (max-width: 520px) {
    .badgeFixTop {
        position: fixed;
        transform: scale(.6);
        top: 95px;
        left: -68px;
        z-index: 99;
    }
}

/******** Header ********/
/*header {
    font-size: 21px;
    padding: 10px 0;
    font-weight: 600;
}

header a {
    color: #DD5D22 !important;
}

    header .logo {
        height: 90px;

    }
*/
/******** Header ********/
header {
    font-size: 21px;
    font-weight: 600;
}

header a {
    color: #DD5D22 !important;
}

header .logo {
    height: 90px;
    background-color: #fff;
    margin-top: 10px;
}

@media (max-width: 767.9px) {
    header {
        text-align: center;
    }
}

header .badge-lto {
    height: 120px;
    transform: rotate(-8deg);
    padding-top: 5px;
}

@media (max-width: 520px) {
    header .badge-lto {
        height: 80px;
        z-index: 99;
    }

    header .logo {
        height: 70px;
    }
}

@media (max-width: 320px) {
    header .badge-lto {
        height: 60px;
        z-index: 99;
    }

    header .logo {
        height: 60px;
    }
}

/******** Multi Step Form ********/
.step-loader {
    padding-bottom: 10px;
}

.form-section {
    overflow: hidden;
    position: relative;
    height: 800px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color: #fff;
}

@media (max-width: 767.9px) {
    .form-section {
        /*      height:600px;*/ padding: 45px 0 20px;
        border-bottom: 1px solid #ccc;
        justify-content: space-between;
        height: auto;
    }
}

.form-section .form-step {
    display: none;
}

.form-section .form-step.active {
    display: block;
}

.form-section .form-bg-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
}

@media (max-width: 520px) {
    .form-section .form-bg-image img {
        position: absolute;
        left: 0%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        min-height: 100%;
        min-width: 100%;
        width: auto;
        height: auto;
    }
}

.form-section .form-bg-image2 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -38%);
    z-index: -1;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
}

.form-section h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}

@media (max-width: 767.9px) {
    .form-section h3 {
        font-size: 20px;
        font-weight: 400;
    }
}

.form-section h1 {
    font-size: 90px;
    font-weight: 900;
    line-height: 1;
    text-shadow: 2px 2px 5px red;
}

@media (max-width: 767.9px) {
    .form-section h1 {
        font-size: 70px;
    }
}

.form-section h4 {
    font-size: 40px;
    font-weight: 900;
}

@media (max-width: 767.9px) {
    .form-section h4 {
        font-size: 22px;
    }
}

.form-section .helper {
    width: 420px;
    max-width: 90%;
    margin: 0 auto;
}

@media (max-width: 767.9px) {
    .form-section .helper {
        font-size: 12px;
    }
}

.form-section .form-error {
    height: 0;
    color: #D0021B;
    font-style: italic;
}

.form-section .forms {
    background: #fff;
    border: 1px solid #979797;
    border-radius: 8px;
    width: 460px;
    max-width: 100%;
    margin: 0 auto;
    color: #555;
}

@media (max-width: 767.9px) {
    .form-section .forms {
        border: 0;
        border-radius: 0;
        width: 100%;
    }
}

.form-section .forms .form-step-title {
    font-size: 20px;
    font-weight: 600;
}

.form-section .forms .form-step.last .form-step-title {
    font-size: 24px;
}

@media (max-width: 767.9px) {
    .form-section .forms .form-step-title {
        font-size: 18px;
    }
}

.form-section .forms .form-step-subtitle {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 1em;
    line-height: 1;
}

.form-section .forms .form-step.last .form-step-subtitle {
    font-style: normal;
    line-height: 1.6;
    margin-bottom: 0;
}

.form-section .forms .form-step.last .phone-number a {
    font-size: 24px;
    color: #DD5D22;
}

.form-section .forms .form-step.last .request {
    margin-top: 1em;
}

.form-section .forms .form-step.last .request a {
    color: #555;
    text-decoration: underline;
}

/******** Testimonial ********/
.testimonial-section {
    padding: 85px 0 85px;
    font-size: 24px;
    font-weight: 300;
    position: relative;
    /* text-align: center; */
}

@media (max-width: 767.9px) {
    .testimonial-section {
        padding: 35px 0 35px;
        font-size: 14px;
    }
}

.testimonial-section .author {
    font-size: 20px;
    margin-top: 2em;
}

@media (max-width: 767.9px) {
    .testimonial-author {
        font-size: 12px;
    }
}

.testimonial-section .figures {
    width: 488px;
    max-width: 90%;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.testimonial-section .figures .figure {
    width: 150px;
    height: 150px;
    background: rgb(118,163,140);
    border-radius: 50%;
    color: #fff;
    /* line-height: 1; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 15px;
}

@media (max-width: 767.9px) {
    .testimonial-section .figures .figure {
        width: 80px;
        height: 80px;
    }
}

.testimonial-section .figures .figure .figure-value {
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 767.9px) {
    .testimonial-section .figures .figure .figure-value {
        font-size: 30px;
    }
}

.testimonial-section .figures .figure .figure-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-top: .3em;
}

@media (max-width: 767.9px) {
    .testimonial-section .figures .figure .figure-title {
        font-size: 12px;
    }
}

/****** ZERO ZERO ZERO ******/
.super {
    font-size: 11px;
    font-weight: 200;
    font-family: "Lato", sans-serif;
    vertical-align: super;
}

.zero-disclaimer {
    padding-top: 10px;
    font-size: 12px;
    font-weight: 200;
    font-family: "Lato", sans-serif;
    vertical-align: super;
}

/******** Perks ********/
.perks-section {
    background: rgba(165,193,148,0.20);
    padding: 50px 0 50px;
    font-size: 16px;
    /* color: #777; */
}

@media (max-width: 767.9px) {
    .perks-section {
        line-height: 1.15;
        padding: 20px 0 20px;
    }
}

.perks-section .perks-icon {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.9px) {
    .perks-section .perks-icon {
        height: 65px;
    }
}

.perks-section .perks-icon img {
    max-height: 100%;
}

.perks-section .perks-title {
    margin-top: 1em;
    font-weight: 700;
}

/******** Get Started ********/
.start-section {
    height: 600px;
    display: flex;
    align-items: center;
    background: url('../img/hero1a.jpg') no-repeat center left;
    background-size: cover;
    color: #fff;
}

@media (max-width: 767.9px) {
    .start-section {
        /* Need to replace with another image for mobile */
        background-image: url('../img/hero-bottom-couple.jpg');
        align-items: flex-start;
        padding-top: 30px;
        height: 469px;
    }
}

.start-section h1 {
    font-size: 41px;
    font-weight: 700;
}

@media (max-width: 767.9px) {
    .start-section h1 {
        font-size: 30px;
    }
}

.start-section p {
    font-size: 25px;
    width: 500px;
    margin: 0 auto 1.5em;
    font-weight: 600;
    max-width: 100%;
}

@media (max-width: 767.9px) {
    .start-section p {
        font-size: 15px;
    }
}

.start-section .btn {
    width: 300px;
    text-align: center!important;
}

.formOpt {
    color: #777777;
    font-size: 12px;
    line-height: 14px;
}

.introMssg {
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0 0 0;
}

@media (max-width: 767.9px) {
    .introMssg {
        text-align: center;
    }

    .clicktocall {
        text-align: center;
    }
}

/******** Footer ********/
footer {
    padding: 100px 0;
    color: #95979A;
    font-size: 12px;
    line-height: 1.4;
}

@media (max-width: 767.9px) {
    footer {
        padding: 40px 0;
        font-size: 11px;
    }
}

footer .logos {
    /* height: 65px; */
}

@media (max-width: 767.9px) {
    footer .logos {
        /* height: 85px; */
        width: 100%;
        display: block;
    }
}

footer .logos img {
    /* max-height: 100%; */
    width: 90%;
}

/******** Responsive ********/
@media (max-width: 1200px) {
}

@media (max-width: 767.9px) {
}

@media (max-width: 520px) {
    h1 sup {
        font-size: .1em;
        vertical-align: top;
        line-height: 25px;
        margin-left: -1px;
    }

    h1 sup20 {
        font-size: .1em;
        vertical-align: top;
        line-height: 25px;
        margin-left: -5px;
    }
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.col-6.col-md-4.text-center.pb-0.mb-5.pb-md-5 {
    position: relative;
    width: 50%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 19px;
}

@media (min-width: 768px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.container.text-center.xuy {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 520px){
img.zalup {
    position: absolute;
    left: 0%Important;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
}}

@media (max-width: 767.9px){
.section-2 h1 {
    font-size: 30px;
}}



img.zalup {
    position: absolute;
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    z-index: -9;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    background-color: #2f5240;
}

.check-list li:before{content:"";display:block;position:absolute;top:0;left:0;width:18px;height:20px;background-position:50%;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18.783 18.318'%3E%3Cpath fill='%231ec584' d='M6.795 18.322a2 2 0 01-1.517-.7l-4.796-5.6a2 2 0 013.035-2.6l3.135 3.661L16.56 1.135c1.534-2.148 3.139-.959 1.6 1.2L8.42 17.482a2 2 0 01-1.538.835z'/%3E%3C/svg%3E")}