/* this is main file ..*/

html {
    font-size: 14px;
}

body {
    margin: 0;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    font-size: 14px;
    line-height:normal;
    color: #000;
    margin: 0px;
}

body.login-page {
    padding: 0;
}
p{
    margin: 0px;
}
.green{
    color: #12A053;
}
.red{
    color: #D71419;
}
strong{
    font-weight: bold;
}

.container {
    max-width: 1170px;
    width: 100%;
}

.btn {
    background: #ED1B24;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}
/* .btn:hover{
    background-color: #d71419!important;
    color: #fff;
} */

.btn.read-more {
    border: 2px solid #ed1b24;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding: calc(0.75rem - 2px) 2rem;
}

.btn.read-more i {
    color: #ed1b24;
}

.btn.read-more:hover {
    border-color: #d71419;
}

.btn.read-more:hover i {
    color: #d71419;
}

img,
svg {
    max-width: 100%;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.4;
}

h1 {
    font-size: 36px;
    line-height: 45px;
    color: #25323C;
}

h2 {
    font-weight: 700;
    font-size: 24px;
}

h3 {
    font-weight: 400;
    margin-bottom: 0.7em;
}

h4 {
    font-size: 18px;
    font-weight: 600;
}

h5 {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

h6 {
    font-weight: 300;
    font-size: 16px;
    color: #6A6A6A;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    color: #FD4C5C;
}
button:focus{
    outline: none !important;
    box-shadow: none !important;
}
a:hover {
    text-decoration: none;
    color: #FD4C5C;
}

.btn-primary {
    background-color: #FD4C5C;
    border: 1px solid #FD4C5C !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #FD4C5C !important;
    border-color: #FD4C5C !important;
    box-shadow: none !important;
}

.btn-secondary {
    border: 1px solid #C4C4C4 !important;
    color: #000;
    background: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: #000 !important;
    background-color: #f4f4f4 !important;
    border-color: #C4C4C4 !important;
    box-shadow: none !important;
}

.scrollbar-styling {
    scrollbar-width: none;
    scrollbar-width: thin;
    overflow: auto;
}

.scrollbar-styling::-webkit-scrollbar {
    width: 6px;
    background-color: #ccc;
}

.scrollbar-styling::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
}

.scrollbar-styling:hover {
    scrollbar-width: thin;
}

.scrollbar-styling:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.23);
}

@media (hover: none) {
    .scrollbar-styling {
        scrollbar-width: thin;
    }

    .scrollbar-styling::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.23);
    }
}


.btn {
    margin: 8px 0;
    padding: 13.5px 37px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}

form .row {
    align-items: flex-start;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-group:last-child{
    margin-bottom: 0px;
}

.form-group label {
    font-weight: 500;
    font-size: 10px;
    line-height: 24px;
    text-transform: uppercase;
    color: #25323C;
}

.form-group label:not(.error) {
    font-weight: 500;
    font-size: 10px;
    line-height: 24px;
    text-transform: uppercase;
    color: #25323C;
}
.form-control:focus{
    box-shadow: none;
}


.form-group .resend-btn {
    position: absolute;
    right: 0;
    top: 5px;
    color: #28323c;
    background: #fff;
    padding-left: 5px;
}
.form-control,
select:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 500;
    padding: 7px 12px 7px 0;
    background: #FFFFFF;
    border: none;
    border-bottom: 1px solid #949494;
    border-radius: 0px;
    box-sizing: border-box;
    margin-top: 0px;
}

.error-msg{
    display: none;
}
.main-header {
    padding: 20px 0 20px 0;
    box-sizing: border-box;
    border-top: 8px solid #d71419;
        position: static;
        box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
        width: 100%;
        background-color: #fff;
        top: -150px;
        left: 0;
        transition: top 0.5s;
      z-index: 99;
    }
.headerBtn{
    display: none;
    margin: 0px 0;padding: 8.5px 37px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}
