@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);
/*
 *	CSS Document
 *  Nandan Travels © 2015
 */

body {
	font-family: OpenSans;
	font-size: inherit;
	color: inherit;
}
.brd {
	border: 1px solid #ccc;
}

/*************************************/
/****    Header Css Start Here    ****/
/*************************************/

.top-street {
	background: #f5f5f5;
	padding: 3px 0;
}
.call-text, .call-text.btn {
	font-family: OpenSans;
	font-size: 16px;
	color: #58585a;
	padding-left: 0;
	padding-right: 0;
}
.call-text.btn, .call-text.btn:focus, .call-text.btn:hover {
	cursor: default;
	box-shadow: none
}
.sign-in-register-text, .sign-in-register-text .btn-primary, .sign-in-register-text .btn-link {
	font-family: OpenSans-Light;
	font-size: 15px;
	color: #58585a;
}
.sign-in-register-text .btn-primary {
	color: #fff;
	padding: 2px 23px 4px
}
#header {
	border-bottom: 1px solid #e1e1e1
}
.main-block {
	padding-top: 10px;
	padding-bottom: 10px;
}

/****    Navigation    ****/

#navigation {
	margin-top: 37px;
	position: relative;
	bottom: -1px;
}
#navigation .navbar {
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
	min-height: 0px;
}
#navigation .navbar .container-fluid {
	padding: 0;
	margin: 0;
}
#navigation .navbar .container-fluid .navbar-collapse {
	padding: 0;
	margin: 0;
}
#navigation  .nav.navbar-nav {
	float: right
}
#navigation .navbar-nav > li {
	margin: 0 0 0 44px;
}
#navigation  .nav.navbar-nav a {
	padding: 0 0 20px;
	margin: 0 0 0 0;
	font-family: OpenSans-Light;
	font-size: 17px;
	color: #58585a
}
#navigation .navbar-default .navbar-nav > .active > a, #navigation .navbar-default .navbar-nav > .active > a:hover, #navigation .navbar-default .navbar-nav > .active > a:focus {
	border-bottom: 2px solid #1278be;
	background: #fff;
	color: #0464a6
}
#navigation .navbar-default .navbar-nav > .open > a, #navigation .navbar-default .navbar-nav > .open > a:hover, #navigation .navbar-default .navbar-nav > .open > a:focus {
	background: #fff;
}
#navigation .nav.navbar-nav .dropdown-menu {
	top: 100%
}
#navigation .nav.navbar-nav .dropdown-menu li a {
	color: #000;
	font-size: 14px;
	padding: 5px 15px;
}
#navigation .nav.navbar-nav .dropdown-menu li a:hover, #navigation .nav.navbar-nav .dropdown-menu li a:focus {
	background: #0e76bd;
	color: #fff
}
.navbar-header .left-text {
	color: #000;
	display: none;
	font-family: OpenSans;
	font-size: 18px;
	margin: 12px 15px;
	font-family: OpenSans-Semibold
}
.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}

/*************************************/
/****    Search Css Start Here    ****/
/*************************************/

#search-banner-panel {
	margin: 18px 0 28px;
	border: 5px solid #f5f5f5;
	border-radius: 5px;
	padding: 15px 0;
	box-shadow: -1px 12px 9px -9px #ccc
}
#search-block h1 {
	font-size: 42px;
	font-family: OpenSans-Light;
	color: #58585a;
	margin: -3px 0 0;
	padding: 0
}
#search-block h1 .btn.btn-link {
	color: #0e76bd;
	font-family: OpenSans-Light;
	font-size: 15px;
	text-decoration: underline
}
.search-form {
	padding: 25px 0;
	margin: 0 -10px
}
.custome-field {
	padding: 8px 0 33px
}
.custome-field .form-control {
	height: auto;
	padding: 7px 5px 7px 40px;
	font-family: OpenSans-Light;
	font-size: 15px;
	color: #000;
	border: 1px solid #c5c5c5;
	box-shadow: none
}
.btn.booknow {
	font-family: OpenSans;
	font-size: 17px;
	padding: 10px 15px;
	margin-top: -10px;
}
.banner-block a {
	display: block;
	text-align: center
}
.banner-block a img {
	margin: 0 auto
}
.double-arrow-div {
	text-align: center;
}
.form-label-abs {
	position: absolute;
	top: -15px;
	font-size: 13px;
	font-family: OpenSans-Semibold;
	font-weight: normal
}
/*****************************************/
/****    Top Routes Css Start Here    ****/
/*****************************************/

#top-routes-block {
	margin-left: -15px;
	margin-bottom: 28px
}
#top-routes-block.content-grey-block{
	height: 300px
}
.content-grey-block {
	background: #fbfbfb;
	box-shadow: -1px 12px 9px -9px #ccc;
	border-radius: 5px;
	padding: 18px 25px;
	overflow: hidden
}
.content-grey-block h3 {
	font-family: OpenSans;
	font-size: 29px;
	color: #58585a;
	margin: 0 0 20px;
	padding: 0
}
.content-grey-block .list-group {
	border: 0;
	margin-bottom: 0
}
.content-grey-block .list-group .list-group-item {
	border: 0;
	background: transparent;
	font-size: 15px;
	color: #58585a;
	font-family: OpenSans;
	padding: 7px 0;
}
.content-grey-block .list-group .list-group-item:hover, .content-grey-block .list-group .list-group-item:focus {
	color: #0464a6
}
.content-grey-block .list-group .list-group-item:hover .icon-right-arrow, .content-grey-block .list-group .list-group-item:focus .icon-right-arrow {
	background-position: -33px -87px;
}
.content-grey-block .content {
	width: 50%;
	float: left;
	min-height: 1px;
	position: relative;
	display: block;
}

.top-routes-scroll {
	margin:0 0 0px 0px;
	width:100%;
	height:208px;
	padding:0px;
	overflow:auto;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	float:left;
	border: 0px solid #ccc;
}
.top-routes-scroll p:nth-child(even) {
	font-family:Georgia, serif;
	font-size:17px;
	font-style:italic;
}

/***********************************/
/****    Offer Css Start Here    ****/
/***********************************/

#front-offer-block {
	margin-right: -15px;
}
.front-offer-block {
	padding: 4px;
	border: 1px solid #f6f6f6;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: -1px 12px 9px -9px #ccc;
	margin-bottom: 28px;
}
.front-offer-block .background-block {
	background: #fbfbfb;
	float: left;
	width: 100%;
	padding: 0px 10px;
	height: 292px;	
}
.front-offer-block .offer-block {
	min-height: 83px;
	padding: 17px 10px 10px;
}
.front-offer-block .offer-block:before {
	border-left: 1px dashed #ccc;
	content: "";
	height: 100%;
	left: -27px;
	position: absolute;
	top: 0;
}
.front-offer-block .offer-block:first-child:before {
	border-left: 0
}
.front-offer-block .offer-block a {
	text-decoration: none
}
.front-offer-block .offer-block .offer-img-block {
	width: 70px;
	display: block;
	position: relative;
	float: left;
	margin-right: 15px;
}
.front-offer-block .offer-block .offer-text-block h4 {
	margin: 0;
	padding: 0;
	color: #e70303;
	font-size: 23px;
	font-family: asapregular;
	font-weight: normal
}
.front-offer-block .offer-block .offer-text-block h6 {
	margin: 0;
	padding: 7px 0 7px 10px;
	color: #464646;
	font-size: 15px;
	font-family: Roboto;
	font-weight: 500
}
.front-offer-block .offer-block .offer-text-block p {
	color: #464646;
	font-size: 16px;
}
#front-offer-block .bxslider-offers{
	padding: 0
}
.front-offer-block h3{
	font-family: OpenSans;
	font-size: 29px;
	color: #58585a;
	margin: 10px 2px 20px;
	padding: 0
}
#front-offer-block  .icon-offers{
    background-position: -225px -47px;
    display: inline-block;
    float: left;
    height: 30px;
    margin-right: 7px;
    position: relative;
    top: 3px;
    width: 32px;	
}
/***********************************************/
/****    Customer Speaks Css Start Here    ****/
/***********************************************/
#customer-speaks-block {
	margin-left: -15px;
}
#customer-speaks-block h3 {
	text-align: left
}
#customer-speaks-block.content-grey-block{
	height: 330px;
	margin-bottom: 30px;
}
.csb-table {
	display: table;
	width: 100%
}
.csb-content {
	padding: 20px 30px;
	display: table-cell;
	line-height: 30px;
	font-size: 15px;
	color: #58585a;
	text-align: left;
	position: relative;
	vertical-align: top;
}
.csb-user {
	font-size: 20px;
	color: #58585a;
	text-align: right;
	padding-right: 20px;
}

/*************************************************/
/****    Important Message Css Start Here     ****/
/*************************************************/

