@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
}
body {
	margin: 0 auto;
	color: #252525;
}

ul {
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
}
ol, ul, li {
	list-style: none;
}
a {
	outline: none;
	cursor: pointer;
	text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*header starts*/
header {
	height: 90px;
	width: 990px !important;
	margin: 0 auto;
	clear: both;
}


.logo {
	background: url(../images/tg-img.png) 0px -932px no-repeat;
	width: 162px;
	height: 80px;
	float: left;
}
.menuarea {
	height: 30px;
	float: right;
	width: 600px;
	padding-top: 20px;
}

nav li, .userlogin ul li, #asignin ul li, .footer ul li, .bg_sn ul li  {
	float: left;
}
nav {
	height: 30px;
	clear: both;
	width: auto;
	margin-top: 25px;
 *margin-top: 5px;
}
nav ul {
	float: right;
}
nav li {
	right: 0;
	display: inline;
/* 	padding-right: 1px; */
	margin-top: 12px;
}
nav a {
	padding: 6px 7px;
	font-size: 10pt;
	font-weight:bold;
	color: #444;
}
nav a:hover {
	color: #222;
}

.userlogin {
	float: right;
	margin-right: 10px;
}

.userlogin ul li {
	padding: 0px 3px;
}
.userlogin ul li a {
	font-size: 9pt;
	color: #DE6020;
}
#asignin {
	float: right;
	margin-right: 10px;
}

#asignin ul li {
	display: inline;
	padding: -1px 3px;
	text-transform: capitalize;
}
.snname {
	float: right;
	padding-right: 4px;
}

.snname ul li {
	float: left;
	display: inline;
	padding: 0 3px;
	color: #488700;
}
.fb, .tw, .blog, .google {
	background:url(../images/tg-img.png) 0px -167px;
	width: 16px;
	height: 16px;
	display: inline-block;
}
.tw {
	background:url(../images/tg-img.png) 0px -1260px;
}
.google {
	background: url(../images/tg-img.png) 0px -358px;
}
.gplus {
	background: url(../images/g.png) no-repeat left 0px;
	width: 16px;
	height: 16px;
	display: inline-block;
}

.blog {
	background:url(../images/tg-img.png) 0px -1406px;
}
.aname {
	font-weight: bold;
}
.alink {
	color: #df5d0b;
	text-decoration: none;
}
.alink:hover {
	color: #df5d0b;
	text-decoration: underline;
}
.emsg {
color: red;
	height: 20px;
	text-align: right;
	width: auto;
	margin: 5px 6px 0 0;
	display: none;
	float: right;
	clear: both;
}
/*header ends*/
section, .section2 {
	margin: 0 auto;
	width: 100%;
	height: 212px;
	padding-top: 10px;
	clear: both;
	background-color: #FAFAFA;
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;	
}
.section2 {
	width: 990px;
	background-color: #FFFFFF;
	border-bottom: none;
	border-top: none;
}
article {
	width: 60%;
	float: left;
}
.bp_header, .bp_headerorange {
	width: 95%;
	font-size: 13.5pt;
	border-bottom: 1px solid #aaa;
	padding: 5px 0px;
	color: #488700;
	clear: both;
}
.bp_headerorange {
	border: none;
	color: #de6020;
}

.bp {
	margin:20px 5px 0;
	display:table;
	/* height: 70px; */
}
/*.bp_search {
	height: 20px;
	width: 80px;
	float: left;
	margin-top: 28px;
	background: url(../image/search.jpg) no-repeat left top;
	cursor: pointer;
}*/
.bp_from label, .bp_to label, .bp_date label {
	line-height:25px;
	font-size: 9pt; 
	text-align: left;
	padding-left: 3px;
}
.bp_from, .bp_to, .bp_date {
	float: left;
	margin:0 7px 10px 0;
	width: 270px;
}
.bp_from{
	width: 265px !important;
}
.bp_date {
	width: 125px;
	margin-bottom:8px;
}
.bp_date_rtn {
	width: 125px;
}
.bp_from input, .bp_from select,.bp_to select ,.bp_to input, .bp_date input, .bp_from input[type=text], .bp_to input[type=text] {
	border: 1px solid #999999;
	height: 24px;
	width: 250px;
	text-indent: 5px;
	border-radius: 3px 3px 3px 3px;
	-mox-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	background: #fff;
	text-transform: capitalize;
	outline: none;	
	height: 25px\9;
	line-height: 25px\9;
	*line-height: 13px;
	*padding-top: 8px;
	*height: 20px;
	color: #151515;
	margin: 5px 0;
	
}
input:focus, select:focus {
	border-color: rgba(72, 135, 0, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(146, 200, 72, 0.1);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(146, 200, 72, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(146, 200, 72, 0.1);
}
.bp_date input, .bp_date input[type=text] {
	width: 120px;
	*height: 17px;
	background: url(../images/tg-img.png) no-repeat 102px -136px #fff;
}
.bp_date_icon input, .bp_date_icon input[type=text] {
	width: 180px;
	background: url(../images/tg-img.png) no-repeat 160px -137px #fff;
}
.searchbutton {
	margin: 30px 0 17px 10px;
	*margin-top: 28px;
	*margin-bottom: 15px;
}
aside {
	width: 40%;
	display: block;
	float: right;
}
.featurearea {
	margin: 0;
	width: 100%;
}
.featurearea ul li {
	background:url(../images/tg-img.png) no-repeat 0px -116px;
	margin: 11px 0 5px;
	overflow: auto;
	padding-left: 20px;
}
.header_label, .green, .orange {
	font-weight: bold;
	font-size: 12pt;
	margin: 0 0 10px 0;
}
.s_route {
	clear: both;
	color: #DE6020;
	padding-top: 5px;
	*padding-top: 10px;
}
.green {
	color: #488700;
}
.orange {
	color: #de6020;
}
#promo_area {
	width: 960px;
	height: 110px;
	clear: both;
	margin: 0 auto;
	padding-top: 5px;
}

.about_words {
    font-size: 12px;
    padding: 10px 0;
    color: #828282;
    line-height: 1.5;
    overflow: hidden;
    text-align: justify;
}

#about_area {
    width: 970px;
    clear: both;
    margin: 0 auto;
    background: #F5F8F9;
    padding: 10px 10px 0;
}

