﻿/* Add here all your CSS customizations */
.ustmenuOneBack{
	background: #ffffff;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 11%) !important;
	margin-bottom: 10px;
	border-top: 3px solid #ff9800;
}
.ustmenuOneBack .container{
	/* background: red; */
	padding: 0px;
}
.ustmenuOneBack .otelustdiv{
	margin-top: 0px;
	background: none;
	box-shadow: none;
	padding: 0px;
	padding-top: 5px;
}
.ustmenuOneBack .otelustdiv p{
	margin-bottom:0px;
}
.ustmenuOneBack .otelustdiv h2{
	margin-bottom:0px;
	color: #29235c;
	font-size: 25px;
	font-weight: bold;
}
.ustmenuOne{
	
display: flex;
	
flex-direction: row;
	
flex-wrap: nowrap;
	
align-items: center;
	
align-content: center;
	
justify-content: space-between;
	
height: 50px;
}
.ustmenuOne li{
	
}
.ustmenuOne li a{
	color: #29235c;
	font-weight: bold;
}
.ustmenuOne li .telDiv span{
	padding: 5px 10px;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  /* width: 278px; */
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  /* font-family: arial; */
  /* font-size: 15px; */
  line-height: 1em;
  box-shadow: 1px 0 20px rgba(0,0,0,.08);
  padding-right: 10px;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  /* white-space: nowrap; */
  /* text-align: center; */
  /* vertical-align: middle; */
  /* min-width: 32px; */
  /* width: 32px; */
  /* height: 24px; */
  /* line-height: 24px; */
  /* font-size: 12px; */
  /* border-radius: 4px; */
  border: 1px solid #00000008;
  /* white-space: nowrap; */
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  padding: 10px 10px;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  /* background-color: #eee; */
  /* border-color: transparent; */
  /* color: inherit; */
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #007bff57;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #0b69ff;
  border-color: transparent;
  color: #fff;
}
.daterangepicker td:hover {
  /* background-color: #0b69ff; */
  /* border-color: transparent; */
  /* color: #fff; */
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #d2d2d2;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}



/*magnefic*/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

.mfp-close:focus,.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform:scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

button.mfp-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	left: 0;
	border-radius: 4px;
	background: #212529;
	width: 35px;
	height: 100px;
	color: #FFF;
	margin: 0 !important;
	transform: translate3d(0, -50%, 0);
}

button.mfp-arrow:before {
	content: none;
}

button.mfp-arrow:after {
	content: "\f053";
	/* font-family: 'Font Awesome 5 Free'; */
	font: normal normal normal 14px / 1 FontAwesome;
	font-weight: 900;
	border: none !important;
}