#important-message{
	margin-right: -15px;
	height: 330px;
	margin-bottom: 30px;
}
#important-message h3{
	margin: 0 -7px 20px;
}
.home-content-right-block{
	padding-right: 0
}
#important-message .list-group{
	
}
#important-message .list-group-item{
	font-family: OpenSans;
	font-size: 15px;
	color: #58585a;
	font-weight: normal;
	padding-left: 23px;
	position: relative	
}
#important-message .list-group-item:hover{
	color: #0d75bc
}
#important-message .list-group-item .icon-circle-pointer{
    background-position: -279px -42px;
    height: 12px;
    left: -1px;
	top: 12px;
    position: absolute;
    width: 12px;
}
#important-message .list-group-item:hover .icon-circle-pointer{
    background-position: -279px -61px;
}
#important-message .icon-important-message{
    background-position: -125px -304px;
    display: inline-block;
    float: left;
    height: 30px;
    left: -7px;
    position: relative;
    top: 3px;
    width: 32px;
}

#important-message{ padding-left: 15px; padding-right: 15px;}
#important-message .list-group-item{ font-size: 13px; }

/************************************/
/****    Footer Css Start Here    ****/
/************************************/

#footer {
	background: #37474f;
	margin-top: 10px;
	position: relative
}
#footer-navigation {
	padding: 15px 0 0;
	position: relative;
	bottom: -1px;
}
#footer-navigation .navbar {
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
	min-height: 0px;
}
#footer-navigation .navbar .container-fluid {
	padding: 0;
	margin: 0;
}
#footer-navigation .navbar .container-fluid .navbar-collapse {
	padding: 0;
	margin: 0;
}
#footer-navigation  .nav.navbar-nav {
}
#footer-navigation .navbar-nav > li {
	margin: 0 28px 0 0;
}
#footer-navigation  .nav.navbar-nav a {
	padding: 0 0 20px;
	margin: 0 0 0 0;
	font-family: OpenSans-Light;
	 font-size: 14px;
	color: #d2d2d2
}
#footer-navigation  .nav.navbar-nav a:hover, #footer-navigation  .nav.navbar-nav a:focus {
	color: #fff
}
#footer-navigation .navbar-default .navbar-nav > .active > a, #footer-navigation .navbar-default .navbar-nav > .active > a:hover, #footer-navigation .navbar-default .navbar-nav > .active > a:focus {
	color: #fff
}
#footer-navigation .navbar-default .navbar-nav > .open > a, #footer-navigation .navbar-default .navbar-nav > .open > a:hover, #footer-navigation .navbar-default .navbar-nav > .open > a:focus {
	background: #fff;
}
#footer-navigation .nav.navbar-nav .dropdown-menu {
	top: 100%
}
#footer-navigation .nav.navbar-nav .dropdown-menu li a {
	color: #000;
	font-size: 14px;
	padding: 5px 15px;
}
#footer-navigation .navbar-header .left-text {
	color: #fff;
	display: none;
	font-family: OpenSans;
	font-size: 18px;
	margin: 12px 15px;
	font-family: OpenSans-Semibold
}
#footer .container {
	position: relative
}
.copyright {
	color: #d2d2d2;
	display: inline-block;
	float: right;
	position: absolute;
	top: 16px;
	right: 50px;
	font-size: 14px;
	font-family: OpenSans-Light
}

/**********************************/
/****    Icon Css Start Here    ****/
/**********************************/

[class^="icon-"], [class*=" icon-"] {
	background: url(../images/icon-bg.png) no-repeat;
}
.icon-facebook{
    background-position:    1px -269px;
    width:     30px;
    height:     25px;
    display:     inline-block;
    float:         left;
    margin:     5px 3px 0 0;
    transition: background 0.20s ease-in-out 0s;
}
.icon-facebook:hover, .icon-facebook:focus{
    background-position:    1px -303px;
}
.icon-google-plus{
    background-position:    -33px -269px;
    width:     30px;
    height:     25px;
    display:     inline-block;
    float:         left;
    margin:     5px 3px 0 0;
    transition: background 0.20s ease-in-out 0s;
}
.icon-google-plus:hover, .icon-google-plus:focus{
    background-position:    -33px -303px
}   
.icon-twitter{
    background-position:    -68px -269px;
    width:     30px;
    height:     25px;
    display:     inline-block;
    float:         left;
    margin:     5px 3px 0 0;
    transition: background 0.20s ease-in-out 0s;
}
.icon-twitter:hover, .icon-twitter:focus{
    background-position:    -68px -303px;
}

.icon-phone {
	background-position: 3px -1px;
	width: 18px;
	height: 23px;
	display: inline-block;
	float: left;
	margin: 7px 3px 0 0
}
.icon-lg-bus {
	background-position: -140px -1px;
	display: inline-block;
	float: left;
	height: 40px;
	margin: 5px 9px 0 0;
	width: 50px;
}
.icon-location {
	background-position: -198px -1px;
	display: inline-block;
	height: 26px;
	left: 28px;
	position: absolute;
	top: 14px;
	width: 19px;
	z-index: 2;
}
.icon-search{
    background-position: -302px -311px;
    display: none;
    float: left;
    height: 23px;
    margin-left: -10px;
    margin-right: 10px;
    position: relative;
    right: -19px;
    top: 9px;
    width: 22px;
}
.icon-double-arrow { 
background-position: -266px -1px; 
display: inline-block; 
height: 26px;

left: 0; 
position: relative; 
top: 9px; 
width: 29px;

-moz-transition: transform .25s;

-webkit-transition: transform .25s; 
transition: transform .25s;
 
outline: none  
}
.icon-double-arrow.active {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);

}
.icon-double-arrow:focus{

outline: none    

}
.icon-calendar {
	background-position: -231px -1px;
	display: inline-block;
	height: 26px;
	left: 25px;
	position: absolute;
	top: 13px;
	width: 24px;
}
.icon-right-arrow {
	background-position: -1px -87px;
	display: inline-block;
	float: left;
	height: 19px;
	margin: 0 13px 0 0;
	width: 13px;
}
.list-group-item .icon-right-arrow {
	background-position: -1px -87px;
	display: inline-block;
	float: left;
	height: 19px;
	margin: 0 13px 0 0;
	width: 13px;
}
.icon-top-route {
	background-position: 0 -45px;
	display: inline-block;
	float: left;
	height: 30px;
	margin: 0 13px 0 0;
	width: 30px;
}
.icon-register {
	background-position: -306px -5px;
	display: inline-block;
	float: left;
	height: 83px;
	margin: 0 13px 0 0;
	width: 68px;
}
.icon-return {
	background-position: -381px -5px;
	display: inline-block;
	float: left;
	height: 83px;
	margin: 0 13px 0 0;
	width: 68px;
}
.icon-customer-speaks {
	background-position: -44px -48px;
	display: inline-block;
	position: relative;
	top: 5px;
	height: 30px;
	margin: 0 13px 0 0;
	width: 37px;
}
.icon-left-quote {
	background-position: -100px -55px;
	display: inline-block;
	height: 15px;
	left: -5px;
	margin: 0 13px 0 0;
	position: absolute;
	width: 20px;
}
.icon-right-quote {
	background-position: -133px -55px;
	display: inline-block;
	height: 15px;
	right: -19px;
	margin: 0 13px 0 0;
	position: absolute;
	width: 20px;
}
.icon-ronline {
	background-position: -174px -55px;
	display: inline-block;
	height: 24px;
	margin: 0 13px 0 8px;
	position: absolute;
	width: 27px;
	top: 0;
	right: -50px;
}
.icon-filter {
	background-position: -88px -91px;
	display: inline-block;
	height: 19px;
	position: absolute;
	width: 18px;
	left: -13px;
	top: 18px;
}
.filter-btn.black .icon-filter {
	background-position: -198px -91px;
	display: inline-block;
	height: 19px;
	left: 5px;
	position: absolute;
	top: 21px;
	width: 18px;
}
.icon-right-arrow {
	background-position: -153px -91px;
	display: inline-block;
	float: none;
	height: 19px;
	left: 5px;
	position: relative;
	top: 5px;
	width: 28px;
}
.icon-left-change {
	background-position: -108px -91px;
	display: inline-block;
	float: none;
	height: 19px;
	left: -20px;
	position: relative;
	top: 5px;
	width: 22px;
}
.icon-right-change {
	background-position: -129px -92px;
	display: inline-block;
	float: none;
	height: 19px;
	right: -20px;
	position: relative;
	top: 5px;
	width: 22px;
}
.icon-down-arrow {
	background-position: -235px -92px;
	display: inline-block;
	float: none;
	height: 12px;
	position: relative;
	right: -8px;
	top: 2px;
	width: 16px;
}
.filter-sub-btn:hover .icon-down-arrow, .filter-sub-btn:focus .icon-down-arrow {
	background-position: -262px -92px;
}
.icon-bus-2 {
	background-position: -1px -125px;
	display: inline-block;
	float: left;
	height: 30px;
	position: relative;
	right: -1px;
	top: 2px;
	width: 36px;
	margin-right: 15px;
}
.icon-photos {
	background-position: -44px -131px;
	display: inline-block;
	float: left;
	height: 16px;
	margin-top: 5px;
	margin-right: 10px;
	position: relative;
	right: -1px;
	top: 2px;
	width: 24px;
}
.icon-videos {
	background-position: -79px -131px;
	display: inline-block;
	float: left;
	height: 16px;
	margin-top: 5px;
	margin-right: 15px;
	position: relative;
	right: -1px;
	top: 2px;
	width: 25px;
}
.icon-bus-seats {
	background-position: -121px -129px;
	display: inline-block;
	float: left;
	height: 21px;
	margin-left: -10px;
	margin-right: 10px;
	position: relative;
	right: -1px;
	top: 0;
	width: 18px;
}
.icon-seats {
	background-position: -180px -130px;
	display: inline-block;
	float: left;
	height: 23px;
	margin-left: -10px;
	margin-right: 10px;
	position: relative;
	right: -8px;
	top: 0;
	width: 18px;
}
.icon-location-2 {
	background-position: -154px -130px;
	display: inline-block;
	float: left;
	height: 23px;
	position: absolute;
	left: 8px;
	top: 7px;
	width: 18px;
}
.icon-j-location {
	background-position: -226px -130px;
	display: inline-block;
	float: left;
	height: 23px;
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	margin-right: 8px;
}
.icon-j-datpicker {
	background-position: -255px -130px;
	display: inline-block;
	float: left;
	height: 23px;
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	margin-right: 8px;
}
.icon-j-bus {
	background-position: -284px -130px;
	display: inline-block;
	float: left;
	height: 23px;
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	margin-right: 8px;
}
.icon-j-seats {
	background-position: -325px -133px;
	display: inline-block;
	float: left;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	margin-right: 8px;
}
.icon-j-address {
	background-position: -359px -136px;
	display: inline-block;
	float: left;
	height: 18px;
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	margin-right: 8px;
}
.icon-user {
	background-position: 3px -174px;
	display: inline-block;
	float: left;
	height: 21px;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 29px;
	margin-right: 0;
}
.icon-user-contact {
	background-position: -121px -175px;
	display: inline-block;
	float: left;
	height: 21px;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 29px;
	margin-right: 0;
}
.icon-user-email {
	background-position: -42px -174px;
	display: inline-block;
	float: left;
	height: 21px;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 29px;
	margin-right: 0;
}
.icon-user-password {
	background-position: -85px -174px;
	display: inline-block;
	float: left;
	height: 21px;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 29px;
	margin-right: 0;
}

