* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    color: #545a63;
}
body {
    font-family: 'Dosis', Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #545a63;
}
.c24-logo {
    background: url(../images/credit24.png) no-repeat 0 0;
    background: url(../images/credit24.svg) no-repeat 0 0, linear-gradient(transparent, transparent);
    width: 140px;
    height: 36px;
    margin: 30px auto 15px;
}
.c24-logo-top {
    position: absolute;
    top: 0;
    background: url(../images/credit24-bg.png) no-repeat 0 0;
    background: url(../images/credit24-bg.svg) no-repeat 0 0, linear-gradient(transparent, transparent);
    width: 180px;
    height: 91px;
    margin: 0px;
}
.btn-wrap a:visited{
    color:#fff;
}
.table {
    display: table;
    height: 100%;
    width: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.blue {
    color: #065272;
    font-weight: 600;
}
.gold {
    color: #f49e04;
    font-weight: 600;
}
.header {
    height: 250px;
}
.container {
    max-width: 1040px;
}
.section1 {
    position: relative;
    padding: 5% 0 5% 0;
    text-align: center;
    background: url(../images/header_bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}
.section1 .bg-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    left: 0;
    background: url(../images/bg_overlay.png) center center no-repeat;
}
.logos-top {
    position: relative;
    top: 0;
    right: 0;
    padding-top: 28px;
}
.logos-top img {
    display: inline-block;
    padding: 0;
    margin: 20px 20px 0 0;
}
.icon-n {
    position: absolute;
    z-index: +1;
    top: 100px;
    left: 35%;
}
.icon-1 {
    background: url(../images/icon1.png) center center no-repeat;
    width: 162px;
    height: 162px;
}
.icon-2 {
    background: url(../images/icon2.png) center center no-repeat;
    width: 162px;
    height: 162px;
}
.icon-3 {
    background: url(../images/icon3.png) center center no-repeat;
    width: 162px;
    height: 162px;
}
.icon-4 {
    background: url(../images/icon4.png) center center no-repeat;
    width: 162px;
    height: 162px;
}
.icon-5 {
    background: url(../images/icon5.png) center center no-repeat;
    width: 162px;
    height: 162px;
}
.section1 h3 {
    font-weight: 700;
    font-size: 82px;
    line-height: 1;
    text-transform: uppercase;
    border: none;
    padding: 0;
    margin: 30px 0 0 0;
    text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.4);
}
.section1 h4 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    text-transform: uppercase;
    border: none;
    padding: 0;
    margin: 10px 0 20px 0;
    text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.4);
}
.yellow {
    color: #f7a500;
}
.section1 p {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 2em 0;
}
.section1 p strong {} .section2 {
    background: #efefef;
    padding: 0 0 2em 0;
}
.section2 h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    color: #065272;
    text-transform: uppercase;
    padding: 0;
    margin: 0.67em 0 0 0;
}
.section2 h2,
.section2 h3 {
    font-size: 24px;
    color: #065272;
    padding: 0;
    margin: 1em 0 0 0;
}
.section2 h2.green {
    color: rgb(255, 127, 0);
}
.section2 h3 {
    margin: 0em 0 0.83em 0;
}
.section2 .left {
    color: #065272;
    width: 50%;
    text-align: center;
}
.section2 p {
    margin: 1em 0;
}
.section2 .left p {
    font-size: 33px;
    margin: 0;
}
.section2 .right {
    border-left: 2px solid #065272;
    padding: 0 0 0 30px;
}
.section2 ul {
    padding: 0 0 0 20px;
    margin: 0;
}
.section2 ul li {
    font-size: 18px;
    color: #065272;
    font-weight: 600;
}
.section2 p strong {
    font-weight: 600;
}
.section2 .btn-submit {
    display: inline-block;
    font-size: 39px;
    text-align: center;
    color: #fff;
    background: #f49e04;
    font-weight: 600;
    text-shadow: 1px 1px #c3882e;
    text-decoration: none;
    padding: 10px 60px;
    border-radius: 2px;
}
.section2 .table-bordered {
    border: 1px solid #ddd;
    border-radius: 33px;
    font-weight: 600;
}
.section2 .table-bordered>thead>tr>th,
.section2 .table-bordered>tbody>tr>th,
.section2 .table-bordered>tbody>tr>td {
    border: 1px solid #ddd;
}
.section2 .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f8f9;
}
.section2 thead {
    background-color: #e7eaeb;
}
.section2 th,
td {
    padding: 10px;
    text-align: center;
}
.section2 thead th {
    font-weight: 400;
    color: #065272;
}
.table-regular {
    font-weight: 400;
}
.section3 {
    padding: 1em 0 2em 0;
}
.section3 h2 {
    font-size: 30px;
    color: #065272;
    margin: 0.5em 0;
}
.section3 ul {
    margin: 2em 0 2em 0;
    padding: 0;
}
.section3 ul li {
    list-style: none;
    margin: 0 0 30px 0;
}
.section3 form {
    margin: 2em 0 0 0;
    padding: 40px 40px 20px 40px;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    z-index: 2;
}
.section3 .form-group textarea {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin: 0 0 20px 0;
}
.section3 .form-group input {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
}
.section3 .error input,
.section3 .error textarea {
    border: 1px solid #e8423b;
}
.error-message {
    padding: 5px 10px;
    color: #e8423b;
    border: 1px solid #e8423b;
    margin: 0px 0px 20px 0;
}
.error-message ul,
.error-message ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.btn-submit {
    margin: 20px 0 20px 0;
}
.form-sent-sucess h3 {
    color: #00b22a;
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.form-sent-sucess {
    text-align: center;
}
.back-to-from {
    text-decoration: underline;
}
.ajax-loader {
    text-align: center;
}
.ajax-loader {
    visibility: hidden;
}
.ajax-loader.loading {
    visibility: visible;
}
.list-label {
    font-weight: 600;
    color: #fff;
    text-align: center;
    width: 100px;
    height: 40px;
    display: inline-block;
    padding: 8px 10px 8px 15px;
    background-color: #e8423b;
    margin-right: 40px;
    position: relative;
}
.list-label:before {
    content: "";
    position: absolute;
    border-bottom: 20px solid transparent;
    border-left: 12px solid #e8423b;
    border-top: 20px solid transparent;
    height: 0px;
    width: 0px;
    right: -12px;
    top: 0px;
}
.section3 .btn-wrap {
    margin: 0 0 2em 0;
}
.section3 .btn-submit {
    display: inline-block;
    font-size: 39px;
    text-align: center;
    color: #fff;
    background: #f49e04;
    font-weight: 600;
    text-shadow: 1px 1px #c3882e;
    text-decoration: none;
    padding: 10px 60px;
    border-radius: 2px;
    border: none;
}
.section3 small {
    display: block;
    font-size: 13px;
    line-height: 1.2;
}
.section4 {
    background: #e0e0e0;
    padding: 2em 0;
}
.section4 h2 {
    text-align: center;
    margin: 0 0 1.2em 0;
}
.section4 .contact {
    float: left;
    width: 100%;
    font-size: 23px;
    border-bottom: 1px solid #c1c1c1;
    padding: 0 0 15px 0;
}
.section4 .contact .left,
.section4 .contact .right {
    padding: 0;
}
.section4 .contact .right {
    text-align: right;
}
.section4 .contact span {
    display: inline-block;
}
.section4 .contact span.email {
    text-align: right;
}
.section4 .contact img {
    margin: 0 10px 0 0;
}
.section4 .bottom {
    text-align: center;
    font-size: 16px;
}
/*Calculator css*/

.calculator {
    z-index: 500;
    width: 100%;
    height: 75px;
    margin: 2em 0 2em 0;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    border: none;
    background-color: #fff;
    border-radius: 3px;
    font-weight: 600;
}
.calc-disclaimer {
    font-size: 12px;
    text-align: center;
    margin: -25px 0px 40px 0px;
}
.ui-slider .ui-slider-track .ui-btn-active {
    background-color: rgb(255, 127, 0);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .4);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .4);
}
.ui-slider-track .ui-btn.ui-slider-handle {
    border-radius: 50%;
    background-color: #065272;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 8px #b0b0b0;
    -moz-box-shadow: 0 0 8px #b0b0b0;
    box-shadow: 0 0 8px #b0b0b0;
}
.ui-page-theme-a a:hover {
    text-decoration: none;
    color: #545a63;
}
.btn-wrap > a:hover {
    text-decoration: none;
    color: #fff;
}
.input-container {
    position: relative;
    display: inline-block;
}
.ammount input {
    width: 110px;
    padding: 5px 8px;
    border-radius: 3px;
    font-size: 18px;
    color: #3192d0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .45);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .45);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .45);
    border: 0px solid #d8d8d8;
    text-align: center;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#subtract {
    background: url(../images/sub.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    left: 6px;
}
#add {
    background: url(../images/add.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 20px;
}
.results {
    font-size: 13px;
    position: absolute;
    right: 30px;
    top: -7px;
    margin: 20px 0 0;
    padding: 32px 0px 0px 18px;
    width: 135px;
    height: 120px;
    background: url(../images/resultsbg.png) no-repeat 0 0;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-shadow: none;
}
.ammount {
    position: relative;
    z-index: 560;
    left: 0;
    right: 0;
    top: 0px;
    margin: 0 auto;
    width: 15%;
    display: inline-block;
    text-align: left;
    line-height: 45px;
    float: left;
}
.slider {
    display: block;
    width: 67%;
    float: left;
}
.slider-min {
    font-size: 12px;
    color: #d0d0d0;
    text-align: left;
    position: absolute;
    left: 26%;
    top: 85px;
}
.slider-max {
    font-size: 12px;
    color: #d0d0d0;
    text-align: left;
    position: absolute;
    left: 74%;
    top: 85px;
}
.ui-slider .input .ui-slider-input {
    font-size: 18px;
}
#c24_banner_calc_result_monthlyPayment {
    text-align: center;
    padding: 2px 3px;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
}
.time {
    display: none;
}
/*calculcator css end*/