#promo_slider {
	width: 580px;
	height: 100px;
	float: left;
}
.promo_secure {
	width: 380px;
	height: 100px;
	float: right;
}
.promo_secure_msg {
	float: left;
	width: 260px;
	padding-top: 20px;
	line-height: 22px;
}
.bg_getseal {
	background:url(../images/tg-img.png?1) 0px -193px no-repeat;
	width: 120px;
	height: 83px;
	float: right;
}
.bg_getseal_mini {
	background:url(../images/tg-img.png) 0px -891px no-repeat #ffffff;
	*background:url(../images/norton-7.png) no-repeat;
}
/*footer starts*/
footer {
	width: 100%;
	margin: 0 auto;
	background: #f8f8f8;
	border-top: 1px solid #dcdcdc;
	height: auto;
}
.footer {
	width: 680px;
	margin: 0 auto;
	height: 30px;
}
.footer ul {
	float: right;
}
.footer ul li {
	display: inline;
	margin-top: 10px;
}
.footer ul li a {
	padding: 0px 10px;
	padding:0px 9px\9;
 	*padding:0px 9px;
	text-decoration: none;
	color: #666;
}
.footer-seo{
	width: 990px;
	margin:0 auto;
	text-align: center;
	color: #666 !important;	
}
.footer-seo a {
	color: #666 !important;		
	line-height: 20px;
	padding: 0 3px;
	font-size: 11px;
}
.footer-seo strong {
	font-weight: bold;
	font-size: 11px;	
}
.footer-seo-margin{
	margin-top: 5px;
	padding-top: 5px;	
	border-top: 1px solid #DCDCDC;
}
/*past search*/
.ps td {
	padding: 12px 5px;
	border-bottom: 1px dashed #bbb;
}
.ps tr:hover {
	background: #fafafa;
}
.ps_fare span {
	background:url(../images/tg-img.png) 0px -1013px;
	width: 8px;
	height: 11px;
	display: inline-block;
}
.ps_ft {
	color: #ee6500;
}
.ps_bustype {
	font-size: 11px;
	color: #666;
}
.ps_busoperator {
	text-transform: capitalize;
	color: #666;
}
.ps_busoperator:before {
	content: "-";
	padding: 0 3px;
}
/*static pages*/
.sp {
	width: 100%;
	padding-top: 10px;
	clear: both;
	background: none;
	border-bottom: none;
	height: auto;
}
.contents {
	float: none;
	height: auto;
	margin: 0 auto;
	width: 990px;
	min-height: 550px;
}
.contents p {
	text-align: justify;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
}

#date_offer {
	text-align: center;
	padding: 10px;
	font-size: 13px;
	line-height: 24px;
}
.contents strong {
	font-weight: bold;
	color: #488700;
	font-size: 1.1em;
	padding: 10px;
	*padding: 0 !important;
}
.sp_header {
	border-bottom: 1px solid #E5E5E5;
	clear: both;
	color: #488700;
	padding: 5px 0;
	*padding:0;
	width: 100%;
	font-size: 13.5pt;
	text-align: left;
	text-indent: 5px;
}
h3 {
	border-bottom: 1px solid #AAAAAA;
	clear: both;
	color: #454545;
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
}
.terms {
	padding: 0 5px;
}
.terms li {
	line-height: 24px;
	text-align: justify;
}
.hpoint {
	border: none;
	padding: 5px 0px;
	color: #333333;
	font-size: 1em;
	font-weight: bold;
}

/*contact us pages*/
#reachus {
	width: 40%;
	float: right;
	padding: 20px 0;
}
#reachus p {
	padding: 5px;
	background:url(../images/tg-img.png) 0px -1356px no-repeat;
	text-indent: 15px;
}
#reachus strong, #address strong {
	font-weight: bold;
	padding: 10px 0;
	font-size: 13px;
}
#reachus span {
	font-size: 13px;
	padding: 10px 0;
	font-style: italic;
	line-height: 24px;
	color: #666;
}
#address {
	width: 55%;
	float: left;
}
#address p {
	padding: 10px;
	line-height: 24px;
}
.stroke {
	border-bottom: 1px dashed #bbb;
}
/*contact us page end*/

/*animated top scroll*/
#back-top {
	position: fixed;
	bottom: 50px;
	right: 0;
	margin-right: 30px;
}
#back-top a {
	width: 32px;
	display: block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	color: #444;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 32px;
	height: 32px;
	display: block;
	margin-bottom: 7px;
	background:url(../images/tg-img.png) 6px -1334px no-repeat #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #488700;
}
/*animated top scroll end*/

