@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap");
header .navbar-expand-lg .navbar-nav .dropdown.show .dropdown-toggle:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.light-grey-bg {
  background: #FDFDFD;
}

.blue-bg-theme {
  background: #50597B;
}

.lightest-blue-bg {
  background-color: #F2F3FC;
}

.blue-bg {
  background-color: #1CAFFD;
}

.blue-text {
  color: #1CAFFD;
}

.text-success {
  color: #22B7AC !important;
}

.text-warning {
  color: #FF9A26 !important;
}

.text-danger {
  color: #F74242 !important;
}

.medium-blue-bg {
  background-color: #3B6BDD;
}

.dark-blue-bg {
  background-color: #2C406E;
}

.darkest-blue-bg {
  background-color: #1B2B50;
}

.white-blue-gradient {
  background: linear-gradient(#FDFDFD, #E8F0FF);
}

.secondary-color {
  color: #3c374d;
}

.light-blue {
  color: #96A1BC;
}

.grey-border, .square-option, .lender-listing.square-option, .lender-listing.grey-border, .lender-listing.address-section, .lender-listing.input-format, .full-width-radio-container .custom-control-label, .custom-select-container .custom-select-wrapper .custom-select-menu .custom-options, .white-container .category-container, .input-format, .address-section, .custom-radio .custom-control-label {
  border: 1px solid #DADFEA;
}
.grey-border.radius, .radius.square-option, .full-width-radio-container .radius.custom-control-label, .custom-select-container .custom-select-wrapper .custom-select-menu .radius.custom-options, .white-container .radius.category-container, .radius.input-format, .radius.address-section, .custom-radio .radius.custom-control-label {
  border-radius: 0.5rem;
}

.grey-border-bottom {
  border-bottom: 1px solid #DADFEA;
}

.grey-dashed-border-bottom {
  border-bottom: 1px dashed #DADFEA;
}

.no-shadow, .white-container.no-shadow {
  box-shadow: none;
}

.no-border {
  border: none !important;
}

.inactive-disabled {
  opacity: 0.5;
}

ul.listing {
  margin-top: 2rem;
  padding-left: 0;
}
ul.listing li {
  list-style-type: none;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 1.5rem;
}
ul.listing li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #96A1BC;
  position: absolute;
  left: 0;
  top: 7px;
}

.mx-n25 {
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 768px) {
  .mx-n25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

html {
  font-size: 10px;
}

body {
  color: #50597B;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  margin: 0;
}
@media screen and (max-width: 576px) {
  body {
    font-size: 1.44rem;
    line-height: 2.4rem;
  }
}
body.modal-open {
  overflow: hidden;
}

h1, .heading-bold {
  font-size: 5rem;
  font-weight: 600;
  color: #3c374d;
  line-height: 5.4rem;
}
h1 span, .heading-bold span {
  color: #FFB72E;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  h1, .heading-bold {
    font-size: 4rem;
    line-height: 4.32rem;
  }
}

h2 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #3c374d;
  line-height: 3.4rem;
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}

h3 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  color: #50597B;
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 1.45rem;
    line-height: 2.4rem;
  }
}

a {
  color: #1CAFFD;
}
a:hover {
  color: #1CAFFD;
}

.upload-section .text .sub-text .valid-icon, .custom-select-container .custom-select-wrapper.valid ~ .valid-icon, .floating-input input:not(:focus):valid ~ .valid-icon, .floating-input input:not(:focus).valid ~ .valid-icon,
.floating-input textarea:not(:focus):valid ~ .valid-icon,
.floating-input textarea:not(:focus).valid ~ .valid-icon {
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(45deg);
  height: 11px;
  width: 6px;
  border-bottom: 2px solid #22B7AC;
  border-right: 2px solid #22B7AC;
  position: absolute;
  content: "";
}

.h23 {
  height: 23px;
}

.h270 {
  height: 270px;
}

.h330 {
  height: 330px;
}
@media screen and (max-width: 768px) {
  .h330.sm-h270 {
    height: 270px;
  }
}

.h530 {
  height: 530px;
}

.h50 {
  max-height: 50vh;
  overflow-y: scroll;
}

.curser-default {
  cursor: default !important;
}

.font50, p.font50 {
  font-size: 5rem;
  line-height: 5rem;
}

.font40, .white-container p.font40 {
  font-size: 4rem;
  line-height: 4rem;
}

.font16, .white-container p.font16, header.post-login .username-block {
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.font14 {
  font-size: 1.4rem;
  line-height: 2rem;
}

.font12, .header-strip, .white-container p.font12 {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.lh-2 {
  line-height: 2rem;
}

.font-medium {
  font-weight: 600;
}

.border-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.25) !important;
}

.border-bottom1 {
  border-bottom: 1px solid #DADFEA;
}

:focus, button:focus {
  outline: none;
}

.error-msg, .modal .modal-content .modal-body p.error, .floating-input input.invalid ~ .error, .floating-input input:not(:focus).invalid ~ .error,
.floating-input textarea.invalid ~ .error,
.floating-input textarea:not(:focus).invalid ~ .error, .white-container p.error, p.error {
  font-size: 1.2rem;
  color: #F74242;
  line-height: 2.5rem;
  display: block;
}

.custom-select-container .custom-select-wrapper .custom-select-menu.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.section-padding {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 576px) {
  .section-padding {
    padding-top: 3.2rem;
    padding-bottom: 4rem;
  }
}

.section-padding-small {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-padding-smallest {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.w100 {
  width: 100%;
}

.max-w100 {
  max-width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 576px) {
  .img-45 {
    max-width: 45%;
  }
  .img-50 {
    max-width: 50%;
  }
  .img-60 {
    max-width: 60%;
  }
}
.overflow-hidden {
  overflow: hidden;
}

#header {
  transition: top 0.4s;
}
#header.fixed {
  position: fixed;
  width: 100%;
  top: 0 !important;
}

.header-strip {
  background: #FAFAFA;
  padding: 4px 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-strip {
    padding-bottom: 0;
  }
}
.header-strip .free-text {
  color: #50597B;
  margin: 0.5rem 0;
}
.header-strip .free-btn {
  background-color: #1CAFFD;
  font-size: 10px;
  border-radius: 3px;
  padding: 0.2rem 1rem;
  margin-right: 5px;
  color: #fff;
}
.header-strip .android-img, .header-strip .apple-img {
  width: 12px;
  height: auto;
  margin-left: 0.5rem;
}
.header-strip .free-btn-m {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.4rem 0 0 0.5rem;
  z-index: 9;
  background: #FAFAFA;
}
.header-strip .free-btn-m .free-btn {
  margin-right: 0;
}
.header-strip marquee {
  color: #50597B;
  margin-bottom: 0;
  padding: 0 5px;
  -webkit-padding-after: 0;
  -webkit-padding-before: 0px;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0px;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}

