body {
    font-family: Montserrat, sans-serif;
    overflow-x: hidden
}
a{
    cursor: pointer !important;
    touch-action: manipulation;
    user-select: none;
}
.container {
    max-width: 1170px
}

.banner-blk {
    position: relative
}

.banner-blk .owl-nav {
    display: none
}

.banner-blk .container-fluid {
    padding: 0 25px
}

.banner-blk .owl-dots {
    display: flex !important;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.banner-blk .owl-carousel .owl-item img {
    height: auto !important
}

.banner-blk .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: 0 0;
    margin: 5px;
    border: 2px solid #fff
}

.banner-blk .owl-dots .owl-dot:focus {
    outline: 0
}

.banner-blk .owl-dots .owl-dot.active {
    background: #e9b755;
    border: 2px solid #e9b755
}

.logo {
    width: auto;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    z-index: 99;
    width: 100px
}

.logo img {
    width: 100%
}

.header-vidya-blk img {
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
    height: 85%
}

.by-women {
    background: #e6027d;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 20px;
    width: 66%;
    border-radius: 6px;
    text-align: right;
    padding-right: 15px
}

.restarindia {
    color: #fff;
    font-size: 18px;
    text-align: right;
    display: block
}

.banner-middle {
    text-align: center;
    margin-top: 0
}

.banner-middle h2 .starting {
    margin-bottom: 0;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    position: relative;
    top: -6px;
    font-family: helveticabold
}

sup {
    top: -14px
}

.banner-middle h2 span {
    color: #fff;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    z-index: 9
}

.btn-funding {
    background: #11274f;
    color: #fff;
    border-radius: 30px;
    padding: 15px 30px;
    font-size: 18px;
    transition: all .5s;
    margin-right: 15px;
    box-shadow: 0 0 10px #676767;
    font-weight: 600
}

.btn-funding:hover {
    color: #fff;
    background: #0d95d4;
    transition: all .5s
}

.btn-flexible {
    background: rgb(0 149 218 / .8);
    color: #fff;
    border-radius: 30px;
    padding: 15px 30px;
    font-size: 18px;
    transition: all .5s;
    box-shadow: 0 0 10px #676767;
    font-weight: 600;
    z-index: 3;
    position: relative
}

.btn-flexible:hover {
    color: #fff;
    background: #11274f;
    transition: all .5s
}

.pressents {
    margin-bottom: 20px;
    margin-left: 20%;
    text-align: left
}

.banner-blk h1 {
    font-size: 30px;
    color: #001641;
    font-weight: 700;
    position: relative;
    z-index: 10000;
    margin-bottom: 15px;
    left: 17px;
    bottom: -6px;
    text-align: left
}

.banner-blk h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: -17px;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    height: 87px;
    background-repeat: no-repeat;
    background-size: contain
}

.banner-blk h2 {
    position: relative;
    text-shadow: 0 0 2px #000;
    max-width: 324px;
    border-radius: 5px
}

.banner-blk h2 sup {
    top: -8px
}

.banner-btn-container {
    text-align: left;
    margin-top: 60px
}

.form-blk {
    background: url(form-bg.jpg);
    z-index: 999;
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 10px 0 12px;
    position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 1s
}

.form-inner {
    display: flex;
    align-items: center
}

.form-heading {
    width: 15%;
    padding-right: 22px
}

.form-heading h2 {
    font-size: 25px;
    text-transform: uppercase
}

.custom-btn {
    font-size: 14px !important;
    font-weight: 600;
    background: #ffd200 !important;
    color: #000;
    padding: 7px 25px !important;
    border-radius: 5px !important;
    border: 0 !important;
    text-transform: uppercase;
    line-height: 19px
}

.custom-btn:hover {
    color: #000;
    background: #dfb908 !important
}

.form-blk h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700
}

.form {
    width: 100%
}

.otp {
    color: #000;
    font-size: 12px;
    width: 125px;
    background: #ffd200;
    padding: 5px;
    border-radius: 3px;
    margin-left: -5px;
    text-align: center;
    font-weight: 500;
    z-index: 99;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    line-height: 12px
}

.otp:hover {
    text-decoration: none;
    color: #000;
    background: #dfb908 !important
}

.otp-list {
    display: flex;
    width: 33% !important
}

.form-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    color: #fff;
    line-height: 19px
}

.form-list li {
    width: 25%;
    margin-right: 15px;
    position: relative
}

.form-list li:last-child {
    width: 20%;
    margin-right: 0
}

.form-blk .col-lg-2 {
    padding-right: 0;
    width: 15%;
    flex: 0 0 15%;
    max-width: 15%
}

.form-list input,
.form-list select {
    font-size: 13px;
    width: 100%;
    height: 32px;
    border-radius: 5px;
    padding: 5px 10px;
    border: 0
}

.form-list input:focus,
.form-list select:focus {
    outline: none
}

.form-list select {
    appearance: none;
    position: relative;
    -webkit-appearance: none;
    color: #333;
    border: 0
}

.select {
    position: relative
}

.select:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 4px;
    z-index: 1;
    color: #be932f;
    font-size: 17px;
    font-weight: 100
}

.form-list select:focus {
    outline: 0
}

.form input[type=checkbox] {
    margin-right: 5px
}

.form-blk .col-lg-10 {
    padding: 0
}

.form-blk .row {
    align-items: center
}

.form p {
    font-size: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: 300
}

.circle1 {
    width: 322px;
    height: 243px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.circle1 .inner-content {
    position: relative;
    left: -50px;
    width: 70%
}

.inner-content p {
    color: #333;
    font-size: 21px
}

.circle2 {
    width: 333px;
    height: 243px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: -149px;
    left: 30%
}

.circle2 .inner-content {
    width: 70%;
    left: 43px;
    position: relative
}

.about-us {
    position: relative;
    padding: 50px 0;
    margin-bottom: -60px
}

.about-content-blk {
    padding-left: 10%
}

.about-left-blk {
    padding-top: 15%
}

.about-left-blk h2 {
    font-size: 40px;
    color: #e6027d;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: -9px;
    position: relative
}

.about-heading-content {
    position: relative;
    padding-left: 20px;
    margin-bottom: 30px
}

.about-heading-content::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 100%;
    top: 8px
}

.about-heading-content span {
    color: #333;
    font-size: 28px
}

.about-left-blk p {
    color: #333;
    font-weight: 400;
    line-height: 30px
}

.benifit {
    position: relative;
    background-size: cover;
    padding: 20px 0 50px
}

.heading-blk {
    margin-bottom: 40px
}

.heading-blk h3 {
    font-size: 40px;
    text-transform: uppercase;
    color: #e6027d;
    font-weight: 600;
    margin-bottom: -8px
}

.heading-blk span {
    font-size: 28px;
    color: #333;
    font-weight: 500
}

.benifit::before {
    content: '';
    height: 100px;
    position: absolute;
    left: 0;
    top: -100px;
    width: 100%
}

.benifit-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap
}

.benifit-list li {
    width: 20%;
    background: #fff;
    text-align: center;
    margin: 27px;
    color: #333;
    border-radius: 15px;
    box-shadow: 0 0 5px #ddd;
    padding: 20px;
    font-size: 17px;
    position: relative
}

.icon-blk {
    width: 63px;
    height: 67px;
    background-size: contain;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%)
}

.benifit-list li p {
    margin-top: 45px;
    margin-bottom: 10px;
    font-weight: 500
}

.benifit-list li p span {
    display: block
}

.eolb-blk1 {
    width: 153px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center
}

