figure {
    margin: 0;
}
ol, ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
a {
    color: #008bd2;
}
a, a:hover {
    text-decoration: none;
}
a:focus {
    outline: 0;
}
select {
    -webkit-appearance: none;
    appearance: none;
    border: none;
}
select::-ms-expand {
    display: none;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
body {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 15px;
}
header {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
    position: fixed;
    z-index: 99999!important;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
}
#response_data {
    display: none;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 14px;
}
#err_msg {
    display: none;
    color: red;
    margin-bottom: 10px;
}
.header-content {
    position: relative;
    padding-top: 11px;
}
.logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 89px;
    top: 7px;
    z-index: 99;
    transition: all .4s ease;
}
.top-menu-list {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 10px;
}
.top-menu-list:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
    width: 40%;
    left: 0;
    bottom: 0;
}
.top-menu-list:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
    width: 40%;
    right: 0;
    bottom: 0;
}
.top-menu-list li a img {
    margin-bottom: 4px;
    margin-right: 1px;
}
.logo img {
    max-width: 100%}
.top-menu-list li.top-left-menu {
    margin-right: 6px;
}
.top-menu-list li.top-right-menu {
    margin-right: 22px;
}
.top-menu-list li:last-child {
    margin-right: 0;
}
li.right-shift {
    margin-left: auto;
}
.main-header .navbar {
    padding: 0;
}
.main-header .navbar-nav {
    width: 100%;
    margin: 11px 0;
}
.main-header .navbar-nav .nav-link {
    color: #404040;
    font-weight: 400;
    padding: 0;
}
.main-header .navbar-nav .nav-link:hover {
    color: #0081c2;
}
.nav-item.active .nav-link {
    color: #0095da;
}
.main-header .navbar-nav .nav-item {
    margin-right: 30px;
}
.main-header .navbar-nav .nav-item:last-child {
    margin-right: 0;
}
.main-header .login-search li:first-child a {
    padding-right: 10px;
}
.main-header .login-search li:last-child a {
    padding-left: 10px;
}
.main-header .login-search li:last-child a img {
    margin-bottom: 5px;
}
.login-search {
    display: inline-flex;
}
.login-search li {
    position: relative;
}
.login-search li a i, .login-search li:hover a i {
    color: #007bff;
}
.login-search li:first-child:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #404040;
    width: 1px;
    height: 15px;
}
.top-menu-list li a {
    color: rgba(64, 64, 64, .7);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
}
.top-menu-list li a i {
    color: #0095da;
    margin-right: 2px;
    font-size: 11px;
}
.top-menu-list .top-right-menu a i {
    color: #0095da;
    margin-right: 2px;
    font-size: 13px;
}
.top-menu-list select {
    text-transform: uppercase;
    font-size: 11px;
    color: rgba(64, 64, 64, .7);
    background-image: url(../images/lang-drop.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 10px;
    outline: 0;
    background-color: #fff;
}
.top-menu-list select option {
    padding: 5px;
}
.carousel-item figure {
    margin-bottom: 0;
    text-align: center;
}
.carousel-item figure img {
    width: 100%}
.carousel-indicators {
    bottom: 20px;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #004e80;
}
.carousel-indicators li.active {
    background-color: #004e80;
}
.caption {
    position: absolute;
    left: 50%;
    bottom: 17%}
.caption a {
    font-size: 18px;
    color: #fff000;
    margin-right: 5px;
    display: inline-block;
    text-transform: capitalize;
}
.caption a img {
    margin-bottom: 6px;
}
.muthoot-video {
    width: 50%;
    padding-left: 30px;
    position: relative;
}
.muthoot-video p {
    color: #0081c2;
    font-size: 18px;
    margin-bottom: 3px;
}
.muthoot-video h3 {
    font-size: 26px;
    color: #404040;
    text-transform: uppercase;
    position: absolute;
    left: -89px;
    bottom: 85px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-bottom: 0;
}
.owl-nav {
    position: absolute;
    right: 1px;
    bottom: 1px;
}
.key-service .owl-nav {
    z-index: 999;
}
.muthoot-carousel.owl-carousel .owl-nav button.owl-prev {
    background: url(../images/video-arrow.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    background-position: center;
    background-color: rgba(255, 255, 255, .7);
    margin-right: 1px;
}
.muthoot-carousel.owl-carousel .owl-nav button.owl-next {
    background: url(../images/video-arrow-nxt.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    background-position: center;
    background-color: rgba(255, 255, 255, .7);
}
.muthoot-video-content {
    margin: 68px 0 0;
    display: flex;
    align-items: flex-start;
}
.why-choose {
    margin-bottom: 85px;
    position: relative;
}
.why-choose::after {
    content: '';
    position: absolute;
    background-image: url(../images/why-after.png);
    width: 325px;
    height: 288px;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.why-choose-content {
    width: 50%;
    padding-left: 40px;
}
.choose-heading {
    text-align: center;
}
.choose-heading img {
    margin-bottom: 10px;
}
.choose-heading p {
    color: #0095da;
    font-size: 14px;
    margin-bottom: 0;
}
.choose-heading h2 {
    color: #404040;
    text-transform: uppercase;
    font-size: 30px;
}
.choose-content>p {
    font-size: 13px;
    color: #656567;
    text-align: justify;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}
.choose-content>p::first-letter {
    color: #fff;
    font-size: 18px;
    background-color: #0081c2;
    text-transform: capitalize;
    padding: 12px 15px;
    font-weight: 700;
    border-radius: 5px;
    margin-right: 10px;
    float: left;
    font-weight: 600;
}
.choose-content ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.choose-content li {
    text-align: left;
    width: 49%;
    position: relative;
    border-bottom: 1px solid #aeabab;
    border-right: 1px solid #aeabab;
    display: flex;
    align-items: center;
    padding: 25px 10px 25px;
}
.choose-content li:nth-child(2n+2) {
    border-right: none;
    padding-left: 20px;
}
.choose-content li:nth-child(3n), .choose-content li:nth-child(4n) {
    border-bottom: none;
}
.choose-content li figure {
    display: inline-block;
    width: 56px;
    height: 44px;
    margin: 0 10px 0 0;
}
.choose-content li p {
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}
.choose-content li p span {
    color: #0095da;
    font-weight: 600;
}
.key-service {
    background-color: #f2f2f2;
    padding-top: 50px;
}
.key-content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 60px -12px 0;
    justify-content: center;
}
.news-panel {
    margin-top: 50px;
}
.recent-news {
    padding-top: 40px;
}
.key-content li {
    width: 22.99%;
    position: relative;
    background-color: #fff;
    margin: 0 12px 50px;
}
.key-content.product-carousel li {
    width: auto;
}
.about-service .product-carousel .key-detail h3 {
    padding: 13px 0;
    margin: 0;
}
.product-carousel .owl-dots {
    padding: 0 0 20px;
    margin: 0;
}
.key-images {
    overflow: hidden;
}
.key-images img {
    width: 100%}
.key-content li .key-images figure {
    margin-bottom: 0;
    position: relative;
    max-width: 100%}
.key-content li .key-images figure::after {
    content: '';
    position: absolute;
    left: 0;
    right: -1px;
    background-color: #fff;
    height: 22px;
    bottom: -11px;
    transform: rotate(-4deg);
}
.key-icons {
    text-align: center;
}
.key-icons figure {
    background-color: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: -37px auto 0;
    position: relative;
}
.key-icons figure img {
    position: absolute;
    left: 0;
    right: 0;
    width: 55px;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.key-icons figure:after {
    content: '';
    background-image: url(../images/key-icon-after.png);
    width: 55px;
    height: 47px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.key-detail {
    text-align: center;
    padding: 0 15px 25px;
}
.key-detail h3 {
    font-size: 16px;
    color: #3b3b3b;
}
.key-detail p {
    font-size: 13px;
    color: #707070;
    font-weight: 400;
}
.served-by {
    font-size: 13px;
    color: #7d7d7d;
    font-size: 12px;
}
.served-by a {
    color: #0095da;
    text-transform: capitalize;
}
.key-next-btn {
    text-align: center;
}
.key-next-btn a {
    display: inline-block;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    margin: auto;
    background-color: #fff;
    margin-bottom: 0;
    position: absolute;
    line-height: 46px;
    bottom: -25px;
    left: 0;
    right: 0;
}
.founder-section-content p, .inner-heading p {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    font-weight: 400;
}
.news-left {
    width: 47%;
    display: inline-block;
    vertical-align: top;
}
.news-left-img {
    position: relative;
}
.news-left-img figure img {
    width: 100%}
.news-date-label {
    background-color: #3598db;
    width: 74px;
    position: absolute;
    bottom: -29px;
    left: 28px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 2px;
    overflow: hidden;
}
.news-date-label .date {
    line-height: 20px;
    padding: 16px 11px 0;
    display: block;
    text-transform: capitalize;
}
.news-date-label .year {
    background-color: #c59a1d;
    display: block;
    font-size: 13px;
    padding: 2px 0;
    margin-top: 11px;
    text-transform: capitalize;
}
.logo-label {
    position: absolute;
    top: 0;
    right: 17px;
}
.published-label {
    text-transform: capitalize;
    color: #aaa;
    font-size: 12px;
    text-align: right;
    font-weight: 300;
    display: block;
    margin-top: 5px;
}
.published-label strong {
    color: #3598db;
    font-weight: 500;
}
.news-content-blog h4 {
    font-size: 18px;
    color: #525252;
    margin: 0 0 13px;
}
.news-content-blog {
    padding: 30px 0 0 30px;
}
.news-content-blog p {
    font-size: 13px;
    line-height: 18px;
    color: #666;
}
.news-right {
    display: inline-block;
    width: 44%;
    float: right;
    margin-bottom: 40px;
}
.news-right ul li {
    position: relative;
    padding: 34px 0 20px 229px;
    border-bottom: 1px solid #e9e9e9;
}
.news-right ul li:first-child {
    padding-top: 0;
    font-size: 13px;
}
.news-right ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.news-right-figure {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
}
.news-right-figure figure {
    max-width: 200px;
}
.news-right-figure figure img {
    width: 100%;
    height: auto;
}
.news-right ul li h3 {
    font-size: 18px;
    color: #525252;
    margin: 0 0 13px;
}
.news-right ul li p {
    font-size: 13px;
    line-height: 18px;
    color: #666;
    margin: 0;
}
.news-right-figure .news-date-label .date {
    padding: 16px 11px 0;
}
.news-right-figure .news-date-label {
    background-color: #008bd2;
    width: 74px;
    position: absolute;
    bottom: 33px;
    left: -38px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 2px;
    overflow: hidden;
}
.btn-primary {
    background-color: #c59a1d!important;
    padding: 11px 25px;
    font-size: 14px;
    border: none;
    position: relative;
    text-transform: uppercase;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.btn-primary .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 0 9px;
    border-color: transparent transparent transparent #fff!important;
    position: absolute;
    bottom: 3px;
    left: 3px;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.select-web .btn-primary .arrow {
    border-color: transparent transparent transparent #fff;
}
.btn-primary:hover {
    background-color: #008bd2!important;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.btn-primary:hover .arrow {
    border-width: 19px 0 0 19px;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.view-all {
    text-align: center;
    margin: 30px 0 80px;
}
.gold-loan {
    background-image: url(../images/step-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    min-height: 216px;
    position: relative;
}
.gold-loan::after {
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/vidya.png);
    content: "";
    width: 257px;
    height: 335px;
    background-repeat: no-repeat;
}
.gold-loan h4 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 42px;
}
.gold-loan h4 span {
    display: block;
    font-size: 45px;
    font-weight: 400;
}
.step-heading p {
    font-size: 24px;
    color: #fff;
    line-height: 27px;
}
.step-heading a {
    color: #fef220;
    font-weight: 500;
}
.step-heading {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 39px;
}
.step-list {
    font-size: 14px;
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-top: 34px;
}
.step-list-heading {
    background-color: #001641;
    font-size: 19px;
    color: #fbdc05;
    min-width: 168px;
    width: 168px;
    height: 41px;
    text-align: center;
    position: relative;
    line-height: 41px;
    margin-bottom: 9px;
}
.step-list li:nth-child(3) .step-list-heading {
    padding-left: 28px;
}
.step-list-heading::after {
    background-image: url(../images/right-arrow.png);
    width: 13px;
    height: 41px;
    content: "";
    position: absolute;
    right: -13px;
    top: 0;
}
.step-list-heading i {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    color: #012e4b;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: -17px;
    top: 0;
    font-style: inherit;
}
.step-list li {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
    margin-right: 35px;
}
.step-list li:last-child {
    margin-right: 0;
}
.step-des figure {
    position: absolute;
    left: -13px;
    top: 3px;
}
.step-des {
    position: relative;
    display: inline-block;
    line-height: 18px;
    color: #fff;
    font-size: 13px;
    padding-left: 20px;
    font-weight: 400;
}
.emi-input label {
    color: #4b4646;
    font-size: 14px;
}
.emi-ruler {
    font-size: 14px;
    max-width: 705px;
    margin: 46px auto 0;
}
.ruler-heading {
    display: flex;
}
.ruler-heading span {
    margin-left: auto;
    font-weight: 600;
}
.slidecontainer {
    width: 100%}
.strip-img {
    background-image: url(../images/strip-slider.png);
    background-repeat: repeat;
    height: 10px;
    width: 100%;
    background-position: center;
    margin-bottom: 9px;
}
.interest-rate {
    display: inline-block;
    vertical-align: top;
    margin-right: 38px;
    width: 46%}
.tenure {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.emi-input .form-control {
    border-radius: 2px;
    border: 1px solid #ddd;
    width: 210px;
    height: 38px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(64, 64, 64, .8);
}
.emi-input .total-amount .form-control {
    color: #013c61;
}
.emi-input .form-group {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 22px;
}
.emi-input .form-group:last-child {
    margin-right: 0;
}
.form-control::-moz-placeholder {
    color: #757575;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #757575;
    opacity: 1;
}
.form-control::-webkit-input-placeholder {
    color: #757575;
    opacity: 1;
}
.home-contact-form .form-control::-moz-placeholder {
    color: #8b8b8b;
    opacity: 1;
}
.home-contact-form .form-control:-ms-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}
.home-contact-form .form-control::-webkit-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}
.select-web .form-control::-moz-placeholder {
    color: #1a232e;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
}
.select-web .form-control:-ms-input-placeholder {
    color: #1a232e;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
}
.select-web .form-control::-webkit-input-placeholder {
    color: #1a232e;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
}
.emi-calculator .nav-pills .nav-link {
    color: #586978;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    height: 69px;
    line-height: 69px;
    padding: 0 18px;
    border-bottom: 1px solid #d9d9d9;
}
.emi-calculator .nav-pills .nav-link img {
    margin-right: 18px;
}
.emi-calculator .nav-pills .nav-link .white-icon {
    display: none;
}
.emi-calculator .nav-pills .nav-link .gry-icon {
    display: inline-block;
}
.emi-calculator .nav-pills .nav-link.active .white-icon {
    display: inline-block;
}
.emi-calculator .nav-pills .nav-link.active .gry-icon {
    display: none;
}
.emi-calculator .nav-pills .nav-link.active, .emi-calculator .nav-pills .show>.nav-link {
    background-color: #008bd2;
    color: #fff;
    border-radius: 0;
}
.emi-tab-panel {
    font-size: 0;
    margin-top: 50px;
    margin-left: 95px;
}
.emi-tab-list {
    display: inline-block;
    vertical-align: top;
    width: 219px;
}
.emi-tab-content {
    display: inline-block;
    vertical-align: top;
    width: 74.5%}
.loan-amount {
    margin-bottom: 35px;
}
.emi-input {
    margin-top: 37px;
}
.testimonial-section {
    background-image: url(../images/about-testi-bg.jpg);
    background-repeat: repeat;
    font-size: 0;
    min-height: 519px;
}
.testimonial-section .item {
    font-size: 0;
    margin-top: 60px;
}
.testimonial-inner {
    width: 94%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    position: relative;
    padding-left: 226px;
    min-height: 193px;
    padding-top: 66px;
}
.testimonial-inner:first-child {
    margin-right: 60px;
}
.testimonial-inner figure {
    width: 193px;
    height: 193px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    z-index: 9;
}
.testimonial-img-section {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
}
.testimonial-img-section::after {
    background-color: #0089cb;
    width: 193px;
    height: 193px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    right: -7px;
    z-index: 0;
}
.testimonial-inner figure img {
    width: auto;
    max-width: 100%}
.testimonial-inner p {
    color: #fff!important;
    line-height: 24px;
    display: inline-block;
}
.testimonial-footer {
    display: inline-block;
    text-align: left;
    position: relative;
    padding-left: 84px;
}
.testimonial-footer::after {
    background-color: #808ba0;
    width: 67px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 11px;
    content: ""}
.testimonial-footer strong {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}
.testimonial-footer span {
    color: #a3a7b1;
    font-stretch: 13px;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
}
.text-white {
    color: #fff;
}
.testimonial-section .choose-heading {
    margin-top: 0;
    padding-top: 38px;
}
.testimonial-inner::after {
    background-image: url(../images/queet.png);
    width: 56px;
    height: 42px;
    left: 226px;
    top: 11px;
    position: absolute;
    content: ""}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #949494;
    display: inline-block;
}
.owl-dots .owl-dot {
    margin: 0 4px;
}
.owl-dots {
    text-align: center;
    margin-top: 50px;
}
.owl-dots .owl-dot.active span {
    width: 25px;
    background-color: #008bcb;
    border-radius: 10px;
}
.home-contact {
    background-color: #014377;
    min-height: 519px;
    background-position: center;
}
.home-contact-form {
    width: 63.5%;
    display: inline-block;
    float: right;
    margin-top: 38px;
    clear: both;
}
.contect-content {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    margin-top: 195px;
}
.contect-content h4 {
    font-size: 38px;
    color: #0095da;
    margin: 0;
    line-height: 38px;
    font-weight: 500;
    text-transform: uppercase;
}
.contect-content strong {
    font-size: 23px;
    color: #fff;
    display: block;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 17px;
}
.contect-content p {
    color: #fff;
    line-height: 18px;
    font-size: 15px;
    font-weight: 300;
}
.home-contact-form .form-control {
    border-radius: 0;
    color: #8b8b8b;
    height: 36px;
    text-align: left;
}
.home-contact-form .form-group {
    padding-left: 18px;
    width: 50%;
    display: inline-block;
    float: left;
    clear: right;
}
.capcha {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}
.home-contact-form .capcha .form-group {
    width: 100%}
.home-contact-form .form-group.textarea-dec {
    width: 66.66%}
.home-contact-form textarea.form-control {
    resize: none;
    height: 95px;
}
.capcha img {
    width: 100%}
.contect-button {
    text-align: right;
}
.inner-banner {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.inner-banner figure {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 100%}
.inner-banner figure img {
    width: 100%}
.inner-content {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.inner-content h1, .inner-content h2 {
    color: #000;
    font-size: 36px;
    max-width: 625px;
}
.breadcrumb-sectoin {
    background-color: #fff;
}
.breadcrumb-sectoin ol {
    background-color: transparent;
    padding: 7px 0;
    border-radius: 0;
}
.breadcrumb-item.active {
    color: #000;
}
.breadcrumb-item a {
    font-size: 13px;
    color: #000;
    font-weight: 400;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #000;
    width: 5px;
    height: 9px;
    background-repeat: no-repeat;
    margin: 0 10px;
    font-size: 10px;
}
.founder-section-content {
    display: flex;
    margin-top: 35px;
}
.founder-left {
    width: 80%}
.founder-right {
    width: 100%;
    margin-left: auto;
    max-width: 273px;
    margin-bottom: 20px;
}
.key-profile h2 {
    font-size: 18px;
    color: #0095da;
    margin-bottom: 15px;
}
.founder-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
}
.founder-list {
    margin-top: 130px;
    max-width: 870px;
}
.founder-left>h2 {
    color: #0095da;
    font-size: 23px;
}
.founder-list li {
    position: relative;
    max-width: 406px;
    background-color: #f2f2f2;
    margin-bottom: 160px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.founder-list li:nth-child(2n+2) {
    margin-right: 0;
}
.founder-images::after {
    content: '';
    width: 180px;
    height: 180px;
    background-color: #1a5c97;
    position: absolute;
    top: -106px;
    z-index: 1;
    border-radius: 50%;
    margin: auto;
    left: 0;
    right: -10px;
}
.founder-images figure {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
    z-index: 2;
    position: relative;
    margin: -106px auto 0;
}
.founder-images figure img {
    width: 100%}
.founder-content {
    text-align: center;
    position: relative;
    margin: 40px 0 25px;
    padding: 0 30px;
}
.founder-content:after {
    content: '';
    background-image: url(../images/founder-after.png);
    width: 192px;
    height: 118px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.founder-content h2 {
    color: #1a5c97;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
}
.founder-content span {
    color: #5a5a5a;
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding-bottom: 30px;
}
.founder-content span:after {
    content: '';
    width: 46px;
    height: 3px;
    background-color: #0095da;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 12px;
}
.founder-content p {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    min-height: 63px;
}
.width-50 {
    width: 48%;
    float: left;
    display: inline-block;
    vertical-align: top;
}
.width-50:nth-child(odd) {
    margin-right: 9px;
}
.contact-inputs .form-group {
    margin-bottom: 7px;
}
.contact-inputs .form-group .form-control {
    border-radius: 0;
    font-weight: 400;
    height: 30px;
}
.contact-inputs .form-group textarea.form-control {
    height: 95px;
    resize: none;
}
.contact-inputs .capcha {
    width: 100%}
.contact-inputs .capcha figure {
    text-align: center;
}
.contact-inputs .capcha img {
    width: auto;
}
.contact-heading h2 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 2px;
}
.contact-heading p {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}
.contact-heading h2:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 38px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}
.contact-inputs .contect-button {
    text-align: center;
    margin: 10px;
}
.key-profile .nav-pills .nav-link {
    border-radius: 0;
    font-size: 13px;
    color: #272727;
    background-color: #f2f2f2;
    margin-bottom: 2px;
    padding: 15px 0 15px 20px;
    border-left: 5px solid transparent;
}
.key-profile .nav-pills .nav-link.active {
    border-left: 5px solid #0095da;
}
.key-profile {
    margin-bottom: 25px;
}
.contact-form {
    padding: 25px 18px 15px;
    background-color: #008bd2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 992;
    position: relative;
}
.contact-form .contact-heading h2 {
    color: #fff;
}
.locate-branch {
    background-image: url(../images/contact-right-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.locate-branch h2 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    color: #fff;
    margin-bottom: 0;
}
.locate-branch p {
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}
.locate-branch span {
    color: #ffd800;
    font-size: 18px;
}
.locate-branch {
    text-decoration: none;
    color: #3fc1fe;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px;
}
.locate-branch figure {
    text-align: center;
    max-width: 243px;
}
.locate-branch figure img {
    width: 100%}
.locate-btn {
    text-align: right;
    text-transform: uppercase;
    font-weight: 500;
}
.locate-btn a {
    font-size: 14px;
    color: #3fc1fe;
}
.need-help h2 {
    font-size: 24px;
    color: #001641;
}
.need-help {
    border: 2px solid #aae4ff;
    padding: 15px 15px;
    background: #f4f4f4;
}
.need-help p {
    font-size: 13px;
    margin: 0;
}
.need-help a.call {
    font-size: 24px;
    color: #0095da;
    display: inline-block;
    margin: 10px 0;
}
.need-help a.mail {
    font-size: 14px;
    color: #001641;
    display: block;
}
.need-help a.mail i {
    color: #0095da;
}
.emi-cal-link {
    background-color: #575757;
    padding: 14px 40px 14px 15px;
    text-align: left;
    position: relative;
    margin: 30px 0;
}
.emi-cal-link h2 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}
.emi-cal-link p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}
.emi-cal-link a {
    position: absolute;
    right: 10px;
    height: 30px;
    width: 30px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.f-logo {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    max-width: 628px;
}
.f-logo a {
    display: inline-block;
    margin-right: 25px;
}
.footer-sec {
    background-color: #0d94d4;
}
.f-logo p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}
.f-content {
    padding: 45px 0 0;
    display: flex;
}
.f-apps {
    max-width: 628px;
    display: flex;
    margin-top: 30px;
}
.f-apps a {
    margin-right: 10px;
    display: inline-block;
}
.select-web {
    position: relative;
}
.select-web .form-control {
    width: 334px;
    height: 46px;
    background-color: #fff;
    padding-right: 60px;
}
.select-web select.form-control {
    width: 334px;
    height: 47px!important;
    background-color: #fff;
    padding-right: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select-web .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 47px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.f-content-right {
    max-width: 460px;
    margin-left: auto;
    width: 460px;
}
.f-content-right h2 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
}
.f-content-right p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.f-content-right .select-web {
    position: relative;
}
.f-content-right .select-web .form-control {
    width: 415px;
    height: 46px;
    background-color: #fff;
    padding-right: 135px;
}
.f-content-right .select-web .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 47px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    text-transform: uppercase;
}
.f-headings {
    font-size: 18px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 8px;
}
.f-headings:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    background-color: #fff;
}
.f-col-top ul li {
    display: block;
    width: 100%}
.f-col-top ul li a {
    font-size: 13px;
    color: #fff;
}
.f-col-bottom ul {
    margin-bottom: 0;
}
.f-col-bottom ul li {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}
.f-col-bottom ul li a i {
    font-size: 19px;
    color: #fff;
}
.f-col-bottom ul li:hover a i {
    color: #001641;
}
.f-menus-col {
    width: 19%;
    margin-right: 10px;
}
.f-bottom {
    padding-bottom: 0;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.copyright-sec {
    background-color: #001641;
    color: #fff;
}
.copyright {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 0;
    font-size: 13px;
}
.copyright p {
    margin-bottom: 0;
}
.muthoot-carousel .item {
    width: 557px;
    height: 440px;
}
.muthoot-carousel iframe {
    width: 100%;
    height: 440px;
    z-index: 9999;
}
.f-col-top {
    margin-bottom: 20px;
}
.f-col-bottom ul li:hover a img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}
.f-col-top ul li a:hover {
    color: #001641;
}
.emi-calculator {
    margin: 70px 0;
}
.founder-section-content h2, .inner-heading h2 {
    font-size: 23px;
    color: #0095da;
    margin: 36px 0;
}
.founder-section-content h1 {
    font-size: 22px!important;
    color: #00316e!important;
    margin: 0 0 12px 0!important;
}
.contact-left h4 {
    font-size: 23px;
    color: #161616;
    text-transform: capitalize;
    margin-bottom: 11px;
}
.contact-panel {
    display: flex;
}
.contact-left {
    width: 60%;
    padding-right: 23px;
}
.contact-right {
    width: 50%}
.address-block {
    background-color: #ebf5fa;
    background-image: url(../images/location-big-icon.png);
    background-position: 99% 5px;
    background-repeat: no-repeat;
    padding: 20px 0 20px 23px;
    margin-bottom: 36px;
    min-height: 95px;
}
.address-list li {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 14px;
}
.m0 {
    margin-bottom: 0!important;
}
.address-list li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #1a5c97;
    font-size: 13px;
}
.address-block-half .address-list li:last-child i {
    top: 7px;
}
.address-list li p {
    font-size: 13px;
    color: #666;
    margin: 0;
}
.address-list li a {
    font-size: 13px;
    color: #666;
}
strong {
    font-weight: 600;
}
.address-block-half h3 {
    font-size: 20px;
    color: #1a5c97;
    text-transform: uppercase;
}
.address-block-half h5 {
    font-size: 15px;
    color: #161616;
}
.address-block-half {
    background-color: #ebf5fa;
    background-image: url(../images/location-big-icon.png);
    background-position: 99% bottom;
    background-repeat: no-repeat;
    padding: 20px 0 20px 23px;
    display: inline-block;
    width: 295px;
}
.write-us {
    padding: 24px 17px;
    background-color: #f8f8f8;
    height: 100%}
.write-us h3 {
    font-size: 23px;
    color: #161616;
    text-transform: capitalize;
    margin-bottom: 11px;
}
.write-us .form-control {
    border-radius: 0;
    font-size: 14px;
    color: #b0b0b0;
    height: 39px;
    font-weight: 400;
    border: 1px solid #ececec;
}
.write-us textarea.form-control {
    height: 101px;
    resize: none;
}
.form-control.contact-capcha {
    width: 167px;
    height: 45px;
    display: inline-block;
    vertical-align: top;
    margin-right: 13px;
    padding: 4px 0;
}
select.form-control {
    color: #b0b0b0;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 96% 50%}
.write-us .form-group {
    width: 239px;
    display: inline-block;
    margin-bottom: 18px;
}
.write-us .form-group.textarea {
    width: 100%}
.write-us .form-control.enter-capcha {
    width: 188px;
    display: inline-block;
    vertical-align: top;
    margin-right: 13px;
    height: 45px;
}
.contect-page-footer .btn-primary {
    display: inline-block;
    vertical-align: top;
    padding: 11px 25px;
}
.btn-secondary {
    background-color: #ff9600;
    width: 207px;
    font-size: 18px;
    border: none;
    position: relative;
    text-transform: uppercase;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    color: #000;
    padding: 0;
    line-height: 54px;
    height: 54px;
}
.btn-secondary .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 0 9px;
    border-color: transparent transparent transparent #007bff;
    position: absolute;
    bottom: 3px;
    left: 3px;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.btn-secondary:hover {
    background-color: #001641;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.btn-secondary:hover .arrow {
    border-width: 19px 0 0 19px;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.locate-button .btn-secondary .arrow {
    border-color: transparent transparent transparent #fff;
}
.locate-now {
    background-image: url(../images/locate-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 19px 0;
    margin-top: 53px;
}
.locate-inner {
    max-width: 986px;
    margin: auto;
}
.locate-content {
    display: inline-block;
    vertical-align: middle;
}
.locate-content h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 36px;
    margin: 0 0 3px;
    font-weight: 300;
}
.locate-content p {
    font-size: 17px;
    color: #fff;
    margin: 0;
    line-height: 17px;
    font-weight: 400;
}
.locate-content p span {
    font-size: 24px;
    color: #ffd800;
}
.map {
    display: inline-block;
    vertical-align: middle;
    margin-left: 64px;
    margin-right: 50px;
}
.locate-button {
    display: inline-block;
    vertical-align: middle;
}
.map figure {
    max-width: 251px;
}
.map img {
    width: 100%;
    height: auto;
}
.search-branch {
    background-image: url(../images/branch-locator-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 29px 0 38px;
}
.search-branch-content {
    display: inline-block;
    vertical-align: middle;
    max-width: 287px;
    padding-left: 41px;
    margin-right: 73px;
    position: relative;
}
.search-branch-content:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/brackets.png);
    background-repeat: no-repeat;
    content: "";
    width: 19px;
    height: 81px;
    right: -41px;
}
.search-branch-content h3 {
    font-size: 24px;
    color: #fff;
    margin: 0;
    line-height: 26px;
    text-transform: capitalize;
    text-align: right;
}
.search-branch-form .form-control {
    border-radius: 0;
    font-size: 14px;
    color: #b0b0b0;
    height: 39px;
    font-weight: 400;
    border: 1px solid #ececec;
    padding-right: 44px;
}
.search-branch-form .form-group {
    margin: 0;
}
.branch-search .form-control {
    height: 48px;
}
.branch-search {
    width: 660px;
    position: relative;
}
.branch-search a {
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #737373;
}
.branch-search a i {
    vertical-align: top;
}
.search-branch-form {
    width: 792px;
    display: inline-block;
    vertical-align: middle;
}
.brach-field .form-control {
    width: 150px;
    height: 42px!important;
    margin-right: 17px;
    display: inline-block;
    vertical-align: top;
}
.branch-locator-panel {
    display: flex;
    margin: 54px 0 74px;
}
.locator-address {
    max-width: 423px;
    overflow-y: auto;
    height: 477px;
}
.locator-address .address-block-half {
    width: 100%;
    padding: 20px 15px 20px 16px;
    margin-bottom: 24px;
    min-height: 95px;
}
.locator-map iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
}
.locator-map {
    width: 717px;
    margin-left: 31px;
}
.or {
    text-align: center;
    max-width: 660px;
}
.or span {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    position: relative;
    margin: 23px 0;
    max-width: 50px;
}
.or span:after {
    position: absolute;
    right: 62px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 1px;
    background-color: #fff;
    content: ""}
.or span:before {
    position: absolute;
    left: 62px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 1px;
    background-color: #fff;
    content: ""}
.btn.btn-primary.search-btn {
    width: 20%;
    height: 55.5px;
    border-radius: 0;
    line-height: 25px;
    max-width: 191.23px;
    background: #001641;
}
.bodyfix {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
}
.openBtn {
    cursor: pointer;
}
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
}
.overlay-content {
    position: absolute;
    width: 70%;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 300px;
    height: 56px;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #fff;
}
.overlay .closebtn:hover {
    color: #ccc;
}
.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: #fff;
}
.overlay input[type=text]:hover {
    background: #f1f1f1;
}
.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}
.overlay button:hover {
    background: #bbb;
}
.btn-info {
    background-color: #0095da;
    padding: 11px 25px;
    font-size: 14px;
    border: none;
    position: relative;
    text-transform: uppercase;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    border-radius: 3px;
}
.btn-info .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 0 9px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    bottom: 3px;
    left: 3px;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.btn-info:hover {
    background-color: #001641;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    border-radius: 3px;
}
.btn-info:hover .arrow {
    border-width: 19px 0 0 19px;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.founder-detail-panel {
    position: relative;
    padding-left: 400px;
    margin-top: 50px;
}
.founder-detail-images {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    max-width: 375px;
    text-align: center;
}
.founder-detail-profile figure {
    width: 288px;
    height: 288px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    z-index: 9;
}
.founder-detail-profile figure img {
    width: 100%}
.founder-detail-profile {
    position: relative;
    display: inline-block;
}
.founder-detail-profile::after {
    content: '';
    width: 288px;
    height: 288px;
    background-color: #1a5c97;
    position: absolute;
    top: 0;
    border-radius: 50%;
    margin: auto;
    left: 0;
    right: -22px;
}
.founder-img-content h2 {
    color: #1a5c97;
    text-transform: uppercase;
    font-size: 18px;
    margin: 23px 0 4px;
}
.founder-img-content span {
    color: #5a5a5a;
    font-size: 14px;
    display: block;
}
.founder-img-content label {
    background-color: #1a5c97;
    width: 152px;
    height: 32px;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 13px 0 0;
}
.founder-detail-content {
    min-height: 408px;
    background-color: #ebf5fa;
    padding: 35px;
    position: relative;
}
.founder-detail-content:after {
    background-image: url(../images/founder-detail-after.png);
    background-repeat: no-repeat;
    width: 227px;
    height: 166px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    margin: auto;
}
.founder-detail-content p {
    margin-bottom: 23px;
    color: #666;
    line-height: 23px;
}
.founder-detail-content p:last-child {
    margin-bottom: 0;
}
.back-to-founder {
    margin: 50px 0 44px 129px;
}
.founder-img-content {
    padding: 0 5px;
}
.inner-banner {
    max-width: 1349px;
    margin: auto;
    margin-top: 95px;
}
.loan-panel-content {
    margin-bottom: 30px;
}
.loan-type {
    margin-bottom: 30px;
    background-color: #f4fcff;
    padding: 30px;
}
.loan-panel-content.loan-advantages {
    margin-bottom: 0;
}
.loan-panel-content:last-child {
    margin-bottom: 0;
}
.loan-panel-content h4 {
    margin: 15px 0 12px;
    font-size: 20px;
    color: #333;
    display: inline-block;
}
.loan-panel-content p {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}
.loan-point-list {
    margin-bottom: 17px;
}
ul.loan-point-list li {
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    color: #333;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
ul.loan-point-list li:after {
    color: #0095da;
    background-repeat: no-repeat;
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 9px;
}
.loan-type h3 {
    color: #404040;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 11px;
}
.loan-type-list {
    text-align: center;
    margin: 0 -10px 30px;
}
.loan-type-list li {
    display: inline-block;
    vertical-align: top;
    width: 139px;
    height: 139px;
    border-radius: 50%;
    background-color: #0081c2;
    text-align: center;
    padding-top: 34px;
    overflow: hidden;
    position: relative;
    margin: 0 10px 0;
}
.loan-type-list li::after {
    background-image: url(../images/loan-list-bg.png);
    width: 66px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    content: "";
    opacity: .4;
}
.loan-type-list li strong {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: block;
    line-height: 14px;
}
.loan-type-list li p {
    margin-bottom: 0;
    color: #ffdf00;
    font-weight: 600;
    font-size: 18px;
    display: block;
}
.loan-type-list li span {
    color: #ffdf00;
    font-weight: 600;
    font-size: 18px;
    display: block;
}
.features-loan-content {
    margin-bottom: 39px;
    background-image: url(../images/features-bg-b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 29px;
    color: #fff;
}
.features-loan-heading h4 {
    color: #fff;
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 600;
}
.features-loan-heading p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}
.features-loan-point li {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.features-loan-point li:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    background-repeat: no-repeat;
    content: "\f105";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 9px;
}
.features-loan-point {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 30px;
    font-size: 14px;
}
.cms-list {
    margin-bottom: 30px;
}
.cms-list li a {
    border-radius: 0;
    font-size: 13px;
    color: #272727;
    background-color: #f2f2f2;
    margin-bottom: 2px;
    padding: 15px 0 15px 20px;
    border-left: 5px solid transparent;
    display: block;
}
.cms-list li.active a {
    border-left: 5px solid #0095da;
}
.cms-list li a:hover {
    border-left: 5px solid #0095da;
}
.founder-left.goad-loan-b {
    padding-right: 28px;
    margin-bottom: 84px;
}
.loan-img {
    float: right;
    max-width: 268px;
    margin-left: 30px;
}
.loan-img img {
    width: 100%}
.loan-img.key-advantages {
    position: relative;
    top: 20px;
}
.filter {
    text-align: right;
    margin-bottom: 8px;
}
.filter label {
    font-size: 13px;
    color: #343434;
    font-weight: 400;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}
.filter select {
    width: 75px;
    height: 24px;
    color: #505050;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    background-image: url(../images/down-arrow1.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    vertical-align: middle;
    display: inline-block;
}
.event-list>li {
    background-color: #f5fbfe;
    padding: 23px 20px 23px 313px;
    position: relative;
    min-height: 219px;
}
.event-list>li:nth-child(even) {
    background-color: #fff;
}
.event-list>li figure {
    max-width: 277px;
    position: absolute;
    left: 20px;
    top: 23px;
    padding: 5px;
    -webkit-box-shadow: 0 -1px 8px 0 #cfcfcf;
    -moz-box-shadow: 0 -1px 8px 0 #cfcfcf;
    box-shadow: 0 -1px 8px 0 #cfcfcf;
    display: inline-block;
    background-color: #fff;
}
.event-list>li figure img {
    width: 100%}
.event-list li h3 {
    font-size: 18px;
    color: #333;
    margin: 0 0 5px;
}
.event-list li p {
    color: #666;
}
.events-fac {
    display: inline-block;
    vertical-align: top;
    min-width: 170px;
    border-right: 3px solid #e6ecef;
    padding-right: 18px;
    margin-right: 18px;
}
.events-fac li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 3px;
}
.events-fac li:last-child {
    margin-bottom: 0;
}
.events-fac li i {
    position: absolute;
    left: 0;
    top: 0;
}
.pagination-panel .page-link {
    border: none;
    padding: 10px 8px;
    vertical-align: middle;
    display: inline-block;
    color: #666;
    font-size: 12px;
    background-color: transparent;
}
.pagination-panel .page-item {
    vertical-align: middle;
    display: inline-block;
}
.pagination-panel .page-item a i {
    color: #007bff;
}
.pagination-panel .pagination {
    justify-content: flex-end;
}
.pagination-panel {
    background-color: #f8f8f8;
}
.event-list-page {
    margin-bottom: 73px;
}
.event-list-page .founder-left {
    padding-right: 29px;
}
.event-detail-head {
    position: relative;
    padding: 28px 26px 28px 436px;
    background-color: #f5fbfe;
    min-height: 327px;
}
.evetn-detail-img {
    position: absolute;
    left: 28px;
    top: 28px;
    max-width: 387px;
}
.evetn-detail-img img {
    width: 100%}
.event-detail-head h3 {
    font-size: 30px;
    color: #000;
    margin: 0 0 10px;
}
.detail-item-list li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    color: #666;
    font-size: 13px;
    position: relative;
    margin-right: 15px;
    margin-bottom: 14px;
}
.detail-item-list li span {
    position: absolute;
    left: 0;
    top: 0;
}
.colon {
    color: #0095da;
    font-size: 13px;
    font-style: inherit;
}
.detail-item-list li label {
    font-size: 13px;
    color: #0095da;
    margin: 0;
    font-weight: 500;
}
.p0 {
    padding: 0!important;
}
.detail-item-list li a.detial-link {
    font-size: 12px;
    color: #0095da;
}
.detail-item-list li a {
    color: #666;
}
.detail-sub-heading {
    color: #000;
    font-size: 16px;
    margin: 0 0 12px;
}
.detail-vanue {
    padding: 11px 0 6px;
    border-bottom: 2px solid #e3f0f3;
    margin-bottom: 21px;
}
.detail-additional .detail-item-list {
    margin-top: 7px;
}
.detail-item-list li:last-child {
    margin-right: 0;
}
.event-detail-dec p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 23px;
    line-height: 22px;
}
.event-detail-dec {
    margin-top: 30px;
}
.event-gallery-list {
    font-size: 0;
    margin: 37px -7px 0;
}
.event-gallery-list li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 7px;
    margin-bottom: 14px;
}
.event-gallery-list li a {
    display: block;
    overflow: hidden;
    position: relative;
}
.event-gallery-list li img {
    width: 100%}
