/* roboto-regular - greek_latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/google/roboto-v20-greek_latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('/fonts/google/roboto-v20-greek_latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/google/roboto-v20-greek_latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/google/roboto-v20-greek_latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/google/roboto-v20-greek_latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/google/roboto-v20-greek_latin_cyrillic-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
@charset "UTF-8";
html {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
body{
  font-family: Arial!important;
  font-size: 14px;
}
*:focus {
    outline: 0;
}
a {
  color: #1A0DAB;
  text-decoration: none;
  }
.modal-backdrop {
  position:fixed;
  height:100vh!important;
}
h1 {
  margin:0px;
}
h3, h4, h5 {
  font-size: 14px;
  color: #575757;
  font-weight: bold;
  line-height: 1.2;
  text-rendering: optimizelegibility;
}
#navbar_container{
  width:100%!important;
}
.suggestion_result_bold {
  font-weight:bold;
}
.suggestion_nr_hotels {
  color:#727272;
}
.suggestion_nr_hotels:hover {
  color:#000;
}
.iconslarge{
  font-size: 32px;
  vertical-align: -18px;
}
.going_to_sug {
  padding-left:56px;
}
.going_to_sug_div {
  position:absolute;top:0px;left:0px;width:56px;text-align:center;
}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; max-height:640px!important;margin-top:3px;}
.autocomplete-suggestion { padding: 8px 5px; white-space: nowrap; overflow: hidden; cursor:pointer; font-size:16px; line-height:20px;height:auto!important;vertical-align:middle;color:#37454E; }
.autocomplete-suggestion:hover, .autocomplete-suggestion:hover > .suggestion_nr_hotels {color:#FFF;}
.autocomplete-selected, .autocomplete-selected .suggestion_nr_hotels { color:#FFF; background-color: #5C6BC0; }
.autocomplete-suggestions strong { font-weight: normal; font-size:16px; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
.suggestion_nr_hotels { font-size:15px; }
.suggestion_code { font-weight:bold;}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  bottom:-4px;
}
.switch input {display:none;}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #009A8B;
}
input:focus + .slider {
  box-shadow: 0 0 1px #009A8B;
}
input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.flatpickr-day.today {
  border:none;
}
.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.15)!important;
}
.flatpickr-day {
  color:black!important;
}
.flatpickr-day.nextMonthDay{
  color: rgba(57, 57, 57, 0.6)!important;
}
#checkin_div .flatpickr-input[readonly], #checkout_div .flatpickr-input[readonly] {
  font-size:13px!important;
  width:78px!important;
}
#left_bar, #filters_bar{
  border-radius:4px!important;
}
.main_content{
  padding-top:7px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: text;
  background-color: #FFF;
  opacity: 1;
}
.activate_more_details{
  color:#1A0DAB;
  cursor:pointer;
  margin-left:5px;
  
}
.activate_more_details:hover{
  color:#1A0DAB;
  text-decoration:underline;
}
.checkin_checkout_calendars .form-control[disabled], .checkin_checkout_calendars .form-control[readonly], .checkin_checkout_calendars fieldset[disabled] .form-control {
  border:1px solid #CCC!important;
}

.checkin_checkout_calendars .flatpickr-input[readonly], .checkin_checkout_calendars .flatpickr-input[readonly] {
  padding-left:4px!important;
}

.show_mobile{
  display:none!important;
}
.show_tablet{
  display:none!important;
}
.show_desktop{
  display:block!important;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: #FFF;
    overflow-x: hidden;
    transition: all 0.2s;
    padding-top: 60px;
    line-height: 2em;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.top_tag
{
  margin-right:4px;
  cursor:pointer;
  background:#38487E;
  color:white;
  text-align:center;
  padding:0px 10px 3px 10px;
  font-size:16px;
  border-radius: 8px;
}
.top_tag:hover
{
  cursor:pointer;
  color:white;
  background:#95B6DE!important;
}
/* @media (max-width: 522px){
  .collections_box{
  display: grid;
  grid-template-rows: repeat(30, 1fr);
  grid-auto-flow: column;
  grid-auto-rows: 100px 100px;
}
}
@media (min-width: 523px){
  .collections_box{
  display: grid;
  grid-template-rows: repeat(30, 1fr);
  grid-auto-flow: column;
  grid-auto-rows: 100px 100px;
}
}
@media (min-width: 668px){
  .collections_box{
  display: grid;
  grid-template-rows: repeat(20, 1fr);
  grid-auto-flow: column;
  grid-auto-rows: 100px 100px;
}
}
@media (min-width: 778px){
  .collections_box{
  display: grid;
  grid-template-rows: repeat(20, 1fr);
  grid-auto-flow: column;
  grid-auto-rows: 100px 100px;
}
}
@media (min-width: 1024px){
  .collections_box{
  display: grid;
  grid-template-rows: repeat(20, 1fr);
  grid-auto-flow: column;
  grid-auto-rows: 100px 100px;
}
} */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/* #h1_text{
  font-size:24px;
  color:#000;
  text-align:left;
  font-weight:bold;
} */
/* .navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
} */
#overlay{
  display:none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
}
a:hover {
  color: #1A0DAB; 
  text-decoration: underline;
}
a.collection_images:hover {
  color: #1A0DAB; 
  text-decoration: none;
}
/* .show_mobile_boxes{
  display:flex!important;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap:nowrap;
  white-space: nowrap;
  -webkit-overflow-scrolling:touch;
  -ms-overflow-style:-ms-autohiding-scrollbar;
  position: relative;
  &::-webkit-scrollbar {
    display: none;
  }
} */
#filter_categories_mobile::-webkit-scrollbar{
  display: none;
}
#filter_continents_mobile::-webkit-scrollbar{
  display: none;
}
#filter_continents {
  /*margin-top:-3px;
  margin-left:-4px;*/
}
#filter_continents_mobile::-webkit-scrollbar {
  width: 0px;
} 
#filter_categories_mobile::-webkit-scrollbar {
  width: 0px;
} 
#filter_categories_mobile2::-webkit-scrollbar {
  width: 0px;
} 
.loader, .main_loader,
.loader:before, .main_loader:before, .loader:after, .main_loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader, .main_loader {
  color: #E4006B;
  font-size: 10px;
  margin: 40px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before, .main_loader:before, .loader:after, .main_loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before, .main_loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after, .main_loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.fadeout {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    bottom: 0;
    height: 40px;
    position: absolute;
    width: 96%;
}
.tbox{
  z-index:500;
}
.tclose:hover {
    background-position: 0px -30px;
}
.tclose {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent url("/images/close.png") no-repeat scroll 0% 0%;
}
.box-borders {
  border-color: #E5E6E9 #DFE0E4 #D0D1D5;
  background-color: #FFF;
  border-radius:8px;
  margin-left:16px;
  margin-right:16px;
}
/* .below_image {
  margin-left:16px;
} */
.theme_text {
  line-height: 0.95;
}
.show_more_hotel_info{
  cursor: pointer;
  background-color: #E0E0E0;
  color: #000;
  text-align: center;
  font-size: 14px;
  padding: 4px;
}
.searchform-container{ margin: auto; margin-top: 0px; position: absolute; top: 0px; z-index:11;  }
.nav-tabs li {
  margin-bottom: 0px;
}
.nav-tabs li a {
  line-height: 12px;
  margin-right: 4px;
  color: #3F3F3F;
  float: left;
  height: 24px;
  background-color: #F6F6F6;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(0, 1, 1, 0.15);
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  white-space:normal;
  outline: 0;
} 
.nav-tabs li a:hover {
  border-color: #3F3F3F;
  font-size: 12px;
  color: white;
  text-decoration: none;
}
.nav > li > a {
  padding: 5px 16px;
  color: #333;
}
.hotelinfo-tabs li a {
  line-height: 12px;
    margin-right: 4px;
    color: #3F3F3F;
    float: left;
    height: 24px;
    background-color: #F6F6F6;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(0, 1, 1, 0.15);
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space:normal;
    outline: 0;
} 
  #travel_dates_form_top{
    margin-left:auto;
    margin-right:auto;
    margin-bottom:6px;
  }
