@charset "utf-8";
/* CSS Document */
/*******GOOGLE_FONT************/

}

@font-face {
    font-family: 'Segoe UI';
    font-display: swap;
    src: url('../fonts/segoeuib.eot');
    src: url('../fonts/segoeuib.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoeuib.woff2') format('woff2'),
         url('../fonts/segoeuib.woff') format('woff'),
         url('../fonts/segoeuib.ttf')  format('truetype'),
         url('../fonts/segoeuib.svg#Segoe UI') format('svg');
}

@font-face {
    font-family: 'Segoe UI Light';
    font-display: swap;
    src: url('../fonts/segoeuil.eot');
    src: url('../fonts/segoeuil.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoeuil.woff2') format('woff2'),
         url('../fonts/segoeuil.woff') format('woff'),
         url('../fonts/segoeuil.ttf')  format('truetype'),
         url('../fonts/segoeuil.svg#Segoe UI Light') format('svg');
}

@font-face {
    font-family: 'Segoe UI Semibold';
    font-display: swap;
    src: url('../fonts/seguisb.eot');
    src: url('../fonts/seguisb.eot?#iefix') format('embedded-opentype'),
         url('../fonts/seguisb.woff2') format('woff2'),
         url('../fonts/seguisb.woff') format('woff'),
         url('../fonts/seguisb.ttf')  format('truetype'),
         url('../fonts/seguisb.svg#Segoe UI Semibold') format('svg');
}











html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    scroll-behavior: smooth;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color: #000;
  	 font-family: 'Segoe UI Light' !important;
	font-size: 14px;
}
html * {
	outline:none;
}
ol, ul, li {
	list-style: none;
	margin:0px;
	padding:0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
a:hover, a:focus{
	text-decoration:none !important;
	outline:none !important;	
}
outline {
	border:0;
}
.lft {
	float:left;
}
.rgt {
	float:right;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
a, input, textarea {
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
}
img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;	
}
/***********HOME-PAGE-CSS-start************/

.logo_main {
    width: 30%;
    padding: 5px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logo_main img {
    width: 68px;
    height: 26px;
}
.matka_head {
    background: #171D22;
    text-align: center;
    padding: 2px 0;
}
.banner_main img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}
.banner_area {
    position: relative;
}
.banner_text {
    position: absolute;
    top: 10%;
    left: 20px;
}
.banner_text h1 {
    color: #fff;
    font-size: 25px;
    font-family: 'Segoe UI Semibold';
    margin: 0 0 5px;
}
.banner_text h3 {
    margin: 9px 0 16px;
    color: #fff;
    font-family: 'Segoe UI Light';
    font-size: 17px;
}
.banner_text h1 span {
    display: block;
}
.main_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wallet_area p {
    margin: 0;
}
.wallet_area p span {
    color: #fff;
    position: relative;
    top: 4px;
    margin: 0 0 0 7px;
    font-family: 'Segoe UI Semibold';
}
.banner_text a {
    background: #BC1010;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 22px;
    font-size: 13px;
    display: inline-block;
    border-radius: 50px;
    font-family: 'Segoe UI';
}
.banner_text a:hover {
    color: #fff;
}
.online_matkaplay {
    background: #201E1E;
    padding: 25px 0;
}
.online_matkaplay_inn h2 {
    margin: 0;
    color: #fff;
    font-family: 'Segoe UI Semibold';
    font-size: 25px;
}
.online_matkaplay_inn p {
    color: #fff;
}
.online_matkaplay_inn h3 {
    font-size: 14px;
    color: #fff;
    font-family: 'Segoe UI';
    margin: 17px 0 16px;
}

.online_matkaplay_inn a {
    color: #fff;
    font-size: 36px;
    font-family: 'Segoe UI Semibold';
}
.online_matkaplay_inn {
    text-align: center;
}
.online_matkaplay_outer {
    border: 7px solid #E70020;
    padding: 15px;
}
.online_matkaplay_inn a:hover {
    color: #e70020;
}
.matka_play_beardarea {
    padding: 20px 0;
}
.matka_play_beard_main {
    background: #141313;
    border-radius: 15px;
    padding: 7px;
}
.matka_play_beard_inn h2 {
    margin: 0;
}
.matka_play_beard_inn {
    background: #c5b35c;
    border-radius: 15px 70px 15px 15px;
    padding: 15px;
    text-align: center;
}
.matka_play_beard_inn h2 {
    margin: 0;
    font-size: 22px;
    font-family: 'Segoe UI Semibold';
    color: #000;
}
.matka_play_beard_inn p {
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 0 220px;
}
.matka_play_beard_inn ul li p {
    text-align: center;
    color: #fff;
    font-family: 'Segoe UI Semibold';
    border-bottom: 2px dashed #D1D1D1;
    padding: 5px 0 9px;
    margin: 0;
    font-size: 15px;
}
.why_choos {
    padding: 15px;
}
.why_choos h3 {
    color: #000;
    font-size: 17px;
    margin: 0 0 13px;
    font-family: 'Segoe UI Semibold';
}
.why_choos p {
    margin: 0;
    font-size: 15px;
    color: #fff;
}

.onlnmtkgme {
    padding: 15px;
}
.onlnmtkgme h3,
.onlnmtkgme h2 {
    color: #000;
    font-size: 19px;
    margin: 0 0 13px;
}
.onlnmtkgme p {
    margin: 0;
    font-size: 15px;
    color: #fff;
}

.overv_onlin_mtgm {
    padding: 15px;
    background: #c5b35c;
}
.overv_onlin_mtgm h3,
.overv_onlin_mtgm h2 {
    color: #000;
    font-size: 19px;
    margin: 0 0 13px;
    color: #fff;
}
.overv_onlin_mtgm p {
    margin: 0;
    font-size: 15px;
    color: #fff;
}

.onlngm_utus {
    padding: 15px;
}
.onlngm_utus h3 {
    color: #000;
    font-size: 19px;
    margin: 0 0 13px;
}
.onlngm_utus p {
    margin: 0;
    font-size: 15px;
    color: #fff;
}

.bullofthe_day {
	background: #dbbd6b;
	padding: 15px;
	position: relative;
}
.bullofthe_day h2,
.bullofthe_day h5 {
    margin: 0 0 70px;
    color: #000;
    text-align: right;
    font-size: 23px;
    font-family: 'Segoe UI Semibold';
    position: relative;
    right: 48px;
    top: 6px;
    z-index: 999;
}
.inn_win p {
    font-size: 30px;
    color: #fff;
    margin: 0;
}
.inn_win {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 28px 0 0;
    background: #171d22;
    padding: 5px 29px 8px 21px;
    border-radius: 4px 49px 4px 4px;
    font-family: 'Segoe UI Semibold';
}
.why_choos_inn,
.onlnmtkgme_inn,
.onlngm_utus_inn {
    background: #c5b35c;
    padding: 15px;
    border-radius: 7px 29px 7px 8px;
    border: 11px solid #000;
}
.onlnmtkgme_inn span {
    display: block;
    width: 76px;
    height: 1px;
    background: #000;
    margin: 0 0 13px;
}
.onlngm_utus_inn span {
    display: block;
    width: 76px;
    height: 1px;
    background: #000;
    margin: 0 0 13px;
}
.why_choos_inn span{
       display: block;
    width: 76px;
    height: 1px;
    background: #000;
    margin: 0 0 13px; 
}
.inn_win h4 {
    color: #fff;
    font-size: 21px;
    background: #dbbd6b;
    margin: 0;
    padding: 14px 19px;
    border-radius: 10px 50px 50px 10px;
    display: flex;
    align-items: center;
}
.matka_play_beard_inn ul li:nth-child(3) p {
    border: 0;
    padding: 9px 0 0;
}
.matka_play_ratearea {
    padding: 20px 0;
    background: url(../images/rt.webp);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
}
.matka_play_rate_main {
    color: #fff;
    text-align: center;
}
.matka_play_rate_main h2 {
    font-size: 22px;
    font-family: 'Segoe UI Semibold';
    margin: 0;
}
.matka_play_rate_main ul {
    margin: 21px 0 0;
}
.matka_play_rate_main ul li p {
    font-size: 16px;
    font-family: 'Segoe UI Semibold';
    padding: 0 0;
}
.matka_play_rate_main ul li p img {
    width: 17px;
    margin: 0 5px 0 0;
}
.matka_resultarea_main h2 {
    margin: 0;
    font-size: 22px;
    font-family: 'Segoe UI Semibold';
    color: #000;
    text-align: center;
}
.matka_resultarea_main span {
    text-align: center;
    margin: 0 auto 16px;
    display: block;
}
.matka_sing_result_outr {
    background: #141313;
    padding: 3px;
    border-radius: 12px;
    margin: 0 4px 8px;
    width: 24%;
}
.matka_sing_result_innr {
    background: #dbbd6b;
    border-radius: 12px 25px 12px 12px;
    padding: 5px 15px;
}
.matka_bazar h3 {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-family: 'Segoe UI Semibold';
}
.matka_result ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Segoe UI';
    font-size: 17px;
    color: #fff;
    margin: 0;
}
.matka_sing_result_innrall {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.matka_result {
    width: 40%;
}
.strt_endtime {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.strt_endtime p {
    padding: 0 13px;
}
.strt_endtime p {
    margin: 0;
    color: #000;
}
.strt_endtime {
    padding: 5px 0 0;
}
.row.matka_resultarea {
    padding: 20px 0;
}
.row.matka_game_timetable_area {
    background: #171D22;
    padding: 20px 0;
}
.matka_game_timetablemain p {
    text-align: center;
}
.matka_game_timetablemain h2 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-family: 'Segoe UI Semibold';
    margin: 0;
}
.matka_game_timetablemain span {
    text-align: center;
    display: block;
    margin: 0 0 27px;
}
.matka_game_timetablemain table {
    width: 37%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
}
.matka_game_timetablemain table thead tr {
    background: #dbbd6b;
}
.matka_game_timetablemain table thead tr th {
    padding: 11px 12px;
    color: #fff;
    font-family: 'Segoe UI Semibold';
    font-size: 15px;
    border-right: 1px solid #d0b05a;
}
.matka_game_timetablemain table tbody tr td {
    padding: 11px 12px;
    color: #000;
    border-right: 1px solid #eee;
    font-size: 13px;
}
.matka_game_timetablemain table tbody tr:nth-child(2n+2) {
    background: #FFF4F5;
}
.matka_game_timetablemain table thead tr th:nth-child(3) {
    border: 0;
}
.matka_game_timetablemain table tbody tr td:nth-child(3) {
    border: 0;
}
.row.online_matkaplay_sect {
    background: #C5B35C;
    padding: 20px 0;
}
.online_matkaplay_sect_main h2, .online_matkaplay_sect_main h1 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-family: 'Segoe UI Semibold';
    margin: 0;
}
.online_matkaplay_sect_main span {
    text-align: center;
    display: block;
    margin: 0 0 12px;
}
.online_matkaplay_sect_main p {
    color: #fff;
    font-size: 15px;
}
.online_matkaplay_sect_main a {
    text-align: center;
    display: block;
    margin: 19px 0 0;
}
.online_matkaplay_sect_main {
    border: 5px solid #fff;
    padding: 15px 220px;
    text-align: center;
}
.row.footer_area_main {
    background: #171D22;
    padding: 25px 0 15px;
}
.foot_social ul {
    display: flex;
    justify-content: center;
    width: ;
    align-items: center;
}
.foot_social ul li {
    padding: 0 7px;
}
.foot_menu ul {
    text-align: center;
    display: flex;
    margin: 26px 0 0;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.foot_menu ul li {
    width: 44%;
    margin: 0 0 10px;
}
.foot_menu ul li a {
    color: #c5b35c;
    font-size: 12px;
    padding: 7px 12px;
    display: block;
    border: 1px solid #c5b35c;
    border-radius: 2px;
}
.foot_button_text {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin: 3px 0 0;
}
.copy_right p {
    margin: 0;
    text-align: center;
    color: #fff;
    padding: 0 0 15px;
    font-size: 12px;
}
.foot_button_text p {
    font-size: 10px;
}

.bottom_menu_inn ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.bottom_menu_area {
    background: #fff;
    /* padding: 8px 0; */
    /* padding: 15px 0; */
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 0 8px -5px #000;
    display: none;
}
.bottom_menu_inn ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #000;
    font-size: 11px;
}
.bottom_menu_inn ul li a span {
    margin: 3px 0 0;
    text-align: center;
}
.bottom_menu_inn ul {
    margin: 0;
}
.bottom_menu_inn ul li a i {
    font-size: 18px;
    color: #484848;
    transition: 0.4s;
}
.bottom_menu_inn ul li.active a, .bottom_menu_inn ul li.active i {
    color: #ae9416;
}
.bottom_menu_inn ul li:hover a, .bottom_menu_inn ul li:hover i
 {
    color: #ae9416;
}