button.mfp-arrow.mfp-arrow-left {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

button.mfp-arrow.mfp-arrow-left:after {
	margin-left: 0;
	margin-top: 0;
	position: relative;
	top: auto;
	left: -2px;
	width: auto;
	height: auto;
}

button.mfp-arrow.mfp-arrow-right {
	left: auto;
	right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

button.mfp-arrow.mfp-arrow-right:after {
	content: "\f054";
	margin-left: 0;
	margin-top: 0;
	position: relative;
	top: auto;
	left: auto;
	right: -2px;
	width: auto;
	height: auto;
}

/* Close */
.mfp-close,
.mfp-close-btn-in .mfp-close {
	font-family: "Poppins", Arial, sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #838383;
}

/* No Margins */
.mfp-no-margins img.mfp-img {
	padding: 0;
}

.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}

.mfp-no-margins .mfp-container {
	padding: 0;
}

/* Zoom */
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0.001;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Animnate */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	transform: scale(0.8);
	opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
	opacity: 0.001;
	transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-out;
	transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
	opacity: 0.01;
	transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Fade */
.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
/*noislider*/

.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px;}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}
/*noislider*/
.menu_telefon{
	/* float:right; */
	/* justify-content: flex-end; */
	/* right: 12px; */
	/* position: absolute; */
}
.menu_telefon:hover{	
	padding:5px;
	border-radius:10px;
}
.menu_telefon:hover a{
	
}
.mustyen{
	text-align: right;
	/* font-size: .857rem; */
	/* height: 70px; */
	display: flex;
	margin: 0px;
	float: right;
	margin-top: 16px;
}
.mustyen li{
	list-style: none;
	padding: 0 0px;
	padding-right: 0px;
	padding-left: 10px;
	display: flex;
	/* -webkit-align-items: center; */
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.mustyen li a{
	color: #2f2f4a;
	font-weight: 700;
}
.mustgiris a{
	background-color: #005aea;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 15px;
	border-radius: 5px;
}
.mustkayit a{
	
	background-color: #565656;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 15px;
	border-radius: 5px;
}
.musttel a{
	/* background-color: #003466; */
	/* background-color: #565656; */
	/* color: #fff !important; */
	/* font-size: 14px; */
	font-weight: 600;
	padding: 8px 15px;
	border-radius: 5px;
	/* display: block; */
}
.musttel a .text-1{
	
}
.musttel a span{
	/* float: left; */
}
.mustbildir {
	/* background-color: #003466; */
	background-color: #ff980040;
	color: #FF9800 !important;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 15px !important;
	border-radius: 5px;
}
.mustbildir .badge1 {padding: 5px 6px;border-radius: 10px;/* border: 1px solid lightgray; *//* text-align: center; */font-size: 12px;position: relative;right: 0px;top: -9px;height: 20px;width: 20px;margin-left: -7px;/* margin-top: -10px; *//* margin-right: -9px; */background: rgb(221,44,0);line-height: 10px;color: white;}

.mustbenara {
	/* background-color: #003466; */
	/* background-color: #ff980040; */
	/* color: #FF9800 !important; */
	border: 1px solid #f1f1f1;
	color: #005aea;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 15px !important;
	border-radius: 5px;
	margin-right: 5px;
	cursor: pointer;
}

.menudiv{
	/* border-top: 1px solid #d3d3d3f0; */
	/* margin-top: 5px; */
	/* background: #e0004d; */
	/* background: #e0004d; */
	/* background: #f8f8f8; */
	border-top: 1px solid #29235c2e;
	padding-top: 5px;
	/* border-top-left-radius: 15px; */
	/* border-top-right-radius: 15px; */
}
.menuustbeniara{padding: 5px 10px;border-radius: 10px;/* border: 2px solid #ffc107; */cursor: pointer;}
.menuustbeniara .fa{
	background: #ffc107;
	padding: 5px;
	color: white;
	border-radius: 5px;
}
.menuustbeniara:hover{
	
}
.menuusttel{padding: 5px 10px;border-radius: 10px;/* border: 2px solid #4CAF50; */}
.menuusttel .fa{
	/* background: #4CAF50; */
	/* padding: 5px; */
	/* color: white; */
	/* border-radius: 5px; */
	margin-top: 10px;
}
.menuustlogin{
	
padding: 5px 10px;
	
border-radius: 5px;
	
border: 1px solid lightgray;
	
/* margin-top: -9px !important; */
	
text-align: center;
	
/* background: #0b69ffd9; */
}

.menuustlogin .fa{	
margin-top: 5px;
}
.menuustlogin span,.menuustlogin strong,.menuustlogin .fa{
	color: #344553 !important;
}
.menuustlogin span{font-size: 1rem !important;/* font-weight: 400 !important; */line-height: 35px;}
.menuustlogin strong{font-size: 1rem !important;font-weight: 400 !important;}
.menuustlogin.giris span{font-size: 1.1rem !important;font-weight: 400 !important;line-height: 21px;/* color: #e0004d !important; */padding-right: 10px;padding-left: 10px;}
.menuustlogin.giris strong{font-size: 1.1rem !important;font-weight: 400 !important;line-height: 15px !important;color: #0b69ff !important;display: block !important;}

.menuustlogin:hover{
	/* background: #0b69ffd9; */
	background: #e0004d;
	color:white !important;
	cursor:pointer;
}

.menuustlogin:hover  span, .menuustlogin:hover strong, .menuustlogin:hover .fa{
	color:white !important;
}
.menuustBildirim {padding: 5px 3px;border-radius: 5px;border: 1px solid lightgray;text-align: center;font-size: 2rem;/* min-height: 49px; *//* background: #0b69ff; */}
.menuustBildirim .fa {/* padding: 5px 10px; *//* border-radius: 5px; *//* border: 1px solid lightgray; *//* text-align: center; */margin-top: 5px;color: #344553;}
.menuustBildirim .badge1 {padding: 5px 5px;border-radius: 10px;/* border: 1px solid lightgray; *//* text-align: center; */font-size: 15px;/* position: relative; */right: 5px;height: 20px;width: 20px;margin-left: -7px;margin-top: -2px;/* margin-right: -9px; */background: #0b69ff;line-height: 12px;color: white;}
.menuustBildirim:hover {

/* background: red; */

/* color: white !important; */

cursor: pointer;
}
.altSMetin{
	/* height: 200px; */
	/* overflow: scroll; */
	/* overflow-x: hidden; */
	font-size: 12px;
	line-height: 10px;
}
.altSMetin p, .altSMetin h1, .altSMetin h2, .altSMetin h3, .altSMetin h4 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
}
.uyepop{
	/* border-radius: 20px !important; */
}
.uyepop .form-sm{
	/* padding:0px; */
}
.uyepop .tab-content{
	box-shadow: none !important;
	border: none !important;
	display: inline-block;
}
.uyepop .nav.nav-tabs{
	width: 100%;
	display: inline-block;
	border: none !important;
	background: #ededed !important;
}
.uyepop .nav-item{
	/* border-radius: 10px; */
	/* font-size: 20px; */
	/* padding: 10px 12px !important; */
	width: 50%;
	float: left;
	display: block;
	text-align: center;
	/* padding-top: 10px !important; */
	/* padding-bottom: 10px !important; */
	/* background: #ededed; */
	/* margin-right: 5px; */
}
.uyepop .nav-link{
	/* border-radius: 10px; */
	/* font-size: 20px; */
	/* padding: 10px 12px !important; */
	width: 100%;
	float: left;
	display: block !important;
	text-align: center;
	/* padding-top: 10px !important; */
	/* padding-bottom: 10px !important; */
	background: #ededed;
	/* margin-right: 5px; */
}
.uyepop .nav-link.active{
	background: #0b69ffdb !important;
	color: white !important;
	/* padding-top: 10px !important; */
	/* padding-bottom: 10px !important; */
}
.uyepop .nav-item a{
	/* padding: 10px; */
	display: block;
	color: #495057 !important;
	border-top: none !important;
	font-size: 1.2rem !important;
	background: none !important;
	border: none !important;
}
.uyepop .nav-item.active a{color: white !important;}

.uyepop label {
    border-bottom: none !important;
    color: #3e3e3e;
    width: 100%;
    margin-bottom: 0px !important;
}
.uyepop .md-form i {
    float: left;
    /* top: 0.35rem; */
    font-size: 1.5rem;
    /* position: absolute; */
    /* -webkit-transition: color .2s; */
    /* transition: color .2s; */
    font-size: large;
    /* position: absolute; */
    padding-top: 5px;
    color: #0b69ff;
    width: 2rem;
    text-align: center !important;
}
.uyepop .md-form input {
    background-color: transparent;
    border: none;
    /* border: 0; */
    /* border-top: none !important; */
    border-bottom: 1px solid #ced4dab8 !important;
    /* border-radius: 0; */
    /* outline: 0; */
    margin-bottom: 5px;
    /* box-shadow: none !important; */
    /* margin-left: 20px !important; */
    /* float: right !important; */
    width: calc(100% - 2rem);
    /* margin-left: 3rem; */
    /* float: right !important; */
    padding-top: 5px !important;
    padding-left: 10px;
    padding-bottom: 5px !important;
    background: #f1f1f1;
    border-radius: 5px;
}
.uyepop h4 {
    font-weight: bold;
    font-size: 1.5rem;
}
.uyepop .col-md-6:first-child .row {
    border-right: 2px solid;
}
input.ng-not-empty.ng-invalid {
    border: 1px solid red !important;
}
input.ng-valid {
    border-color: #4CAF50;
}
.form-control[readonly] {
     background-color: white; 
    
}


.dropdown-mega-content{
	/* width:80%; */
	display: inline-block;
	/* background: red; */
	/* left: 0; */
	/* position: relative; */
	/* display: block; */
}
.dropdown-mega-content h5{
	margin-bottom: 0px !important;
	line-height: 1 !important;
}
.dropdown-mega-content h5 a{
	color: #005aea !important;
	margin-bottom: 0px;
	font-weight: bold !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
}
.dropdown-mega-sub-nav{
	
display: inline-block;
}
.dropdown-mega-sub-nav li{
	float:left;
	/* width: 20%; */
	min-width: 240px;
	max-width: 240px;
	overflow: hidden !important;
	display: block !important;
	max-height: 45px;
	line-height: 1;
	white-space: nowrap;
	/* min-height: 40px; */
}
.dropdown-mega-sub-nav li a{
	border-bottom: 1px solid #d3d3d36e !important;
	color: black !important;
	/* margin: 2px 10px !important; */
	padding: 5px 10px !important;
}
.menu_telefon a{
	font-size: 19px;
	color: #171717 !important;
	font-weight:bold;
	text-decoration:none;
	margin-top: -35px;
	display: block;
}
.topbar-tursab img {
    width: 60px;
}

.turdetayustul{
	margin-top:10px !important;
}
.turdetayustul a {
    color: white;
    font-size: 0.8rem;
    
}
.list-group-item{
	
padding: 10px;
	
font-weight: bold;
}
.list-group-item.tur_toplam_fiyat h3{
	font-weight: bold !important;
}
.rez_tur_bilgi label{
	font-size:large;
}
.mobile-nav-wrapper .text-center .fa{
	margin-top:10px !important;
}

@media (max-width: 991px) {
	
	.col-md-121{
		padding-left:10px;
		padding-right:20px;
	}
	.footer-wrapper img{
		width: 50%;
		float: left;
	}
	.tourbackust{
		height: 280px !important;
		margin-bottom: -280px !important;
	}
	.paylasalan{
		background:white;
		padding:5px 10px;
		border-radius:5px;
	}
	.turdetayustul{padding-left:10px;color:white;display: inline-block !important;line-height: 1rem !important;margin-top: 8px;}
	.turdetayustul li{
		float:left;
		line-height: 1rem;
	}
	.turdetayustul li.active{
		display:none;
	}
	.turdetayustul a{
		color:white;
		font-size: 0.8rem;
	}
	.tur_detay_baslik{
		padding-left:10px;
		padding-right:20px;
		line-height: 1.8rem;
		font-weight: bold !important;
		font-size: 1.5rem !important;
	}
	.tur_detay_baslik_slogan{
		padding-left:10px;
		padding-right:20px;
	}
	.col-md-9.p-0{
		padding-right:15px !important;
		padding-left:15px !important;
	}
	.col-md-3.pr-0{
		padding-right:15px !important;
	}
	.nav-tabs li{
		/* width:50%; */
	}
	.slider_arama .nav-tabs {
		display: flex;
	}
	.slider_arama .nav-tabs li{
		/* min-width: 60px!important; */
		/* max-width: 60px!important; */
		padding: 0;
		flex: 1 1 auto;
		width: auto;
		width: 15%;
		float: left;
		/* height: 50px; */
		padding-right: 0px !important;
	}
	.slider_arama .nav-tabs li a{
	padding: 5px;
	padding: 0;
	/* min-width: 60px!important; */
	/* max-width: 60px!important; */
	padding: 5px 0px;
	flex: 1 1 auto;
	position: relative;
	flex-direction: column-reverse;
	display: grid;
	text-align: center;
	line-height: 15px;
	height: 56px;
	border-radius: 5px;
	}
	.slider_arama .nav-tabs li .fa{
	}
	.slider_arama .nav-tabs li .st-text{
	font-size: 12px;
	text-align: center;
	text-wrap: auto;
	}
	.slider_arama .btn_slider_otel_arama1{
		height:50px;
		line-height:35px;
		font-size:20px !important;
	}
	
}
.turdetayustul li{
     color:#cecece;
}
.tur_detay_baslik{
    color:white;
    font-weight: 400;
    margin-bottom:0px;
    text-shadow: 1px 1px 0 #000;
}
.tur_detay_baslik_slogan{
     color:white;
    font-weight:400;
    margin-bottom:0px;
}
.tourbackust{
    width: 100%;
    height: 390px;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 1px 5px #000;
    position: relative;
    padding-top: 80px;
    margin-bottom: -390px;
    z-index: 0;
}
.tourbackust:after {
    content: "";    
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    /* z-index: -1; */
    background: rgb(84 84 84 / 70%);
}
.tour_sag{
    /* background:white; */
    /* padding:15px; */
}
.tour_sag .tour_fiyat_alan{
    margin-bottom: 10px;
    /* background: red; */
    background: white;
    padding: 10px;
    border: 1px solid rgba(128,137,150,.2);
    /* padding: 30px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 3%);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,.03);
    box-shadow: 0 0 40px rgb(82 85 90 / 3%);
    text-align: center;
}
.tour_sag .tour_fiyat_alan .tour_fiyat h4{
    margin-bottom:0px;
    background: #f5bc19;
    color: white;
    border-radius: 5px;
}
.tour_sag .tour_rez_alan{
    margin-bottom:10px;
    /* background: #2196f3; */
    /* background: white; */
    padding: 15px;
    border: 1px solid rgba(128,137,150,.2);
    /* padding: 30px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 3%);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,.03);
    box-shadow: 0 0 40px rgb(82 85 90 / 3%);
    text-align: center;
}
.tour_rez_alan h3{
    /* margin-bottom:5px; */
    text-upparcase:none;
}
.tour_sag .tour_rez_alan h4{
    margin-bottom:0px;
}
.tour_sag .tour_rez_alan h6{
    margin-bottom:10px;
}
.tour_sag .tour_tel_alan{
    margin-bottom: 20px;
    /* background: red; */
    background: white;
    padding: 15px;
    border: 1px solid rgba(128,137,150,.2);
    /* padding: 30px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 3%);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,.03);
    box-shadow: 0 0 40px rgb(82 85 90 / 3%);
    text-align: center;
}
.tour_sag .tour_tel_alan a{font-size: 21px;display: block;margin-bottom: 0px;color: #2196f3;font-weight: 700;margin-bottom: 15px;}
section.section {
    background: #f6f9fd59;
    /* border-top: 5px solid #ffffff; */
    margin: 0px 0;
    padding: 5px 0;
    padding-bottom: 5px;
    border-top: none;
}

.boxzafer{
               border-radius: 10px;
               background-color: #ffffff;
               box-shadow: 0 8px 30px 0 rgba(150,164,167,0.4);
               margin-bottom: 20px;
       }
      .boxzafer .pic img {
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
    width: 100%;
    height: 170px;
}
 .boxzafer.kck .pic img {
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
    width: 100%;
    height: 130px;
}
.boxzafer.kck .text {
    /* padding: 10px; */
    width: 100%;
    max-height: 40PX;
    min-height: 40px;
	}

    .boxzafer .text {
    /* padding: 10px; */
    width: 100%;
    max-height: 70PX;
    min-height: 70px;
    overflow-y: auto;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}
        .boxzafer .text p{
   margin-bottom: 2px !important;
   font-size: 12px;
   color: #2f2f2f;
   padding: 0 0px;
   font-weight: 400;
   margin: 5px 0;
   line-height: 18px;
}
    .boxzafer .text h2 {
    /* font-family: Nunito Sans; */
    /* font-size: 20px; */
    /* font-weight: bold; */
    /* text-align: left; */
    /* color: #333d47; */
    /* margin-top: 0px; */
    /* margin-bottom: 5px !important; */
    font-size: 15px;
    font-weight: bold;
    color: #2f2f2f;
    padding: 0 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    /* line-height: initial; */
    line-height: 18px;
}

.boxzafer:hover {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
        box-shadow: 0 8px 30px 0 rgb(150, 164, 167);
   
    }
.boxzafer.flybolgekck2 {
	/* display: flex; */
}
.boxzafer.flybolgekck2 .pic{
	/* float: left; */
}
.boxzafer.flybolgekck2 img{
	height: 190px;
	/* float: left; */
	/* width: 145px; */
	object-fit: fill;
	background: #f0f3f5;
}
.boxzafer.flybolgekck2 .text{
	/* float: left; */
	height: 111px;
	max-height: 100px;
	/* min-height: 90px; */
	line-height: 1.2;
	font-size: 13px;
	color: #868686;
}
@media (max-width: 479px){
           .boxzafer .pic img {
   /* display:none; */
}

      }
.boxzafer.flybolgekck{
	display: flex;
}
.boxzafer.flybolgekck .pic{	
float: left;
}
.boxzafer.flybolgekck img{
	height: 90px;
	/* float: left; */
	width: 120px;
	object-fit: cover;
}
.boxzafer.flybolgekck .text{
	float: left;
	height: 90px;
	max-height: 90px;
	min-height: 90px;
}
.boxzafer.flybolgekck .text h2{
	
}
.boxzafer.flybolgekck .text p{
	font-size: 1.2rem;
	font-weight: bold;
	color: var(--blue);
}
.boxzafer.flybolgekck .text span{
	font-size: 12px;
	font-weight: 300;
	color: #595959;
	/* color: var(--blue); */
}
.boxzafer.bloglist{
	display: flex;
}
.boxzafer.bloglist .pic{
	float:left;
}
.boxzafer.bloglist .text{
	float:left;
	max-height: max-content;
}
.boxzafer.bloglist .text h2{
	
font-size: 1.1rem;
}
.boxzafer.bloglist img{
	height: 150px;
	/* float: left; */
	width: 300px;
	object-fit: cover;
}
.boxzafer.liste3 .pic img {
	height: auto;
	max-height: 170px;
	object-fit: contain;
	background: #e4e4e4;
}
.boxzafer.liste3 .text {min-height: 80px;max-height: 80px;display: inline-flex;width: 100%;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: flex-start;}
.boxzafer.liste3 .text .baslik {max-width: 70%;/* float:left; */}
.boxzafer.liste3 .text h2 {/* min-height: 100px; *//* max-height: 100px; *//* display: inline-block; */margin-top: 5px;max-height: 36px;overflow: hidden;}
.boxzafer.liste3 .text p {/* min-height: 100px; *//* max-height: 100px; *//* display: inline-block; */line-height: 1;max-height: 25px;overflow: hidden;text-overflow: ellipsis;}
.boxzafer.liste3 .text .alt {/* bottom: 25px; *//* position: absolute; *//* width: 88%; *//* display: inline-block; *//* right: 5px; *//* display: contents; *//* display: flex; *//* align-items: flex-end; *//* align-content: flex-end; *//* justify-content: space-between; *//* flex-wrap: wrap; *//* float: right; */}
.boxzafer.liste3 .text .alt p {float: left;max-width: 40%;}
.boxzafer.liste3 .text .fiyat {/* float: right; *//* display: inline-block; */margin-top: 5px;text-align: right;/* width: 70%; *//* bottom: 25px; *//* position: absolute; *//* right: 5px; */}
.boxzafer.liste3 .text .fiyat .oldprice {/* float: right; */font-size: 0.7rem;margin-top: -10px;text-align: right;line-height: 1;}
.boxzafer.liste3 .text .fiyat .listefiyat {float: right;font-size: 1.2rem !important;display: grid;line-height: 1;}
.boxzafer.liste3 .text .fiyat .listefiyat span {float: right;}
.boxzafer.liste3 .text .fiyat .listefiyat em {float: right;font-size: 9px;color: black;font-weight: 400;}

.boxzafer.liste4 .text {min-height: 100px;max-height: 100px;display: inline-flex;width: 100%;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: flex-start;}
.boxzafer.liste4 .text .baslik {max-width: 70%;/* float:left; */}
.boxzafer.liste4 .text h2 {/* min-height: 100px; *//* max-height: 100px; *//* display: inline-block; */margin-top: 5px;max-height: 36px;overflow: hidden;}
.boxzafer.liste4 .text p {/* min-height: 100px; *//* max-height: 100px; *//* display: inline-block; */line-height: 1;max-height: 25px;overflow: hidden;text-overflow: ellipsis;}
.boxzafer.liste4 .text .alt {/* bottom: 25px; *//* position: absolute; *//* width: 88%; *//* display: inline-block; *//* right: 5px; *//* display: contents; *//* display: flex; *//* align-items: flex-end; *//* align-content: flex-end; *//* justify-content: space-between; *//* flex-wrap: wrap; *//* float: right; */}
.boxzafer.liste4 .text .alt p {float: left;max-width: 40%;}
.boxzafer.liste4 .text .fiyat {/* float: right; *//* display: inline-block; */margin-top: 5px;text-align: right;/* width: 70%; *//* bottom: 25px; *//* position: absolute; *//* right: 5px; */}
.boxzafer.liste4 .text .fiyat .oldprice {/* float: right; */font-size: 0.7rem;margin-top: -10px;text-align: right;line-height: 1;}
.boxzafer.liste4 .text .fiyat .listefiyat {float: right;font-size: 1.2rem !important;display: grid;line-height: 1;}
.boxzafer.liste4 .text .fiyat .listefiyat span {float: right;}
.boxzafer.liste4 .text .fiyat .listefiyat em {float: right;font-size: 9px;color: black;font-weight: 400;}



.zaferfiyat{
        font-weight: 900;
        letter-spacing: -0.3px;
        text-align: left;
        color: #519637;
    }
    .foto_indirim{
        position: absolute;
        top: 0px;
        right: 18px;
        background: #FFC107;
        padding: 5px 0;
        max-width: 64px;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        z-index: 2;
    }
     .foto_indirim:before{
         content: '';
         width: 0;
         height: 0;
         position: absolute;
         bottom: -5px;
         left: 0;
         border-bottom: 6px solid transparent;
         border-left: 32px solid #ffc107;
         border-right: 32px solid #ffc107;
     }
     .boxzafer .text .h5-night-info{
         font-size: 14px;
         font-weight: 700;
         color: #f90101;
         padding: 0 0px;
         margin: 0px 0;
     }
    .boxzafer .text-bottom {
         width: 100%;
         float: none;
         border-top: 1px solid #dcdcdc;
         padding: 0 5px;
         display: block;
         overflow: hidden;
     }
     .boxzafer .text-bottom .bottom_fiyat .eski_fiyat{
         font-size: 15px;
         /* font-weight: 400; */
         color: #7d7d7d;
         text-decoration: line-through;
         display: block;
         line-height: normal;
    }
     .boxzafer .text-bottom .bottom_fiyat .yeni_fiyat{
         font-size: 23px;
         font-weight: 600;
         color: #80c435;
         line-height: normal;
     }
     .boxzafer .text-bottom .bottom_fiyat{
         font-size: 12px;
         font-weight: 600;
         color: #2f2f2f;
         /* width: 50%; */
         float: left;
         text-align: center;
         margin-top: 0px;
     }
      .boxzafer .text-bottom .bottom_buton{
          display: inline-block;
          float: right;
          margin: 0px 5px;
          padding: 4px;
          background: #ed1c24;
          color: #fff;
          border-radius: 3px;
          font-size: 10px;
          font-weight: 600;
          transition: min-height 0.3s ease;
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.33);
          margin-top: 3px;
          line-height: 19px;
     }
      .boxzafer .text-bottom {
         
     }
.listetema{
	 /* background: #2196f3; */
	 line-height: 16px;
	 margin-top: -18px;
	 z-index: 90;
	 display: block;
	 position: absolute;
	 /* right: 0; */
	 padding: 1px 5px;
	 background: #009688;
	 border-radius: 0;
	 color: #fff;
	 font-size: 11px;
	 /* font-weight: 600; */
	 /* letter-spacing: 0.5px; */
	 /* padding: 0 10px; */
	 /* position: absolute; */
	 right: 0px;
	 /* text-transform: capitalize; */
	 /* bottom: 83px; */
	 border-top-left-radius: 10px;
	 /* -webkit-transition: all 150ms ease-in-out 0s; */
	 -o-transition: all 150ms ease-in-out 0s;
	 transition: all 150ms ease-in-out 0s;
	 box-shadow: 0 8px 30px 0 rgb(150 164 167 / 40%);
}
     .yeni_fiyat2{
         background: #2196f3;
         float: right;
         margin-top: -31px;
         z-index: 90;
         display: block;
         position: absolute;
         /* right: 0; */
         padding: 1px 6px;
         background: #ffc107;
         border-radius: 0;
         color: #fff;
         font-size: 24px;
         /* font-weight: 600; */
         /* letter-spacing: 0.5px; */
         /* padding: 0 10px; */
         /* position: absolute; */
         right: 0px;
         text-transform: capitalize;
         /* bottom: 83px; */
         border-top-left-radius: 10px;
         -webkit-transition: all 150ms ease-in-out 0s;
         -o-transition: all 150ms ease-in-out 0s;
         transition: all 150ms ease-in-out 0s;
         box-shadow: 0 8px 30px 0 rgb(150 164 167 / 40%);
     }
     .kategori_baslik{
    /* background: #b8ccfe; */
    /* background-color: #ffffff; */
    /* box-shadow: 0 8px 30px 0 rgba(150, 164, 167, 0.68); */
    padding: 5px 0PX;
    /* margin-bottom: 5px; */
    /* border-bottom: 3px solid #ffc107; */
    /* border-radius: 10px; */
    /* margin-top: 10px !important; */
}
.kategori_baslik h3{
    
margin: 5px;
    
padding: 0px;
    
/* float: left; */
    
color: #1c2b3d !important;
    
font-size: 26px!important;
    
/* margin-bottom: 20px; */
    
/* margin-top: 10px; */
    
margin: 0px;
    
margin-bottom: 5px;
    
font-weight: bold;
}
.kategori_baslik .kategori_tum{
    
float: right;
    
/* border: 2px solid #f8bf12; */
    
padding-left: 5px;
    
padding-right: 5px;
    
/* margin-bottom: 10px !important; */
    
font-size: 15px;
}
.tur_tabcontent{
    border:none;
    box-shadow: none;
    padding: 0px;
}
.tur_bolum{/* border-color: #e5e5e53d; */margin-bottom: 20px;/* background-color: #fff; *//* border: 1px solid #e5e5e566; *//* border-radius: 4px; *//* -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%); *//* box-shadow: 0 1px 1px rgb(0 0 0 / 5%); *//* box-shadow: 0 2px 2px rgb(0 0 0 / 16%); *//* padding: 15px; */border: 1px solid rgba(128,137,150,.2);/* padding: 30px; */-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background-color: #fff;-webkit-box-shadow: 0 0 40px rgb(82 85 90 / 3%);-moz-box-shadow: 0 0 40px rgba(82,85,90,.03);box-shadow: 0 0 40px rgb(82 85 90 / 3%);}
.tur_bolum .tur_basliklari{
    /* color: #333; */
    /* background-color: #f5f5f5; */
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding: 10px 10px;
    font-size: 15px;
    /* color: #003466; */
    color: #444;
    font-weight: 600;
    background-color: #fff;
}
.tur_bolum .tur_bolum_detay{
     padding: 10px 10px;
}
.nav-tabs{

margin-bottom: 10px;
}
.nav-tabs li{
    /* background: #f7f7f7; */
    /* border-bottom: none; */
    /* border-left: 1px solid #EEE; */
    /* border-right: 1px solid #EEE; */
    /* border-top: 3px solid #EEE; */
    /* color: #CCC; */
    padding: 0px !important;
    padding-right: 5px !important;
    /* color: #003466; */
    /* box-shadow: 0 1px 5px #00000014; */
    /* border: 1px solid #00000014; */
}
.nav-tabs li a{
    
color: #444;
    
display: block;
    
padding: 0 20px;
    
background: #ffffff;
    
font-size: 1em;
    
font-weight: bold;
    
height: 40px;
    
line-height: 40px;
    
text-decoration: none;
    
/* text-transform: uppercase; */
    
white-space: nowrap;
    
border: 1px solid #00000014;
    
border-radius: 25px;
    
/* margin-bottom: 8px; */
    
text-align: center;
}
.nav > li > a:hover, .nav > li > a:focus {
    /* background: #2196f3; */
    /* color: white; */
}
.nav > li.active > a, .nav > li > a:focus {
    /* background: #2196f3; */
    /* color: white; */
}
.menu_seffaf{
	background-color: #ffffffd1;
}
.menu_kutu{
	padding:0px !important;
	margin: 0px !important;
}
.menu_kutu .col-md-3{
		border-right: 2px solid gainsboro;
		padding-left: 0px;
	}
	.menu_kutu .col-md-3:hover .boxzafer2{
		 background: #ffffff; 
		 padding:5px;
	}
	.menu_kutu .col-md-3:last-child{
		border-right: none;
	}
	.menu_kutu a{
		padding:0px !important;
	}
	.menu_kutu h4{
		color:#0042b0 !important;
		text-align:center;
	}
	.menu_kutu h2{
		/* color:#0042b0 !important; */
		/* text-align:center; */
		font-size: 1.2em;
		margin-bottom: 0px;
		line-height: 1.4em;
		font-weight: 600;
		margin-top: 5px;
	}
	.menu_kutu img{
		width:100% !important;
	}
	.menu_kutu_icerik{
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.menu_kutu_icerik:hover{
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		cursor:pointer;
	}
	.footer_link{
		width:33%;
		float:left;
	}
	.foot-info ul, .foot-support ul{
		list-style:none;
		padding: 0px;
	}
	.footer-wrapper{
		background: white;
    padding: 20px 0px 0px 0px;
	}
	.footer-wrapper a{
		color:#60676d;
	}
	.beyazbox{
		margin-bottom: 10px;
		/* background: red; */
		background: white;
		padding: 10px;
		border: 1px solid rgba(128,137,150,.2);
		/* padding: 30px; */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: #fff;
		-webkit-box-shadow: 0 0 40px rgb(82 85 90 / 3%);
		-moz-box-shadow: 0 0 40px rgba(82,85,90,.03);
		box-shadow: 0 0 40px rgb(82 85 90 / 3%);
		/* text-align: center; */
	}
	.yolcu_ekle {
		border-bottom:1px solid #dedede;
		padding-bottom:10px;
		margin-bottom:10px;
	}
	.yolcu_ekle .kisi_text{
		margin-bottom:5px;
	}
	.odemehata_panel{
		color: #a94442;
    background-color: #ffffff;
    border-color: #fd4b4b;
    padding:10px;
    text-align:center;
	}
	.odemehata_panel img{
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	.odemeonay_panel{
		color: #a94442;
    background-color: #ffffff;
    border-color: #fd4b4b;
    padding:10px;
    text-align:center;
	}
	.odemeonay_panel img{
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	.pop_kisiler{
		display:none;
		position: absolute;
		left: 15px;
		right: 0;
		/* top: -webkit-calc(100%); */
		top: -moz-calc(100%);
		/* top: calc(100%); */
		background-color: rgb(33 150 243);
		z-index: 99999;
		border-radius: 0 0 10px 10px;
		-webkit-box-shadow: 0 8px 20px 0 rgb(0 0 0 / 15%);
		-moz-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
		box-shadow: 0 8px 20px 0 rgb(0 0 0 / 15%);
		padding: 10px 15px 10px 10px;
		padding-right: 15px;
	}
	.pop_kisiler.show{
		display:block !important;
		/* margin: 0 2px; */
	}
	.pop_kisiler label{
		color:white;
		margin-bottom: 0px;
	}
	#yolcu_text{
		cursor:pointer;
	}
.boxkutu{
	background-color: #fff;
	color: rgba(0,0,0,.87);
	border-radius: 8px!important;
	box-shadow: 0 1px 2px rgba(73,86,154,.15)!important;
	padding: 16px!important;
	border-width: thin;
	display: block;
	max-width: 100%;
	outline: none;
	text-decoration: none;
	transition-property: box-shadow,opacity;
	overflow-wrap: break-word;
	position: relative;
	white-space: normal;
	margin-bottom: 10px;
}
.boxkutu .boxbaslik{
	    color: #1c2b3d !important;
	    caret-color: #1c2b3d !important;
	    margin-bottom: 12px!important;
	    font-weight: 700!important;
	    font-size: 18px !important;
}
.boxkutu .boxaciklama{
	color: #1c2b3d !important;
    caret-color: #1c2b3d !important;
	padding-top: 0!important;
    padding-bottom: 0!important;
	font-weight: 500!important;
	line-height: 22px!important;
	font-size: 14px!important;
}
.btn-rezyap{
	    padding: 0 16px;
	    background-color: #0b69ff !important;
	    border-color: #0b69ff !important;
	    height: 52px;
	    text-align: center;
	    color: white;
	    box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)!important;
	    font-weight: 600!important;
	    font-size: 16px;
	    display: flex;
	    flex: 1 0 auto;
	    min-width: 100%!important;
	    max-width: none;
	    align-items: center;
	    border-radius: 4px;
	    letter-spacing: 0;
	    justify-content: center;
	    outline: 0;
	    position: relative;
	    text-decoration: none;
	    text-indent: 0;
	    text-transform: none;
	    transition-duration: .28s;
	    transition-property: box-shadow,transform,opacity;
	    transition-timing-function: cubic-bezier(.4,0,.2,1);
	    margin-top: 10px;
}
.boxrez {
	background-color: #fff;
	color: rgba(0,0,0,.87);
	border: 1px solid lightgray;
	border-radius: 8px!important;
	box-shadow: 0 1px 2px rgba(73,86,154,.15)!important;
	padding: 10px!important;
	border-width: thin;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	outline: none;
	text-decoration: none;
	transition-property: box-shadow,opacity;
	overflow-wrap: break-word;
	position: relative;
	white-space: normal;
	margin-bottom: 0px;
}
.boxrez .res{
	/* width: 5%; */
	background: #f1f4f8;
	text-align: center;
	float: left;
	/* height: 52px; */
	display: inline-block;
	padding: 10px;
	border-radius: 10px;
	margin-right: 5px;
	margin-top: 15px;
	border: 1px solid lightgray;
}
.boxrez .orta{
	
float: left;
}
.boxrez .orta p{
	/* float: left; */
	margin-bottom: 0px;
}
.boxrez .orta h6{
	/* float: left; */
	margin-bottom: 0px;
	font-weight: bold;
}
.boxrez .sag{
	/* width: 25%; */
	float: right;
}
.boxrez .sag .rezD1{
	
}
.boxrez .sag .rezD6{
	background: #28a74545;
	color: var(--success);
	font-weight: bold;
	padding: 3px 15px;
	border-radius: 10px;
	font-size: 0.8rem;
}
.boxrez .sag .rezD7{
	background: #28a74545;
	color: var(--success);
	font-weight: bold;
	padding: 3px 15px;
	border-radius: 10px;
	font-size: 0.8rem;
}
.boxrez .sag .rezD10{
	background: rgb(221 44 0 / 21%);
	color: red;
	font-weight: bold;
	padding: 3px 15px;
	border-radius: 10px;
	font-size: 0.8rem;
}
.boxrez .sag .rezD11{
	background: rgb(221 44 0 / 21%);
	color: red;
	font-weight: bold;
	padding: 3px 15px;
	border-radius: 10px;
	font-size: 0.8rem;
}
.boxrez .sag .btn{
	/* width: 25%; */
	float: right;
}
.otel_detay{background: #f8f8fd !important;/* margin-top: 15px; *//* padding-top: 15px; */}
.otel_detay .container{
padding-left:5px;
padding-right:5px;
}
.otel_detay .otel_detay_ust_satir  {
    margin-top:5px !important;
}
.otel_detay .otel_adi{
    color: #3f536c !important;
    letter-spacing: 0.08rem;
    margin-bottom: 0px !important;
    font-weight: 700!important;
    font-size: 28px;
    font-family: Inter;
    line-height: 1.5rem;
}
.ratting {
    color: #ffcc00;
}
.otel_detay .otel_yildiz .fa{
    color:#ffc600;   
}
.otel_detay .otelustadres {
   /* font-weight: 400; */
   /* font-size: .9em; */
   /* color: #0896ff; */
   margin-bottom: 0px !important;
   /* float:left; */
   color: #999;
}
.oteldetayresimler{
	box-shadow: 0 0px 3px 0 rgb(0 0 0 / 40%) !important;
	border-radius: 10px !important;
	margin-bottom: 10px;
}
.oteldetayresimler img{
	/* box-shadow: 0 0px 3px 0 rgb(0 0 0 / 40%) !important; */
	border-radius: 10px !important;
	max-height: 450px;
	object-fit: cover;
	background: #dddddd;
}
.oteldetayresimler1 img{
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 26%) !important;
	/* border-radius: 10px !important; */
	/* max-height: 342px; */
	min-height: 355px;
	object-fit: cover;
	background: #dddddd;
	width: 100%;
}
.oteldetayresimler1 .col-12{
	padding-right:0px;
}
.oteldetayresimler1 .col-12 img {
	 max-height: 336px;
	 min-height: 336px;
}
.oteldetayresimler1 .col-3 img {
    max-height: 167px;
    min-height: 167px;
    margin-bottom: 2px;
}
.oteldetayresimler1 .owl-carousel {
	margin-top: 5px !important;
	max-height: 93px;
}
.oteldetayresimler1 .owl-carousel .owl-item {
	margin-right: 10px !important;
}
.oteldetayresimler1 .owl-carousel img {
   /* box-shadow: 0 6px 5px 0 rgb(0 0 0 / 65%) !important; */
   /* border-radius: 5px !important; */
   /* max-height: 99px; */
   /* min-height: 100px; */
   /* object-fit: cover; */
   /* background: #dddddd; */
   /* width: 100%; */
   /* margin-right: 10px !important; */
   /* box-shadow: none !important; */
}
.oteldetayresimler1 .owl-carousel .owl-stage, .oteldetayresimler1 .owl-stage-outer{
	    height: 120px;
	    max-height: 120px;
}
.oteldetayaltres img{
	min-height: 120px !important;
	height: 120px !important;
	width: 100% !important;
	max-height: 120px !important;
}
.otelaltres{
	float: left;
	overflow: hidden;
	width: 100%;
}
.otelaltres .owl-nav{
	display:none;
}
.otelaltres .owl-item{
	
float: left;
}
.sss{
	
/* background: red; */
	
/* box-shadow: 0 3px 5px rgb(73 86 154 / 30%) !important; */
}
.sss div{
	box-shadow: 0 3px 5px rgb(73 86 154 / 17%) !important;
}
.sss h2{
	
font-weight: bold;
	
text-align: center;
}
.sss h3{
	background: #ffffff;
	padding: 5px 10px;
	/* border-radius: 10px; */
	font-size: 15px;
	margin-bottom: 0px;
	color: #000000;
	border-left: 5px solid #f9a124;
	margin-top: 10px;
	line-height: 1.2;
	/* box-shadow: 0 3px 5px rgb(73 86 154 / 30%) !important; */
}
.sss p{
	background: #f0f3f5;
	padding: 10px 10px;
	border-radius: 0px;
	font-size: 14px;
	line-height: 1.2;
	/* margin-bottom: 15px; */
}
.paketdetayres {
	
background: #f8f8fd;
	
border: 1px solid #dedede;
	
border-radius: 10px;
	
max-height: 400px;
	
height: 400px;
	
width: 100%;
	
overflow: hidden;
}
.oteldetayresimler2 img{
	/* box-shadow: 0 0px 3px 0 rgb(0 0 0 / 40%) !important; */
	border-radius: 10px !important;
	max-height: 350px;
	object-fit: contain;
	background: #e9e9e9;
	/* margin: auto; */
	display: block;
	margin: auto;
	/* width: 100%; */
}
.otel_sag_harita{
	border: 1px solid #ffffff;
	border-radius: 4px;
	background-image: url(/img/hmap.svg);
	background-size: cover;
	height: 94px;
	margin-bottom: 10px;
	box-shadow: 0 1px 2px rgba(73,86,154,.15)!important;
}
.otel_sag_harita .cats-title{
	color: #0b69ff;
	/* background: red; */
	/* width: 75%; */
	padding-left: 10px;
	padding-top: 15px;
	background: linear-gradient(90deg,hsla(0,0%,100%,.9) 56.57%,hsla(0,0%,100%,0) 99.73%);
	font-weight: bold;
}
.otel_sag_harita .otelhadres{
	color: #505050;
	background: red;
	/* width: 75%; */
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	background: linear-gradient(90deg,hsla(0,0%,100%,.9) 56.57%,hsla(0,0%,100%,0) 99.73%);
	line-height: 1rem;
}

.icerikic{

position: relative;

margin-top: -20px;

margin-bottom: 40px;

position: relative;

/* z-index: 9996; */

padding: 30px;

-webkit-border-radius: 10px;

-moz-border-radius: 10px;

border-radius: 10px;

background-color: white;

overflow: hidden;

-webkit-box-shadow: 0px 0px 40px 0px rgb(15 88 105 / 6%);

-moz-box-shadow: 0px 0px 40px 0px rgba(15, 88, 105, 0.06);

box-shadow: 0px 0px 40px 0px rgb(15 88 105 / 6%);
}
.tum_fotolar{
	
position: absolute;
	
background: #07213cb3;
	
margin-top: -34%;
	
margin-left: 17%;
	
border-radius: 50px;
	
padding: 5px 20px;
	
display: block;
	
font-weight: bold;
	
color: #ffffff;
	
border: 2px solid #ffffff;
	
display: inline-flex;
	
-ms-flex-pack: center;
	
justify-content: center;
	
-ms-flex-align: center;
	
align-items: center;
	
/* inset: 322px 50px auto auto; */
}
.foto_ust{
	position: absolute;
	margin-top: -53px;
	padding-left: 10px;
	display: block;
	overflow: hidden;
	float: left;
	height: 50px;
}
.foto_ust .oteltema {
    float: left;
    margin-right: 5px;
    padding: 1px 10px;
    background: #e3efff;
    color: #0896ff;
    border-radius: 10px;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
}
.otelustdiv{
	margin-left: 0px;
	margin-right: 0px;
	background: white;
	border-radius: 0px;
	/* box-shadow: 4px 14px 12px 1px rgb(0 0 0 / 14%) !important; */
	margin-bottom: 5px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	/* background: white; */
	padding: 10px;
	border-radius: 8px;
	margin-top: 10px;
}
.otelustdiv .btn-kirmizi{
	float: right;
	/* width: 10%; */
	padding: 15px 20px;
	/* background-color: var(--pink) !important; */
	border-color: var(--pink) !important;
	color: var(--pink) !important;
	height: 52px;
	text-align: center;
	/* color: white; */
	box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)!important;
	font-weight: 600!important;
	font-size: 16px;
	/* display: flex; */
	flex: 1 0 auto;
	/* min-width: 100%!important; */
	/* max-width: none; */
	align-items: center;
	border-radius: 4px;
	letter-spacing: 0;
	justify-content: center;
	outline: 0;
	position: relative;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	transition-duration: .28s;
	transition-property: box-shadow,transform,opacity;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	margin-top: 10px;
}
.otelustdiv .btn-rezyap{
	float: right;
	max-width: 80%;
}
#hotelMap{
	position: relative;
	overflow: hidden;
	display: block !important;
	height: 600px;
	margin-bottom: 30px;
}
#hotelMap .gm-style-iw{
	
background: #e0004d;
	
color: white;
	
font-weight: bold;
	
padding: 0px !important;
}
#hotelMap .gm-style-iw-d{
	display: contents;
}
#hotelMap .harita_otel_sec{
	
