﻿@charset "UTF-8";
#main-header {
  z-index: 999;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 2px;
}

.top-part .back-image {
  margin-top: -17px;
  height: 90px;
  background: #e4e3ec;
  display: none;
}
.top-part #searchPart {
  margin: -50px auto;
  display: none;
}
.top-part #searchPart #searchBox {
  /*background: #eee;*/
}
.top-part #searchPart #searchBox > * {
  border-radius: 5px;
  background: #fff;
  min-height: 80px;
  box-shadow: 0 0 5px #ddd;
}
.top-part .back-color {
  display: flex;
  align-items: center;
  background: #eee;
  min-height: 115px;
  margin-top: -20px;
  position: fixed;
  width: 100%;
  right: 0;
  left: 0;
  box-shadow: 0 1px 6px 1px #ccc;
  transition: transform 0.5s;
  z-index: 998;
}
.top-part .back-color .anchor-link {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 5px #ddd;
  color: #000;
  font-weight: bold;
  padding: 15px 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-out;
}
.top-part .back-color .anchor-link i {
  padding-left: 5px;
  font-size: 18px;
}
.top-part .back-color .anchor-link span {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.top-part .back-color .anchor-link:hover {
  color: #147aae;
  box-shadow: 0 0 5px #147aae;
}

/*Loader*/
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 50vh auto;
}
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #fff;
  float: right;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
/*Loader*/
.content-container {
  padding-top: 90px;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  word-break: break-word;
  padding: 10px 0 10px 15px;
  border-left: 2px solid #d3521a;
  text-align: center;
}

@media (max-width: 1199px) {
  .top-part .back-color {
    padding: 25px 0 3px;
  }
}
@media (max-width: 991px) {
  .top-part .back-color {
    padding: 45px 0 3px;
  }
  .top-part .back-color .anchor-link {
    margin-bottom: 5px;
    padding: 0px 2px;
  }
  h1 {
    border-left: 0;
    border-bottom: 2px solid #d3521a;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .top-part .back-color {
    padding: 32px 0 3px;
  }
  .top-part .back-color .anchor-link {
    height: auto;
    margin-bottom: 8px;
    padding: 6px 2px;
  }
  .top-part .back-color .anchor-link i {
    display: none;
  }
  .top-part .back-color .anchor-link .terminal-name {
    display: none;
  }
}
.font14 {
  font-size: 14px;
}

.terminal-content, .terminal-facilities {
  line-height: 27px;
  font-size: 14px;
}

.terminal-content h2 {
  font-size: 18px;
  font-weight: bold;
}

.section-titr {
  border-bottom: 2px solid #d3521a;
  text-align: right;
  margin: 20px 0 40px;
  position: relative;
  height: 25px;
}
.section-titr > strong {
  background: #fff;
  display: inline-block;
  padding: 10px 0 10px 10px;
  position: absolute;
  font-size: 16px;
}

.gray-back {
  background: #eee;
}
.gray-back .section-titr > strong {
  background: #eee;
}

/***
    FAQ
    ***/
.faq {
  font-size: 14px;
}
.faq h5 {
  margin: 0;
}
.faq button, .faq button:hover, .faq button:focus, .faq button:active:focus {
  width: 100%;
  text-align: right;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  white-space: normal;
  text-decoration: none !important;
  text-align: justify;
  font-weight: bold;
  outline: none;
}
.faq button i {
  color: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
  font-size: 24px;
  padding-left: 5px;
  display: inline-block;
}
.faq button:after {
  content: ">";
  float: left;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 25px;
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
  font-family: cursive;
}
.faq button:not(.collapsed):after {
  content: "^";
  margin-top: 5px;
}
.faq .card {
  margin-bottom: 10px;
  border-radius: 0;
}
.faq .card .card-header {
  padding: 0px;
  background: #d3521a;
  border-radius: 0;
}
.faq .card .card-body {
  background: #fff;
  line-height: 1.7;
  text-align: justify;
  padding: 10px 15px;
  border: 2px solid #d3521a;
  border-top: 0;
  border-radius: 0;
}
.faq .collapsing {
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
  display: block;
}

@media (max-width: 767px) {
  .faq button i {
    margin-bottom: 3px;
  }
}
#terminal-companies {
  padding-bottom: 30px;
}