/* Tab Css */

.chart_area_main {
    padding: 20px 0 0;
}


/* Style the tab */
.chart_inn .tab {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    background-color: #171d22;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px 15px 0 0;
}

/* Style the buttons inside the tab */
.chart_inn .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 14px;
    width: 50%;
    color: #fff;
    font-family: 'Segoe UI Semibold';
    text-transform: uppercase;
}

/* Change background color of buttons on hover */
.chart_inn .tab button:hover {
    background-color: #DBBD6B;
}

/* Create an active/current tablink class */
.chart_inn .tab button.active {
    background-color: #DBBD6B;
    color: #fff;
}

/* Style the tab content */
.chart_inn .tabcontent {
    display: none;
    padding: 6px 12px;
    /* border: 1px solid #ccc; */
    border-top: none;
    background: #f7f7f7;
}
.chart_sing a {
    display: flex;
    justify-content: center;
    background: #DBBD6B;
    color: #000;
    margin: 6px 7px;
    padding: 12px 0;
    border-radius: 20px 20px 20px 0;
    width: 23%;
    height: 50px;
    align-items: center;
    font-family: 'Segoe UI Semibold';
    position: relative;
    font-size: 15px;
    overflow: hidden;
}
.chart_sing a::after {
    position: absolute;
    content: '';
    background: url(../images/dice2.png);
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    /*z-index: 9;*/
    background-repeat: no-repeat;
    background-size: 76%;
    opacity: 0.2;
}
.chart_sing a:hover {
    background: #C8A953;
    color: #fff;
}


/* Tab Css End */


