.noUi-marker.noUi-marker-horizontal.noUi-marker-normal {
  display: none;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.price-slider-container {
  padding: 50px 0;
}

@media (max-width: 599px) {
  main {
    margin-top: 30px !important;
  }

  .noUi-marker.noUi-marker-horizontal.noUi-marker-normal {
    display: block;
  }

  p {
    line-height: 20px;
  }

  .leading-10 {
    line-height: 2rem;
  }
}

@media (max-width: 599px) {
  .price-slider-container {
    padding: 50px 35px;
  }
}

#price-slider {
  height: 10px;

  border: 0;

  border-radius: 5px;
}

#price-slider .noUi-connects {
  border-radius: 5px;
}

#price-slider .noUi-connect {
  background: #ed1c25;
}

#price-slider .noUi-handle {
  right: -11px;

  width: 22px;

  height: 22px;

  border: 0;

  background: #ed1c25;

  border-radius: 11px;

  box-shadow: none;

  cursor: grab;

  outline: none !important;
}

#price-slider .noUi-handle:active {
  cursor: grabbing;
}

#price-slider .noUi-handle:after,
#price-slider .noUi-handle:before {
  display: none;
}

#price-slider .noUi-tooltip {
  bottom: 140%;

  padding: 8px 12px;

  font-size: 16px;

  font-weight: 500;

  color: #fff;

  background: rgb(76, 76, 76);

  border: 0;

  outline: none;
}

#price-slider .noUi-tooltip:focus {
  outline: none;

  outline-width: 0;
}

#price-slider .noUi-tooltip:after {
  content: "";

  display: block;

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  bottom: -5px;

  border-top: 5px solid rgb(76, 76, 76);

  border-left: 5px solid transparent;

  border-right: 5px solid transparent;
}

.pricing-container {
  padding: 50px 40px 20px;

  border-radius: 26px;

  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.04);

  text-align: center;

  font-weight: 700;

  color: #1a284c;
}

.pricing-container form[name="periods"] {
  display: flex;

  margin: 0 0 20px;

  padding: 0;

  list-style-type: none;

  justify-content: space-evenly;
}

.pricing-container form[name="periods"] span {
  padding: 10px 20px;

  font-size: 18px;

  border-radius: 5px;

  cursor: pointer;

  opacity: 0.75;

  font-weight: normal;
}

.pricing-container form[name="periods"] input[type="radio"] {
  position: absolute;

  clip: rect(0, 0, 0, 0);

  pointer-events: none;
}

.pricing-container form[name="periods"] input:checked + span {
  background-color: #1a284c;

  opacity: 1;

  font-weight: bold;

  color: #ffffff;
}

.pricing-container .price {
  margin-bottom: 20px;

  font-size: 72px;
}

.pricing-container .price small {
  font-size: 21px;
}

.pricing-container .btn-brand {
  padding: 12px 25px;
}

.pricing-container .perks-list {
  margin: 40px auto 0;

  padding: 0;

  text-align: left;

  list-style-type: none;

  font-size: 12px;

  text-transform: uppercase;
}

.pricing-container .perks-list li {
  margin-bottom: 20px;

  padding: 5px 10px;

  background: #fafafa;

  border-radius: 4px;
}

.pricing-container .disclaimer {
  font-size: 12px;

  line-height: 23px;
}

.pricing-help {
  margin-top: 30px;

  margin-bottom: 10px;
}

.pricing-help-button {
  font-size: 13px;

  background: #e6e6e6;

  line-height: normal;

  color: #1a284c;

  margin-top: 5px;
}

a.pricing-help-button:hover {
  text-decoration: none;

  color: inherit;

  background: #d6d6d6;
}

.style-css-1 {
  position: relative;

  right: -6px;

  z-index: 999;
}

.style-css-2 {
  border-radius: 50px;

  border-left: 0;

  position: relative;

  left: -26px;

  padding-left: 37px;
}

.noUi-value {
  font-size: 16px;
}

#price-slider .noUi-handle {
  outline: none !important;
}

