/* * {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  } */

/* landing Page */
/* main nav */
.main-nav nav {
    background-color: #663399;
    border-bottom: 1px solid #fff;
}

.main-nav nav ul li.nav-item {
    background-color: #fff;
    margin-left: 20px;
    border-radius: 50px;
    padding: 0;
}

.logo {
    width: 200px;
}

@media all and (max-width: 375px){
    .logo {
        width: 150px;
    }
}

.main-nav nav ul li.nav-item a {
    color: #663399 !important;
}

.main-nav nav ul form input {
    background-color: #663399 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 50px !important;
    outline: none !important;
}

.main-nav nav ul form .search {
    position: relative;
    left: 30px;
}

.main-nav nav ul form a i {
    color: #fff;
}

.main-nav nav ul form a i:hover,
.main-nav nav ul form a i:active {
    text-decoration: none;
}

/* Navbar */
.navbar {
    padding-bottom: 0;
    padding-top: 0;
    /* border-bottom: 2px solid rgb(102, 51, 153); */
}

.line {
    width: 94%;
    height: 2px;
    background-color: rgb(102, 51, 153);
    display: block;
}

.scond-nav {
    width: 100%;
    background-color: rgb(102, 51, 153);
    color: #fff;
    padding: 13px;
}

.scond-nav a {
    text-decoration-color: #fff;
    color: #fff;
    text-decoration: underline;
}

nav li.nav-item {
    padding: 8px 16px;
    border: 2px solid rgb(102, 51, 153);
    margin-top: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: inherit;
    padding: 8px 20px;
}

.navbar-light .navbar-nav .nav-link:hover {
    cursor: pointer;
    text-decoration: underline;
}

nav li:hover,
nav li:active {
    background-color: rgb(102, 51, 153);
    color: #000;
}

nav li a:hover,
nav li a:active {
    color: #000;
}

.user-icon {
    margin-right: 0px;
}

nav .user-icon .fa-user {
    background-color: rgb(102, 51, 153);
    padding: 10px 12px;
    font-size: 24px;
    margin-right: 20px;
    border-radius: 50%;
    color: #fff;
}

nav .fa-sign-out-alt {
    font-size: 28px;
    color: rgb(102, 51, 153);
}

.vb {
    background-color: #663399;
    height: 480px;
}

.vb p {
    font-size: 22px;
    color: #fff;
    padding-right: 40px;
}

.vb a {
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 40px;
    margin-left: 60px;
    font-size: 20px;
    color: #663399;
}

.vb a:hover,
.vb a:active {
    text-decoration: none;
}

.benefits {
    margin-top: 150px;
}

.benefits p {
    color: #555;
    padding: 0px 30px;
}

.benefits .card {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    height: 360px;
    border: none;
    border-radius: 10px;
}

.benefits .img-logo {
    background-color: #663399;
    margin: 30px auto 30px auto;
    padding: 0px 25px;
}

.benefits .img-logo img {
    height: 55px;
    width: 55px;
}

.builder {
    background-color: #663399;
    overflow: hidden;
    margin-top: 140px;
}

.builder .magenta {
    background-color: #663399;
    padding-top: 30px;
}

.builder .show {
    height: 700px;
    margin: 0;
}

.builder .white {
    background-color: #eee;
    padding-top: 140px;
}

.builder .white p {
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 30px;
}

.builder .white a {
    color: #fff;
    border-radius: 50px;
    padding: 10px 40px;
    margin-top: 20px;
    font-size: 20px;
    background-color: #663399;
}

.builder .white a:hover,
.builder .white a:active {
    text-decoration: none;
}

/*.builder .photo-container {*/
/*    border-radius: 0 40px 0 0;*/
/*}*/

.builder .photo {
    background: url("/images/langin-page-bottom.png");
    background-position: center;
    background-size: cover;
    margin-left: -15px; /*clutter size*/
    /*border-radius: 0 40px 0 0;*/
    height: 100%;
    z-index: 1;
    position: relative;
}

.builder .photo::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    content: " ";
    display: block;
    background: rgba(102, 51, 153, 0.2);
}

