html,
body {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
}

a {
    text-decoration: none;
}

#header-container {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 10%;
    /*background-color: rgb(53 144 199);*/
    background-color: rgb(231 153 90);
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
    position: fixed;
    top: 0px;
    height: 74px;
}

.nav-div {
    background-color: #FF914D;
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0px;
}

.nav-link {
    color: #fff !important;
}

.nav-tab-link {
    color: #495057 !important;
}

.main {
    margin-top: 74px;
}

#header {
    /* max-width: 1440px; */
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
    margin: auto;
}

#logo-img {
    overflow: visible;
    width: 65%;
}

.nav-logo {
    display: none;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.btn:hover {
    background-color: transparent;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (max-width: 991.98px) {
    #header-container {
        display: flex;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        padding: 0px 10px;
        /*background-color: rgb(53 144 199);*/
        background-color: rgb(231 153 90);
        width: 100%;
        box-sizing: border-box;
        z-index: 1000;
        position: fixed;
        top: 0px;
        height: 74px;
    }

    #header {
        max-width: 100%;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding: 0px;
        margin: auto;
    }

    .offcanvas-collapse {
        position: fixed;
        top: 74px;
        /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: rgb(53 144 199);
        transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link:hover {
    color: #007bff;
}

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}

.bg-purple {
    background-color: #6f42c1;
}

/* #navbar {
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
} */

.navbar-option {
    font-size: 14px;
    padding: 22px 20px;
    font-weight: bold;
    cursor: pointer;
    color: white;
}

.login-register a {
    color: #fff;
}

.login-register {
    background-color: #3590C7;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 6px 0px,
        rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(255, 255, 255, 0.1) 0px 1px 0px 0px inset;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    margin-left: 10px;
    height: 48px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 2px;
    cursor: pointer;
    color: white;
}

/* section-one-container */

#section-one-container {
    text-align: center;
    color: rgb(17, 32, 91);
    width: 100%;
    padding: 75px 10%;
    display: flex;
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    height: auto;
    width: 100%;
}

#section-one {
    max-width: 1440px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
}

#section-one-inner-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;
}

#section-one-left {
    text-align: left;
    width: 50%;
}

.heading {
    font-size: 54px;
    line-height: 1.44;
    font-weight: 300;
    margin: unset;
}

.bold-content {
    font-size: 64px;
    font-weight: 700;
}

#section-one-content {
    font-size: 16px;
    margin-top: 22px;
    color: rgb(43, 41, 45);
    line-height: 1.63;
}

#sub-info-section-one {
    font-size: 14px;
    color: rgb(43, 41, 45);
    letter-spacing: 2px;
    text-align: left;
}

#section-one-right {
    width: 50%;
    height: auto;
    text-align: right;
}

#view-options-btn {
    width: 230px;
    margin-left: 0;
    margin-top: 6%;
}

#track-record {
    margin-top: 36px;
    -webkit-box-align: center;
}

#track-record-info {
    margin-top: 8px;
}

.track-record-content {
    margin-right: 30px;
}

.content-info {
    font-size: 20px;
    font-weight: 900;
    color: rgb(43, 41, 45);
    margin: 8px 0px;
}

.content-des {
    color: rgb(43, 41, 45);
    font-size: 14px;
    font-weight: 300;
}

#section-two {
    background: rgb(249, 249, 249);
    padding: 24px 9%;
    color: rgb(255, 255, 255);
    width: 100%;
}

.sec-heading {
    margin-bottom: 12px;
    font-size: 36px;
    color: rgb(17, 32, 91);
    line-height: 1.08;
    font-weight: 900;
    text-align: center;
}

.m-top-20 {
    margin-top: 20px;
}

.coverage-container {
    box-shadow: rgb(240 242 244) -1px 13px 20px 0px;
    border-radius: 8px;
    width: 300px;
    padding: 20px;
    background-color: #fff;
    margin: 0px 10px;
}

