:root {
  --bs-border-color: #E4E6E8;
  --bs-color-white: #FFFFFF;
  --bs-color-black: #000000;
  --bs-color-700: #4D4D4D;
  --bs-background-1000: #000000;
  --bs-background-white: #FFFFFF;
  --bs-color-1000: #000000;
  --bs-background-body: #ffffff;
  --bs-background-1: #FFF0EC;
  --bs-background-2: #E4F9F9;
  --bs-background-3: #E3F0FF;
  --bs-background-4: #EFEFEB;
  --bs-background-5: #FFEC88;
  --bs-background-6: #9DD3FB;
  --bs-background-7: #FCF2FA;
  --bs-background-8: #F6F3FC;
  --bs-background-9: #FCFCF3;
  --bs-background-12: #A8E2EF;
  --bs-background-card: #FFFFFF;
  --bs-neutral-0: #FFFFFF;
  --bs-neutral-100: #F2F4F6;
  --bs-neutral-200: #E4E6E8;
  --bs-neutral-300: #D6D7D8;
  --bs-neutral-400: #8E8E8E;
  --bs-neutral-500: #737373;
  --bs-neutral-600: #575756;
  --bs-neutral-700: #4D4D4D;
  --bs-neutral-800: #454545;
  --bs-neutral-900: #313131;
  --bs-neutral-1000: #d40303;
  --bs-button-bg: #000000;
  --bs-button-bg-2: #F2F4F6;
  --bs-button-text: #F2F4F6;
  --bs-button-text-2: #000000;
  --bs-brand-secondary: #FEFA17;
  --bs-brand-primary: #000000;
  --bs-warning: #F09814;
  --bs-success: #3DC262;
  --bs-danger: #D63E29;
  --bs-brand-1: #8ACFFF;
  --bs-brand-2: #9761DC;
  --bs-brand-4: #C5FF41;
  --bs-color-grey: #AFAFAF;
  --bs-color-2: #C5FF41;
  --bs-color-grey-2: #F0F0F0;
  --bs-neutral-950: #1E1E1E;
}

.text-xs-medium,
.text-sm-medium,
.text-md-medium,
.text-lg-medium,
.text-xl-medium {
  font-weight: 600;
}

.fs-18 {
  font-size: 18px !important;
}

g.data-select2 {
  position: relative;
  width: 100%;
  display: block
}

.onmobile {
  display: none
}

.p100 {
  padding: 100px 0px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt20 {
  margin-top: 20px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px !important;
}


@font-face {
  font-family: 'Roboto';
  src: url('/ucak/assets/fonts/webfonts/Roboto-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


label.data-label-text {
  position: relative;
  top: 0px;
  left: 0;
  z-index: 2;
  font-size: 14px;
  /* margin: 0; */
  font-weight: 600;
  color: #737373;
}

input.data-input {
  height: 35px;
  position: relative;
  border: 0;
  font-size: 15px;
  font-weight: 600;
  padding-left: 30px;
  width: 100%;
  display: block;
  color: #444;
  line-height: 28px;
}

.data-input:focus {
  outline: 0
}

.data-input::before {
  content: "";
  height: 58px;
  right: 10px;
  width: 1px;
  background-color: red;
  position: absolute;
  top: 1px;
}

.data-down-icon,
.data-search-icon {
  position: absolute;
  top: 0;
  height: 80px;
  line-height: 80px
}

.data-search-icon {
  left: 5px;
  font-size: 14px;
  z-index: 1;
  top: 2px !important;
  color: #d6d7d8;
}

.data-down-icon {
  right: 23px;
  font-size: 14px;
  z-index: 2;
  top: 11px;
}

.data-result {
  position: absolute;
  top: 60px;
  width: 100%;
  height: 265px;
  display: none;
  z-index: 5;
}



.data-result::-webkit-scrollbar {
  width: 4px;
  height: 2px
}

.data-result::-webkit-scrollbar-button {
  width: 0;
  height: 0
}

.data-result::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0 #fff;
  border-radius: 50px
}

.data-result::-webkit-scrollbar-thumb:hover {
  background: silver
}

.data-result::-webkit-scrollbar-thumb:active {
  background: #000
}

.data-result::-webkit-scrollbar-track {
  background: #fff;
  border: 0 #fff;
  border-radius: 47px
}

.data-result::-webkit-scrollbar-track:hover {
  background: #666
}

.data-result::-webkit-scrollbar-track:active {
  background: var(--color2)
}

.data-result::-webkit-scrollbar-corner {
  background: 0 0
}

.data-result ul {
  margin: 0;
  background: #fff;
  list-style: none;
  padding: 5px;
  border-radius: 15px;
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 58%);
  max-height: 328px;
  overflow-y: auto;
}

.data-result ul li {
  margin: 0;
  position: relative;
  width: 100%;
  line-height: 30px;
  padding: 0 0 0 10px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer
}

.data-result ul li.active,
.data-result ul li:hover {
  background-color: var(--color);
  color: #fff;
  border-radius: 10px;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active:hover:hover,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.active:hover {
  color: #fff;
  background-color: var(--color);
  border-color: var(--color);
  border-radius: 15px;
}

.booking_date:focus {
  outline: 0;
  border-color: transparent;
  box-shadow: 0 0 0 0 transparent
}

.booking_date {
  background: #f4f5f5 !important;
  position: relative;
  left: 41px;
  color: #444 !important;
}

.fa-chevron-down {
  font-weight: 600
}

.bigslogan {
  font-family: "Manrope", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 20px !important;
  font-size: 36px;
  font-weight: 800;
  color: #dd2825;
  -webkit-animation: thsncvt-animate 1.4s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  animation: thsncvt-animate 1.4s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

.slogan {
  color: #fff;
  margin-top: 0;
  font-size: 21px;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
}

.slogan a {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.altfirmabox {
  margin: 15px 0px 15px 0px;
  position: relative;
}

.altfirmalogo {
  padding: 15px 30px;
  background: #fff;
  display: inline-block;
  border-radius: 7px;
  max-width: 100%;
}

.altfirmalogo img {
  max-width: 100%;
}

.bus-mainimg {
  position: absolute;
  right: 0;
  top: 0px;
}

.bus-mainimg img {
  width: 100%;
}

.route-change {
  position: absolute;
  z-index: 1;
  right: -14px;
  top: 30px;
  margin: 0;
  padding: 1px 4px;
  /* border-radius: 100%; */
  /* border: 2px solid var(--color); */
  cursor: pointer;
  color: var(--color);
  transition: ease all .2s;
  font-size: 15px;
}

.route-change:hover {
  transform: rotate(360deg);
}

.route-change img {
  width: 24px;
}

@media screen and (max-width:1200px) {
  .nomobile {
    display: none
  }

  .onmobile {
    display: flex
  }
}

@media screen and (max-width:576px) {
  .copyrights {
    text-align: center;
  }

  a#close_in {
    display: block;
    position: absolute;
    right: 15px;
    top: -10px !important;
    width: 20px;
    height: 20px;
    z-index: 999;
  }

  .other_busco ul li {
    line-height: 25px;
  }

  .feature_home_search {
    padding: 5px 10px;
  }

  .pagebg-new {
    position: relative;
    height: 120px;
    line-height: 120px;
    color: var(--color2);
    width: 100%;
    z-index: 9;
    text-align: left;
  }

  .whatsapp-phone img {
    width: 48px;
    max-width: 48px;
  }

  .route-change {
    top: auto;
    bottom: -25px;
    margin-top: 0;
    transform: rotate(90deg);
    right: 12px;
  }

  .otobus-guzergah .route-change {
    top: auto !important;
    bottom: -25px !important;
    margin-top: 0 !important;
    transform: rotate(90deg) !important;
    right: 12px !important;
    background: white !important
  }

  .route-change:hover {
    transform: rotate(-90deg)
  }

  .nomobile {
    display: none
  }

  .onmobile {
    display: flex
  }
}

@media screen and (max-width:600px) {
  .ticketSearch {
    z-index: 2
  }

  .data-select2.mobile-active {
    position: fixed;
    z-index: 6;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px)
  }

  .data-result {
    width: 99%;
    top: 75px;
    z-index: 99999;
    overflow-y: scroll;
    border-radius: 0;
    left: 1%;
    margin: 0;
    padding: 0;
    right: 0;
  }

  .data-result ul li {
    line-height: 40px;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: 600;
  }

  /*
.data-result:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: var(--color);
}
*/
  .data-result:before {
    position: absolute;
    color: #ddd;
    left: 45%;
    top: -5px;
    font-size: 30px;
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    line-height: 15px;
  }

  .data-result ul {
    margin: 0;
    padding: 0;
    top: 10px;
    position: relative;
    width: 100%;
    left: 0%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
  }
}

.main_menu ul.mobile_menu,
.slick-arrow.slick-hidden {
  display: none
}

/*
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}
*/
#logo_home h1 a img,
header#colored #logo_home h1 a img,
header#plain #logo_home h1 a img,
header.sticky #logo_home h1 a img {
  max-width: 100%;
}

.checkbox-style {
  font-size: 12px;
}


.altfirmaslogan {
  font-size: 30px;
  color: #fff;
  text-align: left;
  width: 100%;
}

.altfirmabg {
  background: url(../img/bus-page-bg.jpg) bottom center;
}

.ticketSearch-block {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #fff;
  border-radius: 5px
}

.btn_full.pink,
a.btn_full.pink {
  font-family: inherit;
  color: #fff;
  width: 100%;
  background: var(--color);
  cursor: pointer;
  padding: 12px 20px;
  outline: 0;
  font-size: 12px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid var(--color);
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-bottom: 10px
}

.btn_full.pink:hover,
a.btn_full.pink:hover {
  background: #fff;
  color: var(--color)
}

@media only screen and (max-width:1025px) {

  header {}



  .slogan {
    width: 100%;
    margin-bottom: 15px;
  }

  img.accepted {
    max-width: 100%;
  }

  .copyrights {
    font-size: 10px;
  }

  .promo_full {
    background-image: url(../img/passengers1.png)
  }
}

@media only screen and (max-width:992px) {

  #rev_slider_54_1,
  #rev_slider_54_1_wrapper,
  .forcefullwidth_wrapper_tp_banner,
  ul.tp-revslider-mainul,
  ul.tp-revslider-mainul li {
    height: 100vh !important
  }

  .custom-mb-120 {
    margin-bottom: 120px !important;
  }
}

.tB-body {
  height: 160px;
  min-width: 32px;
  float: left
}

@media only screen and (max-width:992px) {
  .main_menu ul.mobile_menu {
    display: block !important
  }
}

#top_line {
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, .65) 0, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .65) 0, transparent 100%);
  border: 0
}

ul#top_links li a i {
  font-size: 11pt
}

ul#top_links li#social_top a i {
  font-size: 13px
}

ul#top_links li#social_top a .fab {
  background: #eaeaea;
  margin: 0px 5px;
  padding: 5px 8px;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .22);
}

ul#top_links li {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  padding: 5px 20px;
  margin: 0;
  border-right: 1px solid #eaeaea;
}

ul#top_links li a {
  height: auto;
  font-size: 16px;
  font-weight: 600;
}

ul#top_links li ul li {
  display: block;
  padding: 5px 10px;
  margin: 0;
  border-right: 0;
  width: 100%;
}

ul#top_links li ul li a {
  font-size: 14px;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top,
a#access_link {
  padding: 0
}

a#access_link:before {
  content: ''
}

.tB-body,
i.fa-sub {
  position: relative
}

i.fa-sub i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-70%, -50%);
  font-size: .5em
}

.homepage,
.main-menu ul li.mobile_menu,
.subpage {
  display: none
}

@media only screen and (max-width:992px) {
  ul#top_links {
    margin-right: 65px;
    margin-top: -5px
  }
}

@media only screen and (max-width:768px) {
  ul#top_links li a i {
    font-size: 16pt
  }

  .bus-mainimg {
    top: 60px;
  }

  .tourTime,
  .tourPrice,
  .tourProcess {
    line-height: 55px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
  }
}

@media only screen and (max-width:820px) {
  .googlemapview {
    width: 80%;
    padding: 15px
  }

  .googlemapview iframe {
    width: 100%;
    height: 300px;
    position: relative;
  }

  ul#top_links li#social_top a i {
    font-size: 14pt
  }

  ul#top_links li {
    display: table;
    margin: 0;
    border: 0;
  }

  ul#top_links li a {
    margin: -11px -2px
  }
}

span.other_tours_price {
  font-size: 16px;
  color: var(--color);
  padding: 0;
  font-weight: 600;
  margin: 0;
  float: right;
}

.other_tours ul li a sub i {
  margin: 0;
  padding: 0
}

span.other_tours_price sub i:before {
  position: relative;
  top: -5px;
  font-size: 10pt;
  color: #fff
}

.promo_full {
  background-image: url(../img/passengers.png)
}

#forget_pw,
#register_pw {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  min-height: 400px;
  display: none
}

.select2-container:focus {
  outline: 0
}

.expose {
  padding: 15px 15px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 22%);
}

.ticketSearchBox {
  position: relative;
  top: 300px;
}

@media only screen and (min-width:768px) and (max-width:1199px) {
  .ticketSearchBox {
    top: 140px;
  }
}

.ticketDepartureArrival {
  position: relative;
  width: 100%;
  display: table
}

.changeway {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  right: 20%;
  top: 50%;
  margin-top: -25px;
  background-color: var(--blue);
  border: 5px solid #fff;
  border-radius: 20px;
  transition: ease .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .75);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .75);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .75)
}

.changeway:hover {
  background-color: var(--color)
}

.changeway i {
  transform: rotate(90deg);
  font-size: 16pt;
  transition: ease .3s
}

.changeway:hover i {
  transform: rotate(270deg)
}

.ticketSearchSelect {
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: #fff;
  border-bottom: 1px solid #ccc
}

.ticketSearchSelect label {
  position: absolute;
  top: 6px;
  left: calc(24pt + 16px);
  z-index: 9999999
}

.ticketSearchSelect i {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%)
}

.ticketSearchSelect i.iselect2:before {
  font-size: 20pt;
  margin-left: 4pt
}

@media only screen and (max-width:992px) {
  #select2-mobile {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1
  }
}

select.select {
  height: 26px;
  font-size: 14pt
}

.ticketSearchDate {
  position: relative;
  width: 100%;
  height: 80px
}

.ticketSearchDate input {
  border-radius: 4px !important;
  height: 45px;
  position: relative;
  border: 2px solid #e9ecef;
  font-size: 15px;
  font-weight: 300;
  padding-left: 40px;
}

.ticketSearchDate i {
  left: 10px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  z-index: 1
}

.ticketSearchDate label {
  position: relative;
  top: 5px;
  left: 0;
  z-index: 2;
  font-size: 15px;
}

.ticketSearchButton {
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 26px !important;
  font-family: "Manrope", sans-serif;
  font-weight: 800 !important;
  background-color: #5CB338;
  border-radius: 50px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 32px !important;
  width: 100%;
  justify-content: center;
}

.ticketSearchButton:hover {
  background-color: #000;
  color: #fff;
}

.ticketSearchButton i {
  position: relative;
  top: 2px;
}

.ticketSearchDate i {
  left: 13px;
  font-size: 24px;
  z-index: 1;
  top: 14px;
  position: absolute;
}

.ticketSearchToDayMorrow {
  position: relative;
  top: 0px;
}

.ticketSearchToDayMorrow a {
  position: relative;
  line-height: 24px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  display: block;
  clear: both;
  padding: 0px 5px;
  border-radius: 5px;
  color: var(--color);
}

.ticketSearchToDayMorrow a.active,
.ticketSearchToDayMorrow a.dActive,
.ticketSearchToDayMorrow a.dActive:hover {
  background-color: #7b7b7b;
  color: #fff
}

.ticketSearchToDayMorrow a,
.ticketSearchToDayMorrow a:hover {
  color: #444;
  font-size: 14px;
}


.buslist-box {
  margin: 0px;
  clear: both;
}

.booking_date {
  font-size: 14pt
}

.datepicker {
  z-index: 99999;
  padding: 0;
}

.datepicker .datepicker-days table tr th {
  font-size: 13px;
  font-weight: 600;
}

.datepicker .datepicker-days table tr th.datepicker-switch,
.datepicker .datepicker-days table tr th.next,
.datepicker .datepicker-days table tr th.prev {
  background-color: var(--color);
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  width: 10%;
  padding: 0;
  text-align: center;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 47%;
  top: -10px;
  display: none;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 50%;
  margin-left: -6px;
  border-bottom: 6px solid var(--color)
}

.datepicker .datepicker-days table tr th.dow {
  background-color: #eee;
  border-radius: 0;
  color: var(--color2);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}

.datepicker .datepicker-days table tr td.day {
  font-size: 13px;
  font-weight: 600;
}

.datepicker table tr td.today.disabled:before,
.datepicker table tr td.today.disabled:hover:before,
.datepicker table tr td.today:before,
.datepicker table tr td.today:hover:before {
  border-width: 0 0 17px 17px
}

.datepicker .datepicker-days table tr td.new,
.datepicker .datepicker-days table tr td.old {
  color: #c7c7c7
}

.datepicker .datepicker-days table tr td.highlighted {
  background-color: #f3fbff
}

@media only screen and (max-width:666px) {
  .datepicker.datepicker-orient-bottom {
    background: transparent;
    max-width: 92% !important;
    /* width: 86% !important; */
    min-width: 265px !important;
    left: 7%;
    right: 7%;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 36%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 36%);
    z-index: 9999 !important;
  }
}

@media only screen and (max-width:992px) {
  .datepicker.deneme {}

  .datepicker-days {
    position: relative;
    background-color: #f5f5f5;
    width: 100%;
  }

  .datepicker-dropdown.datepicker-orient-left:before {
    display: block;
  }

  .datepicker table {
    width: 100%;
  }

  .datepicker-dropdown.datepicker-orient-left:before {
    position: absolute !important;
    top: -10px;
    height: 5px;
    z-index: 9999;
  }

  .datepicker-dropdown.datepicker-orient-left:after {
    display: none;
  }

  .datepicker .datepicker-days table tr td.day {
    padding: 0;
  }

  .datepicker table tr td.today.disabled:before,
  .datepicker table tr td.today.disabled:hover:before,
  .datepicker table tr td.today:before,
  .datepicker table tr td.today:hover:before {
    border-width: 0 0 7px 7px
  }

  .datepicker-months,
  .datepicker-years {
    position: absolute;
    justify-content: center;
    align-items: center
  }

  .datepicker-months table.table-condensed,
  .datepicker-years table.table-condensed {
    background-color: #fff;
    z-index: 2
  }

  .datepicker-months-bg,
  .datepicker-years-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1
  }
}

.row.tourFilter {
  margin: 0
}

.row.tourFilter .form-group label {
  color: #fff
}

.tourFilterCol {
  position: relative;
  padding: 0
}

@media only screen and (max-width:992px) {

  .cmn-toggle-switch span,
  .cmn-toggle-switch span:after,
  .cmn-toggle-switch span:before {
    background: var(--color2)
  }
}

@media only screen and (max-width:768px) {
  .changevoyogetop {
    display: none
  }
}

