@import "lib/bootstrap/bootstrap-modal.min.css";

html, body {
	font-family: 'Nunito', sans-serif !important;
}

.currencyChangeArea i {
	font-style: normal;
    margin-right: 0px;
}

/*  custom-checkbox START */

.custom-checkbox {
  font-family: Nunito;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #363b44;
  padding-left: 1.5rem!important;
}


[type=checkbox]:checked~label:last-child:before, [type=checkbox]:not(:checked)~label:last-child:before {
    content: '';
    position: absolute!important;
    left: 0;
    top: 1px;
    box-shadow: none;
    border-radius: 4px;
    border: solid 2px #f4f5f6;
    background-color: #ffffff;
    width: 18px;
    height: 18px;
    color: #ffffff;
}

[type=radio]:checked~label:last-child:before, [type=radio]:not(:checked)~label:last-child:before {
    content: '';
    position: absolute!important;
    left: 0;
    top: 0px;
    box-shadow: none;
    border-radius: 10px;
    border: solid 2px #ccc;
    background-color: #ffffff;
    width: 18px;
    height: 18px;
    color: #ffffff;
}

[type=checkbox]:checked~label:after {
/*     content: '✔'; */
	content: '';
    position: absolute!important;
    width: 8px;
    top: 4px;
    left: 4px;
    line-height: 1;
    color: #00c4ef;
    border-radius: 2px;
    background-color: #ff5233;
    padding: 5px;
}

[type=radio]:checked~label:after {
    content: '';
    position: absolute!important;
    top: 2.5px;
    left: 2.5px;
    line-height: .8;
    color: #00c4ef;
    padding: 6px;
    border-radius: 14px;
    background-color: #ff5233;
}

.custom-control.custom-checkbox input:checked+label:before, .custom-control.custom-checkbox input:checked+label:before {  /*  input[type="checkbox"]:checked  */
    background: #ffffff;
/*     border-color: #00c4ef; */
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
    top: 3px;
    left: 2px;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
}


.checkbox-area input, .contactShareInfoArea input, .custom-control.custom-checkbox input, .form-check.form-check-inline input[type="radio"], .form-check.form-check-inline.checkbox-area input[type="checkbox"], .tour-checkout-hotelRoom .custom-control-input {
    position: absolute;
    display: none;
}

/*  custom-checkbox END */


button {
	background:transparent;
}

.buttonSmct .search-btn {
	border: none;
    color: #fff;
    background: #00c4ef;
    padding: 16px 16px;
    font-size: 14px;
    border-radius: 0 8px 8px 0;
    margin: -1px -4px -5px 0px;
    float: right;
    font-weight: bold;
    transition: all .2s ease-in-out;
}

.buttonSmct .search-btn:hover{
	text-decoration:none;
}
.buttonSmct .search-btn:focus, .buttonSmct .search-btn:active{
	outline:none;
	box-shadow:none!important;
}
.outline-danger {
    color:#fd6a6a;
    border-color:#fd6a6a;
}
.outline-danger:hover{
    background-color:#fd6a6a;
    color:#fff;
}
.btn-outline-primary {
  border: solid 1px #33c1ea;
  color: #33c1ea;
}
.btn-outline-primary:active{
  color:#fff!important;
  border-color:#33c1ea!important;
}
.btn-outline-primary:hover{
    background-color: #0ca9d6!important;
    border: solid 1px #33c1ea;
    text-decoration:none;
}
.outline-danger:hover{
	transition: all .2s ease-in-out;
    text-decoration:none;
}
.btn-outline-primary:hover{
    transition: all .2s ease-in-out;
    text-decoration:none;
}
.favorite {
  background: url('/resources/v2/images/heart-animation_new.png');
  width: 50px;
  height: 50px;
  background-size: 2900%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -5px;
  z-index: 1;
}
.homePage .favorite {
    background-image: url('/resources/v2/images/heart-animation_home.png') !important;
}
.heart-animated {
  animation-name: spriteHeart;
  animation-duration: .8s;
  animation-iteration-count: 1;
  animation-timing-function: steps(28);
  animation-fill-mode: forwards;
}
@keyframes spriteHeart {
    0% { background-position: left; }
    50% { background-position: right; }
    100% { background-position: right; }
}

@media (max-width: 991px) {
	.buttonSmct .search-btn {
	    padding: 16px 8px;
	}
	span.selected-adult {
	    margin-left: 5px;
	}
}

@media (max-width: 767px) {
	.buttonSmct .search-btn {
	    border-radius: 6px;
	    width: 100%;
	    margin: 0;
	    padding: 11px 8px;
	    text-align: center;
	    font-size: 16px;
	}
	.search .search-wr-ct .button {
		margin-bottom: 0;
	}
}

span.shadow-bg.fade.in {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9;
}
/* breadcrumb */
.breadcrumb-ct {
    display: flex;
}
.breadcrumb-ct ul {
    padding: 0;
    margin: 0;
    margin-bottom: 0 !important;
    list-style: none;
}
.breadcrumb-ct li{
    float: left;
    margin-right: 8px;
}
.breadcrumb-ct li:first-of-type{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.breadcrumb-ct li:last-child{
    margin-right: 0;
}
.breadcrumb-ct li i.fa-home ,.breadcrumb-ct li svg.fa-home {
    color: #BFC1C2 !important;
    font-size: 12px;
    margin-right: 8px;
    transition: all .3s ease;
}

.breadcrumb-ct li i.fa-home:hover{
    color: #6F6F6E !important;
}
.breadcrumb-ct li a{
    display: flex;
    align-items: center;
    font-weight: 400;
}
.breadcrumb-ct li a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 8px;
    margin-left: 8px;
    color: #bfc1c2;
}
.breadcrumb-ct li:last-of-type a:after{
    display: none;
}
/* breadcrumb end */
/* SEARCH START */

.hidden {
    display: none !important;
}

.form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-group.form-group.form-group {
    min-height: 60px;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}

.contact-number .form-group:first-child{
    margin-right: 0 !important;
}

.contact-number #expirationMonth{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    width: 102px;
    font-size: 12px;
    color: #363b44;
}

.info-detail.contact .expirationMonth{
    margin-left: 0 !important;
}

.info-detail.contact .expirationYear{
    margin-top: 0 !important;
    flex: none;
}

.info-detail.contact .expirationCvc{
    margin-top: -20px !important;
}

.info-detail.contact .expiration{
    display: flex;
}

.question-mark{
    top: 28px;
    bottom: 0;
    position: absolute;
    left: 90px;
}

.btn-reserve-div{
    padding-right: 0;
}

.contact-number #expirationYear{
    border-top-left-radius: 0px !important;
    border-left: 0 !important;
    border-bottom-left-radius: 0px !important;
    width: 102px;
    font-size: 12px;
    color: #363b44;
}

.control-label.control-label.control-label.control-label {
    margin-bottom: 2px;
    font-size: 12px;
    color: #363b44;
    max-height: 22px;
    overflow: hidden;
    margin-left: 12px;
}

.mobileSearchSelect .mobileSelectHeader .control-label {
    color: #3c3c3b !important;
    display: block;
    font-size: 14px !important;
    text-align: left;
    font-weight: 400;
    padding: 10px;
    overflow: inherit !important;
    max-height: 48px !important;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    background: #fff;
}

.closebtn {
    position: absolute;
    top: 11px;
    right: 10px;
    font-size: 22px;
    z-index: 1;
}

.form-group.form-group.form-group label {
    font-weight: 400;
    font-size: 12px;
}

.sprite-homePage {
    background-image: url(https://static.odamax.com/images/optimized-images/homepageSpritebg.svg);
    background-repeat: no-repeat;
    display: block;
}

.sprite-homePage.odamax-closebtn-black {
    background-position: -39px -141px;
    width: 18px;
    height: 18px;
}

.sprite-homePage.odamax-autocomplete-clear {
    background-position: -9px -140px;
    width: 21px;
    height: 21px;
}

.sprite-homePage.sprite-odamaxHeader-search {
    background-position: -10px -66px;
    width: 15px;
    height: 15px;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important;
}

.contact-number #expirationYear{
    border-top-left-radius: 0px !important;
    border-left: 0 !important;
    border-bottom-left-radius: 0px !important;
    width: 102px;
    font-size: 12px;
    color: #363b44;
}

#collapsePayNow #expiration{
	padding-left: 15px;
}

@media screen and (min-width: 768px) {
	.form-group {
	    min-height: 59px;
	}

	.form-control {
	    font-size: 12px;
	}
}

/* SEARCH END */

/* DATEPICKER START */

#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div .ui-state-default, #ui-datepicker-div#ui-datepicker-div#ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div#ui-datepicker-div#ui-datepicker-div .ui-widget-header .ui-state-default, #ui-datepicker-div#ui-datepicker-div#ui-datepicker-div .ui-datepicker-header {
    background: none;
    border: 0;
    text-align: center;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div .ui-datepicker-next .ui-icon {
    text-indent: 0;
    background: none;
    color: #FFF;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div .ui-datepicker-next .ui-icon:before {
    content: url(/resources/v2/images/search/right-arrow-blue.svg);
    cursor: pointer;
    margin-left: -5px;
}

#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div .ui-datepicker-next {
    right: 0;
    top: 6px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div .ui-datepicker-prev {
    left: 0;
    top: 6px;
}

.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker .ui-state-disabled.ui-state-disabled.ui-state-disabled {
    opacity: 1;
    color: #cccccc;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div .ui-datepicker-calendar thead tr th {
    font-weight: 100;
    font-size: 10px;
    background: transparent;
    border: 0 !important;
    border-bottom: 1px solid #eaeaee !important;
}

#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div .ui-datepicker-calendar thead tr th span {
    color: #6F6F6E;
    font-size: 14px;
    font-weight: 400;
}

#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div .ui-datepicker-prev .ui-icon {
    text-indent: 0;
    background: none;
    color: #FFF;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div .ui-datepicker-title {
    color: #363b44;
    font-size: 14px;
    text-shadow: none;
    margin: 0px;
    font-weight: 600;
    padding: 10px 0;
}

#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div .ui-datepicker-calendar td {
    padding: 7px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker .ui-state-disabled.ui-state-disabled.ui-state-disabled {
    opacity: 1;
}
.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker td {
    color: #6F6F6E;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    margin: auto !important;
    line-height: 23px;
    text-align: center;
}

#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div .ui-icon {
    height: 22px;
}

.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker .ui-state-disabled.ui-state-disabled.ui-state-disabled span {
    color: #cccccc;
}

#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div .ui-datepicker-prev .ui-icon:before {
    content: url(/resources/v2/images/search/left-arrow-blue.svg);
    cursor: pointer;
}

#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div.ui-datepicker-multi.ui-datepicker-multi-16 .ui-datepicker-group
	{
	width: 100% !important;
}

.custom-datepicker-header-fixed {
    display: none;
}


@media screen and (max-width: 480px) {
	#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div.ui-datepicker-multi .ui-datepicker-prev,
		#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div.ui-datepicker-multi .ui-datepicker-next
		{
		display: none;
	}
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.search-items .flexColumn .flex.flexRow {
    margin: 12px 0;
}

#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div {
    width: 320px;
    padding: 0;
    border: 0;
    -webkit-box-shadow: 0px 3px 11px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 11px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 11px 1px rgba(0, 0, 0, 0.25);
    z-index: 99999999999999 !important;
    border-top: 2px solid #030344;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.ui-spinner.ui-spinner.ui-spinner {
    position: relative;
    width: 138px !important;
    border: 0 !important;
    border-radius: 8px;
    box-shadow: none;
    padding: 0;
    background: #fff;
}

.ui-spinner.ui-spinner.ui-spinner input {
    height: 40px;
    border-radius: 8px;
    border: 1px solid #e5e5e5 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    text-indent: 0 !important;
    font-size: 16px !important;
    font-weight: normal;
    color: #3c3c3b;
}

.ui-spinner.ui-spinner.ui-spinner .ui-spinner-up {
    left: unset !important;
    right: 0 !important;
}

.ui-spinner.ui-spinner.ui-spinner .ui-spinner-up, .ui-spinner.ui-spinner.ui-spinner .ui-spinner-down {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px !important;
    border: 1px solid #e5e5e5 !important;
    background: #FFF;
    transition: all .3s ease;
}

.ui-spinner.ui-spinner.ui-spinner .ui-spinner-up {
    border-radius: 0 8px 8px 0 !important;
}

.ui-spinner.ui-spinner.ui-spinner .ui-spinner-down {
    border-radius: 8px 0 0 8px !important;
}

.ui-spinner.ui-spinner.ui-spinner .ui-spinner-up:before {
    content: '';
    background: url(/resources/v2/images/search/plus.svg);
    width: 20px;
    height: 20px;
}

.ui-spinner.ui-spinner.ui-spinner .ui-spinner-down:before {
    content: '';
    background: url(/resources/v2/images/search/minus.svg);
    width: 20px;
    height: 20px;
}

.ui-spinner.ui-spinner.ui-spinner input:focus {
    outline: none;
}

.ui-spinner.ui-spinner.ui-spinner .ui-spinner-up:before, .ui-spinner.ui-spinner.ui-spinner .ui-spinner-down:before {
    font-family: FontAwesome;
    font-size: 20px;
    color: #3c3c3b;
}

.action.action.action.blue-action:visited {
    color: #33c1ea;
}

.action.action.action.blue-action {
    color: #33c1ea;
    text-decoration: none;
    cursor: pointer;
}

.search-wr .search-popup .add-more .submitbtn {
    color: #228732;
    float: right;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.ui-spinner.ui-spinner.ui-spinner .ui-spinner-up span, .ui-spinner.ui-spinner.ui-spinner .ui-spinner-down span {
    display: none !important;
}

.flex.flexColumn {
    flex-direction: column;
}

.flex.flexVCenter {
    align-items: center;
}

.flex.flexHBetween {
    justify-content: space-between;
}

.flex.flexRow {
    flex-direction: row;
}

.flex {
    display: flex;
}

.xs-mb-15 {
    margin-bottom: 15px !important;
}

@media screen and (min-width: 768px) {
	#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div.ui-datepicker-multi {
	    min-width: 565px;
	    padding-top: 0;
	    margin-left: -6px;
	}
	body h3 {
	    font-size: 16px;
	    line-height: 22px;
	}
    .text-md-start {
        text-align: left!important;
    }
}

/* .ui-datepicker-current-day { */
/*     background: linear-gradient(90deg, transparent 50%, #33c1ea1f 50%); */
/*     margin: 8px 0 0 !important; */
/*     height: 39px !important; */
/*     padding: 0 !important; */
/*     display: block; */
/*     top: 10px !important; */
/* } */

/* .ui-datepicker-current-day .ui-state-active { */
/*     border-radius: 20px; */
/*     width: 40px; */
/*     margin: 0 auto; */
/* } */

.search-datepicker-wrapper{
	padding: 24px;
}
.search-datepicker-wrapper,
.search-datepicker-wrapper .table-condensed{
	background-color: #f3f7fa;
	color: black;
}

.daterangepicker td.available:hover{
	background-color: #00c4ef;
	color: white;
}
.search-datepicker-wrapper .drp-calendar.left{
	margin-right: 24px;
}
.search-datepicker-wrapper .drp-calendar.left{
	border: none;
}
.daterangepicker .calendar-table{
	margin-bottom: 12px;
	border: none;
}

.search-datepicker-wrapper thead tr:last-child{
	background-color: #e9edf0;
	border: 2px solid #e9edf0;
}
.search-datepicker-wrapper thead tr:first-child th{
	padding-bottom: 20px;
	font-weight: bold;
}
.search-datepicker-wrapper tbody{
	border: 2px solid rgba(54, 59, 68, 0.05);
	border-radius: 10px;
}
.daterangepicker td.off.start-date, .daterangepicker td.off.end-date{
	color: white;
}

.daterangepicker .drp-buttons{
	padding: 20px 15px;
	border-top: none;
}
.daterangepicker .drp-buttons .btn{
	width: auto;
}
.daterangepicker .btn-clearCalendar{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #33c1ea;
}

.daterangepicker .btn-primary{
	padding: 8px;
	background-color: #33c1ea;
	border: none;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	text-transform: capitalize;
	color: #ffffff;
}

/* DATEPICKER END */

.ui-state-active.fa {
	border: none !important;
	background-color: transparent !important;
}
.ui-state-active.odamax-select {
	border: none !important;
	background: transparent !important;
	font-weight: bold !important;
	color: #000;
}

/* CUSTOM DATEPICKER START - DÜZENLENECEK */
#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div.ui-datepicker-multi {
	min-width: 728px;
}

.ui-datepicker-calendar thead {
	background: #363b440f;
}

#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div .ui-datepicker-calendar thead tr th span
	{
	font-size: 12px;
}

