@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nunito", sans-serif;
}

.container {
    width: 100%;
    max-width: 1180px;
    margin: 0px auto;
    padding: 0px 20px;
}

.txt-cntr {
    text-align: center;
}

.aln-cntr {
    align-self: center;
}

.blk {
    display: block;
}

.aln-end {
    align-self: end;
}

.row {
    display: flex;
}

.grid-row {
    display: flex;
    flex-wrap: wrap;
}

.col-1 {
    flex: 8.33%;
}

.col-2 {
    flex: 16.66%;
}

.col-3 {
    flex: 25%;
}

.col-4 {
    flex: 33.33%;
}

.col-5 {
    flex: 41.66%;
}

.col-6 {
    flex: 50%;
}

.col-7 {
    flex: 58.33%;
}

.col-8 {
    flex: 66.66%;
}

.col-9 {
    flex: 75%;
}

.col-10 {
    flex: 83.33%;
}

.col-11 {
    flex: 91.66%;
}

.col-12 {
    flex: 100%;
}

.pt-5 {
    padding-top: 50px;
}
.pb-5 {
    padding-bottom: 50px;
}
.padd-20 {
    padding: 20px !important;
}

.dsplyBlk {
    display: block;
}

.navbarBg {
    background: #000;
}

.clrYellow {
    color: #f6a21a;
}

.logoContainer {
    padding: 20px 0px;
}

.logoContainer img {
    width: 100%;
    max-width: 203px;
}

.sucessContent h2 {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
}

