.banner-form {
  margin: 150px 0 0;
  display: inline-flex;
  padding: 30px;
  gap: 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8.05px);
  align-items: center;
}
.banner-form .inner {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.banner-form h6 {
  color: #FFF;
  font-family: "DM Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 12px;
}
.banner-form p {
  color: #ACACAC;
  font-family: "DM Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
}
.banner-form .seperator {
  width: 3px;
  height: 113px;
  background: linear-gradient(180deg, rgba(14, 14, 14, 0) 0%, #FFF 50.48%, rgba(14, 14, 14, 0) 100%);
}
.banner-form .field {
  margin: 0 0 20px;
  display: flex;
  gap: 15px;
}
.banner-form .field label {
  display: none;
}
.banner-form .field input {
  width: 100%;
  border-radius: 5px;
  background: rgba(217, 217, 217, 0.2);
  color: #FFF;
  padding: 8px 10px;
  border: 0px;
  font-size: 16px;
}
.banner-form .field input::placeholder {
  color: #FFF;
}
.banner-form .field button.btn.btn-primary {
  width: 50%;
  color: #000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: 10px;
}
.banner-form .checkbox {
  display: flex;
  align-items: flex-start;
}
.banner-form .checkbox input {
  margin: 0 10px 0 0;
}
.banner-form .checkbox label {
  color: #ACACAC;
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}

.counter-sec {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px);
  padding: 20px 0;
  margin: -120px 0 0;
}
.counter-sec ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.counter-sec ul li {
  font-weight: 300;
  font-size: 42px;
  line-height: 49px;
  letter-spacing: 0;
  color: #FFF;
}
.counter-sec ul li span {
  display: block;
  color: rgba(255, 255, 255, 0.69);
  text-align: center;
  font-family: "DM Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
  letter-spacing: 3px;
  text-transform: uppercase;
}
.counter-sec ul li sup {
  font-size: 26px;
}

.whtnew-sec {
  background: radial-gradient(75.18% 75.18% at 50% 12.04%, rgba(0, 0, 0, 0.12) 2.88%, rgba(52, 232, 52, 0.12) 72.24%, rgba(0, 0, 0, 0) 100%), #000;
}
.whtnew-sec .d-md-flex {
  gap: 10px;
}
.whtnew-sec .card.accounttype-card {
  display: flex;
  width: 100%;
  max-width: 287px;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #2C2C2C;
  background: rgba(255, 255, 255, 0.08);
  transform: scale(1);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.whtnew-sec .card.accounttype-card:hover {
  transform: scale(1.1);
}
.whtnew-sec .card.accounttype-card .card-header {
  width: 100%;
  height: 150px;
  background: url("/assets/images/rawprocard-bg.png");
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.whtnew-sec .card.accounttype-card h4 {
  color: #FFF;
  text-align: center;
  font-family: "DM Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 34.96px;
  letter-spacing: -0.8px;
}
.whtnew-sec .card.accounttype-card h4 b {
  color: #34E834;
}
.whtnew-sec .card.accounttype-card h4 span {
  display: block;
  color: #FFF;
  text-align: center;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.4px;
  margin: 0 0 10px;
}
.whtnew-sec .card.accounttype-card .card-content {
  padding: 15px;
  width: 100%;
}
.whtnew-sec .card.accounttype-card .card-content ul {
  margin: 0 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.whtnew-sec .card.accounttype-card .card-content ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px;
  color: #FFF;
  font-family: "DM Sans";
  padding: 18px 0;
}
.whtnew-sec .card.accounttype-card .card-content ul li.line {
  border-bottom: 1px solid #2C2C2C;
  padding: 12px 0 0;
}
.whtnew-sec .card.accounttype-card .card-content ul li.line.noborder {
  border-bottom: none;
}
.whtnew-sec .card.accounttype-card .card-content ul li .label {
  font-weight: 500;
  font-size: 16px;
}
.whtnew-sec .card.accounttype-card .card-content ul li .label span {
  color: #ACACAC;
}
.whtnew-sec .card.accounttype-card .card-content ul li .value {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.whtnew-sec .card.accounttype-card .card-content ul li .value.text-lg {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
}

.cta-v2 {
  background-image: url("/assets/images/rawpro-cta.png");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  .inner-banner.rawpro-sec {
    min-height: 800px;
    padding-top: 30%;
  }
  .counter-sec {
    display: none !important;
    margin: -130px 0 0;
  }
}
@media screen and (max-width: 812px) {
  .banner-form .field {
    display: block;
  }
  .banner-form .field button.btn.btn-primary {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .inner-banner.rawpro-sec {
    min-height: 100vh;
    padding-top: 30%;
  }
  .rawpro-sec h1 {
    font-size: 54px;
  }
  .banner-form {
    display: block;
    margin: 50px 0 0;
  }
  .banner-form .seperator {
    background: linear-gradient(90deg, rgba(14, 14, 14, 0) 0%, #FFF 50.48%, rgba(14, 14, 14, 0) 100%);
    width: 100%;
    height: 3px;
    margin: 10px 0 20px;
  }
  .banner-form .field input {
    margin: 0 0 10px;
  }
  .whtnew-sec .card.accounttype-card {
    width: 100%;
    margin: 0 5px !important;
  }
  .whtnew-sec .card.accounttype-card .card-header {
    background-size: cover;
  }
  .whtnew-sec .card.accounttype-card {
    max-width: 100%;
    margin: 0 0 16px;
  }
  .whtnew-sec ul.slick-dots {
    bottom: -30px;
  }
  .whtnew-sec ul.slick-dots li {
    width: auto;
  }
  .whtnew-sec ul.slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
  }
  .whtnew-sec ul.slick-dots li button:before {
    background: #FFF;
    border: 0px;
    width: 10px;
    height: 10px;
    font-size: 0px;
    border: 0;
    border-radius: 100%;
  }
  .cta-v2 h2 {
    font-size: 42px;
  }
}