@import "./header-panel.css";

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

.display {
  display: flex !important;
}
.login-page {
  z-index: 9999999 !important;
}
#mobil-open {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100vh;
  right: -100%;
  top: 0;
  bottom: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 70px 20px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  transition: ease-in-out right 0.4s;
  overflow-y: auto;
}
#mobil-open.mobil-open {
  right: 0;
  transition: ease-in-out right 0.4s;
}
.header-inner .shrink-auto-lg .col-auto {
  margin-left: calc(50% - 750px);
}
span.cizgili {
  text-decoration: line-through;
}
.mega-menu {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  cursor: default;
  background-color: #fff;
  box-shadow: 0 5px 36px 0 rgb(0 0 0 / 35%);
  border-radius: 10px;
  width: 185%;
  z-index: 999;
  min-width: 980px;
}

nav .main-nav li > a:hover .mega-menu {
  display: flex !important;
}
.mega-menu:hover {
  display: flex !important;
}
.mega-menu ul {
  padding: 0;
  margin-bottom: 5px;
}
.mega-menu ul > li > a {
  padding: 7px 17px 7px 10px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.mega-menu ul > li > a:hover {
  background-color: rgba(207, 212, 218, 0.2);
}
.mega-menu .mega-menu-left {
  width: 30%;
}
.main-nav li {
  margin-bottom: -5px;
}
.mega-menu .mega-menu-left ul > li > ul {
  display: none;
}
.mega-menu .mega-menu-left,
.mega-menu .mega-menu-right {
  padding: 41px 24px 41px 35px;
  margin: 0px !important;
}
#mobil-open img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
#mobil-open .main-nav > li > a {
  color: #5c5c5c !important;
  font-size: 15px !important;
}
#mobil-open .main-nav > li .mobil-mega-menu {
  background-color: #f5f6f8;
  border-radius: 10px;
}
#mobil-open .main-nav > li .mobil-mega-menu .mega-menu-left {
  width: 100%;
}
#mobil-open .main-nav > li .mobil-mega-menu .mega-menu-left ul > li > a {
  display: flex;
  width: 100%;
  margin-left: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #3f536c;
}
#mobil-open .main-nav > li .mobil-mega-menu .mega-menu-left .secenek > a {
  font-weight: 400 !important;
  color: #96a2b0;
}
#mobil-open .main-nav > li .mobil-mega-menu .mega-menu-left .baslik > ul {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#mobil-open .main-nav > li .mobil-mega-menu .mega-menu-left ul > li > a > span {
  margin: 6px 25px;
  font-size: 15px;
}
#mobil-open
  .main-nav
  > li
  .mobil-mega-menu
  .mega-menu-left
  ul
  > li
  > a
  > .arrow-indicator {
  margin-left: auto;
}
#mobil-open .main-nav > li .mobil-mega-menu .mega-menu-left ul > li > a > i {
  display: none;
}
#mobil-open .main-nav {
  background-color: #fff;
}
#mobil-open .main-nav li ul {
  display: block;
}
#mobil-open .main-nav .arrow-indicator {
  color: #000 !important;
}
.mega-menu .mega-menu-left .img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
}
.mega-menu .mega-menu-left span {
  margin-left: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #3f536c;
}
.mega-menu .mega-menu-left i {
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out all 0.2s;
  font-size: 12px;
  margin-left: auto;
}
.mega-menu .mega-menu-left > ul > li > a:hover i {
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  transition: ease-in-out all 0.2s;
}
.mega-menu .mega-menu-right {
  display: flex;
  width: 70%;
  background-color: rgb(250 250 250);
  border-radius: 0px 10px 10px 0px;
}
.mega-menu .mega-menu-right .reklam-area {
  padding: 15px 0px 30px 0px;
  margin-left: auto;
}
.mega-menu .mega-menu-right .reklam-area img {
  width: 250px;
  height: 140px;
  margin: 10px;
  border-radius: 10px;
}
.submenu .secenek a {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  width: 100%;
  opacity: 0.8;
  padding: 0px 50px 0px 0px !important;
  margin-bottom: 14px;
  text-align: left;
}
.submenu > a {
  color: #2a5ab3;
}
.submenu > a > i {
  padding-left: 6px;
}
.submenu .secenek a:hover {
  background-color: transparent !important;
  text-decoration: underline;
  opacity: 0.8;
}
.mega-menu .mega-menu-right ul {
  margin: 0px !important;
}
.mega-menu ul > li > a {
  position: relative;
}

