@import url("/fonts/font-awesome/css/font-awesome.min.css");
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
}



@-webkit-keyframes fade {
    from {opacity: 1;}
    to {opacity: 0;}
} 

@keyframes fade {
    from {opacity: 1;}
    to {opacity: 0;}
}

.beforeCTA {
    width: 100%;
    height: 100vh;
    padding: 25px 0;
}

.beforeCTA-background {
    background: rgba(242, 206, 234, 1);
    background: -moz-linear-gradient(top, rgba(242, 206, 234, 1) 0%, rgba(192, 165, 208, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242, 206, 234, 1)), color-stop(100%, rgba(192, 165, 208, 1)));
    background: -webkit-linear-gradient(top, rgba(242, 206, 234, 1) 0%, rgba(192, 165, 208, 1) 100%);
    background: -o-linear-gradient(top, rgba(242, 206, 234, 1) 0%, rgba(192, 165, 208, 1) 100%);
    background: -ms-linear-gradient(top, rgba(242, 206, 234, 1) 0%, rgba(192, 165, 208, 1) 100%);
    background: linear-gradient(to bottom, rgba(242, 206, 234, 1) 0%, rgba(192, 165, 208, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2ceea', endColorstr='#c0a5d0', GradientType=0);
}

.countdown {
    display: block;
    padding: 10px 20px;
    text-align: center;
}

.countdown .day,
.countdown .hour,
.countdown .min,
.countdown .sec {
    padding: 0px 20px 20px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.countdown .day .num,
.countdown .hour .num,
.countdown .min .num,
.countdown .sec .num {
    display: block;
    font-size: 4rem;
    font-weight: 800;
    color: #fff;
    padding: 10px;
    background: #000;
    width: 100px;
}

.countdown .day .word,
.countdown .hour .word,
.countdown .min .word,
.countdown .sec .word {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

/* .teaserSlider {} */

.teaserItem {
    display: block;
    width: 100%;
}

.teaserCaption {
    padding-top: 50px;
    display: inline-block;
    word-break: normal;
}

.teaserCaption span {
    color: #fff;
    font-weight: 500;
    font-size: 4rem;
    line-height: 1;
}

.teaserCaption h1 {
    font-size: 5rem;
    font-weight: 800;
    color: #5b0e8b;
    line-height: 1;
}

.teaserImage {
    width: 325px;
    display: inline-block;
}

.cta {
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px;
}

button#cta {
    margin: 0 auto!important;
}

.exclinvite {
    font-size: 2.25rem;
    font-weight: 600;
    color: #5b0e8b;
    display: block;
    text-align: center;
}

.invite-form {
    background-color: #e9cff4;
    padding: 25px 0 50px;
}


/* =================== Button ========================== */

.fcmbbtn {
    background-color: #5c1087;
    border: solid 1px #46036d;
    cursor: pointer;
}

.fcmbbtn-primary {
    padding: 10px 20px;
    margin: 0 5px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 26px;
}

li.fcmbbtn-primary a {
    color: #fff;
    text-decoration: none;
}

li.fcmbbtn-primary a:hover {
    color: #ffbf00;
    text-decoration: none;
}

.fbtn {
    background-color: #ffb71c;
    border: solid 1px #e49d03;
    cursor: pointer;
}

.fbtn-primary {
    padding: 15px 50px 20px;
    border-radius: 35px;
    font-size: 24px;
    font-weight: 600;
    color: #5b0e8b;
    line-height: 26px;
}

.fbtn-signup {
    padding: 7px 25px 10px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #5b0e8b;
    line-height: 13px;
    border-style: none;
    animation: fade 1.0s infinite 10ms;
    position: fixed;      
    right: 0;
}

.fprimary:hover {
    background-color: #e49d03;
}


.lighterPurple {
    background-color: #ffe7fd;
}

.lightPurple {
    background-color: #f0d4ed;
}

.darkPurple75 {
    background-color: #efadea;
}

.logo {
    width: 350px;
    padding-top: 20px;
    display: inline-block;
    position: absolute;
    z-index: 2;
}

.banner {
    width: 100%;
    display: block;
    position: relative;
    /* height: 70vh; */
}

#bannerCarousel {
    width: 100%;
    display: block;
    position: relative;
    /* height: 70vh; */
}

.bannerItem {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    height: 75vh;
}

.bannerbtnPosition {
    padding-top: 8rem;
}

.banner h1 {
    font-size: 4rem;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.caption {
    margin-top: 140px;
}

.doc {
    width: 500px;
    position: absolute;
    right: 0;
    top: -135px;
}

.justTextSection,
.imageTextSection,
.imageTextSection-2Col {
    line-height: 1.75;
    font-size: 1.15rem;
}

h1,
h2 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
}

h1 span,
h2 span,
.justTextSection span,
.justTextSection a,
.imageTextSection span,
.imageTextSection a {
    color: #5b0e8b;
    font-weight: 700;
}

.imageTextSection .drugFace {
    width: 450px;
}

.imageTextSection .justText {
    width: 100%;
}

.imageTextSection img {
    position: relative;
    bottom: 0;
    left: 0;
}

.videoSections {
    width: 465px;
    margin: 0 auto;
}

.playButton img {
    position: relative;
    width: 80px !important;
    height: 80px !important;
    margin: 0 auto;
    text-align: center;
    top: 30%;
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .4s cubic-bezier(.88, -.99, 0, 1.81);
}

.footerSections {
    background-color: #9a3190;
    padding: 15px 0;
}

.footerSections ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
}