/*******************************/
/****    Page Modal CSS    ****/
/*******************************/

.inner-content .modal-header .modal-title {
	font-family: OpenSans-Semibold;
	font-size: 19px;
	color: #333;
	text-align: center
}
.modal-field-row {
	float: left;
	width: 100%;
	padding: 0 0 15px;
	color: #363636;
	font-size: 13px;
	font-family: OpenSans
}
.modal-field-element {
	float: left;
	width: 100%;
	position: relative
}
.modal-field-element .form-control {
	padding: 6px 45px;
	height: 42px;
}
.modal-field-element .form-control {
	border: 0;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	color: #000
}
.modal-field-element .form-control:focus {
	box-shadow: none;
	border-bottom: 1px solid #0d76ba;
	color: #0d76ba
}
.already-account {
	float: left;
	color: #363636;
	font-family: OpenSans-Semibold;
	font-size: 13px;
}
.already-account a {

}
.proceed-btn {
	width: 200px;
	border-radius: 3px !important
}

/*****for margin******/
.M20A {
	margin: 20px auto
}
.M10A {
	margin: 10px auto
}

/*****for margin-top******/
.MT5 {
	margin-top: 5px;
}
.MT10 {
	margin-top: 10px;
}
.MT15 {
	margin-top: 15px;
}
.MT20 {
	margin-top: 20px;
}
.MT25 {
	margin-top: 25px;
}
.MT30 {
	margin-top: 30px;
}
.MT40 {
	margin-top: 40px;
}
.MT50 {
	margin-top: 50px;
}
/*****for margin-right******/
.MR5 {
	margin-right: 5px;
}
.MR10 {
	margin-right: 10px;
}
.MR15 {
	margin-right: 15px;
}
.MR20 {
	margin-right: 20px;
}
.MR25 {
	margin-right: 25px;
}
.MR30 {
	margin-right: 30px;
}
.MR40 {
	margin-right: 40px;
}
.MR50 {
	margin-right: 50px;
}
/*****for margin-bottom******/
.MB5 {
	margin-bottom: 5px;
}
.MB10 {
	margin-bottom: 10px;
}
.MB15 {
	margin-bottom: 15px;
}
.MB20 {
	margin-bottom: 20px;
}
.MB25 {
	margin-bottom: 25px;
}
.MB30 {
	margin-bottom: 30px;
}
.MB40 {
	margin-bottom: 40px;
}
.MB50 {
	margin-bottom: 50px;
}

/*****for margin-left******/
.ML5 {
	margin-left: 5px;
}
.ML10 {
	margin-left: 10px;
}
.ML15 {
	margin-left: 15px;
}
.ML20 {
	margin-left: 20px;
}
.ML25 {
	margin-left: 25px;
}
.ML30 {
	margin-left: 30px;
}
.ML40 {
	margin-left: 40px;
}
.ML50 {
	margin-left: 50px;
}

/*****for margin******/
.M5 {
	margin: 5px;
}
.M10 {
	margin: 10px;
}
.M15 {
	margin: 15px;
}
.M20 {
	margin: 20px;
}
.M25 {
	margin: 25px;
}
.M30 {
	margin: 30px;
}
.M40 {
	margin: 40px;
}
.M50 {
	margin: 50px;
}

/*****for padding-top******/
.PT5 {
	padding-top: 5px;
}
.PT10 {
	padding-top: 10px;
}
.PT15 {
	padding-top: 15px;
}
.PT20 {
	padding-top: 20px;
}
.PT25 {
	padding-top: 25px;
}
.PT30 {
	padding-top: 30px;
}
.PT40 {
	padding-top: 40px;
}
.PT50 {
	padding-top: 50px;
}
/*****for padding-right******/
.PR5 {
	padding-right: 5px;
}
.PR10 {
	padding-right: 10px;
}
.PR15 {
	padding-right: 15px;
}
.PR20 {
	padding-right: 20px;
}
.PR25 {
	padding-right: 25px;
}
.PR30 {
	padding-right: 30px;
}
.PR40 {
	padding-right: 40px;
}
.PR50 {
	padding-right: 50px;
}
/*****for padding-bottom******/

.PB5 {
	padding-bottom: 5px;
}
.PB10 {
	padding-bottom: 10px;
}
.PB15 {
	padding-bottom: 15px;
}
.PB20 {
	padding-bottom: 20px;
}
.PB25 {
	padding-bottom: 25px;
}
.PB30 {
	padding-bottom: 30px;
}
.PB40 {
	padding-bottom: 40px;
}
.PB50 {
	padding-bottom: 50px;
}

/*****for padding-left******/
.PL5 {
	padding-left: 5px;
}
.PL10 {
	padding-left: 10px;
}
.PL15 {
	padding-left: 15px;
}
.PL20 {
	padding-left: 20px;
}
.PL25 {
	padding-left: 25px;
}
.PL30 {
	padding-left: 30px;
}
.PL40 {
	padding-left: 40px;
}
.PL50 {
	padding-left: 50px;
}

/*****for padding******/

.P5 {
	padding: 5px;
}
.P10 {
	padding: 10px;
}
.P15 {
	padding: 15px;
}
.P20 {
	padding: 20px;
}
.P25 {
	padding: 25px;
}
.P30 {
	padding: 30px;
}
.P40 {
	padding: 40px;
}
.P50 {
	padding: 50px;
}

/*****for height******/

.H10 {
	height: 10px
}
.H15 {
	height: 15px
}
.H20 {
	height: 20px
}
.H25 {
	height: 25px
}
.H30 {
	height: 30px
}
.H35 {
	height: 35px
}
.H40 {
	height: 40px
}
.H50 {
	height: 50px
}

/*****for width******/
.W50 {
	width: 50px
}
.W75 {
	width: 75px
}
.W100 {
	width: 100px
}
.W125 {
	width: 125px
}
.W150 {
	width: 150px
}
.W175 {
	width: 175px
}
.W200 {
	width: 200px
}
.W225 {
	width: 225px
}
.W250 {
	width: 250px
}
.W300 {
	width: 300px
}
.W400 {
	width: 400px
}
.W500 {
	width: 500px
}
.W10P {
	width: 10%
}
.W20P {
	width: 20%
}
.W30P {
	width: 30%
}
.W40P {
	width: 40%
}
.W50P {
	width: 50%
}
.W60P {
	width: 60%
}
.W70P {
	width: 70%
}
.W80P {
	width: 80%
}
.W90P {
	width: 90%
}
.W100P {
	width: 100%
}