.coverage-img {
    height: 32px;
}

.coverage-info {
    margin-top: 30px;
    font-size: 14px;
    color: rgb(16, 0, 34);
    line-height: 1.4;
    font-weight: 600;
}

.read-more {
    font-size: 12px;
    color: rgb(17, 32, 91);
    margin-top: 10px;
    cursor: pointer;
}

#what-is-bizfin {
    background-image: linear-gradient(rgba(255, 255, 255, 0.72) -2%, rgb(244, 253, 255));
    text-align: center;
    padding: 50px 10% 25px;
    color: rgb(43, 41, 45);
    width: 100%;
    box-sizing: border-box;
}

#sec-four-info {
    line-height: 1.63;
    margin: auto;
    width: 70%;
    text-align: center;
    font-size: 16px;
    margin-top: 22px;
    /* font-weight: 300; */
}

#sec-four-cards {
    width: 100%;
    padding: 50px 0px;
}

.flex-arrange {
    display: flex;
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: auto;
    width: 100%;
}

.card-container {
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 17px 0px;
    width: 30%;
    border-radius: 8px;
    padding: 20px 0px;
    background: rgb(255, 255, 255);
}

.card-img {
    height: 100px;
    width: 100px;
}

.card-info {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 5px;
    height: 45px;
    text-align: center;
}

#home-info-sec {
    width: 100%;
    background-color: rgb(244, 253, 255);
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    padding: 0px 10% 50px;
}

.info-card-home {
    text-align: center;
    margin-top: 60px;
}

.info-home-img {
    width: 200px;
    /* padding: 20px; */
    /* background-color: #3590C7; */
}

.info-heading-home {
    color: rgb(17, 32, 91);
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
}

.info-content-home {
    padding: 0px 5%;
    margin-top: 18px;
    font-size: 16px;
    letter-spacing: -0.3px;
    color: rgb(13, 23, 36);
}

/* how grip works */

#how-bizfin-works {
    text-align: center;
    padding: 100px 10%;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    height: auto;
    width: 100%;
    flex-direction: column;
}

#inner-content-working-homepage {
    max-width: 1440px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
    flex-direction: column;
    width: 100%;
    margin: auto;
    max-width: 1250px;
    padding: 0px 50px;
    box-sizing: border-box;
}

#info-working-home-page {
    margin-top: 24px;
    margin-bottom: 36px;
    font-size: 20px;
    font-weight: 500;
}

#working-img {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 24px;
}

/* Why leasing? */

#leasing-home-page {
    width: 100%;
    background-color: rgb(244, 253, 255);
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 10%;
    display: flex;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    flex-flow: row wrap;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

#leasing-inner-content {
    flex-direction: column;
}

.content-leasing {
    font-size: 16px;
    margin-top: 30px;
    color: rgb(13, 23, 36);
    font-weight: 300;
    text-align: center;
}

#leasing-para-2 {
    margin-top: 24px;
    font-weight: 700;
}

#leasing-info-cards-container {
    text-align: center;
    color: rgb(255, 255, 255);
    width: 100%;
    margin-top: 64px;
}

.leasing-card-home-page {
    -webkit-box-align: center;
    align-items: center;
    padding: 15px;
    flex-direction: column;
}

.leasing-img-home-page {
    height: 150px;
    width: auto;
}

.leasing-heading-home-page {
    color: #075e54;
    font-size: 22px;
    margin-top: 20px;
    font-weight: 700;
    text-align: center;
}

.leasing-info-home-page {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.63;
    color: rgb(16, 0, 34);
}

#did-you-know {
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    height: auto;
    width: 100%;
    background: rgb(53 144 199);
    text-align: center;
    padding: 30px 10%;
    color: rgb(255, 255, 255);
    width: 100%;
}