.gallery-hover {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    background-color: rgba(28, 94, 151, .9);
    text-align: center;
    width: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.event-gallery-list .gallery-hover img {
    width: 37px;
    height: 37px;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.event-gallery-list li:hover .gallery-hover {
    left: 0;
    width: 100%}
.event-detail-panel {
    margin-bottom: 47px;
}
.detail-back {
    text-align: center;
    margin: 27px 0 42px;
}
.breadcrumb-item {
    color: #000;
    font-weight: 400;
    font-size: 13px;
}
.breadcrumb-item.active {
    color: #000;
    font-weight: 500;
}
.testimonials {
    margin: 35px 30px 0 0;
}
.testo-section {
    position: relative;
    background-color: #ebf5fa;
    padding: 42px 15px 30px 25px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
}
.testo-section:nth-child(2n+2) {
    background-color: #fff;
}
.testo-text {
    padding-left: 15px;
    border-left: 1px solid rgba(0, 0, 0, .1);
}
.testo-images {
    margin-right: 15px;
    position: relative;
}
.testo-heading {
    position: relative;
}
.testo-heading:after {
    content: '';
    width: 67px;
    height: 57px;
    position: absolute;
    left: 0;
    top: -12px;
    background-image: url(../images/testo-after.png);
    background-repeat: no-repeat;
}
.testo-heading h2 {
    font-size: 17px;
    color: #1a5c97;
    text-transform: uppercase;
    margin-bottom: 0;
}
.testo-heading p {
    color: #5a5a5a;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 13px;
}
.testo-detail p {
    font-size: 14px;
    font-weight: 400;
    color: #54585a;
    margin-bottom: 2px;
    line-height: 19px;
}
.testo-detail a {
    font-size: 12px;
    color: #0095da;
    text-decoration: none;
    text-transform: uppercase;
}
.testo-images figure {
    width: 99px;
    height: 99px;
    overflow: hidden;
    border-radius: 50%;
    z-index: 2;
    position: relative;
    margin: 0;
}
.testo-images figure img {
    width: 100%}
.testo-images::after {
    content: '';
    width: 104px;
    height: 99px;
    background-color: #1a5c97;
    position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 50%;
    margin: 0;
    left: 0;
    right: -10px;
}
.load-more {
    text-align: center;
    margin-bottom: 70px;
}
.load-more img {
    margin-bottom: 3px;
    margin-left: 3px;
}
.investors {
    margin: 27px 0 85px;
}
.invest {
    margin-right: 30px;
}
.inner-headings {
    color: #404040;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.annual-reports {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 20px -10px 0;
    flex-wrap: wrap;
}
.annual-reports li {
    overflow: hidden;
    margin: 0 10px 0;
    width: calc(20% - 20px);
}
.annual-content {
    position: relative;
    border: 1px solid #ddd;
    cursor: pointer;
    overflow: hidden;
}
.annual-content figure img {
    width: 100%}
.annual-reports li p {
    font-size: 12px;
    color: #404040;
    margin-bottom: 0;
    margin-top: 13px;
}
.annual-reports li>a {
    font-size: 12px;
    color: #404040;
    margin-bottom: 0;
    margin-top: 13px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}
.annual-reports li>a:hover {
    color: #0095da;
}
.annual-content:hover .annual-hover {
    width: 100%;
    left: 0;
    right: 0;
}
.annual-hover {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    background-color: rgba(28, 94, 151, .9);
    text-align: center;
    width: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.annual-hover a {
    font-size: 14px;
    color: #fff;
    display: block;
    margin-top: 10px;
}
.annual-hover-content {
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 80px;
}
.public-issue {
    background-color: #ebf5fa;
    padding: 30px 20px;
}
.private-placement {
    background-color: #fff;
    padding: 40px 20px 30px 0;
}
.private-placement ul li h3 {
    min-height: 33px;
}
.private-placement ul li a {
    margin: 3px 0;
}
.private-placement ul li p b {
    margin-bottom: 6px;
    display: inline-block;
}
.issues-content ul li h3 {
    color: #0095da;
    font-size: 14px;
}
.issues-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.issues-content ul li {
    border-right: 1px solid rgba(0, 0, 0, .2);
    width: 33.33%;
    padding-left: 38px;
    padding-right: 5px;
}
.issues-content ul li:last-child {
    border-right: none;
    padding-left: 35PX;
}
.issues-content ul li:first-child {
    padding-left: 0;
}
.issues-content ul li p {
    color: #404040;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 500;
}
.issues-content ul li a {
    color: #404040;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    display: block;
}
.amount-table {
    margin: 20px 0 10px;
}
.amount-table table {
    width: 100%}
.amount-table td {
    color: #404040;
    font-size: 13px;
    border: 1px solid #bcc4c8;
    padding: 5px 10px;
    width: 58%;
    font-weight: 600;
}
.amount-table table tr td:nth-child(2n) {
    font-weight: 400;
    padding-left: 20px;
    text-align: center;
    width: 42%}
.terms-condition {
    margin: 17px 0 40px;
}
.pdf-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pdf-list li {
    background-color: #f7f7f7;
    width: 48%;
    max-width: 409px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 3px solid #9e9e9e;
    margin-bottom: 13px;
    padding: 11px 108px 11px 12px;
    position: relative;
}
.pdf-list li p {
    color: #4b4b4b;
    font-size: 16px;
    margin-bottom: 0;
}
.pdf-list li a.pdf-top {
    color: #4b4b4b;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
}
.pdf-list li a.pdf-top:hover {
    color: #0095da;
}
.pdf-list li a {
    font-size: 13px;
    color: #0095da;
    text-transform: uppercase;
    position: absolute;
    right: 0;
}
.pdf-list li a img {
    margin-left: 5px;
    margin-right: 10px;
}
.compliance-detail .card {
    background-color: #fff;
    border: none;
    margin-bottom: 10px;
}
.compliance-detail .card .card-body {
    padding: 10px 0 5px;
}
.compliance-detail .card-header {
    background-color: #ddd;
    border: none;
    box-shadow: none;
    padding: 0;
}
.compliance-detail .card .btn {
    border-radius: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #008bd2;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 14px 10px 14px 56px;
    background-color: #ebf5fa;
    white-space: normal;
}
.compliance-detail .card:nth-child(2n+2) .btn {
    background-color: #fafafa;
}
.compliance-detail .card .btn.collapsed {
    color: #666;
}
.compliance-detail .card .btn.collapsed::after {
    content: '';
    background-image: url(../images/tab-close.png);
    width: 19px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.compliance-detail .card .btn::after {
    content: '';
    background-image: url(../images/tab-open.png);
    width: 19px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.compliance-detail .card .card-body .year-content {
    border-left: 2px solid #2b689f;
    padding: 20px 0 20px 17px;
}
.years-heading {
    color: #333;
    font-size: 17px;
    text-transform: uppercase;
}
.year-detail li {
    color: #666;
    font-size: 13px;
    padding-left: 15px;
    position: relative;
}
.year-detail li:after {
    content: '\f105';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    width: 6px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 1px;
    color: #0095da;
}
.half-yearly {
    display: inline-block;
    vertical-align: top;
}
.year-detail h3 {
    color: #0095da;
    font-size: 14px;
    text-transform: uppercase;
}
.months .year-detail:first-child {
    width: 192px;
}
.months {
    margin-top: 46px;
}
.months .year-detail:nth-child(2) {
    width: 284px;
}
.months .year-detail:nth-child(2) .quartely-left, .months .year-detail:nth-child(2) .quartely-right {
    display: inline-block;
    vertical-align: top;
    width: 140px;
}
.months .year-detail:last-child .quartely-left, .months .year-detail:last-child .quartely-right {
    display: inline-block;
    vertical-align: top;
    width: 180px;
}
.policy {
    margin-top: 0;
}
.empty-div {
    height: 150vh;
}
.policy .compliance {
    margin-bottom: 85px;
}
.faq {
    margin-top: 30px;
}
.faq .compliance-detail .card .btn {
    text-transform: inherit;
    font-size: 15px;
}
.faq .compliance-detail .year-content p {
    font-size: 13px;
    margin-bottom: 3px;
}
.faq .compliance-detail .card .card-body .year-content {
    padding: 10px 0 10px 17px;
}
.current-opening {
    margin-right: 30px;
}
.current-opening .compliance-detail .card .btn {
    background-color: #333;
    color: #fff;
    text-transform: inherit;
}
.current-opening .compliance-detail .card .btn.collapsed {
    background-color: #eee;
    color: #444;
}
.current-opening .compliance-detail .card .btn::after {
    background-image: url(https://www.muthootfincorp.com/wp-content/uploads/2020/05/co-expand-job.png);
}
.current-opening .compliance-detail .card .btn.collapsed::after {
    background-image: url(https://www.muthootfincorp.com/wp-content/uploads/2020/05/co-close-job.png);
}
.opening-content {
    background-color: #0972b1;
    padding: 28px 30px 33px 26px;
    margin-bottom: 12px;
}
.opening-top {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 22px;
}
.opening-top span {
    font-size: 9px;
    color: #333;
    background-color: #fff;
    text-transform: uppercase;
    padding: 4px 5px;
    border-radius: 2px;
    position: relative;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}
.opening-top#job_resp span {
    margin-bottom: 11px;
}
.opening-top span::after {
    content: '';
    position: absolute;
    right: -19px;
    border-right: 10px solid transparent;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 0;
    bottom: 0;
}
.opening-top h3 {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-left: 15px;
    margin-bottom: 0;
    line-height: 20px;
}
.opening-top#job_resp h3 {
    margin-left: 0;
    width: 100%}
.opening-left p {
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
}
.opening-left {
    display: block;
    font-weight: 500;
    text-align: justify;
}
.opening-right {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.readmore-sec .more-btn {
    font-size: 12px;
    padding: 8px 10px;
    background: #7da739;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
}
.readmore-sec .more-btn:after {
    border: none;
}
.readmore-sec {
    display: block!important;
}
.readmore-sec a {
    color: #fff!important;
}
.readmore-sec a:hover {
    color: #001641!important;
}
.opening-top h3 li span {
    background: 0 0;
    color: #fff!important;
    text-transform: none;
    font-size: 13px;
}
.opening-top h3 li span:after {
    border: none;
}
.opening-right .btn-primary {
    font-weight: 500;
    padding: 11px 18px;
    border-radius: 4px;
}
.opening-heading {
    font-size: 30px;
    margin-bottom: 30px;
    color: #0095da;
}
.lightbox {
    margin-top: 171px;
}
.fancybox-overlay .fancybox-skin {
    padding: 5px!important;
}
.slides.ui-widget.ui-widget-content {
    width: 100%;
    background-color: #f2f2f2;
    border: none;
    border-radius: 10px;
    height: 8px;
}
.slides.ui-slider .ui-slider-range {
    background: #013b60;
    border-radius: 10px;
    border: 1px solid #7c9fd3;
}
.slides.ui-slider .ui-slider-handle {
    background-color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solidsilver;
    width: 20px;
    height: 20px;
}
.slides.ui-slider .ui-slider-handle:focus {
    outline: 0;
}
.contact-right .form-control::-moz-placeholder {
    color: #b0b0b0;
    opacity: 1;
}
.contact-right .form-control:-ms-input-placeholder {
    color: #b0b0b0;
    opacity: 1;
}
.contact-right .form-control::-webkit-input-placeholder {
    color: #b0b0b0;
    opacity: 1;
}
.contact-right .form-control {
    color: #212529;
}
.news-content {
    margin: 35px 0 50px;
}
.news li {
    margin-bottom: 15px;
}
.news li .news-detail {
    border: 1px solid #ddd;
    padding: 15px;
}
.news li p.categorie {
    display: block;
    margin-bottom: 10px;
    color: #0095da;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}
.categorie i {
    font-size: 15px;
    color: #0095da;
    margin-right: 3px;
}
.news li figure>img {
    width: 100%}
.blog-heading {
    color: #000;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.news li p {
    font-size: 14px;
    color: #272727;
}
.news li p:last-child {
    margin-bottom: 0;
}
.most-viewed ul li img {
    width: 100%}
.news-bottom {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
.news-bottom span {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin-right: 10px;
}
.news-bottom span i {
    margin-right: 4px;
}
.news-bottom .posted-by {
    color: #0095da;
}
.search-form {
    background-color: #0095da;
    padding: 5px;
    margin-bottom: 20px;
}
.search-field {
    border-radius: 0;
    display: inline-block;
    width: 225px;
    background-color: #fff;
    margin-bottom: 0;
    height: 30px;
    font-size: 14px;
    margin-right: 8px;
}
.search-submit {
    background-color: transparent;
    border: none;
    background-image: url(../images/news-search.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center center;
    font-size: 0;
    width: 16px;
    height: 30px;
    vertical-align: middle;
}
.founder-section.news-content .cms-list .key-profile h2, .founder-section.news-content .most-viewed .key-profile h2 {
    color: #00316e;
    margin-bottom: 15px;
    text-transform: capitalize;
    line-height: 18px;
    background: 0 0;
}
.share {
    margin-bottom: 15px;
}
.share p {
    font-size: 15px;
    color: #666;
    font-weight: 500;
    margin-bottom: 0;
}
.share ul li {
    display: inline-block;
}
.share ul li i {
    font-size: 40px;
}
.share ul li:hover i {
    color: #001641;
}
.fb i {
    color: #3b5998;
}
.tw i {
    color: #1da1f2;
}
.li i {
    color: #0077b5;
}
.most-viewed li a {
    font-size: 15px;
    margin: 5px 0;
    display: inline-block;
    line-height: 18px;
    color: #666;
    font-weight: 500;
}
.most-viewed li a:hover {
    color: #0095da;
}
.most-viewed ul li {
    margin-bottom: 10px;
}
.most-viewed li p {
    margin-bottom: 0;
}
.most-viewed li p i {
    font-size: 12px;
    color: #666;
}
.most-viewed li p span {
    font-size: 12px;
    margin-right: 5px;
    color: #666;
}
.most-viewed li p a {
    font-size: 12px;
    color: #0095da;
}
.most-viewed li p a i {
    font-size: 12px;
    color: #0095da;
}
.comment-section .write-us {
    background-color: transparent;
    padding: 0;
    margin: 20px 0 0;
}
.comment-section .write-us h3 {
    margin-bottom: 5px;
}
.comment-section .write-us .form-group {
    width: 49%;
    display: inline-block;
    margin-bottom: 18px;
}
.comment-section .write-us .email-comment {
    margin-right: 0;
    float: right;
    clear: both;
}
.comment-section .write-us .form-group.textarea {
    width: 100%;
    display: block;
}
.listing-detail figure img {
    width: 100%}
.blog-listing-content {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    border-top: none;
}
.blog-listing-content p {
    font-size: 14px;
    text-align: justify;
}
.blog-listing-content p>a.read-more {
    font-size: 14px;
    color: #0095da;
    margin-left: 5px;
    font-weight: 500;
}
.blog-listing-content>a {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}
.blog-listing-content a:hover {
    color: #0095da;
}
.detail-bottom {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.detail-bottom p {
    margin-bottom: 0;
}
.detail-bottom p span {
    font-size: 12px;
    margin-right: 5px;
    color: #666;
}
.detail-bottom p i {
    font-size: 12px;
    color: #666;
}
.detail-bottom p a, .detail-bottom p a i {
    font-size: 12px;
    color: #0095da;
}
.blog-listing-content .categorie {
    margin: 0 0 10px 0;
    color: #0095da;
    font-weight: 600;
    font-size: 15px;
}
.blog-listing {
    margin-bottom: 30px;
}
.inner-banner-2 {
    position: relative;
    text-align: center;
}
.inner-banner-2 figure {
    text-align: center;
}
.inner-banner-2 figure img {
    width: 100%}
.inner-banner-2 .breadcrumb-sectoin {
    background-color: transparent;
}
.inner-banner-2 .inner-content h2 {
    color: #fff;
    font-size: 36px;
}
.inner-banner-2 .breadcrumb-sectoin ol {
    justify-content: center;
}
.inner-banner-2 .breadcrumb-item {
    color: #fbdc05;
    font-weight: 400;
}
.inner-banner-2 .breadcrumb-item a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.inner-banner-2 .inner-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.inner-banner-2 .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.key-founder .founder-images {
    display: inline-block;
    position: absolute;
    left: 20px;
}
.key-founder .founder-images figure {
    width: 145px;
    height: 145px;
    margin: 0 auto 0;
}
.key-founder .founder-images::after {
    width: 145px;
    height: 145px;
    top: 0;
}
.key-founder ul {
    margin: 40px 0 45px;
}
.key-founder ul li {
    display: inline-block;
    text-align: left;
    position: relative;
    padding: 25px 20px 20px 185px;
    width: 48.5%;
    margin-bottom: 30px;
}
.key-founder ul li::after {
    content: '';
    width: 98px;
    height: 118px;
    position: absolute;
    right: 0;
    top: 100px;
    background-repeat: no-repeat;
    background-image: url(../images/key-after.png);
}
.sky {
    background-color: #ebf5fa;
}
.light {
    background-color: #f8f8f8;
}
.key-founder ul li:nth-child(2n+2) {
    float: right;
}
.key-founder ul li h2 {
    color: #1a5c97;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding-top: 23px;
}
.key-founder ul li h2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 47px;
    background-color: #1a5c97;
    height: 5px;
}
.key-founder ul li span {
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    display: inline-block;
}
.key-founder ul li p {
    color: #666;
    font-size: 14px;
    min-height: 42px;
}
.key-founder-content .btn-primary {
    font-size: 11px;
    padding: 9px 13px;
}
.key-founder-content .btn-primary:hover .arrow {
    border-width: 12px 0 0 12px;
}
.gallery-listing a {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 0;
}
.gallery-listing a img {
    width: 100%;
    height: auto;
}
.gallery-listing a:hover .gallery-hover {
    width: 100%;
    left: 0;
}
.gallery-listing .gallery-hover strong {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%}
.img-listing .row>div {
    margin-bottom: 30px;
}
.load-more-btn {
    text-align: center;
    margin-top: 20px;
}
.fancybox-skin {
    padding: 2px!important;
}
.fancybox-overlay.fancybox-overlay-fixed {
    background-color: rgba(0, 0, 0, .9);
}
.pdf-sec-start .annual-reports {
    margin: 0 0 45px 0;
}
.download-pdf-sec {
    margin-bottom: 30px;
}
.download-pdf-sec .annual-hover-content {
    height: 40px;
    top: 0;
    bottom: 0;
}
.download-pdf-sec .annual-hover a {
    font-size: 30px;
    margin-top: 0;
}
.cld-bottom {
    text-align: center;
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 10px 20px;
}
.cld-bottom p {
    font-size: 15px;
    font-weight: 600;
    color: #272727;
}
.cld-bottom a {
    font-size: 12px;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: text-top;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    color: #404040;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
.dropdown-menu {
    padding: 0;
}
.dropdown-menu .dropdown-item {
    color: #404040;
    font-size: 15px;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}
.dropdown-menu .dropdown-item:hover {
    color: #0095da;
}
.job-panel .inner-heading h2 {
    margin-bottom: 10px;
}
.job-panel .contact-right {
    width: 100%}
.job-panel .write-us .form-group {
    width: 100%}
.job-panel .write-us .form-control {
    margin-top: 5px;
}
.job-panel .write-us .form-control::placeholder {
    color: #b0b0b0;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
}
.job-panel .write-us select.form-control {
    height: 39px!important;
    background-color: #fff;
    font-size: 14px;
    padding-right: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.job-panel .write-us label {
    margin-bottom: 0;
    color: #414040;
    font-size: 14px;
    width: 100%}
.job-panel .contect-page-footer {
    margin-top: 10px;
}
.header-content .logo {
    overflow: hidden;
}
.btn-primary .arrow {
    margin: 0;
}
.testo-detail a i {
    margin-left: 4px;
}
.load-more a i {
    margin-left: 4px;
}
.events-fac li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #666;
    font-size: 11px;
}
.detail-item-list li span {
    position: absolute;
    left: 0;
    top: 0;
    color: #0095da;
}
.key-next-btn a {
    line-height: 51px;
}
.f-content {
    align-items: start;
}
.download-app {
    margin-bottom: 20px;
}
.emi-calculator .nav-pills .nav-link {
    position: relative;
    height: inherit;
    line-height: inherit;
    padding: 18px 10px 18px 60px;
}
.emi-calculator .nav-pills .nav-link img {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.choose-content li {
    border-bottom: 1px solid rgba(174, 174, 171, .3);
    border-right: 1px solid rgba(174, 174, 171, .3);
}
.logo:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 100%;
    top: -10px;
    animation: slide 5s linear infinite;
    transform: rotate(-30deg);
    box-shadow: 0 3px 11px rgba(255, 255, 255, .5);
}
@keyframes slide {
    from {
    left: -10px;
    background: rgba(255, 255, 255, .5);
}
to {
    left: 190px;
    background: rgba(255, 255, 255, .5);
}
}.flotlft {
    float: left;
}
.founder-section h1 {
    text-transform: capitalize;
    font-size: 35px;
    color: #0095da;
}
.loan-type-list strong {
    line-height: 24px!important;
}
.founder-section-content h2, .inner-heading h2 {
    margin: 40px 0 10px 0;
    color: #008bd2;
    font-size: 19px;
}
.founder-section-content h2:first-child, .inner-heading h2:first-child {
    margin-top: 0;
}
.founder-section-content p, .inner-heading p {
    font-size: 13px;
}
.about-block {
    padding: 20px 10px;
    margin-top: 30px;
    min-height: 230px;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .11);
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.about-block h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #00316e;
}
.about-block h4, .about-block p {
    text-align: center;
}
.about-block .about-icons {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00316e), to(#0095d9));
    background-image: -webkit-linear-gradient(top, #00316e, #0095d9);
    background-image: -moz-linear-gradient(top, #00316e, #0095d9);
    background-image: -ms-linear-gradient(top, #00316e, #0095d9);
    background-image: -o-linear-gradient(top, #00316e, #0095d9);
    background-image: linear-gradient(top, #00316e, #0095d9);
    border: none;
    padding: 0;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -32px;
    text-align: center;
    line-height: 64px;
}
.about-icons img {
    text-align: center;
}
.about-mid-block ul {
    margin: 0 0 15px;
}
.about-mid-block ul li {
    font-size: 15px;
    line-height: 24px;
    border-left: 1px solid #70ccef;
    border-width: 3px;
    padding-left: 10px;
    font-weight: 500;
    color: #00316e;
}
.about-mid-block {
    background: #e9f9ff;
    margin: 70px 0 0 0;
    padding: 34px 30px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.abt-mb-rgt p {
    color: #000;
}
.contact-form .contact-inputs input, .contact-form .contact-inputs select, .contact-form .contact-inputs textarea {
    font-size: 12px;
}
.mb0 {
    margin: 0!important;
}
.mb-30 {
    margin-bottom: 30px;
}
.key-profile h2 {
    margin-bottom: 15px;
    margin: 0 0 10px 0;
    color: #00316e;
    font-size: 21px;
}
.about-btn .btn-primary {
    padding: 9px 16px;
    font-size: 11px;
}
.about-mid-block h2 {
    font-size: 28px;
}
.about-unique {
    color: #fff;
    padding: 40px 0 0;
    margin: 50px 0 10px;
    position: relative;
    background-image: url(https://www.muthootfincorp.com/wp-content/themes/muthoot/images/our-team.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}
.about-unique h2 {
    color: #fff;
}
p.about-sub-hd {
    color: #fff;
    padding: 10px 30px 25px;
    font-weight: 400;
    text-align: center;
}
.about-unique-block {
    background: #fff;
    padding: 25px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
}
.about-unique-block p {
    text-align: center;
}
.benefits-block {
    background: #e9f9ff;
    padding: 30px;
    text-align: center;
}
.benefits-block h4 {
    color: #00316e;
    margin-top: 0;
    margin: 15px 0 12px;
    font-size: 20px;
    display: inline-block;
}
.benefits-block .sub-txt {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 35px;
    line-height: 18px;
}
.benefits-block ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.benefits-block li {
    width: 46%;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 13px;
    min-height: 100px;
    align-items: center;
    display: flex;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    border-bottom: 2px solid #c8f0ff;
    color: #00316e;
    font-weight: 400;
    margin: 12px 8px;
}
.blue-benefit-block {
    background-color: #0095da;
    background-image: url(https://www.muthootfincorp.com/wp-content/themes/muthoot/images/pattern-bg.png);
    background-repeat: repeat-x;
    background-position: top center;
    position: relative;
    text-align: center;
    margin: 50px 0;
}
.blue-benefit-block h4 {
    font-size: 27px!important;
    font-weight: 600;
    color: #fff;
}
.blue-benefit-block .sub-txt {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
    line-height: 18px;
    text-align: center;
}
.blue-benefit-block ul {
    display: flex;
    justify-content: center;
}
.blue-benefit-block li {
    width: 25%;
    padding: 20px;
    text-align: left;
    font-size: 13px;
    min-height: 180px;
    align-items: center;
    display: flex;
    border-radius: 10px;
    border: 3px solid #fff;
    color: #00316e;
    font-weight: 400;
    margin: 12px 22px;
    flex-wrap: wrap;
    float: left;
}
.blue-benefit-block li h5 {
    color: #ffec1d;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    position: relative;
    display: block;
}
.blue-benefit-block li .sml-txt {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}
.blue-benefit-block li p {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
}
.blue-benefit-block li h5 span {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 0;
    right: -6px;
    line-height: 18px;
}
.blue-benefit-block img {
    margin-top: 20px;
}
.pdf-link {
    position: absolute;
    right: 0;
    bottom: -28px;
}
.pdf-link img {
    margin-top: 0;
}
.pdf-link a {
    line-height: 18px;
    display: inline-block;
    font-size: 14px;
    color: #001641;
    font-weight: 700;
}
.pdf-link a:hover {
    color: #0095da;
}
.mb40 {
    margin-bottom: 40px!important;
}
.mb30 {
    margin-bottom: 30px!important;
}
.mb20 {
    margin-bottom: 20px!important;
}
.pb0 {
    padding-bottom: 0!important;
}
.pb10 {
    padding-bottom: 10px!important;
}
.about-service .key-content li .key-images figure::after {
    display: none;
}
.about-service .key-detail {
    height: auto!important;
    padding: 0 20px 0;
}
.about-service .key-detail h3 {
    margin: 13px 0 0 0;
    font-size: 14px;
    transition: all .5s ease 0s;
}
.about-service .choose-heading h2, .about-testimonial h2, .tv-commercials h2 {
    color: #00316e;
    text-transform: none;
}
.about-service .key-content li {
    transition: all .5s ease 0s;
}
.about-service .key-content li:hover {
    background: #001641;
}
.about-service .key-content li:hover h3 {
    color: #fff;
}
.about-service .key-content {
    margin: 40px -12px 0;
    padding: 0 0 20px 0;
}
.testimonial-section.about-testimonial {
    background-image: url(../images/about-testi-bg.jpg);
}
.tv-commercials {
    margin: 50px 0 0 0;
}
.tv-commercials .key-detail {
    padding: 0;
}
.tv-commercials .key-detail h3 {
    font-size: 14px;
    color: #3b3b3b;
    margin-top: 15px;
    line-height: 18px;
    margin-bottom: 0;
}
.tv-commercials .product-carousel .owl-dots {
    padding: 0 0 20px;
    margin: 20px 0;
}
.testimonial-section.about-testimonial {
    min-height: 480px;
    padding: 10px 0 52px 0;
}
.tv-commercials .key-content li {
    margin-bottom: 0;
}
ul.key-feat-block {
    display: flex;
    margin-bottom: 14px;
    justify-content: center;
    margin-top: 26px;
}
ul.key-feat-block li {
    background-color: #fff;
    padding: 26px 16px;
    text-align: center;
    font-size: 15px;
    min-height: 100px;
    align-items: center;
    display: flex;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    color: #676767;
    font-weight: 500;
    line-height: 20px;
    margin: 12px 8px;
    width: 165px;
    justify-content: center;
    border-radius: 100%;
    height: 165px;
    flex-wrap: wrap;
    flex-direction: column;
}
.key-feat-block li span {
    font-size: 20px;
    color: #00316e;
    font-weight: 700;
}
.features-loan-point li:after {
    content: "\f105"}
.features-loan-content h4 {
    text-align: center;
}
.txt-center {
    text-align: center!important;
    color: #fff!important;
}
.video-slider .key-images {
    position: relative;
}
.tv-commercials .key-images:before {
    content: '\f04b';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #1580cf;
    width: 32px;
    height: 32px;
    margin: auto;
    font-family: FontAwesome;
    font-size: 13px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    background: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    padding-left: 3px;
    transition: .3s;
}
.tv-commercials .key-images:hover:before {
    background: #1580cf;
    color: #fff;
}
#product-testimonial .testimonial-inner {
    width: 100%}
#product-testimonial .item {
    padding-left: 30px;
}
#product-testimonial .testimonial-inner:first-child {
    margin-right: 0;
}
.m0 {
    margin: 0!important;
}
.product-video .key-content li {
    width: 31%}
.product-video .video-slider .key-images {
    max-height: 180px;
    align-items: center;
    display: flex;
}
.product-video .key-content {
    margin-top: 40px;
}
.product-video .key-content li:last-child {
    margin-right: 0;
}
.product-video .key-content li.item, .tv-commercials .key-content li.item {
    cursor: pointer;
}
.product-video .key-content li.item:hover, .tv-commercials .key-content li.item:hover {
    opacity: .8;
    transition: .3s;
}
.goad-loan-b .inner-heading .loan-panel-content h5 {
    font-size: 15px;
    margin-bottom: 2px;
    margin-top: 24px;
}
.goad-loan-b .loan-type h2, .goad-loan-b .loan-type p {
    text-align: center;
}
.goad-loan-b .loan-type-list li {
    display: flex;
    width: 45%;
    min-height: 170px;
    height: auto;
    border-radius: 5px;
    background-color: #0081c2;
    text-align: center;
    padding: 10px 24px;
    margin: 20px 10px 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}
.goad-loan-b .loan-type-list h5 {
    color: #ffdf00;
}
.goad-loan-b .loan-type-list, .goad-loan-b .loan-type-list h5 {
    width: 100%;
    display: block;
}
.loan-type-list li div.loan-upto {
    font-size: 15px;
    font-weight: 500;
    margin: 3px 0;
    color: #fff;
}
.loan-type-list li p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    z-index: 999;
    position: relative;
}
.loan-type-list li h5 {
    color: #ffdf00;
    font-weight: 600;
    font-size: 18px;
    display: block;
}
.loan-panel-content .about-block {
    padding: 20px 20px;
    margin-bottom: 70px;
    min-height: 288px;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .11);
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
}
.goad-loan-b .choose-heading h2 {
    font-size: 30px;
}
.exp-gold-block {
    padding: 30px 30px;
    margin-bottom: 30px;
    min-height: 244px;
    background: #fff;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .11);
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    text-align: center!important;
    position: relative;
}
.exp-gold-block h4, .exp-gold-block p {
    text-align: center;
}
.exp-gold-block h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #00316e;
}
.exp-gold-block .about-icons {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00316e), to(#0095d9));
    background-image: -webkit-linear-gradient(top, #00316e, #0095d9);
    background-image: -moz-linear-gradient(top, #00316e, #0095d9);
    background-image: -ms-linear-gradient(top, #00316e, #0095d9);
    background-image: -o-linear-gradient(top, #00316e, #0095d9);
    background-image: linear-gradient(top, #00316e, #0095d9);
    border: 1px solid #f7f7f7;
    padding: 0;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -32px;
    text-align: center;
    line-height: 64px;
}
.block-ui-warea {
    background: #e9f9ff;
    padding: 30px;
    margin-top: 30px;
    text-align: center!important;
    margin-bottom: 40px;
}
.block-ui-warea>p {
    text-align: center!important;
}
.block-ui-warea>p:last-child {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 25px;
}
.block-ui-warea>.row {
    justify-content: center;
}
.founder-right .contact-form h2, .founder-right .emi-cal-link h2, .founder-right .locate-branch h2 {
    color: #fff;
}
.goad-loan-b .loan-type-list {
    display: flex!important;
    flex-wrap: wrap;
    justify-content: center;
}
.goad-loan-b .loan-type-list li a {
    color: #fff;
    font-weight: 600;
}
.goad-loan-b .about-block {
    padding: 30px 25px;
}
.auto-loan-btn {
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 55%;
    margin: 0 auto;
}
.auto-loan-btn .about-btn .btn-primary {
    display: block;
    font-size: 15px;
    margin: 0 10px 20px;
    padding: 14px 23px;
    font-weight: 500;
}
.mt40 {
    margin-top: 40px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mt20 {
    margin-top: 20px!important;
}
.life-insnc .block-ui-warea .about-block {
    padding: 30px 20px;
    min-height: auto;
    margin-bottom: 0;
    justify-content: left;
}
.life-insnc .about-block h4 {
    text-align: left;
    color: #000;
    font-size: 18px;
    margin-bottom: 14px;
}
.life-insnc .loan-type-list li:first-child {
    width: 92%;
    padding: 10px 50px;
}
.life-insnc .loan-type-list {
    margin-bottom: 10px;
}
.life-insnc .about-block strong {
    color: #0095da;
}
.life-insnc .about-block p {
    text-align: justify;
}
.sbl-feat .about-block {
    min-height: 320px;
    margin-bottom: 40px;
}
.goad-loan-b .sbl-list.loan-type-list li {
    min-height: 130px;
}
.goad-loan-b .sbl-list.loan-type-list li:last-child {
    width: 92%;
    min-height: auto;
    padding: 30px 40px;
}
.key-founder-content .btn-primary {
    font-size: 11px;
    padding: 9px 13px;
    margin: 14px 0 0 0;
}
.back-to-founder {
    margin: 30px 0 44px 0;
}
.exp-gold-block {
    padding: 30px 30px;
    margin-bottom: 70px;
    min-height: 256px;
    background: #fff;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .11);
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    text-align: center!important;
    position: relative;
}
ul#exp-key-block li {
    width: 220px;
    height: 220px;
    margin: 0 20px;
    padding: 20px 20px;
    font-size: 12px;
    line-height: 19px;
}
ul#exp-key-block li span {
    margin-bottom: 10px;
}
.mt0 {
    margin-top: 0!important;
}
.pt0 {
    padding-top: 0!important;
}
.mb10 {
    margin-bottom: 10px!important;
}
.min-h-auto {
    min-height: auto!important;
}
.sm-pad {
    padding: 15px 15px 25px!important;
}
.about-block figure {
    margin: -13px -13px 20px;
}
.about-block figure img {
    max-width: 100%;
    height: auto;
}
.about-block.sm-pad p {
    padding: 0 10px;
}
.docs-warea .about-block {
    justify-content: left;
    min-height: auto;
    margin: 15px 0;
    padding: 25px 25px 15px 35px;
}
.docs-warea .about-block .about-icons img {
    max-width: 80%}
.founder-section-content p a {
    color: #008bd2;
}
.goad-loan-b .loan-type-list.three-col li {
    width: 30%}
.mt25 {
    margin-top: 25px!important;
}
#how-to-apply .loan-type-list.three-col li {
    padding-top: 20px;
    padding-bottom: 20px;
}
.docs-warea .about-block h4 {
    margin: 0 0 15px;
    font-size: 17px;
    color: #0095da;
}
.item-list-ui {
    display: block;
    width: 100%}
.item-list-ui.list-inline li {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    margin: 0 20px 10px 0;
    position: relative;
    padding-left: 9px;
}
.item-list-ui.list-inline li:before {
    content: "\f0da";
    position: absolute;
    font-family: FontAwesome;
    font-size: 12px;
    color: #0095da;
    left: 0;
    top: 2px;
}
.docs-warea h4 span {
    color: #838a97;
    font-size: 12px;
    font-weight: 400;
}
.docs-warea.green-bg-block h4 span {
    color: #fff;
}
.docs-warea .about-block .about-icons {
    bottom: 0;
    left: -19px;
    top: 0;
    margin: auto 0;
    border: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.action-btn {
    margin-top: 15px;
}
.flex-text-center {
    justify-content: center!important;
}
.exp-head {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.exp-head img {
    float: left;
    margin-right: 10px;
}
.exp-head h2 {
    margin-top: 15px;
    font-size: 22px;
    margin-bottom: 0;
}
.exp-head span {
    color: #0095da;
    font-size: 15px;
}
.tv-commercials.product-video .testimonial-section.about-testimonial {
    min-height: auto;
    padding-bottom: 45px;
    border-radius: 8px;
}
.tv-commercials.product-video .testimonial-section.about-testimonial .choose-heading {
    padding-top: 25px;
}
.tv-commercials.product-video .testimonial-section.about-testimonial #product-testimonial .item {
    margin-top: 35px;
}
.docs-warea .about-block .sml-txt {
    font-size: 11px;
    color: #fff!important;
    font-weight: 400;
    margin-left: 5px;
    line-height: 17px;
    position: relative;
    top: 0;
}
.term-13 .loan-type {
    background-image: url(../images/features-bg-b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.term-13 .loan-type h2 {
    color: #fff;
}
.term-13 .loan-type p {
    color: #fff;
}
.term-13 .loan-type .loan-type-list li p {
    color: #000;
}
.term-13 .loan-type .loan-type-list li h5 {
    color: #00316e;
}
.term-13 .goad-loan-b .loan-type-list li {
    background-color: #fff;
}
.term-13 .loan-type-list li div.loan-upto {
    color: #0095da;
}
.term-13 .loan-type-list li::after {
    background-image: none;
}
.tile {
    width: 100%;
    margin: 10px auto;
}
#tile-1 .tab-pane {
    padding: 20px 15px 20px;
}
#tile-1 .nav-tabs {
    position: relative;
    border: none!important;
    background-color: #fff;
    border-radius: 6px;
}
#tile-1 .nav-tabs li {
    margin: 0!important;
    background: #f7f7f7;
}
#tile-1 .nav-tabs li a {
    position: relative;
    margin-right: 0!important;
    padding: 10px 15px!important;
    font-size: 14px;
    border: none!important;
    color: #6f6f6f;
    font-weight: 500;
    min-height: 50px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tile-1 .nav-tabs a:hover {
    background-color: #e9f9ff!important;
    border: none;
}
#tile-1 .slider {
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background-color: #006290;
    position: absolute;
    z-index: 998;
    bottom: 0;
    transition: all .4s linear;
    top: 0;
}
#tile-1 .nav-tabs .active {
    background-color: #e9f9ff;
    border: none!important;
    font-weight: 600;
    font-size: 15px;
    color: #001641;
}
.tile .tab-content {
    padding: 15px;
    background-color: #e9f9ff;
}
.home-contact-form .contect-button {
    margin-top: -50px;
}
.tile table tr:nth-child(2n) {
    background-color: #e9f9ff;
}
.tile table td {
    border-top: 1px solid #f7f7f7;
}
.loan-panel-content .tile h4 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}
.block-fixed .about-block {
    min-height: 256px!important;
    margin-bottom: 40px;
}
.block-fixed .about-block h5 {
    font-size: 16px;
    color: #000;
}
.goad-loan-b .loan-type-list.list-col-3 li {
    width: 30%;
    min-height: 120px;
}
.block-ui-warea.bg-green {
    background-color: #7da739;
}
.block-ui-warea.bg-green h2, .block-ui-warea.bg-green p {
    color: #fff;
}
.block-ui-warea.bg-green .about-block p {
    color: #333;
}
.tile h4.title4 {
    margin: 0 0 6px 0;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.bg-mblue h2, .bg-mblue p, .bg-mblue ul li, .bg-mblue ul li:after {
    color: #fff;
}
.bg-mblue {
    background-color: #015293;
    padding: 34px 34px;
    margin: 0 0 34px 0;
}
.bg-mblue ul {
    margin: 0;
}
.why-muthoot-logo {
    text-align: center;
}
ul.loan-type-list.loan-features {
    margin: 0;
}
ul.loan-type-list.loan-features li {
    min-height: 210px;
}
ul.loan-type-list.loan-features li:first-child {
    width: 92%;
    min-height: 150px;
}
.eligible-warea h5 {
    font-size: 15px;
    margin: 20px 0 12px 0;
}
.faq .compliance-detail .card .card-body .year-content table tr td {
    padding: 4px 11px;
    border-color: #ddd;
}
.faq .compliance-detail .card .card-body .year-content table {
    border: 1px solid #ddd;
    margin: 20px 0;
}
ul.loan-type-list.calc-process li {
    width: 17%;
    min-height: 100px;
}
ul.loan-type-list.calc-process li h5 {
    margin-bottom: 0;
    font-size: 15px;
    z-index: 99;
}
.hl-calc-process {
    margin: 24px 0 24px 0;
}
.banner-section {
    margin-top: 96px;
}
.clr-white {
    color: #fff;
}
.tile .tab-content p a {
    font-size: 15px;
    font-weight: 600;
}
.rtbs>.rtbs_content .loan-circles {
    clear: both;
    float: left;
}
.rtbs>.rtbs_content .loan-circles ul {
    margin: 0;
}
.loan-circles ul li {
    display: inline-block;
    width: 124px;
    height: 123px;
    margin: 10px 7px;
    font-size: 13px;
    text-align: center;
    align-items: center;
    line-height: 15px;
    color: #333;
    font-weight: 500;
    padding: 38px 10px 0 20px;
    position: relative;
    background: url(../images/loan-tab-circle.png) no-repeat;
    background-size: cover;
    float: left;
    z-index: 1;
}
.loan-circles ul li:first-child, .loan-circles ul li:nth-child(4) {
    margin-left: 0;
}
.loan-circles ul li:last-child, .loan-circles ul li:nth-child(3) {
    margin-right: 0;
}
.loan-circles ul li:before {
    background: #fff;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    top: 2px;
    left: 9px;
}
.block-ui-warea.bg-grey {
    background-color: #eaeaea;
}
.block-ui-warea.bg-grey>p {
    text-align: left!important;
}
.block-ui-warea.bg-grey>p {
    margin-bottom: 40px;
    text-align: left;
    font-size: 14px;
}
.sbl-feat .about-block {
    margin-bottom: 0;
}
.block-ui-warea.bg-grey .about-block {
    padding: 0 0 0 30px;
    position: relative;
    display: block;
    text-align: left;
    background: 0 0;
    box-shadow: none;
    margin-top: 0;
    min-height: 78px;
}
.block-ui-warea.bg-grey .about-block h4 {
    font-size: 17px;
    color: #333;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 6px 0 0;
    text-align: left;
}
.dotted-line.hide, .read-more-content.hide {
    display: none;
}
.block-ui-warea.bg-grey .about-block p {
    position: relative;
}
.read-more-toggle {
    position: absolute;
    right: 18px;
}
.read-more-toggle::before {
    content: "+";
    position: absolute;
    right: -10px;
    top: 1px;
}
.read-more-toggle.active {
    bottom: -15px;
    visibility: hidden;
}
.read-more-toggle.active::before {
    content: "show less -";
    visibility: visible;
}
.block-ui-warea.bg-grey .about-block p {
    text-align: left!important;
}
.block-ui-warea.bg-grey .about-block .about-icons {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00316e), to(#0095d9));
    background-image: -webkit-linear-gradient(top, #00316e, #0095d9);
    background-image: -moz-linear-gradient(top, #00316e, #0095d9);
    background-image: -ms-linear-gradient(top, #00316e, #0095d9);
    background-image: -o-linear-gradient(top, #00316e, #0095d9);
    background-image: linear-gradient(top, #00316e, #0095d9);
    border: none;
    padding: 0;
    border-radius: 100%;
    width: 31px;
    height: 31px;
    position: absolute;
    left: -10px;
    margin: 0 auto;
    text-align: center;
    line-height: 28px;
    right: auto;
    top: 0;
}
.block-ui-warea.bg-grey .about-block .about-icons img {
    text-align: center;
    width: 75%;
    height: auto;
}
.block-ui-warea.bg-grey .block-docs {
    background-color: #7da739;
    padding: 20px 20px;
    text-align: left;
    color: #fff;
}
.block-ui-warea.bg-grey .block-docs h2, .block-ui-warea.bg-grey .block-docs h4, .block-ui-warea.bg-grey .block-docs p {
    color: #fff;
    text-align: left:}
.block-ui-warea.bg-grey .block-docs .item-list-ui.list-inline li:before {
    display: none;
    padding: 0;
}
.block-ui-warea.bg-grey .block-docs .item-list-ui.list-inline li {
    font-size: 15px;
    padding: 0;
    margin: 4px 16px 10px 0;
}
.block-ui-warea.bg-grey .block-docs h4 {
    margin-bottom: 0;
    padding-top: 0;
}
.block-ui-warea.bg-grey .block-docs .about-block {
    min-height: 50px;
    margin-bottom: 12px;
    padding: 0 0 0 46px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.block-ui-warea.bg-grey .block-docs .about-block .about-icons {
    left: 12px;
    width: 26px;
    height: 26px;
    line-height: 23px;
    padding: 0 1px 0 0;
}
.block-eligible h2 {
    color: #000;
    text-align: left;
}
.block-eligible {
    padding: 0 0;
    color: #000;
    margin-bottom: 34px;
}
.block-eligible ul.loan-point-list li {
    text-align: left;
    color: #000;
    font-size: 15px;
}
.block-eligible>p {
    font-weight: 600;
}
.block-eligible ul.loan-point-list li:last-child {
    margin-bottom: 0;
}
.block-eligible ul.loan-point-list li {
    text-align: left;
    color: #000;
    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 23px;
    font-weight: 400;
}
.block-eligible ul.loan-point-list li:after {
    color: #000;
    font-size: 12px;
}
.rgt-calc-btn {
    background-color: #333;
    margin: 20px 0;
    border-radius: 11px;
    position: relative;
    min-height: 110px;
    padding: 34px 16px;
}
.rgt-calc-btn h2, .rgt-calc-btn p {
    color: #fff;
    margin: 0;
}
.rgt-calc-btn i {
    position: absolute;
    top: 47px;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    right: 12px;
}
.rgt-calc-btn p {
    font-size: 12px;
}
.rgt-calc-btn h2 {
    font-size: 15px;
    text-transform: uppercase;
}
.rgt-calc-btn.btn-emi {
    background-image: url(../images/emi-calc-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.rgt-calc-btn.btn-edi {
    background-image: url(../images/edi-calc-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.rgt-calc-btn.btn-branch {
    background-image: url(../images/branch-locate-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.need-help-contact {
    background-color: #0096ff;
    text-align: center;
    padding: 6px 0;
}
.need-help {
    border: 2px solid #aae4ff;
    padding: 0;
}
.need-help a.call {
    font-size: 19px;
    color: #fff;
    display: inline-block;
    margin: 0 0;
    font-weight: 600;
}
.need-help a.mail {
    font-size: 12px;
    color: #fff;
    display: block;
    font-weight: 600;
}
.need-help a.mail i {
    color: #fff;
}
#tab2 .loan-circles ul li:last-child {
    padding: 30px 16px;
}
#tab3 .loan-circles ul li:last-child {
    padding: 30px 16px;
}
#tab4 .loan-circles ul li:last-child {
    padding: 30px 16px;
}
p.highlights {
    font-size: 11px;
    margin: 0;
    font-weight: 400;
}
.block-ui-warea.bg-grey h5 {
    text-align: left;
    margin-bottom: 20px;
    margin-left: -10px;
    font-size: 17px;
}
.skyblue-warea {
    padding: 25px 30px;
    background-color: #e9f9ff;
}
.skyblue-warea h2 {
    margin-bottom: 20px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}
.skyblue-warea ul.loan-point-list li:after {
    top: 1px;
}
.skyblue-warea ul.loan-point-list li {
    padding-left: 12px;
}
ol.loan-point-list {
    padding-left: 20px;
    margin-top: 10px;
}
ol.loan-point-list li {
    position: relative;
    font-size: 13px;
    color: #333;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    list-style: decimal;
}
.row.docs-warea ul.loan-point-list {
    margin: 12px 0 0 0;
}
.row.docs-warea ul.loan-point-list li {
    color: #fff;
    padding-left: 14px;
}
.row.docs-warea ul.loan-point-list li:after {
    color: #fff;
}
.row.docs-warea ul.loan-point-list li:last-child {
    margin-bottom: 0;
}
.block-ui-warea.bg-grey .block-docs.list-one-half .about-block {
    padding: 0 0 0 40px;
    width: 50%}
.block-ui-warea.bg-grey .block-docs.list-one-half .about-block .about-icons img {
    width: 100%}
.block-ui-warea.bg-grey .block-docs.list-one-half .about-block .about-icons {
    width: 20px;
    height: 20px;
    line-height: 18px;
}
.block-docs.list-one-half.ico-bg-none .about-icons {
    background: 0 0!important;
}
.tile h5 {
    font-size: 16px;
    color: #001641;
}
.tile .btn-primary {
    padding: 9px 17px;
    font-size: 13px;
}
.sbl-feat ul.key-feat-block li {
    background: url(../images/loan-tab-circle.png) no-repeat;
    padding: 26px 16px 26px 30px;
    text-align: center;
    font-size: 15px;
    min-height: 100px;
    align-items: center;
    display: flex;
    color: #333;
    font-weight: 500;
    line-height: 20px;
    margin: 12px 14px;
    width: 165px;
    justify-content: center;
    border-radius: 100%;
    height: 165px;
    flex-wrap: wrap;
    flex-direction: column;
    background-size: cover;
    position: relative;
    z-index: 1;
    box-shadow: none;
}
.sbl-feat ul.key-feat-block li:before {
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 11px;
    content: '';
    border-radius: 100%;
    z-index: -1;
    width: 100%}
.sbl-feat ul.key-feat-block {
    margin-bottom: 30px;
}
#tile-1 {
    margin-top: 35px;
}
.block-ui-warea.bg-grey .about-block h4 {
    padding: 0;
}
.block-ui-warea.bg-grey .about-block {
    margin: 0 0 20px;
}
.block-ui-warea.bg-grey ul.normal-hd {
    margin: 20px 0 30px;
}
.block-ui-warea.bg-grey ul.normal-hd li {
    width: 50%;
    display: inline;
    padding: 0 16px 0 12px;
    font-size: 16px;
    margin: 20px 0 0 15px;
    border-left: 2px solid #001641;
}
.block-ui-warea.bg-grey ul.normal-hd span {
    color: #001641;
    font-weight: 600;
}
.block-ui-warea.bg-grey ul.normal-hd {
    margin: 20px 0 30px;
}
.postid-234 .blue-benefit-block, .postid-235 .blue-benefit-block, .postid-236 .blue-benefit-block {
    padding: 0;
}
#wpsl-result-list .wpsl-direction-wrap, #wpsl-result-list li p {
    padding-left: 0;
    margin: 0 0 5px 0!important;
    line-height: 1.5;
    font-size: 13px;
}
.wpsl-store-location a {
    color: #00316e;
}
#wpsl-stores .wpsl-direction-wrap {
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
}
#wpsl-stores .wpsl-directions {
    position: relative;
    background: #00316e;
    color: #fff;
    padding: 2px 5px 2px 15px;
    margin: 3px 0 0 6px;
}
#wpsl-stores .wpsl-directions:before {
    font-family: FontAwesome;
    content: "\f041";
    left: -6px;
    position: relative;
}
#wpsl-stores .more-info {
    padding: 2px 5px 2px 0;
    margin: 3px 0 0 10px;
    position: relative;
    color: #00316e;
    font-weight: 600;
}
#wpsl-stores .more-info:before {
    font-family: FontAwesome;
    content: "\f0ac";
    left: -6px;
    position: relative;
}
.store-details .wpsl-location-address {
    margin-bottom: 8px;
}
.white {
    color: #fff!important;
}
.b-highlight {
    font-size: 15px;
    font-weight: 700;
    color: #0095da;
}
.loan-circles.sm-circles {
    margin-bottom: 0;
    display: inline-block;
}
.loan-circles.sm-circles li:before {
    width: 100px;
    height: 100px;
}
.loan-circles.sm-circles li, .loan-circles.sm-circles ul li:nth-child(3), .loan-circles.sm-circles ul li:nth-child(4) {
    line-height: 12px;
    width: 100px;
    height: 100px;
    font-size: 11px;
    padding: 30px 24px;
    align-items: center;
    display: flex;
    margin: 10px 9px;
    text-align: center;
}
.founder-section-content h5 {
    font-size: 14px;
    margin-top: 22px;
}
p:empty {
    display: none!important;
}
.block-ui-warea.bg-grey .about-block h4 span {
    font-weight: 500;
    font-size: 13px;
    color: #333;
}
.testimonial-section.about-testimonial h2 {
    font-size: 30px;
}
.quarter-employee {
    margin-top: 38px;
}
.csr-act {
    margin-top: 38px;
}
.csr-act .btn-primary {
    padding: 10px 18px;
    font-size: 12px;
}
.block-ui-warea.bg-grey.major-highlight .about-block {
    min-height: 50px;
}
.founder-section-content h4, .inner-heading h4 {
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 16px;
}
.internship-form input, .internship-form select {
    margin: 0 0 20px 0;
}
.steps-wrap {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
}
.steps-wrap .step-carousel .item {
    padding: 10px;
}
.steps-wrap .step-carousel .item {
    padding: 0 6px;
    display: inline-block;
}
.steps-wrap .step-carousel .copy {
    display: inline-block;
    vertical-align: middle;
}
.steps-wrap .step-carousel .item .arrow {
    background: url(../images/arrow-next.png) 50% 50% no-repeat;
    height: 65px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background-size: contain;
    width: 15px;
}
.steps-wrap .step-carousel .item .copy h4 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 13px;
}
.steps-wrap .step-carousel .copy p {
    font-size: 13px;
    line-height: 18px;
    color: #0095da;
    font-weight: 500;
}
.steps-wrap .step-carousel .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.services-content li a img {
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
}
.services-content li a {
    color: #333;
    font-weight: 500;
    font-size: 12px;
    padding: 0 0 10px 0;
}
.row.docs-warea ul.loan-point-list.list-inline {
    width: 100%}
#how-to-apply p {
    margin: 0;
}
.h-auto {
    min-height: auto!important;
}
.block-docs .docs-warea .about-block p {
    width: 100%}
.w80 {
    margin: 0 auto;
    width: 90%}
.w80 h5 {
    margin-top: 0;
    margin-left: 0!important;
    margin-bottom: 14px!important;
}
header .header-content.header-visible .top-header {
    height: 0;
    opacity: 0;
}
header .header-content.header-visible .logo {
    width: 55px;
}
.top-header {
    transition: all .4s ease;
}
header .header-content .logo a {
    margin: 0!important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 52px;
    float: none;
}
#megamenu>li>ul {
    z-index: 99999!important;
}
#megamenu>li:nth-child(5) ul.sub-menu {
    padding: 20px 30px;
}
#megamenu>li:nth-child(5) ul.sub-menu li {
    width: 20%!important;
    position: relative!important;
    max-width: 25%!important;
    left: 0!important;
    flex: none;
    padding: 0 20px;
    top: 30px!important;
}
#megamenu>li:nth-child(5) ul.sub-menu li a {
    border: none;
    position: relative;
}
#megamenu>li:nth-child(5) ul.sub-menu li a span.menu-image-title {
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #fff;
    font-size: 15px;
    width: 100%;
    left: 0;
    margin: 0 auto;
    text-align: center;
    background: #0d91cfcf;
    padding: 2px 0;
}
#megamenu>li:nth-child(5) ul.sub-menu li a img {
    padding: 0;
    width: 100%}
#megamenu>li:nth-child(5) ul.sub-menu .megamenu_img {
    display: none!important;
}
#megamenu>li:nth-child(7) ul.sub-menu {
    padding: 20px 30px;
}
#megamenu>li:nth-child(7) ul.sub-menu li {
    width: 25%!important;
    position: relative!important;
    max-width: 25%!important;
    left: 0!important;
    flex: none;
    padding: 0 20px;
    top: 30px!important;
}
#megamenu>li:nth-child(7) ul.sub-menu li a {
    border: none;
    position: relative;
}
#megamenu>li:nth-child(7) ul.sub-menu li a span.menu-image-title {
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #fff;
    font-size: 15px;
    width: 100%;
    left: 0;
    margin: 0 auto;
    text-align: center;
    background: #0d91cfcf;
    padding: 2px 0;
}
#megamenu>li:nth-child(7) ul.sub-menu li a img {
    padding: 0;
    width: 100%}
#megamenu>li:nth-child(7) ul.sub-menu .megamenu_img {
    display: none!important;
}
#megamenu>li:nth-child(2) ul.sub-menu {
    padding: 20px 30px;
}
#megamenu>li:nth-child(2) ul.sub-menu li {
    width: 20%!important;
    position: relative!important;
    max-width: 20%!important;
    left: 0!important;
    flex: none;
    padding: 0 14px;
    top: 35px!important;
}
#megamenu>li:nth-child(2) ul.sub-menu li a {
    border: none;
    position: relative;
}
#megamenu>li:nth-child(2) ul.sub-menu li a span.menu-image-title {
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #fff;
    font-size: 15px;
    width: 100%;
    left: 0;
    margin: 0 auto;
    text-align: center;
    background: #0d91cfcf;
    padding: 2px 0;
}
#megamenu>li:nth-child(2) ul.sub-menu li a img {
    padding: 0;
    width: 100%}
