
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Nunito", sans-serif !important;
  font-size: 16px !important;
  overflow-x: hidden;
  font-weight: 300 !important;
}

body,
html {
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* scroll bar style */
body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
  background: #1b2370;
}

body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.pd0 {
  padding: 0 !important;
}

.mr0 {
  margin: 0 !important;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  background: #e8e8e8;
  height: 70px;
  /* background: url("../images/backimg2.webp") top; */
}

.header img {
  width: 160px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  padding: 10px 22px 10px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.35);
  border-radius: 0 0 12px 12px;
  background: #fff;
}

#home-carousel img {
  width: 100%;
  height: 100vh;
}

#home-carousel .carousel-control {
  background-image: none;
}

#home-carousel .carousel-control .glyphicon {
  color: #f58220;
}

.header {
  /* background: unset !important; */
  /* background-color: #663f39 !important; */
  background: linear-gradient(
    135deg,
    #1b2370 0%,
    #2a3493 45%,
    #f58220 100%
  ) !important;
}

.sec-formwrap {
  margin-top: 70px;
  padding: 80px 0 40px;
  width: 100%;
  position: relative;
}

.sec-formwrap .testimonial {
  text-align: center;
  font-size: 36px;
}

.sec-formwrap .person {
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #525252;
}

.sec-formwrap {
  background: url(../images/handshake.jpg) no-repeat center center/cover;
  padding: unset !important;
}

.overlay {
  background: #333333b3;
  padding: 80px 0px;
}

.sec-formwrap .testimonial {
  color: #fff;
}

.sec-formwrap .form-txt {
  color: #fff;
}

.sec-formwrap .sec-line {
  height: 2px;
  background: #9e9e9e;
  width: 40%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
}

.sec-formwrap .form-txt {
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  line-height: 20px;
}

.sec-formwrap .quote {
  /* background: url(../images/quotation-marks.webp) no-repeat center; */
  background-size: 140px;
  padding: 10px 0;
}

/* ******** */
.sec-formwrap1 {
  background: url(../images/handshake.jpg) no-repeat center center/cover;
  /* padding: unset !important; */
}

.overlay {
  background: #333333b3;
  padding: 80px 0px;
}

.sec-formwrap1 .testimonial {
  color: #fff;
}

.sec-formwrap1 .form-txt {
  color: #fff;
}

.sec-formwrap1 .sec-line {
  height: 2px;
  background: #9e9e9e;
  width: 40%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
}

.sec-formwrap1 .form-txt {
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  line-height: 20px;
}

.sec-formwrap1 .quote {
  background: url(../images/quotation-marks.webp) no-repeat center;
  background-size: 140px;
  padding: 10px 0;
}

.sec-formwrap1 {
  margin-top: 70px;
  padding: 110px 0 100px !important;
  width: 100%;
  position: relative;
  /* padding: 50px 0px !important; */
}

.sec-formwrap1 .testimonial {
  text-align: center;
  font-size: 22px !important;
  line-height: 32px !important;
}

.btn-wrap {
  margin: 40px 0;
}

.btn-wrap2 {
  margin: 30px 0;
}

.popup-btn {
  /* background: #663f39 !important; */
  border: 1px solid #fff !important;
  background: linear-gradient(
    135deg,
    #1b2370 0%,
    #2a3493 45%,
    #f58220 100%
  ) !important;
}

.btn-wrap a {
  text-align: center;
  display: block;
  background: linear-gradient(
    to right,
    #67c07f,
    #0fbba1,
    #00b3be,
    #00a7d1,
    #4698d3
  );
  color: #fff;
  font-size: 26px;
  position: relative;
  padding: 9px 0;
  border-radius: 10px;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
}

.btn-wrap a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid #49bd8c;
  border-radius: 10px;
  left: 5px;
  top: 5px;
  z-index: -1;
}

.btn-wrap a {
  /* background: #663f39 !important; */
  background: linear-gradient(135deg, #1b2370 0%, #2a3493 45%, #f58220 100%);
}

.btn-wrap2 a {
  text-align: center;
  display: block;

  color: #fff;
  font-size: 26px;
  position: relative;
  padding: 9px 0;
  border-radius: 10px;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
}

.btn-wrap2 a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid #49bd8c;
  border-radius: 10px;
  left: 5px;
  top: 5px;
  z-index: -1;
}

.btn-wrap2 a {
  border: 2px solid;
  width: max-content;
  padding: 10px 15px;
  background-size: 200% 200%;
  background-image: linear-gradient(
    135deg,
    transparent 0%,
    transparent 45%,
    transparent 100%
  );
  transition:
    background-position 0.5s ease,
    background-color 0.5s ease,
    box-shadow 0.5s ease;
}