.ulasım-btn {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid orange;
  color: orange;
  background-color: rgba(249, 213, 194, 0.2);
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 6px;
  margin-top: 5px;
  font-weight: 500;
  transition: ease-in-out all 0.2s;
  width: calc(100% - 20px) !important;
  margin: 0 auto !important;
}
.mega-menu {
  visibility: hidden;
  opacity: 0;
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  display: -ms-flexbox;
  display: flex;
}
.displayShow {
  display: flex !important;
  visibility: visible;
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.main-nav > li > a i {
  -ms-transform: rotate(0) translateY(-1px);
  transform: rotate(0) translateY(-1px);
  transition: ease-in-out transform 0.2s;
  position: absolute;
  bottom: 15px;
}
.main-nav > li:hover,
.main-nav > li > a:hover {
  color: rgb(92, 92, 92) !important;
}
.main-nav > li > a:hover i {
  -ms-transform: rotate(180deg) translateY(1px);
  transform: rotate(180deg) translateY(1px);
  transition: ease-in-out transform 0.2s;
}

.detail-header h1,
.fullwidth-horizon-sticky-section h1 {
  font-size: 24px;
}
.detail-header h2,
.fullwidth-horizon-sticky-section h2 {
  font-size: 21px;
}
.detail-header h3,
.fullwidth-horizon-sticky-section h3 {
  font-size: 20px;
}
.detail-header h4,
.fullwidth-horizon-sticky-section h4 {
  font-size: 29px;
}
.detail-header h5,
.fullwidth-horizon-sticky-section h5 {
  font-size: 18px;
}
.detail-header h6,
.fullwidth-horizon-sticky-section h6 {
  font-size: 17px;
}
@media (max-width: 1600px) {
  .header-inner .shrink-auto-lg .col-auto {
    margin-left: 2% !important;
  }
}

@media (max-width: 768px) {
  .main-nav > li > a:hover i {
    -ms-transform: rotate(0) translateY(1px) !important;
    transform: rotate(0) translateY(1px) !important;
    transition: ease-in-out transform 0.2s;
  }
  .header-main .header-inner {
    height: 68px;
  }
  .main-footer .row.gap-50 {
    margin-left: 0;
    margin-right: 0;
  }

  .fullwidth-horizon-sticky.none-sticky-hide,
  .fullwidth-horizon-sticky.none-sticky-hide.fixed {
    display: none !important;
  }
}

.header-main .main-logo {
  padding: 0;
}
.mainSlider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mainSlider .slick-slide img {
  min-height: 642px;
  max-height: 642px;
}
.mainSlider .slick-prev {
  left: 0;
  background: black;
  z-index: 9;
  width: 50px;
  height: 50px;
  color: #fff;
}
.mainSlider .slick-next {
  right: 0;
  background: black;
  z-index: 9;
  width: 50px;
  height: 50px;
  color: #fff;
}

@media (max-width: 768px) {
  .display-none {
    display: none;
  }
  .header-main.header-mobile-menu .main-menu-nav .main-nav > li {
    padding: 10px 15px !important;
    border-top: 1px solid #ddd;
  }
  .header-main.header-mobile-menu .main-menu-nav .main-nav > li:last-child {
    border-bottom: 1px solid #ddd;
  }
  .mainSlider .slick-prev,
  .mainSlider .slick-next {
    display: none !important;
  }
}
.mainSlider .slick-prev:before,
.mainSlider .slick-next:before {
  font-size: 27px;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .mainSlider .slick-slide img {
    min-height: auto;
    height: auto;
    border-radius: 10px;
  }
  .hero-banner-01 {
    padding-top: 180px;
    padding-bottom: 30px;
  }
  .hero-banner-01 .search-form-main {
    margin-top: 3px;
    max-width: 100%;
  }
}
.hero-inner .menu-horizontal-02 ul li {
  display: inline-block;
  margin: 0 1px;
}
.hero-inner .menu-horizontal-02 ul li a {
  display: block;
  color: inherit;
  background-color: #fff;
  border: 1px solid #dee2e6;
  line-height: 1;
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 3px;
  padding: 10px 20px;
  width: 100%;
}
.hero-inner .menu-horizontal-02 ul li a.active,
.hero-inner .menu-horizontal-02 ul li.active a,
.hero-inner .menu-horizontal-02 ul li a:hover {
  color: #e30613;
  border-color: #e30613;
}
@media (min-width: 992px) {
  /* .header-main .navbar-arrow ul li .arrow-indicator {
    display: none !important;
  }
  .header-main .main-nav li ul {
    display: none !important;
  } */
  .hero-banner-01 .search-form-main {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .hero-banner-01 .search-form-main {
    margin-top: 0px;
  }
}
.reklam img {
  max-width: 100%;
  margin-bottom: 20px;
}
.equal-height .otellistebolgeler {
  display: none;
}
.pagination > li > a,
.pagination > li > span {
  width: auto;
}

.popuelerbolgeler .row.mb-20 ul li > [class*="col"] {
  padding-bottom: 20px;
}

.popuelerbolgeler .row.gap-2 ul li > [class*="col"] {
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 2px;
}
.popuelerbolgeler .row.cols-1 > ul li {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  float: left;
  width: 100%;
}
@media (min-width: 576px) {
  .popuelerbolgeler .row.cols-sm-2 > ul li {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    float: left;
  }
}
@media (min-width: 992px) {
  .popuelerbolgeler .row.cols-lg-4 ul li {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    float: left;
  }
}

/*Tur list*/
.listroBox {
  background-color: #fff;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  margin-left: 0;
  margin-right: 0;
}
.listroBox figure {
  margin: 8px 0;
  overflow: hidden;
  position: relative;
  height: 200px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.listroBox a.wishlist_bt {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 9px 10px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.listroBox a.wishlist_bt:after {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.listroBox figure a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.listroBox figure a img,
.listroBox.list_view figure a img {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.listroBox figure .read_more {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
}
.listroBox figure .read_more a {
  background-color: #e30613;
  background-color: #e30613;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 8px 25px;
  text-transform: uppercase;
}
.listroBox figure small {
  position: absolute;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  left: 20px;
  top: 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px 4px;
  line-height: 1;
  font-size: 10px;
}
.listroBox .listroBoxmain {
  padding: 20px 25px 15px;
}
.listroBox .listroBoxmain h3 {
  font-size: 17px;
  margin: 0 0 8px 0;
}
.listroBox .listroBoxmain p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 26px;
}
a.address {
  display: inline-block;
  font-weight: 500;
  color: #999;
  line-height: 1;
}
a.address:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14e";
  margin-right: 5px;
  display: inline-block;
}
.listroBox ul {
  padding: 13px 15px 4px 19px;
  border-top: 1px solid #ededed;
}
.listroBox ul li:first-child {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: -4px;
}
.listroBox ul li {
  display: inline-block;
  margin-right: 15px;
}
.Ropen {
  color: #32a067;
  border: 1px solid #32a067;
}
.Rclosed {
  color: #e30613;
  border: 1px solid #e30613;
}
.listroBox a.wishlist_bt:hover {
  background: #e30613;
}
.Rclosed,
.Ropen {
  position: relative;
  top: -2px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 6px 8px;
  line-height: 1;
  border-radius: 3px;
}
.listroBox ul li .R_retings {
  margin-top: -26px;
}
.R_retings span {
  display: inline-block;
  position: relative;
  top: 7px;
  margin-right: 8px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  line-height: 16px;
  font-weight: bold;
}
.R_retings a {
  background-color: #e30613;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 5px 12px;
  display: inline-block;
}
.R_retings span em {
  display: block;
  font-weight: 400;
  font-size: 11px;
  font-size: 0.6875rem;
}
.listroBox figure a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.listroBox ul li:last-child {
  margin: 25px 0 0 0;
  float: right;
}
.listroBox figure:hover .read_more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.listroBox {
  transition: 0.4s;
  transform: scale(1);
}
.listroBox:hover {
  transform: translateY(-6px);
}
@media (max-width: 580px) {
  .sidebar-wrapper.pv {
    width: 100%;
  }
}
/*Tur detay*/
.dahil ul,
.dahildegil ul {
  list-style: none;
  padding: 0;
}
.dahil ul li:before {
  color: green;
  margin-right: 5px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.dahildegil ul li:before {
  color: red;
  margin-right: 5px;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.booking-box .box-content {
  padding: 20px;
}
.booking-box .box-content * {
  line-height: normal !important;
}
.line3 {
  background: #e8e8e8;
  height: 1px;
  margin: 0px 0 0px 0;
  padding: 0;
  display: block;
}
.hpadding20 {
  padding: 0px 20px 0px 20px;
}
.margtop20 {
  margin-top: 20px !important;
}
.bordertype1 {
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  color: #999;
  padding: 10px;
}
.bordertype2 {
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  color: #999;
  padding: 10px;
}
.bordertype3 {
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  color: #999;
  padding: 10px;
}
.grey2 {
  color: #666;
}
.size30 {
  font-size: 30px;
}
.green2 {
  color: #339933;
}
.lh1 {
  line-height: 7px !important;
}
a.grey {
  color: #999;
  font-weight: normal;
}
a:link.add2fav {
  text-decoration: none;
  color: #7c8c94;
}
.margtop5 {
  margin-top: 5px !important;
}
a:visited.booknow {
  text-decoration: none;
  color: #fff;
}
a:link.booknow {
  text-decoration: none;
  color: #fff;
}
.booknow {
  width: 100%;
  height: 52px;
  padding: 15px 10px 10px 10px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #261364;
  background: #261364;
  text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px;
}
.booknow:hover {
  background: #ff7b00;
  border-color: #ff7b00;
  transition: ease-in-out all 400ms;
}

.priceCalc {
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
}
#turrezalan1 table {
  border-radius: 5px;
}
.rezalan1satir:nth-child(odd),
#turrezalan1 tr:nth-child(odd) {
  background: #eaeaea;
}
.rezalan1satir:nth-child(even),
#turrezalan1 tr:nth-child(even) {
  background: #f5f5f5;
}
#turrezalan1 td {
  padding: 7px 2px;
}
.rezalan1satir .onlinerezlink,
#turrezalan1 table .nlink {
  background: #4caf50;
  color: #fff;
  padding: 4px 15px;
  border-radius: 7px;
}
.rezalan1baslik {
  background: #e30613 !important;
  color: #fff;
}
#turrezalan1 .hatamesaji {
  border: 1px solid #f44336;
  padding: 5px 15px;
  background: #ffe4e2;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.otelfiyatsablon {
  background: #efefef;
  position: relative;
  margin: 0px;
  padding: 10px;
}
.otelfiyatsablon:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.otelfiyatsablon:first-child {
  margin-top: 10px;
}
.otelfiyatsablon .info .oda {
  color: #63285a;
  font-weight: bold;
  font-size: 17px;
}
.otelfiyatsablon .info .pansiyon {
  color: #2196f3;
  font-weight: bold;
}
.otelfiyatsablon .buy .fiyat {
  color: #4caf50;
  font-size: 20px;
  font-weight: bold;
  margin-top: 13px;
}
.otelfiyatsablon .buy .fiyat {
  color: #4caf50;
  font-size: 20px;
  font-weight: bold;
  margin-top: 13px;
}
.otelfiyatsablon .satinal a {
  display: block;
  width: 100%;
  padding: 10px;
  background: #1dc1f8;
  font-weight: bold;
  color: #fff;
  margin-top: 2px;
}
#fiyatlar .itinerary-list td,
#fiyatlar .itinerary-list th {
  border: 1px solid #ddd;
  padding: 8px;
}

#fiyatlar .itinerary-list tr:nth-child(even) {
  background-color: #f2f2f2;
}

#fiyatlar .itinerary-list tr:hover {
  background-color: #ddd;
}

#fiyatlar .itinerary-list .turfiyatbaslik {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #4caf50;
  color: white;
}

#fiyatlar .itinerary-list .ui-accordion .ui-accordion-content {
  padding: 0;
}

@media (max-width: 768px) {
  #fiyatlar .itinerary-list {
    overflow: auto;
  }
  #fiyatlar .itinerary-list > table {
    width: 800px;
  }
}

