/* CSS Document */
body {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}

.horoscope-title {
  font-size: 4rem;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.166em;
  padding-top: 15px;
  text-transform: uppercase;
}

.cstcol-sm-4{
  /* width: 40%; */
  width: 45%;
  margin-top: 7px;
  display: inline-block;
}

.cstcol-sm-6{
  /* width: 60%; */
  width: 40%;
  margin-top: 7px;
  display: inline-block;
  padding: 0px !important;
}

.cst-hbtn-top-margin{
  margin-top: 17px !important;
  float: right !important;
}

.cstmb-d-none{
  display:block !important;
}

.cstlg-d-none{
  display:none !important;
}

.cstmb-ml-29{
  margin-left: 63px;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .horoscope-title {
    font-size: 3rem;
  }
  .cstmb-d-none{
    display:none !important;
  }
  .cstlg-d-none{
    display:block !important;
  }
}

.btn-horoscope {
  border: 2px solid #D6C422;
  color: #D6C422;
  padding: 7px 25px;
  border-radius: 50px;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  background-color: transparent;
  transition: all 0.5s;
  min-width: 150px;
  margin: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 1399px) {
  .btn-horoscope {
    min-width: 160px;
  }
}
@media screen and (max-width: 1199px) {
  .btn-horoscope {
    min-width: 120px;
  }
}
@media screen and (max-width: 992px) {
  .btn-horoscope {
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .btn-horoscope {
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.btn-horoscope:hover, .btn-horoscope.active {
  color: #000000;
  background-color: #D6C422;
}

.btn-date {
  width: 100%;
  color: #ffffff;
  background-color: #3F3F3F;
  border-radius: 0;
  display: block;
  padding: 15px;
}
.btn-date.active, .btn-date:hover {
  color: #000000;
  background-color: #D6C422;
}

.heading {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 24px;
}

.desc h5 {
  margin-top: 30px;
}
.desc p {
  margin-bottom: 0 !important;
  font-size: 19px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .desc p {
    font-size: 16px;
  }
}
.desc br {
  display: none;
}

.buttons_container {
  margin-top: 48px;
  scrollbar-width: 0;
  flex-wrap: nowrap !important;
  overflow-x: auto;
}
.buttons_container::-webkit-scrollbar {
  height: 0;
}/*# sourceMappingURL=horo-style.css.map */

.buttons_container {
    margin-top: 48px;
}
.top-dropdown-box{
    display: flex;
    text-align: center;
    justify-content: center;
}
.horoscope-img{
    width: auto !important;
    height: 200px;
}

@media (max-width:576px){
    .horoscope-img{
        /* height: 125px; */
        height: 138px;
        width: auto !important;
    }
    .btn-horoscope {
        font-size: 15px;
    }
    .top-dropdown-box{
        display: block;
        text-align: center;
        margin: auto;
        width: fit-content;
    }
    .buttons_container {
        margin-top: 12px;
    }
    .horoscope-title {
        padding-top: 15px !important;
    }
}
