@charset "UTF-8";
.text-darkgray {
  color: #3E4248;
}

.bg-darkblue {
  background: #3F3F72;
}

.bg-darkgreen {
  background: #1c7f50;
}

.bg-lightred {
  background: #f27070;
}

/*----xray colors----*/
.xray-good-clr {
  background-color: #1eaf6d;
}

.xray-avg-clr {
  background-color: #dc9935;
}

.xray-bad-clr {
  background-color: #f27070;
}

/*----xray color ends----*/
/*----list-page colors----*/
.ratingfreedm-good {
  background-color: #1eaf6d;
}

.ratingfreedm-avg {
  background-color: #dc9935;
}

.ratingfreedm-bad {
  background-color: #f27070;
}

/*----list-page ends----*/
.bg-green {
  background: #1eaf6d;
}

.bg-theme {
  background-color: #1eaf6d !important;
}

.text-darkblue {
  color: #3F3F72;
}

.text-darkgreen {
  color: #1c7f50;
}

.text-green {
  color: #1eaf6d !important;
}

.bg-lightgray {
  background: #f7f7f7 !important;
}

.youtube-icon-green {
  color: #1eaf6d;
}

.youtube-icon-red {
  color: red;
}

@media (min-width: 768px) {
  .bg-lightgray-none {
    background: #fff;
  }
}
.box-shadow {
  box-shadow: 0px 1px 7px 2px rgba(0, 0, 0, 0.12);
  border: none;
  background: #f8f9fa;
}

.bx-shd1, #superstars-plan .offer-valid-till h5, #superstars-plan .sub-btn-green, #superstars-plan .sub-btn-gray {
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  /*--from google---*/
}

.bx-shd2 {
  box-shadow: 1px 2px 13px -1px rgba(0, 0, 0, 0.17);
}

.bx-shd3 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.omega-how-it-works .nav-tabs .nav-link::after {
  content: "";
  background: none;
  height: 4px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
}
.omega-how-it-works .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  justify-content: space-evenly;
  margin-bottom: 0;
  list-style: none;
}
.omega-how-it-works .nav-link {
  display: block;
  padding: 0.5rem 3rem;
}
.omega-how-it-works .nav-tabs .nav-link.active, .omega-how-it-works .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #1eaf6d;
  border: 1px solid #1eaf6d;
  border-radius: 20px;
}
.omega-how-it-works .nav-tabs > li > a {
  font-size: 1.3rem;
}
.omega-how-it-works .nav-tabs {
  border-bottom: none;
}
.omega-how-it-works .nav-tabs .nav-link {
  border: 1px solid #1eaf6d;
  border-radius: 20px;
  color: #000;
}

.tabContentBtn.active a,
.tabContentBtn:hover a {
  background-color: #fff;
  color: #333;
  border: 2px solid #73dd82;
  height: 104px;
  text-decoration: none;
  padding: 11px;
}

.tabContentBtn {
  float: left;
  width: 32.9%;
  margin-right: unset;
  box-sizing: border-box;
  min-width: unset;
}

.tabContentBtn a {
  border-radius: 10px;
  width: 94%;
  background-color: #1eaf6d;
  color: #fff;
  border: none;
  min-height: 104px;
  float: left;
  padding-top: 5px;
}

.timeline-wrap-vertical {
  margin: 14% 20%;
  margin-left: 9rem;
  position: relative;
  margin-top: 12rem;
}

.timeline-vertical {
  content: "";
  width: 2px;
  background: #1eaf6d;
  display: block;
  position: absolute;
  top: -80px;
  bottom: 12px;
  left: -18px;
  /* position: revert; */
}

.marker-2 {
  color: #fff;
  width: 38px;
  height: 38px;
  line-height: 39px;
  font-size: 13px;
  text-align: center;
  position: relative;
  margin-left: -36px;
  background-color: #1eaf6d;
  border-radius: 50%;
}

.timeline-data-vertical {
  position: relative;
  margin-top: -133px;
}

.timeline-class {
  position: relative;
  font-size: 1rem;
  width: 100%;
  font-weight: 500;
}

.timeline-icon.two {
  background-color: #1eaf6d;
}

.mark-2 {
  top: 30%;
}