.muthoot-video .item>.video-frame {
    position: relative;
}
.muthoot-video .item>.video-frame:before {
    content: '';
    position: absolute;
    height: 80px;
    width: 80px;
    right: 0;
    top: 40%;
    z-index: 1;
    left: 30px;
    margin: 0 auto;
    bottom: 0;
    background: url(../images/yt-play-icon.png) no-repeat;
    cursor: pointer;
    z-index: 99;
}
.wpsl-store-location strong a.wpsl-store-details {
    margin-bottom: 5px!important;
    display: block;
}
#megamenu>li:nth-child(2) ul.sub-menu .megamenu_img {
    display: none!important;
}
.quarter-employee-img {
    margin-top: 30px;
}
.quarter-employee-img:first-child {
    margin-top: 0;
}
.home-contact-form.new-contact-form {
    margin-top: 90px;
    float: none;
    width: 70%;
    display: inline;
}
.form-group.verify-code {
    width: 25%}
.form-group.verify-btn {
    width: 25%}
.home-contact-form.new-contact-form .capcha {
    width: 35%}
.home-contact-form .w33 {
    width: 33.3%}
.home-contact-form .contect-button {
    margin-top: 39px;
    display: inline-block;
    padding-left: 6px;
}
.home-contact-form .form-group.textarea-dec {
    width: 100%}
.form-group.verify-btn .btn-primary {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 9px 10px;
    color: #fff;
}
.aboutus.about-block h4 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
.news_listing .news-content-blog {
    margin-bottom: 50px;
}
.news-content-blog {
    padding: 34px 0 0 30px;
}
.news_listing .news-content-blog h4 {
    margin-bottom: 9px!important;
    font-weight: 600!important;
}
#response_viewer span {
    font-weight: 400;
    font-size: 13px;
    position: absolute;
    width: 80px;
    top: 0;
    right: -55px;
    white-space: pre-wrap;
    line-height: 15px;
}
.form-group.verify-btn {
    position: relative;
}
#allchkerror {
    padding-left: 18px;
    font-weight: 500;
}
.home-contact-form .form-group.custom-recaptcha {
    width: 44%}
.btn-apply-now .btn-primary {
    margin: 10px 0 10px;
}
.inner-heading .about-bold-para {
    text-align: center;
    color: #001641;
    font-size: 14px;
    font-weight: 500;
}
.locate-now.branch-locator-sml {
    margin-bottom: 50px;
}
.locate-now.branch-locator-sml .locate-content {
    margin: 28px 0 0 28px;
}
.locate-now.branch-locator-sml .locate-content h3 {
    font-size: 28px;
}
.locate-now.branch-locator-sml .map {
    margin: 0;
}
.locate-now.branch-locator-sml .map figure {
    margin: 0;
}
.locate-now.branch-locator-sml .map img {
    margin: 0 0 0 20px;
}
.locate-now.branch-locator-sml .locate-button a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 20px;
    width: auto;
    vertical-align: middle;
    line-height: 0;
    height: auto;
}
.locate-now.branch-locator-sml .locate-button a:hover {
    background: #0095da;
}
.locate-now.branch-locator-sml .locate-button {
    margin: 34px 0 0 30px;
}
form.form-inline {
    width: 393px!important;
}
.tv-commercials.pmkvy-vdo {
    margin: 30px 0 0 0;
}
.tv-commercials.pmkvy-vdo .key-content {
    margin-top: 40px;
}
.tv-commercials.pmkvy-vdo .key-content li {
    width: 30.3%}
.value-stat h4, .value-stat p {
    text-align: center;
}
.value-stat p {
    font-style: italic;
    font-size: 15px;
    color: #333;
    width: 80%;
    margin: 0 auto 20px auto;
}
.ace-gallery {
    display: block;
    width: 810px!important;
    clear: both;
}
.step-list li:first-child {
    width: 220px;
}
.labelhide span.menu-image-title {
    display: none;
}
.news-right ul li h5 {
    font-size: 14px;
}
#calc-wrap .loan-type-list li {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    height: 176px;
    border-radius: 7px!important;
    background-color: #0081c2;
    text-align: center;
    padding-top: 34px;
    overflow: hidden;
    position: relative;
    margin: 0 10px 0;
}
#calc-wrap .loan-type-list li h5 span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
#calc-wrap .loan-type-list li h5 {
    font-weight: 500;
    font-size: 16px;
}
#calc-wrap .loan-type-list .btn-primary {
    padding: 9px 23px;
    font-size: 12px;
    font-weight: 500;
}
.form-group.terms-tooltip1 span.wpcf7-form-control-wrap.termsconditions {
    color: #fff;
    font-size: 9px;
}
.form-group.terms-tooltip1 span.wpcf7-form-control-wrap.termsconditions span.wpcf7-list-item {
    margin: 0!important;
    position: relative;
}
.form-group.terms-tooltip1 span.wpcf7-form-control-wrap.termsconditions input {
    position: absolute;
}
.form-group.terms-tooltip1 span.wpcf7-form-control-wrap.termsconditions .wpcf7-list-item-label {
    margin: 0 0 0 16px;
}
.founder-section h1 span {
    text-transform: lowercase;
}
.gallery-listing div {
    margin-top: 8px;
    line-height: 18px;
}
.home-contact-form .your-terms {
    color: #fff!important;
    font-size: 11px!important;
    position: relative;
}
.home-contact-form .your-terms input {
    position: absolute;
}
.home-contact-form .your-terms label {
    padding-left: 18px;
}
p.tnc-text {
    font-size: 11px!important;
    font-weight: 500!important;
    text-align: right!important;
    margin-top: 10px;
    margin-bottom: 0!important;
    padding: 0!important;
}
.mfl-subsidiaries .subsid-text h3 {
    font-size: 16px;
}
.mfl-subsidiaries .row {
    margin-top: 16px;
}
.mfl-subsidiaries {
    margin: 60px 0 0 0;
    padding: 30px 30px;
    background: #f7f7f7;
}
.mfl-subsidiaries h2 {
    font-size: 21px;
    margin-bottom: 26px;
}
.mfl-subsidiaries .subsid-text p {
    text-align: justify;
}
.mfl-subsidiaries .subsid-text p a {
    font-weight: 600;
}
.write-us .form-group.terms-tooltip {
    width: 100%}
.form-group.terms.terms-tooltip {
    width: 100%}
.founder-section.news-content img.right-img {
    float: left;
    margin-right: 24px;
}
#tile-1 .controller {
    display: block;
    overflow: hidden;
    clear: both;
    position: absolute;
    top: 0;
    right: 0;
}
#tile-1 .controller span {
    padding: 8px 22px;
    background: #49a4d9;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
#tile-1 .controller span.next {
    float: right;
    margin-left: 10px;
}
#tile-1 .content_wrapper {
    float: left;
    width: 100%;
    border: 1px solid #49a4d9;
    border-top: 0;
    box-sizing: border-box;
}
#tile-1 .content_wrapper .tab_content {
    display: none;
    padding: 15px 20px;
}
#tile-1 .content_wrapper .tab_content .error {
    color: red;
}
#tile-1 .content_wrapper .accordian_header {
    display: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    position: relative;
    cursor: pointer;
}
#tile-1 .content_wrapper .accordian_header.active {
    color: #49a4d9;
    border-bottom: 1px solid #ccc;
}
#tile-1 .content_wrapper .accordian_header.active:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 5px;
    height: 100%;
    background: #49a4d9;
}
#tile-1 .content_wrapper .accordian_header .arrow {
    float: right;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    border-radius: 2px;
    transform: rotate(-135deg);
    background: #fff;
    border-top: 3px solid #ccc;
    border-left: 3px solid #ccc;
}
#tile-1 .content_wrapper .accordian_header.active .arrow {
    transform: rotate(45deg);
    margin-top: 5px;
    border-top: 3px solid #49a4d9;
    border-left: 3px solid #49a4d9;
}
#tile-1.left_side>ul {
    width: 25%;
    float: left;
    border-bottom: 1px solid #ccc;
}
#tile-1.left_side>ul li {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 18px;
    border-width: 1px;
    border-right: 0;
    border-left: 0;
}
#tile-1.left_side>ul li:after {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #ccc;
}
#tile-1.left_side>ul li.active {
    border-color: #ccc;
}
#tile-1.left_side>ul li.active:after {
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #49a4d9;
}
#tile-1.left_side>ul li.active:before {
    right: -1px;
    position: absolute;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
}
#tile-1.left_side .content_wrapper {
    width: 75%;
    border: 1px solid #ccc;
    float: left;
}
#tile-1.left_side .controller {
    top: -50px;
}
#tile-1.right_side>ul {
    width: 25%;
    float: right;
    border-bottom: 1px solid #ccc;
}
#tile-1.right_side>ul li {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 18px;
    border-width: 1px;
    border-right: 0;
    border-left: 0;
    text-align: right;
}
#tile-1.right_side>ul li:after {
    right: 0;
    left: inherit;
    top: 0;
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #ccc;
}
#tile-1.right_side>ul li.active {
    border-color: #ccc;
}
#tile-1.right_side>ul li.active:after {
    right: 0;
    left: inherit;
    top: 0;
    width: 5px;
    height: 100%;
    content: "";
    background: #49a4d9;
}
#tile-1.right_side>ul li.active:before {
    left: -2px;
    right: inherit;
    position: absolute;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
}
#tile-1.right_side .content_wrapper {
    width: 75%;
    float: left;
    border: 1px solid #ccc;
}
#tile-1.right_side .controller {
    top: -50px;
}
#tile-1.accordion .content_wrapper {
    border-color: #ccc;
}
#tile-1.accordion .content_wrapper .accordian_header {
    display: block;
}
#tile-1.accordion>ul {
    display: none;
}
#tile-1 .active_tab {
    display: none;
    position: relative;
    background: #000;
    padding: 12px;
    text-align: center;
    padding-right: 50px;
    color: #fff;
    cursor: pointer;
    border-radius: 30px;
}
#tile-1 .active_tab .arrow {
    width: 30px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    background: #fff;
    position: absolute;
    right: 6px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
#tile-1 .active_tab .arrow:after {
    content: "";
    width: 10px;
    display: inline-block;
    height: 10px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -8px;
}
#tile-1 .active_tab .text {
    text-indent: 39px;
    display: block;
}
.interest-schemes {
    margin: 20px 0 0 0;
}
.interest-schemes ul li {
    display: inline;
    padding: 0 0;
    margin: 0 12px 0 0;
    background: #fff;
}
.interest-schemes ul li a {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 8px 8px;
    margin: 0;
    border: 1px solid #ccc;
}
.interest-schemes ul li a:hover {
    background: #0095da;
    border: 1px solid #fff;
    color: #fff;
}
.interest-schemes ul li a i {
    margin: 0 3px 0 0;
    color: #001641;
}
.investor-pdfs .policies_item h5 a {
    color: #333!important;
}
.investor-pdfs .policies_item {
    text-align: center;
}
.investor-pdfs .pol_download a {
    color: #001540;
    border: 1px solid #0094da;
    padding: 6px 13px;
    margin: 10px 0 0 0;
    display: inline-block;
    border-radius: 4px;
    font-weight: 500;
}
.investor-pdfs .pol_download a:hover {
    background: #001540;
    color: #fff;
    border: 1px solid #001540;
}
.f-btm-txt {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}
.f-btm-txt a {
    color: #fff;
}
.footer_btm_nav {
    margin: 0 auto;
    justify-content: center;
}
.nav-pills>li+li {
    margin-left: 2px;
}
.footer_btm_nav.nav-pills>li {
    float: left;
}
.footer_btm_nav.nav>li {
    position: relative;
    display: block;
}
.footer_btm_nav.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.footer_btm_nav li a {
    color: #fff!important;
    background: 0 0;
    font-size: 12px;
}
.popover {
    max-width: 290px!important;
    width: 290px!important;
    background-color: #fff;
    color: #014d71;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
}
.popover.top {
    margin-top: 0;
}
#megamenu>li.menu-item-has-children>a::after {
    top: 0;
}
.compliance-detail .card-header br {
    display: none;
}
#megamenu>li:nth-child(4) ul.sub-menu {
    min-width: 275px;
    padding: 5px 10px 0 10px;
    left: 378px;
    min-height: 140px;
}
#megamenu>li:nth-child(4) ul.sub-menu>li {
    flex: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 10px 0;
}
#megamenu li:nth-child(4)>ul>li>ul>li .sub-sub-menu {
    padding: 0!important;
}
#megamenu li:nth-child(4)>ul>li>ul>li .sub-sub-menu li {
    padding-top: 5px;
    padding-left: 5px;
}
#megamenu li:nth-child(4)>ul>li>ul>li .sub-sub-menu li {
    padding-bottom: 5px;
    border-left: 5px solid #fff;
    padding-left: 5px;
}
#megamenu li:nth-child(4)>ul>li>ul>li .sub-sub-menu li:hover {
    padding-bottom: 5px;
    border-left: 5px solid #0bc1fa;
    padding-left: 5px;
}
#megamenu>li:nth-child(4) ul.sub-menu li ul {
    min-width: 100%;
    padding: 10px 10px 0 10px;
    margin-bottom: 0;
}
#megamenu>li:nth-child(4) .megamenu_img {
    display: none;
}
#megamenu>li:nth-child(4) ul.sub-menu>li a i {
    display: none;
}
.tv-commercials.pmkvy-vdo ul li {
    margin-bottom: 0;
}
.tv-commercials.pmkvy-vdo ul li .key-detail h3 {
    font-size: 13px;
    line-height: 15px;
}
.dis-block {
    display: block!important;
}
div#how-to-apply.microfin-apply h2, div#how-to-apply.microfin-apply p {
    text-align: left!important;
}
div#how-to-apply.microfin-apply ul {
    margin: 10px 0 0 0;
}
.why-choose .choose-content {
    position: relative;
}
.ftr-web-dropdown {
    border-top: 1px solid #ffffff4a;
    padding: 10px 0 0 0;
    margin-top: 12px;
}
.ftr-web-dropdown button {
    background: #001641;
    color: #fff;
    padding: 10px 20px 10px 10px;
    font-size: 12px;
}
.ftr-web-dropdown .dropdown-menu .dropdown-item {
    font-size: 12px;
}
.ftr-web-dropdown button.dropdown-toggle::after {
    color: #fff;
    font-size: 12px;
}
.ftr-web-dropdown .dropdown-menu .dropdown-item:hover {
    color: #001641;
    font-weight: 400;
}
.ftr-web-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #f1f1f1;
}
.annual-content figure {
    margin-bottom: 0;
}
.pmkvy-vdo .modal .modal-content p, .pmkvy-vdo .modal .modal-dialog p {
    display: none;
}
.pmkvy-vdo .modal.show .modal-dialog {
    max-width: 685px;
}
.pmkvy-vdo iframe {
    width: 650px!important;
    height: 365px!important;
    margin: 0 auto;
}
#home_banner .owl-dots {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}
#home_banner.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #004e80;
}
#home_banner.owl-carousel button.owl-dot.active {
    background-color: #004e80;
}
#home_banner .owl-dots .owl-dot span {
    display: none;
}
#home_banner .owl-dots .owl-dot.active span {
    display: none;
}
#home_banner.owl-carousel {
    position: relative;
}
#home_banner.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    display: block!important;
    height: 30px;
}
#home_banner.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 20px;
}
#home_banner.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 20px;
}
#home_banner.owl-carousel .owl-nav button.owl-next span, #home_banner.owl-carousel .owl-nav button.owl-prev span {
    font-size: 50px;
    color: #fff;
    line-height: 0;
}
#home_banner.owl-carousel .owl-nav span:focus {
    outline: 0;
}
#home_banner.owl-carousel .owl-nav button:focus {
    outline: 0;
}
.intl-money-service figcaption {
    font-size: 12px;
    text-align: center;
}
.intl-money-service figcaption strong {
    font-size: 14px;
}
.intl-money-service figure img {
    border: 1px solid #eee;
    margin-bottom: 7px;
}
.home-csr-activities {
    padding: 44px 0 40px 0;
}
.home-csr-activities .choose-heading {
    text-align: center;
    padding: 30px 0 0 0;
}
.home-csr-activities .para-common {
    text-align: justify;
    font-size: 14px;
    margin: 10px 0 26px 0;
}
.form-group.field-mbl-phone {
    width: 34%;
    margin-right: 13px;
}
.tab-content>.active .emi-ruler#kss {
    margin-top: 30px;
}
.tab-content>.active .emi-ruler#kdd {
    margin-top: 30px;
}
.tab-content>.active .emi-ruler {
    margin-top: 0;
}
.emi-tab-content ul.nav.nav-pills {
    margin: 0 0 0 33px;
}
.tv-commercials .owl-nav {
    display: none;
}
.tv-commercials .video-slider .key-images img {
    max-height: inherit;
}
.home-contact-form .form-group.terms {
    width: 100%}
