﻿/*Laning Page*/

body {
    line-height: normal;
    font-family: "FS Matthew", sans-serif
}

.custom-link {
    text-decoration: underline !important;
    color: #064480 !important
}

.custom-link:hover {
    text-decoration: none !important
}

.menu-wrap img {
    float: right
}

.dropdown-custom-tab {
    margin: 0 -15px;
    padding: 10px 15px;
    background: white;
    margin-top: 15px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    z-index: 99
}

@media (min-width:575px) {
    .dropdown-custom-tab {
        margin: 15px 0 0
    }
}

.dropdown-custom-tab a {
    padding: 10px 0;
    display: block;
    color: #001578;
    font-family: "FS_Matthew Medium", sans-serif
}

.dropdown-custom-tab a i {
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -9px;
    border: solid #001578;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.dropdown-custom-tab a i.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.dropdown-custom-tab a i.up {
    margin-top: -3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.dropdown-custom-tab ul {
    position: absolute;
    background: white;
    border-bottom: 1px solid #dfdfdf;
    left: 0;
    width: 100%;
    padding-bottom: 10px !important;
    display: none
}

.dropdown-custom-tab ul li a {
    color: #586ca3;
    padding: 10px 15px
}

.dropdown-custom-tab ul li a.selected {
    display: none
}

.menu-wraps {
    text-align: right;
    overflow: hidden
}

.fab-modal.modal .modal-content {
    border-radius: 0
}

.fab-modal.modal .modal-content ul li {
    padding: 0;
    color: inherit
}

.fab-modal.modal .modal-header {
    background-color: #003087;
    height: 70px;
    padding: 23px;
    border-radius: 0;
    align-items: center
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .fab-modal.modal .modal-header {
        padding: 14px 20px;
        display: flex
    }
}

.fab-modal.modal .modal-header h4 {
    font-size: 18px;
    line-height: 1.3;
    color: white;
    text-align: left
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .fab-modal.modal .modal-header h4 {
        padding-right: 70px
    }
}

.fab-modal.modal .modal-header .close {
    position: absolute;
    top: 19px;
    right: 17px;
    line-height: 0
}

.fab-modal.modal .modal-header .close img {
    width: 30px
}

.fab-modal.modal .modal-header .print {
    position: absolute;
    right: 55px;
    top: 20px;
    padding-right: 12px
}

.fab-modal.modal .modal-header .print img {
    width: 26px
}

.fab-modal.modal .modal-header .print:after {
    content: "";
    width: 1px;
    background: white;
    height: 12px;
    position: absolute;
    right: 0;
    top: 8px
}

.fab-modal.modal .modal-body {
    max-height: 600px;
    overflow: auto;
    padding: 0
}

.fab-modal.modal .modal-body table {
    width: 100%;
    display: table;
    margin-bottom: 0
}

.fab-modal.modal .modal-body table thead {
    font-weight: bold;
    background: #f7f7f7
}

.fab-modal.modal .modal-body table thead th {
    padding: 20px 15px;
    vertical-align: top
}

.fab-modal.modal .modal-body table td,
.fab-modal.modal .modal-body table th {
    padding: 15px;
    border-bottom: 1px solid #e3e3e3
}

.fab-modal.modal .modal-body table tr:last-child th {
    border-bottom: none
}

#applyNowModal .modal-header {
    border: none;
    display: flex
}

#applyNowModal .apply-now {
    padding: 20px 30px 27px
}

#applyNowModal .apply-now p {
    margin-top: 0
}

#applyNowModal .apply-now-btn {
    margin-top: 30px
}

#applyNowModal .modal-body {
    max-height: 100%
}

#applyNowModal .g-recaptcha iframe {
    margin-top: 10px
}

#applyNowModal .form-result {
    padding: 135px 0 184px
}

#applyNowModal .render-icon:before {
    background: #ffffff
}

#applyNowModal #iconAnimationCheck,
#applyNowModal #iconAnimationCircle {
    stroke: #003087
}

#applyNowModal #iconAnimationResult {
    fill: #003087
}

#applyNowModal .error-result #iconAnimationCheck,
#applyNowModal .error-result #iconAnimationCircle {
    stroke: #DA291C
}

#applyNowModal .error-result #iconAnimationResult {
    fill: #DA291C
}

@media only screen and (min-width:768px) {
    #rates-modal .modal-dialog {
        max-width: 700px
    }
}

@media screen and (max-width:767px) {
    .second-party .buy-a-car a {
        height: 110px
    }
}

@media screen and (max-width:767px) {
    .second-party .buy-other-things a {
        height: 146px
    }
}

.page-container-wrap {
    /* padding-top:120px */
}

@media only screen and (max-width: 1099px) {
    .page-container-wrap {
        padding-top: 90px
    }
}

@media only screen and (max-width: 900px) {
    .page-container-wrap {
        padding-top: 70px
    }
}

