html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  }
  body{
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    /*font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;*/
    font-family: 'Roboto', sans-serif!important;
    font-size: 14px;
    background-color:#E0E0E0;
  }
  *:focus {
      outline: 0;
  }
  a {
    color: #1A0DAB;
    text-decoration: none;
    }
  h1 {
    font-size:24px;
    font-weight: bold;
    margin: 0px;
  }
  h3 {
    font-weight: bold;
  }
  input, textarea {
    -webkit-border-radius: 0;
  }
  .slick-prev, .slick-prev:focus {
      left: 0px;
      z-index: 1;
      /*background: url('/assets/img/previous.png') no-repeat!important;*/
      width:200px;
      height:44px;
  }
  .slick-prev:hover {
      left: 0px;
      z-index: 1;
      /*background: url('/assets/img/previous-hover.png') no-repeat!important;*/
      width:200px;
      height:44px;
  }
  .slick-next, .slick-next:focus {
      right: 0px;
      z-index: 1;
      background: url('/assets/img/next.png') no-repeat!important;
      width:200px;
      height:44px;
  }
  .slick-next:hover {
      right: 0px;
      z-index: 1;
      background: url('/assets/img/next-hover.png') no-repeat!important;
      width:200px;
      height:44px;
  }
  .slick-disabled {
    display:none!important;
  }
  /* @media (max-width: 1150px) {
    .brand img {
      margin-left: 6px!important;
    }
  } */
  @media (max-width: 1110px) {
    .slick-prev, .slick-next{
      display:none!important;
    }
  }
  .modal-open {
      padding-right: 0px !important;
  }
  .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] {
    width:86px!important;
  }
  .collection_checkbox{
    cursor: pointer;
  }
  .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%;
  }
  .sidenav {
      height: 100%;
      width: 100%;
      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;
      display: none;
  }
  .sidenav .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px;
  }
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  #checkin_div_mobile, #checkout_div_mobile{
    margin-left:calc(50% - 154px)!important;
  }
  #brand_mobile{
    padding:0px!important;
  }
  .hotel_li_name_link, .hotel_li_name_link:hover{
    color:#000!important;
    text-decoration: none!important;
  }
  .see_room_types_button:hover{
    background-color:#E6E6E6;
  }
  .lnbreak{
    display:none;
  }
  /* .show_mobile{
    display:none!important;
  }
  .show_tablet{
    display:none!important;
  }
  .show_desktop{
    display:block!important;
  } */
  .collection_tab_nodisplay{
      display:none!important;
  }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: text;
    background-color: #FFF;
    opacity: 1;
  }
  #overlay{
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
  }
  #header_part{
    position:relative;
    margin:0px auto 10px auto;
    width:1146px;
    height:190px;
    overflow:hidden;
  }
  #header_inside{
    position:absolute;
    width:1146px;
  }
  /* #h1_text{
    font-size:24px;
    color:#000;
    text-align:left;
  } */
  #travel_dates_form_top{
    margin-top:4px;
    margin-left:auto;
    margin-right:auto;
  }
  .loader, .main_loader, .lastminute_loader,
  .loader:before, .main_loader:before, .lastminute_loader:before, .loader:after, .main_loader:after, .lastminute_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, .lastminute_loader {
    color: #E4006B;
    font-size: 10px;
    margin-left: auto;
    margin-right: 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, .lastminute_loader:before, .loader:after, .main_loader:after, .lastminute_loader:after{
    content: '';
    position: absolute;
    top: 0;
  }
  .loader:before, .main_loader:before, .lastminute_loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .loader:after, .main_loader:after, .lastminute_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: 60px;
      position: absolute;
      width: 96%;
  }
  .hotel_info_tab{
    padding-right: 10px;
  }
  a:hover {
    color: #1A0DAB;
    text-decoration: underline;
  }
  .searchform-container{ margin: auto; margin-top: 0px; position: absolute; top: 0px; z-index:11;  }
  .nav-tabs li {
    margin-bottom: 0px;
  }
  .travelmyth_no_prices_link a:link, .travelmyth_no_prices_link a:active, .travelmyth_no_prices_link a:visited, .travelmyth_no_prices_link a:focus, .travelmyth_no_prices_link a:hover {
    text-decoration: none;
  }
  .nav-tabs li a {
    line-height: 12px;
      margin-right: 4px;
      color: #3F3F3F;
      float: left;
      height: 24px;
      background-color: #F6F6F6;
      display: block;
      overflow: hidden;
      border:none;
      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;
  }
  .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 {
    width: 1146px;
    margin-left: auto;
    margin-right: auto;
    min-height: 40px;
    line-height: 20px;
    padding-right: 0px;
    padding-left: 0px;
    *zoom: 1;
  }
  .navbar-inverse .navbar-inner {
    background-color: #FFFFFF;
    border-color: #252525;
  }
  .navbar .brand {
    padding: 5px 0px 5px;
  }
  .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;
    margin-bottom: 0px;
  }
  .navbar-fixed-top{
    border-width: 0px;
  }
  .navbar-default{
    border-color:#E9E9E9;
  } */
  #add_some_filters_title{
    margin-top:4px;
    margin-bottom:6px;
    color:#333;
    font-size:18px;
  }
  .box-borders {
    border-left: 1px solid #DFE0E4;
    border-bottom: 1px solid #D0D1D5;
    border-right: 1px solid #DFE0E4;
    border-top: 1px solid #E5E6E9;
  }
  .box-borders-left {
    border-left: 1px solid #DFE0E4;
    border-bottom: 1px solid #D0D1D5;
    border-right: 1px solid #DFE0E4;
    border-top: 1px solid #E5E6E9;
  }
  #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;
  }
  .collection_checkboxes{
    float:left;
    line-height:28px;
    height:28px;
    margin:0px;
    padding:0px;
    font-size:inherit;
  }
  .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;
  }
  .main_content_borders {
    border-width: 1px;
    border-style: solid;
    border-color: #E5E6E9 #DFE0E4 #D0D1D5;
    background-color: #FFF;
  }
  .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:30px !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:bold;
    cursor: pointer;
  }
  .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:30px !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;
  }
  .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;
  }
  .btn-lg-collections {
    height:85px;
  }
  
  .tab-content {
    padding-left: 0px;
    margin-bottom:10px;
  }
  .tab-pane {
    margin-top:-1px;
    border: 1px solid #AAA;
    padding: 0px 0px 0px 0px;
    margin-left: 0px;
    margin-right: 16px;
  }
  .collection_answer{
    width:600px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .question{
    font-size:16px;
    color:#828282;
  }
  .answer{
    font-size:16px;
  }
  .nav-tabs {
      margin-bottom: 0;
  }
  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: 0px;
    min-height: 300px;
    width: 640px;
    list-style: none outside none;
    border: 0 none;
    padding: 0;
    text-decoration: none;
    text-indent: 0;
    vertical-align: baseline;
  }
  .hotel_li, .hotel_li_top_result {
    background: none repeat scroll 0 0 #FFFFFF;
    display: inline-block;
    height: auto;
    line-height: 20px;
    margin-top: 0;
    padding-bottom: 12px;
    padding-right: 19px;
    position: relative;
  }
  .hotel_li_name {
    color: #000 !important;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    height: 22px;
    line-height: 20px;
    overflow: hidden;
    width: 100%;
  }
  .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-top:4px;
    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 {
    position: relative;
    margin-right: 0;
    float: left;
    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 {
    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;
  }
  .change_dates_button {
    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;
    display: inline-block;
    overflow: hidden;
  }
  .check_availability_button{
    background-color: #E4006B;
    padding-left: 0px;
    padding-right: 0px;
    color: #FFFFFF;
    left: 0;
    line-height:20px;
    margin: 0;
    position: relative;
    border: 0px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    padding: 7px 8px 7px 12px;
    height: 40px;
    width: 100%;
  }
  #select_room_button {
    background-color: #E4006B;
    padding-left: 0px;
    padding-right: 0px;
    color: #FFFFFF;
    height: 34px;
    left: 0;
    line-height:18px;
    margin: 0;
    position: relative;
    border: 1px solid rgba(0, 1, 1, 0.15);
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    padding: 7px 12px 7px 12px;
    border-radius: 4px;
  }
  .show_prices_button_mobile {
    background-color: #E4006B;
    padding-left: 0px;
    padding-right: 0px;
    color: #FFFFFF;
    height: 40px;
    line-height:20px;
    margin-left:10px;
    margin-bottom:10px;
    position: relative;
    width: 96%;
    border: 1px solid rgba(0, 1, 1, 0.15);
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    overflow: hidden;
  }
  .show_prices_providers_list_text {
    position: relative;
    float: left;
    margin-top: 3px;
    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;
  }
  .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;
  }
  .main_content {
    margin-left: auto;
    margin-right: auto;
    width: 654px;
    float:right;
    position: relative;
  }
  .main_content_b {
    margin-left: auto;
    margin-right: auto;
    width:880px;
    position: relative;
    float:right;
  }
  .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;
      top: 90px;
      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 {
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    line-height: 1.2;
    text-rendering: optimizelegibility;
  }
  .date-picker-wrapper{
    z-index: 50001;
  }
  .photo-tooltip a{
    color:white;
  }
  .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-open{overflow:auto}
  .navbar-inner2 {
    background-color: #E9E9E9;
    font-weight: bold;
    z-index: 101;
  }
  .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;
  }
  .ui-autocomplete { height: 504px; 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; }
  #going_to_places::-webkit-input-placeholder { font-size:18px; }
  #going_to_places::-webkit-input-placeholder { font-size:18px; }
  #going_to_places::-webkit-input-placeholder { font-size:18px; }
  #going_to_places::-moz-placeholder { font-size:18px; }
  #going_to_places::-moz-placeholder { font-size:18px; }
  #going_to_places::-moz-placeholder { font-size:18px; }
  
  .ui-menu-item a
  {
  display:block;
  background: white!important;
  color:#5a5a5a!important;
  padding:0;
  margin:0;
  border:0;border-collapse:collapse;
  }
  
  .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;
  }
  #border_div1{
    cursor:text;
  }
  .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;
  }
  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;
  }
  .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:24px;
    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;
  }
  .process_url_hover:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .process_url_u {
    color: #1A0DAB;
    cursor: pointer;
  }
  .process_url_u:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .process_url_underline:hover {
    cursor: pointer;
    text-decoration: underline!important;
  }
  .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: bold;
  }
  .filter_region:hover {
    cursor: pointer;
    color: #1A0DAB;
    text-decoration: underline;
  }
  .remove_all_filters {
    cursor: pointer;
    color: #1A0DAB;
  }
  .remove_all_filters:hover {
    cursor: pointer;
    color: #1A0DAB;
    text-decoration: underline;
  }
  .destination_link {
    cursor: pointer;
    color: #1A0DAB;
    font-size:16px;
    font-weight: bold;
  }
  .destination_no_link {
    font-size:16px;
    font-weight:bold;
    color: #383D3F;
  }
  .destination_link:hover {
    cursor: pointer;
    color: #1A0DAB;
    font-size:16px;
    text-decoration: underline;
  }
  .show_more_hotel_info {
    cursor: pointer;
    background-color: #E9E9E9;
    color: #000;
    text-align: center;
    font-size:13px;
    padding:4px;
  }
  .more_hotel_info {
    cursor: pointer;
    background-color: #E9E9E9;
    color: #000;
    text-align: center;
    font-size:14px;
    padding:4px;
  }
  .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, #navigation_links a {
    line-height: 36px;
    font-size: 14px;
  }
  #navigation_links a {
    font-size: 14px;
    font-weight: bold;
  }
  #breadcrumb, #breadcrumb a {
    font-weight: bold;
    color: #000;
    line-height: 1em;
    font-size:12px;
  }
  #showing_hotels_in{
    color: #959595;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
  }
  .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-right:4px;
    cursor:pointer;
    background:#34356A;
    color:white;
    text-align:center;
    padding:0px 10px 3px 10px;
    font-size:20px;
    border-radius: 8px;
  }
  .tag:hover
  {
    cursor:pointer;
    color:white;
    background:#D32232!important;
  }
  .top_tag
  {
    margin-right:4px;
    cursor:pointer;
    background:#95B6DE;
    color:white;
    text-align:center;
    padding:0px 10px 3px 10px;
    font-size:20px;
    border-radius: 8px;
  }
  .top_tag:hover
  {
    cursor:pointer;
    color:white;
    background:#34356A!important;
  }
  .dates_boxes input{
    text-indent:10px!important;
    font-weight:bold!important;
  }
  .checkin_datebox{
    border:1px solid #ccc!important;
    border-top-left-radius:4px!important;
    border-bottom-left-radius:4px!important;
    -webkit-border-top-left-radius:4px!important;
    -webkit-border-bottom-left-radius:4px!important;
  }
  .checkout_datebox{
    border-top:1px solid #ccc!important;
    border-bottom:1px solid #ccc!important;
    border-right:0;
  }
  .dates_boxes .input-group-addon{
  
  }
  #travel_dates_and_rooms_selection_div input, #travel_dates_and_rooms_selection_div_modal input{
    border:none;
    padding:0px;
    width:100%;
  }
  @media screen and (max-width: 420px) {
    /* #travel_dates_and_rooms_selection_div input, #travel_dates_and_rooms_selection_div_modal input{
      width:85px!important;
    } */
  }
  input:focus
  {
    outline-width:0;
  }
  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;
  }
  .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;
  }
  
  /* .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin:0px;
  } */
  /* .navbar-collapse{
    box-shadow: none;
    padding: 0px;
  } */
  #breadcrumb_div{
    width:1146px;margin-left:auto;margin-right:auto;text-align:left;position:relative;
  }
   /* #breadcrumb_div2{
    width:1146px;margin-left:auto;margin-right:auto;text-align:left;position:relative;
  } */
  #header_photo_div{
    width:982px;
    margin:-3px;
    text-align:center;
    position:relative;
    min-height:196px;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    position:absolute;
  }
  #left_and_main_div{
    width:1146px;margin-left:auto;margin-right:auto;padding-top:7px;
  }
  .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;
  }
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    input {
      font-size: 16px;
    }
  }
  @media (max-width: 1110px) {
    .container, #breadcrumb_div, #left_and_main_div, #header_part, #header_inside{
      max-width:976!important;
    }
    /* .show_tablet{
      display:none!important;
    } */
    #show_map_button_tablet{
      display:none!important;
    }
    #navbar_header{
      margin:0px!important;
      padding-left:10px;
    }
    #travel_dates_div{
      padding-left:5px!important;
      padding-right:5px!important;
    }
    #travel_dates_and_rooms_selection_div_modal{
      width:100%!important;
      margin-top:4px!important;
    }
    #travel_dates_form_group{
      margin-bottom:4px!important;
    }
    #search_button_div{
      padding-right:4px!important;
    }
    .main_content_b {
      float:none!important;
    }
    #left_bar{
      display:none!important;
    }
  }
  
  @media (max-width: 992px) {
    .submit_search{
      width: 200px!important;;
    }
    .lnbreak{
      display:block;
    }
    .hotel_li_image_div{
      width:230px!important;
    }
    .show_prices_div_dates{
      margin-left:242px!important;
    }
    .change_dates_button{
      width:200px!important;
    }
    .main_content_b{
      width:760px!important;
    }
    .main_content{
      float:none!important;
      left:auto!important;
      width:654px!important;
    }
    .container, #breadcrumb_div, #left_and_main_div, #header_part, #header_inside, #content_main{
      width:100%!important;
    }
    /* #navbar_container{
      width: auto!important;
      padding: 0px 12px 0px 6px!important;
    } */
    #navbar_header{
      margin:0px!important;
      padding-left:10px;
    }
    #travel_dates_div{
      padding-left:5px!important;
      padding-right:5px!important;
    }
    #travel_dates_and_rooms_selection_div_modal{
      width:100%!important;
      margin-top:4px!important;
    }
    #travel_dates_form_group{
      margin-bottom:4px!important;
    }
    #search_button_div{
      padding-right:4px!important;
    }
  }
  @media(min-width: 768px) and (max-width: 992px){
    /* .form-group{
      margin-left:10px;
    } */
  }
  @media (max-width: 768px){
    .main_loader{
      margin-top:0px!important;
    }
    .hotel_name_area_static{
      padding-right:0px!important;
    }
    .form-control{
      /*width:initial!important;*/
    }
    .checkin_calendar_icon, .checkout_calendar_icon{
      display:none!important;
    }
    .hotel_li_name_txt{
      font-size: 16px!important;
    }
    .hotel_in_txt, .destination_no_link{
      font-size:12px!important;
    }
    .hotel_ratings_div{
      position:relative!important;
      text-align:left!important;
    }
    .dates_and_providers_div{
      padding-left:2px!important;
    }
    .reviews, .reviews_rating{
      font-size:12px!important;
    }
    .main_content_b{
      width:100%!important;
      min-width:316px!important;
      max-width:630px!important;
      padding-left:2px!important;
      padding-right:2px!important;
    }
    /* .show_desktop, .show_tablet{
      display:none!important;
    }
    .show_mobile{
      display:block!important;
    } */
    .show_prices_div_dates {
        margin-left: 102px !important;
    }
    #border_div1{
      width:auto!important;
    }
    .box-borders{
      border-bottom: 0px;
      width:100%!important;
      padding-top:2px!important;
      padding-bottom:2px!important;
      -moz-border-radius:5px;
      border-radius:5px;
    }
    body{
      padding:0px!important;
    }
    h1{
      line-height: 22px!important;
      padding-top: 0px!important;
    }
    #travel_dates_div{
      padding-left:5px!important;
      padding-right:5px!important;
    }
    #travel_dates_and_rooms_selection_div_modal{
      width:100%!important;
      margin-top:4px!important;
    }
    #travel_dates_form_group{
      margin-bottom:4px!important;
    }
    #search_button_div{
      padding-left:4px!important;
      padding-right:4px!important;
    }
    #breadcrumb_div{
      margin-top:2px!important;
      border-top: 1px solid #D8D8D8!important;
      padding-left:4px!important;
      padding-right:4px!important;
    }
    #room_selection_div .form-group{
      margin-bottom:4px!important;
    }
    #room_selection_div .form-control{
      display: inline !important;
    }
    .collection_tab_desktop, .collection_tab_nodisplay{
      display:none!important;
    }
    .hotel_photo, .hotel_photo_image{
      width: 100px!important;
    }
    /* #h1_text{
      font-size:18px!important;
      line-height: 1.1em!important;
      padding-left:2px!important;
    } */
    #header_social{
      display:none!important;
    }
    /* .brand img{
      height:auto!important;
      width:100px!important;
    } */
    .pull-left{
      padding:4px;
    }
    .pull-left .openbtn{
      line-height: 30px!important;
    }
   .main_content{
    float:none!important;
    left:auto!important;
    width:98%!important;
    }
    .container #breadcrumb_div, #left_and_main_div, #main_content_header{
      width:100%!important;
    }
    #main_content_header, #price_sortby_showmap_div{
      padding-left:2px!important;
    }
    #add_some_filters_title, #add_some_filters_example{
      font-size:13px!important;
    }
    .hotel_li_top_result, .hotel_li{
      width:100%!important;
      padding-left:4px!important;
  
    }
    .checkin_datebox, .checkout_datebox{
      width:92px!important;
      font-size:12px!important;
    }
    .input-group-addon{
      padding: 6px 6px!important;
    }
    .show_prices_div_check_dates{
      width:240px!important;
    }
    .checkout_label{
      width:140px!important;
    }
    .hotel_li_image_div {
      width: 100px!important;
    }
    .dates_boxes{
      width:240px!important;
    }
    .box-borders2{
      padding-top:0px!important;
      margin-top:6px!important;
      width:100%!important;
    }
    .hotel_result2{
      padding-bottom:4px!important;
    }
    .hotel_result{
      padding-right:4px!important;
      padding-left:4px!important;
    }
    .hotel_repeat{
      width:100%!important;
      background-color: transparent!important;
      margin: auto;
    }
    #paging_footer{
      width:100%!important;
    }
    .below_image{
      padding-left:2px!important;
      padding-right:2px!important;
    }
    .nav > li > a {
        padding: 4px 4px;
    }
    #navbar_header {
      padding-left: 2px;
    }
    .region_box_outer, .region_box_inner, #more_box_div, .more_boxes{
      /*width:50px!important;*/
    }
    .number-of-results-2{
      /*
      line-height:20px;
      height:30px;
      font-size:12px;
      */
      padding:5px 10px;
    }
    #header_photo_div{
      margin:none!important;
      height: 146px!important;
    }
    #header_part{
      margin:0px;
      height: 160px!important;
    }
    #sort_by{
      margin-top:4px;
      margin-bottom:4px;
    }
    .container{
      height:auto!important;
    }
    .flexslider_image{
      width:300px!important;
    }
    .hotel_image{
      width:300px!important;
    }
    .flexslider{
      width:232px!important;
    }
    .hotel_image_source{
      margin-right:10px!important;
    }
    .photo_rows{
        width: 312px!important;
    }
    .flexislider_thumbnail_navigation{
      width:232px!important;
    }
    .map_content{
      width:324px!important;
    }
    .photos_content{
      padding-left: 6px!important;
    }
    .tab-pane{
      margin-right:0px!important;
    }
    .collection_answer{
      width:280px!important;
    }
  }
  @media (max-width: 400px){
    /* #visitor_information_form{
      margin:10px!important;
    } */
    #room_selection_div .form-control{
      display: inline !important;
    }
    #room_selection_div{
      font-size:13px!important;
    }
    #rooms_selection_modification_div{
      margin:0px 0px 4px 0px!important;
    }
    .rooms_selection_modification_txt{
      font-size:14px!important;
    }
  }
  /* Always float the navbar header */
  /* .navbar-header {
    float: left;
  }
  
  /* Undo the collapsing navbar */
  .navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  
  .navbar-toggle {
    display: none;
  }
  .navbar-collapse {
    border-top: 0;
  }
  
  .navbar-brand {
    margin-left: -15px;
  }
  
  /* Always apply the floated nav */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding: 15px;
  }
  
  /* Redeclare since we override the float above */
  .navbar-nav.navbar-right {
    float: right;
  }
  
  /* Undo custom dropdowns */
  .navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #428bca !important;
  }
  .navbar .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
  }
  .dropdown-menu {
    margin:0;
  }
  .navbar-inverse .navbar-inner {
    background-color: #E0E0E0;
    border-color: #252525;
  }
  .navbar-inverse{
    background-color: #E0E0E0;
  } */
  a.brand.show_desktop:hover{
    text-decoration: none;
  }
  .flag_image{
    vertical-align: middle;
  }
  .flag_content.row{
    margin-left: 0px;
    margin-right: 0px;
  }
  .login_content.row{
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
  }
  #user_menu{
    line-height:32px!important;
  }
  .form_group{
    margin-left:10px;
  }
  .hotel_details_rating{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: bold;
    padding: 0px 8px 4px 6px;
    font-size: 15px;
  }
  .circle_rating{
    border-radius: 50%;
    width: 34px;
    height: 34px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
  }
  .rating_text{
    margin-left: 8px;
    font-size: 16px;
  }
  .hoteldetails_titles{
    font-size:24px;
    font-weight:bold;
    margin-bottom:10px!important;
    margin-top:20px!important;
    color:#383D3F;
    display:block;
    border-bottom:2px #CCCCCC solid;
    line-height: 1.42857143!important;
  }
  .hoteldetails_titles_reviews{
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px!important;
    margin-top:20px!important;
    color:#383D3F;
    display:block;
    border-bottom:2px #CCCCCC solid;
    line-height: 1.42857143!important;
  }
  .rooms_types_names{
    font-size:14px;
    font-weight:700;
  }

  @media (min-width: 1024px){
    .tabs_title_font{
      font-size:16px;
    }
    .tabs_content_font{
      font-size:14px;
      line-height: 18px;
    }
    /* .info_collection_name{
      font-size:15px;
    } */
    .info_collection_icon{
      font-size:24px;
    }
    .hoteldetails_titles{
      font-size:24px!important;
    }
  }
  @media (min-width: 767px){
    .tabs_title_font{
      font-size:16px;
    }
    .tabs_content_font{
      font-size:14px;
      line-height: 18px;
    }
    /* .info_collection_name{
      font-size:15px;
    } */
    .info_collection_icon{
      font-size:24px;
    }
    .hoteldetails_titles{
      font-size:24px!important;
    }
  }
  @media (max-width: 767px){
    .tabs_title_font{
      font-size:13px;
    }
    .tabs_content_font{
      font-size:12px;
      line-height: 18px;
    }
    /* .info_collection_name{
      font-size:13px;
    } */
    .info_collection_icon{
      font-size:20px;
    }
    .hoteldetails_titles{
      font-size:20px!important;
    }
    h1{
      font-size: 24px!important;
    }
    /* .change_dates_button_desktop{
      width: 100%;
      max-width: none;
    } */
  }
  @media screen and (max-width:425px){
    .most_searched_footer_content{
      font-size:12px;
    }
  }
  /* #select_dates_from_modal, .check_availability_button{
    width: 100%!important;
    margin:0px;
    font-size:14px!important;
    height:40px;
  }
  .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;
  } */
  .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: 10px; */
  }
  .change_dates_button_desktop:hover{
    text-decoration: underline;
  }
  /* .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){
    /* .change_dates_button_desktop{
      width: 220px;
      max-width: none;
    }
    .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;
    } */
    /* .guests_div_inner span{
      padding: 0px!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;
    } */
    /* .check_availability{
      margin-top: 12px;
    } */
    /* .dates_title{
      text-align: center;
    } */
    /* #guests_div, .check_availability{
      padding: 0px!important;
    } */
  }
  @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;
    } */
    /* #guests_div{
      padding: 0px 5px 0px 0px!important;
    }
    .check_availability{
      margin-top: 0px!important;
    }
    .guests_div_inner span{
      padding: 0px!important;
    } */
  }
  @media (max-width: 900px){
    .col-sm-3.check_availability{
      width: 100%;
    }
    #checkin_div.col-sm-3, #checkout_div.col-sm-3, #guests_div.col-sm-3{
      width: 33.33333333%;
    }
    #guests_div{
      padding: 0px!important;
    }
    .check_availability{
      margin-top: 12px;
    }
  }
  /* .dates_title{
    margin-bottom: 5px!important;
  } */
  .bg-danger{
    text-align:center;
  }

  /* New css for home after boostrap 5 and new design */