header {
  border-bottom: 1px solid #D8D8D8;
  background-color: #fff;
}
header.post-login {
  height: 75px;
}
@media screen and (max-width: 576px) {
  header.post-login {
    height: 57px;
  }
}
header.post-login .username-block {
  margin: 0 2rem 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #F2F3FC;
  font-weight: 600;
}
header.post-login .username-block .username {
  color: #fff;
  background-color: #1CAFFD;
  font-size: 1.8rem;
  font-weight: 600;
  width: 3.8rem;
  height: 3.8rem;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  padding: 6px 0 0 0;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 0;
}
header .il-logo {
  width: 153px;
  height: 27px;
}
@media screen and (max-width: 576px) {
  header .il-logo {
    width: auto;
    height: auto;
  }
}
header .logo {
  float: left;
  padding-bottom: 2.4rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 576px) {
  header .logo {
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  header .logo img {
    max-width: 135px;
  }
}
header .navbar-expand-lg {
  float: right;
  font-size: 1.4rem;
  font-weight: 400;
  color: #3c374d;
  display: flex;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg {
    font-weight: 400;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  header .navbar-expand-lg {
    margin: 5px 0;
  }
}
header .navbar-expand-lg .navbar-toggler {
  border: none;
}
@media screen and (max-width: 576px) {
  header .navbar-expand-lg .navbar-toggler {
    padding-right: 1.2rem;
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg .nav-height {
    height: 88vh;
  }
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg .navbar-nav {
    height: 70vh;
    overflow: auto;
  }
}
header .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  color: #1CAFFD;
}
header .navbar-expand-lg .navbar-nav .nav-item:hover .username {
  color: #fff;
}
header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  color: #3c374d;
  border: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}
header .navbar-expand-lg .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  border: none;
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  top: 17px;
  right: 2px;
  background: url(https://cdnapp.indialends.com/illive/images/creative/arrow-down-blue.svg) no-repeat;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    top: 14px;
    right: 14px;
  }
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    padding-top: 0.4rem;
  }
}
@media screen and (max-width: 576px) {
  header .navbar-expand-lg .navbar-nav .nav-item .nav-link.font16, header .navbar-expand-lg .navbar-nav .nav-item .white-container p.nav-link.font16, .white-container header .navbar-expand-lg .navbar-nav .nav-item p.nav-link.font16, header.post-login .navbar-expand-lg .navbar-nav .nav-item .nav-link.username-block {
    margin-bottom: 6px;
    line-height: 2rem;
  }
}
header .navbar-expand-lg .navbar-nav .nav-item .nav-link.font16 strong, header.post-login .navbar-expand-lg .navbar-nav .nav-item .nav-link.username-block strong {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding-bottom: 0.8rem;
    line-height: 2.4rem;
  }
}
header .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover, header .navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
  border: 0;
  color: #3c374d;
  color: #1CAFFD;
}
header .navbar-expand-lg .navbar-nav .nav-item .username {
  color: #fff;
  background-color: #1CAFFD;
  font-size: 1.8rem;
  font-weight: 600;
  width: 3.8rem;
  height: 3.8rem;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  padding: 3px 0 0 0;
  box-sizing: border-box;
}
header .navbar-expand-lg .navbar-nav .nav-item .username.dropdown-toggle:after {
  border: none;
  background-image: none;
}
header .navbar-expand-lg .navbar-nav .nav-item .username:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg .navbar-nav .nav-item.show .dropdown-toggle:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 12px;
  }
}
@media screen and (min-width: 992px) {
  header .navbar-expand-lg .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    min-width: 160px;
  }
}
header .navbar-expand-lg .navbar-nav .dropdown-menu {
  border: none;
  font-size: inherit;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  right: 0;
  left: initial;
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding-left: 1rem;
    padding-top: 1rem;
    box-shadow: none;
    margin-top: 0;
    background-color: #F7F8FF;
  }
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.55rem 1.2rem;
    font-size: 1.36rem;
    color: #3c374d;
  }
}
header .navbar-expand-lg .navbar-collapse {
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg .navbar-collapse {
    position: fixed;
    top: 57px;
    right: 0;
    z-index: 99;
    background-color: #fff;
    width: 85%;
    padding: 2.4rem 0;
  }
}
header .navbar-expand-lg .navbar-collapse a:hover {
  text-decoration: none;
}
header .app-icon {
  max-width: 112px;
}
header .nav-close {
  position: absolute;
  right: 2rem;
  cursor: pointer;
}
header .social-icon {
  position: absolute;
  bottom: 15%;
  left: 13px;
}
header .social-icon img {
  height: 36px;
  margin-right: 10px;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.banner h1 {
  font-size: 5rem;
  line-height: 7.4rem;
}
@media screen and (max-width: 576px) {
  .banner h1 {
    font-size: 4rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 576px) {
  .banner h3 {
    font-size: 1.44rem;
    line-height: 2.4rem;
  }
}
.banner .banner-image {
  position: relative;
}
.banner .banner-image .main-img {
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
.banner .banner-image .artwork {
  position: absolute;
  left: 170px;
  top: 20px;
  z-index: 4;
}
.banner .banner-image .circle1 {
  position: absolute;
  left: 110px;
  top: -30px;
  z-index: 3;
}
.banner .banner-image .circle2 {
  position: absolute;
  right: 100px;
  top: 170px;
  z-index: 3;
}
.banner .banner-image .screen1 {
  position: absolute;
  top: 84px;
  left: 80px;
  z-index: 9;
}
.banner .banner-image .screen2 {
  position: absolute;
  bottom: 40px;
  right: 90px;
  z-index: 9;
}
@media screen and (max-width: 576px) {
  .banner .products {
    width: 33.3%;
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 1066px;
  }
}

.btn {
  padding: 1rem 3.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 3.4rem;
  line-height: 2rem;
  min-width: 158px;
}
.btn.focus, .btn:focus {
  box-shadow: none;
}
.btn.btn-sm {
  min-width: 105px;
  font-size: 1.3rem;
  height: 40px;
  padding: 1rem 2.5rem;
}

.btn-outline-primary {
  color: #1CAFFD;
  border-color: #1CAFFD;
}
.btn-outline-primary:hover {
  border-color: #1CAFFD;
  background-color: #fff;
  color: #1CAFFD;
}

.btn-primary, a.btn-primary {
  background-color: #1CAFFD;
  border-color: #1CAFFD;
  transition: 0.25s;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .btn-primary, a.btn-primary {
    box-shadow: 0 0.7rem 0.7rem -0.5rem rgba(0, 0, 0, 0.3);
  }
}
.btn-primary:hover, a.btn-primary:hover {
  background-color: #1CAFFD;
  border-color: #1CAFFD;
  color: #fff;
  box-shadow: 0 0.7rem 0.7rem -0.5rem rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-0.25em);
  transform: translateY(-0.25em);
}
.btn-primary:disabled, a.btn-primary:disabled {
  color: #fff;
  background-color: #DADFEA;
  border-color: #DADFEA;
  cursor: not-allowed;
}
.btn-primary:disabled:hover, a.btn-primary:disabled:hover {
  box-shadow: none;
  transform: none;
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, a.btn-primary:focus, a.btn-primary.focus, a.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #1CAFFD;
  border-color: #1CAFFD;
  box-shadow: 0 0.7rem 0.7rem -0.5rem rgba(0, 0, 0, 0.3);
}

.btn-login {
  padding: 0.7rem 3.2rem;
  min-width: initial;
  background-image: linear-gradient(#1CAFFD, #1CAFFD);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s, color 0.5s;
}
.btn-login:hover {
  background-size: 100% 100%;
  background-color: transparent;
  border-color: #1CAFFD;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .btn-login {
    width: 85px;
    height: 36px;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 35px;
    padding: 0;
  }
}

.btn-uploading {
  color: #1CAFFD;
  border-color: #1CAFFD;
  background-color: #1CAFFD;
  animation-name: learn;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

@keyframes learn {
  0% {
    background-color: #fff;
    color: #1CAFFD;
  }
  100% {
    background-color: #1CAFFD;
    color: #fff;
  }
}
.input-group > .form-control {
  border-radius: 3.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #96A1BC;
  padding: 1rem 3rem;
  height: auto;
}
.input-group > .form-control::-webkit-input-placeholder {
  color: #96A1BC;
}
.input-group > .form-control:focus {
  box-shadow: none;
}
.input-group > .input-group-append > .input-group-text {
  border-radius: 0 3.4rem 3.4rem 0;
  background-color: #1CAFFD;
  border-color: #1CAFFD;
  color: #fff;
  font-size: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.input-group .input-group-prepend .addon-text {
  font-size: 14px;
  font-weight: 600;
  padding: 0px 13px;
  border: 1px solid #DADFEA;
  background-color: #DADFEA;
}
.input-group .input-group-prepend + .form-control {
  padding: 1rem 3rem 1rem 1rem;
  font-size: 1.4rem;
  color: #3c374d;
}

textarea.form-control {
  border-radius: 0.8rem;
  border-color: #DADFEA;
}
textarea.form-control:focus {
  box-shadow: none;
  border-color: #1CAFFD;
}

.milestones {
  vertical-align: middle;
}
.milestones img, .milestones p {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
@media screen and (max-width: 576px) {
  .milestones img, .milestones p {
    display: block;
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
.milestones img {
  margin-right: 1.5rem;
}
@media screen and (max-width: 576px) {
  .milestones img {
    max-width: 26px;
    margin: 0 auto;
  }
}

.white-box {
  background-color: #fff;
  border: 1px solid #E3EBFF;
  border-radius: 0.8rem;
  padding: 2.5rem;
}

.features {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4rem;
}
@media screen and (max-width: 576px) {
  .features {
    display: initial;
  }
}
.features img {
  margin-right: 3rem;
  margin-top: 1rem;
}
@media screen and (max-width: 576px) {
  .features img {
    margin: 3rem auto 2rem;
    display: block;
    height: 128px;
  }
}
@media screen and (max-width: 576px) {
  .features div {
    text-align: center;
    margin-bottom: 3rem;
  }
}
.features p {
  margin-bottom: 0;
}

.full-width-right .left {
  max-width: calc(50vw - 525px + 450px);
  padding-left: calc(50vw - 525px);
}
.full-width-right .left.max-w100 {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .full-width-right .left {
    padding-left: 40px;
    max-width: 40%;
  }
}
@media screen and (max-width: 576px) {
  .full-width-right .left {
    padding-left: 20px;
    max-width: 100%;
    flex-basis: auto;
  }
}

.rating-start {
  background: linear-gradient(to right, #D6D6D6 50%, transparent 50%);
  padding: 10px;
  border-radius: 0.4rem;
  margin-right: 1rem;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}
.rating-start.active, .rating-start.half-active {
  background: linear-gradient(to right, #FFB72E 50%, #D6D6D6 50%, #D6D6D6 100%);
  background-size: 200% 100%;
  background-position: right bottom;
}
@media screen and (max-width: 576px) {
  .rating-start.active {
    background: #FFB72E;
  }
  .rating-start.half-active {
    background: linear-gradient(to right, #FFB72E 50%, #D6D6D6 50%, #D6D6D6 100%);
  }
}

#testimonial-slider {
  font-size: 2rem;
  font-style: italic;
  margin-top: 5rem;
}
#testimonial-slider .carousel-item {
  background: url(../images/up-comma.svg) no-repeat, url(../images/down-comma.svg) no-repeat;
  background-position: left 10% top 10%, right 10% top 10%;
}
@media screen and (max-width: 576px) {
  #testimonial-slider .carousel-item {
    background-size: 5rem 4rem;
  }
}
#testimonial-slider .carousel-item .rating-start {
  margin-bottom: 3rem;
}
#testimonial-slider .carousel-item p {
  width: 50%;
  margin: 0 auto;
  float: none;
}
@media screen and (max-width: 576px) {
  #testimonial-slider .carousel-item p {
    font-size: 1.6rem;
  }
}
#testimonial-slider .carousel-item p.name {
  font-size: 2.8rem;
  font-weight: 400;
  font-style: normal;
  margin-top: 3rem;
}
@media screen and (max-width: 576px) {
  #testimonial-slider .carousel-item p.name {
    font-size: 2.2rem;
  }
}
#testimonial-slider .carousel-item p.location {
  font-size: 1.6rem;
  font-style: normal;
  margin-top: 1rem;
}
#testimonial-slider .carousel-indicators {
  position: initial;
  margin-top: 3rem;
}
#testimonial-slider .carousel-indicators li {
  background-color: #50597B;
  opacity: 0.3;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid transparent;
}
#testimonial-slider .carousel-indicators li.active {
  opacity: 1;
  width: 17px;
  height: 17px;
  border: 0;
}

.partner-logos {
  position: relative;
  float: left;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  width: 66px;
  margin-right: 3.9rem;
  margin-top: 3rem;
}
@media screen and (max-width: 576px) {
  .partner-logos {
    height: 58px;
    width: 58px;
    margin: 3rem 0.8rem 0 0.4rem;
  }
}
@media screen and (max-width: 360px) {
  .partner-logos {
    height: 48px;
    width: 48px;
    margin: 3rem 1rem 0 0.5rem;
  }
}
.partner-logos:before {
  background-color: #fff;
  height: 66px;
  width: 66px;
  border-radius: 50%;
  border: 1px solid #E3EBFF;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 576px) {
  .partner-logos:before {
    height: 58px;
    width: 58px;
  }
}
@media screen and (max-width: 360px) {
  .partner-logos:before {
    height: 48px;
    width: 48px;
  }
}
.partner-logos span {
  position: relative;
  font-size: 2.5rem;
}
@media screen and (max-width: 576px) {
  .partner-logos span {
    font-size: 2rem;
  }
}
.partner-logos img {
  position: relative;
}
@media screen and (max-width: 576px) {
  .partner-logos img {
    max-height: 3.1rem;
    max-width: 3.8rem;
  }
}
@media screen and (max-width: 360px) {
  .partner-logos img {
    max-height: 2.1rem;
    max-width: 2.8rem;
  }
}

.room-image {
  position: relative;
}
.room-image .main-img {
  position: relative;
  z-index: 9;
}
.room-image .small-light {
  position: absolute;
  right: 280px;
  top: 0;
  z-index: 0;
}
.room-image .big-light {
  position: absolute;
  right: 220px;
  top: 0;
  z-index: 9;
}
.room-image .blue-man {
  position: absolute;
  right: 140px;
  bottom: 2px;
  z-index: 9;
}
.room-image .yellow-man {
  position: absolute;
  bottom: 2px;
  right: 240px;
  z-index: 9;
}

.mobile-screens {
  position: relative;
}
.mobile-screens .main-img {
  position: relative;
  z-index: 9;
}
.mobile-screens .left {
  position: absolute;
  left: 10px;
  bottom: 1px;
  z-index: 0;
}
.mobile-screens .right {
  position: absolute;
  right: 10px;
  bottom: 1px;
  z-index: 0;
}

.scrollbox {
  overflow: auto;
  white-space: nowrap;
  padding-bottom: 1rem;
}
.scrollbox .article {
  border: 1px solid #E3EBFF;
  border-radius: 0.8rem;
  margin-right: 1.5rem;
  width: 433px;
  display: inline-block;
  background-color: #fff;
  padding: 2rem;
  text-align: left;
  white-space: initial;
}

/*custom mobile web footer css start here*/
footer .mobweb-footer #accordion {
  display: flex;
  width: 100%;
}
footer .mobweb-footer #accordion .collapse:not(.show) {
  display: block;
}

@media screen and (max-width: 768px) {
  .mobile-learn-more a {
    display: inline-block;
    text-decoration: underline;
  }
  footer .mobweb-footer #accordion {
    display: block;
  }
  footer .mobweb-footer #accordion .collapse:not(.show) {
    display: none;
  }
  footer .mobweb-footer #accordion .footer-collapse {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .mobweb-footer .footer-nav {
    margin-top: 3rem;
    font-size: 1.12rem;
    padding: 0px 20px;
  }
  footer .mobweb-footer .footer-nav ul {
    margin-top: 0px;
  }
  footer .mobweb-footer .footer-nav ul li {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
  }
  footer .mobweb-footer .footer-collapse {
    padding-bottom: 14px;
  }
  footer .mobweb-footer .img-hover-zoom {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 1rem;
  }
  footer .mobweb-footer .img-hover-zoom img {
    transition: transform 0.5s ease;
    vertical-align: top;
    width: 36px;
    height: 36px;
  }
  .section-padding-smallest {
    display: none;
  }
  .section-padding-small {
    padding-bottom: 0px;
  }
  .mobweb-footer .footer-nav .col-md-3 {
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0px 0px;
  }
}
/*custom mobile web footer css end here*/
/*custom scroll*/
.small-scroll, .custom-select-container.max-height .custom-options {
  overflow-y: auto;
}
.small-scroll::-webkit-scrollbar, .custom-select-container.max-height .custom-options::-webkit-scrollbar {
  width: 0.4rem;
}
.small-scroll::-webkit-scrollbar:horizontal, .custom-select-container.max-height .custom-options::-webkit-scrollbar:horizontal {
  height: 0.8rem;
}
.small-scroll::-webkit-scrollbar-thumb, .custom-select-container.max-height .custom-options::-webkit-scrollbar-thumb {
  background: #2C406E;
  border-radius: 1rem;
}
.small-scroll::-webkit-scrollbar-track, .custom-select-container.max-height .custom-options::-webkit-scrollbar-track {
  padding: 0.5rem;
}

