@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'RobotoCondensedRegular';
	src: url('../fonts/robotocondensed-regular_0.eot');
	src: url('../fonts/robotocondensed-regular_0.eot') format('embedded-opentype'), url('../fonts/robotocondensed-regular_0.woff2') format('woff2'), url('../fonts/robotocondensed-regular_0.woff') format('woff'), url('../fonts/robotocondensed-regular_0.ttf') format('truetype'), url('../fonts/robotocondensed-regular_0.svg#RobotoCondensedRegular') format('svg');
}
@font-face {
	font-family: 'RobotoMedium';
	src: url('../fonts/roboto-medium_0.eot');
	src: url('../fonts/roboto-medium_0.eot') format('embedded-opentype'), url('../fonts/roboto-medium_0.woff2') format('woff2'), url('../fonts/roboto-medium_0.woff') format('woff'), url('../fonts/roboto-medium_0.ttf') format('truetype'), url('../fonts/roboto-medium_0.svg#RobotoMedium') format('svg');
}
@font-face {
	font-family: 'RobotoCondensedBold';
	src: url('../fonts/robotocondensed-bold_2.eot');
	src: url('../fonts/robotocondensed-bold_2.eot') format('embedded-opentype'), url('../fonts/robotocondensed-bold_2.woff2') format('woff2'), url('../fonts/robotocondensed-bold_2.woff') format('woff'), url('../fonts/robotocondensed-bold_2.ttf') format('truetype'), url('../fonts/robotocondensed-bold_2.svg#RobotoCondensedBold') format('svg');
}
@font-face {
	font-family: 'RobotoLight_0';
	src: url('../fonts/RobotoLight_0.eot');
	src: url('../fonts/RobotoLight_0.eot') format('embedded-opentype'), url('../fonts/RobotoLight_0.woff2') format('woff2'), url('../fonts/RobotoLight_0.woff') format('woff'), url('../fonts/RobotoLight_0.ttf') format('truetype'), url('../fonts/RobotoLight_0.svg#RobotoLight_0') format('svg');
}
@font-face {
	font-family: 'RobotoBlack_0';
	src: url('../fonts/RobotoBlack_0.eot');
	src: url('../fonts/RobotoBlack_0.eot') format('embedded-opentype'), url('../fonts/RobotoBlack_0.woff2') format('woff2'), url('../fonts/RobotoBlack_0.woff') format('woff'), url('../fonts/RobotoBlack_0.ttf') format('truetype'), url('../fonts/RobotoBlack_0.svg#RobotoBlack_0') format('svg');
}
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #343434;
}
img {
	border: 0;
}
a {
	outline: 0;
	cursor: pointer;
	text-decoration: none;
}
input, textarea, password, submit, button {
	outline: none;
}
/*h1 to h6 classes*/
textarea:focus, input:focus, select:focus {
	outline: 0;
	border: none;
}
.clear {
	clear: both;
}
select {
	outline: none;
}
*:focus {
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ul {
	float: left;
	margin: 0px;
	padding: 0px;
	outline-offset: initial;
	list-style: none;
}
li {
	outline: none;
}
.error_top {
	float: left;
	font: 13px 'RobotoLight_0' !important;
	color: #f33d3d !important;
	font-weight: normal !important;
}
.error_mess {
	font: 13px 'RobotoLight_0';
	color: #f33d3d !important;
	margin-top: 5px;
	font-weight: normal !important;
	text-align:center;
}
.sucess_mess {
	text-align:center;
	font: 14px 'RobotoMedium';
	color: #49b9a5 !important;
	margin: 5px 0 10px 0;
	font-weight: normal !important;
}
#wrapper_container {
	float: left;
	width: 100%;
}
#wrapper_container_popup {
	float: left;
	width: 100%;
	background: #fff;
}
.header_contain {
	float: left;
	width: 100%;
	background: #f52021;
}
.header_contain_popup {
	float: left;
	width: 100%;
	background: #f52021;
	position: relative;
}
.header_contain_blk {
	float: left;
	width: 100%;
	background: #f52021;
}
#logo {
	float: left;
	padding: 12px 0 13px 10px;
}
#logo img {
	width: 100px;
	height: 28px;
}
.setting {
	float: right;
	padding: 19px 20px 14px 15px;
}
.setting img {
	width: 18px;
	height: 13px;
}
.add_top {
	float: right;
	padding: 11px 15px 14px 11px;
}
.add_top a {
 font:font: 12px 'RobotoLight_0';
	color: #fff;
	float: left;
}
.add_top a span {
	margin-right: 10px;
	float: left;
	line-height: 23px;
}
.add_top img {
	width: 24px;
	height: 24px;
}
.main_add_btn {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.add_top_blk {
	float: right;
	margin-right: 4%;
}
.add_top_blk a {
 font:font: 12px 'RobotoLight_0';
	color: #fff;
	float: left;
	background: #4f5153;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 7px 8px;
}
.add_top_blk a span {
	margin-right: 10px;
	line-height: 18px;
}
.add_top_blk img {
	width: 18px;
	height: 18px;
	float: right;
}
#nav {
	float: left;
	background: #f3f3f3;
	width: 100%;
	height: 44px;
	clear: both;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(229,229,229,1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(229,229,229,1);
	box-shadow: 0px 1px 0px 0px rgba(229,229,229,1);
}
#nav ul {
	width: 100%;
	float: left;
}
#nav ul li {
	float: left;
	list-style: none;
	outline: none;
	display: inline;
	cursor: pointer;
	margin: 0;
	-webkit-appearance: none;
}
#nav ul li a {
	color: #4c4b4b;
	font: 14px 'RobotoMedium';
	text-transform: uppercase;
	line-height: 21px;
	float: left;
	width: 100%;
	padding: 12px 0 10px;
	text-align: center;
}
#nav ul li span.mid_li {
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	float: left;
	width: 100%;
}
#nav ul li span.signup_li {
	border-left: 1px solid #d0d0d0;
	float: left;
	width: 100%;
}
#nav ul li.mobile {
	float: left;
	width: 39%;
	text-align: center;
}
#nav ul li.dth {
	float: left;
	width: 20%;
	text-align: center;
}
#nav ul li.datacrd {
	float: left;
	width: 41%;
	text-align: center;
}
#nav ul li:hover {
	display: block;
	border-bottom: 3px solid #f47a7b;
}
#nav ul li.active {
	display: block;
	border-bottom: 3px solid #f47a7b;
}
.Content {
	float: left;
	min-height: 150px;
	width: 100%;
}
.content_inn {
	margin: 20px 15px;
}
.Content p {
	float: left;
	margin-top: 0;
	width: 100%;
	margin-bottom: 20px;
	border: 0;
}
.Content input {
	border: none;
	border-bottom: 1px solid #e5e5e5 !important;
	color: #474747;
	float: left;
	font: 16px 'RobotoLight_0';
	margin-top: 9px;
	padding: 5px 0 5px 6px;
	width: 99%;
	line-height: 18px;
	background: none;
}
.Content h2 {
	font: 20px 'RobotoMedium';
}
.Content .online_rch_input input {
	border: none;
	border-bottom: 1px solid #e5e5e5 !important;
	color: #474747;
	float: left;
	font: 18px 'RobotoLight_0';
	margin-top: 9px;
	padding: 5px 0 5px 0;
	width: 100%;
	line-height: 24px;
	background: none;
}
.online_rch_input input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #bbbbbb;
font:18px 'RobotoMedium' !important;
opacity:  1;
}
.Content select {
	border: none;
	outline: none;
	border-bottom: 1px solid #e5e5e5 !important;
	float: left;
	color: #bbbbbb;
	font: 16px 'RobotoMedium';
	margin-top: 9px;
	padding: 0;
	width: 100%;
	line-height: 18px;
	background: none;
}
.Content option {
	margin: 0;
	padding: 0;
	height: 25px;
	font: 12px Arial;
	outline: none;
	border: none;
}
.Content p a.plans {
	font: 12px 'RobotoLight_0';
	color: #ff3d3d;
	text-decoration: underline;
}
.Content input::-webkit-input-placeholder { /* WebKit browsers */
 color:    #bbbbbb;
font:16px 'RobotoMedium';
}
.Content input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #bbbbbb;
font:16px 'RobotoMedium';
opacity:  1;
}
.Content input::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #bbbbbb;
/*font: 16px 'RobotoLight_0';*/
opacity:  1;
}
.Content input:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    #bbbbbb;
font:16px 'RobotoMedium';
}
.Content a.button {
	background: #f97171;
	color: #fff;
	font: 16px 'RobotoMedium';
	cursor: pointer;
	width: 100%;
	float: left;
	padding: 7px 0;
	text-align: center;
	border-radius: 3px;
	line-height: 28px;
}
.Content input.button {
	background: #f97171;
	color: #fff;
	font: 16px 'RobotoMedium';
	cursor: pointer;
	width: 100%;
	float: left;
	padding: 7px 0;
	text-align: center;
	border-radius: 3px;
	line-height: 28px;
	text-align: center;
}
.Content input.button_processing {
	background: #49b9a5;
	color: #fff;
	font: 16px 'RobotoMedium';
	cursor: pointer;
	width: 100%;
	float: left;
	padding: 7px 0;
	text-align: center;
	border-radius: 3px;
	line-height: 28px;
	text-align: center;
}
.overlay-arrow {
	font-size: 11px;
	color: #959595;
	position: absolute;
	right: 10px;
	cursor: default;
	top: 12px;
}
.parent {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}
.fix {
	color: #bbbbbb;
	float: left;
	font: 14px 'RobotoMedium';
	width: 100%;
	text-align: center;
	text-decoration: underline;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* order page start */
.order_detail_inn {
	margin: 15px 10px;
}
.order_wrapper_main {
	float: left;
	width: 100%;
}
.order_type_main {
	float: left;
	width: 80%;
	margin: 0 10%;
}
.recent_order_top {
	float: left;
	width: 47%;
	padding: 3% 1%;
	border: 1px solid #b8b8b8;
	margin-right: 1px;
	background: #fff;
}
.recent_order_top span {
	color: #6b6868;
	font: 13px/18px "RobotoMedium";
	line-height: 18px;
	float: left;
}
.recent_order_top span.active_order {
	float: left;
	margin: 0 5px 0 10px;
}
.all_order_top {
	float: left;
	width: 47%;
	padding: 3% 1%;
	border: 1px solid #b8b8b8;
	background: #fff;
}
.all_order_top span {
	color: #c6c4c4;
	font: 13px/18px "RobotoMedium";
	line-height: 18px;
	float: left;
}
.all_order_top span.inactive_order {
	float: left;
	margin: 0 5px 0 10px;
	color: #c6c4c4;
}
.select_date_div {
	float: left;
	text-align: center;
	width: 100%;
	margin: 20px 0 10px 0;
}
.select_date_div .select_div_blue {
	width: 60%;
	float: left;
	margin: 0 20%;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.select_date_div .select_div_blue .select_month {
	float: left;
	width: 38%;
	background: #474747;
	color: #fff;
	padding: 8px 0;
	font: 16px 'RobotoMedium';
	line-height: 22px;
}
.select_date_div .select_div_blue a {
	float: left;
	width: 100%;
	padding: 0;
	background: #65c3ed;
	text-decoration: none;
	height: 38px;
	line-height: 38px;
	font: 16px 'RobotoMedium';
	color: #fff;
	line-height: 38px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #3ca7da;
}
.select_date_div .select_div_blue a span {
	margin: 0 3px;
}
.select_date_div .select_div_blue span.date {
	color: #fff;
	font: 16px 'RobotoMedium';
	margin: 0 2px;
}
.select_date_div .select_div_blue select {
	border: none;
	outline: none;
	border-bottom: 0;
	float: none;
	color: #474747;
	font: 16px 'RobotoMedium';
	margin-top: 0px;
	padding: 0;
	width: 60%;
	line-height: 22px;
	background: none;
	text-decoration: none;
	color: #fff;
}
.select_date_div .select_div_blue1 {
	width: 90%;
	float: left;
	margin: 0 5%;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.select_date_div .select_div_blue1 .select_month {
	float: left;
	width: 37%;
	background: #fff;
	color: #fff;
	padding: 8px 0;
	font: 14px 'RobotoMedium';
	line-height: 22px;
	border: 1px solid #ccc;
	color: #474747;
}
.select_date_div .select_div_blue1 .select_year {
	float: left;
	width: 39%;
	padding: 0;
	background: #fff;
	text-decoration: none;
	font: 16px 'RobotoMedium';
	color: #fff;
	line-height: 22px;
	border: 1px solid #ccc;
	padding: 8px 0;
	margin-left: 2%;
}
.select_date_div .select_div_blue1 .go_btn {
	float: left;
	width: 17%;
	padding: 0;
	background: #49b9a5;
	text-decoration: none;
	font: 16px 'RobotoMedium';
	color: #fff;
	line-height: 22px;
	border: 1px solid #49b9a5;
	padding: 10px 0;
	margin-left: 2%;
}
.select_date_div .select_div_blue1 .go_btn input {
	border: none;
	border-bottom: none;
	color: #fff;
	float: left;
	font: 16px 'RobotoMedium';
	margin-top: 0;
	padding: 0;
	width: 99%;
	line-height: 18px;
	background: #49b9a5;
	text-transform: uppercase;
}
.select_date_div .select_div_blue1 a span {
	margin: 0 3px;
}
.select_date_div .select_div_blue1 span.date {
	color: #fff;
	font: 16px 'RobotoMedium';
	margin: 0 2px;
}
.select_date_div .select_div_blue1 select {
	border: none;
	outline: none;
	border-bottom: 0;
	float: none;
	color: #474747 !important;
	font: 16px 'RobotoMedium';
	margin-top: 0px;
	padding: 0;
	width: 99%;
	line-height: 22px;
	background: none;
	text-decoration: none;
	color: #fff;
}
.select_date_div .select_div_blue1 select option {
	color: #000;
}
.load_more {
	float: left;
	margin: 10px 0;
	width: 100%;
}
.load_more input {
	color: #000;
	background: #ccc;
	padding: 8px 0;
	float: left;
	text-align: center;
	width: 100%;
	font-weight: bold;
}
.order_detail_box_wrap {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.order_detail_box {
	float: left;
	border: 1px solid #dfdfdf;
	width: 93%;
	padding: 4% 4% 2% 3%;
	margin-bottom: 4px;
	background: #fff;
	border-bottom: 2px solid #dadada;
}
.date_section {
	float: left;
	border: 1px solid #d5d5d5;
	width: 15%;
}
.date_section span.order_month {
	float: left;
	text-align: center;
	background: #f0f0f0;
	border-bottom: 1px solid #d5d5d5;
	width: 100%;
	padding: 4px 0;
	color: #7c7c7c;
	font: 11px "RobotoMedium";
	text-transform: uppercase;
}
.date_section span.order_date {
	float: left;
	text-align: center;
	width: 100%;
	padding: 3px 0;
	color: #646464;
	font: 14px "RobotoMedium";
}
.order_detail_section {
	float: left;
	width: 79%;
	margin-left: 5%;
}
.order_detail_section_top {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 8px;
}
.order_detail_section_top .order_mb_no {
	float: left;
	width: 70%;
}
.order_detail_section_top .order_mb_no span.m_no {
	float: left;
	width: 100%;
	color: #252525;
	font: 15px "RobotoMedium";
	margin-bottom: 5px;
}
.order_detail_section_top .order_mb_no span.operator {
	float: left;
	width: 100%;
	color: #474747;
	font: 11px "RobotoMedium";
}
.order_detail_section_top .rupees {
	float: right;
}
.order_detail_section_top .rupees img {
	width: 8px;
	height: 11px;
	margin-right: 5px;
}
.order_detail_section_top .rupees span {
	color: #252525;
	font: 15px "RobotoMedium";
}
.order_detail_section_bottom {
	float: left;
	width: 100%;
	margin-top: 8px;
}
.order_detail_section_bottom .order_id {
	float: left;
	width: 80%;
	color: #8f8f8f;
	font: 12px "RobotoMedium";
}
.order_detail_section_bottom .order_type {
	float: right;
}
.order_detail_section_bottom .type_text {
	float: left;
	text-align: right;
	width: 100%;
	color: #363636;
	font: 9px "RobotoMedium";
	margin-top: 5px;
}
.order_detail_section_bottom .order_type img {
	height: 18px;
	width: 18px;
}
.download_app {
	float: left;
	text-align: center;
	width: 100%;
	margin:20px 0 0 0;
	background:url(../images/pattren.jpg) repeat-x 100% 100%;
	box-sizing:border-box;
	border-radius:5px;
}
.download_app p {
	text-align: center;
	width:100%; float:left; margin:0 !important
}
.download_app p a{
	 width:100%; float:left;
	 }

.download_app img {
	max-width: 100%;
}
.rch_btm_text {
	float: left;
	width: 100%;
}
.rch_btm_text p {
	font: 13px 'RobotoLight_0';
	color: #4c4b4b;
	text-align: justify;
}
.home_contain {
	float: left;
	width: 100%;
}
/*  Main MenuBar */
.recharge_navigation {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	list-style: none;
	padding: 0;
	width: 100%;
}
.recharge_navigation li {
	background: none repeat scroll 0 0 hsl(0, 0%, 100%);
	border-top: 1px solid hsl(0, 0%, 82%);
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.recharge_navigation li.last_li {
	border-bottom: 1px solid hsl(0, 0%, 82%);
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.recharge_navigation .nav_main {
	height: 34px;
	margin-right: 15px;
}
.recharge_navigation .nav_main .rechrge-status {
	float: left;
	width: 50px;
}
.recharge_navigation .nav_main .rechrge-status img {
	width: 50px;
}
.recharge_navigation .nav_main span {
	width: 100%;
	float: left;
}
.recharge_navigation .nav_main .hm_text_div {
	float: left;
	width: 77%;
	margin-left: 3%;
}
.recharge_navigation .nav_main span.rechrge-title {
	color: #2e3035;
	font: 21px 'RobotoLight_0';
	font-weight: bold;
	line-height: 25px;
	margin: 0;
}
.recharge_navigation .nav_main span.rechrge_tile_text {
	font: 16px 'RobotoLight_0';
	color: #7e7e7e;
	font-weight: bold;
	line-height: 18px;
	margin: 5px 0;
}
.recharge_navigation li a {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
	background: url(../images/right-arrow.png) no-repeat right center #fff;
}
.recharge_navigation li a:hover {
	color: #CF5701;
}
.recharge_navigation li a.active {
	color: #CF5701;
}
.home_btm_text {
	float: left;
	width: 100%;
	margin: 20px 0 0;
}
.home_btm_text h2 {
	font: 18px "RobotoMedium";
	color: #f52021;
	margin-bottom: 10px;
}
.home_btm_text p {
	font: 13px 'RobotoLight_0';
	color: #4c4b4b;
	text-align: justify;
}
h1.welcome_mess {
	font: 18px 'RobotoBlack_0';
	color: #505159;
	margin-bottom: 5px;
	text-align: center;
}
.payment_detect_main {
	float: left;
	width: 100%;
	background: #fffff3;
	border-bottom: 2px solid #ccc;
	margin-bottom: 15px;
}
.payment_detect_steps {
	float: left;
	padding: 5px 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.payment_detect_steps .stp1 {
	float: left;
	width: 60%;
	font: 15px/36px 'RobotoMedium';
	color: #838385;
	margin-left: 15px;
}
.payment_detect_steps .stp2 {
	float: right;
	width: 24%;
	font: 15px/36px 'RobotoMedium';
	color: #838385;
}
.payment_detect_steps .stp2 .amnt_deduct {
	float: left;
	width: 10%;
	font-size: 20px;
	line-height: 34px;
}
.payment_detect_steps .stp2 .amnt_rechrge {
	float: left;
}
.select_option {
	float: left;
	margin: 15px 0 20px 0;
	width: 100%;
	text-align: center;
}
.select_option p {
	text-align: center;
	border-bottom: 1px solid #9dd8f8;
	height: 13px;
}
.select_option p span {
	border: 1px solid #9dd8f8;
	background: #fff;
	padding: 12px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: 18px 'RobotoLight_0';
	color: #1e94ce;
}
#payment_nav {
	float: left;
	background: #f3f3f3;
	width: 100%;
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#payment_nav ul {
	width: 100%;
	float: left;
}
#payment_nav ul li {
	float: left;
	list-style: none;
	outline: none;
	display: inline;
	cursor: pointer;
	margin: 0;
	-webkit-appearance: none;
	 border-bottom: 3px solid transparent;
}
#payment_nav ul li a {
	color: #4c4b4b;
	font: 12px 'RobotoMedium';
	text-transform: uppercase;
	line-height:13px;
	float: left;
	width: 100%;
	padding:16px 0;
}
#payment_nav ul li span.mid_li {
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	float: left;
	width: 100%;
}
#payment_nav ul li span.last_li {
	border-left: 1px solid #d0d0d0;
	float: left;
	width: 100%;
}
#payment_nav ul li.credit_card {
	float: left;
	width: 25%;
	text-align: center;
}
#payment_nav ul li.debit_card {
	float: left;
	width: 23%;
	text-align: center;
}
#payment_nav ul li.net_banking {
	float: left;
	width: 26%;
	text-align: center;
}
#payment_nav ul li.payumoney {
	float: left;
	width: 25%;
	text-align: center;
}
#payment_nav ul li:hover {
	display: block;
	border-bottom: 3px solid #f47a7b;
}
#payment_nav ul li.active {
	display: block;
	border-bottom: 3px solid #f47a7b;
}
.payment_option {
	float: left;
	width: 100%;
}
.payment_option span {
	font: 14px 'RobotoLight_0';
	color: #000;
	font-weight: bold;
}
#login_signup_nav {
	float: left;
	background: #f3f3f3;
	width: 100%;
	clear: both;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(229,229,229,1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(229,229,229,1);
	box-shadow: 0px 1px 0px 0px rgba(229,229,229,1);
}
#login_signup_nav ul {
	width: 100%;
	float: left;
}
#login_signup_nav ul li {
	float: left;
	list-style: none;
	outline: none;
	display: inline;
	cursor: pointer;
	margin: 0;
	-webkit-appearance: none;
	padding:0px;
}
#login_signup_nav ul li a {
	color: #4c4b4b;
	font: 14px 'RobotoMedium';
	text-transform: uppercase;
	line-height: 21px;
	padding:10px 0;
	display:block;
}
#login_signup_nav ul li span.mid_li {
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	float: left;
	width: 100%;
}
#login_signup_nav ul li span.signup_li {
	border-left: 1px solid #d0d0d0;
	float: left;
	width: 100%;
}
#login_signup_nav ul li.login {
	float: left;
	width: 50%;
	text-align: center;
}
#login_signup_nav ul li.signup {
	float: left;
	width: 49.9%;
	text-align: center;
}
#login_signup_nav ul li.signup a{ display:block; width:100%; float:left;}

