#top {
   
    background-color: rgb(0, 112, 255);
}

#top {

    padding: 20px 0;
}

#header {
    background: url(../images/header-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    overflow: hidden;
}

#header a {
    color: #fff;
}

#header .wrapper {
    border: 1px solid #24ccff;
    /* border: 2px solid #fff; */
    border-radius: 20px;
    padding: 30px;
    width: 90%;
    margin: auto;
}
.letter-spacing{
    letter-spacing: 2px;
}
#header .container {
    padding-bottom: unset;
}

.l-box1{
    background-color: rgb(104, 2, 255);
    background-color: rgb(25, 158, 254);
    border-radius: 10px;
    padding: 5px 5px;
    color: #fff;
    display: inline-block;
}
.l-box2 {
    background-color: rgb(104, 2, 255);
    background-color: rgb(0, 112, 255);
    border-radius: 0px;
    padding: 10px 25px;
    color: #fff;
    display: inline-block;
  }

.l-clr1{
    color: rgb(104, 2, 255);
}
.l-clr2{
    color: rgb(255, 179, 0);
  }




@media (min-width: 768px) {
    #top {
        padding: 20px 0;
      }
    }
    @media (max-width: 768px) {
       
        #top {
            padding: 10px 0;
          }
        
          h3 {
            font-size: 25px !important;
            line-height: 1.3;
            margin-bottom: 15px;
            font-weight: 600;
          }
        }
/* .logo { width: 256px;} */
.sub-wrapper {
    background-color: #44047c;
    background-color: rgb(245, 113, 0);
    display: block;
    margin: auto;
    max-width: 785px;
    padding: 15px;
    border-radius: 100px;
}

.sub-wrapper2 {
    background-color: #8b00fe;
    background-color: rgb(245, 113, 0);
    display: block;
    margin: auto;
    max-width: 70%;
    padding: 15px;
    border-radius: 50px;
    font-size: 20px;
}

.sub-wrapper-mobile {
    background-color: #8b00fe;
    background-color: rgb(245, 113, 0);
    display: block;
    margin: auto;
    max-width: 95%;
    padding: 10px;
    border-radius: 20px;
}

.sub-wrapper p {
    margin-bottom: unset;
    font-size: 21px;
}

.font-gradient {
    background: linear-gradient(to right, #4ce108, #ede606);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.sub-wrapper2 h3 {
    margin-bottom: unset;
    font-size: 22px;
}

.video-wrapper {
    display: block;
    margin: auto;
    max-width: 1000px;
    border: 10px solid #fff;
    border-radius: 7px;
}

.marg {
    margin-bottom: -50px;
}

/* #countdown2 {
    background: #6802ff;
    color: #000;
    padding: 80px 0;
} */

#countdown2 {
    padding: 114px 0 101px;
    position: relative;
    z-index: 304;
    /* background-image: linear-gradient(0deg,rgb(221, 92, 5) 0%, rgb(253, 138, 0) 100%); */
    background-color: rgb(0, 112, 255);
    background-size: auto;
    background-size: cover;
    color: #fff;
  }
  .cta-card {
    border-radius: 20px;
    background-color: #fff;
    padding: 50px 20px 30px 20px;
  }

/* #countdown2 .wrapper {
    background-color: #fff;
  border-radius: 20px;
  padding: 40px 15px;

} */
.bg-loaded {
    background-color: rgb(255, 255, 255);
    border: 4px dotted rgb(255, 0, 0);
    border: 4px dotted rgb(0, 0, 0);
    padding: 20px 20px 0px 20px;
}
ul {
    padding-left: 0;
  }

  @media (min-width: 1400px) {
    .custom-button {
        display: block;
        margin: auto;
        margin-top: auto;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 28px;
        text-decoration: none;
        padding: 30px;
        max-width: 750px;
        line-height: 1.3;
        border-radius: 10px;
        background-image: linear-gradient(0deg,rgb(255, 194, 2) 0%, rgb(255, 123, 0) 100%);
        text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
      
    }
  }
  @media (max-width: 1400px) {
    .custom-button {
        display: block;
        margin: auto;
        margin-top: auto;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 28px;
        text-decoration: none;
        padding: 30px;
        max-width: 750px;
        line-height: 1.3;
        border-radius: 10px;
        background-image: linear-gradient(0deg,rgb(255, 194, 2) 0%, rgb(255, 123, 0) 100%);
        text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
      
    }
  }
  @media (min-width: 768px) {
   
    .features2 .img{
width: 70%;
    }
  }
  @media (max-width: 768px) {
    .custom-button {
        padding: 20px;

    }
    .features2 .img{
width: 70%;
    }
  }



.custom-button:hover {
    /* background-image: -webkit-linear-gradient(180deg, rgb(253, 100, 79) 0%, rgb(253, 100, 79) 27%, rgba(255, 163, 78, 0.99608) 100%); */
    background: linear-gradient(to left, #ff8400, #ff0500);
    color: #fff;
    transition: 0.5s;
}

.custom-button-mobile {
    margin: auto;
    text-align: center;
    background: linear-gradient(to right, #0075ef, #3fe6cc);
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    max-width: 750px;
    line-height: 1.3;
    padding-right: 20px;
    padding-left: 20px;
    box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, 0.69);
}

.custom-button-mobile:hover {
    background: linear-gradient(to left, #0075ef, #3fe6cc);
    transition: 0.5s;
}

.custom-button1 {
    display: block;
    margin: auto;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    text-decoration: none;
    padding: 10px;
    max-width: 400px;
    border-radius: 0px;
    line-height: 1.3;
    padding-right: 30px;
    padding-left: 30px;
    border: 2px solid #fff;
}

.custom-button2 {
    display: block;
    margin: auto;
    text-align: center;
    background-color: #ef02a0;
    color: rgb(255, 255, 255);
    font-weight: 900;
    font-size: 29px;
    text-decoration: none;
    padding: 22px;
    max-width: 875px;
    border-radius: 9px;
    line-height: 1.3;
}

.custom-button3 {
    display: block;
    margin: auto;
    text-align: center;
    background-color: #aeff00;
    color: #000;
    font-weight: 900;
    font-size: 29px;
    text-decoration: none;
    padding: 22px;
    max-width: 875px;
    border-radius: 9px;
    line-height: 1.3;
}
 .cardbox {
    background-color: rgba(70, 0, 239, 0.02);
    color: #000;
    border-radius: 20px;
    padding: 40px 15px;
  }
  .cardbox1 {
    background-color: rgb(0, 112, 255);
    color: #fff;
    border-radius: 20px;
    padding: 40px 15px;
  }
ul {
    margin-bottom: unset;
}

li {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-size: 30px;
    ;
    padding-left: 50px;
    padding-bottom: 20px;
    padding-top: 1px;
    font-weight: 400;
    list-style-type: none;
    color: #000;
}

#section1 {
    background-color: #380268;
}

#section1 .button-wrapper {
    border: 2px dashed #eedd44;
    padding: 30px;
}

