@font-face {
  font-family:Helvetica;
  src: url(../fonts/HelveticaNeue.ttc);
}


@font-face {
  font-family:Newyork;
  src: url(../fonts/NewYork.otf);
}

*{
    margin: 0;
}

/*body
{
     font-family:'Helvetica';
}*/


/*.wrapper {
    width: 100%;
    background-image: url(../images/bg-banner.jpg);
    background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}*/
    
.bg-page2 {
    width: 100%;
/*    background-image: url(../images/page2/bg-banner1.png);*/
    background-repeat: no-repeat;
    background-size: contain;
}
    
.container{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;

}
.pstn-rlt{
    position: relative !important;
}

.row {
    display: flex;
}

.col-1{
  flex: 8.33%;
}
.col-2{
  flex: 16.66%;
}
.col-3{
  flex: 25%;
}
.col-4{
  flex: 33.3%;
}
.col-5{
  flex: 41.6%;
}
.col-6{
  flex: 50%;
}
.col-7{
  flex: 58.33%;
}
.col-8{
  flex: 66.66%;
}
.col-9{
  flex: 75%;
}
.col-10{
  flex: 83.33%;
}
.col-11{
  flex: 91.66%;
}
.col-12{
  flex: 100%
}

.dsply-blck {
    display: block !important;
}

.clr-red {
    color: #ed5d6f !important;
    font-weight: 500;
}

.txt-cntr{
    text-align: center !important;
}
.txt-lft{
    text-align: left; !important;
}
.txt-rht{
    text-align: right; !important;
}