#login_signup_nav ul li:hover {
	display: block;
	border-bottom: 3px solid #f47a7b;
}
#login_signup_nav ul li.active {
	border-bottom: 3px solid #f47a7b;
}
a.forgot_pass {
	font: 12px Arial;
	color: #ff3d3d;
	text-decoration: underline;
}
.fb_login {
	float: left;
	width: 100%;
}
.fb_login p {
	text-align: center;
	margin: 15px 0;
}
.fb_login a.connect_fb {
	font: 20px Arial;
	font-weight: bold;
	float: left;
	width: 100%;
	background: #637dab;
	color: #fff;
	padding: 4px 0;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.fb_login p.not_register {
	font: 17px 'RobotoLight_0';
	color: #000000;
}
.fb_login a.click {
	color: #ff3a3b;
}
.fb_login p.guet_order {
	font: 12px 'RobotoLight_0';
	color: #000000;
	margin: 5px 0 0 0;
}
.fb_login a.click {
	color: #ff3a3b;
}
h1.login_hdng {
	font: 24px 'RobotoLight_0';
	color: #4c4b4b;
	text-transform: uppercase;
}
/* contsct us page start */

.bacbutton {
	float: left;
	padding: 12px 0 13px 10px;
}
.bacbutton img {
	width: 11px;
	height: 16px;
}
.bacbutton span {
	font: 20px 'RobotoLight_0';
	color: #fff;
	margin-left: 10px;
}
h1.contact_hdng {
	font: 20px 'RobotoLight_0';
	color: #505159;
	margin-top: 55px;
	margin-bottom: 45px;
	text-align: center;
}
.problem_types_main {
	float: left;
	width: 100%;
	margin-bottom: 45px;
}
.prob_row1 {
	float: left;
	width: 100%;
}
.prob_row1 p {
	float: left;
	text-align: center;
}
.prob_row1 a {
	font: 14px 'RobotoLight_0';
	color: #313434;
	text-align: center;
}
.prob_row1 img {
	height: 60px;
	width: 60px;
	margin-bottom: 6px;
}
.prob_row1 .fl_lt {
	float: left;
	width: 46%;
	text-align: right;
}
.prob_row1 .fl_rt {
	float: right;
	width: 46%;
	text-align: left;
}
.prob_row1 .prb1 {
	float: right;
	width: 80px;
	text-align: center;
}
.prob_row1 .prb2 {
	float: left;
	width: 80px;
	text-align: center;
}
.prob_row2 {
	float: left;
	width: 100%;
}
.prob_row2 p {
	float: left;
	text-align: center;
}
.prob_row2 a {
	font: 14px 'RobotoLight_0';
	color: #313434;
	text-align: center;
}
.prob_row2 img {
	height: 60px;
	width: 60px;
	margin-bottom: 6px;
}
.prob_row2 .fl_lt {
	float: left;
	width: 33%;
	text-align: right;
}
.prob_row2 .fl_rt {
	float: right;
	width: 33%;
	text-align: left;
}
.prob_row2 .prb3 {
	float: left;
	width: 100%;
	text-align: center;
}
.prob_row2 .prb4 {
	float: left;
	width: 100%;
	text-align: center;
}
.prob_row2 .prb5 {
	float: left;
	width: 100%;
	text-align: center;
}
.problem_hding_text_main {
	float: left;
	width: 100%;
	border-radius:3px;
}
.problem_hding_text_main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:100%;
}
.problem_hding_text_main ul li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #d3d3d5;
	padding: 10px;
	box-sizing:border-box;
}