.changevoyoge {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: var(--color);
  color: #fff;
  border: 5px solid #fff;
  border-radius: 25px;
  line-height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20pt;
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.changevoyoge,
.changevoyoge i {
  transition: ease .3s
}

.changevoyoge:hover {
  background-color: var(--color2)
}

.changevoyoge:hover i.icon-arrows-ccw {
  transform: rotate(-90deg)
}

i.gender {
  font-size: 30pt
}

.row.tourList {
  width: 100%;
  min-height: 75px;
  margin: 0
}

.strip_all_tour_list {
  min-height: 60px;
  margin-bottom: 0;
  margin-top: 0px;
  cursor: pointer;
  margin-bottom: 15px;
  border: 0;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
}

.strip_all_tour_list:hover {
  border-color: var(--color)
}

td.tourCompany {
  width: 178px
}

.tourTime,
.tourPrice,
.tourProcess {
  line-height: 55px !important;
  font-size: 22px;
  font-weight: 600 !important;
  color: var(--blue);
}

.tourTime .tDA span {
  position: relative;
}

.tourTime .tDA span:before {
  position: absolute;
  color: #ddd;
  left: -25px;
  top: -14px;
  font-size: 20px;
  color: var(--blue);
  content: "\f843";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  display: none;
}

.tourPrice {
  color: var(--color);
}

.tourPrice sub {
  font-size: 13px;
  position: static;
}

.lastSeat {
  color: red;
  font-size: 12px;
  line-height: 12px;
  text-align: center
}

.btn.tourBtn {
  width: 100%;
  background-color: #28a745;
  clear: both;
  color: #fff;
  padding: 10px 15px;
  font-weight: 600;
  position: relative;
  border-radius: 25px;
  font-size: 15px;
}

.btn.tourBtn:hover {
  background-color: var(--gray);
  border-color: var(--gray);
  color: #fff;
}

.lastSeat,
.tourDetail {
  width: 100%;
  display: block
}

.col-2.tourCompany,
.col-2.tourTime {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center
}

.col-2.tourTime {
  text-align: center;
  color: #4b4f51;
}

.guzergah {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.tourFeatures {
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-2.tourTime .tDA span {
  font-weight: 600
}

.col-3.tourDepartureArrival,
.col-3.tourDepartureArrivalon {
  padding: 0 2px
}

.col-3.tourDepartureArrival .tDA,
.col-3.tourDepartureArrivalon .tDA,
.tourDetail {
  text-align: left
}

.col-3.tourDepartureArrival .tDA .guzergah {
  font-size: 16px;
  float: left;
  font-weight: 400;
  width: 100%
}

.col-3.tourDepartureArrival .tDA .varissaat {
  float: left;
  width: 100%;
  font-size: 13px;
}

.col-3.tourDepartureArrivalon .tDA .guzergah {
  font-size: 12px;
  float: left;
  font-weight: 400;
  width: 100%
}

.col-3.tourDepartureArrivalon .tDA .varissaat {
  float: left;
  width: 50%;
  font-size: 14px
}

.col-2.tourPrice,
.col-2.tourFeatures,
.col-2.tourProcess,
.col-3.tourDepartureArrival,
.col-3.tourDepartureArrivalon {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center
}

.col-2.tourFeatures .tF {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

.col-2.tourProcess.tP {
  text-align: center
}

.tourEasyShopping {
  display: block;
  align-items: center;
  width: 100%;
  color: #6c6;
  font-size: 10px;
  font-weight: 600
}

@media only screen and (min-width:1300px) {
  .container {
    width: 1170px;
    max-width: 1170px;
  }
}

.tooltip-content {
  padding: 10px;
  text-align: center
}

.tooltip-green {
  background-color: #6c6
}

.tooltip-green:after {
  border-top-color: #6c6
}

.tooltip-content p {
  font-size: 8px;
  font-weight: 400
}

.tooltip-content h4 {
  font-size: 12px
}

.tooltip-content ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.tooltip-content ul li {
  font-weight: 400;
  display: table;
  height: 20px;
  margin-bottom: 10px
}

.tooltip-content ul li,
.tooltip-content ul li i {
  font-size: 11px !important;
  line-height: 20px
}

.tourShopping {
  background-color: #fff;
  padding: 10px;
  display: none;
  width: 100%;
}

.tourSeats {
  width: 85%;
  float: left;
  margin-right: 1%
}

.tourCart {
  position: relative;
  float: right;
  width: 14%
}

.mobileCart {
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 30px;
  background-color: var(--color);
  color: #fff;
  text-align: center;
  line-height: 30px;
  border: 1px solid var(--color);
  transition: ease .3s;
  display: none
}

.tourBus {
  height: 200px;
  border: solid 1px #ccc;
  border-radius: 50px 10px 10px 50px;
  color: #464646;
  padding: 10px;
  position: relative;
  display: table;
  margin: 0 auto
}

.tB-front {
  width: 60px;
  height: 165px;
  float: left
}

.tB-front iconify-icon {
  position: absolute;
  bottom: 15px;
  left: 3px;
  transform: rotate(-90deg);
}

.bus-seats {
  position: relative;
  display: table
}

.tBb-line {
  position: relative;
  width: 40px;
  height: 200px;
  float: left;
  margin-right: 5px
}

.sSseat span,
.tBb-cell {
  font-weight: 700;
  text-align: center
}

.tBb-cell {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 1px 0;
  font-size: 10pt;
  line-height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain
}

.tBb-cell.seat {
  background-image: url(../img/seat.png);
  cursor: pointer;
  outline: none !important;
  color: #000;
}

.tBb-cell.full-woman {
  cursor: no-drop
}

.tBb-cell.full-woman,
.tBb-cell.full-woman:hover {
  background-image: url(../img/seat-woman.png)
}

.tBb-cell.full-man {
  cursor: no-drop
}

.tBb-cell.full-man,
.tBb-cell.full-woman {
  color: #fff !important;
}

.tBb-cell.full-man,
.tBb-cell.full-man:hover {
  background-image: url(../img/seat-man.png)
}

.tBb-cell.no-sell {
  cursor: no-drop
}

.tBb-cell.no-sell,
.tBb-cell.no-sell:hover {
  background-image: url(../img/seat-nosell.png)
}

.tBb-cell.seat-select {
  background-image: url(../img/seat-select.png);
  color: #fff;
  outline: none !important;
}

.tBb-cell.hall {
  background-color: transparent
}

.tBb-cell.door {
  background-image: url(../img/door.png)
}

.col-6.genderSelect img,
.selectSeats {
  position: relative;
  width: 100%;
  display: table
}

.sSseat {
  position: relative;
  width: 40px;
  height: 40px;
  float: left;
  margin: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain
}

.sSseat span {
  position: absolute;
  top: -13px;
  font-size: 14px;
  color: var(--color2);
  width: 100%;
  line-height: 14px
}

.sSWoman {
  background-image: url(../img/seat-woman.png)
}

.sSMan {
  background-image: url(../img/seat-man.png)
}

.seatGender {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.genderSelectBox {
  border-radius: 0;
  color: var(--color2);
  background: #f9f9f9;
  border: 1px solid #999;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
  padding: 0px;
}

.genderSelectBox .row {
  width: 100%;
  margin: 0
}

.col-6.genderSelect {
  cursor: pointer;
  border: 3px solid transparent;
  transition: ease .3s
}

.col-6.genderSelect img {
  width: 40px;
  padding: 0;
  margin: 0 auto
}

.col-6.genderSelect:hover {
  border-color: transform
}

.x {
  clear: both
}

@media only screen and (max-width:1100px) {}

@media only screen and (max-width:1023px) {
  .prelative .submitbtn .btn_3 {
    color: var(--color);
    padding: 10px 10px;
    font-size: 15px;
    font-weight: bold;
    color: var(--gray-dark);
  }
}

@media only screen and (max-width:1024px) {
  .strip_all_tour_list {
    position: relative;
  }

  .tourTime,
  .tourPrice,
  .tourProcess {
    line-height: 55px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  .col-2.tourCompany {
    justify-content: center
  }

  .col-3.tourDepartureArrival,
  .tP span.mobile_not_seen {
    display: none
  }

  .btn.tourBtn {
    padding: 7px;
    font-size: 12px;
  }

  .lastSeat {
    color: red;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
  }

  .col-2.tourFeatures {
    bottom: 0;
    left: 0
  }

  .col-1.tourPrice {
    margin-bottom: 3px;
    display: flex;
    align-items: center
  }

  .col-2.tourFeatures .tF {
    text-align: center;
    margin-top: 0
  }
}

@media only screen and (max-width:500px) {
  .tourSeats {
    width: 100%;
    margin: 0
  }

  .tourCart {
    position: fixed;
    top: 100px;
    right: -260px;
    width: 260px;
    padding: 10px;
    background-color: #fff;
    z-index: 999
  }

  .mobileCart {
    display: table;
    cursor: pointer
  }

  .mobileCart:hover {
    background-color: #fff;
    color: var(--color)
  }
}

@media only screen and (min-width:992px) {
  .main-menu ul li.mobile_menu {
    display: none
  }

  .wp-block-column {
    width: 50%;
    float: left;
  }

  .blog-inside h2 {
    clear: both;
  }
}

@media (max-width:991px) {
  ul#top_links.subpage {
    margin-right: 35px
  }

  .sidebarmenu-passengers {
    display: none;
  }

  .box-install-app-3 .block-install-apps {
    background-image: none;
    margin: 0px;
    padding: 15px 15px 15px 15px;
  }

  .box-install-app-3 .block-install-apps::before {
    background-image: none;
  }

  .burger-icon {
    display: block !important;
    top: auto;
    right: 0 !important;
  }

  .mytickets-head-te {
    display: none;
  }

  .container.margin_60 {
    margin-bottom: 60px;
    margin-top: 60px
  }

  .main-menu ul li.mobile_menu {
    display: block
  }

  .main-menu ul li.mobile_menu ul {
    display: block;
  }

  .main-menu ul>li i {
    float: none;
    width: 25px;
  }

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
  }

  #position {
    padding: 25px 0 12px;
    font-size: 11px;
    position: relative
  }
}

@media (max-width:768px) {
  .topbar {
    display: none;
  }

  a#close_in {
    display: block;
    position: relative;
    right: 0;
    top: 6px;
    width: 100%;
    height: 26px;
    z-index: 99999;
    color: var(--color2);
    font-size: 24px;
    text-align: right;
    padding-right: 20px;
  }

  .pagebg-new-box {
    font-size: 18px;
    font-weight: 600;
  }

  .ticket-box .ticket {
    padding: 15px 30px;
  }

  .ticket-box .locationto {
    font-size: 16px;
    font-weight: 600;
  }

  .ticket-box .passenger-box .passenger-info div {
    width: 100%;
    display: block;
    text-align: left;
    font-weight: 400;
    font-size: 13px;
  }

  .ticket-box .passenger-box .passenger-title {
    display: inline-block !important;
    width: 30%;
  }

  .ticket-box .passenger-box .passenger-title div {
    width: 100%;
    display: inline-block;
    text-align: left;
    font-weight: 600;
    padding-top: 2.6px;
  }

  .ticket-box .passenger-box .passenger-info {
    display: inline-block !important;
    width: 70%;
    float: right;
  }

  #hero {
    height: 75px;
  }

  #hero h1 {
    font-size: 18px;
  }

  .ticket-box {
    border: 3px solid #ccc;
  }

  .ticketalert,
  .ticket-return-message {}

  .ticket-share ul li {
    padding: 1px;
    font-size: 12px;
    font-weight: 600;
  }

  .ticket-share ul li a {
    font-size: 11px;
  }

  .ticket-page-header {
    height: 75px;
  }

  .ticket-page-header .intro_title h1 {
    font-size: 20px;
  }

  .ticket-location-info {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    background: #ededed;
    border-radius: 10px;
    padding: 10px;
  }

  .bus-business {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }

  .ticket-box .passenger-box {
    padding: 10px 0px;
    margin: 10px 0px;
    line-height: 16px;
    width: 100% !important;
  }

  @media screen and (max-width: 990px) and (min-width:771px) {
    .ticket-box .passsenger-box {
      width: 95%;
    }
  }

  @media screen and (max-width: 770px) {
    .ticket-box .passenger-box {
      padding: 30px 0px;
    }
  }

  .ticket-box .leftradius {
    width: 30px;
    height: 30px;
    left: -15px;
    top: 50%;
    border-right: 4px solid #ccc;
  }

  .ticket-box .rightradius {
    width: 30px;
    height: 30px;
    right: -15px;
    top: 50%;
    border-left: 4px solid #ccc;
  }

  .cmn-toggle-switch span,
  .cmn-toggle-switch span:after,
  .cmn-toggle-switch span:before {
    background: #cf4d35
  }

  ul#top_tools a {
    color: var(--color2)
  }

  .container.margin_60 {
    margin-bottom: 60px;
    margin-top: 60px
  }

  .copyrights {
    text-align: center;
  }

  .copyrights .img-fluid {
    width: 45px;
  }

  .bus-detail-icon {
    height: 75px;
  }

  .bus-detail-icon h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
  }

  .bus-detail-icon span {
    display: block;
    font-size: 16px;
    font-weight: 600;
  }

  .populer_guzergahlar ul li {
    width: 43%;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
  }

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
  }

  #position {
    padding: 25px 0 12px;
    font-size: 11px;
    position: relative
  }
}

@media (max-width:576px) {
  .loadingscreen {
    width: 340px;
    border-radius: 50%;
    padding: 30px 60px;
    box-shadow: none;
    border: 2px solid var(--color);
  }

  .loadingscreen .prelogo {
    width: 125px;
    margin-bottom: 15px;
  }

  .loadingscreen img {
    margin-bottom: 15px;
  }

  .loadingscreen .search-slogan {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #fff;
    background: var(--color);
    padding: 10px 0px;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 30px;
  }

  .loadingscreen .search-rotate {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    width: 65%;
    text-align: center;
    margin: auto;
  }

  .col-xs-8 {
    width: 80%;
    margin: 0 10%
  }

  p {
    font-size: 14px;
  }

  .mobile-hidden {
    display: none !important;
  }

  .strip_all_tour_list {
    position: relative;
    height: auto;
  }

  .seat-infos {
    display: none !important;
  }

  .tourCompany {
    justify-content: center
  }

  .col-2.tourTime h6 {
    font-size: 12px;
    line-height: 12px
  }

  .col-3.tourDepartureArrival {
    display: block;
    max-width: 100%;
    line-height: 30px;
    height: auto;
    min-height: auto;
    flex: none;
    background: #eaeaea;
    justify-content: center
  }

  .ozellikler-blok {
    float: left;
    clear: left;
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 5px;
  }

  .tourSeatTur {
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding-right: 5px;
  }

  .tourExtra {
    float: left;
    display: block;
    padding: 0 5px;
    line-height: 20px;
  }

  .kolay-iptal-iade {
    padding: 2px;
  }

  .jkspec {
    text-align: right;
  }

  .detailbtn {
    border-top: 1px solid #eaeaea;
    padding-top: 5px;
    margin-top: 5px;
    padding-bottom: 10px;
  }

  .tourspecs {}

  .seat-selects-title {
    text-align: left;
    font-weight: 600 !important;
    font-size: 13px !important;
  }

  .popover {
    display: block !important
  }

  ul.add_info li {
    width: 12px;
    height: 12px;
    margin: 3px 2px;
  }

  .col-3.tourDepartureArrival .tDA .guzergah {
    font-size: 13px;
    font-weight: 600;
  }

  .col-3.tourDepartureArrivalon .tDA .guzergah {
    float: left;
    width: 50%;
    margin: 0;
  }

  .col-3.tourDepartureArrivalon {
    min-width: 100%;
    min-height: 40px;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 0 2px;
    line-height: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .genderSelect {
    padding: 3px !important;
  }

  .genderSelect img {
    margin: 3px !important;
    width: 42px !important;
  }

  .genderSelect span {
    font-size: 12px;
  }

  .genderSelectBox {
    padding: 5px;
  }

  .col-2.tourFeatures {
    bottom: 15px;
    left: 20px;
    max-width: 50%;
    height: 50px;
    min-height: 50px;
    flex: none;
    justify-content: center;
    position: absolute
  }

  .col-1.tourPrice {
    color: #d34d39;
    max-width: 27%;
    min-height: auto;
    height: 36px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    border: 1px solid #d34d39;
    padding: 0;
    margin: 3%;
    margin-top: 15px;
    border-radius: 5px;
  }

  .col-2.tourProcess {
    bottom: 6px;
    right: 0;
    height: 65px;
    min-height: 50px;
    flex: none;
    justify-content: center;
    display: none;
  }

  .not-payment {
    display: none !important;
  }

  .altfirmabox {
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
  }

  .homemainimg .bus-mainimg {
    display: none;
  }

  .altfirmabox .bus-mainimg {
    display: none;
  }

  .mobile-rezdetail>div {
    line-height: 24px;
  }

  .mobile-rezdetail>div:last-child {
    border-bottom: 0px;
  }

  .populer_guzergahlar ul li {
    display: block;
    margin: 15px 0px;
    width: 90%;
    position: relative;
    left: 7%;
  }

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
  }

  .accountsidemenu div a {
    font-size: 11px !important;
    font-weight: 600;
  }

  .bus-detail-icon i {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
  }

  #position {
    font-size: 11px;
    position: relative
  }

  .nomobile,
  ul#top_links.subpage {
    display: none
  }

  .container.margin_60 {
    margin-bottom: 60px;
    margin-top: 0px;
    padding-top: 60px
  }
}

@media (max-width:450px) {
  .col-xs-8 {
    width: 90%;
    margin: 0 5%
  }

  .ticketSearch {
    padding-top: 50px;
  }
}

@media only screen and (max-width:330px) {

  #logo_home h1 a,
  header#colored #logo_home h1 a,
  header#plain #logo_home h1 a,
  header.sticky #logo_home h1 a {
    width: 110px;
    height: 40px
  }

  .guzergah {
    margin-top: 10px;
    font-size: 10px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {
  ul#top_links {
    display: none;
  }

  .route-change {
    font-size: 11px !important;
    top: 27px !important;
    z-index: 99999 !important;
    left: 162px !important;
    right: auto !important;
  }

  .prelative .route-change {
    font-size: 13px !important;
    top: 27px !important;
    z-index: 99999 !important;
    left: 168px !important;
    right: auto !important;
    background: transparent;
    color: #fff !important;
  }
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1070px) {
  .route-change {
    right: auto !important;
    left: 222px !important;
    font-size: 13px;
  }

  .prelative .route-change {
    left: 227px !important;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  label.data-label-text {
    left: 0;
    font-size: 13px;
  }

  .btn_3,
  a.btn_3 {
    padding: 12px 8px;
  }

  .box-calendar-date input {
    font-size: 13px !important;
  }

  .ticketSearchButton {
    white-space: nowrap;
    font-size: 11px;
    margin: 4px;
    top: 2px;
  }

  .ticketSearchToDayMorrow {}

  .ticketSearchToDayMorrow a {
    width: 54px;
    font-size: 12px;
  }

  .ticketSearchDate label {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 13px;
  }

  .home-light .feature_home_search {
    padding: 5px 0px !important;
  }

  .home-light .feature_home_search i {
    display: none;
  }

  .feature_home_search h6 {
    font-size: 11px !important;
    font-weight: 400;
  }

  .home-light .feature_home_search h6 span {
    font-size: 16px !important;
  }

  footer h3 {
    font-size: 12px;
  }

  .padhidden {
    display: none;
  }

  .padfull {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .padfull .row .col-sm-6 {
    width: 25% !important;
  }

  .ticketSearchDate i {
    left: 13px;
  }

  .routeclosebutton {
    display: none !important;
  }
}

@keyframes yesilBeyazYanipSon {
  0% {
    background-color: green;
  }

  50% {
    background-color: white;
  }

  100% {
    background-color: green;
  }
}


@media (max-width:450px) {
  .breadcrumb a {
    line-height: 40px;
    font-size: 12px;
    padding: 0 20px;
  }

  .breadcrumb a:first-child {
    padding-left: 0;
  }

  .tourCompany img {
    width: 100%;
  }

  .tourSeatTur {
    font-size: 14px;
  }

  .col-1.tourPrice {
    font-size: 15px;
    height: 30px;
  }

  .date-middle {
    font-size: 14px !important;
  }

  .col-3.tourDepartureArrivalon .tDA .varissaat {
    font-size: 13px;
  }

  .tourTime {
    font-size: 18px !important;
    line-height: 55px !important;
    font-weight: 600 !important;
    color: #4f478f;
  }

  .col-2.tourCompany,
  .col-2.tourTime {
    font-size: 16px;
  }

  .tourDepartureArrival {
    text-align: right;
  }

  .tourspecs {
    margin: 10px 0px;
    border: 0px;
  }

  .eventdetails {
    bottom: auto;
    top: 105px;
    left: 125px !important;
    display: table;
  }

  .eventdetails a {
    font-size: 11px !important;
  }

  .strip_all_tour_list {
    padding: 0px 5px;
  }

  .main_title h1 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
  }

  .main_title h2 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
  }

  .guzergah {
    font-size: 13px;
    font-weight: 600;
  }

  .btn.tourBtn {
    background: none;
    background-color: #28a745;
    border: 1px solid #fff;
    color: #e8e6e6;
    width: auto;
    margin-left: 35px;
    padding: 9px 15px;
    font-size: 16px !important;
    /* animation: yesilBeyazYanipSon 1.2s infinite; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }

  /* 
  .btn.tourBtn:before {
    position: absolute;
    content: "";
    top: 3px;
    left: 3px;
    z-index: 9998;
    background-image: url(../img/seat-select-red.png);
    background-size: contain;
    color: #e30613;
    width: 20px;
    height: 20px;
  } */

  .lastSeat {
    color: red;
    text-align: right;
    font-size: 13px;
  }

  .tarih {
    font-weight: 600 !important;
    font-size: 10px;
    margin: 0;
  }

  .tourPrice {
    color: #e30613;
    width: auto;
    font-size: 20px !important;
    height: 30px;
    line-height: 30px !important;
    font-weight: 600;
    text-align: left;
  }

  #divDetayInfo {
    font-size: 13px;
  }

  #divDetayInfo .tourPrice {
    text-align: right;
  }

  #divDetayInfo .text-center h3,
  #divDetayInfo .text-center .guzergah {
    text-align: left;
  }
}

@media screen and (min-width: 560px) and (max-width: 760px) {
  .ticketSearchToDayMorrow {
    top: 10px;
  }

  input.data-input {
    font-size: 14px !important;
    padding-left: 26px !important;
  }
}

@media only screen and (max-width:760px) {
  .bustable-information {
    font-size: 14px;
  }

  .bigslogan {
    font-size: 34px !important;
    line-height: 50px !important;
  }

  .slogan {
    font-size: 20px;
    background: none;
    padding: 0;
    color: #353d47;
    box-shadow: none;
    font-weight: 600;
    margin: 20px 0px;
    margin-bottom: 30px !important;
  }

  .going-type-select-classic {
    width: 100%;
  }

  .going-type-select-classic ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
  }

  .intro_title p {
    display: none;
  }

  .slogan a {
    color: #353d47;
    text-shadow: none;
  }

  .bus-mainimg {
    display: none;
  }

  .altfirmabox {
    margin: 15px 0px 15px 0px;
    position: relative;
    text-align: center;
  }

  .altfirmaslogan {
    font-size: 22px;
    color: var(--color2);
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .busdetail-box .bus-detail-icon h6 span {
    display: block;
    font-weight: 600;
    font-size: 14px;
  }

  .data-down-icon {
    font-size: 12px;
  }

  .padhidden {
    display: none;
  }

  .home-bus-ticket {
    display: none;
    background: var(--color);
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    position: relative;
  }

  .home-bus-ticket h2 {
    font-size: 16px;
  }

  .home-bus-ticket:before {
    height: 0px;
    width: 0px;
    border: 8px solid;
    border-color: var(--color);
    transform: rotate(45deg);
    position: absolute;
    content: "";
    top: 33px;
    left: 45%;
    z-index: 9999;
  }


  .other_tours ul li {
    margin: 0;
  }

  .box_style_1 {
    border: 0;
    padding: 14px;
    box-shadow: none;
  }

  .going-type-select-classic ul li.selected {
    box-shadow: none;
  }

  .box-calendar-date {
    margin-right: -3px;
    margin-left: -1px;
  }

  .data-select2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-radius: 0;
    padding: 0;
  }

  .prelative .data-select2 {
    border-bottom: 0;
  }

  .data-down-icon {
    top: -3px;
  }

  input.data-input {
    height: 45px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    background: transparent !important;
    width: 100%;
    padding-bottom: 10px;
  }

  .box-calendar-date .datepicker {
    font-size: 14px;
    font-weight: 600;
    border: 0;
    width: 100%;
  }

  .feature_home_search {
    padding: 10px;
    background: #353d47;
    border: 0;
    margin-bottom: 10px;
  }

  .feature_home_search i {
    font-size: 20px;
    color: #fff;
    margin: 8px 0px;
    float: left;
  }

  .feature_home_search h6 {
    font-size: 14px;
    margin: 0;
  }

  .borderbox {
    padding: 30px 0px;
    padding-bottom: 15px;
  }

  a#phone {
    font-size: 14px;
    font-weight: 600;
    float: left;
  }

  a#email_footer {
    font-size: 13px;
    font-weight: 600;
    float: right;
  }

  a#email_footer i,
  a#phone i {
    width: 15px;
  }

  .bustable-information th,
  .bustable-information td {
    padding: 10px;
  }

  .data-search-icon {
    top: 2px;
    font-size: 14px;
  }


  .ticketSearchDate input {
    font-size: 14px;
    padding-left: calc(23pt + 16px);
  }

  .ticketSearchToDayMorrow {
    top: 5px;
    display: flex;
    margin-bottom: 20px;
    border-radius: 1em;
    padding: 6px 4px 6px 4px;
    background-color: #f4f5f5;
  }

  .ticketSearchToDayMorrow a {
    width: 48%;
    clear: none;
    margin: 1%;
    border: 1px solid #c8c8c8;
  }

  .ticketSearchButton {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    top: 0;
  }

  ul#top_links {
    margin-right: 70px;
    display: none;
    margin-top: 0
  }

  ul#top_links li a i {
    font-size: 20pt
  }

  ul#top_links li#social_top {
    display: none
  }

  ul#top_links li a {
    font-size: 20pt;
    display: none
  }

  ul#top_links li a#access_link,
  ul#top_links li a#ticket_find {
    display: block
  }

  footer h3 {}

  footer a {
    color: var(--color2);
    font-size: 13px;
  }

  .copyrights a {
    font-size: 11px;
  }
}

/* menu */