#info-container-did-you-know {
    max-width: 1250px;
    display: flex;
    padding: 0px;
    width: 100%;
    margin: auto;
    max-width: 1250px;
    padding: 0px 50px;
    box-sizing: border-box;
    align-items: center;
}

#dyk-heading {
    color: rgb(255, 255, 255);
    line-height: 1.08;
    font-size: 38px;
    margin-right: 30px;
    width: 50%;
    text-align: right;
    font-weight: 700;
}

#dyk-info {
    width: calc(100% - 280px);
    font-size: 20px;
    line-height: 1.7;
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-align: left;
}

.fwt-300 {
    font-weight: 300;
    text-align: center;
}

.fwt-700 {
    font-weight: 700;
    text-align: center;
}

#still-curious {
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    height: auto;
    width: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 10%;
}

#sc-inner-content {
}

#sc-inner-content-1 {
    margin-right: 30px;
    width: 40%;
}

#sc-inner-content-info {
    font-size: 18px;
    margin-top: 25px;
    font-weight: 300;
    justify-content: left;
}

#ques-faq {
    margin-top: 20px;
    justify-content: flex-start;
}

#ques {
    font-size: 14px;
    font-weight: 900;
}

#faq {
    padding-left: 10px;
    color: #3590C7;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

#sc-img {
    height: 300px;
}

#sc-heading {
    font-size: 36px;
    color: rgb(17, 32, 91);
    font-weight: 900;
    text-align: left;
}

.btn-link {
    border: none;
    width: 100%;
    padding: 10px 5px;
    cursor: pointer;
}

/* footer */

footer {
    display: flex;
    flex-direction: column;
    background: #354163;
    /*background: rgb(53 144 199);*/
    color: rgb(255, 255, 255);
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 10%;
}

.footer-logo {
    width: 95px;
}

.footer-inner {
    max-width: 1440px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
    flex-direction: column;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}