.gemifoto {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.gemifoto li {
  display: inline-block;
  width: 25%;
}
.gemifoto li img {
  max-width: 100%;
  height: auto;
}

/*Rezervasyon SayfasÄ±*/
.reservation .title {
  font-size: 36px;
  font-family: "Nunito", sans-serif;
  margin-bottom: 12px;
  text-align: center;
}
.reservation .left-block {
  width: 67%;
  padding: 15px;
}
.reservation .right-block {
  width: 33%;
  padding: 15px;
}

.reservation .left-block .block-box {
  background: #efefef;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
}
.step-line {
  margin-bottom: 10px;
}
.step-line .title {
  font-size: 17px;
  float: left;
  font-weight: bold;
  margin-bottom: 0;
}
.step-line .roundstep {
  float: right;
  width: 25px;
  height: 25px;
  background: green;
  color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 100%;
}

.reservation .block-box .column {
  width: 50%;
  padding: 0px 10px;
  margin-bottom: 10px;
}
.reservation .block-box .column.full {
  width: 100%;
}
.reservation .block-box .column label {
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.reservation .block-box input.input,
.reservation .block-box select {
  background: #fff;
  height: 58px;
  border-radius: 5px;
  display: block;
  float: left;
  border: 1px solid #fff;
  width: 100%;
  font-size: 21px;
  font-family: "Nunito", sans-serif;
  padding: 0 20px;
  color: #000;
}
.reservation .block-box .select-wrap {
  position: relative;
}
.reservation .block-box input::-webkit-input-placeholder {
  color: rgba(145, 145, 147, 0.47);
}
.reservation .block-box input::-moz-placeholder {
  color: rgba(145, 145, 147, 0.47);
}
.reservation .block-box input:-moz-placeholder {
  color: rgba(145, 145, 147, 0.47);
}
.reservation .block-box input:-ms-input-placeholder {
  color: rgba(145, 145, 147, 0.47);
}

.reservation .block-box .persons td {
  padding: 0px 2px;
}
.reservation .block-box .persons input,
.reservation .block-box .persons select {
  background: #fff;
  height: 58px;
  border-radius: 5px;
  display: block;
  float: left;
  border: 1px solid #fff;
  width: 100%;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  padding: 0 7px;
  color: #000;
}
.reservation .block-box .persons select {
  -webkit-appearance: listitem !important;
  -moz-appearance: listitem !important;
  appearance: listitem !important;
}
.reservation .block-box .persons select#cins1,
.reservation .block-box .persons select#cins2,
.reservation .block-box .persons select#cins3,
.reservation .block-box .persons select#cins4,
.reservation .block-box .persons select#ccins1,
.reservation .block-box .persons select#ccins2,
.reservation .block-box .persons select#ccins3,
.reservation .block-box .persons select#ccins4 {
  width: 30%;
}

.reservation .block-box .persons input#kisi1,
.reservation .block-box .persons input#kisi2,
.reservation .block-box .persons input#kisi3,
.reservation .block-box .persons input#kisi4,
.reservation .block-box .persons input#cocuk1,
.reservation .block-box .persons input#cocuk2,
.reservation .block-box .persons input#cocuk3,
.reservation .block-box .persons input#cocuk4 {
  width: 68%;
  margin-left: 2%;
}

.reservation .block-box .extras .title {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  margin-bottom: 7px;
  text-align: left;
}

.reservation .block-box .payment-left {
  width: 30%;
  float: left;
  padding: 20px 0px;
}
.reservation .block-box .payment-content {
  width: 70%;
  float: left;
  padding: 20px;
}

.reservation .complete-btn {
  text-align: center;
  display: block;
}
.reservation .complete-btn button.rez-tamamla-btn {
  display: inline-block;
  float: none;
  padding: 18px;
  background: #4caf50;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  transition: ease-in-out all 1s;
  border: 0;
}
.reservation .complete-btn button.rez-tamamla-btn:hover {
  background: #419044;
}

.reservation .right-block {
  max-width: 475.19px;
}
.reservation .right-block .block-box {
  background: #efefef;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
}
.reservation .right-block .vitrin {
  text-align: center;
}
.reservation .right-block .vitrin img {
  max-width: 100%;
  height: auto;
}
.reservation .right-block table.table {
  width: 100%;
  border-radius: 10px;
}
.reservation .right-block table.table tr td {
  border: 1px solid #b9b9b9;
  padding: 7px;
  background: #ffffff;
}
.reservation .right-block table.table tr td.strong {
  font-weight: bold;
  text-align: center;
  line-height: normal;
}
.reservation .right-block table.table tr td.price {
  font-weight: bold;
  font-size: 16px;
  color: green;
}
.block-box .row {
  margin-left: 0;
  margin-right: 0;
}
/*Rezervasyon SayfasÄ±*/
@media (max-width: 768px) {
  /*Rezervasyon*/
  .reservation .left-block {
    width: 100%;
  }
  .reservation .right-block {
    width: 100%;
    max-width: 100% !important;
  }
  .reservation .block-box .persons table tr td {
    display: block;
    width: 100% !important;
  }
  .reservation .block-box .persons input,
  .reservation .block-box .persons select {
    margin-bottom: 10px;
  }
  .reservation .block-box .persons select#binisyeri1,
  .reservation .block-box .persons select#binisyeri1,
  .reservation .block-box .persons select#binisyeri2,
  .reservation .block-box .persons select#binisyeri2,
  .reservation .block-box .persons select#binisyeri3,
  .reservation .block-box .persons select#binisyeri3,
  .reservation .block-box .persons select#binisyeri4,
  .reservation .block-box .persons select#binisyeri4 {
    width: 100% !important;
  }
  .reservation .complete-btn button.rez-tamamla-btn {
    margin-bottom: 20px;
  }
}

.varyokgenel {
  width: 100%;
  position: relative;
}
.varyokgenel .baslik {
  width: 100%;
  background: #ffffff;
  display: inline-block !important;
  font-size: 16px !important;
  font-weight: bold;
  margin-right: 25px;
  padding: 15px;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}
.varyokgenel ul {
  margin: 0;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.varyokgenel ul li {
  list-style: none;
  width: 25%;
  display: -webkit-inline-box;
}
.varyokgenel ul li:before {
  color: green;
  margin-right: 5px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.yildizisaret {
  /* display: block; */
  width: 100%;
  padding: 0px 10px;
  background: #ffeb3b;
  position: relative;
  float: left;
  font-weight: bold;
  margin-bottom: 50px;
  display: none;
}
.gallery-nav .image.slick-current:after {
  display: none;
}

.fiyatkutubaslik1,
.fiyatkutubaslik2,
.fiyatkutubaslik3,
.fiyatkutubaslik4,
.fiyatkutubaslik5 {
  color: #e30613;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0px;
  background: #e6e6e6;
  padding: 10px;
}
.odafiyat .baslik {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #e30613;
  color: #fff;
}
.odafiyat .baslik .yftbaslik {
  display: inline-block !important;
  width: 10.6%;
  text-align: center;
  padding: 5px 0px;
  color: #fff;
}

.odafiyat .even {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #f5f5f5;
  color: #1d1d1d;
  font-size: 12px;
}
.odafiyat .even .yticerikli {
  display: inline-block;
  width: 10.6%;
  text-align: center;
  padding: 10px 0px;
}

.odafiyat .odd {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #e6e6e6;
  color: #1d1d1d;
  font-size: 12px;
}
.odafiyat .odd .yticerikli {
  display: inline-block;
  width: 10.6%;
  text-align: center;
  padding: 10px 0px;
}

.yorum-kutu {
  padding: 20px 15px;
  background: #f5f5f5;
  position: relative;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.yorum-isim {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 15px;
  position: relative;
}
.yorum {
  margin-bottom: 15px;
}
.yorum-tarih {
  border-top: 1px solid #c7c7c7;
  padding-top: 3px;
}

.kunyesatir {
  display: flex;
  border-right: 2px solid #f2f2f2;
  border-left: 2px solid #f2f2f2;
  border-top: 2px solid #f2f2f2;
}
.kunyesatir:last-child {
  border-bottom: 2px solid #f2f2f2;
}
.kunyesatir .kunyebaslik {
  width: 40%;
  padding: 10px;
  border-right: 2px solid #f2f2f2;
  font-weight: bold;
}
.kunyesatir .kunyedeger {
  width: 60%;
  padding: 10px;
}
#rezalan1 .otelfiyatuyari {
  border: 1px solid #f44336;
  padding: 5px 15px;
  background: #ffe4e2;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.reservation .block-box .persons select#cins11,
.reservation .block-box .persons select#cins12,
.reservation .block-box .persons select#cins13,
.reservation .block-box .persons select#cins14,
.reservation .block-box .persons select#ccins11,
.reservation .block-box .persons select#ccins12,
.reservation .block-box .persons select#ccins13,
.reservation .block-box .persons select#ccins14 {
  width: 30%;
}

.reservation .block-box .persons input#kisi11,
.reservation .block-box .persons input#kisi12,
.reservation .block-box .persons input#kisi13,
.reservation .block-box .persons input#kisi14,
.reservation .block-box .persons input#cocuk11,
.reservation .block-box .persons input#cocuk12,
.reservation .block-box .persons input#cocuk13,
.reservation .block-box .persons input#cocuk14 {
  width: 68%;
  margin-left: 2%;
}

@media (max-width: 768px) {
  .reservation .block-box .column {
    width: 100%;
  }
  .odafiyat .baslik {
    width: 800px;
  }
  .odafiyat .even,
  .odafiyat .odd {
    width: 800px;
  }
  .fiyatkutubaslik1,
  .fiyatkutubaslik2,
  .fiyatkutubaslik3,
  .fiyatkutubaslik4,
  .fiyatkutubaslik5 {
    width: 800px;
  }
}

.odafiyat ul {
  position: relative;
}
.odafiyat ul li {
  position: relative;
}
.cocuk-fiyat-detaylari:before {
  display: block;
  content: "";
  position: absolute;
  right: 10%;
  margin-right: -10px;
  top: -10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #333333 transparent;
}
.cocuk-fiyat-detaylari {
  display: none;
  position: absolute;
  width: max-content;
  background: #333333;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #00000061;
  z-index: 9;
  right: 0;
  margin-top: 5px;
}
.cocuk-fiyat-detaylari .baslik {
  display: flex;
}
.cocuk-fiyat-detaylari .satir {
  display: flex;
}
.cocuk-fiyat-detaylari .baslik .col {
  padding: 10px;
  width: calc(100% / 5);
  text-align: center;
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
}
.cocuk-fiyat-detaylari .baslik .col:last-child {
  border-right: 0;
}

.cocuk-fiyat-detaylari .satir .col {
  padding: 10px;
  width: calc(100% / 5);
  text-align: center;
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
}

.cocuk-fiyatlari-goster {
  display: block;
}
.cocuk-fiyatlari-goster:hover ~ .cocuk-fiyat-detaylari,
.cocuk-fiyat-detaylari:hover {
  display: block;
}

/*v2*/
.navbar {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .mobile-filter {
    display: none;
  }
}
.mobile-filter {
  position: relative;
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 10px 0px;
  margin-top: 20px;
}
.mobile-filter .btns {
  background: #ddd;
  color: #000;
  border-radius: 6px;
}
.mobile-filter .mfilter-btn {
  display: block;
  padding: 8px;
  color: #000;
  border-right: 1px solid #fff;
}

@media (max-width: 768px) {
  .filter-wrap {
    display: none !important;
  }
  .filter-wrap.mobile {
    display: block !important;
    position: fixed;
    top: 0px;
    z-index: 999999;
    padding: 10px;
    left: 0;
    overflow-y: auto;
    height: calc(100% - 40px);
  }
  .filter-apply {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    z-index: 99999;
    background: #2fa252;
    color: #fff;
  }
  .filter-apply.hide {
    display: none;
  }
  #dynamicSort {
    display: none !important;
  }
  #dynamicSort.mobile {
    width: 100%;
    display: block !important;
    position: fixed;
    top: 0px;
    z-index: 999999;
    padding: 10px;
    left: 0;
    overflow: auto;
    height: calc(100% - 40px);
    background: #fff;
  }
  #dynamicSort.mobile .sort-btn {
    width: 100%;
    margin: 0 0 5px;
  }
  .sort-apply {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    z-index: 99999;
    background: #2fa252;
    color: #fff;
  }
  .sort-apply.hide {
    display: none;
  }
}