/*****for display******/
.DN {
	display: none
}
.DB {
	display: block
}
.DIB {
	display: inline-block
}
.DI {
	display: inline
}

/*****for overflow******/
.OH {
	overflow: hiden
}
.OA {
	overflow: auto
}

/*****for visibility******/
.VH {
	visibility: hiden
}
.VV {
	visibility: visible
}

/*****for color******/
.str1 {
	color: #5bb000;//Green
}
.str2 {
	color: #e28d0b;//Orange
}
.str3 {
	color: #ff0000;//Red
}
.str4 {
	color: #696969;//DimGray
}
.str5 {
	color: #000000;//Black
}
.str6 {
	color: #337ab7;//Logo Color
}

/****************************/
/****    FAQ Page CSS    ****/
/****************************/

#faq-page{
	background: #f5f5f5;
	padding: 30px 0;
}
#faq-page .container{
	background: #fff;
	padding: 0 30px;
	border: 1px solid #ebebeb;
	box-shadow: 0 5px 7px #ccc
}
#faq-page h2{
	font-size: 22px;
	color: #333;
	font-family: OpenSans-Semibold;
	font-weight: normal;
	border-bottom: 2px solid #ccc;
	padding: 10px 0 20px;
	margin: 15px 0 0
}
#faq-page .faq-page-content{
	padding: 10px 0 30px 50px ;
}
#faq-page .faq-page-content h5{
	font-size: 18px;
	color: #000;
	font-family: OpenSans;
	padding: 10px 0;
	margin: 0;
	position: relative;
	font-weight: normal
}
.separate-block{
	margin: 10px 0 30px;
}
#faq-page .faq-page-content .fpc-content{
	font-family: OpenSans-Light;
	font-size: 16px;
	color: #555;
	padding: 0;
}
#faq-page .faq-page-content h5 span{
    background: #58585a none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    left: -50px;
    padding: 3px 0;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 31px;
	font-size: 15px;
	height: 25px;
	line-height: 20px;
}
#faq-page .faq-page-content .fpc-content .fpc-heading{
	margin: 10px 0
}
#faq-page .fpc-content ul{
	margin: 10px 40px;
	padding: 0
}
#faq-page .fpc-content ul li{
	font-size: 15px;
	list-style-type: upper-alpha;
	padding: 5px 0 0 9px
}
#faq-page .fpc-content ul.term-condition-list{
	margin: 10px 40px
}
#faq-page .fpc-content ul.term-condition-list li{
	margin: 0 0 10px;
	list-style: upper-alpha
}
#faq-page .fpc-content ul.term-condition-list li ul li{
	list-style: disc
}


/*********************************/
/****    E-Ticket Page Css    ****/
/*********************************/
#e-ticket-page .e-ticket-block{
	border-bottom: 1px solid #ededed;
	padding: 15px 0
}
#e-ticket-page .e-ticket-block .ticket-area{
	margin-top: 20px
}
#e-ticket-page .e-ticket-block h2{
	font-family: OpenSans;
	font-size: 21px;
	color: #58585a;
	padding: 0;
	margin: 0 0 5px
}
#e-ticket-page .e-ticket-block .icon-lg-circle{
	background-position: 1px -219px;
	width: 28px;
	height: 28px;
	display: inline-block;
	margin-right: 7px;
    position: relative;
    top: 8px;
}

#e-ticket-page .e-ticket-block .ticket-area{
	display: block;
	float: left;
	width: 100%;
	clear: both;
	padding: 10px 0
}
#e-ticket-page .e-ticket-block .ticket-panel{
	width: 885px;
	margin: 0 auto;
}
#e-ticket-page .e-ticket-block .ticket-top-block{
	position: relative;
	clear: both;
	float: left;
	width: 100%
}
#e-ticket-page .ticket-top-block .left-ticket-img{
    height: 29px;
    width: 42px;
	left: 0;
	background: url(../images/ticket-corner.jpg) no-repeat;
	position: absolute;
	background-position: 0 -1px;
}
#e-ticket-page .ticket-top-block .right-ticket-img{
    height: 29px;
    width: 42px;
	right: 0;
	background: url(../images/ticket-corner.jpg) no-repeat;
	background-position: -51px -1px;
	position: absolute;
	top: 0
}
#e-ticket-page .ticket-top-block .center-ticket-color{
    height: 29px;
    width: 100%;
	float: left;
	background: #ffd778
}
/*------------------------------------*/
#e-ticket-page .ticket-center-block{
	position: relative;
	clear: both;
	float: left;
	width: 100%;
}
#e-ticket-page .ticket-center-block .left-ticket-img{
	height: 102%;
    width: 42px;
	left: -7px;
	background: url(../images/ticket-corner-repeat.jpg) repeat-y;
	position: absolute;
	background-position: 0 -7px;
	top: -2px;
	z-index: 1
}
#e-ticket-page .ticket-center-block .right-ticket-img{
    height: 100%;
    width: 42px;
	right: 0;
	background: url(../images/ticket-corner-repeat.jpg) repeat-y;
	background-position: -52px -9px;
	position: absolute;
	top: 0
}
#e-ticket-page .ticket-center-block .center-ticket-content{
    float: left;
    width: 100%;
	background: #ffd778;
	min-height: 347px;
	padding: 0 30px;
	position: relative

}
/*--------------------------------------------------*/
#e-ticket-page .ticket-bottom-block{
	position: relative;
	clear: both;
	float: left;
	width: 100%;
}
#e-ticket-page .ticket-bottom-block .left-ticket-img{
    height: 29px;
    width: 42px;
	left: -6px;
	top: 0;
	background: url(../images/ticket-corner.jpg) no-repeat;
	position: absolute;
	background-position: -108px -1px;
}
#e-ticket-page .ticket-bottom-block .right-ticket-img{
    height: 29px;
    width: 42px;
	right: 0;
	background: url(../images/ticket-corner.jpg) no-repeat;
	background-position: -170px -1px;
	position: absolute;
	top: 0
}
#e-ticket-page .ticket-bottom-block .center-ticket-color{
    height: 29px;
    width: 100%;
	float: left;
	background: #ffd778
}


#e-ticket-page .ticket-content-panel{
	position: absolute;
	height: 100%;
	width: 93.2%;
	border-radius: 5px;
	border: 3px solid #472b1f;
	z-index: 1;
	padding: 15px;
}

#e-ticket-page .ticket-content-panel h4{
	font-family: asapregular;
	font-size: 30px;
	color: #472b1f;
	text-align: center;
	margin: 0 0 15px;
	padding: 0
}
#e-ticket-page .ticket-content-panel h4 .icon-star{
    background-position: -47px -221px;
    display: inline-block;
    height: 16px;
    margin: 0 1px;
    position: relative;
    top: -2px;
    width: 16px;
}
.ticket-content-grid{
	width: 100%;
	float: left;
	clear: both
}
.ticket-content-grid .field-container-left{
	float: left;
	 width: 50%; 
}
.ticket-content-grid .field-container-right{
	float: left;
	 width: 50% ;
}
.ticket-content-grid .field-row{
	float: left;
	width: 100%;
	padding: 10px 0;
}
.ticket-content-grid .field-row label{
	font-family: OpenSans-Light;
	font-size: 15px;
	color: #000;
	float: left;
	padding-right: 15px;
	font-weight: normal;
	margin: 0;
	width: 130px;
}
.ticket-content-grid .field-row .content{
	font-family: OpenSans-Light;
	font-size: 15px;
	color: #000;
	padding-right: 0px;
	font-weight: normal;float: left;
		width: 261px;
}
.ticket-content-grid .field-row .highlight{
	font-family: OpenSans-Semibold
}

.ticket-content-grid .field-row .journey-and-departure{
	font-size: 16px;
	font-family: OpenSans-Semibold
}
.ticket-content-grid .field-row label span{
		float: right
	}
.ticket-download-send{
	font-family: OpenSans-Light;
	font-size: 14px;
	color: #2f2f2f;
	float: left;
	width: 100%;
	clear: both;
	padding: 20px;
}
.ticket-download-send a.btn{
	font-family: asapregular;
	font-size: 14px;
	color: #0e76bd;
    padding-top: 0;
	outline: 0
}
.book-a-return-ticket{
	font-family: OpenSans-Light;
	font-size: 14px;
	color: #555555;
	margin-right: 15px
}
.book-a-return-ticket a{
	color: #0e76bd
}


/*********************************/
/****    Photo Gallery CSS    ****/
/*********************************/