/*login start*/
#sup, #sin {
	background-color: #FFFFFF;
	border: 2px solid #EAEAEA;
	padding: 0;
	width: 500px;
	z-index: 9999;
}
#sin input[type=""], [type="text"], [type="password"] {
	 background: none repeat scroll 0 0 #FFFFFF;
	 border: 1px solid #999999;
	 border-radius: 3px 3px 3px 3px;
	 height: 25px;
	 text-indent: 5px;
	 margin: 5px 0;
}
#sin input[type="password"] {
	margin-left: 5px;
}
#signup em {
	color: #F00;
}
.uslogin {
	width: 270px;
	margin: 0 auto;
	padding: 10px 0;
	min-height:105px;
}
.bg_sn {
	float: right;
	margin-right: 10px;
}
.bg_sn ul li {
	padding: 0px 5px;
}
.bg_sn_fb, .bg_sn_go, .bg_sn_tw  {
	background: url(../images/sn_icons.jpg) no-repeat 0px 0px #fff;
	display: block;
	width: 24px;
	height: 24px;
}
.bg_sn_go {
	background: url(../images/sn_icons.jpg) no-repeat 0px -28px #fff;
}
.bg_sn_tw {
	background: url(../images/sn_icons.jpg) no-repeat 0px -56px #fff;
}
.bg_sn ul li strong {
	text-decoration: none;
}
.bg_sn_or {
	background: url(../images/bg_sn_or.gif) no-repeat center 5px;
	height: 18px;
	width: 200px;
	padding-top: 10px;
}
.forgot {
	background-color: #FAFAFA;
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	padding: 5px 0;
}
#tabnames ul li {
	background: #FAFAFA;
	margin-right: 1px;
}
#tabnames ul li a {
	display: block;
	padding: 6px 8px;
}
.tabactive {
	background: #488700;
	color: #fff;
}
#tabnamesborder ul li {
	border: 1px solid #488700;
}
/*special routes starts*/
.specialroutes {
	width: 450px;
	height: 180px;
	overflow: auto;
	padding: 5px;
}
.bgmask {
	position:fixed;
	left: 0px;
	top: 0px;
	z-index: 950;
	*z-index: none;
	background: #000000;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	width: 100%;
	height: 100%;
}
/**sug route css*/
#sugrout{
	width: 420px;
	height: 280px;
}
.sugrout {
	z-index: 999;
	display:table;
	background-color: #FFFFFF;
	border: 2px solid #E5E5E5;
	padding: 0px 0px 5px 0px;
	box-shadow:0px 0px 6px 2px #555;
	position: absolute;
	width: 420px;
}
.sugrout ul {
	margin: 10px auto;
}
.sugrout ul li {
	height: 31px;
	padding-left: 15px;
}
.sugrout input[type="text"] {
	position: absolute;
	left: 215px;
}
.sugrh {
	padding: 2px 2px;
	width: 100%;
	text-indent:10px;
	display: table;
	clear: both;
}
.errorMsgs {
	color: #ff0000;
	height: 15px;
	text-align: center;
	padding-top: 5px;
}
.sugrh a {
	position: absolute;
	margin: 0px 0px 0px 270px;
	text-decoration: none;
}
.closebtn {
	width: 14px;
	height: 14px;
	background: url(../images/tgImages.gif) no-repeat -121px -193px;
	display: block;
	position: absolute;
	left: 135px;
	top: 8px;
	border: none;
	opacity: 0.4;
	filter: alpha(opacity = 40);
}
.closebtn:hover {
	opacity: 0.7;
	filter: alpha(opacity = 70);
	background: 333;
	border: 1px solid #444;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.sgr {
	color: #264D8E;
	z-index: 9999;
}
/**sug route css ends*/
/**autocomplete*/
#orglist, #deslist {
	background: white;
	display: none;
	font-size: 13px;
	position: absolute;
	z-index: 20;
	height: 100px;
	overflow: auto;
	text-decoration: none;
	border: solid 1px #7f9db9;
	padding: 0;
	margin: 0px;
	width: 250px;
	width: 250px\9;
	top: 5px;
	margin: 0px;
	text-transform: capitalize;
}
.wb {
	color: black;
	height: 19px;
	margin: 1px;
	padding: 1px 2px;
}
.hb {
	background-color: #CFE8AA;
	color: black;
	height: 19px;
	margin: 1px;
	padding: 1px 2px;
}
/**autocomplete ends*/
/* alert msg */
em {
	color: red;
}
/* alert msg end*/
input [type="submit"], [type="button"], input[type=button]{
	 font-weight: bold;
	 color: #ffffff;
	 padding: 4px 8px;
	 *padding: 3px 6px;
	 border: 1px solid #4a8b00;
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 border-radius: 5px;
	 background: #488700;
	 cursor: pointer;
}
input[type=button] {
	 *margin-right:6px;
	 *padding:2px;
}

input [type="submit"]:hover, [type="button"]:hover {
	background: #57a202;
}
.errormsg {
	color: red;
}
.linkorange {
	text-decoration: underline;
	color: #DE6020;
}
/*Slider*/
.divcnt {
	width: 200px;
	height:80px;
	float: left;
	border: 1px solid #CCCCCC;
	padding-left: 4px;
	border-radius: 4px 4px 4px 4px;
	display: none;
}
.masterdiv1, .masterdiv2, .masterdiv3, .masterdiv4, {
	height: 100px;
	width: 180px;
	padding: 0 30px;
}

.mdiv {
	width:240px;
	float: left;
}

/*Slider ends*/
/*error page*/
.errorpage, .errorpage2 {
	width:820px;
	margin:100px auto;
	display:block;
	float: none;
}
.errorpage2 {
	width:990px;
}
.epbus {
	background:url(../images/tg_404.png) no-repeat left top;
	width:420px;
	height:285px;
	float:left;
}
.epmsg {
	float:left;
	width:400px;
	height:285px;
	margin-bottom:100px;
}
.epmsg .eptext {
	font-size:60px;
	color:#900;
	margin-top:80px;
}
.epmsg .eptext2 {
	font-size:30px;
	color:#900;
	margin-top:80px;
}
.epmsg .eptext3 {
	font-size:20px;
	line-height:30px;
	color:#900;
	margin-top:80px;
}
.eplink {
	color:#1122CC;
	padding-left:10px;
}
.eplink2 {
	color:#1122CC;
}
.epmsg h2 {
	font-size:14pt;
	padding-left:10px;
}
/*error page ends*/

/* Default form elements */
input[type=""], [type="text"], [type="password"], select, textarea {
	 background: none repeat scroll 0 0 #FFFFFF;
	 border: 1px solid #bbb;
	 border-radius: 3px 3px 3px 3px;
	 height: 22px;
	 width: 180px;
	 vertical-align:top; 
}
input[type="text"] {
	 *border: 1px solid #999;
	 *height: 23px;
	 *width: 180px;
}
input[type="text"], [type="password"]{
	 line-height: 1;
	 line-height: 1.75\9;
	 *line-height: 1;
	 _line-height: 1;
}
select {
	width: 182px;
	text-indent: 0px;
	padding:2px 2px 2px 0;
	height: 24px;
}
textarea {
	height: 60px;
}
.insideheaders {
	background-color: #FAFAFA;
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
}
.forie{
	*height:16px !important;
	*width: 200px !important;
	border-color: #999999 !important;
}

/* Default form elements end */

/* login page start */
#tabs {
	margin: 10px 0;
	position: absolute;
	z-index: 9999;
}
.login_container {
	background: none repeat scroll 0 #FAFAFA;
	border: 2px solid #E5E5E5;
	float: left;
	height: auto !important;
	width: 420px;
	box-shadow:0px 0px 6px 2px #555;
}
.login_left {
	float: left;
	width: 310px;
	background:url(../images/tg-img.png) 279px -1059px no-repeat;
}
.loginfieldset {
	border: medium none;
	display: inline;
	float: left;
	margin: 10px 20px;
	padding: 0;
	width: auto;
}
.login_form input {
	margin-bottom: 10px;
	clear:both;
}
.basic_form, .basic_form2 {
	background:url(../images/tg-img.png) 6px -1277px no-repeat #FFFFFF;
	border: 1px solid #999999;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	outline: none;
	padding: 5px;
	width: 220px;
	text-indent: 25px;
	*width: 200px !important;
	*height:18px  !important;
	*text-indent: 0;
	*margin: 5px 0;
	*padding-left:25px; 
	*padding-top:10px;
	*line-height: 1 !important; 
}
.basic_form2 {
	background:url(../images/tg-img.png) 6px -1304px no-repeat #FFFFFF;
}
.login_right {
	float: right;
	width: 100px;
}
.login_right .social_large {
	list-style: none outside none;
	margin: 10px 0;
}
.login_right ul {
	list-style: none outside none;
	width: auto;
}
.login_right .social_large li {
	clear: none;
	padding:7px;
	width: 64px;
}
.login_right ul li {
	clear: both;
	width: 100%;
}
.google_iocn, .facebook_icon {
	background:url("../images/tg-img.png") 2px -382px no-repeat;
	width:64px;
	height:64px;
	display:block;
	border:1px double #E5E5E5;
	padding: 2px;
}
.facebook_icon {
	background:url(../images/tg-img.png) 2px -282px no-repeat;
}
.otheroptions {
	padding:10px;
	background-color: #fff;
	border-top: 1px solid #E5E5E5;
}
.clear {
	clear:both;
}
.popupclose a {
	float: right;
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #E5E5E5;
	border-radius: 15px 15px 15px 15px;
	margin: 3px;
	padding: 1px 5px;
	right: 0;
	font-weight: bold;
	position: absolute;
	*margin: 0px;
	*top:2px;
}
.popupclose a:hover {
	background: none repeat scroll 0 0 #dadada;
	border: 1px solid #666;
	color: #666;
}
.loginfunction {
	width:235px;
	height:20px;
}
.forgotupwd {
	float:left;
	left:0;
	margin-top: 5px;
}
.signin_btn {
	float:right;
	right:0;
}
.smallbus {
	background:url(../images/tg-img.png) 280px -1033px no-repeat #ffffff;
	padding:12px;
	border-top: 1px solid #E5E5E5;
}
/* login page ends */

