﻿@charset "UTF-8";
@font-face {
  font-family: "irsans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../../../Fonts/IRANSansWeb_Light.woff2") format("woff2"), url("../../../Fonts/IRANSansWeb_Light.woff") format("woff");
}
body {
  direction: rtl;
  text-align: right;
  font-family: "irsans";
  font-size: 14px;
  color: #000;
}

/**
    public styles
    **/
.dir-ltr {
  direction: ltr;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-13 {
  font-size: 13px;
}

a:hover {
  text-decoration: none;
}

.alert a {
  color: inherit;
}

.company-page header {
  border-top: 5px solid #0172aa;
  padding: 20px 0;
}
.company-page header h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.company-page header h2 {
  font-size: 15px;
}
.company-page header .company-phone, .company-page header .company-site {
  font-size: 16px;
  line-height: 30px;
}
.company-page header .company-phone i, .company-page header .company-site i {
  font-size: 20px;
}
.company-page header .company-phone {
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .company-page header h2 {
    padding-bottom: 15px;
    border-bottom: 2px solid #0172aa;
  }
}
.navbar {
  background: #f3f3f3;
}
.navbar .navbar-toggler {
  display: none;
}
.navbar .navbar-r .main_menu {
  justify-content: space-between;
  justify-content: center;
}
.navbar .navbar-r .main_menu ul.navbar-nav {
  padding: 0;
}
.navbar .navbar-r .main_menu ul.navbar-nav > li.nav-item {
  position: relative;
}
.navbar .navbar-r .main_menu ul.navbar-nav > li.nav-item a.nav-link {
  color: #000;
  text-align: center;
  word-spacing: -1px;
  cursor: pointer;
  position: relative;
  padding: 0.4rem 0.8rem;
  transition: all 0.5s ease;
}
.navbar .navbar-r .main_menu ul.navbar-nav > li.nav-item a.nav-link:hover, .navbar .navbar-r .main_menu ul.navbar-nav > li.nav-item a.nav-link.active {
  background: #0172aa;
  color: #fff;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .navbar .navbar-r .main_menu {
    display: flex;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-r {
    width: 100%;
    text-align: center;
  }
  .navbar .navbar-r .main_menu {
    position: absolute;
    width: 100vw;
    right: 0;
    background: #f3f3f3;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 3px 4px 0 #ccc;
    z-index: 3;
  }
  .navbar .navbar-r .main_menu ul.navbar-nav > li.nav-item a.nav-link {
    padding: 15px;
    border-bottom: 1px solid #eee;
    text-align: center;
  }
  .navbar .navbar-r .main_menu.show {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .navbar .navbar-r .main_menu.show ul.navbar-nav {
    padding-right: 0;
    width: 100%;
  }
  .navbar .navbar-r .navbar-toggler {
    background: #0172aa;
    border-radius: 5px;
    display: inline-block;
    margin: 0;
    padding: 3px 12px;
    font-size: unset;
  }
  .navbar .navbar-r .navbar-toggler .navbar-toggler-icon {
    padding: 0;
  }
  .navbar .navbar-r .navbar-toggler .navbar-toggler-icon .bar {
    display: block;
    height: 2px;
    width: 70%;
    background: #fff;
    margin: 4px 15%;
  }
  .navbar .navbar-r .navbar-toggler .menutitr {
    display: inline-block;
    padding: 7.5px 0;
    color: #fff;
  }
  .navbar .navbar-r .navbar-toggler:focus {
    outline: 0 none;
  }
}
.mainbody {
  background: #eee;
}
.mainbody .mainpart {
  align-items: flex-start;
  align-content: flex-start;
}
.mainbody .company-banner {
  margin: 12px 0 15px;
}
.mainbody .searchbox {
  background: #fff;
  border-radius: 7px;
  font-size: 13px;
  padding: 20px 0;
  margin: 20px 0;
  box-shadow: 0 0 5px #bbb;
}
.mainbody .searchbox > .alert {
  margin: 5px 8px;
  width: calc(100% - 16px) !important;
}
.mainbody .searchbox form .form-control {
  font-size: 13px;
}
.mainbody .searchbox form .btn {
  background: #0172aa;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
}
.mainbody .searchbox .btn {
  background: #0172aa;
  color: #fff;
}
.mainbody .needs-tips {
  background: #fff;
  border-radius: 7px;
  font-size: 13px;
  padding: 20px 0;
  margin: 20px 0;
  box-shadow: 0 0 5px #bbb;
}
.mainbody .needs-tips .icon {
  font-size: 25px;
  color: #0172aa;
  background: #eee;
  padding: 15px;
  border-radius: 50%;
}
.mainbody .needs-tips h3 {
  font-weight: bold;
  font-size: 16px;
  margin: 15px 25px;
}
.mainbody .needs-tips ul {
  text-align: right;
  min-height: 83px;
}
.mainbody .needs-tips ul li {
  list-style: none;
  color: #555;
  text-align: justify;
}
.mainbody .needs-tips ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  color: #008000;
  font-weight: 900;
  padding-left: 5px;
  padding-right: 5px;
}
.mainbody .needs-tips ul li a {
  color: #0172aa;
}
.mainbody .needs-tips a.link {
  color: #0172aa;
  font-weight: bold;
}
.mainbody .needs-tips a.link:after {
  content: " > ";
  display: inline-block;
  padding-right: 5px;
}
.mainbody .needs-tips a.link:hover {
  text-indent: -3px;
}

.servicebox {
  background: #fff;
  margin: 15px 0;
  padding: 20px 0 20px;
}
.servicebox .company-part {
  border-left: 2px solid #ccc;
}
.servicebox .time-move {
  font-size: 25px;
  color: #000;
  display: block;
  font-weight: bold;
}
.servicebox .date-move {
  font-size: 15px;
  color: #000;
  display: block;
  margin-bottom: 7.5px;
}
.servicebox .company-name {
  color: #777;
  font-weight: bold;
}
.servicebox .gg-arrow-long-right {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(3);
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  box-shadow: inset 0 0 0 2px #ccc;
  width: 16px;
  height: 5px;
}
.servicebox .gg-arrow-long-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 3px;
  height: 3px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  transform: rotate(45deg);
  left: 0;
  bottom: -1px;
}
.servicebox .strikethrough {
  position: relative;
}
.servicebox .strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.servicebox .from-to {
  position: relative;
}
.servicebox .from-to .from-origin {
  display: inline-block;
  width: 49%;
}
.servicebox .from-to .from-origin .terminalname {
  display: block;
  max-width: 150px;
  font-weight: bold;
}
.servicebox .from-to .arrow {
  position: absolute;
  top: 32px;
  right: 180px;
  /* display: none;*/
}
.servicebox .from-to .to-dest {
  display: inline-block;
  width: 49%;
  padding-right: 30px;
}
.servicebox .from-to .to-dest .time-arrive {
  visibility: hidden;
  min-height: 30px;
}
.servicebox .from-to .to-dest .dest-passanger {
  display: block;
  font-weight: bold;
}
.servicebox .allamounts {
  text-align: center;
  border-right: 2px dashed #777;
}
.servicebox .allamounts .off {
  display: inline-block;
  background-color: rgba(235, 147, 100, 0.5);
  color: #d3521a;
  font-weight: bold;
  border-radius: 0 40% 40% 0;
  position: absolute;
  left: -4px;
  top: 0px;
  padding: 5px 10px;
  text-align: center;
  width: 50px;
}
.servicebox .allamounts .old-price {
  color: #777;
}
.servicebox .allamounts .persian-price {
  letter-spacing: -0.5px;
  font-weight: bold;
}
.servicebox .seets {
  color: #777;
  font-weight: bold;
}
.servicebox .service-message-btn {
  display: inline-block;
  text-align: center;
  padding: 4px 10px;
  left: calc(10px + 25%);
  position: absolute;
  margin: -6px 0 0px;
  background: #f6f6f6;
  border-radius: 5px 5px 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  border: 0;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 0 transparent;
  border: 1px solid #ddd;
  border-bottom: 0 none;
}
.servicebox .service-message {
  background: #f6f6f6;
  padding: 5px 15px;
  margin: 21px 0px -21px;
  border-radius: 3px 3px 0 0;
  border: 1px solid #ddd;
  border-top: 0;
  line-height: 21px;
  text-align: justify;
}