@media screen and (max-width: 991px) {
    .section4 .contact .left,
    .section4 .contact .right {
        text-align: center;
    }
    .icon-n {
        position: absolute;
        z-index: +1;
        top: 110px;
        left: 20%;
    }
    .section1 h3 {
        margin-top: 60px;
    }
    .slider-min {
        left: 27%;
    }
    .slider-max {
        left: 73%;
    }
}
@media screen and (max-width: 780px) {
    .calculator {
        width: 100%;
        height: 230px;
        margin: 1.5em 0 1em 0;
    }
    .calc-disclaimer {
        margin: 15px 0px 40px 0px;
    }
    .results {
        margin: 0 auto;
        right: 0px;
        left: 0px;
        top: 80px;
    }
    .slider {
        width: 85%;
    }
    .slider-min {
        left: 27%;
        top: 55px;
    }
    .slider-max {
        left: 89%;
        top: 55px;
    }
}
@media screen and (max-width: 640px) {
    .section1 h3 {
        font-size: 48px;
        margin-top: 80px;
    }
    .section1 h4 {
        font-size: 36px;
    }
    .section1 p {
        font-size: 14px;
    }
    .calculator {
        width: 100%;
        height: 230px;
        margin: 1.5em 0 1em 0;
    }
    .results {
        margin: 0 auto;
        right: 0px;
        left: 0px;
        top: 80px;
    }
    .ammount {
        width: 20%;
    }
    .slider {
        width: 80%;
    }
    .slider-max {
        left: 86%;
        top: 55px;
    }
    .slider-min {
        left: 36%;
        top: 55px;
    }
    .header {
        height: 250px;
    }
    .section1 {
        padding: 5% 0 15% 0;
    }
    .hide-mobile {
        display: none !important;
    }
    .section2 .right {
        text-align: center;
        border-left: none;
        border-top: 2px solid #065272;
        margin-top: 1em;
    }
    .section2 h1 {
        text-align: left;
        font-size: 36px;
        line-height: 36px;
    }
    .section2 h2 {
        text-align: left;
        font-size: 24px;
    }
    .section2 .btn-wrap {
        margin: 2em 0;
    }
    .section2 .btn-submit,
    .section3 .btn-submit {
        font-size: 30px;
        padding: 10px 20px;
    }
    {
        font-size: 30px;
        padding: 10px 20px;
    }
    .table-cell {
        display: block;
    }
    .section2 .left {
        width: 100%;
    }
    .section2 .left p {
        font-size: 17px;
    }
    .section2 p strong {
        font-size: 28px;
    }
    .section2 ul {
        display: inline-block;
        padding: 0;
    }
    .section3 ul {
        margin: 2em 0;
    }
    .section2 ul li {
        font-size: 18px;
    }
    .section2 .btn-submit,
    .section3 .btn-submit {
        width: 100%;
    }
    .list-label {
        display: block;
        margin-bottom: 10px;
    }
    .section3 ul li {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {
    body {
        font-size: 15px;
    }
    .section1 h3 {
        font-size: 30px;
        margin-top: 120px;
    }
    .section1 h4 {
        font-size: 22px;
    }
    .section1 p {
        font-size: 13px;
    }
    .ammount {
        text-align: center;
        width: 100%;
    }
    .slider {
        width: 100%;
    }
    .results {
        top: 120px;
    }
    .calculator {
        height: 270px;
    }
    .slider-min {
        left: 26%;
        top: 105px;
    }
    .slider-max {
        left: 80%;
        top: 105px;
    }
    .icon-n {
        position: absolute;
        z-index: +1;
        top: 112px;
        left: 10%;
    }
    .section1 img {
        width: 50%;
        height: auto;
    }
    .section1 h1 {
        font-size: 31px;
        margin-top: 4em;
    }
    .section1 p {
        font-size: 18px;
    }
    .section3 h2 {
        font-size: 24px;
    }
    .section4 .contact {
        font-size: 16px;
    }
    .section3 small {
        text-align: center;
    }
}