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

body,

html,

h1,

.h1,

h2,

.h2,

h3,

.h3,

h4,

.h4,

h5,

.h5,

h6,

.h6,

.btn,

label {

  font-family: "Poppins", sans-serif;

}

.detail-header h1,

.fullwidth-horizon-sticky-section h1 {

  font-size: 24px;

}

.detail-header h2,

.fullwidth-horizon-sticky-section h2 {

  font-size: 21px;

}

.detail-header h3,

.fullwidth-horizon-sticky-section h3 {

  font-size: 20px;

}

.detail-header h4,

.fullwidth-horizon-sticky-section h4 {

  font-size: 29px;

}

.detail-header h5,

.fullwidth-horizon-sticky-section h5 {

  font-size: 18px;

}

.detail-header h6,

.fullwidth-horizon-sticky-section h6 {

  font-size: 17px;

}



@media (max-width: 768px) {

  #dynamicHotels .tour-grid-item-01 .indirimorancssana {

    left: 15px;

    top: 15px;

  }

  .main-footer .row.gap-50 {

    margin-left: -15px;

    margin-right: -15px;

  }



  .fullwidth-horizon-sticky.none-sticky-hide,

  .fullwidth-horizon-sticky.none-sticky-hide.fixed {

    display: none !important;

  }

}



.header-main .main-logo {

  width: 125px;

  padding: 0;

}

.mainSlider {position: relative;float: left;top: 15px;width: 100%;}

.mainSlider .slick-prev {

  left: 0;

  background: black;

  z-index: 9;

  width: 50px;

  height: 50px;

  color: #fff;

}

.mainSlider .slick-next {

  right: 0;

  background: black;

  z-index: 9;

  width: 50px;

  height: 50px;

  color: #fff;

}

@media (max-width: 768px) {

  .mainSlider .slick-prev,

  .mainSlider .slick-next {

    display: none !important;

  }

}

.mainSlider .slick-prev:before,

.mainSlider .slick-next:before {

  font-size: 27px;

  opacity: 0.7;

}



@media (max-width: 768px) {

  .mainSlider .slick-slide img {

    min-height: auto;

    height: auto;

    border-radius: 10px;

  }

  .hero-banner-01 {

    padding-top: 180px;

    padding-bottom: 30px;

  }

  .hero-banner-01 .search-form-main {

    margin-top: 3px;

    max-width: 100%;

  }

}

.hero-inner .menu-horizontal-02 ul li {

  display: inline-block;

  margin: 0 1px;

}

.hero-inner .menu-horizontal-02 ul li a {display: block;color: inherit;background-color: #ffffff80;border: 2px solid #666666;line-height: 1;margin-right: 0;width: 100%;}

.hero-inner .menu-horizontal-02 ul li a.active,

.hero-inner .menu-horizontal-02 ul li.active a,

.hero-inner .menu-horizontal-02 ul li a:hover {

  color: #eb1c24;

  border-color: #eb1c24;

}

.booking-box.sideBox .row {/* overflow: auto !important; */margin: 10px 5px 0px 5px;/* max-height: 120px; */}

@media (min-width: 992px) {

  .hero-banner-01 .search-form-main {

    max-width: 100%;

  }
  .footer-wrapper .footer-logo img {
    width: 174px;
    height: 134px;
    float: right;
}

}

@media (min-width: 576px) {

  .hero-banner-01 .search-form-main {

    margin-top: 0px;

  }

}

.reklam img {

  max-width: 100%;

  margin-bottom: 20px;

}

.equal-height .otellistebolgeler {

  display: none;

}

.pagination > li > a,

.pagination > li > span {

  width: auto;

}



.popuelerbolgeler .row.mb-20 ul li > [class*="col"] {

  padding-bottom: 20px;

}



.popuelerbolgeler .row.gap-2 ul li > [class*="col"] {

  padding-left: 1px;

  padding-right: 1px;

  padding-bottom: 2px;

}

.popuelerbolgeler .row.cols-1 > ul li {

  -webkit-flex-basis: 100%;

  -ms-flex-preferred-size: 100%;

  flex-basis: 100%;

  max-width: 100%;

  float: left;

  width: 100%;

}

@media (min-width: 576px) {

  .popuelerbolgeler .row.cols-sm-2 > ul li {

    -webkit-flex-basis: 50%;

    -ms-flex-preferred-size: 50%;

    flex-basis: 50%;

    max-width: 50%;

    float: left;

  }

}

@media (min-width: 992px) {

  .popuelerbolgeler .row.cols-lg-4 ul li {

    -webkit-flex-basis: 25%;

    -ms-flex-preferred-size: 25%;

    flex-basis: 25%;

    max-width: 25%;

    float: left;

  }

}



/*Tur list*/

.listroBox {

  background-color: #fff;

  position: relative;

  border-radius: 3px;

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

  margin-left: 0;

  margin-right: 0;

}

.listroBox figure {

  margin: 8px 0;

  overflow: hidden;

  position: relative;

  height: 200px;

  -webkit-border-radius: 3px 3px 0 0;

  -moz-border-radius: 3px 3px 0 0;

  -ms-border-radius: 3px 3px 0 0;

  border-radius: 3px 3px 0 0;

}

.listroBox a.wishlist_bt {

  position: absolute;

  right: 15px;

  top: 15px;

  z-index: 1;

  background-color: #000;

  background-color: rgba(0, 0, 0, 0.6);

  padding: 9px 10px;

  display: inline-block;

  color: #fff;

  line-height: 1;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -ms-border-radius: 3px;

  border-radius: 3px;

}

.listroBox a.wishlist_bt:after {

  font-family: "Font Awesome 5 Free";

  content: "\f004";

  -moz-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  transition: all 0.5s ease;

}

.listroBox figure a img {

  position: absolute;

  left: 50%;

  top: 50%;

  -webkit-transform: translate(-50%, -50%) scale(1);

  -moz-transform: translate(-50%, -50%) scale(1);

  -ms-transform: translate(-50%, -50%) scale(1);

  -o-transform: translate(-50%, -50%) scale(1);

  transform: translate(-50%, -50%) scale(1);

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  width: 100%;

  transition: all 0.3s ease-in-out;

}

.listroBox figure a img,

.listroBox.list_view figure a img {

  -moz-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  -webkit-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

}

.listroBox figure .read_more {

  position: absolute;

  top: 50%;

  left: 0;

  margin-top: -12px;

  -webkit-transform: translateY(10px);

  -moz-transform: translateY(10px);

  -ms-transform: translateY(10px);

  -o-transform: translateY(10px);

  transform: translateY(10px);

  text-align: center;

  opacity: 0;

  visibility: hidden;

  width: 100%;

  -webkit-transition: all 0.6s;

  transition: all 0.6s;

  z-index: 2;

}

.listroBox figure .read_more a {

  background-color: #eb1c24;

  background-color: #eb1c24;

  -webkit-border-radius: 20px;

  -moz-border-radius: 20px;

  -ms-border-radius: 20px;

  border-radius: 10px;

  display: inline-block;

  color: #fff;

  font-size: 14px;

  padding: 8px 25px;

  text-transform: uppercase;

}

.listroBox figure small {

  position: absolute;

  background-color: #000;

  background-color: rgba(0, 0, 0, 0.6);

  left: 20px;

  top: 22px;

  text-transform: uppercase;

  color: #fff;

  font-weight: 600;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -ms-border-radius: 3px;

  border-radius: 3px;

  padding: 7px 10px 4px;

  line-height: 1;

  font-size: 10px;

}

.listroBox .listroBoxmain {

  padding: 20px 25px 15px;

}

.listroBox .listroBoxmain h3 {

  font-size: 17px;

  margin: 0 0 8px 0;

}

.listroBox .listroBoxmain p {

  margin-bottom: 15px;

  font-size: 14px;

  line-height: 26px;

}

a.address {

  display: inline-block;

  font-weight: 500;

  color: #999;

  line-height: 1;

}

a.address:before {

  font-family: "Font Awesome 5 Free";

  content: "\f14e";

  margin-right: 5px;

  display: inline-block;

}

.listroBox ul {

  padding: 13px 15px 4px 19px;

  border-top: 1px solid #ededed;

}

.listroBox ul li:first-child {

  font-size: 13px;

  font-size: 0.8125rem;

  margin-top: -4px;

}

.listroBox ul li {

  display: inline-block;

  margin-right: 15px;

}

.Ropen {

  color: #32a067;

  border: 1px solid #32a067;

}

.Rclosed {

  color: #eb1c24;

  border: 1px solid #eb1c24;

}

.listroBox a.wishlist_bt:hover {

  background: #eb1c24;

}

.Rclosed,

.Ropen {

  position: relative;

  top: -2px;

  font-size: 11px;

  font-size: 0.6875rem;

  font-weight: 600;

  padding: 6px 8px;

  line-height: 1;

  border-radius: 3px;

}

.listroBox ul li .R_retings {

  margin-top: -26px;

}

.R_retings span {

  display: inline-block;

  position: relative;

  top: 7px;

  margin-right: 8px;

  font-size: 12px;

  font-size: 0.75rem;

  text-align: right;

  line-height: 16px;

  font-weight: bold;

}

.R_retings a {

  background-color: #eb1c24;

  color: #fff;

  line-height: 1;

  -webkit-border-radius: 5px 5px 5px 5px;

  -moz-border-radius: 5px 5px 5px 5px;

  -ms-border-radius: 5px 5px 5px 5px;

  border-radius: 5px 5px 5px 5px;

  padding: 5px 12px;

  display: inline-block;

}

.R_retings span em {

  display: block;

  font-weight: 400;

  font-size: 11px;

  font-size: 0.6875rem;

}

.listroBox figure a:hover img {

  transform: translate(-50%, -50%) scale(1.1);

}

.listroBox ul li:last-child {

  margin: 25px 0 0 0;

  float: right;

}

.listroBox figure:hover .read_more {

  opacity: 1;

  visibility: visible;

  -webkit-transform: translateY(0);

  -moz-transform: translateY(0);

  -ms-transform: translateY(0);

  -o-transform: translateY(0);

  transform: translateY(0);

}

.listroBox {

  transition: 0.4s;

  transform: scale(1);

}

.listroBox:hover {

  transform: translateY(-6px);

}

@media (max-width: 580px) {

  .sidebar-wrapper.pv {

    width: 100%;

  }

}

/*Tur detay*/

.dahil ul,

.dahildegil ul {

  list-style: none;

  padding: 0;

}

.dahil ul li:before {

  color: green;

  margin-right: 5px;

  content: "\f00c";

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  -webkit-font-smoothing: antialiased;

  display: inline-block;

  font-style: normal;

  font-variant: normal;

  text-rendering: auto;

  line-height: 1;

}

.dahildegil ul li:before {

  color: red;

  margin-right: 5px;

  content: "\f00d";

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  -webkit-font-smoothing: antialiased;

  display: inline-block;

  font-style: normal;

  font-variant: normal;

  text-rendering: auto;

  line-height: 1;

}



.booking-box .box-content {

  padding: 20px;

}

.booking-box .box-content * {

  line-height: normal !important;

}

.line3 {

  background: #e8e8e8;

  height: 1px;

  margin: 0px 0 0px 0;

  padding: 0;

  display: block;

}

.hpadding20 {

  padding: 0px 20px 0px 20px;

}

.margtop20 {

  margin-top: 20px !important;

}

.bordertype1 {

  border-bottom: 1px solid #e7e7e7;

  text-align: center;

  color: #999;

  padding: 10px;

}

.bordertype2 {

  border-bottom: 1px solid #e7e7e7;

  text-align: center;

  color: #999;

  padding: 10px;

}

.bordertype3 {

  border-bottom: 1px solid #e7e7e7;

  text-align: center;

  color: #999;

  padding: 10px;

}

.grey2 {

  color: #666;

}

.blue2{

  color: #58595b;

}

.size30 {

  font-size: 30px;

}

.green2 {

  color: #339933;

}

.lh1 {

  line-height: 7px !important;

}

a.grey {

  color: #999;

  font-weight: normal;

}

a:link.add2fav {

  text-decoration: none;

  color: #7c8c94;

}

.margtop5 {

  margin-top: 5px !important;

}

a:visited.booknow {

  text-decoration: none;

  color: #fff;

}

a:link.booknow {

  text-decoration: none;

  color: #fff;

}

.booknow {height: 44px;padding: 7px 10px 10px 10px;text-align: center;font-size: 12px;font-weight: 700;border: 1px solid #359AFF;background: #359AFF;text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;line-height: 2.4;}

.booknow:hover {

  background: #ff7b00;

  border-color: #ff7b00;

  transition: ease-in-out all 400ms;

}



.priceCalc {

  padding: 10px;

  background: #f2f2f2;

  border: 1px solid #e5e5e5;

}

#turrezalan1 table {

  border-radius: 5px;

}

.rezalan1satir:nth-child(odd),

#turrezalan1 tr:nth-child(odd) {

  background: #eaeaea;

}