.tur-landing-page {
  background: #f2f2f2;
}
.tur-landing-page .searcher {
  margin-bottom: 30px;
  background: linear-gradient(45deg, #e30714, #000000);
  padding: 15px 0px;
}
.tur-landing-page .searcher .searchwrap {
  display: block;
  padding: 0px;
  background: #fff;
  border-radius: 8px;
}
.tur-landing-page .searcher .searchwrap .column {
  padding: 5px 15px;
  border-right: 1px solid #e7e7e7;
}
.tur-landing-page .searcher .searchwrap .column.noborder {
  border: 0;
  padding: 0;
}
.tur-landing-page .searcher .searchwrap select {
  border: 1px solid #cccccc;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  padding: 8px 12px;
  vertical-align: middle;
  width: 100%;
}
.tur-landing-page .searcher .searchwrap button {
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  height: 60px;
  padding: 0 12px;
  width: 101%;
  background: #e30613;
  color: #fff;
  transition: linear all 400ms;
  border: 1px solid #e30613;
  border-radius: 0px 8px 8px 0px;
  margin-left: 1px;
}
.tur-landing-page .searcher .searchwrap button:hover {
  background: #0460a0;
  color: #ffffff;
  border-color: #0460a0;
}
.tur-landing-page .searcher .searchwrap input {
  width: calc(100% - 40px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  height: 26px;
  color: #666666;
  vertical-align: middle;
}
.tur-landing-page .searcher .searchwrap .kode_felid {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.tur-landing-page .searcher .searchwrap .kode_felid .icon {
  width: 30px;
  text-align: center;
  display: flex;
  font-size: 16px;
  color: #e30613;
}
.tur-landing-page .searcher .searchwrap .kode_felid label {
  margin-bottom: 0px;
  font-size: 12px;
  float: left;
  width: 100%;
}
.tur-landing-page .searcher .searchwrap .ralative-icon {
  float: left;
  width: 100%;
  position: relative;
}
.tur-landing-page .searcher .searchwrap .ralative-icon .fa {
  text-align: center;
}
.tur-landing-page .searcher .searchwrap .person-total {
  height: 26px;
  line-height: 26px;
  width: 100%;
  display: inline-flex;
}

.tur-landing-page .cards {
  margin-bottom: 30px;
}
.tur-landing-page .cards .card {
  background-color: white;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
  margin-bottom: 16px;
  width: 100%;
}
.tur-landing-page .cards .card .cover {
  min-height: 170px;
  position: relative;
  overflow: hidden;
}
.tur-landing-page .cards .card .cover:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000004d;
}
.tur-landing-page .cards .card .cover img {
  max-width: 100%;
  object-fit: cover;
  height: 170px;
}
.tur-landing-page .cards .card .cover h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 10px 8px;
  color: white;
  text-shadow: 0 1px 5px rgb(0 0 0 / 70%);
  width: 100%;
  font-weight: 600;
  text-align: left;
  margin: 0;
  font-size: 16px;
}
.tur-landing-page .cards .card .cont {
  background: #fff;
  padding: 10px 15px 10px;
}
.tur-landing-page .cards .card .cont ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tur-landing-page .cards .card .cont ul li {
  display: inline-block;
  width: calc(100% / 2);
  padding: 0 2.5px;
}
.tur-landing-page .cards .card .cont ul li a {
  color: #424242;
  font-size: 14px;
  padding: 8px 0;
  display: block;
  text-align: left;
  border-bottom: 1px solid #efefef;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}
.tur-landing-page .cards .card .cont ul li:nth-last-child(-n + 2) a {
  border-bottom: 0;
}
.tur-landing-page .cards .card .cont ul li a:hover {
  color: #3ea6e5;
}
.tur-landing-page .cards .card .bottom {
  border-top: 1px solid #efefef;
  background: #f9f9f9;
  padding: 10px 15px;
  text-align: right;
}
.tur-landing-page .cards .card .bottom .all-tours {
  color: #e30613;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}

.tur-landing-page .landing-cont-wrap {
  position: relative;
  float: left;
  width: 100%;
}
.tur-landing-page .landing-cont {
  background-color: #ffffff;
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 6%);
  padding: 30px;
  text-align: left;
  font-size: 14px;
}
.tur-landing-page .landing-cont h1,
.tur-landing-page .landing-cont h2,
.tur-landing-page .landing-cont h3,
.tur-landing-page .landing-cont h4,
.tur-landing-page .landing-cont h5,
.tur-landing-page .landing-cont h6 {
  font-size: 0.9rem;
  font-weight: bold;
}

.room-count-dropdown {
  position: absolute;
  min-width: 300px;
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-size: 0.75rem;
  visibility: hidden;
  opacity: 0;
  z-index: 355;
  transition: all 250ms ease-in-out;
  top: 100%;
  margin-top: 14px;
}
.room-count-dropdown.show {
  visibility: visible;
  opacity: 1;
}
.room-count-dropdown:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 200;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: white;
  border-width: 14px;
  margin-left: -14px;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.02));
}
.room-count-dropdown .room-info {
  padding: 10px;
}
.room-count-dropdown .room-info .info-row {
  width: 100%;
  text-align: left;
  padding: 10px 0px;
}
.person-total {
  font-size: 12px;
  line-height: 48px;
  height: 48px;
  display: block;
  cursor: pointer;
  background: #fff;
  padding: 0px;
  border: 1px solid #ccc;
}
.room-count-dropdown .room-info .info-row .col {
  padding: 0;
  width: 50%;
  float: left;
  margin-bottom: 4px;
}
.room-count-dropdown .room-info .info-row .col:first-child {
  min-width: 55px;
  padding: 0;
}
.room-count-dropdown .room-info .info-row .col span.room-number {
  line-height: 34px;
  color: #28374f;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
}
.room-count-dropdown .action-button-area {
  width: 100%;
  padding: 10px 20px;
  border-top: 1px solid #efefef;
  text-align: right;
}
.room-count-dropdown .action-button-area span.add-room {
  font-size: 12px;
  font-size: 0.75rem;
  color: #0065b8;
  font-weight: 700;
  cursor: pointer;
}
.room-count-dropdown .room-info .info-row .col .remove-oda {
  line-height: 34px;
  height: 34px;
  border: 1px solid #ff3e3e;
  display: block;
  text-align: center;
  border-radius: 5px;
  color: #ff3e3e;
  font-weight: bold;
}
@media (max-width: 768px) {
  .room-count-dropdown {
    width: 98%;
    min-width: 98%;
    left: 1%;
  }
  .room-count-dropdown .room-info .info-row .col {
    display: inline-block;
    min-width: 33%;
    width: 33%;
    margin-right: -0.5px;
  }
  .room-count-dropdown .room-info .info-row .col.child1,
  .room-count-dropdown .room-info .info-row .col.child2,
  .room-count-dropdown .room-info .info-row .col.child3,
  .room-count-dropdown .room-info .info-row .col.child4 {
    min-width: 25%;
    width: 25%;
  }
  .room-count-dropdown .room-info .info-row .col:first-child {
    width: 100%;
  }
  .room-count-dropdown .room-info .info-row .col:first-child label {
    display: none;
  }
  .room-count-dropdown .room-info .info-row .col.remove-oda-wrap {
    width: 100%;
  }
}

