@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: 'adlib_btregular';
  src: url('fonts/adlibbt_regular-webfont.woff2') format('woff2'),
    url('fonts/adlibbt_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Open Sans", sans-serif;
}
.banner h1,
.banner h1 {
  font-family: "adlib_btregular", sans-serif;
}
*:-webkit-focus-ring {
  outline: none;
}
button {
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
* {
  -webkit-tap-highlight-color: transparent;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
img {
  height: auto;
}
* {
  margin: 0;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.wrapper,
.wrapper-fluid,
.wrapper-large-desk,
.wrapper-med-desk,
.wrapper-desktop,
.wrapper-tablets,
.wrapper-mobile {
  width: 100% !important;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .wrapper-mobile,
  .wrapper {
    max-width: 540px;
  }
}
@media (min-width: 767px) {
  .wrapper-tablets,
  .wrapper-mobile,
  .wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wrapper-desktop,
  .wrapper-tablets,
  .wrapper-mobile,
  .wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wrapper-med-desk,
  .wrapper-desktop,
  .wrapper-tablets,
  .wrapper-mobile,
  .wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .wrapper-large-desk,
  .wrapper-med-desk,
  .wrapper-desktop,
  .wrapper-tablets,
  .wrapper-mobile,
  .wrapper {
    max-width: 1320px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.row>* {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-top: 0;
}
.col {
  flex: 1 0 0%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .col-mobile-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-mobile-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-mobile-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-mobile-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-mobile-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-mobile-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-mobile-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-mobile-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-mobile-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-mobile-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-mobile-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-mobile-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-mobile-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .col-tablets-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-tablets-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-tablets-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-tablets-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-tablets-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-tablets-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-tablets-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-tablets-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-tablets-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-tablets-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-tablets-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-tablets-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-tablets-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-desktop {
    flex: 1 0 0%;
  }
  .col-desktop-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-desktop-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-desktop-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-desktop-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-desktop-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-desktop-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-desktop-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-desktop-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-desktop-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-desktop-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-desktop-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-desktop-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-desktop-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-med-desk {
    flex: 1 0 0%;
  }
  .col-med-desk-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-med-desk-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-med-desk-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-med-desk-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-med-desk-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-med-desk-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-med-desk-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-med-desk-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-med-desk-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-med-desk-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-med-desk-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-med-desk-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-med-desk-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-large-desk {
    flex: 1 0 0%;
  }
  .col-large-desk-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-large-desk-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-large-desk-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-large-desk-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-large-desk-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-large-desk-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-large-desk-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-large-desk-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-large-desk-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-large-desk-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-large-desk-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-large-desk-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-large-desk-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
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%;
  vertical-align: baseline;
}
.align-self-center {
  align-self: center !important;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
.justify-content-center {
  justify-content: center !important;
}
.m-0 {
  margin: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.p-0 {
  padding: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pb-5,
.py-5 {
  padding-top: 3rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.text-center {
  text-align: center !important;
}
@media (max-width: 940px) {
  .wrapper {
    max-width: 767px;
  }
}
@media (min-width: 767px) {
  .d-md-none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .wrapper {
    max-width: 100%;
  }
}
html {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
body {
  margin: 0px;
  padding: 0px;
  font-size: 1rem;
}
#mainNav {
  padding: 1rem 1rem;
  background: #004a8f;
}
footer {
  background-color: #004a8f;
  color: white;
  padding: 10px 0px
}
footer p {
  font-size: 0.8rem;
  color: white;
  text-align: center;
}
footer .footer--address {}
footer .footer--copyright {}
footer .footer--terms-policy>a {
  color: white;
  border-bottom: 1px solid white;
}
section {
  padding: 3rem 1rem;
  border-bottom: 1px dotted #e0e0e0;
}
.banner {
  min-height: calc(100vh - 59px);
  padding: 20px 0;
  position: relative;
}
.banner h1 {
  font-size: 26px;
  line-height: 27px;
  color: #00488d;
  font-weight: 700;
  text-align: left;
  padding: 0 1rem;
}
.banner h1 span {
  font-size: 28px;
  line-height: 31px;
  color: #fe365d;
  font-weight: 700;
  display: block;
}
.banner .phone-img {
  margin-top: 0px;
  position: relative;
  max-width: 300px;
  z-index: 1;
  margin-left: 30px;
}
.banner .test {
  background: url(../images/blue-bg.png) no-repeat center 200px;
  background-size: 100% 266px;
  padding: 0px 0;
  background-position: bottom;
  padding: 30px 0;
}
.banner .test h3 {
  font-size: 21px;
  text-align: left;
  line-height: 29px;
  font-weight: 900;
  margin-top: 0px;
  color: #ffffff;
  padding: 0 1rem;
}
.banner .test p {
  font-size: 14px;
  text-align: left;
  line-height: unset;
  color: #ffffff;
  margin: 15px 0;
  padding: 0 1rem;
  padding-bottom: 20px;
}
.banner .test button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  background: #fe365d;
  border-radius: 10px;
  margin: 20px auto;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 50px;
  font-size: 16px;
  z-index: 1;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 360.5px) {
  .banner .test button {
    bottom: 10px
  }
}
.banner .test .heart1 {
  position: absolute;
  top: 315px;
  left: 10px;
}
.banner .heart2 {
  position: absolute;
  top: 20px;
  right: 20px;
}
.banner .heart3 {
  position: absolute;
  top: 60px;
  right: 0;
}
.fsbig {
  font-size: 1.2rem;
  margin-top: 30px;
  margin-bottom: 10px
}
.fssmall {
  font-size: 0.9rem;
}
.white {
  color: white;
}
.blue {
  color: #00488d
}
.fwm {
  font-weight: 600 !important
}
.fwn {
  font-weight: 400 !important
}
.fwb {
  font-weight: 800 !important
}
.screen {
  background: url(../images/background.jpg) top left repeat;
}
.blue_band {
  background: url(../images/blue-bg.png) no-repeat top center;
  background-size: 100% 370px;
  background-position: top 15px center;
}
.user2 .blue_band {
  background: url(../images/blue-bg.png) no-repeat top center;
  background-size: 100% 430px;
  background-position: top 34px center;
}
.sec_heading {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
}
.sub-heading {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
input[type="number"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus,
button:focus;
  {
  outline: none;
  box-shadow: none;
}
input[type="number"],
input[type="text"],
select,
textarea,
button {
  font-family: "Open Sans", sans-serif !important;
}
.welcome input[type="number"],
.welcome input[type="text"],
.welcome select,
.welcome textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: none;
  background-color: #b5eafa;
  border-radius: 0px;
  font-size: 16px;
}
.welcome .form-field>label {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.radiobtn,
.checkbox {
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid #4c4c4c;
  border-radius: 3px;
  bottom: 0;
  margin: auto;
}
.checkbox:hover input~.checkmark {
  background-color: #e0e0e0;
}
.checkbox input:checked~.checkmark {
  background-color: white;
  border-color: #fe365d;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked~.checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
  background-color: #fe365d;
  border-radius: 2px
}
.form-field .inline-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-field .inline-buttons .form-check {
  background-color: #b5eafa;
  padding: 10px;
  min-width: 30%;
  min-height: 60px;
  align-content: center;
}
.form-field .inline-buttons .form-check label {
  color: #4c4c4c
}
.avatarList .swiper-wrapper {
  padding-bottom: 20px
}
.avatarList .swiper-scrollbar {
  background-color: #71e2fa;
  opacity: 1 !important
}
.avatarList .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #6356bf;
}
.heart4 {
  position: absolute;
  top: 34px;
  right: 20px
}
.pos-relative {
  position: relative;
}
.btn-pink {
  cursor: pointer;
  box-shadow: none;
  border: none;
  padding: 12px 50px;
  background: #fe365d;
  border-radius: 10px;
  margin: 20px auto;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
}
.qr--modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.qr--modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.qr--modal {
  background-color: white;
  position: relative;
  margin: 0 auto;
  width: 350px;
  height: auto;
  border-radius: 15px;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(1.2);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  overflow: hidden;
}
.qr--modal .close-modal {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 5px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.qr--modal .close-modal svg {
  width: 1.75em;
  height: 1.75em;
}
.qr--modal .qr--modal-content {
  text-align: center;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.qr--modal.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.qr--modal.active .qr--modal-content {
  opacity: 1;
  text-align: center;
}
.qr--modal.active .close-modal {
  transform: translateY(10px);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .qr--modal {
    width: 90%;
    -webkit-overflow-scrolling: touch;
    transform: scale(1.2);
    padding: 0 !important;
  }
  .close-modal {
    right: 10px !important;
  }
}
.session_popup {
  padding: 20px 0px
}
.session_popup h3 {
  color: #fe365d;
  font-size: 1.7rem;
  margin: 15px 0px
}
.session_popup p {
  font-size: 1.3rem
}
.yellobx {
  background-color: rgba(250, 216, 127, 0.6);
  padding: 30px;
  text-align: center;
  width: 90%;
  margin: 0px auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.yellobx>img {
  border-radius: 10px;
}
.yellobx>h4 {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 15px
}
.yellobx>h4>span {
  font-size: 2rem;
  font-weight: 600;
}
.yellobx>h5 {
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 15px
}
.yellobx>h5>span {
  font-size: 2rem;
  font-weight: 800;
  color: #fe365d;
  display: block;
  padding-top: 5px
}
.sharebx {
  border: solid 1px rgba(0, 72, 141, 0.6);
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  width: 90%;
  margin: 30px auto;
}
.sharebx>h4 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 15px
}
.sharebx>h4>span {
  font-size: 1.1rem;
  font-weight: 800;
  display: block;
  padding-top: 15px
}
.sharebx .sharebtn {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.sharebx .sharebtn a {
  color: black;
  font-size: 0.9rem;
  max-width: 25%;
  text-align: center;
  display: inline-block;
}
.sharebx .sharebtn a>img {
  width: 30px
}
.sharebx .sharebtn a>span {
  display: block;
}
.wa-share {
  background-color: #29a71a;
  color: white;
  cursor: pointer;
  padding: 10px 25px;
  border: none;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  border-radius: 5px;
}
.wa-share>img {
  width: 30px;
  padding-right: 10px
}
.copy_link button {
  padding: 12px 70px 12px 15px;
  width: 100%;
  position: relative;
  border: 1px solid #e0e0e0;
  font-size: 1em;
  color: #1296c1;
  background: url(../images/copy.svg) #ffffff no-repeat center;
  background-position: right 15px center;
  background-size: 25px;
  transition: background 0.275s;
  color: #0b81ec;
  cursor: pointer;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.copy_link button .copiedtext {
  position: absolute;
  color: #fe365d;
  background: white;
  padding: 5px;
  top: 0;
  width: 80px;
  text-align: center;
  right: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(-1em);
  transition: all 0.5s;
  font-size: 1.2em;
}
.copy_link button.copied .copiedtext {
  opacity: 1;
  transform: translateY(-2em);
}
.step3 h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}
.step3 h2 span {
  font-size: 20px;
  font-weight: 900;
}
.step3 h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #00488d;
  margin: 20px 0;
}
.step3 h3 span {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #fe365d;
}
.step3 h3 span.amount {
  font-size: 26px;
}
.step3 .rem-amt-wrapper {
  background: #ffffff;
  padding: 5px 20px;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
}
.step3 .rem-amt-wrapper h4 {
  color: #fe365d;
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
}
.step3 .rem-amt-wrapper h4 span {
  color: #fe365d;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
}
.step3 .essentials {
  margin: 18px 0 15px 0px;
}
.step3 .essentials .heading {
  background: #00488d;
  padding: 10px 20px;
  position: relative;
}
.step3 .essentials .heading h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: white;
  margin: 0;
}
.step3 .essentials .heading p {
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  color: white;
}
.step3 .essentials .heading .ess-img {
  position: absolute;
  bottom: 0;
  right: 0px;
}
.step3 .essentials .heading .ess-heart1 {
  position: absolute;
  top: -10px;
  right: 0px;
}
.step3 .essentials .categories {
  background-color: rgba(202, 239, 242, .6);
  padding: 0 10px;
}
.step3 .essentials .categories .category {
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
}
.step3 .essentials .categories .category:last-of-type {
  padding: 20px 0;
  border-bottom: none;
}
.step3 .essentials .categories h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #00488d;
}
.step3 .essentials .categories p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.step3 .essentials .categories input[type="text"] {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: #00488d;
  border-radius: 0px;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}
.step3 .essentials .categories .fr-input {
  background-color: #00488d;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: end;
  text-align: end;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}
.step3 .essentials .categories .inp-text {
  text-align: center;
  margin-top: 5px;
}
input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 13px;
  margin: 15px 0;
  border-radius: 5px;
  outline: none;
  background: linear-gradient(to right, #ff5c5c 50%, transparent 50%);
  border: 1px solid #fe365d;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #fe365d;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #fe365d;
  border-radius: 50%;
  cursor: pointer;
}
.instructionTo {
  position: relative;
}
.instructionTo h2 {
  color: #00488d;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
  padding: 0 42px;
}
.instructionTo h2 img {
  padding-right: 10px;
  height: 60px;
}
.instructionTo ul {
  padding: 0 50px;
}
.instructionTo ul li {
  border-top: 1px solid #cccccc;
  list-style: none;
  display: flex;
  padding: 12px 0;
}
.instructionTo li p:first-child {
  color: #1c75ca;
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
  margin-top: -1px;
}
.instructionTo li p:last-child span {
  color: #fe365d;
  font-weight: 700;
  font-size: 16px;
}
.instructionTo li p:last-child {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.instructionTo a,
.remainAmount a {
  background: #fe365d;
  color: #fff;
  display: block;
  text-align: center;
  width: 150px;
  margin: 30px auto 0;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
}
.instructionTo li:last-child {
  border-bottom: 1px solid #cccccc;
}
.heartInst .first {
  position: absolute;
  right: 0;
  top: 230px;
  width: 45px;
}
.heartInst .second {
  position: absolute;
  width: 45px;
  bottom: 80px;
}
.remaing {
  background: #f7909c;
  color: #fff;
  display: flex;
  justify-content: space-around;
  padding: 15px 0px;
  position: relative;
  margin-bottom: 30px;
}
.remaing .hearticon {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 30px;
}
.remaing .txtz p {
  font-size: 17px;
}
.remaing .txtz h4 {
  font-size: 30px;
  font-weight: normal;
}
.Whouse {
  display: flex;
  background: #f2c156;
  padding: 20px 0;
  position: relative;
}
.Whouse p {
  color: #00488d;
  font-weight: 600;
  font-size: 16px;
}
.Whouse img {
  padding: 0 15px 0 25px;
}
.Whouse .heart1 {
  position: absolute;
  padding: 0;
  right: 10px;
  width: 45px;
  bottom: -20px;
}
.Woption {
  background-color: rgba(202, 239, 242, .6);
  padding: 30px 20px 20px;
}
.wouldh {
  position: relative;
}
.wouldh .heart2 {
  position: absolute;
  left: 35%;
  bottom: -45px;
}
.Woption .checbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  margin-bottom: 25px
}
.Woption .checbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}
.Woption .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #00488d;
  border-radius: 5px
}
.Woption .checbox:hover input~.checkmark {
  background-color: #fff
}
.Woption .checbox input:checked~.checkmark {
  background-color: #2196f3
}
.Woption .checkmark:after {
  content: "";
  position: absolute;
  display: none
}
.Woption .checbox input:checked~.checkmark:after {
  display: block
}
.Woption .checbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.remainAmount a {
  margin-top: 60px
}
.spentList .swiper-wrapper {
  padding-bottom: 40px
}
.spentList .spentNext,
.spentList .spentPrev {
  margin: 0px !important;
  padding: 10px;
  min-width: 100px
}
.spentList .spentNext.swiper-button-disabled,
.spentList .spentPrev.swiper-button-disabled {
  opacity: 0.5;
  display: none;
}
.spentList .spentNext:after,
.spentList .spentPrev:after {
  display: none;
}
.spentNext.swiper-button-disabled {
  opacity: 0.5 !important;
  display: none;
}
.spentBtn {
  width: 100%;
  z-index: 10;
  cursor: pointer;
}
.spentBtn>button>img {
  width: 12px
}
.spentBtn>button {
  display: flex;
  align-items: center;
  gap: 7px
}
.spentTabs {
  position: relative;
}
.spentTabs span {
  width: 32%;
  height: 85px;
  border-radius: 0px;
  opacity: 1;
  margin: 1px !important
}
.spentTabs span::after {
  border-top: 10px solid #00488d;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 50px;
  line-height: 30px
}
.spentTabs span.swiper-pagination-bullet-active::after {
  border-top: 10px solid #fe365d;
  color: #fe365d;
  font-weight: 600
}
.spentTabs span:nth-child(1) {
  background: url(../images/food.png) no-repeat top center;
}
.spentTabs span:nth-child(1):after {
  content: 'Essentials'
}
.spentTabs span:nth-child(3) {
  background: url(../images/future_icon.png) no-repeat top center;
}
.spentTabs span:nth-child(3):after {
  content: 'Future Ready'
}
.spentTabs span:nth-child(2) {
  background: url(../images/life_icon.png) no-repeat top center;
}
.spentTabs span:nth-child(2):after {
  content: "Life's Joys"
}
.spentTabs span:nth-child(4) {
  display: none;
}
.avatarList .swiper-wrapper .swiper-slide>div {
  position: relative;
  cursor: pointer;
}
.avatarList .swiper-wrapper .swiper-slide>div:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid #fe365d;
  border-radius: 3px;
}
.avatarList .swiper-wrapper .swiper-slide>div.selected:before {
  position: absolute;
  content: '';
  bottom: 4px;
  left: 4px;
  height: 12px;
  width: 12px;
  background-color: #fe365d;
  z-index: 1;
  border-radius: 2px
}
.avatarList .swiper-wrapper .swiper-slide>div>img {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  border-radius: 10px
}
.arrow-up {
  width: 0;
  position: absolute;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fe365d;
  display: inline-block;
}
.arrow-down {
  position: absolute;
  top: -3px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #fe365d;
  display: inline-block;
}
.left16 {
  left: 15%
}
.left48 {
  left: 48%
}
.left80 {
  left: 80%
}
.input-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  gap: 5px;
}
.input-group input {
  outline: none;
  border: none;
  font-size: 1rem;
  height: 30px;
  background-color: #00488d;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-group button {
  outline: none;
  border: none;
}
.input-group input {
  width: 50%;
  text-align: center;
}
.input-group button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  border: 1px solid #fe365d;
  color: #fe365d;
  width: 30px;
  height: 30px;
  border-radius: 3px;
}
.input-group button>img {
  width: 15px
}
.checkvdo {
  position: relative
}
.checkvdo .title {
  font-size: 22px;
  line-height: 27px;
  color: #00488d;
  font-weight: 700;
  text-align: center
}
.vdoplay {
  background: url(../images/bg_pink.png) no-repeat top center;
  background-size: 100% 430px;
}
.vdoplay {
  min-height: 440px;
  margin: 20px 0;
  position: relative
}
.checkvdo .para {
  text-align: center;
  font-weight: 600;
  padding: 0 35px
}
.vdoplay .innerdiv {
  position: relative;
  padding-top: 70px;
  cursor: pointer;
}
.vdoplay .innerdiv .play_icon {
  top: 48%
}
.vdoplay #video-container {
  position: relative
}
.vdoplay .heart7 {
  position: absolute;
  left: 5%;
  top: 19px;
  width: 55px
}
.checkvdo .heart8 {
  position: absolute;
  width: 40px;
  left: 0;
  bottom: 70px
}
.vdoplay button {
  background: 0 0;
  border: none;
  outline: 0;
  -webkit-transition: .2s all ease-in-out;
  -ms-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out
}
.vdoplay button:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}
.vdoplay div#video-controls {
  position: absolute;
  display: flex;
  justify-content: space-around;
  bottom: -50px;
  left: 0;
  right: 0;
  padding: 1.5rem;
  width: 300px;
  margin: 0 auto
}
.vdoplay .vdo_poster {
  width: 300px;
  background: #eec7c6;
  padding: 10px;
  margin: 0 auto;
  display: block
}
.vdoplay input[type=range] {
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: none;
  outline: 0;
  width: 100%;
  padding: 0;
  background: linear-gradient(to right, #ff5c5c 100%, transparent 50%)
}
.vdoplay input[type=range]:focus {
  outline: 0
}
.vdoplay input[type=range] {
  -webkit-appearance: none
}
.vdoplay input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  background: rgba(194, 192, 194, .8);
  border: none
}
.vdoplay input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #26a69a;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin: -6px 0 0 0;
  transition: all .3s ease-in-out
}
.vdoplay input[type=range]::-webkit-slider-thumb:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}
.vdoplay input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc
}
.vdoplay input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none
}
.vdoplay input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  margin-top: -5px
}
.vdoplay input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px
}
.vdoplay input[type=range]:focus::-moz-range-track {
  background: #ccc
}
.vdoplay input[type=range]::-ms-track {
  height: 3px;
  background: 0 0;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent
}
.vdoplay input[type=range]::-ms-fill-lower {
  background: #777
}
.vdoplay input[type=range]::-ms-fill-upper {
  background: #ddd
}
.vdoplay input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a
}
.vdoplay input[type=range]:focus::-ms-fill-lower {
  background: #888
}
.vdoplay input[type=range]:focus::-ms-fill-upper {
  background: #ccc
}
.articls .title {
  font-size: 22px;
  line-height: 27px;
  color: #00488d;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px
}
.artlbox {
  background: #fff;
  padding: 10px 10px 20px;
  box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}
