@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/************ font-family: 'Playfair Display', serif; **********/
/************ font-family: 'Montserrat', sans-serif; **********/

body {
    margin:0 auto; 
    font-family: 'Poppins', sans-serif;
}

h1,h2,h3,h4,h5,h6,p,span,ul,li,a {
    margin: 0;
    padding:0;
    list-style: none;
    text-decoration: inherit;
}

i {
  color: #030303;
}
.main-header {
  padding: 0 20px;
  position: relative;
  z-index: 999;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
}
.container{
  max-width: 1360px;
}
button:focus, .btn:focus, input:focus, .start-end-date-input:focus {
  box-shadow: none !important;  
  outline: none;
}
.main-header .navbar-brand img {
  max-width: 115px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.main-header .navbar-nav .nav-link {
  color: rgb(44, 44, 44);
}
.dropdown-menu-item a i {
	transform: rotate(0deg);
	transition: 0.3s all;
}
.open_submenu a i {
	transform: rotate(175deg);
	transition: 0.3s all;
}
.icon-with-form-group.border-none-box {
  border: none;
}
.sign-in-login-nav {
  display: flex;
  align-items: center;
  margin-left: 90px;
}

.sign-in-login-nav li a {
  color: #303030;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  text-transform: capitalize;
  white-space: nowrap;
  margin-top: 0px;
}
body .main-header .navbar-nav .nav-link.active:before {
  position: absolute;
  bottom: 0;
  height: 3px;
  content: "";
  left: 5px;
  right: 5px;
  background: #030303;
}
.sign-in-login-nav .signup-btn {
  min-width: 78px;
  min-height: 38px;
  background: #030303;
  color: #fff;
  margin-left: 27px;
}
.dropdown-menu-item .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0px;
  overflow-y: hidden;
  transition: 0.5s all;
  visibility: hidden;
  opacity: 0;
  background: #122148;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 999;
}


.open_submenu .submenu {
	max-height: 400px;
	transition: 2s all;
	visibility: visible;
	opacity: 1;
}

.carousel-item {
  max-height: 670px;
}
.main-header .navbar-nav li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 29px 18px;
  color: #303030;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  text-transform: capitalize;
}