.pop #popup {
    background-color: #663399 !important;
    border-radius: 50px;
    color: #fff;
    padding: 8px;
    display: block;
    margin: 50px auto;
    width: 100px;
    border: none;
    outline: none;
}


/* PopUp */

/*--thank you pop starts here--*/
.thank-you-pop {
    width: 100%;
    padding: 20px;
    text-align: center;
}

.thank-you-pop img {
    width: 76px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}

.thank-you-pop h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #5c5c5c;
}

.thank-you-pop p {
    font-size: 20px;
    margin-bottom: 27px;
    color: #5c5c5c;
}

.thank-you-pop h3.cupon-pop {
    font-size: 25px;
    margin-bottom: 40px;
    color: #222;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    border: 2px dashed #222;
    clear: both;
    font-weight: normal;
}

.thank-you-pop h3.cupon-pop span {
    color: #03a9f4;
}

.thank-you-pop a {
    display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8bc34a;
    border-radius: 17px;
}

.thank-you-pop a i {
    margin-right: 5px;
    color: #fff;
}

#ignismyModal .modal-header {
    border: 0px;
}

.popup input {
    background: #ddd;
    width: 330px;
    height: 45px;
    border: none;
}

.popup .lp {
    font-size: 13px;
}

.popup .sub {
    background-color: #663399;
    border-radius: 50px;
    color: #fff;
    padding: 10px;
    width: 330px;
    height: 50px;
    margin: 5px 0px 25px 10px;
}

/*--thank you pop ends here--*/

/* Carousel */
.carousel-control-next-icon {
    background-color: rgb(102, 51, 153);
    border-radius: 50%;
    margin: 10px;
}

.carousel-control-prev-icon {
    background-color: rgb(102, 51, 153);
    border-radius: 50%;
    margin: 10px;
}

.first-div h6 {
    color: rgb(102, 51, 153);
}

.first-div a,
.first-div button {
    border: none;
    border-radius: 50px;
    padding: 15px;
    width: 100%;
    text-align: center;
}

.first-div .considered-button {
    color: #fff;
    background-color: rgb(102, 51, 153);
    font-size: 20px;
}

.carousel-item .download-button {
    color: #fff;
    background-color: rgb(102, 51, 153);
    font-size: 20px;
    position: relative;
    bottom: 40px;
    border-radius: 50px;
    padding: 5px;
    width: 50%;
    display: block;
    margin: 0 auto;
}

.first-div .timer-button {
    color: #111;
    background-color: #eee;
    font-size: 20px;
}

.third-div .highlights {
    color: #555;
}

.third-div ul li {
    margin-top: 15px;
}

.third-div ul li a:link,
.third-div ul li a:visited {
    /*color: #777;*/
}

.third-div ul li a:hover,
.third-div ul li a:active {
    text-decoration: none;
}

.third-div .company {
    color: rgb(102, 51, 153);
}