#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div .ui-datepicker-calendar tbody tr td a, #ui-datepicker-div#ui-datepicker-div#ui-datepicker-div.checkIn .ui-datepicker-current-day .ui-state-active
	{
	padding: 5px !important;
    width: 32px;
    height: 32px;
    border-radius: 30px;
    z-index: 16;
    position: relative;
}

#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div .ui-datepicker-calendar tbody tr .range-highlight.range-highlight.range-highlight a
	{
	color: #363b44;
	opacity: 1;
}

.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker.ui-datepicker .ui-datepicker-current-day.ui-datepicker-current-day.ui-datepicker-current-day.ui-datepicker-current-day a
	{
	background-color: #00c4ef !important;
}
a.ui-datepicker-prev.ui-corner-all.ui-state-disabled {
    filter: grayscale(1);
}
.ui-datepicker-calendar thead tr {
    border-radius: 24px;
}
a.ui-state-default.ui-state-active.ui-state-highlight:first-of-type {
    color: #fff!important;
}
a.ui-state-default.ui-state-active.ui-state-highlight {
    position:relative;
}
td.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today{
    position:relative;
}
td.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today:before{
    content:"";
    display:inline-block;
    position:absolute;
    top: 7px;
    bottom: 7px;
    right: -15px;
    left:25px;
    background:#b8e7f5;
    z-index: 0;
}
td.ui-datepicker-current-day.range-highlight.range-highlight-self a.ui-state-default {
    color: #fff!important;
}
.range-highlight{
    position:relative;
}
.range-highlight:before{
    content:"";
    display:inline-block;
    position:absolute;
    top: 7px;
    bottom: 7px;
    right: 0px;
    left:0px;
    background:#b8e7f5;
    z-index: 0;
}
td.ui-datepicker-current-day.range-highlight.range-highlight-self:before{
    content:"";
    display:inline-block;
    position:absolute;
    top: 7px;
    bottom: 7px;
    right: 30px;
    left:0px;
}
@media (max-width:991px){
	td.ui-datepicker-current-day.range-highlight.range-highlight-self:before {
	    border-top-right-radius: 10px;
	    border-bottom-right-radius: 10px;
	}
}
td.ui-datepicker-unselectable.ui-state-disabled.highlight span{
    padding: 5px !important;
    width: 32px;
    height: 32px;
    border-radius: 30px;
    z-index: 16;
    position: relative;
    background: #33c1ea!important;
    color: #fff;
}
td.ui-datepicker-unselectable.ui-state-disabled.highlight, td.ui-datepicker-current-day{
    position:relative;
}
td.ui-datepicker-unselectable.ui-state-disabled.highlight:before, td.ui-datepicker-current-day:before{
    content:"";
    display:inline-block;
    position:absolute;
    top: 7px;
    bottom: 7px;
    right: 0px;
    left:25px;
    background: #b8e7f5;
    z-index: 0;
}
td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.highlight span.ui-state-default, td.ui-datepicker-unselectable.ui-state-disabled.highlight span.ui-state-default{
    color: #fff!important;
}
#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div .ui-datepicker-calendar tbody tr td a:hover {
    color: inherit;
    background: inherit;
}
td.ui-datepicker-week-end.ui-datepicker-current-day.range-highlight:hover {
    background: transparent;
    color:#fff;
}
a.ui-state-default.ui-state-active.ui-state-hover:hover, a.ui-state-default.ui-state-active.ui-state-hover:focus {
    outline: none;
    border: none;
    color:#fff;
}
a.ui-state-default.ui-state-active.ui-state-hover:focus, td.ui-datepicker-week-end.ui-datepicker-current-day.range-highlight.range-highlight-self:focus {
    outline: none;
}
.ui-corner-all.ui-state-hover {
    border: 0!important;
    background: transparent!important;
}
table.ui-datepicker-calendar {
    border-radius: 4px;
    border: solid 1px rgba(54, 59, 68, 0.05);
    background-color: rgba(255, 255, 255, 0.3);
}
.datepickerSelectDate {
    text-align: right;
    border-radius: 6px;
    background-color: #33c1ea;
    display: inline-block;
    color: #fff;
    padding: 8px 12px;
    float: right;
    margin: 15px 0;
}
.datepickerSelectDate em, .datepickerSelectDate i {
    font-style: normal;
    font-family: Nunito;
    font-size: 14px;
}
div#ui-datepicker-div {
    padding: 5px 20px!important;
}
@media (min-width:991px){
.ui-datepicker-group.ui-datepicker-group-first {
    margin-right: 10px;
    width: 48%!important;
}
.ui-datepicker-group.ui-datepicker-group-last {
    margin-left: 10px;
    width: 48%!important;
}
}
@media ( max-width :991px) {
	#ui-datepicker-div#ui-datepicker-div#ui-datepicker-div .ui-datepicker-title{
		text-align: left;
		margin-left: 15px;
	}
}
/* CUSTOM DATEPICKER END - DÜZENLENECEK */

/* SEARCH FORM START - TEMİZLENECEK */

@media ( max-width : 991px) {
	.buttonSmct .search-btn {
		padding: 16px 8px;
	}
}

@media ( max-width : 767px) {
	.buttonSmct .search-btn {
		border-radius: 6px;
		width: 100%;
		margin: 0;
		padding: 11px 8px;
		text-align: center;
		font-size: 16px;
	}
	.search .search-wr-ct .button {
		margin-bottom: 0;
	}
}

.search-wr .dateSelect {
	position: relative;
	margin-right: 0;
	width: 100%;
	padding-right: 3px;
	max-width: none
}

@media screen and (min-width:768px) {
	.search-wr .dateSelect {
		margin-right: 32px;
		width: auto;
		max-width: 168px
	}
}

.search-wr .dateSelect:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	position: absolute;
	content: '\f0d7';
	color: #6F6F6E;
	font-size: 12px;
	padding-right: .5em;
	top: 3px;
	right: 5px
}

.search-wr .dateSelect:last-child {
	margin-right: 0
}

.search-wr .guestSelectCt {
	width: 100% !important;
	margin-right: 0 !important;
	padding-right: 3px !important
}

@media screen and (min-width:768px) {
	.search-wr .guestSelectCt {
		margin-right: 30px !important;
		width: 270px !important;
		padding-right: 0 !important
	}
}

.search-wr .checkin-checkout-date {
	display: block;
	max-width: 193px
}

.search-wr .checkin-checkout-date.null-value {
	color: #c43434 !important;
	border-color: #c43434 !important
}

.search-wr .search-btn-ct {
	padding: 0 15px 0 0;
	position: absolute;
	right: 0;
	z-index: 1001
}

.search-wr .search-btn-ct button {
	min-width: 0 !important;
	width: 100%
}

.search-wr .form-group {
	padding: 0
}

@media screen and (min-width:768px) {
	.search-wr .form-group {
		padding: 0 5px
	}
}

.search-wr .form-group.highlight-on-shadow-bg label {
	height: 20px
}

.search-wr .form-group.highlight-on-shadow-bg label span {
	position: absolute;
	z-index: 2000;
	color: #FFF
}

.search-wr .form-group.highlight-on-shadow-bg i {
	z-index: 2001 !important
}

@media screen and (max-width:480px) {
	.search-wr .form-group.highlight-on-shadow-bg .fake-select.fake-select, .search-wr .form-group.highlight-on-shadow-bg input.fake-select {
		position: relative
	}
}

.search-wr .form-group .fake-select, .search-wr .form-group input, .search-wr .form-group select {
	width: 100%;
	border: 1px solid #bbb
}

.search-wr .form-group .fake-select .search-items input, .search-wr .form-group .fake-select .search-items select, .search-wr .form-group input .search-items input, .search-wr .form-group input .search-items select, .search-wr .form-group select .search-items input, .search-wr .form-group select .search-items select {
	position: relative
}

.search-wr .form-group .fake-select.fake-select, .search-wr .form-group input.fake-select, .search-wr .form-group select.fake-select {
	position: relative;
	cursor: pointer
}

.search-wr .form-group .fake-select.fake-select.highlight-on-shadow-bg, .search-wr .form-group input.fake-select.highlight-on-shadow-bg, .search-wr .form-group select.fake-select.highlight-on-shadow-bg {
	z-index: 2001
}

.search-wr .form-group .fake-select.fake-select:after, .search-wr .form-group input.fake-select:after, .search-wr .form-group select.fake-select:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	content: '\f0d7';
	color: #6F6F6E;
	font-size: 12px;
	padding-right: .5em;
	position: absolute;
	top: 9px;
	right: 0
}

.search-wr .search-popup {
	border: 1px solid #eaeaee;
	border: 0;
	background-color: #FFF;
	cursor: default;
	position: absolute;
	width: 100%;
	z-index: 2001;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	top: 7px;
	border-radius: 1px;
	left: -6px;
}

@media screen and (min-width:768px) {
	.search-wr .search-popup {
		width: 335px;
		border-radius: 0 0 8px 8px;
	}
}

.search-wr .search-popup .form-control {
	min-height: 32px !important
}

.search-wr .search-popup .search-child-items, .search-wr .search-popup .search-items {
	width: 100%;
	position: relative;
	background: #fff;
	padding: 34px 24px 24px;
	border-radius: 4px;
}

.search-wr .search-popup .search-items {
    margin-top: 10px;
}

.search-wr .search-popup .search-items:first-child {
    margin-top: 0;
}


.search-wr .search-popup .search-child-items:last-of-type, .search-wr .search-popup .search-items:last-of-type {
	margin-bottom: 0;
}

.search-wr .search-popup .search-child-items .room-name, .search-wr .search-popup .search-child-items .select-adult, .search-wr .search-popup .search-child-items .select-child, .search-wr .search-popup .search-items .room-name, .search-wr .search-popup .search-items .select-adult, .search-wr .search-popup .search-items .select-child {
	display: inline-block;
	float: left;
	align-self: center;
	font-size: 14px !important;
	background: #FFF;
	box-shadow: none;
	min-height: 30px;
}

.search-wr .search-popup .search-child-items .room-name.room-name, .search-wr .search-popup .search-child-items .select-adult.room-name, .search-wr .search-popup .search-child-items .select-child.room-name, .search-wr .search-popup .search-items .room-name.room-name, .search-wr .search-popup .search-items .select-adult.room-name, .search-wr .search-popup .search-items .select-child.room-name {
	min-width: 80px;
	padding: 0;
	line-height: 35px;
	font-weight: 600;
	color: #3c3c3b !important;
}

.search-wr .search-popup .search-child-items .room-name.form-control, .search-wr .search-popup .search-child-items .select-adult.form-control, .search-wr .search-popup .search-child-items .select-child.form-control, .search-wr .search-popup .search-items .room-name.form-control, .search-wr .search-popup .search-items .select-adult.form-control, .search-wr .search-popup .search-items .select-child.form-control {
	width: 97px;
	min-height: 0;
	font-size: 14px !important;
	margin: 0 2px;
}

.search-wr .search-popup .search-child-items .display-none, .search-wr .search-popup .search-items .display-none {
	display: none !important;
	width: 120px !important
}

.search-wr .search-popup .search-child-items .display-block, .search-wr .search-popup .search-items .display-block {
	display: block !important;
	width: 120px !important
}

.search-wr .search-popup .search-child-items .select-adult.form-control, .search-wr .search-popup .search-child-items .select-child.form-control, .search-wr .search-popup .search-items .select-adult.form-control, .search-wr .search-popup .search-items .select-child.form-control {
	width: 100px
}

.search-wr .search-popup .search-child-items .select-adult.form-control .null-value.null-value, .search-wr .search-popup .search-child-items .select-child.form-control .null-value.null-value, .search-wr .search-popup .search-items .select-adult.form-control .null-value.null-value, .search-wr .search-popup .search-items .select-child.form-control .null-value.null-value {
	border: 1px solid #c43434 !important
}

.search-wr .search-popup .search-child-items .child-age .form-control.null-value, .search-wr .search-popup .search-child-items .child-age-ct .form-control.null-value, .search-wr .search-popup .search-items .child-age .form-control.null-value, .search-wr .search-popup .search-items .child-age-ct .form-control.null-value {
	color: #c43434 !important;
	border: 1px solid #c43434 !important
}

.search-wr .search-popup .search-child-items .close-btn, .search-wr .search-popup .search-items .close-btn {
	position: absolute;
	right: 15px;
	top: 19px;
	cursor: pointer
}

.search-wr .search-popup .search-child-items>div, .search-wr .search-popup .search-items>div {
	position: relative;
	width: 100%
}

.search-wr .search-popup .search-child-items>div.flex span, .search-wr .search-popup .search-items>div.flex span {
	font-weight: 300
}

.search-wr .search-popup .search-child-items>div #generatedSelects .form-control, .search-wr .search-popup .search-items>div #generatedSelects .form-control {
	width: 50%;
	margin: 0 !important
}

.search-wr .search-popup .guest-detail-header {
	background-color: #030344;
	text-align: center;
	padding: 2px 0;
	display: none
}

.search-wr .search-popup .guest-detail-header h3 {
	color: #FFF;
	margin: 3px 0
}

.search-wr .search-popup .search-params {
	border: 1px solid #ccc;
	border-top: 0;
	padding: 7px 0;
	overflow: auto;
	border: 0 !important;
}

@media screen and (min-width:768px) {
	.search-wr .search-popup .search-params {
		border: none;
		background: #f3f7fa;
		max-height: 640px;
		padding: 16px;
	}
}
@media (max-width:991px){
.screen-sm .search-wr .search-popup {
    margin: 16px;
    background: #ffffff82;
    border-radius: 6px !important;
    width: calc(100% - 32px) !important;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05) !important;
}
}

.screen-sm .search-params {
    margin: 16px;
    padding: 0 !important;
}

.screen-sm .search-select.highlight-on-shadow-bg .selected-room, .screen-sm .search-select.highlight-on-shadow-bg .selected-adult, .screen-sm .search-select.highlight-on-shadow-bg .selected-child {
    display: none !important;
}

.screen-sm .search-params .search-items {
    padding: 34px 24px 24px !important;
}

.search-wr .search-popup .search-params .childText {
	color: #6F6F6E;
	font-size: 12px;
	line-height: 1.25;
	margin-bottom: 10px;
	white-space: break-spaces;
}

.search-wr .search-popup .add-more {
    padding: 10px 0 15px;
    text-align: center;
    background: #f3f7fa;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.search-wr .search-popup .add-more a:before {
    content:"";
    background: url(/resources/images/plus.svg);
    background-size: cover;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0px 0 -3px 0px;
    background-repeat: no-repeat;
}
.screen-sm .search-wr .search-popup .add-more a {
    width: calc(100% - 64px);
    display: inline-block;
    font-size: 16px;
    padding: 12px 0;
}

.search-wr .search-popup .add-more a {
	font-size: 14px;
	font-weight: 400
}

.search-wr .search-popup .add-more .submitbtn {
	color: #228732;
	float: right;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer
}

.search input::-webkit-input-placeholder {
	font-size: 14px !important;
	line-height: 36px;
	color: #ccc !important
}

.search .search-wr-ct {
	float: none;
	padding: 0;
	background: #FFF;
	margin: 0 auto
}

@media screen and (min-width:768px) {
	.search .search-wr-ct {
		display: flex;
		border: 1px solid #eaeaee;
		border-width: 1px 0 1px 1px;
		border-radius: 12px;
	}
}

.search .search-wr-ct .form-control.form-control.form-control {
	border-radius: 0;
	background: #FFF;
	box-shadow: none;
	min-height: 51px;
	font-size: 14px;
}
.search-autocomplete .form-group input, .datepicker-search .form-group input {
    border-radius: 6px!important;
}
.search-autocomplete {
    border-top-left-radius: 6px!important;
}
body.search-selectCt div#GuestDetailsFake {
    background-color: #f3f8fc;
}
.search .search-wr-ct input.form-control.search-input.search-suggestion.ui-autocomplete-input.error.ui-autocomplete-input-error::-webkit-input-placeholder {
	color: #fd6a6a !important;
	font-weight: 400
}
.search .search-wr-ct input.form-control.search-input.search-suggestion.ui-autocomplete-input.error.ui-autocomplete-input-error::-moz-placeholder {
	color: #fd6a6a !important;
	font-weight: 400
}
@media screen and (min-width:768px) {
	.search .search-wr-ct .form-control.form-control.form-control {
		border-radius: 4px;
		font-size: 14px
	}
}

.search .search-wr-ct .form-control.form-control.form-control .form-control.form-control.form-control {
	min-height: 50px;
	border-radius: 4px
}

.search .search-wr-ct input {
	width: 100%;
	text-indent: 22px;
	border: none;
	height: 42px;
	line-height: 42px;
	border-radius: 0
}

.search .search-wr-ct i {
	position: absolute;
	top: 18px;
	left: 10px;
	color: #ccc
}

.search .search-wr-ct i.fa-child {
	position: relative;
	left: auto;
	padding-right: 5px;
	top: 0
}