.main-header .navbar-nav > li a {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.main-header .navbar-nav .submenu li a {
  padding: 10px 20px;
  color: #fff;
  line-height: 22px;
  white-space: nowrap;
  transition: 0.3s all;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0;
}
.main-header .navbar-nav .submenu li a:hover {
  background: #030303;
  transition: 0.3s all;
}

body .main-header .navbar-nav .nav-link.active {
  color: #030303!important;
}

.navbar-expand-lg .navbar-nav {
  justify-content: flex-end;
}

.main-header .navbar-nav li {   
    position: relative;
}
.main-header .navbar-nav .submenu li {   
  text-align: left;
}

.page-title {
    /* font-family: 'Playfair Display', serif; */
    color: #fff;
    text-align: center;
    font-size: 60px;
    line-height: 1.167em;
    text-shadow: 0px 0px 20px black;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.banner-section {
    padding: 10px;
    position: inherit;
    margin-top: 20px;
    padding: 58px;
    background-image: url(/images/himstay-cover.png);
    background-size: cover;
}
.multiple-searchbox-cover {
  display: flex;
  align-items: center;
  border: 0px;
  font-size: 15px;
  font-weight: 400;
  height: 58px;
  color: rgb(44, 44, 44);
  margin-top: 30px;
  -webkit-box-shadow: 2px -1px 14px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px -1px 14px 0px rgba(0,0,0,0.75);
box-shadow: 2px -1px 14px 0px rgba(0,0,0,0.75);
}
.multiple-searchbox-cover .form-control, .multiple-searchbox-cover input {
  border: none;
  background: transparent;
  padding: 0;
  width: 100%;
  padding-left: 10px;
}
.banner-searchbox p {
  font-size: 14px;
  font-weight: 400;
}
.banner-searchbox li.search-box-spacing {
  width: 35%;
}
.banner-searchbox {
  background: #fff;
  width: 80%;
  margin: 0 auto;
}
.banner-searchbox h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
.searched-list {
  display: flex;
  margin-top: 20px;
  background: #fff;
  border: #e8e1e1 1px solid;
}
.searched-list:hover {
  box-shadow: #e1e1e1 0px 1px 10px 0px;
  transition: 0.5s all;
}
.searched-list .featured-image {
  width: 100%;
  padding: 42% 0;
  height: 100%;
  display: inline-block;
  position: relative;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #030303;
}
.searched-list .description-property {
    padding: 15px 15px;
    flex-grow: 1;
    width: 60%;
}
.icon-with-form-group {
  padding-left: 28px;
  position: relative;
  border-right: 1px solid #bdbdbd;
}
.icon-with-form-group.border-none {
  border: none;
}
.icon-with-form-group i.fa-solid.fa-users {
  top: 5px;
  left: 12px;
}
.icon-with-form-group i {
  position: absolute;
  left: 12px;
  top: 5px;
}
.icon-with-form-group i.fa-solid.fa-calendar {
  top: 4px;
  left: 15px;
}
.icon-with-form-group.border-none input.form-control{
  border: none;
}
.icon-with-form-group.border-none input.start-end-date-input {
  border: none;
}
/* .multiple-searchbox-cover li {
  position: relative;
  display: flex;
} */
.icon-with-form-group.find-hotel-box a {
  padding-left: 0;
  background: #030303;
  padding: 18px 20px;
  white-space: nowrap;
  text-align: center;
  border: none;
}
 
.banner-searchbox ul .width-spacing {
  width: 22%;
}
.icon-with-form-group.find-hotel-box a {
  color: #fff;
  display: block;
}
.searched-list .featured-image img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.carousel-item > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.searched-list .description-property .property-title a {
  font-size: 20px;
  color: #303030;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}
.banner-section .carousel-indicators .active {
  opacity: 1;
  width: 30px !important;
  transition: 0.7s all;
  background: #fff;
  height: 10px !important;
  border-top: none;
  border-bottom: none;
}
.banner-section .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 350px;
  border: none;
}
.searched-list .description-property .price {
  color: #303030;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 400;
}

/* .searched-list .description-property .price .per-person {
    font-size: 15px;
    color: #c2c2c2;
} */

.searched-list .description-property p {
  font-size: 13px;
  font-weight: 400;
  color: #4b4b4b;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.searched-list .description-property .property-location {
  font-size: 15px;
  color: #000000;
  margin-top: 20px;
  font-weight: 500;
}
.travelers-choice-section .nav-pills .nav-link {
  position: relative;
  padding: 18px 25px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  background-color: #36464e;
  border: none;
  border-right: 1px solid #526772;
  text-align: left;
  text-transform: uppercase;
}
.travelers-choice-section {
  margin-top: 30px;
}
.travelers-choice-section  .traveler-title {
  font-size: 25px;
  font-weight: 600;
}
.travelers-choice-section .nav-pills .nav-link i {
    font-size: 16px;
    color: #6a9b0c;
    margin-right:10px;
}
.travelers-choice-section .nav-pills .nav-link.active {
    background: #fff;
}
.travelers-choice-section .nav-pills .nav-link.active {
    background: #6a9b0c;
    color: #fff;
}
.travelers-choice-section .nav-pills .nav-link.active i {
  color: #fff;
}
.booking-sidebar-form {
  background: #36464e;
  padding: 24px;
  margin-top: 65px;
  margin-bottom: 50px;
}

.sidebar-heading {
  font-weight: 700;
  font-family: "Playfair Display",serif;
  color: #fff;
  font-size: 30px;
  line-height: 1.5em;
  margin-top: -10px;
}



/****************Selectbox-Style Start*********************/

/** Custom Select **/

.custom-select {

    border-radius: 200px;
  }
  
  .selectbox-top {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding: 0px 0px;
  }
  
  .custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
    width: 100%;
    border-radius: 0px;
  }
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: inline-block;
  }
  .custom-select-trigger {
    position: relative;
    padding: 8px 33px 8px 33px !important;
    font-size: 15px;
    font-weight: 400;
    background: #fff;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    border: 1px solid #d2d2d2;
    font-family: 'Montserrat', sans-serif;
}
.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    right: 8px;
    margin-top: -2px;
    border-bottom: 8px solid #4c4c4c;
    border-left: 8px solid transparent;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all .4s ease-in-out;
   
}
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: translate(-50%, -50%) rotate(-135deg);
      }
      .custom-options {
        position: absolute;
        display: block;
        top: 100%;
        left: 0;
        right: 0;
        min-width: 100%;
        margin: 1px 0;
        border: 1px solid #b5b5b5;
        border-radius: 4px;
        box-sizing: border-box;
        box-shadow: 0 2px 1px rgb(0 0 0 / 7%);
        background: #fff;
        transition: all .4s ease-in-out;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-15px);
        font-family: 'Montserrat', sans-serif;
        z-index: 99;
        max-height: 220px;
        overflow-y: auto;
    }
  .custom-select {
    padding: 0;
    border: none;
    width: 100%;
}
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
    .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%; right: 25px;
      width: 7px; height: 7px;
      margin-bottom: -4px;
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    }
    .option-hover:before {
      background: #f9f9f9;
    }
    .mineral-summary-table {
      overflow: auto;
  }
  .custom-option {
    position: relative;
    display: block;
    padding: 0 21px;
    font-size: 16px;
    font-weight: 500;
    color: #37474f;
    line-height: 37px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    font-family: 'Montserrat', sans-serif;
}
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
    .custom-option:hover,
    .custom-option.selection {
      background: #f9f9f9;
    }
    .custom-select-trigger {
        line-height: 18px;
        height: 46px;
        display: flex;
        align-items: center;
        padding-left: 0;
        color: #2f2f2f;
        justify-content: flex-start;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }
  
  /************** Css End ***********/
 
 
  .noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .noUi-target {
    position: relative;
    direction: ltr;
  }
  
  .noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  /* Fix 401 */
  }
  
  .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
  }
  
  .noUi-handle {
    position: relative;
    z-index: 1;
  }
  
  .noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
    z-index: 10;
  }
  
  .noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s;
  }
  
  .noUi-state-drag * {
    cursor: inherit !important;
  }
  
  /* Painting and performance;
   * Browsers can paint handles in their own layer.
   */
  .noUi-base,.noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  
  /* Slider size and handle placement;
   */
  .noUi-horizontal {
    height: 4px;
  }
  
  .noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: -7px;
    top: -5px;
    background-color: #dbff96;
}
  
  /* Styling;
   */
  .noUi-background {
    background: #D6D7D9;
  }
  
  .noUi-connect {
    background: #6a9b0c;
    -webkit-transition: background 450ms;
    transition: background 450ms;
  }
  
  .noUi-origin {
    border-radius: 2px;
  }
  
  .noUi-target {
    border-radius: 2px;
  }

  
  /* Handles and cursors;
   */
  .noUi-draggable {
    cursor: w-resize;
  }
  
  .noUi-vertical .noUi-draggable {
    cursor: n-resize;
  }
  
  .noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
  }
  
  .noUi-handle:active {
    border: 8px solid #8b8b8b;
    border: 8px solid #8b8b8b;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
  }
  
  /* Disabled state;
   */
  [disabled].noUi-connect,[disabled] .noUi-connect {
    background: #B8B8B8;
  }
  
  [disabled].noUi-origin,[disabled] .noUi-handle {
    cursor: not-allowed;
  }

  /**********************************************************************************************************************/