.button-cover {
  margin-right: 20px;
}

.button {
  position: relative;

  width: 180px;

  height: 40px;

  margin: 0 auto;

  background: #ed1c25;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.checkbox {
  position: relative;

  width: 100%;

  height: 100%;

  opacity: 0;

  cursor: pointer;

  z-index: 9;
}

/* Button 1 */

#button-1 .knobs:before {
  content: "";

  position: absolute;

  top: 4px;

  left: 4px;

  width: 34px;

  height: 32px;

  color: #fff;

  font-size: 10px;

  font-weight: bold;

  text-align: center;

  line-height: 1;

  padding: 9px 4px;

  background-color: #ed1c25;

  border-radius: 50%;

  z-index: 6;

  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked + .knobs:before {
  content: "";

  left: 140px;

  background-color: #fff;
}

.layer {
  border: 1px solid #ed1c25;

  z-index: 1;

  height: 40px;

  width: 180px;

  position: absolute;

  top: 0;

  background-color: white;
}

.layer:before {
  content: "High-Quality";

  position: relative;

  color: #ed1c25;

  text-align: right;

  top: 8px;

  margin-right: -5px;

  display: block;

  right: 16px;

  text-transform: uppercase;

  font-size: 14px;
}

#button-1 .checkbox:checked ~ .layer {
  background-color: #ed1c25;
}

#button-1 .checkbox:checked ~ .layer:before {
  content: "active";

  position: relative;

  text-align: left;

  color: #fff;

  left: 11px;
}

.follower-heading {
  text-align: center;

  font-size: 26px;

  text-transform: capitalize;

  font-weight: bold;
}

.follower-heading strong {
  font-weight: 600;
}

@media (max-width: 600px) {
  .follower-heading {
    font-size: 18px;
  }

  .button-cover {
    margin-right: 0px !important;
  }
}

.slider {
  /*width: 300px;*/

  /*height: 200px;*/
}

.wrapper {
  overflow: hidden;

  position: relative;

  background: transparent;

  z-index: 1;
}

#items {
  width: 10000px;

  height: 550px;

  position: relative;

  top: 0;

  left: 0px;
}

#items.shifting {
  transition: left 0.2s ease-out;
}

.slide {
  width: 300px;

  /*height: 200px;*/

  cursor: grab;

  /* float: left; */

  /* display: flex; */

  /* flex-direction: column; */

  /* justify-content: center; */

  transition: all 1s;

  position: relative;

  background: transparent;
}

.slide .shadow-lg {
  display: inline-block;

  width: 100%;
}

.control {
  position: absolute;

  top: 50%;

  width: 40px;

  height: 40px;

  background: #fff;

  border-radius: 20px;

  margin-top: -20px;

  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);

  z-index: 2;
}

.prev,
.next {
  background-size: 22px;

  background-position: center;

  background-repeat: no-repeat;

  cursor: pointer;
}

.prev {
  /*background-image: url(ChevronLeft.png);*/

  left: -20px;

  display: none;
}

.next {
  /*background-image: url(ChevronRight-512.png);*/

  right: -20px;

  display: none;
}

.prev:active,
.next:active {
  transform: scale(0.8);
}

.style-css-1 {
  position: relative;

  right: -6px;
}

a.text-white:hover {
  color: #fff !important;
}

a.text-brand:hover {
  color: #ef4471 !important;
}

div#price-slider {
  margin: 90px 0;
}

.price-tab {
  width: 300px;

  margin: 0 auto;
}

.hide-tab {
  display: none;
}

.active-btn {
  background: #ed1c25 !important;

  color: #fff !important;

  z-index: 999;
}

@media (max-width: 599px) {
  #price-slider {
    margin: 90px 30px 50px !important;
  }
}

@media (max-width: 1099px) {
  .text-xss {
    font-size: 0.6em;
  }
}

@media (max-width: 550px) {
  .button-cover {
    margin-right: 0px !important;
  }
}

