.section2 {
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  width: 100%;
}

.section3 {
  margin: 50px 0px 50px 0px;
}

.section4 {
  margin: 50px 0px 110px 0px;
}

#image-height{
  visibility: hidden;
  overflow: hidden;
  max-height: 600px;
}
#index_cover {
	display: block;
	margin: 0px auto;
	position: relative;
  text-align: center;
}

#wellcome {
	text-align: center;
  padding-top:115px;
  text-shadow: 0px 0px 15px #000;
  color:#fff;
}

#wellcome p {
  text-shadow: 0 3px 6px #000000;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color:#fff;
  color: var(--white);

}

#index {
  background-color: #263237;
  /* box-shadow:0 5px 10px 0 rgba(0, 0, 0, 0.2);  commented to check if it misses in other places*/
  color: #ffffff;
  width: 100%;
  max-width: unset;
  margin-top:0px;
}
/* THE CSS FOR THE INPUTS STARTS HERE */

.input-overlay {
  content: '';
  position: absolute;
  width: 50px;
  height: 42px;
  background: linear-gradient(90deg, transparent, #ffffff);
  bottom: 5px;
  right: 30px;
  pointer-events: none;
}

#index input {
  border-radius: 2px;
  background-color: var(--white);
  outline: none;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: var(--default-text-color, #2C2F33);
  padding-left: 10px;
  font-family: 'Roboto', sans-serif;
  border: 1px solid transparent;
}

#index input::-webkit-input-placeholder {
    line-height:normal!important;
}

#index p {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: var(--default-text-color, #2C2F33);
}

#index p.input_title {
  margin-bottom: 5px;
}

#index .custom-text {
  color: #fff;
}

.select-room-title {
  font-size: 13px!important;
  font-weight: bold!important;
  line-height: 1.38!important;
  font-family:'Roboto', sans-serif !important;
}

.select-child-ages-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 12px!important;
  font-weight: bold!important;
  line-height: 1.33!important; 
  text-transform: unset !important;
}

#hotels_section {
  padding-left: unset;
  padding-right: unset;
  padding-bottom: 50px;
}

#hotels {
  width: 304px;
  height: 42px;
  padding-right:10px;  
  border-width: 0px;
  padding-right: 44px;
}

input#hotels:focus::-webkit-input-placeholder, #mobile-hotels:focus::-webkit-input-placeholder {
    color: #ffffff !important;
    opacity: 0 !important;
} 

#hotels:focus:-moz-placeholder, #mobile-hotels:focus:-moz-placeholder {
    color: #ffffff !important;
    opacity: 0 !important;
}

#hotels:focus::placeholder, #mobile-hotels:focus::placeholder {
    color: #ffffff !important;
    opacity: 0 !important;
} 

.input-overlay + #hotels, .input-overlay + #mobile-hotels {
  padding-right: 40px;
  background-position-x: calc(100% + 30px);
}

.hotel-search-wrap {
  display: none;
}

#calendar_dates {
  width: 176px;
  height: 42px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: var(--default-text-color, #2C2F33);
  padding-left: 0px !important;
  padding-right: 0px;
  text-align: center;
  border-width: 0px;
}

#guests {
  width: 182px;
  height: 42px;
  background-image: url(/icons/icons_GreyDark/iconGreyDark_ArrowDown.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-origin: content-box;
  padding-right: 8px;
  border-width: 0px;
}

#guests:hover {
  cursor: pointer;
}

#guests.incorrect-child-age {
  border: 1px solid red;
}

.input-overlay + #guests {
  padding-right: 28px;
  background-position-x: calc(100% + 20px);
}

#promo_code {
  width: 120px;
  height: 42px;
  cursor: pointer;  
  border-width: 0px;
}

.promo_code{
  margin-left:5px;
}

.mobile-i-have-a-code , .mobile-submit {
  display: none;
}

#mobile-hotels::placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--placeholder-text-color, #8C99AF);  
}

::placeholder {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  line-height: 40px;
  letter-spacing: normal;
  color: var(--default-text-color, #2C2F33);  
}

#guests_add_div {
	position: absolute;
	background-color: #ffffff;
	padding: 15px 10px;
  z-index: 2;
}

#guests_add_div2 {
  display: flex;
}

