*{margin:0;padding:0;}
aside,section,article,p,div,span,figure,figcaption,img,input,form,html, footer, header,nav, p, ul, li{margin:0;padding:0;}
ul{list-style:none;}
.clear{clear:both;height:0;}
:focus, .btn:focus, .btn:active:focus{outline:none;}
ul:after{clear:both;display:block;content:"";}
html{font-smooth:always;}
img{max-width:100%;border:none;vertical-align:bottom;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;	-o-user-select:none;}
button, input[type="submit"]{-webkit-appearance:none;}
body{background:#fff;color: #242424;font-size:16px;line-height:23px;font-family: 'Lato', sans-serif; font-weight:lighter; overflow-x:hidden;}
a
{
	color:#2e4485;
}
h1, h2, h3, h4, h5
{
	font-weight:400;
}
.intl-tel-input{
	width: 100% !important;
}
.nav_outer
{
	position: relative;
	padding-left: 110px;
	text-align: right;
	padding-top: 25px;
}
.logo
{
	position: absolute;
	top: 10px;
	left:15px;
}
.logo img
{
	height: 80px;
}
.payment_outerbox ul li {
	display: inline-block;
	width: 32%;
}
.payment_outerbox ul li a 
{
	background: #f1a732;
	color: #fff;
	width: 139px;
	display: inline-block;
	padding: 12px 0 16px 0;
}
.select_lang {
    border: none;
    background: no-repeat;
    font-size: 21px;
    color: #2d4485 !important;
    font-weight: 600;
    text-transform: uppercase;
}
.loading-spiner-holder {  
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
    background-color:rgba(255,255,255,0.9);
 }

.loading-spiner {
    position: fixed;
    left: 50%;
    top: 50%;  
    margin-left:-50px;
    margin-top:-50px; 
}
.loading-spiner img {
  height:100px;
}

.profile_pic_outer
{
 position: relative;
 padding-left: 100px;
}
.profile_pic_outer img
{
 position: absolute;
 left: 0;
 top: 0;
 width: 80px;
 height: 80px;
 border-radius: 100%;
}
.profile_page ul.profile_information li label
{
 text-align: left;
}
.profile_pic_edit
{
 display: inline-block;;
 overflow: hidden;
 position: relative;
 background:#000;
 border-radius: 100%;
}
.profile_pic_edit img
{
 width: 80px;
 height: 80px;
 border-radius: 100%;
 opacity: 0.8;
}
.profile_pic_edit input
{
 position: absolute;
 left: 0;
 top: 0;
 opacity: 0;
 height: 100%;
 width:100%;
 z-index: 2;
}
.upload_pic
{
 margin-bottom: 20px;
 font-size: 14px;
}
.profile_pic_edit i
{
 position: absolute;
 left: 30px;
 top: 30px;
 color: #fff;
 z-index: 1;
 font-size: 20px;
}

.errorMessage{
	color: red;
}

/*Radio box*/

.custome_check_box label{
	position: relative;
	cursor: pointer;
	color: #fff;
	font-size: 28px;
}

.custome_check_box input[type="checkbox"]{
	position: absolute;
	right: 9000px;
}


/*Radio box*/

.custome_check_box input[type="radio"] + .label-text:before{
	content: "\f10c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

.custome_check_box input[type="radio"] {
	display: none;
}

 input[type="radio"]:checked + .label-text::before {
	background: url(../images/icon.svg);
	animation: effect 250ms ease-in;
	width: 25px;
	background-repeat: no-repeat;
	height: 25px;
	content: no-open-quote;
	background-color: white;
    border-radius: 50%;
}
custome_check_box input[type="radio"]:checked + .label-text::before {
	background: url(../images/icon.svg);
	animation: effect 250ms ease-in;
	width: 25px;
	background-repeat: no-repeat;
	height: 25px;
	content: no-open-quote;
}
.form-check label {
	font-size: 28px;
}

.custome_check_box input[type="radio"]:disabled + .label-text{
	color: #fff;
}

.custome_check_box input[type="radio"]:disabled + .label-text:before{
	content: "\f111";
	color: #fff;
}
.custome_check_box .form-check {
	display: inline-block;
	padding: 0 0 0 35px;
}
.custome_check_box 
{
	padding: 25px 0;
}
.custome_check_box .label-text{font-weight: normal;}


@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}
/** modal css here **/
.modal-body .form-group > label
{
 color: #b5bbcb;
 font-size: 14px;
}
.modal-body .form-group .form-control {
 height: auto;
 box-shadow: none;
 font-size: 14px;
 padding: 8px 10px;
}
/** modal css here **/
.custom_navigation
{
	display: inline-block;
	margin: 0;
	background: none;
	border-radius: 0;
	border: none;
	min-height: inherit;
	vertical-align: middle;
}
.custom_navigation .nav li a
{
	color: #242424;
	font-size: 18px;
}
.custom_navigation .nav li a:hover, .custom_navigation .nav li a.active
{
	color: #f1a732;
}
.logout_btn
{
	background: #2e4485;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	display: inline-block;
	padding: 7px 22px;
	vertical-align: middle;
}
.logout_btn:hover
{
	background: #f1a732;
	color: #fff;
}
.header
{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateZ(0);
	z-index: 10;
	height: 100px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.facebook_loginbtn
{
	background: #2e4485;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	padding-right: 15px;
	margin-top: 6px;
	display: inline-block;
}
.facebook_loginbtn i
{
	padding: 10px 15px;
	border-right: 1px solid #1c2d5e;
	margin-right: 15px;
}
.form_box
{
	background: #fff;
	border-radius: 5px;
	margin: 35px 0;
}
.main_box
{
	padding-top: 100px;
}
.booking_formarea
{
	background: url(../images/banner_bg.jpg) center center no-repeat;
	background-size: 100%;
	background-size: cover;
	height:480px;
	color:#fff;
}
.black_layer
{
	height: 480px;
	background: rgba(0,0,0,0.6);
}
.table_box
{
	display: table;
	width:100%;
	height:100%;
}
.table_cellbox
{
	display: table-cell;
	vertical-align: middle;
}
.yellow_btn
{
	background: #f1a732;
	font-size: 20px;
	text-transform: uppercase;
	border: none;
	border-radius: 5px;
	padding: 20px;
	min-width: 210px;
	text-align: center;
	font-weight: 600;
	display: inline-block;
	color: #fff;
}
.yellow_btn:hover
	.form-check label {
	font-size: 28px;
	background: #2e4485;
}

.blue_btn
{
	background: #2e4485;
	font-size: 22px;
	text-transform: uppercase;
	border: none; 
	border-radius: 5px;
	padding: 20px;
	min-width: 210px;
	text-align: center;
	font-weight: 600;
	display: inline-block;
	color: #fff;
}
.blue_btn:hover
{
	background: #1c2d60;
}
.route_box
{
	border: 1px solid #b5bbcb;
	margin-top: 25px;
}
.route_box p
{
	font-size: 20px;
	position: relative;
	padding-left: 30px;
	margin: 25px 20px;
}
.route_box p span
{
	position: absolute;
	left: 0;
	top: 3px;
	background: #fff;
	border: 2px solid #ddd;
	width: 16px;
	height: 16px;
	border-radius: 100%;
}
.route_box p.route_from span
{
	border-color:#2e4485;
}
.route_box p.route_to span
{
	border-color:#f1a732;
}
.route_box p.route_from
{
	color:#2e4485;
}
.route_box p.route_to
{
	color:#f1a732;
}
.route_box p.route_from::after
{
	position: absolute;
	content: "";
	height: 24px;
	width: 2px;
	background: #cccfd7;
	left: 7px;
	top: 23px;
}
.route_date
{
	background: #b5bbcb;
	color: #fff;
	font-size: 16px;
	padding: 15px 20px;
}
.route_date i
{
	min-width: 28px;
}
.popular_routes
{
	padding: 15px 0 60px;
}
.quick_book_app
{
	background: url(../images/buliding.png) bottom center repeat-x #8893b4;
	color:#fff;
	padding-top: 50px;
}
.quick_book_app h3
{
	color:#f1a732;
	margin-bottom: 20px;
}
.quick_book_app p
{
	font-size: 18px;
	line-height: 30px;
}
.download_btn
{
	display: inline-block;
}
.download_btn + .download_btn
{
	margin-left:20px;
}
.right_mobile
{
	margin-bottom: -50px;
}
.form_inputbox
{
	float: left;
	width:25%;
	position: relative;
	padding-left: 50px;
	border-right:2px solid #cccfd7;
}
.form_inputbox input  
{
	border: none;
	background: transparent;
	color: #6b7388;
	padding: 16px 10px;
	font-size: 14px;
	width: 100%;
}
.form_inputbox img
{
	position: absolute;
	left: 20px;
	top: 15px;
}
.exchange_icon
{
	width: 32px;
	height: 32px;
	border: 2px solid #cccfd7;
	position: absolute;
	border-radius: 100%;
	left: -18px;
	top: 12px;
	background: #fff;
	text-align: center;
}
.exchange_icon img
{
	position: static;
	margin-top: 4px;
}
.select2-container{
	width: 100% !important;
}
.select2-dropdown{
	width: 369px !important;
}
input.select2-search__field {
	width: 358px !important;
}
span.select2-selection.select2-selection--single{
	min-height: 37px !important;
	border: none !important;
	border-bottom: 1px solid #979797 !important;
	border-radius: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-width: 5px 5px 0 5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent !important;
    border-style: solid !important;
    border-width: 5px 4px 0 4px !important;
    height: 0 !important;
    left: 50% !important;
    margin-left: -4px !important;
    margin-top: -2px !important;
    position: absolute !important;
    top: 50% !important;
    width: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999 !important;
	line-height: 33px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    line-height: 33px !important;
}
span.select2-selection.select2-selection--single {
    background: #80808017 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    position: absolute;
    top: 0px !important;
    right: 0px !important;
    width: 21px !important;
    background: #fff;
    border: none !important;
}

.select_box.client::after {
    color: #6b7388;
    content: "\f0d7";
    font-family: fontAwesome;
    font-size: 14px;
    font-weight: bold;
    pointer-events: none;
    position: absolute;
    right: 28px;
    top: 17px;
}

.select_box select {
    -moz-appearance: none;
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0px;
    color: #6b7388;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 10px;
    text-transform: uppercase;
    width: 100%;
    -webkit-appearance: none;
}

.form_inputbox:nth-child(4) {
    border: medium none;
}


/** pass packages page css here */
.pass-filters
{
	text-align: right;
}
.pass-filters a
{
	color: #f1a732;
    font-size: 14px;
    text-decoration: underline;
}
.pass-package-outer
{
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.pass-package-by
{
    text-align: left;
    padding: 22px 15px 15px 65px;
    position: relative;
    min-height: 70px;
}
.pass-package-by img
{
    position: absolute;
    left: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.pass-package-validity
{
    margin: 0;
    background: #fcedd6;
    color: #f1a732;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px;
}
.pass-image img
{
    height: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.select-pass-class
{
    width: 50%;
    margin: 0 auto 20px;
}
.select-pass-class select {
    height: auto;
    padding: 5px 10px;
    box-shadow: none;
    font-size: 14px;
}
.pass-package-outer p
{
    margin-bottom: 10px;
}
.pass-package-outer p i
{
    color: green;
}
.pass-package-select
{
    border-top: 1px solid #ddd;
    padding: 15px;
    margin-top: 20px;
}
.border-blue-btn
{
    border: 2px solid #2e4485;
    display: inline-block;
    padding: 7px 40px;
    background: none;
    color: #2e4485;
    border-radius: 8px;
    text-transform: uppercase;
    cursor: pointer;
}
.border-blue-btn:hover, .border-blue-btn.package-selected
{
    background: #2e4485;
    color: #fff;
}
.pass-packages .row
{
    padding: 15px;
}
/** pass packages page css here */


/*------train css ----*/
.train_box 
      {
		box-shadow: 0px 0px 15px rgba(143,144,145,0.4);
		padding: 15px 0;
		margin-bottom: 30px;
	  }
	  .train_box h4
	   {
			color: #f1a732;
		}

		.train_box h3 
		{
			font-size: 22px;
		}
.seat_outerarea h2
 {
    margin-bottom: 30px;
}
.train_box a 
{
	text-decoration: underline;
}
.amenities li 
{
    display: inline-block;
    margin: 0 30px 0 0px;
}
.amenities li img 
{
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.bus_price_seatbox.train_b{width:270px;}
/*----end---*/

/*** date picker css here ***/
.ui-datepicker.ui-widget{background: #fff;border: 1px solid #ddd;min-width: 311px;}
.ui-datepicker.ui-widget .ui-datepicker-header{background: none;border: none;}
.ui-datepicker.ui-widget .ui-datepicker-prev .ui-icon, .ui-datepicker.ui-widget .ui-datepicker-next .ui-icon {background:url("../images/left_arrow.png") no-repeat scroll center center;cursor: pointer;height: 35px;left: 0;margin: 0;top: 0;width: 35px;}
.ui-datepicker.ui-widget .ui-datepicker-next .ui-icon {	background:url("../images/right_arrow.png") no-repeat scroll center center;}
.ui-datepicker-title {color: #000;}
.ui-datepicker.ui-widget a.ui-state-active{background: #2e4485;color: #fff;}
.ui-datepicker.ui-widget .ui-state-default, .ui-datepicker.ui-widget .ui-widget-content .ui-state-default, .ui-datepicker.ui-widget .ui-widget-header .ui-state-default {color: #000;padding: 0 10px;text-align: center;text-shadow: none;}
.ui-datepicker .ui-datepicker-prev {left: 2px !important;top: 2px !important;}
.ui-datepicker .ui-datepicker-next {right: 2px !important; top:2px !important;}
.bootstrap-timepicker-widget.dropdown-menu.open {display: block;padding: 5px;}
.bootstrap-timepicker-widget {text-align: center;}
.bootstrap-timepicker-widget input {border: 1px solid #ccc;	padding: 5px;text-align: center;border-radius: 5px;width: 75px;}
.bootstrap-timepicker-widget table td {padding: 5px 10px;}
/*** date picker css here ***/

.payment_partnerbox
{
	padding: 115px 0 60px 0;
}
.payment_outerbox
{
	background: #f5f5f5;
	border:1px solid #eeeef3;
	padding:25px;
	min-height: 250px;
}
.payment_outerbox h4
{
	margin: 0 0 20px 0;
}
.payment_outerbox img
{
	display: inline-block;
	vertical-align: middle;
	margin: 6px;
}
.footer
{
	background: url(../images/footer_bg.jpg) top right no-repeat #e8e8e8;
	background-size: 100%;
	background-size: cover;
	padding-top: 35px;
	padding-bottom: 35px;
}
.footer_logo
{
	display: inline-block;
	margin-bottom: 20px;
}
.footer_link li
{
	margin-bottom: 12px;
}
.footer_link li a, .address_area p a
{
	color: #242424;
}
.footer_link li a:hover, .address_area p a:hover
{
	color: #2e4485;
}
.footer h3
{
	margin-bottom: 20px;
	font-weight: 600;
}
.address_area p
{
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.address_area p i
{
	position: absolute;
	left: 0;
	text-align: center;
	min-width: 25px;
	top: 4px;
}
.bottom_footer
{
	background: #2d4485;
	padding: 10px 0;
}
.bottom_footer p, .bottom_footer p a
{
	color:#fff;
	font-size: 16px;
font-weight: lighter;
}
.bottom_footer p a:hover
{
	color:#000;
}

.address_area span img 
{
	height: 18px;
	position: absolute;
	left: 0;
	top: 5px;
}
.social_icon a
{
	font-size: 26px;
	color: #fff;
	display: inline-block;
	margin: 8px;
}

/*** search page css here ***/
.after_search
{
	background:#2e4485;
	padding: 8px 0;
	min-height: 54px;
}
.yellow_btn.small_btn, .blue_btn.small_btn {
    font-size: 16px;
    min-width: inherit;
    padding: 7px 17px;
    white-space: nowrap;
    margin: 0 3px 0 3px;
}
.yellow_btn.small_btn:hover
{
	background: #d79123;
}
.after_search .container
{
	position: relative;
	padding-right: 110px;
}
.after_search .yellow_btn
{
	position: absolute;
	right: 15px;
	top: 0;
}
.ticket_type
{
	float: left;
	background: #172242;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	padding: 5px 10px;
	margin-top: 3px;
	text-transform: uppercase;
}
.ticket_time_detail
{
	float: left;
	margin-left: 15px;
	margin-top: 7px;
}
.ticket_time_detail span
{
	color: #fff;
}
.right_arrow
{
	color:#fff;
	margin:0 6px;
}
.prev, .next
{
	width: 14px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.ticket_time_detail .datepicker
{
	width: 118px;
	text-align: center;
	border: none;
	background: none;
	color: #fff;
}
.after_search .disabled
{
	opacity: 0.5;
	pointer-events: none;
}
.filter-head a, .filter_outerbox h4 a
{
	float: right;
	font-size: 18px;
	margin-top: 3px;
	text-decoration: underline;
}
.filter-head a:hover, .filter_outerbox h4 a:hover
{
	text-decoration: none;
}
.filter_outerbox
{
	margin-top: 20px;
}
.filter_outerbox h4
{
	color:#b5bbcb;
}
.filter_outerbox h4 a
{
	font-size: 14px;
}
.filter_outerbox.active .filter_show, .filter_hide
{
	display: none;
}
.filter_outerbox.active .filter_hide
{
	display: inline-block;
}
.filter_whitebox
{
	background:#fff;
	padding: 15px;
	border-radius: 5px;
}
.inner_pagebox
{
	background:#eeeef3;
}

.custom_check [type="checkbox"]:not(:checked),
.custom_check [type="checkbox"]:checked, .custom_check [type="radio"]:not(:checked),
.custom_check [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.custom_check [type="checkbox"]:not(:checked) + label,
.custom_check [type="checkbox"]:checked + label, .custom_check [type="radio"]:not(:checked) + label,
.custom_check [type="radio"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  font-weight: 400;
  color:#242424;
  margin: 0;
  line-height: 18px;
}

/* checkbox aspect */
.custom_check [type="checkbox"]:not(:checked) + label:before,
.custom_check [type="checkbox"]:checked + label:before, .custom_check [type="radio"]:not(:checked) + label:before,
.custom_check [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 18px;
	height: 18px;
	border: 1px solid #b5bbcb;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
}
/* checked mark aspect */
.custom_check [type="checkbox"]:not(:checked) + label:after,
.custom_check [type="checkbox"]:checked + label:after, .custom_check [type="radio"]:not(:checked) + label:after,
.custom_check [type="radio"]:checked + label:after {
 	content: '✔';
  	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	line-height: 0.8;
	color: #fff;
	transition: all .2s;
	background: #f1a732;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
}
/* checked mark aspect changes */
.custom_check [type="checkbox"]:not(:checked) + label:after, .custom_check [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom_check [type="checkbox"]:checked + label:after, .custom_check [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.custom_check [type="checkbox"]:disabled:not(:checked) + label:before,
.custom_check [type="checkbox"]:disabled:checked + label:before, .custom_check [type="radio"]:disabled:not(:checked) + label:before,
.custom_check [type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.custom_check [type="checkbox"]:disabled:checked + label:after, .custom_check [type="radio"]:disabled:checked + label:after {
  color: #999;
}
.custom_check [type="checkbox"]:disabled + label, .custom_check [type="radio"]:disabled + label {
  color: #aaa;
}
.filter_whitebox ul li {
	margin-bottom: 8px;
	overflow: hidden;
}
.filter_whitebox ul li:last-child {
	margin-bottom: 0px;
}
.filter_outerbox .filter_whitebox {
	display: none;
}
.filter_outerbox.active .filter_whitebox {
	display: block;
}
.filter_left
{
	margin-bottom: 50px;
	border-right: 2px solid #b5bbcb;
}
.right_buslist_box h4
{
	color:#b5bbcb;
}
.bus_listbox_white
{
	background:#fff;
	border-radius: 5px;
	margin-top: 20px;
}
.bus_listbox
{
	position: relative;
	padding: 15px 180px 15px 105px;
	min-height: 147px;
}
.bus_icon {
    position: absolute;
    left: 15px;
    top: 25px;
    height: 70px;
    border-radius: 100%;
    width: 70px;
}
.bus_listbox h3
{
	margin-top: 0;
}
.bus_timing
{
	font-size: 20px;
	color: #2e4485;
}
.bus_duration_time
{
	color: #b5bbcb;
	display: inline-block;
	margin-left: 15px;
}
.board_drop_point
{
	margin-top:5px;
	font-size: 14px;
}
.board_drop_point a
{
	color: #f1a732;
}
.bus_price_seatbox
{
	position: absolute;
	width: 252px;
	text-align: right;
	right: 15px;
	top: 15px;
}

#idTraveller0 {
	float: right;
}

.custome_check_box.new_train{padding: 0px;}
.train_box a {
	text-decoration: underline;
	color: #f1a732;
}

.custome_check_box.new_train .form-check {
	display: inline-block;
	padding: 0 20px 0 0;
}

.drop_d select {

	width: 100px;
   
}

.custome_check_box.new_train label

{
	color: #000;
	font-size: 20px;
}
.inner_banner.inner_booking h1 {
	line-height: 115px;
}
.filter_busarea
{
	padding: 30px 0;
}
.board_drop_point_dropdown, .view_seatarea
{
	display: none;
	position: relative;
}

.close_drop, .close_seatarea
{
	color: #5f5f5f;
	font-size: 24px;
	position: absolute;
	right: 15px;
	top: 8px;
}
.board_drop_point_dropdown .nav
{
	background: #fdf5e9;
	border: none;
}
.board_drop_point_dropdown .nav li
{
	margin: 0;
}
.board_drop_point_dropdown .nav li a
{
	border-radius: 0;
	border:none !important;
	border-bottom: 2px solid transparent !important;
	background: none;
	color: #f1a732;
	margin-right: 25px;
}
.board_drop_point_dropdown .nav li.active a
{
	border-bottom: 2px solid #f1a732 !important;
	background: none;
	color:#f1a732;
}
.board_drop_point_dropdown .tab-content
{
	padding: 15px;
}
.boarding_dropping_points_area h4
{
	color: #242424;
}
.boarding_dropping_points_area ul
{
	list-style: circle;
	margin-left: 15px;
}
.boarding_dropping_points_area ul li
{
	font-size: 14px;
	color: #b5bbcb;
}
.amenities_area ul li
{
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}
.amenities_area ul li img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
.cancellation_policy_area table tr td
{
	font-size: 14px;
	/*padding: 3px 0;*/
	border: none;
}
.cancellation_policy_area .table > thead > tr > th{border: none;}
.cancellation_policy_area .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none;
}
.review_box img
{
	position: absolute;
	left: 0;
	border-radius: 100%;
	width: 60px;
	height: 60px;
}
.review_box
{
	position: relative;
	padding-left: 70px;
}
.review_box h4
{
	color:#2e4485;
	margin:0 0 5px 0;
}
.review_box h5
{
	margin:0 0 5px 0;
}
.review_box p
{
	font-size: 14px;
	line-height: 18px;
	color: #b5bbcb;
}
.view_comments a
{
	text-decoration: underline;
}
.view_comments a:hover
{
	text-decoration: none;
}
.view_seatarea h5
{
	background: #fdf5e9;
	color: #f1a732;
	margin: 0;
	padding: 15px;
}
.seat_outerarea
{
	padding: 15px;
}
.bus_structure1
{
	overflow: auto;
	padding: 0 7px;
}
.bus_structure 
{
  border: 1px solid #979797;
  display: inline-block;
  padding: 12px;
  position: relative;
  width: auto;
  margin: 10px 0;
}
.bus_row 
{
  float: none;
  margin-top: -3px;
  text-align: center;
  width: auto;
}
.bus_row div 
{
  float: right;
  width: 32px;
}
.bus_driver
{
	width: 24px;
	height: 24px;
	background: #b5bbcb;
	border-radius: 100%;
	display: inline-block;
	margin: 4px 2px 8px;
	vertical-align: top;
}
.seat {
  background: rgba(0, 0, 0, 0) url("../images/seats2.png") no-repeat scroll -39px 0;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  margin: 4px 2px 8px;
  transform: rotate(90deg);
  vertical-align: top;
  width: 28px;
}
.space
{
	width: 28px;
	height: 24px;
	margin: 4px 2px 8px;
	display: inline-block;
	vertical-align: top;
}
.seat_status li .seat
{
	margin-left: 0;
	margin-right: 10px;
	cursor: inherit;
	margin-bottom: 0;
	vertical-align: middle;
}
.seat_status li
{
	min-height: 25px;
	margin-top: 15px;
}
.selected_seat
{
	background-position: 2px 0px;
}
.occuoied_seat
{
	background-position: -78px 0px;
	pointer-events:none;
	cursor: inherit;
}
.staff_seat 
{ 
	background-position: -119px 0px; 
	pointer-events:none; 
	cursor: inherit; 
}
.select_points_form {
	border: 1px solid #dbdbdb;
	padding: 15px;
	margin-top: 15px;
	margin-left: 7px;
}
.select_outer
{
	position: relative;
	margin-bottom: 15px;
}
.select_outer select
{
	width:100%;
	border:none;
	border-bottom:1px solid #979797;
	line-height: 38px;
	padding: 7px 0px;
}
.select_outer::after
{
	content: "\f0d7";
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	width: 20px;
	bottom: 1px;
	font-family: fontawesome;
	text-align: center;
	line-height: 38px;
}
.select_points_form ul li
{
	color: #b5bbcb;
	margin-bottom: 8px;
}
.value_box
{
	float: right;
	color: #242424;
}
.select_points_form .blue_btn
{
	margin-top: 15px;
}
.front_bus {
  background: #fff none repeat scroll 0 0;
  font-size: 14px;
  font-weight: 700;
  left: 50%;
  line-height: 16px;
  margin-left: -35px;
  padding: 0 15px;
  position: absolute;
  top: -7px;
}
.front_bus.rear_bus {
  bottom: -7px;
  left: 50%;
  margin-left: -35px;
  right: inherit;
  top: inherit;
}
.selected_seat_count
{
	color: #fff;
	line-height: 17px;
	margin-top: 5px;
}
.selected_seat_count a
{
	color:#fff;
}
.selected_seat_count a:hover
{
	text-decoration:underline;
}
/*** search page css here ***/



.ug_demo {
    color: 
    #000;
    font-size: 18px;
}
.active_n {

    background: 

#f1a732;

border: none;

padding: 8px 10px;

font-weight: bold;

border-radius: 4px;

color:

    #fff;

}


/*** proceed payment page css here ***/
.passenger_ticketdetail_outer
{
	padding-bottom: 45px;
	margin-top: -45px;
}
.selected_busroute
{
	background: #2e4485;
	color:#fff;
	padding: 15px 0 60px;
}
.selected_busroute h4
{
	margin: 0;
}
.white_box
{
	background: #fff;
	border-radius: 5px;
	padding: 15px;
}
.border_input
{
	border: none;
	border-bottom: 1px solid #979797;
	border-radius: 0;
	box-shadow: none !important;
	height: auto;
	padding: 6px;
	min-height: 37px;
}
.input_outer
{
	position: relative;
}
.input_outer i
{
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 18px;
	color: #5d5d5d;
}
.passenger_ticketbox h5, .order_detailbox h5
{
	color: #b5bbcb;
	font-size: 16px;
}
.order_detailbox h4
{
	color: #b5bbcb;
}
.passenger_ticketbox h5 a
{
	color: #f1a732;
	font-size: 14px;
	text-decoration: underline;
	float:right;
}
.passenger_ticketbox h3
{
	color: #2e4485;
	margin-top: 10px;
}
.passenger_ticket_datetime
{
	color:#b5bbcb;
	font-size: 18px;
}
.line
{
	width: 100%;
	display: block;
	padding-bottom: 2px;
	margin: 18px 0;
	background: url(../images/line.png) left center repeat-x;
}
.passenger_ticketbox
{
	margin-bottom: 30px;
}
.fare_detailarea.white_box
{
	padding: 15px 15px 45px 15px;
}
.fare_detailarea h3
{
	color: #2e4485;
	margin-top: 6px;
}
.fare_detailarea h5
{
	color: #2e4485;
	font-size: 16px;
	margin: 12px 0;
}
.fare_detailarea ul li
{
    color: #b5bbcb;
    margin-bottom: 5px;
}
.fare_detailarea ul li span
{
    color: #242424;
    float: right;
}
.total_fare
{
	background: #f1a732;
	padding: 10px;
	color:#fff;
	font-size: 20px;
	margin: 20px -15px;
}
.total_fare span
{
	float: right;
}
.select_paymentarea ul li
{
	margin: 20px 0;
}
.select_paymentarea ul li a
{
	display: inline-block;
	border: 2px solid transparent;
}
.select_paymentarea ul li a.active
{
	border: 2px solid #2e4485;
}
.cancel_ticket
{
	display: inline-block;
	color: #ff0000;
	margin-top: 5px;
}
.cancel_ticket:hover
{
	text-decoration: underline;
}
.payment_confirmation_detail
{
	position: relative;
	padding-left: 90px;
	margin-bottom: 25px;
	min-height: 76px;
	padding-right: 210px;
}
.payment_confirmation_detail > img
{
	position: absolute;
	left: 0;
	top: 0;
}
.payment_confirmation_detail h3
{
	color: #2e4485;
}
.payment_confirmation_detail h4, .payment_confirmation_detail h4.qty_text span
{
	color: #242424;
}
.payment_confirmation_detail h4.qty_text
{
	color: #b5bbcb;
}
.payment_statusbox 
{
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}
.payment_statusbox h3
{
	color: #f1a732;
	margin-top: 0;
	margin-bottom: 5px;
}
.payment_statusbox p
{
	font-size: 14px;
}
.order_detailbox
{
	margin-bottom: 35px;
}
.kacyber_promise
{
	margin-top: 30px;
}
.kacyber_promise i
{
	color: #b5bbcb;
	font-size: 36px;
}
.kacyber_promise h4
{
	color: #f1a732 !important;
	font-weight: 700;
}
.kacyber_promise p
{
	color: #b5bbcb;
	font-size: 14px;
	max-width: 90%;
	margin: 0 auto;
}
.kacyber_promise p a:hover
{
	text-decoration: underline;
}
.kacyber_promise aside
{
	margin: 20px 0;
}
/*** proceed payment page css here ***/

/*** about page css here ***/
.inner_banner
{
	background: url(../images/small_banner.png) top center no-repeat #2e4485;
	background-size: 100%;
	background-size: cover;
	height: 215px;
}
.inner_banner h1
{
	font-weight: 700;
	color: #fff;
	margin: 0;
	text-align: center;
	font-size: 40px;
	line-height: 215px;
}
.about_area
{
	padding: 20px 0 40px;
}
.about_area h2
{
	color: #2e4485;
	margin-bottom: 20px;
}
.about_area p
{
	font-size: 18px;
	line-height: 25px;
}
.about_contactarea
{
	background: url(../images/contact_bg.png) top center no-repeat #fff;
	background-size: 100%;
	background-size: cover;
	border-top:5px solid #e6e6e7;
	border-bottom:5px solid #e6e6e7;
}
.about_area h3.blue_text
{
	color: #2e4485;
}
.about_area p.address
{
	position: relative;
	padding-left: 30px;
	margin-top: 10px;
}
.about_area p.address a
{
	color:#242424;
}
.about_area p.address a:hover
{
	color:#2e4485;
}
.about_area p.address i
{
	position: absolute;
	left: 0;
	top: 3px;
}
.about_area .form-control
{
	height: auto;
	padding: 8px 15px;
}
.about_area textarea.form-control
{
	height: 110px;
	resize:none;
}
.yellow_text
{
	color:#f1a732;
}
.about_area ul li
{
	position: relative;
	padding-left: 20px;
	font-size: 18px;
	margin: 20px 0px;
}
.about_area ul li:after
{
	position: absolute;
	width:8px;
	height: 8px;
	border-radius: 100%;
	background:#2e4485;
	content: "";
	left: 2px;
	top: 8px;
}
.about_area p + h3, .about_area ul + h3
{
    margin-top: 30px;
}
/*** about page css here ***/

/*** my booking page css here ***/
.booking_tabs
{
	background: #fff;
}
.booking_tabs .nav
{
	border: none;
	text-align: center;
}
.booking_tabs .nav li
{
	display: inline-block;
	float: none;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
}
.booking_tabs .nav li a
{
	color: #242424;
	margin: 0;
	border: none !important;
	border-bottom: 3px solid transparent !important;
	border-radius: 0;
	background: none;
	padding: 13px 30px;
}
.booking_tabs .nav li.active a
{
	border-bottom: 3px solid #f1a732 !important;
	color:#f1a732;
}
.booking_tabs_detail .bus_listbox
{
	min-height: 125px;
}
.booking_tabs_detail .bus_listbox h3, .my_transaction_box h3
{
	color:#2e4485;
}
.booking_tabs_detail .bus_listbox h4, .my_transaction_box h4
{
	color:#b5bbcb;
}
.booking_tabs_detail
{
	padding: 10px 0 50px;
	min-height: 400px;
}
.booking_tabs_detail .bus_listbox .bus_price_seatbox h3, .my_transaction_box .bus_listbox .bus_price_seatbox h3
{
	color:#f1a732;
	margin-top: 10px;
}
.my_transaction_box .bus_listbox
{
	padding-left: 15px;
	padding-right: 230px;
	min-height: inherit;
}
.my_transaction_box .bus_price_seatbox
{
	width: 220px;
}
.my_transaction_box .bus_price_seatbox p
{
	margin-top: 35px;
}
.my_transaction_box
{
	padding: 10px 0 50px;
}
.wallet_area
{
	background: #fff;
	padding: 15px 0;
	min-height: 120px;
}
.wallet_innerarea
{
	position: relative;
	padding-left: 110px;
}
.wallet_innerarea img
{
	position: absolute;
	left: 0;
	top: 0;
}
.wallet_innerarea h4
{
	color: #b5bbcb;
}
.wallet_innerarea h2
{
	color: #2e4485;
	margin-top: 0;
}
.wallet_innerarea .yellow_btn
{
	position: absolute;
	right: 0;
	top: 15px;
}
/*** my booking page css here ***/

/*** profile page css here ***/
.profile_page h4
{
	color: #2e4485;
}
.profile_page h4 a
{
	color: #f1a732;
	float: right;
}
.profile_page h4 a:hover
{
	text-decoration: underline;
}
.profile_page ul.profile_information li label
{
	font-weight: normal;
	color: #b5bbcb;
	text-align: right;
	min-width: 155px;
	margin-right: 25px;
}
.profile_page ul.profile_information li
{
	margin: 5px 0;
}
.profile_information
{
	margin: 25px 0;
}

.facebook_loginbtn.phone {
    background: #f1a732 none repeat scroll 0 0;
}
.facebook_loginbtn.phone i {
    border-right: 1px solid #c08424;
}
.btn-number {
   margin: 0 15px 0 10px;
    padding: 1px 4px;
	color: #6b7388;
}
.input-group.count_number {
    margin-top: 22px;
    max-width: 140px;
}
.form-control.input-number {
    border: medium none;
    height: 25px;
    padding: 0 17px;
}
.no_ticket {
    color: #6b7388;
	font-size: 14px;
	position: absolute;
	margin-left: 10px;
	line-height: 14px;
	top: 3px;
}
.input-group .form-control.input-number
{
	width: 65px;
	text-align: center;
	box-shadow: none;
}
/*** profile page css here ***/


.pac-container {
	z-index: 999999;
}

.alert_modal .modal-header {
	background: #2e4485;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.alert_modal .modal-header .close {
	color: #fff;
	opacity: 1;
}
.alert_modal .modal-body {
	text-align: center;
	padding: 35px 15px;
	font-size: 18px;
}

.table-responsive table thead tr th {
	color: #2e4485;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 2px solid #2e4485;
	text-transform: uppercase;
	padding: 10px;
}

.onward_returntable table thead tr th {
	border-color: #b5bbcb;
}
.table-responsive table tbody tr td {
	color: #242424;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 12px 10px;
}
.onward_returntable table tbody tr td {
	vertical-align: top;
	border-right: none;
}
.onward_returntable table tbody tr:last-child td {
	border-bottom: none;
}
.table-responsive table tbody tr td:last-child {
	border-right: none;
}
/*** responsive css here ***/

@media screen and (min-width:1600px)
{
	.container
	{
		width: 1470px;
	}
}
@media screen and (max-width:1600px)
{
	
}

@media screen and (max-width:1200px)
{
.ticket_time_detail{float: none;}
.ticket_type {
    
    margin-bottom: 6px;
    margin-right: 12px;
    margin-top: -5px;
    padding: 5px 10px;
  
}	
.select_points_form{margin-top: 15px;}
.seat_status li {
	display: inline-block;
	margin-right: 5px;
}
}

@media screen and (max-width:991px)
{
	.fare_detailarea
	{
		margin-top: 20px;
	}
.route_date{font-size: 16px;}
.form_inputbox.top_box + .form_inputbox.top_box {
	border-right: none;
}

.route_box p {
    font-size: 20px;	
}

.form_inputbox.top_box {
    border-bottom: 2px solid #cccfd7;
    width: 50%;
}
.form_inputbox{width: 33.3%;}

.text-uppercase {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}
.quick_book_app{padding-bottom: 30px;}

.quick_book_app p {
    font-size: 18px;
    line-height: 28px;
}
.social_icon a {
   
    font-size: 22px;
    margin: 4px;
}
.filter_left {
    border: medium none;
}
.no_ticket {margin-left: 10px;}
}
@media screen and (max-width:767px)
{
.right_mobile{margin-top: 40px;}
	
.social_icon a {
   
    font-size: 24px;
    margin: 6px;
}
.form_inputbox input{font-size: 14px; padding: 16px 4px;}
.navbar-collapse {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    left: 0;
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 100%;
    width: 100%;
}
.nav_outer .navbar{ position: inherit;}
.nav_outer{position: inherit;}
.custom_navigation .nav li a{text-align: center;}

.nav-tabs > li{width: 100%;}

.review_box{padding-bottom: 20px;}

.about_area form {
    padding-top: 30px;
}
.about_area h2{font-size: 18px;}
.about_area p {
    font-size: 16px;
}

.about_area p + h3, .about_area ul + h3 {
    font-size: 18px;
}
.about_area ul li{font-size: 16px;}
.logout_btn{margin-top: -10px; font-size: 16px;}
.custom_navigation{margin-top: -9px;}
.social_icon {
	text-align: left;
}
.form_box .form_inputbox {
	width: 100%;
}
}

@media screen and (max-width:600px)
{
.bus_listbox {
    min-height: 147px;
    padding: 15px 15px 45px 15px;
}

.bus_price_seatbox{position: inherit; text-align: left; right: 0px;}
.bus_icon{position: inherit; margin-bottom: 20px;}

.booking_tabs .nav li{width: 100%;}	

.after_search .yellow_btn {
    position: inherit;
    right: 0;
    top: 0;
}
.ticket_type{font-size: 12px;}

.ticket_time_detail span{font-size: 13px;}
.ticket_time_detail .datepicker{font-size: 13px;}
.after_search .container{padding-right: 0px;}
.after_search .yellow_btn{margin: 8px 0px; font-size: 12px;}

.bus_structure1 {
    overflow: scroll;
}
.payment_confirmation_detail{padding-left: 0px; padding-right: 0px;}

.payment_confirmation_detail > img{position: inherit;}

.payment_statusbox{position: inherit; text-align: left;}

.facebook_loginbtn {
   font-size: 12px;
   padding-right: 10px;
}
.form_inputbox.top_box{width: 100%;border-right: none; }
.exchange_icon{left: inherit; right:10px;top: -17px;}
.form_inputbox.last {
	border-bottom: none;
	margin-top: 10px;
}
.booking_formarea,.black_layer
{
	height:520px;
}

}


@media screen and (max-width:480px)
{
	.after_search
	{
		text-align: center;
	}
	.facebook_loginbtn{position: relative;
    top: -26px;}
	
	.table_cellbox h1 {
    font-size: 24px;
}
.payment_outerbox img{width: 50%;}

.bottom_footer p, .bottom_footer p a {
    color: #fff;
    font-size: 15px;
}
.form_inputbox {
    width: 100%; border-bottom: 2px solid #cccfd7;
}


.form_inputbox input{width: 75%;}

.form_inputbox img{left: 42px;}


.yellow_btn{padding: 16px; min-width: 195px;  padding: 16px;}

.wallet_innerarea img {
position: inherit;
  
}
.wallet_innerarea{padding-left: 0px;}
.my_transaction_box .bus_listbox{padding-right: 0px;}
.wallet_innerarea h2{font-size: 20px;}

.booking_tabs_detail .bus_listbox h3, .my_transaction_box h3 {
    color: #2e4485;
    font-size: 18px;
}
.booking_tabs_detail .bus_listbox h3, .my_transaction_box h3 {
 font-size: 18px;
}
.wallet_area{padding-bottom: 40px;}

.profile_page h4 a{font-size: 16px;}

.profile_page ul.profile_information li label{text-align: left;}

.ticket_time_detail {
    float: left;
    margin-bottom: 7px;
    margin-left: 2px;
    margin-top: 7px;
}
.close_drop, .close_seatarea{padding-right: 2px;}

.ticket_time_detail{width: 100%;}

.ticket_type{float: none;}

.view_seatarea h5{margin-right: 13px;}
.filter_outerbox h4 {
font-size: 16px;
}
.text-uppercase {
    font-size: 18px;
}
.filter-head {
    font-size: 18px;
}
.bus_listbox h3 {
    font-size: 18px;
}
.bus_timing {
font-size: 16px;
}
.yellow_btn.small_btn, .blue_btn.small_btn {
    font-size: 14px;
}
.booking_tabs_detail .bus_listbox h4, .my_transaction_box h4 {
    font-size: 16px;
}
.profile_page ul.profile_information li label {display: block;}

.main_box {
    padding-top: 80px;
}
.header{height: 80px;}
.logo img {
    height: 60px;
}
.payment_confirmation_detail h4, .payment_confirmation_detail h4.qty_text span {
    font-size: 16px;
}
.payment_confirmation_detail h3 {
    font-size: 18px;
}

.form_inputbox img {
    left: 15px;
}
.form_box{padding-bottom: 20px;}

.form_inputbox input {
    width: 90%;
}
.btn-number {
 margin: 0 15px 0 22px;
}
.no_ticket {
    margin-left: 22px;
}
.facebook_loginbtn
{
	min-width: 170px;
	text-align: left;
}
.download_btn {
    margin-bottom: 10px;
}
}
@media screen and (max-width:360px)
{
	
.download_btn + .download_btn {
    margin-left: 4px;
}
.bus_listbox {
    padding: 15px 30px 45px 15px;
}
.col-md-9.right_buslist_box > h3 {
    font-size: 18px;
}
.ticket_time_detail .datepicker{width: 90px;}
.bus_duration_time{margin-left: 1px;}
}

.mdl-dialog
{
 left: inherit;
 right: 70px;
}

@media screen and (max-width: 991px)
{
 .firebaseui-idp-text {font-size: 12px; padding-left: 5px !important;}
 .firebaseui-idp-button { padding: 8px 10px !important;}
}


@media screen and (max-width: 768px)
{
.nav_outer {padding-top: 35px !important}
.firebaseui-idp-text {font-size: 0px; display: none !important;}

.firebaseui-idp-icon 
{
 
  height: 23px !important;
  width: 40px !important;
}
}

@media screen and (max-width: 480px){
	.custome_check_box .form-check {
		padding: 0 0 0 15px;
	}
	.bus_icon {
		left: 0px;
		top: 0px;
	}
	.inner_banner.inner_booking h1 {
		line-height: 90px;
	}
	.new_pass {
		bottom: 10px;
	}
	.custome_check_box {
		padding: 0px 0 25px 0;
	}
	.custome_check_box .form-check:first-child {
		padding-left: 0;
	}
	.form-check label {
		font-size: 19px;
	}
.firebaseui-card-content
 {
  padding: 0 10px !important;
}

.firebaseui-idp-icon 
{  
 height: 16px !important;
  width: 16px !important;
}
.mdl-button
{
 min-width: 40px !important;
}
.nav_outer {padding-top: 23px !important; padding-left: 0px !important}
}

/*** responsive css here ***/