/* font family cdn any  file */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    color: #161616;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}


@media (min-width:576px) {

    .container {
        max-width: 570px
    }
}



@media (min-width:768px) {

    .container {

        max-width: 750px
    }
}



@media (min-width:992px) {

    .container {
        max-width: 960px
    }
}



@media (min-width:1200px) {

    .container {

        max-width: 1140px

    }

}

.row {

    display: flex;

}



.grid-row {

    display: flex;

}



.col-1 {

    flex: 8.33%;

}



.col-2 {

    flex: 16.66%;

}



.col-3 {

    flex: 25%;

}



.col-4 {

    flex: 33.3%;

}



.col-5 {

    flex: 41.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%;

}



.clearfix {

    clear: both;

}



.para-style p {

    font-family: Montserrat;

    font-size: 25px;

    font-weight: 400;

    line-height: 1.5;

    letter-spacing: 0em;

    text-align: center;

    color: rgba(0, 0, 0, 1);

    margin-bottom: 20px;

}



.algn-slf-cntr {

    align-self: center !important;

}

.algn-slf-end {

      align-self: end;

    }

.pt-30 {

    padding-top: 30px!important;

}

.ptb-3 {

    padding-top: 3%;

    padding-bottom: 3%;

}

.ptb-5 {

    padding-top: 5%;

    padding-bottom: 5%;

}

.padd-30 {

    padding: 30px!important;

}

.padd-40 {

    padding: 40px!important;

}

.mt-10 {

    margin-top: 10px !important;

}



.mt-20 {

    margin-top: 20px !important;

}

.mb-60 {

    margin-bottom: 60px!important;

}

.mtb-20 {

      margin-top: 20px !important;

      margin-bottom: 20px !important; 

}

.mtb-30 {

  margin-top: 30px !important;

  margin-bottom: 0px !important;

}

.pb-60 {

    padding-bottom: 60px !important;

}

.center {

    text-align: center!important;

}

.text-algn-end {

    text-align: end!important;

}

.bg_ornge {

    background-color: #f36a2d;

}

.bg_ornge1 {

    background-color: rgba(242, 103, 48, 1);

}

.bdr-tp-lr-rdus {

    border-top-left-radius: 20px;

    border-top-right-radius: 20px;

}



.blk{

    display: block;

}

/* ****  Awaken Affiliates  **** */

#menu-toggle {

  display: none;

}

.menu-button-container {

  display: none;

  height: 100%;

  width: 30px;

  cursor: pointer;

  flex-direction: column;

  justify-content: center;

  align-items: center;

}



#menu-toggle:checked + .menu-button-container .menu-button::before {

  margin-top: 0px;

  transform: rotate(405deg);

}



#menu-toggle:checked + .menu-button-container .menu-button {

  background: rgba(255, 255, 255, 0);

}



#menu-toggle:checked + .menu-button-container .menu-button::after {

  margin-top: 0px;

  transform: rotate(-405deg);

}



.menu-button,

.menu-button::before,

.menu-button::after {

  display: block;

  background-color: #fff;

  position: absolute;

  height: 4px;

  width: 30px;

  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);

  border-radius: 2px;

}



.menu-button::before {

  content: "";

  margin-top: -8px;

}



.menu-button::after {

  content: "";

  margin-top: 8px;

}



.menu {

  display: flex;

  flex-direction: row;

  list-style-type: none;

  margin: 4px 0 -4px;

  padding: 0;

}



.menu > li {

  margin: 0 1rem;

  overflow: hidden;

}



.menu.menu-long > li a {

  font-size: 0.9rem;

  font-weight: 300;

}

.menu > li a {

  color: #fff;

  font-size: 18px;

  text-decoration: none;

  letter-spacing: 1.6px;

}



.menu > li a:hover {

  text-decoration: none;

}



.awkn-affiliate {

  background-image: url("/assets/image/affiliate/header_main_bg.webp");

  background-repeat: no-repeat;

  background-color: #def3fa9c;

  background-size: contain;

}



.aff-mnu-bg {

    background-color: rgba(242, 103, 48, 1);

    padding: 15px 0px;

}



.awkn-heads h4 {

    font-family: Montserrat;

    font-size: 20px;

    font-weight: 500;

    line-height: 30px;

    letter-spacing: 0em;

    text-align: center;

}

.awkn-heads h3 {

      font-family: Montserrat;

    font-size: 4rem;

    font-weight: 600;

    line-height: 68px;

    letter-spacing: 0em;

    text-align: center;

    color: rgba(242, 103, 48, 1);

}





.aff-cntct {

  background-color: rgba(255, 153, 0, 1);

  padding: 4px 14px 1.5px;

  border-radius: 4px;

}



.awkn-heads {

    margin: 40px 0 40px;

}



.awkn-heads h1 {

    font-family: Montserrat;

    font-size: 45px;

    font-weight: 700;

    line-height: 68px;

    letter-spacing: 0em;

    text-align: center;

    color: #fff;

    background-color: rgba(242, 103, 48, 1);

    width: 100%;

    max-width: fit-content;

    margin: 0 auto;

    padding: 10px 30px;

}



h4.aff-smlSub {

    font-family: Montserrat;

    font-size: 32px;

    font-style: italic;

    font-weight: 700;

    line-height: 48px;

    letter-spacing: 0em;

    text-align: center;

    color: rgba(17, 172, 130, 1);

}



.box1 {

    background-color: #fff;

    padding: 40px 60px;

    border-radius: 15px;

    border: 1px solid rgba(242, 103, 48, 1);

}

