body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.navbar-icon {
  color: #fff;
}
.dashboard.nightmode .cstm-alert p {
  color: #e4499a;
}
#acc-status .close {
  background-color: #e4499a;
  opacity: 1;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  position: absolute;
  right: -19px;
  top: -19px;
}
#acc-status .modal-header {
  background-color: #50428a;
  position: relative;
}
#acc-status .modal-header .modal-title {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
#acc-status .modal-dialog {
  width: 65%;
}
#acc-status table th,
#acc-status table td {
  padding: 12px;
}
#acc-status .fa-check-square {
  color: #e4499a !important;
}
#acc-status table tr {
  border-bottom: 1px solid #50428a;
}
#acc-status table {
  margin-bottom: 15px;
}
.social-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.social-link li a {
  width: 35px;
  height: 35px;
  display: flex;
  background-color: #e4499a;
  border-radius: 100px;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  font-size: 23px;
  color: #fff;
  margin: 0 5px;
}
/* .guest .guest-wrap {
  padding-top: 100px;
} */
#faq-top {
  padding: 120px 0 190px;
  background-image: url("https://i.imgur.com/v2OyquM.png");
  background-size: cover;
  background-position: bottom;
}
#faq-top .main-head {
  margin-top: 50px;
}
.nav-item.read-article a {
  font-size: 16px;
  font-weight: 400;
  color: #666471;
  padding: 25px 0;
  border-bottom: 2px solid #3e2e7e;
  border-radius: 6px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.nav-item.read-article a span {
  color: #c8c6d2;
}

.row.faq-tab-row .nav.nav-tabs {
  margin-top: 0;
}
.row.faq-tab-row .nav.nav-tabs {
  margin-top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid #3e2e7e;
  border-radius: 8px;
}
.row.faq-tab-row .nav-tabs > li > a {
  margin-bottom: 12px;
}
.row.faq-tab-row .nav-tabs > li.active > a,
.row.faq-tab-row .nav-tabs > li > a:hover,
.row.faq-tab-row .nav-tabs > li.active > a:hover {
  background-color: #e4499a;
  color: #fff;
  border-color: #e4499a;
}
.row.faq-tab-row {
  margin-top: 50px;
  position: relative;
}
.faq-search input {
  border: 0;
  box-shadow: none;
}
.faq-search #basic-addon2 {
  background-color: transparent;
  border: 0;
  color: #e54d9c;
  font-size: 18px;
  padding: 3px;
  text-align: right;
}
.faq-search .input-group {
  border-bottom: 2px solid #3e2e7e;
  padding-bottom: 5px;
}
.faq-search .input-group input:focus {
  box-shadow: none;
}
.faq-video-wrap iframe {
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.faq-video-wrap {
  margin-top: 35px;
}
.single-faq-title {
  font-size: 20px;
  font-weight: 500;
  color: #3e2e7e;
}
.single-faq-title span {
  color: #e4499a;
}
.single-faq-icon {
  margin-bottom: 10px;
}
.single-faq-wrap {
  padding-bottom: 25px;
  border-bottom: 2px solid #d2d2d2;
  margin-top: 25px;
}
.earn-card-wrap {
  text-align: center;
  background-color: #e3489a;
  border-radius: 25px;
  box-shadow: 0 0 30px 2px #e9e9f1;
}
.faq-search .input-group input::placeholder {
  color: #666471;
}
.faq-video-title {
  font-size: 20px;
  font-weight: 500;
  color: #3e2e7e;
}
.faq-video-title span {
  color: #e4499a;
}
#faq-txt {
  padding: 80px 0;
}
.row.faq-tab-row::before {
  content: "";
  position: absolute;
  background-image: url("https://i.imgur.com/z3Csr6m.png");
  width: 300px;
  height: 211px;
  background-size: 280px auto;
  z-index: -1;
  top: -210px;
  left: 20px;
  background-repeat: no-repeat;
}
.earn-card-head h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 30px 0;
}
.earn-card-body {
  background-color: #f7f1f5;
  border-radius: 25px 25px 20px 20px;
  padding: 50px 35px 35px;
  background-image: url("https://i.imgur.com/JTXp3aG.png");
  background-size: 100%;
  background-position: center 110px;
  background-repeat: no-repeat;
}
.earn-card-price {
  font-size: 45px;
  font-weight: 700;
  color: #e3489a;
  line-height: 50px;
}
.earn-card-title {
  margin-top: 90px;
  font-size: 20px;
  font-weight: 500;
  color: #666471;
}
#earn {
  padding: 80px 0;
}
#earn ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: space-evenly;
  align-items: center;
  margin: 50px auto;
}
#earn ul li p {
  color: #666471 !important;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
}
#earn ul li p:hover {
  color: #e4499a !important;
}
#earn ul li p::after {
  content: "";
  position: absolute;
  background-color: #666471 !important;
  right: -78px;
  height: 100%;
  width: 2px;
}
#earn ul li:last-child p::after {
  display: none;
}
.earn-card-txt {
  font-size: 14px;
  color: #666471;
  padding: 0 15px;
}

.earn-card-btn {
  background-color: #fff !important;
  border: 2px solid #e3489a;
  color: #fff;
  margin-top: 50px;
  background-image: url("https://i.imgur.com/6DEKePE.png");
  background-size: 100% auto;
  background-position: -19px center;
  background-repeat: no-repeat;
  padding: 0 0 0 33px !important;
  height: 40px;
  line-height: 34px !important;
  text-align: left;
  position: relative;
}
.earn-card-btn::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-left: 11px solid #e4499a;
  border-right: 11px solid transparent;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.earn-card-wrap {
  transition: 0.5s linear;
}
.earn-card-wrap:hover .earn-card-body {
  background-color: #e3489a;
  transition: 0.5s linear;
}
.earn-card-wrap:hover {
  background-color: #f7f1f5;
  transition: 0.5s linear;
}
.earn-card-wrap:hover {
  box-shadow: 0 0 30px 2px #e3489a;
  transition: 0.5s linear;
}
.earn-card-wrap:hover .earn-card-head h3 {
  color: #ac99ca;
  transition: 0.5s linear;
}
.earn-card-wrap:hover .earn-card-price {
  color: #fff;
  transition: 0.5s linear;
}
.earn-card-wrap:hover .earn-card-icon {
  filter: brightness(100);
}
.row.earn-crd-row {
  margin-top: 80px;
  position: relative;
}
.row.earn-crd-row::after,
.row.earn-crd-row::before {
  content: "";
  position: absolute;
  background-image: url("https://i.imgur.com/aLYCvnk.png");
  width: 75px;
  height: 119px;
  background-size: 70px;
  background-repeat: no-repeat;
  top: -70px;
  z-index: 1;
}
.row.earn-crd-row::after {
  right: 0;
  transform: rotateZ(22deg);
}
#reseler-top {
  padding: 120px 0 0;
  background-image: url("https://i.imgur.com/0vMuXtF.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.reseler-coin {
  margin: auto;
}
.reseler-lp-girl {
  margin-left: auto;
}
.reseler-lp-boy,
.reseler-coin,
.reseler-lp-girl {
  margin-top: 20px;
}
#checkorder {
  padding: 80px 0;
}
#checkorder img {
  margin-top: 30px;
}
#stepbystep {
  padding: 250px 0;
  background-image: url("https://i.imgur.com/Xh09P6f.png");
  background-repeat: no-repeat;
  background-position: center 140px;
  min-height: 850px;
}
.row.heart-row p {
  width: max-content;
  margin: auto;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  top: 20px;
}
.heart-box-wrap {
  width: 300px;
  background-color: #fff;
  border: 5px dotted #e2479a;
  padding: 55px 15px 35px;
  text-align: center;
  border-radius: 25px;
  position: absolute;
}
.heart-box-wrap::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  border-top: 5px dotted #e2479a;
}
.heart-box-wrap p {
  color: #74727d;
  font-size: 13px;
}
.heart-box-wrap .steps-count {
  left: 0;
  right: 0;
  margin: auto;
  top: -50px;
}
.heart-box-row {
  position: relative;
}
.heart-box-wrap.heart-box-wrap1 {
  top: -300px;
  left: 25px;
}
.heart-box-wrap.heart-box-wrap1::after {
  right: -99px;
  transform: rotateZ(25deg);
  bottom: -3px;
  z-index: -2;
}
.heart-box-wrap.heart-box-wrap2 {
  right: 25px;
  top: -300px;
}
.heart-box-wrap.heart-box-wrap2::after {
  left: -99px;
  transform: rotateZ(-25deg);
  bottom: -3px;
  z-index: -2;
}
.heart-box-wrap.heart-box-wrap3 {
  left: 0;
  top: 0;
}
.heart-box-wrap.heart-box-wrap3::after {
  top: 26px;
  right: -186px;
  transform: rotateZ(-25deg);
  width: 200px;
  z-index: -1;
}
.heart-box-wrap.heart-box-wrap4 {
  right: 0;
  top: 0;
}
.heart-box-wrap.heart-box-wrap4::after {
  top: 26px;
  left: -186px;
  transform: rotateZ(25deg);
  width: 200px;
  z-index: -1;
}
.heart-box-wrap.heart-box-wrap5 {
  top: 300px;
  left: 200px;
}
.heart-box-wrap.heart-box-wrap5::after {
  top: -130px;
  right: -106px;
  transform: rotateZ(110deg);
  width: 280px;
}
.heart-box-wrap.heart-box-wrap6 {
  top: 300px;
  right: 200px;
}
.heart-box-wrap.heart-box-wrap6::after {
  top: -130px;
  left: -106px;
  transform: rotateZ(-110deg);
  width: 280px;
}
#work-top {
  background-image: url("https://i.imgur.com/0vMuXtF.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 170px 0 0;
}