.footerSections hr {
    border: solid 1px #fff;
}

.footerSections ul.social-footer li {
    float: left;
    margin: 0px 3px;
}

.footerSections ul.social-footer li a {
    background: #fff;
    display: block;
    padding: 5px 10px;
    color: #9a3190;
    font-size: 1.25rem;
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 50px;
}

.footerSections ul.social-footer li:hover a {    
    background-color: #e49d03;
    border: solid 1px #fff;
    color: #fff;
}

small.white {
    color: #fff;
}


/*--thank you pop starts here--*/

.thank-you-pop {
    width: 100%;
    padding: 20px;
    text-align: center;
}

.thank-you-pop img {
    width: 76px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}

.thank-you-pop h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #5C5C5C;
}

.thank-you-pop p {
    font-size: 20px;
    margin-bottom: 27px;
    color: #5C5C5C;
}

.thank-you-pop h3.cupon-pop {
    font-size: 25px;
    margin-bottom: 40px;
    color: #222;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    border: 2px dashed #222;
    clear: both;
    font-weight: normal;
}

.thank-you-pop h3.cupon-pop span {
    color: #03A9F4;
}

.thank-you-pop a {
    display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}

.thank-you-pop a i {
    margin-right: 5px;
    color: #fff;
}

#thankingsModal .modal-header {
    border: 0px;
}

.panel.panel-default,
#medicalConditions_accordion .card {
    background-color: #f5e5ff;
    margin-bottom: 15px;
}

.panel.panel-default::before,
#medicalConditions_accordion .card .card-header::before {
    font-family: FontAwesome;
    content: "\f04b";
    position: absolute;
    color: #5b0e8b;
}

#medicalConditions_accordion .card .card-header {
    cursor: pointer;
}

#medicalConditions_accordion .card .card-header {
    margin-bottom: 0px;
}

#medicalConditions_accordion .card .card-header .card-title {
    padding-left: 1.5rem;
}

.panel.panel-default:hover {
    background-color: #f3d3ed;
    border: solid 3px #f5e5ff
}

.panel-heading {
    cursor: pointer;
    padding-left: 30px;
}

.panel-heading .panel-title a {
    text-decoration: none;
}


/*--thank you pop ends here--*/


/* @media(min-width:1366px) {
    .bannerItem {
        height: 65vh;
    }
} */

