@font-face {
    font-family: 'Lato';
    src: url(/fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: 'Lato-light';
    src: url(/fonts/Lato-Thin.ttf);
    src: url(/fonts/Lato-Thin.woff);
}

@font-face {
    font-family: 'Lato-semilight';
    src: url(/fonts/Lato-Light.ttf);
}

@font-face {
    font-family: 'Lato-bold';
    src: url(/fonts/Lato-Bold.ttf);
}

.font-13 {
    font-size: 13px;
}

html, body, h1, h2, h3, h4, h5, h6, p, a, label, ul li, input {
    font-family: 'Lato', Calibri, Arial;
    font-weight: 400;
}

html, body, h1, h2, h3, h4, h5, h6, p, label, ul li, input {
    color: #777777;
}

a {
    color: #00d1d0;
    -o-transition: color .2s ease-out, background 2s ease-in;
    -ms-transition: color .2s ease-out, background 2s ease-in;
    -moz-transition: color .2s ease-out, background 2s ease-in;
    -webkit-transition: color .2s ease-out, background 2s ease-in;
    transition: color .2s ease-out, background 2s ease-in;
}

    a:hover, a:active {
        text-decoration: none;
        color: #00d1d0;
    }

.relative {
    position: relative;
}

.white-text {
    color: #fff;
}

.grey-text {
    color: #777777;
}

.light-grey-text {
    color: #adadad;
}

.blue-text {
    color: #00d1d0;
}

.green-text {
    color: #4cd233;
}

.black-text {
    color: #000;
}

.italic {
    font-style: italic;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.padding-none {
    padding: 0;
}

.text-center {
    text-align: center;
}

.margin-none {
    margin: 0;
}

.center {
    margin: 0 auto;
}

.clear {
    clear: both;
}

.space {
    border-color: transparent;
    margin-top: 10px;
    margin-bottom: 10px;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-23 {
    font-size: 23px;
}

.font-24 {
    font-size: 24px;
}

.font-28 {
    font-size: 28px;
}

.font-32 {
    font-size: 32px;
}

.light {
    font-family: Lato-light;
}

.semi-light {
    font-family: "Lato-semilight";
}

.bold {
    font-family: Lato-bold;
}

.btn-green {
    background: #04FF80;
    color: #000;
}

body .text-mmegreen {
    color: #04ff80;
}

.font-teal {
    color: #00d1d0;
}

.btn-large {
    width: 276px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0px 15px 26px -10px rgba(0,0,0,0.68);
    -moz-box-shadow: 0px 15px 26px -10px rgba(0,0,0,0.68);
    box-shadow: 0px 15px 26px -10px rgba(0,0,0,0.68);
    border: none;
    font-size: 20px;
    font-family: 'Lato-semilight';
    -webkit-transition: .6s;
    transition: .6s;
    position: relative;
    overflow: hidden;
}

    .btn-large:before {
        content: '';
        display: block;
        position: absolute;
        background: rgba(255, 255, 255, 0.5);
        width: 60px;
        height: 100%;
        left: 0;
        top: 0;
        opacity: .5;
        -webkit-filter: blur(30px);
        filter: blur(30px);
        -webkit-transform: translateX(-100px) skewX(-15deg);
        transform: translateX(-100px) skewX(-15deg);
    }

    .btn-large:after {
        content: '';
        display: block;
        position: absolute;
        background: rgba(255, 255, 255, 0.2);
        width: 30px;
        height: 100%;
        left: 30px;
        top: 0;
        opacity: 0;
        -webkit-filter: blur(5px);
        filter: blur(5px);
        -webkit-transform: translateX(-100px) skewX(-15deg);
        transform: translateX(-100px) skewX(-15deg);
    }

    .btn-large:hover:before {
        -webkit-transform: translateX(300px) skewX(-15deg);
        transform: translateX(300px) skewX(-15deg);
        opacity: 0.6;
        -webkit-transition: .7s;
        transition: .7s;
    }

    .btn-large:hover:after {
        -webkit-transform: translateX(300px) skewX(-15deg);
        transform: translateX(300px) skewX(-15deg);
        opacity: 1;
        -webkit-transition: .7s;
        transition: .7s;
    }

.popover.bottom {
    background: #fff;
    border-color: #00d1d0;
    color: #00d1d0;
    font-size: 13px;
    font-family: "lato-semilight";
    padding: 2px;
}

    .popover.bottom > .arrow {
        border-bottom-color: #00d1d0;
    }

.backTop .fa {
    -webkit-text-stroke: 1px white;
}

.legal h5.blue-text {
    font-size: 23px;
}

.legal .textpage-content {
    margin-bottom: 20px;
}

.modal-header {
    background: transparent;
    border-bottom: none;
    text-align: center;
}

.modal-body {
    padding-bottom: 23px;
}

.modal-header h4 {
    color: #595959;
    margin-top: 17px;
    font-size: 27px;
    margin-left: 25px;
    margin-right: 25px;
}

.close {
    color: #00D1D0;
    opacity: 1;
}

.modal-dialog.small {
    width: 360px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wrap-email-content {
    margin-top: -14px;
}

.email-content-item, .hours-content-item {
    margin-bottom: 20px;
}

    .email-content-item p {
        font-size: 18px;
    }

        .email-content-item p:first-child {
            margin-bottom: 2px;
        }

    .hours-content-item p {
        font-size: 15px;
    }

.hours.col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
}

p.semi-light a {
    font-family: "Lato-semilight";
}

#warningBorrowing .warning-box-v2 {
    display: none;
}

#need-help-email .modal-header {
    position: relative;
}

    #need-help-email .modal-header h4 {
        color: #00d1d0
    }

.btn-contact-us {
    margin-top: 29px;
    margin-bottom: 80px;
}

.btn-transparent {
    outline: none !important;
    padding-top: 9px;
    padding-bottom: 12px;
    background: rgba(250, 250, 250, .3);
    color: #fff;
    border: 1px solid #fff;
    border-color: #fff !important;
    border-top: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
}

.wrap-side-navigation {
    width: 37%;
    display: block;
    top: -4000px;
}


/*.wrap-side-navigation {
    width: 42%;
    position: absolute;
    min-height: 100%;
    top: 0;
    right: -50%;
    display: none;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 999999;
    padding: 0 0 0 50px;
}*/

.navigation-container ul:first-child {
    padding-top: 110px;
}