.marker {
  color: #fff;
  width: 38px;
  height: 38px;
  line-height: 39px;
  font-size: 13px;
  text-align: center;
  position: absolute;
  margin-left: -36px;
  background-color: #1eaf6d;
  border-radius: 50%;
}

.timeline-data1-vertical {
  position: relative;
  margin-top: 16rem;
  text-align: -webkit-left;
  margin-left: 12%;
}

.timeline-class {
  position: relative;
  font-size: 1rem;
  width: 100%;
  font-weight: 500;
}

.mark-3 {
  top: 88%;
}

.timeline-data2-vertical {
  margin-top: 177px;
  margin-left: 13%;
  text-align: -webkit-left;
}

.mark-1 {
  top: -100px;
}

.carousel {
  margin-bottom: 0;
}

/* The controlsy */
.carousel-control {
  left: -12px;
  height: 40px;
  width: 40px;
  border: 4px solid #fff;
  border-radius: 23px 23px 23px 23px;
  margin-top: 90px;
}

.carousel-control.right {
  right: -12px;
}

/* The indicators */
.carousel-indicators {
  top: auto;
  bottom: -10px;
}

/* The colour of the indicators */
.mt-48 {
  margin-top: -48px;
  color: #333;
  font-weight: 700;
}

/*@import "../../sass/components/offer";*/
.text-darkgray {
  color: #3E4248;
}

.bg-darkblue {
  background: #3F3F72;
}

.bg-darkgreen {
  background: #1c7f50;
}

.bg-lightred {
  background: #f27070;
}

/*----xray colors----*/
.xray-good-clr {
  background-color: #1eaf6d;
}

.xray-avg-clr {
  background-color: #dc9935;
}

.xray-bad-clr {
  background-color: #f27070;
}

/*----xray color ends----*/
/*----list-page colors----*/
.ratingfreedm-good {
  background-color: #1eaf6d;
}

.ratingfreedm-avg {
  background-color: #dc9935;
}

.ratingfreedm-bad {
  background-color: #f27070;
}

/*----list-page ends----*/
.bg-green {
  background: #1eaf6d;
}

.bg-theme {
  background-color: #1eaf6d !important;
}

.text-darkblue {
  color: #3F3F72;
}

.text-darkgreen {
  color: #1c7f50;
}

.text-green {
  color: #1eaf6d !important;
}

.bg-lightgray {
  background: #f7f7f7 !important;
}

.youtube-icon-green {
  color: #1eaf6d;
}

.youtube-icon-red {
  color: red;
}

@media (min-width: 768px) {
  .bg-lightgray-none {
    background: #fff;
  }
}
.box-shadow {
  box-shadow: 0px 1px 7px 2px rgba(0, 0, 0, 0.12);
  border: none;
  background: #f8f9fa;
}

.bx-shd1, #superstars-plan .offer-valid-till h5, #superstars-plan .sub-btn-green, #superstars-plan .sub-btn-gray {
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  /*--from google---*/
}

.bx-shd2 {
  box-shadow: 1px 2px 13px -1px rgba(0, 0, 0, 0.17);
}

.bx-shd3 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