.green-bordered-btn {
  font-weight: 400;

  border: 1px solid #3ac430;

  border-radius: 35px;

  padding: 10px 15px;

  color: #3ac430;

  display: block;

  max-width: 180px;

  font-size: 14px;

  text-transform: uppercase;
}

.green-bordered-btn:hover {
  background-color: #ed1c25;

  border: 1px solid #ed1c25;

  color: #ffffff;
}

.button_lineheight {
  line-height: 25px;
}

@media (max-width: 550px) {
  .button_container_div {
    position: relative;

    padding-bottom: 50px;
  }

  .green-bordered-btn {
    position: absolute;

    top: 20px;

    margin-top: 40px;

    margin-bottom: 40px;

    left: auto;

    right: auto;
  }

  .button-cover {
    margin-right: 0px !important;
  }
}

.small-text {
  display: inline-block !important;
}

.saved-price {
  color: #526c79;

  text-transform: capitalize;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 18px;

  margin: 14px 0;
}

.saved-price span {
  color: #008000;

  margin-left: 5px;
}

.saved-price img {
  width: 29px;
}

.m-0 {
  margin: 0;
}

.m-auto {
  margin: auto;
}

.my-0 {
  margin-top: 0;

  margin-bottom: 0;
}

.my-2 {
  margin-top: 0.5rem;

  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;

  margin-right: 0.5rem;
}

.my-4 {
  margin-top: 1rem;

  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;

  margin-right: 1rem;
}

.my-8 {
  margin-top: 2rem;

  margin-bottom: 2rem;
}

.mx-10 {
  margin-left: 2.5rem;

  margin-right: 2.5rem;
}

.my-12 {
  margin-top: 3rem;

  margin-bottom: 3rem;
}

.mx-auto {
  margin-left: auto;

  margin-right: auto;
}

.-my-2 {
  margin-top: -0.5rem;

  margin-bottom: -0.5rem;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.hide-ul {
  display: none;
}

.extra-wrap ul {
  font-size: 14px !important;
}

span.extra-span {
  font-size: 1rem !important;
}

/* ------------- */
.fs-1_4 {
  font-size: 1.4rem;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .fs-1_4 {
    font-size: 0.875rem;
  }
}
.price-slider-container {
  padding: 50px 0;
}
@media (max-width: 599px) {
  main {
    margin-top: 30px !important;
  }
  p {
    line-height: 20px;
  }
  .leading-10 {
    line-height: 2rem;
  }
}

@media (max-width: 599px) {
  .price-slider-container {
    padding: 50px 35px;
  }
}

#price-slider,
#price-slider-sub {
  height: 10px;
  border: 0;
  border-radius: 5px;
}

#price-slider .noUi-connects,
#price-slider-sub .noUi-connects {
  border-radius: 5px;
  height: 0.7rem;
  top: -0.28rem;
  left: -0.3rem;
}
.quantity-range {
  border: 5px solid #e2e8f0 !important;
  /* z-index: -1000; */
}

#price-slider .noUi-connect,
#price-slider-sub .noUi-connect {
  background: #f52159;
}
.noUi-handle::after,
.noUi-handle::before {
  z-index: -1;
}
#price-slider .noUi-handle,
#price-slider-sub .noUi-handle {
  right: -11px;
  width: 22px;
  height: 22px;
  border: 0;
  background: #f52159;
  border-radius: 11px;
  box-shadow: none;
  cursor: grab;
  outline: none !important;
  top: -0.7rem;
}

#price-slider .noUi-handle:active,
#price-slider-sub .noUi-handle:active {
  cursor: grabbing;
}

#price-slider .noUi-handle:after,
#price-slider .noUi-handle:before,
#price-slider-sub .noUi-handle:after,
#price-sliderprice-slider-sub .noUi-handle:before {
  display: none;
}

#price-slider .noUi-tooltip,
#price-slider-sub .noUi-tooltip {
  bottom: 140%;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: rgb(76, 76, 76);
  border: 0;
  outline: none;
}

#price-slider .noUi-tooltip:focus,
#price-slider-sub .noUi-tooltip:focus {
  outline: none;
  outline-width: 0;
}

