@font-face {
font-family: "Inter";
font-weight: 400;
font-style: normal;
font-display: swap;
src: url("https://hyper-discipline-45266799.hubspotpagebuilder.com/_hcms/googlefonts/Inter/regular.woff2") format("woff2"), url("https://hyper-discipline-45266799.hubspotpagebuilder.com/_hcms/googlefonts/Inter/regular.woff") format("woff");
}
@font-face {
font-family: "Inter";
font-weight: 500;
font-style: normal;
font-display: swap;
src: url("https://hyper-discipline-45266799.hubspotpagebuilder.com/_hcms/googlefonts/Inter/500.woff2") format("woff2"), url("https://hyper-discipline-45266799.hubspotpagebuilder.com/_hcms/googlefonts/Inter/500.woff") format("woff");
}
@font-face {
font-family: "Inter";
font-weight: 400;
font-style: normal;
font-display: swap;
src: url("https://hyper-discipline-45266799.hubspotpagebuilder.com/_hcms/googlefonts/Inter/regular.woff2") format("woff2"), url("https://hyper-discipline-45266799.hubspotpagebuilder.com/_hcms/googlefonts/Inter/regular.woff") format("woff");
}
@font-face {
font-family: "Inter";
font-weight: 600;
font-style: normal;
font-display: swap;
src: url("https://hyper-discipline-45266799.hubspotpagebuilder.com/_hcms/googlefonts/Inter/600.woff2") format("woff2"), url("https://hyper-discipline-45266799.hubspotpagebuilder.com/_hcms/googlefonts/Inter/600.woff") format("woff");
}
@font-face {
font-family: "Inter";
font-weight: 700;
font-style: normal;
font-display: swap;
src: url("https://hyper-discipline-45266799.hubspotpagebuilder.com/_hcms/googlefonts/Inter/700.woff2") format("woff2"), url("https://hyper-discipline-45266799.hubspotpagebuilder.com/_hcms/googlefonts/Inter/700.woff") format("woff");
}
@font-face {
font-family: "Poppins";
font-weight: 400;
font-style: normal;
font-display: swap;
src: url("https://hyper-discipline-45266799.hubspotpagebuilder.com/_hcms/googlefonts/Poppins/regular.woff2") format("woff2"), url("https://hyper-discipline-45266799.hubspotpagebuilder.com/_hcms/googlefonts/Poppins/regular.woff") format("woff");
}

@font-face {
    font-family: "nexa";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("/assets/fonts/NexaRustSans-Black.otf") format("opentype");
    }

* {
    margin: 0px;
    padding: 0px;
    font-family: Inter,Arial;
}
.nexa{
    font-family: 'nexa';
}
body{
    max-width: 1080px;
    margin: 0 auto;
}

.blue{
    color:#0400ff;
}

.orange{
    color:orange;
}
.black{
    color:black;
}
.white{ 
    color:white;
}
.pink{
    color:#ff5271;
}
.red{
    color:red;
}
.bgPink{
    background-color: #FEF2FF;
}
.margin-top-n46{
    margin-top: -46px;
}
.border-radius-40{
    border-radius: 40px;
}
.boxShadow{
    box-shadow: 0 12px 50px rgb(255 8 8 / 7%);
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1.4rem;
    word-break: break-word;
}

h1 {
    color: #030303;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 48px;
    text-transform: none;
}

h2{
    font-size: 32px;
    letter-spacing: .5px;
    line-height: 40px;
}

h3 {
    font-size: 28px;
    letter-spacing: -.5px;
    line-height: 37px;
}
.width100heighauto{
    max-width: 100%; 
    height: auto;
}

h4{
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #FAFAFA;
    font-size: 27px;
    line-height: 27px;
    margin: 0;
    text-transform: uppercase;
    vertical-align: top;
    letter-spacing: .5px;
}
@media only screen and (min-width: 768px) {
    h1 {
        font-size: 51px;
        line-height: 61px;
    }
    h2 {
        font-size: 37px;
        line-height: 45px;
    }
    h3 {
        font-size: 32px;
        line-height: 44px;
    }
}
 
h6 {
    color: #030303;
    font-family: Inter, Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
}

body, html, p {
    color: #53535b;
    font-weight: 400;
    letter-spacing: .1px;
    line-height: 26px;
}

a, body, html, p {
     
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    body, html, p {
        font-size: 16px;
        line-height: 26px;
    }
    .systems-page .success, h6 {
        font-size: 17px;
        line-height: 22px;
    }
}