.eolb-blk2 {
    width: 180px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.eolb-blk {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between
}

.eolb-blk span {
    font-weight: 500;
    font-size: 16px;
    width: 36%;
    position: relative;
    top: 3px;
    line-height: 20px;
    left: 18px
}

.eolb-blk li img {
    height: 80px
}

.video-blk {
    position: relative;
    height: 540px;
    margin: 50px 0;
}

.video-blk::before {
    content: '';
    position: absolute;
    height: 100%;
    background-position: left top;
    width: 100%
}

.video-right-blk {
    text-align: right;
    padding-right: 30px;
    margin-top: 50%
}

.video-heading-blk {
    position: relative;
    margin-bottom: 15px
}

.video-heading-blk:before {
    content: '';
    position: absolute;
    right: -30px;
    width: 20px;
    height: 100%;
    top: 8px
}

.video-heading-blk h2 {
    text-transform: uppercase;
    color: #e6027d;
    font-weight: 600;
    margin-bottom: -9px;
    position: relative
}

.video-heading-blk span {
    color: #333;
    font-size: 28px
}

.video-icon {
    position: absolute;
    right: 15%;
    top: 51%
}

.mb-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 20px;
    justify-content: flex-start
}

.mb-list li {
    text-align: left;
    width: 25%;
    font-size: 13px;
    line-height: 16px;
    align-items: center;
    margin: 0 10px;
    text-align: center;
    display: flex;
    position: relative
}

.mb-list li:after {
    content: '';
    border-right: 1px solid rgb(255 255 255 / .5);
    height: 50px;
    position: absolute;
    right: 0
}

.mb-list li:last-child:after {
    border: none
}

.mb-icon {
    margin-right: 16px
}

.mb-list li p span {
    display: block
}

.easy-option-right-blk {
    background: #e6027d;
    padding: 30px;
    color: #fff;
    border-radius: 15px
}

.mb-icon img {
    margin-right: 0
}

.easy-option {
    padding: 90px 0 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.epay-logo {
    max-width: 240px;
    position: absolute;
    right: 30px;
    top: 25px
}

.easy-option .row {
    align-items: center
}

.easy-option-left-blk h3 {
    text-align: center;
    color: #0095da;
    font-weight: 600;
    margin-bottom: 30px
}

.easy-option-left-blk {
    padding-right: 50px
}

.easy-option-left-blk h3 span {
    font-weight: 300;
    color: #333
}

.easy-option-right-blk h3 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600
}

.easy-option-right-blk h3 span {
    font-weight: 300
}

.eorl-blk {
    display: flex;
    align-items: center;
    border-right: 1px solid #fff
}

.eorl-blk span {
    padding: 11px;
    line-height: 20px;
    font-size: 16px
}

.rbs-blk {
    position: relative;
    padding: 50px 0;
    background-size: cover
}

.rbs-blk .main-heading h2 {
    font-size: 34px;
    color: #001641;
    font-weight: 600
}

.rbs-blk .main-heading p {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    margin-bottom: 40px
}

.repay-loans {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px
}

.repay-loans li {
    font-size: 14px;
    width: 50%
}

.rbs-list-blk {
    display: flex;
    align-items: center
}

.rbs-content {
    width: 61%;
    padding-left: 7%;
    position: relative;
    margin-right: 50px
}

.name strong {
    color: #333;
    font-size: 18px;
    font-weight: 600
}

.name p {
    color: #0095da !important;
    font-size: 15px !important
}

.rbs-content p {
    font-size: 14px;
    color: #001641
}

.main-heading p {
    font-size: 14px
}

.rbs-img {
    border-radius: 50%;
    overflow: hidden;
    width: 310px;
    height: 310px;
    box-shadow: 0 6px 0 1px #0095da;
    margin-bottom: 15px
}

.rbs-img img {
    width: 100%;
    height: 100%
}

.rbs-blk .owl-next {
    position: absolute;
    right: 22px;
    top: 30%;
    font-size: 63px !important
}

.rbs-blk .owl-prev {
    position: absolute;
    left: 0;
    top: 30%;
    font-size: 63px !important
}

.rbs-blk .owl-prev:focus {
    outline: 0
}

.rbs-blk .owl-next:focus {
    outline: 0
}

.rbs-blk .owl-dot:focus {
    outline: 0
}

.rbs-blk .owl-dot.active {
    background: #fff
}

.rbs-blk .owl-dots {
    position: absolute;
    top: 60%
}

.mb-list li p {
    margin-bottom: 0;
    line-height: 20px;
    margin-top: 10px;
    text-align: left;
    padding-right: 10px
}

.muthoot-blue-blk {
    padding-top: 115px;
    background: #008cd2;
    position: relative;
    background-size: cover
}

.muthoot-blue-blk .mb-heading {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600
}

.muthoot-blue-blk p {
    font-size: 14px;
    color: #fff;
    line-height: 24px
}

.muthoot-blue-blk .middle-text {
    padding-left: 0
}

footer {
    background: #001641;
    padding: 20px 0;
    color: #fff;
    font-size: 13px;
    position: relative;
    z-index: 99;
    margin-bottom:0px !important;
}

footer a {
    color: #fff
}

footer a:hover {
    text-decoration: none;
    color: #73d3ff
}

.footer-link {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.footer-link li {
    padding-right: 3px
}

.copy-right-blk {
    text-align: center
}

.two-wheeler-loan {
    padding: 60px 0
}

.heading {
    font-size: 34px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
    line-height: 48px
}

.heading span {
    color: #0095da
}

.two-wheeler-loan p {
    color: #001641;
    font-weight: 400;
    margin-bottom: 60px;
    font-size: 15px;
    line-height: 28px
}

.two-wheeler-loan ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none
}

.two-wheeler-loan ul li {
    position: relative;
    width: 48%;
    border-radius: 10px;
    overflow: hidden
}

.two-wheeler-loan ul li:first-child {
    margin-right: 1%
}

.two-wheeler-loan ul li:last-child {
    margin-left: 1%
}

.two-wheeler-loan ul li img {
    width: 100%
}

.twl-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    text-align: center
}

.two-wheeler-loan ul li:first-child .twl-content h4 {
    color: #fff;
    font-size: 30px
}

.two-wheeler-loan ul li .twl-content h5 {
    font-size: 72px;
    color: #fff;
    font-weight: 700;
    margin: 30px 0 50px;
    text-shadow: 0 0 5px #565656
}

.two-wheeler-loan ul li .twl-content .white-btn {
    color: #001641;
    font-size: 17px;
    background: #fff;
    transition: all .5s;
    font-weight: 600;
    border-radius: 30px;
    padding: 12px 25px;
    margin-right: 15px
}

.two-wheeler-loan ul li:first-child .twl-content .white-btn:hover {
    text-decoration: none;
    background: #0095da;
    color: #fff
}

.two-wheeler-loan ul li:last-child .twl-content .white-btn:hover {
    text-decoration: none;
    background: #0095da;
    color: #fff
}

.sky-btn {
    color: #fff;
    font-size: 17px;
    background: #0095da;
    transition: all .5s;
    font-weight: 600;
    border-radius: 30px;
    padding: 12px 25px
}

.sky-btn:hover {
    text-decoration: none;
    background: #001641;
    color: #fff
}

.blue-btn {
    color: #fff;
    font-size: 17px;
    background: #001641;
    transition: all .5s;
    font-weight: 600;
    border-radius: 30px;
    padding: 12px 25px
}

.blue-btn:hover {
    background: #0095da;
    color: #fff;
    text-decoration: none
}

.two-wheeler-loan ul li:last-child .twl-content h4 {
    color: #fff;
    font-size: 26px;
    text-shadow: 0 0 5px #5d5d5d
}

.key-feature {
    padding: 65px 0;
    background-size: cover
}

.key-feature .heading {
    color: #fff;
    text-align: center
}

.key-feature ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.key-feature ul li {
    color: #fff;
    text-align: center;
    width: 26%;
    margin: 0 40px 35px
}