.rezalan1satir:nth-child(even),

#turrezalan1 tr:nth-child(even) {

  background: #f5f5f5;

}

#turrezalan1 td {

  padding: 7px 2px;

}

.rezalan1satir .onlinerezlink,

#turrezalan1 table .nlink {

  background: #4caf50;

  color: #fff;

  padding: 4px 15px;

  border-radius: 7px;

}

.rezalan1baslik {

  background: #eb1c24 !important;

  color: #fff;

}

#turrezalan1 .hatamesaji {

  border: 1px solid #f44336;

  padding: 5px 15px;

  background: #ffe4e2;

  color: #000;

  font-weight: bold;

  text-align: center;

}

.otelfiyatsablon {

  background: #efefef;

  position: relative;

  margin: 0px;

  padding: 10px;

}

.otelfiyatsablon:nth-of-type(odd) {

  background-color: #f9f9f9;

}

.otelfiyatsablon:first-child {

  margin-top: 10px;

}

.otelfiyatsablon .info .oda {

  color: #63285a;

  font-weight: bold;

  font-size: 17px;

}

.otelfiyatsablon .info .pansiyon {

  color: #2196f3;

  font-weight: bold;

}

.otelfiyatsablon .buy .fiyat {

  color: #4caf50;

  font-size: 20px;

  font-weight: bold;

  margin-top: 13px;

}

.otelfiyatsablon .buy .fiyat {

  color: #000;

  font-size: 20px;

  font-weight: bold;

  margin-top: 13px;

}

.otelfiyatsablon .satinal a {

  display: block;

  width: 100%;

  padding: 10px;

  background: #1dc1f8;

  font-weight: bold;

  color: #fff;

  margin-top: 2px;

}

#fiyatlar .itinerary-list td,

#fiyatlar .itinerary-list th {

  border: 1px solid #ddd;

  padding: 5px;

  font-size: 11px;

}



#fiyatlar .itinerary-list tr:nth-child(even) {

  background-color: #f2f2f2;

}



#fiyatlar .itinerary-list tr:hover {

  background-color: #ddd;

}



#fiyatlar .itinerary-list .turfiyatbaslik {

  padding-top: 12px;

  padding-bottom: 12px;

  text-align: center;

  background-color: #58595b;

  color: white;

  font-size: 12px;

}



#fiyatlar .itinerary-list .ui-accordion .ui-accordion-content {

  padding: 0;

}

#taksitalan {

  width: 100% !important;

  height: 115px !important;

  max-height: 200px !important;

}

.ui-widget.ui-widget-content {

  max-width: 100%;

}

#taksitalan td,

#taksitalan th {

  border: 1px solid #ddd;

  padding: 8px;

}

#taksitalan .taksittablobaslik {

  font-size: 28px;

  padding: 10px 10px 0px;

  margin-bottom: 0px;

}



#taksitdiv .taksit_tablosu .taksit_baslik .sol img {

  height: 50px;

  width: auto;

}



@media (max-width: 768px) {

  #fiyatlar .itinerary-list {

    overflow: auto;

  }

  #fiyatlar .itinerary-list > table {

    width: 800px;

  }

}



#taksitalan tr:nth-child(even) {

  background-color: #f2f2f2;

}



#taksitalan tr:hover {

  background-color: #ddd;

}

.gemifoto {

  margin: 0;

  padding: 0;

  list-style: none;

  text-align: center;

}

.gemifoto li {

  display: inline-block;

  width: 25%;

}

.gemifoto li img {

  max-width: 100%;

  height: auto;

}



/*Rezervasyon SayfasÃƒâ€žÃ‚Â±*/

.reservation .title {

  font-size: 36px;

  font-family: "Poppins", sans-serif;

  margin-bottom: 12px;

  text-align: center;

}

.reservation .left-block {

  width: 67%;

  padding: 15px;

}

.reservation .right-block {

  width: 33%;

  padding: 15px;

}



.reservation .left-block .block-box {

  background: #efefef;

  border-radius: 10px;

  margin-bottom: 20px;

  padding: 10px;

}

.step-line {

  margin-bottom: 10px;

}

.step-line .title {

  font-size: 17px;

  float: left;

  font-weight: bold;

  margin-bottom: 0;

}

.step-line .roundstep {

  float: right;

  width: 25px;

  height: 25px;

  background: green;

  color: #fff;

  text-align: center;

  line-height: 25px;

  border-radius: 100%;

}



.reservation .block-box .column {

  width: 50%;

  padding: 0px 10px;

  margin-bottom: 10px;

}

.reservation .block-box .column.full {

  width: 100%;

}

.reservation .block-box .column label {

  font-weight: bold;

  display: block;

  width: 100%;

  margin-bottom: 5px;

}

.reservation .block-box input.input,

.reservation .block-box select {

  background: #fff;

  height: 58px;

  border-radius: 5px;

  display: block;

  float: left;

  border: 1px solid #fff;

  width: 100%;

  font-size: 21px;

  font-family: "Poppins", sans-serif;

  padding: 0 20px;

  color: #000;

}

.reservation .block-box .select-wrap {

  position: relative;

}

.reservation .block-box input::-webkit-input-placeholder {

  color: rgba(145, 145, 147, 0.47);

}

.reservation .block-box input::-moz-placeholder {

  color: rgba(145, 145, 147, 0.47);

}

.reservation .block-box input:-moz-placeholder {

  color: rgba(145, 145, 147, 0.47);

}

.reservation .block-box input:-ms-input-placeholder {

  color: rgba(145, 145, 147, 0.47);

}



.reservation .block-box .persons td {

  padding: 0px 2px;

}

.reservation .block-box .persons input,

.reservation .block-box .persons select {

  background: #fff;

  height: 58px;

  border-radius: 5px;

  display: block;

  float: left;

  border: 1px solid #fff;

  width: 100%;

  font-size: 14px;

  font-family: "Poppins", sans-serif;

  padding: 0 7px;

  color: #000;

}

.reservation .block-box .persons select {

  -webkit-appearance: listitem !important;

  -moz-appearance: listitem !important;

  appearance: listitem !important;

}

.reservation .block-box .persons select#cins1,

.reservation .block-box .persons select#cins2,

.reservation .block-box .persons select#cins3,

.reservation .block-box .persons select#cins4,

.reservation .block-box .persons select#ccins1,

.reservation .block-box .persons select#ccins2,

.reservation .block-box .persons select#ccins3,

.reservation .block-box .persons select#ccins4 {

  width: 30%;

}



.reservation .block-box .persons input#kisi1,

.reservation .block-box .persons input#kisi2,

.reservation .block-box .persons input#kisi3,

.reservation .block-box .persons input#kisi4,

.reservation .block-box .persons input#cocuk1,

.reservation .block-box .persons input#cocuk2,

.reservation .block-box .persons input#cocuk3,

.reservation .block-box .persons input#cocuk4 {

  width: 68%;

  margin-left: 2%;

}



.reservation .block-box .extras .title {

  font-size: 14px;

  font-family: "Poppins", sans-serif;

  margin-bottom: 7px;

  text-align: left;

}



.reservation .block-box .payment-left {

  width: 30%;

  float: left;

  padding: 20px 0px;

}

.reservation .block-box .payment-content {

  width: 70%;

  float: left;

  padding: 20px;

}