padding: 5px 10px;
}
#hotelMap button{
	display:none !important;
}
#hotelMap .gm-style .gm-style-iw-tc::after{
	background: #e0004d;
}
.harita_otel_bilgi{
	
width: 300px;
}
.harita_otel_bilgi a{
	text-decoration:none;
}
.harita_otel_bilgi img{
	
width: 75px;
	
height: 75px;
	
object-fit: cover;
	
float: left;
	
margin-right: 5px;
}
.harita_otel_bilgi h4{
	
font-size: 1em;
	
color: #434343;
}.harita_otel_bilgi b{
	
text-align: right;
	
float: right;
}
/*a:first-child:after
#mainNav li.dropdown:children:has(dropdown-menu) {
	    content: "\f078";
	    float: right;
	    margin-top: 0px;
	    margin-left: 4px;
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: inherit;
	    text-rendering: auto;
	    -webkit-font-smoothing: antialiased;
	    display:inline-block;
	    
}*/
.boxyan{
	
/* display: flex; */
}
.boxyan .pic{
	
width: 100%;
}
.boxyan .pic img{
	width: 100%;
	/* height: 229px !important; */
	/* object-fit: contain !important; */!;!importan;
	height: auto !important;
	/* min-height: 240px !important; */
	max-height: 260px !important;
}
.boxyan .text{
	min-height: 75px !important;
	max-height: 75px !important;
	display: block !important;!;!;!;!;!,;!;
	width: 100% !important;!;
}
.boxyan .text .baslik{
	float: left;
	max-width: 70%;
}
.boxyan .text .alt{
	/* min-height: 50px !important; */
	/* max-height: 50px !important; */
	width: auto !important;!;
	margin-top: 5px !important;
	display: inline-block;
	position: relative !important;
	float: right !important;
	bottom: 0 !important;!;
}
.zorunluinput{border: 2px solid red !important;}
.tableSite{
	
}
.tableSite tr:first-child{
	
background: #0b69ffdb;
}
.tableSite tr:first-child td{
	
font-weight: bold;
	
color: white;
	
/* padding: 5px 10px; */
}
.tableSite td{
	
padding: 5px 10px;
}
.talepDurum{
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	border-radius: 10px;
	font-size: 13px;
}
.talepDurum.d1{
	background: #ffbf008f;	
}
.talepDurum.d2{
	background: #1ec10085;	
}
.modal-footer .btn-mavi{
	padding: 10px 10px;
	font-weight: 400 !important;
	font-size: 12px;
	background: #FFC107 !important;
	color: black !important;
	border: none !important;
}
.slideryan{
	
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%);
	
background: #ffffff !important;
	
border-radius: 6px !important;
	
/* border: 2px solid white; */
}
.seo{
	font-size: 12px !important;
	max-width: 1280px !important;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	}
.seo h1, .seo h2, .seo h3, .seo h4, .seo h5{
	font-size: 12px !important;
	margin-bottom: 0px;
	display: inline-block;
}
.ustbg{
	padding-top: 211px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	/* background-image: url("../img/flybg.webp"); */
	/* background-size: cover; */
	/* background-position-y: 10%; */
	object-fit: cover;
	/* object-position: center top; */
	/* margin-bottom: -160px; */
	/* text-align: center; */
	display: block;
	position: relative;
}
.ustbg.fly{
	background-image: url(../img/flybg.webp);
	background-size: cover;
	background-position-y: 10%;
	/* background: #6c757d; */
}
.ustbg.otel{
		background-image: url('../img/otelbg.png');
		background-size: cover;
		background-position-y: 70%;
}
.ustbg.feribot{
		background-image: url('../img/feribotbg.jpg');
		background-size: cover;
		background-position-y: 70%;
}

.ustbg h1{
	margin-top: -170px;
	font-weight: bold;
	color: white;
	/* position: absolute; */
	/* top: 11%; */
	/* text-align: center; */
	/* display: contents; */
	/* margin: auto; */
}
.ustbg.otel h1{
	color:white;
}
.ustbg:after {
    content: "";
    /* background: linear-gradient(1turn,rgb(28 43 61 / 40%),transparent 47.56%); */
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
    /* left: 0px; */
    /* text-align: left; */
    /* content: ""; */
    /* display: block; */
    /* background: rgb(0 0 0 / 2%); */
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    display: none;
}
.ustbg .slider_arama{
	z-index: 90 !important;
	display: block;
	/* margin-top: 18px !important; */
}
.ustbg.feribot h1{
	margin-top: -210px;
	font-weight: bold;
	color: white;
}
.ustbg.feribot p{
	margin-top: -18px;
	/* font-weight: bold; */
	margin-bottom: 0px;
	color: white;
}
.beyazgrup{
	
display: flex;
	
background-color: #fff;
}
.beyazgrup .boxkutu{
	float: left;
	/* width: 25%; */
	text-align: center;
	margin-bottom: 0px;
	/* border-right: 2px solid rebeccapurple; */
	border-radius: 0px !important;
	box-shadow: 0 1px 2px rgba(73,86,154,.35)!important;
	padding-bottom: 20px !important;
}
.beyazgrup .boxkutu i{
	font-size: 3rem;
	color: var(--secondary);
	/* width: 100px; */
	/* height: 50px; */
	/* display: block; */
	/* margin: auto; */
}
.beyazgrup .boxkutu h4{
	font-size: 1.2rem;
	margin-top: 5px;
	font-weight: bold;
	color: #3f536c !important;
}
.beyazgrup .boxkutu p{
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 13px;
}
.btn-yesil{
      box-shadow: 0 4px 10px 0 #22d80030, inset 0 1px 1px 0 #22d80030;
      background-color: #1ec100fc !important;
      border-color: #22d8009e !important;
      font-weight: 700 !important;
      color: #fff !important;
      border-radius: 3px !important;
      transition: all .1s linear !important;
      padding: 9px 0 !important;
      transition: all .2s !important;
      transition-timing-function: ease-in !important;
      /* position: relative; */
}
.btniconlu{
font-size: large;
}
.btniconlu i{
	text-align: right;
	float: none;
	/* margin-top: 9px; */
}
.btn-turuncu{
      box-shadow: 0 4px 10px 0 #f9a52d75, inset 0 1px 1px 0 #f9a52d75;
      background-color: #f9a124 !important;
      border-color: #f9a328 !important;
      font-weight: 700 !important;
      color: #fff !important;
      border-radius: 3px !important;
      transition: all .1s linear !important;
      padding: 9px 0 !important;
      transition: all .2s !important;
      transition-timing-function: ease-in !important;
      /* position: relative; */
}
.btn-turuncu:hover{
   box-shadow: 0 4px 10px 0 #22d80030, inset 0 1px 1px 0 #22d80030;
      background-color: #1ec100fc !important;
      border-color: #22d8009e !important;
}
.ui-autocomplete.ui-front{
	box-shadow: 0 3px 60px 0 rgba(0,0,0,.16);
	padding: 5px 0px;
	position: absolute;
	z-index: 999;
	border-radius: 0 0 6px 6px;
	background: white;
	/* width: 286px !important; */
	padding-left: 0px;
	list-style: none;
	max-height: 307px;
	overflow-y: scroll;
	/* margin: 0px; */
	width: auto !important;
	margin-left: -5px;
	/* left: 0px !important; */
}
.ui-menu-item{
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding: 7px 10px 4px;
    cursor: pointer;
    border-bottom: 1px solid #d3d3d382;
    flex-direction: row;
    flex-wrap: wrap;
}
.ui-menu-item:hover{
	/* background: rgba(99,116,137,.5); */
	color: #0b69ff;
	border-left: 2px solid #0b69ff;
	padding-left: 15px;
}
.autocomplete-city-code{
	
}
.autocomplete-label{line-height: 1.4;display: inline-block;vertical-align: middle;}
.autocomplete-label-alt{
	
display: block;
	
font-size: 11px;
	
line-height: 1.4;
	
font-weight: normal;
	
color: rgb(153, 153, 153);
	
margin-top: 2px;
	
width: 100%;
}
.arama_oda_satiri{
	
display: inline-block;
	
width: 100%;
	
/* float: left; */
	
/* text-align: left; */
	
margin-bottom: 10px;
	
padding-bottom: 10px;
	
border-bottom: 1px solid #d3d3d35c;
}
.arama_oda_satiri .odasayisi{
	
float: left;
	
width: 25%;
	
float: left;
	
text-align: left;
	
min-width: 25% !important;
	
/* margin-right: 10px; */
	
min-height: 1px;
}
.arama_oda_satiri .arama_oda_adi {
	
width: 25%;
	
float: left;
	
text-align: right;
	
font-weight: bold;
	
padding-right: 7px;
	
margin-top: 35px;
}
.arama_oda_satiri .arama_oda_adult{
	
width: 25%;
	
float: left;
	
text-align: left;
	
padding-right: 5px;
}
.arama_oda_satiri .arama_oda_child_say{
	
width: 25%;
	
float: left;
	
text-align: left;
}
.arama_oda_satiri .arama_oda_child_yas_alani {
	
display: block;
}
.arama_oda_satiri .arama_oda_child_yas_alani p {
	display: block;
	margin-bottom: 0px;
	font-size: 11px;
}
.arama_oda_satiri .arama_oda_child_yas_alani .cocukyas {
	width: 25%;
	float: left;
	text-align: left;
	padding-right: 5px;
}
.errortext {
	color:red;
	font-size:12px;
}
.tour_rez_alan_yatay{
	background: #f5bc19;
	color: white;
	margin-bottom: 5px;
	border-radius: 10px;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
	box-shadow: 0 0 40px rgb(82 85 90 / 18%);
}
.tour_rez_alan_yatay h4{
	margin-bottom: 0px;
	color: #090909;
	/* padding-top: 10px; */
}
.tour_rez_alan_yatay h5{
	margin-bottom: 0px;
}
.tour_rez_alan_yatay .btn-tur{
	margin-top: 14px;
	box-shadow: 0 4px 10px 0 #22d80030, inset 0 1px 1px 0 #22d80030;
	background-color: #1ec100fc !important;
	border-color: #22d8009e !important;
	font-weight: 700 !important;
	color: #fff !important;
	border-radius: 3px !important;
	transition: all .1s linear !important;
	padding: 9px 0 !important;
	transition: all .2s !important;
	transition-timing-function: ease-in !important;
}
.turdetayresim{
	
/* max-height: 480px !important; */
}
.turdetayresim img{
	
max-height: 500px !important;
}
.list-group-item{
	
padding: 10px;
	
font-weight: bold;
}
.list-group-item.tur_toplam_fiyat h3{
	font-weight: bold !important;
}
.rez_tur_bilgi label{
	font-size:large;
}
.mobile-nav-wrapper .text-center .fa{
	margin-top:10px !important;
}

.mobile-nav-wrapper .text-center .fa.fa-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
    color:white !important;
     height: 50px;
     line-height: 50px;
    width: 50px;
     font-size: xx-large;
     border-radius: 100%;

}
.mobile-nav-wrapper .text-center .fa.fa-facebook {
    background: #3b5a9a;
     color:white !important;
     height: 50px;
     line-height: 50px;
    width: 50px;
     font-size: xx-large;
     border-radius: 100%;
}
.mobile-nav-wrapper .text-center .fa.fa-youtube {
    background: #c3191e;
     color:white !important;
     height: 50px;
     line-height: 50px;
    width: 50px;
     font-size: xx-large;
     border-radius: 100%;
}
.paylasalan {
	
display: inline-block;
	
/* font-size: 2rem !important; */
	
width: 100%;
	
text-align: center !important;
	
margin-bottom: 0px !important;
	
padding-bottom: 0px !important;
}
.paylasalan a{
	float:left;
	display: inline-block !important;
	/* font-size: 2rem !important; */
}
.paylasalan .fa{
	font-size: 2rem;
	/* padding-right: 5px; */
	margin-right: 5px;
}
.paylasalan .fa-whatsapp{
	    color: #ffffff;
    background: #0d9f16;
    border-radius: 5px;
    padding: 2px;
    font-size: 1.5rem;
    margin-top: 2px;
}
#modalSabitContent{
	height:600px;
}
#modalSabit .modal-header{
	
background: #2196f3;
	
color: white;
}
#modalSabit .modal-header h4{
	
background: #2196f3;
	
color: white;
}
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content{
    /* left: 0; */
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    /* min-height: 100%; */
}
.modal.modal-fullscreen .modal-dialog {
    margin: 0px;
    width: 90%;
    left: 5%;
    top: 2%;
    animation-duration:0.6s;
    min-height: 90%;
    max-width: 90% !important;
}
.modal.modal-fullscreen .modal-content {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
    box-shadow: inherit;
   }

.modal.modal-fullscreen{
   /* top: 10px !important; */
   /* right: 10px !important; */
   /* bottom: 10px !important; */
   /* left: 10px !important; */
}
.modal .modal-header{
   padding: 5px 15px;
   background: #11293c;
   color: white;
}
.modaliframe {
	
}
.modaliframe .modal-body {
	padding: 0px;
}
.modaliframe .modal-header, .modaliframe .modal-footer {
	display:none;
}
.modalozel .modal-header{
	background: #11293c;
	color: white;
	padding: 5px 15px;
}
.modalozel .modal-header h6{
	
/* background: #2196f3; */
	
color: white;
}
.modalozel .modal-header .close{
	opacity: 1;
	padding: 5px;
	background: #F57C00;
	margin-top: -6px;
	border-bottom-left-radius: 10px;
	cursor: pointer;
}
.modalozel .modal-header .close span{
	color: white;
	background: #F57C00;
	margin: 0px;
	border-radius: 10px;
	padding: 0px 10px;
	line-height: 20px;
	margin-top: -5px;
	display: inline-block;
	cursor: pointer;
}


.post-medium{
	border-bottom:1px solid #b7b7b75e;
	margin-bottom:10px;
	/* padding-bottom: 10px; */
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 9%);
}
.post-medium:hover{
	border-bottom:1px solid #b7b7b75e;
	margin-bottom:10px;
	/* padding-bottom: 10px; */
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 46%);
}
.post-medium .col-lg-5{
	padding-right:0px;
}
.post-medium .post-content{
	padding-top:10px;
	padding-right:20px;
}
.post-medium .post-content h2 a{
	color:#484848 !important;
}
#header .header-nav-bar {
	background: #2196f3 !important;
}
#header .header-nav-main nav > ul > li > a {
	/* color: #ffffff; */
}
#header .header-nav-bar a{
	color: #ffffff;
	
}
#header .header-nav-bar .dropdown-item:focus, .dropdown-item:hover, #header .header-nav-bar ul.dropdown-menu a.dropdown-item  {
    color: #545454 !important;
    padding:10px 20px !important;
    }
    #header .header-nav.header-nav-stripe nav > ul > li:hover > a, #header .header-nav.header-nav-stripe nav > ul > li.open > a {
    /* background-color: #ffffff; */
    color: #545454 !important;
    border-bottom: 4px solid #2196f3;
    text-decoration: none;
}
#footer {
	/* background: #d0d0d0; */
	/* border-top: 4px solid #212529; */
	background: #f6f9fd;
	border-top: 1px solid #ebf1fa;
	font-size: 0.9em;
	margin-top: 50px;
	padding: 0;
	position: relative;
	clear: both;
	padding-top:20px;
}
#footer h4:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 70px;
    left: 0;
    bottom: 0;
    background: #d5d9de;
}
#footer h4 {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    /* color: #fff; */
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #4a4a4a;
}
#footer .social-icons li {
	display: inline-block;
	margin: -1px 1px 0 0;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
	background: white;
}

#footer .social-icons li a {
	transition: all 0.2s ease;
	border-radius: 100%;
	display: block;
	height: 28px;
	line-height: 28px;
	width: 28px;
	text-align: center;
	color: #333 !important;
	text-decoration: none;
	font-size: 16.8px;
	background:white !important;
}
.footerlogo{
	/* background:red; */
	/* padding:10px; */
	/* width: 22% !important; */
	/* transform: rotate(40deg); */
}
.btn-red2{
	background:white !important;
	color:#e3111a !important;
	border:1px solid #e3111a !important;
	-webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
	
}
.btn-red2:hover{
	background:#e3111a !important;
	color:white !important;
	-webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.iletisim_form label{
	color: #676767 !important;
}
.iletisim_form input, .iletisim_form textarea{
	    color: #000;
    border: 1px solid #7f8a8d;
    padding: 13px 20px;
    letter-spacing: 0px;
    background-color: transparent;
    line-height: inherit;
}
.nav-pills > li.active > a{
	border-bottom: 2px solid white;
	color: #484848 !important;
	font-weight:bold !important;
}
#mainNav li.dropdown > a:first-child > .arrow-down:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f078";
	font-weight: 900;
	/* position: absolute; */
	top: 50%;
	font-size: 0.7rem;
	opacity: 1;
	right: 0px;
	transform: translateY(-50%);
	transition: all .2s ease-out;
	/* display:inline-block; */
	/* opacity:1 !important; */
}
#mainNav li.dropdown > ul.dropdown-menu > li > a:first-child > .arrow-down:after{
	 content: "" !important;
}

/*
#mainNav li.dropdown a:first-child:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-weight: 900;
    position: absolute;
    top: 50%;
    font-size: 0.5rem;
    opacity: 0.7;
    right: 20px;
    transform: translateY(-50%);
    transition: all .2s ease-out;
}*/
/*#mainNav li.dropdown a:first-child:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-weight: 900;
    position: absolute;
    top: 50%;
    font-size: 0.5rem;
    opacity: 0.7;
    right: 20px;
    transform: translateY(-50%);
    transition: all .2s ease-out;
}*/
#header .header-nav-bar .header-nav {
    min-height: 45px;
}
#header .header-nav.header-nav-line nav > ul li:hover > a {
    color: #e3111a;
    text-decoration:none;
    border-top:none !important;
    font-weight:bold;
}
#header .header-nav.header-nav-line nav > ul li:hover > a:before {
    background: #ffffff;
    content:"" !important;
    opacity: 0 !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	width:100% !important;
	font-size: 0.95em;
	display: inline-block;
	/* word-break: break-word !important; */
	white-space: normal;
	/* overflow: overlay; */
	text-decoration: none;
	padding: 10px 20px 10px 20px;
	font-weight: 500;
	line-height: 1.42857143;
	/*-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;*/
	/* position: absolute !important; */
	text-wrap: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
	font-weight:bold;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #005aea;
    max-width: 100%;
    /* width: 70%; */
    /* min-width: 300px; */
    left: 0;
}
#header .header-btn-collapse-nav {
    background: #ffffff;
    color: #29235c;
    /* border:1px solid #2a2a2a; */
    top: 5px;
    /* left: 15px; */
    float: left;
    margin: 0px !important;
    padding: 5px 10px;
}

.header-social-icons li{
	/* background: red !important; */
	/* margin: 0px !important; */
	/* padding: 0px !important; */
	/* border-radius: 0px !important; */
}
.social-icons li a {
	background: #ccacac00 !important;
	color: #ffffff !important;
	/* border-left: 1px solid #2196f3 !important; */
	/* border-right: 1px solid #ffffff8c !important; */
	border-radius:0px !important;
	margin-right: 0px !important;
	/* height: 30px; */
}
.liste_haber_resim{

}
.liste_haber_resim img{
	width:100%;
	height:300px;
	object-fit: cover;
}
.post-large1{
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 33%) !important;
	border:1px solid #c1c1c1;
	margin-bottom:10px !important;
	padding-bottom: 5px !important;
}
.post-large1 .post-content{
	padding:5px;
}
.post-large1 .post-content h2{
	margin-bottom:0px !important;
	color:red !important;
}
.post-large1 .post-content h2 a{
	color:#444444 !important;
}
.post-large1 .post-content a:hover{
	color:red !important;
}
.btn-red{
	background:#e3111a !important;
	color:white !important;
	-webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.btn-red:hover{
	background:white !important;
	color:#e3111a !important;
	border:1px solid #e3111a !important;
	-webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.dpsp-networks-btns-wrapper {
    list-style: none!important;
    padding: 0!important;
    margin: 0!important;
    display: inline-block;
    width:100%;
}
.dpsp-networks-btns-wrapper li {
    width: 33%;
    float:left;
}
.dpsp-networks-btns-wrapper li a {
   
color: #ffffff;
   
width: 95%;
   
display: block;
   
border-radius: 5px;
   
padding: 5px 15px;
}
.dpsp-network-btn.dpsp-facebook{
	 border-color: #3a579a;
    background: #3a579a;
}
.dpsp-network-btn.dpsp-twitter{
	 border-color: #00aced;
   background-color: #00aced;
}
.dpsp-network-btn.dpsp-mail{
	    border-color: #c92228;
    background: #c92228;
}
.haber_detay {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
    line-height: 26px;
    color: #454646;
        font-size: 16px;
            opacity: 1;
    visibility: visible;
        -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.loadgizli {
    display:none !important;
}
.loadgoster {
    display:block !important;
}
.hidden{
    display:none !important;
}
.no-margin{
    margin:0px !important;
}
.pull-right{
    float:right;
}
.page-header{
	    /* background-image: url(../img/back.jpg) !important; */
	    /* background-image: url(img/slider/637347309628395618.jpg) !important; */
	    background-size: cover;
	    background-position-y: 50% !important;
	    background-position-x: center;
	    text-align: center;
	    /* background-repeat: repeat; */
	    /* border: 0; */
	    /* background-image: url(../img/back.png) !important; */
	    /* background-position: 100% 100%; */
	    /* BACKGROUND: #e0004d4d; */
	    margin-top: 0px !important;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    margin-bottom: 10px;
	    border-bottom: none !important;
	    border: none !important;
	    /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 17%); */
}
.page-header:before{
	    content: "";
	    display: block;
	    background: rgb(0 0 0 / 2%);
	    bottom: 0;
	    height: 100%;
	    left: 0;
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 100%;
}
html .page-header-color.page-header-primary h1 {
    color: #ffffff;
    color: #e0004d !important;
    font-weight: bold;
    padding-bottom: 0px;
    letter-spacing: -1px;
}
.resim-cerceve{
	border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 8px 30px 0 rgba(150,164,167,0.4);
    margin-bottom: 30px;
    border: 5px solid white;
}
/*
.social-icons .fa{
    color:white !important;
}
.social-icons-facebook a{
    background:red !important;
}
.social-icons .social-icons-twitter a {
	background: #1aa9e1 !important;
}

.social-icons .social-icons-facebook a {
	background: #3b5a9a !important;
}

.social-icons .social-icons-linkedin a {
	background: #0073b2 !important;
}

.social-icons .social-icons-rss a {
	background: #ff8201 !important;
}

.social-icons .social-icons-googleplus a {
	background: #dd4b39 !important;
}

.social-icons .social-icons-pinterest a {
	background: #cc2127 !important;
}

.social-icons .social-icons-youtube a {
	background: #c3191e !important;
}

.social-icons .social-icons-instagram a {
	background: #7c4a3a !important;
}

.social-icons .social-icons-skype a {
	background: #00b0f6 !important;
}

.social-icons .social-icons-email a {
	background: #dd4b39 !important;
}*/
.header-nav{
    text-align:left;
}
.header-body{
    box-shadow: 0 0px 3px 0 rgb(0 0 0 / 40%) !important;
    /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 28%); */
    /* border-top: 3px solid #e0004d !important; */
}
.menu-bgsag{
    /* float:right; */
    /* height: 100%; */
    height: 48px;
    background-image: url('../img/ataturk.png');
    width: 100% !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* right: -120px; */
    position: absolute;
    width: auto;
    max-width: 100%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#carousel-example-generic {
        margin: 20px auto;
        width: 100%;
    }

    #carousel-custom {
        /* margin: 20px auto; */
        width: 100%;
    }
    #carousel-custom .carousel-indicators {
        margin: 10px 0 0;
        overflow: auto;
        position: static;
        text-align: left;
        white-space: nowrap;
        width: 100%;
    }
    #carousel-custom .carousel-indicators li {
        background-color: transparent;
        -webkit-border-radius: 0;
        border-radius: 0;
        display: inline-block;
        height: auto;
        margin: 0 !important;
        width: auto;
    }
    #carousel-custom .carousel-indicators li img {
        display: block;
        opacity: 0.5;
        width: 150px;
    }
    #carousel-custom .carousel-indicators li.active img {
        opacity: 1;
    }
    #carousel-custom .carousel-indicators li:hover img {
        opacity: 0.75;
    }
    #carousel-custom .carousel-outer {
        position: relative;
    }
  .carousel-control .fa{
	  
font-size: 1.5rem;
	  
padding-top: 9px;
	  
color: #0b69ff;
	  
font-weight: 100;
	  
opacity: 0.7;
	 }