.lang-wrap,
.currency-wrap {
  float: right;
  position: relative;
  width: 90px;
  display: flex;
  align-items: center;
  height: 48px;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.currency-wrap {
  margin-right: 10px;
  margin-left: 10px;
}
.lang-wrap img {
  width: 24px;
}
.lang-wrap ul,
.currency-wrap ul,
.lang-tooltip,
.currency-tooltip {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 105;
  background: #fff;
  color: #000;
  padding: 55px 0 12px;
  border-radius: 4px;
  border: 1px solid #eee;
  border-top: none;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.1);
  text-align: center;
  width: 100%;
}
.lang-wrap ul li,
.currency-wrap ul li {
  display: block;
  width: 100%;
  margin: 0;
}
.lang-wrap ul li a,
.currency-wrap ul li a {
  color: #000 !important;
  display: flex;
  justify-content: center;
  width: 100%;
}
.lang-wrap ul li img {
  margin-right: 4px;
}
.show-lang,
.show-currency-tooltip {
  cursor: pointer;
  position: relative;
  z-index: 106;
  text-align: center;
  display: flex;
}
.show-currency-tooltip span {
  position: relative;
}

.show-lang i {
  position: relative !important;
  right: 0 !important;
  height: auto;
  line-height: inherit;
}

.show-lang img,
.lang-tooltip li img {
  position: relative;
  border-radius: 0px;
}
.show-lang img {
  margin-right: 4px;
}
.show-lang span {
  padding: 0 10px 0 6px;
  position: relative;
  z-index: 2;
}
.show-lang .fa-angle-down {
  position: relative;
  top: 2px;
}
.lang-wrap:hover .lang-tooltip,
.lang-wrap:hover ul,
.currency-wrap:hover .currency-tooltip,
.currency-wrap:hover ul {
  visibility: visible;
  opacity: 1;
  display: block;
}
.lang-wrap:hover .show-lang span,
.currency-wrap:hover .show-currency-tooltip span {
  color: #666;
}
.lang-tooltip li,
.currency-tooltip li {
  float: left;
  width: 100%;
  position: relative;
  text-align: left;
  border-radius: 4px;
  padding: 6px 14px;
  margin-left: 0;
}
.currency-tooltip li {
  text-align: center;
}
.lang-tooltip li:hover,
.currency-tooltip li:hover {
  background: #18458b;
}
.currency-tooltip li {
  margin-bottom: 4px;
  padding-left: 10px;
}
.currency-tooltip li:last-child {
  margin-bottom: 0;
}
.currency-tooltip li i {
  margin-right: 8px;
}
.lang-tooltip li img {
  margin-right: 10px;
}
.lang-tooltip li:hover a,
.currency-tooltip li:hover a {
  color: #fff;
}
.lang-tooltip li a,
.currency-tooltip li a {
  display: block;
  width: 100%;
  color: #566985;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
}

.header-main {
  position: relative;
  background: #fff;
  height: 68px;
  z-index: 88888;
}
.header-inner .shrink-auto-lg .col-auto {
}
/* .header-main .navbar-wrapper .navbar {
  float: left;
} */
.hero-banner {
  padding: 0;
  /* background-image: linear-gradient(45deg, #0087d5, #08517a); */
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.hero-banner.overlay-light:before {
  background-color: #585858;
  display: none;
}
.hero-banner .hero-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.userLoginPanel {
  position: relative;
  display: flex;
  margin-left: 15px;
  border: 1px solid #e7e7e7;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  align-items: center;
  cursor: pointer;
}
.userLoginPanel span {
  margin-right: 10px;
  line-height: normal;
  color: #000;
}
.userLoginPanel span:first-child {
  border: 2px solid #e30613;
  color: #e30613;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
}
.userLoginPanel span:last-child {
  margin-right: 0;
}

.userLoginPanelMenu {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 100%;
  left: 0;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  padding: 5px 10px;
  margin-top: 2px;
  display: none;
}
.userLoginPanel:hover .userLoginPanelMenu {
  display: block;
  z-index: 99;
}
.userLoginPanelMenu a {
  display: block;
  padding: 7px;
  border: 1px solid #ff2d54;
  border-radius: 4px;
  text-align: center;
}
.userLoginPanelMenu a:first-child {
  margin-bottom: 5px;
}
.userLoginPanelMenu a:hover {
  background: #ffeff2;
}

.tour-grid-item-01 .content {
  padding: 10px 10px 10px;
  border: 1px solid #e7e7e7;
}
.tour-grid-item-01 h5 {
  margin-bottom: 5px;
  margin-top: 0;
}
.tour-grid-item-01 a:hover .image img {
  box-shadow: none;
}

.hero-banner-01 .search-form-main .form-group .form-control {
  font-size: 12px;
}
.person-total {
  line-height: 19px;
  height: 19px;
  border: 0;
}
.room-count-dropdown select {
  border: 1px solid #cccccc;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  padding: 8px 12px;
  vertical-align: middle;
  width: 100%;
}
.hero-banner-01 .search-form-main .btn {
  height: 50px;
  line-height: 50px;
  margin-left: 7px;
  border-radius: 15px;
  margin-top: 20px;
}

.tour-grid-item-01 .image {
  position: relative;
}
.tour-grid-item-01 .indirimorancssana {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  background: #e30613;
  text-align: center;
  line-height: normal;
  padding: 5px;
  color: #fff;
  font-weight: 600;
}
.tour-grid-item-01 h5 a {
  display: inline-block;
}
.tour-grid-item-01 li {
  font-size: 12px;
  color: #000;
}
.tour-grid-item-01 .content .text-muted {
  text-decoration: line-through;
  color: red;
}

.tour-grid-item-01,
.tour-grid-item-01 .image,
.tour-grid-item-01 img {
  border-radius: 6px 6px 0px 0px;
}
.tour-grid-item-01 .content {
  border-radius: 0px 0px 6px 6px;
}
.tour-grid-item-01 ul.item-meta li.noborder:after {
  display: none;
}
.tour-grid-item-01:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}

.footer-cards {
  display: block;
  padding: 10px 0px;
  background: #f5f5f5;
  width: 100%;
  position: relative;
  z-index: 1;
  border-top: 1px solid #96969647;
  border-bottom: 1px solid #96969647;
}
.footer-cards img {
  width: auto;
  height: 42px;
  display: inline;
}

.post-grid-01 .content {
  padding: 10px 10px 10px;
  border: 1px solid #e7e7e7;
}
.post-grid-01 h5 {
  margin-bottom: 5px;
  margin-top: 0;
}
.post-grid-01 a:hover .image img {
  box-shadow: none;
}
.post-grid-01,
.post-grid-01 .image,
.post-grid-01 img {
  border-radius: 6px 6px 0px 0px;
}
.post-grid-01 .content {
  border-radius: 0px 0px 6px 6px;
}
.post-grid-01 ul.item-meta li.noborder:after {
  display: none;
}
.post-grid-01:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
.post-grid-01 .post-date {
  margin: 0;
}
.post-grid-01 h4 {
  font-size: 16px;
  height: 40px;
  overflow: hidden;
}
.post-grid-01 a {
  margin-top: 10px;
  font-size: 12px;
}
.main-footer,
.footer-wrapper .footer-newsletter .form-control,
.footer-wrapper ul.footer-menu-list-02 li a,
.footer-copy-right {
  font-size: 12px;
}

.masaustugizle {
  display: none;
}
.page-wrapper {
  padding-top: 38px;
}
.slick-hero-wrapper {
  padding-top: 0;
}
@media (max-width: 1122px) {
  .mobilgizle {
    display: none;
  }
}
@media (max-width: 768px) {
  .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    height: 100vh !important;!i;!;
    position: fixed;
    top: 65px;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0;
  }

  .masaustugizle .userLoginPanel {
    border: 1px solid #e30613;
  }
  .masaustugizle .lang-wrap,
  .masaustugizle .currency-wrap {
    float: left;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-banner .hero-inner {
    padding-top: 50px;
  }
  .footer-cards .text-right {
    text-align: center;
  }
  .page-wrapper {
    padding-top: 38px;
  }
  .tur-landing-page .searcher .searchwrap button {
    border-radius: 8px;
    width: 100%;
    margin: 0;
  }
  #yorumlar .col {
    padding: 0;
  }
  .listroBox ul li:first-child {
    margin-right: 0;
  }
  .listroBox .listroBoxmain {
    padding: 5px 0px;
  }
}