.btn-wrap2 a:hover {
  background-image: linear-gradient(
    135deg,
    #1b2370 0%,
    #2a3493 45%,
    #f58220 100%
  );
  background-size: 200% 200%;
  animation: gradientShift 2s ease infinite;
  box-shadow: 0 4px 15px rgba(245, 130, 32, 0.4);
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.register-cta-text {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  margin-top: 30px;
}

.register-cta-text .fa-arrow-down {
  display: inline-block;
  margin-left: 5px;
  animation: bounceArrow 1.5s ease infinite;
}

@keyframes bounceArrow {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

.modal .modal-content {
  background: url(../images/Config.webp) top !important;
}

.btn-wrap .morehighlight {
  width: 100%;
  background: #1d7973;
  background: -webkit-linear-gradient(top left, #1d7973, #d3e932);
  background: -moz-linear-gradient(top left, #1d7973, #d3e932);
  background: linear-gradient(to bottom right, #1d7973, #d3e932);
}

.btn-wrap .morehighlight::after {
  border: 2px solid #64a342;
}

.btn-wrap2 .morehighlight {
  width: 100%;
  background: #1d7973;
  background: -webkit-linear-gradient(top left, #1d7973, #d3e932);
  background: -moz-linear-gradient(top left, #1d7973, #d3e932);
  background: linear-gradient(to bottom right, #1d7973, #d3e932);
}

.btn-wrap2 .morehighlight::after {
  border: 2px solid #64a342;
}

#pageloader {
  background: rgba(34, 34, 34, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader .loading-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pageloader .loading-wrap img {
  width: 100px;
  transform: rotateY(0deg);
  -webkit-animation: rotateAnimation 2.5s ease-in infinite;
  animation: rotateAnimation 2.5s ease-in infinite;
  transition: all 0.5s ease-in-out;
}

@-webkit-keyframes rotateAnimation {
  0% {
    transform: rotateY(0deg);
  }

  25% {
    transform: rotateY(90deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  75% {
    transform: rotateY(270deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

@keyframes rotateAnimation {
  0% {
    transform: rotateY(0deg);
  }

  25% {
    transform: rotateY(90deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  75% {
    transform: rotateY(270deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

/*--- Modal Css ---------*/
.modal {
  z-index: 99999;
  background: rgba(185, 185, 185, 0.6);
}

.modal .modal-content {
  background-color: #353535 !important;
  background: url(../images/backimg3.webp) top;
}

.modal .modal-content .modal-body {
  background-size: cover;
  padding-bottom: 30px;
}

.modal .modal-content .modal-body .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  opacity: 1;
  outline: none;
}

.modal .modal-content .modal-body .close span {
  height: 30px;
  width: 30px;
  display: block;
  font-size: 26px;
}

.modal .modal-content .modal-body h3 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  margin-top: -35px;
  margin-bottom: 10px;
  font-family: Oswald;
}

.modal .modal-content .modal-body p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
}

.modal .modal-content .modal-body img {
    width: 80px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: -55px;
    background: #fff;
    padding: 13px 13px;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.modal .modal-dialog {
  margin-top: 80px !important;
  z-index: 9999 !important;
}

/*---------Modal Form---------------- */
.modal-form input,
.modal-form select {
  height: 40px;
  border: 1px solid #ffffff;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 0 7px 7px 0 !important;
  color: #222222;
  border-left: none;
  outline: none !important;
}

/* .modal-body {
  padding-top: 5vw;
} */

.modal-form input::placeholder,
.modal-form select::placeholder {
  color: #222222;
}

.modal-form .input-group-addon {
  background: #fff;
  color: #1b2370;
  border: 1px solid #ffffff;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

.modal-form .input-group-addon .form-ico {
  font-size: 19px !important;
}

.modal-form .form-group {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0;
}

.modal-form .form-group .form-control:focus {
  box-shadow: none !important;
}

.error {
  color: #f00;
  font-weight: 600;
  padding: 4px;
}

.popup-btn {
  color: #fff !important;
  border: none;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin: 0 auto;
  background: #3e3e3e;
}

.popup-btn:hover {
  background: #3e3e3e;
}

.popup-btn:focus {
  outline: none;
  background: #3e3e3e;
}

footer {
  background: linear-gradient(
    135deg,
    #0e1650 0%,
    #1b2370 50%,
    #252d8c 100%
  ) !important;
  padding: 50px 0 25px;
  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1b2370, #f58220, #1b2370);
}

footer img {
  width: 200px;
  margin: 0 auto 18px;
  display: block;
  background: #fff;
  padding: 14px 22px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

footer .adress {
  color: #ffffff;
}

footer .adress p {
  text-align: center;
  font-size: 16px;
  margin: 18px 0;
  line-height: 25px;
}

footer .adress p a {
  color: #ffffff !important;
}

footer .policy {
  text-align: center;
  color: #ffffff;
  line-height: 18px;
  font-size: 13px;
}

.ref-btn {
  color: #ffffff;
}

.ref-btn:hover,
.ref-btn:focus {
  color: #ffffff;
}

.form-line {
  margin: 0 0 20px !important;
}

.captcha_img {
  width: 100% !important;
  top: 0 !important;
  margin-bottom: 20px !important;
}

.ref-icon {
  font-size: 34px;
  margin-left: 10px;
  color: #ffffff !important;
}

/*----------------------------- Responsive----------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .btn-wrap a {
    text-align: center;
    display: block;
    font-size: 20px;
    position: relative;
    padding: 15px 0;
  }

  .btn-wrap2 a {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 20px;
    position: relative;
    padding: 15px 10px;
  }

  /* .modal-body {
    padding-top: 70px;
  } */

  .pdm0 {
    padding: 0 !important;
  }

  .header {
    height: 50px;
  }

  .header img {
    width: 120px;
    padding: 8px 15px;
  }

  .sec-formwrap {
    margin-top: 45px;
    padding: 60px 0 40px;
  }

  .sec-formwrap .testimonial {
    font-size: 27px;
  }

  .sec-formwrap .quote {
    background-size: 270px;
    padding: 50px 0;
  }

  .btn-wrap .morehighlight {
    font-size: 20px;
  }

  .btn-wrap2 .morehighlight {
    font-size: 20px;
  }

  #home-carousel img {
    object-fit: contain;
  }
}

/*# sourceMappingURL=style.css.map */

.sec-formwrap .testimonial {
  text-align: center;
  font-size: 22px !important;
  line-height: 32px !important;
}

/* Footer contact list */
.footer-contact {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin: 18px 0 8px;
  padding: 0;
  list-style: none;
}

.footer-contact li a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-contact li a:hover {
  color: #f58220;
}

.footer-contact .ft-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  background: linear-gradient(135deg, #f58220, #ffb347);
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(245, 130, 32, 0.35);
}

/* Premium social icons */
.social-links {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 18px 0 10px;
  padding: 0;
  list-style: none;
}

.social-links li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.social-links li a:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #f58220, #ffb347);
  border-color: #f58220;
  color: #fff;
  box-shadow: 0 10px 22px rgba(245, 130, 32, 0.5);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 16px;
  margin-top: 12px !important;
  font-size: 13px !important;
}

.footer-terms-link {
  color: #f58220 !important;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.25s ease;
}

.footer-terms-link:hover {
  color: #fff !important;
  text-decoration: underline;
}

/* Terms modal - ensure it appears above the referral form modal */
#terms-modal {
  z-index: 99999999 !important;
}

.terms-modal-content {
  background: #fff !important;
  border-radius: 14px !important;
  overflow: hidden;
}

.terms-modal-content .modal-body {
  padding: 32px 36px !important;
  background: #fff !important;
}

.terms-modal-content .modal-body .close {
  color: #1b2370 !important;
  font-size: 28px;
  right: 14px !important;
  top: 10px !important;
}

.terms-modal-content .terms-title {
  color: #1b2370 !important;
  font-size: 22px !important;
  text-align: center !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  margin: 0 0 4px !important;
  text-transform: none !important;
  font-family: "Nunito", sans-serif !important;
}

.terms-modal-content .terms-subtitle {
  color: #666 !important;
  text-align: center !important;
  font-size: 13px !important;
  font-style: italic;
  margin-bottom: 18px !important;
}

.terms-modal-content .terms-body {
  max-height: 55vh;
  overflow-y: auto;
  padding: 10px 18px 10px 4px;
  border-top: 2px solid #f58220;
  border-bottom: 1px solid #e5e5e5;
}

.terms-modal-content .terms-body h4 {
  color: #1b2370;
  font-size: 15px;
  font-weight: 700;
  margin: 18px 0 8px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #f58220;
}

.terms-modal-content .terms-body h5 {
  color: #f58220;
  font-size: 14px;
  font-weight: 700;
  margin: 14px 0 6px;
}

.terms-modal-content .terms-body p,
.terms-modal-content .terms-body li {
  color: #333 !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
  text-align: left !important;
  margin-bottom: 6px !important;
}

.terms-modal-content .terms-body ul {
  list-style: disc;
  padding-left: 22px;
  margin-bottom: 10px;
}

.terms-modal-content .terms-body::-webkit-scrollbar {
  width: 6px;
}

.terms-modal-content .terms-body::-webkit-scrollbar-thumb {
  background: #1b2370;
  border-radius: 3px;
}

.terms-footer {
  text-align: center;
  padding-top: 18px;
}

.terms-footer .popup-btn {
  padding: 10px 36px;
  border-radius: 8px;
}

/* ===== Registration Form Sections ===== */
.section-title {
  color: #f58220 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: left !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px !important;
  padding-left: 5px;
}

.modal-form hr {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 15px 0 10px;
}

/* File upload styling */
.file-upload-group {
  height: auto !important;
  margin-bottom: 25px !important;
}

.file-upload-group .file-label {
  display: block;
  color: #fff;
  font-size: 13px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: 400;
}

.file-upload-group .file-label small {
  color: #ccc;
  font-size: 11px;
}

.file-upload-group .input-group {
  width: 100%;
}

.file-input {
  padding: 6px 10px !important;
  height: auto !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.file-input::-webkit-file-upload-button {
  background: linear-gradient(135deg, #1b2370 0%, #2a3493 45%, #f58220 100%);
  color: #fff;
  border: none;
  padding: 4px 12px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  margin-right: 10px;
}

/* Declaration section */
.declaration-section {
  padding: 10px 15px;
  text-align: left;
}

.checkbox-group {
  margin-bottom: 10px;
}

.declaration-label {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  cursor: pointer;
  display: flex !important;
  align-items: flex-start;
  gap: 8px;
  text-align: left !important;
}

.declaration-label input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px;
  margin-top: 2px;
  cursor: pointer;
}

.terms-link {
  color: #f58220 !important;
  text-decoration: underline !important;
  font-weight: 600;
}

.terms-link:hover {
  color: #fff !important;
}

#terms-content h4 {
  color: #1b2370;
}

#terms-content p {
  color: #333 !important;
  text-align: left !important;
  font-size: 13px !important;
  margin-bottom: 10px !important;
}

/* Modal dialog wider for more fields */
#referral-modal2 .modal-dialog {
  max-width: 800px;
  width: 90%;
}

/* Textarea styling */
.modal-form textarea {
  border: 1px solid #ffffff;
  background: #fff;
  color: #222222;
  outline: none !important;
  font-family: "Nunito", sans-serif;
}

.modal-form textarea::placeholder {
  color: #222222;
}

.modal-form textarea:focus {
  box-shadow: none !important;
}

@media screen and (max-width: 767px) {
  .sec-formwrap .testimonial {
    font-size: 16px !important;
  }

  #referral-modal2 .modal-dialog {
    width: 95%;
    margin: 20px auto !important;
  }

  .declaration-label {
    font-size: 12px !important;
  }
}

/* ===== Bank Name searchable picklist (combobox) ===== */
.bank-suggest {
  position: relative;
}

/* down-caret affordance so the field reads as a dropdown/picklist */
.bank-suggest .input-group {
  position: relative;
}
.bank-suggest .input-group::after {
  content: "\f0d7"; /* fa-caret-down */
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #1b2370;
  font-size: 14px;
  pointer-events: none;
  z-index: 2;
}
.bank-suggest .input-group #bank_name {
  padding-right: 26px;
}

.bank-suggest-list {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
  max-height: 260px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #d6d9e6;
  border-radius: 7px;
  box-shadow: 0 8px 20px rgba(27, 35, 112, 0.15);
  display: none;
  text-align: left;
}
.bank-suggest-list.open {
  display: block;
}
.bank-suggest-list li {
  padding: 9px 14px;
  font-size: 14px;
  line-height: 1.3;
  color: #222222;
  cursor: pointer;
  border-bottom: 1px solid #f1f2f7;
  white-space: normal;
}
.bank-suggest-list li:last-child {
  border-bottom: 0;
}
.bank-suggest-list li.active,
.bank-suggest-list li:hover {
  background: #eef1fb;
  color: #1b2370;
}
.bank-suggest-list li .match {
  font-weight: 700;
  color: #1b2370;
}
.bank-suggest-list li.no-result {
  color: #999999;
  cursor: default;
  font-style: italic;
}
.bank-suggest-list li.no-result:hover {
  background: #fff;
  color: #999999;
}