.carousel-control.left{position: absolute;top: 50%;margin-top: -50px;left: -18px;z-index: 20;width: 41px;height: 41px;line-height: 45px;text-align: center;margin-top: -25px;/* color: #0c6cbb !important; */background: white !important;box-shadow: 0 1px 5px 0 rgba(18,34,100,0.4);border-radius: 100%;transition: all 150ms ease-in-out;opacity: 1;font-size: 0;}
.carousel-control.right {
position: absolute;
    top: 50%;
    margin-top: -50px;
    right: -18px;
    z-index: 20;
    width: 41px;
    height: 41px;
    line-height: 45px;
    text-align: center;
    margin-top: -25px;
    color: #0c6cbb !important;
    background: white !important;
    box-shadow: 0 1px 5px 0 rgba(18,34,100,0.4);
    border-radius: 100%;
    transition: all 150ms ease-in-out;
    opacity: 1;
    font-size: 0;
}
.carousel-control.left .glyphicon, .carousel-control.right .glyphicon {
  color:white !important;
  text-shadow: 0 1px 2px rgb(255 255 255);
}
#cookieNotice.display-right {
    right: 30px;
    bottom: 30px;
    max-width: 300px;
}

#cookieNotice.light {
    background-color: #2c4654d6;
    color: #ffffff;
}

#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgb(0 0 0/25%);
    font-family: inherit;
    z-index: 999997
}

#cookieNotice.light p,#cookieNotice.light ul {
    color: #ffffff;
}

#cookieNotice p,#cookieNotice ul {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 5px
}

#cookieNotice .btn-wrap {
    flex-grow: 1;
    /* padding: 0 7px; */
    /* margin: 0 5px 0; */
    border-radius: 15px;
    cursor: pointer;
    white-space: nowrap;
    line-height: 28px;
    border: none;
    font-family: inherit;
    font-size: 14px;
    transition: box-shadow .3s;
    text-align: center;
}


#cookieNotice .btn-wrap:hover {
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0/30%);
    transform: translate3d(0,-1px,0)
}
#MevkiFormBtn {
    display: inline-block;
    width: 180px;
    position: fixed;
    bottom: 20px;
    left: 5px;
    z-index: 99999;
    /* border: 2px solid #8a2629; */
    border-radius: 25px!important;
    box-shadow: 0 3px 40px rgb(54 72 95 / 50%);
    /* background: linear-gradient(#e0004d,#910233); */
    /* background: #e0004d; */
    background: #e0004d;
    /* border: 1px solid white; */
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* background: #324359; */
    box-sizing: border-box;
    cursor: pointer;
    /* height: 50px; */
    text-align: center;
    padding: 10px 0px;
}
#MevkiFormBtn img {
    width: 25px;
    margin-left: 7%;
}
#MevkiFormBtn h4 {
    color: white;
    font-weight: 100 !important;
    width: 70%;
    float: right;
    text-align: left;
    font-size: larger;
    margin-top: 1px;
}
#MevkiFormBtn h4 strong {
    color: white;
    font-weight: 600 !important;
}
.ic_loading{
	background: #d3e0f1;
	text-align: center;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%);
	border-radius: 10px;
	padding: 15px 15px;
	margin-bottom: 20px;
}
.ic_loading img{
	
width: 60px;
}
.ic_loading p{
	
color: #1569c7;
}
.ic_loading.sonucyok{
	background: white;
	color: red !important;
}
.ic_loading.sonucyok .fa{
	font-size: xxx-large;
	color: #FF9800;
	/* border: 2px solid; */
	/* border-radius: 50px; */
	padding: 15px;
}
.ic_loading.sonucyok p{
	
}
.breadcrumb {
	padding: 0px 0px;
	margin-bottom: 0px;
	list-style: none;
	/* background-color: #ffffff; */
	padding-left: 15px;
	border-radius: 4px;
	/* color: #243645; */
	/* font-weight: 600; */
	background: none;
}
.breadcrumb a {
	color:#1c2b3d;
}
.breadcrumb > li {
	display: inline-block;
	font-size: 0.8em;
	text-transform: uppercase;
	text-shadow: none;
}

.breadcrumb > li + li:before {
	color: inherit;
	opacity: 0.5;
	font: normal normal normal 14px / 1 FontAwesome;
	font-weight: 900;
	content: "\f105";
	padding: 0 7px 0 5px;
}

.breadcrumb.breadcrumb-dividers-no-opacity > li + li:before {
	opacity: 1;
}
.owl-nav .owl-prev:before {
    /* content: '\e914'; */
    /* font-family: 'icomoon' !important; */
    /* font-size: 16px; */
    /* font-size: 1rem; */
    /* vertical-align: middle; */
    /* display: inherit; */
    /* font-weight: bold; */
}
 
.slider_baslik{
	/* margin-top: 5px; */
	background: linear-gradient(rgba(2, 0, 36, 0) 0%, rgb(4 4 4 / 65%) 100%);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	z-index: 1;
}
.slider_baslik h2{
	margin-top: 20px;
	margin-left:10px;
	overflow: hidden;
	word-break: break-all;
}
#carousel-custom img{
		height: 360px;
		object-fit: cover;
		border-radius: 15px;
		/* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 33%) !important; */
	}
#carousel-custom .owl-item a:before {
    content: "";
    /* background: linear-gradient(1turn,rgb(28 43 61 / 50%),transparent 17.56%); */
	background: linear-gradient(-180deg, rgba(238, 238, 238, 0) 0%, rgb(43 55 77 / 0%) 90%, rgba(43, 55, 77, 0.8) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
   
}
	.slider_coursel{
		/* border-bottom: 4px solid #2196f36b; */
		/* box-shadow: 0 8px 1px 0 rgb(150 164 167 / 40%); */
		margin-top: 10px;
	}
	.slider_coursel .owl-carousel{
		margin-bottom:5px;
	}
	.slider_coursel .owl-carousel .owl-nav [class*=owl-] {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  border-radius: 0px;
  /* background: #212529; */
  /* background-color:#2125299e !important; */
  width: 35px;
  height: 60px;
  color: #FFF;
  margin: 0 !important;
  transform: translate3d(0, -50%, 0);
  /* left: -34px !important; */
  z-index: 99999999;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #e3111a;
}
.visible-xs{
	display:none;
}
#google_translate_element{
	padding-top:3px;
}

@media(min-width: 320px) and (max-width: 767px) {
#wp_number_button{
	height: 50px;
	
width: 50px;
	
right: 10px;
	
bottom: 5px;	
}
#MevkiFormBtn{
	
height: 50px;
	
width: 50px;
	
right: 10px;
	
bottom: 5px;
}
	#MevkiFormBtn h4{
	
display: none;
}
		#MevkiFormBtn img{
			margin-left: 0px;
			margin-top: 4px;
		}
	
	.page-header{
		padding-top:20px;
		padding-bottom:20px;
	}
.hidden-xs{
	display: none !important;
}
	.altarama2 .arama, .altarama2 .arama2{
		width:100% !important;
	}
	
	.slider_coursel{
		padding-left: 5px;
		padding-right: 5px;
		/* box-shadow: 0 8px 1px 0 rgb(75 75 75 / 63%); */
	}
	#carousel-custom img{
		height: 200px;
		/* object-fit: contain; */
		/* border-radius: 30px !important; */
	}
	.carousel-control{
		display:none;
	}
	.oteldetayresimler1 .owl-carousel{
		
max-height: 200px !important;
	}
	.oteldetayresimler1 .owl-carousel .owl-item{
		
/* width: 100% !important; */
		
margin-right: 0px !important;
	}
	.oteldetayresimler1 .owl-carousel .owl-stage, .oteldetayresimler1 .owl-stage-outer{
	    height: 200px !important;
	    max-height: 200px !important;
	 }
	.oteldetayresimler1 .owl-carousel img{
		
height: 200px;
		
max-height: 200px !important;
	}
	.slider_baslik{
		height:80px;
	}
	.slider_baslik h2{
		font-size:18px !important;
		line-height:1;
		margin-top:40px !important;
		margin-left:0px;
	}
	.slider_arama .arama_pass_input{
		margin-bottom: 5px;
		font-size: large;
	}
	.slider_arama .arama_pass_input label{
		/* margin-bottom: 5px; */
		font-size: smaller;
	}
	
	.nav-tabs li a {
		font-size: large !important;
	}
	.passCountBox{
		width: 100% !important;
		left: 0px !important;
	}
.daterangepicker{
	
width: 95%;
}
	.daterangepicker .drp-calendar{
		margin-right: 0px !important;
		max-width: 100% !important;
	}
	.modalBoxExpire{
		
width: 90% !important;
		
margin-top: 50% !important;
	}
	.modalBoxExpire2{
		width: 90% !important;
		margin-top: 10% !important;
	}
	.hotelliste{
		display: inline-block !important;
		min-height: 170px;
	}
	.hotelliste .resim{
		height: 160px;
		width: 130px !important;
		float: left;
		margin-right: 10px;
	}
		.hotelliste .resim .img_wrapper{
		height: 190px;
		width: 130px !important;
		float: left;
		margin-right: 10px;
		/* object-fit: contain !important; */
		background-size: cover !important;
		background-position: center !important;
	}
	
	.hotelliste .orta{
		/* min-height: 160px; */
		/* height: 160px; */
		/* max-height: 160px; */
	}
	.hotelliste .orta .tags{
		display:none;
	} 
	.hotelliste .orta .title, .hotelliste .orta .title a{
		font-size: 16px !important;
		max-height: 65px;
		text-overflow: ellipsis;
		line-height: 1 !important;
		overflow: hidden;
	}
	.hotelliste .sag{
		/* text-align: right !important; */
		/* max-width: 100%; */
		/* float: right; */
		/* display: inline-block !important; */
		/* width: 100%; */
		 */
		/* flex-direction: row; */
		justify-items: start;
		/* justify-content: space-around !important; */
	}
	.hotelliste .sag .accomandation-tax-wrapper{
		text-align: right !important;
	}
	.hotelliste .sag .rating{
		 display:none; 
	} 
	.hotelliste .sag .oldprice,
  .hotelliste .sag .indt {
    /* width: 47%; */
    /* order: 1; */
    /* text-align: left; */
    /* display: block; */
    /* float: right; */
  }

  .hotelliste .sag .price,
 .hotelliste  .sag .rooms,
  .hotelliste .sag a.btn2 {
    /* width: 48% !important; */
    /* order: 2; */
    text-align: right !important;
    /* float: right; */
    /* margin-top: -17px !important; */
  }
	.hotelliste .sag .rooms{
		display: block;
		margin-bottom: 5px !important;
		font-size: 9px !important;
	} 
	.hotelliste .sag .price{
	font-size: 20px !important;
	border-top: none !important;
	margin-top: 0px !important;
	/* width: 50% !important; */
	/* float: right; */
	}
	.hotelliste .sag .oldprice {
		text-align: right;
		font-size: 12px;
	}
	.hotelliste .sag .indt {
		margin-bottom: 3px;
		font-size: 9px;
		display: inline-block;
		/* width: 50%; */
		/* position: static; */
		/* right: 0px; */
		float: right !important;
		/* background: no-repeat; */
	}
	.hotelliste .sag .btn2{
		font-size: 13px !important;
		margin: 0px !important;
		/* padding: 0px !important; */
		width: 50% !important;
		float: right !important;
	}
	
	.hotelliste .sag .btn{
		font-size: 13px !important;
	}
	.appalt{
		
display: block;
		
text-align: center !important;
	}
	.app-button{
		margin-left: 11px !important;
		margin-bottom: 5px;
	}
	.appalt .telefon{
		float:left !important;
		margin-bottom: 5px;
	}
	.social-col{
		text-align:center;
	}
	.social-col a{
		float: none !important;
	}
	.filterdivcol.kapali{
	  display:none !important;
    }
	.otel_liste_sort_alan{
		padding: 0px !important;
		background: none !important;
	}
	.mfiltre {
		float: left;
		background: #0b69ff;
		border-radius: 10px;
		padding: 8px;
		color: white;
		width: 30%;
		/* padding-top: 10px; */
	}
	.mfiltre h4{
    margin-bottom: 0px;
    font-size: 16px;
}
	.otel_liste_sort_alan .ust_sort{
   float: right !important;
   width: 70% !important;
   padding-right: 0px;
}
	.otel_liste_sort_alan .ust_sort select{
    padding: 10px;
    width: 100%;
}
	.filterdivcol {
  display: block !important;
  position: fixed;
  top: 0px;
  /* right: -85%; */
  left: 0;
  z-index: 999999999;
  width: 85%;
  height: 100%;
  overflow-y: scroll;
  padding: 0px 0px 0px 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
  /* border-left: 3px solid #2196f3; */
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 25%);
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.filterdivcol .otel_sol_filtre_baslik{/* background:#2196f3; *//* color:white; */padding: 2px 8px;border-bottom: 2px solid #2196f3;background: #2196f3;}

.filterdivcol .otel_sol_filtre_baslik h3{
	color: white;
	text-align: center;
	margin-bottom: 0px;
	margin: 10px 0px;
}
.filterdivcol .otel_sol_filtre_baslik span {
    /* color: white; */
    /* text-align: center; */
    /* margin-bottom: 0px; */
    /* margin: 10px 0px; */
    float: left;
}
.filterdivcol .otel_sol_filtre_baslik .otel_sol_filtre_baslik-btn {
    display: block;
    /* width: 30px; */
    height: auto;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    float: right;
    margin: 5.5px 5px;
    vertical-align: middle;
    color: #fff;
}
	.filterdiv{
		
padding-top: 0px !important;
	}
	.filterdiv .filtreDivBaslik{
		
background: #0b69ff;
		
padding-bottom: 0px !important;
		
margin-bottom: 10px !important;
		
color: white;
	}
	.otel_detay{
		padding-top: 0px !important;
	}
	.oteldetayresimler {
		height: 250px !important;
	}
	.oteldetayresimler img {
		
height: 250px;
		
max-height: 250px !important;
	}
	.altarama2{
		display: inline-flex !important;
		flex-direction: column;
		/* flex-wrap: wrap; */
		/* align-content: space-around; */
		/* justify-content: flex-start; */
		/* align-items: center; */
	}
	.altarama2 .arama{
		margin-bottom: 5px;
	}
	.altarama2 .arama2{
		width: 100%;
		display: block;
	}
	.altarama2 .arama2 .btn-aramayap{
		width: 100%;
		display: block;
		/* margin-top: 5px; */
		min-height: 40px;
		height: 40px;
		line-height: 27px;
	}
	.oteldetayresimler1 .col-12 img {
    max-height: 200px !important;
    min-height: 200px !important;
    width: 96%;
    border-radius: 5px;
}
	.otel_detay .otel_adi{
		font-size: 20px;
	}
	
	.teklifbasliklar{
		display:none;
	}
	.teklif {
		/* display: block !important; */
		padding: 10px !important;
		border-bottom: 1px solid lightgray;
		padding-bottom: 5px !important;
	}
	.teklif .odares img{
		
width: 40%;
		
float: left;
	}
	
	.teklif .room-type{
		/* text-align: center; */
		font-size: 1.1rem;
		display: inline-block;
	}
	.teklif .board{
		/* text-align: center; */
		font-size: 1rem;
		display: inline-block;
		padding: 0px;
	}
	.teklif .col-price{
		text-align: center;
		font-size: 1.3rem;
	}
	.teklif .col-price .price{
		text-align: center;
		font-size: 1.6rem;
	}
	.teklif .price{
		font-size: 22px !important;
	}
	.teklif .btnSelect{
		font-size: 12px;
		padding: 5px 11px;
	}
/*#header .header-logo img {
   width: 48%;
}*/
	#header .header-logo{
	/* width: 70%; */
	/* margin-left: 55px !important; */
	/* margin-right: 55px !important; */
	display: contents;
}
.logo1{
	width: 43%;
	margin: auto !important;
	display: block !important;
}
.logo2{
	width: 68%;
	float:left;
}


.visible-xs{
	display:block;
}
#header .header-nav-bar .header-nav {
   min-height: 0px !important;
}
.slidersolkat .kataltlist{
	width: calc(100% / 4) !important;
	display: inline-block !important;
}
.slidersolkat .kataltlist figure{
	/* min-height: 80px !important; */
	max-height: 90px !important;
}
.slidersolkat .kataltlist img{
	min-height: 90px !important;
	max-height: 90px !important;
}
.slidersolkat .kataltlist figcaption{
	/* min-height: 90px !important; */
	/* max-height: 90px !important; */
	font-size: 12px;
	line-height: 1;
}

.detaybaslik {
    font-size: 1.2rem !important;;
}
.detaysag{
		padding: 5px 10px !important;
		margin-bottom: 5px;
		line-height: 1 !important;
		min-height: auto !important;
}
	.detaysag .tursagfiyat b{
		font-size: 1.8rem;
	}
	.detayul li a{
		line-height: 20px !important;
	}
	
.klist6 .kataltlist{
	width: calc(100% / 3) !important;
	display: inline-block !important;
}
.klist4 .kataltlist{
	width: calc(100% / 2) !important;
	display: inline-block !important;
}
.klist4 .kataltlist .pic img{
		
height: 120px;
}
.klist4 .kataltlist .text{
		
min-height: 100px;
		
max-height: 100px;
}
.boxzafer.liste4{
	margin-bottom:5px;
}
	.kataltlist figure{
		height: 130px !important;
	}
	.menudiv{
		display:none !important;
	}
/*mobilbitiş*/	
}
.logo2{
	float:right;
}
.mobile-nav {
	display: block !important;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 9999;
	width: 250px;
	height: 100%;
	overflow-y: scroll;
	padding: 10px 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #ffffff;
	/* background: linear-gradient(to left, #2196f3, #000000); */
	/* background-image: url(img/patterns/gray_jean.png); */
	background: linear-gradient(to right, #ffffff, #ffffff);
	/* background-attachment: fixed; */
	/* border-top: 5px solid #2196f3; */
	/* box-shadow: rgb(0 0 0 / 16%) 0px 4px 8px 0px !important; */
	box-shadow: rgb(0 0 0 / 61%) 0px 0px 40px 0px;
}

.mobile-nav-wrapper img{
	display: block;
	margin: auto !important;
}
.mobile-nav-wrapper hr{
	margin: 0px 0px;
	margin-top: 5px;
	height: 5px;
	background: linear-gradient(to left, #e0004d, #e0004d);
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	color: black;
}
.mobile-side-menu > li > a {
	/* text-transform: uppercase; */
}
.mobile-side-menu li {
	display: block;
	position: relative;
	border-bottom: 1px solid #80808040;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 4%);
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li a {
	display: block;
	font-size: 15px;
	line-height: 18px;
	background-color: transparent;
	color: #000;
	border: 0;
	padding: 15px 10px;
	white-space: normal;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	/* line-height: 3rem; */
	text-decoration: none !important;
	font-weight: 600;
}
.mobile-side-menu li:hover a {
	  border-left: 2px solid #dddddd;
	
}
.mobile-side-menu li ul li {
    border-left: 2px solid #dddddd;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.mobile-side-menu li li a {
	margin-left: 5px;
	font-size: 14px;
	line-height: 1;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px 5px;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/40px "FontAwesome";
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	/* float: left; */
	margin-right: 10px;
}
.mobile-side-menu li li li a {
	margin-left: 10px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #212323;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
	margin-top: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-side-menu li .mmenu-toggle:after {
	content: "\f196";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	width: 19px;
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	display: block;
	position: absolute;
	left: 10px;
	top: 11px;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
	content: "\f147";
}
.mobilalt {
    text-align: center;
    /* display: inline-block; */
    width: 100%;
    margin-top: 20px;
}
.mobilalt .fa{
	color: #e0004d;
}
.mobilalt .footer-nav-phone {
    font-size: 1.6rem!important;
    display: block;
    margin-bottom: 10px;
}
.mobilalt .footer-nav-phone a {
    color: #162853!important;
    font-weight: 700;
    font-size: x-large;
}
.mobilalt .footer-nav-email{
	margin-top: 18px;
}
.mobilalt .footer-nav-email a {
    color: #162853!important;
    font-size: medium;
    /* margin-top: 10px; */
}

#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mmenu-open #mobile-menu-overlay {
	opacity: .25;
	visibility: visible;
}

.mmenu-open.body {
	left: 250px;
}
.mmenu-open #mobile-menu-overlay {
	opacity: 0.35;
	visibility: visible;
}
.mmenu-open .mobile-nav {
	left: 0;
}

.mmenu-open2 #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}

.mmenu-open2.body {
	right: 250px;
}
.mmenu-open2 #mobile-menu-overlay {
	opacity: 0.35;
	visibility: visible;
}
.mmenu-open2 .mobile-nav2 {
	right: 0;
}

.mobile-nav2 {
	display: block !important;
	position: fixed;
	top: 0;
	right: -335px;
	z-index: 9999999;
	width: 300px;
	height: 100%;
	overflow-y: scroll;
	padding: 10px 0px;
	padding-top: 50px;
	/* padding-left: 0px; */
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #ffffff;
	/* background: linear-gradient(to left, #2196f3, #000000); */
	/* background-image: url(img/patterns/gray_jean.png); */
	/* background: linear-gradient(to right, #ffffff, #ffffff); */
	/* background-attachment: fixed; */
	/* border-top: 5px solid #2196f3; */
	/* box-shadow: rgb(0 0 0 / 16%) 0px 4px 8px 0px !important; */
	overflow: hidden;
	transition: all 0.2s ease-in-out 0s;
	padding: 25px 10px 10px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	box-shadow: rgb(0 0 0 / 61%) 0px 0px 40px 0px;
}
.mobile-nav2 .menuAd{
	text-align: center;
}
.mmenu-open4 #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}

.mmenu-open4.body {
	right: 350px;
}
.mmenu-open4 #mobile-menu-overlay {
	opacity: 0.35;
	visibility: visible;
}
.mmenu-open4 .mobile-nav4 {
	right: 0;
}
.mobile-nav4 {
	display: block !important;
	position: fixed;
	top: 0;
	right: -385px;
	z-index: 9999999;
	width: 350px;
	height: 100%;
	overflow-y: scroll;
	padding: 10px 0px;
	padding-top: 50px;
	/* padding-left: 0px; */
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #ffffff;
	/* background: linear-gradient(to left, #2196f3, #000000); */
	/* background-image: url(img/patterns/gray_jean.png); */
	/* background: linear-gradient(to right, #ffffff, #ffffff); */
	/* background-attachment: fixed; */
	/* border-top: 5px solid #2196f3; */
	/* box-shadow: rgb(0 0 0 / 16%) 0px 4px 8px 0px !important; */
	overflow: hidden;
	transition: all 0.2s ease-in-out 0s;
	padding: 25px 10px 10px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	box-shadow: rgb(0 0 0 / 61%) 0px 0px 40px 0px;
}