/*v2*/
.mainBanner {
  max-height: 337px !important;
  overflow: hidden;
}
.mainBanner,
.mainBanner .slick-list,
.mainBanner img {
  border-radius: 10px;
}
.slick-track {
  margin-left: 0;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: inherit;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev,
.slick-next {
  z-index: 1;
  color: #fff !important;
  transition: all 0.2s ease-out;
}
.slick-prev {
  left: 5px;
}
.slick-next {
  right: 5px;
}
.slick-prev:before,
.slick-next:before {
  color: #fff !important;
  opacity: 1 !important;
  transition: all 0.1s ease-out;
  text-shadow: 0px 2px rgba(0, 0, 0, 0.3);
}
.slick-prev:before,
.slick-next:before {
  font-size: 2.6rem;
}

.bannerCampaignsSlide.slick-initialized.slick-slider {
  border: 1px solid #ddd;
  border-radius: 10px;
}
.banner-categories {
  max-height: 337px !important;
  overflow: hidden;
}
.banner-categories .row {
  margin-left: -2.5px;
  margin-right: -3.5px;
}
.banner-categories .row div[class^="col"] {
  padding: 0 3.5px;
}
.banner-categories .cat-box {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.banner-categories .cat-box a {
  color: #707070;
}
.banner-categories .cat-box .image {
  max-height: 115px;
  overflow: hidden;
  min-height: 114px;
}
.banner-categories .cat-box .image img {
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.banner-categories .cat-box .cont {
  position: relative;
  width: 100%;
  padding: 6px;
  background-color: #fff;
  height: 50px;
  border: 1px solid #d5d5d5;
  text-align: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 0.9rem;
}
.banner-categories .cat-box .cont a {
  color: #707070;
}
.banner-categories .cat-box.v2 {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 20px 25px;
  text-align: center;
  margin: 0 auto;
  text-align: center;
  min-height: 336px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-categories .cat-box.v2 h5 {
  margin: 0 0 10px;
  line-height: 18px;
}
.banner-categories .cat-box.v2 p {
  font-size: 0.8rem;
}
.banner-categories .cat-box.v2 a {
  color: #0f95d8;
  border: 1px solid;
  padding: 5px 20px;
  border-radius: 10px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
}
.banner-categories .cat-box.v2 a:hover {
  transition: ease-in-out all 400ms;
  background: #0f95d8;
  color: #fff;
}

@media (max-width: 768px) {
  .banner-categories .cat-box.v2 {
    min-height: auto;
    padding: 10px 20px;
  }
  .banner-categories .cat-box.v2 h5 {
    font-size: 15px !important;
  }
  .banner-categories .cat-box.v2 p {
    font-size: 13px !important;
  }
  .banner-categories .cat-box.v2 a {
    padding: 2px 10px;
  }
}

#detay-tabs {
}
#detay-tabs .tabb {
  display: flex;
  margin-bottom: 15px;
}
#detay-tabs .tabb li {
  margin-right: 20px;
}
#detay-tabs .tabb li a {
  color: #9e9e9e;
  font-weight: bold;
  padding: 8px 15px 8px;
  border: solid 1px grey;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
#detay-tabs .tabb li a:hover,
#detay-tabs .tabb li a.active {
  border-bottom: 2px solid #e30613;
  transition: unset;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
#detay-tabs .icerikk {
  opacity: 0;
  visibility: hidden;
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#detay-tabs .icerikk.active {
  opacity: 1;
  visibility: visible;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#detay-tabs .tour-grid-item-01 .content {
  border: 0;
  padding: 0;
}
#detay-tabs .tour-grid-item-01 h5 {
  font-size: 14px;
  height: 35px;
  overflow: hidden;
}
#detay-tabs .tour-grid-item-01:hover {
  box-shadow: none;
}
#detay-tabs .tour-grid-item-01,
#detay-tabs .tour-grid-item-01 .image,
#detay-tabs .tour-grid-item-01 img {
  border-radius: 6px;
}
#detay-tabs .slick-prev,
#detay-tabs .slick-next {
  width: 30px;
  height: 30px;
  background: #ffffffb8;
  border-radius: 100%;
  top: 40%;
}
#detay-tabs .slick-prev {
  left: 20px;
}
#detay-tabs .slick-next {
  right: 20px;
}
#detay-tabs .slick-prev:before,
#detay-tabs .slick-next:before {
  color: #5a5a5a !important;
  font-size: 1.6rem;
}

.routesSlider .tour-grid-item-01 .content {
  border: 0;
  padding: 0;
}
.routesSlider .tour-grid-item-01 h5 {
  font-size: 14px;
  height: 35px;
  overflow: hidden;
}
.routesSlider .tour-grid-item-01:hover {
  box-shadow: none;
}
.routesSlider .tour-grid-item-01,
.routesSlider .tour-grid-item-01 .image,
.routesSlider .tour-grid-item-01 img {
  border-radius: 6px;
}
.routesSlider .slick-prev,
.routesSlider .slick-next {
  width: 30px;
  height: 30px;
  background: #ffffffb8;
  border-radius: 100%;
}
.routesSlider .slick-prev {
  left: 20px;
}
.routesSlider .slick-next {
  right: 20px;
}
.routesSlider .slick-prev:before,
.routesSlider .slick-next:before {
  color: #5a5a5a !important;
  font-size: 1.6rem;
}

.themesSlider .tour-grid-item-01 .content {
  border: 0;
  padding: 0;
}
.themesSlider .tour-grid-item-01 h5 {
  font-size: 14px;
  height: 35px;
  overflow: hidden;
}
.themesSlider .tour-grid-item-01:hover {
  box-shadow: none;
}
.themesSlider .tour-grid-item-01,
.themesSlider .tour-grid-item-01 .image,
.themesSlider .tour-grid-item-01 img {
  border-radius: 6px;
}
.themesSlider .slick-prev,
.themesSlider .slick-next {
  width: 30px;
  height: 30px;
  background: #ffffffb8;
  border-radius: 100%;
}
.themesSlider .slick-prev {
  left: 20px;
}
.themesSlider .slick-next {
  right: 20px;
}
.themesSlider .slick-prev:before,
.themesSlider .slick-next:before {
  color: #5a5a5a !important;
  font-size: 1.6rem;
}

.newsletter {
  background: #e30613;
  border-radius: 25px;
  position: relative;
  top: 100px;
}
.newsletter > .row {
  margin: 0;
  padding: 0 30px;
}
.newsletter img {
  padding-right: 65px;
}
.newsletter .newsletter_content {
  padding: 40px 0px;
}
.newsletter .newsletter_content h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}
.newsletter .newsletter_content .input-wrap {
  position: relative;
}
.newsletter .newsletter_content .input {
  height: 44px;
  color: #fff;
  border: 1px solid;
  border-radius: 6px;
  width: 100%;
  padding-left: 45px;
  background: transparent;
  font-weight: bold;
  font-size: 14px;
}
.newsletter .newsletter_content .input::placeholder {
  color: #fff;
}
.newsletter .newsletter_content i {
  position: absolute;
  left: 15px;
  top: 14px;
  z-index: 1;
  color: #fff;
}
.newsletter .newsletter_content button {
  height: 44px;
  background: #fff;
  color: #3f536c;
  padding: 0 30px;
  border-radius: 50px;
  border: 0;
  font-weight: bold;
}
.newsletter .newsletter_content button:hover {
  background: #e5e5e5;
  transition: linear 400ms all;
}
.newsletter .newsletter_content .check {
  display: none;
}
.newsletter .newsletter_content label {
  position: relative;
  display: flex;
  align-items: center;
  line-height: normal;
  font-size: 14px;
  color: #fff;
}
.newsletter .newsletter_content label:before {
  display: inline-block;
  content: "";
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 1px solid #fff;
  background: transparent;
}
.check[type="checkbox"]:checked + label:before {
  background-repeat: no-repeat;
  background-position: 2px center;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.927 1.81598L10.996 0.858984C10.9771 0.838811 10.9541 0.822794 10.9286 0.811949C10.9032 0.801104 10.8757 0.795668 10.848 0.795984C10.8203 0.795157 10.7927 0.800362 10.7671 0.811238C10.7416 0.822115 10.7187 0.838405 10.7 0.858984L4.24902 7.35898L1.90102 5.00898C1.88225 4.9877 1.85917 4.97066 1.83331 4.95898C1.80744 4.94731 1.77939 4.94127 1.75102 4.94127C1.72264 4.94127 1.69459 4.94731 1.66873 4.95898C1.64287 4.97066 1.61979 4.9877 1.60102 5.00898L0.660018 5.94998C0.640184 5.96961 0.624438 5.99297 0.613692 6.01871C0.602946 6.04446 0.597412 6.07208 0.597412 6.09998C0.597412 6.12788 0.602946 6.15551 0.613692 6.18125C0.624438 6.207 0.640184 6.23036 0.660018 6.24998L3.62102 9.21098C3.7818 9.38592 4.00309 9.49317 4.24002 9.51098C4.47246 9.48999 4.68981 9.38682 4.85302 9.21998H4.85802L11.927 2.11398C11.9632 2.07276 11.9831 2.01981 11.9831 1.96498C11.9831 1.91016 11.9632 1.85721 11.927 1.81598V1.81598Z' fill='%232A5AB3'/%3E%3C/svg%3E%0A");
}

