body {
  color: #737373;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

a {
  color: var(--themeColor1);
  text-decoration: none;
}



a:hover {
  color: #056b99;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.text-hero {
  margin-top: 0;
  font-weight: 300;
  color: #565656;
  line-height: 1.3em;
}

.border-radius-15 {
  border-radius:15px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 51.98102000000001px;
}

h2 {
  font-size: 39.985400000000006px;
}

h3 {
  font-size: 30.758000000000003px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 15.7px;
  font-weight: 300;
}

.headertopp {
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 5px 10px;
  float: right;
  margin-top: -5px;
  text-align: center;
}

@media (max-width: 992px) {
  .headertopp {
    float: right;
    margin-top: 12px;
    font-size: 10px;
  }

  .card-logos {   
    right: 20px !important;
    bottom: 20px;    
  }

  .headertopp a {
    font-size: 14px;
    font-weight: 600;
  }
}

img {
  width: 100%;
}

img.logo {
  width: auto;
  height: 50px;
  margin-top: 10px;
}

.logo {
  display: block;
}

.header-top {
  max-height: 84px;
  background: #fff;
}

@media (max-width:992px) {
  .header-top {
    max-height: none;
  }

  img.logo {
    margin-top: 0px;
  }
}

@media only screen and (max-width:400px) {
  img.logo {
    height: 40px;
  }

  .headertopp {
    margin-top: 5px;
  }
}

.text-white {
  color: #fff;
}

.text-white big,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white small,
.text-white .text-hero,
.text-white a,
.text-white a:hover,
.text-white span {
  color: #fff;
}

.text-color {
  color: var(--themeColor1)
}

.btn {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width:992px) {
  .btn {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    background: var(--themeColor1);
  }
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 14px;
}

.row.row-wrap>[class^="col-"],
.row.row-col-gap>[class^="col-"] {
  margin-bottom: 30px;
}

.row[data-gutter="120"] {
  margin-left: -60px;
  margin-right: -60px;
}

.row[data-gutter="120"]>[class^="col-"] {
  padding-left: 60px;
  padding-right: 60px;
}

label {
  font-weight: 400;
  display: block;
}

.form-group {
  position: relative;
}

.form-group.form-group-lg label {
  font-size: 16px;
  margin-bottom: 7px;
  color: #333;
  font-weight: 600;
}

.form-group.form-group-lg .form-control {
  height: 45px;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  text-align: left;
}

.form-control {
  border: 1px solid #aaa;
  border-radius: 4px;
}

.form-control#seferTarih {
  padding-left: 45px;
}

.form-group.form-group-icon-left .form-control {
  padding-left: 32px;
}

.form-group .input-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  top: 38px;
  left: 1px;
  text-align: center;
  color: #b3b3b3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.form-group.form-group-lg .input-icon {
  width: 45px;
  height: 45px;
  line-height: 30px;
  font-size: 22px;
}

.form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.6em;
  height: 40px;
  border-radius: 7px;
  box-shadow: -1px 1px 2px 0px;
}

/*User Menu*/
@media only screen and (max-width: 768px) {
  .open>.dropdown-menu {
    left: -36px;
  }
}

/*User Menu*/
/*Navbar*/
.slimmenu-menu-collapser {
  position: relative;
  background-color: var(--themeColor1);
  color: #fff;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slimmenu-collapse-button {
  position: absolute;
  right: 29px;
  top: 50%;
  width: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #000;
  padding: 7px 10px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slimmenu-collapse-button .slimmenu-icon-bar {
  background-color: #fff;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px rgba(0, 0, 0, 0.25);
  display: block;
  height: 2px;
  width: 18px;
  margin: 2px 0;
  transition: ease all 0.17s;
}

ul.slimmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.slimmenu li {
  position: relative;
  display: inline-block;
}

ul.slimmenu li a {
  display: block;
  padding: 12px 20px;
  font-size: 15px;
  color: #fff;
  -webkit-transition: background-color 0.17s ease-out;
  -moz-transition: background-color 0.17s ease-out;
  -o-transition: background-color 0.17s ease-out;
  -ms-transition: background-color 0.17s ease-out;
  transition: background-color 0.17s ease-out;
}

ul.slimmenu li.slimmenu-sub-menu a {
  padding: 12px 34px 12px 20px;
}

ul.slimmenu li.active>a,
ul.slimmenu li:hover>a {
  background: var(--themeColor2);
  color: #fff;
}

ul.slimmenu li.active .slimmenu-sub-collapser>i,
ul.slimmenu li:hover .slimmenu-sub-collapser>i {
  color: #fff;
}

ul.slimmenu li .slimmenu-sub-collapser {
  position: absolute;
  right: 11px;
  top: 0;
  width: 20px;
  height: 100%;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}

ul.slimmenu li .slimmenu-sub-collapser:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

ul.slimmenu li .slimmenu-sub-collapser>i {
  text-align: center;
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
  font-style: normal;
}

ul.slimmenu li .slimmenu-sub-collapser>i:before {
  content: "\f107";
  font-family: 'Pro';
  font-weight: 900;
}

ul.slimmenu li ul {
  margin: 0;
  list-style: none;
}

ul.slimmenu li ul li {
  display: block;
}

ul.slimmenu li ul li a {
  background-color: #ebebeb;
  color: #000;
  border-bottom: 1px solid #fff;
}

ul.slimmenu li>ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  padding: 0;
  min-width: 370px;
}

ul.slimmenu.slimmenu-collapsed .slimmenu-sub-menu .slimmenu-sub-collapser i:before {
  content: "\f107";
  font-family: 'Pro';
  font-weight: 900;
}

ul.slimmenu.slimmenu-collapsed .slimmenu-sub-menu.active.expanded .slimmenu-sub-collapser i:before,
ul.slimmenu.slimmenu-collapsed .slimmenu-sub-menu.expanded .slimmenu-sub-collapser i:before {
  content: "\f106";
}