footer {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 576px) {
  footer {
    font-size: 1.12rem;
  }
}
footer .img-hover-zoom {
  display: inline-block;
  width: 27px;
  height: 27px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  margin-right: 0.5rem;
}
footer .img-hover-zoom img {
  transition: transform 0.5s ease;
  vertical-align: top;
}
footer .img-hover-zoom img.hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
footer .img-hover-zoom:hover img {
  transform: scale(1.2);
  opacity: 0;
}
footer .img-hover-zoom:hover img.hover {
  opacity: 1;
}
@media screen and (max-width: 576px) {
  footer .font14 {
    font-size: 1.12rem;
    line-height: 1.6rem;
  }
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
footer a.footer-collapse .arrow {
  position: relative;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: -2px;
  margin-left: 10px;
}
footer a.footer-collapse.collapsed .arrow {
  top: -2px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
@media screen and (max-width: 576px) {
  footer .footer-nav {
    margin-top: 2rem;
    font-size: 1.12rem;
  }
}
footer .footer-nav ul {
  padding: 0;
  margin-top: 1.6rem;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  footer .footer-nav ul {
    margin-bottom: 1.6rem;
  }
}
footer .footer-nav ul li {
  list-style-type: none;
  font-size: 1.4rem;
  line-height: 2.6rem;
}
@media screen and (max-width: 576px) {
  footer .footer-nav ul li {
    display: inline-block;
    font-size: 1.12rem;
  }
}
footer .footer-nav ul li:last-child {
  margin-bottom: 0;
}
footer .citywise-links {
  display: inline;
  text-align: center;
}
footer .footer-featured-content {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media screen and (max-width: 576px) {
  footer .footer-featured-content {
    font-size: 1.12rem;
    line-height: 1.6rem;
  }
}
footer .footer-featured-content a {
  text-decoration: underline;
}

/*--animations--*/
.image-open {
  transform: scaleX(0);
  transition: transform 0.6s ease-in-out;
}

@media screen and (min-width: 768px) {
  .in-view .animation-delay2 {
    animation-delay: 2s;
  }
  .in-view .zoom-fadein {
    animation: zoomfadein 0.6s;
  }
  @keyframes zoomfadein {
    from {
      transform: scale(0);
    }
    to {
      transform: scale(1);
    }
  }
  .in-view .left-fadein {
    position: relative;
    animation: leftfadein 0.6s;
  }
  @keyframes leftfadein {
    from {
      left: -200px;
      opacity: 0;
    }
    to {
      left: 0;
      opacity: 1;
    }
  }
  .in-view .right-fadein {
    animation: rightfadein 0.6s;
  }
  @keyframes rightfadein {
    from {
      right: -200px;
      opacity: 0;
    }
    to {
      right: 0;
      opacity: 1;
    }
  }
  .in-view .rightauto-fadein {
    animation: rightautofadein 0.6s;
  }
  @keyframes rightautofadein {
    from {
      right: -200px;
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .in-view .rightlong-fadein {
    animation: rightlongfadein 0.8s;
  }
  @keyframes rightlongfadein {
    from {
      right: -300px;
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .in-view .bottom-fadein {
    position: relative;
    animation: bottomfadein 0.6s;
  }
  @keyframes bottomfadein {
    from {
      bottom: -100px;
    }
    to {
      bottom: 0;
    }
  }
  .in-view .bottomlong-fadein {
    animation: bottomlongfadein 0.8s;
  }
  @keyframes bottomlongfadein {
    from {
      bottom: -200px;
    }
    to {
      bottom: 0;
    }
  }
  .in-view .border-from-right:after, .in-view .image-open {
    transform: scaleX(1);
    transform-origin: 100% 50%;
  }
  .in-view .rating-start {
    background-position: left bottom;
  }
  .in-view .rating-start.half-active {
    background-position: 50% bottom;
  }
}
/*--carousel--*/
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 769px) {
  .owl-carousel.owl-drag .owl-item {
    width: auto !important;
  }
}
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-nav button {
  position: absolute;
  top: calc(50% - 66px);
  width: 64px;
  height: 133px;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev {
  background: url("../images/previous-button.svg") no-repeat;
  left: 0;
}
.owl-carousel .owl-nav button.owl-next {
  background: url("../images/next-button.svg") no-repeat;
  right: 0;
}
.owl-carousel .owl-nav button span {
  display: none;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.carousel-image {
  position: relative;
  width: 433px;
  height: 330px;
  padding: 2.8rem;
  border: 1px solid #E3EBFF;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
  border-radius: 0.4rem;
  white-space: initial;
}
.carousel-image .info {
  position: absolute;
  bottom: 2.8rem;
  width: 100%;
  left: 0;
  padding: 0 2.8rem;
}
@media only screen and (max-width: 768px) {
  .carousel-image .info {
    font-size: 1.28rem;
    padding: 0 2rem;
    bottom: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .carousel-image h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .carousel-image {
    margin-right: 2rem;
    padding: 1.8rem;
    height: 260px;
  }
}
@media only screen and (max-width: 576px) {
  .carousel-image {
    margin-right: 2rem;
    padding: 1.8rem;
    height: 300px;
  }
}
.carousel-image.small-box {
  width: 330px;
  height: 320px;
  max-height: 320px;
  margin-right: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .carousel-image.small-box {
    margin-right: 1rem;
    width: 100%;
    height: 240px;
  }
}
.carousel-image .medal {
  position: absolute;
  right: 2rem;
  top: 0;
}
@media only screen and (max-width: 992px) {
  .carousel-image {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .carousel-image {
    width: 100%;
  }
}
.carousel-image.nextToSelectedLeft, .carousel-image.nextToSelectedRight {
  transform: scale(1);
  z-index: 5;
}

/* seo content page css start here */
.seo-content-page {
  margin: 40px 0px;
}
.seo-content-page h1 {
  font-size: 38px;
}
@media only screen and (max-width: 768px) {
  .seo-content-page h1 {
    font-size: 26px;
  }
}
.seo-content-page h4 {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .seo-content-page h4 {
    font-size: 16px;
  }
}

.seo-content-list-style {
  margin-left: 0px;
  padding-left: 20px;
}

.promotion-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .promotion-container {
    display: block;
  }
}

.promotion-white-container {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  margin: 5rem 0;
  border-radius: 0.5rem;
}

/* seo content page css start here*/
/* loader css start here */
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  margin: 5px;
  border: 5px solid #1CAFFD;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #1CAFFD transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

/* loader css end here */
/*! Flickity v2.0.5
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
  /* draggable */
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  /*tap-highlight-color: transparent; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* .flickity-enabled:focus { outline: none; } */
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  margin: 5rem 0 0;
  width: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.animated-menu-icon {
  width: 19px;
  height: 14px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background: #3c374d;
}
.animated-menu-icon span:nth-child(1) {
  top: 0px;
}
.animated-menu-icon span:nth-child(2), .animated-menu-icon span:nth-child(3) {
  top: 6px;
}
.animated-menu-icon span:nth-child(4) {
  top: 12px;
}
.animated-menu-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.animated-menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animated-menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animated-menu-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/*--custom radio button--*/
.loan-form-selection-box .custom-radio {
  float: none;
}

@media screen and (max-width: 768px) {
  .custom-radio {
    min-width: 35%;
    float: left;
    display: initial;
  }
}
.custom-radio .custom-control-label {
  padding: 0.2rem 2rem 0.5rem 3.5rem;
  border-radius: 30px;
  color: #96A1BC;
  font-size: 1.4rem;
  min-width: 110px;
  text-align: left;
  height: 36px;
}
.custom-radio .custom-control-label:before {
  border: 2px solid #DADFEA;
}
.custom-radio .custom-control-label:after, .custom-radio .custom-control-label:before {
  height: 1.7rem;
  width: 1.7rem;
  left: 1rem;
  top: 0.9rem;
}
@media screen and (max-width: 768px) {
  .custom-radio .custom-control-label {
    width: 100%;
    padding: 0.4rem 2rem 1.5rem 3.2rem;
  }
}
.custom-radio .custom-control-label.loan-select-box {
  display: block;
  margin-bottom: 30px;
  border-radius: 5px;
  height: auto;
  color: #50597B;
  padding: 0.8rem 2rem 0.5rem 3.5rem;
}
.custom-radio .custom-control-label.loan-select-box .label {
  font-size: 12px;
  margin-bottom: 0px;
}
.custom-radio .custom-control-label.loan-select-box .value {
  font-size: 16px;
  color: #3c374d;
}
.custom-radio .custom-control-label.loan-select-box:after, .custom-radio .custom-control-label.loan-select-box:before {
  height: 1.7rem;
  width: 1.7rem;
  left: 1rem;
  top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .custom-radio .custom-control-label.loan-select-box {
    padding-left: 40px;
    margin-bottom: 10px;
  }
}
.custom-radio .custom-control-input {
  width: 2rem;
  height: 2.25rem;
  left: 2.5rem;
  top: 1.3rem;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label {
  color: #1CAFFD;
  background-color: #F4FBFF;
  border-color: #1CAFFD;
  font-weight: 600;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label.loan-select-box {
  color: #50597B;
  background-color: #fff;
  border-color: #1CAFFD;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #1CAFFD;
  border-color: #1CAFFD;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='-4 -4 7.5 7.5'%3e%3ccircle r='3.5' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}

/* without menu css start here */
@media screen and (max-width: 768px) {
  .mob-pad {
    padding-bottom: 10px;
  }
}
/* without menu css start here */
/*new pl form flow css start here*/
.custom-control-label.new-pl-label-container {
  display: block;
  margin-bottom: 30px;
  border-radius: 5px;
  height: auto;
  color: #50597B;
  padding: 2.8rem 2rem 2.5rem 3.5rem;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label.new-pl-label-container {
  color: #50597B;
  background-color: #fff;
  border-color: #1CAFFD;
}

.new-pl-label-container .custom-radio {
  float: none;
}

.custom-radio .custom-control-label.new-pl-label-container:after, .custom-radio .custom-control-label.new-pl-label-container:before {
  height: 1.7rem;
  width: 1.7rem;
  left: 74rem;
  top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .custom-control-label.new-pl-label-container {
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .custom-radio .custom-control-label.new-pl-label-container:after, .custom-radio .custom-control-label.new-pl-label-container:before {
    height: 1.7rem;
    width: 1.7rem;
    left: 30rem;
    top: 3rem;
  }
}
/*new pl form flow css end here*/
/* credit analyser flow css start here */
.analyser-img {
  width: 64px;
  height: auto;
}

.content-d-flex {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.detect-img {
  width: 35px;
  height: auto;
}

.insights-img {
  width: 36px;
  height: auto;
}

.score-trend-img {
  width: 32px;
  height: auto;
}

.content-d-flex .mr-4 {
  width: 35px;
}

.analyser-label {
  height: 100px !important;
}
.analyser-label .month {
  font-size: 16px !important;
  font-weight: 600;
}
.analyser-label .price {
  font-size: 20px !important;
  font-weight: 600;
  float: right;
}
.analyser-label .reduced-price {
  color: #DADFEA !important;
  font-size: 20px !important;
}
.analyser-label .save-text {
  font-size: 14px !important;
  color: #38CC7D !important;
  font-weight: 600;
}
.analyser-label .cut-price {
  font-size: 14px !important;
  color: #96A1BC !important;
  font-weight: 600;
  float: right;
}

.payment-method .nav-link {
  color: #3C374D;
  font-size: 14px;
  display: inline-block;
  padding: 12px 10px;
}
.payment-method .nav-link.active {
  border-bottom: 3px solid #1CAFFD;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #1CAFFD;
  font-weight: 600;
}

.payment-content .active {
  border-top: 1px solid #DADFEA !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

.input-cvv {
  width: 60px;
  border: 1px solid #DADFEA;
  padding: 5px 8px;
  height: 32px;
  border-radius: 5px;
  font-size: 14px;
}

.cvv-input {
  position: absolute;
  right: 20px;
  top: 15px;
  display: none;
}

.custom-radio .custom-control-input:checked ~ .cvv-input {
  display: block;
}

.card-type {
  position: absolute;
  right: 0px;
}

.save-card-tnc {
  background: #fff !important;
  padding: 0px !important;
}

@media only screen and (max-width: 767px) {
  .payment-method {
    overflow: auto;
    white-space: nowrap;
    display: block;
  }
}
/* credit analyser flow flow css end here */
/* contact us and about page css start here */
.choose-us {
  width: 140px;
  height: 105px;
}

.choose-points-icon {
  width: 48px;
  height: 79px;
}

.mail-icon {
  width: 48px;
  height: 50px;
}

/* contact us and about page css start here */
/* new login design css start here */
.login-banner {
  background-image: url(https://cdnapp.indialends.com/illive/images/creative/login-banner.svg);
  background-repeat: no-repeat;
  height: auto;
}
.login-banner .welcome-text {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}

.login-form {
  padding: 45px 25px;
  text-align: center;
  margin: 25px 15px;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.17);
  background-color: white;
  border-radius: 18px;
}

.login-points {
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 19px;
  color: #000;
}

.login-new-input-group {
  border: 1px solid #BBBBBB;
  border-radius: 25px;
  padding: 6px !important;
}

.login-new-input-group-prepend {
  margin-left: 5px;
  margin-right: 0px;
}

.login-new-input-addon-text {
  background-color: #fff !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: 1px solid #7F7F7F !important;
}

.resent-icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .login-banner {
    background: none;
    height: auto;
  }
  .login-banner .welcome-text {
    font-size: 28px;
  }
  .login-form {
    margin: 0px;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.17);
    padding: 35px 20px;
  }
}
/* new login design css end here */
/* new home page design css start here */
.new-home-heading {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  color: #3C374D;
}

.new-home-banner {
  position: relative;
  bottom: -100px;
}

.ghost-white {
  background-color: #F7F8FF;
}

.redirection-box {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

#home-testimonial-slider1 .carousel-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  height: 280px;
  text-align: center;
}
#home-testimonial-slider1 li {
  background-color: #CEDCFF;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
#home-testimonial-slider1 li.active {
  background-color: #3B6BDD;
}
#home-testimonial-slider1 .carousel-indicators {
  bottom: -50px;
}

.text-rating {
  color: #1CAFFD;
}

@media only screen and (max-width: 767px) {
  .new-home-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
/* new  home page design css start here */
/* blog home page design css start here */
.blog-nav .nav-link.active {
  color: black;
}
.blog-nav .nav-link {
  font-size: 22px;
  color: #afafaf;
}

.prod-cat {
  list-style: none;
  padding-left: 0px;
}
.prod-cat li {
  font-size: 16px;
  display: inline;
  margin-right: 10px;
  border-right: 1px solid #dedede;
  padding-right: 10px;
}
.prod-cat li:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .prod-cat {
    overflow: auto;
    white-space: nowrap;
    display: block;
    padding-bottom: 10px;
  }
}
.trend-box {
  margin-top: 5px;
  margin-bottom: 5px;
}
.trend-box .black-text {
  color: #000000;
}

.bg-w {
  background-color: #fff;
}

.ifsc-codes {
  max-height: 220px;
  overflow-y: auto;
}
.ifsc-codes ul {
  list-style: none;
  padding-left: 0px;
}
.ifsc-codes ul li {
  font-size: 14px;
  width: 50%;
  float: left;
}

.other-articles {
  list-style: none;
  padding-left: 0px;
  font-size: 14px;
}
.other-articles li {
  display: inline-block;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .ifsc-codes ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .other-articles li {
    width: 100%;
  }
}
#carouselblogIndicators .carousel-control-prev-icon {
  background: url(https://cdnapp.indialends.com/illive/images/creative/left-c-arrow.svg) no-repeat;
  width: 27px;
  height: 43px;
  position: absolute;
  top: 50%;
  left: -30px;
}
#carouselblogIndicators .carousel-control-next-icon {
  background: url(https://cdnapp.indialends.com/illive/images/creative/right-c-arrow.svg) no-repeat;
  width: 27px;
  height: 43px;
  position: absolute;
  top: 50%;
  right: -30px;
}
#carouselblogIndicators li {
  background-color: #000000;
}
#carouselblogIndicators li.active {
  background-color: #1CAFFD;
}
#carouselblogIndicators .carousel-indicators {
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: flex-end;
  padding-left: 0;
  list-style: none;
  margin: auto;
  position: relative;
  margin-bottom: 10px;
}
#carouselblogIndicators .carousel-indicators li {
  width: 50px;
  height: 5px;
}

.blog-trending .carousel-image {
  height: auto;
}
.blog-trending .carousel-image .info {
  position: absolute;
  bottom: 0.8rem;
  width: 100%;
  left: 0;
  padding: 0 2.8rem;
}

.badge-d {
  font-size: 14px;
  padding: 2px 10px;
  border: 1px solid #1CAFFD;
  border-radius: 12px;
  color: #1CAFFD !important;
  margin-right: 3px;
}

.our-bloggers img {
  width: 100px;
  height: auto;
  border-radius: 50%;
  margin-top: 10px;
}

/* blog home page design css end here */
/* pesonal loan citywise flow css end here */
#carouselExampleControls .carousel-control-next {
  right: -100px;
}
#carouselExampleControls .carousel-control-prev {
  left: -100px;
}
#carouselExampleControls .carousel-control-next-icon {
  background: url(https://cdnapp.indialends.com/illive/images/creative/right-c-arrow.svg) no-repeat;
  width: 27px;
  height: 43px;
}
#carouselExampleControls .carousel-control-prev-icon {
  background: url(https://cdnapp.indialends.com/illive/images/creative/left-c-arrow.svg) no-repeat;
  width: 27px;
  height: 43px;
}

.lender-profile-overview {
  border-radius: 15px;
  text-align: left;
  height: 210px;
  background-color: #fff;
}
.lender-profile-overview .intrst {
  font-size: 14px;
  margin-bottom: 0px;
}
.lender-profile-overview .emi {
  font-size: 14px;
}
.lender-profile-overview .desc {
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  #carouselExampleControls .carousel-control-next {
    right: -15px;
  }
  #carouselExampleControls .carousel-control-prev {
    left: -15px;
  }
  #carouselExampleControls .carousel-control-next-icon {
    background: url(https://cdnapp.indialends.com/illive/images/creative/right-mobile-c-arrow.svg) no-repeat;
    position: absolute;
    right: -12px;
  }
  #carouselExampleControls .carousel-control-prev-icon {
    background: url(https://cdnapp.indialends.com/illive/images/creative/left-mobile-c-arrow.svg) no-repeat;
    position: absolute;
    left: -3px;
  }
  /* bettr flow css start here */
  .bettr-congo-text {
    font-size: 25px !important;
    margin-top: 0px;
  }
  .int-text {
    font-size: 12px !important;
  }
  .bettr-features-text {
    font-size: 18px !important;
  }
  .bettr-features-points {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px !important;
    font-size: 12px;
  }
  .bettr-instant-virtual-text {
    font-size: 12px !important;
  }
  .intrst-rate-line {
    font-size: 9px !important;
  }
  .btn-bettrdownload {
    font-size: 15px !important;
    padding: 10px 35px !important;
  }
  /* bettr flow css end here */
}
/* pesonal loan citywise flow css end here */
/* pesonal loan bankwise flow css start here */
.ul-bankwise-list {
  list-style: none;
  padding-left: 0px;
}
.ul-bankwise-list li {
  padding: 8px 0px;
}
.ul-bankwise-list li::before {
  content: "";
  background-image: url(https://cdnapp.indialends.com/illive/images/right-tick.png);
  background-size: contain;
  display: inline-block;
  width: 0.9em;
  height: 0.8em;
  position: relative;
  top: 0.2rem;
  margin-right: 1rem;
}

.width-50 {
  width: 50%;
}

.clip-text-box {
  background-color: transparent;
  width: auto;
  height: 55px;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0 12px 0 0;
  text-align: left;
}
.clip-text-box:hover {
  overflow: visible;
  height: auto;
  background-color: #fff;
  padding: 8px;
  line-height: 20px;
  color: #000 !important;
  font-size: 13px;
  border: 1px solid #dedede;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 2px 7px 40px -10pxrgba 0, 0, 0, 0.75;
  -moz-box-shadow: 2px 7px 40px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 7px 40px -10px rgba(0, 0, 0, 0.75);
}

/* pesonal loan bankwise flow css end here */
/* pesonal loan flow css end here */
.form-container {
  background: #fff;
  padding: 25px;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -1px 6px 2px rgba(111, 111, 111, 0.1);
  text-align: left;
}

.full-width-btn {
  width: 100%;
}

.pl-content-heading {
  font-size: 30px;
  font-weight: 600;
  color: #3c374d;
}

.works-point {
  background-color: #50597B;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  margin: auto;
  height: 70px;
  border-radius: 50%;
  font-size: 32px;
  font-weight: 600;
}

.eligibility-point {
  background-color: #50597B;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  margin: auto;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
}

.works-line {
  border: 1px dashed #50597B;
  width: 70%;
  margin: auto;
  position: relative;
  top: 52px;
}

@media screen and (max-width: 767px) {
  .pl-page {
    background-color: #fff;
  }
  .personal-loan-container .mob-heading {
    font-size: 28px;
    line-height: 40px;
  }
  .pl-content-heading {
    font-size: 18px;
  }
  .works-line {
    display: none;
  }
  .mob-works-line {
    border-bottom: 2px dashed #50597B;
    transform: rotate(90deg);
    width: 33px;
    display: block;
    margin: auto;
    right: -12px;
    position: relative;
  }
}
/* pesonal loan flow css end here */
/* insta loan flow css start here */
.loan-type {
  height: auto !important;
}
.loan-type ul {
  padding: 0px;
  margin-top: 8px;
  margin-left: -2px;
  color: #96A1BC;
}

.cardnumber {
  padding-left: 100px !important;
}

.powered-text {
  font-size: 10px;
  margin-bottom: 0px;
  display: block;
  line-height: 10px;
  margin-top: 10px;
}

.hdfc-img {
  width: 86px;
  height: auto;
}

/* insta loan flow css start here */
/* insurance flow css start here */
.declarescreen-no {
  color: #96A1BC;
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .declarescreen-no {
    font-size: 20px;
  }
}

.declaration-section {
  border: 1px solid #DADFEA;
  border-radius: 8px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .declaration-section {
    padding: 15px;
  }
}

.scroll-none {
  height: auto;
  max-height: none !important;
}

#declaration-form p {
  font-size: 14px;
}
#declaration-form .show-read-more .more-text {
  display: none;
}

.insurance-flow {
  margin: 30px 0px;
}

.lender-wrap-preview {
  max-height: 350px;
  border: 1px solid #dedede;
  padding: 20px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 20px;
  overflow-y: auto;
}
.lender-wrap-preview::-webkit-scrollbar {
  width: 5px;
}
.lender-wrap-preview::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.lender-wrap-preview::-webkit-scrollbar-thumb {
  background: #888;
}
.lender-wrap-preview .tnc-content p {
  font-size: 14px;
  line-height: 22px;
}
.lender-wrap-preview .col-md-6 {
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .lender-wrap-preview .col-md-6 {
    font-size: 12px;
  }
}

.display-space-between {
  justify-content: space-between;
  display: flex;
}

/* insurance flow css start here */
/* Clix Capital Flow Css */
.clix-doc-journey {
  margin: 50px 0;
}
.clix-doc-journey img {
  background-color: #fff;
  padding: 0px 1rem;
}

.horizontal_line {
  background-image: url(https://cdnapp.indialends.com/illive/images/dashboard-border.svg);
  height: 1px;
  position: relative;
  width: 60%;
  left: 0;
  top: 20px;
  margin: auto;
}

.div-img {
  height: 35px;
}

.proceed-btn {
  width: 165px;
  height: 45px;
}

.address-section {
  background-color: #F8F8F8;
  margin-top: 10px;
  padding: 20px;
  border-radius: 8px;
}

.input-format {
  padding: 1.4rem 2rem;
  border-radius: 4px;
  color: #96A1BC;
  width: 100%;
  font-size: 1.6rem;
}
.input-format ~ .arrow {
  position: absolute;
  right: 20px;
  top: 11px;
}
@media screen and (max-width: 768px) {
  .input-format {
    font-size: 1.4rem;
  }
}

.time-slot-popup .modal-dialog-centered {
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .time-slot-popup .modal-dialog-centered {
    margin: 0px;
  }
}

/*--custom radio--*/
.custom-radio-wol input[type=radio] {
  display: none;
}
.custom-radio-wol input[type=radio] + label {
  position: relative;
  display: block;
  padding-left: 2.7rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.4rem;
  margin: 0 0 2rem;
  /*&:hover {
      &:before {
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          box-shadow: inset 0 0 0 0.6rem $blue, inset 0 0 0 1rem $white;
          border: none;
      }
  }*/
}
.custom-radio-wol input[type=radio] + label:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 1.7rem;
  height: 1.7rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
  border: 2px solid #DADFEA;
}
@media screen and (max-width: 768px) {
  .custom-radio-wol input[type=radio] + label:before {
    top: 4px;
  }
}
.custom-radio-wol input[type=radio] + label:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 1.7rem;
  height: 1.7rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .custom-radio-wol input[type=radio] + label:after {
    top: 4px;
  }
}
.custom-radio-wol input[type=radio]:checked + label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.5rem #1CAFFD, inset 0 0 0 1rem #fff;
  border: none;
}

/*--custom checkbox--*/
.custom-checkbox {
  padding-left: 2.5rem;
}
.custom-checkbox .custom-control-input {
  width: 1.8rem;
  height: 1.8rem;
  top: 3px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #1CAFFD;
  background: #1CAFFD;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  border-color: #1CAFFD;
  background-size: 12px 12px;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.custom-checkbox .custom-control-label {
  font-size: 1.4rem;
}
@media screen and (max-width: 576px) {
  .custom-checkbox .custom-control-label {
    padding-top: 0.3rem;
  }
}
.custom-checkbox .custom-control-label:before, .custom-checkbox .custom-control-label:after {
  width: 1.8rem;
  height: 1.8rem;
  border: 2px solid #DADFEA;
  left: -2.5rem;
  top: 6px;
  border-radius: 0.4rem;
}

.plus {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), #1CAFFD;
  background-position: center;
  background-size: 50% 2px, 2px 50%; /*thickness = 2px, length = 50% (25px)*/
  background-repeat: no-repeat;
}
.plus.radius {
  border-radius: 50%;
}

/* Clix Capital Flow Css */
.stepper {
  white-space: nowrap;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  z-index: 9;
}
@media screen and (max-width: 576px) {
  .stepper {
    padding: 0 30px;
  }
}
.stepper ul {
  margin: 0 auto;
  padding: 0;
  overflow: auto;
  padding: 20px 0 14px;
}
.stepper ul li {
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: 2em;
  border-radius: 1em;
  background: #DADFEA;
  margin: 0 50px;
  display: inline-block;
  color: white;
  position: relative;
}
@media screen and (max-width: 768px) {
  .stepper ul li {
    margin: 0 25px;
    width: 14px;
    height: 14px;
  }
}
.stepper ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -106px;
  width: 106px;
  height: 2px;
  background: #DADFEA;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .stepper ul li:before {
    left: -67px;
    width: 70px;
    top: 6px;
  }
}
.stepper ul li:first-child:before {
  display: none;
}
@media screen and (max-width: 576px) {
  .stepper ul li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .stepper ul li:last-child {
    margin-right: 0;
  }
}
.stepper ul li.done {
  background: #22B7AC;
}
.stepper ul li.done span {
  background-image: url(../images/stepper-check.svg);
  height: 8px;
  width: 11px;
  display: block;
  background-repeat: no-repeat;
  position: relative;
  top: 6px;
  left: 4px;
}
@media screen and (max-width: 768px) {
  .stepper ul li.done span {
    background-image: url(../images/stepper-check-small.svg);
    top: 5px;
    left: 4px;
    height: 5px;
    width: 7px;
  }
}
.stepper ul li.active {
  background: #50597B;
}
.stepper ul li.active span {
  background-color: #fff;
  height: 9px;
  width: 9px;
  display: block;
  position: relative;
  border-radius: 50%;
  top: 5px;
  left: 5px;
}
@media screen and (max-width: 768px) {
  .stepper ul li.active span {
    height: 6px;
    width: 6px;
    top: 4px;
    left: 4px;
  }
}