.sidebarform .form-control {
  width: 100%;
  margin: 0;
  padding: 12px 12px 12px 32px;
  font-size: 15px;
  line-height: 20px;
  color: #808285;
  border: 1px solid #d2d2d2;
  border-radius: 0;
}
.sidebarform .custom-filed {
    position: relative;
}

.sidebarform .icon {
    position: absolute;
    top: 11px;
    left: 10px;
}
.sidebarform .icon i {
   color:#6a9b0c;
}

.white-box {
    padding: 13px 20px;
    background-color: #fff;
    margin-top: 30px;
    border: 1px solid #d2d2d2;
}

.caption span {
    font-weight: 500;
    color: #8b8b8b;
}
.divider {
    display: inline-block;
    width: 8px;
    height: 1.5px;
    background: #8b8b8b;
    margin: 0 6px;
}
.hotel-slider-mobile{
  display: none;
}



/* The container */
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-weight: 500;
}
  
  /* Hide the browser's default checkbox */
  .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}
 
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .custom-checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .custom-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #6a9b0c;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.booking-sidebar-form .search-btn {
    width: 100%;
    padding: 15px 20px;
    display: block;
    margin-top: 34px;
    background-color: #6a9b0c;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 15px;
}

/* .footer-contact-info li {
    display: flex;
    align-items: center;
}
.website-footer {
  background-color: #22292d;
  padding: 30px 0 0;
}

.footer-logo-area > img {
  max-width: 140px;
}
.footer-logo-area p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 14px;
    font-weight: 500;
}
.website-footer .footer-contact-info li a, .website-footer .footer-quick-links li a  { 
    font-size: 14px;
    font-weight: 400;
    color:#fff;
    display: inline-block;
    padding: 10px 0px;
}

.website-footer .footer-quick-links li a {
    display: inline-block;
}

.website-footer .footer-heading {
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
}

.website-footer .footer-contact-info li .icon {
    color: #6a9b0c;
    margin-right: 10px;
}
.website-footer .footer-contact-info li a {
    color: #bdbdbd;
    font-weight: 500;
}

.instagram-btn a {
    display: flex;
    align-items: center;
    background: #408bd1;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 4px;
    justify-content: center;
    padding: 8px 0;
    max-width: 173px;
    margin: 0 auto;
    font-weight: 500;
}

.instagram-btn a svg {
    width:15px;
    height: 15px;
    margin-right:6px;
}
.footer-copyright p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #3c3c3c;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
} */

.website-footer {
  background-size: 100%;
  padding: 47px 0px 66px;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.footer-logo {
  text-align: center;
}
.footer-logo img {
  width: 100%;
  max-width: 140px;
}
.website-footer .navbar-nav {
  justify-content: center;
  margin-top: 30px;
}
.navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.website-footer .navbar-nav li a {
  font-size: 15px;
  font-weight: 500;
  margin: 0px 14px;
  padding: 5px 10px;
  transition: 0.2s all;
  color: #000;
}
.footer-copyright {
  text-align: center;
  color: rgb(144, 144, 144);
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 20px;
}


/*********************************** Detail Page CSS *******************************/

.btn:focus, button:focus, .form-control:focus, input:focus {
  box-shadow: none!important;
}
.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #0B3A5E; 
  box-shadow: 0px 0px 0px 2px grey; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff; 
}

 

 

.service-header .right-side-icon .right-icon a {
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 8%), 0px 4px 12px rgb(0 0 0 / 5%);
  border-radius: 40px;
  width: 38px;
  height: 38px;
}

.service-header .right-side-icon .right-icon img {
  width: 100%;
  max-width: 16px;
}

.service-header .right-side-icon .heart-icon img {
  width: 100%;
  max-width: 18px;
}

.service-header .service-score-view {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.service-header .service-detail-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.service-header .services-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;

}