.visible-xs {
    display: none!important;
}
.write-us .form-group.terms {
    width: 100%;
    text-align: justify;
    position: relative;
}
.footer-sec .f-content-right h4 {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}
.muthoot-carousel.owl-carousel .owl-nav button.owl-next span, .muthoot-carousel.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
.maps-btns a {
    margin: 0 10px;
}
.outerwht {
    background: rgba(0, 0, 0, .5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 996;
}
#top_right.contact-form span.wpcf7-not-valid-tip {
    color: red;
    font-size: 13px;
    font-weight: 500;
    display: block;
    position: relative;
    top: 3px;
}
#top_right.contact-form .phone-number span {
    margin-top: 0;
}
.product-video .video-slider .key-images {
    cursor: pointer;
}
.founders-main .key-founder-content p a {
    color: #fff;
}
.rtbs .rtbs_menu li.current a {
    background-color: #eed276!important;
}
.rtbs .rtbs_menu li a {
    background-color: #f7f7f7!important;
    padding: 10px 15px!important;
    color: #6f6f6f!important;
    font-size: 14px;
    min-height: 50px;
    line-height: 15px;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.rtbs .rtbs_menu li a:hover {
    background-color: #eed276!important;
}
.rtbs .rtbs_menu li a.active {
    color: #001641!important;
    font-size: 15px;
    font-weight: 600;
}
.rtbs>.rtbs_content {
    background: #eed276!important;
    border-top: none!important;
    padding: 40px 30px!important;
}
.rtbs_content h4.title4 {
    margin: 0 0 6px 0;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.founder-section-content .rtbs_content h5 {
    font-size: 14px;
    margin-top: 22px;
    color: #001641;
}
.rtbs_content>div:last-child {
    display: none;
}
.rtbs .rtbs_menu ul {
    position: relative;
}
.rtbs .rtbs_menu li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.rtbs_full .rtbs_menu li.mobile_toggle {
    background: #0095da!important;
}
.rtbs .rtbs_menu li.current {
    position: relative;
}
.rtbs .rtbs_menu ul {
    display: flex;
    flex-wrap: wrap;
}
.error-404.not-found {
    text-align: center;
}
.write-us span.jb_code p {
    display: inline-block;
    margin-left: 6px;
}
.write-us span.jb_code {
    display: inline;
}
.resume-upload label.file_info {
    font-size: 11px;
}
.current-opening .opening-right.btncenter {
    margin: 20px 0 0 0;
}
.current-opening .compliance .opening-content .opening-left ul li {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    list-style: disc;
    padding: 0 0 8px 0;
}
.current-opening .compliance .opening-content .opening-left ul {
    display: inline-block;
    margin-bottom: 16px;
    padding-left: 20px;
}
.current-opening a.moreless-button {
    color: #fff;
    display: block;
    margin-bottom: 20px;
}
.bottom-links {
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    padding-top: 24px;
}
.bottom-links span {
    margin-right: 16px;
}
.bottom-links h3 {
    font-size: 19px;
    margin-bottom: 25px;
}
.pi-links {
    margin-top: 15px;
}
.pi-links a:hover {
    color: #00316e;
}
.sub-menu #menu-item-307 {
    position: relative;
}
ul.sub-sub-menu {
    display: none;
    position: absolute;
    padding: 5px 0 2px 10px!important;
    margin: 0!important;
    top: -5px;
    left: 108%;
    background: #fff;
    box-shadow: 3px 0 3px 0 rgba(0, 0, 0, .14);
    min-width: 90%!important;
}
.sub-menu #menu-item-307:hover .sub-sub-menu {
    display: block;
}
#megamenu>li:nth-child(4) ul.sub-menu>li a i.sub-menu-icon {
    display: inline;
    position: absolute;
    right: 0;
    top: 3px;
    font-weight: 600;
}
#megamenu li:nth-child(4)>ul>li>ul>li .sub-sub-menu {
    left: 107%;
    min-height: auto;
}
#megamenu li:nth-child(4)>ul>li>ul>li>a.maintitlehead {
    color: #000;
    opacity: .65;
    font: 500 12px Montserrat, sans-serif;
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.ncd5-table .tbl-row {
    display: flex;
    justify-content: center;
    margin-bottom: 1px;
}
.ncd5-table .tbl-th-cell {
    width: 13%;
    display: flex;
    font-size: 13px;
    background: #04498f;
    padding: 8px 8px;
    line-height: 14px;
    color: #fff;
    align-items: center;
}
.ncd5-table #ncd-options .tbl-td-block {
    color: #fff;
    background: #0069ad;
}
.ncd5-table .tbl-td-block {
    width: calc(87%/9);
    display: flex;
    border-right: 1px solid #fff;
    margin: 0;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    justify-content: center;
    align-items: center;
    padding: 5px;
    word-break: break-word;
    background: #1a98e9;
    color: #fff;
}
.tbl-row#issue-detail-row .tbl-td-block, .tbl-row#ncd-application .tbl-td-block, .tbl-row#ncd-call-opt .tbl-td-block, .tbl-row#ncd-coupon-type .tbl-td-block, .tbl-row#ncd-deemed .tbl-td-block, .tbl-row#ncd-face-value .tbl-td-block, .tbl-row#ncd-issue-price .tbl-td-block, .tbl-row#ncd-mode .tbl-td-block, .tbl-row#ncd-multiple .tbl-td-block, .tbl-row#ncd-nature .tbl-td-block {
    width: 87%}
.ncd-download {
    margin: 30px 0 20px 0;
}
.public-issue {
    margin-bottom: 20px;
}
.v-disclaimer-pdf {
    margin: 30px 0;
}
.founder-left.ncd-wrap {
    width: 100%!important;
}
.ncd-about-rgt .pdf-list li {
    width: 100%}
.ncd-wrap .ncd-head h2 {
    font-size: 28px;
    color: #404040;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: 600;
}
.ncd-wrap .ncd-head p {
    font-size: 14px!important;
    color: #0095da;
    margin-bottom: 5px;
}
.ncd-head {
    position: relative;
    margin-bottom: 26px;
    text-align: center;
}
.ncd-head:after {
    width: 40px;
    height: 3px;
    background: #1a98e9;
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ncd-head p {
    text-align: center;
}
.ncd-about-lft .ncd-head, .ncd-about-lft .ncd-head p {
    text-align: left;
}
.ncd-about-rgt .pdf-list li {
    width: 100%;
    background: #def1fa;
    padding: 8px 9px;
    border-left: 3px solid #90cdf3;
}
.ncd-about-rgt .pdf-list li a {
    font-size: 13px;
    color: #000;
    width: 100%;
    padding-right: 20px;
}
.ncd-main-logo {
    position: absolute;
    top: 20px;
    left: 30px;
    margin: 0 auto;
    text-align: center;
    width: 90px;
}
.ncd-about-rgt .pdf-list li a i {
    color: #0095da;
    position: absolute;
    right: 2px;
    top: 2px;
}
.ncd-wrap p.ncd-para {
    font-size: 15px;
    line-height: 26px;
    color: #000;
}
.ncd-wrap p.ncd-para strong {
    font-weight: 400;
    font-size: 17px;
    color: #04498f;
}
.ncd-5-table-wrap {
    background: #def1fa;
    margin-top: 30px;
}
.ncd-5-table-wrap .issue-detail-tbl {
    margin-bottom: 40px;
}
.ncd-about-lft {
    padding-top: 15px;
}
#ncd-public-issue .public-issue .issues-content {
    margin-top: 50px;
}
#ncd-public-issue {
    padding: 10px 0 0;
    background: #f7f7f7;
}
#ncd-public-issue .public-issue {
    background: 0 0;
    padding-bottom: 0;
    margin-bottom: 24px;
}
#ncd-public-issue .public-issue .issues-content ul li {
    border-right: none;
    margin: 0;
    padding: 0 14px 0;
}
#ncd-public-issue .public-issue .issues-content ul li .issue-box h3 {
    color: #04498f;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}
#ncd-public-issue .public-issue .issues-content ul li .issue-box a, #ncd-public-issue .public-issue .issues-content ul li .issue-box p {
    font-size: 13px;
    font-weight: 400;
}
#ncd-public-issue .public-issue .issues-content ul li .issue-box a {
    display: inline-block;
}
#ncd-public-issue .public-issue .issues-content ul li .issue-box a:hover {
    color: #0095da;
}
#ncd-public-issue .public-issue .issues-content ul li .issue-box {
    background: #f1f1f1;
    width: 100%;
    padding: 20px 0 0 20px;
    min-height: 330px;
    border-radius: 5px;
    border-bottom: 4px solid #dedede;
}
#ncd-public-issue .public-issue .issues-content .amount-table td {
    color: #404040;
    font-size: 14px;
    border: 1px solid #bcc4c86b;
    padding: 10px 11px;
    width: 58%;
    font-weight: 600;
    background: #f5f5f5;
}
#ncd-footer p {
    font-size: 10px;
    margin: 24px 0 0 0;
    line-height: 14px;
}
#ncd-footer p.disclaimer {
    margin-top: 18px;
}
.ncd-wrap #ncd-footer .ncd-copyright {
    background: #001641;
    color: #fff;
    text-align: center;
    margin: 0;
}
#ncd-footer .ncd-copyright p {
    background: #001641;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 10px 0;
}
.container-fluid.ncd-container {
    padding: 0;
}
.about-ncd {
    background: url(../images/m-logo-bg.png);
    background-repeat: no-repeat;
    background-position: left 60px;
    margin-top: 30px;
}
.ncd5-table {
    margin-top: 40px;
}
.container-fluid.ncd-container .founder-section-content {
    margin-top: 0;
}
#ncd-public-issue {
    padding: 10px 0 0;
}
#ncd-main-banner .ncd-main-logo a.visible-xs {
    display: none!important;
}
.top-menu-list li.top-right-menu.ncdv-top-link a {
    font-weight: 700;
}
#top_main_ticker {
    background: #efeeee;
}
#top_main_ticker span {
    padding: 0 8px;
}
.top-form-ncd {
    background: #1a98e9;
    padding: 20px 0 35px;
    position: relative;
}
.top-form-ncd .form-group {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
    width: calc(100% / 5 - 48px);
}
.top-form-ncd .form-control {
    font-size: 15px;
    border-radius: 3px;
    padding: .5rem .75rem;
    border: none;
}
.top-form-ncd #verify_otp_toggle_top {
    float: left;
    width: 82%;
    display: inline-block;
}
.top-form-ncd .contact-button button.btn-primary {
    font-size: 11px;
    padding: 9px 15px;
}
.top-form-ncd select.form-control {
    color: rgba(73, 80, 87, .8);
}
.top-form-ncd .col-sm-2 {
    display: flex;
    align-items: center;
}
.top-form-ncd h4 {
    margin: 0;
    color: #fff;
    font-size: 23px;
}
.top-form-ncd #change_mobile_number {
    font-size: 13px;
    color: #fff;
    margin-top: 5px;
    display: block;
}
#ncd-form {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    transition: all .5s ease-in;
}
#ncd-form #error_otp {
    background: #fff;
    color: red;
    padding: 5px 8px;
    font-size: 11px;
    margin-top: 4px;
    display: inline-block;
}
.ncd-form-terms {
    position: absolute;
    width: 95%;
    bottom: -32px;
}
.ncd-form-terms input[type=checkbox] {
    position: absolute;
    z-index: 1;
}
.ncd-form-terms label {
    color: #fff;
    font-size: .5rem;
    padding-left: 20px;
    margin-bottom: 0;
    position: relative;
    top: -6px;
}
#ncd-form #loaderimg {
    margin-left: 5px;
}
.thank-mess {
    color: #fff;
}
#ncd_otp_form span.thank-mess {
    margin-right: 5px;
}
#ncd_otp_form #verify_otp_toggle_bottom .form-group {
    width: 35%}
.push-top-notification {
    background: #0078c4;
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 40px;
}
.push-top-notification .push-top-txt {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    min-height: 30px;
}
.push-top-notification .push-top-txt p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    opacity: 0;
    animation-name: fadein;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 3px;
}
.push-top-notification a.push-top-cta {
    margin-left: 20px;
    border-radius: 3px;
    background: #001641;
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
}
.push-top-notification .push-cancel {
    position: absolute;
    right: 0;
    top: 5px;
}
.push-top-notification .push-top-txt p.anim-first {
    -webkit-animation: fadein 8s ease-in-out -6s infinite alternate;
    -moz-animation: fadein 8s ease-in-out -6s infinite alternate;
    animation: fadein 8s ease-in-out -6s infinite alternate;
}
.push-top-notification .push-top-txt p.anim-second {
    -webkit-animation: fadein 8s ease-in-out 0s infinite alternate;
    -moz-animation: fadein 8s ease-in-out 0s infinite alternate;
    animation: fadein 8s ease-in-out 0s infinite alternate;
}
.push-top-notification .push-top-txt p.anim-third {
    -webkit-animation: fadein 8s ease-in-out 6s infinite alternate;
    -moz-animation: fadein 8s ease-in-out 6s infinite alternate;
    animation: fadein 8s ease-in-out 6s infinite alternate;
}
.push-top-cta-ab {
    width: 80%;
    position: absolute;
    height: 30px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@keyframes fadein {
    0% {
    opacity: 0;
}
66% {
    opacity: 0;
}
76% {
    opacity: 1;
}
100% {
    opacity: 1;
}
}@-webkit-keyframes fadein {
    0% {
    opacity: 0;
}
66% {
    opacity: 0;
}
76% {
    opacity: 1;
}
100% {
    opacity: 1;
}
}@-moz-keyframes fadein {
    0% {
    opacity: 0;
}
66% {
    opacity: 0;
}
76% {
    opacity: 1;
}
100% {
    opacity: 1;
}
}.push-cancel {
    width: 30px;
    height: 30px;
    text-align: right;
    margin-top: -5px;
    line-height: 30px;
}
.push-cancel i {
    font-size: 18px;
    color: #fff;
}
body.pushbnr .inner-banner {
    margin-top: 95px;
}
body.pushbnr .banner-section {
    margin-top: 95px;
}
.ncd-banner-slide {
    position: fixed;
    bottom: 13px;
    right: 90px;
    z-index: 993;
}
.ncdSlideBtn {
    position: absolute;
    bottom: 0;
    right: 0;
}
.ncdSlideBtn.opened {
    display: none;
    z-index: -1;
}
.ncdBnrBtm {
    position: relative;
    z-index: 9999;
    display: none;
}
.ncdBnrBtm .ncd-close-btn {
    position: absolute;
    top: -20px;
    right: -15px;
}
.ncdBnrBtm a:last-child {
    display: block;
}
.ncdBnrBtm a:last-child img {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    max-width: 100%}
.tv-commercials.pmkvy-vdo .video-slider .item {
    cursor: pointer;
}
.modal-backdrop {
    z-index: 9999;
}
.tv-commercials.pmkvy-vdo .modal, .tv-commercials.product-video .modal {
    z-index: 99999;
}
.tv-commercials.pmkvy-vdo .modal.fade.show, .tv-commercials.product-video .modal.fade.show {
    display: flex!important;
    flex-wrap: wrap;
    align-items: center;
    width: 100%}
.tv-commercials.pmkvy-vdo .modal.fade.show .modal-dialog, .tv-commercials.product-video .modal.fade.show .modal-dialog {
    width: 100%}
.tv-commercials.pmkvy-vdo .modal-body .embed-responsive:before, .tv-commercials.product-video .modal-body .embed-responsive:before {
    padding-top: 0!important;
}
.tv-commercials.pmkvy-vdo .modal-body .close br, .tv-commercials.product-video .modal-body .close br {
    display: none;
}
.tv-commercials.pmkvy-vdo .modal-body .close, .tv-commercials.product-video .modal-body .close {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #1580cf;
    opacity: 1;
    width: 30px;
    height: 30px;
    z-index: 1;
    color: #fff;
    box-shadow: none;
    border-radius: 100%;
    padding-bottom: 3px;
    border: 2px solid #fff;
}
.tv-commercials.pmkvy-vdo .modal-body .close:focus, .tv-commercials.product-video .modal-body .close:focus {
    outline: 0;
}
#fc_frame, #fc_frame.fc-widget-normal {
    z-index: 993!important;
    bottom: 55px!important;
}
body.contact-show .contact-form {
    z-index: 997;
}
body.contact-show #fc_frame, body.contact-show #fc_frame.fc-widget-normal {
    z-index: 990!important;
}
body.contact-show .ncd-banner-slide {
    z-index: 990;
}
.marquee {
    overflow: hidden;
    padding-top: 5px;
    clear: both;
    color: #666;
    padding: 5px 0;
    font-size: 13px;
}
.btncenter {
    text-align: center;
    width: 100%;
    margin-left: -7px;
}
.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
}
.loader-logo {
    z-index: 999;
    width: 150px;
    height: 150px;
    padding-bottom: 10px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: center;
}
.loader-circle {
    border-top: 1px solid #d0d9df;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    animation: spin 1.5s linear infinite;
}
@keyframes spin {
    0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}.top-header .dropdown-menu .dropdown-item {
    color: #404040;
    font-size: 11px!important;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}
.es_subscription_form_submit {
    display: none!important;
}
.rmbrdr {
    border: 0 solid #ddd!important;
}
#wpcf7-f135-o1 .wpcf7-response-output {
    color: #000;
}
.wpsl-search {
    display: none!important;
}
#wpsl-stores ul li {
    margin-bottom: 20px;
    background-color: #ebf5fa!important;
}
#skcaptrecha {
    -webkit-transform: scale(.77);
    transform-origin: 0 0;
}
.home-contact-form textarea.form-control {
    resize: none;
    height: 110px;
}
.key-content {
    justify-content: left;
}
.most-viewed ul {
    margin-bottom: 20px;
}
.need-help {
    margin-bottom: 20px;
}
.contect-button .btn-primary {
    padding: 8px 25px;
}
.univers-heading h2 {
    text-transform: capitalize;
    font-size: 30px;
    color: #0095da;
}
.univers-heading p {
    font-size: 14px;
    color: #333;
    line-height: 20px;
}
.detail-bottom p i, .most-viewed li p i {
    margin-right: 5px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.img-circle {
    border-radius: 50%}
input, textarea {
    border: 1px solid #e4e4e4;
}
textarea {
    width: 100%}
.children, .comment-list {
    list-style: none;
}
ul.children {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.comment-wrap {
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 50px;
    position: relative;
}
.comment-wrap .comments-title {
    padding-top: 60px;
}
.comment-wrap .comment-img {
    float: left;
    margin-right: 20px;
    padding-bottom: 25px;
}
.comment-author {
    text-align: left;
}
.comment-reply {
    position: absolute;
    top: 0;
    right: 0;
    font-style: italic;
    padding: 5px 5px;
    background: #f5f5f5;
}
.comment-author, .comment-author a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2px;
}
.comment-date {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style: italic;
    display: block;
    padding-bottom: 7px;
}
.depth-2 .comment-wrap {
    padding-left: 30px;
}
.depth-3 .comment-wrap {
    padding-left: 60px;
}
.depth-4 .comment-wrap {
    padding-left: 90px;
}
.depth-5 .comment-wrap {
    padding-left: 120px;
}
.depth-6 .comment-wrap {
    padding-left: 150px;
}
.depth-7 .comment-wrap {
    padding-left: 180px;
}
.depth-8 .comment-wrap {
    padding-left: 210px;
}
.depth-9 .comment-wrap {
    padding-left: 240px;
}
.depth-10 .comment-wrap {
    padding-left: 270px;
}
#commentform #author, #commentform #comment, #commentform #email, #commentform #url {
    display: block;
    width: 100%}
.title-line {
    border-top: 1px dotted #ccc;
    display: block;
    max-width: 30%;
    margin: 0 auto 25px;
}
.comments-title {
    text-align: center;
}
.mrt10 {
    margin-top: 10px;
}
.wpcf7-response-output {
    color: #fff;
}
#wpcf7-f533-o1 form .wpcf7-response-output {
    color: #000;
}
#wpcf7-f548-o1 form .wpcf7-response-output {
    color: #000;
}
#wpcf7-f548-o1 form .wpcf7-captcha-captcha-118 {
    margin-top: -23px;
}
.phone-number span {
    margin-top: -4px;
}
.skcss span img {
    margin-top: -26px;
    margin-left: 33%}
#wpcf7-f140-o1 .wpcf7-response-output {
    color: #000;
}
.ptcss {
    margin-top: -7px;
}
.imcss figure img {
    height: 33px;
}
.textarea-dec1 {
    margin-top: -16px;
}
.stit {
    margin-left: 0;
}
.capcha img {
    width: 100%!important;
}
.cssit {
    margin-top: -8px;
}
.body_noscroll {
    overflow-y: hidden;
}
.megamenu_img {
    position: absolute;
    top: 190px;
    transform: translateY(-50%);
    right: 0;
    height: calc(100% - 80px);
    margin-top: 00px;
    width: 285px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 30px;
}
#megamenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 50px;
    align-items: center;
}
#megamenu>li {
    display: inline-block;
    padding: .9rem 1rem;
    margin-right: .5rem;
    position: relative;
}
#megamenu>li:last-child {
    margin-right: 0;
}
#megamenu>li:nth-child(5) {
    margin-left: auto;
}
#megamenu>li>a {
    color: #404040;
    font-weight: 500;
    position: relative;
}
#megamenu>li.menu-item-has-children>a:after {
    content: "\f078";
    font-style: normal;
    font-weight: 400;
    position: absolute;
    right: -.9rem;
    transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    -webkit-transition: all .1s ease;
}
#megamenu>li:first-child {
    padding-left: 0;
}
#megamenu>li:not(.menu-item-has-children).active>a:before, #megamenu>li:not(.menu-item-has-children):hover>a:before {
    width: calc(100% + 20px);
}
#megamenu>li>ul {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    margin-top: 30px;
    padding: 15px;
    border-radius: 2px;
    min-width: 250px;
}
ul.sub-menu {
    margin-bottom: 16px;
}
#megamenu>li>ul>li {
    -ms-flex: 0 0 100%%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
}
#megamenu>li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin-top: 15px;
    max-width: 275px;
}
#megamenu>li.menu-item-has-children:hover>a:after {
    transform: rotate(-180deg);
}
#megamenu>li>ul>li>ul>li>a.maintitlehead {
    color: #1b5c97;
    font-weight: 600;
    display: block;
    border-bottom: 1px solid rgba(0, 149, 218, .4);
    padding-bottom: .3rem;
    margin-bottom: .5rem;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    opacity: 1;
}
#megamenu>li>ul>li>ul>li, #megamenu>li>ul>li>ul>li>ul>li {
    font-size: 13px;
    margin-bottom: .3rem;
}
#megamenu>li>ul>li>ul>li>a, #megamenu>li>ul>li>ul>li>ul>li>a {
    color: #000;
    transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    font-weight: 500;
    font-size: 12px;
    opacity: .65;
}
#megamenu>li>ul>li>ul>li>a:hover, #megamenu>li>ul>li>ul>li>ul>li>a:hover {
    color: rgba(0, 149, 218);
    opacity: 1;
}
header {
    z-index: 9;
}
.body_noscroll .carousel-indicators, .body_noscroll .logo, .body_noscroll .mobile-menu {
    z-index: 1;
}
.mega-image {
    display: none;
}
#megamenu>li.menu_search_li form .btn {
    font-size: 14px;
    height: 38px;
    color: #fff;
    background-color: #001540;
    border: none;
    position: relative;
    width: 100px;
    text-align: center;
}
#megamenu>li.menu_search_li form .btn:after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: solid 5px #0095da;
    border-left: solid 5px #0095da;
    border-right: solid 5px transparent;
    border-top: solid 5px transparent;
    position: absolute;
    bottom: 4px;
    left: 4px;
}
.compliance-detail .card .btn {
    outline: 0;
    box-shadow: none;
}
.compliance-detail .year-detail li a {
    color: #666;
}
.compliance-detail .collapse-data, .year-sub-child, ul.year-detail {
    display: none;
}
h3+ul.year-detail {
    margin-top: 10px;
}
.year-sub-child {
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 10px;
}
.year-detail h3, .years-heading {
    cursor: pointer;
    user-select: none;
    text-transform: uppercase;
    margin-bottom: 0;
}
.year-detail h3 {
    margin-bottom: 0;
}
.half-yearly {
    display: block;
    width: 100%}
.half-yearly:last-child {
    margin-bottom: 0;
}
.compliance-detail .card .card-body .year-content {
    padding: 10px 0 10px 17px;
}
.years-heading {
    color: #333;
    font-size: 17px;
    text-transform: uppercase;
    padding: 13px 15px;
    padding-right: 62px;
    padding-left: 0;
    position: relative;
}
.years-heading.collapsed:after {
    transform: translateY(-50%) rotate(180deg);
}
.years-heading:before {
    content: '\f103';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    background-color: #ebf5fa;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    color: #0095da;
}
#megamenu>li>ul {
    position: absolute!important;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    margin-top: 30px;
    min-height: 300px;
    padding: 43px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 2px;
    padding-right: 280px;
    min-width: 100%}
#megamenu>li>ul>li {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    width: 23%;
    padding-right: 30px;
    margin-bottom: 15px;
}
.top-menu-list li a.pay_online {
    color: #fff;
    background-color: #008bd2;
    border: none;
    position: relative;
    padding: 8px 10px;
    text-align: center;
    border-radius: 4px;
}
.top-menu-list li a.pay_online:after {
    content: "";
    border-bottom: solid 3px #fff;
    border-left: solid 3px #fff;
    border-right: solid 3px transparent;
    border-top: solid 3px transparent;
    position: absolute;
    bottom: 4px;
    left: 4px;
}
.top-menu-list li a.pay_online i {
    color: #fff;
}
.top-menu-list .top-right-menu a i {
    vertical-align: text-bottom;
}
.top-menu-list li a.call_us_btn {
    color: #008bd2;
    font-size: 12px;
    letter-spacing: .05rem;
}
.top-menu-list li ul li {
    display: inline-block;
}
.menu-image-hover-wrapper {
    display: none!important;
}
.input-odd {
    background-color: #c59a1d!important;
    color: #fff!important;
    border-radius: .25rem!important;
}
.input-even {
    background-color: #008bd2!important;
    color: #fff!important;
    border-radius: .25rem!important;
}
.emi-input label {
    font-weight: 700;
}
.ruler-heading {
    font-weight: 700;
}
.gold-loan-notes {
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 10px;
}
.small-loan-notes {
    margin-bottom: 2px;
    margin-top: 10px;
    font-weight: 500;
    font-size: 12px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #00486c!important;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #8cc63d!important;
    color: #fff!important;
    font-weight: 700;
    font-size: 14px;
}
.gold-loan-style {
    margin-top: 11px;
    font-size: 15px;
    font-weight: 700;
}
.rowlabel {
    font-weight: 700;
    margin-bottom: .6rem!important;
}
.nav-link {
    cursor: pointer;
}
.emi-input label {
    color: #000!important;
}
#resubmit {
    padding: 8px 25px;
    width: 100%;
    color: #fff;
}
#gold-weight {
    font-size: 16px;
    color: #00008b;
}
.locate-branch {
    margin-bottom: 30px;
}
#career-popup {
    display: none;
}
.backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(25, 113, 176, .9);
    opacity: .9;
    -moz-opacity: .9;
    z-index: 9999;
    display: none;
}
.delayedPopupWindow {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 785px;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translate(-50%);
    transform: translateY(-50%) translate(-50%);
    z-index: 99999;
    padding: 0;
}
.delayedPopupWindow.career-popup {
    display: block;
    position: fixed;
    width: 75%;
    height: auto;
    top: 15%;
    transform: translate(0, 0);
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    z-index: 99999;
    background-color: #fff;
    border-radius: 8px;
}
.delayedPopupWindow.career-popup h4 {
    color: #0095da;
    font-size: 19px;
    font-weight: 400;
    margin: 10px 0 5px;
}
.delayedPopupWindow.career-popup p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
}
.career-popup #careerClose {
    width: 35px;
    text-align: right;
    text-decoration: none;
    position: absolute;
    right: -12px;
    top: -12px;
}
.career-popup .popupDescription {
    float: left;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 18px;
    color: #666;
    clear: left;
}
.career-popup .mfl-add {
    margin-top: 20px;
}
.career-popup .mfl-add p strong {
    color: #0095da;
    font-size: 17px;
    margin-top: 10px;
    font-weight: 500;
}
.career-popup .mfl-add p {
    margin: 0 0 5px;
}
.career-popup .mfl-add p a {
    color: #666;
}
.career-popup .mfl-add p a:hover {
    color: #0095da;
}
.link-slide {
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background-color: #008bd2;
    position: absolute;
    z-index: 9;
    bottom: 0;
    transition: all .4s linear;
    top: 0;
}
.tickerdiv {
    background: #efeeee;
}
.need-help-txt {
    position: relative;
    display: block;
    padding: 10px 10px 15px;
    min-height: 160px;
    background: url(//www.muthootfincorp.com/wp-content/themes/muthoot/css/../images/vidyaimg.png) no-repeat;
    background-position: right bottom;
    margin-right: 0;
    margin-top: 10px;
}
.need-help-txt h4 {
    margin: 0;
    font-size: 21px;
    color: #001540;
}
.need-help-txt p {
    font-size: 13px;
    font-weight: 400;
    width: 42%;
    line-height: 16px;
    margin-top: 5px;
    text-align: left!important;
}
#megamenu>li.menu-item-has-children>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    top: 4px;
    content: "\f107"}
#fancybox-title {
    position: absolute;
    width: calc(100% - 20px);
    left: 10px!important;
    bottom: 10px;
    background: rgba(0, 0, 0, .64);
    padding-top: 0;
    display: flex;
    align-items: center;
}
#fancybox-title-float-left, #fancybox-title-float-right {
    display: none;
}
#fancybox-title-float-main {
    background: 0 0!important;
    padding: 0 0 0 10px!important;
    line-height: 18px!important;
    font-weight: 400!important;
}
.publisher-name span {
    margin-right: 10px;
    color: #666;
    position: relative;
}
.publisher-name span:after {
    content: ":"}
span.publisher-name {
    margin-top: 18px;
    display: block;
}
.publisher-name a {
    margin-bottom: 15px!important;
    display: inline-block;
}
.publisher-name a+a {
    margin: 0 5px;
}
.tickerdiv.head-ticker {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    height: 30px;
}
.android-bx, .ios-cta {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    display: none!important;
}
.android-bx {
    right: 14%}
.ios-cta {
    right: 5%}
.recent-news .news-right a:more-link, .recent-news .news-right p {
    display: inline;
}
.recent-news .news-right p {
    display: none;
}
.reg-ofc {
    float: left;
    margin-right: 10px;
    color: #fff;
}
.reg-ofc strong {
    font-weight: 500;
    margin-bottom: 2px;
    display: block;
}
.reg-ofc p {
    font-size: 13px;
    margin-bottom: -1px;
}
.reg-ofc a {
    color: #fff;
}
.ftr-web-dropdown .dropdown {
    float: right;
    margin-top: 11px;
}
.reg-ofc p i {
    margin-right: 4px;
    font-size: 12px;
}
.reg-ofc p span {
    margin-right: 12px;
}
.endpoint-dropdown-web {
    width: 30%;
    background: #c59a1d!important;
    font-size: 13px!important;
    border-color: #c59a1d;
    color: #fff!important;
    font-size: 12px;
    padding: 5px 10px;
    float: right;
}
.sprite-img-list li {
    position: relative;
    padding-left: 8px;
}
.sprite-img-list li p {
    padding-left: 10px;
}
.sprite-img-list li figure img {
    height: 47px;
    width: 60px;
    object-fit: none;
    object-position: 0 0;
}
.sprite-img-list li.sprite-1 figure img {
    object-position: -59px 0;
}
.sprite-img-list li.sprite-2 figure img {
    object-position: -121px 0;
}
.sprite-img-list li.sprite-3 figure img {
    object-position: -184px 0;
}
.sprite-img-list li.sprite-4 figure img {
    object-position: 0 0;
}
.founder-section.news-content img.right-img.video-lnk {
    float: left;
    margin-right: 0;
}
.thumb-vdo-overlay a {
    position: relative;
    height: auto;
    display: inline-block;
}
.thumb-vdo-overlay a:before {
    content: '';
    background: #0000007d;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    font-family: FontAwesome;
    text-align: center;
}
.thumb-vdo-overlay a:after {
    content: '\f144';
    bottom: 0;
    color: #fff;
    font-family: FontAwesome;
    font-size: 50px;
    position: absolute;
    height: 60px;
    width: 44px;
    right: 0;
    top: 40%;
    z-index: 1;
    left: 0;
    margin: 0 auto;
    cursor: pointer;
    z-index: 99;
}
a.p-issue-top-link {
    color: #0095da;
    /*!important*/font-weight: 700!important;
    margin-right: 10px;
}
a.p-issue-top-link.anime-top-btn {
    color: #fff!important;
    padding: 8px 14px;
    border-radius: 5px;
    background-color: #0bc1fa;
}
a.p-issue-top-link.anime-top-btn:hover {
    color: #fff!important;
    padding: 8px 14px;
    border-radius: 5px;
    background-color: #001641;
}
.msme-emi-wrap {
    width: 100%;
    text-align: center;
}
.msme-emi-wrap h2 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
}
.msme-emi-msg span {
    margin-top: 28px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
}
.msme-emi-msg p {
    text-align: center;
    font-size: 15px;
}
.msme-emi-steps {
    background: #001641;
    padding: 40px 60px 40px;
    width: 100%;
    margin-bottom: 40px;
}
.msme-emi-steps h2 {
    color: #0d94d4;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.msme-emi-steps .steps img {
    margin-bottom: 16px;
}
.msme-emi-steps .steps {
    border-right: 1px solid #fff;
    height: 100%;
    padding: 0 40px 0 0;
}
.msme-emi-steps .col-sm-4:nth-child(3) .steps {
    border-right: none;
    padding-right: 0;
}
.msme-emi-steps .steps h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
}
.msme-emi-steps .steps h3, .msme-emi-steps .steps p {
    color: #fff;
    text-align: center;
}
.msme-dropdown h4 {
    display: inline-block;
    margin: 20px 20px 20px 0;
    font-size: 16px;
}
.msme-dropdown p {
    display: inline-block;
}
.msme-dropdown select {
    background: #eee;
    padding: 6px 20px;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 0!important;
}
.msme-city, .msme-search, .msme-state {
    display: inline-block;
    margin: 0 10px 34px;
}
.msme-search a {
    background: #0bc1fa;
    padding: 8px 24px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
}
.msme-search a:hover {
    background: #001641;
}
.msme-emi-wrap .msme-dropdown #show_acc {
    margin-bottom: 30px;
}
.msme-emi-wrap .msme-dropdown #show_acc span {
    color: #0bc1fa;
    font-weight: 600;
}
.msme-city select, .msme-state select {
    width: 220px;
    padding: 0 14px;
    height: 39px;
    color: #000!important;
    font-size: 15px;
    background-image: url(https://www.muthootfincorp.com/wp-content/uploads/2020/03/download.png);
    background-repeat: no-repeat;
    background-position: 94% 50%}
.msme-emi-wrap table {
    text-align: center;
    width: 600px;
    margin: 20px auto 0;
}
.msme-emi-wrap table tr:nth-child(odd) td {
    background: #eef3f5;
}
.msme-emi-wrap table tr td {
    border: 1px solid #ddd;
    padding: 6px 30px;
}
.top-menu-list li.top-left-menu.app-link img {
    object-fit: none;
    object-position: 0 -50px;
    width: 68px;
    height: 18px;
}
.top-menu-list li.top-left-menu.play-store-link img {
    object-fit: none;
    object-position: -70px -50px;
    width: 59px;
    height: 18px;
}
#ser-carousel .key-next-btn img {
    object-fit: none;
    object-position: -132px -50px;
    width: 8px;
    height: 11px;
}
#career-popup a img, #delayedPopup #btnClose img {
    object-fit: none;
    object-position: -34px -74px;
    width: 35px;
    height: 35px;
}
.blog-listing-content {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 14px 14px;
    border-top: none;
}
.blog-listing-content .categorie {
    margin: 0 0 10px;
    color: #0095da;
    font-weight: 500;
    font-size: 13px;
}
.categorie i {
    font-size: 12px;
    color: #0095da;
    margin-right: 3px;
}
.blog-listing-content>a {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    margin-bottom: 4px;
    display: inline-block;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0e94d3;
    border-color: #0e94d3;
}
.pagination-panel .page-item a i {
    color: #0e94d3;
}
.news-content .cms-list {
    margin-top: 30px;
}
.news-content .key-profile {
    margin-bottom: 4px;
}
.blog-sidebar .cms-list ul li a {
    padding: 6px 10px;
    background: 0 0!important;
}
.blog-sidebar .cms-list ul li a:hover {
    color: #0095da;
    border-left: none;
}
.blog-sidebar .cms-list ul li a:before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 6px;
}
.blog-sidebar h2 {
    font-size: 15px;
    text-transform: uppercase!important;
    font-weight: 600;
    margin-bottom: 0!important;
    padding: 4px 0 4px 8px!important;
    border-left: 3px solid #ddd;
    border-bottom: none!important;
}
.most-viewed ul li .row .col-sm-5 {
    padding-right: 0;
}
ul.side-blog-items li {
    border-bottom: 1px solid #ddddddbd;
    padding: 12px 0;
    margin-bottom: 0;
}
ul.side-blog-items li:last-child {
    border-bottom: none;
}
.side-blog-content a {
    font-size: 12px!important;
    margin: 2px 0!important;
    display: inline-block;
    line-height: 18px;
    color: #666;
    font-weight: 500;
}
.side-blog-content p span {
    font-size: 11px!important;
    margin-right: 5px;
    color: #666;
}
span.side-blog-cat a {
    font-size: 11px!important;
}
.share ul li {
    padding: 0 10px 0 0;
}
.share ul li a i {
    font-size: 32px;
}
.author_bio h3 {
    font-size: 21px;
    font-weight: 600!important;
    text-transform: uppercase;
}
.comment-content b {
    text-transform: capitalize;
}
.author_bio .row .col-sm-10 {
    padding-left: 0;
}
.author_bio .row .col-sm-2 {
    padding-right: 0;
}
.top-menu-list select#selbox-lang {
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    background-image: url(../images/lang-drop.png);
    background-repeat: no-repeat;
    background-position: 92% 50%;
    padding: 7px 10px;
    border-radius: 4px;
    outline: 0;
    background-color: #001641;
    margin-left: 12px;
    width: 125px;
    display: none;
}
.top-menu-list select#selbox-lang option {
    background: #fff;
    color: #000;
}
.top-menu-list li.top-right-menu {
    margin-right: 15px;
}
.top-menu-list li.top-left-menu.play-store-link {
    margin-right: 15px;
}
.g-translate {
    float: right;
    padding: 2px 0;
    border: 1px solid #f3f2f2;
    border-radius: 3px;
}
.g-translate a {
    text-transform: capitalize!important;
}
.g-translate .goog-te-gadget-simple {
    border: none;
}
#megamenu>li {
    display: inline-block;
    padding: .9rem 0;
    margin-right: 2rem;
    position: relative;
}
#megamenu>li.menu-item.menu-item-has-children {
    padding-right: 15px;
}
#megamenu>li.menu_search_li {
    margin-right: 0;
}
.page-id-43 .contact-form#top_right {
    display: none!important;
}
.current-opening .compliance-detail .card .btn.collapsed {
    background-color: #001641;
    color: #fff;
}
.current-opening .compliance-detail .card .btn {
    background-color: #fff;
    color: #0972b1;
    border: 1px solid #ddd;
}
p.co-top-line {
    margin-bottom: 0;
    font-size: 15px;
}
p.co-top-line a {
    font-weight: 700;
}
.page-id-43 .opening-heading {
    margin: 24px 0 20px;
}
span.current-opn {
    margin-bottom: 20px;
    display: inline-block;
}
span.wpcf7-form-control-wrap.dob-day, span.wpcf7-form-control-wrap.dob-month, span.wpcf7-form-control-wrap.dob-year {
    width: 31%;
    float: left;
    margin-left: 12px;
}
span.wpcf7-form-control-wrap.dob-day {
    margin-left: 0;
}
span.current-opn a {
    font-weight: 700;
}
.opening-top#job_desc h3 {
    display: inline;
}
.other-co-span {
    margin-bottom: 18px;
}
.opening-content .opening-left.readmore-sec>div.opening-top:last-child {
    display: block;
}
.opening-content .opening-left.readmore-sec .moretext {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
}
.current-opening a.moreless-button {
    font-size: 12px;
    padding: 8px 10px;
    background: #7da739;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-radius: 2px;
    width: 100px;
}
.current-opening a.moreless-button:hover {
    color: #fff!important;
}
.whatsapp-inner-banner {
    background: #f6fbfe url(../images/abstract-rgt-bg.jpg) no-repeat top right;
    min-height: 345px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 100px;
}
.whatsapp-faq h3 {
    color: #00316e;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 7px;
}
.whatsapp-faq .compliance-detail .card .btn {
    font-size: 15px;
    text-transform: none;
}
.whatsapp-faq .compliance-detail .card-body li, .whatsapp-faq .compliance-detail .card-body p {
    font-size: 13px;
    color: #333;
    line-height: 20px;
}
.whatsapp-faq .compliance-detail .card-body p:last-child {
    margin-bottom: 0;
}
.whatsapp-faq .compliance-detail .card-body li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}
.whatsapp-faq .compliance-detail .card-body li:after {
    color: #0095da;
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 9px;
}
.why-whatsapp li {
    font-size: 15px;
    color: #333;
    margin-bottom: 25px;
    position: relative;
    padding-left: 15px;
}
.why-whatsapp li:after {
    color: #0095da;
    content: "\f105";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 9px;
    font-size: 13px;
}
.whatsapp-inner-banner:before {
    width: 234px;
    height: 244px;
    background: url(../images/abstract-bg.jpg) no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.vidya-head-img {
    text-align: right;
}
.v-cen {
    display: flex;
    align-items: center;
}
.whatsapp-inner-banner h2 {
    color: #001641;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
.whatsapp-inner-banner h2 strong {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 34px;
    display: block;
}
.whatsapp-inner-banner h1 {
    float: left;
    font-size: 24px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 0;
}
.whatsapp-inner-banner h1 strong {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 28px;
    display: block;
    color: #22af00;
    position: relative;
}
.whatsapp-inner-banner h1 i {
    color: #999;
    font-size: 31px;
    position: absolute;
    top: -4px;
    right: -36px;
    font-family: "Font Awesome 5 Brands"}
.whatsapp-form p {
    text-align: center;
    margin-bottom: 20px;
}
.whatsapp-form {
    position: relative;
    z-index: 1;
}
.whatsapp-form:after {
    content: "";
    background: url(../images/mfl-ico.png) no-repeat top center;
    width: 192px;
    height: 118px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -35px;
    z-index: -1;
}
.whatsapp-form .phn-txt {
    text-align: center;
    color: #001641;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
}
.whatsapp-form .phn-txt a {
    color: #22af00;
    font-size: 24px;
}
.whatsapp-form .or-txt {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0aafe7;
}
.whatsapp-form-field .form-control {
    width: 245px;
    font-size: 13px;
    height: 44px;
    padding: 14px 20px 14px;
    border-radius: 5px 0 0 5px;
    border-right: 0;
}
.whatsapp-btm-warea {
    padding: 50px 0;
}
.whatsapp-form-field {
    width: 380px;
    text-align: center;
}
.whatsapp-form-field form div {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.whatsapp-form-field p {
    margin-top: 5px;
    font-size: 6px;
    text-align: left;
    display: block;
    padding-right: 14px;
}
.whatsapp-form-field .form-control, .whatsapp-form-field button {
    display: inline-block;
}
.whatsapp-form-field button.btn {
    border-radius: 0 5px 5px 0;
    margin-top: 0;
    padding: 12px 25px;
    text-transform: capitalize;
}
.whatsapp-info-sec {
    padding: 30px 0 50px;
}
.whatsapp-warea h3 {
    font-size: 22px;
    font-weight: 600;
    color: #005876;
    margin-bottom: 20px;
}
.whatsapp-warea p {
    color: #212529;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 15px;
}
.whatsapp-warea p:last-child {
    margin-bottom: 0;
}
.whatsapp-service-warea {
    background: #eaeaea;
    padding: 50px 0;
}
.whatsapp-service-warea h3 {
    font-size: 30px;
    color: #00316e;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
}
.why-whatsapp h3 {
    color: #00316e;
    font-size: 22px;
    margin-bottom: 30px;
}
.serv-list li {
    display: block;
    position: relative;
    margin-bottom: 35px;
}
.serv-list h4 {
    color: #000333;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}
.serv-list p {
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}
.serv-list .list-dt {
    padding-left: 50px;
}
.serv-list .list-ico {
    background: #0095d9;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.serv-list .list-ico {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.serv-list .list-ico img {
    max-width: 100%}
.wa-terms {
    margin-bottom: 45px;
}
.wa-terms h3 {
    color: #0095da;
    font-size: 15px;
    margin-bottom: 4px;
}
.top-menu-list .top-left-menu.watsapp-link {
    margin-left: 10px;
    padding-top: 2px;
}
.top-menu-list .top-left-menu.watsapp-link a {
    display: inline-block;
    padding: 0;
}
.top-menu-list .top-left-menu.watsapp-link img {
    margin-bottom: 0;
    float: left;
}
.top-menu-list .top-left-menu.watsapp-link span {
    width: 80px;
    display: inline-block;
    line-height: 11px;
    font-size: 10px;
    margin-top: 0;
}
.top-menu-list .top-left-menu.watsapp-link span.ncdvii-hd-mnu {
    padding: 0 10px;
    font-size: 13px;
}
ul.wa-sub-points {
    margin-top: 10px;
}
ul.wa-sub-points li {
    margin-bottom: 6px;
    font-size: 13px;
    color: #666;
    padding-left: 12px;
}
ul.wa-sub-points li:after {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 5px;
    top: 7px;
    font-weight: 100;
}
.wa-btm-icon {
    position: fixed;
    bottom: 70px;
    left: 0;
    right: 0;
    width: 50px;
    margin: 0 auto;
    z-index: 9999;
}
.wa-btm-icon a {
    color: rgba(64, 64, 64, .7);
    text-transform: uppercase;
}
.wa-btm-icon a img {
    margin-bottom: 0;
    float: left;
}
.wa-btm-icon a span {
    width: 80px;
    line-height: 14px;
    font-size: 13px;
    margin-top: 13px;
    display: inline-block;
    margin-left: 11px;
    text-shadow: 0 0 10px #fff;
    color: #000;
}
.wa-agreement {
    position: relative;
    margin-top: 5px!important;
}
.wa-agreement input {
    position: absolute;
    margin-top: 6px;
}
.choose-heading p {
    color: #008bd2;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}
.backgroundOverlay, .backgroundOverlayWelcome {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    opacity: .9;
    -moz-opacity: .9;
    z-index: 9999;
    display: none;
}
.backgroundOverlay {
    background: rgba(25, 113, 176, .9);
}
.delayedPopupWindow {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 785px;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translate(-50%);
    transform: translateY(-50%) translate(-50%);
    z-index: 99999;
    padding: 0;
}
.delayedPopupWindow-all, .delayedPopupWindow-home {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 785px;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translate(-50%);
    transform: translateY(-50%) translate(-50%);
    z-index: 99999;
    padding: 0;
}
.delayedPopupWindow-home {
    max-width: 400px;
}
#btnClose {
    width: 35px;
    text-align: right;
    text-decoration: none;
    position: absolute;
    right: 2px;
    top: -13px;
    cursor: pointer;
}
.delayedPopupWindow-home #btnClose {
    right: -5%;
    top: -5%}
.delayedPopupWindow-home .enter-link {
    transform: translate(13%, 0);
    bottom: -40px;
    left: 0;
}
.delayedPopupWindow-home .enter-link a {
    color: #288ad5;
    background: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
span.wpcf7-not-valid-tip {
    display: none!important;
}
#btnClose:hover {
    color: #c90c12;
}
#delayedPopup>div.popupDescription {
    float: left;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 18px;
    color: #666;
    clear: left;
}
#delayedPopup>div.popupDescription img {
    max-width: 100%}
.enter-link {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    bottom: 35%;
    left: 13%}
.enter-link a {
    background: #fff;
    padding: 9px 12px;
    border-radius: 3px;
}
.enter-link a:hover {
    background: #001641;
    color: #fff;
}
.enter-link img {
    max-width: 130px;
}
.backgroundOverlayWelcome {
    background: rgba(2, 24, 60, .98);
}
.delayedPopupWindow.christmas-bnr {
    max-width: 790px;
}
.christmas-bnr .enter-link {
    left: 50px;
    text-align: center;
    right: 0;
    top: auto;
    bottom: 24px;
    margin: 0 auto;
}
.christmas-bnr #btnClose {
    right: -3%;
    top: 7%}
