body {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    overflow-x: hidden;
  }
.container {
    box-sizing: border-box;
    max-width: 1570px;
    margin-left: auto;
    margin-right: auto;
}
.rbl-form-section
{
    position: relative;
    padding: 3vw 0 0 0;
    height: 100vh;
}
.rbl-form-bg
{
    position: absolute;
    top: 0rem;
    left: 0rem;
    z-index: -1;
}
.rbl-form-content h1
{
    font-size: 2.3vw;
    color: #fff;
    font-weight: 600;
}
.rbl-form-content h1 span
{
    display: inline-block;
	font-weight: 700;
}
.fill-up-form {
    background-color: #fff;
    padding: 1.5vw 1.5vw;
    box-shadow: 0 0px 8px #0000001A;
    width: 36vw;
    margin: auto 0 auto auto;
}
.fill-up-form h2
{
    font-size: 1.5vw;
    color: #000;
    padding-bottom: 1vw;
	font-weight:700;
}
.rbl-form .form-group
{
    margin-bottom: 1.5vw;
	position: relative;
}
.rbl-form .form-group .form-control
{
border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #8d8d8d;
    color: #000;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
    font-size: 1vw;
}
.rbl-form .form-group .form-control:focus
{
    box-shadow: none;
    outline: none;
}
.rbl-form .mobile-number
{
    display: flex;
    gap: 1.5rem;
}
.rbl-form .mobile-number .input-group {
    width: 65%;
}
.rbl-form .mobile-number .otp-input {
    width: 40%;
}
.rbl-form .mobile-number .input-group
{
    position: relative;
}
.rbl-form .mobile-number .input-group .form-control
{
    z-index: 1;
}
.rbl-form .mobile-number .input-group .get-otp-btn
{
    border: none;
    background: #eeeeee;
    color: #0F8943;
    font-size: 0.8vw;
    padding: 0.3vw 0.5vw;
    position: absolute;
    right: 0px;
	margin:0.5vw 0 0 0;
    z-index: 2;
    cursor: pointer;
    font-weight:700;
}
.rbl-form .form-pincode
{
    width: 49%;
}
#mobile-number, #otp, #pincode
{
    font-family: "Figtree", sans-serif;
}
.rbl-form .terms-condition-group .form-check:nth-child(1)
{
   padding-top: 0;
}
.rbl-form .terms-condition-group .form-check
{
    margin-bottom: 1rem;
    display: flex;
}
.rbl-form .terms-condition-group .form-check .form-check-input
{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0px;
    margin-right: 5px;
    border: 1px solid #8d8d8d;
}
.rbl-form .terms-condition-group .form-check .form-check-input:checked
{
    background-color: transparent;
    border: 1px solid #0E8943;
}
.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230E8943' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.rbl-form .terms-condition-group .form-check .form-check-input:focus
{
    box-shadow: none;
    border: 1px solid #8d8d8d;
}
.rbl-form .terms-condition-group .form-check .form-check-label
{
    font-size: 0.7vw;
}
.rbl-form .submit-btn
{
    border: none;
    background-color: #0E8943;
    color: #ffffff;
    border-radius: 50px;
    font-size: 1vw;
    padding: 0.6vw 4.8vw;
    margin: 0px auto;
    display: table;
}
.rbl-form .submit-btn:hover
{
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.3);
}
/* #header-section, #rbl-form-overview
{
    display: none;
} */
.loading-section
{
    background-color: #f6f6f6;
    width: 100%;
    height: 100vh;
}
.loading-section .loading-content-bg
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.loading-section .loading-content
{
    width: 900px;
    height: 400px;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 0rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.loading-section .loading-content h2
{
    font-size: 1.8rem;
    text-align: center;
    font-weight: 600;
    margin: 2rem 0 0 0;
}

/* Circular gradient loader */
.custom-gradient-loader {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background:
        conic-gradient(from -90deg,
            #baf2dd 0deg,
            #0E8943 315deg,
            transparent 315deg 360deg);
    -webkit-mask:
        radial-gradient(farthest-side, transparent 75%, #000 71%);
    mask:
        radial-gradient(farthest-side, transparent 75%, #000 71%);
    animation: custom-spin-loader 1.4s linear infinite;
    margin: 0 auto 30px auto;
}

@keyframes custom-spin-loader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/***new css update 09-03****/
.container-padding {
    padding: 0 10vw;
}
.tvs-credit-logo img {
    width: 11vw;
}
.logo.tvs-credit-logo {
    padding: 1rem 0;
}
.rbl-form .form-control::placeholder {
  color: #6C757D;
  opacity: 1; 
}

.rbl-form .form-control::-ms-input-placeholder { 
  color: #6C757D;
}
.text-content{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-content.expanded{
    -webkit-line-clamp: unset;
}

.read-more {
    color: #0F8943;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.7vw;
    padding: 4px 0 0 0;
    display: inline-block;
}
.rbl-footer-section {
    background: #108a43;
    color: #fff;
    padding: 1.25rem 0;
}
.foot-text p {
    margin: 0;
}
.foot-text {
    font-size: 1.25rem;
}
.foot-text ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: flex-end;
    margin: 0;
}
.foot-text ul li {
    margin: 0;
}
.foot-text ul li span {
    display: inline-block;
    width: 0.1rem;
    height: 100%;
    background: #fff;
    margin: 0 1rem;
    vertical-align: middle;
}
.h2title h2 {
    color: #ffff;
    font-weight: 600;
    font-size: 2.5rem;
    margin: 0;
	font-weight: 700;
}
.key-feature-title.h2title {
    background: #0F8943;
    height: 200px;
    display: flex;
    align-items: center;
}
.features-bg {
    position: absolute;
    z-index: -1;
    overflow: hidden;
    height: 40vw;
}
.key-features {
    height: auto;
}
.keyfeature-row {
    padding: 4rem 0 0 0;
}
.rbl-card-img {
    position: relative;
    top: -9rem;
}
.feature-box {
    background: #fff;
    box-shadow: 0 3px 6px #00000029;
    padding: 0.9rem 0.9rem;
    display: flex;
    margin-bottom: 1.8rem;
    border-radius: 5rem;
	align-items:center;
	justify-content:space-around;
}
.feature-icon {
    background: #E7F3EC;
    border-radius: 5rem;
    width:90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-icon img {
    max-height: 2.5rem;
    min-height: 2.5rem;
}
.feature-context {
    width: 80%;
    padding: 0 0.9rem 0 0.9rem;
}
.feature-context h5 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 0.1rem 0;
	font-weight: 700;
}
.feature-context p {
    font-size: 0.9rem;
	margin:0;
}
header#header-section {
    background: #fff;
    position: relative;
    width: 100%;
    z-index: 1;
}
.rbl-form-bg {
    background: transparent !important;
}
.rbl-key-mobilebg{
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.rbl-form-bg-mobile.rbl-form-section {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	height:45vw;
}
.foot-text ul li a {
    font-size: 1.25rem;
    color: #fff;
    text-decoration: none;
}
.loadingGif {
    height: 17px;
    position: absolute;
    right: 0.5rem;
    top: 0.6rem;
    z-index: 1;
}
.rbl-form .form-group.mobile-number .input-group
{
	position:relative;
}
.rbl-form .form-group.mobile-number .input-group .error-msg
{
	position: absolute;
    bottom: -20px;
    left: 0px;
}
.rbl-form .form-group.mobile-number .input-group #otperror
{
	position: absolute;
    left: 0px;
    bottom: -20px;
    font-size: 12px;
}
.rbl-form .form-group.mobile-number .input-group #mobile_number, .rbl-form .form-group.mobile-number .otp-input #otpfield
{
	font-family: "Figtree", sans-serif !important;
}
.rbl-form .form-group.mobile-number .otp-input
{
	position:relative
}
.rbl-form .form-group.mobile-number .otp-input span:nth-child(2)
{
	font-size: 12px;
    position: absolute;
    left: 0px;
    bottom: -20px;
}
.success-msg, #three_wheeler_response .success-msg, #three_wheeler_response > .success-msg
{
  color: #0E8943 !important;
}
.num
{
	font-family: "Figtree", sans-serif !important;
}
#three_wheeler_response
{
	position:relative;
}
#three_wheeler_response .error-msg
{
	right: 0px;
    left: 0px;
    margin: 0px auto;
    display: table !important;
    bottom: -25px;
	text-align: center;
}
.foot-text p a
{
	text-decoration:none;
	color:#ffffff;
}
#rbl-form-loan .form-group #firstname
{
	font-weight:500;
} 
span.titlespan{
	/*background:#fff;
	color:#5d9bea;*/
	display:inline-block !important;
}
/**************Responsive**********/
@media(min-width:1400px) and (max-width:1500px) {

.foot-text, .foot-text ul li a {
    font-size: 1rem;
}

.feature-context {
    padding: 0 0 0 0.9rem;
}
.feature-context h5 {
    font-size: 1rem;

}
.feature-icon img {
    max-height: 2rem;
    min-height: 2rem;
}
.rbl-form .form-group.mobile-number .input-group #otperror {
    font-size: 11px;
}
}

@media(min-width:1500px) and (max-width:1800px) {

.feature-context {
    padding: 0 0 0 0.9rem;
}
.feature-context h5 {
    font-size: 1.1rem;

}
.feature-icon img {
    max-height: 2rem;
    min-height: 2rem;
}
}
@media(min-width:1200px) and (max-width:1400px){

.feature-icon {
    width: 70px;
    height: 70px;
}
.foot-text, .foot-text ul li a {
    font-size: 0.9rem;
}

.keyfeature-row {
    padding: 2rem 0 0 0;
}
.feature-context p {
    font-size: 0.7rem;
}

.feature-context {
    padding: 0 0 0 0.9rem;
}
.feature-context h5 {
    font-size: 0.8rem;

}
.feature-icon img {
    max-height: 2rem;
    min-height: 2rem;
}
.error-msg, .rbl-form .form-group.mobile-number .otp-input span:nth-child(2)
{
	font-size:11px !important;
}
.rbl-form .form-group.mobile-number .input-group #otperror {
    font-size: 10.5px !important;
}
}
@media(min-width:992px) and (max-width:1200px){
.container-padding {
    padding: 0 50px;
}
.rbl-form .form-group {
    margin-bottom: 20px;
}
.form-group.mobile-number .input-group {
    margin-bottom: 20px !important;
}
.rbl-form .submit-btn{
	font-size:14px;
}
.rbl-form-bg-mobile.rbl-form-section{
	height:auto;
}
.rbl-form .terms-condition-group .form-check .form-check-label {
    font-size: 0.8rem;
}
.rbl-form .mobile-number .input-group .get-otp-btn {
    font-size: 0.8rem;
}
.rbl-form .terms-condition-group .form-check .form-check-input{
    width: 1rem;
    height: 1rem;
}
.feature-context h5 {
    font-size: 0.9rem;
}
.read-more {
    font-size: 0.7rem;
}
.tvs-credit-logo img {
    width: 160px;
}
.fill-up-form h2 {
    font-size: 1.2rem;
}
.rbl-form-section {
    height: auto;
}
.rbl-form-content h1 {
    font-size: 1.8rem;
}
.feature-icon {
    width: 4rem;
    height: 4rem;
}
.feature-icon img {
	max-height: 2rem;
	min-height: 2rem;
}

.feature-context {
    width: 13rem;
    padding: 0 0 0 0.9rem;
}
.rbl-form .mobile-number .input-group, .rbl-form .mobile-number .otp-input {
    width: 100%;
	margin-bottom:1rem;
}
.feature-icon img {
    max-height: 2rem;
    min-height: 2rem;
}
.rbl-form .form-pincode {
    width: 100%;
}
.rbl-form .mobile-number {
    display: block;
}
.key-features {
    height: auto;
}
.rbl-form .form-group .form-control {
    font-size: 0.9rem;
}
.fill-up-form {
    margin-bottom: 5rem;
        padding: 2rem 2rem;
}

.features-bg {
    display: none;
}
.feature-context p {
    font-size: 0.7rem;
}
.h2title h2 {
    font-size: 2rem;
}
.foot-text, .foot-text ul li a {
    font-size: 0.8rem;
}
section#rbl-keyfeatures {
    background-repeat: no-repeat;
    background-size: cover;
}
.rbl-form .form-group.mobile-number .input-group #otperror {
    bottom: -18px;
}
}
@media(min-width:768px) and (max-width:991px){
.container-padding {
    padding: 0 20px;
}
.col-lg-6.foot-text {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
}
.rbl-form-section{
	height:auto;
}
.key-features {
    height: auto;
}
.rbl-form-content h1 span {
    display: inline-block;
}
.rbl-form-content h1 {
    font-size: 1.6rem;
}
.fill-up-form {
	margin-bottom:2rem;
	width:45vw;
    padding: 15px 15px;
}
.rbl-form .mobile-number .input-group .get-otp-btn {
    font-size: 11px;
    padding: 7px 15px;
}
.rbl-form .terms-condition-group .form-check .form-check-label
 {
    font-size: 12px;
}
section#rbl-keyfeatures {
    background-repeat: no-repeat;
    background-size: cover;
}
.foot-text ul {
    justify-content: flex-start;
    padding: 0px 0 0 0;
}
.rbl-card-img {
    margin: -9rem 0 0 0;
	top:0;
}
.key-features {
    height: auto;
}
.h2title h2 {
    font-size: 2rem;
}
.rbl-card-img img {
    width: 450px;
}
.fill-up-form h2 {
    font-size: 1.2rem;
    padding-bottom: 1rem;
}
.rbl-form .form-pincode {
    width: 100%;
}
.rbl-form .mobile-number {
    display: block;
    gap: 1.5rem;
}
.rbl-form .form-group .form-control {
    font-size: 1rem;
}
.rbl-form .mobile-number .input-group, .rbl-form .mobile-number .otp-input {
    width: 100%;
}
.rbl-form .mobile-number .input-group
{
	margin-bottom: 1.5rem;
}
.foot-text, .foot-text ul li a {
        font-size: 0.8rem;
    }
