.footer-logo{
    max-width: 320px;
    margin-bottom: 15px;
}

.footer-style-five .social-widget .user-links li {
    margin-bottom: 7px;
}

.social-icons .tf-btn{
 display: block;
 align-items: center;
 text-align: center;
     padding: 7px 11px;
     margin-bottom: 12px;
}

.social-icons .tf-btn.third {
    border-color: #050B20;
    background-color: #fff;
    color: #050B20;
}

.action-btns-mobile {
    display: none;
}

.hide-pc{
 display: none;
}
@media(max-width: 700px){
.breadcrumb{
    margin: auto;
}
.boxcar-title h2{

}

.hide-pc{
 display: block;
}
.btn-text-header{
  display: none;
}
.footer-bottom{
      margin-bottom: 40px;
}
.action-btns-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        width: 100%;
        height: 40px;
        background-color: #fff;
        color: #050B20;
        border-top: 1px solid #050b2054;
        font-size: 16px;
        font-weight: 400;
    }

    .action-btns-mobile a {
        color: #050B20;
    }

    .action-btns-mobile i{
        margin-right: 5px;
    }

    .bl-g{
    border-left: 1px solid #050B2059;
    }
}

.header-inner .c-box .logo-inner .logo img {
    max-width: 180px !important;
}
.header-inner .right-box .box-account .icon{
    margin-top: 0px;
}
.header-style-v1 .header-inner .right-box .search{
     color: #fff;
}

.header-inner .right-box .search{
     gap: 0;
}

.mm-wrapper__blocker{
     z-index: 9000;
}
.footer-style-one .user-links li a{
 color: #fff;
}

.footer-top .top-left{
  margin: auto;
}

.search.phone{
  display: none;
}

@media(min-width: 1600px){
.search.phone{
  display: block;
}
}

.mm-listitem__text{
  padding-left: 0px;
}

.mm-navbar__title span{
 display: none;
}

.boxcar-title h2{
     text-transform: inherit;
}
.ml-2{
 margin-left: 5px;
}
.login-section form{
  border-bottom: inherit;
}

.sidebar-content li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    color: #050B20;
    font-size: 18px;
    font-weight: 500;
        text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px 10px;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
}
.sidebar-content li i{
 margin-right: 10px;
}
.account .container{
     padding-top: 0;
    padding-bottom: 0;
}

.accordion-button:not(.collapsed){
}

.form_boxes select{
width: 100%;
    background: #fff;
}

