:root {
  --primary: #3389fb;
  --primaryFont: "Maven Pro", sans-serif;
  --txtClr: #0f3256;
}

* {
  font-family: "Maven Pro", sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
}

body.no-scroll {
  overflow: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
}

a {
  text-decoration: none !important;
  color: #707070;
  font-family: "Maven Pro", sans-serif;
}

/*.imgfit {
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: top center;
}*/

#techbankMain {
  opacity: 0;
  transition: 0.15s ease-in
}

.imgfit {
  max-width: 100%;
}

.imgfit.img-scale-down {
  object-fit: scale-down;
}

.imgfit.img-contain {
  object-fit: contain;
}

@media only screen and (min-width: 1440px) {
  .container {
    max-width: calc(100% - 200px);
  }
}

.sec-wrap {
  padding: 60px 0;
}

@media only screen and (max-width: 767px) {
  .hidden-mob {
    display: none;
  }
}

@media only screen and (min-width: 200px) and (max-width: 320px) {
  .xsm-pl-0 {
    padding-left: 0;
  }
}

.count-stat .count-stat-holder ul li figure img,
.menu-toggle figure img,
.menu-icon img,
.various .img-fluid {
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: top center;
}

/*==== Header ====*/

.tech_header .row {
  position: relative;
}

.tech_header .tech_bnk_logo {
  max-width: 165px;
  width: 100%;
  padding: 5px 0;
  min-height: 60px;
}

@media only screen and (max-width: 767px) {
  .tech_header .tech_bnk_logo {
    max-width: 150px;
  }
}

.tech_header .sign_up_action {
  margin-left: auto;
}

.tech_header .sign_up_action ul {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.tech_header .sign_up_action ul li:first-child {
  margin-left: 20px;
  background: #e5e8ea;
}

.tech_header .sign_up_action ul li:first-child>a {
  color: #0f3256;
}

@media only screen and (max-width: 767px) {
  .tech_header .sign_up_action ul li:first-child {
    margin: 0;
  }
}

.tech_header .sign_up_action ul li a {
  padding: 0 35px;
  display: flex;
  align-items: center;
  line-height: 40px;
  font-weight: 500;
  font-size: 15px;
  opacity: 1;
  transition: 0.5s ease-in;
  cursor: pointer;
  color: #3389fb;
}

.tech_header .sign_up_action ul li a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .tech_header .sign_up_action ul li a {
    font-size: 1em;
  }
}

@media only screen and (max-width: 767px) {
  .tech_header .sign_up_action ul li a {
    padding: 0 20px;
    line-height: 30px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 200px) and (max-width: 320px) {
  .tech_header .sign_up_action ul li a {
    padding: 0 15px;
  }
}

.tech_header .sign_up_action ul li.sign_in a {
  background: #3389fb;
  color: #fff;
}

/*==== Techbank New Flow ====*/
.menu-toggle {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
  cursor: pointer;
}

.menu-toggle figure {
  width: 30px;
  height: 30px;
}

.menu-popover {
  position: fixed;
  width: 100%;
  max-width: 350px;
  background: #fff;
  z-index: 9999;
  border: 1px solid #707070;
  border-radius: 0px 33px 33px 33px;
  left: 0;
  overflow: hidden;
}

.menu-popover:hover {
  opacity: 1;
  transform: rotate3d(0, 1, 0, 0deg);
}

.menu-popover .inner-menu {
  padding: 15px 15px 0;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

.menu-popover .inner-menu ul>li {
  margin-bottom: 8px;
  border-bottom: 1px solid #f6f6f6;
}

.menu-popover .inner-menu ul>li:last-child {
  border-bottom: none;
}

.menu-popover .inner-menu ul>li>a {
  display: inline-block;
  padding: 10px;
  border-radius: 13px;
  overflow: hidden;
  transition: 0.3s ease-in;
  width: 100%;
  margin-bottom: 5px;
}

.menu-popover .inner-menu ul>li>a:hover {
  background: #ecf5ff;
}

.menu-popover .inner-menu ul>li .inner-link {
  display: flex;
  align-items: center;
}

.menu-icon {
  width: 50px;
  height: 50px;
}

.menu-content {
  margin-left: 15px;
  width: 100%;
}

.menu-content h5 {
  font-size: 16px;
  color: #0f3256;
  font-weight: 500;
}

.menu-content h6 {
  color: #0f3256;
  font-size: 12px;
  font-weight: 100;
  line-height: 15px;
}

.menu-icon img {
  object-fit: contain;
  object-position: center;
}

.secHead {
  text-align: center;
  font-family: "Maven Pro", sans-serif;
  margin-bottom: 3rem;
}

.overlay-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0;
}

.tech_header .sign_up_action,
.mobile-sign,
.tech_header .sign_up_action ul,
.tech_header .sign_up_action ul>li,
.tech_header .sign_up_action ul li a {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .secHead {
    margin-bottom: 1rem;
  }

  .xs-p-0 {
    padding: 0;
  }

  .mobile-sign {
    background: #3389fb;
    width: 100%;
  }

  .mobile-sign figure {
    margin: 0 auto;
  }

  .tech_header {
    padding: 0;
  }

  .tech_header .sign_up_action ul>li>a {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .tech_bnk_logo {
    margin: 0 auto;
  }

  .menu-toggle {
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
  }

  .menu-toggle figure {
    width: 25px;
    height: 25px;
  }

  .mobile-pos {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
    width: fit-content;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .secHead {
    margin-bottom: 1.5rem;
  }

  .menu-popover {
    left: 25px;
  }

  .menu-toggle {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .shape.sec-right-bottom {
    z-index: -1;
    opacity: 0.5;
  }
}

.secHead h3 {
  color: #0f3256;
  text-transform: capitalize;
  font-size: 2rem;
  font-weight: 500;
}

@media only screen and (max-width: 1400px) and (min-width: 1025px) {
  .menu-popover {
    max-width: 330px;
  }

  .main-content h5 {
    font-size: 14px;
  }

  .main-content h6 {
    font-size: 12px;
  }

  .menu-icon {
    width: 40px;
    height: 40px;
  }

  .tech_header .tech_bnk_logo {
    width: auto;
    height: 65px;
    padding: 0;
  }

  .menu-toggle figure {
    width: 25px;
    height: 25px;
  }

  .menu-popover .inner-menu ul>li>a {
    padding: 8px 10px
  }
}

@media only screen and (max-width: 768px) {
  .menu-popover {
    transform: translateX(-400px);
    left: 0;
    opacity: 0;
    border-radius: 0;
    border: none;
    height: 100vh;
    width: calc(100% - 16.6%);
    transition: 0.3s ease-in;
  }

  .menu-popover.aos-animate {
    transform: translateX(0);
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .secHead h3 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .secHead h3 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .secHead h3 {
    font-size: 1.6rem;
  }
}


@media only screen and (max-width: 375px) {
  .menu-content h6 {
    font-size: 11px;
  }
}

/*--- Common Button STyles --*/
.techbnk_theme_btn {
  cursor: pointer;
  margin-top: 1.5rem;
  background: var(--primary);
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
  color: #ffffff;
  border: none;
  display: inline-block;
  width: 220px;
  max-width: 100%;
  line-height: 45px;
  text-transform: capitalize;
  font-size: 16px;
  outline: none !important;
  transition: 0.2s ease-in;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 2px solid var(--primary);
  text-decoration: none !important;
  transition: 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .techbnk_theme_btn {
    line-height: 40px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .techbnk_theme_btn {
    line-height: 40px;
    font-size: 15px;
    width: 230px;
  }
}

#footer-tech-bank {
  font-family: "Maven Pro", sans-serif;
  background: #1a2126;
  padding: 40px 0;
  color: #c5c5c5;
}

#footer-tech-bank .footer-about {
  width: 100%;
  max-width: 260px;
}

#footer-tech-bank .footer-about .footer-logo {
  max-width: 100%;
  margin-bottom: 20px;
}

#footer-tech-bank .footer-about article {
  line-height: 27px;
  text-transform: capitalize;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  #footer-tech-bank .footer-about {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
  }

  #footer-tech-bank .footer-about .footer-logo {
    width: 150px;
    margin: 0 auto 20px;
  }

  #footer-tech-bank .footer-about article {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer-tech-bank .footer-about .footer-logo {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  #footer-tech-bank .footer-about .footer-logo {
    width: 140px;
    margin-bottom: 1rem;
  }

  #footer-tech-bank .footer-about article {
    font-size: 13px;
    line-height: 23px;
  }
}