#price-slider .noUi-tooltip:after,
#price-slider-sub .noUi-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  border-top: 5px solid rgb(76, 76, 76);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.pricing-container {
  padding: 50px 40px 20px;
  border-radius: 26px;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.04);
  text-align: center;
  font-weight: 700;
  color: #1a284c;
}

.pricing-container form[name="periods"] {
  display: flex;
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
  justify-content: space-evenly;
}

.pricing-container form[name="periods"] span {
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.75;
  font-weight: normal;
}

.pricing-container form[name="periods"] input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.pricing-container form[name="periods"] input:checked + span {
  background-color: #1a284c;
  opacity: 1;
  font-weight: bold;
  color: #ffffff;
}

.pricing-container .price {
  margin-bottom: 20px;
  font-size: 72px;
}

.pricing-container .price small {
  font-size: 21px;
}

.pricing-container .btn-brand {
  padding: 12px 25px;
}

.pricing-container .perks-list {
  margin: 40px auto 0;
  padding: 0;
  text-align: left;
  list-style-type: none;
  font-size: 12px;
  text-transform: uppercase;
}

.pricing-container .perks-list li {
  margin-bottom: 20px;
  padding: 5px 10px;
  background: #fafafa;
  border-radius: 4px;
}

.pricing-container .disclaimer {
  font-size: 12px;
  line-height: 23px;
}

/* .faqs{position:relative;margin-top:30px;padding:45px 35px;background:#f4f8f9;border-radius:26px;text-align:center;color:#1d3d70}
        .faqs:after{content:"";position:absolute;left:0;bottom:45px;height:30px;width:100%;background:#f4f8f9;background:-webkit-linear-gradient(bottom,#f4f8f9 0,rgba(255,255,255,0) 100%);background:-o-linear-gradient(bottom,#f4f8f9 0,rgba(255,255,255,0) 100%);background:linear-gradient(to top,#f4f8f9 0,rgba(255,255,255,0) 100%)}
        .faqs .title{font-size:30px;font-weight:700}
        .faqs .also-contact{font-size:16px;color:#697690}
        .faqs .also-contact a{color:inherit;text-decoration:underline}
        .faq-cards{max-height:333px;overflow:auto}
        .faq-card{position:relative;padding:20px 30px;text-align:left;background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.06);border-radius:4px}
        .faq-card:before{content:"+";position:absolute;display:block;font-size:22px}
        .faq-card.expanded:before{content:"-"}
        .faq-card+.faq-card{margin-top:25px}
        .faq-card .question{position:relative;padding-left:20px;margin:0;line-height:35px;font-size:18px;cursor:pointer}
        .faq-card .answer{display:none;margin:0;padding-left:20px;font-size:16px;color:#7393b5;line-height:29px}
        .faq-card.expanded .answer{display:block} */
.pricing-help {
  margin-top: 30px;
  margin-bottom: 10px;
}

.pricing-help-button {
  font-size: 13px;
  background: #e6e6e6;
  line-height: normal;
  color: #1a284c;
  margin-top: 5px;
}

a.pricing-help-button:hover {
  text-decoration: none;
  color: inherit;
  background: #d6d6d6;
}

.style-css-1 {
  position: relative;
  right: -6px;
  z-index: 999;
}

.style-css-2 {
  border-radius: 50px;
  border-left: 0;
  position: relative;
  left: -26px;
  padding-left: 37px;
}

.noUi-value {
  font-size: 16px;
}

#price-slider .noUi-handle {
  outline: none !important;
}

.button-cover {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.button-cover span {
  margin-right: 15px;
}
.button-cover .q-mark {
  margin: 0 0 0 10px;
}
.q-mark {
  max-width: 20px;
  cursor: pointer;
}
.button {
  position: relative;
  width: 180px;
  height: 40px;
  margin: 0 auto;
  background: #f52159;
}
.button-cover-subscribe .button {
  width: 160px;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.checkbox,
.subscription-check {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
}

/* Button 1 */
#button-1 .knobs:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 34px;
  height: 32px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #f52159;
  border-radius: 50%;
  z-index: 6;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked + .knobs:before,
#button-1 .subscription-check:checked + .knobs:before {
  content: "";
  left: 140px;
  background-color: #fff;
}
#button-1 .checkbox:checked + .knobs-sub:before,
#button-1 .subscription-check:checked + .knobs-sub:before {
  left: 122px;
}