.box1 h2 {

    font-family: Montserrat;

    font-size: 35px;

    font-weight: 700;

    line-height: 44px;

    letter-spacing: 0em;

    text-align: left;

    color: rgba(242, 103, 48, 1);

    margin-bottom: 20px;

}



.box1 h4 {



font-family: Montserrat;

font-size: 25px;

font-weight: 400;

line-height: 30px;

letter-spacing: 0em;

text-align: left;

color:rgba(0, 0, 0, 1);

}



.box1 h4 a{

    color:rgba(0, 0, 0, 1);

}



.aff-programs {

    padding: 50px 0px;

}



.heading_prgm {

    font-family: Montserrat;

    font-size: 40px;

    font-weight: 700;

    line-height: 50px;

    letter-spacing: 0em;

    text-align: center;

    color: rgba(242, 103, 48, 1);

    margin-bottom: 20px;

}

.heading_prgm1 {

    font-family: Montserrat;

    font-size: 40px;

    font-weight: 700;

    line-height: 1.5;

    letter-spacing: 0em;

    text-align: center;

    color: rgb(255 255 255);

    margin-bottom: 20px;

    background-color: rgba(242, 103, 48, 1);

    border-top-left-radius: 20px;

    border-top-right-radius: 20px;

    padding: 20px;

}



.twoCol-list li {

    font-family: Montserrat;

    font-size: 25px;

    font-weight: 400;

    line-height: 1.8;

    letter-spacing: 0em;

    text-align: left;

    color: rgba(0, 0, 0, 1);

    list-style-type:none;
    text-transform: capitalize;

}



.twoCol-list li:before {

    content: url(/assets/image/affiliate/cup-star.png);

    top: 15px;

    position: relative;

    padding-right: 7px;

}

hr {

    border-bottom: 2px solid rgba(242, 103, 48, 1);

}



.earn-per p {

    font-family: Montserrat;

    font-size: 25px;

    font-weight: 400;

    line-height: 38px;

    letter-spacing: 0em;

    text-align: center;

    margin-bottom: 30px;

}

.aff-epcs {

    border: 0.5px solid #f2673063;

    border-radius: 20px;

}

.box2_links {

    border: 0.8px solid rgba(255, 177, 146, 1);

    border-radius: 20px;

  

    background-color: #fff;

    margin: 50px 0px;

}

.border-box {

    padding-left: 6%;

    border-left: 2px dashed #ff7b00;

    margin-left: 6%;

    /*padding-top: 1%;*/

}

.step {

    position: absolute;

    color: #fff;

    background:linear-gradient(180deg, #FF9533 0%, #F26730 100%);

    border: 3px solid rgba(255, 123, 0, 1);

    font-size: 19px;

    font-weight: 800;

    padding: 25px 10px;

    border-radius: 50%;

    left: -115px;

    top: -1px;

}

.steps-box {

    position: relative;

    padding-right: 40px;

}

.step_cntnt {

    font-family: Montserrat;

    font-size: 40px;

    font-weight: 700;

    line-height: 1.5;

    letter-spacing: 0em;

    text-align: left;

    color: rgba(242, 103, 48, 1);

    margin-bottom: 5px;

}



.steps-box p{

    font-family: Montserrat;

    font-size: 25px;

    font-weight: 400;

    line-height: 31px;

    letter-spacing: 0em;

    text-align: left;

}



.aff-heroTxt h2 {

  font-size: 3rem;

  font-weight: 600;

  line-height: 1;

  padding: 44px 0 0;

}



.pl-12{

    padding-left:12.5%;

}



.aff-Updates {

  background-color: #ffffff;

    padding: 36px 38px 24px;

    width: 100%;

    border-radius: 12px;

    border: 0.8px solid #ff7b00;

    margin: 20px auto;

}



.aff-Updates label {
    color: rgba(0, 0, 0, 1);
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
}



label.affInfo-frm3 {
    font-size: 17px;
    color: rgba(0, 0, 0, 1);
    font-family: Montserrat;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
}
input#custom-terms-checkbox {
    width: 100%;
    max-width: fit-content;
}
hr.aff-Sct-rule {
    margin-bottom: 20px;
}

.aff-Updates input {

    width: 100%;
    padding: 10px 0 10px 14px;
    border-radius: 4px;
    font-size: 1.26rem;
    font-weight: 200;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgb(255 123 0);
    margin-bottom: 20px;
    font-family: Montserrat;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(123, 123, 123, 1);
}


.aff-Updates select {
    padding: 7px 0 8px 17px;
    width: 70%;
    margin: 5px;
    font-size: 1.25rem;
    box-shadow: 1px 1px 3px #543e2c;
    border-top: 2px solid #fff;
    border-radius: 8px;
    background-color: #e6e6e0;
    color: #747474;
    cursor: pointer !important;
}
.form-label {
    display: block;
    margin-bottom: 6px;
}

input.aff-cbCopy {
    margin: 6px 24px;
    padding: 9px 30px 7px;
    background-color: #f26730;
    border: 1px solid #f26730;
    letter-spacing: 1px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 400 !important;
    border-radius: 9px !important;
    box-shadow: 0px 2px 4px #fff;
    margin-bottom: 20px;
    display: block;
    position: relative;
    justify-content: right;
    width: 100%;
    max-width: fit-content;
    margin: 20px auto;
    cursor: pointer;
}