.navbar-toggle {
  display: block;
  width: 42px;
  height: 42px;
  background-color: var(--bs-neutral-100);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 0px;
  right: 0px;
  z-index: 999999;
  position: relative;
  border: 0;
  color: var(--bs-neutral-1000);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

.navbar-alignit .navbar-header {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 50px;
}

.navbar-alignit .navbar-brand {
  top: 50%;
  display: block;
  position: relative;
  height: auto;
  transform: translate(0, -50%);
  margin-right: 15px;
  margin-left: 15px;
}

.navbar-nav>li>.dropdown-menu {
  z-index: 9999;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav>li.only_mobile {
  display: none
}

.navbar-primary {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(221, 221, 221, 0.82);
  border-top: 3px solid #3e476d;
  text-transform: uppercase;
  color: #6d6d6d !important;
}

.navbar-primary a {
  color: #6d6d6d !important;
}

.navbar-header {
  line-height: 35px;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  padding: 7px 14px;
  background: white;
  border: 1px solid #d40303;
  border-radius: 38px;
  font-size: 15px;
  line-height: 26px;
  white-space: nowrap;
  font-weight: 700;
  color: #d40303;
  transition: 0.2s;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
}

.nav>li>a:hover {
  color: #FFF;
  background: #d40303;
}

@media (min-width: 1024px) {
  .navbar-toggle {
    display: none;
  }

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar-header {
    float: left;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav {
    margin: 7.5px -15px;
  }

  .navbar-nav {
    float: left;
    margin: 0;
  }


  .navbar-nav>li {
    float: right;
  }

  .navbar-nav>li:last-child {
    padding: 0;
  }
}



.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

/* menu */
/* cookie */
#divCookieInfo {
  transition: opacity .3s;
  z-index: 599;
  padding: 1.2em 1.2em 1.2em 1em;
  width: 26em;
  background-color: #fff;
  position: fixed;
  bottom: 1em;
  left: 3em;
  box-shadow: 0 3px 6px rgba(60, 68, 72, .25);
  border-radius: .3em;
  font-size: .875em;
  text-align: left;
  z-index: 500;
}

#divCookieInfo button {
  font-size: 12px;
  border: 0px;
  background: var(--color);
  color: #fff;
  float: left;
}

#divCookieInfo span.times-icon {
  position: absolute;
  top: .5em;
  right: .6em;
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
}

.box-calendar-date .datepicker {
  border-radius: 4px;
  padding: 4px;
  width: 100%;
  padding-top: 11px;
}

@media (max-width: 768px) {
  #divCookieInfo {
    width: 75%;
    left: 1%;
    font-size: 11px;
    bottom: 15px;
    padding: 12px;
  }

  .service-info-area{
    margin-left: 10px;
  }
  
  .service-info-area .service-text{
    display: none;
  }

  .filter-block .content-block {
    position: absolute;
    top: 100%;
    margin-left: -8px;
    background-color: #fff;
    z-index: 10;
    padding: 8px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    z-index: 9999;
    display: none;
    min-width: 120px;
  }

  .quick-filter-container {
    float: none !important;
  }

  /* .custom-slogan{
    display: none !important;
  } */


  .pnrTicketType label {
    min-width: 116px !important;
  }

  .pnrTicketTypeArea {
    display: flex !important;
    justify-content: center;
  }


  .box-search-advance {
    padding: 15px !important;
  }

  .formatted-departure-date,
  .formatted-return-date {
    bottom: 17px !important;
  }

  .box-search-advance .box-bottom-search {
    flex-wrap: wrap;
  }

  .box-search-advance .box-bottom-search .item-search {
    width: 100% !important;
  }

  .footer-qr-icon {
    display: flex;
    justify-content: center;
    margin: 15px 0 20px 0;
  }

  .borderbox,
  .borderbox2,
  .borderbox3 {
    padding: 40px 0px;
  }

  #divCookieInfo button {}

  #divCookieInfo span.times-icon {
    top: .1em;
    right: 0;
    height: 2em;
    font-size: 18px;
    font-weight: 600;
  }

  .homealert {
    font-size: 10px !important;
    position: absolute;
    z-index: 90;
    top: 50px;
    padding: 5px;
    border-radius: 0;
    width: 100%;
  }

  .homealert .container {
    padding: 0 !important;
  }

  .homealert button {
    background: transparent;
    font-size: 25px;
    color: #333;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 5px;
    line-height: 16px;
  }
}

/* cookie */
/* footer home app menu */
@media only screen and (max-width: 760px) {
  .app-style .dnone {
    display: none !important;
  }

  .app-style .headmainlogo {
    height: 24px;
  }

  .app-style header {
    padding: 10px;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
  }

  .app-style input.data-input {
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 25px;
  }

  .app-style .data-search-icon {
    left: 22px;
    top: 9px;
    font-size: 20px;
  }

  .app-style .data-down-icon {
    top: 12px;
    right: 25px;
  }

  .app-style .ticketSearch {
    background: #fff;
    height: 85vh;
    padding-top: 10px;
  }

  .app-style .box_style_1 {
    border: 0;
    padding: 0;
  }

  .app-style .data-select2 {
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 5px;
    border: 1px solid #e5e5e5;
  }

  .app-style .route-change {
    top: auto;
    bottom: -5px;
    margin-top: 0;
    right: 45px;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 7px;
    border: 0;
    background: var(--color);
    color: #fff;
  }

  .app-style .going-type-select {
    margin: 0px;
    padding: 0px;
    width: 100%;
    margin-bottom: 20px;
  }

  .app-style .going-type-select ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
  }

  .app-style .going-type-select ul li {
    margin: 0px;
    padding: 7px 5px;
    display: block;
    border-bottom: 2px solid #ccc;
    width: 50%;
    white-space: nowrap;
    float: left;
    text-align: center;
  }

  .app-style .going-type-select ul li.selected {
    border-bottom: 2px solid var(--color);
  }

  .app-style .going-type-select ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #ccc;
  }

  .app-style .going-type-select ul li.selected a {
    color: var(--color);
  }

  .app-style .ticketSearchButton {
    line-height: 35px;
  }
}

/* footer home app menu */
/* home light theme */
.home-light {
  position: relative;
  z-index: 99;
  width: 100%;
  display: inline-block;
  height: 420px;
  padding-top: 15px !important;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top !important;
  background-image: url(../../img/biletara-slider-arkaplan.webp);
}


.banner-image {
  position: absolute;
}

.banner-plane {
  left: 3%;
  top: -76%;
  transform: translateY(-50%);
  width: 50%;
}

.banner-bus {
  left: 7%;
  top: -76%;
  transform: translateY(-50%);
  width: 50%;
}

.banner-plane-text {
  right: 6%;
  top: -86.5%;
  transform: rotate(-9deg);
  /* z-index: 99; */
  width: 42%;
}

.banner-bus-text {
  right: 6%;
  top: -86%;
  transform: rotate(-9deg);
  /* z-index: 99; */
  width: 42%;
}


@media only screen and (max-width:768px) {

  .banner-bus,
  .banner-plane {
    display: none;
  }

  .banner-bus-text,
  .banner-plane-text {
    display: none !important;
  }
}

@media (min-width:768px) and (max-width:1024px) {

  .banner-bus,
  .banner-plane {
    display: none;
  }

  .banner-bus-text,
  .banner-plane-text {
    display: none !important;
  }
}

@media (min-width:1025px) and (max-width:1199px) {

  .banner-bus,
  .banner-plane {
    left: -4%;
    top: -43%;
    transform: translateY(-50%);
    width: 49%;
  }

  .banner-bus-text,
  .banner-plane-text {
    right: 7%;
    top: -56%;
    transform: rotate(-9deg);
    width: 42%;
  }
}

@media only screen and (min-width:1200px) and (max-width:1366px) {

  .banner-bus,
  .banner-plane {
    top: -73%;
  }

  .banner-bus-text,
  .banner-plane-text {
    top: -96%;
  }
}

@media (min-width:1367px) and (max-width:1400px) {

  .banner-bus,
  .banner-plane {
    top: -71%;
  }

  .banner-bus-text,
  .banner-plane-text {
    top: -96%;
  }
}

.home-light .baslik .bigslogan {
  font-family: "Manrope", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 20px !important;

  font-size: 36px;
  font-weight: 800;
  color: #dd2825;
  -webkit-animation: thsncvt-animate 1.4s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  animation: thsncvt-animate 1.4s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;

}

.home-light .baslik .slogan {
  padding: 3px 25px 0px 36px;
  background-image: url(../img/tickn.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  font-weight: bold;
}

.home-light .baslik .slogan a {
  color: #fff;
  text-shadow: 0px 1px 0px #000, 1px 1px 0px rgba(0, 0, 0, 0.15);
}

.home-light .feature_home_search {
  background: #fff;
  display: block;
  padding: 10px 15px;
  text-align: center;
  color: var(--color2);
  border-radius: 5px;
  line-height: 24px;
  border: 0;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 22%);
}

.home-light .feature_home_search:hover {
  background: var(--color);
  color: #fff;
}

.home-light .feature_home_search:hover span {
  color: #fff;
}

.home-light .feature_home_search i {
  font-size: 26px;
  text-align: center;
  margin: 0;
  float: left;
  line-height: 40px;
}

.home-light .feature_home_search {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

.home-light .feature_home_search span {
  font-weight: 600;
  display: block;
  font-size: 16px;
  color: var(--color);
}





.indexfirmalar {
  height: 50px;
  width: 100%;
  overflow: hidden;
}

.indexfirmalar .firmalarmarque {
  display: block;
  width: 100%;
  height: 50px;
}

/* v2 - 2024 custom css start - te */


@media (min-width: 1400px) {
  .container {
    max-width: 1248px;
    width: 1248px;
  }


  .bar-search-btn button {
    width: 134px;
  }
}


.header .nav-main-menu {
  display: flex;
  padding: 0px;
  align-items: center;
  text-align: left;
}

.header .main-menu li {
  float: left;
  position: relative;
  padding: 0px 7px;
}

.header .main-menu li.has-children>a::after {
  content: "";
  height: 10px;
  width: 10px;
  opacity: 1;
  margin-left: 0px;
  position: absolute;
  top: 24px;
  right: 0px;
  border: solid #dd2825;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.header .main-menu li.has-children>a:hover::after {
  background: url(../img//arrow-down.svg) no-repeat center;
}

.header .main-menu li.hr {
  padding: 0px 22px;
}

.header .main-menu li.hr span {
  background-color: #ececec;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}

.header .main-menu li a {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #dd2825;
  display: block;
  padding: 20px 18px 20px 18px;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}

.header .main-menu li a:hover {
  color: #000 !important;
  transition-duration: 0.2s;
}

.header .main-menu li a i {
  margin-left: 3px;
}

.header .main-menu li ul {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 999;
  min-width: 240px;
  border-radius: 8px;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.07);
  padding: 10px 0px 10px 0px;
}

.header .main-menu li ul.sub-menu {
  background-color: #fff;
}

.header .main-menu li ul li {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.header .main-menu li ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  color: var(--bs-neutral-500);
  position: relative;
  padding: 10px 25px 10px 15px;
  transition: 0.3s;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  min-width: 182px;
}

.header .main-menu li ul li a:hover {
  transition: 0.2s;
  color: #dd2825 !important;
}

.header .main-menu li ul li ul {
  top: 0px;
  left: 100%;
}

.header .main-menu li.mega-li {
  position: static;
}

.header .main-menu li.mega-li .mega-menu {
  position: absolute;
  top: 96%;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 12345;
}

.header .main-menu li.mega-li .mega-menu .mega-menu-inner {
  max-width: 1255px;
  margin: auto;
  border: 0px solid #fff;
  border-radius: 8px;
  padding: 35px;
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url(../imgs/popup/bg-mega.png);
  border-radius: 0px 0px 16px 16px;
}

.header .main-menu li.mega-li .mega-menu .mega-menu-inner h6 {
  margin-bottom: 4px;
}

.header .main-menu li.mega-li .mega-menu .mega-menu-inner .btn-brand-secondary {
  padding: 12px 22px;
}

.header .main-menu li.mega-li .mega-menu .mega-menu-inner ul {
  display: inline-block;
  box-shadow: none;
  padding: 0px;
  border: 0px;
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
  visibility: visible;
  margin-top: 16px;
  min-width: 100%;
  background-color: transparent;
}

.header .main-menu li.mega-li .mega-menu .mega-menu-inner ul li {
  padding: 0px;
  margin-bottom: 12px;
}

.header .main-menu li.mega-li .mega-menu .mega-menu-inner ul li a {
  padding: 0px;
}

.header .main-menu li.mega-li .mega-menu .mega-menu-inner ul li a:after {
  display: none;
}

.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured {
  padding-left: 60px;
  margin-top: 0px;
}

.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li {
  margin-bottom: 0px;
}

.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li a {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #d40303 !important;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px 10px 10px 45px;
  transition-duration: 0.2s;
}

.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li a.tours {
  background-image: url(../imgs/popup/icons/tour.svg);
}

.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li a.activities {
  background-image: url(../imgs/popup/icons/activities.svg);
}

.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li a.destinations {
  background-image: url(../imgs/popup/icons/destination.svg);
}

.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li a.hotels {
  background-image: url(../imgs/popup/icons/hotel.svg);
}

.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li a.rental-car {
  background-image: url(../imgs/popup/icons/rental.svg);
}

.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li a.property {
  background-image: url(../imgs/popup/icons/property.svg);
}

.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li a.tickets {
  background-image: url(../imgs/popup/icons/ticket.svg);
}

.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li a:hover {
  color: var(--bs-warning) !important;
  padding-left: 40px;
  transition-duration: 0.2s;
}

.header .main-menu li.mega-li-small .mega-menu {
  position: absolute;
  top: 96%;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 12345;
}

.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small {
  border: 0px solid #fff;
  border-radius: 8px;
  padding: 35px 35px 23px 35px;
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: none;
  border-radius: 0px 0px 16px 16px;
  max-width: 450px;
  min-width: 450px;
}

.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small.mega-menu-inner-destinations {
  max-width: 220px;
  min-width: 220px;
}

.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small h6 {
  margin-bottom: 4px;
}

.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small ul {
  display: inline-block;
  box-shadow: none;
  padding: 0px;
  border: 0px;
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
  visibility: visible;
  margin-top: 8px;
  min-width: 100%;
  background-color: transparent;
}

.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small ul li {
  padding: 0px;
  margin-bottom: 12px;
}

.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small ul li a {
  padding: 0px;
}

.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small ul li a:after {
  display: none;
  transition-duration: 0.2s;
}

.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small ul li a:hover {
  padding-left: 5px;
  transition-duration: 0.2s;
}

.header .main-menu li:hover>ul {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.header .main-menu li:hover>ul li {
  width: 100%;
}

.header .main-menu li:hover.mega-li .mega-menu,
.header .main-menu li:hover.mega-li-small .mega-menu {
  display: block;
}

.header.stick {
  padding: 0px;
}

.header.stick .top-bar {
  display: none;
}

.header.header-fixed {
  position: fixed;
  top: 0px;
  left: 0px;
}

.header.header-fixed.header {
  border-bottom-color: rgba(255, 255, 255, 0.3490196078);
}

.header.header-fixed.header .main-menu>li>a {
  color: #fff;
}

.header.header-fixed.header .main-menu li.has-children>a::after {
  background: url(../imgs/popup/icons/arrow-down-w.svg) no-repeat center;
}

.header .main-menu li::marker {
  color: transparent;
}

.headerbar-left-te {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  position: relative;
}

.headerbar-right-te {
  text-align: right;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;

}

.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.main-header .header-logo {
  margin-right: 0px;
}

.main-header .header-nav {
  width: 100%;
  text-align: center;
  border-left: 1px solid #eaeaea;
  margin-left: 30px;
}

.burger-icon-2 {
  position: relative;
  cursor: pointer;
  top: auto;
  right: 0px;
  z-index: 999999;
  display: block;
  text-align: center;
  padding: 11px 18px;
  background: #d40303;
  border: 1px solid #d40303;
  border-radius: 38px;
  font-size: 16px;
  line-height: 18px;
  white-space: nowrap;
  font-weight: 700;
  color: #FFF;
  transition: 0.2s;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;

}


.popup-signin,
.popup-signup,
.popup-forgot-pass,
.empty-seat-notification {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background: url(../img/popup/overlay.png) repeat;
  overflow-y: hidden;
  overflow-x: hidden;
  display: none;
  padding: 10px;
}

.popup-signin .popup-container,
.popup-forgot-pass .popup-container,
.popup-signup .popup-container,
.empty-seat-notification .popup-container {
  border-radius: 16px;
  background-color: #ffffff;
  background-image: url(../imgs/popup/bg-signin.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
  max-width: 470px;
  width: 100%;
  margin: 3% auto auto auto;
  border: 1px solid #ffffff;
}

.popup-forgot-pass .popup-container .popup-content,
.popup-signin .popup-container .popup-content,
.popup-signup .popup-container .popup-content,
.empty-seat-notification .popup-content {
  padding: 30px;
}

.form-group .cb-remember {
  height: 15px;
  width: 15px;
  float: left;
  margin: 1px 10px 0px 0px;
  position: relative;
  left: auto;
}

.form-group .remeber-me label {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}

.form-group label.text-sm-medium {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #d40303 !important;
  margin-bottom: 8px;
}

.form-group input.username {
  background-image: url(../img/popup/username.svg);
  background-position: left 18px center;
  background-repeat: no-repeat;
  padding-left: 45px;
}

.form-group input.username:focus {
  background-image: url(../img/popup/username.svg);
  background-position: left 18px center;
  background-repeat: no-repeat;
  padding-left: 45px;
}

.form-group input.email {
  background-image: url(../img/popup/email.svg);
  background-position: left 18px center;
  background-repeat: no-repeat;
  padding-left: 45px;
}

.form-group input.email:focus {
  background-image: url(../img/popup/email.svg);
  background-position: left 18px center;
  background-repeat: no-repeat;
  padding-left: 45px;
}

.form-group input.phone {
  background-image: url(../img/popup/phone.svg);
  background-position: left 18px center;
  background-repeat: no-repeat;
  padding-left: 45px;
}

.form-group input.phone:focus {
  background-image: url(../img/popup/phone.svg);
  background-position: left 18px center;
  background-repeat: no-repeat;
  padding-left: 45px;
}

.form-group input.password {
  background-image: url(../img/popup/pass.svg);
  background-position: left 18px center;
  background-repeat: no-repeat;
  padding-left: 45px;
}

.form-group input.password:focus {
  background-image: url(../img/popup/pass.svg);
  background-position: left 18px center;
  background-repeat: no-repeat;
  padding-left: 45px;
}

#frmNewPassenger input {
  border-radius: 12px;
}

#frmNewPassenger select {
  border-radius: 12px !important;
}

#btnNewPassenger {
  border-radius: 12px;
}

.box-remember-forgot {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.popup-firstload {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background: url(../imgs/popup/overlay.png) repeat;
}

.popup-firstload .popup-container {
  border-radius: 16px;
  background-color: var(--bs-background-5);
  background-image: url(../img/popup/bg-popup.png);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  max-width: 1036px;
  width: 100%;
  margin: 6% auto auto auto;
  border: 1px solid #ffffff;
}

.popup-firstload .popup-container .popup-content {
  padding: 61px 0px;
  display: flex;
}

.popup-firstload .popup-container .popup-left {
  padding-left: 72px;
  width: 50%;
}

.popup-firstload .popup-container .popup-right {
  position: relative;
  width: 50%;
}

.close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1234;
  height: 42px;
  width: 42px;
  background: url(../img/popup/close.png) no-repeat center;
  background-color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}

.close-forgot-pass,
.close-popup-signin,
.close-popup-signup {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1234;
  height: 42px;
  width: 42px;
  background: url(../img/popup/close.png) no-repeat center;
  background-color: white;
  border-radius: 4px;
  cursor: pointer;
  border: 0;
}

.logo-area {
  padding: 21px 21px 21px 72px;
  background-color: #ffffff;
  border-radius: 0px 500px 500px 0px;
  display: inline-block;
  margin-left: -72px;
}

.button-area {
  padding: 28px 46px;
  background-color: #ffffff;
  border-radius: 500px 0px 0px 500px;
  display: inline-block;
  margin-left: -72px;
  position: absolute;
  right: 0px;
  bottom: 48px;
}

.button-area .btn-next {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #d40303 !important;
  display: inline-block;
  padding: 0px;
  line-height: 36px;
}

.button-area .btn-next svg {
  stroke: #ffffff;
}

.button-area .btn-next:hover {
  background-color: var(--bs-brand-secondary);
}

.button-area .btn-next:hover svg {
  stroke: #d40303 !important;
}

.title-popup {
  margin-top: 22px;
  margin-bottom: 30px;
}

.box-price {
  border: 4px solid var(--bs-color-white);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  background-color: var(--bs-brand-secondary);
  text-align: center;
  line-height: 95px;
  position: absolute;
  bottom: -10px;
  left: -40px;
}

.box-price .box-price-inner {
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
}

.box-price .box-price-inner .text-price-1 {
  font-size: 9px;
  line-height: 14px;
  font-weight: 700;
  display: block;
  color: var(--bs-color-1000);
}

.box-price .box-price-inner .text-price-2 {
  font-size: 29px;
  line-height: 39px;
  display: block;
  font-weight: 700;
  color: var(--bs-color-1000);
}

.box-price .box-price-inner .text-price-3 {
  font-size: 11x;
  display: block;
  line-height: 18px;
  font-weight: 700;
  color: var(--bs-color-1000);
  text-decoration: underline;
}

.btn.btn-black-lg {
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 26px !important;
  font-family: "Manrope", sans-serif;
  font-weight: 800 !important;
  background-color: #5CB338;
  border-radius: 50px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 14px;
  width: 100%;
  justify-content: center;
}

.popup-content .btn.btn-black-lg {
  background-color: #000000;
  color: #ffffff !important;
}

.popup-signin .popup-content .btn.btn-black-lg,
.popup-signup .popup-content .btn.btn-black-lg {
  background-color: #d40303;
  color: #ffffff !important;
}

.title-bigred {
  font-size: 36px;
  line-height: 48px;
  font-weight: 800;
}

.neutral-1000 {
  color: #d40303;
}

.mobile-header-wrapper-style,
.sidebar-canvas-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 100vh;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: var(--bs-neutral-0);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 1006;
  /* max-width: 380px; */
}

.mobile-header-wrapper-style.sidebar-visible,
.mobile-header-wrapper-style.sidebar-canvas-visible,
.sidebar-canvas-wrapper.sidebar-visible,
.sidebar-canvas-wrapper.sidebar-canvas-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.sidebar-canvas-wrapper {
  max-width: 485px;
}


.sidebar-canvas-wrapper .sidebar-canvas-container {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.sidebar-canvas-wrapper .sidebar-canvas-container .sidebar-canvas-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid var(--bs-border-color);
}

.sidebar-canvas-wrapper .sidebar-canvas-container .sidebar-canvas-content {
  padding: 15px;
}

.box-author-profile {
  border-radius: 8px;
  border: 1px solid var(--bs-border-color);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;
}

.card-info p {
  margin-bottom: 0px;
}

.close-canvas {
  height: 38px;
  width: 38px;
  border-radius: 4px;
  line-height: 17px;
  background-color: var(--red);
  text-align: center;
  color: white;
  padding: 10px;
}

.close-canvas img {
  display: inline-block;
  vertical-align: middle;
}