.slider_arama{
    /* z-index: 9999; */
    /* position: relative; */
    /* width: 100%; */
    /* min-width: 100%; */
    /* max-width: 100%; */
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* margin-top: -115px; */
    /* padding-bottom: 20px !important; */
    /* border-radius: 10px !important; */
    /* background: #63748980; */
    padding-top: 5px;
    padding-bottom: 5px;
}
.slider_arama .container{
	/* background: #63748980; */
	/* padding-left: 25px; */
}
.slider_arama .nav-tabs{
    width:100%;
    /* background:none !important; */
    border: none;
    margin-bottom: 0px;
    text-align: center;
    display: inline-flex;
    margin: auto;
    margin-bottom: 5px;
}
.slider_arama .nav-tabs li{
    z-index: 9;
    /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%); */
}
.slider_arama .tab-content {
   
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%);
   
background: #ffffff !important;
   
border-radius: 0 0 6px 6px !important;
   
padding: 10px 10px;
   
border-radius: 15px !important;
}
.slider_arama .nav-tabs li.active a{background: #ffffff;/* color:white !important; *//* border-bottom: 0px !important; *//* border-top: 2px solid  !important; */color: #0b69ff !important;}
.slider_arama .nav-tabs li a:hover{
	background: #0b69ff;
	color:white !important;
}
.slider_arama .nav-tabs li a, .slider_arama .nav-tabs li a {
   
/* background: #f0f3f5; */
   
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%);
}
.slider_arama .nav-tabs li a:hover {
    border-bottom:0px !important;
}
.slider_arama .arama_col input, .slider_arama .arama_col select{
    width: 100%;
    height:40px;
    border: 1px solid white;
}
.slider_arama .orta_satir {
	margin:0px;
}
.slider_arama .arama_pass_input{
	border: 1px solid #bac7d5;
	color: #070b2a!important;
	background: #eceff280;
	padding: 0px;
	padding: 0 5px;
	border-radius: 5px;
	display: block;
	padding-bottom: 2px;
	/* margin-left: 0px; */
	/* margin-right: 5px; */
}
.slider_arama .arama_pass_input label{
	width: 100%;
	border: none;
	margin-bottom: 0px !important;
	/* padding-bottom: 0px; */
	display: block;
	/* color: #4a4f76 !important; */
	COLOR: #6f7e90 !important;
	font-size: 0.8rem !important;
	/* caret-color: #4a4f76 !important; */
	/* line-height: 21px; */
	padding-top: 5px;
	background: #eceff280 !important;
}
.slider_arama .arama_pass_input input{
	width: 100%;
	border: none;
	font-weight: bold;
	/* background: #eceff280; */
	background: white;
	padding: 5px 10px;
	margin-bottom: 2px;
	color: #495057;
}
.slider_arama .arama_pass_input:last-child{
	/* width: 12% !important; */
	/* float: left; */
	/* margin-left: -18px; */
	/* display: block; */
}

.slider_arama .btn_slider_otel_arama1 {
	margin-top: 5px;
	margin-bottom: 5px;
	background: #0b69ff!important;
	color: #fff!important;
	box-shadow: 0 4px 10px 0 #0b69ff2e, inset 0 1px 1px 0 #0b69ff2e;
	border-color: #0c55cb !important;
	font-size: 1rem;
	font-weight: 600!important;
}

.btn-mavi2 {
	/* margin-top: 5px; */
	/* margin-bottom: 5px; */
	/* background: #2d7eff!important; */
	/* color: #fff!important; */
	/* box-shadow: 0 4px 10px 0 #0b69ff2e, inset 0 1px 1px 0 #0b69ff2e; */
	border-color: #0c55cb !important;
	font-weight: bold;
	color: #0c55cb !important;
	/* font-size: 1rem; */
	/* font-weight: 600!important; */
}
.btn-mavi {
	margin-top: 5px;
	margin-bottom: 5px;
	background: #0b69ff!important;
	color: #fff!important;
	box-shadow: 0 4px 10px 0 #0b69ff2e, inset 0 1px 1px 0 #0b69ff2e;
	border-color: #0c55cb !important;
	font-size: 1rem;
	font-weight: 600!important;
}
.btn-gri{
	box-shadow: 0 4px 10px 0 #22d80030, inset 0 1px 1px 0 #22d80030;
	background-color: #1ec100fc !important;
	border-color: #22d8009e !important;
	font-weight: 700 !important;
	color: #fff !important;
	border-radius: 3px !important;
	transition: all .1s linear !important;
	padding: 10px 5px !important;
	transition: all .2s !important;
	transition-timing-function: ease-in !important;
}
.slider_arama .btn_slider_otel_arama1.btnAramaByk{
	height: 65px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	font-size: 21px !important;
	line-height: 50px !important;
	/*box-shadow: 0 4px 10px 0 #22d80030, inset 0 1px 1px 0 #22d80030;
	background-color: #1ec100fc !important;
	border-color: #22d8009e !important;*/
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

#wp_number_button {
    position: fixed;
    bottom: 70px;
    left: 3px;
    font-size: 14px;
    transition: bottom 0.2s;
    z-index: 09;
}

@media (max-width: 991px) {
    #wp_number_button > img {
        width: 150px !important;
    }

    #wp_number_button {
        bottom: 10px !important;
        background: url('../img/wp.png');
        background-size: cover;
        width: 55px !important;
        height: 55px;
        right: 0px !important;
        left: auto;
    }
	#wp_number_button img {
        /* bottom: 20px !important; */
        /* width: 50px !important; */
        display: none;
    }
}

#wp_number_button > img {
    width: 180px;
}
.owl-prev, .owl-next{
	color: #fff!important;
    text-shadow: 1px 1px #000;  
    opacity: .85;
}
.owl-carousel .owl-nav button.owl-next:before {
    /* font-family: 'Font Awesome 5 Free'; */
    /* font-weight: 900; */
    /* font-size: 8px; */
    /* font-size: 2.5rem !important; */
    /* content: "\f054"; */
    position: relative;
    left: -15px;
    top: -1px;
    color: black !important;
    font-size: xx-large;
    z-index: 99999999;
}
.owl-carousel .owl-nav button.owl-prev:before {
    /* font-family: 'Font Awesome 5 Free'; */
    /* font-weight: 900; */
    /* font-size: 8px; */
    /* font-size: 2.5rem; */
    /* content: "\f053"; */
    position: relative;
    left: 15px;
    /* top: -1px; */
    /* z-index: 9999999 !important; */
}
.ustadim-panel{display: table;border-collapse: collapse;width: 100%;margin: 0 auto;/* margin-top: 10px; */margin-bottom: 10px;}
.ustadim-panel .ustadimtab {
	text-align: center;
	border: 1px solid #0b69ffb3;
	font-size: 0.8rem;
	padding: 0.3rem;
	color: #0b69ff;
	display: table-cell;
	max-width: 25%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	max-width: 0;
}
.ustadim-panel .ustadimtab.active{
	background: #0b69ffb8;
	color: #fff;
	border-right-color: white;
	font-weight: bold;
}
.ustadim-panel .ustadimtab.gecti{
	opacity: 0.8;
}
.ustadim-panel .ustadimtab.gecti span::before{
	content: "\f00c";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	padding-right: 5px;
}
.mmenu-toggle-btn{	
position: absolute !important;	
left: 0px;	
font-size: 1.3rem;
}
.ustbtnsag.mmenu-toggle-btn2{position: absolute !important;right: 0px;font-size: 1.5rem;top: 0px !important;padding: 5px 10px;/* margin-left: 10px; */}
.ustbtnsag.mmenu-toggle-btn4{position: absolute !important;right: 30px;font-size: 1.5rem;top: 0px !important;padding: 5px 0px;margin-right: 10px;}
.ustbtnsag.mmenu-toggle-btn4 .badge1 {padding: 5px 5px;border-radius: 10px;/* border: 1px solid lightgray; *//* text-align: center; */font-size: 12px;position: relative;right: 8px;top: -15px;height: 20px;width: 20px;margin-left: -10px;margin-top: -10px;/* margin-right: -9px; */background: #0b69ff;line-height: 12px;color: white;}
.mobil_tel_menu {
	position: absolute !important;
	right: 20%;
	background:red;
}
.btn-primary {
    background-color: #0b69ff;
    border-color: #0b69ff;
    color: #FFF;
}
.bg1{
	background:#f7f8fa !important;
}
.bg2{
	background: #f8f8fd !important;
}
.altlogolar{
	
}
.altlogolar a{
	
max-height: 35px;
	
line-height: 18px;
}
.altlogolar img{
	
max-height: 35px;
}
.kat_liste{
	
display: inline-block;
}
.kat_liste .kat_baslik{
	
color: #1c2b3d !important;
	
font-size: 26px!important;
	
margin-bottom: 20px;
	
margin-top: 10px;
	
font-weight: bold;
}
.kat_liste .kat_icerik{
	
flex-wrap: wrap;
	
display: flex;
}
.kat_liste .kat_icerik .kat_tek{
	
width: 100%;
	
/* float: left; */
	
/* margin-right: 1%; */
	
margin-bottom: 15px;
	
box-shadow: 0 0px 3px 0 rgb(0 0 0 / 40%) !important;
	
/* border-radius: 10px; */
	
/* padding-right: 1%; */
	
border-bottom-left-radius: 10px;
	
border-bottom-right-radius: 5px;
	
border-top-left-radius: 5px;
	
border-top-right-radius: 5px;
}
.kat_liste .kat_icerik .kat_tek .kat_resim {
	
height: 140px;
	
width: 100%;
	
border-top-left-radius: 5px;
	
border-top-right-radius: 5px;
}
.kat_liste .kat_icerik .kat_tek .katbaslik{
	
padding: 10px 10px;
	
background: white;
	
width: 100%;
	
display: block;
	
font-weight: bold;
	
color: black;
	
border-bottom-left-radius: 10px;
	
border-bottom-right-radius: 5px;
	
text-decoration: none;
}
.fa.fa-bed {
    /* width: 15px; */
    /* height: 15px; */
    background-color: #838791;
    mask: url(../img/bedicon.svg) no-repeat center/contain;
    -webkit-mask: url(../img/bedicon.svg) no-repeat center/contain;
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    margin-right: 5px;
}
.fa-star{
	color:#ffcb00;
	/* margin: 0px -5px 0px 0px; */
	font-size: 16px;
	margin-right: 3px;
}
.icons.google{
	background-image: url(../img/android.png);
	width: 30px;
	height: 30px;
	background-size: contain;
	margin-right: 5px;
	background-repeat: no-repeat;
}
.icons.apple{
	background-image: url(../img/ios.png);
	width: 30px;
	height: 30px;
	background-size: contain;
	margin-right: 5px;
	background-repeat: no-repeat;
}
.icons.callcenter{
	background-image: url(../img/call.png);
	width: 26px;
	height: 26px;
	background-size: contain;
	margin-right: 5px;
	background-repeat: no-repeat;
}
.fa-phone.ozel{
	background-image: url(../img/callp.png);
	 mask: url(../img/callp.png) no-repeat center/contain;
    -webkit-mask: url(../img/callp.png) no-repeat center/contain;
	width: 26px;
	height: 26px;
	background-size: contain;
	margin-right: 5px;
	background-repeat: no-repeat;
}
.filterdiv{
	
display: flex;
	
flex-direction: column;
	
color: #1e1f22;
	
border: 1px solid #d4dee5;
	
border-radius: 10px;
	
padding-top: 15px;
	
background: white;
	
box-shadow: 0 0 20px rgb(0 0 0 / 4%);
}
.filterdiv .baslik{
	
font-size: 20px;
	
font-weight: 700;
	
width: 100%;
	
border-bottom: 1px solid #d0d9df;
	
margin: 0px 0px 15px;
	
padding: 0px 0px 15px 10px;
}
.filterdiv .filterAlan{
	
/* display: flex; */
	
/* flex-direction: column; */
	
width: 100%;
	
border-bottom: 1px solid #cbd5db;
	
margin: 0px 0px 15px;
}
.filterdiv .filterAlan .slider{
	    padding: 11px 17px;
	    padding-left: 10px;
}
.noUi-connect{
    background: #0b69ffc7 !important;
}
.noUi-handle{
    /* background: #0b69ff !important; */
    width: 25px !important;
    height: 25px !important;
    padding: 0px !important;
}
.noUi-handle:before,.noUi-handle:after{
    background: #0b69ff !important;
    /* left: 10px; */
    margin-left: -4px;
}
.noUi-tooltip{
    background: #0b69ff !important;
    /* bottom: -44% !important; */
    /* margin-bottom: -30px; */
    padding: 0px 5px;
    font-size: 12px;
    color: white;
    border-radius: 5px;
}
#ModalYonlendir{
	display:none;
}
.expireModal2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #41414194;
    z-index: 9999;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 43px 34px -28px; */
    /* max-width: 95vw; */
}
.modalBoxExpire2 {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    margin-top: 7%;
    /* margin-left: 10%; */
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    /* z-index: 999999; */
    /* position: sticky; */
    /* position: fixed; */
    /* top: 20%; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
}
.expireModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #41414194;
    z-index: 9999;
}
.modalBoxExpire {
    width: 25%;
    text-align: center;
    margin: 0 auto;
    margin-top: 10%;
    background: #fff;
    padding: 15px;
    border-radius: 5px
}
.modalBoxExpire p i {
    display: block;
    font-size: 42px;
    color: #ff9800;
    line-height: 65px
}
.modalozelPop{
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: #41414194;
	 z-index: 9999;
}
.modalozelPop .modal-header {
    background: #0b69ff;
    color: white;
    padding: 5px 15px;
}
.modalozelPop .modal-header h6{
	 color: white;
}
.modalozelPop .modal-header .close{
	 color: white;
	 opacity: 1;
	 padding: 5px 10px;
	 background: #F57C00;
	 margin-top: -6px;
	 border-bottom-left-radius: 10px;
	 cursor: pointer;
}
.fiyatalt{
    background: #0b69ff !important;
    /* bottom: -44% !important; */
    /* margin-bottom: -30px; */
    padding: 5px 5px;
    font-size: 12px;
    color: white;
    border-radius: 5px;
    margin-left: 3px;
    margin-right: 5px;
    margin-bottom: 10px;
 }
.filterdiv .filterAlan .title{
	
font-size: 16px;
	
font-weight: 700;
	
margin: 0px 0px 15px;
	
padding-left: 10px;
	
position: relative;
}
.filterdiv .filterAlan ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.filterdiv .filterAlan  ul li {
    float: left;
    width: 100%;
    margin: 0px 0px -1px;
    padding: 5px 10px 0px;
    font-size: 13px;
    font-weight: var(--font-medium);
}
.filterdiv .filterAlan input[type=checkbox]{
	/* display:none; */
	/* visibility: hidden; */
	width: 0px;
}
.filterdiv .filterAlan input[type=checkbox]+label, .filterdiv .filterAlan input[type=radio]+label {
    position: relative;
    float: left;
    padding: 0 0 0 5px;
    height: 22px;
    width: 22px;
    line-height: 1.5;
    cursor: pointer;
    margin: 0 0px 0 0;
    margin-top: 2px;
}
input[type=checkbox]+label:after, input[type=checkbox]+label:before, input[type=radio]+label:after, input[type=radio]+label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    transition: all .25s ease;
}
input[type=checkbox]+label:before, input[type=radio]+label:before {
    content: " ";
    border: 1px solid #d3dde4;
    border-radius: 20%;
    background-color: white;
}
input[type=checkbox]+label:after {
    /* content: "✓"; */
    color: white;
    /* background-color: #368af8; */
    /* line-height: 1.5; */
    /* text-align: center; */
    /* top: 1px; */
    /* left: 1px; */
    /* border-radius: 20%; */
    /* font-weight: 900; */
}
.checkOzel input{
	margin-right: 5px;
}
.checkOzel input[type=checkbox]:before {
    content: " ";
    border: 1px solid #d3dde4;
    border-radius: 20%;
    background-color: white;
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    display: block;
    width: 20px;
    height: 20px;
    transition: all .25s ease;
    margin-top: -3px;
    margin-right: -5px;
}
.checkOzel input[type=checkbox]:checked:before {
    border: 1px solid #2a5ab3;
    background-color: #0b69ff;
    border-radius: 5px;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color:white;
    /* margin-top: 2px; */
    padding-left: 1px;
}
input[type=radio]{
	margin-right: 10px;
}
input[type=radio]:before {
    content: " ";
    border: 1px solid #d3dde4;
    border-radius: 50px;
    background-color: white;
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    display: block;
    width: 20px;
    height: 20px;
    transition: all .25s ease;
    margin-top: -3px;
    margin-right: -5px;
}
input[type=radio]:checked:before {
    border: 1px solid #2a5ab3;
    background-color: #0b69ff;
    /* border-radius: 5px; */
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color:white;
    /* margin-top: 2px; */
    padding-left: 1px;
}
.rdlist label{
	margin-right:10px;
}
.rdlist input[type=checkbox]+label:before, input[type=radio]+label:before {
	content:"" !important;
	border: none;
	width: 0px;
	height: 0px;
}
.filterdiv input[type=checkbox]:checked+label:before {
    border: 1px solid #2a5ab3;
    background-color: #0b69ff;
    border-radius: 5px;
}
.filterdiv input[type=checkbox]:checked+label:after {
    content: "\f00c";
    /* font: normal normal normal 14px/1 FontAwesome; */
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /* display: block; */
    /* width: 20px; */
    /* height: 20px; */
    TOP: 4PX;
    LEFT: 4PX;
}
.filterdiv .filterAlan ul li label::before {
    border-color: #d3dde4;
    opacity: 0.8;
}
.filterdiv .filterAlan ul li label::after {
    /* border-color: #d3dde4; */
    /* opacity: 0.6; */
    /* transform: scale(0); */
}
.filterdiv .filterAlan input[type=checkbox]+label+.text, .filterdiv .filterAlan  input[type=radio]+label+.text {
    width: calc(100% - 40px);
    display: inline-block;
    line-height: 22px;
}
.filterdiv .filterAlan ul li .text > label {
    width: calc(100% - 26px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0px;
}

.filterdiv .filterAlan ul li .text .count {
    width: 26px;
    float: right;
    text-align: right;
}
.btnaltMetin{
	
margin-top: 10px;
	
text-align: center;
	
color: #0b69ff;
}
.arama_secenek {
	
}
.arama_secenek .arama_yer_baslik {
	margin-bottom: 0px;
}
.arama_secenek .arama_sayi {
	margin-bottom: 0px;
}
.mapbuton{
	border: 1px solid #ffffff;
	border-radius: 4px;
	background-image: url(/img/hmap.svg);
	background-size: cover;
	height: 50px;
	margin-bottom: 10px;
	text-align: center;
	box-shadow: 0 1px 2px rgba(73,86,154,.15)!important;
	cursor: pointer;
}
.mapbuton .butonyazi {
    display: block;
    height: 24px;
    line-height: 23px;
    text-align: center;
    background-color: #fff;
    margin-top: 13px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
    font-size: 13px;
    /* padding: 10px; */
    /* background: red; */
}


/*OTEL MOBİL FİLTRELER*/


#mobile-ofiltre-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 998999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ofiltre_acik_body #mobile-ofiltre-overlay {
  opacity: .15;
  visibility: visible;
}

.ofiltre_acik_body.body {
  left: 250px;
}
.ofiltre_acik_body #mobile-ofiltre-overlay {
  opacity: 0.15;
  visibility: visible;
}
#mobil_filtre_acalani{
	padding: 5px 10px;
	display: inline-block !important;
	width: 100%;
	background: #f8bc27;
}
#mobil_filtre_acalani .sol-filtre{
	font-size: 17px;
	border: 1px solid #cecece;
	/* border-radius: 5px; */
	background: #ffffff;
	padding: 2px 5px;
	border-radius: 3px;
}