input.aff-cbSubmit {

  

    font-family: Montserrat;

    font-size: 32px;

    font-weight: 700;

    line-height: 39px;

    letter-spacing: 0em;

    text-align: center;

    background: linear-gradient(0deg, #F26730, #F26730), linear-gradient(0deg, #FF7B00, #FF7B00);

    color: #fff;

    width: 100%;

    max-width: fit-content;

    margin: 0 auto;

    justify-content: center;

    display: block;

    padding: 10px 15px;

    cursor: pointer;

    padding: 20px;

}



input.aff-cbSubmit:hover {

    

    background:linear-gradient(169deg, #f26730ad, #f26730b8), linear-gradient(212deg, #ff7b00c9, #ff7b0061);

}



.cb_here {

    background-color: #fff;

    padding: 20px 30px 10px;

    margin: 40px auto;

    border-radius: 10px;

    border: 0.8px solid rgba(242, 103, 48, 1);

    width: 100%;

    max-width: 91%;

}

.cb_here h1 {

    font-family: Montserrat;

    font-size: 40px;

    font-weight: 700;

    line-height: 50px;

    letter-spacing: 0em;

    text-align: center;

    color: rgba(242, 103, 48, 1);

    margin-bottom:10px;

}

.cb_here h6 {

    

    font-family: Montserrat;

    font-size: 25px;

    font-weight: 400;

    line-height: 1.3;

    letter-spacing: 0em;

    text-align: left;

    color: rgba(0, 0, 0, 1);

    margin-bottom: 10px;

}



.cb_here p a {

    color: #000;

    text-decoration: none;

}

.mail_swipe {

    margin: 30px 0px;

}



.expert_tips h1 {

    font-family: Montserrat;

    font-size: 40px;

    font-weight: 700;

    line-height: 50px;

    letter-spacing: 0em;

    text-align: left;

    color: rgba(242, 103, 48, 1);

    margin-bottom: 20px;

}



.expert_tips ul li{

    font-family: Montserrat;

    font-size: 28px;

    font-weight: 400;

    line-height: 35px;

    letter-spacing: 0em;

    text-align: left;

    color: rgba(0, 0, 0, 1);

    list-style-type: none;

    margin-bottom: 10px;

}

.expert_tips ul li:before {

    font-size: 18px;

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    content: "\f00c";

    border: 4px solid;

    padding: 2px;

    border-radius: 5px;

    color: #f26730;

    margin-right: 20px;

}



.demographics_box {

    background-color: #fff;

    border: 0.8px solid rgba(255, 177, 146, 1);

    border-radius: 20px;

}

.demographics h1 {

    font-family: Montserrat;

    font-size: 40px;

    font-weight: 700;

    line-height: 1.5;

    letter-spacing: 0em;

    text-align: center;

    color: #fff;

    background-color: #f26730;

    border-top-left-radius: 20px;

    border-top-right-radius: 20px;

    padding: 20px;

}



.demographics_cntent {

    padding: 40px;

}

.flex_row {

    display: flex;

}

.demoGraph {

    display: flex;

    width: 100%;

    max-width: 80%;

    margin-bottom: 30px;

}

.dmo-dingbat{

    float: left;

    max-width: 63px;

    padding-right: 19px;

}

.sbhd-drkBlue {

    font-family: Montserrat;

    font-size: 32px;

    font-weight: 700;

    line-height: 1.5;

    letter-spacing: 0em;

    text-align: left;

    color: rgba(242, 103, 48, 1);

    margin-bottom: 5px;

}

.contentBox p {

    font-family: Montserrat;

    font-size: 25px;

    font-weight: 400;

    line-height: 31px;

    letter-spacing: 0em;

    text-align: left;

    color: rgba(0, 0, 0, 1);

}

.images_box {

    display: flex;

    width: 100%;

    justify-content: space-around;

    margin: 40px auto;

}



.image_bx-cntnt {

    background-color: #fff;

    border: 0.8px solid rgba(255, 177, 146, 1);

    border-radius: 20px;

}



.image_bx-cntnt img {

    width: 100%;

    max-width: 400px;

    padding: 20px 20px 20px 20px;

}



.image_bx-cntnt h4 {

    font-family: Montserrat;

    font-size: 25px;

    font-weight: 700;

    line-height: 31px;

    letter-spacing: 0em;

    text-align: center;

    background-color: rgba(242, 103, 48, 1);

    border-bottom-left-radius: 20px;

    border-bottom-right-radius: 20px;

    padding: 10px;

}



.image_bx-cntnt h4 a {

    color: #fff;

    text-decoration: none;

}

.mbl-only {

  display: none;

}

.banner_set p{

    font-family: Montserrat;

    font-size: 25px;

    font-weight: 400;

    line-height: 1.5;

    letter-spacing: 0em;

    text-align: left;

    margin-bottom: 15px;

}

.banner_list li {

    font-family: Montserrat;

    font-size: 25px;

    font-weight: 400;

    line-height: 1.5;

    letter-spacing: 0em;

    text-align: left;

    margin-bottom: 5px;

    list-style: inside;

}

.box3_terms {

    border: 0.8px solid rgba(255, 177, 146, 1);

    border-radius: 20px;

    background-color: #fff;

    margin: 50px 0px;

}



.tems_list {

    padding-left: 40px;

}



.tems_list li {

    font-family: Montserrat;

    font-size: 25px;

    font-weight: 400;

    line-height: 38px;

    letter-spacing: 0em;

    text-align: left;

    list-style-type: decimal;

    margin-bottom:20px;

}



.heading_terms {

    font-family: Montserrat;

    font-size: 40px;

    font-weight: 700;

    line-height: 50px;

    letter-spacing: 0em;

    text-align: center;

    color: #fff;

}

.sub_hding_terms {

    font-family: Montserrat;

    font-size: 25px;

    font-weight: 500;

    line-height: 31px;

    letter-spacing: 0em;

    text-align: center;

    color: #fff;

}

.terms_p{

    font-family: Montserrat;

font-size: 25px;

font-weight: 400;

line-height: 38px;

letter-spacing: 0em;

text-align: left;

color:rgba(0, 0, 0, 1);

}



.bg-clr_cntnt {

    background: linear-gradient(180deg, #F26730 0%, #FF9533 100%);

}

.cntnt_heading {

    font-family: Montserrat;

    font-size: 40px;

    font-weight: 700;

    line-height: 50px;

    letter-spacing: 0em;

    text-align: center;

    color: #fff;

    margin-bottom: 10px;

}

.cntnt_para {

    font-family: Montserrat;

    font-size: 25px;

    font-weight: 500;

    line-height: 31px;

    letter-spacing: 0em;

    text-align: center;

    color: #fff;

}



.dwnld_all_bnr {

    font-family: Montserrat;

    font-size: 25px;

    font-weight: 400;

    line-height: 31px;

    letter-spacing: 0em;

    text-align: center;

}



/*footer css start*/



.footerAff-top-bg{

   background-color: rgba(255, 244, 239, 1);

}

.footer-menu {

    padding: 20px 0px;

}

.footer-menu ul {

    display: flex;

    justify-content: space-around;

}

.footer-menu-links {

    font-family: Montserrat;

    font-size: 18px;

    font-weight: 400;

    line-height: 23px;

    letter-spacing: 0em;

    text-align: center;

    color: rgba(0, 0, 0, 1);

    list-style-type: none;

}

.footer-menu-links a{

     color: rgba(0, 0, 0, 1);

     text-decoration: none;

}



span.blck {

    display: block;

}

.six_btl {

    width: 100%;

}



.cb_here p {

    margin-bottom: 0;

}

.bnr_p{

    font-family: Montserrat;

font-size: 25px;

font-weight: 400;

line-height: 31px;

letter-spacing: 0em;

text-align: center;

color:rgba(0, 0, 0, 1);

}



.footer-middle-bg {

    background-color: #fff;

}

.disclaimer p a {

    color: #000;

}

.mb-1 {

    margin-bottom: 1rem;

}

.disclaimer p {

    font-family: Montserrat;

    font-size: 20px;

    font-weight: 400;

    line-height: 24px;

    letter-spacing: 0em;

    text-align: center;

}

.footer-main-section p {

    font-family: Montserrat;

    font-size: 20px;

    font-weight: 400;

    line-height: 1.5;

    letter-spacing: 0em;

    text-align: center;

    margin-bottom: 20px;

}

.py-4 {

    padding: 20px 0;

}

.text-white {

    color: #fff;

}



/*footer css end*/

.dwnlod_btn {

    background: linear-gradient(0deg, #FF7B00, #FF7B00), linear-gradient(180deg, #FF9900 0%, #F26730 100%);

    border-radius: 20px;

    border: 3px solid rgb(255, 123, 0);

    display: block;

    width: 100%;

    max-width: 280px;

    margin: auto;

    padding: 20px 15px;

    font-family: Montserrat;

    font-size: 24px;

    font-weight: 700;

    line-height: 33px;

    letter-spacing: 0em;

    text-align: center;

    color: #fff;

    text-transform: uppercase;

}

.dwnlod_btn span {

    display: block;

}


/* affiliate links css */

.affiliate-links {
    border-radius: 20px;
    border: 1px solid rgb(242 103 48);
    background: #fff;
    /* box-shadow: 0px 4px 40px 0px rgba(64, 105, 177, 0.15); */
    padding: 80px 40px;
}

.link-box {
    border-radius: 10px;
    border: 1px solid rgb(242 103 48);
    padding: 20px 15px;
    margin-bottom: 20px;
}

.sub-bg-box {
  color: #fff;

  background: url(../img/prdct-sign-bg.png);

  background-repeat: no-repeat;

  background-size: contain;

  background-position: center;

  background-color: #4069b1;

  border-radius: 15px;

  padding: 68px 118px 53px;
}

.email-swipes {
  border-radius: 20px;

  border: 1px solid rgba(64, 105, 177, 0.2);

  background: #f1f4fa;

  padding: 40px 40px;
}

.note {
  background-color: #fff;

  border: 1px solid rgba(64, 105, 177, 0.2);

  border-radius: 10px;

  padding: 30px;

  margin-bottom: 20px;
}

.email-dwnld {
  background-color: #fff;

  border: 2px dashed #4069b1;

  border-radius: 10px;

  padding: 40px 0px;
}

.product-box {
  border-radius: 12px;

  border: 1px solid rgba(64, 105, 177, 0.3);

  background: #f1f4fa;

  padding: 10px;

  /* height: 320px; */
}

.product-grid .col-4 {
  padding: 0px 10px 20px;
}

.key-box {
  background: #fff;

  border: 1px solid rgba(64, 105, 177, 0.2);

  box-shadow: 0px 4px 40px rgba(64, 105, 177, 0.15);

  border-radius: 20px;

  padding: 50px 10px;
}

.list-box p {
  font-size: 19px;

  font-weight: 500;

  margin-bottom: 20px;

  line-height: 30px;
}

.list-box .col-4 {
  padding-left: 30px;

  border-left: 1px solid rgba(64, 105, 177, 0.2);

  padding-right: 30px;
}

/* description css */

.description {
  background: #f1f4fa;

  padding: 40px 0px;
}

.description .col-3 a {
  display: block;

  color: #606060;

  font-size: 16px;

  font-weight: 400;

  text-decoration: none;

  margin-bottom: 20px;
}

.description .col-3 a:hover {
  color: #000;

  font-weight: 600;
}

.decp-para p {
  color: #333;

  font-size: 12px;

  font-weight: 500;

  line-height: 15px;

  margin-bottom: 20px;
}

.des-input {
  border-radius: 5px;

  background: #fff;

  box-shadow: 0px 5.28042px 31.68254px 0px rgba(0, 0, 0, 0.1);

  padding: 20px 10px;

  width: 100%;

  border: 1px solid rgba(64, 105, 177, 0.2);
}
.tick {
    width: 100%;
    max-width: 25px;
    height: 25px;
}

.thumb {
    width: 100%;
    max-width: 25px;
}

.pl-20 {
    padding-left: 20px !important;
}
.font-700 {
    font-weight: 700 !important;
}
.font-24 {
    font-size: 24px !important;
}
.dsply-flex {
    display: flex;
    align-items: center;
}
.link-box a {
    word-break: break-all;
    pointer-events: none;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.blu-txt {
    color: #f26730;
}



/*media query*/



@media(max-width:1920px){

    .twoCol-list li {

        font-size: 23px;

        margin-bottom: 10px;

    }

    .step {

        padding: 20px 20px;

        text-align: center;

    }

}



@media(max-width:1880px){

    .cb_here h1 {

        font-family: Montserrat;

        font-size: 39px;

    }

    .expert_tips ul li {

        font-size: 26px;

    }

   

}



@media(max-width:1536px){

    .steps-box p {

        font-size: 24px;

        line-height: 35px;

    }

    .earn-per p {

        font-size: 24px;

        line-height: 34px;

    }

     .contentBox p {
        font-size: 24px;
    }

    .box1 h4 {

       font-size: 24px;
    }

    .para-style p {

     font-size: 24px;
    }

    .bnr_p {

        font-size: 24px;
    }

    .tems_list li {

        font-size: 24px;

        line-height: 35px;

    }

    .expert_tips ul li {

        font-size: 24px;
    }

    .banner_list li {
        font-size: 24px;
    }

    .dwnld_all_bnr {
        font-size: 24px;
    }
    .awkn-heads h3 {
        font-size: 3.8rem;
    }
}





@media(max-width:1440px){

    .box1 h2 {

        line-height: 41px;

    }

    .box1 h4 {

        font-size: 23px;

    }

    .earn-per p {

        font-size: 23px;

    }

     .steps-box p {

        font-size: 23px;

        line-height: 32px;

    }

    .para-style p {

        font-size: 23px;

    }

    .cb_here h6 {

        font-size: 24px;

        line-height: 1.5;

    }

    .expert_tips ul li {

        font-size: 23px;

    }

    .sbhd-drkBlue {

        font-size: 30px;

    }

    .contentBox p {

        font-size: 23px;

    }

    .bnr_p {

        font-size: 23px;

    }

    .banner_list li {

        font-size: 23px;

    }

    .dwnld_all_bnr {

        font-size: 23px;

    }

    .tems_list li {

        font-size: 23px;

    }
    .awkn-heads h3 {
        font-size: 3.6rem;
    }

}







@media(max-width:1366px){

    .box1 h2 {

        font-size: 33px;

        line-height: 1.3;

    }

    .awkn-heads h1 {

        margin-bottom: 10px !important;

    }

    .box1 h4 {

        font-size: 22px;

    }

    .tems_list li {

        font-size: 22px;

    }

    .step {

        padding: 15px 15px;

        text-align: center;

    }

    .twoCol-list li {

        font-size: 22px;

    }

    .banner_list li {

        font-size: 22px;

    }

    .earn-per p {

    font-size: 22px;

    }
    .awkn-heads h3 {
        font-size: 3.6rem;
    }

}



@media(max-width:1024px){

    .aff-epcs {

        width: 100%;

        max-width: 900px;

    }

    .aff-mnu-bg {

        padding: 10px 0px;

    }

    .awkn-heads h3 {

        font-size: 3.7rem;

    }

    .awkn-heads h1 {

        font-size: 40px;

        padding: 10px 20px;

    }

    .box1 {

    padding: 40px 30px;

    }

    .six_btl {

        width: 100%;

    }

    .box1 h2 {

        font-size: 32px;

    }

    .box1 h4 {

        font-size: 21px;

    }

    .twoCol-list li {

        font-size: 19px;

        margin-bottom: 10px;

    }

    .earn-per p {

        font-size: 21px;

        line-height: 1.5;

    }

    .heading_prgm {

        font-size: 34px;

        line-height: 1.5;

    }

    .heading_prgm1 {

        font-size: 38px;

        padding: 15px;

    }

    .steps-box p {

        font-size: 22px;

    }

    .step_cntnt {

        font-size: 38px;

        margin-bottom: 15px;

        line-height: 1.3;

    }

    .aff-Updates label {

        font-size: 22px;

    }

    .border-box {

       padding-left: 8%;

    }

    .pl-12 {

        padding-left: 14.5%;

    }

    .para-style p {

        font-size: 22px;

    }

    .cb_here h6 {

        font-size: 22px;

        line-height: 1.5;

    }

    .expert_tips ul li {

        font-size: 22px;

    }

    .demoGraph {

        max-width: 90%;

    }

    .contentBox p {

        font-size: 22px;

    }

   

    .sbhd-drkBlue {

        font-size: 30px;

    }

    .dmo-dingbat {

        max-width: 58px;

    }

    .tems_list li{

        font-size: 22px;

        line-height: 1.5;

    }

    .terms_p {

        font-family: Montserrat;

        font-size: 22px;

    }

    .images_box {

        width: 100%;

        max-width:100%;

    }

    .image_bx-cntnt h4 {
        font-size: 22px;
    }

    .heading_terms {
        font-size: 38px;
    }

    .sub_hding_terms {
        font-size: 21px;
    }
        .awkn-heads h3 {
        font-size: 3rem;
        width: 100%;
        max-width: 768px;
        margin: 0 auto;
    }

}





@media(max-width:992px){

    .header_logo {

        width: 100%;

        max-width: 80px;

    }

    #menu-toggle ~ .menu li {

    height: 0;

    margin: 0;

    padding: 0;

    border: 0;

    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);

  }

  #menu-toggle:checked ~ .menu li {

    border: 1px solid #272727;

    height: 3.5em;

    padding: 0.5em;

    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);

  }

  #menu-toggle:checked ~ .menu li a {

    color: #fff;

    text-align: left;

    font-size: 19px;

  }

  .menu-button-container {

    display: flex;

    position: fixed;

    right: 1%;

    top: 1%;

    background: #272727;

    width: 44px;

    height: 44px;

    border-radius: 10px;

    z-index: 999999999;

  }

  .menu {

    position: fixed;

    z-index: 99999999;

    top: 0;

    margin-top: 0px !important;

    left: 0;

    flex-direction: column;

    width: 100%;

    justify-content: start;

    align-items: center;

    z-index: 9999;

  }

  

  .menu > li {

    display: flex;

    margin: 0;

    padding: 0.5em 0;

    width: 100%;

    color: white;

    background-color: #272727;

  }

  .menu > li a {

    padding-left: 5px;

  }

  .menu > li:not(:last-child) {

    border-bottom: 1px solid #6d4a91;

  }

  .menu {

    margin-top: 80px;

  }

  .footer-wrapper {

    background-color: var(--footer-background-color);

    background-size: 100% auto;

  }

  .footer-wrapper .footer-menu .footer-menu-links A {

    text-decoration: none;

  }

  .footer-wrapper .footer-menu .footer-menu-links A:hover {

    text-decoration: none;

    color: var(--footer-hover-color);

  }

  

}