.navigation-container ul {
    width: 50%;
    border-bottom: 1px solid #606060;
    margin-bottom: 20px;
    padding-left: 0;
}

    .navigation-container ul li {
        margin-bottom: 20px;
        -webkit-font-smoothing: initial;
        list-style: none;
    }

        .navigation-container ul li.margin-bottom-none {
            margin-bottom: 0;
        }

        .navigation-container ul li a, .navigation-container ul li p, .navigation-container .close-navi .fa {
            font-size: 16px;
        }

            .navigation-container ul li a:hover, .navigation-container ul li a:active, .navigation-container ul li a:focus {
                text-decoration: none;
                color: #50fbdf;
            }

        .navigation-container ul li a, .navigation-container ul li p {
            font-family: LexendDeca;
            font-size: 24px;
        }

.navigation-container .close-navi {
    position: absolute;
    right: 46%;
    text-decoration: none;
    top: 28px;
}

    .navigation-container .close-navi:hover {
        color: #ccc;
    }

.btn-large.no-shadow {
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
}

.form-element {
    margin-bottom: 15px;
}

.modal {
    overflow-y: auto;
}

.button-default {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-top: none;
    border-left: none;
    border-color: transparent;
}

.btn-mdl-apply {
    font-size: 18px;
    height: 48px;
    width: 320px;
    max-width: 100%;
}

.btn-mdl-apply {
    font-size: 18px;
    height: 48px;
    width: 320px;
    max-width: 100%;
    font-family: 'Lato-light'
}

.btn-blue {
    background: #00D1D0;
    color: #fff;
}

    .btn-blue:hover, .btn-blue:active, .btn-blue:focus {
        background: #3df2ed;
        text-decoration: none;
        color: #fff;
    }

.login-icon {
    position: absolute;
    top: 70px;
    right: 50%;
    margin-right: -235px;
}

.warning-box-v2 {
    padding: 20px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(221,221,221,1);
    -moz-box-shadow: inset 0 2px 5px 0 rgba(221,221,221,1);
    box-shadow: inset 0 2px 5px 0 rgba(221,221,221,1);
}

.warning-separator {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 2px dashed #ddd;
    padding-bottom: 0;
    margin-bottom: 15px;
}

#btnCalculator:focus {
    border: none;
    outline: none;
}

#btnCalculator:active {
    border: none;
    outline: none;
}

.right-panel .btn-navigation {
    width: 25px;
    margin-top: 3px;
}

.right-panel .fa {
    font-size: 30px;
    margin-left: 10px;
}

.field-wrapper {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
    height: 55px;
    margin-top: 10px;
}

    .field-wrapper label {
        font-family: "Lato-semilight" !important;
    }

    .field-wrapper label {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 14px;
        transition: all .3s ease-out;
        opacity: 0;
        color: #00D1D0;
    }

.form-element {
    padding-top: 20px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
}

    .form-element-select .inputSelect, .form-element .floating-label {
        font-family: "Lato-semilight";
    }

    .form-element .floating-label {
        position: absolute;
        pointer-events: none;
        left: 0;
        top: 10px;
        transition: 0.2s ease all;
        font-size: 24px;
        font-weight: 300;
    }

    .form-element .floating-label {
        position: absolute;
        pointer-events: none;
        left: 0;
        top: 19px;
        transition: 0.2s ease all;
        font-size: 20px;
        font-family: "Lato-semilight";
        color: #adadad;
    }

    .form-element input:focus ~ .floating-label,
    .form-element input:not(:focus):valid ~ .floating-label,
    .form-element input:disabled ~ .floating-label, .form-element .floating-labelx {
        top: -6px !important;
        bottom: 10px;
        left: 0;
        font-size: 14px;
        opacity: 1;
        color: #00d1d0;
        outline: none;
        font-family: "Lato";
    }

    .form-element input {
        outline: none !important;
    }

    .form-element .inputText {
        font-size: 22px;
        width: 100%;
        height: 40px;
        border: none;
        border-bottom: 1px solid #EFEFEF;
        font-family: "Lato-semilight";
        padding-bottom: 6px;
        background: transparent;
        padding-left: 0;
        margin-left: 0;
    }

    .form-element .inputText {
        -webkit-appearance: none;
    }

    .form-element .inputText {
        font-size: 20px;
        height: 40px;
    }

    .form-element .inputText {
        font-family: "Lato-semilight" !important;
    }

.form-element-select .inputSelect {
    padding-bottom: 0;
    height: 50px;
    font-size: 20px;
    width: 100%;
    border: none;
    font-family: "Lato-semilight";
    background: transparent;
    padding-left: 0;
    margin-left: 0;
    -webkit-appearance: none;
    position: relative;
    top: 10px;
    outline: none !important;
}

.field-wrapper .watermark {
    color: #adadad;
}

.form-element-select .fa {
    position: absolute;
    right: 1px;
    top: 30px;
}

.contact-us .form-element textarea {
    margin-top: 30px;
    max-width: 100%;
    height: 345px;
    border-color: #2e2e2;
    font-size: 20px;
    color: #777777;
    padding: 20px;
    font-family: "Lato-semilight";
}

.field-wrapper label.show2 {
    top: -6px;
    opacity: 1;
}

.form-element-select .inputSelect option:first-child {
    display: none;
}

.no-pointer {
    cursor: inherit;
}

.text-page.howitworks .section1 {
    background: url(../images/textpagev2/bg-howitworks-xva.jpg) no-repeat;
    background-size: cover;
    background-position-y: 30%;
    background-position-x: 50%;
}

.text-page.faq .section1 {
    background: url(../images/textpagev2/bg-faq-xv.jpg) no-repeat;
    background-size: cover;
    background-position-y: -37px;
    background-position-x: 50%;
}

.text-page.contact-us .section1 {
    background: url(../images/textpagev2/bg-contactus-xv.jpg) no-repeat;
    background-size: cover;
    background-position-y: -55px;
    ;
    background-position-x: 50%;
}

.text-page.costs .section1 {
    background: url(../images/textpagev2/bg-costs-xv.jpg) no-repeat;
    background-size: cover;
    background-position-y: 25%;
    background-position-x: 50%;
}

.text-page.site-map .section1 {
    background: url(../images/textpagev2/bg-sitemap.jpg) no-repeat;
    background-size: cover;
    background-position-y: 50%;
    background-position-x: 50%;
}

.text-page.not-found .section1 {
    background: url(../images/textpagev2/bg-404.jpg) no-repeat;
    background-size: cover;
    min-height: 780px;
    background-position-y: -95px;
}

.text-page .section1 h1 {
    font-size: 55px;
}

.text-page .section1 {
    padding-bottom: 78px;
}

.section1 .header {
    padding-top: 48px;
    padding-bottom: 42px;
}

.btn-login {
    text-align: center;
    border: 2px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 14px;
    width: 115px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-block;
    font-family: 'Lato-semilight';
    margin-right: 20px;
}

    .btn-login:hover {
        text-decoration: none;
    }


