@media (max-width: 576px) {
  .login-btn-hide {
    display: none;
  }

  .avatar-icon {
    display: inline-block;
  }
}

@media screen and (min-aspect-ratio: 4/7) {
  .profile {
    /*margin-left: 22%;*/
    margin-right: 10%;
  }
}

@media screen and (max-width: 767px) and (min-width: 200px) {
  .navbar .container-fluid .navbar-brand {
    width: 70px;
  }

  #demo {
    height: 450px;
  }

  #demo .carousel-inner .carousel-item .carousel-caption {
    width: 90%;
    bottom: 200px;
  }

  .card-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .search-box {
    width: 200px;
  }

  .cell-card {
    width: 100%;
    flex-direction: column;
    height: 400px;
  }

  .sub-cell-card {
    width: 100%;
    height: 200px;
  }

  .cell-content {
    width: 100%;
    height: 220px;
  }

  .swiper-wrapper {
    width: 100%;
    transform: none;
  }

  .form {
    width: 100%;
    flex-direction: column;
  }

  .form .SignUp_box,
  .Login_box {
    width: 100%;
    margin: 10px 0px 20px 0px;
  }

  .form_text {
    margin: 0px 0px 0px 0px;
  }

  .signup_form {
    width: 100%;
  }

  .signup_form .input {
    width: 92%;
  }

  .lock {
    flex-direction: column;
  }

  .lock .Password,
  .confirm_password {
    width: 100%;
  }

  .Password .input {
    width: 100%;
  }

  .confirm_password .fa-eye-slash {
    left: 300px;
    top: 10px;
  }

  .Password .fa-eye-slash {
    left: 300px;
    top: 10px;

  }

  .video_section iframe {
    width: 100%;
  }

}

@media only screen and (min-device-width: 768px) and (max-device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {
  .main_filter_section {
    height: 50vh !important;
  }

  .filter_box .filter_heading {
    font-size: 50px !important;
  }

  .home-lable {
    font-size: 14px !important;
  }

  .amenitie-pera {
    align-items: center;
  }

  .cos-details {
    margin: 10px 0px;
  }


}



/* Large screens (desktops) */
@media (min-width: 1200px) {
  .twelve h1 {
    font-size: 36px;
    padding-bottom: 13px;
  }
}

/* Medium screens (tablets in portrait mode, small desktops) */
@media (min-width: 768px) and (max-width: 1024px) {
  .main_slide_box {
    margin-top: 30px !important;
  }

  .twelve h1 {
    font-size: 32px;
    padding-bottom: 24px;
    padding-top: 12px;
    text-align: left;
  }

  /* Booking Details Style Start */

  .booking {
    display: flex !important;
    flex-direction: column-reverse !important;
    flex-wrap: nowrap !important;
    align-items: start !important;
    width: 100% !important;
  }

  .booking h3 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .membheading h1 {
    margin-top: 12ppx;
  }

  .pr-box {
    margin: 5px 8px !important;
  }

  .pro-img {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    width: 100%;
  }

  .pro-img img {
    width: 100%;
    height: 185px !important;
  }

  .membership-img img {
    height: 500px !important;
  }

  .location-card .card {
    width: 100% !important;
  }

  .description .card {
    width: 100% !important;
  }

  .prorty-heading {
    gap: 32rem !important;
  }

  .adults {
    font-size: 12px;
    height: 57px;
    padding-top: 15px !important;
    padding-left: 29px !important;
  }

  .position-relative .icon-wrap,
  .position_relative .icon-wrap {
    width: 25px !important;
  }

  .filter input,
  #selectedAge {
    font-size: 12px !important;
    padding: 13px 20px 10px 40px !important;
  }

  #dropdownMenuButton {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 98% !important;
    font-size: 14px !important;
    padding-bottom: 19px !important;
  }

  .search-filter .home-lable {
    font-size: 14px !important;
  }

  .search_hotel_button .btn {
    font-size: 14px !important;
    height: 55.1px !important;
    margin-top: -2px !important;
    width: 77px;
    margin-left: 0px;

  }

  .home-lable {
    font-size: 14px !important;
  }

  .social_profile ul li a {
    margin: 0px 5px !important;
    font-size: 15px !important;
    width: 40px !important;
    height: 40px !important;
  }

  .social_profile a i {
    margin-top: .6rem !important;
  }

  .property-img img {
    height: 185px !important;
  }

  .navmenu a:link {
    font-size: 12px !important;
  }

  .post-img img {
    height: 150px !important;
  }

  #filterbar {
    display: block;
  }

  #toggleSidebar {
    display: none;
  }

  .cos-details {
    margin: 10px 0px;
  }

  .amenitie-pera {
    align-items: baseline !important;
  }

}