.usernm {
    background: #fff;
    box-shadow: 0 0 8px -5px #888;
    height: 50px;
    border-radius: 8px;
    padding: 0 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.usernm i {
    color: #dbbd6b;
    margin: 0 10px 0 0;
}
.usernm input {
    width: 100%;
    height: 100%;
    border: 0;
}

.passwd {
    background: #fff;
    box-shadow: 0 0 8px -5px #888;
    height: 50px;
    border-radius: 8px;
    padding: 0 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.passwd i {
    color: #dbbd6b;
    margin: 0 10px 0 0;
}
.passwd input {
    width: 100%;
    height: 100%;
    border: 0;
}
.login_inn form input[type="submit"] {
    width: 100%;
    height: 48px;
    text-transform: uppercase;
    border: 0;
    background: #C5B35C;
    color: #fff;
    font-family: 'Segoe UI Semibold';
    border-radius: 6px;
}
.row.login_area_main {
    padding: 30px 0 15px;
    background: #fff;
}
.login_logo img {
    width: 50%;
    background: #171d22;
    padding: 10px;
    border-radius: 15px;
}
.login_logo {
    text-align: center;
    margin: 0 0 35px;
}
.login_inn a {
    text-align: right;
    display: inline-block;
    padding: 11px 0 0;
    color: #000;
    justify-content: flex-end;
}
.register {
    text-align: center;
    margin: 22px 0 0;
}
.register p {
    margin: 0;
    color: #000;
}
.register p a {
    color: #dbbd6b;
    padding: 0 0 0 6px;
    font-family: 'Segoe UI Semibold';
}
.ban_btm {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    z-index: 99;
}
.ban_btm p {
    color: #fff;
    margin: 0;
    padding: 5px 0;
    font-family: 'Segoe UI Semibold';
}
.ban_btm p a {
    color: #c5b35c;
    font-size: 17px;
}
.chart_sing {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.mid_ply {
   position: relative;
}
.mid_ply a {
    background: #ae9416;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    position: absolute;
    /*bottom: -14px;*/
    bottom: -9px;
    left: -30px;
    right: 0;
    text-align: center;
    color: #fff !important;
}
.mid_ply a i {
    color: #fff !important;
}

.allgame_type_inn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.allgame_type_inn a {
    display: flex;
    justify-content: center;
    background: #F7DE98;
    color: #000;
    margin: 6px 7px;
    padding: 12px 0;
    border-radius: 20px 20px 20px 0;
    width: 23%;
    height: 84px;
    align-items: center;
    font-family: 'Segoe UI Semibold';
    position: relative;
    font-size: 15px;
    flex-direction: column;
    overflow: hidden;
}
.allgame_type_inn a::after {
    position: absolute;
    content: '';
    background: url(../images/card.webp);
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    /*z-index: 9;*/
    background-repeat: no-repeat;
    background-size: 76%;
    opacity: 0.2;
}
.singgame_type i {
    font-size: 20px;
}
.singgame_type {
    text-align: center;
}
.allgame_type_inn a:hover {
    color: #fff;
    background: #dbbd6b;
}
.row.game_type_area {
    padding: 20px 0 15px;
}
.singgame_type h3 {
    margin: 11px 0 0;
    font-size: 16px;
}
.single_chart_area_inn table {
    width: 100%;
}
.single_chart_area_inn table {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 11px -5px #888;
    border-radius: 10px;
    overflow: hidden;
}
.single_chart_area_inn table tr th {
    background: #c5b35c;
    padding: 10px 7px;
    color: #fff;
    font-family: 'Segoe UI Semibold';
}
.single_chart_area_inn table tr td {
    padding: 10px 7px;
    color: #000;
    border: 1px solid #eee;
}
.row.single_chart_area {
    margin: 20px 0 15px;
}
.singgame_type h3 span {
    display: block;
    font-size: 13px;
    border: 1px solid #000;
    padding: 4px 9px;
    margin: 11px 0 0;
    border-radius: 3px;
}


.desktop_view {
    width: 420px;
    margin: 0 auto;
}

.allgame_type_inn a::before {
 content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: all 650ms;
}

.allgame_type_inn a:hover:before{
    left: 100%;
}

.chart_sing a::before {
 content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: all 650ms;
}

.chart_sing a:hover:before{
    left: 100%;
}

/*=============== Custom Select Option Css Start =====================*/

.select-style {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("../images/icon-select.png") no-repeat 97% 50%;
}

.select-style select {
  padding: 10px 8px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}


/*=============== Custom Select Option Css End =====================*/

.single_game_page {
    padding: 20px 0 15px;
}
.single_game_page_inn_all {
    background: #171d22;
    border-radius: 15px;
    padding: 7px;
}
.single_game_page_inn {
    background: #dbbd6b;
    border-radius: 15px 70px 15px 15px;
    padding: 15px;
    text-align: center;
}
.single_game_page_inn h3 {
    margin: 0;
    font-size: 18px;
    font-family: 'Segoe UI Semibold';
    color: #000;
}
.sing_game_frm {
    padding: 20px 0 0;
}
.sing_game_frm_slt .select-style:nth-child(1) {
    margin: 0 0 12px;
}
.single_game_box {
    display: flex;
    align-items: center;
    width: 16%;
    margin: 0 4px 8px;
    background: #171d22;
    border-radius: 0 31px;
    justify-content: center;
    padding: 15px;
}
.sing_game_frm_slt {
    margin: 0 0 20px;
}
.single_box-inn span {
    display: flex;
    background: #dbbd6b;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid #c5b35c;
    font-family: 'Segoe UI Semibold';
    border-radius: 0 15px;
    margin: 0;
}

.single_box-inn input {
    display: flex;
    height: 40px;
    width: 100%;
    color: #fff;
    border: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0 19px;
    padding: 0 15px;
    margin: 0 0 0 5px;
}

.single_game_main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.total_point {
    text-align: right;
    font-size: 18px;
    color: #000;
    font-family: 'Segoe UI Semibold';
    text-transform: capitalize;
    margin: 0;
}
.total_point p span {
    color: #e70020;
}
.submit_btn input {
    width: 15%;
    height: 51px;
    background: #171d22;
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-size: 19px;
}
.submit_btn {
    margin: 28px 0 14px;
}
.single_patti p {
    text-align: left;
    background: #9b8100;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI Semibold';
    color: #fff;
    border-radius: 4px 15px 4px 4px;
}
.single_patti {
    margin: 0 0 16px;
}
.trppti_game_box {
    width: 100%;
}
.trppti_game_box .single_box-inn:nth-child(2) {
    width: 100%;
}
.trppti_game_box .single_box-inn:nth-child(1) span {
    width: 60px;
}
.number-area {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #c9c8c8;
    height: 244px;
    width: 100%;
}
.number-area ul {
    margin: 0;
    padding: 5px 0;
    overflow-y: auto;
    height: 241px;
}
.number-area ul li {
    padding: 6px 24px;
    border-bottom: 1px solid #dedada;
    text-align: left;
    font-family: 'Segoe UI Semibold';
}
.number-area ul li:hover {
    cursor: pointer;
    background: rgba(1,67,154,0.9);
}
.jodi_game_down {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 22px 0 19px;
}
.single_box-inn2 input {
    height: 40px;
    border-radius: 50px;
    border: 0;
    background: #201e1e;
    padding: 0 0 0 48px;
    color: #fff;
    width: 100%;
}
.single_box-inn2 {
    position: relative;
}
.single_box-inn2 span {
    background: #c5b35c;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    position: absolute;
    left: 5px;
    z-index: 99;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI Semibold';
    color: #000;

}
.single_box-inn3 span {
    background: #c5b35c;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    position: absolute;
    right: 5px;
    z-index: 99;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI Semibold';
    color: #000;

}
.single_game_box2 {
    position: relative;
    width: 48%;
}
.profile_page h2 {
    margin: 0;
    font-size: 23px;
    border-bottom: 1px solid #d4cb9e;
    padding: 0 0 12px;
    margin: 0 0 21px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Segoe UI Semibold';
}

.profile_inn p {
    margin: 0 0 14px;
    font-size: 13px;
    background: #fff;
    padding: 12px 10px;
    border-radius: 4px;
}
.prof_btn a {
    display: block;
    width: 100%;
    text-align: center;
    background: #dbbd6b;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 0;
    margin: 0 0 8px;
    font-family: 'Segoe UI Semibold';
    border-radius: 4px;
}
.prof_btn_logout a {
    display: block;
    width: 100%;
    text-align: center;
    background: #ae1616;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 0;
    margin: 0 0 8px;
    font-family: 'Segoe UI Semibold';
    border-radius: 4px;
}
.prof_btn a:nth-child(2) {
    background: #201e1e;
}
.chart_inn2 .tab button {
    font-size: 12px;
}

.single_history h3 {
    font-size: 17px;
    display: flex;
    justify-content: space-between;
    font-family: 'Segoe UI Semibold';
    margin: 0 0 23px;
    color: #dab815;
}
.single_history h3 span {
    font-size: 17px;
    color: #000;
}

.single_history h4 {
    margin: 0;
    font-size: 17px;
    font-family: 'Segoe UI Semibold';
    color: #dab815;
}
.update_prof label {
    display: block;
    font-size: 14px;
    color: #000;
}
.update_prof input {
    width: 100%;
    height: 45px;
    border: 0;
    padding: 0 15px;
    border-radius: 4px;
    margin: 4px 0 13px;
}
.update_prof input[type="submit"] {
    background: #d4b939;
    color: #fff;
    text-transform: uppercase;
}



/*================ 03.06.2021 ===============*/

.prof-walet-inn img {
    width: 17%;
}
.prof-walet-inn {
    text-align: center;
    width: 40%;
    margin: 0 auto;
}
.row.prof-walet {
    background: #d2b052;
    padding: 32px 0;
}
.prof-walet-inn h3 {
    margin: 0 0 30px;
    font-size: 23px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Segoe UI Semibold';
}
.prof-walet-inn h2 {
    font-size: 40px;
    color: #fff;
    font-family: 'Segoe UI Semibold';
}
.prof-walet-inn a {
    font-size: 20px;
    color: #fff;
    background: ;
    border: 1px solid #fff;
    padding: 10px 21px;
    border-radius: 6px;
    margin: 20px 0 0;
    display: inline-block;
}
.profile_inn h4 {
    font-size: 14px;
    color: #000;
    font-family: 'Segoe UI Semibold';
    border-bottom: 1px solid #c7c09d;
    padding: 0 0 18px;
}
.profile_inn h4 span {
    width: 71px;
    display: inline-block;
}
.prof_btn {
    margin: 33px 0 0;
}
.single_history {
    background: #f6f6f6;
    padding: 12px;
    margin: 0 0 12px;
    border-radius: 4px;
    border: 2px solid #e9e9e9;
}
.crdtmamnt {
    border: 2px solid #39e509 !important;
}
.row.trans-histry-area h2 {
    text-align: center;
    margin: 0 0 29px;
    font-family: 'Segoe UI Semibold';
    font-size: 25px;
}
.row.trans-histry-area {
    padding: 30px 0 15px;
}
.prof-walet-inn a:hover {
    color: #fff;
}
.row.matkabullofday-area {
    background: url(../images/mbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;
}
.matkabullofday-inn {
    padding: 41px 0 0;
    text-align: center;
}
.matkabullofday-inn h2 {
    text-transform: uppercase;
    font-family: 'Segoe UI Semibold';
    font-size: 25px;
    color: #fff;
}
.matkabullofday-inn h3 {
    color: #fff;
    font-size: 56px;
    margin: 0;
    font-family: 'Segoe UI Semibold';

}
.matkabullofday-inn p {
    font-size: 29px;
    color: #000;
    font-family: 'Segoe UI Semibold';
    margin: 0;
}
.single_history h5 {
    text-align: right;
    margin: 18px 0 0;
    color: #a5a5a5;
}
.single_history p {
    color: #000;
}


/* Chat */
.overfhdn {
    overflow: hidden;
}

.round.hollow {
    margin: 40px 0 0;
    position: fixed;
    right: 102px;
    bottom: 66px;
    z-index: 99;
}
/* chatbox */

@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body
{
    font-family: 'Open Sans', sans-serif;
    }
.popup-box {
    background-color: #ffffff;
    /* border: 1px solid #b0b0b0; */
    bottom: 0px;
    display: none;
    height: 367px;
    position: fixed;
    right: 15px;
    width: 300px;
    font-family: 'Open Sans', sans-serif;
    z-index: 999;
    border-radius: 4px 4px 0px 0px;
}
.round.hollow {
    margin: 40px 0 0;
    position: fixed;
    right: 12px;
    bottom: 71px;
    z-index: 99;
}
.round.hollow a {
    border: 2px solid #fb0;
    border-radius: 100px;
    color: #fff;
    font-size: 30px;
    padding: 14px 0;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    background: #fb0;
    width: 50px;
    height: 50px;
    display: block;
}
.round.hollow a:hover {
    border: 2px solid #f04245;
    background: #f04245;
    text-decoration: none;
}
.popup-box-on {
    display: block !important;
    box-shadow: 0 0 32px -5px #000;
}
.popup-box .popup-head {
    background-color: #c01b2c;
    clear: both;
    color: #fff;
    display: inline-table;
    font-size: 21px;
    padding: 5px 10px;
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.bg_none i {
    /* border: 1px solid #ff6701; */
    /* border-radius: 25px; */
    color: #ff6701;
    font-size: 20px;
    height: 33px;
    line-height: 30px;
    width: 33px;
}
.bg_none:hover i {
   /* border: 1px solid #000;
    border-radius: 25px;*/
    color: #000;
    font-size: 17px;
    height: 33px;
    line-height: 30px;
    width: 33px;
}
.bg_none {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
.popup-box .popup-head .popup-head-right {
    margin: 0;
    padding: 4px 0 0;
}
.popup-box .popup-messages {
}
.popup-head-left img {
    border-radius: 50%;
    width: 33px;
}
.popup-messages-footer > textarea {
    /* border-bottom: 1px solid #b2b2b2 !important; */
    height: 39px !important;
    margin: 7px;
    padding: 8px 9px 0 37px !important;
    border: 1px solid #e1e1e1;
    width: 95% !important;
    border-radius: 4px;
}
.popup-messages-footer {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.popup-messages-footer .btn-footer {
    overflow: hidden;
    padding: 2px 5px 10px 6px;
    width: 100%;
}
.simple_round {
    background: #d1d1d1 none repeat scroll 0 0;
    border-radius: 50%;
    color: #4b4b4b !important;
    height: 21px;
    padding: 0 0 0 1px;
    width: 21px;
}
.popup-box .popup-messages {
    background: #eee none repeat scroll 0 0;
    height: 275px;
    overflow: auto;
}
.direct-chat-messages {
    overflow: auto;
    padding: 10px;
    transform: translate(0px, 0px);
    
}
.popup-messages .chat-box-single-line {
    border-bottom: 1px solid #a4c6b5;
    height: 12px;
    margin: 7px 0 20px;
    position: relative;
    text-align: center;
}
.popup-messages abbr.timestamp {
    background: #3f9684 none repeat scroll 0 0;
    color: #fff;
    padding: 0 11px;
}
.popup-head-right .btn-group {
    display: inline-flex;
    margin: 0 8px 0 0;
    vertical-align: top !important;
}
.chat-header-button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 15px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#removeClass i {
    position: relative;
    bottom: 1px;
}
.popup-head-right .btn-group .dropdown-menu {
    border: medium none;
    min-width: 122px;
    padding: 0;
}
.popup-head-right .btn-group .dropdown-menu li a {
    font-size: 12px;
    padding: 3px 10px;
    color: #303030;
}
.popup-messages abbr.timestamp {
    background: #3f9684  none repeat scroll 0 0;
    color: #fff;
    padding: 0 11px;
}
.popup-messages .chat-box-single-line {
    border-bottom: 1px solid #a4c6b5;
    height: 12px;
    margin: 7px 0 20px;
    position: relative;
    text-align: center;
}
.popup-messages .direct-chat-messages {
    height: auto;
}
.popup-messages .direct-chat-text {
    background: #dfece7 none repeat scroll 0 0;
    border: 1px solid #dfece7;
    border-radius: 2px;
    color: #1f2121;
}
.popup-messages .direct-chat-timestamp {
    color: #5b5b5b;
    opacity: 0.6;
    font-size: 11px;
}
.popup-messages .direct-chat-name {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 0 49px !important;
    color: #000;
    opacity: 0.9;
}
.popup-messages .direct-chat-info {
    display: block;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 5px;
}
.popup-messages  .big-round {
    margin: -9px 0 0 !important;
}
.popup-messages  .direct-chat-img {
    border: 1px solid #fff;
    background: #3f9684  none repeat scroll 0 0;
    border-radius: 50%;
    float: left;
    height: 40px;
    margin: -21px 0 0;
    width: 40px;
}
.direct-chat-reply-name {
    color: #fff;
    font-size: 15px;
    margin: 0 0 0 10px;
    opacity: 0.9;
}
.direct-chat-img-reply-small
{
    border: 1px solid #fff;
    border-radius: 50%;
    float: left;
    height: 20px;
    margin: 0 8px;
    width: 20px;
    background:#3f9684;
}

.popup-messages .direct-chat-msg {
    margin-bottom: 10px;
    position: relative;
    text-align: right;
}

.popup-messages .doted-border::after {
    background: transparent none repeat scroll 0 0 !important;
    border-right: 2px dotted #b2c6be !important;
    bottom: 0;
    content: "";
    left: 17px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 2px;
    display: inline;
    z-index: -2;
}

.popup-messages .direct-chat-msg::after {
    background: #fff none repeat scroll 0 0;
    border-right: medium none;
    bottom: 0;
    content: "";
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 2px;
    display: inline;
    z-index: -2;
}
.direct-chat-text::after, .direct-chat-text::before {
   
    border-color: transparent #dfece7 transparent transparent;
    
}
.direct-chat-text::after, .direct-chat-text::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #d2d6de transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: medium;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 15px;
    width: 0;
}
.direct-chat-text::after {
    border-width: 5px;
    margin-top: -5px;
}
.popup-messages .direct-chat-text {
    background: #dfece7 none repeat scroll 0 0;
    border: 1px solid #dfece7;
    border-radius: 2px;
    color: #1f2121;
}
.direct-chat-text {
    background: #d2d6de none repeat scroll 0 0;
    border: 1px solid #d2d6de;
    border-radius: 5px;
    color: #444;
    margin: 5px 0 0 50px;
    padding: 5px 10px;
    position: relative;
    display: inline-block;
}

.bg_none {
    position: absolute;
    top: 11px;
    right: 10px;
}
.upbtn {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 999;
    left: 17px;
    bottom: 26px;
}
.upbtn span {
    font-size: 22px;
    color: #000;
}
.upbtn input {
    position: absolute;
    height: 30px;
    width: 30px;
    opacity: 0;
    cursor: pointer;
}




/*-------------------------*/


.chatbub-left {
    text-align: left !important;
    padding-left: 20px;
}
.chatbub-left .pull-right {
    float: inherit !important;
}
.chatbub-left .direct-chat-text {
    margin-left: 0;
}
.chatbub-left  .direct-chat-name {
    margin-left: 0 !important;
}

.chatbub-right.doted-border::after {
    bottom: 0;
    content: "";
    right: 0 !important;
    margin: 0;
    position: absolute;
    top: 0;
    width: 7px;
    display: inline;
    z-index: -2;
    left: inherit;
}
.chatbub-right {
    padding-right: 20px;
}
.chatbub-right .direct-chat-name {
    text-align: right !important;
    float: inherit !important;
}
#exampleModal {
    z-index: 99999999;
}
/*#m2 {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    margin: 16px 0 0;
    padding: 0 12px;
}*/
.modal-header {
    padding: 12x;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.close {
    width: 50%;
    text-align: right;
}
#exampleModalLabel {
    width: 50%;
}
.chatsendo {
    background: #ff6701;
    border: 1px solid #ff6701;
}
.modal-footer {
    padding: 6px 15px;
}
.overfhdn {
    overflow: hidden;
}
.chat_img_pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    background: rgba(255, 255, 255);
    padding: 20px;
    height: 100vh;
    display: none;
}
.chat_img_pop_crs {
    float: right;
    font-size: 20px;
    position: relative;
    bottom: 10px;
    cursor: pointer;
}
.ifimage img{
    cursor: pointer;
}
.iftext {
    display: block;
    margin: 6px 0;
}


/*==============  Chat Css ====================*/


.row.row-broken {
    padding-bottom: 0;
}
.col-inside-lg {
    padding: 20px;
}
/*.chat {
    height: calc(100vh - 180px);
}*/
.decor-default {
    background-color: #ffffff;
}
.chat-users h6 {
    font-size: 20px;
    margin: 0 0 20px;
}
.chat-users .user {
    position: relative;
    padding: 0 0 0 50px;
    display: block;
    cursor: pointer;
    margin: 0 0 20px;
}
.chat-users .user .avatar {
    top: 0;
    left: 0;
}
.chat .avatar {
    width: 40px;
    height: 40px;
    position: absolute;
}
.chat .avatar img {
    display: block;
    border-radius: 20px;
    height: 100%;
}
.chat .avatar .status.off {
    border: 1px solid #5a5a5a;
    background: #ffffff;
}
.chat .avatar .status.online {
    background: #4caf50;
}
.chat .avatar .status.busy {
    background: #ffc107;
}
.chat .avatar .status.offline {
    background: #ed4e6e;
}
.chat-users .user .status {
    bottom: 0;
    left: 28px;
}
.chat .avatar .status {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
}
.chat-users .user .name {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chat-users .user .mood {
    font: 200 14px/20px "Raleway", sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*****************CHAT BODY *******************/
.chat-body h6 {
    font-size: 20px;
    margin: 0 0 20px;
}
.chat-body .answer.left {
    padding: 0 0 0 58px;
    text-align: left;
    float: left;
}
.chat-body .answer {
    position: relative;
    max-width: 600px;
    overflow: hidden;
    clear: both;
}
.chat-body .answer.left .avatar {
    left: 0;
}
.chat-body .answer .avatar {
    bottom: 36px;
}
.chat .avatar {
    width: 15px;
    height: 15px;
    position: absolute;
}
.chat .avatar img {
    display: block;
    border-radius: 20px;
    height: 100%;
}
.chat-body .answer .name {
    font-size: 14px;
    line-height: 36px;
}
.chat-body .answer.left .avatar .status {
    right: 4px;
}
.chat-body .answer .avatar .status {
    bottom: 0;
}
.chat-body .answer.left .text {
    background: #ebebeb;
    color: #333333;
    border-radius: 8px 8px 8px 0;
}
.chat-body .answer .text {
    padding: 12px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}
.chat-body .answer.left .text:before {
    left: -30px;
    border-right-color: #ebebeb;
    border-right-width: 12px;
}
.chat-body .answer .text:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    border: 18px solid transparent;
    border-bottom-width: 0;
}
.chat-body .answer.left .time {
    padding-left: 12px;
    color: #333333;
}
.chat-body .answer .time {
    font-size: 16px;
    line-height: 36px;
    position: relative;
    padding-bottom: 1px;
}
/*RIGHT*/
.chat-body .answer.right {
    padding: 0 58px 0 0;
    text-align: right;
    float: right;
}

.chat-body .answer.right .avatar {
    right: 0;
}
.chat-body .answer.right .avatar .status {
    left: 4px;
}
.chat-body .answer.right .text {
    background: #7266ba;
    color: #ffffff;
    border-radius: 8px 8px 0 8px;
}
.chat-body .answer.right .text:before {
    right: -30px;
    border-left-color: #7266ba;
    border-left-width: 12px;
}
.chat-body .answer.right .time {
    padding-right: 12px;
    color: #333333;
}

/**************ADD FORM ***************/
.chat-body .answer-add {
    clear: both;
    position: relative;
    margin: 20px -20px -20px;
    padding: 20px;
    background: #46be8a;
}
.chat-body .answer-add input {
    border: none;
    background: none;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    color: #ffffff;
}
.chat input {
    -webkit-appearance: none;
    border-radius: 0;
}
.chat-body .answer-add .answer-btn-1 {
    background: url("http://91.234.35.26/iwiki-admin/v1.0.0/admin/img/icon-40.png") 50% 50% no-repeat;
    right: 56px;
}
.chat-body .answer-add .answer-btn {
    display: block;
    cursor: pointer;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
}
.chat-body .answer-add .answer-btn-2 {
    background: url("http://91.234.35.26/iwiki-admin/v1.0.0/admin/img/icon-41.png") 50% 50% no-repeat;
    right: 20px;
}
.chat input::-webkit-input-placeholder {
   color: #fff;
}

.chat input:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.chat input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.chat input:-ms-input-placeholder {  
   color: #fff;  
}
.chat input {
    -webkit-appearance: none;
    border-radius: 0;
}

.chat-body {
    height: 68vh;
    overflow: auto;
}
.answer-add {
    height: 51px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 12px;
    background: #ccc;
    border-radius: 4px;
}
.answer-add input {
    width: 80%;
    height: 34px;
    background: #fff;
    border: 0;
    border-radius: 4px;
    padding: 0 10px;
}
.answer-add span i {
    color: #000;
    font-size: 17px;
}
.answer-add button {
    background: inherit;
    border: 0;
    font-size: 20px;
    color: #976f00;
}
                                    

/*=============== Chat Css End ===============*/

.glyphicon {
    top: -10px !important;
    font-size: 24px;
}
.chatinnall {
    height: 76vh;
}
.upld-btn {
    position:relative;
}
.upld-btn input {
    width: 24px;
    height: 34px;
    position: absolute;
    top: -8px;
    opacity: 0;
}
.wallet_area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.wallet_area form {
    margin: 0 0 0 22px;
}
.disabled {
    background: #cbcbcb !important;
    cursor: no-drop;
    opacity: 0.4;
}
.disabled::before {
    display: none;
}
.disabled:hover h3 {
    color: #000 !important;
}
.disabled h3 {
    color: #000;
}
.login_inn button {
    display: block;
    width: 100%;
    height: 45px;
    border: 0;
    border-radius: 4px;
    background: #dbbd6b;
    color: #fff;
    font-size: 18px;
    margin: 20px 0 0;
}
.select-style-inn {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.whatsapp_icon a img {
    width: 50px;
}
.whatsapp_icon {
    position: fixed;
    right: 8px;
    bottom: 17px;
}
/*.blnkspc a i {
    color: #fff !important;
    cursor: auto;
}
.blnkspc a span {
    color: #fff !important;
    cursor: auto;
}
.blnkspc a span {
    color: #fff !important;
    cursor: context-menu;
}
.blnkspc a {
    cursor: context-menu;
}*/
.matka_resultarea_main p {
    text-align: center;
    margin: 7px 0 7px;
}
.phnm a {
    color: #fff;
    margin: 25px 0 0;
    display: block;
    font-family: 'Segoe UI Semibold';
    font-size: 22px;
}
.phnm a:hover {
    color: #fff;
}







/*History css start*/

.trans-histry-area {
    background: #f9f9f9;
}
.sec_month_area h5 {
    text-transform: capitalize;
    font-family: 'Segoe UI Semibold';
    margin: 12px 0;
    padding: 0 15px;
}
.history_single {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    background: #fff;
    padding: 0 15px;
}
.history_single_right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0 17px;
}
.history_single_right_sec p {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}
.cutt {
    padding: 0 !important;
}
.hisicon {
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 14px 0 0;
}
.history_single_right_fst p {
    margin: 0 0 4px;
    color: #000;
}
.history_single_right_fst h4 {
    font-size: 14px;
    margin: 13px 0 0;
}
.history_single_right_sec p img {
    width: 13px;
    margin: 0 0 0 7px;
}
.history_single_right_sec p i {
    font-size: 10px;
    position: relative;
    padding: 0 3px 0 5px;
    top: 2px;
}
.history_single_left {
    padding: 13px 0 0;
}








/*History css End*/


.row.phnumbr_sec {
    background: #dbbd6b;
    padding: 15px;
    text-align: center;
}
.row.phnumbr_sec h3,
.row.phnumbr_sec h6 {
    margin: 0 0 10px;
    font-size: 20px;
}
.row.phnumbr_sec a {
    font-size: 28px;
    color: #fff;
    font-family: 'Segoe UI Semibold';
}
.pagination_sec nav div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 19px 0 23px;
}

.pagination_sec nav div span {
    background: #ccc;
    color: #fff;
    padding: 6px 20px;
    border-radius: 4px;
    margin: 0 0 0 13px;
}

.pagination_sec nav div a {
    background: #dbbd6b;
    color: #fff;
    padding: 6px 20px;
    border-radius: 4px;
    margin: 0 0 0 13px;
}
.bull_img {
    background: #171d22;
    border-radius: 0 0 60px 60px;
    padding: 19px;
    position: absolute;
    top: 0;
    left: 15px;
    box-shadow: 0 0 14px -5px #323131;
}
.bull_img img {
    width: 85px;
    height: 34px;
}
.bullofthe_day::after {
    background: url(../images/bul.webp);
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    background-size: 79%;
    /* opacity: .5; */
}
.single_bull_blog {
    display: flex;
    justify-content: flex-start;
    background: #f4f4f4;
    padding: 15px;
    border-radius: 4px;
    margin: 0 0 10px;
}
.single_bull_blog_left {
    width: 45%;
    padding: 0 14px 0 0;
}
.single_bull_blog_right h2 {
    margin: 0 0 6px;
    font-size: 18px;
    font-family: 'Segoe UI Semibold';
    color: #c3a92c;
}
.single_bull_blog_right p {
    margin: 0 0 0;
    font-size: 13px;
    color: #000;
}
.single_bull_blog_right h4 {
    text-align: right;
    font-size: 14px;
    margin: 12px 0 0;
    color: #c3bfbf;
}
.chart_inn h2 {
    margin: 19px 0 22px;
    text-align: center;
    font-size: 22px;
    font-family: 'Segoe UI Semibold';
}
.chart_inn h1 {
    margin: 19px 0 22px;
    text-align: center;
    font-size: 22px;
    font-family: 'Segoe UI Semibold';
}
.bull_blog_all {
    padding: 0 0 90px;
}
.brdcam_bar span {
    display: block;
    width: 25px;
    height: 1px;
    background: #fff;
}
.brdcam_bar span:nth-child(2) {
    margin: 9px 0;
    width: 17px !important;
}
.brdcam_bar {
    padding: 0 28px 0 0;
    cursor: pointer;
    display: none;
}
.sidemenu_area {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100vh;
    z-index: 9999;
    left: -100%;
    transition: ease-in-out 0.4s;
}
/*.sidemenu_area2 {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100vh;
    z-index: 9999;
    left: 0;
    transition: ease-in-out 0.4s;
}*/
.sidemenu_area2 {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100vh;
    z-index: 9999;
    left: 0;
    transition: ease-in-out 0.4s;
    display: flex;
    justify-content: flex-start;
}
.sidenb_sec {
    width: 40%;
    height: 100vh;
}
.sidemenu_inn {
    background: #c5b35c;
    width: 18%;
    height: 100vh;
    padding: 30px 20px;
}
.sidmn_cls {
    float: right;
    position: relative;
    bottom: 23px;
    font-size: 23px;
    color: #fff;
    cursor: pointer;
}
.sidemenu_inn ul li a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 0 16px;
    display: block;
}
.bdy_fixd {
    overflow: hidden;
}
.single_bull_blog_right h2 a {
    color: #c3a92c;
}
.blog_details {
    text-align: center;
}
.blog_details .single_bull_blog_left {
    width: 100%;
    padding: 0;
}
.blog_details .single_bull_blog_left img {
    width: 100%;
    margin: 0 0 13px;
}
.blog_details .single_bull_blog_right h4 {
    margin: 25px 0 0;
}
.foot_menu {
    margin: 0 0 7px;
}
.fot_blg a {
    background: #c5b35c;
    color: #fff;
    padding: 7px 30px;
    display: inline-block;
    border-radius: 2px;
}
.fot_blg {
    text-align: center;
    margin: 25px 0 17px;
}
.blog_details h1 {
    font-size: 20px;
    color: #c5b35c;
    margin: 0 0 21px;
}
.blog_details h4 {
    font-size: 15px;
    color: #cecece;
    margin: 0 0 15px;
}
.blog_details p {
    font-size: 15px;
    line-height: 23px;
    color: #000;
    text-align: justify;
    text-align-last: center;
}

/*============== Add Css 09.09.2021 ===================*/

.wall_main_sec {
    display: flex;
    justify-content: center;
}
.wall_main_left {
    width: 50%;
    border: 1px dashed #f9e78e;
    padding: 14px 0;
}
.wall_main_left p {
    color: #fff;
    font-size: 16px;
    margin: 0 0 18px;
}
.chart_inn h1 {
    margin: 28px 0 0;
    font-size: 25px;
    text-align: center;
    color: #000;
    font-family: 'Segoe UI Semibold';
}
.chart_inn h4 {
    text-align: left;
    font-size: 16px;
    margin: 8px 0 0;
    color: #888;
}
.chart_inn img {
	width: 170px;
	margin: 0 auto 17px;
	display: block;
}
.chart_inn p {
    text-align: left;
    font-size: 16px;
    color: #000;
}
.share_left h5 {
	margin: 0;
	background: #ececec;
	padding: 14px 21px;
	border-radius: 50px;
	color: #ae9416;
	font-size: 19px;
	font-family: 'Segoe UI Semibold';
	height: 50px;
}
.share_right button {
    background: #ae9416;
    border: 0;
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 15px;
    font-family: 'Segoe UI Semibold';
    color: #fff;
    height: 50px;
}
.share_left {
    width: 61%;
    margin: 0 5px 0 0;
}
.share_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 24px 0 0;
}
.chart_inn {
    margin: 0 0 15px;
}
.share_area_link h3 {
	color: #8d8d8d;
	font-size: 13px;
	text-align: center;
	margin: 24px 0 19px;
}
.share_area_link h5 {
	margin: 14px 0 12px;
	background: #ececec;
	padding: 13px 0;
	text-align: center;
	border-radius: 4px;
	margin: ;
}
.share_area_link button {
	background: #ae9416;
	border: 0;
	padding: 11px 38px;
	font-size: 15px;

}
.share_area_link button:hover{
	background: #ae9416 !important;
}
#copymsg {
	text-align: center;
	display: block;
	margin: 7px 0 0;
	color: #2b9604;
	font-weight: 800;
}
#sharemsg {
	text-align: center;
	display: block;
	margin: 7px 0 0;
	color: #2b9604;
	font-weight: 800;
}