.artlbox .Mimg {
  width: 100%;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}
.artlbox .content h4 {
  color: #00488d;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px
}
.artlbox .content p {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 13px
}
.artlbox .content span {
  color: #00488d;
  font-weight: 700;
  margin-bottom: 10px
}
.articls .slider_pagination {
  text-align: center;
  margin-top: 15px
}
.articls .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  border: 1px solid #1296c1
}
.articls .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #1296c1
}
.congratz {
  background: #bceff8;
  padding: 20px 20px;
  position: relative;
}
.congratz .heart1 {
  position: absolute;
  right: -10px;
  width: 30px;
  top: 70px;
}
.congratz .heart0 {
  position: absolute;
  bottom: 210px;
  left: -15px;
  width: 45px;
}
.congratz .complete {
  display: flex;
}
.congratz .complete h4 {
  color: #ee395f;
  font-size: 19px;
  margin-bottom: 5px;
}
.congratz .complete img {
  border-radius: 10px;
  margin-right: 20px;
}
.congratz .graph {
  display: block;
  margin: 20px auto;
  width: 90%
}
.congratz .btmtxt {
  text-align: center;
}
.congratz .btmtxt h4 {
  font-weight: 500;
  margin-bottom: 5px;
}
.congratz .btmtxt h4 span {
  color: #ee395f;
  font-size: 19px;
  margin-bottom: 5px;
  font-weight: 700;
}
.copy_link button {
  margin-bottom: 10px;
  background: url(../images/copy.svg) #ffffff no-repeat center;
  background-position: right 15px center;
}
.sharefriend {
  border: 1px solid #00488d;
  padding: 15px 20px;
  border-radius: 15px;
  text-align: center;
  width: 90%;
  margin: 30px auto;
}
.sharefriend h4 {
  font-size: 16px;
}
.sharefriend .sharebtn {
  background: #fe365d;
  color: #fff;
  display: block;
  margin: 10px auto 0;
  padding: 10px;
  width: 200px;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
}
.wa-share {
  font-size: 15px;
}
.sharefriend .sharebtn img {
  width: 25px;
  vertical-align: text-top;
  margin-left: 5px;
}
.sec_heading {
  font-size: 20px;
}
.tooltipcustom {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltipcustom .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #fff;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 0;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltipcustom .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.tooltipcustom:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltipcustom img {
  width: 30px;
  display: inline-block;
  margin: 0 10px;
}
.iceBreak {
  position: relative;
}
.iceBreak .heart1 {
  position: absolute;
  top: 0px;
  width: 40px;
}
.iceBreak .heart2 {
  position: absolute;
  bottom: 20px;
  right: 10px;
  width: 35px;
}
.iceSwiper {
  width: 90%;
  margin: 0 auto;
}
.iceBox {
  position: relative;
}
.iceBox img {
  width: 100%;
  border-radius: 15px;
}
.iceBox .playbtn {
  position: absolute;
  width: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.iceBreak .title {
  color: #ee395f;
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.iceSwiper .slider_pagination {
  text-align: center;
  margin-top: 15px
}
.iceSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  border: 1px solid #1296c1
}
.iceSwiper .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #1296c1
}
.containerCalc {
  width: 100vw;
  overflow: hidden;
  position: relative;
}
.sliderCalc {
  display: flex;
  width: 400%;
  transition: transform 0.5s ease-in-out;
}
.viewport {
  width: 100vw;
  height: auto;
}
.viewport>.share,
.viewport>instructionTo {
  padding: 0px
}
.buttons {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.buttons>button {
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 5px;
}
.welcome .user1_data {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  margin-top: 50px;
}
.welcome .user1_data img {
  max-width: 60px;
  background: #fff;
  border-radius: 5px;
  padding: 5px 5px 0 5px;
}
.welcome .user1_data p {
  font-size: 17px;
  line-height: 25.3px;
  font-weight: 600;
  color: #fff;
}
.d-flex {
  display: flex !important;
}
#user2_share .contnt p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
#user2_share .congratz h4 {
  font-size: 19px;
  line-height: 25.88px;
  font-weight: 700;
  color: #fe365d;
  text-align: center;
  margin-bottom: 20px;
}
.category_popup {
  padding: 20px 15px
}
.category_popup .img-head {
  max-width: 100px;
  padding: 15px 0px
}
.category_popup .img-icon {
  max-width: 40px
}
.category_popup p {
  font-size: 1.3rem;
}
.category_popup p span {
  font-size: 1.3rem;
  font-weight: 800
}
.category_popup h3 {
  color: #fe365d;
  font-size: 28px;
  margin: 15px 0px
}
.category_popup h4 {
  color: #00488d;
  font-size: 20px;
  margin: 10px 0px 20px 0px
}
.category_popup h5 {
  margin-top: 30px
}
#user2_share .btmtxt a {
  display: block;
  width: fit-content;
  cursor: pointer;
  box-shadow: none;
  border: none;
  padding: 12px 50px;
  background: #fe365d;
  border-radius: 10px;
  margin: 20px auto;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.share .congratz .rank_details {
  margin: 10px 0;
}
.inst_text {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}
.btn-pink:disabled {
  opacity: .5;
}
.tooltip-warning {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.tooltip-warning img {
  max-width: 100%;
  height: auto;
}
.smtext {
  font-size: 12px;
  color: #ee395f;
  margin: 0px 0px 15px 0px;
  text-align: center;
}
.d-flex {
  display: flex !important;
}
.gap-3 {
  gap: 1rem;
}
#results h2.title {
  font-family: "adlib_btregular", sans-serif;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  color: #00488d;
}
#results h2 span {
  display: block;
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
  color: #fe365d;
}
#compatibility .compat-wrapper {
  margin: 20px 0;
  padding: 40px 20px;
  background: rgba(174, 239, 253, 0.8);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
}
#compatibility .compat-wrapper h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fe365d;
  text-align: center;
  margin: 10px 0;
  margin-bottom: 25px;
}
#compatibility .compat-wrapper h3 span {
  display: block;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #fe365d;
}
#compatibility .compat-wrapper .result-img {
  margin: 30px 0;
  width: 100%;
}
#compatibility .compat-wrapper .usr p[data-id="f"] {
  font-size: 18px;
  color: #fe365d;
  font-weight: bold;
  line-height: 28px;
}
#compatibility .compat-wrapper .usr p[data-id="m"],
#compatibility .compat-wrapper .usr p[data-id="o"] {
  font-size: 18px;
  color: #00488d;
  font-weight: bold;
  line-height: 28px;
}
#compatibility .compat-wrapper h3.status {
  font-size: 20px;
  color: #00488d;
  text-align: center;
  font-weight: 500;
  line-height: 25px;
}
#compatibility .compat-wrapper p.desc {
  font-size: 14px;
  color: #000000;
  text-align: center;
  line-height: 22px;
}
#compatibility #whatsapp-share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: #29a71a;
  width: 242px;
  height: 42px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  box-shadow: 2.121px 2.121px 0px 0px rgba(11, 81, 3, 0.004);
  border-radius: 5px;
}
#results .tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  overflow: scroll;
}
#results .tabs a {
  padding: 10px 20px;
  background: #fff;
  font-size: 18px;
  color: #00488d;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
}
#results .tabs a.active {
  background: #00488d;
  color: #fff;
}
.content {
  display: none;
}
.content.active {
  display: block;
}
#budget-analysis .ba-wrapper {
  padding: 20px 20px;
}
#budget-analysis .usr-info p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #fe365d;
  text-align: center;
}
#budget-analysis .usr-info img {
  max-width: 60px;
}
#budget-analysis .chart_wrapper p {
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  margin: 30px 0 10px 0px;
}
#budget-analysis .chart_wrapper .user1_chart>span:nth-child(1) {
  display: inline-block;
  width: 35%;
  background: #fe365d;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-size: 14.7px;
  font-weight: 600;
}
#budget-analysis .chart_wrapper .user1_chart>span:nth-child(2) {
  display: inline-block;
  width: 10%;
  background: #3ed2ff;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-size: 14.7px;
  font-weight: 600;
}
#budget-analysis .chart_wrapper .user1_chart>span:nth-child(3) {
  display: inline-block;
  width: 55%;
  background: #00488d;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-size: 14.7px;
  font-weight: 600;
}
#budget-analysis .chart_wrapper .user2_chart>span:nth-child(1) {
  display: inline-block;
  width: 45%;
  background: #fe365d;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-size: 14.7px;
  font-weight: 600;
}
#budget-analysis .chart_wrapper .user2_chart>span:nth-child(2) {
  display: inline-block;
  width: 20%;
  background: #3ed2ff;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-size: 14.7px;
  font-weight: 600;
}
#budget-analysis .chart_wrapper .user2_chart>span:nth-child(3) {
  display: inline-block;
  width: 35%;
  background: #00488d;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-size: 14.7px;
  font-weight: 600;
}
#budget-analysis .chart_wrapper .user2_chart>span {
  position: relative;
}
#budget-analysis .chart_wrapper .user2_chart>span>span {
  position: absolute;
  margin-top: 8px;
  color: black;
  display: block;
  width: 100%;
  text-align: center;
}
#budget-analysis .chart_wrapper .user1_chart>span {
  position: relative;
}
#budget-analysis .chart_wrapper .user1_chart>span>span {
  position: absolute;
  margin-top: 8px;
  color: black;
  display: block;
  width: 100%;
  text-align: center
}
#budget-analysis .chart_mapping {
  font-size: 14.7px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