@media (max-width: 768px) {
  ul.slimmenu {
    background-color: var(--themeColor1);
    position: fixed;
    overflow: auto;
    z-index: 11;
    left: -100%;
    transition: all ease 0.3s;
    height: calc(100vh - 108px);
    display: none;
  }

  ul.slimmenu.slimmenu-collapsed li>ul {
    display: none;
    position: static;
    width: 100%;
    padding-left: 0px;
    background-color: transparent;
  }

  ul.slimmenu.slimmenu-collapsed li {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  ul.slimmenu li ul li a {
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  ul.slimmenu.slimmenu-collapsed li .slimmenu-sub-collapser {
    height: 45px;
    width: 45px;
    right: 0;
  }
}

/*Navbar*/
.gap {
  display: block;
  position: relative;
  margin: 30px 0 30px 0;
  clear: both;
}

.gap:after {
  clear: both;
  content: '';
  display: table;
}

.gap-small {
  margin: 15px 0 15px 0;
}

.gap-big {
  margin: 60px 0 60px 0;
}

.hover-img {
  z-index: 1;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.hover-img .curved>img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.hover-img>img {
  -webkit-transition: 4s;
  -moz-transition: 4s;
  -o-transition: 4s;
  -ms-transition: 4s;
  transition: 4s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

.hover-img:hover>img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.thumb:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both;
}

.box-icon-left+.thumb-caption,
.box-icon-right+.thumb-caption,
.thumb-header-right+.thumb-caption,
.thumb-header-left+.thumb-caption,
.img-left+.thumb-caption,
.img-right+.thumb-caption {
  display: table;
}

.thumb-header {
  margin-bottom: 15px;
}

.thumb-title {
  margin: 0;
  line-height: 1em;
}

.thumb-desc {
  margin-bottom: 0;
  margin-top: 6px;
  font-size: 13px;
  color: #818181;
  line-height: 1.4em;
}

.global-wrap {
  background: #fff;
  height: 100%;
}

.full,
.full-page {
  width: 100%;
  height: 100%;
}

@media (max-width:992px) {
  .full-page {
    min-height: 1000px;
  }
}

.top-area,
.special-area {

  position: relative;
  overflow: hidden;
}

@media (max-width:992px) {

  .top-area,
  .special-area {
    height: auto;
  }
}

.bg-holder {
  position: relative;
  overflow: hidden;
  border-top: 2px solid var(--themeColor2);
}

.bg-holder>.bg-mask,
.bg-holder>.bg-blur,
.bg-holder>.bg-mask-darken,
.bg-holder>.bg-mask-lighten,
.bg-holder>.bg-parallax,
.bg-holder>.bg-img,
.bg-holder>.bg-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.bg-holder>.bg-mask,
.bg-holder>.bg-parallax,
.bg-holder>.bg-img {
  width: 1920px;
  height: 1080px;
  max-width: 100%;
  max-height: 100%;
}

.bg-holder>.bg-mask,
.bg-holder>.bg-mask-darken,
.bg-holder>.bg-mask-lighten,
.bg-holder>.bg-mask-white,
.bg-holder>.bg-mask-color,
.bg-holder>.bg-mask-color-invert {
  width: 100%;
  height: 71%;
  z-index: 5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.bg-holder>.bg-holder-content,
.bg-holder>.bg-content {
  position: relative;
  z-index: 7;
}

.round {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.curved {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

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

.list-horizontal>li,
.list-inline>li {
  float: left;
  margin-right: 10px;
  padding: 0;
  display: block;
}

.list-horizontal>li:last-child,
.list-inline>li:last-child {
  margin-right: 0;
}

.list-horizontal:after,
.list-inline:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

footer#main-footer {
  background: #000;
  padding: 60px 0 30px 0;
  color: #fff;
  font-size: 11px;
  line-height: 1.4em;
}

footer#main-footer .logo {
  margin-bottom: 15px;
}

footer#main-footer a,
footer#main-footer h1,
footer#main-footer h2,
footer#main-footer h3,
footer#main-footer h4,
footer#main-footer h5 {
  color: #fff;
}

.list-footer>li {
  margin-bottom: 5px;
}

header#main-header {
  border-bottom: 6px solid var(--themeColor2);
  background: var(--themeColor1);
}

@media (max-width:992px) {
  .logo {
    margin: 10px 0px;
  }
}

.last-minute-title {
  font-size: 50px;
  line-height: 1em;
  font-weight: 300;
  margin-bottom: 5px;
}

.last-minute-date {
  margin-bottom: 5px;
  font-size: 20px;
  font-style: italic;
}

::selection {
  background: var(--themeColor1);
  color: #fff;
}

.box-icon,
[class^="box-icon-"],
[class*=" box-icon-"] {
  z-index: 2;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  display: block;
  background: var(--themeColor1);
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.box-icon:hover,
[class^="box-icon-"]:hover,
[class*=" box-icon-"]:hover {
  background: #3fadde;
  color: #fff;
}

.box-icon:before,
[class^="box-icon-"]:before,
[class*=" box-icon-"]:before {
  display: inline-block;
}

.box-icon-big {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
}

.box-icon-border,
[class^="box-icon-border"],
[class*=" box-icon-border"] {
  background: none;
  border: 1px solid var(--themeColor1);
  color: var(--themeColor1);
}

.box-icon-left {
  float: left;
  margin-right: 15px;
}

.animate-icon,
[class^="animate-icon"],
[class*=" animate-icon"] {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.animate-icon:before,
[class^="animate-icon"]:before,
[class*=" animate-icon"]:before {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.animate-icon:after,
[class^="animate-icon"]:after,
[class*=" animate-icon"]:after {
  z-index: -1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
}

.animate-icon-left-to-right,
.animate-icon-right-to-left,
.animate-icon-bottom-to-top,
.animate-icon-top-to-bottom {
  overflow: hidden;
}

/*Carousel*/
.owl-carousel .owl-wrapper:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  -ms-touch-action: pan-y;
  margin: 0 -15px;
  padding: 0 45px;
}

.owl-carousel.owl-slider {
  margin: 0;
  padding: 0;
}

.owl-carousel.owl-slider .owl-controls .owl-buttons div.owl-next {
  right: 30px;
}

.owl-carousel.owl-slider .owl-controls .owl-buttons div.owl-prev {
  left: 30px;
}

.owl-carousel.owl-slider .owl-item {
  padding: 0;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-item {
  float: left;
  padding: 0 15px;
}

.top-area .owl-carousel-area .owl-item {
  /*height: 500px;*/
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
  text-align: center;
}

.owl-controls .owl-pagination {
  margin-top: 0px;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: var(--themeColor1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.owl-controls .owl-page.active span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  margin: -30px 0 0 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-size: 17px;
}

.owl-controls .owl-buttons div:before {
  font-family: 'Pro';
}

.owl-controls .owl-buttons div.owl-next {
  right: 0;
}

.owl-controls .owl-buttons div.owl-next:before {
  content: '\003E';
}

.owl-controls .owl-buttons div.owl-prev {
  left: 0;
}

.owl-controls .owl-buttons div.owl-prev:before {
  content: '\003C';
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-origin {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
  perspective-x: 50%;
  perspective-y: 50%;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  -o-animation: fadeOut 0.7s both ease;
  -ms-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  -o-animation: fadeIn 0.7s both ease;
  -ms-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}

.bg-img {
  position: relative;
}

/*İstenilen*/
.owl-carousel .owl-wrapper:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  -ms-touch-action: pan-y;
  margin: 0 -15px;
  padding: 0 45px;
}

.owl-carousel[data-nav="false"] {
  padding: 0 !important;
}

.owl-carousel[data-nav="false"] .owl-buttons {
  display: none !important;
}

.owl-carousel[data-pagination="false"] .owl-pagination {
  display: none !important;
}

.owl-carousel.owl-slider {
  margin: 0;
  padding: 0;
}

.owl-carousel.owl-slider .owl-controls .owl-buttons div.owl-next {
  right: 30px;
}

.owl-carousel.owl-slider .owl-controls .owl-buttons div.owl-prev {
  left: 30px;
}

.owl-carousel.owl-slider[data-nav="top-right"] .owl-buttons div {
  top: 20px;
  margin: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
}

.owl-carousel.owl-slider[data-nav="top-right"] .owl-buttons div.owl-next {
  right: 15px;
}

.owl-carousel.owl-slider[data-nav="top-right"] .owl-buttons div.owl-prev {
  left: auto;
  right: 50px;
}

.owl-carousel.owl-slider .owl-item {
  padding: 0;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
  padding: 0 15px;
}

.owl-carousel .owl-item.loading {
  min-height: 150px;
  background: url("AjaxLoader.gif") no-repeat center center;
}

.owl-carousel .owl-item .owl-caption {
  position: absolute;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  color: #fff;
  width: 50%;
}

.top-area .owl-carousel-area .owl-item {
  /*height: 500px;*/
}

.special-area .owl-carousel-area .owl-item {
  height: 500px;
}

[data-inner-pagination="true"] .owl-controls .owl-pagination {
  margin: 0;
  position: absolute;
  bottom: 30px;
  width: 100%;
}

[data-white-pagination="true"] .owl-controls .owl-pagination .owl-page span {
  background: #fff;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
  text-align: center;
}

.owl-controls .owl-pagination {
  margin-top: 0px;
}

@media (max-width:992px) {
  .owl-controls .owl-pagination {
    bottom: 1px;
  }
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.owl-controls .owl-page:hover,
.owl-controls .owl-buttons div:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  text-decoration: none;
}

.owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: var(--themeColor1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.owl-controls .owl-page.active span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.owl-controls span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  line-height: 35px;
  display: block;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  margin: -30px 0 0 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-size: 17px;
}

.owl-controls .owl-buttons div:hover {
  background: var(--themeColor1);
  -webkit-box-shadow: 0 0 0 1px var(--themeColor1);
  box-shadow: 0 0 0 1px var(--themeColor1);
}

.owl-controls .owl-buttons div:before {
  font-family: 'Pro';
}

.owl-controls .owl-buttons div.owl-next {
  right: 0;
}

.owl-controls .owl-buttons div.owl-next:before {
  content: url('https://api.iconify.design/material-symbols/keyboard-double-arrow-right-rounded.svg?color=white');
}

.owl-controls .owl-buttons div.owl-prev {
  left: 0;
}

.owl-controls .owl-buttons div.owl-prev:before {
  content: url('https://api.iconify.design/material-symbols/keyboard-double-arrow-left-rounded.svg?color=white');
}

.grabbing {
  cursor: url("../img/grabbing.png") 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-origin {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
  perspective-x: 50%;
  perspective-y: 50%;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  -o-animation: fadeOut 0.7s both ease;
  -ms-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  -o-animation: fadeIn 0.7s both ease;
  -ms-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}

.owl-cap-title {
  line-height: 1em;
  font-size: 120px;
  display: table;
  margin: 10px auto;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}

.bg-img {
  position: relative;
}

.bg-img a {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: block;
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

/*Carousel*/
/*Mfp*/
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: var(--themeColor1);
  border-bottom-left-radius: 20px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
}

button::-moz-focus-inner {
  padding: 0;
  margin: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.mfp-dialog {
  background: #fff;
  padding: 10px 6px;
  text-align: left;
  max-width: 530px;
  margin: 40px auto;
  position: relative;
}

/*Mfp*/
a.hover-img.curved {
  position: relative;
}

.img-front-design {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(../img/front-design.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.tab-pane.fade.in.active {
  background-color: #fff;
}

.x {
  clear: both;
}

.datepicker .next:before {
  content: "\276F";
  font-family: "Pro";
  font-weight: 900;
}

.datepicker .prev:before {
  content: "\276E";
  font-family: "Pro";
  font-weight: 900;
}

.row.block-shadow {
  position: relative;
  display: block;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
}

.row.block-shadow:before {
  content: '';
  position: relative;
  width: 100%;
  height: 10px;
  background-color: var(--themeColor1);
  margin: 10px 0px;
}

.row.block-shadow::after {
  content: '';
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #000;
  margin: 10px 0px;
}

h1.title {
  position: relative;
  display: inline-block;
  margin: 0px;
  padding-left: 12px;
  font-size: 16pt;
  color: #201c1c;
  font-weight: 400;
  letter-spacing: 1pt;
  margin-bottom: 20px;
}

h1.title:before {
  content: '';
  position: absolute;
  width: 8px;
  left: 0px;
  height: 100%;
  background-color: var(--themeColor1);
  top: 0px;
  bottom: 0px;
}

h2.title {
  position: relative;
  display: inline-block;
  margin: 0px;
  padding-left: 12px;
  font-size: 12pt;
  color: #000;
  font-weight: 600;
  letter-spacing: 1pt;
  margin-bottom: 20px;
}

h2.title:before {
  content: '';
  position: absolute;
  width: 8px;
  left: 0px;
  height: 100%;
  background-color: var(--themeColor1);
  top: 0px;
  bottom: 0px;
}

.row.block-shadow .col-md-12 p {
  font-size: 12pt;
  letter-spacing: 1px;
  text-indent: 20px;
  font-weight: normal;
  color: #333;
}

.day-name-night {
  position: relative;
  width: 100%;
  border-radius: 5px;
  background-color: #0d4d84;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  display: inline-table;
}

.booking-item {
  padding-bottom: 0px;
}

.booking-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.booking-list>li {
  margin-bottom: 15px;
  position: relative;
}

.booking1-item {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 6px;
  border: 1px solid #c3c3c3;
  color: #737373;
  height: 83px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  background: white;
  border-radius: 10px;
}

.booking-item {
  cursor: pointer;
  display: block;
  position: relative;
  /* padding: 10px 0px; */
  border: 1px solid #eeeeee;
  border-bottom: 3px solid #c3c3c3;
  color: #737373;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  background: #fdfcfc;
}

.booking-item:hover {
  color: #737373;
  background: #dff3b6;
}

.booking-item.active {
  color: #737373;
  border: 2px solid #40bce0;
  border-bottom: 0;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #d1f4da;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;

}

.booking-item:hover .booking-item-number,
.booking-item.active .booking-item-number {
  background: #808080;
}

.booking-item:hover .booking-item-img-wrap .booking-item-img-num,
.booking-item.active .booking-item-img-wrap .booking-item-img-num {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background: rgba(0, 0, 0, 0.5);
}

.booking-item.booking-item-small {
  padding: 11px;
}

.booking-item.booking-item-small .booking-item-title {
  font-size: 14px;
  margin-bottom: 0;
}

.booking-item.booking-item-small .booking-item-rating-stars {
  font-size: 12px;
  margin-bottom: 0;
  color: var(--themeColor1);
}

.booking-item.booking-item-small .booking-item-price {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 2px;
  display: inline;
}

.booking-item.booking-item-small .booking-item-price-from {
  font-size: 12px;
  margin-bottom: 2px;
}

.booking-item-title {
  margin-bottom: 7px;
}

.booking-item-description {
  font-size: 13px;
  line-height: 1.5em;
}

.booking-item-img-wrap {
  position: relative;
}

.booking-item-img-wrap .booking-item-img-num {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.01);
  padding: 5px 7px;
  font-size: 13px;
  line-height: 1em;
}

.booking-item-img-wrap .booking-item-img-num>.fa {
  margin-right: 3px;
}

.booking-item-last-booked {
  font-size: 11px;
}

.booking-item-rating {
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #f7f7f7;
  display: inline-block;
}

.booking-item-rating .booking-item-rating-stars {
  display: inline-block;
  margin-right: 17px;
  margin-bottom: -5px;
  color: var(--themeColor1);
}

.booking-item-rating .booking-item-rating-stars .fa {
  margin-right: 0;
}

.booking-item-rating .booking-item-rating-number {
  margin-right: 7px;
}

.booking-item-rating .booking-item-rating-number>b {
  font-size: 25px;
}

.booking-item-address {
  line-height: 1em;
  font-size: 13px;
}

.booking-item-price-from {
  display: block;
  font-size: 12px;
  line-height: 1em;
}


@media (max-width:710px) {
  .booking-item-price {
    font-size: 12px;
    color: #626262;
    line-height: 1em;
    display: inline-block;
    text-align: right;
    margin-top: 19px;
  }
}

@media (min-width:715px) {
  .booking-item-price {
    font-size: 12px;
    color: #626262;
    line-height: 1em;
    display: inline-block;
    text-align: right;
    float: right;
    margin-right: -71px;
  }

}

@media screen and (min-width: 540px) and (max-width: 720px) {
  .booking-item-price {
    font-size: 12px;
    color: #626262;
    line-height: 1em;
    display: inline-block;
    margin-right: 15px;
    margin-top: 10px;
  }

  


}



.booking-item-price span {
  font-size: 10px;
}

.booking-item-clock {
  font-size: 20px;
  color: #626262;
  display: inline-block;
  margin-top:9px;

}


.booking-item-price {
  font-weight: 400;
  color: #626262;
  line-height: 1em;
  display: inline-block;
  text-align: right;


}
.booking-item .btn-primary {

  width: 50px;
  font-size: 13px;
  text-align: center;
  margin-top: 15px;
 
}

.booking-item-departure {
  margin-left: 55px;
  margin-top: 19px !important;
  float:none !important;
  text-align:center;
}

.booking-item-arrival {
  margin-left: 32px;
  margin-top: 28px;
  float:none !important;
  text-align:center;
}

.booking-item-price {
  margin-top: 29px;
  margin-left: 10px;
}





/* @media only screen and (max-width:915px) {
.booking-item .btn-primary{
	width:48px;
	height:32px;
	margin-left:15px !important;
	font-size:12px;
}
} */



/* 
  @media only screen and (min-width:768px){
    .booking-item .btn-primary{
      width:48px !important;
      height:32px !important;
      margin-left:-10px !important;
      font-size:12px !important;
    }
    }
    @media only screen and (max-width:653px) and (min-width:280px){
      .booking-item .btn-primary{
        width:45px;
        height:32px;
        margin-left:-5px !important;
        font-size:12px;
      }
      } */

.booking-item-number {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #e6e6e6;
  text-align: center;
  color: #fff;
  display: block;
  top: 2px;
  right: 2px;
  font-size: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}


.booking-item-flight-details .booking-item-departure,
.booking-item-flight-details .booking-item-arrival {
  float: left;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  margin-top: 13px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (-webkit-min-device-pixel-ratio: 2) {

  .booking-item {
    padding: 2px 2px 2px 2px !important;
    line-height: 1.1;
  }

  .booking-item .btn-primary {
    margin-left: 45px;
    margin-top: 1px;
  }

  .travel-price .booking-item-price {
    margin-right: -50px;
    margin-top: 15px;
  }

  .booking-item-departure {
    float:none !important;
    text-align:center;
    margin-bottom: 1px;

  }

  .booking-item-arrival {
    margin-top: -2px;
    float:none !important;
    text-align:center;
  }

  .xs5-departure {
    margin: -3px -30px -8px 88px;
    width:45%;
  }

  .booking-item-clock {
    margin-left: 10px;
    margin-top:-10px;
  }

  .booking-item-airline-logo {
    margin-left:17px;
   
  }
  .travel-model-options {
    margin: 24px 4px 8px -25px !important;
   
  }

}
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2){
  .booking-item-price {
    margin-top: 29px;
    margin-left: 20px;
}
}

@media only screen and (min-device-width: 720px) and (-webkit-min-device-pixel-ratio: 2) {

  .booking-item{
    line-height: 0.945652;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1365px) and (-webkit-min-device-pixel-ratio: 2) {

  .booking-item .btn-primary {
    margin-left: -8px;
    margin-top: 0px;
  }

  .booking-item-departure {

    margin-top: 14px !important;
    float:none !important;
    text-align:center;
    font-size:18px !important;
  }

  .booking-item-arrival {
    margin-top: 2px;
    float:none !important;
    text-align:center;
    font-size:18px !important;
  }

  .travel-price .booking-item-price {
    margin-top: 15px;
    margin-right: -14px;
  }
  
  
.booking-item-airline-logo {
  margin-left:21px;
 
}
.travel-model-options {
  margin: 8px 40px !important;
 
}


.booking-item-clock {
  font-size: 20px;
  color: #626262;
  display: inline-block;
  margin-top: 2px;
  margin-left:13px;
}


}


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


  .booking-item .btn-primary {
    margin-left: 42px;
    margin-top: 3px;
  }


  .booking-item-departure {
    margin-top: 55px;
  }

  .booking-item-arrival {
    margin-top: 5px;
    float:none !important;
   
  }

  .travel-price .booking-item-price {
    margin-top:15px;
    margin-right: -55px;
  }
  
  
.booking-item-airline-logo {
  margin-left:30px;
 
}
.travel-model-options {

  width:18%;
 
}

#divTravel li .row {
  margin-left: -17px !important;
  margin-right: -31px;
}

.booking-item-clock {
  font-size: 20px;
  color: #626262;
  display: inline-block;
  margin-top: 2px;
  margin-left:13px;
}


}

.booking-item-flight-details .booking-item-departure .booking-item-date,
.booking-item-flight-details .booking-item-arrival .booking-item-date {
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 1em;
  padding-left: 32px;
}


.booking-item-flight-details .booking-item-destination {
  font-size: 12px;
  line-height: 1.3em;
}


.booking-item-airline-logo {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3em;
}

.booking-item-flight-class {
  margin-bottom: 7px;
  margin-top: -5px;
  font-size: 11px;
  color: #8f8f8f;
  line-height: 1em;
}

.booking-item-features {
  list-style: none;
  margin: 0;
  padding: 0;
}

.booking-item-features>li {
  float: left;
  position: relative;
  margin-right: 7px;
  margin-bottom: 7px;
}

.booking-item-features>li:hover>i {
  border-color: #d66f11;
}

.booking-item-features>li .booking-item-feature-sign {
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 1em;
  width: 100%;
}

.booking-item-features>li>i {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-size: 23px;
  display: block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #686868;
}

.booking-item-features-dark>li>i {
  background: #4d4d4d;
  border: 1px solid #333;
  color: #fff;
}

.booking-item-features-rentals {
  margin-top: 10px;
}

.booking-item-features-rentals>li {
  margin-bottom: 0;
}

.booking-item-car-title {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1em;
  margin-bottom: 0;
}

.booking-item-features-sign>li {
  padding-bottom: 15px;
}

.booking-item-features-small>li {
  margin-right: 5px;
  margin-bottom: 5px;
}

.booking-item-features-small>li>i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
}

.booking-item-features-small>li>i>img {
  width: 20px;
}

.booking-item-features-expand {
  display: block;
}

.booking-item-features-expand .booking-item-feature-title {
  position: relative;
  line-height: 37px;
  margin-left: 7px;
  color: #686868;
}

.booking-item-features-expand>li {
  float: none;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}

.booking-item-features-expand>li:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.booking-item-features-expand>li>i {
  float: left;
}

.booking-item-features-2-col>li {
  float: left;
  width: 50%;
  margin-right: 0;
}

.booking-item-container .booking-item-details {
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, height 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s, height 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s, height 0.3s;
  -ms-transition: opacity 0.3s, -ms-transform 0.3s, height 0.3s;
  transition: opacity 0.3s, transform 0.3s, height 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.booking-item-container .booking-item-details h5 {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 20px;
}

.booking-item-container .booking-item-details h5.list-title {
  margin-bottom: 0;
}

.booking-item-container .booking-item-details .list {
  margin-bottom: 20px;
}

.booking-item-container.active .booking-item-details {
  height: auto;
  overflow: auto;
  padding: 15px;
  border: 2px solid #40bce0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: none;
  position: relative;
  font-size: 11px;
  line-height: 1.6em;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.booking-title {
  margin-bottom: 25px;
  margin-top: 15px;
}

.booking-title>small {
  font-size: 12px;
  margin-left: 5px;
}


.booking-filters {

  font-size: 12px;

  color: #000;
  padding: 15px 0;
  width: 263px;

}

.booking-filters>h3 {
  padding: 0 20px;
}

.booking-filters .booking-filters-list>li {
  margin-top: 15px;

}

.booking-filters .booking-filters-list>li .booking-filters-title {
  margin-bottom: 5px;
}

.booking-filters .booking-filters-list>li .booking-filters-title small {
  font-size: 11px;
  font-weight: 400;
  position: relative;
  top: 10px;
  float: right;
  line-height: 1.3em;
  color: #ccc;
}

.booking-filters .booking-filters-list>li .booking-filters-sub-title {
  font-size: 15px;
  line-height: 1em;
  margin-top: 10px;
}

.booking-filters .irs-from,
.booking-filters .irs-to,
.booking-filters .irs-single {
  color: #fff;
}

.booking-filters .irs-grid-text {
  color: #d9d9d9;
}

.booking-filters.booking-filters-white {
  color: #737373;
  background: #fafafa;
  border-color: #ccc;
}

.booking-filters.booking-filters-white .irs-from,
.booking-filters.booking-filters-white .irs-to,
.booking-filters.booking-filters-white .irs-single {
  color: #737373;
}

.booking-filters.booking-filters-white .booking-filters-list>li {
  border-color: #ccc;
}

.booking-sort {
  font-size: 10px;
}

.booking-sort .booking-sort-title {
  font-size: 14px;
}

.booking-sort .booking-sort-title>a {
  color: #737373;
}

.booking-item-meta .booking-item-rating {
  border: none;
  padding: 0;
  margin-bottom: 30px;
  display: block;
}

.booking-item-meta .booking-item-rating-stars {
  font-size: 30px;
  margin-bottom: -3px;
  margin-right: 10px;
}

.booking-item-meta .booking-item-rating-number {
  font-size: 20px;
}

.booking-item-meta .booking-item-rating-number b {
  font-size: 30px;
}

.booking-item-raiting-list,
.booking-item-raiting-summary-list {
  font-size: 13px;
  margin-bottom: 30px;
}

.booking-item-raiting-list>li,
.booking-item-raiting-summary-list>li {
  margin-bottom: 5px;
  overflow: hidden;
}

.booking-item-raiting-list>li>div,
.booking-item-raiting-summary-list>li>div {
  height: 26px;
  float: left;
  line-height: 26px;
}

.booking-item-raiting-list>li>div.booking-item-raiting-list-title,
.booking-item-raiting-summary-list>li>div.booking-item-raiting-list-title {
  width: 24%;
}

.booking-item-raiting-list>li>div.booking-item-raiting-list-bar,
.booking-item-raiting-summary-list>li>div.booking-item-raiting-list-bar {
  width: 60%;
  background: #e6e6e6;
  height: 20px;
  margin-top: 3px;
}

.booking-item-raiting-list>li>div.booking-item-raiting-list-bar>div,
.booking-item-raiting-summary-list>li>div.booking-item-raiting-list-bar>div {
  background: var(--themeColor1);
  height: 100%;
}

.booking-item-raiting-list>li>div.booking-item-raiting-list-number,
.booking-item-raiting-summary-list>li>div.booking-item-raiting-list-number {
  margin-left: 2%;
  width: 10%;
}

.booking-item-raiting-summary-list>li>div.booking-item-raiting-list-title {
  width: 48%;
}

.booking-item-raiting-summary-list>li .booking-item-rating-stars {
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  color: var(--themeColor1);
}

.booking-item-reviews>li {
  margin-bottom: 20px;
}

.booking-item-reviews>li .booking-item-review-person p {
  line-height: 1em;
}

.booking-item-reviews>li .booking-item-review-person-avatar {
  display: table;
  margin-bottom: 8px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.booking-item-reviews>li .booking-item-review-person-avatar:hover {
  -webkit-box-shadow: 0 0 0 2px var(--themeColor1);
  box-shadow: 0 0 0 2px var(--themeColor1);
}

.booking-item-reviews>li .booking-item-review-person-avatar>img {
  max-width: 70px;
}

.booking-item-reviews>li .booking-item-review-person-name {
  margin-bottom: 5px;
}

.booking-item-reviews>li .booking-item-review-person-loc {
  margin-bottom: 0px;
  font-size: 11px;
}

.booking-item-reviews>li .booking-item-review-content {
  padding: 15px 17px;
  border: 1px solid #e6e6e6;
  position: relative;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.booking-item-reviews>li .booking-item-review-content:before {
  z-index: 2;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 20px solid #dedede;
  border-bottom: 15px solid transparent;
  left: -20px;
  top: 14px;
}

.booking-item-reviews>li .booking-item-review-content>h5 {
  margin-bottom: 0;
}

.booking-item-reviews>li .booking-item-review-content .booking-item-raiting-summary-list>li>div.booking-item-raiting-list-title {
  width: 75px;
}

.booking-item-reviews>li .booking-item-review-content .booking-item-raiting-summary-list>li .booking-item-rating-stars {
  margin-bottom: 0;
}

.booking-item-reviews>li .booking-item-review-content .booking-item-review-more,
.booking-item-reviews>li .booking-item-review-content .booking-item-review-more-content {
  display: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.booking-item-reviews>li .booking-item-review-content .booking-item-review-expand {
  position: relative;
  height: 30px;
  cursor: pointer;
}

.booking-item-reviews>li .booking-item-review-content .booking-item-review-expand span {
  color: var(--themeColor1);
  line-height: 30px;
  height: 30px;
  display: block;
  position: absolute;
  font-size: 14px;
}

.booking-item-reviews>li .booking-item-review-content .booking-item-review-expand span.booking-item-review-expand-less {
  display: none;
}

.booking-item-reviews>li .booking-item-review-content.expanded .booking-item-review-more {
  display: inline;
}

.booking-item-reviews>li .booking-item-review-content.expanded .booking-item-review-more-content {
  display: block;
}

.booking-item-reviews>li .booking-item-review-content.expanded .booking-item-review-expand span.booking-item-review-expand-less {
  display: block;
}

.booking-item-reviews>li .booking-item-review-content.expanded .booking-item-review-expand span.booking-item-review-expand-more {
  display: none;
}

.booking-item-reviews>li .booking-item-raiting-summary-list {
  margin-bottom: 10px;
}

.booking-item-reviews>li .booking-item-rating-stars {
  font-size: 14px;
  color: var(--themeColor1);
  margin-bottom: 5px;
}

.booking-item-reviews>li .booking-item-review-rate {
  line-height: 30px;
  font-size: 12px;
  margin-bottom: 0;
}

.booking-item-reviews>li .booking-item-review-rate .fa {
  margin-left: 7px;
}

.booking-item-raiting-summary-list.stats-list-select>li .booking-item-rating-stars {
  color: #b3b3b3;
}

.booking-item-raiting-summary-list.stats-list-select>li .booking-item-rating-stars>li {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.booking-item-raiting-summary-list.stats-list-select>li .booking-item-rating-stars>li.hovevar(--themeColor1) {
  color: #808080;
}

.booking-item-raiting-summary-list.stats-list-select>li .booking-item-rating-stars>li.selected {
  color: var(--themeColor1);
}

.booking-item-deails-date-location {
  padding: 15px 17px;
  background: #f7f7f7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid var(--themeColor1);
}

.booking-item-deails-date-location>ul {
  font-size: 12px;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.booking-item-deails-date-location>ul>li {
  margin-bottom: 15px;
}

.booking-item-deails-date-location>ul>li p {
  margin-bottom: 5px;
}

.booking-item-deails-date-location>ul>li p>i {
  margin-right: 7px;
  height: 23px;
  width: 23px;
  line-height: 23px;
  font-size: 11px;
}

.booking-item-deails-date-location>ul>li h5 {
  font-size: 14px;
  margin-bottom: 5px;
  color: #515151;
}

.booking-item-price-calc {
  font-size: 13px;
}

.booking-item-price-calc .checkbox {
  margin-bottom: 5px;
  margin-top: 0;
}

.booking-item-price-calc .checkbox label {
  font-weight: 100;
}

.booking-item-price-calc .icheck {
  width: 20px;
  height: 20px;
  line-height: 18px;
  top: 2px;
}

.booking-item-price-calc .list {
  margin-bottom: 10px;
}

.booking-item-price-calc .list>li {
  margin-bottom: 7px;
}

.booking-item-price-calc .list>li>small {
  display: block;
  font-size: 11px;
}

.booking-item-price-calc .list>li>p {
  height: 25px;
  line-height: 25px;
  margin-bottom: 0;
}

.booking-item-price-calc .list>li>p span {
  float: right;
}

.booking-item-price-calc .list>li:last-child {
  padding-top: 7px;
  border-top: 1px solid #ccc;
  color: #5c5c5c;
}

.booking-item-price-calc .list>li:last-child>p>span {
  font-size: 15px;
  font-weight: 600;
}

.booking-item-passengers>li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dashed #e6e6e6;
}

.booking-item-passengers>li:last-child {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #e6e6e6;
}

.booking-item-passengers label {
  font-weight: 100;
  font-size: 13px;
}

.booking-item-payment-total-flight {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  margin-right: 30px;
}

.booking-item-payment-total-flight>li {
  padding: 10px 15px;
  background: #4d4d4d;
  color: #e6e6e6;
}

.booking-item-payment-total-flight>li:first-child {
  border-bottom: 1px dashed #1a1a1a;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.booking-item-payment-total-flight>li:first-child>h5 {
  line-height: 1em;
  margin: 3px 0;
  color: #f09644;
}

.booking-item-payment-total-flight>li:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.booking-item-payment-total-flight>li.booking-item-payment-total-flight-wait {
  background: #333;
}

.booking-item-payment-total-flight>li.booking-item-payment-total-flight-wait>p {
  font-size: 13px;
  line-height: 1.4em;
  margin: 0;
  text-align: center;
}

.booking-item-payment-total-flight>li h5 {
  color: #fff;
}

.booking-item-payment-total-flight>li .booking-item-flight-details .booking-item-departure .fa-plane,
.booking-item-payment-total-flight>li .booking-item-flight-details .booking-item-arrival .fa-plane {
  font-size: 20px;
}

.booking-item-payment-total-flight>li .booking-item-flight-details .booking-item-departure h5,
.booking-item-payment-total-flight>li .booking-item-flight-details .booking-item-arrival h5 {
  font-size: 14px;
}

.booking-item-payment-total-flight>li .booking-item-flight-details .booking-item-departure .booking-item-date,
.booking-item-payment-total-flight>li .booking-item-flight-details .booking-item-arrival .booking-item-date {
  padding-left: 23px;
  font-size: 11px;
}

.booking-item-payment-total-flight>li .booking-item-flight-details .booking-item-destination {
  font-size: 12px;
}

.booking-item-payment-total-flight>li .booking-item-flight-duration>p {
  margin-bottom: 5px;
  line-height: 1em;
  font-size: 13px;
}

.booking-item-payment-total-flight>li .booking-item-flight-duration>h5 {
  font-weight: 400;
}

.booking-item-payment-flight .booking-item-flight-details .booking-item-departure .fa-plane,
.booking-item-payment-flight .booking-item-flight-details .booking-item-arrival .fa-plane {
  font-size: 20px;
}

.booking-item-payment-flight .booking-item-flight-details .booking-item-departure h5,
.booking-item-payment-flight .booking-item-flight-details .booking-item-arrival h5 {
  font-size: 14px;
}

.booking-item-payment-flight .booking-item-flight-details .booking-item-departure .booking-item-date,
.booking-item-payment-flight .booking-item-flight-details .booking-item-arrival .booking-item-date {
  padding-left: 23px;
  font-size: 11px;
}

.booking-item-payment-flight .booking-item-flight-details .booking-item-destination {
  font-size: 12px;
}

.booking-item-payment-flight .booking-item-flight-duration>p {
  margin-bottom: 5px;
  line-height: 1em;
  font-size: 13px;
}

.booking-item-payment-flight .booking-item-flight-duration>h5 {
  font-weight: 400;
}

.booking-item-dates-change {
  margin-top: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 20px;
  border: 1px solid #b2acac;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
}

.sefer-item-dates-change {
  margin-top: 10px;
  height: 120px;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 20px;
  border: 1px solid #b2acac;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
}

.booking-item-payment {
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.booking-item-payment>header {
  padding: 10px 15px;
  background: #f7f7f7;
}

.booking-item-payment>header .booking-item-payment-img {
  float: left;
  display: block;
  width: 30%;
  margin-right: 5%;
}

.booking-item-payment>header .booking-item-payment-title {
  font-size: 14px;
  margin-bottom: 0;
}

.booking-item-payment>header .booking-item-rating-stars {
  font-size: 11px;
}

.booking-item-payment .booking-item-payment-total {
  margin-bottom: 0;
  padding: 8px 30px 8px 15px;
  font-size: 12px;
}

.booking-item-payment .booking-item-payment-total>span {
  font-size: 24px;
  color: #686868;
  font-weight: 400;
  letter-spacing: -2px;
}

.booking-item-payment .booking-item-payment-details {
  list-style: none;
  margin: 0;
  padding: 15px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.booking-item-payment .booking-item-payment-details>li {
  margin-bottom: 20px;
  overflow: hidden;
}

.booking-item-payment .booking-item-payment-details>li:last-child {
  margin-bottom: 0;
}

.booking-item-payment .booking-item-payment-details>li>h5 {
  line-height: 1em;
}

.booking-item-payment .booking-item-payment-details>li>p {
  margin-bottom: 0;
  color: #686868;
}

.booking-item-payment .booking-item-payment-details>li .booking-item-payment-item-title {
  color: #515151;
}

.booking-item-payment .booking-item-payment-details>li .booking-item-payment-date,
.booking-item-payment .booking-item-payment-details>li .booking-item-payment-date-separator {
  float: left;
  display: block;
}

.booking-item-payment .booking-item-payment-details>li .booking-item-payment-date-separator {
  width: 15%;
  text-align: center;
}

.booking-item-payment .booking-item-payment-details>li .booking-item-payment-date .booking-item-payment-date-day {
  margin-bottom: 5px;
  line-height: 1em;
  color: #686868;
}

.booking-item-payment .booking-item-payment-details>li .booking-item-payment-date .booking-item-payment-date-weekday {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1em;
  color: #7a7a7a;
}

.booking-item-payment .booking-item-payment-details>li .booking-item-payment-price {
  margin: 0;
  padding: 0;
  list-style: none;
}

.booking-item-payment .booking-item-payment-details>li .booking-item-payment-price>li {
  width: 70%;
  overflow: hidden;
  font-size: 12px;
  border-bottom: 1px dashed #d9d9d9;
}

.booking-item-payment .booking-item-payment-details>li .booking-item-payment-price>li .booking-item-payment-price-title,
.booking-item-payment .booking-item-payment-details>li .booking-item-payment-price>li .booking-item-payment-price-amount {
  float: left;
  margin: 0;
}

.booking-item-payment .booking-item-payment-details>li .booking-item-payment-price>li .booking-item-payment-price-amount {
  float: right;
}

.booking-item-payment .booking-item-payment-details>li .booking-item-payment-price>li .booking-item-payment-price-amount>small {
  margin-left: 3px;
}

.booking-item-details .booking-item-header {
  margin-bottom: 20px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f2f2f2;
}

.booking-item-details .booking-item-header-price {
  font-size: 19px;
  text-align: right;
  line-height: 1em;
}

.booking-item-details .booking-item-header-price .text-lg {
  font-size: 42px;
  line-height: 1em;
}

.booking-item-details .booking-item-header-price small {
  font-size: 13px;
}

.booking-details-tabbable .nav>li>a>.fa {
  margin-right: 5px;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  font-size: 13px;
  position: relative;
  top: -1px;
}

.booking-details-tabbable .nav>li.active>a>.fa {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.nav-tabs>li>a {
  color: #000000;
  font-size: 1.2em;
}

.nav-tabs>li>a {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.nav-tabs>li>a {
  background-color: #fff;
}

.nav-tabs>li.active>a {
  background-color: #eeff8c;
}

.list-group-item>.badge {
  background-color: var(--themeColor1);
}

.booking-list-wishlist>li {
  padding-top: 30px;
  padding-right: 25px;
}

.booking-list-wishlist>li .booking-item-wishlist-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #f2f2f2;
  background: #f7f7f7;
  border-bottom: none;
  font-size: 12px;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.booking-list-wishlist>li .booking-item-wishlist-title>span {
  font-size: 9px;
  color: #8f8f8f;
  margin-left: 5px;
}

.booking-list-wishlist>li .booking-item-wishlist-remove {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #e6e6e6;
  color: #737373;
  text-align: center;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
}

.booking-list-wishlist>li .booking-item-wishlist-remove:hover {
  background: #4d4d4d;
  color: #fff;
}

span.plate {
  position: relative;
  display: table;
  border: 1px solid #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 6px;
  overflow: hidden;
  padding: 0px;
}

span.plateFirst {
  position: relative;
  width: 30px;
  line-height: 20px;
  background-color: #004899;
  color: #fff;
  padding: 0px 4px;
}

span.plateLast {
  height: 30px;
  color: #333;
}

.travel-date-time {
  margin: 15px 0px;
}


.travel-model-options {
  margin: 23px 0px;
  font-size: 15px !important;
}



.ikiartibir {
  width: 27px;
  height: 27px;
  margin-left: -8px;

}

@media only screen and (min-width:840px) {
  .ikiartibir {
    margin-top: -13px;
  }
}

.travel-price {
  margin: 7px 0px;
}

.travel-price .booking-item-price {
  font-size: 23px;
}

@media only screen and (max-width:710px) {
  .travel-price .booking-item-price {
    line-height: 17px;
    font-size: 20px;
  }

  .ikiartibir {
    width: 27px;
    height: 27px;
    margin-left: -5px;
}
}


.travel-select {
  margin: 14px 0px;
}

.travel-details {
  position: relative;
  width: 100%;
  background-color: #f0f0f0;
  padding: 0px 15px;
  display: inline-table;
  border-bottom: 1px solid #333;
  text-align: left;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 600;
}

.easy-cancellation {
  position: relative;
  display: table;
  float: left;
}

.mobile-route-name {
  font-size: 22px;
  text-align: center;
  background-color: #f0f0f0;
  font-weight: 600;
  letter-spacing: 2px;
  display: none;
}

@media only screen and (max-width:992px) {
  .mobile-route-name {
    line-height: 30px;
    display: block;
  }
}

@media only screen and (max-width:766px) {
  .form-group {
    margin-bottom: 5px;
  }

  .form-group h5 {
    margin-bottom: 0px;
  }

  .booking-item-clock {
    font-size: 18px !important;
  }

  .travel-date-time {
    margin: 14px 0px;
    height: 56px;
  }

  .mobile-route-name {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

@media only screen and (min-width:767px) {
  .form-group {
    margin-bottom: 5px;
  }

  .form-group h5 {
    margin-bottom: 0px;
  }



  .mobile-route-name {
    font-size: 17px;
    letter-spacing: 1px;
  }
}

@media only screen and (min-width:600px) and (max-width:1024px) {
  .travel-date-time {
    margin-left: 0px;
  }

  .ikiartibir {
    margin-top: -12px;
  }
  
}


@media only screen and (max-width:400px) {
  .mobile-route-name {
    font-size: 14px;
    letter-spacing: 0px;
  }
}

button.btn-card {
  width: 100%;
}

.panel-heading.paymentPh {
  background-color: var(--themeColor1);
  color: #fff;
  border-left: 5px solid var(--themeColor2);
}

.margin-bottom10 {
  margin-bottom: 10px;
}

.filter-button {
  display: none;
}

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

  .filter-button {
    positon: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    background-color: var(--themeColor1);
    color: #fff;
    display: block;
  }

  .filter-button span {
    position: absolute;
    right: 10px;
  }

  #travelFilter {
    display: none;
  }

}

.ticket-block {
  position: relative;
  background-color: #fff;
  display: inline-table;
  width: 100%;
  padding: 0px 15px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
}

.ticket-block-left {
  position: absolute;
  left: -10px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.ticket-block-right {
  position: absolute;
  right: -10px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.ticket-block-man {
  background-color: #c8f3f9;
}

.ticket-block-woman {
  background-color: #ffdffd;
}

.ticket-block .form-group label {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 0px;
  margin-top: 5px;
}

.ticket-block .form-group {
  margin-bottom: 5px;
}

.ticket-travel-info {
  display: flex;
  height: 82px;
  justify-content: center;
  align-items: center;
  font-weight: 900;
}

.ticket-travel-seat {
  height: 82px;
  line-height: 82px;
  border-right: 3px dashed #f5f5f5;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}

.ticket-contact,
.ticket-user {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 230px;
}

.ticket-contact .form-group label,
.ticket-user .form-group label {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 0px;
  margin-top: 5px;
}

.ticket-user .form-group {
  margin-bottom: 5px;
}

#divMember {
  background-color: #fff;
  display: table;
  padding: 10px;
  border: 1px dashed var(--themeColor1);
  border-radius: 10px;
}

#divMember h5 {
  font-size: 16px;
  font-weight: 900;
}

#divMember .alert h5 {
  font-size: 16px;
  font-weight: 900;
  color: #a94442
}

ul.warning-list {
  list-style: none;
  padding-left: 0px;
}

ul.warning-list li {
  color: #FF9800;
}

@media screen and (max-width: 992px) {
  .ticket-block-man .ticket-travel-seat {
    border: 1px solid #188df7;
  }

  .ticket-block-woman .ticket-travel-seat {
    border: 1px solid #f928ec;
  }

  .ticket-travel-seat {
    background-color: #fff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 3px;
  }

  .ticket-travel-info {
    height: 44px;
    float: left;
    width: calc(100% - 44px);
    border-bottom: 3px dashed #f5f5f5;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 16px;
  }

  .ticket-travel-seat {
    width: 44px;
    height: 44px;
    line-height: 40px;
    border: none;
    float: left;
    border-bottom: 3px dashed #f5f5f5;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .new-member {
    float: right;
  }

  .login-member {
    float: left;
  }
}

.mockupstyle{
  margin-top:20px;
}

.numbervalue {
	color: #9ecd27; 
    font-size: 25px;
   font-weight: bold;
}

.footer-page-links a{
  color: #ffffff !important; 
}

.footer-page-links h2{
  color: #9ecd27 !important;
  font-size: 25px;
  font-weight: 400;
}

.footer-page-links li{
  line-height: 1.728571;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.footer-page-links ul {
  margin: 20px 0px !important;
}

.footer-page-links{
  margin-top: 20px !important;
}

@media(max-width: 450px){
  .footer-call-center-container{
    display: flex;
    justify-content: space-between;
  }

  .theme-container-footer{
    padding: 50px 0 !important;
  }

  /* .footer-callcenter {    
    margin: 20px 13px !important;
  } */

  .header-bottom{
    margin-bottom: 35px;
  }
}

.card-logos {
  position: absolute;  
  width: 250px;
}

@media (min-width: 992px){
  .card-logos{
    bottom: 20px;
    left: 20px;
  }
}

@media(min-width: 450px) and (max-width: 767.9px){
  .header-bottom{
    margin-bottom: 80px;
  }
}

@media(min-width: 470px) and (max-width: 650px){
  .footer-call-center-container{
    display: flex !important;
    align-items: center !important;
    justify-content: space-around;
    padding-top: 25px;
  }

  .footer-callcenter:first-child{
    margin: 0 !important;
  }
}

@media (max-width: 470px){
  .footer-call-center-container {
    display: flex !important;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}

