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

html,
body {
  font-family: "Poppins", sans-serif;
}

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

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-0 {
  margin: 0;
}

.fw-200 {
  font-weight: 200;
}

.fw-400 {
  font-weight: 400;
}

.bg-grey {
  background: #f7f7f7;
}

.bg-light-blue {
  background: #f8fbff;
}

.ui-autocomplete-category {
  font-weight: bold;
  padding: 0 5px;
}

.fancybox-slide--iframe .fancybox-content {
  max-width: 500px;
  width: 100% !important;
  max-height: 700px;

  margin: 0;
}

.yon {
  display: inline-block !important;
  width: auto !important;
}

.yon input {
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
}

/*Page Loading+*/

#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}

#loadGif1 {
  width: 100%;
  height: 100%;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.loadGif {
  width: 100%;
  height: 100%;
  background-image: url(../img/loadingx.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

/*Page Loading-*/

/*Custom+*/

.gzx-cst-1 {
  height: auto !important;
  position: relative;
  /* top: 55px; */
  /* padding-top: 12px !important; */
  /* padding-bottom: 4px !important; */
}

.gzx-cst-2 {
  /* position: absolute; */
  /* margin-top: -225px; */
}

.gzx-cst-3 {
  /* padding: 62px 0; */
}

@media only screen and (max-width: 960px) {
  .gzx-cst-2 {
    position: relative;
    margin: 0 15px;
  }

  .gzx-cst-3 {
    padding: 62px 0 0 0;
  }
}

/*Custom-*/

/*Search++*/

.cancel-departure-button,
.cancel-return-buttone {
  width: 100%;
  padding: 8px 0;
  background-color: #f02137;
  border: none;
}

.cancel-departure-button:hover,
.cancel-return-buttone:hover {
  background-color: #cb0b10;
}

#ld-flight-p,
#ld-hotel-p,
#ld-tour-p {
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgb(92 92 92 / 60%);
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.gzcsta-search-ld {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  min-height: 270px;
  border-radius: 8px;
}

.gzcsta-search-ld-p1 {
  width: 100%;
  height: 160px;
  border-radius: 8px 8px 0 0;
  border-bottom: 3px solid #ff980e;
  background-color: #054f7d;
  background-image: url("../img/hotel-loading.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.gzcsta-search-ld-p1 span {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  display: block;
  text-align: center;
  padding-top: 40px;
}

.gzcsta-search-ld-p2 {
  width: 100%;
  padding: 36px 0;
  text-align: center;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}

.gzcsta-search-ld-p2 strong {
  display: block;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #f89f2a;
}

.gzcsta-search-ld-p2 span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.gz-flight-animation-area {
  position: relative;
  top: 30px;
}

.gz-flight-animation-area i {
  border-radius: 200px;
  border: 4px solid #aaa;
  width: 34px;
  height: 34px;
  line-height: 35px;
  color: orange;
  background-color: #fff;
}

.gz-flight-animation-area i.left {
  position: absolute;
  top: -20px;
  left: 10px;
}

.gz-flight-animation-area i.right {
  position: absolute;
  top: -20px;
  right: 10px;
}

.gz-loading-animation {
  list-style: none;
  position: relative;
  height: 1px;
  width: 540px;
}

@media only screen and (max-width: 767px) {
  .gzcsta-search-ld {
    width: 340px;
  }
  .gz-loading-animation {
    width: 260px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .gzcsta-search-ld {
    width: 440px;
  }

  .gz-loading-animation {
    width: 410px;
  }
}

.gz-loading-animation li {
  margin-top: -19px;
  height: 40px;
  width: 40px;
  background-image: url(../img/flight.png);
  opacity: 0;
  position: absolute;
  left: -10%;
  animation-name: gz-a-loading;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: normal;
}

.gz-loading-animation.alternate li {
  animation-name: gz-a-loading2;
}

.gz-loading-animation li:nth-child(1) {
  animation-delay: 250ms;
}

.gz-loading-animation li:nth-child(2) {
  animation-delay: 0.5s;
}

.gz-loading-animation li:nth-child(3) {
  animation-delay: 750ms;
}

.gz-loading-animation li:nth-child(4) {
  animation-delay: 1s;
}

.gz-loading-animation li:nth-child(5) {
  animation-delay: 1.25s;
}

.gz-loading-animation {
  margin: 0 auto;
  margin-top: 20px;
}

@keyframes gz-a-loading {
  0% {
    left: 0;
    opacity: 0;
  }
  20%,
  60% {
    left: 50%;
    opacity: 1;
  }
  90% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes gz-a-loading2 {
  0% {
    left: 0;
    opacity: 0;
    height: 40px;
    width: 40px;
  }
  20%,
  60% {
    left: 50%;
    opacity: 1;
    height: 40px;
    width: 40px;
  }
  90% {
    left: 100%;
    opacity: 0;
    height: 40px;
    width: 40px;
  }
  100% {
    left: 100%;
  }
}

.gz-flight-animation-area .fa-plane::before,
.fa-hotel::before,
.fa-briefcase::before {
  position: relative;
}

.gz-cst-plane {
  transform: rotate(-22deg);
}

.gz-cstsri {
  max-width: 18px !important;
  max-height: 18px !important;
  margin-top: -10px !important;
  background-image: url("../img/gztld.png") !important;
}

/*Search--*/

header {
}

header .row-flex {
  display: flex;
  align-items: center;
}

header .headerTop {
  padding: 10px 0px;
  border-bottom: 1px solid #e9eaec;
}

header .headerTop .left {
  display: flex;
  align-items: center;
}

header .headerTop .left .logo {
  margin-right: 30px;
}

header .headerTop .left .logo img {
  height: 35px;
}

header .headerTop .left .phones {
  margin-right: 15px;
}

header .headerTop .left .phones i {
  font-size: 15px;
}

header .headerTop .left .phones small,
header .headerTop .left .phones a {
  font-size: 12px;
  color: inherit;
  text-decoration: none;
}

header .headerTop .user-area {
  float: right;
}

header .headerTop .user-area .login-btn {
  margin-right: 10px;
}

header .headerTop .user-area .signin-btn {
  background: #f02137;
  color: #fff;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 6px;
  margin: -10px 0px;
}

header .headerTop .lang,
header .headerTop .currency {
  float: right;
  margin-right: 30px;
  position: relative;
}

header .headerTop .lang img {
  height: 14px;
}

header .headerTop .lang ul,
header .headerTop .currency ul {
  display: none;
  background: #fff;
  position: absolute;
  width: 155px;
  left: 0;
  margin-left: -40px;
  margin-top: 0px;
  padding: 15px;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 65%);
  transition: ease-in-out all 450ms;
  z-index: 999;
  border-radius: 5px;
}

header .headerTop .lang:hover ul,
header .headerTop .lang ul.active,
header .headerTop .currency:hover ul,
header .headerTop .currency ul.active {
  display: block;
}

header .headerTop .lang ul li,
header .headerTop .currency ul li {
  color: #000;
  background: transparent;
  line-height: normal;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  float: left;
}

header .headerTop .lang ul li a,
header .headerTop .currency ul li a {
  color: #000 !important;
  background: transparent;
  margin: 0;
  float: left;
  width: 100%;
  text-align: left;
  line-height: 24px;
  font-size: 13px;
}

header .headerTop .lang ul li img,
header .headerTop .currency ul li img {
  width: 22px;
  margin-right: 5px;
}

header .headerTop .lang ul:before,
header .headerTop .currency ul:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}

header .headerBottom {
  border-bottom: 1px solid #e9eaec;
}

header .headerBottom .main-menu {
}

header .headerBottom .main-menu > ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 50px;
}

header .headerBottom .main-menu > ul > li {
  margin: 0 5px 0px;
  position: relative;
  line-height: 50px;
}

header .headerBottom .main-menu > ul > li:first-child {
  margin-left: 0;
}

header .headerBottom .main-menu > ul > li > a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  display: block;
  padding: 0 15px;
}

header .headerBottom .main-menu > ul > li:nth-child(2) {
  margin-left: 0;
}
header .headerBottom .main-menu > ul > li:nth-child(2) > a {
  color: #333;
  display: block;
  display: flex;
  align-items: center;
  height: 30px;
  padding: 4px 10px;
  border-radius: 4px;
  /* animation: yanson 1.5s linear infinite; */
}
input::placeholder {
  color: black;
}
.search-box input {
  padding-left: 15px;
}

.search-box .users-icon span {
  padding-left: 5px;
}
div#ld-tour-p {
  display: none !important;
}
header .headerBottom .main-menu > ul > li:first-child > a {
  color: #333;
  display: block;
  display: flex;
  align-items: center;
  height: 30px;
  padding: 4px 10px;
  border-radius: 4px;
  /* animation: yanson 1.5s linear infinite; */
}

header .headerBottom .main-menu > ul > li > a > i {
  margin-left: 5px;
}

header .headerBottom .main-menu > ul > li > a:hover {
  background: #f02137;
  color: #fff;
}

header .headerBottom .main-menu > ul > li:hover > a i {
  transition: ease-in-out all 300ms;
  transform: rotate(180deg);
}

header .headerBottom .main-menu > ul > li > ul {
  list-style: none;
  position: absolute;
  left: -50px;
  top: 120%;
  margin-bottom: 0;
  min-width: 200px;
  padding: 20px;
  background: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 2px 6px #00000012;
}

header .headerBottom .main-menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

header .headerBottom .main-menu > ul > li > ul > li {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #eee;
  line-height: normal;
}

header .headerBottom .main-menu > ul > li > ul > li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

header .headerBottom .main-menu > ul > li > ul > li > a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #333;
}

header .headerBottom .main-menu > ul > li > ul > li > a:hover {
  color: #f02137;
}

header .megamenu {
  transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 9;
  background: #fff;
  padding: 20px 10px;
  width: 100%;
  left: 0;
  border-radius: 6px;
  box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
}

header .megamenu.active {
  opacity: 1;
  visibility: visible;
  transition: ease-in-out all 400ms;
  transform: translateY(0px);
}

header .megamenu .menu-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9eaec;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .megamenu .menu-title h3 {
  font-size: 16px;
  padding-left: 5px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 400;
  display: flex;
  align-items: center;
}

header .megamenu .menu-title h3 i {
  font-size: 12px;
  color: #f02137;
  margin-left: 8px;
}