.accordion-button:not(.collapsed) {
    color: #050B20;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-item{
  border: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.car-img-div{
      border: 1px solid var(--Border, #E1E1E1);
          border-radius: 16px 16px 0 0;
            text-align: center;

}
@media (min-width: 1000px) {
    .car-img-div {
        min-height: 270px;
        position: relative;
    }
}

.vertical-center{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;

}

@media (max-width: 700px) {
    .car-img-div {
        min-height: 180px;
        position: relative;
    }
    .vertical-center {

        position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;

    }
    .cars-section-four.v1 .boxcar-title-three h2{
      text-align: center;
    }
}

.car-block-four .title{
      font-size: 22px;
}

.car-block-four .inner-box .content-box ul li i{
  font-size: 22px;
}
.car-slider-three .content-box .title{
      font-size: 18px !important;
    }

@media (min-width: 1000px) {
    .car-slider-three .box-car{
     margin: 10px;
    }

    .car-img-slide {
        height: 266px;
    }
    .car-img-slide2{
      height: 650px;
    }
    .gallery-img-2{
          border-radius: 0px 16px 0px 0px !important;
    }
    .gallery-img-4{
          border-radius: 0px 0px 16px 0px !important;
    }
}

@media (max-width: 700px) {
    .car-img-slide {
        height: 150px;
    }
}

.image-column-two .image-box{
  width: 100%;
}
.side-bar-column{
  position: relative;
}
.side-bar-column .inner-column{
 position: sticky;
    top: 0px;
    position: -webkit-sticky;

}

form .form_boxes label {
    color: #000;
}






.item-vehicle .vehicle-left .vehicle-facilities .text-fact.free-cancel {
  background-image: url(/static/theme/imgs/cancel.svg);
  background-position: left center;
  background-repeat: no-repeat;
}
.item-vehicle .vehicle-left .vehicle-facilities .text-fact.free-waiting {
  background-image: url(/static/theme/imgs/free-time.svg);
  background-position: left center;
  background-repeat: no-repeat;
}
.item-vehicle .vehicle-left .vehicle-facilities .text-fact.safe-travel {
  background-image: url(/static/theme/imgs/safe.svg);
  background-position: left center;
  background-repeat: no-repeat;
}
.item-vehicle .vehicle-left .link {
  text-decoration: underline;
}
.item-vehicle .vehicle-left .link:hover {
  color: #e95440;
}
.item-vehicle .vehicle-right {
  width: 33%;
  padding: 0px 10px;
  position: relative;
}
.item-vehicle .vehicle-right .vehicle-passenger-luggage {
  display: flex;
  justify-content: space-between;
}
.item-vehicle .vehicle-right .vehicle-passenger-luggage .passenger {
  display: inline-block;
  padding: 0px 0px 0px 18px;
  background-image: url(/static/theme/imgs/passenger.svg);
  background-position: left center;
  background-repeat: no-repeat;
}
.item-vehicle .vehicle-right .vehicle-passenger-luggage .luggage {
  display: inline-block;
  padding: 0px 0px 0px 18px;
  background-image: url(/static/theme/imgs/luggage.svg);
  background-position: left center;
  background-repeat: no-repeat;
}

.list-extras {
  position: relative;
}
.list-extras .item-extra {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.list-extras .item-extra .extra-info span.price {
  font-size: 14px;
  line-height: 24px;
  background-color: #e95440;
  display: inline-block;
  padding: 3px 14px;
  border-radius: 40px;
  color: #fff;
  vertical-align: middle;
  margin-left: 10px;
}
.list-extras .item-extra .extra-quantity {
  position: relative;
  max-width: 130px;
  width: 100%;
  min-width: 130px;
}
.list-extras .item-extra .extra-quantity span.minus {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 40px;
  width: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: #ffffff url(/static/theme/images/minus.svg) no-repeat center;
  cursor: pointer;
}
.list-extras .item-extra .extra-quantity span.minus:hover {
  border-color: #181a1f;
  background-color: #f6f6f6;
}
.list-extras .item-extra .extra-quantity input.form-control {
  border: 0px;
  width: 100%;
  text-align: center;
  padding: 0px;
  height: 40px;
  color: #181a1f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-color: #ffffff;
  min-height: 40px;
}
.list-extras .item-extra .extra-quantity span.plus {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  width: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: #ffffff url(/static/theme/images/plus.svg) no-repeat center;
  cursor: pointer;
}
.list-extras .item-extra .extra-quantity span.plus:hover {
  border-color: #181a1f;
  background-color: #f6f6f6;
}

.sidebar .list-prices li span.price {
  min-width: 92px;
  max-width: 92px;
  text-align: right;
}

.list-prices-2 li {
  border-bottom: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
}


.box-content-detail select.form-control {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
  padding-top: 0px;
  padding-bottom: 0px;
}

.box-completed-booking {
  max-width: 740px;
  margin: auto;
  padding: 120px 0px 90px 0px;
}

.box-booking-border {
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  padding: 50px;
  margin-bottom: 30px;
}

.box-info-book-border {
  padding: 40px 20px;
  border: 1px dashed #181a1f;
  border-radius: 6px;
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
  margin-bottom: 30px;
}
.box-info-book-border .info-1 {
  width: 25%;
  padding: 0px 10px;
}

.cb-agree,
.cb-subscriber {
  float: left;
  margin: 2px 10px 0px 0px;
}

.list-prices li .text-top {
  min-width: 140px;
  display: inline-block;
}


form .theme-btn svg {
    margin-left: 10px;
    max-width: 22px;
}

.selected-car{
  background-color: #050B20 !important;
  background: #050B20 !important;
  border-color: #868686 !important;
  color: #fff !important;
}
.price-desc{
  opacity: 0.85;
}
.vehicle-price h4{
    margin-bottom: 0;
    margin-top: 10px;
    color: green;
    font-weight: 500;
}
.car-block-four .theme-btn i{
 margin-left: 5px;
}
.alert.alert-secondary{
 border-radius: 50px;
}

.tf-btn.secondary{
  text-align: center;
      display: block;
}

.sidebar {
    position: sticky;
    top: 0px;
    -webkit-transition: all 0.3s
ease-in-out;
    transition: all 0.3s
ease-in-out;
    border-radius: 16px;
    border: 1px solid var(--Border, #E1E1E1);
    padding: 30px 30px 26px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
    background-color: var(--theme-color-light);
}

.sidebar {

}


.list-routes li {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  padding-bottom: 50px;
}
.list-routes li .location-item {
  width: 36px;
  height: 40px;
  background: url(/static/theme/images/location.svg) no-repeat center;
  margin-right: 25px;
  color: #fff;
  line-height: 35px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}
.list-routes li .info-location {
  position: relative;
}
.list-routes li::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 17px;
  height: 30px;
  width: 2px;
  background: url(/static/theme/images/dotted.png) no-repeat center;
}
.list-routes li:last-child {
  padding-bottom: 0px;
}
.list-routes li:last-child::before {
  display: none;
}

.list-icons {
  padding: 20px 0px 0px 0px;
}
.list-icons li {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
}
.list-icons li .icon-item {
  width: 40px;
  height: 40px;
  background-color: #405FF2;
  margin-right: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.list-icons li .icon-item.icon-plan {
  background-image: url(/static/theme/images/plan.svg);
  background-repeat: no-repeat;
  background-position: center top 10px;
}
.list-icons li .icon-item.icon-time {
  background-image: url(/static/theme/images/time.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.list-icons li .info-location {
  position: relative;
}
.list-icons li:last-child {
  padding-bottom: 0px;
}

.box-map-route {
  width: 100%;
  height: 200px;
  margin-top: 30px;
  margin-bottom: 25px;
  border-radius: 6px;
  overflow: hidden;
}
.box-map-route iframe {
  width: 100%;
  height: 100%;
}

.box-info-route {
  display: flex;
  justify-content: space-between;
}
.box-info-route .info-route-left {
  position: relative;
}
.box-info-route .info-route-left span {
  display: block;
}
.box-info-route .info-route-right {
  padding-left: 20px;
}
.box-info-route .info-route-right span {
  display: block;
}

.list-ticks-small-booking li {
  padding-left: 35px;
}
.list-ticks-small-booking li::before {
  background-image: url(/static/theme/images/tick.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.list-ticks-small-booking li:last-child {
  margin-bottom: 0px !important;
}
form .theme-btn, form .tf-btn {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.list-prices li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #181a1f;
}
.list-prices li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.color-text {
    font-weight: 500;
}
.mt-30{
 margin-top: 30px;
}
.list-prices .price{
    color: green;
}
.list-icons{
 margin-bottom: 30px;
}