.problem_hding_text_main ul li a {
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	line-height:normal;
}
.problem_hding_text_main ul li:last-child {
	border-bottom: none;
}
.query_solve_page {
	float: left;
	width: 100%;
}
.query_solve_page h1 {
	font: 18px "RobotoMedium";
	color: #000;
	margin: 15px 0;
}
.query_solve_page p {
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	margin-bottom: 15px;
}
.query_solve_page span {
	font: 17px 'RobotoLight_0';
	color: #f97b4f;
	margin: 15px 0 8px 0;
	text-decoration: underline;
	width: 100%;
	text-align: center;
	float: left;
}
.query_solve_page a.yes_btn {
	float: left;
	background: #5de0c9;
	font: 20px "RobotoMedium";
	text-transform: uppercase;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 46%;
	text-align: center;
	padding: 5px 0;
}
.query_solve_page a.no_btn {
	float: right;
	background: #fd6969;
	font: 20px "RobotoMedium";
	text-transform: uppercase;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 46%;
	text-align: center;
	padding: 5px 0;
}
.stille_unsolved_page {
	float: left;
	width: 100%;
}
.stille_unsolved_page h1 {
	font: 20px 'RobotoLight_0';
	color: #000;
	margin: 5px 0 15px 0;
}
.stille_unsolved_page p {
	font: 16px 'RobotoLight_0';
	color: #000;
	margin-bottom: 15px;
}
.stille_unsolved_page span.select_order_option {
	font: 14px "RobotoMedium";
	color: #000000;
	margin: 5px 0 8px 0;
	width: 100%;
	text-align: center;
	float: left;
}
.stille_unsolved_page span.type_ques {
	font: 13px 'RobotoLight_0';
	color: #808080;
	margin: 8px 0;
	width: 100%;
	text-align: left;
	float: left;
}
.stille_unsolved_page textarea {
	float: left;
	min-width: 100%;
	max-width: 100%;
	min-height: 100px;
	border: 1px solid #d1d1d1;
	margin-bottom: 25px;
}
.stille_unsolved_page input.submit {
	background: #f97171;
	color: #fff;
	font: 16px 'RobotoMedium';
	cursor: pointer;
	width: 100%;
	float: left;
	padding: 7px 0;
	text-align: center;
	border-radius: 3px;
	line-height: 28px;
	text-align: center;
}
.select_order_div {
	float: left;
	width: 100%;
	border-top: 1px dashed #b9b9b9;
	border-bottom: 1px dashed #b9b9b9;
	background: #fffef2;
	margin-bottom: 20px;
}
.select_order_div p {
	font: 14px 'RobotoLight_0';
	color: #525252;
	padding: 12px 0;
	text-align: center;
	margin: 0;
	line-height: 30px;
}
.error_mess_contactus {
	float: left;
	font: 13px 'RobotoLight_0';
	color: #f33d3d !important;
	margin-top: 5px;
	font-weight: normal !important;
	margin: -18px 0 15px 0 !important;
}
.select_order_div p a {
	font: 14px 'RobotoMedium';
	color: #525252;
	padding: 10px 0;
	text-transform: uppercase;
}
.select_order_div p.order_sected {
	float: left;
	text-align: left;
}
.select_order_div p .order_no {
	font: 14px 'RobotoLight_0';
	color: #000000;
	margin: 5px 0 8px 0;
	width: 100%;
	text-align: left;
	width: auto;
}
.select_order_div p .cross_btn {
	float: right;
	padding: 0;
}
.select_order_div p .cross_btn img {
	height: 24px;
	width: 24px;
	margin-top: 2px;
}
.tarrif_bottom_detail {
	float: left;
	width: 96%;
	background: #f5f5f5;
	padding: 12px 2%;
	margin-top: 10px;
}
.tarrif_bottom_detail p {
	margin: 0;
	font: 13px 'RobotoMedium';
	color: #474747;
}
.tarrif_detail_box_wrap {
	float: left;
	width: 100%;
}
.tarrif_detail_box {
	float: left;
	border: 1px solid #dfdfdf;
	width: 100%;
	margin-bottom: 6px;
	background: #fff;
	border-bottom: 2px solid #dadada;
	 box-sizing: border-box;
}
.tarrif_detail_box_inn {
	float: left;
	width: 93%;
	padding: 2% 4% 0% 3%;
}
.money_section {
	float: left;
	min-width: 25%;
}
.money_section span.order_month {
	float: left;
	text-align: left;
	width: 100%;
	padding: 6px 0 4px 0;
	color: #f2393a;
	font: 20px "RobotoMedium";
}
.tarrif_detail_section {
	float: left;
	width: 55%;
	margin-left: 5%;
	border-left: 1px solid #e1e1e1;
	padding-left: 5%;
}
.tarrif_detail_section_top {
	float: left;
	width: 100%;
}
.tarrif_detail_section_top .talktime {
	float: left;
	width: 100%;
}
.tarrif_detail_section_top .talktime span.talktime_lt {
	float: left;
	width: 45%;
	color: #9d9d9d;
	font: 14px "RobotoMedium";
	margin-bottom: 5px;
	margin-right: 5px;
}
.tarrif_detail_section_top .talktime span.talktime_rt {
	float: left;
	color: #252525;
	font: 14px "RobotoMedium";
	margin-bottom: 5px;
	margin-right: 15px;
}
.tarrif_detail_section_top .talktime span.operator {
	float: left;
	width: 100%;
	color: #474747;
	font: 11px "RobotoMedium";
}
.tarrif_detail_section_top .validity {
	float: left;
	width: 100%;
}
.tarrif_detail_section_top .validity span.validity_lt {
	float: left;
	width: 45%;
	color: #9d9d9d;
	font: 14px "RobotoMedium";
	margin-bottom: 5px;
	margin-right: 5px;
}
.tarrif_detail_section_top .validity span.validity_rt {
	float: left;
	color: #252525;
	font: 14px "RobotoMedium";
	margin-bottom: 5px;
	margin-right: 15px;
}
.select_tarrif_div {
	float: left;
	width: 100%;
}
.select_tarrif_div select {
	border: none;
	outline: none;
	border-bottom: 0;
	float: none;
	color: #000 !important;
	font: 16px 'RobotoMedium';
	margin: 0 0 15px 0px;
	padding: 8px 0;
	width: 100%;
	line-height: 22px;
	background: #f8f8f8;
	text-decoration: none;
	color: #fff;
	border: 1px solid #707070;
}
/* wallet main */