.search .search-wr-ct .search-params i {
	left: auto;
}

.search .search-wr-ct>div {
	float: left;
	position: relative
}

.search .search-wr-ct .search-autocomplete {
	width: 100%;
	position: relative;
	border-right: 0
}

@media screen and (min-width:768px) {
	.search .search-wr-ct i {
		color: #6F6F6E
	}
	.search .search-wr-ct .search-autocomplete {
		width: 45%;
		float: left;
		border-right: 1px solid #eaeaee
	}
}

.search .search-wr-ct .search-autocomplete:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none
}

@media screen and (max-width:480px) {
	.search .search-wr-ct .search-autocomplete:after {
		display: block
	}
}

.search .search-wr-ct .search-autocomplete .clearbtn {
	padding: 10px;
	position: absolute;
	right: 13px;
	bottom: 6px;
	display: none;
}

.search .search-wr-ct .search-autocomplete .clearbtn i {
	position: relative;
	right: auto;
	bottom: auto;
	left: auto;
	top: auto !important;
	color: #6F6F6E;
	font-size: 18px
}

.search .search-wr-ct .search-wr {
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: normal;
	color: #363b44;

}

@media screen and (min-width:768px) {
	.search .search-wr-ct .search-wr {
		width: 60%;
	}
}

.search .search-wr-ct .search-wr.home-search-wr {
	width: 100%;
}

.search .search-wr-ct .search-wr.home-search-wr .datepicker-search.datepicker-search.datepicker-search.datepicker-search.datepicker-search div {
	border-right: 0;
}

@media screen and (min-width:768px) {
	.search .search-wr-ct .search-wr.home-search-wr .datepicker-search.datepicker-search.datepicker-search.datepicker-search.datepicker-search {
		margin-top: 0;
		float: left;
		width: 30%;
	}
	.search .search-wr-ct .search-wr.home-search-wr .datepicker-search.datepicker-search.datepicker-search.datepicker-search.datepicker-search div {
		border-right: 1px solid #eaeaee;
	}
	.search .search-wr-ct .search-wr.home-search-wr .datepicker-search.datepicker-search.datepicker-search.datepicker-search.datepicker-search .form-group {
		width: 50%;
	}
}

.search .search-wr-ct .search-wr .search-select {
	width: 100%;
	margin-top: 6px;
	position: relative;
	float: left;
    border-radius: 6px!important;
}

@media screen and (min-width:768px) {
	.search .search-wr-ct .search-wr .search-select {
		margin-top: 0;
		width: 25%;
		white-space: nowrap;
	}
	.search .search-wr-ct .search-wr .search-select .search-select {
		text-align: left;
	}
}

.search .search-wr-ct .search-wr .search-select .search-select {
	width: 100%;
	margin-top: 0;
	line-height: 35px;
	border: 0;
}

.search .search-wr-ct .form-group {
	min-height: inherit;
	margin: 0;
}

.search .search-wr-ct .button {
	width: 100%;
	margin-top: 6px;
	border: 0;
	float: right;
}

@media screen and (min-width:768px) {
	.search .search-wr-ct .button {
		margin-top: 0;
		margin-bottom: 0;
		width: 11%;
	}
}

.search .mobileAutocomplete {
	display: none;
	opacity: 0;
}

.open-autocomplete .mobileAutocomplete {
	/* margin: 0 -15px; */
	/* width: calc(100% + 32px) !important; */
}

.mobileDatepicker.openMobile-datepicker {
	margin: 0 -15px;
	width: 100%;
}

.search .undateText {
	background: 0 0;
	border: 0;
	color: #030344;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	display: none;
	padding: 0 20px !important
}

.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr:not(.middle-search) .form-control:focus, .search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr:not(.middle-search ) .form-control:hover {
	outline: 0;
	box-shadow: none;
}

.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr:not(.middle-search) .form-control .form-control {
	border: 1px solid #ccc !important
}

.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr:not(.middle-search) .form-control .form-control.null-value {
	color: #c43434 !important;
	border: 1px solid #c43434 !important
}

.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr .selected-child {
	margin-left: -2px
}

.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr .selected-adult, .search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr .selected-child, .search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr .selected-room, .search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr .total-room-count {
	padding-top: 0;
	display: inline-block
}

@media screen and (min-width:480px) {
	.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr .selected-adult, .search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr .selected-child, .search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr .selected-room, .search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr.search-wr .total-room-count {
		padding-top: 1px
	}
}

@media screen and (max-width:480px) {
	.datepicker-mobile-find {
		position: absolute;
		bottom: -40px
	}
	.search-select.search-select.search-select.search-select.search-select.highlight-on-shadow-bg
		{
		height: 0;
		min-height: 0;
		padding: 0 !important;
		border: 0 !important;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		max-width: 100%;
		z-index: 999999;
		border-radius: 0
	}
	.search-select.search-select.search-select.search-select.search-select.highlight-on-shadow-bg .selected-adult, .search-select.search-select.search-select.search-select.search-select.highlight-on-shadow-bg .selected-child, .search-select.search-select.search-select.search-select.search-select.highlight-on-shadow-bg .selected-room, .search-select.search-select.search-select.search-select.search-select.highlight-on-shadow-bg .total-room-count {
		display: none
	}
	.search-select.search-select.search-select.search-select.search-select.highlight-on-shadow-bg .search-popup {
		border-radius: 0;
		border-top: 0;
		box-shadow: none;
		width: 96%;
		left: 2%
	}
	.search-select.search-select.search-select.search-select.search-select.highlight-on-shadow-bg .search-popup .add-more {
		border: 0
	}
	.search-select.search-select.search-select.search-select.search-select.highlight-on-shadow-bg .search-params .search-items {
		padding: 8px;
		margin-bottom: 0
	}
	.search-select.search-select.search-select.search-select.search-select.highlight-on-shadow-bg .search-params .search-items .form-control {
		width: 100px !important;
		background: #FFF;
		box-shadow: none;
		height: 40px !important;
		line-height: 35px
	}
}

.search-select.search-select.search-select.search-select.search-select.highlight-on-shadow-bg .search-params .search-items .close-btn {
	font-style: normal;
    color: #33c1ea;
    top: 36px;
    right: 25px;
    cursor: pointer;
    font-size: 14px;
}
.search-items input, .search-items select {
    font-family: 'Source Sans Pro', sans-serif;
    height:40px;
}
div#generatedSelects select.form-control.child-age, select.form-control {
    background-image: url(/resources/v2/images/dropdown.svg);
    background-position: top 10px right 10px;
    background-repeat:no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    font-weight: normal;
    border-radius: 8px;
    line-height: 24px;
    max-width: 90px;
    padding-left: 16px!important;
}
div#generatedSelects select.form-control.child-age option, select.form-control option {
    text-align: center;
    min-height: inherit;
    white-space: unset;
    line-height: 12px!important;
    height: 40px!important;
}
.flex.flexRow.flexHBetween.flexVCenter:after{
    content:"";
    height:40px;
    border-left: 1px solid #e5e5e5;
    display: inline-block;
    position:absolute;
    right:35px;
}

@media screen and (max-width:480px) {
	.search-select.search-select.search-select.search-select.search-select:after{
		display: none
	}
	body.autocomplete .ui-autocomplete {
		max-height: inherit;
	}
}

.search-wr-ct i {
	color: #ccc
}

body.autocomplete .ui-autocomplete {
	position: fixed !important;
	max-width: 100% !important;
	width: 100% !important;
	height: -webkit-fill-available;
	overflow-y: auto;
	top: 85px !important;
	left: 0 !important;
	box-shadow: none;
	border: 0;
	text-align: left;
}
body.autocomplete .ui-autocomplete em{
	font-style:normal;
}
.ui-menu-item i {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0;
    background-repeat: no-repeat;
    margin-right:6px;
}

.ui-autocomplete {
    max-height: 295px;
    overflow-y: scroll;
    border-radius: 8px;
    border-top-left-radius: 0;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #f3f7fa;
}
li.ui-menu-item .fa.ui-menu-item-wrapper {
    padding: 0 24px 0px 0px!important;
    color: #00c4ef;
    margin: 0;
}
li.ui-menu-item:hover {
    outline: none;
    font-weight:bold;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
li.ui-menu-item .odamax-select {
    padding: 0;
    margin: 0;
    font-style:normal;
}
body.autocomplete .search {
	/* left: 0; */
	z-index: 9999 !important;
	transform: none;
}

.open-autocomplete {
	transform: none !important
}

.open-autocomplete .mobileAutocomplete {
	z-index: 999;
	position: fixed;
	top: -299px;
	right: 0;
	bottom: 0;
	/* left: -17px; */
	width: 100%;
	height: 100%;
	background: #FFF;
	display: block;
	opacity: 1;
	transition: none !important;
}

.open-autocomplete .mobileAutocomplete .autocompleteHeader {
	padding: 11px;
	text-align: left;
	position: relative;
	background-color: rgba(248, 248, 248, 0.7);
}

.autocompleteHeader .search-icon {
	position: absolute;
	z-index: 1;
	left: 18px;
	top: 24px;
}

.open-autocomplete .mobileAutocomplete .autocompleteHeader .control-label {
	color: #030344;
	font-size: 14px
}

.open-autocomplete .mobileAutocomplete .autocompleteHeader .form-control {
	height: 44px;
	line-height: 32px;
	color: #3c3c3b;
	text-indent: 25px;
	position: relative;
	margin-top: 10px;
	border: none;
	width: 100%;
	display: inline-block;
	padding-left: 20px !important;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	flex: 0 0 90%;
	max-width: 86%;
}

.open-autocomplete .mobileAutocomplete .autocompleteHeader .sprite-odamaxHeader-search {
	position: absolute;
	top: 18px;
	left: 10px;
	z-index: 1;
	font-size: 16px
}

.open-autocomplete .mobileAutocomplete .autocompleteHeader .clearbtn {
	position: absolute;
	right: 12px;
	bottom: 17px;
	font-size: 14px;
	color: #000;
	padding: 13px 11px;
	background: #FFF
}

.open-autocomplete .mobileAutocomplete .closeBtn {
	position: fixed;
	right: 10px;
	color: #363b44;
	background: #fff;
	border-radius: 6px;
	margin: 10px 0 0 7px;
}

.open-autocomplete .mobileAutocomplete .closeBtn img {
	width: 44px;
	background: #fff;
	padding: 12px;
	border-radius: 6px;
}

body.datecPickerOpenCt {
	overflow: hidden
}

body.datecPickerOpenCt .openDatepicker {
	transform: none !important;
	left: 0 !important;
	z-index: 9999 !important
}

body.datecPickerOpenCt .home-page .openDatepicker .mobileDatepicker.openMobile-datepicker {
	top: -273px;
}

body.datecPickerOpenCt .openDatepicker .mobileDatepicker.openMobile-datepicker {
	display: block !important;
	position: fixed;
	top: -73px;
	right: 0;
	bottom: 0;
	left: 15px;
	width: 100%;
	height: 100%;
	/* z-index: 99997; */
	background: #FFF;
}

body.datecPickerOpenCt .openDatepicker .mobileDatepicker .datepickerMobileHeader {
	background: #f4f6f9;
	height: 72px;
	padding: 10px;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
}

body.datecPickerOpenCt .openDatepicker .mobileDatepicker .datepickerMobileHeader .dateCt {
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	float: left;
	border: 1px solid #eaeaee;
	color: #3c3c3b;
	width: 100%;
	height: 45px;
	line-height: 15px;
	display: block;
	text-align: left;
	padding: 15px 16px;
	font-size: 14px
}

.datepicker-search .form-group img,
.search-autocomplete .form-group img { position: absolute; }

.datepicker-search .form-group img{ left: 7px; }
@media (max-width:991px){
	.datepicker-search .form-group img {
	    top: 19px;
	    left: 10px;
	}
	.top-text-area .top-text-second-text{
		display:none;
	}
}
.search-autocomplete .form-group img { top: 17px; left: 12px; }

.search-select .selected-room img {
	margin: -4px 4px 0 4px;
}

.datepickerMobileHeader .check-inDate:after {
	content: '';
	float: left;
	margin-right: 12px;
	height: 16px;
	width: 16px;
	background-image: url(/resources/v2/images/search/checkin.svg);
	background-size: cover;
}

.datepickerMobileHeader .check-outDate:after {
	content: '';
	float: left;
	margin-right: 12px;
	height: 16px;
	width: 16px;
	background-image: url(/resources/v2/images/search/checkout.svg);
	background-size: cover;
}

body.datecPickerOpenCt .openDatepicker .mobileDatepicker .datepickerMobileHeader .dateCt.selected {
	border: 1px solid #0678ce;
	color: #0678ce
}

body.datecPickerOpenCt .openDatepicker .mobileDatepicker .datepickerMobileHeader .col-xs-6 {
	padding: 0 4px !important
}

body.datecPickerOpenCt .openDatepicker .mobileDatepicker .datepickerMobileHeader .control-label {
	text-align: left;
	margin: 10px 0 10px 10px;
	color: #030344;
	font-size: 14px;
	display: block;
	font-weight: 400
}

body.datecPickerOpenCt .openDatepicker .mobileDatepicker .datepickerMobileHeader .closebtn {
	position: absolute;
	top: 11px;
	right: 10px;
	color: #3c3c3b;
	font-size: 16px;
	z-index: 9
}

.datepickerMobileHeader .closebtn img {
	width: 44px;
	background: #fff;
	padding: 12px;
	border-radius: 6px;
}

.datepickerMobileHeader .row {
	width: calc(100% - 52px);
	margin: 0;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
	border-radius: 6px;
}

.datepickerMobileHeader .row .col-6 {
	padding: 0;
}

.datepickerMobileHeader .row .col-6 .check-inDate {
	border-radius: 6px 0 0 6px !important;
	border: none !important;
}

.datepickerMobileHeader .row .col-6 .check-outDate {
	border-radius: 0 6px 6px 0 !important;
	margin-left: -1px;
	border: none !important;
	border-left: 1px solid #e5e5e57a !important;
}

body.datecPickerOpenCt #ui-datepicker-div#ui-datepicker-div#ui-datepicker-div {
	top: 72px !important;
	z-index: 99998 !important;
	padding: 0 !important;
    overflow: scroll;
    bottom: 0;
    min-height: 400px;
}

.zindexfix, body.datecPickerOpenCt #ui-datepicker-div#ui-datepicker-div#ui-datepicker-div.zindexfix {
	z-index: 9999999 !important
}

#ui-datepicker-div.ui-datepicker-multi-16 {
	left: 0 !important;
	width: 100% !important;
	min-width: unset !important;
}

.mobileSearchSelect {
	position: fixed;
	top: -299px;
	right: 0;
	bottom: 0;
	left: -17px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #FFF;
	z-index: 99;
	display: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease
}

.mobileSearchSelect .mobileSelectHeader {
	border-bottom: 2px solid #030344;
	padding: 10px 60px 15px 15px;
	background: rgba(248, 248, 248, 0.7);
	z-index: 2;
}

.mobileSearchSelect .closeBtn {
	position: fixed;
    color: #363b44;
    background: #fff;
    border-radius: 6px;
    margin: 10px 0 0 7px;
	top: 4px;
    right: 11px;
    border: none;
    padding: 0;
}

.mobileSearchSelect .closeBtn img {
    width: 44px;
    background: #fff;
    padding: 12px;
    border-radius: 6px;
}

body.search-selectCt {
	overflow: hidden
}

body.search-selectCt .search {
	z-index: 99999 !important;
	transform: none !important;
	left: 0 !important
}

@media screen and (max-width:480px) {
	body.search-selectCt .search .search-wr {
		height: 100%
	}
}

body.search-selectCt .search .input-wrapper {
	top: 63px !important;
	display: inline-block;
	margin: 0 !important
}

body.search-selectCt .mobileSearchSelect {
	display: block;
	opacity: 1;
	z-index: 1000
}

body.search-selectCt .fake-select {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	margin: 0 !important;
	overflow: hidden !important;
	height: 100vh !important;
    display: flex!important;
    align-items: center;
}

body.search-selectCt .search-popup {
	width: 100% !important;
	left: 0 !important;
	top: 0 !important
}

body.search-selectCt .search-btn-ct {
	display: none !important
}

body.search-selectCt .mobile-tabs {
	z-index: 9
}

body.search-selectCt .find-prop-mobile {
	border-radius: 6px!important;
    background-color: #33c1ea!important;
    border: none!important;
    position: fixed;
    bottom: 41px;
    padding: 12px!important;
    width: inherit!important;
}
body.search-selectCt .search-popup:after {
    content: "";
    display: inline-block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: #fff;
    z-index: 3;
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.05);
  	background-color: #ffffff;
}
body.search-selectCt .find-prop-mobile {
    z-index: 4;
}
body.search-selectCt div#GuestDetailsFake {
    overflow-y: auto!important;
    display: block;
}
body.search-selectCt .search-popup {
    margin-bottom: 200px!important;
}
body.search-selectCt .addFixed {
	z-index: 0 !important
}
@media screen and (min-width: 768px) {
.searchCt .search-popup .find-prop-mobile{
    display:none;
}
}
.home-page-ct-section.home-page-ct-section h2 {
	font-size: 26px
}

