*,
*:after,
*:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 12px;
}

body {
    color: #4E4A4A;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 28px;
    line-height: 48px;
    color: rgba(55, 55, 55, 1);
}

.bgWhite h2 {
    margin-bottom: 20px;
}

h2.section-title {
    font-weight: 700;
    line-height: inherit;
    margin: 0 0 30px;
    text-align: center;
}

h2.section-title span {
    display: block;
    height: 3px;
    background: #ed1b24;
    width: 100%;
    margin-top: 0.2rem;
    -webkit-animation-name: width100;
    animation-name: width100;
    max-width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.dFlex {
    display: flex;
}

ul {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 20px;
}

ul li {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
}

@-webkit-keyframes width100 {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes width100 {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}


/* 
h2.section-title+h4 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: -15px;
    text-align: center;
} */

h4 {
    font-weight: 600;
    font-size: 1.3rem;
}

h4.form-title {
    font-weight: 700;
    margin-bottom: 15px;
}

h5 {
    color: #4E4A4A;
}

h6 {
    font-size: 1.1rem;
}

ul.listing,
ol.listing {
    padding-left: 2rem;
}

img,
svg {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

a {
    text-decoration: none;
    color: #ed1b24;
}

a:hover {
    text-decoration: none;
    color: #1b2330;
}

a:focus,
input:focus,
button:focus {
    outline: none;
}

.green {
    color: #129e32 !important;
}

.btn {
    padding: 0.75rem 3rem;
    font-weight: 600;
    font-size: 1.2rem;
    border-radius: 4px;
}

.btn-primary {
    background-color: gradient(177.18deg, rgba(57, 91, 211, 0.81) -158.01%, #5575E8 -157.98%, #2555CE 115.84%);
    border: none;
    text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus {
    /* background-color: #f88d00 !important;
    box-shadow: none !important; */
    background-color: #5F7FEE !important;
    box-shadow: none !important;
}

.main-header {
    border-top: 8px solid #d71419;
    position: static;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    background-color: #fff;
    top: -150px;
    left: 0;
    transition: top 0.5s;
    z-index: 99;
    padding: 20px 0;
}

.header-link ul {
    text-align: right;
    list-style: none;
}

.header-link ul {
    text-align: right;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0;
    padding: 0;
}

.header-link ul li .headerBtn {
    margin: 0 0 0 10px;
}

.red {
    color: red;
}

.header-link ul li a {
    display: inline-flex;
    align-items: center;
}

.header-link ul li a img {
    margin-right: 7px;
}

.body-container-wrapper {
    background-color: #fff;
    position: relative;
}

.body-container-wrapper>section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.body-container-wrapper>section.bgwhite {
    background-color: #fff;
}

.home-page-banner {
    position: relative;
    min-height: 500px;
    padding: 0px !important;
}

.home-page-banner-wrapper {
    background: linear-gradient(180deg, rgba(25, 168, 125, 0.9) 0%, rgba(19, 99, 75, 0.9) 100%);
        
}

.banner-wrapper {
    border-radius: 36px;
    padding: 30px 10px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
}

.home-page-banner-wrapper-second .banner-caption {
    justify-content: flex-start;
    margin-bottom: 40px;
    align-items: center;
}

.home-page-banner-wrapper-second .banner-caption img {
    width: 100%;
    height: 100%;
    max-width: 127px;
}

.home-page-banner-wrapper-second .banner-caption .left {
    margin-left: 60px;
}

.home-page-banner-wrapper-second .banner-caption .left h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
    margin: 0px;
    color: #0D0D0D;
}

.home-page-banner-wrapper-second .banner-caption .left p {
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}

.home-page-banner-wrapper-second .banner-caption .left p:before {
    width: 27px;
    margin: 0 15px 0 0;
    position: absolute;
    content: "";
    background-image: url(../images/check-circle.png);
    height: 27px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.home-page-banner-wrapper-second .banner-caption .left p span {
    font-weight: 600;
}

.home-page-banner-wrapper-second .banner-caption .left h2 span {
    display: block;
    font-weight: 600;
}

.home-page-banner-wrapper-second .bannerContent h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.022em;
    color: #070707;
}
.bannerContent .support_text{
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: -0.022em;
    color: #E41E24; 
    margin-bottom: 15px;
}

.home-page-banner-wrapper-second .bannerContent p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.011em;
    color: #3E3E3E;
}

.home-page-banner-wrapper-second {
    background: #E6F2FF;
}

.home-page-banner-wrapper .bannerContent,
.home-page-banner-wrapper .bannerContent p,
.home-page-banner-wrapper .bannerContent h1 {
    color: #fff;
}

.home-page-banner-wrapper .bannerContent p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.011em;
    color: #fff;
}
.home-page-banner-wrapper .bannerContent img{
    margin: 0 0 10px 0;
    width: 150px;
    height: 100%;
}

.home-page-banner-wrapper .bannerContent p:first-child {
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
}

.home-page-banner-wrapper .bannerContent h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
}

.home-page-banner h1 {
    font-size: 2rem;
}

.home-page-banner h1 small {
    font-size: 0.7em;
    display: block;
}

.card {
    border: none;
    background-color: #fff !important;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 5px;
    color: inherit;
}

.card .card-body {
    color: inherit;
    padding: 2rem;
}
.banner-form .card-body p.red {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}
.banner-form .card-body .investNowBtn {
background: #5189BC;
text-transform: capitalize;
}
.banner-form .card-body .investNowBtn:hover, .main-header.sticky .header-link ul li .headerBtn:hover,.banner-form .card-body .investNowBtn:focus{
    background-color:#1C75BC !important;
}
h4.form-title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group .btn {
    width: 70%;
}

.form-group label:not(.error) {
    margin: 0;
    font-size: 10px;
    font-weight: 600;
    display: block;
    line-height: 1;
    text-transform: uppercase;
}

.form-control,
select:disabled {
    font-weight: 500;
    color: #28323c;
    height: auto;
    border: none;
    border-bottom: 2px solid #a7a7a7;
    border-radius: 0;
    padding: 5px 5px 5px 0;
}

form .btn {
    margin: 0;
    padding: 0.7rem 4rem;
}

.tnc {
    display: block;
    line-height: 1.4;
}

.whyBajaj,
.commonBg {
    background: linear-gradient( 180deg, rgba(0, 123, 255, 0.1) 0%, rgba(229, 229, 229, 0) 100%);
    padding: 40px 0;
    box-sizing: border-box;
}

.whyBajaj .points {
    display: flex;
    justify-content: center;
    text-align: center;
}

.whyBajaj .points .pointCard {
    width: calc(100% / 3);
    padding: 61px 42px;
    box-sizing: border-box;
    margin-left: 33px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.whyBajaj .points .pointCard img {
    width: 55px;
    margin: 0 0 21px 0;
}

.whyBajaj .points .pointCard h5 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 5px;
}

.whyBajaj .points .pointCard p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0px;
}

