* {
  z-index: 1;
}

body {
  font-family: Raleway;
}

#show_bg_2 {
  background-image: linear-gradient(202deg, rgba(29, 113, 181, 0.3506) 0%, #01213c 40%), url("../images/banking.jpeg");
  width: 100%;
  height: auto;
  background-size: auto;
  color: white;
  padding: 20px;
}

.banner.banklogo {
  width: 70%;
}

.radial-gradient {
  position: relative;
  top: -330px;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #1D71B5;
  -webkit-filter: blur(200px);
  filter: blur(200px);
}

.logo {
  max-width: 100%;
  width: 280px;
}

.heading.lg {
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: 700;
}

.heading.md {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 500;
}

.heading.sm {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
}

.heading.xs {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.heading span {
  color: #EA6852;
}

.container {
  max-width: 1100px;
}

.soft-form {
  background: #1150aaad;
  opacity: 0.8;
  padding: 30px;
  border-radius: 30px;
  border: 2px solid #2b6a96;
}

.soft-form textarea, .soft-form input {
  background-color: transparent !important;
  border: 1px solid #2b6a96;
  color: #fff !important;
  margin-bottom: 10px;
  border-radius: 10px;
  min-height: 40px;
}

.soft-form textarea::-webkit-input-placeholder, .soft-form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.soft-form textarea:-ms-input-placeholder, .soft-form input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.soft-form textarea::-ms-input-placeholder, .soft-form input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.soft-form textarea::placeholder, .soft-form input::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.soft-form textarea:-ms-input-placeholder, .soft-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.soft-form textarea::-ms-input-placeholder, .soft-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.soft-form button[type=submit] {
  background: #da705b;
  width: 100%;
  color: #fff;
  font-weight: bold;
  border: 0px;
  text-transform: uppercase;
}

.text-justify {
  text-align: justify;
}

.usp-card {
  background: #1150aaad;
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #2b6a96;
  margin-bottom: 20px;
}

.usp-card img {
  height: 50px;
  display: block;
  margin: 10px auto;
}

.faq_item {
  background: #1150aaad;
  padding: 35px;
  text-align: left;
  border-radius: 20px;
  border: 1px solid #2b6a96;
  margin-bottom: 20px;
}

.faq_item p {
  border-left: 1px solid #da705b;
  padding-left: 25px;
}

.blue-bg {
  background: #00112D;
  padding: 25px;
  color: #fff;
}

.blue-fill {
  background: #00112D;
  padding: 25px;
  color: #fff;
}

.blue-fill.round {
  border-radius: 20px;
}

.blue-fill ul {
  list-style: none;
  /* Remove default bullets */
}

.blue-fill ul li::before {
  content: "\2022";
  color: #EA6852;
  font-weight: bold;
  display: inline-block;
  width: 1.2em;
  margin-left: -1em;
}

hr {
  border-color: #fff;
}

.custom-right {
  text-align: right;
}

.custom-left {
  text-align: left;
}

.ball {
  width: 400px;
  height: 400px;
  position: fixed;
  /* top: 0; */
  /* left: 0; */
  /* border: 3px solid dodgerblue; */
  border-radius: 100%;
  /* pointer-events: none; */
  background: #0a3b82;
  -webkit-filter: blur(53px);
  filter: blur(80px);
  z-index: 0;
  opacity: 0.7;
}

.faqs_list {
  visibility: hidden;
  height: 100vh;
  width: 100%;
  list-style: none;
}

.faqs_list li {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  background: #1150aaad;
  padding: 35px;
  text-align: left;
  border-radius: 20px;
  border: 1px solid #2b6a96;
  margin-bottom: 20px;
  width: 100%;
}

.faqs_list li p {
  border-left: 1px solid #da705b;
  padding-left: 25px;
}

@media screen and (max-width: 768px) {
  .faqs_list {
    visibility: visible;
    height: auto;
    width: 100%;
    list-style: none;
    padding: 0px;
  }
  .faqs_list li {
    display: block;
    position: inherit;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    background: #1150aaad;
    padding: 35px;
    text-align: left;
    border-radius: 20px;
    border: 1px solid #2b6a96;
    margin-bottom: 20px;
    width: 100%;
  }
  .faqs_list li p {
    border-left: 1px solid #da705b;
    padding-left: 25px;
  }
  .custom-right {
    text-align: center;
  }
  .custom-left {
    text-align: center;
  }
  .banner.banklogo {
    width: 100%;
  }
  .heading.lg {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 700;
  }
  .heading.md {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
  }
  .heading.sm {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 500;
  }
  .heading.xs {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 500;
  }
}
/*# sourceMappingURL=style.css.map */