#Funnel {
    background-color: #380268;
}

#Introducing {
    background-color: #7239ff;
}

#Demo {
    background-color: #7239ff;
}

#section2 {
    /* background-color: #FFF; */

    background: url(../images/intro-bg.png);
    color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;

}

.bg-grey {
    background-color: #EBF3FF;
}

#section-2 {
    background-color: #f2f2f9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#section3 {
    background: url(../images/section3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
}

#section121 {
    background: url(../images/rates.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-attachment: fixed; */
}
#section121 li{
    padding-bottom: 0;

}
.sec-77 {
    padding: 90px 0 70px 0;
    position: relative;
    background: url(../images/sec-77.png) no-repeat center center;
    background-size: cover;
    /* background-image: linear-gradient(to bottom left,rgb(61, 103, 253) 0%, rgb(60, 102, 252) 100%); */
    background-size: cover;
  }
  .contain19 {
    padding: 20px 20px 20px 20px;
      padding-top: 20px;
    position: relative;
    background: rgba(221, 236, 253, 0.1);
      background-color: rgba(221, 236, 253, 0.1);
      background-image: none;
    border-radius: 30px;
    color: #000;
    /* background-image: linear-gradient(to bottom left,rgb(0, 46, 212) 0%, rgb(0, 46, 212) 100%); */
    border-radius: 30px;
    background-color: #214dea0a;
  }
#section3 .container {
    max-width: 1320px;
}

#section3 .features {
    /* background-color: #4a8001; */

    background-color: rgba(255, 255, 255, 0.1);
    /* padding: 20px 20px; */
    border: 2px solid rgba(104, 51, 255, 0.15);


    padding: 30px;
    border-radius: 20px;
    margin-top: -15px;
    z-index: -1;
}

#section3 .features2 {
    background-color: #FD780B;

    padding: 30px;
    border-radius: 20px;
    margin-top: -15px;
    z-index: -1;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.15);
    /* border: 4px solid rgb(0, 102, 255); */
}
#section3 .features3 {
    background-color: rgb(23, 0, 47);

    padding: 30px;
    border-radius: 20px;
    margin-top: -15px;
    z-index: -1;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.15);
    /* border: 4px solid rgb(0, 102, 255); */
}

#section3 .feat1 {
    background-color: #13ebcd;
    border-radius: 70px;
    border: 1px solid #FFF;
    padding: 0px;
    max-width: 50%;
    display: block;
    margin-bottom: -10px;
    z-index: 1;
}

.bonus-box {
    display: block;
    width: 100%;
    background: linear-gradient(129deg, rgb(40 6 96) 0%, rgba(70, 103, 242, 1) 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    padding: 20px 50px;

    background-position: center center;
    border-radius: 50px;
}

.strip1 {
    display: inline-block;
    background: rgb(129, 65, 238);
    background: linear-gradient(129deg, rgba(129, 65, 238, 1) 0%, rgba(70, 103, 242, 1) 100%);
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    padding: 10px 50px;
    border-radius: 35px;
}

#section3 .feat2 {
    background-color: #0066FF;
    border-radius: 70px;
    border: 1px solid #FFF;
    padding: 0px;
    max-width: 40%;
    display: block;
    margin-bottom: -10px;
    z-index: 1;
}

.lento-works {
    background-color: #FFF8DF;
}

#section4 {
    /* background-color: #FFF8DF; */
    background: url(../images/sdseew.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;

}

#header4 {
    background: linear-gradient(to right, #0075ef, #3fe6cc);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#Prizes {
    background: linear-gradient(to right, #0075ef, #3fe6cc);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#section5 {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#section5 .box {
    display: inline-block;
    margin-top: 50px;
    background: #fff;
    width: 100%;
    padding: 20px;
    text-align: center;
    box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, 0.69);
}

#section5 .box1 {
    display: inline-block;
    margin-top: 50px;
    background: #fff;
    width: 100%;
    padding: 20px;
    box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, 0.69);
}

#section5 .spacer {
    margin-right: 40px;
}

#section5 .check {
    margin-top: -60px;
}

#section6 {
    background: url(../images/white-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
/* background-color: rgb(25, 158, 254); */
}
.green-clr{
    color: rgb(0, 208, 102);;
}
.blue-clr{
    color: rgb(0, 25, 255);
}
.red-clr{
    color: rgb(255, 4, 4);
}
.buy-price{
border: 5px dashed rgb(0, 208, 102);

padding: 5px 0;
border-radius: 12px;
}
.buy-price1{
    border: 5px dashed rgb(0, 25, 255);
    
    padding: 5px 0;
    border-radius: 12px;
    }
#section6 .recap {
    background-color: #fefefe;
    box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, 0.69);
    padding: 30px 25px;
    border: 1px solid #c2fdc6;
    border-radius: 30px;
    /* border-width: 10px; */
    margin-bottom: 50px;
}

#section6 .recap1 {
    background-color: #fefefe;
    box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, 0.69);
    padding: 30px 25px;
    background-color: #fff;
    border-radius: 30px;
    /* border-width: 10px; */
    margin-bottom: 50px;
    border: 1px solid #FFAFAA;
}



.text-primary {
    color: #7117FF !important;
}

.bg-grey {
    background-color: #EBF3FF;
}

#section7 {
    /* background-color: #6837f7 ; */

    background: url(../images/section7.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}

#section7 .bonus {
    background-color: rgba(255, 255, 255, 0.1);

    border: 2px solid rgba(104, 51, 255, 0.15);
    border-radius: 10px;
    padding: 40px;

}

#section7 .bonus2 {
    background-color: #245c144f;
    border-radius: 10px;
    padding: 40px;
    border: 1px solid #5fef83;
}

/* #section7 .container{

    max-width: 1100px;
} */

#section8 {
    background-color: #FFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#section8 .mbg {
    border: 1px solid #7239ff;
    border-radius: 20px;
    padding: 50px;

}

#section9 {
    background: url(../images/section9-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#section10 {
    background-color: #eef2f7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#section10 .wrapper {
    border-radius: 30px;
    border: 7px solid #e4e7f5;
    background: #FFF;
    padding: 40px;
    box-shadow: 3px 10px 41px -14px rgb(159 174 207 / 69%);
}