.reservation .complete-btn {

  text-align: center;

  display: block;

}

.reservation .complete-btn button.rez-tamamla-btn {

  display: inline-block;

  float: none;

  padding: 18px;

  background: #4caf50;

  color: #fff;

  font-size: 15px;

  font-weight: bold;

  transition: ease-in-out all 1s;

  border: 0;

}

.reservation .complete-btn button.rez-tamamla-btn:hover {

  background: #419044;

}



.reservation .right-block {

  max-width: 475.19px;

}

.reservation .right-block .block-box {

  background: #efefef;

  border-radius: 10px;

  margin-bottom: 20px;

  padding: 10px;

}

.reservation .right-block .vitrin {

  text-align: center;

}

.reservation .right-block .vitrin img {

  max-width: 100%;

  height: auto;

}

.reservation .right-block table.table {

  width: 100%;

  border-radius: 10px;

}

.reservation .right-block table.table tr td {

  border: 1px solid #b9b9b9;

  padding: 7px;

  background: #ffffff;

}

.reservation .right-block table.table tr td.strong {

  font-weight: bold;

  text-align: center;

  line-height: normal;

}

.reservation .right-block table.table tr td.price {

  font-weight: bold;

  font-size: 16px;

  color: green;

}

.block-box .row {

  margin-left: 0;

  margin-right: 0;

}

/*Rezervasyon SayfasÃƒâ€žÃ‚Â±*/

@media (max-width: 768px) {

  /*Rezervasyon*/

  .reservation .left-block {

    width: 100%;

  }

  .reservation .right-block {

    width: 100%;

    max-width: 100% !important;

  }

  .reservation .block-box .persons table tr td {

    display: block;

    width: 100% !important;

  }

  .reservation .block-box .persons input,

  .reservation .block-box .persons select {

    margin-bottom: 10px;

  }

  .reservation .block-box .persons select#binisyeri1,

  .reservation .block-box .persons select#binisyeri1,

  .reservation .block-box .persons select#binisyeri2,

  .reservation .block-box .persons select#binisyeri2,

  .reservation .block-box .persons select#binisyeri3,

  .reservation .block-box .persons select#binisyeri3,

  .reservation .block-box .persons select#binisyeri4,

  .reservation .block-box .persons select#binisyeri4 {

    width: 100% !important;

  }

  .reservation .complete-btn button.rez-tamamla-btn {

    margin-bottom: 20px;

  }

}



.varyokgenel {

  width: 100%;

  position: relative;

}

.varyokgenel .baslik {

  width: 100%;

  background: #58595b;

  display: inline-block !important;

  font-size: 16px !important;

  font-weight: bold;

  margin-right: 25px;

  padding: 15px;

  position: relative;

  color: white;

}

.varyokgenel ul {

  margin: 0;

  padding-left: 15px;

  padding-top: 20px;

  padding-bottom: 20px;

}

.varyokgenel ul li {

  list-style: none;

  width: 25%;

  display: -webkit-inline-box;

}

.varyokgenel ul li:before {

  color: #eb1c24;

  margin-right: 5px;

  content: "\f00c";

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  -webkit-font-smoothing: antialiased;

  display: inline-block;

  font-style: normal;

  font-variant: normal;

  text-rendering: auto;

  line-height: 1;

}

.yildizisaret {

  display: block;

  width: 100%;

  padding: 0px 10px;

  background: #ff0000;

  position: relative;

  float: left;

  font-weight: bold;

  margin-bottom: 50px;

  color: #fff;

}

.gallery-nav .image.slick-current:after {

  display: none;

}



.fiyatkutubaslik1,

.fiyatkutubaslik2,

.fiyatkutubaslik3,

.fiyatkutubaslik4,

.fiyatkutubaslik5 {

  color: #eb1c24;

  font-size: 18px;

  font-weight: bold;

  text-transform: uppercase;

  margin: 10px 0px;

  background: #e6e6e6;

  padding: 10px;

}

.odafiyat .baslik {

  list-style: none;

  padding: 0;

  margin: 0;

  width: 100%;

  background: #eb1c24;

  color: #fff;

}

.odafiyat .baslik .yftbaslik {

  display: inline-block;

  width: 10.6%;

  text-align: center;

  padding: 5px 0px;

  color: #fff;

}



.odafiyat .even {

  list-style: none;

  padding: 0;

  margin: 0;

  width: 100%;

  background: #f5f5f5;

  color: #1d1d1d;

  font-size: 12px;

}

.odafiyat .even .yticerikli {

  display: inline-block;

  width: 10.6%;

  text-align: center;

  padding: 10px 0px;

}



.odafiyat .odd {

  list-style: none;

  padding: 0;

  margin: 0;

  width: 100%;

  background: #e6e6e6;

  color: #1d1d1d;

  font-size: 12px;

}

.odafiyat .odd .yticerikli {

  display: inline-block;

  width: 10.6%;

  text-align: center;

  padding: 10px 0px;

}



.yorum-kutu {

  padding: 20px 15px;

  background: #f5f5f5;

  position: relative;

  margin-bottom: 15px;

  float: left;

  width: 100%;

  margin-top: 15px;

}

.yorum-isim {

  font-size: 18px;

  font-weight: 600;

  text-transform: uppercase;

  border-bottom: 1px solid #c7c7c7;

  margin-bottom: 15px;

  position: relative;

}

.yorum {

  margin-bottom: 15px;

}

.yorum-tarih {

  border-top: 1px solid #c7c7c7;

  padding-top: 3px;

}



.kunyesatir {display: flex;}

.kunyesatir:last-child {

  border-bottom: 2px solid #f2f2f2;

}

.kunyesatir .kunyebaslik {width: 90%;padding: 10px;}

.kunyesatir .kunyedeger {

  width: 60%;

  padding: 10px;

}

#rezalan1 .otelfiyatuyari {

  border: 1px solid #f44336;

  padding: 5px 15px;

  background: #ffe4e2;

  color: #000;

  font-weight: bold;

  text-align: center;

}



.reservation .block-box .persons select#cins11,

.reservation .block-box .persons select#cins12,

.reservation .block-box .persons select#cins13,

.reservation .block-box .persons select#cins14,

.reservation .block-box .persons select#ccins11,

.reservation .block-box .persons select#ccins12,

.reservation .block-box .persons select#ccins13,

.reservation .block-box .persons select#ccins14 {

  width: 30%;

}



.reservation .block-box .persons input#kisi11,

.reservation .block-box .persons input#kisi12,

.reservation .block-box .persons input#kisi13,

.reservation .block-box .persons input#kisi14,

.reservation .block-box .persons input#cocuk11,

.reservation .block-box .persons input#cocuk12,

.reservation .block-box .persons input#cocuk13,

.reservation .block-box .persons input#cocuk14 {

  width: 68%;

  margin-left: 2%;

}



@media (max-width: 768px) {

  .reservation .block-box .column {

    width: 100%;

  }

  .odafiyat .baslik {

    width: 800px;

  }

  .odafiyat .even,

  .odafiyat .odd {

    width: 800px;

  }

  .fiyatkutubaslik1,

  .fiyatkutubaslik2,

  .fiyatkutubaslik3,

  .fiyatkutubaslik4,

  .fiyatkutubaslik5 {

    width: 800px;

  }

}



.odafiyat ul {

  position: relative;

}

.odafiyat ul li {

  position: relative;

}

.cocuk-fiyat-detaylari:before {

  display: block;

  content: "";

  position: absolute;

  right: 10%;

  margin-right: -10px;

  top: -10px;

  border-style: solid;

  border-width: 0 10px 10px 10px;

  border-color: transparent transparent #333333 transparent;

}

.cocuk-fiyat-detaylari {

  display: none;

  position: absolute;

  width: max-content;

  background: #333333;

  color: #fff;

  border-radius: 5px;

  box-shadow: 0px 0px 5px #00000061;

  z-index: 9;

  right: 0;

  margin-top: 5px;

}

.cocuk-fiyat-detaylari .baslik {

  display: flex;

}

.cocuk-fiyat-detaylari .satir {

  display: flex;

}

.cocuk-fiyat-detaylari .baslik .col {

  padding: 10px;

  width: calc(100% / 5);

  text-align: center;

  border-bottom: 1px solid #666666;

  border-right: 1px solid #666666;

}

.cocuk-fiyat-detaylari .baslik .col:last-child {

  border-right: 0;

}



.cocuk-fiyat-detaylari .satir .col {

  padding: 10px;

  width: calc(100% / 5);

  text-align: center;

  border-bottom: 1px solid #666666;

  border-right: 1px solid #666666;

}



.cocuk-fiyatlari-goster {

  display: block;

}

.cocuk-fiyatlari-goster:hover ~ .cocuk-fiyat-detaylari,

.cocuk-fiyat-detaylari:hover {

  display: block;

}



/*v2*/

.navbar {

  margin-bottom: 0;

}



/* @media (min-width: 768px) {

  .mobile-filter {

    display: none;

  }

} */

