.outercontainer {
  max-width: 1280px;
  margin: 0 auto;
}

.package-form-wrap {
  border-radius: 10px;
  border: 1.5px solid rgba(0, 0, 0, 0.10);
  background: #F5F4EF;
  padding: 39px 109px 54px 109px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.premiumpackage img {
  width: 59px;
  height: 51px;
}

.packagedetail .title {
  color: #202020;
  font-family: Lato;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.package-note {
  color: #202020;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 70px;
}

.download-btn {
  border-radius: 30px;
  background: #7345B2;
  color: #FFF;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  width: fit-content;
  padding: 12px 39px;
  border: none;
  margin: 0 auto;
  cursor: pointer;
}

.calculator-btn {
  display: none;
  cursor: pointer;
}

.premiumpackagecontainer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  column-gap: 20px;
}

/*  */

.package-form-wrap .disclaimer-text-toltip {
  display: flex;
  background-color: #E0ECF9;
  padding: 4px 20px 4px 8px;
  border-radius: 8px;
  gap: 6px;
  width: 100%;
  margin-top: 16px;
  text-align: left;
  max-width: unset;
  margin: unset;
  margin-bottom: 20px;
}

.package-form-wrap .disclaimertext-toltip-img-wrapper {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.package-form-wrap .disclaimertext-toltip-img {
  width: 100%;
  height: 100%;
}

.package-form-wrap .disclaimer-toltip-text {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #202020;
}


/*  */

.feature-description {
  border: 1px solid #D6D6D6;
  background: #FFF;
  padding: 40px 35px;
  row-gap: 36px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.feature-desc {
  display: flex;
}

.feature {
  color: #202020;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: -0.198px;
  min-width: 20%;
  max-width: 20%;
  padding-right: 15px;
}

.description {
  color: #202020;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: -0.198px;
  /* width: 80%; */

}

.form-cta {
  display: flex;
  flex-direction: column;
  align-items: end;
}


.bookappointment {
  color: #FFF;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 23.4px */
  border-radius: 30px;
  background: #7345B2;
  padding: 12px 17px;
  border: none;
  margin-bottom: 21px;
  width: max-content;
  cursor: pointer;
  margin-top: 13px;
}

.download-calculate-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.download-calculate-btn-wrapper .calculate {
  border-radius: 30px;
  border: 1px solid #7345B2;
  padding: 12px 22px;
  color: #7345B2;
  font-family: "Lato";
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0;
  min-width: 172px;
  width: unset;
}

.download-calculate-btn-wrapper .download-btn{
  border-radius: 30px;
  /* border: 1px solid #7345B2; */
  padding: 12px 22px;
  background-color: #7345B2;
  font-family: "Lato";
  /* background-color: transparent; */
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0;
  min-width: 172px;
  width: unset;
}

.calculate {
  border-radius: 30px;
  border: 1px solid #7345B2;
  padding: 12px 39px;
  color: #7345B2;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  background-color: transparent;
  width: max-content;
  cursor: pointer;
  width: 100%;
}

.packagedetail .description {
  color: #202020;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: -0.198px;
  width: 100%;
}

.packageheading {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.packageprice {
  color: #000;
  font-family: BioRhyme;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 117.2%;
  /* 49.224px */
  margin-top: 16px;
}

p.formheading {
  color: #323232;
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 117.2%;
  /* 28.128px */
  letter-spacing: 0.48px;
  margin-bottom: 91px;
}

.premiumpackageform {
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
}

.package-form {
  padding-top: 40px;
  /* padding-bottom: 140px; */
  padding-bottom: 46px;
}

.hero-banner__image {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}

.banner-h-w {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.banner-heading {
  color: #FFF;
  text-align: center;
  font-family: BioRhyme;
  font-size: 36px;
  font-weight: 700;
  line-height: 58px;
  margin-bottom: 5px;
  padding: 0 125px;
}

.banner-subheading {
  color: #FFF;
  text-align: center;
  font-family: BioRhyme;
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  margin-bottom: 46px;
  padding: 0 125px;
}

.package-confirmation-section{
  min-height: 687px;
  position: relative;
  margin-bottom: 33px;
}

.package-confirmation-section .hero-banner__image{
  height: 100%;
}


@media (max-width:992px) {
  .bookappointment {
    margin-bottom: unset;
    width: 100%;
    margin-top: 8px;
  }

  .calculate {
    margin-top: 15px;
  }

  .download-calculate-btn-wrapper{
    justify-content: center;
    gap: 11px;
    margin-top: 16px;
  }

  .download-calculate-btn-wrapper .download-btn{
    margin-bottom: unset;
    margin: unset;
  }

  .download-calculate-btn-wrapper .calculate{
    margin-top: unset;
  }

  .package-confirmation-section {
    margin-top: unset;
  }

  .banner-heading {
    font-size: 18px;
    line-height: 117.2%;
    padding: 0 20px;
  }

  .package-form {
    padding-bottom: 40px;
    /* padding-top: 20px; */
    padding-top: unset;
  }

  .banner-subheading {
    font-size: 18px;
    line-height: 117.2%;
    margin-bottom: 15px;
    padding: 0 45px;
  }

  p.formheading {
    font-size: 14px;
    margin-bottom: 35px;
    padding: 0 23px;
    color: #000;
    letter-spacing: 0.28px;
  }

  .premiumpackage {
    margin-bottom: 13px;
  }

  .premiumpackage img {
    width: 63px;
    height: 63px;
  }

  .packageprice {
    font-size: 32px;
    margin-top: 15px;
  }

  .packageheading {
    margin-bottom: 15px;
  }

  .packagedetail .description {
    font-size: 14px;
    line-height: 120%;
    color: rgba(32, 32, 32, 0.80);
  }

  .form-cta {
    align-items: unset;
  }

  .description {
    width: 100%;
    font-size: 16px;
    line-height: 117.2%;
    color: rgba(32, 32, 32, 0.90);
  }

  .feature {
    width: 100%;
    max-width: unset;
    margin-bottom: 8px;
    line-height: 117.2%;
  }

  .feature-desc {
    display: unset;
  }

  .feature-description {
    padding: 20px 15px;
  }

  .premiumpackagecontainer {
    margin-bottom: 16px;
    column-gap: unset;
    flex-direction: column;
  }

  .calculator-btn {
    display: block;
    border-radius: 30px;
    border: 1px solid #7345B2;
    padding: 12px 39px;
    color: #7345B2;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    background-color: transparent;
    display: none;
  }

  .download-btn {
    width: 100%;
    margin-bottom: 20px;
  }

  
  .package-note {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 33px;
  }

  .packagedetail .title {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.198px;
    margin-bottom: 10px;
  }

  .package-form-wrap {
    padding: 20px 20px 38px 20px;
  }
}

@media screen and (max-width :768px) {
  /* disclaimer text css start*/

  .package-form-wrap .disclaimer-text-toltip {
    padding: 6px 10px;
    max-width: unset;
  }

  .package-form-wrap .disclaimer-toltip-text {
    font-size: 11px;
    line-height: 15px;
  }

  .form-cta {
    align-items: unset;
  }

  /* disclaimer text ui end*/
}

@media screen and (max-width :375px){
  .download-calculate-btn-wrapper{
    justify-content: center;
    gap: 11px;  
  }

  .download-calculate-btn-wrapper .download-btn{
    margin-bottom: unset;
    margin: unset;
    padding: 10px 15px;
    font-size: 17px;
    width: 50%;
    min-width: unset;
  }

  .download-calculate-btn-wrapper .calculate{
    margin-top: unset;
    padding: 10px 15px;
    font-size: 17px;
    width: 50%;
    min-width: unset;
  } 

  .form-cta {
    align-items: unset;
  }
}

@media screen and (min-width:400px) and (max-width:991px) {


  .calculator-btn {
    width: fit-content;
    margin: 0 auto;
  }

  .form-cta {
    align-items: unset;
  }
}


picture.hero-banner__image img {
  max-height: 770px;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}