#section10 .wrapper-gold {
    border-radius: 30px;
    border: 7px solid #e5c01e;
    background: url(../images/introducing-bg.png);
    background-position: top center;
    padding: 40px;
    box-shadow: 3px 10px 41px -14px rgb(159 174 207 / 69%);
}

#section10 .buy-button {
    margin: auto;
    text-align: center;
    background: linear-gradient(to right, #0075ef, #3fe6cc);
    color: #fff;
    font-weight: 900;
    font-size: 25px;
    text-decoration: none;
    padding: 30px;
    border-radius: 10px;
    max-width: 750px;
    line-height: 1.3;
    padding-right: 70px;
    padding-left: 70px;
    box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, 0.69);
}

#section10 .custom-button:hover {
    background: linear-gradient(to left, #0075ef, #3fe6cc);
    transition: 0.5s;
}

.section10 {
    background: url(../images/demo-bg1.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.section10 {
    background: url(../images/demo-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.relative {
    position: relative;
}

.section10 .wrapper {
    /* border: 1px solid #172dc7 !important;
    box-shadow: rgba(29, 0, 114, 0.15) 26px 31px 50px 0px;
    background: #101a4e; */
    padding: 40px;
    border-radius: 20px;
    width: 80%;
    display: block;
    margin: auto;
}

@media (max-width: 767px) {
    .section10 .wrapper {
        width: 95%;
    }
}

.Need-section {
    align-items: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
    /* margin: 0 0 0 100px; */
    display: flex;
}

.Need-section .social_id {
    display: flex;
    margin: 0 0 0 100px;
}

.Need-section .section-data {
    margin: 0 -100px 0 0;
    z-index: 9;
}


@media (max-width: 800px) {
    .Need-section .social_id {
        display: flex;
        margin: 0px 0 0 55px;
    }

    .Need-section .section-data {
        margin: 0 -60px 0 0;
        z-index: 9;
    }
}

@media (max-width: 650px) {
    .Need-section .social_id {
        display: block;
        margin: 0px 0 0 20px;
    }

    .Need-section .section-data {
        margin: 0 0px 0 0;
        z-index: none;
    }

    .Need-section {
        text-align: center;
        display: block;
    }
}

.name-heading-bg {
    margin: auto;
    margin-top: auto;
    margin-top: auto;
    background-color: #fff;
    color: #000;
    font-weight: 700;
    font-size: 40px;
    text-decoration: none;
    padding: 21px;
    padding-right: 21px;
    padding-left: 21px;
    padding-right: 13px;
    padding-left: 13px;
    border-radius: 50px;
    max-width: 750px;
    line-height: 1.3;
    padding-right: 20px;
    padding-left: 20px;
    box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, 0.69);
}



a.yes-btn {
    border-radius: 15px;
    background-color: #1AAB1F;
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #ffffff;
}

a.nothanks-btn {
    border-radius: 15px;
    background-color: #FF0000;
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #fff;
}


.footer {
    padding: 30px 0;
    background-color: #090E1D;
    color: #fff;
    /* text-align: center; */
    overflow: hidden;
}

.footer .logo img {
    width: 240px;
    height: auto;
}

.footer .logo {
    margin-bottom: 50px;
}

.footer {
    color: #fff;
    /* text-align: center; */
}

.footer-bottom a {
    text-decoration: none;
    color: #fff;
}

#section10 a {
    font-size: 30px;
}

#section11 {
    background: url(../images/bg10.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#section12 {
    background: url(../images/bg4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#section13 {
    background: url(../images/bg13.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#section14 {
    background: url(../images/bg14.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.step-box {
    background-color: white;
    padding: 50px;
    border: 10px solid #ff9fbc;
    border-radius: 10px;
}

#section15 {
    background: url(../images/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#section16 {
    background: url(../images/bg5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#section17 {
    background: url(../images/bg17.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#section18 {
    background: url(../images/bg6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#section19 {
    background-color: #f1f1f1;
    /* background: url(../images/bg6.jpg);
	background-size:cover;
	background-repeat:no-repeat;
    background-position: top; */
}

#section20 {
    background: url(../images/bg4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#section21 {
    background: url(../images/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#section22 {
    background: url(../images/bg13.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#section23 {
    background: url(../images/bg9.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#section24 {
    background: url(../images/header-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}

.font-big2 {
    font-size: 150px;
}

.b-box {
    background-color: #ff007bd1;
    max-width: 1200px;
    margin: auto;
    border-radius: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

#section25 {
    background: url(../images/bg14.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}

.box-personal {
    background-color: white;
    padding: 40px;
    border-radius: 10px;
}

.font-big {
    font-size: 48px;
}

.box-commercial {
    background-color: #050b1a;
    padding: 40px;
    border-radius: 10px;
}

#section26 {
    background: url(../images/bg6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}

#section28 {
    background: url(../images/bg13.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}

#section29 {
    background-color: #f1f1f1;
}

#section27 .container {
    max-width: 1100px;
    margin: auto;
}

#footer {
    background-color: #F2F2F9;
}

.footer-text {
    font-size: 13px;
    color: #787878;
}

#footer a {
    font-size: 15px;
    color: #787878;
}

#footer p {
    font-size: 15px;
    color: #787878;
}

.f-mobile {
    display: none;
}

#bottom-button {
    background-color: #0B0B20;

}

#bottom-button .button1 {
    display: block;
    margin: auto;
    text-align: center;
    background-color: #28b50b;
    color: #fff;
    font-weight: 900;
    font-size: 28px;
    text-decoration: none;
    padding: 30px;
    border-radius: 10px;
    max-width: 750px;
    line-height: 1.3;
    padding-right: 70px;
    padding-left: 70px;
    box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, 0.69);
}

#bottom-button .button2 {
    cursor: pointer;
    display: block;
    margin: auto;
    text-align: center;
    background-color: #e11717;
    color: #fff;
    font-weight: 900;
    font-size: 28px;
    text-decoration: none;
    padding: 30px;
    border-radius: 10px;
    max-width: 750px;
    line-height: 1.3;
    padding-right: 70px;
    padding-left: 70px;
    box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, 0.69);
}


/*========= EXIT POPUP =========*/

#Popup {
    background: url(img/header2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}

#exitpopup_wrap .text-small2 {
    font-size: 15px;
}

#exitpopup_wrap .pop-button {
    display: block;
    margin: auto;
    width: 100%;
    background-color: #ff0000;
    color: white;
    font-size: 25px;
    font-weight: 900;
    border-radius: 10px;
    padding: 14px;
    margin-top: 20px;
}

#exitpopup_wrap .pop-button:hover {
    background-color: #ef3737;
    text-decoration: none;
}

#exitpopup_wrap,
#exitpopup_wrap2 {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
}

