    * {
    margin: 0;
    padding: 0
}

.banner_left {
    background: rgba(248, 80, 50, 1);
    background: -moz-linear-gradient(45deg, rgba(248, 80, 50, 1) 0%, rgba(248, 80, 50, 1) 26%, rgba(254, 157, 142, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(248, 80, 50, 1)), color-stop(26%, rgba(248, 80, 50, 1)), color-stop(100%, rgba(254, 157, 142, 1)));
    background: -webkit-linear-gradient(45deg, rgba(248, 80, 50, 1) 0%, rgba(248, 80, 50, 1) 26%, rgba(254, 157, 142, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(248, 80, 50, 1) 0%, rgba(248, 80, 50, 1) 26%, rgba(254, 157, 142, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(248, 80, 50, 1) 0%, rgba(248, 80, 50, 1) 26%, rgba(254, 157, 142, 1) 100%);
    background: linear-gradient(45deg, rgba(248, 80, 50, 1) 0%, rgba(248, 80, 50, 1) 26%, rgba(254, 157, 142, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#fe9d8e', GradientType=1);
    min-height: 300px;
}
.top_banner_section > .row {
    margin: 0;
}
.banner_image {width: 100%; min-height: 655px; object-fit: cover;}

.logo_box {
    width: 170px;
    height: 170px
}

.com_name_pho {
    margin-left: 30px
}

.com_name_pho h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
    margin-top: 0;

    background: -webkit-linear-gradient(45deg, #000eff, #11ff00 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    /*animation: blink 1s linear infinite;*/
}

.ph_no {
    font-weight: 600;
    font-size: 25px;
    line-height: 18px;
}

.ph_no img {
    margin-right: 10px;
    vertical-align: top;
}

.welcomemessage {
    font-size: 23px;
    color: #9aff15;
    font-weight: 600;
}


.liveresult .liveresulthead {
    width: 100%;
    color: #fff;
    font-weight: 700;

    background: -webkit-linear-gradient(45deg, #00edff, #bf00ff 26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    /*animation: blink 1s linear infinite;*/

}


.liveresult .full-width{
    width: 100%;
    color: #F3C440;
    font-weight: 700;
}


.block_div {
    background: #b92d04;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    height: 100%;
    /* min-height: 115px; */
    align-items: center;
}

.block_div_val {
    font-size: 30px;
    font-weight: 700;
}

.block_div_val table { font-size: 20px;
    font-weight: 700;}

.block_div_title {
    font-size: 26px;
    font-weight: 400;
}

/* .right_val {
    width: 100%;
} */

/* .right_val .col-md-6 {
    min-width: 100%;
} */

.right_val .col-md-12:nth-child(1) {
    margin-bottom: 15px;
}

.block_div table {
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
}

.refresh_button input[type="button"] {
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    background: #b92d04;
    max-width: 130px;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px
}


.current_result {
    background: #f6f6f8;
    padding: 50px 0
}

.current_result table {
    width: 100%;
    box-shadow: 0 0 46px rgba(0, 0, 0, .1);
    border-radius: 5px;
    overflow: hidden;
    margin-top: 15px
}

.current_result table tr {
    border-bottom: 1px solid #ecedf4;
}

/*.current_result table tr:nth-child(12n+1) {
    background: #fed766 ;
}
.current_result table tr:nth-child(12n+2) {
    background: #fe4a49;
}
.current_result table tr:nth-child(12n+3) {
    background: #f6abb6;
}
.current_result table tr:nth-child(12n+4) {
    background: #fe8a71;
}
.current_result table tr:nth-child(12n+5) {
    background: #63ace5;
}
.current_result table tr:nth-child(12n+6) {
    background: #feb2a8;
}
.current_result table tr:nth-child(12n+7) {
    background: #65c3ba;
}
.current_result table tr:nth-child(12n+8) {
    background: #7bc043;
}
.current_result table tr:nth-child(12n+9) {
    background: #f37736;
}
.current_result table tr:nth-child(12n+10) {
    background: #dfa290;
}
.current_result table tr:nth-child(12n+11) {
    background: #8b9dc3;
}
.current_result table tr:nth-child(12n+12) {
    background: #ff77aa;
}*/






/* 
.current_result table tr:nth-child(odd) td {
   color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.current_result table tr:nth-child(even) td {    
    font-weight: 600;
    font-size: 18px;
}*/


.current_result table tr td {
    padding: 12px 0 12px 8px;
    font-size: 22px;
    font-weight: 500;
}














.result_block { padding: 30px;}



.result_block table {
    width: 100%;
    box-shadow: 0 0 46px rgba(0, 0, 0, .1);
    border-radius: 5px;
    overflow: hidden;
    border: none;
}

.result_block table tr {
    border-bottom: 1px solid #ecedf4;
}

/* .result_block table tr:first-child { background: #886688 !important; color:#fff } */


.result_block table tr:nth-child(12n+1) {
    background: #fed766 ;
}
.result_block table tr:nth-child(12n+2) {
    background: #fe4a49;
}
.result_block table tr:nth-child(12n+3) {
    background: #f6abb6;
}
.result_block table tr:nth-child(12n+4) {
    background: #fe8a71;
}
.result_block table tr:nth-child(12n+5) {
    background: #63ace5;
}
.result_block table tr:nth-child(12n+6) {
    background: #feb2a8;
}
.result_block table tr:nth-child(12n+7) {
    background: #65c3ba;
}
.result_block table tr:nth-child(12n+8) {
    background: #7bc043;
}
.result_block table tr:nth-child(12n+9) {
    background: #f37736;
}
.result_block table tr:nth-child(12n+10) {
    background: #dfa290;
}
.result_block table tr:nth-child(12n+11) {
    background: #8b9dc3;
}
.result_block table tr:nth-child(12n+12) {
    background: #ff77aa;
}


.result_block table tr:nth-child(odd) td {
    color: #ea1515!important;
    font-weight: 600;
    font-size: 18px;
}
.result_block table tr:nth-child(even) td {    
    font-weight: 600;
    font-size: 18px;
}



/* .result_block table tr:first-child td { color:#fff !important; text-align: center; }

.result_block table tr:nth-child(odd) {
    background: #faf9ff;
}

.result_block table tr:nth-child(odd) td {
    color: #b92d04
} */

.result_block table tr td {
    padding: 8px ;
    font-size: 16px;
    font-weight: 500;
}


.current_result h5 {
    font-size: 32px;
    font-weight: 900;
    color: #801e01;
}
.button_block { background: #000; padding: 50px 0;}

.button_item {
    background-image: url(../images/button_back.png);
    background-position: right top ;
    background-repeat: no-repeat;
    background-color:#2c2e3e ;
    display: block;
    min-height: 120px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
    color:#fff;
    margin-bottom: 15px;
    border-radius: 8px;
}

.button_item:hover { text-decoration: none; color:#fff; 
    background-image: url(../images/button_back.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(../images/button_back.png), rgba(248, 80, 50, 1);
    background-image: url(../images/button_back.png), -moz-linear-gradient(45deg, rgba(248, 80, 50, 1) 0%, rgba(248, 80, 50, 1) 26%, rgba(254, 157, 142, 1) 100%);
    background-image: url(../images/button_back.png), -webkit-gradient(left bottom, right top, color-stop(0%, rgba(248, 80, 50, 1)), color-stop(26%, rgba(248, 80, 50, 1)), color-stop(100%, rgba(254, 157, 142, 1)));
    background-image: url(../images/button_back.png), -webkit-linear-gradient(45deg, rgba(248, 80, 50, 1) 0%, rgba(248, 80, 50, 1) 26%, rgba(254, 157, 142, 1) 100%);
    background-image: url(../images/button_back.png), -o-linear-gradient(45deg, rgba(248, 80, 50, 1) 0%, rgba(248, 80, 50, 1) 26%, rgba(254, 157, 142, 1) 100%);
    background-image: url(../images/button_back.png), -ms-linear-gradient(45deg, rgba(248, 80, 50, 1) 0%, rgba(248, 80, 50, 1) 26%, rgba(254, 157, 142, 1) 100%);
    background-image: url(../images/button_back.png), linear-gradient(45deg, rgba(248, 80, 50, 1) 0%, rgba(248, 80, 50, 1) 26%, rgba(254, 157, 142, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#fe9d8e', GradientType=1);    
}

.sub_title  { width:100%; }
.button_item:hover .sub_title  { background: url(../images/button-right-arrow.png) right 0 no-repeat; padding-right: 44px; }

.disclimer { padding: 50px 0; background: #f6f6f8;}
.disclimer_block { background: #ffc1c5; border: 1px solid #ff5964; border-radius: 8px; padding: 15px; color:#000; font-size: 16px; font-weight: 600; text-align: center;  }

.footer { padding: 20px 0;}
.what_num { font-size: 16px; font-weight: 600;}
.what_num img { margin-right: 15px;}

.result_heading { font-weight: bold; text-align:center; font-size: 35px; width: 100%;}

.result_block table {width: 100%;}
.result_block table tr th { font-size: 20px; color:#fff; text-align: center; }
.result_block table tr td { font-size: 20px; padding: 12px;}


/* .blinking{
	animation:blinkingText 2.2s infinite;
}
@keyframes blinkingText{
	0%{		color: #fff;	}
	49%{	color: transparent;	}
	50%{	color: #fff;	}
	99%{	color:transparent;	}
	100%{	color: #fff;	}
}


.blinkingTwo{
	animation:blinkingTexttwo 2.2s infinite;
}
@keyframes blinkingTexttwo{
	0%{		color: #00f3ff;	}
	49%{	color: transparent;	}
	50%{	color: #00f3ff;	}
	99%{	color:transparent;	}
	100%{	color: #00f3ff;	}
} */

/*.head_one { color:#0280e4}
.head_two { color:#00dee1}
.head_three { color:#ff4200}*/
 