@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none
}

a:focus,
a:hover {
  text-decoration: none
}

input:focus {
  outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0
}

body {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  color: #5d646d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*padding-top:5%;*/
}

html {
  overflow: hidden;
  height: 100%;
}

body {
  overflow: auto;
  height: 100%;
}

.modal-open {
  overflow: auto;
}

header {
  width: 100%;
}

.letter-spacing-2 {
  letter-spacing: 2px
}

.font-size-12 {
  font-size: 12px !important;
  line-height: 1.4;
}

.font-size-14 {
  font-size: 14px !important;
  line-height: 1.2;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.invalid-feedback {
  line-height: 1.2;
}

.mt-10 {
  margin-top: 10%;
}

.check-mark {
  width: 180px;
}

.fixed-top {
  box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 3%);
  transition: 0.2s;
  border-bottom: 1px solid #eeeeee;
  background: #fff;
}

.navbar-expand-lg .logo {
  width: 150px;
  padding-top: 12px;
}

.modal .logo {
  width: 150px;
  padding-top: 12px;
}

.rebatesplusInfo {
  color: #FF5722;
  font-size: 0.775rem;
}

.rebatesplusInfo-top {
  color: #FF5722;
  font-size: 0.775rem;
  position: absolute;
  line-height: 16px;
  left: 30px;
  top: 10px;
}

.bg-light-blue {
  background-color: #B7C7F5;
}

.bg-custom-blue {
  background-color: #cdd5eb;
}

.bg-dark-blue {
  /*background-color: #1b2c58;*/
  background-color: #7d5dee;
}

.text-black {
  color: #000 !important;
}

.offer-panel {
  background-color: #fff;
  box-shadow: -10px 10px rgb(0 0 0 / 30%);
  width: 70%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  -webkit-transform: perspective(230px) rotateX(5deg) rotateY(4deg);
  transform: perspective(230px) rotateX(5deg) rotateY(4deg);
}
.offer-panel2 {
  background-color: #fff;
  box-shadow: -10px 10px rgb(0 0 0 / 30%);
  width: 50%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  position: relative;  
  /* No transform applied */
}


.offer-imgs {
  width: 50%;
  position: absolute;
  right: -26px;
  top: -1px;
}
.offer-imgs2 {
  width: 40%;
  position: absolute;
  right: -18px;
  top: -1px;
}

.offer-form-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.offer-form-footer li {
  padding: 4px;
}