.sidebar-canvas-lang {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.title-quicklinks {
  background: url(../img/icons/quick-link.svg) no-repeat left center;
  padding: 0px 0px 0px 32px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 32px;
}

.title-eventsdate {
  background: url(../img/icons/events.svg) no-repeat left center;
  padding: 0px 0px 0px 32px;
  margin-bottom: 15px;
}

.title-savedplaces {
  background: url(../img/icons/saved-place.svg) no-repeat left center;
  padding: 0px 0px 0px 32px;
  margin-bottom: 32px;
}

.title-contactus {
  background: url(../img/icons/contact.svg) no-repeat left center;
  padding: 0px 0px 0px 32px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 32px;
}

.box-list-quicklinks {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px;
}

.box-list-quicklinks .item-quicklinks {
  width: 50%;
  margin-bottom: 16px;
  padding: 0px 5px;
  display: flex;
  align-items: center;
}

.box-list-quicklinks .item-quicklinks .item-icon {
  height: 58px;
  width: 58px;
  line-height: 54px;
  min-width: 58px;
  text-align: center;
  border: 1px solid var(--bs-neutral-200);
  border-radius: 8px;
  background-color: var(--bs-neutral-100);
  margin-right: 15px;
  font-size: 21px;
}

.box-list-quicklinks .item-quicklinks .item-icon img {
  display: inline-block;
  vertical-align: middle;
}

.box-list-quicklinks .item-quicklinks:hover .item-icon {
  background-color: var(--bs-brand-secondary);
}

.box-list-quicklinks .item-quicklinks .item-info a {
  color: var(--bs-neutral-1000);
}

.box-list-quicklinks .item-quicklinks .item-info a:hover {
  color: var(--bs-warning);
}

.box-list-quicklinks .item-quicklinks .item-info .online {
  padding: 0px 0px 0px 15px;
  background: url(../img/icons/online.svg) no-repeat left center;
}

.box-list-quicklinks .item-quicklinks .item-info .resolved {
  padding: 0px 0px 0px 15px;
  background: url(../img/icons/resolved.svg) no-repeat left center;
}

.box-eventsdate,
.box-savedplaces,
.box-contactus {
  margin-bottom: 48px;
}

.contact-info .address-2 {
  padding: 0px 0px 0px 23px;
  background: url(../img/icons/address2.svg) no-repeat left top 4px;
  color: var(--bs-neutral-400);
  margin-bottom: 19px;
}

.contact-info .hour-work-2 {
  padding: 0px 0px 0px 23px;
  background: url(../img/icons/hour-work2.svg) no-repeat left top 5px;
  color: var(--bs-neutral-400);
  margin-bottom: 19px;
}

.contact-info .email-2 {
  padding: 0px 0px 0px 23px;
  background: url(../img/icons/mail2.svg) no-repeat left top 5px;
  color: var(--bs-neutral-400);
  margin-bottom: 19px;
}

.card-author {
  display: flex;
  align-items: center;
}

.card-author .card-image {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  display: none;
}

.card-author .card-image img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
}

.text-xs-bold,
.text-sm-bold,
.text-md-bold,
.text-lg-bold,
.text-xl-bold {
  font-weight: 700 !important;
}

.text-md,
.text-md-medium,
.text-md-bold {
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}


.burger-icon {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: auto;
  right: 50px;
  z-index: 999999;
  display: none;
  padding: 3px;
  border: 1px solid #000;
}


@media (max-width: 575.98px) {

  .box-search-advance .box-bottom-search .item-search {
    width: 100%;
    border-bottom: 1px solid var(--bs-border-color);
    padding: 0px;
  }

  .custom-slogan h1 {
    font-size: 16px !important;
  }

  .form-pnr-custom {
    margin-top: 0 !important;
  }

  .formatted-departure-date-secondary {
    left: 100px !important;

  }

  .single-input {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .dual-input {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .category-th {
    left: 2px !important;
    width: 100%;
    display: flex;
    justify-content: space-around;
  }

  .sync-style {
    transform: rotate(90deg);
  }

  .sync-style-u {
    position: absolute;
    left: 82% !important;
    top: -27px !important;
  }

  .new-searchbar-btn {
    width: 100% !important;
  }

  .category-link {
    font-size: 13px;
  }


  .item-search .select2-selection__rendered,
  #pasSelectorBtn {
    background-color: #fff !important;
  }

  #gidistarihi-te,
  #donustarihi-te,
  .box-search-advance .box-bottom-search .item-search {
    width: 100%;
    /* border-bottom: 1px solid #e4e6e8; */
    /* margin-bottom: 15px; */
  }

  .box-search-advance .box-bottom-search .item-search:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
  }

  .burger-icon-2 {
    right: 60px;
    padding: 7px 14px;
    font-size: 13px;
  }

  /* 
  .custom-slogan {
    display: none !important;
  } */

  .second-search-icon {
    top: 25px !important;
  }

  .created-invoice-info,
  .create-invoice-info-heads {
    font-size: 14px !important;
  }

  .company-type-area {
    width: 50% !important;
  }

  .invoice-input-area {
    width: 100% !important;
  }

  .second-search-icon {
    top: 0px !important;
  }

  .create-invoice-info {
    margin-top: 20px;
  }



  .invoice-type {
    max-width: 130px;
  }

  .created-invoice-info {
    justify-content: space-between !important;
  }

  #dataContainerarrName {
    margin: 0;
  }


  .btn.btn-mode {
    width: 35px !important;
  }

  .burger-icon-2 {
    right: 42px !important;
  }

  tbody .btn-all {
    margin-top: 20px !important;
  }

  .passengers-table {
    padding: 0px !important;
  }

  .box-list-busnew .item-busnew {
    flex-wrap: wrap;
  }

  .busnew-button,
  .busnew-button a {
    width: 100%;
  }

  .box-list-busnew .item-busnew .busnew-price .busnew-price-1 {
    padding: 0px 10px !important;

  }

  .box-list-busnew .item-busnew .busnew-route .busnew-route-icon {
    margin: 0px 13px !important;
  }
}

.burger-icon>span {
  display: block;
  position: absolute;
  left: 6px;
  width: 20px;
  height: 1px;
}

.burger-icon>span.burger-icon-top {
  top: 10px;
}

.burger-icon>span.burger-icon-mid {
  top: 18px;
}

.burger-icon>span.burger-icon-bottom {
  bottom: 9px;
}

.burger-icon.burger-icon-white>span::before,
.burger-icon.burger-icon-white>span::after {
  background-color: var(--bs-neutral-1000);
}

.burger-icon>span::before,
.burger-icon>span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
}

@media (max-width: 575.98px) {
  .main-header .headerbar-right-te {
    min-width: 150px;
  }

  .container-all-bus-inputs {
    margin-top: 26px !important;
  }

  .radio-s {
    padding: 0 10px !important;
  }
}

.btn.btn-signin {
  padding: 9px 18px;
  background-color: var(--bs-neutral-0);
  border: 1px solid var(--bs-border-color) !important;
  border-radius: 38px;
  font-size: 15px !important;
  line-height: 24px !important;
  white-space: nowrap;
  font-weight: 700 !important;
  color: var(--bs-neutral-1000);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner {
  padding: 0px 0px 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}



@media (max-width: 499.98px) {
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    padding: 15px 15px 13px 15px;
    display: flex;
    justify-content: center;
  }

  .download-apps img {
    max-height: 44px;
  }
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area {
  padding: 0px 30px 0px 30px;
}

@media (max-width: 499.98px) {
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    padding: 15px;
  }
}

.perfect-scroll {
  height: 100vh;
  width: 100%;
  position: relative;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-menu {
  padding: 0px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding: 0px 0;
  margin-bottom: 0px;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  border-radius: 28px;
  display: inline-block;
  color: var(--bs-neutral-1000);
  transition-duration: 0.2s;
}

.button-bg-2 {
  background-color: var(--bs-button-bg-2) !important;
}

.close-mobile-menu-te a {
  padding: 5px 10px;
}


@media (min-width:546px) and (max-width:1199px) {
  .mobile-header-top {
    display: flex;
    justify-content: center;
    padding: 13px;
  }
}

.intro_title h3,
.intro_title h1 {
  font-size: 24px;
  margin-bottom: 0px;
  color: #333;
  font-weight: 600;
  text-shadow: none;
}

#hero {
  background: #eaeaea;
  color: #333;
}

.sidebar-canvas-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-bottom: 1px solid var(--bs-border-color);
}

.btn.btn-black {
  padding: 8px 18px !important;
  color: var(--bs-neutral-0) !important;
  font-size: 14px !important;
  line-height: 22px !important;
  font-family: "Manrope", sans-serif;
  font-weight: 700 !important;
  background-color: var(--bs-neutral-1000);
  border-radius: 50px;
  border: 0;
}

.text-xs,
.text-xs-medium,
.text-xs-bold {
  font-size: 12px;
  line-height: 18px;
}

.popup-new-member {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background: url(../img/popup/overlay.png) repeat;
  overflow-y: hidden;
  overflow-x: hidden;
  display: none;
  padding: 10px;
}

.popup-new-member .popup-container {
  background-color: var(--bs-neutral-0);
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
  max-width: 470px;
  width: 100%;
  margin: 3% auto auto auto;
  border: 1px solid var(--bs-neutral-0);
}

.popup-new-member .popup-container .popup-content,
.popup-signup .popup-container .popup-content {
  padding: 30px;
}

.close-popup-new-member {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1234;
  height: 36px;
  width: 36px;
  background: url(../img/popup/close.png) no-repeat center;
  background-color: var(--bs-neutral-100);
  border-radius: 4px;
  cursor: pointer;
}

.popup-new-member .popup-content h4 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 800;
}

/*---*/

.popup-insurance {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background: url(../img/popup/overlay.png) repeat;
  overflow-y: hidden;
  overflow-x: hidden;
  display: none;
  padding: 10px;
}



.popup-insurance .popup-container {
  background-color: var(--bs-neutral-0);
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
  max-width: 470px;
  width: 100%;
  margin: 3% auto auto auto;
  border: 1px solid var(--bs-neutral-0);
}

.popup-insurance .popup-container .popup-content,
.popup-signup .popup-container .popup-content {
  padding: 30px;
}

.close-popup-insurance {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1234;
  height: 42px;
  width: 42px;
  background: url(../img/popup/close.png) no-repeat center;
  background-color: var(--bs-neutral-100);
  border-radius: 4px;
  cursor: pointer;
}

.popup-insurance .popup-content h4 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 800;
}

.popup-esim {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background: url(../img/popup/overlay.png) repeat;
  overflow-y: hidden;
  overflow-x: hidden;
  display: none;
  padding: 10px;
}



.popup-esim .popup-container {
  background-color: var(--bs-neutral-0);
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
  max-width: 470px;
  width: 100%;
  margin: 3% auto auto auto;
  border: 1px solid var(--bs-neutral-0);
}

.popup-esim .popup-container .popup-content,
.popup-signup .popup-container .popup-content {
  padding: 30px;
}

.close-popup-esim {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1234;
  height: 42px;
  width: 42px;
  background: url(../img/popup/close.png) no-repeat center;
  background-color: var(--bs-neutral-100);
  border-radius: 4px;
  cursor: pointer;
}

.popup-esim .popup-content h4 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 800;
}

.close-popup-yy {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 1234;
  height: 26px;
  width: 26px;
  background: url(../img/popup/close.png) no-repeat center;
  border-radius: 4px;
  background-size: 19px;
  cursor: pointer;
  border: 2px solid #df0000;
}

.table-yolcu-infoo {
  width: 100%;
  border-collapse: collapse;
}

.tr-ins {
  background: #f4faff;
  line-height: 35px;
  font-size: 14px;
}

.close-popup-yyy {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 1234;
  height: 26px;
  width: 26px;
  background: url(../img/popup/close.png) no-repeat center;
  border-radius: 4px;
  background-size: 19px;
  cursor: pointer;
  border: 2px solid #df0000;
}

.table-yolcu-infooo {
  width: 100%;
  border-collapse: collapse;
}

.tr-esim {
  background: #f4faff;
  line-height: 35px;
  font-size: 14px;
}

/* v2 - 2024 custom css start - te */

.box-bus {
  border: 1px solid var(--bs-border-color);
  border-radius: 16px;
  background-color: var(--bs-neutral-0);
  padding: 44px 28px 28px 28px;
  position: relative;
  z-index: 999;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}


.fa-search {
  font-weight: 100 !important;
  padding-right: 10px;
  font-size: 19px;
}

.row-bus {
  border: 1px solid var(--bs-border-color);
  border-radius: 16px;
  background-color: var(--bs-neutral-0);
  padding: 0px 0px;
  padding-bottom: 11px;
  display: flex;
  align-items: flex-end;
}

.mtt {
  padding-top: 20px;
}

.category-link {
  display: inline-block;
  padding: 8px 18px;
  color: #d81c1c;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
  border-right: 2px solid red;
}

.category-link:hover,
.category-link.active {
  background-color: #f3f3f3;
  color: #d81c1c;
}

.radio-s {
  margin-left: 11px;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-7 {
  margin-top: 7px !important;
}


.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width:768px) {
  .radio-s .form-check {
    display: block;
    min-height: 1.5rem;
    margin-bottom: .125rem;
    font-size: 13px;
    padding-left: 0px;
    font-weight: 600;
  }
}

.me-3 {
  margin-right: 1rem !important;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;

}

.form-check-input:checked {
  background-color: #d40303 !important;
  border-color: #d40303 !important;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #e4e6e8;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

/* .by-row {
  border-right: 1px solid #e4e6e8;
} */

.by-row:last-child {
  border-right: 0px;
}

.sycn-img {
  width: 30px;
}


.sync-style {
  position: absolute;
  left: -18px;
  top: 15px;
  cursor: pointer;
  font-size: 16px;
  color: #717070;
  height: 35px;
  background: #fcfcfc;
  border-radius: 20px;
  padding: 5px;
  width: 35px;
  display: flex;
  justify-content: center;
  z-index: 99;
  border: 1px solid;
  align-items: center;
}

.sync-style a {
  color: #FFF;
}

@media (min-width: 576px) and (max-width: 767.9px) {
  .sync-style {
    left: -7% !important;
    top: 17px !important;
  }

  .sync-style-u {
    right: 77px !important;
    top: -30px !important;
    left: auto !important;
  }

  .expeditions-second-input .markerS {
    left: -10px !important;
  }

  .formatted-departure-date-secondary {
    left: 72px !important;
  }

  .busnew-route-icon {
    margin: 0px 20px !important;
  }

  .odd-sfr-tp {
    margin-left: 0 !important;
  }

  .new-searchbar-icon {
    left: 27px !important;
    top: 9px !important;
  }

  .new-searchbar-icon-second {
    left: 27px !important;
    top: 9px !important;
  }

  .box-calendar-date .datepicker {
    height: 35px !important;
  }

  .formatted-departure-date-bus {
    bottom: 10px !important;
  }
}



@media only screen and (max-width: 767px) {

  .row-mob {
    display: none;
  }


  .box-bus {
    top: 0px;
    padding: 15px;

  }

  .ticketSearchBox {
    top: 0px;
  }

  .row-bus {
    padding: 21px 0px;
    border: 0px;
  }

  .mtt {
    padding-top: 15px;
  }

  .box-install-app {
    padding: 30px 0px 45px 0px;
  }

  .block-install-apps h2 {
    line-height: 50px;
    font-size: 42px;
    font-weight: 500;
  }

  .box-calendar-date input {
    color: #786e6e;
    border: 0px;
    height: auto;
    background-color: transparent;
    padding-left: 22px !important;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    background: url(../img/calendar.svg) no-repeat left center;
  }

  .mt-30 {
    margin-top: 30px;
  }

  .sfr-tp {
    position: relative;
    top: 5px;
  }

  #ui-datepicker-div {
    width: 287px !important;
  }

  .ui-datepicker-header {
    padding: 0 !important;
  }

  .ui-datepicker-calendar th,
  .ui-datepicker-calendar td {
    padding: 3px !important;
    text-align: center;
  }

  .ui-datepicker-group {
    display: inline !important;
  }

  .ui-datepicker-calendar a {
    padding: 1px !important;
  }
}

.ui-datepicker {
  background: #fff;
  border: 1px solid #ddd;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.ui-datepicker-header {
  background: #f7f7f7;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.ui-datepicker-title {
  position: relative;
  padding: .2em 0;
  background-color: #d40303;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  font-size: 14px;
}

.ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  padding: 0;
  text-align: center;
  font-size: 12px;
  width: 30px;
  height: 30px;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  text-transform: uppercase;
}

.ui-datepicker-calendar th {
  background-color: #eee;
}

.ui-datepicker-calendar a {
  display: block;
  padding: .2em;
  text-decoration: none;
  color: #333333;
}

.ui-datepicker-calendar .ui-state-highlight {
  /*background: #fdf59a;
      border-radius: 18px;*/
}

.ui-datepicker-calendar .ui-state-active {
  background: #d40303;
  color: #fff;
  border-radius: 15px;
}

.ui-datepicker-group {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #d3d3d3;
  margin: 0 auto .4em;
  padding: 7px;
}

.ui-datepicker-group-last {
  border-right: 0px;
}

#ui-datepicker-div {
  width: auto !important;
  border-radius: 3px;
}

.ui-datepicker-calendar .ui-state-disabled>span {
  color: #d7d7d7;
  width: 100%;
  display: block;
  padding: 5px;
  font-size: 14px;
  cursor: not-allowed;
}

.box-calendar-date input {
  border: 0px;
  height: auto;
  background-color: transparent;
  padding-left: 30px !important;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  background: url(../img/calendar.svg) no-repeat left 4px center;
}


@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .burger-icon {
    top: auto;
    right: 0;
    display: block;
  }

  .burger-icon-2 {
    right: 70px;
  }

  .fa-search {
    font-weight: 100 !important;
    padding-right: 0px;
    font-size: 12px;
  }

  .btn.btn-black-lg {
    font-size: 12px !important;
  }

}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .burger-icon {
    display: none;
  }

  .fa-search {}

  .btn.btn-black-lg {}

  .burger-icon-2 {
    right: 0px;
  }
}

.new-slogan {
  font-size: 48px;
  display: none;
  font-weight: 800;
  color: #dd2825;
  -webkit-animation: thsncvt-animate 1.4s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  animation: thsncvt-animate 1.4s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}


@-webkit-keyframes thsncvt-animate {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@keyframes thsncvt-animate {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}




.box-top-flights {
  padding: 30px 0;
}

@media only screen and (max-width: 767.9px) {
  .home-light {
    padding: 15px 0 15px 0 !important;
    background: #fff;
    height: auto;
  }

  .new-searchbar-search {
    margin-left: 0 !important;
  }

  .new-bus-search-area {
    margin-bottom: 10px !important;
  }

  .box-top-flights {
    padding-top: 25px;
  }

  .new-slogan {
    display: none;
  }

  .home-light .feature_home_search {
    padding: 10px 20px;
    background: #353d47;
    border: 0;
    margin: 0;
    margin-bottom: 10px;
    box-shadow: none;
    font-size: 13px;
    color: #fff;
  }

  .home-light .feature_home_search i {
    font-size: 20px;
    color: #fff;
    margin: 8px 0px;
    float: left;
    line-height: 20px;
  }


  .home-light .feature_home_search span {
    color: #fff;
  }
}


.text-center-end {
  text-align: center;
}

@media (max-width:768px) {
  .text-center-end {
    text-align: start;
  }
}

.flight-info-cont .col-md-6 {
  border-left:
    2px solid #dd2825;
}

.flight-info-cont p {
  margin-bottom: 0;
}

.flight-info-cont h6 {
  font-size: 1rem;
  margin-bottom: 0;
}

/* home light theme */
.slogan-main-new {
  padding-top: 0;
  padding-top: 60px;
}

.slogan-main-title {
  text-align: center;
  font-size: 27px;
  font-weight: 800;
  margin-bottom: 15px;
  /*animation: myAnim 2s ease 0s 1 normal forwards;*/
}

.slogan-main-desc {
  font-size: 14px;
}

.slogan-main-title span {
  color: #dd2825;
  display: block;
}

@keyframes myAnim {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: translateY(-250px);
  }

  38% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0);
  }

  55% {
    animation-timing-function: ease-in;
    transform: translateY(-65px);
  }

  72% {
    animation-timing-function: ease-out;
    transform: translateY(0);
  }

  81% {
    animation-timing-function: ease-in;
    transform: translateY(-28px);
  }

  90% {
    animation-timing-function: ease-out;
    transform: translateY(0);
  }

  95% {
    animation-timing-function: ease-in;
    transform: translateY(-8px);
  }

  100% {
    animation-timing-function: ease-out;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 767.9px) {

  .slogan-main-new {
    padding-top: 50px;
    text-align: start;
  }

  .title-svg {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 36px;
    font-weight: 800;
  }

  .slogan-main-title {
    font-size: 24px;
    font-weight: 800;
  }
}

.btn-myticket {
  padding: 7px 14px;
  color: green;
  border: 1px solid green;
  border-radius: 38px;
  font-size: 15px;
  line-height: 27px;
  white-space: nowrap;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  transition: 0.2s;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
}

.btn-myticket:hover {
  background: green;
  color: white;
}

.btn-myticketmobile {
  padding: 8px 16px;
  background: green;
  color: white;
  border: 0;
  border-radius: 38px;
  font-size: 16px;
  line-height: 26px;
  white-space: nowrap;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  transition: 0.2s;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
}

.btn-myticketmobile:hover {
  color: #fff !important;
}

.btn-myticketmobile:hover {
  color: #fff !important;
}


.pt-30 {
  padding-top: 30px;
}

@media (min-width: 500px) and (max-width:991px) {

  .fa-search {
    font-weight: 100 !important;
    padding-right: 0px;
    font-size: 16px;
    margin-right: 12px;
  }

  .btn.btn-black-lg {
    font-size: 18px !important;
    line-height: 26px !important;
    border-radius: 38px !important;
  }

}