.eligibilitypoint {
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.eligibilitypoint .dFlex {
    border-bottom: 1px solid #DDDDDD;
}

.eligibilitypoint .dFlex:last-child {
    border: none;
}

.eligibilitypoint .dFlex:nth-child(even) {
    background: rgba(246, 246, 246, 0.5);
}

.eligibilitypoint .pointCol {
    width: 50%;
    padding: 12px 17px 12px 35px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 30px;
}

.eligibilitypoint .pointCol:first-child {
    border-right: 1px solid #DDDDDD;
    font-weight: 700;
}

.benifits {
    display: flex;
    margin-bottom: 28px;
}

.benifits:last-child {
    margin-bottom: 0px;
}

.benifits img {
    margin: 0 50px 0 0;
    height: 100%;
    width: 80px;
}

.benifits .content {
    width: 80%;
}

.benifits h5,
.benifits p,
.bgWhite p {
    font-size: 18px;
    line-height: 30px;
    color: #4E4A4A;
    margin: 0 0 15px 0;
}

.bgWhite p {
    font-weight: 400;
}

.bgWhite p span.bold {
    display: block;
    font-weight: 600;
}

.table-points td:first-child {
    white-space: nowrap;
}

.footer-container-wrapper {
    background: #f6f5fa;
    font-size: 1rem;
    font-weight: 500;
    padding-top: 4rem;
}

.testimonials h4 {
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    margin: 15px 0 31px;
    font-weight: 500;
    color: #373737;
}

.testimonials p {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #000000;
}

.testimonials p.bold {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}

.testimonials .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials .item {
    max-width: 520px;
}

.testimonials .owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    background: #ddd;
    margin: 0 10px 0 0;
    border: initial;
    border-radius: 50%;
}

.testimonials .owl-carousel button.owl-dot.active {
    background: #25323C;
}

.footer-container-wrapper h4 {
    margin: 8px 0 20px;
    line-height: inherit;
}

.footer-container-wrapper a {
    color: inherit;
}

.footer-container-wrapper a:hover {
    color: #ed1b24;
}

.footer-container-wrapper img {
    vertical-align: middle;
}

.footer-container-wrapper .footer-bottom-pane {
    border-top: 3px solid rgba(0, 0, 0, 0.1);
    margin-top: 5rem;
}