.photogallery-page-content{
	padding: 20px 0;
	min-height: 400px;
}
.photogallery-page-content .thumb .label-text{
	font-family: OpenSans;
	font-size: 14px;
	color: #333;
	text-align:center;
	padding: 15px 0;
}
.photogallery-page-content .thumb a{
	text-decoration: none
}
.album-back-btn{
	display: inline-block;
	float: right
}

/*------------------------------------*/
/*     Pagination Css Start Here      */
/*------------------------------------*/
.pagination-panel{
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.pagination-panel .page-result{
	margin: 0;
	padding: 0;
	border: 0px solid #ccc;
	display: inline-block;
	font-size: 14px;
	height: 29px;
	line-height: 30px;
}
.pagination-panel .page-count{
	border: 0px solid #ccc;
	display: inline-block;
	float: right
}
.pagination-panel .editLink{
	border: 1px solid #ddd;
}
.pagination-panel .pager li:first-child a{
	border-radius: 3px 0 0 3px
}
.pagination-panel .pager li:last-child a{
	border-radius: 0 3px 3px 0
}
.pagination-panel .page-count a{
	padding: 3px 12px;
	border-radius: 0px;
	margin-left: -1px;
	float: left;
	height: 30px;
	line-height: 21px;
	color: #563194
}
.pagination-panel .page-count a:hover{
	color: #563194;
	border: 1px solid #563194;
	position: relative;
	z-index: 3;	
}
.pagination-panel .pager{
	vertical-align: middle
}
.pagination-panel .form-control{
	font-size:13px;
	padding: 1px 5px;
	height: 29px;
	float: right
}
.pagination-panel a.currentPage{
	border: 1px solid #eb3d00;	
	color: #fff;
	background: #eb3d00;
	position: relative;
	z-index: 2;
	pointer-events: none
}
.view-block{
	padding: 0 10px;
	height: 29px;
	display: inline-block;
	line-height: 29px;
}
.pagination-panel ul{
	margin: 0;
	padding: 0;
	float: left
}
.pagination-panel ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left
}
.firstlink{
	background: url(../images/icon-bg.png) no-repeat;
	background-position: -369px -19px;
}
.firstlink:hover{
	background: url(../images/icon-bg.png) no-repeat #fff;
	background-position: -369px -130px;
    border: 1px solid #eb3d00 !important;
    position: relative;
    z-index: 3;	
}
.prevlink{
	background: url(../images/icon-bg.png) no-repeat;
	background-position: -368px -48px;
}
.prevlink:hover{
	background: url(../images/icon-bg.png) no-repeat #fff;
	background-position: -368px -159px;
    border: 1px solid #eb3d00 !important;
    position: relative;
    z-index: 3;		
}
.nextlink{
	background: url(../images/icon-bg.png) no-repeat;
	background-position: -370px -103px;	
}
.lastlink{
	background: url(../images/icon-bg.png) no-repeat;
	background-position: -368px -74px	
}
.nextlink:hover{
	background: url(../images/icon-bg.png) no-repeat;
	background-position: -370px -214px;	
    border: 1px solid #eb3d00 !important;
    position: relative;
    z-index: 3;			
}
.lastlink:hover{
	background: url(../images/icon-bg.png) no-repeat;
	background-position: -368px -185px;	
    border: 1px solid #eb3d00 !important;
    position: relative;
    z-index: 3;			
}


/*********************************************/
/****    Feedback And Contact Page CSS    ****/
/*********************************************/


.feedback-contact-block{
	padding: 20px 25px;
}
.feedback-contact-block .fcb-row{
	float: left;
	width: 100%;
	padding: 12px 0
}
.feedback-contact-block .fcb-row label{
	font-family: OpenSans;
	font-size: 14px;
	color: #303030;
	width: 150px;
	float: left;
	font-weight: normal;
	margin-right: 20px;
	line-height: 25px;
}
.feedback-contact-block .fcb-row label span{
	color: #f00
}
.feedback-contact-block .fcb-row label span.colon{
	color: #303030;
	float: right
}
.feedback-contact-block .fcb-row .fcb-field-block {
	float: left;
}
.feedback-contact-block .fcb-row .fcb-field-block .form-control{
	width: 300px
}
.form-space-line{
	width: 100%;
	float: left;
	background: #dadadb;
	height: 1px;
	margin: 15px 0
}
.feedback-contact-block .fcb-row label.radio-inline{
	width: 100px
}
.feedback-contact-block .fcb-row label.radio-inline input{
	top: 2px;
}
.feedback-contact-block .fcb-row textarea.form-control{
	height: 100px;
	resize:vertical;
}
.feedback-contact-block .fcb-btn-row{
	margin-bottom: 20px;
}
.feedback-contact-block .fcb-btn-row .btn{
	padding: 7px 30px;
	margin-right: 12px;
	border: 0
}



.feedback-contact-block .head-office-block{
	width: 40%;
	float: left;
	border-right: 1px solid #dcdcdc
}
.feedback-contact-block .head-office-block h4{
	font-family: OpenSans;
	font-size: 20px;
	color: #58585a
}
.feedback-contact-block .head-office-block h4 span{
	font-family: OpenSans-Light;
	font-size: 18px;
}
.feedback-contact-block .head-office-block .hob-address{
	font-family: OpenSans-Light;
	font-size: 14px;
	color: #58585a;
	text-transform: uppercase;
	padding: 10px 0 5px
}
.feedback-contact-block .hob-highlight-point{
	padding: 10px 0 0;
	float: left;
	width: 100%
}
.feedback-contact-block .hob-highlight-point label{
	font-family: OpenSans;
	font-size: 13px;
	font-weight: normal;
	float: left;
	width: 100px;
}
.feedback-contact-block .hob-highlight-point label span{
	float: right;
	margin-right: 10px
}
.feedback-contact-block .hob-highlight-point .hob-content{
	float: left;
	font-size: 13px;
}
.feedback-contact-block .head-office-map{
	width: 60%;
	float: left;
	border-left: 1px solid #dcdcdc;
	margin-left: -1px;
	padding: 0 0 0 15px
}
.head-office-map .map-block{
	border: 1px solid #dfdfdf;
	padding: 2px;
}
#select-city-for-view{
	background: #f6f6f6;
	border: 1px solid #e2e2e2;
	float: left;
	width: 100%;
	padding: 10px 15px;
	margin: 20px 0
}
#select-city-for-view label{
	font-family: OpenSans-Light;
	font-size: 14px;
	color: #58585a;
	font-weight: normal;
	float: left;
	margin-right: 15px;
	padding-top: 7px;
}
#select-city-for-view .scv-field-block{
	float: left
}
#select-city-for-view .scv-field-block .form-control{
	width: 300px;
}
#cu-address-panel{
	float: left;
	width: 100%
}
#cu-address-panel .cuap-block{
	width: 50%;
	float: left;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 15px;
	padding-top: 15px;
	min-height:400px; 
}
#cu-address-panel .cuap-block:before{
	position: absolute;
	content: "";
	top: 0;
	right: 30px;
	background: #dcdcdc;
	width: 1px;
	height: 100%
}
#cu-address-panel .cuap-block.right:before{
	position: absolute;
	content: "";
	top: 0;
	left: -31px;
	background: #dcdcdc;
	width: 1px;
	height: 100%
}
#cu-address-panel .cuap-block h5{
	font-family: OpenSans-Semibold;
	font-size: 20px;
	color: #0d75bc;
	font-weight: normal;
	margin: 0;
	padding: 0
}
#cu-address-panel .cuap-block .cuap-address{
	font-family: OpenSans-Light;
	font-size: 14px;
	color: #4c4c4e;
	padding: 10px 0 10px;
	width:90%;
}
#cu-address-panel .cuap-block .cuap-row{
	float: left;
	width: 100%;
	padding: 10px 0 0
}
#cu-address-panel .cuap-block .cuap-row label{
	float: left;
	width: 100px;
	font-family: OpenSans;
	margin-right: 8px;
	font-weight: normal;
	font-size: 13px;
}
#cu-address-panel .cuap-block .cuap-row label span{
	float: right;
}
#cu-address-panel .cuap-block .cuap-content{
	float: left;
	font-family: OpenSans;
	font-weight: normal;
	font-size: 13px;
}
#cu-address-panel .cuap-block .cuap-btn{
	float: left;
	width: 100%;
	padding: 10px 0;
	margin-top: 10px;
}
#cu-address-panel .cuap-block .cuap-btn a{
	border: 1px solid #dadada;
	padding: 10px;
	border-radius: 3px;
	text-decoration: none;
	font-size: 13px;
}
#cu-address-panel .cuap-block .cuap-btn a:hover, #cu-address-panel .cuap-block .cuap-btn a:focus{
	border: 1px solid #0e76bd;
	color: #0e76bd
}
#cu-address-panel .cuap-block .cuap-btn a img{
	margin-right: 5px;
}

/***********************************/
/****    My Account Page Css    ****/
/***********************************/