.bg-white{
    background-color: #fff !important;
}
.bdr-rdus-2{
    border-radius: 20px !important;
}
.ptb-1{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.ptb-2{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.padd-2 {
    padding: 20px !important;
}
.padd-4 {
    padding: 40px !important;
}

.ptb-3{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.ptb-4{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.ptb-5{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.pl-7{
    padding-left: 100px !important;
    
}
.pr-7{
    padding-right: 100px !important;
}
.plr-1{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.plr-2{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.plr-3{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.plr-7{
    padding-left: 70px !important;
    padding-right: 70px !important;
}
.pt-5{
    padding-top: 50px !important;
}
.pt-3{
    padding-top: 30px !important;
}

.mtb-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.mtb-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.mtb-5 {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
}
.brdr-tp-rdus {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.brdr-rdus{
    border-radius: 20px !important;
}

.dsply-blk{
    display: block;
}
.bg-img {
    background-size: cover;
    background-image: url(../images/page2/bg-img.png);
    background-repeat: no-repeat;
    padding-bottom: 50px;
    position: relative;
    z-index: 97;
    background-position: inherit;
}
.bg-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000091;
    z-index: 0;
}
.content {
    position: relative;
}

img.logo {
    width: 100%;
    max-width: 110px;
}

.bg-blk{
    background-color: #000;
}
.hr-line {
    width: 100%;
    max-width: 75%;
}
.mx-wdth {
    width: 100%;
    max-width: 960px;
    margin: auto;
}

.mx-wdth1 {
    width: 100%;
    max-width: 730px;
    margin: auto;
}
.mx-wdth2 {
    width: 100%;
    max-width: 830px;
    margin: auto;
}



#mapster_wrap {
    max-width: 650px !important;
    width: 100% !important;
    height: auto !important;
    margin: auto !important;
}

.bottle-circle {
    position: relative;
}

img.img-responsive.center-block.d-block.circle-img{
    max-width: 100%;
}
img.circle-img{
    width: 100%;
    max-width: 500px;
}
.eball{
    position: absolute;
    top: 35%;
    left: 42%;
    width: 100%;
    max-width: 170px;
    display: block;
    margin: auto;
    animation: 20s linear rotate infinite;
}

@keyframes rotate{

    0%{
        transform: rotate(0deg);
    }

     100%{
        transform: rotate(360deg);
    }
}



h6.heading-h6 {
    font-size: 19px;
    color: #ffff;
    font-weight: 300;
    font-family: 'Helvetica';
}

h6.heading-h6 {
    font-size: 19px;
    color: #ffff;
    font-weight: 300;
    font-family: 'Helvetica';
}




.bg-img11 {
    background-image: url(../images/page2/bg-text.png);
    background-position: bottom;
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
}

.clr-pink {
    color: #dd4eff !important;
}

h2.sub-heading {
    color: #fff;
    font-size: 52px;
    line-height: 1;
    margin-bottom: 23px;
    font-weight: 500;
    font-family: 'newyork';
    width: 100%;
    max-width: 80%;
}
/*h4.main-he1 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    font-family: 'Helvetica';
    letter-spacing: 2px;
    word-spacing: 1px;
}*/

a.btn-btn {
    font-size: 22px;
    font-family: 'Newyork';
}


h2.sub-heading2 {
    color: #fff;
    font-size: 58px;
    width: 100%;
    max-width: 76%;
    font-weight: 300px;
    font-family: 'newyork';
    margin-bottom: 18px;
}

h2.sub-heading1 {
    color: #fff;
    font-size: 29px;
    width: 100%;
    max-width: 62%;
    font-weight: 300px;
    font-family: 'newyork';
    margin-bottom: 18px;
    letter-spacing: 1px;
}

img.line-3 {
    width: 100%;
    max-width: 80%;
    margin: auto;
}
img.line2 {
    width: 100%;
}

p {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 18px;
    font-family: 'Helvetica';
    color: #fff;
}


img.prdct-img {
    width: 100%;
    max-width: 650px;
}





.heading-h1 {
    font-family: 'newyork';
    font-size: 58px;
    text-align: center;
    font-weight: 500;
    line-height: 2;
    color: #fff;
}
.
h4.sub-headingh4 {
    font-size: 36px;
    color: #fff;
    font-family: 'newyork';
    font-weight: 500;
    line-height: 1.5;
}
h5.heading-short {
    font-size: 28px;
    color: #fff;
    font-family: 'Helvetica';
    font-weight: 300;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 20px;
}

h3.sub-heading5 {
    font-size: 48px;
    text-align: center;
    width: 100%;
    max-width: 40%;
    margin: auto;
    color: #fff;
    font-weight: 500;
    font-family: newyork;
    line-height: 1.2;
    margin-bottom: 20px;
}

.brdr-ruds{
    border-radius: 10px;
} 

.bg-light {
    background-color: #0000007d;
}
#circle {
    position: relative;
    overflow: hidden;
    /*margin-bottom: 20px;*/
}

.hands {
    background-size: 62% 85%;
    background-image: url(assets/images/upsell-1/img-3.png);
    background-repeat: no-repeat;
    background-position: right;
}
.boy {
    background-image: url(../images/upsell-1/boy-hand.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.lion{
    background-image: url(../images/upsell-1/lion2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.btl-img {
    width: 100%;
    max-width: 150px;
}
.couple {
    background-image: url(assets/images/upsell-1/img-1.png);
    background-repeat: no-repeat;
    background-size: 62% 100%;
    background-position: right;
}
.algn-slf {
    align-self: center !important;
}

.img-1 {
    width: 100%;
    max-width: 100%
}
/*.img-3{
    width: 100%;
}*/
.img-3 {
    width: 100%;
    
    float: right;
}

.img-5 {
    width: 100%;
    max-width: 700px;
}

.img-bx {
    border-radius: 20px;
    width: 100%;
    max-width: 300px;
    height: auto;
    max-height: 169px;
}


.bg-img1 {
    background-image: url(../images/upsell-1/img-2.png);
}



.bg-img12 {
   /* background-image: url(../images/upsell-1/bg-img.png);
    background-position: -25% 49%;
    background-size: contain;
    height: auto;
    background-repeat: no-repeat;*/
}
.bg-img12 {
    background-image: url(../images/upsell-1/bg-imgg1.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 60% 100%;
}
/*.bg-img12::before {
    content: '';
    /* background-color: antiquewhite; 
    background-image: url(../images/upsell-1/bg-img.png);
    background-size: cover;
    background-position: 100% 100%;
}*/

.bg-img13 {
    background-image: url(../images/upsell-1/bg-imgg.png);
    background-position: 100% 100%;
    background-size: cover;
}

.upsell-1{
    width: 100%;
    max-width: 500px;
}

h3.sub-heading2 {
    font-size: 48px;
    text-align: center;
    width: 100%;
    max-width: 60%;
    margin: auto;
    color: #fff;
    font-weight: 500;
    font-family: newyork;
   
    line-height: 1.2;
    margin-bottom: 20px;
}

h3.sub-heading3 {
    font-size: 48px;
    text-align: center;
    width: 100%;
    max-width: 60%;
    margin: auto;
    color: #fff;
    font-weight: 500;
    font-family: newyork;
    /* padding: 50px 0; */
    line-height: 1.2;
    margin-bottom: 20px;
}

h4.sub-heading5 {
    padding-bottom: 18px;
    font-family: 'Helvetica';
}

a.btn{
    /* background-color: antiquewhite; */
   /* background-image: url(../images/upsell-1/purple-button.png);
    width: 100%;
    color: #fff;
    text-decoration: none;
    
    font-size: 26px;*/
}

a.btn {
    /* background-color: antiquewhite; */
    background-image: url(../images/upsell-1/purple-button.png);
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    background-position: right;
    background-size: cover;
    padding: 50px 90px;
    background-repeat: no-repeat;
    font-family: 'Helvetica';
}

.footer-img {
    background-image: url(../images/upsell-1/img-27.png);
   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: inherit;
    z-index: 97;
     position: relative;
}
.footer-content {
    color: #fff;
    line-height: 1.5;
    text-align: center;
    font-family: 'Helvetica';
    font-size: 26px;
    font-weight: 300;
}

.row.footer-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000c4;
    z-index: 0;
}


.blue-btn {
    background-image: url(../images/upsell-1/purple-button.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-width: 330px;
    display: block;
    margin: auto;
    color: #fff;
    line-height: 1.5;
    text-decoration: none;
    padding: 40px 30px;
    font-size: 20px;
    font-family: 'Helvetica';
    font-style: italic;
    text-shadow: 0 0 2px #fff;
}
.product-bx {
    padding-bottom: 50px;
    padding-top: 50px;
    width: 100%;
    max-width: 930px;
    margin: auto;
}
.mdle-1 {
    border: 2px solid #ed5d6f;
    width: 100%;
    max-width: 40%;
    text-align: center;
    color: #ed5d6f;
    font-family: 'Helvetica';
    box-shadow: 0 0 1px #fff;
    border-radius: 10px;
    position: relative;
}


h4.product-name {
    font-size: 28px;
    color: #fff;
    line-height: 1.5;
    font-family: 'Newyork';
    margin-bottom: 18px;
}
img.product-imgg {
    width: 100%;
    max-width: 300px;
    margin: auto;
}

img.money-back {
    width: 100%;
    max-width: 250px;
    margin: auto;
}


.bg-btn {
    background-image: url(../images/apollo_life_purpose/bg-button.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
}


/*responsive start*/

@media(max-width: 1880px){
    .eball {
        position: absolute;
        top: 36%;
        left: 42%;
    }
}

@media(max-width: 1440px){

    

   
    p {
    
        font-size: 25px;
    }
    h2.sub-heading {
    
        font-size: 54px;
    }

    h2.sub-heading2 {
    
        font-size: 52px;
    }

    .eball {
        position: absolute;
        top: 34%;
        left: 42%;

    }



}


@media(max-width: 1024px){

    h1.heading1 {
        font-size: 100px;
    }
    .heading-h3 {
        font-size: 46px;
    }
    h2.sub-heading {
        font-size: 50px;
    }
    h3.sub-heading2 {
        font-size: 45px;
    }

    p {
        
        font-size: 23px;
    }
    .pl-7 {
        padding-left: 70px !important;
    }

    .pr-7 {
        padding-right: 70px !important;
    }
    .mlr-10 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    h2.sub-heading2 {
   
     font-size: 48px;
     max-width: 100%;
    }

    .eball {
        position: absolute;
        top: 31%;
        left: 36%;
    }


}


@media(max-width: 768px){
    .row
    {
        flex-wrap: wrap;
       /* flex-direction: column-reverse;*/
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12
    {
        flex: 100%;
    }

    h1.heading1 {
        font-size: 75px;
    }

    .heading-h3 {
        font-size: 36px;
    }

    p {
        font-size: 21px;
    }
    h2.sub-heading {
        font-size: 46px;
        max-width: 100%;
    }
    h6.heading-h6 {
       font-size: 15px;
    }

    .pl-7 {
        padding-left: 0px !important;
    }
    .mb-plr {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .mbl-plr {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .bg-img {
    
        padding-bottom: 0px;
    }
    .pr-7 {
        padding-right: 0px !important;
    }
    h3.sub-heading2 {
        font-size: 38px;
        max-width: 80%;
    }

    .img-bx {
    border-radius: 20px;
    width: 100%;
    height: auto;
    max-width: 100%;
    
    max-height: 100%;
}

    h3.sub-heading5 {
        font-size: 44px;
    
        max-width: 80%;
    }

    .plr-7 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /*h2.sub-heading {
    font-size: 32px;
    
    }*/

    .drt-reve {
        flex-direction: column-reverse;
    }

    img.logo {
        width: 100%;
        max-width: 50px;
    }

    .mx-wdth {
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.mx-wdth1 {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

h2.sub-heading1 {
   
    max-width: 100%;
}
.mb-txt-cntr{
    text-align: center !important;
}
h4.product-name {
    font-size: 32px;
    padding: 20px 0px;
    margin-bottom: 0px;
}

.mdle-1 {
    max-width: 60%;
    margin: auto;
    line-height: 1.5;
    font-size: 24px;
}
.product-bx {
    padding-bottom: 30px;
    padding-top: 30px;
}
.mb-pt {
    padding-top: 30px;
}

h4.main-he1 {
    
    font-size: 14px;

}

.eball {
    position: absolute;
    top: 30%;
    left: 35%;
    width: 100%;
    max-width: 190px;

}


}


@media(max-width: 500px){

    h1.heading1 {
    font-size: 42px;
}   
.heading-h3 {
    font-size: 24px;
}
    h6.heading-h6 {
    font-size: 9px;
}
a.btn-btn {
    font-size: 17px;
}
h4.main-he1 {
    font-size: 8px;
}
    
    p {
        font-size: 19px;
    }
   
    h2.sub-heading {
    font-size: 36px;
    line-height: 1.2;
}

    h3.sub-heading2 {
        font-size: 34px;
    }
    .mx-wdth {
    
    max-width: 390px;
    }
    h2.sub-heading2 {
        font-size: 32px;
    }

    .blue-btn {
    
        max-width: 285px;
        font-size: 18px;

    }

    h4.main-he1 {
    font-size: 9px;
}

.eball {
    top: 31%;
    left: 37%;
    width: 100%;
    max-width: 140px;
}




}



@media(max-width: 428px){

    h1.heading1 {
        font-size: 42px;
    }

    .heading-h3 {
        font-size: 26px;
    }

    p {
        font-size: 18px;
    }
    h2.sub-heading {
        font-size: 32px;
    }

    h3.sub-heading2 {
        font-size: 28px;
        max-width: 90%;
    }
    .mb-plr {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .mx-wdth {
        max-width: 300px;
    }
    h2.sub-heading2 {
        font-size: 22px;
    }

    .mx-wdth1 {
        width: 100%;
        max-width: 300px;
        margin: auto;
    }

    h2.sub-heading {
        font-size: 26px;
    }

    h5.heading-short {
        font-size: 21px;

    }

    .blue-btn {
    
        max-width: 245px;
        font-size: 17px;

    }
    .padd-4 {
     padding: 10px !important; 
}


}

@media(max-width: 425px){

    h4.main-he1 {
    font-size: 8px;
}
h1.heading1 {
    font-size: 36px;
}
   

    .heading-h3 {
        font-size: 24px;
    }

    p {
        font-size: 16px;
    }

    h2.sub-heading {
        font-size: 30px;
    }

    h3.sub-heading5 {
        font-size: 32px;
    }

    h4.product-name {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .eball {
        top: 32%;
        left: 37%;
        width: 100%;
        max-width: 120px;
    }

}


@media(max-width: 390px){
    h1.heading1 {
        font-size: 38px;
    }

    .heading-h3 {
        font-size: 22px;
    }

    p {
        font-size: 15px;
    }
    h2.sub-heading {
        font-size: 28px;
    }
    h3.sub-heading2 {
        font-size: 24px;
    }
    .blue-btn {
    
    max-width: 245px;
    font-size: 16px;
    }
    img.product-imgg {
        width: 100%;
        max-width: 230px;}

    h6.heading-h6 {
        font-size: 8px;
    }

    .eball {
        top: 35%;
        left: 39%;
        width: 100%;
        max-width: 100px;
    }

}


@media(max-width: 375px){
    h1.heading1 {
        font-size: 36px;
    }
    .heading-h3 {
        font-size: 20px;
    }
    p {
        font-size: 14px;
    }
    h2.sub-heading {
        font-size: 26px;
    }
    h3.sub-heading2 {
        font-size: 25px;
    }
    h3.sub-heading5 {
        font-size: 26px;
    }


    .blue-btn {
    
        max-width: 200px;
        font-size: 18px;
    }

    h4.main-he1 {
    font-size: 6px;
}
a.btn-btn {
    font-size: 14px;
}




}


@media(max-width: 320px){

    h1.heading1 {
        font-size: 28px;
    }

    h2.sub-heading {
        font-size: 21px;
    }

    p {
        font-size: 13px;
    }
    h3.sub-heading2 {
        font-size: 21px;
    }
    .plr-7 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.blue-btn {
    
    max-width: 180px;
    font-size: 16px;
}

h4.product-name {
    font-size: 21px;
}
/*.eball {
    position: absolute;
    top: 76px;
    left: 109px;
    width: 100%;
    max-width: 100px;
}*/
}