#guests_add_div2 select {
  width:100%;
  width: 80px;
  height: 42px;
  border-radius: 4px;
  background-image: url(/icons/icons_GreyDark/iconGreyDark_ArrowDown.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-origin: content-box;
  padding-right: 8px;
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}

#guests_adults {
  margin-right: 10px;
}

.children_age {
  margin: 10px 0px;
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

#children {
  font-size:14px;
}

#adults {
  font-size:14px;
}

.search-save-button {
  border: 1px solid;
  border-radius: var(--button-border-radius-lg, 12px);
  width: 80px;
  font-size: 13px;
  padding: 6px 12px;
  margin-top: 10px;
  float: right;
}

#index_form {
  display: -webkit-flex;
	display: flex;
  width: 942px;
  margin: auto;
  height: 100px;
  align-items: center;
}

.input_title {
	margin-bottom: 0px;
}

.zcalendar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 980px;
  top: 0px;
}

.zcalendar-wrap {
  background-color: #fff;
  min-height: calc(100vh - 180px);
  width: 100%;
  display: block;
}

#guests select{
	margin: 10px 5px;
}

#autocomplete {
	padding: 5px;
  position: relative;
}

#autocomplete .input-overlay {
  right: 40px;
  bottom: 1px;
  height: 40px;
}

#dates {
	padding: 5px;
}

#guests_div {
	padding: 5px;
  position: relative;
}

#guests_div .input-overlay {
  right: 30px;
  height: 39px;
  bottom: 7px;
}

#promo_code {
	padding: 5px;
  user-select: none;
}
#promo_code_dropdown{
  display: none;
  z-index:18;
  padding:15px;
  background:#fff;  
  margin-top: 1px;
  box-shadow: 0px 0px 15px #00000026;
}

#loyalty_code,#group_code,#Code {
  width: 120px;
  height: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.21;
  color: var(--default-text-color, #2C2F33);
  padding-left: 10px;
  border-width:0;
  outline:none;
  border-radius:2px;
}

#group_code.code-active, #loyalty_code.code-active, #Code.code-active {
  border-color: #454950;
}

#index #loyalty_code, #index #group_code, #index #Code {
  width:170px;
  font-weight:normal;
  border: 1px solid #B9C2D3;
}

#promo_code_apply {
  border: none;
  border-style: solid;
  border-radius: 25px;
  font-size: 12px;
  height: 42px;
  min-width: 100px;
  border-width: 1px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: #455A64;
  color: #ffffff;
  font-weight: bold;
  margin-top: 15px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#promo_code_apply:hover {
  -webkit-box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);
  box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);
}

#search {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
	align-self: flex-end;
  padding:0px 20px;
  height: 63px;
}

#search button {
  min-width: 100px;
  height: 42px;
  border-radius: var(--button-border-radius-lg, 12px);
  font-size: 13px;
  line-height: 1.15;
  font-weight: bold;
  background-color: #FD4700;
  color: #FFFFFF;
  border: 1px solid #FD4700;
  padding: 0px 0px;
}

.mobile-search-button {
  display: none;
}

.search-button:hover {
  -webkit-box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);
  box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);   
}


.section3 {
	background-color: #EAEDF2;
}

.title-holder {
  padding-left: 10px;
  margin-bottom: 50px;
}

.title-holder > div {
  text-align: center;
}

.title-holder hr {
  width: 35px;
  height: 4px;
  margin: 0px auto 0px auto;
  border-top: unset;
}

#incentives {
  padding-left: unset;
  padding-right: unset;
} 

#incentives_divs {
	display: flex;
}