.icon-img {
    width: 125px;
    height: 125px;
    background: #fff;
    display: grid;
    place-content: center;
    margin: 0 auto 30px;
    border-radius: 50%;
    box-shadow: 0 0 57px rgb(255 255 255 / 70%);
    position: relative
}

.icon-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.key-feature-content h5 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 0 4px #545454
}

.key-feature-content p {
    font-size: 14px;
    text-shadow: 0 0 4px #545454
}

.key-feature ul li:nth-child(4),
.key-feature ul li:nth-child(5),
.key-feature ul li:nth-child(6) {
    margin-bottom: 0
}

#fourdigiterr {
    position: absolute;
    top: -16px;
    font-size: 13px;
    width: 200%;
    font-weight: 600
}

#otperror {
    position: absolute;
    top: -17px;
    font-size: 12px;
    color: red;
    width: 200%;
    font-weight: 600
}

#loaderimg {
    display: block;
    position: absolute;
    right: -52px;
    top: 0
}

#finalerr {
    position: absolute;
    top: -10px;
    font-size: 13px
}

input,
select,
textarea {
    -webkit-backface-visibility: hidden
}

input[type=checkbox] {
    width: 12px;
    border-radius: 2px;
    height: 12px;
    cursor: pointer;
    appearance: none;
    border: 1px solid #fff;
    background: #fff;
    flex: 0 0 12px
}

input[type=checkbox]:checked {
    background: #0c0;
    border: none;
    padding: 1px
}

.middle-text p {
    padding-right: 50px;
    text-align: justify
}

.mb-vidya {
    position: absolute;
    right: 0;
    bottom: 0
}

.muthoot-blue-blk .col-lg-2 {
    padding-left: 0
}

.muthoot-blue-blk .col-lg-10 {
    padding-left: 0;
    padding-top: 10px
}

.mb-logo {
    margin-top: 13px
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    -webkit-text-fill-color: #333
}

.thankyou {
    height: 100vh;
    background-size: cover;
    background-position: center
}

.thank-you-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    position: absolute
}

.thankyou-vidya {
    position: fixed;
    bottom: 82px
}

.thankyou-vidya img {
    bottom: -21px;
    display: block
}

.highlight {
    position: relative;
    background: #fff;
    color: #1d62ad;
    font-weight: 600;
    padding: 1px 7px;
    font-size: 14px
}

.highlight span {
    font-size: 20px
}

.banner-btn-container {
    display: flex
}

.funding {
    background: #fff;
    border-radius: 5px 0 0 5px;
    margin-right: 30px
}

.flexible {
    background: #ffca05;
    border-radius: 0 5px 5px 0;
    padding-right: 0
}

.flexible:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 32px solid #fff0;
    border-bottom: -4px solid #fff0;
    border-right: 41px solid #ffca05;
    position: absolute;
    left: -41px;
    top: 0
}

.funding:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 24px solid #fff0;
    border-bottom: 8px solid #fff0;
    border-left: 42px solid #fff;
    position: absolute;
    right: -42px;
    top: 0
}

.banner-btn-container sup {
    top: -7px
}

.flexible em {
    font-style: normal;
    position: relative;
    left: -12px
}

.banner-men {
    position: absolute;
    left: -90px;
    bottom: 9px;
    height: 80%
}

.pressents h3 {
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    margin-top: 30px;
    font-weight: 700;
    position: relative;
    left: -12%
}

.pressents h3 span {
    display: block
}

.muthootblue {
    position: relative;
    margin-top: 10px;
    color: #1588c9;
    display: block
}

.muthootblue:hover {
    text-decoration: none
}

.ladies-only {
    max-width: 200px;
    margin-left: -30px
}

.loan-blk {
    width: 82%;
    text-align: center
}

.loan-blk-content {
    margin-left: 20px
}

.banner-blk.thankyou h2:before {
    display: none !important
}

.gold-loan-utsav {
    padding: 70px 0 50px;
    position: relative
}

.gold-loan-utsav .glu-vidya {
    position: absolute;
    right: 10px;
    bottom: 0
}

.glu-left {
    width: 100%
}

.glu-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center
}

.glu-list li {
    width: 24%;
    background: url(circle-bg.png);
    height: 270px;
    display: grid;
    list-style: none;
    margin: 0;
    place-content: center;
    text-align: center;
    padding: 35px;
    place-items: center;
    background-size: cover;
    margin-bottom: 0
}

.glu-icon {
    margin-bottom: 10px
}

.glu-list li p {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    line-height: 18px
}

.glu-list li p span {
    color: #0095da
}

.glu-left h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 20px
}

.glu-left h1 {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 20px
}

.glu-left h1 span,
.glu-left h2 span {
    color: #c09230
}

.youtube-icon {
    width: 50px !important;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer
}

.brand-show-slide p {
    font-size: 17px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-top: 20px
}

.brand-show {
    position: relative;
    padding-bottom: 50px;
    padding-top: 20px
}

.brand-show .row {
    align-items: center
}

.brand-show .brand-show-left p {
    font-size: 20px;
    margin-bottom: 0;
    color: #000
}

.brand-show .brand-show-left h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000
}

.brand-show .brand-show-left h3 span {
    color: #c09230
}

.container-brand {
    max-width: 1200px !important
}

.brand-show-wrapper {
    display: flex;
    align-items: center
}

.brand-show-wrapper .brand-show-left {
    width: 28%
}

.brand-show-wrapper .brand-show-right {
    width: 72%
}

.brand-show .owl-nav {
    display: block !important;
    position: absolute;
    left: -39%;
    top: 62%
}

.brand-vector {
    position: absolute;
    right: 0;
    top: 0
}

.btn-custom {
    background-color: #c09230;
    padding: 11px 25px;
    font-size: 15px;
    border: none;
    position: relative;
    text-transform: uppercase;
    transition: all .5s ease 0s;
    color: #fff;
    font-weight: 700
}

.btn-custom i {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 0 9px;
    border-color: #fff0 #fff0 #fff0 #fff;
    position: absolute;
    bottom: 3px;
    left: 3px;
    transition: all .5s ease 0s
}

.btn-custom:hover {
    color: #fff
}

.btn-custom:hover .arrow {
    border-width: 19px 0 0 19px;
    transition: all .5s ease 0s
}

.record-breaking {
    background: url(blue-bg.jpg);
    background-size: cover;
    padding: 80px 0 115px
}

.record-breaking h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 50px
}

.rbs {
    width: 100%;
    max-width: 760px;
    margin: 0 auto
}

.rbs-slide {
    display: flex;
    color: #fff;
    display: flex;
    color: #fff;
    border: 1px solid rgb(255 255 255 / .5);
    border-radius: 15px;
    padding: 30px 40px 30px 30px
}

.rbs-slide-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    left: -90px;
    position: relative;
    margin-right: -60px
}

.rbs-slide-content {
    width: 90%
}

.rbs-slide-content p {
    font-size: 15px;
    line-height: 24px
}

.rbs-slide-content .name {
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    left: -10px
}

.rbs-slide-content .name span {
    font-size: 17px;
    color: #e9b755
}

.rbs-slide {
    position: relative;
    margin: 0 20px 0 60px
}

.rbs-slide:after {
    content: '';
    position: absolute;
    width: 45px;
    height: 40px;
    background-repeat: no-repeat;
    right: -24px;
    top: 50%;
    transform: translateY(-50%)
}

.record-breaking .owl-dots {
    display: flex !important;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%)
}

.record-breaking .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: 0 0;
    margin: 5px;
    border: 2px solid #fff
}

.record-breaking .owl-dots .owl-dot.active {
    background: #e9b755;
    border: 2px solid #e9b755
}

.mbb-blk {
    display: flex;
    align-items: flex-start
}

.mbb-left {
    margin-right: 45px
}

.mbb-wrapper {
    position: relative;
    top: -50px
}

