.open-accounts a {
  text-decoration: none;
}
.open-accounts .tp-section-subtitle-2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--themesecondaryclr);
  border-bottom: 2px solid var(--pay-theme-2);
  font-family: var(--fourthfont);
  display: inline-block;
}
.open-accounts .tp-section-title-lg {
  font-weight: 600;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-family: var(--fourthfont);
}
.open-accounts .tp-section-title-lg span {
  color: var(--pay-grey-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .open-accounts .tp-section-title-lg {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .open-accounts .tp-section-title-lg {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .open-accounts .tp-section-title-lg {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .open-accounts .tp-section-title-lg {
    font-size: 32px;
  }
  .open-accounts .tp-section-title-lg br {
    display: none;
  }
}
.open-accounts .tp-btn-green {
  display: inline-block;
  color: var(--plainclr);
  font-family: var(--fourthfont);
  height: 52px;
  margin-bottom: 15px;
  line-height: 52px;
  padding: 0 30px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
  background: linear-gradient(180deg, #b1ff36 -23%, #1d863c 100%);
  box-shadow: 0px 2px 3px rgba(3, 22, 3, 0.2);
  border-radius: 10px;
}
.open-accounts .tp-btn-green:hover {
  box-shadow: 0px 8px 24px 0px rgba(25, 118, 41, 0.3);
  transform: translateY(-2px);
  color: var(--plainclr) !important;
}
.open-accounts .tp-account-btn-box p {
  font-weight: 500;
  font-size: 13px;
  line-height: 12px;
  color: var(--pay-grey-1);
}
@keyframes tpfadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.open-accounts .tp-account-section-box {
  margin-bottom: 40px;
}
.open-accounts .tpfadeLeft {
  animation-name: tpfadeLeft;
}
@keyframes tpupdown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.open-accounts .tp-account-main-img {
  position: absolute;
  top: -70px;
  left: 61px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .open-accounts .tp-account-main-img {
    top: -2px;
    left: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .open-accounts .tp-account-main-img {
    left: 124px;
  }
}
@media (max-width: 767px) {
  .open-accounts .tp-account-main-img {
    top: -8px;
    left: 9px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .open-accounts .tp-account-main-img {
    top: -66px;
    left: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .open-accounts .tp-account-section-box {
    margin-top: 70px;
  }
}
.open-accounts .tp-account-author {
  position: absolute;
  bottom: -6px;
  right: 32%;
}
@media (max-width: 767px) {
  .open-accounts .tp-account-author {
    bottom: -3px;
    right: 14%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .open-accounts .tp-account-author {
    bottom: -3px;
    right: 31%;
  }
}
.open-accounts .tp-account-shape-1 {
  position: absolute;
  top: -14px;
  left: -2%;
  animation: tpupdown 0.8s infinite alternate;
}
.open-accounts .tp-account-shape-2 {
  position: absolute;
  bottom: -6px;
  right: 2%;
  animation: moving 9s linear infinite;
}
.open-accounts .tp-account-step-wrapper {
  padding-left: 40px;
  padding-right: 60px;
}
.open-accounts .tp-account-step {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .open-accounts .tp-account-step-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .open-accounts .tp-account-step-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.open-accounts .tp-account-item {
  padding-bottom: 29px;
  margin-bottom: 27px;
  border-bottom: 1px solid var(--bordertwo);
}
.open-accounts .tp-account-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.open-accounts .tp-account-item span {
  font-weight: 500;
  font-size: 30px;
  color: var(--themesecondaryclr);
  margin-right: 35px;
  min-width: 40px;
}
@media (max-width: 767px) {
  .open-accounts .tp-account-item span {
    margin-right: 20px;
  }
}
.open-accounts .tp-account-item p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--fourthfont);
  color: var(--themesecondaryclr);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .open-accounts .tp-account-item p {
    font-size: 19px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .open-accounts .tp-account-item p {
    font-size: 18px;
  }
  .open-accounts .tp-account-item p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .open-accounts .tp-account-item p {
    font-size: 17px;
    line-height: 23px;
  }
  .open-accounts .tp-account-item p br {
    display: none;
  }
}
.open-accounts .tp-account-btn-box p {
  font-weight: 500;
  font-size: 13px;
  line-height: 12px;
  color: var(--pay-grey-1);
}
@media (max-width: 767px) {
  .open-accounts .tp-account-bg {
    margin-bottom: 60px;
  }
}
.open-accounts .tp-account-area {
  padding-bottom: 120px;
}/*# sourceMappingURL=open-accounts.css.map */