.white-container {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  margin: 5rem 0;
  border-radius: 0.5rem;
}
.white-container.mb-15 {
  margin-bottom: 15rem;
}
.white-container [class^=col] {
  padding: 10px 25px 0 25px;
}
@media screen and (max-width: 768px) {
  .white-container [class^=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.white-container h2 {
  font-weight: 600;
}
.white-container a {
  text-decoration: none;
}
.white-container p {
  font-size: 1.4rem;
}
.white-container .active {
  border: 1px solid #50597B;
}
.white-container .category-container {
  padding: 1.5rem;
  border-radius: 1rem;
  color: #96A1BC;
  margin-top: 2rem;
}
.white-container .category-container p {
  margin-bottom: 0;
  text-align: left;
}
.white-container .category-container .details-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .white-container .category-container .details-box {
    font-size: 1.3rem;
  }
}
.white-container .category-container .details-box i {
  border: solid #DADFEA;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.white-container .category-container .details-box .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.white-container .category-container.active {
  border: 1px solid #50597B;
}
.white-container .category-container.active p {
  color: #50597B;
}
.white-container .category-container.active .details-box {
  color: #3c374d;
}
.white-container .category-container.active i {
  border: solid #3c374d !important;
  border-width: 0 2px 2px 0 !important;
  display: inline-block;
  padding: 3px;
}
.white-container .category-container.completed {
  border: 1px solid #22B7AC;
}
.white-container .category-container.completed .right {
  display: inline-block;
  transform: rotate(-45deg) !important;
  -webkit-transform: rotate(44deg) !important;
  height: 13px;
  width: 6px;
  border-bottom: 2px solid #22B7AC;
  border-right: 2px solid #22B7AC;
}
@media screen and (max-width: 768px) {
  .white-container .category-container {
    padding: 1.2rem;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .white-container {
    box-shadow: none;
    margin-top: 30px;
  }
}

.floating-input {
  position: relative;
  margin: 10px 0;
}
.floating-input .inr-sign, .floating-input .mobile-prefix {
  display: none;
  position: absolute;
  font-size: 1.4rem;
  top: 8px;
}
.floating-input textarea {
  resize: none;
}
.floating-input input,
.floating-input textarea {
  background: none;
  color: #3c374d;
  font-size: 1.4rem;
  padding: 0.8rem 1.9rem 0.5rem 0;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #DADFEA;
}
.floating-input input.inr,
.floating-input textarea.inr {
  padding-left: 1rem;
}
.floating-input input.mobile,
.floating-input textarea.mobile {
  padding-left: 3rem;
}
.floating-input input ~ .value,
.floating-input textarea ~ .value {
  font-size: 1.2rem;
  line-height: 2.5rem;
  display: block;
}
.floating-input input:focus, .floating-input input:valid, .floating-input input.valid,
.floating-input textarea:focus,
.floating-input textarea:valid,
.floating-input textarea.valid {
  outline: none;
}
.floating-input input:focus ~ label, .floating-input input:valid ~ label, .floating-input input.valid ~ label,
.floating-input textarea:focus ~ label,
.floating-input textarea:valid ~ label,
.floating-input textarea.valid ~ label {
  top: -14px;
  font-size: 1.2rem;
  color: #1CAFFD;
}
.floating-input input:focus ~ .bar:before, .floating-input input:valid ~ .bar:before, .floating-input input.valid ~ .bar:before,
.floating-input textarea:focus ~ .bar:before,
.floating-input textarea:valid ~ .bar:before,
.floating-input textarea.valid ~ .bar:before {
  width: 100%;
}
.floating-input input:focus ~ .inr-sign, .floating-input input:focus ~ .mobile-prefix, .floating-input input:valid ~ .inr-sign, .floating-input input:valid ~ .mobile-prefix, .floating-input input.valid ~ .inr-sign, .floating-input input.valid ~ .mobile-prefix,
.floating-input textarea:focus ~ .inr-sign,
.floating-input textarea:focus ~ .mobile-prefix,
.floating-input textarea:valid ~ .inr-sign,
.floating-input textarea:valid ~ .mobile-prefix,
.floating-input textarea.valid ~ .inr-sign,
.floating-input textarea.valid ~ .mobile-prefix {
  display: block;
}
.floating-input input:not(:focus):valid ~ .valid-icon, .floating-input input:not(:focus).valid ~ .valid-icon,
.floating-input textarea:not(:focus):valid ~ .valid-icon,
.floating-input textarea:not(:focus).valid ~ .valid-icon {
  top: 15px;
  right: 5px;
}
.floating-input input:not(:focus):valid ~ label, .floating-input input:not(:focus).valid ~ label,
.floating-input textarea:not(:focus):valid ~ label,
.floating-input textarea:not(:focus).valid ~ label {
  top: -14px;
  font-size: 1.2rem;
  color: #96A1BC;
}
.floating-input input:not(:focus):valid ~ .bar:before, .floating-input input:not(:focus).valid ~ .bar:before,
.floating-input textarea:not(:focus):valid ~ .bar:before,
.floating-input textarea:not(:focus).valid ~ .bar:before {
  width: 100%;
  background: #DADFEA;
}
.floating-input input:not(:focus):valid ~ .inr, .floating-input input:not(:focus).valid ~ .inr,
.floating-input textarea:not(:focus):valid ~ .inr,
.floating-input textarea:not(:focus).valid ~ .inr {
  display: block;
}
.floating-input input.invalid, .floating-input input:not(:focus).invalid,
.floating-input textarea.invalid,
.floating-input textarea:not(:focus).invalid {
  border-bottom: none;
  border-right: none;
}
.floating-input input.invalid ~ label, .floating-input input:not(:focus).invalid ~ label,
.floating-input textarea.invalid ~ label,
.floating-input textarea:not(:focus).invalid ~ label {
  color: #F74242;
}
.floating-input input.invalid ~ .bar:before, .floating-input input:not(:focus).invalid ~ .bar:before,
.floating-input textarea.invalid ~ .bar:before,
.floating-input textarea:not(:focus).invalid ~ .bar:before {
  width: 100%;
  background: #F74242;
}
.floating-input label {
  color: #96A1BC;
  font-size: 1.4rem;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}
.floating-input .bar {
  position: relative;
  display: block;
  width: 100%;
}
.floating-input .bar:before {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #1CAFFD;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  left: 0%;
}
.floating-input.search input {
  padding-left: 25px;
}
.floating-input.search input:focus ~ label, .floating-input.search input:valid ~ label {
  display: none;
}
.floating-input.search label {
  left: 25px;
}
.floating-input.search img {
  position: absolute;
  top: 17px;
  left: 0;
}
.floating-input.search ~ .search-result, .floating-input.search ~ .search-result-v2 {
  font-size: 1.4rem;
  margin: 2.5rem 0;
  padding-left: 0;
}
.floating-input.search ~ .search-result.icon li:before, .floating-input.search ~ .search-result-v2.icon li:before {
  position: absolute;
  background: #fff;
  height: 1px;
  content: "";
  width: 49px;
  bottom: -1px;
  left: 0;
}
.floating-input.search ~ .search-result li, .floating-input.search ~ .search-result-v2 li {
  list-style-type: none;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DADFEA;
  position: relative;
}

p.form-label {
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #96A1BC;
}
@media screen and (max-width: 768px) {
  p.form-label {
    margin-bottom: 1rem;
  }
}

/** Custom Select **/
.custom-select-container {
  position: relative;
}
.custom-select-container.max-height .custom-options {
  max-height: 200px;
  overflow-y: auto;
}
.custom-select-container label {
  color: #96A1BC;
  font-size: 1.4rem;
  font-weight: normal;
  position: absolute;
  top: 10px;
  left: 0;
  pointer-events: none;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  opacity: 0;
}
.custom-select-container label.d-block {
  top: -6px;
  font-size: 1.2rem;
  color: #96A1BC;
  opacity: 1;
}
.custom-select-container .custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  width: 100%;
  margin: 10px 0;
}
.custom-select-container .custom-select-wrapper select {
  display: none;
}
.custom-select-container .custom-select-wrapper .custom-select-menu {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom-select-container .custom-select-wrapper .custom-select-menu .custom-select-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.8rem 0 0.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #96A1BC;
  line-height: 3rem;
  background: #fff;
  cursor: pointer;
  border-bottom: 1px solid #DADFEA;
}
.custom-select-container .custom-select-wrapper .custom-select-menu .custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  margin-top: -3px;
  border-bottom: 2px solid #3c374d;
  border-right: 2px solid #3c374d;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
  width: 8px;
  height: 8px;
  top: 65%;
  right: 10px;
}
.custom-select-container .custom-select-wrapper .custom-select-menu .custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border-radius: 0.8rem;
  box-sizing: border-box;
  background: #FAFAFA;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  padding: 1rem 0;
  z-index: 2;
}
.custom-select-container .custom-select-wrapper .custom-select-menu .custom-options:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 100%;
  right: 25px;
  width: 12px;
  height: 12px;
  margin-bottom: -5px;
  border-top: 1px solid #DADFEA;
  border-left: 1px solid #DADFEA;
  background: #FAFAFA;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.custom-select-container .custom-select-wrapper .custom-select-menu .custom-options .custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #3c374d;
  line-height: 31px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.custom-select-container .custom-select-wrapper .custom-select-menu .custom-options .custom-option:hover, .custom-select-container .custom-select-wrapper .custom-select-menu .custom-options .custom-option.selection {
  background: #F2F3FC;
}
.custom-select-container .custom-select-wrapper .custom-select-menu.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.custom-select-container .custom-select-wrapper.valid .custom-select-trigger {
  color: #3c374d;
}
.custom-select-container .custom-select-wrapper.valid .custom-select-trigger:after {
  display: none;
}
.custom-select-container .custom-select-wrapper.valid ~ .valid-icon {
  top: 25px;
  right: 5px;
}
.custom-select-container.invalid .custom-select-trigger {
  color: #F74242 !important;
  border-color: #F74242 !important;
}
.custom-select-container.invalid .custom-select-trigger:after {
  border-color: #F74242 !important;
}