.sucessContent p {
    color: #fff;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}

/*.sucessBg {
    background: url(../images/flouridde-bnr-hrdr.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: inherit;
    padding: 1% 0%;
} */

.sucessBg {
padding: 1% 0%;
    background-color: #060630cc;
}
.clrBlack {
    background-color: #000;
}

.footerContent img {
    margin-bottom: 20px;
    width: 100%;
    max-width: 26%;
}

.footerList {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.footerList li a {
    color: #fff;
    font-size: 16px;
    padding: 5px 15px;
    text-decoration: none;
}

.footerContent p {
    color: #fff;
    font-size: 16px;
    padding: 5px 15px;
}

.footerStyles {
    padding: 2% 0%;
    background-color: #131337;
    color: #fff;
}


/* download page */

.downloadContent h2 {
    color: #fff;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.2;
}

.downloadContent img {
    width: 100%;
    max-width: 550px;
}

.prdtSteps h3 {
    color: #f6a21a;
    font-size: 55px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
}

.prdtSteps {
    margin: 40px 0px;
    border-bottom: 1px solid #000;
    padding: 20px 0px;
}

.prdtSteps p {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.downloadPrdt h4 {
    color: #984b98;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.downloadPrdt h4 img {
    width: 100%;
    max-width: 440px;
}

.downloadBtn a {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    border-radius: 10px;
    background: linear-gradient(90deg, #ee4d0e 0%, #ee4d0e 100%);
    padding: 8px 35px;
    text-decoration: none;
    margin: 20px auto;
    display: block;
    width: 100%;
    max-width: fit-content;
}

.downloadPrdt {
    margin-bottom: 60px;
}

.downloadPrdt img {
    width: 100%;
    max-width: 485px;
}


/* Landing Page */

.freeEyeContent h2 {
    color: #fff;
    font-size: 77px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-bottom: 25px;
}

.freeEyeContent h5 {
    font-family: Nunito;
    font-size: 30px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffffdb;
}

/*.freeEyeContent img {
    width: 100%;
    max-width: 600px;
} */

.sendform input {
    border: 1px solid #000;
    background: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: block;
    margin-bottom: 13px;
    padding: 10px 20px;
    outline: none;
    width: 100%;
    max-width: 100%;
    font-size: 22px;
    color: rgba(63, 63, 63, 1);
    font-weight: 400;
    border-radius: 10px;
}


.sendform button {
    border-radius: 10px;
    background: rgba(152, 75, 152, 1);
    border: none;
    padding: 15px 30px;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin: 10px auto 20px;
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
    width: 100%;
    cursor: pointer;
}

.sendform button:hover {
    background: rgb(247 59 247);
}
.sbmit-btn:hover {
    background: rgb(247 59 247);
}

.heading-bg {
    background: #131337;
    color: #fff;
    padding: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.heading-bg1 {
    background: #131337;
    color: #fff;
    border-radius: 15px;
}

.heading-bg h3 {
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 0;
}

.plr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.enterEmailCont img {
    width: 100%;
    max-width: 300px;
}

.box {
    border: 0.8px solid rgba(157, 157, 235, 1);
    border-radius: 15px;
    padding-bottom: 40px;
}

.enterEmailCont {
    margin-top: 40px;
}

.contentList ul {
    list-style: none;
}

.contentList ul li {
    display: flex;
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 40px;
    text-align: start;
}

.contentList ul li::before {
    content: "";
    display: block;
    width: 100%;
    max-width: fit-content;
    height: 30px;
    background: url(../images/checked.png);
    background-repeat: no-repeat;
    margin: 15px 15px 0px 0px;
    border: 5px solid #984b98;
    border-radius: 10px;
    padding: 0px 15px;
}

.ex-bnus {
    color: #984B98;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.wantItBtn a {
    display: block;
    width: 100%;
    max-width: fit-content;
    margin: 10px auto;
    text-decoration: none;
    padding: 10px 25px;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    border-radius: 10px;
    background: linear-gradient(90deg, #984b98 0%, #984b98 100%);
}

.simpleSection {
    margin-bottom: 60px;
}

.cntnt-pge p {
    letter-spacing: 0em;
    text-align: left;
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: 'Nunito';
}

.cntnt-pge h2 {
    font-size: 40px;
    font-family: 'Nunito';
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
}
.cntnt-pge h5{
  font-size: 30px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: 'Nunito';
}
.sbmit-btn {
    font-size: 28px;
    text-decoration: none;
    color: #fff;
    background-color: #984b98;
    padding: 13px 60px;
    border-radius: 15px;
    position: relative;
    display: block;
    width: 100%;
    max-width: fit-content;
    margin: 20px auto 0;
    font-weight: 700;
    font-family: 'Nunito';
}
.mt-4 {
    margin-top: 2%;
}
.img-1 {
    width: 100%;
    max-width: 300px;
}

.img-2 {
    margin: 30px auto;
    width: 100%;
    max-width: 600px;
}

.img-3 {
    width: 100%;
    max-width: 270px;
}

.img-4 {
    width: 100%;
    max-width: 300px;
    margin: 30px auto;
}

.thomas {
    width: 100%;
    max-width: 300px;
}

ul.cntnt-list {
    padding-left: 50px;
    margin: 30px auto;
}

ul.cntnt-list li {
    font-size: 23px;
    line-height: 1.5;
}

.heding-2 {
    text-align: center;
    font-size: 45px;
    line-height: 1.5;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(0deg, #131337, #131337), linear-gradient(0deg, #9D9DEB, #9D9DEB);
    color: #fff;
    margin: 50px auto;
}

.dsply-blk {
    display: block;
}

.sendform p {
    color: #ffffff91;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}
.bg-blue {
    background: #131337;
}
.clr-white {
    color: #fff !important;
}
.cntnt-pge h3 {
    font-family: Nunito;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 30px;
}

.heading-bg1 h3 {
    font-family: Nunito;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 30px;
    padding: 20px;
}

.heading-bg2 h3 {
    font-family: Nunito;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 30px;
    padding: 20px;
    background: #131337;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.mbl-img-bnr{
  display:none;
}
.bnr-img-main {
    width: 100%;
    max-width: 450px;
}
.algn-slf {
    align-self: center;
}
.prices h4 {
    font-size: 32px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 15px;
        text-align: center;
    font-family: 'Nunito';
    font-style: italic;
}
  .mbl-only {
    display: none;
}
.pl-4 {
    padding-left: 14%;
}
@media(max-width:1440px) {
    .freeEyeContent h5 {
        font-family: Nunito;
        font-size: 24px;
    }
    .cntnt-pge p {
        font-size: 22px;
    }
  .freeEyeContent h2 {
    font-size: 65px;
    line-height: 1.2;
  }
  .mt-4 {
    margin-top: 0%;
}
  .bnr-img-main {
    max-width: 350px;
}
}
@media(max-width:1366px){
  .freeEyeContent h2 {
    font-size: 58px;
  }
}

@media (max-width: 1024px) {
  .bnr-img-main {
    max-width: 280px;
}
    .sucessContent h2 {
        font-size: 55px;
    }
    .sucessContent p {
        font-size: 30px;
    }
    .footerContent p {
        font-size: 22px;
        padding: 10px;
    }
    .footerList li a {
        font-size: 22px;
    }
    /* download page */
    .downloadContent h2 {
        font-size: 40px;
        text-align: center;
    }
    .prdtSteps h3 {
        font-size: 45px;
        margin-bottom: 25px;
    }
    .prdtSteps p {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .downloadPrdt h4 {
        font-size: 40px;
    }
    .downloadPrdt img {
        width: 100%;
        max-width: 380px;
    }
    .downloadBtn a {
        font-size: 26px;
    }
    /* landing Page */
    .freeEyeContent h2 {
        font-size: 56px;
    }
    .freeEyeContent h5 {
        font-size: 21px;
    }
    .sendform button {
        font-size: 25px;
    }
    .enterEmailCont img {
        max-width: 370px;
    }
    .contentList ul li {
        font-size: 24px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    .wantItBtn a {
        font-size: 25px;
    }
    .ex-bnus {
        font-size: 28px;
    }
  
}

@media (max-width: 768px) {
    .row {
        display: block;
    }
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        flex: 100%;
    }
    .logoContainer img {
        width: 100%;
        max-width: 175px;
    }
    .sucessContent h2 {
        font-size: 40px;
    }
    .sucessContent p {
        font-size: 24px;
    }
    .footerList li a {
        font-size: 20px;
    }
    .footerContent p {
        font-size: 20px;
    }
    /* download Page */
    .downloadContent img {
        max-width: 370px;
        display: block;
        margin: auto;
    }
    .downloadContent h2 {
        font-size: 36px;
        text-align: center;
        margin-bottom: 25px;
    }
    .prdtSteps h3 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .prdtSteps p {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .downloadPrdt h4 {
        font-size: 36px;
    }
    /* landing Page */
    /*.freeEyeContent img {
        max-width: 500px;
        margin: 20px auto;
        display: block;
    } */
    .freeEyeContent h2 {
        font-size: 44px;
        line-height: 1.3;
    }
    .sendform input {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .sendform button {
        font-size: 25px;
    }
    .contentList ul li {
        font-size: 19px;
        line-height: 1.6;
    }
    .contentList ul li::before {
        height: 29px;
        background-size: 26px;
        padding: 0px 15px;
    }
    .freeEyeContent h5 {
        font-size: 19px;
    }
    .ex-bnus {
        font-size: 22px;
    }
    .cntnt-pge h2 {
        font-size: 38px;
        text-align: center;
        margin-bottom: 25px;
    }
    .cntnt-pge p {
        font-size: 20px;
    }
    .img-1 {
        margin-bottom: 30px;
    }
    ul.cntnt-list li {
        font-size: 20px;
    }
    .cntnt-pge h3 {
        font-size: 38px;
        line-height: 1.3;
        text-align: center;
    }
    .plr-40 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .heading-bg1 h3 {
        font-size: 35px;
    }
    .heading-bg2 h3 {
        font-size: 28px;
        line-height: 1.5;
    }
  .mbl-img-bnr {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}
  .sucessBg {
    padding: 1% 0% 4% 0;
  }
}

@media (max-width: 500px) {
  .box {
    padding-bottom: 20px;
}
  .pb-5 {
    padding-bottom: 30px;
}
.pt-5 {
    padding-top: 30px;
}
    .dsplyBlk {
        display: inline;
    }
    .sucessContent h2 {
        font-size: 29px;
    }
    .sucessContent p {
        font-size: 18px;
    }
.sucessBg {
    padding: 2% 0% 10% 0%;
}
    .footerList li a {
        font-size: 18px;
    }
    .footerContent p {
        font-size: 18px;
    }
    .logoContainer {
        padding: 10px 0px;
    }
    /* download Page */
    .downloadContent h2 {
        font-size: 28px;
    }
    .downloadContent img {
        max-width: 320px;
    }
    .prdtSteps h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .prdtSteps p {
        font-size: 20px;
    }
    .prdtSteps {
        margin: 20px 0px;
        padding: 15px 0px;
    }
    .downloadPrdt h4 {
        font-size: 28px;
    }
    .downloadPrdt img {
        max-width: 300px;
    }
    .downloadBtn a {
        font-size: 22px;
      
    }
    /* landing Page  */
    .freeEyeContent h2 {
        font-size: 32px;
    }
    .sendform input {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .sendform button {
        font-size: 20px;
    }
    .sendform p {
        font-size: 13px;
    }
    .enterEmailCont img {
        max-width: 300px;
        margin-bottom: 20px;
    }
    .contentList ul li {
        font-size: 20px;
        line-height: 1.3;
    }
    .contentList ul li::before {
        height: 24px;
        background-size: 22px;
        padding: 0px 11px;
        margin: 15px 10px 0px 0px;
        border: 2px solid #984b98;
    }
    .wantItBtn a {
        font-size: 20px;
    }
    .cntnt-pge h2 {
        font-size: 34px;
    }
    .cntnt-pge p {
        font-size: 18px;
    }
    .cntnt-pge h3 {
        font-size: 32px;
    }
    .heading-bg1 h3 {
        font-size: 32px;
    }
    .img-3 {
        width: 100%;
        max-width: 200px;
        margin-bottom: 20px;
    }
  .footerContent img {
    margin-bottom: 20px;
    width: 100%;
    max-width: 56%;
    margin: 20px auto;
}
  .sucessBg{
      background-size: auto;
  }
  .freeEyeContent h5 {
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 15px;
}
  .bnr-img-main {
    width: 100%;
    max-width: 200px;
}
  .prices h4 {
    font-size: 24px;
    text-align:center;
  }
  .dktp-only {
    display: none;
}
  .mbl-only {
    display: block;
}
  .sbmit-btn {
        font-size: 26px;
    padding: 12px 30px;
  }
  .cntnt-pge h5 {
    font-size: 20px;
        margin-bottom: 0;
  }
  .simpleSection {
    margin-bottom: 35px;
}


}

@media (max-width: 428px) {
  
    /* download Page */
    .downloadContent h2 {
        font-size: 24px;
    }
    .downloadContent img {
        max-width: 270px;
    }
    .prdtSteps p {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .downloadPrdt h4 {
        font-size: 24px;
    }
    .downloadPrdt img {
        max-width: 270px;
    }
    .downloadBtn a {
        font-size: 20px;
    }
    .downloadPrdt {
        margin-bottom: 40px;
    }
    /* landing Page */
    .freeEyeContent h2 {
        font-size: 29px;
        line-height: 1.2;margin-bottom: 10px;
    }
    .sendform button {
        font-size: 18px;
    }
    /*.freeEyeContent img {
        max-width: 270px;
    } */
    .enterEmailCont img {
        max-width: 270px;
        margin-bottom: 15px;
    }
    .contentList ul li {
        font-size: 18px;
        line-height: 1.3;
    }
    .wantItBtn a {
        font-size: 18px;
    }
    .cntnt-pge h3 {
        font-size: 28px;
    }
    .heading-bg2 h3 {
        font-size: 24px;
    }
    .cntnt-pge h2 {
        font-size: 28px;
    }
  .cntnt-pge h2 {
    font-size: 24px;
}
}

@media(max-width:414px) {
    .cntnt-pge h3 {
        font-size: 26px;
    }
    .padd-20 {
        padding: 12px !important;
    }
    .cntnt-pge h3 {
        font-size: 24px;
    }
}

@media(max-width:400px) {
    .cntnt-pge h3 {
        font-size: 22px;
    }
    .cntnt-pge p {
        font-size: 16px;
    }
    .enterEmailCont img {
        max-width: 180px;
    }
  .freeEyeContent h2 {
    font-size: 26px;
  }
}

@media (max-width: 375px) {
    .logoContainer img {
        width: 100%;
        max-width: 150px;
    }
    .container {
        padding: 0px 10px;
    }
    .sucessContent p {
        font-size: 17px;
    }
    .sucessContent h2 {
        font-size: 23px;
    }
    .footerList li a {
        font-size: 16px;
        display: block;
        padding: 2px 5px;
    }
    .footerContent p {
        font-size: 16px;
    }
    .footerList {
        flex-direction: column;
    }
    /* landing Page */
    .freeEyeContent h2 {
        font-size: 25px;
        line-height: 1.2;
    }
    .sendform input {
        font-size: 16px;
    }
    .sendform p {
        font-size: 13px;
    }
    .contentList ul li {
        font-size: 16px;
    }
    .contentList ul li::before {
        height: 19px;
        background-size: 18px;
        padding: 0px 9px;
        margin: 15px 6px 0px 0px;
    }
    .wantItBtn a {
        font-size: 16px;
    }
  
  .cntnt-pge h5 {
    font-size: 21px;
  }
}

@media(max-width:320px) {
    .cntnt-pge h2 {
        font-size: 22px;
        margin: 20px auto;
        line-height: 1.5;
    }
    .cntnt-pge h3 {
        font-size: 20px;
    }
  .sendform p {
    font-size: 11px;
}
    .bnr-img-main {
    width: 100%;
    max-width: 240px;
}
}