.otel_liste_sort_alan {
    border-radius: 3px;
    border: 1px solid #f4f4f4;
    /* box-shadow: 0 1px 5px #dfe0e4; */
    padding: 0px;
    background: #e9e9e9 !important;
    display: inline-block;
    width: 100%;
    padding: 3px 10px;
}
.otel_liste_sort_alan select{
	padding:5px;
}
.otel_liste_sort_alan .ust_sort{
	width: 49%;
	float: left;
}
.otel_liste_sort_alan .ust_toogle{
	
width: 50%;
	
float: right;
}
.otel_liste_sort_alan .ust_toogle b{
	float:right;
	margin-right: 10px;
	font-weight: 400;
	margin-top: 2px;
}
.otel_liste_sort_alan .ust_toogle md-switch{
	margin: 0px;
	float: right;
}
.menudiv{
	
}
.checkTc{
	
float: right;
	
font-weight: 300;
	
margin-top: 5px;
	
/* display: block; */
}
.formalan .form-control, .formalan .form-control input {
    BACKGROUND: #f8f8fd !important;
    line-height: 20px !important;
    padding: 10px 10px;
    min-height: 50px;
    border: 1px solid #c0c0c6ab;
}
.kisi_bilgileri_alan  .form-control {
    /* BACKGROUND: #29235c; */
    line-height: 20px !important;
    padding: 10px 10px;
    min-height: 50px;
    border: 1px solid #c0c0c6ab;
}
.segmentBaslik {
	
text-align: center;
	
background: #6c757d30;
	
color: #2f2f2f;
	
padding: 5px;
	
font-weight: bold;
}
.flyBosDiv {
	
background: var(--light);
	
box-shadow: 0 1px 2px rgba(28,43,61,.22)!important;
	
padding: 5px!important;
	
margin-bottom: 10px;
	
/* border-radius: 10px!important; */
	
text-align: center;
}
.flyBosDiv .flyBeklemeDiv b{
	
font-weight: 400;
}
.flyBosDiv .flyAirportDegDiv b{
	
}
.listesatir{
	background: white;
	box-shadow: 0 1px 2px rgba(28,43,61,.32)!important;
	padding: 10px!important;margin-bottom: 10px;
	border-radius: 10px!important;
}
.listesatir.paketli{
	
}
.listesatir.paketli .ucuslar{
	width: 80%;
	float: left;
}
.listesatir.paketli .fiyat_sag{
	width: 20%;
	text-align: center;
	float: left;
}
.listesatir.paketli .fiyat_sag .price {
    font-size: 24px;
    font-weight: 700;
    color: #070b2a;
    /* color: #ff5c00; */
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 10px;
    /* text-align: right; */
}
.listesatir.paketli .fiyat_sag .btn-primary {
	/* box-shadow: 0 4px 10px 0 #22d80030, inset 0 1px 1px 0 #22d80030; */
	/* background-color: #1ec100fc !important; */
	/* border-color: #22d8009e !important; */
	/* width: 80%; */
	margin-bottom: 5px;
}
.listesatir .listealt{
	display: inline-block;
	width: 100%;
	border-top: 1px solid lightgray;
	margin-bottom: -10px;
	padding-top: 5px;
} 
.listesatir .listealt .ucus_detaybtn{
	float: left;
	padding: 5px 5px;
	font-size: 13px;
} 
.listesatir .listealt .ucus_detaysag{
	float: right;
	width: 50%;
	overflow: hidden;
	max-height: 30px;
} 
.listesatir .listealt .ucuskoltuksay{
	color:red;
	float: right;
	/* padding: 5px; */
	margin-left: 10px;
	font-weight: bold;
}
.listesatir .listealt .ucus_detaysag .ucusbagaj {
	/* color:red; */
	background-color: #f8f8fd;
	border-radius: 5px;
	padding: 5px;
	float: right;
	margin-right: 5px;
}
 

.flyliste {display: flex;width: 100%;}
.flyliste  .resim {
	/* transition: padding-bottom .2s cubic-bezier(.25,.8,.5,1); */
	display: block;
	/* width: 200px; */
	/* height: 52px; */
	text-align: center;
	width: 10%;
}
.flyliste  .resim .ucusno{
	font-size: 10px;
}
.flyliste  .img_wrapper {
    position: relative;
    max-width: 40px;
    height: 40px;
    background-position: center center;
    background-size: cover;
    display: block;
    margin: auto;
    /* background-repeat: no-repeat; */
    /* border-radius: 8px; */
    /* cursor: pointer; */
    /* height: 100%; */
    /* display: block; */
    /* height: 40px; */
    /* background-position: center center; */
    /* background: #f7f7f7; */
}
.flyliste  .orta {
	/* margin-left: 13px!important; */
	flex: 2 1 0%;
	flex-direction: column!important;
	display: block;
	width: 65%;
}
.flyliste  .orta .cikis{
	width: 32.5%;
	float: left;
}
.flyliste  .orta .cikis .saat {
	font-size: x-large;
	text-align: right;
	display: block;
	font-weight: 700;
	color: #383838;
}
.flyliste  .orta .cikis .yer{
	font-size: 11px;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	display: block;
	text-align: right !important;
}
.flyliste  .orta .varis{
	width: 32.5%;
	float: left;
}
.flyliste  .orta .varis .saat {
	font-size: x-large;
	text-align: left;
	display: block;
	font-weight: 700;
	color: #383838;
}
.flyliste  .orta .varis .saat .varis_gun_farki {
	font-size: 12px;
	/* margin-top: -22px; */
	/* display: block; */
	/* justify-content: flex-end!important; */
	/* display: contents; */
}
.flyliste  .orta .varis .ucusbagaj  {
	
float: right;
}
.flyliste  .orta .varis .yer{
	font-size: 11px;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	display: block;
	text-align: left;
}
.flyliste .ucus_sure_alani {
   width: 35%;
   text-align: center;
   float: left;
}
.flyliste .ucus_sure_alani .ucus_sure_icon {
    position: relative;
    display: block;
    width: 90%;
    height: 0.225rem;
    margin: 0.55rem auto;
    padding: 0;
}
.flyliste .ucus_sure_icon_cizgi {
    position: relative;
    display: block;
    width: 90%;
    height: 0.1rem;
    margin: 0.75rem auto;
    padding: 0;
    border-radius: 0.375rem;
    background-color: #e8e9f1;
    line-height: 0;
    text-align: left;
    border: 1px dashed #e8e9f1;
}
.flyliste .ucus_sure_alani .ucus_sure_icon .fa-plane {
    color: #0b69ff;
    font-weight: 700;
    font-size: 20px;
    transform: rotate(45deg);
    position: absolute;
    right: 45%;
    top: -9px;
}
.flyliste .ucus_sure_alani .ucus_sure_icon .ucus_aktarma_icon {
    color: #0b69ff;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    right: 45%;
    top: -6px;
    border-radius: 100%;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 3px solid #0b69ff;
}
.flyliste .ucus_sure_alani .ucus_suresi  {   
    font-size: 13px;  
}
.flyliste .ucus_sure_alani .ucus_aktarma_sayisi {   
    font-size: 13px;  
}
.flyliste .ucus_alt{
	/* display: contents; */
	/* width: 100%; */
	/* bottom: 0px; */
	display: none;
}
.flyliste .sag {
    text-align: right;
    width: 20%;
}
.flyliste .sag .price {
    font-size: 22px;
    font-weight: 700;
    color: #070b2a;
    /* color: #ff5c00; */
    cursor: pointer;
    margin-bottom: 5px;
    text-align: right;
}
.flyliste .sag .btn-primary {
	/* box-shadow: 0 4px 10px 0 #22d80030, inset 0 1px 1px 0 #22d80030; */
	/* background-color: #1ec100fc !important; */
	/* border-color: #22d8009e !important; */
	/* width: 80%; */
	margin-bottom: 5px;
}
.airkckresim{
	
position: relative;
	
max-width: 25px;
	
height: 25px;
	
background-position: center center;
	
background-size: cover;
	
/* display: block; */
	
/* margin: auto; */
}
.offer_alt .flights{
	margin-top: 5px;
	margin-bottom: 5px;
	/* border-top: 1px solid #afafaf6e; */
}
.flight{

display: flex;

/* margin-bottom: 10px; */

border-bottom: 1px solid #afafaf6e;

padding-top: 3px;

padding-bottom: 3px;

width: 100%;
}
.flight b{
	/* font-weight:100; */
}
.fligt_baslik{
	
width: 100%;
	
display: block;
	
text-align: center;
	
float: left;
	
background: #e9ebf6;
	
/* background: #8bb6fe; */
	
/* color: #0b69ff !important; */
	
color: #000000;
	
padding: 5px 5px;
	
/* box-shadow: 0 0 5px #d7d7d775; */
	
font-weight: bold;
}
.flight .flight_dep{
	
width: 35%;
	
text-align: center;
}
.flight .flight_orta{
	
width: 30%;
	
text-align: center;
	
display: inline-block;
	
margin-top: 13px;
}
.flight .flight_orta img{
	width: 25px;
	float:left;
	/* text-align: center; */
}
.flight.list2 .flight_dep,.flight.list2 .flight_ar{
	width:25%;
	padding-left: 0;
}
.flight.list2 .flight_orta{
	width: 15%;
}
.flight.list2 .flight_sagdet{
	width: 35%;
	font-size: 12px;
	float: right;
}
.flight .flight_orta .flightno{

/* margin-top: 10px; */

/* padding-top: 10px; */

/* position: relative; */

/* font-size: 0.9em; */

/* padding-top: 11px; */

line-height: 25px;
}
.flight .flight_orta .flight-cizgi{position: relative;display: block;width: 99%;height: .05rem;/* margin: .75rem auto; */padding: 0;border-radius: .375rem;background-color: #2196f3;line-height: 0;text-align: left;border: .05rem dashed #2196f3;}
.flight .flight_orta .flightfirma{
	display: inline-block;
	/* padding-left: 15%; */
	font-size: 14px;
	/* margin-top: 13px; */
}
.flight .flight_ar{
	
width: 35%;
	
float: right;
	
/* text-align: right; */
	
padding-left: 4%;
	
text-align: center;
}
.flight .tar{

display: block;

/* font-size: 1.2rem; */

font-size: 13px;

line-height: 1.2rem;

color: #777;

font-weight: 500;
}
.flight .saat{

display: block;

font-size: 1.4rem;

font-weight: 700;

line-height: 1.8rem;

color: #464646;
}
.flight .yer{

/* font-size: 14px; */

/* line-height: 10px !important; */

/* color: #777; */

font-size: 16px;

white-space: nowrap;

text-overflow: ellipsis;

overflow: hidden;

width: 100%;

max-width: 100%;

display: block;

/* text-align: right !important; */

font-weight: 400;
}
.flight .yer2{

/* font-size: 14px; */

/* line-height: 10px !important; */

/* color: #777; */

font-size: 13px;

white-space: nowrap;

text-overflow: ellipsis;

overflow: hidden;

width: 100%;

max-width: 100%;

display: block;

/* text-align: right !important; */

font-weight: 400;
}
.flight .flight_dep .yer{
	
}
.listeTime{
	background: #fee6e6;
	color: #b81e11;
	font-weight: 700;
	padding: 5px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.listeTime span{
	
font-size: 0.8rem !important;
	
float: right;
	
/* display: block; */
	
width: 100%;
}
.listeTime b{
	
}
.listeTime i{
	
font-size: 1rem;
}
.hotelliste{background: white;display: flex;border-radius: 19px!important;width: 100%;padding: 10px!important;box-shadow: 0 1px 2px rgba(28,43,61,.32)!important;margin-bottom: 10px;}
.hotelliste .resim {
	/* transition: padding-bottom .2s cubic-bezier(.25,.8,.5,1); */
	display: block;
	width: 290px;
	/* height: 52px; */
	/* box-shadow: 0 0 20px rgb(0 0 0 / 32%); */
	/* border-bottom-left-radius: 5px !important; */
}
.hotelliste .resim .img_wrapper:before {
    content: "";
    background: linear-gradient(to bottom,rgba(255,255,255,0),#004ea5bd);
    position: absolute;
    left: 0;
    right: 0;
    top: 80%;
    bottom: 0;
}
.hotelliste .img_wrapper {
    position: relative;
    max-width: 290px;
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat;
    border-radius: 8px;
    cursor: pointer;
    height: 100%;
    HEIGHT: 200PX;
    /* display: block; */
    /* height: 40px; */
    /* background-position: center center; */
    background: #f7f7f7;
}
.hotelliste .orta {
	margin-left: 13px!important;
	flex: 2 1 0%;
	flex-direction: column!important;
	display: flex;
}
.hotelliste .orta .title {
    display: inline;
    font-size: 20px;
    font-weight: 700;
    color: #3287f7;
    margin: 0px;
    /* line-height: 1; */
}
.hotelliste .orta .listeyildiz{
	line-height: 19px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.hotelliste .orta .title > a {
    color: #368af8;
    line-height: 1;
}
.hotelliste .orta .location {
    font-size: 13px;
    font-weight: 600;
    color: #565656;
    margin: 0px 0px 0px;
    line-height: 1.3rem;
    margin-bottom: 5px;
}
.hotelliste .orta .room-detail {
    font-size: 15px;
    margin-bottom: 10px;
    /* font-weight: 700; */
    color: #28374f;
    margin: 0px 0px 5px;
}
.hotelliste .orta .tags {
	
}
.hotelliste .orta .tags .oteltema{
	float: left;
	margin-right: 5px;
	padding: 1px 7px;
	background: #e3efff;
	color: #0896ff;
	border-radius: 10px;
	font-weight: 500;
	font-size: 12px;
	margin-bottom: 5px;
}
 
.hotelliste .orta .ozellik {
	
/* height: 28px; */
	
/* width: 181px; */
	
/* float: left; */
	
/* display: flex; */
	
/* overflow: hidden; */
	
/* overflow: scroll; */
	
display: none;
}
.hotelliste .orta .ozellik .otzel  {
	
margin-right: 5px;
	
/* background: red; */
	
padding: 5px;
	
float: left;
}

.hotelliste .sag {
	text-align: center;
	position: relative;
	padding: 0;
	/* width: auto; */
	display: flex;
	flex-direction: column;
	flex: 0 0 130px;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
	flex-wrap: nowrap;
}


.hotelliste .sag .rating {
    margin: 0px 0px 0px;
    user-select: none;
    min-height: 19px;
}
.hotelliste .sag .survey {
    display: inline-block;
    margin: 0px 0px;
    text-align: right;
}
.hotelliste .sag  .survey .survey-label {
    font-size: 14px;
    font-weight: 600;
    color: #202124;
    margin: 0px 0px 0px;
    line-height: 12px;
}
.hotelliste .sag .survey .survey-count {
    font-size: 12px;
    font-weight: 500;
}
.hotelliste .sag .score {
    float: right;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background: #243645;
    border-radius: 5px;
    text-align: center;
    width: 34px;
    line-height: 34px;
}
.hotelliste .sag .rooms {
    font-size: 12px;
    font-weight: 400;
    color: #545454;
    margin: 0px 0px 0px;
    line-height: 13px;
}
.hotelliste .sag .price {
    font-size: 24px;
    font-weight: 700;
    color: #0b69ff;
    cursor: pointer;
    display: grid;
    width: 100%;
    text-align: right;
    line-height: 1;
    margin-top: 5px;
}
.hotelliste .sag .price .total {
    position: relative;
    color: #b5b5b5;
    margin: 0px 10px 0px 0px;
    font-weight: 600;
    font-size: 12px;
}
.hotelliste .sag .price .total::after {
    content: "";
    width: 120%;
    height: 1px;
    background: #b5b5b5;
    position: absolute;
    bottom: 50%;
    left: -10%;
    margin-bottom: 5px;
}
.hotelliste .sag .price em {
    font-size: 10px;
    /* color: #0b69ff; */
    /* cursor: pointer; */
    font-weight: 500;
    color: black;
}
.hotelliste .fiyatkomisyon {
	
font-size: 10px;
	
margin: 0px;
}
.hotelliste .sag .listNonRefundable{
	display:none;
}
.hotellisteM .sag{
	position: relative;
	padding: 0;
	width: auto;
	display: flex;
	flex-direction: column;
	flex: 0 0 130px;
	justify-content: flex-end;
}
.hotelliste.tur{
	
/* display: inline-block; */
}
.hotelliste.tur .img_wrapper {
    height: 320px;
    background-size: cover !important;
    /* box-shadow: 0 0 20px rgb(0 0 0 / 4%); */
    box-shadow: 0 5px 8px rgb(0 0 0 / 32%);
    /* border-radius: 5px !important; */
    /* border-bottom-left-radius: 5px !important; */
}

.hotelliste.tur .orta {
    /* height: 300px; */
    font-weight: normal;
    color: #28374f;
}
.hotelliste.tur .sag {
    /* height: 300px; */
}
.hotelliste .orta {
	
/* margin: 5px 0 10px; */
	
/* color: #666; */
}
.hotelliste .orta .title > a{
	
COLOR: #28374f;
	
line-height: 22px;
	
display: inline-block;
	
vertical-align: middle;
	
font-size: 1.3rem;
}

.listustbaslik{
	
/* background: #ffffff; */
	
padding: 10px;
	
border-radius: 5px;
}
.listustbaslik h1{
	
/* font-size: 24px; */
	
margin-bottom: 0px;
	
font-size: 1.75rem;
	
font-weight: bold;
}
.listustbaslik p{
	
margin-bottom: 0px;
}
.listNonRefundable{
	
color: red;
	
font-size: 0.8rem !important;
}
.listNonRefundable i{
	/* color: red; */
	/* font-size: 0.8rem !important; */
	margin-right: 5px;
}
.listRefundable{
	color: #21c203;
	font-size: 0.8rem !important;
	font-weight: bold;
	background: #21c20300;
	padding: 2px 5px;
	border-radius: 5px;
}
.listRefundable i{
	/* color: red; */
	/* font-size: 0.8rem !important; */
	margin-right: 5px;
}


.hotelliste .sag .accomandation-tax-wrapper {
    border-top: 1px solid  #d3dce3;
    margin: 0px 0px 0px 0px;
    padding: 6px 0px 0px;
    font-size: 12px;
    font-weight: 500;
    color: #4e6e8a;
    /* width: 150px; */
    text-align: center;
    line-height: 12px;
}
.hotelliste .sag .prePayment {
    font-size: 13px;
    color: #009a40;
    font-weight: 500;
    line-height: 1.4rem;
}
.hotelliste .sag .btn {
    margin: 5px 0px 5px;
    border-radius: 6px;
    min-width: 100px;
    width: unset;
    /* display: inline-block; */
    /* background: #0b69ff!important; */
    /* color: #fff!important; */
    border-color: #0b69ff!important;
    box-shadow: 0 4px 10px 0 #22d80030, inset 0 1px 1px 0 #22d80030;
    background-color: #1ec100fc !important;
    border-color: #22d8009e !important;
    width: 100%;
    FONT-SIZE: 13PX;
}
.hotelliste .sag .btn2 {
	margin: 5px 0px 5px;
	border-radius: 6px;
	min-width: 100px;
	width: unset;
	display: inline-block;
	background-color: white !important;
	color: #2fa252;
	border: 2px solid #2fa252 !important;
	padding: 5px;
	width: 100%;
	FONT-SIZE: 13PX;
}
.btn2{
	margin: 5px 0px 5px;
	border-radius: 6px;
	min-width: 100px;
	width: unset;
	display: inline-block;
	background-color: white !important;
	color: #2fa252;
	border: 2px solid #2fa252 !important;
	padding: 5px;
	width: 100%;
	FONT-SIZE: 13PX;
}
.btn2 i{
	font-size: 24px;
	line-height: 18px;
}
#modalPopOdaKisi .odaSay{
	width: 30%;
	float: left;
}
#modalPopOdaKisi #odalar{
	float: right;
	display: inline-block;
	/* width: 50%; */
}
#modalPopOdaKisi .oda{
	display: flex;
	/* width: 100%; */
}
#modalPopOdaKisi .coltek{
	/* display: block; */
	/* width: 50%; */
	/* float: left; */
	margin-right: 10px;
}
#modalPopOdaKisi .coltek2{
	margin-right: 10px;
}
#modalPopOdaKisi .oda strong{
	margin-right: 10px;
	margin-top: 28px;
	vertical-align: middle;
}
#modalPopOdaKisi .cocuk-yaslari{
	display:flex;
	
}
#modalPopOdaKisi label{
	display: block;
	margin-bottom: 4px;
}
#modalPopOdaKisi select{
	display: block;
	width: 100%;
	padding: 5px 5px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}
