/* 55 tw css  */
/* new 24-2-23 */
@media (max-width: 767px) {
  .form-group .fcolmun {
    flex-direction: column;
  }

  .form-group .fcolmun div {
    margin-right: 0;
    margin-top: 18px;
  }
}

/* new 24-2-23 */
.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 !important;
  }
}

.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: 509px !important;
}

.ui-widget.brand {
  background: #FFFFFF;
  width: 569px !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*/
  }
/* General for page start*/

.white-bg {
    padding: 60px 0;
  }
  
  @media (max-width: 767px) {
    .white-bg {
      padding: 30px 0;
    }
  }
  
  .grey-200 {
    background: #d8d8d8;
  }

  .product-container .hd {
    margin-bottom: 30px;
  }
  
  @media (max-width: 767px) {
    .download-btn {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 40px;
    }
    .download-btn img {
      width: 90%;
    }
  }
  
  /* General for page end*/
  /* Start Compare Trey */
  .compare-container {
    transition: all ease 0.5s;
    position: fixed;
    z-index: 9;
    bottom: -150px;
    width: 100%;
  }
  
  .compare-container.show {
    bottom: 0;
  }
  
  .compare-bx {
    color: #54565B;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  
  @media (max-width: 768px) {
    .compare-bx {
      -ms-flex-pack: center;
          justify-content: center;
    }
  }
  
  .compare-bx .title {
    padding: 35px 0;
    font-size: 24px;
    font-weight: 300;
    padding-right: 55px;
    line-height: 1.1;
  }
  
  @media (max-width: 768px) {
    .compare-bx .title {
      display: none;
    }
  }
  
  .compare-bx .compare-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 35px 0;
    margin-right: 35px;
    border-right: solid 1px #FFFFFF;
  }
  
  @media (max-width: 768px) {
    .compare-bx .compare-list {
      display: none;
    }
  }
  
  .compare-bx .compare-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 5px;
    background: #FFFFFF;
    padding: 20px;
    font-size: 16px;
    margin-right: 32px;
    font-weight: 700;
    position: relative;
  }
  
  .compare-bx .compare-list li .item-title {
    width: 150px;
    min-height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  
  .compare-bx .compare-list li .item-title span {
    font-size: 20px;
  }
  
  @media (max-width: 1024px) {
    .compare-bx .compare-list li .item-title {
      width: 120px;
    }
  }
  
  .compare-bx .compare-list li .close-btn {
    position: absolute;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    line-height: 29px;
    text-align: center;
    background: #9D1D27;
    color: #FFFFFF;
    cursor: pointer;
    top: -8px;
    right: -8px;
  }
  
  .compare-bx .compare-list li .close-btn::after {
    font-family: icomoon;
    content: "\e919";
    font-size: 10px;
  }
  
  .compare-bx .compare-list li.empty {
    opacity: 0.6;
    -ms-grid-column-align: center;
        justify-items: center;
    cursor: pointer;
  }
  
  .compare-bx .compare-list li.empty .item-title {
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  
  .compare-bx .compare-list li.empty img {
    height: 20px;
  }
  
  @media (max-width: 768px) {
    .compare-bx .btn-box {
      height: 60px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
    }
  }
  
  @media (max-width: 768px) {
    .compare-bx .btn-box .btn-red {
      display: none;
      width: 160px;
    }
  }
  
  .compare-bx .btn-box .btn-link {
    display: none;
  }
  
  @media (max-width: 768px) {
    .compare-bx .btn-box .btn-link {
      display: block;
      font-size: 20px;
    }
  }
  
  /* End Compare Trey */
/* Product listing page card  */
.card.op2 {
    padding: 20px 30px 40px;
    border: 1px solid #E5E5E5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
    height: 100%;
    position: relative;
    /* Notification Box for more than 3 product*/
    /* Notification Box for more than 3 product End*/
  }
  
  .card.op2 hr {
    width: 24px;
    border: #9D1D27 solid 1px;
    margin-left: 0px;
    display: inline-block;
    margin: 0.6rem 0;
  }
  
  .card.op2 figure {
    text-align: center;
    margin-bottom: 0px;
    position: relative;
  }
  
  .card.op2 figure .cta {
    position: absolute;
    top: -20px;
    right: -30px;
  }
  
  .card.op2 figure .cta a {
    background: #FFCB05;
    width: 100px;
    display: block;
    border-radius: 0px 0px 0px 11px;
    padding: 10px 10px 10px 25px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: #737373;
  }
  
  .card.op2 figure .cta a:after {
    position: absolute;
    content: "";
    font-family: icomoon;
    content: "\e906";
    font-size: 13px;
    height: 15px;
    width: 15px;
    left: 12px;
    top: 10px;
  }
  
  .card.op2 figure .cta.selected a {
    background: #f3f3f3;
    color: #9D1D27;
    font-weight: 700;
  }
  
  .card.op2 figure .cta.selected a:after {
    content: "\e905";
  }
  
  .card.op2 figure img {
    width: auto;
    margin: 0 auto;
  }
  
  .card.op2 .card-body {
    border-bottom: 0px;
    padding: 20px 0px;
    background: transparent;
    min-height: 230px;
  }
  
  .card.op2 .card-body .hd3b {
    line-height: 1;
  }
  
  .card.op2 .card-body .card-text {
    margin-top: 20px;
  }
  
  .card.op2 .btn-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  
  @media (max-width: 1024px) {
    .card.op2 .btn-box .btn-red {
      min-width: 140px;
    }
  }
  
  @media (max-width: 768px) {
    .card.op2 .btn-box .btn-red {
      min-width: 160px;
    }
  }
  
  .card.op2 .notif-bx {
    border-radius: 6px;
    width: 180px;
    top: 32px;
    right: -10px;
    position: absolute;
    background: #FFFFFF;
    line-height: 1.3;
    z-index: 1;
    padding: 20px 15px 15px 15px;
    font-size: 12px;
    box-shadow: 0 10px 9px 0px rgba(138, 107, 107, 0.11);
  }
  
  .card.op2 .notif-bx:after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 30%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    box-shadow: 0 5px 4px -2px rgba(138, 107, 107, 0.11);
    border-color: transparent transparent #FFFFFF transparent;
  }
  
  .card.op2 .notif-bx .close-btn {
    position: absolute;
    top: 7px;
    right: 20px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    color: #54565B;
  }
  
  .card.op2 .notif-bx .close-btn:after {
    position: absolute;
    content: "";
    font-family: icomoon;
    content: "\e919";
    font-size: 11px;
  }
/* new */
.redLink{
    color: #9D1D27;
    font-weight: bold;
    text-decoration: underline;
}
/* new */

  /* Product listing page card end */

.service-box {
  background-color: #f3f3f3;
  padding: 40px 0 100px 0;
  position: relative;
}

.service-box::before {
  background: #f3f3f3;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 185px;
  width: 100%;
}

.service-box.op1::before {
  height: 85px;
}

.service-box.op2::before {
  display: none;
}

@media (max-width: 767px) {
  .service-box.op2 {
    padding: 30px 0;
  }
}

.service-box.op2 .row.cards {
  margin-top: 0;
}

.service-box .cards {
  margin-top: 60px;
}

.service-box .card {
  color: #b8b8b8;
  height: 100%;
  border-radius: 3px;
}

.service-box .card .card-body {
  padding: 40px 32px;
  border-bottom: 0;
  background: none;
}

.service-box .card .card-body.opt1 {
  padding: 40px 35px 15px 35px;
  border-bottom: 0;
}

.service-box .card .card-body.opt2 {
  background-color: #fafafa;
  padding: 24px 35px 24px 35px;
  color: #54565b;
  border-radius: 0 0 3px 3px;
}

.service-box .card .card-title {
  font-size: 24px;
  font-weight: 300;
  color: #54565b;
  margin-bottom: 20px;
}

.service-box .card .btn-box .btn-white {
  color: #767676;
}

.service-box .card .view-all a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-top: 4px;
  color: #b8b8b8;
}