.incentives_title {
    margin-bottom: 10px;
    display: inline-block;
    color: var(--default-text-color, #2C2F33);
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 37px;
    letter-spacing: normal;
    text-align: left;
    color: var(--default-text-color, #2C2F33);
}


.card-img-top {
  display: flex;
  justify-content: center;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  object-fit: cover;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  max-width: 256px;
  height: 171px;
  /* background-color: #455A64; */
}

.single .card-img-top {
  max-width: 701px;
  height: 390px;
}

.card-body {
  padding: 15px 20px 20px 20px; 
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
  min-height: 190px;
}

.single .card-body {
  padding: 52px 20px 51px 20px;
  text-align: left;
  max-width: 379px;
}

.card-margin {
  margin-top:10px;
}

.cancelation_policy_holder {
  font-size: 12px;
  line-height: 14px;
  color: #273240;
  margin-bottom: 20px;
}

.cancelation_policy_holder img {
  margin-left: 10px;
  width: 14px;
  height: 14px;
}

.cancelation_policy {
  display: flex;
  align-items: center;
}

.card-text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: left;
  color: #273240;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2; 
  -webkit-box-orient: vertical;
}

.double_inc .card-text , .triple_inc .card-text , .quadruple_inc .card-text , .more_than_four_inc .card-text {
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3; 
}

.single .card-text {
  text-align: left;
}

.offer-included-holder {
  display: none;
  flex-wrap: wrap;
  border-bottom: 1px solid #E6E6E6;
  color: #008009;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 9px;
  margin-bottom: 21px;
}


.single .offer-included-holder {
  display: flex;
}

.offer-included-holder > div {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.offer-included-holder > div > span {
  margin-right: 12px;
}

.button-text-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#hotels_section .button-text-holder {
  position: absolute;
  bottom: 20px;
}

#incentives .button-text-holder {
  position: absolute;
  bottom: 30px;
}

#incentives .card-body {
  padding: 30px 30px;
}

#incentives .single_inc .button-text-holder {
  position: static;
  margin-left: auto;
  margin-top: auto;
}

.button-text-holder {
  display: block;
}

.quadruple .button-text-holder {
  display: block;
  position: absolute;
  bottom: 15px;
}

.triple .button-text-holder, .double .button-text-holder {
  display: block;
  position: absolute;
  bottom: 15px;
}

.quadruple .card-body {
  min-height: 240px;
}

.triple .card-body , .double .card-body {
  min-height: 240px;
}

.more_than_four_hotel .button-text-holder , .quadruple_hotel .button-text-holder {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
}

.included_see_more_holder {
  margin-left: 20px;
  cursor: pointer;
  min-width: fit-content;
}

.included_see_more_holder span {
  color: #C5C5C5;
  text-decoration: underline;
}

.included_see_less {
  display: none;
}

.card-text-package {
  margin-bottom: 21px;
}

.card-text-incentive {
  margin-bottom: 30px;
}

.card-text-hotel {
  margin-bottom: 9px;
  margin-top: 20px;
}

.more_than_four_hotel .card-text-hotel , .quadruple_hotel .card-text-hotel {
  display: none;
}

.section5 .hotel-image {
  height: 14px;
}

.card-title {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: var(--default-text-color, #2C2F33);
  margin-bottom:7px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.single .card-title {
  text-align: left;
  font-size: 24px;
  letter-spacing: -0.24px;
  line-height: 29px;
  margin-bottom: 14px;
}

.discount {
  align-self: center;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.23;
  text-align: center;
  margin-bottom: 0;
}

.discount-text {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.21;
  text-align: center;
}

.incentive-type {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.15;
  color: #273240;
  margin-bottom: 20px;
  background-color: #E6E6E6;
  padding: 5px 10px;
  border-radius: 13px;
  height: 24px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  width: fit-content;
}

.incentive-type svg path {
  fill: #273240;
}

.show-more {
  background-color: #455A64;
  color: #FFFFFF;
  border-radius: var(--button-border-radius-lg, 12px);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 20px;  
  height: 48px;
  line-height: 18px;
}



.more_than_four_hotel .show-more , .quadruple_hotel .show-more {
  width: 100%;
}

.show-more:hover {
  -webkit-box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);
  box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);
  color: white; 
}

.card-body .price {
  font-size: 20px;
  font-weight: bold;
  color: #008009;
  margin-bottom: 0px;
}

.card-body .price .per_night  {
  font-size: 12px;
  font-weight: 400;
}

.card-body .currency_symbol_price {
  font-size: 15px;
  font-weight: 400;
}

.card-body .decimal_value_price {
  font-size: 15px;
  font-weight: 400;
}

.offer-card-discount {
  color: #9C9C9C;
  font-size: 14px!important;
  text-decoration: line-through;
}

.offer-card-discount .currency_symbol_price  , .offer-card-discount .decimal_value_price {
  font-size: 14px!important;
}

.price-for {
  font-size: 11px;
  color: #273240;
}