.teklifbasliklar{
	background: #aeb6c3;
	padding: 5px 15px;
	color: #ffffff;
	font-weight: bold;
}
.teklif {
	background-color: #fff;
	color: rgba(0,0,0,.87);
	border-radius: 8px!important;
	box-shadow: 0 1px 2px rgba(73,86,154,.15)!important;
	padding: 10px;
	border-width: thin;
	display: block;
	max-width: 100%;
	outline: none;
	text-decoration: none;
	transition-property: box-shadow,opacity;
	overflow-wrap: break-word;
	position: relative;
	white-space: normal;
	margin-bottom: 10px;
	display: flex;
	border: 1px solid lightgray;
}
.teklif .sag{
	
display: flex;
	
flex-direction: column;
	
align-content: center;
	
align-items: center;
	
justify-content: center;
	
flex-wrap: wrap;
}
.teklif .price{
	display: block;
	color: #28374f;
	font-size: 27px;
	font-weight: 700;
	line-height: 1;
	margin: 3px 0px 0px 0px;
}
.teklif .oldprice {
	display: block;
	line-height: 1;
	/* color: #ffffff; */
	font-size: 17px;
	font-weight: 700;
	margin: 0px 0px 0px 0px;
	/* background: #df3c44; */
	/* display: inline-block; */
	/* padding: 5px 10px; */
	/* width: 100%; */
	color: #7a7a7a;
	text-align: center;
}
.teklif .indt {
	display: block;
	line-height: 1;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	margin: 0px 0px 0px 0px;
	background: #E94343;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	float: none;
	text-align: center !important;
	/* width: 100%; */
	/* color: red; */
}
.teklif .fa-bed{
	float:left;
	margin-top: 0px;
	height: 18px;
}
.fa.fa-spoon:before {
	content:"" !important;
} 
.fa.fa-spoon {
    background-color: #000000;
    mask: url(../img/meal.svg) no-repeat center/contain;
    -webkit-mask: url(../img/meal.svg) no-repeat center/contain;
    margin-right: 0px;
    width: 15px;
    height: 15px;
    margin-top: 0px !important;
}
.teklif .odares img{
	object-fit: cover;
	width: 100%;
	height: auto;
	border-radius: 10px;
	height: 190px;
	max-height: 190px;
	background: #e2e2e2;
}
.teklif .odares img:before {
    content: "";
    background: linear-gradient(to bottom,rgba(255,255,255,0),#004ea5bd);
    position: absolute;
    left: 0;
    right: 0;
    top: 80%;
    bottom: 0;
}
.teklif .room-detail{
	padding-left: 5px;
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 5px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 5px;
}
.teklif .room-detail .odares{
	
width: 30%;
	
float: left;
	
margin-right: 15px;
}
.teklif .room-detail .tekic b{
	font-size: 1.2rem;
	color: #005aea;
}
.teklif .room-detail .tekic .listealtbaslik{
	font-size: 1rem;
	line-height: 1.2;
	margin-top: 10px;
	/* color: #005aea; */
}

.teklif .room-detail .location{
	font-size: 0.8rem;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #ececec;
}
.teklif .NonRefundable1{
    padding: 1px 10px;
    background: #ffffff;
    color: #ff0000;
    border: 1px solid red;
    border-radius: 10px;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
}
.teklif .NonRefundable span{
	 /* color: #ff0000; */
}
.teklif .Refundable .fa{
	/* text-align:center; */
	color: #FF9800;
	font-size: larger;
}
.teklif .Refundable .FreeCancellation{
	COLOR: #24be07;
	margin-right: 10px;
	font-weight: bold;
	font-size: 0.8em;
}
.teklif .tekic {
	font-size: 1rem;
	color: #0e1429;
}
.teklif .tekic1 .otel_hizmeti {
	font-size: 13px;
	line-height: 1;
}
.teklif .tekic b{
	font-size: 1.2rem;
	color: #005aea;
}
.teklif .Refundable .dateFormat{
	font-size: small;
	text-align: center;
}
.teklif .NonRefundable{
	font-size: 12px;
	background: #fef5e7;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 5px;
}
.odaResOwl .owl-nav {
  position: absolute;
  top: 50%;              /* dikey ortalama */
  left: 0;
  right: 0;
  transform: translateY(-50%); /* tam ortalama */
  display: flex;
  justify-content: space-between; /* sağa-sola it */
  pointer-events: none; /* container tıklamasını engelle */
}

.odaResOwl .owl-nav button {
  background: rgba(0,0,0,0.5);
  color: #ffffff !important;
  border-radius: 50%;
  width: 25px;
  /* height: 25px; */
  pointer-events: auto; /* okların tıklanmasını aç */
  border: none;
  font-size: xx-large !important;
  font-weight: bold !important;
}
.kayitTipi{
	
}
.kayitTipi b{
	
color: var(--orange);
}
.kayitTipi p{
	
margin-bottom: 0px;
	
line-height: 1;
	
font-size: 12px;
}
.oldprice{
	font-size: 18px;
	text-decoration: line-through;
	color: var(--pink);
	font-weight: 700;
	/* display: block; */
	text-align: right;
}
.indt {
	display: block;
	line-height: 1;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	/* margin: 0px 0px 0px 0px; */
	background: #20c20124;
	color: #20c201;
	/* display: block !important; */
	padding: 5px 10px;
	border-radius: 5px;
	/* width: 80%; */
	/* color: red; */
	text-align: right;
	float: right;
	margin-bottom: 6px;
	/* flex-direction: row; */
	/* flex-wrap: nowrap; */
	/* justify-content: flex-end; */
	/* align-items: center; */
	/* align-content: center; */
}
.btnSelect  {
    margin: 5px 0px 5px;
    border-radius: 6px;
    min-width: 100px;
    width: unset;
    display: inline-block;
    box-shadow: 0 4px 10px 0 #22d80030, inset 0 1px 1px 0 #22d80030;
    background-color: #21bd04fc !important;
    width: 100%;
    font-weight: bold;
    padding: 10px 10px;
}
.btnSelect.btnrtip2   {
	background-color: white !important;
	color: #ff9800;
	border: 2px solid #ff9800 !important;
	box-shadow:none;
}
.hotelmapiframe{
	min-height:500px;
}
.telDiv{
	display: inline-block;
	/* height: 54px; */
	/* min-width: 220px; */
	/* padding: 0; */
	/* border: none; */
	/* position: relative; */
	/* overflow: hidden; */
	/* background: red; */
	width: 100%;
	border-radius: 10px;
	margin-bottom: 5px;
}
.telDiv .fa{
	font-size: 1.3rem;
	/* padding-top: 12px; */
	/* clip-path: polygon(0 0,100% 0,80% 100%,0 100%); */
	/* background: red; */
	/* padding: 0.533rem 0.933rem; */
	padding: 10px 10px;
}
.telDiv span{
	padding-left: 10px;
	font-size: 1rem;
	padding-top: 5px;
	padding-right: 5px;
	/* color: #fff; */
	/* text-align: center; */
	line-height: 1rem;
	margin-top: 0px;
	padding: 10px 10px;
	width: 100%;
	font-weight: bold;
}
.telDiv .btn-grey0{
	text-align: center;
	display: inline-flex;
	background: #24be07e0;
	color: #ffffff !important;
	padding: 0px;	
	width: 100%;
}
.telDiv .btn-grey1{
	text-align: center;
	display: inline-flex;
	background: #0b69ff;
	color: #ffffff !important;
	padding: 0px;
	width: 100%;
	/* text-align: center; */
}
.telDiv .btn-grey2{
	text-align: center;
	display: inline-flex;
	background: #ff9800;
	color: #ffffff !important;
	padding: 0px;
	width: 100%;
}
.btn-grey5{
	text-align: center;
	/* display: inline-flex; */
	color: #0b69ff !important;
	padding: 0px;
	width: 100%;
	border: 1px solid;
	padding: 5px 10px;
	/* text-align: center; */
}
.telDiv .btn-grey0 .fa{
	background: #1ca303;
}
.telDiv .btn-grey1 .fa{
	background: #003ea1;
}
.telDiv .btn-grey2 .fa{
	background: #d68000;
	color: white;
}
ul{
	padding:0px;
	list-style: circle;
	padding-left: 15px;
	/* color: #e0004d; */
}
.otelhizmetul{
	padding: 0px;
    display: flow-root;
}
.otel_hizmeti {
	
padding: 3px 0 2px 0px;
	
/* width: 28%; */
	
float: left;
	
margin-right: 12px;
}
.otel_hizmeti .fa-check{
	color: #719ad1;
    background: #d8e1ed;
    border-radius: 10px;
}
.stickyDiv {
   position: sticky;
   top: 0px;
   z-index: 9;
}
.detaybaslik {
	font-size: 1.875rem;
	color: #28374f;
	font-weight: bold;
	display: inline;
	line-height: 1.23;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-bottom: 0px !important;
	display: block;
}
.detaysag{
	color: #28374f;
	line-height: 18px;
	min-height: 135px;
}
.detaysag div{
	margin-bottom: 10px;
}
.turaltbilgi{
	display: flex;
}
.tursagfiyat{
	
text-align: center;
}
.tursagfiyat b{
	Font-size: 2.4rem;
    font-weight: 700;
    color: #0b69ff;
    cursor: pointer;
    display: grid;
    width: 100%;
    text-align: CENTER;
    line-height: 1;
    margin-top: 0px;
    MARGIN-BOTTOM: 0PX;
}
.detayul{
	width: 100%;
	display: table;
	text-align: center;
	table-layout: auto;
	background: white;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(73, 86, 154, .15) !important;
}
.detayul li{
	display: table-cell;
    font-size: 14px;
    font-size: .875rem;
    color: #666;
    font-weight: 600;
    text-align: left;
}
.detayul li a{
	position: relative;
	display: block;
	width: 100%;
	padding: 0 10px !important;
	color: #666;
	text-align: center;
	line-height: 50px;
	box-sizing: border-box;
	transition: all 150ms ease-in-out;
}
.detayul li.active a{
	
color: #0b69ff;
	
border-bottom: 3px solid;
}
.detayul li a:hover{
	color: #0b69ff;
}
.btn-aramayap{
	background: #0b69ff;
	color:white;
	min-height: 60px;
	line-height: 40px;
	min-width: 100px;
	position: relative;
	font-size: 1.6em;
}

.btn-aramayap:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  animation: shine 4s infinite linear;
}
@keyframes shine {
  0% {
    left: -100px;
  }

  20% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}
.turulasim{
	
display: block;
	
width: 100%;
}
.turulasim span{
	
display: block;
	
width: 100%;
}
.turulasim .seperator{
	margin: 12px 0;
	width: 100%;
	height: 1px;
	background-color: #efefef;
	display: table;
}
.listyan{
	display: flex;
	list-style: none;
	padding-left: 5px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: space-around;
	align-items: center;
}
.listyan li{
	width: 33%;
	float: left;
	line-height: 1.3;
	/* color: red; */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 27px;
	padding-right: 7px;
}
.listyan li a{
	color: #1b1b1b;
}
.turgun{
	
font-size: 18px;
	
display: inline-block;
	
width: 100%;
	
margin-bottom: 5px;
	
color: #000000;
	
font-weight: 600;
}
.turbolge{
	
/* padding: 5px; */
	
height: 27px;
	
line-height: 27px;
	
border-radius: 100px;
	
color: #0b69ff;
	
background: rgb(0 140 255 / 5%);
	
padding: 0 15px;
	
display: inline-block;
	
vertical-align: middle;
	
white-space: nowrap;
	
text-align: center;
	
margin-right: 5px;
	
margin-bottom: 0px;
	
font-weight: 400;
}
.uyariDivMavi {
	width: 100%;
	display: block;
	padding: 15px;
	color: #0065B8;
	float: left;
	text-align: left;
	border: 0px;
	background-image: linear-gradient(to right, #e4f4ff, #d1e9fd);
	margin-bottom: 5px;
}
.uyariDivMavi p{
	
margin-bottom: 0px;
	
font-weight: bold;
}
.uyariDivMavi .login-button{
	
float: right;
	
background: white;
	
padding: 5px 15px;
	
border-radius: 10px;
	
margin-top: -5px;
}
.altarama2{
	width: 100%;
	display: flex;
	/* text-align: center; */
	/* table-layout: auto; */
	background: white;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(73, 86, 154, .15) !important;
	padding: 5px 10px;
	margin-bottom: 5px;
}
.altarama2 .arama{
	display: table-cell;
	width: 40%;
	font-size: .875rem;
	font-weight: 600;
	text-align: left;
	border: 1px solid #bac7d5;
	color: #070b2a !important;
	background: #f5f8fb;
	padding: 0 5px;
	border-radius: 5px;
	/* display: block; */
	padding-bottom: 3px;
	margin-right: 10px;
}
.altarama2 .arama2{
	width: 20%;
}
.altarama2 .arama2 .btn{
	width: 100%;
}
.altarama2 .arama label{
	width: 100%;
	font-weight: 500;
	margin-bottom: 0px;
}

.altarama2 input, .altarama2 select{
	/* width: 100%; */
	width: 100%;
	border: none;
	font-weight: bold;
	/* background: #eceff280; */
	background: white;
	padding: 5px 10px;
	margin-bottom: 2px;
	color: #495057;
}
.altarama2 .OdaKisiSecPop{
	display:none;
}
.altarama2 .OdaKisiSecPop.open{
	display:block;
	position: absolute;
	min-width: 340px;
	background: white;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 58%);
	/* font-size: 12px; */
	font-size: .75rem;
	/* visibility: hidden; */
	/* opacity: 0; */
	z-index: 355;
	transition: all 250ms ease-in-out;
	box-sizing: border-box;
	padding: 10px;
}
.OdaKisiSecPop .frmdiv{
	display: inline-block;
	/* border-bottom: 1px solid lightgray; */
	margin-bottom: 5px;
	width: 100%;
}
.OdaKisiSecPop .frmdiv label{
	width: 50%;
	float: left;
	font-size: 16px;
	margin-top: 5px;
	min-height: 30px;
}
.OdaKisiSecPop .frmdiv select{
	float: right;
	border: 1px solid lightgray;
	width: 50%;
}
.OdaKisiSecPop .frmdiv .trcocuklar{
	/* display: none; */
	display: inline-block;
	width: 48%;
	float: left;
	margin-right: 2%;
}
.OdaKisiSecPop .trcdt{
	/* background: #f5f8fb; */
	border: 1px solid lightgray;
}
.appalt{
	display: inline-block;
	margin-bottom: 15px;
	padding: 0px;
}
.appalt .app-button{
	    display: flex;
	    -webkit-box-align: center;
	    align-items: center;
	    position: relative;
	    cursor: pointer;
	    border: 1px solid #223442;
	    padding: 10px;
	    border-radius: 8px;
	    /* width: 100%; */
	    font-size: 14px;
	    transition: all 0.5s ease 0s;
	    margin-right: 10px;
	    padding-right: 10px;
	    float: left;
	    color: #243645;
	    font-weight: 700;
}
.appalt .text{
	float: left;
	/* margin-right: 20px; */
}
.appalt .title{
	font-weight: 700;
	color: #243645 !important;
	font-size: 1rem;
}
.appalt .sub-title{
	
}
.appalt .telefon{
	align-items: center;
	position: relative;
	cursor: pointer;
	border: 1px solid #22344285;
	padding: 3px 10px;
	border-radius: 8px;
	/* width: 100%; */
	float: right;
	/* color: black !important; */
	/* background: #243645; */
	background: white;
	/* border: 1px solid transparent; */
	line-height: 25px;
	/* font-size: 12px; */
	margin-left: 10px;
}
.appalt .telefon a{
	/* color: white !important; */
	color: #243645 !important;
	font-weight: 700;
	font-size: 14px;
	padding: 0px;
	background: transparent;
}
.btn-grey {
    background-color: #f1f1f1;
    color: #253746 !important;
    margin-right: 5px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 8px;
    padding: 12px 10px;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
}
.social-col a{
	/* width: 32px; */
	/* height: 37px; */
	border-radius: 50% !important;
	background: #243645;
	padding: 8px 14px;
	/* position: relative; */
	border-radius: 10px;
	display: inline-block;
	color: white !important;
	float: right;
	margin-right: 5px;
}
.ustadimlar{
	
background: #f8f8fd;
	
padding-top: 10px;
	
padding-bottom: 1px;
	
/* border-bottom: 2px solid #d2d2d2; */
}
.ustadimlar .ustadim-panel{
	
}
.ustadimlar{
	
}
.offer_otel_sag {
	background-color: #fff;
	color: rgba(0,0,0,.87);
	border-radius: 8px!important;
	box-shadow: 0 1px 2px rgba(73,86,154,.15)!important;
	padding: 5px 0px !important;
	display: block !important;
	padding-bottom: 0px !important;
}
.offer_otel_sag .offer_alt{
	padding-bottom: 0px !important;
}
.offer_otel_sag .rez_otel_resim{
	overflow: hidden;
	position: relative;
	background-color: #f8f8f8;
	border-radius: 0;
	max-height: 150px !important;
	min-height: 150px !important;
	background-repeat: no-repeat;
	width: 100%;
	/* margin-left: -6px; */
	/* margin-top: -6px; */
	background-size: cover;
	object-fit: cover;
	margin-top: 5px;
}
.offer_otel_sag .otel_adi{
	
margin-bottom: 0px;
	
margin-top: 10px;
	
line-height: 2.2rem;
	
display: block;
	
max-width: 100%;
	
overflow: hidden;
	
text-overflow: ellipsis;
	
/* white-space: nowrap; */
	
word-wrap: normal;
	
color: #2196f3;
	
font-weight: 700;
}
.offer_otel_sag .otel_adres{
	line-height: 2.2rem;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.offer_otel_sag .rezspansatir{
	margin-bottom: 5px;
	border-bottom: 1px solid #d3d3d373;
	padding-bottom: 10px;
}
.offer_otel_sag .rezspansatir p{
	margin-bottom:0px;
}
.offer_otel_sag .rezspansatir span{
	/* font-size: 1.3rem; */
	/* line-height: 2.6rem; */
	/* position: relative; */
	/* margin-right: 5px; */
	/* padding: 5px 7px; */
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
	/* overflow: hidden; */
	/* width: 100%; */
	/* display: block; */
	/* float: left; */

}
.offer_alt_fiyatlar{
	display: inline-block;
	padding-bottom: 10px;
	padding-top: 10px;
	background: #0b69ff !important;
	color: white;
	margin-bottom: -6px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 1.2rem;
}
.kisi_sec_uyari b{
	color:red;
	font-weight:400 !important;
	/* font-size: 13px; */
	line-height: 10px !important;
}
.ucakarama .ust_satir .rdlist{
	padding-top: 0px;
	padding-bottom: 5px;
}
.ucakarama .ust_satir .rdlist input{
	/* padding-top: 10px; */
	/* padding-bottom: 5px; */
	margin-left: 10px;
	margin-right: 10px;
}
#ModalYonlendir .modalBoxExpire{
	/* background: #d3e0f1; */
	background: white;
	border-bottom: 5px solid #1678ff;
}
#ModalYonlendir img{
	width: 60px;
	/* margin-top: -56px; */
	display: block;
	margin: auto;
	border-radius: 30px;
}
.odemeopt{
	
/* display: block; */
	
width: 100%;
	
text-align: center;
	
margin: auto;
	
margin-top: 10px;
	
margin-bottom: 10px;
}
.odemeopt li{
	border-radius: 6px;
	padding: 5px 20px;
	min-height: 39px;
	display: flex;
	margin-left: 10px;
	border: 1px solid lightgray;
}
.odemeopt li a{
	color: black;
}
.odemeopt li.active{
	background: #3e80e9;
	color: white;
}
.odemeopt li.active a{
	color: white !important;
	text-decoration: none !important;
}

.flydirectch{
	
margin-top: 14px;
	
float: right;
}
.flydirectch input{
	margin-right:5px;
}
.passCountBox {
    width: 350px;
    position: absolute;
    display: block;
    background: #fff;
    padding: 10px;
    box-shadow: 1px 1px 15px 1px #4141413b;
    border: 1px solid #eee;
    z-index: 900!important;
    /* left: -73px; */
    right: -2px !important;
}
.popup_fly_kisi_say .kisi_say_kabin{
  width:100%;
  margin-bottom: 9px;
  /* padding:5px 0px; */
  display: inline-block;
}
.popup_fly_kisi_say .kisi_say_kabin input{
	float: left;
	width: auto;
	/* margin-top: 5px; */
	/* margin-right: 10px; */
}
.popup_fly_kisi_say .kisi_say_kabin label{
	float: left;
	width: 46%;
	font-size: large;
}
.popup_fly_kisi_say .kisi_say_satir{
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    border-bottom:1px solid #ebedec;
}
.popup_fly_kisi_say .kisi_say_satir h4{
   font-weight: 600;
    vertical-align: sub;
    color: #5a5a5a;
    margin-bottom:0px;
    font-size:medium;
    line-height:1.2;
} 
.popup_fly_kisi_say .kisi_say_satir p{
     font-weight: 400;
    vertical-align: sub;
    color: #414141;
    margin-bottom:0px;
    font-size:10px;

}
.popup_fly_kisi_say .kisi_say_sol{
  width:60%;
  float:left;;
}
.popup_fly_kisi_say .kisi_say_sag{
  width:40%;
  float:right;
  text-align: center;
}
.popup_fly_kisi_say .kisi_say_sag input[type="number"] {
    padding: 0;
    width: 32px;
    display: inline-block;
    height: 38px;
    border-radius: 0;
    vertical-align: bottom;
    line-height: 32px !important;
    text-align: center;
    color: #333;
    font-weight:bold;
}
.popup_fly_kisi_say .kisi_say_sag input[type=number]::-webkit-inner-spin-button, 
.popup_fly_kisi_say .kisi_say_sag input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.flykisidivpop{
	
cursor: pointer;
	
display: inline-block;
	
width: 100%;
	
/* position: absolute; */
}
.flight_list2.BeklemeDiv {
	width: 100%;
	background: #ffc1072b;
	/* color: #ffbf00 !important; */
	font-weight: bold;
	text-align: left;
	padding-left: 7px !important;
}
.flight_list2.BeklemeDiv td:first-child {
	padding-left: 6px;
}
.flight_list2 {
	font-size: 14px;
	background: white;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(73,86,154,.35)!important;
	padding: 5px !important;
	margin-bottom: 5px;
	position: relative;
}
.flight_list2:before {
   /* content: ''; */
   width: 10px;
   height: 9px;
   /* border: 4px; */
   border-radius: 20px;
   border-bottom: 5px solid rgb(11 105 255);
   border-right: 5px solid rgb(11 105 255);
   position: absolute;
   bottom: 10px;
   left: 2px;
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
}
.flight_list2:after {
    content: '';
    width: 2px;
    top: 10px;
    bottom: 10px;
    left: 8px;
    /* border: 2px dashed #0b69ff9c !important; */
    border: 2px dashed #e8e9f1 !important;
    position: absolute;
}
.flight_list2.BeklemeDiv:after {
	
display: none;
}
.flight_list2 tr{
	padding: 5px 5px;
	border-bottom: 0px !important;
}
.flight_list2 td{
	padding: 3px 0px;
	padding-right: 5px;
	border-top: 0px !important;
}
.flight_list2 td.col1{
	padding-left: 20px;
}
.flight_list2 td.col1.ucus:before{
	content: '';
	width: 10px;
	height: 9px;
	left: 4px;
	margin-top: 5px;
	/* background: #0b69ff !important; */
	border: 2px solid #0b69ff;
	border-radius: 30px;
	position: absolute;
	z-index: 1;
	background-color: #fff;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	/* border: 2px solid #9599b7; */
}
.flight_list2 .flightno{
	
display: inline-block;
	
padding-left: 5px;
}
.flight_list2 .listflyicon{
	
width: 25px;
	
float: left;
	
margin-right: 5px;
}
.bagajyok{
	/* -webkit-mask: url(../img/bagajyok.png) no-repeat center/contain; */
	width: 20px;
	height: 18px;
	background: url(../img/bagajyok.png);
	/* position: absolute; */
	display: block;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
}
.bagajyok1{	
	width: 20px;
	height: 20px;
	background: url(../img/bagajyok1.png);
	/* position: absolute; */
	/* display: block; */
	float: right;
	background-size: contain;
	background-repeat: no-repeat;
}
.flight_list2 .ucus_suresi   {
	font-size: 13px;
	padding-left: 10px;
}
.flight_list2 .bagaj  {
	
font-size: 12px;
	
padding-left: 8px;
}
.flight_list2 .saat  {
	/* font-size: 12px; */
	display: block;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.2rem;
	color: #464646;
}
.flight_list2 .tar  {
	font-size: 14px;
}
.flight_list2 .servisler  {
float:right;
}
.flight_list2 .ucusbagaj  {
	
font-size: 12px;
	
float: left;
}
.flight_list2 .ucusbagaj img  {width: 20px;}
 
.inputdisable{
	
pointer-events: none;
}
.mesajDiv {
	
width: 80%;
	
background: #f3f3f3;
	
position: relative;
	
padding: 10px;
	
border-radius: 10px;
	
margin-bottom: 10px;
	
font-size: 0.8rem;
}
.mesajDiv.gn0 {text-align: right;margin-left: 20%;right: 0px !important;border-right: 5px solid #9dbda3;BACKGROUND: #d0f1d6;}
.mesajDiv.gn1 {
	text-align: left;
	margin-right: 20%;
	left: 0px !important;
	border-left: 5px solid #b1b1b1;
	BACKGROUND: #f1f1f1;
}
.mesajDiv .Ad {
	font-weight: bold;
	border-bottom: 1px solid #d3d3d373;
}
.mesajDiv .mesaj {
	
}
.mesajDiv .alt  {
	font-size: 12px;
}
.altCevapla #beniaraCevapAlt{
	
display: inline-block;
}
.altCevapla textarea{
	
width: 75%;
	
float: left;
}
.altCevapla .btn{
	
width: 25%;
	
float: right;
}
.feribotarama{
	padding-top: 10px;
	padding-bottom: 5px;
}
.feribotarama .form-group{
	margin-bottom:2px;
}
.feribotarama label{
	margin-bottom:2px;
	font-weight: 500;
}
.feribotarama .customcol .col-sm-2, .feribotarama .customcol .col-sm-3, .feribotarama .customcol .col-sm-1, .feribotarama .customcol .col-sm-4 {
    padding-right: 3px;
    padding-left: 3px;
    margin-top: 7px;
}
.feribotarama .col-sm-1half {
    width: 13%;
}

.feribotarama .yolcular {
    border: 1px solid #e8e8e8;
    padding: 8px;
    height: 35px;
    font-size: 13px;
    background: white;
}
.feribotarama .yolcular span em{
	font-weight:bold;
}
.feribotarama .adult_child {
    width: 308px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    position: absolute;
    box-shadow: 0px 5px 10px #888, 0 0px 3px #888;
    z-index: 1;
    padding: 5px 5px;
    display: none;
    top: 59px;
}
.feribotarama .adult_child.open {
    display: block;
    Z-INDEX: 9999;
}

  .feribotarama  .adult_child:after {
       
  }

   .feribotarama .adult_child ul {
        padding: 2px 0;
        list-style: none;
    }
   .feribotarama .adult_child select {
       font-weight:bold;
    }
   .feribotarama .adult_child ul li {
        padding: 2px 0;
    }

    .feribotarama    .adult_child ul li span {
            font-size: 12px;
        }

    .feribotarama    .adult_child ul li ul li {
            padding: 2px 0;
        }

   .feribotarama .adult_child .handle-counter {
        display: inline-block;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
    }

   .feribotarama     .adult_child .handle-counter .btn-primary {
            outline: inherit;
            background: #f2f2f2;
            color: #000000;
            border: none;
            float: left;
            border-radius: 0;
        }

     .feribotarama   .adult_child .handle-counter input {
            width: 36px;
            border-left: 1px solid #d9d9d9;
            border-right: 1px solid #d9d9d9;
            outline: inherit;
            text-align: center;
            color: #000000;
            border-top: 0;
            float: left;
            border-bottom: 0;
            height: 32px;
        }