@media (max-width: 860px) {

  .menu {

    margin-top: 90px;

  }

}



@media(max-width:768px){

    .dsktp-only {

        display: none;

    }

     .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%;

    }

    

    .mbl-only {

      display: block;

    }

    .awkn-heads h1 {

        font-size: 35px;

        padding: 8px 15px;

    }

    .awkn-heads h3 {
        font-size: 2.8rem;
        max-width: 620px;
        line-height: 1.3;
    }

    .awkn-heads h4 {

        font-size: 18px;

    }

    .box1 {

        padding: 30px 25px;

    }

    .box1 h2 {

        font-size: 32px;

        text-align: center;

    }

    .heading_prgm1 {

        font-size: 35px;

    }

    h4.aff-smlSub {

        font-size: 24px;

    }

    

    .box1 h4 {

        font-size: 20px;

    }

    .font-24 {
    font-size: 19px !important;
}
.tick {
    max-width: 20px;
    height: 21px;
}

}



@media(max-width:560px){

    .blk {

    display: contents;

}

    .menu-button-container {

        right: 8%;

      }

      .box1 h4 {

        font-size: 19px;

        line-height: 1.4;

    }

}



@media(max-width:500px){

    .awkn-affiliate {

        background-image: none;

    }

    .awkn-heads {

        background-image: url(/assets/image/affiliate/header_main_bg.webp);

        background-repeat: no-repeat;

        background-size: cover;

        padding: 5% 0;

    }

    .box1 h2 {

        font-size: 27px;

        line-height: 1.2;

    }

    .box1 h4 {

        font-size: 18px;

        line-height: 1.4;

    }

    .heading_prgm {

        font-size: 29px;

        line-height: 1.4;

    }

    .twoCol-list li {

        font-size: 18px;

        position: relative;

        padding-left: 7%;

        margin-bottom: 29px;

    }

    ul.twoCol-list {

        padding: 0px 30px;

    }

    .container {

        padding: 0px 20px;

    }

    .heading_prgm1 {

        font-size: 32px;

    }

    .border-box {

        border: none;

        padding-left: 18%;

    }

    .padd-40 {

        padding: 25px!important;

    }

    .step_cntnt {

        font-size: 28px;

    }

    .steps-box p {

        font-size: 18px;

        line-height: 1.5;

    }

    .step {

        padding: 15px 15px;

        text-align: center;

        font-size: 18px;

    }

    .steps-box {

        position: relative;

        padding-right: 0px;

    }

    .aff-Updates {

        padding: 20px 18px 20px;

        width: 100%;

        margin: 0px;

    }

    .aff-Updates label {

        font-size: 18px;

        margin-bottom: 15px;

        line-height: 1.5;

    }

    .aff-Updates {

        margin-bottom: 20px;

    }

    .pl-12 {

        padding-left: 25.5%;

        margin-top: 10%;

    }

    input.aff-cbSubmit {

        font-size: 22px;

    }

    .cb_here {

        padding: 20px 30px 10px;

        margin: 30px auto;

        max-width: 100%;

    }

    .cb_here h1 {

        font-size: 28px;

        line-height: 1.4;
    }

    .awkn-heads h1 {

        font-size: 26px;

        padding: 10px 15px;

        line-height: 1.4;
    }

    .awkn-heads h3 {
        font-size: 2.2rem;
        line-height: 1.3;
    }

    .awkn-heads {

        margin: 0px 0 30px;

    }

    .awkn-heads h4 {

        font-size: 18px;

        line-height: 1.5;

    }

    .twoCol-list li:before {

        position: absolute;

        top: 0px;

        left: -6%;

        bottom: 10px;

    }

    .earn-per p {

        font-size: 18px;

    }

    a {

        word-break: break-all;

    }

    .cb_here h1 {

        font-size: 25px;

        

    }

    .para-style p {

        font-size: 18px;

    }

    .flex_row {

        display: block;

    }

    .demographics_cntent {

        padding: 20px;

    }

    .sbhd-drkBlue {

        font-size: 25px;

    }

    .demographics h1 {

        font-size: 34px;

    }

    .dmo-dingbat {

        max-width: 47px;

        padding-top: 10px;

    }

    .contentBox p {

        font-size: 18px;

        line-height: 1.5;

    }

    .image_bx-cntnt img {

        width: 100%;

        max-width: 100%;

        margin: 0 auto;

        padding: 20px 20px 20px 20px;

    }

    .images_box {

        display: block;

    }

    .image_bx-cntnt {

        margin-bottom: 30px;

    }

    .banner_list li {

        font-family: Montserrat;

        font-size: 18px;

    }

    .banner_set p {

        font-size: 18px;

    }

    .download_all_banner {

        width: 100%;

        max-width: 200px;

        margin: 0 auto;

        margin: 20px 0px;

    }

    .tems_list li {

        font-size: 18px;

    }

    .padd-30 {

        padding: 20px!important;

    }

    .heading_terms {

        font-size: 26px;

        line-height: 1.4;

        margin-bottom: 15px;

    }

    .sub_hding_terms {

        font-size: 18px;

    }

    .cb_here h6 {

        font-size: 18px;

    }

    

    .menu-button-container {

        right: 4%;

        top: 3%;

    }

    .box1 {

        padding: 20px 20px;

    }

    

    .footer-main-section p {

        font-size: 14px;

    }

    .disclaimer p {

        font-size: 14px;

    }

    .footer-menu ul {

        display: block;

    }

    .footer-menu-links {

        font-size: 18px;

        margin-bottom: 15px;

    }

    .cntnt_para {

        font-size: 19px;

    }

    .terms_p {

        font-size: 18px;

        line-height: 1.5;

    }

    .bnr_p {

        font-family: Montserrat;

        font-size: 18px;

    }

    .text-algn-end {

        text-align: center !important;

    }



}