.main-header .text-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.main-header.sticky {
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
    right: 0;
}
.main-header.sticky .headerBtn{
    display: block;
}
.main-header .header-link {margin: 0  0 0 24px;}
.main-header.sticky .header-link, .main-header.sticky .quote {display: none;}
.main-header .header-link a{margin:0 12px 0 0; position: relative;font-weight: 500;}
/* .main-header .header-link a:first-child::after{content: "/";position: absolute;right:-8px;} */
.main-header .header-link a img{vertical-align: bottom; width: 17px;}
.main-header .quote {font-weight: 600;font-size: 14px;line-height: 17px;}
.mainSection{
    background-image: url(../../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 23px 0;
    box-sizing: border-box;
  
}
.mainSection .left{display: flex;flex-direction: column; margin-top: 99px; height: 100%;color: #fff;}
.mainSection .left h4{font-weight: bold;font-size: 14px;line-height: 17px;margin-bottom: 13px;}
.mainSection .left h2 {
    font-weight: normal;
    font-size: 36px;
    line-height: 38px;
    padding-right: 41%;
    box-sizing: border-box;
    font-weight: 600;
}
.mainSection .left h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    margin-top: 36px;
}
.mainSection .left h3:after {
    content: "";
    background: #EB5757;
    height: 6px;
    width: 42px;
    position: absolute;
    left: 0;
    top: -23px;
}
.userForm {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 26px;
    box-sizing: border-box;
    max-width: 385px;
    float: right;
}
.userForm h2 {
    font-weight: 800;
    font-size: 18px;
    line-height: 140%;
    display: flex;
    align-items: flex-start;
    /* text-transform: capitalize; */
    color: #000000;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.userForm .btn{
    padding: 11px 56px;
    box-sizing: border-box;
}
.userForm .termsInfo {
    font-weight: 500;
    font-size: 9px;
    line-height: 12px;
    color: #69757D;
    text-align: left;
    margin-top: 14px;
}
.whyBajajCapital{
    background-image: url(../../images/why-bg.png);  
    background-repeat: no-repeat;
    padding:31px 0 106px 0;
    box-sizing: border-box;
    background-size: cover;
}
.whyBajajCapital .keyCard {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    position: relative;
    padding: 0 25px 0 19px;
    box-sizing: border-box;
}
.whyBajajCapital .keyCard::before{
position:absolute;
content: "";
background: #EB5757;
width: 6px;
height: 42.77px;
left: 0px;
}
.whyBajajCapital  .whyReasons {
    margin-top: 50px;
}
.whyBajajCapital  .whyReasons .left{
    padding-right: 10%;
    box-sizing: border-box;
}
.whyBajajCapital  .whyReasons .left h2{
    font-size: 24px;
    line-height: 64px;    
    color: #28323C;
}
.whyBajajCapital  .whyReasons .left p{
    font-size: 18px;
line-height: 27px;
color: #28323C;
margin-bottom: 10px;
}
.whyBajajCapital  .whyReasons .left ul{
    list-style-type: none;
}
.whyBajajCapital  .whyReasons .left ul li{
    font-size: 16px;
    line-height: 32px;
    color: #28323C;
    position: relative;
    font-weight: 600;
}
.whyBajajCapital  .whyReasons .left ul li::before{
    content: "";
    background-image: url(../../images/tick-circle-solid.png);
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: contain;
    left: -23px;
    top: 7px;

}
.whyBajajCapital .whyReasons .card {
    padding: 25px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.whyBajajCapital .whyReasons .card p {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #18191F;
    margin-top: 28px;
    padding: 0 3px;
    box-sizing: border-box;
}
.ourVision {
    padding: 80px 0;
    background: #F8F8FA;
    box-sizing: border-box;
}
.ourVision .visionPOint {
    display: flex;
    align-items: center;
}
.ourVision .visionPOint .image {
    width: 95px;
    height: 95px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
    display: flex;
    border-radius: 50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.ourVision .visionPOint  p{
    width: calc(100% - 95px);   
    padding: 0 30px 0 60px;
    font-size: 14px;
    line-height: 22px;
    color: #18191F;
    box-sizing: border-box;
}
.intigratedProduct {
    padding: 54px 0 43px 0;
    box-sizing: border-box;
    background-image: url(../../images/globe-map.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.intigratedProduct h2{
    font-weight: normal;
    margin-bottom: 29px;
}
.intigratedProduct .left h3, .intigratedProduct .right h3{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    line-height: normal;
    margin-bottom: 46px;
} 
.intigratedProduct .left{
    padding-right: 5%;
    box-sizing: border-box;
}
.intigratedProduct .right{
    padding-left: 5%;
    box-sizing: border-box;
}
.intigratedProduct .left h3 img, .intigratedProduct .right h3 img{
    width: 60px;
    margin: 0 10px 0 0;
}
.intigratedProduct .productCard {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 10%);
    border-radius: 5px;
    margin-bottom: 36px;
    padding: 33px 25px 25px 25px;
    box-sizing: border-box;
}
.intigratedProduct .productCard strong{
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 19px;
    display: flex;
    color: #18191F;
    padding-left: 13px;
    text-transform: uppercase;
}
.intigratedProduct .productCard strong::before{
    position: absolute;
    content: "";
    background: #9E9E9E;
    height: 16px;
    width: 6px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);

}
.intigratedProduct .productCard p{
    font-weight: normal;
font-size: 14px;
line-height: 22px;
color: #18191F;
}
.relationship {
    padding: 60px 0 130px 0;
    box-sizing: border-box;
    background: rgb(248,248,250);
    background: linear-gradient(0deg, rgba(255,255,255,1) 50%,rgba(248,248,250,1) 50%);
}
.relationship h2, .professional h2{
    font-weight: normal;
    margin-bottom: 52px;
}
.relationship .item .card {
    padding: 23px 20px 20px;
    box-sizing: border-box;
    min-height: 315px;
    background: #FFFFFF;
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
border-radius: 5px;
}
.relationship .item .card .cardImg {
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
    border-radius: 10px;
    display: inline-flex;
    margin: 0px auto 17px auto;
    width: 95px;
    height: 95px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.relationship .item .card .cardImg img{
    width: 46px;
}
.relationship .item .card p{
    font-size: 14px;
    line-height: 22px;   
}
.professional {
    padding: 68px 0 40px 0;
    box-sizing: border-box;
    background: #F8F8FA;
}
.professional h2 strong{
    display: block;
}

.professional .owl-carousel .owl-stage-outer{
    overflow: hidden;
    padding-top: 65px;
    }
.professional .item{
    overflow: visible;
}
.professional .card{
    padding: 70px 26px 14px  26px;
    box-sizing: border-box;
    position: relative;
    min-height: 334px;   
    background: #FFFFFF;
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
border-radius: 5px;
}

.professional .card img {
    position: absolute;
    width: 113px;
    top: -56px;
    left: 0px;
    margin: 0 auto;
    right: 0;
}
.professional .card p:not(.name, .postion){
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #EBC806;
    box-sizing: border-box;
    margin-top: 8px;
}
.professional .card p.name, .professional .card p.postion{
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}
.professional .card ul{
    padding-left: 10px;
}
.professional .card ul li{
    font-weight: normal;
font-size: 12px;
line-height: 22px;
color: #18191F;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 44px;
}
.owl-carousel .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    background: #C4C4C4 !important;
    border-radius: 50%;
    margin: 0 5px 0 0;
}
.owl-carousel .owl-dots .owl-dot.active{
    background: #D71419 !important;
}
.associateSection{
    padding: 40px 0;
    box-sizing: border-box;
}
.associateSection h2{
    font-size: 24px;
line-height: 29px;
text-align: center;
color: #25323C;
font-weight: normal;
margin-bottom: 35px;
}
.associateSection h2 strong{
    display: block;
}
.associateSection .card{
    width: 176px;
    height: 96px;
    align-items: center;
    display: flex;
    justify-content: center;
    box-shadow: 0px 10px 10px rgba(212, 217, 232, 0.2);
border-radius: 5px;
}
.associateSection .card img{
    max-width: 120px;
}
.corporateLocations {
    padding: 60px 0;
    box-sizing: border-box;
}
.corporateLocations .left {
    display: flex;
    align-items: center;
}
.corporateLocations .left img{
    margin-right: 20px;
}
.corporateLocations .left  p{
    font-size: 24px;
    line-height: 29px;    
    color: #25323C;
    padding: 0 10% 0 0;
    box-sizing: border-box;
}
.corporateLocations ul li{
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: #18191F;
}
.offerDoc p{
    font-size: 16px;
}
.offerDoc ul li a{
    color: #25323C;
}
.offerDoc ul li a:hover{
   font-weight: 500;
}
.offerDoc:first-child p{
    margin-bottom: 10px;
}


.footer-container-wrapper h4 {
    margin: 8px 0 20px;
    line-height: inherit;
}
.footer-container-wrapper ul{
    padding: 0px;
}
.footer-container-wrapper ul li{
    list-style-type: none;
}
.footer-container-wrapper a {
    color: inherit;
    font-size: 12px;
}
.footer-container-wrapper .footer-nav ul li {
    margin: 15px 0;
    display: block;
}
.footer-container-wrapper {
    background: #f6f5fa;
    font-size: 1rem;
    font-weight: 500;
    padding-top: 4rem;
}
.footer-container-wrapper .footer-bottom-pane {
    border-top: 3px solid rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
}
.footer-container-wrapper p {
    max-width: 270px;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;    
    margin-bottom: 1rem;
}
.footer-container-wrapper a:hover {
    color: #ed1b24;
}
.footer-container-wrapper .social-links{
    display: flex;
}
.footer-container-wrapper .social-links li {
    margin-right: 10px;
    display: block;
}
.footer-container-wrapper p.copyright{
    max-width: 100%;
    margin: 1.1rem 0;
}
.footer-container-wrapper .footer-bottom-pane .bottom-pane-links{
    display: flex;
    justify-content: flex-end;
    margin: 1.1rem 0;
}
.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{
    display: none;
}
.footer-container-wrapper .footer-bottom-pane .bottom-pane-links li {
    margin-left: 15px;
}
.footer-container-wrapper .footer-bottom-pane .bottom-pane-links li:before {
    content: "|";
    margin-right: 15px;
}
@media screen and (max-width: 767px){
    .mainSection{
        padding: 30px 0;
        background-position: right;
    }
    .mainSection .left{
        margin-top: 0px;
    }
    .mainSection .left h2{
        padding: 0px;
    }
    
    .userForm{
        max-width: 100%;
    }
    .headerBtn{
        padding: 8.5px 8px;
    }
    .mainSection .left h3{
        margin-top: 25px;
    }
    .main-header .quote{
        display: none;
    }
    .main-header .header-link a:last-child{
        display: none;
    }
    .main-header .header-link a:first-child::after{
        display: none;
    }
    .main-header .header-link {
        margin: 0px;
        text-align: right;
        width: 100%;
    }
    .whyBajajCapital .keyCard{
        margin-bottom: 30px;
        padding-right: 0px;
    }
    .whyBajajCapital .keyCard::before{
        left: 0;
    }
    .whyBajajCapital{
        background-size: cover;
    background-position: center center;
    }
    .whyBajajCapital .whyReasons{
        margin-top: 15px;
    }
    .whyBajajCapital{
        padding: 31px 0 57px 0;
    }
    .ourVision{
        padding: 40px 0;
    }
    .ourVision .visionPOint{
        flex-direction: column;
        margin-bottom: 15px;
    }
    .ourVision .visionPOint p{
        width: 100%;
        text-align: center;
        padding: 0px;
        margin-top: 10px;
    }
    .associateSection .card{
        margin: 0 auto;
    }
    .intigratedProduct{
        padding-bottom: 0px;
    }
    .intigratedProduct .left h3,.intigratedProduct .right h3{
        margin-bottom: 15px;
    }
    .intigratedProduct .productCard strong{
        margin-bottom: 10px;
    }
    .relationship{
        padding: 40px 0 40px 0;
    }
    .relationship .item .card, .professional .card{
        min-height: auto;
    }
    .owl-carousel .owl-dots{
        margin-top: 20px;
    } 
    .owl-carousel .owl-dots .owl-dot{
        width: 8px;
        height: 8px;
    }
    .corporateLocations{
        padding: 20px 0;
    }
    .corporateLocations .left{
        flex-direction: column;
        text-align: center;
    }
    .corporateLocations ul{
        margin-top: 10px;
    }
    .associateSection {
        padding: 30px  0;  
}
.userForm{
    float: none;
}
.footer-container-wrapper{
    padding-top: 1rem;
}
}
@media screen and (max-width: 375px){

    .headerBtn{
        padding: 8.5px 5px;
    }
}
.form-group.required label::after{
    color: #e32;
    content: " *";
    display: inline;
}