.amz-head {
    width: 100%;
    background: url(../images/amz-banner-bg.jpg) no-repeat;
    background-size: cover;
    margin-top: 0;
}
.amz-head-top {
    overflow: hidden;
    transition: all .4s ease;
    width: 115px;
    margin: 12px auto 0;
    position: relative;
}
.amz-head-top:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 119%;
    top: -10px;
    animation: slide 5s linear infinite;
    transform: rotate(-30deg);
    box-shadow: 0 3px 11px rgba(255, 255, 255, .5);
    left: 0;
}
.amz-bnr-warea {
    padding-top: 38px;
}
.amz-bnr-warea h3 {
    color: #1c225d;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 20px 0;
}
.amz-bnr-warea span {
    color: #0095da;
}
.amz-bnr-warea li {
    position: relative;
    font-size: 16px;
    color: #1c225d;
    margin-bottom: 15px;
    padding-left: 27px;
}
.amz-bnr-warea li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 19px;
    background: url(../images/check-grn.png) no-repeat;
}
.amzn-form {
    background: #085279;
    border-radius: 5px;
    padding: 20px;
    color: #fff;
}
.amzn-form h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    margin-bottom: 25px;
}
.amzn-form .form-control {
    font-size: 12px;
    border-radius: 3px;
    color: #085279;
    background-color: #e1eaef;
    padding: 8px 12px;
}
.amzn-form .form-group {
    margin-bottom: 5px;
}
.flex-center {
    align-items: center;
    display: flex;
}
.amzn-info-sec {
    padding: 50px 0;
}
.amzn-info-sec h3 {
    color: #00316e;
}
.amzn-info-sec p {
    color: #696969;
    line-height: 24px;
    font-size: 15px;
}
.amzn-info-sec ul.key-feat-block {
    display: flex;
    margin-bottom: 14px;
    justify-content: center;
    margin-top: 26px;
    align-items: center;
}
.amzn-info-sec ul.key-feat-block li {
    background: url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAAH8AAAB7CAYAAABdLF8FAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU0MDVCOUU1QjgzRDExRTk4QUNCQUQ1RjkzMzBBRjUxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU0MDVCOUU2QjgzRDExRTk4QUNCQUQ1RjkzMzBBRjUxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTQwNUI5RTNCODNEMTFFOThBQ0JBRDVGOTMzMEFGNTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTQwNUI5RTRCODNEMTFFOThBQ0JBRDVGOTMzMEFGNTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7PCT/rAAALR0lEQVR42uxde3CU1RU/+8hms4GEhA2QB0l4iSBUwhZapdh2nHHaRZE+BqetM1UqxdJpO7bWwc7Y1n9asO3oaKtFS2Vq1dFWFNSl/avaimJlJbYCpRAIkEB4JWAhQCDZnpN793H3ZpNNsrvf6/xmft9u7n6b3T2/e+4999z73c8Vi8WA4Uy4YMUjemkobL1fEo2Mw+Nc5HTkFGQjFBXXQqC8DopLglDkD4CvxI1lReAtAvD6YuD2uNAEMfB43GQK6Ovtwff1IbshFjsNbvdRcLmP4N+HkK3IFuQHyE47iO+15LeORvx4XIC8XnIeClUPAdR/TIVgoAxQ8MErvvoIWBl88hm9sRI5I8N725HNyG3It5DvIS+y+PkTvBGPNyM/j/wMkjwZYNwEgDLk2EoSr1DfplZyify7G/kGcivydeRBFn/0gk/E41eRtyEX9nspeXNlNUAFsnScWb5pABmWfAz5T+SLyOeRR1n87AXH/hduQq5E3oIs6m+Zy4MAwXp8RC93uczuVAsl18qW4CnZKvSx+Jn78TuQ9yCvEn0w1oPxdQATpwIUB6waU90qScHiw8inZTfB4qPoxXhchVyDrE6ITl4+aRr6fbFdRlb4Y+DXyAeQP0euNzpI9Booult6+oPIukTgHcQ4qhod3+e36/Ca4hgaX/8Q+WPkRqO6A7dBwn9SBkUbEsLT8GzWIoCGj9lZ+PQRA/3+Hcgb7O/50Ui5DIJWJcbXHozn6maKZt6ZaJLDxA2yNThjP8+PRmgYtBt5d0L48iqAaxY7Wfg4yB53SfvcbB/Pj0ZK8PgL5OqE6JSMqbsaoKoBGAoo4N2C/C3y3nyPCtx5Fp7y7O8iv50QvrgU4OrrWfjBW4FvSbtdZU3xoxFqvijnPTdRRgmaWSh8yViWeGjMkUHxUmuJH438AI+bkcn868QpANNDIsBjZAsKkF9B3mf+Pj8aoZmVR2X/LhsxbMUmz+ZmfnTdwDrkVNl99ppP/GiEpkP/AGISRn5tbFimXCsmYRijBQ2PgyAmunrM0+yLvPxLivAU0U+bz8LnFl+S3UDAHOILj/+TMj4lj5/aJAI8Rq5B6xn+jPQZK77o459RhXeJpp6Fz3cFeA7pMdLzaeHCcqVk8jXc1BeuC3jMGPGjkTUyGZEETcFW1bMshQPZf01hxRcJnJ+pI1Js5mtnshyFB+mwrDDiRyO0ovWPkLrqlVK2U+axDMblATYiZ+ZXfDFJQ0O6cm1I5/GyDMaB9Ng03CHgcD2fZufmKiU0O8e5ejNgNvJX+RFf9POrtX6e07ZmAq2VWJpb8cWlUOuVfp4maBrmsLnNB9KpIpee/xCyRmvui/xsavNhEvKXuRE/GlkMYolREmMqAYKT2czmxZ3IT49OfLG8+mGluaenk2exec0//KPl4Z7ReD7VoJBSEqzDAUU5m9f8mCf1G4H4Ypr2QfVsPL1mBpvVOiD9Skbi+bR4oFb1+gYO8qyFGm14PqT4IpN3v3omdh+TprI5rYf7Mnl/Js+/HcQ1ZUlU1trpokknYYI2WhtEfDdoq0Vd7PXWxncH0nog8WmVyHSlhC6rsub18QwB0nNJNuKv1Eo4oWMHfHMo8Wu0GkLRPa/HswOoRa8bTPyvQPpaftr8yPx74DCGBmX7vjaY+Ldpb6moYbPZB8sziU+7Vi5QTqUgr5RTuTbCfEjZWDJV/Fu0U7mvtyOWDiT+El38KjaV/XBTuviU/lusjgM8Yt6eYTfQPH9pqvgLIT3/S3194fayZRQOlKP/RKr4i7RTSivYTPbFpwYXn5t8O+O6VPGbtJdpv3qGXTEvLj6F9OpltV4fT9/aG7TCdxKJry++5ytwnIA5JP50PR7k6VsHYBqJ38jiOxKNJL6+RMdXwqZxiPh6Ap+DPSdgIok/XivmXTKdgGB8qJfm+T42jUPEL9WK3bzLhgMQIPHdbAdHopiE1zM6vL+OE+Bnr3cwSPxzWmnvFbaM/XGRxO9lOzgSl0j881pxH3u+A9BN4p/Uii/3sGnsj1Mk/mm9z7/MpnGI+Cd0z7/EprE/TpD4rVpxzwU2jf1xkMQ/oMeB3Wwa+6OVxN/P4jsSLST+h1rxhf+xaeyPD+NDvQ6l+EoPB332BundEc/t79RTAB+xieyLZjrExd+mvXyuk01kX7yTKv7b2svnu9hE9sVbqeJvpxhfFf8sQB/P+dgQpPO7qeJTVudN5RQS/hx7vw3xd5CTeamLObZqp509waayH/4af5Iq/qssviOwZSDxW5A71N6hW/T9DLvgfeS+gcQnvKCd3nWUTWYfvJj6R7r4zyPVZTydxwBiMTab9UFDt2cHE78d+Rel5PJF7vvtAdK1bTDxCeu1klNH2HTWh6brQOJHIH2a9+xJnua1NkjP17MRvw/EvfRSgH3+8QNsQuviUanrkOITnob0tX2n23ma15qgKfsNA70wsPihMKV7H1LbAwwWO9j7LQjSsTt78QUeR6qD/FOHRfTPsApwnA6/yfRiZvGF9/9E8/6j+9ik1sFPQUzawXA9P973N6ve38arfKyB5kx9fXbih8KUFfqeCPdTIv8ju9m05gbp9X0Y4iLcoa/PD4Vp/vcZpYyWeJ1uYxObFxuRfxvqpGw3Z7gH0lf4tu3hoZ85QTrdm82J2YkfCtNqzlVK2ZXLAIf+zaY2H0inztyJLyoALQJ4QimjCZ+Th9nc5gHl77dke/Jw9+Sh5mS31vzzFT5mwB4Z5EF+xA+FKVP0RfJ5Zezf8j7v42MsSI8vQIZMXq48nyrAXjzeqQz/Lp0HaP2AJTBuWLcCuXe4bxzZVmyh8Mt4/JFSduY4QPtelqLwIB02jeSNI9+HLxReqwWAHS0cABYWZP+1I33zaDdh/I5W647sAujqYFnyj03S/mCM+CL9S7ddT17wQYs9Dzbzur/8Yqu0e69x4osKQPu2fVmtAH0AB3ZyBcif8GTvUe+Xl5u9d8UQcJnSBcSHgF3HWK7cNvXLhjuky6/4yRZgOfJJpQWgLoCDwFzgSWnfnO2Q6YGmz+mlNTNG9t9qZsSQr8GxfbTc50akS6QgToiWoGx8oogxrHH8/cg1oEytm8nz1VZgHYiMU3LVB63+3R/l3T2Hh4+kHdfl45/nb7/9UHgziFuz70qUUQuw522eC8gOZLcFyM35+oD83mxBpIKpAiSvFqFU8H+wApw8xPJmbuafkHb7bz4/KP932qCRQCh8Nz67FeILQqj/P4wVe/8OXg2sokPaaXWuInpjxU9WAppnno38fSJwoW5g1z/4WkBhjw3SPq8W6kMLe4+dULgL+Q189lmI7/3XK1cE7d3u1FXBO6U97kIWdBMkY26wFArT5k8fR1JFEBeG0KLQPduwIvzLKV1Bu/z9ZIc3jfgCuR3nDz8nsBOO7aPghm740AR0g0fyfgoGaQvYQJkdb/N2HPkA8uvI93I9dreG+MnPuoLcjpXgcekNMyEWq4TzZ0RmkFYI+8cAeC1/f1/a84iugLoDiYEOGL70yQUrHhmoWTbuG0Uj1BUtQa5EhvsrKGUFy4MAwXp8nIB/WiZLSLNuryF/B2Lfgz4zfTnzia9WhBo83g4ipx3qLyvyA1RWA1QgS8eZVXTa1Yw2t3oO0i92ZfFHVBGm4XEpkvqpG5B+KA5gS1AFUIatwdhKDF89Rn07ilDpyiba9+YV5EErNEvWEV+tCKh6fwZsEfI65Hxwu6shgC3BmApBChaplchfpE4XQr4jRSdPt9yNiawZSov1A29IxitEEIeL1yKphWhENkBRcT1WghrwBSrB5/eDr8QLXh8Rf7kvBh5qKVz46BVD3r7eHtkvX8CgsxMrVBu43JSBolx0qwzaaJmyLfaj/78AAwAyrIBKdGvpuQAAAABJRU5ErkJggg==) no-repeat;
    padding: 26px 12px 26px 30px;
    text-align: center;
    font-size: 14px;
    min-height: 100px;
    align-items: center;
    display: flex;
    color: #333;
    font-weight: 500;
    line-height: 18px;
    margin: 12px 14px;
    width: 146px;
    justify-content: center;
    border-radius: 100%;
    height: 146px;
    flex-wrap: wrap;
    flex-direction: column;
    background-size: cover;
    position: relative;
    z-index: 1;
    box-shadow: none;
}
.amzn-info-sec ul.key-feat-block li:before {
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 11px;
    content: '';
    border-radius: 100%;
    z-index: -1;
    width: 100%}
.amzn-why-muthoot {
    background: #075e97;
    padding: 45px 0;
    color: #fff;
    font-weight: 300!important;
}
.why-muthoot-warea h2 {
    font-size: 24px;
    font-weight: 600;
}
.why-muthoot-warea p {
    font-size: 15px;
    line-height: 24px;
}
.muthoot-usps div[class^=col-md] {
    position: relative;
    display: flex;
    align-items: center;
}
.muthoot-usps div[class^=col-md]:before {
    content: "";
    position: absolute;
    width: 0;
    height: 50px;
    left: 0;
    top: 50%;
    margin-top: -25px;
    background: #528fb7;
    width: 1px;
}
.muthoot-usps div[class^=col-md] img {
    float: left;
}
.muthoot-usps {
    margin-top: 25px;
}
.muthoot-usps p {
    line-height: 18px;
    font-size: 13px;
}
.muthoot-usps p span {
    font-weight: 500;
}
.muthoot-usps div[class^=col-md]:first-child:before {
    background: 0 0;
}
.amz_tnc {
    font-size: 9px;
    line-height: 11px;
    margin-top: 10px;
}
.amz_tnc.form-group {
    margin-bottom: 0;
}
.amzn-bnr-sec>div {
    display: flex;
    align-items: center;
}
.amzn-bnr-sec>div:first-child {
    align-items: flex-end;
}
.amzn-form {
    margin-bottom: 25px;
}
.amz_tnc a {
    color: #7ad5ff;
}
.owl-carousel.pm-carousel .owl-nav {
    display: none;
}
.owl-carousel.pm-carousel .owl-item a {
    background: #aee5ff;
    display: block;
}
.owl-carousel.pm-carousel .owl-item span {
    display: block;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
}
.owl-carousel.pm-carousel .owl-item h5 {
    font-size: 13px;
    font-weight: 600;
    margin-top: 9px;
}
#megamenu>li:nth-child(8) ul.sub-menu {
    min-width: 230px;
    padding: 10px 10px 0;
    right: 45px;
    min-height: 40px;
    left: auto;
}
.adgl-vdo {
    margin-bottom: 50px;
}
.adgl-vdo-title h5 {
    margin: 4px 0 0 0;
}
.adgl-vdo iframe {
    margin-top: 10px;
}
.ri-banner {
    margin-top: 120px;
    padding-right: 50px;
}
.ri-content-wrap {
    background: #e5f4fb;
    padding: 50px 0;
    margin-top: 20px;
}
.ri-content-wrap .container {
    width: 1070px;
}
.ri-content-left h3 {
    font-size: 50px;
    color: #003d59;
    line-height: 54px;
    font-weight: 400;
    margin-bottom: 28px;
}
.ri-initiatedby {
    background: #fff;
    display: inline-block;
    padding: 10px 20px;
}
.ri-initiatedby span {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 12px;
    color: #003d59;
}
.ri-initiatedby a:last-child img {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #eee;
}
.ri-content-right p {
    font-size: 16px;
}
.ri-content-right p strong {
    position: relative;
    margin-top: 30px;
    display: inline-block;
}
.ri-content-right p strong:before {
    position: absolute;
    width: 18px;
    height: 1px;
    content: '';
    background: #000;
    top: -12px;
    left: 0;
}
.ri-content-right a {
    background: #0071a7;
    color: #fff;
    padding: 12px 34px;
    margin-top: 26px;
    display: inline-block;
    font-size: 20px;
    border-radius: 6px;
    transition: .3s ease all;
}
.ri-content-right a:hover {
    background: #0bc1fa;
}
.ri-quote-box {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    background-image: url(../images/ri-quote-box-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    border-radius: 8px;
    padding: 110px 110px;
}
.ri-quote-box h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 40px;
}
.ri-quote-cta a {
    margin: 0 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    transition: .3s ease all;
}
.ri-quote-cta a:hover {
    color: #ddd;
}
.ri-quote-cta a img {
    transition: .3s ease all;
}
.ri-quote-cta a:hover img {
    transform: translateX(3px);
}
#megamenu li.ri-btn a {
    background: #0095da;
    color: #fff;
}
.top-menu-list .top-left-menu.watsapp-link a.register-loan {
    background: 0 0;
    color: #0095da;
    position: relative;
    margin-left: 20px;
    border-radius: 3px;
    display: inline-block!important;
}
.top-menu-list .top-left-menu.watsapp-link a.register-loan img {
    position: absolute;
    left: -20px;
    bottom: -3px;
}
.top-menu-list .top-left-menu.watsapp-link a.register-loan span {
    width: auto;
    line-height: normal;
    font-size: 12px;
    padding: 8px 4px 9px 14px;
    text-transform: capitalize;
    font-weight: 600;
}
.mbl-btm-loan {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #001641;
    z-index: 999;
}
a.register-loan-btm {
    font-size: 15px;
    color: #fff;
    position: relative;
    padding: 10px 0;
    display: inline-block;
}
a.register-loan-btm img {
    position: absolute;
    left: 0;
    top: -24px;
}
a.register-loan-btm span {
    margin-left: 60px;
}
a.register-loan-btm span strong {
    font-size: 17px;
    text-decoration: underline;
}
.loan-home-side-box {
    background: #d2edfa;
    margin-top: 25px;
    text-align: center;
    padding: 20px 14px;
}
.loan-home-side-box>div img {
    float: left;
}
img.homeloan-side-title {
    margin-bottom: 20px;
}
.loan-home-side-box p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 6px;
}
.loan-home-side-box>div h5 {
    text-align: left;
    display: inline-block;
    width: 50%;
    margin: 2px 0 0 12px;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}
.loan-home-side-box p a {
    color: #fff;
}
.amzn-form select {
    font-size: 12px;
    border-radius: 3px;
    color: #757575;
    background-color: #e1eaef;
    padding: 8px 12px;
    width: 100%}
.amzn-form .row .col-md-6:first-child {
    padding-right: 3px;
}
.amzn-form .row .col-md-6:last-child {
    padding-left: 3px;
}
.rcb-btm-form {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.rcb-btm-wrap {
    background: #ffc34b url(https://www.muthootfincorp.com/wp-content/themes/muthoot/images/rcb-btm-form-bg.png);
}
.rcb-btm-wrap>.container {
    position: relative;
}
.rcb-btm-wrap>.container>img {
    position: absolute;
    bottom: 53px;
    z-index: -1;
    left: -15px;
}
.rcb-logo {
    float: left;
    width: 40%}
.rcb-form {
    float: left;
    display: inline-block;
    width: 60%}
.rcb-btm-form form {
    float: left;
    display: inline-block;
    margin-top: 10px;
    width: 100%}
.rcb-btm-form form input {
    padding: 8px 10px;
    width: 21%;
    font-size: 13px;
    border-radius: 5px;
    border: none;
    margin: 0 5px;
    float: left;
}
.players-img {
    position: absolute;
    bottom: 53px;
    left: -10px;
}
.players-img img {
    width: 70%}
.rcb-btm-form #submit-rcbbtn {
    border: none;
    background: #001641;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    padding: 7px 10px;
    text-transform: capitalize;
    margin-left: 6px;
    cursor: pointer;
}
.rcb-logo:before {
    content: "";
    background: url(https://www.muthootfincorp.com/wp-content/themes/muthoot/images/white-logo-bg-trans.png) no-repeat;
    width: 480px;
    height: 53px;
    position: absolute;
    left: -20px;
    top: 0;
}
.rcb-logo img {
    z-index: 1;
    position: relative;
}
a#btmformClose {
    display: inline-block;
    position: absolute;
    z-index: 999999;
    bottom: 42px;
    right: 26px;
}
#fc_frame, #fc_frame.fc-widget-normal {
    bottom: 65px;
}
a.register-loan-btm {
    display: none;
}
.rcb-side-box {
    position: relative;
    margin-top: 22px;
}
#fc_frame.fc-widget-normal.h-open-container, #fc_frame.h-open-container {
    max-height: calc(100% - 30%)!important;
}
.rcb-btm-form input#btm-form-city {
    display: none;
}
.mobile-branch {
    display: none;
}
.e-swarna-mgp {
    background: #e6f2f8 url(https://www.muthootfincorp.com/wp-content/uploads/2020/11/mpg-icon-m.png) no-repeat;
    background-position: bottom center;
    padding: 70px 0 50px;
    position: relative;
}
.e-swarna-mgp img.brand-ambassador {
    position: absolute;
    right: 20px;
    bottom: 0;
}
.e-swarna-mgp img.mpg-coins {
    position: absolute;
    left: 20px;
    top: 70px;
}
p.mpg-text-para {
    padding: 8px 0 0 90px;
    width: 100%;
    color: #000;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
}
.mpg-main-text {
    margin-left: 150px;
    margin-bottom: 84px;
}
.reason-to-choose p {
    margin: 0;
    padding-left: 67px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 21px;
}
.reason-item p span {
    font-weight: 600;
    color: #0095da;
}
.reason-to-choose img {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -25px;
}
.eswarna-bnr-mob {
    display: none;
}
.eswarna-bnr-top {
    display: block;
}
.eswarna-about h4 {
    font-size: 17px;
    color: #000;
}
.eswarna-about h3:before {
    position: absolute;
    width: 40px;
    height: 3px;
    background: #c8971e;
    bottom: -8px;
    left: 0;
    content: ''}
.eswarna-ben-box p {
    font-size: 14px;
    font-weight: 500;
    color: #212529;
    line-height: 21px;
}
.goog-te-gadget-icon {
    display: none!important;
}
div#ncd-nature .tbl-td-block:nth-child(2) {
    width: 28.98%}
div#ncd-nature .tbl-td-block:nth-child(3) {
    width: 19.32%}
div#ncd-nature .tbl-td-block:nth-child(4) {
    width: 28.98%}
div#ncd-nature .tbl-td-block:nth-child(5) {
    width: 9.66%}
#ncd-footer p.disclaimer a {
    font-weight: 600;
}
li.top-right-menu.ncdv-top-link {
    padding-left: 6px;
}
.top-menu-list li.top-right-menu.ncdv-top-link a {
    font-weight: 700;
    color: #0095da;
}
li.top-right-menu.ncdv-top-link a img {
    margin-right: 2px;
}
.inner-banner-blk {
    margin-top: 105px;
    position: relative;
    background: #cef2fe;
}
.inner-banner-img-blk {
    overflow: hidden;
}
.banner-img-blk {
    background: 0 0;
    background-size: auto;
    background-size: cover;
    height: 100%;
    width: 100%}
.banner-img-blk:before {
    content: '';
    background: url(https://www.muthootfincorp.com/wp-content/themes/muthoot/images/tilt-line-bg.png);
    position: absolute;
    left: -62px;
    top: 0;
    width: 97px;
    height: 100%;
    background-repeat: no-repeat;
}
.check-list {
    margin-top: 15px;
}
.check-list li {
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    padding-bottom: 5px;
    font-weight: 500;
}
.check-list li:before {
    content: "\f058";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #0095da;
    font-size: 14px;
    padding-right: .5em;
    position: absolute;
    top: 0;
    left: 0;
}
.content-blk h1 {
    font-size: 30px;
    font-weight: 700;
    z-index: 1;
    position: relative;
}
.content-blk {
    position: relative;
    width: 96%;
    padding: 60px 0 0;
    min-height: 298px;
}
.right-blk {
    position: absolute;
    right: 0;
    padding: 0;
    bottom: 0;
    top: 0;
}
.banner-img-blk img {
    height: 100%;
    object-fit: cover;
}
.content-blk:before {
    content: '';
    background: url(https://www.muthootfincorp.com/wp-content/themes/muthoot/images/mpg-logo-bg.jpg) no-repeat!important;
    position: absolute;
    left: 0;
    top: 0;
    width: 461px;
    height: 300px;
    background-repeat: no-repeat;
}
.content-blk .check-list li {
    font-size: 15px!important;
    line-height: 21px;
}
.banner-img-blk img {
    max-width: 100%}
a.about-es-cta {
    position: absolute!important;
    top: 4px!important;
    right: 16px;
    color: #c8971e;
    border: 1px solid #c8971e;
    padding: 3px 12px;
    border-radius: 3px!important;
    font-weight: 600;
    font-size: 14px;
}
a.about-es-cta:hover {
    background: #c8971e!important;
    color: #fff!important;
}
.e-about-text {
    position: relative!important;
}
h1.single-h1-head {
    top: 46%;
    position: absolute;
}
.menus-middle-section {
    background: #016999;
    display: none;
}
.mms-list {
    display: flex;
    justify-content: center;
}
.mms-list li a {
    color: #fff;
    display: block;
    padding: 10px;
}
.mms-list li a:hover {
    background: #005176;
}
.non_mobile {
    display: block;
}
.mobile {
    display: none;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a98e9;
    opacity: 1;
    z-index: 100;
    display: none;
}
.cnt223 {
    min-width: 800px;
    width: 800px;
    margin: 100px auto;
    background: #f3f3f3;
    position: relative;
    z-index: 103;
    padding: 15px 12px 55px 25px;
    border-radius: 5px;
    box-shadow: 0 2px 7px #3333335c;
}
.popup, .popup1, .popup2, .popup3 {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
}
.cnt223 h3 {
    font-size: 20px;
    text-align: center;
}
.cnt223 p {
    clear: both;
    color: #555;
    font-size: 13px;
    font-family: Montserrat, sans-serif;
}
.cnt223 p a {
    color: #d91900;
    font-weight: 700;
}
.cnt223 .x {
    float: right;
    height: 35px;
    left: 22px;
    position: relative;
    top: -25px;
    width: 34px;
}
.cnt223 .x:hover {
    cursor: pointer;
}
#ncd-diclaimer-popup {
    position: relative;
    height: 370px;
    overflow-y: scroll;
    padding: 0 30px 0 0;
    margin-bottom: 16px;
    font-family: Montserrat, sans-serif;
}
#ncd-diclaimer-popup p {
    font-family: Montserrat, sans-serif;
}
#ncd-diclaimer-popup ul li {
    font-size: 13px;
    padding-bottom: 4px;
    color: #555;
}
#ncd-diclaimer-popup ul li i {
    margin-right: 7px;
}
#ncd-diclaimer-popup ul li:last-child {
    margin-bottom: 12px;
}
.ncd-popup-btns .ncd-popup-btn {
    display: inline;
    margin-right: 10px;
}
.close {
    float: none;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}
.close:hover {
    color: #fff;
    text-decoration: : none;
    opacity: 1;
}
.ncd-popup-btns {
    position: absolute;
    width: 100%;
    text-align: center;
}
img.emoji, img.wp-smiley {
    display: inline!important;
    border: none!important;
    box-shadow: none!important;
    height: 1em!important;
    width: 1em!important;
    margin: 0 .07em!important;
    vertical-align: -.1em!important;
    background: 0 0!important;
    padding: 0!important;
}
.blue-benefit-block img {
    margin-top: 0!important;
}
.founder-detail-profile figure img {
    height: 100%}
strong {
    font-weight: 800;
}
.loan-point-list strong {
    font-weight: 800;
}
.bg-grey {
    background: #eaeaea;
    padding: 20px;
}
.founder-images figure img {
    height: auto;
}
.interest-schemes ul li:nth-child(4) {
    margin-top: 12px!important;
    display: block;
}
.responsive-img {
    width: 100%;
    height: auto;
}
.intl-money-service a strong {
    color: #212543;
}
#video {
    position: relative;
    height: 360px;
}
header {
    z-index: 99!important;
}
.lity-container {
    position: relative;
}
.lity-container .lity-close {
    font-size: 30px;
    color: #fff;
    top: -3%;
    right: -3%;
    position: absolute;
}
.custom-gallery .gallery-listing {
    margin-bottom: 30px;
}
.contact-form {
    z-index: 9;
}
.modal-backdrop.show {
    opacity: .5;
    z-index: 999;
}
.embed-responsive-16by9:before {
    padding-top: 0;
}
.emi-tab-content .ruler-heading {
    display: block!important;
}
.emi-tab-content .ruler-heading span {
    float: right;
}
.news-right ul strong li {
    margin-top: 45px;
}
ul.key-feat-block {
    flex-wrap: wrap!important;
}
.founder-section-content .table-bordered p {
    margin-bottom: 0;
}
.muthoot-blue-blk {
    padding-top: 160px;
    background: #2195d2;
    background: url(../images/muthoot-blug-bg.jpg);
    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;
    text-align: left;
}
.muthoot-blue-blk .middle-text {
    padding-left: 0;
}
.mbb-blk {
    display: flex;
    align-items: flex-start;
}
.mbb-left {
    margin-right: 45px;
}
.mbb-wrapper {
    position: relative;
    top: -85px;
}
.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 rgba(255, 255, 255, .5);
    height: 50px;
    position: absolute;
    right: 0;
}
.mb-list li:last-child:after {
    border: none;
}
.mb-icon {
    margin-right: 10px;
}
.mb-list li p span {
    display: block;
}
.mb-vidya {
    position: absolute;
    right: 0;
    bottom: 0;
}
.contact-button {
    width: 18%;
    display: inline-block;
    float: right;
}
.top-form-ncd .form-group:nth-child(2) {
    width: 160px;
}
.top-form-ncd .form-group span.billing_phone {
    display: flex;
    width: 160px;
}
.top-form-ncd .form-group span.billing_phone input#mobile_number {
    width: 90px;
    display: inline-block;
}
.top-form-ncd .form-group span.billing_phone a#getotp {
    color: #fff;
    font-size: 11px;
    width: 120px;
    background: #c59a1d;
    padding: 8px 1px 0;
    border-radius: 0 3px 3px 0;
    margin-left: -2px;
    text-align: center;
    display: inline-block;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
.top-form-ncd .form-group input#otpfield {
    font-size: 12px;
    border-radius: 3px;
    padding: .5rem .75rem;
    border: none;
    width: 100%}
#otperror {
    position: absolute;
    font-size: 11px;
    bottom: -15px;
    font-weight: 500;
}