.sub-menu-btn-custom,
.sub-menu-btn-custom-second {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.sub-menu,
.sub-menu-second {
  padding: 10px 0px 0px 0px !important;
}

.sub-menu>li>a {
  font-size: 14px !important;
  color: var(--bs-neutral-500) !important;
}

.sub-menu>li>a:hover,
.sub-menu-second>li>a:hover {
  color: var(--color) !important;
  transition-duration: 0.2s;
  padding-left: 13px !important;
}

.sub-menu>li {
  border-bottom: none !important;
  margin: 0;
  padding: 0 !important;
}

.has-children {
  border-bottom: none !important;
}

.popup-content h4 {
  font-size: 26px !important;
  line-height: 36px !important;
  font-weight: 800 !important;
}

.form-group .username,
.password {
  height: 40px !important;
  font-size: 16px;
}

.form-login .neutral-500 {
  margin-bottom: 0 !important;
}

.form-login .form-group {
  margin-bottom: 12px;
}

.popup-content .btn.btn-login {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 8px;
  min-width: 56px;
  color: var(--bs-neutral-1000);
  font-size: 14px;
  line-height: 22px;
  border: 1px solid var(--bs-neutral-200);
  height: 43px;
  position: absolute;
  bottom: 65px;
  right: 30px;
  z-index: 99999;
}

.popup-content .form-group input {
  background: var(--bs-neutral-100) !important;
  border: 1px solid var(--bs-neutral-200);
}

.form-login input.username,
input.password {
  padding-left: 10px !important;
}

.form-login .btn.btn-black-lg {
  padding: 10px 20px !important;
  font-size: 16px !important;
  line-height: 21px !important;
  width: 100%;

}

@media (max-width: 1199.98px) {
  .btn.btn-black-lg {
    width: 100%;
    justify-content: center;
  }

  .box-search-advance .box-bottom-search {
    flex-wrap: wrap;
  }

  .bar-search-btn {
    margin-top: 15px;
  }

  .card-options {
    width: 48% !important;
  }
}

.sfr-tp .form-check {
  margin-top: 5px;
}


.custom-card-number {
  font-size: 22px !important;
}


@media (min-width: 1200px) {
  .mtt {
    margin-top: 46px !important;
  }

  .overflow-icon {
    display: none;
  }

  .slogan-span {
    max-width: 60% !important;
  }

  .slogan-span {
    font-size: 27px !important;
  }

  .banner-bus {
    top: -57% !important;
  }

  .expeditions-search-icon {
    left: 5px !important;
    top: 9px !important;
  }

  .banner-plane {
    top: -48% !important;
  }

  .eventdetails {
    left: 320px !important;
    top: 104px !important;
  }

  .new-bus-search-area .fa-map-marker-alt {
    bottom: 25px !important;
    font-size: 16px !important;
    left: 27px !important;
    position: absolute;
  }
}

.custom-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px !important;
}

.card-img {
  height: auto;
  width: 130px;
}

.custom-card-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.card-btn a {
  min-width: 85px;
}

.custom-card-context {
  display: flex;
}


.box-list-busnew {
  position: relative;
  margin-bottom: 8px;
}

.box-list-busnew .item-busnew {
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--bs-border-color);
  border-radius: 8px;
  background-color: var(--bs-neutral-0);
  padding: 17px 19px;
  margin-bottom: 2px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.box-list-busnew .item-busnew .busnew-route,
.box-list-busnew .item-busnew .busnew-price,
.box-list-busnew .item-busnew .busnew-name {
  display: flex;
  align-items: center;
  color: #4a4a4a;
}

.box-list-busnew .item-busnew .busnew-route.busnew-route-type-2 {
  flex-wrap: wrap;
  max-width: 474px;
}

.box-list-busnew .item-busnew .busnew-route.busnew-route-type-2 .busnew-route-1 {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 34px;
  margin-bottom: 15px;
}

.box-list-busnew .item-busnew .busnew-route.busnew-route-type-2 .busnew-route-2 {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 35px;
}

.box-list-busnew .item-busnew .busnew-route .busnew-route-icon {
  min-width: 24px;
  height: 24px;
  margin: 0px 29px;
  background-image: url(../img/route.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.box-list-busnew .item-busnew .busnew-route .busnew-name img {
  width: 48px;
  margin-right: 12px;
  display: block;
  height: 48px;
}

.box-list-busnew .item-busnew .busnew-route .busnew-name .busnew-info .time-busnew {
  padding: 0px 0px 0px 20px;
  background-image: url(../img/timeclock.png);
  background-repeat: no-repeat;
  background-position: left center;
  color: var(--bs-neutral-500);
}

.box-list-busnew .item-busnew .busnew-route .busnew-name .busnew-info .time-busnew span {
  color: var(--bs-neutral-1000);
}

.box-list-busnew .item-busnew .busnew-price .busnew-price-1 {
  border-left: 1px solid var(--bs-border-color);
  padding: 0px 20px;
}

.box-list-busnew .item-busnew .busnew-price .busnew-price-2 {
  border-left: 1px solid var(--bs-border-color);
  padding: 0px 29px;
}

.box-list-busnew .item-busnew:hover {
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
}

@media (min-width: 576px) and (max-width: 1200px) {
  .busnew-route {
    width: 185px !important
  }



  .busnew-route-icon {
    margin: 0px 10px !important;
  }

  .box-list-busnew .item-busnew {
    padding: 10px 21px
  }
}

@media (min-width: 992px) and (max-width: 1199.9px) {
  .box-install-app-3 .block-install-apps {
    background-position: left 242px center;
  }

  .borderbox {
    margin-top: 40px;
  }

  #btn-get-flights {
    max-width: 672px;
  }

  .poplist-box-te .poplist-box-left .poplist-box-end {
    min-width: 80px !important;
    text-align: center;
  }

  .poplist-box-te .poplist-box-left .poplist-box-start {
    min-width: 80px !important;
    text-align: center;
  }

  .pnr-img {
    left: 9%;
    top: -52%;
    transform: translateY(-50%);
    width: 77%;
  }

  .new-searchbar-btn {
    margin-top: 25px !important;
  }

  /* 
  .main-flight-dropdown .formatted-departure-date{
    display: none;
  }  */

  .download-apps img:first-child {
    margin-bottom: 5px;
  }

  .breadcrumb-container {
    top: 90px !important;
  }

}

.mb-40 {
  margin-bottom: 40px !important;
}

.block-install-apps h2 {
  line-height: 62px;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .block-install-apps h2 {
    font-weight: 800;
  }

  #loginPnrFrm .form-label-group,
  #loginPnrFrm .bar-pnr-btn {
    margin-top: 15px;
    width: 100% !important;
  }

  .breadcrumb {
    font-size: 11px !important;
  }
}

@media (max-width: 450px) {
  .block-install-apps h2 {
    line-height: 40px;
    font-size: 28px;
    font-weight: 800;
  }

  .journey-is-full {
    text-align: center;
    padding: 5px;
    max-width: 100px;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 5px;
    border-radius: 3px;
  }

  .custom-popular-bus-ticket-head img {
    display: none;
  }

  .title-svg {
    font-size: 20px;
  }

  .bottom-slider-card {
    max-width: 330px !important;
  }

  .custom-popular-bus-ticket-head img {
    width: 100px !important;
  }

  .custom-popular-bus-ticket-head .fadeInUp {
    margin-bottom: 0 !important;
  }

  .bottom-slider-fastlink p {
    font-size: 14px !important;
  }

  .passengers-menu-bar a {
    font-size: 18px;
  }

  .download-apps img {
    max-height: 38px;
  }

  .btn-all button p {
    font-size: 12px;
  }

  .payment-informations {
    padding: 7px !important;
  }

  .custom-card-number {
    font-size: 18px !important;
  }

  .btn-all {
    width: 85px;
  }

  .btn-all button i {
    font-size: 9px;
  }

  .btn-all button {
    padding: 5px !important;
  }

  .img-pass {
    padding-right: 0px;
  }

  .span-f span {
    font-size: 12px !important;
  }

  tbody .btn-all {
    margin-top: 35px !important;
  }

  tbody .btn-all button {
    margin-left: 5px;
  }

  .fadeInUp p {
    font-size: 18px;
  }

  .title-why {
    margin-bottom: 16px;
  }

  .download-apps {
    margin-top: 30px;
  }

  .fadeInUp {
    margin-bottom: 28px !important;
  }

  .bottom-slider-area .fadeInUp {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 500px) and (max-width: 532px) {
  .download-apps img {
    margin-bottom: 7px;
  }
}

.profile-info {
  text-align: center;
  margin-bottom: 15px;
}

.profile-photo {
  height: 5.125rem;
  width: 5.125rem;
  position: relative;
  display: inline-block !important;
}

.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% !important;
  border: 2px;
}

.profile-info h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 6px;
  margin-bottom: 0;
}

.profile-info a {
  font-size: 13px;
  color: #747579;
}

.profile-info a:hover {
  color: #d40303;
}

.sidebarmenu-passengers {}

.sidebarmenu-list a {
  font-size: 14px;
  color: #000;
  display: block;
  width: 100%;
  font-weight: 500;
}

.sidebarmenu-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0.5rem;
}

.sidebarmenu-list li {
  background: #f5f5f5;
  padding: 9px;
  margin-bottom: 5px;
  border-radius: 15px;
}

.sidebarmenu-list li:hover {
  background: #dddddd;
}

.sidebarmenu-list i {
  margin-right: 7px;
  min-width: 20px;
  color: white;
  background: #d40303;
  border-radius: 100%;
  font-size: 12px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
}

.sidebarmenu-passengers hr {
  margin: 5px 10px;
}

.passengers-menu-bar {
  background-color: #d40303;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 6px;
  display: none;
}

.passengers-menu-bar i {
  margin-left: 5px;
}

.passengers-menu-bar a {
  color: #fff;
}

@media (min-width: 992px) {
  .passengers-menu-bar {
    display: none;
  }

  .filtreler-alt {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }

  .slogan-span {
    max-width: 75%;
    margin: 0 auto;
  }

  .formatted-departure-date,
  .formatted-return-date {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .company-type-area {
    width: 50% !important;
  }
}

.passengers-table {
  padding: 0 30px;
}

tbody .btn-all {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px !important;
}

.btn-sill {
  background-color: #d40303 !important;
  margin-right: 2px;
}

.btn-ek {
  background-color: #008000 !important;
  margin-bottom: 10px;
  margin-top: 0;
  padding: .5rem 0.7rem;
}

.btn-ek i {
  margin-right: 5px;
}

.btn-dzn {
  background-color: #333333 !important;
}

.btn-sd,
.btn-ek {
  min-width: 75px;
  font-weight: 600 !important;
}

.accountgenbox th:last-child {
  text-align: center;
}

.accountgenbox h5 {
  color: #333333 !important;
  font-size: 20px;
  font-weight: 800;
  padding: 11px;
  background: #e9ecef;
  border-radius: 7px;
}

.row-yolcu {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}

.span-f span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 3px 0;
}

.span-f b {
  min-width: 50px;
  text-align: right;
  margin-right: 7px;
}

.spacing-row-1 td {
  height: 25px;
  border: none;
}

.btn-all i {
  margin-right: 5px;
}

.img-pass {
  width: 75px !important;
}

.btn-dzn:hover {
  color: black !important;
  background-color: #eaeaea !important;
  transition: .3s ease-in-out;
}

.btn-sill:hover {
  color: #d40303;
  background-color: #eaeaea !important;
  transition: .3s ease-in-out;
}

.btn-ek:hover {
  color: #008000;
  background-color: #eaeaea !important;
  transition: .3s ease-in-out;
}

.pas-name {
  margin-left: 15px;
}

.new-person-div {
  padding-left: 0;
}

.btn-all button {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.btn-all button p {
  margin-bottom: 0 !important;
}

@media (max-width: 400px) {
  .span-f span {
    font-size: 11px !important;
  }

  .category-link {
    font-size: 12px !important;
  }

  .slogan-span {
    font-size: 25px !important;
  }

  .form-credit-card label {
    font-size: 12px;
  }

  .title-svg {
    font-size: 19px;
  }
}

@media (min-width: 780px) {
  tbody .btn-all {
    margin-top: 42px !important;
  }

}

.payment-informations {
  border: 1px solid #cccccc;
  border-radius: 15px;
  padding: 30px;
}

.payment-info-head {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

.payment-info-head h2 {
  font-weight: 700;
  padding: 10px;
}

.cards-head h5 {
  font-weight: 700;
}

.payment-second-part {
  padding: 10px;
  border-radius: 15px;
  margin-top: 25px;
}

.new-card-header {
  border-bottom: 1px solid #cccccc;
}

.cards-head {}

.custom-credit-card-container {
  background-color: rebeccapurple;
  border-radius: 20px;
  min-height: 150px;
  display: block;
  padding: 15px 25px;
}

.credit-card-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.form-credit-card {
  margin-top: 8px;
  font-size: 14px;
}

.form-credit-card input {
  border-radius: 10px;
}

.form-credit-card div {
  margin-top: 7px;
}

.form-credit-card .form-control {
  font-size: 13px;
}

.card-unified-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-btn-content button {
  margin-top: 10px;
  padding: 8px 16px;
  font-size: 14px;
}

.card-unified-info input {
  border: 1px solid #cccccc;
}

.custom-cvv {
  height: 34px;
}

.card-btn-content {
  margin-top: 15px !important;
}

.credit-cards {
  padding: 10px 30px;
  ;
}

.card-1 {
  background-color: #333d99;
}

.card-2 {
  background-color: #d40303 !important;
}

.custom-card-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-card-number {
  font-size: 23px;
  color: white;
  margin-top: 25px;
}

.custom-card-expiration {
  font-size: 13px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.card-small-head {
  margin-right: 5px;
}

.custom-card-icons i {
  color: white;
  font-size: x-large;
}

.input-group .form-control:focus {
  border: 1px solid #cccccc;
}

.card-options {
  background-color: #f5f5f5 !important;
  position: absolute;
  z-index: 100;
  width: 37%;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  padding: 10px;
  top: 50px;
  right: 50px;
}

.card-options a {
  color: #000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
}

.card-options a:first-child:hover {
  color: white;
  background-color: rgba(222, 179, 7, 0.95);
  width: 100%;
  border-radius: 3px;
}

.card-options a:last-child:hover {
  color: white;
  background-color: rgba(222, 7, 7, 0.95);
  width: 100%;
  border-radius: 3px;
}

.headmainlogo {
  width: 120px;
  height: auto;
}

.main-menu {
  padding-left: 0px !important;
}

.btn-myappdown {
  padding: 7px 14px;
  background: white;
  color: black;
  border: 1px solid #000;
  border-radius: 38px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  transition: 0.2s;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  min-width: 125px;
}

.btn-myappdown:hover {
  background: #000;
  color: white;
}



@media only screen and (min-width:980px) {

  .btn-myappdown {
    display: none;
  }

}

@media (min-width: 1400px) {

  .myappdownbox,
  .mytickets-head-te,
  .navbar-default {
    display: flex;
  }

  .borderbox {
    margin-top: 25px;
  }
}

@media (max-width: 1399.9px) {
  .burger-icon {
    /* display: block !important; */
    top: auto;
    right: 0 !important;
  }

  .navbar {
    display: none !important;
  }

  .burger-icon {
    display: block !important;
  }

  .header .nav-main-menu {}

  .mode-btn .mr-15 {
    margin-right: 70px !important;
  }

  .burger-icon-2 {
    right: 60px;
  }
}

#header {
  float: left;
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  z-index: 123;
  background: #fff;
}

.btn-myappdown span {
  display: block;
}

.signin-btn-te a {
  padding: 7px 14px;
  background: white;
  border: 1px solid #d40303;
  border-radius: 38px;
  font-size: 15px;
  line-height: 26px;
  white-space: nowrap;
  font-weight: 700;
  color: #d40303;
  transition: 0.2s;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
}

.mytickets-head-te {
  margin-right: 15px;
}

.btn.btn-mode {
  padding: 9px 9px;
  border-radius: 23px;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 37px;
  height: 37px;
  margin: 0 14px;
}

.btn.btn-mode img {
  display: block;
  width: 50px;
  vertical-align: middle;
}

.btn.btn-mode img:last-child {
  display: none;
}

.mr-15 {
  margin-right: 15px !important;
}

.data-down-icon .fas {
  margin-right: 5px;
}

@media (min-width: 1200px) and (max-width: 1399.9px) {
  .box-calendar-date .datepicker {
    max-width: 155px;
  }

  .slogan-container {
    margin-top: 30px !important;
  }

  .pnr-img {
    left: 18%;
    top: -51% !important;
    width: 67% !important;
  }

  .bar-search-btn button {
    width: 120px;
  }

}

.navbar {
  display: flex;
  align-items: center;
}

@media (max-width: 780px) {
  .btn.btn-mode {
    padding: 5px 6px;
    line-height: 22px;
    font-weight: 700;
    width: 35px !important;
    height: 33px;
  }

  .btn.btn-mode img {
    width: 30px;
  }

}

.mode-btn .mr-15 {
  margin-right: 47px;
}

.burger-container {
  display: flex;
  align-items: center;
}

@media(max-width: 575.9px) {
  .mode-btn .mr-15 {
    margin-right: 50px !important;
  }

  .box-search-advance {
    padding-top: 76px !important;
  }

  .item-search-1 {
    padding: 6px !important;
  }

  .add-return-span {
    display: flex;
    align-items: center;
    width: 100% !important;
    justify-content: center !important;
    height: 55px;
  }

  .add-return-span span {
    margin-left: 15px;
  }

  .expeditions-search-icon {
    left: 27px !important;
    top: 9px !important;
  }

  .data-select2 input {
    padding-left: 41px !important;
  }

  .prelative .submitbtn {
    padding-top: 7px !important;
  }

  .new-searchbar-icon,
  .new-searchbar-icon-second {
    left: 25px;
    font-size: 14px;
    z-index: 1;
    top: 9px !important;
    color: #b5b6b8;
  }

  .odd-sfr-tp:last-child {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}

.signin-btn-te a:hover {
  color: #FFF;
  background: #d40303;
}


.sync-style button {
  background: transparent !important;
  border: none;
  padding: 0;
  color: #494848;
}

.sync-style button:focus-visible,
.sync-style button:focus {
  outline: none;
}

.sub-menu-btn-custom,
.sub-menu-btn-custom-second {
  border: none;
  background-color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: var(--bs-neutral-1000);
  transition-duration: 0.2s;
  padding: 0;
}

.sub-menu-btn-custom:focus {
  outline: none;
}

/* otobüs filter */

.favorite-search {
  margin-bottom: 5px;
}

.favorite-search-items span,
.price-alarm-first-items span,
.create-price-alarm-head span {
  margin-left: 15px;
  font-size: 15px !important;
}

.sb-m {
  margin-bottom: 50px !important;
}

.bg-white {
  background-color: #fafaff !important;
}

.light-shadow {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
}

.filter-area-btn {
  border: none !important;
}

.favorite-search-items {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 7px 15px;
  background-color: #0c7a3e;
  border-radius: 5px;
  width: 100%;
  margin-top: 11px;
}

.price-alarm iconify-icon,
.price-alarm span,
.favorite-search iconify-icon,
.favorite-search span {
  color: #fff !important;
}

.price-alarm {
  margin-bottom: 5px;
}

.filter-area-btn {
  border: none !important;
}

.price-alarm-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 15px;
  background-color: #dc3545;
  border-radius: 5px;
  width: 100%;
}

.price-alarm-first-items {
  display: flex;
  align-items: center;
}

.create-price-alarm {
  z-index: 100;
}

.create-price-alarm {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #dc3545;
  padding: 7px;
  color: #fff !important;
}

.create-price-alarm-head {
  display: flex;
  align-items: center;
  justify-content: start;
}

.f-alarm {
  color: #fff;
  font-size: 19px;
}

#close-alarm {
  margin-left: auto;
}

.create-price-alarm-information {
  background-color: #6c757d;
  padding: 10px;
  margin: 10px 0px;
  border-radius: 5px;
}

.alarm-locations {
  display: flex;
  align-items: center;
}

.alarm-submit-area {
  padding: 10px 5px;
}

.alarm-area-input input {
  border-radius: 5px;
  width: 95%;
  padding: 0 5px;
}

.alarm-area-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.alarm-area-btn button {
  border-radius: 5px;
  background-color: #13a94f;
  color: #fff;
  border: none;
  width: 100%;
  font-weight: 600;
}

.sidebar .sidebar-title {
 background: rgb(230 234 239) !important;
  padding: 8px 11px !important;
  text-align: unset;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: thin solid #ececec;
  font-weight: 600;
}

.h4-ck {
  font-size: 15px;
  font-weight: 600;
}

.lightest-black {
  color: #16191A;
}

.filter-clean {
  color: #c40303;
  font-weight: 600;
  font-size: 14px;
}

.plr-24 {
  padding: 5px 13px;
}

.sidebar .filter-block .title {
  display: flex;
  cursor: pointer;
  justify-content: right;
  align-items: center;
}

.title .fa {
  margin-left: auto;
  font-size: 14px;
  color: #4D73FC;
}

.cb-fs {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.color-black {
  color: #0B0C0D !important;
}

.fa-chevron-up:before {
  content: "\f077";
}

.content-block {
  margin-bottom: 21px;
}

.allow_over {
  margin-left: 5px !important;
}

.bg-sec-gray {
  margin: 1px !important;
  opacity: 0.15 !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.d-flex {
  display: flex !important;
}

.slider-track #duration-slider {
  width: 100%;
  margin-top: 12px;
}

#duration-slider {
  accent-color: #3582dc;
}

h5,
.heading-5 {
  font-size: 15px !important;
  line-height: 36px;
}

.radio-tile {
  display: flex;
  align-items: center;
  justify-content: start;
}

.mt-1 {
  margin-top: .25rem !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.clck-s {
  position: relative;
  right: 5px;
  color: #3F51B5;
}

.r-btn {
  width: 50%;
  position: relative;
  left: 17px;
  font-size: 14px;
}


#singUpModal {
  border: none !important;
  background: transparent !important;
  cursor: pointer;
}


#btn-signin-2 {
  border: none !important;
  background: transparent !important;
  cursor: pointer;
}

.buslist-box .alert {
  padding: 5px !important;
  margin-bottom: 10px;
}

.filtreler-b {
  display: none;

}

.filtreler-alt {
  margin-bottom: 20px;
  border-radius: 10px 10px 0 0;
}

@media only screen and (max-width:768px) {
  /* .filtreler-b {
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
  } */

  .filtreler-alt {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .sidebar-title {
    display: none !important;
  }

  .filterler-i {
    display: flex;
    justify-content: space-between;
    background: #fff;
  }

  .filter-block {
    padding: 4px 4px;
    width: 24%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    align-content: center;
  }

  .filter-block .content-block {
    position: absolute;
    top: 100%;
    margin-left: -8px;
    background-color: #fff;
    z-index: 10;
    padding: 8px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    z-index: 9999;
    display: none;
  }

  .content-block:last-child {
    right: 5px !important;
    width: 100%;
  }

  .custom-filter-3 {
    width: 94%;
    right: 3%;
    padding: 15px;
  }

  .filterler-i {
    gap: 0 4px;
  }

  .filter-block.active .content-block {
    display: block;
  }

  .title {
    cursor: pointer;
  }

  .cb-fs {
    font-size: 12px !important;
    font-weight: 500 !important;
    margin-bottom: 0;
  }

  .fa-chevron-up:before {
    content: "\f077";
    display: none;
  }

  .fa-chevron-down:before {
    content: "\f078";
    display: none;
  }

  .bg-sec-gray {
    display: none;
  }

  .cb-duzen {
    line-height: 12px;
  }

  .slider-track #duration-slider {
    width: 100%;
    margin-top: 0px;
  }

}

.mobile-filter-btn {
  display: none;
}


.h4-ck {
  margin: 0;
}

.filter-clean {
  margin: 0;
  cursor: pointer;
  display: none;
}

@media only screen and (min-width:880px) {
  .filtre-icons {
    display: none;
  }

  .ticketSearch .pt-30 {
    margin-top: 255px;
  }

  .busdetail-box .main_title {}
}

.filtre-icons {
  color: #6d6d6d;
}

.app-icon {
  font-size: 32px;
  color: #333333;
}

@media (max-width: 780px) {
  .mainslogan-h1box .mainslogan-span {
    font-size: 22px !important;
  }

  .mainslogan-h1title {
    font-size: 25px !important;
  }

}