.pg_container {
	width: 665px;
	height: auto;
}
.pgtabs {
	z-index: 99;
	width: 149px;
	float: left;
}
.pgtabs ul {
	margin: 15px 0 0 0;
}
.pgtabs li {
	margin: 0 -1px 5px 0;
	border: 1px solid #cfcfcf;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: 99;
	height:40px;
}
.pgtabs li:hover {
	background: #F4F4AE;
	cursor: pointer;
}
.pgtabs li a {
	text-decoration: none;
	outline: none;
	color: #333333;
	padding: 10px 12px 18px 10px;
	text-align: left;
	display: block;
}
/* .pgtabs .activestage {
	border: 2px solid #bbb;
	font-weight: bold;
	border-right: 2px solid #fff;
	z-index: 999;
	position: relative;
	right: -1px;
	background: #fff;
	text-align: left;
	margin-left: -1px;
} */

.pgtabs .activestage {
	background: url(../images/payment-sprite.png?4) no-repeat 0 -713px;
	font-weight: bold;
	border: none !important;
	z-index: 900;
	position: relative;
	right: -1px;
	text-align: left;
	width: 185px;
}

.activestage a {
	font-weight:bold;
}

.pgtabs .activestage:hover {
	background: url(../images/payment-sprite.png?4) no-repeat 0 -713px;
}
/* tabs pgcontent*/
.pgcontent {
	background-color: #ffffff;
	border: 1px solid #488700;
	z-index: 100;
	width: 494px;
	float: right;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height:472px;
}
#pgcontent_1, #pgcontent_2, #pgcontent_3, #pgcontent_4, #pgcontent_5, #pgcontent_6 {
	display: none;
	min-height: 300px;
}
.pgcontent ul li {
	padding: 15px;
}
.pgcontent ul li a {
	text-decoration: none;
	background: #fff;
}
em {
	color: red;
	margin: 0 1px;
}
hr {
	margin: 7px 0;
	border: 0;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #ffffff;
}
h5 {
	margin: 7px 0;
}
.pgcontent p strong {
	color: #454545;
}
.cod_tglistbox_date {
	width: 160px;
	float: left;
}

.itz {
	background:url(../images/tg-img.png) no-repeat 0px -552px;
}
.pc {
	background:url(../images/tg-img.png) no-repeat 0px -458px;
}
.beam {
	background:url(../images/tg-img.png) no-repeat 0px -506px;
}
.visa {
	background:url(../images/tg-img.png) no-repeat 0px -598px;
}
.master {
	background:url(../images/tg-img.png) no-repeat 0px -644px;
}
.maestro {
	background:url(../images/tg-img.png) no-repeat 0px -691px;
}
.americanexp {
	background:url(../images/tg-img.png) no-repeat 0px -738px;
}
.safekeyamex {
	background:url(../images/tg-img.png) no-repeat 0px -785px;
}
.mobikwik {
	background:url(../images/tg-img.png) no-repeat 0px -828px;
}
.pgnotes {
	line-height: 22px;
	color: #454545;
}

.pgnotes-align {
	padding: 0 20px;
	text-align: justify;
}