#superstars-plan .price-save-stamp {
  top: -15px;
  right: 15px;
}
#superstars-plan .tab-btns .btn-outline-success {
  border-radius: 10px;
  color: #1eaf6d;
  border: 1px solid #1eaf6d;
}
#superstars-plan .tab-btns .btn-outline-success:hover {
  border-radius: 10px;
  color: #1eaf6d;
  border: 1px solid #1eaf6d;
  background: #fff;
}
#superstars-plan td:last-of-type {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
#superstars-plan td:first-of-type {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#superstars-plan .btn-danger-large, #superstars-plan .btn-secondary-large {
  font-size: 1.25rem;
}
#superstars-plan .tabs {
  display: none;
}
#superstars-plan .text-green {
  color: #1c7f50 !important;
}
#superstars-plan .text-danger {
  color: #f27070 !important;
}
#superstars-plan .bg-none {
  background: none !important;
}
#superstars-plan .sub-btn-green, #superstars-plan .sub-btn-gray {
  border-radius: 50px;
  padding: 8px 15px;
  background: #1eaf6d;
  line-height: 1.9;
  margin-top: -67px !important;
  float: right;
  border: 0;
}
#superstars-plan .sub-btn-gray {
  background-image: linear-gradient(to right top, #4e4e4e, #6b6b6b, #8a8a8a, #aaaaaa, #cbcbcb);
}
#superstars-plan .price-info, #superstars-plan .price-info-small {
  color: #3F3F72;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
}
#superstars-plan .price-info-small {
  font-size: 1.4rem;
  font-weight: 200;
  margin-left: 7px;
}
#superstars-plan tr th:first-child:after {
  background: none !important;
}
#superstars-plan .sub-heading {
  font-size: 1.4rem !important;
  color: #1c7f50;
  font-weight: 700;
}
#superstars-plan #table {
  width: 100%;
  text-align: left;
}
#superstars-plan #table tr.sticky-head {
  position: sticky;
  z-index: 0;
  top: 115px !important;
  background: #fff;
}
#superstars-plan #table tr {
  border-bottom: none;
}
#superstars-plan #table th,
#superstars-plan #table td {
  font-family: "Montserrat", sans-serif !important;
  color: #3F3F72;
  border-bottom: none !important;
  white-space: inherit !important;
}
#superstars-plan #table tr td:after {
  position: absolute;
  content: " ";
  display: block;
  width: 2px;
  height: 100%;
  background: linear-gradient(white 0%, #dadada 10%, #dadada 90%, white 100%);
  top: 0;
}
#superstars-plan #table tr td:first-child:after {
  background: none;
}
#superstars-plan #table tr td:last-child,
#superstars-plan #table tr th:last-child {
  border-right: none;
}
#superstars-plan #table th.table-heading {
  width: 5%;
}
#superstars-plan #table .table-heading {
  color: #3F3F72;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2 !important;
}
#superstars-plan #table .tbl-left-heading {
  font-size: 1.2rem;
  color: #3F3F72;
  font-weight: 700;
  min-width: 125px;
}
#superstars-plan #table th,
#superstars-plan #table td {
  padding: 0.5em 0;
  text-align: center;
  font-size: 1.2rem;
  color: #3F3F72;
  font-weight: 700;
}
#superstars-plan #table th {
  background: #fff;
  color: #f1f1f1;
}
#superstars-plan #table tr:nth-child(2n) td {
  background: #d7f1e5 !important;
}
#superstars-plan .sub-btn1 {
  position: relative;
  float: right;
  margin-top: -50px;
}
#superstars-plan .btn-danger-large, #superstars-plan .btn-secondary-large {
  font-weight: 500;
  height: 3.2rem !important;
  font-size: 1.25rem !important;
}
#superstars-plan .btn-secondary-large {
  background: #1eaf6d;
}
#superstars-plan .form-bx-shd {
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.24);
  padding: 22px;
  border-radius: 20px;
}
#superstars-plan .hr-blue {
  background-color: #87ebee;
  border-width: 0;
  width: 70px;
  height: 7px;
  border-radius: 40px;
}
#superstars-plan #superstars-plan .price-save-stamp {
  top: -18px;
  right: 1px;
  padding: 18px 13px 29px 18px;
  font-weight: 100;
  line-height: 14px;
}
#superstars-plan .offer {
  font-size: 14px;
  color: #1c7f50;
  margin-top: 6px;
}
#superstars-plan ul.timeline-ul {
  position: relative;
  margin-left: 25px;
  margin-top: 20px;
}
#superstars-plan ul.timeline-ul:before {
  position: absolute;
  left: 0;
  content: " ";
  display: block;
  width: 2px;
  height: 100%;
  background: linear-gradient(white 0%, rgba(0, 128, 0, 0.2117647059) 10%, rgba(0, 128, 0, 0.2117647059) 90%, white 100%);
}
#superstars-plan ul.timeline-ul li {
  list-style: none;
  margin: 0 0 15px 25px;
}
#superstars-plan ul.timeline-ul li span {
  left: -12px;
  margin: 0px;
  display: inline-block;
  font-weight: 800;
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  line-height: 1.6em;
  border-radius: 1em;
  background: #28a745;
  color: #fff;
}
#superstars-plan .what-you-get .res-block {
  font-weight: normal;
}
@media only screen and (max-width: 915px) {
  #superstars-plan .price-save-stamp {
    top: -50px !important;
  }
  #superstars-plan .btn-danger-large, #superstars-plan .btn-secondary-large {
    padding: 1px 0px;
    font-size: 1rem !important;
  }
  #superstars-plan .btn-lg {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #superstars-plan .btn-danger-large, #superstars-plan .btn-secondary-large {
    font-size: 1.1rem;
    width: 100% !important;
  }
  #superstars-plan .price-save-stamp {
    top: -20px;
    z-index: -1;
  }
  #superstars-plan .hr-blue {
    width: 39px;
    height: 4px;
  }
  #superstars-plan td:first-of-type {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }
  #superstars-plan .sm-none {
    display: none;
  }
  #superstars-plan .sm-pt-0 {
    padding-top: 0px !important;
  }
  #superstars-plan .rating {
    float: right !important;
    width: 0px;
    margin-top: -76px;
    min-width: -webkit-fill-available !important;
  }
  #superstars-plan .popover {
    max-width: 51% !important;
  }
  #superstars-plan .tbl-left-heading {
    font-size: 1rem !important;
  }
  #superstars-plan td {
    font-size: 1rem !important;
  }
  #superstars-plan .tabs li:first-of-type a {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  #superstars-plan .tabs li:nth-of-type(3) a {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  #superstars-plan .tabs {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: sticky;
    z-index: 1;
    top: 80px;
    background: #fff;
  }
  #superstars-plan .tabs li {
    display: inline-block;
    margin-left: 1px;
  }
  #superstars-plan .tabs li a {
    display: inline-block;
    line-height: 1.4;
    padding: 12px;
    color: #3F3F72;
    background: #f7f7f7;
    text-decoration: none;
    font-size: 0.7em;
    font-weight: 700;
  }
  #superstars-plan .tabs li a.active {
    color: #fff;
    background: #1eaf6d;
    font-weight: 700;
  }
  #superstars-plan #table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
  }
  #superstars-plan #table th,
