

/* home page css  start*/
 .site-name-mobile{
display:none;
 }
.mobile-title{
display:none;

}
.hotel-sites-logo-title {
    display: none;
}

.hotel-sites-logo-mob {
    display: none;
}


.animate{
    box-shadow: 0 0 0 0 rgb(0 123 255);
    animation: pulse 1.5s infinite;
}
/*@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}*/
@keyframes pulse {
  0% {
    transform: scale(0.98);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(251, 96, 0, 0);
  }
  100% {
    transform: scale(0.98);
    box-shadow: 0 0 0 0 rgba(251, 96, 0, 0);
  }
}

  .home-searchbar {
      background: #fff;
      border-radius: 50px;
  }

  .searchbar-ho {
      background: #007BFF;
      border: none;
      border-radius: 50px;
      color: #fff;
      display: inline-flex;
      align-items: center;
      padding: 10px;
      justify-content: center;
      width: 100%;
  }


  .homesearchbar .short-searchbar input:focus {
      border: 1px solid black !important;
      cursor: pointer;
  }

  .popupboxdesign {
      display: flex;
      justify-content: space-around;
  }

  .popupboxdesign label {
      color: #000;
  }

  .popupboxdesign {
      border-radius: 50px;
      font-size: 15px;
      /* padding: 6px; */
      background: none;

  }

  .adult_childern {
      margin-bottom: 10px;
  }

  .adult_childern button {
      border: 3px solid #f6f6f6;
      background: none;
      border-radius: 50%;

  }

  #saveGuestPopup {
      background: #003e74;
      color: #fff;
      border-radius: 20px;
      border: none;
      padding: 5px 18px;
      font-weight: 500;
  }

  #openGuestDialog {
      margin-top: auto;
      margin-bottom: auto;
      font-weight: 500;
      font-size: 14px;
      color: #000;
  }

  .city-search {
      width: 100%;
  }

  .home-searchbar .city-selector {
display: flex;
    width: 100%;
    align-items: center;
  }

  #city-search {
      width: 100%;
      padding: 10px;
      outline: none;
  }


  .homesearchbar .icon {
      padding: 10px 15px 10px;
      color: #000;
      font-weight: 600;
      position: absolute;
  }

  .homesearchbar .short-searchbar input {
      background: none;
      font-weight: 500;
      color: #000;
  }


  @media (min-width: 768px) {

      /* Desktop only: show popup, hide mobile */
      /* .hotel_infoinmobile {
          display: none !important;
      } */

      #guestPopup,
      #openGuestDialog {
          display: block;
      }

      /* Disable mobile hidden inputs */
      .hotel_infoinmobile input {
          pointer-events: none;
      }
  }

  .hotel-experience h4 {
      font-size: 38px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 300;
      line-height: 1.2;
  }

  .hotel-experience p {
      font-size: 47px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 1.3;
  }

  .red-border {
      border: 1px solid red !important;
  }

/* home page css end */


.homesearchbar #city-search-city{
padding-left:50px !important;
}

.currency-bar-home{
    left: -300px !important;
        width: 430px;
        height: 450px;
}
 .currency-bar-home .form-check {
    padding-left: 1rem;
    padding-bottom: 20px;
}
.currency-bar{
    left: -161px !important;
    width: 430px;
    height: 450px;
}
.currency-bar .form-check{
padding-left:1rem;
padding-bottom:20px;
}

.currency-bar .form-check-input{
margin-top:0.7rem;
}
.currency-bar .form-check-label{
font-weight:700;
}

.currency-bar .form-check-label img {
    width:30px;
}


.currency-option input[type="radio"] {
    display: none;
}

.currency-option label {
    border: 1px solid #ccc;
 padding: 5px 10px;
    border-radius: 20px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px !important;
    transition: all 0.2s ease-in-out;
    color: #333;
    background-color: #f1f1f1;
}

.currency-option input[type="radio"]:checked+label {
    border: 1px solid;
    color: #fff;
    background-color: #fb6000;
}