a{
  text-decoration: none;
}
.bg-danger{
  background-color: #f2dede!important;
}
/* 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%;
  padding-left:4px;
}
.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;
  font-size: 26px;
}
#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;
}
#brand_mobile img{
  margin-top: 6px;
  margin-left: 6px;
}
#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;
}
#flag_text{
  display: none;
}
#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*/
#content_main{
  max-width: 1000px;
  padding-right: 12px;
  padding-left: 12px;
}
#backbutton_breadcrumb{
  display: flex;
  align-items: center;
  max-width: 976px;
  margin-top: 8px;
  column-gap: 10px;
}
#backbutton{
  width: 25px;
  height: 25px;
  min-width: 25px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: white;
  }
  #backbutton a{
    text-decoration: none;
  }
  #backbutton .fa-chevron-left{
    width: 13px;
    height: 13px;
  }
#breadcrumb_div2{
  font-size:12px;
}
.top_hoteldetails_lowest_price{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top:10px;
}
#top_hotel_details{
  padding-top: 30px;
  width: 100%;
}
#h1_text{
  width: 100%;
  font-size: 24px;
  line-height: 1.1em;
  color: #000;
  text-align: left;
  margin-top:4px;
}
#location_details{
  width: 100%;
}
.star_ratings, .icon-key-fill{
  font-size:14px;
  color: #E68A2E;
  margin-right: 2px;
}
.location_text{
  font-size: 14px;
}
.address_text{
  font-size: 14px;
  color:gray;
}
#lowest_price_div{
  display: none;
  text-align: right;
}
#lowest_price small{
  color: gray;
}
#show_on_map{
  display: none;
  font-size: 14px;
}
.hotel_details_rating_top{
  margin-top: 3px;
  margin-bottom: 10px;
}
a.rating_top{
  color: #212529;
  text-decoration: none;
}
.rating_top{
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  width:fit-content;
}
.provider_rating_top{
  display: flex;
  flex-direction: row;
  align-items: center;
  width:fit-content;
  line-height: 1;
}
.circle_rating_top{
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.rating_text_top{
  font-weight: bold;
  margin-left: 4px;
  font-size: 13px;
}
.dates_title{
  margin-bottom: 5px;
  text-align: center;
}
.dates_title_text{
  font-size:14px;
  font-weight: bold;
}
/* #travel_dates_and_rooms_selection_div{
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  flex-direction: row;
} */
.calendar_guest_button_div{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.calendar_guest_div{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top:6px;
}
.calendar_dates{
  display:flex;
  height: 40px;
  width: 100%;
}
#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:12px;
  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: 100%;
  height:40px;
  position: relative;
}
.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:12px;
  display:flex;
  flex-direction:column;
  line-height:17px;
}
.guests_text_desktop{
  display: none;
}
.licence_text{
  display: flex;
  flex-direction: row;
}
.form-control.input{
  font-size: 12px;
}
/*main_content hotelpages 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: 16px;
  height: 43px;
}
/*modal with dates end*/