.small-text {
  font-size: 11px;
  line-height: 1.18;
  color: var(--default-text-color, #2C2F33);
  vertical-align: 3px;
}

.location-index {
  font-size: 12px; 
  color: var(--default-text-color, #2C2F33);
  display: inline-block;
  margin-bottom: 0px;
  display: inline-block;
}

.location-index-wrap {
  background-color: #E6E6E6;
  border-radius: 20px;
  padding: 5px 10px;
  height: 24px;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 5px;
}

.index-top {
  background-color: #ffffff;
  height: 50px;
  box-shadow: 3px 0 40px 0 rgba(0, 0, 0, 0.2);
}

.index-top-contain {
    padding: 0;
}

.index-flex {
    justify-content: center;
    align-items: center;
}

.index-row {
    display: inline-block;
    max-width: 206px;
    justify-content: center;
}

.middle-basket {
    margin-right:40px;
    margin-left: 40px;
    white-space: nowrap;
}

.checkmark-title {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: var(--default-text-color, #2C2F33);
}

.checkmark-title img {
    margin-right: 5px;
    width: 24px;
    height: 24px;
    margin-bottom: 6px;
}

.clock, .lock, .checkmark-mobile {
  display: none;
}

#promotions {
  padding-left: unset;
  padding-right: unset;

}

.MaxPartialPaymentParcel {
  position: absolute;
  background-color: #53AC2A;
  color: #ffffff;
  z-index: 1;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 13px;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  height: 26px;
  display: flex;
  align-items: center;
  top: 20px;
  left: 20px;
  border-radius: 0px 2px 2px 0px;
  padding: 4px 10px;
}

.homepage_partial_payments {
  padding: 4px 15px;
}

.MaxPartialPaymentParcel p {
  margin:0;

}

.MaxPartialPaymentParcel img {
  margin-left: 5px;
}

.MaxPartialPaymentParcel:hover {
  cursor: pointer;
  text-decoration: underline;
}


.custom-promotion-bg {
    /*background-image: url(img/placeholder.png);*/
    height: 171px;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    object-fit: cover;
    max-width: 256px;
}

.single .custom-promotion-bg {
  max-width: 701px;
  height: 390px;
}

.double .custom-promotion-bg {
  max-width: 100%;
  height: 210px;
}

.close_icon {
    width: 24px;
    height: 24px;
}

.popup-button {
  color: #ffffff;
  text-shadow: none;
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  opacity: 1;
}

.promotion-background {
  width: 960px;
}

.popup-container {
  width: 1086px;
}

#index-promotion-modal {
  background-color: rgba(0, 0, 0, 0.9);
}

.checkmark-title span {
    text-transform: uppercase;
}

.custom-card {
  flex-direction: column;
  max-height: unset;
  max-width: 256px;
  margin-top: 0;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
}

.custom-card:hover {
  /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4); */
  box-shadow: none;
  transition: all 0.3s ease-in-out;  
}

.single .button-text-holder {
  position: absolute;
  width: calc(100% - 40px);
  bottom: 50px;
}

.single .included img , .single .meals_included img{
  margin-right: 15px;
}


.card-padding-width {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  height: auto;
}

.card-padding-width.single {
  flex: unset;
  max-width: 1080px;
  width: 100%;
  padding: 0px;
}

.card-padding-width.double {
  flex: 0 0 50%;
  max-width: 50%;
}


.double .custom-card {
  max-width: none;
}

.double .card-img-top {
  max-width: none;
  height: 210px;
}

.single .custom-card  {
  display: flex;
  flex-direction: row;
}

.triple .custom-card { 
  flex: unset;
}

.single .custom-card, 
.triple .custom-card,
.quadruple .custom-card {
  max-width: unset;
  width: 100%;
}

.card-padding-width.triple {
  flex: 0 0 33%;
  max-width: 33%;
}

.triple .card-img-top, 
.triple .custom-promotion-bg,
.quadruple .card-img-top,
.quadruple .custom-promotion-bg {
  max-width: 100%;
}

#incentives .card-body {
  min-height: unset;
}

#incentives .single_inc {
  flex: 0 0 100%;
  max-width: 100%;
  height: 163px;
}

.single_inc .custom-card {
  width: 100%;
}

.single_inc .card-body {
  display: flex;
}

.single_inc .card-body > div:nth-child(1) {
  flex-basis: 800px;
}

.double_inc {
  flex: 0 0 50%;
  max-width: 50%;
  height: 286px;
}

.triple_inc {
  flex: 0 0 33%;
  max-width: 33%;
  height: 315px;
  padding-bottom: 0px;
}

.more_than_four_inc, .quadruple_inc {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 20px;
  height: 315px;
}