#three_wheeler_response .error-msg
{
	bottom: -35px;
    line-height: 16px;
	text-align: center;
}
.rbl-form-bg-mobile.rbl-form-section{
	height:100vw;
}
.rbl-form .form-group {
    margin-bottom: 20px;
}
.form-group.mobile-number .input-group {
    margin-bottom: 20px !important;
}
.rbl-form .submit-btn{
	font-size:14px;
}
}
@media(max-width:767px)
{
.container-padding {
    padding: 0 20px;
}
.rbl-form .form-group {
    margin-bottom: 20px;
}
.form-group.mobile-number .input-group {
    margin-bottom: 20px !important;
}
.rbl-form .mobile-number .input-group .get-otp-btn {
    font-size: 0.8rem;
    padding: 3px 8px;
    margin: 5px 0 0 0;
}
.foot-text ul li a {
    font-size: 0.8rem;
}
.rbl-form-bg-mobile.rbl-form-section{
	height:auto;
}
.rbl-form-bg-mobile {
    min-height: inherit;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 0 -75px !important;
        z-index: 1;
	padding:0;
	    background-color: #000;
}
.feature-box {
    padding: 15px 15px;
    margin-bottom: 15px;
	justify-content:space-evenly;
}
.feature-context {
    width: 14rem;
    padding: 0 0rem 0 0.5rem;
}
.feature-context h5 {
    font-size: 0.9rem;
}
.key-features {
    height: auto;
}
.feature-context p {
    font-size: 0.75rem;
	margin:0;
}
.rbl-card-img img {
    width: 250px;
}
.rbl-key-mobilebg {
background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 0 0 2rem 0;
}
.rbl-card-img {
    top: 0;
    margin: -9rem 0 0 0;
}
.foot-text p {
    margin: 0;
    text-align: center;
}
.foot-text ul {
    justify-content: center;
    margin: 5px 0 0;
}
.rbl-form .terms-condition-group .form-check .form-check-input{
	width:1rem;
	height:1rem;
}
.foot-text {
    font-size: 0.8rem;
}
.feature-icon {
    width: 65px;
    height: 65px;
}
.feature-icon img {
    max-height: 2rem;
    min-height: 2rem;
}
.rbl-form-section{
	height:auto;
}
.key-feature-title.h2title {
        display: block;
        align-items: center;
        padding: 2.5rem 0;
        text-align: center;
        height: 180px;
}
.h2title h2{
		font-size:1.8rem;
}
.rbl-form-bg-mobile:after {
    content: '';
    background: rgba(000, 000, 000, 0.3);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
	z-index:-1;
}
.rbl-form-content h1 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
}
.rbl-form-content h1 span {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
}
.fill-up-form h2 {
	font-size: 20px;
	text-align: center;
	padding-bottom: 0.5rem;
}
.rbl-form .form-pincode {
    width: 100%;
}
.rbl-form .submit-btn {
        font-size: 1rem;
        padding: 0.4rem 3.5rem;
        font-weight: 700;
}
.rbl-form .terms-condition-group .form-check {
    margin-bottom: 1rem;
}