.feryarama {
	margin-top:30px;
	background: #fafafa;
}
.ferrysearch .FerryDesc{
	
background: #ffa200a8;
	
padding: 5px 10px;
	
font-size: 13px;
	
margin-bottom: 10px;
	
margin-top: -10px;
	
line-height: 1;
	
min-height: 36px;
}
.ferrysearch .searchtitle{
	background: #618093;
	background-color: #07335b;
	padding: 7px 15px;
	/* border-radius: 5px; */
	color: white;
	margin-bottom: 10px;
}
.ferrysearch .searchtitle span{
	text-align:right;
	float: right;
}
.ferrylist{
	background: white;
	margin-bottom: 10px;
	background: white;
	box-shadow: 0 1px 2px rgba(28,43,61,.32)!important;
	padding: 10px 

 !important;
	margin-bottom: 10px;
	border-radius: 10px !important;
	display: inline-block;
	width: 100%;
	/* flex-direction: row; */
	/* flex-wrap: nowrap; */
	/* align-content: center; */
	/* justify-content: flex-start; */
	/* align-items: stretch; */
}
.ferrylist img{
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 10px;
	min-width: 50px;
	background: #f8f8f8;
	min-height: 50px;
	background-image: url('../img/feribotbos.png');
	background-size: cover;
}
.ferrylist .resim{
	/* width: 130px; */
	float: left;
	/* max-width: 20%; */
}
.ferrylist .orta{
	/* width: 130px; */
	float: left;
	/* max-width: 58%; */
}
.ferrylist .orta label{
	/* width: 130px; */
	margin-bottom: 0px;
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 1.3;
}
.ferrylist .sag{
	/* width: 130px; */
	float: right;
	/* display: flow-root; */
	text-align: center;
}
.ferrylist .sag .saat{
	font-size: x-large;
	text-align: center;
	display: block;
	font-weight: 700;
	color: #383838;
	line-height: 1;
}
.ferrylist .sag .tarih{
	
line-height: 1.2;
}
.ferrylist .sag .selectbtn{
	padding: 8px 30px;
	margin-top: 5px;
}
.ferrylist .altnot{
	
width: 100%;
	
display: inline-block;
	
color: red;
	
font-size: 12px;
}
.ferrylist.selectex{
	background-color: #0b69ff26 !important;
    border: 3px solid #0b69ff !important;
}
.ferrylist.selectex .selectbtn{
	background-color: #21c203 !important;  
	border-color:#21c203;
}
.ferrylist.selectpassive {
    background-color: #81818145 !important;
    cursor: not-allowed;
    display: none;
}
.ferrylist.selectpassive .selectbtn{
	background-color: #929292 !important;
	border-color:#929292;
	cursor: not-allowed;
}
.ferrylist.selectpassive label{	
	cursor: not-allowed;
}
.feribotalttoplam{
	position: fixed;
	bottom: 0px;
	left: 0px;
	/* right: 10%; */
	z-index: 99999;
	width: 100%;
	float: right;
	background: white;
	background: #07335b;
	/* background: #d7e5fb; */
	color: white;
	padding: 5px;
	/* border-top: 10px; */
	/* border-top: 3px solid #cbcbcb; */
	z-index: 9999999999999999;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.feribotalttoplam .tfiyat{
	float: right;
	line-height: 45px;
	margin-right: 20px;
}
.feribotalttoplam .btn {
	float: right;
	padding: 10px 50px !important;
	margin-right: 15px;
}
.feribotalttoplam .secuyari{
    float: left;
    /* line-height: 45px; */
    /* background: #ffc10763; */
    /* padding: 5px 10px; */
    border-radius: 10px;
    margin-top: 5px;
    font-size: 12px;
    color: #fdc055;
}
.feribotkisibilgi{
	
}
.feribotkisibilgi label{
	
margin-bottom: 1px;
}
.feribotkisibilgi .form-group{
	
margin-bottom: 5px;
}
.feribotrezsefer .tip{
	/* font-weight:bold; */
	padding: 5px 0px;
	font-size: 1rem;
	background: #ebebeb;
	width: 100%;
	text-align: center;
	margin-left: 0;
}
.feribotrezsefer .resim{
	padding: 5px 0px;
}
.feribotrezsefer .resim .sol{
	float: left;
	line-height: 1;
}
.feribotrezsefer .resim .sol h6{	
	margin-bottom: 0px;
	font-weight: bold;
}
.feribotrezsefer .resim .sol p{	
	margin-bottom: 0px;
	
}
.feribotrezsefer .resim img{
	float: right;
	width: 100px;
	height: auto;
	max-height: 100px;
	object-fit: cover;
	border-radius: 10px;
}
.feribotrezsefer .table tr td{
	/* font-weight:bold; */
	padding: 5px 0px;
	padding-right: 10px;
}
.feribotrezsefer .table tr td:last-child{
	font-weight:bold;
}

.feribotrezsag{
	
}
.feribotrezsag .ustbaslik{
	color: #1c2b3d !important;
	font-weight: 600;
	padding: 5px 10px;
	background: #f8f8f8;
	text-align: center;
}
.feribotrezsag table{
	text-align: center;
	margin-bottom: 5px;
	/* border-bottom: 1px solid lightgray; */
}
.feribotrezsag td:first-child{
	text-align: center;
	width: 20%;
}
.feribotrezsag td{
	text-align: center;
	width: 40%;
	padding-bottom: 10px;
}
.feribotrezsag .logo{
	width: 60px;
	height: 50px;
}
.feribotrezsag .saat{
	font-weight: bold;
	font-size: large;
	line-height: 1;
}
.feribotrezsag .tarih {
	
font-size: 12px;
}
.feribotrezsag .dest{
	font-size: 12px;
	line-height: 1rem;
}
@media (max-width: 991px) {
	.feribotalttoplam {
		font-size: 14px !important;
	}
	.feribotalttoplam .btn{
		padding: 8px 15px !important;
	}
	.feribotalttoplam .tfiyat{
		font-size: 16px;
	}
	.feribotalttoplam .secuyari{
		font-size: 11px;
		text-align: center;
		color: #fdc055;
	}
	.ferrylist {
		
	}
	.ferrylist .resim{
		/* width: 50px; */
		margin-bottom: 5px;
		float: none;
	}
	.ferrylist .resim img{
		/* width: 60px !important; */
		/* min-width: 60px; */
		/* height: auto !important; */
		/* min-height: auto; */
		width: 62%;
		height: 50px;
		object-fit: cover;
		display: block;
		margin: auto;
	}
}
.frtliste {/* display: flex; */width: 100%;}
.frtliste  .resim {
	/* transition: padding-bottom .2s cubic-bezier(.25,.8,.5,1); */
	display: block;
	/* width: 200px; */
	/* height: 52px; */
	text-align: center;
	width: 20%;
}
.frtliste  .resim .ucusno{
	font-size: 10px;
}
.frtliste  .img_wrapper {
    position: relative;
    max-width: 130px;
    height: 45px;
    background-position: center center;
    background-size: cover;
    display: block;
    margin: auto;
    /* background-repeat: no-repeat; */
    /* border-radius: 8px; */
    /* cursor: pointer; */
    /* height: 100%; */
    /* display: block; */
    /* height: 40px; */
    /* background-position: center center; */
    /* background: #f7f7f7; */
}
.frtliste  .listDetay {
	/* width: 100%; */
	/* display: inline-block; */
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
}
.frtliste  .orta {
	/* margin-left: 13px!important; */
	flex: 2 1 0%;
	flex-direction: column!important;
	display: block;
	width: 65%;
}
.frtliste  .orta .cikis{
	width: 32.5%;
	float: left;
}
.frtliste  .orta .cikis .saat {
	font-size: 22PX;
	text-align: right;
	display: block;
	font-weight: 700;
	color: #383838;
	line-height: 1;
}
.frtliste  .orta .cikis .yer{
	font-size: 11px;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	display: block;
	text-align: right !important;
}
.frtliste  .orta .varis{
	width: 32.5%;
	float: left;
}
.frtliste  .orta .varis .saat {
	font-size: 22PX;
	text-align: left;
	display: block;
	font-weight: 700;
	color: #383838;
	line-height: 1;
}
.frtliste  .orta .varis .saat .varis_gun_farki {
	font-size: 12px;
	/* margin-top: -22px; */
	/* display: block; */
	/* justify-content: flex-end!important; */
	/* display: contents; */
}
.frtliste  .orta .tarih {
	font-size: 12PX;
	text-align: right;
	display: block;
	color: #383838;
}
.frtliste  .orta .varis .tarih {
	text-align: left;
}
.frtliste.tfarkli .tarih{
	
color: #F44336;
	
/* background: #fdc055; */
	
font-weight: bold;
	
/* display: inline-block; */
	
/* padding: 0px 5px; */
}
.frtliste  .orta .varis .ucusbagaj  {
	
float: right;
}
.frtliste  .orta .varis .ucusbagaj  {
	
float: right;
}
.frtliste  .orta .varis .yer{
	font-size: 11px;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	display: block;
	text-align: left;
}
.frtliste .ucus_sure_alani {
   width: 35%;
   text-align: center;
   float: left;
}
.frtliste .ucus_sure_alani .ucus_sure_icon {
    position: relative;
    display: block;
    width: 90%;
    height: 0.225rem;
    margin: 0.1rem auto;
    padding: 0;
}
.frtliste .ucus_sure_icon_cizgi {
    position: relative;
    display: block;
    width: 90%;
    height: 0.1rem;
    margin: 0 auto;
    padding: 0;
    border-radius: 0.375rem;
    /* background-color: #0c27ff; */
    line-height: 0;
    text-align: left;
    border: 1px dashed #007bff;
}
.frtliste .ucus_sure_alani .ucus_sure_icon .fa-plane {
    color: #0b69ff;
    font-weight: 700;
    font-size: 20px;
    transform: rotate(45deg);
    position: absolute;
    right: 45%;
    top: -9px;
}
.frtliste .ucus_sure_alani .ucus_sure_icon .ucus_aktarma_icon {
    color: #0b69ff;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    right: 45%;
    top: -6px;
    border-radius: 100%;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 3px solid #0b69ff;
}
.frtliste .ucus_sure_alani .ucus_suresi  {   
    font-size: 13px;  
}
.frtliste .ucus_sure_alani .ucus_aktarma_sayisi {   
    font-size: 13px;  
}
.frtliste .ucus_alt{
	/* display: contents; */
	/* width: 100%; */
	/* bottom: 0px; */
	display: none;
}
.frtliste .sag {
    text-align: right;
    width: 20%;
    float: right;
}
.frtliste .sag .price {
    font-size: 22px;
    font-weight: 700;
    color: #070b2a;
    /* color: #ff5c00; */
    cursor: pointer;
    margin-bottom: 5px;
    text-align: right;
}
.frtliste .sag .btn-primary {
	box-shadow: 0 4px 10px 0 #007bff5c, inset 0 1px 1px 0 #007bff;
	/* background-color: #1ec100fc !important; */
	/* border-color: #22d8009e !important; */
	width: 80%;
	margin-bottom: 0px;
}
.frtliste .tarfarkli{
	font-size: 11px;
	line-height: 1;
	/* display: block; */
	width: 100%;
	color: red;
	/* position: absolute; */
}
.fiyatSatir2 {
	
display: inline-block;
	
width: 100%;
	
border-bottom: 1px solid lightgray;
}
.fiyatSatir2 .baslik{
	float: left;
	line-height: 1;
}
.fiyatSatir2 .baslik p{
	/* float: left; */
	margin-bottom: 0px;
	font-size: 12px;
}
.fiyatSatir2 .fiyat{
	float: right;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}
.fiyatst0 .baslik {
	text-decoration: line-through;
	font-weight: 300;
}
.fiyatsttip70{
	
color: #03a84e;
}
 

@media(min-width: 768px) and (max-width: 1023px) {
	
	.col-xs-12{
		width:100%;
	max-width: 100%;
	padding: 0px;
	}
	.hidden-xs{
	display:none;
	}
	.rezervasyon .row{
	display: inline-block;
	/* flex-wrap: wrap !important; */
	/* width: 100%; */
	}
	.rez_icerik .col-md-4, .rez_icerik .col-md-3{
	width: 50%;
	max-width: 50%;
	float:left;
	flex: 0 0 50%;
	max-width: 50%;
	}
	.rez_icerik .col-md-12{
	display:inline-block;
	}
	.turdetaySayfa .row{
	display: block;
	/* flex-wrap: wrap !important; */
	/* width: 100%; */
	}
	.turdetaySayfa .col-sm-12{
	width: 100%;
	max-width: 100%;
	/* float:left; */
	/* flex: 0 0 100%; */
	/* max-width: 100%; */
	}
	.turdetaySayfa .col-md-121{
	display:inline-block;
	}

}
@media (max-width: 992px) and (min-width: 430px){
  #header .header-logo img{
	  
  }
}
@media (max-width: 1024px){
  .container, .container-lg, .container-md, .container-sm {
   max-width: 1020px !important;
   }
}
@media (min-width: 1025px){
.container, .container-lg, .container-md, .container-sm {
   max-width: 1280px !important;
   }
}

@media(min-width: 0px) and (max-width: 550px) {

.listesatir .ucuslar {
    width: 100% !important;
    float: left;
}
.flyliste .orta .cikis{
		width: 30%;
}
.flyliste .ucus_sure_alani{
		width: 25%;
		font-size: 1rem !important;
}
.flyliste .orta .varis{
		width: 45%;
}
.flyliste .ucus_sure_alani .ucus_sure_icon{
		display:none;
}
.flyliste .resim .ucusno{
		display:none;
}
.flyliste .orta .cikis .saat, .flyliste .orta .varis .saat{
		font-size: 1.1rem;
}
.flyliste .orta .varis .saat .varis_gun_farki{
		font-size: 9px;
}
.flyliste .orta .varis .ucusbagaj{
		font-size: 11px;
}
.listesatir .fiyat_sag{
	width: 100% !important;
}
.listesatir .fiyat_sag .price{
	float: left;
	color: #0b69ff !important;
	font-size: 1.2rem !important;
	margin: 0px !important;
}
.listesatir .fiyat_sag .btn-primary{
	float: right;
	/* color: #0b69ff !important; */
	font-size: 12px;
	padding: 5px 15px;
}
	.flyliste .img_wrapper{
		background-size: contain;
	}
	.div_devam{
		bottom: 0;
		position: fixed;
		width: 100%;
		z-index: 999;
		background: white;
		padding-top: 5px;
		
	}
	.div_devam .btnaltMetin{
		margin-bottom: 5px;
		margin-top: 0px;
	}
	.div_devam .btn{
		box-shadow: 0px 2px 11px 0px rgb(0 0 0 / 17%) !important;
	}
	
}
.RezDetayDurum7{
	background: #20c99726;
}
.RezDetayDurum7 h4{
	color: var(--success);
	font-weight: bold;
}
.rezDetayOtel{
	
}
.rezDetayOtel .otel_adi {
	
color: #0b69ff;
}
.rezDetayOtel .rez_otel_resim{
	
overflow: hidden;
	
position: relative;
	
background-color: #f8f8f8;
	
border-radius: 0;
	
max-height: 150px !important;
	
min-height: 150px !important;
	
background-repeat: no-repeat;
	
width: 100%;
	
/* margin-left: -6px; */
	
/* margin-top: -6px; */
	
background-size: cover;
	
object-fit: cover;
	
margin-top: 5px;
	
border-radius: 10px;
	
box-shadow: 0 1px 2px rgba(73,86,154,.15)!important;
}
.rezDetayOtel .odalar{
	margin-top: 5px;
	border-top: 1px solid #d3d3d34f;
	padding-top: 5px;
}
.rezDetayOtel .odalar p{
	margin-bottom: 0px;
}
.rezDetayKisiler{
	
}
.rezDetayKisiler .kisi{
	
padding: 5px 0px;
	
border-bottom: 1px solid #d3d3d359;
}
.rezDetayKisiler .kisi .kcins .fa{
	
background: #ededf2;
	
padding: 3px 6px;
	
border-radius: 5px;
	
/* color: white; */
}
.rezDetayKisiler .kisi .klidertrue .fa{
	background: var(--blue);
	color: white;
}
.rezDetaybtn {
	display: flex;
	flex: 1 1 0%;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	font-size: 1.1rem;
	/* line-height: 11px; */
	/* height: 40px; */
	padding: 10px 20px;
	border-radius: 10px;
	margin-top: 20px;
}
.rezDetaybtn.red{
	    background: #fff1f0;
	    color: rgb(255, 40, 40);
	    border: 2px solid #f9e6e5;
}
.rezDetaybtn.blue {
	  background: #0b69ff75;
	  color: #0b69ff;
	  /* border: 2px solid #f9bc0663; */
}
.rezDetaybtn.green {
	  background: #28a7454f;
	  color: #28a745;
	  /* border: 2px solid #f9bc0663; */
}
.rezDetaybtn i{
	margin-right: 10px;
	font-size: 25px;
}
.yanlist{
	padding-left: 20px;
	list-style: circle;
	display: inline-block;
	width: 100%;
}
.yanlist li{
	/* padding-left: 20px; */
	/* list-style: circle; */
	float: left;
	margin-right: 10px;
	/* font-size: 1rem; */
	/* color: #0b69ff; */
}
.yanlist li a{
	font-weight: 400;
	color: #3b4757 !important;
}

.fiyatSatir {
	
display: inline-block;
	
width: 100%;
	
/* margin-bottom: 5px; */
	
border-bottom: 1px solid #d3d3d373;
	
/* padding-bottom: 10px; */
	
padding: 5px 0px;
}
.fiyatSatir strong {
	
float: left;
	
font-weight: 400;
}
.fiyatSatir .fiyat  {
	
float: right;
}
.fiyatSatir .fiyat .gfiyat {
	
color: #0b69ff;
	
font-weight: bold;
}
.fiyatSatir .fiyat .eskifiyat {
	
/* display: block; */
	
font-weight: 300;
	
text-decoration: line-through;
	
margin-right: 5px;
	
font-size: 0.9rem;
}
.fiyatSatir .fiyat .fiyatKur {
	
font-weight: 300;
	
display: block;
	
text-align: right;
	
font-size: 12px;
}
.iptalbilgisi {
	margin-top: 10px;
	/* background-color: #fff; */
	/* border-radius: 8px!important; */
	/* box-shadow: 0 1px 2px rgba(73,86,154,.15)!important; */
	padding: 5px 0px !important;
	/* display: block !important; */
	/* padding-bottom: 0px !important; */
}
.iptalbilgisi .rezspansatir {
	margin-bottom: 5px;
	background: white;
	padding: 5px 10px;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(73,86,154,.15)!important;
}
.klist6{
	
display: flex;
	
flex-wrap: wrap;
	
margin-left: 0px;
	
margin-right: 0px;
}
.klist6 .kataltlist{
	width: calc(100% / 6);
	display: inline-block;
}
.klist4{
	
display: flex;
	
flex-wrap: wrap;
	
margin-left: 0px;
	
margin-right: 0px;
}
.klist4 .kataltlist{
	width: calc(100% / 4);
	display: inline-block;
}
.slidersolkat {
	
margin-top: 5px;
}
.slidersolkat .kataltlist{
	width: calc(100% / 2);
	float:left;
}
.slidersolkat .kataltlist figure{
	 
}
.slidersolkat .kataltlist figure:before{
	  background: linear-gradient(-180deg, rgba(238, 238, 238, 0) 0%, rgb(43 55 77 / 0%) 80%, rgba(43, 55, 77, 0.8) 100%);
}
.slidersolkat .kataltlist img{
	 min-height: 170px;
	 max-height: 170px;
}
.kataltlist a{
	padding: 5px;
	display: block;
	width: 100%;
	overflow:hidden;
}
.kataltlist figure{
	width: 100%;
	position: relative;
	text-align: left;
	height: 150px;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 0px;
}
.kataltlist 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;
}
.kataltlist figure img{
	
width: 100%;
	
height: auto;
	
min-height: 150px;
	
border-radius: 5px;
	
display: inline-block;
	
vertical-align: top;
	
transition: all 500ms ease-in-out;
}
.kataltlist figcaption{
	width: 100%;
	display: block;
	position: absolute;
	bottom: 10px;
	padding: 0 15px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 15px;
	color: white;
	z-index: 5;
	transition: all 150ms ease-in-out;
	font-weight: bold;
}
@media(min-width: 320px) and (max-width: 767px) {
	.ustbg{
		background: #1c2b3d;
		background-image: none !important;
		background: #29235c;
		padding-top: 170px;
	}
	.boxzafer.flybolgekck2{
		display: flex;
		margin-bottom: 5px;
	}
	.boxzafer.flybolgekck2 .pic{
		
	}
	.boxzafer.flybolgekck2 img{
	height: 100px;
	float: left;
	/* width: 145px; */
	object-fit: cover;
	background: #f0f3f5;
}
.boxzafer.flybolgekck2 .text{
	/* float: left; */
	height: 110px;
	max-height: 100px;
	/* min-height: 90px; */
	line-height: 1.2;
	font-size: 12px;
	color: #868686;
}
.oteldetayaltres img{
	min-height: 200px !important;
	height: 200px !important;
	width: 100% !important;
	max-height: 200px !important;
	object-fit: cover;
}
.frtliste  .listDetay {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: space-between;
		align-items: center;
	}
	.frtliste .resim,
  .frtliste .sag {
    /* display: inline-block; */
    /* vertical-align: top; */
    /* width: 50%; */
  }
	.frtliste  .resim {
		/* width: 50%; */
		/* float:left; */
	}
	.frtliste  .orta {
		 width: 100%;
		 /* order: 2; */
		 padding-top: 10px;
	}
	.frtliste  .sag {
		float: left;
		/* width: 50%; */
		/* display: flex; */
		/* justify-content: center; */
		/* align-items: center; */
		/* padding-right: 10px; */
		/* order: 1; */
	}
	.daterangepicker {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9999 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 20px !important;
    box-shadow: none !important;
  }

  .daterangepicker .calendar {
    width: 100% !important;
  }

  .daterangepicker .drp-calendar.left,
  .daterangepicker .drp-calendar.right {
    width: 100% !important;
    float: none !important;
    max-width: none !important;
  }

  .daterangepicker .ranges {
    display: none !important; /* İsteğe bağlı: Kısa yolları gizler */
  }

  .daterangepicker .drp-buttons {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
  }
	.daterangepicker .next.available, .prev.available{
		background: #0b69ff;
		color: white;
		border-color: white !important;
	}
	.daterangepicker .next.available span, .prev.available span{
		background: #0b69ff;
		color: white;
		border-color: white !important;
	}
	
}