.disclamer ol{line-height: 24px;list-style: auto;margin-left: 45px}
.disclamer ol li{position: relative;font-size: 13px;padding-left: 7px}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
.disclamer .accordion .card {background: transparent;}
.disclamer .accordion .card-header{background: transparent;font-weight: 500;}
.disclamer .accordion .card-body ul{    list-style: lower-alpha; list-style-position: inside;padding-left: 50px;}
.disclamer .accordion .card-body ul li{color: #333;  font-size: 13px;  margin-bottom: 10px;}
@media (min-width:1200px) {
    .muthoot-usps div[class^=col-md] img {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -25px;
}
}.muthoot-usps div[class^=col-md] p {
    margin: 0;
    padding-left: 67px;
}
.mpg-logo-sec {
    height: 60px;
    margin-right: 30px;
}
.amz-btm-logos {
    padding: 10px 0;
}
.amz-copyright-sec {
    background: #e2e2e2;
    line-height: 18px;
    font-size: 13px;
    color: #5e5d5d;
    padding: 8px 0;
}
.opening-right .btn-primary .arrow {
    border-color: transparent transparent transparent #fff;
}
.opening-content {
    background-color: #2f5c86;
    padding: 28px 30px 33px 26px;
    margin-bottom: 12px;
}
.opening-right .btn-primary {
    font-weight: 500;
    padding: 11px 18px;
    border-radius: 4px;
    background: #0096ff;
}
.amz-form-btn {
    margin-top: 15px;
}
.amz-form-btn .btn {
    background-color: #69a508;
}
.amz-form-btn .btn i {
    display: none;
}
.page-template-page-amazon-php img {
    max-width: 100%}
.home-csr-activities ul {
    margin-bottom: 17px;
}
.home-csr-activities li {
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    color: #333;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.home-csr-activities li::after {
    color: #0095da;
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 9px;
}
.emi-calculator .ui-state-default, .emi-calculator .ui-widget-content .ui-state-default {
    border-radius: 50%}
.emi-calculator .ui-state-default:focus, .emi-calculator .ui-widget-content .ui-state-default:focus {
    outline: 0;
}
.interest-rate.fxd {
    margin-left: 38px;
    margin-right: 0;
}
.grecaptcha-badge, .grecaptcha-logo {
    visibility: hidden!important;
}
@-webkit-keyframes slideOutDown {
    0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}@keyframes slideOutDown {
    0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}.animate__slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes flipInX {
    0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}@keyframes flipInX {
    0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}.animate__flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.f-bottom {
    position: relative;
}
.restart-india-ft-link {
    position: absolute;
    right: 22%;
    bottom: 30px;
    background-color: #fff;
    border-radius: 3px;
    padding: 8px;
    text-align: center;
    width: 211px;
}
.restart-india-ft-link img {
    width: 100%}
.top-slide-txt {
    background: #0095da;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none;
}
.owl-top-header.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    text-align: center;
}
.top-slide-txt span i {
    font-size: 14px;
}
.top-slide-txt a {
    color: #fff;
    text-decoration: none;
    padding: 0 3px;
}
.top-slide-txt a:hover {
    text-decoration: none;
    border: 0;
}
.banner-section {
    margin-top: 105px;
}
.res-india-wrap {
    margin-top: 37px;
}
.inner-banner {
    margin-top: 105px;
}
.ri-inner-block {
    background: #d9eff9;
    margin: 50px 0 -20px;
    padding: 30px 15px;
    display: flex;
    align-items: center;
}
.ri-inner-block p {
    font-size: 13px;
    text-align: justify;
    color: #000;
    margin-bottom: 0;
}
.eswarna-about {
    padding: 60px 0 36px;
}
.eswarna-about h3 {
    font-size: 30px;
    color: #404040;
    position: relative;
    margin-bottom: 25px;
}
.eswarna-about h3 span {
    color: #c8971e;
}
.eswarna-about h3:after {
    position: absolute;
    content: "";
    width: 42px;
    height: 3px;
    background: #c8971e;
    left: 0;
    bottom: -5px;
}
.eswarna-bnr-top {
    margin-top: 105px;
    position: relative;
    min-height: 262px;
    background: url(https://www.muthootfincorp.com/wp-content/themes/muthoot/images/eswarna-bg.jpg);
    background-size: cover;
}
.eswarna-bnr-txt {
    display: block;
}
.eswarna-bnr-txt p {
    margin-bottom: 0;
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.eswarna-bnr-txt p:last-child {
    color: #097fb6;
    font-size: 25px;
    font-weight: 400;
}
.eswarna-bnr-txt p:last-child strong {
    font-weight: 700;
}
.eswarna-about p {
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    color: #656567;
    text-align: justify;
}
.eswarna-benefits {
    background: #0196da url(https://www.muthootfincorp.com/wp-content/themes/muthoot/assets/images/gold-bg-pattern.png) repeat;
    padding: 46px 0 10px;
    text-align: center;
}
.eswarna-about h3 {
    font-size: 30px;
    color: #404040;
    position: relative;
    margin-bottom: 25px;
    text-align: left;
}
.eswarna-about h3 span {
    color: #c8971e;
}
.eswarna-about h3:after {
    position: absolute;
    content: "";
    width: 42px;
    height: 3px;
    background: #fff;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.eswarna-ben-box {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #cb9e2d;
    padding: 50px 20px 0;
    grid-gap: 50px 100px;
    display: inline-grid;
    text-align: center;
    grid-column: 3;
    width: calc(100%/3 - 60px);
    margin: 0 30px 50px;
    position: relative;
    height: 145px;
    justify-content: center;
    align-items: center;
}
.eswarna-logo {
    margin: 58px 0 22px;
    display: block;
}
.valign-top {
    align-items: flex-start;
}
.eswarna-ben-box strong {
    color: #0095da;
}
.esw-img.esw-img {
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
}
.eswarna-benefits h3 {
    color: #fff;
    margin-bottom: 80px;
    display: block;
    position: relative;
}
.eswarna-benefits h3:after {
    position: absolute;
    content: "";
    width: 42px;
    height: 3px;
    background: #fff;
    left: 0;
    bottom: -15px;
    right: 0;
    margin: 0 auto;
}
.eswarna-benefits .valign-top>div {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
}
.inner-banner.inr-blog-ttl {
    height: auto;
}
.inr-blog-ttl h1 {
    color: #0095da;
    font-size: 32px;
    padding-top: 15px;
}
@media (max-width:992px) {
    .megamenu_img {
    display: none;
}
#megamenu>li>a.menu_search {
    display: none;
}
#megamenu>li.menu_search_li form input {
    width: calc(100% - 105px);
    margin-right: 5px;
}
#megamenu>li.menu_search_li form {
    margin-top: 5px;
}
#megamenu>li>a.menu_search {
    background: #0095da;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 5px;
}
#megamenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(-150%);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    background-color: #fff;
    z-index: 9;
    display: block;
    padding: 5px;
    box-shadow: 3px 0 7px 2px rgba(0, 0, 0, .2);
    flex-wrap: unset;
    align-items: unset;
}
#megamenu>li.menu-item-has-children>a:after {
    display: none;
}
#megamenu.active {
    transform: translateX(0);
}
#megamenu>li, #megamenu>li>a {
    display: block;
    padding: 0;
    margin: 0;
}
#megamenu>li>a {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px;
}
#megamenu>li>ul {
    position: relative!important;
    min-width: 100%;
    padding: 0 10px;
    margin: 0!important;
    display: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    min-height: auto;
    padding-left: 20px;
    background: #f3f3f3;
    margin-left: -5px;
}
.header-content {
    padding-top: 3px;
}
.logo {
    right: unset;
    top: unset;
    bottom: 0;
    transform: translateY(100%);
    padding: 6px 0;
}
.logo img {
    max-width: 55px;
}
.top-menu-list {
    padding-bottom: 3px;
    margin-bottom: 3px;
}
.top-menu-list:after, .top-menu-list:before {
    display: none;
}
.top-menu-list {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.mobile-menu {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    bottom: -20px;
    cursor: pointer;
    z-index: 12399994;
    display: block;
    transform: translateY(100%);
    margin: 0;
    outline: 0!important;
}
.mobile-menu:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 2px;
    width: 100%;
    background: #404040;
    content: ''}
.mobile-menu span {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    bottom: 12px;
    right: 0;
    display: block;
    height: 2px;
    width: 100%;
    background: #404040;
}
.mobile-menu:after {
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    height: 4px;
    width: 100%;
    border-top: 2px solid #404040;
    content: ''}
.mobile-menu.menu-opened:before {
    top: 10px;
    background: #404040;
    width: 22px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobile-menu.menu-opened span {
    opacity: 0;
}
.mobile-menu.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 10px;
    border: 0;
    height: 2px;
    width: 22px;
    background: #404040;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.body_noscroll .why-choose {
    z-index: -1;
}
.mobile-menu-open {
    display: block;
    position: absolute;
    top: 6px;
    bottom: 0;
    width: 30px;
    height: 30px;
    right: 0;
    padding: 4px 0;
    text-align: center;
    background: #0095da;
    color: #fff;
    cursor: pointer;
}
.mobile-menu-open.show_submenu .fa {
    transform: rotate(180deg);
}
#megamenu>li>ul>li .mobile-menu-open {
    width: 25px;
    height: 25px;
    right: 5px;
    padding: 2px;
    top: 3px;
}
#megamenu>li>ul>li>a {
    padding: 6px 0!important;
    border-bottom: 1px solid #e4e4e4;
    font-weight: 500;
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-align: left;
}
#megamenu>li>ul>li>a>span.menu-image-title {
    padding-right: 34px;
    display: block;
}
#megamenu>li>ul>li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    position: relative;
}
#megamenu>li>ul>li:first-child>a {
    padding-top: 6px;
}
#megamenu>li>ul>li>ul {
    display: none;
}
#megamenu>li>ul>li>ul {
    padding-left: 10px;
}
#megamenu>li>ul>li>ul>li {
    margin: 8px 0;
}
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    height: 100%;
    width: 100%;
    z-index: 5;
    cursor: pointer;
}
.page-template-page-amazon-php img {
    max-width: 100%}
.amz-bnr-warea h3 {
    font-size: 19px;
    line-height: 26px;
}
.amz-bnr-warea li {
    font-size: 15px;
}
.amzn-info-sec h3 {
    font-size: 22px;
}
.amzn-info-sec p {
    font-size: 13px;
    line-height: 19px;
}
.muthoot-usps img {
    float: left;
    height: 40px;
    margin-right: 5px;
}
.muthoot-usps p {
    margin-bottom: 0;
}
#fc_frame, #fc_frame.fc-widget-normal {
    bottom: 60px!important;
}
}@media(max-width:1024px) {
    .mb-vidya img {
    height: 319px;
    position: relative;
    bottom: 0;
    right: 0;
}
.muthoot-blue-blk {
    padding-top: 90px;
}
.mbb-wrapper {
    top: -20px;
}
}@media(max-width:991px) {
    .mb-list {
    flex-wrap: wrap;
}
.mb-list li {
    width: 44%;
    margin-bottom: 15px;
}
.mb-vidya img {
    position: relative;
    bottom: -1px;
    right: 8px;
    height: 222px;
}
}@media(max-width:767px) {
    .non_mobile {
    display: none;
}
.mobile {
    display: block;
}
.key-benefits.mobile .row .col-6:first-child {
    border-right: 1px solid #e5e5e5;
}
.key-benefits.mobile .row {
    border-bottom: 1px solid #e5e5e5;
}
.key-benefits.mobile .col-6 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.key-benefits.mobile {
    text-align: center;
}
.benefitIcon {
    margin-bottom: 10px;
}
.wp-image-14351 {
    width: 100%}
.inr-blog-ttl h1 {
    font-size: 27px;
    padding-top: 25px;
}
.ri-inner-block {
    margin-bottom: 10px;
}
.ri-inenr-block img {
    margin-bottom: 30px;
}
.loan-sticky {
    display: none;
}
.top-slide-txt span i {
    font-size: 10px;
}
.top-slide-txt {
    font-size: 15px;
    line-height: 16px;
    padding: 4px 0;
}
.restart-india-ft-link {
    position: relative;
    bottom: auto;
    right: 0;
    left: 0;
    margin: 0 auto 15px;
    display: block;
    padding: 10px 0;
    width: 270px;
}
.restart-india-ft-link img {
    width: auto;
}
.endpoint-dropdown-web {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.rtbs>.rtbs_content {
    padding: 20px 15px!important;
}
.choose-content>p {
    position: relative;
}
.top-menu-list li a {
    font-size: 0;
}
.muthoot-video h3 {
    bottom: 0;
    transform: rotate(0);
    left: 0;
    font-size: 16px;
    position: relative;
}
.banner-section figure img {
    max-width: 100%}
.rtbs_content h4.title4 {
    margin-top: 20px;
}
.rtbs_full .rtbs_menu li.mobile_toggle {
    padding-left: 15px!important;
}
.rtbs_full .rtbs_menu ul li {
    padding-left: 0!important;
    border: 1px solid #ccc;
    border-top: none;
}
.inner-heading .rtbs .rtbs_menu li a {
    font-size: 15px!important;
    justify-content: left;
    padding: 13px 20px!important;
    min-height: auto;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.rtbs_full .rtbs_menu ul li a {
    font-size: 15px!important;
    justify-content: left;
}
.main-header .navbar-nav {
    width: 100%;
    margin: 0;
    background-color: #fff;
    padding: 10px;
    margin-top: 9px;
}
.link-slide {
    display: none;
}
.navbar-toggler {
    margin-top: 0;
    position: absolute;
    top: -120px;
}
.navbar-toggler.mobile-menu {
    top: 30px;
    right: auto;
    left: 0;
    transform: none;
}
.main-header li.right-shift {
    margin-left: 0;
}
.muthoot-carousel iframe {
    width: 100%;
    height: 300px;
}
.muthoot-video {
    padding-left: 0;
    width: 100%}
.muthoot-video-content {
    margin: 10px 0 0;
    display: block;
}
.why-choose-content {
    padding-left: 0;
    width: 100%}
.choose-heading {
    margin-top: 10px;
}
.choose-heading h2 {
    font-size: 22px;
    margin-bottom: 24px;
}
.choose-content li {
    width: 100%;
    margin-bottom: 10px;
}
.owl-nav {
    bottom: 2px;
    z-index: 999;
}
.why-choose {
    margin-bottom: 0;
}
.key-content.product-carousel li {
    width: 100%}
.news-left {
    width: 100%}
.news-left-img figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.news-right {
    display: block;
    width: 100%;
    float: none;
    margin: auto;
}
.view-all {
    margin: 39px 0 40px;
}
.news-right-figure {
    position: relative;
    left: 43px;
}
.news-right ul li {
    padding-left: 0;
}
.f-menus-col {
    width: 100%;
    margin-bottom: 20px;
}
.f-bottom {
    padding-bottom: 0;
    margin-top: 0;
}
.f-logo a {
    margin-bottom: 20px;
    margin-right: 0;
}
.f-content {
    flex-direction: column;
    align-items: flex-start;
}
.f-logo {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.f-apps {
    display: inline-block;
    width: 100%;
    text-align: center;
    max-width: 100%}
.f-content-right .select-web .form-control {
    width: 100%;
    padding-right: 15px;
}
.select-web select.form-control {
    width: 100%;
    padding-right: 15px;
}
.f-apps a {
    margin-bottom: 20px;
}
.select-web .form-control {
    width: 100%;
    padding-right: 15px;
}
.f-content-right .select-web .btn {
    padding: 11px 20px;
}
.contect-content {
    width: 100%;
    margin-top: 34px;
}
.contect-content h4 {
    font-size: 24px;
    line-height: 28px;
}
.home-contact-form {
    width: 100%;
    margin-top: 20px;
}
.home-contact-form .form-group {
    padding-left: 0;
    width: 100%}
.home-contact-form .form-group.textarea-dec {
    width: 100%}
.capcha {
    width: 100%}
.home-contact-form {
    margin-bottom: 20px;
}
.testimonial-inner figure {
    width: 80px;
    height: 80px;
}
.testimonial-img-section::after {
    width: 83px;
    height: 83px;
}
.testimonial-inner {
    width: 100%;
    font-size: 13px;
    padding-top: 92px;
    margin-bottom: 20px;
    padding-left: 0;
}
.testimonial-inner::after {
    left: 100px;
    top: 23px;
}
.owl-dots {
    margin-top: 20px;
    padding-bottom: 20px;
}
.owl-dots {
    margin-top: 20px;
}
.choose-heading p {
    font-size: 13px;
}
.choose-heading h2 {
    font-size: 21px;
    margin-bottom: 15px;
}
.interest-rate {
    margin-right: 0;
    width: 100%;
    margin-bottom: 35px;
}
.tenure {
    width: 100%}
.emi-input .form-group {
    margin-bottom: 15px;
    display: block;
    margin-right: 0;
    width: 100%}
.emi-tab-list {
    width: 100%;
    margin-bottom: 20px;
}
.emi-tab-content {
    width: 100%;
    float: none;
}
.emi-calculator {
    margin-bottom: 12px;
}
.interest-rate img, .loan-amount img, .tenure img {
    max-width: 80%}
.choose-heading {
    text-align: center;
    margin-top: 30px;
}
.gold-loan::after {
    display: none;
}
.step-heading {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.gold-loan h4 {
    font-size: 29px;
    line-height: 40px;
}
.gold-loan h4 span {
    display: inline-block;
    font-size: 34px;
}
.step-list {
    width: 100%}
.step-list li {
    display: block;
    margin: 0 auto 20px;
}
.step-list li:last-child {
    margin-right: auto;
}
.step-heading p {
    font-size: 19px;
}
.top-menu-list li.top-right-menu {
    margin-right: 6px;
}
.logo {
    position: relative;
    top: 0;
    margin-bottom: 12px;
}
.logo img {
    max-width: 70px;
    margin-top: 2px;
}
.menu-btn i {
    font-size: 24px;
    color: #666;
}
.top-menu-list {
    display: block;
    text-align: center;
}
.top-menu-list li {
    display: inline-block;
}
.caption a {
    font-size: 10px;
}
.muthoot-video p {
    font-size: 12px;
    margin-bottom: 10px;
    min-height: 35px;
    display: flex;
    align-items: center;
}
.copyright {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.copyright p {
    margin-bottom: 10px;
}
.key-service, .recent-news, .why-choose {
    padding-top: 30px;
}
.emi-calculator {
    margin: 30px 0;
}
.key-content {
    justify-content: center;
    margin: 20px 0 0;
}
.key-content li {
    margin-bottom: 25px;
}
.key-content.owl-carousel .owl-item, .key-content.owl-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
.muthoot-video .item>.video-frame:before {
    width: 60px;
    height: 60px;
    background-size: contain;
}
.muthoot-carousel.owl-carousel .owl-nav button.owl-next span, .muthoot-carousel.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
.news-panel {
    margin-top: 20px;
}
.emi-tab-panel {
    margin-top: 20px;
    margin-left: 0;
}
.testimonial-inner {
    width: 100%;
    margin-bottom: 15px;
}
.testimonial-section .item {
    margin-top: 0;
}
.testimonial-inner:first-child {
    margin-right: 0;
}
.muthoot-carousel .item {
    width: 100%;
    height: inherit;
}
.choose-content li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #aeabab;
    margin-bottom: 10px;
    padding: 15px;
}
.choose-content li:nth-child(3n), .choose-content li:nth-child(4n) {
    border-bottom: 1px solid #aeabab;
}
.f-content-right {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}
.write-us .form-group {
    width: 100%}
.address-block-half {
    width: 100%;
    margin-bottom: 10px;
}
.write-us {
    height: auto;
}
.locate-inner {
    max-width: 100%;
    padding: 0 15px;
}
.locate-content h3 {
    font-size: 24px;
}
.locate-content p {
    font-size: 14px;
}
.locate-content p span {
    font-size: 17px;
}
.map {
    max-width: 150px;
    margin-left: 34px;
    margin-right: 34px;
}
.inner-heading h2 {
    font-size: 24px;
    margin: 26px 0;
}
.contact-left {
    width: 100%;
    padding: 0;
}
.contact-right {
    width: 100%}
.contact-panel {
    display: block;
}
.form-control.contact-capcha {
    width: 100%}
.write-us .form-control.enter-capcha {
    width: 100%;
    margin: 17px 0;
}
.locate-content {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
.search-branch-form {
    width: 100%;
    padding: 0 15px;
}
.search-branch-content {
    padding-left: 0;
    margin-right: 0;
    display: block;
    max-width: 100%}
.search-branch-content h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 18px;
}
.branch-search {
    width: 100%}
.brach-field .form-control {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
}
.brach-field .btn-primary {
    margin-top: 15px;
}
.branch-locator-panel {
    display: block;
}
.locator-address {
    max-width: 100%}
.locator-map {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
}
.overlay-content {
    top: 200px;
}
.overlay input[type=text] {
    width: 65%}
.btn.btn-primary.search-btn {
    width: 35%}
.inner-banner {
    background-position: left top;
    background-image: url(../images/inner-banner-bg.png);
    height: 170px;
}
.inner-banner figure {
    display: none;
}
.inner-content h2 {
    font-size: 27px;
}
.founder-section-content {
    flex-direction: column;
}
.founder-left {
    width: 100%}
.founder-list li {
    max-width: 100%}
.founder-list li {
    margin-bottom: 50px;
}
.founder-right {
    max-width: 100%;
    margin-bottom: 35px;
}
.width-50:nth-child(2n+1) {
    margin-right: 16px;
}
.founder-list li {
    margin-bottom: 130px;
}
.founder-images figure {
    width: 160px;
    height: 160px;
}
.founder-images figure img {
    max-width: 100%}
.founder-images::after {
    width: 160px;
    height: 160px;
}
.testo-section {
    margin-bottom: 0;
}
.testimonials {
    margin: 25px 0 0 0;
}
.invest {
    margin-right: 0;
}
.annual-reports {
    justify-content: flex-start;
    margin: 20px -5px 5px;
}
.annual-reports li {
    margin: 0 5px 20px;
    max-width: 100%;
    width: calc(33.33% - 10px);
}
.public-issue {
    padding: 10px 10px;
}
.annual-content figure img {
    width: 100%;
    height: auto;
}
.issues-content ul li {
    padding-left: 0;
    width: 100%;
    border: none;
    margin-bottom: 20px;
}
.issues-content ul li:last-child {
    padding-left: 0;
}
.pdf-list li {
    width: 100%}
.half-yearly {
    margin-bottom: 10px;
    display: block;
}
.investors {
    margin: 27px 0 27px;
}
.months .year-detail:first-child, .months .year-detail:nth-child(2) {
    width: 100%}
.event-gallery-list li {
    width: 100%}
.founder-detail-profile figure {
    width: 160px;
    height: 160px;
}
.founder-detail-profile::after {
    width: 160px;
    height: 160px;
    right: -15px;
}
.founder-detail-images {
    max-width: 100%;
    position: relative;
}
.founder-detail-panel {
    padding-left: 0;
}
.founder-detail-content {
    padding: 20px;
    margin-top: 25px;
    min-height: inherit;
    text-align: justify;
}
.back-to-founder {
    margin: 28px 0 44px 0;
    text-align: center;
}
.loan-panel-content {
    margin-bottom: 30px;
    clear: both;
}
.loan-img {
    float: none;
    margin-bottom: 15px;
    margin-left: auto;
    top: 0;
    margin-right: auto;
}
.loan-type-list {
    margin: 0 auto 30px;
    max-width: 290px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.loan-type-list li {
    margin: 0 auto 20px;
    display: inline-block;
    width: 116px;
    height: 116px;
}
.features-loan-point {
    width: 100%;
    display: block;
}
.loan-type-list li:last-child {
    margin-right: auto;
}
.features-loan-content {
    padding: 15px;
}
.founder-left.goad-loan-b {
    padding-right: 0;
}
.events-fac {
    border-right: none;
    border-bottom: 3px solid #e6ecef;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 18px;
    margin-bottom: 18px;
    display: block;
}
.event-list>li {
    padding: 23px 20px 23px 20px;
}
.event-list>li figure {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 15px;
}
.pagination-panel {
    margin-bottom: 15px;
}
.event-detail-head {
    padding: 15px;
}
.evetn-detail-img {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 15px;
}
.event-gallery-list li {
    width: 50%}
.opening-right {
    width: 100%;
    text-align: center;
}
.opening-left {
    width: 100%}
.opening-top h3 {
    display: block;
    font-size: 14px;
    margin: 5px 0;
    text-align: left;
}
.opening-left p {
    margin-top: 0;
}
.opening-heading {
    font-size: 24px;
    margin-bottom: 15px;
}
.compliance-detail .card .btn {
    font-size: 16px;
}
.news-content .event-list-panel {
    padding-right: 0;
}
.top-menu-list li a img {
    margin-bottom: 10px;
}
.blog-heading {
    font-size: 20px;
}
.comment-section {
    margin-bottom: 20px;
}
.searchbox .search-field {
    width: 94%}
.key-founder ul li p {
    font-size: 13px;
    text-align: justify;
}
.key-founder .founder-images figure {
    width: 125px;
    height: 125px;
}
.key-founder .founder-images::after {
    width: 125px;
    height: 125px;
}
.key-founder ul li {
    margin-bottom: 20px;
    display: block;
    width: 100%}
.key-founder ul li:nth-child(2n+2) {
    float: none;
}
.inner-banner-2 .inner-content {
    top: auto;
    left: auto;
    transform: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    -moz-transform: inherit;
    width: 100%;
    position: relative;
}
.inner-banner-img {
    background-color: #ebf5fa;
}
.inner-banner-2 .inner-content h2 {
    font-size: 20px;
    color: #000;
    margin: 10px 0 0;
}
.inner-banner-2 .breadcrumb-item a {
    color: #000;
}
.inner-banner-img {
    background-color: #ebf5fa;
    margin-top: 0;
}
.inner-banner-2 .breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}
.key-founder ul {
    margin: 20px 0 20px;
}
.gallery-listing .gallery-hover {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #0095da;
    text-align: center;
    width: 100%;
    right: 0;
    padding: 10px 0;
}
.gallery-listing .gallery-hover strong {
    font-size: 13px;
    position: relative;
    transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -webkit-transform: inherit;
    top: auto;
    left: auto;
}
.main-header .navbar-nav .nav-item {
    margin-right: 0;
}
.inner-banner {
    background-image: none!important;
    height: 250px;
    overflow: hidden;
    margin-top: 80px;
}
.inner-banner .inner-content {
    bottom: -28px;
    left: 0;
    top: auto;
}
.inner-banner .inner-content h1, .inner-banner .inner-content h2 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
}
.inner-content {
    top: 107px;
    background: #0095da;
    color: #fff!important;
    width: 100%;
    display: block;
    margin: 0;
    padding: 10px;
    left: 0;
}
.inner-content h1, .inner-content h2 {
    font-size: 23px;
    color: #fff;
}
.inner-banner figure {
    display: block;
    width: 1349px;
}
.founder-section-content {
    margin-top: 20px;
}
.festival-gallery h2 {
    margin-bottom: 12px;
}
.festival-gallery {
    margin-top: 30px;
}
.festival-gallery h4 {
    margin-top: 34px;
}
.owl-car-emp {
    margin-top: 18px;
}
.founder-section .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    font-size: 27px!important;
    font-weight: 500;
    top: 0;
    bottom: 0;
}
.founder-section.owl-carousel .owl-nav button.owl-next span, .founder-section.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
.founder-section .owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
    z-index: 100;
}
.owl-carousel .owl-stage-outer {
    z-index: 999;
}
.founder-section .owl-carousel .owl-nav button.owl-prev {
    left: -18px;
    position: absolute;
    top: 0;
    bottom: 0;
}
.founder-section .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -16px;
}
.culture-code-img .owl-nav {
    width: 100%;
    bottom: 0;
    top: 35%}
.culture-code-img.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}
.culture-code-img.owl-carousel .owl-nav button.owl-next {
    right: -15px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}
.culture-code-img.owl-carousel .owl-nav button.owl-next {
    left: auto;
}
.culture-code-img.owl-carousel .owl-nav button.owl-prev:before {
    content: "\f104";
    left: 6px;
    top: 11px;
}
.culture-code-img.owl-carousel .owl-nav button span {
    display: none;
}
.culture-code-img.owl-carousel .owl-nav button span {
    display: none;
}
.culture-code-img.owl-carousel .owl-nav button.owl-next:before {
    content: "\f105";
    right: 6px;
}
.culture-code-img.owl-carousel .owl-nav button.owl-next, .culture-code-img.owl-carousel .owl-nav button.owl-prev {
    width: 25px;
    height: 50px;
    position: absolute;
    background: #def0fa;
    box-shadow: -2px 1px 5px rgba(0, 0, 0, .3);
}
.culture-code-img.owl-carousel .owl-nav button.owl-next:before, .culture-code-img.owl-carousel .owl-nav button.owl-prev:before {
    font: 21px FontAwesome;
    position: absolute;
    top: 11px;
}
.maps-btns a {
    margin: 0 10px;
    padding: 11px 15px;
    font-size: 13px;
}
.recent-news .news-right-figure .news-date-label {
    display: block!important;
    font-size: 13px;
    width: 54px;
    height: 54px;
    left: auto;
    bottom: 0;
    right: -8px;
    top: 0;
    margin: auto 0;
}
.news-right-figure .news-date-label .date {
    padding: 10px 6px 0;
    line-height: 10px;
}
.testimonial-section {
    min-height: 470px;
}
.f-col-top ul li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.f-content-right {
    text-align: left;
}
.f-logo {
    align-items: center;
}
.f-content {
    padding: 25px 0 0;
}
.f-content-right {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
}
.f-col-bottom {
    display: none;
}
.f-col-mob {
    display: block;
}
.key-detail {
    height: inherit!important;
}
.news-right-figure {
    position: relative;
    left: 0;
    display: block;
}
.news-right-figure figure {
    max-width: 100%}
.news-right-figure .news-date-label {
    bottom: -8px;
    left: 28px;
}
.news-right ul li h3 {
    padding: 30px 0 0 30px;
}
.news-right ul li p {
    padding: 0 0 0 30px;
}
.news-right ul li {
    padding: 0 0 10px 0;
    border-bottom: 0 solid #e9e9e9;
}
.emi-tab-list .nav {
    display: block;
}
.emi-tab-list .nav a {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    border-radius: 0;
    font-size: 0;
}
.emi-calculator .nav-pills .nav-link {
    font-size: 0;
}
.f-apps {
    margin-top: 0;
    margin-bottom: 30px;
}
.emi-calculator .nav-pills .nav-link img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 39px;
    height: 27px;
    right: 0;
}
.top-menu-list li.top-left-menu.dropdown .dropdown-menu .dropdown-item {
    padding: 5px 3px;
    white-space: normal;
}
.top-menu-list li.top-left-menu.dropdown .dropdown-menu li {
    border-bottom: none;
    width: 100%;
    padding: 0!important;
}
.top-menu-list li.top-left-menu.dropdown .dropdown-menu li a {
    text-transform: none;
}
.top-menu-list li.top-left-menu.dropdown .fa-download {
    font-size: 10px;
    margin-right: 0;
}
.top-menu-list li.top-left-menu.dropdown .dropdown-menu.show {
    width: 112px;
    min-width: 112px;
}
.top-menu-list li.top-left-menu.dropdown .dropdown-menu a.dropdown-item:focus, .top-menu-list li.top-left-menu.dropdown .dropdown-menu a.dropdown-item:hover {
    background: #bde3ff;
}
.top-menu-list li.top-left-menu.dropdown .dropdown-menu .dropdown-item i {
    color: #333;
    width: 15px;
    text-align: center;
}
.top-menu-list li.top-left-menu.dropdown .dropdown-menu .dropdown-item i.fa-google-play {
    text-align: left;
}
.top-menu-list li.top-left-menu.dropdown .dropdown-menu .dropdown-item i.fa-google-play:before {
    font-family: "Font Awesome 5 Brands";
    font-size: 11px;
}
.hidden-xs {
    display: none!important;
}
.visible-xs {
    display: block!important;
}
.choose-heading.visible-xs {
    padding: 0;
    margin: 0;
}
.labelhide span.menu-image-title {
    display: block;
}
.header-content .logo {
    top: 6px!important;
    width: 70px;
}
.news-date-label {
    left: 0;
    width: 54px;
    height: 51px;
    left: auto;
    right: -8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.recent-news .news-left .news-content-blog h4 {
    margin-bottom: 5px;
}
.news-date-label .date {
    line-height: 10px;
    padding: 7px 0 0;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 13px;
}
#megamenu>li:nth-child(2) ul.sub-menu li, #megamenu>li:nth-child(4) ul.sub-menu li, #megamenu>li:nth-child(5) ul.sub-menu li, #megamenu>li:nth-child(7) ul.sub-menu li, #megamenu>li:nth-child(8) ul.sub-menu li {
    width: 100%!important;
    position: relative!important;
    max-width: 100%!important;
    left: 0!important;
    flex: none;
    padding: 0 5px;
    top: 0!important;
}
#megamenu>li:nth-child(2) ul.sub-menu li a span.menu-image-title, #megamenu>li:nth-child(4) ul.sub-menu li a span.menu-image-title, #megamenu>li:nth-child(5) ul.sub-menu li a span.menu-image-title, #megamenu>li:nth-child(7) ul.sub-menu li a span.menu-image-title, #megamenu>li:nth-child(8) ul.sub-menu li a span.menu-image-title {
    position: relative;
    bottom: 0;
    right: 0;
    color: #666;
    font-size: 13px;
    width: 100%;
    left: 0;
    margin: 0 auto;
    text-align: left;
    padding: 4px 0;
    background: 0 0;
    display: block;
}
#megamenu>li ul.sub-menu li a span.menu-image-title i {
    position: absolute;
    right: 0;
    top: 6px;
}
#megamenu>li:nth-child(2) ul.sub-menu li a img, #megamenu>li:nth-child(4) ul.sub-menu li a img, #megamenu>li:nth-child(5) ul.sub-menu li a img, #megamenu>li:nth-child(7) ul.sub-menu li a img {
    display: none;
}
#megamenu>li:nth-child(2) ul.sub-menu, #megamenu>li:nth-child(4) ul.sub-menu, #megamenu>li:nth-child(5) ul.sub-menu, #megamenu>li:nth-child(7) ul.sub-menu {
    padding: 10px 14px 6px!important;
}
#megamenu>li:nth-child(4) ul.sub-menu {
    left: 0;
    min-height: auto;
    min-width: auto;
}
#megamenu>li:nth-child(4) ul.sub-menu .sub-menu {
    margin: 0;
    padding: 0 0 0 5px!important;
}
#megamenu>li:nth-child(4) ul.sub-menu .sub-menu li {
    margin: 0;
    padding: 0;
}
#megamenu>li:nth-child(4) ul.sub-menu>li:first-child {
    padding: 0;
}
#megamenu>li:nth-child(4) ul.sub-menu .sub-menu li a {
    padding: 0;
    font-size: 12px;
    opacity: 1;
    display: block;
}
#megamenu>li>ul>li>ul {
    display: block!important;
    margin-bottom: 0;
}
#megamenu>li>ul>li>ul>li {
    margin-bottom: 0;
    padding: 0!important;
}
.megamenu_img {
    display: none;
}
#megamenu>li>ul>li>ul>li>a.maintitlehead {
    padding-bottom: 0;
    margin-bottom: 0;
}
#megamenu>li:nth-child(3) ul.sub-menu li {
    width: 100%!important;
    position: relative!important;
    max-width: 100%!important;
    left: 0!important;
    flex: none;
    padding: 0;
    top: 0!important;
}
#megamenu>li:nth-child(8) ul.sub-menu {
    left: 0;
    min-height: auto;
    min-width: auto;
    padding: 0;
}
#megamenu>li>ul {
    padding: 10px 5px 10px 5px!important;
}
#megamenu>li>ul>li .mobile-menu-open {
    background: #001540;
    top: -4px!important;
    right: 0!important;
}
#megamenu>li:nth-child(3) ul.sub-menu li:nth-child(2)>.mobile-menu-open, #megamenu>li:nth-child(3) ul.sub-menu li:nth-child(3)>.mobile-menu-open {
    display: none;
}
.menu-image-hover-wrapper {
    display: none;
}
#megamenu>li:nth-child(3) ul.sub-menu li a span.menu-image-title {
    position: relative;
    bottom: 0;
    right: 0;
    font-size: 13px;
    width: 100%;
    left: 0;
    margin: 0 auto;
    text-align: left;
    padding: 2px 0;
    background: 0 0;
}
#megamenu>li>ul>li>ul>li>a.maintitlehead .menu-image-title {
    font-size: 14px;
}
#megamenu>li:nth-child(4) ul.sub-menu>li a i {
    display: block;
}
#calc-wrap .loan-type-list li {
    width: 100%;
    height: 176px;
    margin: 10px 10px 10px;
}
#megamenu>li.menu_search_li form {
    width: 100%!important;
    display: block;
}
#megamenu>li.menu_search_li form .btn {
    margin-top: 10px;
}
#megamenu>li.menu_search_li form input {
    width: 100%!important;
    margin-right: 0;
}
.home-contact-form .w33 {
    width: 100%}
.home-contact-form .form-group.custom-recaptcha {
    width: 100%}
.home-contact-form .contect-button {
    margin-top: 0;
    padding-left: 0;
}
.form-group.verify-code {
    width: 41%;
    margin-right: 5px;
}
.form-group.verify-btn {
    width: 40%}
.about-block {
    padding: 33px 20px;
    margin-top: 50px;
    min-height: 170px;
}
.subsid-text h3 {
    margin-top: 14px;
}
.mfl-subsidiaries .row {
    margin-top: 0;
}
.mfl-subsidiaries .row {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mfl-subsidiaries .row:nth-child(3n) .col-sm-4 {
    order: 2;
}
.mfl-subsidiaries .row:nth-child(3n) .col-sm-8 {
    order: 1;
}
.subsid-img.mbl-mt30 {
    margin-top: 0;
}
.about-mid-block {
    margin-top: 20px;
    padding: 18px 5px;
}
.about-unique {
    padding: 20px 0 0;
    margin: 30px 0 30px;
    background-size: cover;
    background-position: center;
}
.inner-heading h2 {
    margin: 0 0 10px;
}
.need-help img {
    width: 100%}
.tile h4.title4 {
    margin: 20px 0 0 0;
}
.founder-section-content h5 {
    margin-top: 12px;
}
#tile-1 .nav-tabs .active {
    font-size: 14px;
}
#tile-1 .nav-tabs li a {
    font-size: 13px;
}
.loan-panel-content p {
    text-align: justify;
}
.mbl-mt30 {
    display: block!important;
    margin-top: 30px;
}
.about-service .key-content {
    margin: 40px 0;
}
.block-ui-warea.bg-grey>p {
    text-align: justify!important;
}
ul.key-feat-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.sbl-feat ul.key-feat-block li {
    padding: 24px 16px 16px 31px;
    font-size: 13px;
    min-height: 108px;
    display: inline-block;
    line-height: 14px;
    margin: 14px 15px;
    width: 105px;
    height: 85px;
    flex-wrap: wrap;
    flex-direction: column;
    background-size: cover;
    float: left;
}
.key-feat-block li span {
    font-size: 13px;
}
.founder-section-content h4 {
    margin-top: 0;
}
.product-video .key-content li {
    width: 33%}
.founder-left.goad-loan-b {
    margin-bottom: 0;
}
.sbl-feat ul.key-feat-block.power-gl-keys li {
    padding: 28px 0 16px 18px;
    font-size: 13px;
}
.sbl-feat ul.key-feat-block.bigg-gl-keys li:nth-child(4) span:nth-child(2), .sbl-feat ul.key-feat-block.power-gl-keys li:nth-child(4) span:nth-child(2) {
    font-size: 8px!important;
}
.loan-panel-content:last-child {
    margin-bottom: 30px;
}
div#top_right.contact-form {
    margin-top: 30px;
}
.founder-section.news-content img.right-img {
    width: 100%;
    float: left;
    margin-bottom: 12px;
}
.sbl-feat ul.key-feat-block.bigg-gl-keys li {
    padding: 24px 9px 17px 28px;
}
.sbl-feat ul.key-feat-block.smart-gl-keys li {
    padding: 20px 0 0 18px;
}
.sbl-feat ul.key-feat-block.smart-gl-keys li:nth-child(3), .sbl-feat ul.key-feat-block.smart-gl-keys li:nth-child(4) {
    padding-top: 37px;
}
.steps-wrap .step-carousel .item .arrow {
    display: none;
}
.steps-wrap .step-carousel .copy {
    width: 250px;
}
.sbl-feat ul.key-feat-block.express-gl-keys li {
    width: 115px;
    height: 115px;
    margin: 0 18px 0 1px;
}
.block-ui-warea.bg-grey .block-docs {
    margin-top: 20px;
}
.sbl-calc .btn-primary {
    background-color: #001641;
    padding: 9px 11px;
    font-size: 12px;
    float: left;
    margin-right: 7px;
    margin-bottom: 20px;
}
.goad-loan-b .loan-type-list li {
    width: 100%}
.breadcrumb-item {
    font-size: 11px!important;
    margin-top: 10px;
}
.block-ui-warea.bg-grey .block-docs.list-one-half .about-block {
    width: 100%}
