html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

body {
    font: 13px/1.231 sans-serif;
    font-family: 'Roboto', sans-serif;
    padding-top: 101px
}

select,
input,
textarea,
button {
    font: 99% sans-serif
}

pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif
}

html {
    overflow-y: scroll
}

a:hover,
a:active {
    outline: none
}

ul,
ol {
    margin-left: 0
}

ol {
    list-style-type: decimal
}

nav ul,
nav li {
    /*float:right;*/
    list-style: none outside none;
    margin: 0
}

small {
    font-size: 85%
}

strong,
th {
    font-weight: 700
}

td {
    vertical-align: top
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 15px
}

textarea {
    overflow: auto
}

.ie6 legend,
.ie7 legend {
    margin-left: -7px
}

input[type="radio"] {
    vertical-align: text-bottom
}

input[type="checkbox"] {
    vertical-align: bottom
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline
}

.ie6 input {
    vertical-align: text-bottom
}

label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
    cursor: pointer
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: 'Roboto', sans-serif
}

input:invalid,
textarea:invalid {
    border-radius: 1px;
    -moz-box-shadow: 0 0 5px red;
    -webkit-box-shadow: 0 0 5px red;
    box-shadow: 0 0 5px red
}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
    background-color: #f0dddd
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

a:link {
    -webkit-tap-highlight-color: #FF5E99
}

button {
    width: auto;
    overflow: visible
}

a:hover {
    transition: background-color 0.5s ease
}

.ie7 img {
    -ms-interpolation-mode: bicubic
}