.city-carousel:after,
.swiper-rtl .swiper-button-prev:after {
     content: 'next';
    font-size: 15px !important;
    padding: 0px;
    border-radius: 50%;
    color: #000;
    background-color: #fff;
    font-weight: 700;
    height: 30px;
    width: 30px;
    padding: 8px;
    top: 0px;   
}

.city-pagination{
bottom:10px !important;

}

.swiper-pagination-bullet-active{
background:#fff !important;

}





.hotel-icon{
    width: 60px;
        height: 60px;
        border-radius: 11px;
        padding: 5px;
}

.hotel_name{
line-height:1.1rem;
font-weight:500;
margin-top:7px;
text-transform:uppercase;
color: #007bff;

}

.best-partners{
    text-align: center;
    /* padding: 29px; */
    border-radius: 20px;
   
    color: #fff;
}

.best-partners p{
    color:#fff;
}
.book-hotel-deal{
padding:20px;

}

.book-hotel-deal .hotel-prices-feature {
display:flex;
padding-left:0px;

}

.book-hotel-deal .hotel-prices-feature li {
display:flex;
list-style:none;
margin-right:40px;
align-items:center;
}

.book-hotel-deal .hotel-prices-feature li i{
color:#fb6000;
font-weight:600 !important;
font-size:24px;
margin-right:10px;

}

.logo-card{
background: linear-gradient(153deg, rgba(251, 96, 0, 1) 29%, rgba(225, 0, 75, 1) 65%);
border-radius: 20px;
padding:29px;
}





.designation-image {
    width: 100%;
    height: 500px;
    object-fit:cover;
}

#sliderSyncingThumb .draggable {
    height: 100px;
}

#sliderSyncingThumb .slick-track {
    width: auto !important;
}

.trending-hotels {
    width: 300px;
    height: 220px;
    object-fit: cover;
}

.countofhotels:hover{
color:#fff;
}


.main-hotels-card {
    width:auto;
    object-fit: cover;
}

.hotel-picture{
height:200px;
}

.hotel-thumbnail{
height:230px;
}


.sort-by{
line-height:0.5rem;
}


.shows-city-names{
text-transform:capitalize;

}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner img {
    width: 60px;
    height: 60px;
}
.loading-text {
    font-size: 25px;
    font-weight: 500;
    color: #333;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dots::after {
    content: '';
    display: inline-block;
    animation: dots 1.2s steps(3, end) infinite;
}

@keyframes dots {
    0% {
        content: '';
    }

    33% {
        content: '.';
    }

    66% {
        content: '..';
    }

    100% {
        content: '...';
    }
}


@media only screen and (max-width: 600px) {

    .designation-image{
        height:280px;

    }
}



.logo {
    height: 45px;
}