#exitpopup {
    position: relative;
    z-index: 9999999;
    color: #494949;
    font-size: 14px;
    padding: 40px;
    box-sizing: border-box;

    width: 64%;
    display: block;
    margin: auto;
}

@media (max-width: 767px) {
    #exitpopup {
        width: 100%;
    }
}

#exitpopup:after {
    content: "";
    display: block;
    clear: both;
}

#exitpopup h2 {
    color: #2f5e94 !important;
    font-size: 39px;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Arial Black", sans-serif;
    font-weight: normal;
    letter-spacing: -2px;
}

#exitpopup p {
    text-align: center;
}

#exitpopup a.close,
#exitpopup a.close2,
#bio_ep_close {
    opacity: 0.8;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-weight: bold;
    width: 38px;
    height: 38px;
    background: #2e2d2b;
    border-radius: 50%;
    line-height: 25px;
    font-size: 34px;
    text-align: center;
    border: 3px solid #fff;
    cursor: pointer;
    display: block;
}

#exitpopup form input[name="name"],
#exitpopup form input[name="email"] {
    box-sizing: border-box;
    padding: 15px 30px;
    border: 1px solid #c4c6ca;
    border-radius: 0px;
    font-size: 18px;
    vertical-align: bottom;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 324px;
}

#exitpopup form input[type="email"] {
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 60px;
    min-width: 400px;
    text-align: left;
    float: left;
}

#exitpopup form input[type="submit"] {
    background: #ff4e18;
    width: 324px;
    border: 0 none;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    border-radius: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#exitpopup form input[type="submit"]:hover {
    cursor: pointer;
}

#exitpopup .pull-left {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    z-index: 0;
}

#exitpopup .privacy {
    clear: both;
    padding: 10px 0;
}

#exitpopup #after {
    text-align: center;
    font-size: 20px;
    line-height: normal;
    color: #900;
    width: 50%;
    float: right;
}

#bio_ep #exitpopup {
    margin-top: 0;
}

.popup-head {
    font-size: 127px;
}

.popup-head2 {
    font-size: 40px;
}

#exitpopup .popup-top {
    background-color: #139fe1;
    padding: 15px;
    box-shadow: 0 0 10px #0007;
}

#exitpopup .popup-bot {
    background-color: #FFF;
    padding: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


@media (max-width: 767px) {
    #section3 .feat1 {
        max-width: 90%;
    }

    #section3 .feat2 {
        max-width: 90%;
    }

    #section10 a {
        font-size: 20px;
    }

    #section8 .mbg {
        padding: 10px;
    }

    #header .wrapper {
        padding: 10px;
    }

    .f-mobile {
        display: block !important;
    }

    .f-desktop {
        display: none !important;
    }

    ul,
    li,
    a,
    p {
        font-size: 18px;
    }

    .sub-wrapper p {
        font-size: 18px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 22px;
    }

    .sub-wrapper2 h3 {
        font-size: 18px;
    }

    .custom-button {
        font-size: 20px;
        padding: 18px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .custom-button2 {
        font-size: 20px;
        padding: 18px;
        padding-right: 50px;
        padding-left: 51px;
    }

    .custom-button3 {
        font-size: 20px;
        padding: 18px;
        padding-right: 50px;
        padding-left: 51px;
    }

    .custom-button4 {
        font-size: 20px;
        padding: 18px;
        padding-right: 50px;
        padding-left: 51px;
    }

    ul {
        padding: unset;
    }

    .m-top-mobile {
        margin-top: 20px;
    }

    .font-big2 {
        font-size: 60px;
    }

    .font-big {
        font-size: 30px;
    }

    .m-text-center {
        text-align: center !important;
    }

}

/* Css For Timer Display */

/* Css For Timer Display */

.main {
	text-align: center;
	display: flex;
	justify-content: center;
}

.item {
	margin-right: 5px;
	width: 100%;
	border-radius: 100%;
	position: relative;
	width: 75px;
	min-width: 75px;
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

.item::before {
	content: ':';
	position: absolute;
	z-index: 9;
	right: -25px;
	color: #f01236;
	font-size: 60px;
	top: -10px;
	display: none;
}

.main .item:last-child {
	margin-right: 0px;
}

.main .item:last-child::before {
	content: none;
}

.item h4.count_down {
	font-weight: 900 !important;
	line-height: 100%;
	width: 100%;
	float: left;
	color: #000000;
	font-size: 32px;
	padding: 10px 0px;
	margin: 0px;
	background: #EDEDED;

}

.item h4.line {
	padding: 10px 0px;
	margin: 0px;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
}


.cta-secure {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-direction: column;
	justify-content: center;
}


.price-increase {
	border-radius: 6px;
	background-color: rgb(15, 38, 58);
	display: inline-block;
	padding: 10px 30px;
}

.timer-bg {
	background: #131c23;
	padding-top: 15px;
	border-radius: 15px;
}

.rises-time {
	background: #F00;
	padding: 10px;
	display: inline-block;
}
.item h4.line {
  color: #000;
}
@media (min-width:768px) {
	.item {
		margin-right: 20px;
		width: 100px;
	}

	.item h4.count_down {
		font-size: 36px;
	}

	.item h4.line {
		font-size: 16px;
	}

	.cta-secure {
		gap: 40px;
		flex-direction: row;
		justify-content: center;
	}

	a.action-link {
		padding: 30px 80px;
		font-size: 50px;
		line-height: 38px;
		border-radius: 24px;
		display: inline-flex;
		align-items: center;
		gap: 15px;
		justify-content: center;
	}

	a.action-link1 {
		padding: 30px 40px;
		font-size: 32px;
		line-height: 38px;
		border-radius: 24px;
		display: flex;
		align-items: center;
		gap: 15px;
		justify-content: center;
	}

	.rises-time {
		padding: 10px 50px;
	}
}


.cta-secure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
}

.hurry-section {
  background: rgb(7, 8, 13);
  padding: 15px 0px;
  color: #fff;
}

.hurrydata {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
}