body,
select,
input,
textarea {
    color: #444;
    font-family: 'Roboto', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

ul li {
    list-style: none
}

img {
    max-width: 100%;
    height: auto
}

.clr {
    clear: both
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .clearfix {
    display: block
}

* html .clearfix {
    height: 1%
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot');
  src:  url('../fonts/icomoon/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.woff2') format('woff2'),
    url('../fonts/icomoon/icomoon.woff') format('woff'), 
    url('../fonts/icomoon/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], .fa , .fab ,  .fas , [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* icomoon codes */
.fa-angle-down:before {
  content: "\f107";
}

.fa-star:before {
  content: "\f005";
}

.fa-home:before {
  content: "\f015";
}
.fa-edit:before {
  content: "\f044";
}
.fa-phone:before {
  content: "\f095";
}
.fa-bars:before {
  content: "\f0c9";
}
.pagewidth {
    width: 1230px;
    padding: 14px 0;
}

.pagewidth {
    margin: 0 auto;
    position: relative;
}

.fLeft {
    float: left
}

.fRight {
    float: right
}

header .pagewidth {
    /*padding: 9px 0*/
        padding-right: 15px;
    padding-left: 15px;
}
}

header h1 {
    float: left;
    /*width:35%;*/
    margin-top: 5px;
    margin-right: 20px;
}

header span {
    display: block;
    height: 16px;
    width: 16px
}

header nav {
    /*float:right;*/
    padding: 10px 0 10px;
    min-width: 405px
}

header nav ul li {
    float: left;
    padding: 23px 3px 20px
}

header nav ul li a {
   font-weight: 500;
    text-decoration: none;
    color: #1d1d1b;
    font-size: 18px;
    /* text-transform: uppercase; */
    padding: 7px 4px;
    margin-right: -3px;
    letter-spacing: 1px;
    font-family: 'Rubik',sans-serif !important;
}
}
header nav ul li a:last-child {
    margin-right: -2px;
}

header nav ul li a:hover {
    text-decoration: none;
    color: #FF9000
}

li.contact-number {
    border-bottom: 2px solid transparent;
    padding: 0 0 0;
    width: auto
}

.contact-number a {
    background: url(../images/phone.png) no-repeat scroll 10px 10px #FF9000;
    border-radius: 3px;
    display: block;
    padding: 10px 15px 10px 45px !important;
}

.contact-number h3,
.contact-number span {
    color: #fff!important;
    margin: 0;
    width: auto;
    height: auto
}

.contact-number h3 {
    font-size: 22px
}

header button {
    float: right;
    background: #FF9000;
    border: none;
    border-bottom: 3px solid #0c6980;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 15px;
    color: #FFF;
    border-radius: 3px;
    margin: 19px 0
}

header button:hover {
    background: #5c5656;
    border-bottom: 3px solid #3e3939;
    transition: background-color 0.5s ease
}

header button span {
    float: left;
    margin-right: 5px
}

.slider {
    background-size: cover!important;
    min-height: 620px;
    text-align: center;
    position: relative;
    background: url(../images/bck_1600.png) no-repeat center top
}

.slidercontent {
    text-align: left;
    float: left;
    width: 100%
}

.slidercontent a {
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    padding: 45px 0 20px 0;
    display: inline-block;
    text-decoration: none
}

.slidercontent h1 {
    color: #fff;
    padding: 0 0 13px 0;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Sanchez', serif
}

.slidercontent h3 {
    color: #fff;
    padding: 0 0 20px 0;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}

.slidercontent p {
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 20px
}

.slidercontent h3 p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 0
}

.mainNav {
    background: #000;
    padding: 19px 0;
    font-family: 'Open Sans', sans-serif
}

.mainNav ul li {
    float: left
}

.mainNav ul li:hover {
    background: #000
}

.mainNav ul li a {
    font-size: 19px;
    font-weight: 300;
    padding: 0 26px;
    color: #FFF;
    text-decoration: none;
    display: block;
    font-family: 'Open Sans', sans-serif;
    border-right: 1px solid #4d4d4d;
    text-transform: uppercase
}

.mainNav ul li a:hover {
    color: #FF9000
}

.mainNav ul li a:hover span {
    color: #FFF
}

.mainNav ul li a span {
    font-size: 12px;
    display: block;
    color: #FF9000;
    font-weight: 200;
    text-transform: uppercase
}

.innerpagewidth {
    width: 760px;
    margin: 0 auto
}

.contentBox .colLeft {
    float: left;
    width: 75%
}

.contentBox .colRight {
    float: right;
    width: 25%;
    text-align: right;
    padding-top: 30px
}

.contentBox {
    font-family: 'Sanchez', serif
}

.contentBox h2,
.slidernew h2 {
    font-size: 36px;
    color: #000;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Sanchez', serif
}

.contentBox h3,
.slidernew h3 {
    font-size: 16px;
    color: #919191;
    padding-bottom: 30px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}

.contentBox p {
    font-size: 14px;
    color: #919191;
    font-weight: 300;
    color: #151515;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif
}

.contentBox .colLeftN {
    text-align: left!important;
    float: left!important;
    padding-top: 40px
}

.contentBox .colRightN {
    float: right!important
}

.textBlock {
    text-align: center
}

.carDeatil {
    background: url(../images/cardetail.png) no-repeat center 60px;
    min-height: 374px;
    padding: 50px 0;
    position: relative
}

.carDeatil .wifi,
.carDeatil .location,
.carDeatil .luggage,
.carDeatil .lava {
    position: absolute;
    height: 82px;
    width: 82px
}

.carDeatil .wifi {
    top: 50px;
    left: 55px
}

.carDeatil .location {
    right: 60px;
    top: 50px
}

.carDeatil .luggage {
    bottom: 45px;
    left: 70px
}

.carDeatil .lava {
    bottom: 50px;
    right: 90px
}

.carDeatil .wifi a,
.carDeatil .location a,
.carDeatil .luggage a,
.carDeatil .lava a,
.carDeatil .wifi a span,
.carDeatil .location a span,
.carDeatil .luggage a span,
.carDeatil .lava a span {
    display: block;
    text-align: center;
    color: #151515;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase
}

footer {
    margin-top: 55px;
    background-color: #282a2d;
    padding: 50px 0 40px;
    text-align: center;
    color: #858585; 
}

footer nav {
    /*border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;*/
    margin-bottom: 40px
}

footer nav ul li {
    display: inline-block;
/*    float: left;*/
    padding: 15px 0 0;
}

footer nav ul li a {
    display: block;
    border-right: 1px solid #b2b2b2;
    padding: 0 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #6f6f6f;
    text-decoration: none
}

footer h3 {
    font-size: 24px;
    color: #FF9000;
    text-align: center;
    padding-bottom: 18px;
    margin-bottom: 30px;
}

footer h3 a {
    color: #FF9000;
    text-decoration: none
}

footer h3 span {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

footer h4 {
    font-size: 16px;
    line-height: 24px;
    color: #919191;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    padding-bottom: 15px;
    padding: 30px 10px 15px;
    border-top: 1px solid #6f6f6f;
}

.socialnetwork {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    margin-top: 25px;
}

.socialnetwork li {
    display: inline-block;
    margin-right: 5px
}

.socialnetwork li a {
    display: block
}

.fmenu {
    display: none
}

.mainNavSmall {
    display: none
}

.services ul {
    margin: 35px 0 90px 0
}

.services ul li h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 26px;
    color: #666;
    padding: 25px 0
}

.services p,
.slidernew p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #151515;
    padding: 0
}