p {
    font-size: 1rem;
    margin: 0 0 1rem;
}

 h4, h5 {
    color: #030303;
     
    font-style: normal;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    text-transform: none;
}

h5 {
    font-size: 18px;
    line-height: 22px;
}

@media only screen and (min-width: 768px) {
    h5 {
        font-size: 24px;
        line-height: 26px;
    }
}

button{
    color: white !important;
    background-color: #0070f4 !important;
    border: 2px solid #0072f3 !important;
    border-radius: 40px;
    font-size: 16px;
    line-height: 24px;
    padding: 9px 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.glow-on-hover {
    outline: none;
    background: #146ef5;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color:#146ef5;
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #146ef5;
    left: 0;
    top: 0;
    border-radius: 18px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.row{
    max-width: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.container{
    width: 100%;
}
.logo{
    display: flex;
    flex-wrap: nowrap;
    align-items: center; 
    justify-content: center; 
    align-content: center; 
    flex-direction: row;
}
.logo img{
    width:15rem;
}
.bottomShadow{
    box-shadow:0 3px 2px 0 hsla(218,8%,60%,.08),0 4px 8px 0 hsla(218,8%,60%,.04);
}
.center{
    text-align: center;
    margin: 0 auto;
}
.left{
    text-align: left;
}
.multi-sliced{
    max-width: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

.slice{
    width:100%;
    padding:15px;
}
.slice:not(:first-child) {
    margin-left:2.564102564%;
}

.bgBlack{
    background-color:black;
}
.fab{
    margin-top: 2px;
    font-size: 25px!important;
    margin-left: 7px;
}
.pad-top0{
    padding-top:0;
}

.margin-top-n30{
    margin-top:-30px;
}
.flex-start{
    align-items: flex-start;
}
.align-item-normal{
    align-items: normal;
}
.flex-wrap{
    flex-wrap: wrap;
}
.space-evenly{
    justify-content: space-evenly;
}

@media (max-width: 991px) {
    .multi-sliced{
        flex-wrap: wrap;
    }
    .slice:not(:first-child) {
        margin-left:auto;
    }
    .pad-top0-mobile{
        padding-top:0;
    }
    .flex-gap-30-mobile{
        gap: 30px;
    }
}

.testimonialphoto{
    width: 100px;
    margin: 0 auto;
    border: 4px solid #146ef5;
    border-radius: 100%;
}

.checked{
    color:gold;
}

.pad-bottom-0{
    padding-bottom: 0;
}
.pad-top-0{
    padding-top: 0;
}
.answer{
    padding:0;
}
.faq .row:not(.answer){
    cursor: pointer;
    padding:0;
}
.faq h6{
    margin-bottom: 0;
}
.faq.active .fa-angle-down{
     display: none;
}
.faq:not(.active) .fa-angle-up, .faq:not(.active) .answer{
    display: none;
}


/*************/

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hidden{
    display:none;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
   background: #ff4066;
    animation: animate 10s linear infinite;
    bottom: -150px;
    z-index: 1;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}


@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-500px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

  }

  .position-relative{
    position:relative
  }

  .countdown-clock li{
	display: inline-block;
	font-family: 'barlow condensed', 		arial, sans-serif;
	text-transform: uppercase;
	margin: 0 15px;
	text-align: center;
	color:white;
    display: block;
    width: 10px;
    float: left;
}
 .countdown-clock{
	display: inline-block;
	padding: 0px 20px;
	color: #000;
}

 .countdown-clock li span{
	display: block;
	font-family: 'barlow condensed', 		arial, sans-serif;
	color: red;
	font-weight: bold;
	font-size: 21px;
	letter-spacing: 2px;
}

.border-top{
    border-top: 1px solid rgba(251, 251, 251, 16%);
}

.margin-top-15{
    margin-top: 15px;
}
  
/****************/
 
.contactWays .fa{
    font-size: 22px;
}

.motivationImgMobile{
    display:none;
}
.motivationImgDesktop{
    display:block;
}

@media only screen and (max-width: 768px) {

    .slice h3{
        font-size: 22px;
        line-height: 25px;
        padding-right: 0;
        padding-left: 0;
    }
    
    .slice{
        padding-right: 0;
        padding-left: 0;
    }

    .slice.faq{
        padding-right: 16px;
        padding-left: 16px;
    }
    .answer{
        margin-top:5px;
    }
    
    .slice h2{
        font-size: 27px;
        line-height: 32px;
    }

    h1{
        font-size: 29px;
        line-height: 42px;
    }
    h4{
        font-size: 21px;
        line-height: 29px;
    }

    .motivationImgMobile{
        display:block;
    }
    .motivationImgDesktop{
        display:none;
    }
    .logo img {
        width: 8rem;
    }

    

}


 .blue, .gradientBlueRedText{
    background: -webkit-linear-gradient(45deg, #0400ff, #f00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.orange, .gradientOrangeRedText{
    background: -webkit-linear-gradient(5deg, #ff7300, #fd3333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.green, .gradientGreenOrangeText{
    background: -webkit-linear-gradient(5deg, #ff7300, #33fd8d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.grayblack, .gradientGrayBlackText{
    background: -webkit-linear-gradient(151deg, #b5b5b5, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
button, .gradientBlueRedButton{
    background: -webkit-linear-gradient(45deg, #0400ff, #f00)!important;;
    border: none !important;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.gradientGreenOrangeButton{

    background: -webkit-linear-gradient(5deg, #ff7300, #33fd8d)!important;;
    border: none !important;
    cursor: pointer;
    position: relative;
    z-index: 1;
}


.cartDetails b.leftli{
    font-weight: 600;   
    float: left;
    width: 7%;
    padding-bottom: 5px;
}
.cartDetails div.rightli{
    display: block;
    float: left;
    width: 90%;
    padding-bottom: 5px;
    text-align: left;
}
 
/*.slick-slide video{   
    width: 100%;
}
.video-js{
    
}
video{
    height: auto!important;
}

.vjs-poster{
    position: relative!important;  
}
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
  }
  .vjs-control-bar{
    display: none!important;
  }*/

  video{
    width: 100%;
  }

  .slickcontainer{
    width: 100%;
    display: block;
    position: relative;
  }
  .slick-prev {
    left:10px;
  }
  .slick-prev:before, .slick-next:before{
    line-height: 0.51;
  }
  .slick-next{
    right:10px;
  }

  .slick-prev:before, .slick-next:before{
    font-family: 'Inter';
    font-family: 'Inter';
    margin-left: 1px;
    font-size: 17px;
  }
  .slick-slide{
    position: relative
  }
  .fa-play,.fa-spin{
    position: absolute;
    left: 44%;
    top: 41%;
    font-size: 69px;
  }
  .moneyback{
    width: 100%;
    max-width: 412px!important;
    margin: 0 auto;
    display: block;}

    .answer{
        margin-top:5px;
    }

    .faq > .row, #partCommonProblems1 > .slice > .row, #partCommonProblems2 > .slice > .row  {
        justify-content: space-between;
    }

     .borderGradient{
       /* Border */
  border: 2px solid transparent;
  border-radius: 20px;
  background: 
    linear-gradient(to right, white, white), 
    linear-gradient(to right, red , blue); 
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
   
    }

    .price-card-desc .gradientGrayBlackText{
        background: -webkit-linear-gradient(95deg, #b5b5b5, #000);
        -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
    }

    .price-card-price .price{
        font-size: 36px;
        font-weight: bold;
        color:black;
    }
    .price-card-price .currency{
        font-size: 24px;
        line-height: 24px;
        color: black;
        margin-top: -3px;
    }
    .price-card-summary li{
        padding: 7px;
        width:100%;
    }
    .price-card-summary li::marker{
        display: inline-block;
        font: normal normal normal 14px / 1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f058";
        color:#8e6b2d;
    }
    .price-card-summary li::before {
        margin-left: 10px;
    }

    .goldGradient{
        background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
        radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 900;
        font-size: 30px;
    }
    
    .goldGradientButton{
        background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #d29c28 30%, #b3800f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%) !important;
        font-weight: 900;
        font-size: 16px;

    }

    .borderGoldGradient{
        border: 2px solid transparent;
        border-radius: 20px;
        background: linear-gradient(to right, white, white), linear-gradient(to right, #bd8425, #f3cb89);
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
     }

     .platinumGradient{
        background: radial-gradient(ellipse farthest-corner at right bottom, #f7f3e3 0%, #f3ede0 8%, #95918a 30%, #898479 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #f7f7e5 8%, #cbc3ae 25%, #5e594e 62.5%, #5d4a1f 100%) !important;
        -webkit-background-clip: text!important;
        -webkit-text-fill-color: transparent;
        font-weight: 900;
        font-size: 30px;
     }
     .borderPlatinumGradient{
        border: 2px solid transparent;
        border-radius: 20px;
        background: linear-gradient(to right, white, white), linear-gradient(to right, #979797, #ddd7cd);
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
     }
     .platinumGradientButton {
        background: radial-gradient(ellipse farthest-corner at right bottom, #f7f3e3 0%, #f3ede0 8%, #95918a 30%, #898479 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #f7f7e5 8%, #cbc3ae 25%, #5e594e 62.5%, #5d4a1f 100%) !important;
        font-weight: 900;
        font-size: 16px;
    }
    .borderPlatinumGradient li::marker{
        color: #888277;
    }

    .slick-slider-pricing .slick-slide .price-card{
        margin:5px;
        max-width:400px;
        width: 83%;
    }
    .programContent li::marker{
        color: #af246a;
    }
    .programContent {
        max-width: 600px;
        text-align: left;
        padding: 10px 10px 10px 40px;
        
    }
    .programContent li > ul > li::marker{
        color: #40af24;
    }

    .programContent li > ul{
        padding-left: 10px;
    }

    input,textarea{
        padding: 5px;
        border: 1px solid #afaeae;
        border-radius: 5px;
        margin: 5px;
        width: 100%;
        max-width: 311px;
        font-size: 13px;
    }
    input{
        height: 18px;
    }
   
    .sendinquiry{
        font-size: 15px;
        padding: 6px 18px;
    }

    .daypasshead{
        margin-bottom: 11px;
        margin-top: 15px;
        display: block;
        font-size: 15px;
        line-height: 25px;
    }
    .enqsent{
        font-size: 13px;
        color: blue;
        margin-bottom: -20px;
        display: block;
    }

    .validationFailed{
        border: 1px solid red;
    }
    .validationFailedText{
        font-size: 13px;
        line-height: 12px;
        width:100%;
        max-width:320px;
        margin:0 auto;
        color:red;
        margin-top:10px;
    }

    .bronzeGradient{
        background: radial-gradient(ellipse farthest-corner at right bottom, #fe9337 0%, #fd8631 8%, #9f4928 30%, #8a552f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #d1a064 25%, #5d391f 62.5%, #5d391f 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 900;
        font-size: 30px;
     }
     .borderBronzeGradient{
        border: 2px solid transparent;
        border-radius: 20px;
        background: linear-gradient(to right, white, white), linear-gradient(to right, #bd5d25, #d3a18f);
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
     }
     .bronzeGradientButton {
        background: radial-gradient(ellipse farthest-corner at right bottom, #fe9337 0%, #fd8631 8%, #9f4928 30%, #8a552f 40%, transparent 80%),
        radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #d1a064 25%, #5d391f 62.5%)!important;
        font-weight: 900;
        font-size: 16px;
    }

    .borderBronzeGradient li::marker {
        color: #603510;
    }

   table{
    font-size: 14px;
    line-height: 18px;
    margin-top:30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
   }
   td,th{
    padding: 5px;
    align-content: baseline;
    text-align: left;
   }
   td{
    font-size: 14px;
   }
     
   .mevsthemBlock .gradientGreenOrangeButton , .mevsthemBlock .gradientBlueRedButton{
    color:white;
    font-weight: 300;
   }

   td:nth-child(2){
    background-color: #ecf3ff;
    font-weight: 600;
   }
   td:nth-child(3){
    background-color: #ebebeb;
   }

   td:nth-child(1){
    font-size: 15px;
    font-weight: 600;
   }

   .slick-prev, .slick-next{
    width: 40px;
    height: 40px;
    top: 19%
   }
   @media only screen and (max-width: 768px) {
    .slick-prev, .slick-next{
        width: 25px;
        height: 25px;
       }
       td {
        font-size: 12px;
        }
        td:nth-child(1) {
            font-size: 13px;
        }
   }

  .slick-slider-benefits img{
    border-radius: 9px;
    width: 100%;
  }
  .slick-slider-benefits  .sliderElement{
    overflow: hidden;
    height: auto;
    margin: 5px;
  }

  .slick-slider-benefits  .sliderElement ul{
    font-size: 12px;
    line-height: 18px;
    /*background-color: black;*/
    padding: 3px 8px;
    list-style-type : none;
    width: 100%;
    text-align: left;
  }

  .slick-slider-benefits  .sliderElement ul li{
    padding: 0;
  }

  .slick-slider-benefits  .sliderElement ul.before{
    left: 20%;
    color: #ff3838;
  }
  .slick-slider-benefits  .sliderElement ul.after{
    right: 20%;
    color: #23dd23;
  }

  .ulwrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    height: 100%;
  }

  .slick-slider-benefits .slick-track, .slick-slider-pricing .slick-track{
    display: flex;
  }

  .slick-slider-pricing .slick-slide{
    display: inherit;
    height: auto;
  }

  #partTestimonial1, #partTestimonial2{
    align-items: stretch;
  }
  .reviewcontainer > .row:nth-child(1){
    height: 108px ;
  }
  .reviewcontainer > .row:nth-child(2){
    height: calc(100% - (108px + 74px));
  }
  .reviewcontainer > .row:nth-child(3){
    height: 74px;
  }

  .logo{
    font-size: 29px;
    color: black;
    font-weight: 900;
  }
  
  u{
    border-bottom: 1px solid black;
  }

 

.smoothpopup .btn-close {
  cursor: pointer;
  position: relative;
  right: -5px;
  top: 5px;
  margin: 3px;
  width: 20px;
  height: 20px;
  float: right;
  position: sticky;
  padding-bottom: 2px;
}
.smoothpopup .clear{
	clear: both;
}
.smoothpopup .btn-close::before,
.smoothpopup .btn-close::after {
  content: '';
  height: 2px;
  display: block;
  background: #d6d6d6;
}

.smoothpopup .btn-close::before {
  margin-top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.smoothpopup .btn-close::after {
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
 
}

.smoothpopup .btn-close:hover:after, .btn-close:hover:before {
  background: #FF8CB4;
}
.smoothpopup .modal-wrapper {
	display: flex;
	z-index: 999;
	width: 100%;
	height: 100%;
	position: fixed;
	visibility: hidden;
	top: 0;
	left: 0;
	background: rgba(25, 18, 12, 0.3);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	&.open{
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=1);
	}
}

.smoothpopup .modal {
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	height: 100%;
	width: 470px;
	position: relative;
	margin: auto;
	background: #e8e8e8;
	background: -webkit-linear-gradient(bottom, #e8e8e8, #fff);
	background: -o-linear-gradient(bottom, #e8e8e8, #fff);
	background: linear-gradient(to top, #e8e8e8, #fff);
	box-shadow: 0px 16px 16px -6px rgba(47, 46, 38, 0.5);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-ms-transform: scale(0.7); /* IE 9 */
   -webkit-transform: scale(0.7); /* Safari */
   transform: scale(0.7);
}

.smoothpopup .modal-wrapper.open .modal {
	opacity: 1;
	filter: alpha(opacity=100);

    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);

}

.smoothpopup .content{
	text-align: center;
}

@media screen and (max-width: 425px){
	.smoothpopup .modal{
		width: 100%;
		height: 90%;
		padding: 0;
	}
	.smoothpopup .btn-close{
		right: 5px;
	}
    .slick-slider-pricing > div{
        height: 100%;
    }
}

.smoothpopup h2{
    font-size: 21px;
    line-height: 33px;
}

#moneybackpopup img{
    height: 129px;
}

.smoothpopup .modal{
    overflow: auto;
}

.bigNumber{
    font-size: 25px;
    font-weight: 900;
}
.buttonFromPopup{
    margin-top: 5px;
    font-size: 15px;
    padding: 12px 18px;
}

#extBenPop .price-card-summary li, #platvsGoldPop .price-card-summary li {
    padding: 3px;
    width: 100%;
    text-align: left;
}

ul.platinumBullets li::marker {
    color: #888277;
}

 .width100{
    width:100%;
    display:block
 }

.goldText{
    color:#ad7e2d;;
}


.platinumText{
    color:#6e685d;
}

.blackText{
    color:#000;
}

.goldText, .platinumText, .blackText{
    font-size: 16px;
    line-height: 21px;
    width: 100%;
    display: block;
}

.slick-slider-pricing{
    display: flex;
    gap: 20px;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px;
}

.slick-slider-pricing > div, .slick-slider-benefits .sliderElement{
    max-width: 400px;;
}

.slick-slider-pricing  li button{
    margin-top: 5px;
    font-size: 15px;
    padding: 2px 12px;
    text-transform: none;
    border-radius: 0;
    text-align: left;
}



.slick-slider-pricing .price-card{
    height: 100%;
}


.slick-slider-benefits{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}


/* Initiate Auto-Pulse animations */
.pulse-button {
	animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
}

  
/* Declare border pulse animation */
@keyframes borderPulse {
  0% {
    box-shadow: inset 0px 0px 0px 5px rgba(115, 0, 255, 0.618), 0px 0px 0px 0px rgba(76, 0, 255, 0.585);
  }
  100% {
    box-shadow: inset 0px 0px 0px 3px hsla(254, 100%, 50%, 0.26), 0px 0px 0px 10px rgba(47, 0, 255, 0.055);
  }
}

.boughtToday{
    padding: 5px 12px;

}