#my-account-page{
	background: #f5f5f5;
	padding: 15px 0
}
#myAccount-tabview .nav-tabs > li > a{
	font-family: OpenSans-Semibold;
	font-size: 16px;
	color: #58585a;
	border-radius: 0;
	border: 0;
	padding: 12px 30px 16px;
	min-width: 150px;
	text-align: center;
	outline: 0
}
#myAccount-tabview .nav-tabs > li.active > a, 
#myAccount-tabview .nav-tabs > li.active > a:hover, 
#myAccount-tabview .nav-tabs > li.active > a:focus{
	box-shadow: 0 -3px 3px #ccc;
	color: #0e76bd;
}
#myAccount-tabview .nav-tabs > li.active > a:before{
	content: "";
	position: absolute;
	bottom: 2px;
	left: 7px;
	width: 90%;
	background: #0e76bd;
	height: 2px;
}
#myAccount-tabview .nav.nav-tabs{
	border: 0
}

#myAccount-tabview .tab-content{
	background: #fff;
	box-shadow: 0 0 6px #ccc;
	border: 0;
	min-height: 410px;
}
.ma-filter-row{
	float: left;
	padding-top: 10px;
}
.ma-filter-block{
	float: left;
	padding: 15px 10px;
}
.ma-filter-block label{
	float: left;
	font-family: OpenSans;
	font-size: 13px;
	color: #58585a;
	font-weight: normal;
	padding-right: 10px;
	padding: 4px 10px 5px 0
}
.ma-filed{
	float: left;
}
.ma-filed .form-control{
	height: 31px;
}
.ma-filed.date .form-control{
	width: 120px;
}
.ma-filed.fromto .form-control{
	width: 180px;
}
.ma-filed.pnrno .form-control{
	width: 170px;
}
.ma-filter-block .btn{
	min-width: 80px;
}

.bus-grid-div{
	width: 100%;
	clear: both;
	float: left;
	padding: 10px;
}
.bus-grid-div .table-responsive th{
	border-bottom: 2px solid #dddddd;
	font-family: OpenSans-Semibold;
	font-size: 13px;
	color: #000;
	font-weight: normal;
	padding: 10px 7px
}

.bus-grid-div .table-responsive td{
	border-bottom: 1px solid #f2f2f2;
	font-family: OpenSans-Light;
	font-size: 14px;
	color: #424242;
	font-weight: normal;
	padding: 18px 7px
}

.my-profile-block{
	padding: 10px 15px
}
.my-profile-block h4{
	font-family: OpenSans;
	font-size: 16px;
	color: #969696;
	font-weight: normal;
	border-bottom: 1px solid #cfcfcf;
	padding: 5px 0 20px;
	margin-bottom: 15px;
	clear: both
}
.my-profile-block a{
	font-family: OpenSans;
	font-size: 12px;
	color: #58585a;
	text-decoration: none;
	float: right;
	position: relative
}
.icon-edit-profile{
    background-position: -375px -181px;
    display:inline-block;
    float: 	left;
    height: 19px;
    position: absolute;
    left: -23px;
    top: -5px;
    width: 20px;
	margin-right: 0;
}
.my-profile-block a:hover, .my-profile-block a:focus{
	color: #0e76bd;
}
.my-profile-block a:hover .icon-edit-profile, .my-profile-block a:focus .icon-edit-profile{
	background-position: -426px -181px;
}

.mp-filed-row{
	float: left;
	width: 100%;
	padding: 10px 0
}
.mp-filed-row label{
	font-family: OpenSans-Semibold;
	font-size: 14px;
	color: #3b3b3b;
	font-weight: normal;
	float: left;
	width: 200px;
	padding-right: 15px;
}
.mp-filed-row label span{
	 float: none; 
}
.mp-filed-row label span.colon{
    float: right;
}
.mp-filed-content{
	font-family: OpenSans-Semibold;
	font-size: 14px;
	color: #3b3b3b;
	font-weight: normal;
	float: left;
	padding-right: 15px;
}
.mp-filed-content .radio-inline{
	width: 80px;
}
.my-booking-user-block{
	padding: 15px;
}

.my-booking-user-block h3{
	font-family: OpenSans-Light;
	font-size: 19px;
	color: #58585a;
	padding: 0 0 15px;
	margin-bottom: 15px;
}
.my-booking-user-block h3 span.nandan{
	color: #0e76bd;
	font-style: italic;
	font-family: OpenSans-Semibold
}
.my-booking-user-block h3 span.bus{
	color: #58585a;
	font-style: italic;
	font-family: OpenSans-Semibold
}
.my-booking-user-block .form-layout .form-layout-row{
	float: left;
	width: 100%;
	padding: 12px 0
}

.my-booking-user-block .form-layout .form-layout-row label{
	font-family: OpenSans;
	font-size: 14px;
	color: #303030;
	width: 150px;
	font-weight: normal;
	float: left;
	line-height: 28px;
}
.my-booking-user-block .form-layout .form-layout-row label span{
	float: right;
}
.mb-form-field{
	float: left;
	padding-left: 15px;
}
.mb-form-field .form-control{
	width: 300px
}
.mb-form-field .btn.getdetails{
	width: 150px;
}
.mb-form-field .btn{
	width: 100px;
	font-size: 13px;
}
.left-brd, .right-brd{
	min-height: 38s0px;
}
.right-brd:before, .left-brd:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: #cccccc
}
.right-brd:before{
	right: 0;
	top: 0;
}
.left-brd:before{
	left: -1px;
	top: 0;
}
.left-brd{
	padding: 0 0 0 55px;
}
.forgot-link{
	color: #4b4b4b;
	font-family: OpenSans-Light;
	font-size: 14px;
}
.forgot-link a{
	text-decoration: underline
}

.mp-filed-content .form-control, .feedback-contact-block .fcb-row .fcb-field-block .form-control{
    width: 300px;
    float: left;
}
.mp-filed-row label.error, .feedback-contact-block .fcb-row label.error{
    color: #f00;
    font-family: OpenSans;
    margin-left: 15px;
    position: relative;
    top: 4px;
}
.mp-filed-content .radio-inline, .feedback-contact-block .fcb-row label.radio-inline{
    position: static;
}
.mp-filed-content, .feedback-contact-block .fcb-row .fcb-field-block{
    position: relative
}
.mp-filed-content .radio-inline label.error{
    left: 168px;
    position: absolute;
    top: 0;
    width: 100%;
}
.feedback-contact-block .fcb-row .radio-inline label.error{
    left: -14px;
    position: absolute;
    top: 22px;
    width: 100%;   
}

.my-booking-user-block .form-layout .form-layout-row .mb-form-field label.error{
    color: #f00;
    font-family: OpenSans;
    position: relative; 
	margin-top: -20px; 
	top: 18px;
	width:100%;
}
.modal-field-row .modal-field-element label.error {
    color: #f00;
    font-weight: normal;
}

.form-inline label.error {
    color: #f00;
    font-weight: normal;
}

.aboutus-page-content{

padding: 20px 0; 
font-size: 15px; 
font-family: OpenSans-Light;

line-height: 22px; 
color: #3d3d3d
}
.aboutus-page-content h1, 
.aboutus-page-content h2, 
.aboutus-page-content h3, 
.aboutus-page-content h4, 
.aboutus-page-content h5, 
.aboutus-page-content h6,
.aboutus-page-content .h1, 
.aboutus-page-content .h2, 
.aboutus-page-content .h3, 
.aboutus-page-content .h4, 
.aboutus-page-content .h5, 
.aboutus-page-content .h6{ 
font-family: OpenSans;
}

.aboutus-simple-content{
    color: #1e1e1e;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
}
.key-highlights-list{
	margin: 20px 0 25px;
	padding: 0 20px;
}
.key-highlights-list li{
	margin: 0;
	padding: 0 0 15px;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	color: #333
}
.happy-journey{
    color: #1e1e1e;
    font-family: Roboto;
    font-size: 36px;
    font-weight: 200;
    margin: 15px 0;
    padding: 15px 0;
    text-align: center;
    text-shadow: 0 3px 1px #e6e6e6;
    word-spacing: 4px;
    word-wrap: break-word;
	line-height: 40px;
}


