﻿@font-face {
    font-family: robotobold;
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: roboto-bolditalic;
    src: url(../fonts/Roboto-BoldItalic.ttf);
}
@font-face {
    font-family: open-sans;
    src: url(../fonts/OpenSans-Regular_0.ttf);
}
html, body {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    position: relative;
    min-height: 100%;
    background-color: #fff;
    font-family: 'open-sans';
    font-size: 15px;
    line-height: 28px;
    color: #212529;
    -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    font-weight: 600;
    padding: 0;
    margin: 0 0 10px 0;
    font-family: 'robotobold'
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
}

p {
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
}

a, a:link, a:active, a:visited, a:hover, a:focus {
    color: #212529;
    text-decoration: none;
    outline: 0;
    outline-offset: 0;
}

    a:hover {
        color: #000;
    }

img {
    max-width: 100%;
    vertical-align: middle;
}

ul {
    list-style-type: none;
}
section {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*------------- common css -----------------*/
textarea {
    resize: none;
    max-height: 80px;
}

.form-control:focus {
    border: 1px solid #20222b;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

a.btn, .btn {
    background-color: #0066a6;
    color: #fff;
    font-size: 15px;
    border: 0px solid #0066a6;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

a.btn:hover, .btn:hover, .btn-primary:hover {
    background-color: #025990;
    color: #fff;
    border: 0px solid #0066a6;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

a.btn:focus, .btn:focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.errormsg {
    color: #c50d0d;
    font-size: 13px;
}

.successbox {
    display: none;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: 12px 15px;
    margin: 0 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    width: 100%;
}

.errorbox {
    display: none;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 12px 15px;
    margin: 0 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    width: 100%;
}

.sel-nobor {
    display: block;
    width: 98%;
    margin: 10px 0 10px 3px;
    padding: 0;
    border: 0px solid #ccc;
    color: #4d4d4d;
}

    .sel-nobor:focus {
        outline: 0;
    }

.img-center {
    margin: 0 auto;
    text-align: center;
}

.cor1 {
    color: #fff;
}

.cor2 {
    color: #0066a6;
}

.bgcol1 {
    background-color: #1376bc;
}

.bgcol2 {
    background-color: #fa683d;
}

.bgcol3 {
    background-color: #f7f7f7;
}

.ptext {
    color: #1e2432;
    line-height: 1.5em;
}



.wrap {
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

    .wrap:before, .wrap:after {
        content: '';
        height: 0;
        display: block;
    }

    .wrap:after {
        clear: both;
    }

.section {
    padding: 60px 0;
    position: relative;
}
/*------------- main-navigation -----------------*/

a.nav-link {
    color: #fff;
}

.ap-navbar-brand-logo, .ft-logo {
    max-height: 40px;
}

.navbar-light .navbar-toggler {
    color: rgb(245 245 245);
    border-color: rgb(255 255 255 / 85%);
    background-color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #fff
    }

.navbar-expand-lg > .container {
    background-color: rgb(41 53 73 / 0.80);
    padding: 10px 20px;
}
/*------------- close main-navigation -----------------*/

/* .pg-homewrap .hometopslide .lead{ font-size:22px; line-height:38px; max-width:889px; margin:0 auto;} */

/*------------- footer -----------------*/
.foot-wrap {
    color: #c8cfd5;
    display: inline-block;
    width: 100%;
    background-color: #4c5761;
}

.footer {
    padding: 0;
}

    .footer h6, .footer .title {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 10px;
        position: relative; /* cursor: pointer; border-bottom:1px dashed #959595; */
    }

    .footer .col, .footnav {
        padding-top: 30px;
    }

.footlogo {
    margin-right: 10px;
    margin-top: 2px;
    max-height: 50px;
}

.infocom {
    float: left;
    max-width: 310px;
    margin-right: 30px;
}

    .infocom img {
        float: left;
    }

.foot-txt-wrap {
    float: left;
}

    .foot-txt-wrap p {
        padding-bottom: 0;
        font-size: 13px;
        margin-bottom: 0;
        color: #c8cfd5;
    }

    .foot-txt-wrap p {
        margin-top: -8px;
    }

        .foot-txt-wrap p a {
            font-weight: bold;
            color: #c8cfd5;
        }

            .foot-txt-wrap p a:hover {
                color: #e0e9f1;
            }

.pci-dss img {
    float: right;
}

.copyright {
    color: #9a9b9b;
}

/*------------- close footer css -----------------*/
.close {

    position: absolute;
    right: -20px;
    background-color: #ccc !important;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    padding: 0px !important;
    color: #000 !important;
    top: -20px;
    opacity: 1;
    z-index: 9999;

}

/*------------- homesec1 -----------------*/

.signup-box {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 10px;
}

    .signup-box .sec-th {
        margin-bottom: 65px;
    }

.custom-frame {
    width: 530px;
    height: 670px;
    border: 0;
    z-index: 100;
    position: relative;
}

.fserv-body::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.custom-frame::-webkit-scrollbar {
  display: none;
}

.banner-figure {
    position: relative;
}

.scroll-pane {
    width: 100%;
    height: 620px;
    overflow: auto;
}

.whbg {
    background-color: #fff;
    padding: 80px 0 0 80px;
    width: 161%;
    height: 430px;
    margin-left: -200px;
}

.phara-text {
    padding: 0 120px;
}

.vidbg {
    position: relative;
    z-index: 1;
    max-width: 516px;
}
/* .vidbg img{
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.70);
} */
.videoframe {
    width: 100%;
    min-height: 100%;
    height: 315px;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.70);
}

.sec-signup-box {
    padding-bottom: 90px;
}

.signup-box-pg {
    padding-top: 60px;
}
/************************** START CUSTOM LANDING PAGE STYLES  ********************/
/*Banner*/
.bg-main {
    background: url('../images/sec-bg.png') no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 100%;
    position: relative;
}
.list-style-arrow {
    list-style-image: url(../images/doublearrow.png);
    padding: 5px 0px 0px 15px;
}
/* Loan Section */
.loanimg {
    width:80px;
    height: 80px;
    object-fit: contain
}
.ulLoan {
    list-style:disc
}
.loan-desc {
    z-index: 1;
    position: relative;
    border: 1px solid #e9ecef;
}
/** BANNER BOTTOM */
.banner-bottom {
    position: absolute;
    bottom: 15px;
    /*padding: 90px 20px 30px 20px;*/
    height: 100px;
}
/**PARTNERS*/
.partner-box {
    width: 250px;
    height: 60px;
    text-align: center;
    border: 1px solid #ECF2F2;
    background: #F9FBFB;
    margin:20px auto;
}
.partner-box img {
    height: 55px;
    width: auto;
    vertical-align:middle
}
.mt-75px {
    margin-top: 75px;
}
footer {
    background-color: #e5e5e5;
    padding: 15px 0;
}
footer p {
    margin-bottom: 0;
    padding: 0;
    color: #000;
    padding: 0;
}
.copy {
    color: #4d4d4d;
    font-size: 13px;
}
.navbar {
    padding: 0;
}
.panner-bar {
    padding: 100px 0;
}
.panner {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
}
.panner span {
    font-size: 30px;
}
/*CONTACT*/
.bg-contact {
    background: url(../images/bg-contact.png);
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.contact {
    position: absolute;
    top: 40%;
    left: 20px;
    padding-bottom: 50px
}
.banner-promo h3 {
    color: #000;
    margin-bottom: 35px;
}
.banner-promo p {
    margin-bottom: 15px;
}
/*Colors -- Text and Background */
.text-white {
    color: white;
}
.text-blue {
    color: #0849a1;
}
.bg-gradientblue {
    background-image: linear-gradient(to bottom right,#0A67B1,#22AFAB );
}
.bg-lightgray-box {
    background: #f4f5f9;
}
.text-green {
    color: #80FF76;
}
/*Font Sizes*/
.font-md-24 {
    font-size: 18px;
}
.font-md-26 {
    font-size: 26px;
}
.font-md-22 {
    font-size: 22px;
}
.font-md-20 {
    font-size: 20px;
}
.pr-qus {
    text-align: center;
}
.pr-qus p {
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 15px
}
.pr-qus .btn {
    width: 160px;
    padding: 10px;
    border-radius: 0;
    background-color: #0860b1;
}
.brs {
    border-right: 2px solid #ccc; 
}
.boom {
    padding: 20px 0;
}
.loan-teams {
    padding: 15px 80px;
    background-color: #fff;
    border: 2px solid #eef3f5;
}
.lenders {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lenders li {
    display: inline-flex;
    width: 100%;
    border-bottom: 2px solid #ccc;
    margin-top: 10px;
}
.lenders li:last-child {
    border: none;
}
.brandi {
    border: 2px solid #ced4da;
    min-height: 250px;
    padding: 30px;
    margin-bottom: 40px;

}
.brandi img {
    width: 200px;
    margin-bottom: 20px;
}
.brandi p {
    padding-bottom: 0;
}
.clickgo .btn {
    border-radius: 0;
    border: 2px solid #0860b1;
    background-color: #fff;
    color: #0860b1;
    margin-top: 30px;
}
.clickgo .btn:hover {
    background-color: #0860b1;
    color: #fff;
    border: 2px solid #0860b1;
}
.loan-head {
    font-size: 22px;
}
#loaderhead {
    text-align: center;
    position: absolute;
    z-index: 999;
    margin: auto;
    right: 0;
    left: 0;
    height: 640px;
    background-color: #fff;
    border-radius: 8px;
}
#loaderhead img {
    width: 150px;
    margin-top: 25%;
}

.loading {
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}
.loading { min-height: 100%; }
.loading {
    background: #333;
    -webkit-transition: background-color 0;
    transition: background-color 0;
    opacity: 0;
    -webkit-transition: opacity 0;
    transition: opacity 0;
}
#sme .editFormWrapper {
    margin-left: 20% !important;
}
.comming {
    text-align: center;
    color: #0860b1;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 18px;
}
.com {
    padding-bottom: 5px;
    width: 75%;
    margin: 0 auto;
    padding-top: 20px;
}

#back2Top,
.scrolldown {
    position: fixed;
    right: 50px;
    bottom: 65px;
    z-index: 9999;
    background: linear-gradient(to bottom right,#0A67B1,#22AFAB );
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 10px;
    border-radius: 2px;
    /*box-shadow: 0 5px 5px 0 rgb(0 0 0 / 0.3);*/
    cursor: pointer;
}
#back2Top .fa, .scrolldown .fa {
    color: #fff;
    line-height: 35px;
    font-size: 25px;
}
.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@media (min-width: 992px) {
    .rowbar {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .col-md-offset-1-and-half {
        margin-left: 12.499999995%; // col-md-offset-1 has 8.33333333
        // so you multiply 8.33333333 * 1.5 = 12.499999995%
    }
    .modal-lg {
        max-width: 80%;
    }
}




@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .bg-main .nav-link {
        color: #0849a1 !important
    }
}

@media all and (max-width:991px) {


    .vidbg {
        margin: 0 auto;
    }

    .whbg {
        padding: 50px 0 50px 0px;
        width: 100%;
        height: auto;
        margin-left: 0px;
    }
    .bg-contact {
        background: none;
    }
    .contact {
        left: 0;
        right: 0;
        text-align: center;
    }

@media all and (max-width: 767px) {

    .main-navigation-open .polygon-cta, .no-scroll.main-navigation-drawer-open .polygon-cta {
        fill: #fff !important;
    }
    .font-26 {
        font-size: 26px !important
    }
    .font-18 {
        font-size: 18px !important
    }
}

@media (max-width:576px) {

    .custom-frame {
        width: 400px;
    }

    .signup-box {
        width: 400px;
    }
}

@media all and (max-width: 480px) {


    .ap-navbar-brand-logo, .ft-logo {
        max-height: 30px;
    }
    .pci-dss img {
        float: none !important;
    }
}

@media all and (max-width:380px) {

    .custom-frame {
        width: 350px;
    }

    .signup-box {
        width: 350px;
    }
}

@media all and (max-width:360px) {
    .ap-navbar-brand__logo-ap, .ft-logo {
        max-height: 27px;
        margin-top: 10px;
    }

    .custom-frame {
        width: 300px;
    }

    .signup-box {
        width: 300px;
    }
}