.layer,
.layer-sub {
  border: 1px solid #f52159;
  z-index: 1;
  height: 40px;
  width: 180px;
  position: absolute;
  top: 0;
  background-color: white;
}
.layer-sub {
  width: 160px;
}

.layer:before {
  content: "High-Quality";
  position: relative;
  color: #f52159;
  text-align: right;
  top: 8px;
  margin-right: -5px;
  display: block;
  right: 16px;
  text-transform: uppercase;
  font-size: 14px;
}
.layer-sub:before {
  content: "Subscription";
  margin-right: -4px;
}

#button-1 .checkbox:checked ~ .layer,
#button-1 .subscription-check:checked ~ .layer {
  background-color: #f52159;
}

#button-1 .checkbox:checked ~ .layer:before,
#button-1 .subscription-check:checked ~ .layer-sub:before {
  position: relative;
  text-align: left;
  color: #fff;
  left: 11px;
}
#button-1 .checkbox:checked ~ .layer:before {
  content: "Active";
}
#button-1 .subscription-check:checked ~ .layer-sub:before {
  content: "Subscription";
}

.follower-heading {
  text-align: center;
  font-size: 26px;
  text-transform: capitalize;
  font-weight: bold;
}

.follower-heading strong {
  font-weight: 600;
}

@media (max-width: 600px) {
  .follower-heading {
    font-size: 18px;
  }

  .button-cover {
    margin-right: 0px !important;
  }
}

.slider {
  /*width: 300px;*/
  /*height: 200px;*/
}

.wrapper {
  overflow: hidden;
  position: relative;
  background: transparent;
  z-index: 1;
}

#items {
  width: 10000px;
  height: 550px;
  position: relative;
  top: 0;
  left: 0px;
}

#items.shifting {
  transition: left 0.2s ease-out;
}

.slide {
  width: 300px;
  /*height: 200px;*/
  cursor: grab;
  /* float: left; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: center; */
  transition: all 1s;
  position: relative;
  background: transparent;
}

.slide .shadow-lg {
  display: inline-block;
  width: 100%;
}

.control {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 20px;
  margin-top: -20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.prev,
.next {
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.prev {
  /*background-image: url(ChevronLeft.png);*/
  left: -20px;
  display: none;
}

.next {
  /*background-image: url(ChevronRight-512.png);*/
  right: -20px;
  display: none;
}

.prev:active,
.next:active {
  transform: scale(0.8);
}

.style-css-1 {
  position: relative;
  right: -6px;
}

a.text-white:hover {
  color: #fff !important;
}

a.text-brand:hover {
  color: #f52159 !important;
}

div#price-slider,
#price-slider-sub {
  margin: 90px 0;
}

.price-tab {
  width: 300px;
  margin: 0 auto;
}

.hide-tab {
  display: none;
}

.active-btn {
  background: #f52159 !important;
  color: #fff !important;
  z-index: 999;
}

@media (max-width: 1099px) {
  .text-xss {
    font-size: 0.6em;
  }
}

@media (max-width: 550px) {
  .button-cover {
    margin-right: 0px !important;
  }
}

.green-bordered-btn {
  font-weight: 400;
  border: 1px solid #f52159;
  border-radius: 35px;
  padding: 10px 15px;
  color: #f52159;
  display: block;
  max-width: 180px;
  font-size: 14px;
  text-transform: uppercase;
}

.green-bordered-btn:hover {
  background-color: #f52159;
  border: 1px solid #f52159;
  color: #ffffff;
}

.button_lineheight {
  line-height: 25px;
}

@media (max-width: 550px) {
  .button_container_div {
    position: relative;
    padding-bottom: 50px;
  }

  .green-bordered-btn {
    position: absolute;
    top: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    left: auto;
    right: auto;
  }

  .button-cover {
    margin-right: 0px !important;
  }
}
.small-text {
  display: inline-block;
}
/*Start new css*/
.saved-price {
  color: #526c79;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  margin: 14px 0 27px;
  font-weight: 600;
}
.saved-price span {
  color: #008000;
  margin-left: 5px;
}
.saved-price img {
  width: 23px;
  margin-right: 6px;
}
.price-tab .my-12 {
  margin-bottom: 1rem;
}
.ative-followers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fffffe;
  margin: 20px auto 0;
  font-size: 14px;
  border: 1px solid #f52159;
  padding: 19px 40px;
  max-width: 900px;
  border-radius: 15px;
  color: #4c4c4c;
}
.ative-followers li {
  list-style-type: none;
  margin-bottom: 0;
}
.ative-followers li strong {
  font-size: 1rem;
}
.ative-followers li img {
  max-width: 16px;
  margin-right: 5px;
}
.ative-followers li svg {
  width: 20px;
  height: 20px;
  position: relative;
  right: 10px;
  top: 5px;
}