.investors-cards .invest-header {
    background-color: rgb(102, 51, 153);
    padding: 10px;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.investors-cards .invest-body {
    background-color: rgb(250, 249, 249);
    padding: 10px;
}

.investors-cards .invest-body ul li .arrow {
    color: rgb(102, 51, 153);
    margin: 6px;
}

/* Opportunity main Deals Page */

.main-deals nav {
    background-color: rgb(102, 51, 153);
}

.main-deals nav li {
    border-top: none;
    margin-top: 0px;
    color: white;
}

.navbar-nav {
    align-items: stretch;
}

.main-deals nav li.bordered {
    border-left: 1px solid white;
    border-bottom: none;
    border-right: none;
    border-top: none;
    display: flex;
    align-items: stretch;
    padding: 0;
}

.main-deals nav li.bordered a.nav-link {
    display: flex;
    align-items: center;

    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
}

.main-deals nav li.bordered:last-child {
    border-right: 1px solid white;
}

.main-deals nav li .dropdown-menu {
    color: rgb(102, 51, 153) !important;
    background-color: rgb(102, 51, 153);
}

.main-deals nav li.bordered:hover,
.main-deals nav li.bordered:active {
    background-color: #fff;
    color: rgb(102, 51, 153);
    cursor: pointer;
}

.main-deals nav .user-icon .fa-user {
    background-color: #fff;
    padding: 10px 12px;
    font-size: 24px;
    margin-right: 20px;
    border-radius: 50%;
    color: rgb(156, 146, 146);
}

.main-deals nav .fa-sign-out-alt {
    font-size: 28px;
    color: #fff;
}

.white-line {
    width: 94%;
    height: 2px;
    background-color: #fff;
    display: block;
}

.welcome {
    background-color: #639;
}

.welcome .welcome-text {
    background-color: #639;
    color: #fff;
    padding: 90px 30px 90px 140px;
    height: 420px;
}

.welcome .profile-img,
.welcome .welcome-img {
    background-position: center;
    background-size: cover;
    height: 460px;
    border-radius: 0px 0px 0px 30px;
    margin-bottom: -60px;
    position: relative;
    z-index: 1;
}

.welcome .welcome-img {
    background-image: url("/images/landing-page.png");
}

.welcome .profile-img {
    background-image: url("/images/application-pending.png");
}

.welcome .apply {
    border-radius: 20px;
    background-color: #fff;
    border: none;
    color: rgb(102, 51, 153);
    padding: 10px 25px;
    height: 45px;
    margin: 15px 0px;
    /*font-weight: 900;*/
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.goLogin {
    border-radius: 20px;
    background-color: rgb(102, 51, 153);
    border: none;
    color: #fff;
    padding: 5px 15px;
    margin: 15px 0px;
}

.goLogin:hover {
    color: #fff;
}

.select-opp h3 {
    margin: 30px 0px 40px 130px;
}

.select-opp .opp,
.select-opp .opp:visited {
    border-radius: 50px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    color: rgb(102, 51, 153);
    border: 1px solid rgb(102, 51, 153);
    background-color: #fff;
}

.select-opp .opp:hover,
.select-opp .opp:active {
    border: none;
    color: #fff;
    background-color: rgb(102, 51, 153);
}

.open-opp h3 {
    margin: 50px 0px 55px 130px;
}

.open-opp .card .btn {
    background-color: rgb(102, 51, 153);
    color: #fff;
    border: none;
    border-radius: 20px;
    width: 150px;
    font-size: small;
}

.open-opp .card .arrow {
    color: rgb(102, 51, 153);
}

.open-opp .opp {
    border-radius: 50px;
    padding: 11px 22px;
    font-size: 14px;
    /*width: 100%;*/
    border: none;
    background-color: rgb(102, 51, 153);
    color: #fff;
    margin: 40px auto;
}

.br-line {
    width: 85%;
    height: 2px;
    background-color: rgb(201, 198, 198);
    display: block;
    margin: 10px auto;
}

/* Portal Home */
.content .app-header {
    background-color: rgb(102, 51, 153);
    padding: 10px;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.content .app-body {
    background-color: rgb(250, 249, 249);
    padding: 10px;
    box-shadow: 2px 2px 4px #fff;
}

.top-tabes {
    background-color: rgb(102, 51, 153);
    border-radius: 15px;
    padding: 20px;
}

.top-tabes .tabe {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

.top-tabes .tabe .icon {
    background-color: rgb(102, 51, 153);
    border-radius: 50%;
    padding: 3px;
    width: 60px;
    height: 60px;
    margin: 1px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-tabes .tabe .icon .ico {
    color: #fff;
    font-size: 25px;
    width: 10px;
    height: 10px;
    position: relative;
    right: 4px;
}

.tabe p {
    margin: 4px;
    font-size: 14px;
}

.form {
    border: 2px solid rgb(102, 51, 153);
    border-radius: 25px;
    min-height: 500px;
}

.form h3,
.form h5 {
    color: rgb(102, 51, 153);
}

.form button {
    background-color: rgb(102, 51, 153);
    color: #fff;
}

.form button:hover {
    color: rgb(102, 51, 153);
    border: 1px solid rgb(102, 51, 153);
    background-color: #fff;
}

.tabs-menu .tabutton {
    background-color: rgb(102, 51, 153);
    color: #fff;
    margin: 2px 10px;
    border-radius: 5px;
}

.open-opp h2 {
    margin: 60px 0px 40px 0px;
}

.dropdown-toggle::after {
    display: none;
}


.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}



.card-signature {
    margin: 40px 0px;
    border: 2px solid #663399;
    border-radius: 15px;
}

.btn-move {
    background-color: rgb(102, 51, 153);
    color: #fff;
}

.nav .active {
    background-color: rgb(102, 51, 153);
    color: #fff;
}

.nav .nav-link {
    color: rgb(102, 51, 153);
    background-color: #fff;
}

.btn.btn-primary:not(.btn-link):hover {
    color: white;
    background: #591899;
}


.footer-bottom {
    padding: 30px 0px;
    background-color: rgb(102, 51, 153);
    color: #fff;
}

footer h5 {
    font-size: 30px;
    /*font-weight: 900;*/
    margin-bottom: 20px;
}

footer .footer-line {
    margin-bottom: 10px;
}

footer .footer-line a {
    color: white;
}

footer .copyright {
    margin-top: 30px;
}

@media (max-width: 767px) {
    nav .first-child {
        width: 100%;
        margin-left: 0px !important;
        margin-top: 30px !important;
    }

    nav .user-icon {
        margin: 20px 0px !important;
    }

    .welcome-text {
        padding: 70px 10px !important;
    }

    .builder h2 {
        font-size: 22px;
    }

    .first-div h3 {
        font-size: 22px;
    }

    .popup .sub {
        width: 250px;
        margin-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    nav .first-child {
        width: 100%;
        margin-left: 0px !important;
        margin-top: 30px !important;
    }

    nav .user-icon {
        margin: 20px 0px !important;
    }

    .welcome-text {
        padding: 150px 10px !important;
    }

    .benefits .card {
        height: 420px;
    }

    .first-div h3 {
        font-size: 22px;
    }

    .select-opp .opp,
    .select-opp .opp:visited {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .lead {
        text-align: justify;
    }

    .lead2 {
        margin-top: 0px !important;
    }
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-flow: column;
    justify-content: stretch;
    align-items: stretch;
}

body > .content {
    flex: 1;
}

.login-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/** Temp Login Page **/

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.5rem + -2px);
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 1rem;
}

.form-floating > label {
    padding: 1rem;
}

.form-control:focus {
    box-shadow: 0 0 0px 2px rgb(66 33 99 / 45%);
}

.form-check {
    padding-left: .25rem;
}

.round-checbox {
    position: relative;
}

.round-checbox label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
    height: 25px;
}

.round-checbox label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.round-checbox label span {
    display: inline-block;
    width: 200px !important;
    position: absolute;
    left: 30px;
    top: 2px;
}

.round-checbox input[type="checkbox"] {
    visibility: hidden;
}

.round-checbox input[type="checkbox"]:checked + label {
    background-color: #663399;
    border-color: #663399;
}

.round-checbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
}


.checkbox-container {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 577px) {
    .login-left {
        padding-left: 15px !important;
    }

    .login-form h2 {
        margin-top: 0;
    }

    .round-checbox label span {
        width: 200px !important;
        left: 32px;
    }
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel] {
    padding-left: 52px !important;
}


@media print {
    #print_Button {
        display: none;
    }

    #next_Button {
        display: none;
    }

    #download_Button {
        display: none;
    }

    p {
        page-break-inside: avoid;
    }

    header,
    footer {
        display: none;
    }
}

#phone::-webkit-input-placeholder {
    color: #999;
}

#phone::placeholder {
    color: #999;
}

#phone::-moz-placeholder {
    color: #999;
}

.benefits_button {
    margin-top: 100px;
}

.benefits_button a {
    color: #fff;
    border-radius: 50px;
    padding: 10px 40px;
    margin-top: 20px;
    font-size: 20px;
    background-color: #663399;
}

.benefits_button a:hover,
.benefits_button a:active {
    text-decoration: none;
}