.search-container {
    background-color: white;
    border-radius: 30px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.search-btn {
    background: linear-gradient(to right, #fb6000, #e1004b);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: none;
    margin-top: 30px;
    padding: 10px 20px;
    border-radius: 10px;
}

.filter-heading {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.filter-section {
    margin-bottom: 30px;
}

.custom-checkbox {
    margin-bottom: 10px;
}

.price-slider {
    height: 6px;
    position: relative;
    background: #e1e9f6;
    border-radius: 5px;
    margin-top: 30px;
}

.price-slider .ui-slider-range {
    height: 6px;
    background: linear-gradient(to right, #fb6000, #e1004b);
    position: absolute;
}

.price-slider .ui-slider-handle {
    background: linear-gradient(to right, #fb6000, #e1004b);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: -7px;
    position: absolute;
    cursor: pointer;
}

.price-inputs {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.price-input {
    width: 45%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 8px;
    font-size: 14px;
}

.hotel-card {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 10px;
}

.hotel-img-container {
    height: 100%;
    overflow: hidden;
}

.hotel-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}

.hotel-details {
    padding: 15px;
}

.rating-badge {
    background: #2c3e50;
    color: white;
    height: 2rem;
    width: 2rem;
    justify-content: center;
    text-align: center;
    font-size: .75rem;
    line-height: 2rem;
    font-weight: 600;
    border-radius: 1.5rem;
    border-bottom-right-radius: .25rem;
}

.badge-good {
    background-color: #2c3e50;
}

.badge-okay {
    background-color: #003e74;
}

.hotel-name {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
}

.location-info {
    color: #666;
    margin-bottom: 15px;
    font-size: 14px;
}

.price {
    font-size: 25px;
    font-weight: bold;
    width:max-content;
}

.per-night {
    font-size: 16px;
    color: #666;
}

.taxes-info {
    font-size: 12px;
    color: #666;
    margin-bottom:5px;
    line-height:0.7;
    margin-top: 5px;
}

.deal-btn {
    background: linear-gradient(to right, #fb6000, #e1004b);
    border: none;
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: bold;
}

.deal-btn:hover{
    background:linear-gradient(to right, #e1004b, #fb6000);
color:#fff;
}



.badge-promo {
    background-color: #e7f6ef;
    color: #0ca15e;
    padding: 5px 12px;
    font-size: 0.7rem;
    margin-right: 5px;
    border-radius: 10px;
}

.badge-warning {
    background-color: #e91e63;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
}

.best-price {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.booking-logo {
    height: 20px;
    margin-left: 5px;
}

.hotels-logo {
    height: 20px;
}

.hotels-price {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.star-rating {
    color: #003e74;
    font-size: 19px;
    margin-bottom: 10px;
}

.currency-selector {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 25px;
    padding: 5px 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.currency-flag {
    height: 20px;
    margin-right: 5px;
}

.form-check-input:checked {
    background-color: #fb6000;
    border-color: #fb6000;
}

.orange-circle {
    background-color: #fb6000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    margin-right: 10px;
}

.filter-radio {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.filter-radio input[type="radio"] {
    width: 100%;
    height: 100%;
}

.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    padding: 15px;
}

.search-container.active {
    border-radius: 15px 15px 0 0;
}

.city-search-input {
    width: 100%;
    border: none;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.city-search-input:focus {
    outline: none;
}

.calendar-grid {
    display: flex;
    width: 100%;
}

.calendar-month {
    width: 50%;
    padding: 10px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.calendar-grid table {
    width: 100%;
    text-align: center;
}

.calendar-grid th,
.calendar-grid td {
    padding: 8px 0;
}

.calendar-day {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
}

.calendar-day:hover {
    background-color: #f0f0f0;
}

.calendar-day.selected {
    background: linear-gradient(to right, #fb6000, #e1004b);
    color: white;
}

.calendar-day.range {
    background-color: #ffe8e0;
}

.filter-section h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.see-more {
    color: #0071c2;
    font-weight: 500;
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
}

.review-rating span {
    display: block;
    padding-left: 10px;
    font-size: 0.9rem;
    color: #666;
}

.review-rating span:first-of-type {
    color: #003e74;
    text-align: start;
    font-weight: 600;
    font-size: 0.9rem;
}

.name-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#citySelector{
position: relative;
}


.results {
    position: absolute;
    background-color: #f6f6f6;
    z-index: 99;
    scroll-behavior: smooth;
    right: 20px;
    left: 20px;
    max-height: 159px;
    overflow-y: scroll;
    top:56px;
}


.results div {
    font-size: 12px;
    border-bottom: 1px solid black;
    border: 1px solid #d9d9d9;
    padding: 5px 5px;
}


.results-desktop {
    position: absolute;
    background-color: #f6f6f6;
    z-index: 99;
    scroll-behavior: smooth;
    right: 20px;
    left: 20px;
    max-height: 159px;
    overflow-y: scroll;
}


.results-desktop div {
    font-size: 12px;
    border-bottom: 1px solid black;
    border: 1px solid #d9d9d9;
    padding: 5px 5px;
}



.results-mobile {
    position: absolute;
    background-color: #f6f6f6;
    z-index: 99;
    scroll-behavior: smooth;
    right: 20px;
    left: 20px;
    max-height: 159px;
    overflow-y: scroll;
}


.results-mobile div {
    font-size: 12px;
    border-bottom: 1px solid black;
    border: 1px solid #d9d9d9;
    padding: 5px 5px;
}



#applyFiltersBtn{
    background: linear-gradient(to right, #fb6000, #e1004b);
        border: none;
        color: white;
        padding: 10px 15px;
        border-radius: 25px;
        font-weight:500;
        margin-bottom:20px;
}

#sortDropdown{
    background: linear-gradient(to right, #fb6000, #e1004b);
        border: none;
        color: white;
        padding: 10px 15px;
        border-radius: 25px;
        font-weight:500;
        font-size:14px;

}


/* bar */

.range-slider {
    position: relative;
    height: 8px;
    margin-top: 10px;
}

.range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    height: 8px;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background: orange;
    border-radius: 50%;
    border: 2px solid white;
    margin-top: -4px;
    z-index: 4;
    position: relative;
}

.slider-track {
    position: absolute;
    height: 8px;
    background: gray;
    border-radius: 5px;
    width: 100%;
    z-index: 1;
    top: 0;
}

.minbar-design{
    border: 2px solid #cdc0c0;
    border-radius:10px;
    padding: 0px 10px;
    }

.maxbar-design{
        border: 2px solid #cdc0c0;
        border-radius: 10px;
        padding: 0px 10px;
}

input[type=range]::-webkit-slider-thumb {
    background: white !important;
    border: solid 6px orange !important;
}

#short-design{
margin-bottom:30px;
margin-left:0px;

}


#short-design .search-btn{
    margin-top: 10px;
        border-radius: 50%;
        margin-bottom: 10px;
        height: 50px;
}

#short-design .form-control{
padding:0.9rem 0.3rem;
}

.carddesign {
    border: 1px solid #e20646;
    border-radius: 30px;
    box-shadow: rgb(255 241 233) 0px 3px 6px, rgb(255 241 233) 0px 3px 6px;
}


#short-design .guestdesign{
display:flex;
} 

#short-design .guests-selector span{
    display: flex;
    align-items:center;
}


#short-design .form-control:disabled,
.form-control[readonly]{
background-color:transparent;
transition-duration: 10ms;
}


.short-searchbar input {
    height: 40px;
    padding: 5px 8px !important;
    background:#fff1e9;
    border-radius: 20px;
}

.short-searchbar button {
    height: 40px !important;
    width: 40px !important;
    padding: 10px !important;
}
.required:after {
    content: " *";
    color: red;
}


#mb-filter {
    background: linear-gradient(to right, #fb6000, #e1004b);
    border: none;
    color: white;
    padding: 10px 15px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
    display:none;   
}
#starGuessratingfilter{
display:block;

}
.quick-links{
display: flex;
justify-content:center;
}


.quick-links ul {
display:flex;
}

.quick-links ul li{
justify-content:center;
list-style:none;
padding-right:75px;
font-weight:500;
} 
.quick-links ul li a{
cursor:pointer;
font-weight:500;
color:#77838f;
}

.footer-design{
background-color:#f6f6f6;

}
/* slider css */
.range-slider {
    position: relative;
    height: 40px;
}

.range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    height: 8px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 2;
    top: 16px;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 18px;
    height: 18px;
    background: #007bff;
    border-radius: 50%;
    border: 2px solid white;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.range-slider input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 18px;
    height: 18px;
    background: #007bff;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.slider-track {
    position: absolute;
    top: 15px;
    height: 8px;
    border-radius: 5px;
    background: linear-gradient(to right, #fb6000, #e1004b);
    z-index: 1;
    width: 100%;
}

.mobile-filter {
    background: linear-gradient(to right, #fb6000, #e1004b);
    border: none;
    color: white;
    padding: 10px 15px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
}

.curency-dropdown{
    display: flex;
    align-items: center; 
      }
#currencyDropdown{
                background: linear-gradient(to right, #fb6000, #e1004b);
                    border: none;
                    color: white;
                    padding: 10px 15px;
                    border-radius: 25px;
                    font-weight: 500;
                    font-size: 14px;
                }


                #short-design {
                     width: 100%;
                     transition: background 0.3s, box-shadow 0.3s;
                 }
                
                 /* Scroll-active state */
                 #short-design.scrolled {
                     background: #fff;
                     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
                     position: sticky;
                     top: 0;
                     padding-top: 20px;
                     padding-bottom:20px;
                     z-index: 1000;
                     margin-left:0px;
                    }

                #short-container{
                padding-left:0px;
                padding-right:0px;
                overflow-x:clip;
                }
                /* #starGuessratingfilter{
                padding-left:60px;
                } */
                /* .hotel-info-section{
                padding-right:60px;
               } */



#hotel_infodesktop {
    display:none ;
}

.other-info{
    display: none;
}

#applyFiltersBtn{
display:none;
}
.view-deal{
margin-top:auto;
padding-bottom:20px;
}

.city-cards{
    padding: 10PX;
    box-shadow: 0 2px 32px 0 #1e293b1f;
    border-radius: 20px;
}

.city-card-pricing{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight:500;
    color:#000;
}

.card-body span{
    font-size: 16px;
        font-weight: 600;
        color: #000;

}

.searhbar_main_home {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: -48px;
}



@media (max-width: 576px) {

    #starGuessratingfilter {
    display: block;
        position: absolute;
        top: 109px;
        background: #fff;
        z-index: 99;
        border-radius: 20px;
        padding: 10px;
        width: 100%;
        margin-left: 0px;
        margin-right: 10px;
    }

    #mb-filter {
        display: block;
        /* or flex, grid, etc., depending on your layout */
    }
        #starGuessratingfilter{
        display:none;
        }
                .hotel_other_info{
                display:none;
                }  
    
    /* .hotel_infoinmobile{
        display:none !important;   
    } */

    #hotel_infodesktop .short-searchbar button{
    width:100% !important;
    border-radius: 10px;
        }

                .hotel-info-section{
                    padding-right:20px;

                }