/*info fields hoteldetails start*/
.show_scrollable_div{
  margin-right: -12px;
}
.hotel_infos{
  margin-top: 10px;
  margin-bottom: 10px;
}
.info_collection_name{
  font-size:13px;
}
.info_collection_icon{
  width: 24px;
  display: flex;
  justify-content: center;
}
.hotel_info_field{
  margin-top:0px;
  margin-bottom:10px;
}
.hoteldetails_titles_reviews{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #383D3F;
  display: block;
  border-bottom: 2px #CCCCCC solid;
  line-height: 1.42857143;
}
.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;
}
.reviews_icon_title_field{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review_icon_title{
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.read_reviews{
  font-size:12px;
}
.colDescDiv{
  padding-left: 34px;
}
.reviews_desc_div{
  padding-left: 34px;
}
.hoteldetails_collection_title, .hoteldetails_reviews_title{
  font-weight:bold;
  color:#383D3F;
}
/*info fields hoteldetails end*/

/*similar hotels start*/
.similar_rooms{
  max-width: 976px;
}
.similar_hotels_div{
  position: relative;
  width: 100%;
}
.similar_hotels_inner_div{
  overflow: hidden;
  overflow-x: scroll;
}
.similar_hotels_inner_div2{
  display: inline-flex;
  column-gap: 10px;
}
.similar_hotels{
  width: 236.5px;
}
.card-title{
  margin-bottom: 0px;
}
.card>.list-group,.list-group-item{
  border: none;
}
.hotel_details_rating_similar{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
}
.circle_rating_similar {
  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_similar{
  margin-left: 4px;
  font-size: 12px;
}
ul.list-group{
  margin-bottom: 10px;
}
.list-group-item{
  padding:4px 15px;
}
/*similar hotels end*/

/*footer start*/
#footer_div>*{
  line-height: 20px;
}
.container{
  max-width: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.row{
  margin-left: -15px;
  margin-right: -15px;
}
.row>*{
  padding-left: 15px;
  padding-right: 15px;
}
.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,.most_searched_footer .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{
  padding-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);
}
.grid-container2{
  margin-bottom: 10px;
}
.icons_color{
  filter: invert(13%) sepia(100%) saturate(5227%) hue-rotate(324deg) brightness(87%) contrast(105%);
}
/*footer end*/
.show_mobile{
  display:block;
}
.show_desktop{
  display:none;
}
.show_tablet{
  display:none;
}
.prices_calendar_guest_div{
  width:100%;
}
.change_dates_calendar_guest_div{
  width:100%;
}
#lowest_price_div.lowest_price_div_show{
  display: none;
}
.partner_providers{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0px 5px;
  row-gap: 7px;
  column-gap: 10px;
  justify-content: center;
}
.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;
}
.partners_button a{
  display: flex;
  align-items: center;
}
.partners_button:hover{
  background-color: rgb(243,244,245);
}
.fa-external-link{
  color: #1A0DAB;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}
.partners_text{
  margin-top: 10px;
  font-weight: bold;
}
.change_dates_text{
  margin-top: 10px;
}

/*Complete Booking start*/
.booking_steps{
  display: none;
}
.finish_booking{
  display: flex;
  flex-direction: column;
}
.payment_details_booking{
  display: flex;
  flex-direction: column;
}
#visitor_information_form{
  margin-top: 10px;
  width: 100%;
}
.confirmation_pay{
  margin-top: 10px;
  width: 100%;
}
#booking_details{
  width: 100%;
  padding: 10px;
  border-bottom:2px solid #dbdbdb;
  background-color:#FFF;
  height: 100%;
}
.room_title, .your_details{
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.booking_hotel_details{
  display:flex;
  column-gap: 10px;
}
#collapseOne{
  display: none;
}
.title_guest, #passport_country_code_dropdown{
  appearance: auto;
}
/*Complete Booking end*/