.sitemap-page a{
	display: block;
	width: 100%;
	border: 1px solid #eaeaea;
	text-decoration: none;
	padding: 10px;
	margin: 0 0 10px;
	background: #f7f7f7;
	text-align: center;
	color: #333;
	text-transform: uppercase;
	font-family: OpenSans
}
.sitemap-page a:hover, .sitemap-page a:focus{
	background: #0f75bd;
	color: #fff;
	border: 1px solid #0f75bd;
}
.sitemap-page .sitemap-links-right{
	padding-right: 40px;
	border-right: 1px solid #eaeaea;
}
.sitemap-page .sitemap-links-center{
	padding: 0 40px;
}
.sitemap-page .sitemap-links-left{
	padding-left: 40px;
	border-left: 1px solid #eaeaea;
}
.icon-blanket{
    background-position: -143px -224px;
    display: inline-block;
    float: left;
    height: 20px;
    margin-top: 5px;
    margin-right: 10px;
    position: relative;
    right: -1px;
    top: 2px;
    width: 25px;
}
.icon-charging-point{
    background-position: -179px -224px;
    display: inline-block;
    float: left;
    height: 20px;
    margin-top: 5px;
    margin-right: 10px;
    position: relative;
    right: -1px;
    top: 2px;
    width: 25px;
}
.icon-gps{
    background-position: -212px -224px;
    display: inline-block;
    float: left;
    height: 20px;
    margin-top: 5px;
    margin-right: 10px;
    position: relative;
    right: -1px;
    top: 2px;
    width: 25px;
}
.icon-tv{
    background-position: -245px -223px;
    display: inline-block;
    float: left;
    height: 20px;
    margin-top: 5px;
    margin-right: 10px;
    position: relative;
    right: -1px;
    top: 2px;
    width: 25px;
}
.icon-wifi{
    background-position: -282px -224px;
    display: inline-block;
    float: left;
    height: 20px;
    margin-top: 5px;
    margin-right: 10px;
    position: relative;
    right: -1px;
    top: 2px;
    width: 25px;
}

.cancellation-policy-block{
    width: 885px;
    margin: 15px auto 0;
}
.feedback-contact-block.cpb{
    padding: 0
}
.feedback-contact-block.cpb .fcb-row{
    font-family: OpenSans-Semibold;
}
.feedback-contact-block.cpb .fcb-row label{
    min-width: 180px;
    font-family: OpenSans-Semibold;
}
.feedback-contact-block.cpb .fcb-row .fcb-field-block{
    padding: 5px 0;
}
.cancelticket .btn-primary {
    border-radius: 3px;
    font-family: OpenSans-Light;
    font-size: 18px;
    padding: 10px 40px;

}

.btn.today-btn{
    display: inline-block;
    float: left;
    font-family: opensans;
    font-size: 17px;
    margin-top: -10px;
    padding: 10px 15px;
    width: 45%;
}
.btn.tomorrow-btn{
    display: inline-block;
    float: right;
    font-family: opensans;
    font-size: 17px;
    margin-left: 10px;
    margin-top: -10px;
    padding: 10px 15px;
    width: 45%;
}
.form-control[readonly]{
    background: #fff !important;
}


.request-route-modal-panel .modal-field-element .form-control{
    padding: 6px 0
}
.request-route-modal-panel .modal-field-element textarea.form-control{
    height: 80px;
    resize: vertical
}
.request-route-modal-panel .modal-field-element .form-control.captcha-input{
    border: 1px solid #ccc;
    padding: 0 15px;
    width: 200px;
    font-size: 20px;
    float: left
}
.request-route-modal-panel .modal-field-element .form-control.captcha-input::-moz-placeholder{
    font-size: 18px;
}
.request-route-modal-panel .modal-field-element .form-control.captcha-input:focus{
    border: 1px solid #0d76ba;
}

.request-route-modal-panel .modal-field-element .captcha-blog{
    float: left;
    width: auto
}
.request-route-modal-panel .modal-field-element .captcha-blog img{
    border: 1px solid #f2f2f2;
    margin: 0 15px;
    height: 43px;
    top: -6px;
    position: relative
}
.request-route-modal-panel .modal-field-element .captcha-blog a .captcha-refresh{
    background: url(../images/refresh.png) no-repeat;
    width: 30px;
    height: 30px;
    position: relative;
    top: 5px;
    display: inline-block
}
.request-route-modal-panel .modal-field-row .request-route-btn{
    text-align: center;
   
}
.request-route-modal-panel .modal-field-row.request-route-btn .btn{
    width: 150px;
    margin: 0 10px 0 0;
    border-radius: 3px;
}


/*---------   For mTicket   ---------*/
.icon-mticket{
	background-position: -313px -223px;
	display: inline-block;
	float: left;
	height: 24px;
	margin-top: 5px;
	margin-right: 10px;
	position: relative;
	right: -1px;
	top: 2px;
	width: 25px;
}
.mticket-heading{
	font-size: 13px;
	font-family: Roboto;
	font-weight: bold;
	padding-bottom: 7px;
}
.mticket-heading span{
	color: #525151;
	font-weight: 400
}
.mticket-dtl{
	font-size: 12px;
}



/*---------   For Fixed Footer   ---------*/
#fixed-footer-bar{
	position: relative;
	width: 100%; 
	height: 38px;
}
.close-fixed-footer{
	position: fixed;
	right: 10px;
	bottom : 6px;
	z-index: 6;
	cursor: pointer;
	background: url(../images/icon-bg.png) no-repeat -427px -307px;
	height: 26px;
	width: 26px;
}
.fixed-footer-panel{
	background: #e1441f; 
	color: #fff; 
	position: fixed;
	width: 100%; 
	display: block; 
	z-index: 5; 
	bottom: 0; 
	left:0;
	height: 38px;
}





/*************************************/
/****    Screen Resolution CSS    ****/
/*************************************/

@media (max-width: 991px) {
   
    #navigation{
        margin-top: 0;
        bottom:        0
    }
    #navigation  .nav.navbar-nav{
        float:             none;
        margin:        7.5px 0 7.5px -30px;
    }
    #navigation .nav.navbar-nav .dropdown-menu{
        top:            100%
    }
    #navigation .navbar-default .navbar-nav > .active > a,
    #navigation .navbar-default .navbar-nav > .active > a:hover,
    #navigation .navbar-default .navbar-nav > .active > a:focus{
        border-bottom: 0px;
    }
    .main-block a{
        display: block;
        text-align: center
    }
    .main-block a img{
        text-align: center
    }
    .main-block{
        text-align: center
    }
    #footer-navigation .navbar-nav{
        margin: 10px 0 0
    }
    .copyright{
        position:    relative;
        display: block;
        float: none;
        padding: 10px 0;
        text-align: center;
        right:0;
        top:0;
        border-top: 1px solid #ccc;
    }
    .ma-filter-block{
        width: 100%
    }
    .ma-filed{
        width: 100%
    }
    .ma-filed.date .form-control{
        width: 100%;
    }
    .ma-filed.fromto .form-control{
        width: 100%;
    }
    .ma-filed.pnrno .form-control{
        width: 100%;
    }
    .ma-filter-block .btn{
        width: auto
    }
    .feedback-contact-block .fcb-row label{
        width: 100%;
        margin-left: 0
    }
    .feedback-contact-block .fcb-row label span.colon{
        float: none
    }
    .feedback-contact-block .fcb-row .fcb-field-block, .feedback-contact-block .fcb-row .fcb-field-block .form-control{
        width: 100%
    }
    .feedback-contact-block .head-office-block{
        width: 100%;
        border: 0;
        padding-left: 0
    }
    .feedback-contact-block .head-office-map{
        width: 100%;
        border: 0;
        padding-left: 0
    }
    #select-city-for-view .scv-field-block, #select-city-for-view .scv-field-block .form-control{
        width: 100%
    }
    #cu-address-panel .cuap-block{
        width: 100%
    }
    #cu-address-panel .cuap-block::before{
        content: none
    }
     .mp-filed-row label.error{
        width: 100%;
        margin-left: 0
    }
    
    .cancellation-policy-block{
        width: 100%
    }
   
}
@media (max-width: 768px) {

	.my-booking-user-block .right-brd, .my-booking-user-block .left-brd {
		padding: 0;
		border: 0 !important;
		float: left;
		width: 100%;
		margin-bottom: 15px;
	}	
	.my-booking-user-block .right-brd:before, .my-booking-user-block .left-brd:before {
		content: none;
	}
	.mb-form-field {
		width: 100%;
		padding: 0;
	}	
	.mb-form-field .form-control{
		width: 100%
	}
	.modal-dialog {
		width: 97.5% !important;
		margin: 5px auto;
	}
}
@media (max-width: 767px) {
    .navbar-header .left-text, #footer-navigation .navbar-header .left-text{
        display: inline-block
    }
    #footer-navigation{
        padding:  0
    }
    .double-arrow-div{
        margin-bottom: 13px;
        margin-top: -22px;
        text-align: center;
    }
    #faq-page .faq-page-content{
        padding-left: 0
    }
    #faq-page .faq-page-content h5 span{
        position: relative;
        background: #fff;
        color: #000;
        font-size: 18px;
        margin-right: 8px;
        top: 0;
        left: 0
    }
    .icon-ronline{
        position: relative;
        top: 8px;
        right: 0
    }   
    #faq-page .container{
        padding: 0 18px;
    }
    #faq-page .fpc-content ul{
        margin: 10px 15px
    }
    #faq-page .fpc-content ul.term-condition-list{
        margin: 10px 15px
    }
   
    .mp-filed-content .form-control, .mp-filed-content{
        width: 100%
    }
    .feedback-contact-block .fcb-row .radio-inline label.error{
        left: 125px;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }
    .feedback-contact-block .fcb-row label.radio-inline{
        position: relative;
        width: 100%
    }
    .mp-filed-row label.error, .feedback-contact-block .fcb-row label.error{
        margin-left: 0
    }
    
    #customer-speaks-block.content-grey-block{
		height: auto;
		margin-left: 0
	}
	#top-routes-block.content-grey-block{
		height: auto;
		margin-left: 0;
	}
	.home-content-left-block{
		padding: 0 !important
	}
	.home-content-right-block{
		padding: 0 !important
	}
	#front-offer-block{
		margin-right: 0
	}
	#important-message{
		margin-right: 0;
		height: auto	
	}
	.top-routes-scroll{
		height: auto
	}.sitemap-page .sitemap-links-right{
		padding-right: 15px;
		border-right: 0px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	.sitemap-page .sitemap-links-center{
		padding: 0px 15px;
		border-bottom: 1px solid #eaeaea;
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	.sitemap-page .sitemap-links-left{
		padding-left: 15px;
		border-left: 0px solid #eaeaea;
	}
}
@media (max-width: 510px) {
    #search-block h1{
        height: 90px;
    }
    #search-block .pull-right{
        display: block;
        float: left !important;
        display: block;
        width: 100%;
        clear: both
    }
    .album-back-btn{
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 15px;
        text-align:center
    }
}
@media (max-width: 481px) {
    .pull-right.sign-in-register-text{
        float: left !important;
        display: block;
        text-align: center;
        width: 100%
    }
    .feedback-contact-block .fcb-btn-row .btn{
        width: 100%;
        margin-bottom: 10px
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.aboutus-simple-content, .key-highlights-list li{
		color: #525252;
		font-weight: 400;
	}
	.happy-journey{
		color: #686868;
		font-family: Roboto;
		font-size: 36px;
		font-weight: 300;
		margin: 15px 0;
		padding: 15px 0;
		text-align: center;
		text-shadow: 0 3px 1px #e6e6e6;
		word-spacing: 4px;
		word-wrap: break-word;
		line-height: 40px;
	}
}

#track-link{
	display: inline-block;
	float: left;
	left: -65px;
	position: absolute;
	width: 170px;
	z-index: 5;
	background-color: #fff
}
#track-link a{
	color: #337ab7;
	display: inline-block;
	font-family: OpenSans;
	font-size: 14px;
	margin-top: 12px;
}
#track-link .icon-tr-bus{
	background: url(../images/icon-bg.png) no-repeat;
	background-position: -432px -228px;
	display: inline-block;
	float: left;
	height: 20px;
	width: 22px;
	margin-right: 9px
}
#track-link .icon-tr-luggage{
	background: url(../images/icon-bg.png) no-repeat;
	background-position: -434px -263px;
	display: inline-block;
	float: left;
	height: 20px;
	width: 22px;
	margin-right: 9px
}
@media (min-width: 768px) and (max-width: 991px)  {
	#track-link{
		display: inline-block;
		left: 0;
		position: relative;
	}

}
@media (max-width: 768px){
	#track-link{
		display: block;
		width: 100%;
		left: 0;
		text-align: center;
		margin: 10px 0;
		padding: 0 0 10px;
		position: relative;
	}
	#track-link a{
		margin-right: 20px
	}
	#track-link a:first-child{
		border-right: 1px solid #ccc;
		padding-right: 25px;
	}
}