@media (max-width: 767px) {
  .servicebox {
    padding: 5px 0 20px;
  }
  .servicebox .company-part {
    border: 0 none;
  }
  .servicebox .gg-arrow-long-right {
    width: 14px;
  }
  .servicebox .from-to .from-origin .terminalname {
    padding-left: 30px;
  }
  .servicebox .from-to .arrow {
    right: calc(50% - 11px);
    top: 0;
  }
  .servicebox .from-to .to-dest .time-arrive {
    display: none;
  }
  .servicebox .allamounts {
    border-right: 0 none;
    border-top: 2px dashed #777;
    padding: 15px 15px;
    margin-top: 15px;
  }
  .servicebox .allamounts .off {
    top: 5px;
  }
  .servicebox .service-message-btn {
    left: 10px;
  }
  .servicebox .company-name {
    margin-bottom: 0;
  }
  .mainbody .needs-tips ul {
    padding: 0;
  }
}
#faq-part {
  margin: 12px 0;
}
#faq-part h3 {
  font-size: 18px;
  padding: 20px 15px 15px;
}
#faq-part .card {
  border: 0 none;
  border-bottom: 1px solid #ddd;
}
#faq-part .card .card-header {
  background-color: #fff;
  border-bottom: 0 none;
}
#faq-part .card .card-header .question {
  cursor: pointer;
  text-align: justify;
}
#faq-part .card .card-header .question:after {
  content: "بیشتر >";
  color: #d3521a;
  float: left;
  font-weight: bold;
  transition: all 0.5s ease;
}
#faq-part .card .card-header .question:not(.collapsed):after {
  content: "بستن ^";
}
#faq-part .card .card-body {
  text-align: justify;
  color: #999;
}