.mobile-filter {/* position: sticky; */top: 70px;z-index: 9;width: 100%;text-align: center;background: #fff;padding: 10px 0px;margin-top: 0;}

.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: #ca1515;

    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: #ca1515;

    color: #fff;

  }

  .sort-apply.hide {

    display: none;

  }

  .btns .col-xs-6:first-child {border-right:3px solid #FFF;}

  .btns .col-xs-6:last-child {border-left:3px solid #FFF;}

}



.tur-landing-page {

  background: #f2f2f2;

  float: left;

  width: 100%;

}

/* .tur-landing-page .search-fixed {

  position: fixed;

  width: 100%;

  z-index: 99;

} */

.tur-landing-page .searcher {background-blend-mode: normal, multiply;/* box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.1); *//* backdrop-filter: blur(12px); */border-radius: 15px;position: relative;}



.tur-landing-page .searcher .searchwrap {

  display: block;

  padding: 0px;

  background: #fff;

  border-radius: 8px;

}

.tur-landing-page .searcher .searchwrap .column {border-right: 1px solid #e7e7e7;padding-left: 15px;padding-right: 0;}

@media(max-width: 768px) {

	.tur-landing-page .searcher .searchwrap .column { border-right: 0px;}

}
.booking-box.sideBox {
  margin-top: -100px;
  height: 252px;
}




.tur-landing-page .searcher .searchwrap .column.noborder {

  border: 0;


}

.tur-landing-page .searcher .searchwrap select {

  border: 1px solid #cccccc;

  color: #666666;

  cursor: pointer;

  display: inline-block;

  font-size: 14px;

  font-weight: 400;

  height: 48px;

  padding: 8px 12px;

  vertical-align: middle;

  width: 100%;

}

.tur-landing-page .searcher .searchwrap button {font-size: 16px;cursor: pointer;font-weight: 600;height: 60px;padding: 0 12px;width: 100%;background: #359AFF;color: #fff;transition: linear all 400ms;border: 1px solid #359AFF;border-radius: 0px 8px 8px 0px;margin-left: 1px;}

.tur-landing-page .searcher .searchwrap button:hover {

  background: #ffffffbf;

  color: #eb1c24;

  border-color: #ffffff9c;

}

.tur-landing-page .searcher .searchwrap input {

  width: 100%;

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  border: 0;

  display: inline-block;

  font-size: 14px;

  font-weight: 400;

  outline: none;

  height: 26px;

  color: #666666;

  vertical-align: middle;

  padding:0px;

}

.tur-landing-page .searcher .searchwrap .kode_felid {

  float: left;

  width: 100%;

  display: flex;

  align-items: center;

  position: relative;

  flex-direction: row;

}

.kode_felid .icon span {position: absolute;left: 0;top: 50%;transform: translate(-50%, -50%);}

@media (max-width: 768px){

	.kode_felid .icon span {

	  position: absolute;

	  left: 0;

	  top: 20%;

	  transform: none;

	}

}



.tur-landing-page .searcher .searchwrap .kode_felid .icon {width: 20px;text-align: center;display: flex;font-size: 16px;color: #666666;}

.tur-landing-page .searcher .searchwrap .kode_felid label {

  margin-bottom: 0px;

  font-size: 12px;

  float: left;

  width: 100%;

}

.tur-landing-page .searcher .searchwrap .ralative-icon {

  float: left;

  width: 100%;

  position: relative;

}

.tur-landing-page .searcher .searchwrap .ralative-icon .fa {

  text-align: center;

}

.tur-landing-page .searcher .searchwrap .person-total {

  height: 26px;

  line-height: 26px;

  width: 100%;

  display: inline-flex !important;

}



.tur-landing-page .cards {

  margin-bottom: 30px;

}

.tur-landing-page .cards .card {background-color: white;margin-bottom: 16px;width: 100%;border-radius: 5px;box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}

.tur-landing-page .cards .card .cover {min-height: 170px;position: relative;overflow: hidden;border-radius: 5px 5px 0px 0px;}

.tur-landing-page .cards .card .cover:before {

  content: "";

  position: absolute;

  left: 0;

  width: 100%;

  height: 100%;

  background: #0000004d;

}

.tur-landing-page .cards .card .cover img {

  max-width: 100%;

  object-fit: cover;

  height: 170px;

}

.tur-landing-page .cards .card .cover h3 {

  position: absolute;

  bottom: 0;

  left: 0;

  z-index: 2;

  width: 100%;

  padding: 10px 8px;

  color: white;

  text-shadow: 0 1px 5px rgb(0 0 0 / 70%);

  width: 100%;

  font-weight: 600;

  text-align: left;

  margin: 0;

  font-size: 16px;

}

.tur-landing-page .cards .card .cont {

  background: #fff;

  padding: 10px 15px 10px;

}

.tur-landing-page .cards .card .cont ul {

  list-style: none;

  margin: 0;

  padding: 0;

}

.tur-landing-page .cards .card .cont ul li {

  display: inline-block;

  width: calc(100% / 2);

  padding: 0 2.5px;

}

.tur-landing-page .cards .card .cont ul li a {

  color: #424242;

  font-size: 14px;

  padding: 8px 0;

  display: block;

  text-align: left;

  border-bottom: 1px solid #efefef;

  text-decoration: none;

  transition: all 150ms ease-in-out;

}

.tur-landing-page .cards .card .cont ul li:nth-last-child(-n + 2) a {

  border-bottom: 0;

}

.tur-landing-page .cards .card .cont ul li a:hover {

  color: #3ea6e5;

}

.tur-landing-page .cards .card .bottom {border: 1px solid #56a6e5;background: #f9f9f9;padding: 10px 15px;text-align: center;border-radius: 20px;margin: 15px;}

.tur-landing-page .cards .card .bottom .all-tours {color: #3ea6e5;font-size: 14px;text-decoration: none;}



.tur-landing-page .landing-cont-wrap {

  position: relative;

  float: left;

  width: 100%;

}

.tur-landing-page .landing-cont {

  background-color: #ffffff;

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

  padding: 30px;

  text-align: left;

  font-size: 14px;

}

.tur-landing-page .landing-cont h1,

.tur-landing-page .landing-cont h2,

.tur-landing-page .landing-cont h3,

.tur-landing-page .landing-cont h4,

.tur-landing-page .landing-cont h5,

.tur-landing-page .landing-cont h6 {

  font-size: 0.9rem;

  font-weight: bold;

}



.room-count-dropdown {

  position: absolute;

  min-width: 300px;

  background: white;

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

  font-size: 12px;

  font-size: 0.75rem;

  visibility: hidden;

  opacity: 0;

  z-index: 355;

  transition: all 250ms ease-in-out;

  top: 100%;

  margin-top: 14px;

}

.room-count-dropdown.show {

  visibility: visible;

  opacity: 1;

}

.room-count-dropdown:after {

  bottom: 100%;

  left: 20%;

  border: solid transparent;

  content: "";

  height: 0;

  width: 0;

  position: absolute;

  pointer-events: none;

  z-index: 200;

  border-color: rgba(136, 183, 213, 0);

  border-bottom-color: white;

  border-width: 14px;

  margin-left: -14px;

  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.02));

}

.room-count-dropdown .room-info {

  padding: 10px;

}

.room-count-dropdown .room-info .info-row {

  width: 100%;

  text-align: left;

  padding: 10px 0px;

}

.person-total {

  font-size: 14px;

  line-height: 48px;

  height: 48px;

  display: block;

  cursor: pointer;

  background: #fff;

  padding: 0px;

  border: 1px solid #ccc;

}

.cocuk-total {margin-left: 3px;}

.room-count-dropdown .room-info .info-row .col {

  padding: 0;

  width: 50%;

  float: left;

  margin-bottom: 4px;

}

.room-count-dropdown .room-info .info-row .col:first-child {

  min-width: 55px;

  padding: 0;

}

.room-count-dropdown .room-info .info-row .col span.room-number {

  line-height: 34px;

  color: #28374f;

  font-weight: 700;

  font-size: 12px;

  font-size: 0.75rem;

}

.room-count-dropdown .action-button-area {

  width: 100%;

  padding: 10px 20px;

  border-top: 1px solid #efefef;

  text-align: right;

}

.room-count-dropdown .action-button-area span.add-room {

  font-size: 12px;

  font-size: 0.75rem;

  color: #0065b8;

  font-weight: 700;

  cursor: pointer;

}

.room-count-dropdown .room-info .info-row .col .remove-oda {

  line-height: 34px;

  height: 34px;

  border: 1px solid #ff3e3e;

  display: block;

  text-align: center;

  border-radius: 5px;

  color: #ff3e3e;

  font-weight: bold;

}

@media (max-width: 768px) {

  .room-count-dropdown {

    width: 98%;

    min-width: 98%;

    left: 1%;

  }

  .room-count-dropdown .room-info .info-row .col {

    display: inline-block;

    min-width: 50%;

    width: 50%;

    margin-right: -0.5px;

  }

  .room-count-dropdown .room-info .info-row .col.child1,

  .room-count-dropdown .room-info .info-row .col.child2,

  .room-count-dropdown .room-info .info-row .col.child3,

  .room-count-dropdown .room-info .info-row .col.child4 {

    min-width: 50%;

    width: 50%;

  }

  .room-count-dropdown .room-info .info-row .col:first-child {

    width: 50%;

  }

  /*.room-count-dropdown .room-info .info-row .col:first-child label{display: none;}*/

  .room-count-dropdown .room-info .info-row .col.remove-oda-wrap {

    width: 100%;

  }

}



.lang-wrap,

.currency-wrap {

  float: right;

  position: relative;

  width: 90px;

  display: flex;

  align-items: center;

  height: 48px;

  justify-content: center;

  font-size: 14px;

  font-weight: 600;

  color: #000;

}

.currency-wrap {

  margin-right: 10px;

  margin-left: 10px;

}

.lang-wrap img {

  width: 24px;

}

.lang-wrap ul,

.currency-wrap ul,

.lang-tooltip,

.currency-tooltip {

  display: none;

  position: absolute;

  top: 0;

  right: 0;

  z-index: 105;

  background: #fff;

  color: #000;

  padding: 55px 0 12px;

  border-radius: 4px;

  border: 1px solid #eee;

  border-top: none;

  visibility: hidden;

  opacity: 0;

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

  text-align: center;

  width: 100%;

}

.lang-wrap ul li,

.currency-wrap ul li {

  display: block;

  width: 100%;

  margin: 0;

}

.lang-wrap ul li a,

.currency-wrap ul li a {

  color: #000 !important;

  display: flex;

  justify-content: center;

  width: 100%;

}

.lang-wrap ul li img {

  margin-right: 4px;

}

.show-lang,

.show-currency-tooltip {

  cursor: pointer;

  position: relative;

  z-index: 106;

  text-align: center;

  display: flex;

}

.show-currency-tooltip span {

  position: relative;

}



.show-lang i {

  position: relative !important;

  right: 0 !important;

  height: auto;

  line-height: inherit;

}



.show-lang img,

.lang-tooltip li img {

  position: relative;

  border-radius: 0px;

}

.show-lang img {

  margin-right: 4px;

}

.show-lang span {

  padding: 0 10px 0 6px;

  position: relative;

  z-index: 2;

}

.show-lang .fa-angle-down {

  position: relative;

  top: 2px;

}

.lang-wrap:hover .lang-tooltip,

.lang-wrap:hover ul,

.currency-wrap:hover .currency-tooltip,

.currency-wrap:hover ul {

  visibility: visible;

  opacity: 1;

  display: block;

}

.lang-wrap:hover .show-lang span,

.currency-wrap:hover .show-currency-tooltip span {

  color: #666;

}

.lang-tooltip li,

.currency-tooltip li {

  float: left;

  width: 100%;

  position: relative;

  text-align: left;

  border-radius: 4px;

  padding: 6px 14px;

  margin-left: 0;

}

.currency-tooltip li {

  text-align: center;

}

.lang-tooltip li:hover,

.currency-tooltip li:hover {

  background: #18458b;

}

.currency-tooltip li {

  margin-bottom: 4px;

  padding-left: 10px;

}

.currency-tooltip li:last-child {

  margin-bottom: 0;

}

.currency-tooltip li i {

  margin-right: 8px;

}

.lang-tooltip li img {

  margin-right: 10px;

}

.lang-tooltip li:hover a,

.currency-tooltip li:hover a {

  color: #fff;

}

.lang-tooltip li a,

.currency-tooltip li a {

  display: block;

  width: 100%;

  color: #566985;

  font-weight: 500;

  font-size: 10px;

  text-transform: uppercase;

}



.header-main {

  position: relative;

  background: #fff;

}

.header-inner .shrink-auto-lg .col-auto {

}

.header-main .navbar-wrapper .navbar {

  float: left;

}

.hero-banner {

  padding: 0;

  max-height: 450px;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: top center;

}

.hero-banner.overlay-light:before {

  background-color: #585858;

  display: none;

}

.hero-banner .hero-inner {

  padding-top: 150px;

}



.userLoginPanel, .phonePanel {position: absolute;display: flex;margin-left: 15px;border: 1px solid #e7e7e7;padding: 2px 32px;border-radius: 30px 30px 0 0;font-size: 14px;align-items: center;cursor: pointer;top: 70%;left: 50%;background: #DEEEFF;}

.userLoginPanel span, .phonePanel span {margin-right: 10px;line-height: normal;color: #1180FF;font-size:12px;}

.userLoginPanel span:first-child, .phonePanel span:first-child {color: #1180FF;border-radius: 50%;width: 13px;height: 23px;text-align: center;line-height: 26px;}

.userLoginPanel span:last-child, .phonePanel span:last-child {

  margin-right: 0;

}

@media (min-width: 768px) {

  .userLoginPanel, .phonePanel {width: max-content;float: right;}

}



.userLoginPanelMenu, .phonePanelMenu {

  position: absolute;

  top: 100%;

  background: #fff;

  width: 100%;

  left: 0;

  border: 1px solid #e7e7e7;

  border-radius: 4px;

  padding: 5px 10px;

  margin-top: 2px;

  display: none;

}

.userLoginPanel:hover .userLoginPanelMenu {

  display: block;

  z-index: 999;

}

.phonePanel:hover .phonePanelMenu {

  display: block;

  z-index: 999;

}

.userLoginPanelMenu a, .phonePanelMenu a {

  display: block;

  padding: 7px;

  border: 1px solid #eb1c24;

  border-radius: 4px;

  text-align: center;

  color: #eb1c24;

}

.userLoginPanelMenu a:first-child, .phonePanelMenu a:first-child {

  margin-bottom: 5px;

}

.userLoginPanelMenu a:hover, .phonePanelMenu a:hover {

  background: #ffe1d1;

}

.tour-grid-item-01 {

  border: 1px solid #e7e7e7; border-radius: 8px;

}

.tour-grid-item-01 .date-btn {

  position: relative;

  padding-left: 10px;

}

.tour-grid-item-01 .date-btn .other-dates {

  display: none;

  position: absolute;

  width: 100%;

  left: 0;

  top: 100%;

  margin-top: 0px;

  background: #fff;

  box-shadow: 0px 4px 5px rgb(0 0 0 / 35%);

  border-radius: 5px;

  padding: 5px;

  z-index: 9;

  border: 1px solid #c7c7c7;

  color: #707070;

  font-size: 13px;

  transition: ease-in-out all 300ms;

}

.tour-grid-item-01 .date-btn:hover .other-dates {

  display: block;

}

.tour-grid-item-01 .content {

  padding: 10px 5px 10px;

}

.tour-grid-item-01 h5 {

  margin-bottom: 5px;

  margin-top: 0;

}

.tour-grid-item-01 .locations {

  max-height: 70px;

  overflow: hidden;

  font-weight: 600;

  padding-bottom: 7px;

  font-size: 14px;

}

.tour-grid-item-01 a:hover .image img {

  box-shadow: none;

}

.tour-grid-item-01 .kesinkalkis:empty {

  display: none;

}

.tour-grid-item-01 .kesinkalkis .kesinkalkislitur,

.tour-grid-item-01 .kutu-footer-info .turliste_vize {

  color: #58595b;

  background: #d0f2ff94;

  padding: 2px 7px;

  border-radius: 7px;

  font-size: 13px;

}

.hero-banner-01 .search-form-main .form-group .form-control {

  font-size: 12px;

}

.person-total {

  line-height: 19px;

  height: 19px;

  border: 0;

}

.room-count-dropdown select {

  border: 1px solid #cccccc;

  color: #666666;

  cursor: pointer;

  display: inline-block;

  font-size: 14px;

  font-weight: 400;

  height: 48px;

  padding: 8px 12px;

  vertical-align: middle;

  width: 100%;

}

.hero-banner-01 .search-form-main .btn {

  height: 72px;

  line-height: 72px;

}



.tour-grid-item-01 .image {

  position: relative;

}

#dynamicHotels .tour-grid-item-01 .content {

  padding: 10px 15px !important;

}

#dynamicHotels .tour-grid-item-01 .indirimorancssana {

  width: max-content !important;

  padding: 0px 5px;

}

.tour-grid-item-01 .indirimorancssana {

  position: absolute;

  top: 5px;

  left: 5px;

  z-index: 2;

  background: #eb1c24;

  text-align: center;

  line-height: normal;

  padding: 5px;

  color: #fff;

  font-weight: 600;

  font-size: 12px;

  border-radius: 6px;

}

.tour-grid-item-01 h5 a {/* display: inline-block; */}

.tour-grid-item-01 li {

  font-size: 12px;

  color: #000;

}

.tour-grid-item-01 .content .text-muted {

  text-decoration: line-through;

  color: red;

}

.tour-grid-item-01 .right-area a {

  position: relative;

  display: inline-block !important;

  border-radius: 8px;

  background: #eb1c24;

  width: max-content;

  padding: 5px 10px;

  color: #fff;

}



.tour-grid-item-01,

.tour-grid-item-01 .image,

.tour-grid-item-01 img {

  /*border-radius: 6px 0px 0px 6px;*/

  width: 100%;

}

.tour-grid-item-01 .content {border-radius: 0px 0px 6px 6px;/* min-height: 150px; */}

.tour-grid-item-01 .isprice:has(> span) .isprice-info {

  display: block !important;

}

.tour-grid-item-01 ul.item-meta li.noborder:after {

  display: none;

}

.tour-grid-item-01 ul.item-meta li .konsept {

  font-size: 13px;

  background: #c8c8c86e;

  padding: 2px 5px;

  border-radius: 4px;

  line-height: 23px !important;

}

.tour-grid-item-01 ul.item-meta li .konsept:empty {

  display: none;

}

.tour-grid-item-01 ul.item-meta li .ucretsiz-cocuk {

  color: #58595b;

  background: #d0f2ff94;

  padding: 2px 7px;

  border-radius: 7px;

  font-size: 13px;

}

.tour-grid-item-01 ul.item-meta li .ucretsiz-cocuk:has(> span:empty) {

  display: none;

}

.tour-grid-item-01:hover {/* box-shadow: 0px 0px 8px #58595b; *//* box-shadow: 0px 0px 8px #58595b; *//* border-radius: 6px; */}

.tour-grid-item-01 .kutu-footer-info .kutu-kalkisyeri,

.tour-grid-item-01 .kutu-footer-info .kutu-ulasim {

  font-size: 13px;

  background: #eb1c24;

  color: #fff;

  padding: 2px 5px;

  border-radius: 4px;

  line-height: 23px !important;

}

.tour-grid-item-01 .kutu-footer-info .kutu-kalkisyeri i,

.tour-grid-item-01 .kutu-footer-info .kutu-ulasim i {

  padding-right: 5px;

}

.footer-cards {

  display: block;

  padding: 10px 0px;

  background: #F3FBFF;

  width: 100%;

  position: relative;

  z-index: 1;

}

.footer-cards img {

  width: auto;

  display: inline;

}



.post-grid-01 .content {

  padding: 10px 10px 10px;

  border: 1px solid #e7e7e7;

}

.post-grid-01 h5 {

  margin-bottom: 5px;

  margin-top: 0;

}

.post-grid-01 a:hover .image img {

  box-shadow: none;

}

.post-grid-01,

.post-grid-01 .image,

.post-grid-01 img {

  border-radius: 6px 6px 0px 0px;

}

.post-grid-01 .content {

  border-radius: 0px 0px 6px 6px;

}

.post-grid-01 ul.item-meta li.noborder:after {

  display: none;

}

.post-grid-01:hover {

  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);

  border-radius: 6px;

}

.post-grid-01 .post-date {

  margin: 0;

}

.post-grid-01 h4 {

  font-size: 16px;

  height: 40px;

  overflow: hidden;

}

.post-grid-01 a {

  margin-top: 10px;

  font-size: 12px;

}

.main-footer,

.footer-wrapper .footer-newsletter .form-control,

.footer-wrapper ul.footer-menu-list-02 li a,

.footer-copy-right {

  font-size: 12px;

}



.masaustugizle {

  display: none;

}

.page-wrapper {

  padding-top: 38px;

}

.slick-hero-wrapper {

	padding-top: 0;

	border-radius: 8px;

	overflow: hidden;

}

@media (max-width: 768px) {

  #dynamicHotels .tour-grid-item-01 .right-area {

    text-align: start !important;

    min-height: 135px;

    padding: 10px 15px !important;

  }

  .navbar-collapse {

    padding-right: 15px;

    padding-left: 15px;

  }

  .masaustugizle {display: inline-block;position: relative;z-index: 9999;background: #f1f1f1;border-bottom: 1px solid;margin: -10px -15px 3px -15px !important;padding: 3px 15px;width: 100%;}

  .masaustugizle .userLoginPanel {

    border: 1px solid #eb1c24;

  }

  .masaustugizle .lang-wrap,

  .masaustugizle .currency-wrap {

    float: left;

    width: auto;

    padding-left: 5px;

    padding-right: 5px;

  }

  .mobilgizle {

    display: none;

  }

  .hero-banner .hero-inner {

    padding-top: 50px;

  }

  .footer-cards .text-right {

    text-align: center !important;

  }

  .page-wrapper {

    padding-top: 0 !important;

  }

  .tur-landing-page .searcher .searchwrap button {

    border-radius: 8px;

    width: 100%;

    margin: 0;

  }

  #yorumlar .col {

    padding: 0;

  }

  .listroBox ul li:first-child {

    margin-right: 0;

  }

  .listroBox .listroBoxmain {

    padding: 5px 0px;

  }

  .only-mobile .footer-fix-tel img {

    width: 60% !important;

    height: 35px !important;

  }

  .only-mobile a img {

    opacity: 0.8;

  }

  .only-mobile a img:hover {

    opacity: 1;

  }

}

@media (min-width: 768px) {

  .footer-wp-m {

    display: none;

  }
  div#mobileMen {
    display: flex !important;
    justify-content: center;
}

}

/*Customize*/

.topbar {

  position: relative;

  float: left;

  width: 100%;

  border-bottom: 1px solid #eee;

  padding: 5px 0px;

  background: #fff;

}

.topbar .logo {

  max-height: 60px;

  width: auto;

}

.topbar #quickSearch input {

  width: 100%;

  height: 40px;

  background-color: #f5f5f5;

  border: 1px solid #fff;

  font-size: 12px;

  padding-left: 38px;

  padding-right: 12px;

  caret-color: #ff5b00;

  box-sizing: border-box;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

  border-radius: 99rem;

  color: #212121;

  background-image: url(../images/search-icon.png);

  background-repeat: no-repeat;

  background-position: 9px center;

  background-size: 24px;

}



.topbar-main {

  position: relative;

  float: left;

  width: 100%;

  padding: 10px 0px;

  background: #fff;

}

.header-main .main-nav {

  margin-left: -10px;

}

.header-main .main-nav > li > a {

  padding: 34px 6px;

}

.header-waypoint-sticky.header-main .main-nav > li > a {

}

.mega-menu {

  position: fixed;

  width: 100%;

  left: 0;

  z-index: 9999;

}


.mega-menu-wrap {

  background: #fff;

  padding: 0px 15px;

  border-radius: 6px;

  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 8%);

  max-height: 300px;

  overflow: auto;

  border-top-left-radius: 0;

  border-top-right-radius: 0;

}

