body{
  font-family: Neo !important;
  direction: rtl;
  text-align: right;
  background-color: #fafafa;
  position: relative;
}
body::-webkit-scrollbar {
  width: 9px;  /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #eeeeeea4; 
  /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #efd01c;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 1px solid #efd01c;   /* creates padding around scroll thumb */
}
@font-face {
  font-family: Neo;
  src: url(../css/NeoSansArabic.ttf);
}

/*custom*/
:root {
  --main-color: #efd01c;
  --sub-color: #17a2b8;
  --bgColor : #f1f2f6;/* #F6F8FB;*/
  --boxShadow  :0px 4px 8px #eee;
  --formShadow  :0px 4px 8px #efd01c;
  --footerColor :#777;
}
a {text-decoration: none !important;}
button:focus {outline: none;}
.form-control:focus {box-shadow: none;}
.title {
  position: relative;
  display: inline-block;
}
.title::before {
  position: absolute;
  width: 0;
  height: 0;
  left: -15px;
  top: 10px;
  border-right: .4em solid transparent;
  border-bottom: .4em solid transparent;
  border-left: .4em solid #efd01c;
  content: '';
  transform: rotate(315deg);
}
.title::after {
  position: absolute;
  width: 0;
  height: 0;
  right: -15px;
  top: 18px;
  border-right: .4em solid transparent;
  border-bottom: .4em solid transparent;
  border-left: .4em solid #efd01c;
  content: '';
  transform: rotate(133deg);
}
.spinning {
animation-name: spin;
animation-duration:3s; /* How long lasts 1 turn */
animation-iteration-count: infinite;
animation-timing-function: linear;
}

@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}
.dif {
background: none !important;
  color: #777 !important;
  border: 1px solid #777 !important;
}
.bx {
  background-color: #fff;
  padding: 0px 20px;
  box-shadow: 0px 5px 4px 4px #eeeeee96;
}
.loader {
  margin: auto;
  display: none;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #efd01c; /* Blue */
  border-radius: 50%;
  width: 48px;
  height: 48px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.pages {display: none;}
.success {
padding: 20px;
border-radius: 5px;
box-shadow: 0px 5px 8px 0px #ddd;
background-color: #fff;
border: 1px solid #ddd;
width: 400px;
margin: 100px auto;
position: relative;
}
.success img {
width: 65px;
position: absolute;
top: -34px;
left: calc(50% - 30px);
}
.success h4 {
color: #777;
font-size: 20px;
margin-top: 20px;
}
.verify {
padding: 20px;
border-radius: 15px;
box-shadow: 0px 20px 20px -12px #ccc;
border: 1px solid #eee;
background-color: #fff;
margin: 10px 0px;
}
.verify input {
border-radius: 10px;
border: 1px solid #555;
margin-bottom: 10px;
display: inline-block;
width: 70px;
padding: 7px;
text-align: center;
}
.verify input:focus {outline: none;box-shadow: none;}
.verify input[type="submit"] {
border: 1px solid var(--footerColor);
background-color: var(--footerColor);
color: #fff;
font-size: 14px;
cursor: pointer;
border-radius: 30px;
transition: all .3s ease-in-out;
width: 115px;
padding: 18px 22px;
margin: 20px auto 10px auto;
line-height: 0;
}
.verify input[type="submit"]:hover , .verify input[type="submit"]:focus {background-color: var(--footerColor) !important;box-shadow: none;}
.percent {
position: fixed;
left: 0;
top: 50%;
background-color: #fff;
z-index: 888;
padding: 10px;
border-radius: 0px 25px 25px 0px;
box-shadow: 0px 2px 4px 0px #ddd;
cursor: pointer;
}
.percent img {width: 30px;}
/*custom*/

#signSpan {
  display: inline-block;
  margin-left: 37px;
  margin-top: 4px;
  cursor: pointer;
}
.sign-options {
  position: absolute;
  text-align: center;
  top: 74px;
  width: 380px;
  background-color: #fff;
  z-index: 8888;
  left: 62px;
  border: 1px solid #eee;
  padding: 20px 25px 10px 25px;
  display: none;
}
.sign-options::before {
  position: absolute;
  content: '';
  top: 22px;
  height: 79%;
  width: 1px;
  background-color: var(--mainColor2);
}

