*{
    font-family: "Poppins";
}
.body{
    margin: 0;
    padding: 0;
}
.container{
    width: 100%;
    max-width: 1234px;
    padding: 0 15px;
}
header{
    background-color: #0a3695;
    text-align: center;
    padding: 15px 0;
}
header nav{
    padding: 0 !important;
    margin: 0 !important;
}
header img{
    width: 250px;
    height: auto;
}

.banner{
    background-image: url(../img/bg.jpg);   
    background-size: cover;
    background-position: top center ;
}
.banner h1{
    font-size: 3em;
    color: #07276c;
    padding-top: 35px;
    margin-top: 0;
}
.banner h3{
    font-size: 1.25em;
    color: #000;
    margin-bottom: 30px;
}

.progress-bar{
    background-color: #0749d7!important;
}

img.guy{
    right: -80px;
}
img.hand{
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
}

.form_holder{
    background-color: white;
    margin-top: 46px;
    z-index: 5;
    position: relative;
    padding:0 !important;
    border-radius:15px !important;
}

.none.form_holder::after{
    content: none;
}

.form_holder::after{
    content: url(../img/handbottom.png);
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    text-align: center;
}
.form_holder h3{
    background: #585858 ;
    font-size: 1.88em;
    color: white;
    padding: 15px 0 ;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.form_holder form{
    padding: 15px 40px;
}
.form_holder form label{
    font-size: 14px;
    color: #303030;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.form_holder .agreeBox{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}
.form_holder .agreeBox label{
    margin: 0;
    font-size: 10px;
    margin-left: 10px;
}

.m-button{
    font-size: 1.5em;
    width: 90%;
    max-width: 325px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto 12px;
    background-color: #f2711c;
    border-radius: 5px;
    color: white;
}

.m-button:hover{
    background-color: #e45b00;
    color:#fff;
}

.howitworks{
    padding: 5em 0;
}

.howitworks h2{
    font-size: 2.5em;
    color: #013caa;
}

.howitworks p{
    font-size: 1.25em;
    text-align: center;
    color: #5e5e5e;
}

.title{
    display: flex;
    align-items: center;
}

.title span{
    font-size: 1.75em;
    color: #1b7e0b;
    font-weight: 600;
    text-transform: capitalize;
    margin-left: 15px;
}
.howitworks .row{
    margin-top: 5em;
}
.howitworks .row p{
    font-size: 1.13em;
    margin-top: 2em;;
}
.magicmoney{
    padding-top: 30px;
    background-color: #faf9f7;
}
.magicmoney p{
    font-size: 1.25em;
    color: #5e5e5e;
    margin: 32px 0 40px;
}
.magicmoney .getFree{
    text-align: center;
    background-image: url(../img/btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    text-emphasis: center;
    padding: 25px 0;
    font-size: 1.875em;
    color: white;
    margin-bottom: 90px;
    border-radius: 15px;
    cursor: pointer
}

footer{
    background-color: #0a3695;
    color: white;
    text-align: center;
    padding: 20px 0;
}
footer ul{
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
footer ul li{
    margin: 0 10px;
}
footer ul li a{
    font-size: 11px;
    text-decoration: none;
    color: white;
}
footer p{
    font-size: 11px;
}

.img-responsive{
    max-width: 100%;
}


.survey{
    padding-bottom: 300px;
}
.survey .top_area{
    padding-top: 50px;
}
.survey .top_area .sub{
    font-size: 1.5em;
    color: #303030;
}
.survey .top_area h1{
    font-size: 3em;
    color: #303030;
    margin-top: 0;
    color: #ef1717;
    margin-bottom: 50px;
    padding-top: 0;
}
.survey .form_holder .counter{
    font-size: 14px;
    color: #0a3695;
    display: block;
    margin-bottom: 7px;
}
.survey .form_holder{
    max-width: 600px;
    margin: 0 auto;
    padding: 35px 55px !important;
}
.survey .questions  h2{
    font-size: 1.875em;
    color: #0a3695;
    font-weight: 600;
    margin: 50px 0;
}

.survey .questions  h2 span{
    color: #0a3695 !important;
    text-align: center;
}
.survey .form_holder form{
    max-width: 490px;
    margin: 0 auto;
    padding: 0 !important;
}

.form-question{
    text-align: center;
}
[data-step]:not([data-step="a0"]) {
    display: none;
}

.survey .city_state div{
    max-width: 48%;
}

.form_holder .agree_box{
    background: #f5f5f5;
    padding: 15px;
    border: 1px solid #eff1f3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .form_holder .agree_box input{
    width: 25px;
    height: 25px;
   }

   .form_holder .agree_box label{
    font-size: 12px;
    color: #000;
    margin-left: 15px;
    letter-spacing: 1;
   }

   .survey .form_holder label.error{
    font-size: 12px;
    color: #e60000;
    padding: 2px 10px;
    margin: 2px;
    display: block;
   }

   .survey .form_holder p.note{
    font-size: 10px;
    color: #767676;
    text-align:justify;
    margin-top: 25px;
   }

   
   .survey .questions h2{
    margin-top: 50px;
    margin-bottom: 35px;
    font-size: 1.5em;
}
.survey .questions .option_box{
    display: flex;
    justify-content: space-between;
}
.survey .questions .option_box .option{
    height: 55px;
    line-height: 55px;
    align-items: center;
    display: flex;
    position: relative;
    width: 48%;
    font-size: 20px;
    background-color: #79a541;
    color: white;
    justify-content: center;
}
.survey .questions .option_box .option.ans_no{
    background-color: #a0a0a0;
}
.survey .questions .option_box .option input, .survey .questions .option_box .option img {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.survey .questions .option_box .option img{
    width: 26px;
    height: 26px;
    display: none;
}
.survey .questions .option_box .option.ans_yes:hover input{
    display: none;
}
.survey .questions .option_box .option.ans_yes:hover img{
    display: block;
}
.survey .form_holder .msg{
    margin-top: 37px;
}

form label.error {
    font-size: 12px;
    color: #e60000;
    padding: 2px 10px;
    margin: 2px;
    display: block;
}

.answer-btn, .form_holder form .answer-btn {
    background-color: #a0a0a0;
    border-radius: 0.3rem;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    padding: 1rem 4rem;
    font-size: 18px;
    border: none;
    margin-bottom: 1rem;
    color: #fff;
    font-family: 'Lato';
    min-width: 100%;
}

.answer-btn:hover, .form_holder form .answer-btn:hover {
    background-color: #79a541;
    color: white;
}

.ty-form-wrapper {
    background: #fff;
    box-shadow: 0 0 10px 5px #e0e0e0;
    border-radius: 1rem;
    overflow: hidden;
    max-width: 420px;
    margin: auto;
    margin-bottom: 4rem;
}


.claim-offer {
    padding: 15px;
    background: linear-gradient(#79a541, #4f6e26);
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.text-deco-none {
    text-decoration: none;
}

@media only screen and (max-width:991px){
    body{
        font-size: 14px;
    }
}
@media only screen and (max-width:767px){
    img.guy{
        display: none;
    }
    img.hand{
        display: none;
    }
    .form_holder::after{
        display: none;
    }
    .title{
        flex-direction: column;
        justify-content: center;
    }
    .title span{
        margin-left: 0;
        margin-top: 5px;
    }
    .howitworks .row img{
        width: 45px;
    }
    .howitworks .row p{
        margin-top: 15px;
    }
    br{
        display: none;
    }
    body{
        font-size: 12px;
    }
    .banner{  
        background-size: contain;
        background-position: top center ;
    }
    .answer-btn {
        min-width: 220px;
    }
}
@media only screen and (max-width:500px){
    body{
        font-size: 10px;
    }
    footer ul{
        flex-direction: column;
    }
    header{
        padding: 15px 30px;
    }
    .form_holder form{
        padding: 0 15px 20px;
    }
}