/*--date input masking css start here--*/
.selected-loan-amount-section {
  background-color: #F9F9FC;
  padding: 10px 20px;
  border-radius: 8px;
}
.selected-loan-amount-section .value {
  font-size: 14px;
  color: #3c374d;
  font-weight: 600;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .selected-loan-amount-section {
    background-color: #F9F9FC;
    padding: 15px 20px;
    border-radius: 8px;
  }
}

.amount-label {
  font-size: 12px;
  margin-bottom: 0px;
}

.full-width-radio-container {
  width: 100%;
  margin: 10px 0px;
}
.full-width-radio-container .custom-control-label {
  border-radius: 8px;
  color: #3c374d;
  width: 100%;
  padding: 1.5rem 2rem 4.3rem 3.5rem;
}
.full-width-radio-container .custom-control-label:after {
  height: 1.7rem;
  width: 1.7rem;
  left: 1rem;
  top: 2.2rem;
}
.full-width-radio-container .custom-control-label:before {
  height: 1.7rem;
  width: 1.7rem;
  left: 1rem;
  top: 2.2rem;
}
.full-width-radio-container .custom-control-label span {
  font-size: 12px;
  color: #50597B;
}
@media screen and (max-width: 768px) {
  .full-width-radio-container .custom-control-label {
    border-radius: 8px;
    color: #3c374d;
    width: 100%;
    padding: 1.8rem 2rem 4.3rem 3.5rem;
  }
}

