@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
.btn {
  padding: 1rem 1rem;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .btn {
    padding: 0.5rem 0.5rem;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: "Poppins", sans-serif;
  background-color: #f6f8fc;
}

h4 {
  font-size: 1rem;
}

h3 {
  font-size: 1.2rem;
}

#app {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

#main__loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f8fc;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
}

.navbar {
  width: 90%;
  height: 6rem;
  padding: 0.5rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
}

.navbar h1 {
  color: #f6f8fc;
  font-weight: 500;
  font-size: 2.5rem;
}

.navbar .btn-policy {
  background: -webkit-gradient(linear, left top, right bottom, from(#5e00d6), to(#0ac4ff));
  background: linear-gradient(to right bottom, #5e00d6, #0ac4ff);
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: auto;
  border-radius: 10px;
  font-size: 1.1rem;
  color: #f6f8fc;
  cursor: pointer;
}

.landing {
  max-width: 2000px;
  background-color: #080d23;
}

.landing .header {
  width: 90%;
  margin: 0 auto;
  height: 120vh;
  background-size: cover;
  position: relative;
  color: #f6f8fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.landing .header__left {
  width: 40%;
  height: 100%;
  position: relative;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing .header__left #desktop-image {
  position: absolute;
  left: -25%;
  height: 130%;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

.landing .header__left #mobile-image {
  display: none;
  position: absolute;
  height: 120%;
  top: 10%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.landing .header__right {
  width: 60%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
}

.landing .header__right .banner__text {
  font-size: 5rem;
  font-weight: 500;
}

.landing .header__right .banner__desc {
  font-size: 1rem;
  margin-top: 1rem;
  opacity: 0.7;
  width: 80%;
  line-height: 2;
}

.landing .header__right .banner__btn button {
  background: -webkit-gradient(linear, left top, right bottom, from(#5e00d6), to(#0ac4ff));
  background: linear-gradient(to right bottom, #5e00d6, #0ac4ff);
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: auto;
  border-radius: 10px;
  font-size: 1.1rem;
  color: #f6f8fc;
  cursor: pointer;
  border: none;
  margin-top: 2rem;
}

.landing .policies {
  width: 80%;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  color: #f6f8fc;
  padding: 4rem 0;
}

.landing .policies__heading {
  position: relative;
}

.landing .policies__heading .big {
  font-size: 5rem;
  font-weight: 500;
}

.landing .policies__heading .small {
  font-size: 1rem;
  margin-top: 1rem;
  opacity: 0.7;
  width: 80%;
  line-height: 2;
  max-width: 600px;
}

.landing .policies__heading .line {
  width: 3rem;
  height: 4px;
  background-color: #0ac4ff;
  position: absolute;
  top: 0rem;
  left: 0;
  border-radius: 1rem;
}

.landing .policies__cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
}

.landing .policies__cards .card {
  width: 27%;
  height: 600px;
  background-color: #fff;
  color: #172755;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing .policies__cards .card__body {
  width: 80%;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.landing .policies__cards .card__body .text__title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 2rem;
  font-family: "Poppins", sans-serif;
}

.landing .policies__cards .card__body .text__para {
  font-size: 1rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.landing .policies__cards .card__body .text__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}

.landing .policies__cards .card__body .text__price .item__price {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-right: 0.5rem;
}

.landing .policies__cards .card__body .text__price .item__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.landing .policies__cards .card__body .text__price .item__details .currency {
  font-weight: 700;
  font-size: 1.2rem;
}

.landing .policies__cards .card__body .text__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 1rem;
}

.landing .policies__cards .card__body .text__items .text__item {
  font-size: 1rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-bottom: 1rem;
}

.landing .policies__cards .card__body .text__items .text__item img {
  height: 1.3rem;
  width: auto;
  margin-right: 0.5rem;
  margin-top: 3px;
}

.landing .policies__cards .card__body .text__items .text__item span {
  width: 90%;
  font-size: 1.125rem;
}

.landing .policies__cards .card__body .basic__button {
  background: -webkit-gradient(linear, left top, right bottom, from(#5e00d6), to(#0ac4ff));
  background: linear-gradient(to right bottom, #5e00d6, #0ac4ff);
  font-weight: 600;
  width: 100%;
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: auto;
  border-radius: 2rem;
  font-size: 1.1rem;
  color: #f6f8fc;
  cursor: pointer;
}

.landing .policies__cards .special__card {
  width: 27%;
  height: 700px;
  color: #f6f8fc;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right bottom, from(#5e00d6), to(#0ac4ff));
  background: linear-gradient(to right bottom, #5e00d6, #0ac4ff);
}

.landing .policies__cards .special__card__body {
  width: 80%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.landing .policies__cards .special__card__body .text__title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 2rem;
  font-family: "Poppins", sans-serif;
}

.landing .policies__cards .special__card__body .text__para {
  font-size: 1rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.landing .policies__cards .special__card__body .text__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}

.landing .policies__cards .special__card__body .text__price .item__price {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-right: 0.5rem;
}

.landing .policies__cards .special__card__body .text__price .item__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.landing .policies__cards .special__card__body .text__price .item__details .currency {
  font-weight: 700;
  font-size: 1.2rem;
}

.landing .policies__cards .special__card__body .text__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 1rem;
}

.landing .policies__cards .special__card__body .text__items .text__item {
  font-size: 1rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-bottom: 1rem;
}

.landing .policies__cards .special__card__body .text__items .text__item img {
  height: 1.3rem;
  width: auto;
  margin-right: 0.5rem;
  margin-top: 3px;
}

.landing .policies__cards .special__card__body .text__items .text__item span {
  width: 90%;
  font-size: 1.125rem;
}

.landing .policies__cards .special__card__body .basic__button {
  font-weight: 600;
  background: #fff;
  color: #5e00d6 !important;
  width: 100%;
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: auto;
  border-radius: 2rem;
  font-size: 1.1rem;
  color: #172755;
  cursor: pointer;
}

.landing .features {
  width: 80%;
  min-height: 115vh;
  margin: 0 auto;
  position: relative;
  color: #f6f8fc;
  padding: 4rem 0;
}

.landing .features__heading {
  position: relative;
}

.landing .features__heading .big {
  font-size: 5rem;
  font-weight: 500;
}

.landing .features__heading .small {
  font-size: 1rem;
  margin-top: 1rem;
  opacity: 0.7;
  width: 80%;
  line-height: 2;
  max-width: 600px;
}

.landing .features__heading .line {
  width: 3rem;
  height: 4px;
  background-color: #0ac4ff;
  position: absolute;
  top: 0rem;
  left: 0;
  border-radius: 1rem;
}

.landing .features__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8rem;
}

.landing .features__container .item {
  width: 33%;
  text-align: center;
  height: 15rem;
  padding: 0 0.5rem;
  margin-bottom: 2rem;
}

.landing .features__container .item img {
  width: 35px;
  height: auto;
}

.landing .features__container .item__heading {
  font-size: 1.6rem;
  font-weight: 600;
  color: #f6f8fc;
  margin-top: 1.5rem;
}

.landing .features__container .item__text {
  font-size: 0.9rem;
  color: #f6f8fc;
  opacity: 0.7;
  margin-top: 0.5rem;
}

.landing .features .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.landing .features .btn-container .btn-getpolicy {
  background: -webkit-gradient(linear, left top, right bottom, from(#5e00d6), to(#0ac4ff));
  background: linear-gradient(to right bottom, #5e00d6, #0ac4ff);
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: auto;
  border-radius: 10px;
  font-size: 1.1rem;
  color: #f6f8fc;
  cursor: pointer;
  font-weight: 600;
}

.landing .works {
  width: 80%;
  min-height: 115vh;
  margin: 0 auto;
  position: relative;
  color: #f6f8fc;
  padding: 4rem 0;
}

.landing .works__heading {
  position: relative;
}

.landing .works__heading .big {
  font-size: 5rem;
  font-weight: 500;
}

.landing .works__heading .small {
  font-size: 1rem;
  margin-top: 1rem;
  opacity: 0.7;
  width: 80%;
  line-height: 2;
  max-width: 600px;
}

.landing .works__heading .line {
  width: 3rem;
  height: 4px;
  background-color: #0ac4ff;
  position: absolute;
  top: 0rem;
  left: 0;
  border-radius: 1rem;
}

.landing .works__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8rem;
  width: 100%;
  position: relative;
}

.landing .works__container .item {
  width: 45%;
  text-align: center;
  height: 40rem;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(43, 43, 43, 0)));
  background: linear-gradient(to bottom, #000000, rgba(43, 43, 43, 0));
  position: relative;
}

.landing .works__container .item .top {
  width: 100%;
  height: 50%;
  padding: 1rem 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing .works__container .item .top img {
  width: 80%;
  height: auto;
}

.landing .works__container .item .bottom {
  width: 100%;
  height: 50%;
  padding: 1rem 2rem;
  position: relative;
}

.landing .works__container .item .bottom .btm_heading {
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 1rem;
  text-align: left;
}

.landing .works__container .item .bottom .para {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 1rem;
  text-align: left;
}

.landing .super-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.landing .super-container .btn-getpolicy {
  background: -webkit-gradient(linear, left top, right bottom, from(#5e00d6), to(#0ac4ff));
  background: linear-gradient(to right bottom, #5e00d6, #0ac4ff);
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: auto;
  border-radius: 10px;
  font-size: 1.1rem;
  color: #f6f8fc;
  cursor: pointer;
  font-weight: 600;
}

.landing .faq {
  width: 80%;
  min-height: 115vh;
  margin: 0 auto;
  position: relative;
  color: #f6f8fc;
  padding: 4rem 0;
}

.landing .faq__heading {
  position: relative;
}

.landing .faq__heading .big {
  font-size: 5rem;
  font-weight: 500;
}

.landing .faq__heading .small {
  font-size: 1rem;
  margin-top: 1rem;
  opacity: 0.7;
  width: 80%;
  line-height: 2;
  max-width: 600px;
}

.landing .faq__heading .line {
  width: 3rem;
  height: 4px;
  background-color: #0ac4ff;
  position: absolute;
  top: 0rem;
  left: 0;
  border-radius: 1rem;
}

.landing .faq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8rem;
  width: 100%;
  position: relative;
}

.landing .faq__container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 24px;
  position: relative;
  width: 48%;
  min-width: 350px;
  max-width: 95%;
  margin-bottom: 4rem;
  min-height: 173px;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
}

.landing .faq__container .item .left {
  width: 3rem;
  height: 100%;
}

.landing .faq__container .item .left img {
  height: 2rem;
}

.landing .faq__container .item .right {
  width: calc(100% - 3rem);
  height: 100%;
  padding: 0.3rem 0 0 0;
}

.landing .faq__container .item .right .title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.landing .faq__container .item .right .text {
  font-size: 0.9rem;
  font-weight: 400;
  opacity: 0.7;
  line-height: 2;
}

.landing .faq .more {
  opacity: 0.7;
  font-weight: 400;
}

.landing .faq .more a {
  text-decoration: none;
  color: #0ac4ff;
}

.landing .details {
  min-height: 200vh;
  width: 80%;
  margin: 0 auto;
  margin-top: 10rem;
  position: relative;
}

.landing .details .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  min-height: 30rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}

.landing .details .row .col {
  width: 50%;
}

.landing .details .row .col.coltext {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.landing .details .row .col.coltext .head {
  font-size: 2.4rem;
  font-weight: 600;
  color: #172755;
  width: 80%;
  margin-bottom: 2rem;
}

.landing .details .row .col.coltext .text {
  font-size: 1.2rem;
  font-weight: 500;
  color: #172755;
  opacity: 0.7;
  width: 80%;
  line-height: 1.6;
}

.landing .details .row .col.colimg {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing .footer {
  width: 80%;
  height: 45vh;
  min-height: 45vh;
  margin: 0 auto;
  position: relative;
  color: #f6f8fc;
  padding: 4rem 0;
}

.landing .footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70%;
}

.landing .footer__top .item a {
  text-decoration: none;
  color: #f6f8fc;
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 1;
}

.landing .footer__bottom {
  height: 30%;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.landing .footer__bottom .copyright {
  font-weight: 400;
  opacity: 0.7;
  text-align: center;
}

.basic {
  height: 100vh;
  width: 100%;
  max-width: 2000px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.basic .left {
  height: 100%;
  width: 50%;
  background-color: #172755;
  padding: 2rem 3rem;
  position: relative;
  overflow: hidden;
  color: #f6f8fc;
  z-index: 0;
}

.basic .left .logo {
  font-size: 2rem;
}

.basic .left .img {
  position: absolute;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  inset: 50% 20% 0% 0%;
  z-index: -1;
}

.basic .left .content {
  padding: 4rem;
}

.basic .left .content .heading {
  font-size: 3.2rem;
  color: #f6f8fc;
  font-weight: 600;
  padding: 1rem 0;
}

.basic .left .content p {
  font-size: 1.2rem;
  padding: 1rem 0;
  line-height: 1.5;
}

.basic .left .content .head {
  font-size: 2rem;
  font-weight: 500;
  padding: 2rem 0;
}

.basic .left .content .btn-premium {
  background: -webkit-gradient(linear, left top, right bottom, from(#5e00d6), to(#0ac4ff));
  background: linear-gradient(to right bottom, #5e00d6, #0ac4ff);
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: auto;
  border-radius: 10px;
  font-size: 1.1rem;
  color: #f6f8fc;
  cursor: pointer;
  width: 18rem;
}

.basic .right {
  height: 100%;
  width: 50%;
  padding: 1rem 3rem;
  color: #172755;
  position: relative;
  overflow: auto;
}

.basic .right .popupBg {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

.basic .right .popupBg .popup {
  min-height: 30rem;
  width: 35rem;
  background-color: #f6f8fc;
  border-radius: 10px;
  padding: 10px 10px;
  color: #172755;
}

.basic .right .popupBg .popup .head {
  font-weight: 500;
  font-size: 1.2rem;
}

.basic .right .popupBg .popup .infoGroup {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.basic .right .popupBg .popup .infoGroup .checkGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
  margin-bottom: 1.5rem;
}

.basic .right .popupBg .popup .infoGroup .checkGroup .chkbx {
  font-size: 1.1rem;
}

.basic .right .popupBg .popup .infoGroup .checkGroup .chkbx input {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.basic .right .popupBg .popup .btn-done {
  padding: 0.5em;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #0086F9;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2rem;
  cursor: pointer;
  color: #f6f8fc;
  background-color: #0086F9;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.basic .right .popupBg .popup .btn-done:hover {
  background-color: #2d9eff;
}

.basic .right .popupBg .popupTwo {
  width: 35rem;
  min-height: 10em;
  background-color: #f6f8fc;
  border-radius: 10px;
  padding: 10px 10px;
  color: #172755;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.basic .right .popupBg .popupTwo .checkGrp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
}

.basic .right .popupBg .popupTwo .checkGrp .checkBx {
  width: 18px;
  height: 18px;
  position: relative;
  margin-right: 1em;
}

.basic .right .popupBg .popupTwo .checkGrp .checkBx input {
  width: 18px;
  height: 18px;
}

.basic .right .popupBg .popupTwo .btn-done {
  padding: 0.5em;
  margin: 0.5em 0;
  margin-bottom: 0;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #0086F9;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2rem;
  cursor: pointer;
  color: #f6f8fc;
  background-color: #0086F9;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.basic .right .popupBg .popupTwo .btn-done:hover {
  background-color: #2d9eff;
}

.basic .right .page .bphead {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.basic .right .page .bphead .back {
  color: #0086F9;
  cursor: pointer;
}

.basic .right .page .bphead .navleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.basic .right .page .bphead .navleft img {
  width: 16px;
  height: auto;
}

.basic .right .page.page1 .content {
  width: 100%;
  padding: 1rem 2rem;
}

.basic .right .page.page1 .content .heading {
  font-size: 1.6rem;
  color: #172755;
  font-weight: 600;
  padding: 1rem 0;
  padding-top: 0.5rem;
}

.basic .right .page.page1 .content .textTop {
  margin: 1rem 0;
  margin-top: 0;
}

.basic .right .page.page1 .content .textlight {
  opacity: 0.5;
}

.basic .right .page.page1 .content form {
  margin-top: 0.8rem;
  color: #172755;
  font-size: 14px;
}

.basic .right .page.page1 .content form .inputGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.8rem 0;
}

.basic .right .page.page1 .content form .inputGroup label {
  margin-bottom: 0.5rem;
  color: #172755;
  opacity: 0.8;
}

.basic .right .page.page1 .content form .inputGroup input {
  width: 80%;
  height: 2.5rem;
  padding: 0 1rem;
  font-size: 1rem;
  border: 2px solid #0086F9;
  outline: none;
  border-radius: 5px;
  background-color: transparent;
}

.basic .right .page.page1 .content form .inputGroup input::-webkit-input-placeholder {
  color: #172755;
  opacity: 0.5;
}

.basic .right .page.page1 .content form .inputGroup input:-ms-input-placeholder {
  color: #172755;
  opacity: 0.5;
}

.basic .right .page.page1 .content form .inputGroup input::-ms-input-placeholder {
  color: #172755;
  opacity: 0.5;
}

.basic .right .page.page1 .content form .inputGroup input::placeholder {
  color: #172755;
  opacity: 0.5;
}

.basic .right .page.page1 .content form .checkGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
}

.basic .right .page.page1 .content form .checkGroup input.checkbox {
  height: 18px;
  width: 18px;
}

.basic .right .page.page1 .content form .checkGroup .checkContent {
  margin-left: 2rem;
}

.basic .right .page.page1 .content form .checkGroup .checkContent .bold {
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.basic .right .page.page1 .content form .checkGroup .checkContent .light {
  opacity: 0.7;
}

.basic .right .page.page1 .content form .btn-next {
  background: -webkit-gradient(linear, left top, right bottom, from(#5e00d6), to(#0ac4ff));
  background: linear-gradient(to right bottom, #5e00d6, #0ac4ff);
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: auto;
  border-radius: 10px;
  font-size: 1.1rem;
  color: #f6f8fc;
  cursor: pointer;
  width: 15rem;
  margin-top: 2rem;
}

.basic .right .page.page2 .content {
  padding: 0.5rem 2rem;
}

.basic .right .page.page2 .content .heading {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1rem 0;
}

.basic .right .page.page2 .content .light {
  opacity: 0.7;
  padding: 1rem 0;
}

.basic .right .page.page2 .content .inputGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.basic .right .page.page2 .content .inputGroup label {
  padding-bottom: 1rem;
}

.basic .right .page.page2 .content .inputGroup .contactlight {
  padding-bottom: 1rem;
  font-size: 12px;
  opacity: 0.7;
}

.basic .right .page.page2 .content .inputGroup input {
  width: 80%;
  height: 2.5rem;
  border: 2px solid #0086F9;
  border-radius: 5px;
  background-color: transparent;
  outline: none;
  padding: 1rem;
  font-size: 1rem;
}

.basic .right .page.page2 .content .disclaimer {
  padding-bottom: 2rem;
}

.basic .right .page.page2 .content .disclaimer a {
  color: #0086F9;
}

.basic .right .page.page2 .content .checkbox {
  font-size: 1.2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
}

.basic .right .page.page2 .content .checkbox input {
  height: 18px;
  width: 18px;
  margin-right: 1rem;
}

.basic .right .page.page2 .content .btn-generate {
  background: -webkit-gradient(linear, left top, right bottom, from(#5e00d6), to(#0ac4ff));
  background: linear-gradient(to right bottom, #5e00d6, #0ac4ff);
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: auto;
  border-radius: 10px;
  font-size: 1.1rem;
  color: #f6f8fc;
  cursor: pointer;
  width: 15rem;
  margin-top: 2rem;
}

.premium {
  height: 100vh;
  width: 100%;
  max-width: 2000px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.premium .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.premium .overlay.display__none {
  display: none;
}

.premium .overlay__cross {
  position: absolute;
  top: 5%;
  right: 3%;
  font-size: 2rem;
  cursor: pointer;
  color: #fff;
}

.premium .overlay__popup {
  width: 40rem;
  padding: 10px;
  min-height: 8rem;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.premium .overlay__popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.premium .overlay__popup__content .full__input {
  width: 100%;
  height: 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0 1rem;
  border: 1.8px solid #4d7af7;
  border-radius: 5px;
  outline: none;
}

.premium .overlay__popup__content .checkGrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin-top: 1rem;
}

.premium .overlay__popup__content .checkGrp h4 {
  font-weight: 500;
}

.premium .overlay__popup__content .checkGrp .checkBx {
  margin-right: 0.5em;
}

.premium .overlay__popup__content .checkGrp .checkBx input {
  height: 20px;
  width: 20px;
}

.premium .overlay__popup__content .checkGrpfull {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 1rem;
}

.premium .overlay__popup__content .checkGrpfull .checkBx {
  margin-right: 0.5em;
}

.premium .overlay__popup__content .checkGrpfull .checkBx input {
  height: 20px;
  width: 20px;
}

.premium .overlay__popup__content .overlay__under__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  background-color: #eee;
  padding: 0.5rem 1rem;
  margin: 1rem 0;
  border-radius: 10px;
}

.premium .overlay__popup__content .overlay__under__group .checkGrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin-top: 1rem;
}

.premium .overlay__popup__content .overlay__under__group .checkGrp:nth-child(1), .premium .overlay__popup__content .overlay__under__group .checkGrp:nth-child(2) {
  margin-top: 0;
}

.premium .overlay__popup__content .overlay__under__group .checkGrp .checkBx {
  margin-right: 0.5em;
}

.premium .overlay__popup__content .overlay__under__group .checkGrp .checkBx input {
  height: 20px;
  width: 20px;
}

.premium .left {
  height: 100%;
  width: 50%;
  background-color: #172755;
  padding: 2rem 3rem;
  position: relative;
  overflow: hidden;
  color: #f6f8fc;
  z-index: 0;
}

.premium .left .logo {
  font-size: 2rem;
}

.premium .left .substract {
  position: absolute;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  inset: 50% 20% 0% 0%;
  z-index: -1;
}

.premium .left .content {
  padding: 2rem;
}

.premium .left .content .heading {
  font-size: 3.2rem;
  color: #f6f8fc;
  font-weight: 600;
  padding: 2rem 0;
}

.premium .left .content .textblue {
  color: #0086F9;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.premium .left .content ul {
  list-style: none;
}

.premium .left .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  padding: 0.5rem 0;
}

.premium .left .content ul li img {
  margin-right: 0.5rem;
}

.premium .right {
  height: 100%;
  width: 50%;
  color: #172755;
  padding: 1rem 2rem;
  overflow: auto;
}

.premium .right::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.premium .right .page .bphead {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.premium .right .page .bphead .back {
  color: #0086F9;
  cursor: pointer;
}

.premium .right .page .bphead .navleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.premium .right .page .bphead .navleft img {
  width: 16px;
  height: auto;
}

.premium .right .page.page1 .content {
  width: 100%;
  padding: 2rem 2rem;
}

.premium .right .page.page1 .content .heading {
  font-size: 1.6rem;
  color: #172755;
  font-weight: 600;
  padding: 1rem 0;
  padding-top: 0.5rem;
}

.premium .right .page.page1 .content .textTop {
  margin: 1rem 0;
  margin-top: 0;
}

.premium .right .page.page1 .content .textlight {
  opacity: 0.5;
}

.premium .right .page.page1 .content form {
  margin-top: 0.8rem;
  color: #172755;
  font-size: 14px;
}

.premium .right .page.page1 .content form .inputGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.8rem 0;
}

.premium .right .page.page1 .content form .inputGroup label {
  margin-bottom: 0.5rem;
  color: #172755;
  opacity: 0.8;
}

.premium .right .page.page1 .content form .inputGroup input {
  width: 80%;
  height: 2.5rem;
  padding: 0 1rem;
  font-size: 1rem;
  border: 2px solid #0086F9;
  outline: none;
  border-radius: 5px;
  background-color: transparent;
}

.premium .right .page.page1 .content form .inputGroup input::-webkit-input-placeholder {
  color: #172755;
  opacity: 0.5;
}

.premium .right .page.page1 .content form .inputGroup input:-ms-input-placeholder {
  color: #172755;
  opacity: 0.5;
}

.premium .right .page.page1 .content form .inputGroup input::-ms-input-placeholder {
  color: #172755;
  opacity: 0.5;
}

.premium .right .page.page1 .content form .inputGroup input::placeholder {
  color: #172755;
  opacity: 0.5;
}

.premium .right .page.page1 .content form .checkGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
}

.premium .right .page.page1 .content form .checkGroup input.checkbox {
  height: 18px;
  width: 18px;
}

.premium .right .page.page1 .content form .checkGroup .checkContent {
  margin-left: 2rem;
}

.premium .right .page.page1 .content form .checkGroup .checkContent .bold {
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.premium .right .page.page1 .content form .checkGroup .checkContent .light {
  opacity: 0.7;
}

.premium .right .page.page1 .content form .btn-next {
  background: -webkit-gradient(linear, left top, right bottom, from(#5e00d6), to(#0ac4ff));
  background: linear-gradient(to right bottom, #5e00d6, #0ac4ff);
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: auto;
  border-radius: 10px;
  font-size: 1.1rem;
  color: #f6f8fc;
  cursor: pointer;
  width: 15rem;
  margin-top: 2rem;
}

.premium .right .page.page2 .content {
  width: 100%;
  padding: 2rem 2rem;
}

.premium .right .page.page2 .content .checkGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
}

.premium .right .page.page2 .content .checkGroup input.checkbox {
  height: 18px;
  width: 18px;
}

.premium .right .page.page2 .content .checkGroup .checkContent {
  margin-left: 2rem;
}

.premium .right .page.page2 .content .checkGroup .checkContent .bold {
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.premium .right .page.page2 .content .checkGroup .checkContent .light {
  opacity: 0.7;
}

.premium .right .page.page2 .content .btn-next {
  background: -webkit-gradient(linear, left top, right bottom, from(#5e00d6), to(#0ac4ff));
  background: linear-gradient(to right bottom, #5e00d6, #0ac4ff);
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: auto;
  border-radius: 10px;
  font-size: 1.1rem;
  color: #f6f8fc;
  cursor: pointer;
  width: 15rem;
  margin-top: 2rem;
}

.premium .right .page.page3 .content {
  padding: 0.5rem 2rem;
}

.premium .right .page.page3 .content .heading {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1rem 0;
}

.premium .right .page.page3 .content .light {
  opacity: 0.7;
  padding: 1rem 0;
}

.premium .right .page.page3 .content .inputGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.premium .right .page.page3 .content .inputGroup label {
  padding-bottom: 1rem;
}

.premium .right .page.page3 .content .inputGroup .contactlight {
  padding-bottom: 1rem;
  font-size: 12px;
  opacity: 0.7;
}

.premium .right .page.page3 .content .inputGroup input {
  width: 80%;
  height: 2.5rem;
  border: 2px solid #0086F9;
  border-radius: 5px;
  background-color: transparent;
  outline: none;
  padding: 1rem;
  font-size: 1rem;
}

.premium .right .page.page3 .content .head {
  font-size: 1.3rem;
  font-weight: 500;
}

.premium .right .page.page3 .content .disclaimer {
  padding-bottom: 1rem;
}

.premium .right .page.page3 .content .checkRegion {
  padding: 1rem 0;
  width: 100%;
}

.premium .right .page.page3 .content .checkRegion .checkContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
}

.premium .right .page.page3 .content .checkRegion .checkContent .chkbx {
  margin-right: 2rem;
}

.premium .right .page.page3 .content .checkRegion .checkContent .chkbx input {
  height: 18px;
  width: 18px;
}

.premium .right .page.page3 .content .checkRegion .checkContent .text {
  font-weight: 500;
}

.premium .right .page.page3 .content .checkbox {
  font-size: 1.2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  padding-top: 0;
}

.premium .right .page.page3 .content .checkbox input {
  height: 18px;
  width: 18px;
  margin-right: 1rem;
}

.premium .right .page.page3 .content .btn-generate {
  background: -webkit-gradient(linear, left top, right bottom, from(#5e00d6), to(#0ac4ff));
  background: linear-gradient(to right bottom, #5e00d6, #0ac4ff);
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: auto;
  border-radius: 10px;
  font-size: 1.1rem;
  color: #f6f8fc;
  cursor: pointer;
  width: 15rem;
  margin-top: 2rem;
}

.policyPage {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.policyPage .header {
  min-height: 70vh;
  width: 100%;
  background-color: #172755;
  color: #f6f8fc;
}

.policyPage .header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4em;
  padding: 1em 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.policyPage .header .nav .logo {
  font-size: 2rem;
}

.policyPage .header .nav .btn-create {
  background-color: transparent;
  border-radius: 10px;
  padding: 1em 2em;
  border: 2px solid #0086F9;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #fff;
  text-decoration: none;
}

.policyPage .header .nav .btn-create:hover {
  background-color: #0086F9;
}

.policyPage .header .content {
  width: 80%;
  margin: 0 auto;
}

.policyPage .header .content .heading {
  text-align: center;
  margin-top: 2em;
  font-size: 3rem;
  font-weight: 600;
  line-height: 2;
}

.policyPage .header .content .text {
  font-size: 1.2rem;
  text-align: center;
  color: rgba(246, 248, 252, 0.7);
}

.policyPage .navigator {
  width: 40em;
  max-width: 95vw;
  margin: 0 auto;
  padding: 1em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 10rem;
  border: 1px solid #0086F9;
  -ms-flex-item-align: center;
      align-self: center;
  color: #172755;
  margin-top: 1em;
}

.policyPage .navigator .ngMenu {
  cursor: pointer;
}

.policyPage .navigator .ngMenu .ngItem {
  font-weight: 500;
  opacity: 0.5;
  text-align: center;
}

.policyPage .navigator .ngMenu .ngItem.ngActive {
  opacity: 1;
}

.policyPage .policyContent {
  width: 80%;
  margin: 0 auto;
  margin-top: 1em;
  color: #172755;
  padding: 2em 0;
}

.policyPage .policyContent h1 {
  font-size: 2.5rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.policyPage .policyContent h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 2rem;
}

.policyPage .policyContent h3 {
  line-height: 2;
  font-size: 1.6em;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.policyPage .policyContent h4 {
  font-size: 1.4em;
  margin-top: 2rem;
}

.policyPage .policyContent p {
  line-height: 1.7;
  margin-top: 1rem;
  font-size: 1.22rem;
  opacity: 0.9;
}

.policyPage .policyContent p a {
  color: #0086F9;
  text-decoration: none;
  font-weight: 500;
}

.policyPage .policyContent ul {
  margin-top: 1rem;
}

.policyPage .policyContent ul li {
  font-size: 1.2rem;
  padding: 0.5rem 0;
  opacity: 0.7;
}

.policyPage .policyContent ul li p {
  margin-top: 0;
}

.policyPage .termsContent {
  width: 80%;
  margin: 0 auto;
  margin-top: 1em;
  color: #172755;
  padding: 2em 0;
}

.policyPage .termsContent h1 {
  font-size: 2.5rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.policyPage .termsContent h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 2rem;
}

.policyPage .termsContent h3 {
  line-height: 2;
  font-size: 1.6em;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.policyPage .termsContent h4 {
  font-size: 1.4em;
  margin-top: 2rem;
}

.policyPage .termsContent p {
  line-height: 1.7;
  margin-top: 1rem;
  font-size: 1.22rem;
  opacity: 0.9;
}

.policyPage .termsContent p a {
  color: #0086F9;
  text-decoration: none;
  font-weight: 500;
}

.policyPage .termsContent ul {
  margin-top: 1rem;
}

.policyPage .termsContent ul li {
  font-size: 1.2rem;
  padding: 0.5rem 0;
  opacity: 0.7;
}

.policyPage .cookieContent {
  width: 80%;
  margin: 0 auto;
  margin-top: 1em;
  color: #172755;
  padding: 2em 0;
}

.policyPage .cookieContent h1 {
  font-size: 2.5rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.policyPage .cookieContent h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 2rem;
}

.policyPage .cookieContent h3 {
  line-height: 2;
  font-size: 1.6em;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.policyPage .cookieContent h4 {
  font-size: 1.4em;
  margin-top: 2rem;
}

.policyPage .cookieContent p {
  line-height: 1.7;
  margin-top: 1rem;
  font-size: 1.22rem;
  opacity: 0.9;
}

.policyPage .cookieContent p a {
  color: #0086F9;
  text-decoration: none;
  font-weight: 500;
}

.policyPage .cookieContent ul {
  margin-top: 1rem;
}

.policyPage .cookieContent ul li {
  font-size: 1.2rem;
  padding: 0.5rem 0;
  opacity: 0.7;
}

.btn-done {
  padding: 0.5em;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #0086F9;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2rem;
  cursor: pointer;
  color: #f6f8fc;
  background-color: #0086F9;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn-done:hover {
  background-color: #2d9eff;
}

.copyPolicy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}

.copyPolicy button {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.75em 2em;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #0086F9;
  text-transform: capitalize;
  font-size: 1.2rem;
  cursor: pointer;
  color: #f6f8fc;
  background-color: #0086F9;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.copyPolicy button:hover {
  background-color: #2d9eff;
}

.faq__page {
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #f6f8fc;
  background-color: #080d23;
}

.faq__page__container {
  height: 100%;
  width: 80%;
  margin: 0 auto;
  padding-top: 8rem;
}

.faq__page__container__heading {
  position: relative;
}

.faq__page__container__heading .big {
  font-size: 3rem;
  font-weight: 500;
}

.faq__page__container__heading .small {
  font-size: 1rem;
  margin-top: 1rem;
  opacity: 0.7;
  width: 80%;
  line-height: 2;
  max-width: 600px;
}

.faq__page__container__heading .line {
  width: 3rem;
  height: 4px;
  background-color: #0ac4ff;
  position: absolute;
  top: 0rem;
  left: 0;
  border-radius: 1rem;
}

.faq__page__container .faq__page__qna {
  margin-top: 4rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faq__page__container .faq__page__qna .block {
  width: 100%;
  min-height: 15rem;
  border: 1px solid #6464647c;
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.faq__page__container .faq__page__qna .block .question {
  font-weight: 700;
  margin-bottom: 2rem;
}

.faq__page__container .faq__page__qna .block .answer {
  font-size: 0.9rem;
  line-height: 2;
  opacity: 0.5;
  font-weight: 400;
}

.faq__page__container .footer {
  width: 100%;
  height: 45vh;
  min-height: 45vh;
  margin: 0 auto;
  position: relative;
  color: #f6f8fc;
  padding: 4rem 0;
}

.faq__page__container .footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70%;
}

.faq__page__container .footer__top .item a {
  text-decoration: none;
  color: #f6f8fc;
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 1;
}

.faq__page__container .footer__bottom {
  height: 30%;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.faq__page__container .footer__bottom .copyright {
  font-weight: 400;
  opacity: 0.7;
  text-align: center;
}

.terms__page {
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #f6f8fc;
  background-color: #080d23;
}

.terms__page__container {
  height: 100%;
  width: 80%;
  margin: 0 auto;
  padding-top: 8rem;
}

.terms__page__container__heading {
  position: relative;
}

.terms__page__container__heading .big {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.terms__page__container__heading .para {
  font-size: 1.4rem;
}

.terms__page__container__heading .para a {
  color: #0ac4ff;
}

.terms__page__container__heading h2 {
  margin: 2rem 0rem 1rem 0;
}

.terms__page__container__heading .line {
  width: 3rem;
  height: 4px;
  background-color: #0ac4ff;
  position: absolute;
  top: 0rem;
  left: 0;
  border-radius: 1rem;
}

.terms__page__container .footer {
  width: 100%;
  height: 45vh;
  min-height: 45vh;
  margin: 0 auto;
  position: relative;
  color: #f6f8fc;
  padding: 4rem 0;
}

.terms__page__container .footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70%;
}

.terms__page__container .footer__top .item a {
  text-decoration: none;
  color: #f6f8fc;
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 1;
}

.terms__page__container .footer__bottom {
  height: 30%;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.terms__page__container .footer__bottom .copyright {
  font-weight: 400;
  opacity: 0.7;
  text-align: center;
}

.privacy__page {
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #f6f8fc;
  background-color: #080d23;
}

.privacy__page__container {
  min-height: 100vh;
  width: 80%;
  margin: 0 auto;
  padding-top: 8rem;
}

.privacy__page__container h2 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2rem;
  margin-top: 3rem;
}

.privacy__page__container p {
  font-size: 1.4rem;
}

.privacy__page__container p a {
  color: #0ac4ff;
}

.privacy__page__container li {
  font-size: 1.4rem;
}

.privacy__page__container li a {
  color: #0ac4ff;
}

.privacy__page .footer {
  width: 100%;
  height: 45vh;
  min-height: 45vh;
  margin: 0 auto;
  position: relative;
  color: #f6f8fc;
  padding: 4rem 0;
}

.privacy__page .footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70%;
}

.privacy__page .footer__top .item a {
  text-decoration: none;
  color: #f6f8fc;
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 1;
}

.privacy__page .footer__bottom {
  height: 30%;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.privacy__page .footer__bottom .copyright {
  font-weight: 400;
  opacity: 0.7;
  text-align: center;
}

.refund__page {
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #f6f8fc;
  background-color: #080d23;
}

.refund__page__container {
  min-height: 100vh;
  width: 80%;
  margin: 0 auto;
  padding-top: 8rem;
}

.refund__page__container h2 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2rem;
  margin-top: 3rem;
}

.refund__page__container p {
  font-size: 1.4rem;
}

.refund__page__container p a {
  color: #0ac4ff;
}

.refund__page__container li {
  font-size: 1.4rem;
}

.refund__page__container li a {
  color: #0ac4ff;
}

.refund__page .footer {
  width: 100%;
  height: 45vh;
  min-height: 45vh;
  margin: 0 auto;
  position: relative;
  color: #f6f8fc;
  padding: 4rem 0;
}

.refund__page .footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70%;
}

.refund__page .footer__top .item a {
  text-decoration: none;
  color: #f6f8fc;
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 1;
}

.refund__page .footer__bottom {
  height: 30%;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.refund__page .footer__bottom .copyright {
  font-weight: 400;
  opacity: 0.7;
  text-align: center;
}

.individual-landing {
  padding: 1.5rem 1rem;
  height: 100%;
  width: 100%;
  position: relative;
}

.individual-landing .heading {
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  color: #575F6E;
  text-align: left;
  margin-bottom: 2rem;
}

.individual-landing .box {
  height: calc( 100% - 2rem);
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  padding: 4rem 3rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.individual-landing .box .policy-type {
  width: 80%;
  padding: .7rem 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 1rem;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.2rem;
  font-weight: 500;
}

.individual-landing .box .policy-type .custom-special-checkbox {
  height: 21px;
  position: relative;
  width: 21px;
  border-radius: 50%;
  border: 1px solid #ccc9c9;
  margin-right: 1rem;
}

.individual-landing .box .policy-type.active {
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.07);
  border: 1px solid #4d7af7;
}

.individual-landing .box .policy-type.active .custom-special-checkbox {
  height: 21px;
  position: relative;
  width: 21px;
  border-radius: 50%;
  border: 1px solid #4d7af7;
  margin-right: 1rem;
}

.individual-landing .box .policy-type.active .custom-special-checkbox .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background-color: #4d7af7;
}

.individual-landing .box .policy-type:hover {
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.07);
}

.individual-landing .box .box-image {
  height: 30vh;
  width: auto;
  position: relative;
  margin-bottom: 2rem;
}

.individual-landing .box .box-image img {
  height: 100%;
  width: auto;
}

.individual-landing .box .next-button {
  width: 15rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #4d7af7;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.individual-landing .box .next-button:hover {
  background-color: #3b5998;
}

@media screen and (max-width: 1400px) {
  .landing .header__content .banner__head {
    font-size: 3rem;
  }
  .landing .policies .cards .card {
    width: 22rem;
    height: 30rem;
  }
  .landing .policies .cards .card .card_content .heading {
    font-size: 1.6rem;
  }
  .landing .policies .cards .card .card_content .text {
    font-size: 1.1rem;
    margin-top: 1rem;
  }
  .landing .policies .cards .card:nth-child(1) {
    height: 35rem;
  }
  .landing .policies .cards .card:nth-child(1) .card_one_content .text {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
  .landing .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 95%;
  }
  .landing .header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 40%;
  }
  .landing .header__left #desktop-image {
    display: none;
  }
  .landing .header__left #mobile-image {
    display: block;
  }
  .landing .header__right {
    width: 100%;
    height: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .landing .header__right .banner__text {
    font-size: 2rem;
    text-align: center;
  }
  .landing .header__right .banner__desc {
    text-align: center;
    margin-top: 1rem;
  }
  .landing .policies {
    width: 95%;
  }
  .landing .policies__heading .big {
    font-size: 2.3rem;
    font-weight: 500;
  }
  .landing .policies__heading .small {
    width: 100%;
  }
  .landing .policies__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .landing .policies__cards .card {
    width: 95%;
    margin-bottom: 2rem;
  }
  .landing .policies__cards .special__card {
    width: 95%;
    margin-bottom: 2rem;
  }
  .landing .features {
    width: 95%;
  }
  .landing .features__heading .big {
    font-size: 2.3rem;
    font-weight: 500;
  }
  .landing .features__heading .small {
    width: 100%;
  }
  .landing .features__container .item {
    width: 50%;
  }
  .landing .works {
    width: 95%;
  }
  .landing .works__heading .big {
    font-size: 2.3rem;
    font-weight: 500;
  }
  .landing .works__heading .small {
    width: 100%;
  }
  .landing .works__container .item {
    width: 95%;
  }
  .landing .faq {
    width: 95%;
  }
  .landing .faq__heading .big {
    font-size: 2.3rem;
    font-weight: 500;
  }
  .landing .faq__heading .small {
    width: 100%;
  }
  .landing .footer {
    width: 95%;
    height: 80vh;
  }
  .landing .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 90%;
  }
  .landing .footer__top .item {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .landing .footer__bottom {
    height: 10%;
  }
  .basic .left {
    display: none;
  }
  .basic .right {
    width: 100%;
    padding: 0.5em 5px;
    overflow: auto;
  }
  .basic .right .popupBg .popup .head {
    font-size: 1rem;
  }
  .basic .right .popupBg .popup .infoGroup {
    margin-top: 0.5rem;
    padding: 0 0.5rem;
  }
  .basic .right .popupBg .popup .infoGroup .checkGroup {
    font-size: 0.8rem;
  }
  .basic .right .popupBg .popup .infoGroup .checkGroup .chkbx input {
    margin-right: 4px;
  }
  .basic .right .popupBg .popupTwo .checkGrp {
    font-size: 0.8em;
  }
  .basic .right .popupBg .popupTwo .checkGrp .checkBx {
    margin-right: 0.5em;
  }
  .basic .right .page.page1 .content form .inputGroup input {
    width: 100%;
  }
  .premium .left {
    display: none;
  }
  .premium .right {
    width: 100%;
    padding: 0.5em 5px;
    overflow: auto;
  }
  .premium .right .page.page1 .content form .inputGroup input {
    width: 100%;
  }
  .premium .overlay {
    padding: 10px;
  }
  .policyPage .header .nav {
    padding: 1rem 0.5rem;
  }
  .policyPage .policyContent {
    width: 95%;
  }
  .policyPage .termsContent {
    width: 95%;
  }
  .policyPage .cookieContent {
    width: 95%;
  }
  .terms__page__container {
    width: 95%;
  }
  .terms__page .footer {
    width: 95%;
    height: 80vh;
  }
  .terms__page .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 90%;
  }
  .terms__page .footer__top .item {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .terms__page .footer__bottom {
    height: 10%;
  }
}

.multiselect__tags .multiselect__tags-wrap .multiselect__tag {
  background-color: #488ef0;
}

.multiselect__option--highlight {
  background-color: #488ef0;
}

.multiselect__option .multiselect__option--highlight {
  background-color: #488ef0;
}

.multiselect__tag-icon {
  color: #fff;
}

.data_officer {
  width: 100%;
  position: relative;
}

.data_officer_name {
  width: 100%;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: none;
  margin-bottom: 1rem;
}
/*# sourceMappingURL=style.css.map */