@media (min-width:992px) {
    .parent-wrapper{
            width: 1100px;
            margin: auto;
    }

    #cid-reward:after {
        content: "";
        background-size: 80px !important;
        width: 80px !important;
        height: 80px !important;
        transition: all .3s;
        transition-delay: 1.0s;
        transform: scale(1);
        position: absolute;
        top: 14%;
        left: 54% !important;
    }

}

@media (max-width:805px) {
    #m-requirements{
        flex-direction: column;
        align-items: center;
        gap: 10px !important;
    }

    #m-requirements a{
        padding-bottom: 10px !important;
    }
}

.status-btn{
    margin-left: 10px;
    width: 140px;;
}

@media (max-width:390px) {
    .status-btn{
        margin-left: 0px;
        margin-top: 10px;
    }

    .status-input{
        width: 100% !important;
    }
}


#cid-ux-disclaimer {
        font-size: 16px;
        color: white;
        line-height: 24px;
        padding-bottom: 0vw;
        font-weight: 300;
        position: relative;
        text-transform: uppercase;
        text-align: center;
        width: 80%;
        margin: auto;
}

body{
    background:#fbfbfb;
    font-family:'Poppins',sans-serif;
}

.cid-header{
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)),url(../images/ubereats.webp) no-repeat center center; */
    background: #1b2a2f;
    color: #FFF;
    text-align: center;
}


.cid-header img {
    max-height: 180px;
    transition: all .5s;
    max-width: 220px;
    margin: 70px 0px;
}

.cid-header h2{
padding-top: 73px;
font-size: 18px;
}

.cid-header h1 {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    margin: auto;
    padding-right: 0px;
    padding-left: 0px;
    max-width: 400px;
    font-weight: 700;
}

#cid-disclaimer {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    display: block;
    color: #FFFFFF;
    opacity: 0.6;
    padding: 45px 0px 35px 0px;
    position: relative;
    z-index: 99;
    font-family: 'Roboto', sans-serif !important;
    transition: all .3s;
    font-weight: 300;
}

#cid-disclaimer a {
    color: #FFFFFF;
    text-decoration: underline;
}

.cid-header-right{
    text-align: center;
    background: #fff;
}
.cid-header-right p{
    margin-bottom: 0px !important;
    margin-top: 30px !important ;
}

.cid-header-right img{
    width: 200px;
}

.cid-questions > span {
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #06c167;
    font-weight: 600;
}

.cid-questions > h2 {
    font-size: 34px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #1b2a2f;
    margin: auto;
    padding-bottom: 20px;
    max-width: 400px;
    font-weight: 700;
}

.questionare-section{
    margin-top: 70px;
    margin-bottom: 70px;
}

.cid-btns, .subtn {
    background: #06c167;
    border-radius: 27.20VW;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
    color: white;
    font-size: 17px;
    margin: 0 5px 15px 5px;
    min-width: 149px;
    vertical-align: top;
    width: 149px;
    font-weight: bold;
    border: none;
}

.ft-timeline{
    /* background: url(../images/pizza.png) no-repeat,#1b2a2f; */
    background: url(../images/pizza.png) no-repeat,#06c167;
    background-position: calc(100% + 150px) calc(100% + 100px);
    padding: 120px 40px;
}

.ft-timeline .sub-title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 44px;
    font-size: 35px;
    text-align: center;
    letter-spacing: -0.02em;
    /* color: #06c167; */
    color: #1b2a2f;
    margin: auto;
    width: 100%;
}

.info-btn {
    display: block;
    margin: auto;
    line-height: 55px;
    width: 226px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 12vw;
    background: #06c167;
}

#levels-graphic {
    background: #1b2a2f;
    padding: 120px 40px;
    text-align: left;
    background-size: cover;
    margin-top: 0vw;
    position: relative;
    padding-bottom: 100px;
    color: #FFF;
}

#ft-types-icons {
    text-align: center;
    display: block;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 20px;
}

#ft-offer-types {
    width: 100%;
    background: #f3f4f6;
    padding-top: 60px;
    padding-bottom: 100px;
}

.ft-tdesc {
    font-weight: 300;
    color: #fff;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    padding-bottom: 15px;
    margin: auto;
    padding-top: 30px;
}