.emi-details {
  list-style: none;
  margin: 0;
  padding: 0;
}
.emi-details li {
  padding: 15px 0px;
  border-bottom: 1px solid #DADFEA;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.emi-details li span:last-child {
  font-weight: 600;
}

/*--date input masking css end here--*/
/*--animated progress button css start here--*/
.border-divider {
  border-top: 2px solid #EDF0F7;
  border-bottom: 2px solid #EDF0F7;
}
@media screen and (min-width: 576px) {
  .border-divider.no-md-border {
    border: none;
  }
}
@media screen and (max-width: 576px) {
  .border-divider {
    border-top: 10px solid #EDF0F7;
    border-bottom: 10px solid #EDF0F7;
  }
}

.outer-circle {
  display: inline-block;
  background-color: #1CAFFD;
  border-radius: 50%;
  padding: 8px;
}

.circle-loader {
  margin: 0;
  border: 4px solid #1CAFFD;
  border-left-color: #fff;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 2.2em;
  height: 2.2em;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #1CAFFD;
  transition: border 500ms ease-out;
}
.load-complete .checkmark {
  display: block;
}

.checkmark {
  display: none;
}
.checkmark:after {
  opacity: 1;
  height: 1.5em;
  width: 0.7em;
  transform-origin: left top;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  content: "";
  left: 0.1em;
  top: 1em;
  position: absolute;
}

.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 1.5em;
    width: 0.7em;
    opacity: 1;
  }
  40% {
    height: 1.5em;
    width: 0.7em;
    opacity: 1;
  }
  100% {
    height: 1.5em;
    width: 0.7em;
    opacity: 1;
  }
}
/*--animated progress button css end here--*/
/*--date input masking--*/
.date-input-container {
  border-bottom: 1px solid #DADFEA;
  padding: 0.8rem 0 0.5rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.date-input-container input {
  border: 0;
  outline: 0;
  text-align: center;
  width: 27px;
  display: initial;
  padding: 0;
  /**
      * Show the placeholder when the input is focused.
  */
}
.date-input-container input::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
.date-input-container input::placeholder {
  opacity: 0;
  transition: inherit;
}
.date-input-container input.day, .date-input-container input.month {
  margin-right: 0px;
}
.date-input-container input.year {
  width: auto;
}
.date-input-container input:focus::-webkit-input-placeholder, .date-input-container input:focus::placeholder {
  opacity: 1;
}

.tnc {
  background: #F9F9FC;
  padding: 10px;
  border-radius: 0.8rem;
}
.tnc .small-scroll, .tnc .custom-select-container.max-height .custom-options, .custom-select-container.max-height .tnc .custom-options {
  height: 55px;
  overflow: auto;
}
.tnc .small-scroll.h123, .tnc .custom-select-container.max-height .h123.custom-options, .custom-select-container.max-height .tnc .h123.custom-options {
  height: 123px;
}
@media screen and (max-width: 576px) {
  .tnc .small-scroll, .tnc .custom-select-container.max-height .custom-options, .custom-select-container.max-height .tnc .custom-options {
    height: 127px;
  }
}
.tnc .small-scroll::-webkit-scrollbar-thumb, .tnc .custom-select-container.max-height .custom-options::-webkit-scrollbar-thumb, .custom-select-container.max-height .tnc .custom-options::-webkit-scrollbar-thumb {
  background: #CBCBCB;
}
.tnc .small-scroll::-webkit-scrollbar, .tnc .custom-select-container.max-height .custom-options::-webkit-scrollbar, .custom-select-container.max-height .tnc .custom-options::-webkit-scrollbar {
  width: 0.3rem;
}
.tnc .custom-checkbox .custom-control-label {
  color: #96A1BC;
  line-height: 1.8rem;
  font-size: 1.2rem;
  padding-right: 10px;
  padding-top: 0;
}
.tnc .custom-checkbox .custom-control-label a {
  color: #1CAFFD;
  text-decoration: underline;
  font-weight: 600;
}
.tnc .custom-checkbox .custom-control-label:before, .tnc .custom-checkbox .custom-control-label:after {
  top: 3px;
}
.tnc .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(https://cdnapp.indialends.com/illive/images/creative/rounded-checkbox-icon.svg);
}

/*--modal--*/
.modal.fade .modal-dialog {
  transform: translate3d(0, 100vh, 0);
}
.modal.show .modal-dialog {
  transform: translate3d(0, 0, 0);
}
.modal .mobile {
  display: none;
}
.modal .bottom-modal {
  position: fixed;
  margin: 0 auto;
  display: block;
  bottom: 0;
  width: 400px;
  left: 0;
  right: 0;
}
.modal .bottom-modal .close {
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
}
.modal .bottom-modal .close .web {
  display: none;
}
.modal .bottom-modal .close .mobile {
  display: block;
  width: 44px;
  height: 6px;
  border-radius: 1rem;
  background-color: #EDF0F7;
  margin: 0 auto;
}
.modal .bottom-modal .modal-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.modal .bottom-modal .modal-content .modal-body {
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .modal .bottom-modal {
    width: 100%;
  }
}
.modal .modal-content {
  border-radius: 0.8rem;
  border: none;
}
.modal .modal-content .modal-header {
  background-color: #EDF0F7;
  padding: 1.9rem 2rem;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  margin-bottom: 1rem;
}
.modal .modal-content .modal-header h3 {
  font-weight: 600;
  color: #3c374d;
  font-size: 1.6rem;
}
.modal .modal-content .modal-header .close {
  font-size: 3rem;
  color: #3c374d;
  font-weight: 600;
  opacity: 1;
  line-height: 2.7rem;
}
.modal .modal-content .modal-body {
  padding: 2rem;
  max-height: 80vh;
  overflow-y: auto;
}
.modal .modal-content .modal-body.full-height {
  height: 80vh;
  overflow-y: auto;
}
.modal .modal-content .modal-body p {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  color: #3c374d;
}
.modal .modal-content .modal-body .tnc .small-scroll, .modal .modal-content .modal-body .tnc .custom-select-container.max-height .custom-options, .custom-select-container.max-height .modal .modal-content .modal-body .tnc .custom-options {
  height: 145px;
}
.modal .modal-content .modal-body .search {
  margin-top: 0;
}
.modal .modal-content .modal-body .search-result .logos, .modal .modal-content .modal-body .search-result-v2 .logos {
  position: relative;
  float: left;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  width: 39px;
  margin-right: 1rem;
}
.modal .modal-content .modal-body .search-result .logos:before, .modal .modal-content .modal-body .search-result-v2 .logos:before {
  background-color: #fff;
  height: 39px;
  width: 39px;
  border-radius: 50%;
  border: 1px solid #E3EBFF;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.modal .modal-content .modal-body .search-result .logos img, .modal .modal-content .modal-body .search-result-v2 .logos img {
  position: relative;
  max-width: 20px;
}
.modal .modal-content .modal-body .search-result li, .modal .modal-content .modal-body .search-result-v2 li {
  line-height: 39px;
}

.otp-input {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.otp-input input {
  width: 40px;
  height: 50px;
  border-radius: 0.4rem;
  border: none;
  background-color: #EDF0F7;
  margin-right: 1rem;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  color: #3c374d;
}
@media screen and (max-width: 360px) {
  .otp-input input {
    margin-right: 0.5rem;
  }
}
.otp-input input:focus {
  background-color: #EDF0F7;
  box-shadow: none;
}

/*--document upload section--*/
.upload-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #DADFEA;
}
.upload-section .text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
  text-align: left;
}
.upload-section .text .sub-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  display: block;
  margin-top: 1rem;
  position: relative;
}
.upload-section .text .sub-text .valid-icon {
  top: 2px;
  right: -15px;
}

.icon {
  /*--upload animation--*/
}
.icon .progress {
  width: 30px;
  height: 30px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.icon .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #DADFEA;
  position: absolute;
  top: 0;
  left: 0;
}
.icon .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.icon .progress .progress-left {
  left: 0;
}
.icon .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.icon .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #1CAFFD;
}
.icon .progress .progress-right {
  right: 0;
}
.icon .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.icon .progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-round 1.5s linear forwards;
}
.icon .progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-round 1.5s linear forwards 1.5s;
}
@keyframes loading-round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

