.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: auto;
    right: -69px;
!important;
    z-index: 1001;
    border-top: 5px solid #2c3e50;
}

body, html {
    background-color: #2c3e50;
    color: #fff;
    font-family: 'Public Sans', sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}

body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, .alert, a, .td-name, td, button.close {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Public Sans', sans-serif;
}

body, html {
    font-size: 14px;
    color: #2A2F5B;
}

.card.tagLine {
    background-color: #394a5a;
    border-radius: 10px;
    padding: 73px;
    color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    margin-top: 37px;
}

.card.tagLine h4 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.card.tagLine p {
    font-size: 16px;
    color: #d3d3d3;
}

label {
    color: black;
}

/*.form-control {*/
    /*border: 2px solid lightgrey;*/
/*}*/

.emiCalculator {
    border-radius: 15px;
    border: none;
    background: #394a5a;

}

.emiCalculatorSec {
    background: #ffffffbf;
    border-radius: 9px;
}

.rupee-sign {
    margin-top: 10px;
    margin-right: 5px;
}

.rupee-sign::before {
    content: "₵";
}

.calculatedEmi {
    background: #ffffff !important;
    border-radius: 10px;
}

.calculatedEmi input {
    border: none;
}

.emiTagline {
    display: flex;
    color: #fff;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.input-group input, .form-control {
    background-color: #fff;
    color: #000;
    border-radius: 3px;
    font-size: 16px;
}

.btnsubmit {
    background-color: #0a21c0
}

.btnsubmit:hover {
    background-color: rgba(10, 38, 216, 0.78);
    color: white;
}

.input-group-text {
    background-color: #fff;
    color: #000;
}

.navbar {
    background-color: #1b1b4c;
}

.navbar .nav-link {
    color: #1a2036;
}

.yrmnth {
    margin-left: 10px;
    margin-bottom: 10px;
}

.dropdown-menu {
    background-color: #ffffff;
    border-radius: 0.25rem;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 0;
    min-width: 180px;
}

.dropdown-menu .dropdown-item {
    padding: 10px 15px;
    color: #333;
/ transition: background-color 0.3 s ease-in-out;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #2a2f5b;
    color: #fefeff;
/
}

.dropdown-toggle {
    background-color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 0.25rem;
}

.dropdown-toggle:focus {
    box-shadow: none;
}

.dropdown-menu.show {
    margin-top: 0.5rem;
}

.product-card {
    background-color: #f5f6fa;
    border-radius: 10px;
    color: #2f3640;
    margin: 0 2em;
    transition: all linear .2s;
    width: 250px;
    display: flex;
    flex-direction: column;
    height: 438px;
}

.product-cards {
    background-color: #f5f6fa;
    border-radius: 10px;
    color: #2f3640;
    margin: 0 2em;
    transition: all linear .2s;
    width: 250px;
    display: flex;
    flex-direction: column;
    height: 200px;
}

.product-cards:hover,
.product-cards:active {
    background-color: rgba(114, 181, 47, 0.75);
    box-shadow: .2em .5em .5em rgba(145, 145, 145, 0.93);
    transform: scale(1.1);
    color: white;
}

.product-card:hover,
.product-card:active {
    box-shadow: .2em .5em .5em rgba(0, 0, 0, 0.4);
    transform: scale(1.1);
}

.product-img {
    border-radius: 10px 10px 0 0;
    height: 150px;
    max-width: 100%;
}

.product-text h3 {
    font-size: small;
}

.img-one {
    background-image: url(/static/assets/images/laptop-1836990_640.jpg);
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 100%;
}

.img-two {

    background-image: url(/static/assets/images/coins-1726618_640.jpg);
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 100%;
}

.img-three {
    background-image: url(/static/assets/images/money-167735_640.jpg);
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 100%;
}

.img-four {
    background-image: url(/static/assets/images/investment-5241253_640.jpg);
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 100%;
}

.product-text {
    padding: 1em;
    text-align: center;
}

.btnprdct {
    background-color: #288224;
}

.product-cart button {
    border: 0;
    border-radius: 0 0 10px 10px;
    color: #000000;
    cursor: pointer;
    font-family: inherit;
    padding: 1em;
    text-transform: uppercase;
    transition: all linear .3s;
    width: 100%;
}

.product-cart button:hover {
    font-weight: 500;
    letter-spacing: .1em;
}

.buttonloan {
    border: 0;
    border-radius: 0 0 10px 10px;
    cursor: pointer;
    font-family: inherit;
    transition: all linear .3s;
    width: 100%;
    border: none;
    padding: 10px;
    color: #fff;
    background-color: #159a80;
    border-color: #148f77;

}

/* color */
.product-card:first-child h3 {
    color: #e84118;
    font-size: small;
}

.product-card:first-child button {
    background-color: #e84118;
}

.product-card:nth-child(2) h3 {
    color: #fbc531;
    font-size: small;
}

.product-card:nth-child(2) button {
    background-color: #fbc531;

}

.product-card:last-child h3 {
    color: #0097e6;
    font-size: small;
}

.product-card:last-child button {
    background-color: #0097e6;
}

.product-cards {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-texts {
    flex-grow: 1;
}

.product-carts {
    margin-top: auto;
}

.loansection {
    margin-top: 3rem;
    color: white;
}

.modal-content {
    /*background: linear-gradient(65deg, #d5dbe2 0%, #ffffff 100%)*/
}

/*body {*/
/*font-family: Arial, sans-serif;*/
/*}*/

/*.modal-body {*/
/*padding: 2rem;*/
/*}*/

/*.form-container {*/
/*background-color: white;*/
/*border-radius: 10px;*/
/*}*/

/*.form-header {*/
/*text-align: center;*/
/*margin-bottom: 20px;*/
/*}*/

/*.form-header h1 {*/
/*font-size: 20px;*/
/*color: #100cbc;*/
/*}*/

/*.form-header p {*/
/*font-size: 14px;*/
/*color: #7d7d7d;*/
/*}*/

/*.form-group {*/
/*}*/

/*.form-group label {*/
/*display: block;*/
/*font-size: 10px;*/
/*margin-bottom: 5px;*/
/*}*/

/*.form-control {*/
/*height: calc(2.25rem + 10px);*/
/*}*/

/*.custom-checkbox {*/
/*margin-top: 10px;*/
/*}*/

/*.btn-submit {*/
/*background-color: #100cbc;*/
/*color: white;*/
/*width: 100%;*/
/*padding: 10px;*/
/*border: none;*/
/*border-radius: 5px;*/
/*}*/

/* media queries */

@media screen and (max-width: 860px) {
    .container {
        display: grid;
        grid-column-templates: 1fr;
        grid-auto-rows: auto;
    }

    .product-card {
        margin: 1.5em;
    }
}

.navbar, .drpbtn {
    background: linear-gradient(135deg, #FDD835 25%, #FFD700 50%, #001F3F 30%, #002D62 70%);
    color: rgba(255, 255, 255, 0.8) !important;
}

#loginDropdown {
    background: #2c3e50 !important;
    border-color: #1b2530 !important;
    color: #ffffff;
}

.get_started, .apply_now, .send_message {
    color: #fff;
    background-color: #159a80;
    border-color: #148f77;
}