.service-header .service-heading h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #232323;
}
.service-header .star-rating {
  background: #F9FBFF;
  border: 1px solid #B8CCFF;
  border-radius: 5px;
  padding: 7px 8px;
  font-weight: 700;
  font-size: 16px;
  color: #030303;
  margin-top: 10px;
  margin-right: 15px;
}
.service-header .head-rating {
  font-weight: 500;
  font-size: 15px;
  color: #000;
  margin-top: 10px;
  padding-right: 15px;
}
.service-header .address p {
  font-weight: 400;
  font-size: 14px;
  color: #727272;
  margin-top: 10px;
}
.service-header .address {
  position: relative;
}
.service-header .address:before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  bottom: 10px;
  left: -11px;
  background: #c4c4c4;
  border-radius: 30px;
}
.service-header .right-icon a {
  background: #FFF;
  border: 1px solid #DEDEDE;
  box-shadow: 0 1px 2px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 5%);
  border-radius: 40px;
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
}

.service-header .heart-icon a {
  background: #FFF;
  border: 1px solid #DEDEDE;
  box-shadow: 0 1px 2px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 5%);
  border-radius: 40px;
  width: 38px;
  height: 38px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
}

.service-header .reserve-room a {
  background: #030303;
  border-radius: 5px;
  padding: 11px 14px;
  margin-top: 10px;
  color: #fff;
}

.service-header .reserve-room a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.service-header .heart-icon {
  padding: 0 15px;
}
.service-header .review {
  margin-top: 10px;
}
.service-header .review a {
  text-decoration: none;
  font-size: 17px;
  color: #000;
  font-weight: 400;
  padding: 10px 0;
  padding-right: 18px;
}

.service-header .review a:hover {
  color: #030303;
}

.service-header .right-side-icon {
  margin-top: 10px;
}

.hotel-gallery {
    margin-top: 12px;
    overflow: hidden;
    margin-top: 24px;
}
.service-header .service-gallery .hotel-image img {
  width: 100%;
  height: 313px;
  object-fit: cover;
}
.service-header .container , .about-hotel .container, .explore-options .container {
  max-width: 1120px;
}
.service-header .service-gallery .hotel-room-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.service-header .service-gallery .hotel-room-image .image-spacing a img {
  margin-top: 12px;
}

.service-header .service-gallery .hotel-service-image img {
  width: 100%;
  max-width: 500px;
  height: 280px;
  object-fit: cover;

}

.service-header .photo-btn-group img {
  width: 100%;
  max-width: 16px;
  margin-right: 15px;
}

.service-header .photo-btn-group {
  position: absolute;
  right: 32px;
  bottom: 25px;
  background: #0000006b;
  padding: 9px 14px;
}

.service-header {
  position: relative;
}

.service-header .photo-btn-group a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 0;
}

.about-hotel .hotel-facilities .flat-tv-image img {
  width: 100%;
  max-width: 24px;
  margin-right: 15px;
}
.hotel-star-rating {
  display: flex;
  align-items: center;
}
.about-hotel .hotel-facilities .flat-tv-facilities {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.about-hotel .hotel-facilities .hotel-facilities h3 {
  font-size: 25px;
  font-weight: 600;
}

.about-hotel .hotel-facilities .flat-tv-facilities h6 {
  font-size: 15px;
  font-weight: 400;
}
.about-hotel-content.hotel-facilities.review-section .progress {
  width: 100%;
  max-width: 160px;
  height: 4px;
}
.about-hotel-content.hotel-facilities.review-section.review-btn .star-rating-form {
  background: #FCFCFC;
  padding: 15px;
  margin-top: 15px;
}
.about-hotel-content.hotel-facilities.review-section .review a {
  font-weight: 400;
  font-size: 16px;
  color: #727272;
}
.about-hotel-content.hotel-facilities.review-section .star-rating-form-detail {
  padding: 0;
  margin: 0 -30px;
  width: auto;
}
.about-hotel-content.hotel-facilities.review-section .review-star-rating img {
  width: 100%;
  max-width: 22px;
}
.about-hotel-content.hotel-facilities.review-section .review-show p {
  text-align: center;
  color: #5e6d77;
  font-size: 14px;
  font-weight: 300;
  padding: 0 0 25px;
  margin: 0;
}
.about-hotel-content.hotel-facilities .room-image img {
  width: 100%;
  max-width: 270px;
  object-fit: cover;
}
.about-hotel-content.hotel-facilities .decription {
  border-right: #eee 1px solid;
  padding-right: 10px;
}
.about-hotel-content.hotel-facilities .hotel-room-detail a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.adult-image {
  position: relative;
  opacity: 1;
}
.adult-image .adult-image-text {
  visibility: hidden;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px 0px;
  position: absolute;
  z-index: 1;
  top: -30px;
  right: 0;
  left: 50%;
  transform: translate(-50%, 10%);
}
.about-hotel-content.hotel-facilities .adult-image:hover .adult-image-text {
  visibility: visible;
  font-size: 10px;
  min-width: 86px;
  padding: 4px 6px;
}
.about-hotel-content.hotel-facilities .adult-image {
  border: 1px solid #DEDEDE;
  box-shadow: 0 1px 2px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 5%);
  padding: 10px;
  cursor: pointer;
  margin-top: 20px;
  text-align: center;
}
 