.footer-top {
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    /* -webkit-box-pack: start; */
    /* justify-content: flex-start; */
    height: auto;
    width: 100%;
    flex-direction: row;
    padding: 35px 0px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.footer-info {
    flex: 3 1 0%;
    padding-right: 100px;
}

.footer-sub-info {
    text-align: left;
    margin-top: 30px;
    opacity: 0.5;
    font-size: 16px;
}

.footer-option {
    flex: 2 1 0%;
    flex-direction: column;
}

.footer-sub-heading {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 13px;
}

.nav-options {
    display: flex;
    flex-direction: column;
}

.footer-font-wt {
    margin-bottom: 10px;
    opacity: 0.5;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.footer-font-wt:hover {
    color: #fff;
    text-decoration: none;
}

.footer-horzontal {
    margin: 7px 0px 8px;
    height: 0px;
    width: 100%;
    border-top: 1px solid rgb(181, 181, 181);
}

.footer-bottom {
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    /* -webkit-box-pack: start; */
    /* justify-content: flex-start; */
    height: auto;
    width: 100%;
    flex-direction: row;
    padding: 10px 0px 20px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.links-footer {
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    /* -webkit-box-pack: start; */
    /* justify-content: flex-start; */
    height: auto;
    width: 100%;
    flex-direction: row;
}

.link-footer-bottom {
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.link-footer-bottom:hover {
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}

.social-media-links {
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    height: auto;
    width: 100%;
    flex-direction: row;
    width: unset;
}

.social-media {
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
    margin-left: 20px;
    cursor: pointer;
    color: #3590C7;
}

.profile-card {
    padding: 50px;
}

.desktop-profile-nav {
    display: inline-flex;
}

.bg-main {
    background-color: #3590C7;
    color: #fff;
}

.bg-profile {
    background-color: lightseagreen;
    align-items: center;
    width: 100%;
}

.bg-profile img {
    width: 100%;
}

.btn-nav-tab {
    color: #fff;
    border: none;
    padding: 20px 15px;
    background: transparent;
    text-align: left;
}

.form-area {
    width: 400px;
    margin: auto;
}

.img-id {
    width: auto;
}

.img-id img {
    width: 80px;
    height: 100px;
}

.support-link,
.complete-profile,
.submit-form {
    width: 280px;
    border: #3590C7 solid 1px;
    margin-bottom: 15px;
    border-radius: 0%;
}

.submit-btn {
    background-color: rgb(0, 184, 183);
    border-radius: 0%;
}

.whatsapp {
    background-color: #075e54;
    border-radius: 0%;
    width: 180px;
    font-size: 15px;
    color: #fff;
}

.booking-btn {
    background-color: #3590C7;
    border-radius: 0%;
    color: #fff;
    font-size: 15px;
    width: 180px;
}

.booking-btn:hover {
    background-color: #FF914D;
    border-radius: 0%;
    color: #fff;
    font-size: 15px;
    width: 180px;
}

.submit-btn:hover {
    background-color: #FF914D;
    border-radius: 0%;
    color: #fff;
    font-size: 16px;
    width: 180px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.btn-upload {
    padding: 10px;
    width: 200px;
    height: 200px;
    border: 0.6px dashed rgb(222, 255, 211);
    background-color: #fff;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.upload-icon {
    width: 250px;
    border: 0.6px dashed rgb(222, 255, 211);
}


/**
  ===================================
  */

  .about-bg {
    height: 300px;
    vertical-align: middle;
    background-color: #3590C7;
    color: #fff;

}

.about-text {
    padding-top: 150px;
}

.missionandvision {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgb(244, 253, 255);
}

.missionandvision div h2{
  font-weight: 700;
  padding-bottom: 50px;
}

.mission-img, .vision-img {
    width: 200px;
}

.leadershipteam {
    margin-top: 80px;
    margin-bottom: 80px;
}

.owner-img {
    width: 100%;
}

.ourteam {
    padding: 80px 0px;
    background-color: rgb(244, 253, 255);
}

.team-img {
    width: 40%;
}

.all-team {
    margin: 20px;
}

.team-member {
    width: 80% !important;
    margin: auto;
}

.faq-bg {
    /* background-color: rgb(244, 253, 255); */
    background-color: #3590C7;
    padding: 50px 0px;
}

.faq-section {
    margin: auto;

}
.faq-text {
    color: #fff ;
    font-weight: 600;
}

.filter-tag {
    margin-top: 30px;
}

.filter-btn {
    padding: 2px 10px;
    border: .4px solid lightgray;
    border-radius: 50px;
    background-color: #fff;
    margin-bottom: 5px;
}

.faq-content {
    padding: 80px 0px;
}

.accordion-item {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid lightgray;
}

.accordion-button:focus {
    border-color: transparent !important;
    box-shadow: transparent;
}

.accordion-button {
    background-color: #fff;
    border: #fff;
}

.filterDiv {
  float: left;
  width: 100%;
  display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}
/* Add a light grey background on mouse-over */


.my-portolio {
  margin-top: 50px;
}

.no-invest {
  position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding-right: 300px;
}

.assets-container {
  width: 100%;
  margin: auto;
  max-width: 1250px;
  padding: 0px 50px;
  box-sizing: border-box;
}

.inner-content-assets {
  padding: 30px 0px;
  width: 100%;
  box-sizing: border-box;
}

.assets-heading {
  font-size: 32px;
  color: rgb(0, 53, 124);
  font-weight: 900;
}

.assets-sub-heading {
  display: flex;
  box-sizing: border-box;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  height: auto;
  width: 100%;
  font-size: 18px;
  color: rgb(134, 136, 139);
  margin-top: 5px;
}

.sub-heading-assets-2 {
  color: rgb(0, 184, 183);
  font-weight: 700;
  text-decoration: underline;
  margin-left: 5px;
  cursor: pointer;
}

.navs-container-assets {
  display: flex;
  box-sizing: border-box;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: auto;
  width: 100%;
  flex-direction: row;
  /* border-bottom: 1px solid rgb(229, 229, 229); */
  margin-top: 24px;
}

.sort-by-btn {
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 1rem;
  box-sizing: border-box;
  align-items: center;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.1876em;
  letter-spacing: 0.00938em;
  position: relative;
  border-radius: 4px;
  padding-left: 14px;
}

.nav-container-assets {
  width: 100%;
}

.nav-option-assets {
  text-transform: capitalize;
  color: rgb(13, 23, 36);
  font-size: 14px;
  display: flex;
  flex-direction: row-reverse !important;
  width: 100%;
  /* display: inline-flex; */
  align-items: center;
  /* flex-direction: column; */
  justify-content: center;
  font-weight: 600;
}

.assets-number {
  border-radius: 8px;
  background-color: rgb(213, 213, 213);
  padding: 2px 10px;
  color: rgb(87, 89, 98);
  font-weight: 900;
  line-height: 1;
  margin-left: 5px;
  margin-bottom: 0px !important;
}

.assets-active-display {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  -webkit-box-pack: justify;
  /* justify-content: space-between; */
  height: auto;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 20px;
  /* max-width: 750px; */
}

.assets-card-display {
  box-shadow: rgb(0 0 0 / 60%) 0px 0px 10px -4px;
  border-radius: 8px;
  width: 367px;
  cursor: pointer;
  overflow: visible;
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #fff;
  margin-right: 15px;
}

.assets-img-container {
  width: 100%;
  height: 150px;
  position: relative;
}

.assets-img-card {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0px 0px;
}

.assets-card-info-container {
  padding: 10px 15px;
}

.assets-name-container {
  display: flex;
  box-sizing: border-box;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: auto;
  width: 100%;
  flex-direction: row;
}

.assets-name-img {
  height: 48px;
}

.assets-sub-info {
  height: 40px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.43;
  font-size: 14px;
  margin-top: 15px;
  color: rgb(134, 136, 139);
  text-align: left;
  font-weight: 300;
}

.assets-features {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  height: auto;
  width: 100%;
  margin-top: 5px;
  min-height: 26px;
}

.feature-asset {
  display: flex;
  box-sizing: border-box;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  height: auto;
  padding: 5px 10px;
  width: auto;
  font-size: 11px;
  border-radius: 15px;
}

.feature-asset:not(:last-child) {
  margin-right: 8px;
}

.feature-assets-description {
  margin-left: 5px;
  line-height: 11px;
  margin-top: 2px;
  font-weight: 600;
}

.sub-feature-asset {
  display: flex;
  box-sizing: border-box;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  height: auto;
  margin: 10px 0px;
  width: auto;
}

.sub-feature-txt {
  font-size: 11px;
  color: rgb(127, 127, 127);
  font-weight: 600;
  text-transform: capitalize;
}

.more-info-asset {
  display: flex;
  box-sizing: border-box;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  /* height: auto; */
  width: 100%;
  flex-direction: row;
  height: 40px;
  font-size: 16px;
}

.investment-raised {
  margin: 10px 0px;
}

.investment-cash-raised {
  text-align: left;
}

.investment {
  color: rgb(0, 184, 183);
  font-size: 18px;
  font-weight: 900;
}

.investment-raised-asset {
  font-size: 12px;
  margin-top: 5px;
}

.progress-bar-percent {
  width: 70px;
  height: 7px;
  border-radius: 7px;
  background-color: rgb(220, 220, 220);
  position: relative;
}

.bar-increased {
  transition: transform .4s linear;
  background-color: rgb(0, 184, 183);
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
  /* transition: transform 0.2s linear; */
  transform-origin: left;
  border-radius: 7px;
}

.percent-progress-des {
  font-size: 8px;
  opacity: 0.5;
  color: rgb(13, 23, 36);
  margin-top: 5px;
  font-weight: 700;
  text-align: right;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  /* color: #495057; */
  background-color: #fff;
  /* border-color: #dee2e6 #dee2e6 #fff; */
  border-color: none !important;
  border-bottom: 2px solid rgb(0, 184, 183);
  color: rgb(0, 184, 183);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: none !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  /* border-color: #e9ecef #e9ecef #dee2e6; */
  border-color: none !important;
  isolation: isolate;
}


.asset-details-container {
  width: 100%;
  margin: auto;
  max-width: 1250px;
  padding: 0px 50px;
  box-sizing: border-box;
  padding: 20px 0px 50px;
  margin: auto;
  width: 100%;
  box-sizing: border-box
}

.navigation-ol {
  margin: 0;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 14px;
}

.greater-than-nav {
  display: flex;
  margin-left: 8px;
  user-select: none;
  margin-right: 8px;
}

.asset-detail-main-content {
  display: flex;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  flex-flow: row wrap;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.asset-detail-main-content-left {
  flex: 0 0 66%;
  position: relative;
}

.asset-detail-main-content-right {
  padding: 20px 0px 0px 30px;
  position: sticky;
  top: 40px;
  flex: 0 0 33%;
}

.asset-detail-nav {
  font-weight: 900;
  color: rgb(134, 136, 139);
  font-size: 14px;
}

.asset-detail-logo-container {
  display: flex;
  box-sizing: border-box;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  height: 48px;
  width: auto;
}

.asset-detail-logo-container img {
  height: 48px;
}

.asset-detail-sub-info {
  color: rgb(134, 136, 139);
  font-size: 18px;
  margin: 10px 0px;
  width: 100%;
  height: 100%;
  font-weight: 300;
}

.tags-sub-info-container {
  display: flex;
  box-sizing: border-box;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.feature-asset-detail {}

.asset-detail-main-image-container {
  width: 100%;
}

.main-asset-detail-img {
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
}

.asset-detail-sub-nav {
  margin-top: 10px;
}

.comparisons-and-returns {
  margin-bottom: 30px;
}

.navbar-headings {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 11px;
}

.asset-details {}

.navbar-headings {}

.asset-details ul {
  padding-inline-start: 20px;
}

.asset-details ul li {
  list-style-type: disc;
}

.asset-details-container {
  width: 100%;
  margin: auto;
  max-width: 1250px;
  padding: 0px 50px;
  box-sizing: border-box;
  padding: 20px 0px 50px;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  max-width: 1250px;
  padding: 0px 50px;
  box-sizing: border-box;
  margin-bottom: 33px;
}

.about-asset-img-container {
  display: flex;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.about-asset-image {
  max-width: 100%;
  height: 100%;
  width: fit-content;
}

.about-asset-ul {
  padding-inline-start: 20px;
}

.about-asset-ul li {
  padding-inline-start: 20px;
  text-align: justify !important;
}

.documents-container {
  display: flex;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  flex-flow: row wrap;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.document {
  height: 64px;
  margin-bottom: 10px;
  flex: 0 0 50%;
}

.document-link {
  margin: 10px;
  box-sizing: border-box;
  box-shadow: rgb(63 63 68 / 15%) 0px 1px 12px 0px;
  cursor: pointer;
  border-radius: 2px;
  padding: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.document-image {}

.document-name {}

.asset-details-main-content-right {
  padding: 20px 0px 0px 30px;
  position: sticky;
  top: 20px;
}

.why-irr {
  color: rgb(0, 184, 183);
  font-size: 14px;
  font-weight: 500;
}

.nav {
  margin-bottom: 3%;
}

.calculate-returns {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(208, 208, 208);
  padding: 10px 17px;
  width: -webkit-fill-available;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calculate-returns input {
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
  border: none;
}

.calculate-returns input {
  outline: none;
}

.bottom-info {
  background-color: rgb(245, 246, 249);
  padding: 15px;
  margin-top: 10px;
  border-radius: 8px;
}

.continue-asset-details-btn {
  width: 100%;
  margin: 10px 0px;
  background-color: rgb(0, 184, 183);
  color: rgb(255, 255, 255);
  padding: 12px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  border: none;
  border-radius: 7px;
}

.continue-asset-details-span {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  color: rgba(0, 0, 0, 0.26);
}

.mail-us {
  width: 100%;
  height: 100%;
  margin-top: 18px;
}

.mail-us-heading {
  color: rgb(0, 53, 124);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

.mail-us-container {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: space-evenly;
  height: auto;
  width: 100%;
  flex-direction: row;
  padding-top: 25px;
  margin-bottom: 20px;
}

.mail-us-btn {
  display: flex;
  /* flex-direction: column; */
  height: auto;
  width: 200px;
  -webkit-box-align: center;
  align-items: center;
  font-size: 14px;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: white;
  border-radius: 2px;
  padding: 10px;
  cursor: pointer;
  background-color: rgb(0, 53, 124);
}

.mail-us-content {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
}

.profile-nav-desktop {
  display: block;
}

.profile-nav-mobile {
  display: none;
}


@media screen and (max-width: 480px) {
    .nav-div {
        padding: 10px 0px;
    }
    #logo-img {
        overflow: visible;
        width: 65%;
    }
    .navbar-brand {
        width: 50%;
    }
    .nav-logo {
        display: block;
    }
    .mobile-nav-position {
        position: fixed;
        right: 15px;
        top: 20px;
    }
    #section-one-container {
        padding: 10px;
    }
    #section-one-right{
        display: none;
    }
    #section-one-inner-content {
        margin: 0%;
    }
    #section-one-left {
        width: 100%;
    }
    .heading {
        line-height: 1;
    }
    #what-is-bizfin {
        padding: 20px;
    }
    #sec-four-info {
        width: 95%;
        margin-bottom: 20px;
    }
  .assets-container {
      margin: auto;
      padding: 0px 10px;
  }

  .asset-detail-main-content {
      display: block;
  }

  .asset-details-container {
      padding: 0px 10px;
  }
  .asset-detail-main-content-right {
      padding: 0%;
  }
  .feature-asset {
      font-size: 9px;
  }
  .sub-feature-txt {
      font-size: 9px;
  }
  .comaprison-and-returns-img {
      width: 100%;
  }
  .profile-card {
      padding: 10px;
  }
  .desktop-profile-nav {
    display: none;
    }
  .profile-nav-mobile {
      display: block;
  }
  .form-area {
      padding: 5px;
  }
  .flex-arrange {
      display: contents;
      padding: 10px;
  }
  .card-container {
      width: 100%;
      margin-bottom: 15px;
  }
  #how-bizfin-works {
      margin-top: 40px;
      padding: 10px;
  }
  #inner-content-working-homepage {
      padding: 0%;
  }
  #did-you-know {
      padding: 10px;
  }
  #info-container-did-you-know {
      display: grid;
      padding: 0%;
  }
  #dyk-heading {
      text-align: left;
      width: 100%;
      margin-bottom: 10px;
  }
  #dyk-info {
      width: auto;
      font-size: 16px;
  }
  #still-curious {
      padding: 10px;
  }
  #sc-inner-content-1 {
      width: 100%;
      margin: 0;
  }
  #faq {
      padding: 0%;
  }
  #sc-img {
      width: 100%;
  }
  footer {
      padding: 10px;
  }
  .footer-top {
      display: block;
  }
  .footer-bottom {
      display: block;
  }
  .social-media-links {
      padding-top: 10px;
  }
  .social-media {
      margin-left: 0;
      margin-right: 20px;
  }
  .track-record-content{
      margin-right: 20px;
  }
}

