/* MyOzMoney custom style */

.modal-header {
    height: 17px;
    margin-bottom: 40px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.modal-header .close {
    position: relative;
    top: 25px;
    
}

html {
    min-height: 100%; /* make sure it is at least as tall as the viewport */
    position: relative;
}

.mozm-personal-wrap .mozm-abf-wrap {
    min-height: 756px;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #3f3f3f;
    height: 100%;
}

p {
    font-weight: 300;
}

.breadcrumbs {
    font-weight: 200;
    font-size: 14px;
}

.mozm-section p {
    font-size: 18px;
}

.btn-default {
    color: #3f3f3f;
}

.no-padding {
    padding: 0;
}

.custom-break {
    height: 0;
}

.img-responsive {
    width: 100%;
}

.nav-links {
    list-style: none;
}

    .nav-links li {
        font-size: 18px;
        font-weight: 300;
        padding-top: 15px;
    }

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.content-spacer {
    height: 43px;
}

.green-divider {
    border-bottom: 3px solid #97DB93;
    max-width: 122px;
    margin-top: 44px;
    margin-bottom: 42px;
}

/*btn hover*/
.btn-global {
    position: relative;
    overflow: hidden;
}

    .btn-global:before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255,255,255,.07);
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
    }

    .btn-global:hover::before {
        -webkit-animation: circle .75s;
        animation: circle .75s;
    }

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.btn-global-wrap .btn-transparent {
    font-size: 22px;
    height: 54px;
    border-radius: 6px;
    background: #87DB82 !important;
    color: #fff;
    border: 2px solid #ffffff !important;
    font-weight: 300;
}

.btn-global-wrap .btn-green {
    font-size: 22px;
    height: 54px;
    border-radius: 6px;
    background: #74D36D !important;
    color: #fff;
    border: none !important;
    font-weight: 300;
}

.btn-global-wrap .btn-yellow {
    font-size: 22px;
    height: 54px;
    border-radius: 6px;
    background: #E8C843 !important;
    color: #fff;
    border: none !important;
    font-weight: 300;
}

.mozm-tooltip {
    max-width: 19px;
    margin-left: 4px;
    position: relative;
    top: 3px;
}

/*.mozm-full-wrap{
	min-height: 3000px;
}*/

.mozm-business {
    display: none;
}

.container {
    max-width: 1140px;
    width: 100%;
}

.clear {
    clear: both;
}

/*font-colors*/
.text-white {
    color: #ffffff;
}

a.text-white {
    color: #ffffff;
}


.text-primary {
    color: #97db93;
}

.text-secondary {
    color: #f8d95c;
}

a.text-secondary {
    color: #f8d95c;
}

/*.mozm-abf-homeseo-wrap{
    width: 100%;
    position: relative;
    display: block;
    background: url(../img/ABF-bg.jpg) no-repeat;
    background-size: cover;
    background-position: 50% -20px;
    background-attachment: fixed;
}
*/

.popover.bottom {
    background: #fff;
    border-color: #97DB93;
    color: #97DB93;
    font-size: 14px;
    margin-left: -118px;
}

    .popover.bottom > .arrow {
        left: auto;
        right: 5px;
    }

.popover.right {
    background: #fff;
    border-color: #97DB93;
    color: #97DB93;
    font-size: 14px;
}


.mozm-personal-wrap .mozm-abf-wrap {
    width: 100%;
    position: relative;
    display: block;
    background: url(../images/business/ABF-bg.jpg) no-repeat;
    -webkit-background-size: inherit;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% -45px;
    background-attachment: fixed;
}

