.top-banner {
  width: 100%;
  height: 70px;
  flex-shrink: 0;
  background: linear-gradient(90deg, #33A0D9 0%, #1B234F 100%);
}

.banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.banner-div {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}

.whats-app-btn {
  display: flex;
  width: 206px;
  height: 34.827px;
  flex-shrink: 0;
  /* flex-direction: column; */
  justify-content: center;

  color: #FFF;
  text-align: center;
  font-family: "Segoe UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;

  border-radius: 40px;
  background: #17C328;
  margin-left: 20px;
}

.whats-app-btn img {
  padding-left: 10px;
}

.trusted-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;

  color: #000;
  text-align: center;
  font-family: "Segoe UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;

  margin-top: 4rem;
}

.price-div {
  /* display: inline; */
  /* width: 706px; */
  /* height: 202px; */
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2rem !important;
  color: #000;
  font-family: "Segoe UI";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}


.price-highlight {
  color: #D82424;
  font-family: "Segoe UI";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.month-typo {
  /* display: flex; */
  width: 88px;
  height: 21px;
  /* flex-direction: column;
  justify-content: center; */
  flex-shrink: 0;

  color: #000;
  font-family: "Segoe UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  /* 250% */
}

.growth-div {

  display: flex;
  width: 531px;
  height: 63px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;

  color: #000;
  font-family: "Segoe UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  /* 250% */
}

.cta-btn {
  display: flex;
}

.book-consult-btn {
  width: 368.345px;
  /* height: 49.748px; */
  flex-shrink: 0;
  border-radius: 40px;
  background: #32A1DB;
  text-align: center;
}

.book-consult-typo {
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}


.whatsapp-now-btn {
  width: 300.603px;
  /* height: 49.748px; */
  flex-shrink: 0;
  border-radius: 40px;
  background: #17C328;
  margin-left: 20px;
  text-align: center;
}

.whatsapp-now-typo {
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 250% */
}

.reviews-img {
  width: 340px;
}

.hidden {
  display: none;
}

.card-bg {
  background: linear-gradient(90deg, #33A0D9 0%, #1B234F 100%);
  border: none;
}

.free-txt {
  color: #FFF600;
}


@media (min-width: 480px) {
  /* .logo-img {
    margin-left: 2rem;
  } */

  .trusted-div {
    border: 1px solid #000;
    border-radius: 50px;
  }
}

@media (min-width: 768px) {
  /* .logo-img {
    margin-left: 2rem;
  } */

  .trusted-div {
    width: 429px;
    height: 54px;
  }

  /*.img-height {*/
  /*  height: 125%;*/
  /*  max-width: 125% !important;*/
  /*}*/
}



@media (max-width: 480px) {
  /* .logo-img {
    margin-left: 2rem;
  } */

  .banner-div {
    padding-top: 0px;
    display: block;
  }

  .whats-app-btn {
    display: none !important;

  }

  .trusted-div {
    padding: 10px;
  }
}