#footer-tech-bank .footer-address {
  position: relative;
  padding: 30px 40px;
  box-sizing: border-box;
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  #footer-tech-bank .footer-address {
    padding: 10px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer-tech-bank .footer-address {
    padding: 0;
    margin-top: 2rem;
  }
}

#footer-tech-bank .footer-address::before,
#footer-tech-bank .footer-address::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #f8f8f826;
  top: 0;
}

#footer-tech-bank .footer-address::before {
  left: 0px;
}

#footer-tech-bank .footer-address::after {
  right: 50px;
  left: auto;
}

@media only screen and (max-width: 767px) {

  #footer-tech-bank .footer-address::before,
  #footer-tech-bank .footer-address::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

  #footer-tech-bank .footer-address::before,
  #footer-tech-bank .footer-address::after {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  #footer-tech-bank .footer-address::after {
    right: 0;
  }
}

#footer-tech-bank .footer-address .head {
  margin-bottom: 12px;
}

#footer-tech-bank .footer-address .head h4 {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  #footer-tech-bank .footer-address .head h4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  #footer-tech-bank .footer-address .head {
    text-align: center;
  }

  #footer-tech-bank .footer-address .head h4 {
    font-size: 25px;
  }
}

#footer-tech-bank .footer-address .address_block {
  padding: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}

#footer-tech-bank .footer-address .address_block .address {
  flex-basis: 50%;
}

#footer-tech-bank .footer-address .address_block .address h5 {
  margin-bottom: 10px;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

#footer-tech-bank .footer-address .address_block .address article {
  font-size: 14px;
  line-height: 23px;
}

@media only screen and (max-width: 767px) {
  #footer-tech-bank .footer-address .address_block {
    flex-wrap: wrap;
    padding: 0;
  }

  #footer-tech-bank .footer-address .address_block .address {
    flex-basis: 100%;
    text-align: center;
  }

  #footer-tech-bank .footer-address .address_block .address+.address {
    margin-top: 2rem;
  }

  #footer-tech-bank .footer-address .address_block .address h5 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  #footer-tech-bank .footer-address .address_block {
    padding: 0;
  }
}

@media only screen and (min-width: 1120px) and (max-width: 1440px) {
  #footer-tech-bank .footer-address .address_block {
    padding: 0;
  }
}

#footer-tech-bank .footer-contact-us h5 {
  margin-bottom: 15px;
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
}

#footer-tech-bank .footer-contact-us h6 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

#footer-tech-bank .footer-contact-us a {
  color: #00dcff;
  margin-top: 15px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  #footer-tech-bank .footer-contact-us {
    text-align: center;
  }

  #footer-tech-bank .footer-contact-us h5 {
    font-size: 25px;
  }

  #footer-tech-bank .footer-contact-us h6 {
    font-size: 22px;
  }

  #footer-tech-bank .footer-contact-us a {
    margin-top: 30px;
  }

  #footer-tech-bank .footer-contact-us .social-icons {
    margin: 0 auto;
  }
}

.copyright {
  background: #1a2126;
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .copyright .card_verify {
    width: 300px;
    margin: 0 auto 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .copyright .card_verify {
    width: 250px;
    margin: 0 auto 40px;
  }
}

.copyright .copyright_cnt {
  text-align: center;
  position: relative;
  padding: 10px 0;
}

.copyright .copyright_cnt::before,
.copyright .copyright_cnt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #f8f8f826;
  top: 0;
}

.copyright .copyright_cnt::before {
  left: 0;
}

.copyright .copyright_cnt::after {
  right: 50px;
}