.tooltip,
.tooltip2 {
  display: inline;
  position: relative;
  cursor: unset;
  color: #171d2d;
  border: none;
}
.tooltip p {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: unset;
  margin-bottom: 10px;
  color: #171d2dba;
}
.tooltip p strong {
  font-size: 14px;
  color: #171d2d;
}
.tooltip:hover {
  color: #171d2d;
}
.tooltip-popup,
.tooltip-popup2,
.tooltip-popup3 {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 9999;
  width: 252px;
  background-color: white;
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0 2.42763px 4.85526px rgba(174, 189, 217, 0.07),
    0 3.23684px 18.6118px rgba(130, 145, 152, 0.19),
    0 5.66447px 19.4211px rgba(65, 71, 79, 0.08);
}
.tooltip-popup .close,
.tooltip-popup2 .close,
.tooltip-popup3 .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.close-hide-1,
.close-hide-2,
.close-hide-sub {
  display: none;
}
.tooltip2 {
  margin: 10px 0 0 10px;
}
.btn-growth {
  display: inline-flex;
}
.buy-instgram p span {
  display: block;
}

/*Start best values*/
/* .best-value-wrapper {
            position: relative;
            display: inline-block;
            width: 100%;
        }
        .best-value {
            position: absolute;
            right: 0;
            text-align: center;
            width: calc(49vw + 8px);
        } */
/* .best-value:before, .best-value:after {
            content: "";
            position: absolute;
            top: 0;
            width: 2px;
            height: 100%;
            background-color: #aaa;
        }
        .best-value:before {
            left: 0;
        }
        .best-value:after {
            right: 0;
        }
        .best-value div {
            position: relative;
            display: block;
        }
        .best-value div span {
            display: inline-block;
            background: #f7fafc;
            padding: 0px 10px;
            color: #ff6a52;
        }
        .best-value div:before {
            content: "";
            position: absolute;
            top: 9px;
            z-index: -1;
            left: 0;
            right: 0;
            width: 100%;
            height: 8px;
            background-color: #fafafa;
            border-top: 2px solid #f2f2f2;
        }
        .best-value-wrapper {
            display: none !important;
        }
        @media(max-width: 1300px) {
            .best-value {
                width: calc(49vw + 39px);
            }
        }
        @media(max-width: 1200px) {
            .best-value {
                width: calc(49vw + 46px);
            }
        }
        @media(max-width: 992px) {
            .best-value {
                width: calc(49vw + 33px);
            }
        }
        @media(max-width: 768px) {
            .best-value {
                width: calc(49vw + 20px);
            }
        } */