.footer-list {
    display: flex;
    justify-content: center;
    list-style: none;
    border-bottom: 1px solid rgb(255 255 255 / .3);
    width: 91%;
    margin: 0 auto 15px;
    padding: 0;
    font-size: 12px
}

.footer-list li {
    position: relative;
    padding-right: 15px
}

.footer-list li:after {
    content: '';
    position: absolute;
    border-right: 1px solid #fff;
    height: 12px;
    right: 7px;
    top: 4px
}

.footer-list li:last-child:after {
    border: none
}

.easy-option-left-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-right: 60px
}

.easy-option-left-list p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin-top: 10px
}

.easy-option-left-list li {
    width: 140px;
    height: 140px;
    color: #fff;
    display: grid;
    place-content: center;
    text-align: center
}

.epl-left h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    padding-left: 5%
}

.easy-option-left-list li:last-child {
    background: 0 0
}

.easy-option-list {
    display: flex
}

.epl-left,
.epl-right {
    width: 50%;
    position: relative;
    margin-top: 40px
}

.epl-right:before {
    content: '';
}

.epl-right-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.epl-right-blk h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 30px
}

.epl-right-blk {
    display: grid;
    place-content: center;
    margin-left: 15%
}

.epl-right-inner-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

.epl-right-inner-list li {
    position: relative;
    font-size: 20px;
    color: #333;
    font-weight: 500
}

.epl-right-inner-list li:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1b58b3;
    position: absolute;
    left: -23px;
    top: 9px
}

.glu-left p {
    font-size: 15px;
    text-align: center;
    color: #666;
    margin-bottom: 15px
}

.glu-left p span {
    color: #c09230;
    font-weight: 600
}

.glu-left p span label {
    font-size: 20px
}

.brand-show .brand-show-right .owl-nav .owl-prev {
    color: #c09230;
    border: 1px solid #c09230;
    padding: 4px 15px !important;
    font-size: 20px;
    border-radius: 20px 0 0 20px
}

.brand-show .brand-show-right .owl-nav .owl-prev:hover {
    background: #c09230;
    color: #fff
}

.brand-show .brand-show-right .owl-nav .owl-next:hover {
    background: #c09230;
    color: #fff
}

.brand-show .brand-show-right .owl-nav .owl-next {
    color: #c09230;
    border: 1px solid #c09230;
    padding: 4px 15px !important;
    font-size: 20px;
    border-radius: 0 20px 20px 0;
    position: relative;
    left: -1px
}

.brand-show .brand-show-right .owl-nav .owl-next:focus {
    outline: 0
}

.brand-show .brand-show-right .owl-nav .owl-prev {
    outline: 0
}

.epay-logo-mobile {
    display: none
}

.enterotp {
    position: relative
}

.verify-otp {
    position: absolute;
    border: 0;
    height: 32px;
    width: 45px !important;
    right: 0;
    font-size: 10px;
    align-items: center
}

.verify-otp:focus {
    outline: 0;
    color: #be932f;
    background: #fff !important
}

.loader-jhi {
    display: inline-block;
    position: absolute;
    margin-left: 15px
}

#verifiedjhi {
    color: green;
    font-size: 12px;
    position: absolute;
    top: -16px;
    width: 116%;
    font-weight: 600 !important
}

#loader-jhi {
    display: block;
    position: absolute;
    right: -38px;
    top: 0;
    font-weight: 700
}

#otperr {
    position: absolute;
    font-size: 12px;
    top: -16px;
    width: 160%;
    color: red;
    font-weight: 600
}

#multipleErr {
    color: red;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: -20px;
    width: 183%;
    text-align: right;
    font-weight: 500
}

.avial {
    position: relative;
    top: -6px
}

.bss-img {
    position: relative
}

.navbar-fixed {
    position: fixed;
    width: 100%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    transition: all 1s
}

.banner-blk img {
    height: auto
}

.gold-loan-utsav {
    background-size: cover
}

.why_choose_us {
    padding: 80px 0 50px
}

.why_choose_us h1 {
    margin-bottom: 30px
}

.choose_box {
    background: #001641;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 40px 30px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: center 102%;
    background-size: 100%;
    overflow: hidden;
    position: relative
}

.choose_box:hover {
    text-decoration: none
}

.choose_box p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    width: 75%;
    padding-left: 10px;
    margin-bottom: 0
}

.choose_box figure {
    width: 25%
}

@media screen and (min-device-width:1025px) and (max-device-width:1200px) {
    .glu-left {
        width: 100%
    }

    .glu-list li {
        height: 263px;
        padding: 20px
    }

    .glu-left h1 {
        font-size: 28px
    }

    .brand-show .brand-show-left h3 {
        font-size: 30px
    }

    .mbb-left {
        margin-left: 15px
    }

    .epay-logo-mobile {
        display: none
    }

    .epl-right-blk {
        margin-left: 0
    }

    .easy-option-left-list {
        margin-right: 0
    }

    #loader-jhi {
        display: block;
        position: absolute;
        right: 0;
        top: -36px
    }
}

@media(max-width:1024px) {
    html {
        overflow-x: hidden
    }

    body {
        overflow-x: hidden
    }

    .header-vidya-blk img {
        height: 386px;
        bottom: -29px;
        right: 0
    }

    .banner-middle {
        margin-top: 10%
    }

    .by-women {
        margin: 20px auto;
        text-align: center;
        padding-right: 0
    }

    .custom-btn {
        font-size: 11px;
        padding: 5px
    }

    .benifit-list li {
        margin: 15px;
        width: 21%
    }

    .video-blk::before {
        width: 52%;
        background-size: contain
    }

    .mb-vidya img {
        height: 319px;
        position: relative;
        bottom: 0;
        right: 0
    }

    .middle-text p {
        padding-right: 30px
    }

    .mb-list {
        margin-bottom: 20px !important;
        margin-top: 0 !important
    }

    .muthoot-blue-blk .col-lg-2 {
        padding-left: 15px
    }

    .rbs-img {
        width: 300px;
        height: 300px
    }

    .rbs-content {
        top: -40px
    }

    .rbs-blk .owl-dots {
        top: 70%
    }

    .video-blk {
        height: 410px
    }

    .video-right-blk {
        margin-top: 35%
    }

    .key-feature ul li {
        width: 26%;
        margin: 0 36px 35px
    }

    .twl-content {
        width: 100%
    }

    .rbs-blk .owl-next {
        right: 0
    }

    .btn-funding {
        padding: 15px 25px
    }

    .btn-flexible {
        padding: 15px 25px
    }

    .form-list li:last-child {
        width: 12%;
        margin-right: 0
    }

    .two-wheeler-loan ul li .twl-content .white-btn {
        font-size: 16px
    }

    .sky-btn {
        font-size: 16px
    }

    .blue-btn {
        font-size: 16px
    }

    #finalerr {
        top: -15px
    }

    #fourdigiterr {
        top: -15px
    }

    .loan-blk {
        width: 100%
    }

    .banner-btn-container {
        margin-top: 40px
    }

    .banner-men {
        position: absolute;
        left: 0;
        bottom: 9px;
        height: 64%
    }

    .thankyou-vidya img {
        display: none
    }

    .glu-list li {
        height: 230px;
        padding: 20px
    }

    .gold-loan-utsav .glu-vidya {
        max-height: 390px
    }

    .mbb-left {
        margin-right: 30px;
        margin-left: 15px
    }

    .easy-option {
        padding: 20px 0 45px
    }

    .brand-show .brand-show-left h3 {
        font-size: 28px
    }

    .otp {
        width: 75px;
        font-size: 8px
    }

    .form-list li {
        margin-right: 10px
    }

    .glu-left h1 {
        font-size: 28px
    }

    .epay-logo-mobile {
        display: none
    }

    .epay-logo {
        max-width: 240px;
        position: absolute;
        right: 30px;
        top: 16px
    }

    .logo {
        max-width: 100px
    }

    .glu-icon {
        margin-bottom: 10px
    }

    .muthoot-blue-blk {
        padding-top: 50px
    }

    .mbb-wrapper {
        top: -20px
    }

    .epl-right-blk {
        margin-left: 0
    }

    .easy-option-left-list {
        margin-right: 0
    }

    #verifiedjhi {
        width: 170%
    }

    #loader-jhi {
        display: block;
        position: absolute;
        right: 0;
        top: -36px
    }

    .gold-loan-utsav {
        padding: 40px 0 30px
    }

    .record-breaking {
        padding: 50px 0 100px
    }

    .glu-list li p {
        font-size: 12px;
        line-height: 14px
    }

    .epl-right-blk {
        margin-left: 15px
    }
}