.section9 {
    padding-top: 146px;
    padding-bottom: 146px;
    background: url('/images/bg-section4.jpg');
    background-position: center;
    background-size: cover;
}

    .section9 .sectitle {
        font-size: 48px;
        margin-bottom: 45px;
        line-height: 32px;
    }

/*
.wrap-footer{padding-top:38px;padding-bottom: 36px;background:#f7f7f7;background:#f6f6f6;}
.footerLogo img{max-width:110px;display:block;margin-bottom:11px;}
.footerLink{padding-left:0;}
.footerLink li{list-style:none;margin-bottom:6px;}
.footerLink li a{font-size:18px;font-family:'Lato-light';}
.wrap-footer-socialMedia{height: inherit;margin-top:30px;}
.wrap-footer-socialMedia .blue-line{border-color:#00d1d0;margin-top:-47px;}
.wrap-footer-socialMedia a{margin-left:7px;margin-right:7px;}
.wrap-footer-socialMedia a img{max-width:42px;}
.wrap-footer-socialMedia a:hover{text-decoration:none;}
.LegalLink{font-size:16px;}
.LegalLink a:hover, legalLink a:active{color:#27ffc5;}
.wrapDisclosureBtn{margin-top:45px;}
.FooterdisclosureBtn{padding:15px;border:1px solid #c7c7c7;border-radius:4px;padding-top: 17px;}
.FooterdisclosureBtn:hover{text-decoration:none!important;}
.FooterdisclosureIcon{margin-top:-10px;}
.lowerFooter{border-top:1px solid #ddd;padding-top:19px;margin-top:12px}
*/

/*------- footer ------------*/
.wrap-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f7f7f7;
    border-top: 1px solid #c6c6c6;
}

.landing .wrap-footer {
    border-top: none;
}

.footerLogo img {
    max-width: 110px;
}

.footerLink {
    padding-left: 0;
}

    .footerLink li {
        list-style: none;
        margin-bottom: 10px;
    }

        .footerLink li a {
            font-size: 18px;
            font-family: 'Lato-light';
        }

.mobile-footer .container {
    margin-bottom: 29px;
}

.wrap-footer-socialMedia {
    height: 92px;
    margin-top: 55px;
    margin-bottom: 15px;
}

    .wrap-footer-socialMedia .blue-line {
        border-color: #00d1d0;
        margin-top: -47px;
    }

    .wrap-footer-socialMedia a {
        margin-left: 26px;
        margin-right: 26px;
    }

        .wrap-footer-socialMedia a:hover {
            text-decoration: none;
        }

.LegalLink {
    font-size: 16px;
}

    .LegalLink a:hover, legalLink a:active {
        color: #27ffc5;
    }

.lowerFooter {
    padding-top: 15px;
    border-top: 1px solid #c6c6c6;
}

.wrapDisclosureBtn {
    margin-top: 45px;
}

.FooterdisclosureBtn {
    padding: 15px;
    border: 1px solid #c7c7c7;
}

    .FooterdisclosureBtn:hover {
        text-decoration: none;
    }

.FooterdisclosureIcon {
    margin-top: -10px;
}

.wrap-footer-social-link a {
    margin-left: 12px;
    margin-right: 12px;
}

.wrap-footer-social-link img {
    max-width: 44px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.section2 {
    padding-top: 50px;
    padding-bottom: 0;
}

    .section2 .sectitle {
        font-size: 48px;
        margin-bottom: 25px;
    }

.wrap-sect2-item {
    margin-top: 35px;
}

.sec2item {
    padding-top: 25px;
    padding-bottom: 27px;
    padding-left: 50px;
    position: relative;
}

.section2 .sec2itemnum {
    background: #fff;
    height: 28px;
    width: 28px;
    border: 1px solid #00d1d0;
    vertical-align: middle;
    padding-top: 3px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 25px;
    margin-bottom: 0;
}

.section2 .wrap-sect2-item .seoContent:before {
    display: block;
    width: 5px;
    height: 70%;
    background: #f7f7f7;
    content: "";
    position: absolute;
    left: 27px;
    top: 47px;
}

.section2 .other-phone {
    margin-left: 180px;
    margin-top: 3px;
    max-width: 278px;
    margin-bottom: -5px;
}

.faq .section2 {
    padding-bottom: 68px;
    padding-top: 56px;
}

    .faq .section2 .sectitle, .costs .sectitle {
        font-size: 48px;
    }

    .faq .section2 .panel-title a {
        padding: 10px 0px 10px 15px;
        padding-bottom: 17px;
        font-size: 23px;
        font-family: "Lato-semilight";
        color: #787878;
        display: block;
        text-decoration: none !important;
        position: relative;
        z-index: 500;
    }

.faq .panel-default > .panel-heading {
    background: transparent;
    position: relative;
    padding: 0;
}

.faq .panel-group {
    margin-bottom: 3px;
}

    .faq .panel-group .panel {
        border: none;
        border-bottom: 1px solid #f8f8f8;
        border-radius: 0;
        box-shadow: inherit;
        -webkit-box-shadow: inherit;
    }

.faq .panel-heading:before {
    -webkit-text-stroke: 4px white;
}

.faq .panel-heading:before {
    font-family: FontAwesome;
    font-weight: 100;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: 0 0;
    speak: none;
    -webkit-font-smoothing: antialiased;
    line-height: 21px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 20px;
    height: 20px;
    margin-top: -13px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    content: "\f078";
    font-size: 24px;
    color: #777777;
}

.faq .panel-heading.Active .panel-title a {
    color: #00d1d0;
}

.faq .panel-heading.Active:before {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #00d1d0;
    right: 0;
}

.faq .panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #f5f5f5;
}

.faq .section2 .panel-body h5, .faq .section2 .panel-body h5 {
    font-size: 20px;
}

.faq .section2 .panel-body h5 {
    margin-bottom: 30px;
}

.faq .section2 .panel-body p, .faq .section2 .panel-body li, .faq .section2 .panel-body a {
    margin-bottom: 20px;
    font-family: "Lato-semilight";
}

.faq .section2 .panel-body p, .faq .section2 .panel-body li, .faq .section2 .panel-body a {
    font-size: 20px;
    color: #adadad;
}

    .faq .section2 .panel-body p.title {
        color: #787878;
    }

.faq .section2 .panel-body a {
    color: #00d1d0;
}

    .faq .section2 .panel-body a:hover {
        color: #27ffc5;
    }

.faq .section2 .InnerCollapseContent {
    display: none;
}

.contact-us .section2 {
    padding-bottom: 15px;
}

    .contact-us .section2 .sectitle {
        font-size: 36px;
    }

    .contact-us .section2 .first-column {
        border-right: 2px solid #f1f1f1;
        padding-right: 30px;
    }

.legal.contact-us .section2 .first-column {
    min-height: 1070px;
}