/*Booking photos start*/
.modal_carousel{
  cursor: pointer;
}
#bookingphotosModal .modal-dialog{
  max-width: fit-content;
}
.photo_content{
  width: 100%;
  max-height: 80vh;
}
.booking_modal_close{
  position: absolute;
  top: 10px;
  right: 10px;
}
.booking_modal_close .fa-times{
  background-color: transparent;
  color: grey;
  border: 0;
  font-size: 25px;
}
.booking_modal_body{
  padding: 10px;
}
.booking_photo_prev,.booking_photo_next {
  position: absolute;
  top: 45%;
  font-size: 70px;
  font-weight: bold;
  color: grey;
  padding: 10px;
  cursor: pointer;
}

.booking_photo_prev {
  left: 0;
}

.booking_photo_next {
  right: 0;
}

/*Booking photos end*/

/*providers start */
/* .house_rules_field .tabs_title_font{
  border-bottom: 2px #CCCCCC solid;
} */
.house_rules_field p{
  margin: 0;
}
/* .house_rules_field table, .contact_info_field table{
  border-left: 2px solid #CCCCCC;
  border-right: 2px solid #CCCCCC;
  border-top: 2px #CCCCCC solid;
} */
/* .house_rules_field tr, .contact_info_field tr{
  border-bottom: 2px solid #CCCCCC;
} */
.house_rules_field td, .contact_info_field td{
  padding: 5px 8px 5px 0px;
}
.provider_info p{
  margin-left: 0px!important;
  margin-bottom: 16px!important;
}
.provider_important_item p{
  margin-bottom: 0px!important;
}
.provider_info li{
  margin-left: 0px!important;
}
.provider_info ul{
  margin-bottom: 16px;
  margin-left: 0px!important;
}
.provider_info{
  display: flex;
}
.provider_info_title{
  padding: 8px;
  font-weight:bold;
  color:#383D3F;
}
.provider_important_title{
  font-weight:bold;
  color:#383D3F;
  margin: 8px 0px;
  font-size: 14px;
}
.provider_info_content{
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 0px;
}
.provider_directions_info_content,.provider_important_info, .provider_distances_info_content, .provider_important_information_info_content,.provider_fee_content,.provider_optional_fee_content,.provider_breakfast_content, .provider_interest_points_info_content, .provider_hotel_info_content,.provider_airport_content,.provider_petpolicy_content{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1 1 0px;
}
.provider_content_item{
  width: 100%;
  padding: 8px 0px;
  padding-right: 8px;
}
.provider_important_content_item{
  padding: 6px 0px;
}
.provider_content_landmark{
  width: 50%;
  padding: 8px 0px;
  padding-right: 8px;
}
.provider_info_divider{
  border-top:2px #CCCCCC solid;
}
.provider_description{
  margin-bottom: 20px;
}
.managed_by{
  display: flex;
  background-color: rgba(99,189,0,0.36);
  margin-bottom:10px;
  margin-top:20px;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.managed_by_inner_div{
  display: flex;
}
.managed_by_text{
  font-size:16px;
  font-weight:bold;
  color:#383D3F;
  text-align: center;
}
.managed_by_travelmyth{
  width: 120px;
}
.managed_by_hotelplanner{
  width: 160px;
}
.hoteldetails_accordion_info{
  flex-direction: column;
  padding: 12px 0px;
}
.hoteldetails_accordion_content{
  display: none;
  padding-left: 24px;
}
.hoteldetails_accordion_title{
  width: 100%;
  display: flex;
}
.hoteldetails_accordion_down{
  font-size: 12px;
  right: 0px;
  transition: all 0.5s ease 0s;
  margin-left:auto;
}
.hoteldetails_accordion_opened{
  display: flex;
}
/*providers end */
.complete_managed_by{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  margin-top: 10px;
  border-radius: 8px;
  padding: 16px;
}
.complete_managed_by_hotelplanner{
  width: 100px;
  margin-top: 4px;
}

/*Hotel info fields*/

.info_title{
  font-weight: bold;
  color: #383D3F;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 30px;
  border-bottom: 2px #CCCCCC solid;
  line-height: 1.42857143;
}
.hotel_info_description{
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}
.hotel_info_fields{
  display: flex;
  flex-direction: column;
  padding: 12px 0px;
  font-size: 12px;
  line-height: 18px;
}
.hotel_info_titles{
  display: flex;
  width: 100%;
  padding: 8px;
  font-weight: bold;
  color: #383D3F;
  font-size: 13px;
}
.provider_info_row{
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1 0px;
}
.provider_info_column{
  flex-direction: column;
  justify-content: center;
}
.provider_info_row p, .provider_info_column p{
  margin: 0px;
}
.content_column{
  width: 100%;
}
.content_two_in_row{
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  padding: 8px 8px 8px 0px;
  column-gap: 5px;
}
.content_three_in_row{
  width: 100%;
  padding: 8px 8px 8px 0px;
}
.content_title{
  font-size: 14px;
}
.content_column .content_title{
  margin: 8px 0px;
  font-size: 14px;
}
.content_text{
  font-size: 14px;
}

.placeholder{
  color:rgb(33, 37, 41);
}


/*Price Box*/
.price_box_outer_div{
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  cursor: pointer;
}
.price_box{
  padding: 12px 8px 12px;
}
.compared_price_box{
  padding: 12px 8px 12px;
}
.box_offer{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.box_provider_photo{
  width: 60%;
}
.provider_logo{
  width: 130px;
  height: 20px;
}
.provider_travelmyth_logo{
  width: 130px;
}
.room_info_policy_included_mobile{
  line-height: 18px;
  margin-top: 5px;
}
.room_info_policy_included{
  display: none;
}
.room_info{
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
.room_name{
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  word-break: break-word;
}
.box_policy_included{
  margin-top: 4px;
}
.box_policy_included li{
  font-size: 13px;
}
.price_box .book_now{
  display: flex;
  flex-direction: column;
  text-align: right;
}
.compared_price_box .book_now{
  display: flex;
  text-align: right;
  column-gap: 16px;
}
.progress-on-click.button_with_prices{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 16px;
  color: white;
  padding: 7px 8px 7px 12px;
  background-color: #e4006b;
  border-radius: 4px;
  background-clip: padding-box;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 700;
  max-width: 100%;
  min-width: 110px;
}

.price_details{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main_price{
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.second_line small, .third_line small{
  color: gray;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 400;
}

#main_loader_div.row{
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
#lastminute_loader_div{
  display:none;
}
#no_prices_available{
  display: none;
}


.hotelplanner_phone_div{
  display: block;
  background-color: white;
  width: 100%;
  padding: 5px 10px;
  margin-top: 15px;
  cursor: pointer;
}
.hotelplanner_phone_div .fa-phone{
  margin-right: 7px;
  font-size: 14px;
}
.hpPhoneNumber{
  margin-left: 5px;
  font-weight: bold;
  font-size: 16px;
}

#lowest_room_types.cheaper_deals{
  border: 1px solid #009A8B;
  border-radius: 4px;
}

#selected_room_type{
  border-radius: 4px;
  margin-top: 20px!important;
}

#compared_room_types.found_other_deals{
  border: 1px solid #009A8B;
  border-radius: 4px;
}