header .megamenu .menu-title a {
  display: inline-block;
  padding: 4px 10px;
  background: #f02137;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}

header .megamenu .menu-wrap {
  display: flex;
}

header .megamenu .menu-wrap .image {
  width: 50%;
  padding-right: 10px;
}

header .megamenu .menu-wrap .image img {
  border-radius: 8px;
  max-width: 100%;
  width: 100%;
}

header .megamenu .menu-wrap .image.half {
  width: 30%;
}

header .megamenu .menu-wrap .half {
  width: calc(100% - 30%);
}

header .megamenu .menu-wrap ul {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}

header .megamenu .menu-wrap .half ul {
  width: 100%;
}

header .megamenu .menu-wrap ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

header .megamenu .menu-wrap ul li:before {
  margin-top: 3px;
  content: "\f054";
  position: absolute;
  display: block;
  left: 0;
  font-family: "FontAwesome";
  color: #f02137;
  font-weight: normal !important;
  font-size: 12px;
}

header .megamenu .menu-wrap ul li a {
  color: #333;
  font-weight: 400;
  font-size: 12px;
}

header .megamenu .menu-wrap .half ul li {
  width: calc(100% / 3);
  float: left;
}

header .megamenu .bottom {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #e9eaec;
  display: flex;
  align-items: center;
}

header .megamenu .bottom a.all {
  display: inline-block;
  padding: 4px 10px;
  background: #f02137;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  margin-right: 0;
  margin-left: auto;
}

header .megamenu .bottom h3 {
  font-size: 16px;
  padding-left: 5px;
  margin: 0 15px 0px 0px;
  text-transform: uppercase;
  font-weight: 400;
}

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

header .megamenu .bottom ul li {
  float: left;
  margin-right: 3px;
}

header .megamenu .bottom ul li a {
  padding: 2px 10px;
  border: 1px solid #333;
  color: #333;
  border-radius: 4px;
  text-decoration: none;
}

.search {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.search:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background: linear-gradient(0deg, #0000008f, transparent);
}

.search .inner {
  position: absolute;
  top: 109px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.search .inner .tabs {
}

.search .inner .tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.search .inner .tabs ul li {
  margin-right: 2px;
}

/* .search .inner .tabs ul li a {display: block;padding: 8px 16px;border-radius: 6px 6px 0px 0px;color: #f02137;text-decoration: none;background: #e7e7e7;cursor: pointer;} */

.search .inner .tabs ul li a {
  display: block;
  padding: 8px 16px;
  border-radius: 6px 6px 0px 0px;
  color: black;
  text-decoration: none;
  background: #e7e7e7;
  cursor: pointer;
  background: rgb(255 255 255 / 72%);
  backdrop-filter: blur(12px);
  /* border: 1px solid rgba(255, 255, 255, 0.18); */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  /* border-radius: 15px 
px
; */
}

.search .inner .tabs ul li a:hover,
.search .inner .tabs ul li a.active {
  background: #fff;
}

.search .inner .tabs ul li a i {
  font-size: 12px;
}

.search-box ul {
  margin-left: 15px !important;
}

.search-box .tabs {
  margin-top: -37px;
}
.search-box span.person-total.person-total-main {
  background: white;
  position: relative;
}

.search .inner .tab-content {
  border-radius: 0px 6px 6px 6px;
  padding: 25px 15px;
  display: none;
}

.search-box {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(0px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 15px;
  /* padding: 10px 0px 0 30px; */
}

.search .inner .tab-content.active {
  display: block;
}

.search .inner .tab-content input,
.search .inner .tab-content select,
.search .inner .person-total {
  display: block;
  height: 40px;
  width: 100%;
  border-radius: 6px;
  line-height: 40px;
  border: 1px solid gray;
}

.search .inner .search-button {
  display: block;
  border: 2px solid #f02137;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  border-radius: 6px;
  line-height: 36px;
  background: #f02137;
  color: #fff;
}

.search .inner .search-button:hover {
  background: transparent;
  color: #f02137;
  transition: ease-in-out all 300ms;
}

.search .inner label {
  font-weight: normal;
  display: block;
  width: 100%;
  margin-bottom: 8px;
  color: white;
  text-align: center;
}

.room-count-dropdown {
  position: absolute;
  width: 300px;
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  z-index: 355;
  top: 100%;
  left: 0;
}

.room-count-dropdown.show {
  visibility: visible;
  opacity: 1;
  transition: all 250ms ease-in-out;
}

.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;
  border-bottom: 1px solid #dfdfdf;
}

.room-count-dropdown .room-info .info-row {
  width: 100%;
  text-align: left;
  padding: 10px 0px;
}

.person-total {
  cursor: pointer;
}

.room-count-dropdown .room-info .info-row .col {
  display: inline-block;
  width: 100%;
  padding: 0px 10px;
}

.room-count-dropdown .room-info .info-row .col select {
  height: 34px;
  line-height: 34px;
}

.room-count-dropdown .room-info .info-row .col label {
  color: #000;
}

.room-count-dropdown .room-info .info-row .col span.room-number {
  line-height: 34px;
  color: #28374f;
  font-weight: 700;
  font-size: 12px;
}

.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;
  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;
}
.masaustugizle {display: none;}
@media (max-width: 768px) {
  .room-count-dropdown {
    width: 98%;

    min-width: 98%;

    left: 1%;
  }
  .category-landing .landing-menu .list {

    width: calc(100% / 2) !important;
}
  .masaustugizle {display: block;}
  .col-md-12.text-center {
    padding-bottom: 56px;
}

  .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: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%;
  }
}

.banner-area {
  padding: 20px 0px;
}

.banner-area .camp {
}

.banner-area .camp .box {
  height: 100px;
  /* border: 1px solid #e9eaec; */
  /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  display: flex;
  border-radius: 13px;
  overflow: hidden;
  margin-bottom: 10px;
}

.banner-area .camp .box:last-child {
  margin-bottom: 0;
}

.banner-area .camp .box .cont {
  padding: 10px 20px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 105px);
}

.banner-area .camp .box .cont h3 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: bold;
}

.banner-area .camp .box .cont a {
  padding: 2px 12px;
  background: #f02137;
  border: 2px solid #f02137;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 14px;
}

.banner-area .camp .box .cont a:hover {
  background: transparent;
  color: #f02137;
  transition: ease-in-out all 300ms;
}

.banner-area .camp .box .image {
  width: 105px;
}

.banner-area .camp .box .image img {
  height: 100px;
  width: 100%;
  object-fit: cover;
}

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

.main-banner,
.main-banner .slick-list,
.main-banner img {
  border-radius: 10px;
}

.slick-dots,
.slick-next,
.slick-prev {
}

.slick-track {
  margin-left: 0;
}

.slick-prev,
.slick-next {
  font-size: 0 !important;
  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;
  transition: all 0.2s ease-out;
}

.slick-prev {
  left: 5px;
}

.slick-next {
  right: 5px;
}

.slick-prev:before,
.slick-next:before {
  transition: all 0.1s ease-out;
  text-shadow: 0px 2px rgba(0, 0, 0, 0.3);
}

.slick-prev:before,
.slick-next:before {
  font: normal normal normal 35px/1 FontAwesome;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;
}

.slick-prev:before {
  content: "\f053";
}

.slick-next:before {
  content: "\f054";
}

.hotelTab .ui-widget.ui-widget-content {
  padding: 0;
  border: 0;
}

.hotelTab .ui-widget-header {
  background: transparent;
  border: 0;
}

.hotelTab .ui-tabs .ui-tabs-panel {
  padding: 20px 0px;
}

.hotelTab .ui-tabs .ui-tabs-nav li {
  background: transparent;
  border: 0;
  color: #000;
  margin-right: 13px;
}

.hotelTab .ui-tabs .ui-tabs-nav li a {
  font-weight: bold;
  outline: none;
}

.hotelTab .ui-tabs .ui-tabs-nav li a:hover,
.hotelTab .ui-state-active a {
  color: #f02137 !important;
  border-bottom: 1px solid #f02137;
  font-weight: bold;
}

.hotelTab .ui-state-active,
.hotelTab .ui-widget-content .ui-state-active,
.hotelTab .ui-widget-header .ui-state-active {
  color: #f02137;
  background: transparent;
  border: 0;
}

.hotelTab .slick-slide {
  margin: 0 10px;
}

.hotelTab .slick-list {
  margin: 0 -10px;
}

.hotelTab .otelKutu {
  border: 1px solid #e9eaec;
  background: white;
  /* padding: 10px; */
  border-radius: 7px;
}

.hotelTab .otelKutu .image img {
  height: 166px;
  object-fit: cover;
  border-radius: 7px 7px 0 0;
  width: 100%;
}

.hotelTab .otelKutu .cont {
  margin-top: 15px;
  padding: 15px;
}

.hotelTab .otelKutu .cont h5 {
  margin: 0 0 10px;
  font-weight: bold;
  height: 30px;
  text-align: center;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
  overflow: hidden;
}

.hotelTab .otelKutu .cont h5 a {
  color: inherit;
  text-decoration: none;
}

.hotelTab .otelKutu .cont h5 a:hover {
  color: #f02137;
}

.hotelTab .otelKutu .cont .inf {
  font-size: 14px;
  margin-bottom: 4px;
  height: 20px;
  overflow: hidden;
  font-weight: 500;
}

.hotelTab .otelKutu .cont .inf i {
  color: #f02137;
}

.hotelTab .otelKutu .cont .row-flex {
  display: flex;
  align-items: center;
  margin-top: 14px;
}

.hotelTab .otelKutu .cont .detailBtn {
  display: block;
  /* background: #f02137; */
  /* color: #f02137; */
  border-radius: 9px;
  padding: 4px 10px;
  text-decoration: none;
  /* border: 2px solid #f02137; */
  margin-top: 8px;
}

/* .hotelTab .otelKutu .cont .detailBtn:hover {
  background: transparent;
  color: #f02137;
  transition: ease-in-out all 300ms;
} */

.hotelTab .otelKutu .cont .oldprice {
  font-size: 13px;
  text-decoration: none;
  text-decoration: line-through;
}

