.spacer20px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 20px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

input,
select,
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

body {
    font-family: sans-serif;
    color: #98a5af;
    position: relative;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

html,
body {
    height: 100%;
}

p {
    color: #494949;
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 20px 0px;
}

a {
    color: #6098e6;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    outline: none !important;
}

*::-moz-placeholder {
    color: #98a5af;
    opacity: 1;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #98a5af;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #98a5af;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #98a5af;
    opacity: 1;
}

img {
    border: none;
}

a:hover {
    text-decoration: underline;
    color: #1a48a8;
}


/*  Header styles */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    display: block;
}

h1 {
    font-size: 32px !important;
    color: #333 !important;
    margin: 0px 0px 20px 0px !important;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #d6d7d9;
    font-family: 'OpenSansLight_0';
}

h2 {
    font-size: 36px;
    color: #acbecc;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}

h3 {
    font-size: 20px;
    margin: 0px 0px 20px 0px;
}

h4 {
    font-size: 18px;
    margin: 0px 0px 20px 0px;
}

h5 {
    font-size: 15px;
    margin: 0px 0px 20px 0px;
}

h6 {
    font-size: 14px;
    margin: 0px 0px 20px 0px;
}


/* Global Structure---------------------------------------- */

.clear::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clear {
    clear: both;
    overflow: hidden;
    min-height: 2px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer1px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 1px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer10px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 10px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer20px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 20px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer30px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 30px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.extra-wrap {
    overflow: hidden;
    display: block;
}

.alignright {
    text-align: right
}

.aligncenter {
    text-align: center
}

.alignmiddle * {
    vertical-align: middle
}

img {
    max-width: 100%;
}

.wrapper {
    margin: 0 auto;
    width: 990px;
}

.body_mainbg {
    background: #fff;
}


/********************** Header ************************/

.header {
    float: left;
    width: 100%;
    clear: both;
    background: #fff;
    padding: 8px 0px;
}

.header_logo {
    padding: 0px 0px;
    float: left;
}

.header_nav {
    padding: 55px 0px;
    float: right;
}

.header_nav ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    display: block;
}

.header_nav li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    line-height: 20px;
    list-style: none;
    display: inline-block;
}