.main-navbar .right-navs ul li a.local-flag:hover, .main-navbar .right-navs ul li a:hover {
	background: 0 0;
	text-decoration: underline
}


body.autocomplete .searchCt, body.datecPickerOpenCt .searchCt, body.search-selectCt .searchCt {
	position: fixed !important;
}

.searchCt {
	position: relative;
	border-radius: 12px;
	padding: 16px;
	z-index: 9;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
}
@media (min-width:991px){
	.searchCt {
		width: 100%;
	}
}

.openMenu .searchCt {
    z-index: 6;
}

body .ui-widget.ui-widget {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	background-color: #f3f7fa;
	border: none !important;
	padding: 8px 13px;
	font-size: 14px;
	font-family: 'Nunito', sans-serif !important;
}
.ui-menu .ui-menu-item {
	padding: 16px 8px;
	border-bottom: 1px dashed #e4e7e9;
	text-align: left;
}
.ui-autocomplete .ui-menu .ui-menu-item:hover, .ui-autocomplete .ui-state-focus, .ui-autocomplete .ui-menu-item.ui-state-hover{
	background: transparent!important;
	border: none!important;
	border-bottom: 1px dashed #e4e7e9!important;
	margin: 0!important;
}
.odamax-suggestions li.ui-state-focus {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dashed #e4e7e9;
	padding: 17px 9px;
}
.searchCt .search {
	position: relative;
	text-align: center;
	z-index: 999;
	max-width: 1140px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
}

@media screen and (max-width:768px) {
	.page-box-ct li a, .page-box-ct li a:after {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease
	}
	.searchCt .search.fixed {
		position: fixed;
		top: 2px;
		right: auto;
		bottom: auto;
		left: 50%;
		margin: 0;
		width: 100%;
		background: #f4f6f9;
		padding: 10px;
		max-width: 100%;
		-webkit-box-shadow: 0 4px 8px 0 rgba(41, 41, 44, .22);
		box-shadow: 0 4px 8px 0 rgba(41, 41, 44, .22)
	}
	.searchCt .search.fixed .search-wr-ct {
		box-shadow: none;
		border: 1px solid #ccc;
		width: 100%;
		max-width: 1140px
	}
	.searchCt .search .search-wr-ct {
		background: #FFF;
		padding: 4px;
		border-radius: 8px;
		text-align: left;
	}
	.searchCt .search .search-wr-ct .form-control {
		height: 37px;
		min-height: 28px;
		color: #3c3c3b
	}
}

@media screen and (max-width:768px) {
	.searchCt .search.fixed {
		position: absolute;
		top: auto;
		right: auto;
		bottom: 100px;
		left: 50%;
		transform: translate(-50%, 0)
	}
	.searchCt .search .search-wr-ct {
		background: 0 0;
		border: 0;
		display: inline-block;
		box-shadow: none;
		padding: 10px;
	}
	.searchCt .search .search-wr-ct .form-control {
		height: 48px;
		min-height: 35px
	}
}

.searchCt .search .search-wr-ct i {
	top: 12px
}

@media screen and (max-width:768px) {
	.searchCt .search .search-wr-ct i {
		top: 17px
	}
}

.searchCt .search .search-wr-ct i.fa-child {
	top: 0
}

@media screen and (max-width:480px) {
	.searchCt .search .search-wr-ct .form-control {
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		border-radius: 2px
	}
	.searchCt .search .search-wr-ct .button {
		margin-top: 0;
		padding: 0
	}
}

.searchCt .search .search-wr-ct .button .btn {
	height: 37px !important;
	line-height: 22px !important;
	font-size: 16px !important
}

.searchCt .search .search-wr-ct .button .search-infotext {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	display: none
}

@media screen and (max-width:768px) {
	.searchCt .search .search-wr-ct .button .btn {
		height: 50px !important;
		line-height: 35px !important;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		border-radius: 2px
	}
	.searchCt .search .search-wr-ct .button .search-infotext {
		display: inline-block
	}
}

.searchCt .search .search-wr-ct .search-select {
	line-height: 34px;
}

@media screen and (max-width:768px) {
	.searchCt .search .search-wr-ct .search-select {
		margin-bottom: 10px;
		line-height: 34px;
	}
	.searchCt .search .search-wr-ct .search-select.fake-select {
		margin-top: 4px;
	    padding-left: 6px;
	    display: flex;
	    align-items: center;
	}
}

@media screen and (max-width:480px) {
	.searchCt .search .search-wr-ct .button .btn {
		border-radius: 2px !important
	}
	.searchCt .search .search-wr-ct .search-select {
		padding: 0
	}
}

.searchCt .search .search-wr-ct .search-select.fake-select {
	margin-bottom: 0
}

.searchCt .search .search-wr-ct .search-autocomplete {
	width: 35%;
	position: relative
}

@media screen and (max-width:768px) {
	.searchCt .search .search-wr-ct .search-autocomplete {
		width: 100%;
		margin-bottom: 10px;
		border-right: 0
	}
}

.searchCt .search .search-wr-ct .datepicker-search {
	width: 40% !important
}

@media screen and (max-width:768px) {
	.searchCt .search .search-wr-ct .datepicker-search {
		width: 100% !important;
		margin-bottom: 10px;
		border-right: 0
	}

	.searchCt .search .search-wr-ct .datepicker-search div {
		border-right: 0 !important
	}
}

.searchCt .search.openSearch {
	transform: none
}

.searchCt .search.openSearch .search-wr-ct .button, .searchCt .search.openSearch .search-wr-ct .datepicker-search, .searchCt .search.openSearch .search-wr-ct .search-select {
	display: none !important
}

.searchCt .search.openSearch .search-wr-ct:after {
	display: block
}

@media screen and (min-width:768px) {
	.searchCt .search-popup {
		width: 343px;
		border-radius: 8px;
		position: relative
	}
}

.mobileMenu .sprite-menubgBlack {
	display: none
}
.odamaxWebInfo {
	margin: 32px 0;
	overflow: hidden
}
.odamaxWebInfo ul {
	text-align: center
}
.odamaxWebInfo ul li {
	display: inline-block
}

@media screen and (max-width:480px) {
	.odamaxWebInfo {
		margin: 10px 0 0
	}
	.odamaxWebInfo ul li .odamaxWebInfoCt {
		background: #f4f6f9;
		overflow: hidden;
		border-radius: 2px;
		height: 56px;
		margin-bottom: 5px;
		padding: 10px
	}
}

.odamaxWebInfo ul li span {
	display: inline-block;
	margin-bottom: 10px;
	line-height: 1;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	text-align: center;
	padding-top: 18px
}

@media screen and (max-width:480px) {
	.odamaxWebInfo ul li span {
		float: left;
		background: 0 0 !important;
		height: auto;
		width: auto;
		padding: 0;
		margin-bottom: 0
	}
}

.odamaxWebInfo ul li span i {
	font-size: 40px;
	padding-top: 20px
}

.odamaxWebInfo ul li span .m {
	display: none
}

.odamaxWebInfo ul li .t1 span {
	background-color: rgba(242, 154, 25, .1)
}

.odamaxWebInfo ul li .t1 i {
	color: #F29A19
}

.odamaxWebInfo ul li .t2 span {
	background-color: rgba(6, 120, 206, .1)
}

.odamaxWebInfo ul li .t2 i {
	color: #0678ce
}

@media screen and (max-width:480px) {
	.odamaxWebInfo ul li span i {
		display: none;
		font-size: 33px;
		padding-top: 4px
	}
	.odamaxWebInfo ul li span .m {
		display: inline-block
	}
	.odamaxWebInfo ul li .t1 span {
		margin-top: -2px
	}
	.odamaxWebInfo ul li .t1 b {
		display: block
	}
	.odamaxWebInfo ul li .t2 i {
		font-size: 25px
	}
}

.odamaxWebInfo ul li .t3 span {
	background-color: rgba(34, 135, 50, .1);
	padding-top: 15px
}

.odamaxWebInfo ul li .t3 i {
	font-size: 50px;
	color: #228732
}

.odamaxWebInfo ul li .t4 span {
	background-color: rgba(104, 89, 182, .1)
}

.odamaxWebInfo ul li .t4 i {
	color: #6859b6
}

@media screen and (max-width:480px) {
	.odamaxWebInfo ul li .t3 span {
		padding-top: 0;
		margin-top: -3px
	}
	.odamaxWebInfo ul li .t3 i {
		font-size: 40px;
		padding: 0
	}
	.odamaxWebInfo ul li .t4 i {
		padding: 0
	}
	.odamaxWebInfo ul li .odamaxWebInfoSub {
		text-align: left;
		padding-left: 50px
	}
}

.odamaxWebInfo ul li .odamaxWebInfoSub b {
	color: #030344;
	font-weight: 600;
	padding-bottom: 5px;
	line-height: 18px;
	font-size: 18px
}

.odamaxWebInfo ul li .odamaxWebInfoSub p {
	margin: 10px 0 0;
	color: #6F6F6E;
	line-height: 17px;
	font-weight: 400;
	font-size: 14px
}

@media screen and (max-width:480px) {
	.odamaxWebInfo ul li .odamaxWebInfoSub b {
		font-size: 14px
	}
	.odamaxWebInfo ul li .odamaxWebInfoSub p {
		display: none
	}
}

.page-box-ct {
	margin: 20px auto 0
}

.page-box-ct img {
	display: block;
	width: 100%
}

.page-box-ct li {
	position: relative;
	margin-bottom: 30px
}

.page-box-ct li a {
	display: block;
	position: relative;
	overflow: hidden;
	transition: all .5s ease
}

.page-box-ct li a:after {
	content: '';
	background: -webkit-linear-gradient(transparent, #000) left;
	background: linear-gradient(transparent, #000) left;
	height: 120%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all .5s ease;
	opacity: .4
}

.page-box-ct li a:hover {
	-webkit-box-shadow: 0 4px 8px 0 rgba(13, 13, 14, .66);
	box-shadow: 0 4px 8px 0 rgba(13, 13, 14, .66)
}

.page-box-ct li a:hover:after {
	opacity: .3
}

.page-box-ct li .page-box-text-ct {
	position: absolute;
	top: auto;
	bottom: 15px;
	left: 20px;
	transform: none;
	text-align: left;
	z-index: 2
}

.page-box-ct li .page-box-text-ct h2 {
	margin: 0;
	font-weight: 600;
	font-size: 26px;
	color: #FFF
}

@media screen and (max-width:992px) {
	.page-box-ct li .page-box-text-ct h2 {
		font-size: 20px !important
	}
}

.page-box-ct li .page-box-text-ct span {
	font-size: 16px;
	font-weight: 400;
	color: #FFF
}

span.font-size-22 {
	font-size: 22px !important;
	margin: 5px !important;
	font-weight: 700 !important
}

span.slide-button {
	margin: 5px !important;
	max-width: inherit !important
}

.page-box-text-ct.displayFlex {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 90%
}

/* SEARCH FORM END - TEMİZLENECEK */

/*.screen-sm .container {
    padding: 0 32px;
}*/

@media ( max-width : 991px) {
	.open-autocomplete .mobileAutocomplete {
		top: 0px;
		min-height: 700px;
	}
	.search-params {
    top: 0;
	}
	body.autocomplete .searchCt {
		top: 0;
	}
	body.search-selectCt .searchCt {
		top: 0;
	}
	.mobileSearchSelect {
		top: 0;
		left: 0;
	}
	body.search-selectCt .search {
		top: 0;
	}
	body.datecPickerOpenCt .container {
	    padding:0;
	}
}

/* RESERVATION MANAGEMENT MODAL START */
.res-detail .res-cancel:hover {
    color: #fd6a6a!important;
}
.res-detail textarea {
    min-height: 100px;
}
.res-detail textarea.form-control:focus {
    border-color: #00c4ef;
    box-shadow: none;
}
.res-detail input:focus {
    outline: 1px solid #33c1ea;
}
.res-detail select.form-control {
    background-image: url("/resources/v2/images/dropdown.svg");
    background-position: calc(100% - 15px) 14px,
    calc(100% - 20px) 14px,
    100% 0;
    background-size: 20px 18px,
    20px 18px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.res-detail hr.linear {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    height: 78px;
    padding: 0;
    margin: 0;
}
.res-details {
    /* margin: 50px auto; */
    max-width: 1234px!important;
    background: #fff;
    border-radius: 8px;
    padding: 32px 16px 0 16px !important;
}
.res-details .top-info{
    margin-bottom: 24px;
}
.top-info ul li {
    display: flex;
    align-items: center;
    color: #363b44;
    list-style: none;
}
.top-info ul li .reservation-info-item{
    display: flex;
    flex-direction: row;
    margin-right: 32px;
}
.top-info ul li .reservation-info-item:last-child{
    margin-right: 0;
}
.top-info ul li button{
    display: inline-flex;
    align-items: center;

    margin-left: 30px;
    padding: 0;
    border:0;

    line-height: 32px;
}
.top-info ul li button:first-of-type{
    margin-left: 0 !important;
}
.top-info ul li:last-of-type {
    float: right;
    font-family: Nunito;
    font-size: 14px;
    color: #33c1ea;
}
.res-code b {
    display:block;
    font-family: Nunito;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}
.res-code {
    font-size: 12px;
    margin-right: 32px;
}
.res-code:last-of-type{
    margin-right: 0 !important;
}
.top-info ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
}
.res-cancel {
    font-family: Nunito;
    font-size: 14px;
    color: #fd6a6a;
}
.res-cancel:hover {
    opacity: 0.8;
}
.res-cancel i {
    font-size: 16px;
    color:#fd6a6a;
}
.top-info ul li:last-of-type span {
    margin-left: 5px;
}
.res-details .content {
    border: solid 1px #fd6a6a;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fef1f2;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #363b44;
    padding: 16px;
}
.res-details .content ul {
    padding: 0;
    list-style: none;
}
.res-details .content li{
	margin-bottom: 15px;
}
.res-details .content li:last-of-type{
	margin-bottom: 0;
}
.res-details .title {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: solid 1px #fd6a6a;
    background-color: #fd6a6a;
    padding: 12px;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}
.hotel-info-card {
    margin-bottom:25px;
}
.single-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height:190px;
}
.res-hotel {
    border: 1px solid #ddd;
    padding: 32px 32px 0 32px;
    margin: 25px auto;
}
.info-content {
    margin: 0 -25px;
}
.hotel-location span {
    font-size: 14px;
    font-weight: normal;
    cursor:pointer;
}
.total {
    width: 100%;
    align-self: flex-end;
}
.info-content .total {
    font-size: 18px;
    font-weight: bold;
    margin: 35px 0 0;
}
.hotel-location .subject {
    font-family: Nunito;
    font-size: 18px;
    font-weight: bold;
    color: #363b44;
    margin-bottom: 0;
}
.hotel-location .destination {
    font-family: Nunito;
    font-size: 12px;
    font-weight: bold;
    color: #363b44;
    display: block;
}
.hotel-name-style .hotel-stars {
	display: inline-flex;
    align-items: center;
    margin-left: 5px;
}
.hotel-stars img {
    height: 14px;
}
.ph-location .hotel-stars img {
    height: 12px;
    width: auto;
    border-radius: 0;
}
.show-map {
    font-size: 14px;
    color: #363b44;
}
.hotel-location em {
    margin-top: 12px;
    display: block;
    font-style: normal;
  	font-size: 14px;
}
.show-map {
    display: block;
    font-family: Nunito;
    font-size: 14px;
    color: #33c1ea;
    margin-top: 10px;
}
.show-map {
    display: flex;
    align-items: center;
}
.show-map i{
    font-size:20px;
    margin-right:6px;
}
.total p {
    margin: 0;
    font-family: Nunito;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    color: #363b44;
    margin-top: 30px;
}
.room-card {
    border-radius: 4px;
    background-color: #fbfbfc;
    margin: 0px;
    padding: 15px;
}
.selected-conditions {
    background: transparent;
    margin-top: 25px;
}
.room-card .single-img{
    padding:0;
}
.room-card .room-content{
    padding-left:15px;
}
.top-info hr, .room-content hr {
    border-top: 1px solid #ddd;
    border-top-style: dotted;
}
.room-content h5{
    font-family: Nunito;
    font-size: 14px;
    font-weight: bold;
}
.room-content h5 span {
    float: right;
    text-align: right;
    color: #00c4ef;
}
.possibility {
    list-style: none;
    padding: 0;
}
.possibility li {
    float: left;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 12px;
    font-family: Nunito;
    font-size: 14px;
    line-height: normal;
}
.possibility li img {
    margin-right: 8px;
    max-width: 16px;
}
.possibility .all-items {
    margin-top: 12px;
    font-family: Nunito;
    font-size: 14px;
    line-height: normal;
    color: #33c1ea;
}
hr {
    border-top: 1px solid #ddd;
    border-top-style: dotted;
}
.guest-input label {
    display: block;
    font-size: 12px;
    line-height: normal;
    color: #363b44;
    margin-left: 8px;
    margin-top: 24px;
}
.form-group span.select-alert {
    float: right;
    font-family: Nunito;
    font-weight: bold;
    color: #34d74e;
}
.form-group label {
    display: block;
}
.shortInfo {
    font-style: normal;
    font-weight: normal;
    display: block;
    font-size: 10px;
}
.guest-input .res-input{
    border-radius: 6px;
    border: solid 1px rgba(54, 59, 68, 0.1);
    background-color: #ffffff;
    padding: 12px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #363b44;
    appearance:none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.guest-input .res-input:focus{
    outline: none;
    box-shadow: none;
}
.guest-input .res-input::-webkit-input-placeholder { /* Edge */
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #363b4420;
}
.guest-input .res-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #363b4420;
}
.guest-input .res-input::placeholder {
    color: #363b4420;
}
select.form-control:focus{
    outline:none;
    border: solid 1px rgba(54, 59, 68, 0.1);
    box-shadow: none;
}
.room-cta {
    text-align: right;
}
.change-room img {
    width: 20px;
}
.room-cta .res-cancel {
    font-size: 14px;
    color: #fd6a6a;
    padding-right: 0;
    margin-right: 0;
}
.room-cta .res-cancel i{
    margin-right: 5px;
}
.room-cta .res-cancel:hover,
.room-cta .res-cancel:focus,
.res-details .add-room{
    outline: 0;
    box-shadow: none;
}
.room-cta .change-room {
    font-family: Nunito;
    color: #33c1ea;
    font-size: 14px;
}
.res-details .add-room {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #33c1ea;
    padding:24px 0;
}
.res-details .add-room:hover{
	opacity:0.8;
}
.res-details .add-room i{
    font-size:18px;
    width: 24px;
}
.req-form-hotel {
    padding: 40px 25px;
}
.req-form-hotel p {
    font-size: 14px;
    font-weight: normal;
}
.req-form-hotel h6 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.14;
    margin-bottom:16px;
}
.req-form-hotel label {
    font-size: 12px;
    margin-top:24px;
    margin-left:12px;
}
.res-details .send-hotel {
    margin-top: 30px;
}
.selected-conditions label {
    font-family: Nunito;
    font-size: 14px;
    font-weight: bold;
}
.conditions {
    padding: 0;
    list-style: none;
}
.conditions li {
    font-family: Nunito;
    font-size: 14px;
    line-height: normal;
    padding: 6px 8px;
    display: inline-block;
}
.free-cancellation {
    border-radius: 4px;
    border: solid 1px #d6f7dc;
    color: #34d74e;
}
.conditions i{
    opacity:0.5;
}
.non-refundable {
    border-radius: 4px;
    border: solid 1px #f9e0df;
    color: #fd6a6a;
}
.conditions .free-cancellation i, .conditions .not-canceled i{
    opacity:1;
    font-size:12px;
}
.selected-conditions h5 {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    color: #00c4ef;
}
.selected-conditions h5 span {
    display: block;
    font-size: 14px;
    color: #363b4460;
    font-weight:normal;
}
.reservation-conditions {
    padding: 20px 32px;
}
.reservation-conditions h2 {
    font-size: 24px;
    font-weight: normal;
}
.reservation-conditions .head, .reservation-conditions .timeline{
    font-size: 14px;
    padding: 15px 15px 0 15px;
}
.reservation-conditions .head span {
    font-size: 12px;
    opacity: 0.5;
}
.timeline {
    margin-top: 12px;
    margin: 12px 0 0 0;
}
.timeline hr {
    position: relative;
}
.cancellation-period hr {
    border-top: 4px solid #34d74e;
}
.cancellation-period hr:before, .cancellation-period hr:after, .partial-penalty-period hr:after, .non-refundable hr:after{
    content:"";
    width: 1px;
    height: 27px;
    background-color: #d8d8d8;
    display:inline-block;
    position:absolute;
    top: -15px;
}
.cancellation-period hr:after{
    right:0;
}
.timeline span {
    position: absolute;
    top: -1px;
    left: calc(45% - 5%);
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    border-radius: 21px;
    border: solid 2px #a1ecad;
    background-color: #34d74e;
    color: #fff;
}
.non-refundable span, .partial-penalty-period span {
    border: solid 2px #ecabab;
    background-color: #fd6a6a;
}
.timeline label {
    margin-top: 24px;
    width: 100%;
    display: block;
    color: #fd6a6a;
    font-size: 14px;
}
.reservation-conditions .timeline{
	padding-top:0;
}
.cancellation-period, .partial-penalty-period, .non-refundable {
    padding:0!important;
}
.partial-penalty-period hr{
    border-top: 4px solid #fd6a6a30;
}
.partial-penalty-period hr:after, .non-refundable hr:after {
    right:0;
}
.non-refundable hr {
    border-top: 4px solid #fd6a6a;
}
.non-refundable label {
    padding-right: 15px;
}
.cancellation-period label {
    color: #34d74e;
    text-align: center;
    /* padding-left: 15px; */
}
.reservation-conditions .head div {
    padding: 0;
}
.cond-desc .item {
    /* background-color: #eaebec20; */
    padding: 24px 15px 0 15px;
    margin-bottom: 15px;
}
.card-m .item {
    padding-bottom: 20px;
}
.cond-desc {
    margin: 25px 15px 0 15px;
}
.cond-desc .item h7 {
    font-size: 14px;
    font-weight: bold;
}
.cond-desc .item p {
    font-size: 14px;
}
.total-price h4 {
    font-size: 18px;
}
.total-price label, .card-number {
    font-size: 14px;
    font-weight: bold;
    color: #363b4450;
}
.card-number {
    display:block;
}