.company-box {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px 0 20px;
  position: relative;
  margin-top: 15px;
}
.company-box img {
  min-width: 150px;
  min-height: 100px;
  margin: 4px;
  border: 1px solid #eee;
  transition: all 0.5s ease;
}
.company-box a:hover img {
  border: 1px solid #d3521a;
}
.company-box h4 {
  font-size: 13px;
  font-weight: bold;
  margin: 15px 0 5px;
}
.company-box .phone-num {
  color: #000;
}
.company-box .discount label {
  position: absolute;
  width: 80px;
  background: #e9a345;
  text-align: center;
  border-radius: 0 20px 20px 0;
  margin-top: -65px;
  line-height: 25px;
  padding: 5px 0;
  font-weight: bold;
  white-space: nowrap;
  float: left;
  display: block;
}
.company-box .buylink {
  display: inline-block;
  margin-bottom: -16px;
  font-size: 14px;
  width: 70%;
  margin-top: 10px;
  background: #dff0d8;
  color: #28a745;
  border-color: #dff0d8;
  font-weight: bold;
  transition: all 0.5s ease;
}
.company-box .buylink:hover {
  color: #000;
}

#facilities li {
  display: block;
  list-style: none;
}
#facilities li:before {
  content: " ✓ ";
  font-weight: 900;
  color: #147aae;
  font-size: 18px;
  line-height: 25px;
  vertical-align: middle;
  display: inline-block;
  padding-left: 10px;
  text-shadow: 0 0 1px #147aae;
}
#facilities img {
  border: 2.5px solid #fff;
  border-radius: 5px;
}

@media (max-width: 768px) {
  #facilities ul {
    padding-right: 15px;
  }
}
#terminal-routes .terminal-route {
  border: 1px solid #ddd;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-top: 12px;
  padding-bottom: 12px;
  white-space: normal;
  height: calc(100% - 14px);
}
#terminal-routes .terminal-route:hover {
  color: #147aae;
  box-shadow: 0 0 5px #147aae;
}
#terminal-routes #loadMoreBtn {
  background: #147aae;
  color: #fff;
  border: 0 none;
  padding: 4px 12px;
  margin: 8px 0 0;
  font-size: 13px;
  box-shadow: 0 0 transparent;
}
#terminal-routes #loadMoreBtn i {
  font-size: 13px;
}

#terminalAddress h2, #terminalAddress h3 {
  font-size: 17px;
  font-weight: bold;
}
#terminalAddress a {
  color: #000;
}

#map {
  height: 250px;
  max-height: 80vh;
  box-shadow: 0 0 5px 0px #ccc;
  border-radius: 3px;
}

/******************** Bus Search Box ***********************************/
/***
Bootstrap select
****/
.bootstrap-select .dropdown-toggle:focus {
  outline: 0 none !important;
  border-bottom: 2px solid #3fb9cf;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: 0 !important;
}

.bootstrap-select .dropdown-menu {
  /*top: 35px !important;*/
  text-align: right;
}

.bootstrap-select .dropdown-toggle .filter-option {
  text-align: right !important;
  right: 0 !important;
  left: initial !important;
}

.bootstrap-select > .dropdown-toggle {
  text-align: left !important;
}

.bootstrap-select.show-tick .badge, .rules .badge {
  padding: 5px 7px;
}

.bootstrap-select .dropdown-menu li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  padding: 2px 5px;
}

.bootstrap-select .dropdown-menu li a span.check-mark ~ .text {
  padding-right: 15px;
}

.bootstrap-select .bs-searchbox {
  padding: 1px 2px;
  margin-top: -7px;
}

.bootstrap-select .bs-searchbox input:focus {
  border: 1px solid #eee;
  border-bottom: 2px solid #3fb9cf;
  margin: 0;
}

.btn-orange {
  background: #d3521a;
  color: #fff;
}