@media(max-width:992px) {
    .teaserCaption h1 {
        font-size: 4rem;
    }
    .teaserImage {
        width: 260px;
    }
    .teaserItem .row .offset-md-2 {
        margin-left: 8.75% !important;
    }
    .countdown .day,
    .countdown .hour,
    .countdown .min,
    .countdown .sec {
        padding: 0px 10px 15px;
    }
    .countdown .day .num,
    .countdown .hour .num,
    .countdown .min .num,
    .countdown .sec .num {
        display: block;
        font-size: 3rem;
        font-weight: 700;
        width: 85px;
    }
    .countdown .day .word,
    .countdown .hour .word,
    .countdown .min .word,
    .countdown .sec .word {
        font-size: 16px;
    }
    .exclinvite {
        font-size: 1.85rem;
        font-weight: 700;
    }
}

@media(max-width:780px) {
    .bannerItem {
        height: 50vh;
    }
    .caption {
        /* margin-top: 115px; */
        margin-top: 43px;
    }
    .banner h1 {
        font-size: 1.75rem;
    }
    .teaserCaption h1 {
        font-size: 3rem;
    }
    .teaserCaption span {
        font-size: 3rem;
    }
    .fbtn-primary {
        padding: 5px 25px 10px;
    }
}

@media(max-width:640px) {
    .countdown .day .num,
    .countdown .hour .num,
    .countdown .min .num,
    .countdown .sec .num {
        font-size: 2rem;
        width: 65px;
    }
    .teaserCaption h1 {
        font-size: 2.65rem;
    }
    .teaserCaption span {
        font-size: 2.65rem;
    }
    .teaserImage {
        width: 185px;
    }
    .teaserCaption {
        padding-top: 35px;
    }
    .fbtn-primary {
        padding: 7px 25px 10px;
        border-radius: 35px;
        font-size: 18px;
        font-weight: 800;
        color: #5b0e8b;
        line-height: 26px;
    }
    .exclinvite {
        font-size: 1.25rem;
        font-weight: 700;
    }
    h1,
    h2 {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
    .banner h1 {
        font-size: 2.15rem;
    }
    .bannerItem {
        height: 35vh;
    }
    .caption {
        margin-top: 100px;
    }
    .capOverlay {
        background-color: rgba(255, 255, 255, 0.5);
        /* padding: 15px 15px 15px 0; */
        margin-left: -15px;
        margin-bottom: 15px;
    }
    /* .bannerItem {
        background-position: center;
    } */
}

/* @media(max-width:360px) {
    .imageTextSection .drugFace {
        width: 100%;
    }
    .videoSections {
        width: 330px;
    }
} */

@media(max-width:576.5px) {
    .countdown .day,
    .countdown .hour,
    .countdown .min,
    .countdown .sec {
        padding: 0px 5px 10px;
    }
    .countdown .day .num,
    .countdown .hour .num,
    .countdown .min .num,
    .countdown .sec .num {
        font-size: 1.5rem;
        width: 50px;
    }
    .teaserItem .row .offset-md-2 {
        margin-left: 0% !important;
    }
    .teaserCaption h1 {
        font-size: 1.85rem;
    }
    .teaserCaption span {
        font-size: 1.85rem;
    }
    .teaserImage {
        width: 145px;
        display: block;
        margin: 0px auto 25px;
    }
    .teaserCaption {
        padding: 35px 0;
        display: block;
        text-align: center;
    }
    .fbtn-primary {
        padding: 5px 25px 10px;
        border-radius: 35px;
        font-size: 16px;
        font-weight: 800;
        color: #5b0e8b;
        line-height: 26px;
    }
    .exclinvite {
        font-size: 1.15rem;
        font-weight: 700;
        padding-top: 10px;
    }
    .beforeCTA {
        height: auto;
    }
    .bannerItem {
        background-size: cover;
        /* background-position: center; */
        height: unset;
        height: 32vh;
    }
    .fcmbbtn-primary {
        padding: 10px 15px;
        font-size: 14px;
    }
    .logo {
        width: 250px;
        display: block;
        position: relative;
    }
    .bannerbtnPosition {
        padding-top: 1rem;
    }
    .fcmbbtn-primary {
        padding: 5px 10px;
        font-size: 12px;
        margin-bottom: 5px;
        display: block;
    }
    .banner,
    #bannerCarousel {
        height: unset;
    }
    .banner h1 {
        font-size: 1rem;
    }
    .banner p {
        font-size: 62%;
        margin-bottom: 0;
    }

    .cta{
        padding: 0;
    }
    /* .caption {
        margin-top: 25px;
    } */
    .imageTextSection .drugFace {
        width: 100%;
    }
    .caption {
        margin-top: 35px;
    }
}