#no_availability{
  color: #A80000;
  background-color: #f2dede;
  font-size: 14px;
  padding:10px;
  margin-bottom:20px;
  display: none;
  text-align: center;
}

#cheaper_deals, #found_other_deals{
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #009A8B;
  color: white;
  font-weight: bold;
  display: block;
  font-size: 16px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 1.42857143;
}
#selected_deal{
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: white;
  font-weight: bold;
  display: block;
  font-size: 16px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 1.42857143;
  border-bottom: 1px solid #e0e0e0;
}
#compared_deals{
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: white;
  font-weight: bold;
  display: block;
  font-size: 16px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 1.42857143;
  border-bottom: 1px solid #e0e0e0;
}
.selected_box, .lowest_box{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.price_box_outer_div.selected_box{
  margin-bottom: 0px;
}
.price_box_outer_div.lowest_box{
  margin-bottom: 0px;
}
.price_box_outer_div.compared_box{
  margin-bottom: 0px;
}
.price_box_outer_div.lowest_box:not(:last-child){
  border-bottom: 1px solid #e0e0e0;
}
.price_box_outer_div.compared_box:not(:last-child){
  border-bottom: 1px solid #e0e0e0;
}
#selected_room_type.cheaper_deal{
  border: 1px solid #009A8B;
}
#selected_room_type.cheaper_deal #selected_deal{
  background-color: #009A8B;
  color: white;
}