.total-price a {
    font-size: 14px;
    text-decoration: underline;
}
.total-price h8,
.total-price h6{
    font-size: 16px;
    text-align: right;
    display: block;
}
.total-price h9,
.total-price h5{
    font-size: 18px;
    font-weight: bold;
    color: #00c4ef;
    text-align:right;
    display: block;
}
.total-price h9 span,
.total-price h5 span{
    display:block;
    font-size: 14px;
    font-weight: normal;
    color: #363b44;
}
@media (max-width:991px){
.res-details {
    background: transparent;
    margin-top: -50px!important;
    padding: 0;
}
.top-info ul li:last-of-type {
    color: #363b44;
    float: left;
}
.top-info ul li:last-of-type span {
    margin-left: 15px;
}
.res-code{
    margin-right: 15px;
}
.res-hotel {
    padding: 24px 16px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 0;
}
.top-info .info-print {
    float:right;
}
.booking-details .check {
    width: fit-content;
    margin-right: 35px;
}
.booking-details .check img {
    opacity: 0.5;
}
.hotel-info-card {
    margin-bottom: 15px;
}
.room-card {
    margin: 0px!important;
    padding: 15px;
}
.room-card .room-content {
    padding: 0;
}
.possibility li {
    float: none;
}
.possibility .all-items {
    display: block;
}
.amount-price em {
    float: right;
    font-size: 14px;
    color: #00c4ef;
    font-style: normal;
}
.amount-price {
    font-size: 12px;
    margin: 0 15px;
}
.room-cta {
    width: 100%;
    display: inline-block;
    margin-top: 25px;
}
.room-cta .change-room {
    float: left;
}
.room-cta .res-cancel {
    float: right;
    width: fit-content;
    margin: 0;
}
.res-details .send-hotel {
    width: 100%;
    margin-top: 24px;
}
.currency-type {
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #363b4450;
    margin-top: 15px;
    padding: 0 15px;
}
.res-cancel {
    width: 100%;
    margin: 35px 0 16px;
}
.conditions-body {
    background: #fff;
    margin: 0 -30px 24px -30px;
    padding: 24px 24px 0 24px;
    border-radius: 6px;
    border: solid 1px rgba(54, 59, 68, 0.1);
}
.reservation-conditions .head {
    padding: 0 24px;
}
.line, .free-period {
    border-left: 4px solid #34d74e94;
}
.partial-period {
    border-left: 4px solid #fd6a6a30;
}

.partial-period.finish, .checkIn-Date {
    border-left: 4px solid #fd6a6a;
}
.line, .free-period, .head .partial-period, .head .checkIn-Date {
    padding-left: 30px!important;
    text-align: left!important;
    position: relative;
}
.reservation-conditions .head span {
    display: block;
    padding: 20px 0 28px 0;
}
.head .line span, .head  .checkIn-Date span {
    padding: 0;
}
.reservation-conditions .free-period span {
    color: #34d74e;
    font-size: 14px!important;
    opacity: 1!important;
}
.partial-period span {
    color: #fd6a6a;
    opacity: 1!important;
}
.checkIn-Date label {
    margin-bottom: 0;
}
.partial-period.finish:before, .checkIn-Date:after, .line:before, .partial-period:before {
    content: "";
    width: 24px;
    height: 1px;
    background-color: #d8d8d8;
    display: inline-block;
    position: absolute;
    left: -14px;
}
.line:after{
    bottom:0;
}
.checkIn-Date:after {
    bottom: 0;
}
.partial-period label {
    margin-top: -10px;
}
.reservation-conditions h2 {
    margin-left: -15px;
    margin-bottom: 15px;
    font-size: 18px;
}
.cond-desc {
    margin: 30px 0 0 0;
}
.cond-desc .item {
    background: transparent;
    padding: 0;
}
.cond-desc .item:last-of-type {
    margin-bottom: 24px;
}
.cond-desc .item h7 {
    display: block;
    margin-bottom: 8px;
}
.cond-desc .item p {
    margin: 0;
}
.card-m {
    background: #fff;
    margin: 0 -30px 24px -30px;
    padding: 24px 24px 0px 24px;
    border-radius: 6px;
    border: solid 1px rgba(54, 59, 68, 0.1);
}
.card-m .total-price {
    margin: 24px 0px 0px 0px;
}
.total-price h9,
.total-price h5{
    float: right;
}
.total-price h8,
.total-price h6{
    display: inline-block;
}
.total-price .item {
    margin-top: 15px;
}
.total-price .item:first-of-type {
    margin-bottom: 0;
}
.top-info {
    margin: 10px;
}
}
/* USER SIGN-IN-UP START */
body {
	padding-right:0!important;
}
body .modal-backdrop {
	-webkit-backdrop-filter: blur(2px);
  	backdrop-filter: blur(2px);
  	background-color: rgba(0, 0, 0, 0.6);
    opacity: 1!important;
}
#modalAgreementModal .modal-title {
    padding: 15px 20px 5px;
    font-family: Nunito;
    font-size: 14px;
    font-weight: bold;
}
#modalAgreementModal .modal-body {
    margin: 0 32px 32px;
    border: solid 1px #e1e1e1;
    font-size: 12px;
}
#modalAgreementModal .modal-header {
    border-bottom: 0;
}
#modalAgreementModal .modal-header .close {
    font-size: 34px;
    margin-right: 0;
}
#modalAgreementModal .modal-content {
    max-width: 647px;
    margin: 10% auto;
}
#modalInstallmentsTable .modal-header{
  	border-bottom: none;
    padding: 48px 48px 0;
}
#modalInstallmentsTable .modal-title{
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #363B44;
}
div#modalInstallmentsTable .table.table-bordered tbody {
	border-style: inherit;
	border-radius: 6px;
	box-shadow: none;
}
#modalInstallmentsTable .modal-body{
	padding: 16px 48px 48px;
}
#modalInstallmentsTable .modal-content{
	border-radius: 8px;
}
#modalInstallmentsTable .modal-header .close {
	position: absolute;
	right: 16px;
	top: 16px;
}
#modalInstallmentsTable .table.table-bordered tbody td {
  border: 1px solid #dbe0e6;
  vertical-align: middle;
}
#modalInstallmentsTable .table.table-bordered tbody td.headerTd {
  border:0px;
  font-weight: 300;
  font-size: 12px;
  height: 46px;
}

#modalInstallmentsTable .modal-body .bank-card-logos {
  width: 30%;
}

#modalInstallmentsTable .currencyChangeArea i {
  font-style: normal;
}

#modalInstallmentsTable .installmentSubText {
  white-space: nowrap;
}


#modalInstallmentsTable b {
  color: #1f2126;
  font-size: 14px;
  display: block;
}
#modalInstallmentsTable b span {
  display: flex;
  align-items: center;
  justify-content: center;
}
#modalInstallmentsTable .table-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#modalInstallmentsTable .table td {
    border-top: 1px solid #dee2e6;
    border: 1px solid #dbe0e6;
    vertical-align: middle;
    padding: 10px 15px;
    width: 120px;
    height: 65px;
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}
#modalInstallmentsTable .table td .currencyChangeArea {
    font-size:12px;
    color: #000;
    font-weight: 600;
}

#modalInstallmentsTable .table td b .currencyChangeArea{
    font-size: 10px;
    line-height: 14px;
    color: #8791A3;
    font-weight: normal;
}
#modalInstallmentsTable .table tbody {
    width: 100%;
    display: table;
}
#modalInstallmentsTable .table td.table-img{
  width: 120px;
  max-width: 120px;
  min-width: 120px;
}
#modalInstallmentsTable .table td.table-img img{
  width: 70px;
  max-width: 70px;
}
#modalInstallmentsTable .table td.headerTd{
    border:0px;
    height: 46px;
    font-weight: 300;
}
#modalInstallmentsTable .table-responsive{
    display: table;
}
.modal-sign .modal-dialog {
    max-width: 768px;
}
.fade:not(.show){
	opacity: inherit;
}
@media (max-width:991px){
    #modalAgreementModal .modal-content {
        max-width: inherit;
        margin: 0;
        border: none;
        border-radius: 0;
        max-height: inherit;
    }
    #modalAgreementModal .modal-dialog{
        margin: 0;
        padding: 0;
        max-height: 100%;
        height: 100%;
    }
    #modalAgreementModal .modal-body{
        border:0;
        margin: 0;
    }
    #modalAgreementModal .modal-title {
        padding: 10px 0;
    }
    #modalAgreementModal .modal-header .close{
        margin-right: 0;
        padding-right: 0;
    }
    #modalAgreementModal .modal-header{
        padding-bottom: 0;
    }
    #modalAgreementModal .modal-title{
        font-size:18px;
    }
    #modalInstallmentsTable .y {
      width: 400px;
  }
    #modalInstallmentsTable .table-responsive{
        display: block;
    }
}

.modal-sign button.close {
	position: absolute;
	right: 20px;
    top: 20px;
    z-index: 1;
}
.modal-sign button.close img {
    width: 24px;
    height: 24px;
    display:block;
}
.modal-sign .modal-content {
    border-radius: 6px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}
.modal-sign .spotArea {
    text-align: center;
    padding: 40px;
}
.modal-sign .spotArea img {
    max-width: 135px;
    margin: 60px auto 20px;
}
.modal-sign .formArea {
	font-size:12px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 40px;
}
.modal-sign .formArea header{
	font-size:18px;
	font-weight:bold;
	margin-bottom: 6px;
	margin-left: 15px;
}
.modal-sign .formArea header p {
    font-size: 12px;
    font-weight: normal;
    margin-top: 8px;
}
#tb-signup-name,
#tb-signup-surname{
    text-transform: capitalize;
}

.modal-sign .form-input::-webkit-input-placeholder { /* Edge */
	color: #363b4450;
	font-size:14px;
}
.modal-sign .form-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #363b4450;
	font-size:14px;
}
.modal-sign .form-input::placeholder {
	color: #363b4450;
	font-size:14px;
}
.modal-sign .password-input {
	position: relative;
}
.modal-sign .show-pass {
	position: absolute;
	right: 30px;
	top: 10px;
	color: #33c1ea;
	font-size: 14px;
	cursor:pointer;
}
.user-sign {
    color: #363b4490;
    margin:0;
}
.modal-content .formArea .link{
    color: #c4cacf;
    font-size: inherit;
    font-weight: normal;
    display:inline;
}
.kvkk-area {
    display: inline-block;
}
.modal-sign .formArea span.login-choose {
	display: block;
	margin: 24px auto;
	text-align: center;
	font-size: 10px;
	color: #363b4450;
}
.modal-sign button.register,
.modal-sign .spotArea .login{
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: auto;
    height: 48px;
    display: inline-block;
}
.modal-sign .register-success {
    text-align: center;
    color: #363b44;
}
.modal-sign .custom-control.custom-checkbox {
    position: relative;
}