.best-hotels {
flex-direction:column-reverse;
text-align:center;
}

.quick-links ul li{
padding-right:23px;
font-size:13px;

}

/* .other-info {
    display:block;
    font-size:12px;      
} */


.showotherattributes input{
background-color:transparent;
font-size:15px;
font-weight:500;
text-align:center;
height:20px;
}


#applyFiltersBtn {
    display:block;
}



.hotel-heading h1 {
    position: absolute;
    color: #000 ! IMPORTANT;
    z-index: 99;
    top: 130px;
    padding-left: 25px;
    padding-right: 27px;
}



  /* Mobile only: show mobile inputs, disable desktop */
  #guestPopup,
  #openGuestDialog,
  #guestPopup * {
      display: none !important;
  }
  .guestinfo_mobile{
    display: block !important;
  }
        /* Disable desktop hidden inputs */
        #guestPopup input,
        #openGuestDialog input {
            pointer-events: none; }

  .hotel-mob-view{
display:flex;
justify-content:space-between;

  }

.mainsearchbar{
    margin-left:20px;
    margin-right: 10px;
}

#currencyDropdown{
color: #fb6000;
padding: 10px 15px;
border-radius: 25px;
font-weight: 500;
font-size: 14px;
border: 1px solid #fb6000;
background:none;
}
.ads-card{
display:none;
}