/***************************   BUS SERVICES   **********************************/
@media (max-width: 768px) {
  .col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xs-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xs-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
.fontblack {
  color: #000;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-default-outline {
  border: 1px solid #777;
  color: #777;
  background: #fff;
}

.label-info-outline {
  border: 1px solid #147aae;
  color: #147aae;
  background: #fff;
}

.FontBold {
  font-weight: bold;
}

.font13 {
  font-size: 13px;
}

.font17 {
  font-size: 17px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.width100 {
  width: 100%;
}

.marginTop10 {
  margin-top: 10px;
}

.marginbotton10 {
  margin-bottom: 10px;
}

.paddingbottom5 {
  padding-bottom: 5px;
}

.paddingtop5 {
  padding-top: 5px;
}

.line-through {
  text-decoration: line-through;
}

.result_wrapper .panel-body {
  padding: 15px;
}

.mainside1 {
  width: 100% !important;
  max-width: 100% !important;
}

.result_wrapper {
  margin-bottom: 20px;
  border: 1px solid #dfdfdf;
  box-shadow: 0px 3px 3px #e4e4e4;
}

.row.result {
  width: 100%;
  display: block !important;
  margin: 0;
}

.row.result:after {
  clear: both;
  content: "";
  display: block;
}

.result {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 0px;
  border: 1px solid #fff;
  color: #303039;
}

.result .service-btn {
  margin-top: -10px;
  font-weight: bold;
  text-transform: uppercase;
}

.result .service-btn img {
  margin-left: -5px;
}

.result .service-btn .details-btn.selected {
  background-position: 0 43px;
}

.result .service-btn .details-btn {
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  background: url(../../../images/servicebtn.png);
  background-size: 100%;
  border-bottom-left-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  line-height: 1.42857;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 7px 55px 6px 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 381px;
  float: left;
  margin-top: 10px;
}

.result .service-btn .details-btn:hover {
  text-decoration: none;
}

.services.panel-collapse {
  background: #b6c1cc;
  margin: 0;
}

.result .service-btn .details-btn.display-seat-btn {
  float: right;
  transform: scaleX(-1);
  height: 28px;
  background-position: 0 -64px;
  margin-right: -1px;
}

.result .service-btn .details-btn.display-seat-btn > * {
  transform: scaleX(-1);
  display: inline-block;
}

@media (max-width: 1070px) {
  .result .service-btn .details-btn {
    max-width: 230px;
  }
}
@media (min-width: 768px) {
  .display-seat-body {
    padding: 15px 5px;
    border: 2px dashed #43434c;
    box-shadow: rgba(95, 95, 95, 0.4) 0 3px 3px 0;
  }
}
.display-seat-body .loadingseat {
  margin: 35px;
}

.top_info.row {
  margin: 10px 0;
}

.result .top_info .logo_buttons {
  border-bottom: 1px solid #ececec;
}

.result .top_info .price_but_buttons {
  margin-bottom: 10px;
}

.result .top_info img.logo {
  display: inline-block;
  height: 60px;
}

.result .top_info .included {
  font-weight: normal;
  font-size: 0.7em;
  margin: 0;
}

.result .top_info .departure_info {
  background: url(images/nextIco.png) no-repeat center;
}

.result_wrapper .services .label {
  display: inline-block;
  margin: 0px 2px;
}

.result label {
  color: #393939;
  font-weight: 300;
  margin-bottom: 0px;
  white-space: nowrap;
}

.label-default-outline {
  border: 1px solid #777;
  color: #777;
  background: #fff;
}

.off-badge {
  left: 5px;
  margin-top: -14px;
  width: 40px;
  font-weight: bold;
  height: 45px;
  position: absolute;
  display: inline-block;
  top: 0;
  padding: 5px 0 0;
  text-align: center;
  font-size: 14px;
}

.off-badge:after {
  content: "";
  display: block;
  width: 35.5px;
  height: 35.5px;
  background: #fff;
  transform: rotate(45deg) translate(3px, 6px);
  text-align: center;
  z-index: -1;
}

.result_wrapper.bg-info .off-badge:after {
  background: #d9edf7;
}

/*فضای قیمت بلیط*/
.result .col-lg-3.col-xs-12.col-sm-2.col-md-3.row.m-0.text-center {
  padding: 0;
}

.result .col-lg-3.col-xs-12.col-sm-2.col-md-3.row.m-0.text-center .col-xs-7.col-sm-12.col-md-12.text-center {
  padding: 0;
}

.result .label-info-outline {
  margin: 5px 0;
  display: inline-block;
  max-width: 265px;
  overflow: hidden;
}

.result_wrapper.bg-info {
  background-color: #d9edf7 !important;
}

@media (min-width: 768px) and (max-width: 1211px) {
  .off-badge {
    float: left;
    /*position: relative;*/
  }
}
@media (max-width: 767px) {
  .top-bar {
    min-height: 104px;
  }
  .row.result br.mobile-hide {
    display: none;
  }
  .row.result img {
    max-width: 55px;
    max-height: 55px;
    margin-top: -6px;
    margin-bottom: 10px;
    float: right;
    overflow: hidden;
  }
  .row.result .co-name {
    width: calc(100% - 20px);
    margin-right: 55px;
    display: block;
    word-spacing: -2px;
    min-height: 44px;
    font-weight: normal;
    margin-top: -45px;
    margin-bottom: -20px;
  }
  .row.result .co-brand:before {
    display: block;
    content: "";
    clear: both;
  }
  .row.result .co-brand {
    clear: both;
    position: absolute;
    margin-right: 60px;
    margin-top: -10px;
  }
  .travel-route {
    word-spacing: -2px;
    min-height: 30px;
  }
  .row.result .btn-success,
  .row.result .label-danger {
    width: auto;
    padding: 5px 20px;
    font-weight: bold;
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
  }
  .row.result .price-pay {
    padding: 5px 0;
    display: inline-block;
  }
  .row.result .price-without-off {
    display: block;
    margin-bottom: -10px;
    margin-top: 0px;
    position: relative;
    padding: 0;
    clear: both;
  }
  .result .date-move {
    display: block;
    text-align: left;
    direction: ltr;
    display: inline-block;
    text-align: left;
    direction: ltr;
    width: 100px;
    float: left;
  }
  .result .time-move {
    direction: ltr;
    text-align: left;
    clear: left;
    display: inline-block;
    float: left;
    width: 95px;
  }
  .taxi_result_wrapper .result .time-move {
    width: 100%;
  }
  .result .date-move:after {
    content: "";
    display: block;
    clear: both;
  }
  .result .label {
    white-space: nowrap;
  }
  .bus-type {
    width: 100%;
    display: inline-block;
  }
  .capacity {
    float: right;
    position: relative;
    margin-top: -25px;
    background: transparent;
    color: #428bca;
    clear: left;
  }
  .result .service-btn .details-btn {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 10px;
    padding-bottom: 4px;
    max-width: 190px;
    background: #b6c1cc;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    cursor: pointer;
  }
  #displaySeatModal .modal-content {
    min-width: 300px;
  }
  #displaySeatModal img.loadingseat {
    display: block;
    margin: auto;
  }
  #displaySeatModal .btn-primary {
    background-color: #147aae;
    border-color: #147aae;
  }
  .result .service-btn .details-btn.display-seat-btn {
    padding-top: 4px;
    padding-bottom: 4px;
    max-width: 85px;
    height: 24px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    background: #43434c;
    transform: none !important;
    float: left;
    cursor: pointer;
  }
  .result .service-btn .details-btn.display-seat-btn > * {
    transform: none !important;
  }
  .result .service-btn .details-btn.display-seat-btn .glyphicon {
    display: none;
  }
  .result .service-btn {
    margin-top: -10px;
  }
  .services .panel-body {
    padding: 3px 10px 5px;
  }
  .services .panel-body span.font14.label {
    font-size: 12px;
    background: #fff;
  }
  .dashed-bottom {
    display: block;
    margin-bottom: 0px;
    border-bottom: 1px dashed #777;
  }
  .result .more-info {
    margin-top: 0;
    text-align: justify;
    word-break: normal;
  }
  #listServices {
    display: block !important;
  }
  #listServices .loadingText {
    font-size: 14px;
  }
  #researchCollapse {
    display: none;
  }
  .fixside1 {
    min-height: initial;
    margin-bottom: 0;
  }
  form#prvForm input[type=submit], form#nextForm input[type=submit] {
    color: transparent;
  }
  form#prvForm > div:after, form#nextForm > div:after {
    content: "\e080";
    display: inline-block;
    position: absolute;
    display: block;
    color: white;
    top: 43%;
    left: calc(50% - 15px);
    pointer-events: none;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
  }
  form#nextForm > div:after {
    content: "\e079";
    right: calc(50% - 15px);
    left: auto;
  }
  form#prvForm > div, form#nextForm > div {
    display: inline-block;
    position: relative;
  }
  .mainside1 .alert-success {
    font-size: 14px;
  }
  div#Services > label.alert.alert-success {
    padding: 5px 2px;
  }
  .result_wrapper {
    margin-bottom: 10px;
  }
}
/****************    TAXI    *****************/
.taxi_result_wrapper .result {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #ffcb00;
}

