section.footer-cta {
  padding-top: 0px; }

.tooltip > .tooltip-inner {
  background-color: #fff;
  color: #4d1e97;
  border: unset;
  padding: 16px;
  font-size: 18px;
  font-weight: 500;
  min-width: 150px;
  text-align: center; }

/* Tooltip on top */
.tooltip.top > .tooltip-arrow {
  border-top: 5px solid green; }

.bs-tooltip-top .arrow::before {
  border-width: .6rem .6rem 0;
  border-top-color: #fff; }

/*Home Promo Header*/
.home-header-promo {
  background-color: #F9F6FE;
  color: #7459AA;
  text-align: left;
  padding-bottom: 25px;
  overflow: hidden;
  position: relative; }

.home-header-promo .bg-slant-1 {
  position: absolute;
  left: 43.4%;
  top: -105px; }

.home-header-promo .main-heading {
  padding-top: 200px; }

.home-header-promo .main-heading h2 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 20px; }

.home-header-promo .main-heading h1 {
  font-size: 70px;
  font-weight: 800;
  color: #fff;
  background-color: #ff5a5b;
  border-radius: 5px; }

.home-header-promo .main-heading h3 {
  font-size: 20px;
  font-family: Montserrat;
  color: #7459AA; }

.home-header-promo .main-iso-img {
  padding-top: 160px; }

.promotional-boxes {
  margin-top: 25px; }

.promo-box {
  margin-top: 25px;
  text-align: center;
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08);
  color: #391385;
  font-size: 14px;
  transition: all .2s ease-in-out; }

.promo-box .discount:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0px;
  border-top: solid 24px #0a003c;
  border-left: solid 0px transparent;
  border-right: solid 25px transparent; }

.promo-box .discount {
  background-color: #0a003c;
  background-image: linear-gradient(135deg, #0a003c 0%, #6B32C6 140%);
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  top: -50px;
  margin-left: -6px;
  margin-right: -22px;
  border-radius: 1px;
  box-shadow: 0px 0px 15px 5px rgba(110, 110, 110, 0.1); }

.promo-box .promo-icon {
  margin-top: -25px; }

.promo-box .promo-package-heading h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 10px 0px;
  color: #4d1e97; }

.promo-box .promo-package-subheading {
  font-size: 15px;
  font-weight: 600;
  margin: 10px; }

.promo-box .promo-package-subheading span.pricing {
  color: #ff5a5b;
  font-size: 25px;
  font-weight: 800; }

.promo-box .promo-package-subheading span.pricing small {
  font-size: 12px; }

.promo-box .promo-code {
  background-color: #EF227B;
  background-image: linear-gradient(135deg, #0a003c 0%, #6B32C6 140%);
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -20px;
  margin-top: 20px;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: .9; }

.promo-box .promo-code span.code {
  font-weight: 600;
  font-style: italic;
  font-size: 20px; }

.promo-box .promo-code span.code:hover {
  cursor: pointer;
  text-decoration: underline; }

.promo-box .promo-button a.promo-btn {
  padding: 15px 25px;
  min-width: unset;
  margin: unset; }

.promo-box .promo-perks {
  text-align: center;
  margin: 15px 0px; }

.promo-box .promo-perks ul {
  list-style: none;
  padding: unset;
  margin: unset; }
  .promo-box .promo-perks ul li {
    font-size: 15px;
    font-weight: 600; }

/*End of Home Promo Header*/
.home-header-promo .main-iso-img {
  padding-top: unset; }

.home-header-promo .main-heading {
  padding-top: unset; }

.main-content-holder {
  padding-top: 175px;
  text-align: center; }
  .main-content-holder #promo-counter {
    font-size: 60px;
    font-weight: 700;
    color: #522BAB; }
    .main-content-holder #promo-counter .metrics {
      display: inline; }
      .main-content-holder #promo-counter .metrics:after {
        content: ":";
        position: absolute;
        right: -10px;
        color: #ff5a5b;
        font-size: 50px; }
      .main-content-holder #promo-counter .metrics:last-child:after {
        content: ""; }
      .main-content-holder #promo-counter .metrics span.counter {
        font-size: 16px;
        position: relative;
        display: block;
        top: 10px; }

.main-heading {
  margin-bottom: 50px;
  color: #522BAB; }

.home-header-promo .bg-slant-1 {
  position: absolute;
  left: 31%;
  top: -30px; }

.wrapper span.promo {
  background-color: #EF227B;
  background-image: linear-gradient(135deg, #dc3545 0%, #6B32C6 140%);
  padding: 10px 25px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: -30px;
  left: 10%;
  border-radius: 1px;
  box-shadow: 0px 0px 15px 5px rgba(110, 110, 110, 0.1); }
  .wrapper span.promo:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0px;
    border-top: solid 13px #c32794;
    border-left: solid 0px transparent;
    border-right: solid 13px transparent; }

@media screen and (max-width: 1200px) {
  .home-header-promo .bg-slant-1 {
    position: absolute;
    left: 17%;
    top: -30px; } }
@media screen and (max-width: 991px) {
  .home-header-promo .main-heading h1 {
    font-size: 60px; }

  .middle-promo-content {
    margin: 25px 0px; }

  .home-header-promo .bg-slant-1 {
    left: 9%; } }
@media screen and (max-width: 767px) {
  .home-header-promo .bg-slant-1 {
    left: 30.4%; } }
@media screen and (max-width: 576px) {
  .main-content-holder #promo-counter {
    font-size: 40px; }
    .main-content-holder #promo-counter .metrics:after {
      content: ":";
      position: absolute;
      right: -10px;
      color: #ff5a5b;
      font-size: 37px; } }
@media screen and (max-width: 420px) {
  .main-content-holder {
    padding-top: 120px; }

  .home-header-promo .bg-slant-1 {
    left: 26.4%; }

  .main-content-holder #promo-counter {
    font-size: 30px; }
    .main-content-holder #promo-counter .metrics span.counter {
      font-size: 13px;
      position: relative;
      display: block;
      top: 10px; } }
@media screen and (max-width: 335px) {
  .main-content-holder #promo-counter {
    font-size: 30px; }
    .main-content-holder #promo-counter .metrics:after {
      content: ":";
      position: absolute;
      right: -10px;
      color: #ff5a5b;
      font-size: 27px; }

  .home-header-promo .bg-slant-1 {
    left: 13.4%; } }

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