.footer-container-wrapper .footer-bottom-pane .bottom-pane-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    list-style: none;
}

.footer-container-wrapper .footer-bottom-pane .bottom-pane-links li {
    margin-left: 15px;
    display: flex;
}

.footer-container-wrapper .footer-bottom-pane .bottom-pane-links li:before {
    content: "|";
    margin-right: 15px;
}

.footer-container-wrapper .footer-bottom-pane .bottom-pane-links li:first-child {
    margin-left: 0;
}

.footer-container-wrapper .footer-bottom-pane .bottom-pane-links li:first-child:before {
    content: none;
}

.footer-container-wrapper .footer-bottom-pane p,
.footer-container-wrapper .footer-bottom-pane ul {
    margin: 1.1rem 0;
}

.footer-container-wrapper .footer-nav ul li {
    margin: 15px 0;
    display: block;
}

.footer-container-wrapper .footer-logo img {
    margin-bottom: 1rem;
}

.footer-container-wrapper .footer-logo p {
    max-width: 270px;
}

.footer-container-wrapper .social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer-container-wrapper .social-links li {
    margin-right: 10px;
    display: block;
}
.featureTable{
    width: 100%;
    table-layout: fixed;
    border-radius: 0px;
}
.featureTable th, .featureTable td{
    text-align: center;
    padding: 15px 10px;
    border: 1px solid #ddd;
    font-size: 18px;
}
.featureTable td p{
    font-weight: 500;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .logo img {
        width: 120px;
    }
    .footer-container-wrapper .footer-bottom-pane {
        margin-top: 2rem;
        border-top-width: 2px;
    }
    .footer-container-wrapper .footer-bottom-pane .bottom-pane-links {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start;
        flex-wrap: wrap;
    }
    .footer-container-wrapper .footer-bottom-pane .copyright {
        margin-bottom: 0;
    }
    .footer-container-wrapper .footer-logo p {
        max-width: 100%;
    }
    .footer-container-wrapper>.container .row>div:not(:first-child),
    .footer-container-wrapper>.section-menu .row>div:not(:first-child) {
        margin-top: 20px;
    }
    .table-points td:first-child {
        white-space: normal;
    }
    .feature-cards {
        flex-direction: column;
        align-items: center;
    }
    .feature-cards .feature-card {
        margin: 0 0 20px;
        width: 90%;
    }
    .home-page-banner-wrapper-second .banner-caption {
        flex-direction: column;
        text-align: center;
    }
    .home-page-banner-wrapper-second .banner-caption .left {
        margin-left: 0px;
    }
    .home-page-banner-wrapper-second .banner-caption img {
        margin: 0 0 25px 0;
    }
    .home-page-banner-wrapper-second .banner-caption .left p {
        text-align: left;
    }
    .banner-wrapper {
        padding: 30px 0px;
    }
    .home-page-banner-wrapper .banner-caption{
        text-align: center;
    }
    .home-page-banner-wrapper .bannerContent p:first-child{
margin-top: 20px;
    }
    .header-link ul li a.green{
        font-size: 12px;
    }
    .featureTable th, .featureTable td{
        font-size: 14px;
        word-break: break-word;
    }
}


/* NPS landing page css starts*/

.body-container-wrapper .faq-section {
    padding: 55px 0 80px 0;
    background: #fff;
}

.faq-accordion {
    font-weight: 400;
    color: #000 !important;
    text-decoration: none !important;
}

.faq-accordion .card {
    background-color: #fbfbfd;
    border: none;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
    box-shadow: none;
}

.faq-accordion .card .card-header {
    background-color: #fff;
    color: #000;
    padding: 0 !important;
}

.card-header h5 {
    color: #000;
    padding: 5px 0px;
}

.card-header h5 button {
    color: #373737;
    border: none;
    text-align: left;
    padding: 8px 0px 8px 42px;
    overflow: hidden;
    width: 100%;
    position: relative;
    font-size: 26px;
    line-height: 48px;
    font-weight: 500;
}

.card-header h5 button:hover {
    text-decoration: none;
    outline: none;
    color: #373737;
}

.card-header h5 button:focus {
    text-decoration: none;
}

.faq-accordion .card .collapse {
    transition: all .6s ease-in-out;
    overflow: hidden;
    max-height: 500px;
}

.faq-accordion .card .card-body {
    color: #000;
    padding: 25px 0px;
    background: #fff;
}

.card-header .btn span {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #3C41C7;
    background: none;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.card-header .btn span::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    background: #3C41C7;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.card-header .collapsed.btn::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 2px;
    background: #3C41C7;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
}

.faq-accordion .card .card-body ul {
    color: #000;
    padding: 0px 25px;
    display: inline-table;
    width: 100%;
    padding: 0px;
}