.wallet_main {
	float: left;
	width: 100%;
}
.wallet_top_contain {
	float: left;
	background: #eaeaea;
	width: 100%;
	padding:20px 10px;
	box-sizing:border-box;
}
.wallet_header {
	float: left;
	width:100%;
	margin:0 0 20px 0;
	background: #fff;
	padding:5px 10px;
	box-sizing:border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wallet_hedr_left {
	float: left;
}
.wallet_hedr_left span {
	float: left;
	color: #000;
	font: 20px 'RobotoLight_0';
	line-height: 43px;
	margin-right: 10px;
}
.wallet_hedr_rt {
	float: right;
	margin-top: 10px;
}
.wallet_hedr_rt span {
	float: left;
	color: #f20031;
	font: 19px "RobotoMedium";
	margin-left: 10px;
	line-height: 24px;
}
.wallet_hedr_rt span img {
	height: 20px;
	width: 13px;
}
.wallet_header_add_money {
	float: left;
	width:100%;
}
.wallet_header_add_money .wallet_hedr_left {
	float: left;
}
.wallet_header_add_money .wallet_hedr_left span {
	float: left;
	color: #000;
	font: 16px 'RobotoLight_0';
	line-height: 43px;
	margin-right: 10px;
}
.wallet_header_add_money .wallet_hedr_left span input {
	border-bottom: 1px solid #474747;
	width: 50px;
	margin-top: 0px;
	font-size:14px;
	padding:5px;
}
.wallet_header_add_money .wallet_hedr_rt {
	float: right;
	margin-top: 0;
}
.wallet_header_add_money .wallet_hedr_rt input[type="submit"] {
	float: left;
	color: #fff;
	font: 19px "RobotoMedium";
	margin:0px;
	line-height: 24px;
	padding: 10px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f20031;
	cursor:pointer;
}
.wallet_benifit_main {
	float: left;
	width: 100%;
	padding:20px 10px;
	box-sizing:border-box;
}
.benefit_inn {
	margin: 15px 10px;
}
.benefit_div {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin: 15px 0;
}
.benefit_img {
	float: left;
}
.benefit_img img {
	height: 35px;
	width: 35px;
}
.benefit_text {
	float: right;
	width: 85%;
}
.benefit_text h3 {
	color: #000;
	font:18px 'RobotoLight_0';
	margin-bottom: 5px;
}
.benefit_text p {
	color: #313434;
	font: 14px "RobotoLight_0";
	margin-bottom: 0;
}
.login_signup_btn {
	float: right;
	width: 100%;
	margin: 15px 0;
}
.login_signup_btn .fog_psw_login {
	float: right;
	margin-left: 15px;
	background: #3d4c53;
	padding: 5px 8px;
	color: #fff;
	font: 12px "RobotoMedium";
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.login_signup_btn .fog_psw_signup {
	float: right;
	background: #3d4c53;
	padding: 5px 8px;
	color: #fff;
	font: 12px "RobotoMedium";
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* account page start */
.account_page_div {
	float: left;
	width: 100%;
}
.account_page_div p {
	float: left;
	margin-top: 0;
	width: 100%;
	margin-bottom: 10px;
	border: 0;
	border-bottom: 1px solid #2a2a2a;
	padding-bottom: 5px;
}
.account_page_div h2 {
	color: #fff;
}
.account_page_div span {
	border: none;
	color: #fff;
	float: left;
	font: 16px 'RobotoLight_0';
	margin-top: 9px;
	padding: 5px 0 5px 6px;
	width: 99%;
	line-height: 18px;
	background: none;
}
.account_page_div a {
	border: none;
	color: #fff;
	float: left;
	font: 16px 'RobotoLight_0';
	margin-top: 0px;
	width: 99%;
	line-height: 24px;
	background: none;
	padding: 10px 0 15px 6px;
}
.account_page_div a img {
	float: left;
	margin-right: 15px;
}
.account_heading {
	position: relative;
	float: left;
	width: 100%;
}
/* account page end */



.popup_wrapper_container_main {
	float: left;
	width: 100%;
	height: 100% !important;
}
.popup_wrap_inn {
	margin: 15px;
}
.click_on {
	float: left;
}
.click_on a {
	float: left;
	margin-left: 10px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}
.popup_open_div {
	float: left;
	width: 100%;
}
.popup_open_div a {
	color: #474747;
	font-size: 12px;
}
.messge_div {
	float: left;
	margin-top: 5%;
	text-align: center;
	width: 100%;
}
.messge_div p {
	font: 16px 'RobotoLight_0';
	color: #474747;
}
.have_issue_main {
	float: left;
	background: #fff;
	width: 100%;
}
.have_issue_nav {
	float: left;
	background: #fff;
	width: 100%;
	height: 44px;
	clear: both;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(229,229,229,1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(229,229,229,1);
	box-shadow: 0px 1px 0px 0px rgba(229,229,229,1);
}
.have_issue_nav ul {
	width: 100%;
	float: left;
}
.have_issue_nav ul li {
	float: left;
	list-style: none;
	outline: none;
	display: inline;
	cursor: pointer;
	margin: 0;
	-webkit-appearance: none;
}
.have_issue_nav ul li a {
	color: #4c4b4b;
	font: 14px 'RobotoMedium';
	text-transform: uppercase;
	line-height: 21px;
	padding: 12px 0 10px;
	float: left;
	width: 100%;
	text-align: center;
}
.have_issue_nav ul li span.mid_li {
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	float: left;
	width: 100%;
}
.have_issue_nav ul li span.signup_li {
	border-left: 1px solid #d0d0d0;
	float: left;
	width: 100%;
}
.have_issue_nav ul li.login {
	float: left;
	width: 49.9%;
	text-align: center;
}
.have_issue_nav ul li.signup {
	float: left;
	width: 50%;
	text-align: center;
}
.have_issue_nav ul li:hover {
	display: block;
	border-bottom: 3px solid #f47a7b;
}
.have_issue_nav ul li.active {
	border-bottom: 3px solid #f47a7b;
}
.issue_box_main {
	float: left;
	width: 94%;
	background: #f6f6f6;
	padding: 3%;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
	margin: 5px 0;
}
.issue_box_main .row_top {
	float: left;
	width: 100%;
	border-bottom: 1px solid #dadada;
	padding-bottom: 15px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(255,255,255,1);
	box-shadow: 0px 1px 1px 0px rgba(255,255,255,1);
}
.issue_box_main .row_top .issue_process_img {
	float: left;
	width: 32px;
	margin-right: 15px;
}
.issue_box_main .row_top .issue_process_img img {
	width: 32px;
}
.issue_box_main .row_top .issue_process_text {
	float: right;
	width: 82%;
	font: 15px 'RobotoLight_0';
	font-weight: bold;
	color: #474747;
	line-height: 20px;
}
.issue_box_main .row_bottom {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.issue_box_main .row_bottom .tikect_no {
	float: left;
	width: 35;
	margin-right: 15px;
	color: #e63636;
	font: 14px 'RobotoLight_0';
}
.issue_box_main .row_bottom .date_time {
	float: right;
	width: 50%;
	color: #777777;
	text-align: right;
	font: 14px 'RobotoLight_0';
}
.chat_content_inn {
	margin: 20px 20px 20px 10px;
}
.chat_main {
	float: left;
	background: #fff;
	width: 96%;
	background: none repeat scroll 0 0 #fff;
	max-width: 100%;
	min-width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0 12px;
}
.chat_box_green {
	float: left;
	width: 94%;
	background: #32c1c9;
	padding: 3%;
	position: relative;
	margin: 5px 0;
}
.chat_arrow_green {
	position: absolute;
	left: -13px;
	top: 0px;
	;
}
.chat_box_green .row_top {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}
.chat_box_green .row_top .issue_process_text {
	float: right;
	width: 100%;
	font: 15px 'RobotoLight_0';
	font-weight: bold;
	color: #fff;
	line-height: 20px;
}
.chat_box_green .row_bottom {
	float: left;
	width: 100%;
}
.chat_box_green .row_bottom .date_time {
	float: left;
	width: 100%;
	color: #fff;
	text-align: left;
	font: 14px 'RobotoLight_0';
}
.chat_box_grey {
	float: left;
	width: 94%;
	background: #e7e7e7;
	padding: 3%;
	margin: 5px 0;
	position: relative;
}
.chat_arrow_grey {
	position: absolute;
	right: -13px;
	top: 0px;
}
.chat_box_grey .row_top {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}
.chat_box_grey .row_top .issue_process_text {
	float: right;
	width: 100%;
	font: 15px 'RobotoLight_0';
	font-weight: bold;
	color: #000;
	line-height: 20px;
}
.chat_box_grey .row_bottom {
	float: left;
	width: 100%;
}
.chat_box_grey .row_bottom .date_time {
	float: left;
	width: 100%;
	color: #777777;
	text-align: left;
	font: 14px 'RobotoLight_0';
}
.chat_bottom {
	float: left;
	width: 100%;
	background: #fff;
}
.chat_bottom_inn {
	margin: 20px 20px 0 20px;
}
.type_meassge_box_main {
	float: left;
	width: 100%;
}
.type_meassge_box {
	float: left;
	width: 70%;
}
.type_meassge_box textarea {
	font: 14px 'RobotoLight_0';
	min-width: 99%;
	max-width: 99%;
	height: auto;
	color: #000;
	border: 1px solid #9a9a9a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 5px;
	margin-right: 10px;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 ); /* IE6-8 */
}
.chat_send_btn {
	float: right;
	width: 20%;
}
.chat_send_btn input {
	background: #ff3e3e;
	padding: 11px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ff3e3e;
	text-align: center;
	width: 100%;
	font: 14px 'RobotoLight_0';
	color: #fff;
}
.terms_condition {
	float: left;
	width: 99%;
}
.terms_condition ul {
	margin: 0;
	padding: 0;
	list-style: disc;
}
.terms_condition ul li {
	float: left;
	width: 100%;
	font: 13px 'RobotoLight_0';
	line-height: 25px;
	color: #000;
	margin-left: 10px;
}
.terms_condition h2 {
	font: 16px 'RobotoMedium';
	margin: 10px 0 5px 0;
}
.dth_winner_div {
	float: left;
	width: 100%;
	margin-top: 0px;
}
.dth_winner_div p {
	text-align: center;
	margin-bottom: 15px;
}
.dth_winner_div img {
	width: 100%;
}
.winner_name {
	float: left;
	height: 32px;
	line-height: 31px;
	border: solid 1px #000;
	width: 100%;
	border-top: 0px;
	background: #574b99;
	position: relative;
}
.winner_name ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.winner_name ul li {
	color: #fff;
	float: left;
	padding: 0px 10px;
	font-size: 13px;
}
.winner_name marquee {
	width: 99%;
}
.view {
	position: absolute;
	top: 1px;
	right: 10px;
}
.view a {
	float: right;
	background: #fff;
	color: #474747;
	border: none;
	outline: none;
	padding: 0 5px;
}
.dth_winner_div a {
	float: left;
	width: 100%;
}
.phonebook_cont_main {
	float: left;
	width: 100%;
}
.phonebook_cont_outer {
	float: left;
	width: 100%;
	border-bottom: 1px solid #8e8e8e;
	padding: 20px 0;
}
.phonebook_cont_inn {
	float: left;
	width: 93%;
	padding: 0 4% 0 3%;
}
.phonebook_oper_img {
	height: 50px;
	width: 50px;
	float: left;
}
.phonebook_oper_img img {
	height: 50px;
	width: 50px;
}
.phonebook_name_no {
	float: right;
	text-align: right;
}
.phonebook_name_no p {
	font: 16px 'RobotoLight_0';
	color: #474747;
	text-align: right;
	margin-bottom: 10px;
}
.phonebook_name_no h3 {
	font: 20px "RobotoMedium";
	color: #535353;
	text-align: right;
}
.phonebook_name_no span {
	font: 11px 'RobotoLight_0';
	color: #474747;
	line-height: 22px;
}
.phonebook_inn_wrap {
	float: left;
	width: 100%;
	padding: 20px 0;
}
.phonebook_name_no_inn {
	float: right;
	text-align: right;
}
.phonebook_name_no_inn p {
	font: 16px 'RobotoLight_0';
	color: #474747;
	text-align: right;
	margin-bottom: 10px;
}
.phonebook_name_no_inn h3 {
	font: 20px "RobotoMedium";
	color: #535353;
	text-align: right;
}
.phonebook_name_no_inn span {
	font: 11px 'RobotoLight_0';
	color: #474747;
	line-height: 22px;
}
.phnbook_bot_div {
	float: left;
	width: 100%;
	
}
.phnbook_bot_div input {
	padding-left: 0px;
}
.phnbook_bot_div input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
/* color:#000;
font:18px 'RobotoLight_0' !important;*/
opacity:  1;
padding-bottom:5px;
}
.phnbook_bot_div input {
	border: none;
	outline: none;
	border-bottom: 1px solid #e5e5e5 !important;
	float: left;
	color: #bbbbbb;
	font: 16px 'RobotoMedium';
	margin-top: 9px;
	padding: 0;
	width: 100%;
	line-height: 18px;
	background: none;
	padding-bottom: 5px;
}
.phnbook_bot_div select {
	border: none;
	outline: none;
	border-bottom: 1px solid #e5e5e5 !important;
	float: left;
	color: #bbbbbb;
	font: 16px 'RobotoMedium';
	margin-top: 9px;
	padding: 0;
	width: 100%;
	line-height: 18px;
	background: none;
}
.phnbook_bot_div label {
	border: none;
	outline: none;
	border-bottom: 1px solid #e5e5e5 !important;
	float: left;
	color: #bbbbbb;
	font: 16px 'RobotoMedium';
	margin-top: 9px;
	padding: 0;
	width: 100%;
	line-height: 18px;
	background: none;
	padding-bottom: 5px;
}
.footer_main {
	float: left;
	width: 100%;
	/*background: #3b3b3d;*/
	margin: 25% 0 15px 0;
	display: block;
}
.footer_main span {
	font: 11px 'RobotoLight_0';
	color: #989898;
	float: left;
	
	width:100%;
	text-align:center;
	margin-top:15px;
}
.footer_main p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.footer_main a {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.footer_nav {
	float: left;
	width: 100%;
	margin: 5px 0 0px 0;
}
.footer_nav p {
	color: #fff;
	text-align: center;
}
.footer_nav a {
	color: #fff;
	font: 12px "RobotoMedium";
}
/* --------------------------orders response----------------------- */
.wrapper_main_recharge {
	float: left;
	width: 100%;
	background: #f4f4f4;
}
.wrap_midle {
	float: left;
	width: 100%;
}
.blue_top_mesg {
	margin: 15px 20px 0;
}
.blue_top_mesg p {
	color: #178cee;
	font: 12px 'RobotoMedium';
	text-align: center;
	margin-bottom: 0px !important;
}
.wrapper_recharge_inn {
	margin: 15px 10px 20px 10px;
	padding: 15px;
	background: #fff;
	border: 1px solid #d3d3d3;
	border-bottom: 3px solid #d3d3d3;
}
.recharge_contain_main {
	float: left;
	width: 100%;
}
.all_recharge_condition_main {
	float: left;
	width: 100%;
}
.sucess_recharge_steps {
	float: left;
	padding: 4px 0;
	width: 100%;
}
.sucess_recharge_steps .stp1 {
	float: left;
	width: 13%;/*padding-left: 10px;*/
}
.sucess_recharge_steps .stp1 img {
	height: 24px;
	width: 24px;
}
.sucess_recharge_steps .stp2 {
	float: left;
	width: 50%;
	font: 13px/26px 'RobotoMedium';
	color: #313334;
}
.sucess_recharge_steps .m_no {
	font-size: 14px;
}
.sucess_recharge_steps .stp3 {
	float: right;
	width: 29%;
	font: 13px/26px 'RobotoMedium';
	color: #444444;
}
.stp2 .operator {
	font: 10px/26px 'RobotoMedium';
	color: #676767;
}
.stp3 .amnt_rechrge {
	float: left;
}
.stp3 .amnt_deduct {
	float: left;
	width: 16px;
	font-size: 20px;
	line-height: 11px;
}
.order_id {
	float: left;
	width: 100%;
	padding: 15px 0;
}
.order_id span.order_id_span {
	float: left;
	font: 11px Arial;
	color: #8f8f8f;
	text-transform: uppercase;
}
.recharge_mode_icon {
	margin-top: 36px;
	width: 100%;
	float: left;
	position: relative;
}
.recharge_mode_icon p span.process_span {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ff8f00;
	color: #ff8f00;
	font: 13px "RobotoBlack_0";
	padding: 16px 13px 6px 13px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.recharge_mode_icon p span.failed_span {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ff6a6a;
	color: #ff6a6a;
	font: 13px "RobotoBlack_0";
	padding: 16px 13px 6px 13px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.recharge_mode_icon p span.sucess_span {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #21c68e;
	color: #21c68e;
	font: 13px "RobotoBlack_0";
	padding: 16px 13px 6px 13px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.recharge_mode_icon p span.payment_failed_span {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ff6a6a;
	color: #ff6a6a;
	font: 13px "RobotoBlack_0";
	padding: 16px 13px 6px 13px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.recharge_mode_icon p {
	padding: 15px 0;
	position: absolute;
	text-align: center;
	top: -3px;
	width: 100%;
}
p.failed_icon {
	left: 3px;
	top: -36px;
	position: absolute;
}
.payfail_bottom_contain {
	margin: 40px 20px 0;
}
.payfail_bottom_contain span {
	color: #f48a01;
	font: 13px 'RobotoMedium';
	text-align: center;
}
.payfail_bottom_contain h2 {
	color: #f48a01;
	font: 13px 'RobotoMedium';
	text-align: center;
}
.payfail_bottom_contain h3 {
	color: #474747;
	font: 13px 'RobotoLight_0';
	line-height: 20px;
	text-align: center;
	margin: 10px 0;
}
.failed_bottom_contain {
	margin: 40px 20px 0;
}
.failed_bottom_contain span {
	color: #f48a01;
	font: 13px 'RobotoMedium';
}
.failed_bottom_contain h3 {
	color: #000;
	font: 13px 'RobotoMedium';
	margin: 10px 0 6px 0;
}
.failed_bottom_contain p {
	color: #7d7d7d;
	font: 13px 'RobotoMedium';
	line-height: 20px;
}
.process_bottom_contain {
	margin: 35px 20px 0;
}
.process_bottom_contain span {
	color: #f48a01;
	font: 13px 'RobotoMedium';
	text-align: center;
}
.process_bottom_contain h2 {
	color: #f48a01;
	font: 13px 'RobotoMedium';
	text-align: center;
}
.process_bottom_contain a.recheck_status_btn {
	color: #fff;
	font: 13px 'RobotoMedium';
	text-align: center;
	background: #ff3d3d;
	padding: 10px;
	border: 1px solid #f33e3e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}
.process_bottom_contain h3 {
	color: #474747;
	font: 12px 'RobotoMedium';
	line-height: 30px;
	text-align: center;
	margin: 10px 0;
}
.process_bottom_contain p {
	color: #178cee;
	font: 12px 'RobotoMedium';
	line-height: 20px;
	text-align: center;
	border: 1px solid #178cee;
	padding: 10px;
}
p.process_icon {
	left: 3px;
	top: -36px;
	position: absolute;
}
p.sucess_icon {
	left: 3px;
	position: absolute;
	top: -36px;
}
p.payment_failed_icon {
	left: 3px;
	position: absolute;
	top: -36px;
}
input.g_fail_input {
	border: none;
	border: 1px solid #d2d2d2 !important;
	color: #474747;
	float: left;
	font: 16px 'RobotoLight_0';
	margin-top: 5px;
	padding: 5px 0 5px 6px;
	width: 99%;
	line-height: 18px;
	background: none;
}
input.g_fail_inpt {
	border: none;
	border-bottom: 1px solid #e5e5e5 !important;
	color: #474747;
	float: left;
	font: 16px 'RobotoLight_0';
	margin-top: 5px;
	padding: 5px 0 5px 0px;
	width: 99%;
	line-height: 18px;
	background: none;
}
select.g_fail_date {
	border: none;
	border: 1px solid #d2d2d2 !important;
	color: #474747;
	float: left;
	font: 16px 'RobotoLight_0';
	margin-top: 5px;
	padding: 5px 0 5px 6px;
	width:32%;
	line-height: 18px;
	background: none;
}
label.g_fail_label {
	color: #bbbbbb;
	font: 16px 'RobotoMedium' !important;
	opacity: 1;
	width:100%;
	float:left;
}
.g_error_mess {
	float: left;
	font: 13px 'RobotoLight_0';
	color: #f33d3d !important;
	margin-top: 5px;
	font-weight: normal !important;
	width:100%;
}
p.g_fail_hdng {
  font: 14px 'RobotoLight_0';
  margin:15px 0;
}
.fail_radio_grp {
	float:left;
	width:100%;
}
.fail_radio_grp p {
	border:1px solid #d2d2d2;
	float:left;
	width:100%;
	
}
.fail_radio_grp input {
	float:left;
	width:16px;
	height:16px;
	margin:0;
	padding:0;
	margin-right:15px;
}
.fail_radio_grp label {
	float:left;
	font: 14px 'RobotoLight_0';
	width:90%;
	margin: 0;
	padding:5%;
	

}
.fail_radio_grp label.active {background:#eef6e0;}




/* popup
----------------------------------------------------------------------*/



.popUpDiv_close {
	position: absolute;
	right: 12px;
	top: 12px;
}
.close {
	float:left;
	border:none !important;
	outline:none;
	background:none;
}


#blanket {
	background-color:#fff;
	opacity: 0.00;
	filter: alpha(opacity=00);
	position: fixed;
	z-index: 99999;
	top: 0px;
	left: 0px;
	
}
#popUpDiv {
	background-color: #fff;
	width:100%;
	min-height:100%;
	z-index: 99999;
	padding: 0;
	top:0!important;
	
	left: 0 !important;
	margin: 0 auto;
	position: fixed;
	right: 0;
	overflow-y:scroll;
}
#loginSignUpPopUpDiv {
	background-color: #fff;
	width:100%;
	height:100% !important;
	/*height: 326px;*/
	height: auto;
	z-index: 99999;
	padding: 0;
	top:0!important;
	
	left: 0 !important;
	margin: 0 auto;
	position: fixed;
	right: 0;
	overflow-y:scroll;
}

#main_contact_wrapper {
	background-color: #fff;
	width:100%;
	height:100% !important;
	/*height: 326px;*/
	height: auto;
	z-index: 99999;
	padding: 0;
	top:0!important;
	
	left: 0 !important;
	margin: 0 auto;
	position: fixed;
	right: 0;
	overflow-y:scroll;
}
.pop_contain_main {
	float: left;
	min-width: 100%;
		max-width: 100%;
	position: relative;
	background-color: #fff;
	
	/*height: 326px;*/
	min-height:100%;
		max-height:100%;
	
}
#menu_popUpDiv {
	background-color: #fff;
	width:100%;
	height:100% !important;
	/*height: 326px;*/
	height: auto;
	z-index: 99999;
	padding: 0;
	top:0!important;
	
	left: 0 !important;
	margin: 0 auto;
	position: fixed;
	right: 0;
	overflow-y:scroll;
}
.close {
	position: absolute;
	right: 12px;
	top: 12px;
}


@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'RobotoCondensedRegular';
	src: url('../fonts/robotocondensed-regular_0.eot');
	src: url('../fonts/robotocondensed-regular_0.eot') format('embedded-opentype'), url('../fonts/robotocondensed-regular_0.woff2') format('woff2'), url('../fonts/robotocondensed-regular_0.woff') format('woff'), url('../fonts/robotocondensed-regular_0.ttf') format('truetype'), url('../fonts/robotocondensed-regular_0.svg#RobotoCondensedRegular') format('svg');
}
@font-face {
	font-family: 'RobotoMedium';
	src: url('../fonts/roboto-medium_0.eot');
	src: url('../fonts/roboto-medium_0.eot') format('embedded-opentype'), url('../fonts/roboto-medium_0.woff2') format('woff2'), url('../fonts/roboto-medium_0.woff') format('woff'), url('../fonts/roboto-medium_0.ttf') format('truetype'), url('../fonts/roboto-medium_0.svg#RobotoMedium') format('svg');
}
@font-face {
	font-family: 'RobotoCondensedBold';
	src: url('../fonts/robotocondensed-bold_2.eot');
	src: url('../fonts/robotocondensed-bold_2.eot') format('embedded-opentype'), url('../fonts/robotocondensed-bold_2.woff2') format('woff2'), url('../fonts/robotocondensed-bold_2.woff') format('woff'), url('../fonts/robotocondensed-bold_2.ttf') format('truetype'), url('../fonts/robotocondensed-bold_2.svg#RobotoCondensedBold') format('svg');
}
@font-face {
	font-family: 'RobotoLight_0';
	src: url('../fonts/RobotoLight_0.eot');
	src: url('../fonts/RobotoLight_0.eot') format('embedded-opentype'), url('../fonts/RobotoLight_0.woff2') format('woff2'), url('../fonts/RobotoLight_0.woff') format('woff'), url('../fonts/RobotoLight_0.ttf') format('truetype'), url('../fonts/RobotoLight_0.svg#RobotoLight_0') format('svg');
}
@font-face {
	font-family: 'RobotoBlack_0';
	src: url('../fonts/RobotoBlack_0.eot');
	src: url('../fonts/RobotoBlack_0.eot') format('embedded-opentype'), url('../fonts/RobotoBlack_0.woff2') format('woff2'), url('../fonts/RobotoBlack_0.woff') format('woff'), url('../fonts/RobotoBlack_0.ttf') format('truetype'), url('../fonts/RobotoBlack_0.svg#RobotoBlack_0') format('svg');
}

body { margin: 0px; padding: 0px; background: #fff; color: #343434;}
img {
	border: 0;
}
a { outline: 0; cursor: pointer; text-decoration: none;}

input, textarea, password, submit, button { outline: none; }
/*h1 to h6 classes*/
textarea:focus, input:focus, select:focus {
    outline: 0;
	border:none;
}
/*select { outline:none; }*/
*:focus {
    outline: 0;
}
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal;}
ul {float: left; margin: 0px; padding: 0px; outline-offset: initial; list-style:none;}
li {outline: none;}
#wrapper_container {float:left; width:100%;}

.Content {float: left;  min-height: 150px; width: 100%;}
.content_inn {margin:20px 15px;}
.profile_main_wrap {float:left; width:100%;}
.profile_cont {float:left; width:100%; margin-bottom:15px;}
.profile_main_wrap .profile_cont .label_text {float:left; width:35%; margin-right:2%;}
.profile_main_wrap .profile_cont .label_text span {font:14px 'RobotoMedium'; color:#4747;}
.profile_main_wrap .profile_cont .input_text {float:left; width:60%;}
.profile_main_wrap .profile_cont .input_text span {font:14px 'RobotoMedium'; color:#4747;}

.profile_main_wrap .prf_edit {float:left; width:100%;}
.profile_main_wrap .prf_edit input {float:left; width:100%; border:0; border-bottom:1px solid #d6d6d6 !important; font:16px 'RobotoLight_0'; color:#000; margin-bottom:20px;}
.profile_main_wrap .prf_edit select {float:left; width:100%; border:0; border-bottom:1px solid #d6d6d6 !important; font:16px 'RobotoLight_0'; color:#000; margin-bottom:20px;}
.prf_edit input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #474747;font:16px 'RobotoLight_0';}
.prf_edit input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #474747;font:16px 'RobotoLight_0';opacity:  1;}
.prf_edit input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #474747;font:16px 'RobotoLight_0'; opacity:  1;}
.prf_edit input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #474747;font:16px 'RobotoLight_0';}
.profile_main_wrap .prf_edit p {margin:0; padding:0;}
.profile_main_wrap .prf_edit span.difr_sex {float:left; font:16px 'RobotoLight_0'; color:#474747; width:60px;}   
.profile_main_wrap .prf_edit label.radio_label {float:left; font:12px 'RobotoMedium'; color:#474747; width:80px; line-height:20px; border:none; margin:0; padding:0;}
.profile_main_wrap .prf_edit label.radio_label span {float:left;}   
.profile_main_wrap .prf_edit input.profile_radio_btn  {float:left; width:17px; height:17px; border:0; margin-bottom:15px; margin-top:0px;} 

.profile_main_wrap .prf_edit span.dob {float:left; font:16px 'RobotoLight_0'; color:#474747; width:100px;}   
.profile_main_wrap .prf_edit select.dob_date {float:left; width:20%; border:0; border-bottom:1px solid #d6d6d6 !important; font:12px 'RobotoMedium'; color:#474747; margin-bottom:20px; margin-right:4%; background:#fff;}
.profile_main_wrap .prf_edit select.dob_mnth {float:left; width:20%; border:0; border-bottom:1px solid #d6d6d6 !important; font:12px 'RobotoMedium'; color:#474747; margin-bottom:20px; margin-right:4%; background:#fff;}
.profile_main_wrap .prf_edit select.dob_year {float:left; width:20%; border:0; border-bottom:1px solid #d6d6d6 !important; font:12px 'RobotoMedium'; color:#474747; margin-bottom:20px; background:#fff;}
.profile_main_wrap .prf_edit input.edit_prof_button {float:left; width:100%; background:#ff3d3d; font:20px 'RobotoMedium'; color:#fff; padding:12px 0; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }
.profile_main_wrap .prf_edit_buttn input.edit_profile_btn {float:left; width:70%; border:none; background:#ff3d3d; font:bold 15px 'RobotoLight_0';  color:#fff; padding:9px 0 0 0; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-top:0px; }
.profile_main_wrap .prf_edit_buttn a.edit_profile_btn {float:left; width:70%; border:none; background:#ff3d3d; font:bold 15px 'RobotoLight_0';  color:#fff; padding:9px 0 0 0; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }
.profile_main_wrap .prf_edit_buttn {float:left;  background:#ff3d3d;  margin: 0 30%; width: 40%; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; text-align:center; margin-top:10px;}
.profile_main_wrap .prf_edit_buttn span.edit_icon {float:left; width:24%; margin:9px 0; text-align:right;}
.profile_main_wrap .prf_edit a {float:left; width:100%; text-align:center; font:14px 'RobotoLight_0'; color:#478ff3; margin-top:20px; text-decoration:underline; }

.profile_main_wrap .prf_edit label {float:left; width:100%; border:0; border-bottom:1px solid #d6d6d6; font:15px 'RobotoLight_0'; color:#000; margin-bottom:13px; padding-bottom:10px;}
.profile_main_wrap .prf_edit label span {font:15px 'RobotoLight_0'; color:#000; float:left;}
.profile_main_wrap .prf_edit label span.name {font:18px 'RobotoMedium'; color:#000;}
.profile_main_wrap .prf_edit label span.mob_no {font:bold 16px 'RobotoLight_0'; color:#000;}
.profile_main_wrap .prf_edit label span.prf_icon_img {float:left; margin-right:5px; width:25px; } 

.wallet_benifit_main h2{font:20px 'RobotoLight_0'; color:#000;}
.accoun_n{ width:100%; float:left; border-top:1px solid #ccc; border-bottom:1px solid #ccc; margin:20px 0;}
.accoun_n ul{ width:100%; float:left;}
.accoun_n ul li{ width:100%; float:left; padding:10px 0;}
.accoun_n ul li span.block_1{ width:50%; float:left; padding:0 2% 0 0; box-sizing:border-box; font: 13px "RobotoMedium";}
.accoun_n ul li span.block_2{ width:50%; float:right; font: 13px "RobotoMedium";}
.accoun_n ul li span.block_2 p{ margin:0px; color:#666;}
.note{ width:100%; float:left; margin:0 0 10px 0;}
.note_p{font: 13px "RobotoMedium";}
.error2{ font-size:13px !important; margin:0px !important;  font-family: "RobotoLight_0" !important; line-height:inherit !important;}

.rech_p{ margin:20px 0 0 0 !important;}
.rech_p span{ color:#f52021;}
.rech_copan{font:16px 'RobotoLight_0'; color:#f52021;}
.offers{ width:100%; float:left; margin:20px 0;}
.offers li{ width:100%; float:left; border-bottom:1px solid #ccc; padding:5px 0;}
.offers li:first-child{border-top:1px solid #ccc;}
.offers li h3{ margin:3px 0; font: 14px "RobotoMedium"; color:#000;}
.offers li p{ margin:0 0 3px 0; font:14px 'RobotoLight_0'; color:#000;}
.offers li a{ display:block; width:100%; float:left;}
.offers li a span:nth-child(1){ width:60px; float:left; margin-right:10px;}
.offers li a span:nth-child(2){ width:75%; float:left;}
.offer_close{ display:block !important;}
.offer_open{ width:100%; float:left; display:none; margin:10px 0 0 0; background:#f1f1f1; padding:10px; box-sizing:border-box;}
.offer_open h3{ color:#666 !important;}
.offer_open p{ color:#666 !important;}
.top_arr {margin: -22px 0 10px 0; text-align: center;}

.refund_in{ margin-bottom:10px;}
.loading_part{ width:100%; float:left; padding:10px 0; box-sizing:border-box; text-align:center;}

.main_center{ width:100%; float:left; padding:20px 10px; box-sizing:border-box;}
.coupon_nav{ width:100%; float:left;  background: #f3f3f3 none repeat scroll 0 0;  box-shadow: 0 1px 0 0 rgba(229, 229, 229, 1);  clear: both;  float: left;}
.coupon_nav ul{ width:100%; float:left;}
.coupon_nav ul li{ width:25%; float:left; text-align:center; padding:12px 0;}
.coupon_nav ul li a{ color: #4c4b4b; font: 14px "RobotoMedium"; text-align: center; text-transform: uppercase; display:block; border-right:1px solid #d0d0d0;}
.coupon_nav ul li:last-child a{ border-right:0px;}
.coupon_nav ul li:hover {border-bottom: 3px solid #f47a7b;}
.coupon_nav ul li.active {border-bottom: 3px solid #f47a7b;}
.coupan_box{ width:100%; float:left; background:#f3f3f3; position:relative; margin-bottom:30px;}
.coupon_l{ width:50px; height:50px; border-radius:3px; overflow:hidden; border:1px solid #e4e4e4; margin:10px; float:left; box-sizing:border-box; padding:2px;}
.coupon_l img{ width:100%;}
.coupon_r{ float:left; padding:10px 10px 10px 0; width:68%; float:left;}
.coupon_r h2{color: #2e3035; font:21px/25px "RobotoLight_0"; margin-bottom:5px; width:80%; float:left; word-break: break-all;}
.coupon_r h5{color: #7e7e7e; font:16px/18px "RobotoLight_0"; width:100%; float:left; word-break: break-all;}
.free_butt{ width:57px;}
.free_butt a img{ width:100%;} 
.side_r{ position:absolute; right:0px; top:0px;}
.trem_con{ width:100%; float:left; padding:10px; box-sizing:border-box; border-top:1px solid #e4e4e4;}
.trem_con span{ float:left; color: #7e7e7e; font:16px/18px "RobotoLight_0"; margin:8px 0 0 0;}
.trem_con a{ float:right; width:25px;}
.trem_con a img{ width:100%;}
.bottarrow{ width:100%; float:left; background:url("../images/rept_arrow.png"); background-repeat:repeat-x; height:10px; margin:0 0 -10px 0;}
.continue_fott{ width:100%; float:left; padding:10px; box-sizing:border-box; background:#2f3339; position:fixed; bottom:0px;}
.continue_fott h3{width:100%; float:left; color: #41baf3; font:16px/18px "RobotoLight_0"; text-align:left; margin-bottom:20px;}
.continue_fott h3 span{ float:right;}
.continue_fott a{background: #f97171 none repeat scroll 0 0; border-radius: 3px; color: #fff; cursor: pointer; float: left; font: 16px/28px "RobotoMedium"; padding: 7px 0; text-align: center; width: 100%;}

#month, #year{ border-bottom:0px !important;}
.go_btn > input[type="submit"]{border-bottom:0px !important;}