.compared_button{
  font-size: 30px;
  color: rgb(33, 37, 41);
}

.hotelplanner_mobile{
  display: flex;
  width: 100%;
  padding: 15px 10px;
  align-items: center;
  column-gap: 5px;
  background-color: white;
}
.hotelplanner_phone_text{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size:13px;
}
.hotelplanner_mobile .hpPhoneNumber{
  margin: 0;
  text-decoration: underline;
  font-size:15px;
}
.hotelplanner_mobile .fa-phone{
  font-size: 26px;
}
.hotelplanner_desktop{
  display: none;
}
.hotel_name_icons{
  display: flex;
  width: 100%;
}
.hotel_name_title{
  width:100%;
}
.icons_field{
  display: flex;
  justify-content: flex-end;
  column-gap: 5px;
}
#share_link{
  display:flex;
  column-gap: 15px;
  align-items: center;
}
#copy_button{
  font-size: 18px;
  cursor: pointer;
}
#copied_text{
  text-align: center;
  font-size: 13px;
  color:#37454E;
  display:none;
  margin-top:10px;
}
.heart_div,.share_div{
  display:flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  cursor:pointer;
}
.heart_icon,.share_icon{
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}
#saveHotelmodal .modal-dialog, #shareHotelmodal .modal-dialog{
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}
#saveHotelmodal .modal_header, #shareHotelmodal .modal_header{
  flex-direction: column;
  padding: 10px 10px 0px 10px;
  border: 0px;
}
#saveHotelmodal .modal_title, #shareHotelmodal .modal_title{
  border-bottom: 1px solid #D3D3D3;
  text-align: center;
  font-size:16px;
}