.contact-us .section2 .second-column {
    padding-left: 30px;
    padding-right: 0;
}

.contact-us .wrap-contact-form {
    margin-top: 13px;
}

.contact-us .phone-icon {
    margin-top: -10px;
    max-width: 26px;
}

.contact-us .envelope-icon {
    margin-top: -7px;
}

.contact-us .section2 .second-column .sectitle {
    margin-bottom: 0;
}

.contact-us .section2 .wrap-side-section {
    padding-top: 15px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 25px;
    margin-bottom: 15px;
}

    .contact-us .section2 .wrap-side-section.first {
        padding-top: 18px;
    }

    .contact-us .section2 .wrap-side-section.last {
        border-bottom: none;
    }

.contact-us .space.twelve {
    margin-bottom: 12px;
}

.contact-us .space.one {
    margin-bottom: 1px;
}


.costs .section2 .panel-title a {
    font-family: "Lato-semilight";
}

.costs .wrap-costs-accordion {
    margin-top: 18px;
}

.costs .section2 .panel-body p.margin-none {
    margin-bottom: 0;
}

.costs .wrap-costs-none {
    padding: 15px 5px;
}

.costs .wrap-costs-reminder {
    padding-top: 40px;
}

.costs .wrap-cost-calculator {
    padding-top: 55px;
}

.costs .section2 .panel-title a {
    font-size: 23px;
}

.faq .section2 .panel-body p.cost-collapse-title {
    font-family: "Lato";
    color: #00d1d0;
}

.costs .inner-wrap-cost-calculator {
    max-width: 550px;
    margin: 0 auto;
    margin-top: 90px;
}

.costs .container-range-slider {
    padding: 0;
    background: transparent;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-bottom: 50px;
}

    .costs .container-range-slider.second {
        margin-top: 121px;
    }

.costs .inner-wrap-calc-slider {
    background: #e9e9e9;
    height: 13px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding-left: 12px;
    padding-right: 0px;
    border: 1px solid #d8d8d8;
}

.costs .ui-slider-horizontal {
    border-radius: 0;
    height: inherit;
    margin-top: 0;
    background: transparent;
    border: none;
}

    .costs .ui-slider-horizontal .ui-slider-range-min {
        margin-left: -13px;
        background: #00d1d0;
        height: 14px;
        border-radius: 6px;
        margin-top: -2px;
    }

.costs .ui-state-default, .costs .ui-widget-content .ui-state-default, .costs .ui-widget-header .ui-state-default {
    height: 65px;
    width: 95px;
    background: url(/images/handle.png);
    cursor: pointer;
    outline: none !important;
    border: none;
    margin-top: -42px;
    margin-left: -55px;
    box-shadow: inherit;
    z-index: 1031;
}

.costs .ui-slider-horizontal .ui-slider-handle .tooltip {
    z-index: -1;
    margin-top: -18px;
    margin-left: -15px;
    opacity: 1;
}

.right .tooltip {
    margin-left: -57px !important;
}

.left .tooltip {
    margin-left: -47px !important;
}

.costs .ui-slider-horizontal .ui-slider-handle .tooltip-inner {
    background: #00d1d0;
    color: #fff;
    font-size: 19px;
    width: 120px;
    font-family: 'Lato';
    padding-top: 7px;
    padding-bottom: 7px;
}

.costs .ui-slider-horizontal .ui-slider-handle .tooltip.top .tooltip-arrow {
    border-top-color: #00d1d0;
    bottom: -3px;
    border-width: 8px 5px 0;
}

.costs .calc-label {
    position: absolute;
    top: 20px;
    color: #777777;
}

.costs .slider-range-min3b label {
    position: absolute;
    top: 20px;
    color: #777777;
}

.costs .rating-calc-label {
    font-size: 16px;
    margin-top: 5px;
    color: #777777;
}

.costs .calc-terms-container {
    margin-top: 62px;
    padding: 20px 0;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.costs .wrap-costs-btn {
    margin-top: 55px;
    margin-bottom: 55px;
}

.costs .calc-comparison-note {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 6px;
}

.costs .section2 .panel-body p.font-14 {
    font-size: 14px;
}

.costs .section2 .panel-body p.font-16 {
    font-size: 16px;
}

.not-found.text-page .section1 h1 {
    margin-top: 90px;
    margin-bottom: 45px;
    font-size: 90px;
}

.not-found.text-page .section1 .wrap-notfound-btn {
    margin-top: 100px;
}

    .not-found.text-page .section1 .wrap-notfound-btn button {
        margin-left: 10px;
        margin-right: 10px;
    }

.section3 {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 0;
    background: url('/images/bg-section4.jpg');
    background-position: center;
    background-size: cover;
}

    .section3 .sectitle {
        font-size: 48px;
        margin-bottom: 50px;
    }

    .section3 .divInnerbox {
        width: 350px;
    }

    .section3 .wrapSec3Image {
        position: relative;
        height: 426px;
    }

        .section3 .wrapSec3Image .lapSec5 {
            position: absolute;
            top: 0;
            left: 105px
        }

        .section3 .wrapSec3Image .phoneSec5 {
            position: absolute;
            bottom: 0;
            right: 90px;
        }

    .section3 .wrapDivBox {
        margin-bottom: 60px;
    }

.section4 {
    padding-top: 56px;
    padding-bottom: 66px;
}

    .section4 .sectitle {
        font-size: 48px;
        margin-bottom: 25px;
    }

    .section4 .secdescription {
        margin-bottom: 67px;
    }

    .section4 .sectlabel {
        margin-bottom: 20px;
    }

    .section4 .wrap-section-content a {
        text-decoration: none !important;
    }

.wrap-section-content .why-icon-box {
    min-height: 78px;
    margin-bottom: 40px;
    position: relative;
}

    .wrap-section-content .why-icon-box img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.wrap-section-content.box2 {
    animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
}

.wrap-section-content.box3 {
    animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.wrap-section-content.box4 {
    animation-duration: 1s;
    -moz-animatipx;
    duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}

.wrap-section-content .tooltip-inner {
    background: #fff;
    color: #00c2c1;
    border: 1px solid #00c2c1;
    font-size: 12px;
    font-family: "Lato-light";
    padding: 5px;
}

.wrap-section-content .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #00c2c1;
}

    .wrap-section-content .tooltip.bottom .tooltip-arrow:after {
        content: " ";
    }

.wrap-section-content .font-18 {
    font-size: 19px;
}

.site-map .sitemap-box {
    margin-bottom: 45px;
}

    .site-map .sitemap-box h4 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .site-map .sitemap-box a {
        font-size: 20px;
        color: #00d1d0;
        font-family: "Lato-semilight";
        margin-top: 10px;
        margin-bottom: 10px;
        display: block;
    }

.site-map .section2 .second-column .sectitle {
    margin-top: 5px;
}

.visible-320 {
    display: none;
}

.wrap-warning-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f7f7f7;
    border-bottom: none;
    border-top: 1px solid #ddd;
    display: none;
}