.hotelinfo-tabs li a:hover {
  border-color: black;
  font-size: 12px;
  color: black;
  text-decoration: none;
}
.top-bar-buttons {
    line-height: 20px;
    margin-left: 10px;
    color: #3F3F3F;
    float: right;
    height: 20px;
    background-color: #F6F6F6;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(0, 1, 1, 0.30);
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space:normal;
    padding-left: 10px;
    padding-right: 10px;
}
.top-bar-buttons:hover {
  border-color: #3F3F3F;
  font-size: 12px;
  color: black;
  text-decoration: none;
}
/* .navbar-inner {
  min-height: 40px;
  line-height: 32px;
  padding-right: 0px;
  padding-left: 12px;
  width:663px!important;
  *zoom: 1;
} */
/* #user_menu{
  line-height: 32px!important;
} */
/* .navbar-inverse .navbar-inner {
  background-color: #E0E0E0;
  border-color: #252525;
} */
/* .flag_image{
  vertical-align: middle;
}
.navbar-inverse{
  background-color: #E0E0E0;
}
.flag_content.row{
  margin-left: 0px;
  margin-right: 0px;
}
.login_content.row{
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  flex-wrap: wrap;
} */
/* .navbar .brand {
  padding: 5px 0px 5px;
}
.brand{
  position:relative;
  z-index:10;
}
.brand img{
  height:30px;
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    background-color: #FFFFFF;
}
.navbar .nav > li > a:hover, .navbar .nav > li > a:active, .navbar .nav > li > a:visited, .navbar .nav > li > a:focus {
    color: black;
}
.navbar{
  min-height: 40px;
  height:40px;
  margin-bottom: 0px;
  border:0;
}
.navbar-fixed-top{
  border-width: 0px;
} */
.post{
text-align: left;

}
.post-below-image{
border-right-style:solid;
border-right-width:2px;
border-right-color: #C9C7C9;
border-left-style:solid;
border-left-width:2px;
border-left-color: #C9C7C9;
padding-left: 10px;
padding-right: 10px;
text-align: left;
background-color: white;
}
.destination_image{ 
   position: relative;
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
   width: 100%;
}
.text_on_destination_image { 
   position: absolute; 
   top: 40px; 
   left: 0; 
   background-color: #FFFFFF;
   opacity: .6;
   max-width: 80%;
   text-align: left;
   padding-left: 10px;
   color: #1A0DAB; 
   font-size: 24px;
   font-weight: bold;
   padding-right: 5px;
}
.ontop{
   position: absolute; 
   top: 40px; 
   left: 0;
   max-width: 80%;
   text-align: left;
   padding-left: 10px;
   color: #1A0DAB; 
   font-size: 24px;
   z-index: 100;
   font-weight: bold;
   padding-right: 5px;
}
.image_flag{
  width:22px !important;
  height:11px !important;
}
.image_tag{
  width:36px !important;
}
.image_120{
  width:120px !important;
  padding:1px;
  border:1px solid #C9C7C9;
  background-color:#EDEDED;
  border-radius: 3px;
}
.number-of-results-1 {
  background-color:#4F90F2;
  color:white;
  height:82px;
  text-align:center;
  text-transform:uppercase;
  padding:5px;
  line-height:62px;
  border-radius:4px;
}
.number-of-results-1 span {
  display:inline-block;
  vertical-align:middle;
  line-height:1em;
}
.number-of-results-1 span:hover {
  text-decoration:underline;
}
/* .number-of-results-2 {
  background-color:#5C6BC0;
  color:white;
  height:40px;
  text-align:center;
  padding:5px 20px;
  line-height:30px;
  border-radius:4px;
  font-weight:normal;
  cursor: pointer;
}
.number-of-results-2 a:hover {
  text-decoration: none;
}
.number-of-results-2 span {
  display:inline-block;
  vertical-align:middle;
  line-height:1em;
}
.number-of-results-2 span:hover {
  text-decoration:underline;
} */
.place-tag{
  position: absolute;
    right: 8px;
    top: -3px;
    z-index: 5;
}
.place-tag-name:before{
    content: "";
    display: block;
    position: absolute;
    background-color: #E4006B;
    height: 3px;
    left: -2px;
    top: 0;
    width: 2px;
}
.place-tag-name:after{
    content: "";
    display: block;
    position: absolute;
    background-color: #AF6089;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 3px;
    left: -4px;
    top: 0;
    width: 4px;
}
.place-tag-name{
    float: right;
    margin-left: 4px;
    position: relative;
    text-align: center;
}
.place-tag-inner{
    overflow: hidden;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.place-tag-values{
    background-color: #E4006B;
    padding: 6px 8px;
    color: white;
    font-weight: bold;
    font-size: 18px;
}
.clear {
  clear: both;
}
.collapsed{
  display: none;
}
.nav-tabs {
  border-bottom: none;
}
.image_tag{
  width:36px !important;
}
.pagination {
  margin:0px;
}
.pagination-lg li a {
  padding: 5px 5px;
}
.pagination-lg li a:hover {
  border: 2px solid #E4006B;
  -webkit-box-shadow: 0 0 5px rgba(255,9,121,0.5);
  box-shadow: 0 0 5px rgba(255,9,121,0.5);
  background-color: white;
  outline: none;
}
.pagination-lg li a img {
  width:60px; 
  height:40px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border: 2px solid #E4006B;
  -webkit-box-shadow: 0 0 5px rgba(255,9,121,0.5);
  box-shadow: 0 0 5px rgba(255,9,121,0.5);
  background-color: white;
  outline: none;
}
#map_canvas {
  position: absolute;
  right: 0;
  padding:0px;
  margin: 0px;
  height: 100%;
  background-color:#FFFFFF;
}
.carousel {
margin: 0px;
}
.carousel .item {
  height: 400px;
}
.carousel-inner > .item > img {
  height: 400px;
}
.btn-lg {
  line-height: 1.2;
  padding-top: 3px;
  width:100px; 
  height:65px;
  text-shadow: 0 1px 0 #fff;
  font-size: 14px;
  font-weight: bold;
  text-rendering: optimizelegibility;
  color: #393c3d;
  margin-bottom: 2px;
}
.btn-lg:hover {
  border: 2px solid #E4006B;
  -webkit-box-shadow: 0 0 5px rgba(255,9,121,0.5);
  box-shadow: 0 0 5px rgba(255,9,121,0.5);
  background-color: white;
  outline: none;
}
.btn-lg:focus {
  border: 2px solid #E4006B;
  -webkit-box-shadow: 0 0 5px rgba(255,9,121,0.5);
  box-shadow: 0 0 5px rgba(255,9,121,0.5);
  background-color: white;
  outline: none;
}
.btn-lg-active-border {
  border: 2px solid #E4006B;
  -webkit-box-shadow: 0 0 5px rgba(255,9,121,0.5);
  box-shadow: 0 0 5px rgba(255,9,121,0.5);
  background-color: white;
  outline: none;
}
.hotel-collections-active-border {
  border: 1px solid #E4006B;
  -webkit-box-shadow: 0 0 3px rgba(255,9,121,0.9);
  box-shadow: 0 0 3px rgba(255,9,121,0.9);
  background-color: white;
  outline: none;
}
.hotel-collections-not-active-border {
  border:1px solid #AAAAAA;
}
.btn-lg-collections {
  height:85px;
}
h5 {
  font-size: 14px;
  color: #959595;
  font-weight: bold;
  line-height: 1.2;
  text-rendering: optimizelegibility;
}
blockquote {
margin-bottom: 0;
}
blockquote p {
font-size: 14px;
font-weight: 200;
line-height: 1;
margin: 0;
}
.select2-choices {
max-height: 40px;
}
.map_header_links, .map_header_links a{
  color:#E4006B;
  line-height:20px;
  text-decoration: none;
}
.map_header_links a:hover{
  color:#E4006B;
  line-height:20px;
  text-decoration: underline;
}
.pagination > .paging > a:hover, .pagination > .paging > span:hover, .pagination > .paging > a:focus, .pagination > .paging > span:focus {
  z-index: 2;
  color:#393C3D;
  background-color: white;
  border: 1px solid rgb(201, 2, 114);
  box-shadow: 0px 0px 5px rgba(255, 9, 121, 0.5);
  outline: medium none;
}
.list_of_hotels {
  line-height: 1em;
  margin-top: 5px;
  margin-left: 15px;
  min-height: 300px;
  width: 614px;
  list-style: none outside none;
  border: 0 none;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  vertical-align: baseline;
}
.hotel_li {
  background: none repeat scroll 0 0 #FFFFFF;
  display: inline-block;
  height: auto;
  line-height: 20px;
  margin-top: 0;
  padding-bottom: 12px;
  position: relative;
  width: 100%;
}
/* .hotel_li_top_result {
  background: none repeat scroll 0 0 #FFFFFF;
  display: inline-block;
  height: auto;
  line-height: 20px;
  margin-top: 0;
  padding-top: 0px;
  padding-bottom: 12px;
  position: relative;
  width: 100%;
} */
.hotel_li_name {
  cursor: pointer;
  line-height:normal;
}
.hotel_li_name_link, .hotel_li_name_link:hover{
  color:#000!important;
  text-decoration: none!important;
}
.hotel_repeat{
  margin-top:10px;
}
.hotel_li_destination_name {
    color: #666666;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    font-size:18px;
}
.hotel_li_image {
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
  height: 123px;
  line-height: 115px;
  width: 308px;
}
.hotel_li_image_div {
  position: relative; 
  width: 308px;
  margin-right: 10px;
  float: left;
  min-height: 1px;
}
.hotel_li_image_number_of_photos {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 1px;
  color: #FFFFFF;
  font-size: 12px;
  left: 1px;
  padding: 0px 2px 0px 2px;
  position: absolute;
  text-decoration: none;
  display: block;
  margin: 0;
  cursor: pointer;
  letter-spacing: normal;
  text-rendering: auto;
  word-spacing: normal;
  text-align: left;
}
.hotel_li_main_content {
  width: 278px;
  margin-right: 10px;
  float: left;
  height: 123px;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  vertical-align: baseline;
  list-style: none outside none;
  color: #666666;
}
.show_prices_div {
  width: 100%;
  position: relative;
  margin-right: 0;
  padding-left:8px;
  padding-right:8px;
  float: right;
  min-height: 1px;
  text-decoration: none;
  text-indent: 0;
  vertical-align: baseline;
}
.show_prices_div_border {
  box-shadow: 0 0 0 1px #E6E6E6 inset;
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
  padding: 3px;
}
.show_prices_top_provider_text {
  width: 128px;
  position: relative;
  float: left;
  line-height: 16px;
  font-size: 16px;
  color: black;
  padding-bottom: 1px;
}
.submit_search, .show_prices_button, .view_deal_btn, .show_prices_button_mobile {
  background-color: #E4006B;
  color: #FFFFFF;
  height: 24px;
  left: 0;
  line-height: 24px;
  margin: 0;
  position: relative;
  width: 128px;
  border: 1px solid rgba(0, 1, 1, 0.15);
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  height: 100%;
  line-height: 20px;
  overflow: hidden;
  padding-left:0px;
  padding-right:0px;
  font-family: Helvetica;
}
.change_dates_button_desktop {
  /* background-color: #E4006B; */
  /* color: #FFFFFF; */
  color: #1A0DAB;
  /* line-height:24px; */
  /* position: relative;
  border: 0px;
  border-radius:4px; */
  cursor: pointer;
  font-size: 14px;
  /* font-weight: bold; */
  text-align: center;
  /* display: inline-block;
  overflow: hidden; */
  /* width: 100%;
  line-height: 16px;
  padding: 7px 8px 7px 12px; */
  margin-top: 5px;
}
.change_dates_button_desktop:hover{
  text-decoration: underline;
}
.change_dates_button, .change_dates_button_modal {
  background-color: #E4006B;
  padding-left: 0px;
  padding-right: 0px;
  color: #FFFFFF;
  height: 34px;
  left: 0;
  line-height:20px;
  margin: 0;
  margin-left: 10px;
  position: relative;
  width: 200px;
  border: 1px solid rgba(0, 1, 1, 0.15);
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  font-family: Helvetica;
  display: inline-block;
  overflow: hidden;
}
.show_prices_providers_list_text {
  width: 300px;
  position: relative;
  float: left;
  line-height: 17.5px;
}
.show_prices_all_room_types_div {
  width: 134px;
  position: relative;
  margin-top: 5px;
  height:20px;
  padding: 0;
}
.show_prices_all_room_types_button {
    color:#1A0DAB;
    cursor: pointer;
}
.show_prices_all_room_types_button:hover  {
    text-decoration: underline;
}
.map_header {
  color: #383D3F;
  padding: 10px 10px 6px 14px;
  text-align: center;
}
#map_social_buttons {
  position:absolute; 
  left:700px; 
  top: 260px; 
  margin:0;
  padding:0;
  background-color:white;    
  opacity: .95;
  color: #393C3D; 
  font-size: 14px;
  font-weight: bold;
  z-index:1;
}
#switch_to_list_view {
  position:absolute; 
  right: 5px;
  top: 66px;
  background-color:white;    
  opacity: .95;
  padding: 5px 12px 5px 12px;
  font-size: 14px;
  line-height: 14px;
  color: #393C3D;
  -moz-user-select: none;
  background-color: #FFF;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.search_while_map {
  position:absolute; 
  right: 5px;
  top: 36px;
  background-color:white;    
  opacity: 1;
  padding: 7px 12px 7px 12px;
  font-size: 14px;
  line-height: 14px;
  color: #393C3D;
  -moz-user-select: none;
  background-color: #FFF;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.search_while_map_redo_search {
  position:absolute; 
  right:5px; 
  top: 120px; 
  background-color:white;    
  opacity: 1;
  padding: 7px 12px 12px 12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #FFF; 
  -moz-user-select: none;
  background-color: #34356A;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.quotes_div {
  position:absolute;
  right:670px;
  bottom:20px; 
  padding: 5px;
  background-color:white;    
  opacity: .8;
  color: #393C3D; 
  font-size: 22px;
  font-weight: bold;
  border-radius: 10px;
}
.sidebar {
  background-color: #E0E0E0;
  bottom: 0;
  overflow-y:scroll;
  overflow-x:hidden;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  left: 0;
  top:0px;
  width: 700px;
}
.hotel_info_panel {
    position: absolute;
    margin: 0px;
    right: 0px;
    padding: 0px;
    width: 660px;
    height: 100%;
    overflow: hidden;
}
.hotelinfopanelfromright {
    position: absolute;
    width: 660px;
    height: 100%;
    background-color: white;
    right:0px;
    margin-right: -660px;
    z-index: 10000000000;
}
.date_search {
  background: none;border:0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  z-index: 10000000000;
}
#sort_by_title, #price_range_text {
  font-size: 13px;
  color: #959595;
  font-weight: bold;
  line-height: 1.2;
  text-rendering: optimizelegibility;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.date-picker-wrapper{
  z-index: 50001;
}
.photo-tooltip a{
  color:white;
}
.tooltip {
  z-index:1020;
}
.tooltip.top .tooltip.bottom .tooltip-inner {
    background-color: #34356A;
}
.slider_image_destination, .slider_image_landmark {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider_selected_image_destination, .slider_selected_image_landmark {
  border: 2px solid #E4006B;
  box-shadow: 0px 0px 5px rgba(255, 9, 121, 0.8);
  background-color: #FFF;
  outline: medium none;
}
.flex-direction-nav a:before{
  font-size: 22px;
}
.flex-direction-nav a{
  top: 70%;
  margin: -20px 0px 0px;
}
.destination_image_source, .landmark_image_source{
  position: absolute;
  right:8px;
  bottom:8px;
  z-index: 5;
  font-size:24px;
  color:white;
  opacity:0.6;
  white-space:nowrap;
}
.destination_image_source a, .destination_image_source a:hover, .landmark_image_source a, .landmark_image_source a:hover{
  color:white;
  text-decoration: none;
}
.modal-header {
  padding:5px;
  text-align: center;
}
#traveldatesModal .modal-body {
  padding:5px;
}
.modal-open{overflow:auto}
/* .navbar-inner2 {
  background-color: #E0E0E0;
  font-weight: bold;
  z-index: 101;
} */
/* .secondnavbar {
  top:40px;
  min-height:50px;
} */
.btn-modal {
  background-color: #E4006B;
  border-color: #BC015C;
  font-weight: bold;
}
.btn-modal:hover {
  background-color: #D70068;
}
.dropdown-toggle, .dropdown-toggle a{
  color: white;
  height:40px;
  line-height: 32px;
}
.dropdown-toggle a:hover{
  color: white;
  text-decoration: none;
  height:40px;
  line-height: 32px;
}

.top_bar_td, .top_bar_td a {
  padding-left:5px;
  padding-right:5px;
  vertical-align: middle;
  line-height:48px;
  color: white;
}
.top_bar_td a:hover, .top_bar_td a:active, .top_bar_td a:focus {
  text-decoration: none;
}