/* .by-city-name{
display:none !important;
} */

.currency-bar {
    left: 15px !important;
    width: 333px !important;
    height: 540px !important;
}

.currency-bar .form-check {
    padding-left: 1rem;
    padding-bottom: 11px;
}


.currency-bar-home {
  left: -251px !important;
  width: 333px !important;
  height: 570px !important;
}

.price {
    font-size: 22px;
    font-weight: bold;
    width: max-content;
}


.swiper-slide {
    display: flex !important;
    justify-content: center;
}

#closeFilter{
display:block !important;

}

        }
/* Hide mobile text on desktop */
.mobile-text {
    display: none;
}

/* Hide desktop text on mobile, set margin-left to 0 */
@media (max-width: 767px) {
    .hero-block.hero-v1 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #logoAndNav{
background-color:#fff;
    }
.site-name-mobile {
display: block;
line-height: 1.1rem;
font-weight: 500;
margin-top: 7px;
text-transform: uppercase;
color: #007bff;
}

.hotel_name{
display:none;
}

.hotel_infoinmobile{
display:none !important;
}

.home-searchbar {
    background: #fff;
    border-radius: 24px !important;
    position: relative;
    padding: 15px 10px 0px 10px;
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    border: solid 2px #000;
    box-shadow: rgb(255 255 255 / 76%) 0px 0px 20px;
}

