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

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

body {
    background-color: #f5f5f5;
    background-image: url(../../../content/dam/tata-capital-web/assets/img/bg-length-desktop.svg);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;
}

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;
}

.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: #fff;
    border-radius: 10px;
}

.calculatedEmi input {
    border: none;
}

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

.input-group input {
    background-color: #fff;
    color: #000;
    border-radius: 6px;
    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;
}

.navbar[class*=bg-] {
    border-bottom: none !important;
    border-left: none !important;
}

.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 {
    background: linear-gradient(135deg, #FDD835 25%, #FFD700 50%, #001F3F 30%, #002D62 70%) !important;
    color: rgba(255, 255, 255, 0.8) !important;
    width: 80%;
    margin: auto;
    border-radius: 4px;
}

.drpbtn {
    color: rgba(255, 255, 255, 1) !important;
    background: transparent !important;
}

#loginDropdown {
    background: #ffd415 !important;
    border-color: #ffd415 !important;
    color: #ffffff;
}

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

.page-inner {
    width: 80%;
    margin: auto;
}

.slider-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    padding: 20px;
    text-align: center;
}

.carousel-inner {
    padding: 30px 0;
}

.card {
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: white;
    padding: 20px;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background-color: #ffd415;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 24px;
}

.carousel-control-prev, .carousel-control-next {
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.apply_learn {
    font-weight: 400;
    font-size: 17px;
}

.apply_learn .text-primary {
    color: #ffd415 !important;
}

.apply_learn .text-success {
    color: #002D62 !important;
}

.nav-pills.flex-column .nav-link.active {
    background: #ffd415 !important;
    border: 1px solid #ffd415 !important;
}

.fa {
    color: black !important;
}

.margin_css {
    padding: 28px !important;
}

.info-section {
    /* background: linear-gradient(to right, #f7f7fb, #e3e2ef); */
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    margin: 4rem;
    /* padding: 13px; */
    /* margin-bottom: 1rem; */
}

.nav-pills .nav-link {
    font-weight: bold;
    color: black;
    border-radius: 10px;
    padding: 15px;
}

.nav-pills .nav-link.active {
    background: #f5e000;
}

.rating {
    font-size: 20px;
    font-weight: bold;
    margin-top: 8rem;
    width: 13rem;
}

.rating span {
    color: black;
}

.card {
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: none;
    height: 19rem;
'
}

.icon {
    width: 40px;
    height: 40px;
    background: #fdd835;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon img {
    width: 20px;
    height: 20px;
}

.card-title {
    font-weight: bold;
    font-size: 18px;
}

.card-text {
    color: #6c757d;
    font-size: 14px;
}

.link {
    color: #007bff;
    font-weight: 500;
    text-decoration: none;
    display: block;
    margin-top: 5px;
}

.link:hover {
    text-decoration: underline;
}

.phone-number {
    font-size: 0.945rem;
    font-weight: bold;
    color: #007bff;
}

.footer {
    background: linear-gradient(to right, #faf7e8, #f8f4df);
    padding: 20px 0;
    font-size: 14px;
    color: #333;
}

.footer-logo img {
    height: 30px;
}

.footer a {
    color: #333;
    text-decoration: none;
    margin-right: 15px;
}

.footer a:hover {
    text-decoration: underline;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
}

.social-icons img {
    width: 25px;
    height: 25px;
}

.app-buttons img {
    height: 40px;
    margin-right: 10px;
}

.footer {
    background: #ff000000 !important;
    padding: 20px 0;
    font-size: 14px;
    color: #333;
    width: 80% !important;
}

/*
.carousel-item img {
    height: 30rem!important;
}*/

.apply_learn button {
    margin-left: 5px;
}

#mobile-apps-tab {
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

#tia-chatbot-tab, #whatsapp-tab, #sms-tab {
    border-radius: 0px !important;
}

#alexa-tab {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.325rem 0.325rem;
    font-size: 0.775rem;
    font-weight: 400;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 35%);
    border-radius: 0;
    transition: border-color 0.15sease-in-out;
}