* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;

}

.main_container {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

section.step1 {
    background: #F2A900;
    /* background: url(../images/y_bg.jpg) no-repeat; */
    background-size: cover;
    height: 100%;
    text-align: center;
    padding: 30px 15px 30px 15px;
    position: relative;
}

.logo_blk {
    width: 120px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.step1_content {

    text-align: center;
    padding: 15px 0 0 0;
}

.step1_content p {
    font-family: 'poppins';
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 34px;
    color: #000;
}

.step1_content p span {
    display: block;
    color: brown;
}

.next_btn1 {
    background: #000;
    display: inline-block;
    text-decoration: none;
    font-family: 'poppins';
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    padding: 10px 50px;
    letter-spacing: -0.5px;
    border: 2px solid #F2A900;
}

.next_btn1:hover,
.next_btn1:focus {
    background: #222;
}

img.shake_icon {
    width: 50%;
    max-width: 120px;
    display: block;
    margin: 0 auto 30px auto;

}


section.step3 {
    background: url(../images/2.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    text-align: center;
    padding: 45px 30px 30px 30px;
    position: relative;
}

section.bgimg_2 {
    background: url(../images/2.jpg) no-repeat !important;
    background-size: cover !important;
    height: 100% !important;
    text-align: center !important;
    padding:30px 15px 0 15px !important;
    position: relative !important;
}

section.bgimg_2 .step1_content p {
    color: #F2A900 !important;
    line-height: 26px;
}

/* 
.logo_blk{
    width: 160px;
    margin: 0 auto;
    margin-bottom:20px;
}
.step3_content{

    text-align: center;
}
.step3_content p{
    font-family: 'poppins';
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 34px; 
}

.step3_content p span{
    display: block;
    color: brown;
}

.next_btn3{
    background: #000;
    display: inline-block;
    text-decoration: none;
    font-family: 'poppins';
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    padding: 8px 40px;
    letter-spacing: -0.5px;
} */





.result_dispay p {
    font-family: 'poppins';
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 30px;
    color: #fff;
    margin-top: 30px;
}

.result_dispay p span {
    display: block;
    color: #F2A900;
}

.result_dispay p b {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.mb15 {
    margin-bottom: 15px;
}

.primery_btn1 {
    background: #F2A900;
    display: inline-block;
    text-decoration: none;
    font-family: 'poppins';
    font-weight: bold;
    font-size: 16px;
    color: #000;
    padding: 12px 20px;
    letter-spacing: -0.5px;
    width: 85%;
    cursor: pointer;

}

.primery_btn1:hover,
.primery_btn1:focus {
    background: #ed9100;
    display: inline-block;
    text-decoration: none;
    font-family: 'poppins';
    font-weight: bold;
    font-size: 16px;
    color: #000;
    padding: 12px 20px;
    letter-spacing: -0.5px;
    width: 85%;

}



.secondary_btn1 {
    background: none;
    display: inline-block;
    text-decoration: none;
    font-family: 'poppins';
    font-weight: bold;
    border: 2px solid #F2A900;
    font-size: 16px;
    color: #F2A900;
    padding: 12px 20px;
    letter-spacing: -0.5px;
    width: 85%;
}

.secondary_btn1:hover,
.secondary_btn1:focus {
    background: none;
    display: inline-block;
    text-decoration: none;
    font-family: 'poppins';
    font-weight: bold;
    border: 2px solid #fff;
    font-size: 16px;
    color: #fff;
    padding: 12px 20px;
    letter-spacing: -0.5px;
    width: 85%;
}

.sound_noti {
    background: none;
    padding: 10px 20px 10px 20px;
    font-family: 'poppins';
    font-weight: bold;
    font-size: 14px;
    border-radius: 20px;
    margin: 0 auto 30px auto;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sound_noti i.sound_icon {
    display: inline-block;
    background: url(../images/sound_icon.png) no-repeat 0 0 rgba(242, 169, 0, 0);
    background-size: 30px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    text-indent: -999px;
    margin-left: 15px;
    margin-top: -2px;
}

.sound_noti.onsound {
    background-color: #fff !important;
    color: #000;
}


.sound_noti.onsound i.sound_icon {
    display: inline-block;
    background: url(../images/sound_icon.png) no-repeat 0 -35px rgba(242, 169, 0, 0);
    background-size: 30px;
    color: #000;
    overflow: hidden;
    width: 30px;
    height: 30px;
    text-indent: -999px;
    margin-left: 15px;
    margin-top: -2px;
}


.download_btn {
    width: 55px;
    height: 55px;
    display: block;
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: url(../images/download_icon.png) no-repeat center center #F2A900;
    background-size: 75%;
    border-radius: 4px;
}

.animaton_img {
    position: absolute;
    width: 150px;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
}

.animaton_img2 {
    position: absolute;
    width: 180px;
    bottom: 30px;
    left: 50%;
    margin-left: -90px;
}

.animaton_img3{
    position: absolute;
    width: 150px;
    bottom: 60px;
    left: 50%;
    margin-left: -75px;
}

/**************Coutdown Css******************/
.chart {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 15px auto 0 auto;
    zoom: 150%;
}

.percent {
    position: absolute;
    width: 50px;
    height: 100px;
    overflow: hidden;
    left: 50px;
    transform-origin: left center;
    border-width: 1px;
}

.percent:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100px;
    left: -50px;
    border-radius: 50px 0 0 50px;
    transform-origin: right center;
}

.filler {
    position: absolute;
    width: 84px;
    height: 84px;
    left: 8px;
    top: 8px;
    background: #000000;
    border-radius: 42px;
    text-align: center;
    line-height: 84px;
    font-size: 42px;
    font-family: poppins;
    color: #fff;
    font-weight: bold;

}

/**********END ****Coutdown Css******************/



#loader_parent {
    background: #000;
    width: 100%;
    max-width: 500px;
    height: 100vh;
    text-align: center;
    position: absolute;
    z-index: 9999;
    left: 50%;
    bottom: 0;
    top: 0;
    transform: translate(-50%, 0%);

}

.pre_loader {
    width: 48px;
    height: 48px;
    border: 5px solid #061f30;
    border-bottom-color: #F2A900;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-top: 60%;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




#desktopMessage {
    display: none;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#desktopMessage .msg_align {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#desktopMessage .msg_align h5 {
    position: absolute;
    background: #000;
    font-size: 20px;
    padding: 15px;
}

#desktopMessage .msg_align img {
    max-width: 250px;
}






/*********T n C******/

.main_container_tnc {
   
    background: #F2A900;
 
    display: flex;
    flex-direction: column;
    height: 100vh;
}

a.ac_btn {
	text-align: center;
    align-self: flex-end;
    flex-grow: 1;
    display: block !important;
    margin: 20px auto 45px auto;    
    font-size: 14px;
    width: 216px;
    padding: 10px 40px !important;
}

.acbtn_position
{
	position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
	width: 100%;
    background: #f2a900;
    padding: 15px 0 0 0;
}

.tnc_heading {
    text-align: center;
    padding: 30px 0 0 0;
}

.tnc_body{
	height: 80vh;
    overflow: auto;
    flex-grow: 0;
	padding-bottom: 30px;
}
.tnc_eng {
    padding: 15px;
  
}

.tnc_pea {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
    word-wrap: break-word;
}

.tnc_pea2 {
    margin-bottom: 10px;
    font-size: 14px;
    word-wrap: break-word;
}

.tnc_pea span,
.tnc_pea2 span {
    color: #000;
    font-weight: bold;
}

a.tnc_link {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    position: fixed;
    z-index: 1;
    bottom: 5px;
    left: 50%;
    margin-left: -50px;
}