.home-searchbar .showotherattributes input {
    height: inherit;
    text-align: start;
    padding:12px !important;
    border: solid 2px !important;
    font-size: 20px;
}
.homesearchbar .short-searchbar input:focus{
    border: solid 2px !important;

}
.hotel-sites-logo-title {
display: block;
color: #fff;
}


.hotel-sites-logo-title h2 {
    font-weight: 400;
    font-size: 24px !important;
}


.hotel-icon {
width: 40px;
height: 40px;
margin-right: 10px;
}

.homesearchbar .mobile-title{
display:block;
color: #000;
}

.hotel-sites-logo-mob {
display: block;
}


.hotel-heading h1{
display:none;
}

.sites-logo-mob-inside {
    display: flex;
    justify-content: center;
}

.hotels-site-logo img {
    width: 100px;
    padding-left: 10px;
    margin-bottom: 10px;
}


.desktop-swipper{
display:none !important;

}


.other-info {
    display:block;
    font-size:12px;      
}


.showotherattributes input {
    background-color: transparent;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    height: 20px;
}

.by-city-name {
    display: none !important;
}

  
    .desktop-text {
        display: none;
    }

    .mobile-text {
        display: inline;
    }

    .searhbar_main_home {
        margin-right: 0 !important;
    }

    .searchbar-ho {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 10px;
        justify-content: center;
        font-size: 20px;
        font-weight: 600;
    }

}       
.people-info{
    color: #000;
    top: 19px;
    font-weight: 500;
}

.city_naming span{
font-weight:500;
font-size:18px;
}


@media (min-width: 768px) and (max-width: 1024px) {
.searhbar_main_home{
margin-right:-9px !important;
}

.short-searchbar{
padding-left:4px !important;

}
 .custom-col {
     flex: 0 0 50% !important;
     max-width: 50% !important;
 }

.by-city-name {
    display: none !important;
}

.price{
font-size:17px;
}

.minbar-design, .maxbar-design {
border: 2px solid #cdc0c0;
    border-radius: 10px;
    padding: 0px 4px;
    font-size: 0.7rem;
}

 .custom-tab-col-1 {
     flex: 0 0 8.333333%;
     /* 1 column out of 12 */
     max-width: 8.333333%;
 }
 
  .custom-md-9-tab {
      flex: 0 0 75%;
      max-width: 75%;
      margin-left:15px;
  }

  .tab-col-12 {
      flex: 0 0 100% !important;
      max-width: 100% !important;
  }

  .guestPopup{
left: 281px !important;
  }
.font-tab-40{
font-size: 40px !important;
}
/* mobile css */
}

@media (min-width: 1024px) and (max-width: 1199px) {
.searhbar_main_home{
 margin-right:-9px !important;
}

#home-search-bar .col-md-9 {
    flex: 1 0 68%;
    max-width: 66%;
    border: none !important;
}

#home-search-bar .col-md-3 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}


}


.homesearchbar .short-searchbar input.with-padding {
    padding-left: 20px;
}