body {font-family: 'Nunito', sans-serif !important;}
html {scroll-behavior: smooth;}
.mobbtn {font-size:20px; float:right; cursor: pointer; display: flex; align-items: center; height: 100%;}
.navigationbg { background:#fff;}
.navigation {margin:0px 0 0; padding:0; display:flex; justify-content:flex-end; align-items:center; height:100%;}
.navigation > li {list-style:none;}
.navigation > li > a {color:#000; padding: 10px 12px; display:block; font-size: 16px; position:relative;}
.navigation > li > a > i { font-size:12px; padding-left:10px;}
.navigation > li:hover > a  {color:#d71920;}
.navigation > li:hover a {text-decoration:none;}
.navigation > li ul { min-width:200px; margin:0; padding:0px 0; position:absolute; z-index:9999; display:none; flex-direction:column; background:#fff; box-shadow:0px 0px 9px rgb(221 221 221 / 50%);}
.navigation > li ul > li { list-style:none;}
.navigation > li ul > li > a {color:#000;padding: 8px 10px; font-size: 15px; display:block;}
.navigation > li ul > li:hover > a { background: #d71920; color:#fff; }
.lpage-header { background: #fff; background-size: contain; padding: 0; }
.header-shadow {box-shadow: 0px 0px 10px #ccc;}
.lplogo { margin:10px 0; display: inline-block;  }
.topstrip { border-bottom:1px solid #ddd;}
.top-socialicon {margin:0; padding:0; display:flex; flex-wrap:wrap; justify-content:flex-end; align-items:center; height:100%;}
.top-socialicon li { list-style:none;}
.top-socialicon li a { padding:6px 10px; font-size:13px; color:#000;}
.top-socialicon li:last-child a { padding-right:15px;}
.tclist {margin:0px 0 0; height: 100%; padding: 0; display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-start; }
.tclist li {list-style: none; }
.tclist li a {color:#000; padding: 6px 10px; font-size: 14px; display:block;}
.tclist li a > i { font-size:12px;}
.tclist li:hover a { text-decoration: none; }
.gcn-btn {  color:#fff !important; font-weight: 400; text-align: center;  background: #d71920; font-size:16px; padding:10px 30px !important; border-radius: 40px; text-decoration: none; }
.gcn-btn:hover {background: #d71920; color:#fff !important; }
/* My account dropdown */
.navbar-nav > li:hover .myaccountlist li a { background: none; border-radius:none; }
.myaccountlist { display: none; margin: 13px 0 0;  width: 280px; padding: 15px 30px; border-radius: 20px; position: absolute; background: #fff; z-index: 11; box-shadow: 0px 0 20px #ccc;  }
.myaccountlist > li { list-style: none; width: 100%; float: none; border-right: none; }
.myaccountlist > li a { display: block; text-align: left; padding: 10px 0; font-size: 14px; text-decoration: none; color: rgba(0, 0, 0, 0.55); border-radius:none; }
.myaccountlist > li:hover a { background: none; color: #ea5a24; }
.myaccountlist > li a svg { margin-right: 8px; }
.myaccountlist > li > a > i { padding-right: 8px; color:#a6680f; } 
.myaccountlist > li:hover a i {color: #ea5a24;} 

.topstrip-title {font-size:18px; font-weight:700; display:flex; align-items:center; height:100%; margin:0; padding:4px 0;} 
/* header 2 */
.hdr-location { font-size: 14px; text-align: center; user-select: none; display: flex; justify-content: flex-end; align-items: center; height: 100%; position: relative;}
.hdr-location .location-title {color: #999; font-size: 10px;}
.hdr-location .location-name {color: #000; display: block; line-height: 1;}
.hdr-location .location-arrow {font-size: 10px; color: #999; margin-left: 10px;}
.hdr-location .location-icon {font-size: 20px; color: #ccc; margin-right: 10px; line-height: 0; margin-top:7px; }
.hdr-location:hover {cursor: pointer;}
.hdr-location:hover .location-title, .hdr-location:hover .location-name {color: #d71920;}

.location-area {display: none; background-color: #fff; padding:30px; width: 100%; position:absolute; z-index: 9999; border-radius: 10px; box-shadow: 0px 5px 10px #ccc;  }
.location-maintitle {font-size: 22px; font-weight: 700; color: #142f53;}
.location-hding {font-size: 18px; font-weight: 600; color: #000; display: block; padding-top: 20px; padding-bottom: 10px;}
.popular-cities-list {margin: 0px; padding: 0; display: flex; flex-wrap: wrap;}
.popular-cities-list li {list-style: none; margin-bottom: 15px; margin-right: 10px; }
.popular-cities-list li a {font-size: 14px; padding: 6px 20px; display: block; color: #666; border: 1px solid #ddd; border-radius: 4px;}
.popular-cities-list li a > i {margin-right: 8px;}
.popular-cities-list li:hover a, .popular-cities-list li.active a {background: #d71920; color: #fff;}

.choose-gl {display: none;}
.choose-gl + label {display: inline-flex; border: 2px solid #d71920; align-items: center; padding: 15px 25px; cursor: pointer;}
.choose-gl + label > .btn-select {margin-right: 20px; width:30px; height: 30px; border-radius: 50%; border:1px solid #ddd; position: relative; display: flex; justify-content: center; align-items: center; }
.choose-gl + label > .glbtn-txt {font-size: 16px; font-weight: 700; color: #000;}
.choose-gl + label > .glbtn-txt > span {font-size: 12px; font-weight: 600; display: block; color:#d71920; }
.choose-gl:checked + label { background: rgb(255 142 146 / 10%); }
.choose-gl:checked + label > .btn-select {   background: #d71920; }
.choose-gl:checked + label > .btn-select:before {content: '\f00c'; position: absolute; color: #fff; font-family: 'Font Awesome 5 Free';  font-weight: 900;}
.choose-gl + label:first-of-type { border-radius: 10px 0 0 10px;}
.choose-gl + label:not(:first-of-type) {margin-left: -6px;}
.choose-gl + label:last-of-type { border-radius: 0px 10px 10px 0px;}
.mobile-numarea {width: 100%; border: 2px solid #ddd; border-radius: 10px; padding:15px 25px; box-shadow: 0px 0px 10px #ccc; margin-top:10px;  }
.mobile-numarea span {font-size: 15px; color: #666; margin-right: 5px; font-weight: 500; }
/*.mobile-numarea span + .gl-filed {width: 85%;}*/
.gl-filed {font-size: 15px; width: 100%; padding: 5px 15px; background: #f9f9f9; color: #666; border: none; font-weight: 500;}
.gl-filed::placeholder {color: #999;}
.gl-filed[type="number"]:focus, .gl-filed[type="number"]:focus-visible {appearance: none; border: none; outline: none;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
.gl-filed:focus-visible, .gl-filed:focus {outline: none;}
.gl-field-brd {border-bottom: 1px solid #e5e5e5;}
.bfb-terms {position: relative; top: 0px;} 
.bfb-terms + label { font-size: 10px; margin-left: 5px;}

.gl-submit-btn { width: 100%; font-weight: 600; background: #d71920; text-align: center; display: flex; justify-content: center; align-items: center; color:#fff; border-radius: 10px; padding:10px 20px; border:none; }
.gl-submit-btn2 {  font-weight: 400; background: #d71920; text-align: center;  color:#fff; border-radius: 6px; padding:10px 20px; border:none; }
.bs-choose-gl {display: none;}
.bs-choose-gl + label { width: 49%; background: #ef4b5f; border-radius: 10px; align-items: center; padding: 15px 25px; margin-right: 5px; cursor: pointer; position: relative; display: inline-flex;}
.bs-choose-gl + label > .btn-select {margin-right: 20px; font-size: 30px; position: absolute; right: 15px; top: 42px; display: flex; justify-content: center; align-items: center; }
.bs-choose-gl + label > .glbtn-txt {font-size: 18px; user-select: none; font-weight: 700; color: #fff; display: inline-block;}
.bs-choose-gl + label > .glbtn-txt > span {font-size: 13px; font-weight: 600; display: block; color:#fff; }
.bs-choose-gl:checked + label { background: #d71920;}
/*.bs-choose-gl:checked + label > .btn-select {   background: #d71920; }*/
.bs-choose-gl:checked + label > .btn-select:before {content: '\f00c'; position: absolute; color: #77ff5f; font-family: 'Font Awesome 5 Free';  font-weight: 900;}
.bs-choose-gl + label > .gl-circle { width: 60px; height: 60px; background: #fff; border-radius: 50%; display: inline-flex; justify-content: center; align-items: center;  margin-right: 20px;}
.bs-choose-gl + label > .gl-circle > svg {width: 40px; height: 40px; fill: #d71920;}
.bs-choose-gl + label:last-of-type {margin-right: 0;}
.primary-bg { background: #d71920; }
.secondary-bg {background: #f14b61;}
/* banner 2 */
.bfb-hding {color: #d71920; font-size: 17px; font-weight: 600;  display: block; margin: 0;}
.bfb-subhding {color: #000; font-size: 36px; font-weight: 700;}
.bfb-subhding > small {font-size: 14px; font-weight: 700; color:#000; }
.bfb-subhding > span {font-size: 12px; color: #999; display: block;}
.bfb-slider { background:#fff; margin-top: 70px; width: 100%; height: 100%; border-radius:10px; }

.right-fitimg { object-fit:cover; width:100%; height:420px !important; border-radius: 10px;}
.right-lpb-hdpt { padding-top: 35px; }
.right-landing-banner i {font-size: 10px; top:-1px; position: relative;}
.right-lpagebanner-hding { font-size: 32px; text-transform:capitalize; line-height: 1.1; color:#000; font-weight:700; padding-bottom:0px; padding-left:15px; margin-bottom: 15px; }
.right-lpagebanner-hding > span { display: block; font-size: 22px;  font-weight: 500; color:#142f53;  padding-top:10px; padding-bottom:10px; position:relative;  }
.right-lpagebanner-hding > span:before {content:'';position:absolute; bottom:0px; width:80px; height:3px; background:#d71920;} 
.right-lpagebanner-prgh { padding-left:15px;} 
.right-lpagebanner-list {margin:40px 0 0 15px; padding:0;}
.right-lpagebanner-list li { list-style: none; font-weight: 600; display: flex; align-items: center; float: none; font-size: 16px; line-height: 32px; margin-bottom:5px; }
.right-lpagebanner-list li > span { width: 30px; height: 30px; background: #fff; border-radius: 50%; display: inline-flex; justify-content: center; align-items: center; margin-right: 10px; }
.right-lpagebanner-list li > span > i {color:#d71920;}
.banner-title {font-size:32px; font-weight:600;}
.banner-title > .txtbox{ padding: 10px; border-radius: 5px; box-shadow: 0px 0px 8px #ccc; display:inline-block; text-align:center;}
.banner-title > .txtbox > span {display:block; font-size:22px; color:#142f53; font-weight:500;}
.nbfctxt {display:block; font-size:22px !important; text-align:center; color:#142f53 !important; font-weight:500 !important;}

.footer-hding {font-size: 20px; color: #fff; font-weight: 700; padding-top: 20px;}
.footer-prgh {font-size: 14px; color: #fff; padding-top: 10px;}

/* */
.fitimg { object-fit:cover; width:100%; height:550px !important;}

/* Login */
.login-area {box-shadow: 0 8px 20px rgb(190 213 255 / 50%); background: #fff;}
.login-lft-area { background: #e5e5e5; border-radius: 3px 0 0 3px;  padding: 70px 20px 60px; height:100%; }
.ls-hding {font-size: 26px !important; margin-bottom: 15px !important; text-align: center;}
.ls-prgh { font-size: 18px; color:#999; font-weight: 300; text-align: center;}
.login-secureimg {width: 100px; height: 100px; border-radius: 50%; background: #ddd; overflow: hidden; margin: auto; display: table;}
.login-secureimg > img {width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}
.login-txt {color: #000; font-size: 18px; text-align: center; font-weight: 700; margin: 0; padding-bottom: 25px; display: block;}
.field-area {margin-bottom: 10px; position: relative;}
.login-field {width: 100%; border-radius: 3px; border: 1px solid rgb(221 221 221 / 100%); background: #fff; padding: 10px 20px; font-size: 14px; color: #000;}
.login-field::placeholder {color: #999;}
.login-field:focus-visible {border: 1px solid rgb(221 221 221 / 80%); outline: none;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

input[type=number] {
  -moz-appearance: textfield;
}
.country-code { position: absolute; left: 0; top: 0; border-radius: 3px 0 0 3px; background: transparent; padding: 10px 20px; }
.mobile-filed-pl {padding-left: 55px;}

.login-btn { color: #fff; border: none; outline: none; font-weight: 400; text-align: center; background: #d71920; font-size: 16px; padding: 8px 20px; border-radius: 6px; margin: 15px auto 10px; display: table; text-decoration: none;}
.login-btn:hover { background: #d71920; }
.logintxt { font-size: 14px; text-align: center; font-weight: 400; color: #000; display: block; padding-top: 10px;}
.logintxt > a {color: #d71920; text-decoration: none;}
.otp-logintxt {font-size: 14px; text-align: center; font-weight: 400; color: #4f85e7; display: block; margin: 0; padding-top: 40px;}
.ls-terms { position: relative; top:-1px; }
.ls-terms + label {font-size: 11px; line-height: 1; padding-left: 5px;}
.otp-field:not(:last-of-type) {margin-right: 10px;}
.refresh-icon {width: 18px; height: 18px; fill: #d71920;}
.gl-weight { background:#f5f5f5; border-radius:0 3px 3px 0; font-size:14px; padding:10px 15px; border:1px solid rgb(221 221 221 / 80%); position:absolute; right:0px; top:0;}

.breadcrump { margin-bottom:0; padding:10px; display:block; color:#000; font-size:14px;}
.breadcrump > a { color:#000;}

.breadcrump-hding {font-size: 20px; font-weight: 500; color: #d71920; margin: 0; display:flex; align-items:center; height:100%;}
.breadcrump-list {display: flex; flex-wrap: wrap;  margin: 0; padding: 0;}
.breadcrump-list li { list-style: none; font-size: 12px; color:#8d8d8d; padding:10px 0px 12px;    }
.breadcrump-list li > i {font-size: 10px; padding: 0 10px; position: relative; top: 1px;}
.breadcrump-list li a {color: #000; text-decoration: none; display: inline-block;}

/*.landing-banner { background: #fbfbfb url('/frontend/images/banner.jpg') no-repeat; background-size: cover; position: relative; background-position:center;  }*/
.landing-banner { background: #fbfbfb; background-size: cover; position: relative; background-position:center;  }
.lpb-hdpt { padding-top: 42px; }
.landing-banner i {font-size: 10px; top:-1px; position: relative;}
.lpagebanner-hding { font-size: 32px; text-transform:capitalize; line-height: 1.1; color:#000; font-weight:700; padding-bottom:0px; padding-left:15px; margin-bottom: 15px; }
.lpagebanner-hding > span { display: block; font-size: 22px;  font-weight: 500; color:#142f53;  padding-top:10px; padding-bottom:10px; position:relative;  }
.lpagebanner-hding > span:before {content:'';position:absolute; bottom:0px; width:80px; height:3px; background:#d71920;} 
.lpagebanner-prgh { padding-left:15px; text-transform:capitalize;} 
.lpagebanner-list {margin:40px 0 0 15px; padding:0;}
.lpagebanner-list li { list-style: none; text-transform:capitalize; font-weight: 600; display: flex; align-items: center; float: none; font-size: 16px; line-height: 32px; margin-bottom:5px; }
.lpagebanner-list li > span { width: 30px; height: 30px; background: #fff; border-radius: 50%; display: inline-flex; justify-content: center; align-items: center; margin-right: 10px; }
.lpagebanner-list li > span > i {color:#d71920;}
.started-btn { background:#d71920; color:#fff; border-radius: 20px; font-size: 14px; padding:8px 25px; display: inline-block; margin:15px 0 0 15px; }
.started-btn:hover {color: #fff; text-decoration: none;}
.lpage-wraphding { color: #142f53;  font-size: 32px; font-weight: 700; margin:0 auto 20px; text-align: center; position: relative; }
.lpage-wraphding > span { display: block; color:#d71920; font-size: 26px; font-weight: 400; margin: 0; text-align: center; }
.lpage-wraphding:before { content: ''; position: absolute; left:0; right:0; bottom: -5px; margin:auto; width: 80px; height: 3px; background: #d71920; }
.lpage-wrapprgh { font-size:16px; font-weight:400; color:#000;}
.wrap-hding { color: #142f53;  font-size: 26px; font-weight: 700; margin:0 auto 0px; position: relative; }
.wrap-hding:before { content: ''; position: absolute; left:0;  bottom: -5px; margin:auto; width: 80px; height: 3px; background: #d71920; }
.wrap-subtitle {font-size: 16px; color: #999; padding-top: 20px; margin: 0;}
.bannerform-box { width: 100%; background: #fff;  margin:42px 0 0; padding-bottom: 0px; box-shadow: 0px 0px 8px #ccc; z-index:999; position:absolute; border-radius:20px; }
.bannerform-boxpad {padding: 35px 25px 30px; position:relative;}
.bannerform-box .box-mainhding {font-size:36px; color:#000; font-weight:900;}
.bannerform-box .boxhding {font-size: 24px; font-weight: 900; padding-bottom: 10px; color: #d71920; text-transform:capitalize; }
.bannerform-box .boxtitle { font-size: 18px; color:#142f53; font-weight: 700; padding-bottom: 10px; margin: 0; }
.bannerform-box .boxtitle > span {display: block; font-size: 16px; font-weight: 600; color: #000; padding-top: 10px;}
.bannerform-boxprgh { font-size: 16px; color:#142f53; font-weight: 700; text-align: center; padding:15px 0; margin: 0; }
.bannerform-box .termstxt { font-size: 10px; line-height: 17px; }
.bannerform-checkbox { vertical-align: top; margin-top:4px; }
.banner-formfield { width: 100%; font-size: 14px; border:none; border-bottom: 1px solid #ddd; color: #142f53; padding: 7px 0; margin-bottom: 10px; background: #fff; }
.banner-formfield:focus { outline: none; border:none; border-bottom:1px solid #333; }
.bannerform-submitbtn {width: 100%; display: block; margin-top:0px; border:none; background-color: #d71920; text-transform: uppercase; font-weight:600; font-size: 18px; color:#fff; padding: 10px 0; border-radius: 0px 0px 20px 20px; text-align: center;} 
.bannerform-submitbtn:hover {color: #fff;}
.bannerform-submitbtn:focus {outline: none; border:none;}
.securetxt {width:94%; font-size: 12px; font-family: 'Nunito', sans-serif; font-weight:300; line-height: 18px; color:#999; padding-left: 10px;}
.feature-boxarea { background: #fff; box-shadow: 0px 0px 12px #999; border-radius:10px; padding: 20px; margin-bottom:15px; }
.center-svgicon { padding-bottom: 20px; border-bottom: 1px solid #ddd; display: flex; justify-content: center; align-items: center; }
.circle-svgicon {width:80px; height: 80px; fill: #d71920; }
.loanlist { margin:37px 0 0 30px;padding: 0; }
.loanlist li { list-style: none; float: none; margin-bottom: 20px; font-size: 16px; position: relative; }
.loanlist li > span { font-weight: 700; color:#d71920; display: block; }
.loanlist li:before { content: '\f138'; font-weight: 900; font-family: 'Font Awesome 5 Free'; position: absolute; left:-30px; }
.text-black {color:#000;}
a.text-black:hover {color:#000;}
.featureicon { width: 140px; margin:auto;display: block; }
.feature-hding { font-size: 26px; font-weight: 600; color:#142f53; text-align: center; padding-top: 15px; }
.feature-prgh { font-size: 16px; font-weight: 300; color: #142f53; text-align: center; line-height: 22px; margin-bottom: 20px; display: block; }

.featurebox-striptxt { color: #142f53;  font-size: 20px; font-weight: 600; line-height: 30px; margin: 0; display: flex; flex-direction: column; justify-content: center; text-align: center; height: 100%; padding-top: 10px;  }
.featurebox-striptxt > span { display: block; font-weight: 600; }
.teaturebox-career { padding: 15px; min-height: 440px;}
.teaturebox-career .featurebox-striptxt > span {font-size: 18px;}
.lpwrap-hding {color: #142f53;  font-size: 36px; font-weight: 700; margin: 0; padding: 0px 0; display: block; text-align: center;}
.lpwrap-hding > span {color:#d71920;}

/* Faq */
.card-header button { color:#fff !important; font-size: 20px; font-weight: 600; background: #d71920; border:none; border-bottom: 1px solid #d71920; border-radius: 1px; position: relative; padding-right: 40px; }
.card-header button:hover { text-decoration: none; }
.card-header button:focus { outline: none; box-shadow: none; text-decoration: none; }
.card-header button[aria-expanded="false"]:before { content: ''; position: absolute; right: 15px; top:12px; border-top:10px solid transparent; border-bottom: 10px solid transparent; border-left:10px solid #fff; } 
.card-header button[aria-expanded="true"]:before { content: ''; position: absolute; right: 15px; top:18px; border-right:10px solid transparent; border-left: 10px solid transparent; border-top:10px solid #fff; } 
.accordion > .card > .card-header { background:none; border-bottom: none; }
.card { border:none !important; }
.card-body {color:#142f53; font-size: 16px; font-weight: 400;}
.card-header {padding:5px 0rem !important;}

.lpfooter { background-color: #d71920; padding:20px 0 0; margin:0px 0 0px; position: relative; }
.lpftrwrap { font-size: 16px; color:#fff; text-align: center; margin:0; padding: 0; }
.copyright { text-align: center;  color:#fff; font-size: 13px; margin-bottom: 0px; }
.copyright > a, .copyright > a:hover {color: #fff; text-decoration: none;}
.poweredby {color:#fff; font-size: 14px;}
.poweredby a { color:#fff;}
.copyright-bg {background: #bd1218; padding: 15px 0; display: block;}
.lpservie-pading { padding:40px 0; }
.footer-list { margin:0 auto 15px; padding: 0;}
.footer-list li { list-style: none; }
.footer-list li a {font-size: 14px; color:#fff; padding: 7px 0px; display: block;}
.app-img {width: 120px; margin: 15px 15px 0 0;}
/* Carousel slider */
.carousel-caption { left:0px !important; right: 0px !important; top: 0px !important; text-align: left !important; color:#000 !important; }
.carousel-control-prev {z-index: 999;}
/* Thankyou page */
.thanksbg { background: #f9f9f9; width: 100%; height: 100%; }
.thanks-container { background: #fff; padding: 50px 20px;  margin:50px 0; }
.thankyou-hding { font-size: 48px; text-transform: uppercase; font-weight: 300; display: block; text-align: center; }
.thankyou-hding > svg { width: 60px; height: 60px; fill:#d71920;}
.tylist {margin:13px 0 30px; padding: 15px 0 15px; border-bottom: 2px solid #ddd; display: flex; flex-wrap: wrap; justify-content: center;}
.tylist li {list-style: none; }
.tylist li a {color:#000; padding: 5px 10px; font-size: 16px;}
.tylist li:hover a { text-decoration: none; }

.cnt-adr {margin-bottom:8px; display:flex;}
.cnt-adr > span {width:30px;}
.cntbox-height {min-height:410px;}

.lpage-subtitle, .lpage-subtitle2 { color: #142f53;  font-size: 26px; font-weight: 700; margin:0 auto 20px; padding-top:30px; text-align: left; position: relative; }
.lpage-subtitle:after { content: ''; position: absolute;  top: 35px; bottom:0px; margin:auto 20px; width: 100px; height: 3px; background: #e8e8e8; }
/*.lpage-subtitle2:after { content: ''; position: absolute; left:440px; top: 4px; bottom:0px; margin:auto; width: 100px; height: 3px; background: #e8e8e8; }*/
.anual-reportarea { background: #fff; box-shadow: 0px 0px 12px #999; border-radius:10px; padding: 10px 15px 0; position:relative; margin-bottom:25px; height:110px; transition:0.3s all ease-in; }
.anual-report-hding { font-size:20px; color:#142f53;font-weight: 700; text-transform:capitalize; text-align:left; margin:0;}
.anual-report-yr {font-size:15px; color:#bbb8b8; padding-top:5px; margin-bottom:5px;}
.report-download { font-size:14px; color:#d71920; width:30px; height:30px; border:1px solid #d71920; border-radius:50%; display:flex; align-items:center; justify-content:center; position:absolute; bottom:0;}
/*.report-download:hover {background:#d71920; color:#fff;}*/
.anual-pdficon {font-size:60px;color:#d71920; position:absolute; left:0; bottom:-20px; opacity:0.1;}
a:hover  {text-decoration:none !important;}
a:hover .anual-reportarea { background:#142f53; transition:0.3s all ease-in;}
a:hover .anual-report-hding {color:#fff;}
 a:hover .anual-report-yr {color:#fafafa;}
a:hover .report-download {color:#fff; border-color:#fff;}
a:hover .anual-pdficon  {color:#fff;}

.bod-profileimg {width:255px; height:220px; object-fit:cover;}
.investor-box {min-height:424px;}


/* Step flow */
.stepflow { display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; margin: 15px 0 30px; padding: 0; }
.stepflow li { list-style: none; font-size: 13px; color:#8d8d8d; letter-spacing: 1px; flex-grow: 1; display: flex; justify-content: center; position: relative; padding-bottom: 20px; }
.stepflow li:before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; margin:auto; width:15px; height: 15px;  border-radius: 50%; background: #fff; border: 1px solid #999; }
.stepflow li.active:before {content: '\f00c'; color: #fff; font-size: 7px; display: flex; justify-content: center; align-items: center; background: #ea5a24; padding-left: 2px; padding-top: 2px; font-family: 'Font Awesome 5 Free'; font-weight: 900; }
.stepflow li:first-child:after {display: none;}
.stepflow li:after { content: ''; z-index: -1; position: absolute; bottom: 5px; left: -100%; right: 0; margin:auto; width:100%; height: 2px;  background: #ddd; }
.stepflow li.active:after { background: #ea5a24;}
.stepflow li:nth-child(2):after { width: 117% !important; left: -123%; }
.stepflow li:nth-child(3):after { width:112%; left: -117%; }
.stepflow li:nth-child(4):after { width: 100% !important; left: -100% !important; }
.stepflow li:nth-child(5):after { width: 118% !important; left: -118% !important; }
.step-btn { color: #fff; border: none; outline: none; font-weight: 400; text-align: center; background: #d71920; font-size: 16px; padding: 8px 20px; border-radius: 6px; margin: 15px 0 10px; display: table; text-decoration: none;}
.step-btn:hover { background: #d71920; color: #fff; }
.step-btn-outline { color: #d71920; border: 1px solid #d71920; outline: none; font-weight: 400; text-align: center; background: #fff; font-size: 16px; padding: 8px 20px; border-radius: 6px; margin: 15px 0 10px; display: table; text-decoration: none;}
.step-btn-outline:hover { background: #d71920; color:#fff; }

.formfield-disable .login-field, .formfield-disable .form-radiobtn {pointer-events: none !important; background: #fbfbfb !important;}
.formfield-disable .login-btn {display: none;}
.formfield-disable .form-radiobtn-hide:checked + .form-radiobtn {background: #d71920 !important;}

.form-lbl {font-size: 14px; font-weight: 600; padding-bottom: 0px;}
.form-lbl-gender {padding-right: 20px; padding-top: 13px;} 
.form-radiobtn { padding:10px 10px; background: #ffffff; border:1px solid #ddd;  text-align: center; font-size: 14px; color:#999; width: 50%; cursor: pointer; margin-right: -6px; display: flex; justify-content: center; align-items: center;}
.form-radiobtn > i { padding-right: 10px; }
.form-radiobtn.male-btn { border-radius: 40px 0 0 40px; border-right:1px solid #ddd; }
.form-radiobtn.female-btn { border-radius: 0px 40px 40px 0px; margin-left: -1px; }
.form-radiobtn-hide {display: none;}
.form-radiobtn-hide:checked + .form-radiobtn {background: #d71920; color:#fff; user-select:none; }
.terms-checkbox {position: relative;top: 2px; margin-right: 10px;}
.terms-txt {font-size: 12px;}
.tems-txt-banner {font-size:11px; text-align:right; display:block; position:absolute; right:20px; bottom:10px; }
.alert-txt { font-size: 13px; font-weight: 500;}
.error {font-size: 12px !important;}
.valid-icon, .invalid-icon {    position: absolute; right: 12px; top: 12px;}

/* Datepicker */
.gj-picker-md div[role=navigator] div:first-child, .gj-picker-md div[role=navigator] div:last-child { display: flex; justify-content: center; align-items: center; }
.gj-textbox-md {width: 100% !important; border-radius: 3px !important; border: 1px solid rgb(221 221 221 / 100%)!important; background: #ffffff !important; padding: 10px 20px !important; font-size: 14px !important; color: #000 !important; font-family: 'Poppins', sans-serif !important; line-height: inherit !important;}
.gj-textbox-md::placeholder {color: #999 !important;}

/* Complete Process */

.tk-banklogo { width: 150px; box-shadow: 0px 0px 9px rgb(221 221 221 / 50%); border-radius: 10px; background: #fff; padding:20px 10px; }
.tk-loandetail { margin:20px 80px 0 0; padding:0; }
.tk-loandetail li { list-style: none; font-size: 18px; color:#fff; font-weight: 500; padding:10px 20px 10px 30px; position: relative; margin-bottom: 10px; background: #5e295f; }
.tk-loandetail li > span { font-size: 13px; color: #ffa17e; display: block; }
.tk-loandetail li:before { content: ''; width: 6px; height: 100%; background: #ad51af; position: absolute; left:0; top:0; }
.tk-lftbg { background: #f5f5f5; position: relative; height: 100%; }
.tk-lftbg:before { content: ''; width: 90%; height: 100%; position: absolute; left:-90%; top:0; background: #f5f5f5; }
.tk-hding { font-size: 22px; text-transform:uppercase; font-weight: 500; color:#aa6f1a; padding-bottom: 10px; position: relative;}
.tk-hding:before { content: ''; position: absolute; left:0; bottom: 0; height: 2px; width: 50px; background: #d46917; }
.tk-ref { background: #5e295f; font-size: 13px; color: #e4e4e4; font-weight: 500; padding:6px 15px; text-align: center; display: inline-block; float: right; }
.tk-prgh { font-size: 14px; font-weight: 500; line-height: 22px; }
.tk-contactlist { margin:10px 0; padding:0; display: flex; flex-wrap: wrap; }
.tk-contactlist li { list-style: none; font-size: 14px; color:#5e295f; font-weight: 500; padding:10px 25px 10px 25px; position: relative; margin-bottom: 10px; background: #f3faff; display: flex;  }
.tk-contactlist li  span { font-size: 13px; color: #999; display: block; line-height: 15px; }
.tk-contactlist li:before { content: ''; width: 4px; height: 100%; background: #ea5a24; position: absolute; left:0; top:0; }
.tk-contactlist li > img { width: 35px; height: 35px; margin-right: 10px; }

.box-shadow {background: #fff; box-shadow: 0px 0px 10px #ccc; padding:30px 20px; border-radius: 10px;}
.gl-process-icon { width: 50px; height: 50px; border-radius: 50%; background: #d71920; margin-bottom: 15px; display: flex; justify-content: center; align-items: center; }
.gl-process-icon > svg {width: 36px; height: 36px; fill: #fff;}

.doc-boxarea {background: #fff; border-radius: 15px; box-shadow: 0px 0 10px #e1e1e1; margin: 15px; padding: 15px; position: relative;}
.doc-view {font-size: 14px; outline: none; padding: 6px 15px; border: none; font-weight: 400; background: #f30; border-radius: 30px; color: #fff; text-align: center; display: table; margin-left:20px; text-decoration: none;}
.doc-view:hover {color:#fff; text-decoration:none;}
.small {font-size:12px !important;}
.iframe-doc {width:100px;  height:100px;}
.doc-img {width:100px; height:100px; object-fit:contain;}
.form-title {font-size: 16px; font-weight: 700; padding-bottom: 8px; border-bottom: 1px solid #ddd; margin-bottom:15px; }
.selfie-btn, .com-btn {/*appearance: none;*/ position:relative;}
.selfie-btn {width:15px; height:15px; top:2px; border-radius:50%; background: #fff1ff; border: 1px solid #ddd;}
.label-btn  { font-size: 14px; color: #999;  cursor: pointer; margin-left:5px; display: inline-flex; justify-content: center; align-items: center; }
.selfie-btn:checked {background: #ea5a24; }
.label-btn > i {margin-right:7px;}
.selfie-btn + label.error {position: absolute; left: 0; margin-top: 22px;}

.disable { pointer-events:none; user-select: none;}
.upload-docimg {width: 130px; margin:5px 0 10px; }
.upload-doctitle {font-size: 12px; color: #999;}
.tagline-sm {font-size: 10px; color: #999;}
.doc-applybtn {font-size: 16px; outline: none; padding: 6px 15px; border: none; font-weight: 400; background: #d71920; border-radius: 30px; color: #fff; text-align: center; display: table; text-decoration: none; float: right; }
.doc-applybtn:hover {background: #c5161c; color: #fff; text-decoration: none;}

/* Time sloat */
.timeslot-area { height: 320px; overflow-y: auto; padding-right: 20px;}
.timeslot { display: flex; width: 100%; }
.timeslot > input { display: none; }
.timeslot > label { width: 100%; cursor: pointer;  font-size: 16px; text-align: left; background-color: #fff; border-radius: 6px; border: 1px solid #d71920; padding: 15px 15px 15px 60px; color: #999; position: relative; }
.timeslot > label:before { content: ''; position: absolute; left: 15px; top: 12px; width: 30px; height: 30px; border-radius: 50%; border: 2px solid #999; }
.timeslot > input:checked + label, .timeslot:hover  label { background-color: #d71920; color: #fff; user-select: none; }
.timeslot > input:checked + label:before, .timeslot:hover label:before {font-family: 'Font Awesome 5 Free'; content: '\f00c'; font-weight: 900; background-color: #d71920; border:2px solid #fff; display: flex; justify-content: center; align-items: center;  }
label.diasable_data, .timeslot:hover  label.diasable_data { background-color: #fff1ff; color: #888; cursor: default; border: 1px solid #f7b7b9; }
.timeslot:hover label.diasable_data:before, label.diasable_data:before {font-family: 'Font Awesome 5 Free'; content: '\f00d'; font-weight: 900; background-color: #fff1ff; border:2px solid #888; display: flex; justify-content: center; align-items: center; opacity: 0.6; }

/* Time slot Scrollbar change */
.timeslot-area::-webkit-scrollbar {
    width: 11px;
    height: 11px;
 
}
.timeslot-area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1);
    border-radius: 10px;
}
.timeslot-area::-webkit-scrollbar-thumb {
  background-color: #d71920 ;
  border-radius: 10px;
}

.default-img {width: 80px; height:80px; background: #f9f9f9; border-radius: 6px; }
.default-img > img {width: 100%; height: 100%; object-fit: cover; border-radius: 6px;}
.congrate-icon {font-size: 58px; text-align: center; display: block; color: #1dcf23;}
.clockicon {width: 15px; height: 15px; fill: #d71920; position: relative; top: -1px;}
.colectdoc-area {background: #cececf; width: 135px; padding: 15px 10px; border-radius: 10px; margin-bottom: 15px; margin-right: 10px; display: inline-block;}
.colectdoc-svg {width:50px; height: 50px; fill:#d71920; margin:auto; display: block; }
.colectdoc-title {font-size: 16px; font-weight: 600; text-align: center; margin: 0; padding-top: 0px;}
.next-steplist {margin: 0 0 0px; padding: 0 0 20px; display: flex; flex-direction: column;}
.next-steplist li {list-style: none;  line-height: 1.6; font-size: 16px; display: flex; margin-bottom: 10px; }
.next-steplist li > i {font-size: 14px; color: #d71920; margin-right: 10px; position: relative; top: 6px;}

.location-detail {margin: 0; padding: 0;}
.location-detail > li { list-style: none;  line-height: 1.6; font-size: 16px; padding-left:25px; position: relative;}

.location-detail > li > a {display: block;font-weight: 600;}
.location-detail > li:before {content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #ddd; top:7px; left:0; z-index: 1; }
.location-detail > li:after {content: ''; position: absolute; width: 2px; height: 100%; background: #ddd; left:4px; top:7px; }
.location-detail > li:last-child:after {display: none;}
.location-detail > li.active:before {background: #d71920;}
/*.location-detail > li.active:after {background: #d71920;}*/
.mapview {width: 100%; height: 220px; }

.box-pos {position: relative; overflow: hidden; }
.box-hding {font-size: 22px; font-weight: 700; color:#d71920; }
.box-img { position: absolute; right:-60px; bottom: 0; width:290px; }
.box-circlebg { width: 300px; height: 300px; border-radius: 50%; background: #cae5c8; position: absolute; right:-100px; top:-100px; }

.box-gllist {margin: 0px; padding: 0; position: relative; z-index: 1;}
.box-gllist li {list-style: none; display: flex; align-items: center; margin-bottom: 24px;}
.box-gllist li  .svgbg { width:50px; height: 50px; border-radius: 50%; background:#d71920; display: inline-flex; justify-content: center; align-items: center; margin-right: 15px; }
.box-gllist li .svgbg > svg {width: 36px; height: 36px; fill: #fff;}
.box-gllist li > p > strong > span {color: #999;}
.box-gllist li > p {display: inline-block; font-size: 14px; margin: 0;}
.box-gllist li > p > span {display: block;}

.invalid-feedback { display:block!important;}
.help-block, .invalid-feedback > strong {font-size:12px!important; color:#ff3300!important; font-weight:400!important; display:block!important; text-transform: capitalize; padding-top:4px;}
.alert {padding:6px 1.25rem !important;}
.alert strong {font-weight:400 !important; font-size:13px !important;}
.error {font-size:12px!important; color:#ff3300!important;display:block!important;}
.capture-img {font-size:12px; padding-top:10px; margin:0 5px;}
.capture-img > img {width:200px; }

.boxshadow { box-shadow: 0px 0px 9px rgb(221 221 221 / 50%); background: #fff; }
.hding-line {width: 60px; height: 2px; background: #d71920; display: inline-block; margin: 0 0 0 10px; position: relative; top: -4px;}
.wrap-title {  color: #d71920; font-size: 22px; margin: 0; padding-bottom: 5px;}
.wrap-prgh {font-size:16px; font-weight:400;}
.content-list li {margin-bottom: 15px;}

.doc-trashbtn {color:#e30b0b !important; font-size:12px; padding:5px;}
#digit_to_word {font-size:13px; color:#999; position:relative; }

.modal-close-btn {position: relative; z-index: 2;}
.modal-close-btn:focus {outline: none;}

@media only screen and (max-width: 480px) {
    .accordion-button > span {font-size:15px !important; font-weight:700 !important;}
}
@media only screen and (max-width: 575px) {
  .lplogo {width: 100%;}
   .bs-choose-gl + label  {width: 100%;}
  .gl-submit-btn {margin-top: 10px;}
  .colectdoc-area {width:94px; margin-right:4px; padding:10px 4px;}
  .colectdoc-svg {width:40px; height:40px;}
  .colectdoc-title {font-size:12px;}
  .userprofile {width:100px !important; height:100px !important;}
  .profile-details li > address {width:70% !important;}
  
}

@media only screen and (max-width: 767px) {
  .bannerform-box {margin: 30px 0 0;}
  .bannerform-box .box-mainhding {font-size:38px;}
  .bannerform-box .boxhding {font-size: 24px; font-weight: 700;}
  .bannerform-box .boxtitle {font-size: 16px; font-weight: 600;}
  .bannerform-box .boxtitle > span {font-size: 14px;}
  .bannerform-submitbtn {font-size: 16px;}
  .tclist { justify-content: center; }
  .tclist li a {padding:5px 5px; font-size: 12px;}
  .tclist li:first-child a { padding-left:0px;}
  .lpbanner-hding { font-size: 24px; line-height: 36px; padding: 60px 0px 0;  }
  .lpbanner-prgh  { font-size: 20px; }
  .lpservie-pading { padding:20px 0 30px; }
  .lpfooter-pading { padding:20px 0 30px; }
  .lpservice-title { font-size: 20px; padding-top: 20px }
  .lpservice-prgh { font-size: 16px; padding-top: 15px; }
  .wrap-hding { font-size: 24px; padding-bottom: 20px; }
  .lpage-wraphding { font-size: 24px; } 
  .lpage-wraphding > span { font-size: 20px; }
  .featurebox-striptxt { font-size: 14px; line-height: 22px; }
  .landing-banner { background-position-x:60px; }
  .lpb-hdpt {padding-top: 32px;}
  .lpagebanner-hding {font-size: 24px; line-height: 32px;  padding-bottom: 0px;}
  .lpagebanner-hding > span { font-size: 18px; padding-bottom:5px; }
  .lpbanner-prgh { display: none; }
  .lpwrap-hding, .whyclient-hding { font-size: 24px; }
  .lpfooter  { margin-top:50px; }
  .card-header button { font-size: 18px; }
  .lpagebanner-list {margin:20px 0 0 15px;}
  .lpagebanner-list li { font-size: 13px; }
  .circle-svgicon {width:60px; height: 60px;}
  .loanlist { margin:0px 0 0 30px; }
  .navigation {background:#f9f9f9; display:none;}
  .navigation li { border-bottom:1px solid #ddd;}
  .navigation li:last-child {border-bottom:none;}
  .navigation li a {padding:10px 20px; display:block;}
  .navigation > li > a > i {float:right; margin-top:5px;}
  .navigation > li ul {position:inherit;}
  .bannerform-box { position:initial;}
  .investor-box {min-height:auto;}
  .location-area {width: 92%;}
  .mapview {position: relative;}
  .default-img { margin-bottom: 25px; width:80px;}
  .mobile-numarea {width: 100%;}
  .myact-tbl thead th, .myact-tbl tbody td {white-space:nowrap;}
  .teaturebox-career {min-height:auto;}
}



@media only screen and (min-width: 768px) {
  .navigation > li:hover ul {display:flex;}      
}    
@media only screen and (max-width: 991px) 
{
  
  .bfb-hding {padding-top: 20px;}
  .stepflow { margin:0px 0 0px;}
  .stepflow li {text-indent:-99999px;}
  .stepflow li:after {bottom:6px;}
  .stepflow li:nth-child(2):after, 
  .stepflow li:nth-child(3):after, 
  .stepflow li:nth-child(4):after, 
  .stepflow li:nth-child(5):after {width:100% !important; left:-100% !important;}
}

/* Accordion */
.accordion-button {width:100%; text-align:left; border:none; background:#f9f9f9;}
.accordion-button > span {font-size:18px; font-weight:500;}
.accordion-button > .text-warning, .accordion-button > .text-success, .accordion-button > .text-danger {font-size:14px; margin:0; position:absolute; right:30px;}
.acc-button {align-items:center; padding:10px 10px; display:flex; align-items:center;}
.acc-button > span {margin-left:10px;}
.alert-btn-close { border: none; background: none;  font-size: 20px; float: right; line-height: 0;  margin-top: 10px;}

/* My Account */
.sidebar-menu { margin:0 0 50px; padding: 10px 0; background: rgb(238 238 238 / 50%); box-shadow: 0px 0px 9px rgb(221 221 221 / 100%); }
.sidebar-menu > li { list-style: none; float: none;     border-bottom: 1px solid #ddd}
.sidebar-menu > li:last-child {border-bottom: none;}
.sidebar-menu > li > a {font-weight: 16px; color:rgba(0, 0, 0, 0.55); padding: 10px 20px; display: block; text-decoration: none;}
.sidebar-menu > li > a > i {padding-right: 8px; width: 30px;}

.userprofile {width: 150px; height: 150px; border-radius: 50%; margin-right: 30px; position: relative; box-shadow: 0px 0px 8px #ccc;}
.userprofile > img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.userprofile .userimg-editicon { display: none; cursor: pointer; position: absolute; bottom: 7px; right: 10px; font-size: 16px; color: #ffffff; background: #ea5a24; padding: 6px; margin: 0; line-height: 0; border-radius: 2px; }
.userprofile .userimg-editicon:hover { color: #fff; text-decoration: none;}
.userprofile:hover .userimg-editicon {display: block;}
.profile-details { margin:10px 0 0; padding: 0; }
.profile-details li { list-style: none; font-size: 16px; line-height: 2; display: flex;}
.profile-details li > span {font-weight: 700; width: 90px; display: inline-block;}
.profile-details li > address {width: 85%; display: inline-block;}
.profile-user-img {width: 150px; height: 150px; border-radius: 50%;  position: relative; box-shadow: 0px 0px 8px #ccc; }
.profile-user-img > img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.upload-docbtn {font-size: 16px; outline: none; padding: 6px 30px; margin: auto; font-weight: 400; border: 2px solid #d71920; background: #fff; border-radius: 30px; color: #d71920; text-align: center; display: table; text-decoration: none; }
.upload-docbtn:hover {background: #d71920; color: #fff; text-decoration: none;}
.myact-tbl-shadow {box-shadow: 0px 0px 12px rgb(204 204 204 / 50%);}
.myact-tbl {margin-bottom: 0px !important;}
.myact-tbl thead th { font-weight: 700; background: #f7f7f7; }
.myact-tbl thead th,.myact-tbl thead td, .myact-tbl tbody td {font-size: 13px; padding: 5px 10px;}
.myact-boxh { min-height: 100%; }
.myact-boxarea {background: #fff; border-radius: 15px; box-shadow: 0px 0 10px #ccc; margin: 15px 0 0; padding: 20px;position: relative;}
.myact-title {font-size: 16px; font-weight: 500; padding-bottom:0px; margin-bottom:0px;}
.myact-group {margin-bottom: 10px ; }
.myact-lbl {font-size: 13px; color: #999; display: block; margin: 0; padding-bottom: 5px ; font-weight: 500; }
.myact-highligt {font-size: 13px; color: #000; margin: 0; display: block; font-weight: 500; }
.myact-highligt .fa-rupee-sign {font-size: 10px;}
.row-botbrd {border-bottom: 1px solid #ddd;  margin-bottom: 15px;}
.myact-status {display: flex; justify-content: end; align-items: center; margin-bottom: 0.5rem;}
.form-title {font-size: 16px; font-weight: 500; padding-bottom: 8px; border-bottom: 1px solid #ddd; margin-bottom:15px; }
.pagination {margin-top: 20px;}
.pagination li a {color: #000; font-size: 13px !important;}
.pagination li a:focus {box-shadow: none;}
.pagination li.active a {background-color: #e9ecef !important; border-color: #e9ecef !important; color: #0a58ca !important; }

.credit-scoreimg {width: 250px; margin: 0 auto 20px; display: table;}
.formfield-disable .login-field, .formfield-disable .form-radiobtn {pointer-events: none !important; background: #f5f5f5 !important;}
.formfield-disable .login-btn {display: none;}
.formfield-disable .form-radiobtn-hide:checked + .form-radiobtn {background: #a66911 !important;}

.help-block { font-size: 12px; color: #dc3545; text-align: left; display: block;}
.help-box { min-height:267px; background: #fff; border-radius: 15px; box-shadow: 0px 0 20px #ccc; margin:15px 0; padding:50px 15px 30px; }
.help-hding { color: #000; font-size: 16px; text-align: center; line-height: 1.5; font-weight: 600; margin: 0; padding-bottom: 15px;}
.help-prgh {font-size: 14px; color: #000; text-align: center; font-weight: 300;}
.help-img {width: 35px; margin: 0 auto 10px; display: block;}

.sidebar-menu > li.active > a {color: #EA5A24; }

.edit_upload_doc {
   cursor: pointer;
}

.delete-document{
  cursor: pointer;  
}
.doc-boxarea {background: #fff; border-radius: 15px; box-shadow: 0px 0 10px #e1e1e1; margin: 15px; padding: 15px; position: relative;}
.doc-view {font-size: 14px; outline: none; padding: 6px 15px; border: none; font-weight: 400; background: #f30; border-radius: 30px; color: #fff; text-align: center; display: table; margin-left:20px; text-decoration: none;}
.doc-view:hover {color:#fff; text-decoration:none;}
.small {font-size:12px !important;}
.iframe-doc {width:100px;  height:100px;}
.doc-img {width:100px; height:100px; object-fit:contain;}

.action-view, .action-edit, .action-del, .action-pending {font-size: 12px; padding: 5px;}
.action-view {color: #369 !important;}
.action-edit {color: #0056b3 !important;}
.action-del {color: #e30b0b !important;}
.action-pending {color: #ffc107 !important;}

.iframe-area { width: 250px; height: 150px; padding: 0; overflow: hidden;}
.iframe-area iframe {width: 1200px; height: 1800px; border: 0; -ms-transform: scale(0.25); -moz-transform: scale(0.25); -o-transform: scale(0.25); -webkit-transform: scale(0.25); transform: scale(0.25); -ms-transform-origin: 0 0; -moz-transform-origin: 0 0; -o-transform-origin: 0 0; -webkit-transform-origin: 0 0; transform-origin: 0 0;}

.upload-docimg {width: 130px; margin:5px 0 10px; }
.upload-doctitle {font-size: 12px; color: #999;}
.tagline-sm {font-size: 10px; color: #999;}

/*  Modal  design */

.modal-design .modal-content {border-radius: 1px; border: none; box-shadow: 0px 0px 13px #999;}
.modal-design .close-modal { position: absolute; right: -25px; top: -30px; font-size: 35px; color: #fff; background: none; border: none; padding: 0; }
.modal-design .del-hding {font-size: 22px; font-weight: 700; text-align: center; display: block;}
.modal-design .del-prgh {font-size: 14px; text-align: center; display: block; line-height: 1.5; padding: 10px 30px;}
.modal-design .canel-modal-btn { padding: 6px 15px; margin-top: 0px; font-size: 12px; line-height: 1.5; border-radius: 4px; border: none; color: #fff; background: #999; text-align: center; margin: 0 6px;}
.modal-design .delete-modal-btn { padding: 6px 15px; margin-top: 0px; font-size: 12px; line-height: 1.5; border-radius: 4px; border: none; color: #fff; background: #e12e3a; text-align: center; margin: 0 6px;}
.form-submit-btn { padding: 6px 15px; margin-top: 0px; margin-bottom:15px; font-size: 12px; line-height: 1.5; border-radius: 4px; border: none; background: #5e295f; color: #fff; text-align: center;  }
.form-submit-btn:hover {color:#fff; text-decoration:none;}

/* Modal */
.modaldesign .modal-content { border:none; border-radius: 15px; }
.modaldesign .modal-content .modal-body .modal-hding { font-size: 18px; font-weight: 700; color: #000; padding-bottom: 5px; margin: 0; padding-top:50px; }
.modaldesign .modal-content .modal-body .modal-prgh { font-size: 14px; font-weight: 400; color:#999; padding-bottom: 10px; margin: 0; }
.modaldesign .modal-content .modal-body .modal-prgh > span { display: block; font-weight: 500; color:#e04d16; }
.modaldesign .modal-content .modal-body .modal-prgh > a { display: block;  font-weight: 500; color:#e04d16; text-decoration: none; }
.modaldesign .modal-content .modal-body .otp-field { width: 22%; border-radius: 4px; padding: 7px; text-align: center; border:1px solid #ddd; display: inline-flex; margin:0 5px; }
.modaldesign .modal-content .modal-body .submit-btn {font-size: 16px; outline: none; padding: 6px 30px; margin: auto; font-weight: 400; border:2px solid #d71920; background: #d71920; border-radius:30px; color:#fff; text-align: center; display: table; margin-top: 15px;}
.modaldesign .modal-content .modal-body .submit-btn:hover { background: #fff; color:#d71920;  }
.modaldesign .modal-content .modal-body .close { float: right; border: none; outline: none; background: none; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5;}
.terms-modal .modal-content .modal-body { height: 500px; overflow-y: scroll; }
.terms-modal .modal-content  {border-radius: 1px !important; padding-bottom: 0px;}
.terms-modal .modal-content .modal-body .modal-hding {padding-top: 20px !important; padding-bottom: 25px !important;}

.submit-btn {font-size: 16px; outline: none; padding: 6px 30px; margin: auto; font-weight: 400; border:2px solid #d71920; background: #d71920; border-radius:30px; color:#fff; text-align: center; display: table; margin-top: 15px;}
.submit-btn:hover { background: #fff; color:#d71920;  }

/* Table design */
.table-design thead tr th, .table-design tbody tr td { border:none !important; font-size: 13px; }
.table-design thead tr th {color: #999; padding-bottom: 5px; font-weight:500;}
.table-design tbody tr td {color: #000; padding: 8px 12px; font-weight: 500;}
.table-design tbody tr:not(:last-of-type) {border-bottom: 1px solid #efeeee;}
.vr-midtbl thead tr th {vertical-align:middle;}
.table-design tbody tr td i.fa-rupee-sign {font-size:10px;}


/* Link bank account */
.ac-hding { width: 100%; text-align: left; text-decoration: none; color: #000; font-size: 18px; font-weight: 500; background: none; border: none; border-bottom: 1px solid #000; margin-top: 15px; margin-bottom: 25px;} 
.ac-step {padding: 2px 5px; font-size: 12px; background-color: #fff8e1; margin-right: 0px; margin-bottom: 0;}
.ac-title {font-size: 16px; font-weight: 400; padding-bottom: 0;  margin: 0 0 5px;}
.ac-title > span {font-weight: 600;}
.ac-title > .ac-name { text-transform: uppercase; font-weight: 600; }
.ac-title > .ac-verify-pro {font-size: 10px; padding: 2px 5px; background-color: #fff8e1; font-weight: 400 !important;}
.ac-subtitle {font-size: 12px; color: #999;}
.ac-bankname {font-size: 14px; font-weight: 600; margin: 0; padding-bottom: 0; font-weight: 400; margin: 0;}
.ac-branch {text-transform: uppercase; font-size: 12px; color: #999;}
.ac-bankdetail {font-size: 12px; color: #999; margin: 0;}
.ac-bankdetail > span {width: 120px; display: inline-block; color:#000; }
.ac-btn {color: #fff; font-weight: 400; text-align: center; background: #ea5a24; font-size: 12px; padding: 5px 5px; border-radius: 4px; text-decoration: none; margin-top: 0px; margin-bottom: 0px;display: inline-block; }
.ac-icon {font-size: 22px; line-height: 0; margin-right: 10px;}


.add-btn { color: #fff;  background: #1adf22; border: none; outline: none; font-weight: 400; text-align: center; font-size: 16px; padding: 8px 20px; border-radius: 6px; margin: 15px 0 10px; display: table; text-decoration: none;}
.add-btn:hover { background: #0fb516; color: #fff; }
.add-btn > i {font-size: 13px; margin-right: 6px;}
.posrel {position: relative;}
.remove-btn {width: 30px; height: 30px; color: #fff;  background: #ff3300; border: none; outline: none; font-weight: 400; text-align: center; font-size: 13px; border-radius: 50%; margin: 15px 0 10px; display: table; text-decoration: none; display: flex; align-items: center; justify-content: center; position: absolute; top: -27px; right: 20px;}
#nbfc-field, #bank-field {display: none;}
.quotes {display: none;}

/* Slider bottom */
.slbot  {width: 100%; background: #fff; margin: 50px 0 0; padding-bottom: 0px; box-shadow: 0px 0px 8px #ccc; z-index: 999; position: absolute; border-radius: 42px; padding: 15px; }
.slbot .box-mainhding {font-size: 20px; color: #000; font-weight: 600; text-align: center; }

.table-small-font tr th, .table-small-font tr td {
    font-size:11px; padding:5px 5px; vertical-align: top !important;
}