.mega-menu-wrap::-webkit-scrollbar {

  width: 4px;

}

.mega-menu-wrap::-webkit-scrollbar-track {

  background: #f1f1f1;

  border-radius: 15px;

}

.mega-menu-wrap::-webkit-scrollbar-thumb {

  background: #888;

  border-radius: 15px;

}

.mega-menu-wrap::-webkit-scrollbar-thumb:hover {

  background: #555;

}

.mega-menu-wrap h3 {

  font-size: 14px;

  margin-bottom: 0px;

}

.mega-menu-wrap ul {

  list-style: none;

  padding: 0;

  margin: 0;

}

.mega-menu-wrap ul li {

  width: 100%;

}

.mega-menu-wrap ul li a {

  display: block;

  color: #333;

  font-size: 13px;

}

.mega-menu-wrap .col {

  height: 100%;

  border-right: 1px solid #eee;

  padding: 10px 0px;

}

.mega-menu-wrap .col.last {

  border-right: 0;

}

.mega-menu {

  display: none;

}



.arama-alan {

  position: absolute;

  left: 0;

  bottom: 45%;

  width: 100%;

}

.hero-banner .hero-inner {

  padding-top: 0;

}

.mainSlider .overlay {

  position: absolute;

  bottom: -2px;

  width: 100%;

  height: 183px;

  background-image: url("../resim/web_banner.png");

  z-index: 1;

  background-repeat: no-repeat;

  background-size: cover;

}