.page-container-wrap .featured-credit-card-header.banner-area {
    background: -moz-linear-gradient(left, #0f6dc9 0, #207cca 5%, #07368a 100%);
    background: -webkit-linear-gradient(left, #0f6dc9 0, #207cca 5%, #07368a 100%);
    background: linear-gradient(to right, #0f6dc9 0, #207cca 5%, #07368a 100%);
    position: relative;
    padding: 0;
    overflow: hidden
}

.page-container-wrap .featured-credit-card-header.banner-area .container {
    max-width: 1320px;
    position: relative;
    padding: 30px 15px;
    background-size: contain
}

.page-container-wrap .featured-credit-card-header.banner-area .container .header-bg {
    position: absolute;
    height: 100%;
    top: 0;
    opacity: .1;
    right: 14%
}

@media (max-width:1024px) {
    .page-container-wrap .featured-credit-card-header.banner-area .container {
        background-position: 200% center !important
    }
}

@media (max-width:992px) {
    .page-container-wrap .featured-credit-card-header.banner-area .container {
        background: none;
        max-width: 720px
    }
}

.page-container-wrap .featured-credit-card-header.banner-area .left-copy {
    position: relative
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .page-container-wrap .featured-credit-card-header.banner-area .left-copy {
        padding-right: 200px
    }
}

.page-container-wrap .featured-credit-card-header.banner-area .left-copy .copy {
    padding-left: 0;
    margin-top: 0
}

.page-container-wrap .featured-credit-card-header.banner-area .left-copy .copy h1 {
    font-family: "FS Matthew", sans-serif;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: .4;
    font-size: 14px;
    color: #ffffff
}

.page-container-wrap .featured-credit-card-header.banner-area .left-copy .copy h4 {
    margin-bottom: 17px;
    font-family: "FS Matthew", sans-serif;
    font-size: 36px;
    font-weight: normal;
    color: #ffffff;
    margin-top: 0
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .page-container-wrap .featured-credit-card-header.banner-area .left-copy .copy h4 {
        font-size: 26px
    }
}

.page-container-wrap .featured-credit-card-header.banner-area .left-copy .copy h4 sup {
    font-size: 50%;
    top: -1em
}

.page-container-wrap .featured-credit-card-header.banner-area .left-copy .copy ul {
    padding-left: 0;
    margin-bottom: 0
}

.page-container-wrap .featured-credit-card-header.banner-area .left-copy .copy ul li {
    list-style: none;
    position: relative;
    padding-left: 16px;
    line-height: normal;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.5);
    font-family: "FS Matthew", sans-serif
}

.page-container-wrap .featured-credit-card-header.banner-area .left-copy .copy ul li::after {
    position: absolute;
    left: 0;
    background: white;
    top: 50%;
    margin-top: -3px;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%
}

.page-container-wrap .featured-credit-card-header.banner-area .left-copy .copy ul li:last-child {
    margin-top: 0;
    margin-bottom: 0
}

.page-container-wrap .featured-credit-card-header.banner-area .cta {
    position: absolute;
    right: 15px;
    padding-left: 0;
    bottom: 40px
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .page-container-wrap .featured-credit-card-header.banner-area .cta {
        bottom: 20px
    }
}

@media (max-width:767px) {
    .page-container-wrap .featured-credit-card-header.banner-area .cta {
        position: relative;
        float: right;
        margin-top: 40px;
        bottom: 0
    }
}

.page-container-wrap .featured-credit-card-header.banner-area .cta .button {
    font-family: "FS_Matthew Bold";
    font-size: 15px !important;
    min-width: 179px;
    display: inline-block;
    text-align: center
}

.page-container-wrap .featured-credit-card-header.banner-area .right-copy {
    border-left: 0;
    padding-left: 0
}

.page-container-wrap .featured-credit-card-header.banner-area.v2 .container .header-bg {
    right: 0
}

.page-container-wrap .featured-credit-card-header.banner-area.v2 .cta {
    right: 25%
}

@media only screen and (max-width:992px) {
    .page-container-wrap .featured-credit-card-header.banner-area.v2 .cta {
        right: 15px
    }
}

@media (max-width:767px) {
    .page-container-wrap .featured-credit-card-header.banner-area.v2 .cta {
        right: 0
    }
}

.page-container-wrap .page-content {
    background: #f0f0f0
}

.page-container-wrap .page-content img {
    display: inline-block
}

.page-container-wrap .page-content ul {
    margin: 0;
    padding: 0
}

.page-container-wrap .page-content ul li {
    list-style: none
}

.page-container-wrap .page-content a {
    text-decoration: none !important
}

@media (min-width:1200px) {
    .page-container-wrap .container {
        max-width: 1320px
    }
}

.page-container-wrap .mt40 {
    margin-top: 40px
}

.page-container-wrap .mt20 {
    margin-top: 20px
}

.page-container-wrap .title {
    text-align: center;
    font-size: 24px;
    font-family: 'FS_Matthew Light';
    padding: 25px 0;
    font-weight: bold;
    margin: 0
}

@media screen and (max-width:767px) {
    .page-container-wrap .title {
        padding: 5px 0;
        font-size: 20px
    }
}

.page-container-wrap .tabs {
    padding: 20px 0
}

.page-container-wrap .tabs a {
    background: #ffffff;
    width: 50%;
    text-align: center;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding: 18px;
    color: #a9a9a9;
    border-bottom: 3px solid #e4e4e4
}

@media screen and (min-width:1025px) {
    .page-container-wrap .tabs a.active,
    .page-container-wrap .tabs a:hover {
        color: #064480;
        border-color: #DA291C;
        text-decoration: none
    }
}

.page-container-wrap .tabs a.disabled {
    color: #a9a9a9;
    border-bottom: 3px solid #e4e4e4
}

.page-container-wrap .tabs a.disabled:hover {
    color: #a9a9a9;
    border-bottom: 3px solid #e4e4e4
}

.page-container-wrap .navigator {
    padding: 20px 30px;
    background: #064480;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

@media screen and (max-width:1024px) {
    .page-container-wrap .navigator {
        padding: 20px 30px 0
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .page-container-wrap .navigator {
        margin-top: 15px
    }
}

.page-container-wrap .navigator h2 {
    font-size: 36px;
    margin: 0;
    font-family: 'FS_Matthew Light';
    line-height: 1;
    margin-bottom: 20px
}

.page-container-wrap .navigator p {
    font-family: 'FS_Matthew Light';
    font-size: 18px;
    margin: 0 0 20px
}

.page-container-wrap .navigator span {
    font-family: 'FS_Matthew Light';
    font-size: 18px;
    margin-bottom: 27px;
    display: inline-block
}

.page-container-wrap .navigator .box-filters {
    text-align: center
}

.page-container-wrap .navigator .box-filters .question-item .item {
    box-sizing: border-box;
    padding: 0 15px
}

@media screen and (max-width:1024px) {
    .page-container-wrap .navigator .box-filters .question-item .item {
        margin-bottom: 20px
    }
}

@media screen and (max-width:767px) {
    .page-container-wrap .navigator .box-filters .question-item .item {
        width: 50%;
        margin-bottom: 20px;
        padding: 0 10px
    }
}

.page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(2),
.page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(2)~.item,
.page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(2)~.item {
    width: 50%
}

.page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(3),
.page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(3)~.item,
.page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(3)~.item {
    width: 33.333%
}

@media screen and (max-width:767px) {
    .page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(3),
    .page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(3)~.item,
    .page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(3)~.item {
        width: 50%
    }
}

.page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(4),
.page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(4)~.item,
.page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(4)~.item {
    width: 25%
}

@media screen and (max-width:767px) {
    .page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(4),
    .page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(4)~.item,
    .page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(4)~.item {
        width: 50%
    }
}

.page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(5),
.page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(5)~.item,
.page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(5)~.item {
    width: 20%
}

@media screen and (max-width:767px) {
    .page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(5),
    .page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(5)~.item,
    .page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(5)~.item {
        width: 50%
    }
}

.page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(6),
.page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(6)~.item,
.page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(6)~.item {
    width: 16.6%
}

@media screen and (max-width:767px) {
    .page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(6),
    .page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(6)~.item,
    .page-container-wrap .navigator .box-filters .question-item .item:first-child:nth-last-child(6)~.item {
        width: 50%
    }
}

.page-container-wrap .navigator .box-filters .question-item .item a {
    display: block;
    padding: 15px;
    background: white;
    position: relative;
    height: 100%
}

@media screen and (max-width:767px) {
    .page-container-wrap .navigator .box-filters .question-item .item a {
        padding: 5px
    }
}

.page-container-wrap .navigator .box-filters .question-item .item a img {
    display: inline-block;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 70px;
    height: 70px
}

@media screen and (max-width:767px) {
    .page-container-wrap .navigator .box-filters .question-item .item a img {
        width: 40px
    }
}

.page-container-wrap .navigator .box-filters .question-item .item a span {
    display: block;
    font-size: 16px;
    font-family: 'FS_Matthew Medium';
    color: #666666;
    line-height: 1.3;
    margin-bottom: 0;
    min-height: 40px
}

@media screen and (max-width:767px) {
    .page-container-wrap .navigator .box-filters .question-item .item a span {
        font-size: 14px
    }
}

.page-container-wrap .navigator .box-filters .question-item .item a:after {
    height: 4px;
    content: "";
    position: relative;
    bottom: -19px;
    display: block;
    background: #DA291C;
    z-index: 9;
    width: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

@media screen and (min-width:1025px) {
    .page-container-wrap .navigator .box-filters .question-item .item a:hover {
        text-decoration: none
    }
    .page-container-wrap .navigator .box-filters .question-item .item a:hover:after {
        width: 100%
    }
}

.page-container-wrap .navigator .box-filters .question-item .item.active a {
    text-decoration: none
}

.page-container-wrap .navigator .box-filters .question-item .item.active a:after {
    width: 100%
}

.page-container-wrap .navigator .box-filters .question-item.nationality {
    max-width: 392px
}

.page-container-wrap .navigator .box-filters .question-item.loan-category {
    max-width: 784px;
    margin: auto
}

.page-container-wrap .navigator .box-filters .question-item.loan-category .item {
    width: 20%
}

@media screen and (max-width:767px) {
    .page-container-wrap .navigator .box-filters .question-item.loan-category .item {
        width: 50%
    }
}

.page-container-wrap .navigator .box-filters .question-item.loan-category.disabled {
    max-width: 611px
}

.page-container-wrap .navigator .box-filters .question-item.loan-category.disabled .item {
    width: 33.333% !important
}

@media screen and (max-width:767px) {
    .page-container-wrap .navigator .box-filters .question-item.loan-category.disabled .item {
        width: 50% !important
    }
}

.page-container-wrap .navigator .box-filters .question-item.first {
    display: block
}

.page-container-wrap .navigator .box-filters .question-group-one .item a {
    height: auto
}

.page-container-wrap .navigator .questions-tab .question-item h4 {
    display: none;
    position: relative;
    padding-right: 31px
}

.page-container-wrap .navigator .questions-tab .question-item h4 a {
    top: 16px;
    position: absolute;
    right: 10px
}

@media screen and (max-width:767px) {
    .page-container-wrap .navigator .questions-tab .question-item h4 a {
        top: 10px
    }
}

.page-container-wrap .navigator .select-quest {
    display: inline-block;
    background: rgba(245, 249, 255, 0.15);
    padding: 10px 30px 10px 20px;
    color: #fff;
    font-size: 16px;
    margin-top: 0;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .page-container-wrap .navigator .select-quest {
        padding: 5px 30px 5px 20px
    }
}

.page-container-wrap .navigator .select-quest span {
    margin-bottom: 0
}

.page-container-wrap .navigator .select-quest a {
    margin-left: 10px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -9px
}

.page-container-wrap .navigator .select-quest a img {
    display: block;
    width: 18px;
    height: 18px
}

.page-container-wrap .navigator .select-quest.removeSubQuestions {
    display: none
}

.page-container-wrap .navigator .question-item {
    max-width: 680px;
    margin: auto;
    display: none
}

.page-container-wrap .navigator .question-item>span {
    display: inline-block;
    width: 100%
}

.page-container-wrap .navigator .question-item .sub-question a {
    display: block;
    padding: 15px;
    background: white;
    position: relative
}

.page-container-wrap .navigator .question-item .sub-question a::after {
    height: 4px;
    content: "";
    position: relative;
    bottom: -24px;
    display: block;
    background: #DA291C;
    z-index: 9;
    width: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.page-container-wrap .navigator .question-item .sub-question a img {
    display: inline-block;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 70px
}

@media screen and (max-width:767px) {
    .page-container-wrap .navigator .question-item .sub-question a img {
        width: 40px
    }
}

.page-container-wrap .navigator .question-item .sub-question a span {
    display: block;
    font-size: 16px;
    font-family: 'FS_Matthew Medium';
    color: #666666;
    line-height: 1.3;
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .page-container-wrap .navigator .question-item .sub-question a span {
        font-size: 14px
    }
}

.page-container-wrap .navigator .question-item .sub-question a:active,
.page-container-wrap .navigator .question-item .sub-question a:focus,
.page-container-wrap .navigator .question-item .sub-question a:hover {
    text-decoration: none
}

@media screen and (min-width:1025px) {
    .page-container-wrap .navigator .question-item .sub-question a.active::after,
    .page-container-wrap .navigator .question-item .sub-question a:hover::after {
        width: 100%
    }
}

.page-container-wrap .navigator .navigator-top .title {
    font-family: 'FS_Matthew Light';
    font-size: 24px;
    color: white;
    padding: 0;
    margin-bottom: 20px;
    font-weight: normal
}

.page-container-wrap .navigator .navigator-top .question-item {
    max-width: 100%
}

.page-container-wrap .full-tab .tab-title {
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: -4px;
    display: inline-block;
    position: relative;
    background-color: white;
    width: 100%;
    text-align: center
}

.page-container-wrap .full-tab .tab-title::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ccd6e7;
    position: absolute;
    left: 0;
    bottom: 0
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .page-container-wrap .full-tab .tab-title {
        margin: 20px 0;
        display: none
    }
}

.page-container-wrap .full-tab .tab-title a {
    color: #586ca3;
    font-size: 20px;
    font-family: "FS_Matthew Medium";
    float: none;
    display: table-cell;
    width: 1%;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    position: relative;
    padding: 11px 40px 15px;
    vertical-align: middle !important
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .page-container-wrap .full-tab .tab-title a {
        font-size: 15px;
        padding: 11px 20px 15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .page-container-wrap .full-tab .tab-title a {
        font-size: 15px;
        padding: 11px 10px 15px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .page-container-wrap .full-tab .tab-title a {
        font-size: 13px
    }
}

@media only screen and (min-width: 340px) and (max-width: 767px) {
    .page-container-wrap .full-tab .tab-title a {
        font-size: 16px
    }
}

@media only screen and (min-width: 410px) and (max-width: 767px) {
    .page-container-wrap .full-tab .tab-title a {
        font-size: 18px
    }
}

.page-container-wrap .full-tab .tab-title a:before {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all ease .2s;
    overflow: hidden;
    margin: auto;
    background-color: #d8d8d8;
    width: 100%
}

.page-container-wrap .full-tab .tab-title a:hover {
    color: #003087
}

.page-container-wrap .full-tab .tab-title a.selected {
    color: #003087
}

.page-container-wrap .full-tab .tab-title a.selected:before {
    background-color: #003087;
    width: 100%
}

.page-container-wrap .full-tab .tab-title a+a {
    padding-right: 0
}

@media only screen and (min-width: 768px) and (max-width: 992px) {}

@media only screen and (min-width: 320px) and (max-width: 767px) {}

.page-container-wrap .full-tab .tab-content-box>div+div {
    display: none
}

.page-container-wrap .full-tab .tab-content h3 {
    color: #333;
    font-size: 16.5px;
    font-family: "FS_Matthew Bold";
    margin-bottom: 10px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .page-container-wrap .full-tab .tab-content h3 {
        margin-top: 20px
    }
}

.page-container-wrap .full-tab .tab-content .lifestyle {
    margin-top: 20px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .page-container-wrap .full-tab .tab-content .lifestyle {
        padding: 20px;
        margin-top: 15px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .page-container-wrap .full-tab .tab-content .lifestyle h2 {
        margin-top: 0
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .page-container-wrap .full-tab .tab-content .lifestyle .chart-info {
        width: auto
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .page-container-wrap .full-tab .tab-content .lifestyle .highcharts-container {
        margin: auto
    }
}

.page-container-wrap .results-wrap .item {
    background: white;
    margin-bottom: 20px;
    box-shadow: 0 0 26px -9px #999;
    position: relative;
    cursor: pointer
}

.page-container-wrap .results-wrap .item figure {
    overflow: hidden;
    margin: 0
}

.page-container-wrap .results-wrap .item img {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 100%
}

.page-container-wrap .results-wrap .item .info-wrap {
    padding: 0 20px 15px
}

.page-container-wrap .results-wrap .item .info-wrap::after {
    content: "";
    height: 4px;
    background: #DA291C;
    display: block;
    margin: 0 auto;
    position: relative;
    bottom: -19px;
    width: 100%;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.page-container-wrap .results-wrap .item .info-wrap .title {
    background: #064480;
    padding: 0 15px;
    height: 55px;
    text-align: center;
    color: white;
    margin-top: -27px;
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-family: 'FS_Matthew Light';
    margin-bottom: 0;
    font-weight: 500;
    display: table;
    width: 100%;
    line-height: 100%
}

.page-container-wrap .results-wrap .item .info-wrap .title span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    letter-spacing: .5px;
    line-height: 24px
}

.page-container-wrap .results-wrap .item .info-wrap>p {
    color: #666666;
    font-size: 15px;
    font-family: 'FS Matthew';
    height: 45px;
    margin: 15px 0
}

@media screen and (max-width:767px) {
    .page-container-wrap .results-wrap .item .info-wrap>p {
        height: auto
    }
}

.page-container-wrap .results-wrap .item .info-wrap>p:last-child {
    margin-bottom: 0;
    height: auto
}

.page-container-wrap .results-wrap .item .info-wrap .box {
    padding: 10px 15px;
    background: #f0f0f0;
    margin-bottom: 15px;
    height: 86px
}

.page-container-wrap .results-wrap .item .info-wrap .box p {
    color: #333333;
    margin: 0;
    font-size: 14px;
    font-family: 'FS Matthew'
}

@media screen and (min-width:1025px) {
    .page-container-wrap .results-wrap .item:hover img {
        transform: scale(1.1)
    }
    .page-container-wrap .results-wrap .item:hover .info-wrap::after {
        width: 40px
    }
}

.page-container-wrap .note {
    margin-top: 20px;
    margin-bottom: 20px
}

.page-container-wrap .note p {
    margin-top: 5px !important;
    color: #666666;
    font-size: 15px
}

.page-container-wrap .note p.mt20 {
    margin-top: 20px !important
}

.page-container-wrap .page-banner {
    background: #064480 url("../../../../-/media/images/fab/loans/other/banner.jpg") no-repeat center center;
    text-align: center
}

.page-container-wrap .page-banner.color-bg {
    background: #064480
}

.page-container-wrap .page-banner h1 {
    color: white;
    font-family: 'FS_Matthew Light';
    font-size: 55px;
    font-weight: 100;
    padding: 20px 0 27px;
    margin: 0
}

.page-container-wrap .page-banner.long-text {
    background-size: contain
}

.page-container-wrap .page-banner.long-text h1 {
    font-size: 30px;
    padding: 40px 0
}

.page-container-wrap .page-banner.long-text .page-banner-content h1 {
    font-size: 50px;
    padding: 0
}

.page-container-wrap .page-banner.long-text .page-banner-content h3 {
    padding: 30px 0;
    color: white;
    font-size: 24px;
    font-family: 'FS_Matthew Light';
    margin-bottom: 0
}

.content {
    padding: 20px 0
}

.current-variable-link-wrap {
    margin: 10px 0 20px;
    font-size: 18px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .current-variable-link-wrap {
        margin: 20px 0
    }
}

.current-variable-link-wrap a {
    position: relative;
    padding: 3px 0 3px 46px;
    display: inline-block;
    color: #04467f
}

.current-variable-link-wrap a img {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0
}

footer {
    background: #f0f0f0;
    padding-top: 60px
}

.arabic .direction-rtl {
    direction: rtl
}

.arabic .dropdown-custom-tab {
    text-align: right
}

.arabic .dropdown-custom-tab a i {
    right: inherit;
    left: 35px
}

.arabic .print-screen {
    text-align: right
}

.arabic .results-wrap .box-item {
    text-align: right
}

.arabic .note {
    text-align: right
}

.arabic .current-variable-link-wrap {
    text-align: right
}

.arabic .content-page {
    padding: 10px 40px 40px 0;
    text-align: right
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .arabic .content-page {
        padding: 20px 20px 40px 40px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .arabic .content-page {
        padding: 20px
    }
}

.arabic .content-page .float-right {
    float: left !important
}

.arabic .content-page .content-img {
    padding-left: 0;
    margin-right: 20px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 0
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .arabic .content-page .content-img {
        margin-left: -40px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .arabic .content-page .content-img {
        padding-left: 0;
        margin-right: 0
    }
}

.arabic .content-page .content-img img {
    box-shadow: -40px 40px 0 0 #003087
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .arabic .content-page .content-img img {
        box-shadow: -20px 20px 0 0 #003087
    }
}

.arabic .content-page ul li {
    padding-left: 0;
    padding-right: 21px
}

.arabic .content-page ul li::before {
    left: inherit;
    right: 0
}

.arabic .content-page .tab-title a {
    margin-left: 38px;
    float: right
}

.arabic .content-page .tab-title a:last-child {
    margin-left: 0
}

@media only screen and (max-width: 1024px) {
    .arabic .content-page.lifestyle {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .arabic .content-page.lifestyle {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width: 992px) {
    .arabic .content-page.lifestyle .chart-container {
        max-width: none
    }
}

@media only screen and (max-width: 992px) {
    .arabic .content-page.lifestyle .chart-container {
        padding: 20px
    }
}

.arabic .content-page.lifestyle .chart-container:before {
    right: auto;
    left: -40px
}

.arabic .content-page.lifestyle .chart-container .box-subtitle {
    margin-left: 10px
}

.arabic .content-page.lifestyle .chart-container h2:before {
    left: auto;
    right: -40px;
    border-left-color: transparent;
    border-right-color: white
}

.arabic .content-page.lifestyle .chart-container .chart-button {
    left: 20px;
    right: auto;
    width: 255px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .arabic .content-page.lifestyle .chart-container .chart-button {
        right: auto;
        width: 245px;
        top: 0;
        position: relative;
        margin: auto;
        left: 0
    }
}

.arabic .content-page.lifestyle .chart-container .chart-button a {
    display: inline-block;
    padding-right: inherit;
    margin-right: inherit;
    margin-left: 18px;
    padding-left: 18px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .arabic .content-page.lifestyle .chart-container .chart-button a {
        margin-left: 10px;
        padding-left: 10px
    }
}

.arabic .content-page.lifestyle .chart-container .chart-button a img {
    margin-right: 0;
    margin-left: 5px
}

.arabic .content-page.lifestyle .chart-container .chart-button a.download {
    padding-left: 0;
    margin-left: 0
}

.arabic .content-page.lifestyle .chart-container .chart-button a.download img {
    margin-right: 0 !important
}

.arabic .content-page.lifestyle .chart-container .chart-button a.print::after {
    right: auto;
    left: 0;
    margin-top: -13px
}

.arabic .content-page.lifestyle .chart-container .chart-info {
    left: 10px;
    right: auto
}

.arabic .content-page.lifestyle .chart-container .chart-info .box {
    text-align: left
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .arabic .content-page.lifestyle .chart-container .chart-content #chart {
        margin-top: 0
    }
}

.arabic .content-page.lifestyle .lifestyle-calc .input-group input {
    text-align: left !important;
    direction: ltr
}

.arabic .content-page.lifestyle .lifestyle-calc .addExpenseTitle {
    text-align: right !important;
    padding-top: 8px
}

.arabic .content-page.lifestyle .lifestyle-calc .lifestyle-expense-item-percent {
    float: left
}

.arabic .content-page.lifestyle .lifestyle-calc .lifestyle-expense .expanse-input input {
    text-align: left !important;
    width: 129px;
    direction: ltr
}

.arabic .content-page .calc-wrap .form-item .slider-input.month label {
    float: right
}

.arabic .content-page .calc-wrap .form-item .slider-input.month input {
    float: left
}

.arabic .apply-now {
    text-align: right
}

.arabic .apply-now .input input {
    text-align: right !important
}

.arabic .apply-now .form-item .select-box:after {
    left: 0;
    right: auto
}

.arabic .calc-wrap {
    text-align: right
}

.arabic .calc-wrap .calc-box .radio-groups {
    text-align: left
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .arabic .calc-wrap .calc-box .radio-groups {
        padding-right: 0;
        padding-left: 80px
    }
}

.arabic .calc-wrap .calc-box .radio-groups .form-check-inline {
    margin-left: 0;
    margin-right: 0
}

.arabic .calc-wrap .calc-box .radio-groups .form-check-inline:first-child {
    float: right
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .arabic .calc-wrap .calc-box .radio-groups .switched {
        left: 0;
        right: inherit
    }
}

.arabic .calc-wrap .form-item .slider-box {
    margin-left: 150px;
    margin-right: 0
}

.arabic .calc-wrap .form-item .slider-box .ui-widget.ui-widget-content {
    margin-left: 90px
}

.arabic .calc-wrap .form-item .slider-box .minmax-val span {
    float: right
}

.arabic .calc-wrap .form-item .slider-box .minmax-val span+span {
    float: left
}

.arabic .calc-wrap .form-item .slider-input {
    right: auto;
    left: 0
}

.arabic .calc-wrap .form-item .slider-input input {
    padding-right: 2px
}

.arabic .calc-wrap .form-item.my-salary .slider-input {
    right: auto;
    left: 15px
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .arabic .calc-wrap .form-item.my-salary .slider-input {
        left: 0
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .arabic .calc-wrap .form-item.my-salary .slider-input {
        right: 0
    }
}

.arabic .calc-wrap .form-item.rates label {
    float: right
}

.arabic .calc-wrap .form-item.rates .slider-input {
    float: left
}

.arabic .mortgage .calc-box .form-item .slider-box {
    margin-left: 170px;
    margin-right: 0
}

.arabic .debt-burden-ratio .result .item>.colm {
    text-align: left
}

.arabic .calc-detail ul li span {
    float: right
}

.arabic .calc-detail ul li span+span {
    float: left
}

.arabic .fab-modal.modal .modal-header h4 {
    padding-right: 0
}

.arabic .fab-modal.modal .modal-header .print {
    left: 55px;
    right: auto;
    padding-right: 0;
    padding-left: 12px
}

.arabic .fab-modal.modal .modal-header .print:after {
    left: 0;
    right: auto
}

.arabic .fab-modal.modal .modal-header .close {
    left: 17px;
    right: auto;
    padding: 0;
    top: 35px
}

.arabic .fab-modal.modal .modal-body td,
.arabic .fab-modal.modal .modal-body th {
    text-align: right
}

.arabic .arabic-mode.page-container-wrap .featured-credit-card-header.banner-area .container {
    -webkit-box-orient: inherit !important;
    -webkit-box-direction: inherit !important;
    -webkit-flex-direction: inherit !important;
    -ms-flex-direction: inherit !important;
    flex-direction: inherit !important
}

.arabic .arabic-mode.page-container-wrap .featured-credit-card-header.banner-area .container .header-bg {
    left: 0;
    right: auto
}

.arabic .arabic-mode.page-container-wrap .featured-credit-card-header.banner-area .container .left-copy {
    float: right;
    text-align: right
}

@media only screen and (min-width:1200px) {
    .arabic .arabic-mode.page-container-wrap .featured-credit-card-header.banner-area .container .left-copy {
        padding-right: 0;
        padding-left: 50px
    }
}

@media only screen and (max-width:992px) {
    .arabic .arabic-mode.page-container-wrap .featured-credit-card-header.banner-area .container .left-copy {
        padding-right: 0;
        padding-left: 200px
    }
}

@media only screen and (max-width:768px) {
    .arabic .arabic-mode.page-container-wrap .featured-credit-card-header.banner-area .container .left-copy {
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .arabic .arabic-mode.page-container-wrap .featured-credit-card-header.banner-area .container .left-copy .copy {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media only screen and (max-width:992px) {
    .arabic .arabic-mode.page-container-wrap .featured-credit-card-header.banner-area .container .left-copy .copy {
        padding-right: 0 !important;
        padding-left: 50px !important
    }
}

@media only screen and (max-width:768px) {
    .arabic .arabic-mode.page-container-wrap .featured-credit-card-header.banner-area .container .left-copy .copy {
        padding-left: 0 !important
    }
}

.arabic .arabic-mode.page-container-wrap .featured-credit-card-header.banner-area .container .left-copy .copy ul li {
    padding-left: 0;
    padding-right: 21px
}

.arabic .arabic-mode.page-container-wrap .featured-credit-card-header.banner-area .container .left-copy .copy ul li::after {
    left: inherit;
    right: 0
}

.arabic .arabic-mode.page-container-wrap .featured-credit-card-header.banner-area .cta {
    right: auto;
    left: 25%
}

@media (max-width:767px) {
    .arabic .arabic-mode.page-container-wrap .featured-credit-card-header.banner-area .cta {
        left: 0
    }
}


/*Sub Page*/

.page-content {
    background-color: #f0f0f0;
    overflow: hidden
}

.page-content h1,
.page-content h2,
.page-content h3 {
    padding: 0
}

.page-content a:hover {
    text-decoration: none
}

.page-content .g-recaptcha {
    margin-top: 40px
}

.page-content .g-recaptcha iframe {
    margin-top: 0
}

.page-content .row.content-row {
    margin: 0 -15px
}

.page-content .row.content-row .col-md-6 {
    padding: 0 15px
}

.page-content .switch {
    font-size: 1rem;
    position: relative;
    top: -3px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .page-content .switch {
        top: 0
    }
}

.page-content .switch span {
    color: white;
    padding-right: 10px;
    position: relative;
    top: 4px
}

.page-content .switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0
}

.page-content .switch input+label {
    position: relative;
    min-width: 60px;
    border-radius: calc(2.375rem * .8);
    height: 30px;
    line-height: 30px;
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
    margin-bottom: 0
}

.page-content .switch input+label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: white;
    transition: .2s all
}

.page-content .switch input+label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    bottom: 0;
    display: block;
    right: 0;
    background-color: #637488;
    border-radius: calc(2.375rem * .8);
    transition: .2s all
}

.page-content .switch input:checked+label::before {
    background-color: #fec619;
}

.page-content .switch input:checked+label::after {
    margin-left: calc(2.375rem * .8)
}

.page-content .switch input:focus+label::before {
    outline: none;
    box-shadow: 0 0 0 .2rem rgba(0, 136, 221, 0.25)
}

.page-content .switch input:disabled+label {
    color: #868e96;
    cursor: not-allowed
}

.page-content .switch input:disabled+label::before {
    background-color: #e9ecef
}

.page-content .switch+.switch {
    margin-left: 1rem
}

.page-content .dropdown-menu {
    margin-top: .75rem
}

.content-page {
    background-color: #fff;
    overflow: hidden;
    padding: 10px 0 40px 40px;
    margin-top: 20px;
    margin-bottom: 40px
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .content-page {
        margin-top: 20px;
        padding: 10px 20px 40px 40px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .content-page {
        margin: 0;
        padding: 20px
    }
}

.content-page h2 {
    font-family: "FS_Matthew Bold";
    font-size: 35px;
    color: #0c2340;
    line-height: 40px;
    margin: 20px 0
}

@media only screen and (max-width:992px) {
    .content-page h2 {
        margin-top: 30px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .content-page h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 10px
    }
    .content-page h2 br {
        display: none
    }
}

.content-page h3 {
    font-family: "FS_Matthew Light";
    font-size: 21px;
    color: #0c2340;
    margin-bottom: 20px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .content-page h3 {
        margin-bottom: 10px
    }
}

.content-page p {
    color: #0c2340;
    font-family: "FS Matthew";
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5
}

.content-page p:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .content-page p {
        font-size: 14px;
        margin-bottom: 10px
    }
}

.content-page ul {
    margin: 0;
    padding: 0
}

.content-page ul li {
    list-style: none;
    font-size: 16px;
    font-family: "FS Matthew";
    color: #333;
    position: relative;
    padding-left: 21px
}

.content-page ul li a {
    color: #586ca3;
    position: relative;
    font-family: "FS_Matthew Medium";
    padding-bottom: 5px;
    font-size: 16px
}

.content-page ul li:before {
    content: "";
    background: #003087;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 9px;
    margin: auto;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%
}

.content-page ul li+li {
    margin-top: 13px
}

.content-page .content-img {
    margin-top: 30px;
    padding-right: 0;
    margin-left: 20px;
    padding-right: 40px;
    margin-bottom: 60px
}

@media only screen and (max-width:992px) {
    .content-page .content-img {
        float: none !important;
        margin-left: 0;
        padding-left: 0;
        padding-right: 20px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .content-page .content-img {
        margin: 0 0 40px;
        padding: 0
    }
}

.content-page .content-img img {
    max-width: 100%;
    box-shadow: 40px 40px 0 0 #003087;
    width: 100%
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .content-page .content-img img {
        box-shadow: 30px 30px 0 -10px #003087
    }
}

.content-page .tab-title {
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 32px;
    display: inline-block;
    position: relative
}

.content-page .tab-title::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ccd6e7;
    position: absolute;
    left: 0;
    bottom: 0
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .content-page .tab-title {
        margin: 20px 0;
        display: none
    }
}

.content-page .tab-title a {
    color: #586ca3;
    font-size: 20px;
    font-family: "FS_Matthew Medium";
    float: left;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    position: relative;
    padding-bottom: 4px
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .content-page .tab-title a {
        font-size: 17px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .content-page .tab-title a {
        font-size: 13px
    }
}

@media only screen and (min-width: 340px) and (max-width: 767px) {
    .content-page .tab-title a {
        font-size: 16px
    }
}

@media only screen and (min-width: 410px) and (max-width: 767px) {
    .content-page .tab-title a {
        font-size: 18px
    }
}

.content-page .tab-title a:before {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all ease .2s;
    overflow: hidden;
    margin: auto
}

.content-page .tab-title a:hover {
    color: #003087
}

.content-page .tab-title a.selected {
    color: #003087
}

.content-page .tab-title a.selected:before {
    background-color: #003087;
    width: 100%
}

.content-page .tab-title a+a {
    margin-left: 38px
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .content-page .tab-title a+a {
        margin-left: 20px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .content-page .tab-title a+a {
        margin-left: 12px
    }
}

@media only screen and (min-width:768px) {
    .content-page .tab-content-box>div+div {
        display: none
    }
}

.content-page .tab-content h3 {
    color: #333;
    font-size: 16.5px;
    font-family: "FS_Matthew Bold";
    margin-bottom: 10px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .content-page .tab-content h3 {
        margin-top: 20px
    }
}

.calc-wrap {
    height: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

@media only screen and (max-width:992px) {
    .calc-wrap {
        height: auto;
        margin-bottom: 40px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .calc-wrap {
        margin-bottom: 20px
    }
}

.calc-wrap .calc-box {
    /* height: 65%; */
    /* background: #00426a; */
    padding: 26px 40px 10px;
}

@media only screen and (max-width:992px) {
    .calc-wrap .calc-box {
        height: auto
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .calc-wrap .calc-box {
        padding: 10px 20px 20px;
        margin-top: 20px
    }
}

.calc-wrap .calc-box .stretch-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /* height: calc(100% - 32px); */
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media only screen and (max-width:992px) {
    .calc-wrap .calc-box .stretch-content {
        height: auto
    }
}

.calc-wrap .calc-box h2 {
    font-family: "FS_Matthew Bold";
    font-size: 29px;
    margin-bottom: 24px;
    color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .calc-wrap .calc-box h2 {
        margin-bottom: 22px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .calc-wrap .calc-box h2 {
        font-size: 24px;
        margin-bottom: 14px
    }
}

.calc-wrap .calc-box .radio-groups {
    margin-bottom: 27px;
    text-align: right
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .calc-wrap .calc-box .radio-groups {
        margin-bottom: 13px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .calc-wrap .calc-box .radio-groups {
        margin-bottom: 13px;
        text-align: left;
        position: relative;
        padding-right: 80px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .calc-wrap .calc-box .radio-groups .switched {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -19px
    }
}

.calc-wrap .calc-box .radio-groups .switched .form-check-inline {
    display: none
}

.calc-wrap .calc-box .radio-groups .form-check-inline {
    margin-bottom: 0
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .calc-wrap .calc-box .radio-groups .form-check-inline {
        margin-bottom: 10px
    }
}

.calc-wrap .calc-box .radio-groups .form-check-inline:first-child {
    float: left
}

.calc-wrap .calc-box .radio-groups .form-check-inline:last-child {
    margin-right: 0
}

.calc-wrap .calc-box .radio-groups label {
    color: white;
    font-size: 18px;
    font-family: "FS_Matthew Light"
}

.calc-wrap .calc-box .radio-groups label.custom-radio {
    position: relative;
    padding-left: 25px;
    cursor: pointer
}

.calc-wrap .calc-box .radio-groups label.custom-radio span {
    background: #f0f0f0;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: 0;
    top: 4px
}

.calc-wrap .calc-box .radio-groups label.custom-radio span::after {
    content: "";
    margin: 3px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #2672cf;
    opacity: 0;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    display: block
}

.calc-wrap .calc-box .radio-groups label.custom-radio input {
    display: none
}

.calc-wrap .calc-box .radio-groups label.custom-radio input:checked~span::after {
    opacity: 1
}

.calc-wrap .calc-box .radio-groups label.custom-radio input:disabled~span {
    opacity: .5
}

.calc-wrap .form-item {
    position: relative;
    display: inline-block;
    width: 100%
}

.calc-wrap .form-item.my-salary .slider-input {
    right: 15px
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .calc-wrap .form-item.my-salary .slider-input {
        right: 0
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .calc-wrap .form-item.my-salary .slider-input {
        right: 0
    }
}

.calc-wrap .form-item.my-salary label {
    color: white;
    font-size: 18px;
    font-family: "FS_Matthew Light"
}

.calc-wrap .form-item .i-need-borrow {
    color: white;
    font-size: 18px;
    font-family: "FS_Matthew Light"
}

.calc-wrap .form-item.rates label {
    width: 50%;
    float: left;
    margin: 0
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .calc-wrap .form-item.rates label {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:992px) {
    .calc-wrap .form-item.rates label {
        margin-bottom: 10px
    }
}

.calc-wrap .form-item.rates input {
    float: left !important
}

.calc-wrap .form-item.rates .slider-input {
    float: right;
    top: -45px;
    height: auto;
    line-height: 26px;
    position: relative;
}

.calc-wrap .form-item.rates .slider-input input {
    text-align: left !important
}

.calc-wrap .form-item.rates .slider-input label {
    float: right;
    width: auto
}

.calc-wrap .form-item>label {
    color: #fff;
    font-size: 18px;
    display: block;
    padding-bottom: 2px;
    font-family: "FS_Matthew Light"
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .calc-wrap .form-item>label {
        font-size: 16px
    }
}

.calc-wrap .form-item .slider-wrap {
    position: relative;
    width: 100%;
    display: inline-block
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .calc-wrap .form-item .slider-wrap.v2 .slider-box .ui-widget.ui-widget-content {
        width: 49%;
        margin-left: 38px
    }
}

@media only screen and (min-width: 340px) and (max-width: 767px) {
    .calc-wrap .form-item .slider-wrap.v2 .slider-box .ui-widget.ui-widget-content {
        width: 59%;
        margin-left: 43px
    }
}

.calc-wrap .form-item .slider-wrap.v2 .slider-input.month input {
    width: 25px
}

.calc-wrap .form-item .slider-box {
    margin-top: 5px;
    margin-right: 150px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .calc-wrap .form-item .slider-box {
        margin-right: 0;
        margin-bottom: 16px;
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .calc-wrap .form-item .slider-box {
        display: block
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .calc-wrap .form-item .slider-box {
        margin-right: 0;
        margin-bottom: 16px;
        /* display: none */
    }
}

.calc-wrap .form-item .slider-box .minmax-val {
    width: 100%;
    margin-top: 2px;
    position: absolute;
    top: -5px;
    z-index: 1
}

.calc-wrap .form-item .slider-box .minmax-val span {
    font-size: 16px;
    font-family: "FS_Matthew Light";
    color: #ffbbe6;
    float: left;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .calc-wrap .form-item .slider-box .minmax-val span {
        font-size: 14px
    }
}

.calc-wrap .form-item .slider-box .minmax-val span+span {
    width: 75px;
    float: right
}

.calc-wrap .form-item .slider-box .slider-calculate {
    margin-top: 21px
}

.calc-wrap .form-item .slider-box .ui-widget.ui-widget-content {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    height: 2px;
    padding-top: 6px;
    padding-bottom: 11px;
    width: 62%;
    margin: auto;
    z-index: 3;
    margin-left: 60px
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .calc-wrap .form-item .slider-box .ui-widget.ui-widget-content {
        width: 67%
    }
}

.calc-wrap .form-item .slider-box .ui-widget.ui-widget-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 100%;
    height: 6px;
    background-color: #e3239d;
    border: 2px solid #ff8ed6;
}

.calc-wrap .form-item .slider-box .ui-slider-horizontal .ui-slider-range-min {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    padding: 10px 0;
    top: -2px;
    left: 2px
}

.calc-wrap .form-item .slider-box .ui-slider-horizontal .ui-slider-range-min:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #fff;
    width: 100%;
    height: 2px
}

.calc-wrap .form-item .slider-box .ui-state-default,
.calc-wrap .form-item .slider-box .ui-widget-content .ui-state-default {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 0;
    top: -1px;
    outline: none;
    background: #fff !important;
}

.calc-wrap .form-item .slider-box .ui-state-default:before,
.calc-wrap .form-item .slider-box .ui-widget-content .ui-state-default:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fec619;
    border-radius: 100%;
}

.calc-wrap .form-item .slider-input {
    width: 125px;
    position: absolute;
    right: 0;
    top: -10px;
    height: 36px;
    line-height: 38px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4)
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .calc-wrap .form-item .slider-input {
        width: 100%;
        position: relative
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .calc-wrap .form-item .slider-input {
        width: 100%;
        position: relative
    }
}

.calc-wrap .form-item .slider-input.month input {
    float: left
}

.arabic .calc-wrap .form-item .slider-input.month input {
    float: right
}

.calc-wrap .form-item .slider-input.month label {
    float: right
}

.arabic .calc-wrap .form-item .slider-input.month label {
    float: left
}

.calc-wrap .form-item .slider-input label {
    font-size: 18px;
    color: #e6e6e6;
    font-family: "FS Matthew";
    font-style: normal;
    float: left;
    position: relative;
    top: 1px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .calc-wrap .form-item .slider-input label {
        font-size: 14px
    }
}

.calc-wrap .form-item .slider-input input {
    border: 0;
    background-color: transparent;
    width: 76px;
    float: right;
    outline: none;
    font-size: 18px;
    color: #fff;
    font-family: "FS Matthew";
    height: 38px
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .calc-wrap .form-item .slider-input input {
        width: 100% !important;
        position: absolute;
        left: 0;
        top: 0
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .calc-wrap .form-item .slider-input input {
        position: absolute;
        width: 100% !important;
        left: 0;
        top: 0
    }
}

.calc-wrap .form-item+.form-item {
    margin-top: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .calc-wrap .form-item+.form-item {
        margin-top: 0
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .calc-wrap .form-item+.form-item {
        margin-top: 0
    }
}

.debt-burden-ratio .step {
    display: none
}

.debt-burden-ratio .step:first-child {
    display: block;
    height: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: column
}

.debt-burden-ratio h3 {
    color: white;
    margin: 0 0 27px;
    font-family: "FS_Matthew Bold";
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff
}

.debt-burden-ratio .form-item .slider-wrap {
    display: block
}

.debt-burden-ratio .form-item .slider-input {
    width: 100%;
    position: relative;
    top: 0
}

.debt-burden-ratio .form-item .slider-input label {
    margin-bottom: 0
}

.debt-burden-ratio .form-item .slider-input input {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute
}

.debt-burden-ratio .form-item+.form-item {
    margin-top: 29px
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .debt-burden-ratio .form-item+.form-item {
        margin-top: 15px
    }
}

.debt-burden-ratio .calc-box {
    padding: 30px 40px 40px;
    height: 25%;
    display: flex;
    align-items: stretch;
    flex-direction: column
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .debt-burden-ratio .calc-box {
        padding: 10px 20px 20px
    }
}

.debt-burden-ratio .calc-detail {
    padding: 39px 40px;
    height: 80%
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .debt-burden-ratio .calc-detail {
        padding: 10px 20px 20px
    }
}

.debt-burden-ratio .calc-detail::before {
    display: none
}

.debt-burden-ratio .calc-detail h2 {
    margin: 0 0 27px;
    font-family: "FS_Matthew Bold";
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .debt-burden-ratio .calc-detail h2 {
        margin: 0 0 19px
    }
}

.debt-burden-ratio .calc-detail .info-field {
    color: white
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .debt-burden-ratio .calc-detail .info-field {
        line-height: 1.3
    }
}

.debt-burden-ratio .calc-detail .info-field span {
    font-family: "FS_Matthew Light";
    display: block;
    font-size: 18px
}

.debt-burden-ratio .calc-detail .info-field .bold {
    font-family: "FS_Matthew Medium"
}

.debt-burden-ratio .calc-detail .form-item {
    border-bottom: 1px solid #3c80d4;
    padding-bottom: 28px;
    top: 7px
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .debt-burden-ratio .calc-detail .form-item {
        padding-bottom: 15px
    }
}

.debt-burden-ratio .calc-detail .form-item:last-child {
    padding-bottom: 0;
    border: none
}

.debt-burden-ratio .calc-detail>a,
.debt-burden-ratio .calc-detail .custom-btn {
    margin-top: 34px;
    position: relative;
    top: -3px
}

.debt-burden-ratio .result-chart {
    padding-left: 180px;
    position: relative;
    margin: 40px 0
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .debt-burden-ratio .result-chart {
        margin: 40px 0
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .debt-burden-ratio .result-chart {
        padding-left: 0;
        padding-top: 160px;
        margin: 20px 0 0
    }
}

.debt-burden-ratio .result-chart .circle-progress {
    position: absolute;
    left: 0;
    top: 50%;
    width: 140px;
    height: 140px;
    margin-top: -70px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .debt-burden-ratio .result-chart .circle-progress {
        left: 50%;
        margin-left: -70px;
        margin-top: -130px
    }
}

.debt-burden-ratio .result-chart .circle-progress-info {
    color: white;
    font-size: 18px;
    font-family: "FS_Matthew Light";
    padding: 34px 0
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .debt-burden-ratio .result-chart .circle-progress-info {
        padding: 0
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .debt-burden-ratio .result-chart .circle-progress-info {
        padding: 0
    }
}

.debt-burden-ratio .result-chart .circle-progress-info a {
    color: white;
    text-decoration: underline !important
}

.debt-burden-ratio .result-chart .circle-progress-info a:hover {
    text-decoration: none !important
}

.debt-burden-ratio .result-chart .circle-progress-info p {
    display: none
}

.debt-burden-ratio .result-chart .circle-progress-info b {
    font-family: "FS_Matthew Bold"
}

.debt-burden-ratio .result {
    width: 100%;
    color: white;
    font-size: 18px;
    font-family: "FS_Matthew Light"
}

.debt-burden-ratio .result .item>.colm {
    float: left;
    width: 50%;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4)
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .debt-burden-ratio .result .item>.colm {
        padding: 8px 0
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .debt-burden-ratio .result .item>.colm {
        float: none;
        width: 100%;
        border-bottom: none
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .debt-burden-ratio .result .item>.colm:nth-child(2n) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4)
    }
}

.debt-burden-ratio .result .item>.colm:last-child {
    text-align: right
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .debt-burden-ratio .result .item>.colm:last-child {
        text-align: left
    }
}

.debt-burden-ratio .result .item:last-child {
    font-family: "FS_Matthew Bold"
}

.debt-burden-ratio .result .item:last-child>.colm {
    border: none
}

.debt-burden-ratio .debt-calculate-result .calc-box,
.debt-burden-ratio .debt-calculate-result .calc-detail {
    height: 50%
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .mortgage .calc-box {
        padding: 30px 40px
    }
}

.mortgage .calc-box>h2 {
    position: relative
}

.mortgage .calc-box>h2 .print {
    position: absolute;
    right: 30px;
    line-height: 0;
    padding-right: 10px;
    margin-right: 10px;
    top: 2px
}

.mortgage .calc-box>h2 .print img {
    width: 36px
}

.mortgage .calc-box>h2 .print::after {
    content: "";
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px
}

.mortgage .calc-box>h2 .list {
    position: absolute;
    right: 0;
    width: auto;
    top: 5px;
    line-height: 0;
    padding-left: 0
}

.mortgage .calc-box>h2 .list img {
    width: 30px
}

.mortgage .calc-box .form-item+.form-item {
    margin-top: 49px
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .mortgage .calc-box .form-item+.form-item {
        margin-top: 32px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .mortgage .calc-box .form-item+.form-item {
        margin-top: 0
    }
}

.mortgage .calc-box .form-item .slider-box {
    margin-right: 210px
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .mortgage .calc-box .form-item .slider-box {
        margin-right: 0;
        margin-bottom: 16px;
        display: none !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .mortgage .calc-box .form-item .slider-box {
        display: block !important
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .mortgage .calc-box .form-item .slider-box {
        margin-right: 0;
        margin-bottom: 16px;
        display: none !important
    }
}

.mortgage .calc-box .form-item .slider-box .ui-widget.ui-widget-content {
    width: 45%;
    margin-left: 100px
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .mortgage .calc-box .form-item .slider-box .ui-widget.ui-widget-content {
        width: 62%
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .mortgage .calc-box .form-item .slider-box .ui-widget.ui-widget-content {
        width: 53%
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .mortgage .calc-box .form-item .slider-box .ui-widget.ui-widget-content {
        width: 62%
    }
}

.mortgage .calc-box .form-item .slider-input {
    width: 143px
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .mortgage .calc-box .form-item .slider-input {
        width: 100%;
        position: relative
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .mortgage .calc-box .form-item .slider-input {
        width: 100%;
        position: relative
    }
}

.mortgage .calc-box .form-item .slider-input input {
    width: 110px;
    text-align: right
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .mortgage .calc-box .form-item .slider-input input {
        width: 100% !important;
        position: absolute;
        left: 0;
        top: 0
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .mortgage .calc-box .form-item .slider-input input {
        position: absolute;
        width: 100% !important;
        left: 0;
        top: 0
    }
}

.mortgage .calc-box .form-item .slider-input.month input {
    text-align: left
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .mortgage .calc-detail {
        padding: 30px 40px
    }
}

.mortgage .calc-detail>h2 {
    margin-bottom: 0
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .mortgage .calc-detail>h2 {
        margin-bottom: 0;
        margin-top: 30px
    }
}

.mortgage .calc-detail .notes {
    color: white
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .mortgage .apply-now .form-item {
        margin-bottom: 21px
    }
}

.calc-detail {
    background-color: #b90f7b;
    position: relative;
    padding: 27px 40px 40px;
    width: 100%;
    /* display: inline-block; */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: stretch; */
    -ms-flex-pack: distribute;
    /* justify-content: space-around; */
    /* height: 40%; */
    margin-top: 75px;
}

@media only screen and (max-width:992px) {
    .calc-detail {
        height: auto
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .calc-detail {
        padding: 10px 20px 30px
    }
}

.calc-detail>h2 {
    color: #fff;
    margin-top: 10px;
    font-size: 18px;
    font-family: "FS_Matthew Medium";
    letter-spacing: 1px;
    margin-bottom: 0
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .calc-detail>h2 {
        margin-top: 20px;
        margin-bottom: 0
    }
}

.calc-detail>a,
.calc-detail .custom-btn {
    width: 100%;
    height: 58px;
    background-color: #003087;
    color: #fff;
    font-size: 21px;
    font-family: "FS_Matthew Bold";
    display: block;
    border-radius: 15px 3px 15px 3px;
    -webkit-border-radius: 15px 3px 15px 3px;
    -moz-border-radius: 15px 3px 15px 3px;
    text-align: center;
    line-height: 54px;
    margin-top: 10px;
    transition: all ease .2s
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .calc-detail>a,
    .calc-detail .custom-btn {
        font-size: 20px;
        margin-top: 10px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .calc-detail>a,
    .calc-detail .custom-btn {
        margin-top: 18px;
        font-size: 13px
    }
}

@media only screen and (min-width: 340px) and (max-width: 767px) {
    .calc-detail>a,
    .calc-detail .custom-btn {
        margin-top: 18px;
        font-size: 16px
    }
}

.calc-detail>a.disabled,
.calc-detail .custom-btn.disabled {
    pointer-events: none;
    background-color: #1b5eb9;
    color: #6287c8
}

.calc-detail>a:hover,
.calc-detail .custom-btn:hover {
    background-color: #fff;
    color: #003087
}

.calc-detail:before {
    content: "";
    background: url("../../../../-/media/images/fab/loans/other/calc-arrow.png") no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 32px;
    height: 16px
}

.calc-detail ul li {
    width: 100%;
    display: inline-block;
    padding: 20px 0
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .calc-detail ul li {
        padding: 15px 0
    }
}

.calc-detail ul li span {
    color: #fff;
    font-size: 18px;
    font-family: "FS_Matthew Light";
    line-height: 16px;
    float: left;
    margin-top: 12px
}

.calc-detail ul li span.rates {
    width: 130px;
    height: 50px;
    background: #052966;
    border: 1px solid #375589;
    padding-right: 13px;
    color: #fff;
    font-family: "FS_Matthew Bold";
    line-height: 47px;
    text-align: right;
    margin-top: -10px
}

.calc-detail ul li span+span {
    float: right;
    font-size: 24px;
    margin-top: 11px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .calc-detail ul li span+span {
        font-size: 17px
    }
}

.calc-detail ul li span+span b {
    font-family: "FS_Matthew Bold"
}

.calc-detail ul li+li {
    border-top: 1px solid #fec619;
}

.calc-detail ul li+li span {
    margin-top: 0 !important
}

.apply-now {
    background: #637488;
    padding: 26px 40px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch
}

@media only screen and (max-width:992px) {
    .apply-now {
        height: auto
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .apply-now {
        padding: 10px 20px 20px;
        margin-top: 20px
    }
}

.apply-now .form-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between
}

@media only screen and (max-width:992px) {
    .apply-now .form-wrapper {
        height: auto
    }
}

.apply-now h2 {
    color: #fff;
    font-size: 30px;
    font-family: "FS_Matthew Bold"
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .apply-now h2 {
        font-size: 24px
    }
}

.apply-now p {
    color: #fff;
    font-size: 18px;
    font-family: "FS_Matthew Light";
    margin: 20px 0
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .apply-now p {
        font-size: 16px;
        margin: 15px 0
    }
}

.apply-now .form-item {
    margin-bottom: 24px;
    position: relative
}

.apply-now .form-item.error .input,
.apply-now .form-item.has-error .input,
.apply-now .form-item.error .select-box,
.apply-now .form-item.has-error .select-box {
    border-color: #da291c
}

.apply-now .form-item img {
    margin-top: 35px;
    display: block;
    max-width: 100%
}

.apply-now .form-item>label {
    position: absolute;
    right: 0;
    bottom: -31px;
    color: #fff;
    font-family: "FS Matthew";
    font-size: 14px;
    z-index: 10;
    background: url("../../../../-/media/images/fab/loans/other/warning.png") no-repeat right;
    padding-right: 32px
}

.apply-now .form-item>label ul li {
    display: none
}

.apply-now .form-item>label ul li:first-child {
    display: block
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .apply-now .form-item>label {
        font-size: 12px
    }
}

.apply-now .input {
    width: 100%;
    height: 36px;
    line-height: 40px;
    border-bottom: 1px solid #929eac;
    padding: 0;
    position: relative
}

.apply-now .input.focus {
    border-color: #fff
}

.apply-now .input.error {
    border-color: #da291c !important
}

.apply-now .input.code {
    padding-left: 13px
}

.apply-now .input.code:before {
    content: "+";
    position: absolute;
    left: 0;
    color: #fff;
    font-family: "FS Matthew";
    font-size: 18px;
    line-height: 0;
    top: 50%
}

.apply-now .input input {
    background: transparent;
    border: 0;
    outline: none;
    width: 100%;
    color: #fff;
    font-family: "FS Matthew";
    font-size: 17.4px;
    height: 100%;
    text-align: left !important;
    line-height: normal
}

@media only screen and (max-width:992px) {
    .apply-now .input input {
        font-size: 16px;
        padding: 0;
        margin: 0;
        height: 36px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .apply-now .input input {
        font-size: 16px;
        padding: 0;
        margin: 0
    }
}

.apply-now .input input::placeholder {
    color: #929eac
}

.apply-now .input input::-webkit-input-placeholder {
    color: #929eac
}

.apply-now .input input::-moz-placeholder {
    color: #929eac
}

.apply-now .input input::-ms-input-placeholder {
    color: #929eac
}

.apply-now .input input::-moz-placeholder {
    color: #929eac
}

.apply-now .select-box {
    width: 100%;
    height: 36px;
    line-height: 40px;
    border-bottom: 1px solid #929eac;
    padding: 0
}

.apply-now .select-box.focus {
    border-color: #fff
}

.apply-now .select-box.focus select {
    color: #fff
}

.apply-now .select-box:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    pointer-events: none;
    z-index: 3;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.apply-now .select-box select::-ms-expand {
    display: none
}

.apply-now .select-box select {
    color: #929eac;
    font-family: "FS Matthew";
    font-size: 18px;
    border: 0;
    background: transparent;
    outline: none;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 100%
}

@media only screen and (max-width:992px) {
    .apply-now .select-box select {
        font-size: 16px;
        padding: 0;
        margin: 0;
        height: 36px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .apply-now .select-box select {
        font-size: 16px;
        padding: 0;
        margin: 0
    }
}

.apply-now .select-box select option {
    font-size: 16px;
    color: #445056;
    font-family: "FS Matthew"
}

.apply-now .apply-now-btn {
    width: 100%;
    height: 58px;
    background-color: #003087;
    color: #fff;
    font-size: 21px;
    font-family: "FS_Matthew Bold";
    display: block;
    border-radius: 15px 3px 15px 3px;
    -webkit-border-radius: 15px 3px 15px 3px;
    -moz-border-radius: 15px 3px 15px 3px;
    text-align: center;
    line-height: 54px;
    margin-top: 41px;
    transition: all ease .2s;
    position: relative;
    opacity: 1;
    cursor: pointer
}

.apply-now .apply-now-btn:hover {
    background-color: #fff;
    color: #003087
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .apply-now .apply-now-btn {
        margin-top: -20px
    }
    .apply-now .apply-now-btn:hover {
        background-color: #003087;
        color: #fff
    }
}

.apply-now .apply-now-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden
}

.apply-now .apply-now-btn.active {
    width: 58px;
    pointer-events: none;
    cursor: default;
    border-radius: 32px;
    margin-left: auto;
    margin-right: auto
}

.apply-now .apply-now-btn.active span {
    opacity: 0
}

.apply-now .apply-now-btn.active:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    height: 28px;
    width: 28px;
    border: 3px solid rgba(255, 255, 255, 0.33);
    border-top-color: #fff;
    border-radius: 50%;
    -webkit-animation: loading-btn--fade-in .33s ease, loading-btn--rotation .66s linear 0s infinite;
    animation: loading-btn--fade-in .33s ease, loading-btn--rotation .66s linear 0s infinite
}

.apply-now.full-width .form-item {
    margin-bottom: 30px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .apply-now.full-width .form-item {
        margin-bottom: 15px
    }
}

.apply-now.full-width a.apply-now-btn {
    margin-top: 0
}

.apply-now.full-width .form-result {
    padding: 81px 0 95px
}

@keyframes loading-btn--fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes loading-btn--rotation {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.white-box .apply-now .input.code:before {
    color: #0c2340
}

.white-box .apply-now .form-item label.error {
    color: #da291c !important
}

.white-box .form-result p {
    color: #003087
}

.white-box .form-result span {
    color: #0c2340
}

.white-box .apply-now,
.white-box .calc-box {
    background-color: #fff
}

.white-box .apply-now h2,
.white-box .calc-box h2 {
    color: #0c2340
}

.white-box .apply-now .form-item.error label,
.white-box .calc-box .form-item.error label {
    color: #da291c
}

.white-box .apply-now .form-item label,
.white-box .calc-box .form-item label {
    color: #0c2340
}

.white-box .apply-now .form-item .slider-input,
.white-box .calc-box .form-item .slider-input {
    border-color: #a5b2c9
}

.white-box .apply-now .form-item .slider-input label,
.white-box .calc-box .form-item .slider-input label {
    color: #9ea7b3
}

.white-box .apply-now .form-item .slider-input input,
.white-box .calc-box .form-item .slider-input input {
    color: #0c2340
}

.white-box .apply-now .form-item .slider-box .minmax-val span,
.white-box .calc-box .form-item .slider-box .minmax-val span {
    color: #9ea7b3
}

.white-box .apply-now .form-item .slider-box .ui-widget.ui-widget-content::before,
.white-box .calc-box .form-item .slider-box .ui-widget.ui-widget-content::before {
    border: 0;
    background: #637488;
    height: 2px
}

.white-box .apply-now .form-item .slider-box .ui-slider-horizontal .ui-slider-range-min,
.white-box .calc-box .form-item .slider-box .ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.white-box .apply-now .form-item .slider-box .ui-slider-horizontal .ui-slider-range-min:before,
.white-box .calc-box .form-item .slider-box .ui-slider-horizontal .ui-slider-range-min:before {
    background: #2672cf;
    top: 8px
}

.white-box .apply-now .form-item .slider-box .ui-state-default,
.white-box .calc-box .form-item .slider-box .ui-state-default,
.white-box .apply-now .form-item .slider-box .ui-widget-content .ui-state-default,
.white-box .calc-box .form-item .slider-box .ui-widget-content .ui-state-default {
    background: #f0f0f0;
    border: 2px solid #d6dfe8;
    width: 22px;
    height: 22px;
    top: -4px
}

.white-box .calc-detail {
    border-top: 2px solid #d5d8db;
    background: #fff
}

.white-box .calc-detail h2 {
    color: #0c2340
}

.white-box .calc-detail ul li span {
    color: #0c2340
}

.white-box .calc-detail ul li+li {
    border-color: #ced3d9
}

.white-box .calc-detail:before {
    background: url("../../../../-/media/images/fab/loans/other/calc-arrow-white.png") no-repeat;
    top: -2px
}

.white-box .apply-now p {
    color: #0c2340
}

.white-box .apply-now .input,
.white-box .apply-now .select-box {
    border-color: #b6bdc5
}

.white-box .apply-now .input input,
.white-box .apply-now .select-box input,
.white-box .apply-now .input select,
.white-box .apply-now .select-box select {
    color: #b6bdc5
}

.white-box .apply-now .input input::placeholder,
.white-box .apply-now .select-box input::placeholder {
    color: #b6bdc5
}

.white-box .apply-now .input input::-webkit-input-placeholder,
.white-box .apply-now .select-box input::-webkit-input-placeholder {
    color: #b6bdc5
}

.white-box .apply-now .input input::-moz-placeholder,
.white-box .apply-now .select-box input::-moz-placeholder {
    color: #b6bdc5
}

.white-box .apply-now .input input::-ms-input-placeholder,
.white-box .apply-now .select-box input::-ms-input-placeholder {
    color: #b6bdc5
}

.white-box .apply-now .input input::-moz-placeholder,
.white-box .apply-now .select-box input::-moz-placeholder {
    color: #b6bdc5
}

.white-box .apply-now a.apply-now-btn:hover,
.white-box .calc-detail>a:hover {
    background-color: #003087;
    color: #fff
}

.white-box .apply-now .select-box:after {
    border-top-color: #0c2340
}

.white-box .form-item.error .input,
.white-box .form-item.error .select-box {
    border-color: #da291c
}

.white-box .apply-now .input.focus,
.white-box .apply-now .select-box.focus {
    border-color: #003087
}

.white-box .apply-now .input.focus input,
.white-box .apply-now .select-box.focus input,
.white-box .apply-now .input.focus select,
.white-box .apply-now .select-box.focus select {
    color: #0c2340
}

.white-box .has-error .focus {
    border-color: #da291c !important
}

@keyframes scaleAnimation {
    0% {
        opacity: 0;
        transform: scale(1.5)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

#iconAnimationCircle {
    stroke-dasharray: 151px 151px;
    stroke: #fff
}

#iconAnimationCheck {
    stroke-dasharray: 36px 36px;
    stroke: #25e479
}

#iconAnimationResult {
    fill: #fff;
    opacity: 0
}

#iconAnimation.animated {
    animation: 1s ease-out 0s 1 both scaleAnimation
}

#iconAnimation.animated #iconAnimationCircle {
    animation: 1s cubic-bezier(.77, 0, .175, 1) 0s 1 both drawCircle, .3s linear .9s 1 both fadeOut
}

#iconAnimation.animated #iconAnimationCheck {
    animation: 1s cubic-bezier(.77, 0, .175, 1) 0s 1 both drawCheck, .3s linear .9s 1 both fadeOut
}

#iconAnimation.animated #iconAnimationResult {
    animation: .3s linear .9s both fadeIn
}

.text-right {
    text-align: right
}

.form-result {
    text-align: center;
    display: none
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .form-result {
        padding: 50px 0
    }
}

.form-result .screen {
    display: none
}

.form-result .render-icon {
    position: relative;
    width: 210px;
    height: 210px;
    margin: -30px auto auto
}

.form-result .render-icon.animated::before {
    opacity: 1
}

.form-result .render-icon:before {
    content: "";
    background: #25e479;
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all ease .2s
}

.form-result .error-result .render-icon::before {
    background: #DA291C
}

.form-result p {
    color: #fff;
    font-size: 22px;
    font-family: "FS_Matthew Medium";
    margin: 6px 0 0;
    animation-delay: .6s;
    opacity: 0
}

.form-result span {
    color: #fff;
    font-size: 16px;
    font-family: "FS Matthew";
    display: block;
    margin-top: 15px;
    animation-delay: .8s;
    opacity: 0
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .page-banner img {
        max-width: 100%
    }
}

.info {
    margin: 0
}

.visible-print {
    display: none
}

@media print {
    *,
    *:after,
    *:before {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    .logo img:first-child {
        display: block !important
    }
    img {
        margin: 0
    }
    .visible-print {
        display: block
    }
    .visible-print table td {
        padding: 15px 26px
    }
    .visible-print .table {
        width: 100%
    }
    .visible-print .table thead {
        font-family: "FS_Matthew Bold", sans-serif;
        background: #f7f7f7 !important;
        letter-spacing: 1px
    }
    .visible-print .table thead th {
        padding: 20px 15px;
        background: none !important
    }
    .visible-print .table td,
    .visible-print .table th {
        padding: 15px;
        border-bottom: 1px solid #e3e3e3
    }
    .visible-print .table tr:last-child th {
        border-bottom: none
    }
    .visible-print .highcharts-container {
        margin: 0 auto
    }
    .fab-masthead,
    .page-container-wrap,
    footer {
        display: none
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #reCaptchaApplyCard {
        transform: scale(.77);
        -webkit-transform: scale(.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

@media only screen and (max-width: 1024px) {
    .lifestyle {
        padding-left: 40px;
        padding-right: 40px
    }
}

.lifestyle-title {
    color: #003087;
    width: 100%;
    font-size: 22px;
    padding-bottom: 4px;
    border-bottom: 1px solid #003087;
    padding-top: 2px;
    margin-bottom: 35px
}

.lifestyle .form-row {
    margin-left: -15px;
    margin-right: -15px
}

.lifestyle-calc .form-group {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 21px
}

.lifestyle-calc .form-group label {
    color: #0c2340;
    font-size: 18px;
    margin-bottom: 0
}

.lifestyle-calc .input-group {
    border-bottom: 1px solid #ced3d9
}

.lifestyle-calc .input-group-text {
    border: none;
    color: #9ea7b3;
    background: none;
    padding-left: 0;
    font-size: 18px;
    line-height: 1.3
}

.lifestyle-calc .input-group input {
    float: right
}

.lifestyle-calc input {
    border: 0;
    background-color: transparent;
    outline: none;
    font-size: 18px;
    color: #0c2340;
    text-align: right;
    font-family: "FS Matthew";
    flex: 1
}

.lifestyle-calc input.border-bottom {
    border-bottom: 1px solid #ced3d9
}

.lifestyle-calc input::placeholder {
    color: #9ea7b3
}

.lifestyle-calc input::-webkit-input-placeholder {
    color: #9ea7b3
}

.lifestyle-calc input::-moz-placeholder {
    color: #9ea7b3
}

.lifestyle-calc input::-ms-input-placeholder {
    color: #9ea7b3
}

.lifestyle-calc input::-moz-placeholder {
    color: #9ea7b3
}

.lifestyle-calc .lifestyle-expense {
    color: #606f82;
    margin-top: -8px
}

.lifestyle-calc .lifestyle-expense .expanse-input {
    width: 180px;
    display: inline-block;
    float: right
}

.lifestyle-calc .lifestyle-expense .expanse-input input {
    width: 137px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .lifestyle-calc .lifestyle-expense .expanse-input {
        float: left;
        margin-left: 25px
    }
}

.lifestyle-calc .lifestyle-expense-item {
    margin-bottom: 7px;
    position: relative
}

.lifestyle-calc .lifestyle-expense-item .color {
    width: 16px;
    height: 16px;
    background-color: red;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: -2px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .lifestyle-calc .lifestyle-expense-item .color {
        margin-right: 5px
    }
}

.lifestyle-calc .lifestyle-expense-item-title {
    line-height: 37px;
    font-size: 18px;
    color: rgba(12, 35, 64, 0.7)
}

.lifestyle-calc .lifestyle-expense-item-percent {
    color: #0c2340;
    font-size: 18px;
    line-height: 37px;
    margin-left: 30px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .lifestyle-calc .lifestyle-expense-item-percent {
        margin-left: 0;
        float: right
    }
}

.lifestyle-calc .lifestyle-expense-item .removeExpense img {
    width: 14px;
    position: absolute;
    right: -20px;
    top: 12px
}

.lifestyle-calc .add-expense {
    width: 180px;
    float: right;
    height: 58px;
    background-color: white;
    color: #0c2340;
    font-size: 18px;
    font-family: "FS_Matthew Bold";
    display: block;
    border: 2px solid #ced3d9;
    border-radius: 15px 3px 15px 3px;
    -webkit-border-radius: 15px 3px 15px 3px;
    -moz-border-radius: 15px 3px 15px 3px;
    text-align: center;
    line-height: 54px;
    margin-top: 12px;
    transition: all ease .2s
}

.lifestyle-calc .add-expense span {
    position: relative;
    margin-right: 13px;
    margin-left: 12px
}

.lifestyle-calc .add-expense span:after,
.lifestyle-calc .add-expense span:before {
    content: "";
    position: absolute;
    background-color: #0c2340
}

.lifestyle-calc .add-expense span:after {
    width: 2px;
    height: 16px;
    top: 5px;
    left: -1px
}

.lifestyle-calc .add-expense span:before {
    width: 16px;
    height: 2px;
    left: -8px;
    top: 12px
}

.lifestyle-calc .add-expense:hover {
    background: #ced3d9
}

.lifestyle .chart-container {
    padding: 20px 40px 20px 20px;
    max-width: 570px;
    z-index: 2;
    position: relative;
    margin-top: 20px
}

@media only screen and (max-width: 1024px) {
    .lifestyle .chart-container {
        max-width: 100%;
        padding-right: 20px
    }
}

.lifestyle .chart-container.high:after {
    background-color: #ed2f2a !important
}

.lifestyle .chart-container.high .low {
    display: none !important
}

.lifestyle .chart-container.high .high {
    display: block !important
}

.lifestyle .chart-container.high .approach {
    display: none !important
}

.lifestyle .chart-container.approach:after {
    background-color: #ff8a00 !important
}

.lifestyle .chart-container.approach .low {
    display: none !important
}

.lifestyle .chart-container.approach .high {
    display: none !important
}

.lifestyle .chart-container.approach .approach {
    display: block !important
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .lifestyle .chart-container {
        max-width: 100%;
        width: 100%;
        padding-bottom: 20px
    }
}

.lifestyle .chart-container:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #2672cf
}

.lifestyle .chart-container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: -40px;
    bottom: -40px;
    background: #003087;
    z-index: -1
}

.lifestyle .chart-container .chart-content {
    position: relative;
    z-index: 5;
    padding-left: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .lifestyle .chart-container .chart-content {
        padding-left: 0
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .lifestyle .chart-container .chart-content #chart {
        margin-top: 40px;
        margin-left: -10px
    }
}

.lifestyle .chart-container .chart-content a {
    color: white !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

.lifestyle .chart-container.yesDownload .chart-button a,
.lifestyle .chart-container.yesPrint .chart-button a {
    color: white
}

.lifestyle .chart-container.yesDownload .chart-button a img,
.lifestyle .chart-container.yesPrint .chart-button a img {
    opacity: 1
}

.lifestyle .chart-container .chart-button {
    position: absolute;
    z-index: 8;
    width: 210px;
    color: white;
    right: 30px;
    top: 40px
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .lifestyle .chart-container .chart-button {
        right: 10px
    }
}

.lifestyle .chart-container .chart-button .download {
    margin-right: 0 !important;
    padding-right: 0 !important
}

.lifestyle .chart-container .chart-button .download img {
    width: 20px !important;
    margin-right: 10px !important
}

.lifestyle .chart-container .chart-button .download:after {
    display: none
}

.lifestyle .chart-container .chart-button .download,
.lifestyle .chart-container .chart-button .print {
    position: relative;
    line-height: 0;
    padding-right: 18px;
    margin-right: 18px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5)
}

.lifestyle .chart-container .chart-button .download img,
.lifestyle .chart-container .chart-button .print img {
    width: 31px;
    margin-right: 5px;
    margin-top: -5px;
    font-family: "FS_Matthew Light";
    opacity: .5
}

.lifestyle .chart-container .chart-button .download span,
.lifestyle .chart-container .chart-button .print span {
    padding-top: 20px;
    font-family: "FS_Matthew Light"
}

.lifestyle .chart-container .chart-button .download::after,
.lifestyle .chart-container .chart-button .print::after {
    content: "";
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px
}

.lifestyle .chart-container h2 {
    color: white;
    font-size: 30px;
    font-family: "FS_Matthew Medium";
    position: relative
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .lifestyle .chart-container h2 {
        margin-top: 10px;
        font-size: 20px
    }
}

.lifestyle .chart-container h2:before {
    content: "";
    position: absolute;
    left: -40px;
    border: 9px solid transparent;
    border-left-color: white;
    top: 50%;
    margin-top: -6px
}

.lifestyle .chart-container p {
    color: white;
    font-family: "FS_Matthew Light";
    font-size: 18px
}

.lifestyle .chart-container .chart-info {
    position: absolute;
    right: 0;
    top: 100px;
    width: 210px
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .lifestyle .chart-container .chart-info {
        width: 150px
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .lifestyle .chart-container .chart-info {
        position: relative;
        top: auto
    }
}

.lifestyle .chart-container .chart-info .box {
    padding: 15px 0;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-align: right
}

.lifestyle .chart-container .chart-info .box:last-child {
    border: none
}

.lifestyle .chart-container .chart-info .box-title {
    font-size: 16px;
    font-family: "FS_Matthew Light"
}

.lifestyle .chart-container .chart-info .box-subtitle {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 10px
}

.lifestyle .chart-container .chart-info .box-value {
    font-size: 22px
}

.progress-slide {
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    width: 0%;
}

input[type='tel'] {
    text-align: right;
}

.not-eligible {
    color: #faff38 !important;
    font-size: 12px !important;
    display: none;
    width: 150px;
}

@media only screen and (max-width: 991px){
    .calc-detail{
            margin-top: -15px;
    }
    #term-field{
        text-align: left;
    }
    .calc-wrap .form-item.rates .slider-input {

    top: -15px;
    }
    .not-eligible {

    position: relative;
    top: 40px;
    margin-left: -24px;
    float: left;
}
}

@media only screen and (max-width: 415px){
     .pay-max-show{
        text-align: right;
        padding-left: 20px;
     }
     .minmax-val .max-value{
        padding-left: 15px;
     }
}