.taxi_result_wrapper .result .taxi-label {
  display: block;
  background: #FFCB00;
  color: #000;
  font-weight: bold;
  position: absolute;
  top: calc(50% - 17px);
  width: 270px;
  transform: rotate(-90deg);
  right: -119px;
  z-index: 9;
  text-align: center;
  letter-spacing: 1px;
  padding: 5px 10px;
}

.taxi_result_wrapper .result .off-badge {
  margin-right: 25px;
}

.taxi_result_wrapper .result.resultnormaltaxi {
  border: 2px solid #d3521a;
}

.taxi_result_wrapper .result.resultnormaltaxi .taxi-label.normaltaxi-label {
  background: #d3521a;
  color: #fff;
}

@media (max-width: 768px) {
  .taxi_result_wrapper .result {
    border: 2px solid #FFCB00;
  }
  .taxi_result_wrapper .result .taxi-label {
    position: relative;
    top: 0;
    width: auto;
    transform: rotate(0);
    right: 0;
    margin-bottom: 16px;
  }
  .taxi_result_wrapper .result img {
    margin: -11px -25px 0 0;
    max-width: 110px;
  }
  .taxi_result_wrapper .result .co-name {
    margin: -45px 85px 0 0;
    min-height: 25px;
  }
  .taxi_result_wrapper .result .travel-route {
    margin-right: 85px;
  }
}
#pleaseWaitDialog {
  z-index: 99999;
}