/* Small screens (tablets in landscape mode) */
@media (min-width: 576px) and (max-width: 767px) {
  .twelve h1 {
    font-size: 22px;
    padding-bottom: 24px;
    padding-top: 12px;
  }



}

/* Extra small screens (phones) */
@media (max-width: 575px) {


  #dropdownMenuButton {
    font-size: 14px !important;
    padding-left: 36px !important;
  }

  .main_slide_box {
    margin-top: 2rem !important;
  }

  .twelve h1 {
    font-size: 24px;
    padding-bottom: 24px;
    padding-top: 12px;
    white-space: normal;
  }

  /* Property Details Style Start */

  .hotel_details_heading h1 {
    font-size: 19px;
  }

  .rate {
    margin-top: 8px !important;
  }

  .tabs h1 {
    text-align: left !important;
  }

  .location-content i {
    padding-top: 10px;
  }

  .room-detail-button button {
    margin-bottom: 12px;
  }

  p {
    margin-bottom: 0px !important;
  }

  .amenitie-pera,
  .amenitie-pera i {
    margin-top: 8px;
    align-items: baseline;
  }

  .fav-btn {
    padding-top: 0rem;
    font-size: 11px;
  }


  /* Proparty Details Style End */

  /* Booking Details Style Start */

  .booking {
    display: flex !important;
    flex-direction: column-reverse !important;
    flex-wrap: nowrap !important;
    /*    align-items: start !important;*/
    width: 100% !important;
  }


  .location-content {
    align-items: center;
  }

  .location-card .card {
    width: 100% !important;
  }

  .pro-img {
    position: relative !important;
    top: 0rem !important;
    right: 0rem !important;
  }

  .pro-img img {
    width: 100% !important;
    height: 34vh;
    border-radius: 0px !important;
  }

  .location-content {
    font-size: 13px;
    margin-bottom: 0px;
  }

  .booking-detail-content,
  .booking-payment-content {
    justify-content: space-around !important;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 10px;
  }

  .booking-date,
  .booking-type,
  .booking-Status,
  .checkin,
  .booking-payment-content,
  .booking-payment,
  .payment-Status,
  .payment-method,
  .transaction-number,
  .total-amunt {
    border-bottom: 1px solid #ec4088;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100% !important;

  }

  .checkout {
    padding-bottom: 10px;
  }

  /* membership Style Start */
  .membership-img img {
    height: auto !important;
  }

  .mambership-detail-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }

  .booking-date {
    width: 50%;
  }

  .valid-note {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .valid-note p {
    font-size: 14px;
    text-align: center;
  }

  .description .card {
    width: 100% !important;
  }

  .booking-detail-card {
    margin-top: 0rem !important;
  }

  .booking-detail-card .card-header {
    flex-direction: initial !important;
    align-items: end;
  }

  .proparty-pera {
    margin-bottom: 0.4rem;
  }

  /* Room Booking Style Start */
  .room-booking-main {
    margin: auto;
    width: 100% !important;
  }

  .room-booking-img {
    flex-direction: column-reverse;

  }

  .room-booking-img img {
    height: 12rem !important;
    width: 100% !important;
  }

  .favourite-box p {
    color: #ec4088;
    margin-top: 5px !important;
  }

  .favourite-box {
    margin-top: 0px !important;
  }

  .membership-pakege {
    flex-direction: row !important;
  }

  .myfev {
    position: absolute;
    right: .9rem;
    margin-top: 0px !important
  }

  .proparty-pera h4 {
    font-size: 16px
  }

  .proparty-pera span {
    font-size: 12px !important
  }

  h1.profile-name {
    left: 0px !important;
  }

  .booking_details {
    flex-direction: column-reverse;
    margin-bottom: 0rem !important;
  }

  .twelve h2 {
    font-size: 30px !important;
  }

  .eleven {
    font-size: 27px;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 6px !important;
  }

  .property-img {
    margin: 5px 0px;
  }

  .navmenu a:link {
    font-size: 9px !important;
  }

  .fav-tab {
    font-size: 12px;
    padding-bottom: 15px !important;
  }

  .room-booking-img {
    float: none !important;
  }

  .room-booking-img h4 {
    font-size: 22px !important;
  }

  .cos-details {
    font-size: 12px !important;
    margin: 10px 0px;
  }

  .cos-date {
    font-size: 14px !important;
    text-align: left !important;
  }

  .room-booking-main .col-md-4 {
    text-align: left !important;
  }

  .promo-heading {
    font-size: 14px !important;
  }

  .property-img img {
    height: 100px !important;
  }

  .more-images-overlay {
    font-size: 14px !important;
  }

  .view-all-btn {
    display: flex !important;
    padding-top: 10px !important;
  }

  .room-detail-button {
    padding-bottom: 10px !important;
  }


  .tab-bar {
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}


@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .filter_box {
    top: 2rem !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .property-img img {
    height: 100px !important;
  }

  .more-images-overlay {
    font-size: 14px !important;
  }

  .filter_box .filter_heading {
    font-size: 43px !important;
  }

  .search_hotel_button .btn {
    margin-left: 0rem !important;
  }

  .room-booking-img {
    flex-direction: column-reverse !important;
    float: none !important;
  }



  .gellary-close {
    right: 0.4rem !important;
    top: .4rem !important;
  }



  .view-all-btn {
    display: flex !important;
    padding-top: 10px !important;
  }

  .room-detail-button {
    padding-bottom: 10px !important;
  }

}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {

  .login-btn {
    margin-top: 10px;
  }

  .filter_box {
    top: 2rem !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .filter_box .filter_heading {
    font-size: 43px !important;
  }

  .search_hotel_button .btn {
    margin-left: 0rem !important;
  }

  .icon-wrap {
    top: 0rem !important;
    z-index: 1 !important;
  }

  .main_slide_box {
    margin-top: 30px !important;
  }

  h1.profile-name {
    left: 0px !important;
  }

  .booking_details {
    flex-direction: column-reverse;
  }

  .fav-tab {
    font-size: 12px;
    padding-bottom: 15px !important;
  }

  .cos-details {
    font-size: 12px !important;
    margin: 10px 0px;
  }

  .cos-date {
    font-size: 12px !important;
    text-align: left !important;
  }

  .room-booking-main .col-md-4 {
    text-align: left !important;
  }

  .promo-heading {
    font-size: 14px !important;
  }
}

@media only screen and (max-device-height: 915px) {
  .login-btn {
    margin-top: 10px;
    margin-right: 0.2rem !important;
  }

  .main_filter_section {
    height: 66vh !important;
  }

  .filter_box {
    top: -1rem !important;
  }


  .filter_box .filter_heading {
    font-size: 40px !important;
    margin-bottom: 1rem !important;
  }

  .icon-wrap {
    display: none;
  }



  .main_slide_box {
    margin-top: 30px !important;
  }
}

/* Main Page content */
@media screen and (max-width: 760px) {
  .cover-content h1 {
    font-size: 36px;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
  }

  .cover-content h6 {
    font-size: 15px;
  }

  .cover-content h1 {
    font-size: 36px;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
  }

  .cover-content h6 {
    font-size: 15px;
  }
}

@media (min-width: 768px) {

  .md-font-size {
    font-size: 12px;
  }
}


/* Membership Style Start */

@media only screen and (max-width:768px) {

  .location-card .card {
    width: 100% !important;
    margin-left: 0;
  }

  .membership {
    display: flex !important;
    flex-direction: column-reverse !important;
    flex-wrap: nowrap !important;
  }

  .pro-img {
    position: relative !important;
    top: 0rem !important;
    right: 0rem !important;
  }

  .pro-img img {
    width: 100% !important;
    height: 34vh;
    border-radius: 0px !important;
  }

  .mambership-detail-content .price {
    font-weight: 700;
  }

  .mambership-detail-content span {
    font-weight: 100;
  }

  .description {
    margin-bottom: 0rem;
  }

  .cos-details {
    margin: 10px 0px;
  }


}


@media (min-width: 575px) {

  /* Home Stayle Start */
  .main_slide_box {
    margin-top: 10px !important;
  }

  /* Home Stayle end */

  .membership {
    display: flex !important;
    flex-direction: column-reverse !important;

  }

  .location-card .card {
    width: 100% !important;
    margin-left: 0;
  }

}

/* Membership Style End */

/* Booking Details Style Start */

@media only screen and (max-width:768px) {
  .booking {
    display: flex !important;
    flex-direction: column-reverse !important;
    flex-wrap: nowrap !important;
    width: 100%;
  }

  .location-content {
    align-items: center;
  }

  .location-content {
    font-size: 13px;
    margin-bottom: 0px;
  }



  .checkin {
    margin-top: 10px;
  }


}

/* Booking Details Style Start */


/* Property Detail Style Start */
@media only screen and (max-width:768px) {
  .hotel_details_heading h1 {
    font-size: 21px;
  }

  .rate {
    margin-top: 8px !important;
  }

  .tabs h1 {
    text-align: left !important;
  }

  .room-detail-button button {
    margin-bottom: 12px;
  }

  p {
    margin-bottom: 0px !important;
  }

  .location-card .card {
    width: 100% !important;
    margin-left: 0;
  }



}

@media only screen and (min-width:320px) {
  .hotel_details_heading h1 {
    font-size: 19px I !important;
  }

  .rate {
    margin-top: 8px !important;
  }


  .tabs h1 {
    text-align: left !important;
  }

  .room-detail-button button {
    margin-bottom: 12px;
  }

  p {
    margin-bottom: 0px !important;
  }
}


/* Membership Style Start */

@media only screen and (max-width:768px) {
  .location-card {
    width: 100%;
  }

  .location-card .card {
    width: 100% !important;
    margin-left: 0px;
  }

  .membership {
    display: flex !important;
    flex-direction: column-reverse !important;
    flex-wrap: nowrap !important;
  }

  .pro-img {
    position: relative !important;
    top: 0rem !important;
    right: 0rem !important;
  }

  .pro-img img {
    width: 100% !important;
    height: 34vh;
    border-radius: 0px !important;
  }

  .mambership-detail-content {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly !important;
    flex-wrap: wrap;
    align-content: stretch;
    justify-items: stretch;
    align-items: center !important;
    margin: 0px 0px !important;
    text-align: center;
  }

  .mambership-detail-content .price {
    font-weight: 700;
  }

  .mambership-detail-content span {
    font-weight: 100;
  }

  .valid-note {
    width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 5px;
  }

  .valid-note p {
    font-size: 12px !important;
    text-align: center;
  }

  .description {
    margin-bottom: 3rem;
  }

  .booking_details h3 {
    margin-top: 2px;
  }

  .booking-detail-card {
    margin-top: 0rem !important;
  }

  .description .card {
    width: 100% !important;
  }

  .booking-detail-card {
    margin-top: 0rem !important;
  }

  .booking-detail-card .card-header {
    flex-direction: initial !important;
    align-items: flex-start;
  }

  .proparty-pera {
    margin-bottom: 0.4rem;
  }


  .room-detail-content {
    padding-bottom: 10px !important;
  }

  .Description-img img {
    height: 230px !important;
  }

  .accordion button .icon {
    right: -2.2rem !important;
  }



  .details-room {
    margin-top: 1.5rem;
    text-align: left !important;
  }

  .details-room label {
    font-size: 12px !important;
    margin-bottom: 0rem !important;
  }

  .details-room p {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .swiper-button-prev {
    left: 41% !important;
  }

  .swiper-button-next {
    left: 52% !important;
  }
}

@media (min-width: 768px) {
  .swiper-button-prev {
    left: 46% !important;
  }

  .swiper-button-next {
    left: 50% !important;
  }


}

@media (min-width: 1200px) {
  .swiper-button-prev {
    left: 47.6% !important;
  }

  .swiper-button-next {
    left: 50.4% !important;
  }


}

@media only screen and (min-device-width: 896px) and (max-device-height: 414px) {
  .social_profile ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .social_profile a i {
    margin-top: .6rem !important;
  }

  .cos-details {
    font-size: 12px !important;
    margin: 10px 0px;
  }

  .guest .row {
    flex-direction: column !important;
    text-align: center !important;
  }

  .room-lable span {
    font-size: 12px !important;
  }

}

@media only screen and (min-device-width: 844px) and (max-device-height: 390px) {
  .social_profile ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .social_profile a i {
    margin-top: .6rem !important;
  }
}

@media only screen and (min-device-width: 932px) and (max-device-height: 430px) {
  .social_profile ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .social_profile a i {
    margin-top: .6rem !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) {
  .navmenu a:link {
    font-size: 7px !important;
  }

  .price-tag {
    padding: 0.4rem !important;
  }

  .sticky-top {
    font-size: 10px;
    padding-bottom: 0px !important;
  }

}



@media only screen and (min-width: 390px) and (max-width: 844px) {
  .navmenu a:link {
    padding: 5px 2px !important;
    font-size: 10px !important;
  }
}


/* iphone 6/7/8 iphone x media query */
@media screen and (max-width: 380px) and (min-width: 331px) {
  .gellary-close {
    position: absolute !important;
    right: 17px !important;
    top: 20px !important;
  }

  .navmenu a:link {
    padding: 5px 5px !important;
    font-size: 10px !important;
  }


  .price-breakup h6,
  .price-breakup p {
    font-size: 14px !important;
  }

  .room-booking-img img {
    height: 10rem !important;
    width: 100% !important;
  }

  .input-group-text {
    align-items: end !important;
    padding: 0.375rem .30rem !important;
    font-size: 12px !important;
  }

  .guest-detail-form .col-md-6 {
    margin: 10px 0px !important;
  }

  .receipt-btn {
    margin-bottom: 12px !important;
  }

  .owl-dots {
    padding-bottom: 1rem;
  }

  .favourite-box {
    border: none;
  }

  .favourite-box span {
    display: none;
  }

  .favourite-box i {
    font-size: 14px;
  }

  .booking_details h3 {
    padding-top: .5rem;
  }

  .datepicker {
    left: 2.3rem !important;
  }

  .card {
    margin: 20px 5px 10px !important;
  }

  .membership-section {
    flex-direction: column-reverse;
  }

  .prorty-heading h4 {
    font-size: 18px;
  }

  .prorty-heading h2 {
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    padding-top: 10px !important;
    text-wrap: balance;
  }

  .description .card {
    margin: 20px 0px 10px !important;
  }

  .booking-detail-card .card {
    margin: 20px 0px 10px !important;
  }

  .booking-img img {
    width: 100% !important;
  }

  .booking-text {
    margin-bottom: 0.5rem;
    font-size: 20px !important;
    padding-left: 5px !important;
    margin-top: .5rem;
  }

  .fa-star {
    font-size: 10px !important;
  }

  .pro-name h1 {
    font-size: 20px;
  }

  .price-section tag {
    font-size: 13px !important;
  }

  .description .card {
    margin: 20px 0px 10px !important;
  }

  .location-card .card {
    margin: 20px 0px 10px !important;
  }

  .syns1 {
    height: 250px !important;
  }

  .syns2 {
    height: 59px !important;
  }

  #propertiesContainer .card .card-body .col-lg-6 {
    border: none !important;
  }

  .p-heading {
    padding: 0rem 2rem !important;
  }

  .p-heading a {
    padding: 0rem !important;
  }

  #propertyDetails {
    margin-top: 0rem !important;
  }

  .gallery {
    --bs-gutter-x: 0.4rem !important;
  }

  .price-section tag {
    padding: 10px 10px !important;
  }

  .room-booking-main .card .guest-meal-options,
  .col-size-class {
    border: none !important;
  }

  #galleryModal {
    margin-top: 5rem !important;
    --bs-modal-margin: 0rem !important;
  }

  #galleryModal .modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
  }

  .actual-price {
    position: relative !important;
  }

  .Description-img {
    height: 15rem !important;
  }

  .actule-price-text {
    margin: 0px !important;
  }


}