.hotelTab .otelKutu .cont .newprice {
  font-weight: bold;
  font-size: 15px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.sectionTitle {
  font-size: 16px;
  padding-left: 5px;
  margin: 0 0 10px;
}

.imagesMenu {
  padding: 20px 0px;
}

.menuBox {
  /* border: 1px solid #e9eaec; */
  /* padding: 10px; */
  border-radius: 14px;
}

.menuBox .image img {
  height: 150px;
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
}

.menuBox .cont {
  margin-top: 15px;
}

.menuBox .cont h5 {
  margin: 0 0 0px;
  font-weight: bold;
}

.menuBox .cont h5 i {
  float: right;
  font-size: 12px;
  margin-right: 10px;
}

.menuBox .cont h5 a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.menuBox .cont h5 span {
  display: inline-block;
  max-width: 80%;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

.menuBox .cont h5 a:hover {
  color: white;
}

.imagesMenu .slick-slide {
  margin: 0 10px;
}

.imagesMenu .slick-list {
  margin: 0 -10px;
}

.popularRoutes {
  padding: 20px 0px;
}

.popularRoutes .routes {
  margin: 0 -10px;
}
.popularRoutes .routes .col {
  float: left;
  width: 20%;
  position: relative;
  min-height: 10px;
  height: 224px;
  border-radius: 8px;
  padding: 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.popularRoutes .routes .col:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 100%;
  z-index: 2;
  border-radius: 8px;
}

.popularRoutes .routes .col span {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  bottom: 0;
  left: 0;
  padding: 9px 30px 9px 10px;
  background: #f02137c9;
  border-radius: 0px 25px 0px 8px;
}

.popularRoutes .routes .col img {
  height: 224px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.5s ease;
}

.popularRoutes .routes .col a {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: calc(100% - 20px);
  cursor: pointer;
}

.popularRoutes .routes .col:nth-child(9n + 1) {
  width: 40%;
}

.popularRoutes .routes .col:nth-child(9n + 1),
.popularRoutes .routes .col:nth-child(9n + 1) img {
  height: 468px;
}

.popularRoutes .routes .col:nth-child(9n + 2) {
  width: 60%;
}

.popularRoutes .routes .col:nth-child(9n) {
  width: 40%;
}

.homeBlog {
  padding: 20px 0px;
}

.homeBlog .allBlog {
  display: inline-block;
  height: 38px;
  padding: 0 15px;
  background: #f02137;
  color: #fff;
  border-radius: 8px;
  line-height: 34px;
  text-decoration: none;
  border: 2px solid #f02137;
}

.homeBlog .allBlog:hover {
  background: transparent;
  color: #f02137;
  transition: ease-in-out all 300ms;
}

.homeBlog .box {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.homeBlog .box:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: ""; /*background: linear-gradient(0deg, #0000008f, transparent);*/
}

.homeBlog .box img {
  height: 200px;
  width: 100%;
  border-radius: 10px;
}

.homeBlog .box .cont {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10px;
  padding: 0 10px;
  color: #fff;
  z-index: 2;
}

.homeBlog .box .cont h3 {
  font-size: 15px;
  margin: 0 0 8px;
}

.homeBlog .box .cont p {
  font-size: 12px;
  margin: 0;
}

.homeBlog .slick-slide {
  margin: 0 10px;
}

.homeBlog .slick-list {
  margin: 0 -10px;
}

.newslatter {
  padding: 50px 0px;
  clear: both;
  background: #f02137;
  color: #fff;
}

.newslatter .row-flex {
  display: flex;
  align-items: center;
}

.newslatter .title {
  font-size: 42px;
  font-weight: normal;
  line-height: 38px;
  margin-bottom: 15px;
}

.newslatter .spot {
  font-size: 14px;
  font-weight: 200;
  margin: 0;
}

.newslatter .form {
}

.newslatter .form h3 {
  font-size: 28px;
  font-weight: 300;
}

.newslatter .form .input-area {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 8px;
  border-radius: 40px;
}

.newslatter .form .input-area i {
  color: #939393;
  width: 40px;
  text-align: center;
  font-size: 20px;
}

.newslatter .form .input-area input {
  width: calc(100% - 130px);
  height: 40px;
  border: 0;
  outline: none;
  padding: 0 10px;
  font-weight: 300;
  color: #939393;
}

.newslatter .form .input-area button {
  width: 130px;
  height: 40px;
  border: 0;
  background: #f02137;
  border-radius: 40px;
}

footer {
}

footer .flogo {
  height: 30px;
  width: auto;
  margin-bottom: 20px;
}

footer .fparagraph {
  font-size: 13px;
}

footer .fmenu h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}

footer .fmenu ul {
  list-style: none;
  margin: 0 -4px;
  padding: 0;
}

footer .fmenu ul li {
  width: 100%;
}

footer .fmenu ul li a {
  display: block;
  padding: 4px;
  color: #333;
  font-weight: 300;
  font-size: 13px;
}

footer .social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

footer .social li {
  margin-right: 5px;
  margin-top: 30px;
}

footer .social li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #9ba8ba;
  color: #fff;
  border-radius: 100%;
  font-weight: bold;
  line-height: 30px;
}

footer .social li a:hover {
  background: #f02137;
  transition: ease-in-out all 300ms;
}

.contact-form h3 {
  font-size: 14px;
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 10px;
  width: auto;
  display: inline-block;
  padding-right: 25px;
}

.contact-form textarea,
.contact-form input,
.contact-form select {
  background: transparent;
  border: 2px solid #e8e8e8;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
}

.contact-form textarea {
  height: auto !important;
}

.contact-form .send {
  width: 100%;
  height: 50px;
  background: #f02137;
  border: 2px solid #f02137;
  color: #fff;
  transition: ease-in-out all 400ms;
  font-size: 14px;
}

.contact-form .send:hover {
  background: #fff;
  color: #f02137;
}

.page-content {
  padding: 20px 0px;
}

.page-content .content {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  width: 100%;
}

.page-content .content h3 {
  font-size: 21px;
  border-left: 3px solid #f02137;
  padding-left: 5px;
  margin: 0 0 10px;
  font-weight: 600;
}

.side-menu {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.side-menu h3 {
  padding: 10px;
  background: #f02137;
  color: #fff;
  font-weight: 600;
  margin: 0 0 0px;
  font-size: 14px;
}

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

.side-menu ul li {
  width: 100%;
}

.side-menu ul li a {
  display: block;
  font-size: 14px;
  padding: 8px;
  color: #394c59;
  text-decoration: none;
}

.side-menu ul li a:hover {
  background: #fff1f1;
  transition: ease-in-out all 300ms;
}

#searchComplete {
  position: sticky;
  bottom: 0;
  width: 100%;
  border: 0;
  background: #f02137;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  height: 40px;
}
.hotel-box .slick-track {
  margin: 0;
}

@media (max-width: 768px) {
  .popularRoutes .routes .col img {
    height: auto !important;
  }
  .popularRoutes .routes .col:nth-child(9n + 1), .popularRoutes .routes .col:nth-child(9n + 1) img {
    height: auto !important;
  }
  .popularRoutes .routes .col {
    height: auto !important;
  }
  .popularRoutes .routes .col a {
    position: relative !important;
    height: 100%;
    display: block;
}
  #searchComplete {
    display: none;
  }
  .detay {
    width: 100% !important;
}

.oteldetay-etkinlik {
    display: block !important;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 5px;
}
.oteldetay-etkinlik .resim {
  width: 100% !important;
  text-align: center !important;
}
.navigator {
  padding: 10px 0 !important;
  overflow: unset !important;
}
.navigator ul {
  width: auto !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 6px !important;
}
.navigator ul li {
  padding: 4px 7px !important; 
  font-size: 12px !important;
  margin-right: unset !important;
}
}

#dynamicSort {
  margin-bottom: 20px;
}

@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 Lsit*/

.search.in {
  height: 200px;
}

.search.in .inner {
  top: 55px;
}

.search.in .inner .tab-content {
  border-radius: 6px;
}

.tour-box {
  padding: 10px 10px;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #e9eaec;
  margin-bottom: 20px;
  overflow: hidden;
    position: relative;
}

.tour-box .row-flex {
  display: flex;
  align-items: center;
}

.tour-box .image {
}

.tour-box .image img {
  border-radius: 8px;
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.tour-box .cont {
}

.tour-box .cont h3 {
  font-size: 17px;
  margin: 0 0 10px;
  font-weight: 600;
}

.tour-box .cont .kalikssehir {
  padding: 3px 9px;
  background: #f02137;
  color: #fff;
  font-size: 13px;
  
  border-radius: 4px;
}

.tour-box .cont .gezilecekyerler {
  font-size: 13px;
  margin-top: 8px;
}

.tour-box .cont .gezilecekyerler i {
  color: #f02137;
}

.tour-box .cont .duyuru {
  font-size: 13px;
  margin-top: 8px;
}

.tour-box .cont .duyuru i {
  color: #2196f3;
}

.tour-box .cont .taksitbilgi {
  font-size: 13px;
  margin-top: 8px;
}

.tour-box .cont .taksitbilgi i {
  color: #2196f3;
}

.tour-box .cont .extra-inf {
  display: flex;
  align-items: center;
}

.tour-box .cont .extra-inf .date-btn {
  padding: 4px 12px;
  border: 1px solid #394c59;
  font-size: 10px;
  color: #394c59;
  border-radius: 6px;
  position: relative;
  margin-right: 5px;
}

.tour-box .cont .extra-inf .date-btn i {
  margin-right: 5px;
}

.tour-box .cont .extra-inf .date-btn .other-dates {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: auto;
  bottom: 100%;
  margin-top: 0px;
  background: #fff;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  padding: 5px;
  z-index: 999;
  border: 1px solid #394c59;
  color: #394c59;
  font-size: 13px; 
  max-height: 100px;
  overflow: auto;
}

.tour-box .cont .extra-inf .date-btn .other-dates span {
  display: block;
}

.tour-box .cont .extra-inf .date-btn .other-dates a {
  display: block;
  text-align: left;
  color: #394c59;
  font-weight: bold;
  font-size: 10px;
  margin-top: 5px;
}
span.date-btn.pasif.hiddexs:has(> .other-dates:empty) {
    display: none;
}
.tour-box .cont .extra-inf .date-btn:hover .other-dates {
  display: block;
  transition: ease-in-out all 300ms;
}

.tour-box .cont .extra-inf .turliste_ulasim,
.tour-box .cont .extra-inf .geceleme {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #394c59;
  font-size: 10px;
  color: #394c59;
  border-radius: 6px;
  position: relative;
  margin-right: 5px;
}

.tour-box .detail {
  padding: 10px;
  background: #4caf50;
  color: #fff;
  border-radius: 15px;
  width: 100%;
  display: block;
  border: 2px solid #4caf50;
  text-decoration: none;
  font-weight: 600;
}

.tour-box .detail:hover {
  background: transparent;
  color: #f02137;
  transition: ease-in-out all 300ms;
}

.tour-box .price {
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #f02137;
}

.tour-box .indirimorancssana {
  background: #394c59;
  display: inline-block;
  margin: 4px 0px 5px;
  padding: 2px 10px;
  font-weight: 400;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
}

.tour-box .price del {
  font-weight: bold;
  font-size: 14px;
  text-decoration: line-through;
  color: #394c59;
}

/*Land*/

.land-menu h3 {
  font-size: 16px;
  border-left: 3px solid #f02137;
  padding-left: 5px;
  margin: 0px;
  font-weight: 600;
  display: flex;
}

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

.land-menu ul li {
     /* width: calc(100% / 4); */
    float: left;
    flex: 0 1 calc(25% - 10px);
    box-sizing: border-box;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 4px;
}
.land-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 13px; /* aralarındaki boşluk */
}

.land-menu ul li a {
  display: block;
  padding: 4px;
  color: #394c59;
  font-weight: 600;
}

.land-menu ul li a:after {
  float: right;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 12px;
  margin-top: 4px;
  color: #f02137;
}

/*Otel List*/

.hotel-box {
  padding: 10px 10px;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #e9eaec;
  margin-bottom: 20px;
}

.hotel-box .row-flex {
  display: flex;
  align-items: center;
}

.hotel-box .image {
  position: relative;
}

.hotel-box .image .recomended {
  position: absolute;
  left: 0;
  top: 20px;
  background: #fff3dc;
  padding: 3px;
  font-size: 10px;
  color: #333;
  border: 1px solid #ffce6f;
}

.hotel-box .image .recomended i {
  color: #ffce6f;
  margin-right: 4px;
}

.hotel-box .image img {
  border-radius: 20px;
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.hotel-box .cont h3 {
  font-size: 17px;
  margin: 0 0 10px;
  font-weight: 600;
}

.hotel-box .cont .loc {
  background: aliceblue;
  padding: 4px;
  border-radius: 8px;
  margin-right: 5px;
  font-size: 12px;
}

.hotel-box .cont .haritabtn span {
  font-weight: bold;
  color: #f02137;
  font-size: 12px;
  cursor: pointer;
}

.hotel-box .cont .consept {
  font-weight: 600;
  color: green;
  margin-top: 6px;
  display: block;
}

.hotel-box .cont .flex-wrap-ozellik {
  display: flex;
  align-items: center;
}

.hotel-box .cont .flex-wrap-ozellik .wrap1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.hotel-box .cont .flex-wrap-ozellik .wrap1 ul li {
}

.hotel-box .cont .flex-wrap-ozellik .wrap1 ul li span {
  display: block;
  padding: 4px;
  margin-bottom: 2px;
  color: #4392ef;
  font-size: 13px;
  margin-right: 3px;
  font-weight: 600;
}

.hotel-box .cont .flex-wrap-ozellik .wrap2 .one-cikan-ozellik-aciklama.hover {
  position: relative;
}

.hotel-box
  .cont
  .flex-wrap-ozellik
  .wrap2
  .one-cikan-ozellik-aciklama.hover
  span {
  display: block;
  padding: 4px;
  margin-bottom: 2px;
  font-size: 13px;
  margin-right: 3px;
  font-weight: 400;
}

.onecikan-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow: auto;
}