.header_nav li a {
    margin: 0px 2px 0px 2px;
    padding: 7px 25px !important;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    list-style: none;
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    border: 1.5px outset #fff;
    background: -moz-linear-gradient(#3b3595, #070f4b);
    background: -webkit-linear-gradient(#3b3595, #070f4b);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3b3595), to(#070f4b));
    background: -o-linear-gradient(#3b3595, #070f4b);
    background: linear-gradient(#3b3595, #070f4b);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header_nav li a.active {
    background: #070f4b;
    color: #ffdd00;
    border-color: #ffdd00;
}

.header_nav li a:hover {
    background: #070f4b;
    color: #ffdd00;
    border-color: #ffdd00;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#imgLogo {
    width: 200px;
}


/********************** Header ************************/

.navi_top {
    background: #032658;
}

.navigation_left {
    float: right;
}

.navigation_left ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    display: block;
}

.navigation_left li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    line-height: 20px;
    list-style: none;
    display: inline-block;
    float: left;
}

.navigation_left li a {
    margin: 0px 3px 0px 3px;
    padding: 7px 12px 7px 12px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    line-height: 20px;
    list-style: none;
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1.5px outset #fff;
    background: -moz-linear-gradient(#3b3595, #070f4b);
    background: -webkit-linear-gradient(#3b3595, #070f4b);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3b3595), to(#070f4b));
    background: -o-linear-gradient(#3b3595, #070f4b);
    background: linear-gradient(#3b3595, #070f4b);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation_left li a.active {
    background: #070f4b;
    color: #ffdd00;
    border-color: #ffdd00;
}

.navigation_left li a:hover {
    background: #070f4b;
    color: #ffdd00;
    border-color: #ffdd00;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/********************** Forms ************************/

.inputbox {
    width: 100%;
    background: #fff;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 32px;
}


/********************** Buttons ************************/

.allbtn1 {
    padding: 25px 45px 25px 45px;
    margin: 0px 0px 0px 0px;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    clear: both;
    text-align: center;
    background: #00b050;
    font-family: 'OpenSansSemibold_0';
    text-transform: uppercase;
    display: inline-block;
    clear: both;
    text-decoration: none!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    text-align: center;
    border: 1px solid #019e48;
}

.allbtn1 a {
    color: #FFFFFF;
}

.allbtn1:hover {
    color: #fff;
    text-decoration: none;
    background: #00a4ef;
}

.live_draw .body_mainbg {
    background: #f9f9f9 !important;
}

.live_draw .header {
    position: relative;
    -webkit-box-shadow: 0 2px 4px -3px #000;
    -moz-box-shadow: 0 2px 4px -3px #000;
    box-shadow: 0 2px 4px -3px #000;
    z-index: 9999;
}

.live_draw .wrapper_innerleft {
    margin-top: 17px;
    width: 100%;
    float: left;
    clear: both;
}

.padding0 {
    padding: 0px !important;
}

.bordernone {
    border: none!important;
}

.live_drawcontent table .starter_list {
    margin-bottom: 10px;
    text-align: center;
}

.consolation_list {}

.live_drawcontent table {
    width: 80%;
}

.live_drawcontent table,
.live_drawcontent td {
    border: 1px solid #ddd;
    color: #333;
}

.live_drawcontent table {
    border-collapse: collapse;
}

.live_drawcontent table td,
.live_drawcontent table th {
    padding: 10px 5%;
}

.live_drawcontent table td:first-child {
    text-align: center;
    background: #f0f0f0;
    font-weight: 700;
}

.live_drawcontent table td div span {
    display: inline-block;
}

.live_drawcontent table td div .span_no {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px outset #ffdd00;
    font-family: monospace;
    background: -moz-linear-gradient(#3b3595, #070f4b);
    background: -webkit-linear-gradient(#3b3595, #070f4b);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3b3595), to(#070f4b));
    background: -o-linear-gradient(#3b3595, #070f4b);
    background: linear-gradient(#3b3595, #070f4b);
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 20px;
	margin: 5px 1px;
    -moz-box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3);
}

.live_drawcontent table .number_list li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 34px;
}

.live_drawcontent table td div .span_spell {
    margin-right: 5px;
    font-family: 'arialbd_3';
}

.live_drawcontent table td div .span_coma {}

.btn_close {
    background: #6a6a6a;
    padding: 5px 10px;
    color: #fff;
    font-size: 18px;
}

.btn_close:hover {
    text-decoration: none;
    background: #c60405;
    color: #fff;
}

.margin_20px {
    margin: 20px 0px;
}

.banner {
    position: relative;
    background: url(../images/banner_bg.jpg) no-repeat center center;
    min-height: 260px;
    background-size: cover;
    text-align: center;
}

.banner img{
	width:200px;
	text-align:center;
    text-shadow: 2px 2px 5px #000;
}

.banner h1{
	border: 0px;
	font-weight: bold;
	text-align:center;
	color: #070f4b !important;
	text-transform:uppercase;
	font-family: sans-serif;
	letter-spacing:1px;
    text-shadow: 2px 2px 5px #fff;
}

.resultfor_today {
    position: absolute;
    right: 50px;
    top: 90px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px dotted #fff;
    padding: 15px;
    background: rgba(0, 33, 77, 0.8);
}

.resultfor_today p {
    color: #fff;
    margin-bottom: 8px;
    font-size: 13px;
    text-align: center;
}

.rounded_number {
    line-height: 50px;
    font-size: 38px;
    text-align: center;
    margin-right: 5px;
    font-family: 'arialbd_3';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    color: #fff;
    /* Permalink - use to edit and share this gradient: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0186f5+0,0564d3+100 */
    background: #0186f5;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #0186f5 0%, #0564d3 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #0186f5 0%, #0564d3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #0186f5 0%, #0564d3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0186f5', endColorstr='#0564d3', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}


/************** css for pool1_viewresult Starts **************/

.pool1_viewresult .live_drawcontent table td,
.pool1_viewresult .live_drawcontent table th,
.pool1 .live_drawcontent table {}

.pool1_viewresult h3 {
    color: #fff;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    font-size: 18px;
}

.pool1_viewresult .result_date {
    float: right;
}

.pool1_viewresult .live_drawcontent table .title {
    clear: both;
}

.pool1_viewresult .live_drawcontent table {
    width: 100%;
}

.pool1_viewresult .live_drawcontent table td:first-child {
    font-weight: normal;
    font-size: 16px;
}


/************** css for pool1_viewresult Ends **************/


/************** css for pool1 Starts **************/

.pool1 {}

.text-right {
    text-align: right;
}


/************** css for pool1 Ends **************/


/************** css for draw_time Starts **************/

.draw_timetop {
    background: #454545;
    text-align: center;
    padding: 10px;
}

.draw_time h3 {
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.draw_time {
    margin-bottom: 20px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.draw_timebtm {
    padding: 10px 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d5d5d5+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #d5d5d5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d5d5', GradientType=0);
    /* IE6-9 */
    overflow: hidden;
    text-align: center;
}


/************** css for draw_time Ends **************/


/************** css for digital Clock Starts **************/

.clock {
    margin: 0 auto;
    padding: 30px;
    color: #fff;
    padding: 10px 0px 10px;
}

.clock #hours,
.clock #min,
.clock #sec {
    padding: 40px 30px 20px !important;
    font-family: 'arialbd_3';
    background: #898989;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
}

#Date {
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    font-size: 36px;
    text-align: center;
}

.clock ul {
    margin: 0 auto;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.clock ul li {
    display: inline-block;
    font-size: 75px;
    text-align: center;
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
}

.clock ul li span {
    font-size: 14px;
}

#point {
    font-size: 115px;
    position: relative;
    -moz-animation: mymove 1s ease infinite;
    -webkit-animation: mymove 1s ease infinite;
    padding-left: 10px;
    padding-right: 10px;
    color: #898989;
}


/************** css for digital Clock Ends **************/


/************** css for about_us Starts **************/

.about_inner {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.about_content {
    padding: 15px;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.about_content p{
    font-weight:bold;
	margin:5px 0px;
}

.about_inner .title {
    padding: 10px 15px;
    background: -moz-linear-gradient(#3b3595, #070f4b);
    background: -webkit-linear-gradient(#3b3595, #070f4b);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3b3595), to(#070f4b));
    background: -o-linear-gradient(#3b3595, #070f4b);
    background: linear-gradient(#3b3595, #070f4b);
	text-transform: uppercase;
}

.about_inner .title h3 {
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.about_us .wrapper_innerlftmid {
    min-height: 900px;
}

.aboutus_page .wrapper_innerlftmid {
    min-height: 700px;
}

.about_inner .title {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


/************** css for about_us  Ends **************/

.text-center {
    text-align: center;
}

.wrapper_innerlftmid {
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.wrapper_innerrightbox {
    margin-bottom: 0px;
}

.wrapper_innerleft {
    width: 75%;
    float: left;
    padding: 10px 0px 5px 0px;
    margin-bottom: 5px;
}

.wrapper_innerright {
    width: 24%;
    float: right;
    padding: 10px 0px 5px 0px;
}

.clear {
    clear: both;
}

.prize_box table {
    border-spacing: 0px;
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.prize_box table th {
    color: #fff;
    font-weight: normal;
}

.prize_box tr:first-child {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #070f4b;
    background: -moz-linear-gradient(#3b3595, #070f4b);
    background: -webkit-linear-gradient(#3b3595, #070f4b);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3b3595), to(#070f4b));
    background: -o-linear-gradient(#3b3595, #070f4b);
    background: linear-gradient(#3b3595, #070f4b);
}

.prize_box table th:first-child {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}

.prize_box table th:last-child {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

.prize_box table td,
.prize_box table th {
    padding: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.prize_box table td,
.prize_box {
    margin-bottom: 10px;
}

.prize_box table td:first-child {
    text-align: center;
    border-right: 1px solid #d3d3d3;
}

.wrapper_innerlftmid {
    background: #fff;
}

.wrapper_inner {
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
}

.number_list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center
}

.number_list li {
    display: inline-block;
}

.number_list li {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px outset #ffdd00;
    font-family: monospace;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    -moz-box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3);
    background: #070f4b;
    background: -moz-linear-gradient(#3b3595, #070f4b);
    background: -webkit-linear-gradient(#3b3595, #070f4b);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3b3595), to(#070f4b));
    background: -o-linear-gradient(#3b3595, #070f4b);
    background: linear-gradient(#3b3595, #070f4b);
}

.prize_position {
    color: #4b494a;
    font-family: 'arialbd_3';
    font-family: 'arialbd_3';
    font-size: 20px;
}

.btn_viewresult {
    fon-weight: 400px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    background: #8d1ed2;
    background:-moz-linear-gradient(#8d1ed2 0%, #0e1bb2 100%);
    background:-webkit-linear-gradient(#8d1ed2 0%, #0e1bb2 100%);
    background:-webkit-gradient(linear, 0 100%, 0 0, from(#8d1ed2), to(#0e1bb2));
    background:-o-linear-gradient(#8d1ed2 0%, #0e1bb2 100%);
    background:linear-gradient(#8d1ed2 0%, #0e1bb2 100%);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	text-align:center;
}

.btn_viewresult:hover {
    text-decoration: none;
    background: #c60405;
    color: #fff;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: #000;
    float: left;
    padding: 5px 15px;
	margin: 0px 2px;
    text-decoration: none;
    transition: background-color .3s;
    border: 3px outset #DCDCDC;
	border-radius:10px;
}

.pagination a.active {
    background-color: #070f4b;
    color: white;
    border: 3px outset #ffdd00;
}

.pagination a:hover:not(.active) {
    background-color: #070f4b;
    border: 3px outset #ffdd00;
    color: #fff;
}

.pagination_box {
    text-align: center;
    padding: 10px 0px;
}

footer {
    text-align: center;
    padding: 10px 0px;
    background: #032658;
}

footer p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
}


/************** css for media query Starts **************/

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .banner {
        min-height: 205px;
        background-size: 100%;
    }
    .resultfor_today {
        right: 36px;
        top: 71px;
        padding: 10px;
    }
    .rounded_number {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 33px;
    }
    .wrapper {
        width: 750px;
        margin: 0px auto;
        padding: 0px 8px;
    }
    .navigation_left li a {
        font-size: 12px;
        padding: 5px 6px;
    }
    .btn_viewresult {
        white-space: nowrap;
    }
    .clock #hours,
    .clock #min,
    .clock #sec {
        padding: 40px 10px 20px !important;
    }
    .clock ul li {
        font-size: 50px;
    }
    .header_logo {
        width: 30%;
        padding: 5px 0 0 0;
    }
    .header_nav {
        padding: 10px 0 0;
    }
    .header_nav li a {
        font-size: 13px;
    }
    .aboutus_page .wrapper_innerlftmid {
        min-height: 500px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .banner {
        min-height: 167px;
        background-size: 100%;
    }
    .resultfor_today {
        right: 4px;
        top: 56px;
        padding: 8px;
    }
    .rounded_number {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 33px;
    }
    .wrapper {
        width: 96%;
        margin: 0px 2%;
    }
    .navigation_left li a {
        font-size: 12px;
        padding: 5px 6px;
    }
    .btn_viewresult {
        white-space: nowrap;
    }
    .clock #hours,
    .clock #min,
    .clock #sec {
        padding: 40px 10px 20px !important;
    }
    .clock ul li {
        font-size: 50px;
    }
    .header_logo {
        width: 50%;
        padding: 5px 0 0 0;
    }
    .header_nav {
        padding: 10px 0 0;
    }
    .header_nav li a {
        font-size: 13px;
    }
    .wrapper_innerright {
        width: 100%;
    }
    .wrapper_innerleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .wrapper_innerrightbox img {
        width: 100%;
    }
    .number_list li {
        font-size: 20px;
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
    .navigation_search {
        width: 100%;
        clear: both;
    }
    .navigation_left {
        width: 100%;
        clear: both;
        margin-bottom: 10px;
    }
    .navigation_left li {
        margin-bottom: 5px;
    }
    .header_nav {
        width: 100%;
    }
    .aboutus_page .wrapper_innerlftmid {
        min-height: inherit;
    }
    .live_drawcontent.mobtdfull td {
        float: left;
        width: 90% !important;
    }
    .live_drawcontent.mobtdfull table {
        width: 100%!important;
    }
    .number_list {
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    .banner {
        min-height: 125px;
        background-size: 100%;
    }
    .resultfor_today {
        right: 4px;
        top: 37px;
        padding: 5px;
    }
    .resultfor_today p {
        font-size: 12px;
    }
    .resultfor_today div {
        text-align: center;
    }
    .rounded_number {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 22px;
    }
    .wrapper {
        width: 96%;
        margin: 0px 2%;
    }
    .navigation_left li a {
        font-size: 12px;
        padding: 5px 6px;
    }
    .btn_viewresult {
        white-space: nowrap;
    }
    .clock #hours,
    .clock #min,
    .clock #sec {
        padding: 20px 10px 20px !important;
        font-size: 15px;
    }
    .clock ul li span {
        font-size: 11px;
    }
    #point {
        font-size: 55px;
    }
    #point {
        padding-left: 0px;
        padding-right: 0px;
    }
    .clock ul li {
        font-size: 50px;
    }
    .header_logo {
        width: 70%;
        padding: 5px 0 0 0;
    }
    .header_nav {
        padding: 10px 0 0;
    }
    .header_nav li a {
        font-size: 13px;
    }
    .wrapper_innerright {
        width: 100%;
    }
    .wrapper_innerleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .wrapper_innerrightbox img {
        width: 100%;
    }
    .number_list li {
        font-size: 20px;
        height: 30px;
        line-height: 30px;
        width: 30px;
        margin-bottom: 10px;
    }
    .pagination a {
        padding: 5px 10px;
    }
    .navigation_search {
        width: 100%;
        clear: both;
    }
    .navigation_left {
        width: 100%;
        clear: both;
        margin-bottom: 10px;
    }
    .navigation_left li {
        margin-bottom: 5px;
    }
    .btn_viewresult {
        font-size: 10px;
    }
    .header_nav {
        width: 100%;
    }
    .aboutus_page .wrapper_innerlftmid {
        min-height: inherit;
    }
    .live_drawcontent.mobtdfull td {
        float: left;
        width: 90% !important;
    }
    .live_drawcontent.mobtdfull table {
        width: 100%!important;
    }
    .number_list {
        text-align: center;
    }
}


/*--------------------Content Section-------------------------*/

.link1 {
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
}

.link1 a {
    color: #ffffff;
    text-decoration: none;
}

.link1 a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.content1 {
    color: #378ec4;
    font-size: 50px;
    line-height: 125px;
}

.back-to-top {
    position: fixed;
    bottom: 10px;
    margin-left: -150px;
    right: 0px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    padding: 1em;
    display: none;
    outline: none !important;
    z-index: 999;
}

.back-to-top img {
    width: 41px;
    height: 41px;
}

.back-to-top:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}