@media (max-width: 800px) {
  .ative-followers {
    padding: 10px 14px;
    font-size: 12px;
  }
  .ative-followers li img {
    max-width: 12px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .button_container_div {
    display: block;
    padding-bottom: 0px !important;
  }
  .button-cover {
    align-items: center;
    margin: 22px auto;
    justify-content: center;
    text-align: center;
  }
  .button-cover-subscribe {
    padding-left: 44px;
    width: calc(100% - 0px);
  }
  .button-cover .button {
    margin: 0;
  }
  .button-cover-subscribe .button {
    width: 180px;
  }
  .layer-sub {
    width: 180px;
  }
  #button-1 .checkbox:checked + .knobs-sub::before,
  #button-1 .subscription-check:checked + .knobs-sub::before {
    left: 140px;
  }
  #price-slider-sub {
    width: 75% !important;
    margin: 90px auto !important;
  }
}
@media (max-width: 600px) {
  #price-slider-sub {
    margin: 30px auto !important;
  }
  .ative-followers {
    max-width: 270px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .ative-followers li {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 599px) {
  /* .best-value {
                width: calc(35vw + 15px);
                font-size: 13px;
            } */
  /* .best-value-wrapper {
                width: 74%;
                margin: 0 auto;
                display: flex;
                justify-content: end;
            } */
  div#price-slider {
    width: 75% !important;
    margin: 90px auto 30px !important;
  }
}
@media (max-width: 576px) {
  .button_container_div {
    position: relative;
    padding-bottom: 50px;
    flex-wrap: wrap;
  }

  .green-bordered-btn {
    position: relative;
    top: 0;
    height: 40px;
    line-height: 40px;
  }

  .button-cover {
    margin-right: 0px !important;
  }
  .btn-growth {
    margin-left: 10px;
  }
  .buy-instgram p span {
    display: inline;
  }
}
@media (max-width: 460px) {
  .btn-growth {
    display: inline-flex;
    margin-top: 20px;
  }
  .green-bordered-btn {
    top: 0;
  }
}
@media (max-width: 400px) {
  /* .best-value {
                width: calc(35vw + 7px);
            } */
  .tooltip:hover::before {
    bottom: 32px !important;
  }
  .tooltip:hover::after {
    right: -12px !important;
    left: auto !important;
  }
  .tooltip2:hover::before {
    bottom: 26px !important;
  }
  .button {
    width: 160px;
  }
  .button-cover {
    font-size: 14px;
    padding-left: 0;
  }
  .button-cover span {
    margin-right: 8px;
  }
  .layer,
  .layer-sub {
    width: 160px;
  }
  .button-cover-subscribe .button {
    width: 160px;
  }
  #button-1 .checkbox:checked + .knobs::before {
    left: 123px;
  }
  .button_container_div .button-cover:first-of-type span {
    font-size: 14px;
    max-width: 66px;
  }
  #button-1 .checkbox:checked + .knobs-sub::before,
  #button-1 .subscription-check:checked + .knobs-sub::before {
    left: 122px;
  }
}
.hide-ul,
.hide-price,
.hide-sub {
  display: none;
}