.news_listing .news-content-blog h4 {
    font-size: 16px;
}
.news-content-blog h5 {
    font-size: 14px;
}
.policy {
    margin-top: 0;
}
.terms-condition {
    margin: 17px 0 0;
}
.quarter-employee-img {
    margin-top: 0;
}
.quarter-employee-img img {
    margin-bottom: 20px;
}
.testo-images {
    margin: 0 auto;
}
.testo-images::after {
    top: 0;
    margin: 0 auto;
    right: 14px;
    left: -5px;
}
.testo-section {
    text-align: center;
}
.founder-section-content h2 {
    margin: 40px 0 15px 0;
    text-align: center;
}
.goad-loan-b .choose-heading h2 {
    font-size: 22px;
    margin-bottom: 20px;
}
.about-unique .inner-heading h2 {
    margin-bottom: 10px;
}
.about-unique p.about-sub-hd {
    padding: 10px 15px 10px;
}
.founder-section-content p, .inner-heading p {
    text-align: center;
}
.mfl-subsidiaries {
    padding: 20px 15px;
}
.opening-content {
    padding: 20px 30px 34px 15px;
    margin-bottom: 30px;
}
.opening-right.btncenter {
    margin-bottom: 20px;
}
.opening-content .opening-left p {
    text-align: left;
    margin-bottom: 30px;
}
.resume-upload input {
    width: 100%}
.btn-apply-now .btn-primary {
    margin: 16px 0 0 0;
}
.branch-locator-panel #wpsl-wrap #wpsl-result-list li {
    padding: 16px 16px;
}
#tile-1>ul {
    display: none;
}
#tile-1 .content_wrapper {
    border: 0;
}
#tile-1 .content_wrapper .accordian_header {
    display: block;
}
#tile-1.left_side .content_wrapper, #tile-1.right_side .content_wrapper {
    width: 100%;
    border-top: 0;
}
#tile-1 .controller {
    display: none;
}
#tile-1.show-as-dropdown>.tab_list {
    border: 0;
    box-shadow: 0 0 8px #ccc;
    position: absolute;
    z-index: 3;
    background: #fff;
    border-radius: 5px;
    margin-top: 15px;
}
#tile-1.show-as-dropdown>.tab_list:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: -3px -4px 5px #efefef;
    margin-left: -7px;
}
#tile-1.show-as-dropdown>.tab_list li {
    border: 0;
    border-bottom: 1px solid #ccc;
}
#tile-1.show-as-dropdown>.tab_list li.active:after {
    display: none;
}
#tile-1.show-as-dropdown .active_tab {
    display: block;
}
#tile-1.show-as-dropdown>.tab_list {
    display: none;
}
#tile-1.show-as-dropdown>.content_wrapper>.accordian_header {
    display: none;
}
#tile-1.show-as-dropdown>.tab_list li {
    display: block;
    float: none;
    width: 100%}
.ftr-web-dropdown {
    text-align: center;
}
.pmkvy-vdo .modal .modal-content p, .pmkvy-vdo .modal .modal-dialog p {
    display: none;
}
.pmkvy-vdo .modal.show .modal-dialog {
    max-width: 685px;
    width: 685px;
}
.pmkvy-vdo iframe {
    width: 100%!important;
    height: 100%!important;
    margin: 0 auto;
}
.tv-commercials.pmkvy-vdo .key-content li {
    width: 100%}
.tv-commercials.pmkvy-vdo .key-content li.item p {
    display: none;
}
.tv-commercials.pmkvy-vdo ul li .key-detail h3 {
    margin-bottom: 20px;
}
iframe.home-socialwall {
    height: 400px;
}
.muthoot-video-content {
    margin-top: 0!important;
}
#home_banner .owl-dots {
    bottom: 0;
}
#home_banner.owl-carousel .owl-nav button.owl-next {
    right: 5px;
}
#home_banner.owl-carousel .owl-nav button.owl-prev {
    left: 5px;
}
div#top_right.contact-form {
    margin-top: 0;
}
figure.why-muthoot-l ogo, figure.why-muthoot-logo {
    display: none;
}
.news-content {
    margin: 0 0 0!important;
}
.news-left-img .logo-label {
    display: none!important;
}
.delayedPopupWindow.career-popup {
    width: 90%;
    height: auto;
}
.career-popup .popupDescription {
    height: 400px;
    overflow-y: scroll;
}
#megamenu>li:nth-child(4) ul.sub-menu>li a i.sub-menu-icon {
    display: none;
}
#megamenu li:nth-child(4)>ul>li>ul>li .sub-sub-menu li, #megamenu li:nth-child(4)>ul>li>ul>li .sub-sub-menu li:hover {
    border-left: none;
}
#megamenu li:nth-child(4)>ul>li>ul>li .sub-sub-menu {
    left: 0;
    min-height: auto;
    position: relative;
    top: auto;
    background: 0 0;
    box-shadow: none;
    margin-bottom: 5px!important;
}
#megamenu li:nth-child(4)>ul>li>ul>li .sub-sub-menu a {
    color: #666;
}
#megamenu li:nth-child(4)>ul>li>ul>li .sub-sub-menu li {
    border-bottom: none;
    margin: 8px 0!important;
}
#megamenu li:nth-child(4)>ul>li>ul>li>a.maintitlehead {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 3px!important;
    margin-bottom: 5px;
}
#megamenu li:nth-child(4)>ul>li>ul>li>.mobile-menu-open {
    top: 0!important;
}
.about-ncd {
    margin-top: 20px;
}
.ncd-wrap .ncd-head p {
    text-align: center;
}
.ncd-wrap .ncd-head h2 {
    font-size: 22px;
    margin-bottom: 0;
    text-align: center;
}
#ncd-public-issue {
    padding: 0 0 0;
}
.ncd-5-table-wrap {
    padding: 24px 0 0;
}
#ncd-public-issue .public-issue .issues-content {
    margin-top: 36px;
}
#ncd-public-issue .public-issue .issues-content ul li {
    margin: 0 0 20px 0;
}
#ncd-public-issue .public-issue .issues-content ul li:last-child {
    margin-bottom: 0;
}
#ncd-public-issue .public-issue .issues-content ul li .issue-box {
    padding: 20px 20px 20px 20px;
}
.ncd-wrap p.ncd-para, .ncd-wrap p.ncd-para strong {
    line-height: 20px;
    font-size: 13px;
}
.ncd5-table #issue-detail-row .tbl-th-cell {
    width: 60%}
#ncd5-iss-str {
    overflow: hidden;
    overflow-x: scroll;
}
#ncd5-iss-str .ncd-scroll-tbl {
    width: 1050px;
}
#ncd5-iss-str.ncd5-table .tbl-th-cell {
    width: 145px;
    font-size: 12px;
    padding: 5px;
    left: 15px;
    position: absolute;
    flex-wrap: wrap;
    min-height: 50px;
}
#ncd5-iss-str.ncd5-table .tbl-row {
    display: flex;
    justify-content: left;
    margin-bottom: 1px;
    padding-left: 145px;
}
.ncd5-table .tbl-td-block {
    width: calc(100%/9);
    min-height: 50px;
    padding: 5px;
}
.tbl-row#ncd-application .tbl-td-block, .tbl-row#ncd-call-opt .tbl-td-block, .tbl-row#ncd-coupon-type .tbl-td-block, .tbl-row#ncd-deemed .tbl-td-block, .tbl-row#ncd-face-value .tbl-td-block, .tbl-row#ncd-issue-price .tbl-td-block, .tbl-row#ncd-mode .tbl-td-block, .tbl-row#ncd-multiple .tbl-td-block, .tbl-row#ncd-nature .tbl-td-block {
    width: 100%;
    justify-content: left;
    text-align: left;
}
.tbl-row#ncd-redemption .tbl-td-block, .tbl-row#ncd-redemption .tbl-th-cell {
    min-height: 53px;
}
.tbl-row#ncd-deemed .tbl-th-cell {
    min-height: 52px;
}
.ncd-main-logo {
    top: 8px;
    left: 0;
    width: 100%;
    text-align: left;
}
.ncd-main-logo a:last-child img {
    position: absolute;
    right: 4%;
    top: 4px;
}
.ncd-main-logo a:first-child img {
    position: absolute;
    left: 3%;
    top: 3px;
}
.ncd-main-logo a {
    display: inline-block;
}
#ncd-main-banner .ncd-main-logo a.visible-xs {
    margin-left: 5px;
    display: inline-block!important;
}
.ncd-main-logo img {
    height: 70px;
}
.ncd-main-logo a.visible-xs img {
    height: 45px;
}
.top-form-ncd h4 {
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    display: block;
}
.top-form-ncd .slct {
    margin-top: 0;
}
.top-form-ncd {
    padding: 15px 0;
}
.top-form-ncd #verify_otp_toggle_top {
    width: 100%}
.top-form-ncd .form-group {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    width: calc(100% / 3 - 5px);
}
.top-form-ncd .contact-button {
    display: block;
    text-align: center;
    float: left;
    margin-top: 5px;
    width: 100%}
#ncd_otp_form span.thank-mess {
    margin-right: 0;
}
#ncd_otp_form .thank-mess .btn {
    margin-top: 5px;
    padding: 8px 12px;
}
#verify_otp_toggle_bottom .form-group {
    width: 100%}
.top-form-ncd #change_mobile_number {
    text-align: center;
}
.push-top-notification {
    padding: 10px 0;
}
.push-top-cta-ab {
    width: 97%}
.push-top-notification .push-top-txt {
    width: 97%;
    line-height: 16px;
    margin: 0 -5px;
}
.push-top-notification .push-top-txt p {
    font-size: 11px;
    padding-right: 100px;
    text-align: left;
    top: 0;
    line-height: 14px;
    min-height: 30px;
    display: flex;
    align-items: center;
}
.push-top-notification a.push-top-cta {
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 10px;
}
.push-top-notification .push-cancel {
    position: absolute;
    right: 6px;
    top: 5px;
}
.banner-section {
    margin-top: 80px;
}
body.pushbnr .banner-section {
    margin-top: 93px;
}
.banner-section {
    margin-top: 93px;
}
.ncd-form-terms {
    width: 99%;
    display: inline-block;
    text-align: justify;
    margin: 6px 0 0;
    position: relative;
    bottom: auto;
}
.ncd-form-terms label {
    top: 0;
    position: relative;
    text-align: left;
    font-size: .48rem;
}
.top-form-ncd {
    padding: 10px 0;
}
input[name=billing_phone] {
    margin-top: 0;
}
input[name=smsalert_customer_validation_otp_token] {
    margin-top: -15px;
}
#smsalert_customer_validation_otp_token {
    margin-top: 0;
}
.children, .comment-list {
    padding-left: 0;
}
.comment-wrap .comment-img {
    float: none;
    margin: 0;
    width: 100%;
    padding-bottom: 0;
}
.comment-img>img {
    display: block;
    margin: 0 auto;
}
.comment-author, .comment-author a, .comment-date {
    text-align: center;
}
.depth-10 .comment-wrap, .depth-2 .comment-wrap, .depth-3 .comment-wrap, .depth-4 .comment-wrap, .depth-5 .comment-wrap, .depth-6 .comment-wrap, .depth-7 .comment-wrap, .depth-8 .comment-wrap, .depth-9 .comment-wrap {
    padding-left: 0;
}
.comment-reply {
    position: relative;
    text-align: center;
    display: block;
    margin-top: 25px;
}
.skcss {
    margin-bottom: 20px;
}
.textarea-dec1 {
    margin-top: 0!important;
}
.slct {
    margin-top: -16px;
}
.logo {
    position: absolute;
    padding: 6px 0;
    margin: 0;
}
header {
    height: 130px;
}
.mobile-menu {
    top: unset;
}
.top-menu-list li a.pay_online, .top-menu-list select {
    font-size: 8px;
}
.top-menu-list .top-right-menu a.pay_online i {
    font-size: 10px;
}
.top-menu-list {
    padding-bottom: 12px;
}
.top-menu-list li.call_ul_li {
    margin-right: 0;
}
.top-menu-list li.call_ul_li {
    font-size: 11px;
    bottom: 8px;
    right: 8px;
    color: #fff;
    background-color: #001540;
    border: none;
    position: fixed;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    z-index: 999999;
}
.top-menu-list li.call_ul_li a {
    position: relative;
    font-size: 11px;
    color: #fff;
    padding: 8px 10px;
}
#region, #region1 {
    margin-bottom: -32px;
}
#required_amount, #required_amount1 {
    margin-bottom: 11px;
}
.sdk, .sdk1 {
    font-size: 14px!important;
}
#kss .interest-rate {
    margin-bottom: 0;
    margin-top: 10px;
}
p:empty {
    display: none!important;
}
.founder-section-content .row .inner-heading .row .col-sm-4:first-child .about-block.aboutus {
    margin-top: 20px;
}
.inner-heading h2 {
    margin: 0 0 14px!important;
}
.ftr-web-dropdown button {
    margin-top: 5px;
}
.f-col-bottom ul li {
    margin: 0 7px 0 0;
}
.mpf-logo {
    margin-bottom: 20px;
}
h2.community-head {
    padding-top: 28px;
}
.founder-list li:last-child {
    margin-bottom: 30px;
}
.investors {
    margin: 0 0 27px;
}
.financial-report .annual-reports li {
    margin-bottom: 0;
}
.annual-reports li {
    margin-bottom: 20px;
    width: 47%}
.annual-reports li>a {
    font-size: 13px!important;
}
.investor-pdfs .policies_item {
    text-align: center;
    margin-bottom: 30px;
}
header {
    height: auto;
}
.header-content {
    padding-top: 5px;
    display: block;
    height: 80px;
}
.header-content .logo {
    position: absolute;
    padding: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 5px;
    transform: inherit;
}
.logo img {
    max-width: 100%;
    height: auto;
}
.top-menu-list {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: left;
    padding-bottom: 5px;
    height: 32px;
}
.top-header {
    position: relative;
}
.top-header:before {
    content: "";
    width: 35%;
    position: absolute;
    height: 1px;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 31px;
    z-index: 1;
}
.top-menu-list li {
    border-right: 1px solid #ccc;
    padding: 0 5px;
    float: left;
}
.top-menu-list li:nth-child(n) {
    order: 1;
    margin-right: 0;
}
.top-menu-list li:nth-child(2n) {
    order: 4;
    border: none;
}
.top-menu-list li:nth-child(2n) a img, .top-menu-list li:nth-child(3n) a img {
    margin-bottom: 5px;
}
.top-menu-list li:nth-child(3n) {
    order: 5;
    border: none;
    padding-left: 0;
}
.top-menu-list li:nth-child(4n) a i:before {
    font-size: 14px;
}
.top-menu-list li:nth-child(4n) b {
    display: none;
}
.top-menu-list li:nth-child(5n) {
    right: 63px!important;
    top: 6px!important;
}
.top-menu-list li:nth-child(5n) a {
    font-size: 11px;
}
.top-menu-list li:nth-child(6n) {
    order: 3;
    margin-left: 0;
    padding-left: 10px;
}
.top-menu-list li.top-right-menu.right-shift {
    float: right;
    position: absolute;
    right: 0;
    top: 6px;
    border-right: none;
}
.top-menu-list li:nth-child(6n) a i:before {
    content: "\f3c5";
    font-size: 16px;
}
.top-menu-list li:nth-child(8n) {
    order: initial;
    border-right: none;
}
.top-menu-list li.app-link, .top-menu-list li.play-store-link {
    display: none;
}
.top-menu-list li:first-child {
    border-right: none;
    padding: 0;
}
.top-menu-list li:first-child a.dropdown-toggle {
    font-size: 10px;
    text-transform: none;
    padding: 7px 8px 7px 0;
}
.top-menu-list li a i {
    font-size: 13px;
}
.top-menu-list li:nth-child(7n) .top-right-menu {
    position: absolute;
    width: auto;
    top: 56px;
    left: 0;
    border-right: none;
}
.top-menu-list li a.pay_online {
    padding-left: 12px;
    font-weight: 600;
    font-size: 10px;
}
.top-menu-list .top-right-menu a.pay_online i {
    display: none;
}
.top-menu-list li:nth-child(7n) .nav-item.px-1 {
    border-right: none;
    position: absolute;
    right: 0;
    top: -3px;
}
.top-menu-list li:nth-child(7n) .nav-item.px-1 a {
    font-size: 11px;
    padding-left: 0;
    padding-right: 8px;
}
.top-menu-list li:nth-child(7n) .nav-item.px-1 .dropdown-menu.show {
    z-index: 99;
    right: -15px;
    left: auto;
}
.top-menu-list li:nth-child(7n) .nav-item.px-1 .dropdown-menu a {
    padding-left: 8px;
}
.pay-hd-link {
    position: relative;
    order: initial!important;
}
.pay-hd-link .top-right-menu {
    position: absolute;
    top: 29px!important;
    left: 0;
    right: 0!important;
    line-height: normal!important;
    width: auto;
    line-height: normal;
}
.top-menu-list li a.pay_online {
    padding-left: 12px;
    font-weight: 600;
    font-size: 10px;
    width: 87px;
    display: inline-block;
}
.translate-hd-link {
    order: initial;
    position: absolute;
    right: 0;
    padding-right: 0;
}
.mobile-menu {
    z-index: 97;
    top: 32px;
}
.mobile-menu span {
    height: 3px;
}
.mobile-menu::before {
    height: 3px;
}
.mobile-menu:after {
    top: 14px;
    height: 2px;
    border-top: 3px solid #404040;
}
.muthoot-video-content {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.why-choose-content {
    order: 1;
}
.muthoot-video {
    order: 2;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.muthoot-video .muthoot-carousel {
    order: 2;
}
.choose-content li {
    width: 50%;
    padding-bottom: 15px;
}
.choose-content li p {
    font-size: 13px;
    line-height: 18px;
}
.choose-content li {
    border-bottom: 1px solid #cfdce2;
    border-right: 1px solid #cfdce2;
}
.choose-content li:nth-child(3n), .choose-content li:nth-child(4n) {
    border-bottom: none;
}
.choose-content li figure {
    float: left;
    width: auto;
    height: auto;
}
.choose-content li:nth-child(2n+1) {
    padding-left: 0;
    margin-bottom: 0;
}
.choose-content li:nth-child(2n+2) {
    padding-right: 0;
    margin-bottom: 0;
}
.why-choose {
    padding-bottom: 30px;
}
.why-choose::after {
    background-image: url(../images/why-after-mob.png);
    width: 200px;
    height: 177px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 17%;
    margin: 0 auto;
}
.muthoot-video h3 {
    font-size: 21px;
    bottom: auto;
    top: auto;
    order: 1;
    margin: 0 auto 10px;
}
.owl-carousel .owl-item img {
    height: auto;
}
.muthoot-video p {
    text-align: center;
}
.choose-content ul {
    margin: 30px 0 20px;
    width: 100%}
#ser-carousel.owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
    display: inline-block;
}
#ser-carousel.key-content li .key-images figure img {
    width: 100%}
.key-content li {
    width: 100%}
#ser-carousel {
    padding-bottom: 30px;
}
#ser-carousel .owl-nav {
    width: 100%;
    bottom: 68%}
#ser-carousel.owl-carousel .owl-nav button.owl-next, #ser-carousel.owl-carousel .owl-nav button.owl-prev {
    width: 25px;
    height: 50px;
    position: absolute;
    background: #def0fa;
    box-shadow: -2px 1px 5px rgba(0, 0, 0, .3);
}
#ser-carousel.owl-carousel .owl-nav button.owl-prev {
    left: -6px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}
#ser-carousel.owl-carousel .owl-nav button.owl-next {
    right: -26px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}
#ser-carousel.owl-carousel .owl-nav button.owl-next {
    left: auto;
}
#ser-carousel.owl-carousel .owl-nav button span {
    display: none;
}
#ser-carousel.owl-carousel .owl-nav button.owl-next:before, #ser-carousel.owl-carousel .owl-nav button.owl-prev:before {
    font: 21px FontAwesome;
    position: absolute;
    top: 11px;
}
#ser-carousel.owl-carousel .owl-nav button.owl-prev:before {
    content: "\f104";
    left: 6px;
    top: 11px;
}
#ser-carousel.owl-carousel .owl-nav button.owl-next:before {
    content: "\f105";
    right: 6px;
}
.news-content-blog {
    padding-top: 20px;
    padding-left: 0;
    margin-bottom: 24px;
}
.recent-news .news-left .news-content-blog p {
    display: none;
}
.recent-news .news-right .news-right-figure {
    width: 40%;
    float: left;
}
.recent-news .news-right ul li>a {
    width: 60%;
    float: left;
}
.recent-news .news-right ul li {
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin-bottom: 15px;
}
.recent-news .news-right ul li:last-child {
    margin-bottom: 0;
}
.recent-news .news-right ul li:first-child {
    padding-bottom: 0;
}
.recent-news .news-right .published-label, .recent-news .news-right ul li p, .recent-news .news-right-figure .news-date-label {
    display: none;
}
.recent-news .news-left .news-content-blog h4 {
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 18px;
}
.recent-news .news-right ul li h3 {
    padding: 0 0 0 15px;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
}
.step-heading {
    margin-top: 35px;
}
.step-heading p {
    font-size: 17px;
}
.gold-loan h4 {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 0;
    font-weight: 500;
}
.emi-tab-panel {
    margin-top: 40px;
    width: 80%}
.choose-heading, .emi-input {
    margin-top: 0;
}
.emi-input .form-group {
    width: 47.5%;
    margin-right: 0;
    float: left;
}
.emi-input .form-group:first-child {
    margin-right: 3.5%}
.emi-input .form-group.total-amount {
    width: 100%;
    margin-top: 15px;
}
.testimonial-inner p {
    line-height: 22px;
    text-align: center;
    font-weight: 300;
}
.testimonial-footer {
    text-align: center;
    width: 100%;
    padding-left: 0;
}
.testimonial-footer:after {
    width: 1px;
    height: 15px;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.testimonial-carousel {
    margin-top: 35px;
}
.testimonial-inner:after {
    left: 0;
    top: 100px;
    width: 30px;
    height: 23px;
    background-size: contain;
}
.testimonial-inner figure {
    width: 120px;
    height: 120px;
}
.testimonial-img-section {
    right: 0;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    position: absolute;
}
.testimonial-section .testimonial-carousel .testimonial-inner {
    left: 50%!important;
}
.testimonial-inner {
    padding-top: 130px;
    position: relative;
    left: 39%;
    transform: translateX(-50%);
}
.testimonial-img-section:after {
    width: 120px;
    height: 120px;
}
.testimonial-inner p a {
    color: #2db3f1;
}
.contect-content {
    text-align: center;
}
#smsalert_customer_validation_otp_token {
    text-align: left;
}
.home-contact-form .form-control {
    font-size: 15px;
    font-weight: 300;
    color: #333!important;
}
.home-contact-form .form-control::placeholder {
    color: #333!important;
}
.step-list-heading {
    margin: 0 auto 9px;
}
.contect-content p {
    display: none;
}
.contect-button {
    text-align: center;
    margin-bottom: 30px;
}
.f-logo p {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
}
.copyright {
    justify-content: center;
    align-items: inherit;
    text-align: center;
}
.copyright p {
    margin-bottom: 0;
}
.top-menu-list li.play-store-link {
    display: none;
}
.emi-input .form-control {
    width: 100%}
.breadcrumb-item a {
    font-size: 11px;
}
.breadcrumb-item {
    font-size: 13px;
    font-weight: 300!important;
    color: #333!important;
}
.breadcrumb-item+.breadcrumb-item::before {
    margin: 0 5px;
    font-size: 9px;
}
.contact-inputs .form-group .form-control {
    font-size: 15px;
}
.cms-list {
    margin-top: 30px;
}
.inner-heading h2 {
    margin: 0 0 25px;
}
.annual-reports li>a {
    margin-top: 5px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}
.issues-content ul li h3 {
    font-size: 17px;
    min-height: auto;
}
.public-issue {
    padding-top: 30px;
}
#megamenu>.menu-item.menu-item-has-children ul.sub-menu .sub-menu .sub-menu {
    margin-top: 5px;
}
.ace-gallery {
    width: 100%!important;
    max-width: 100%}
.msme-state {
    margin-bottom: 20px;
}
.msme-city {
    margin-bottom: 28px;
}
.msme-emi-wrap table {
    width: 100%}
.msme-emi-steps .steps {
    border-right: none;
    padding: 14px 0 4px 0;
    border-bottom: 1px solid #dddddd42;
}
.msme-emi-steps .col-sm-4:nth-child(3) .steps {
    border-bottom: none;
}
.tickerdiv.head-ticker {
    display: none;
}
header {
    top: 0;
}
a.p-issue-top-link.anime-top-btn {
    color: #fff!important;
    padding: 5px 8px;
    animation: animebtn .9s infinite;
    font-size: 9px;
    top: -3px;
    text-transform: none;
    line-height: 10px;
    font-weight: 400!important;
    text-align: left;
    border-radius: 3px;
    margin-right: -5px;
    position: relative;
}
.top-menu-list .top-left-menu.call_ul_li {
    display: none;
}
.top-menu-list li.top-right-menu.right-shift.branch-link a:last-child {
    display: none;
}
.top-menu-list select#selbox-lang {
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    background-image: url(../images/lang-drop.png);
    background-repeat: no-repeat;
    background-position: 92% 50%;
    padding: 0 10px;
    border-radius: 4px;
    outline: 0;
    background-color: #001641;
    margin-right: 0;
    width: 90px;
    position: absolute;
    right: -29px;
}
.share {
    margin-bottom: 15px;
    text-align: center;
}
.share p {
    text-align: center;
    margin-bottom: 6px;
}
.author_bio .row .col-sm-10 {
    padding-left: 15px;
}
.author_bio {
    text-align: center;
}
.author-img img {
    width: 20%;
    margin-bottom: 20px;
}
.g-translate a {
    font-size: 9px!important;
    float: none!important;
}
.top-menu-list li:last-child {
    height: auto;
    width: auto;
    right: -6px;
    line-height: 0;
    border-right: 0;
    top: 0;
}
.goog-te-banner-frame {
    display: none!important;
}
.most-viewed ul li .row .col-sm-5, .most-viewed ul li .row .col-sm-7 {
    width: auto;
}
#home_banner.owl-carousel .owl-nav {
    z-index: 999;
}
#home_banner.owl-carousel .owl-nav button.owl-prev {
    left: 5px;
    top: 11px;
}
.vidya-head-img img {
    max-width: 100%}
.postid-13273 .inner-banner figure {
    display: none;
}
.postid-13273 .inner-banner .inner-banner-img {
    background: url(https://www.muthootfincorp.com/wp-content/uploads/2020/05/ashwas-dhinam-inner-banner-mbl.jpg);
    height: 250px;
    width: 100%;
    z-index: 999;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.wa-btm-icon a img {
    width: 100%}
.wa-btm-icon.wa-ftr-mbl {
    position: fixed;
    top: 48px;
    right: -65%;
    bottom: auto;
    width: 32px;
    z-index: 99999;
}
.wa-btm-icon.wa-ftr-mbl {
    top: 48px;
}
.whatsapp-video video {
    width: 100%;
    height: auto;
}
.top-menu-list li.app-hd-link {
    order: inherit;
}
.top-menu-list li.app-hd-link a {
    font-size: 10px;
    text-transform: none;
}
.top-menu-list li.pay-hd-link {
    order: inherit!important;
    position: absolute;
}
.amz-bnr-warea h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}
.amz-bnr-warea {
    margin-bottom: 30px;
}
.amzn-info-sec h3 {
    font-size: 22px;
}
.amzn-info-sec {
    padding: 35px 0;
}
.amzn-info-sec ul.key-feat-block li {
    padding: 16px 16px 16px 31px;
    font-size: 12px;
    line-height: 13px;
    min-height: 108px;
    display: flex;
    line-height: 14px;
    margin: 14px 15px;
    width: 105px;
    height: 85px;
    flex-wrap: wrap;
    flex-direction: column;
    background-size: cover;
    float: left;
    align-items: center;
}
.amzn-info-sec ul.key-feat-block {
    margin-top: 15px;
    margin-bottom: 0;
}
.amzn-why-muthoot {
    padding: 35px 0;
}
.why-muthoot-warea img {
    height: 100px;
    margin-bottom: 25px;
}
.why-muthoot-warea h2 {
    font-size: 22px;
}
.why-muthoot-warea p {
    font-size: 13px;
    line-height: 22px;
}
.muthoot-usps {
    margin-top: 5px;
}
.muthoot-usps div[class^=col-md] p {
    padding-left: 25px;
}
.muthoot-usps div[class^=col-md] img {
    height: 40px;
}
.muthoot-usps>div>div>div {
    margin-bottom: 15px;
    align-items: center;
    display: flex;
}
.amzn-info-sec p {
    line-height: 22px;
}
.why-choose .why-choose-content .choose-heading h1 {
    font-size: 21px;
}
.why-choose .why-choose-content .choose-heading {
    font-size: 13px;
    color: #0095da;
}
.why-choose .why-choose-content .choose-heading img {
    display: block;
    margin: 0 auto 10px;
}
#fc_frame.fc-widget-normal.fc-mobile-view {
    height: 50px!important;
    z-index: 9999!important;
}
#fc_frame.fc-widget-normal.fc-mobile-view.fc-open {
    height: calc(100% - 130px)!important;
}
.goog-te-menu-frame {
    top: 30px!important;
}
.read-more-toggle {
    margin-top: 18px;
}
.ri-content-wrap .container {
    width: 100%}
.ri-content-wrap {
    background: #e5f4fb;
    padding: 30px 0;
    margin-top: 20px;
    width: 100%!important;
}
.ri-content-left h3 {
    font-size: 39px;
    line-height: 44px;
    text-align: center;
}
.ri-initiatedby {
    display: block;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 30px;
}
.ri-initiatedby span {
    margin-bottom: 14px;
    display: block;
    text-align: center;
}
.ri-quote-box {
    background-position: center top;
    height: 260px;
    padding: 41px 30px 0;
}
.ri-quote-box h3 {
    font-size: 21px;
    margin-bottom: 30px;
}
.ri-quote-cta a {
    margin: 0 40px 10px;
    font-size: 17px;
    display: inline-block;
}
.ri-content-right p {
    font-size: 16px;
    text-align: justify;
}
.ri-content-right p:last-child {
    text-align: center;
}
.ri-content-right p strong {
    margin-top: 20px;
}
.ri-banner {
    padding-right: 0;
}
.loan-home-side-box>div h5 {
    margin: 2px 0 0 12px;
    font-size: 17px;
    line-height: 23px;
}
.loan-home-side-box>div {
    padding-left: 10px;
}
.loan-home-side-box p {
    text-align: center;
}
.footer-sec {
    padding-bottom: 45px;
}
.amzn-form .row .col-md-6:first-child {
    padding-right: 15px;
}
.amzn-form .row .col-md-6:last-child {
    padding-left: 15px;
}
.players-img {
    bottom: 100%!important;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.players-img img {
    width: 50%!important;
}
.rcb-logo {
    width: 100%!important;
    display: none!important;
}
.rcb-logo img {
    max-width: 100%}
.rcb-form {
    width: 100%}
.rcb-btm-form form input {
    padding: 7px 10px;
    width: 23%;
    font-size: 11px;
    border-radius: 3px;
    border: none;
    margin: 0 3px;
}
.rcb-btm-form #submit-rcbbtn {
    width: 23%;
    margin: 0 0 0 3px;
    padding: 4px 10px;
}
a#btmformClose {
    bottom: 43px;
    right: 2px;
}
.rcb-logo:before {
    height: 45px;
}
.rcb-btm-form form#form-rcbbtn {
    margin-bottom: 10px;
}
.rcb-btm-wrap {
    margin-bottom: -1px;
}
form#form-rcbbtn h3 {
    color: #000;
    font-size: 10px!important;
    padding-top: 5px;
    text-align: center;
}
.mobile-branch {
    display: block;
}
.mobile-branch a i {
    color: #0095da;
}
.eswarna-bnr-top {
    margin-top: 94px;
    position: relative;
    min-height: 262px;
    background: url(https://www.muthootfincorp.com/wp-content/themes/muthoot/images/eswarna-mob-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.eswarna-logo img {
    max-width: 90%;
    height: auto;
}
.eswarna-bnr-txt p {
    font-size: 18px;
}
.eswarna-bnr-txt p:last-child {
    font-size: 20px;
}
.eswarna-bnr-txt p:last-child img {
    height: 30px;
}
.eswarna-about h3 {
    font-size: 24px;
}
.eswarna-bnr-mob {
    display: block;
    margin-top: 94px;
}
.eswarna-about {
    padding: 30px 0 40px;
}
.eswarna-about .row {
    display: flex;
}
.eswarna-about .row .e-about-text {
    order: 1;
}
.eswarna-about .row .e-about-img {
    order: 2;
}
.eswarna-about h3, .eswarna-about h4 {
    text-align: center;
}
.eswarna-about h4 {
    font-size: 16px;
    width: 100%;
    margin: 0 auto 10px;
}
.eswarna-about h3:before {
    bottom: -13px;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.eswarna-benefits {
    padding: 40px 0 0;
}
.eswarna-ben-box {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #cb9e2d;
    padding: 50px 12px 0;
    grid-gap: unset;
    display: flex;
    text-align: center;
    width: 45%;
    margin: 0 8px 50px;
    position: relative;
    height: auto;
    justify-content: center;
    align-items: center;
    min-height: 178px;
    vertical-align: middle;
}
.mpg-main-text {
    margin-left: 0;
    margin-bottom: 45px;
    text-align: center;
}
p.mpg-text-para {
    padding: 30px 6px 0;
    width: 100%;
    color: #000;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 0;
    text-align: justify;
}
.reason-item {
    display: flex;
    margin: 0 0 22px 12px;
    align-items: center;
}
.reason-to-choose p {
    margin: 0;
    padding-left: 11px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    line-height: 17px;
    text-align: left;
    width: 42%}
.reason-to-choose img {
    height: auto;
    position: unset;
    margin-top: 0;
    width: 12%}
.e-swarna-mgp {
    padding: 64px 0 16px;
}
.eswarna-ben-box p {
    font-size: 14px;
    font-weight: 500;
    color: #656567;
    line-height: 21px;
}
.e-swarna-mgp img.mpg-coins {
    position: absolute;
    left: 20px;
    top: 30px;
    width: 22%;
    height: auto;
}
.e-swarna-mgp img.brand-ambassador {
    position: absolute;
    right: 7px;
    bottom: 0;
    width: 37%;
    height: auto;
}
.mnav-link-bottom {
    font-size: 12px;
}
div#ncd-nature .tbl-td-block:nth-child(2) {
    width: 33.33%;
    justify-content: center;
}
div#ncd-nature .tbl-td-block:nth-child(3) {
    width: 22.3%;
    justify-content: center;
}
div#ncd-nature .tbl-td-block:nth-child(4) {
    width: 33.3%;
    justify-content: center;
}
div#ncd-nature .tbl-td-block:nth-child(5) {
    width: 11%;
    justify-content: center;
}
.eswarna-about h3:before {
    bottom: -13px;
    left: 1px;
    margin: 0 auto;
    right: auto;
}
.eswarna-about h3, .eswarna-about h4 {
    text-align: left;
}
a.about-es-cta {
    top: -1px!important;
}
.inner-banner-blk {
    margin-top: 80px;
}
.banner-img-blk:before {
    background: rgba(206, 242, 254, .9);
    left: 0;
    width: 100%}
.check-list {
    position: relative;
    z-index: 1;
}
.content-blk {
    padding-top: 30px;
}
.content-blk .check-list li {
    font-size: 12px!important;
    line-height: 17px;
    padding-bottom: 10px;
}
.content-blk h1 {
    font-size: 24px;
}
.page-template-eSwarna-Page-Template .companies-logo ul {
    display: flex;
}
.page-template-eSwarna-Page-Template .companies-logo ul li:nth-child(3) {
    margin-right: 0!important;
}
.page-template-eSwarna-Page-Template .companies-logo ul li img {
    width: 100%}
.mbb-blk {
    flex-direction: column;
}
.mbb-left {
    margin-right: 0;
    width: 100%;
    margin-left: 0;
}
.mb-logo {
    text-align: center;
    margin-top: 0;
    max-width: 100px;
    margin: 0 auto;
}
.mbb-right {
    width: 100%}