.mozm-business-wrap .mozm-abf-wrap {
    width: 100%;
    position: relative;
    display: block;
    background: url(../images/business/ABF-bg2.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-position: 50% -45px;*/
    background-attachment: fixed;
}

.mozm-abf-inner {
    margin-top: 33px;
    margin-bottom: 20px;
}

.mozm-logo-wrap {
    float: left;
    line-height: 27px;
}

.mozm-nav-wrap {
    float: right;
}

.mozm-logo {
    font-size: 28px;
    font-weight: 500;
}

.footer .mozm-logo a {
    color: #3F3F3F;
}

.mozm-logo a:hover {
    text-decoration: none;
}

.footer .mozm-logo a:hover {
    text-decoration: none;
    color: #3F3F3F;
}

.btn-login {
    text-align: center;
    border: 1px solid #f8d95c;
    color: #f8d95c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 16px;
    width: 98px;
    height: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: inline-block;
    margin-right: 20px;
    font-weight: 300;
    transition: all .5s ease 0s;
}

    .btn-login:hover {
        color: #ffffff;
        border-color: #ffffff;
        text-decoration: none;
    }

    .btn-login:active, .btn-login:focus {
        color: #f8d95c;
        text-decoration: none;
    }

.menu-link {
    position: relative;
    top: 7px;
}

.panel {
    position: fixed;
    right: -400px; /*left or right and the width of your navigation panel*/
    width: 400px; /*should match the above value*/
    padding: 20px;
    border-radius: 0px !important;
    z-index: 5
}

.wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.panel {
    background: #101820;
}

    .panel a {
        color: #fff;
    }

.mozm-header {
    margin-bottom: 40px;
}

.mozm-abf-heading {
    margin-bottom: 17px;
}

    .mozm-abf-heading h2, .mozm-abf-heading h1 {
        font-size: 50px;
        font-weight: 300;
    }

    .mozm-abf-heading h3 {
        font-size: 28px;
        margin-top: 10px;
        font-weight: 200;
        margin-bottom: 28px;
    }

.mozm-slider-wrap {
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
}

    .mozm-slider-wrap .mozm-slider-nav {
        max-width: 330px;
        width: 100%;
        margin: 0 auto;
        border-bottom: none;
    }

        .mozm-slider-wrap .mozm-slider-nav li {
            width: 50%;
            text-align: center;
            font-size: 18px;
            font-weight: 500;
            color: #3f3f3f;
            top: -1px;
            position: relative;
        }

    .mozm-slider-wrap .nav-tabs > li > a {
        margin-right: 0;
        background: rgba(255,255,255, 0.5);
        color: #3f3f3f;
        border: none;
        padding: 5px 15px;
    }

    .mozm-slider-wrap .mozm-personal-tab a {
        border-radius: 5px 0 0 0;
    }

    .mozm-slider-wrap .mozm-business-tab a {
        border-radius: 0 5px 0 0;
    }

    .mozm-slider-wrap .nav-tabs > li.active > a, .mozm-slider-wrap .nav-tabs > li.active > a:focus, .mozm-slider-wrap .nav-tabs > li.active > a:hover {
        background: rgba(255,255,255, 0.65);
        border: none;
    }

.mozm-tab-content .tab-pane .slider-inner {
    background: rgba(255,255,255, 0.65);
    border-radius: 9px 9px 0 0;
    padding-top: 49px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 37px;
}

.mozm-calc-terms-container {
    padding-left: 10px;
    padding-right: 10px;
}

    .mozm-calc-terms-container p, .mozm-calc-bizclaimer p {
        font-size: 14px;
        font-weight: 200;
        margin-top: 25px;
    }

.mozm-pageheading-wrap h1 {
    font-size: 26px;
    color: #ffffff;
    font-weight: 200;
    margin-top: 10px;
    margin-bottom: 5px;
}

/*.breadcrumbs{
	margin-bottom: 105px;
}*/

/*Section*/
.mozm-section {
    padding-top: 71px;
    padding-bottom: 89px;
}

    .mozm-section h2 {
        font-size: 54px;
        font-weight: 300;
        text-align: center;
        color: #97DB93;
        margin-bottom: 20px;
    }


.mozm-howtoapply-wrap-desktop h2 {
    font-size: 54px;
    font-weight: 300;
    text-align: center;
    color: #97DB93;
    margin-bottom: 20px;
    position: relative;
}


.mozm-section-heading {
    margin-bottom: 39px;
}

.mozm-comments-heading {
    font-size: 45px;
    font-weight: 300;
    text-align: left;
    color: #97DB93;
    margin-bottom: 32px;
    line-height: 50px;
}

.mozm-section-subheading {
    font-size: 28px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 68px;
    line-height: 130%;
}

.mozm-howtoapply-subheading {
    margin-bottom: 92px;
}

.mozm-howtoapply-wrap-mobile h2 {
    font-size: 54px;
    color: #ffffff;
    margin-bottom: 33px;
}

.mozm-howtoapply-wrap-mobile p {
    font-size: 20px !important;
    margin-top: 20px;
}

.mozm-howtoapply-icon-mobile {
    max-width: 105px;
    margin: 0 auto;
}

.mozm-howtoapply-subheading-mobile {
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    font-weight: normal;
    margin-top: 30px;
}

.howtoapply-mobile-spacer {
    margin-bottom: 70px;
}

.mozm-thumbnail {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}

.custom-usp-size img {
    margin-top: 30px;
}

.mozm-thumbnail .caption h3 {
    text-align: center;
    color: #97DB93;
    font-weight: 300;
    font-size: 27px;
    margin-top: 50px;
}

.mozm-thumbnail .caption p {
    text-align: center;
    font-weight: 200;
    font-size: 23px;
    margin-top: 21px;
    margin-bottom: 0;
}

.mozm-chooseloan-home-wrap {
    background: url(../images/business/choose-loan.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding-bottom: 110px;
}

    .mozm-chooseloan-home-wrap h2 {
        color: #ffffff;
    }

.mozm-chooseloan-wrap {
    background: url(../images/business/choose-loan.jpg) no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 70px;
}

    .mozm-chooseloan-wrap h2 {
        color: #ffffff;
    }

    .mozm-chooseloan-wrap .chooseloan-subheading {
        font-size: 28px;
        font-weight: 200;
        color: #ffffff;
        margin-bottom: 199px;
    }

    .mozm-chooseloan-wrap .mozm-chooseloan-selection {
        margin-top: -139px;
        margin-bottom: 125px;
    }

.mozm-chooseloan-selection-seo {
    margin-top: -210px;
    margin-bottom: 110px;
}

.mozm-chooseloan-selection-mobi {
    margin-top: -240px;
    margin-bottom: 110px;
}

.mozm-chooseloan-inner {
    max-width: 485px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #AFAFAF;
    border-radius: 5px;
    background: #ffffff;
}

.mozm-chooseloan-heading {
    padding-top: 78px;
    padding-bottom: 72px;
    border-radius: 5px 5px 0 0;
}

    .mozm-chooseloan-heading h3 {
        color: #ffffff;
        margin: 0;
        font-size: 38px;
        font-weight: 300;
    }

.mozm-chooseloan-cta {
    padding-top: 38px;
    padding-bottom: 54px;
}

.chooseloan-cta-heading {
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 28px;
}

.mozm-choosepersonal-wrap {
    float: right;
    margin-right: 25px;
}

.mozm-choosepersonal {
    background: url("../images/business/choose-personal.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mozm-choosebusiness {
    background: url("../images/business/choose-business.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mozm-choosebusiness-wrap {
    float: left;
    margin-left: 25px;
}

.getstarted-cta-wrap {
    padding-bottom: 101px;
    padding-top: 100px;
}

    /*.getstarted-cta-wrap-seo{
	padding-top: 151px;
	padding-bottom: 135px;
}
*/
    .getstarted-cta-wrap h3 {
        font-size: 54px;
        font-weight: normal;
        color: #3F3F3F;
        margin-top: 0;
    }

.getstarted-cta {
    padding-top: 18px;
}

.getstarted-bottom-wrap {
    height: 36px;
    background: rgba(151,219,147, .1);
}

.footer {
    background-color: #ededed;
    color: #3F3F3F;
}

.footer-top-wrap {
    padding-top: 68px;
    padding-bottom: 34px;
    border-bottom: 1px solid #D3D3D3;
}

.footer-links {
    list-style: none;
    font-family: 'Lato';
    padding: 0;
}

.footer-logo .mozm-logo {
    font-size: 22px;
    margin-bottom: 34px;
    padding-left: 15px;
}

.footer-links li, .footer-links li a {
    font-size: 18px;
    color: #777777;
    margin-bottom: 10px;
    font-weight: 300;
}

.footer-bottom-wrap {
    padding-top: 68px;
    padding-bottom: 72px;
}

    .footer-bottom-wrap p {
        font-size: 18px;
        font-weight: 18px;
        font-weight: 300;
    }

    .footer-bottom-wrap .green-link {
        color: #75D36E;
        font-weight: normal;
        font-size: 18px;
    }

.btn-warning-modal {
    font-size: 18px;
    font-weight: 300;
    background: none;
    border: 1px solid #3f3f3f;
    border-radius: 5px;
    max-width: 275px;
    width: 100%;
    height: 52px;
    margin-top: 25px;
}

    .btn-warning-modal img {
        margin-right: 10px;
    }

.or-divider-wrap {
    padding-left: 20px;
    padding-right: 20px;
}

.or-divider {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 35px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #75D36E;
    line-height: 0.1em;
    margin: 20px 0 30px;
}

    .or-divider span {
        background: #fff;
        padding: 0 20px;
    }

.dropdownv2-inner {
    position: relative;
    max-width: 380px;
    margin: 0 auto;
}


.btn-default .rpnt-label {
    text-shadow: none;
    top: 17px;
    left: 22px;
}

.howto-phone-wrap {
    max-width: 230px;
    float: right;
}


.step-num-wrap {
    border: 2px solid #B5B5B5;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    width: 30px;
    height: 30px;
}

    .step-num-wrap p {
        margin: 0 auto;
        font-size: 15px;
        margin-top: 3px;
        color: #B5B5B5;
    }

.current-step .step-num-wrap {
    border: 2px solid #97DB92;
    . color: #97DB92;
}

    .current-step .step-num-wrap p {
        color: #97DB92;
    }

.howtoapply-step {
    margin-top: 3px;
}

.howtoapply-spacer {
    height: 105px;
}

.ozm-step-wrap {
    margin-bottom: 70px;
}

.howtoapply-step h3 {
    font-size: 24px;
    margin-top: 0;
    color: #B5B5B5;
    font-weight: normal;
}

.howtoapply-step p {
    font-size: 22px;
    font-weight: 300;
    color: #B5B5B5;
}

.current-step .howtoapply-step h3 {
    font-size: 24px;
    margin-top: 0;
    color: #97DB92;
    font-weight: 300;
}

.current-step .howtoapply-step p {
    font-size: 22px;
    font-weight: 300;
    color: #3f3f3f;
}

.vertical-line {
    margin-top: 4px;
    height: 131px;
}

.vertical_dotted_line-wrap {
    margin-bottom: 5px;
}

.vertical_dotted_line {
    border-left: 4px dotted #B5B5B5;
    width: 2px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    height: 7px;
}

.current-step .vertical-line .vertical_dotted_line {
    border-left: 4px dotted #97DB92;
}

/*How to apply mobile*/
.mozm-howtoapply-wrap-mobile {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#95db91+71,60d159+100 */
    background: #95db91; /* Old browsers */
    background: -moz-linear-gradient(top, #95db91 71%, #60d159 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #95db91 71%,#60d159 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #95db91 71%,#60d159 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95db91', endColorstr='#60d159',GradientType=0 ); /* IE6-9 */
}

.mozm-howtoapply-mobile-inner {
    background: url("../images/business/howtoapply-mobile-bg.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .mozm-howtoapply-mobile-inner .getstarted-cta-wrap h3 {
        color: #ffffff;
    }

/*Comments*/

.mozm-comments-wrap {
    background: url(../images/business/comments-bg.jpg) no-repeat;
    background-position: 40%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.mozm-comments-inner-wrap { /*
	background: rgba(0,0,0, .75);*/
}

.mozm-comments-inner {
    max-width: 455px;
    margin: 0 auto;
    padding-top: 95px;
    padding-bottom: 92px;
    padding-left: 70px;
}

.mozm-comments-content {
    font-size: 22px;
    color: #ffffff;
    font-weight: 200;
    margin-top: 30px;
}

.mozm-comments-sig {
    font-size: 22px;
    color: #97DB92;
    font-weight: 300;
    margin-top: 56px;
}

.comment-icon-wrap {
    max-width: 45px;
    margin: 0px;
}


/*SEO 2 col*/

.mozm-2col-withbg {
    background: url("../images/business/2col-withbg.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 76px;
    padding-bottom: 60px;
    background-attachment: fixed;
}

    .mozm-2col-withbg h3 {
        font-size: 36px;
        line-height: 42px;
        color: #97DB93;
        font-weight: 300;
    }

    .mozm-2col-withbg p {
        color: #ffffff;
        font-size: 18px;
        line-height: 32px;
        font-weight: 300;
        margin-bottom: 32px;
    }

.mozm-col-withphone {
    padding-bottom: 0;
    padding-top: 86px;
}

    .mozm-col-withphone h3 {
        font-size: 36px;
        line-height: 42px;
        color: #97DB93;
        font-weight: 300;
        margin-top: 10px;
    }

    .mozm-col-withphone p {
        color: #3F3F3F;
        line-height: 32px;
        font-weight: 300;
        margin-bottom: 32px;
    }

    .mozm-col-withphone ul, .mozm-col-withphone ol {
        margin-bottom: 32px;
    }

        .mozm-col-withphone ul li, .mozm-col-withphone ol li {
            color: #3F3F3F;
            line-height: 32px;
            font-weight: 300;
            font-size: 18px;
        }

.mozm-2col-withbg-content {
    margin-right: 30px;
}

    .mozm-2col-withbg-content ul li {
        color: #fff;
        font-size: 18px;
        line-height: 32px;
        font-weight: 300;
    }

.col-phone {
    margin-top: 14px;
    width: 100%;
    max-width: 390px;
    float: right;
}

.col-phone-2 {
    max-width: 300px;
    margin: 0 auto;
}

    .col-phone-2 .col-phone {
        max-width: 300px;
        margin: 0 auto;
    }

/*BL page*/

/*.mozm-bl-wrap{
	width: 100%;
    position: relative;
    display: block;
    background: url(../img/ABF-bl-bg.jpg) no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;
}*/

.mozm-eligible-tick {
    max-width: 47px;
    margin: 0 auto;
}

.mozm-eligible-icon {
    max-width: 125px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 55px;
}

.mozm-eligible-copy {
    font-size: 23px !important;
    font-weight: 200;
    text-align: center;
}

.mozm-bl-eligible-inner .row:before {
    content: "";
    border-bottom: 1px solid #97DB93;
    max-width: 810px;
    margin: 0 auto;
    position: relative;
    top: 25px;
    width: 100%;
}

.bl-cta-wrap {
    background: url(../images/business/readystart-bg.jpg) no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 110px;
}

    .bl-cta-wrap h2 {
        color: #ffffff;
        margin-bottom: 42px;
    }

.mozm-bl-eligible-wrap {
    padding-bottom: 92px;
}

.col-phone-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    margin-bottom: 100px;
}

    .col-phone-fixed:before,
    .col-phone-fixed:after {
        content: '';
        display: table;
    }


.col-phone-fixed2 {
    position: -webkit-sticky;
    position: sticky;
    top: 86px;
    margin-bottom: 20px;
}

    .col-phone-fixed2:before,
    .col-phone-fixed2:after {
        content: '';
        display: table;
    }

.mozm-col-withphone {
}

    .mozm-col-withphone:before,
    .mozm-col-withphone:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .mozm-col-withphone:after {
        clear: both;
    }

.mozm-col-withphone {
    *zoom: 1;
}

/*BL-flow*/
.mozm-bl-flow-wrap .mozm-abf-heading h2 {
    margin-top: 77px;
}

.mozm-bl-flow-wrap .mozm-abf-inner {
    margin-bottom: 215px;
}

.powered-by-wrap {
    margin-top: 20px;
}

    .powered-by-wrap p {
        font-weight: 300;
        font-size: 16px;
    }

.spotcap-bl-wrap {
    border-bottom: 25px solid #1879be;
    background-position: center -175px !important;
}

.mozm-bl-iframe-wrap {
    position: relative;
    top: -260px;
    top: -180px;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: -152px;
    -webkit-overflow-scrolling: touch;
}

.mozm-bl-iframe-inner {
    position: relative;
    /*padding-bottom: 37%;*/
    /*padding-top: 25px;*/
    /*height: 550px;*/
    -webkit-overflow-scrolling: touch;
}

    .mozm-bl-iframe-inner iframe {
        /*position: absolute;*/
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 5px;
    }

.mozm-bl-iframe-inner, .mozm-bl-iframe-inner2 {
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.15);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.15);
    box-shadow: 0 3px 7px rgba(0,0,0,.15);
    background-color: #fff;
}

.loading-wrap {
    background-color: rgba(0,0,0, .8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 500;
    position: absolute;
    display: none;
}

.custom-loading {
    z-index: 600;
    position: fixed;
    /* width: 500px; */
    /* height: 500px; */
    top: 40%;
    left: 50%;
    /*background-color: rgba(255,255,255, .6);*/
    display: none;
    /* bring your own prefixes */
    transform: translate(-50%, -40%);
}

.custom-loading-text-wrap {
    margin-top: 90px;
    z-index: 600;
    position: fixed;
    /* width: 500px; */
    /* height: 500px; */
    top: 50%;
    left: 50%;
    /*background-color: rgba(255,255,255, .6);*/
    display: none;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.custom-loading-text {
    font-size: 26px;
    font-weight: 300;
    margin-top: -40px;
}

.momBizpageV2 .wrap-bizpage-bg {
    background: url(../images/business/ABF-bg2.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.momBizpageV2 .mozm-abf-wrap.mozm-bl-wrap, .momBizpageV2 .mozm-2col-withbg {
    background: transparent;
    position: relative;
}

.bg-white {
    background: #fff;
}

.momBizpageV2 .mozm-2col-withbg:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    display: block;
}

.momBizIframepageV2 .mozm-abf-wrap, .momBizIframepageV2 .container {
    position: relative;
}

    .momBizIframepageV2 .mozm-abf-wrap:before {
        background: rgba(0, 0, 0, .5);
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.mozm-section h2.text-left {
    text-align: left;
    font-size: 36px;
}

.mozm-col-withphone a, .mozm-2col-withbg-content a {
    text-decoration: none;
    color: #97DB93;
}

    .mozm-col-withphone a:hover, .mozm-2col-withbg-content a:hover {
        color: #E8C843;
        text-decoration: none;
    }

.wrap-biz-repayment {
    text-align: right;
    box-shadow: inherit !important;
    padding: 10px 20px;
    height: 54px;
}


.bizCalculator .ui-slider-horizontal .ui-slider-handle .tooltip {
    margin-left: -45px;
}

.mozm-business-wrap .mozm-calc-terms-container {
    display: none;
}

.mozm-business-wrap .wrap-warning-text {
    display: none !important;
}

.mozm-calc-bizclaimer {
    display: none;
}

.mozm-business-wrap .mozm-calc-bizclaimer {
    display: block;
}

.spotcap .btn-warning-modal, .mozm-business-wrap .btn-warning-modal {
    display: none;
}


.loader-icon {
    max-width: 20%;
}

.calc-terms-container {
    display: none;
}

.mozm-personal-wrap .mozm-abf-wrap {
    min-height: 756px;
}

#top-calc-macc, #top-calc-pl, #top-calc-sacc {
    text-shadow: 1px 1px 1px rgb(26, 26, 26);
}

/*---new modal 2.0 style-----*/
.modal-content {
    border-radius: 10px;
}

.modal-header {
    border-radius: 10px 10px 0 0;
    background-color: #74d36b;
    padding: 8px;
}

.modal-body {
    background-color: #ffffff;
    border-radius: 10px; /*padding-left:20px;padding-right:20px;*/
}

.modal-title {
    color: #3f3f3f;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px;
}

.modal-body .hidden {
    display: none !important;
    visibility: hidden !important;
}

.modal-body .alert {
    margin-top: 5px;
}

.modal .box-mdl-apply {
    margin-bottom: 15px;
}

#login-modal .modal-dialog, #forgot-modal .modal-dialog, #forgot-modal-request .modal-dialog {
    max-width: 500px;
}

.close {
    color: #858585;
    font-weight: 300;
}

.general-form .form-element {
    padding-top: 20px;
    position: relative;
    margin-top: 10px;
    padding-bottom: 0;
}

    .general-form .form-element .inputText {
        border-radius: 0;
        -webkit-appearance: none;
        font-size: 22px;
        width: 100%;
        height: 40px;
        border: none;
        border-bottom: 1px solid #efefef;
        font-family: "Roboto";
        font-weight: 300;
        padding-bottom: 6px;
        background: transparent;
        padding-left: 0;
        margin-left: 0;
        outline: none !important;
        color: #3f3f3f;
    }
          .general-form .form-element .inputText:disabled,
        .general-form .form-element .form-element input[type=text]:disabled,
        .general-form .form-element select:disabled {
            -webkit-text-fill-color: #cccccc;
            color: #cccccc !important;
            -webkit-opacity: 1;
        }

    .general-form .form-element input:focus ~ .floating-label,
    .general-form .form-element input:not(:focus):valid ~ .floating-label,
    .general-form .form-element input:disabled ~ .floating-label,
    .general-form .form-element .floating-labelx {
        top: -5px;
        bottom: 10px;
        left: 15px;
        font-size: 14px;
        opacity: 1;
        outline: none;
        font-family: "Roboto";
        color: #68cd63;
    }
     
    .general-form .form-element .floating-label {
        position: absolute;
        pointer-events: none;
        left: 15px;
        top: 23px;
        transition: 0.2s ease all;
        font-size: 20px;
        font-family: "Roboto";
        font-weight: 300;
    }

    .general-form .form-element .inputTextarea {
        font-size: 18px;
        width: 100%;
        height: 240px;
        border: none;
        font-family: "Roboto";
        font-weight: 300;
        background: whitesmoke;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        padding: 15px;
        outline: none !important;
    }

    .general-form .form-element input:focus ~ .floating-label.green-on,
    .general-form .form-element input:not(:focus):valid ~ .floating-label.green-on,
    .general-form .form-element input:disabled ~ .floating-label.green-on,
    .general-form .form-element .floating-labelx.green-on {
        color: #68cd63;
    }
 

    .general-form .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: #3f3f3f;
    }



.general-form .form-error {
    visibility: hidden;
}

.general-form .form-element-select {
    padding-top: 5px;
    position: relative;
    margin-top: 10px;
}

    .general-form .form-element-select .field-wrapper {
        position: relative;
        margin-bottom: 15px;
        border-bottom: 1px solid #efefef;
        height: 55px;
    }

        .general-form .form-element-select .field-wrapper option {
            font-size: 20px;
            position: relative;
            left: 15px;
            color: #777777;
            box-sizing: content-box;
            padding: 15px;
            border: 0;
            font-weight: 300;
            font-family: "Roboto";
        }

        .general-form .form-element-select .field-wrapper label {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 14px;
            transition: all 0.3s ease-out;
            opacity: 0;
            font-weight: 300;
        }

            .general-form .form-element-select .field-wrapper label.show2 {
                top: -10px;
                opacity: 1;
                color: #68cd63;
            }

    .general-form .form-element-select .inputSelect {
        padding-bottom: 0;
        height: 50px;
        font-size: 20px;
        width: 100%;
        border: none;
        font-family: "Roboto";
        font-weight: 300;
        background: transparent;
        padding-left: 0;
        margin-left: 0;
        -webkit-appearance: none;
        position: relative;
        top: 8px;
        outline: none !important;
    }

        .general-form .form-element-select .inputSelect option:first-child {
            display: none;
        }

    .general-form .form-element-select .fa {
        position: absolute;
        right: 1px;
        top: 25px;
        right: 10px;
    }

.homealign-modl {
    margin-top: 30px;
}


.modal .btn-regular {
    max-width: 340px;
    width: 100%;
    height: 58px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    display: block;
    color: white;
    font-size: 22px;
}

.modal .btn-green {
    background: #68cd63;
    color: white;
}

.modal .gray-text {
    color: #949494;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
    width: 420px;
    max-width: 100%;
    margin: 1.75rem auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.ccc-btn-mdl-dble {
    font-size: 16px;
    height: 48px;
    width: 320px;
    max-width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-top: none;
    border-left: none;
    border-color: transparent;
    padding-top: 5px;
    font-weight: 300;
}


.modal .modal-content {
    width: 100%;
}

.modal-header .close {
    margin-top: 10px;
    color: #858585;
    font-weight: 300;
    z-index: 500;
    position: relative;
}

/*New passcode*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.show.mme-pinlabel {
    bottom: 10px;
    left: 0;
    font-size: 14px;
    opacity: 1;
    color: #97db93;
    outline: none;
    font-family: 'Lato', Arial, sans-serif;
    margin-bottom: 20px;
}

.inputPin {
    border: 1px solid #EFEFEF;
    color: #777777;
    border-radius: 10px;
    width: 23.9%;
    padding: 10px;
    font-size: 18px;
    height: 90px;
    text-align: center;
}

.mme-pin-inner {
    min-height: 150px;
}

.mme-pinLoading-wrap {
    position: relative;
    max-width: 70px;
    margin: 0 auto;
}

.mme-pinLoading {
    position: absolute;
}


/*------SEO Expandable div---------*/
.wrap-collapse-seo-section {
    padding-top: 70px;
    padding-bottom: 103px;
}

    .wrap-collapse-seo-section .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .wrap-collapse-seo-section .collapse-seo-title {
        font-size: 36px;
        color: #97DB93;
        font-weight: 400;
        line-height: 50px;
    }

        .wrap-collapse-seo-section .collapse-seo-title.last-child {
            margin-bottom: 95px;
        }

.wrap-seo-collapse-contanier h3, .wrap-seo-collapse-contanier h2 {
    font-size: 20px;
    color: #97DB93;
    margin-bottom: 25px;
}

.wrap-seo-collapse-contanier p {
    margin-bottom: 25px;
}

    .wrap-seo-collapse-contanier p, .wrap-seo-collapse-contanier p a {
        font-size: 18px;
        font-weight: 300;
        line-height: 30px;
    }

        .wrap-seo-collapse-contanier p a {
            color: #97DB93;
        }

.wrap-seo-collapse-contanier .learn-more-collapse-link {
    color: #97DB93;
}

.wrap-seo-collapse-contanier .col-lg-5 {
    position: relative;
}

.expandable-phone {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
    max-width: 250px;
}


.wrap-seo-collapse-contanier .collapse-preview-container {
    padding-top: 80px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    height: inherit;
}

    .wrap-seo-collapse-contanier .collapse-preview-container.out {
        padding-top: 0;
        height: 1px;
        overflow: hidden;
    }

/*thank you modal fix - contact us*/

     #contact-us-message .modal-header{
        margin-bottom:0;
    }

   #contact-us-message h4 {
     margin-top: 30px;
   }

   /*----*/

@media (min-width: 576px) {
    .modal.fade .modal-dialog {
        min-height: calc(100% - (1.75rem * 2));
    }
}

@media (max-width:1440px) {
    /*.slider-warning-wrap{
		position: fixed;
	}*/
    .ozm-step-wrap {
        margin-bottom: 70px;
        margin-left: 20px;
    }

    .mozm-abf-home-wrap {
        width: 100%;
        position: relative;
        display: block;
        background: #ddd url(../images/business/ABF-bg.jpg) no-repeat;
        background-size: inherit;
        background-position: 20% 0;
        background-attachment: fixed;
    }

    .howto-phone-wrap {
        max-width: 235px;
        float: none;
        margin: 0 auto;
    }

    .mozm-howtoapply-subheading {
        margin-bottom: 80px;
    }
}

@media (max-width:1199px) {
    .momBizpageV2 .mozm-2col-withbg:before {
        width: 70%;
    }

    .mozm-section h2 {
        font-size: 45px;
    }

    .mozm-thumbnail .caption p {
        font-size: 22px;
    }

    .mozm-section-subheading {
        font-size: 24px;
    }

    .mozm-chooseloan-heading h3 {
        font-size: 30px;
    }

    .chooseloan-cta-heading {
        font-size: 24px;
    }

    .mozm-section p {
        font-size: 18px;
    }
}

@media (max-width: 1070px) {
    .mozm-choosepersonal-wrap {
        float: left;
        margin-right: 0;
    }

    .mozm-choosebusiness-wrap {
        float: right;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .momBizpageV2 .mozm-2col-withbg:before {
        width: 86%;
    }

    .mozm-comments-wrap {
        background: url(../images/business/comments-bg2.jpg) no-repeat;
        background-position: 40%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .mozm-comments-inner {
        max-width: 100%;
        margin: 0 auto;
        padding-top: 90px;
        padding-bottom: 90px;
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width:865px) {
    .white-box.dropdownv2 {
        width: 100%;
        float: left;
    }
}


@media (max-width:767px) {
    .btn-global:before {
        display: none !important;
    }

    .mozm-pageheading-wrap h1 {
        font-size: 18px;
    }

    .popover.bottom {
        margin-left: -108px;
    }

    .mozm-section h2.text-left {
        text-align: center;
    }

    .momBizpageV2 .mozm-2col-withbg:before {
        width: 100%;
    }

    .spotcap-bl-wrap {
        background-position: center -40px !important;
    }

    .custom-loading-text {
        font-size: 24px;
        margin-top: 50px;
    }

    .mozm-chooseloan-wrap .chooseloan-subheading {
        font-weight: 300;
    }


    .mozm-col-withphone h3 {
        font-weight: normal;
    }

    .mozm-section h2 {
        font-weight: normal;
    }

    .mozm-thumbnail .caption p {
        font-weight: 300;
    }

    .mozm-section-subheading {
        font-weight: 300;
    }

    .mozm-chooseloan-heading h3 {
        font-weight: 300;
    }

    .chooseloan-cta-heading {
        font-weight: 300;
    }

    .mozm-section p {
        font-size: 18px;
    }


    .mozm-eligible-icon {
        margin-bottom: 30px;
    }

    .mozm-2col-withbg p {
        margin-bottom: 10px;
    }


    .custom-usp-size img {
        margin-top: 4px;
    }


    .mozm-thumbnail-spacer {
        margin-bottom: 50px;
    }

    .mozm-thumbnail .caption h3 {
        margin-top: 20px;
        font-weight: 400;
    }

    .mozm-section {
        padding-top: 46px;
        padding-bottom: 60px;
    }

    .mozm-section-subheading {
        font-size: 24px;
        line-height: 34px;
        font: 300;
    }


    .mozm-section h2 {
        font-size: 42px;
    }


    /*.mozm-bl-wrap{
		width: 100%;
	    position: relative;
	    display: block;
	    background: url(../img/ABF-bl-bg-mobile.jpg) no-repeat !important;
	    background-size: cover !important;
	    background-attachment: fixed;
	}*/

    .mozm-comments-wrap {
        background: url(../images/business/comments-bg-mobile.jpg) no-repeat;
        background-position: 40%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .mozm-comments-heading {
        text-align: center;
    }

    .mozm-comments-sig {
        text-align: center;
    }

    .mozm-comments-content {
        color: #3f3f3f;
        text-align: center;
        font-weight: 300;
    }


    .comment-icon-wrap {
        max-width: 45px;
        margin: 0 auto;
    }

    .howto-phone-wrap {
        float: none;
        max-width: 280px;
        margin: 0 auto;
        position: relative;
        top: 20px;
    }

    .mozm-chooseloan-home-wrap .chooseloan-subheading {
        font-size: 28px;
        font-weight: 300;
        color: #ffffff;
        margin-bottom: 225px;
    }

    .mozm-chooseloan-selection-mobi {
        margin-bottom: 90px;
    }

    .getstarted-cta-wrap {
        padding-bottom: 0;
        padding-top: 110px;
    }

    .getstarted-cta-wrap-seo {
        padding-top: 0;
        margin-top: 13px;
    }

    .bl-cta-wrap {
        background: #76C66F;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .btn-transparent {
        max-width: 310px;
        font-size: 21px !important;
        height: 55px !important;
    }

    .mozm-eligible-copy {
        font-size: 22px !important;
        font-weight: 200;
        text-align: center;
    }

    .mozm-bl-eligible-inner .row:before {
        display: none;
    }

    .mozm-2col-withbg h3 {
        font-size: 28px;
        text-align: center;
        line-height: 35px;
        margin-bottom: 35px;
        color: #97DB93;
        font-weight: normal;
    }

    .btn-default .rpnt-label {
        text-shadow: none;
        top: 19px;
    }

    .slider-range-min7 label, .slider-range-min1 label, .slider-range-min5 label, .slider-range-min6 label, .slider-range-min8 label {
        font-size: 12px;
    }

    .mozm-abf-heading {
        margin-bottom: 28px;
    }

    .slider-label {
        font-size: 14px;
    }

    .mozm-abf-heading h2, .mozm-abf-heading h1 {
        font-size: 26px;
        font-weight: normal;
    }

    .mozm-bl-flow-wrap .mozm-abf-heading h2 {
        font-size: 40px !important;
    }

    .mozm-abf-heading h3 {
        font-size: 22px;
        margin-top: 0;
        font-weight: 300;
    }

    .mozm-slider-wrap .mozm-slider-nav li {
        font-size: 12px;
    }

    .mozm-slider-wrap .mozm-slider-nav {
        max-width: 240px;
    }

    .mozm-tab-content .tab-pane .slider-inner {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        border-radius: 7px 7px 0 0;
        padding-bottom: 10px
    }

    .ozv2.wrap-calculator .inner-wrap-calc-slider {
        height: 10px;
    }

    .ozv2.wrap-calculator .ui-slider-horizontal .ui-slider-range-min {
        height: 10px;
        border-radius: 2px;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        margin-top: -5px;
    }

    .ozv2.wrap-calculator .ui-slider-horizontal .ui-slider-handle .tooltip {
        margin-top: -47px;
    }

    .slider-range-min5.ui-slider-horizontal .ui-slider-handle .tooltip, .slider-range-min6.ui-slider-horizontal .ui-slider-handle .tooltip {
        margin-left: -38px;
    }

    .ozv2.wrap-calculator .nd-slider {
        margin-top: 95px;
    }

    .ozv2.wrap-calculator .inner-wrap-calc-slider {
        border-radius: 2px;
    }

    .wrap-warning-text {
        /*position: relative !important;*/
        position: absolute;
        display: block;
        bottom: 0px;
    }

    .mozm-logo {
        font-size: 24px;
        margin-top: 5px;
    }

    .btn-login {
        font-size: 11px;
        width: 56px;
        margin-right: 8px;
        height: 24px;
    }

    .mozm-calc-terms-container p {
        font-size: 12px;
        font-weight: 300;
    }


    .breadcrumbs {
        font-weight: 200;
        font-size: 14px;
    }

    .white-box {
        background: rgba(255, 255, 255, .9);
    }

    .rpnt-label {
        font-size: 14px;
        top: 15px;
    }

    .calc-afterlabel {
        font-size: 16px;
    }

    .dropdownv2 .btn .bltxt {
        font-size: 16px;
    }

    .seoPage .dropdownv2 .btn-group .btn {
        padding-top: 18px;
        padding-right: 10px;
    }

    .seoPage .rpnt-label {
        left: 13px;
    }

    .ozv2 .caret {
        margin-top: -35px;
    }

    .seoPage .dropdownv2 {
        margin-top: -1px;
    }

    .mozm-calc-terms-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mozm-tooltip {
        max-width: 19px;
        margin-left: 4px;
        position: absolute;
        top: inherit;
        margin-top: 8px;
    }

    span.visible-xs {
        height: 0;
    }

    .mozm-chooseloan-cta {
        padding-left: 12px;
        padding-right: 12px;
    }

    .mozm-choosepersonal-wrap {
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .mozm-choosebusiness-wrap {
        float: none;
        margin: 0 auto;
    }


    .green-divider {
        margin: 0 auto;
        margin-top: 28px;
        margin-bottom: 28px;
    }

    .mozm-section.mozm-col-withphone h3 {
        text-align: center;
        font-size: 27px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mozm-2col-withbg-content p {
        padding-left: 0;
        padding-right: 0;
    }

    .mozm-col-withphone p {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 37px;
    }

    .getstarted-cta-wrap h3 {
        font-size: 36px;
    }

    .getstarted-bottom-wrap {
        background: none;
        height: auto;
    }

    .getstarted-cta-wrap {
        margin-bottom: 10px;
    }

    .mozm-2col-withbg {
        background: url(../images/business/2col-withbg-mobile.jpg) no-repeat;
        background-position: 40%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .momBizpageV2 .mozm-2col-withbg {
        background: url(../images/business/2col-withbg-mobile.jpg) no-repeat;
        background-position: 40%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .mozm-2col-withbg-content {
        margin-right: 0;
    }

    .ozv2.wrap-calculator .ui-slider-horizontal .ui-slider-handle .tooltip-inner {
        font-size: 14px;
    }

    .bl-cta-wrap {
        padding-bottom: 80px;
    }

    .mozm-col-withphone {
        padding-top: 54px;
        padding-bottom: 45px;
    }

    .col-phone {
        max-width: 265px;
        margin: 0 auto;
        float: none;
        padding-bottom: 56px;
        margin-top: 70px;
    }

    .mozm-chooseloan-selection {
        margin-bottom: 80px;
    }

    .mozm-howtoapply-mobile-inner {
        margin-bottom: 30px;
    }

    .mozm-comments-inner {
        padding-top: 65px;
        padding-bottom: 62px;
    }

    .content-spacer {
        height: 5px;
    }

    .mozm-section p {
        font-weight: 300 !important;
    }

    .mozm-eligible-icon {
        margin-top: 66px;
    }

    .mozm-eligible-icon2 {
        margin-top: 58px;
        margin-bottom: 20px;
    }

    .footer-spacer {
        height: 20px;
    }

    .footer-links li, .footer-links li a {
        font-size: 14px;
    }

    .footer-bottom-wrap p, .footer-bottom-wrap .green-link {
        font-size: 16px;
    }

    .calc-short, .calc-min {
        margin-left: -10px !important;
    }

    .calc-long {
        margin-left: -63px !important;
    }

    .calc-label2 {
        margin-left: -19px !important;
    }

        .calc-label2.alabel {
            margin-left: -28px !important;
        }

        .calc-label2.alabel2 {
            margin-left: -28px !important;
        }

    .calc-label3 {
        margin-left: -56px !important;
    }

        .calc-label3.blabel2, .calc-label3.blabel {
            margin-left: -59px !important;
        }

    .calc51 {
        margin-left: -27px !important;
    }

    .calc52 {
        margin-left: -63px !important;
    }

    .mozm-personal-wrap .mozm-abf-wrap {
        width: 100%;
        position: relative;
        display: block;
        background: url(../images/business/ABF-bg-mobile.jpg) no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
    }

    .momBizpageV2 .mozm-abf-wrap.mozm-bl-wrap {
        width: 100%;
        position: relative;
        display: block;
        background: url(../images/business/abf-bl-bg-mobile.jpg) no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
    }

    .mozm-business-wrap .mozm-abf-wrap {
        width: 100%;
        position: relative;
        display: block;
        background: url(../images/business/abf-bl-bg-mobile.jpg) no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
    }

    .mozm-abf-wrap > .container {
        padding-bottom: 74px;
    }

    .howtoapply-mobile-spacer2 {
        margin-top: -10px;
    }

    .howtoapply-mobile-spacer3 {
        margin-top: -7px;
    }

    .getstarted-homecta-wrap {
        padding-top: 107px;
    }

    .mozm-comments-content {
        margin-top: 23px;
    }

    .mozm-comments-sig {
        margin-top: 61px;
    }

    .mozm-comments-heading {
        font-size: 42px;
        font-weight: normal;
    }

    .mozm-havequestions-wrap-mobile h2 {
        color: #212121;
        margin-bottom: 41px;
    }


    .mozm-questions-option p {
        font-size: 20px;
    }

    .mozm-havequestions-wrap-mobile .green-link {
        color: #75D36E;
        font-weight: 300;
        font-size: 20px;
    }

    .mozm-questions-spacer {
        height: 20px;
    }

    .mozm-havequestions-wrap-mobile {
        padding-bottom: 35px;
    }

    .green-divider-afterquestions {
        margin-bottom: 0;
    }

    .img-question1 {
        margin: 0 auto;
        position: relative;
        top: 5px;
    }

    .img-question2 {
        margin: 0 auto;
        position: relative;
        top: 5px;
    }

    .img-question3 {
        margin: 0 auto;
        position: relative;
        top: 5px;
    }

    .img-question4 {
        margin: 0 auto;
        position: relative;
        top: 5px;
    }

    .getstarted-homecta-wrap2 {
        padding-top: 117px;
    }

    .mozm-tooltip-white {
        max-width: 19px;
        margin-left: 8px;
        position: absolute;
        top: inherit;
        margin-top: 4px;
    }

    .questions-wrap {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
    }

    .mozm-bl-iframe-wrap {
        padding-left: 10px;
        padding-right: 10px;
        top: -260px;
    }

    .mozm-bl-iframe-inner {
        /*padding-bottom:  100%;*/
    }


    .mozm-2col-withbg-content p {
        margin-bottom: 37px;
    }


    .custom-loading {
        top: 33%;
    }

    .custom-loading-text-wrap {
        max-width: 300px;
        width: 100%;
        margin-top: 70px;
    }

    .menu-link {
        top: 9px;
    }

        .menu-link svg {
            width: 27px !important;
            height: 22px !important;
        }

    .mozm-bl-iframe-inner {
        /*min-height: 1300px;*/
    }

    .powered-by-wrap p {
        margin-top: 25px;
        margin-top: 35px;
        font-weight: 400;
    }



    /*------SEO Expandable div---------*/
    .wrap-collapse-seo-section .row {
        display: inherit;
        display: inherit;
        display: inherit;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    }

    .wrap-seo-collapse-contanier .collapse-preview-container {
        padding-top: 0;
    }

    .wrap-seo-collapse-contanier {
        padding-top: 40px;
    }

    .wrap-collapse-seo-section .collapse-seo-title.last-child {
        margin-bottom: 55px;
    }

    .wrap-collapse-seo-section {
        padding-top: 40px;
        padding-bottom: 73px;
    }

    /*thank you modal fix - contact us*/
    #contact-us-message .modal-dialog {
        max-width: 100% !important;
        padding: 0 10px ;
    }

}



@media (max-width:414px) {
    .mozm-bl-iframe-inner {
        /*min-height: 1450px;*/
    }


    .inputPin {
        width: 23.9% !important;
    }
}




@media (max-width:320px) {
    .custom-loading {
        top: 28%;
    }

    .mozm-2col-withbg h3 {
        font-size: 23px;
    }

    .mozm-section.mozm-col-withphone h3 {
        text-align: center;
        font-size: 23px;
    }

    .mozm-section p {
        font-size: 16px;
    }

    .mozm-thumbnail .caption p {
        font-size: 18px;
    }

    .mozm-section-subheading {
        font-size: 20px !important;
    }

    .mozm-section h2 {
        font-size: 36px;
    }

    .panel {
        width: 340px !important;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mozm-questions-option p, .mozm-questions-option a {
        font-size: 18px !important;
    }
}

/*===== calculator 2 =======*/
.white-box.dropdownv2.abf-2 {
    margin-top: 10px;
    /*max-width: 330px;*/
    border-radius: 6px 6px 6px 6px;
    background: rgba(255,255,255, 0.65);
}

.mozm-slider-wrap.mozm-slider-wrap-abf2 {
    max-width: 670px;
}

.button-calc.button-calc-abf2 {
    float: right;
    margin-top: 10px;
}

.mozm-tab-content.mozm-tab-content-abf2 .tab-pane .slider-inner {
    border-radius: 9px 9px 9px 9px;
}

.wrap-cta-dropdown.wrap-cta-dropdown-abf2 {
    border-top: none;
}

.mozm-slider-wrap.mozm-slider-wrap-abf2 .rpnt-label {
    font-size: 16px;
}

/*---warning footer----*/
.wrap-warning-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #ededed;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

    .wrap-warning-footer p {
        color: #777777;
    }

.footer-top-wrap {
    padding-top: 44px;
}

@media (max-width:767px) {
    .white-box.dropdownv2.abf-2 {
        margin-top: 0;
        border-radius: 0 0 9px 9px;
        border-top: 1px solid #e1dede;
        width: 100%;
        max-width: 100%;
    }

    .mozm-tab-content.mozm-tab-content-abf2 .tab-pane .slider-inner {
        border-radius: 9px 9px 0 0;
    }

    .button-calc.button-calc-abf2 {
        float: none;
        margin: 0 auto;
    }

    .wrap-warning-footer p {
        font-size: 14px;
    }
}

#mdlAddCard1 .modal-dialog, #mdl-login .modal-dialog, #mdl-forgot .modal-dialog {
    max-width: 510px;
}

.span-notice {
    font-size: 16px;
    width: 100%;
    border: none;
    background: #f5f5f5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 15px;
    font-weight: 300;
}

/*eWAY*/
.cerberus-sandbox-modal {
    padding: 10px;
}

.cerberus-sandbox-modal-content {
    border-radius: 10px;
    border: none !important;
    max-width: 530px;
    width: 100% !important;
}

    .cerberus-sandbox-modal-content div:nth-child(1) p {
        text-align: center;
        font-size: 12px;
        margin-bottom: 0;
        margin-top: 20px;
    }

.cerberus-sandbox-canvas p:nth-child(1) {
    font-size: 30px !important;
    margin-bottom: 0;
    margin-top: 0 !important;
    font-weight: 400;
    font-family: "sharpGFamily", Arial, sans-serif;
}

.cerberus-sandbox-challengeinfotext {
    font-size: 16px !important;
    margin-top: -20px;
    margin-bottom: 0;
    margin-top: 0 !important;
}

.cerberus-sandbox-modal-content div:nth-child(1) .cerberus-sandbox-row p {
    font-family: 'Lato', sans-serif !important;
    text-align: left !important;
    font-size: 14px !important;
    margin-bottom: 5px;
}

.ceberus-sandbox-cancle {
    color: #000 !important;
    background: #fff !important;
    border: 1px solid #000 !important;
    font-size: 16px;
    font-weight: bold !important;
    font-family: 'Lato', sans-serif !important;
}

.ceberus-sandbox-primary {
    color: #000 !important;
    background: #BBEE00 !important;
    border: 1px solid #BBEE00 !important;
    font-size: 16px;
    font-weight: bold !important;
    font-family: 'Lato', sans-serif !important;
}

.cerberus-sandbox-canvas {
    border: none !important;
}

.cerberus-sandbox-button {
    margin: 0.5em .5em 0 .5em !important;
    width: 43% !important;
}

.cerberus-sandbox-input-field {
    padding: 10px !important;
    color: #000 !important;
    border: 1px solid #c6c6c6 !important;
}

.cerberus-sandbox-row div:nth-child(3) {
    text-align: center;
}

.cerberus-sandbox-row {
    max-width: 500px;
    margin: 0 auto;
}

.modal.fade{
    opacity: 1;
}

.modal.fade .modal-dialog {
    width: 588px;
}