.dateimg {
	background-image: url(../images/tgImages.gif);
	background-position: 0 -355px;
	height: 22px;
	width: 21px;
	float: left;
}
.search_tc, .search_tc_wh {
	background-color: white;
	border: 2px solid #EAEAEA;
	position: fixed;
	width: 800px;
	z-index: 9999;	
	margin: 0 auto;
	overflow-y: scroll;
	box-shadow:0px 0px 6px 2px #555;
}
em {
	color: red;
	margin: 0 1px;
}
hr {
	margin: 7px 0;
	border: 0;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #ffffff;
}
h5 {
	margin: 7px 0;
}
.pgcontent p strong {
	color: #454545;
}
.cod_tglistbox_date {
	width: 160px;
	float: left;
}
.finalAmt {
	color: #488700;
	font-size: 13pt;
	font-weight: bold;
}
.itz {
	background:url(../images/tg-img.png) no-repeat 0px -552px;
}
.pc {
	background:url(../images/tg-img.png) no-repeat 0px -458px;
}
.beam {
	background:url(../images/tg-img.png) no-repeat 0px -506px;
}
.visa {
	background:url(../images/tg-img.png) no-repeat 0px -598px;
}
.master {
	background:url(../images/tg-img.png) no-repeat 0px -644px;
}
.maestro {
	background:url(../images/tg-img.png) no-repeat 0px -691px;
}
.americanexp {
	background:url(../images/tg-img.png) no-repeat 0px -738px;
}
.safekeyamex {
	background:url(../images/tg-img.png) no-repeat 0px -785px;
}
.mobikwik {
	background:url(../images/tg-img.png) no-repeat 0px -828px;
}
.pgnotes {
	line-height: 22px;
	color: #454545;
}
.dateimg {
	background-image: url(../images/tgImages.gif);
	background-position: 0 -355px;
	height: 22px;
	width: 21px;
	float: left;
}
.search_tc, .search_tc_wh {
	background-color: white;
	border: 2px solid #EAEAEA;
	position: fixed;
	width: 800px;
	z-index: 9999;	
	margin: 0 auto;
	overflow-y: scroll;
	box-shadow:0px 0px 6px 2px #555;
}
em {
	color: red;
	margin: 0 1px;
}
.plabel input[type=radio] {
	vertical-align: middle;
	_vertical-align: middle;
 	*vertical-align: middle;
	vertical-align: middle\9;
	margin: 0 5px;
}
.bgclmask {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 950;
	background: #000000;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	width: 100%;
	height: 100%;
}
.search_process {
	background-color: white;
	border: 2px solid #EAEAEA;
	position: fixed;
	z-index: 9999;
	min-height: 200px;
	width: 800px;
 	*width: 600px;
	_width: 600px;
	height: auto;
	box-shadow:0px 0px 6px 2px #555;
	padding: 2px;
	display: none;
}
.pseperation {
	/* border-bottom: 1px dashed #BBBBBB; */
	padding:5px 0; 
}
.plabel strong {
	font-weight: bold;
	color: #555555;
	font-size: 10pt;
	padding: 0;
}
.ptfare {
	padding-right: 5px;
}
.pcbf {
	width: auto;
	line-height: 16px;
	border-top: 1px solid #E5E5E5;
	padding: 14px 0 3px 5px;
	display: block;
}
.pcbf b, .pcbf_active b {
	font-weight: bold;
}
.pcbf_active {
	padding: 5px 0;
}
.pchkalign {
	margin-right: 7px;
}
.ptotalfare {
	text-align: right;
	font-size: 12pt;
	font-weight: bold;
}
.ys_header {
	border-bottom: 1px solid #E5E5E5;
	clear: both;
	color: #488700;
	padding: 5px 0px;
	width: 100%;
	font-size: 12pt;
	float: left;
	text-align: left;
}
.ys_header ul li{
	color: #333;
}
.ysfare {
	padding-left: 10px;
}
.osdetails {
	border: 1px solid #E5E5E5;
	background: #FAFAFA;
	padding: 5px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 50px;
}
.evenRow {
	background-color: #fbfbfb;
}
.oddRow {
	background-color: #FFFFFF;
}
.ystext td strong {
	color: #666;
}
/* Dial a ticket */
.footer_promos {
	margin:0 auto;
	width:990px;
	/* font-weight: bold; */
	padding: 10px 0px;
	text-align: center;
	font-size: 12pt;
}
.footer_promos p {
	padding:0px 5px;
	display: inline;
	font-weight: bold;
}
.greenDialTicket {
	color: #488700;
	font-weight: bold;
	font-size: 12pt;
}
.redDialTicket {
	color: #DE6020;
	font-weight: bold;
}
/* Dial a ticket ends */
.route, .route2 {
	height: 210px;
	margin: 0 auto;
	width: 50%;
	float:left;
	line-height:25px;
}
.route2 {
	left:250px;
}
.route a, .route2 a {
	line-height:25px;
}
.toproute {
	margin: 8px auto 0;
	width: 100%;
}
/* video starts */
.newtgvideo {
	background: none repeat scroll 0 #FAFAFA;
	border: 2px solid #E5E5E5;
	float: left;
	height: auto !important;
	width: 480px;
	box-shadow:0px 0px 6px 2px #555;
	padding: 15px;
}
/* video ends */
#clTrms td {
	text-align: left;
}
/*Header css for Bookbustickets band*/
.bp_header span {
	color: #DE6020;
	border-bottom: medium none;
}
/* Insurance css*/
.tg-insurance {
	width: 655px;
	margin: 0 auto;
	line-height: 22px;
	text-align: left;
/*  background:#fffff3;
	border-top: 1px solid #E5E5E5; */ 
	padding: 5px;
	margin-bottom: 7px;
}
.tg-insurance-box {
	background:#fafafa;
	border: 1px solid #E5E5E5;
}
.policy-details {
	display:table;
	padding:7px 5px;
	border-radius:2px;
	margin:0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear:both;
	*display:inline-block;
	width: 100%;
	margin-left: 15px;
}
.policy-details ul li {
	list-style:none;
	float:left;
	width:152px;
	vertical-align:text-top;
	line-height:16px;
	color:#333;
	margin-right:7px;
	border-right:1px solid #CCC;
	font-size:11px;
	font-weight:600;
}
.policy-details ul li span {
	float:left;
	margin-right:5px;
}
.policy-details ul li i {
	float:left;
	margin-right:5px;
	-webkit-font-size:8px;
	color:#454545;
	font-style:normal;
	font-size:9px;
	font-weight:normal !important;
}
.personal-accident, .damage-baggage, .eme-medical, .loss-disruption {
	background:url(../images/tg-img.png) 5px -25px no-repeat #c3daa8;
	width:28px;
	height:28px;
	display:inline-block;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.damage-baggage {
	background:url(../images/tg-img.png) 5px 5px no-repeat #c3daa8;
}
.eme-medical {
	background:url(../images/tg-img.png) 5px -82px no-repeat #c3daa8;
}
.loss-disruption {
	background:url(../images/tg-img.png) 4px -54px no-repeat #c3daa8;
}
.tg-insurance-check, .tg-insurance-msg {
	float:left;
	margin-bottom: 7px;
}
.tg-insurance-msg {
	line-height: 15px;
	font-weight: 700;
    font-size: 12px;
}
.tg-insurance-check {
	margin-right:7px;
}
.tg-insurance-content {
	clear:both;
	display:table;
	text-align: left;
	margin-top: 8px;
}
/*code need to remove after compiagn */
.tg-insurance-msg h6 {
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 5px;
}
.tg-insurance-msg p {
    padding: 0;
}
#tr_in_tandc {
	margin-left:25px;
}
.promo-img1, .promo-img2, .promo-img3, .promo-img4, .promo-img5, .promo-img6{
	width: 180px; height: 75px; display: block;
}