.field-lr-no{
	padding: 30px 15px;
	margin: 0 !important
}
#track-luggage-bus .field-row{
	margin-bottom: 15px;
}
#track-luggage-bus .field-row label.error { 
    clear: both; 
    float: left; 
    position: relative; 
    width: auto; 
}
#track-luggage-bus .field-row .form-group{
	color: #000;
	font-family: OpenSans-Semibold;
	font-size: 16px;
	line-height: 34px;
	position: relative; 
	  float: left ;
}

#track-luggage-bus .form-group{
	margin-right: 15px
}
.loadcontent{
	float: left;
	width: 100%;
	border-top: 1px solid #eaeaea;
	padding: 20px 0 0
}
.field-row .field-label{
	color: #3d3d3d;
	font-family: OpenSans-Semibold;
	font-size: 14px;
	line-height: 34px;
	font-weight: normal;
}
.field-row .field-detail{
	color: #000;
	font-family: OpenSans;
	font-size: 15px;
	line-height: 34px;
	font-weight: normal;
}
.field-row .field-detail .sub-dtl{
	color: #505050;
	font-family: OpenSans;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	display: block;
}
.colon{
	float:  right;
}
#track-luggage-bus .table-responsive{
	margin-top: 15px;
}
#track-luggage-bus .table-responsive th, #track-luggage-bus .table-bordered th{
	font-size:  15px;
	font-family: OpenSans-Semibold;
	font-weight: normal;
	background-color:  #f5f5f5;
	padding: 12px 6px
}
#track-luggage-bus .table-responsive td, #track-luggage-bus .table-bordered td{
	font-size:  14px;
	font-family: OpenSans;
	font-weight: normal;
	padding: 12px 6px
}
#track-luggage-bus .table-responsive td.total-row{
	font-size:  18px;
	font-family: OpenSans;
	font-weight: normal;
	padding: 12px 6px;
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
#track-luggage-bus .table-bordered .by-user{
	border: 1px solid #dddddd;
	border-radius: 3px;
	font-family: OpenSans;
	font-size: 13px;
	font-weight: normal;
	padding: 2px 6px;
}
#track-luggage-bus .table-bordered .delivered-to{
	border: 1px solid #0d8c22;
	border-radius: 3px;
	font-family: OpenSans;
	font-size: 13px;
	font-weight: normal;
	padding: 2px 6px;
	color: #0d8c22
}



@media (max-width: 991px) {
	#track-luggage-bus .row{
		margin: 0
	}
	#track-luggage-bus .loadcontent .field-row{
		border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
	}

}

@media (max-width: 768px) { 
     #track-luggage-bus .field-row .form-group{ 
          width: 100% 
     } 
} 
 
#track-luggage-bus .field-row .form-group .form-control { 
        float: left; 
}

/*----    Start Font Face Css Here    ----*/
@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/opensans/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/OpenSans.woff') format('woff'), url('../fonts/opensans/OpenSans.ttf') format('truetype'), url('../fonts/opensans/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Light';
	src: url('../fonts/opensans/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/OpenSans-Light.woff') format('woff'), url('../fonts/opensans/OpenSans-Light.ttf') format('truetype'), url('../fonts/opensans/OpenSans-Light.svg#OpenSans-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Semibold';
	src: url('../fonts/opensans/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/OpenSans-Semibold.woff') format('woff'), url('../fonts/opensans/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/opensans/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('../fonts/opensans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/OpenSans-Bold.woff') format('woff'), url('../fonts/opensans/OpenSans-Bold.ttf') format('truetype'), url('../fonts/opensans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Extrabold';
	src: url('../fonts/opensans/OpenSans-Extrabold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/OpenSans-Extrabold.woff') format('woff'), url('../fonts/opensans/OpenSans-Extrabold.ttf') format('truetype'), url('../fonts/opensans/OpenSans-Extrabold.svg#OpenSans-Extrabold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'asapregular';
	src: url('../fonts/asap/asap-regular.eot');
	src: url('../fonts/asap/asap-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/asap/asap-regular.woff2') format('woff2'), url('../fonts/asap/asap-regular.woff') format('woff'), url('../fonts/asap/asap-regular.ttf') format('truetype'), url('../fonts/asap/asap-regular.svg#asapregular') format('svg');
	font-weight: normal;
	font-style: normal;
}



.tlb-terms-conditions{padding: 15px 0; width: 100%; float: left}
.tlb-terms-conditions h3{padding: 10px 15px; margin: 0 0 15px; font-weight: 500; font-size: 20px; font-family: OpenSans;background-color: #f0f0f0;}
.tlb-terms-conditions .content ul{margin: 0; padding: 0 0 0 29px}
.tlb-terms-conditions .content ul li{padding: 0 0 14px; font-family:  OpenSans; font-weight: 400; list-style: none; position: relative;line-height: 22px;font-size: 14px;}
.tlb-terms-conditions .content ul li ol{margin: 6px 0 15px; padding: 0 0 0 25px}
.tlb-terms-conditions .content ul li ol li{margin: 5px 0 0; padding: 0; position: relative; font-weight: 600}
.icon-right-arrow{background-position: -1px -87px;position: absolute; left: -27px; top: 1px}
.icon-circle-pointer{background-position: -279px -42px; height: 12px; left: -25px; top: 5px; position: absolute; width: 12px;}