.services ul li {
    width: 40%;
    text-align: center;
    margin: 0 5%;
    float: left
}

.citySlider {
    background: url(../images/city.png) center top;
    min-height: 543px
}

.contact {
    background: url(../images/contact.png) center top;
    min-height: 543px
}

.pagewidthNew {
    width: 985px;
    margin: 0 auto
}

.aboutBlock p {
    width: 460px
}

.aboutBlock {
    padding-bottom: 80px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 45px
}

.contentBox .top5Place ul li h3 {
    font-size: 22px;
    padding: 45px 0 30px 0;
    color: #000
}

.contentBox .top5Place ul li p {
    padding-bottom: 5px;
    background: url(../images/checkBOX.png) no-repeat left 7px;
    padding-left: 28px;
    text-transform: capitalize;
    text-align: left
}

.top5Place ul li {
    float: left;
    width: 175px;
    margin-right: 23%
}

.top5Place ul li.last {
    margin-right: 0
}

.contactBlock {
    text-align: center
}

.contactImg {
    width: 55%;
    margin: 70px auto -58px
}

.addressdetail {
    float: left;
    padding-top: 30%
}

.addressdetail h3 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    padding-bottom: 6px
}

.addressdetail h3 a {
    font-size: 33px;
    color: #FF9000;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif
}

.contactImg .imgBlock {
    float: right;
    width: 47%
}

.mainNav .mainNavSmall ul li a:hover span {
    color: #FFF
}

#newSmall {
    background: none repeat scroll 0 0 #000;
    display: none;
    padding: 10px;
    position: absolute;
    width: 75%;
    z-index: 99
}

.textspacing .slidercontent a {
    padding: 45px 0 60px
}

.textspacing .slidercontent figure img {
    padding-bottom: 40px
}

.textspacing .slidercontent h3 {
    color: #bfbfbf
}

.buses {
    background: url(../images/buses.png) no-repeat top center;
    min-height: 543px
}

.busBlock ul {
    padding-top: 30px
}

.busBlock ul li {
    float: left;
    height: 40px;
    width: 40px;
    margin-right: 10px
}

.busDetail figure img {
    padding: 0 0 75px 0
}

.busBlock .pagewidthNew {
    width: 857px;
    margin: 0 auto
}

.busDetail {
    padding-bottom: 70px;
    border-bottom: 1px solid #e5e5e5
}

.busDetailNew {
    padding-bottom: 0;
    border-bottom: 0
}

.mainNavNew {
    display: none
}

.buses,
.contact {
    margin-bottom: 70px
}

.busDetailNew p {
    width: 70%
}

.formDetail {
    padding: 22px;
    background: #FF9000;
    width: 305px;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 97px
}

.formDetail input[type="text"] {
    width: 96%;
    border: none;
    border-radius: 2px;
    padding: 11px 5px;
    background: #f4f5fa;
    font-size: 12px;
    font-weight: 300
}

.passnger input[type="text"] {
    background: #f3fbfd url(../images/pasager.png) no-repeat 280px 4px
}

.address input[type="text"] {
    background: #f3fbfd url(../images/mpa.png) no-repeat 280px 4px
}

.twoInput input[type="text"] {
    width: 44%;
    background: #f3fbfd url(../images/calander.png) no-repeat 116px 7px
}

.twoInput input[type="text"].time {
    background: #f3fbfd url(../images/clock.png) no-repeat 116px 7px!important
}

.formDetail ul li a {
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none
}

.formDetail ul li a span {
    font-size: 23px;
    display: inline
}

.formDetail ul li {
    margin-bottom: 15px
}

.formDetail input[type="button"] {
    background: #167788;
    border-radius: 2px;
    border: none;
    border-bottom: 4px solid #074d59;
    font-size: 22px;
    color: #FFF;
    font-weight: 500;
    padding: 7px 5px;
    width: 99%
}

.noMrginBTM {
    margin-bottom: 0px!important
}

.arrow {
    position: absolute;
    right: 26px;
    top: -8px
}