/*Header css for Bookbustickets band*/
.bp_header span {
    color: #DE6020;
    border-bottom: medium none;
}
/*Header css for Bookbustickets band*/
.bp_header span {
    color: #DE6020;
    border-bottom: medium none;
}
/*Brainathon css tags*/
.above-header-content {
}
/*terms and condition*/
.header-content {
}
.header-top-content {
	display:table;
	*display:block;
	clear:both;
	width:auto;
}
.header-top-content ul, .termcond ul, .brainathon-winners ul {
	margin:0;
	padding:0;
}
.header-top-content ul li {
	float:left;
	list-style:none;
	padding:5px;
}
.header-point-content {
	float:right;
	right:10px;
	top:-25px;
	*top:0px;
	position:relative;
}
.header-point-content ul {
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-table;
	margin:0;
}
.header-point-content ul:after {
	content: "";
	clear: both;
	display: block;
}
.header-point-content ul li {
	float: left;
}
.header-point-contentul li:hover {
	background: #4b545f;
}
.header-point-content ul li:hover a {
	color: #000;
}
.header-point-content ul li a {
	display: block;
	padding: 5px 20px;
	color: #454545;
	font-weight:bold;
	text-decoration: none;
	background:url(../images/drop-down.png) no-repeat right 3px;
}
.header-point-content ul ul {
	background: #5f6975;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	right:0px;
	width:180px;
}
.header-point-content ul ul li {
	float: none;
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
	width:100%;
}
.header-point-content ul ul li a {
	padding: 5px;
	color: #fff !important;
	background:none;
}
.header-point-content ul ul li a span {
	color: #ffdc36 !important;
	font-weight:bold;
}
.header-point-content ul ul li a:hover {
	background: #4b545f;
}
.header-point-content ul ul {
	display: none;
}
nav ul ul ul {
	position: absolute;
	left: 100%;
	top:0;
}
.header-point-content ul li:hover > ul {
	display: block;
}



/* about us */
.about_us {
	width: 990px;
	display: table;
	position: relative;	
}
.abt_navis{
	min-height: 94%;	
	border-right: 1px solid #CCC;
	position: fixed;
	top:155px;
}
.abt_navi {
	width: 200px;
	float: left;
	
}

.abt_navi li {
	padding: 10px;
	border: 1px solid #CCC;
	border-right-color: #fff;
	border-top: 1px solid #CCC;
	list-style: none;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	margin-bottom: 3px;
}

.abt_navi li a {
	color: #444;
	display: block;
}

.abt_navi li:hover {
	background: #f4f4ae;
}

.abt_content {
	width: 750px;
	float: right;
	padding: 10px;
}
.abt_content p {
	line-height: 27px;
	text-align: justify;
}
.abt_content p strong{
	padding: 0px !important;
}
@media screen and (min-height: 768px){
	.abt_navis {
		height: 80% !important;
	}
}
@media screen and (min-height: 960px){
	.abt_navis {
		height: 85% !important;
	}
}
@media screen and (min-height: 1024px){
	.abt_navis {
		height: 95% !important;
	}
}

.promo-img{width: 180px; height: 75px; display: block;}
.promo-img1{background: url(../images/tg-promo-bottom.png?1) no-repeat 0 0; }
.promo-img2{background: url(../images/tg-promo-bottom.png?1) no-repeat  0 -77px; }
.promo-img3{background: url(../images/tg-promo-bottom.png?1) no-repeat  0 -154px;}
.promo-img4{background: url(../images/tg-promo-bottom.png?1) no-repeat  0 -231px;}
.promo-img5{background: url(../images/tg-promo-bottom.png?1) no-repeat  0 -308px;}
.promo-img6{background: url(../images/tg-promo-bottom.png?1) no-repeat  0 -385px;}