@media(max-width:991px) {
    .header-vidya-blk img {
        right: 0;
        height: 354px;
        bottom: -12px
    }

    .restarindia {
        position: absolute;
        right: 0;
        top: -154px
    }

    .banner-blk h1 {
        padding-top: 0;
        margin-top: -10px;
        font-size: 24px
    }

    .by-women {
        width: 100%
    }

    .banner-middle {
        margin-top: 0
    }

    .form-list li h2 {
        text-align: center
    }

    .form-list {
        margin: 0 0 10px
    }

    .custom-btn {
        margin-top: 0;
        display: inline-block;
        width: auto;
        position: relative;
        left: 0;
        transform: translateX(0);
        padding: 8px 10px !important;
        line-height: 17px
    }

    .form-list li {
        width: 25%
    }

    .form-list li h2 {
        margin-bottom: 15px
    }

    .about-left-blk {
        padding-top: 0
    }

    .benifit-list li {
        margin: 15px;
        width: 28%
    }

    .easy-option-right-blk {
        margin-top: 50px
    }

    .eolb-blk {
        justify-content: center
    }

    .video-blk::before {
        width: 50%;
        background-size: contain
    }

    .video-icon {
        position: absolute;
        left: 84%;
        top: 81px
    }

    .video-right-blk {
        margin-top: 18%
    }

    .video-blk {
        height: 290px
    }

    .rbs-img {
        width: 250px;
        height: 250px
    }

    .rbs-blk .owl-dots {
        top: 92%
    }

    .rbs-content {
        top: 0
    }

    .mb-list {
        flex-wrap: wrap
    }

    .mb-list li {
        width: 44%;
        margin-bottom: 15px
    }

    .muthoot-blue-blk .middle-text {
        padding-left: 0
    }

    .mb-vidya img {
        position: relative;
        bottom: -1px;
        right: 8px;
        height: 222px
    }

    .footer-link li {
        text-align: center
    }

    .pressents {
        margin-left: 0
    }

    .form-blk .col-lg-2 {
        padding-right: 0;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .form p {
        margin-left: 0
    }

    .form-list li:last-child {
        margin-right: 0;
        width: 12%
    }

    .heading {
        font-size: 28px;
        line-height: 36px
    }

    .two-wheeler-loan ul li:first-child .twl-content h4 {
        font-size: 22px
    }

    .two-wheeler-loan ul li .twl-content h5 {
        font-size: 42px;
        margin: 15px 0 30px
    }

    .banner-btn-container {
        margin-top: 30px
    }

    .banner-middle h2 span {
        font-size: 26px
    }

    .twl-content {
        width: 100%
    }

    .sky-btn {
        font-size: 13px;
        padding: 12px 15px
    }

    .blue-btn {
        font-size: 13px;
        padding: 12px 15px
    }

    .two-wheeler-loan ul li .twl-content .white-btn {
        font-size: 13px;
        padding: 12px 15px;
        margin-right: 5px
    }

    .two-wheeler-loan ul li:last-child .twl-content h4 {
        font-size: 22px
    }

    .key-feature ul li {
        color: #fff;
        text-align: center;
        width: 29%;
        margin: 0 15px 35px
    }

    .key-feature-content h5 span {
        display: block
    }

    .rbs-blk .main-heading h2 {
        font-size: 28px
    }

    .rbs-blk .main-heading p {
        font-size: 18px
    }

    .rbs-blk .owl-next {
        right: 0
    }

    .thankyou {
        height: 100vh;
        background-size: cover;
        background-position: center
    }

    .thank-you-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        position: absolute
    }

    .thankyou-vidya {
        position: fixed;
        bottom: 82px;
        left: 50%;
        transform: translateX(-50%)
    }

    .thankyou-vidya img {
        left: auto;
        height: 500px;
        bottom: -20px;
        display: block
    }

    .logo {
        margin: 0 auto;
        max-width: 100px
    }

    .thankyou h1 {
        text-align: center
    }

    .thankyou h2 {
        text-align: center
    }

    .thankyou .btn-funding {
        position: relative;
        margin-right: 0;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        padding: 15px 30px
    }

    .form input[type=checkbox] {
        flex: 0 0 12px
    }

    .mb-logo {
        text-align: center;
        max-width: 120px
    }

    .mb-logo img {
        width: 100%
    }

    .muthoot-blue-blk .col-lg-10 {
        padding-left: 15px;
        padding-top: 10px;
        text-align: center
    }

    #loaderimg {
        position: absolute;
        right: 0;
        top: -35px
    }

    .muthootblue {
        position: relative;
        top: -71px
    }

    .ladies-only {
        margin-left: 0
    }

    .banner-men {
        bottom: -47px
    }

    .loan-blk-content {
        margin-top: 30px
    }

    .pressents h3 {
        left: -146px
    }

    .loan-blk-content {
        margin-left: 50px
    }

    .thankyou-vidya img {
        display: none
    }

    .otp {
        width: 55px;
        font-size: 8px;
        height: 32px
    }

    .form-list input,
    .form-list select {
        font-size: 11px
    }

    .form-list li {
        margin-right: 8px
    }

    .glu-list li {
        height: 182px;
        padding: 25px
    }

    .glu-left {
        width: 100%
    }

    .gold-loan-utsav .glu-vidya {
        display: none
    }

    .glu-icon {
        margin-bottom: 0
    }

    .mbb-right {
        text-align: left;
        width: 80%
    }

    .brand-show .brand-show-left h3 {
        font-size: 22px
    }

    .bss-img p {
        font-size: 16px
    }

    .epl-right-blk h3 {
        font-size: 18px
    }

    .epl-left h3 {
        font-size: 18px
    }

    .easy-option {
        padding: 20px 0 40px
    }

    .epl-right-inner-list li {
        font-size: 14px
    }

    .easy-option-left-list li {
        height: 110px;
        width: 110px;
        background-size: cover
    }

    .easy-option-left-list {
        margin-right: 10px
    }

    .glu-left h1 {
        font-size: 24px
    }

    .gold-loan-utsav {
        padding: 40px 0 30px
    }

    .brand-show {
        padding-bottom: 30px
    }

    .record-breaking {
        padding: 40px 0 95px
    }

    .record-breaking h3 {
        font-size: 24px;
        margin-bottom: 30px
    }

    .muthoot-blue-blk .mb-heading {
        font-size: 24px
    }

    .footer-list {
        width: 100%;
        flex-wrap: wrap
    }

    .epay-logo-mobile {
        display: none
    }

    .epay-logo {
        max-width: 200px;
        position: absolute;
        right: 30px;
        top: 15px
    }

    .glu-list li p {
        font-size: 11px;
        line-height: 12px
    }

    .muthoot-blue-blk {
        padding-top: 50px
    }

    .verify-otp {
        width: 42px
    }

    .epl-right-blk {
        margin-left: 15px
    }

    #verifiedjhi {
        width: 170%
    }

    #loader-jhi {
        display: block;
        position: absolute;
        right: 0;
        top: -36px
    }

    #otperr {
        width: 165%
    }

    #fourdigiterr {
        top: -17px;
        width: 200%;
        font-size: 12px
    }
}