.costs .wrap-warning-footer {
    display: block;
}


.not-found .wrap-warning-footer {
    display: none;
}

.modal .form-element .inputTextarea {
    font-size: 18px;
    width: 100%;
    height: 180px;
    border: none;
    font-family: "Lato-semilight";
    background: #f5f5f5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 15px;
    outline: none !important;
}

/*About us 2.5*/
.sec2item-about {
    padding-bottom: 45px;
    max-width: 815px;
    margin: 0 auto;
}

.section-about .secdescription {
    margin-bottom: 30px;
}

.about-logo-wrap {
    max-width: 220px;
    margin: 0 auto;
    margin-top: -15px;
}

    .about-logo-wrap img {
        position: relative !important;
    }

.sect3-subh {
    max-width: 800px;
    margin: 0 auto;
}

.section3.section-about .sectitle {
    font-size: 36px;
    margin-bottom: 25px;
}

.section-awards .media {
    margin-bottom: 80px;
}

.media:first-child {
    margin-top: 0;
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
    text-align: center;
}


    .media-left, .media > .pull-left {
        padding-right: 10px;
    }

.about-us2 .seopage-content {
    margin-bottom: 25px;
}

.aboutus .sectitle2 {
    font-size: 36px;
}

.media-object {
    display: block;
    margin: 0 auto;
}

.section-awards .media-body {
    margin-top: 20px;
}

.aboutus .carousel-control.right, .aboutus .carousel-control.left {
    background: none;
}

.section-awards .glyphicon-chevron-right, .section-awards .glyphicon-chevron-left {
    color: #cccccc;
    -webkit-text-stroke: 6px white;
    margin-top: -60px;
}

.text-page.aboutus .section1 {
    background: url(/images/about-us2/bg-aboutMME.jpg) no-repeat;
    background-size: cover;
    background-position-y: 35%;
    background-position-x: 50%;
}

.section-awards .column2 {
    width: 33.33%;
    float: left;
    position: relative;
    min-height: 80px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}

.section-awards .media2 {
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.section-awards .media-nomargin {
    margin-bottom: 0;
}

.about-logo-out {
    max-width: 600px;
    margin: 0 auto;
}

.section3.section-about .wrapDivBox {
    margin-bottom: 0;
}

/*----- new cost style-----*/
.wrap-cost-tab .tab-pane.fade {
    display: none;
}

    .wrap-cost-tab .tab-pane.fade.in {
        display: block;
    }

.wrap-costs-pill {
    margin-top: -30px;
}

    .wrap-costs-pill .btn-group {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.14);
        -moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.14);
        box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.14);
    }

    .wrap-costs-pill button {
        font-size: 24px;
        padding-bottom: 14px;
        padding-top: 14px;
        padding-left: 25px;
        padding-right: 25px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        background: #fff;
        font-family: "Lato-light";
        color: #777777;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .wrap-costs-pill button:hover, .wrap-costs-pill button:active {
            background: #fff;
            color: #777777;
        }

        .wrap-costs-pill button.active, .wrap-costs-pill button.active:hover {
            background: #00d1d0;
            color: #fff;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

.wrap-cost-tab {
    min-height: 500px;
}

#tab-ccc .col-lg-6.first {
    padding-right: 45px;
}

#tab-ccc .col-lg-6.second {
    padding-left: 45px;
}

.credit-limit-box {
    padding: 40px;
    padding-bottom: 30px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #f7f7f7;
    min-height: 458px;
    margin-bottom: 15px;
}

    .credit-limit-box ul {
        padding-left: 20px;
    }

        .credit-limit-box ul li {
            margin-bottom: 25px;
            list-style-image: url(/images/ccc/CC-cost-list-icon.png);
        }

            .credit-limit-box ul li p {
                margin-bottom: 5px;
            }

.wrap-costs-credit-limit {
    margin-top: 73px;
}

    .wrap-costs-credit-limit p.font-24 {
        margin-bottom: 18px;
    }

/*----modal ccc-----*/

.form-element .floating-labeltest,
.form-element input:focus ~ .floating-label,
.form-element input:not(:focus):valid ~ .floating-label,
.form-element input:disabled ~ .floating-label, .applicationv2 .form-element .floating-labelx {
    top: -13px;
    bottom: 10px;
    left: 0;
    font-size: 14px;
    opacity: 1;
    color: #00d1d0;
    outline: none;
    font-family: 'Lato', Arial, sans-serif;
}

.form-element input:not(:focus):valid:placeholder-shown ~ .floating-label {
    position: absolute;
    pointer-events: none;
    left: 0 !important;
    top: 19px !important;
    transition: 0.2s ease all;
    font-size: 20px !important;
    font-family: "Lato-semilight";
    font-weight: 300;
    color: #777777;
}


.form-element .floating-labeltest {
    top: -6px;
}

button {
    cursor: pointer
}

.modal-header {
    position: absolute;
    right: 0;
    z-index: 999;
    border-bottom: none;
}

#need-help-officehrs .modal-header {
    position: relative;
}

.modal-title {
    font-size: 24px;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
    width: 500px;
    max-width: 100%;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.full-screen-modal .payment-flow-wrap {
    padding: 10px;
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    margin: 0 auto;
}

.full-screen-modal .modal-content .modal-body {
    display: table;
    width: 100%;
    height: 100%;
}

.full-screen-modal .modal-content .modal-body {
    min-height: 200px;
}

.btn-blue {
    background: #00D1D0;
    color: #fff;
}

.ccc-btn-mdl-dble {
    font-size: 18px;
    height: 48px;
    width: 320px;
    max-width: 100%;
    font-family: 'Lato-light';
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-top: none;
    border-left: none;
    border-color: transparent;
    padding-top: 5px;
}

/*Awawrds*/
.section2 .sectitle {
    margin-bottom: 30px;
}

    .section2 .sectitle a {
        color: #adadad;
        text-decoration: none !important;
    }

        .section2 .sectitle a.active {
            color: #777777;
        }

        .section2 .sectitle a:hover {
            text-decoration: none;
        }

.section2 .container {
    position: relative;
}

.tab-pane {
    display: none;
}

    .tab-pane.active {
        display: block;
    }

.section2 .tab-content {
    height: 80px;
}

.section2 #company-slider2, .section2 #company-slider4, .section2 #company-slider2a, .section2 #company-slider4a {
    padding-left: 0;
    margin-left: 0;
    height: 120px;
    overflow: hidden;
}

    .section2 #company-slider2 li, .section2 #company-slider4 li, .section2 #company-slider2a li, .section2 #company-slider4a li {
        list-style: none;
    }