@media (max-width: 481px) {

  .menu {

    margin-top: 80px;

  }

  .heading_prgm1 {

    font-size: 28px;

}

.twoCol-list li:before {

    left: 0%;

}

.twoCol-list li {

    padding-left: 14%;

}



}



@media(max-width:428px){
    label#terms-label {
    font-size: 10px;
}

.small-title {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 4px;
}
.mbl-form-css .aff-Updates input.aff-cbCopy {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}

    .awkn-heads h1 {

        font-size: 24px;

    }

    .awkn-heads h4 {

       
    font-size: 15px;
    max-width: 307px;
    margin: 0 auto;
    margin-bottom: 15px;


    }

    .awkn-heads h3 {

        font-size: 1.8rem;

    }

    .heading_prgm1 {

        font-size: 24px;

    }

    ul.twoCol-list {

        padding: 0px 10px;

    }

    .step_cntnt {

        font-size: 25px;

    }

    .steps-box p {

        font-size: 17px;

    }

    .step {

        padding: 12px 12px;

        text-align: center;

        font-size: 16px;

        left: -91px;

    }

    input.aff-cbSubmit {

        font-size: 18px;

        max-width:100%;

    }

    .cb_here h1 {

        font-size: 24px;

    }

    .cb_here {

        padding: 15px 20px 10px;

    }

        .para-style p {

        font-size: 16px;

    }

    .expert_tips h1 {

        font-family: Montserrat;

        font-size: 33px;

    }



    .box1 h2 {

        font-size: 24px;

    }

    .box1 h4 {

        font-size: 19px;

        line-height: 1.4;

        text-align: center;

    }

    .heading_prgm {

        font-size: 28px;

    }

    .twoCol-list li {

        font-size: 17px;

    }

    .padd-40 {

        padding: 15px!important;

    }

    .aff-Updates label {

        font-size: 14px;
        margin-bottom:3px;

    }
    .mb-20 {
    margin-bottom: 0px !important;
}
.aff-Updates select {
    padding: 7px 0 8px 0px;
    width: 100%;
   
    margin-bottom: 12px;
    padding: 5px;
    font-size: 1rem;
}

    .expert_tips ul li {

    font-size: 18px;

}