@media (min-width:768px) {

  .item .count_down {
    font-size: 50px;
  }

  .item h4 {
    font-size: 18px;
  }

  .cta-secure {
    gap: 40px;
    flex-direction: row;
    justify-content: center;
  }

  a.action-link {
    padding: 30px 50px;
    font-size: 38px;
    display: inline-block;
  }

  .hurrydata {
    gap: 50px;
    flex-direction: row;
  }

}
/* Action Link End */
.cta-bg {
    border-radius: 30px;
    background-image: -moz-linear-gradient(90deg, rgb(14, 19, 108) 0%, rgb(32, 20, 78) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(14, 19, 108) 0%, rgb(32, 20, 78) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(14, 19, 108) 0%, rgb(32, 20, 78) 100%);
    box-shadow: 0px 8px 30px 0px rgba(24, 23, 62, 0.2);
    overflow: hidden;
}

.count-bg {
    border-radius: 0px;
    background-image: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 0, 0) 100%);
    box-shadow: 0px 8px 30px 0px rgba(24, 23, 62, 0.2);
    overflow: hidden;
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.cta-padding {
    padding: 20px 20px 0px 20px;
}

@media (min-width:768px) {
    .cta-padding {
        padding: 50px 50px 0px 50px;
    }

    .cta-bg {
        background: url(../images/cta-bg.png) no-repeat center center;
        background-size: 100% 100%;
    }
}


.hey-section {
    padding: 30px 0px;
    background: #ffffff;
    z-index: 9;
}

.hey-title {
    background-image: -moz-linear-gradient(0deg, rgba(255, 116, 141, 0.99608) 0%, rgb(255, 125, 175) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(255, 116, 141, 0.99608) 0%, rgb(255, 125, 175) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(255, 116, 141, 0.99608) 0%, rgb(255, 125, 175) 100%);
    box-shadow: 0px 6px 20px 0px rgba(24, 23, 62, 0.1);
    display: inline-block;
    padding: 15px;
}

@media (min-width:768px) {
    .hey-section {
        padding: 100px 0px;
        background: url(../images/hey-section.png) no-repeat center center;
        background-size: cover;
    }

    .hey-title {
        padding: 20px 30px 40px 30px;
        background: url(../images/hey-title.png) no-repeat center center;
        background-size: 100% 100%;
        box-shadow: none;
    }
}



@media (max-width: 400px) {


    .item .count_down {
        font-weight: 700 !important;
        line-height: 120%;
        width: 100%;
        float: left;
        color: #f01236;
        font-size: 35px;
    }

    .item::before {
        content: ':';
        position: absolute;
        z-index: 9;
        right: -25px;
        color: #f01236;
        font-size: 60px;
        top: -25px;
    }
}

@media (min-width: 400px) {

    .item::before {

        top: -17px;
    }
}




/* timers css and */




/*Modal Pop-Up Start*/
#ouibounce-modal .modal-header h5 span {
    font-size: 25px;
}

#ouibounce-modal .modal-header h5 {
    text-align: center;
    width: 100%;
    font-size: 58px;
    line-height: 65px;
    color: #fff;
    font-weight: 700;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 0 solid #dee2e6;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

#ouibounce-modal .modal-header {
    background-color: #139fe1;
    border-radius: 5;
}

#ouibounce-modal .modal-body {
    padding: 1rem 1rem 2rem;
    position: relative;
    flex: 1 1 auto;
    padding: 2rem 0.5rem;
    margin-top: -10px;
}


.btn_custom_set1 {
    color: #fff;
    text-decoration: none;
    padding: 30px 50px;
    border-radius: 60px;
    transition: all 0.5s ease;
    display: inline-block;
    line-height: 26px;
    background-image: -moz-linear-gradient(-45deg, rgb(58, 67, 208) 0%, rgb(108, 116, 247) 100%);
    background-image: -webkit-linear-gradient(-45deg, rgb(58, 67, 208) 0%, rgb(108, 116, 247) 100%);
    background-image: -ms-linear-gradient(-45deg, rgb(58, 67, 208) 0%, rgb(108, 116, 247) 100%);
}

.btn_custom_set1:hover {
    color: #fff;
    text-decoration: none;
    padding: 30px 50px;
    border-radius: 60px;
    transition: all 0.5s ease;
    display: inline-block;
    line-height: 26px;
    background-image: -moz-linear-gradient(90deg, rgb(108, 116, 247) 100%, rgb(58, 67, 208) 0%);
    background-image: -webkit-linear-gradient(90deg, rgb(108, 116, 247) 100%, rgb(58, 67, 208) 0%);
    background-image: -ms-linear-gradient(90deg, rgb(108, 116, 247) 100%, rgb(58, 67, 208) 0%);
}

.btn_custom_set1 span {
    font-size: 16px;
    font-weight: lighter;
}

#ouibounce-modal .modal-body h2 {
    text-align: center;
    font-size: 25px;
    color: #212529;
    margin-bottom: 0.5rem;
    font-family: montserrat, -apple-system, BlinkMacSystemFont, segoe ui,
        Roboto, helvetica neue, Arial, noto sans, sans-serif,
        apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    font-weight: 700;
    line-height: 1.2;
}

#ouibounce-modal .modal-body h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 0.5rem;
    font-family: montserrat, -apple-system, BlinkMacSystemFont, segoe ui,
        Roboto, helvetica neue, Arial, noto sans, sans-serif,
        apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    font-weight: 700;
    line-height: 1.2;
}

.setcolo {
    color: #0c4394;
}

.myfontmain {
    font-size: 45px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold !important;

}

#ouibounce-modal .modal-header .close {
    border-radius: 50%;
    padding: 5px 8px;
    background-color: #f4eeee;
    opacity: 1;
    color: #fff;
    margin: -29px -23px 0.9rem auto;
    border: 2px solid #fff;
}

.banner-popup .close {
    position: absolute;
    top: -13px;
    z-index: 99;
    background: #000000;
    opacity: 1;
    border: 3px solid white;
    width: 37px;
    height: 37px;
    line-height: 22px;
    border-radius: 50%;
    right: -13px;
    color: #fff;
}

button.close {
    padding: 0;
    border: 0;

}

.close span {
    font-size: 30px;
    font-weight: 700;
}

a.nothank {
    color: #ff5151;
    text-decoration: none;
}

a.nothank1 {
    color: #000000;
    text-decoration: none;
}

.coupon {
    background: yellow;
    padding: 10px 15px;
    display: inline-block;
    margin: 15px 0px;
}

.banner-popup {
    background: rgba(0, 0, 0, 0.8);
    top: 0px !important;
    padding-top: 60px;
}

  @media screen and (max-width: 576px) {
	.text-lg {
	  font-size: 50px !important;
	  line-height: 1.3;
	  margin-bottom: 25px;
	}
	#ouibounce-modal .modal-header {
		padding-top: 20px;
		padding-bottom: 20px;
	  }
	  #ouibounce-modal .modal-body {
		margin-top: -40px;
	  }
  }
  @media screen and (max-width: 991px) {
	.text-lg {
	  font-size: 35px !important;
	  line-height: 1.3;
	  margin-bottom: 25px;
	}
   
  }