.steps-wrap {
  background-image: url("https://i.imgur.com/wJ1vWv4.png");
  background-size: 100% 100%;
  width: 478px;
  height: 329px;
  padding: 45px 105px 45px 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.steps-title {
  font-size: 20px;
  font-weight: 500;
  color: #666471;
  margin: 25px 0 15px;
}
.steps-desc {
  color: #666471;
  font-size: 13px;
}
.steps-count {
  width: 65px;
  height: 65px;
  flex: 0 0 65px;
  background-color: #94ebef;
  border-radius: 100px;
  text-align: center;
  line-height: 65px;
  font-size: 80px;
  font-weight: 500;
  color: #000;
  position: absolute;
  right: 47px;
  top: 100px;
}
.steps-screen {
  position: relative;
}
.steps-screen img {
  position: absolute;
  left: auto;
  min-height: 679px;
  top: -330px;
  right: -359px;
}
.steps-count span {
  position: absolute;
  left: 0;
  right: 0;
  top: 18px;
}
#steps {
  overflow: hidden;
  padding: 270px 0 120px;
  background-color: #fff;
  position: relative;
}
#steps::before {
  content: "";
  position: absolute;
  background-image: url("https://i.imgur.com/ocvypHO.png");
  background-size: 10px 67px;
  width: 10px;
  height: 67px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#steps.steps2 .steps-wrap {
  margin-left: auto;
  text-align: right;
  background-image: url("https://i.imgur.com/kWJ6V0s.png");
  padding: 45px 45px 45px 105px;
}
#steps.steps2 .steps-icon {
  margin-left: auto;
}
#steps.steps2 .steps-count {
  right: auto;
  left: 47px;
}
.dashboard .wrapper {
  /* padding-top: 130px; */
  /* background: #fff url('https://i.imgur.com/gLeV4vn.png'); */
  background: #ffffff;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
}
.cstm-alert.alert-dismissible .close {
  top: -23px;
  right: 16px;
}
.cstm-alert-txt + p span {
  color: #e4499a;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}
.cstm-alert-txt + p {
  font-size: 13px;
  font-weight: 600;
  color: #50428a;
}
.cstm-alert-txt {
  font-size: 10px;
  color: #74727d;
  font-weight: 500;
}
.cstm-alert {
  background-color: transparent;
  border: 0;
  background-image: url("https://i.imgur.com/cpRPqFR.png");
  background-repeat: no-repeat;
  width: 198px;
  height: 177px;
  text-align: center;
  padding: 40px 28px;
  position: absolute;
  top: -150px;
  right: 0;
  z-index: 9999;
}
.row.get-in-touch-row .col-sm-3 {
  border-width: 0 2px;
  border-style: solid;
  border-color: #e3e3e3;
}
.row.get-in-touch-row {
  margin-top: 80px;
}
.contact-infobox {
  text-align: center;
  padding: 25px 0;
}
.infobox-txt {
  font-size: 13px;
  color: #e4499a;
  font-weight: 500;
}
.infobox-icon i {
  color: #e4499a;
  font-size: 34px;
  margin-bottom: 15px;
}
.contact-img img {
  margin-left: auto;
  margin-top: 65px;
}
.contact-frm {
  margin-top: 35px;
}
.contact-frm .form-group textarea {
  padding-top: 16px;
  padding-bottom: 6px;
  border: 0;
  height: 200px !important;
  border-radius: 25px !important;
}
.contact-frm .form-group textarea + .input-icon {
  top: 14px;
  transition: ;
  transform: translateY(0);
}
.input-icon::after {
  position: absolute;
  content: "";
  background-color: #e3e3e3;
  width: 2px;
  height: 38px;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 20px;
  color: #e4499a;
}
.contact-frm .form-group {
  position: relative;
}
.contact-frm .form-group input,
.contact-frm .form-group textarea {
  height: 55px;
  border-radius: 100px;
  padding-left: 60px;
  width: 100%;
  box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.2);
}
.contact-bread {
  font-size: 16px;
  font-weight: 500;
  color: #3e2e7e;
}
.contact-bread + .main-head + p {
  color: #3e2e7e;
  font-sizwe: ;
  font-weight: 500;
}
#contact-us .main-head {
  margin-top: 50px;
}
.contact-bread span {
  color: #e4499a;
  margin-right: 15px;
}
/* .navbar.navbar-default.navbar-static-top {
    background: transparent !important;
    position: absolute;
    box-shadow: none !important;
    left: 0;
    right: 0;
    margin: auto;
  } */