.formDetail {
    display: none
}

.slidernew {
    background: #e5f3ff
}

.slidernew {
    margin-bottom: 65px
}

.contentBox .top5Place ul li figure,
.contentBox .top5Place ul li h3 {
    text-align: center;
    font-size: 15px
}

.top5Place {
    padding-top: 95px
}

.tcenter {
    position: relative;
    text-align: center
}

.tcenter .tcentertext {
    position: absolute;
    right: 430px;
    top: 113px;
    width: 10%
}

.tcenter .tcentertext1 {
    position: absolute;
    right: 414px;
    top: 91px;
    width: 16%
}

.contentBoxNew figure {
    padding: 50px 0
}

.slidernew {
    text-align: center
}

.slidernew ul li {
    width: 60%;
    margin: 0 auto
}

.slidernew figure {
    float: left;
    width: 20%
}

.slidernew p {
    width: 75%;
    float: right;
    text-align: left;
    padding-top: 25px;
    line-height: 25px
}

.slidernew {
    padding: 75px 0 90px 0
}

.slidernew span {
    width: 100%;
    font-weight: 700;
    text-align: right;
    display: block
}

.slidercontent a img {
    position: relative;
    top: 6px
}

.small {
    display: none
}

.popup {
    position: relative;
    background: url(../images/tallu.png) no-repeat;
    height: 207px;
    width: 215px;
    left: 48px;
    top: 42px;
    padding: 30px 0 0 12px;
    text-align: left;
    display: none
}

.popup p {
    font-size: 11px;
    line-height: 17px;
    margin: 5px auto;
    text-align: left;
    max-width: 150px;
    width: 100%
}

.carDeatil.innerpagewidth .wifi {
    height: auto
}

.popup h3 {
    padding-bottom: 5px
}

.popup1 {
    background: url(../images/tallu2.png) no-repeat;
    left: -209px;
    top: -147px
}

.popup3 {
    background: url(../images/tallu2.png) no-repeat;
    left: -211px;
    top: -151px
}

.popup2 {
    left: 72px;
    top: -148px
}

.popup4 {
    left: 78px;
    top: -158px
}

.pagewidth .menuf {
    margin: 0 auto;
   /* width: 80%*/
   display: block;
   padding: 5px 0;
   margin-bottom: 12px;
}

#pagin {
    margin: 65px auto;
    padding: 0;
    list-style: none;
    width: 180px
}

#pagin li {
    float: left;
    margin-right: 10px
}

#pagin li a {
    display: block;
    text-decoration: none;
    color: #717171;
    font: bold 11px Arial, sans-serif;
    text-shadow: 0 1px white;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .35);
    background: #f9f9f9;
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
    background: -moz-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
    background: linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e8e8e8', GradientType=0)
}