.invest-compare-container {
    display: flex;
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    height: auto;
    /* width: 100%; */
    flex-direction: column;
    text-align: center;
    padding: 75px 10%;
    width: 100%;
    background-color: rgb(65, 77, 94);
    color: rgb(255, 255, 255);
}

.invest-compare-inner {
    width: 100%;
    margin: auto;
    /* max-width: 1250px; */
    /* padding: 0px 50px; */
    box-sizing: border-box;
    max-width: 1440px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
    flex-direction: column;
}

.invest-compare-heading {
    color: rgb(255, 255, 255);
    line-height: 1.33;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 28px;
}

.invest-scroll-container {
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    height: auto;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 28px;
}

.amount-heading {
    font-weight: 700;
}

.scroll-container {
    color: rgb(255, 255, 255);
    margin: 0px 20px;
    height: 5px;
    width: 300px;
    height: 100%;
}

.scroll-range-invest-amount {
    display: flex;
    align-items: center;
}

.scroll-container input[type="range"] {
    width: 100%;
}

#invest-amount {
    font-weight: 700;
    font-size: 22px;
    color: rgb(0, 184, 183);
    margin-left: 12px;
    min-width: 120px;
}

.invest-info-container {
    width: 100%;
    padding-top: 8px;
    border-radius: 4px;
    margin-top: 8px;
    -webkit-box-align: center;
    align-items: center;
}