.fast-link-img iconify-icon {
  font-size: 75px !important;
  color: var(--bs-neutral-1000) !important;
}

.fast-link-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.fast-link-paragraph h2 {
  font-size: 15px !important;
  min-height: 40px;
  color: black;
}

.fast-link-paragraph p {
  font-size: 13px !important;
  margin-top: 7px;
}

.fast-link-content {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 3px 0px, rgba(0, 0, 0, 0.06) 0px 0px 8px 0px;
  background: #f9f9f9;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 10px;
  width: 22%;
  margin-right: 4%;
}

.fast-link-content a {
  color: black;

}

.fast-link-content:last-child {
  margin-right: 0%;
}

.fast-link-content:hover {
  background: #f1f1f1;
}



@media (max-width: 768px) {
  .fast-link-img iconify-icon {
    font-size: 60px !important;
    color: var(--bs-neutral-1000) !important;
  }

  .fast-link-paragraph p {
    font-size: 13px !important;
    margin-top: 7px;
    display: none;
  }

  .fast-link-paragraph h3 {
    font-size: 13px !important;
    min-height: 40px;
    font-weight: 500;
  }

  .company-type-area {
    width: 50% !important;
  }

  .invoice-input-area {
    width: 100% !important;
  }


  .create-invoice-info {
    margin-top: 20px;
  }


  .invoice-type {
    max-width: 130px;
  }

  .created-invoice-info {
    justify-content: space-between !important;
  }

  .fast-link-content {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 3px 0px, rgba(0, 0, 0, 0.06) 0px 0px 8px 0px;
    background: #f9f9f9;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 10px;
    width: 48%;
    margin-right: 2%;
  }

}

.fast-link-container {
  flex-wrap: wrap;
}

.card-image-bottom-slider {
  position: relative;
  min-height: 232px;
  overflow: hidden;
  border-radius: 16px 16px 0 0 !important;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

.bottom-slider-fastlink {
  background-color: #fff;
  min-height: 115px;
  padding: 15px;
  border-radius: 0 0 16px 16px;
  text-align: center;
}

.bottom-slider-fastlink p {
  font-weight: 500 !important;
  min-height: 85px;
}

.bottom-slider-fastlink a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  text-decoration: none;
  color: #000;
}

.bottom-slider-main-head {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.bottom-slider-main-head h3 {
  font-size: 32px;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 0;
}

.card-info-bottom-slider {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 12;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.55);
  color: #f9f9f9;
  border-radius: 15px 15px 0 15px;
  padding: 15px 8px 0 9px;
  width: 213px;
  min-height: 110px;
}

.bottom-slider-button-container {
  position: absolute;
  bottom: 5px;
  right: 10px;
  background-color: #d40303;
  color: #f9f9f9;
  border-radius: 10px;
  padding: 2px 5px;
  font-weight: 600;
}

.bottom-slider-fastlink iconify-icon {
  font-size: 19px;
  color: #d40303;
}

.bottom-slider-fastlink span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}

.bottom-slider-area {
  background: #ededed;
  padding: 50px 0;
}

.bottom-slider-button-container a {
  color: #f9f9f9;
  font-size: 13px;
  padding: 5px;
}

.bottom-slider-button-container:hover {
  background: #f9f9f9;
  transition: .3s ease;
}

.bottom-slider-button-container:hover .bottom-slider-button {
  color: #d40303 !important;
}

.bottom-slider-fastlink a:hover {
  transform: scale(1.03);
  transition: .3s ease;
}

.bottom-slider-card {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}



.bar-pnr-btn {
  height: 50px;
}

@media (min-width: 768px) and (max-width: 991.9px) {
  .fast-link-content {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 3px 0px, rgba(0, 0, 0, 0.06) 0px 0px 8px 0px;
    background: #f9f9f9;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 10px;
    width: 22%;
    margin-right: 4%;
    min-width: 250px;
  }

  .headerbar-left-te {
    padding: 8px;
  }

  .pnrTicketTypeArea {
    margin: 33px 0px 17px 0 !important;
  }

  .sync-style-u {
    left: -11% !important;
    top: 18px !important;
    transform: none !important;
  }

  .new-searchbar-btn {
    margin-left: 0 !important;
  }

  .expeditions-btn-text {
    display: none;
  }


  .container-all-bus-inputs {
    margin-top: 39px !important;
  }

  .formatted-departure-date-bus {
    bottom: 27px !important;
  }

  .new-searchbar-container {
    top: 65px !important;
  }

  .bar-pnr-btn {
    margin-top: 20px !important;
    width: 100% !important;

  }

  .bar-pnr-input {
    width: 100% !important;
  }

  /* .pnrTicketTypeArea {
    margin: 11px 0px 0px 0 !important;
  } */

  .fast-link-content:last-child {
    margin-right: 4%;
  }

  .fast-links .d-flex {
    justify-content: center;
  }

  .bottom-slider-fastlink p {
    min-height: 105px;
  }
}

@media (min-width: 450px) and (max-width: 575.9px) {
  .eventdetails {
    left: 143px !important;
    top: 153px !important;
  }
}

@media (min-width: 576px) and (max-width: 991.9px) {
  .eventdetails {
    left: 200px !important;
    top: 178px !important;
  }

  .poplist-box-te .poplist-box-left .poplist-box-end {
    min-width: 60px !important;
    text-align: center;
  }

  .poplist-box-te .poplist-box-left .poplist-box-start {
    min-width: 60px !important;
    text-align: center;
  }

  .category-th {
    left: -1% !important;
    width: 100%;
    display: flex;
    justify-content: space-around;
  }

  .radio-s {
    padding: 0 20px;
  }

  .expeditions-search-icon {
    top: 8px !important;
  }

  .box-search-advance .box-bottom-search .item-search {
    /* width: 47% !important; */
    position: relative;
    padding: 5px 27px !important;
    margin-bottom: 15px;
  }

  .new-searchbar-btn {
    width: 100% !important;
    justify-content: center;
  }

  .formatted-departure-date,
  .formatted-return-date {
    left: 52px !important;
    bottom: 16px !important;
  }

  .box-search-advance .box-bottom-search {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .box-search-advance .box-bottom-search .item-search {
    margin-left: 0px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.9px) {
  .eventdetails {
    left: 250px !important;
    top: 132px !important;
  }

  .pnrTicketTypeArea {
    margin-left: auto;
    margin-bottom: 25px;
  }

  .add-return-span {
    right: -6px !important;
    top: 9px !important;
    width: 123px !important;
  }

  .add-return-span i {
    font-size: 21px !important;
  }

  .departure-date-text,
  .return-date-text {
    margin-left: 0 !important;
  }

  .close-return-date i {
    font-size: 17px !important;
  }

  .expeditions-search-icon {
    top: 8px !important;
  }

  .new-searchbar-container {
    top: 186px !important;
  }

  /* .fast-links {
    padding-top: 130px !important;
  } */

  .banner-plane-text {
    right: 6%;
    top: -46% !important;
  }

  .banner-bus-text {
    right: 6%;
    top: -45% !important;
  }

  #searchBusTicketBtn {
    max-width: 672px;
  }

  .banner-bus,
  .banner-plane {
    left: 6%;
    top: -35% !important;
  }

  .container-all-bus-inputs {
    margin-top: 42px !important;
  }

}

@media (min-width: 992px) and (max-width: 1024px) {
  .eventdetails {
    left: 250px !important;
    top: 102px !important;
  }
}


.sub-menu-second>li>a {
  font-size: 14px !important;
  color: #d40303;
  padding-left: 0 !important;
  border: none !important;
}

.sub-menu-second>li {
  padding: 0 !important;
  border: none !important;
}

.sub-menu-btn-custom-second:focus {
  outline: none !important;
}

.sub-menu-second>li>a {
  color: #585858 !important;
}

#closeCanvasBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}

#gun,
#ay,
#yil {
  padding: 4px !important;
}

.add-new-information {
  display: flex;
  justify-content: center;
}

.add-invoice-btn {
  border-radius: 5px;
  padding: 8px 16px;
  font-weight: 600;
  background: #d40303;
  color: #fff;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.add-invoice-btn iconify-icon {
  margin-left: 5px;
}

.add-invoice-btn:hover {
  color: #fff;
  background-color: #000;
  transition: .3s ease;
}

.add-invoice-btn:focus {
  outline: none;
}

.select-invoice-type,
.add-new-invoice-info {
  display: none;
}

.select-invoice-type {
  justify-content: space-around;
  align-items: center;
  font-size: 18px !important;
}

.select-invoice-type input,
#companyType {
  position: static !important;
  margin-left: 5px;
  width: 15px;
  height: 16px;
}

.add-new-invoice-info textarea {
  display: inline-block;
  padding: 8px;
  border-radius: 20px;
  border: solid 1px #c5c5c7;
  height: 80px;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  min-height: 90px;
  transition: all 0.3s ease-in-out;
  color: #000;
  resize: none;
}

.add-new-invoice-info .form-control {
  border-radius: 10px !important;
}

.add-new-invoice-info div {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  justify-content: center;
}

.payment-informations form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px 0;
}

.add-invoice-btn {
  border-radius: 5px;
  padding: 8px 16px;
  font-weight: 600;
  background: #d40303;
  color: #fff;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.create-invoice-info button {
  border-radius: 5px;
  padding: 8px 16px;
  font-weight: 600;
  background: #d40303;
  font-size: 14px;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;
}

.add-new-invoice-info div>label {
  font-size: 14px;
  font-weight: 600;
}

.invoice-type {
  border-bottom: 3px solid gray;
  display: flex;
  justify-content: space-around;
  width: 210px;
  align-items: center;
}

.invoice-type iconify-icon {
  font-size: 21px;
}

.invoice-type label {
  margin-bottom: 0;
}

.company-type-area {
  flex-direction: row !important;
  align-items: center;
}

.company-type-area label {
  margin-bottom: 0 !important;
}

.company-type-area input {
  margin-left: 10px;
}

.return-current-invoices button {
  border-radius: 5px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 13px;
  background: #d40303;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;
}

.return-current-invoices button:hover {
  color: #fff;
  background-color: #000;
  transition: .3s ease;
}

.created-invoice-info,
.created-invoice-info-heads {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}



.created-invoice-info-heads {
  border: 1px solid #d3d3d3;
  padding: 5px 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  font-size: 14px;
}

.created-invoice-info-heads span {
  font-size: 15px;
  font-weight: 700;
}

.created-invoice-info {
  padding: 5px 10px;
  margin-top: 6px;
  border-radius: 10px;
}

.invoice-info-container {
  display: block;
  width: 100%;
}

.created-invoice-info div:first-child {
  width: 5%;
  display: flex;
  align-items: center;
}

.created-invoice-info-heads div:first-child {
  width: 30% !important;
}

.created-invoice-info iconify-icon {
  font-size: 31px;
}

@media screen and (max-width:780px) {
  .created-invoice-info-heads span {
    font-size: 13px;
    font-weight: 700;
  }

  .created-invoice-info {
    padding: 0;
  }
}


.company-type-area {
  background: #d40303;
  border-radius: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 5px;
}

@media (min-width: 768px) {
  .swiper-slide-cinema {
    width: 24% !important;
  }

  .acc-img {
    aspect-ratio: 4/3;
  }

  .swiper-slide-theatre {
    width: 32% !important;
  }

  .search-bar-container {
    position: relative !important;
    top: 300px;
  }

  .pnrTicketTypeArea {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
  }

  .box-search-advance .box-bottom-search .item-search {
    background-color: #f4f5f5;
  }

  .item-search .select2-selection__rendered,
  #pasSelectorBtn {
    background-color: #f4f5f5 !important;
  }

  .box-search-advance .box-bottom-search .item-search {
    background-color: #f4f5f5;
  }

  .mobile-head-icon-container {
    display: none !important;
  }

  .date-select-area {
    margin-left: 0 !important;
  }

  .invoice-input-area {
    width: 45% !important;
  }



  .created-invoice-info div:last-child {
    margin-left: 10px;
  }

  .create-invoice-info {
    margin-top: 20px;
  }

  .created-invoice-info div:first-child {
    width: 31% !important;
  }

  .created-invoice-info div,
  .created-invoice-info-heads div {
    width: 25% !important;
  }

  .created-invoice-info {
    justify-content: space-between !important;
    font-size: 15px;
  }

  .invoice-input-area:first-child {
    justify-content: center;
  }
}

.create-invoice-info {
  margin-top: 20px !important;
}

.mobile-head-icon .fas {
  font-size: 16px;
  margin-right: 5px;
}

.mobile-head-icon span {
  font-size: 15px;
  font-weight: 600;
}


.mobile-head-icon-container {
  color: #fff;
  background: #d81c1c;
  padding: 11px 10px;
  z-index: 99999;
}

.mobile-head-icon-container a {
  color: #ffffff !important;
}

.mobile-head-icon:first-child {}

.mobile-head-icon a:hover {
  transform: scale(1.03);
  transition: .3s ease;
}

@media (max-width: 991.9px) {
  .date-line-top .date-line {
    display: flex !important;
  }

  #sorting {
    margin-left: 10px;
  }

  .button-filter {
    display: contents;
    position: absolute;
    right: 0;
    top: 45px;
    /* box-shadow: rgba(0, 0, 0, .12) 1px 1px 4px 0; */
    background: #fff;
    z-index: 9999;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
  }

  .button-filter span {
    position: relative;
    border: 0;
    border-radius: 0;
    padding: 6px 7px;
    font-size: 12px;
    border: 1px solid #374883;
    color: #333;
    cursor: pointer;
    margin: 3px 1px;
    border-radius: 5px;
  }

  .new-searchbar-btn {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bar-search-btn {
    margin-top: 0 !important;
  }

  .new-bus-search-area,
  .sfr-tp {
    margin-bottom: 15px;
  }

  .box-search-advance .box-bottom-search .item-search {
    width: 50%;
    position: relative;
    padding: 0px 27px;
    margin-bottom: 15px;
  }

  /* .data-select2,
  .odd-sfr-tp {
    border-bottom: 1px solid #ccc !important;
  } */

}

.data-result ul::-webkit-scrollbar {
  width: 12px;
}

.data-result ul::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

.data-result ul::-webkit-scrollbar-thumb {
  background-color: #d40303;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}

.data-result ul::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}


.bottom-slider-area .swiper-group-journey {
  padding-bottom: 0 !important;
}

.dark-mode {
  display: none;
}

.custom-popular-bus-ticket-head {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  border-radius: 8px;
  padding: 7px;
}

.custom-popular-bus-ticket-head h2 {
  padding-left: 5px;
  font-weight: 500;
  margin-bottom: 0;
}

.box-button-slider-team {
  display: none !important;
}

.modal-body .custom-bootbox-alert {
  display: flex;
  justify-content: start;
  margin-top: 27px;
}

.modal-body .bootbox-body h3 {
  font-weight: 700 !important;
}

.modal-body .bootbox-body iconify-icon {
  margin-right: 10px;
}

.modal-content {
  border-radius: .5rem !important;
}

.bus-popular-routes-area .neutral-1000::first-letter {
  text-transform: uppercase;
}


@media only screen and (min-width:880px) {
  .busnew-route {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 290px;
  }

  .busnew-route-icon {
    width: 30px;
    height: 30px;
    z-index: 1;
  }

  .busnew-info {
    padding: 0 20px;
  }
}

@media only screen and (min-width:1024px) and (max-width:1366px) {
  .busnew-route-icon {
    left: 45%;
  }
}


@media only screen and (max-width:780px) {
  .box-list-busnew .item-busnew {
    padding: 17px 26px;
  }
}

.bottom-slider-area swiper-slide {
  background: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}


.fast-links {
  background-color: #fff;
  padding-top: 80px;
}

.fatBtnSil,
.fatBtnD {
  font-size: 13px;
}

@media only screen and (max-width:780px) {
  .btn-default {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 35px !important;
    border-bottom: 1px solid #ccc;
    color: var(--color) !important;
    border-radius: 0;
    border: 0 !important;
  }

  #actions {
    width: 70px;
  }

  .created-invoice-info div:first-child {
    width: 26%;
  }

  .fatBtnD {
    margin-bottom: 1px;
    font-size: 12px !important;
  }

  .fatBtnSil {
    font-size: 12px !important;
  }
}

.btn-default {
  background-color: #fff;
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: var(--red);
  border-radius: 5px;
  padding: 3px 15px;
  line-height: 28px;
  border: 1px solid var(--red);
}

.btn-default:hover {
  color: #fff !important;
  background-color: var(--red);
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0;
}

.dropdown-menu>li>a:hover {
  color: #fff;
  background-color: var(--red);
}

.dropdown-menu>li>a {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: var(--red);
  padding: 3px 15px;
  line-height: 28px;
}

.dropdown-menu {
  width: 186px !important;
}

.main {
  background-color: #ffffff;
}

.custom-home-light {
  position: relative;
}


.custom-slogan {
  position: absolute;
  top: 22px;
  left: 25px;
  background: #fff;
  padding: 9px 15px !important;
  font-size: 28px !important;
  border-radius: 10px 10px 0 0;
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

@media(min-width: 1400px) {
  .data-search-icon {
    left: 5px !important;
    font-size: 14px;
    z-index: 1;
    top: 2px !important;
    color: #d6d7d8;
  }
}

.data-label-text {
  margin-left: 21px !important;
  font-weight: normal !important;
  color: #5d686e;
  font-size: 14px;
}

.custom-slogan h1 {
  font-size: 23px !important;
  margin: 0px;
}

.custom-filter-3,
.custom-filter-4 {
  display: none;
}

.slider-track #max-price-slider {
  width: 100%;
  margin-top: 12px;
  accent-color: #dc3545;
}

.lbl-max-price {
  margin-bottom: 0;
  background: #dc3545;
  border-radius: 6px;
  padding: 3px;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
}

.lbl-min-price {
  margin-bottom: 0;
  background: #3582dc;
  border-radius: 6px;
  padding: 3px;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
}

.filterler-i h4 {
  font-weight: 600 !important;
  display: flex;
  align-items: center;
}

.filterler-i iconify-icon {
  margin-right: 1px;
}

.fat-yok h3 {
  text-align: center;
  font-size: 16px;
  color: #d40303 !important;
  margin-top: 15px;
  font-weight: 600;
}

#slider-range .ui-slider-handle:focus-visible {
  outline: none !important;
}

.ui-datepicker-next {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: 11px;
  z-index: 1;
  background-image: url(../img/datepicker-icons/date-picker-right.png);
  background-size: cover;
}

.ui-datepicker-prev {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 8px;
  top: 11px;
  z-index: 1;
  background-image: url(../img/datepicker-icons/date-picker-left.png);
  background-size: cover;
}

.ui-state-default:hover {
  background-color: #eaeaea;
  border-radius: 5px;
}

@media (max-width: 767.9px) {
  #ui-datepicker-div {
    /* top: 315px !important; */
    width: 275px !important;
  }

  .box-search-advance .box-bottom-search .item-search {
    width: 100%;
    /* border-bottom: 1px solid #e4e6e8; */
    margin-bottom: 8px !important;
    border-radius: 1em !important;
    border-bottom: 1px solid #ccc !important;
  }

  .acc-img {
    aspect-ratio: 7/5;
  }

  .sync-style-u {
    transform: rotate(90deg);
  }

  .ui-datepicker-next,
  .ui-datepicker-prev {
    top: 4px !important;
  }

  .text-sm,
  .text-sm-medium,
  .text-sm-bold {
    font-size: 13px;
    line-height: 22px;
  }
}

.ui-state-disabled {
  background-image: none !important;
}

.ui-datepicker-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.ui-datepicker-calendar th {
  padding: .7em .3em;
}

.hasDatepicker:focus-visible {
  outline: none !important;
}

.datepicker-orient-bottom {
  border-radius: 7px !important;
  padding: 7px !important;
}

.datepicker-days table tr th.next,
.datepicker-days table tr th.prev {
  font-size: 26px !important;
}

.datepicker-days table tr th.next,
.datepicker-months table tr th.next,
.datepicker-years table tr th.next {
  background-image: url(/img/icons/next-day.png);
  background-repeat: no-repeat;
  background-position: center;
}

.datepicker-days table tr th.prev,
.datepicker-months table tr th.prev,
.datepicker-years table tr th.prev {
  background-image: url(/img/icons/prev-day.png);
  background-repeat: no-repeat;
  background-position: center;
}

.ui-datepicker-calendar td a,
.ui-datepicker-calendar th a {
  width: 30px !important;
  height: 30px !important;
  font-size: 14px !important;
}

@media only screen and (max-width: 767px) {

  .pnrTicketTypeContainer .form-check-input {
    position: relative !important;
    top: 2px !important;
    left: 7px;
  }

  .footer .menu-footer li {
    max-width: 154px;
  }

  .datepicker {
    width: 82% !important;
  }


  .alternative-rotate-title {
    padding: 5px 15px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
  }

  .alternative-rotate-row .btn {
    float: right;
    padding: 5px;
    font-size: 12px;
    font-weight: 600;
  }

  .alert-message {
    text-align: center;
    font-size: 13px;
  }

  .whatsapp-phone {
    bottom: 30px;
  }

  .headmainlogo {
    height: auto !important;
    padding: 0;
    margin: 0;
  }

  #social_top a i {
    font-size: 18px;
    color: var(--color2);
    border-radius: 5px;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #eaeaea;
  }

  .follow-slogan {
    display: none;
  }

  .navbar ul>li i {
    float: none;
    width: 25px;
  }

  .navbar-nav {
    position: relative;
    top: 50px;
  }

  .navbar-nav li {
    padding: 5px 15px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;

  }

  .dropdown-menu.show li {
    padding: 5px;
  }

  .dropdown-menu.show li a {
    padding: 5px;
  }

  .nav>li.only_mobile {
    display: block
  }

  .navbar-nav li a {
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 35px;
    color: var(--color) !important;
    border-radius: 0;
    border: 0;
  }

  .navbar .collapsing {
    overflow: auto;
    transform: translateX(105%);
  }

  .navbar-collapse {
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 55%;
    height: 100%;
    position: fixed;
    padding: 0px !important;
    background-color: #fff;
    z-index: 100;
    -webkit-box-shadow: 1px 0 5px 0 rgba(50, 50, 50, .55);
    -moz-box-shadow: 1px 0 5px 0 rgba(50, 50, 50, .55);
    box-shadow: 1px 0 5px 0 rgba(50, 50, 50, .55);
    -webkit-transition: all .3s cubic-bezier(0, 0, .0, 1);
    -moz-transition: all .3s cubic-bezier(0, 0, .0, 1);
    -ms-transition: all .3s cubic-bezier(0, 0, .0, 1);
    -o-transition: all .3s cubic-bezier(0, 0, .0, 1);
    transition: all .3s cubic-bezier(0, 0, .0, 1);
  }

  .category-link {
    display: inline-block;
    padding: 7px 6px;
    color: #d81c1c;
    margin-bottom: 15px;
    font-size: 13px !important;
    font-weight: 600;
    line-height: normal;
  }
}