/* iphone 6/7/8 plus  media query */
@media screen and (max-width: 700px) and (min-width: 381px) {
  .gellary-close {
    position: absolute !important;
    right: 17px !important;
    top: 20px !important;
  }

  .navmenu a:link {
    padding: 5px 5px !important;
    font-size: 10px !important;
  }

  .input-group-text {
    align-items: end !important;
    padding: 0.375rem .30rem !important;
    font-size: 12px !important;
  }

  .guest-detail-form .col-md-6 {
    margin: 5px 0px !important;
  }

  .receipt-btn {
    margin-bottom: 12px !important;
  }

  .owl-dots {
    padding-bottom: 1rem;
  }

  .favourite-box {
    border: none;
  }

  .favourite-box span {
    display: none;
  }

  .favourite-box i {
    font-size: 14px;
  }

  .room-booking-main .col-md-4 {
    text-align: left !important;
  }

  .booking_details h3 {
    padding-top: 1rem;
  }

  .datepicker {
    left: 2.3rem !important;
  }

  .card {
    margin: 20px 6px 10px !important;
  }

  .price-section {
    align-items: center !important;
  }

  .membership-section {
    flex-direction: column-reverse;
  }

  .prorty-heading h4 {
    font-size: 18px;
  }

  .prorty-heading h2 {
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    padding-top: 10px !important;
    text-wrap: balance;
  }

  .description .card {
    margin: 20px 0px 10px !important;
  }

  .booking-detail-card .card {
    margin: 20px 0px 10px !important;
  }

  .booking-img img {
    width: 100% !important;
  }

  .booking-text {
    margin-bottom: 0.5rem;
    font-size: 20px !important;
    padding-left: 5px !important;
    margin-top: .5rem;
  }

  .fa-star {
    font-size: 10px !important;
  }

  .pro-name h1 {
    font-size: 20px;
  }

  .pro-name {
    width: auto;
  }

  .price-section tag {
    font-size: 13px !important;
  }

  .description .card {
    margin: 20px 0px 10px !important;
  }

  .location-card .card {
    margin: 20px 0px 10px !important;
  }

  .syns1 {
    height: 290px !important;
  }

  .syns2 {
    height: 59px !important;
  }

  #propertiesContainer .card .card-body .col-lg-6 {
    border: none !important;
  }

  .p-heading {
    padding: 0rem 2rem !important;
  }

  .p-heading a {
    padding: 0rem !important;
  }

  #propertyDetails {
    margin-top: 0rem !important;
  }

  .gallery {
    --bs-gutter-x: 0.5rem !important;
  }

  .price-section tag {
    padding: 10px 10px !important;
  }

  #galleryModal {
    margin-top: 5rem !important;
    --bs-modal-margin: 0rem !important;
  }

  #galleryModal .modal-dialog {
    width: auto !important;
    max-width: 100% !important;
  }

  .actual-price {
    position: relative !important; 
  }

  .Description-img {
    height: 15rem !important;
  }

  .actule-price-text {
    margin: 0px !important;
  }
  
  .cover {
    min-height: 76vh !important;
  }
    .filter_box {
        top: -1rem !important;
    }

}