.featured-icon-horizontal-01 .content {
  padding-top: 0;
  width: calc(100% - 80px);
  margin-left: 20px;
}
.featured-icon-horizontal-01 {
  display: flex !important;
  align-items: center;
}
.featured-icon-horizontal-01 .icon-font {
  float: none;
}

.sidebar-wrapper {
  padding: 0;
  border: 0;
}
#searchComplete {
  position: sticky;
  bottom: 0;
  width: 100%;
  border: 0;
  background: #000000;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  height: 40px;
}
@media (max-width: 768px) {
  #searchComplete {
    display: none;
  }
}
#dynamicSort i.fas.fa-info-circle {
  display: none;
}

.otel-kutu {
  border-radius: 6px;
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 15%);
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.otel-kutu .image {
  position: relative;
}
.otel-kutu .image img {
  height: 240px;
  object-fit: cover;
  border-radius: 6px;
}
.otel-kutu .image .favori-icon {
  left: 10px;
  top: 10px;
  color: #fff;
  bottom: auto;
}
.otel-kutu .image .favori-icon i {
  color: #fff;
  font-size: 23px;
}
.otel-kutu .image .recomended,
.otel-kutu .image .onerilen-tur-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  color: #ff8308;
  background: #fff;
  padding: 5px 6px;
  border-radius: 6px;
  line-height: normal;
  font-size: 13px;
}
.otel-kutu .image .recomended i,
.otel-kutu .image .onerilen-tur-icon i {
  margin-right: 5px;
}
.otel-kutu .image .safe .recomended {
  right: auto;
  top: auto;
  bottom: 10px;
  left: 10px;
  color: #00b7c8;
  border: 3px solid #00b7c8;
  width: 60px;
  height: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px;
  font-weight: bold;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
}
.otel-kutu .image .safe .recomended i {
  margin-right: 0;
}

.otel-kutu .hotel-name {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: normal;
}
.otel-kutu .no-padd {
  padding: 0;
}
.otel-kutu .inf {
  display: block;
  margin-bottom: 3px;
  line-height: normal;
  font-size: 13px;
}
.otel-kutu .inf.loc i {
  color: #056bfd;
}
.one-cikan-ozellik {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.one-cikan-ozellik-aciklama {
  display: inline-block;
  padding: 2px 5px !important;
  font-size: 11px;
  border-radius: 4px;
  background: #9ca1ae;
  color: #fff;
  margin: 0px 10px 3px 0px !important;
}
.one-cikan-ozellik-aciklama span {
  margin: 0 !important;
}
.one-cikan-ozellik-aciklama.hover {
  position: relative;
  cursor: pointer;
}
.onecikan-wrap {
  position: absolute;
  bottom: 100%;
  background: #000000c9;
  border-radius: 4px;
  width: 120px;
  padding: 5px;
  display: none;
  z-index: 9;
  left: -50px;
  margin-bottom: 10px;
}
.onecikan-wrap .one-cikan-ozellik-aciklama {
  background: transparent;
  color: #fff;
  width: 100% !important;
}
.one-cikan-ozellik-aciklama.hover:hover .onecikan-wrap {
  display: block;
}
.onecikan-wrap:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #000000c9 transparent;
  transform: rotate(180deg);
}
.flex-wrap-ozellik {
  display: flex !important;
}
.flex-wrap-ozellik .wrap1 {
  width: auto;
  max-width: 95%;
  overflow: hidden;
}
.flex-wrap-ozellik ul,
.onecikan-wrap ul {
  margin: 0;
  padding: 0;
}

.otel-kutu .hotel-points,
.otel-kutu .price-card {
  height: auto;
  border-radius: 6px;
  background-color: #f6f9fd;
  float: right;
  width: 100%;
  text-align: right;
  margin-bottom: 3px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
}
.otel-kutu .hotel-points div {
  line-height: normal;
}
.otel-kutu .hotel-points div.number {
  color: #0dc5bb;
  font-weight: bold;
}
.otel-kutu .hotel-points div.txt {
  font-size: 12px;
}
.otel-kutu .price-card {
  min-height: 177px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  padding: 12px 20px 15px;
}
.otel-kutu .price-card .detail-go {
  display: block;
  padding: 8px 16px;
  text-align: center;
  border: 1px solid #e30613;
  color: #e30613;
  border-radius: 6px;
  line-height: normal;
  margin-top: 10px;
}
.otel-kutu .price-card .detail-go:hover {
  color: #fff;
  background: #e30613;
}
.otel-kutu .price-card del {
  font-size: 15px;
  color: red;
}
.otel-kutu .price-card .price {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: #10c47f;
}
.otel-kutu .price-card .otel-liste-tarihsec span {
  color: red;
  font-weight: bold;
  font-size: 12px;
}
.otel-kutu .price-card .tarihsec-btn {
  background: #fff4e8;
  color: red;
  border: 1px solid red;
  border-radius: 6px;
  padding: 5px 15px;
  line-height: normal;
  font-size: 14px;
  margin-top: 5px;
}
.otel-kutu .price-card .person {
  display: block;
  line-height: normal;
}
.otel-kutu .indirimorancssana {
  font-size: 15px;
  color: #ff8308;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 11px;
  background: #fff;
  padding: 6px;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .otel-kutu .indirimorancssana {
    top: 55px;
  }
}

.date-btn {
  position: relative;
  display: inline-block !important;
  padding: 3px 6px !important;
  font-size: 11px !important;
  border-radius: 4px;
  background: #fff;
  color: #e30613 !important;
  width: auto;
  border: 1px solid #e30613;
  cursor: pointer;
}
.date-btn i {
  margin-left: 3px;
}
.date-btn .other-dates {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  margin-top: 0px;
  background: #fff;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  padding: 5px;
  z-index: 9;
  border: 1px solid #c7c7c7;
  color: #707070;
  font-size: 13px;
  transition: ease-in-out all 300ms;
}
.date-btn .other-dates span {
  display: block;
}
.date-btn .other-dates a {
  display: block;
  text-align: left;
  color: #e30613;
  font-weight: bold;
  font-size: 12px;
  margin-top: 5px;
}
.date-btn:hover .other-dates {
  display: block;
}

.turProgram {
  padding: 20px 40px;
  border-left: 1px solid #3394de;
}
.turProgram .title {
  display: flex;
  align-items: center;
  border: 0 !important;
  margin: 0 !important;
  position: relative;
}
.turProgram .title:before {
  position: absolute;
  left: -47.5px;
  top: 5px;
  content: "";
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 100%;
}
.turProgram .title:after {
  position: absolute;
  left: -44.5px;
  top: 9px;
  content: "";
  width: 7.5px;
  height: 7.5px;
  background: #e30613;
  border-radius: 100%;
}
.turProgram .title span {
  display: inline-block;
  padding: 5px 15px;
  border: 2px solid #3394de;
  border-radius: 20px;
  font-size: 14px !important;
  color: #3394de;
  margin-right: 10px;
}
.turProgram .title h6 {
  line-height: normal;
  margin: 0;
}
.turProgram .cont {
  padding: 10px 0px;
  font-size: 13px;
  border-bottom: 1px solid #3394de;
  margin-bottom: 15px;
}
.turProgram .gun:last-child .cont {
  border-bottom: 0;
}
.turProgram .cont p {
  margin: 0px 0px 5px;
}