.demographics h1 {

    font-size: 27px;

}

.bnr_p {

    font-size: 16px;

    line-height: 1.5;

}

.border-box {

    border: none;

    padding-left: 10%;

}

.step {

    padding: 5px 5px;

    font-size: 12px;

    left: -55px;

}

.tems_list {

    padding-left: 20px;

}
.affiliate-links {
    padding: 25px 15px;
}
.font-24 {
    font-size: 17px !important;
}
.link-box a {
    word-break: break-all;
    font-size: 14px;
}

.pl-20 {
    padding-left: 15px !important;
}



}





@media(max-width:414px){

    .heading_prgm {
        font-size: 24px;
    }

    .twoCol-list li {
        font-size: 16px;
    }

    .demographics h1 {
        font-size: 26px;
    }
    
    .sbhd-drkBlue {
        font-size: 22px;
    }
    
    .contentBox p {
        font-size: 16px;
    }
    
    .dwnld_all_bnr {
        font-size: 16px;
        line-height: 1.5;
    
    }
    
    .tems_list li {
        font-size: 16px;
    }

    .cntnt_heading {
        font-size: 34px;
    }
    
    .cntnt_para {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .footer-menu-links {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .pl-12 {
        padding-left: 14.5%;
        
    }
}





@media(max-width:400px){

    .steps-box p {

        font-size: 16px;

    }

    .step_cntnt {

        font-size: 23px;

    }

     .heading_prgm {

        font-size: 23px;

    }

    .twoCol-list li {

        font-size: 16px;

    }

    input.aff-cbSubmit {

        font-size: 17px;

        padding: 10px;

    }

    .sub_hding_terms {

        font-size: 16px;

        line-height: 1.5;

    }

}





@media(max-width:390px){

    .step_cntnt {

    font-size: 22px;

}

.cb_here h1 {

    font-size: 22px;

}

.cb_here h6 {

    font-size: 16px;

}

.expert_tips ul li {

    font-size: 16px;

}

.bnr_p {

    font-size: 16px;

}

.dwnld_all_bnr {

    font-size: 17px;

    line-height: 1.3;

}

.tems_list li {

    font-size: 16px;

}

.header_logo {

    width: 100%;

    max-width: 60px;

}

.menu-button-container {

    right: 4%;

    top: 1%;

}

.awkn-heads h4 {

    font-size: 15px;

}

.awkn-heads h3 {

    font-size: 25px;

}

.awkn-heads h1 {

    font-size: 22px;

}

.box1 h2 {

    font-size: 22px;

    line-height: 1.3;

}

.heading_prgm {

    font-size: 26px;

}

.blk {

    display: inline;

}
.mbl-form-css .aff-Updates {
    padding: 15px;
    margin-top: 20px;
}
.mbl-form-css .aff-Updates input {
    padding: 5px 0 5px 5px;
}
}



@media(max-width:375px){
   

    .container {

        padding: 0px 15px;

    }

    .menu-button-container {

        width: 35px;

        height: 35px;

    }

    .menu-button,

      .menu-button::before,

      .menu-button::after {

        height: 2px;

        width: 22px;

    }

    .awkn-heads h3 {

        font-size: 24px;

    }

    .awkn-heads h3 {
        font-size: 29px;
        line-height: 1.3;
        padding: 15px 0;
    }

    

    .awkn-heads h1 {

        font-size: 22px;

        padding: 10px 15px;

        line-height: 1.3;

        border-radius: 8px;

    }

    h4.aff-smlSub {

        font-size: 18px;

    }

    .box1 h2 {

        font-size: 24px;

    }

    .box1 h4 {

        font-size: 17px;

        line-height: 1.4;

        text-align: justify;

    }

    .heading_prgm {

        font-size: 25px;

        line-height: 1.4;

    }

    ul.twoCol-list {

        padding: 0px 0px;

    }

    .twoCol-list li {

        font-size: 17px;

    }

    .heading_prgm {

        font-size: 22px;

        line-height: 1.4;

    }

    .earn-per p {

        font-size: 16px;

    }

    .heading_prgm1 {

        font-size: 22px;

    }

    .step {

        padding: 12px 12px;

        text-align: center;

        font-size: 14px;

        left: -80px;

    }

    .step_cntnt {

        font-size: 22px;

    }

    .aff-Updates {

        padding: 20px 12px 20px;

    }

    .aff-Updates label {

        font-size: 14px;

    }

    .cb_here {

        padding: 20px 20px 10px;

    }

    .cb_here h6 {

        font-size: 18px;

    }

    .expert_tips ul li {

        font-size: 17px;

    }

    .demographics h1 {

        font-size: 28px;

    }

    .padd-30 {

        padding: 15px!important;

    }

    .heading_terms {

        font-size: 21px;

        line-height: 1.5;

        margin-bottom: 15px;

    }

    .sub_hding_terms {

        font-size: 17px;

        line-height: 1.5;

    }

    .tems_list li {

        font-size: 16px;

    }

    .border-box {

    border: none;

    padding-left: 19%;

}

.cb_here h6 {

    font-size: 15px;

}

.terms_p {

    font-size: 16px;

}
 .step {
    padding: 5px 5px;
    text-align: center;
    font-size: 14px;
    left: -60px;
}
.border-box {
    border: none;
    padding-left: 13%;
}
.pl-12 {
    padding-left: 18.5%;
}
.small-title {
    font-size: 15px;
}
.mbl-form-css .aff-Updates input.aff-cbCopy {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 7px;
}
}



@media(max-width:360px){}



@media(max-width:350px){}



@media(max-width:320px){

    input.aff-cbSubmit {

    font-size: 14px;

    }

    .twoCol-list li {

        font-size: 14px;

    }

    .step_cntnt {

        font-size: 20px;

    }

    .steps-box p {

        font-size: 15px;

    }

    .border-box {

        border: none;

        padding-left: 14%;

    }

    .step {

        padding: 5px 5px;

        text-align: center;

        font-size: 12px;

        left: -55px;

    }

    .heading_prgm1 {

        font-size: 20px;

    }

    .aff-Updates input {

        font-size: 15px;

    }

    .demographics h1 {

        font-size: 24px;

    }

}



@media(max-width:280px){}