#superstars-plan #table td {
    padding: 0.5em;
    border: 0;
  }
  #superstars-plan #table th {
    background: #333;
    color: #f1f1f1;
  }
  #superstars-plan #table td:after {
    background: none !important;
  }
  #superstars-plan #table tr:nth-child(2n) td {
    background: #d7f1e5;
  }
  #superstars-plan #table.url-action th,
#superstars-plan #table.url-action td, #superstars-plan #table.category-action th,
#superstars-plan #table.category-action td, #superstars-plan #table.popularity-action th,
#superstars-plan #table.popularity-action td, #superstars-plan #table.visits-action th,
#superstars-plan #table.visits-action td {
    display: none;
  }
  #superstars-plan #table.url-action th, #superstars-plan #table.category-action th, #superstars-plan #table.popularity-action th, #superstars-plan #table.visits-action th {
    color: #333;
  }
  #superstars-plan #table.url-action th:nth-child(1), #superstars-plan #table.category-action th:nth-child(1), #superstars-plan #table.popularity-action th:nth-child(1), #superstars-plan #table.visits-action th:nth-child(1) {
    color: #f1f1f1;
  }
  #superstars-plan #table.url-action tr th:nth-child(1),
#superstars-plan #table.url-action tr td:nth-child(1), #superstars-plan #table.category-action tr th:nth-child(1),
#superstars-plan #table.category-action tr td:nth-child(1), #superstars-plan #table.popularity-action tr th:nth-child(1),
#superstars-plan #table.popularity-action tr td:nth-child(1), #superstars-plan #table.visits-action tr th:nth-child(1),
#superstars-plan #table.visits-action tr td:nth-child(1) {
    text-align: left;
    display: table-cell;
    width: 182px;
  }
  #superstars-plan #table.url-action tr th:nth-child(2),
#superstars-plan #table.url-action tr td:nth-child(2) {
    display: table-cell;
  }
  #superstars-plan #table.category-action tr th:nth-child(3),
#superstars-plan #table.category-action tr td:nth-child(3) {
    display: table-cell;
  }
  #superstars-plan #table.popularity-action tr th:nth-child(4),