#contact-us {
  background-image: url(https://i.imgur.com/UId4TpK.jpg);
  background-size: cover;
  background-position: center bottom;
  padding: 120px 0 25px;
}
.video-txt h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.video-txt p {
  color: #fff;
  font-size: 11px;
  margin-bottom: 10px;
}
.video-sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.video-sec .video-txt {
  flex: 0 0 35%;
  max-width: 35%;
  padding: 0 0 0 12px;
}
.video-sec .video-wrap {
  flex: 0 0 65%;
  max-width: 65%;
}
.video-wrap {
  padding: 8px;
  border-radius: 5px;
}
[data-theme="dark"] .guest,
.nightmode.guest {
  background-color: #002359;
}
.dark-mode-toggler span,
.toggler {
  width: 38px;
  height: 38px;
  border-radius: 500px;
  border: none;
  background-color: #50428a;
  padding: 7px;
  background-image: url(https://i.imgur.com/Uf9DzTK.png);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
[data-theme="dark"] .dark-mode-toggler span,
.nightmode .toggler {
  background-color: #ffffff;
  background-image: url(https://i.imgur.com/qCdPitP.png);
}
.dark-mode-toggler input[type="checkbox"],
.toggler input[type="checkbox"] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

.dashboard.nightmode {
  background-color: #002359;
}
.sub-head {
  font-size: 20px;
  color: #e4499a;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
}
.main-head {
  margin-top: 0;
  font-size: 45px;
  color: #3e2e7e;
  font-weight: 500;
  margin-bottom: 35px;
}
.signup-head {
  font-size: 62px;
  font-weight: 800;
  text-align: center;
  color: #3e2e7e;
}
[data-theme="dark"].signup-head,
[data-theme="dark"] .main-head,
[data-theme="dark"] .checkbox label,
[data-theme="dark"] .txt,
[data-theme="dark"] p,
[data-theme="dark"] .help h4,
[data-theme="dark"] .lets-box h4,
[data-theme="dark"] .help-stats .media-heading,
[data-theme="dark"] .pull-right.pull-right-middle,
.nightmode .signup-head,
.nightmode .main-head,
.nightmode .checkbox label,
.nightmode .txt,
.nightmode p,
.nightmode .help h4,
.nightmode .lets-box h4,
.nightmode .help-stats .media-heading,
.nightmode .pull-right.pull-right-middle {
  color: #ffffff;
}
[data-theme="dark"] .guest a,
.nightmode.guest a {
  color: #e4499a;
}
[data-theme="dark"] .guest a.btn.btn-primary,
.nightmode.guest a.btn.btn-primary {
  color: #ffffff;
}
.guest .navbar.navbar-default {
  background-color: #ffbbd0;
  border: none;
  padding: 10px 0;
  box-shadow: none;
  margin: 0;
}
.guest.fixed-nav .navbar.navbar-default {
  background-color: transparent;
  border: none;
  position: absolute;
  box-shadow: none;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.topp {
  padding: 120px 0 0;
  background-image: url(https://i.imgur.com/UId4TpK.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
[data-theme="dark"] .topp,
.nightmode .topp {
  background-image: url(https://i.imgur.com/mLGbrOP.jpg);
}
.btn.btn-primary {
  background-color: #e4499a;
  border-color: #e4499a;
  font-size: 14px;
  font-weight: 300;
  min-width: 154px;
  border-radius: 500px;
  line-height: 32px;
}
.iGrp .form-control {
  border-bottom: 1px solid #3e2e7e;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  height: 48px;
  font-size: 16px;
  font-weight: 300;
}
[data-theme="dark"] .guest .iGrp .form-control,
.nightmode.guest .iGrp .form-control {
  border-color: #fff;
  color: #fff;
}
.iGrp .form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #3e2e7e;
}
.iGrp .form-control::-moz-placeholder {
  opacity: 1;
  color: #3e2e7e;
}
.iGrp .form-control:-ms-input-placeholder {
  opacity: 1;
  color: #3e2e7e;
}
.iGrp .form-control:-moz-placeholder {
  opacity: 1;
  color: #3e2e7e;
}
[data-theme="dark"] .guest .iGrp .form-control::-webkit-input-placeholder,
.nightmode.guest .iGrp .form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #ffffff;
}
[data-theme="dark"] .guest .iGrp .form-control::-moz-placeholder,
.nightmode.guest .iGrp .form-control::-moz-placeholder {
  opacity: 1;
  color: #ffffff;
}
[data-theme="dark"].guest .iGrp .form-control:-ms-input-placeholder,
.nightmode.guest .iGrp .form-control:-ms-input-placeholder {
  opacity: 1;
  color: #ffffff;
}
[data-theme="dark"].guest .iGrp .form-control:-moz-placeholder,
.nightmode.guest .iGrp .form-control:-moz-placeholder {
  opacity: 1;
  color: #ffffff;
}
.topp .btn.btn-primary {
  margin-bottom: 15px;
}
.f {
  color: #3e2e7e;
  font-size: 14px;
  font-weight: 300;
  display: block;
  line-height: 26px;
}
.txt {
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #3e2e7e;
  font-weight: 300;
}
.txt a {
  color: #e4499a;
}
.cycle {
  position: relative;
  left: -100px;
}
.balon {
  display: block;
  margin-left: auto;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.social-ic {
  padding: 90px 0;
}
.social-ic img {
  width: 100%;
}
.guest .navbar-default .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 400;
  color: #995a6d;
  padding-top: 10px;
  padding-bottom: 10px;
}
.guest .navbar-default .navbar-nav > .active > a,
.guest .navbar-default .navbar-nav > .active > a:hover,
.guest .navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #88cdd0;
  border-radius: 500px;
}
.offer-box {
  text-align: center;
}
.offer-box a {
  opacity: 0;
  transition: 0.3s ease-in;
}
.offer-box:hover a {
  opacity: 1;
}
.offer {
  padding: 0 0 60px;
}
.accelerate {
  background-image: url(https://i.imgur.com/2y75Hkn.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 80px 0;
}
[data-theme="dark"] .guest .accelerate,
.nightmode.guest .accelerate {
  background-image: url(https://i.imgur.com/lcJpYRP.jpg);
}
.accel-1 {
  position: relative;
  left: -30px;
  top: 50px;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.accel-2 {
  animation-name: floating;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.help {
  padding: 60px 0;
}
.help h4 {
  font-size: 25px;
  font-weight: 500;
  color: #3e2e7e;
  margin-bottom: 0;
  margin-top: 20px;
}
.help a {
  color: #666471;
  display: block;
  text-decoration: underline;
  margin-top: 30px;
}
.main {
  position: relative;
  right: -200px;
}
.gift-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  animation-name: floating;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.still {
  padding: 60px 0;
  overflow: hidden;
}
.boy,
.girl {
  position: absolute;
  bottom: 0;
}
.boy {
  left: 0;
  animation-name: floating;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.girl {
  animation-name: floating;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  right: 0;
}
.mobail {
  display: block;
  margin: auto;
}
.lets-box i {
  font-size: 38px;
  color: #554199;
}
[data-theme="dark"] .guest .lets-box i,
.nightmode.guest .lets-box i {
  color: #e4499a;
}
.lets-box h4 {
  font-size: 25px;
  font-weight: 500;
  color: #666471;
}
.lets-box p {
  font-size: 13px;
  color: #666471;
  font-weight: 300;
}
.lets-box {
  position: relative;
  text-align: center;
  padding: 0 50px;
  margin-bottom: 20px;
}
.lets-box.box-1 {
  top: 130px;
  left: -120px;
}
.lets-box.box-3 {
  top: 130px;
  right: -120px;
}
.lets {
  background-image: url(https://i.imgur.com/2y75Hkn.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 80px 0 0px;
}
[data-theme="dark"] .guest .lets,
.nightmode.guest .lets {
  background-image: url(https://i.imgur.com/lcJpYRP.jpg);
}
.supp {
  padding: 60px 0;
}
.gift-left,
.gift-right {
  position: absolute;
  top: 0;
}
.gift-left {
  left: 15%;
}
.gift-right {
  right: 15%;
}
.subscribe {
  max-width: 574px;
  margin: 45px auto;
}
.subscribe input {
  border-bottom: 7px solid #3e2e7e;
  border-left: none;
  border-right: none;
  border-top: none;
  height: 62px;
  width: 100%;
  display: block;
  box-shadow: none;
  text-align: center;
  font-size: 25px;
  color: #666471;
  font-weight: 500;
}
[data-theme="dark"] .guest .subscribe input,
.nightmode.guest .subscribe input {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.stats-box {
  position: relative;
  text-align: center;
}
.stats-box::after {
  content: ":";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 55px;
  font-weight: 700;
  color: #3e2e7e;
}
[data-theme="dark"] .guest .stats-box::after,
.nightmode.guest .stats-box::after {
  color: #ffffff;
}
.stats-box h3 {
  font-size: 55px;
  font-weight: 700;
  color: #3e2e7e;
  margin-top: 0;
  margin-bottom: 0;
}
[data-theme="dark"] .guest .stats-box h3,
.nightmode.guest .stats-box h3 {
  color: #e4499a;
}
.stats-box h4 {
  font-size: 14px;
  font-weight: 700;
  color: #3e2e7e;
  margin: 0;
}
.stats-box span {
  color: #8dc8d0;
}
[data-theme="dark"] .guest .stats-box h4,
[data-theme="dark"] .guest .stats-box span,
.nightmode.guest .stats-box h4,
.nightmode.guest .stats-box span {
  color: #ffffff;
}
.col-md-3:last-child .stats-box::after {
  display: none;
}
.tv {
  width: 100%;
}
.test-stats {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 15px auto 0;
}
.test-stats h4 {
  margin: 0;
  font-size: 20px;
  color: #3e2e7e;
  font-weight: 500;
}
.test-stats i {
  color: #e4499a;
  font-size: 18px;
}
.real {
  padding: 60px 0;
}
.refresh {
  background-image: url(https://i.imgur.com/2y75Hkn.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 80px 0 0px;
}
[data-theme="dark"] .guest .refresh,
.nightmode.guest .refresh {
  background-image: url(https://i.imgur.com/lcJpYRP.jpg);
}
.help-stats .media-heading {
  font-size: 30px;
  font-weight: 500;
  color: #3e2e7e;
}
.help-stats p {
  font-size: 16px;
  color: #3e2e7e;
  font-weight: 500;
}
.help-stats {
  position: absolute;
  right: 0;
  max-width: 225px;
  top: 90px;
}
.refresh .row:last-child {
  display: flex;
  align-items: flex-end;
}
.footer-bottom p {
  font-size: 16px;
  text-align: center;
  text-align: left;
  color: #fff;
  margin: 0;
}
footer {
  background-color: #3e2e7e;
  padding: 15px 0;
}
.dashboard .navbar.navbar-default {
  background-color: transparent;
  border: none;
  padding: 30px 50px;
  background-image: url(https://i.imgur.com/vYaDllj.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.dashboard.nightmode .navbar.navbar-default {
  background-image: url(https://i.imgur.com/RU87KIe.jpg) !important;
}
.dashboard.nightmode .wrapper {
  background: none !important;
}
.dashboard .navbar-default .navbar-nav > li.night-btn > a,
.dashboard .navbar-default .navbar-nav > li.day-btn > a {
  border-radius: 500px;
  padding: 7px;
}
.dashboard .navbar-default .navbar-nav > li.day-btn > a {
  background-color: #ffffff;
}
.dashboard .navbar-default .navbar-nav > li.night-btn > a {
  background-color: #50428a;
}
.side-menu .nav {
  background-color: #e4499a;
  border-radius: 500px;
  width: 42px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.side-menu .nav > li > a {
  padding: 0;
  border-radius: 500px;
  transition: all 0.4s ease-in-out;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px auto;
}
.side-menu .nav > li > a:hover,
.side-menu .nav > li > a:active,
.side-menu .nav > li > a:focus {
  background-color: #c63f85;
}
.side-menu .nav > li.active > a {
  background-color: #50428a;
}
.side-menu .nav > li > a .menu-title {
  display: block;
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 0;
  border-radius: 4px;
  padding: 4px 8px;
  color: #e4499a;
  font-size: 13px;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  border: 1px solid #493a85;
  z-index: 1;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.77);
}
.side-menu .nav > li.active > a:hover .menu-title,
.side-menu .nav > li > a:hover .menu-title {
  opacity: 1;
  visibility: visible;
  left: 45px;
}
.left-wrap {
  display: flex;
  justify-content: space-between;
}
.static-content {
  min-width: 350px;
  margin-left: 15px;
}
.col-md-4.left-side {
  padding-right: 0;
}
.static-inner {
  background-color: #e4499a;
  border-radius: 10px;
}
.static-content h4.top-title {
  font-size: 16px;
  color: #666471;
  margin-top: 0;
}
.nightmode .static-content h4.top-title {
  color: #ffffff;
}
.static-content h4.top-title span {
  color: #e4499a;
  font-size: 20px;
  font-weight: 500;
}
.profile-dropdown .btn-default {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
}
.prof-pic {
  width: 42px;
  height: 42px;
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 500px;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.prof-pic::before {
  content: "";
  background-color: #02d867;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: -3px;
  top: 3px;
  border-radius: 500px;
  border: 2px solid #3e2e7e;
}
.dropdown.profile-dropdown {
  padding: 10px;
}
.dash-cycl {
  display: block;
  margin-left: auto;
  margin-right: 10px;
}
.profile-stats {
  background-color: #50428a;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 15px 0;
}
.stats-inner h4 {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}
.stats-inner h3 {
  font-size: 28px;
  font-weight: 500;
  color: #e4499a;
  margin-bottom: 0;
}
.site-stats {
  /* text-align: center; */
  /* padding: 20px 0 60px; */
  padding: 20px 0 10px;
  /* background-image: url(https://i.imgur.com/bwW8LRn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom; */
}
.site-stats h4 {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.site-stats h3 {
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}
.right-box {
  border: 1px solid #e4499a;
  border-radius: 10px;
  margin-top: 31px;
}
.well {
  background-color: transparent;
  border: none;
  margin: 0;
  border-radius: 10px;
}
.guest .well {
  box-shadow: none;
  margin-bottom: 19px;
  border-radius: 0;
}
.well.well-pink {
  background-color: #fcecf5;
}
.well.well-pink.well-bg {
  background-image: url(https://i.imgur.com/npqxzGa.png);
  background-repeat: no-repeat;
  background-position: center;
}
.nav.nav-tabs {
  margin-top: -62px;
  margin-bottom: 24px;
  border: none;
}
.nav-tabs > li > a {
  font-size: 13px;
  color: #666471;
  font-weight: 500;
  border: none;
  border-radius: 0;
  margin: 0;
}
.dashboard.nightmode .nav-tabs > li > a {
  color: #ffffff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.dashboard.nightmode .nav-tabs > li.active > a,
.dashboard.nightmode .nav-tabs > li.active > a:hover,
.dashboard.nightmode .nav-tabs > li.active > a:focus {
  background-color: transparent;
  border: none;
  color: #e4499a;
}
.nav-tabs > li.active > a:after {
  content: "";
  position: absolute;
  background-color: #e4499a;
  width: 28px;
  height: 1px;
  display: block;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
}
.well-title {
  margin-top: -60px;
  margin-bottom: 25px;
}
.guest .well-title {
  margin-top: 0;
}
.well-title h4 {
  display: inline-block;
  font-size: 13px;
  color: #e4499a;
  font-weight: 500;
  margin: 0;
  line-height: 35px;
  position: relative;
}
.well-title h4::after {
  content: "";
  position: absolute;
  background-color: #e4499a;
  width: 28px;
  height: 1px;
  display: block;
  left: 0;
  right: 0;
  bottom: 3px;
  margin: auto;
}
.well.well-pink.well-right {
  border-radius: 0 10px 10px 0;
}
.well.well-pink.well-left {
  border-radius: 10px 0 0 10px;
}
.well-title .input-group {
  float: right;
  max-width: 450px;
  margin-top: 0;
}
.well-title form {
  margin: 0;
  float: right;
}
.well-title form .input-group {
  float: none;
}
.well .form-control {
  font-size: 14px;
  color: #666471;
  font-weight: 400;
  border-color: #b4c2c8;
  border-radius: 0;
  box-shadow: none;
  height: 46px;
}
.well-title .form-control {
  background-color: #fcecf5;
  border: 1px solid #e4499a;
  box-shadow: none;
  height: 35px;
}
.well-title .input-group .btn.btn-default {
  background-color: #50428a;
  color: #ffffff;
  border: 1px solid #e4499a;
  border-radius: 0;
  height: 35px;
  width: 45px;
}
.control-label {
  font-size: 13px;
  font-weight: 400;
  color: #666471;
  display: block;
}
.nightmode .control-label {
  color: #ffffff;
}
.nightmode .serviceDetailsCard {
  color: #fff;
}
.nightmode .form-group__label-title {
  color: #fff;
}
.news-box {
  display: flex;
  border-bottom: 1px solid #d5c7cf;
  margin-bottom: 15px;
}
.news-left {
  max-width: 32px;
  text-align: center;
  margin-right: 10px;
}
.news-icon {
  width: 32px;
  height: 32px;
  background-color: #50428a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 500px;
  margin-bottom: 10px;
}
.date {
  font-size: 16px;
  color: #e4499a;
  font-weight: 500;
  line-height: 1;
}
.date span {
  font-size: 12px;
}
.news-box h4 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
  color: #666471;
}
.news-box p {
  font-size: 13px;
  color: #666471;
  font-weight: 400;
}
.panel-body.border-solid.border-rounded {
  border-color: #b4c2c8;
  border-radius: 0;
}
.new-box {
  background-color: #fcecf5;
  border: 1px solid #e4499a;
  padding: 10px;
  margin-bottom: 19px;
  display: flex;
}
.new-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  background-color: #e4499a;
  border-radius: 500px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  min-width: 32px;
}
.new-right h5 {
  font-size: 10px;
  color: #666471;
  font-weight: 500;
  margin-bottom: 2px;
}
.new-box .value {
  font-size: 11px;
  font-weight: 500;
  color: #666471;
}
.service-small-boxes .col-sm-4:first-child {
  padding-right: 4px;
}
.service-small-boxes .col-sm-4:nth-child(2) {
  padding-left: 4px;
  padding-right: 4px;
}
.service-small-boxes .col-sm-4:nth-child(3) {
  padding-left: 4px;
}
.service-small-boxes .col-sm-6:first-child {
  padding-right: 4px;
}
.service-small-boxes .col-sm-6:last-child {
  padding-left: 4px;
}
.table > thead > tr > th {
  font-size: 13px;
  font-weight: 500;
  color: #131313;
  text-transform: uppercase;
  line-height: 29px;
  border: none;
}
.nightmode .table > thead > tr > th {
  color: #ffffff;
}
.table > tbody > tr.cateRow > td {
  border: none;
  padding: 0;
}
.table > tbody > tr.cateRow > td > div {
  color: #50428a;
  font-size: 16px;
  font-weight: 700;
  line-height: 31px;
  padding: 4px;
  border: 1px solid #e4499a;
  border-radius: 10px;
}
.table > tbody > tr.cateRow > td > div img {
  margin-right: 5px;
}
.table > tbody > tr > td {
  font-size: 13px;
  color: #666471;
  font-weight: 300;
  vertical-align: middle;
  line-height: 32px;
  border-color: #e4499a;
}
.nightmode .table > tbody > tr > td {
  color: #ffffff;
}
.table > tbody > tr.cateRow + tr > td {
  border: none;
}
.badge {
  font-size: 13px;
  font-weight: 700;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 22px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 50px;
}
.badge.badge-purple {
  background-color: #3e2e7e;
}
.badge.badge-ltpurple {
  background-color: #564199;
}
.badge.badge-ltgreen {
  background-color: #96cbd4;
}
.btn.btn-primary.btn-sm {
  min-width: 30px;
  line-height: 28px;
  padding-top: 0;
  padding-bottom: 0;
}
.btn.btn-primary.btn-modal.btn-sm {
  padding: 0;
}
.modal-body {
  white-space: normal;
}
.well .nav.nav-pills {
  justify-content: space-between;
  display: flex;
}
.well .nav-pills > li > a {
  font-size: 13px;
  color: #666471;
  font-weight: 500;
  border-radius: 500px;
  min-width: 65px;
  text-align: center;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
.nightmode .well .nav-pills > li > a {
  color: #ffffff;
}
.well .nav-pills > li.active > a,
.well .nav-pills > li.active > a:hover,
.well .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #e4499a;
}
.card {
  border: 1px solid #e4499a;
  border-radius: 10px;
}
.card-service {
  margin: 0;
  padding: 12px;
  font-size: 13px;
  font-weight: 500;
  color: #666471;
  background-color: #fcecf5;
  line-height: 32px;
  border-bottom: 1px solid #e4499a;
  border-radius: 10px;
  border-left: none;
  border-right: none;
  border-top: none;
}
.card-head {
  font-size: 13px;
  margin: 0;
  line-height: 24px;
  color: #e4499a;
  font-weight: 500;
  text-transform: uppercase;
}
.card-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  color: #666471;
  text-transform: uppercase;
}
.nightmode .card-text {
  color: #ffffff;
}
.card-text a {
  color: #1b70ef;
  text-decoration: none;
  line-height: 18px;
  display: block;
}
.card-head,
.card-text {
  padding: 0 15px;
}
.card-status {
  line-height: 32px;
  margin: 10px 15px;
  background-color: #e4499a;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
}
.card-status.card-canc {
  background-color: #ff3f3f;
}
.card-status.card-comp {
  background-color: #24df24;
}
.card-status.card-proc {
  background-color: #338cff;
}
.add-img {
  transform: rotateY(180deg);
  z-index: 1;
  position: absolute;
  bottom: -330px;
  width: 100%;
}
pre {
  background-color: #50428a;
  color: #fff;
  border-color: #50428a;
  border-radius: 10px;
  font-size: 13px;
  font-family: poppins;
  font-weight: 300;
}
.ticket-inner-wrap {
  padding: 19px 15px 0 0;
  min-height: 555px;
  position: relative;
}
.ticket-inner-wrap form {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 0 0 -10px;
}
.ticket-inner-wrap form .btn.btn-primary.btn-ticket {
  position: absolute;
  right: 15px;
  top: 100px;
  min-width: 42px;
  height: 42px;
  padding: 0;
  font-size: 27px;
}
.ticket-inner-wrap form .form-group {
  margin: 0;
}
.ticket-list {
  padding: 0;
  margin-top: 20px;
  min-height: 440px;
  counter-reset: my-awesome-counter;
}
.ticket-list li {
  padding: 10px 0 10px 50px;
  list-style: none;
  position: relative;
  counter-increment: my-awesome-counter;
}
.ticket-list li::before,
.ticket-list a span {
  /* content: counter(my-awesome-counter,decimal-leading-zero); */
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  color: #50428a;
  border: 1px solid #50428a;
  border-radius: 500px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  font-weight: 400;
  background-image: url(https://i.imgur.com/B1SQRPP.png);
  background-size: 100% 100%;
}
.ticket-list li:first-child::before {
  background-image: url(https://i.imgur.com/cjpVIUB.png);
}
.ticket-list h4 {
  font-size: 15px;
  font-weight: 500;
  color: #666471;
  margin: 0 0 4px;
}
.ticket-list h5 {
  font-size: 12px;
  font-weight: 400;
  color: #666471;
  margin: 0;
}
.ticket-list li a {
  display: block;
  text-decoration: none;
}
.ticket-box-right,
.ticket-box-left {
  position: relative;
  display: flex;
  flex-direction: column;
}
.ticket-box-right {
  align-items: flex-end;
}
.ticket-box-left {
  align-items: flex-start;
}
.ticket-box-right .ticket-msg,
.ticket-box-left .ticket-msg {
  font-size: 15px;
  color: #ffffff;
  line-height: 22px;
  font-weight: 500;
  padding: 10px;
  border-radius: 25px;
  max-width: 330px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ticket-box-left .ticket-msg {
  background-color: #50428a;
}
.ticket-box-right .ticket-msg {
  color: #666471;
  background-color: #fcecf5;
}
.ticket-time {
  font-size: 14px;
  font-weight: 300;
  color: #131313;
  line-height: 26px;
}
.nightmode .ticket-time {
  color: #ffffff;
}
.ticket-box-right .ticket-msg h4,
.ticket-box-left .ticket-msg h4 {
  margin: 0;
}
.ticket-box-left .ticket-msg h4 font {
  font-size: 15px;
  color: #ffffff;
  line-height: 22px;
  font-weight: 500;
}
.ticket-inner-wrap textarea.form-control {
  border: 1px solid #e4499a;
  box-shadow: none;
  border-radius: 25px 25px 0 0;
  border-bottom: none;
}
.inner-list-2.nav {
  min-height: 3416px;
}
.guest .inner-list-2.nav {
  min-height: 2575px;
}
.nav.inner-list-2 > li > a {
  font-size: 14px;
  font-weight: 500;
  color: #666471;
  padding: 0;
}
.nav.inner-list-2 > li > a:hover,
.nav.inner-list-2 > li > a:focus,
.nav.inner-list-2 > li > a:active {
  background-color: transparent;
}
.nav.inner-list-2 li {
  padding: 12px 0 12px 50px;
  list-style: none;
  position: relative;
  counter-increment: my-awesome-counter;
}
.nav.inner-list-2 li:before {
  content: counter(my-awesome-counter, decimal-leading-zero);
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  color: #e4499a;
  border: 1px solid #e4499a;
  border-radius: 500px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  font-weight: 400;
}
.well-term h4 {
  font-size: 20px;
  font-weight: 500;
  color: #666471;
}
.nightmode .well-term h4,
.nightmode .well-term p {
  color: #ffffff;
}
.well textarea.form-control {
  height: auto;
}
.nightmode .modal {
  color: #000;
}
.nightmode h4.m-t-md {
  color: #ffffff;
}
.checkbox input[type="checkbox"] + label {
  position: relative;
}
.checkbox input[type="checkbox"] + label::before {
  content: "";
  border: 2px solid #fff;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
}
.checkbox input[type="checkbox"]:checked + label::before {
  content: "\f004";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #e4499a;
  font-size: 11px;
  text-align: center;
}
.checkbox input {
  visibility: hidden;
  opacity: 0;
}
.tree {
  background-image: url(https://i.imgur.com/HJwZIXO.png);
  width: 494px;
  height: 584px;
  display: block;
  position: relative;
}
.t-ico {
  position: absolute;
}
.t-ico.ico-1 {
  right: 86px;
  top: 0;
  font-size: 48px;
  color: #da436d;
  animation: tada 3s ease-in-out infinite alternate-reverse;
}
.t-ico.ico-2 {
  right: 140px;
  top: 70px;
  font-size: 32px;
  transform: rotate(15deg);
  color: #ffffff;
  animation: fdin 3s infinite ease-in-out;
}
.t-ico.ico-3 {
  right: 170px;
  color: #da436d;
  top: 130px;
  font-size: 49px;
  animation-name: floating;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.t-ico.ico-4 {
  right: 30px;
  color: #fff;
  top: 27px;
  font-size: 42px;
  transform: rotate(-15deg);
  animation: fdin 2s infinite ease-in-out;
}
.t-ico.ico-5 {
  right: -10px;
  color: #fff;
  font-size: 40px;
  top: 145px;
  animation-name: floating;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.t-ico.ico-6 {
  right: 207px;
  color: #da436d;
  top: 225px;
  font-size: 48px;
  animation: fdin 3.5s infinite ease-in-out;
}
.t-ico.ico-7 {
  right: 25px;
  bottom: 122px;
  font-size: 45px;
  color: #da436d;
  animation-name: floating;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.t-ico.ico-8 {
  right: 12px;
  bottom: 230px;
  color: #da436d;
  font-size: 42px;
  transform: rotate(35deg);
  animation-name: floating;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.t-ico.ico-9,
.t-ico.ico-10 {
  color: #da436d;
}
.t-ico.ico-9 {
  bottom: 258px;
  right: 63px;
  font-size: 26px;
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.t-ico.ico-10 {
  right: 170px;
  bottom: 240px;
  font-size: 19px;
  animation-name: floating;
  animation-duration: 5.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.cycle-wrap.cyc {
  transform: scale(0.8);
  top: -7px;
  left: -130px;
}
.heart-wrap {
  background-image: url(https://i.imgur.com/BQOiz7b.gif);
  width: 358px;
  height: 185px;
  display: block;
  position: absolute;
  left: -28px;
  top: 80px;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, -0px);
  }
}

@keyframes fdin {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* ======================================================================================
  =============================== CYCLE ANIMATION START ================================
  ======================================================================================
  ====================================================================================== */
.cycle-wrap {
  position: relative;
}
.wheel1 {
  position: absolute;
  left: 237px;
  top: 329px;
  z-index: 1;
  width: 200px;
  animation: spin-me 3s linear infinite;
}
.cycle1 {
  position: relative;
  left: 281px;
  z-index: 2;
}
.wheel2 {
  position: absolute;
  left: 568px;
  top: 332px;
  z-index: 1;
  width: 200px;
  animation: spin-me 3s linear infinite;
}

.girl-hair svg {
  position: absolute;
  animation: wobble-bottom 5s ease-in-out infinite;
  width: 150px;
  left: 340px;
  top: -41px;
}
.heart {
  background-image: url("https://i.imgur.com/IU523Hb.png");
  background-size: cover;
  width: 102px;
  height: 89px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  color: #fff;
  position: absolute;
}
.heart-sm {
  left: 330px;
  top: 237px;
  width: 17px;
  height: 16px;
  background-size: 17px auto;
  background-repeat: no-repeat;
  z-index: 1;
}
.heart-md {
  left: 300px;
  top: 217px;
  width: 27px;
  height: 26px;
  background-size: 27px auto;
  background-repeat: no-repeat;
}
.heart-lg {
  left: 260px;
  top: 187px;
  width: 52px;
  height: 51px;
  background-size: 52px auto;
  background-repeat: no-repeat;
}
.heart1 {
  left: 70px;
  top: 80px;
}
.heart2 {
  left: 100px;
  top: 130px;
}
.heart3 {
  left: 200px;
  top: 120px;
}
.heart4 {
  left: 160px;
  top: 200px;
}
.heart5 {
  left: 60px;
  top: 180px;
}
.heart6 {
  left: 270px;
  top: 230px;
  width: 20px;
  height: 18px;
  background-size: 20px auto;
}
.heart7 {
  left: 270px;
  top: 150px;
}
.heart-lg i {
  font-size: 22px;
  margin-top: -8px;
}
.heart8 {
  left: 50px;
  top: 110px;
}
.heart9 {
  left: 140px;
  top: 165px;
}
.heart10 {
  left: 100px;
  top: 215px;
}
.heart11 {
  left: 190px;
  top: 155px;
}
.heart12 {
  left: 260px;
  top: 185px;
}
.heart14 {
  left: 320px;
  top: 205px;
}
.heart15 {
  left: 300px;
  top: 195px;
}
.heart16 {
  left: 310px;
  top: 245px;
}
.heart17 {
  left: 290px;
  top: 235px;
  width: 14px;
  height: 13px;
  background-size: 14px auto;
}
.heart18 {
  left: 250px;
  top: 215px;
}
.heart19 {
  left: 230px;
  top: 185px;
}
.heart21 {
  left: 210px;
  top: 175px;
}
.heart22 {
  left: 177px;
  top: 185px;
}
.heart23 {
  left: 170px;
  top: 165px;
}
.heart24 {
  left: 170px;
  top: 115px;
}
.heart25 {
  left: 150px;
  top: 105px;
}
.heart26 {
  left: 120px;
  top: 111px;
}
.heart27 {
  left: 70px;
  top: 141px;
}
.heart28 {
  left: 50px;
  top: 151px;
}
.heart29 {
  left: 80px;
  top: 161px;
}
.heart30 {
  left: 119px;
  top: 181px;
}
.heart31 {
  left: 139px;
  top: 191px;
}
.heart32 {
  left: 119px;
  top: 198px;
}
.heart33 {
  left: 139px;
  top: 212px;
  width: 12px;
  height: 11px;
  background-size: 12px auto;
}
.heart34 {
  left: 149px;
  top: 232px;
  width: 12px;
  height: 11px;
  background-size: 12px auto;
}
.heart35 {
  left: 212px;
  top: 192px;
}
.heart36 {
  left: 242px;
  top: 162px;
}
.heart37 {
  left: 222px;
  top: 206px;
}
.heart38 {
  left: 281px;
  top: 208px;
  background-size: 12px auto;
  width: 12px;
  height: 11px;
}
.heart39 {
  left: 161px;
  top: 134px;
}
.heart40 {
  left: 180px;
  top: 142px;
  background-size: 12px auto;
  width: 12px;
  height: 11px;
}
.heart6 i {
  font-size: 10px;
  margin-top: -1px;
}
.heart6 i {
  font-size: 10px;
  margin-top: -1px;
}
.heart {
  animation: tada 3s ease-in-out infinite alternate-reverse;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: rotate(0) scaleX(1) scaleY(1);
  }
  10% {
    -webkit-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  20% {
    -webkit-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  40% {
    -webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  60% {
    -webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  70% {
    -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  80% {
    -webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  90% {
    -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  100% {
    -webkit-transform: rotate(0) scaleX(1.2) scaleY(1.2);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: rotate(0) scaleX(1) scaleY(1);
  }
  10% {
    -moz-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  20% {
    -moz-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  40% {
    -moz-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  60% {
    -moz-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  70% {
    -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  80% {
    -moz-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  90% {
    -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  100% {
    -moz-transform: rotate(0) scaleX(1.2) scaleY(1.2);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: rotate(0) scaleX(1) scaleY(1);
  }
  10% {
    -o-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  20% {
    -o-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  40% {
    -o-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  60% {
    -o-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  70% {
    -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  80% {
    -o-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  90% {
    -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  100% {
    -o-transform: rotate(0) scaleX(1.2) scaleY(1.2);
  }
}
@keyframes tada {
  0% {
    transform: rotate(0) scaleX(1) scaleY(1);
  }
  10% {
    transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  20% {
    transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  40% {
    transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  60% {
    transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  70% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  80% {
    transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  90% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  100% {
    transform: rotate(0) scaleX(1.2) scaleY(1.2);
  }
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin-me {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spin-me {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.giveBox .media-heading {
  color: #676572;
  font-size: 16px;
}
.giveBox .media-left.media-middle {
  position: relative;
}
.giveBox .media-left.media-middle i {
  position: absolute;
  left: -10px;
  right: 0;
  top: 50%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  transform: translateY(-50%);
}
.giveBox p {
  color: #676572;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.copyGroup .btn.btn-default {
  background-color: #e5499a;
  border: none;
  border-radius: 10px;
  color: #fff;
  line-height: 34px;
  padding-left: 25px;
  padding-right: 25px;
}
.copyGroup .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.input-group.copyGroup {
  background-color: #fcecf6;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.media.giveBox {
  margin-top: ;
  margin-bottom: 45px;
}
.well.well-pink.well-right.well-bg h3 {
  font-size: 16px;
}
#inner-top {
  padding: 120px 0 206px;
  background-image: url(https://i.imgur.com/UId4TpK.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.how-img {
  width: 100%;
  transform: scale(1.3);
  margin-top: 60px;
}
.how-box .slider-head {
  font-size: 30px;
  font-weight: 500;
  color: #3e2e7e;
}
.how-slider .slick-dots {
  padding: 0;
  list-style: none;
  display: flex !important;
  margin: 10px 0 0;
}
.how-slider .slick-dots li button {
  background: #4f438b;
  border: none;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  text-indent: -999999999px;
}
.how-slider .slick-dots li.slick-active button {
  background-color: #e34a9a;
}
.how-slider .slick-dots li {
  margin: 0 10px 0 0;
}
.emailopt {
  padding: 40px 0;
}
.subsbox .form-control {
  border-bottom: 1px solid #3f2e7e;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  border-radius: 0;
  height: 58px;
  padding-left: 0;
  color: #3f2e7e;
}
.subsbox .btn.btn-default {
  background-color: #e5499a;
  color: #fff;
  border-radius: 50px;
  border: none;
  width: 135px;
  line-height: 32px;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
}
.counter {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.counter li {
  margin: 0 35px;
}
.counter .big-text {
  font-size: 48px;
  font-weight: 700;
  color: #3f2e7e;
  margin-bottom: 4px;
}
.counter .small-text {
  font-size: 14px;
  font-weight: 600;
  color: #3f2e7e;
  margin: 0;
}
.counter font {
  color: #8dc8d0;
}
.social-wrap {
  background-image: url(https://i.imgur.com/QwpzeFX.png);
  width: 100%;
  height: 396px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 185px;
  color: #ffffff;
}
#why-social {
  padding: 70px 0 40px;
}
.why-social-wrap {
  background-image: url(https://i.imgur.com/iJXxJ8F.png);
  width: 634px;
  height: 411px;
  display: flex;
  padding: 150px 270px 220px 320px;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
}
.sub-head2 {
  font-size: 30px;
  font-weight: 500;
  color: #3e2e7e;
  line-height: 38px;
}
.nightmode .giveBox .media-heading,
.nightmode .giveBox p {
  color: #fff;
}
.nightmode .well.well-pink.well-right.well-bg p {
  color: inherit;
}
.dashboard .navbar-brand img {
  filter: invert(1);
}
.dashboard.nightmode .navbar-brand img {
  filter: invert(0);
}

/* ======================================================================================
  =============================== CYCLE ANIMATION END =================================
  ======================================================================================
  ====================================================================================== */

@media (max-width: 1199px) {
  #steps {
    padding: 110px 0 90px;
  }
  .steps-screen img {
    min-height: auto;
    top: -160px;
    right: -239px;
    max-width: 910px;
  }
  .heart-box-wrap.heart-box-wrap1 {
    top: -360px;
    left: 0;
  }
  .heart-box-wrap.heart-box-wrap2 {
    right: 0;
    top: -360px;
  }
  .heart-box-wrap.heart-box-wrap3 {
    left: 0;
    top: -60px;
  }
  .heart-box-wrap.heart-box-wrap4 {
    right: 0;
    top: -60px;
  }
  .heart-box-wrap.heart-box-wrap5 {
    left: 100px;
  }
  .heart-box-wrap.heart-box-wrap6 {
    right: 100px;
  }
  .infobox-txt {
    font-size: 13px;
    color: #e4499a;
    font-weight: 500;
  }
  #faq-top {
    padding: 120px 0 30px;
  }
  #earn img {
    max-width: 100%;
    margin: auto;
    display: block;
  }
  .earn-card-body {
    background-position: center bottom;
  }
  .earn-card-title {
    margin-top: 50px;
  }
  .earn-card-btn {
    margin-top: 20px;
  }
  .earn-card-txt {
    min-height: 90px;
  }
  #earn ul li p::after {
    right: -38px;
  }
  .accel-1 {
    left: 0;
    top: 0;
    max-width: 100%;
  }
  .help .play {
    max-width: 100%;
  }
  .main {
    right: -120px;
  }
  .lets-box.box-1 {
    top: 20px;
    left: 0;
  }
  .lets-box.box-3 {
    top: 20px;
    right: 0;
  }
  .gift-left {
    left: 10%;
  }
  .gift-right {
    right: 10%;
  }
  .cycle-wrap.cyc {
    transform: scale(0.6);
    top: 61px;
    left: -100px;
  }
  .offer-box img {
    max-width: 100%;
  }
  .left-side,
  .right-side {
    width: 100%;
    margin: auto;
    padding-left: 65px;
  }
  .left-wrap {
    display: block;
  }
  .side-menu {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    z-index: 9999999999;
  }
  .dash-cycl {
    display: none;
  }
  .profile-stats .stats-inner {
    text-align: center;
  }
  .profile-stats .stats-inner h3 {
    margin-top: 15px;
  }
  .video-sec {
    flex-direction: column;
  }
  .video-sec .video-txt,
  .video-sec .video-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .video-wrap iframe {
    height: ;
    width: 80% !important;
    height: 300px;
    border-radius: 8px;
    box-shadow: 0 0 10px 1px #fff;
    margin-top: 10px;
  }
  .right-box {
    margin: 60px auto;
  }
  .static-content {
    margin-left: 0;
  }
  .col-md-4.left-side {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  #work-top {
    padding: 80px 0 0;
  }
  .steps-screen img {
    top: -84px;
    right: -279px;
    max-width: 750px;
  }
  .steps-wrap {
    width: 100%;
  }
  #steps.steps2 .steps-screen img {
    right: auto;
    left: -279px;
  }
  .row.heart-row p {
    font-size: 14px;
    top: -20px;
  }
  .heart-box-wrap {
    width: 200px;
    padding: 25px 8px 5px;
  }
  .steps-count {
    width: 55px;
    height: 55px;
    font-size: 50px;
  }
  .steps-count span {
    top: 10px;
  }
  .heart-box-wrap.heart-box-wrap1,
  .heart-box-wrap.heart-box-wrap2 {
    top: -320px;
  }
  .heart-box-wrap.heart-box-wrap5,
  .heart-box-wrap.heart-box-wrap6 {
    top: 230px;
  }
  .heart-box-wrap.heart-box-wrap5::after {
    right: -179px;
  }
  .heart-box-wrap.heart-box-wrap6::after {
    left: -179px;
  }
  #stepbystep {
    background-size: 250px auto;
    min-height: 730px;
  }

  .row.faq-tab-row::before {
    width: 208px;
    background-size: 208px auto;
    opacity: 0.8;
  }
  .faq-video-wrap iframe {
    width: 100%;
    height: auto;
  }
  .faq-video-title {
    font-size: 16px;
  }
  #earn {
    padding: 50px 0;
  }
  .earn-card-body {
    background-size: 100% 80%;
  }
  .row.earn-crd-row::after {
    right: 10px;
  }
  .row.earn-crd-row::before {
    left: 10px;
  }
  #earn img {
    max-height: 60px;
  }
  .balon {
    max-width: 100%;
  }
  .topp .cycle-wrap {
    transform: scale(0.8);
    top: 40px;
  }
  .help .play {
    margin: auto;
    display: block;
  }
  .help h4 {
    text-align: center;
    margin: 25px auto;
  }
  .mobail {
    display: none;
  }
  .lets-box {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: ;
    top: auto !important;
    bottom: auto !important;
    text-align: ;
    text-align: center;
    margin: 35px auto;
  }
  .boy,
  .girl {
    width: 100px;
  }
  .gift-left {
    left: 20px;
  }
  .gift-right {
    right: 20px;
  }
  .stats-box {
    margin: 35px auto;
  }
  .stats-box::after {
    display: none;
  }
  .tree {
    transform: scale(0.4);
    left: -100px;
    top: 160px;
  }
  .cycle-wrap.cyc {
    left: -200px;
  }
  .help-stats .media-left {
    display: block;
    text-align: center;
  }
  .help-stats .media-left img {
    display: block;
    margin: auto auto 35px auto;
  }
  .help-stats {
    position: unset;
    max-width: 100%;
    text-align: center;
  }
  .cycle-wrap.cyc {
    margin-top: 60px;
  }
  .tree {
    left: 50%;
    top: 0;
    transform: translateX(-50%) scale(1);
  }
  .refresh .row:last-child {
    flex-wrap: wrap;
  }
  .refresh .row:last-child .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #work-top {
    background-position: top;
  }
  #steps {
    padding: 0 0 90px;
  }
  .steps-wrap {
    width: 100%;
    height: auto;
  }
  .steps-screen img {
    position: unset;
    max-width: 100%;
    margin: auto;
  }
  #steps.steps2 .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .heart-box-wrap p {
    font-size: 12px;
  }
  .heart-box-wrap .steps-count {
    width: 25px;
    height: 25px;
    top: -20px;
    font-size: 27px;
  }
  .steps-count span {
    top: -10px;
  }
  .heart-box-wrap {
    width: 200px;
    padding: 15px 5px 5px;
  }
  .heart-box-wrap.heart-box-wrap1::after {
    right: -50px;
    transform: rotateZ(65deg);
    bottom: -16px;
  }
  .heart-box-wrap.heart-box-wrap2::after {
    left: -50px;
    transform: rotateZ(-65deg);
    bottom: -16px;
  }
  #stepbystep {
    background-size: 150px auto;
    min-height: 580px;
  }
  #stepbystep .row.heart-row p br {
    display: none;
  }
  #stepbystep .row.heart-row p {
    width: 100px;
    font-size: 12px;
    top: -66px;
  }
  .heart-box-wrap.heart-box-wrap1,
  .heart-box-wrap.heart-box-wrap2 {
    top: -353px;
  }
  .heart-box-wrap.heart-box-wrap3,
  .heart-box-wrap.heart-box-wrap4 {
    top: -80px;
  }
  .heart-box-wrap.heart-box-wrap3::after {
    right: -86px;
    transform: rotateZ(-65deg);
  }
  .heart-box-wrap.heart-box-wrap4::after {
    left: -86px;
    transform: rotateZ(65deg);
  }
  .heart-box-wrap.heart-box-wrap5,
  .heart-box-wrap.heart-box-wrap6 {
    top: 130px;
  }
  .heart-box-wrap.heart-box-wrap5 {
    left: 0;
  }
  .heart-box-wrap.heart-box-wrap6 {
    right: 0;
  }
  .heart-box-wrap.heart-box-wrap5::after,
  .heart-box-wrap.heart-box-wrap6::after {
    z-index: -2;
  }
  #faq-top {
    padding: 90px 0 30px;
  }
  #faq-top .main-head {
    margin-top: 0;
  }
  .faq-video-wrap iframe {
    height: 250px;
  }
  #reseler-top .row:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .reseler-lp-boy,
  .reseler-coin,
  .reseler-lp-girl {
    max-width: 100px;
  }
  #earn ul li p::after {
    right: -18px;
  }
  .earn-card-wrap {
    margin-bottom: 35px;
  }
  .row.earn-crd-row::before {
    left: 30px;
  }
  .row.earn-crd-row::after {
    right: 30px;
  }
  .topp .cycle-wrap {
    transform: scale(0.5);
    top: 40px;
    left: -50px;
  }
  .balon {
    display: none;
  }
  .offer-box img {
    max-width: 100%;
    margin: auto auto 20px;
    display: block;
  }
  .offer-box a {
    margin: -20px 0 20px;
  }

  .accelerate .sub-head {
    margin-top: 35px;
  }
  .boy,
  .girl {
    width: 70px;
  }
  .gift-left,
  .gift-right {
    width: 60px;
    top: 90px;
  }
  .help-stats {
    position: relative;
    right: 0;
    max-width: 100%;
    top: 0;
  }
  .help-stats .media {
    text-align: center;
  }
  .help-stats .media-left,
  .help-stats .media-right,
  .help-stats .media-body {
    display: block;
    width: 100%;
  }
  .help-stats .media .media-left img {
    margin: 20px auto;
    display: block;
  }
  .tree {
    display: none;
  }
  .cycle-wrap.cyc {
    left: -140px;
  }
  .guest #navbar {
    background-color: #e4499a;
  }
  .guest .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  .night-btn {
    width: 38px;
    height: 38px;
    margin-left: auto;
  }
  .dashboard .navbar-toggle {
    display: none;
  }
  .service-small-boxes .col-sm-4:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-small-boxes .col-sm-4:first-child {
    padding-right: 15px;
  }
  .service-small-boxes .col-sm-4:nth-child(3) {
    padding-left: 15px;
  }
  .service-small-boxes .col-sm-6:first-child {
    padding-right: 15px;
  }
  .service-small-boxes .col-sm-6:last-child {
    padding-left: 15px;
  }
  .well.well-pink.well-right.well-bg {
    margin-top: 25px;
  }
  .well-title .input-group {
    float: right;
    max-width: max-content;
    margin-top: 0;
    margin-left: auto;
  }
  .table-responsive {
    border: 0;
  }
  td .modal {
    z-index: 9999999999;
  }
}
@media (max-width: 550px) {
  .main-head {
    margin-top: 0;
    font-size: 30px;
    margin-bottom: 15px;
  }
  .sub-head {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .steps-wrap {
    padding: 22px 105px 22px 45px;
  }
  .steps-title {
    margin: 12px 0;
  }
  .steps-count {
    right: 30px;
  }
  .steps-count span {
    top: 10px;
  }
  #stepbystep {
    background-size: 280px auto;
    min-height: auto;
    padding: 210px 0 50px;
    background-position: top center;
  }
  #stepbystep .row.heart-row p {
    width: max-content;
    font-size: 14px;
    top: -110px;
  }
  #stepbystep .row.heart-row p br {
    display: block;
  }
  .heart-box-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
  }
  .heart-box-wrap::after {
    display: none;
  }
  .heart-box-wrap .steps-count {
    width: 45px;
    height: 45px;
    top: -35px;
    font-size: 30px;
  }
  .steps-count span {
    top: 3px;
  }
  #checkorder {
    padding: 15px 0;
  }
  #contact-us .main-head {
    margin-top: 0;
  }
  .contact-infobox {
    padding: 8px 0;
  }
  #faq-top {
    padding: 90px 0 0px;
  }
  .reseler-lp-boy,
  .reseler-coin,
  .reseler-lp-girl {
    max-width: 60px;
  }
  #earn ul {
    flex-direction: column;
  }
  #earn ul li p::after {
    display: none;
  }
  .earn-card-head h3 {
    padding: 15px 0;
  }
  .earn-card-body {
    padding: 20px 25px 15px;
  }
  .topp .cycle-wrap {
    transform: scale(0.3);
    top: -130px;
    left: -90px;
  }
  .topp {
    max-height: 760px;
  }
  .social-ic {
    padding: 35px 0;
  }
  .gift-left,
  .gift-right {
    width: 40px;
  }
  .cycle-wrap.cyc {
    transform: scale(0.3);
    left: -90px;
    top: -110px;
  }
  .refresh .row:last-child {
    flex-wrap: wrap;
  }
  .refresh .row:last-child .col-sm-6 {
    width: 100%;
    /* max-height: 210px; */
  }
  .refresh {
    /* max-height: 920px; */
    padding: 40px 0;
  }
  .cycle-wrap.cyc {
    display: none;
  }
  .signup-head {
    font-size: 32px;
    margin-top: 80px;
  }
  .guest .inner-list-2.nav {
    min-height: auto;
  }
  .accel-2 {
    max-width: 100%;
  }
  .static-content {
    min-width: 100%;
  }
  .profile-stats .stats-inner h3 {
    margin-top: 6px;
    font-size: 14px;
  }
  .video-wrap iframe {
    width: 100% !important;
    height: 160px;
  }
  .site-stats {
    padding: 10px 0 0px;
  }
  .well-title .input-group {
    max-width: 150px;
  }
  .dashboard .well .nav.nav-pills {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .add-img {
    display: none;
  }
  .ticket-list {
    min-height: auto;
  }
  .inner-list-2.nav {
    min-height: auto;
  }
  #acc-status .modal-dialog {
    width: 92%;
    margin: 20px auto;
  }
  #acc-status {
    z-index: 9999999999;
  }
  #acc-status table th,
  #acc-status table td {
    padding: 5px;
  }
  .col-md-4.left-side {
    padding-right: 15px;
  }
  .static-content {
    margin-left: 0;
  }
  .dashboard .navbar-header {
    width: max-content;
    float: left;
  }
  .dashboard .navbar-right.navbar-right-block {
    width: max-content;
    float: right;
  }
  .side-menu .nav > li > a {
    /* margin: 2.2px auto; */
    margin: 1px auto;
  }
  .social-link {
    justify-content: center;
    margin-top: 10px;
  }
  .social-link li a {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .help-stats .media .media-left img {
    margin: 10px auto;
  }
  .help-stats .media-heading {
    font-size: 22px;
  }
  .help-stats p {
    font-size: 14px;
  }
  .still {
    padding: 40px 0;
  }
  .gift-box {
    width: 60px;
    top: 20px;
  }
  .still .main {
    width: 270px;
    right: -50px;
    margin-top: 20px;
  }
  .dashboard .navbar.navbar-default {
    padding: 10px 15px 10px 47px;
  }
  .dashboard .wrapper {
    padding-top: 0;
  }
  .static-content h4.top-title {
    font-size: 13px;
  }
  .static-content h4.top-title span {
    font-size: 16px;
  }
  .profile-dropdown .btn-default {
    font-size: 14px;
  }
  .prof-pic {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
  .prof-pic::before {
    width: 10px;
    height: 10px;
    top: -2px;
    border-width: 1px;
  }
  .profile-stats {
    padding: 10px 0;
  }
  .stats-inner h4 {
    font-size: 11px;
  }
  .video-txt h2 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .video-txt p {
    margin-bottom: 0;
  }
  .new-box {
    padding: 7px;
    margin-bottom: 4px;
  }
  .btn.btn-primary {
    min-width: 108px;
    line-height: 28px;
  }
  .news-box h4 {
    font-size: 14px;
  }
  .news-box p {
    font-size: 12px;
  }
  .media.giveBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .media.giveBox .media-body {
    width: auto;
  }
  .how-img {
    transform: scale(1);
    margin-top: 20px;
  }
  #inner-top {
    padding: 50px 0 40px;
  }
  .mail-icon {
    display: none;
  }
  .input-group.subsbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .input-group.subsbox .form-control {
    text-align: center;
    margin-bottom: 15px;
    height: 42px;
  }
  .input-group.subsbox .input-group-btn {
    display: block;
    text-align: center;
    width: auto;
  }
  .counter {
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    flex-wrap: wrap;
  }
  .counter li {
    margin: 10px 0;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .counter .big-text {
    font-size: 32px;
  }
  .counter .small-text {
    font-size: 12px;
  }
  .real {
    padding: 40px 0;
  }
  .social-wrap {
    width: 304px;
    height: 226px;
    font-size: 105px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: auto;
  }
  #why-social {
    padding: 30px 0 30px;
  }
  .why-social-wrap {
    width: 314px;
    height: 205px;
    padding: 73px 133px 109px 157px;
    font-size: 16px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: auto;
  }
  .accelerate {
    padding: 30px 0;
  }
  .sub-head2 {
    font-size: 22px;
    line-height: 28px;
  }
  .supp {
    padding: 30px 0;
  }
  .subscribe {
    max-width: 374px;
    margin: 5px auto;
  }
  #inner-top .sub-head {
    text-align: center;
  }
  #inner-top .main-head {
    text-align: center;
  }
  #inner-top p {
    text-align: center;
  }
  #why-social .col-sm-6 {
    text-align: center;
  }
  .how-slider .slick-dots {
    justify-content: center;
  }
}

/* Version 2.0 */
:root {
  --title-font: 'General Sans', sans-serif;
  --text-font: 'Montserrat', sans-serif;
}

.guest-wrap {
  background: #f8f8f8;
}

header.sticky-top {
  position: sticky;
  top: 0;
  z-index: 9;
}
#blog_page,
#signup_page{
  padding: 40px 0px;
}

.font-title {
  font-family: var(--title-font);
}
.page_title{
  margin-bottom: 30px;
}
.page_title h1 {
  font-size: 48px;
  font-weight: 800;
  color: #e4499a;
  text-align: center;
  line-height: 1.2;
}

.page_title p{
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 140%;
}

.btn-primary.signup_btn {
  width: 100%;
  font-size: 18px !important;
  font-weight: 800 !important;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 8px!important;
}

.input_has_icon {
  position: relative;
}

.input_has_icon .icon {
  position: absolute;
  font-size: 25px;
  left: 10px;
  top: 10px;
  color: #e4499a;
 
}

.input_has_icon .form-control:focus{
  border-color: #e4499a;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(229 98 160 / 30%);
}


.input_has_icon .form-control{
  padding-left: 40px;
  border-radius: 8px;
  height: 48px;
}
/* Footer */
footer {
  padding: 70px 0px;
}

.footer_main_info .logo-white {
  margin-bottom: 10px;
  width: 150px;
}

.footer_main_info p {
  font-size: 14px;
  color: #e4e4e4;
  margin-bottom: 20px;
}

.social_media_links {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}

.social_media_links .social_link {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  text-align: center !important;
  line-height: 38px;
  background: #e4e4e4;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.5s ease;
}

.social_media_links .social_link:hover {
  transform: translateY(-2px);
}

.footer_link_wrap h4 {
  color: #e4e4e4;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--text-font);
  margin-bottom: 10px;
}
.footer_menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer_menu .footer_menu_item {
  display: block;
  color: #e4e4e4;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 4px;
  transition: 0.5s;
}
.footer_menu .footer_menu_item:hover{
  transform: translateX(5px);
}
.contact_item {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.contact_item .contact_icon {
  min-width: 60px;
  height: 60px;
  background: #e4499a;;
  line-height: 60px;
  text-align: center;
  border-radius: 60px;
}

.contact_item .contact_text {
  font-size: 16px;
  color: #e4e4e4;
}

.contact_item .contact_text a {
  color: #e4e4e4;
}
.copyright_text {
  color: #e4e4e4;
  text-align: center;
  margin-bottom: 0px;
}

@media only screen and (max-width:992px) {
  
}

@media only screen and (max-width:768px) {
  .page_title h1 {
    font-size: 38px;
  }
  .footer_main_info,
  .footer_link_wrap{
    margin-bottom: 25px;
  }
}

@media only screen and (max-width:550px) {
  .page_title h1 {
    font-size: 32px;
  }
  .page_title p{
    font-size: 14px;
  }
  #blog_page,
  #signup_page{
    padding: 15px 0px;
    padding-bottom: 30px;
  }
  .footer_main_info,
  .footer_link_wrap{
    margin-bottom: 25px;
  }
}
/* ===== SMMHeart Farewell Modal ===== */
:root {
  --smmh-bg: #0f172a;
  --smmh-card: #111827;
  --smmh-text: #f3f4f6;
  --smmh-subtext: #d1d5db;
  --smmh-accent: #ec4899;
  --smmh-brand: #f472b6;
  --smmh-border: #1f2937;
  --smmh-shadow: 0 20px 50px rgba(0,0,0,.45);
  --smmh-radius: 16px;
}
.smmh-overlay {
  position: fixed; inset: 0; z-index: 9999;
  background: radial-gradient(1200px 800px at 50% -10%, rgba(236,72,153,.20), rgba(15,23,42,.92));
  display: none; align-items: center; justify-content: center;
  backdrop-filter: blur(2px);
}
.smmh-overlay[aria-hidden="false"] { display: flex; }
.smmh-modal {
  width: min(640px, 92vw);
  background: var(--smmh-card);
  border: 1px solid var(--smmh-border);
  color: var(--smmh-text);
  border-radius: var(--smmh-radius);
  box-shadow: var(--smmh-shadow);
  transform: translateY(10px) scale(.98);
  opacity: 0;
  transition: transform .25s ease, opacity .25s ease;
}
.smmh-overlay[aria-hidden="false"] .smmh-modal {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.smmh-header {
  display: flex; align-items: center; gap: .6rem;
  padding: 1rem 1.25rem; border-bottom: 1px solid var(--smmh-border);
  background: linear-gradient(180deg, rgba(236,72,153,.18), transparent);
  border-top-left-radius: var(--smmh-radius);
  border-top-right-radius: var(--smmh-radius);
}
.smmh-badge {
  font-weight: 700; letter-spacing: .3px;
  color: #fff; background: var(--smmh-accent);
  border-radius: 999px; padding: .25rem .6rem; font-size: .75rem;
}
.smmh-title { font-size: 1.1rem; font-weight: 800; }
.smmh-body { padding: 1rem 1.25rem .25rem 1.25rem; line-height: 1.6; }
.smmh-body p { margin: .35rem 0; }
.smmh-sub { color: var(--smmh-subtext); font-size: .92rem; }
.smmh-footer {
  display: flex; align-items: center; justify-content: space-between;
  gap: .75rem; padding: .9rem 1.25rem 1.25rem 1.25rem;
}
.smmh-actions { display: flex; gap: .6rem; }
.smmh-btn {
  border: 1px solid var(--smmh-border);
  background: #0b1220; color: var(--smmh-text);
  padding: .6rem .9rem; border-radius: 10px; cursor: pointer;
  font-weight: 700; transition: transform .06s ease, opacity .2s ease, background .2s ease;
}
.smmh-btn:active { transform: translateY(1px); }
.smmh-btn.primary {
  background: var(--smmh-accent); border-color: transparent; color: #fff;
}
.smmh-link {
  color: var(--smmh-subtext); text-decoration: none; font-size: .92rem;
}
.smmh-link:hover { text-decoration: underline; color: var(--smmh-text); }
@media (max-width: 420px) {
  .smmh-title { font-size: 1rem; }
  .smmh-btn { padding: .55rem .8rem; }
}