#more-links-box {
  background: #fff;
  border-radius: 7px;
  font-size: 13px;
  padding: 10px 0;
  margin: 20px 0;
  box-shadow: 0 0 5px #bbb;
}
#more-links-box h5 {
  margin: 7px 20px 10px;
  font-size: 16px;
  font-weight: bold;
}
#more-links-box ul {
  padding: 0 25px;
}
#more-links-box ul li {
  list-style: none;
}
#more-links-box ul li a {
  display: block;
  padding: 7px 0;
  color: #444;
  font-weight: bold;
}
#more-links-box ul li a:hover {
  color: #0172aa;
}

#middle-part {
  background: #0172aa;
  padding: 30px 0;
}
#middle-part .blogitem {
  border-radius: 5px;
}
#middle-part .blogitem img {
  border-radius: 5px 5px 0 0;
}
#middle-part .blogitem .blogtitle {
  font-size: 16px;
  margin: 10px 15px;
  text-align: justify;
  line-height: 25px;
  color: #000;
  height: 48px;
  overflow: hidden;
}
#middle-part .blogitem .blogdetail {
  font-size: 14px;
  color: #999;
  margin: 10px 15px;
  height: 105px;
  overflow: hidden;
}
#middle-part .blogitem .pointer {
  padding: 10px 15px;
  text-align: left;
  display: block;
  color: #0172aa;
}
#middle-part .owl-prev, #middle-part .owl-next {
  width: 32px;
  height: 32px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  top: 40%;
  display: block;
  border: 0 solid #000;
  box-shadow: 0 0 5px #777;
  text-align: center;
  padding: 8px !important;
}
#middle-part .owl-prev:focus, #middle-part .owl-next:focus {
  outline: none;
  border: 0 none;
}
#middle-part .owl-prev i, #middle-part .owl-next i {
  color: #999;
}
#middle-part .owl-prev {
  right: -25px;
}
#middle-part .owl-next {
  left: -25px;
  margin-right: -20px;
}

@media (max-width: 767px) {
  #middle-part .owl-prev, #middle-part .owl-next {
    display: none;
  }
}
#down-part {
  background: #eee;
  padding-bottom: 1px;
}
#down-part h2 {
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
}
#down-part p {
  text-align: justify;
  line-height: 28px;
}
#down-part .company-service {
  box-shadow: 0 0 5px #eee;
  border-radius: 5px;
  padding: 15px;
  margin: 30px 0;
  height: calc(100% - 60px);
}
#down-part .company-service h3 {
  font-size: 16px;
  font-weight: bold;
}
#down-part .company-service .imgbox {
  background: url(../../../Images/NewImages/company/company-imgs.jpg) no-repeat;
  width: 320px;
  height: 200px;
  margin: -55px auto 15px;
  border-radius: 10px;
  max-width: 100%;
}
#down-part .company-service .imgbox#bus-img {
  background-position: 0 0;
}
#down-part .company-service .imgbox#taxi-img {
  background-position: 0 -200px;
}
#down-part .company-service .imgbox#parcel-img {
  background-position: 0 -400px;
}

/***
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 .dropdown-menu li a span.text {
  margin-right: 10px !important;
}

.bootstrap-select.show-tick .dropdown-item .check-mark {
  color: #54a667;
}

.bootstrap-select.show-tick .badge-success, .rules .badge-success {
  background: #54a667;
}

.bootstrap-select.show-tick .badge-danger, .rules .badge-danger {
  background: #d55e5e;
}

.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 select#OrganName ~ .dropdown-menu,
.bootstrap-select select#MemberCompany ~ .dropdown-menu,
.bootstrap-select select#Company ~ .dropdown-menu {
  top: -1px !important;
}

.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;
}

@media (min-width: 768px) {
  .fixside {
    position: sticky;
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
  }
}
.custom-content img, .custom-content img.img-responsive {
  max-width: 100%;
  height: auto;
}
.custom-content .btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.custom-content .font18 {
  font-size: 18px;
}

/****************    TAXI    *****************/
.result.servicebox.istaxi {
  position: relative;
  overflow: hidden;
  border: 1px solid #ffcb00;
}

.result.servicebox.istaxi:before {
  content: "سواری دربستی";
  display: block;
  background: #FFCB00;
  color: #000;
  font-weight: bold;
  position: absolute;
  top: calc(50% - 17px);
  width: 270px;
  transform: rotate(-90deg);
  right: -122px;
  /*z-index: 9;*/
  text-align: center;
  letter-spacing: 1px;
  padding: 3px 10px;
}

.result.servicebox.istaxi .company-part {
  padding-right: 30px;
}

.result.servicebox.isnormaltaxi {
  border: 1px solid #d3521a;
}

.result.servicebox.isnormaltaxi:before {
  content: "سواری عمومی";
  background: #d3521a;
  color: #fff;
}

@media (max-width: 768px) {
  .result.servicebox.istaxi:before {
    position: relative;
    top: -5px;
    width: 100%;
    transform: rotate(0);
    right: 0;
    margin-bottom: 5px;
  }
}