#superstars-plan #table.popularity-action tr td:nth-child(4) {
    display: table-cell;
  }
  #superstars-plan #table.visits-action tr th:nth-child(5),
#superstars-plan #table.visits-action tr td:nth-child(5) {
    display: table-cell;
  }
}
#superstars-plan .ole,
#superstars-plan .elo {
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  color: #3F3F72;
}
#superstars-plan .bs-popover-right {
  margin-left: -0.4rem;
}
#superstars-plan .popover {
  max-width: 18%;
  box-shadow: 0px 0px 10px 2px #dcdcdc !important;
  border: none;
  border-radius: 10px;
}
#superstars-plan .popover-body {
  padding: 1.2rem 0.75rem;
  color: #212529;
  font-size: 1rem;
}
#superstars-plan .ct {
  text-align: center;
}
#superstars-plan .ole:hover,
#superstars-plan .elo:hover {
  color: #3F3F72;
  box-shadow: 0 0 0 #555;
}
#superstars-plan .multiple_elements {
  padding: 30px 0 10px 0;
  text-align: center;
}
#superstars-plan .offer-valid-till h5 {
  margin-top: 25px;
  color: #fff;
  padding: 10px;
  border-radius: 50px;
  background: rgb(105, 178, 27);
  background: -moz-radial-gradient(circle, rgb(105, 178, 27) 0%, rgb(75, 147, 44) 100%);
  background: -webkit-radial-gradient(circle, rgb(105, 178, 27) 0%, rgb(75, 147, 44) 100%);
  background: radial-gradient(circle, rgb(105, 178, 27) 0%, rgb(75, 147, 44) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#69b21b",endColorstr="#4b932c",GradientType=1);
}
@media (max-width: 640px) {
  #superstars-plan .price-save-stamp {
    top: -20px;
    right: 14px;
  }
  #superstars-plan .ole,
#superstars-plan .elo {
    padding: 6px 12px;
    font-size: 12px;
  }
}
#superstars-plan .sm-ratings {
  display: block;
  position: absolute;
  top: -13px;
  margin-left: 17px;
}
#superstars-plan .sm-ratings .rating {
  float: left;
  width: 20px;
  min-width: fit-content !important;
  margin-top: 0px;
}
#superstars-plan .rating {
  float: left;
  width: 20px;
  min-width: fit-content;
}
#superstars-plan .rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}
#superstars-plan .rating:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 23px;
  margin-bottom: 0;
  line-height: 1.2;
  margin-right: 3px;
  color: #ddd;
}
#superstars-plan .rating:not(:checked) > label:before {
  content: "★ ";
  color: #f2c94c;
}
#superstars-plan .rating > label:active {
  position: relative;
}
#superstars-plan .tick::before {
  content: "✓";
}
#superstars-plan .show-on-calc {
  display: none;
}
#superstars-plan .pay-with .price-save-stamp {
  font-size: 15px;
  position: absolute;
  background: url(/images/saved-stamp.png) no-repeat;
  top: -36px;
  width: auto;
  margin-left: 38px;
  line-height: 18px;
  padding: 28px 30px 31px 27px;
  background-size: contain;
  text-align: center;
  color: #fff;
}
#superstars-plan .pay-with .price-card {
  font-size: 11px;
  left: 114px;
  right: 48px;
  padding-top: 10px;
  padding: 20px;
  padding-left: 13px;
}
#superstars-plan .pay-with article {
  display: none;
}
#superstars-plan .pay-with article.on {
  display: block;
}
@media (max-width: 768px) {
  #superstars-plan .price-save-stamp {
    top: -15px;
    right: 5px;
    z-index: -1;
  }
  #superstars-plan .btn-danger-sub {
    width: auto !important;
    border-radius: 36px;
    background: #f27070;
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
  }
  #superstars-plan table tbody tr td {
    white-space: inherit !important;
    min-width: 150px !important;
  }
  #superstars-plan #table .table-heading {
    font-size: 1.5rem;
    width: auto !important;
  }
  #superstars-plan .sub-btn-green,