.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;
  width: 65%;
}
#share_link_input{
  background-color:white;
  border: 1px solid rgb(33, 37, 41);
  border-radius: 4px;
  color:#37454E;
  padding: 4px 8px;
  width: 90%;
}
.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;
}

/*Last minute css start*/
.airport_modal{
  cursor:pointer;
}
.search-container {
  position: relative;
  width: 300px;
  margin: 0 auto;
}

#search-bar {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

#suggestions-container {
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  z-index: 1000;
}

.suggestion {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

.suggestion:hover {
  background-color: #f0f0f0;
}
.highlighted{
  background-color: #38487E;
  color:white;
}
.airport_options:hover{
  background-color: #38487E;
  color:white;
  cursor:pointer;
}
#lastminute_title{
  display: none;
}
.hidden_boxes{
  display:none;
}
.show_more_lastminute{
  font-size:14px;
  font-weight:bold;
  text-align:center;
  cursor: pointer;
}

.per_person_outer{
  color: gray;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 400;
}
.per_person_price{
  color:#f2007d;
  font-weight:900;
  font-size: 20px;
}
.from_to_airport{
  margin-top: 2px;
  color:#349719;
  font-weight:600;
}
.fa-plane{
  font-size: 16px;
}
.airport_modal{
  font-size:13px;
  color:#1A0DAB;
  font-weight:bold;
}
.lm_roomname{
  color:gray;
  font-weight:400;
}
.lm_bed_icon{
  font-size:12px;
  color:gray;
}
.lm_mealplan{
  font-weight:400;
}
.lm_mealplan_icon{
  font-size:16px;
}
.flight_hotel_text{
  color: gray;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
}
.persons_nights_info{
  color: gray;
  font-size: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}
.lm_show_more{
  color:#1A0DAB;
  font-weight:bold;
}
/*Last minute css end*/

#show_more{
  display: none;
  cursor: pointer;
  text-align: center;
  background-color: white;
  border-radius: 4px;
}

#disclaimer{
  font-size: 11px;
  padding: 10px;
  border: 1px solid #38487E;
  color: grey;
  display: flex;
  column-gap: 5px;
}
#disclaimer_description{
  display:none;
}
#additional_reviews_faq{
  display:none;
}
#short_disclaimer{
  padding-left: 5px;
  line-height: 15px;
}
#disclaimer_show_more{
  font-size: 11px;
}
#disclaimer_info{
  min-width: fit-content;
}