.about-hotel-content.hotel-facilities .hotel-image-box {
  display: flex;
  margin: 0 -6px;
  flex-wrap: wrap;
}
.about-hotel-content.hotel-facilities .adult-image a img {
  width: 100%;
  max-width: 18px;
  min-width: 18px;
}
.about-hotel-content.hotel-facilities .hotel-room-heading {
  padding: 18px 16px;
  margin-right: auto;
  flex-grow: 1;
}
.about-hotel-content.hotel-facilities .hotel-room-detail {
  background: #fcfcfc;
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
}
.about-hotel-content.hotel-facilities .show-price-btn a {
  background: #030303;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 9px 18px;
  margin-right: 16px;
  display: inline-block;
  white-space: nowrap;
}
.about-hotel-content.hotel-facilities .room-insight-box .room-information {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #727272;
  padding: 0 20px;
  display: inline-block;
  margin-top: 10px;
}
.about-hotel-content.hotel-facilities .room-insight-box .room-information.spacing {
  padding: 0 12px;
}
.about-hotel-content.hotel-facilities.review-section .star-rating {
  padding-left: 15px;
}
.about-hotel-content.hotel-facilities.review-section .review {
    padding-left: 15px;
}
.about-hotel-content.hotel-facilities.review-section .service-score-view {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.about-hotel-content.hotel-facilities.review-section .star-rating h6 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.about-hotel-box .about-hotel-content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
}
.about-hotel-box .border-bottom {
  margin-top: 25px;
  margin-bottom: 25px;
}
.about-hotel-box {
  margin-top: 25px;
}
.about-hotel-box.image-spacing {
  margin-top: 20px;
}
.about-hotel .about-hotel-content p {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 24px;
}
.about-hotel .about-hotel-content table.rules-check-in-out {
  width: 100%;
}
.about-hotel table.rules-check-in-out th {
  color: #727272;
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0 0px;
  width: 34%;
}
.about-hotel table.rules-check-in-out td {
  color: #727272;
  font-size: 15px;
  font-weight: 400;
  padding: 14px 0 0;
}
.about-hotel-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.about-hotel .hotel-location {
  margin-top: 30px;
}
.about-hotel .hotel-member-image img {
  width: 100%;
  max-width: 60px;
}
.about-hotel .hotel-member {
  border: #d7dce3 1px solid;
  text-align: center;
  margin-top: 25px;
  padding: 20px 0;
}
.about-hotel .hotel-member-image {
  display: block;
}
.about-hotel .hotel-member-name a {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  display: block;
  color: #000;
}
.about-hotel .hotel-member h6 {
  color: #5e6d77;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}
 .hotel-star-rating img {
  width: 100%;
  max-width: 13px;
}
.explore-options .hotel-name a {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
}
.explore-options .city-name {
  font-weight: 400;
  font-size: 14px;
  color: #727272;
}
.explore-options .star-rating {
  background: #F9FBFF;
  border: 1px solid #B8CCFF;
  font-weight: 700;
  font-size: 14px;
  color: #030303;
  margin-right: 12px;
  padding: 4px 6px;
}
.explore-options .explore-options-view {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: #dedede 1px solid;
  padding-top: 18px;
}
.explore-options .head-rating {
  font-weight: 600;
  font-size: 14px;
  color: #232323;
  margin-right: 5px;
}
.explore-options .review h6 {
  font-weight: 400;
  font-size: 14px;
  color: #727272;
}
.explore-options .explore-options-rating {
}
.hotel-star-rating img {
  margin-right: 7px;
  margin-bottom: 5px;
}
.explore-options .option-image img {
  width: 100%;
  max-width: 100%;
  transition: 0.2s all;
  height: 100%;
  object-fit: cover;
}
.explore-options-image .option-image > a {
  position: relative;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.explore-options .insight-spacing {
  padding: 15px 15px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.explore-options .explore-options-image {
  background: #FFF;
  box-shadow: 0 1px 2px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 5%);
  overflow: hidden;
  transition: 0.2s all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.explore-options .hotel-rate ul {
  display: flex;
}
.explore-options .hotel-rate h6 {
  font-weight: 400;
  font-size: 14px;
  color: #727272;
  white-space: nowrap;
}
.explore-options .hotel-rate {
  padding-top: 15px;
}
.explore-options .hotel-rate h5 {
  font-weight: 500;
  font-size: 16px;
  color: #232323;
  margin-left: 8px;
  margin-right: 5px;
}
.explore-options .option-image:hover img {
  transform: scale(1.1);
  transition: 0.3s all;
  overflow: hidden;
}

.explore-options-slider {
  margin: 0 -12px !important;
}
.explore-options .explore-options-heading h2 {
  font-weight: 500;
  font-size: 24px;
  color: #232323;
  margin-top: 30px;
  margin-bottom: 10px;
}

.social-media {
  margin-top: 15px;
}
 

.explore-options-slider .col-12 {
  padding: 12px;
  height: 100%;
}

.slick-dots li button:before {
  background: #DEDEDE;
  width: 10px;
  border-radius: 100%;
  height: 10px;
  color: transparent;
}
.slick-active button:before {
  background: #030303 !important;
  color: transparent!important;
}

.slick-dots li {
  width: 10px;;
  margin: 5px;
}

.slick-dots {
  bottom: -50px;
}
.review-btn .review-form-group .review-email-form {
  width: 49%;
  margin-bottom: 22px;
}
.review-title-form {
  margin-bottom: 22px;
}
.review-btn .review-form-spacing{
  display: flex;
  justify-content: space-between;
}
.review-btn .review-form-group .form-control {
  padding: 10px 15px;
}
.review-btn .about-hotel-content.hotel-facilities p.review-content {
  margin-top: 12px;
  margin-bottom: 25px;
}
.review-btn .accordion-flush .accordion-item .accordion-button {
  width: 100%;
  background: #030303;
  color: #fff;
  border-color: #030303;
  max-width: 175px;
  padding: 12px 16px;
  font-size: 16px;
}
.review-btn .accordion-flush .accordion-item .accordion-button::after {
  background-image: url(../images/review-btn-arrow-up.png);
}
.review-btn .accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(../images/review-btn-arrow-up.png);
  
}
.content-form .form-control {
  padding-bottom: 0;
  padding-top: 15px;
  height: 140px;
}
.review-btn .star-rating-form .rating-form-image img {
  width: 100%;
  max-width: 22px;
  padding-right: 10px;
}
.review-btn .star-rating-form .cleanliness {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-top: 12px;
  padding: 0 30px;
  flex-wrap: wrap;
}
.review-btn .star-rating-form .cleanliness h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #232323;
  margin-bottom: 0;
}
.accordion-body {
    margin-top: 25px;
}
.post-comment-btn {
  margin-top: 25px;
}
.review-btn .star-rating-form {
  margin-bottom: 22px;
}
.review-btn .star-rating-form .star-rating-form-detail {
  display: flex;
  width: 100%;
  padding: 0px 15px 25px;
}
.review-btn .star-rating-form .rating-form-image {
  display: flex;
}
.review-btn .star-rating-form .star-rating-form-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.review-btn .post-comment-btn .btn-primary {
  background: #030303;
  color: #FFF!important;
  padding: 15px 20px;
  border: none;
}

.hotel-room-detail .room-image {
  position: relative;
  width: 270px;
  display: flex;
  margin: -1px;
}

.hotel-room-detail .room-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hotel-content.hotel-facilities .hotel-image-box .room-insight-box {
  padding: 0 5px;
}

.show-price-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

 
.about-hotel-content.hotel-facilities .decription > a {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  text-align: left;
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
   height: inherit !important;
}
.hotel-rate-book {
  padding: 15px;
}
.navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.website-footer {
    background-position: center bottom;
    background-size: 100%;
    padding: 47px 0px 66px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.explore-options {
  margin-bottom: 80px;
}
section.explore-options {
  margin-bottom: 80px;
}

/*************************************************** Detail page End *******************************/
.hotel-slider {
  width: 40%;
  overflow: hidden;
}

.hotel-slider .slick-prev {
  left: 0px;
  height: 100%;
  width: 50px;
  background: linear-gradient(85deg, rgba(0,0,0,0.25), transparent);
  transition: 0.2s all;
  opacity: 0;
}
.hotel-slider .slick-next {
  right: 0px;
  height: 100%;
  width: 50px;
  background: linear-gradient(-85deg, rgba(0,0,0,0.25), transparent);
  transition: 0.2s all;
  opacity: 0;
}

.hotel-slider .slick-dots {
  background: linear-gradient(358deg, rgba(0,0,0,0.3), transparent);
  transition: 0.2s all;
}

.hotel-slider .slick-dots {
  bottom: -40px;
  transition: 0.2s all;
}

.searched-list:hover .hotel-slider .slick-prev {
  transition: 0.2s all;
  opacity: 1;
}
.searched-list:hover .hotel-slider .slick-next {
  transition: 0.2s all;
  opacity: 1;
}
.searched-list:hover .hotel-slider .slick-dots {
  transition: 0.2s all;
  bottom: 0px;
}

.hotel-slider .slick-list.draggable {
  height: 100%;
}

.hotel-slider .slick-track {
  height: 100%;
}

.tab-pane {
  padding: 20px 20px;
  margin-top: -1px;
}
.about-hotel-box .nav-tabs .nav-item.show .nav-link, .about-hotel-box .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #030303;
  border-color: #030303 #030303 #fff;
}
.about-hotel-box .nav-tabs .nav-link {
  color: #030303;
  font-size: 14px;
}

form.detail_page_sidebar_form {
    margin-top: 30px;
    padding: 20px;
    background: #fcfcfc;
}
 
form.detail_page_sidebar_form ul li {
  width: 100%;
  background: #fff;
  padding: 14px 0;
  margin-bottom: 12px;
}
form.detail_page_sidebar_form ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  height: auto;
}