.save_search_btn {
  display: block;
  float: left;
  margin-left: 5px;
  font-weight: bold;
  font-size:1.1em;
  text-indent: 0px;
  text-align: center;
}
.save_search_btn:hover {
  background: linear-gradient(#FFF, #F9F9F9, #F9F9F9, #F9F9F9) repeat scroll 0% 0% transparent;
  border-color: #D6D6D6 #C5C5C5 #B4B4B4;
  color: #333;
}
.new_search_btn {
  display: block;
  float: left;
  margin-left: 5px;
  font-weight: bold;
  font-size:1.1em;
  text-indent: 0px;
  text-align: center;
}
.new_search_btn:hover {
  background: linear-gradient(#FFF, #F9F9F9, #F9F9F9, #F9F9F9) repeat scroll 0% 0% transparent;
  border-color: #D6D6D6 #C5C5C5 #B4B4B4;
  color: #333;
}
.share_search_btn {
  display: block;
  float: left;
  margin-left: 5px;
  font-weight: bold;
  font-size:1.1em;
  text-indent: 0px;
  text-align: center;
}
.share_search_btn:hover {
  background: linear-gradient(#FFF, #F9F9F9, #F9F9F9, #F9F9F9) repeat scroll 0% 0% transparent;
  border-color: #D6D6D6 #C5C5C5 #B4B4B4;
  color: #333;
}
.going_to_places_input, .going_to_places_input:active, .going_to_places_input:focus, .going_to_places_input:visited {
  box-sizing: border-box;
  height: 29px;
  border-radius: 5px;
  vertical-align: top;
  font-size: 1.2em;
  color: black;
  font-weight: normal;
  padding: 0px 1px 0px 71px;
}
.save_search_name_input ,.save_search_name_input:active, .save_search_name_input:focus, .save_search_name_input:visited {
  box-sizing: border-box;
  height: 29px;
  border-radius: 5px;
  vertical-align: top;
  font-size: 1em;
  color: black;
  font-weight: normal;
  padding: 6px 1px 6px 71px;
}
.ui-menu {
  z-index:200;
}
.ui-autocomplete-loading { background:url('/images/ui-anim_basic_16x16.gif') no-repeat right 10px center; }
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
  border-color: rgba(228, 0, 107, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(228, 0, 107, 0.6);
  outline: 0 none;
}
.tab-content {
  padding-left: 0px;
  padding-bottom:10px;
}
.tab-pane {
  margin-top:-1px;
  border: 1px solid #AAA;
  padding: 0px 0px 0px 0px;
  margin-left: 0px;
  margin-right: 0px;
  border-radius:0px 4px 4px 4px;
}
.collection_answer{
  width:600px;
  margin-bottom: 10px;
  display: inline-block;
}
.question{
  font-size:14px;
  color:#828282;
}
.answer{
  font-size:14px;
}
.nav-tabs {
    margin-bottom: 0;
}
.hotel_collections_div a{
  color: #1A0DAB !important;
  text-decoration: none !important;
} 
.hotel_collections_div a:hover{
  color: #1A0DAB !important;
  text-decoration: underline !important;
}
.map_header h1 {
  font-size:28px;
  font-weight: bold;
  margin:0;
  padding:0;
  line-height:1em;
  display: inline;
}
.hotel_photo_icon {
  opacity:0;
  width:48px;
  height:57px;
  margin-left:130px;
  margin-top:-140px;
}
.hotel_photo:hover .hotel_photo_icon, .hotel_photo_image:hover { 
  opacity:0.7;
  text-align:justify;
}
.hotel_photo_icon_marker {
  opacity:0;
}
.hotel_photo_marker:hover .hotel_photo_icon_marker { 
  opacity:0.7;
  text-align:justify;
}
.hotel_name_link a{
  color:black;
}
.hotel_name_link a:hover, .hotel_name_link a:focus, .hotel_name_link a:visited{
  color:black;
  text-decoration: none;
}
.infoWindow, .infoWindowBox {
  background: white;
  border-radius: 2px;
  cursor: default;
}
.infoWindow {
  position: relative;
  background: none repeat scroll 0% 0% #FFF;
  border: 1px solid #A3A3A3;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.infoWindowPointer.bottom, .infoWindowPointer.bottom {
  position:absolute;
  background-image:url('/images/map_arrow_down.png');
  width: 19px;
  height: 11px;
  bottom: -11px;
}
.infoWindowPointer.top, .infoWindowPointer.top {
  position:absolute;
  background-image:url('/images/map_arrow_up.png');
  width: 19px;
  height: 11px;
  top: -11px;
}
.InfoboxPanel {
  width:315px;
  float:left;
  height:316px;
  background:white;
  position:absolute;
  top: 140px;
  left:-315px;
}
.caret.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #FFFFFF;
}
.caret.caret-reversed-blue {
    border-top-width: 0;
    border-bottom: 4px solid #1A0DAB;
}
#facebook_btn {
  width:26px;
  height:26px;
  background-image: url('/images/buttons/facebook_off.png');
  background-size: 26px 26px;
  display:inline-block;
}
#facebook_btn:hover {
  background-image: url('/images/buttons/facebook_on.png');
}
#twitter_btn {
  width:26px;
  height:26px;
  background-image: url('/images/buttons/twitter_off.png');
  background-size: 26px 26px;
  display:inline-block;
}
#twitter_btn:hover {
  background-image: url('/images/buttons/twitter_on.png');
}
#rss_btn {
  width:26px;
  height:26px;
  background-image: url('/images/buttons/rss_off.png');
  background-size: 26px 26px;
  display:inline-block;
}
#rss_btn:hover {
  background-image: url('/images/buttons/rss_on.png');
}
.process_url {
  color: #1A0DAB;
  cursor: pointer;
}
.process_url:hover {
  cursor: pointer;
  text-decoration: none;
}
.hotel_name_url {
  color: black;
  cursor: pointer;
}
.check_price_txt {
  color: #1A0DAB;
  float:right;
  font-weight:bold;
  cursor: pointer;
}
.check_price_txt:hover {
  float:right;
  font-weight:bold;
  cursor: pointer;
  text-decoration: underline;
}
.map-tab {
  font-weight:normal;
  font-size:13px;
  outline:none;
  cursor: pointer;
  color: #1A0DAB;
}
.map-tab:hover {
  cursor: pointer;
  color: #1A0DAB;
  text-decoration: underline;
}
.remove_all_collections {
  cursor: pointer;
  color: #1A0DAB;
}
.remove_all_collections:hover {
  cursor: pointer;
  color: #1A0DAB;
  text-decoration: underline;
}
#modal_sign_up_link {
  cursor: pointer;
  color: #1A0DAB;
}
#modal_sign_up_link:hover {
  cursor: pointer;
  color: #1A0DAB;
  text-decoration: underline;
}
#modal_sign_in_link {
  cursor: pointer;
  color: #1A0DAB;
}
#modal_sign_in_link:hover {
  cursor: pointer;
  color: #1A0DAB;
  text-decoration: underline;
}
.map_header_txt_links {
  cursor: pointer;
  color: #1A0DAB;
}
.map_header_txt_links:hover {
  cursor: pointer;
  color: #1A0DAB;
  text-decoration: underline;
}
.pink_links {
  cursor: pointer;
  color: #E4006B;
}
.pink_links:hover {
  cursor: pointer;
  color: #E4006B;
  text-decoration: underline;
}
.filter_region {
  cursor: pointer;
  color: #1A0DAB;
  font-weight: bold;
}
.filter_region2 {
  cursor: pointer;
  color: #1A0DAB;
  font-weight: normal;
}
.filter_region:hover {
  cursor: pointer;
  color: #1A0DAB;
}
.remove_all_filters {
  cursor: pointer;
  color: #1A0DAB;
}
.remove_all_filters:hover {
  cursor: pointer;
  color: #1A0DAB;
  text-decoration: underline;
}
.destination_link {
  font-size:16px;
  font-weight:bold;
  cursor: pointer;
  color: #1A0DAB;
}
.destination_no_link {
  font-size:16px;
  font-weight:bold;
  color: #383D3F;
}
.destination_link:hover {
  cursor: pointer;
  color: #1A0DAB;
  text-decoration: underline;
}
.more_hotel_info {
  cursor: pointer;
  color: #1A0DAB;
}
.more_hotel_info:hover {
  cursor: pointer;
  color: #1A0DAB;
  text-decoration: underline;
}
.paging {
    cursor:pointer;
}
.clear_dates {
  cursor: pointer;
  color: #1A0DAB;
}
#clear_dates:hover {
  cursor: pointer;
  color: #1A0DAB;
  text-decoration: underline;
}
#navigation_links{
  margin-left: 16px;
  margin-right: 16px;
}
#navigation_links, #navigation_links a {
  font-size: 14px;
}
#navigation_links a {
  font-size: 14px;
  font-weight: bold;
}
#breadcrumb{
  font-weight: bold;
  font-size:13px;
  padding-top:4px;
  padding-left:8px; 
}
.blink_me, .blink_me2{
  font-size:0.8em;
  color:#1A0DAB;
}
.checkin_datebox{
  height:30px!important;
  padding-left:5px;
}
.checkout_datebox{
  height:30px!important;
  padding-left:5px;
}
.provider_logo{
  width:100px;
}
.tag
{
  margin-top:8px;
  margin-right:4px;
  cursor:pointer;
  background:#74ADEB;
  color:white;
  text-align:center;
  padding:0px 10px 3px 10px;
  font-size:20px;
  border-radius: 8px;
  display: inline-block;
}
.tag:hover
{
  cursor:pointer;
  color:white;
  background:#D32232!important;
}
.top_tag
{
  margin-top:8px;
  margin-right:4px;
  background:#38487E;
  color:white;
  text-align:center;
  padding:0px 10px 3px 10px;
  font-size:16px;
  border-radius: 8px;
  font-weight:normal;
  display: inline-block;
}
.top_tag:hover
{
  cursor:pointer;
  color:white;
  font-weight:normal;
  background:#95B6DE!important;
}
input
{
  border:0;
  padding:0px;
}
input:focus
{
  outline-width:0;
}
.inputholder
{
  padding:0px 4px;
  background-color: white!important;
  border-radius: 15px;
  min-width:400px;
  margin-left: 0px;
  margin-bottom:0px;
}
#going_to_places{
  min-width: 200px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border: none;
  box-shadow: none;
}
.ui-autocomplete { height: auto; max-height: 90vh; overflow-y: auto; overflow-x: hidden; position: relative; background-color: #FFFFFF;}
.ui-autocomplete-loading { background:url('/images/ui-anim_basic_16x16.gif') no-repeat right 10px center; background-color: #FFFFFF; }
#going_to_places::-webkit-input-placeholder { font-size:18px;font-weight:normal; }
#going_to_places::-webkit-input-placeholder { font-size:18px;font-weight:normal; }
#going_to_places::-webkit-input-placeholder { font-size:18px;font-weight:normal; }
#going_to_places::-moz-placeholder { font-size:18px;font-weight:normal; }
#going_to_places::-moz-placeholder { font-size:18px;font-weight:normal; }
#going_to_places::-moz-placeholder { font-size:18px;font-weight:normal; }
.ui-menu-item a
{ 
display:block;
background: white!important;
color:#5a5a5a!important;
padding:0;
margin:0;
border:0;border-collapse:collapse;
}
.ui-menu {
  margin-top:20px!important;
  padding:0px!important;
}
.ui-menu-item {
  padding:2px 10px 2px 10px!important;
}
.ui-state-focus a, .ui-menu-item a:hover
{ 
display:block;
background:#34356a!important; 
color:white!important;
border: 0px solid #fff!important;
}
.ui-widget-content {
border: 0px;
}
.paging-active-item {
  z-index: 2;
  color:#393C3D;
  background-color: white;
  border: 1px solid #C90272 !important;
  box-shadow: 0px 0px 5px rgba(255, 9, 121, 0.5);
  outline: medium none;
}
@media (max-width: 992px) {
  #map_canvas, #search_while_map{
    display:none!important;
  }
  #switch_to_list_view {
    display:none!important;
  }
  .show_desktop{
    display:none!important;
  }
  .show_tablet{
    display:block!important;
  }
  .list_of_hotels{
    margin:0px;
  }
  #going_to_places{
    font-size: 16px!important;
  }
  #sidebar{
    left:0px!important;
    width:100%!important;
  }
  .box-borders{
    width:656px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  #paging_footer{
    margin-left: auto!important;
    margin-right: auto!important;
  }
  #hotels_ul_top{
    width: 686px!important;
    margin-left: auto!important;
    margin-right: auto!important;    
  }
}
@media (max-width: 767px){
  body{
    overflow-y: auto !important;
    font-family: Arial!important;
    padding-top: 4px;
  }
  h1{
    font-size:18px!important;
  }
  .autocomplete-suggestions { margin-top:4px; border: 1px solid #999; overflow: auto; width:96%!important; }
  .autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; cursor:pointer; font-size:16px; }
  .autocomplete-suggestions strong { font-weight: normal; font-size:16px; }
  .suggestion_nr_hotels { font-size:14px; }
  .show_desktop, .show_tablet{
    display:none!important;
  }
  .show_mobile{
    display:block!important;
  }
  /* #h1_text{
    font-size:18px!important;
    line-height: 1.1em!important;
    padding-left:2px!important;
  } */
  .nav-tabs{
    margin-left:2px!important;
  }
  #sidebar, #hotels_ul_top, #price_range_table, #filter_continents, #hotel_info_panel, #hotels_top, #travel_dates_form_top, #paging_footer, .hotel_li, .hotel_li_top_result, #checkin, #checkout{
    width:100%!important;
  }
  /* .hotel_li_top_result, .hotel_li{
    width:312px!important;
    padding-bottom:0px!important;
    padding-left:0px!important;
  } */
  .hotel_li_image_div{
    margin-bottom: 12px!important;
  }
  .glyphicon-info-sign, .glyphicon-map-marker{
    margin-top:0px!important;
  }
  .box-borders{
    padding-bottom:10px!important;
    width:100%!important;
    margin-left:0px!important;
    margin-right:0px!important;
  }
  .list_of_hotels{
    margin-left:2px!important;
    margin-right:0px!important;
    width:98%!important;
  }
  .tab-pane {
      margin-right: 0px !important;
  }
  /* .below_image {
      width:308px !important;
  } */
  .more_hotels_same_destination_text{
    margin:0px !important;
  }
  .hotel_li_main_content{
    width:-moz-calc(100% - 134px)!important;
    width:-webkit-calc(100% - 134px)!important;
    width:-o-calc(100% - 134px)!important;
    width: calc(100% - 134px)!important;
    height:81px!important;
    margin:0px;
    line-height: 1em;
  }
  .hotelinfo-tabs{
    width:-moz-calc(100% - 114px)!important;
    width:-webkit-calc(100% - 114px)!important;
    width:-o-calc(100% - 114px)!important;
    width: calc(100% - 114px)!important;
  }
  .hotel_separator{
    margin-top:4px;
    margin-bottom:7px;
    border-top: 1px solid #808080;
  }
  .destination_link{
    font-size: 13px !important;
  }
  .glyphicon-star{
    margin-top:4px;
  }
  .show_prices_button {
    background-color: #E4006B !important;
    width: 76px;
    font-size:0.9em;
    line-height: 1em !important;
    padding-bottom: 5px!important;
    padding-top: 5px!important;
    padding-left:0px!important;
    padding-right:0px!important;
    margin-top: 0px!important
  }
  .show_prices_button_mobile {
    background-color: #E4006B;
    padding-left: 0px;
    padding-right: 0px;
    color: #FFFFFF;
    height: 50px;
    line-height:20px;
    margin: 0;
    position: relative;
    width: 308px;
    border: 1px solid rgba(0, 1, 1, 0.15);
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    font-family: Helvetica;
    display: inline-block;
    overflow: hidden;
  }
  #price_range_table, .hotel_photo_icon, .hotel_li_image_number_of_photos, .hotel_description, #change_dates, #number_of_nights_text, #number_of_nights_td, #dates_labels{
    display:none!important;
  }
  #hotelinfopanelfromright{
    top:0px!important;
  }
  #travel_dates_form_top{
    margin-top:0px!important;
  }
  .hotel_li_collections, .map_hotel_marker{
    display: none;
  }
  #list_of_hotels{
    margin-left:5px;
  }
  .hotel_info_menu_link, .hotel_info_menu_link_before{
    font-size:12px!important;
    width:40px!important;
    text-align:middle;
    padding-top: 5px!important;
  }
  .hotel_info_menu_link_in{
      display:none!important;
  }
  .hotel_info_menu_link_before:after {
    content: 'Info'!important;
  }
  .area_info_menu_link{
    font-size:12px!important;
    width:40px!important;
    text-align:middle;
    padding-top: 5px!important;
    padding-left: 8px!important;

  }
  .area_info_menu_link_in{
      display:none!important;
  }
  .area_info_menu_link:after {
    content: 'Map'!important;
  }
  .hotelinfo-tabs{
    bottom:0px!important;
  }
  .hotelinfo-tabs li a {
    font-size:16px;
    padding:4px 6px 0px 8px;
  }
  #price_slider{
    width:190px!important;
  }
  .glyphicon-info-sign, .glyphicon-map-marker{
    top:0px;
    left:-2px;
  }
  .inputholder{
    border-radius:4px;
    min-width:0!important;
    padding:auto;
    margin-left:2px;
    margin-right:2px;
    margin-bottom:6px;
  }
  #going_to_places{
    min-width:100px!important;
  }
  /* .number-of-results-2{
    
    line-height:20px;
    height:30px;
    font-size:12px;
   
    padding:5px 10px;
  } */
  .region_box_outer, .region_box_inner, #more_box_div, .more_boxes{
    /*width:50px!important;*/
  }
  .nav > li > a {
      padding: 4px 10px;
  }
  .dropdown-toggle, .dropdown-toggle a {
    color:#1A0DAB!important;
    z-index:10!important;
  }
  #hotels_top{
    padding: 0px 6px 2px 2px !important;
    margin: 0px !important;
  }
  .form-group {
    margin-bottom: 0px;
  }
  #sidebar > #hotels_top{
    display:none!important;
  }
  #filter_continents{
    padding:0px!important;
  }
  #boxes_filtering_div{
    height:50px!important;
  }
  #sidebar{
    top:108px;
    overflow-y:hidden;
    z-index:100!important;
  }
  .price_text_big{
    font-size:1.2em!important;
  }
  .price_text_outer{
    padding-top:0px!important;
  }
  .show_prices_all_room_types_button{
    font-size:0.9em!important;
    z-index:-1!important;
  }
  #sort_by{
    width:132px!important;
  }
  .hotel_image, .photos_row, .flexslider_image, .rooms_type_rows{
    width:100%!important;
  }
  .photos_col{
    padding-top:0px!important;
  }
  .flexslider_arrows{
    display:none;
  }
  #checkin, #checkout{
    font-size: 14px!important;
  }
  .mobile_prices{
    border: 1px solid #CCC;
    margin-bottom:2px;
    width:100%;
  }
  .provider_logo{
    width:90px!important;
    margin-top:4px!important;
  }
  .hotel_li {
    border: none!important;
    display:block!important;
  }
  .hotel_li_name{
    line-height: 14px !important;
    vertical-align: top !important;
  }
  .hotelinfo-tabs {
    margin-top: 9px !important;
  }
  .mobile_hotel_name{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .inputholder{
    border: 1px solid #34356A;
  }
  h5{
    font-size: 12px !important;
  }
  .sidebar{
    position: relative !important;
    top: 0px !important;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .collection_answer{
    width:100%!important;
  }
}
.dropdown-menu {
  margin:0;
}

/* footer */
#links_on_footer,#featured_on_footer{
  width:100%;
}