.muthoot-blue-blk .middle-text {
    padding-left: 0;
}
.mb-list {
    flex-direction: column;
    margin-right: 45px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.mb-logo {
    text-align: center;
    margin-top: 0;
    max-width: 100px;
    margin: 0 auto;
}
.mb-logo img {
    width: 100%}
.muthoot-blue-blk {
    padding-top: 30px;
}
.muthoot-blue-blk .mb-heading {
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
}
.muthoot-blue-blk .mb-vidya img {
    height: 250px;
}
.mb-icon img {
    width: 30px;
}
.mb-list li p {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 0;
}
.mb-list li {
    width: 70%;
    margin: 0 10px 15px 0;
}
.mb-list li:last-child {
    margin-bottom: 0;
}
.mb-list li:after {
    display: none;
}
.mbb-wrapper {
    top: 0;
}
.ncd-5-table-wrap {
    padding-top: 0;
    margin-top: 0;
}
.apply-now-mobile {
    position: fixed;
    right: -39px;
    top: 50%;
    transform: rotate(
90deg);
    background: #c59a1d;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 999;
}
.apply-now-mobile:focus, .apply-now-mobile:hover {
    color: #fff;
}
html {
    scroll-behavior: smooth;
}
}@media(max-width:360px) {
    .mb-list li {
    width: 65%}
}.top-form-ncd .form-control {
    font-size: 12px;
    border-radius: 3px;
    padding: .5rem .75rem;
    border: none;
}
.FDrates .tabLinks {
    height: calc(var(--links-height)/ 2);
}
.FDrates .tabLinks li:last-child {
    border: 0;
}
.FDrates .tabLinks li .singleLink {
    all: unset;
    position: relative;
    height: var(--links-height);
    width: 100%;
    background: #018bd4;
    cursor: pointer;
    overflow: hidden;
    transition: .3s;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.ncd-about-lft h2 {
    color: #001641;
    font-weight: 600;
}
.key-benefits-section {
    margin-bottom: 40px;
}
.key-benefits-box {
    padding: 10px 20px 10px;
    margin: 20px 0 0;
    position: relative;
}
.key-benefits-box h4 {
    font-size: 13px;
    color: #269ee2;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px 0;
}
.key-benefits-box p {
    margin-bottom: 0;
}
.key-benefits-box .benefits-box-img {
    min-height: 45px;
}
.key-benefits-section .key-benefits-inner .row {
    border-bottom: 1px solid #e5e5e5;
}
.key-benefits-section .key-benefits-inner .row:last-child {
    border-bottom: 0;
}
.key-benefits-inner .key-benefits-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    width: 1px;
    height: 117%;
    background: #e5e5e5;
}
.key {
    justify-content: center;
}
.key-benefits-inner .col-md-4:last-child .key-benefits-box:before {
    display: none;
}
.key .col-md-4:before {
    content: ''!important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
}
.key .col-md-4:after {
    content: ''!important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
}
.ncd-blk {
    background: #18afff;
    padding-top: 40px;
}
.ncd-blk .fd-table tr:nth-child(1), .ncd-blk .fd-table tr:nth-child(2), .ncd-blk .fd-table tr:nth-child(3) {
    background: #ffcb00;
    text-align: center;
    color: #000;
}
.ncd-blk .fd-table tr td {
    color: #fff;
}
.ncd-blk .ncd-head:after {
    background: #fff;
}
.text-white {
    color: #fff;
}
.ncd-blk .nav-pills {
    display: flex;
    justify-content: center;
}
.ncd-blk .nav-pills .nav-link {
    background: #ffcb00;
    font-weight: 700;
    padding: 10px 15px;
    margin: 5px;
    color: #000;
}
.ncd-blk .nav-pills .nav-link.active {
    background: #00316e;
    color: #fff;
}
.your-city select {
    height: auto!important;
}
.your-state select {
    height: auto!important;
}
@media screen and (max-width:640px) {
    .enter-link img {
    max-width: 90px;
}
.delayedPopupWindow-home .enter-link {
    bottom: -28px;
    left: 0;
    width: 260px;
    margin-left: 15px;
}
.delayedPopupWindow-home .enter-link a {
    font-size: 11px;
}
}@media(max-width:576px) {
    .whatsapp-form-field {
    width: 100%}
.whatsapp-form-field .form-control {
    width: 215px;
    padding: 14px 10px 14px;
}
.whatsapp-form:after {
    background: 0 0;
}
.whatsapp-form-field button.btn {
    padding: 12px 14px;
}
.whatsapp-inner-banner {
    margin-top: 93px;
}
.whatsapp-inner-banner h2 strong {
    font-size: 26px;
    line-height: 28px;
    margin-top: 15px;
}
.whatsapp-inner-banner h2 {
    font-size: 18px;
}
.whatsapp-inner-banner h1 {
    font-size: 20px;
    margin-top: 10px;
}
.whatsapp-inner-banner h1 strong {
    display: inline-block;
    font-size: 22px;
}
.whatsapp-inner-banner h1 i {
    top: -7px;
}
.whatsapp-form {
    margin-top: 15px;
}
.whatsapp-form .phn-txt {
    text-align: left;
    font-size: 15px;
}
.whatsapp-form .phn-txt a {
    font-size: 20px;
}
.whatsapp-form p {
    margin-bottom: 5px;
}
.whatsapp-warea h3 {
    font-size: 20px;
    margin: 15px 0 10px;
}
.whatsapp-info-sec {
    padding-bottom: 30px;
}
.whatsapp-service-warea h3 {
    font-size: 20px;
    margin-bottom: 30px;
}
.whatsapp-service-warea {
    padding: 30px 0;
}
.serv-list li {
    margin-bottom: 25px;
}
.watsapp-img {
    margin-bottom: 25px;
}
.why-whatsapp h3 {
    position: relative;
    padding-left: 35px;
    font-size: 20px;
    font-weight: 600;
}
.why-whatsapp h3 img {
    position: absolute;
    left: 0;
}
.whatsapp-faq h3 {
    font-size: 20px;
    font-weight: 600;
}
.adgl-vdo iframe {
    width: 100%;
    margin-top: 0;
}
.rcb-btm-form.rcb-btm-form-mbl form {
    bottom: 10px;
    right: 82px;
}
a#btmformCloseMbl {
    bottom: 130px;
    right: 26px;
    display: inline-block;
    position: absolute;
    z-index: 999999;
}
.product-video .video-slider .key-images {
    max-height: 200px!important;
}
}@media(max-width:479px) {
    .key-content li {
    width: 100%!important;
    max-width: 100%!important;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
}
.map {
    margin: 0 auto 15px;
    display: block;
}
.locate-inner {
    text-align: center;
}
.overlay-content {
    top: 190px;
}
.overlay input[type=text] {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 13px;
}
.btn.btn-primary.search-btn {
    width: 145px;
    height: 48.5px;
    line-height: 35px;
}
.width-50 {
    width: 100%;
    margin-right: 0;
}
.width-50:nth-child(2n+1) {
    margin-right: 0;
}
.inner-content h2 {
    font-size: 21px;
}
.testo-section {
    margin-bottom: 0;
    flex-direction: column;
    padding: 22px 15px 20px 15px;
}
.testo-text {
    padding-left: 0;
    border-left: none;
    margin-top: 25px;
}
.annual-reports li {
    max-width: 100%;
    width: calc(50% - 10px);
}
.loan-type-list li {
    margin: 0 auto 20px;
    display: inline-block;
    width: 116px;
    height: 116px;
}
.loan-type-list li:last-child {
    margin-right: auto;
}
.key-founder .founder-images {
    position: relative;
    left: 0;
    margin-bottom: 20px;
    display: block;
}
.key-founder ul li {
    padding: 25px 20px 20px 20px;
}
.searchbox .search-field {
    width: 90%;
    margin-right: 3px;
}
.key-founder-content {
    text-align: center;
}
.key-founder ul li h2::after {
    right: 0;
    margin: auto;
}
.ncd-main-logo a.visible-xs img {
    height: 36px;
}
.ncd-main-logo img {
    height: 45px;
}
.banner-section .item .visible-xs.mob-mainbnr {
    display: none!important;
}
.gold-loan {
    background: #014377;
    background: linear-gradient(90deg, #014377 0, #004e8c 100%);
}
.reg-ofc p span {
    margin-right: 12px;
    display: block;
}
.reg-ofc p:first-child {
    padding: 0 15px;
}
.ftr-web-dropdown .dropdown {
    float: none;
    margin-top: 14px;
    display: inline-block;
}
p.reg-ofc-add {
    padding: 0 25px 4px;
}
.android-bx, .ios-cta {
    bottom: 5px;
}
.android-bx img, .ios-cta img {
    height: 22px;
    width: auto!important;
}
.android-bx {
    left: 45%;
    right: auto;
}
.ios-cta {
    left: 68%;
    right: auto;
}
.enter-link img {
    max-width: 70px;
}
.enter-link {
    bottom: 24%;
    left: 10%}
.enter-link a {
    padding: 5px 8px;
    font-size: 12px;
}
#btnClose {
    right: 1%;
    top: -40%}
.christmas-bnr .enter-link {
    left: 36px;
    right: 0;
    top: auto;
    bottom: 0;
}
.christmas-bnr #btnClose {
    right: 0;
    top: -5%}
.christmas-bnr #btnClose img {
    width: 30px;
}
.delayedPopupWindow-home {
    width: calc(100% - 34px);
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2rem + 2px);
}
}@media only screen and (min-width:769px) {
    #tile-1.show-as-dropdown>.tab_list {
    display: block!important;
    overflow: hidden;
}
}@media(min-width:768px) and (max-width:991px) {
    .testimonial-section {
    min-height: 409px;
}
.f-content-right {
    text-align: center;
    max-width: 100%;
    width: 100%}
.f-col-bottom {
    display: none;
}
.f-col-mob {
    display: block;
}
.f-apps {
    max-width: 100%;
    justify-content: center;
}
.f-content-right .select-web {
    max-width: 424px;
    margin: auto;
}
.f-logo {
    align-items: flex-start;
    margin: 0 auto 20px;
}
.f-content {
    justify-content: center;
}
.top-menu-list li a {
    font-size: 0;
}
.banner-section figure img {
    max-width: 100%}
header {
    height: 95px;
}
.main-header .navbar-nav {
    width: 100%;
    margin: 0;
    background-color: #fff;
    padding: 10px;
    margin-top: 9px;
}
.navbar-toggler {
    margin-top: 5px;
}
.main-header li.right-shift {
    margin-left: 0;
}
.muthoot-carousel iframe {
    width: 100%}
.muthoot-video {
    width: 100%}
.muthoot-carousel .item {
    width: 100%}
.muthoot-video-content {
    margin: 38px 0 0;
    flex-direction: column;
}
.why-choose-content {
    padding-left: 0;
    width: 100%}
.choose-heading {
    margin-top: 20px;
}
.choose-content ul {
    margin-top: 20px;
}
.choose-heading h2 {
    font-size: 22px;
    margin-bottom: 24px;
}
.choose-content li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #aeabab;
    margin-bottom: 10px;
    padding: 15px;
}
.choose-content li:nth-child(3n), .choose-content li:nth-child(4n) {
    border-bottom: 1px solid #aeabab;
}
.why-choose {
    margin-bottom: 20px;
}
.key-content {
    margin: 20px -9px 0;
}
.key-content li {
    margin: 0 9px 50px;
    width: 30.79%}
.news-left {
    width: 100%}
.news-left-img figure img {
    max-width: 100%;
    width: 100%}
.news-right {
    display: block;
    width: 90%;
    float: none;
    margin: auto;
}
.view-all {
    margin: 70px 0 50px;
}
.step-heading {
    width: 100%}
.gold-loan h4 {
    font-size: 22px;
    line-height: 32px;
}
.gold-loan h4 span {
    display: inline-block;
    font-size: 22px;
}
.step-list {
    width: 100%;
    margin-top: 10px;
}
.step-list li {
    margin-bottom: 10px;
    margin-right: 25px;
}
.gold-loan {
    overflow: hidden;
}
.gold-loan::after {
    display: none;
}
.emi-tab-content {
    width: 100%;
    margin-top: 15px;
    float: none;
}
.interest-rate {
    margin-right: 0;
    width: 100%}
.tenure {
    width: 100%}
.emi-calculator .nav-pills .nav-link {
    height: 48px;
    line-height: 48px;
}
.emi-input label {
    font-size: 12px;
}
.loan-amount {
    margin-bottom: 10px;
}
.emi-input .form-group {
    margin-right: 10px;
    width: 31%}
.emi-input .form-control {
    width: 100%;
    margin-bottom: 10px;
}
.interest-rate img, .loan-amount img, .tenure img {
    max-width: 80%}
.choose-heading h2 {
    font-size: 20px;
}
.choose-content {
    margin-top: 20px;
}
.home-contact {
    min-height: 423px;
}
.contect-content {
    margin-top: 100px;
}
.home-contact-form {
    margin-top: 100px;
}
.testimonial-inner {
    width: 100%}
.owl-dots {
    margin-top: 25px;
    padding-bottom: 25px;
}
.f-content {
    flex-wrap: wrap;
}
.f-content-right {
    margin-left: 0;
    margin-top: 20px;
}
.contect-content h4 {
    font-size: 26px;
}
.contect-content strong {
    font-size: 20px;
    margin-bottom: 17px;
}
.key-service {
    padding-top: 1px;
}
.recent-news {
    padding-top: 0;
}
.emi-calculator {
    margin: 30px 0;
}
.key-content {
    margin-top: 20px;
}
.news-panel {
    margin-top: 20px;
}
.emi-tab-panel {
    margin-top: 20px;
    margin-left: 0;
}
.emi-tab-list {
    width: 100%;
    margin-left: 0;
}
.testimonial-inner {
    width: 100%;
    margin-bottom: 15px;
}
.testimonial-section .item {
    margin-top: 0;
}
.testimonial-inner:first-child {
    margin-right: 0;
}
.testimonial-inner figure {
    width: 160px;
    height: 160px;
}
.testimonial-img-section::after {
    background-color: #0089cb;
    width: 160px;
    height: 160px;
}
.home-contact-form {
    width: 67%}
.write-us .form-group {
    width: 100%}
.address-block-half {
    width: 100%;
    margin-bottom: 10px;
}
.write-us {
    height: auto;
}
.locate-inner {
    max-width: 100%;
    padding: 0 15px;
}
.locate-content h3 {
    font-size: 24px;
}
.locate-content p {
    font-size: 14px;
}
.locate-content p span {
    font-size: 17px;
}
.map {
    max-width: 150px;
    margin-left: 34px;
    margin-right: 34px;
}
.inner-heading h2 {
    font-size: 24px;
    margin: 26px 0;
}
.search-branch-form {
    width: 100%;
    padding: 0 15px;
}
.search-branch-form .form-group {
    text-align: center;
}
.search-branch-form .brach-field .btn-info {
    margin: 20px auto 0;
}
.search-branch-content {
    padding-left: 0;
    margin-right: 0;
    display: block;
    max-width: 100%}
.search-branch-content h3 {
    text-align: center;
    margin-bottom: 15px;
}
.search-branch-content::after {
    display: none;
}
.branch-search {
    width: 100%}
.brach-field .form-control {
    margin-right: 0;
    width: 161px;
}
.brach-field .btn-primary {
    margin-top: 15px;
}
.branch-locator-panel {
    display: block;
}
.locator-address {
    max-width: 100%}
.locator-map {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
}
.inner-content h2 {
    font-size: 29px;
    max-width: 380px;
}
.inner-banner {
    background-position: 70% 100%}
.founder-images figure {
    width: 160px;
    height: 160px;
}
.founder-images figure img {
    max-width: 100%}
.founder-images::after {
    width: 160px;
    height: 160px;
}
.testo-section {
    margin-bottom: 0;
    padding: 42px 15px 30px 15px;
}
.annual-reports {
    margin: 20px -10px 45px;
}
.annual-reports li {
    margin: 0 10px 20px;
    width: calc(33.33% - 20px);
}
.public-issue {
    padding: 10px 10px;
}
.issues-content ul li {
    padding-left: 0;
    width: 100%;
    border: none;
    margin-bottom: 20px;
}
.issues-content ul li:last-child {
    padding-left: 0;
}
.pdf-list li {
    width: 100%}
.half-yearly {
    margin-bottom: 10px;
    display: block;
}
.investors {
    margin: 27px 0 27px;
}
.founder-detail-profile figure {
    width: 160px;
    height: 160px;
}
.founder-detail-profile::after {
    width: 160px;
    height: 160px;
    right: -15px;
}
.founder-detail-images {
    max-width: 261px;
}
.founder-detail-panel {
    padding-left: 260px;
}
.loan-panel-content {
    margin-bottom: 20px;
}
.loan-img {
    float: none;
    margin: 0 auto 15px;
}
.loan-img.key-advantages {
    top: 0;
}
.loan-type-list li {
    margin: 0 15px 20px;
}
.features-loan-point {
    width: 100%;
    display: block;
}
.events-fac {
    border-right: none;
    border-bottom: 3px solid #e6ecef;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 18px;
    margin-bottom: 18px;
    display: block;
}
.event-list>li {
    padding: 23px 20px 23px 20px;
}
.event-list>li figure {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 15px;
}
.event-detail-head {
    padding: 28px 26px 28px 26px;
}
.evetn-detail-img {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 15px;
}
.opening-right {
    width: 100%;
    text-align: left;
}
.opening-left {
    width: 100%}
.opening-top h3 {
    display: block;
    font-size: 16px;
    margin: 5px 0;
}
.opening-left p {
    margin-top: 0;
}
.opening-top {
    display: block;
}
.compliance-detail .card .btn {
    font-size: 16px;
}
.blog-heading {
    font-size: 25px;
}
.search-field {
    width: 95%}
.most-viewed ul {
    margin: 0 -5px;
    font-size: 0;
}
.most-viewed li {
    width: 31.9%;
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}
.comment-section {
    margin-bottom: 20px;
}
.key-founder ul li p {
    font-size: 13px;
}
.key-founder .founder-images figure {
    width: 125px;
    height: 125px;
}
.key-founder .founder-images::after {
    width: 125px;
    height: 125px;
}
.key-founder ul li {
    margin-bottom: 20px;
    display: block;
    width: 100%}
.key-founder ul li:nth-child(2n+2) {
    float: none;
}
.founder-detail-content {
    min-height: inherit;
}
.amzn-form {
    margin-top: 25px;
}
.ri-quote-box {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 58px;
    height: 240px;
    padding: 44px;
}
.ri-quote-cta a {
    margin: 0 20px;
}
.ri-quote-box h3 {
    color: #fff;
    font-size: 25px;
}
.mnav-link-top {
    display: flex!important;
    align-items: baseline;
    margin-top: 12px!important;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 14px!important;
    padding-left: 10px!important;
}
.mnav-link-top .wap-link {
    position: absolute;
    right: 0;
}
.mnav-link-top .wap-link img {
    max-width: 35px;
    height: auto;
}
.navbar-toggler.mobile-menu {
    top: 30px;
    right: auto;
    left: 0;
    transform: none;
}
.mob-search .menu_search {
    font-size: 20px;
    float: right;
    margin-top: 18px;
}
.top-header {
    display: none;
}
.mob-search form {
    position: absolute;
    width: 378px;
    left: auto;
    right: 0;
    background-color: #fff;
    padding: 15px 5px;
    bottom: 0;
    transform: translateY(110%);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mob-search .menu_search_li.search_show form {
    opacity: 1;
    visibility: visible;
    transform: translateY(100%);
}
.mob-search form.form-inline {
    width: 100%!important;
}
.mob-search form input {
    width: 62%;
    margin-right: 5px;
}
.mob-search form .btn {
    font-size: 14px;
    height: 38px;
    color: #fff;
    background-color: #001540;
    border: none;
    position: relative;
    width: 100px;
    text-align: center;
}
.mob-search form .btn:after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: solid 5px #0095da;
    border-left: solid 5px #0095da;
    border-right: solid 5px transparent;
    border-top: solid 5px transparent;
    position: absolute;
    bottom: 4px;
    left: 4px;
}
.emi-tab-panel {
    display: flex;
}
.emi-tab-list {
    width: 78%}
.emi-calculator .nav-pills .nav-link {
    padding: 18px 10px 18px 10px;
    display: flex;
    align-items: center;
}
.emi-calculator .nav-pills .nav-link span {
    margin-left: 40px;
}
.news-right {
    margin-top: 30px;
}
.form-group.verify-btn .btn-primary {
    font-size: 11px;
}
.f-menus-col {
    width: 31%}
.banner-img-blk img {
    display: none;
}
.banner-img-blk:before {
    display: none;
}
.f-bottom {
    justify-content: flex-start;
}
.f-menus-col {
    width: 30%;
    margin-right: 23px;
}
.restart-india-ft-link {
    right: 4%}
.top-form-ncd #verify_otp_toggle_top {
    width: 70%}
.top-form-ncd h4 {
    font-size: 16px;
}
}@media(min-width:992px) {
    .modal-dialog {
    max-width: 800px;
}
header>.container {
    padding-right: 0;
    padding-left: 0;
}
.mobile-menu, .mobile-menu-open {
    display: none;
}
#megamenu>li.active>a:before, #megamenu>li:hover>a:before {
    content: "";
    padding: 0;
    color: #0095da;
    position: absolute;
    height: 32px;
    top: calc(50% + 2px);
    left: -10px;
    transform: translateY(-50%);
    width: calc(100% + 35px);
    border-radius: 4px;
    z-index: -1;
}
#megamenu>li.active>a, #megamenu>li:hover>a {
    color: #0095da;
}
.carousel-indicators: {
    z-index: 1;
}
#megamenu>li>ul>li:last-child>a {
    margin-bottom: 0;
}
#megamenu>li.menu_search_li {
    position: relative!important;
}
#megamenu>li.menu_search_li form, .mob-search form {
    position: absolute;
    width: 378px;
    left: auto;
    right: 0;
    background-color: #fff;
    padding: 15px;
    bottom: 0;
    transform: translateY(110%);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
#megamenu>li.menu_search_li.search_show form {
    opacity: 1;
    visibility: visible;
    transform: translateY(100%);
}
#megamenu>li.menu_search_li form input {
    margin-right: 10px;
}
#megamenu>li.menu_search_li.search_show .fa {
    font-size: 18px;
}
#megamenu>li {
    position: unset;
}
.hidden-large {
    display: none!important;
}
.amzn-bnr-sec>div:first-child {
    display: flex!important;
}
}@media(max-width:992px) {
    header .header-content .logo {
    left: 0!important;
    right: 0!important;
}
html {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
}
.navbar-toggler.mobile-menu {
    top: 30px;
    right: auto;
    left: 0;
    transform: none;
}
.top-header {
    display: none!important;
}
.mobile-menu, .mobile-menu-open {
    display: block;
    top: 30px;
    right: auto;
    left: 0;
    transform: none;
}
.mob-search {
    display: block!important;
}
.muthoot-video p {
    font-size: 17px;
}
.choose-heading h1 {
    font-size: 30px;
}
.key-detail {
    height: 210px;
}
.home-blog .owl-carousel .owl-nav button.owl-prev {
    left: -18px!important;
}
.home-blog .owl-carousel .owl-nav button.owl-next {
    right: -18px!important;
}
.choose-content li p {
    font-size: 14px;
}
.emi-tab-panel {
    margin-left: 0!important;
}
.choose-heading {
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-49%);
}
.key-content {
    margin: 20px -15px 0 -9px!important;
}
.emi-tab-content {
    margin-left: 35px;
}
.key-service {
    padding: 50px 0 30px!important;
}
.home-blog .view-all {
    margin: 0 0 65px!important;
}
.form-group.verify-btn .btn-primary {
    padding: 9px 4px;
}
.f-col-bottom ul {
    margin-bottom: 5px;
}
.mobile-menu, .mobile-menu-open {
    left: auto;
    right: 0;
    top: 5px;
}
#megamenu>li:nth-child(4) ul.sub-menu {
    left: 0;
}
#megamenu>li {
    position: relative!important;
}
#megamenu>li ul.sub-menu li a span.menu-image-title i {
    position: absolute;
    right: 0;
    top: 6px;
}
#megamenu>li>ul {
    padding: 10px 5px 10px 5px!important;
}
.inner-banner {
    height: 230px;
}
img.homeloan-side-title {
    width: 100%}
.loan-home-side-box>div img {
    width: 60px;
    height: auto;
}
.need-help-txt h4 {
    font-size: 18px;
}
.tv-commercials .key-detail {
    height: 100px!important;
}
#megamenu>li:nth-child(8) ul.sub-menu {
    right: 0;
}
#megamenu>li>ul>li>ul {
    display: block!important;
}
#megamenu>li:nth-child(2) ul.sub-menu, #megamenu>li:nth-child(4) ul.sub-menu, #megamenu>li:nth-child(5) ul.sub-menu, #megamenu>li:nth-child(7) ul.sub-menu {
    padding: 10px 14px 6px!important;
}
#megamenu>li:nth-child(2) ul.sub-menu li, #megamenu>li:nth-child(4) ul.sub-menu li, #megamenu>li:nth-child(5) ul.sub-menu li, #megamenu>li:nth-child(7) ul.sub-menu li, #megamenu>li:nth-child(8) ul.sub-menu li {
    width: 100%!important;
    position: relative!important;
    max-width: 100%!important;
    left: 0!important;
    flex: none;
    padding: 0 5px;
    top: 0!important;
}
#megamenu>li:nth-child(2) ul.sub-menu li a span.menu-image-title, #megamenu>li:nth-child(4) ul.sub-menu li a span.menu-image-title, #megamenu>li:nth-child(5) ul.sub-menu li a span.menu-image-title, #megamenu>li:nth-child(7) ul.sub-menu li a span.menu-image-title, #megamenu>li:nth-child(8) ul.sub-menu li a span.menu-image-title {
    position: relative;
    bottom: 0;
    right: 0;
    color: #666;
    font-size: 13px;
    width: 100%;
    left: 0;
    margin: 0 auto;
    text-align: left;
    padding: 4px 0;
    background: 0 0;
    display: block;
}
#megamenu>li:nth-child(4) ul.sub-menu .sub-menu {
    margin: 0;
    padding: 0 0 0 5px!important;
}
#megamenu li:nth-child(4)>ul>li>ul>li>a.maintitlehead {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 3px!important;
    margin-bottom: 5px;
}
#megamenu>li:nth-child(2) ul.sub-menu li a span.menu-image-title, #megamenu>li:nth-child(4) ul.sub-menu li a span.menu-image-title, #megamenu>li:nth-child(5) ul.sub-menu li a span.menu-image-title, #megamenu>li:nth-child(7) ul.sub-menu li a span.menu-image-title, #megamenu>li:nth-child(8) ul.sub-menu li a span.menu-image-title {
    position: relative;
    bottom: 0;
    right: 0;
    color: #666;
    font-size: 13px;
    width: 100%;
    left: 0;
    margin: 0 auto;
    text-align: left;
    padding: 4px 0;
    background: 0 0;
    display: block;
}
#megamenu>li>ul>li .mobile-menu-open {
    background: #001540;
}
#megamenu>li:nth-child(2) ul.sub-menu li a span.menu-image-title, #megamenu>li:nth-child(4) ul.sub-menu li a span.menu-image-title, #megamenu>li:nth-child(5) ul.sub-menu li a span.menu-image-title, #megamenu>li:nth-child(7) ul.sub-menu li a span.menu-image-title, #megamenu>li:nth-child(8) ul.sub-menu li a span.menu-image-title {
    position: relative;
    bottom: 0;
    right: 0;
    color: #666;
    font-size: 13px;
    width: 100%;
    left: 0;
    margin: 0 auto;
    text-align: left;
    padding: 4px 0;
    background: 0 0;
    display: block;
}
#megamenu li:nth-child(4)>ul>li>ul>li>a.maintitlehead {
    color: #000;
}
#megamenu>li:nth-child(4) ul.sub-menu {
    min-height: auto;
}
#megamenu li:nth-child(4)>ul>li>ul>li>.mobile-menu-open {
    top: 0!important;
}
#megamenu>li>ul>li .mobile-menu-open {
    background: #001540;
    top: -1px!important;
}
#megamenu>li:nth-child(4) ul.sub-menu {
    min-width: 100%;
    padding: 10px 5px 10px 5px!important;
}
#megamenu>li.menu-item.menu-item-has-children {
    padding-right: 15px!important;
}
#megamenu>li:nth-child(4) ul.sub-menu>li:first-child {
    padding: 0;
}
#megamenu>li:nth-child(2) ul.sub-menu li, #megamenu>li:nth-child(4) ul.sub-menu li, #megamenu>li:nth-child(5) ul.sub-menu li, #megamenu>li:nth-child(7) ul.sub-menu li, #megamenu>li:nth-child(8) ul.sub-menu li {
    padding: 0!important;
}
#megamenu>li.menu_search_li {
    display: block;
}
.mob-search .menu_search {
    font-size: 20px;
    float: right;
    margin-top: 18px;
}
header {
    height: 75px;
}
.mob-search form {
    position: absolute;
    width: 378px;
    left: auto;
    right: 0;
    background-color: #fff;
    padding: 15px 5px;
    bottom: 0;
    transform: translateY(110%);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mob-search .menu_search_li.search_show form {
    opacity: 1;
    visibility: visible;
    transform: translateY(100%);
}
.mob-search form {
    bottom: -72px;
}
.mob-search form .btn {
    font-size: 14px;
    height: 38px;
    color: #fff;
    background-color: #001540;
    border: none;
    position: relative;
    width: 100px;
    text-align: center;
    margin-left: 15px;
}
.header-content .logo {
    width: 55px;
}
.banner-section {
    margin-top: 76px;
}
#megamenu>li:nth-child(2) ul.sub-menu li a img, #megamenu>li:nth-child(4) ul.sub-menu li a img, #megamenu>li:nth-child(5) ul.sub-menu li a img, #megamenu>li:nth-child(7) ul.sub-menu li a img {
    display: none;
}
.view-all {
    margin: 0 0 50px;
}
.inner-banner {
    margin-top: 78px;
}
#megamenu .menu-item.hidden-large {
    display: block!important;
}
.wap-link {
    display: block!important;
}
.ri-inner-block img {
    width: 100%}
.key-founder ul li {
    width: 100%}
ul.key-feat-block {
    flex-wrap: wrap;
}
.inner-banner-blk {
    margin-top: 78px;
}
.mnav-link-top .wap-link img {
    max-width: 35px;
    height: auto;
}
.mnav-link-top {
    display: flex!important;
    align-items: baseline;
    margin-top: 12px!important;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 14px!important;
    padding-left: 10px!important;
}
.mnav-link-top .wap-link {
    position: absolute;
    right: 0;
}
.content-blk {
    padding: 30px 0 0;
}
.block-ui-warea {
    margin-bottom: 0;
}
.loan-panel-content {
    margin-top: 40px;
}
.mob-search .search_show .form-inline .form-control {
    margin-left: 15px;
}
.recent-news {
    padding-top: 50px;
}
.tab-block {
    display: block!important;
}
.mnav-link-bottom a span {
    padding: 0 5px;
}
.about-testimonial #product-testimonial {
    position: relative;
    left: 57%;
    transform: translateX(-50%);
}
.product-video .video-slider .key-images {
    max-height: 144px;
}
.wa-btm-icon a img {
    display: none;
}
.navbar-toggler.mobile-menu {
    left: 17px;
}
.mob-search .menu_search {
    margin-right: 17px;
}
.key-content li {
    margin: 0 9px 15px!important;
}
.loan-panel-content {
    margin-top: 0!important;
}
.inner-banner {
    height: 280px!important;
}
.inner-banner figure img {
    width: 100%;
    object-fit: cover;
    height: 280px;
}
}@media(min-width:992px) and (max-width:1199px) {
    .testimonial-section {
    min-height: 440px;
}
.gold-loan::after {
    right: 0;
}
.f-col-bottom {
    display: none;
}
.f-col-mob {
    display: block;
}
.f-content-left {
    padding-right: 0;
    width: 100%}
.f-content-right {
    max-width: 460px;
    margin: auto;
    width: 100%;
    text-align: center;
}
.f-content {
    flex-direction: column;
    justify-content: center;
}
.f-logo {
    align-items: flex-start;
    margin: 0 auto 20px;
}
.top-menu-list li a {
    font-size: 0;
}
.choose-heading h2 {
    margin-bottom: 10px;
    font-size: 28px;
}
.banner-section figure img {
    max-width: 100%}
.choose-content ul {
    margin-top: 30px;
}
.muthoot-video-content {
    margin: 30px 0 0;
}
.interest-rate {
    margin-right: 33px;
}
.why-choose {
    margin-bottom: 30px;
}
.choose-content li {
    padding: 15px;
}
.gold-loan::after {
    right: -51px;
}
.gold-loan h4 {
    font-size: 28px;
}
.step-heading p {
    font-size: 18px;
    line-height: 27px;
}
.gold-loan h4 span {
    font-size: 40px;
}
.step-list li {
    margin-bottom: 30px;
}
.emi-tab-content {
    width: 72%}
.emi-input .form-control {
    width: 165px;
}
.testimonial-inner figure {
    width: 167px;
    height: 167px;
}
.testimonial-img-section::after {
    width: 167px;
    height: 167px;
}
.testimonial-inner {
    padding-left: 220px;
    padding-right: 20px;
}
.testimonial-inner {
    font-size: 13px;
}
.owl-dots {
    margin-top: 20px;
    padding-bottom: 20px;
}
.select-web .form-control {
    width: 290px;
}
.f-content-right .select-web .form-control {
    width: 375px;
}
.select-web select.form-control {
    width: 290px;
}
.f-content-left {
    padding-right: 10px;
}
.key-service {
    padding-top: 30px;
}
.recent-news {
    padding-top: 30px;
}
.emi-calculator {
    margin: 30px 0;
}
.key-content {
    margin: 20px -9px 0;
}
.key-content li {
    margin: 0 9px 50px;
}
.news-panel {
    margin-top: 20px;
}
.emi-tab-panel {
    margin-top: 20px;
    margin-left: 65px;
}
.testimonial-inner {
    width: 100%}
.testimonial-inner:first-child {
    margin-right: 0;
}
.home-contact-form {
    width: 67%}
.muthoot-carousel .item {
    width: 435px;
}
.write-us .form-group {
    width: 188px;
}
.address-block-half {
    width: 100%;
    margin-bottom: 10px;
}
.write-us {
    height: auto;
}
.search-branch-form {
    width: 100%;
    padding: 0 15px;
    text-align: center;
}
.or {
    max-width: 100%}
.search-branch-content {
    padding-left: 0;
    margin: 0 0 20px 0;
    display: block;
    width: 100%;
    max-width: 100%}
.search-branch-content h3 {
    text-align: center;
}
.search-branch-content br {
    display: none;
}
.search-branch-content::after {
    display: none;
}
.branch-search {
    width: 100%}
.brach-field .form-control {
    margin-right: 0;
}
.brach-field .btn-primary {
    margin-top: 15px;
}
.founder-images figure {
    width: 160px;
    height: 160px;
}
.founder-images figure img {
    max-width: 100%}
.founder-images::after {
    width: 160px;
    height: 160px;
}
.founder-list li {
    max-width: 306px;
}
.founder-left {
    width: 67%}
.testo-section {
    margin-bottom: 0;
}
.annual-reports {
    margin: 20px -10px 45px;
}
.annual-reports li {
    margin: 0 10px 20px;
    width: calc(25% - 20px);
}
.public-issue {
    padding: 10px 10px;
}
.issues-content ul li {
    padding-left: 15px;
}
.issues-content ul li:last-child {
    padding-left: 15px;
}
.half-yearly {
    margin-bottom: 10px;
}
.investors {
    margin: 27px 0 27px;
}
.events-fac {
    border-right: none;
    border-bottom: 3px solid #e6ecef;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.opening-left {
    width: 75%}
.opening-right {
    width: 25%}
.inner-content h2 {
    max-width: 612px;
}
.search-field {
    width: 164px;
}
.key-founder ul li p {
    font-size: 13px;
}
.key-founder .founder-images figure {
    width: 125px;
    height: 125px;
}
.key-founder .founder-images::after {
    width: 125px;
    height: 125px;
}
.key-founder ul li {
    margin-bottom: 30px;
}
.founder-detail-content {
    min-height: inherit;
}
.testimonials {
    margin: 35px 0 0 0;
}
.event-list-page .founder-left {
    padding-right: 0;
}
.loan-img {
    float: none;
    margin: 0 auto 15px;
}
#megamenu>li>ul>li>a {
    font-size: 12px;
}
.top-menu-list li a, .top-menu-list select {
    font-size: 8px;
}
.amz-bnr-warea h3 {
    font-size: 26px;
    line-height: 30px;
}
#megamenu>li>a {
    font-size: 13px;
}
#megamenu>li.menu-item.menu-item-has-children {
    padding-right: 0;
}
.first-fold-img div {
    z-index: 9!important;
}
.wap-link {
    display: none;
}
#megamenu>li.menu-item-has-children>a:after {
    top: 2px;
    right: -12px;
}
.home .gold-loan:after {
    right: 0;
}
.footer-sec .f-content {
    flex-direction: unset;
    justify-content: left;
}
.footer-sec .f-content .f-content-left {
    width: 60%;
    margin-right: 30px;
}
.footer-sec .f-content .f-content-right {
    max-width: 40%;
    text-align: left;
}
.f-menus-col {
    width: 18%}
.footer-sec .endpoint-dropdown-web {
    font-size: 11px!important;
    padding: 5px;
}
.f-logo p {
    font-size: 13px;
    margin-top: 10px;
}
.f-content-right .select-web .btn {
    right: -3px;
}
}@media(max-width:1024px) {
    .top-form-ncd h4 {
    font-size: 22px;
}
}@media(min-width:1200px) {
    .container {
    max-width: 1200px;
    width: 1200px;
}
.f-col-mob {
    display: none;
}
#ncd-main-banner .img-responsive {
    width: 100%}
}@media(min-width:1200px) and (max-width:1310px) {
    .gold-loan: :after {
    right: 0;
    bottom: -69px;
    background-size: 94%;
    width: 205px;
}
}@media (min-width:768px) {
    .home-contact {
    background: url(//www.muthootfincorp.com/wp-content/themes/muthoot/css/../images/contect-home-bg.jpg) no-repeat;
    background-size: cover;
}
.footer-sec {
    background: url(../images/footer-bg.jpg) no-repeat center;
    background-size: cover;
}
.amz-field-wrap>div {
    padding-right: 3px;
}
.amz-field-wrap>div:last-child {
    padding-left: 3px;
    padding-right: 15px;
}
.loan-sticky {
    position: fixed;
    left: 0;
    bottom: 20px;
    z-index: 99999;
}
.banner-popup {
    position: relative;
    left: 20px;
}
#formClose {
    display: inline-block;
    text-align: right;
    text-decoration: none;
    color: #001641;
    position: absolute;
    top: 18px;
    right: 4px;
    font-weight: 700;
    padding: 1px 5px;
}
.loan-sticky-button {
    position: fixed;
    bottom: 20px;
}
}form#form-rcbbtn h3 {
    color: #000;
    font-size: 17px;
    padding-top: 8px;
}
.backgroundOverlay, .backgroundOverlayWelcome {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    opacity: .9;
    -moz-opacity: .9;
    z-index: 9999;
    display: none;
}
.backgroundOverlay {
    background: rgba(25, 113, 176, .9);
}
.delayedPopupWindow {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 785px;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translate(-50%);
    transform: translateY(-50%) translate(-50%);
    z-index: 99999;
    padding: 0;
}
.delayedPopupWindow-all, .delayedPopupWindow-home {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 785px;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translate(-50%);
    transform: translateY(-50%) translate(-50%);
    z-index: 99999;
    padding: 0;
}
.delayedPopupWindow-home {
    max-width: 400px;
}
#btnClose {
    width: 35px;
    text-align: right;
    text-decoration: none;
    position: absolute;
    right: 2px;
    top: -13px;
    cursor: pointer;
}
.delayedPopupWindow-home #btnClose {
    right: -5%;
    top: -5%}
.delayedPopupWindow-home .enter-link {
    transform: translate(13%, 0);
    bottom: -40px;
    left: 0;
}
.delayedPopupWindow-home .enter-link a {
    color: #288ad5;
    background: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
span.wpcf7-not-valid-tip {
    display: none!important;
}
#btnClose:hover {
    color: #c90c12;
}
#delayedPopup>div.popupDescription {
    float: left;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 18px;
    color: #666;
    clear: left;
}
#delayedPopup>div.popupDescription img {
    max-width: 100%}
.enter-link {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    bottom: 35%;
    left: 13%}
.enter-link a {
    background: #fff;
    padding: 9px 12px;
    border-radius: 3px;
}
.enter-link a:hover {
    background: #001641;
    color: #fff;
}
.enter-link img {
    max-width: 130px;
}
.backgroundOverlayWelcome {
    background: rgba(2, 24, 60, .98);
}
.delayedPopupWindow.christmas-bnr {
    max-width: 790px;
}
.christmas-bnr .enter-link {
    left: 50px;
    text-align: center;
    right: 0;
    top: auto;
    bottom: 24px;
    margin: 0 auto;
}
.christmas-bnr #btnClose {
    right: -3%;
    top: 7%}
@media(max-width:479px) {
    .enter-link img {
    max-width: 70px;
}
.enter-link {
    bottom: 24%;
    left: 10%}
.enter-link a {
    padding: 5px 8px;
    font-size: 12px;
}
#btnClose {
    right: 1%;
    top: -40%}
.christmas-bnr .enter-link {
    left: 36px;
    right: 0;
    top: auto;
    bottom: 0;
}
.christmas-bnr #btnClose {
    right: 0;
    top: -5%}
.christmas-bnr #btnClose img {
    width: 30px;
}
.delayedPopupWindow-home {
    width: calc(100% - 34px);
}
}@media screen and (max-width:640px) {
    .enter-link img {
    max-width: 90px;
}
.delayedPopupWindow-home .enter-link {
    bottom: -28px;
    left: 0;
    width: 260px;
    margin-left: 15px;
}
.delayedPopupWindow-home .enter-link a {
    font-size: 11px;
}
.disclamer p{    text-align: left;
    font-size: 12px;}
}
@media(max-width:479px) {
    .home .banner-section {
    margin-top: 76px;
}
}
#demat-form select.form-control {
    font-size: 13px;
    color: #666;
}
#fd_interest_rates {
    max-width: 800px;
    margin: 0 auto;
}
#get_instant_call:hover {
    background: #00316e!important;
    padding: 9px 15px;
}