#budget-analysis .chart_mapping p {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-top: 20px;
}
#budget-analysis .chart_mapping span {
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-right: 5px;
}
#budget-analysis .chart_mapping p:nth-child(1) span {
  background: #fe365d;
}
#budget-analysis .chart_mapping p:nth-child(2) span {
  background: #3ed2ff;
}
#budget-analysis .chart_mapping p:nth-child(3) span {
  background: #00488d;
}
#budget-analysis .rent {
  margin: 20px 0;
}
#budget-analysis .rent h3 {
  text-align: center;
  margin: 20px 0;
  font-size: 24px;
  line-height: 30px;
  color: #fe365d;
}
#budget-analysis .rent .rent-wrapper {
  text-align: center;
}
#budget-analysis .rent .rent-wrapper p {
  font-size: 14px;
  line-height: 20px;
}
#budget-analysis .rent .rent-wrapper p span:nth-child(1) {
  font-weight: 700;
}
#budget-analysis .rent .rent-wrapper p span[data-id="f"] {
  font-weight: 900;
  color: #fe365d;
}
#budget-analysis .rent .rent-wrapper p span[data-id="m"],
#budget-analysis .rent .rent-wrapper p span[data-id="o"] {
  font-weight: 900;
  color: #0075d0;
}
#budget-analysis .pov {
  text-align: center;
  background: rgba(174, 239, 253, 0.8);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
  padding: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
