.bodyhome {
  font-family: "Poppins", Arial, sans-serif;
  background: #fff;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 400;
  color: #999999; }
  body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* Adjustments for tablets */
    .col-md-4 {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
    }
    .col-md-8 {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
    }
  }

  h2, .h2  {
    font-size: 1rem;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;

  }



      .noBorder {
          border: none;
          width: 3rem;
      }
      .inline-elements {
          display: flex;
          align-items: center;
      }
      inline-elements a, .inline-elements input {
          margin: 0px -12px 0px 15px;
      }
      .children-input{
          margin: 0px -17px 0px 12px;
      }
      .dropdown-menu {
          margin-top: 1.7rem;
          border: 1px solid #ccc;
          padding: 10px;
          z-index: 2;
      }
      .search-property-1 .form-group .form-control {
          border: black !important;
      }
      .dropdown-item {
          margin-bottom: 10px;
          display: flex;
      }
      .dropdown-item button {
          border: none;
          border-radius: 5px;
          color: white;
          cursor: pointer;
      }
      .dropdown-item button:first-of-type {
          background-color: #f15d30 ;
          color: #fff;
      }
      .dropdown-item button:last-of-type {
          margin-left: 1rem;
          background-color: green;
          color: #fff;
      }
      .dropdown-item1 {
        margin-bottom: 10px;
        display: flex;
    }
    .dropdown-item1 button {
        border: none;
        border-radius: 5px;
        color: white;
        cursor: pointer;
    }
      .dropdown-item1 button:last-of-type {
        margin-left: 0.5rem;
        background: none;
          color: #d50303;
          border: 1px solid #c42f2f;
    }
      @media (max-width: 767px) {
          .dropdown-menu {
          margin-top: 1.5rem;
          border: 1px solid #ccc;
          padding: 10px;
          align-items: center;
          margin-left: 0px;
      }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .dropdown-menu {
        margin-top: 1.5rem;
        border: 1px solid #ccc;
        padding: 10px;
        align-items: center;
        margin-left: -55px;
    }
  }

  @media (max-width: 767px) {
    .datepicker {
        display: block;
        top: 526.8px;
        left: 250px;
}
}

.select-wrap {
    position: relative;
}

.select-wrap .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Media query for mobile view */
@media (max-width: 767px) {
    .select-wrap select {
        width: 100%;
        padding: 10px;
        font-size: 16px;
    }

    .select-wrap .icon {
        right: 15px;
    }

    /* Adjusting the select option text for better visibility */
    .select-wrap option {
        font-size: 16px;
    }
}

.form-field {
    position: relative;
}

.form-field .icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Media query for mobile view */
@media (max-width: 767px) {
    .form-group {
        padding: 1rem;
    }

    .form-field .form-control {
        width: 100%;
        padding: 10px 10px 10px 35px; /* Adjust padding to account for the icon */
        font-size: 16px;

    }

    .form-field .icon {
        left: 15px;
    }
}

.hidden {
    display: none;
}

.floating_form {
    /* background: #000; */
    box-shadow: 0px 4px 6px rgba(255, 255, 255, 0.1);
    padding: 10px 0px;
}

.floating_form .btn-search {
    margin-top: 0px;
}

.floating_form .form-group {
    width: 23.3rem;
    padding-left: 0px;
}

.floating_form .search-group {
    width: 200px;
}

.search-group .button-29 {
    height: 40px;
}

.floating_form {
    position: sticky;
    top: 100px;
    z-index: 10;
}


.floating_form .dropdown-item {
    font-size: small;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.floating_form .dropdown-menu .btn-outline-success {
    font-size: small !important;
    margin-right: 8px !important;
    margin-left: 4px;
}

.floating_form .dropdown-menu .btn-outline-danger {
    font-size: small !important;
    margin-right: 8px !important;
}

.floating_form .dropdown-item span {
    font-size: small;
}

.inc_dec button {
    /* border-radius: 50%; */
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    border: 0.2px solid rgb(64, 0, 84, 0.3);
    /* border-radius:  0px 5px 5px 0px; */
    width: 28px;
    height: 28px;
}

.adult-input {
    border-radius: none;
}

.inc_dec input {
    text-align: center;
    color: #000;
    width: 40px;
    padding: 0.2rem;
    /* margin: 0 0.5rem; */
    border: none;
}

.btn-custom {
    font-weight: 600;
    width: fit-content;
    background: var(--color-primary);
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px
}

@media (max-width:768px) {

    .floating_form .form-group {
        width: 100%;
        padding: 0px 16px;
        margin-bottom: 4px;
    }

    .floating_form .btn-search {
        margin-top: 10px;
    }

    .floating_form .btn-search1 {
        margin-top: 10px;
    }
}

@media (min-width:768px) and (max-width:991px) {

    .floating_form .btn-search {
        margin-top: -56px;
    }

    .floating_form .btn-search1 {

margin-top: 28px;
width: 80px;
margin-left:-90px

    }
}

.dropdown-item .inc_dec div.row {
    display: inline-block;
}