#pagin li a.current {
    color: white;
    text-shadow: 0 1px #52B7C6;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .8);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .8);
    background: #52B7C6;
    background: -webkit-linear-gradient(top, #52B7C6 0%, #52B7C6 100%);
    background: -moz-linear-gradient(top, #52B7C6 0%, #52B7C6 100%);
    background: -o-linear-gradient(top, #52B7C6 0%, #52B7C6 100%);
    background: -ms-linear-gradient(top, #52B7C6 0%, #52B7C6 100%);
    background: linear-gradient(top, #52B7C6 0%, #52B7C6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7cb9e5', endColorstr='#57a1d8', GradientType=0)
}

#pagin li a:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .55);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .55);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .55);
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0%, #e8e8e8 100%);
    background: -moz-linear-gradient(top, #fff 0%, #e8e8e8 100%);
    background: -o-linear-gradient(top, #fff 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #fff 0%, #e8e8e8 100%);
    background: linear-gradient(top, #fff 0%, #e8e8e8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e8e8e8', GradientType=0)
}

#pagin li a:active,
#pagin li a.current:active {
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5), 0 1px 1px 0 rgba(255, 255, 255, 1)!important;
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5), 0 1px 1px 0 rgba(255, 255, 255, 1)!important;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5), 0 1px 1px 0 rgba(255, 255, 255, 1)!important
}

#pagin li a.current:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .9);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .9);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .9);
    background: #99cefc;
    background: -webkit-linear-gradient(top, #52B7C6 0%, #52B7C6 100%);
    background: -moz-linear-gradient(top, #52B7C6 0%, #52B7C6 100%);
    background: -o-linear-gradient(top, #52B7C6 0%, #52B7C6 100%);
    background: -ms-linear-gradient(top, #52B7C6 0%, #52B7C6 100%);
    background: linear-gradient(top, #52B7C6 0%, #52B7C6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#99cefc', endColorstr='#57a1d8', GradientType=0)
}

.phone-no {
    margin-left: 3px;
    position: relative
}

.phone-no a {
    font-size: 20px;
    padding-left: 20px
}

.phone-no a img {
    float: right;
    left: 0;
    position: absolute;
    top: -8px
}

.sliderlogo {
    display: none
}

.rankedblock {
    float: right;
    text-align: right;
    margin-top: 60px
}

.flcb_client {
    display: block;
    background-color: #f0f0f0;
    padding: 25px 0 25px 0;
    margin-bottom: 60px
}

.flcb_client ul {
    display: block;
    list-style-type: none;
    text-align: center
}

.flcb_client ul li {
    display: inline-block;
    width: auto;
    padding: 0 25px 0 25px
}

.flcb_buses {
    width: 100%;
    margin: 70px 0 0 0
}

.flcb_buses ul {
    list-style-type: none;
    text-align: center
}

.flcb_buses ul li {
    display: inline-block;
    margin: 20px 13px
}

.payment_accepted {
    border-top: #e0e0e0 solid 1px;
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
    text-align: center
}

.reasons h3 {
    margin-top: 30px;
    margin-bottom: 3px;
    padding-bottom: 0;
    font-weight: bolder;
    color: #333
}

.reasons ul {
    margin-left: 30px;
    list-style: circle
}

.reasons ul li {
    list-style: circle
}

.floatNone {
    float: none!important
}

.tcenter.bus-1 .content-min {
    background: rgba(0, 0, 0, 0) url(../images/buses1_r.png) no-repeat scroll center center / 100% auto;
    bottom: 0;
    height: 206px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 240px
}

.tcenter.bus-1.bus-2 .content-min {
    background: rgba(0, 0, 0, 0) url(../images/buses2_r.png) no-repeat scroll center center / 100% auto
}

.tcenter.bus-1 .content-min p {
    bottom: 0;
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    text-align: inherit
}

.tcenter.bus-1.bus-2 .content-min p {
    height: 110px
}

p.show-min {
    display: none;
    padding: 20px 0;
    text-align: center!important;
    font-weight: 700
}

.container {
    max-width: 1140px
}

.mainContainer p,
.modernBuses p {
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #151515;
    font-weight: 400
}

.mainContainer h3.h3Title {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0 50px
}

.mainContainer .busServices h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 12px 0 5px
}

.mainContainer .busServices li {
    margin-bottom: 30px
}

.requestQuote {
    background: #F68E1E;
    min-height: 260px;
    color: #fff
}

.requestQuote h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 10%
}

.requestQuote h3 {
    font-size: 15px;
    letter-spacing: 2px;
    margin: 5px 0 30px
}

.requestQuote .phoneBtn {
    background: #fff;
    color: #FF9000;
    font-size: 25px;
    font-weight: 700;
    padding: 8px 20px;
    margin-bottom: 10px;
    border-radius: 0
}

.requestQuote .phoneBtn i {
    margin-right: 10px
}

h2.h2Title {
    font-size: 32px;
    font-weight: 700
}

.modernBuses h2.h2Title {
    margin: 40px 0 50px
}

.modernBuses .busListing li {
    margin: 25px 0 50px;
    position: relative;
    display: inline-block;
    width: 100%
}

.modernBuses .busListing li:after {
    content: "";
    height: 2px;
    width: 230px;
    position: absolute;
    bottom: 0;
    right: 0
}

.modernBuses .busListing li h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0
}

.modernBuses .busListing li .readBtn {
    margin-top: 50px;
    position: relative;
    z-index: 1
}

.modernBuses .amenities {
    text-align: center
}

.modernBuses .amenities li {
    display: inline-block;
    margin: 10px -2px 20px;
    width: 20%;
    font-size: 14px;
    color: #151515
}

.modernBuses .amenities li span {
    display: block
}

.contactBlock {
    margin: 50px 0 25px
}

.contactBlock .googleMap {
    border: 1px solid #ddd;
    padding: 3px;
    margin-bottom: 25px
}

.contactBlock .addressBlock {
    text-align: left
}

.contactBlock .addressBlock h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px
}

.contactBlock .addressBlock p {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
    font-family: sanchez
}

.customer-reviews ul {
    margin-top: 40px;
    margin-bottom: 60px
}

.customer-reviews ul li {
    text-align: center;
    margin: 25px 0
}

.customer-reviews ul li figure img {
    border-radius: 50%;
    max-width: 90px;
    height: 85px
}

.customer-reviews ul li p {
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    color: #151515;
    margin-bottom: 15px
}

.customer-reviews ul li .rating {
    color: #e79e1d;
    font-size: 14px;
    margin: 10px 0
}

.recentBlog h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 35px 0 10px
}

.recentBlog p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: justify
}