.onecikan-wrap {
  position: absolute;
  bottom: 100%;
  background: #000000c9;
  border-radius: 4px;
  width: 200px;
  padding: 5px;
  display: none;
  z-index: 9;
  left: -93px;
  margin-bottom: 10px;
}

.onecikan-wrap .one-cikan-ozellik-aciklama {
  background: transparent !important;
  color: #fff !important;
  width: 100% !important;
}

.onecikan-wrap .one-cikan-ozellik-aciklama span {
  color: #fff;
}

.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);
}

.hotel-box .score {
  display: flex;
  align-items: center;
  margin: 6px 0px 0px;
  justify-content: center;
}

.hotel-box .score .number {
  margin-right: 5px;
  border: 1px solid #394c59;
  color: #394c59;
  border-radius: 5px;
  font-size: 12px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
}

.hotel-box .score .number:empty {
  display: none;
}

.hotel-box .score .txt {
  background: #394c59;
  border: 1px solid #394c59;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  padding: 0 5px;
}

.hotel-box .guvenli .recomended {
  display: flex;
  width: 100%;
  background: #fff3dc;
  padding: 3px;
  font-size: 10px;
  color: #333;
  border: 1px solid #ffce6f;
  line-height: normal;
  margin-bottom: 3px;
  align-items: center;
  font-weight: bold;
  border-radius: 4px;
}

.hotel-box .guvenli .recomended i {
  color: #ffce6f;
  margin-right: 4px;
  font-size: 12px;
}

.hotel-box .guvenli .iptalguvence {
  display: flex;
  width: 100%;
  background: #e4edf9;
  padding: 3px;
  font-size: 10px;
  color: #333;
  border: 1px solid #99b3e0;
  line-height: normal;
  margin-bottom: 3px;
  align-items: center;
  font-weight: bold;
  border-radius: 4px;
}

.hotel-box .guvenli .iptalguvence i {
  color: #99b3e0;
  margin-right: 4px;
  font-size: 12px;
}

.hotel-box .price-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hotel-box .price-wrap small {
  background: #d8dee3;
  display: block;
  margin: 4px 0px;
  padding: 2px 10px;
  font-weight: 400;
  border-radius: 6px;
  color: #394c59;
  font-size: 14px;
}

.hotel-box .price-wrap .indirimorancssana {
  background: #394c59;
  display: block;
  margin: 4px 0px 5px;
  padding: 2px 10px;
  font-weight: 400;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
}

.hotel-box .price-wrap .t-price {
  font-size: 17px;
  font-weight: bold;
  color: #394c59;
}

.hotel-box .price-wrap .t-price del {
  font-weight: bold;
  font-size: 14px;
  text-decoration: line-through;
  color: #394c59;
}

.hotel-box .price-wrap a {
  display: block;
  padding: 8px 15px;
  /* color: #f02137; */
  border-radius: 10px;
  text-decoration: none;
  /* border: 2px solid #f02137; */
}

/* .hotel-box .price-wrap a:hover {
  background: #f02137;
  color: #fff;
  transition: ease-in-out 300ms all;
} */

/*Detail*/

.photosWrap {
  padding: 20px 0px;
  z-index: 0;
  position: relative;
}

.photosWrap .photos {
  margin: 0 -10px;
}

.photosWrap .photos .col {
  float: left;
  width: 20%;
  position: relative;
  min-height: 10px;
  height: 224px;
  border-radius: 8px;
  padding: 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.photosWrap .photos .col:before {
  content: "";
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  position: absolute;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 100%;
  z-index: 2;
  border-radius: 8px;
}

.photosWrap .photos .col span {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  bottom: 0;
  left: 10px;
  padding: 9px 30px 9px 10px;
  background: #f02137c9;
  border-radius: 0px 25px 0px 8px;
}

.photosWrap .photos .col img {
  height: 224px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.5s ease;
}

.photosWrap .photos .col a {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: calc(100% - 20px);
  cursor: pointer;
}

.photosWrap .photos .col:nth-child(9n + 1) {
  width: 40%;
}

.photosWrap .photos .col:nth-child(9n + 1),
.photosWrap .photos .col:nth-child(9n + 1) img {
  height: 468px;
}

.photosWrap .photos .col:nth-child(9n + 2) {
  width: 60%;
}

.photosWrap .photos .col:nth-child(9n) {
  width: 40%;
}

.kunye {
  padding: 10px 10px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #e9eaec;
  margin-bottom: 20px;
  clear: both;

}

.kunye .row-flex {
  display: flex;
  align-items: center;
}

.kunye h3 {
  font-size: 17px;
  margin: 0 0 10px;
  font-weight: bold;
}

.kunye .spotTitle {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
}

.kunye .one-cikan-ozellik-aciklama-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 67px;
  overflow: hidden;
}

.kunye .one-cikan-ozellik-aciklama {
  display: inline-block;
  padding: 4px 12px;
  background: #fff9f9;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #f02137;
  color: #f02137;
  font-weight: bold;
  font-size: 13px;
}

.kunye .tool-btn button,
.kunye .tool-btn .nlink,
.kunye .tool-btn .pdf {
  display: inline-block;
  width: calc(50% - 10px);
  margin: 0 4px 8px;
  border: 2px solid #f02137;
  height: 40px;
  background: #f02137;
  color: #fff;
  border-radius: 8px;
  text-align: center;
}

.kunye .tool-btn button:hover,
.kunye .tool-btn .nlink:hover,
.kunye .tool-btn .pdf:hover {
  background: transparent;
  color: #f02137;
  transition: ease-in-out all 400ms;
}

.kunye .tool-btn .full,
.kunye .tool-btn .nlink,
.kunye .tool-btn .pdf {
  width: calc(100% - 10px);
}

.kunye .tool-btn .nlink,
.kunye .tool-btn .pdf {
  line-height: 36px;
}

.kunyeul ul {
  list-style: inherit;
}

.navigator {
  padding: 20px;
  background: #fff;
  border-top: 1px solid #e9eaec;
  border-bottom: 1px solid #e9eaec;
}

.navigator ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.navigator ul li {
  padding: 5px 11px;
  border-radius: 4px;
  margin-right: 10px;
  background: #fff3f3;
  color: #f02137;
  border: 1px solid;
  cursor: pointer;
}

.navigator ul li a {
  color: #f02137;
  text-decoration: none;
}

.navigator ul li:hover,
.navigator ul li.active {
  background: #f02137;
  color: #fff;
  border-color: #f02137;
  transition: ease-in-out all 300ms;
}

.navigator ul li:hover a {
  color: #fff;
}

.navigateContent {
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 30px 0px;
}

.navigateContent.active {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: ease-in-out all 500ms;
}

.navigateContent .content {
  background: #fff;
  border: 1px solid #e9eaec;
  border-radius: 10px;
  box-shadow: 0px 0px 13px #d3d3d333;
}

.navigateContent .content h3 {
  margin-bottom: 30px;
  margin-top: 20px;
}

.navigateContent .content h3:first-child {
  margin-top: 0px;
}

.tabMenu {
}

.tabMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.tabMenu ul li {
  margin-right: 10px;
}

.tabMenu ul li a {
  display: block;
  padding: 8px 16px;
  border-radius: 4px;
  color: #394c59;
  text-decoration: none;
  background: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  box-shadow: 0px 0px 13px #d3d3d333;
}

.tabMenu ul li a:hover,
.tabMenu ul li a.active {
  background: #fff;
  border-color: #f02137;
}

.tabMenu ul li a i {
  font-size: 12px;
  color: #f02137;
}

.tabMenuContent {
  display: none;
  opacity: 0;
  visibility: hidden;
  margin-top: 15px;
  padding: 15px;
  box-shadow: 0px 0px 13px #d3d3d333;
  border-radius: 4px;
}

.tabMenuContent.active {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: ease-in-out all 500ms;
}

.tabMenuContent label {
  font-weight: normal;
  display: block;
  font-size: 13px;
}

.tabMenuContent input,
.tabMenuContent select,
.tabMenuContent .persons {
  display: block;
  height: 36px;
  border: 1px solid #e9eaec;
  width: 100%;
  border-radius: 4px;
  line-height: 36px;
  /* padding: 0 10px; */
  font-size: 13px;
  background: white;
}

.tabMenuContent .persons {
  cursor: pointer;
}

.tabMenuContent button {
  display: block;
  height: 36px;
  border: 1px solid #f02137;
  width: 100%;
  border-radius: 4px;
  line-height: 36px;
  padding: 0 10px;
  background: #f02137;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.tabMenuContent button:hover {
  background: transparent;
  color: #f02137;
  transition: ease-in-out all 300ms;
}

.tabMenuContent .ikon {
  position: relative;
}

.tabMenuContent .ikon i {
  position: absolute;
  left: 8px;
  top: 10px;
  color: #e6121b;
}

.tabMenuContent .ikon input,
.tabMenuContent .ikon select,
.tabMenuContent .ikon .persons {
  padding-left: 30px !important;
  -webkit-appearance: none !important;
}

.tab-content.tabMenuContent {
  margin-top: 0 !important;
}

.tab-content.tabMenuContent .ikon i {
  top: 13px;
}

.tab-content.tabMenuContent input,
.tab-content.tabMenuContent select,
.tab-content.tabMenuContent .persons {
  line-height: 40px;
  height: 38px;
}

/*Persons*/

.guest {
  position: absolute;
  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: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.show {
  visibility: visible;
  opacity: 1;
}

.guest .rooms {
  padding: 10px;
}

.guest .actions {
  width: 100%;
  padding: 10px 20px;
  border-top: 1px solid #efefef;
  text-align: right;
}

.guest .actions .add-room,
.guest .actions .closed {
  color: #0065b8;
  font-weight: 700;
  cursor: pointer;
  font-size: 13px;
}

.guest .rooms {
  padding: 10px;
}

.guest .rooms .info-row {
  width: 100%;
  text-align: left;
  padding: 3px 0px 0px;
}

.guest .rooms .info-row .col {
  padding: 0px 10px !important;
}

.guest .rooms .info-row .col:first-child {
  min-width: 55px;
}

.guest .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 .rooms .info-row .col label {
  color: #000;
  margin-bottom: 3px;
  font-weight: 600;
  text-transform: none;
  padding: 0px;
}

.guest .rooms .info-row .col select {
  width: 100%;
  height: 35px;
  padding: 0px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
}

.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 {
    width: 98%;
    min-width: 98%;
    left: 1%;
  }

  .guest .rooms .info-row .col {
    display: inline-block;
    min-width: 33%;
    width: 33%;
    margin-right: -0.5px;
  }

  .guest .rooms .info-row .col:first-child {
    width: 100%;
  }

  .guest .rooms .info-row .col:first-child label {
    display: none;
  }

  .guest .rooms .info-row .col.remove-oda-wrap {
    width: 100%;
  }
}