form.detail_page_sidebar_form ul li.start_date_li {
  width: 50%;
}
.detail_page_sidebar_form .icon-with-form-group {
  border: none;
}

.detail_page_sidebar_form .width-spacing.border-none-box {
  background: transparent;
  margin-left: no;
}

.detail_page_sidebar_form .current_price {
  font-size: 18px;
  padding: 6px 10px;
}

.detail_page_sidebar_form .current_plan_info {
  margin-bottom: 10px;
  background: #f9f9f9;
  padding: 5px;
}

.detail_page_sidebar_form .text_line_thoughs {
  color: rgb(113, 113, 113);
  text-decoration: line-through;
}

.detail_page_sidebar_form .room_shift {
  font-size: 14px;
  padding: 7px 0;
  font-weight: 300;
  text-transform: capitalize;
}
.detail_page_sidebar_form  .icon-with-form-group.find-hotel-box a {
  padding: 12px 20px;
}






@media only screen and (max-width:1199px) {
  .sign-in-login-nav {
    margin-left: 20px;
}
.sign-in-login-nav .signup-btn {
  min-width: 60px;
  margin-left: 15px;
}
.carousel-item > img {
  width: auto;
}
.banner-searchbox {
  width: 90%;
}
.carousel-item {
  max-height: 520px;
}
}