.custom-accordion {
  border-top: 1px solid #eaeaea;
  -webkit-box-shadow: 2px -2px 36px -11px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px -2px 36px -11px rgba(0, 0, 0, 0.75);
  box-shadow: 2px -2px 36px -11px rgb(165 165 165 / 75%);
}

.custom-accordion-button {
  background-color: #fff;
  color: #34495e;
  padding: 14px;
  width: 100%;
  text-align: left;
  border: none;
  border-top: 1px solid #eaeaea;
  /* Üst çizgi gri */
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.custom-accordion-button:hover {
  background-color: #f9f9f9;
}

.custom-accordion-content {
  display: none;
  padding: 20px;
  background-color: #fafafa;
  border-bottom: 1px solid #eaeaea;
  /* Alt çizgi gri */
}

.custom-accordion-item:last-child .custom-accordion-button {
  border-bottom: none;
}

.custom-accordion-item.active .custom-accordion-content {
  display: block;
}

.custom-accordion-item.active .custom-accordion-button {
  background-color: #f9f9f9;
  border-top: 2px solid #d71a28;
  border-bottom: 2px solid #d71a28;
  color: #d71a28;
  outline: none !important;
}

.custom-accordion-item.active .custom-accordion-icon {
  transform: rotate(180deg);
  color: #ff0b1d;
}

.custom-accordion-icon {
  font-size: 19px;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #d92222;
}

.custom-accordion-content p {
  margin: 0;
  color: #4a4a4a;
  line-height: 1.6;
}

@media (max-width: 1199.98px) {

  /* .other-link {
    display: none;
  } */
  .header .main-menu li a {
    padding: 20px 9px 20px 9px;
  }
}

.top2 {
  position: relative !important;
  top: 146px !important;
  padding-left: 20px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #d40303 !important;
  left: 10px !important;
}


@media only screen and (min-width:1285px) {
  .top2 {
    top: 127px !important;
  }

}

@media only screen and (min-width:412px) and (max-width:736px) {
  .top2 {
    top: 128px !important;
  }
}

#btnSeyehatSigDetay {
  font-size: 13px;
  padding: 8px;
  font-weight: 400;
  background: #1e388d;
  border-color: #1e388d;
  border-radius: 19px;
}

.busnew-link {
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
}

.busnew-price {
  margin-left: auto;
}

.busnew-route .busnew-name,
.item-busnew .busnew-route {
  padding-left: 0 !important;
}

.busnew-price-1 p {
  margin-bottom: 0px !important;
  color: #d40303 !important;
}

.busnew-price-1 .text-lg-bold {
  font-size: 16px;
}

.busnew-name .neutral-1000 {
  color: #000 !important;
}

.seyahatp {
  font-size: 12px;
  margin-top: 15px;
  text-align: center;
  font-weight: 600;
  color: #07147f;
}


/* yeni populer seferler listeleme kutulari - te */

.poplist-box-te {
  width: 100%;
  padding: 7px;
  border-bottom: 2px solid #eaeaea;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

.poplist-box-te .poplist-box-left {
  width: 70%;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  flex-wrap: nowrap;
  align-items: center;
  color: #2a2a2a;
}

.poplist-box-te .poplist-box-left .poplist-box-start {
  min-width: 105px;
  text-align: center;
}

.poplist-box-te .poplist-box-left .poplist-box-center {
  text-align: center;
  font-size: 13px;
  padding: 0px 10px;
  font-weight: 500;
  position: relative;
}

.poplist-box-te .poplist-box-left .poplist-box-end {
  min-width: 90px;
  text-align: center;
}

.poplist-box-te .poplist-box-right {
  width: 30%;
  text-align: center;
  font-size: 14px;
}

.poplist-box-te .poplist-box-right span {
  display: block;
  font-weight: 700;
  color: #d40303;
  font-size: 15px;
}

.mh-border {
  border-left: 1px solid #fff;
}

.appi {
  margin-right: 4px;
  font-size: 19px;
  position: relative;
  top: 2px;
}

.mu-indir {
  padding: 8px 16px;
  background: #393939;
  color: white !important;
  border: 0;
  width: 100% !important;
  font-size: 16px;
  margin-top: 5px;
  line-height: 26px;
  white-space: nowrap;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  transition: 0.2s;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
}


.mu-indir:hover {
  background: #656565;
  color: #ffffff !important;
}


@media (min-width: 1200px) {
  .home-light {
    margin-bottom: 60px;
  }

  .pnrTicketTypeArea {
    margin-left: auto;
    margin-right: 105px;
  }

  .form-pnr .form-label-group {
    padding: 20px 12px;
  }

}

/* dikey ipad - te */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .home-light {
    height: auto;
  }

  .ticketSearchBox {
    top: 0px;
  }

  .custom-slogan {
    display: none;
  }

}

/* dikey ipad - te */


/* yatay ipad - te */
@media all and (device-width: 1024px) and (orientation:landscape) {
  .home-light {
    height: auto;
    background-image: none;
  }

  .ticketSearchBox {
    top: 0px;
  }

  .custom-slogan {
    display: none;
  }
}

/* yatay ipad - te */

/* dikey ipad pro - te */
@media all and (device-width: 1024px) and (orientation:portrait) {
  .home-light {
    height: auto;
    padding: 20px;
  }

  .ticketSearchBox {
    top: 0px;
  }

  .custom-slogan {
    display: none;
  }

  .box-bus {
    background-color: #ffffff;
  }

}

@media all and (device-width: 1366px) and (orientation:landscape) {
  .home-light {
    /* padding: 20px; */
    /* background-position: 0px 55px !important; */
    /* background-color: #1a4ba0;
    margin: 0px; */
  }

  .ticketSearchBox {
    /* top: -30px; */
  }

  .custom-slogan {
    display: none;
  }

  .box-bus {
    background-color: #fff;
  }

}

.campaign .campaign-button {
  border-radius: 6px;
  color: #fff;
  margin-top: 2px;
  margin-left: 20px;
  font-size: 13px;
  height: 30px;
  width: 148px;
  font-size: 13px;
  background: #d40303;
  border: none;
}

.campaign .payment-body {
  display: flex
}

#divCampaignResult p {
  margin-bottom: 0px !important;
}

#divCampaignResult .alert {
  margin-top: 5px;
  margin-bottom: 5px;
}

.airport-advice-link img {
  width: 100%;
  height: 200px;
}

.custom-flight-boxes-container {
  flex-direction: column;
}

.varis-baslik {
  font-size: 22px;
  text-align: center;
  color: #7a7f85;
}

.advice-blog-container {
  flex-wrap: wrap;
  justify-content: space-around;
}

.card-img-top {
  border-radius: 0.375rem;
}

.airport-advice-link i {
  font-size: 37px;
  position: absolute;
  right: 30px;
  top: 5px;
}

.airport-advice-header {
  position: absolute;
  bottom: -85px;
  width: 92%;
  padding: 13px;
  border-radius: 23px 23px 4px 4px;
}

.airport-advice-header h5 {
  background-color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  text-align: center;
  line-height: normal !important;
}

.airport-advice-header p {
  background-color: #fff;
  margin-top: 10px;
  padding: 11px 15px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-top-left-radius: 20%;
}

.advice-hover-area {
  display: none;
  color: #fff;
  position: absolute;
  top: 40%;
  transition: .8s ease-in-out;
  width: 100%;
  left: 0;
  justify-content: center;
}

.airport-advice-link:hover .advice-hover-area {
  display: flex;
}

.advice-hover-area span {
  background-color: rgba(0, 0, 0, 0.58);
  padding: 10px 15px;
  font-size: 17px;
  border-radius: 5px;
}

.airport-advice-link:hover .airport-advice-header h5 {
  background-color: #d40303;
  color: #fff;
  transition: .5s ease-in-out;
}

.airport-advice-link img {
  width: 100%;
  height: 200px;
}

.w-100 {
  width: 100% !important;
}

.airport-advice-link {
  margin-top: 1.6rem !important;
  color: #000 !important;
}

.airport-advice-link:focus {
  color: #000 !important;
}

.airport-advice-link h5 {
  font-weight: 600 !important;
  font-size: 15px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.airport-advice-link:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: .5s ease-in-out;
}

#invoiceSubHead {
  color: #333333 !important;
  font-size: 20px;
  font-weight: 800;
  padding: 5px;
  padding-left: 9px;
  background: #e9ecef;
  border-radius: 7px;
  font-size: 14px !important;
}

.form-contact .form-control {
  border-radius: 9px;
  font-size: 13px;
}

.form-contact textarea {
  min-height: 100px;
}

.contact-bg {
  border: 1px solid #dbdbdb;
  border-radius: 12px;
  padding: 23px;
  -webkit-box-shadow: 2px -2px 30px -16px rgba(0, 0, 0, 1);
  -moz-box-shadow: 2px -2px 30px -16px rgba(0, 0, 0, 1);
  box-shadow: 2px -2px 30px -16px rgba(0, 0, 0, 1);
  margin-left: 10px;
  margin-right: 10px;
}

.iletisim-b {
  font-size: 19px;
  font-weight: 600;
}

.iletisim-boxx {
  box-shadow: rgb(0, 0, 0) 2px -2px 30px -16px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(219, 219, 219);
  border-image: initial;
  border-radius: 12px;
  padding: 23px;
  height: 361px;
  margin-left: 10px;
  margin-right: 10px;
}

.adres-p .fas {
  font-size: 17px;
  color: #d40303;
}

.contact-info .fas {
  font-size: 17px;
  color: #d40303;
}

.communication-whatsapp-link .fab {
  font-size: 17px;
  color: #d40303;
}

.adres-p .fas:hover {
  color: #fff;
}

.contact-info .fas:hover {
  color: #fff;
}

.communication-whatsapp-link .fab:hover {
  color: #fff;
}

.category-th {
  z-index: 99 !important
}


/************************************************UCAK****************/

button:disabled {
  opacity: 0.2;
}

.radio-s {
  margin-left: 11px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #d40303 !important;
  color: #fff;
  border-radius: 0px;
  font-weight: 600 !important;
}

.select2-results__options {
  box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 58%);
}

.box-search-advance .box-bottom-search {
  background-color: var(--bs-neutral-0);
  padding: 0px;
  display: flex;
  align-items: flex-end;
}

.item-search .select2-selection__rendered,
#pasSelectorBtn {
  font-size: 14px;
  background-color: #f4f5f5 !important;
  margin-top: -3px;
}

.flight-nereye,
.flight-nereden {
  display: none;
}

.custom-bar {
  position: relative;
  padding: 10px;
  border: 0px;
  text-align: center;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
  top: 0px;
  box-shadow: 30px 0 20px -16px rgba(0, 0, 0, 0.58), -30px 0 20px -16px rgba(0, 0, 0, 0.58);
  background-color: #ffffff;
}

.box-search-advance .box-bottom-search .item-search:first-child {
  margin-left: 0 !important;
}

.box-search-advance .box-bottom-search .item-search {
  border-radius: 1em !important;
  padding: 8px 4px 7px 4px;
  background-color: #f4f5f5;
  height: 70px;
  margin-left: 15px;
}

.box-search-advance .box-bottom-search .item-search {
  width: 20%;
  position: relative;
  padding: 6px 6px;
}

.box-search-advance .box-bottom-search .btn-black-lg {
  padding: 15px 32px !important;
}

.box-search-advance {
  border: 1px solid var(--bs-border-color);
  border-radius: 16px;
  background-color: var(--bs-neutral-0);
  padding: 28px;
  position: relative;
  z-index: 12;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.box-search-advance .box-bottom-search {
  background-color: var(--bs-neutral-0);
  padding: 0px;
  display: flex;
  align-items: flex-end;
  margin-top: 1px;
}

.sync-style-u {
  position: absolute;
  left: -32px;
  top: 15px;
  cursor: pointer;
  font-size: 16px;
  color: #717070;
  height: 35px;
  background: #fcfcfc;
  border-radius: 20px;
  padding: 5px;
  width: 35px;
  display: flex;
  justify-content: center;
  z-index: 99;
  border: 1px solid;
  align-items: center;
}

#pasSelectorBtn {
  background-color: #ffffff;
  width: 100%;
  border-radius: 14px;
}

.sync-style-u iconify-icon {
  color: #717070 !important;
  display: flex;
}

.formatted-departure-date,
.formatted-return-date {
  position: absolute;
  left: 33px;
  bottom: 14px !important;
  font-size: 14px;
  z-index: 0;
}

@media (min-width: 1200px) {

  .select2-dropdown--below {
    width: 430px !important;
  }

  .history-btn-container,
  .custom-bar,
  .select2-results {
    width: 430px !important;
  }


}

.select2-results {
  position: absolute;
  top: 42px;
  width: 100%;
  height: 265px;
  z-index: 5;
}

.select2-results__options {
  margin: 0;
  padding: 0;
  top: 0px;
  position: relative;
  left: 0%;
  background: #fff;
  border-radius: 0px;
  max-height: 317px !important;
}

.popular-city-flightbar-container {
  padding: 5px;
  background-color: #ffffff;
  justify-content: center;
  gap: 7px 12px;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  border-radius: 0 0 26px 26px;
  position: absolute;
  left: 0;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.popular-city-flightbar-container span:first-child {
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 5px;
}

.popular-city-flightbar {
  border-radius: 5px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.history-btn-container {
  background-color: #fff;
  padding: 5px;
  display: block;
}

.box-calendar-date input {
  border: 0px;
  height: auto;
  background-color: transparent;
  padding-left: 22px !important;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

/* .box-search-advance .box-bottom-search .item-search:last-child {
  background-color: transparent !important;
} */

.btn.btn-dropdown-search {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  border: 0px;
  color: var(--bs-neutral-1000);
  background-color: transparent;
  position: relative;
  width: auto;
  text-align: left;
  padding: 5px 40px 5px 5px;
  position: relative;
}

.con-2 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 7px !important;
}

/* .selection {
  padding-left: 7px;
} */

.select2-container {
  width: 100% !important;
  padding-left: 14px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #f4f5f5 !important;
  border: none !important;
  font-weight: 600 !important;
}

.box-search-advance span,
.box-search-advance input,
.box-search-advance .btn {
  transition: none !important;
}

.item-search label:first-child {
  margin-left: 21px;
}

@media (min-width: 1200px) {
  .item-search .dark-lb {
    font-weight: normal !important;
    margin-left: 22px;
    color: #5d686e;
    font-size: 14px;
  }

  .box-search-advance .box-bottom-search .item-search {
    border-radius: 1em;
    padding: 8px 4px 7px 4px;
    background-color: #f4f5f5;
    height: 70px;
    margin-left: 15px;
  }

  .location-style {
    top: 4px !important;
    font-size: 16px !important;
    left: 6px !important;
  }

  .box-search-advance .box-bottom-search .item-search {
    border-radius: 1em;
    padding: 8px 4px 7px 4px;
    background-color: #f4f5f5;
    height: 70px;
    margin-left: 15px;
  }
}

.form-check-input:checked {
  background-color: #d40303 !important;
  border-color: #d40303 !important;
}

.con-2 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 7px !important;
}

.select2-container {
  width: 100% !important;
  padding-left: 14px !important;
}

select {
  width: 100%;
  background: transparent;
  border: 0px solid #ececec;
  box-shadow: none;
  font-size: 16px;
  color: var(--bs-neutral-1000);
}

.location-style {
  position: absolute;
  top: 4px;
  color: #d6d7d8;
  font-size: 16px;
  z-index: 9999;
}

.btn.btn-dropdown-search {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  border: 0px;
  color: var(--bs-neutral-1000);
  background-color: transparent;
  position: relative;
  width: auto;
  text-align: left;
  padding: 5px 40px 5px 5px;
  position: relative;
}

.user-style {
  position: absolute;
  left: 3px;
  z-index: 99;
  top: 4px;
  color: #bbb;
  font-size: 18px;
}

.passenger-search {
  padding-left: 22px !important;
}

label {
  margin-bottom: 5px;
  font-weight: 500;
}

/********************************/


.dropdown-yolcu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 291px !important;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}

.div-search {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  margin: 13px;
  font-size: 14px;
}

.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #e96666 !important;
  border-radius: 5px;
  padding: 12px;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 12px;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 32px;
  padding: 4px;
  border: none;
  border-width: 0 2px;
  font-size: 13px;
  height: 29px;
  font-weight: bold;
  text-align: center;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 10px;
  height: 2px;
  background-color: #d40303;
  transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#dataContainerdepName,
#dataContainerarrName,
.sfr-tp {
  border-radius: 23px;
  background-color: #f4f5f5 !important;
  padding: 4px 4px 0px 4px;
}

.data-label-text {
  margin-left: 21px;
  font-weight: normal !important;
  color: #5d686e;
  font-size: 14px;
}

.sfr-tp .form-check {
  text-align: center;
}

@media(min-width: 768px) and (max-width: 1200px) {

  .new-searchbar-icon,
  .new-searchbar-icon-second {
    left: 27px !important;
    top: 7px !important;
  }

  .item-search-1 label,
  .item-search-2 label,
  .item-search-3 label,
  .item-search-4 label {
    font-size: 13px !important;
  }

  .banner-plane {
    top: -26% !important;
  }

  input.data-input {
    font-size: 13px;
    padding-left: 25px;
  }

}

@media(min-width: 1200px) and (max-width: 1400px) {
  .search-bar-container {
    top: 220px !important;
  }

  .banner-bus,
  .banner-plane {
    left: 6%;
    top: -59% !important;
  }

  .banner-plane-text {
    right: 6%;
    top: -78% !important;
  }

  .banner-bus-text {
    right: 6%;
    top: -78% !important;
  }

  .banner-plane {
    left: 1%;
    top: -45% !important;
  }

  .banner-bus {
    left: 6%;
    top: -52% !important;
  }
}

.switch-searchbar {
  background-color: transparent;
  border: none;
  border-radius: 7px;
}

.select2-dropdown--below {
  min-width: 265px !important;
}

.data-select2-travel {
  background-color: transparent !important;
}


.prelative .second-submit-btn {
  margin-top: 0 !important;
}


.btn-t {
  margin-bottom: 3px;
}

.new-searchbar-btn {
  margin-left: 20px;
}

@media (max-width:767px) {
  .fast-links {
    background-color: #fff;
    padding-top: 4px;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .form-pnr {
    margin-top: 3px;
  }

  .pnrTicketTypeArea {
    margin-top: 23px;
  }
}

.pnr-img {
  left: 82px;
  top: -170%;
  transform: translateY(-50%);
  width: 82%;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .pnr-img {
    left: 12%;
    top: -144% !important;
  }
}


@media (min-width: 768px) and (max-width: 1024px) {
  .pnr-img {
    display: none;
  }
}

.banner-bus {
  width: 45%;
}

@media (min-width: 1025px) and (max-width: 1199px) {

  .banner-bus,
  .banner-plane {
    left: 4%;
    top: -43%;
    transform: translateY(-50%);
    width: 49%;
  }
}

@media only screen and (max-width: 767px) {
  .box-bus {
    top: 0px;
    padding: 15px;
  }

}

.ba-ara {
  max-width: 200% !important;
}

.box-search-advance .box-bottom-search .item-search:last-child {
  width: 100%;
}

.add-return-span {
  position: absolute;
  right: 20px;
  top: 9px;
  color: #767778;
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  width: 130px;
  justify-content: space-around;
  height: 55px;
}

.add-return-span i {
  font-size: 22px;
}

.add-return-span {
  font-size: 15px;
}


.return-date-text {
  color: transparent !important;
}

.return-datepicker-custom {
  background: none !important;
}

.close-return-date {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-color: transparent;
  font-size: 18px;
}

.box-calendar-date input:focus {
  outline: none !important;
}

@media(min-width: 576px) and (max-width: 768px) {
  .single-input {
    padding-left: 0 !important;
  }

  .poplist-box-te {
    flex-wrap: wrap !important;
  }

  .sfr-tp .form-check {
    padding-left: 2.5em !important;
  }

  .custom-slogan h1 {
    font-size: 25px !important;
    margin: 0px;
  }

  .poplist-box-te .poplist-box-right {
    width: 100% !important;
  }

  .dual-input {
    padding-right: 0 !important;
  }

  .passenger-div {
    padding-left: 0 !important;
  }

  .add-return-span {
    right: 48px !important;
    width: 148px !important;
  }


  .sync-style-u {
    left: -15% !important;
    top: 18px !important;
    transform: none !important;
  }
}

@media(min-width: 576px) {
  .box-search-advance {
    padding-top: 88px !important;
  }
}


.pnrTicketTypeContainer {
  width: 100%;
}

.busBar-style .sync-style {
  background: #fff;
}


@media (min-width: 1300px) and (max-width: 1399.9px) {
  .busBar-style .sync-style {
    left: 276px !important;
    top: 39px;
  }
}

@media (min-width: 1200px) {
  .busBar-style .expeditions-search-icon {
    left: 14px !important;
    top: 22px !important;
  }
}


.busBar-style .data-down-icon .fas {
  margin-right: 0px;
  font-size: 13px;
  position: relative;
  top: 19px;
}


.busBar-style .fa-search {
  font-weight: 900 !important;
}

@media (max-width:767px) {
  .headmainlogo {
    width: 80%;
  }
}

@media (max-width:767px) {
  .form-check-input {
    margin-top: 0px;
    position: relative;
    left: 5px;
  }

  .search-bar-container {
    top: 9px;
  }
}

.passive-color {
  background-color: rgba(255, 0, 0, 0.41) !important;
}

.seat-notification-btn {
  background-color: rgba(0, 255, 0, 0.41);
  border: none;
  border-radius: 5px;
}

.seat-notification-area {
  font-size: 14px;
  padding: 7px 0px;
}

.create-notification-btn {
  font-size: 17px;
  font-weight: 400;
  border-radius: 11px;
  padding: 13px 7px;
}

.create-notification-btn i {
  margin-left: 7px;
}

.justify-content-around {
  justify-content: space-around;
}

.bootbox-alert {
  z-index: 99999;
}

.female-piece-container,
.male-piece-container {
  padding: 0 5px;
}

.datepicker-pay {
  width: 100%;
}

#menuLogout {
  width: 100%;
  border: none;
  background-color: transparent;
  text-align: start;
  padding: 0;
}

.w-100 {
  width: 100% !important;
}

.form-login {
  margin-top: 15px;
}


#divBusForgotPassResultArea .alert p {
  margin: 0 !important;
}

.cb-sart:hover {
  color: #d40303;
}