.modal-sign .register-success img {
    margin: 80px auto 40px;
    max-width: 170px;
}
.modal-sign .register-success p {
    font-size: 18px;
    font-weight: bold;
}
.modal-sign .register-success label {
    font-size: 14px;
    font-weight: normal;
    margin: auto 60px 30px 60px;
}
.modal-sign .register-success label span{
    display:block;
    margin-bottom:20px;
}
.modal-sign .register-success .btn {
    border-radius: 6px;
    background-color: #33c1ea;
    padding:12px 22px;
    width:100%;
    max-width:204px;
    color:#fff;
}
.modal-sign .register-success a{
    display: block;
    margin: auto;
    font-size: 14px;
    color: #33c1ea;
}
.modal-sign .register-success a:last-of-type {
    margin: 40px auto;
}
.modal-res-code .verification-window .content {
    color:#363b44;
    margin-top: calc(28vh - 3.5rem);
    max-width: 430px;
}
/* login modal css */
.modal-sign .login-content .spotArea p, .modal-sign .login-content .spotArea h5 {
    text-align:left;
}
.modal-sign .login-content .spotArea p{
    font-size:12px;
}
.modal-sign .login-content .spotArea img{
    max-width:135px;
}

.modal-sign .login-content  .remember-reset{
    padding: 0px !important;
}

.modal-sign .login-content  .remember-reset span{
    font-size: 14px;
}

.modal-sign .login-content-2 .formArea .reset-pass-2 {
    text-align: right;
    font-size: 14px;
    color: #33c1ea;
}
.register-box {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    padding: 24px 32px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.register-box button.register{
    position: relative;
    left: 0;
    top: 0;
    width: max-content;
    height: auto;
    display: initial;
}

.registration .error-message {
    margin-top: 0;
}
.register-reject {
    padding: 40px 25px;
    text-align: center;
    font-size: 14px;
}

.register-reject h6 {
    color: #fd6a6a;
    font-size: 18px;
    margin-bottom: 24px;
}

.register-reject .btn {
    border-radius: 6px;
    background-color: #33c1ea;
    width: 100%;
    max-width: 228px;
    color: #fff;
    padding: 12px;
}
.reset-step {
    max-width: 528px;
    padding: 64px 64px 48px;
    margin: auto;
    text-align:center;
}
.reset-window .labeled-input input{
    border-radius: 4px;
    background-color: #f9f9f9!important;
    font-size: 14px;
    color: #363b44;
    padding: 10px;
    height: inherit;
    border: solid 1px rgba(215, 215, 215, 0.4);
}
.reset-step .labeled-input {
    position:relative;
    margin-bottom: 24px;
}
.reset-step .labeled-input .error-message {
    margin-top: 0;
}
.reset-step h6{
    font-size: 18px;
    font-weight: bold;
}
.reset-step p{
    font-size: 14px;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 24px 0;
}
.reset-step .buttonArea {
    text-align: right;
}

.reset-step.secondStep .buttonArea {
    text-align: center;
}

.reset-step.thirdStep h6 {
    color: #fd6a6a;
}
.reset-step.thirdStep .buttonArea {
    text-align:center;
}

.reset-step.thirdStep .buttonArea button.register{
    position: relative;
    height: auto;
    display: inherit;
    left: 0;
    bottom: 0;
}

@media (max-width:991px){
    .modal-sign .custom-control-label {
        padding-left: 8px;
    }
    .modal-sign .login-content .formArea .logInFacebook{
        margin-bottom: 240px!important;
        display: block;
        font-weight: normal;
    	font-size: 14px;
    }
    .reset-step .buttonArea .btn {
	    text-align: center;
	    width: 100%;
    }
    .register-box {
	    padding: 24px 32px 48px;
	}
    .register-box h4 {
	    font-weight: bold;
	    font-size: 18px;
	}
    .reset-step.thirdStep .buttonArea button.register{
        margin-top: 16px;
    }
    .remember-reset {
	    padding: 0 24px;
	}
	.mobileLeftMenu .menuList .icon img{
		max-height: 24px;
	    max-width: 24px;
	    margin-right: 16px;
	}
	.mobileLeftMenu .menuList .nav-user p, .mobileLeftMenu .menuList ul li a{
	    font-weight:normal;
	    display: flex;
    	align-items: center;
	}
}
/* login modal css end */
.register-reject {
    padding: 40px 25px;
    text-align: center;
    font-size: 14px;
}

.register-reject h6 {
    color: #fd6a6a;
    font-size: 18px;
    margin-bottom: 24px;
}

.register-reject .btn {
    border-radius: 6px;
    background-color: #33c1ea;
    width: 100%;
    max-width: 228px;
    color: #fff;
    padding: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
      .modal-sign .modal-dialog.modal-dialog-centered{
        margin:auto!important;
    }
}
@media (max-width: 991px){
    .modal-sign .spotArea {
        display:none;
    }
    .modal-sign .formArea{
        width:100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 15px;
    }
    .modal-sign .modal-content {
        height: 100%;
        border: none;
    }
    .modal-sign .modal-body {
        background-color: #f1f7fc;
    }
    .kvkk-area {
	    display: inline-block;
	    text-align:center;
        font-size: 10px;
	}
	.modal-content .formArea .link{
		color: #363b4490!important;
	    font-family: 'Source Sans Pro', sans-serif;
	    font-size: 10px;
	}
	.kvkk-area .link {
	    display: initial;
	}
	#form-signup .link{
	    display:inline;
	}
    .modal-sign .modal-dialog.modal-dialog-centered {
        height: 100%;
        margin: 0;
    }
    .user-sign .name, .user-sign .surname {
        width: 50%;
    }
    .formArea .login {
	    color: #33c1ea;
	    font-size: 14px;
	    margin: auto;
	    margin-top: 100px;
	    display: block;
	}
	.register-box button.btn.btn-secondary.btn-sm.register {
	    position:relative;
	    left: inherit;
	    bottom: inherit;
	    padding-left: 0;
	    font-weight: normal;
	}
	.footer-text button.btn.btn-secondary.btn-sm.d-lg-none.btn-show-more-less-footer {
	    background: transparent!important;
	}
}
/* USER SIGN-IN-UP END */
/* ERROR MESSAGE START */
button#btn-submit:focus {
    outline: none;
    border: none;
}

.error .ui-autocomplete-input::placeholder  {
    color:red!important;
}

.error .form-control, .error.custom-select {
    border: solid 1px #fd6a6a!important;
    box-shadow: 0 0 0 0.2rem #fd6a6a24;
}

.error-message {
    position: relative;
    border-radius: 4px;
    background-color: #2e2f30;
/* register modal da text uzun olunca bozulma yapıyor.    width: max-content; */
    margin-right: 6px;
    margin-left: auto;
    font-size: 12px;
    padding: 8px;
    color: #fff;
    display: none;
    margin-top:-15px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}
.row.contain.login-content .error-message {
	margin-top: 0;
}
.error .error-message {
	display: block!important;
}
.error-message::before {
    position: absolute;
    content: "";
    background: url("/resources/v2/images/close-solid.svg") no-repeat center;
    top: -29px;
    right: 5px;
    width: 16px;
    height: 16px;
}
.error-message::after {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
    top: -6px;
    right: 7px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000;
}
/* ERROR MESSAGE END */
/* _HEADER START */
body.openMenu {
    overflow: hidden;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #ff5433 !important;
}

/*
.header {
    height: 64px;
    padding: 16px 24px;
    background: transparent;
    margin: 0 0 -65px 0;
    z-index: 12 !important;
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}

!* transparentWithDarkBg -------------------------------------------------------------------------------------------- *!

.header.transparentWithDarkBg .header-nav ul li a {
    color: #fff;
}
.header.transparentWithDarkBg .header-nav .mobileLeftMenu ul li a{
    color: #363b44;
}
.transparentWithDarkBg i.fas.fa-chevron-down {
    color:#fff;
}
li.n-drop.dropdown, .transparentWithDarkBg.fixed-menu li.n-drop.dropdown{
    border-radius: 18px;
    background-color: #e5e5e5;
}
.header-nav .nav-border{
	background: #e5e5e5;
    width: 1px;
    padding: 0;
    margin: 0 16px;
}
.transparentWithDarkBg .header-nav .nav-border{
    background: #fbfcfe;
    opacity: 0.2;
}
.transparentWithDarkBg li.n-drop.dropdown {
    background-color: rgba(229, 229, 229, .2);
}
.reservation-management .transparentWithDarkBg .right-nav li.nav-lang,
.reservation-management .transparentWithDarkBg .right-nav li.nav-currency{
	background-color: transparent;
}
li.n-drop.dropdown:first-of-type{
    margin-right:5px;
}
#siteCurrency {
    font-weight: 600;
}
span.dropdown-toggle {
    z-index: 1;
}
li.n-drop .dropdown-menu {
    background: #ffffff;
    min-width: inherit;
    border: 0.1px solid #e5e5e5;
    cursor: pointer;
    font-size: 14px;
    padding: 25px 15px 0 10px;
    left: 0 !important;
    top: -30px!important;
    z-index: -1;
}
.transparentWithDarkBg li.n-drop .dropdown-menu{
    !*
    background: transparent;
    top: -33px!important;
    *!
    border:none;
}
.btn-changeSiteLanguage, .btn-changeSiteCurrency {
    display: block;
    margin: 10px 0;
}
!*
.transparentWithDarkBg li.n-drop .dropdown-menu{
	color:#fff;
}
*!
li.n-drop a.dropdown-item {
    padding: 0;
}
li.n-drop img {
     width: 22px;
    height: 16px;
}
li.n-drop .dropdown-toggle::after {
    display: none;
}
li.n-drop a.dropdown-item:hover {
    background: transparent;
}
li.n-drop.nav-currency a.dropdown-item {
    font-weight: 400;
    font-size: 14px;
    padding: 10px 0;
}
.homePage.autocomplete .header {
    z-index: 0;
}

.header-nav {
    color: #fff;
    font-size: 14px;
    float: right;
    right: 0;
    width: 100%;
}

.screen-sm .header-nav {
    margin-left: -6px;
}

.header-nav ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    float: right;
    margin-bottom: 0;
    color: #363b44;
}
.transparentWithDarkBg .header-nav ul {
    color: #fff;
}
.header-nav ul li {
    float: left;
    padding: 5px 16px;
    height: 32px;
    font-family: 'Source Sans Pro', sans-serif;
    cursor: pointer;
    position:relative;
}
.header-nav ul li.n-drop{
    padding: 0;
    line-height: 30px;
}
.header-nav ul li.n-drop .dropdown-toggle{
    padding: 5px 16px;
}
.header-nav ul li.n-drop.show{
    background: #fff;
}
.header-nav.fixed-menu ul li.n-drop.show{
    background: #e5e5e5;
}
.header-nav ul li.n-drop.show .dropdown-toggle{
    color: #333;
}
.header-nav ul li.n-drop.show .dropdown-menu{
    width: 100%;
    text-align: center;
    border-radius: 16px;
}
.header-nav ul .nav-signup a {
    color: #fff;
}
.mobileNav-btn-area div {
    display: inline-block;
    margin-left: 24px;
}

.mobileNav-btn-area div a.btn {
    background: rgba(54,59,68,.1);
    border-radius: 19px;
    padding: 8px 13px;
    color: #fff !important;
    font-size: 14px;
    line-height: normal;
}
.mobileNav-btn-area div a.btn:hover,
.mobileNav-btn-area div a.btn:focus{
    background: rgba(54,59,68,.25);
    box-shadow: none;
}
.mobileNav-btn-area {
    right: 30px;
    position: absolute;
}

.mobileNav-btn-area div:first-child {
    margin-right: 0;
}

.mobileNav-btn-area div a.btn.selected {
    opacity: 1;
    color: #00c4ef !important;
    background: #fff;
    border: 1px solid rgba(229, 229, 229, 0.8);
}

.header-nav ul li a {
    text-decoration: none !important;
    color: #363b44;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}

.header-logo {
    float: left;
}

.header-logo img {
    height: 32px;
    width: auto;
}
.fixed-menu{
    position:fixed;
    left:0;
    right:0;
    top:0;
    background: #f1f7fc;
    border-bottom: 1px solid #e5e5e5!important;
    box-shadow: 0 2px 4px 0 rgba(111,111,110,.2);
    z-index: 4;
    -webkit-transition: all .1s cubic-bezier(0.25, 0.1, 0, 1.32);
    -moz-transition: all .1s cubic-bezier(0.25, 0.1, 0, 1.32);
    transition: all .1s cubic-bezier(0.25, 0.1, 0, 1.32);
}
.transparentWithDarkBg.fixed-menu .header-nav ul, .header.transparentWithDarkBg.fixed-menu .header-nav ul li a{
    color: #363b44;
    cursor: pointer;
}
.transparentWithDarkBg.fixed-menu li.n-drop .dropdown-menu {
    background: #ffffff;
    !*margin: 30px 0 0 0;*!
    border: 0.1px solid #e5e5e5;
}
.transparentWithDarkBg.fixed-menu li.n-drop .dropdown-menu{
    color: #212529;
}
.transparentWithDarkBg.fixed-menu .header-nav .nav-border {
    background: #e5e5e5;
    opacity: 1;
}
.transparentWithDarkBg.fixed-menu li.nav-signup{
    border: 1px solid #00c4ef;
    border-radius: 18px;
    background:transparent;
}
.transparentWithDarkBg.fixed-menu li.nav-signup a{
    color: #00c4ef!important;
}
!*
.screen-sm .header-logo {
    float: none;
    margin: 0 calc(50% - 92px);
}

.screen-sm .header-logo img {
    width: 184px;
    height: auto;
}
*!

.header-nav .nav-lang img {
    height: 16px;
}

ul.dropdown-menu {
    display: none;
}
.sprite-ut-Turkce {
    width: 23px;
    height: 14px;
    background-position: -31px -172px;
}
.header-nav .leftMenuLogo {
    text-align: center;
    padding: 18px 0;
    border-bottom: 1px solid #eaeaea;
}

.leftMenuLogo img {
    width: 184px;
}

img.mobilenav-close {
    position: absolute;
    top: 20px;
    left: 15px;
}

.openMenu .mobileMenu i {
    opacity: 0;
}

.menuList .icon img {
    max-height: 18px;
    max-width: 20px;
    margin-right: 18px;
}

.mobileLeftMenu .menuList ul li.langFlagct, .mobileLeftMenu .menuList ul li.langCur {
    padding: 40px 0;
    border-top: 1px dashed #00000021;
    margin: 0;
}

.mobileLeftMenu .menuList .loginbtn, .mobileLeftMenu .menuList .logoutbtn {
	height: auto;
	border-top: 1px dashed #00000021;
	padding-top: 32px;
	display: inline-block;
	width: 100%;
}

.mobileLeftMenu .menuList .loginbtn a {
    color: #fff !important;
    background: #33c1ea;
    padding: 12px;
    border-radius: 6px;
    font-size: 16px;
    width: 100%;
}

.mobileLeftMenu .menuList .logoutbtn a {
	padding: 12px;
    border-radius: 6px;
    font-size: 16px;
    width: 100%;
    color: #33c1ea !important;
    border: 1px solid #33c1ea;
    background: #fff;
    display: block;
    text-align: center;
}

.header-nav .header-help {
    display: none;
}

.screen-sm .header-nav .header-help {
    width: 30px;
    height: 30px;
    display: block;
    right: 20px;
    position: relative;
}

.header-nav .header-help svg {
    width: 32px;
    height: 32px;
}

.header-booking {
	display: none;
}

.nav-user .nav-avatar {
    height: 32px;
    width: 32px;
    border-radius: 16px;
    margin: -7px 8px 0 0;
}

.mobileLeftMenu .nav-avatar {
    height: 39px;
    width: 39px;
    border-radius: 20px;
    margin: 0 8px 0 0;
}

.menuList .nav-user a div {
    display: inline-flex;
    flex-direction: column;
}

.menuList .nav-user a div span {
    font-size: 16px;
    font-weight: 600;
}

.menuList .nav-user a div p {
    margin: 0;
    font-size: 14px;
}

.menuList .nav-user {
    border-bottom: 1px dashed #00000021;
    padding-bottom: 48px !important;
    margin-bottom: 24px !important;
}

.nav-user .dropdown-img {
    margin: -2px 0 0 10px;
}

.nav-user .user-dropdown {
	display: none;
	position: absolute;
    background-color: #fbfcfe;
    padding: 12px 27px 24px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
}
.nav-user .user-dropdown a:hover{
	cursor: pointer;
}
.nav-user .user-dropdown span.message-count, .menuList span.message-count{
    color: #fff;
    background: #f4580b;
    border-radius: 100%;
    padding: 2px;
    min-width: 12px;
    text-align: center;
    font-size: 8px;
    line-height: 8px;
    font-weight: bold;
    position: absolute;
    left: 40px;
    margin-top: -5px;
}
.nav-user.dropdown a.dropdown-toggle:after {
    display:none;
}
.user-dropdown.dropdown-menu.show {
    display: block;
    max-width: 200px;
    margin: 2px 0 0 -23px;
    top: 20px!important;
    left: auto!important;
    right: 0px;
}
.nav-user.dropdown .dropdown-toggle .fas.fa-chevron-down {
  font-size:12px;
  margin-left:6px;
}
.user-dropdown ul li a {
    display: flex;
    align-items:center;
    font-size: 14px;
    font-weight: bold;
}
.user-dropdown ul li a:hover{
	opacity:0.8;
	text-decoration:underline!important;
}
.user-dropdown ul li.nav-logout {
	margin:0;
}
.user-dropdown ul li a img {
    max-width: 22px;
    max-height: 24px;
    margin-right: 12px;
    height:24px;
}

.header-nav .user-dropdown ul {
    float: none;
    display: block;
    padding-inline-start: 0;
}

.user-dropdown ul li a {
    color: #363b44 !important;
}

.user-dropdown ul li {
    margin: 15px 0;
    padding: 0;
    height: auto;
    display: block;
    width: 100%;
}

.user-dropdown ul li.nav-logout {
    border-top: 1px dashed #00000024;
    padding-top: 25px;
}
.header i, .personal i{
    line-height: 0;
    color: #212529;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header i:before, .personal i:before {
    vertical-align: middle;
}
.menuList i:before {
    vertical-align: top;
}
.menuList i{
    font-size: 21px;
    margin-right: 16px;
}
.fo-close {
    font-size: 32px;
    top: 32px;
    left: 15px;
    position: absolute;
}
.fo-hamburger{
    font-size:32px;
    margin-top: 13px;
    display: block;
}
.header-help .fo-help {
    font-size: 32px;
    display: block;
    margin-top: 30px;
}
.header.transparentWithDarkBg .fo-hamburger,
.header.transparentWithDarkBg .header-help .fo-help{
    color:#fff;
}
.user-dropdown i{
    font-size:22px;
    margin-right:10px;
}

.header-appellation-wrapper{
	position: absolute;
	width: 100%;
    top: 13%;
    display: flex;
    justify-content: flex-end;
    padding-right: 24px;
}
.header-appellation-wrapper .header-appellation{
	display: inline-block;
	padding: 3px 15px 2px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    color: #1f2126;
    font-size: 11px;
}
@media (min-width:991px){
	.mobileLeftMenu {
	    display: none;
	}
	.nav-user .user-dropdown span.message-count, .menuList span.message-count{
	    left: 46px;
    	margin-top: -2px;
	}
	li.nav-signup {
		border: 1px solid #00c4ef;
	    border-radius: 18px;
	}
	li.nav-signup:hover {
	    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
	}
	.header-nav ul li.nav-signup a{
		color: #00c4ef;
	}
	.transparentWithDarkBg li.nav-signup {
	    background:#00c4ef
	}
	.transparentWithDarkBg .header-nav ul li.nav-signup a{
	    color: #fff;
	}
}*//*
@media (max-width:991px){
	.header-appellation-wrapper {
	    justify-content: center;
	    padding-right: 0;
	}
	.hidden-mob {
	    display:none!important;
	}
	.mobileMenu {
	    position: absolute;
	    top: 18px;
	    left: 15px;
	    color: #000;
	    z-index: 5;
	}

	.mobileMenu img,
	.header-help img{
		width: 32px;
		height: 32px;
	}


	.header.transparentWithDarkBg .mobileMenu .light,
	.header.transparentWithDarkBg .header-help .light{
		display: block;
	}

	.header .mobileMenu .light,
	.header .header-help .light{
		display: none;
	}

	.header.transparentWithDarkBg .mobileMenu .dark,
	.header.transparentWithDarkBg .header-help .dark{
		display: none;
	}



	.openMenu .mobileMenu,
	.openMenu .header-help{
		z-index: -1;
	}
	.sprite-homePage.sprite-menubg {
	    background-position: -156px -67px;
	    width: 24px;
	    height: 12px;
	}
	.mobileLeftMenu {
	    position: fixed;
	    left: -100%;
	    top: 0;
	    z-index: 1;
	    width: 100%;
	    height: 100%;
	    padding-bottom: 15px;
	    overflow: auto;
	    background: #FFF;
	    -webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	}
	body.openMenu .mobileLeftMenu {
	    left: 0px;
	}
	.sprite-homePage.odamax-closebtn {
	    background-size: 450px;
	    background-position: -27px -105px;
	    width: 18px;
	    height: 18px;
	    display: none;
	}
	body.openMenu .sprite-homePage.odamax-closebtn{
	    display:block;
	}
	body.openMenu .leftMenuCloseButton {
	    position: fixed;
	    top: 20px !important;
	    left: 18px;
	    opacity: 1;
	    width: 18px;
	    height: 18px;
	}
	.mobileMenu .odamax-closebtn {
	    opacity: 0;
	    width: 0px;
	    height: 0px;
	    -webkit-transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    transition: all 0.5s;
	}
	.mobileLeftMenu .menuList ul {
	    padding: 30px 16px;
	    display: block;
	    float: none;
	}
	.mobileLeftMenu .menuList ul li{
        display: flex;
	    align-items: center;
	    width: 100%;
        height: 22px;
        padding: 15px 0;
        margin-bottom: 24px;
	    font-size: 14px;
    }
    .mobileLeftMenu .menuList ul li:last-child{
        margin-bottom: 0;
    }
	.menuList .loginbtn .btn {
	    color: red!important;
	}
	.term-use, .campaign-agreement {
	    padding: 0 26px;
	}
	.formArea #form-signup .link {
	    color: #363b4490!important;
	    font-family: 'Nunito', sans-serif !important;
	    font-size: 11px;
	}
	.term-use {
	    padding-bottom: 14px;
	}

	.mobileLeftMenu .menuList .logoutbtn{
		text-transform:uppercase;
	}
}*/