@media (max-width: 768px) {

  .mainSlider .overlay {

    display: none;

  }

}



.popList {

  display: inline-block;

  width: 100%;

}

.popList a {

  width: 100%;

  display: block;

  position: relative;

  overflow: hidden;

  padding: 0 10px;

}

.popList a figure {

  width: 100%;

  position: relative;

  text-align: left;

  height: 220px;

  overflow: hidden;

  border-radius: 5px;

}

/*.popList 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;}*/

.popList a figure figcaption {

  width: 100%;

  display: block;

  position: absolute;

  bottom: 10px;

  padding: 0 15px;

  font-size: 16px;

  font-size: 1rem;

  line-height: 22px;

  color: white;

  z-index: 5;

  transition: all 150ms ease-in-out;

  font-weight: bold;

  text-shadow: 1px 1px black;

}

.popList a figure img {

  width: 100%;

  height: 100%;

  min-height: 220px;

  object-fit: cover;

  border-radius: 5px;

  display: inline-block;

  vertical-align: top;

  transition: all 500ms ease-in-out;

}

.popList 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;

}



.boxes {

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  border-radius: 8px;

  height: 300px;

  width: 100%;

  padding: 24px 24px 0px;

  margin: 0px;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

}

.boxes.one {

  background-image: url("../resim/box1.jpg");

}

.boxes.two {

  background-image: url("../resim/box2.jpg");

}

.boxes .contents {

  display: flex;

  overflow: hidden;

  flex-direction: column;

  color: #fff;

  height: 216px;

  width: 60%;

  padding: 0px;

  margin: 0px;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  position: relative;

}

.boxes .contents h3 {

  font-size: 16px;

  color: #fff;

  margin: 0;

}

.boxes .contents p {

  font-size: 13px;

}

.boxes .contents a {

  background-color: rgb(255, 255, 255);

  border-radius: 4px;

  height: 36px;

  width: fit-content;

  padding: 8px 16px;

  margin: 0px;

  line-height: normal;

  color: #333;

  position: absolute;

  bottom: 0;

}

.boxes:hover {

  -webkit-transform: translateY(-4px);

  transform: translateY(-4px);

  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 8%);

  z-index: 2;

  -webkit-transition: all 0.2s ease;

  transition: all 0.2s ease;

  box-shadow: 0 0 1px rgb(0 0 0 / 50%);

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;

}



.boxew {

  text-align: center;

  border-radius: 8px;

  padding: 20px;

  background-color: #fff;

  border: 1px solid #e0e0e0;

}

.boxew:hover {

  -webkit-transform: translateY(-4px);

  transform: translateY(-4px);

  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 12%);

  -webkit-transition: all 0.2s ease;

  transition: all 0.2s ease;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;

}

.boxew img {

  width: 230px;

  height: 166px;

  display: inline-block;

  margin-bottom: 10px;

}

.boxew h3 {

  font-size: 16px;

  margin: 0;

}

.boxew p {

  font-size: 13px;

  line-height: normal;

}

.boxew a {

  color: #212121;

  border: 1px solid #4a4a4a;

  border-radius: 6px;

  display: inline-block;

  padding: 5px 12px;

  background: #fff;

  font-size: 13px;

  font-weight: bold;

}



.cat-banner {

  width: 100%;

  height: 226px;

  border-radius: 8px;

  overflow: hidden;

  position: relative;

  background-size: cover;

  background-position: 50% 50%;

  background-repeat: no-repeat;

  margin: 20px 0px;

}

.cat-banner:before {

  content: "";

  position: absolute;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  background: linear-gradient(

    90deg,

    rgba(0, 0, 0, 0.3),

    rgba(0, 0, 0, 0.3) 0.01%,

    transparent 84%

  );

  border-radius: 12px;

  z-index: 1;

}

.cat-banner .content {

  position: absolute;

  left: 0;

  top: 0;

  color: #fff;

  padding: 30px 35px;

  z-index: 2;

}

.cat-banner .content h2 {

  color: #fff;

  font-size: 26px;

  margin-bottom: 0px;

}

.cat-banner .content p {

  color: #fff;

  font-size: 15px;

}



.page-wrapper .page-title.bg-light {

  margin-top: 0;

  position: relative;

  float: left;

  width: 100%;

  padding: 0;

}

.sidebar-wrapper {

  padding: 0;

  border: 0;

}

.tour-grid-item-01 img {height: 154px;width: 100%;}

.tour-grid-item-01 h5 {font-size: 18px;min-height: 25px;overflow: hidden;max-height: 42px;font-weight: 400;}

.favori-icon.absolute {

  position: absolute;

  left: auto;

  right: 10px;

  bottom: 10px;

  background: #fff;

  border-radius: 100%;

  width: 30px;

  height: 30px;

  text-align: center;

  line-height: 33px;

}



.tourSlider {

  float: left;

  width: 100%;

}

.tourSlider img {

  width: auto;

  height: 460px;

  object-fit: cover;

}

.tourSlider .slick-slide {padding: 0 2px;opacity: 1;}

/* .tourSlider .slick-slide:hover {

  opacity: 1;

} */

li.slick-item.slick-slide.slick-current.slick-active.slick-center {

  opacity: 1;

}