.offer-form-footer li a {
  font-size: 12px;
  color: #fff;
}
.perks-offer-period {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

.perks-offer-period span {
  background: linear-gradient(#c31f6f, #eb154e);
  padding: 3px 7px;
  color: #fff;
  font-size: 0.9rem
}

.perks-offer-period span:nth-child(1) {
  border-top-left-radius: 5px;
}

.perks-offer-period span:nth-child(2) {
  border-top-right-radius: 5px;
}

/*.offer-form-footer li a:after{
content: "";
position: absolute;
pointer-events: none;
border: 1px solid #ffffff;
height: 13px;
margin-top: 9px;
margin-left: 9px;
}

.offer-form-footer li:last-child a:after {
content: none;
}*/

.cashback-form-step p {
  margin-top: 6px;
  font-size: 11px;
  font-weight: bold;
}

/*.cashback-row {
display: table-row;
}*/
.cashback-form {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.cashback-form-step button[disabled] {
  /*opacity: 1 !important;
filter: alpha(opacity=100) !important;*/
}

.cashback-form .btn.disabled,
.cashback-form .btn[disabled],
.cashback-form fieldset[disabled] .btn {
  opacity: 1 !important;
  color: #000;
  box-shadow: none;
}

.cashback-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 70%;
  height: 2px;
  background-color: #fff;
  z-index: 0;
  /*left: 20px;*/
}

.cashback-form-step {
  display: table-cell;
  position: relative;
}

.cashback-form-step {
  text-align: center;
}

.btn-dark-blue {
  color: #fff;
  border-color: #4ad5ff !important;
  background-color: #4ad5ff !important;
  cursor: pointer;
  /*height: 56px;
outline: none;
padding: 0px 24px !important;
background: none;
box-shadow: none;
transition: all 0.2s ease 0s;
text-shadow: none;
border-style: solid;
border-width: 1px;
border-radius: 3px;*/
}

.text-pink {
  color: #ee4867 !important;
}

.text-underline {
  text-decoration: underline;
}

.btn-pink {
  color: #fff;
  border-color: #ee4867 !important;
  background-color: #ee4867 !important;
  cursor: pointer;
  outline: none;
  padding: 10px 24px !important;
  background: none;
  shadow: none;
  transition: all 0.2s ease 0s;
  text-shadow: none;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
}

.btn-pink:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.btn-pink:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgb(238 72 103/ 25%);
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;


  padding: 6px 0;
  font-size: 12px;

  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-success {
  color: #fff !important;
  background-color: #4ad5ff !important;
  border-color: #4ad5ff !important;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: none;
}


.setup-content .invalid-feedback {
  color: #fff;
}

.setup-content .form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #4ad5ff;
}

.btn-default {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-solution-box {
  border: 1px solid #272660;
  border-radius: 0px;
  padding: 10px;
  width: 100%;
  border-radius: 4px;
}

.custom-solution-box .btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: none !important;
}

.custom-solution-box img {
  margin: 18px auto 18px;
  text-align: center;
  width: auto;
  height: 60px;
}

.custom-main-box {
  padding: 20px;
  width: 100%;
}

.custom-box-img {
  width: 110px;
  height: 110px;
  margin: 0px auto 20px;
  background-color: rgba(255, 77, 28, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.line-height-28 {
  line-height: 28px;
}

.custom-solution-box .box-title {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.custom-solution-box .box-text {
  font-size: 13px;
  line-height: 1.6;
  color: #000;
}

.modal-box-list li {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.text-light-blue {
  color: #6f71d6 !important;
}

.text-dark-blue {
  color: #272660 !important;
}

button.close {
  opacity: unset;
  position: absolute;
  right: 20px;
  top: 16px;
  color: #000 !important;
  outline: 0 !important;
}

.popup-title {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

.custom-main-box img {
  margin: 0px auto 3px;
  text-align: center;
  width: auto;
  height: 70px;
}

.text-underline {
  text-decoration: underline;
}

.sec-title h1 {
  color: #6645da;
  letter-spacing: .5px;
  line-height: 1.3;
  font-size: 2.1rem;
  font-weight: 700;
  margin: 15px 0 5px;
  text-transform: capitalize;
}


.sec-title h2 {
  color: #6645da;
  line-height: 1.2;
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 14px;
}

.sec-title h3 {
  color: #272660;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .5px;
  text-transform: capitalize;
}

.sec-title h4 {
  color: #272660;
  letter-spacing: .5px;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.sec-title p {
  color: #212121;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.cashback-category-title p {
  color: #303030;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.bg-install {
  background: rgb(39, 38, 96);
  background: -moz-linear-gradient(90deg, rgba(39, 38, 96, 1) 15%, rgba(238, 71, 104, 1) 67%, rgba(241, 108, 87, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(39, 38, 96, 1) 15%, rgba(238, 71, 104, 1) 67%, rgba(241, 108, 87, 1) 100%);
  background: linear-gradient(90deg, rgba(39, 38, 96, 1) 15%, rgba(238, 71, 104, 1) 67%, rgba(241, 108, 87, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272660", endColorstr="#f16c57", GradientType=1);
  padding: 51px 0;
}

.bg-install .title {
  color: #fff;
  letter-spacing: .5px;
  line-height: 1.5;
  font-size: 36px;
  font-weight: 600;
}

.bg-install p {
  line-height: 1.6;
}

.btn-join {
  background: #fff;
  color: #272660;
  transition: transform 0.4s;
}

.btn-join .btn {
  border-radius: 8px !important;
  font-size: 18px;
}

.btn-join:hover {
  color: #333333;
  text-decoration: none;
  outline: none;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.btn-join:focus {
  color: #333333;
}

.btn-success:focus {
  outline: none !important;
}

.bonus-terms {
  color: #fff;
  font-size: 12px;
  letter-spacing: .5px;
}

.offer-form {
  margin: 0 auto;
  padding: 15px 40px;
  width: 100%;
  border-radius: 10px;
  background-color: rgb(102, 69, 218);
  background-image: url('/assets/img/landing/home-shape.png');
}

.offer-form:after {
  left: 0px;
  top: 72px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #b7c7f5;
  border-width: 30px;
  z-index: 4;
}

.offer-form label {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0px;
  font-weight: 600;
}

.offer-form input {
  padding: 10px;
  width: 100%;
  height: 40px;
  font-size: 13px;
  border: 1px solid #aaaaaa !important;
}

.offer-form input:focus {
  box-shadow: none;
}

.offer-form .form-check-input {
  width: auto;
  height: auto;
  top: 0px;
  margin-top: 0.5rem;
}

.offer-form select {
  height: 40px;
  font-size: 13px;
  padding: 0.3rem 0.2rem;
  border: 1px solid #aaaaaa !important;
}

.sm-plu-list {
  color: #272660;
  padding: 0;
}

.list-standard li {
  list-style: none;
  display: -ms-flexbox;
  display: initial;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 32px;
  margin-right: 20px;
}


/* Mark input boxes that get errors during validation: */
.offer-form input.invalid {
  background-color: #f7f7f7;
}

.text-underline:hover {
  text-decoration: underline;
}

.small-text {
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
}

.offer-form button {
  background-color: #4ad5ff;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
}

.custom-text {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}

.logos-block {
  height: 95px;
  padding: 0 20px;
  line-height: 95px;
  text-align: center;
}

.stores-logo img {
  height: 95px;
  object-fit: contain;
  padding: 10px;
}

footer {
  border-top: 1px solid #fff;
  padding: 20px;
  background: #fafafa !important;
}

footer p {
  color: #607d8b
}

footer p a {
  color: #607d8b
}

footer p a:hover {
  color: #607d8b
}

footer .content-list {
  display: flex;
  padding: 30px 0;
}

footer .content-list li {
  padding-bottom: 10px
}

footer .content-list li a {
  font-size: 15px;
  line-height: 15px;
  color: #607d8b;
}

footer .content-list li a:hover {
  color: #394d57;
  text-decoration: underline;
}

footer .copyright {
  font-size: 13px;
  line-height: 23px;
  color: #607d8b;
}

footer .copyright-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .copyright-links li a {
  font-size: 16px;
  line-height: 15px;
  text-decoration: none;
  position: relative;
  margin: 0px 20px 0px 0px;
  color: #607d8b;
}

footer .copyright-links li a:after {
  content: "";
  margin: 0px;
  display: block;
  top: 5px;
  right: -11px;
  position: absolute;
  pointer-events: none;
  border: 1px solid #607d8b;
  background: #607d8b;
  height: 13px;
}

footer .copyright-links li:last-child a:after {
  content: none;
}

footer .copyright-links li a:hover {
  color: #394d57;
  text-decoration: underline;
}

.tp-widget div {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  margin: 14px 6px 8px 0;
}

.tp-widget .trustscore {
  font-size: 16px;
  color: #000;
}

.tp-widget .star .fa {
  background-color: #51b27e;
  color: #fff;
  padding: 4px 4px;
  font-size: 11px;
  line-height: 10px;
}

@media (max-width:320px) {
  .navbar-expand-lg .logo {
    width: 120px !important;
  }

  .tp-widget div {
    margin: 2px 4px 2px 0;
  }

  .offer-imgs {
    margin-right: -32px !important;
  }

  .rebatesplusInfo-top {
    font-size: 0.675rem;
    line-height: 14px;
    top: 6px;
  }

  .ip-review .review-box {
    margin: 10px;
  }

  .offer-form label {
    padding-left: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .cashback-category-title p {
    font-size: 14px;
  }

  .sec-title h2 {
    line-height: 17px;
  }

  .cashback-form-step {
    padding: 0 5px
  }

  .btn-circle {
    width: 25px;
    height: 25px
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-expand-lg .logo {
    width: 120px !important;
  }

  .tp-widget div {
    margin: 2px 4px 2px 0;
  }

  .offer-form .form-check-input {
    padding-left: 10px;
  }

  .ip-review .review-box {
    margin: 10px;
  }

  .offer-form label {
    padding-left: 10px;
  }

  .cashback-form-step p {
    font-size: 9px
  }

  .items-border-bottom {
    border: none;
  }

  .sec-title h1 {
    font-size: 18px;
  }

  .sec-title h2 {
    font-size: 20px;
    line-height: 45px;
  }

  .sec-title h3 {
    font-size: 16px;
  }

  .sec-title h4 {
    font-size: 16px;
  }

  .bg-install .title {
    font-size: 20px;
  }

  .custom-solution-box .box-title {
    font-size: 13px;
  }

  .offer-form {
    padding: 40px 20px;
  }

  .offer-form-footer li {
    padding: 5px;
  }

  .offer-form-footer li a {
    font-size: 12px;
  }

  .offer-form-footer li a:after {
    margin-left: 5px;
  }

  .cashback-category-title p {
    font-size: 14px;
  }

  .offer-panel {
    width: 100%;
    transform: none;
    box-shadow: none;
    padding-top: 0px;
  }

  /*.offer-imgs{width: 50%;margin: 0 auto;display: block;position: relative;right: 0;left: 0;}*/
  .offer-imgs {
    width: 40%;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-right: -34px;
    left: 0;
  }

  .offer-form select {
    color: #495057;
    font-weight: 300;
    font-size: 14px;
  }

  .popup-title {
    font-size: 14px;
  }

  .modal-box-list li {
    font-size: 14px;
  }

  button.close {
    top: 7px;
  }

  footer .copyright-links {
    justify-content: center;
    flex-wrap: wrap;
  }

  footer .copyright-links li a {
    font-size: 13px;
    margin: 0px 10px 0px 10px;
  }

  footer .copyright-links li a:after {
    top: 4px;
    right: -12px;
    border: 1px solid #607d8b;
  }

  footer .copyright {
    margin-top: 7px;
  }
}


/*slider*/
.ip-review .owl-dots {
  display: none;
}

.ip-review .owl-nav button {
  position: absolute;
  top: 50%;
  margin: 0px !important;
  transform: translateY(-50%);
  border-radius: 0px !important;
}

.ip-review .owl-nav button:hover {
  transition: .4s;
  background: transparent !important;
  border-radius: 0px !important;
}

.ip-review .owl-nav button span {
  display: none;
}

.ip-review .owl-nav button:focus {
  outline: none;
}

.ip-review .owl-nav button.owl-prev {
  left: 0;
}

.ip-review .owl-nav button.owl-next {
  right: 0;
}

.ip-review .owl-nav button.owl-prev {
  font-size: 18px;
  color: #000 !important;
  font-weight: 500;
  position: absolute;
  left: -35px;
}

.ip-review .owl-nav button.owl-next {
  font-size: 18px;
  color: #000 !important;
  font-weight: 500;
  position: absolute;
  right: -35px;
}

.ip-review .owl-nav button.owl-prev .fa {
  color: #7e7e7e;
  border: 1px solid #7e7e7e;
  border-radius: 50px;
  padding: 1px 7px 2px;
}

.ip-review .owl-nav button.owl-next .fa {
  color: #7e7e7e;
  border: 1px solid #7e7e7e;
  border-radius: 50px;
  padding: 1px 7px 2px;
}


.ip-review .review-box {
  height: 160px;
  padding: 12px;
  background-color: #f8f9fa;
  border-radius: 2px;
  box-shadow: 0 1px 0 0 rgb(182 196 210 / 40%);
}

.review-title {
  color: #1f2936;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.review-text {
  color: #191919;
  font-size: 13px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ip-review .review-box .light-star .fa {
  background-color: #73cf11;
  color: #fff;
  padding: 2px 4px;
  font-size: 11px;
}

.ip-review .review-box .light-star .fa:last-child {
  background-color: #dcdce6;
}

.ip-review .review-box .star .fa {
  background-color: #00b67a;
  color: #fff;
  padding: 4px 4px;
  font-size: 11px;
  line-height: 10px;
}

.time-text {
  color: rgba(25, 25, 25, 0.6);
  font-size: 10px;
  line-height: 14px;
  position: absolute;
  right: 7px;
  text-align: right;
  top: 20px;
}

.author-text {
  bottom: 12px;
  color: rgb(39 29 29 / 60%);
  font-size: 13px;
  left: 16px;
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  width: calc(100% - 30px);
  z-index: 2;
}

.rated-text {
  color: #000;
  font-size: 14px;
}

.text-black {
  color: #000 !important;
}

.text-underline {
  text-decoration: underline !important;
}

.pilot-logo {
  max-height: 37px;
}


/*--modal css start here----------------------*/
.ip-modal1 {
  background-color: rgba(0, 0, 0, .90) !important;
}

.ip-modal1 .modal-body {
  background-color: #fff;
}

.ip-modal-text {
  font-size: 28px;
  color: #000;
  line-height: 1.3;
  font-weight: 700;
}

.ip-cashback-content {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}

.ip-modal1 .modal-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.ip-modal1 .modal-content {
  border-radius: 8px;
  border: none;
}

.pre-lander .modal-content {
  height: 400px;
  overflow: hidden;
}

.ip-modal1 .modal-footer {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.ip-modal1 .custom-modal-box {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.arrow-down {
  width: 42px;
  height: 52px;
  background: url('/assets/img/arrow.png') no-repeat 100% 100% !important;
  float: left;
  /*margin: -6px 0 0 45px;*/
  -webkit-transform: initial;
  transform: none;
  position: absolute;
  left: 120px;
}

.arrow-down1 {
  position: absolute;
  width: 42px;
  height: 52px;
  background: url('/assets/img/arrow.png') no-repeat 100% 100% !important;
  float: left;
  margin: -6px 0 0 45px;
  -webkit-transform: initial;
  transform: none;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.bg-pink {
  background-color: #ee4867;
}

.bg-second {
  background: #4ad5ff
}

/*--modal css end here----------------------*/

.custom-content {
  min-height: calc(100vh - 125px);
}

/*--coupon modal css start here-----------------------------*/
#step1 {
  text-align: center;
}

#step2 {
  text-align: center;
}

#step3 {
  text-align: center;
}

.ip-step-text {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pre-lander .cash-back-text {
  margin: 30px 0;
  font-size: 21px;
  color: #03161f;
  text-align: center;
  line-height: 27px;
}

.pre-lander strong {
  font-weight: 700;
}

.pre-lander sup {
  top: -0.5em;
}

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

.sp-pre-anim-logo-panel {
  border-radius: 60%;
  background: #fff;
  padding: 0;
  text-align: center;
}

.sp-ani-coin-panel {
  margin-top: 40px;
  margin-bottom: 40px;
}

.sp-ani-circle-loading {
  border: 0.01em solid hsla(0, 0%, 59%, .1);
  border-radius: 50%;
  font-size: 100px;
  height: 1.7em;
  width: 1.7em;
  list-style: outside none none;
  margin: 0 auto;
  position: relative;
  top: 35%;
  z-index: 2147483647;
}

.sp-ani-circle-loading li {
  border-radius: 50%;
  height: 0.2em;
  position: absolute;
  width: 0.2em;
}

.sp-ani-circle-loading li:first-child {
  -webkit-animation: 1.13s linear 0s normal none infinite running rota-data-v-0c63b68e, 3.67s ease-in-out 0s alternate none infinite running opa-data-v-0c63b68e;
  animation: 1.13s linear 0s normal none infinite running rota-data-v-0c63b68e, 3.67s ease-in-out 0s alternate none infinite running opa-data-v-0c63b68e;
  -webkit-animation-duration: 1.13s !important;
  animation-duration: 1.13s !important;
  background: #6d6fd5 none repeat scroll 0 0;
  left: 67%;
  margin: 0 0 0 -0.8em;
  top: 0;
  -webkit-transform-origin: 250% 352%;
  transform-origin: 250% 352%;
}

.sp-ani-circle-loading li:nth-child(2) {
  -webkit-animation: 1.86s linear 0s normal none infinite running rota-data-v-0c63b68e, 4.29s ease-in-out 0s alternate none infinite running opa-data-v-0c63b68e;
  animation: 1.86s linear 0s normal none infinite running rota-data-v-0c63b68e, 4.29s ease-in-out 0s alternate none infinite running opa-data-v-0c63b68e;
  -webkit-animation-duration: 1.86s !important;
  animation-duration: 1.86s !important;
  background: #ff8071 none repeat scroll 0 0;
  margin: 0.9em 0 0;
  right: 76%;
  top: -60%;
  -webkit-transform-origin: 300% 330% 0;
  transform-origin: 300% 330% 0;
}

.sp-ani-circle-loading li:nth-child(3) {
  -webkit-animation: 1.45s linear 0s normal none infinite running rota-data-v-0c63b68e, 5.12s ease-in-out 0s alternate none infinite running opa-data-v-0c63b68e;
  animation: 1.45s linear 0s normal none infinite running rota-data-v-0c63b68e, 5.12s ease-in-out 0s alternate none infinite running opa-data-v-0c63b68e;
  -webkit-animation-duration: 1.45s !important;
  animation-duration: 1.45s !important;
  background: #ffc955 none repeat scroll 0 0;
  bottom: 76%;
  left: 52%;
  margin: 0 0 0 -0.8em;
  -webkit-transform-origin: 380% 270%;
  transform-origin: 380% 270%;
}

.sp-anim-number-loading {
  margin: 0 auto;
}

.sp-ani-loading-bar,
.sp-anim-number-loading {
  height: 200px;
  position: relative;
  width: 200px;
  border-radius: 100%;
}

.sp-ani-loading-bar {
  border: 5px solid transparent;
  border-color: #d4131300 #312f2e #e2171700;
  -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
  -moz-transform-origin: 50% 50%;
  -o-animation: rotate-loading 1.5s linear 0s infinite normal;
  -o-transform-origin: 50% 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
  transform-origin: 50% 50%;
}


#sp-count-before-load {
  font-size: 20px;
  color: rgb(51, 51, 51);
  font-weight: 600;
}

#sp-count-before-load span {
  font-size: 20px;
  color: rgb(51, 51, 51);
}

#sp-count-after-load {
  font-size: 18px;
  color: rgb(51, 51, 51);
  font-weight: 600;
  text-align: center;
}

#sp-count-after-load span {
  font-size: 20px;
  color: rgb(51, 51, 51);
}

#sp-ani-number-active {
  border: 3px dotted rgb(6, 7, 17);
  padding: 8px 34px;
  border-radius: 60px;
  color: rgb(0, 0, 0);
  background: rgb(214, 214, 214);
  font-size: 20px;
}

.dollar-icon {
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.ip-eligible-text {
  font-size: 22px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.ip-new-cashback {
  color: rgb(0, 0, 0);
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.ip-new-cashback span {
  color: rgb(196, 0, 4);
}

.ip-new-cashback a {
  text-decoration: underline;
}

.ip-subject-text {
  color: rgb(0, 0, 0);
  font-size: 16px;
  margin-bottom: 20px;
}

.ip-subject-text sup {
  font-size: 16px;
  top: -4.5px;
}

.ip-subject-text a {
  color: #6d6fd5;
  text-decoration: underline;
}

.register-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.register-box p {
  font-size: 20px;
  color: rgb(51, 51, 51);
  font-weight: 600;
}

.register-box p span {
  font-size: 22px;
  color: rgb(51, 51, 51);
}

.custom-logo-img {
  width: 130px
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -moz-transform: rotate(0)
  }

  to {
    transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    -moz-transform: rotate(1turn)
  }
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -moz-transform: rotate(0)
  }

  to {
    transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    -moz-transform: rotate(1turn)
  }
}

.brand-logo-block {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  margin-bottom: 25px;
}

.brand-logo-block img {
  width: 70%;
  height: 60px;
  object-fit: contain;
}

/*--coupon modal css end here-----------------------------------*/
.how-it-work-tabs .nav-pills .nav-link {
  border: 0;
  margin-bottom: 10px;
  text-align: left;
  cursor: pointer;
}

.how-it-work-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #6645da;
  border: 0
}

.how-it-work-tabs .nav-pills .nav-link.active:focus,
.nav-pills .show>.nav-link:focus {
  outline: 0;
  border: 0;
}

#work-tabsContent div.tab-pane img {
  width: 100%
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .ip-modal-text {
    font-size: 18px;
  }

  .ip-new-cashback {
    font-size: 26px;
  }

  .ip-eligible-text {
    font-size: 18px
  }

  #sp-count-before-load span {
    font-size: 18px;
  }


  .ip-review .owl-nav button.owl-next {
    right: -20px;
    font-size: 16px;
    ;
  }

  .ip-review .owl-nav button.owl-prev {
    left: -20px;
    font-size: 16px;
  }

  .ip-review .owl-nav button.owl-next .fa {
    padding: 3px 8px 4px;
  }

  .ip-review .owl-nav button.owl-prev .fa {
    padding: 3px 8px 4px;
  }

  .ip-review .review-box .star .fa {
    padding: 2px 2px;
    font-size: 9px;
  }

  .time-text {
    padding: 2px 2px;
    font-size: 10px;
  }

  .rated-text {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ip-review .owl-nav button.owl-next {
    right: -20px;
  }

  .ip-review .owl-nav button.owl-prev {
    left: -20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ip-review .review-box .star .fa {
    padding: 2px 2px;
    font-size: 9px;
  }

  .time-text {
    padding: 2px 2px;
    font-size: 10px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .ip-review .owl-nav button.owl-next {
    right: -20px;
  }

  .ip-review .owl-nav button.owl-prev {
    left: -20px;
  }
}




@media only screen and (min-width:990px) and (max-width:1198px) {
  .offer-form-footer li {
    padding: 5px;
  }

  .offer-form-footer li a {
    font-size: 12px;
  }

  .offer-form-footer li a:after {
    margin-left: 5px;
  }

}

@media (min-width:768px) and (max-width:1023px) {
  .sec-title h1 {
    font-size: 28px;
  }

  .offer-form label {
    padding-left: 10px;
  }

  .offer-panel {
    width: 100%;
    transform: none;
    box-shadow: none;
    padding-top: 0px;
  }

  /*.offer-imgs{width: 50%;margin: 0 auto;display: block;position: relative;right: 0;left: 0;}*/
  .offer-imgs {
    width: 25%;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-right: -39px;
    left: 0;
  }

  .cashback-category {
    display: flex;
    flex-wrap: wrap;
  }

  .cashback-category-title h1 {
    font-size: 32px;
    font-weight: 700;
  }

  footer .copyright-links {
    justify-content: center;
    flex-wrap: wrap;
  }

  footer .copyright-links li a {
    font-size: 13px;
    margin: 0px 10px 0px 10px;
  }

  footer .copyright-links li a:after {
    top: 4px;
    right: -12px;
    border: 1px solid #607d8b;
  }
}


@media (min-width:1024px) and (max-width:1365px) {
  button.close {
    top: 16px;
  }
}

@media (max-width: 767px) {

  .hidden-mobile,
  #v-pills-extension {
    display: none;
  }
}

.user-notice-panel {
  border: 1px solid #272660;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  background-color: #fff;
}

.merchant-logo {
  max-width: 200px;
  height: 70px;
  object-fit: contain;
}