/* Mega Deal Top Banner */
.sovWare__discount-banner--mega-deal {
  padding: 8px 0 10px;
  vertical-align: middle;
  background: radial-gradient(circle, #2b2490, #0a0026);
}

.sovWare__discount-banner__wrapper {
  display: flex;
  gap: 10px 30px;
  align-items: center;
  justify-content: space-between;
}

.sovWare__discount-banner__logo img {
  max-height: 46px;
}

.sovWare__discount-banner__text {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 0;
}

.sovWare__discount-banner__text strong {
  color: #ff9a00;
}

.sovWare__discount-banner__wrapper .discount-countdown ul {
  gap: 8px;
}

.sovWare__discount-banner__wrapper .discount-countdown li {
  width: 40px;
  height: 46px;
  font-size: 20px;
  line-height: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #1d1562 !important;
}

.sovWare__discount-banner__wrapper .discount-countdown li span {
  font-size: 13px;
  line-height: 13px;
  color: #1d1562;
}

.sovWare__discount-banner__wrapper .discount-countdown li .loader-dot:nth-child(1) {
  background-color: #1d1562;
}



.sovWare__discount-banner__btn .btn {
  display: flex;
  height: auto;
  padding: 11px 23px;
  justify-content: center;
  align-items: center;
  background: var(--White-White, #fff);
  color: #0093ff;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  border-radius: 10px;
  border: 1px solid #413b7b !important;
  box-shadow: -4px 4px 0 0 rgba(255, 255, 255, 0.16);
  overflow: hidden;
  white-space: nowrap;
}

.sovWare__discount-banner__btn .btn :hover {
  background: #fff;
  color: #0093ff;
  box-shadow: -4px 4px 0 0 rgba(255, 255, 255, 0.16);
  border: 1px solid #413b7b;
}

.sovWare__discount-banner.sovWare__discount-banner--mega-deal .disc-close {
  background: rgba(255, 255, 255, 0.16);
}

/* Deal Banner  */
.mega-deal-pricing__content .discount-countdown {
  margin: 24px 0 0;
}

.mega-deal-pricing__content .discount-countdown .discount-countdown-title {
  font-size: 18px;
  line-height: 23px;
  color: #1749c9;
  margin: 0 0 10px;
}

.mega-deal-pricing__content .discount-countdown ul {
  gap: 16px;
  justify-content: center;
}

.mega-deal-pricing__content .discount-countdown li {
  width: 64px;
  height: 75px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  border-radius: 8px;
  color: #1749c9 !important;
  border: 1px solid #1749c9;
  background: transparent;
}

.mega-deal-pricing__content .discount-countdown li span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #1749c9;
}

.mega-deal-pricing__content .discount-countdown li .loader-dot:nth-child(1) {
  background-color: #1749c9;
}


@media screen and (min-width: 991.99px){

  .page-template-default-pricing-page .july-active-message a:after{
    display: none;
  }
  .page-template-default-pricing-page .july-active-message a:before{
    display: none;
  }
  .page-template-default-pricing-page .headroom--not-top, .headroom--pinned{
    padding-bottom: 0;
  }
  /* 
  Header Customization */
  .july-active-message a:after {
    content: "Hurry! Save up to 35%";
    position: absolute;
    left: 12px;
    top: 55px;
    display: flex;
    height: 24px;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #3E55FF;
    border-radius: 4px;
    background: #B5D1FF;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.10);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 0px;
    text-transform: capitalize;
    white-space: nowrap;
    pointer-events: none;
  }

  .july-active-message a:before {
    transform: rotate(-5.23deg);
    position: absolute;
    fill: #B6B8C2;
    position: absolute;
    content: "";
    top: 31px;
    left: -9px;
    font-size: 18px;
    background: #aeb9cd;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 17px;
    height: 38px;
    display: block;
    -webkit-mask-image: url(../../assets/svg/hurry-arrow.svg);
    mask-image: url(../../assets/svg/hurry-arrow.svg);
    pointer-events: none;
  }

  .headroom--not-top, .headroom--pinned{
    padding-bottom: 22px;
  }

}


@media screen and (max-width: 1499px) {
  .sovWare__discount-banner__text {
    font-size: 40px;
    line-height: 40px;
  }

  .sovWare__discount-banner__btn .btn {
    font-size: 20px;
    line-height: 20px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 1199.99px) {
  .sovWare__discount-banner__logo img {
    max-height: 35px;
    max-width: 225px;
  }

  .sovWare__discount-banner__text {
    font-size: 30px;
    line-height: 35px;
  }

  .sovWare__discount-banner__btn .btn {
    font-size: 16px;
    line-height: 16px;
  }
}

@media screen and (max-width: 991.99px) {
  .sovWare__discount-banner__logo img {
    max-width: 125px;
  }

  .sovWare__discount-banner__wrapper {
    justify-content: center;
    gap: 10px;
  }

  .sovWare__discount-banner__text {
    font-size: 14px;
    line-height: 30px;
  }

  .sovWare__discount-banner__content {
    margin-bottom: 10px;
  }

  .sovWare__discount-banner__wrapper .discount-countdown li {
    width: 30px;
    height: 36px;
    font-size: 16px;
    line-height: 16px;
  }

  .sovWare__discount-banner__wrapper .discount-countdown li span {
    font-size: 10px;
  }

  .sovWare__discount-banner__btn .btn {
    font-size: 12px;
    line-height: 14px;
    padding: 8px 12px;
  }
}

@media screen and (max-width: 767.99px) {

  .has-discount-banner.trheader .site-header.headroom--top.headroom--not-bottom,
  .has-discount-banner.trheader .site-header.headroom--pinned.headroom--top.headroom--not-bottom {
    top: 50px;
  }
}

@media screen and (max-width: 575.99px) {

  .sovWare__discount-banner__wrapper {
    flex-wrap: wrap;
    gap: 15px;
  }

  .sovWare__discount-banner__logo img {
    max-width: 165px;
  }

  .sovWare__discount-banner__text {
    font-size: 18px;
    line-height: 20px;
  }

  .sovWare__discount-banner__wrapper .discount-countdown {
    flex: 0 0 100%;
  }

  .sovWare__discount-banner.sovWare__discount-banner--mega-deal .disc-close {
    top: 20px;
  }

  .mega-deal-pricing__content .discount-countdown li {
    width: 50px;
    height: 65px;
    font-size: 30px;
    line-height: 30px;
  }

  .mega-deal-pricing__content .discount-countdown li span {
    font-size: 12px;
    line-height: 12px;
  }
}
@media screen and (max-width: 421.99px) {
  .has-discount-banner.trheader .site-header.headroom--top.headroom--not-bottom,
  .has-discount-banner.trheader .site-header.headroom--pinned.headroom--top.headroom--not-bottom {
    top: 93px;
  }
}
@media screen and (max-width: 374.99px) {
  .sovWare__discount-banner__wrapper {
    flex-direction: column;
  }
  .has-discount-banner.trheader .site-header.headroom--top.headroom--not-bottom,
  .has-discount-banner.trheader .site-header.headroom--pinned.headroom--top.headroom--not-bottom {
    top:128px;
  }
}

/* Mega Deal CSS */
.mega-deal-pricing {
  position: relative;
  padding: 37px 0 43px;
  background-size: cover;
}