/*footer end*/

/*loader*/
.loader-line {
  display:none;
  width: 200px;
  height: 3px;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.loader-line:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 25%;
  -webkit-animation: lineAnim 1s linear infinite;
  -moz-animation: lineAnim 1s linear infinite;
  animation: lineAnim 1s linear infinite;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@keyframes lineAnim {
  0% {
      left: 0%;
    background-color:#38487E;
    --counter:0%;
  }
  49% {
      left: 50%;
      width: 25%;
      background-color:#38487E;
  }
  50% {
      left: 50%;
      width: 25%;
      background-color:#E4006B;
  }
  100% {
    background-color:#E4006B;
    left: 100%;
    width: 20%;
  }
}
/* tooltip start */
.glyphicon-info-sign{
  display: inline-block;
  font-size:17px;
  color:#575757;
}
.glyphicon-info-sign.location_tooltip{
  margin-left:5px;
  margin-right: 5px;
}
.location_tooltip .location_tooltip_text {
  display: none;
  max-width: none;
  background-color: #38487E;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 2px 6px;
  position: absolute;
  z-index: 1;
  top: 130%;
  left: 0%;
  font-size:14px;
  font-weight:bold;
  transform: translateX(-50%);
  font-family: Arial;
  line-height:20px;
  min-width:150px;
}
.location_tooltip .location_tooltip_text::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 55%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #38487E transparent;
}

@media (max-width: 599px){
  .glyphicon-info-sign{
    display: inline-block;
    font-size:17px;

    color:#575757;
  }
  .glyphicon-info-sign.location_tooltip{
    margin-left:5px;
    margin-right: 5px;
  }
  .location_tooltip .location_tooltip_text {
    display: none;
    max-width: none;
    background-color: #38487E;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 2px 6px;
    position: absolute;
    z-index: 1;
    top: 130%;
    left: 0%;
    font-size:14px;
    font-weight:bold;
    transform: translateX(-50%);
    font-family: Arial;
    line-height:20px;
    min-width:150px;
  }
  .location_tooltip .location_tooltip_text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 55%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #38487E transparent;
  }
}
@media (min-width: 600px) and (max-width: 1023px){
  .glyphicon-info-sign{
    display: inline-block;
    font-size:17px;
    color:#575757;
  }
  .glyphicon-info-sign.location_tooltip{
    margin-left:5px;
    margin-right: 5px;
  }
  .location_tooltip .location_tooltip_text {
    display: none;
    max-width: none;
    white-space: nowrap;
    background-color: #38487E;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 2px 6px;
    position: absolute;
    z-index: 1;
    top: 130%;
    left: 50%;
    font-size:14px;
    font-weight:bold;
    transform: translateX(-50%);
    font-family: Arial;
    line-height:20px;
    min-width:150px;
  }
  .location_tooltip .location_tooltip_text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #38487E transparent;
  }
}
/* tooltip end */
@media(min-width:992px){
  #featured_on_footer .row .col-md-2{
    width:unset;
  }
  #featured_on_footer .row .col-md-3{
    width:unset;
  }
  .container#featured_on_footer{
    max-width:unset;
  }
  #infonumbers .container .row .col-md-3{
    width:50%;
  }
  #infonumbers .container{
    width:100%;
  }
}
.bg-the_new_york_times_logo_white, .bg-lobs_logo_white, .bg-huffpost_logo_white, 
.bg-wiener_zeitung_logo_white, .bg-skift_logo_white {
    transform-origin: top!important;
}
.bg-fortune_logo_white {
    display:inline-block;
    margin-bottom:10px;
    transform: scale(.4);
    transform-origin: top!important;
}

a.brand.show_desktop:hover{
  text-decoration: none;
}
p{
  margin:0 0 5px;
}
.shadow_border_big{
  /* box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.05); */
  border-radius:8px;
  padding-top:10px!important;
  padding-bottom:10px!important;
  background-color: white;
}
.shadow_border_big > .card-top-text{
  margin-bottom: 5px!important;
}
.shadow_border_small{
  border-radius:8px;
  border:1px solid #c6c6c6;
  background-color: white;
}
.card-gallery-root .inner-card-gallery:first-child{
  padding-left:15px;
}
.card-gallery-root .inner-card-gallery:last-child{
  padding-right:15px;
  margin-right:0px;
}
.inner-card-gallery{
  margin-right:8px;
}
.card-gallery-root::-webkit-scrollbar{
  display: none;
}
.featured_boxes_container{
  width:100%;
  max-width: 1146px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px 12px 0px 0px;
}
.featured_boxes_container > .row{
  margin-left: 0px;
  margin-right: 0px;
}
.featured_boxes_container .box-button-arrow-left,.featured_boxes_container .box-button-arrow-right{
  bottom:20px!important;
}
.featured_boxes_container.container{
  padding-left: 0px;
}
.view_deals_hover:hover,.show_more_hotel_info:hover{
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 300px inset !important;
}
.prices_hover:hover{
  background-color:rgb(243,244,245);
}
.most_searched_bottom{
  text-align: left;
  position: relative;
  border-radius: 8px;
  max-height:540px;
  border: 1px solid lightgrey;
  background-color:white;
  font-family: "Roboto", sans-serif !important;
}
.most_searched_bottom .row::before{
  display:none;
}
.most_searched_bottom_title {
  width: 100%;
  font-size:14px;
  border-radius: 8px;
  background-color:white;
  font-weight:bold;
  text-align:left;
  padding-left:16px;
  margin-bottom: 10px;
  line-height:18px;
  padding-top:10px;
}
.most_searched_bottom_content {
  max-height:470px;
  padding: 6px 12px;
  font-family: "Roboto", sans-serif !important;
  overflow-y:scroll;
  margin-right:0px;
  margin-left:0px;
  scrollbar-width: thin;
  margin-bottom:20px;
}
.most_searched_bottom_content .row{
  display:flex;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}