.readBtn {
    color: #b5a08f;
    border: 1px solid #b5a08f;
    border-radius: 0;
    font-size: 16px;
    min-width: 140px;
    height: 38px
}

.readBtn .plusIcon {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #b5a08f;
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 50%;
    margin-right: 6px
}

.readBtn .plusIcon:before {
    content: "+";
    font-size: 22px;
    position: absolute;
    left: 2px;
    top: -6px
}

.readBtn:hover,
.readBtn:focus {
    border-color: #e3bfa2;
    color: #aa9584
}

#footer {
    background: #323232;
    color: #95918c;
    padding: 50px 0;
    font-size: 14px
}

#footer h2 {
    font-size: 30px;
    font-weight: 700;
    color: #749d96;
    text-transform: uppercase;
    margin-bottom: 35px
}

#footer p {
    line-height: 22px
}

#footer .footerNav {
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #4d4d4d;
    padding: 0 30px
}

#footer .footerNav ul li {
    text-transform: uppercase;
    margin-bottom: 8px
}

#footer .socialNav li {
    display: inline-block
}

#footer .socialNav li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #595955;
    text-decoration: none;
    border-radius: 50%;
    color: #878787;
    font-size: 30px;
    text-align: center;
    margin-right: 10px;
    line-height: 50px
}

#footer a {
    color: #95918c
}

h1.h1Title,
h2.h2Title {
    font-size: 36px
}
h2.h1Title {
    font-size: 36px;
}
.star-rating i.on {
    color: #f5320c
}

.star-rating i.off {
    color: #afbdc5
}

.star-rating i {
    font-size: 18px
}

.articleBlock p,
.articleBlock ul {
    color: #5b7480;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 25px
}

.buses-details {
    position: relative
}

.buses-details .blank-bg {
    background: #f8f9fd;
    height: 108px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%
}

.buses-details h2 {
    margin: 32px 0
}

.buses-details ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.buses-details .utilities {
    background: #f8f9fd;
    padding-left: 20px;
    position: relative;
    text-align: center
}

.buses-details .utilities ul li {
    display: inline-block;
    width: 15%;
    padding: 20px 0;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    color: #7f7f7f;
    text-align: center
}

.buses-details .utilities ul li a {
    text-decoration: none;
    display: block;
    color: #7f7f7f
}

.buses-details .utilities ul li img,
.businfo-details .utilities ul li img {
    max-width: 42px
}

.buses-details .utilities ul li span,
.businfo-details .utilities ul li span {
    display: block;
    margin-top: 10px;
    line-height: 14px
}

.buses-details .utilities .ribbonTag {
    font-size: 11px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    display: block;
    text-transform: uppercase;
    background: #333;
    color: #fff;
    padding: 5px 6px 7px;
    line-height: 12px;
    width: 20px;
    word-wrap: break-word;
    white-space: pre-wrap;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.buses-details .charterBusListing li {
    display: inline-block;
    float: none;
    margin: 65px -2px 0;
    text-align: center;
    vertical-align: top
}

.buses-details .charterBusListing li figure {
    height: 170px
}

.buses-details .charterBusListing li figure img {
    max-height: 170px
}

.buses-details .charterBusListing li .btn-submit {
    border-radius: 0;
    margin: 25px 0
}

.buses-details .charterBusListing li h3 {
    font-size: 30px;
    font-weight: 900
}

.buses-details .charterBusListing li h3 a {
    text-decoration: none;
    color: inherit
}

.buses-details .charterBusListing li h4 {
    font-size: 18px;
    color: #363636;
    margin-bottom: 25px
}

.buses-details .viewdetail {
    display: inline-block;
    border-top: 1px solid #afbdc5;
    margin-top: 25px
}

.buses-details .viewdetail a,
.businfo-details .viewdetail a {
    color: #698592;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    margin: 15px 10px;
    text-decoration: none
}

.buses-details .viewdetail a img,
.businfo-details .viewdetail a img {
    display: inline-block;
    margin: -2px 4px 0 0
}

.buses-details .charterBusListing .star-rating i {
    font-size: 20px
}

.businfo-details {
    margin: 25px 0 0
}

.businfo-details .viewdetail {
    margin: 20px 0 40px
}

.businfo-details .phoneCallBox {
    margin: 30px 0 50px
}

.businfo-details .h2Title {
    font-size: 28px;
    font-weight: 600
}

.businfo-details .busFeatures {
    background: #f7f9fd;
    min-height: 400px;
    max-width: 345px;
    margin: 25px auto 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .05), 0 8px 8px rgba(0, 0, 0, .07)
}

