* {
    /* border: 1px solid red; */
    font-family: "SFUI";

}
body {
    background: #fff;
}

h1 {
    font-size: 27px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}
h4 {
    font-size: 18px;
}



a {
    text-decoration: none;
    color: black;
}

p {
    font-size: 1.125rem;
}

ul {
    list-style: none;
}

.semi-bold {
    font-weight: 600;
}

/* typography mobile */

/* colors & bg_colors */

.color-blue {
    color:#1d55b4;
}

.color-red {
    color:#de2925;
}


.color-grey {
    color:#cccccc;
}

.color-gray {
    color: #979797;
}

.color-orange {
    color: #ffa41d;
}
.color-orange2 {
    color: #c45600;
}

/* upsell Mobile Section  */

.left-arrow {
    left: 6%;
    top: 50%;
    transform: translateY(-50%);
}
  
.right-arrow {
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
}

.product-cta {
    width: 84%;
    transition: transform .2s;
}

.btm-section {
    background-color: #f4f4f4;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.tsl-bg1 {
    background-size: 100% 100%;
    height: 27vh;
}
.downsell-bg {
    background: url(./statics/img/shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 14vh;
}

.up2-img {
    top: 17%;
    left: 50%;
    transform: translate(-50%, -64%);
    width: 100%;
    max-width: 70%;
}

.arrow-down{
    width: 15%;
    margin-top: -15%;
}


.accent-wrapper {
    background-color: #1d55b4;
    flex-direction: row;
    border-radius: 20px;
}
.accent-wrapper p {
   font-size: 18px;
}


.line::after {
    content: '';
    width: 60px;
    height: 5px;
    background:#000;
    display: block;
    margin: 3% auto;
    border-radius: 25px;
}

.line-a1::after {
    content: '';
    width: 60px;
    height: 5px;
    background:#1d55b4;
    display: block;
    margin: 3% auto;
    border-radius: 25px;
}

.step1, .step2, .step3 {
    width: 50px;
    height: 50px;
    background-color: #1d55b4;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
}
.step3 {
    background-color: #bcbcbc;
}
.top-line {
    align-items: center;
    justify-content: center;
    display: flex;
    max-width: 100%;
}
.separator-line {
    border: 2px solid #1d55b4;
    max-width: 100%;
    height: 4px;
}
.separator-line-2 {
    border: 2px solid #1d55b4;
    max-width: 100%;
    height: 4px;
}
.separator-line3 {
    border: 2px solid #1d55b4;
    max-width: 10%;
    height: 4px;
}

.testi-box {
    padding: 7%;
    border-radius: 60px;
    box-shadow: 6px 6px 10px 0 rgba(179, 179, 179, 0.5);
    background-color: #f4f4f4;
}

.fa-2 {
    font-size: 2em;
}


.list-check {
    list-style: none;
    max-width: 100%;
    padding: 0;
}
.list-check li {
    position: relative;
    font-size: 18px;
    margin-top: 1.1em;
}


.ribbons {
    max-height: 200px;

}
.ribbon-left {
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    
}
.ribbon-right {
    top: 100%;
    right: 50%;
    transform: translate(50%,-50%);
}
.ribbons-card {
    border-radius: 20px;
    box-shadow: 20px 20px 46px 0 rgba(171, 171, 171, 0.46);
    border-style: solid;
    border-width: 10px;
    border-color: #1d55b4;
    
}

.ribbons-card h5{
    letter-spacing: -0.5px;
    line-height: 38px;
}

.six-months {
    border-top-right-radius: 30%;
    border-bottom-left-radius: 30%;
    box-shadow: 20px 20px 46px 0 rgba(171, 171, 171, 0.46);
    border-style: solid;
    border-width: 7px;
    border-color: #1d55b4;
    
}

.absolute-heading {
    background-color: #fff;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    padding-left: 5%;
    padding-right: 5%;
}
.absolute-heading img {
    max-width: 60px;
}

.border-card {
    background: #fff;
    border: 10px solid #f4f4f4;
    border-radius: 60px;
}
.icons {
    max-height: 65px;
}
@media (min-width: 1025px) {
    .ribbon-left {
        top: 50%;
        left: 0;
    }
    .ribbon-right {
        top: 50%;
        right: 0;
    }
}

.let-spa {
    font-size: 22px;
    margin-left: 0;
}

.card-avatar {
    border-radius: 20px;
    border: 7px solid #e8e8e8;
}

.list-check-2 {
    list-style: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.list-check-2 li {
    position: relative;
    font-size: 20px;
    margin-top: 1em;
}
.list-check-2 li::before {
    content: '';
    display: inline-block;
    background: url(./statics/img/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -13%;
    top: 13%;
}


.list-check-months {
    list-style: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.list-check-months li {
    position: relative;
    font-size: 20px;
    margin-top: 1em;
}
.list-check-months li::before {
    content: '';
    display: inline-block;
    background: url(./statics/img/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -13%;
    top: 13%;
}



.money-guarantee {
    left: 50%;
    transform: translate(-50%,-50%);
    top: -50%;
    max-width: 58%;
}

.money-guarante-b {
    left: 50%;
    transform: translate(-50%,-50%);
    top: -2%;
    max-width: 80%;
}

.card-text-tsl {
    border-radius: 20px;
    border: 5px solid #1d55b4;
}

.card-text-tsl-2 {
    border-radius: 20px;
    border: 5px solid #1d55b4;
}

.card-text-tsl-2 .absolute-heading-c {
    left: 50%;
    transform: translate(-50%,-55%);
    top: 0;
    background-color: #fff;
    width: 50%;
}

.card-text-tsl .absolute-heading {
    /* width: 50%; */
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    background-color: #f7f7f7;
    /* left: 50%;
    transform: translate(-50%,-78%); */
    width: 80%;
}

.card-text-tsl .absolute-heading-b {
    left: 50%;
    transform: translate(-50%,-35%);
    top: 0%;
    background-color: #f7f7f7;
    width: 99%;
}

.tsl-main {
    left: 50%;
    transform: translate(-50%,70%);
    bottom: -20%;
    max-width: 100%;
}
.check::before {
    content: '';
    background: url(./statics/img/check.png);
    background-size: 100% 100%;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 2%;
}
/* Video Page  */

/*#player-wrapper{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}*/
#glass {
    background-color: transparent;
    background-repeat:no-repeat;
    background-size: cover;
    width:100%;
    height:100%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-position: center;
    z-index: 4;
}
#playpause {
    background: rgba(0,0,0,0.4);
    background-size: cover;
    width:100%;
    height:100%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-position: center;
    z-index: 4;
}
a.soundButton {
    position: absolute;
    color: #fff!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0,0,0,0.4);
    cursor: pointer;
    z-index: 6;
}
.soundButton > img {
    max-width: 85%;
    top: 50%;
    left: 30%;
    position: absolute;
    transform: translate(-22%, -50%);
}
#playpause {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0,0,0,0.4);
    cursor: pointer;
}
#playpause > img {
    max-width: 85%;
    top: 50%;
    left: 30%;
    position: absolute;
    transform: translate(-22%, -50%);
}
.price-box {
    transition: transform .2s;
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 15px 0 rgb(46 44 165 / 25%);
    -moz-box-shadow: 4px 4px 15px 0 rgba(46,44,165,.25);
    box-shadow: 4px 4px 15px 0 rgb(46 44 165 / 25%);
    /* border: 4px solid #434343; */
    background-image: url(./statics/img/rectangle-min.png);
    background-size: 100% 100%;
    background-origin: border-box;
    background-clip: content-box,border-box;
}
.price-box {
    transition: transform .2s;
}
.price-box:hover {
    transform: scale(1.1);
}
.main-cta {
    padding-top: 50px;
    padding-bottom: 10px;
    display: none;
}

.top-section {
    border-radius: 20px;
    background-image: linear-gradient(to bottom, #1d55b4, #0e2c5f 76%, #072257), linear-gradient(to bottom, #d8d8d8, #d8d8d8);
    padding: 3%;
}

/* Video Page End  */

/* Components */

.card {
    background: #1d55b4;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
    -moz-box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
    box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
}

.card-b {
    background: #f0f0f0;
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
    -moz-box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
    box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
}

.best-velaue {
    border:4px solid #649326 ;
    border-radius: 18px;
    
    -webkit-box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
    -moz-box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
    box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
}

.best-valeu-bg {
    /* background: linear-gradient(180deg, #e1f8b5) , #c8e097; */
    background-image: linear-gradient(to right,#B9DD7C, #699A23 );


    /* background:#649326; */
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;

}
.card-section{
    background: #E6E6E6;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#fixed-cta {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 3;
}


.cta-up {
    padding-left: 51px;
}

.price-box {
    transition: transform .2s;

    
}
.price-box:hover {
    transform: scale(1.1);
}

.absolute-heading-c {
    left: 50%;
    transform: translate(-50%,-83%);
    top: 0%;
    background-color: #fff;
    width: 73%;
}

.absolute-heading-d {
    left: 50%;
    transform: translate(-50%,-59%);
    top: 0%;
    background-color: #fff;
    width: 40%;
}




/* Components End */

/* Footer Section  */
.footer-wrapper {
    background: #c7c3c3;
}
.footer-menu ul{
    padding-left: 0;
}
.footer-menu .footer-menu-links {
    text-align: center;
}
.footer-logo {
    left: -20%;
}
.footer-menu .footer-menu-links a {
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 32px;
    font-weight: bold;
}
.footer-menu .footer-menu-links a:hover {
    color: #61D6D6 ;
}
.footer-main-section p {
    font-size: 12px;
    color: #1b1b1b;
    letter-spacing: -0.1px;
}
a.footer-link {
    color: #eee;
}
.copyright {
    background: #E8E8E8;
}
.copyright h3 {
    font-size: 14px;
    color: #1b1b1b;
}

.bg-text-disclaimer {
    color:#1b1b1b!important ;
}

footer #disclaimer .main.container>div {
    background-color: transparent!important;
    box-shadow: none!important;
}

footer p {
    font-size: 0.875rem;
}




@media (min-width: 748px) {

    .up-rt {
        /* background-image: url(./statics/img/up-rectangle.svg); */
        background-size: 100% 100%;
        padding: 5% 2% 5% 5%;
        max-width: 73%;
    }

    .upgrade-a1-main {
        width: 100%;
        right: 0;
        margin-left: 0%;
        transform: none;
        top: 0;
    }

    .card-text-tsl .absolute-heading {
        /* width: 50%; */
        left: 50%;
        transform: translate(-50%,-69%);
        top: 50%;
        background-color: #f7f7f7;
        width: 76%;
    }

    .upsell-bg-b::after {
        min-height: 150px;
        transform: translateY(-1%);
    }
    
    .upgrade-a1-second {
        left: 50%;
        transform: translate(-50%,50%);
        bottom: -50%;
        max-width: 88%;
    }

    .tsl-main {
        left: 50%;
        transform: translate(-50%,50%);
        bottom: -22%;
        max-width: 100%;
    }

    .check::before {
        content: '';
        background: url(./statics/img/check.png);
        background-size: 100% 100%;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 1%;
    }

    .product-cta {
        width: 54%;
        height: 78px;
       
    }

    .absolute-heading-c {
        transform: translate(-50%,-82%);
        width: 60%;
    }

    .absolute-heading {
        transform: translate(-50%,-60%);
    }

    .up2-img {
        top: 25%;
        left: 50%;
        transform: translate(-50%, -71%);
        max-width: 71%;
    }

    .downsell-bg {
        height: 26vh;
    }

    .arrow-down {
        width: 14%;
        margin-top: -13%;
    }

    .list-check-2 {
        list-style: none;
        max-width: 100%;
        margin-left: 3%;
        margin-right: 11%;
    }

    .list-check-2 li::before {
        width: 25px;
        height: 25px;
        left: -9%;
        top: 7%;
    }

    .list-check-2 li {
        font-size: 18px;
        margin-top: 1.6em;
    }
   
}


/* Footer Section  End*/



@media (min-width: 993px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 20px;
    }
   
    p {
        font-size: 18px;
    }

    .footer-menu ul {
        padding-left: 0;
        display: flex;
        list-style: none;
        justify-content: space-around;
    }

    /* typography  desktop*/

    /* bg desktop */

    /* upsell bg  */

    .upsell-bg-a{
        background-size: 100% 100%;
    }
    
    .upsell-bg-a::after {
        transform: translateY(0%);
        z-index: -1;
    }

    .up-rt {
        background-image: url(./statics/img/up-rectangle.svg);
        background-size: 100% 100%;
        /* padding: 5% 0% 5% 7%; */
        max-width: 54%;
    }

    .upgrade-a1-main {
        width: 100%;
        right: 0;
        margin-left: 0%;
        transform: none;
        top: 0;
        max-width: 600px;
    }

    .top-section {
        padding: 5%;
    }

    .product-cta {
        width: 84%;
        height: 63px;
     
    }

    .arrow-down{
        width: 16%;
        margin-top: -18%;
    }

    .upgarde-vip {
        width: 80%;
        z-index: 99;
    }
    /* upsell bg  */

    .pricebadge {
        left: 50%;
        transform: translate(-50%,-90%);
        top: 0%;
    }
    
    .money-guarantee {
        left: 50%;
        transform: translate(-50%,-50%);
        top: -56%;
        max-width: 58%;
    }

    .money-guarante-b {
        left: 50%;
        transform: translate(-50%,-50%);
        top: -10%;
        max-width: 58%;
    }

    .card-avatar {
        border-radius: 20px;
        border: 7px solid #e8e8e8;
    }

    .card-text-tsl .absolute-heading-b {
        /* width: 50%; */
        left: 50%;
        transform: translate(-50%,-34%);
        top: 0%;
        background-color: #fff;
        width: 80%;
    }

    .tsl-main {
        left: 50%;
        transform: translate(-50%,50%);
        bottom: -66%;
        max-width: 100%;
    }

    .card-text-tsl-2 {
        border-radius: 20px;
        border: 5px solid #1d55b4;
    }
    
    .card-text-tsl-2 .absolute-heading-c {
        left: 50%;
        transform: translate(-50%,-55%);
        top: 0;
        background-color: #fff;
        width: 50%;
    }

    /* .absolute-heading-c {
        transform: translate(-50%,-65%);
        width: 72%;
    } */


    .upgarde-vip {
        width: 80%;
        z-index: 99;
    }
    
    .upsell-bg-b::before {
        min-height: 200px;
        transform: translateY(-74%);
        z-index: -1;
    }

    .upsell-bg-b::after {
        min-height: 181px;
        background-position-y: bottom;
        transform: translateY(-11%);
    }

    .upsell-bg-a::before {
        content: '';
        background-image: url(./statics/img/upgrade-a1-bg1-top.png);
        background-size: 100% 100%;
        background-position: top;
        position: absolute;
        width: 100%;
        right: 0;
        min-height: 148px;
        transform: translateY(-100%);
        z-index: -1;
    }
    .upsell-bg-a::after {
        min-height: 181px;
    	transform: translateY(-2%);

    }

    .upsell-bg-c::before {
        min-height: 246px;
        transform: translateY(-100%);
    }

    .upsell-bg-c::after {
        min-height: 181px;
        transform: translateY(-65%);
    }

    .upsell-bg-2::after {
        content: '';
        background-image: url(./statics/img/upgrade-a2-bg1-bottom.png);
        background-size: 100% 100%;
        position: absolute;
        width: 100%;
        right: 0;
        min-height: 239px;
        background-position-y: bottom;
        transform: translateY(-13%);
        z-index: -1;
    }

    .text-bg-1::before {
        min-height: 180px;
        transform: translateY(-5%);
    }
    
    .text-bg-1::after {
        min-height: 180px;
        transform: translateY(-13%);
    }

    .tsl-bg-2::before {
        min-height: 180px;
        transform: translateY(-54%);

    }
    .card-text-tsl .absolute-heading {
        left: 50%;
        transform: translate(-50%,-92%);
        top: 0;
        background-color: #f7f7f7;
        width: 76%;
    }

    .check::before {
        width: 30px;
        height: 30px;
        left: 8%;
    }

    .up2-img {
        top: 25%;
        left: 50%;
        transform: translate(-50%, -70%);
        width: 100%;
        max-width: 72%;
    }

    .downsell-bg {
        height: 60vh;
    }

    .accent-wrapper {
        background-image: url(./statics/img/man.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
    }


    .list-check li {
        font-size: 30px;
    }

    .list-check-2 {
        list-style: none;
        max-width: 100%;
        margin-left: 5%;
        margin-right: 0%;
    }

    .let-spa {
        font-size: 30px;    
    }

    .list-check-2 li::before {
        width: 28px;
        height: 28px;
        left: -10%;
        top: 10%;
    }


    .up1-bg{
        transform: scale(1.5);
    }

    .absolute-heading-d {
        transform: translate(-50%,-59%);
        width: 26%;
    }

    .absolute-heading-c {
        transform: translate(-50%,-74%);
        width: 60%;
    }

    .absolute-heading {
        transform: translate(-50%,-52%);
    }








}

.orderreel
{
    z-index:100;
    opacity:0.9;
    transform: scale(0.45);
    transition: transform 0.5s, left 0.5s;
    display:flex;
    font-family: Arial;
    position:fixed;
    bottom:38px;
    left:-15px;
    background-color:white;
    border:solid 4px #227dc2;
    border-radius:50px;
    background: white;
}

.orderreel .message
{
    size:0.2rem;
    transition: width 1s;
    width:0px;
    height:0px;
    width:0px;
    opacity:0;
    text-align: center;
    display:inline-block;
}
.orderreel .message .msg
{
    margin-right:20px;
    margin-top:4px;
}

article {
	width: auto;
	text-align: center;
	background-color: aliceblue;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 15px auto 20px;
	padding: 5px;
	overflow: hidden;
	box-shadow: 3px 3px 10px #ccc;
}

article h3 {
	font-weight: bold;
	line-height: 1.4;
	padding: 15px;
	padding-bottom: 0!important;
	color: #000;
}
article .count {
	padding: 5px;
}
article #timer{
	padding-bottom: 5px;
	padding-top: 0!important;
	margin-top: -10px;
	color: red;
	background-color: aliceblue;
	border-radius: 2px;
}

#reel{
    display: none;
}
*{
    scroll-behavior: smooth;
}

#smartplayer{
    height:100vh!important;
}