/*Modal Pop-Up End*/

@media (min-width: 576px) {
    .modal-dialog {
        margin: 0 auto !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.box_btn {
    background-color: #6169ef;
    padding: 10px 0;
    color: #fff !important;
}

.box_btn-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    flex-direction: row;
}

.box_btn-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    flex-direction: row;
}

.box_btn1 {
    background-color: rgb(0, 235, 255);
    background-color: rgb(238, 33, 93);
    padding: 30px 0;
    color: #fff !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 0 auto !important;
    }
}

/* a.action-link {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 25px 70px;
      padding-right: 70px;
      padding-left: 70px;
    font-weight: 700;
    font-size: 35px;
    line-height: 30px;
    color: #000;
    border-radius: 10px;
    transition: all 0.5s;
    background-image: -moz-linear-gradient(0deg, rgb(253, 100, 79) 0%, rgb(253, 100, 79) 27%, rgba(255, 163, 78, 0.99608) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(253, 100, 79) 0%, rgb(253, 100, 79) 27%, rgba(255, 163, 78, 0.99608) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(253, 100, 79) 0%, rgb(253, 100, 79) 27%, rgba(255, 163, 78, 0.99608) 100%);
    background-image: -moz-linear-gradient(0deg, rgb(255, 238, 89) 0%, rgb(255, 238, 89) 27%, rgba(255, 138, 113, 0.99608) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 238, 89) 0%, rgb(255, 238, 89) 27%, rgba(255, 138, 113, 0.99608) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 238, 89) 0%, rgb(255, 238, 89) 27%, rgba(255, 138, 113, 0.99608) 100%);
  } */



/*  new  model popup start */

#header .box-right {
    border: 1px solid #000;
    display: inline-block;
    padding: 20px;
    border-radius: 30px;

    display: inline-block;

    padding: 50px 50px;
    border: 2px solid rgba(104, 51, 255, 0.15);

    height: 100%;
    box-shadow: 3px 10px 41px -14px rgba(198, 60, 29, 0.69);
    display: block;
    width: 90%;
    margin: auto;
    background-size: 100% 100%;
    background-size: 100% 100%;
    border: 1px solid rgb(70, 0, 239);
    height: 100%;
    box-shadow: 3px 10px 41px -14px rgb(70, 0, 239);
    background-color: #fff;
}

#header .box-left {
    border-radius: 30px;
    background-color: #24223B;
    background-color: rgba(169, 253, 130, 0.93);
    padding: 20px 20px;
    border: 2px solid rgba(14, 244, 255, 0.15);
    border-radius: 30px;
    height: 100%;
    box-shadow: 3px 10px 41px -14px rgba(198, 60, 29, 0.69);

}

.text-red {
    color: #F76634 !important;
}

.feat1 {
    background-color: #0066FF;
    border-radius: 70px;
    border: 1px solid #FFF;
    padding: 10px;
    max-width: 40%;
    /* display: block; */
    margin: auto;
    z-index: 1;
}

.feat2 {
    background-color: #13ebcd;
    border-radius: 70px;
    border: 1px solid #0066FF;
    padding: 10px;
    max-width: 40%;
    display: block;
    margin: auto;
    z-index: 1;
}


#ouibounce-modal .modal-header h5 {
    text-align: center;
    width: 100%;
    font-size: 72px;
    line-height: 65px;
    color: #fff;
    font-weight: 700;
    font-family: 'Fjalla One', sans-serif !important;
}

#ouibounce-modal .modal-header {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0px;
    background-color: rgb(255, 0, 0);
    outline: none;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0 solid #dee2e6;
}

#ouibounce-modal .modal-body h2 {
    text-align: center;
    font-size: 25px;
    color: #212529;
    margin-bottom: 0.5rem;
    font-family: "Fjalla One", Helvetica, sans-serif !important;
    font-weight: 700;
    line-height: 1.2;
}

h3 {
    font-size: 35px !important;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 600;
}

#ouibounce-modal .modal-body h3 {
    text-align: center;
    margin-bottom: 0.5rem;
    font-family: montserrat, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    font-weight: 700;
    line-height: 1.2;
}

#ouibounce-modal .modal-body h3 {
    text-align: center;
    font-family: montserrat, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    font-weight: 700;
    line-height: 1.2;
}

.coupon {
    background: rgb(23, 189, 255);
    padding: 10px 15px;
    display: inline-block;
    margin: 15px 0px 0 0;
    color: #fff;
}

.text-xl {
    font-size: 100px !important;
    line-height: 1.3;
    margin-bottom: 25px;
}
@media (max-width: 991px) {
	.text-xl {
	  font-size: 50px !important;
	  line-height: 1.3;
	  margin-bottom: 25px;
	}
  }

.text-blue {
    color: #00d3ff !important;
}

@media screen and (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 750px;
    }
}


@media screen and (max-width: 991px) {
    .text-lg {
        font-size: 35px !important;
        line-height: 1.3;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 576px) {
    .text-lg {
        font-size: 50px !important;
        line-height: 1.3;
        margin-bottom: 25px;
    }
}

.weight600 {
    font-weight: 600 !important;
}

.weight500 {
    font-weight: 500 !important;
}

a.action-link {
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 15px;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 10px;
    transition: all 0.5s;
    background-color: rgb(113, 23, 255);
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

a.action-link {
    padding: 20px 30px;
    display: inline-block;
}

a.action-link:hover::after {
    transition: all 0.5s;
    left: calc(100% + 40px);
}

a.action-link::after {
    content: '';
    position: absolute;
    top: -20px;
    left: -60px;
    background-color: #fff;
    width: 5px;
    height: calc(100% + 60px);
    z-index: -1;
    transform: rotate(23deg);
    transition: all 0.5s;
}

/*  new  model popup end */
.footer .footer-link span {
    list-style: none;
    padding: 0 20px;
    position: relative;
    font-size: 18px;
}

.footer .footer-link {
    display: flex;
}

.footer .footer-link {
    display: flex !important;
    align-items: center;
    /* justify-content: center; */
}

/* .orange-bg {
    display: inline-block;

    width: 100%;
    padding: 15px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 81px rgb(48 114 232 / 13%);
    box-shadow: 0px 0px 81px rgb(48 114 232 / 13%);
    background-color: #fff;
    color: #000;
    border: 4px solid #ff8300;
    text-align: center;
} */

/* .white-box3 {
    display: inline-block;
    background: #e7ebff;
    text-align: center;
    width: 100%;
    padding: 30px 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 81px rgb(48 114 232 / 13%);
    box-shadow: 0px 0px 81px rgb(48 114 232 / 13%);
    border: 4px solid #50b514;
} */

.light-blue-box {
    background-color: #A1FFFF;
    color: #173D7A;
    display: inline-block;
    padding: 20px 50px;
    border-radius: 50px;
    margin-bottom: 30px;
}

.light-blue-box1 {
    background-color: #26a6d1;
    color: #FFF;
    display: inline-block;
    padding: 20px 50px;
    border-radius: 50px;
    margin-bottom: 30px;
    border: 4px solid aqua;

}

#section4 .step-section {
background-color: rgb(70, 0, 239);
    border-radius: 15px;
    padding: 40px 20px;
    position: relative;
    margin-bottom: 30px;
    max-width: 70%;
    display: inline-block;
}

#section4 .step-section::before {
    content: '';

    position: absolute;

    display: block;

    width: 0;

    z-index: 1;

    border-style: solid;

    border-color: #f57100 transparent;

    border-width: 20px 75px 0;

    bottom: -12px;

    left: 49%;

    margin-left: -60px;

    right: auto;

}

