.mobileOnly {
  display: none;
}
@media (max-width: 720px) {
  .mobileOnly {
    display: block;
  }
}

.yearlyWrap {
  padding: 0 !important;
}
.yearlyWrap .half {
  width: 100% !important;
}

.bannerAdContainer {
  display: flex;
  margin-top: 30px;
  mask-border-width: 50%;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.bannerAdContainer .topBannerAd {
  display: flex;
  flex-flow: column;
  margin: 0 auto;
}

.ad-label {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 8px;
  margin: 10px 0 0;
  /* width: 100% !important; */
}

h1 {
  font-size: 44px;
  margin-right: 15px;
  letter-spacing: 15px;
  text-transform: capitalize;
  font-weight: 700;
  color: #172053;
  margin-bottom: 10px;
}
@media (max-width: 720px) {
  h1 {
    font-size: 32px;
    letter-spacing: 0;
    padding: 0;
  }
}

h2 {
  color: #172053;
}
@media (max-width: 720px) {
  h2 {
    font-size: 20px;
  }
}

.bold {
  font-weight: bold;
}

p a {
  color: #5F4BBC !important;
  cursor: pointer;
}
p a:hover {
  color: #F7BDC8 !important;
}

.collapsedDiv {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 720px) {
  .collapsedDiv {
    padding: 0 40px;
  }
}
.collapsedDiv .triggerDropDown {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  cursor: pointer !important;
  position: relative;
  border: none;
  background: linear-gradient(#dcdcdc, #dcdcdc);
}
.collapsedDiv .triggerDropDown:hover {
  background: linear-gradient(#5f4bbc, #905499) !important;
}
.collapsedDiv .triggerDropDown .fas {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collapsedDiv .triggerDropDown .fas img {
  position: absolute;
  top: 14px;
}
.collapsedDiv .triggerDropDown .signsCollapsedList {
  min-width: 120px;
  width: 140px;
  justify-content: center;
  font-size: 20px;
  background: #dcdcdc;
  list-style: none;
  padding: 0;
  border-radius: 1em;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  z-index: 99;
  position: absolute;
  left: 0px;
  top: -1px;
}
.collapsedDiv .triggerDropDown .signsCollapsedList.collapse {
  transition: all 0.2s ease-in-out;
  padding-bottom: 10px;
}
.collapsedDiv .triggerDropDown .signsCollapsedList a {
  text-decoration: none;
}
.collapsedDiv .triggerDropDown .signsCollapsedList li {
  padding: 10px 20px;
  color: #172053;
  text-transform: capitalize;
  text-align: left !important;
}
.collapsedDiv .triggerDropDown .signsCollapsedList li:hover {
  font-weight: bolder;
  transform: translateY(-1px);
}
.collapsedDiv .innerCollapseDivBtn {
  /* right: 0 !important; */
  border-radius: 1em;
  width: 50px;
  height: 50px;
  color: white;
  cursor: pointer !important;
  top: 8px;
  border: none;
  background: linear-gradient(#dcdcdc, #dcdcdc);
}
.collapsedDiv .innerCollapseDivBtn:hover {
  background: linear-gradient(#5f4bbc, #905499);
}
.collapsedDiv .innerCollapseDivBtn i {
  pointer-events: none;
}

@media (max-width: 720px) {
  .horoscopeItem {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
  }
}
.horoscopeItem .signTitle {
  margin-bottom: 50px;
}
@media (max-width: 720px) {
  .horoscopeItem .signTitle {
    width: 60%;
    align-self: flex-end;
    margin: 30px 0 50px;
  }
}
.horoscopeItem .signMainDiv {
  display: flex;
}
@media (max-width: 720px) {
  .horoscopeItem .signMainDiv {
    flex-direction: column;
  }
}
.horoscopeItem .signMainDiv .signImg {
  margin-right: 15px;
  max-width: 170px;
  flex-shrink: 0;
}
@media (max-width: 720px) {
  .horoscopeItem .signMainDiv .signImg {
    margin-top: -130px;
    width: 30%;
    max-width: 100px;
  }
}
.horoscopeItem .signMainDiv .signImg img {
  width: 100%;
}
.horoscopeItem .signDescription {
  font-size: 17px;
  line-height: 32px;
  color: #707070;
}
@media (max-width: 720px) {
  .horoscopeItem .signDescription {
    margin-top: 30px;
  }
}

.horoscopeIconsWrap {
  margin-bottom: 40px;
}
@media (max-width: 720px) {
  .horoscopeIconsWrap {
    background-color: #f0f0f0;
    padding: 25px 20px;
    margin-bottom: 30px;
  }
}
.horoscopeIconsWrap .horoscopeIconItem {
  display: flex;
  margin-bottom: 60px;
  align-items: center;
}
.horoscopeIconsWrap .horoscopeIconItem:last-child {
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .horoscopeIconsWrap .horoscopeIconItem {
    align-items: flex-start;
  }
}
.horoscopeIconsWrap .horoscopeIconItem .addedTagTitle {
  color: #5F4BBC;
  font-size: 20px;
  text-transform: uppercase;
}
.horoscopeIconsWrap .horoscopeIconItem .tagProps {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 164px;
  padding-right: 70px;
  flex-shrink: 0;
}
@media (max-width: 720px) {
  .horoscopeIconsWrap .horoscopeIconItem .tagProps {
    width: 70px;
    padding-right: 20px;
  }
}
.horoscopeIconsWrap .horoscopeIconItem .tagProps img {
  max-width: 75px;
  width: 100%;
}
.horoscopeIconsWrap .horoscopeIconItem .tagProps .newTagImg {
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.horoscopeIconsWrap .horoscopeIconItem .tagProps .newTagImg:hover {
  transform: translateY(-5px);
}
.horoscopeIconsWrap .horoscopeIconItem p {
  color: #707070;
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 0;
}
.horoscopeIconsWrap .horoscopeIconItem .newTagText {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #212529;
  margin-top: 15px;
  font-size: 20px;
}

.signList {
  width: 110px;
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.8;
  padding: 15px 12px 0;
  color: #172053;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  text-transform: capitalize;
}
.signList a {
  font-size: 18px;
  font-weight: 400;
}
.signList .innerLinkSignList {
  color: inherit;
  text-decoration: none;
}

.collapsing {
  opacity: 0;
  padding-bottom: 10px;
}

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