.rbl-form .terms-condition-group .form-check .form-check-label {
    font-size: 0.7rem;
}
.rbl-form .mobile-number .input-group, .rbl-form .mobile-number .otp-input {
    width: 100%;
	margin-bottom:0;
}
.rbl-form .mobile-number {
    display: block;
}
.rbl-form .form-group .form-control {
    font-size: 0.8rem;
}
.read-more{
	font-size:0.7rem;
}
.fill-up-form {
        padding: 0.9rem 1.25rem;
        margin: 17rem 0 2rem 0;
        width: 100%;
}
.tvs-credit-logo img {
    width: 110px;
}

.custom-gradient-loader {
    width: 80px;
    height: 80px;
}
.logo.tvs-credit-logo {
    padding: 0.8rem 0;
}
.loading-section .loading-content {
    width: 100%;
    height: auto;
    padding: 4rem 2rem;
}
.loading-section .loading-content h2 {
        font-size: 1.2rem;
        margin: 0;
}
.rbl-form-bgcontext {
    padding: 2rem 0 0rem 0;
}
.error-msg, .rbl-form .form-group.mobile-number .input-group #otperror, .rbl-form .form-group.mobile-number .otp-input span:nth-child(2)
{
	font-size:11px !important;
}
#three_wheeler_response .error-msg
{
	bottom: -32px;
    line-height: 14px;
}
}
