body {
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.bg {
    background-color: #EDF6FF;
}

button {
    border: none;
}

.default-btn {
    border: none;
    color: #ffffff;
    background-color: #0E486C;
    padding: 10px 24px;
    font-size: 18px;
    transition: .2s;
}

.default-btn:hover {
    background-color: #59707e;
}

.w-btn {
    display: inline-block;
    background: #7eadc1;
    color: #222222;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: 500;
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
    border-radius: 3px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s;
}

.w-btn:hover {
    background: #16698d;
    color: #fff;
    border-color: #fff;
}

/* start hero section */
nav {
    background-color: #000000;
}

span.hamburger-btn {
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 5px 8px;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav a {
    color: white !important;
    margin: 0 15px;
    text-decoration: none;
}

.hero-section {
    /* background: linear-gradient(to right, #158fff, #33ccff); */
    background-image: url('../img/loanproxr_hero.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
    height: 800px;
}

.hero-section-content h2 {
    font-size: 50px;
}

/* End hero section */
.product-additional-img {
    width: 100%;
    height: 280;
}

/* Start about section */
.section-title h2 {
    font-size: 35px;
    color: #333;
    position: relative;
    z-index: 1;
}

.section-title h2:before {
    position: absolute;
    height: 100%;
    width: 5px;
    background: #16698D;
    content: "";
    top: 0;
    left: -18px;
}

.about-section {
    line-height: 1.8;
    font-size: 16px;
    color: #737373;
}

.about-icon {
    color: #193543;
    font-size: 55px;
}

.single-about-box h2 {
    color: #16698D;
}

.section-title {
    margin-bottom: 50px;
}

.single-about-box {
    margin-bottom: 40px;
}

/* End about section */
/* Start feature section */
.nav-tabs {
    flex-direction: column;
}

.nav-tabs .nav-link {
    /* background-image: linear-gradient(to right, #0066ff, #33ccff); */
    background: #7eadc1;
    background-size: 200% auto;
    padding: 15px 30px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s;
    margin-bottom: 10px;
}

.nav-tabs .nav-link.active {
    background: #16698d;
    background-size: 200% auto;
    padding: 15px 30px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s;
    margin-bottom: 10px;
}

.tab-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 5px 4px 0px #bdbdbd;
}

/* End feature section */
/* start feature item section */
.feature-item {
    background-image: url(../img/feature-item.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-feature-item:hover i.fa {
    color: #16698D;
}

/* End feature item section */
/* Start impress section */
.impress-section {
    background-image: url('../img/got-interest-bg.jpeg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 800px;
}

/* End impress section */









footer {
    background-color: #333;
    color: white;
    padding: 20px 0;
    text-align: center;
}

/* responsive css */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .hero-section {
        height: 400px;
    }

    .hero-section-content {
        padding-top: 0px !important;
    }

    .hero-section-content h2 {
        font-size: 30px;
    }

    .hero-section-content p {
        display: none;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .feature-title {
        margin-bottom: -25px !important;
    }

    .about-section {
        font-size: 14px;
    }

    .nav-tabs .nav-link {
        font-size: 14px;
        padding: 10px 20px;
    }

    section.impress-section {
        height: 325px;
    }

    .spacer {
        height: 90px !important;
    }

    section.impress-section p {
        display: none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .hero-section {
        height: 700px;
    }

    .hero-section-content h2 {
        font-size: 40px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .about-section {
        font-size: 15px;
    }

    .nav-tabs .nav-link {
        font-size: 15px;
        padding: 12px 24px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}