.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: 13px;
}

.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: 13px;
}

.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;
}
.btn-whatsapp-pulse {
    display: none;
}


@media (max-width: 768px) {
  .guest-ucak {
    width: 98%;
    min-width: 98%;
    left: 1%;
  }
  .phone-menu .menu-container ul li:nth-child(3) {
    display: none !important;
}

  .btn-whatsapp-pulse {
    display: block !important;
}
  .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%;
  }
}

/*Persons*/

.fiyatSablon {
  padding: 20px;
  background: #fff;
  border: 1px solid #e9eaec;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 13px #d3d3d333;
}

.fiyatSablon:first-child {
  margin-top: 15px;
}

.fiyatSablon:last-child {
  margin-bottom: 0;
}

.fiyatSablon .image {
  height: 120px;
}

.fiyatSablon .image img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  height: 120px;
}

.fiyatSablon .title {
  font-weight: bold;
  font-size: 16px;
}

.fiyatSablon .consept,
.fiyatSablon .consept2 {
  font-size: 13px;
  font-weight: bold;
}

.fiyatSablon .consept {
  color: #ff5722;
}

.fiyatSablon .ozellikler {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  
  bottom: 0;
}

.fiyatSablon .ozellikler li {
  margin-right: 5px;
}

.fiyatSablon .ozellikler li a {
  display: block;
  padding: 5px 15px;
  border: 1px solid #394c59;
  color: #394c59;
  border-radius: 4px;
  text-decoration: none;
}

.fiyatSablon .ozellikler li a:hover {
  transition: ease-in-out all 400ms;
  background: #394c59;
  color: #fff;
}

.fiyatSablon .row-flex {
  display: flex;
  align-items: stretch;
}

.fiyatSablon .fiyat {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.fiyatSablon .fiyat small {
  background: #d8dee3;
  display: block;
  margin: 4px 0px;
  padding: 5px 10px;
  font-weight: 600;
  border-radius: 6px;
  color: #394c59;
}

.fiyatSablon .fiyat .indirimoran {
  background: #394c59;
  display: block;
  margin: 4px 0px 5px;
  padding: 5px 10px;
  font-weight: 600;
  border-radius: 6px;
  color: #fff;
}

.fiyatSablon .fiyat .old {
  font-weight: bold;
  font-size: 14px;
  text-decoration: line-through;
  color: #394c59;
  text-align: center;
}

.fiyatSablon .fiyat .new {
  font-size: 17px;
  font-weight: bold;
  color: #394c59;
  text-align: center;
}
.kisisayi {
  text-align: center;
  font-size: 12px;
  color: red;
}

.fiyatSablon .link a {
  border: 2px solid #f02137;
  padding: 6px 10px;
  background: #f02137;
  color: #fff;
  border-radius: 8px;
  display: block;
  text-decoration: none;
}

.fiyatSablon .link a:hover {
  background: transparent;
  color: #f02137;
  transition: ease-in-out all 400ms;
}

#taksitdiv.fancybox-content {
  max-width: 90%;
  width: 500px;
  padding: 0px;
  max-height: 90%;
  height: 700px;
  overflow-y: auto;
  background-color: #ecf6f8;
}

#taksitdiv ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#taksitdiv .taksit_tablosu {
  background: #edf4fa;
  margin-bottom: 20px;
}

#taksitdiv .taksit_tablosu .taksit_baslik .sol {
  display: inline-block;
  width: 80%;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
}

#taksitdiv .taksit_tablosu .taksit_baslik .sag {
  display: none;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding-right: 20px;
}

#taksitdiv .taksit_tablosu .taksit_baslik {
  background: #fff;
  border-bottom: 1px solid #b4d9e9;
}

#taksitdiv .taksitsecenekleri {
  padding: 12px 20px;
  border-bottom: 1px solid #1a2b48;
  background: #1a2b48;
  font-weight: bold;
  color: #fff;
}

.taksittablobaslik {
  display: none;
}

#taksitdiv .taksitseceneklerikapat {
  display: none;
}

#taksitdiv .genel_taksit_tablosu {
  padding: 20px;
  background: #ecf6f8;
}

#taksitdiv .taksitler li {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  height: 25px;
}

#taksitdiv .taksitler .sutun1 {
  width: 20%;
}

#taksitdiv .taksitler .sutun2 {
  width: 40%;
}

#taksitdiv .taksitler .sutun3 {
  width: 40%;
}

#taksitdiv .taksitler .altbaslik li {
  border-right: 1px solid #e7f7fe;
  border-bottom: 1px solid #e7f7fe;
}

#taksitdiv .taksitler ul {
  background: #fff;
  font-size: 1.2rem;
  height: 25px;
  line-height: 25px;
  border-left: 1px solid #e7f7fe;
}

#taksitdiv .fancybox-button svg {
  color: #fff;
}

.varyokgenel {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.varyokgenel .baslik {
  cursor: pointer;
  display: block;
  padding: 5px 15px;
  background: #f3f3f3;
  margin-bottom: 10px;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #868686;
}

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

.varyokgenel ul.active {
  display: block;
}

.varyokgenel ul li {
  display: inline-block;
  width: 33%;
  position: relative;
  color: #969ea4;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 7px;
  padding-left: 20px;
}

.varyokgenel ul li:before {
  margin-top: 3px;
  content: "\f05d";
  position: absolute;
  display: block;
  left: 0;
  font-family: "FontAwesome";
  color: #25ba6e;
  font-weight: normal !important;
  font-size: 14px;
}

.yildizisaret {
  position: relative;
  width: 100%;
  border: 1px solid #dcdfea;
  background: #f6f7fb;
  padding: 2px 5px;
  border-radius: 4px;
  color: #868694;
}

.otelfiyatuyari {
  display: block;
  margin: 10px 15px 0px;
  background: #fdf0f0;
  border: 1px solid red;
  text-align: center;
  padding: 4px;
}

.otelfiyatuyari a {
  color: red;
}

.siziarayalim {
  display: block;
  margin: 10px 15px 0px;
  background: #fdf0f0;
  border: 1px solid red;
  text-align: center;
  padding: 4px;
}

.siziarayalim a {
  color: red;
}

@media (max-width: 768px) {
  .varyokgenel ul li {
    width: 50%;
  }
}

@media (max-width: 320px) {
  .varyokgenel ul li {
    width: 100%;
  }
}

.otel_info {
  margin-bottom: 20px;
}

.otel_info .infobaslik {
  margin-bottom: 10px;
  font-weight: bold;
}

.comments input,
.comments textarea {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #e8e8e8;
  padding: 15px;
}

.comments .send {
  display: inline-block;
  float: right;
  padding: 10px 50px 10px 20px;
  background: #f02137;
  border: 0;
  color: #fff;
  transition: ease-in-out all 400ms;
  position: relative;
  border-radius: 5px;
}

.comments .send i {
  position: absolute;
  right: 0;
  background: #af050a;
  top: 0;
  width: 40px;
  height: 100%;
  line-height: 40px;
  border-left: 1px solid #af050a;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.comments .send:hover {
  background: #af050a;
  color: #fff;
}

/*TurDetail*/

.kunye .kesinkalkislitur,
.kunye .tour-code {
  padding: 2px 12px;
  border-radius: 4px;
  margin-right: 10px;
  background: #fff3f3;
  color: #f02137;
  border: 1px solid;
  margin-bottom: 10px;
  font-size: 12px;
}

.kunye .tags span {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #394c59;
  font-size: 13px;
  color: #394c59;
  border-radius: 6px;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
}

.kunye .price-inline {
  font-weight: bold;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  margin-bottom: 10px;
}

.kunye .price-inline small {
  font-size: 12px;
  font-weight: normal;
  display: block;
}

.tour-program-wrapper {
  padding-left: 15px;
  border-left: 1px dashed #f02137;
}

.program .content {
  float: none;
  display: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
}

.program .title {
  cursor: pointer;
  padding: 5px 0px;
  color: #f02137;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  position: relative;
}

.program .title:before {
  content: "\f111";
  position: absolute;
  display: block;
  left: -21px;
  font-family: "FontAwesome";
  color: #f02137;
  font-weight: normal !important;
  font-size: 12px;
}

.program:first-child .title:before {
  content: "\f3c5" !important;
  font-size: 17px;
  left: -22px;
}

.program:last-child .title:before {
  content: "\f024" !important;
  font-size: 17px;
  left: -22px;
}

.program .title span {
  font-weight: bold;
}

.program .title .txt {
  color: #000;
  font-weight: normal;
  width: calc(100% - 80px);
}

.program .title span:first-child {
  width: 60px;
}

.program .title span:last-child {
  width: 20px;
  text-align: center;
}

.program .title .fa-chevron-down:before {
  content: "\f078" !important;
}

.tour-tags a {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #394c59;
  font-size: 13px;
  color: #394c59;
  border-radius: 6px;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
}

.tur-fiyat-tablo table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #cccccc;

  line-height: normal;

  padding: 5px 2px;

  vertical-align: middle;
}

.tur-fiyat-tablo .turfiyatbaslik {
  background: #f02137;

  color: #fff;
}

.tur-fiyat-tablo .turfiyatsatir2 {
  background: #e8e8e8;
}

.tur-fiyat-tablo .turfiyatsatir1,
.tur-fiyat-tablo .turfiyatsatir2 {
  font-size: 13px;
}

.tur-fiyat-tablo .turfiyatsatir2 .taksit,
.tur-fiyat-tablo .turfiyatsatir1 .taksit {
  color: #f02137;

  font-size: 13px;

  font-weight: bold;
}

.tur-fiyat-tablo .turfiyatsatir2 .taksit:hover,
.tur-fiyat-tablo .turfiyatsatir1 .taksit:hover {
  color: #f5600c;
}

.tur-fiyat-tablo .turfiyatsatir1 del,
.tur-fiyat-tablo .turfiyatsatir2 del {
  color: red;
}

/*UÃ§ak Ara*/

.flight-ticket-count-dropdown {
  position: absolute;

  min-width: 300px;

  background: white;

  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);

  visibility: hidden;

  opacity: 0;

  z-index: 355;

  transition: all 250ms ease-in-out;

  top: 100%;

  margin-top: 14px;
}

.flight-ticket-count-dropdown.show {
  visibility: visible;

  opacity: 1;
}

.flight-ticket-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));
}

.flight-ticket-count-dropdown .room-info {
  padding: 10px;

  float: left;

  width: 100%;
}

.flight-ticket-count-dropdown .room-info .info-row {
  width: 100%;

  text-align: left;

  padding: 10px 0px;
}

.person-total {
  cursor: pointer;
}

.flight-ticket-count-dropdown .room-info .info-row .col {
  display: block;

  width: 100%;

  padding: 0px 10px;

  float: left;

  margin-bottom: 7px;
}

.flight-ticket-count-dropdown .room-info .info-row .col label {
  display: block;

  color: #000;

  font-weight: normal;

  font-size: 12px;
}

.flight-ticket-count-dropdown .room-info .info-row .col label .title {
  width: 30%;

  float: left;

  line-height: 40px;
}