.sideBox {padding: 20px;background: #fff;border-radius: 20px;box-shadow: 0 4px 20px 0 rgb(0 0 0 / 8%);margin-bottom: 15px;}



.tourextras {

  padding: 20px;

  background: #f5f5f5;

  border-radius: 8px;

  margin-top: 25px;

  font-size: 13px;

  position: relative;

}

.tourextras h4 {

  font-size: 16px;

}

@media (min-width: 768px) {

  .tourextras:before {

    content: "";

    border-style: solid;

    border-width: 12px 16px 11px 0;

    border-color: transparent #f5f5f5 transparent transparent;

    width: 0;

    height: 0;

    position: absolute;

    left: -16px;

    top: 20px;

  }

}



.footer-wrapper .footer-newsletter .btn {padding: 6px;background: #359AFF;border: 1px solid #359AFF;border-radius: 5px;}

@media (max-width: 768px) {

  .tour-grid-item-01 img {

    height: 190px;

    border-radius: 6px 6px 0px 0px;

  }



  .collapse:not(.show) {

    display: none !important;

  }

  .lang-wrap,

  .currency-wrap {

    width: 60px;

  }

  .header-main .btn-toggle {

    float: right;

    height: 48px;

    margin: 0 0 0 10px !important;

  }

  .arama-alan {

    position: relative;

    left: 0;

    bottom: 0;

    width: 100%;

    padding-top: 10px;

    padding-bottom: 10px;

    background: #f2f2f2;

  }

  .arama-alan .col {

    padding-bottom: 2px;

    padding-left: 0;

  }

  .pt-70 {

    padding-top: 20px !important;

  }

  .boxes,

  .boxew {

    margin-bottom: 15px;

  }

  h1,

  h2,

  h3,

  h4,

  h5,

  h6 {


    line-height: normal;

  }

  .pull-right-mob {

    display: inline-block !important;

  }

  .topbar-main {

    background: #ffffff;

    padding: 0;

  }

  .ustmenu, .gizlemobil { display: none !important; }

  .userLoginPanel span {/* display: none; */}

  .userLoginPanel span:first-child {

    display: block;

    margin: 0;

  }

  .usthizala {

    display: flex !important;

    justify-content: flex-end;

    padding-top: 3px;

    margin-bottom: -21px;

  }

  .userLoginPanelMenu {

    left: auto;

    right: 0;

    min-width: 200px;

  }



  .post-grid-01 h4,

  .tour-grid-item-01 h5 {

    font-size: 16px !important;

    height: auto;

	padding: 5px;

    /*position: absolute;

    top: 45%;

    background: #ffffffa6;    

    border-radius: 10px;*/

  }

  .section-title {

    margin-bottom: 20px !important;

  }

  .slick-list {

    padding-bottom: 5px;

  }

  .slick-prev {

    left: 0;

  }

  .slick-next {

    right: 0;

  }

  .m-mb10 {

    margin-bottom: 10px;

  }

  .m-mb20 {

    margin-bottom: 20px;

  }

  .footer-wrapper .footer-title {

    margin-bottom: 10px;

  }

  .footer-menu-list {

    margin-bottom: 15px;

  }

  .footer-socials {

    text-align: center;

    margin-bottom: 10px;

  }



  .hero-banner-01 .search-form-main .btn {

    line-height: 35px;

    height: 35px;

  }

  .hero-banner {

    height: auto;

  }

  .footer-wrapper .footer-top {

    padding-top: 5px;

    padding-bottom: 5px;

  }

  .footer-copy-right {

    display: block;

    width: 100%;

    text-align: center;

  }

  .footer-menu-list-02 {

    text-align: center;

  }

  .item-meta li {

    height: auto !important;

  }



  #dynamicHotels .tour-grid-item-01 {

    margin: 10px 0px;

  }

  #dynamicTours .tour-grid-item-01 {

    margin-bottom: 15px;

    margin-left: 0;

  }

  #dynamicPagination {

    margin-bottom: 15px;

  }

  .footer-wrapper ul.footer-contact-list li {

    display: block;

  }

  .footer-contact-list {

    padding: 10px 25px 0px 25px;

  }

  .footer-wrapper .main-footer {

    padding-top: 0;

  }

  .bottom-footer .col-shrink {

    width: 100%;

  }

  .tur-landing-page .searcher {

    background: #f2f2f2;

  }

  .tur-landing-page .searcher .searchwrap button {

    height: 35px;

    border-top-left-radius: 0;

    border-top-right-radius: 0;

  }

  .tur-landing-page .searcher .searchwrap .column {

    border-bottom: 1px solid #f2f2f2;

  }

  .back-to-top {

    z-index: 9;

  }

}



.myreservation {

  padding: 10px;

}

.ustmenu ul {

  display: flex;

  align-items: center;

  height: 54px;

  line-height: normal;

}

.ustmenu ul li {

  padding: 0 5px;

}

.ustmenu ul li a {

  color: #000;

  font-size: 13px;

}

.ikon-renkli {

  color: #eb1c24;

  width: 14px;

}

@media (min-width: 768px) {

  .tour-grid-item-01 ul.item-meta li:after {

    display: none;

  }

  .tour-grid-item-01 ul.item-meta li {

    font-weight: normal;

    display: block;

  }

}



.kategoritanitimmetni {

  position: relative;

  max-height: 350px;

  overflow: hidden;

  font-size: 0.8rem;

  margin: 15px 0px;

  background: #fff;

  padding: 15px 20px;

  border-radius: 6px;

  border: 1px solid #e0e0e0;

  box-shadow: 0px 3px 5px rgb(0 0 0 / 7%);

}

.kategoritanitimmetni.active {

  max-height: inherit;

}

.kategoritanitimmetni h1,

.kategoritanitimmetni h2,

.kategoritanitimmetni h3,

.kategoritanitimmetni h4,

.kategoritanitimmetni h5,

.kategoritanitimmetni h6 {

  font-size: 0.9rem;

  font-weight: bold;

}



.kategoritanitimmetni .more {

  position: absolute;

  left: 25px;

  bottom: 10px;

  color: #60b9ff;

  z-index: 9;

  cursor: pointer;

  font-weight: normal;

}

.kategoritanitimmetni.active .more {

  display: none;

}

.kategoritanitimmetni: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

  );

}

.kategoritanitimmetni.active:before {

  display: none;

}



.itinerary-list p,

.itinerary-list span {

  font-size: 14px;

}

#ekbilgiler {

  font-size: 14px;

}



.benzerSlider .slick-next {

  right: -8px;

}

.benzerSlider .slick-prev {

  left: -8px;

}



#yorumlar form * {

  font-size: 14px !important;

  line-height: normal;

}



.ui-autocomplete {

  z-index: 9999999 !important;

}

.ui-autocomplete-category {

  font-weight: bold;

}



.nav.telefon a {

  padding-right: 0;

  color: #000;

}

.nav.telefon a .arrow-indicator {

  display: none !important;

}

@media (max-width: 768px) {

  .nav.telefon {/* display: none !important; */}
  .only-mobile a {
    right: 20px !important;
}
a#back-to-top {
  right: 28px !important;
}
.routes {
  width: calc(100% + 0px) !important;
}
  .slick-next {
    right: 0 !important;
}
.slick-prev {
  left: 0 !important;
}
  .tourSlider img {

    width: auto;

    height: 260px;

  }

}



.room-suggestion .card:first-child {

  margin-top: 10px;

}

.room-suggestion .card {

  display: flex;

  flex-direction: row;

  margin: 0;

  border-radius: 4px;

  border: 2px solid #cfcfcf;

  margin-bottom: 5px;

}

.perfect-match-room .room-image {

  margin: 8px 0;

}

.perfect-match-room .room-image img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  min-height: 185px;

  max-height: 185px;

}

.room-suggestion .card .conditions {

  padding-left: 0;

  margin: 16px 0;

  position: relative;

}

.perfect-match-room .conditions h5 {

  margin: 4px 0 8px;

  font-size: 18px;

  font-weight: 700;

  color: #363b44;

}

.perfect-match-room .conditions ul {

  list-style: none;

  padding: 0;

  margin-bottom: 0px;

  display: flex;

}

.room-suggestion .card .conditions li {

  width: auto;

}

.room-suggestion .card .conditions sub {

  top: -0.65em;

}

.perfect-match-room .badge {

  display: inline-flex;

  justify-content: center;

  align-items: center;

  padding: 8px;

  border-radius: 4px;

  font-size: 12px;

  font-weight: 700;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: normal;

  margin-right: 5px;

}

.perfect-match-room .badge i {

  margin-right: 3px;

}

.badge-outline-success {

  background-color: #fff !important;

  border: 1px solid #c2f2c9 !important;

  color: #34d74e !important;

}

.perfect-match-room p {

  margin: 0;

  position: relative;

  font-size: 14px;

}