@media(max-width:490px) {
    .caption {
        /* margin-top: 75px; */
        margin-top: 57px;
    }
}

@media(max-width:380px) {
    .caption {
        /* margin-top: 35px; */
        margin-top: 21px;
    }
    .videoSections {
        width: 274px;
    }
    .navbar-brand {
        width: 160px;
    }
    .bannerItem {
        height: 25vh;
    }
    .imageTextSection .drugFace {
        width: 100%;
    }
    
}
@media(max-width:320px) {
    .caption {
        margin-top: 35px;   
        position: absolute;
    top: -35px;   
    }
   
    
  
}

@media(max-width:375px) {
    .caption {
        margin-top: 35px;   
        position: absolute;
    top: -35px;   
    }
   
    
  
}
@media(max-width:425px) {
    .caption {
        margin-top: 35px;   
        position: absolute;
    top: -35px;   
    }
   
    
  
}
@media(min-width:1023.5px) {
    .capOverlay{
        margin-left: -78px;
    }
    .beforeCTA {
        height: auto;
    }
}

.modal-content {
	margin-top: 150px;
    background: rgba(128,16,92,1);
background: rgba(191,70,153,1);
background: -moz-linear-gradient(left, rgba(191,70,153,1) 0%, rgba(191,70,153,1) 1%, rgba(189,68,151,1) 7%, rgba(140,43,129,1) 31%, rgba(104,16,148,1) 58%, rgba(104,16,148,1) 65%, rgba(104,16,148,1) 73%, rgba(96,18,138,1) 80%, rgba(84,20,122,1) 91%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(191,70,153,1)), color-stop(1%, rgba(191,70,153,1)), color-stop(7%, rgba(189,68,151,1)), color-stop(31%, rgba(140,43,129,1)), color-stop(58%, rgba(104,16,148,1)), color-stop(65%, rgba(104,16,148,1)), color-stop(73%, rgba(104,16,148,1)), color-stop(80%, rgba(96,18,138,1)), color-stop(91%, rgba(84,20,122,1)));
background: -webkit-linear-gradient(left, rgba(191,70,153,1) 0%, rgba(191,70,153,1) 1%, rgba(189,68,151,1) 7%, rgba(140,43,129,1) 31%, rgba(104,16,148,1) 58%, rgba(104,16,148,1) 65%, rgba(104,16,148,1) 73%, rgba(96,18,138,1) 80%, rgba(84,20,122,1) 91%);
background: -o-linear-gradient(left, rgba(191,70,153,1) 0%, rgba(191,70,153,1) 1%, rgba(189,68,151,1) 7%, rgba(140,43,129,1) 31%, rgba(104,16,148,1) 58%, rgba(104,16,148,1) 65%, rgba(104,16,148,1) 73%, rgba(96,18,138,1) 80%, rgba(84,20,122,1) 91%);
background: -ms-linear-gradient(left, rgba(191,70,153,1) 0%, rgba(191,70,153,1) 1%, rgba(189,68,151,1) 7%, rgba(140,43,129,1) 31%, rgba(104,16,148,1) 58%, rgba(104,16,148,1) 65%, rgba(104,16,148,1) 73%, rgba(96,18,138,1) 80%, rgba(84,20,122,1) 91%);
background: linear-gradient(to right, rgba(191,70,153,1) 0%, rgba(191,70,153,1) 1%, rgba(189,68,151,1) 7%, rgba(140,43,129,1) 31%, rgba(104,16,148,1) 58%, rgba(104,16,148,1) 65%, rgba(104,16,148,1) 73%, rgba(96,18,138,1) 80%, rgba(84,20,122,1) 91%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4699', endColorstr='#54147a', GradientType=1 );
    color: white !important;

}

#modalButton{
	background-color:#a32278 !important;
}

.btn-default {
    color:white;
    background-color: rgba(186, 30, 137, 0.89);
    border-color: #661092;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-weight: bold;
}