#calendar {
  width: 972px;
}

#incentives .custom-card {
  box-shadow: 0px 10px 20px #0000000A;
  border-radius: 8px;
  max-width: none;
  height: 100%;
}

.more_than_four_inc .card-title, .quadruple_inc .card-title, .triple_inc .card-title {
  height: 43px;
}

.single_inc .card-title {
  display: inline-block;
}

.single_inc .incentive-type {
  margin-left: 20px;
}

.search-menu-icon {
  display: none;
}

#index .single-hotel{
  padding-left:0 !important;
  background:transparent;
  background-image:url(/icons/icons_GreyLight/iconGreyLight_Forward.svg);  
  background-repeat: no-repeat;
  background-position-x: calc(100% + 20px);
  background-position-y: center;
  padding-right:20px;
  background-origin: content-box;
  font-size:16px;
  /* fix overflow */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
}

.redirect-button:hover {
  box-shadow:inset 0px -5px 0px 40px rgba(0,0,0,0.1);
}

.all_hotels_padding {
  padding: 10px;
}

.double_hotel {
  flex: 0 0 50%;
  max-width: 50%;
}

.triple_hotel {
  flex: 0 0 33%;
  max-width: 33%;
}

.quadruple_hotel  {
  flex: 0 0 25%;
  max-width: 25%;
}


.more_than_four_hotel  {
  flex: 0 0 25%;
  max-width: 25%;
}

.section5 .custom-card , .section5 .card-img-top{
  max-width: none;
}

.more_than_four_hotel  .card-img-top , .quadruple_hotel  .card-img-top {
  height: 227px;
}

.triple_hotel .card-img-top {
  height: 263px;
}

.triple_hotel .card-body {
  min-height: 257px;
}

.double_hotel .card-img-top {
  height: 263px;
}

.double_hotel .card-body {
  height: 260px;
}

.new-flex-row {
  flex-basis: 100%;
  text-align: center;
}

.see-all-button {
  background: #FFFFFF;
  border: 1px solid #B9C2D3;
  border-radius: var(--button-border-radius, 10px);
  font-size: 11px;
  font-weight: bold;
  padding: 11px 19px;
  margin: 0 auto;
  text-transform: uppercase;
  color: #454950;
  line-height: 1;
  display: inline-block;
  margin-top: 10px;
}

.see-all-button:hover {
  text-decoration: none;
  color: #454950;
}

.card-img-top-mob {
  display: none;
}

.cancelation_policy .icon_text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.card-body .svg-icon.check-icon {
  width: 16px;
  height: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.card .map-icon svg path {
  fill: #273240;
}

.card .photo-placeholder {
  display: flex;
  min-height: 227px;
  background: #efefef;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}


@media (max-width: 1200px) and (min-width: 992px) {
  #calendar{
    width:972px;
  }
}

@media(max-width: 992px) {
  
  #index p {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: unset;
    color: var(--hotel-custom-text-color, #ffffff);
  }

  .more_than_four_inc, .quadruple_inc {
    height: fit-content;
    margin: 0;
  }

  #dates {
    padding: 0;
  }

  #incentives .card-body {
    padding: 20px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #ffffff;
  }

  #index p.input_title {
    margin-bottom: 5px;
  }

  .zcalendar {
    display: block;
    height: 100%;
    margin: 0 auto;
  }

  #occupancy_dropdown, #promo_code_dropdown {
    position: static !important;
    padding: 0;
    width: 100%;
    box-shadow: none;
  }

  #promo_code_dropdown {
    padding-bottom: 0px;
    background-color: unset;
    margin-top: 30px;
  }

  #promo_code_dropdown div {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  #occupancy_dropdown .text-right, #promo_code_dropdown .text-right { 
    text-align: center !important;
  }

  #search button {   
    padding: 0px 40px;
    width: 100%;
    font-size: 16px;
    height: 48px;
  }
  
  .button-text-holder, .double .button-text-holder, .triple .button-text-holder, .quadruple .button-text-holder {
    margin-top: auto;
  }
  

  #calendar {
    width: unset;
  }

  #wellcome {
    padding-top: 20px;
    display: none;
  }

  #wellcome p {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.23;
    text-align: center;
    color: var(--white);
  }

  #index {
    height: auto;
    padding: 20px 15px;
    margin-top: 0px;
    max-width: 500px;
    width: 100%;
    border-radius: 0px !important;
  }

  .input-overlay {
    display: none;
    content: none;
  }

  #index input, #calendar_dates {
    width: 100%;
    font-size: 14px;
    align-self: center;
    min-height: 48px;
    height: 48px;
    border-radius: 4px;
    margin-bottom: 0 !important;
    padding-left: 44px !important;
  }

  #index .select-child-ages-holder {
    margin-top: 0 !important;
  }

  #index #loyalty_code, #index #group_code, #index #Code {
    width: 100%;
    padding: 0 15px !important;
  }

  .location-index-wrap {
    background-color: #E6E6E6;
    border-radius: 20px;
    display: flex;
    padding: 0px 10px;
    height: 24px;
    width: fit-content;
    align-items: center;
    gap: 5px;
}