.most_searched_footer{
  margin-top:30px;
  position: relative;
  border-radius: 8px;
  font-family: "Roboto", sans-serif !important;
  padding-bottom:20px;
}
.most_searched_footer .row::before,.most_searched_footer .row::before{
  display:none;
}
.most_searched_footer_title {
  width: 100%;
  font-size:14px;
  border-radius: 8px;
  font-weight:bold;
  text-align:left;
  padding-left:16px;
  margin-bottom: 10px;
}
.most_searched_footer_content {
  padding: 0px 5px;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif !important;
  margin-right:0px;
  margin-left:0px;
  scrollbar-width: thin;
}
.most_searched_footer_content a{
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid rgb(224,224,224);
}
.most_searched_footer_content .col-md-4{
  width: 50%;
}
#showing_hotels_in{
  color: #575757;
  font-size: 14px;
  font-weight: bold;
}
#showing_hotels_in_footer{
  margin-top:20px;
  margin-bottom:10px;
  width:100%;
  display:block;
  color: #575757;
  font-size: 14px;
  font-weight: bold;
}
.prices_hover:hover{
  background-color:rgb(243,244,245);
}
.view_deals_hover:hover,.show_more_hotel_info:hover{
  box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 300px inset !important;
}
.hotel_in_txt{
  font-size:13px;
  color:#999999;
  font-weight:bold;
}
.destination_link{
  cursor: pointer;
  color: #1A0DAB;
  font-size: 13px;
  font-weight: bold;
}
.destination_link:hover {
  cursor: pointer;
  color: #1A0DAB;
  font-size:13px;
  text-decoration: underline;
}
.destination_no_link {
  font-size:13px;
  font-weight:bold;
  color: #383D3F;
  vertical-align: middle;
}
.hotel_property_type_location{
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 3px;
}
.glyphicon-info-sign.location_tooltip{
  font-size: 14px;
  vertical-align: middle;
}
  .hotel_box{
    display:grid;
    grid-template-columns: 30% 70%;
  }
  /* .hotel_photo_container{
    grid-row: 1/2;
    min-height:165px;
  } */
  .hotel_details_container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hotel_name_area{
    display: flex;
    flex-direction: column;
  }
  .hotel_main_price_container{
    grid-column: 1/3;
  }
  /* .hotel_details_rating{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: bold;
    padding: 4px 4px 4px 8px;
    font-size: 12px;
  } */
  .hotel_other_prices_container{
    grid-column: 1/3;
    padding-left: 8px;
    padding-right: 8px;
  }
  .hotel_no_prices_container{
    grid-column: 1/3;
    padding-left: 8px;
    padding-right: 8px;
  }
  .change_dates_button_desktop{
    display:block;
  }
  .main_price_left{
    display:inline-block;width:60%;
  }
  .main_price_right{
    display:inline-block;width:40%;
  }
  /* .main_price_box_desktop{
    display:none;
  }
  .main_price_box_mobile{
    display: flex;
    flex-direction: row;
  } */
  .other_prices_desktop{
    display: none!important;
  }
  .beachfront_show{
    display: none;
  }
  .circle_rating{
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: green;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
  }
  .rating_text{
    margin-left: 4px;
  }
  /* .hotel-listing{
    padding: 4px 4px 4px 8px;
  } */
  .show_on_map{
    display: none;
  }
  .fi{
    font-size: 12px;
  }
  .show_prices_div_inner{
    border: 1px solid #D3D3D3;
    padding:6px;
    border-radius:4px;
    margin:0px 4px;
  }
  .mobile_price_static{
    display: none;
  }
  .change_dates_button_desktop{
    width: 100%;
    max-width: none;
  }
  .hotel_main_price_container_static.desktop_price_static{
    padding: 0px 4px 0px 8px;
  }
  .hotel_main_price_static{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: space-between;
  }
  /* .price_from{
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #000;
  }
  .price_from span{
    font-size: 14px;
    font-weight: bold;
    color: #000;
  } */
  .hotel_details_container_static{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
  }
  .reservations_phone_number,.reservations_phone_text{
    display:inline;
  }
  .tabs_title_font{
    font-size:16px;
  }
  .tabs_content_font{
    font-size:14px;
    line-height: 18px;
  }
  .accordion_collection_name,.info_collection_name{
    font-size:15px;
  }
  .accordion_icon,.info_collection_icon{
    font-size:24px;
  }
  .hotel_li_name_link{
    font-size:18px;
    font-weight: bold;
    color: #000;
  }

  @media screen and (max-width:425px){
    .most_searched_footer_content,.most_searched_bottom_content,#navigation_links a{
      font-size:12px;
    }
  }

  .fib {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .fi {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
    vertical-align: middle;
  }
  .fi:before {
    content: '\00a0';
  }
  .fi-xx {
    background-image: url(https://cdn.travelmyth.com/assets/flags/xx.svg);
  }
  .fi-ad {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ad.svg);
  }
  .fi-ae {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ae.svg);
  }
  .fi-af {
    background-image: url(https://cdn.travelmyth.com/assets/flags/af.svg);
  }
  .fi-ag {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ag.svg);
  }
  .fi-ai {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ai.svg);
  }
  .fi-al {
    background-image: url(https://cdn.travelmyth.com/assets/flags/al.svg);
  }
  .fi-am {
    background-image: url(https://cdn.travelmyth.com/assets/flags/am.svg);
  }
  .fi-ao {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ao.svg);
  }
  .fi-aq {
    background-image: url(https://cdn.travelmyth.com/assets/flags/aq.svg);
  }
  .fi-ar {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ar.svg);
  }
  .fi-as {
    background-image: url(https://cdn.travelmyth.com/assets/flags/as.svg);
  }
  .fi-at {
    background-image: url(https://cdn.travelmyth.com/assets/flags/at.svg);
  }
  .fi-au {
    background-image: url(https://cdn.travelmyth.com/assets/flags/au.svg);
  }
  .fi-aw {
    background-image: url(https://cdn.travelmyth.com/assets/flags/aw.svg);
  }
  .fi-ax {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ax.svg);
  }
  .fi-az {
    background-image: url(https://cdn.travelmyth.com/assets/flags/az.svg);
  }
  .fi-ba {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ba.svg);
  }
  .fi-bb {
    background-image: url(https://cdn.travelmyth.com/assets/flags/bb.svg);
  }
  .fi-bd {
    background-image: url(https://cdn.travelmyth.com/assets/flags/bd.svg);
  }
  .fi-be {
    background-image: url(https://cdn.travelmyth.com/assets/flags/be.svg);
  }
  .fi-bf {
    background-image: url(https://cdn.travelmyth.com/assets/flags/bf.svg);
  }
  .fi-bg {
    background-image: url(https://cdn.travelmyth.com/assets/flags/bg.svg);
  }
  .fi-bh {
    background-image: url(https://cdn.travelmyth.com/assets/flags/bh.svg);
  }
  .fi-bi {
    background-image: url(https://cdn.travelmyth.com/assets/flags/bi.svg);
  }
  .fi-bj {
    background-image: url(https://cdn.travelmyth.com/assets/flags/bj.svg);
  }
  .fi-bl {
    background-image: url(https://cdn.travelmyth.com/assets/flags/bl.svg);
  }
  .fi-bm {
    background-image: url(https://cdn.travelmyth.com/assets/flags/bm.svg);
  }
  .fi-bn {
    background-image: url(https://cdn.travelmyth.com/assets/flags/bn.svg);
  }
  .fi-bo {
    background-image: url(https://cdn.travelmyth.com/assets/flags/bo.svg);
  }
  .fi-bq {
    background-image: url(https://cdn.travelmyth.com/assets/flags/bq.svg);
  }
  .fi-br {
    background-image: url(https://cdn.travelmyth.com/assets/flags/br.svg);
  }
  .fi-bs {
    background-image: url(https://cdn.travelmyth.com/assets/flags/bs.svg);
  }
  .fi-bt {
    background-image: url(https://cdn.travelmyth.com/assets/flags/bt.svg);
  }
  .fi-bv {
    background-image: url(https://cdn.travelmyth.com/assets/flags/bv.svg);
  }
  .fi-bw {
    background-image: url(https://cdn.travelmyth.com/assets/flags/bw.svg);
  }
  .fi-by {
    background-image: url(https://cdn.travelmyth.com/assets/flags/by.svg);
  }
  .fi-bz {
    background-image: url(https://cdn.travelmyth.com/assets/flags/bz.svg);
  }
  .fi-ca {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ca.svg);
  }
  .fi-cc {
    background-image: url(https://cdn.travelmyth.com/assets/flags/cc.svg);
  }
  .fi-cd {
    background-image: url(https://cdn.travelmyth.com/assets/flags/cd.svg);
  }
  .fi-cf {
    background-image: url(https://cdn.travelmyth.com/assets/flags/cf.svg);
  }
  .fi-cg {
    background-image: url(https://cdn.travelmyth.com/assets/flags/cg.svg);
  }
  .fi-ch {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ch.svg);
  }
  .fi-ci {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ci.svg);
  }
  .fi-ck {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ck.svg);
  }
  .fi-cl {
    background-image: url(https://cdn.travelmyth.com/assets/flags/cl.svg);
  }
  .fi-cm {
    background-image: url(https://cdn.travelmyth.com/assets/flags/cm.svg);
  }
  .fi-cn {
    background-image: url(https://cdn.travelmyth.com/assets/flags/cn.svg);
  }
  .fi-co {
    background-image: url(https://cdn.travelmyth.com/assets/flags/co.svg);
  }
  .fi-cr {
    background-image: url(https://cdn.travelmyth.com/assets/flags/cr.svg);
  }
  .fi-cu {
    background-image: url(https://cdn.travelmyth.com/assets/flags/cu.svg);
  }
  .fi-cv {
    background-image: url(https://cdn.travelmyth.com/assets/flags/cv.svg);
  }
  .fi-cw {
    background-image: url(https://cdn.travelmyth.com/assets/flags/cw.svg);
  }
  .fi-cx {
    background-image: url(https://cdn.travelmyth.com/assets/flags/cx.svg);
  }
  .fi-cy {
    background-image: url(https://cdn.travelmyth.com/assets/flags/cy.svg);
  }
  .fi-cz {
    background-image: url(https://cdn.travelmyth.com/assets/flags/cz.svg);
  }
  .fi-de {
    background-image: url(https://cdn.travelmyth.com/assets/flags/de.svg);
  }
  .fi-dj {
    background-image: url(https://cdn.travelmyth.com/assets/flags/dj.svg);
  }
  .fi-dk {
    background-image: url(https://cdn.travelmyth.com/assets/flags/dk.svg);
  }
  .fi-dm {
    background-image: url(https://cdn.travelmyth.com/assets/flags/dm.svg);
  }
  .fi-do {
    background-image: url(https://cdn.travelmyth.com/assets/flags/do.svg);
  }
  .fi-dz {
    background-image: url(https://cdn.travelmyth.com/assets/flags/dz.svg);
  }
  .fi-ec {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ec.svg);
  }
  .fi-ee {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ee.svg);
  }
  .fi-eg {
    background-image: url(https://cdn.travelmyth.com/assets/flags/eg.svg);
  }
  .fi-eh {
    background-image: url(https://cdn.travelmyth.com/assets/flags/eh.svg);
  }
  .fi-er {
    background-image: url(https://cdn.travelmyth.com/assets/flags/er.svg);
  }
  .fi-es {
    background-image: url(https://cdn.travelmyth.com/assets/flags/es.svg);
  }
  .fi-et {
    background-image: url(https://cdn.travelmyth.com/assets/flags/et.svg);
  }
  .fi-fi {
    background-image: url(https://cdn.travelmyth.com/assets/flags/fi.svg);
  }
  .fi-fj {
    background-image: url(https://cdn.travelmyth.com/assets/flags/fj.svg);
  }
  .fi-fk {
    background-image: url(https://cdn.travelmyth.com/assets/flags/fk.svg);
  }
  .fi-fm {
    background-image: url(https://cdn.travelmyth.com/assets/flags/fm.svg);
  }
  .fi-fo {
    background-image: url(https://cdn.travelmyth.com/assets/flags/fo.svg);
  }
  .fi-fr {
    background-image: url(https://cdn.travelmyth.com/assets/flags/fr.svg);
  }
  .fi-ga {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ga.svg);
  }
  .fi-gb {
    background-image: url(https://cdn.travelmyth.com/assets/flags/gb.svg);
  }
  .fi-gd {
    background-image: url(https://cdn.travelmyth.com/assets/flags/gd.svg);
  }
  .fi-ge {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ge.svg);
  }
  .fi-gf {
    background-image: url(https://cdn.travelmyth.com/assets/flags/gf.svg);
  }
  .fi-gg {
    background-image: url(https://cdn.travelmyth.com/assets/flags/gg.svg);
  }
  .fi-gh {
    background-image: url(https://cdn.travelmyth.com/assets/flags/gh.svg);
  }
  .fi-gi {
    background-image: url(https://cdn.travelmyth.com/assets/flags/gi.svg);
  }
  .fi-gl {
    background-image: url(https://cdn.travelmyth.com/assets/flags/gl.svg);
  }
  .fi-gm {
    background-image: url(https://cdn.travelmyth.com/assets/flags/gm.svg);
  }
  .fi-gn {
    background-image: url(https://cdn.travelmyth.com/assets/flags/gn.svg);
  }
  .fi-gp {
    background-image: url(https://cdn.travelmyth.com/assets/flags/gp.svg);
  }
  .fi-gq {
    background-image: url(https://cdn.travelmyth.com/assets/flags/gq.svg);
  }
  .fi-gr {
    background-image: url(https://cdn.travelmyth.com/assets/flags/gr.svg);
  }
  .fi-gs {
    background-image: url(https://cdn.travelmyth.com/assets/flags/gs.svg);
  }
  .fi-gt {
    background-image: url(https://cdn.travelmyth.com/assets/flags/gt.svg);
  }
  .fi-gu {
    background-image: url(https://cdn.travelmyth.com/assets/flags/gu.svg);
  }
  .fi-gw {
    background-image: url(https://cdn.travelmyth.com/assets/flags/gw.svg);
  }
  .fi-gy {
    background-image: url(https://cdn.travelmyth.com/assets/flags/gy.svg);
  }
  .fi-hk {
    background-image: url(https://cdn.travelmyth.com/assets/flags/hk.svg);
  }
  .fi-hm {
    background-image: url(https://cdn.travelmyth.com/assets/flags/hm.svg);
  }
  .fi-hn {
    background-image: url(https://cdn.travelmyth.com/assets/flags/hn.svg);
  }
  .fi-hr {
    background-image: url(https://cdn.travelmyth.com/assets/flags/hr.svg);
  }
  .fi-ht {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ht.svg);
  }
  .fi-hu {
    background-image: url(https://cdn.travelmyth.com/assets/flags/hu.svg);
  }
  .fi-id {
    background-image: url(https://cdn.travelmyth.com/assets/flags/id.svg);
  }
  .fi-ie {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ie.svg);
  }
  .fi-il {
    background-image: url(https://cdn.travelmyth.com/assets/flags/il.svg);
  }
  .fi-im {
    background-image: url(https://cdn.travelmyth.com/assets/flags/im.svg);
  }
  .fi-in {
    background-image: url(https://cdn.travelmyth.com/assets/flags/in.svg);
  }
  .fi-io {
    background-image: url(https://cdn.travelmyth.com/assets/flags/io.svg);
  }
  .fi-iq {
    background-image: url(https://cdn.travelmyth.com/assets/flags/iq.svg);
  }
  .fi-ir {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ir.svg);
  }
  .fi-is {
    background-image: url(https://cdn.travelmyth.com/assets/flags/is.svg);
  }
  .fi-it {
    background-image: url(https://cdn.travelmyth.com/assets/flags/it.svg);
  }
  .fi-je {
    background-image: url(https://cdn.travelmyth.com/assets/flags/je.svg);
  }
  .fi-jm {
    background-image: url(https://cdn.travelmyth.com/assets/flags/jm.svg);
  }
  .fi-jo {
    background-image: url(https://cdn.travelmyth.com/assets/flags/jo.svg);
  }
  .fi-jp {
    background-image: url(https://cdn.travelmyth.com/assets/flags/jp.svg);
  }
  .fi-ke {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ke.svg);
  }
  .fi-kg {
    background-image: url(https://cdn.travelmyth.com/assets/flags/kg.svg);
  }
  .fi-kh {
    background-image: url(https://cdn.travelmyth.com/assets/flags/kh.svg);
  }
  .fi-ki {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ki.svg);
  }
  .fi-km {
    background-image: url(https://cdn.travelmyth.com/assets/flags/km.svg);
  }
  .fi-kn {
    background-image: url(https://cdn.travelmyth.com/assets/flags/kn.svg);
  }
  .fi-kp {
    background-image: url(https://cdn.travelmyth.com/assets/flags/kp.svg);
  }
  .fi-kr {
    background-image: url(https://cdn.travelmyth.com/assets/flags/kr.svg);
  }
  .fi-kw {
    background-image: url(https://cdn.travelmyth.com/assets/flags/kw.svg);
  }
  .fi-ky {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ky.svg);
  }
  .fi-kz {
    background-image: url(https://cdn.travelmyth.com/assets/flags/kz.svg);
  }
  .fi-la {
    background-image: url(https://cdn.travelmyth.com/assets/flags/la.svg);
  }
  .fi-lb {
    background-image: url(https://cdn.travelmyth.com/assets/flags/lb.svg);
  }
  .fi-lc {
    background-image: url(https://cdn.travelmyth.com/assets/flags/lc.svg);
  }
  .fi-li {
    background-image: url(https://cdn.travelmyth.com/assets/flags/li.svg);
  }
  .fi-lk {
    background-image: url(https://cdn.travelmyth.com/assets/flags/lk.svg);
  }
  .fi-lr {
    background-image: url(https://cdn.travelmyth.com/assets/flags/lr.svg);
  }
  .fi-ls {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ls.svg);
  }
  .fi-lt {
    background-image: url(https://cdn.travelmyth.com/assets/flags/lt.svg);
  }
  .fi-lu {
    background-image: url(https://cdn.travelmyth.com/assets/flags/lu.svg);
  }
  .fi-lv {
    background-image: url(https://cdn.travelmyth.com/assets/flags/lv.svg);
  }
  .fi-ly {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ly.svg);
  }
  .fi-ma {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ma.svg);
  }
  .fi-mc {
    background-image: url(https://cdn.travelmyth.com/assets/flags/mc.svg);
  }
  .fi-md {
    background-image: url(https://cdn.travelmyth.com/assets/flags/md.svg);
  }
  .fi-me {
    background-image: url(https://cdn.travelmyth.com/assets/flags/me.svg);
  }
  .fi-mf {
    background-image: url(https://cdn.travelmyth.com/assets/flags/mf.svg);
  }
  .fi-mg {
    background-image: url(https://cdn.travelmyth.com/assets/flags/mg.svg);
  }
  .fi-mh {
    background-image: url(https://cdn.travelmyth.com/assets/flags/mh.svg);
  }
  .fi-mk {
    background-image: url(https://cdn.travelmyth.com/assets/flags/mk.svg);
  }
  .fi-ml {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ml.svg);
  }
  .fi-mm {
    background-image: url(https://cdn.travelmyth.com/assets/flags/mm.svg);
  }
  .fi-mn {
    background-image: url(https://cdn.travelmyth.com/assets/flags/mn.svg);
  }
  .fi-mo {
    background-image: url(https://cdn.travelmyth.com/assets/flags/mo.svg);
  }
  .fi-mp {
    background-image: url(https://cdn.travelmyth.com/assets/flags/mp.svg);
  }
  .fi-mq {
    background-image: url(https://cdn.travelmyth.com/assets/flags/mq.svg);
  }
  .fi-mr {
    background-image: url(https://cdn.travelmyth.com/assets/flags/mr.svg);
  }
  .fi-ms {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ms.svg);
  }
  .fi-mt {
    background-image: url(https://cdn.travelmyth.com/assets/flags/mt.svg);
  }
  .fi-mu {
    background-image: url(https://cdn.travelmyth.com/assets/flags/mu.svg);
  }
  .fi-mv {
    background-image: url(https://cdn.travelmyth.com/assets/flags/mv.svg);
  }
  .fi-mw {
    background-image: url(https://cdn.travelmyth.com/assets/flags/mw.svg);
  }
  .fi-mx {
    background-image: url(https://cdn.travelmyth.com/assets/flags/mx.svg);
  }
  .fi-my {
    background-image: url(https://cdn.travelmyth.com/assets/flags/my.svg);
  }
  .fi-mz {
    background-image: url(https://cdn.travelmyth.com/assets/flags/mz.svg);
  }
  .fi-na {
    background-image: url(https://cdn.travelmyth.com/assets/flags/na.svg);
  }
  .fi-nc {
    background-image: url(https://cdn.travelmyth.com/assets/flags/nc.svg);
  }
  .fi-ne {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ne.svg);
  }
  .fi-nf {
    background-image: url(https://cdn.travelmyth.com/assets/flags/nf.svg);
  }
  .fi-ng {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ng.svg);
  }
  .fi-ni {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ni.svg);
  }
  .fi-nl {
    background-image: url(https://cdn.travelmyth.com/assets/flags/nl.svg);
  }
  .fi-no {
    background-image: url(https://cdn.travelmyth.com/assets/flags/no.svg);
  }
  .fi-np {
    background-image: url(https://cdn.travelmyth.com/assets/flags/np.svg);
  }
  .fi-nr {
    background-image: url(https://cdn.travelmyth.com/assets/flags/nr.svg);
  }
  .fi-nu {
    background-image: url(https://cdn.travelmyth.com/assets/flags/nu.svg);
  }
  .fi-nz {
    background-image: url(https://cdn.travelmyth.com/assets/flags/nz.svg);
  }
  .fi-om {
    background-image: url(https://cdn.travelmyth.com/assets/flags/om.svg);
  }
  .fi-pa {
    background-image: url(https://cdn.travelmyth.com/assets/flags/pa.svg);
  }
  .fi-pe {
    background-image: url(https://cdn.travelmyth.com/assets/flags/pe.svg);
  }
  .fi-pf {
    background-image: url(https://cdn.travelmyth.com/assets/flags/pf.svg);
  }
  .fi-pg {
    background-image: url(https://cdn.travelmyth.com/assets/flags/pg.svg);
  }
  .fi-ph {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ph.svg);
  }
  .fi-pk {
    background-image: url(https://cdn.travelmyth.com/assets/flags/pk.svg);
  }
  .fi-pl {
    background-image: url(https://cdn.travelmyth.com/assets/flags/pl.svg);
  }
  .fi-pm {
    background-image: url(https://cdn.travelmyth.com/assets/flags/pm.svg);
  }
  .fi-pn {
    background-image: url(https://cdn.travelmyth.com/assets/flags/pn.svg);
  }
  .fi-pr {
    background-image: url(https://cdn.travelmyth.com/assets/flags/pr.svg);
  }
  .fi-ps {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ps.svg);
  }
  .fi-pt {
    background-image: url(https://cdn.travelmyth.com/assets/flags/pt.svg);
  }
  .fi-pw {
    background-image: url(https://cdn.travelmyth.com/assets/flags/pw.svg);
  }
  .fi-py {
    background-image: url(https://cdn.travelmyth.com/assets/flags/py.svg);
  }
  .fi-qa {
    background-image: url(https://cdn.travelmyth.com/assets/flags/qa.svg);
  }
  .fi-re {
    background-image: url(https://cdn.travelmyth.com/assets/flags/re.svg);
  }
  .fi-ro {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ro.svg);
  }
  .fi-rs {
    background-image: url(https://cdn.travelmyth.com/assets/flags/rs.svg);
  }
  .fi-ru {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ru.svg);
  }
  .fi-rw {
    background-image: url(https://cdn.travelmyth.com/assets/flags/rw.svg);
  }
  .fi-sa {
    background-image: url(https://cdn.travelmyth.com/assets/flags/sa.svg);
  }
  .fi-sb {
    background-image: url(https://cdn.travelmyth.com/assets/flags/sb.svg);
  }
  .fi-sc {
    background-image: url(https://cdn.travelmyth.com/assets/flags/sc.svg);
  }
  .fi-sd {
    background-image: url(https://cdn.travelmyth.com/assets/flags/sd.svg);
  }
  .fi-se {
    background-image: url(https://cdn.travelmyth.com/assets/flags/se.svg);
  }
  .fi-sg {
    background-image: url(https://cdn.travelmyth.com/assets/flags/sg.svg);
  }
  .fi-sh {
    background-image: url(https://cdn.travelmyth.com/assets/flags/sh.svg);
  }
  .fi-si {
    background-image: url(https://cdn.travelmyth.com/assets/flags/si.svg);
  }
  .fi-sj {
    background-image: url(https://cdn.travelmyth.com/assets/flags/sj.svg);
  }
  .fi-sk {
    background-image: url(https://cdn.travelmyth.com/assets/flags/sk.svg);
  }
  .fi-sl {
    background-image: url(https://cdn.travelmyth.com/assets/flags/sl.svg);
  }
  .fi-sm {
    background-image: url(https://cdn.travelmyth.com/assets/flags/sm.svg);
  }
  .fi-sn {
    background-image: url(https://cdn.travelmyth.com/assets/flags/sn.svg);
  }
  .fi-so {
    background-image: url(https://cdn.travelmyth.com/assets/flags/so.svg);
  }
  .fi-sr {
    background-image: url(https://cdn.travelmyth.com/assets/flags/sr.svg);
  }
  .fi-ss {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ss.svg);
  }
  .fi-st {
    background-image: url(https://cdn.travelmyth.com/assets/flags/st.svg);
  }
  .fi-sv {
    background-image: url(https://cdn.travelmyth.com/assets/flags/sv.svg);
  }
  .fi-sx {
    background-image: url(https://cdn.travelmyth.com/assets/flags/sx.svg);
  }
  .fi-sy {
    background-image: url(https://cdn.travelmyth.com/assets/flags/sy.svg);
  }
  .fi-sz {
    background-image: url(https://cdn.travelmyth.com/assets/flags/sz.svg);
  }
  .fi-tc {
    background-image: url(https://cdn.travelmyth.com/assets/flags/tc.svg);
  }
  .fi-td {
    background-image: url(https://cdn.travelmyth.com/assets/flags/td.svg);
  }
  .fi-tf {
    background-image: url(https://cdn.travelmyth.com/assets/flags/tf.svg);
  }
  .fi-tg {
    background-image: url(https://cdn.travelmyth.com/assets/flags/tg.svg);
  }
  .fi-th {
    background-image: url(https://cdn.travelmyth.com/assets/flags/th.svg);
  }
  .fi-tj {
    background-image: url(https://cdn.travelmyth.com/assets/flags/tj.svg);
  }
  .fi-tk {
    background-image: url(https://cdn.travelmyth.com/assets/flags/tk.svg);
  }
  .fi-tl {
    background-image: url(https://cdn.travelmyth.com/assets/flags/tl.svg);
  }
  .fi-tm {
    background-image: url(https://cdn.travelmyth.com/assets/flags/tm.svg);
  }
  .fi-tn {
    background-image: url(https://cdn.travelmyth.com/assets/flags/tn.svg);
  }
  .fi-to {
    background-image: url(https://cdn.travelmyth.com/assets/flags/to.svg);
  }
  .fi-tr {
    background-image: url(https://cdn.travelmyth.com/assets/flags/tr.svg);
  }
  .fi-tt {
    background-image: url(https://cdn.travelmyth.com/assets/flags/tt.svg);
  }
  .fi-tv {
    background-image: url(https://cdn.travelmyth.com/assets/flags/tv.svg);
  }
  .fi-tw {
    background-image: url(https://cdn.travelmyth.com/assets/flags/tw.svg);
  }
  .fi-tz {
    background-image: url(https://cdn.travelmyth.com/assets/flags/tz.svg);
  }
  .fi-ua {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ua.svg);
  }
  .fi-ug {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ug.svg);
  }
  .fi-um {
    background-image: url(https://cdn.travelmyth.com/assets/flags/um.svg);
  }
  .fi-us {
    background-image: url(https://cdn.travelmyth.com/assets/flags/us.svg);
  }
  .fi-uy {
    background-image: url(https://cdn.travelmyth.com/assets/flags/uy.svg);
  }
  .fi-uz {
    background-image: url(https://cdn.travelmyth.com/assets/flags/uz.svg);
  }
  .fi-va {
    background-image: url(https://cdn.travelmyth.com/assets/flags/va.svg);
  }
  .fi-vc {
    background-image: url(https://cdn.travelmyth.com/assets/flags/vc.svg);
  }
  .fi-ve {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ve.svg);
  }
  .fi-vg {
    background-image: url(https://cdn.travelmyth.com/assets/flags/vg.svg);
  }
  .fi-vi {
    background-image: url(https://cdn.travelmyth.com/assets/flags/vi.svg);
  }
  .fi-vn {
    background-image: url(https://cdn.travelmyth.com/assets/flags/vn.svg);
  }
  .fi-vu {
    background-image: url(https://cdn.travelmyth.com/assets/flags/vu.svg);
  }
  .fi-wf {
    background-image: url(https://cdn.travelmyth.com/assets/flags/wf.svg);
  }
  .fi-ws {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ws.svg);
  }
  .fi-ye {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ye.svg);
  }
  .fi-yt {
    background-image: url(https://cdn.travelmyth.com/assets/flags/yt.svg);
  }
  .fi-za {
    background-image: url(https://cdn.travelmyth.com/assets/flags/za.svg);
  }
  .fi-zm {
    background-image: url(https://cdn.travelmyth.com/assets/flags/zm.svg);
  }
  .fi-zw {
    background-image: url(https://cdn.travelmyth.com/assets/flags/zw.svg);
  }
  .fi-ac {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ac.svg);
  }
  .fi-cefta {
    background-image: url(https://cdn.travelmyth.com/assets/flags/cefta.svg);
  }
  .fi-cp {
    background-image: url(https://cdn.travelmyth.com/assets/flags/cp.svg);
  }
  .fi-dg {
    background-image: url(https://cdn.travelmyth.com/assets/flags/dg.svg);
  }
  .fi-ea {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ea.svg);
  }
  .fi-es-ct {
    background-image: url(https://cdn.travelmyth.com/assets/flags/es-ct.svg);
  }
  .fi-es-ga {
    background-image: url(https://cdn.travelmyth.com/assets/flags/es-ga.svg);
  }
  .fi-es-pv {
    background-image: url(https://cdn.travelmyth.com/assets/flags/es-pv.svg);
  }
  .fi-eu {
    background-image: url(https://cdn.travelmyth.com/assets/flags/eu.svg);
  }
  .fi-gb-eng {
    background-image: url(https://cdn.travelmyth.com/assets/flags/gb-eng.svg);
  }
  .fi-gb-nir {
    background-image: url(https://cdn.travelmyth.com/assets/flags/gb-nir.svg);
  }
  .fi-gb-sct {
    background-image: url(https://cdn.travelmyth.com/assets/flags/gb-sct.svg);
  }
  .fi-gb-wls {
    background-image: url(https://cdn.travelmyth.com/assets/flags/gb-wls.svg);
  }
  .fi-ic {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ic.svg);
  }
  .fi-ta {
    background-image: url(https://cdn.travelmyth.com/assets/flags/ta.svg);
  }
  .fi-un {
    background-image: url(https://cdn.travelmyth.com/assets/flags/un.svg);
  }
  .fi-xk {
    background-image: url(https://cdn.travelmyth.com/assets/flags/xk.svg);
  }

  .reviews_link{
    color: #1A0DAB;
    text-decoration:none;
    cursor:pointer;
  }
  .reviews_link:hover{
    color: #1A0DAB;
    text-decoration:underline;
    cursor:pointer;
  }


  /* New css for home after boostrap 5 and new design */
a{
  text-decoration: none;
}
hr{
  border-color:#eee!important;
  opacity: unset;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bg-danger{
  background-color: #f2dede!important;
  padding: 10px 20px;
  font-size: 13px;
}
/* navbar start*/
.navbar{
  min-height: 40px;
  background-color: #E0E0E0;
  padding: 0px 12px;
}
.main_navbar, #navbar_container{
  height: 40px;
}
#navbar_container{
  padding: 0px;
  width: 100%;
  max-width: 1146px;
}
#burger_logo{
  display:flex;
  align-items: center;
  height: 100%;
}
.navbar-toggler{
  border:0;
  padding:0px;
  box-shadow: none;
  padding-right:4px;
  height: 100%;
}
.navbar-toggler:focus, .navbar-toggler:focus-visible{
  box-shadow: none;
}
a.nav-link:hover{
  text-decoration: none;
}
.openbtn{
  font-weight: 700;
  width: 25px;
  height: 25px;
  cursor: pointer;
  color: black;
  border: none;
}
#brand_desktop img{
  width:119px;
  height:28px;
  display:inline-block;
  cursor:pointer;
}
#brand_desktop .logo_text{
  display:inline-block;
  line-height: 14px;
  vertical-align: middle;
  border-left: 1px solid #9a9a9a;
  padding-left: 4px;
  color: #9a9a9a;
  font-size: 12px;
  margin-left:4px;
}
#expandnavbar{
  flex-direction: row;
  align-items: center;
  height: 100%;
}
#expandnavbar .nav-link{
  font-size:14px;
  padding: 0px;
  color: black;
  display: flex;
  align-items: center;
}
#expandnavbar.navbar-nav .dropdown-menu{
  position: absolute;
}
#currency_menu, #flags_menu, #login_menu{
  display: flex;
  height: 100%;
  padding: 0px 4px;
}
#current_flag{
  font-size:14px;
  color:rgb(51,51,51);
  display: flex;
  align-items: center;
}
.dropdown-item{
  padding: 4px 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.flag_content{
  cursor: pointer;
  color: #3f3f3f;
  text-decoration: none;
}
#first_name{
  display: none;
}
.flag_img{
  width: 84%;
  display:flex;
  align-items: center;
}
.flag_short{
  width: 16%;
}
.flag_name{
  padding:0;
  width: auto;
}
#first_name_icon{
  font-size:14px;
}
/* navbar end*/

/*main_content hotelpages start*/
.second_navbar{
  min-height: 30px;
  margin-bottom: 0px;
  background-color: #E0E0E0; text;
}
#navbar2{
  margin-top: 8px;
  padding: 0px 0px 0px 12px;
}
.navbar-inner2{
  background-color: #E0E0E0;
  font-weight: bold;
  width: 100%;
  height: 40px;
  padding-right:12px;
}
#searchBox{
  width:100%;
  padding:0px;
  height: 40px;
  max-width:1146px;
}
#border_div1{
  text-align: left;
  width: 100%;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  display: inline-block;
  background-color: #FFF;
  cursor: text;
}
#main_content_container{
  width:100%;
  max-width: 100%;
  margin-left:0;
  margin-right:0;
  padding:6px 0px 0px 0px;
  background-color:#E0E0E0;
}
#collectionsBar{
  position:relative;
  height:40px;
  padding: 0px;
  max-width: 100%;
  width: 100%;
}
#collectionsBar .number-of-results-2{
  display: flex;
  align-items: center;
  height:40px;
  padding:5px 20px;
  flex: 0 0 auto;
  background-color: #009A8B;
  margin-right: 2px;
  cursor: pointer;
  color: white;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
}
#collectionsBar .number-of-results-2 .icons{
  font-size:24px;
}
.green_collection_name, #regionsBar .number-of-results-2 a{
  font-size:16px;
}
.green_box_title{
  font-size:14px;
}
.show_mobile_boxes{
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display:flex;
  overflow-y: hidden;
  flex-wrap:nowrap;
  white-space: nowrap;
  -webkit-overflow-scrolling:touch;
  -ms-overflow-style:-ms-autohiding-scrollbar;
  position: relative;
  &::-webkit-scrollbar {
    display: none;
  }
}
#scrollCollectionsLeft{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 36px 36px 0;
  background-color: #E0E0E0;
  bottom: 0;
  cursor: pointer;
  height: 40px;
  margin: auto;
  outline: none;
  overflow: hidden;
  visibility: inherit;
  width: 42px;
  z-index: 1;
  -webkit-user-select: none;
  padding-top: 0px;
}
#scrollCollectionsRight{
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 36px 0 0 36px;
  background-color: #E0E0E0;
  cursor: pointer;
  height: 40px;
  margin: auto;
  outline: none;
  overflow: hidden;
  visibility: inherit;
  width: 42px;
  z-index: 1;
  -webkit-user-select: none;
  padding-top: 0px;
}
#regionsBar{
  position:relative;
  height:40px;
  padding: 0px;
  max-width: 100%;
  margin-top: 6px;
  width: 100%;
}
#regionsBar .number-of-results-2{
  display: flex;
  align-items: center;
  height:40px;
  padding:5px 20px;
  font-size: 14px;
  flex: 0 0 auto;
  background-color: #5C6BC0;
  margin-right: 2px;
  cursor: pointer;
  color: white;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
}
#regionsBar .number-of-results-2 .icons{
  font-size:20px;
}
#regionsBar .number-of-results-2 a{
  font-size:16px;
}
#scrollRegionsLeft{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 36px 36px 0;
  background-color: #E0E0E0;
  bottom: 0;
  cursor: pointer;
  height: 40px;
  margin: auto;
  outline: none;
  overflow: hidden;
  visibility: inherit;
  width: 42px;
  z-index: 1;
  -webkit-user-select: none;
  padding-top: 0px;
}
#scrollRegionsRight{
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 36px 0 0 36px;
  background-color: #E0E0E0;
  cursor: pointer;
  height: 40px;
  margin: auto;
  outline: none;
  overflow: hidden;
  visibility: inherit;
  width: 42px;
  z-index: 1;
  -webkit-user-select: none;
  padding-top: 0px;
}
#travel_dates_and_rooms_selection_div{
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  flex-direction: row;
}
.calendar_guest_div{
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-right: 12px;
  margin-top:6px;
}
.calendar_dates{
  display:flex;
  height: 40px;
  width: 66.66666%;
  padding-right: 2px;
}
#checkin_div, #checkout_div{
  height:100%;
  width:50%;
}
#checkin_div{
  padding-right: 2px;
}
#checkout_div{
  padding-left: 2px;
}
#checkin_div_inner{
  padding:5px;
  background-color:white;
  border: 1px solid #D5D5D5;
  border-left: 10px solid #38487E;
  border-radius: 4px;
  height:100%;
  cursor:pointer;
  text-align:left;
  display:flex;
  align-items:center;
  width:100%;
}
#checkout_div_inner{
  padding:5px;
  background-color:white;
  border: 1px solid #D5D5D5;
  border-left: 10px solid #EA006D;
  border-radius: 4px;
  height:100%;cursor:pointer;
  text-align:left;
  display:flex;
  align-items:center;
  width:100%;
}
.checkin_calendar_icon, .checkout_calendar_icon, .customer_icons{
  display: none;
}
.checkin_calendar_icon i{
  color:#38487E;
  font-size:16px;
}
.checkout_calendar_icon i{
  color:#EA006D;
  font-size:16px;
}
.checkin_text_date, .checkout_text_date{
  padding: 0 4px;
  font-size:14px;
  display:flex;
  flex-direction:column;
  width:100%;
  line-height:17px;
}
.checkin_text_date div, .checkin_text_date div input, .checkout_text_date div, .checkout_text_date div input, .checkin_text, .checkout_text{
  width:100%;
}
#guests_div{
  width: 33.33333%;
  height:40px;
}
.guests_div_inner{
  padding:5px;
  background-color:white;
  border: 1px solid #D5D5D5;
  border-left: 10px solid #858585;
  border-radius: 4px;
  height:100%;
  cursor:pointer;
  text-align:left;
  display:flex;
  align-items:center;
  width:100%;
}
.customer_icons i{
  color:#858585;
  font-size:16px;
}
.guests_text_mobile, .guests_text_rooms, .guests_text_number{
  padding: 0 4px;
  font-size:14px;
  display:flex;
  flex-direction:column;
  line-height:17px;
}
.form-control.input{
  font-size: 14px;
}
/* .guests_text_number{
  font-weight:bold;
} */
#breadcrumb_div{
  width: 100%;
  max-width: 1146px;
  margin-top: 8px;
  font-size:14px;
  padding-right: 12px;
}
#h1_text{
  width: 100%;
  max-width: 1146px;
  font-size: 24px;
  line-height: 1.1em;
  color: #000;
  text-align: left;
  margin-top:4px;
  font-weight:bold;
}
#main_content_header{
  width: 100%;
  max-width: 1146px;
}
#showing_hotels_in{
  color: #575757;
  font-size: 14px;
  font-weight: bold;
}
#price_sortby_showmap_div{
  margin-top: 8px;
  position: relative;
  width: 100%;
  line-height: 1;
  max-width: 1146px;
  display: flex;
  flex-direction: row;
}
/* #price_button{
  padding: 8px 8px 8px 6px;
  border: 1px solid #AAA;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
}
#sort_by_button{
  padding: 8px 8px 8px 6px;
  border: 1px solid #AAA;
  border-radius: 4px;
  cursor: pointer;
}
#show_map_button_tablet{
  padding: 0px;
  cursor: pointer;
  margin-left: 8px;
  display: none;
} */
/*main_content hotelpages end*/

/* left_and_main_div  start*/
#left_and_main_div{
  width: 100%;
  margin-left:auto;
  margin-right:auto;
  padding:7px 12px 0px 12px;
  max-width: 1146px;
  display: flex;
  flex-direction: row-reverse;
  column-gap: 10px;
}
.main_content_b {
  width: 100%;
  position: relative;
}
#left_bar{
  width: 250px;
  display: none;
  background-color: #FFF;
  border-radius: 4px;
  height: max-content;
}
#filters_bar{
  width: 250px;
  background-color: #FFF;
  border-radius: 4px;
}
#left_bar_title{
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-top: 6px;
}
#categories_menu_div{
  padding-bottom: 6px;
}
#categories_menu_ul{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
}
.collection_checkbox{
  padding-left: 12px;
  font-size: 14px;
  line-height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.collection_checkboxes{
  margin: 0px;
  line-height: 28px;
  height: 28px;
  margin: 0px;
  padding: 0px;
  font-size: inherit;
}
.left_bar_collections_icons{
  color: #383D3F;
  font-size: 24px;
  vertical-align: sub;
  width: 28px;
  height: 25px;
  text-align: center;
}
.left_bar_collection_number{
  color: #AAA;
  margin: 0px;
  font-size: 0.9em;
  margin-left: 3px;
}
/* left_and_main_div end*/

/* hotel boxes start*/
.hotel_boxes{
  background-color: #FFFFFF;
  padding-top: 0px;
}
.hotel_li_top_result, .hotel_li {
  width: 100%;
  background: none;
  display: inline-block;
  height: auto;
  line-height: 20px;
  margin-top: 0;
  position: relative;
}
.hotel_photo_container{
  position: relative;
  grid-row: 1/2;
  min-height:165px;
  height: 100%;
}
.heart_div{
  position: absolute;
  display:flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 32px;
  height: 32px;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.heart_icon{
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
#saveHotelmodal .modal-dialog{
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}
#saveHotelmodal .modal_header{
  flex-direction: column;
  padding: 10px 10px 0px 10px;
  border: 0px;
}
#saveHotelmodal .modal_title{
  border-bottom: 1px solid #D3D3D3;
}
.user_lists{
  display: flex;
  column-gap: 10px;
  align-items: center;
  padding-bottom: 15px;
  cursor: pointer;
}
.create_list{
  display: flex;
  column-gap: 10px;
  align-items: flex-start;
  padding-bottom: 0px;
}
#create_list_name{
  background-color:white;
  border: 1px solid rgb(33, 37, 41);
  border-radius: 4px;
  color:#37454E;
  padding: 4px 8px;
}
.lists_checkbox,.create_lists_checkbox{
  width: 21px;
  height: 21px;
  border-radius: 10px;
}
#create_list_name:focus{
  border: 2px solid #38487E;
}
.fa-heart{
  color:red;
}
.pattern_error {
  color: red;
  display: none;
  padding-left: 30px;
}
.photos_div{
  display:flex;
  width:100%;
  height:100%;
}
.photos-tab{
  width:100%;
  height:100%;
  align-self:stretch;
  border-top-left-radius:10px;
  background-position:center;
  background-size:cover;
  cursor:pointer;
}
.hotel_details_container_static{
  display: flex;
  flex-direction: column;
  justify-content:space-between;
}
.hotel-listing{
  padding: 4px 4px 4px 8px;
}
.hotel_name_area_static{
  display: flex;
  flex-direction: column;
  position: relative;
}
.hotel_li_name{
  cursor: pointer;
  line-height: normal;
}
.hotel_li_name_link{
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.hotel_li_name_link:hover{
  color:#000!important;
  text-decoration: none!important;
}
.hotel_stars{
  white-space: nowrap;
}
.star_ratings, .icon-key-fill{
  font-size:12px;
  color: #E68A2E;
}
.hotel_in_txt{
  font-size:13px;
  color:#999999;
  font-weight:bold;
}
.destination_link{
  cursor: pointer;
  color: #1A0DAB;
  font-size: 13px;
  font-weight: bold;
}
.destination_link:hover {
  cursor: pointer;
  color: #1A0DAB;
  font-size:13px;
  text-decoration: underline;
}
.region_info_flag_map{
  display: flex;
  align-items: center;
}
.destination_no_link {
  font-size:13px;
  font-weight:bold;
  color: #383D3F;
}
.property_type_for_destination{
  color: rgb(153, 153, 153);
}
.location_tooltip{
  font-size: 14px;
  margin-left: 7px;
  margin-right: 7px;
  color: #999999;
  position: relative;
}
.location_tooltip .location_tooltip_text {
  display: none;
  max-width: none;
  background-color: #38487E;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 2px 6px;
  position: absolute;
  z-index: 1;
  top: 130%;
  left: 0%;
  font-size:13px;
  font-weight:bold;
  transform: translateX(-50%);
  font-family: Arial;
  line-height:20px;
  min-width:150px;
}
.location_tooltip .location_tooltip_text::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 55%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #38487E transparent;
}
.region_info_flag_map .show_on_map{
  display: none;
  height: 20px;
  margin-left: 8px;
  padding: 1px 5px;
  font-size: 12px;
  color: #333;
}
.region_info_flag_map .show_on_map:hover{
  background-color: #e6e6e6;
  color: #333;
}
.hotel_details_rating{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
  padding: 4px 4px 4px 8px;
  font-size: 12px;
}
.circle_rating{
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
}
.rating_text{
  margin-left: 4px;
  font-size: 12px;
}
.beachfront_show{
  display: none;
}
.beachfront_icon{
  color: #1CAAD3;
  font-size: 24px;
}
.beachfront_text{
  color: #1CAAD3;
  font-size: 13px;
}
.price_from{
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  padding: 0px;
  color: #000;
}
.price_from span{
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.hotel_main_price_container_static.mobile_price_static{
  grid-column: 1/3;
  border-radius: 4px;
  margin: 8px 4px;
}
.show_prices_button_desktop{
  width: 100%;
  max-width: none;
  background-color: #E4006B;
  color: #FFFFFF;
  position: relative;
  border: 0px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  line-height: 16px;
  padding: 7px 8px 7px 12px;
}
.desktop_price_static{
  display: none;
}
.main_price_box{
  position:relative;
  width:100%;
  margin-top:8px;
}
.main_price_box_mobile{
  display: flex;
  flex-direction: row;
  padding: 6px;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  min-height: 104px;
}
.main_price_box_desktop{
  display:none;
}
.main_price_left{
  width:60%;
}
.main_price_right{
  width:40%;
  text-align:right;
}
.main_price_room_type{
  line-height: 17px;
  font-size: 13px;
  color: #000;
}
.main_price{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1px;
  color: #B12704;
}
.price_per_night{
  color: black;
  font-size: 13px;
  font-weight: bold;
}
.taxes_text{
  color:#6b6b6b;
  font-size:13px;
}
.view_deal_button_div{
  display: flex;
  justify-content: flex-end;
}
.view_deal_button_inner_div{
  display: flex;
  flex: 1;
  border: 1px solid #D3D3D3;
  border-radius: 6px;
  font-size: 14px;
  max-width: 200px;
  background-color: #E4006B;
  color: #FFFFFF;
  font-weight: bold;
}
.view_deal_button{
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 16px;
  padding: 7px 8px 7px 12px;
}

.guests_text_with_icons{
  line-height: 17px;
  font-size: 13px;
  font-weight: 500;
  color: rgb(63, 60, 66);
}
.cancellation_text{
  color:#077812;
  font-size:13px;
  line-height:17px;
}
.meal_type{
  color:#077812;
  font-size:13px;
  font-weight:bold;
  line-height:17px;
}
/* hotel boxes end*/

/*hotel tabs start */
.below_image{
  margin-top:10px;
  padding: 0px 8px;
}
.tabs_icons{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(170, 170, 170);
  border-left: none;
  border-right: none;
  border-top: none;
  color: rgb(170, 170, 170);
}
.photos-tab.tabs_icons{
  height: auto;
  font-size: 20px;
}
.tabs_icons.price_icon{
  font-weight:bold;
}
.tabs_icons.collection_icons{
  font-size: 26px;
}
.tabs_icons.tab_active{
  color: rgb(56, 61, 63);
  border-radius: 4px 4px 0px 0px;
  border-width: 1px 1px 0px;
  border-right: 1px solid rgb(170, 170, 170);
  border-left: 1px solid rgb(170, 170, 170);
  border-top: 1px solid rgb(170, 170, 170);
  border-bottom-style: initial;
  border-bottom-color: initial;
}
.tab-pane {
  margin-top:-1px;
  border: 1px solid #AAA;
  padding: 0px 0px 0px 0px;
  margin-left: 0px;
  border-radius:0px 4px 4px 4px;
}
.tabs_info_field{
  margin-top:0px;
  padding-left:10px;
  padding-right:10px;
  margin-bottom:10px;
}
.tab_content_field{
  margin-top:0px;
  padding-left:10px;
  padding-right:10px;
  position:relative;
}
.tabs_title_font{
  margin-bottom: 2px;
  margin-top: 10px;
  font-weight: bold;
  color: #383D3F;
  display: block;
  font-size: 13px;;
}
.tabs_content_font{
  font-size: 12px;
  line-height: 18px;
}
.info_collection_name{
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #383D3F;
  display: block;
  border-bottom: 2px #CCCCCC solid;
  font-size: 13px;
}
.ajax_info_collection_name{
  font-weight: bold;
  margin: 10px;
  color: #383D3F;
  display: block;
  border-bottom: 2px #CCCCCC solid;
  font-size: 13px;
}
.three_collections_field{
  position: relative;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
}
.map_content_field{
  width:100%;
  padding-top:10px;
  padding-bottom:0px;
  margin:0px;
}
.colActionDiv, .reviews_div_field{
  padding-right: 10px;
  width: 100%;
  padding-left: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
}
.hoteldetails_icon_title_field{
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.colDescDiv{
  padding-left: 34px;
}
.reviews_desc_div{
  padding-left: 34px;
}
.hoteldetails_collection_title, .hoteldetails_reviews_title{
  font-size: 13px;
  font-weight:bold;
  color:#383D3F;
}
.accordion_content .colActionDiv{
  padding-left: 0px;
}
.accordion_content .colDescDiv{
  padding-left: 0px;
}
.ajax_accordion_div .colActionDiv{
  padding-left: 0px;
  padding-right: 0px;
}
.remaining-box {
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(170, 170, 170);
  border-left: none;
  border-right: none;
  border-top: none;
  color: rgb(170, 170, 170);
}
/*hotel tabs end */

/*links-show more hotels below hotel start */
.additional_taxes{
  width: 100%;
  padding: 10px 16px 0px 16px;
  font-size: 12px;
}
#paging_footer{
  width: 100%;
  text-align: center;
  padding: 0px 4px 0px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-item{
  cursor: pointer;
}
#showing_hotels_in_footer{
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
  color: #575757;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
}
.regions_links{
  font-weight: bold;
  line-height: 18px;
  font-size: 14px;
}
/*links-show more hotels below hotel end */
.more_hotels_same_destination_text{
  padding: 4px 4px 0px 4px;
  background-color: #E0E0E0;
}
#going_to_places{
  box-sizing: border-box;
  background-color:white;
  padding:4px 10px 0px 36px;
  color:#37454E;
  width:100%;
  border-radius:4px;
  font-size:16px;
}
.loader-line {
  display:none;
  height: 3px;
  overflow: hidden;
  background-color: #ddd;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width:100%;
  position:absolute;
  bottom:0px;
}
.loader-line:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 25%;
  -webkit-animation: lineAnim 1s linear infinite;
  -moz-animation: lineAnim 1s linear infinite;
  animation: lineAnim 1s linear infinite;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@keyframes lineAnim {
    0% {
        left: 0%;
      background-color:#38487E;
      --counter:0%;
    }
    49% {
        left: 50%;
        width: 25%;
      	background-color:#38487E;
    }
    50% {
        left: 50%;
        width: 25%;
      	background-color:#E4006B;
    }
    100% {
      background-color:#E4006B;
      left: 100%;
      width: 20%;
    }
}

.show_mobile{
  display:block!important;
}
/* main_container end*/

/*modal currencies start*/
#currencyModal .modal-dialog{
  justify-content: center;
}
#currencyModal .modal-content{
  max-width: 350px;
  min-width: 200px;
  max-height: 50%;
  min-height: 450px;
}
#currencyModal .modal-body{
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
}
#currencyModal .modal-body span{
  text-align: left;
  font-size: 14px;
}
#currencyModal .modal-header{
  padding: 16px 16px 8px;
}
#currencyModal .modal-title{
  color: #575757;
  font-weight: bold;
}
#currencyModal .modal-footer{
  padding: 5px 6px;
}
.popular_currencies,.all_currencies{
  color: #575757;
  font-weight: bold;
  margin: 8px 0px 7px;
}
.currency_close{
  margin: 0px;
  padding: 3px 6px;
  font-size: 14px;
  width: 80px;
  border-radius: 15px;
}
.currency_selected{
  background-color: #38487E;
  color: white;
}
/*modal currencies end*/


/*modal with dates start*/
.modal_header{
  flex-direction: column;
  padding: 5px;
  border: 0px;
}
.close{
  font-size: 14px; 
}
.modal_title{
  width:100%;
  padding: 0px 0px 10px;
  margin-top: 5px;
  text-align: center;
}
#traveldatesModal .modal-dialog{
  width: auto;
  margin:30px 10px;
  max-width: none;
}
#traveldatesModal .modal-body{
  padding: 10px 9px 13px;
}
#travel_dates_and_rooms_selection_div_modal{
  position:relative;
  width:100%;
  max-width:1146px;
  display:flex;
  flex-direction: column;
  line-height:1;
  margin-top:6px;
}
.checkin_checkout_div{
  display: flex;
}
#checkin_div_modal,#checkout_div_modal{
  height: 100%;
  width: 49%;
}
#checkin_div_modal{
  margin-right:2%;
}
#checkin_div_inner_modal{
  padding: 5px;
  background-color: white;
  border: 1px solid #D5D5D5;
  border-left: 10px solid #38487E;
  border-radius: 4px;
  height: 100%;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  width: 100%;
}
.checkin_calendar_modal_icon{
  padding: 4px;
  color:#38487E;
  font-size: 16px;
}
#checkout_div_inner_modal{
  padding: 5px;
  background-color: white;
  border: 1px solid #D5D5D5;
  border-left: 10px solid #EA006D;
  border-radius: 4px;
  height: 100%;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  width: 100%;
}
.checkout_calendar_modal_icon{
  padding: 4px;
  color:#EA006D;
  font-size: 16px;
}
.check_availability_modal_desktop{
  margin-top: 10px;
  text-align: center;
}
.check_availability_button_modal{
  font-weight: bold;
  background-color: #E4006B;
  padding: 7px 12px;
  color: #FFFFFF;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  text-shadow: none;
  width: 100%;
  margin: 0px;
  font-size: 18px;
  height: 43px;
}
/* #select_dates_from_modal{
  width: 100%!important;
  margin:0px;
  font-size:18px!important;
  height:42px;
}
.modal-header {
  text-align: right;
  border: 0px;
}
.modal-title{
  font-size: 19px!important;
  line-height: 18px;
}
.close{
  font-size: 30px;
}
#checkin_dates_modal,#checkout_dates_modal{
  font-size:14px;
}
.close{
  float: none;
}
.modal_title{
  text-align: center;
}
.modal-open .modal{
  overflow-y: hidden;
}
@media (max-width: 880px){
  .modal-dialog{
    width: auto;
    margin:30px 10px;
  }
}
@media (min-width: 880px){
  .modal-dialog{
    width: 860px;
  }
}
@media (min-width: 769px){
  .modal-dialog{
    min-height: 130px;
  }
  #checkin_div_modal,#checkout_div_modal{
    width: 33%!important;
    margin-right:0.5%;
  }
  .check_availability_modal_desktop{
    width: 33%!important;
  }
  .modal-content{
    min-height: 130px;
    padding: 16px;
  }
  .modal-body{
    padding: 10px 9px 13px;
  }
  .modal-header{
    padding: 0px;
    padding-left: 9px;
  }
  .modal_title{
    padding: 0px 0px 10px;
    text-align: left;
    margin-top: 5px!important;
  }
}
@media (max-width: 768px){
  .check_availability_modal_desktop{
    margin-top: 10px;
  }
  #checkin_div_modal,#checkout_div_modal{
    width: 49%!important;
  }
  #checkin_div_modal{
    margin-right:2%;
  }
  .modal-header{
    padding: 5px;
  }
  .modal-body{
    padding: 10px 9px 13px;
  }
  .modal-dialog{
    margin: 10px;
  }
}
@media (min-width: 768px) and (max-width: 769px){
  .check_availability_modal_desktop{
    margin-top: 10px;
  }
  #checkin_div_modal,#checkout_div_modal{
    width: 49%!important;
  }
  #checkin_div_modal{
    margin-right:2%;
  }
  .modal-header{
    padding: 5px;
  }
  .modal-body{
    padding: 10px 9px 13px;
  }
  .check_availability_modal_desktop{
    width: 100%!important;
  }
  #checkout_div_modal{
    margin: 0px;
  }
}
*/
.page-link.active {
  border: 2px solid #E4006B;
  -webkit-box-shadow: 0 0 5px rgba(255,9,121,0.5);
  box-shadow: 0 0 5px rgba(255,9,121,0.5);
  background-color: white;
  color: var(--bs-pagination-color);
  outline: none;
}
/*modal with dates end*/
.provider_small_icon img{
  height: 16px;
  width: 16px;
}
.provider_small_icon{
  display: flex;
  justify-content: center;
  align-items: center;
}
.provider_name_small_icon{
  display: flex;
  align-items: center;
  column-gap: 3px;
}
.provider_name_small_icon img{
  height: 16px;
  width: 16px;
}
.lowest_price_and_provider{
  column-gap: 3px;
}
.partner_providers{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 5px 0px 0px;
  row-gap: 7px;
  column-gap: 10px;
  justify-content: space-evenly;
}
.partners_button{
  cursor: pointer;
  background-color: white;
  border-radius: 4px;
  padding: 7px 12px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  width: 160px;
  border:1px solid #D3D3D3;
  border-radius:4px;
}
.partners_button:hover{
  background-color: rgb(243,244,245);
}
.partners_button a{
  text-decoration: none;
  display: flex;
  align-items: center;
}
.fa-external-link{
  color: #1A0DAB;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}
.partners_text{
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
  margin: 0px 8px 0px 16px;
}
.provider_deal_photo{
  max-width:110px!important;
  height:20px;
}

/*footer start*/
.icons_color{
  filter: invert(13%) sepia(100%) saturate(5227%) hue-rotate(324deg) brightness(87%) contrast(105%);
}
/*footer end*/

#notice_price_sortby_showmap{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 12px;
}
#notice_text{
  margin-top: 5px;
  font-size: 13px;
  display: flex;
  column-gap: 5px;
  align-items: center;
  width: 100%;
}

#notice_info{
  display: flex;
  border: 2px solid rgb(87, 87, 87);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  justify-content: center;
  align-items: center;
  color: rgb(87, 87, 87);
}
.process_url, .provider_link {
  color: #1A0DAB;
  cursor: pointer;
}
.your_choice{
  color: #349719;
  font-size: 13px;
}
.your_choice_div{
  display: flex;
  text-align: right;
  justify-content: flex-end;
}
.your_choice_main{
  color: #349719;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
}

.members_only_div{
  display: flex;
  text-align: right;
  justify-content: flex-end;
}
.members_only_main{
  color: #B12704;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
}

.lowest_tag_div{
  display: flex;
  text-align: right;
  justify-content: flex-end;
}
.lowest_tag_main{
  color: lime;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
}

.main_price_discount_mobile{
  display: flex;
  flex-direction: row;
  padding: 10px 6px;
  border: 1px solid #38487E;
  border-radius: 4px;
  margin-top: 4px;
  font-weight: bold;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: aliceblue;
}
.main_price_discount_mobile span{
  color: #38487E;
}
.unlock_link_mobile{
  color: #38487E;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.fa-lock{
  font-size: 20px;
  color: #38487E;
}



@media (min-width: 480px){
  .checkin_calendar_icon, .checkout_calendar_icon, .customer_icons{
    padding: 4px;
    display: block;
  }
  .mobile_price_static{
    display: none;
  }
  .desktop_price_static{
    display: block;
  }
  .hotel_main_price_static{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: space-between;
  }
}
@media (min-width: 768px){
  .openbtn{
    display:none;
  }
  #first_name_icon{
    display: none;
  }
  #first_name{
    display: inline-block;
  }
  #currency_menu, #flags_menu, #login_menu{
    padding: 0px 16px;
  }
  .hotel_li_top_result, .hotel_li{
    padding-bottom: 10px;
  }
  .hotel_details_container_static{
    grid-row: 1/3;
  }
  .hotel_li_name_link{
    font-size: 18px;
  }
  .fi {
    font-size: 13px;
  }
  .region_info_flag_map .show_on_map{
    display: block;
  }
  .rating_text{
    font-size: 13px
  }
  /* .beachfront_show{
    display: flex;
    align-items: center;
    column-gap: 3px;
    padding: 0px 8px 4px 16px;
  } */
  /* .hotel_main_price_container_static.desktop_price_static{
    padding: 0px 8px 0px 16px;
  } */
  .input-group.btn_show_prices_desktop{
    justify-content: flex-end;
  }
  /* .below_image{
    padding:0px 8px;
  } */
  #traveldatesModal .modal-content{
    min-height: 130px;
    padding: 16px;
  }
  #travel_dates_and_rooms_selection_div_modal{
    flex-direction: row;
  }
  .modal_title{
    text-align: left;
  }
  .checkin_checkout_div{
    width: 66.6666%;
  }
  .check_availability_modal_desktop{
    width: 33.33333%;
  }
  #checkin_div_modal, #checkout_div_modal{
    margin-right: 1%;
  }
  .check_availability_modal_desktop{
    margin-top: 0px;
  }
  #going_to_places{
    padding: 5px;
    font-size:20px;
  }
  .show_mobile{
    display:none!important;
  }
  .show_desktop{
    display:none!important;
  }
  .show_tablet{
    display:block!important;
  }
}
@media (min-width: 1024px){
  .tabs_title_font{
    font-size: 16px;
  }
  .tabs_content_font{
    font-size: 14px;
  }
  .info_collection_name, .ajax_info_collection_name, .hoteldetails_collection_title{
    font-size: 15px;
  }
  .colDescDiv{
    padding-left: 30px;
  }
  #going_to_places{
    padding:0px 10px 0px 36px;
  }

  .show_mobile{
    display:none!important;
  }
  .show_tablet{
    display:none!important;
  }
  .show_desktop{
    display:block!important;
  }
  .green_box_title{
    font-size: 16px;
  }
  #left_bar{
    display: block;
  }
}
@media (min-width: 880px){
  #traveldatesModal .modal-dialog{
    width: 860px;
    margin:30px auto;
  }
}
.no-scroll{
  overflow: hidden;
}