.mob_bnr1 {
    display: none
}

@media(max-width:767px) {
    .mob_bnr1 {
        display: block
    }

    .desk_bnr1 {
        display: none
    }

    .banner-blk h1 {
        font-size: 30px
    }

    .banner-middle h2 span {
        font-size: 24px
    }

    .banner-blk h2:before {
        top: -11px
    }

    .banner-middle h2 {
        font-size: 36px
    }

    .btn-funding {
        padding: 10px 15px;
        font-size: 14px
    }

    .btn-flexible {
        font-size: 14px;
        padding: 10px 15px
    }

    .pressents {
        margin-top: 0
    }

    .form-list li {
        width: 32%;
        margin-bottom: 10px;
        margin-right: 0
    }

    .form-list {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: 0
    }

    .form p {
        font-size: 9px
    }

    .otp-list {
        display: flex;
        width: 32% !important
    }

    .form-list li:last-child {
        margin-left: 0
    }

    .two-wheeler-loan ul li:last-child .twl-content h4 {
        font-size: 15px
    }

    .two-wheeler-loan ul li:first-child .twl-content h4 {
        font-size: 15px
    }

    .two-wheeler-loan ul li .twl-content h5 {
        font-size: 36px
    }

    .two-wheeler-loan ul li .twl-content .white-btn {
        font-size: 11px;
        padding: 10px 12px
    }

    .sky-btn {
        font-size: 11px;
        padding: 10px
    }

    .blue-btn {
        font-size: 11px;
        padding: 10px
    }

    .two-wheeler-loan ul li {
        width: 49%
    }

    .two-wheeler-loan {
        padding: 30px 0
    }

    .heading {
        margin-bottom: 30px
    }

    .two-wheeler-loan p {
        margin-bottom: 30px;
        font-size: 15px
    }

    .key-feature ul li {
        width: 28%
    }

    .key-feature {
        padding: 30px 0
    }

    .rbs-img {
        width: 175px;
        height: 175px;
        margin-right: 45px
    }

    .mb-vidya img {
        position: relative;
        bottom: 0;
        right: 0;
        height: 167px
    }

    .custom-btn {
        padding: 7px 10px !important;
        margin-top: 0
    }

    .form input[type=checkbox] {
        width: 12px;
        flex: 0 0 12px
    }

    .banner-middle h2 .starting {
        font-size: 16px
    }

    .middle-text p {
        padding-right: 0;
        font-size: 14px
    }

    .mb-logo {
        margin-top: 0;
        text-align: center
    }

    .logo {
        margin: 0 auto
    }

    .thankyou-vidya img {
        display: none
    }

    .thankyou h2 {
        font-size: 22px
    }

    .thankyou .pressents {
        margin-top: -50px
    }

    .muthoot-blue-blk .col-lg-10 {
        padding-left: 15px;
        padding-top: 10px;
        text-align: center
    }

    #loaderimg {
        position: absolute;
        right: 0;
        top: -35px
    }

    .form-blk h3 {
        margin-bottom: 10px
    }

    .rbs-content {
        margin-right: 25px
    }

    .muthoot-blue-blk {
        padding-top: 15px
    }

    .muthoot-blue-blk .mb-heading {
        font-size: 24px
    }

    .ladies-only {
        max-width: 160px
    }

    .banner-men {
        height: 54%
    }

    .thankyou-vidya img {
        display: none
    }

    .glu-list li {
        height: 158px;
        padding: 15px
    }

    .glu-list li p {
        font-size: 10px;
        line-height: 11px
    }

    .record-breaking {
        padding: 50px 0 90px
    }

    .mbb-wrapper {
        top: 0
    }

    .mb-list li:nth-child(2):after {
        border: none
    }

    .footer-list {
        width: 100%;
        flex-wrap: wrap
    }

    .mb-list {
        margin-right: 45px
    }

    .rbs-slide-img {
        width: 26%;
        max-width: 120px
    }

    .record-breaking h3 {
        font-size: 24px;
        margin-bottom: 30px
    }

    .brand-show .brand-show-left p {
        font-size: 16px
    }

    .brand-show .brand-show-left h3 {
        font-size: 19px
    }

    .glu-left h1 {
        font-size: 22px
    }

    .gold-loan-utsav {
        padding: 40px 0 40px
    }

    .easy-option-left-list li {
        width: 100px;
        height: 100px
    }

    .easy-option-left-list li:last-child img {
        height: 100px
    }

    .easy-option-left-list p {
        font-size: 13px;
        line-height: 16px
    }

    .epl-right {
        padding-left: 15px
    }

    .epl-right-blk h3 {
        font-size: 17px;
        margin-bottom: 20px
    }

    .epl-left h3 {
        font-size: 17px
    }

    .epay-logo-mobile {
        max-width: 170px;
        position: absolute;
        right: 0;
        top: -40px
    }

    .logo {
        width: 85px
    }

    .form-list input,
    .form-list select {
        font-size: 12px;
        background: 0 0;
        border-radius: 0;
        color: #fff;
        border: 0;
        border-bottom: 1px solid rgb(255 255 255 / .4);
        padding-left: 0
    }

    .form-list input:focus {
        outline: 0;
        box-shadow: none;
        background: 0 0
    }

    .form-list select:focus {
        outline: 0;
        box-shadow: none;
        background: 0 0
    }

    ::placeholder {
        color: #fff !important;
        opacity: 1
    }

    .select:after {
        color: #fff
    }

    .epl-right-blk {
        margin-left: 0
    }

    #verifiedjhi {
        top: -17px
    }

    #otperr {
        font-size: 11px;
        top: -15px
    }

    .epl-right-inner-left img {
        width: 80%
    }

    .mb-list li p {
        font-size: 13px
    }

    .brand-show .owl-nav {
        top: 70%
    }

    .form-blk {
        position: relative
    }

    #fourdigiterr {
        top: -9px
    }

    .form-blk {
        background: #fff;
        border: 4px solid #0685c8;
        padding-top: 20px
    }

    .form-blk h3 {
        color: #001641
    }

    .form-blk .form-list input,
    .form-blk .form-list select {
        color: #000 !important;
        border-color: #00000047
    }

    .form-blk .form p {
        color: #333
    }

    .form-blk .form-list input::placeholder {
        color: #333 !important;
        opacity: 1
    }
}