/* _HEADER END */
/* _FOOTER START */
/*

.footer-border {
    background-image: linear-gradient(-95deg, #fec70a, #f9ae21);
    height: 8px;
}

.footer-nav {
    background: #fff;
    padding: 40px 0 34px;
}

.footer .footer-nav img {
    max-width: 215px;
}
@media (min-width:991px){
	.corporate{
		padding-left:0;
	}
}
.footer .footer-nav h5 {
    font-size: 14px;
    font-weight: bold;
    margin-top:10px;
}
.footer .footer-nav .footer-social{
    display: flex;
    align-items: center;
}
.footer .footer-nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer .footer-nav .footer-social ul {
	display: flex;
}
.footer .footer-nav .footer-social ul li{
    margin-right: 24px;
}
.footer .footer-nav .footer-social ul li:last-child{
    margin-right: 0;
}
.footer .footer-nav ul a {
    font-size: 14px;
    color: #363b44;
    letter-spacing: 0;
}
.footer-text p:last-of-type {
    margin-bottom:0;
}
.footer .footer-help {
    font-size: 16px;
}
.footer .footer-help span {
    font-weight: normal;
}
.footer .footer-help span a {
    font-weight: bold;
}
.footer-help a {
    color: #363b44;
}

@media (max-width:991px){
	.footer-text .container {
	    padding:0;
	}
}

.footer-text {
    font-size: 12px;
    padding: 32px 0;
    background-color: #fafafa;
}
.footer-text a,.footer-text a:active,.footer-text a:visited{
    color: #007bff;
}

.footer-bottom {
    background: #fff;
    padding: 16px 0;
    font-size: 12px;
}
.footer-bottom span {
    margin-left: 15px;
}
.footer-bottom img {
    height: 12px;
    margin: -3px 8px 0 11px;
}

.screen-sm .footer-logo {
    margin: 0 auto;
    display: block;
    margin-bottom: 24px;
    height: 32px;
}

.screen-sm .footer-help {
    display: flex;
    background: #f2f2f2;
    padding: 20px;
    margin: 0 10px 40px;
    border-radius: 6px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    align-items: center;
}
.screen-sm .footer-help a {
    border-radius: 28px;
    width: 50%;
    margin-top: 8px;
}
.screen-sm .footer-help #ETBIS a{
    background-color: transparent !important;
    padding: 0px;
}
.screen-sm .footer-help #ETBIS a img{
    width: 55px !important;
    height: 66px !important;
}

.screen-sm .footer-text {
    padding: 32px;
}

.screen-sm .footer-bottom span {
    margin: 0 auto;
}

.screen-sm .hp-membership button {
    margin-top: 16px;
}

.screen-sm .footer .corporate div[class*="col-"]{
    padding-right: 0;
}
*/

/* sharedContents --------------------------------------------------------------------------------------------------- */

.hp-application .row {
	align-items: center;
	min-height: 278px;
}

.hp-application {
	background: #0000000f;
	margin: 120px 0;
	color: #363b44;
}
@media (min-width:991px){
	.hp-application {
		margin: 120px 0 120px;
	}
}
@media (max-width:991px){
	.hp-application {
		margin: 120px 0 30px;
	}
}
@media (max-width:350px){
    article.hp-application .hp-app-button {
        display:block;
        margin: 16px auto 0;
        text-align:center;
    }
    article.hp-application .hp-app-button .hp-app-ios{
        margin: auto;
    }
}
.hp-application img {
	margin: -90px 0;
	width: 100%;
}

.hp-application h3 {
	font-size: 24px;
	margin: 0 0 24px;
	font-weight: bold;
}

.hp-application span {
	font-size: 16px;
}

.hp-app-button .hp-app-ios {
	display: inline-block;
    margin-right: 24px;
}

.hp-app-button .hp-app-android {
	display: inline-block;
}

.hp-app-button {
	margin-top: 24px;
    display: flex;
    align-items: center;
}

.hp-application .hp-app-button img {
    margin: 0;
    max-height: 54px;
    width: auto;
}

.screen-sm .hp-application img {
    width: 215px;
    margin: -80px 0 24px;
}

.screen-sm .hp-application .app-img {
    text-align: center;
}

.screen-sm .hp-application .hp-app-button img {
    width: auto;
    margin: 0 0 24px;
    max-height: 44px;
}

.hp-membership {
    background-image: linear-gradient(-95deg, #fec70a, #f9ae21 100%);
    padding: 40px 0 32px;
}

.hp-membership .row {
    align-items: center;
}

.hp-membership h4 {
    font-size: 22px;
    font-weight: bold;
}

.hp-membership span {
    font-size: 14px;
}

.static-pages .hp-membership button {
  width: auto;
}

.footer-appellation{
	font-size: 11px;
}

@media ( max-width :991px) {
	/*.footer-social ul {
		float: none;
	}*/
	#checkInDay , #checkOutDay {
        padding-left: 35px;
	    margin-top: -20px;
	    font-size: 13px;
	}
	/*.footer-text .container {
	    max-height:90px;
	    overflow: hidden;
	}
	.footer-text .container.truncated{
	    max-height:inherit;
    }
    .footer-text .btn-secondary{
        background-color: transparent;
    }*/
}
/* FOOTER END */

.ui-autocomplete-input-error::placeholder {
  color: #c43434!important;
  opacity: 1; /* Firefox */
}

.ui-autocomplete-input-error:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #c43434!important;
}

.ui-autocomplete-input-error::-ms-input-placeholder { /* Microsoft Edge */
 color: #c43434!important;
}
.ui-datepicker-top {
	/* top : 1100px; */
    z-index: 99999 !important;
    top: 5px !important;
    position: fixed !important;
}

/* === Full Screen Modal === */

.modal-fullscreen{
    padding: 0 !important;
}
.modal-fullscreen .modal-dialog{
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.formArea .callHotelModalAgreement:hover{
	opacity:0.8;
	color: #33c1ea;
}
.booking-checkbox.error .error-message{
    border-radius: 4px !important;
    background-color: #fffaea !important;
    padding: 10px 0 10px 15px;
    color: #fd6a6a;
    margin: 5px 0 10px 0;
}
.booking-checkbox.error .error-message:before,
.booking-checkbox.error .error-message:after{
    content: none;
}
.booking-checkbox.custom-control.custom-checkbox.error label.custom-control.custom-checkbox{
    border:none !important;
    min-height: 20px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    padding: 20px 0px 0px 25px !important;
}

.booking-checkbox.custom-control.custom-checkbox.error label.custom-control.custom-checkbox:before{
    left:12px !important;
    top:20px !important;
}

.booking-checkbox.custom-control.custom-checkbox.error .callHotelModalAgreement {
    margin-left: 13px;
}

.allow-rules .booking-checkbox.custom-control.custom-checkbox.error,
.allow-rules .booking-checkbox.custom-control.custom-checkbox{
    padding-left: 12px !important;
}

.allow-rules .booking-checkbox.custom-control.custom-checkbox.error:first-child{
    /* height: 90px; */
    padding-left: 0px !important;
}

.allow-rules .booking-checkbox.custom-control.custom-checkbox.error:first-child:before{
   left: 0 !important;
}

.allow-rules{
    padding-left: 12px;
}

#checkInDay , #checkOutDay {
    border: none;
}

/* Datepicker Custom CSS Start */

.error-child-value {
	text-align:right;
	color: #fd6a6a;
}


.mobile-search-wrapper,
.mobile-search-wrapper .search-section-item{
	display: flex;
	align-items: center;
}
.mobile-search-wrapper{
	justify-content: flex-start;
	background-color: white;
}
.mobile-search-wrapper .search-section-item{
	justify-content: center;
	width: 50%;
	padding: 13px 0;
	color: #363b44;
	font-size: 12px;
	text-transform: capitalize;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}
.mobile-search-wrapper .search-section-item{
	border-left: 1px solid #e5e5e5;
}
.mobile-search-wrapper .search-section-item span{
	margin-left: 8px;
}
@media only screen and (min-width: 320px){
	.daterange-close-area .calendar-date-choose,
	.datepicker-dates-top-area,
	.datepicker-dates-top-area .calendar-date-input,
	.daterangepicker .drp-buttons{
		display: flex;
	}

	.search-datepicker-wrapper{
		padding: 0;
		border-radius: 0 0 6px 6px;
	}

	.search-datepicker-wrapper .calendar-container{
		margin-bottom: 24px;
	}
	.daterangepicker.show-calendar .ranges{
		margin-top: 0;
	}
	.daterange-close-area{
		position: relative;
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0;
		background-color: #f8f8f8;
	}
	.daterange-close-area .calendar-date-choose{
		justify-content: center;
		align-items: center;
	}
	.daterange-close-area span.month-text-mobile{
		margin: 0;
	}
	.daterange-close-area span.prev,
	.daterange-close-area span.next{
		margin: 0;
		padding: 0;
	}
	.datepicker-dates-top-area{
		border: none;
		align-items: center;
		justify-content: space-between;
		padding: 15px;
	}

	.datepicker-dates-top-area .calendar-date-item{
		background-color: white;
		padding: 15px;
	}
	.datepicker-dates-top-area .calendar-date-item:nth-child(1){
		border-radius: 6px 0 0 6px;
		border-right: 1px solid #f2f2f2;
	}
	.datepicker-dates-top-area .calendar-date-item:nth-child(2){
		border-radius: 0 6px 6px 0;
	}

	.datepicker-dates-top-area .calendar-date-item img{
		margin-right: 8px;
	}

	.datepicker-dates-top-area .calendar-btn-close{
		padding: 7px;
		background-color: white;
		border-radius: 6px;
	}
	.search-datepicker-wrapper thead tr:first-child th.prev,
	.search-datepicker-wrapper thead tr:first-child th.next{
		display: none;
	}
	.search-datepicker-wrapper thead tr:first-child th{
		padding-top: 24px;
		padding-bottom: 12px;
		background-color: transparent;
		font-family: Nunito;
	  	font-size: 14px;
	  	font-weight: bold;
	  	font-stretch: normal;
  		font-style: normal;
	  	line-height: normal;
	  	letter-spacing: normal;
	  	color: #363b44;
		text-align: left;
	}
	.search-datepicker-wrapper tbody{
		border: none;
	}
	.search-datepicker-wrapper .drp-calendar.left,
	.search-datepicker-wrapper .drp-calendar.right{
		margin: 0;
		padding: 0 15px !important;
	}
	.daterangepicker .calendar-table{
		border-right: none !important;
	}
	.daterangepicker .drp-buttons{
		align-items: center;
		justify-content: space-between;
	}
	.daterangepicker .drp-buttons .btn{
		margin: 0;
		color: white;
	}

	#checkInDay, #checkOutDay{
		display: none;
	}

}
@media only screen and (min-width: 768px){
	.search-datepicker-wrapper thead tr:first-child th.prev{
		display: block;
	}
	.search-datepicker-wrapper thead tr:first-child th{
		text-align: center;
	}
	#checkInDay, #checkOutDay{
		display: block;
	}

	.search-wr-ct .datepicker-search .form-group{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.search-wr-ct .datepicker-search .form-group img{
		position: inherit;
		/*
		left: auto;
		*/
		top: unset;
		height:16px;
	}

	.search-wr-ct .datepicker-search .form-group input{
		width: 100px;
		padding: 0;
	}
	.search-wr-ct .datepicker-search .form-group div{
		width: auto;
		padding: 0;
		margin: 0;
	}
}
/* Datepicker Custom CSS End */