#company-slider2, #company-slider4, #company-slider4 {
    overflow: hidden;
}

    .as-slide-inner, #company-slider2 li, #company-slider4a li, #company-slider4 li {
        width: 100% !important;
        height: 30px;
    }

    #company-slider2 li, .as-slide-inner, #company-slider4 li {
        float: left;
    }

        #company-slider4 li a img, .section2 #company-slider4a li a img, #company-slider2 li a img, #company-slider2a li a img {
            margin: 0 auto;
            width: 100%;
        }

.as-nav {
    display: none;
}

.featured-container .column2 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 80px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}

    .featured-container .column2 a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        cursor: default;
    }
/*#company-slider2a .featured-container .column2 a{width:100%;}*/
.text-page .media-heading {
    font-size: 20px;
}

/*New coloured awards*/
.awards-container.featured-container .column2 {
    width: 16.33%;
    float: left;
    position: relative;
    min-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}

.awards-container.featured-container .column2-adjustment-awards {
    width: 26%;
}

.awards-container.featured-container .column2-adjustment-awardsb {
    width: 25%;
}

/*KFS*/

.kfs-content-header {
    padding: 15px;
    background-color: #F3FDFE;
}

.kfs-content h2 {
    margin: 0;
}

.kfs-content.kfs-white {
    padding: 15px 15px 8px 15px;
}

.kfs-content.kfs-grey {
    padding: 15px 15px 8px 15px;
    background-color: #F7F7F7;
}



/*updated menu*/

.wrap-side-navigation {
    width:37%;
    display: block;
    top: -940px;
}

.right-navB{
	display: flex;
	float: right;
	align-items: center;
}

    .right-navB .contact-num {
        display: flex;
    }
.right-navB .contact-num a {
        padding: 0 !important;
    }

.right-navB .contact-num a:hover{
	background:transparent !important;

}
.btn-login{
	width:100px!important;
	padding-top: 2px !important;
    padding-bottom: 2px !important;
	border-radius:6px !important;
}

.right-nav{
		position:relative;
		z-index:1040;
	}

    .right-nav .burger-icon {
        width: 25px;
        height: 18px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }

        .right-nav .burger-icon span {
            width: 100%;
            height: 2px;
            background: #fff;
            transition: 0.3s ease-in-out;
        }

	.right-nav .burger-icon.open-menu{
		position:relative;
	}

	.right-nav .burger-icon.open-menu span{
		position: absolute;
		top: 8px;
		transition:0.4s ease-in-out;
	}

	.right-nav .burger-icon.open-menu span:nth-child(1){
		transform: rotate(45deg);
	}

	.right-nav .burger-icon.open-menu span:nth-child(2){
		display:none;		
	}

	.right-nav .burger-icon.open-menu span:nth-child(3){
		transform: rotate(-45deg);
		
	}


/*new footer layout - footerV2*/

.font-14{
    font-size:14px;
}


.wrap-warning-footer {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-top: none !important;
}

.wrap-apple-footer {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
}

.landing .wrap-warning-footer .container,
.landing .mobile-footer .container,
.seo .wrap-warning-footer .container,
.seo .mobile-footer .container {
    width: 1300px;
    max-width: 1300px;
}

.asx-mme-logo {
    margin-bottom: 5px;
}

    .asx-mme-logo img {
        width: 250px;
    }

footer.wrap-footer .row div:nth-child(2) .row {
    padding-top: 42px;
}

    footer.wrap-footer .row div:nth-child(2) .row .footerLink:first-child {
        padding-left: 30px;
    }

.footer-title {
    padding-top: 10px;
}

.footerLink li a {
    font-size: 14px;
}

/*.footerLink li{
	margin-bottom:12px;
}*/

.wrap-footer-social-link img {
    max-width: 40px !important;
}

.wrap-footer-social-link a {
    margin-left: 10px !important;
    margin-right: 0 !important;
}

    .wrap-footer-social-link a:first-child {
        margin-left: 0 !important;
    }

.text-page .lowerFooter:before {
    content:inherit;
}

.site-map .mobile-footer .row div:nth-child(3) ul.footerLink,
.site-map .mobile-footer .row div:nth-child(4) ul.footerLink {
    padding-top: 12px !important;
}

.site-map .mobile-footer .row div:nth-child(3) ul.footerLink, 
.site-map .mobile-footer .row div.d-sm-block ul.footerLink {
    padding-left: 15px !important;
}

/*Reviews*/
.list-item {
    display: none;
}

#loadMore-review, #loadLess-review {
    color: #fff;
    padding: 10px;
    max-width: 200px;
    width: 200px;
    background: rgba(0,0,0,.5);
    display: block;
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 20px;
}

.home-section2.review-intro .awards-circle {
    max-width: 400px;
    position: relative;
    width: 100%;
    margin: 0 auto;
}