.businfo-details .busFeatures .header {
    background: #787878;
    text-align: center;
    padding: 25px 0
}

.businfo-details .busFeatures .header h3 {
    color: #fff;
    font-size: 28px;
    margin: 10px 0
}

.businfo-details .busFeatures .header h3 strong {
    font-weight: 900
}

.businfo-details .utilities ul {
    padding: 30px 0;
    margin: 0;
    text-align: center
}

.businfo-details .utilities ul li {
    display: inline-block;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    color: #7f7f7f;
    width: 45%;
    padding: 28px 0
}

.businfo-details .infosmTitle {
    color: #7f7f7f;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    margin-top: 25px;
    text-align: center
}

.buses-details .btn-submit {
    color: #fff;
    background: #FF9000
}

.charterBusServices .articleBlock {
    max-width: 800px;
    margin: 0 auto
}

.charterBusServices .articleBlock p {
    margin: 25px 0 45px;
    font-weight: 400
}

.charterBusServices ul {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 0 65px;
    padding: 0;
    list-style: none
}

.charterBusServices ul li {
    display: inline-block;
    width: 20%;
    margin: 0 -2px;
    position: relative;
    text-align: center;
    cursor: pointer
}

.charterBusServices ul li .servicesTitle {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 2
}

.charterBusServices ul li .servicesTitle h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    display: table-cell;
    vertical-align: middle
}

.charterBusServices ul li .servicesTitle h3 span {
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    text-shadow: 0 3px 3px #000
}

.charterBusServices ul li:not(:hover) .servicesTitle h3 span:after {
    border-bottom: 4px solid #f5320c;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.charterBusServices .agentsTitle {
    color: #93a2a9;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 60px
}

.charterBusServices ul li:not(:hover) img {
    opacity: .6;
    filter: alpha(opacity=60)
}

.charterBusServices ul li:not(:hover) .overlay {
    background: #000;
    height: 100%;
    left: 0;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 100%;
    z-index: 1
}

.corporateBusBanner {
    background-size: cover;
    background-position: center top;
    background-color: #b4b4b4;
    margin-bottom: 25px;
    overflow: hidden;
    position:relative;
}

.corporateBusBanner .container {
    max-width: 625px;
     position:relative;
     z-index:1;
}

.corporateBusBanner .bannerArticle {
    height: 390px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 15px
}

.corporateBusBanner .bannerArticle h1 {
    font-size: 43px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.serviceBusRental h2,
.serviceBusRental h2.h2Title {
    font-size: 32px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 10px
}

.text-blue {
    color: #2bbcd1!important
}

#menuf a {
    display: inline-block;
    border-right: 1px solid #a8a8a8;
    padding: 0 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #a8a8a8;
    text-decoration: none;
    line-height: 18px;
    font-weight: 300;
}

h2.h1Title {
    margin-bottom: 36px;
    text-transform: uppercase
}

.navbar-default {
    background-color: #fff
}

.breadcrumb-bg {
margin-top: 35px;
    background: #000 none repeat scroll 0 0!important
}

.breadcrumb-bg .breadcrumb {
    margin: 6px 0;
    padding: 0
}
.siteLogo {
    float: left !important; 
    margin-top: 10px !important;
    margin-right: 25px !important;
}

.breadcrumb {
    background: transparent none repeat scroll 0 0;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    margin: 10px 0 0;
    padding-bottom: 0
}

.breadcrumb>li + li::before {
    color: #698592;
    content: "\279E";
   /* font-family: FontAwesome*/
}