.cancelation_policy_holder {
  margin-bottom: 0;
  color: #008009;
}

.card-body .svg-icon.check-icon {
  width: 16px;
  height: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.offer-included-holder > div > span {
  margin: 0;
  gap: 5px
}

.offer-included-holder > div {
  flex: auto;
}

  #index input::placeholder {
    font-size: 14px;
  }

  #index_form {
    flex-direction: column;
    width: 100%;
    height: unset;  
    align-items: unset;
  }

  .select-adults-holder, .select-child-holder {
    margin-bottom: 20px;
  }

  .select-child-holder {
    margin-bottom: 0;
  }

  .select-guests-holder:has(.select-child-ages) .select-child-holder {
    margin-bottom: 20px;
  }

  #promo_code {
    display: none;
  }

  .mobile-i-have-a-code , .mobile-submit {
    display: block;
    height: 16px;
  }

  .mobile-i-have-a-code {
    float: left;
  }

  #promo_code_mobile {
    height: 0px;
    width: 0px!important;
    opacity: 0;
    float: left;
    height: max-content!important;
    
  }

  /*start fixes for ios */
  div.mobile-i-have-a-code input#promo_code_mobile {
    padding-left: 0px !important;
  }


  /*end fixes for ios*/



  #promo_code_mobile_visual {
    height: 16px;
    width: 16px;
    display: inline-block;
    border: 2px solid var(--hotel-custom-text-color, #ffffff);
    background-color: #fff;
    border-radius: 2px;
    position: relative;
    padding: 4px;
    left: -2px;
  }

  #promo_code_mobile_visual:after {
    content: "";
    position: absolute;
    display: none;
  }

  #promo_code_mobile:checked ~ #promo_code_mobile_visual {
    background-color: var(--hotel-custom-text-color, #ffffff);
    border: 0px;
  }

  #promo_code_mobile:checked ~ #promo_code_mobile_visual:after {
    display: block;
  }
 
  #promo_code_mobile_visual:after {
    height: 8px;
    width: 10px;
    background-image: url('../../icons/Icon feather-check.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .promo_code .input_title  {
    padding-left: 26px;
    padding-top: 2px;
    margin-bottom: 13px;
    position: relative;
    z-index: 2;
  }


  .mdc-checkbox--touch {
    float: left;
  }

  .mdc-checkbox--touch .mdc-checkbox__native-control {
    width: 16px !important;
    height: 16px !important;
    top: 0;
    left: 0;
  }

  .mdc-checkbox__background {
    height: 22px;
    width: 22px;
    height: 7px;
    width: 16px;
  }

  #autocomplete {
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .promo_code {
    margin-left: 0px;
    padding: 5px;
  }

  #search {
    align-self: unset;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: min-content;
    padding-top: 0;
    margin-top: 0;
  }

  #index #loyalty_code, #index #group_code, #index #Code {
    border: 1px solid transparent;
  }

  #promo_code_dropdown .text-right {
    display: none;
  }

  .section2 {
    height: auto;
    width: 100%;
    background-image: none!important;
    padding-bottom: 0px;
    padding-bottom: 0px;
  }
  
  .section3 {
    margin-top: 50px !important;
    padding: 0 !important;
  }

  .section4, .section5 {
    margin-top: 30px !important;
    padding: 0 !important;
  }

  .section5 {
    margin-bottom: 30px !important;
  }
  
  .close.modal-button-desktop {
    display: none;
  }

  .section4 {
    padding-bottom: 0;
  }

  #hotels_section {
    padding-bottom: 30px;
  }

  .checkmark-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 85px;
    text-align: center;
    word-break: inherit;
  }

  .checkmark-title span {
    text-transform: lowercase;
  }

  .checkmark-title span:first-letter {
    text-transform: capitalize;
  }

  .show-more {
    padding: 0px 25px;
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
    border-radius: 12px;
  }

  #incentives .show-more {
    display: flex;
    align-items: center;
  }

  #hotels_section .show-more {
    width: 100%;
  }

  .promotions-section .card-img-top {
    height: auto;
  }

  .incentives-section {
    margin-top: 30px;
  }

  .custom-promotion-bg, .double .custom-promotion-bg, .triple .custom-promotion-bg, .quadruple .custom-promotion-bg {
    height: 180px;
    object-fit: cover;
  }

  .card-img-top-mob {
    display: block;
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  #hotels_section .card-img-top {
    display: none;
  }

  img.card-img-top.placeholder-image {
    display: block !important;
    max-height: 180px;
  }

  .card .map-icon svg path {
    fill: #273240;
  }

  .card .photo-placeholder {
    display: flex;
    min-height: 180px;
    background: #efefef;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

  .card .photo-placeholder svg {
    width: 60px;
    height: 60px;
  }

  .index-flex {
    justify-content: center;
    align-items: flex-start;
    justify-content: space-evenly;
  }

  .index-top {
    height: 90px;
    margin-bottom: 20px;
  }

  .middle-basket {
    margin: 0px;
    white-space: unset;
  }

  .clock, .lock, .checkmark-mobile {
    display: block;
  }

  .checkmark {
    display: none;
  }

  .hotels_dropdown {
    width: 100%;
    top: 76px;
    border-radius: 2px;
    padding-left: 10px;
  }

  .popup-container {
    width: unset;
  }

  .card-body {
    padding: 15px;
    min-height: 210px;
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

  #hotels_section .card-body {
    min-height: unset;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#index-incentive.incentive-type {
  margin-bottom: 15px !important;
}

  .price {
    margin-bottom: 20px;
  }

  .hotel-image {
    margin-top: 4px;
    margin-bottom: 5px;
  }

  .card-title {
    text-decoration: none;
    font-weight: bold;
    color: #273240;
    margin: 0;
    white-space: normal;
    height: auto !important;
  }
  #incentives .card-title {
      margin-bottom: 10px;
  }

  .card-body-content {
    display: flex;
    flex-direction: column;
}

  .card-text {
    text-align: center;
    display: none;
  }

  #incentives .card-text {
    text-align: left;
    display: -webkit-box;
    min-height: 66px;
  }

  .card-alignment {
    padding-left: 0;
    padding-right: 0;
  }

  .search-menu-icon {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    left: 10px;
    top: 37px;
    pointer-events: none;    
  }

  .search-menu-calendar {
    width: 16.2px;
    height: 16.2px;
  }

  .search-menu-person {
    width: 16.1px;
    height: 16.6px;
    top: 35px;
    display: none;
  }

  .search-menu-promo {
    width: 16.2px;
    height: 13.3px;
    top:39px;
    display: none;
  }

  .select-room-title {
    font-size: 14px!important;
    font-weight: normal !important;
  }

  .select-room-holder .select-room-title {
    font-weight: 600 !important;
  }

  #index .select-room-holder .select-room-title {
    margin-bottom: 5px;
  }

  .select-adults-title, .select-child-title {
    font-size: 14px;
    font-weight: normal;
    color: var(--hotel-custom-text-color, #ffffff);
  }

  .select-child-title-max-age {
    color: var(--hotel-custom-text-color, #ffffff);
  }

  .select-button:disabled {
    background-color: #ffffff;
    border: 1px solid transparent;;
    opacity: 0.5;
  }

  #hotels, #mobile-hotels {
    background-image: none;
  }

  #dates {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
  }

  #calendar_dates {
    text-align: left;
  }

  #guests {
    display: none;
  }

  #guests_div {
    position: relative;
    padding: 0;
  }

  #guests_div .input_title {
    display: none;
  }

  #occupancy_dropdown {
    display: block;
    max-height: none;
    box-shadow: none;
    background-color: unset;
  }

  #occupancy_dropdown .select-occupancy-apply {
    display: none;
  }

  .add-room-holder {
    border-bottom: 1px solid rgba(255 255 255 / 50%);
    padding-bottom: 20px;
    margin-bottom: 0px;
  }

  .add-room-holder {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }

  .promo_code {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
    height: auto;
  }

  #promo_code_apply , .search-button {
    display: none;
  }

  .mobile-search-button {
    display: block;
  }

  .i-have-a-code-text {
    margin-bottom: 0px!important;
  }


  .card-padding-width.double, .card-padding-width.triple, .card-padding-width.quadruple, .card-padding-width.more_than_four {
    flex: 0 0 85.1%;
    max-width: 500px;
  }

  .card-padding-width .card-img-top {
    max-width: unset;
  }

  .card-padding-width.single {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 10px;
  }

  .more_than_four_hotel , .quadruple_hotel , .triple_hotel , .double_hotel  {
    flex: 0 0 85.1%;
    max-width: 500px;
  }

  .MaxPartialPaymentParcel {
    top: 10px;
    left: 0;
    min-height: 36px;
    display: flex;
    align-items: center;
}