@supports (position: sticky) {
    .sticky-phone {
        position: sticky !important;
        top: 20px !important;
    }
}
/*---------end---------*/
@media (max-width: 767px) {
    .modal-dialog {
        margin: 0;
    }

    .full-screen-modal .modal-content {
        height: 100vh;
        border: none;
        border-radius: 0;
    }

    .full-screen-modal .modal-content {
        border: none;
    }

    .legal.contact-us .section2 .first-column {
        min-height: inherit;
    }

    /*new footer layout*/
    .landing .wrap-warning-footer .container,
    .landing .mobile-footer .container,
    .seo .wrap-warning-footer .container,
    .seo .mobile-footer .container {
        width: inherit;
        max-width: inherit;
    }
    .wrap-footer {
        padding-top: 0;
    }
    .mobile-footer {
        margin-top: 20px;
    }

    .mobile-footer .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-top-wrap {
        border-top: 1px solid #ccc;
    }
    .wrap-apple-footer {
        border-top: none !important;
    }


    .footer-logo:after {
        content: "";
        position: absolute;
        left: -15px;
        right: -15px;
        bottom: -30px;
        border-bottom: 1px solid #ccc;
    }

    .asx-mme-logo img {
        width: 100%;
        margin-bottom: 0;
    }

    .wrap-footer-social-link {
        justify-content: center;
    }

    .wrap-footer div.col-12 {
        margin: 10px 0;
    }

    .wrap-footer div.col-12 .row.pt-5 {
        padding-top: 0 !important;
    }

    .wrap-footer div.col-12 .pt-4 {
        padding-top: 10px !important;
    }

    .wrap-warning-footer {
        padding: 20px !important;
        border-bottom: 1px solid #ccc;
    }


    .footer-title {
        padding-top: 0;
    }

    .lowerFooter {
        border: none;
        position: relative;
        padding-top: 24px !important;
        border-top: 1px solid #ccc;
    }

    .complaints-pg .padding-none {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /*-------end-------*/

}


/*@media (max-width:1440px) {
    .text-page .navigation-container ul {
        width: 60%;
    }
}*/


@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

@media (max-width:1439px) {
    .text-page.not-found .section1 {
        background-position-y: 0;
    }
}

@media (max-width:1199px) {

    .section3 .wrapSec3Image {
        height: 374px;
    }

        .section3 .wrapSec3Image .lapSec5 {
            max-width: 720px;
            left: 45px;
        }

        .section3 .wrapSec3Image .phoneSec5 {
            max-width: 200px;
            right: 62px;
        }
}

@media (max-width:991px) {

    .section2 .seoContent {
        margin-bottom: 12px;
    }

    .section2 .other-phone {
        margin-left: 76px;
        padding-top: 15px;
    }

    .sec2item {
        padding-top: 20px;
        padding-bottom: 31px;
    }

    .section3 .wrapSec3Image {
        height: 321px;
    }

        .section3 .wrapSec3Image .lapSec5 {
            max-width: 620px;
            left: 0px;
        }

        .section3 .wrapSec3Image .phoneSec5 {
            max-width: 172px;
            right: 8px;
        }
}

@media (max-width:767px) {
    .navigation-container ul {
        width: 90%;
    }

    /*.semi-light{font-family:"Lato";}*/
    .btn-large {
        font-family: "Lato";
        width: 200px;
        font-size: 16px;
    }

    .right-panel .btn-navigation {
        margin-top: 1px;
    }

    .light {
        font-family: "Lato-semilight"
    }

    .wrap-side-navigation {
        width: 100%;
    }

    .navigation-container .close-navi {
        right: 20px;
    }

    .visible-xs.inline {
        display: inline-block !important;
    }

    .logo-device {
        width: 95px;
    }

    .right-panel {
        margin-top: 1px;
        z-index: 500;
        position: relative;
    }

    .section1 .col-lg-8 {
        float: left;
    }

    .right-panel {
        margin-top: 1px;
        z-index: 500;
        position: relative;
    }

    .navigation-container ul:first-child {
        padding-top: 100px;
    }

    .padding-none {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section1 .header {
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .btn-login {
        width: 65px !important;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 12px;
        margin-right: 10px;
    }

    .section1 {
        min-height: 180px;
        background-size: 145%;
        background-position: center;
        background-attachment: inherit;
        padding-bottom: 1px;
    }

    .section1 .header a svg {
        width: 115px;
    }

    .text-page .section1 h1 {
        font-size: 30px;
    }

    .text-page .section1 {
        padding-bottom: 45px;
    }

        .text-page .section1 h1 {
            font-size: 30px !important;
            margin-top: 30px;
        }

    .section2 {
        padding-top: 27px;
    }

        .section2 .sectitle, .faq .section2 .sectitle, .contact-us .section2 .sectitle, .costs .sectitle {
            font-size: 24px;
            font-family: 'Lato', Calibri, Arial;
            margin-bottom: 13px;
        }

        .section2 .secdescription {
            font-size: 21px;
        }

    .costs .secdescription {
        font-size: 18px;
    }

    .wrap-sect2-item {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }

    .section2 .seoContent {
        padding-left: 0;
        padding-right: 0;
    }

    .section2 .sec2itemnum {
        top: 30px;
        height: 30px;
        width: 30px;
        font-size: 18px;
        padding-top: 1px;
        left: -1px;
    }

    .section2 .sec2item:nth-child(3) .sec2itemnum {
        top: 19px;
    }

    .section2 .wrap-sect2-item .seoContent:before {
        left: 11px;
    }

    .sec2item .font-20 {
        font-size: 18px;
    }

    .section2 .other-phone {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        margin-bottom: -239px;
    }

    .faq .section2 .panel-title a {
        font-size: 20px;
    }

    .faq .panel-heading:before {
        font-size: 18px;
        -webkit-text-stroke: 3px white;
    }

    .faq .panel-heading.Active:before {
        right: 5px;
    }

    .faq .section2 {
        padding-bottom: 40px;
    }

    .section9 {
        padding-top: 92px;
        padding-bottom: 102px;
    }

        .section9 .sectitle {
            font-size: 28px;
            margin-bottom: 25px;
        }

    .sectitle.semi-light {
        font-family: Lato;
    }

    .section3 {
        padding-top: 300px;
        padding-bottom: 77px;
    }

        .section3 .sectitle {
            font-size: 24px;
            margin-bottom: 20px;
        }

        .section3 .divInnerbox {
            text-align: center;
            margin-bottom: 23px;
            max-width: 100%;
        }

        .section3 .wrapDivBox {
            margin-bottom: 35px;
        }

        .section3 .divInnerbox .font-23 {
            font-size: 20px;
            font-family: Lato;
        }

        .section3 .inner-sec9 .sectitle {
            font-size: 28px;
        }

    .section4 {
        padding-top: 25px;
        padding-bottom: 13px;
        border-bottom: 1px solid #ddd;
    }

        .section4 .sectitle {
            font-size: 28px;
            margin-bottom: 10px;
        }

        .section4 .mobile-item1 {
            max-width: 32px;
            width: 100%;
        }

        .section4 .mobile-item2 {
            max-width: 48px;
            width: 100%;
        }

    .wrap-section-content .why-icon-box {
        margin-bottom: 3px;
    }

    .section4 .sectlabel {
        font-size: 18px;
        color: #adadad;
    }

    .section4 .col-xs-4 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .wrap-footer .container {
        max-width: 420px;
    }

    .contact-us .section2 {
        padding-bottom: 0;
    }

        .contact-us .section2 > .container {
            padding-right: 40px;
            padding-left: 40px;
        }

        .contact-us .section2 .first-column {
            padding-right: 0;
            padding-left: 0;
            border-right: none;
        }

    .contact-us .first-column p {
        text-align: center;
    }

    .contact-us .form-element textarea {
        height: 195px;
    }

    .costs .left.ui-slider-horizontal .ui-slider-handle .tooltip {
        margin-left: -57px !important;
    }

    .costs .left.ui-slider-horizontal .ui-slider-handle .tooltip-inner {
        margin-left: 86px;
    }

    .costs .right.ui-slider-horizontal .ui-slider-handle .tooltip {
        margin-left: 32px;
    }

    .costs .right.ui-slider-horizontal .ui-slider-handle .tooltip-inner {
        margin-left: 0;
    }

    .costs .wrap-cost-calculator {
        padding-top: 27px;
    }

    .costs .inner-wrap-cost-calculator {
        margin-top: 94px;
    }

    .costs .wrap-repayments .font-18 {
        font-size: 16px;
    }

    .costs .container-range-slider.second {
        margin-top: 103px;
    }

    .costs .wrap-costs-btn {
        margin-top: 39px;
        margin-bottom: 32px;
    }

    .costs .calc-comparison-note {
        padding-top: 0;
        padding-bottom: 0;
        background: transparent;
    }

        .costs .calc-comparison-note p.font-18 {
            font-size: 14px;
        }

    .costs .wrap-costs-none p {
        font-size: 12px;
    }

    .costs .wrap-costs-reminder .font-24 {
        font-size: 18px;
    }

    .costs .wrap-costs-reminder .font-18 {
        font-size: 16px;
    }

    .costs .wrap-costs-reminder .col-lg-6:first-child {
        margin-bottom: 35px;
    }

    .costs .panel-collapse .mobi-align {
        padding-top: 24px;
    }

    .costs .wrap-repayments .font-20 {
        font-size: 14px;
    }

    .site-map .sitemap-box .row > .col-lg-6 {
        float: left;
        width: 50%;
    }

    .site-map .sitemap-box a {
        font-size: 18px;
    }

    .site-map .sitemap-box h4 {
        font-size: 24px;
    }

    .text-page.howitworks .section1 {
        background: url(../images/textpagev2/bg-howitworks-mob-xva.jpg) no-repeat;
        background-size: cover;
        background-position-y: 22%;
        background-position-x: 50%;
    }

    .text-page.faq .section1 {
        background: url(../images/textpagev2/bg-faq-mob-xv.jpg) no-repeat;
        background-size: cover;
        background-position-y: 0;
        background-position-x: 50%;
    }

    .text-page.contact-us .section1 {
        background: url(../images/textpagev2/bg-contactus-mob-xv.jpg) no-repeat;
        background-size: cover;
        background-position-y: -25px;
        background-position-x: 50%;
    }

    .text-page.costs .section1 {
        background: url(../images/textpagev2/bg-costs-mob-xv.jpg) no-repeat;
        background-size: cover;
        background-position-y: 30%;
        background-position-x: 50%;
    }

    .text-page.site-map .section1 {
        background: url(../images/textpagev2/bg-sitemap-mob.jpg) no-repeat;
        background-size: cover;
        background-position-y: 22%;
        background-position-x: 50%;
    }

    .text-page.not-found .section1 {
        background: url(../images/textpagev2/bg-404.jpg) no-repeat;
        background-size: cover;
        min-height: 780px;
    }

    .text-page.not-found .section1 {
        min-height: 736px;
        background-position-x: 16%;
    }

    .not-found.text-page .section1 h1 {
        margin-top: 200px;
        margin-bottom: 5px;
        font-size: 36px;
    }

    .not-found.text-page .section1 p.font-32 {
        font-size: 24px;
    }

    .not-found.text-page .section1 .wrap-notfound-btn {
        margin-top: 50px;
        text-align: center
    }

        .not-found.text-page .section1 .wrap-notfound-btn button {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px;
            display: block;
        }

    .wrap-warning-footer p {
        font-size: 12px;
        font-family: "lato";
    }
    /*.faq .section2 .panel-body p, .faq .section2 .panel-body li, .faq .section2 .panel-title a, .form-element-select .inputSelect, .form-element .floating-label, .contact-us .form-element textarea{font-family:"Lato";}*/
    .footerLink li a {
        font-family: "Lato-semilight";
    }

    .faq .section2 .panel-body h5, .faq .section2 .panel-body h5 {
        font-size: 18px;
    }

    .faq .section2 .panel-body h5 {
        margin-bottom: 25px;
    }

    .faq .section2 .panel-body p, .faq .section2 .panel-body li, .faq .section2 .panel-body a {
        font-size: 18px;
    }

    .costs .section2 {
        padding-bottom: 63px;
    }

    .contact-us .form-element textarea {
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
    }

    .costs .calc-terms-container {
        margin-top: 63px;
    }

    .contact-us .space.six {
        margin-bottom: 6px;
    }

    .btn-contact-us {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .section3.section-about {
        padding-top: 27px;
        padding-bottom: 0;
    }

    .section-awards .media {
        margin-bottom: 40px;
    }

    .section-about .secdescription {
        text-align: left;
        margin-bottom: 15px;
    }

    .aboutus .sectitle2 {
        font-size: 28px;
        text-align: center;
    }

    .text-page.aboutus .section1 {
        background: url(../images/about-us2/bg-aboutMME.jpg) no-repeat;
        background-size: cover;
        background-position-y: 30%;
        background-position-x: 50%;
    }

    .section-awards .column2 {
        width: 50%;
    }

    .awards-inner .media-left2 {
        max-width: 245px;
        margin: 0 auto;
    }

    .sec2item-about {
        padding-bottom: 20px;
    }

    .about-logo-wrap {
        margin: 0 auto;
    }

    .section-awards .nomargin-mobile {
        margin-bottom: 15px;
    }

    .section-about .secdescription {
        font-size: 20px;
    }

    .credit-limit-box {
        min-height: inherit;
    }

    #tab-ccc .col-lg-6.first, #tab-ccc .col-lg-6.second {
        padding-left: 15px;
        padding-right: 15px;
    }

    #tab-ccc .col-lg-6.first {
        margin-bottom: 25px;
    }

    .wrap-costs-pill button {
        font-size: 16px;
        font-family: Lato;
    }

    .wrap-costs-credit-limit {
        margin-top: 40px;
    }

    .text-center-mobile {
        text-align: center;
    }

    /*New coloured awards*/
    .featured-container .column2 {
        width: 33.333333333%;
    }

    .featured-container .column2-award-mobile {
        width: 39%;
    }

        .featured-container .column2-award-mobile a, .featured-container .column2-award-mobileB a, .featured-container .column2-award-mobileC a {
            width: 100%;
        }

    .featured-container .column2-award-mobileB {
        width: 25%;
    }

    .featured-container .column2-award-mobileC {
        width: 33%;
    }

    .text-page .media-heading {
        font-size: 18px;
    }
}

@media (max-width:380px) {
    .faq .section2 .panel-title a {
        font-size: 18px;
    }
}

@media (max-width:320px) {
    .costs .wrap-repayments .col-xs-4 .font-18 {
        font-size: 14px;
    }

    .costs .wrap-repayments .col-xs-6 .font-18 {
        font-size: 16px;
    }

    .costs .wrap-repayments .font-22 {
        font-size: 20px;
    }

    .hidden-320 {
        display: none !important;
    }

    .visible-320 {
        display: block !important
    }

    .text-page.not-found .section1 {
        background-position-x: 15%;
    }
}