.card-body ul li {
    color: #000;
    font-size: 18px;
    margin: 0 0 10px 0;
    width: 50%;
    display: inline-block;
    padding: 0 20px 0 30px;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
}

.card-body ul li:after {
    width: 20px;
    margin: 0 15px 0 0;
    position: absolute;
    content: "";
    background-image: url(../images/check-green.png);
    background-repeat: no-repeat;
    height: 20px;
    left: 0px;
    top: 8px;
}

footer {
    padding-bottom: 20px;
    text-align: left;
    padding-top: 15px;
    background-color: #fff;
}

.bgWhite {
    background: #fff;
    padding: 40px 0;
    box-sizing: border-box;
}

footer p {
    font-size: 12px;
    color: #28323c !important;
    font-weight: 500 !important;
}

footer .footer-link p {
    margin-bottom: 10px;
}

footer .offering-list ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

footer .ulitem>ul>li a {
    color: #ff001e;
    font-weight: 500;
    line-height: 2.25;
    text-align: left;
    font-size: 14px;
}

footer .ulitem>ul>li:hover a {
    color: #28323c;
}

footer .ulitem>ul>li a.bold {
    font-weight: 600;
    color: #28323c;
}

footer h5 {
    color: rgba(40, 50, 60, 1);
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.footer-col {
    -webkit-box-flex: 1;
    flex: 1;
}

footer .navbar-brand {
    margin-bottom: 10px;
}

.footer-col img {
    max-width: 100%;
    width: 150px;
}

.row.footer-link {
    border-top: 1px solid #C4C4C4;
    padding: 15px 0;
}

p {
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 300;
}

.red {
    color: #ff001e !important;
}

footer .footer-link .col-md-9 {
    text-align: right;
}

footer .disclaimer p {
    font-size: 10px;
    line-height: 2;
}

footer .footer-link a {
    text-align: right;
    font-weight: 500;
    color: rgba(40, 50, 60, 0.9);
    cursor: pointer;
    padding-left: 10px;
}

footer .ulitem .contact li:nth-child(3) a {
    margin-right: 15px;
    color: #0e0b1b;
    font-size: 1.125em;
    text-decoration: none;
}

.header-link ul li .headerBtn {
    display: none;
}

.main-header.sticky .header-link ul li .headerBtn {
    display: block;
    background-color: #5189BC;
    text-transform: capitalize;
}

.main-header.sticky {
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
    right: 0;
}

.main-header.sticky .header-link ul li .green {
    visibility: hidden;
    opacity: 0;
    display: none;
}

@media screen and (max-width:991px) {
    .header-link ul li .headerBtn {
        /* margin: 0 0 0 10px; */
        padding: 10px 18px;
    }
}

@media screen and (max-width:767px) {
    .whyBajaj .points {
        flex-direction: column;
    }
    .whyBajaj .points .pointCard {
        width: 100%;
        margin-bottom: 33px;
        margin-left: 0px;
    }
    .whyBajaj .points .pointCard:last-child {
        margin-bottom: 0px;
    }
    h2 {
        font-weight: 500;
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    section p {
        font-size: 18px;
        line-height: 30px;
    }
    .eligibilitypoint {
        margin-top: 25px;
    }
    .eligibilitypoint .pointCol {
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #4E4A4A;
    }
    .eligibilitypoint .pointCol:first-child {
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        color: #4E4A4A;
    }
    .benifits {
        margin-bottom: 15px;
    }
    .benifits:last-child p {
        margin-bottom: 0px;
    }
    .benifits img {
        margin: 0 25px 0 0;
        height: 100%;
        width: 50px;
    }
    .card.banner-form {
        margin: 15px 0;
    }
    .header-link ul li .headerBtn {
        font-size: 12px;
        padding: 10px 8px;
    }
    .pt-100 {
        padding-top: 50px !important;
    }
    footer .footer-link .col-md-9 {
        text-align: right;
        padding-bottom: 30px;
    }
    .investNowBtn.sticky {
        position: relative;
    }
    .card-header h5 button {
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        color: #373737;
    }
    .card-body ul li {
        color: #000;
        font-size: 18px;
        margin: 0 0 10px 0;
        width: 100%;
    }
    .testimonials h4 {
        margin: 15px 0 15px;
        font-size: 26px;
        line-height: 30px;
    }
    .faq-accordion .card .card-body ul {
        display: flex;
    }
    .body-container-wrapper .faq-section {
        padding: 55px 0 10px 0;
    }
}

@media screen and (max-width: 320px) {
    .header-link ul li .headerBtn {
        padding: 10px 9px;
        font-size: 9px;
    }
}