/* CSS Document */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

a {
  background-color: transparent;
}

img,
picture img {
  border-style: none;
  max-width: 100%;
  outline: none;
  display: block;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

ol,
ul {
  list-style: none;
}

body {
  overflow: hidden;
  overflow-y: auto;
}

h1 {
  margin-top: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #fffddb;
  outline: none;
}
a:hover, a:focus {
  color: #0256A1;
}

html {
  font-size: 16px;
}

body {
  font-family: "PanchariUN";
  font-weight: normal;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: normal;
  font-style: normal;
}

* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

p {
  font-size: 22px;
  line-height: 26.4px;
  letter-spacing: normal;
  font-style: normal;
  font-family: "PanchariUN";
  font-weight: normal;
  margin: 0;
  color: #2B265D;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
p strong {
  font-family: "PanchariUB";
  font-weight: normal;
  color: #000000;
}
p.lead {
  font-size: 24px;
  line-height: 33.6px;
  letter-spacing: normal;
  font-style: normal;
}

strong {
  font-family: "PanchariUB";
  font-weight: normal;
  color: #000000;
}

li {
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: normal;
  font-style: normal;
  font-family: "PanchariUN";
  font-weight: normal;
  margin: 0;
  color: #2B265D;
}
li:not(:last-child) {
  margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PanchariUB";
  font-weight: normal;
  color: #2B265D;
}

.display-1 {
  font-size: 54.74px;
  line-height: 65.688px;
  letter-spacing: normal;
  font-style: normal;
}

.display-2 {
  font-size: 45.62px;
  line-height: 54.744px;
  letter-spacing: normal;
  font-style: normal;
}

h1,
.h1 {
  font-size: 39.81px;
  line-height: 47.772px;
  letter-spacing: normal;
  font-style: normal;
}

h2,
.h2 {
  font-size: 33.18px;
  line-height: 39.816px;
  letter-spacing: normal;
  font-style: normal;
}

h3,
.h3 {
  font-size: 27.65px;
  line-height: 33.18px;
  letter-spacing: normal;
  font-style: normal;
}

h4,
.h4 {
  font-size: 23.04px;
  line-height: 27.648px;
  letter-spacing: normal;
  font-style: normal;
}

main {
  max-width: 100vw;
  overflow: hidden;
  clear: both;
}
main::after, main::before {
  content: "";
  clear: both;
  display: table;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1172px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1310px;
  }
}
.container .container {
  margin-right: unset;
  margin-left: unset;
  max-width: unset;
  padding-left: unset;
  padding-right: unset;
}

.page-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-section__title {
  margin-bottom: 30px;
}
.page-section__subtitle {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 20.4px;
  letter-spacing: 0.1764705882em;
  font-style: normal;
}
.page-section__inner-title {
  position: relative;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0.0166666667em;
  font-style: normal;
  padding-bottom: 20px;
}
.page-section__inner-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 180px;
  height: 2px;
  background-color: #ffffff;
}
.page-section__inner-title + p {
  margin-top: 40px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.row .col {
  padding-left: 10px;
  padding-right: 10px;
}
.row__4-column .col {
  flex: 1 1 25%;
  max-width: 25%;
}
.row__3-column .col {
  flex: 1 1 33.3333333333%;
  max-width: 33.3333333333%;
}
.row__2-column .col {
  flex: 1 1 50%;
  max-width: 50%;
}
.row__50-50 .col {
  flex: 1 1 50%;
  max-width: 50%;
}
.row__60-40 .col:nth-child(1) {
  flex: 1 1 60%;
  max-width: 60%;
}
.row__60-40 .col:nth-child(2) {
  flex: 1 1 40%;
  max-width: 40%;
}
.row__40-60 .col:nth-child(1) {
  flex: 1 1 40%;
  max-width: 40%;
}
.row__40-60 .col:nth-child(2) {
  flex: 1 1 60%;
  max-width: 60%;
}
.row__70-30 .col:nth-child(1) {
  flex: 1 1 70%;
  max-width: 70%;
}
.row__70-30 .col:nth-child(2) {
  flex: 1 1 30%;
  max-width: 30%;
}
.row__30-70 .col:nth-child(1) {
  flex: 1 1 30%;
  max-width: 30%;
}
.row__30-70 .col:nth-child(2) {
  flex: 1 1 70%;
  max-width: 70%;
}
.row__80-20 .col:nth-child(1) {
  flex: 1 1 80%;
  max-width: 80%;
}
.row__80-20 .col:nth-child(2) {
  flex: 1 1 20%;
  max-width: 20%;
}
.row__20-80 .col:nth-child(1) {
  flex: 1 1 20%;
  max-width: 20%;
}
.row__20-80 .col:nth-child(2) {
  flex: 1 1 80%;
  max-width: 80%;
}
.row__100 .col:nth-child(1), .row__100 .col:nth-child(2), .row__full .col:nth-child(1), .row__full .col:nth-child(2) {
  flex: 1 1 100%;
  max-width: 100%;
}

.category-data__block .page-section__inner-title {
  color: #0256A1;
  margin-bottom: 50px;
}
.category-data__block .button {
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {
  .row {
    flex-direction: column;
  }

  .col {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }

  .category-data__block {
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .category-data__block {
    max-width: 640px;
  }
}
.header-main {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}

.brand-logo {
  display: block;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.brand-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.section {
  max-width: 100vw;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section__title {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: normal;
  font-style: normal;
  font-family: "PanchariUB";
  font-weight: normal;
  color: #6C60DC;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.section__subtitle {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: normal;
  font-style: normal;
  color: #2B265D;
  text-align: center;
  font-family: "PanchariUB";
  font-weight: normal;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.hero {
  position: relative;
  padding-top: 39.5833333333%;
  padding-bottom: 0;
}
.hero::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/hero-bg-mob.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  z-index: -1;
}
.hero__in {
  margin-top: 25px;
}
.hero__column-left {
  margin-bottom: 25px;
}
.hero__title {
  font-size: 50px;
  line-height: 42.5px;
  letter-spacing: normal;
  font-style: normal;
  color: #0256A1;
}
.hero__para {
  font-size: 28px;
  line-height: 23.8px;
  letter-spacing: normal;
  font-style: normal;
  color: #8a8a8a;
  margin-top: 10px;
}

.subscription {
  padding: 25px;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #ededed;
}
.subscription__form {
  position: relative;
  display: block;
}
.subscription__form .alert-toast {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: normal;
  font-style: normal;
  padding: 10px;
  width: 100%;
  max-width: 90%;
}
.subscription__offer-badge {
  position: relative;
  display: block;
  padding: 5px 5px 5px 30px;
  background-color: #6C60DC;
  font-size: 16px;
  line-height: 15.2px;
  letter-spacing: normal;
  font-style: normal;
  color: #ffffff;
  text-align: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.subscription__offer-badge::before {
  position: absolute;
  left: 5px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../images/badge-icon.svg);
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
@media screen and (min-width: 350px) {
  .subscription__offer-badge {
    display: flex;
    align-items: center;
    text-align: left;
    background-image: url("../images/badge-bg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: normal;
    font-style: normal;
    height: 23px;
    padding: 0 0 0 35px;
    white-space: nowrap;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
  .subscription__offer-badge::before {
    left: 12px;
    top: 12px;
  }
}
.subscription__title {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: normal;
  font-style: normal;
  margin-top: 10px;
}
.subscription__para {
  margin-top: 10px;
  font-size: 22px;
  line-height: 26.4px;
  letter-spacing: normal;
  font-style: normal;
}
.subscription fieldset {
  padding: 0;
  margin: 0 0 5px;
}
.subscription .form-checkbox-group label {
  display: flex;
  align-items: flex-start;
}
.subscription .form-checkbox-group label .check-box {
  margin-right: 5px;
}
.subscription .form-checkbox-group label span {
  flex: auto;
  font-size: 18px;
  line-height: 15.3px;
  letter-spacing: normal;
  font-style: normal;
  font-family: "PanchariUB";
  font-weight: normal;
  color: #2B265D;
  display: inline-block;
  letter-spacing: 0;
}

.why-subscribe__item {
  text-align: center;
}
.why-subscribe-carousel {
  margin-top: 50px;
}
.why-subscribe img {
  width: auto;
  height: auto;
  max-width: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  -webkit-border-radius: 120px;
  border-radius: 120px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.why-subscribe figcaption {
  font-family: "PanchariUB";
  font-weight: normal;
  color: #2B265D;
  font-size: 22px;
  line-height: 24.2px;
  letter-spacing: normal;
  font-style: normal;
  margin-top: 15px;
}

.billing {
  background-color: #F3F3F3;
}
.billing__item:not(:last-child) {
  margin-bottom: 30px;
}

.card {
  background-color: #ffffff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.card__in {
  padding: 20px;
  position: relative;
}
.card__header {
  padding-bottom: 15px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
}
.card__title {
  font-family: "PanchariUB";
  font-weight: normal;
  color: #2B265D;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: normal;
  font-style: normal;
}
.card__info {
  font-family: "PanchariUN";
  font-weight: normal;
  color: #dc2626;
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: normal;
  font-style: normal;
}
.card__body .text-box {
  background: #ffffff;
  border-color: #ededed;
}
.card__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 15px;
}
.card__footer .button:not(:last-child) {
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .section__title {
    font-size: 32px;
    line-height: 27.2px;
    letter-spacing: normal;
    font-style: normal;
  }
  .section__subtitle {
    font-size: 50px;
    line-height: 42.5px;
    letter-spacing: normal;
    font-style: normal;
  }
}
@media only screen and (min-width: 1024px) {
  .hero {
    padding-top: 48.6111111111%;
  }
  .hero::before {
    background-image: url("../images/hero-bg-web.jpg");
    background-size: cover;
  }
  .hero__title {
    font-size: 60px;
    line-height: 51px;
    letter-spacing: normal;
    font-style: normal;
    max-width: 400px;
    margin-top: 15px;
  }
  .hero__para {
    font-size: 40px;
    line-height: 34px;
    letter-spacing: normal;
    font-style: normal;
    max-width: 600px;
    color: #ffffff;
    margin-top: 20px;
  }
  .hero__in {
    display: flex;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 0;
  }
  .hero__column-left, .hero__column-right {
    padding: 25px;
    flex: auto;
    width: 100%;
    max-width: 100%;
  }
  .hero__column-left {
    margin-bottom: 0;
  }
  .hero__column-right {
    max-width: 440px;
  }
  .hero .container {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .hero .subscription {
    border-color: transparent;
  }
  .hero .subscription__title {
    font-size: 28px;
    line-height: 23.8px;
    letter-spacing: normal;
    font-style: normal;
  }
  .hero .subscription__para {
    font-size: 20px;
    line-height: 19px;
    letter-spacing: normal;
    font-style: normal;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__title {
    font-size: 75px;
    line-height: 63.75px;
    letter-spacing: normal;
    font-style: normal;
    max-width: 500px;
    margin-top: 0;
  }
  .hero__para {
    font-size: 40px;
    line-height: 34px;
    letter-spacing: normal;
    font-style: normal;
  }
}
@media only screen and (min-width: 1400px) {
  .hero__title {
    max-width: 515px;
    font-size: 75px;
    line-height: 63.75px;
    letter-spacing: normal;
    font-style: normal;
  }
}
.form-group {
  margin-bottom: 15px;
}

.form-checkbox-group {
  margin-bottom: 10px;
}

fieldset {
  padding: 0;
}

label {
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: normal;
  font-style: normal;
  font-family: "PanchariUB";
  font-weight: normal;
  margin-bottom: 8px;
  color: #2B265D;
  display: block;
  letter-spacing: 0;
}
label .mnd {
  color: #cc6516;
}
label a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #0256A1;
}

.text-box {
  display: block;
  background: #F3F3F3;
  width: 100%;
  min-height: 45px;
  padding: 10px 15px;
  font-family: "PanchariUB";
  font-weight: normal;
  color: #2B265D;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 20px;
  line-height: 16px;
  letter-spacing: normal;
  font-style: normal;
  outline: none;
  border: 1px solid transparent;
}
.text-box:-moz-placeholder {
  font-size: 20px;
  font-weight: normal;
  line-height: 17px;
  color: #8a8a8a;
  text-decoration: none;
}
.text-box::-moz-placeholder {
  font-size: 20px;
  font-weight: normal;
  line-height: 17px;
  color: #8a8a8a;
  text-decoration: none;
}
.text-box:-ms-input-placeholder {
  font-size: 20px;
  font-weight: normal;
  line-height: 17px;
  color: #8a8a8a;
  text-decoration: none;
}
.text-box::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: normal;
  line-height: 17px;
  color: #8a8a8a;
  text-decoration: none;
}
.text-box:focus, .text-box:active {
  border-color: #6C60DC;
}
.text-box:disabled, .text-box.disabled {
  pointer-events: none;
  cursor: not-allowed;
  background: #6C60DC;
}
.text-box:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #6C60DC inset;
  /* Change the color to your own background color */
  -webkit-text-fill-color: #ffffff;
}
.text-box:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #6C60DC inset;
  -webkit-text-fill-color: #ffffff;
}

.form-flex-group {
  position: relative;
  display: flex;
}
.form-flex-group .flex-item {
  display: block;
}
.form-flex-group .flex-item:first-child {
  flex: auto;
  width: auto;
}
.form-flex-group .flex-item:first-child .text-box {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0;
}
.form-flex-group .flex-item:last-child {
  flex: 1 1 100%;
  max-width: 100%;
}
.form-flex-group .flex-item:last-child .text-box {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

textarea.text-box {
  resize: vertical;
  min-height: 100px;
}

.alert-msg {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal;
  color: #BDBDBD;
  text-align: start;
}

.error {
  color: #dc2626;
  font-family: "PanchariUB";
  font-weight: normal;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: normal;
  font-style: normal;
  display: block;
}

.alert {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: normal;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  background-color: rgba(108, 96, 220, 0.1);
  padding: 15px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.alert .alert-title {
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: normal;
  font-style: normal;
  margin-bottom: 3px;
  color: inherit;
}
.alert p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: inherit;
  font-style: inherit;
}
.alert.info {
  background-color: #015c6b;
}
.alert.warning {
  background-color: #87430f;
}
.alert.success {
  background-color: #076f51;
}
.alert.danger {
  background-color: #5a0f0f;
}

.val-msg {
  display: none;
  margin-top: 5px;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: normal;
  font-style: normal;
  color: #ff6e6e;
  text-align: left;
}
.val-msg p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: inherit;
  font-style: inherit;
}

.upload {
  position: relative;
  display: block;
  align-items: center;
  height: 27px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 110px;
}
.upload__button {
  position: absolute;
  left: 0;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: normal;
  font-style: normal;
  font-family: "EGGIndulekha";
  color: #2B265D;
  padding-right: 40px;
  margin-bottom: 0;
  display: block;
  cursor: pointer;
  z-index: 0;
}
.upload__button::before {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: -3px;
  width: 27px;
  height: 27px;
  background-image: url("../images/icons.svg");
  background-repeat: no-repeat;
  background-position: -216px 0;
  background-color: #0256A1;
  z-index: 0;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  cursor: pointer;
}
.upload input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.upload__filename {
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal;
  color: #8a8a8a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.varify {
  position: relative;
}
.varify__wraper {
  position: relative;
}
.varify > label {
  position: relative;
  z-index: 0;
  padding-right: 85px;
}
.varify .text-box {
  position: relative;
  padding-right: 75px;
  z-index: 1;
}
.varify .cta-btn {
  position: absolute;
  right: 5px;
  top: 6px;
  z-index: 2;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: normal;
  font-style: normal;
  color: #ffffff;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 10px;
}
.varify .cta-btn:hover, .varify .cta-btn:focus {
  color: #0256A1;
}
.varify .alert-msg {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal;
  color: #BDBDBD;
  text-align: start;
}
.varify .resend-otp {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: normal;
  font-style: normal;
  color: #0256A1;
  background: none;
  border: 0;
  padding: 0;
  z-index: 1;
  cursor: pointer;
}
.varify .resend-otp:hover {
  color: #ffffff;
}

.verified__wraper {
  position: relative;
}
.verified .text-box {
  position: relative;
  padding-right: 45px;
  z-index: 1;
}
.verified .cta-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 0px;
  line-height: 0px;
  letter-spacing: normal;
  font-style: normal;
  border: 0;
  background: none;
  cursor: no-drop;
  width: 27px;
  height: 27px;
  pointer-events: none;
  background-image: url("../images/icons.svg");
  background-repeat: no-repeat;
  background-position: -297px 0px;
}

.enterOtp {
  position: relative;
}
.enterOtp label {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
  padding-right: 15px;
  color: #BDBDBD;
}
.enterOtp label::after {
  position: absolute;
  right: 0;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background: #737373;
}
.enterOtp .text-box {
  position: relative;
  padding-left: 125px;
}
.enterOtp .alert-msg {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal;
  color: #BDBDBD;
  text-align: start;
}

.otp__wraper {
  position: relative;
}
.otp__wraper .text-box {
  position: relative;
  padding-right: 105px;
  z-index: 1;
}
.otp__wraper .cta-btn {
  position: absolute;
  right: 5px;
  top: 6px;
  z-index: 2;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: normal;
  font-style: normal;
  color: #ffffff;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 10px;
}
.otp__wraper .cta-btn:hover, .otp__wraper .cta-btn:focus {
  color: #0256A1;
}

.alert-toast {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  background-color: #dc2626;
  padding: 15px 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #ffffff;
  font-family: "PanchariUB";
  font-weight: normal;
  font-size: 22px;
  line-height: 26.4px;
  letter-spacing: normal;
  font-style: normal;
  text-align: center;
  box-shadow: 0px 10px 35px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 35px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 35px 8px rgba(0, 0, 0, 0.3);
}

.button {
  position: relative;
  display: inline-block;
  font-family: "PanchariUB";
  font-size: 22px;
  line-height: 17.6px;
  letter-spacing: 0.0227272727em;
  font-style: normal;
  background-color: transparent;
  border: 0;
  color: #ffffff;
  font-weight: normal;
  padding: 15px 25px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.button .text {
  position: relative;
  display: block;
  z-index: 1;
}
.button:before, .button:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  z-index: 0;
}
.button:before {
  background-color: #6C60DC;
  border-color: #6C60DC;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.button:after {
  background-color: #0256A1;
  border-color: #0256A1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button:hover {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.button:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button:hover:after {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.button__style-1:before {
  background-color: #000000;
  border-color: #000000;
}
.button__style-1:after {
  background-color: #8a8a8a;
  border-color: #8a8a8a;
}
.button__style-1:disabled, .button__style-1.disabled, .button__style-1.disabledbutton {
  color: #8a8a8a;
}
.button__style-1:disabled:after, .button__style-1.disabled:after, .button__style-1.disabledbutton:after {
  background-color: #F3F3F3;
}
.button__style-2:before {
  background-color: #0256A1;
  border-color: #0256A1;
}
.button__style-2:after {
  background-color: #cc6516;
  border-color: #cc6516;
}
.button__style-2:disabled:after, .button__style-2.disabled:after, .button__style-2.disabledbutton:after {
  background-color: #fffddb;
}
.button__block {
  display: block;
  width: 100%;
  max-width: 100%;
}
.button:disabled, .button.disabled, .button.disabledbutton {
  cursor: no-drop;
  opacity: 0.7;
  pointer-events: none;
}

.go-top-btn {
  position: fixed;
  bottom: 25px;
  right: 10px;
  background-color: #F3F3F3;
  color: #6C60DC;
  border: none;
  border-radius: 40px;
  padding: 0;
  cursor: pointer;
  display: none;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  z-index: 999;
}
.go-top-btn__arrow {
  width: 50px;
  height: 50px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cG9seWdvbiBwb2ludHM9IjM5Ni42LDM1MiA0MTYsMzMxLjMgMjU2LDE2MCA5NiwzMzEuMyAxMTUuMywzNTIgMjU2LDIwMS41ICIvPjwvc3ZnPg==");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.3s ease;
}
.go-top-btn:hover {
  background-color: #fffddb;
}
.go-top-btn:hover__arrow {
  transform: rotate(180deg);
}
.go-top-btn svg {
  margin: 0;
  color: #F3F3F3;
  fill: #F3F3F3;
}
@media screen and (max-width: 991.99px) {
  .go-top-btn {
    display: none !important;
  }
}