.MaxPartialPaymentParcel p {
  display: flex;
  align-items: center;
}

  .button-text-holder {
    display: flex !important;
    max-width: unset;
    width: fit-content !important;
    position: unset;
    margin-top: 0;
    position: unset !important;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  #hotels_section .button-text-holder ,#incentives .button-text-holder {
    max-width: unset;
    width: fit-content !important;
    position: unset;
    margin-top: 15px;
  }

  .custom-card {
    flex-direction: column !important;
    border: unset;
    max-width: unset;
  }

  .single .card-img-top {
    height: 210px;
    max-width: 100%;
  }

  .single .card-body {
    max-width: unset;
    padding: 20px;
  }

  .custom-promotion-bg {
    max-width: none;
  }

  .single .custom-promotion-bg {
    max-width: none;
    height: 210px;
  }

  .offer-included-holder {
    display: flex;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    gap: 10px;
  }

  .offer-included-holder > div {
    margin-bottom: 0;
    gap: 5px;
  }

  .offer-included-holder > div:nth-child(n+3) {
    display: none;
  }

  .offer-included-holder {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .offer-included-holder img {
    margin-right: 12px;
    position: relative;
    top: -2px;
  }

  .cancelation-and-included {
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding-bottom: 15px;
    border-bottom: 1px solid #D8DDE8;
}

  .zcalendar-wrap {
    min-height: unset;
    display: none;
  }

  .single .card-title {
    font-size: 18px;
    line-height: 24px;
  }

  .section2 {
    margin-bottom: 0px;
  }

}