/* Buy Followers Section CSS */
						.pricing-shortcode{
							background:#EF612B;
							padding:50px;
							background-position: right top;
							background-size: 100% 100%;

							background-image: url("<?php echo plugin_dir_url(__FILE__); ?>assets/images/hero-bg.webp");
							background-repeat:no-repeat;
						}
						.pricing-shortcode-content{
								max-width: 500px;
								margin: 0 auto;
								background: white;
								border-radius: 50px;
								padding: 40px;
							}
						.pricing-shortcode-heading{
							max-width:600px;
							margin:0 auto;
						}
						.tabs_description{
							max-width: 400px;
							margin: 20px auto 0 auto;
							display: flex;
							justify-content: space-between;
						}
        				.tab_menu {
        					text-align: center;
        					width: 650px;
        					max-width: 100%;
        					margin: 0 auto 25px;
        					position: relative;
        				}

        				.tab_menu ul {
        					display: inline-flex;
        					flex-wrap: wrap;
        					padding: 5px 8px;
        					box-shadow: 0 0 10px #d1d1d1;
        					border-radius: 25px;
        					list-style: none;
        				}

        				.tab_menu ul li a {
        					padding: 12px 20px;

        					background-color: transparent;
        					color: #000;
        					font-size: 16px;
        					font-weight: 500;
        					transition: 400ms all;
        					display: block;
        					min-width: 130px;
        					text-align: center;
							
        				}

						.tab_menu ul li:first-child a{
							border-radius: 25px 0 0 25px;
						}
						.tab_menu ul li:last-child a{
							border-radius: 0 25px 25px 0;
						}
						
						i.fa.fa-check-circle{
							color: #47C96B;
						}
						
						.dropdown{
							width: auto;
							min-width:auto;
							margin: 0 auto;
						}
						
						.top-offer-pill{
							width: 100px;
							margin: 0 auto;
							max-width: 100%;
							align-items: center;
							justify-content: center;
							display: flex;
							background: #EF612B;
							color: white;
							border-radius:  10px 10px 0px 0px;
						}
						
						.offer-button{
							width: 295px;
							margin: 0 auto;
							max-width: 100%;
							align-items: center;
							justify-content: center;
							display: flex;
							background: #47C96B !important;
							color:var( --e-global-color-73c1a6d );
							border-radius: 25px;
							padding: 10px 0px 10px 0px;
						}


        				.tab_menu ul li.active a {
        					background-color: #f0612b;
        					color: #fff;
        				}

        				.tab_details {
        					display: none;
        				}

        				.tab_details.active {
        					display: block;
        				}

        				.buy-followers-section .tab_section {
        					max-width: 300px;
        					margin: 0 auto 40px;
        				}

        				.monet_wrap {
        					padding: 0 28px;
        					max-width: 400px;
							background-color: white;
        				}
						.monet_ul{
							padding:20px !important;
							margin: 10px !important;
							border-radius: 25px;
							border: 1px solid var(--e-global-color-accent);
							background: #FAF6F4;
						}

        				.difference_link {
/*         					position: absolute; */
        					right: -50px;
        					top: 20px;
        					display: block;
        					width: max-content;
        					border-bottom: 1px dashed #bdbdbd;
        					color: #bdbdbd;
        				}
						
						.trust-pilot{
							text-align: center;
							color: #6B6B6B;
						}
						
						.trust-pilot-stars{
							display: flex;
							align-items: center;
							justify-content: center;
							gap: 10px;
							padding: 10px;
						}
						.trust-pilot-includes{
							padding:20px !important;				
    						margin: 10px auto !important;
							border-radius: 25px;
							border: 1px solid var(--e-global-color-accent);
							background: #FAF6F4;
							color:#292D32;
							max-width: 300px;
						}
						.trust-pilot-includes b{
							color: var(--e-global-color-accent);
						}

        				.tooltip-popup3 {
        					position: absolute;
        					top: 0;
        					transform: translate(-50%, -50%);
        					left: 790px;
        					right: 0;
        					z-index: 9999;
        					width: 252px;
        					background-color: white;
        					border-radius: 10px;
        					padding: 10px 20px;
        					box-shadow: 0 2.42763px 0.85526px rgba(174, 189, 217, 0.07),
        						0 3.23684px 18.6118px rgb(65 69 71 / 19%),
        						0 0.66447px 10.4211px;
        					text-align: left;
        				}

        				.tooltip-popup3 .description {
        					font-size: 14px;
        					margin-top: 10px;
        					line-height: 1.4;
        				}

        				.tooltip-popup3 p {
        					font-size: 15px;
        				}

        				.hide {
        					display: none;
        				}

        				.show {
        					display: block;
        				}

        				@media only screen and (max-width: 1230px) {
        					.tooltip-popup3 {
        						transform: none;
        						top: 60px;
        						right: 0;
        						left: auto;
        					}
							.pricing-shortcode-content{
								max-width:100%;
								
							}
        				}

        				@media only screen and (max-width: 767.67px) {
        					.difference_link {
        						position: initial;
        						margin: 10px auto 0;
        					}
							
        				}

        				@media only screen and (max-width: 600px) {
        					.tooltip-popup3 {
        						left: 0;
        						right: 0;
        						margin: 0 auto;
        					}
        				}