.sign-options p {
  font-size: 14px;
  margin: 23px 0px;
  height: 20px;
  line-height: 1.5em;
  color: gray;
}
.sign-options h5 {color: #777;font-size: large;}
.sign-options a {
  background-color: var(--footerColor);
  color: #fff;
  font-size: 14px;
  padding: 9px 18px 11px;
  border-radius: 25px;
  margin: 5px auto;
  width: 108px;
  text-align: center;
  display: inline-block;
}

/*start sign*/
/* forgotPass */
.forgotPass h5 {
font-size: 16px;
text-align: center;
line-height: 1.4em;
}
#forgotPass input {
border: 1px solid #ddd;
border-radius: 25px;
width: 100%;
height: 48px;
font-size: 14px;
margin: 15px 0px;
padding: 10px 12px;
}
.forgotPass img.f {width: 110px;}
.forgotPass .modal-header {padding-bottom: 0px;}
.forgotPass .modal-body {text-align: center;padding-top: 0;}


.parent-sign{
  margin: 60px 0;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.parent-sign .boxImg{position: relative;overflow: hidden;height: 100%;}
.parent-sign .boxImg::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
}   
.parent-sign .boxImg img{
  width: 100%;
  height: 100%;
}
.parent-sign .text-title{
  position: absolute;
  top: 30%;
  left: 23%;
}
.parent-sign .text-title img{
  width: 140px;
  height: auto;
  background-color: #fff;
  padding: 10px;
  border-radius: 14px;
  margin: 20px auto;
  display: block;
}
.parent-sign .text-title h3{
  color: #fff;
  font-weight: bold;
}
.sign {
    padding: 25px;
}
.sign .icon-sign {
  background-color: #ffffff;
  width: 80px;
  margin: auto;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px #ccc;
  padding-top: 12px;
  border: 1px solid #ddd;
  margin-bottom: 13px;
}
.sign .icon-sign img{
  display: block;
  margin: auto;
  width: 50px;
}
.sign input {
  font-size: 13px;
  height: 43px;
  margin: 10px 0;
}
.sign label {
  font-weight: bold;
  color: #17a2b8;
}
.sign input:focus ,
.sign .submit:focus
{
    outline: none;
    border-color: #17a2b8;
    box-shadow: none;
}
.sign a {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: none;
    padding: 13px 0;
    text-align: center;
    font-size: 14px;
}
.sign a i {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 17px;
}
.sign .submit {
    background-color: #17a2bc;
    padding: 13px 0px;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 20px;
    border: none;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    box-shadow:0px 4px 8px 0px #ccc;
    border: 1px solid transparent;
}
.sign .submit:hover {
    background-color: #fff;
    color: #17a2bc;
    border: 1px solid #ccc;
}
.sign .span {color: #777;}
.sign h6 {
    display: inline-block;
    padding-right: 6px;
    color: #777;
}
/*End sign*/

.holder {position: relative;overflow: hidden;}
nav {direction: rtl;background-color: #fff;padding-bottom: 0px;}
nav .navbar-nav { padding-right: 4px;}
nav .navbar-light .navbar-nav .active>.nav-link {
  color: #fff !important;
}
.navbar-nav .nav-link {
  font-size: 17px;
  color: #333;
  cursor: pointer;
  transition: all .3s ease-in-out;
  position: relative;
  box-shadow: none;
  margin-right: 7px;
}
.navbar .nav-link::before {
  position: absolute;
  content: '';
  bottom: -24px;
  right: 0px;
  background-color: var(--main-color);
  transition: all .3s ease-in-out;
  width: 0px;
  height: 3px;
  border-radius: 25px;
}
.navbar .nav-link:hover::before {width: 100%;}

.navbar-nav .dropdown-menu {text-align: right;top: 40px !important;}
.navbar-nav .dropdown-item {padding: 5px !important;transition: all .3s ease-in-out;}
.dropdown-toggle::after {margin-right: .255em;}
.navbar-light .navbar-brand {
  color: rgb(225, 116, 12);
  font-size: 30px;
  letter-spacing: .2em;
  font-weight: bold;
}
.navbar .sign {float: left;}
.navbar .sign a {text-decoration: none;color: #777 !important;font-weight: bold;} 
nav .en {
  background-color: var(--main-color);
  color: #fff !important;
  transition: all .3s ease-in-out;
  border-radius: 25px;
  padding: 5px 10px 9px 10px !important;
  margin-top: 4px;
}
.navbar .navigation {
  position: absolute;
  top: 15px;
}
.navbar .navigation li {
  display: inline-block;
  margin-left: 16px;
  font-size: 14px;
  cursor: pointer;
}
/* header */
.header {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/header.jpg');
  background-attachment: fixed;
  position: relative;
}
.header .overlay {
  position: absolute;
  transition: all .3s ease-in-out;
  width: 100%;
  height: 100%;
  background-color:rgba(0, 0, 0, .6);
  top: 0px;
  right: 0px;
}
.header .overlay .content {margin-top: 110px;text-align: right;}
.header .overlay .content h1  , .header .overlay .content h4
{color: #fff;}
.header form {
  background-color: #fff;
  padding: 40px 20px;
  margin: 70px 10px 20px 10px;
  border-radius: 10px;
}
.header form h4 {text-align: center;color: #fff;margin: 5px 0px 25px;}
.header form .form-control {
  margin: 10px auto;
  padding-right: 10px !important;
  height: 44px;
  background: #f1f2f6;
}
.header form label {
  text-align: right !important;
  color: #333;
  margin: 10px 0px;
  display: block;
}
.header form button {
  margin-top: 45px;
  border-radius: 25px;
  padding-bottom: 8px;
  font-size: 15px;
}
#chooseBus .dropdown {width: 100%;}
#chooseBus .dropdown-parent .dropdown-link:after {
transform: rotate(180deg);
left: 20px;
right: unset;
}
#chooseBus .dropdown-item {text-align: right;}
#chooseBus .dropdown-selected .dropdown-link {
  background: #17a2b8;
  color: #ffffff;
  text-align: right;
}
#chooseBus .dropdown-toggle::after {
left: 10px;
top: 20px;
position: absolute;
color: #777;
}
#chooseBus .dropdown-toggle .dropdown-text {color: #777;}
#chooseBus .dropdown-toggle {
border: 1px solid #ced4da;
width: 100%;
border-radius: 4px;
box-shadow: none;
display: block;
background: #f1f2f6 !important;
}
#chooseBus .dropdown-toggle .dropdown-icon {display: none;}
.count {margin-top: 13px;padding: 0px;text-align: right;}
.count li {display: inline-block;}
.count .change-cart  {
  background: #fff;
  color: #6c757d;
  box-shadow: 0px 0px 4px 0px #eee;
  border: 1px solid #ddd;
  font-size: 21px;
  border-radius: 50%;
  width: 35px;
  padding-top: 1px;
  box-shadow: none;
  height: 35px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.header .count .change-cart  {
  background: #f1f2f6;
}

.count .change-cart:hover ,  .count .change-cart:focus {background: #fff !important;}
.count input.cart-amount {
    background: none;width: 36px;text-align: center;font-size: 16px;border: none;
    border: none;
    font-size: 16px;
    text-align: center;
  }
  .count input:hover {background: none !important;}
  .btns {
    margin: -80px auto 40px;
    background-color: #fff;
    width: 500px;
    padding: 20px;
    border-radius: 20px;
    background: #f1f2f6;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  }
.btns button {
    background: none;
    border: 1px solid var(--sub-color);
    width: 140px;
    padding: 7px;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    margin: auto 10px !important;
    transition: all .3s ease-in-out;
}
.btns button.actBtn {
    background-color: var(--sub-color);
    color: #fff;
    border: 1px solid transparent;
}
.back {display: none;position: relative;}
.back i.fa-times {
  position: absolute;
    left: 0;
    top: 7px;
    font-size: 14px;
    color: #777;
    cursor: pointer;
}
/* End header */

/* start about */
.about {
padding: 40px 0px;
}
.about .holder {
background-color: #fff;
box-shadow: 0px 20px 14px -12px #eee;
border-radius: 5px;
overflow: hidden;
border: 1px solid #eee;
padding: 20px 25px;
}
.about .image {
text-align: center;
overflow: hidden;
}
.about .image img {width: 100%;margin: auto;}
.about .text {margin-top: 65px;}
.about .text h4 {
color: var(--mainColor);
display: inline-block;
padding-bottom: 10px;
border-bottom: 1px solid;
}
.about .text p {
line-height: 1.7em;
color: #777;
font-size: 15px;
margin: 15px 0px;
}
.about .play {
width: 40px;
height: 40px;
margin: 20px 0px;
cursor: pointer;
}
.about span {
display: inline-block;
color: var(--mainColor);
font-weight: bold;
}
/* End about */

/* safety */
.safety {
  padding: 40px 0px;
  background-color: var(--bgColor);
  margin-bottom: 40px;
  box-shadow: var(--boxShadow);
}
.img-holder {overflow: hidden;margin-bottom: 20px;}
.img-holder img {width: 100%;}
/* .safety .pay {margin-top: 70px;}
.safety .pay h4 {
  font-size: 26px;
  font-weight: bold;
  margin: 15px 0px;
}
.safety .pay p {font-size: 18px;}
.safety .pay ul {margin-top: 40px;}
.safety .pay ul li {
  display: inline-block;
  margin: 10px 0px;
  color: #777;
}
.safety .pay ul li img {width: 70%;} */
.services {padding: 100px 0px 40px;}
.services h3 {margin: 0px 0px 30px;}
.services .serv {
  border-radius: 5px;
  margin: 10px 0px;
  box-shadow: 0px 4px 8px 0px #ddd;
  background-color: #fff;
  overflow: hidden;
  padding: 25px 20px;
}
@media screen and (max-width: 480px) {
.services {
    display:none;
}
}
.services .serv img {width: 70px;margin-bottom: 15px;opacity: .6;}
.services .serv h5 {color: var(--main-color);font-weight: bold;margin: 0px 0px 20px;font-size: 17px;}
.services .serv a {
border: none;
border-radius: 25px;
padding: 10px 19px 11px;
cursor: pointer;
color: #fff;
font-size: 13px;
background-color: var(--footerColor);
}
.services .serv a:hover {color: #fff !important;}
.services .serv a i {font-size: 10px;}
.services .serv p {
  line-height: 1.6;
  color: #777;
}
/* End safety */

/* start travel */
.travel {padding: 50px 0px;}
.travel .pages {
  background: #777;
}
.travel .links {margin-top: 40px;}
.travel .links a {
  /* color: #333 !important; */
  color: white !important;
  display: block;
  margin: 20px 0px;
  font-size: 16px;
  text-decoration: none;
}
.travel .links a i {color: #efd01c;}
.main {padding: 0;margin-top: 30px;margin-bottom: 30px;text-align: center;}
.main li {
display: inline-block;
margin-right: 10px;
cursor: pointer;
font-size: 16px;
border-bottom: 1px solid var(--footerColor);
padding: 10px 20px;
transition: all .3s ease-in-out;
color: var(--footerColor);
background: transparent;
border-radius: 0px;
}
.main li:hover , .main li.active {
/* background-color: var(--footerColor); */
background: #efd01c;
color: #fff;
border-radius: 5px;
} 
.main li.active {
  border-bottom: 0;
}
@media screen and (max-width: 480px) {
.travel {
    display:none;
}
}
/* End start travel */
.direction {position: relative;overflow: hidden;}
.direction .arrows {
position: absolute;
right: 0px;
top: 0px;
background-color: #efd01c;
color: #fff;
width: 185px;
height: 106px;
padding: 14px 0px 14px 45px;
font-weight: bold;
line-height: 4.3em;
clip-path: polygon(48% 0%, 100% 0%, 100% 100%, 0% 100%);
font-size: 19px;
}
.direction .arrows i {font-size: 15px;}
/* my trips */
#myTrips {
background-color: #fff;
border: 1px solid #eee;
padding: 0px 10px;
box-shadow: 0px 3px 6px 0px #eee;
margin: 37px 0px 70px;
display: table;
}
#myTrips thead th {
background: #777777;
color: #fff;
font-weight: normal;
text-align: center;
}
#myTrips td{
vertical-align: middle !important;
text-align: center;
}
#myTrips .cat {
background-color: #777777;
color: #fff;
border-radius: 25px;
padding: 7px 15px;
font-size: 13px;
display: inline-block;
}
#myTrips i.fa-arrow-left {
font-size: 12px;
margin: 0px 4px;
}
h2.Title {color: #666;position: relative;margin-bottom: 40px;margin-top: 40px;}
h2.Title::before{
position: absolute;
content: '';
top: 44px;
left: 36%;
width: 60px;
height: 3px;
background-color: #17a2b8;
border-radius: 20px;
}
h2.Title::after{
position: absolute;
content: '';
top: 44px;
right: 36%;
width: 60px;
height: 3px;
background-color: #17a2b8;
border-radius: 20px;
}
h2.Title img{width: 40px;}

.noTrips {
width: 470px;
background-color: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0px 4px 6px 0px #ddd;
margin: 20px auto;
}
.noTrips h4 {
margin: 15px 0px;
}
.noTrips a {
background-color: #0fa3b9;
color: #fff;
padding: 8px 27px 12px;
border-radius: 25px;
margin: 8px 0;
display: inline-block;
cursor: pointer;
box-shadow: 0px 0px 4px 0px #0fa3b9;
}
/* End my trips */

/* destinations */
.destinations {padding: 40px 0px;margin: 20px 0px;}
.destinations h2 {color: #666;position: relative;margin-bottom: 40px;}
.destinations h2::before{
 position: absolute;
 content: '';
 top: 44px;
 left: 36%;
 width: 60px;
 height: 3px;
 background-color: #17a2b8;
 border-radius: 20px;
}
.destinations h2::after{
 position: absolute;
 content: '';
 top: 44px;
 right: 36%;
 width: 60px;
 height: 3px;
 background-color: #17a2b8;
 border-radius: 20px;
}
.destinations h2 img{width: 40px;}
.destinations .area {
   margin: 20px 0px;
   position: relative;
   border-radius: 7px;
   padding: 20px;
   transition: all .4s ease-in-out;
   background-color: #fdfdfd;
   box-shadow: 0px 0px 8px 0px #ddd;
}
.destinations .area .img-over {overflow: hidden;border-radius: 10px;box-shadow: 0px 38px 5px -35px #888;}
.destinations .area img {width: 100%;height:230px;transition: all .4s ease-in-out;}
.destinations .area:hover img {transform: scale(1.1);}
.destinations .area:hover span::before{height: 100%;}
.destinations .area p {
 font-size: 20px;
 margin: 14px;
 color: #c7ae1b;
 font-weight: bolder;
}
.destinations .area span{
 background-color: #17a2b8;
 color: #fff;
 padding: 7px 40px;
 margin: 5px;
 display: inline-block;
 border-radius: 6px;
 box-shadow: 0px 0px 4px 0px #ccc;
 overflow: hidden;
 position: relative;
 transition: all .3s ease-in-out;
}
.destinations .area span::before{
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 0;
   background-color: rgb(255 218 0 / 17%);
}
/* destinations */


/* app */
.app {
  padding: 50px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/white\ bus.jpg');
  position: relative;
}
.app .overlay {
  position: absolute;
  transition: all .3s ease-in-out;
  width: 100%;
  height: 100%;
  background-color:rgba(0, 0, 0, .8);
  top: 0px;
  right: 0px;
}
.app h3 {color: #fff;}
.app .content a img {
  width: 175px;
  margin-left: 5px;
  height: 55px;
  border-radius: 7px;
}
/* .app .content b {color: #fff;margin: 10px 0px;display: inline-block;} */
.app .content p {padding: 10px;font-size: 17px;line-height: 1.6em;color: #ffffffc9;margin: 20px 0px;}

@media screen and (max-width: 480px) {
.app {
    display:none;
}
}
/* End app */

/* categories */
.categories {
  padding: 50px 0px;
  background-color: var(--bgColor);
}
.categories  .owl-carousel .owl-nav.disabled {display: block !important;}
.categories .owl-carousel .owl-nav button span {   
  position: absolute;
  top: 10px;
  left: 18px;

}
.categories .owl-carousel .owl-nav button:focus {outline: none;}
.categories .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 37%;
  right: -70px;
  box-shadow: 0px 0px 8px #efd01c;
  line-height: .5em;
  background-color: var(--main-color);
  height: 50px;
  width: 50px;
  border-radius: 10px;
  color: #fff;
  font-size: 43px;
}
.categories .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 37%;
  left: -70px;
  box-shadow: 0px 0px 8px #efd01c;
  line-height: .5em;
  background-color: var(--main-color);
  height: 50px;
  width: 50px;
  border-radius: 10px;
  color: #fff;
  font-size: 43px;
}
.categories .item {padding: 15px 0px;}
.categories .card {
box-shadow: 0px 4px 8px 0px #ddd;
border-radius: 12px;
height: 330px;
position: relative;
margin-bottom: 35px;
border: 0;
}
.average {
position: absolute;
background-color: #eee;
border: 1px solid #efd01c;
bottom: -25px;
left: 10%;
border-radius: 6px;
padding: 5px 10px;
width: 200px;
text-align: center;
}
.average h5 {direction: rtl;}
.categories .card .card-img-top {height: 190px;}
.categories .card-body {padding-top: 7px;}
.categories .card .card-body small {margin-bottom: 7px;display: inline-block;}
.categories .card b {
  color: var(--main-color);
  display: inline-block;
  margin: 10px 0px;
}
.categories .card .card-body h5 {font-size: 14px;}
.categories  .content {margin: 20px 0px 40px 0px;}
.categories  .card ul {padding-right: 0px;margin-bottom: 0px;text-align: center;}
.categories  .card ul li {display: inline-block;margin-left: 5px;padding: 5px 5px 5px 0px;}
.categories  .card ul li img {width: 19px;}
@media screen and (max-width: 480px) {
.categories {
    display:none;
}
}
/* End categories */

/* start arrival time */
.arrivalTime .timeLine , .arrivalTime .editSearch{
  padding: 20px 15px;
  background-color: #fff;
  box-shadow: 0px 4px 8px #ddd;
  margin-bottom: 20px;
  border-radius: 6px;
}
.arrivalTime .timeLine  {margin: 15px 0px;}
.arrivalTime .editSearch {position: relative;display: none;}
.arrivalTime .editSearch .fa-times {
  position: absolute;
  left: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 4;
}
.arrivalTime .editSearch .quantity__input {width: 66px;}
.arrivalTime .editSearch label {margin-bottom: 1rem;}
.arrivalTime .editSearch button {margin-top: 38px;}
.arrivalTime .editSearch select {padding: 0px 5px;}
.arrivalTime .details .filteration {direction: ltr;}
.arrivalTime  strong {display: block;margin-bottom: 10px;}
.arrivalTime .details .filteration ,
.arrivalTime .details .direction ,
.arrivalTime .details .ticket , 
.tripDetails ,
.booking .chair , .booking .user , .booking .e-pay

{
  padding: 20px 15px;
  background-color: #fff;
  box-shadow: 0px 4px 8px #ddd;
  margin-bottom: 20px;
  border-radius: 6px;
}
.arrivalTime .details .direction img {width:30px;margin:20px  auto;}
.arrivalTime .details .direction h4 {
  font-weight: bold;
  font-size: 17px;
  }
  .arrivalTime .details .ticket img {
    width: 45px;
  margin: 0px auto 10px auto;
  }
  .arrivalTime .tripTime  {padding: 20px 0px;}
  .arrivalTime .tripTime  .chooseTrip ,
  .arrivalTime .tripTime  .choose ,
  .arrivalTime .tripTime  .delete
  {
    background-color: var(--main-color);
  border: none;
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 5px;
  }
  .arrivalTime .tripTime .b {
    font-size: 12px;
  background-color: #aaa;
  color: #fff;
  padding: 5px 10px;
  border-radius: 18px;
  cursor: pointer;
  margin-top: 20px;
  display: block;
  text-align: center !important;
  }
  .arrivalTime .tripTime h6 {
    margin: 0px 0px 10px;
  }
.tripDetails img {
      width: 27px;
    margin: 10px auto 10px auto;
    }
 .tripDetails span {
      color: #17a2b8;
      font-weight: bold;
    }
.tripDetails button {
      background: no-repeat;
      border: none;
      background-color: #dc3545;
      display: block;
      width: 100%;
      border-radius: 3px;
      padding: 7px 10px;
      cursor: pointer;
      text-align: center !important;
  }
 .tripDetails h6 {margin: 10px 0px;}
 .tripDetails h5 {font-size: 16px;}
  .arrivalTime .noTrips p {font-weight: bold;}
  .arrivalTime .noTrips button {
    background: none;
  border: none;
  color: #17a2b8;
  text-decoration: underline;
  cursor: pointer;
  }
  .modal .modal-body a {
    display: block;
  margin-bottom: 25px;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  color: #fff !important;
  text-align: center !important;
  padding: 13px 0;
  font-size: 14px;
  box-shadow: 0px 4px 8px 0px #ccc;
  }
  .modal .modal-body  .envelope {
  background-color: orange;
  transition: all .3s ease-in-out;
}
.modal .modal-body  .facebook {
  background-color: #004085;
  transition: all .3s ease-in-out;
}
.modal .modal-body h5 {
display: block;
  margin: 10px 0px 20px;
  font-size: 15px;
  text-align: center;
}
.modal .modal-body .new {
box-shadow: none;
  color: #007bff !important;
}
.modal  .modal-header {border: none !important;}
.modal .modal-body h4 {
text-align: center;
  margin-bottom: 17px;
}
/* End arrival time */

/* buses */
.bus {
  padding: 50px 0px;
  margin: 30px 0px;
}
.box {
padding: 40px 10px;
background-color: #fff;
border-radius: 3px;
box-shadow: 0px 0px 4px 0px #ddd;
}
.image {overflow: hidden;text-align: center;}
.image img {width: 100%;}
.busInfo h3 {color: var(--mainColor);}
.busInfo h5 {
font-size: x-large;
display: inline-block;
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
}
.busInfo p {
font-size: 17px;
color: #777;
padding: 10px 0px 10px 15px;
line-height: 1.4em;
margin-bottom: 40px;
} 
/* End buses */

/* booking */
.booking h4 {color: var(--sub-color);font-size: 20px;}
.booking .user img {
    width: 70px;
    background-color: #eee;
    border-radius: 10px;
    margin: auto;
  }
  .booking .user ul {padding-right: 0px;}
.booking .chair button {
  border: none;
  transform: rotate(-90deg);
  padding: 0px;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #ddd;
  color: #777;
  transition: all .3s ease-in-out;
  margin: 0px 1px;
}
.booking .chair button.reserved {
background-color: var(--sub-color);
color: #fff;
}
.booking .chair h5 {font-size: 18px;}
.booking .chair strong {
  margin-bottom: 8px;
  display: block;
}
.booking .e-pay label {display: block;cursor: pointer;}
.booking .e-pay label img {width: 80px;}
/* End booking */

/* manage booking */
.manage-booking {
margin-top: 40px;
margin-bottom: 40px;
padding: 40px;
background-color: #fff;
box-shadow: 0px 2px 4px 0px #eee;
}
.manage-booking ul {padding: 0;margin-top: 20px;}
.manage-booking ul li {
padding: 15px 10px;
border-bottom: 1px solid #eee;
background-color: #eeeeee6e;
cursor: pointer;
transition: all .3s ease-in-out;
}
.manage-booking ul li.active , .manage-booking ul li:hover {
background-color: #efd01c;
color: #fff;
}
.manage-booking form {
background-color: #fff;
box-shadow: 0px 2px 4px 0px #eee;
padding: 20px;
}
.manage-booking form input {
border-radius: 7px;
  height: 40px;
  padding: 0px 10px;
  border: 1px solid #eee;
  width: 60%;
}
.manage-booking form select::-ms-expand{
background: #efd01c;
}
.manage-booking form select {width: 60%;height: 40px;border: 1px solid #eee;cursor: pointer;}
.manage-booking form input , .manage-booking form label , .manage-booking form select {display: block;margin: 15px 0px;}
.manage-booking form input:focus , .manage-booking form label:focus , .manage-booking form select:focus {outline: none;}
.manage-booking form button {
border: none;
border-radius: 7px;
padding: 10px 19px 11px;
cursor: pointer;
color: #fff;
font-size: 14px;
background-color: var(--footerColor);
}
.form {display: none;}
/* End manage booking */

/* contact */
.contact {padding: 50px 0px;}

.contact form , .contact-list , .map{
  padding: 20px;
  box-shadow:#dddddd52 25px 37px 20px -9px;
  border-radius:25px 0px 25px 25px;
  background-color: #fff;
  margin: 20px 0px;
  border: 1px solid #eeeeee38;
}
.contact form input , .contact form textarea
{
  background: none;
  border: 1px solid #eee;
}
.contact form input:focus , .contact form textarea:focus 
{
  box-shadow: none;
  outline: none;
}
.contact form label , .contact form input , .contact form textarea {margin: 7px 0px;}
.contact form button {
  background-color: var(--footerColor);
  padding: 7px 20px 9px 20px;
  color: #fff;
  box-shadow: 0px 0px 4px 0px #fff;
  cursor: pointer;
  border: none;
  display: inline-block;
  border-radius: 25px 0px 25px 25px;
  margin: 10px 0px;
}
.contact-list li {
  margin: 8px 0px;
}
.contact-list li i {color: var(--main-color);height: 20px;width: 20px;}

/* footer */
footer {
background-color: var(--footerColor);
padding: 40px 0px 5px 20px;
}
footer h5 {color: #fff;display: inline-block;border-bottom: 1px solid #fbfbfb;padding-bottom: 3px;margin-bottom: 20px;}
footer ul.site {padding: 0;display: block;}
footer ul.site li 
{
display: inline-block;
margin-right: 10px;
}
footer ul.site li a {color: #fff !important;}
footer .copyright span {color: #fff;}
footer .social {
text-align: center;
margin-bottom: 20px;
}
footer .social a {
padding: 6px;
color: var(--footerColor);
background-color: #fff;
border-radius: 1px 50% 50% 50%;
margin: 0px 2px 10px 2px;
cursor: pointer;
font-size: 18px;
height: 40px;
width: 40px;
display: inline-block;
}

/* End footer */
.scroll_up {
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 66;
  left: 30px;
  bottom: 40px;
  transition: all .3s ease-in-out;
}
.scroll_up i {
  color: #fff;
  display: none;
  padding: 11px 13px;
  font-size: 23px;
  height: 45px;
  width: 45px;
  box-shadow: 0px 0px 8px #efd01c;
  background-color: var(--main-color);
  border-radius: 10px;
}
/* ######## */
#percent .col-md-4 {padding: 0px;}
#percent .col-md-4 .card {margin: 0px 5px 13px 4px;}
#percent .modal-body {
padding: 1rem 2rem;
height: 500px;
overflow-y: scroll;
}
#percent .card {
overflow: hidden;
margin: 14px 0px;
box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
}
#percent .card-text {    
line-height: 1.4em;
font-size: 15px;
margin-bottom: 13px;
}
#percent .card img {height: 160px;}
#percent .card-body {    
position: absolute;
text-align: center;
background-color: #333333b5;
width: 100%;
height: 100%;
bottom: 0px;
left: 0px;
padding: 50px 2px 0px 2px;
}
#percent .card-body a {
box-shadow: unset !important;
  margin: 3px 0px;
  padding: 6px 18px;
  display: inline-block;
  font-size: 16px;
}
#percent .modal-header .close {
margin: 0px !important;
background-color: #d94f4f;
color: #fff;
width: 40px;
height: 40px;
opacity: 1;
transition: all .3s ease-in-out;
border-radius: 4px;
padding: 0px !important;
}
.perc {
text-align: center;
position: absolute;
width: 190px;
height: 46px;
font-size: 18px;
color: #fff;
font-weight: bolder;
padding-right: 20px;
padding-top: 10px;
top: 12px;
left: -34px;
background-color: #FBC212;
transform: rotate(
-35deg
);
z-index: 999;
}
/* media query */
@media (min-width: 576px)
{
.modal-dialog {
  max-width: 730px;
}
}
@media (max-width: 575px)
{
.modal-dialog {
  max-width: 400px;
}
.perc {
height: 30px;
  font-size: 13px;
  padding-top: 6px;
  left: -42px;
}
}
@media(min-width:768px) {
  .fixed-icon , .fixed-sidebar , .hidden-log {display: none;}
}
@media(max-width:767px) {
.rr {margin-right: 0px !important;}
.arrows {display: none;}
  .arrivalTime .editSearch label {margin-top: 15px;}
  .manage-booking form input , .manage-booking form select {width: 100%;}
  .navbar .nav-link::before {display: none;}
  .fixed-icon , .fixed-sidebar {display: block;}
  .hidden-log {
    position: absolute;
    left: 80px;
    color: #333 !important;
    top: 42px;
    display: block;
  }
  .busInfo {margin-top: 20px;}
  .travel .image-holder img {width: 100%;}
  .percent {bottom: 3%;top: unset;}

  .travel .main {
    display: block !important;
  }
}
@media(max-width:414px) {
#percent .close {
  line-height: 35px;
  font-weight: normal;
  font-size: 27px;
}
.btns {width: auto;padding: 20px 0px;margin: -80px 17px 40px;}
.btns button {
  width: auto;
  padding: 7px 10px;
  margin: 0px !important;
  font-size: 13px !important;
}
.noTrips {width: auto;}
.manage-booking ul li {font-size: 14px;}
#chairs {zoom: 77%;}
.categories .owl-carousel .owl-nav button.owl-prev ,
.categories .owl-carousel .owl-nav button.owl-next {display: none;}
.categories .card {margin-left: 20px;margin-right: 20px;}
.average {left: 16%;}
.social {text-align: right !important;}
.social a {text-align: center;}
.app .content , .img-holder {text-align: center;}
.app a {
  margin: 12px 0px;
  display: block;
}
.title::after , .title::before {display: none;}
.main {
  display: flex;
  overflow-y: scroll;
}
#chooseBus .dropdown-toggle {
  padding: 8.75px 14px 8.75px 3px;
  background: #f1f2f6 !important;
}
.header #chooseBus .dropdown-toggle {
  background: #f1f2f6 !important;
}
.header .content {display: none;}
.navbar-light .navbar-toggler {border: none;}
#signSpan , .sign-options {display: none;}
nav .en {display: inline-block;margin-bottom: 10px;}
.boxImg {display: none;}
.about .text {
  margin-top: 13px;
}
.about .text h4 {font-size: 18px;line-height: 1.5em;}
#myTrips {
  margin: 17px 0px 25px 0px;
}
.to {width: 166px;}

  /* Shang */
  .header .overlay .container {
    margin-top: 100px;
  }

  .header .navbar-collapse {
    background: #fff;
    opacity: .9;
  }

  .header .navbar-dark .navbar-nav .nav-link {
    color: #333;
  }
}

#percent .close {
margin: 10px;
background: #333538;
color: #fff;
position: absolute;
padding: 3px;
font-size: 31px;
left: 7px;
z-index: 999999999;
opacity: 1;
border-radius: 50%;
width: 40px;
height: 40px;
line-height: 40px;
}
@media screen and (max-width: 480px) {
.percent {
    display:none;
}
}