.flight-ticket-count-dropdown .room-info .info-row .col label .selector {
  width: 70%;

  float: left;

  text-align: right;
}

.flight-ticket-count-dropdown
  .room-info
  .info-row
  .col
  label
  .selector
  .buttonSelect {
  cursor: pointer;

  width: 40px;

  outline: none;

  height: 40px;

  display: inline-block;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  line-height: 33px;

  font-weight: 600;

  color: #f02137;

  font-size: 32px;

  border: 1.5px solid #ddd;

  border-radius: 4px;

  text-align: center;
}

.flight-ticket-count-dropdown
  .room-info
  .info-row
  .col
  label
  .selector
  .buttonSelect.disabled {
  opacity: 0.4;
}

.flight-ticket-count-dropdown .room-info .info-row .col label .selector .txt {
  width: 40px;

  display: inline-block;

  text-align: center;

  font-size: 24px;

  font-weight: bold;
}

.flight-ticket-count-dropdown .action-button-area {
  float: left;

  width: 100%;

  padding: 10px 20px;

  border-top: 1px solid #efefef;

  text-align: right;
}

.flight-ticket-count-dropdown .action-button-area span.closed {
  font-size: 12px;

  color: #fff;

  font-weight: 700;

  cursor: pointer;

  background: #f02137;

  padding: 4px 10px;
}

.flight-ticket-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) {
  .flight-ticket-count-dropdown {
    width: 98%;

    min-width: 98%;

    left: 1%;
  }

  .flight-ticket-count-dropdown .room-info .info-row .col {
    display: inline-block;

    width: 100%;

    margin-right: -0.5px;
  }

  .flight-ticket-count-dropdown .room-info .info-row .col:first-child {
    width: 100%;
  }

  .flight-ticket-count-dropdown .room-info .info-row .col.remove-oda-wrap {
    width: 100%;
  }
}

.ucusBulunamadi {
  padding: 10px;
  background: #fff0f0;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #f02137;
  color: #f02137;
}

.flight-search-response .ucusBulunamadi {
  margin: 0 -10px 0 10px;
}

.turHarita iframe {
  height: 300px !important;
}

.tourBanner {
  margin-top: -20px;
  margin-bottom: -40px;
}

.tourBanner img {
  height: 340px;
  object-fit: cover;
  width: 100%;
}

.kalkis ul {
  margin: 0;
  padding-left: 15px;
}

.visa-tab {
}

.visa-tab ul {
  margin: 0;

  padding: 0;

  list-style: none;

  display: table;

  width: 100%;

  background: #fff;
}

.visa-tab ul li {
  display: table-cell;

  width: 25%;

  text-align: center;

  position: relative;

  padding: 15px 0px;
}

.visa-tab ul li a {
  color: #666;

  font-size: 13px;

  border-right: 1px solid #ddd;

  display: inline-block;

  width: 100%;

  line-height: normal;

  position: relative;

  z-index: 1;

  font-weight: bold;
}

.visa-tab ul li:last-child a {
  border: 0;
}

.visa-tab ul li.active:before {
  content: "";

  height: 86.3px;

  width: 100%;

  border-radius: 2px;

  background-color: #f02137;

  box-shadow: 0 0 10px 0 rgb(0 100 184 / 30%);

  position: absolute;

  top: -9px;

  left: -1px;

  z-index: 1;
}

.visa-tab ul li.active:after {
  top: 100%;

  left: 50%;

  border: solid transparent;

  content: " ";

  height: 0;

  width: 0;

  position: absolute;

  pointer-events: none;

  border-color: rgba(51, 148, 222, 0);

  border-top-color: #f02137;

  border-width: 20px;

  margin-left: -20px;

  z-index: 2;
}

.visa-tab ul li.active a {
  color: #fff;
}

.visa-tab ul li a span {
  line-height: normal;

  font-weight: normal;

  display: block;
}

.visa-tab-content {
  display: none;

  padding: 30px 15px 15px 15px;

  background: #fff;

  margin-bottom: 20px;

  font-size: 13px;
}

.visa-tab-content.active {
  display: block;
}

.visa-menu-list {
  display: inline-block;

  width: 100%;

  position: relative;

  z-index: 1;

  background: #fff;

  border-radius: 2px;

  margin-top: 15px;
}

.visa-menu-list ul {
  margin: 0;

  padding: 0;

  list-style: none;

  display: inline-block;

  width: 100%;

  background-color: #f5f9fd;

  border-radius: 2px;
}

.visa-menu-list ul li {
  line-height: 60px;

  height: 60px;

  position: relative;
}

.visa-menu-list ul li a {
  line-height: 60px;

  height: 60px;

  display: inline-block;

  width: 100%;

  color: #666;

  font-size: 14px;

  position: relative;

  padding: 0 10px;

  z-index: 2;

  top: -1px;

  border-radius: 2px;
}

.visa-menu-list ul li a span {
  display: inline-block;

  width: 100%;

  line-height: normal;

  vertical-align: middle;

  padding-left: 10px;
}

.visa-menu-list ul li.active {
  border-bottom: transparent;
}

.visa-menu-list ul li.active a {
  color: #fff;

  position: relative;

  background-color: #f02137;

  box-shadow: 0 0 10px 0 rgb(0 101 184 / 30%);

  position: relative;
}

.visa-menu-list ul li.active a:after {
  left: 100%;

  top: 50%;

  border: solid transparent;

  content: " ";

  height: 0;

  width: 0;

  position: absolute;

  pointer-events: none;

  border-color: rgba(51, 148, 222, 0);

  border-left-color: #f02137;

  border-width: 12px;

  margin-top: -12px;
}

.visa-menu-content-wrapper {
  position: relative;
}

.visa-menu-content-wrapper:after {
  content: "";

  width: calc(100% + 60px);

  height: 100%;

  position: absolute;

  background: #fff;

  right: 0px;

  top: 0;

  z-index: 0;
}

.visa-menu-content {
  padding: 10px;

  background: #fff;

  display: none;

  font-size: 13px;
}

.visa-menu-content.active {
  display: block;

  position: relative;

  z-index: 2;
}

.white-popup-block {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.white-popup-block input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.white-popup-block button.send {
  display: inline-block;
  padding: 8px 30px;
  border: 0;
  margin-top: 15px;
  background: #4caf50;
  color: #fff;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  background: black;
  opacity: 1;
  top: -20px;
  right: -20px;
  border-radius: 100%;
}

.middle-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.middle-box .box {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  padding: 0 20px;
  min-height: 100px;
  width: calc(50% - 30px);
  margin: 0 15px 15px;
}

.middle-box .box .icon {
  width: 90px;
  text-align: center;
}

.middle-box .box .icon img {
  width: 80px;
  height: auto;
}

.middle-box .box .cont {
  width: calc(100% - 80px);
  padding: 0 0 0 10px;
}

.middle-box .box .cont h3 {
  font-size: 15px;
  margin-bottom: 8px;
  margin-top: 0;
  font-weight: bold;
}

.middle-box .box .cont p {
  font-size: 13px;
  margin: 0;
}

.middle-box.full,
.middle-box.full .box .cont {
  width: 100%;
}

.middle-box.full {
  margin: 0 -15px;
}

.middle-box.full .box {
  border-color: #f02137;
}

.benzerTurlarTitle {
  padding: 10px !important;
  border-radius: 10px !important;
  margin-bottom: 10px;
  border: 1px solid #e9eaec;
  box-shadow: 0px 0px 13px #d3d3d333;
}

.benzerTurlarTitle h3 {
  margin: 0 !important;
}

.benzerTurlar .tour-box .image {
  margin-bottom: 5px;
}

.benzerTurlar .tour-box .image img {
  height: 140px;
  border-radius: 10px;
}

.benzerTurlar .tour-box {
  padding: 10px;
  border-radius: 10px;
}

.benzerTurlar .tour-box .cont {
  height: 46px;
  overflow: hidden;
}

.benzerTurlar .tour-box .cont h3 {
  font-size: 14px;
  margin-bottom: 0;
}

.benzerTurlar .tour-box .cont h3 a {
  color: inherit;
  text-decoration: none;
}

/*Responsive */

@media (max-width: 768px) {
  .main-banner {
    margin-top: 15px;
  }

  .main-banner img {
    max-width: 100%;
    height: auto;
  }

  .newslatter .row-flex {
    display: block;
  }

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

  header .headerTop .left .phones {
    display: none;
  }

  header .row-flex {
    flex-direction: column;
    align-items: baseline;
  }

  header .row-flex > div:first-child {
    order: 2;
  }

  header .row-flex > div:last-child {
    order: 1;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
  }

  header .headerTop .lang,
  header .headerTop .currency {
    margin-right: 15px;
  }

  .search .inner {
    top: 45px !important;
  }

  .popularRoutes .routes .col {
    width: 100% !important;
  }

  .search .inner .tab-content input,
  .search .inner .tab-content select,
  .search .inner .person-total {
    margin-bottom: 15px;
  }

  .search .inner .full-btn label {
    display: none;
  }

  .search.in {
    height: 400px;
  }

  .tour-box .row-flex {
    flex-direction: column;
  }

  .tour-box .cont {
    margin: 15px 0px;
  }

  .sort-wrapper {
    min-height: unset !important;
    padding: 0 !important;
  }

  .photosWrap .photos .col {
    width: 100% !important;
    display: none !important;
  }

  .photosWrap .photos .col:first-child {
    display: block !important;
    height: 268px;
  }

  .photosWrap .photos .col:first-child img {
    height: 268px;
  }

  .kunye .row-flex {
    flex-direction: column;
  }

  .kunye .tool-btn button {
    width: calc(100% - 10px);
  }

  .navigator {
    overflow: auto;
  }

  .navigator ul {
    width: 1000px;
  }

  .fiyatSablon .row-flex {
    flex-direction: column;
  }

  .fiyatSablon .image {
    margin-bottom: 15px;
  }

  .fiyatSablon .ozellikler {
    position: relative;
    flex-direction: column;
    margin: 8px 0px;
  }

  .fiyatSablon .ozellikler li {
    margin-bottom: 5px;
  }

  .fiyatSablon .link {
    margin-top: 8px;
  }

  .hotel-box .row-flex {
    flex-direction: column;
  }

  .hotel-box .image {
    margin-bottom: 10px;
  }

  .hotel-box .price-wrap {
    flex-direction: row;
  }

  .hotel-box .guvenli {
    margin-right: 10px;
  }

  header .main-menu {
    position: fixed;
    right: 0;
    z-index: 9;
    width: 100%;
    top: 0;
    background: #fff;
    height: 100%;
    padding-top: 50px;
    overflow: auto;
    display: none;
  }

  header .main-menu.active {
    display: block;
  }

  header .main-menu ul {
    flex-direction: column;
  }

  header .main-menu ul li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ddd;
    line-height: 45px;
  }

  header .main-menu ul li a {
    color: #fff;
    display: block;
  }

  header .main-menu > ul > li > ul {
    display: none;
    list-style: none;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 -15px;
    min-width: 200px;
    padding: 20px;
    background: #2f4468;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    transition: none;
    box-shadow: none;
  }

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

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

  header .user-area {
    float: right;
    margin-right: 10px;
    position: relative;
  }

  .openMenu {
    margin-left: auto;
    margin-top: -5px;
    background: #f02137;
    color: #fff;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: -5px;
    border: 0;
  }

  .closeMenu {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #f02137;
    color: #fff;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: -5px;
    border: 0;
  }

  header .megamenu {
    position: relative;
    display: none;
  }

  header .megamenu.active {
    display: block;
  }
}