@media(max-width: 576px) {
  #wellcome {
    padding-top: 20px;
  }

  #wellcome p {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.23;
    text-align: center;
    color: var(--white);
  }

  #index {
    height: auto;
  }

  #index_form {
    flex-direction: column;
    height: unset;  
    align-items: unset;
    width: 100%;
  }

  #promo_code_dropdown div.mb-3, #promo_code_dropdown div:last-child {
    margin-bottom: 20px !important;
  }

  #promo_code_dropdown div.mt-2 {
    margin-top: 0 !important;
  }

  #hotels, #calendar_dates, #guests, #promo_code {
    width: 260px;
  }

  #autocomplete {
    padding: 0;
  }

  .promo_code {
    margin-left: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .promo_code .input_title {
    padding-top: 2px;
  }

  #search {
    align-self: unset;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: min-content;
  }

  .section2 {
    height: auto;
    background-size: auto 100%;
  }

  .section4 {
    padding-bottom: 20px;
  }

  .section5 {
    padding-bottom: 30px;
  }

  .section3,.section4,.section5 {
    margin: 0;
  }

  .checkmark-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 85px;
    text-align: center;
    word-break: inherit;
  }

  .checkmark-title span {
    text-transform: lowercase;
  }

  .checkmark-title span:first-letter {
    text-transform: capitalize;
  }

  .index-flex {
    justify-content: center;
    align-items: flex-start;
    justify-content: space-evenly;
  }

  .index-top {
    height: 90px;
  }

  .middle-basket {
    margin: 0px;
    white-space: unset;
  }

  .clock, .lock, .checkmark-mobile {
    display: block;
  }

  .checkmark {
    display: none;
  }

  .popup-container {
    width: unset;
  }
}



/* INTERNET EXPLORER FIX */
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
   // IE9+ CSS
   body{
      color: red;
   }
}


.left-part-of-rate  {
  max-width: calc(100% - 256px);
}