.btn-eSim {
  background: none;
  border: none;
  color: #dc3545;
  padding: 0;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.btn-eSim:hover {
  text-decoration: none;
  color: #a71d2a;
}

.activity-area .card-info-bottom-slider {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 12;
  text-align: center;
  background-color: rgb(212 3 3);
  color: #f9f9f9;
  border-radius: 3px 8px 0 18px;
  padding: 7px 8px 0 9px;
  width: 107px;
  min-height: 0;
}

.activity-area .bottom-slider-main-head {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}



.bottom-slider-fastlink {
  width: 100%;
  min-width: 250px;
}


.etkinlik-adi {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #333;
}

.etkinlik-bilgi {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  color: #555;
}

.etkinlik-bilgi iconify-icon {
  margin-right: 6px;
  vertical-align: middle;
  color: #e74c3c;
}

.etkinlik-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.etkinlik-fiyat strong {
  font-size: 16px;
  color: #27ae60;
}

.etkinlik-detay h4 {
  text-align: start;
  font-weight: 600;
  margin-bottom: 10px;
}

.etkinlik-detay {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  padding: 15px;
}

/* Responsive */
@media (max-width: 576px) {
  .etkinlik-footer {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }

  .sec-butonu {
    width: 100%;
    text-align: center;
  }

  .sync-style {
    right: 35px !important;
    left: auto !important;
  }
}


.etkinlik-tarih {
  display: flex;
}

.etkinlik-konum {
  display: flex;
}


/* Etkinlik Fiyat ve Seç Butonu */
.etkinlik-fiyat-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 3px;
}

.event-price {
  font-size: 24px;
  font-weight: bold;
  color: #e74c3c;
}

.sec-butonu {
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  background-color: #d40303;
  transition: 0.3s ease;
}

@media (max-width: 768px) {
  .etkinlik-fiyat-sec {
    flex-direction: column;
    align-items: flex-start;
  }

  #sorting {
    width: 100%;
  }

  .filter-block .content-block {
    position: absolute;
    top: 100%;
    margin-left: -8px;
    background-color: #fff;
    z-index: 10;
    padding: 15px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    z-index: 9999;
    display: none;
    min-width: 120px;
  }

  .quick-filter-container select {
    opacity: 100% !important;
    position: static !important;
  }

  .event-price {
    font-size: 20px;
  }

  .sec-butonu {
    margin-top: 10px;
    width: 100%;
  }
}

.movie-box-1 {
  position: relative;
}

.concert-detail {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  z-index: 10;
  transition: 0.5s;
}

.concert-detail h4 {
  font-size: 20px;
  position: relative;
  top: -3px;
  text-align: justify;
  color: rgb(255, 255, 255);
  left: 30px;
  font-weight: 600;
  bottom: 22px;
  width: 12.375rem;
  height: 2.375rem;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  border-radius: 5px;
}

.concert-detail .date {
  position: absolute;
  color: rgb(255, 255, 255);
  right: 30px;
  font-weight: 500;
  bottom: 22px;
  background-color: rgb(212, 3, 3);
  width: 8.375rem;
  height: 2.375rem;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  border-radius: 5px;
}

.concert-detail .date-right {
  position: absolute;
  top: -138px;
  color: rgb(255, 255, 255);
  right: 2px;
  font-weight: 500;
  bottom: 22px;
  background-color: rgb(212, 3, 3);
  width: 7.375rem;
  height: 2.375rem;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  border-radius: 5px;
  font-size: 15px;
}

.concert-detail a {
  color: rgb(255, 255, 255);
}

.concert-area {
  background: #ededed;
  padding: 50px 0;
}

.activity-area.bottom-slider-second-head {
  font-size: 15px;
}

.etkinlik-kategorileri {
  padding: 20px 0;
  margin-top: 50px;
}

.kategori-scroll {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
  justify-content: space-evenly;
}

.kategori-kart {
  flex: 0 0 auto;
  width: 170px;
  height: 110px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  text-decoration: none;
  color: #d40303;
  transition: all 0.3s ease;
}


.kategori-kart:hover {
  background-color: #d40303;
  color: #fff;
  transform: translateY(-3px);
}

.kategori-kart i {
  font-size: 28px;
  margin-bottom: 8px;
}

.kategori-kart span {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width:768px) {

  .kategori-kart {
    width: 102px;
  }

  .title-activity {
    font-size: 25px !important;
  }

  .etkinlik-kategorileri {
    margin-top: 10px;
  }


}

.swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}


@media (min-width: 768px) and (max-width: 1400px) {
  .swiper-slide-theatre {
    width: 31% !important;
  }

  .banner-act-left {
    top: -193%;
  }

  .banner-act-right {
    top: -460%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .banner-act-left {
    top: -108%;
  }

  .banner-act-right {
    top: -293%;
  }
}



.esim-row {
  background: var(--bs-background-8);
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.seyahat-row {
    background: #d7dffe;
    padding-top: 2px;
    padding-bottom: 5px;
    margin-top: 10px;
    border-radius: 10px;
}

.pd-right {
  padding-right: 0 !important
}

@media (max-width:768px) {
  .main-header {
    padding: 10px 0px;
  }

  .pd-right {
    padding-right: 15px !important
  }

}

.booking-loader-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 8rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.booking-loader-container:before,
.booking-loader-container:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  animation: pulsOut 1.8s ease-in-out infinite;
  filter: drop-shadow(0 0 1rem rgba(255, 255, 255, 0.75));
}

.booking-loader-container:before {
  width: 150%;
  padding-bottom: 150%;
  box-shadow: inset 0 0 0 1rem #d40303;
  animation-name: pulsIn;
}

.booking-loader-container:after {
  width: calc(150% - 2rem);
  padding-bottom: calc(150% - 2rem);
  box-shadow: 0 0 0 0 #d40303;
}

.loader-booking {
  font-size: 48px;
  display: inline-block;
  letter-spacing: 2px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  box-sizing: border-box;
  animation: animloader 1s ease-in infinite alternate;
}

.blog-inside {
  margin-top: 15px;
}

/*slogan css*/
.slogan-container {
  display: flex;
  text-align: center;
  margin-top: 94px;
  justify-content: center;
  min-height: 80px;
}


.slogan-span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f5f5;
  border-radius: 17px;
  padding: 15px 12px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  font-weight: 300 !important;
  color: #5b5b5b;
  font-size: 27px;
  min-height: 55px;
  padding: 0px 20px;
  flex-wrap: wrap;
}

.slogan-h1 {
  font-size: 27px;
  margin-bottom: 0;
  margin-right: 5px;
}

.slogan-image {
  width: 90px;
  height: 23px;
  margin-left: 5px;
}

@media(max-width: 767px) {
  .slogan-container {
    text-align: center;
    margin-top: 7px;
    justify-content: center;
    margin-bottom: 10px;
  }

  .slogan-span {
    display: block !important;
  }
}

.modal-search {
  z-index: 99999 !important;
}

.custom-bar {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.modal-content {
  border: none !important;
}

.modal-content .modal-body {
  padding: 5px !important;
  background: aliceblue;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/*Skeleton CSS*/

.skeleton-card {
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 8px;
  animation: pulse 1.5s infinite;
  background-image: none !important;
}

.skeleton-img {
  width: 100%;
  height: 200px;
  background-color: #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
}

.skeleton-icon {
  width: 40px;
  height: 20px;
  background-color: #ddd;
  margin-bottom: 10px;
}

.skeleton-text-header {
  width: 80%;
  height: 20px;
  background-color: #ddd;
  margin-bottom: 8px;
}

.skeleton-text-line {
  width: 100%;
  height: 14px;
  background-color: #ddd;
  margin-bottom: 6px;
}

.skeleton-text-line.short {
  width: 60%;
}

@keyframes pulse {
  0% {
    background-color: #eee;
  }

  50% {
    background-color: #e0e0e0;
  }

  100% {
    background-color: #eee;
  }
}


/*Skeleton CSS*/
/*Skeleton CSS 2*/

.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 37%, #f0f0f0 63%);
  background-size: 400% 100%;
  animation: skeleton-loading 1.2s ease-in-out infinite;
}

.skeleton-text {
  display: inline-block;
  border-radius: 4px;
}

@keyframes skeleton-loading {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

/*Skeleton CSS 3*/

.skeleton {
  background-color: #e0e0e0;
  border-radius: 4px;
  margin: 2px 0;
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    background-position: -500px 0;
  }

  100% {
    background-position: 500px 0;
  }
}

.skeleton-title {
  height: 30px;
}

.skeleton-text {
  height: 16px;
}

.skeleton-list {
  height: 90px;
}

.flex-column {
  flex-direction: column;
}

.bus-advice-link:hover .bus-advice-header h5 {
  background-color: #d40303;
  color: #fff;
  transition: .5s ease-in-out !important;
}

.bus-advice-link:hover .advice-hover-area {
  display: flex !important;
  transition: .5s ease-in-out !important;
}

.bus-advice-link:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: .5s ease-in-out !important;
}

.bus-advice-header h5 {
  line-height: 130% !important;
}

.bus-advice-link .card {
  border: none !important;
}

.guzergah-seferler {
  margin-top: 60px;
}

.bus-advice-link img {
  transition: .5s ease !important;
}


.overflow-icon {
  position: absolute;
  z-index: 99;
  bottom: 92px;
  left: 20px;
}

.seat-selects-title-custom {
  background-color: #5CB338;
  border-radius: 4px;
  padding: 5px 7px;
  color: #fff !important;
  font-size: 15px !important;
  position: absolute;
  top: 40px;
  font-weight: 300 !important;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .breadcrumb-container {
    top: 0px !important;
  }

}

.breadcrumb-container {
  top: 60px;
  position: relative;
}

.breadcrumb {
  display: flex;
  flex-direction: row;
  background-color: #f9f9f9;
  margin-top: 10px;
  padding: 10px 15px;
  border-radius: 6px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;

}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  padding: 0 8px;
  color: #888;
}

.breadcrumb-item a {
  color: #dd242f;
  text-decoration: none;
  padding: 0px 2px;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
  color: #92171e;
}

.breadcrumb-item.active {
  color: #555;
  font-weight: bold;
}

.accordion {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.faq-question {
  background-color: #f1f1f1;
  color: #333;
  cursor: pointer;
  padding: 15px 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: 18px;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #ddd;
}

.faq-question:hover {
  background-color: #e2e2e2;
}

.faq-answer {
  display: none;
  padding: 15px 20px;
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: #555;
}

.faq-item.active .faq-answer {
  display: block;
}

.bus-detail-icon h3 span a {
  color: #d40303;
  cursor: pointer;

}

.bus-detail-icon h3 span a:hover {
  color: #870101 !important;

}

.city_rotate img {
  object-fit: contain;
}

.allcompanies-btn {
  width: 100% !important;
  margin-bottom: 10px !important;
}

.btn-othercompanies {
  width: 100% !important;
  margin: 10px 0px !important;
  background-color: #d40303;
  color: #fff !important;
  font-weight: 600 !important;
  animation: redToWhite 2s infinite !important;
  transition: background-color 0.3s, color 0.3s !important;

}

@keyframes redToWhite {
  0% {
    background-color: #d40303;
  }

  50% {
    background-color: #000;
  }

  100% {
    background-color: #d40303;
  }
}

@media(min-width: 450px) {
  .lastSeat {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 10px 0px 10px;
    padding: 5px;
    max-width: 110px;
  }

}



.journey-is-full {
  color: #fff !important;
  background-color: #d40303 !important;
}

.position-static {
  position: static !important;
}

#goPaymentPage,
#goCommunicationInfo {
  border-radius: 8px;
  padding: 5px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#goPaymentPage iconify-icon,
#goCommunicationInfo iconify-icon {
  margin-left: 5px;
}

.servis_s {
  margin-top: 3px;
  font-size: 10px;
  padding: 4px 10px;
  color: #fff;
  background-color: #ee6735;
  border-radius: 5px;
  float: inline-start;
}

#seferdetayshow .modal-header {
  background: #222222;
  color: #fff;
}

#seferdetayshow .modal-body {
  padding: 1rem !important;
  background: #f6fbff;
}

#seferdetayshow .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}

.np-btn .fa-chevron-right {
  font-size: 23px;
  position: relative;
  top: 6px;
}

.np-btn .fa-chevron-left {
  font-size: 23px;
  position: relative;
  top: 6px;
}


.custom-tab-wrapper {
  border-bottom: none;
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.custom-tab-btn {
  flex: 1 !important;
  text-align: center !important;
  background-color: #f5f5f5 !important;
  color: #333 !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 6px !important;
  padding: 12px 20px !important;
  margin-bottom: 0 !important;
  transition: all 0.3s ease !important;
  width: 355px;
}

.custom-tab-btn:hover {
  background-color: #e9ecef !important;
}

.custom-tab-btn.active {
  background-color: #d40303 !important;
  color: white !important;
  border-color: #d40303 !important;
}

#biletTabsContent {
  border: 3px dotted #e3e3e3;
  border-radius: 10px;
}

@media(max-width:768px) {
  .custom-tab-btn {
    width: 100%;
    padding: 12px 7px !important;
  }
}

.mb-10px {
  margin-bottom: 10px;
}

.share-container {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 8px #0002;
  min-width: fit-content;
  font-weight: 600;
  font-size: 11px;
}

.share-container p {
  margin: 5px;
}

#showNotifications {
  border: none;
  border-radius: 12px;
  font-size: 16px;
  margin-left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-width: 105px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  color: #fff;
  background-color: #d40303;
}

.accept-notification {
  background-color: #00b600 !important;
  color: #fff;
}

.notification-li {
  display: flex !important;
  justify-content: center;
  border: none !important;
}

.skeleton-img-journey {
  height: 85px;
}

.tc-modal-header .close-popup-signin {
  top: 8px !important;
  right: 12px !important;
}

/* Gri kutu efekti */
.skeleton-box {
  background-color: #e0e0e0;
  border-radius: 8px;
  animation: shimmer 1.5s infinite linear;
  background: linear-gradient(to right, #e0e0e0 0%, #f5f5f5 50%, #e0e0e0 100%);
  background-size: 200% 100%;
}

/* Metin satırı */
.skeleton-line {
  height: 18px;
  background-color: #e0e0e0;
  margin: 16px 0;
  border-radius: 4px;
  animation: shimmer 1.5s infinite linear;
  background: linear-gradient(to right, #e0e0e0 0%, #f5f5f5 50%, #e0e0e0 100%);
  background-size: 200% 100%;
}

/* Başlık boyutlandırma */
.skeleton-title {
  width: 80%;
  height: 20px;
}

/* Buton benzeri */
.skeleton-button {
  width: 120px;
  height: 36px;
  border-radius: 20px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite linear;
  background: linear-gradient(to right, #e0e0e0 0%, #f5f5f5 50%, #e0e0e0 100%);
  background-size: 200% 100%;
  margin-top: 16px;
}

/* Animasyon */
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}


.busBar-bg {
  position: relative;
  z-index: 99;
  width: 100%;
  display: inline-block;
  height: 207x;
  padding-top: 15px !important;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top !important;
  background-image: url(../../img/biletara-slider-arkaplan.webp);

}

.breadsection {
  margin-top: 80px;
}

.siralama-filter {
  padding: 15px 0 !important;
}


#filtermobile-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.quick-filter-time {
  width: 45% !important;
  text-align: center;
}

.busBar-style {
  position: relative;
  top: 68px;
}

.busBar-style .form-control {
  background-color: #f4f5f5;
  color: #444;
  font-size: 15px;

}

.pd-12 {
  padding: 9px;
}

.date-select-second.position-relative {
  position: relative;
}

/* Ortak ok stili */
.floating-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 73px;
  color: #333;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  transition: background 0.2s ease;
}

.floating-arrow:hover {
  background: #eee;
}

/* Sol ok */
.left-arrow {
  left: -28px;
  z-index: 10;
  background: #c1c1c1;
  border-radius: 17px 0px 0px 17px;
  clip-path: path("M35,0 C7,23 13,100 79,68 L0,98 L0,0 Z");

}

.leftIc {
  position: relative;
  top: 12px;
  font-size: 31px;
  left: -8px;
  color: #4c4c4c;
}


/* Sağ ok */
.right-arrow {
  right: -29px;
  z-index: 10;
  background: #5cb338;
  border-radius: 0px 17px 17px 0px;
  clip-path: path("M13,0 H58 V75 H-21 C35,85 21,0 0,0 Z");
}

.rightIc {
  position: relative;
  top: 12px;
  font-size: 31px;
  left: 7px;
  color: #fff;
}

.sfr-text {
  text-align: center;
}

.calendarIc {
  z-index: 9999;
  position: relative;
}

@media (max-width:767px) {
  .right-arrow {
    right: 0;
  }

  .left-arrow {
    left: -1px;

  }

  .leftIc {
    left: -8px;
  }

  .markerS {
    position: relative;
    top: 12px;
  }

  .pd-12 {
    padding: 3px;
  }

  .calendarIc {
    position: relative;
    left: 16px;
    top: 5px;
  }

}


@media only screen and (min-width:768px) and (max-width:1024px) {

  .btn-black-lg {
    width: 120px !important;
    position: relative !important;
    right: 13px !important;
  }

  .data-map-icon-date {
    left: 108px !important;
    font-size: 20px !important;
    top: -33px !important;
    position: absolute !important;
    color: #9a9a9a !important;
  }

  .formatted-departure-date-secondary {
    left: 45px !important;

  }

  .formatted-departure-date-secondary {
    left: 14px !important;
    width: 125px !important;
    top: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
  }

  .sfr-text {
    text-align: start;
  }

  .right-arrow {
    right: -7px;
  }

  .left-arrow {
    left: -4px;

  }

  .markerS {
    position: relative;
    top: 18px;
  }


}

.help-btn-te #subMenuBtn {
  padding: 7px 27px 7px 13px;
  background: white;
  border: 1px solid #e42825 !important;
  border-radius: 38px;
  font-size: 15px;
  line-height: 26px;
  white-space: nowrap;
  font-weight: 700;
  color: #e42825;
  transition: 0.2s;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
}

.help-btn-te #subMenuBtn .fa-chevron-down {
  position: absolute;
  top: 13px !important;
  right: 13px !important;
}

.blog-btn-te a {
  padding: 7px 20px;
  background: white;
  border: 1px solid #e42825 !important;
  border-radius: 38px;
  font-size: 15px;
  line-height: 26px;
  white-space: nowrap;
  font-weight: 700;
  color: #e42825;
  transition: 0.2s;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
}

.help-btn-te,
.blog-btn-te {
  padding: 0 4px;
}

.help-btn-te .sub-menu {
  position: absolute;
  list-style: none;
  text-align: left;
  background-color: #fff;
  padding: 5px;
  border-radius: 0 0 5px 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  min-width: 160px;
}

.help-btn-te .sub-menu li {
  border-bottom: 1px solid #f0dbda !important;
  padding: 5px 10px !important;
}

.inputDate {
  padding-left: 0 !important;
}


@media (min-width:1367px) {
  .inputDate {
    padding-left: 18px !important;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  .btnS-style {
    position: relative;
    top: -21px;
    padding: 17px 10px !important;
  }
}

.journey-information-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.taksit-header {
  color: #584e4e;
  text-align: center;
  margin-bottom: -3px;
  font-size: 15px;
  font-weight: 600;
}

.taksit-headeric {
  color: var(--color);
  text-align: center;
  margin-bottom: -3px;
  font-size: 15px;
  font-weight: 600;
}


.taksit-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
  padding: 10px 20px;
  max-width: 31.333333% !important;
  margin-left: 10px;
  margin-bottom: 6px;
  border-radius: 12px;
}

.taksit-card h3 {
  font-size: 17px;
  margin-bottom: -5px;
  margin-top: 5px;
}

.taksit-secenekleri {
  color: gray;
}

.taksitGroup {
  border: 1px solid #d0d0d0;
  border-radius: 15px;
  padding: 9px;
  margin-top: 5px;
  text-align: center;
  width: 78px;
}

.taksitGroup label {
  font-size: 12px;
}

.active-installment2 {
  background-color: #d5ffeb;
  border: 1px solid #2e763e;
}


.taksitGroup .btn-check {
  display: none;
}

.colTaksit {
  padding-left: 4px;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .taksitGroup {
    width: 59px;
    padding: 6px;
  }
}

.btn-taksitSecenek {
  float: right;
  position: relative;
  top: -5px;
  padding: 3px;
  background: none;
  color: #584e4e;
  text-decoration: underline;
  cursor: pointer;
}

.taksit-loader-container {
  text-align: center;
  padding: 15px;
}

.taksit-loader-container span {
  margin-top: 10px;
  display: inline-block;
}

.taksit-loader {
  font-size: 42px;
  color: #df2726;
}

#divTaksitSecenekBody span {
  font-size: 14px;
}


@media (max-width:767px) {
  #divTaksitSecenekBody span {
    font-size: 12px;
  }

  .taksit-card {
    max-width: 46.333333% !important;
  }

  .taksit-card h3 {
    font-size: 15px;
  }

  #btnSeyehatSigDetay {
    margin-top: -40px;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  .taksit-card {
    max-width: 31.333333% !important;
    margin-left: 8px;
  }

  #divTaksitSecenekBody span {
    font-size: 11px;
  }

  .taksit-card h3 {
    font-size: 15px;
  }

  .bankaKredi-title {
    position: static;
  }

  .btn-taksitSecenek {
    position: relative;
    left: -30px;
  }
}

@media only screen and (min-width:1024px) and (max-width:1366px) {
  .bankaKredi-title {
    font-size: 11px !important;
  }

  .btn-taksitSecenek {
    font-size: 12px;
  }
}

.taksit-hr {
  margin-top: 8px;
  margin-bottom: 5px;
  border-top: 1px solid #d40303;
}

@media (max-width:768px) {
  .box_style_1.expose {
    border: 1px solid var(--bs-border-color);
    border-radius: 16px;
    background-color: var(--bs-neutral-0);
    position: relative;
    z-index: 999;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
  }
}

.girisRow {
  background: #F5F5F5;
  padding: 25px;
  margin-bottom: 50px;
  border-radius: 16px;
}

@media (max-width:768px) {
  .girisRow {
    padding: 11px;
  }
}

.giris-h2 {
  color: #565a5d;
  font-size: 28px;
}

.girisRow label {
  color: #4f4d4d;
  font-size: 15px;
}

.girisBody {
  border: 1px solid #e6e6e6;
  border-radius: 26px;
  padding: 25px;
  background: #fefefe;
}

.forgotP {
  float: right;
  margin-bottom: 30px;
  position: relative;
  top: 8px;
  right: 13px;
  color: var(--color);
  font-weight: 600;
  font-size: 15px;
}

.yada {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #d40303;
  font-size: 0.8rem;
}

.yada hr {
  flex: 1;
  border: none;
  border-top: 1px solid #838383;
  height: 1px;
  min-width: 20px;
}

.btnKayitOl {
  position: relative;
  left: 8px;
  border: 1px solid var(--color);
  padding: 8px;
  color: var(--color);
  border-radius: 25px;
  background: #ffffff;
}

.btnKayitOl:hover {
  background: var(--color);
  color: #fff;
}

.kayit-group {
  text-align: center;
}

.kayit-group span {
  font-size: 15px !important;
}

@media (max-width:768px) {
  .img-fluid {
    margin-top: 20px;
  }

  .form-group .remeber-me label {
    font-size: 12px;
  }
}

.mt-0 {
  margin-bottom: 0;
}

.mt-46 {
  margin-top: 46px;
}

.mb-26 {
  margin-bottom: 26px;
}

.bankaKredi-title {
  text-align: center;
  font-size: 14px !important;
  font-weight: 600;
  color: #d20707;
}

.service-info-area {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #f3d066;
    font-size: 13px;
    font-family: 'Roboto';
    font-weight: 300;
}

.service-info-area iconify-icon{
  margin-right: 5px;
}

