    .heading-wrapper {
      text-align: center;
    }

    .heading-wrapper .large-font {
      max-width: 750px;
      font-weight: 400;
      font-size: 16px;
      line-height: 30px;
      max-width: 750px;
      margin: 20px auto 0;
      color: #53607e;
      letter-spacing: 0.1px;
    }

    .container-wrapper {
      margin: 45px auto 0;
      text-align: center;
      /* max-width: 900px; */
    }

    .premium_wrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
    }

    .premium_count {
      cursor: pointer;
      border: 1px solid #d3d3d3;
      border-radius: 10px;
      float: left;
      padding: 10px;
      margin: 10px;
      width: 115px;
    }

    .premium_count p {
      font-weight: 600;
      font-size: 15px;
      margin-bottom: 2px;
      text-transform: capitalize;
      margin-top: 0;
    }

    .premium_count span.pri_count {
      font-weight: 700;
      margin-bottom: 0;
      font-size: 25px;
    }

    .premium_count span.pri_price {
      border: 1px solid #ededed;
      padding: 2px 10px;
      border-radius: 10px;
      background: #ededed;
      font-size: 18px;
      cursor: pointer;
    }

    .premium_count:focus,
    .premium_count:hover,
    .premium_count.active {
      border: 1px solid var(--e-global-color-accent);
      transition: 0.2s;
    }

    .premium_count:focus span.pri_price,
    .premium_count:hover span.pri_price,
    .premium_count.active span.pri_price {
      border: 1px solid var(--e-global-color-accent);
      background: var(--e-global-color-accent);
      color: #fff;
      transition: 0.2s;
    }

    /* Quality likes */

    .quality_likes {
      border: 1px solid #ddd;
      border-radius: 10px;
      margin-top: 10px;
    }

    .quality_likes_heading {
      background: var(--e-global-color-accent);
      color: #fff;
    }

    .quality_likes .quality_likes_heading h2 {
      font-weight: 700;
      font-size: 24px;
      line-height: 36px;
      text-align: center;
      margin-bottom: 0;
      color: #fff;
    }

    .quality_likes:hover {
      border: 1px solid var(--e-global-color-accent);
    }

    .quality_likes .quality_likes_heading {
      background: var(--e-global-color-accent);
      padding: 10px 0;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }

    .quality_likes_text_wrapper {
      padding: 7px 0;
    }

    .quality_likes_text {
      display: flex;
      padding: 3px 10px;
      text-align: center;
    }

    .quality_likes_text p {
      margin-bottom: 0;
      line-height: 20px;
      color: #53607e;
      font-size: 14px;
    }

    .quality_icon img {
      margin-right: 15px;
    }

    a.btn_button {
      border: 1px solid var(--e-global-color-accent);
      padding: 10px 30px;
      background: var(--e-global-color-accent);
      font-weight: 700;
      font-size: 18px;
    }

    a.btn_button:hover {
      background-color: var(--e-global-color-accent) !important;
      border: 1px solid var(--e-global-color-accent) !important;
      opacity: 0.8;
    }

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

      /* .row>div:nth-child(2) {
        margin-bottom: 2.5rem;
      } */

      a.btn_button {
        width: 75%;
      }


      .ready-to-buy .card {
        width: 100% !important;
      }

    }

    @media only screen and (min-width: 700px) {
      .menu-item-has-children:hover .sub-menu {
        display: block !important;
      }
    }

    @media(max-width:600px) {
      .tooltip.show {
        position: absolute !important;
        left: -50px;
        top: -155px;
      }

      /* .tooltip-btn {
        position: absolute !important;
        top: -30px !important;
        right: unset !important;
      } */

      div#follower-options {
        margin-top: 74px !important;
      }

      .tooltip-popup3 {
        top: -450px !important;
        transform: translate(50%, 50%);
      }

      .review-section {
        flex-direction: column;
        margin: unset !important;
      }

      .ative-followers {
        width: unset !important;
      }
    }

    .ready-to-buy .card {
      width: 345px;
      height: 365px;
    }

    .tooltip:not(.show) {
      display: none;
    }

    .heading-wrapper h2 {
      font-family: 'Colfax' !important;
      font-size: 3.75rem;
      letter-spacing: -0.025em !important;
      font-weight: 700;
    }

    .heading-wrapper h1.large-font {
      font-family: 'Source Sans Pro', sans-serif !important;
      font-weight: 400 !important;
      letter-spacing: .3px;
      font-size: 1.6rem !important;
      line-height: 1.3em !important;
      color: #000 !important;
    }

    @media screen and (max-width: 700px) {
      .heading-wrapper h2 {
        font-size: 2.1rem !important;
      }
    }

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

    .tooltip-info .tooltiptext {
      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-info:hover .tooltiptext {
      visibility: visible;
    }

    .tooltip .description {
      font-size: 15px !important;
      line-height: 1.5rem;
      letter-spacing: .5px;
      margin-bottom: 15px;
    }

    .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, .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: .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
    }

    .uppercase {
      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 .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;

    }

    .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: .5rem;

      margin-bottom: .5rem
    }


    .mx-2 {

      margin-left: .5rem;

      margin-right: .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: -.5rem;

      margin-bottom: -.5rem
    }


    .mt-0 {

      margin-top: 0
    }


    .mb-0 {

      margin-bottom: 0
    }


    .mt-1 {

      margin-top: .25rem
    }


    .mr-1 {

      margin-right: .25rem
    }


    .ml-1 {

      margin-left: .25rem
    }


    .mt-2 {

      margin-top: .5rem
    }


    .mr-2 {

      margin-right: .5rem
    }


    .mb-2 {

      margin-bottom: .5rem
    }


    .ml-2 {

      margin-left: .5rem
    }


    .mt-3 {

      margin-top: .75rem
    }


    .mr-3 {

      margin-right: .75rem
    }


    .ml-3 {

      margin-left: .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
    }



    ul.monet_ul {
      padding: 34px 30px;
      margin-left: 0;
      margin-bottom: 0;
    }

    ul.monet_ul li {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 17px;
    }

    ul.monet_ul li i {
      margin-left: 10px;
      margin-right: 10px;
    }

    .monet_wrap {
      max-width: 350px;
      margin: 0 auto;
      padding: 9px;
    }

    .monet_wrap .bg {
      background-color: #fbfbfb;
    }

    ul.monet_ul li:last-child {
      margin-bottom: 0;
    }

    .mb-32 {

      margin-bottom: 8rem
    }


    .mr-auto {

      margin-right: auto
    }


    .ml-auto {

      margin-left: auto
    }


    .-mr-2 {

      margin-right: -.5rem
    }

    .hide-ul {
      display: none;
    }

    .discount {
      margin: 0 auto;
      max-width: 100%;
      align-items: center;
      justify-content: center;
      display: flex;
      background: rgb(255, 225, 168);
      color: var(--e-global-color-d6cea4e);
      border-radius: 0px 0px 10px 10px;
    }

    .buy-now-btn {
      width: 295px;
      margin: 0 auto;
      max-width: 100%;
      align-items: center;
      justify-content: center;
      display: flex;
      background: var(--e-global-color-accent);
      color: var(--e-global-color-73c1a6d);
      border-radius: 25px;
      padding: 10px 0px 10px 0px;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
      background-color: var(--bg-brand-color) !important;
      color: #ffffff;
    }

    .nav-pills .nav-link:not(.active) {
      color: rgba(45, 55, 72, var(--text-opacity));
    }

    button.dropdown-toggle {
      background-color: #fff !important;
      color: #3f3f3f !important;
    }

    /* .tooltip-btn {
      position: absolute;
      top: 30px;
      right: 290px;
      transform: translate(-50%, -50%);
    } */

    .tooltip-btn small {
      border-bottom: 1px dashed #000;
    }

    .review-section {
      margin: 0 10rem;
    }