.service-box .card .view-all a .txt {
  width: 80%;
}

.service-box .card button {
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
}

.service-box .card button:focus {
  outline: 0;
}

.service-box .card button span {
  font-size: 22px;
}

.service-box .was-validated .form-control:valid,
.service-box .was-validated .form-control:invalid {
  background-image: none;
}

@media (max-width: 1024px) {
  .service-box .card .card-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .service-box {
    padding: 30px 0 30px;
  }
  .service-box::before {
    height: 160px;
  }
  .service-box .cards {
    margin-top: 45px;
  }
  .service-box .cards .col-lg-4 {
    margin-bottom: 20px;
  }
  .service-box .card .card-body {
    padding: 40px 30px;
  }
  .service-box .card .col-5.black {
    white-space: nowrap;
  }
  .service-box .card .card-body.opt1,
  .service-box .card .card-body.opt2 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .service-box .mt-xs-7 {
    margin-top: 32px;
  }
}

.icn-box {
  background-color: #ffcb05;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 18px solid #FFFFFF;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.icn-box span {
  font-size: 50px;
}

.icn-box img {
  height: 50px;
}

.icn-box + .fhd {
  font-weight: 700;
  margin-top: 4px;
  text-align: center;
}

@media (max-width: 767px) {
  .icn-box {
    width: 124px;
    height: 124px;
    border-width: 12px;
  }
}

/*service box footer end */