#budget-analysis .analyse {
  text-align: center;
  margin: 20px 0;
  padding: 20px;
  background: rgba(174, 239, 253, 0.8);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
  padding-bottom: 40px;
  position: relative;
}
#budget-analysis .analyse p.title {
  font-size: 18px;
  line-height: 25px;
  color: #fe365d;
  font-weight: 700;
  margin: 10px 0;
}
#budget-analysis .analyse p.subtitle {
  font-size: 14px;
  line-height: 22px;
}
#budget-analysis .analyse .heart {
  position: absolute;
  bottom: -25px;
  right: 20%;
}
#convo-starter .heart1 {
  position: absolute;
  top: 0px;
  width: 40px;
}
#convo-starter .heart2 {
  position: absolute;
  bottom: 20px;
  right: 10px;
  width: 35px;
}
#convo-starter .iceSwiper {
  width: 90%;
  margin: 0 auto;
}
#convo-starter .iceBox {
  position: relative;
  display: block;
  width: 100%;
  border: none;
}
#convo-starter .iceBox img {
  width: 100%;
  border-radius: 15px;
}
#convo-starter .iceBox .playbtn {
  position: absolute;
  width: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#convo-starter .iceBreak {
  padding: 3rem 0px;
  position: relative;
}
#convo-starter .iceBreak .ice-title {
  color: #ee395f;
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}
.ovrflow {
  overflow-x: auto;
  white-space: nowrap;
}
#results .tabs {
  display: block;
  margin-top: 20px;
  padding-bottom: 8px;
}
#results .tabs a {
  display: inline-block;
  margin-right: 10px;
}
.sticky-icon1 {
  background: #00488d;
  color: #fff;
  position: fixed;
  bottom: 30%;
  right: 0;
  padding: 10px 15px;
  border-radius: 20px 0px 0px 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  border: none;
}
.sticky-icon1 a {
  color: #fff;
}
.sticky02 {
  bottom: 22%;
}
.sticky-icon1 button {
  background-color: transparent;
  border: 0;
  display: inline-block;
  vertical-align: middle;
}
.sticky-icon1 span img,
.sticky-icon1 button img {
  width: 20px;
}
.sticky-icon1 #sectiontohide {
  vertical-align: middle;
}
#sectiontohide,
#sectiontohide2 {
  display: none;
}
@media(min-width: 768px) {
  .v-mob {
    display: none !important;
  }
  .v-desk {
    display: block;
  }
  #results h2.title {
    margin-bottom: 30px;
    line-height: 40px;
  }
  #results .tabs {
    margin-bottom: 30px;
    overflow: hidden;
  }
  #results .tabs a {
    width: 32% !important;
    font-size: 19px;
    padding: 15px 10px;
  }
  #results .tabs a br,
  .compat-wrapper .meter br {
    display: none;
  }
  #compatibility .compat-wrapper {
    margin: 0;
    margin-bottom: 30px;
  }
  .compat-wrapper .meter {
    margin-bottom: 25px;
  }
  #compatibility .compat-wrapper .workprog h3 {
    color: #fe365d;
    font-size: 24px;
    text-align: left;
    padding: 40px 0 10px;
  }
  #compatibility .compat-wrapper .workprog h4 {
    color: #00488d;
    font-size: 20px;
    text-align: left;
    padding-bottom: 20px;
  }
  #compatibility .compat-wrapper .workprog p {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    width: 80%;
  }
  .budgetanly {
    border: 1px solid #fe365d;
    padding: 20px 40px;
    border-radius: 20px;
  }
  #budget-analysis .usr-info p.usezname {
    font-size: 24px;
    padding: 0 20px;
  }
  .budgetanly .usezname br {
    display: none;
  }
  #budget-analysis .chart_wrapper .user1_chart span:nth-child(1),
  #budget-analysis .chart_wrapper .user1_chart span:nth-child(2),
  #budget-analysis .chart_wrapper .user1_chart span:nth-child(3),
  #budget-analysis .chart_wrapper .user2_chart span:nth-child(1),
  #budget-analysis .chart_wrapper .user2_chart span:nth-child(2),
  #budget-analysis .chart_wrapper .user2_chart span:nth-child(3) {
    padding: 5px 0;
  }
  #budget-analysis .rent h3,
  #budget-analysis .rent {
    margin-top: 0;
  }
  #budget-analysis .chart_mapping {
    justify-content: center;
  }
  #budget-analysis .chart_mapping p {
    margin: 0 20px;
  }
  .rentingbg {
    background: #ffffff9e;
    padding: 20px 30px 30px;
    margin-top: 30px;
    border-radius: 15px;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
    min-height: 330px;
  }
  .rentingbg .pov {
    border-radius: 10px;
  }
  .rentingbg .pov p {
    width: 280px;
    margin: 0 auto;
  }
  #budget-analysis .rent .rent-wrapper:first-child {
    border-right: 2px solid;
  }
  #budget-analysis .analyse {
    margin-top: 30px;
    border-radius: 15px;
    min-height: 330px;
  }
  #budget-analysis .analyse p.title {
    font-size: 22px;
    margin: 20px auto;
    width: 300px;
  }
  #budget-analysis .analyse p.subtitle {
    padding: 0 60px;
  }
  #budget-analysis .analyse .heart {
    right: auto;
    left: 40px;
  }
  #budget-analysis .ba-wrapper {
    padding: 0;
  }
  #convo-starter .iceBreak {
    width: 600px;
    margin: 0 auto;
  }
  #convo-starter .iceBreak .ice-title {
    font-size: 24px;
  }
  #results .tabs {
    justify-content: space-between;
  }
}
.next_video {
  display: block;
  cursor: pointer;
  box-shadow: none;
  border: none;
  padding: 12px 20px;
  width: fit-content;
  background: #fe365d;
  border-radius: 10px;
  margin: 20px auto;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
}
@media(max-width: 767px) {
  .v-desk {
    display: none !important;
  }
  .v-mob {
    display: block;
  }
}
.tooltipcustom .tooltiptext {
  transform: unset;
  left: unset;
  right: -20%;
  bottom: 40px
}
.borderR {
  border-right: 1px solid #333;
}
#videoPopup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 278px;
  background: white;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  text-align: center;
  padding-top: 30px;
  height: 500px;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