.ifsc-text {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 12px;
  color: #1CAFFD;
  font-weight: 400;
}

.bank-name-section .label-name {
  font-size: 12px;
  color: #96A1BC;
  font-weight: 400;
}
.bank-name-section .bank-name {
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.upload-options {
  display: flex;
  align-items: baseline;
  padding-left: 2rem;
  cursor: pointer;
}
.upload-options.open .icon .normal, .upload-options.active .icon .normal {
  display: none;
}
.upload-options.open .icon .active, .upload-options.active .icon .active {
  display: initial;
}
.upload-options .icon {
  margin-right: 10px;
  width: 40px;
}
.upload-options .icon .active {
  display: none;
}
.upload-options .text {
  width: calc(100% - 50px);
  padding-bottom: 3rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #DADFEA;
}
.upload-options .text .heading {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #3c374d;
}
.upload-options .text .none {
  display: none;
}
.upload-options:last-child .text {
  border-bottom: none;
  margin-bottom: 0;
}
.upload-options .option {
  margin-top: 1.5rem;
}
.upload-options .option .upload-outer {
  float: left;
  text-align: center;
  width: 125px;
  margin-right: 20px;
}
.upload-options .option .upload-outer strong {
  padding: 0 10px;
}
.upload-options .option .upload-outer .drag-box {
  width: 100%;
  max-width: 125px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  color: #999;
  border: 1px solid #1CAFFD;
  border-radius: 0.8rem;
  display: flex;
  justify-content: center;
  transition: transform 0.3s;
  color: #1CAFFD;
}
.upload-options .option .upload-outer .drag-box .input-file {
  align-self: flex-end;
}
.upload-options .option .upload-outer .drag-box .input-file img {
  margin-bottom: 1.5rem;
}
.upload-options .option .upload-outer .drag-box input[type=file] {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}
.upload-options .option .draging {
  transform: scale(1.1);
}
.upload-options .option .preview {
  margin: 0 auto;
  width: 60px;
  align-self: flex-end;
}
.upload-options .option .preview img {
  width: 100%;
  max-width: 60px;
  height: 50px;
}

/*--faircent flow css start here --*/
.widget-divider {
  border: 5px solid #DADFEA;
}

@media screen and (max-width: 768px) {
  .widget-divider {
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .faircent-b-bottom {
    border-bottom: 1px solid #DADFEA;
    padding-bottom: 20px;
  }
}
/*--faircent flow css start here --*/
/*--hfcl flow css start here --*/
.schedule-app-section {
  background-color: #F8F8F8;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 10px 0px;
}

.date-icon {
  position: absolute;
  right: 4px;
  top: 10px;
  font-size: 12px;
  color: #1CAFFD;
  font-weight: 400;
}

.bullet-grey {
  height: 8px;
  width: 8px;
  background-color: #DADFEA;
  display: inline-flex;
  border-radius: 50%;
  margin-right: 10px;
}

/*--hfcl flow css end here --*/
/*--insurance widget on thankyou screen css start here --*/
.lightblue {
  color: #1CAFFD !important;
}

.insurance-widget-points {
  font-size: 12px !important;
  font-weight: 400;
  color: #50597B !important;
  display: flex;
  align-items: flex-start;
  line-height: 18px;
}
.insurance-widget-points img {
  width: 17px;
  height: auto;
}

.new-badge {
  background-color: #18C439;
  color: white;
  font-size: 10px;
  font-weight: 500;
  padding: 5px 13px;
  border-radius: 14px;
}

/*--insurance widget on thankyou screen css start here --*/
/*--moratorium page css start here --*/
.moratorium-section .white-container .active {
  border: none;
}
.moratorium-section .tab-section {
  display: flex;
  align-items: center;
}
.moratorium-section .nav-tabs .nav-link {
  -webkit-box-flex: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 7px 12px 0 rgba(143, 143, 143, 0.3);
  background-color: #fff;
  border-radius: 8px;
  height: 80px;
  font-size: 16px;
  font-weight: 700;
  color: #4a4a4a;
  position: relative;
  width: 250px;
  border: none;
}

.calc-value {
  color: #1e87ff;
  font-weight: 600;
  font-size: 15px;
}

.moratorium-section.nav-tabs .nav-item.show .nav-link {
  -webkit-box-flex: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 13px 12px 0 rgba(143, 143, 143, 0.3) !important;
  background-color: #1e87ff !important;
  border-radius: 8px !important;
  height: 80px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #fff !important;
  width: 250px;
  border: none;
  display: block !important;
}

.nav-tabs .nav-link.active {
  -webkit-box-flex: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 13px 12px 0 rgba(143, 143, 143, 0.3) !important;
  background-color: #1e87ff !important;
  border-radius: 8px !important;
  height: 80px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #fff !important;
  width: 250px;
  border: none;
}
.nav-tabs .nav-link.active .active-arrow-down {
  display: block !important;
}

.active-arrow-down {
  position: absolute;
  bottom: -8px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #1e87ff;
  display: none;
}

@media screen and (max-width: 768px) {
  .moratorium-section.nav-tabs .nav-item.show .nav-link {
    left: 20px;
    height: 70px !important;
    width: 130px;
    font-size: 11px !important;
  }
  .nav-tabs .nav-link.active {
    height: 70px !important;
    width: 130px;
    font-size: 11px !important;
  }
  .nav-tabs .nav-link.active .active-arrow-down {
    left: 20px;
  }
  .moratorium-section .nav-tabs .nav-link {
    height: 55px;
    width: 130px;
    font-size: 11px !important;
  }
  .moratorium-section .tab-section {
    margin-top: -35px;
  }
}
/*--moratorium page css end here --*/
/*--Lender Listing--*/
.lender-listing {
  position: relative;
  cursor: pointer;
  border-radius: 0.8rem;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .lender-listing {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    padding: 2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .lender-listing.no-sm-shadow {
    box-shadow: none;
  }
}
.lender-listing.active {
  border-color: #1CAFFD;
}
.lender-listing .heading {
  font-size: 1.6rem;
  font-weight: 600;
}
.lender-listing .heading img {
  width: 25px;
  margin-right: 1rem;
}
.lender-listing .heading .alert-warning {
  background-image: linear-gradient(to right, #FFA700, #FFB72E);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 0;
  padding-top: 0;
  height: 2.4rem;
  line-height: 2rem;
  margin-bottom: 0;
  margin-left: 1.5rem;
  border-radius: 2rem;
  border-color: #FFB72E;
  display: inline-block;
  vertical-align: text-bottom;
}
.lender-listing .info {
  margin-left: 1.3rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .lender-listing .info [class^=col] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lender-listing .info {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.lender-listing .info .label {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #50597B;
}
@media screen and (max-width: 768px) {
  .lender-listing .info .label {
    display: inline-block;
    width: 49%;
  }
}
.lender-listing .info .value {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #3c374d;
}
@media screen and (max-width: 768px) {
  .lender-listing .info .value {
    display: inline-block;
    width: 49%;
    text-align: right;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .lender-listing .info .divider {
    border-top: 1px solid #DADFEA;
    margin-top: 1rem;
    padding-top: 1.5rem;
  }
  .lender-listing .info .divider span {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.lender-listing .custom-control {
  position: absolute;
  right: 1.5rem;
  top: 1.8rem;
}
@media screen and (max-width: 576px) {
  .lender-listing .button {
    position: absolute;
    bottom: 30px;
    left: 20px;
  }
}

/*--sorry and thankyou page bottom credit card offer section --*/
.card-row {
  text-align: left;
}

.card-container {
  box-shadow: 1px 3px 6px rgba(163, 162, 169, 0.18);
  border-radius: 8px;
  font-size: 12px;
  width: 380px;
  text-align: left;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .card-container {
    width: 300px;
    margin-top: 5px;
  }
}
.card-container .heading {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #3c374d;
  margin-bottom: 15px;
}
.card-container .heading img {
  margin-right: 5px;
  max-width: 31px;
  max-height: 33px;
}

.fee-container {
  justify-content: space-between;
  display: flex;
}
.fee-container span:last-child {
  color: #3c374d;
  font-weight: 600;
}

.fee-description {
  font-size: 12px;
  color: #3c374d;
  font-weight: 600;
  line-height: 22px;
  margin-top: 10px;
  display: block;
}

.card-container-border-top {
  border-top: 1px solid #DADFEA;
}

.fee-list {
  padding: 0px;
  margin: 0px;
  display: inline-flex;
}
.fee-list li {
  margin-right: 25px;
  color: #3c374d;
  font-weight: 600;
  list-style: disc;
}
.fee-list li:nth-child(1) {
  list-style-type: none;
}

.wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.window {
  overflow: hidden;
  position: relative;
}

#carousel {
  width: 10000px;
  position: relative;
  top: 0;
  right: 400px;
}
@media screen and (max-width: 768px) {
  #carousel {
    overflow: auto;
    white-space: nowrap;
    width: auto;
    position: initial;
    padding-bottom: 10px;
    padding-left: 5px;
  }
}

.slidecard {
  width: 403px;
  cursor: pointer;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .slidecard {
    width: 300px;
    white-space: initial;
    display: inline-flex;
    float: none;
    margin-right: 10px;
  }
}

#prev, #next {
  cursor: pointer;
  position: absolute;
  top: -21px;
}
@media screen and (max-width: 768px) {
  #prev, #next {
    display: none;
  }
}

#prev {
  right: 50px;
}

#next {
  right: 15px;
}

.transition {
  transition: 0.7s;
}

@media screen and (max-width: 768px) {
  #carousel::-webkit-scrollbar {
    display: none;
  }
}

/*--insurance section--*/
.square-option {
  border-radius: 8px;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .square-option {
    padding: 1rem;
  }
}
.square-option img {
  margin: 0 auto 2rem;
}
.square-option img.img-active {
  display: none;
}
.square-option p {
  line-height: 1.9rem;
}
.square-option.active {
  background-color: #F4FBFF;
  border-color: #1CAFFD;
}
.square-option.active p {
  color: #1CAFFD;
  font-weight: 600;
}
.square-option.active .img-normal {
  display: none;
}
.square-option.active .img-active {
  display: block;
}

.download-app img {
  max-width: 112px;
  max-height: 36px;
}

.bottom-grey-widget {
  background: #EDF0F7;
}

/*--zoom image --*/
.height-img-container {
  height: 240px;
}

.zoom-box {
  height: 100%;
  margin: 0 auto 0 auto;
  max-width: 100%;
  width: 100%;
}
.zoom-box .zoom {
  height: 100%;
  margin: auto;
  overflow: hidden;
  width: 100%;
  display: grid;
}
.zoom-box .media {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  /*max-height: 100%;
  max-width: 100%;*/
  right: 0;
  top: 0;
}

.transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

.pan-number {
  font-weight: 600;
  font-size: 18px;
  color: #3C374D;
}

.pan-heading {
  font-size: 12px;
  color: #96A1BC;
  display: block;
}

.img-zoom-section {
  padding: 25px 20px 15px 20px;
  background-color: #313131;
  text-align: center;
  color: white;
}
.img-zoom-section p {
  color: #fff !important;
  margin-top: 10px;
}

.zoom-container {
  color: #fff;
  height: 240px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ocr-container {
  padding: 20px;
}

.underline-text {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #DADFEA;
  line-height: 0.1em !important;
  margin: 10px 0 20px;
  font-weight: 600;
  color: #96A1BC !important;
}
.underline-text span {
  background: #fff;
  padding: 0 10px;
}

.app-details .custom-radio {
  width: 100%;
}
.app-details .custom-radio .widout-radio:before, .app-details .custom-radio .widout-radio :after {
  display: none;
}
.app-details label.custom-control-label {
  text-align: center;
  display: flow-root;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 10px;
  padding: 15px 10px;
  width: 100%;
}

@media screen and (max-width: 360px) {
  .xs-btn-place .float-left, .xs-btn-place .float-right {
    float: none !important;
    text-align: center;
  }
  .xs-btn-place div {
    margin-top: 2rem;
  }
  .xs-btn-place div:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .border-top-md-0 {
    border-top: 0 !important;
  }
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .h-sm-auto {
    height: auto !important;
  }
}
/*--dashboard CSS--*/
.xpress-heading img {
  margin-right: -4px;
  vertical-align: text-top;
}

.underline-accordion [class^=col] {
  padding: 0;
}
.underline-accordion .card {
  border: none;
}
.underline-accordion .card-header {
  background: none;
  padding: 2rem 2rem 2rem 0;
  position: relative;
  border-color: #DADFEA;
}
.underline-accordion .card-header:after {
  position: absolute;
  display: block;
  content: "";
  margin-top: 3px;
  border-bottom: 2px solid #3c374d;
  border-right: 2px solid #3c374d;
  transform: rotate(-135deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
  width: 8px;
  height: 8px;
  top: 36%;
  right: 0;
}
.underline-accordion .card-header.collapsed:after {
  position: absolute;
  display: block;
  content: "";
  margin-top: -3px;
  border-bottom: 2px solid #3c374d;
  border-right: 2px solid #3c374d;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
  width: 8px;
  height: 8px;
  top: 36%;
  right: 0;
}
.underline-accordion .card-body {
  padding: 2rem 0;
}

.progress {
  border-radius: 0.5rem;
  height: 0.7rem;
}
.progress .progress-bar {
  background-color: #1CAFFD;
}

/*--bettr CSS--*/
.points-pic {
  width: 23px;
  height: 23px;
  margin-top: 5px;
}

.bettr-congo-text {
  font-size: 50px;
  font-weight: 700;
  margin-top: 30px;
}

.int-text {
  font-size: 26px;
  font-weight: 600;
  color: #50597B;
}

.bettr-features-text {
  font-size: 30px;
  font-weight: 600;
}

.download-btr-body {
  background-color: #F2F6FA;
}

.bettr-instant-virtual-text {
  font-size: 25px;
  font-weight: 600;
  color: #3C374D;
  margin-top: 10px;
}

.intrst-rate-line {
  font-size: 12px;
}

.btn-bettrdownload {
  font-size: 24px;
  border-radius: 7px;
  padding: 15px 35px;
}

/*--lender section CSS--*/
.partner-content {
  font-size: 16px;
  line-height: 24px;
  color: #3C374D;
}

.partner-ul {
  list-style-type: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  margin-top: 80px;
}
.partner-ul li {
  display: inline-flex;
  background-color: #fff;
  padding: 15px 30px;
  border: 1px solid #F1F5FF;
  border-radius: 8px;
  height: 80px;
  margin-right: 20px;
  align-items: center;
  width: 210px;
  margin-bottom: 25px;
  justify-content: center;
  align-items: center;
}

.partner-small-container {
  display: inline-flex;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #F1F5FF;
  border-radius: 8px;
  height: 60px;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}

.content50plus {
  color: #1DAFFD;
  font-weight: 700;
  font-size: 25px;
  padding: 10px;
}

.contain-pl {
  padding-left: 15px;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .contain-pl {
    padding-left: 5px !important;
    padding-right: 5px;
  }
  .content50plus {
    font-size: 15px;
  }
  .partner-small-container {
    padding: 10px;
    height: 40px;
  }
  .partner-content {
    font-size: 14px;
  }
  .partner-ul {
    display: inherit;
    margin-top: 40px;
  }
  .partner-ul li {
    width: 48%;
    margin-right: 8px;
    padding: 15px 20px;
    margin-bottom: 15px;
    height: 48px;
  }
  .mr-none {
    margin-right: 0px !important;
  }
}
/*--new pl flow design CSS--*/
.personal-loan-new-flow {
  font-family: Roboto, sans-serif;
}

.pl-new {
  background-color: #F2F6FA;
  border-radius: 6px;
  padding: 30px;
}

.pl-n-h1 {
  color: #042585;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.slider-heading {
  color: #35344E;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  margin: 0px;
}

.slider-v {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 4px 10px;
  float: right;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  width: 130px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 10px;
}

.range-slider {
  margin: 8px 0 15px 0%;
  width: 100%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #1CAFFD;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #fff;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #fff;
}
.range-slider__range:active::-moz-range-thumb {
  background: transparent;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: transparent;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px transparent, 0 0 0 6px transparent;
}
.range-slider__range::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}
.range-slider__range input::-moz-focus-inner {
  border: 0;
}
.range-slider__range input::-moz-focus-outer {
  border: 0;
}

.tabset {
  margin-top: 20px;
}
.tabset > input[type=radio] {
  position: absolute;
  left: -200vw;
}
.tabset > label {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  color: #96A1BC;
  margin-right: 10px;
  text-align: center;
}

.new-pl-btn {
  border-radius: 6px;
  width: 207px;
}

.dividr {
  color: #DADFEA;
  margin: 0px 5px;
}

.amount-bg {
  background-image: url(../images/amount-bg.svg);
  background-repeat: no-repeat;
  background-color: #3862C6;
  background-size: cover;
  height: 278px;
  border-radius: 6px;
  padding: 30px;
  text-align: center;
  margin-top: 50px;
}

.amount-heading {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0px;
}

.eligible-amount {
  font-size: 28px;
  line-height: 37px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.eligible-pl-btn {
  background-color: #fff !important;
  color: #315BBF !important;
  border-radius: 7px;
  display: block;
  width: 100%;
  font-weight: 400 !important;
}

.eligible-container {
  border: 1px solid #7695DE;
  border-radius: 9px;
  padding: 12px 0px;
  text-align: left;
}
.eligible-container ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.eligible-container li {
  width: 33%;
  padding: 0px 15px;
}
.eligible-container li:nth-of-type(2) {
  border-left: 1px solid #7695DE;
  border-right: 1px solid #7695DE;
}
.eligible-container .l1 {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: #DADFEA;
  margin: 0px;
}
.eligible-container .l2 {
  font-size: 10px;
  line-height: 15px;
  font-weight: 300;
  color: #FCFDFF;
  margin: 0px;
}
.eligible-container .l3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #FCFDFF;
  margin: 0px;
}

behind-text {
  position: relative;
  z-index: 1;
}

.behind-text:before {
  border-top: 1px solid #96A1BC;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 25%;
  z-index: -1;
}
.behind-text span {
  background: #fff;
  padding: 0 15px;
  color: #3C374D;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.pl-l1 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #042585;
  margin-bottom: 15px;
}

.pl-l2 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #3C374D;
}

.pl-form .pl-label {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #50597B;
  display: block;
}
.pl-form .input {
  width: 100%;
  height: 35px;
  border: 0px;
  background: #fff;
  border-radius: 0;
  border-bottom: 1px solid #D0D9ED;
  font-size: 14px;
  line-height: 19px;
  color: #3C374D;
  font-weight: 500;
}
.pl-form .input::placeholder {
  color: #D0D9ED;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.input-right-gap {
  padding-right: 30px;
}

.otp-content {
  font-size: 20px !important;
  font-weight: 500;
  line-height: 30px !important;
  color: #3C374D !important;
}

.edit-content {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #1CAFFD;
}

.pl-label.active {
  color: #1CAFFD;
  border: none;
  font-size: 12px;
}

#otp-container .modal-content {
  max-width: 450px;
}
#otp-container .modal-body {
  padding: 36px;
}
#otp-container .otp-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#otp-container .otp-input input {
  background-color: transparent;
  border-radius: 0px;
  border-bottom: 1px solid #3C374D;
  margin: 0px;
}