.ft-timeline .sub-title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 44px;
    font-size: 35px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #1b2a2f;
    margin: auto;
    width: 100%;
}

#lg-info-detailed{
    margin-top: 70px;
    margin-bottom: 90px;
}

#lg-info-detailed p {
    font-family: Roboto !important;
    font-style: italic;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #939393;
    margin: 0px;
    padding-bottom: 9px;
    text-align: center;
}

#m-requirements a {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.01em;
    text-decoration: none;
    display: block;
    color: #666;
    padding-bottom: 1.5em;
    cursor: pointer;
}

#footer-terms {
    font-size: 13px;
    letter-spacing: 0.25px;
    text-align: center;
    color: #666;
}

#footer-terms a {
    color: #666;
    text-decoration: underline;
}

#m-requirements{
        display: flex;
        justify-content: center;
        gap: 20px;
}

#lg-getstarted {
    width: 214px;
    border: 2px solid #06c167;
    border-radius: 27.2vw;
    text-align: center;
    line-height: 55px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    color: #06c167;
    cursor: pointer;
    margin: auto;
    clear: both;
    float: left;
}

#lg-header{
    margin-bottom: 90px;
}

#lg-header p {
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    letter-spacing: 0.02em;
    color: #fff;
    padding: 15px 0vw;
    display: block;
    margin: auto;
    width: 100%;
    padding-bottom: 15px;
}

#lg-header h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    text-align: left;
    margin: 0px;
    color: #FFFFFF;
}



#ft-offer-types h1 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 44px;
    font-size: 35px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #1b2a2f;
    margin: auto;
    width: 100%;
    clear: both;
}

#ft-types-icons .t-icon {
    margin: auto;
    display: none;
    transition: all .8s;
    z-index: 9;
    opacity: 0;
}

#ft-types-icons .t-icon.active {
    opacity: 1;
    display: block;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #06c167;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
  }
  
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 

  .loader2 {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #fff;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
  }

  #q3{
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
  }

  #cid-global.eligible {
    padding-bottom: 71px;
    position: relative;
    box-sizing: content-box;
    box-shadow: 20px -506px 104px rgb(0 0 0 / 8%);
}

.eligible  #cid-header {
    float: none;
    width: 100%;
    margin: 0px;
    clear: both;
}
#cid-reward{
    text-align: center;
}
#cid-reward:after {
    content: "";
    background: url(../images/check-big.svg) no-repeat center top transparent;
    background-size: 13.33VW 13.33VW;
    width: 13.33VW;
    height: 13.33VW;
    transition: all .3s;
    transition-delay: 1.0s;
    transform: scale(1);
    position: absolute;
    top: 14%;
    left: 74%;
}

#cid-reward img {
    max-height: 180px;
    transition: all .5s;
    max-width: 220px;
}
.alt-header h1{
    margin-top: 50px;
        font-size: 32px;
        color: #1b2a2f;    
}
.alt-header{
    margin-top: 90px;
    text-align: center;
    margin-bottom: 60px;
}

.alt-header > input {
    width: calc(100% - 20px);
    max-width: 500px;
    border: 1px solid #282828;
    height: 53px;
    text-align: center;
    color: #282828;
    font-size: 16px;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    font-weight: 400;
    box-sizing: border-box;
}

#pp-req > p {
    text-align: justify;
    font-style: italic;
    font-family: Roboto;
    font-size: 12px;
    line-height: 12px;
    color: #525252;
    margin: auto;
    max-width: 500px;
    margin-left: 10px;
    margin-right: 10px;

}

.alt-header .cid-disclaimer {
    padding-top: 30px;
    text-align: center;
    font-size: 11px;
    color: #525252;
    display: block;
    padding-bottom: 25px;
    font-family: Arial, sans-serif;
    line-height: 13px;
    width: 370px;
    margin: auto;
}

.info-form > input {
    width: calc(100% - 20px);
    max-width: 500px;
    border: 1px solid #282828;
    height: 53px;
    text-align: center;
    color: #282828;
    font-size: 16px;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    font-weight: 400;
    box-sizing: border-box;
}