/* ipad  media query */
@media screen and (max-width: 1024px) and (min-width: 768px) {

  .navmenu a:link {
    padding: 5px 10px !important;
    font-size: 12px !important;
  }

  .gellary-close {
    position: absolute !important;
    top: 18px !important;
    left: 71% !important;
  }

  .input-group-text {
    align-items: end !important;
    padding: 0.375rem .30rem !important;
    font-size: 12px !important;
  }

  .mambership-detail-content {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly !important;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-items: stretch;
    align-items: center !important;
    margin: 0px 0px !important;
    text-align: center;
  }

  .room-booking-main .col-md-4 {
    text-align: left !important;
  }

  .cos-date {
    text-align: left !important;
  }

  .valid-note {
    width: 100% !important;
  }

  #Guest_rooms {
    width: 100% !important;
  }

  #Guest_rooms {
    transform: translate3d(-38px, 61px, 0px) !important;
    width: 265px !important;
    color: black !important;
  }

  #rooms,
  #children,
  #adults {
    padding: 0px 0px 0px 0px !important;
    width: 61px !important;
  }

  .suggestions-box {
    width: 417px !important;
  }

  .post-content h3 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    width: 135px !important;
  }

  .filter_box h1 {
    font-size: 40px;
  }

  .wrapper {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .syns1 {
    height: 440px !important;
  }

  .syns2 {
    height: 99px !important;
  }

  #propertiesContainer .card .card-body .col-lg-6 {
    border: none !important;
  }

  #galleryModal {
    margin-top: 5rem !important;
    --bs-modal-margin: 0rem !important;
  }

  #galleryModal .modal-dialog {
    width: auto !important;
    max-width: 100% !important;
  }

  .actual-price {
    position: relative !important; 
  }

  .actule-price-text {
    margin: 0px !important;
  }
  
  .member-img {
    object-fit: cover;
    height: 22rem;
}

  .membership-section{
    flex-direction: column-reverse !important;
  }

}



/* iPad Pro  media query */
@media screen and (max-width: 1366px) and (min-width: 1025px) {
  .gellary-close {
    position: absolute !important;
    right: 24rem !important;
    top: 1rem !important;
  }

  .input-group-text {
    align-items: end !important;
    padding: 0.375rem .30rem !important;
    font-size: 12px !important;
  }

  .room-booking-main .col-md-4 {
    text-align: left !important;
  }

  .valid-note p {
    font-size: 14px !important;
    text-align: left !important;
  }

  .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 68vh;
  }

  /* .actule-price {
    margin-right: 1.4rem !important;
  } */

  .actual {
    right: 1.4rem !important;
  }

}

/* iphone 5 media query */
@media screen and (max-width: 330px) and (min-width: 200px) {

  .accordion button .icon {
    right: -25px !important;
  }

  .owl-dots {
    padding-bottom: 1rem;
  }
}

@media (max-width:767px){
  .tab-bar li{height: 30px;}
  .sticky ul li.active a{text-underline-offset: .6rem !important;}
  .badge,
  .discount_percentage,
  .actule-price-text s,
  .off-price {
    font-size: 13px !important;
  }
  
}