.dahil ul,
.dahildegil ul {
  list-style: none;
  padding: 0;
}

.dahil ul li:before {
  display: inline-block;
  color: green;
  margin-right: 5px;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.dahildegil ul li:before {
  display: inline-block;
  color: red;
  margin-right: 5px;
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.hncText {
  position: relative;
  max-height: 180px;
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.hncText: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
  );
}

.hncText:after {
  position: absolute;
  left: 0;
  bottom: 10px;
  color: #60b9ff;
  z-index: 9;
  cursor: pointer;
  font-weight: normal;
}

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

.hncText.active:before {
  display: none;
}

.otelmusaitdegil {
  display: inline-block;
  width: auto;
  background: aliceblue;
  padding: 4px 8px;
  border: 1px solid #003d72;
  border-radius: 4px;
  margin-top: 2px;
  font-size: 11px;
}

/*Login v1.00 +*/

.md-kap {
  width: 770px !important;
  max-width: 770px !important;
}

.mc-kap {
  background-color: transparent !important;
  border: none !important;
}

.mb-kap {
  padding: 0 !important;
}

.btnPrva {
  width: 100%;
  border-radius: 0 !important;
}

.login-container h1 {
  font-weight: bold;
  margin: 0;
}

.login-container h2 {
  text-align: center;
}

.login-container p {
  font-size: 14px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin: 20px 0 30px;
}

.login-container span {
  font-size: 12px;
}

.login-container a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  margin: 15px 0;
}

.login-container button {
  border-radius: 20px;
  cursor: pointer;
  border: 1px solid #ff4b2b;
  background-color: #ff4b2b;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}

.login-container button:active {
  transform: scale(0.95);
}

.login-container button:focus {
  outline: none;
}

.login-container button.ghost {
  background-color: transparent;
  border-color: #ffffff;
}

.login-container form {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 50px;
  height: 100%;
  text-align: center;
}

.login-container input {
  background-color: #fff;
  border: none;
  outline: none;
  border-bottom: 1px solid #cfcfcf;
  padding: 12px 0px;
  margin: 8px 0;
  width: 100%;
}

.login-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: relative;
  overflow: hidden;
  width: 768px;
  max-width: 100%;
  min-height: 480px;
}

.form-container {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

.sign-in-container {
  left: 0;
  width: 50%;
  z-index: 2;
}

.login-container.right-panel-active .sign-in-container {
  transform: translateX(100%);
}

.sign-up-container {
  left: 0;
  width: 50%;
  opacity: 0;
  z-index: 1;
}

.login-container.right-panel-active .sign-up-container {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
  animation: show 0.6s;
}

@keyframes show {
  0%,
  49.99% {
    opacity: 0;

    z-index: 1;
  }

  50%,
  100% {
    opacity: 1;

    z-index: 5;
  }
}

.overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
}

.login-container.right-panel-active .overlay-container {
  transform: translateX(-100%);
}

.overlay {
  background: #ff416c;
  background: -webkit-linear-gradient(to right, #ff4b2b, #ff416c);
  background: linear-gradient(to right, #ff4b2b, #ff416c);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: #ffffff;
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

.login-container.right-panel-active .overlay {
  transform: translateX(50%);
}

.overlay-panel {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  text-align: center;
  top: 0;
  height: 100%;
  width: 50%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

.overlay-left {
  transform: translateX(-20%);
}

.login-container.right-panel-active .overlay-left {
  transform: translateX(0);
}

.overlay-right {
  right: 0;
  transform: translateX(0);
}

.login-container.right-panel-active .overlay-right {
  transform: translateX(20%);
}

.social-container {
  margin: 20px 0;
}

.social-container a {
  border: 1px solid #dddddd;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  height: 40px;
  width: 40px;
}

.login-form label {
  font-size: 12px !important;
  color: #ff454e !important;
}

.login-form .benihatirla {
  width: 100% !important;
  text-align: left !important;
  color: #565656 !important;
  font-weight: 600;
}

.login-form .benihatirla input {
  width: 20px !important;
}

.login-form .login-errors {
  padding: 8px !important;
  position: relative !important;
  top: 14px !important;
}

.login-container .register-form input {
  margin: 2px 0 !important;
}

.login-container .register-form a {
  font-size: 12px !important;
}

.login-container .register-form label {
  width: 100%;
  position: relative;
  top: -3px;
  text-align: left;
  font-size: 0px !important;
  color: #ff454e !important;
}

.login-container .register-form label::after {
  content: "";

  position: absolute;

  left: 0;

  bottom: -2px;

  width: 100%;

  height: 1px;

  background-color: #b73333;

  animation: alt-cizgi 2s linear infinite;
}

@keyframes alt-cizgi {
  0% {
    background-color: #fff;
  }

  50% {
    background-color: #e03131;
  }

  100% {
    background-color: #fff;
  }
}

.mobilHeader,
.mobi-menu {
  display: none;
}

@media screen and (min-width: 992px) and (max-width: 5000px) {
  .md-kap {
    margin: 7.75rem auto !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  /* mobil header */

  .headerTop {
    display: none !important;
  }

  .mobilHeader {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .mobi-logo {
    margin-right: auto;
    margin-left: 18px;
  }

  .mobi-logo a {
  }

  .mobi-logo a img {
    height: 33px;
  }

  .mobi-menu-icon {
    font-size: 24px;
    cursor: pointer;
    color: #aaa;
    position: relative;
    z-index: 999;
  }

  .mobi-icons {
    display: flex;
    align-items: center;
    position: relative;
  }

  .mobi-icons i {
    margin-left: 10px;
    font-size: 20px;
    padding: 6px 8px;
    border: 1px solid #f3f3f3;
    box-shadow: 0 0 5px #e5e5e5;
    border-radius: 8px;
    cursor: pointer;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #bd0008, #e81821);
  }

  /* mobil menu */

  .mobi-menu {
    display: block;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 99999;
  }

  .mobi-menu.show {
    transform: translateX(0);
  }

  .mobi-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
  }

  .mobi-menu-header .mobi-menu-logo {
    margin-left: 18px;
    margin-right: auto;
  }

  .mobi-menu-header .mobi-menu-logo img {
    height: 34px;
  }

  .mobi-menu-close {
    font-size: 24px;
    cursor: pointer;
    color: #aaa;
  }

  /* .mobi-menu-links {
    padding: 20px;
  } */

  .mobi-menu-links a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: #494949;
    transition: all 0.4s;
  }

  .mobi-menu-links a:hover {
    text-decoration: none;
    /* border-bottom: 1px solid #8f8f8f; */
    transition: all 0.4s;
    color: #f02137;
  }

  .mobi-menu-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mobi-menu-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-top: 1px solid #eee;
  }

  .mobi-menu-currency {
    font-weight: bold;
  }

  .mobi-menu-language {
    font-weight: bold;
  }

  .mobi-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    display: none;
  }

  /* mobil menu icon */

  .mobi-menu-icon.active i:before {
    content: "\f00d";
  }

  .mobi-menu-icon.active {
    color: #aaa;
  }

  /*mobi menu*/

  .menu-container {
    position: fixed;
    z-index: 999;
    right: 2rem;
    width: 230px;
    background: linear-gradient(7deg, #cf2200, #ff5700);
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
  }

  .menu-container:before {
    content: "";
    position: absolute;
    bottom: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #ff5700 transparent;
    z-index: 9999;
  }

  .phone-menu,
  .user-menu {
    position: relative;
  }

  .phone-menu:hover .menu-container {
    display: block;
  }

  .user-menu:hover .menu-container {
    display: block;
  }

  .phone-menu:hover .menu-container:before {
    right: calc(27% - 5px);
  }

  .user-menu:hover .menu-container:before {
    right: calc(8% - 5px);
  }

  .menu-container ul {
    list-style: none;
    margin: 0;
    padding: 10px;
  }

  .menu-container ul li {
    margin-bottom: 5px;
  }

  .menu-container ul li a {
    display: block;
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    padding: 10px 8px;
    border-radius: 5px;
    transition: all 0.4s;
  }

  .menu-container ul li a i {
    margin-left: 0;
    margin-right: 4px;
    border: none;
    box-shadow: none;
    padding: 0;
  }

  .menu-container ul li a:hover {
    color: #ffffff;
    background-color: #000000;
    transition: all 0.4s;
  }

  /*mobil menu currency and lang*/

  .mobi-menu-footer .lang,
  .mobi-menu-footer .currency {
    float: right;
    margin-right: 30px;
    position: relative;
  }

  .mobi-menu-footer .lang img {
    height: 14px;
  }

  .mobi-menu-footer .lang ul,
  .mobi-menu-footer .currency ul {
    display: none;
    background: #fff;
    position: absolute;
    width: 155px;
    left: 0;
    margin-left: -10px;
    margin-top: 0px;
    padding: 15px;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 65%);
    transition: ease-in-out all 450ms;
    z-index: 999;
    border-radius: 5px;
  }

  .mobi-menu-footer .lang:hover ul,
  .mobi-menu-footer .lang ul.active,
  .mobi-menu-footer .currency:hover ul,
  .mobi-menu-footer .currency ul.active {
    display: block;
  }

  .mobi-menu-footer .lang ul li,
  .mobi-menu-footer .currency ul li {
    color: #000;
    background: transparent;
    line-height: normal;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    float: left;
  }

  .mobi-menu-footer .lang ul li a,
  .mobi-menu-footer .currency ul li a {
    color: #000 !important;
    background: transparent;
    margin: 0;
    float: left;
    width: 100%;
    text-align: left;
    line-height: 24px;
    font-size: 13px;
  }

  .mobi-menu-footer .lang ul li img,
  .mobi-menu-footer .currency ul li img {
    width: 22px;
    margin-right: 5px;
  }

  /*flight +*/

  .gzc-radio input[type="radio"] {
    visibility: hidden;
  }

  .gzc-radio input[type="radio"]:checked + label {
    background-color: red;
  }

  #loginModal {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #loginModal .modal-dialog {
    margin: 7rem auto !important;
    padding: 0;
  }

  .md-kap,
  .login-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .md-kap {
    margin-top: 7.75rem;
  }

  .sign-up-container,
  .sign-in-container {
    width: 100%;
  }

  .overlay-container {
    display: none !important;
  }

  .login-container.right-panel-active .sign-up-container {
    transform: translateX(0) !important;
  }

  .search {
    height: auto !important;
    min-height: 400px !important;
    padding-bottom: 30px;
  }

  .search .inner {
    position: relative !important;
  }
}

/*Login v1.00 +*/

@keyframes yanson {
  50% {
    color: #fff;
    background: #f02137;
  }
}
a.tel-css {
  margin-right: 5px;
  margin-left: 5px;
}

@media (max-width: 768px) {
  .otel-etkinlik {
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: inherit;
  }

  .otel-etkinlik li {
    width: calc(100% / 4);
  }

  .otel-etkinlik li img {
    width: 100%;
  }
}

.oteldetay-etkinlik {
  display: flex;
  margin-bottom: 15px;
}

.oteldetay-etkinlik .resim {
  width: 30%;
}

.oteldetay-etkinlik .resim img {
  /* max-width: 100%; */
  /* height: auto; */
  width: 152px;
  height: 145px;
  object-fit: cover;
}
.oteldetay-etkinlik .detay {
  width: 70%;
  padding: 0 10px;
}
.tour-content-box {
  float: left;
  width: 100%;
  padding: 20px 20px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  line-height: 1.4rem;
}
.tour-content-box .title {
  margin: 0 0 25px 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.tour-content-box .title h3 {
  margin: 0;
  font-weight: 700;
  color: #f02137;
}
div#otel-etkinlik {
  margin: 15px auto;
}
.faq:has(> .etkinlik-box:empty) {
  display: none !important;
}
.otel-etkinlik {
  display: block;
  padding: 0px 15px;
  flex-wrap: wrap;
  margin-top: 5px;
  justify-content: flex-start;
  width: 100% !important;
}
.otel-etkinlik li span {
  font-size: 0.7rem;
  font-weight: bold;
  padding: 8px 0px;
}
.otel-etkinlik li img {
  max-height: 150px;
  width: auto;
  object-fit: cover;
  max-width: 100%;
}
.otel-etkinlik li span.tarih {
  font-size: 0.7rem;
  font-weight: bold;
  background: #eee;
  padding: 4px 0px;
  display: block;
  width: 100%;
}
.otel-etkinlik li {
  width: calc(100% / 6 - 6px);
  border: 1px solid #d7d7d7;
  padding: 0px;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 4px;
  margin: 0 3px;
}
.one-cikan-ozellik-aciklama.hover:has(> .onecikan-wrap ul:empty) {
  display: none !important;
}
.input-wrap-ico i {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0px;
  font-size: 21px;
  color: #394c59;
}

.input-wrap-ico {
  position: relative;
  display: block;
}

.collapseBaslik.EkMetinAlani {
  background: #fff;
  color: #f02137;
  border: 1px solid;
}
.collapseBaslik {
  padding: 10px;
  text-align: left;
  display: block;
  background: #f02137;
  color: #fff;
  border-radius: 8px;
  margin: 10px auto;
}
span.active {
  color: #797979 !important;
  font-size: 11px;
  margin-left: 5px;
}
a.normallink {
  color: #f02137;
}
span.aramaaciklama {
  font-weight: normal;
  line-height: 24px;
}

@media (min-width: 769px) {
    .main-banner {
        height: 320px;
        overflow: hidden;
    }
}
.gemifoto {
    list-style: none;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-column-gap: 20px;
}

.gemifoto li {
    float: left;
}



footer ul.social li.faceb a {
  background-color: #3b5998;
}
footer ul.social li.tx a {
  background-color: #1da1f2;
}
footer ul.social li.ins a {
  background-color: #c32aa3;
}
footer ul.social li.ytb a {
  background-color: #ff0000;
}
footer ul.social li.blog a {
  background-color: #ff9800;
}



footer .phone {
  display: block;
  border-radius: 8px;
  padding: 3px 7px 3px 40px;
  color: #56585A;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

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

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

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

footer .phone.wp {
  background-image: url(/site/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: #f02137;
}

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;
}
.mt-10 {
  margin-top: 10px;
}
.destek-btn:hover {
  background: #f0213717;
  border-radius: 8px;
  transition: .2s all;
}
.newprice:empty {
  display: none !important;
}



.oldprice:empty {
  display: none;
}
.hotel-box:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


.wrap a {
  color: #fff;
  border: 3px solid #f02137;
  background-image: -webkit-linear-gradient(30deg, #f02137 50%, transparent 50%);
  background-image: linear-gradient(30deg, #f02137 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.wrap a:hover {
  background-position: 100%;
  color: #f02137;
}


.hotelTab .otelKutu .cont .detailBtn {
  color: #f02137;
  border: 3px solid #3e505d;
  background-image: -webkit-linear-gradient(30deg, #3e505d 50%, transparent 50%);
  background-image: linear-gradient(30deg, #3e505d50, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.hotelTab .otelKutu .cont .detailBtn:hover {
  background-position: 100%;
  color: #f02137;
}

.etbis-box {
  margin-top: 15px;
}
.gezilecekyerler {
  font-weight: bold;
}

.duyuru {
  font-weight: bold;
}

.taksitbilgi {
  font-weight: bold;
}
.content img {
  max-width: 100% !important;
  height: auto !important;
}

.mobilHeader.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: top 3s ease-in-out; /* GeÃ§iÅŸ efekti */

}
.mobilHeader {
  position: relative; /* Ã–nceki pozisyonu */
  transition: top 3s ease-in-out; /* GeÃ§iÅŸ efekti */
}
.menuBox .cont {
  position: absolute;
  bottom: 0;
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  bottom: 0;
  left: 0;
  padding: 9px 30px 0px 10px;
  background: #f02137c9;
  border-radius: 0px 25px 0px 8px;
}

.menuBox {
  position: relative;
}
div#oteltabs {
  background-color: #f6f5f8;
  padding: 50px;
  border-radius:15px;
}
.kontenjan {
  position: absolute;
  right: -25px;
  width: 105px;
  z-index: 1;
  top: 18px;
  text-align: center;
  transform: rotate(45deg);
  background: #000;
  color: #fff;
  font-size: 1rem;
  padding: 2px 0px;
  font-weight: normal;
}
.kontenjan.red {
  background: #f02137 !important;
}
.kontenjan.light-red {
  background: #f02137 !important;
}
.kontenjan.orange {
  background: #f02137 !important;
}
.kontenjan.green {
  background: #f02137 !important;
}

.mobi-menu-links > ul > li  ul {display: none;}
.mobi-menu-links > ul > li  ul.active {display: block;}
.mobi-menu-links ul li {
  padding: 0 15px;
}


.mobi-menu-links i {
  position: absolute;
  right: 0;
}

.mobi-menu-links a {
  position: relative;
}
li.secenek {
  padding-right: unset !important;
}



.mobi-menu-links ul > li > ul > li {
  padding-left: unset;
}

.mobi-menu-links ul > li > ul > li > a {
  padding-left: 15px;
}

.mobi-menu-links ul li ul ul {padding-left: 15px;}

.mobi-menu-links > ul > li {
  border-bottom: 1px solid #bebebe;
}


.category-landing {
  position: relative;
  width: 100%;
  padding: 20px 0px;
}

.category-landing .title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  margin: 0px 0px 15px;
}

.category-landing .landing-menu {
  margin: 0 -10px;
}

.category-landing .landing-menu .list {
  display: inline-block;
  width: calc(100% / 6);
}

.category-landing .landing-menu .list a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 10px;
}

.category-landing .landing-menu .list a figure {
  width: 100%;
  position: relative;
  text-align: left;
  z-index: 0;
  height: 150px;
  overflow: hidden;
  border-radius: 5px;
}

.category-landing .landing-menu .list a figure:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-180deg, rgba(238,238,238,0) 0%, rgba(43,55,77,0.4) 51%, rgba(43,55,77,0.8) 100%);
  opacity: 1;
  border-radius: 5px;
  transition: all 250ms ease-in-out;
  z-index: 3;
}