iframe {
  width: 100%;
  height: 460px;
}
#avatarContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 0px;
}
#avatarContainer>div>img {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
#avatarContainer>div:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid #fe365d;
  border-radius: 3px;
}
#avatarContainer>div {
  position: relative;
  cursor: pointer;
  flex: 1 1 calc(25% - 10px);
  max-width: calc(25% - 10px);
}
#avatarContainer>div.selected:before {
  position: absolute;
  content: '';
  bottom: 4px;
  left: 4px;
  height: 12px;
  width: 12px;
  background-color: #fe365d;
  z-index: 1;
  border-radius: 2px;
}
#to-copy {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}
.wa-share {
  width: fit-content;
  margin: 0px auto;
}
.welcome .user1_data img {
  max-width: unset;
  background: transparent;
  border-radius: 15px;
  overflow: hidden;
  padding: 5px 5px 0 5px;
}
#session_popup:disabled {
  opacity: .5;
}
.name-error {
  margin-top: -10px;
  margin-bottom: 10px;
  color: red;
}
#errorModal.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
#errorModal .modal-content {
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 300px;
}
#errorModal .close-btn,
.close-btn {
  float: right;
  font-size: 22px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 10px;
  background: none;
  padding: 0;
  margin-top: 0;
  border: none;
}
#errorModal .close-btn:hover {
  background: transparent;
}
#errorModal button {
  padding: 10px 20px;
  margin-top: 10px;
  border: none;
  background: #007BFF;
  color: white;
  cursor: pointer;
  border-radius: 5px;
}
#errorModal button:hover {
  background: #0056b3;
}
#errorModal .modal-content p {
  font-size: 16px;
  font-weight: 600;
}
.artlbox .content {
  display: block;
}
@media screen and (min-width: 1024px) {
  #errorModal .modal-content {
    width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  #errorModal .modal-content {
    width: 500px;
  }
}
@media(min-width: 768px) {
  .v-mob {
    display: none !important;
  }
  .v-desk {
    display: block;
  }
  .discoverhrt {
    display: flex;
  }
  .banner h1 {
    font-size: 40px;
    line-height: 51px;
    padding-top: 40px;
  }
  .banner h1 span {
    font-size: 50px;
    line-height: 51px;
  }
  .banner .phone-img {
    margin-left: auto;
    margin-right: 60px;
    max-width: 100%;
  }
  .banner h1 span.para {
    font-size: 14px;
    line-height: normal;
    display: block;
    color: #333;
    font-weight: 500;
    padding-top: 10px;
  }
  .banner .test {
    background: none;
    margin-top: -60px;
    padding: 50px 0;
  }
  .banner .test .wrapper {
    background: url(../images/blue-bg-desk.png) no-repeat top;
    height: 320px;
    background-size: 100% 290px;
    padding-left: 60px;
    position: relative;
  }
  .banner .test h3 {
    padding-top: 80px;
    font-size: 24px;
  }
  .banner .test h3 br {
    display: none;
  }
  .test .txt {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
  }
  .test .btn {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
  }
  .test .btn {
    vertical-align: bottom;
  }
  .test .btn button {
    position: initial;
  }
  .banner .test button {
    display: block;
    translate: 0;
    height: auto;
    padding: 20px;
  }
  .banner .test p {
    padding-bottom: 0;
  }
  .banner .test .heart1 {
    top: 10px;
    left: 100px;
  }
  .discoverhrt .heart11 {
    position: absolute;
    right: 8%;
    top: 130px;
  }
  .discoverhrt .heart1 {
    position: absolute;
    left: 50%;
  }
  .checkvdo .para {
    width: 500px;
    margin: 0 auto;
  }
  .vdoplay {
    background: url(../images/bg_pink_desk.png) no-repeat top center;
    background-size: 100% 100%;
  }
  .vdoplay .wrapper {
    position: relative;
  }
  .vdoplay .vdo_poster {
    width: 500px;
  }
  .vdoplay div#video-controls {
    width: 500px;
  }
  .vdoplay .heart5 {
    position: absolute;
    bottom: -180px;
    left: 20%;
    width: 70px;
  }
  .vdoplay .heart7 {
    left: 15%;
    top: 9px;
    width: 65px;
  }
}
@media(max-width: 767px) {
  .v-desk {
    display: none !important;
  }
  .v-mob {
    display: block;
  }
}
#mainNav {
  position: fixed;
  z-index: 11;
  width: 100%
}
#screen1 {
  padding-top: 50px
}
.txt {
  text-align: center;
}
.txt .v-mob {
  display: inline-block;
  max-width: 265px
}
.vhidden {
  visibility: hidden;
  padding-top: 50px
}
.instructionTo h2 {
  padding-top: 35px
}
.congratz {
  padding-top: 80px
}
.blue_band {
  background-position: top 34px center;
  padding-left: 0px;
  padding-right: 0px
}
.spentBtn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.spentBtn>button:first-child {
  background-color: white;
  border: 1px solid #fe365d;
  color: #fe365d;
  padding: 12px 35px;
}
.spentBtn>button {
  justify-content: center;
  width: 45%;
}
#session_popup {
  display: none;
}
.avatar-heading {
  display: none;
}
.form-field {
  margin-bottom: 15px
}
.banner {
  padding-bottom: 60px;
}
.dnone_mob {
  display: none;
}
.dnone_desk {
  display: block;
}
@media(min-width: 480px) {
  .banner {
    min-height: unset;
    padding-bottom: 0px
  }
  .test .txt,
  .test .btn {
    width: 100%
  }
  .test .btn>button {
    position: unset !important;
  }
}
@media(min-width: 1024px) {
  .dnone_mob {
    display: block;
  }
  .dnone_desk {
    display: none;
  }
  .test .txt {
    width: 50%
  }
  .test .btn {
    width: 40%
  }
  .wrapper {
    max-width: 1024px
  }
  .banner {
    min-height: unset;
    padding-bottom: 0px
  }
  .banner .test {
    padding-bottom: 0px
  }
  #welcome {
    padding-top: 50px !important
  }
  .vdoplay .video-section {
    padding-bottom: 80px
  }
  .vdoplay .vdo_poster {
    width: 400px;
  }
  .vdoplay {
    background-size: 100% 570px
  }
  .viewport,
  .containerCalc {
    height: auto;
    width: 100%;
    min-height: auto
  }
  .blue_band {
    background-image: url(../images/blue-bg_dsk.png);
  }
  .fsbig {
    margin-top: 70px;
    font-size: 20px;
    font-weight: 600
  }
  .avatar-heading {
    margin-top: 70px !important;
    color: white;
    width: 94%
  }
  .blue_band {
    background-size: 100% 460px;
  }
  .welcome .sub-heading {
    color: white;
  }
  #avatarContainer>div>img {
    background-color: white;
  }
  .instrction_wrap {
    border: 1px solid #fe365d;
    padding: 20px;
    border-radius: 20px
  }
  #instruction {
    padding-top: 50px
  }
  #share {
    padding-top: 70px
  }
  .step3 h3 {
    font-size: 30px;
    line-height: 38px
  }
  .step3 h3 span {
    font-size: 38px;
    line-height: 38px
  }
  .welcome .form-field>label {
    font-size: 18px
  }
  .instrction_wrap h2 {
    align-items: center;
    justify-content: center;
  }
  .instrction_wrap h2 span>br {
    display: none;
  }
  .avatarList {
    min-height: 100px
  }
  .spentBtn {
    width: 50%;
    margin: 0px auto;
  }
  .step3 .rem-amt-wrapper h4>span {
    display: block;
  }
  .step3 .rem-amt-wrapper {
    padding: 5px 20px 10px 20px;
  }
  .input-group {
    width: 65%
  }
  .step3 .essentials .categories .inp-text {
    width: 30%;
    display: inline-block;
    margin-top: 0px
  }
  .category>.row>.col-desktop-5 {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .step3 .essentials .categories {
    padding: 0px 20px
  }
  .step3 .essentials .categories h4 {
    font-size: 16px;
    line-height: 18px
  }
  .step3 .essentials .categories p {
    font-size: 14px;
    line-height: 18px
  }
  .step3 .essentials .categories p>br {
    display: none;
  }
  .heart4 {
    right: 10%
  }
  .spentTabs span {
    width: 33%
  }
  .checkvdo .title {
    font-size: 32px;
    line-height: 40px
  }
  .articls .title {
    font-size: 32px;
    line-height: 40px
  }
  .articls .title span {
    font-size: 22px;
    line-height: 28px
  }
  .left16 {
    left: 16%
  }
  .left48 {
    left: 49%
  }
  .left80 {
    left: 82%
  }
  .desk_list {
    display: flex;
    gap: 30px;
    justify-content: space-around;
    border-collapse: collapse;
  }
  .desk_list li {
    width: 40%;
    border-bottom: 1px solid #ccc;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
  }
  .order-desktop-0 {
    order: 0 !important;
  }
  .order-desktop-1 {
    order: 1 !important;
    margin-top: -70px;
  }
  .congratz .btmtxt {
    text-align: center;
    margin-top: 30px;
  }
  .congratz {
    padding: 30px 50px;
  }
  .share-code {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid #00488d;
    border-radius: 15px;
    margin: 30px auto 0px auto;
    justify-content: center;
    gap: 30px;
    max-width: 70%;
  }
  .share-code>h3 {
    text-align: left !important;
    margin-top: 0px !important
  }
  .sharefriend {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 60%
  }
  .sharefriend>h4 {
    text-align: right;
  }
  .copy_link {
    width: 45%;
  }
  #user2_share .contnt p {
    text-align: center;
  }
}
.smtext {
  display: block;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.viewportHeight {
  height: 600px
}
.user2 .viewportHeight {
  height: 660px;
}
@media screen and (max-width: 767.5px) {
  .welcome {
    padding-bottom: 0px
  }
}
@media(min-width: 1024px) {
  .step2Height {
    height: 600px
  }
  .user2 .viewportHeight {
    height: 600px;
  }
  .user2 .blue_band {
    background-size: 100% 475px;
  }
}
.play_icon {
  position: absolute;
  translate: -50%;
  left: 50%;
  top: 55px;
  width: 70px;
}
.artlbox {
  cursor: pointer;
  display: block;
  border: none;
  text-align: left;
}
.tooltiptext button {
  border: none;
  background: transparent;
}
.backbtn {
  display: block;
  margin: 10px 0px 15px 0px
}
.backbtn>button {
  display: flex;
  font-size: 18px;
  line-height: 20px;
  color: #004a8f;
  max-width: 300px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
.backbtn>button>img {
  width: 20px;
  margin-right: 10px
}
.congratz {
  padding-top: 20px
}
.heightbx {
  background-color: transparent;
  height: 70px;
  display: block;
  visibility: hidden;
}
.heightbx2 {
  background-color: transparent;
  height: 70px;
  display: block;
  visibility: hidden;
}
.artlbox .content h4 {
  color: #333333;
  min-height: 42px;
}
.banner .heart2 {
  display: none;
}
.banner .heart3 {
  top: 80px
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .discoverhrt {
    align-items: flex-end;
  }
  .banner h1 {
    font-size: 32px
  }
  .test .btn {
    margin-top: 40px
  }
  .banner .test p {
    font-size: 18px;
  }
  .congratz {
    max-width: 70%;
    margin: 0px auto;
  }
  .copy_link button {
    width: 70%
  }
}
@media(min-width: 1024px) {
  .heightbx {
    height: 15px;
  }
  .sharefriend>h4 {
    text-align: left;
  }
  .banner h1 {
    font-size: 40px
  }
  .step3 h3 {
    margin-top: 46px
  }
  .essentials>.heading>.row>.col-2 {
    width: 70px
  }
  .wa-share {
    display: none;
  }
  #whatsapp-share {
    display: none !important;
  }
}
.wouldh .heart2 {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) and (max-height: 900px) {
  .bottomnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .spentBtn,
  .step3 .rem-amt-wrapper {
    width: 40%
  }
  .spentBtn {
    margin: unset;
  }
  .justify-center {
    justify-content: center !important;
  }
}

.articleswiper {
  width: calc(100% - 40px);
}
.articleBtnWrap {
  display: none;
  position: absolute;
  top: 60%;
  left: 0px;
  width: 100%
}
.article_next {
  top: 43%;
  right: 0px
}
.article_prev {
  top: 43%;
  left: 0px
}
.article_next:after,
.article_prev:after {
  width: 20px;
  height: 50px;
}
.article_next:after {
  content: '';
  background: url(../images/next-angle.svg) no-repeat right center;
  background-size: 100% auto;
}
.article_prev:after {
  content: '';
  background: url(../images/prev-angle.svg) no-repeat left center;
  background-size: 100% auto;
}

@media(min-width: 1024px) {
  .articleBtnWrap { display: block;}
}


.okaybtn {
  margin-top: 20px;
  background: #fe365d;
  border-radius: 10px;
  margin: 20px auto;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  width: fit-content;
  padding: 10px 30px;
}

.articls .swiper-pagination-bullet {
  margin: 0px 2px !important;
}