#header .top-content {
    text-align: center;
    color: #fff;
}

#header.top-content .top-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.header_style {
    background: url(../images/head2.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    padding: 15px 15px 20px 15px;
    background-size: cover;
    margin: 0 auto;
}

@media (min-width: 576px) {

    .header_style {
        background: url(../images/head2.png) no-repeat center;
        background-size: auto;
        background-size: auto;
        background-size: auto;
        background-size: auto;
        padding: 20px 30px 30px 30px;
        background-size: contain;
        margin: 0 auto;
    }
}

.sec-3 {
    background: url(../images/sec-3.png) no-repeat top center;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    /* background-color: #fff; */
}

.sec-3 .title {
    text-align: center;
}

.sec-3 .list-images-wrapper .list-images {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sec-3 .list-images-wrapper .list-images .media {
    margin-right: 10px;
}
.sec-4{
    padding: 50px 0;

    background: url(../images/sec-4.png) no-repeat top center;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    /* background-color: #fff; */
}
.sec-5{
    padding: 50px 0;

        background: url(../images/sec-5.png) no-repeat top center;
        background-size: auto;
        background-size: auto;
        background-size: cover;
        /* background-color: #fff; */
  
}
.sec-6{
    padding: 50px 0;

    background: url(../images/sec-6.png) no-repeat top center;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    /* background-color: #fff; */ 
}
.sec-9{
    padding: 50px 0;

    background: url(../images/sec-9.png) no-repeat top center;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    /* background-color: #fff; */ 
}

@media (min-width: 1200px) {
	.img-risponsive{
		margin-top: -200px;
	  }
  }
  @media (max-width: 1200px) {
	.img-risponsive{
		margin-top: -200px;
	  }
  }
  @media (max-width: 1024px) {
	.img-risponsive{
		margin-top: -150px;
	  }
  }
  @media (max-width: 991px) {
	.img-risponsive{
		margin-top: -150px;
	  }
  }
  @media (max-width: 768px) {
	.img-risponsive{
		margin-top: -150px;
	  }

  }
  @media (max-width: 576px) {
	.img-risponsive{
		margin-top: -130px;
	  }
  }
  @media (max-width: 390px) {
	.img-risponsive{
		margin-top: -100px;
	  }
  }
  .card-steps {
    background-color: rgb(0, 112, 255);
    padding: 0px 20px 80px 20px;
    border-radius: 20px;
  }
.sp_banner_heading4 {

    background-color: rgba(25, 158, 254, 0.14);
    border-radius: 40px;
    color: #fff;
    padding: 20px 5px 20px 5px;
    display: inline-block;
}

.sp_banner_heading4>span {

    background-color: rgb(70, 0, 239);
    border-radius: 30px;
    padding: 10px 20px;
    margin-right: 10px;
}
.p_heading4 > span{
    background-color: rgb(109, 51, 249);
  border-radius: 30px;
  padding: 10px 30px;
  margin-right: 10px;
  box-shadow: 0px 3px 0px 3px rgb(70, 0, 239);
  border: 1px dashed ;
  border-style: dashed;
    border-color: rgb(73, 202, 136);
}

@media (min-width: 768px) {
    .p_heading4 > span{
    
      padding: 10px 60px;
 
    }
}
@media (max-width: 768px) {
    .p_heading4 > span{
    
        padding: 10px 30px;
   
      }
}

.sp_sec4_box {
    margin: 0 0 30px;
    position: relative;
    z-index: 0;
}

.sp_sec4_boxI {
    box-shadow: 0px 0px 30px 0px rgb(161 161 161 / 10%);
    background: #fff;
    border-radius: 20px;
    padding: 40px 45px 30px;
    text-align: center;
    /* min-height: 400px; */
}

.sp_sec4_icon {
    margin-bottom: 20px;
}

.sp_sec4_icon>img {
    width: 120px;
    max-width: 250px;
}

.sp_sec4_ttl {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.sp_sec4_box::after {
    position: absolute;
    background-color: var(--primary-color);
    left: 35px;
    right: 35px;
    bottom: 0;
    content: '';
    height: 10px;
    border-radius: 0px 0px 15px 15px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    z-index: -1;
}

.style-1 {
background-color: #f6773b;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    padding: 13px 10px 13px 10px;
    background-size: contain;
    margin: 0 auto;
    border-radius: 20px;
  }

@media (min-width: 1200px) {
    .style-1 {
        background: url(../images/bg-world.png) no-repeat center;
        background-size: auto;
        background-size: auto;
        background-size: auto;
        padding: 13px 10px 13px 10px;
        background-size: contain;
        margin: 0 auto;
    }
}

.profits .white-box .box-1 {
    /* background: url(../images/shap-box1.png) no-repeat center; */
    background-size: cover;
    padding: 40px 23px;
    color: #fff;
    text-align: center;
    width: 60%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: solid 7px #ee215d;
    border-radius: 15px;
    margin-top: 50px;
}

.profits .white-box .box-2 {
    /* background: url(../images/shap-box2.png) no-repeat center; */
    background-size: cover;
    padding: 30px 22px;
    text-align: center;
    width: 60%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    /* border: dashed 7px #047a1b; */
    border-radius: 15px;
    margin-top: 50px;

}

@media (max-width: 768px) {
    .profits .white-box .box-1 {
        width: 70%;
    }

    .profits .white-box .box-2 {
        width: 70%;
    }
}

@media (max-width: 576px) {
    .profits .white-box .box-1 {
        width: 100%;
    }

    .profits .white-box .box-2 {
        width: 100%;
    }
}

.solution_assis {
    background: url(../images/solution_assis.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    background-position: top;
}

.reason-section {
    padding: 30px 0px;
    background: #eff7ff;
}

@media (min-width: 768px) {
    .sec-5{
        padding: 90px 0;
    }
    .reason-section {
        padding: 100px 0px;
        background: #eff7ff  url(../images/reason-section.png) no-repeat center center / cover;
    }
}

.reason1 {
    padding: 20px;
    position: relative;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .reason1 {
        padding: 60px 20px;
    }
}

.reason-img1 {
    position: absolute;
    top: -29px;
    left: -46px;
    z-index: 9;
    width: 150px;
}



.reason2 {
    z-index: 21;
    padding: 20px;
    position: relative;
    border-radius: 20px;
    background-color: rgb(252, 137, 0);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .reason2 {
        padding: 60px 20px;
        margin-left: -20px;
    }
    
}

/* .intro-section {
    padding: 30px 0px;
    background-image: -moz-linear-gradient( 90deg, rgb(3,26,50) 34%, rgb(5,158,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(3,26,50) 34%, rgb(5,158,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(3,26,50) 34%, rgb(5,158,255) 100%);
  } */

.intro-section {

    background: #130138 url(../images/header-bg.png) no-repeat center center / cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.sec-3 .list-images-wrapper .list-images .content h6{
    font-size: 20px !important;
}
.moneys {
    background: url(../images/moneys.png) no-repeat center top;
      background-size: auto;
    background-size: cover;
    overflow: hidden;
    color: #fff;
  }

  .sec-7 {
    background-color: #fff;
    color: #000;
    text-align: center;
  }
  .head-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .head-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    margin-bottom: 50px;
  }
  .sec-7 .card-box-wrapper {
    background-color: #fff;
    color: #000;
    padding: 30px;
    text-align: start;
    margin-bottom: 30px;
    margin-top: 50px;
    border: 1px solid #d3c2fd;
    border-radius: 30px;
    border-width: 10px;
    margin-bottom: 50px;
    background-color: #fefefe;
    box-shadow: 3px 10px 41px -14px rgba(0, 0, 0, 0.69);
  }
  .sec-7 .card-box-wrapper {
    color: #000;
    text-align: start;
  }
  .sec-7 .card-box-wrapper ul li .card-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec-7 .card-box-wrapper .card-box {
    padding: 0 50px;
  }
  .sec-7 .card-box-wrapper ul li .card-box p {
    font-weight: 700;
    margin-bottom: 0;
  }
  .sec-7 .card-box-wrapper ul li .card-box .box-btn-green {
    color: #fff;
    background-color: #24B833;
    padding: 10px 20px;
    border-radius: 20px;
  }
  .sec-7 .card-box-wrapper ul li{
    background-image: none;
  }
  
@media (max-width: 768px) {
    a.yes-btn {
        border-radius: 15px;
        background-color: #1AAB1F;
        display: block;
        padding: 6px;
        text-decoration: none;
        color: #ffffff;
      }
    a.nothanks-btn {
        border-radius: 15px;
        background-color: #FF0000;
        display: block;
        padding: 5px;
        text-decoration: none;
        color: #fff;
      }
}


.sec-8 {
    padding: 0px 0 80px 0;
    position: relative;
    z-index: 259;
    background: url(../images/moneys.png) no-repeat center 0;
      background-position-x: center;
      background-position-y: 0px;
      background-size: auto;
    background-size: cover;
    background-position: bottom;
    position: relative;
    padding: 1px 0 50px 0;
  }
  .feat-img {
    max-width: 30%;
    display: block;
    margin: auto;
    z-index: 1;
  }
  .day30-section {
    background-color: rgb(0, 0, 0);
    padding: 30px;
    border-radius: 20px;
    margin-top: -170px;
    z-index: -1;
    border-style: solid;
    border-color: rgb(252, 137, 0);
    border-width: 7px;
  }
  @media (min-width: 991px) {
    .day30-section {
      background-color: rgb(0, 0, 0);
      padding: 30px;
      border-radius: 20px;
      margin-top: -170px;
      z-index: -1;
      border-style: solid;
      border-color: rgb(252, 137, 0);
      border-width: 7px;
    }
  }
  @media (max-width: 768px) {
    #header .box-right {
        width: 100%;
    }
    .feat-img {
      max-width: 60%;
      display: block;
      margin: auto;
      z-index: 1;
      margin-bottom: 0;
    }
    .l-box1 {
        background-color: rgb(252, 137, 0);
        border-radius: 10px;
        padding: 5px 5px;
        color: #fff;
        display: block;
      }
  }
  @media (max-width: 576px) {
    .feat-img {
      max-width: 60%;
      display: block;
      margin: auto;
      margin-bottom: auto;
      z-index: 1;
      margin-bottom: 0;
    }
    .footer .footer-link span {
        list-style: none;
        padding: 0 0px;
        position: relative;
        font-size: 18px;
      }
      .item {
        margin-right: 25px;
        padding: 10px 0px !important;
        width: 100%;
        border-radius: 5px;
        position: relative;
      }
  }
  @media (max-width: 400px) {
    .item {
      margin-right: 10px;
      padding: 10px 0px !important;
      width: 100%;
      border-radius: 5px;
      position: relative;
    }
  }
  @media screen and (max-width: 768px) {
    .text-lg {
      font-size: 30px !important;
      line-height: 1.3;
      margin-bottom: 25px;
    }
  }


   .t-c-r{
   color: rgb(22, 22, 109);
}

@media (min-width: 768px) {
	.tops-icon1 {
position: absolute;
    left: 4%;
    top: 28%;
    width: 18%;
    z-index: 0;
    opacity: 1;


	}

	.tops-icon2 {
position: absolute;
    right: 3%;
    top: 2%;
    width: 17%;
    z-index: 1;
    opacity: 1;

	}


	.tops-icon3 {
position: absolute;
    left: 8%;
    top: 19%;
    width: 15%;
    z-index: 1;
    opacity: 1;
	
	}

	.tops-icon4 {
	position: absolute;
    right: 50px;
    top: 4%;
    width: 10%;
    z-index: 1;
    opacity: 1;
	}


}