@media(max-width:576px) {
    html {
        overflow-x: hidden !important
    }

    body {
        overflow-x: hidden !important
    }

    .benifit-list {
        flex-wrap: wrap;
        justify-content: center
    }

    .benifit-list li {
        width: 43%;
        margin: 10px;
        margin-bottom: 30px
    }

    .easy-option-left-blk {
        padding-right: 0
    }

    .rbs-list-blk {
        flex-direction: column;
        text-align: center;
        margin-top: 72px;
        display: block
    }

    .rbs-content {
        width: 100%;
        padding-right: 0;
        margin-top: -50px
    }

    .rbs-img {
        height: 280px;
        width: 280px;
        margin: 30px auto 15px
    }

    .mb-list {
        flex-direction: column;
        margin-bottom: 30px
    }

    .eolb-blk1 {
        width: 120px;
        background-size: contain
    }

    .eolb-blk2 {
        width: 120px;
        background-size: contain;
        margin-left: -8px
    }

    .eolb-blk span {
        font-size: 13px;
        line-height: 16px;
        width: 43%;
        top: -5px
    }

    .footer-link {
        flex-direction: column;
        text-align: center
    }

    .copy-right-blk {
        flex-direction: column;
        text-align: center;
        font-size: 12px
    }

    .benifit-list li p {
        margin-bottom: 7px;
        font-size: 14px
    }

    .about-content-blk {
        padding-left: 0
    }

    .circle2 {
        top: -15px;
        left: 0
    }

    .mb-list li {
        width: 80%;
        margin: 0 10px 15px 0
    }

    .muthoot-blue-blk .mb-vidya img {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 220px
    }

    .mb-logo {
        text-align: center;
        margin-top: 0;
        max-width: 100px;
        margin: 0 auto
    }

    .mb-logo img {
        width: 100%
    }

    .rbs-blk .owl-next {
        top: -15px;
        right: 0
    }

    .rbs-blk .owl-prev {
        top: -15px;
        left: 0
    }

    .rbs-blk .owl-dots {
        position: absolute;
        top: 102%;
        left: 50%;
        transform: translateX(-50%)
    }

    .rbs-blk {
        padding: 50px 0 50px
    }

    .eorl-blk {
        border-right: 0;
        margin-bottom: 20px
    }

    .easy-option-right-blk {
        margin-top: 30px
    }

    .about-left-blk {
        padding-top: 0
    }

    .about-left-blk h2 {
        font-size: 24px;
        padding: 11px 0 6px
    }

    .about-heading-content span {
        font-size: 18px
    }

    .eolb-blk {
        transform: scale(.9)
    }

    .eolb-blk1 {
        transform: scale(.9)
    }

    .eolb-blk2 {
        transform: scale(.9)
    }

    .easy-option-left-blk h3 {
        font-size: 24px
    }

    .heading-blk h3 {
        font-size: 24px;
        margin-bottom: 0
    }

    .heading-blk span {
        font-size: 18px
    }

    .video-blk::before {
        width: 60%;
        background-size: contain
    }

    .video-icon {
        position: absolute;
        left: 52%;
        top: 55px;
        width: 50px
    }

    .video-blk {
        height: 355px
    }

    .video-right-blk {
        margin-top: 60%
    }

    .video-heading-blk h2 {
        font-size: 24px;
        padding: 11px 0 6px
    }

    .video-heading-blk span {
        font-size: 18px
    }

    .logo {
        width: 85px;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%)
    }

    .logo img {
        width: 100%
    }

    .header-vidya-blk img {
        height: 157px;
        left: auto;
        bottom: -11px;
        position: absolute;
        right: 0
    }

    .banner-blk h1 {
        font-size: 22px;
        padding-top: 0;
        position: relative;
        width: 126%
    }

    .banner-middle h2 {
        font-size: 18px
    }

    .banner-middle img {
        width: 66%
    }

    .by-women {
        font-size: 13px;
        width: 100%;
        padding: 5px 0;
        text-align: center
    }

    .form-list {
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0
    }

    .form-list li {
        width: 48%;
        margin-bottom: 8px;
        margin-right: 0
    }

    .form-list li:last-child {
        margin-right: 0;
        width: 100%;
        position: absolute;
        bottom: -60px;
        margin-left: 0;
        left: 0
    }

    .otp {
        width: 77px;
        font-size: 8px;
        margin-left: -15px;
        position: relative;
        right: 6px;
        top: 7px;
        height: 25px;
        z-index: 999999;
    }

    .form-list input,
    .form-list select {
        font-size: 12px;
        background: 0 0;
        border-radius: 0;
        color: #fff;
        border: 0;
        border-bottom: 1px solid rgb(255 255 255 / .4);
        padding-left: 0
    }

    .form-list input:focus {
        outline: 0;
        box-shadow: none;
        background: 0 0;
        color: #fff
    }

    .form-list select:focus {
        outline: 0;
        box-shadow: none;
        background: 0 0;
        color: #fff
    }

    ::placeholder {
        color: #fff !important;
        opacity: 1
    }

    .select:after {
        color: #fff
    }

    .form-blk {
        padding-bottom: 70px;
        position: relative
    }

    .form-blk .col-lg-10 {
        padding: 0 15px
    }

    .custom-btn {
        margin-top: 15px;
        display: inline-block;
        width: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }

    .about-us {
        margin-bottom: 30px
    }

    .muthoot-blue-blk .middle-text {
        padding-left: 0
    }

    .muthoot-blue-blk p {
        text-align: center;
        padding: 0
    }

    .muthoot-blue-blk .col-lg-2 {
        padding-right: 15px
    }

    .muthoot-blue-blk .mb-heading {
        text-align: center;
        font-size: 20px;
        margin-top: 15px
    }

    .mb-list li p {
        text-align: left;
        font-size: 12px;
        line-height: 18px;
        margin-top: 0
    }

    .restarindia {
        position: absolute;
        top: -120px;
        right: 15px
    }

    .banner-middle {
        margin-top: 0
    }

    .main-heading h2 {
        font-size: 24px
    }

    .mb-icon img {
        width: 30px
    }

    .footer-link li label {
        display: none
    }

    .pressents {
        margin-left: 0
    }

    .banner-middle h2 span {
        font-size: 24px;
        z-index: 99;
        position: relative
    }

    .btn-funding {
        font-size: 14px;
        padding: 15px 15px;
        margin-right: 0;
        margin-bottom: 15px;
        width: 250px
    }

    .btn-flexible {
        font-size: 14px;
        padding: 15px 15px
    }

    .banner-btn-container {
        margin-top: 12%;
        position: relative;
        z-index: 10000
    }

    .form-blk .col-lg-2 {
        padding-right: 15px;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 15px
    }

    .otp-list {
        display: flex;
        width: 100% !important
    }

    .heading {
        font-size: 22px;
        margin-bottom: 30px;
        line-height: 30px
    }

    .two-wheeler-loan ul {
        flex-direction: column
    }

    .two-wheeler-loan ul li:first-child {
        margin-right: 0;
        margin-bottom: 30px
    }

    .two-wheeler-loan ul li {
        width: 100%
    }

    .two-wheeler-loan ul li:first-child .twl-content h4 {
        font-size: 18px
    }

    .two-wheeler-loan ul li .twl-content h5 {
        font-size: 42px;
        font-size: 32px;
        margin: 5px 0 10px
    }

    .two-wheeler-loan ul li .twl-content .white-btn {
        margin-right: 0;
        clear: both;
        display: block;
        width: 215px;
        margin: 1px auto 15px;
        font-size: 15px
    }

    .sky-btn {
        font-size: 15px;
        width: 215px;
        display: block;
        margin: 0 auto
    }

    .two-wheeler-loan ul li:last-child .twl-content h4 {
        font-size: 18px
    }

    .blue-btn {
        font-size: 15px;
        width: 215px;
        display: block;
        margin: 0 auto
    }

    .two-wheeler-loan ul li:last-child {
        margin-left: 0
    }

    .two-wheeler-loan p {
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 24px
    }

    .key-feature ul {
        flex-wrap: wrap
    }

    .key-feature ul li {
        width: 50%;
        margin: 0 0 15px
    }

    .icon-img {
        width: 100px;
        height: 100px
    }

    .icon-img img {
        width: 50px
    }

    .key-feature-content h5 {
        font-size: 16px
    }

    .key-feature-content h5 span {
        display: block
    }

    .two-wheeler-loan {
        padding: 40px 0
    }

    .key-feature {
        padding: 40px 0
    }

    .rbs-content {
        padding-left: 0
    }

    .rbs-blk .main-heading h2 {
        font-size: 22px
    }

    .rbs-blk .main-heading p {
        font-size: 16px;
        margin-bottom: 15px
    }

    #otperror {
        position: absolute;
        top: -9px;
        font-size: 12px;
        width: 113%
    }

    .custom-btn {
        max-width: 100px;
        margin: 0 auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }

    #loaderimg {
        right: 80px;
        top: 1px
    }

    .form p {
        margin-left: 0 !important
    }

    input[type=checkbox] {
        width: 25px
    }

    .banner-middle h2 .starting {
        font-size: 16px;
        top: -5px
    }

    .muthoot-blue-blk .col-lg-10 {
        padding-left: 15px
    }

    #finalerr {
        top: -8px;
        font-size: 12px
    }

    #fourdigiterr {
        position: absolute;
        top: -8px;
        font-size: 11px;
        width: 150%
    }

    .otp-list {
        margin-right: 0 !important
    }

    .thankyou {
        height: 100vh;
        background-size: cover;
        background-position: center;
        overflow: hidden
    }

    .thank-you-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        position: absolute
    }

    .thankyou-vidya {
        position: fixed;
        bottom: 82px;
        left: 50%;
        transform: translateX(-50%)
    }

    .thankyou h1 {
        text-align: center;
        font-size: 36px
    }

    .thankyou h2 {
        text-align: center;
        font-size: 18px
    }

    .thankyou-vidya img {
        max-height: 250px;
        display: block;
        left: 50%;
        transform: translateX(-50%)
    }

    .form p {
        font-size: 8.5px
    }

    .form-list select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .thankyou .banner-middle {
        margin-top: 20%
    }

    .thankyou h1 {
        width: 100% !important
    }

    .muthootblue {
        position: relative;
        margin-top: 0;
        color: #fff
    }

    .ladies-only {
        max-width: 100px;
        margin: 0 auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }

    .loan-blk {
        width: 100%
    }

    .highlight {
        font-size: 11px
    }

    .pressents h3 {
        font-size: 16px;
        left: -15px
    }

    .banner-men {
        position: absolute;
        left: 0;
        bottom: -25px;
        height: 40%;
        width: auto !important
    }

    .loan-blk-content {
        margin-left: 0
    }

    .banner-blk h2:before {
        background-size: contain;
        top: -22px
    }

    .thankyou-vidya img {
        display: none
    }

    .glu-left {
        width: 100%
    }

    .form-blk h3 {
        font-size: 13px;
        text-align: center
    }

    .gold-loan-utsav {
        padding: 50px 0
    }

    .glu-left h1,
    .glu-left h2 {
        font-size: 20px;
        line-height: 30px
    }

    .glu-list li {
        width: 50%;
        height: 183px;
        padding: 18px
    }

    .glu-icon {
        margin-bottom: 0
    }

    .glu-list li p {
        font-size: 10px;
        line-height: 12px
    }

    .easy-option-list {
        flex-direction: column
    }

    .epl-left,
    .epl-right {
        width: 100%
    }

    .epl-left h3 {
        font-size: 18px;
        text-align: center
    }

    .epl-right-blk h3 {
        font-size: 18px
    }

    .easy-option {
        padding: 10px 0 50px
    }

    .brand-show-wrapper {
        flex-direction: column
    }

    .brand-show-wrapper .brand-show-left {
        width: 100%
    }

    .brand-show .brand-show-left h3 {
        font-size: 24px;
        text-align: center
    }

    .brand-show .brand-show-left p {
        font-size: 16px;
        text-align: center
    }

    .brand-show .owl-nav {
        display: block !important;
        position: absolute;
        left: 50%;
        top: 94%;
        transform: translateX(-50%)
    }

    .rbs-slide {
        margin: 0
    }

    .rbs-slide {
        flex-direction: column
    }

    .rbs-slide-img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        overflow: hidden;
        left: 50%;
        position: relative;
        margin-right: 0;
        transform: translateX(-50%);
        margin-bottom: 17px
    }

    .rbs-slide-content {
        width: 100%
    }

    .rbs-slide:after {
        display: none
    }

    .rbs-slide {
        padding: 30px 15px 30px
    }

    .mbb-blk {
        flex-direction: column
    }

    .mbb-left {
        margin-right: 0;
        width: 100%;
        margin-left: 0
    }

    .mbb-wrapper {
        top: 0
    }

    .mb-list li:after {
        display: none
    }

    .footer-list {
        flex-direction: column;
        text-align: center;
        line-height: 13px
    }

    .footer-list li:after {
        display: none
    }

    .record-breaking {
        padding: 50px 0 85px
    }

    .record-breaking h3 {
        font-size: 24px;
        margin-bottom: 30px
    }

    .gold-loan-utsav .glu-vidya {
        display: none
    }

    .easy-option-left-list {
        margin-right: 0
    }

    .easy-option-left-list li {
        background-repeat: no-repeat;
        width: 100px;
        height: 100px;
        background-size: cover
    }

    .easy-option-left-list p {
        font-size: 12px;
        line-height: 13px
    }

    .easy-option {
        background-size: cover;
        background-repeat: no-repeat
    }

    .epl-left {
        margin-top: 45px;
        margin-bottom: 30px
    }

    .epl-right-inner-list li {
        font-size: 15px
    }

    .mbb-right {
        width: 100%
    }

    .brand-show-wrapper .brand-show-right {
        width: 100%
    }

    .brand-show {
        padding-top: 50px;
        margin-bottom: 20px
    }

    .epay-logo {
        display: none
    }

    .epay-logo-mobile {
        max-width: 170px;
        position: absolute;
        right: 0;
        top: -45px;
        display: block
    }

    .epl-right {
        margin-top: 75px;
        padding-left: 0
    }

    .logo {
        top: 5px
    }

    .epl-right-blk {
        margin-left: 0
    }

    .verify-otp {
        position: absolute;
        width: 44px;
        right: 0;
        height: 25px;
        top: 7px
    }

    input:-webkit-autofill,
    input:-webkit-autofill:active,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:hover {
        -webkit-box-shadow: 0 0 0 30px #022062 inset !important;
        -webkit-text-fill-color: #fff;
        padding-left: 5px !important
    }

    select option {
        color: #000;
        padding-left: 5px !important
    }

    #verifiedjhi {
        top: -7px
    }

    #loader-jhi {
        right: 24%;
        top: 0
    }

    #otperr {
        font-size: 11px;
        top: -7px
    }

    #multipleErr {
        text-align: center;
        width: 100%
    }

    .epl-right-inner-left img {
        width: 80%
    }

    .choose_box p {
        font-size: 17px
    }

    .choose_box {
        margin-bottom: 15px
    }

    .why_choose_us {
        padding: 40px 0
    }

    .muthoot-blue-blk .mb-vidya img,
    .mb-vidya {
        position: static;
        text-align: center
    }

    .custom-btn {
        font-size: 13px !important
    }
}