.finalAmt {
	color: #488700 !important;
	font-size: 13pt;
	font-weight: bold;
}
.radio-align label{padding: 0 10px 0 2px;}
.profile_options{padding:20px 15px; margin-top: 25px}
.profile_options legend{padding:0 5px; font-weight: bold;}

 .confirm-header-contents {
    border-bottom-color: #E5E5E5;
    border-bottom-width: 1px;
    clear: both;
    display: table;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 3px;
    width: auto;
}
.confirm-header-contents ul {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.confirm-header-contents ul li {
    color: #488700;
    float: left;
    font-size: 12pt;
    line-height: 25px;
}


.confirm-success-data{
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0.5s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: grow;
    animation-timing-function: ease;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #488700;
    background-image: url("/bookbustickets/resources/images/confirmed.png");
    background-origin: padding-box;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    height: 26px;
    margin-right: 15px;
    position: relative;
    width: 26px;
}


/* swap changes*/
.rt-switch {
	background:url(../images/rt-icon-circled.png) no-repeat top left;
	float: left;
	width: 35px;
	height: 24px;
	margin: 32px 0 0 0;
	cursor: pointer;
}
.buttonrotate {
	transition: all 700ms ease-in-out;
	perspective-origin: 40% 100px;
	transform: rotateZ(360deg);
	transform-origin: 20% 10px;
   -webkit-transform:rotateZ(360deg);
   -webkit-transform-origin:20% 10px;
   -moz-transform:rotateZ(360deg);
   -moz-transform-origin:20% 10px;
}

.boxrotate {
	transition: all 700ms ease-in-out;
	perspective-origin: 40% 100px;
	transform: rotateY(360deg);
	transform-origin: 40% 0;
}

.pgnotesterms {
	line-height: 22px;
	color: #454545;
	font-size: 5px;
}
.offer-box{width: 222px;min-height: 330px;position:relative;background:#fff;text-align:center;margin: 10px;border: 1px solid #DDDDDD;cursor:pointer;padding:1em}
.offer-box:hover a{background-color:#488700;color:#fff}
.offer-icn{text-align:center;width:100%;height: 130px;margin-bottom: 0px;font-size:0}
.aligner,.offer-icn.recent:after{display:inline-block;*display:inline;zoom:1;vertical-align:middle;height:100%;width:1;background:red;content:""}
.aligner,.centered{display:inline-block;*display:inline;zoom:1;vertical-align:middle}
.centered{font-size:20px;width:auto;height:auto}
.offer-box:last-child{margin-right:0}
.offer-box h1{font-weight:700;color:#666;font-size:22px;text-transform:uppercase;margin-bottom:8px;font-family:redbus;margin-top:15px}
.offer-box h2{font-weight:100;color:#444;font-size:14px;line-height:22px;margin-bottom: 12px;}.offer-box p{color:#62717d;/* margin:10px 0 */}
.offer-box h3 {clear: both;	color: #454545;	width: 100%; font-size: 1.1em;	font-weight: bold;	line-height: 24px;border: none;min-height: 55px;}
.offer-tag{position:absolute;top:10px;left: -10px;background-color: #488700;color:#fff;text-align:center;padding:2px 8px;font-weight:600;/* background: url(http://bitsadmission.com/images1/New.png); */}
.offer_btn{width:80px;/* position:absolute; */right:5px;bottom: 15px;margin:0 auto;background-color:#fff;border-radius:5px;display:inline-block;cursor:pointer;color: #488700;font-weight:400;/* font-size:14px; */padding: 10px 13px;text-transform:uppercase;text-decoration:none}
.offer_code{bottom:8px;position:absolute;left:10px;display:inline-block;font-weight:100}
.popup-overlay{width:100%;height:100%;display:none;position:fixed;z-index:99;background:#b8bcbf;zoom:1;filter:alpha(opacity=80);opacity:.8;top:0;left:0}* html .offfer_popup{position:absolute}.offfer-popup{width:1024px;height:520px;display:none;background:#fff;border-top:6px solid #47bbb5!important;border:1px solid #62717d;padding:20px;left:0;right:0;top:33%;margin:0 auto;position:fixed;z-index:101;-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate3d(0,-25%,0);-o-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0);overflow:hidden;padding-left:40px}.close-popup{float:right;font-weight:600;cursor:pointer}.close-popup:hover{color:#e55158}.offer-popup-inner{width:100%;height:510px;overflow-y:auto}.offer-popup-inner h2{font-weight:400;color:#000;font-size:25px;text-align:left;margin-bottom:25px}.offer-popup-inner section{margin:10px 0}.popup-detail-left{width:460px;float:left}.offer-detail-list li{background:url(../images/sprite-icn.png) no-repeat -15px -101px;padding:0 0 6px 40px;line-height:28px}.table-list ul{list-style-type:none;width:100%;margin:0;text-align:left;font-weight:600}.table-list ul li{display:inline-block;float:left;padding:10px 0;line-height:26px;margin:0!important}.table-list ul li a{line-height:normal}.table-list span{display:inline-block;border-bottom:1px solid #515e66;margin-top:-5px!important}.table-list span:hover{background:#edefef!important}.table-list span:hover a{background:#e55159;padding:3px;color:#fff}.list-raw-1{width:230px;padding-left:10px!important}.list-raw-2{width:130px}.list-raw-3{width:88px}.popup-search-right{width:30%;float:right;margin-left:15px}.offer-popup-round-icn img{width:70px;height:70px;float:left;margin-right:10px}.popup-search-right h2{font-weight:600;color:#000;font-size:19px;text-align:left;margin:2px 0 0}.popup-search-right h3{font-weight:600;color:#000}small-search-field{width:100%;margin-top:20px}.small-search-field input{width:82%;margin:0;padding:11px 0;padding-left:46px;border:1px solid silver;font-family:'Open Sans';font-size:11px;font-weight:300;color:#000!important}.small-search-field-date{overflow:hidden}.small-search-field-date input{width:32%;float:left}.small-search-field span{display:block;margin-bottom:10px}.small-search-field-select{border:1px solid silver;overflow:hidden;margin:10px 0}.small-search-field-select ul{list-style-type:none;width:100%;margin:0;font-weight:400}.small-search-field-select li{width:33.33%;display:inline-block;float:left;padding:6px 0;text-align:center;cursor:pointer;margin:0!important}.small-search-field-select li:hover{background:#f3f3f3}.select-active{background:#caced1}.book-btn{display:inline-block;background:#606f7b;color:#fff;padding:4px 6px;text-decoration:none}.float-shadow{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);box-sizing:border-box}.float-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:98%;left:-1px;height:5px;width:100%;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform,opacity;transition-property:transform,opacity;background:#414356;border:1px solid #414356;display:none}.float-shadow:active,.float-shadow:focus,.float-shadow:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-ms-transform:translate(-5px);-ms-border-bottom:5px;filter:progid:DXImageTransform.Microsoft.BasicImage(translateY=-5px)}.float-shadow:active .offer-box,.float-shadow:focus .offer-box,.float-shadow:hover .offer-box{height:280px;min-height:280px}.float-shadow:active:before,.float-shadow:focus:before,.float-shadow:hover:before{opacity:1;-webkit-transform:translateY(5px);transform:translateY(5px);display:block}@-webkit-keyframes hover{50%{-webkit-transform:translateY(-3px);transform:translateY(-3px);-ms-transform:translate(0px)}100%{-webkit-transform:translateY(-6px);transform:translateY(-6px);-ms-transform:translate(0px)}}@keyframes hover{50%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@-webkit-keyframes hover-shadow{0%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}50%{-webkit-transform:translateY(3px);transform:translateY(3px);opacity:1}100%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}}@keyframes hover-shadow{0%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}50%{-webkit-transform:translateY(3px);transform:translateY(3px);opacity:1}100%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}}.RouteList span{padding:10px;width:30%;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.offer_popup_content{display:none;width:70%;float:left}.offer_popup_content section{box-sizing:border-box}

#popbox {
    position: absolute;
    display:none;
    z-index: 100000;
    width: auto;
    background: #ffffcc;
    line-height: 18px;
    padding: 3px 7px 0 7px;
    font-weight: normal;
    color: #000;
    border-radius: 5px;
    border: 1px solid #878787;
    font-size: 10px;
    float: left;
    margin-top: 30px;
    margin-left: -15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
}
a.menu-bg {
   background: url(https://www.ticketgoose.com/events/tg_weeklymailer_new_2016/4.apr/menu_bg.gif) no-repeat;
   padding: 7px 5px 7px 18px;
   background-size: contain;
}

/* Home Page Popup */
#contest {
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 600px;
	height: 395px;
	margin: 0 auto;
	background: url(../images/bg1.png) no-repeat;
}

.leadinner {
	width: 100%;
}

.lead_right,.lead_popular {
	float: right;
	width: 375px;
	padding: 20px 20px 0px 10px;
	text-align: center;
	margin: 10px 0;
	min-height:50px;
}

.lead_popular h1 {
	font-size: 18px;
	font-weight: bold;
}

.lead_right h1 {
	font-size: 20px;
}

.lead_ans {
	float: right;
	width: 390px;
}

.lead_ans ul {
	list-style: none;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.lead_ans ul li {
	color: #fff;
	display: block;
	position: relative;
	min-height:33px;
}

.lead_ans ul li input[type=radio] {
	position: absolute;
	visibility: hidden;
}

.lead_ans ul li label {
	cursor: pointer;
	font-size: 13px;
}

.lead_ans ul li.ans1 {
	display: block;
	position: relative;
	font-weight: normal;
	font-size: 13px;
	padding: 37px 10px 13px 52px;
	z-index: 9;
	-webkit-transition: all 0.25s linear;
	background: url(../images/ans.png) no-repeat 100%;
}

.lead_ans ul li.ans2 {
	display: block;
	position: relative;
	font-weight: normal;
	font-size: 13px;
	padding: 37px 10px 4px 52px;
	z-index: 9;
	-webkit-transition: all 0.25s linear;
	background: url(../images/ans.png) no-repeat 100%;
}

.lead_ans ul li.ans3 {
	display: block;
	position: relative;
	font-weight: normal;
	font-size: 13px;
	padding: 37px 10px 4px 52px;
	z-index: 9;
	-webkit-transition: all 0.25s linear;
	background: url(../images/ans.png) no-repeat 100%;
}

.lead_ans ul li:hover label {
	color: #FFFFFF;
}

.check_radio {
	display: block;
	position: absolute;
	border: 2px solid #fff;
	border-radius: 100%;
	height: 8px;
	width: 8px;
	top: 38px;
	left: 34px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.check_radio:hover{
	border: 2px solid #fa793c;
}

.check_radio::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 6px;
	width: 6px;
	top: 1px;
	left: 1px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check_radio {
	border: 2px solid #fff;
}

input[type=radio]:checked ~ .check_radio::before {
	background: #fa793c;
}

.s_name,.s_email {
	margin: 0 35px;
}

input.ss_name,input.ss_email {
	padding: 8px;
	color: #80b543;
	margin: 15px 15px;
	width: 240px;
	font-weight: 600;
}

.s_text-center {
	margin: 40px 105px;
}

.s_text-center button {
	background: #80b543 none repeat scroll 0 0;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	padding: 10px 40px;
	border: 2px solid transparent;
	cursor: pointer;
}

.lead_form {
	float: right;
	width: 390px;
}

.s_winners {
float: right;
width: 390px;
margin: 15px 0 0;
}

.s_winners ul li {
  color: #fa793c;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  padding: 0 29px;
  line-height: 25px;
}

.s_download p {
color: #000;
text-align: center;
font-size: 15px;
font-weight: bold;
line-height: 23px;
}

.s_download {
width: 390px;
float: right;
margin: 10px 15px 0;
}

.s_download button {
background: #80b543 none repeat scroll 0 0;
color: #fff;
font-size: 14px;
font-weight: 500;
padding: 10px 10px;
border: 2px solid transparent;
cursor: pointer;
margin: 15px 117px 10px;
}
p.s_part2 {
   font-size: 12px;
}

.tg-insurance-content p {
padding: 0;
float: right;
font-size: 11px;
}



/* Bus Tour */

.bp_bus {
   display: inline;
   font-size: 12.5pt;
   color: #333;
   padding: 7px;
   border-radius: 5px 5px 0 0;
   cursor: pointer;
}

.bp_header span {
   color: #333;
   border-bottom: medium none;
   margin-left: 5px;
   padding: 7px;
   border-radius: 5px 5px 0 0;
   cursor: pointer;
}
.bp_tour {
   font-size: 12.5pt;
}
.bg_tab {
   background: #488700;
   color: #fff !important;
}
.alink {
    color: #df5d0b;
    text-decoration: none;
    padding-left: 5px;
}
#walbalance{
   float:right;
   text-align: right;
}
.awallet{
    color: #333;
    position: relative;
    line-height: 14px;
    cursor: pointer;
    font-size: 16px;
    padding: 0px 3px 0 41px;
    background: url(../images/wallet.png);
    background-repeat: no-repeat;
    background-position: 10px 0;
    top: -6px;
    background-size: 26px 24px;
}
.mwallet{
    color: #333;
    position: relative;
    line-height: 14px;
    cursor: pointer;
    font-size: 16px;
    padding: 0px 3px 0 41px;
    background: url(../images/alert.png);
    background-repeat: no-repeat;
    background-position: 10px 0;
    top: -6px;
    background-size: 26px 24px;
}
.awallet label,.mwallet label{
   color: #488700;
   font-size: 10px;
}
a#uWalletBal{
    color: #488700;
    font-size: 14px;
    padding-left: 12px;
    background: url(../images/tg-img.png) -6px -1486px;
}

/*footer*/
.newtg_copyright{
width:100%;
background-color: #f8f8f8;
   border-top: 1px solid #dcdcdc;
}
.tg-copyright {
width:990px;
margin:0 auto;
}
.tg-copyright p{
text-align:center;
padding:10px;
}
.newtg-border{
	border-top:1px dashed #666;
	margin-top:10px;
	margin-bottom:10px;
}
.newtg-footerroutes{
	margin-top: 5px;
    padding-top: 5px;
	width: 990px;
    margin: 0 auto;
    text-align: justify;
    color: #666 !important;
}
.newtg-footerroutes  span{
    font-weight: bold;
    font-size: 11px;
    color:#000;
}
.newtg-footerroutes a {
    color: #666;
    line-height: 20px;
    padding: 0 3px;
    font-size: 11px;
    border-right: 1px solid #666;
}
#newtg-footer{
	width:100%;
	margin: 0 auto;
    background: #f8f8f8;
    border-top: 1px solid #dcdcdc;
    height: auto;
	clear:both;
}
.tg-footer{
	width:715px;
	margin:0 auto;
	height:30px;
}
.tg-footer ul {
	
}
.tg-footer ul li {
    display: inline;
    margin-top: 10px;
	float:left;
}
.tg-footer ul li a {
    padding: 0px 10px;
    padding: 0px 9px\9;
    text-decoration: none;
    color: #666;
}
/*footer end*/


/*footer bottom starts*/
.newtg-footeroperators{
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #DCDCDC;
	width: 990px;
    margin: 0 auto;
    text-align: justify;
    color: #666 !important;
}
.newtg-footeroperators  span{
    font-weight: bold;
    font-size: 11px;
    color:#000;
}
.newtg-footeroperators a {
    color: #666;
    line-height: 20px;
    padding: 0 3px;
    font-size: 11px;
    border-right: 1px solid #666;
}
.tg-lastli{
	border:none!important;
	color:#000!important;
	font-weight:bold;
}
.useraccount_content {
	position: absolute;	
	margin-left: 10px;
	background: #ffffff;
	padding: 0 10px;
	color: #018718;
	text-align: left;
	z-index: 10;
	width: 180px;
	border: 1px solid #488700;
}

.useraccount_content a {
	color: #018718;
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	display: block;
	float: right;
	background: url(../images/tg-img.png) -6px -1486px;
	padding-left: 12px;
}

.useraccount_content div {
   padding: 10px 5px;
   line-height: 30px;
   border-bottom: 1px solid #efefef;
   height: 20px
}

.useraccount_content:before {
	content: '';
	position: absolute;
	left: 7px;
	top: -6px;
	border-top: 12px solid #488700;
	border-right: 12px solid transparent;
	-webkit-transform: scale(-1) rotate(-90deg);
	-moz-transform: scale(-1) rotate(-90deg);
	-ms-transform: scale(-1) rotate(-90deg);
	-o-transform: scale(-1) rotate(-90deg);
	transform: scale(-1) rotate(-135deg);
}


