#pmsbyCloseBtn{
    cursor: pointer;}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background: url(../../../content/dam/idfcfirstbank/images/personal-loan/icons/checkbox.svg) no-repeat;
}

.footer-btm p {
    font-weight: bold;
}

.footer-btm p a {
    color: darkred;
}
.form-details {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .form-details {
    display: block;
  }
}

.form-details .col-left {
  width: 250px;
  padding-top: 50px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}

.form-details .col-left .mob-scroll {
  overflow: inherit;
}

@media (max-width: 991px) {
  .form-details .col-left {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .form-details .col-left {
    width: 100%;
    overflow-x: auto;
    padding-top: 35px;
  }
  .form-details .col-left .mob-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  .form-details .col-left .mob-scroll::-webkit-scrollbar {
    display: none;
  }
}

.form-details .col-right {
  width: 100%;
  border-left: 1px solid rgba(151, 151, 151, 0.3);
  padding: 50px 220px 60px 120px;
}

.form-details .col-right.op1 {
  padding: 50px 0 60px 120px;
}

@media (max-width: 767px) {
  .form-details .col-right.op1 {
    padding: 30px 0;
  }
}

.form-details .col-right.op1 .needs-validation {
  padding-right: 220px;
}

@media (max-width: 1024px) {
  .form-details .col-right.op1 .needs-validation {
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .form-details .col-right.op1 .needs-validation {
    padding-right: 0;
  }
}

@media (max-width: 1024px) {
  .form-details .col-right {
    padding: 50px 80px 60px 70px;
  }
}

@media (max-width: 991px) {
  .form-details .col-right {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .form-details .col-right {
    padding: 30px 0;
    border: 0;
  }
}

.form-details .col-right .form-list {
  margin-top: 0;
}

.form-details select {
  height: 53px;
  margin-right: 20px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 15px 5px;
  background: #ffffff
    url("../../../content/dam/idfcfirstbank/images/uc-journey/svg/down.svg") no-repeat
    right center;
  background-position: 98% center;
  padding: 0.85rem 0.75rem;
  border: 0;
  border-bottom: 1px solid #979797;
  border-radius: 0.25rem;
  color: #787878;
}

.form-details select::-ms-expand {
  display: none;
}

.progress-list {
  position: relative;
  width: 200px;
}

.progress-list .sub-list-m {
  display: none;
}

@media (max-width: 767px) {
  .progress-list {
    width: 100%;
  }
  .progress-list .sub-list-m {
    display: block;
  }
  .progress-list .sub-list-m ul {
    background: url(../../../content/dam/idfcfirstbank/images/uc-journey/svg/line.gif)
      repeat-x center left;
  }
  .progress-list .sub-list-m ul li {
    width: auto;
    padding: 0;
    font-weight: 400;
    -ms-flex: none;
    flex: none;
  }
  .progress-list .sub-list-m ul li a {
    display: none;
  }
  .progress-list .sub-list-m ul li.act {
    background: white;
  }
  .progress-list .sub-list-m ul li.act span {
    background: #54565b;
    margin: 0 10px 0 0;
  }
  .progress-list .sub-list-m ul li.act a {
    color: #54565b;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
  }
  .progress-list .sub-list-m ul li span {
    width: 20px;
    height: 20px;
    background: #b8b8b8;
    font-size: 10px;
    border-radius: 50%;
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
  }
}

.progress-list.sticky {
  position: fixed;
  top: 70px;
}

.progress-list.sticky ul {
  margin-left: 2px;
}

@media (max-width: 767px) {
  .progress-list.sticky {
    left: 0;
    background: #ffffff;
    z-index: 3;
    top: 10px;
    width: 100%;
    overflow-x: auto;
  }
}

@media (max-width: 767px) {
  .progress-list ul {
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }
}

.progress-list ul li {
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  padding: 10px 20px;
  border-radius: 25px 0 0 25px;
  position: relative;
  z-index: 1;
  line-height: 1.6;
  font-weight: 700;
}

.progress-list ul li strong {
  position: absolute;
  right: -10px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #9d1d27
    url(../../../content/dam/idfcfirstbank/images/uc-journey/svg/right.svg) no-repeat
    center center;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .progress-list ul li strong {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .progress-list ul li {
    width: 250px;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    margin: 0;
    border-radius: 25px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 30px;
    overflow: hidden;
  }
}

.progress-list ul li.active {
  background: #f9eaec;
  overflow: hidden;
}

.progress-list ul li.active span {
  z-index: 3;
  font-weight: 700;
}

.progress-list ul li:first-child {
  margin-top: 0;
}

.progress-list ul li .top {
  background: #eed8db;
  border-radius: 25px 0 0 25px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  transition: all 1s;
  width: 0;
  overflow: hidden;
}

.progress-list ul li .colors {
  width: 100%;
  height: 4px;
}

.progress-list ul li.sub-list {
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .progress-list ul li.sub-list {
    display: none;
  }
}

.progress-list ul li.sub-list ul {
  color: #b8b8b8;
}

.progress-list ul li.sub-list ul li {
  margin: 0;
  font-weight: 400;
  min-height: 45px;
  position: relative;
}

.progress-list ul li.sub-list ul li span {
  width: 20px;
  height: 20px;
  background: #b8b8b8;
  font-size: 10px;
  border-radius: 50%;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: -10px;
  top: 13px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.progress-list ul li.sub-list ul li a {
  color: #b8b8b8;
}

.progress-list ul li.sub-list ul li.act span {
  background: #54565b;
}

.progress-list ul li.sub-list ul li.act a {
  color: #54565b;
}

.journey-section {
  background: #ffffff;
}

.or {
  background: url(../../../content/dam/idfcfirstbank/images/uc-journey/gif/line.gif)
    repeat-x left center;
  color: #b8b8b8;
}

.or span {
  background: #fff;
  padding-right: 5px;
}

/* cusome upload button*/
.upload-file {
  position: relative;
}

.upload-file .error {
  position: absolute;
  margin: 0;
  padding: 5px 0;
  color: #d10000;
  font-size: 14px;
  background: none;
  top: 35px;
  left: 20px;
}

.upload-file .f-input {
  border: 2px solid #b8b8b8;
  padding: 10px 25px 10px 15px;
  border-radius: 4px;
  font-size: 15px;
  color: #b8b8b8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
  width: 100%;
}

.upload-file .filename {
  position: relative;
  display: none;
  width: 145px;
}

.upload-file .filename .remove {
  color: #b8b8b8;
  font-size: 15px;
  position: absolute;
  right: 10px;
  top: 18px;
}

.upload-file.active .filename {
  display: block;
}

.upload-file .filetext {
  border: 2px dashed #b8b8b8;
  padding: 20px;
  font-weight: 700;
  color: #9d1d27;
  background: url(../../../content/dam/idfcfirstbank/images/uc-journey/svg/upload.svg)
    no-repeat 96% center;
}

.upload-file .filetext span {
  color: #54565b;
}

@media (max-width: 767px) {
  .upload-file .filetext span {
    display: none;
  }
}

.upload-file .upload {
  left: 0;
  top: 0;
}

.upload-file .fileUpload {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.upload-file .fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  min-height: 62px;
}

.from-screen {
  display: none;
}

.from-screen.active {
  display: block;
}

/* cusome upload button end*/
.jvalidation .btn-box .btn-red:focus {
  box-shadow: 0 1px 4px 0 black;
}

.jvalidation .form-control.is-invalid {
  border-color: #d10000;
  box-shadow: none;
}

.jvalidation .was-validated .form-control:valid,
.jvalidation .was-validated .form-control:valid:focus {
  border-color: #d8d8d8;
}

.jvalidation .was-validated input.form-control:valid,
.jvalidation .was-validated input.form-control:valid:focus {
  background-image: none;
}

.jvalidation .form-label-group > label.error,
.jvalidation .form-label-group input:not(:placeholder-shown) ~ label.error {
  position: static;
  margin: 0;
  padding: 5px 0;
  color: #d10000;
  font-size: 14px;
  background: none;
}

.jvalidation .custom-control-input.is-valid ~ .custom-control-label,
.jvalidation
  .was-validated
  .custom-control-input:valid
  ~ .custom-control-label {
  color: inherit;
}

.jvalidation .form-control.is-valid,
.jvalidation .was-validated .form-control:valid {
  border-color: inherit;
}

.edit-box {
  background: #ffffff;
  box-shadow: rgba(84, 86, 91, 0.3) 0 1px 4px;
  padding: 30px 40px;
  border-radius: 4px;
  overflow: hidden;
}

.edit-box .info {
  overflow: hidden;
}

.edit-box figure {
  margin-left: 15px;
}

.pd-section {
  padding: 70px 0;
  background: #fafafa;
}

@media (max-width: 767px) {
  .pd-section {
    padding: 30px 0;
  }
}

.pd-list {
  display: none;
}

.pd-list.active {
  display: block;
  display: -ms-flexbox;
  display: flex;
}

.pd-list li {
  margin-right: 50px;
}

@media (max-width: 767px) {
  .pd-list.op1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pd-list.op1 li {
    margin: 0 5% 25px 0;
    width: 45%;
  }
  .pd-list.op1 li:last-child {
    width: 100%;
  }
}

.ui-widget {
  background: #ffffff;
  width: 320px !important;
}

/**/
.trgr1,
.trgr2,
.trgr3 {
  padding: 20px 50px 20px 30px;
  margin-top: 1rem;
  position: relative;
  cursor: pointer;
}

.trgr1::before,
.trgr2::before,
.trgr3::before {
  position: absolute;
  width: 15px;
  height: 15px;
  font-family: icomoon;
  content: "\e900";
  right: 30px;
  top: 20px;
  color: #9d1d27;
}

.trgr1.act,
.trgr2.act,
.trgr3.act {
  border-radius: 5px 5px 0 0;
}

.trgr1.act::before,
.trgr2.act::before,
.trgr3.act::before {
  content: "\e903";
}

.tog_cont1,
.tog_cont2,
.tog_cont3 {
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #9d1d27;
  padding: 20px 30px;
  margin-bottom: 1rem;
}

.tog_cont1 .block,
.tog_cont2 .block,
.tog_cont3 .block {
  display: block;
}

.otp-bx {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.loading-box {
  width: 160px;
  height: 160px;
  position: relative;
  margin: 0 auto;
}

.loading-box figure {
  position: absolute;
  top: 25px;
  left: 25px;
}

.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #f1c4c3;
  width: 160px;
  height: 160px;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.toggle-password {
  background: url(../../../content/dam/idfcfirstbank/images/uc-journey/svg/eye_cross.svg)
    no-repeat center center;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 26px;
  height: 26px;
}

.toggle-password.active {
  background: url(../../../content/dam/idfcfirstbank/images/uc-journey/svg/eye.svg)
    no-repeat center center;
}

@media (max-width: 767px) {
  .m-center {
    text-align: center;
  }
}

.emi-roi-list {
  display: -ms-flexbox;
  display: flex;
}

.emi-roi-list li {
  margin-right: 70px;
  font-weight: 700;
  font-size: 24px;
}

.emi-roi-list li:last-child {
  margin-right: 0;
}

.emi-roi-list li span {
  font-weight: 400;
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .emi-roi-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .emi-roi-list li {
    margin-right: 50px;
    margin-bottom: 30px;
  }
}

/**/
span.star {
  font-size: 15px;
  position: relative;
  top: -15px;
}

@media (max-width: 991px) {
  span.star {
    top: -7px;
  }
}

.go-back,
.skip-btn {
  color: #767676;
}

.app-list-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #d8d8d8;
  padding: 30px 40px;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .app-list-1 {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .app-list-1 li {
    margin-bottom: 30px;
  }
  .app-list-1 li:last-child {
    margin-bottom: 0;
  }
}

.app-list-1 li strong {
  font-weight: 700;
  font-size: 24px;
}

.app-list-1 li .share-box-yellow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.app-list-1 li .share-box-yellow .my-links a span {
  background: #ffcb05;
}

@media (max-width: 991px) {
  .app-list-1 li .share-box-yellow .share-box .share-bubble .social li {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .app-list-1 li .share-box-yellow .share-box .share-bubble::after {
    right: auto;
    left: 170px;
  }
}

@media (max-width: 767px) {
  .app-list-1 li .share-box-yellow .share-positon-box {
    right: auto;
    left: -140px;
  }
}

.track-app {
  padding: 50px 0 60px 50px;
}

@media (max-width: 767px) {
  .track-app {
    padding: 15px;
  }
}

.app-help-box {
  background: #f3f3f3;
  padding: 35px 0;
}

.app-help-box.PT0 {
  padding-top: 0;
}

.circle-box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ffcb05;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .circle-box {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 991px) {
  .circle-box {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

.circle-list {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .circle-list {
    margin-top: 30px;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.circle-list li {
  margin-right: 60px;
  text-align: center;
}

@media (max-width: 991px) {
  .circle-list li {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .circle-list li {
    margin-right: 0;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.status-of-step {
  background: url(../../../content/dam/idfcfirstbank/images/uc-journey/gif/line.gif)
    repeat-x left center;
  display: -ms-flexbox;
  display: flex;
  width: 83%;
  margin-left: 7%;
  -ms-flex-align: center;
  align-items: center;
}

.status-of-step li {
  width: 25%;
  display: -ms-flexbox;
  display: flex;
}

.status-of-step li:nth-child(2) {
  -ms-flex-pack: center;
  justify-content: center;
}

.status-of-step li:nth-child(3) {
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 60px;
}

@media (max-width: 767px) {
  .status-of-step li:nth-child(3) {
    margin-right: 0;
  }
}

.status-of-step li:last-child {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.status-of-step li span {
  width: 24px;
  height: 24px;
  background: #d8d8d8;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
}

.status-of-step li.active span {
  background: #00a07a
    url(../../../content/dam/idfcfirstbank/images/uc-journey/svg/right.svg) no-repeat
    center center;
  background-size: 20px;
  width: 36px;
  height: 36px;
}

.status-cont {
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.status-cont li {
  width: 25%;
  display: -ms-flexbox;
  display: flex;
}

.status-cont li:nth-child(2),
.status-cont li:nth-child(3) {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 767px) {
  .status-cont li:nth-child(2),
  .status-cont li:nth-child(3) {
    text-align: left;
  }
}

.status-cont li:last-child {
  -ms-flex-pack: end;
  justify-content: center;
}

@media (max-width: 767px) {
  .mobile-status {
    display: -ms-flexbox;
    display: flex;
    background: url(../../../content/dam/idfcfirstbank/images/uc-journey/gif/line.gif)
      repeat-y 35px 0;
  }
  .mobile-status .status-of-step {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    width: 40px;
    margin-left: 0;
  }
  .mobile-status .status-of-step li {
    width: auto;
    height: 36px;
    margin-bottom: 10px;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .mobile-status .status-of-step li:nth-child(2),
  .mobile-status .status-of-step li:last-child {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .mobile-status .status-of-step li:last-child {
    margin-bottom: 0;
  }
  .mobile-status .status-cont {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding-left: 10px;
  }
  .mobile-status .status-cont li {
    width: auto;
    height: 36px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding-top: 7px;
  }
  .mobile-status .status-cont li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .MR30.m-mr-ml-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
}

.form-details .col-right.op1 {
  padding-top: 60px;
  padding-right: 0;
}

.form-details .col-right.op1 .needs-validation {
  padding-right: 0;
}

@media (max-width: 991px) {
  .form-details .col-right.op1 {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .form-details .col-right.op1 {
    padding-left: 20px;
  }
}

.choose-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.choose-product label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 50px 30px 0 0;
  text-align: center;
  width: 120px;
  cursor: pointer;
}

.choose-product label img {
  height: 100px;
  margin: 10px;
}

.choose-product label input {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.choose-product label input:checked + .design {
  background: url(../../../content/dam/idfcfirstbank/images/uc-journey/svg/hover.svg)
    no-repeat right center;
}

.choose-product label .text {
  display: block;
  margin-top: 12px;
}

@media (max-width: 991px) {
  .choose-product label {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .choose-product label {
    margin-right: 10%;
  }
}

@media (max-width: 767px) {
  .mob-scrollm {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  .mob-scrollm::-webkit-scrollbar {
    display: none;
  }
  .mob-scrollm ul {
    min-width: 840px;
  }
  .car-journey .mob-scrollm ul {
    min-width: 630px;
  }
}

----------------------------------------------------------- .form-label-group {
  position: relative;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  color: #787878;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

.form-label-group > label,
.form-label-group > input,
.form-label-group textarea {
  padding: 0.85rem 0.75rem;
}

.form-label-group .form-control {
  height: inherit;
  border: 2px solid #d8d8d8;
}

.custom-control {
  padding-left: 2.4rem;
}

.custom-control-label::before,
.custom-control-label::after {
  width: 1.5rem;
  height: 1.5rem;
  left: -2.3rem;
}

.jvalidation .form-label-group > label.error,
.jvalidation .form-label-group input:not(:placeholder-shown) ~ label.error {
  position: static;
  margin: 0;
  padding: 5px 0;
  color: #d10000;
  font-size: 14px;
  background: none;
}

.custom-control.custom-radio.default .custom-control-label,
.custom-control.custom-radio.red .custom-control-label,
.custom-control.custom-radio.green .custom-control-label {
  padding-left: 10px;
}

.custom-control.custom-radio.default .custom-control-label::after,
.custom-control.custom-radio.red .custom-control-label::after,
.custom-control.custom-radio.green .custom-control-label::after {
  border-radius: 50%;
  height: 28px;
  width: 28px;
  top: -4px;
}

.form-label-group {
  position: relative;
}

.form-label-group input:not(:placeholder-shown) ~ label,
.form-label-group textarea:not(:placeholder-shown) ~ label {
  font-size: 12px;
  color: #777;
  background: #fff;
  border-radius: 0px;
  display: inline-block;
  width: auto;
  padding: 1px 4px;
  margin-left: 7px;
  margin-top: -10px;
  border-radius: 5px;
}

.form-label-group label.form-control-placeholder {
  color: #777;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}

.form-label-group .form-control-placeholder {
  pointer-events: none;
}

.form1 .form-label-group .icon-date,
.form2 .form-label-group .icon-date {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 24px;
}

.form1 .form-label-group > label,
.form2 .form-label-group > label {
  color: #737373;
  font-weight: 700;
}
.form2 .form-label-group > label {
  font-weight: 400;
}

.form1 .form-label-group .form-control.hasDatepicker,
.form2 .form-label-group .form-control.hasDatepicker {
  background: none;
}

.white-box,
.accordian .trgr,
.accordian .tog_cont,
.card-look,
.media-card,
.pr-list > li .card-bx,
.trgr1,
.trgr2,
.trgr3,
.tog_cont1,
.tog_cont2,
.tog_cont3,
.media-kit .media-list .card-media {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.normal-select-box.selected:not(:placeholder-shown) ~ label {
  font-size: 12px;
  color: #777;
  background: #fff;
  border-radius: 0px;
  display: inline-block;
  width: auto;
  padding: 1px 4px;
  margin-left: 7px;
  margin-top: -10px;
  border-radius: 5px;
}

.preLoanamt {
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0 0;
}

.preLoanamt a {
  border: 2px solid #d8d8d8;
  border-radius: 5px;
  padding: 10px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 10px;
  text-align: center;
}

.custom-control.custom-radio.default .custom-control-label::before,
.custom-control.custom-radio.red .custom-control-label::before,
.custom-control.custom-radio.green .custom-control-label::before {
  border-radius: 50%;
  height: 28px;
  width: 28px;
  top: -4px;
}

.custom-control.green .custom-control-label::before {
  border: solid 2px #d8d8d8;
  border-radius: 0px;
}

.ui-autocomplete {
  /* these sets the height and width */
  max-height: 200px;

  /* these make it scroll for anything outside */
  overflow-x: scroll;
  overflow-y: scroll;
}
.page-loader {
  background: url("../../../content/dam/idfcfirstbank/images/credit-card/etb/pre-approved/wait.svg")
    no-repeat center center rgba(0, 0, 0, 0.8);
}

.page-loader.act {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 2;
}

.page-loader {
  background: url("../../../content/dam/idfcfirstbank/images/credit-card/etb/pre-approved/wait.svg")
    no-repeat center center rgba(0, 0, 0, 0.8);
  height: 100%;
  position: fixed;
  top: 0px;
  width: 100%;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loader-cust {
  border: 4px solid #fff;
  border-radius: 50%;
  border-top: 4px solid #9d1d27;
  width: 150px;
  height: 150px;
  animation: spin 2s linear infinite;
}

.form-label-group input[type="number"]::-webkit-outer-spin-button,
.form-label-group input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.form-label-group input[type="number"] {
  -moz-appearance: textfield;
}

.link-txt {
  font-size: 14px;
  font-weight: 700;
  color: #9d1d27;
}

/*!
 * jQuery UI Datepicker 1.9.0
 * http://jqueryui.com
 *
 * Copyright 2012 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
 .ui-datepicker {
    display: none;
    padding: 20px 20px 0;
    width: 324px;
    background: #FFFFFF;
  }
  
  .ui-datepicker .ui-datepicker-header {
    padding: .2em 0;
    position: relative;
  }
  
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 8px;
    width: 1.8em;
    cursor: pointer;
  }
  
  .ui-datepicker .ui-datepicker-prev {
    left: 2px;
  }
  
  .ui-datepicker .ui-datepicker-next {
    right: 2px;
  }
  
  .ui-datepicker .ui-datepicker-prev span,
  .ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    font-size: 0;
  }
  
  .ui-datepicker .ui-datepicker-prev span::before,
  .ui-datepicker .ui-datepicker-next span::before {
    font-family: icomoon;
    content: "\e906";
    height: auto;
    width: auto;
    right: 0;
    color: #54565B;
    top: 20px;
    font-size: 20px;
  }
  
  .ui-datepicker .ui-datepicker-prev span::before {
    content: "\e901";
  }
  
  .ui-datepicker .ui-datepicker-next span::before {
    content: "\e902";
  }
  
  .ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
  }
  
  .ui-datepicker .ui-datepicker-title select {
    font-size: 18px;
    border-color: #d8d8d8;
    color: #54565B;
    padding: 2px 4px;
    border-radius: 3px;
  }
  
  .ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
  }
  
  .ui-datepicker select.ui-datepicker-month {
    margin-right: 2%;
  }
  
  .ui-datepicker select.ui-datepicker-month,
  .ui-datepicker select.ui-datepicker-year {
    width: 49%;
  }
  
  .ui-datepicker table {
    border-collapse: collapse;
    margin: 0 0 .4em;
    width: 100%;
  }
  
  .ui-datepicker thead {
    border-bottom: 1px solid #d8d8d8;
  }
  
  .ui-datepicker th {
    border: 0;
    font-size: 12px;
    font-weight: 400;
    padding: .7em .3em;
    text-align: center;
  }
  
  .ui-datepicker td {
    border: 0;
    padding: 1px;
  }
  
  .ui-datepicker td span,
  .ui-datepicker td a {
    display: block;
    padding: 8px 10px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid transparent;
    text-align: center;
    text-decoration: none;
  }
  
  .ui-datepicker td span.ui-state-highlight.ui-state-hover,
  .ui-datepicker td a.ui-state-highlight.ui-state-hover {
    border-color: #9D1D27;
  }
  
  .ui-state-highlight,
  .ui-widget-content .ui-state-highlight,
  .ui-widget-header .ui-state-highlight {
    background: #9D1D27;
    color: #FFFFFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.32);
  }
  
  .ui-state-hover,
  .ui-widget-content .ui-state-hover,
  .ui-widget-header .ui-state-hover {
    border-color: #d8d8d8;
  }
  
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: .7em 0 0 0;
    padding: 0 .2em;
  }
  
  .ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: .5em .2em .4em;
    overflow: visible;
    padding: .2em .6em .3em .6em;
    width: auto;
  }
  
  .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
  }
  
  /* with multiple calendars */
  .ui-datepicker.ui-datepicker-multi {
    width: auto;
  }
  
  .ui-datepicker-multi .ui-datepicker-group {
    float: left;
  }
  
  .ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto .4em;
    width: 95%;
  }
  
  .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
  }
  
  .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
  }
  
  .ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
  }
  
  .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
  }
  
  .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
  }
  
  .ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
  }
  
  .ui-datepicker-row-break {
    clear: both;
    font-size: 0em;
    width: 100%;
  }
  
  /* RTL support */
  .ui-datepicker-rtl {
    direction: rtl;
  }
  
  .ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
  }
  
  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
  }
  
  .ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
  }
  
  .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
  }
  
  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
  }
  
  .ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
  }
  
  .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
  }
  
  .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
  }
  
  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
  }
  
  .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
  }
  
  /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
  .ui-datepicker-cover {
    filter: mask();
    /*must have*/
    height: 200px;
    /*must have*/
    left: -4px;
    /*must have*/
    position: absolute;
    /*must have*/
    top: -4px;
    /*must have*/
    width: 200px;
    /*must have*/
    z-index: -1;
    /*must have*/
  }

.cd-banner {
  background: #F4D8CF;
  background-image: linear-gradient(90deg, #F4D8CF 0%, #AB615F 63%, #FFFFFF 63%, #FFFFFF 100%);
  padding-top: 30px;
  color: #25243B;
}

.cd-banner .custom-control-label.f12,
.cd-banner .blog-detail .blog-ctnt .custom-control-label.blog-by,
.blog-detail .blog-ctnt .cd-banner .custom-control-label.blog-by {
  line-height: 18px;
  color: #54565B;
}

.cd-banner .custom-control-label.f12 .link-txt,
.cd-banner .blog-detail .blog-ctnt .custom-control-label.blog-by .link-txt,
.blog-detail .blog-ctnt .cd-banner .custom-control-label.blog-by .link-txt {
  font-size: 12px;
}

.hero-from {
    padding-left: 70px;
}

.cd-banner .hero-from .list-item.op3 {
  display: none;
}


.list-item.op3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 0;
}

.list-item.op3 li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-size: 14px;
}

.list-item.op3 li span {
  background: #fafafa;
  margin-bottom: 10px;
  margin-right: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px;
}


.list-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 1.4;
}

.list-counter li::before {
  content: counter(step-counter);
  margin-right: 10px;
  background-color: #F4D8CF;
  color: #9B1E26;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 12px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  text-align: center;
  line-height: 24px;
}


.cd-banner .sa-left .img-mob {
  display: none;
}

.ml-6 {
  margin-left: -60px;
}

.pr-8 {
  padding-right: 90px;
}

.hero-from .hd6 {
    color: #54565b;
}
.form-list .form-label-group label, .form-label-group input, .form-label-group textarea {
    padding: 0.85rem 0.75rem;
}

@media (max-width: 1024px) {
  .cd-banner .ml-6 {
    margin-left: -50px;
  }
}

@media (max-width: 991px) {
  .cd-banner {
    background-image: linear-gradient(90deg, #F4D8CF 0%, #AB615F 58%, #FFFFFF 58%, #FFFFFF 100%);
  }
}

@media (max-width: 767px) {
  .cd-banner {
    background-image: linear-gradient(135deg, #F4D8CF 0%, #AB615F 100%);
  }

  .cd-banner .sa-left {
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-position: right bottom;
  }

  .cd-banner .sa-left .list-item.op3 {
    display: none;
  }

  .cd-banner .sa-left .img-mob {
    display: block;
    position: absolute;
    bottom: -21px;
    right: -15px;
  }

  .cd-banner .hero-from .list-item.op3 {
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #979797;
    margin-top: 25px;
    padding-top: 20px;
  }

  .cd-banner .hero-from .list-item.op3 li span {
    background: #f3f3f3;
  }

  .cd-banner .sa-right {
    background: #FFFFFF;
  }

  .cd-banner .pr-8 {
    padding-right: 110px;
  }
}




.hero-from {
  padding-left: 70px;
}

@media (max-width: 1024px) {
  .hero-from {
    padding-left: 40px;
  }
}

@media (max-width: 991px) {
  .hero-from {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .hero-from {
    padding-top: 30px;
    padding-left: 0px;
  }
}

.hero-from .hd6 {
  color: #54565B;
}

.hero-from .hd6 strong {
  display: block;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .hero-from .form-list li {
    margin-bottom: 15px;
  }
}