@media(max-width:360px) {

    .form-list input,
    .form-list select {
        font-size: 11px
    }

    .banner-blk h1 {
        font-size: 21px
    }

    .glu-list li {
        height: 154px
    }

    .easy-option {
        padding: 10px 0 30px
    }

    .epl-right {
        margin-top: 80px;
        padding-left: 0
    }

    .epl-left {
        margin-top: 20px;
        margin-bottom: 30px
    }

    .muthoot-blue-blk .mb-vidya img {
        height: 250px
    }

    .mb-list li {
        width: 70%
    }
}

.form-blk input.btn.custom-btn {
    max-width: max-content
}

li.mobile-hide {
    display: none
}
@media only screen and (max-width:767px){
    input#mobile_number {
        position: relative;
        z-index: 1;
    }
    
    a#getotp {
        position: relative;
        z-index: 999;
    }
    section.banner-blk {
        float: left;
        width: 100%;
    }
    
    .form-blk {
        float: left;
        width: 100%;
    }
    
    section.why_choose_us {
        float: left;
        width: 100%;
    }
    
    section.gold-loan-utsav {
        float: left;
        width: 100%;
    }
    
    section.new_bnr_sec {
        float: left;
        width: 100%;
    }
    
    section.record-breaking {
        float: left;
        width: 100%;
    }
    
    section.muthoot-blue-blk {
        float: left;
        width: 100%;
    }
    
    footer {
        float: left;
        width: 100%;
    }
}