.copyright .copyright_cnt h6 {
  font-family: "Maven Pro", sans-serif;
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {

  .copyright .copyright_cnt::before,
  .copyright .copyright_cnt::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

  .copyright .copyright_cnt::before,
  .copyright .copyright_cnt::after {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  .copyright .copyright_cnt::after {
    right: 0;
  }
}

.copyright .terms_privacy {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .copyright .terms_privacy {
    justify-content: center;
    margin-bottom: 10px;
  }
}

.copyright .terms_privacy li {
  margin-left: 15px;
}

.copyright .terms_privacy li a {
  display: inline-block;
  font-size: 15px;
  color: #00dcff;
  font-family: "Maven Pro", sans-serif;
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  .copyright .terms_privacy li {
    margin: 0 3px;
  }

  .copyright .terms_privacy li a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .copyright .terms_privacy li {
    margin: 0 5px;
  }

  .copyright .terms_privacy li a {
    font-size: 14px;
  }
}

/*-- Fancy box Popup --*/
.fancybox-skin {
  padding: 0 !important;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

@media only screen and (max-width: 767px) {
  .fancybox-inner {
    width: 100% !important;
  }
}

/*-- Login popup --*/
@media only screen and (max-width: 767px) {
  .login-fancybox {
    width: 100% !important;
    left: 0 !important;
  }
}

.login-fancybox .fancybox-close {
  top: 45px;
  right: 40px;
  width: 30px;
  height: 30px;
}

.login_pop {
  width: 550px;
  padding: 0 50px 30px;
  box-sizing: border-box;
  font-family: "Maven Pro", sans-serif;
  background: url("../images/acquires/acquires_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: scroll;
}

@media only screen and (max-width: 767px) {
  .login_pop {
    width: 100%;
    padding: 0 30px 30px;
  }
}

.login_pop .login_form_head {
  padding: 50px 0 30px;
}

.login_pop .login_form_head h4 {
  font-size: 1.5rem;
  text-transform: capitalize;
}

.login_pop form .form-elements {
  padding: 0 10px;
}

.login_pop form .form_gp {
  margin-bottom: 20px;
}

.login_pop form label,
.login_pop form input {
  display: inline-block;
  width: 100%;
}

.login_pop form label {
  margin-bottom: 10px;
  font-size: 13px;
}

.login_pop form input {
  line-height: 50px;
  padding: 0 15px;
  font-size: 15px;
  border: 1px solid #e7f5ff;
  outline: none !important;
  overflow: hidden;
  color: #3c3c3c;
  font-weight: 500;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.login_pop form input::placeholder {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
}

.login_pop form .forgot_psw {
  color: #3389fb;
  font-size: 14px;
  font-weight: 500;
}

.login_pop form .login-action {
  margin-top: 2rem;
}

.login_pop form .login-action button {
  width: 100%;
  line-height: 50px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  text-align: center;
  background: #3389fb;
  border: none;
  box-shadow: 0px 10px 20px #1473e657;
  cursor: pointer;
  outline: none;
  transition: 0.5s ease-in;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0 !important;
}

.login_pop form .login-action button:hover {
  background: #145ab7;
}

.login_pop .signup-div {
  margin-top: 2rem;
  text-align: center;
}

.login_pop .signup-div h4 {
  font-size: 14px;
  color: #707070;
  font-weight: 400;
}

.login_pop .signup-div h4 a {
  color: #3389fb;
  font-weight: 500;
}

.login_pop .custom-close {
  position: relative;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  background: none;
}

.login_pop .sign_content article {
  line-height: 28px;
  font-weight: 500;
}

.login_pop .sign_content article a {
  color: #3389fb;
  pointer-events: none;
}

.login_pop .download-app {
  margin-top: 3rem;
}

.login_pop .download-app ul {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.login_pop .download-app ul li {
  width: 48%;
}

.login_pop .download-app ul li a {
  display: inline-block;
}

/* -- Hiding Unwanted Section --*/
#register {
  display: none;
}

/*-- Alert Designs --*/
.error-alert {
  text-align: center;
  margin-top: 20px;
  padding: 15px 0;
  color: #d82a2a;
  border-radius: 5px;
  background: #f4e7ed;
}

.hero-slider .flexslider {
  margin: 0;
  border: none;
  box-shadow: none;
}

.hero-slider .flex-direction-nav {
  display: none;
}

.hero-slider .flex-control-nav {
  z-index: 10;
  bottom: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .hero-slider .flex-control-nav {
    display: none;
  }
}

.hero-slider .flex-control-nav li a {
  background: #ffffff;
  border: 1px solid #707070;
  transition: 0.3s ease-in;
}

.hero-slider .flex-control-nav li a.flex-active {
  background: #3389fb;
  border-color: #3389fb;
  width: 15px;
  height: 15px;
}

.hero-slider .slider_action {
  position: absolute;
  bottom: 0;
  left: 7%;
  opacity: 0;
  transition: 0.5s ease-in;
}

@media only screen and (max-width: 767px) {
  .hero-slider .slider_action {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hero-slider .slider_action {
    display: none;
  }
}

.hero-slider .flex-active-slide .slider_action {
  bottom: 25%;
  opacity: 1;
}

@media only screen and (min-width: 1440px) {
  .hero-slider {
    height: 750px;
  }

  .hero-slider .flex-active-slide .slider_action {
    bottom: 10%;
  }

  .flexslider .slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1430px) {
  .hero-slider {
    height: 575px;
  }

  .flexslider .slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*==== Counter ====*/

.count-stat .count-stat-holder ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .count-stat .count-stat-holder ul {
    justify-content: space-between;
  }
}

.count-stat .count-stat-holder ul li {
  text-align: center;
  font-family: "Maven Pro", sans-serif;
  flex-basis: 33.3%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .count-stat .count-stat-holder ul li {
    flex-basis: 35%;
    margin-bottom: 2.5rem;
  }

  .count-stat .count-stat-holder ul li:nth-child(n + 3) {
    margin-bottom: 0;
  }

  .count-stat .count-stat-holder ul li:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
  }
}

.count-stat .count-stat-holder ul li figure {
  width: 100px;
  height: 100px;
  margin: 0 auto 5px;
}

@media only screen and (max-width: 767px) {
  .count-stat .count-stat-holder ul li figure {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .count-stat .count-stat-holder ul li figure {
    height: 80px;
    width: 80px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .count-stat .count-stat-holder ul li figure {
    height: 80px;
    width: 80px;
  }
}

.count-stat .count-stat-holder ul li .counter-content {
  font-family: "Maven Pro", sans-serif;
}

.count-stat .count-stat-holder ul li .counter-content h4 {
  color: #3389fb;
  font-size: 2.2rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .count-stat .count-stat-holder ul li .counter-content h4 {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .count-stat .count-stat-holder ul li .counter-content h4 {
    font-size: 2rem;
  }
}

.count-stat .count-stat-holder ul li .counter-content h6 {
  color: #707070;
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .count-stat .count-stat-holder ul li .counter-content h6 {
    font-size: 12px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .count-stat .count-stat-holder ul li .counter-content h6 {
    font-size: 14px;
    margin-top: 5px;
  }
}

.acquires {
  background-image: url("../images/acquires/acquires_bg.png");
  position: relative;
}

.acquire_card {
  position: relative;
}

.acquire_card .acquires_content {
  background: #fff;
  font-family: "Maven Pro", sans-serif;
}

.acquire_card .acquires_content .card-header {
  color: #0f3256;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.8rem;
  letter-spacing: 0.8px;
  background: none !important;
  border: none !important;
}

@media only screen and (max-width: 767px) {
  .acquire_card .acquires_content .card-header {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }

  .acquire_card .acquires_content .card-header span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acquire_card .acquires_content .card-header {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .acquire_card .acquires_content .card-header span {
    display: block;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  .acquire_card .acquires_content .card-header {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .acquire_card .acquires_content .card-header {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .acquire_card .acquires_content .card-content {
    padding: 30px 15px;
  }
}

.acquire_card .acquires_content .card-content p {
  color: #90a1b8;
  font-weight: 400;
  line-height: 34px;
  font-size: 19px;
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .acquire_card .acquires_content .card-content p {
    font-size: 15px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .acquire_card .acquires_content .card-content p {
    text-align: center;
    font-size: 15px;
    line-height: 30px;
  }
}

.acquire_card .acquires_content .card-content p+p {
  margin-top: 20px;
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  .acquire_card .acquires_content .card-content p {
    line-height: 30px;
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acquire_card .acquires_content .card-content p {
    line-height: 26px;
    font-size: 15px;
  }
}

.acquire_card .video_wrap {
  position: relative;
  width: 100%;
  height: 400px;
  background: #232337;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

@media only screen and (max-width: 767px) {
  .acquire_card .video_wrap {
    height: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acquire_card .video_wrap {
    margin-bottom: 20px;
    height: 280px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  .acquire_card .video_wrap {
    height: 300px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .acquire_card .video_wrap {
    height: 300px;
  }
}

.tech-bnk-info .info-content {
  font-family: "Maven Pro", sans-serif;
}

@media only screen and (max-width: 767px) {
  .tech-bnk-info .info-content {
    text-align: center !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tech-bnk-info .info-content {
    text-align: center !important;
    max-width: 550px;
    margin: 0 auto;
  }
}

.tech-bnk-info .info-content h6 {
  color: #3389fb;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .tech-bnk-info .info-content h6 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tech-bnk-info .info-content h6 {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  .tech-bnk-info .info-content h6 {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .tech-bnk-info .info-content h6 {
    font-size: 25px;
  }
}

.tech-bnk-info .info-content article {
  line-height: 30px;
  font-size: 17px;
  font-weight: 400;
  color: #90a1b8;
}

@media only screen and (max-width: 767px) {
  .tech-bnk-info .info-content article {
    font-size: 16px;
    line-height: 30px;
    text-align: center !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  .tech-bnk-info .info-content article {
    font-size: 1rem;
    line-height: 30px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .tech-bnk-info .info-content article {
    font-size: 16px;
    line-height: 27px;
  }
}

.tech-bnk-info .order-lg-1 .info-content {
  text-align: right;
}

.tech-bnk-info .info-image figure {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .tech-bnk-info .info-image figure {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tech-bnk-info .info-image figure {
    max-width: 300px;
    margin: 0 auto 1.3rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  .tech-bnk-info .info-image figure {
    padding: 0;
  }
}

/*-- Accordion New Update 08012021 ---*/
.info-accordion h3 {
  color: #3389fb;
  font-family: "Maven Pro", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  background: #f0f9ff;
  font-size: 20px;
  padding-left: 40px;
  padding-right: 0;
  margin-bottom: 15px;
}

.info-accordion h3 .collapseIcon {
  right: auto;
  left: 20px;
}

.info-accordion h3 .arrowDown {
  display: none;
}

.info-accordion h3.active {
  background: #f0f9ff;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .info-accordion h3 {
    font-size: 15px;
    text-align: center;
    padding: 15px 0;
  }
}

.info-accordion .accordion-content {
  border: none;
}

/*-- Techbank Story --*/
.techbank_story {
  background: #f5fbff;
  padding: 60px 0;
  position: relative;
}

.techbank_story::before,
.techbank_story::after {
  content: "";
  position: absolute;
  background: no-repeat;
  background-size: cover;
  width: 370px;
  height: 500px;
  max-width: 100%;
  max-height: 100%;
}

@media only screen and (max-width: 767px) {

  .techbank_story::before,
  .techbank_story::after {
    width: 160px;
    height: 190px;
    max-width: 100%;
    max-height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

  .techbank_story::before,
  .techbank_story::after {
    width: 200px;
    height: 260px;
    max-width: 100%;
    max-height: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {

  .techbank_story::before,
  .techbank_story::after {
    width: 220px;
    height: 300px;
    max-width: 100%;
    max-height: 100%;
  }
}

.techbank_story::before {
  background-image: url("../images/story/shape_top_left.png");
  top: 100px;
  left: 0;
  background-position-x: -45px;
}

@media only screen and (max-width: 767px) {
  .techbank_story::before {
    top: 10px;
    background-position-x: -20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .techbank_story::before {
    background-position-x: -30px;
    top: 10px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  .techbank_story::before {
    top: 10px;
    left: 0;
    background-position-x: -35px;
  }
}

.techbank_story::after {
  background-image: url("../images/story/shape_bottom_right.png");
  bottom: 10px;
  right: 20px;
  background-position: bottom;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .techbank_story::after {
    width: 120px;
    bottom: 0;
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .techbank_story::after {
    bottom: 0;
    right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  .techbank_story::after {
    width: 220px;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .techbank_story::after {
    width: 250px;
  }
}

@media only screen and (min-width: 1380px) and (max-width: 1440px) {
  .techbank_story::after {
    width: 220px;
    height: 300px;
    max-width: 100%;
    max-height: 100%;
  }
}

.techbank_story .secHead {
  margin-bottom: 0;
}

/* .techbank_story .story-card {
  padding: 35px 0;
} */
.techbank_story .story-card .story-image figure {
  max-width: 500px;
  width: 100%;
  height: 400px;
  margin: 0 auto;
}

.techbank_story .story-card .story-image figure img {
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: top center;
}

@media only screen and (max-width: 767px) {
  .techbank_story .story-card .story-image figure {
    height: 320px;
  }
}

.techbank_story .story-card .story-image figure img {
  object-position: center center;
  object-fit: contain;
}

.techbank_story .story-card .story-content article {
  text-align: left;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  font-family: "Maven Pro", sans-serif;
  color: #0f3256;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.story-card .order-md-0 .story-content article {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .techbank_story .story-card .story-content article {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .techbank_story .story-card .story-content article {
    max-width: 850px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .techbank_downloadapp {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .techbank_downloadapp .app-block {
    padding: 20px 0;
  }
}

.techbank_downloadapp .app-details {
  max-width: 500px;
  margin: 0 auto;
}

.techbank_downloadapp .app-details .content-area article {
  font-family: "Maven Pro", sans-serif;
  color: #707070;
  font-size: 20px;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .techbank_downloadapp .app-details .content-area article {
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .techbank_downloadapp .app-details .content-area article {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .techbank_downloadapp .app-details .content-area article {
    font-size: 16px;
    line-height: 26px;
  }
}

.techbank_downloadapp .app-details .content-area .dowanload-app-action {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .techbank_downloadapp .app-details .content-area .dowanload-app-action {
    justify-content: space-between;
  }
}

.techbank_downloadapp .app-details .content-area .dowanload-app-action a {
  flex-basis: 35%;
}

@media only screen and (max-width: 767px) {
  .techbank_downloadapp .app-details .content-area .dowanload-app-action a {
    flex-basis: 49%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .techbank_downloadapp .app-details .content-area .dowanload-app-action a {
    flex-basis: 50%;
  }
}

.techbank_downloadapp .app-details .content-area .dowanload-app-action a:first-child {
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .techbank_downloadapp .app-details .content-area .dowanload-app-action a:first-child {
    margin-right: 0;
  }
}

.techbank_downloadapp .app-details .content-area .dowanload-app-action a img {
  object-fit: contain;
}

.techbank_downloadapp .app-head-area {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .techbank_downloadapp .app-head-area {
    display: none;
  }
}

.techbank_downloadapp .app-head-area h3 {
  color: #3389fb;
  font-size: 2.5rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
}

.techbank_downloadapp .app-head-area h3 span {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 5px;
  color: #3c3c3c;
}

.techbank_downloadapp .app-head-area h3.d-wallet {
  color: #303c4b;
  font-weight: 400;
}

.techbank_downloadapp .app-head-area h3.d-wallet span:first-child {
  color: #3389fb;
}

.techbank_downloadapp .app-head-area h3.d-wallet span:last-child {
  color: #660298;
  display: inline;
  font-size: 2.5rem;
  margin-bottom: 0;
}

.techbank_downloadapp .app-head-area h3.d-wallet sup {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .techbank_downloadapp .app-mockup {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }

  .techbank_downloadapp .app-mockup figure {
    width: 50%;
  }

  .techbank_downloadapp .app-mockup.cefi {
    flex-direction: row-reverse;
  }

  .techbank_downloadapp .app-mockup.cefi .app-head-area h3 {
    text-align: right;
  }
}

.techbank_downloadapp .app-mockup .app-head-area {
  display: none;
  margin-bottom: 0;
}

.techbank_downloadapp .app-mockup .app-head-area h3 {
  font-size: 1.5rem;
}

.techbank_downloadapp .app-mockup .app-head-area h3 span {
  font-size: 16px;
}

.techbank_downloadapp .app-mockup .app-head-area h3.d-wallet {
  font-size: 1.7rem;
}

.techbank_downloadapp .app-mockup .app-head-area h3.d-wallet span:last-child {
  font-size: 26px;
}

.techbank_downloadapp .app-mockup .app-head-area h3.d-wallet sup {
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .techbank_downloadapp .app-mockup .app-head-area {
    display: block;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .techbank_downloadapp .app-mockup figure {
    max-width: 450px;
    margin: 0 auto;
  }
}

.tch_bnk_blogs .tch_bnk_blog_card .blog_thumb,
.meet-us-card .blog_thumb {
  background: #f1f8fe url("../images/techbank_mono.png");
  background-position: center;
  background-size: 85px;
  /* border: 1px solid #707070; */
  background-repeat: no-repeat;
  margin-bottom: 20px;
  width: 100%;
  height: 270px;
  max-width: 100%;
  max-height: 100%;
}

.meet-us-card .blog_thumb {
  height: 200px
}

@media only screen and (max-width: 767px) {

  .tch_bnk_blogs .tch_bnk_blog_card .blog_thumb,
  .meet-us-card .blog_thumb {
    height: 200px;
    background-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tch_bnk_blogs .tch_bnk_blog_card .blog_thumb {
    height: 120px;
    background-size: 50px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  .tch_bnk_blogs .tch_bnk_blog_card .blog_thumb {
    height: 150px;
    background-size: 30px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .tch_bnk_blogs .tch_bnk_blog_card .blog_thumb {
    height: 200px;
    background-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .tch_bnk_blogs .tch_bnk_blog_card .blog_content {
    text-align: center;
    margin-bottom: 10px;
  }
}

.tch_bnk_blogs .tch_bnk_blog_card .blog_content {
  display: inline-block;
  padding: 10px 20px;
}

.tch_bnk_blogs .tch_bnk_blog_card .blog_content article {
  font-family: "Maven Pro", sans-serif;
  color: #707070;
  font-weight: 400;
  line-height: 27px;
  font-size: 17px;
}

@media only screen and (max-width: 767px) {
  .tch_bnk_blogs .tch_bnk_blog_card .blog_content article {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tch_bnk_blogs .tch_bnk_blog_card .blog_content article {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  .tch_bnk_blogs .tch_bnk_blog_card .blog_content article {
    font-size: 14px;
    line-height: 22px;
  }
}

.tch_bnk_blogs .tch_bnk_blog_card .blog_content a {
  color: #3389fb;
  float: right;
}

@media only screen and (max-width: 767px) {
  .tch_bnk_blogs .tch_bnk_blog_card .blog_content a {
    float: none;
  }
}

.tch_bnk_blogs .blog_view_more {
  text-align: center;
  margin-top: 4rem;
}

.to-top-page {
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 999;
  right: 20px;
  bottom: -150px;
  cursor: pointer;
}

.to-top-page img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .tch_bnk_blogs .blog_view_more {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 600px) {
  .to-top-page {
    display: none;
  }
}

.hide {
  display: none;
}

.mt-40 {
  margin-top: 40px;
}

#footer-terms ul li {
  color: #fff;
  text-align: justify;
}

.footer-terms-nb {
  color: #c5c5c5;
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  margin-top: 30px;
}

/*=== Home Page Updates 07042021 ====*/
.techbank_story {
  margin-bottom: 4rem;
}

.tchbutton {
  background: var(--primary);
  color: #fff;
  font-family: var(--primaryFont);
  border: none;
  line-height: 55px;
  padding: 0 35px;
  display: inline-block;
  font-weight: 400;
  border-radius: 10px;
  font-size: 16px;
  text-decoration: none;
  border: 2px solid var(--primary);
  transition: 0.5s ease-in-out;
}

.tchbutton:hover,
.techbnk_theme_btn:hover {
  color: var(--primary);
  background: #fff;
}

.techbank_story .action-area {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -25px;
}

.tchbutton.youtube {
  background: #FF0000;
  color: #fff;
  border: 2px solid #FF0000;
  font-weight: 500;
  line-height: 45px;
}

.tchbutton.youtube:hover {
  background: #fff;
  color: #FF0000;
}

/*----- FAQ ACCORDION -------*/

/*-- Accordion New Update 08012021 ---*/
.faq-accordion h3 {
  color: var(--primary);
  font-family: var(--primaryFont);
  text-transform: capitalize;
  font-weight: 400;
  background: #f0f9ff;
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 45px;
  line-height: 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.faq-accordion h3 .arrowDown {
  display: none;
}

.faq-accordion h3.active {
  background: var(--primary);
  margin-bottom: 0px;
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.faq-accordion h3::before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .faq-accordion h3 {
    font-size: 15px;
    text-align: center;
    padding: 15px 0;
  }
}

.faq-accordion .accordion-content {
  border: none;
  padding: 20px 30px;
  box-shadow: 0px 9px 24px #3389fb29;
  background: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.faq-accordion .accordion-content article {
  color: var(--txtClr);
}

.faq-accordion .accordion-content article a {
  text-decoration: underline !important;
}

/*=== Info Cards Tab ====*/
.info-card-tab {
  box-shadow: 0px 9px 24px #3389fb29;
  border-radius: 15px;
  background: #fff;
  padding: 60px 50px;
}

.info-card-tab .nav {
  justify-content: space-around;
  border: none;
  margin-bottom: 3rem;
}

.info-card-tab .legal .nav {
  justify-content: flex-start;
}

.info-card-tab .nav-tabs .nav-item {
  border: none !important;
  text-transform: capitalize;
  color: var(--txtClr);
  transition: 0.3s ease-in-out;
  position: relative;
  font-size: 18px;
}

.info-card-tab .legal .nav-item {
  text-transform: uppercase;
  font-size: 16px;
}

.info-card-tab .nav-tabs .nav-item::after {
  content: "";
  background: var(--primary);
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  opacity: 0;
  transition: 0.5s ease-in-out;
  position: absolute;
}

.info-card-tab .nav-tabs .nav-link.active {
  color: var(--primary);
}

.info-card-tab .nav-tabs .nav-link.active::after {
  opacity: 1;
}

.info-card-tab .techbnk_theme_btn {
  margin-top: 2.2rem;
}

.techbnk_theme_btn.tch_stroke {
  background: none;
  border: 1px solid var(--primary);
  color: var(--primary);
  width: fit-content;
  padding: 0 25px;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.techbnk_theme_btn.tch_stroke:hover {
  background-color: var(--primary);
  color: #fff;
}

.legal-tab-sec .secHead {
  text-align: left;
}

.shape-sample {
  width: 100%;
  height: 380px;
  background: var(--primary);
}

.contact-tch {
  background: #F0F9FF url('/core/images/tch_cont_bg.svg') no-repeat;
  background-size: cover;
  background-position: center;
}

.contact-tch .secHead h3 {
  margin-bottom: 20px;
}

.contct-tch-form .form-area {
  margin-bottom: 30px;
}

.contct-tch-form .form-area input,
.contct-tch-form .form-area textarea {
  background: #fff;
  border: none;
  box-shadow: 0px 9px 24px #3389fb2e;
  border-radius: 8px;
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  outline: none;
}

.contct-tch-form .form-area textarea {
  padding: 20px;
  resize: none;
  height: 100px;
  line-height: 15px;
}

.contct-tch-form .tchbutton {
  line-height: 50px;
  width: 200px;
  margin: 0 auto;
  display: inherit;
  border-radius: 14px;
}

.techbank_downloadapp .cefi_app {
  margin: 0 0 auto;
}

.legal-image {
  max-width: 85%;
  margin-left: auto;
}

.techbank_faq .secHead {
  text-align: left;
}

.meta-content p {
  font-size: 17px;
}

.meta-content p>span {
  display: block;
}

/*==== New Counter ====*/
.sec-xt-padd {
  padding: 80px 0;
}

.couter-cards {
  display: flex;
  justify-content: center;
}

.counter-card {
  box-shadow: 0px 9px 24px #3389fb29;
  border: 1px solid #f0f9ff;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
}

.counter-card .counter-icon {
  width: 35px;
  height: 35px;
  margin-left: auto;
}

.counter-content h4,
.counter-content h6 {
  font-weight: 400;
  color: var(--txtClr);
}

.counter-content h6 {
  color: #414d5b;
}

.counter-1 {
  margin: 0 2.5rem;
}

.counter ul li:first-child {
  margin-bottom: 3rem;
}

.counter-2 {
  margin-top: 5rem;
}

.counter ul li {
  width: 150px;
  height: 150px;
}

.counter ul li>.counter-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cont-content h4 {
  margin-bottom: 2.5rem;
}

.cont-content h5 {
  font-weight: 400;
  margin-bottom: 3.5rem;
}

.cont-content h5>span {
  display: block;
}

.cont-content .tchbutton {
  line-height: 45px;
  max-width: 200px;
  width: 100%;
  border-radius: 12px;
}

.collapseIcon i.fas {
  font-size: 16px;
}

.footer-social-icon .social-icons {
  display: flex;
  flex: 1 auto;
  flex-wrap: wrap;
  max-width: 200px;
  width: 100%;
}

.footer-social-icon .social-icons li {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 15px;
  overflow: hidden;
}

.footer-social-icon .social-icons li:nth-child(-n + 4) {
  margin-bottom: 15px;
}

#footer-tech-bank .footer-contact-us.footer-social-icon .social-icons li a {
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  margin: 0;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #1a2126;
  text-decoration: none;
  transition: 0.5s ease-in;
}

#footer-tech-bank .footer-contact-us.footer-social-icon .social-icons li a:hover {
  color: var(--primary);
}

/*=== Our Team Card ===*/
.teamtab .nav-tabs .nav-item {
  text-transform: uppercase;
}

.team-pop-out {
  text-align: center;
  margin-bottom: 2rem;
}

.team-pop-out figure {
  position: relative;
  border-radius: 50%;
  width: 175px;
  height: 175px;
  overflow: hidden;
  margin: 0 auto;
  transition: 0.5s ease-in;
}

.team-pop-out figure::after {
  /*content: "";*/
  position: absolute;
  width: 200px;
  height: 200px;
  background: #0657a8;
  left: 50%;
  bottom: 0;
  border-radius: 50%;
  transform: translate(-50%, 0);
}

.team-pop-out figure>img {
  position: relative;
  z-index: 2;
  filter: grayscale(1);
  transition: 0.25s ease-in
}

.team-pop-out:hover figure>img {
  filter: grayscale(0);
}

.team-pop-out h4,
.team-pop-out h6 {
  text-transform: uppercase;
  font-weight: 400;
}

.team-pop-out h4 {
  color: #0f3256;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

.team-pop-out h6 {
  font-size: 12px;
  margin: 8px 0;
}

.team-pop-out:hover figure {
  border-radius: 50%;
}

.team-action-btn {
  text-align: center;
}

.team-action-btn .tchbutton {
  line-height: 40px;
}

/*==== Counter Stat ===*/
.acquires {
  padding-top: 0;
  padding-bottom: 100px;
}

.inter-section figure {
  height: 260px;
  overflow: hidden;
}

.inter-section figure>img {
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  filter: drop-shadow(0 3px 4px #3389fb2e);
}

/*== Tch Blog ==*/
.tch_bnk_blogs .col-lg-4 {
  padding: 0 25px;
}

.tch_bnk_blog_card {
  /*box-shadow: 0px 9px 24px #3389FB29;*/
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #3389FB29;
}

.blog_thumb {
  border-radius: 10px;
}

.blog_thumb img {
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#rss-feeds .slick-dots {
  margin-top: 15px;
  display: flex !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
}

/*=== Figure Bg Shape ====*/
.figure-bg {
  position: absolute;
  top: -40px;
  width: 400px;
  height: 400;
  left: 10px;
}

.our-team {
  position: relative;
}

.figure-bg.big-bg {
  z-index: -1;
  bottom: -100px;
  top: auto;
  width: 650px;
  height: 650px;
}

.figure-bg .imgfit,
.imgObjfit {
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: top center;
}

/*==== Acquires Popup ===*/
.fancybox-lock .fancybox-overlay {
  overflow-y: auto;
}

.fancybox-type-iframe .fancybox-close {
  position: fixed;
  right: 0;
  top: 0;
  border-radius: 0;
  background-color: #fff;
  /* width: 30px; */
  background-position-x: -20px;
  z-index: 99;
}

#fancybox-loading {
  background-color: #000;
  background-image: none;
}

.video_wrap .various {
  position: relative;
  width: 100%;
  height: 100%;
}

.play-icon {
  width: 85px;
  height: 85px;
  background-color: var(--primary);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-icon span {
  width: 30px;
  height: 30px;
  border-style: solid;
  border-color: #202020;
  border-width: 20px 0 20px 32px;
  box-sizing: border-box;
  border-color: transparent #ffffff00 transparent #ffffff;
  margin-left: 12px;
}

/*===== Acquires Updates =====*/
.acquires {
  padding-bottom: 250px;
}

.acquire_card {
  margin-top: -250px;
  padding-bottom: 80px;
}

.acquire_card .acquires_content {
  padding: 80px 50px;
  box-sizing: border-box;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px 9px 24px #3389FB2E;
}

.acquires .action-btn {
  text-align: center;
}

/*== Shape Sec ===*/
.count-stat {
  position: relative;
}

.shape {
  position: absolute;
  width: 185px;
}

.shape.sec-right-bottom {
  bottom: -20px;
  right: 0px;
}

.shape.sec-left-top {
  top: 0;
  left: 0;
}

.techbank_story .shape.sec-left-top {
  top: 40px;
  width: 200px;
}

.techbank_story .shape.sec-right-bottom {
  bottom: 20px;
  width: 160px;
}

.techbank_story::before,
.techbank_story::after {
  display: none;
}

/*==== Timeline ====*/
.time-line {
  background: url('../images/timeline_bg.png');
  background-size: cover;
  background-position-y: -30px;
}

.timeline-card {
  position: relative;
  padding: 20px 0
}

.timeline-card .timeline-card-holder {
  border-radius: 20px;
  border-bottom-left-radius: 0;
  position: relative;
  padding: 25px 20px;
  box-sizing: border-box;
  box-shadow: 0px 9px 24px #3389FB2E;
  visibility: hidden;
  width: 300px;
  min-height: 380px;
  margin-bottom: 40px;
  background: #fff;
  margin-left: 15px;
  transition: 0.15s;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
}

.timeline-card .timeline-card-holder.visible-tl {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.timeline-card-holder.last-one {
  right: 275px;
  left: auto;
  margin-right: 0;
  margin-left: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 0
}

.timeline-card-holder::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -30px;
  border-left: 15px solid #fff;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  border-bottom: 15px solid transparent;
  filter: drop-shadow(5px 10px 6px #3389FB2E);
}

.timeline-card-holder.last-one::after {
  left: auto;
  right: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid #fff;
  border-top: 15px solid #fff;
  border-bottom: 15px solid transparent;
}

.slick-timeline {
  z-index: 9;
}

.slick-timeline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  height: 15px;
  background: #fff;
  border-radius: 50px;
  z-index: -1;
  box-shadow: 0px 9px 24px #3389FB2E;
}

.timeline-point {
  cursor: pointer;
}

.circle-pointer {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  position: relative;

}

.circle-pointer::after {
  width: 15px;
  height: 15px;
  background: #E5E8EA;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  transition: 0.15s;
}

.active-tl .circle-pointer::after {
  background: var(--primary);
}

.timeline-point span {
  top: 10px;
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 400;
}

.timeline-content .head>h4 {
  background: -webkit-linear-gradient(51deg, #40CDE6, #5577FF);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Maven Pro', sans-serif;
  font-weight: bold
}

.sub-head h6 {
  color: #0F3256;
  margin: 20px 0;
  font-family: 'Maven Pro', sans-serif;
}

.inner-cont p {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 300
}

.slick-slide {
  outline: none !important
}

.timelin-btn {
  margin-top: 5rem;
}

.timeline-card-holder .slick-slide {
  height: 100%;
  max-height: 300px
}

.timeline-card-holder .slick-dots {
  width: 100%;
  display: flex;
  position: absolute;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  left: 0;
  bottom: 0;
  padding: 20px 15px;
}

.slick-dots li>button {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: relative;
  padding: 0;
  margin-left: 5px;
  border: none;
  border-radius: 50%;
  background: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none !important
}

.slick-dots li>button::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid var(--primary);
  border-radius: 50%;
  transition: 0.15s ease-in;
}

.slick-dots li.slick-active>button::after {
  background: var(--primary)
}

@media only screen and (max-width: 600px) {
  .timeline-card-holder .slick-dots {
    justify-content: center;
  }
}

/*=== Meet Us Tab ===*/
.meet-us-head {
  text-align: center;
  margin-bottom: 1.2rem
}

.meet-us-head h4 {
  font-size: 1.2rem;
  text-transform: capitalize;
}

.meet-us-card .blog_thumb {
  margin-bottom: 10px;
}

.meet_content .meta-info h6 {
  font-size: 14px;
  font-weight: 500;
  color: #3389fb;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1250px) and (min-width: 1025px) {
  .timeline-card-holder.second-one {
    right: 260px;
    left: auto;
    margin-right: 0;
    margin-left: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0
  }

  .timeline-card-holder.second-one:after {
    left: auto;
    right: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid #fff;
    border-top: 15px solid #fff;
    border-bottom: 15px solid transparent;
  }
}

@media only screen and (max-width: 1024px) {
  .timeline-card-holder {
    visibility: visible !important;
    opacity: 1 !important;
    transform: scale(1) !important;
  }

  .timeline-card-holder.last-one {
    right: 0;
    left: auto;
    margin-right: 0;
    margin-left: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 20px;
  }

  .timeline-card-holder.last-one::after {
    left: 0;
    right: auto;
    border-left: 15px solid #fff;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    border-bottom: 15px solid transparent;
  }

  .slick-timeline::after {
    bottom: 60px
  }

  .circle-pointer::after {
    background: var(--primary);
  }

  .time-line {
    background-position: top center;
  }
}

@media only screen and (max-width: 600px) {
  .time-line {
    padding-top: 60px
  }

  .timeline-card .timeline-card-holder,
  .timeline-card .timeline-card-holder.last-one {
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto 40px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100%;
    box-shadow: 1px 2px 6px #3389fb2e;
  }

  .slick-timeline::after {
    bottom: 60px
  }

  .circle-pointer {
    margin: 0 auto;
  }

  .timeline-point {
    text-align: center;
  }

  .timeline-card-holder::after,
  .timeline-card-holder::after {
    left: 50%;
    transform: translate(-50%, 0);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    border-bottom: 15px solid transparent;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .techbank_story .story-card .story-image figure {
    height: 300px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .inter-section figure {
    height: 150px;
  }

  .acquires .secHead {
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

  .techbank_story .story-card .story-content article,
  .tech-bnk-info .info-content article {
    font-size: 15px;
    line-height: 25px;
  }

  .techbank_story .story-card .story-image figure {
    height: 250px;
  }

  .info-card-tab {
    padding: 40px 35px;
  }

  .info-card-tab .nav-link {
    padding: 0.5rem 10px;
  }

  .info-card-tab .legal .nav-item {
    padding: 0;
    margin-right: 3rem;
  }

  .figure-bg {
    display: none;
  }

  .tch_bnk_blogs .col-lg-4:last-child {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .cont-content {
    text-align: center;
    margin-top: 3rem;
  }

  .counter-2 {
    margin-top: 0;
  }

  .legal-image {
    max-width: 100%;
    margin: 30px auto 0;
  }

  .info-card-tab {
    padding: 50px 30px;
  }

  .info-card-tab .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    height: 50px;
    margin-bottom: 1rem;
    justify-content: flex-start;
  }

  .info-card-tab .nav-item {
    white-space: nowrap;
  }

  .info-card-tab .nav-tabs .nav-item::after {
    bottom: 0;
  }

  .info-card-tab .tab-content {
    text-align: center;
  }

  .techbank_faq .secHead,
  .meta-content {
    text-align: center;
  }

  .figure-bg {
    display: none;
  }

  .tch_bnk_blogs .col-lg-4 {
    margin-top: 2.5rem;
  }

  .count-stat {
    padding-bottom: 0;
  }

  .inter-section figure {
    height: 200px;
  }

  .acquire_card .acquires_content {
    padding: 60px 30px;
  }

  .acquire_card .acquires_content .card-header {
    padding: 0
  }

  .tchbutton.youtube {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
  }

  .couter-cards {
    justify-content: space-around;
  }

  .counter-1 {
    margin: 0;
  }

  .acquire_card .acquires_content {
    border-radius: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .info-card-tab {
    padding: 40px 20px;
  }

  .techbank_story .story-card .story-content article {
    text-align: center;
  }

  .faq-accordion h3 {
    text-align: left;
    padding: 15px 40px 15px 15px;
  }

  .our-team .tab-content .col-6 {
    padding: 0 5px;
  }

  .team-pop-out figure {
    width: 100px;
    height: 100px;
  }

  .team-pop-out figure::after {
    bottom: -3px;
    width: 80px;
    height: 80px;
  }

  .team-pop-out figure>img {
    filter: grayscale(0)
  }

  .count-stat {
    padding-bottom: 0;
  }

  .inter-section figure {
    height: 120px;
  }

  .acquires .secHead {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .social-icons {
    margin: 0 auto;
  }

  .shape.sec-right-bottom {
    display: none;
  }

  .acquire_card .acquires_content {
    padding: 60px 30px;
  }

  .acquire_card .action-btn {
    text-align: center;
  }
}

@media only screen and (max-width: 375px) {
  .counter-1 {
    margin: 0 5px;
  }

  .counter ul li:first-child {
    margin-bottom: 5px;
  }

  .acquire_card .acquires_content .card-content {
    padding: 20px 0;
  }

  .acquire_card .acquires_content .card-header {
    font-size: 1rem
  }

  .tch_bnk_blogs .col-lg-4 {
    padding: 0
  }

  .tchbutton.youtube {
    width: 100%;
    padding: 0 3px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 1440px) {
  .col-xlg-12 {
    max-width: calc(100% - 150px);
    margin: 0 auto;
  }

  .col-xlg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.required {
  position: relative
}

.required::after {
  content: "*";
  position: absolute;
  right: 15px;
  color: #f00;
  top: 0;
  font-size: 30px;
  line-height: 50px;
}

.error-badge {
  background: #f00;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 5px 0;
}

[v-cloak] {
  display: none;
}

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