@media (min-width: 400px){
  #flag_text{
    display: flex;
  }
  #currency_menu, #flags_menu, #login_menu{
    padding: 0px 4px;
  }
}
@media (min-width: 400px){
  .calendar_guest_div{
    flex-direction: row;
  }
  .calendar_dates{
    width: 66.66666%;
    padding-right: 2px;
  }
  #guests_div{
    width: 33.33333%;
  }
}
@media (min-width: 480px){
  .checkin_calendar_icon, .checkout_calendar_icon, .customer_icons{
    padding: 4px;
    display: block;
  }
  .price_from{
    padding: 0px;
  }
  .mobile_price_static{
    display: none;
  }
  .desktop_price_static{
    display: block;
  }
  .hotel_main_price_container_static.desktop_price_static{
    padding: 4px 4px 4px 8px;
  }
  .hotel_main_price_static{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: space-between;
  }
  .provider_content_item{
    width: 50%;
  }

  /*Hotel info fields*/
  .content_two_in_row{
    width: 50%;
  }
  .content_three_in_row{
    width: 50%;
  }
  .progress-on-click.button_with_prices{
    font-size: 14px;
  }
}
@media (min-width: 600px){
  .partner_providers{
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    row-gap:unset;
    column-gap: unset;
  }
  .hotelplanner_phone_div{
    text-align: center;
  }
}
@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;
  }
  #breadcrumb_div2{
    font-size:14px;
  }
  #h1_text{
    font-size: 26px;
  }
  .dates_title{
    text-align: left;
  }
  #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;
  }
  .show_mobile{
    display:none;
  }
  .show_desktop{
    display:none;
  }
  .show_tablet{
    display:block;
  }
  .hoteldetails_titles_reviews{
    font-size: 18px;
  }
  .info_collection_name{
    font-size:15px;
  }
  #lowest_price_div.lowest_price_div_show{
    display: flex;
    flex-direction: column;
  }
  #lowsest_price_outer_div{
    display: flex;
    flex-direction: column;
    line-height: 18px;
    margin-bottom:3px;
  }
  #lowest_price_taxes_inner_div small{
    color: gray;
    font-size: 12px;
  }
  .finish_booking{
    flex-direction: row-reverse;
    column-gap: 10px;
  }
  .payment_details_booking{
    flex-direction: row;
    column-gap: 10px;
  }
  #visitor_information_form{
    margin-top: 0px;
    width: 58.333%;
  }
  .confirmation_pay{
    margin-top: 0px;
    width: 58.333%;
  }
  .booking_details_outer_div{
    width: 41.667%;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  #visitor_information_form .form-control{
    font-size: 14px;
  }
  .title_guest{
    padding-left: 8px;
  }
  .provider_info_title{
    width: 248px;
  }
  /* .managed_by_inner_div{
    flex-direction: row;
    align-items: unset;
  } */
  .managed_by_travelmyth{
    width: 120px;
  }
  .managed_by_hotelplanner{
    width: 160px;
  }
  .provider_info{
    padding: 24px 0px;
  }
  .hoteldetails_accordion_content{
    display: flex;
  }
  .hoteldetails_provider_info_title{
    width: 200px;
  }
  .hoteldetails_accordion_down{
    display: none;
  }
  .hoteldetails_accordion_info{
    flex-direction: row;
  }
  
  /*Hotel info fields*/
  .info_title{
    font-size: 24px;
  }
  .hotel_info_description{
    font-size: 14px;
  }
  .hotel_info_fields{
    font-size: 14px;
    padding: 24px 0px;
  }
  .hotel_info_titles{
    width: 30%;
    font-size: 16px;
  }
  .provider_info_row{
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 0px;
    width: 70%;
  }
  .provider_info_column{
    flex-direction: column;
    width: 70%;
  }
  /*Prices Box*/
  .box_provider_photo{
    width: 150px;
  }
  .room_info_policy_included{
    display: flex;
    flex-direction: column;
    flex: 5 1 0px;
    line-height: 18px;
  }
  .room_info_policy_included_mobile{
    display: none;
  }
  .price_box .book_now{
    flex-direction: row;
    align-items: center;
  }
  .price_details{
    padding: 0px 16px;
  }
  .box_offer{
    justify-content: unset;
  }
  .progress-on-click.button_with_prices{
    height: 42px;
    max-height: 42px;
  }
  .compared_price_box .book_now{
    column-gap: unset;
  }
  .hotelplanner_desktop{
    display: block;
  }
  .hotelplanner_mobile{
    display: none;
  }
}
@media (min-width: 900px){
  .calendar_guest_button_div{
    flex-direction: row;
    align-items: center;
  }
  .calendar_guest_div{
    width: 75%;
    margin-top: 0px;
  }
  .prices_calendar_guest_div{
    width:100%;
  }
  .change_dates_calendar_guest_div{
    width:75%;
  }
  #guests_div{
    padding-right: 2px;
  }
  .check_availability{
    width: 25%;
  }
  .provider_content_item{
    width: 33.333%;
  }
}
@media (min-width: 1024px){
  .tabs_title_font{
    font-size: 16px;
  }
  .tabs_content_font{
    font-size: 14px;
  }
  .show_mobile{
    display:none;
  }
  .show_tablet{
    display:none;
  }
  .show_desktop{
    display:block;
  }
  .checkin_text_date, .checkout_text_date, .guests_text_desktop, .guests_text_rooms, .guests_text_number{
    font-size: 14px;
  }
  .form-control.input{
    font-size: 14px;
  }
  .guests_text_desktop{
    display: block;
  }
  .guests_text_mobile{
    display: none;
  }
  .booking_steps{
    display: flex;
  }

  /*Hotel info fields*/
  .provider_description{
    font-size: 14px;
  }
  /* .content_two_in_row{
    width: 33.333%;
  } */
  .content_three_in_row{
    width: 33.333%;
  }
  #top_hotel_details{
    width: 100%;
  }

}
@media (min-width: 880px){
  #traveldatesModal .modal-dialog{
    width: 860px;
    margin:30px auto;
  }
}
@media (min-width: 1001px){
  #content_main{
    max-width: 976px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .similar_hotels_inner_div{
    overflow-x: unset;
  }
  .show_scrollable_div{
    margin-right: 0px;
  }
}
@media (min-width: 1172px){
  .navbar-inverse{
    padding: 0px!important;
    margin-left: auto;
    margin-right: auto;
  }
  #navbar2{
    padding-left: 0px;
  }
  .navbar-inner2{
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  #navbar_container{
    margin: 0 auto;
  }
  #main_content_container{
    max-width: 1146px;
    margin: 0 auto;
  }
  #collectionsBar, #regionsBar{
    width: 100%;
  }
  .calendar_guest_div, #h1_text{
    padding: 0px;
  }
  #left_and_main_div{
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1170px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.reviews_link,.scrollToQuestionnaire {
  color: #1A0DAB;
  text-decoration: none;
  cursor: pointer;
}
.reviews_link:hover,.scrollToQuestionnaire:hover{
  text-decoration: underline;
}
.no-scroll{
  overflow: hidden;
}