.room-suggestion .price {/* background-color: #cfcfcf; */text-align: center;color: #000;display: flex;flex-direction: column;justify-content: center;padding-top: 15px;padding-bottom: 15px;border-left: 1px solid #cfcfcf;}

.room-suggestion .price b span {

  font-size: 22px;

  font-weight: 700;

  margin: 8px 0 6px;

  display: block;

}

.room-suggestion .price .old {

  font-size: 15px;

  text-decoration: line-through;

}

.room-suggestion .price .new {color: #ED6F0F;}



.room-suggestion .price .old span {

  text-decoration: line-through;

}

.room-suggestion .price .old span,

.room-suggestion .price .new span {

  font-size: 22px;

  display: inline-block;

}

.room-suggestion .price .old .b, .room-suggestion .price .new .b {font-size:16px;}

.room-suggestion .link a {

  display: block;

  padding: 7px;

  text-align: center;

  background: #eb1c24;

  border-radius: 6px;

  color: #fff;

  transition: ease-in all 350ms;

  font-size: 14px;

  font-weight: 600;

  border: 0;

}

.room-suggestion .link a:hover {

  background: #d94d00;

  color: #fff;

}

.room-suggestion .indirimoran {display: inline-block;background: #ED6F0F;padding: 0px 10px 0px 10px;border-radius: 5px;color: #fff;position: relative;}

.room-suggestion .odadetaylibilgi {

  color: #000 !important;

  font-weight: 600;

}

.room-suggestion .odadetaylibilgi i {

  color: #ff0000 !important;

}

.otelmusaitdegil {

  color: #f22;

}



.fiyatOrj,

.fiyatTL {

  padding: 0 5px;

}



.booknow,

.otelfiyatsablon .satinal a {box-shadow: rgb(0 0 0 / 20%) 1px 2px 3px;border-radius: 10px;}



.detail-header h3 {

  display: none;

}



.odaTalepEt {

  padding: 10px 10px;

  background: #fff;

  border-radius: 4px;

  border: 1px solid #f2f2f2;

  margin-top: 14px;

}

.odaTalepEtBaslik {

  color: red;

  font-size: 15px;

  font-weight: bold;

  text-align: center;

  margin-bottom: 10px;

}

.odaTalepEtAciklama {

  font-size: 13px;

  text-align: center;

  margin-bottom: 10px;

}

.odaTalepEtButon {

  text-align: center;

}

.odaTalepEtBaslikSiziArayalim {

  display: inline-block;

  width: auto;

  cursor: pointer;

  background: #ff0000;

  padding: 2px 10px;

  border-radius: 4px;

  color: #fff !important;

  line-height: normal;

}



.kisi-total {

  margin-right: 3px;

}



/* Style the tab */

.content-wrapper .tab {border-radius: 15px 15px 0px 0px;border-top: 1px solid #d5d5d5;border-right: 1px solid #d5d5d5;border-left: 1px solid #d5d5d5;}

.tab {overflow: hidden;/* border: 1px solid #ccc; *//* background-color: #f1f1f1; */}



/* Style the buttons inside the tab */

.tab .tablinks {background-color: inherit;float: left;border: none;outline: none;cursor: pointer;padding: 14px 10px;transition: 0.3s;font-size: 15px;color: #000;/* border-right: 1px solid #ddd; */}

.tab .tablinks:last-child {

  border-right: 0;

}



/* Change background color of buttons on hover */

.tab .tablinks:hover {background-color: #ffffff;color: #359aff !important;}



/* Create an active/current tablink class */

.tab .tablinks.active {background-color: #ffffff;color: #359aff;border-bottom: thick double #359aff;}



/* Style the tab content */

.content-wrapper .tabcontent {border-radius: 0px 0px 15px 15px;box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;}

.tabcontent {display: none;padding: 6px 12px;/* border: 1px solid #ccc; */border-top: none;}

.tabcontent {

  animation: fadeEffect 1s; /* Fading effect takes 1 second */

}



/* Go from zero to full opacity */

@keyframes fadeEffect {

  from {

    opacity: 0;

  }

  to {

    opacity: 1;

  }

}

@media (max-width: 768px) {

  .tab .tablinks {

    width: 50%;

    text-align: center;

    border-bottom: 1px solid #ddd;

    border-right: 1px solid #ddd;

  }
  .booking-box.sideBox {
    height: auto !important;
  }

  .tab .tablinks:nth-child(2),

  .tab .tablinks:nth-child(4),

  .tab .tablinks:nth-child(6) {

    border-right: 0;

  }

}

@media (max-width: 375px) {

  .tour-grid-item-01 .locations {

    max-height: 70px;

  }

}



.one-cikan-ozellik-aciklama {

  display: inline-block !important;

  width: auto !important;

  color: #58595b;

  background: #58595b42;

  padding: 2px 7px;

  border-radius: 7px;

  font-size: 13px;

}



/*MegamenÃƒÂ¼*/

.megamenu ul li a {

  display: block;

  width: 100%;

  padding: 2px;

  color: #707070;

  font-size: 13px;

  transition: ease-in-out all 300ms;

}

.megamenu .megamenu-right .submenu > ul li span {

  font-weight: bold;

  font-size: 15px;

  margin-bottom: 5px;

  display: block;

}

.megamenu .megamenu-right .submenu > ul li ul li:last-child a {

  font-weight: normal;

  color: #58595b;

  position: relative;

}

/* .mega-menu {margin-top: 10px !important;} */



.breadcrumb .normallink {

	color: #eb1c24;

	font-weight: 400;

	line-height: 1.25;

	font-size:13px;

}

.breadcrumb .ayirici {

	line-height: 1.25; padding: 0px 8px;

}

.breadcrumb .active {

	line-height: 1.25;

}

.otelSlider .recomended {

	position: absolute;left: 20px;top: 20px;background: #FFFC;width: auto;border-radius: 8px;padding: 0px 10px;font-size: 0.8em;

}

.otelSlider .recomended i {padding-right: 8px;}

/* .booking-box.sideBox {height: 55vh;} */



@media (max-width: 768px) {

  .searcher.search-fixed {

    position: relative !important;

    z-index: 1;

}



}



.searcher.search-fixed.bakbiotel {

  position: relative !important;

}



#detail-content-sticky-nav-01 h5{

  width: 100%;

  background: #58595b;

  display: inline-block !important;

  font-size: 16px !important;

  font-weight: bold;

  margin-right: 25px;

  padding: 15px;

  position: relative;

  color: #3F51B5 !important;

  text-transform: uppercase

}



.mobile-filter.fixed {

  display: none;

}

@media (max-width: 768px) {

  .mobile-filter.fixed {

    display: block;

  }



}

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

ul.nav.telefon {
  display: flex;
}
.megamenu .megamenu-right .submenu > ul li ul li:last-child a:after {
  display: none !important;
}
ul.nav.telefon::before {
content: unset;
}

.searcher.search-fixed {
  margin-bottom: 15px !important;
}


footer .phone {
  display: block;
  border: 1px solid #56585a;
  border-radius: 8px;
  padding: 3px 7px 3px 40px;
  color: #56585a;
  text-decoration: none
}

footer .phone.pn {
  background-image: url('../images/icons/phone-icon.png');
  background-repeat: no-repeat;
  background-position-y: center;
}

footer .phone.pn2 {
  background-image: url('../images/icons/phone-white-icon.png');
  background-repeat: no-repeat;
  background-color: #43D0F7;
  border-color: #43D0F7;
  color: #fff;
  background-position-y: center;
}

.subsucribe,footer .logos {
  border-bottom: 1px solid #e8e8e8
}

footer .phone.wp {
  background-image: url('../images/icons/whatsapp-icon.png');
  background-repeat: no-repeat;
  background-position-y: center;
}

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

footer .phone span {
  display: block;
  font-size: 13px;
  color: #333333;
}

footer .phone.pn2 span {
  padding: 10px;
  color: #fff;

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

.sos-css {
  width: 40%;
  float: right;
  clear: both;
}
.alt-footer img {
  width: auto;
  justify-self: center;
}
.alt-baslik-css {
  text-transform: capitalize !important;
  text-decoration-line: underline;
  color: #4D4D4D;
}
.bolge-resim{
  position:absolute;
  height:100%;width:100%;
  left:0;
  top:0;
  right:0;
  bottom:0;
  object-fit:cover;
  object-position:center;
  color:transparent;
  transition:transform 0.5s ease;
}
.p2-css{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  background:linear-gradient(180deg, rgba(0, 0, 0, 0.00) 34.90%, rgba(0, 0, 0, 0.42) 60.42%, rgba(0, 0, 0, 0.49) 100%);
  z-index:1;
}
.p1-css{
  overflow:hidden;
  border-radius:30px
}

h1.baslik-css {
  font-size: 24px;
}
.bread a {
  font-size: 12px;
  color: #ED6F0F;
}
.bread span {
  font-size: 12px;
  color: #ED6F0F;
}

h5.fligran-css {
  /* position: absolute; */
  /* top: 35px; */
  font-size: 16px !important;
  /* left: 0px; */
  /* color: white; */
  /* height: 40px; */
  /* background-image: url(/site/resim/fligran.png); */
  /* background-repeat: no-repeat; */
  /* align-content: center; */
  /* width: -webkit-fill-available; */
}
h5.fligran-css a {
  padding: 0;
}
h5.kesin-fligran-css a {
  padding: 5px;
}
h5.kesin-fligran-css {
  position: absolute;
  top: 35px;
  font-size: 16px !important;
  left: 0px;
  color: white;
  height: 40px;
  background-image: url(/site/resim/fligran.png);
  background-repeat: no-repeat;
  align-content: center;
  width: -webkit-fill-available;
}
.kesin-fligran-css:has(a:empty) {
  display: none;
}
.thy {background-image: url('/site/resim/ucak/thy.png');}
.pegasus {background-image: url('/site/resim/ucak/pegasus.png');}
.havayolu {    background-size: contain;
  width: 90px;
  height: 32px;
  display: block !important;
  background-repeat: no-repeat;
  margin-bottom: 5px;}
  @media (max-width:768px){
  .iconBox .box {
    margin: 5px;
    width: 100%;
}
.sos-css {
    width: 100%;
}
.footer-logo {
    text-align: center;
}}
.iconBox {padding: 0;background: #ffffff;padding-bottom: 20px;}

.iconBox .box {display: flex !important;align-items: center;line-height: normal;}

.iconBox .box .image {width: 62px;}

.iconBox .box .txt {width: calc(100% - 69px);font-size: 14px;/* font-weight: bold; */color: #359aff;padding-left: 15px;}

.section-title a {
  font-size: 24px;
  font-weight: 600;
}
.body-inner {
  background: #F5FEFF;
}



.header-main .main-nav > li.menu-item-1 > a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('/site/resim/menuicon/menu1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  justify-self: anchor-center;
  margin-bottom: 3px;
}

.header-main .main-nav > li.menu-item-2 > a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('/site/resim/menuicon/menu2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  justify-self: anchor-center;
  margin-bottom: 3px;
}

.header-main .main-nav > li.menu-item-3 > a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('/site/resim/menuicon/menu3.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  justify-self: anchor-center;
  margin-bottom: 3px;
}

.header-main .main-nav > li.menu-item-4 > a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('/site/resim/menuicon/menu4.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  justify-self: anchor-center;
  margin-bottom: 3px;
}
/*Tur detay*/
.dahil ul,.dahildegil ul{list-style: none;padding: 0;}
.dahil p:before{
    color: green;
    margin-right: 5px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.dahildegil p:before{
    color: red;
    margin-right: 5px;
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
div#hizmetler .heading-title {
    font-size: 17px;
}

.dahil p {
    font-size: 12px;
}
.dahildegil p {
    font-size: 12px;
}

  @media (max-width:768px){
  .mob-row {
    display:block !important;
}
.booking-box.sideBox {
  margin-top: 0px;
  padding-bottom: 20px;
}
.sideBox {
    padding: 0px;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 8%);
    margin-bottom: 15px;
}
}