@media only screen and (max-width:1090px) {
  .main-header .navbar-nav > li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

}

@media only screen and (max-width:1070px) {
  .about-hotel-content.hotel-facilities.review-section .star-rating-form-detail {
    flex-wrap: wrap;
}

}

@media only screen and (min-width:992px) { 

  .dropdown-menu-item:hover .submenu {
    max-height: 400px;
    transition: 0.5s all;
    visibility: visible;
    opacity: 1;
  }

}

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

  .review-btn .accordion-flush .accordion-item .accordion-button {
    max-width: 280px;
    margin: 0 auto;
  }
 
  .post-comment-btn {
    text-align: center;
  }

.open_submenu .submenu {
    position: relative;
    top: 100%;
}
body .main-header .navbar-nav .nav-link, body .main-header .navbar-nav .nav-link:focus {
  width: 100%;
  text-align: center;
}
.dropdown-menu-item .submenu {
  background: #2b3467;
  padding: 0;
}

body .main-header .navbar-nav li a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        padding: 12px 20px;
        color: #fff;
        font-size: 14px;
    }

   

    .navbar-toggler i {
        position:absolute;
        transition: 0.2s all;
         color:#fff;
        }
        .navbar-toggler {
          display: inline-block;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 42px;
          width: 50px;
          font-size: 28px;
          position: relative;
          z-index: 999;
          right: 0;
          margin-left: auto;
          margin-bottom: 10px;
          top: 3px;
          right: 0;
          background: #030303;
      }
         
        .navbar-toggler i.fa-plus, .open_menu .navbar-toggler i.fa-bars {
         opacity:0;
         transform: rotate(0deg);
        }
        .navbar-toggler i.fa-bars {
         opacity:1;
         transform: rotate(180deg);
        }
        .open_menu button.navbar-toggler i.fa-plus {
         opacity: 1;
         transform: rotate(225deg);
        }
        .navbar-toggler-icon {
         display: flex;
         justify-content: center;
         align-items: center;
        }
        .navbar-toggler-icon {
         max-width: 0;
        }
         
        .navbar-collapse {
          display: inline-block !important;
          position: fixed;
          background: #ffffff;
          top: 0;
          left: 0;
          height: 100%;
          z-index: 99;
          overflow-y: auto;
          padding: 20px 20px;
          width: 100%;
          max-width: 220px;
          transition: 0.1s all;
          transform: translate(-100%, 0%);
      }
        .open_menu .navbar-collapse {
         transform: translate(0%, 0%);
         transition: 0.1s all;
        }
        .open_menu {
         overflow:hidden;
        }
        .navbar-collapse .navbar-nav {
         flex-direction: column;
        }
        .open_menu .overlay-div {
         position: fixed;
         left: 0;
         right: 0;
         top: 0;
         bottom: 0;
         background: rgba(0, 0, 0, 0.6);
         z-index:9;
        }
        .main-menu .navbar {
            border-top: none;
        }

       

        .main-menu .navbar-nav .nav-item.active > a {
            color: #9EEFF4!important;
        } 
        .sign-in-login-nav {
          margin-left: 0;
          flex-direction: column;
          align-items: center;
          margin-top: 0;
      }
      .sign-in-login-nav .signup-btn {
        min-width: 80px;
        margin-left: 0;
    }
    .sign-in-login-nav li a {
      margin-bottom: 20px;
      display: inline-block;
      /* color: #fff; */
  }
  .banner-searchbox ul.multiple-searchbox-cover li {
    width: 100%;
}
.banner-searchbox h4 {
  font-size: 20px;

}
.banner-searchbox ul.multiple-searchbox-cover {
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  padding: 20px;
}
.banner-searchbox li.search-box-spacing {
  width: 100%;
  
}
.banner-searchbox ul.multiple-searchbox-cover li.width-spacing-box {
  width: 48%;
}
.banner-searchbox ul.multiple-searchbox-cover li.width-box {
  width: unset;
}
.banner-searchbox {
  width: 100%;
  max-width: 420px;
  display: inline-block;
  transform: translateX(0);
  left: 10%;
}
.banner-searchbox ul.multiple-searchbox-cover li.width-spacing {
  width: 100%;
}
.banner-searchbox .icon-with-form-group {
  border-bottom: #d2d2d2 1px solid;
  border-right: none;
  padding: 18px 0 18px 30px;
}
.banner-searchbox .icon-with-form-group i {
  position: absolute;
  left: 10px;
  top: 22px;
}
.banner-searchbox .icon-with-form-group i.fa-solid.fa-calendar {
  top: 20px;
  left: 10px;
}
.icon-with-form-group.border-none-box {
  border: none;
}
.icon-with-form-group.find-hotel-box.border-none-box {
  padding-left: 0;
}
.icon-with-form-group i.fa-solid.fa-users {
  top: 23px;
}
.detail_page_sidebar_form .icon-with-form-group i.fa-solid.fa-users {
  top: 5px;
}
.carousel-item {
  max-height: 590px;
}
.searched-list .featured-image {
  padding: 26% 0;
}
}