.hp-feature-block a{
	color: #212529;
	text-decoration: none;
}
#slider-text a{
	color: #fff;
	text-decoration: none;
}
.btn-info, .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle{
	border-radius: 6px;
	background-color: #33c1ea;
	color:white;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #33c1ea;
}

/* Banner Card Style Start */

.banner-card-wrapper{
	display: flex;
	padding: 24px 18px;
	margin: 12px 0;
	border-radius: 4px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
.banner-card-wrapper:hover{
	opacity: 0.8;
}
.banner-card-wrapper .banner-card-item{}
.banner-card-wrapper .banner-card-item p{
	margin: 0;
}
.banner-card-wrapper .banner-card-item .banner-card-sub-text{
	font-size: 14px;
}
.banner-card-wrapper .banner-card-item:last-child{}
.banner-card-wrapper .banner-card-item button{
	margin-right: 16px;
	background-color: rgba(255, 255, 255, 0.15);
	border:none;
	border-radius: 6px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
	color: #fff;
	font-size: 14px;
  	font-weight: 600;
  	text-align: center;
}

.banner-card-wrapper .banner-card-item button:last-child{
	margin-right: 0;
}

.register-login-card{
	background-image: linear-gradient(250deg, #a790d1, #8d64c0);
}

.chat-button{
    position: fixed;
    width: 48px;
    height: 48px;
    right: 32px;
    bottom: 32px;
    z-index: 3;
}

.fast-communication{
    position: fixed;
    width: 48px;
    height: 48px;
    right: 32px;
    bottom: 32px;
    z-index: 1000;
}

/* booking checkbox for mobile  */
@media (max-width:991px) {
    .booking-checkbox.error .error-message {
		position: static;
		padding: 10px 0 10px 15px;
        margin: 0;
        height: auto;
	}
}

@media only screen and (min-width: 320px){
	.banner-card-wrapper{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.banner-card-wrapper .banner-card-item:last-child{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.banner-card-wrapper .banner-card-item button{
		width: 45%;
	}
	.banner-card-wrapper .banner-card-item p:last-child{
		margin-bottom: 12px;
	}
}
@media only screen and (max-width: 768px){
    .chat-button{
        bottom: 32px;
    }
    .fast-communication{
    	bottom: 32px;
    }
    html body.price-element-active .chat-button{
        bottom: 145px !important;
        box-shadow: 0 2px 20px rgba(0,0,0,0.2);
        border-radius: 50%;
    }
    
    html body.search-element-active .fast-communication{
        bottom: 68px !important;
    }
    
    html body.checkout-second-step .chat-button{
        bottom: 145px !important;
        box-shadow: 0 2px 20px rgba(0,0,0,0.2);
        border-radius: 50%;
    }
    
    html body.checkout-first-step .chat-button{
        bottom: 200px !important;
    }
    
    
    html body.price-element-active .fast-communication{
        bottom: 145px !important;
        box-shadow: 0 2px 20px rgba(0,0,0,0.2);
        border-radius: 50%;
    }
    
    html body.checkout-second-step .fast-communication{
        bottom: 145px !important;
        box-shadow: 0 2px 20px rgba(0,0,0,0.2);
        border-radius: 50%;
    }

    html body.checkout-first-step .fast-communication{
        bottom: 85px !important;
    }


    html body.price-element-active .fast-support{
        bottom: 200px !important;
    }
    
    html body.checkout-second-step .fast-support{
        bottom: 200px !important;
    }
    
    html body.checkout-first-step .fast-support{
        bottom: 255px !important;
    }
}

@media only screen and (min-width: 768px){
	.banner-card-wrapper{
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.banner-card-wrapper .banner-card-item:last-child{
		display: block;
		width: auto;
	}
	.banner-card-wrapper .banner-card-item button{
		width: auto;
	}
	.banner-card-wrapper .banner-card-item p:last-child{
		margin-bottom: 0;
    }
}

.container-hotel-detail-content .banner-card-wrapper{
	margin: 0 24px;
}

/* Banner Card Style End */

/* Announcement */
.odm-announcement{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 59px;
    display: none;
}

.odm-announcement h4{
    margin: 0 8px 0 0;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    line-height: 20px;
}

.odm-announcement.bg-white h4{
    color: #363b44;
}

.odm-announcement .btn{
    width: auto !important;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}

.odm-announcement .btn + .btn{
    margin-left: 8px;
}

.odm-announcement .btn.close{
    position: absolute;
    right: 24px;
    min-width: 48px;
    height: 48px;
    padding-right: 0;
    opacity: 1 !important;
}

.odm-announcement .btn.close i{
    color: #33C1EA;
    font-size: 16px;
}

@media (max-width: 767px) {
    .odm-announcement{
        padding: 16px;
        flex-direction: column;
    }
    .odm-announcement h4{
        padding-right: 24px;
        margin: 0 0 16px 0;
    }
    .odm-announcement .action-buttons{
        display: flex;
        width: 100%;
    }
    .odm-announcement .action-buttons .btn{
        text-align: center;
    }
    .odm-announcement .btn.close{
        top: 0;
        right: 0;
        padding: 0;
    }
}

/* Carousel Style Start */
.carousel-wrapper .carousel{
	width: 100%;
}
.carousel-wrapper .carousel .carousel-indicators{
	position: relative;
	width: 100%;
	margin: 0;
	margin-top: 24px;
}
.carousel-wrapper .carousel .carousel-indicators li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ccc;
	opacity: 1;
}
.carousel-wrapper .carousel .carousel-indicators li.active{
	background-color: #6F6F6E;
}

.carousel-wrapper .carousel .carousel-control-item{	
	width: auto;
	opacity: 1;
}
.carousel-wrapper .carousel .carousel-control-item i{
	background-color: #eaeaee;
	padding: 15px 10px;
	border-radius: 4px;
	color: #6F6F6E;
	font-size: 35px;
	font-weight: lighter;
	
}
.carousel-wrapper .carousel .carousel-control-prev{
	left: -50px;
}
.carousel-wrapper .carousel .carousel-control-next{
	right: -50px;
}

.carousel-wrapper .carousel .carousel-item .popular-hotel-item .popular-hotel-card .card-thumbnail{
    width: 100%;
    height: 100%;
    min-height: 160px;
    border-radius: 6px;
    background-position: center;
    background-size: cover;
    width: 255px;
    height: 160px;
    object-fit: cover;
}

.carousel-wrapper .carousel .carousel-item .popular-hotel-item .popular-hotel-card .card-thumbnail i{
    top: -8px;
    right: 8px;
}
.carousel-wrapper .carousel .carousel-item .popular-hotel-item .popular-hotel-card .card-content{
    margin-top: 12px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.carousel-wrapper .carousel .carousel-item .popular-hotel-item .popular-hotel-card .card-content .hotel-card-info h5{
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #363b44;
}
.carousel-wrapper .carousel .carousel-item .popular-hotel-item .popular-hotel-card .card-content .hotel-card-info span{
    font-size: 12px;
    font-weight: normal;
    color: #363b44;
}
.carousel-wrapper .carousel .carousel-item .popular-hotel-item .popular-hotel-card .card-content .hotel-card-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Carousel Style End */

/* ETS-Slider Style Start */
.ets-slider-wrapper{
    position: relative;
}
.ets-slider-wrapper .ets-slider-container{}
.ets-slider-wrapper .ets-slider-container .ets-slide-item{}
.ets-slider-wrapper .slider-count-wrapper{
    position: absolute;
    width: 100%;
    bottom: 16px;
    left: 16px;
}
.ets-slider-wrapper .slider-count-wrapper .slider-count{
    display: inline-block;
    padding: 8px 12px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    color: white;
    font-weight: 600;
}
.ets-slider-wrapper .slider-count-wrapper .slider-count p{
    margin: 0;
    padding: 0;
}
.ets-slider-wrapper .swipe-trigger{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
}
/* ETS-Slider Style End */

.grecaptcha-badge{
	z-index: 2000;
}

.footer-city-list .container-top-header {
    color: #363b44;
    margin-bottom: 24px;
}

.footer-city-list .container-top-header h4 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 8px;
}

.footer-city-list .container-top-header.left {
    text-align: left;
}

.hp-popular-domestic ul, .hp-popular-international ul {
    padding-inline-start: 0;
    list-style: none;
    margin-bottom: 1rem;
}

.hp-popular-domestic, .hp-popular-international {
	padding-bottom: 25px;
}

.hp-popular-domestic ul li a, .hp-popular-international ul li a {
	color: #363b44;
	font-size: 14px;
	line-height: 22px;
}

.hp-popular-domestic ul li a:hover, .hp-popular-international ul li a:hover{
	opacity:0.8;
}

.kvkk-cookie-inner{
    max-width: 300px;
    box-sizing: border-box;
    padding: 12px;
  	border-radius: 8px;
  	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  	background-image: linear-gradient(to bottom, #ffffff 0%, #f5f5f5);
    font-size: 12px;
    line-height: 17px;
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 9999;
}

button.kvkk-cookie-notification {
    float: none;
    border: none;
    padding: 6px 10px 8px 4px;
    position: absolute;
    top: 2px;
    right: 0px;
    color: #363b44;
}
button.kvkk-cookie-notification i {
    width: 1rem;
  	color: #363b44;
    border-radius: 50%;
    width: 16px;
  	height: 16px;
  	margin: 0 0 32px 12px;
  	opacity: 0.5;
}

#popuplar-hotels .row {
    flex-wrap: inherit;
    overflow: auto;
    width: 100%;
}

.header-info{
	height: 68px;
	width: 100%;
    background: #FD6A6A;
    color: #fff;
    padding: 1em;
}

.header-info img{
	margin-right: 7px;
    width: 42px;
    height: 40px;
}

.header-info span{
	margin-right: 14px;
	font-size: 1.1rem;
	font-weight: bold
}

.header-info a{
	font-size: 18px;
}

.header-info .header-info-button{
	height: 36px;
	background: #fce1e1;
	border-radius: 20px;
	margin-left: 32px;
	border: none;
    padding: 8px 20px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #33C1EA;
}

.header-info-wrapper{
	height: 35px;
	width: fit-content;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: auto;
}

.header-info-wrapper .text{
	align-items: center;
}
.header-info .img-wrap{
	background-color: #f9b4b4;
    width: 48px;
    height: 44px;
    border-radius: 50%;
    margin-right: 10px;
}

.header-info-wrapper .text{
	display: flex; 
	flex-direction: column;
	align-items: flex-start;
}
.all-installment-options {
  	font-size: 14px;
	color: #33C1EA;
	cursor: pointer;
	display: flex;
	align-items: flex-start;
}

.all-installment-options a {
  color: #33C1EA;
}
.all-installment-options a:visited {
  color: #33C1EA;
}
@media(max-width: 480px) {
	.kvkk-cookie-inner{
  		width: 300px;
  		left: 50%;
	}
	#popuplar-hotels .ph-block {
	    min-width: 45%;
	    padding-right: 0px;
	}
	div.fast-support { 
 		z-index:1000;
 	}
 	.blur{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 6;
		position: fixed;
		backdrop-filter : blur(2px);
		-webkit-backdrop-filter: blur(2px);
		-webkit-filter: blur(2px);
		-moz-filter: blur(2px);
		-ms-filter: blur(2px);
		-o-filter: blur(2px);
		filter: blur(2px);
		filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
 	}
}

/* Proje geneli için kullanılabilir Media Breakpoints START */
@media only screen and (min-width: 320px){
    .conditions i{
        margin-right: 0;
    }

    .reservation-conditions .conditions-body{
        padding: 16px;
    }
    .timeline-wrapper{
        flex-direction: column;
    }
    .timeline-wrapper .timeline-item{
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        height: 150px;
    }
    .timeline-wrapper .timeline-item:first-child .timeline-header p:first-child{
        width: 100%;
    }
    .timeline-wrapper .timeline-item .timeline-header{
        flex-direction: column;
        margin-left: 30px;
        align-items: flex-start;
    }
    .timeline-wrapper .timeline-item .timeline-header p.description{
        display: block;
    }
    .timeline-wrapper .timeline-item .timeline-line{
        padding: 0 8px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 0;
        border-right-width: 0;
    }
    .timeline-wrapper .timeline-item .timeline-line hr{
        height: 100%;
    }
    .timeline-wrapper .timeline-item .timeline-line .badge{
        display: none;
    }
    .timeline-wrapper .timeline-item .timeline-desc{
        display: none;
    }
   /* .footer .footer-nav .footer-social{
        justify-content: center;
    }*/
    .header.transparentWithDarkBg {
        border-bottom: none;
    }
}

@media only screen and (min-width: 768px){
    .conditions i{
        margin-right: 8px;
    }
    .reservation-conditions .conditions-body{
        padding: 16px 0;
    }
    .timeline-wrapper{
        flex-direction: row;
    }
    .timeline-wrapper .timeline-item{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: auto;
    }
    .timeline-wrapper .timeline-item:first-child .timeline-header p:first-child{
        width: 50%;
    }
    .timeline-wrapper .timeline-item .timeline-header{
        flex-direction: row;
        margin-left: 0;
        align-items: flex-end;
    }
    .timeline-wrapper .timeline-item .timeline-header p.description{
        display: none;
    }
    .timeline-wrapper .timeline-item .timeline-line{
        padding: 8px 0;
        border-top-width: 0;
        border-bottom-width: 0;
        border-left-width: 1px;
        border-right-width: 1px;
    }
    .timeline-wrapper .timeline-item .timeline-line hr{
        height: auto;
    }
    .timeline-wrapper .timeline-item .timeline-line .badge{
        display: block;
    }
    .timeline-wrapper .timeline-item .timeline-desc{
        display: block;
    }
    /*.footer .footer-nav .footer-social{
        justify-content: flex-end;
    }*/
    .header.transparentWithDarkBg {
        border-bottom: 1px solid #e5e5e52e;
    }
}
@media (max-width: 991px){
	.mobileLeftMenu .menuList ul li.nav-signup a {
	    color:#fff!important;
	}
	.mobileLeftMenu .menuList ul li.nav-login a{
	    color: #33C1EA !important;
	    font-weight: normal;
	}
	.menuList {
	    padding: 0 11px;
	}
}

@media (max-width:991px){
    .container-top-header.left.panel-title {
        margin: 0;
        padding: 16px 0;
    }
    .hp-popular-international {
        margin-bottom: 20px;
    }
    hr.solid {
        display:block;
        border-top: 1px solid #e4eaef;
        border-top-style: solid;
        margin: 0 16px;
    }
    .panel-title{
        position:relative;
    }
    .panel-title::after {
        content: '\002B';
        font-weight: bold;
        position: absolute;
        right: 0;
        top: 8px;
        font-size: 26px;
        color: #9499a0;
    }
    .panel-title.active:after {
         content: "\2212";
    }
    article.container.hp-popular-domestic h4,
	article.container.hp-popular-international h4 {
	    padding-right: 20px;
	}
	.ph-location {
	    display: inline-block;
	}
	.header-info {
    	height: 77px;
    	padding: 0px;
	}
	.header-info-wrapper {
    	height: 100%;
    	justify-content: flex-start;
    	padding-left: 28px;
    	align-content: center;
	}
	.header-info .header-info-button {
	    background-color: transparent;
    	color: #FFF;
    	font-size: 12px;
    	padding: 0px;
    	height: auto;
    	margin-left: 59px;
    	margin-top: -7px;
    	text-decoration: underline;
	}
	
	.header-info span {
	    margin-top: -7px;
	}
	.tursab a{
		background-color: transparent !important;
	}
}

@media (max-width:350px){
    html body.search-element-active .fast-communication{
        bottom: 82px !important;
    }
}
/* Proje geneli için kullanılabilir Media Breakpoints END */


.ramadan-badge{
    font-weight: 600;
    font-size: 12px;
    color: #FF8754;
    background: #FFE7DD;
    border-radius: 4px;
    padding: 5px 9px;
    margin: 0 5px;
}

.hotel-detail .ramadan-badge{
    margin: 0px;
}

.ramadan-badge .hotel-text{
    font-weight: 600;
    font-size: 12px;
    color: #FF8754;

}


.ramadan-badge i.ramadan-badge svg{
    margin-right: 2px;
    color: #FF8754;
}

.ramadan-badge i:before{
    color: #FF8754;
}

.header .header-nav .header-bottom{
    padding: 0;
}

@media (max-width:991px){

	.header .header-nav .header-bottom ul{
	   	height: min-content;
	    margin-top: auto;
    	margin-bottom: auto;
	}
}