.category-landing .landing-menu .list a figure figcaption {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 10px;
  padding: 0 15px;
  font-size: 16px;
  font-size: 16px;
  line-height: 22px;
  color: white;
  z-index: 5;
  transition: all 150ms ease-in-out;
  font-weight: bold;
}

.category-landing .landing-menu .list a figure img {
  width: 100%;
  height: auto;
  min-height: 150px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  transition: all 500ms ease-in-out;
}

.category-landing .landing-menu .list a figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: all 500ms ease-in-out;
  border-radius: 5px;
  -webkit-transition-timing-function: ease;
}


.landing-cont-wrap {
  position: relative;
  width: 100%;
}
.landing-cont {
  background-color: #ffffff;
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 6%);
  padding: 20px;
  text-align: left;
  font-size: 0.8rem;
  border-radius: 6px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.landing-cont.menu .menu-title {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #394c59;
  margin: 0px 0px 10px;
}
.landing-cont.menu ul li {
  display: inline-block;
  width: calc(100% / 4);
}
.landing-cont.menu ul li a {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  color: #666;
  transition: all 150ms ease-in-out;
  margin-top: 5px;
  text-decoration: none;
}
.landing-cont.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.landing-cont.menu ul li a:hover {
  color: #f02137;
  padding-left: 5px;
}
.kampanyadetay {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom:1px solid #e1e2e3;
}
.kampanyadetay .baslik {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	color: red;
	margin-bottom: 5px;
}
.hotel-box .cont h3 a {
  color: black;
  text-decoration: none;
}

.otel_info .info p span {
  font-size: 14px !important;
}
.otel_info .info p strong{
  font-size: 14px !important;
}
a.sizi-arayalim.odaTalepEtBaslikSiziArayalim {
  background: #cc921f;
  padding: 5px;
  border-radius: 3px;
  color: white;
}

.odaTalepEtButon {
  text-align: center;
}

@media (min-width: 992px) {
  .col-md-2.col-xs-12.full.cols span.input-wrap-ico.users-icon {
    width: 180px;
}
}

.favori-icon {z-index: 0;position: absolute;bottom: 5px;left: 10px;cursor: pointer;background: #fff;border-radius: 100%;width: 25px;height: 25px;text-align: center;line-height: 30px;}
.tour-masonary-wrapper {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 0 30px;
}
.tour-masonary-wrapper .left-cover {
  padding: 0 5px 0 0;
  max-height: 542px;
  overflow: hidden;
}
.tour-masonary-wrapper .left-cover img {
  object-fit: fill;
  width: 100%;
  height: auto;
}
.mobiltumresimler {
  position: absolute;
  bottom: 50px;
  right: 10px;
}
@media (min-width: 1200px) {
  .hidden-lg {
      display: none !important;
  }
}
.mobiltumresimler .open-photo-modal-carousel {
  background: #00000085;
  padding: 5px 10px;
  color: #fff;
  font-size: .8rem;
  border-radius: 4px;
}
.favori-icon.relative {
  position: relative;
  bottom: 0;
  display: inline-block !important;
  width: auto !important;
}
.tour-masonary-wrapper .right-cover {
  padding: 0 0 0 5px;
  max-height: 542px;
  overflow: hidden;
}
.tour-masonary-wrapper .right-cover .prb-5 {
  padding-right: 5px;
  padding-bottom: 10px;
}
.tour-masonary-wrapper .right-cover .half-height img {
  max-height: 238px;
}
.tour-masonary-wrapper .right-cover img {
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.tour-masonary-wrapper .right-cover .plb-5 {
  padding-left: 5px;
  padding-bottom: 5px;
}
.all-images .open-photo-modal-carousel {
  position: absolute;
  background: rgb(18 5 41 / 61%);
  color: #fff;
  font-size: .9rem;
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-direction: column;
  text-decoration: none;
  padding-bottom: 30px;
}
.all-images {
  position: relative;
  overflow: hidden;
}
.tour-masonary-wrapper .right-cover .quater-height img {
  max-height: 126px;
  object-fit: cover;
}
.all-images img {
  object-fit: cover !important;
}
table.MsoTableGrid {
  width: 100%;
}