@media (max-width: 768px) {
  .otel-kutu .no-padd {
    padding: 0 15px;
  }
  .otel-kutu .no-padd > .row {
    width: auto;
  }
  .otel-kutu .price-card {
    min-height: auto;
  }
  .otel-kutu .cont {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .otel-kutu .hotel-points.mobil {
    position: absolute;
    right: 5px;
    bottom: 0;
    z-index: 1;
    width: auto;
  }
  .otel-kutu .hotel-points div.number {
    text-align: center;
  }
  .otel-liste-tarihsec {
    text-align: center;
  }
  .otel-kutu .price-card .otel-liste-tarihsec span {
    margin-right: 5px;
  }
}

.taksittablobaslik {
  line-height: 35px;
  margin-bottom: 10px;
  text-align: center;
  color: #222;
  font-size: 17px;
  font-weight: bold;
}
.karttablo {
  border: 1px solid #ccc;
  padding: 1px;
  width: 99.5%;
}
.karttablo td {
  line-height: 20px;
  height: 40px;
  text-align: center;
  font: normal 12px Ubuntu, Helvetica, sans-serif;
  border-bottom: 1px solid;
}
.karttablo td img {
  max-height: 35px;
  width: 100%;
  object-fit: scale-down;
}
.gri {
  background-color: #f2f3f4;
}
.karttablo .odd {
  background-color: #f2f3f4;
}
.karttablo .even {
}

.total-guest-ucak {
  background: #fff;
  position: relative;
  float: left;
  width: 100%;
  line-height: 47px;
  padding: 0px 10px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
}

.guest-ucak {
  position: absolute;
  min-width: 300px;
  background: white;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  visibility: hidden;
  opacity: 0;
  z-index: 355;
  transition: all 250ms ease-in-out;
  margin-top: 14px;
  top: 100%;
}
.guest-ucak:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 200;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: white;
  border-width: 14px;
  margin-left: -14px;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.02));
}
.guest-ucak.show {
  visibility: visible;
  opacity: 1;
}
.guest-ucak .rooms {
  padding: 10px;
}
.guest-ucak .actions {
  width: 100%;
  padding: 10px 20px;
  border-top: 1px solid #efefef;
  text-align: right;
}
.guest-ucak .actions .add-room,
.guest-ucak .actions .closed {
  color: #0065b8;
  font-weight: 700;
  cursor: pointer;
  font-size: 0.8rem;
}
.guest-ucak .rooms {
  padding: 10px;
}
.guest-ucak .rooms .info-row {
  width: 100%;
  text-align: left;
  padding: 3px 0px 0px;
}

.guest-ucak .rooms .info-row .col {
  padding: 0px 10px !important;
}
.guest-ucak .rooms .info-row .col:first-child {
  min-width: 55px;
}
.guest-ucak .rooms .info-row .col span.room-number {
  width: 24px;
  line-height: 22px;
  height: 24px;
  color: #28374f;
  text-align: center;
  font-weight: 700;
  display: block;
  border: 1px solid #000;
  border-radius: 50%;
}
.guest-ucak .rooms .info-row .col label {
  color: #000;
  margin-bottom: 3px;
  font-weight: 600;
  text-transform: none;
  padding: 0px;
}
.guest-ucak .rooms .info-row .col select {
  width: 100%;
  height: 35px;
  padding: 0px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.8rem;
}

.guest .rooms .info-row .col .remove-oda {
  line-height: 34px;
  height: 34px;
  border: 1px solid #ff3e3e;
  display: block;
  text-align: center;
  border-radius: 5px;
  color: #ff3e3e;
  font-weight: bold;
}
@media (max-width: 768px) {
  .guest-ucak {
    width: 98%;
    min-width: 98%;
    left: 1%;
  }
  .guest-ucak .rooms .info-row .col {
    display: inline-block;
    min-width: 33%;
    width: 33%;
    margin-right: -0.5px;
  }
  .guest-ucak .rooms .info-row .col:first-child {
    width: 100%;
  }
  .guest-ucak .rooms .info-row .col:first-child label {
    display: none;
  }
  .guest-ucak .rooms .info-row .col.remove-oda-wrap {
    width: 100%;
  }
  body,
  html {
    overflow-x: hidden !important;
  }
}

.megamenu {
  display: none !important;
  position: absolute;
  width: 100%;
  top: 47px;
  padding: 20px 16px 20px 30px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.megamenu.active {
  display: block !important;
  z-index: 99999;
}

.megamenu .menu-title {
  font-size: 16px;
  font-weight: bold;
  color: #0892d6;
  margin-bottom: 10px;
}

.megamenu .menu-title a {
  color: inherit;
  font-weight: bold;
}

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

.megamenu ul li {
  display: block;
  width: 100%;
  margin-bottom: 3px;
}

.megamenu ul li a {
  display: block;
  width: 100%;
  padding: 2px;
  color: #707070;
  font-size: 13px;
  transition: ease-in-out all 300ms;
}

.megamenu ul li a:hover {
  color: #000;
  text-decoration: none;
}

.megamenu .ads {
}

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

.megamenu .ads ul li {
  display: none;
}

.megamenu .ads ul li:first-child {
  display: block;
}

.megamenu .ads ul li {
  margin-bottom: 5px;
}

.megamenu .ads ul li img {
  width: 100%;
}

.otel_info .info {
  position: relative;
  font-size: 0.8rem;
  max-height: 180px;
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.otel_info .info:before {
  -webkit-transition: height 0.15s linear;
  transition: height 0.15s linear;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  width: 100%;
  z-index: 5;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.77) 20%,
    #ffffff 50%,
    #ffffff
  );
}

.otel_info .info:after {
  position: absolute;
  left: 0;
  bottom: 10px;
  color: #60b9ff;
  content: "Daha Fazla Göster";
  z-index: 9;
  cursor: pointer;
  font-weight: normal;
}

.otel_info .info.active {
  max-height: none;
  padding-bottom: 40px;
}

.otel_info .info.active:before {
  display: none;
}

.otel_info .info.active:after {
  content: "Daha Az Göster";
}
#mobil-open .col-inner {
  display: flex;
  justify-content: center;
  margin: 30px 0px;
  width: 100%;
}

@media (max-width: 768px) {
  .main-nav > li .mobil-mega-menu > .mega-menu-left > ul > li > ul > a {
    color: #2a5ab3 !important;
    padding-left: 15px;
  }
  .main-nav > li .mobil-mega-menu > .mega-menu-left > ul > li > ul > a > i {
    padding-left: 6px;
  }
  .main-nav > li > a i {
    padding-right: 10px;
    position: relative;
    top: 1px;
  }
  .userLoginPanel span {
    color: #fff !important;
  }
  .userLoginPanel span:first-child,
  .telPanel span:first-child {
    border: 2px solid #fff !important;
  }
  .telPanel span:first-child {
    font-size: 14px;
    border-radius: 50%;
    padding: 5px;
    line-height: 38px;
  }
  .megamenu.active {
    display: none !important;
  }

  .userLoginPanel {
    width: 45%;
    border-radius: 20px 0px 0px 20px;
    background-color: #2a5ab3;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  .userLoginPanelMenu {
    width: 93%;
    left: 12px !important;
  }
  .telPanel {
    width: 45% !important;
    position: relative;
    border-radius: 0px 20px 20px 0px;
    background-color: #2a5ab3;
    width: 20%;
    padding-left: 15px !important;
    color: white;
  }
  .telPanel .telPanelMenu {
    z-index: 99;
    position: absolute;
    top: 100%;
    background: #fff;
    width: 90%;
    left: 0;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 5px 10px;
    display: none;
  }
  .telPanel .telPanelMenu a {
    color: #2a5ab3;
    display: block;
    font-size: 14px;
  }
  .telPanel .telPanelMenu a > i {
    padding-right: 10px;
  }
  .userLoginPanelMenu a {
    border: 1px solid #2a5ab3 !important;
    color: #2a5ab3 !important;
  }
}
footer .phone {
  display: block;
  border: 1px solid #56585A;
  border-radius: 8px;
  padding: 3px 7px 3px 40px;
  color: #56585A;
  text-decoration: none;
}

footer .phone.pn {
  background-image: url('../resim/phone-icon.png');
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 27px;
}

footer .phone.pn {
  background-image: url('../resim/phone-icon.png');
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 27px;
}

footer .phone.pn2 {
  background-color: #e30613;
  border-color: #e30613;
  color: #fff;
  background-image: url('../resim/phone-white-icon.png');
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 27px;
}

footer .phone.wp {
  background-image: url('../resim/whatsapp-icon.png');
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 27px;
}

footer .phone.pn.office {
  padding: 10px 7px 10px 40px;
}

footer .phone span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #56585A;
}

footer .phone span.number {
  color: #e30613;
}

footer .phone span.small {
  font-size: 10px;
  color: #fff;
  font-weight: normal;
}

footer .phone.pn2 span {
  color: #fff;
}

footer .logos {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}
/* Mobil görünüm için */
@media (max-width: 768px) {
  .menu-item-has-children > a {
      position: relative;
      padding-right: 20px; /* Oku sağa koymak için yer açalım */
  }
  
  .menu-item-has-children > a::after {
      content: "\25BC"; /* Unicode ok işareti (aşağı yönlü ok) */
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      font-size: 12px;
      pointer-events: none; /* Oku tıklanabilir yapmamak için */
  }
  .has-submenu > a::after {
    content: "\25BC"; /* Unicode ok işareti */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    pointer-events: none; /* Oku tıklanabilir yapmamak için */
  }
}

span.acente-css {
    font-weight: 600;
    color: black;
}