.breadcrumb-bg .breadcrumb li:not(:first-child) a {
    color: #ababab
}

.breadcrumb li:first-child a {
    background: #93a1a9 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 18px;
    text-align: center;
    vertical-align: middle;
    width: 18px
}

.breadcrumb li:first-child a i {
    position: relative;
    top: 1px
}

.breadcrumb-bg .breadcrumb li.active,
.breadcrumb-bg .breadcrumb>li + li::before {
    color: #fff
}

.popup.popup3 a {
    line-height: 19px
}

.articleBlock li {
    list-style: disc
}

.mobilePhone {
    left: 15px;
    margin: 12px auto 0;
    max-width: 195px;
    position: absolute;
    right: 0;
    font:
}

.mobilePhone h3 {
    font-size: 19px
}

.articleBlock>ul {
    margin-left: 15px
}

.slidercontent a i {
    font-weight: 400;
    margin-right: 10px;
    vertical-align
}
.postContainer h3{
    font-size: 24px;
}

header nav ul li.open {
    position: relative
}

header nav .city_sub_menu {
    border-radius: 0;
    padding: 0;
    max-height: 600px;
    overflow-y: auto;
    margin-top: -5px;
}

header nav .city_sub_menu li {
    float: none!important;
    border-top: 1px solid #ddd;
    padding: 10px 3px
}


}
header nav .city_sub_menu li:first-child {
    border-top: none
}
header nav ul li a:active,
header nav ul li a:focus {
    text-decoration: none
}
.dropdown-menu>li:focus,
.dropdown-menu>li:hover {
    background-color: #ff9000
}
.dropdown-menu>li a:hover,
.dropdown-menu>li a:focus {
    background: transparent
}
.dropdown-menu > li:hover a, .dropdown-menu > li:focus a{

    color: #ffffff !important;
    
}
.slider .busBanner {
    position: relative;
    clear: left
}
.slider .busBanner img.bus_logo {
    left: 35%;
    max-width: 125px;
    position: absolute;
    top: 20%
}
.star-rating {
    color: #ffbc35;
    display: inline-block;
    font-size: 18px;
    margin: 30px 5px 5px
}
.busGraphImg {
    margin-top: 35px
}
.navToggle {
    color: #fff;
    display: block;
    font-size: 24px;
    height: auto;
    display: flex;
    width: auto;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    padding: .51rem .75rem;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: .25rem;
}
header h1 img {
    max-height: 60px
}
.socialnetwork img {
    height: 30px;
    width: 30px
}
.contentBox h2 {
    margin-top: 14px
}
.contentBox p {
    margin-top: 9px
}
.slidercontent p a {
    font-size: inherit;
    text-decoration: underline;
    padding: 0
}
.headerCntct {
    float: right;
}
.mainheader .contact-number h3{
	font-size: 18px;
}
.mainheader  .contact-number span{
	font-size: 12px;
}
header.mainheader h1 img{
	max-height: 50px;
}
header.mainheader nav ul li{
	padding: 16px 3px 20px;
}
header.mainheader nav ul li.contact-number{
	padding: 0;
}
header.mainheader nav .city_sub_menu li{
	padding: 10px 3px;
}
/*faq*/
.faqs h1{
    font-size: 39px;
    margin-bottom: 30px;
    color: #1d1d1b;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}
.faqs h2{
    font-size: 30px;
    margin-bottom: 25px;
    color: #1d1d1b;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}
.faqs h3{
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
}
.faqs p{
  font-size: 20px;
  line-height: 32px;
  color: #5c5c5c;
  font-weight: 300;
  font-family: 'Rubik', sans-serif;
}
.faqs ul{
  margin: 0;
  padding: 0;
}
.faqs ul li{
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #325681;
  font-family: 'Rubik', sans-serif;
}
.faqs ul li:last-child{
  border: 0;
}
.faqs{
    padding-top: 30px;
}

header nav li:hover .dropdown-menu {
    display: block;
}
header nav li{
    cursor: pointer;
}
@media screen and (max-width: 1500px){
header nav ul li a {
    font-size: 14px;
}}

@media screen and (min-width: 1199px){
header nav {
    display: flex;
    justify-content: space-between;
}
}

.contact-number{
	width: 210px;
}


@media (max-width: 767px) {
	.contact-number{
	margin: 0 auto;
	}
}