#superstars-plan .sub-btn-gray {
    line-height: 1;
    width: 150px;
  }
}
#superstars-plan .custom {
  display: none;
}
#superstars-plan .what-customers-say {
  margin-top: 3rem !important;
}
@media only screen and (max-width: 320px) {
  #superstars-plan .sm-ratings {
    margin-left: 10px;
  }
  #superstars-plan .price-save-stamp {
    top: -10px !important;
  }
  #superstars-plan .pay-with .price-card {
    font-size: 7px;
    left: 15px;
    top: -35px !important;
    right: -2px;
    padding-top: 10px;
    padding: 10px;
    padding-left: 8px;
  }
  #superstars-plan .tabs li a {
    min-height: 72px;
  }
  #superstars-plan table tbody tr td {
    white-space: inherit !important;
    min-width: auto !important;
  }
}
@media only screen and (max-width: 319px) {
  #superstars-plan .sm-ratings {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #superstars-plan .sub-plan .btn {
    font-size: 1rem;
  }
  #superstars-plan .sub-plan .btn-danger-large, #superstars-plan .sub-plan .btn-secondary-large {
    width: 100% !important;
    font-size: 1rem !important;
  }
  #superstars-plan .pay-with .price-card {
    font-size: 8px;
    left: 37px;
    top: -35px !important;
    width: 45px;
    line-height: 9px;
    padding-top: 10px;
    padding: 8px;
    padding-left: 10px;
    background-size: cover;
    min-height: 45px;
  }
}

.text-darkgray {
  color: #3E4248;
}

.bg-darkblue {
  background: #3F3F72;
}

.bg-darkgreen {
  background: #1c7f50;
}

.bg-lightred {
  background: #f27070;
}

/*----xray colors----*/
.xray-good-clr {
  background-color: #1eaf6d;
}

.xray-avg-clr {
  background-color: #dc9935;
}

.xray-bad-clr {
  background-color: #f27070;
}

/*----xray color ends----*/
/*----list-page colors----*/
.ratingfreedm-good {
  background-color: #1eaf6d;
}

.ratingfreedm-avg {
  background-color: #dc9935;
}

.ratingfreedm-bad {
  background-color: #f27070;
}

/*----list-page ends----*/
.bg-green {
  background: #1eaf6d;
}

.bg-theme {
  background-color: #1eaf6d !important;
}

.text-darkblue {
  color: #3F3F72;
}

.text-darkgreen {
  color: #1c7f50;
}

.text-green {
  color: #1eaf6d !important;
}

.bg-lightgray {
  background: #f7f7f7 !important;
}

.youtube-icon-green {
  color: #1eaf6d;
}

.youtube-icon-red {
  color: red;
}

@media (min-width: 768px) {
  .bg-lightgray-none {
    background: #fff;
  }
}
.box-shadow {
  box-shadow: 0px 1px 7px 2px rgba(0, 0, 0, 0.12);
  border: none;
  background: #f8f9fa;
}

.bx-shd1, #superstars-plan .sub-btn-green, #superstars-plan .sub-btn-gray, #superstars-plan .offer-valid-till h5 {
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  /*--from google---*/
}

.bx-shd2 {
  box-shadow: 1px 2px 13px -1px rgba(0, 0, 0, 0.17);
}

.bx-shd3 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.popover {
  max-width: 18%;
  box-shadow: 0px 0px 10px 2px #dcdcdc !important;
  border: none;
  border-radius: 10px;
}
.popover-body {
  padding: 1.2rem 0.75rem;
  color: #212529;
  font-size: 1rem;
}

ul.timeline-ul {
  position: relative;
  margin-left: 25px;
  margin-top: 20px;
}
ul.timeline-ul:before {
  position: absolute;
  left: 0;
  content: " ";
  display: block;
  width: 2px;
  height: 100%;
  background: linear-gradient(white 0%, rgba(0, 128, 0, 0.2117647059) 10%, rgba(0, 128, 0, 0.2117647059) 90%, white 100%);
}
ul.timeline-ul li {
  list-style: none;
  margin: 0 0 15px 25px;
}
ul.timeline-ul li span {
  left: -12px;
  margin: 0px;
  display: inline-block;
  font-weight: 800;
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  line-height: 1.6em;
  border-radius: 1em;
  background: #28a745;
  color: #fff;
}

.what-you-get .res-block {
  font-weight: normal;
}

/*# sourceMappingURL=subscribe.css.map */