@media only screen and (max-width:768px) {
  .hotel-room-image {
    margin-top: 0px;
}
.booking-sidebar-form {
    margin-top: 15px;
}
.container, .container-sm {
    max-width: 880px;
}
.nav-pills .nav-item {
    width: 100%;
    border-bottom: 1px solid #dadada;
}
.page-title {
    font-size: 40px;
    margin-bottom: 20px;
}
.main-header {
    padding: 0 14px;
}

.service-header .service-gallery .hotel-image img {
  max-width: 100%;
}

.service-header .service-gallery .hotel-image img {
  height: auto;
}

.service-header .service-gallery .hotel-image img {
  height: 320px;
}
 
}

@media only screen and (max-width:575px) { 
.searched-list {
    flex-wrap: wrap;
}
.searched-list .description-property .property-location {
    margin-top: 30px;
}
.searched-list .description-property {
  padding: 10px 15px 20px 15px;
  width: 100%;
  text-align: center;
}
.hotel-slider {
  width: 100%;
}
 
.page-title {
    font-size: 30px;
}
.searched-list .featured-image {
  max-width: unset;
}
.banner-section{
  padding: 0;
}
.banner-searchbox {
  width: 100%;
}
.carousel-item {
  max-height: 580px;
  min-height: auto;
}
.banner-searchbox {
  padding: 15px;
}
.about-hotel-content.hotel-facilities .hotel-room-detail {
  flex-direction: column;
}
.hotel-room-detail .room-image {
width: 100%;
}
.about-hotel-content.hotel-facilities .hotel-room-heading {
padding: 18px 18px;
margin-right: auto;
width: 100%;
}
.hotel-room-detail .room-image {
padding: 25%;
}
.about-hotel-content.hotel-facilities .show-price-btn a {
margin-right: 0;
margin-bottom: 25px;
margin-top: 0px;
}
.about-hotel-content.hotel-facilities .hotel-image-box {
justify-content: center;
}
.about-hotel-content.hotel-facilities .room-image img {
max-width: 100%;
margin: 1px;
}
.about-hotel-content.hotel-facilities .decription > a {
margin-bottom: 0;
text-align: center;
}
.explore-options .explore-options-heading h2 {
font-size: 27px;
text-align: center;
}
.about-hotel-content.hotel-facilities .decription {
border-right: none;
padding-right: 0;
}
.searched-list {
  flex-flow: column;
}
.banner-tag-line-title{
  text-align: center;
  font-size: 16px !important;
  margin-bottom: 0;
}
.banner-tag-line{
  display: none;
}
.booking-form{
    position: fixed;
    width: 100%;
    background: #ededed;
    margin: 0;
    bottom: 0;
    left: 0;
}
.hotel-slider-mobile, .hotel-slider-property-list{
  min-width: 225px;
  height: 200px;
  max-width: 100% !important;
  display: block;

 }
.hotel-slider-desktop{
  display: none;
}
form.detail_page_sidebar_form {
  background: #e5e5e5;
}
.multiple-searchbox-cover{
  box-shadow:none;
}
.banner-searchbox{
  background: #fffffff0;
}
.daterangepicker {
  top: 10px !important;
  left: 0 !important;
  position: fixed;
  width: 100%;
}
.daterangepicker .calendar{
  max-width: initial !important;
}

}

@media only screen and (max-width:420px) {
  .review-btn .star-rating-form .cleanliness {
    flex-direction: column;    
}
.review-btn .star-rating-form .cleanliness {
  margin-top: 15px;
}
.about-hotel-content.hotel-facilities.review-section .progress {
  max-width: 100%;
  margin-top: 10px;
}
.review-btn .star-rating-form .cleanliness {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 10px;
}
.about-hotel-content.hotel-facilities.review-section .star-rating-form-detail {
  margin: 0 -20px;
}

.banner-section{
    padding: 0;
  }
  
  .banner-tag-line-title{
    text-align: center;
    font-size: 16px !important;
    margin-bottom: 0;
  }
  .banner-tag-line{
    display: none;
  }
  .booking-form{
      position: fixed;
      width: 100%;
      background: #ededed;
      margin: 0;
      bottom: 0;
      left: 0;
  }
  .hotel-slider-mobile, .hotel-slider-property-list{
    min-width: 225px;
    height: 200px;
    display: block;
    max-width: 100% !important;
  }
  .hotel-slider-desktop{
    display: none;
  }
  
  form.detail_page_sidebar_form {
    background: #e5e5e5;
  }
  .multiple-searchbox-cover{
    box-shadow:none;
  }
  .banner-searchbox{
    background: #ffffff36;
  }
  ul.multiple-searchbox-cover {
    background: #ffffffe0;
}
  .daterangepicker {
    top: 10px !important;
    left: 0 !important;
    position: fixed;
    width: 100%;
  }
  .daterangepicker .calendar{
    max-width: initial !important;
  }
}