.aura-slider,
.discover-your-aura-sec,
.download-app-sec,
.membership-tiers-sec, .membership-tiers-sec td,
.faq-terms-sec{
    font-family: 'PT Sans Regular',sans-serif;
    font-size: 16px;
}

.aura-slider h1,
.discover-your-aura-sec h1,
.download-app-sec h1,
.membership-tiers-sec h1,
.faq-terms-sec h1{
    font-family: 'PT Sans Bold',sans-serif;
    padding: 0 0 1.5rem 0;
}

.discover-your-aura-sec h1,
.download-app-sec h1,
.membership-tiers-sec h1,
.faq-terms-sec h1{
    text-align: center;
    color: #283266;
    letter-spacing: .17px;
    line-height: 1;
}

.discover-your-aura-sec h4{
    color: #772583;
    text-transform: uppercase;
    font-family: 'PT Sans Bold',sans-serif;
    line-height: 1;
    letter-spacing: 0.19px;
}

.discover-your-aura-sec h4:after{
    display: block;
    position: relative;
    bottom: 4px;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #772583;
    padding-top: 2px;
    margin-top: 5px;
}

.discover-your-aura-sec strong,
.download-app-sec strong,
.membership-tiers-sec strong,
.faq-terms-sec strong{
    color: #283266;
}

.aura-slider a,
.discover-your-aura-sec a,
.download-app-sec a,
.membership-tiers-sec a, .membership-tiers-sec em,
.faq-terms-sec a{
    color: #772583;
    font-weight: bold;
}

.download-app-sec,
.faq-terms-sec{
    background-color: #f8f8f8;
}

.aura-slider .home-full-item .carousel-caption h1{
    background: none;
    text-transform: none;
    font-size: 64px;
    padding: 25px 10px 0;
    text-shadow: 2px 3px #222;
}

.aura-slider .home-full-item .carousel-caption h1:after{
    display: block;
    position: relative;
    bottom: 4px;
    content: "";
    width: 170px;
    height: 4px;
    background-color: #fff;
    padding-top: 2px;
    margin-top: 25px;
}

.aura-slider .home-full-item .blue_btn{
    background: none;
    border: 3px solid #fff;
    border-radius: 30px;
    padding: 10px 40px 10px;
}
.aura-slider .home-full-item p{
    text-shadow: 2px 2px #222;
    padding:  5px 10px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .aura-slider .home-full-item .carousel-caption h1{
        font-size: 28px !important;
        line-height: 34px !important;
    }
    .aura-slider .home-full-item p{
        font-size: 20px !important;        
        line-height: 25px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .aura-slider .home-full-item .carousel-caption h1{
        font-size: 24px !important;
    }
    .aura-slider .home-full-item p{
        line-height: 22px !important;
    }
}
@media (min-width: 691px) and (max-width: 767px) {
    .aura-slider .home-full-item .carousel-caption h1{
        font-size: 21px !important;
        line-height: 26px !important;
    }
    .aura-slider .home-full-item p{
        font-size: 15px !important;
        line-height: 20px !important;
     }
}
@media (min-width: 576px) and (max-width: 690px) {
    .aura-slider .home-full-item .carousel-caption h1{
        font-size: 18px !important;
        line-height: 21px !important;
    }
    .aura-slider .home-full-item p{
        font-size: 13px !important;
        line-height: 16px !important;
     }
}
@media (min-width: 526px) and (max-width: 575px) {
    .aura-slider .home-full-item .carousel-caption h1{
        font-size: 20px !important;
        line-height: 24px !important;
    }
    .aura-slider .home-full-item p{
        font-size: 14px !important;
        line-height: 20px !important;
    }
}

@media (min-width: 325px) and (max-width: 525px) {
    .aura-slider .home-full-item .carousel-caption h1{
        font-size: 24px !important;
    }
}

@media (max-width: 324px) {
    .aura-slider .home-full-item .carousel-caption h1{
        font-size: 20px !important;
    }
}

.aura-tabs .nav-tabs a
{
  display:flex;
  flex-grow:1;
  justify-content: center;
}
.aura-tabs .nav-tabs .nav-link {
    padding:0.75rem 1rem 0.75rem !important;
    background-color:#dedede !important;
    color:#43474e !important;
    }
 .aura-tabs .nav-tabs .nav-link:hover, .aura-tabs .nav-tabs .nav-link.active,  .aura-tabs .nav-tabs a.active span {
    background-color:#283266 !important;
    color:#fff !important;
    }

