/*your custom css goes here*/
.space_para{
    line-height: 50px;
}
.top_gap
{
    margin-top:2.3rem;
}
.flower_section{
    background: url(https://taajonline.com/public/assets/img/pictures/flower.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.currency{
    font-size:28px;
}
.price{
    font-size:46px;
}
.validity{
    font-size:30px;
}
.buy_btn{
    padding: 0.6rem 6.3rem !important;
}
.buy_now{
    padding-top:13rem;
}
.membership_card{
    background: #CD5E5E30 !important;
    border-radius: 35px !important;

}
.profile_img{
    height:243px;
}
.services{
    line-height:38.16px;
}
#filter{
    background: url(https://taajonline.com/public/assets/img/pictures/filter_bg.png);
   position: absolute;
    bottom: 10%;
    left: 40%;
}
.premium_members{
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px;*/
}
.slick-initialized .slick-slide{
    margin: 0 10px;
}

@media only screen and (max-width: 600px) {
 .mobile-hor-swipe {
    white-space: unset !important;
  }
  .nav-link
  {
    padding: 0 0.4rem !important;   
  }
}