.cpylbtn_area img {
	width: 45px;
	margin: 0;
	border-right: 2px solid #93e39d;
	padding: 0 8px 0 0;
}
.cpylbtn_area {
	display: flex;
	justify-content: center;
	align-items: center;
}
.share_btn {
	background: #44c654;
	width: 127px;
	display: flex;
	justify-content: flex-start;
	color: #fff;
	text-transform: uppercase;
	align-items: center;
	margin: 0 0 0 13px;
	border-radius: 4px;
	padding: 3px 8px;
}
.share_btn span {
	padding: 0 0 0 11px;
	font-size: 15px;
	font-family: 'Segoe UI Semibold';
}
.row.running_offer_area {
    background: inherit;
    padding: 15px;
    text-align: center;
}
.runn_head h3, .runn_head h6 {
    margin: 0 0 0;
    color: #fff;
    font-size: 22px;
    font-family: 'Segoe UI Semibold';
}
.matka_play_rate_main ul li p a {
    color: #f1de7e;
}

.runn_head {
    margin: 0 0 18px;
}
.running_off ul li {
    background: #dbbd6b;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto 6px;
    color: #fff;
    height: 30px;
    padding: 0 15px;
    border-radius: 6px;
    width: 341px;
}
.running_off ul li p {
    margin: 0;
    padding: 0 0 0 10px;
    font-family: 'Segoe UI Semibold';
    font-size: 14px;
}
.running_off ul li span i {
    color: #000;
}
.guest_main_section {
    background: #fff1cb;
    padding: 15px;
    margin: 0 0 6px;
    border-radius: 6px;
}
.guest_sing_sec h3 {
    background: #dbbd6b;
    color: #fff;
    font-size: 17px;
    padding: 8px;
    border-radius: 4px;
    margin: 0 0 8px;
    font-weight: 600;
}
.guest_sing_sec p {
	color: #000;
	font-size: 15px;
	line-height: 23px;
	margin: 0;
}
.guest_sing_sec h4 {
	margin: 14px 0 0;
	font-size: 13px;
	text-align: right;
	color: #988f63;
}
.guest_admin_reply {
    background: #e6d7ae;
    margin: 19px 0 0;
    border-radius: 4px;
    padding: 15px;
}
.guest_admin_reply p {
	font-size: 15px;
	color: #000;
	margin: 0;
}
.guest_admin_reply h4 {
	font-size: 13px;
	margin: 9px 0 0;
	text-align: right;
	color: #7d7965;
}
.gasing_frm_mainsec h2 {
    margin: 0 0 15px !important;
}
.gasing_frm_mainsec {
    margin: 0 15px 15px;
}
.gst_frm ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #dbbd6b;
    padding: 9px 0;
}
.gst_frm ul li p {
    font-size: 14px;
    margin: 1px;
    color: #000;
    display: block;
    align-items: center;
    padding: 0;
    border-radius: 6px;
    font-weight: 600;
}
.gst_frm ul li span i {
    font-size: 20px;
    color: #dbbd6b;
    padding: 0 7px 0 0;
}
.comment_area_bul {
    background: #f0f0f0;
    margin: 0 0 15px;
}
.comment_area_bul form {
    padding: 15px;
}
.comment_area_bul form textarea {
    border: 1px solid #ccc;
    height: 120px;
}
.comment_area_bul form .submit_btn button {
    width: 100%;
    height: 45px;
    background: #c5b35c;
    border: 0;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
}
.comment_area_bul form .form-group {
    margin: 0 !important;
}
.comment_area_bul form .submit_btn {
    margin: 11px 0 0;
}
.row.jodi_uppersec {
    background: #e9cb78;
    padding: 15px 0;
}
.jodi_uppersec_cont h4 {
    margin: 0 0 8px;
    color: #fff;
    font-family: 'Segoe UI Semibold';
}
.jodi_uppersec_cont p {
    color: #fff;
    line-height: 22px;
    font-size: 15px;
}
.jodi_uppersec_cont {
    border: 3px solid #000;
    border-radius: 6px 15px 6px 6px;
    padding: 15px 13px;
    text-align: center;
}
.jodi_uppersec2 {
    padding-top: 0 !important;
}
.row.online_matkaplay_sect {
    padding-bottom: 4px;
}
.blnkspc a img {
    width: 30px;
}
.bull_opt_hd {
    text-align: center;
    margin: 0 0 21px;
}
.bull_opt_hd h1 {
    font-size: 19px;
    font-family: 'Segoe UI Semibold';
    margin: 0 0 7px;
    color: #dbbd6b;
}
.bull_opt_hd p {
    color: #000;
    margin: ;
}
.matka_sing_result_outr_mainsec {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.triplpti_main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.triplpti_main .single_patti {
    width: 14%;
}
.matka_play_beard_inn p {
    color: #fff;
    text-align: center;
    font-size: 15px;
}
.login_inn {
    width: 30%;
    margin: 0 auto 18px;
}
.profile_inn {
    width: 40%;
    margin: 0 auto;
}
.scrolling-pagination {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.month_areaall_sect {
    width: 32%;
    margin: 0 9px;
}
.pagination_sec {
    width: 100%;
}
















.row.mtkbltopmenu {
	background: #dbbd6b;
}
.row.mtkbltopmenu ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.row.mtkbltopmenu ul li {
    padding: 12px 17px;
}
.row.mtkbltopmenu ul li a {
    color: #fff;
    text-transform: capitalize;
    padding: 0 0 2px;
    display: block;
    font-size: 15px;
}
.mtkbultplogn a {
    display: flex;
    display: inline-block;
    color: #fff;
}
.mtkbultplogn a i {
	padding: 0 9px 0 0;
	color: #dbbd6b;
}
.row.matkblplybth_sec {
    background: #171d22;
    padding: 15px 0 15px 0;
}
.matkblplybth_sec_leftinn {
	border: 5px solid #dbbd6b;
	padding: 20px;
}
.matkblplybth_sec_leftinn h1 {
    color: #fff;
    font-size: 22px;
    text-align: left;
    font-family: 'Segoe UI Semibold';
    margin: 0;
}
.matkblplybth_sec_leftinn p {
    color: #fff;
    font-size: 15px;
}
.phnmsect a {
	color: #dbbd6b;
	margin: 14px 0 0;
	display: block;
	font-family: 'Segoe UI Semibold';
	font-size: 22px;
}
.matkblplybth_sec_leftinn span {
    display: block;
    margin: 0 0 12px;
}
.phnmsect a:hover {
    color: #fff;
}
.matkblplybth_sec_downlod h3 {
	color: #323131;
	font-size: 22px;
	text-align: center;
	font-family: 'Segoe UI Semibold';
	margin: 0 0 0;
}
.matkblplybth_sec_downlod h6 {
    color: #fff;
    font-size: 20px;
    padding: 0 0 8px;
}
.matkblplybth_sec_downlod a img {
    width: 190px;
    height: 65px;
}
.matkblplybth_sec_right {
    background: #2f373d;
    border-radius: 15px;
    padding: 7px;
}
.matkblplybth_sec_rightinn {
	background: #dbbd6b;
	border-radius: 15px 70px 15px 15px;
	padding: 15px;
}
.matkblplybth_sec_rightinn h2 {
    margin: 0;
    font-size: 22px;
    font-family: 'Segoe UI Semibold';
    color: #fff;
}
.matkblplybth_sec_rightinn p {
    color: #fff;
    font-size: 15px;
}

.mobileview_show {
    display: none;
}
.matkaplay_rateandoffr_sec {
    background: #171d22;
    padding: 15px 0;
}
.matkaplay_rateandoffr_secleft h2 {
    font-size: 22px;
    font-family: 'Segoe UI Semibold';
    margin: 0;
    color: #fff;
}
.matkaplay_rateandoffr_secleft h2 {
    font-size: 22px;
    font-family: 'Segoe UI Semibold';
    margin: 0;
    color: #fff;
}
.matkaplay_rateandoffr_secleft ul {
    margin: 21px 0 0;
}
.matkaplay_rateandoffr_secleft ul li p {
    font-size: 16px;
    font-family: 'Segoe UI Semibold';
    padding: 0 0 16px;
    color: #fff;
    border-bottom: 1px solid #414040;
}
.matkaplay_rateandoffr_secleft ul li p a {
	color: #dbbd6b;
}
.matkaplay_rateandoffr_secright ul li {
	background: #dbbd6b;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 6px;
	color: #fff;
	height: 45px;
	padding: 0 15px;
	border-radius: 6px;
}
.matkaplay_rateandoffr_secright ul li p {
    margin: 0;
    padding: 0 0 0 10px;
    font-family: 'Segoe UI Semibold';
    font-size: 15px;
}
.matkaplay_rateandoffr_secright ul li span i {
    color: #000;
}
.banner_text {
    text-align: center;
    width: 90%;
}
.banner_text h3 {
    font-size: 27px;
    line-height: 39px;
    padding: 45px 0 0;
    font-family: 'Segoe UI Semibold';
}
.mob-ban{
    display: none;
}
.dstpdwnld_sectn {
	background: #dbbd6b;
	text-align: center;
	padding: 15px;
}
.matkblplybth_sec_downlod {
	border: 5px solid #323131;
	padding: 15px 20px;
}
.waltandlogn_head {
    display: flex;
    align-items: center;
}
.mtkbultplogn {
    padding: 0 0 0 20px;
}
.sec_month_area {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.htoplay_toparea {
    display: flex;
    justify-content: flex-start;
}
.htoplay_toparea_right {
    padding: 0 0 0 26px;
}
.htoplay_toparea_right h1 {
    font-size: 25px;
    color: #dbbd6b;
    font-family: 'Segoe UI Semibold';
    margin: 0 0 13px;
}
.htoplay_toparea_right p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.htoplybtn_txt h3 {
    font-size: 25px;
    color: #dbbd6b;
    font-family: 'Segoe UI Semibold';
    margin: 0 0 13px;
}
.htoplybtn_txt p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.htoplybtn_txt {
    padding: 23px 0 0;
}
.htoplay_toparea_left iframe {
    width: 100%;
    height: 300px;
}
.htoplay_toparea_right {
    padding: 0 0 0 26px;
    width: 100%;
}
.htoplay_toparea_left {
    width: 40%;
}
.row.howtoplay-area {
    padding: 25px 0;
}
.mainabout_inn h1 {
    font-size: 25px;
    color: #dbbd6b;
    font-family: 'Segoe UI Semibold';
    margin: 0 0 13px;
}
.mainabout_inn p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.row.aboutus-area {
    padding: 25px 0;
}
.mainabout_inn h3, .mainabout_inn h2 {
    color: #dbbd6b;
    font-size: 20px;
    font-family: 'Segoe UI Semibold';
}
.row.mtkabul_botmcont {
    background: #dbbd6b;
    padding: 20px 0;
}
.mtkabul_botmcontinn h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-family: 'Segoe UI Semibold';
    margin: 0;
}
.mtkabul_botmcontinn span {
    text-align: center;
    display: block;
    margin: 0 0 17px;
}
.mtkabul_botmcontinn p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}
.mtkabul_botmcontinn_main {
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
    color: #fff;
}
.mtkbul_slider_main {
    position: relative;
}
.mtkbl_banertxt {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.mtkbl_banertxt h3 {
    font-size: 27px;
    line-height: 34px;
    padding: 45px 0 0;
    font-family: 'Segoe UI Semibold';
    color: #fff;
}
.mtkbl_banertxt button {
    background: #e1c851;
    border: 0;
    color: #fff;
    padding: 11px 27px;
    border-radius: 4px;
    font-family: 'Segoe UI Semibold';
    font-size: 16px;
    margin: 6px 0 0;
}
.matkabul_slider .owl-nav {
    position: absolute;
    top: 44%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.matkabul_slider .owl-dots{
    display: none;
}
.matkabul_slider .owl-nav button span {
    color: #fff !important;
    font-size: 66px;
}
.matkabul_slider .owl-nav button span {
    color: #fff !important;
    font-size: 66px;
    line-height: 0;
    margin: 0 32px;
}
.row.bannerbtm_area {
    background: #171D22;
}
.bannerbtm_area_text p,
.bannerbtm_area_text h1 {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    font-size: 18px;
    font-family: 'Segoe UI Semibold';
}
.row.exptfrm-but {
    position: fixed;
    bottom: 20px;
    left: 30px;
    text-align: center;
    z-index: 9999;
}
.row.exptfrm-but a {
    background: #c5b35c;
    display: block;
    border-radius: 4px;
    padding: 10px;
}
.row.exptfrm-but a {
    background: #4dc247;
    display: block;
    border-radius: 4px;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-family: 'Segoe UI Semibold';
    box-shadow: 0 0 16px -5px #000;
}
.row.exptfrm-but a p span {
    display: block;
}
.row.exptfrm-but a p {
    margin: 0;
    line-height: 17px;
    font-size: 14px;
}
.matkblplybth_sec_leftinn h2 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 7px;
}
.dwnldand_plyrt_left p a {
    background: #00bcd4;
    padding: 13px 17px;
    display: inline-block;
    border-radius: 6px;
    color: #000;
}
.mtkbl_banertxt p {
    color: #fff;
    font-size: 21px;
    margin: 0;
}
.mainabout_inn ul li {
    list-style: disc;
    font-family: 'Segoe UI Semibold';
}
.mainabout_inn ul {
    padding: 0 0 0 15px;
}
.mainabout_inn ul li p {
    margin: 0 0 2px;
}
.mainabout_inn a {
    color: #c5b35c;
    font-family: 'Segoe UI Semibold';
}
.running_offer_area4 {
    margin: 90px 0 0;
}
.runn_head.runn_head22 {
    text-align: center;
}
.matkaplay_rateandoffr_secright.matkaplay_rateandoffr_secright22 ul {
    width: 30%;
    margin: 0 auto;
}
.banner_area {
    height: 290px;
}
.matka_head {
    height: 42px;
}
.row.mtkbltopmenu {
    height: 48px;
}
.banner_text p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 10px;
}





.matkaplay_rateandoffr_secleft ul li p span img {
    width: 12px;
    height: 14px;
}
.matka_resultarea_main span img {
    height: 1px;
    width: 100px;
}
.matka_game_timetablemain p img {
    width: 28px;
    height: 27px;
}
.matka_game_timetablemain span img {
    width: 74px;
    height: 2px;
}
.matkblplybth_sec_leftinn span img {
    width: 60px;
    height: 2px;
}
.mtkabul_botmcontinn_main span img {
    width: 60px;
    height: 2px;
}
.foot_social ul li a img {
    width: 20px;
    height: 20px;
}
.whatsapp_icon a img {
    width: 70px;
    height: 70px;
}

.matkblplybth_sec_rightinn span img {
    width: 60px;
    height: 2px;
}

.matkaplay_rateandoffr_secleft span img {
    width: 60px;
    height: 2px;
}
.mtkbultplogn svg {
    width: 14px;
    height: 14px;
    fill: #dbbd6b;
    margin: 0 5px 0 0;
    position: relative;
    top: 2px;
}
.inn_win h4 svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    margin: 0 8px 0 0;
}
.row.exptfrm-but a svg {
    width: 25px;
    height: 18px;
    color: ;
    fill: #fff;
}
.row.phnumbr_sec a svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}
.bottom_menu_inn ul li a svg {
    width: 18px;
    height: 20px;
    fill: #171d22;
    transition: all ease-in-out 0.4s;
}
.mid_ply a svg {
    width: 25px !important;
    fill: #fff !important;
}
.bottom_menu_inn ul li:hover a svg {
    fill: #dbbd6b;
    transition: all ease-in-out 0.4s;
}
.bottom_menu_inn ul li.active a svg {
    fill: #dbbd6b;
}
.matkaplay_rateandoffr_secright ul li span svg {
    width: 17px;
    position: relative;
    top: 3px;
    fill: #171d22;
}
.howtoply_vide iframe {
    width: 100%;
    height: 500px;
}
.foot_button_text ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.foot_button_text ul li {
    padding: 4px 9px;
}
.foot_button_text ul li a {
    color: #c5b35c;
}
.copy_right p a {
    color: #dbbd6b;
}
.foot_social ul li a svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.mtkabul_botmcontinn_main h2 {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.mtkabul_botmcontinn_main ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.mtkabul_botmcontinn_main ul li {
    padding: 0 6px;
    margin: 6px 0 0;
    font-weight: ;
    color: #fff;
}
.ban_btm h2 {
    color: #fff;
    font-size: 24px;
    margin: 10px 0;
}
.matkaplay_rateandoffr_secleft ul li p span svg {
    width: 15px;
    fill: #dbbd6b;
    height: 15px;
    position: relative;
    top: 2px;
    margin: 0 4px 0 0;
}
.matka_game_timetablemain p svg {
    width: 25px;
    fill: #dbbd6b;
    height: 25px;
}
.line_down {
    display: block;
    background: #fff;
    width: 80px;
    height: 1.5px;
    margin: 15px 0 0;
}
.line_down.line_down2 {
    margin: 10px auto 12px;
}
.row.matka_text_up {
    background: #bf1c1c;
    text-align: center;
}
.text_up p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 11px 0;
}
.text_up p span {
    display: block;
}
.banner_text h3 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 30px;
    color: #dbbd6b;
    
}
.banner_text h3 span{
    animation: animate 1.5s linear infinite;
}

@keyframes animate{
   0%{
    color: red;
     /*opacity: 0;*/
   }
   50%{
    color: yellow;
     /*opacity: 0.7;*/
   }
   100%{
    color: green;
     /*opacity: 0;*/
   }
 }