.form-label-group {
    position: relative;
    /* :active works but when replace with :focus, it doesn't work */
  }

  .form-label-group .dropdown .dropdown-toggle:after {
  top: 9px;
}
  
  .form-label-group .form-control {
    height: inherit;
    border: 2px solid #d8d8d8;
  }
  
  .form-label-group .form-control:focus {
    border-color: inherit;
    box-shadow: inherit;
  }
  
  .explorer11 .form-label-group .form-control:focus ~ label,
  .explorer11 .form-label-group .form-control:valid ~ label {
    display: none;
  }
  
  .form-label-group > label,
  .form-label-group > input {
    padding: 0.75rem 0.75rem;
  }
  
  .form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #787878;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: all 0.1s ease-in-out;
  }
  
  .form-label-group input:-ms-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input::placeholder {
    color: transparent;
  }
  
  .form-label-group input:not(:placeholder-shown) {
    padding-top: calc($pad-y + $pad-y * (2 / 3));
    padding-bottom: calc($pad-y / 3);
  }
  
  .form-label-group input: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 {
    font-size: 15px;
    color: #777;
    display: inline-block;
    width: auto;
    margin-left: 7px;
    margin-top: 0px;
    transition: all 0.3s;
  }
  
  .form-label-group label.form-control-placeholder.float {
    transform: translate(0, -1.1em);
    font-size: 75%;
    background: #fff;
    padding: 1px 4px;
    transition: 0.2s ease-in-out;
  }
  
  .form-label-group label.form-control-placeholder.changefloat {
    transform: translate(0, -1.1em);
    background: #fff;
    padding: 1px 4px;
    font-size: 75%;
  }
  
  .form-label-group .form-control-placeholder {
    pointer-events: none;
  }
  
  .form-label-group .bootstrap-select.show > .btn-light.dropdown-toggle,
  .form-label-group .bootstrap-select .dropdown-menu.show {
    color: #495057;
  }
  
  .form-label-group .bootstrap-select.show > .btn-light.dropdown-toggle {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
  }
  
  .form-label-group .bootstrap-select > .btn,
  .form-label-group .bootstrap-select > .btn-light {
    padding-left: 1.5rem;
    font-size: 15px;
    height: 48px;
    border-radius: 4px;
    background-color: #fff !important;
    /* border: 1px solid #1d3147 !important; */
    line-height: 2.3;
    color: #495057;
  }
  
  .form-label-group .bootstrap-select > .btn-light:focus,
  .form-label-group .bootstrap-select > .btn-light:hover,
  .form-label-group .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
    color: #495057;
  }
  
  .form-label-group .bootstrap-select > .dropdown-menu {
    border: 1px solid #1d3147;
  }
.hide-error .error {
    display: none!important;
}
#NOC{ 
  background: #f3f3f3 url("../../../content/dam/idfcfirstbank/images/noc/form-banner.jpg") no-repeat;
  background-size: contain;
  padding-top: 98px;
  padding-bottom: 50px;
}
.single-form .white-box {
    padding: 52px 72px;
    max-width: 650px;
    margin: 0 auto 2px;
}
.single-form .white-box .hd2 {
    color: #54565B;
}
.otp-bx {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px){
#NOC {
    padding-top: 48px;
    background-size: 200%;
}
.single-form .white-box {
    padding: 20px;
    margin: 0 15px;
}
.radio-option .custom-control-inline {
    font-size: 14px;
}
}
/*!
 * 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 10px 0;
  width: 324px;
  background: #FFFFFF;
  z-index: 4 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.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-active,
.ui-datepicker td a.ui-state-active {
  background: #9D1D27;
  color: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.32);
}

.ui-datepicker td span.ui-state-highlight.ui-state-hover,
.ui-datepicker td a.ui-state-highlight.ui-state-hover {
  border-color: #d8d8d8;
}

.ui-datepicker td.ui-state-disabled span {
  color: rgba(84, 86, 91, 0.5);
  cursor: not-allowed;
}
.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%;
}
.form-details select {
    height: 53px;
    margin-right: 20px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 15px 5px;
    background: #fff url("../../../content/dam/idfcfirstbank/images/noc/down.svg") no-repeat 100%;
    background-position: 98%;
    padding: 0.85rem 0.75rem;
    border: 0;
    border-bottom: 1px solid #979797;
    border-radius: 0.25rem;
    color: #787878;
}
.page-loader.act {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 2;
}
.loader-cust {
    border: 4px solid #fff;
    border-radius: 50%;
    border-top: 4px solid #9d1d27;
    width: 150px;
    height: 150px;
	animation: spin 2s linear infinite;
}
@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
.page-loader {
    background: url(../../../content/dam/idfcfirstbank/images/noc/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;
}
.ui-widget.ui-widget-content {
    background: #FFFFFF;
    /* width: 520px !important; */
}
.ui-autocomplete {
    max-height: 200px;
    overflow-x: scroll;
    overflow-y: scroll;
}
.single-form {
    background: #f3f3f3 url(../../../content/dam/idfcfirstbank/images/social-media/form-banner.jpg) no-repeat;
    background-size: contain;
    padding-top: 98px;
}
.white-box, .search-bxIn .search-ad .ad-card, .accordian .trgr, .accordian .tog_cont, .card-look, .media-card, .pr-list > li .card-bx, .trgr1, .trgr2, .trgr3, .tog_cont1, .tog_cont2, .tog_cont3, .mf-invest .start-box, .more-box, .media-kit .media-list .card-media, .ebc-loan-banner .lawbx {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 22%);
}
.single-form .white-box{
    padding: 52px 72px;
    max-width: 650px;
    margin: 0 auto 2px;
}
.service-box {
    background-color: #FFFFFF;
    padding: 60px 0 100px;
    position: relative;
}
.single-form .white-box .hd2{
	color: #54565B;
}