.invest-info-table-heading {
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    /* -webkit-box-pack: start; */
    /* justify-content: flex-start; */
    height: auto;
    width: 100%;
    font-size: 16px;
    font-weight: 900;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 12px;
}

.invest-false-con {
    width: 50%;
    text-align: left;
}

.invest-yable-con {
    width: 25%;
    text-align: center;
}

.invest-tpot {
    width: 25%;
    text-align: right;
    padding-right: 20px;
    font-size: 16px;
}

.ft-wt-700 {
    font-weight: 700;
}

.top-row {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 12px 20px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    margin-top: 12px;
    background-color: rgba(0, 184, 183, 0.3);
}

.bottom-row {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 12px 20px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    margin-top: 12px;
}

.invest-info-footer {
    font-size: 14px;
    margin-top: 30px;
    color: rgb(255, 255, 255);
    opacity: 0.7;
}

.all-blogs {
    margin: 70px auto;
}

.eligibility {
    padding: 50px 0px;
    background-color: #343a40;
    color: #fff;
}

@media (max-width: 767px) {
    .invest-compare-container {
        padding: 30px 5%;
        align-items: flex-start;
        text-align: left;
    }
    .invest-compare-inner {
        align-items: flex-start;
    }
    .invest-compare-heading {
        font-size: 24px;
        line-height: 1.5;
        text-align: left;
    }
    .amount-heading {
        text-align: left;
        -webkit-box-pack: start;
        justify-content: flex-start;
        width: auto;
    }
    .invest-scroll-container {
        text-align: left;
        -webkit-box-pack: start;
        justify-content: flex-start;
        width: auto;
    }
    .scroll-container {
        width: 200px;
    }
    .invest-amount {
        margin-right: 10px;
        margin-left: 0px;
        font-size: 18px;
        min-width: 100px;
    }
    .scroll-container {
        margin: 0px;
    }
    .scroll-range-invest-amount {
        display: block;
    }
    .table-heading-mob {
        -webkit-box-align: center;
        align-items: center;
    }
    .top-row {
        font-size: 14px;
        -webkit-box-align: center;
        align-items: center;
        min-height: 60px;
        padding: 8px 10px;
    }
    .invest-false-con {
        font-size: 12px;
        width: 33%;
    }
    .invest-table-con {
        font-size: 12px;
        width: 33%;
    }
    .bottom-row {
        font-size: 14px;
        -webkit-box-align: center;
        align-items: center;
        min-height: 60px;
        padding: 8px 10px;
        opacity: 0.7;
    }
    .invest-info-footer {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 12px;
    }
}