.pl-new-timer {
  color: #78CDFA;
  font-size: 14px;
}

.otp-pl-btn {
  border-radius: 6px;
  display: block;
  width: 100%;
  font-size: 18px;
}

.otp-form-input.active {
  border-bottom: 1px solid #1CAFFD !important;
}

@media only screen and (max-width: 767px) {
  .slider-heading {
    font-size: 12px;
  }
  .slider-v {
    width: 110px;
  }
  .new-pl-p0 {
    padding: 0px;
  }
  .pl-new {
    padding: 25px;
  }
  .new-pl-btn {
    width: 100% !important;
    display: block;
  }
  .tabset {
    display: flex;
    justify-content: space-between;
    margin-top: 15px !important;
  }
  .amount-bg {
    margin-top: 20px;
    padding: 15px 0px;
    height: auto;
  }
  .eligible-container li {
    padding: 0px 8px;
  }
  .behind-text:before {
    width: 98% !important;
  }
  .input-right-gap {
    padding: 0px !important;
  }
  #otp-container .modal-body {
    padding: 35px 20px 25px 20px !important;
  }
}
/*--new pl flow design CSS--*/
.date-icon-pl {
  position: absolute;
  right: 25px;
  bottom: 15px;
}

.pl-rupee-icon {
  position: absolute;
  left: 33px;
  bottom: 13px;
  color: #D0D9ED;
}

.pl-rupee-icon-se {
  position: absolute;
  left: 33px;
  bottom: 22px;
  color: #D0D9ED;
}

.income-l-pd {
  padding-left: 40px;
}

.rupee-active {
  color: #1CAFFD;
}

.radio-btn {
  display: inline-flex;
  margin-right: 20px;
  margin-top: 5px;
}

.radio {
  display: inline-block !important;
  font-size: 16px;
  line-height: 30px;
  color: #96a1bc;
  font-weight: 400 !important;
  cursor: pointer;
  width: auto !important;
}
.radio input {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.radio input:checked + .outer {
  border: 2px solid #1caffd;
}
.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  position: relative;
  top: 2px;
}
.radio input:checked + .m {
  color: red;
}
.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #1caffd;
}
.radio .outer {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin: 5px 5px 10px 0;
  border: 2px solid #96a1bc;
  border-radius: 50%;
  background-color: #fff;
}
.radio .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 8px;
  height: 8px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px auto;
  border-radius: 50%;
  background-color: #1caffd;
  opacity: 0;
}

.radioButtonColor {
  color: #292929;
}

.new-pl-select .custom-select-wrapper {
  margin-top: 0px;
}
.new-pl-select .custom-select-trigger {
  padding-top: 0px !important;
  padding-bottom: 2px !important;
  border-bottom: 1px solid #D0D9ED !important;
  font-size: 12px !important;
  color: #D0D9ED !important;
  font-weight: 500 !important;
}
.new-pl-select .custom-select-trigger.active {
  color: #3C374D !important;
  font-weight: 500 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  font-size: 14px !important;
}

.pl-new-ofr-btn {
  border-radius: 6px !important;
}

.b-h1 {
  color: #042585;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 33px;
}

.b-p1 {
  font-size: 16px !important;
  color: #292929;
  font-weight: 400;
  line-height: 21px;
  margin-top: 10px;
}

.b-ul {
  border-bottom: 1px solid #1caffd;
  width: 100px;
  display: block;
  margin: auto;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .income-l-pd {
    padding-left: 30px;
  }
  .date-icon-pl {
    right: 16px;
    bottom: 20px;
  }
  .pl-rupee-icon {
    left: 18px;
    bottom: 16px;
  }
  .pl-rupee-icon-se {
    left: 18px;
    bottom: 16px;
  }
  .pl-new-ofr-btn {
    width: 100% !important;
  }
}

.v-t-1 {
    font-size: 11.6px;
    line-height: 16px;
    color: #707070;
    margin-top: 7px;
}

.gc-txt1, .v-t-1 {
    margin-bottom: 0;
    font-weight: 400;
}

.mail-id {
    background-color: #f3f3fd;
    color: #707070;
    margin: 3px;
    padding: 0 4px 2px;
    border-radius: 5px;
    cursor: pointer;
}


.device-tnc {
    background: #e6f0ff;
    padding: 10px;
    border-radius: 0.8rem;
}

.device-sub-txt1 {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 28px;
}

.device-sub-txt2 {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.device-logout-btn {
    background-color: #1976d2;
    color: #fff !important;
    display: block;
    width: 100%;
    max-width: 349px;
    height: 38px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: auto;
    padding: 5px;
    cursor: pointer;
}
@media (min-width: 768px) {
    .close-btns {
        display: none !important;
    }
}

.close-btns {
    position: absolute;
    top: 15px;
    right: 21px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
}

.close-btn:hover {
    color: red;
}