@font-face{
    font-family: 'Roboto';
    font-weight: 400;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face{
    font-family: 'Roboto';
    font-weight: 700;
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face{
    font-family: 'Tahoma';
    font-weight: 400;
    src: url(../fonts/Tahoma.ttf);
}

@font-face{
    font-family: 'Tahoma';
    font-weight: 700;
    src: url(../fonts/Tahoma-Bold.ttf);
}

body,html{
    width: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: #F3F4F8;
}

/*clearfix*/
.clearfix:before, .clearfix:after{content:"";display:table;}
.clearfix:after{clear: both;}
.clearfix{*zoom: 1;}

*{
    box-sizing: border-box;
}

p{
    margin: 0;
}

.cont_outer{
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: 750px auto;
    background-repeat: repeat-y;
}

.bold{
    font-weight: 700;
}

/*************************************************** header ***************************************************/

.header{
    display: table-row;
    width: 100%;
    height: 50px;
    background-color: #fff;
    font-weight: 700;
}

.header-inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.header-inner p{
    vertical-align: middle;
    color: #294a70;
    font-size: 18px
}

.header-inner p img{
    vertical-align: middle;
}

#folder{
    width: 28px;
}

#rupee1{
    width: 14px;
    padding-left: 2px
}

/*************************************************** content ***************************************************/

.content{
    display: table-row;
    width: 100%;
    overflow-x: hidden
}

.content-middle{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.content-inner{
    width: 95%;
    max-width: 600px;
    margin: 5px auto;
    text-align: center;
    padding: 15px 3px;
    border-radius: 4px;
    background-color: #fff;
}

#logo{
    width: 220px;
}

.headline{
    color: #294a70;
    font-weight: bold;
    font-size: 22px;
    line-height: 45px
}

.headline,.headline span img{
    vertical-align: middle;
}

.headline span{
    vertical-align: top;
}

.headline span{
    text-decoration: underline;
}

.headline span img{
    width: 12px;
    margin-left: 3px;
}

.small_headlines{
    font-size: 18px;
    color: #000;
    font-weight: 400;
    padding-bottom: 10px;
}

.small_headlines img{
    width: 10px;
    margin-left: 3px;
    vertical-align: middle;
    line-height: 22px;
}

.question2,.question3{
    display: none;
}

/*************************************************** survey ***************************************************/

.survey_outer{
    display: table;
    width: 95%;
    margin: 15px auto 0;
    background-color: #fff;
    border-radius: 4px;
    height: 295px;
}

.survey_middle{
    display: table-cell;
    vertical-align: middle;
}

.survey_inner{
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
}

.anses2,.anses3{
    display: none;
}

.question_count{
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.question_text{
    color: #000;
    font-size: 20px;
    line-height: 38px;
}

.question2{
    line-height: 1.2em;
    padding: 10px 0 15px;
}

.question3{
    line-height: 1.2em;
}

.answer{
    width: 80%;
    margin: 15px auto;
    text-align: center;
    padding: 7px 0;
    background-color: #294a70;
    color: #fff;
    border-radius: 7px;
    border: 1px solid #294a70;
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.answer:hover{
    color: #294a70;
    background-color: #fff;
}

.calculating{
    display: none;
    vertical-align: middle;
    font-size: 25px;
    color: #000;
    font-weight: 700;
}

.calculating img{
    vertical-align: middle;
    width: 50px;
}

/****** loading ******/

.loading{
    display: none;
    text-align: center;
    color: #000;
    font-weight: 700;
}

.loading img{
    width: 70%;
    max-width: 220px;
    margin: 0 auto 15px;
}

.load_headline{
    font-size: 24px;
    margin: 15px 0;
}

.check{
    font-size: 20px;
    margin: 10px 0;
}

.check1,.check2,.check3{
    display: none;
}

/*************************************************** last page ***************************************************/

.last_page{
    display: none;
    
}

.last-up{
    text-align: left;
}

.textlastup{
    color: #000;
    font-size: 18px;
    padding-bottom: 8px;
}

.btn{
    width: 80%;
    max-width: 345px;
    margin: 15px auto;
    background-color: #58BE41;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: block;
    padding: 7px 0;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: none;
}

.btn:hover{
    background-color: #fff;
    color: #58BE41;
    box-shadow: 0 0 2px #58BE41,
        0 0 5px #58BE41,
        0 0 7px #58BE41,
        0 0 11px #58BE41;
}

.btn-share{
    font-size: 24px;
   
    background-size: 40px auto;
    background-position: left 5px top 1px;
    background-repeat: no-repeat;
}

.btn-down{
    font-size: 24px;
    text-transform: uppercase;
}

/*************************************************** media ***************************************************/

@media screen and (max-width: 600px){
    .cont_outer{
        background-size: 600px auto;
    }
    .headline{
        font-size: 18px;
    }
    .small_headlines,.timer_heading{
        font-size: 13px;
    }
}

@media screen and (max-width: 500px){
    .btn{
        width: 90%;
        max-width: 345px;
    }
}

@media screen and (max-width: 400px){
    .header-inner p{
        font-size: 14px;
    }
    #rupee1{
        width: 12px;
        padding-left: 2px
    }
    .header{
        height: 40px;
    }
    .answer{
        margin: 10px auto;
        padding: 5px 0;
        border-radius: 7px;
        border: 1px solid #027CD5;
        font-size: 20px;
    }
    .survey_outer{
        height: 250px;
    }
    .calculating{
        font-size: 22px;
    }
    .load_headline{
        font-size: 20px;
        margin: 15px 0;
    }

    .check{
        font-size: 16px;
        margin: 10px 0;
    }
    .textlastup{
        font-size: 16px;
        padding-bottom: 5px;
    }
    .btn{
        width: 100%;
        max-width: 345px;
    }
    .btn-share{
        font-size: 20px;
        background-size: 36px auto;
    }

    .btn-down{
        font-size: 20px;
    }
}

/*************************************************** footer ***************************************************/

.footer{
    display: table-row;
    width: 100%;
    height: 80px;
    background-color: #fff;
    font-weight: 700;
}

.footer-inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.footer-inner p{
    vertical-align: middle;
    color: #294a70;
    font-size: 18px
}

.footer-inner p img{
    vertical-align: middle;
}
