@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
}

html body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  background: #fbfafa;
}

/* ======================================= */
:root {
  --blue: #0a8ddd;
  --black: #202226;
  --gray: #4a4a4a;
  --light-gray: #fbfbfb;
  --green: #1cd359;
  --red: #ff0000;
}

/* ------coman css--- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: var(--black);
}

/* a:hover {
  color: #0255a3;
} */

.form-control:focus {
  box-shadow: none;
}

.form-select:focus {
  box-shadow: none;
  border: none;
}

.btn:hover {
  color: white;
  background-color: black;
  border-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* -----------------main color--------------- */
.Primary-Blue {
  color: var(--blue) !important;
}

.Primary-Blue-bg {
  background-color: var(--blue) !important;
}

.Secondary-Black {
  color: #171a20 !important;
}

.Secondary-Black-bg {
  background-color: var(--black) !important;
}

.blue {
  color: #0a8ddd;
}

.White {
  color: #ffffff;
}

.Gray {
  color: var(--gray) !important;
}

.Gray-bg {
  background-color: var(--gray);
}

.Light-Gray {
  color: var(--light-gray);
}

.Light-Gray-bg {
  background-color: var(--light-gray);
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.mt-30 {
  margin-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.mx-30 {
  padding: 30px 0;
}

.mb-50 {
  margin-bottom: 50px;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.mb-400 {
  margin-bottom: 400px;
}

.dark {
  color: #171a20 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
}

.bg_color {
  background: #fbfafa !important;
}

/* .dropdown-menu li a:hover {
  background: #0255a3;
  color: #fff;
} */

/* =====================================Header start====================================== */
.page-header {
  background-color: var(--blue);
}

.navbar-expand-md .offcanvas .offcanvas-body {
  display: block;
}

/* .menubar .navbar {
  flex-wrap: nowrap;
} */

.dropdown-divider {
  border-top: 1px solid #71859e;
}

.menubar .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid transparent;
  color: white;
}

.menubar .navbar-nav .nav-link:hover {
  color: #0255a3 !important;
  border-bottom: 1px solid #0255a3;
}

ul.left_menu {
  display: flex;
  align-items: center;
  gap: 15px;
}

.menubar {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.menubar .navbar-nav {
  gap: 30px;
}

.blue_btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  background: var(--blue);
  padding: 10px 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.red_btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  background: var(--red);
  padding: 10px 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.green_btn {
  background: #1cd359;
}

.white_btn {
  line-height: 28px;
  padding: 10px 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: white;
}

.location_dropdown .dropdown .nav-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.01em;
  padding: 0px 14px;
  color: white;
  display: flex;
  align-items: center;
}

.location_dropdown .dropdown {
  padding: 10px 15px;
  position: relative;
}

.location_dropdown .dropdown-toggle::after {
  vertical-align: baseline;
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  display: inline-block;
  line-height: 20px;
  font-size: 18px;
  font-weight: 800;
  border: none;
  color: #ffffff;
  position: absolute;
  right: 0;
  /* right: -7; */
  /* top: 20px; */
  /* top: 34px; */
}

.location_dropdown .dropdown-menu {
  box-shadow: 0px 4px 15px 0px #0000001a;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: none;
  background-color: #ffffff;
  margin-top: 15px;
  width: 100%;
}

.location_dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  margin-top: 10px;
}

/* .menubar .navbar {
  width: 75%;
  margin: auto;
} */

.menubar .navbar .active {
  color: var(--black);
  border-bottom: 1px solid var(--black);
}

/* --------------------sticky-header---------------------- */
.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgb(139 139 139 / 10%);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background-color: var(--blue);
  animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.navbar-toggler:focus {
  box-shadow: none;
}

.confrim_txt p {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  color: #71859e;
}

.form-check-input {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin-right: 12px;
}

.form-check-input:checked {
  background-color: var(--blue);
  border-color: var(--blue);
}

.form-check-input:focus {
  box-shadow: none;
}

.verify {
  font-size: 14px;
  font-weight: 400;
  line-height: 21.59px;
  letter-spacing: 0.01em;
  color: var(--black);
}

.signin-logo {
  width: 60px;
}

/* =====================================Header end====================================== */

/*====================================== main-conetnt strat====================================*/
.banner_sec {
  background-image: url("../images/land/banner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 668px;
  display: flex;
  align-items: end;
  justify-content: flex-start;
  margin-bottom: 80px;
  padding-bottom: 80px;
}

.banner-content h5 {
  font-size: 74px;
  color: white;
}

.banner-content p {
  color: white;
  background: linear-gradient(45deg, #1cd359b8, transparent);
  padding: 10px;
  max-width: 600px;
  border-radius: 5px;
}

.headline_txt {
  font-size: 34px;
  font-weight: 700;
  line-height: 41.15px;
  color: #4a4a4a;
}

.place_imges .card-img-top {
  width: 100%;
  height: 282px;
  object-fit: cover;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.slick-dots {
  bottom: 12px;
  z-index: 9;
}

.slick-dots li button:before {
  font-size: 42px;
}

.slick-dots li.slick-active button:before {
  color: rgb(255, 255, 255);
  font-size: 48px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.card-title {
  color: #171a20;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.96px;
  letter-spacing: 0.01em;
}

.card-text {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01em;
}

.card-text img {
  width: 16px;
}

.facility_item {
  display: flex;
  gap: 15px;
  align-items: center;
}

.facility_item h6 {
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.01em;
}

.card {
  padding: 12px 14px;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.15);

}

.card_footer {
  border-top: 1px solid #eaeaea;
  padding-top: 14px;
  margin-top: 14px;
}

.card-body span {
  color: #363636;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.01em;
}

.heart_btn {
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px;
  margin-left: 10px;
}

.bookmark {
  position: absolute;
  top: 15px;
  right: 15px;
}

.accordion {
  margin-top: 40px;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
  border: none;
}

.accordion-item:last-of-type {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.accordion-item {
  border: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button {
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
  color: #171a20;
}

.accordion-button:not(.collapsed) {
  color: #171a20;
}

.accordion-item {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  /* padding: 24px 32px; */
  margin-bottom: 30px;
  border-bottom: 1px solid #9f9c9c;
  border-radius: 0;
}

.accordion-body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: var(--gray);
}

.accordion-button::after {
  background-image: url("../images/land/icons/plus.svg");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/land/icons/minus.svg");
}

.nav-pills .nav-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #171a20;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0255a3;
}

.bottom_line {
  border-bottom: 1px solid #d5dbe2;
}

.serch_bar input {
  width: 150%;
  border: none;
}

.serch_bar input::placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #71859e;
}

.serch_bar input:focus-visible {
  outline: none;
  border: none;
}

.serch_box {
  display: flex;
  justify-content: end;
  align-items: center;
}

.password {
  position: relative;
}

.password span {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #71859e4d;
}

.signin-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--blue);
  padding-bottom: 5px;
}

.signin_card {
  padding: 30px;
}

.signin_card-content {
  margin-top: 22px;
}

.input_fild label,
.forgot_btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 5px;
  color: #363636;
}

.input_fild .form-control {
  border: 1px solid #71859e4d;
  padding: 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: white !important;
}

.input_fild .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #363636;
}

.input_fild input {
  background-color: white !important;
}

.my_profile_card.pricing-list {
  max-width: 1000px;
  margin: auto;
}

.sign-up {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #4a4a4a;
  margin-top: 87px;
  text-align: center;
}

.sign-up a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.signin_modal .modal-content {
  overflow: hidden;
  border: none;
}

.signin_card.pricing-card {
  padding: 0px;
  height: 100%;
  border: 1px solid #0a8ddd;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;

  .my_profile {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.signin_card.pricing-card .signin_card-content {
  padding: 15px;
  flex: 1;

  .verify p {
    font-size: 18px;
    max-width: 320px;
    margin: auto;
  }

  .verify ol li {
    list-style-type: disc;
    text-align: left;
    font-size: 16px;
    padding: 10px;
  }
}

.price-footer {
  padding: 20px;
  align-self: flex-end;
  width: 100%;
}


.signin_modal .modal-content .btn-close {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 99;
  color: var(--black);
}

.verify-code .form-control {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background-color: #fff;
  margin: auto;
  text-align: center;
}

.verify-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.verify span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #171a20;
}

.receive {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #171a20;
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center;
}

.receive .otpBtn {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #171a20;
  text-align: center !important;
}

.receive span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--green);
}

.otpBtn {
  border: unset !important;
  text-align: center !important;
}

.name_fild {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.successfully_box {
  padding: 65px 60px;
  background: #eaf7ff;
}

.successfully_box h6 {
  font-size: 28px;
  font-weight: 400;
  line-height: 33.18px;
  text-align: center;
  color: #363636;
}

.successfully_box h6 span {
  font-weight: 500;
}

ul.breadcrumb li {
  display: inline;
}

ul.breadcrumb li a {
  font-size: 24px;
  font-weight: 600;
  line-height: 17.78px;
  color: #ffffff;
}

ul.breadcrumb li+li:before {
  padding: 0;
  color: #ffffff;
  content: "/\00a0";
}

.pagination {
  display: flex;
  align-items: center;
  gap: 13px;
}

.pagination a {
  width: 49px;
  height: 50px;
  padding: 11px 21px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #f5f5f5;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #0a8ddd;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a.active {
  background-color: #0a8ddd;
  color: #ffffff;
}

.pagination a:hover {
  background-color: #0a8ddd;
  color: #ffffff;
}

.favorite-view_sec {
  background-image: url("../images/fav.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: white;
  margin-bottom: 80px;
}

.fav_view {
  padding: 83px 0;
}

.fav_view h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 48.41px;
  color: white;
}

.fav_view p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  color: white;
}

.chat_box {
  border: 1px solid #bec2c680;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-top: 30px;
  height: 100%;
  overflow-x: hidden;
}

.serch_bar_box {
  position: relative;
  display: flex;
  align-items: center;
}

.serch_bar_box span {
  position: absolute;
  left: 15px;
  top: 12px;
}

.serch_bar_box input {
  border: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 15px 15px 15px 50px;
  background: #ffffff;
}

.serch_bar_box input::placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #363636;
}

.user_name h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #1d242c;
  margin-bottom: 2px;
}

.user_name p span {
  position: relative;
}

.user_name p span i {
  color: #71859e;
}

.user_name p .seen i {
  color: #019a25;
}

.done {
  position: absolute;
  left: 4px;
  bottom: 1px;
}

.user_name p {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  color: #71859e;
}

.user_profile {
  display: flex;
  align-items: center;
  gap: 15px;
}

.time {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  color: #858b9f;
}

.user_profile_item {
  padding: 15px 20px;
  border-bottom: 1px solid #bec2c680;
  display: flex;
  justify-content: space-between;
}

.active_box {
  background: #ffffff;
}

.unactive::after {
  background: #71859e;
}

.user_profile_item:last-child {
  border: none;
}

.user_chat_name h6 {
  font-size: 18px;
}

.user_name p.green_txt {
  color: #019a25;
}

.user_chat_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 19px;
  border-bottom: 1px solid #bec2c680;
}

.messgae_box_card {
  padding: 10px 24px;
}

.cheting_messg {
  background: var(--blue);
  padding: 15px;
  border-radius: 17px 17px 0px 17px;
  -webkit-border-radius: 17px 17px 0px 17px;
  -moz-border-radius: 17px 17px 0px 17px;
  margin-bottom: 5px;
  color: white;
  margin-bottom: 6px;
}

.cheting_messg h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.chating_left .cheting_messg {
  border-radius: 8px 8px 8px 0px;
  -webkit-border-radius: 8px 8px 8px 0px;
  -moz-border-radius: 8px 8px 8px 0px;
  -ms-border-radius: 8px 8px 8px 0px;
  -o-border-radius: 8px 8px 8px 0px;
  background-color: var(--blue);
  color: #ffffff;
}

.chating_left .user {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.chating_left {
  display: flex;
  align-items: baseline;
  gap: 4px;
  width: fit-content;
  max-width: 50%;
}

.chating_right {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: end;
  width: fit-content;
  max-width: 50%;
  margin-left: auto;
}

.type_messgae-input {
  width: 100%;
}

.type_messgae-input input {
  padding: 17px 16px;
  background: #ffffff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border: 1px solid #f5f5f5;
}

.type_messgae-input input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #49657b;
}

.chat_input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 40px 24px 26px;
}

.notifaction {
  padding: 15px 15px;
  border-radius: 14px;
  margin-bottom: 25px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  background: #ffffff;
}

.notifaction span {
  width: 13px;
  height: 13px;
  background: #08c552;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.notifaction .file_icon {
  /* width: 46px;  old data for icon change file to logo
  height: 46px;
  object-fit: cover; */
  width: 50px;
  height: 60px;
  object-fit: fill;
  margin: 0 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.notifaction_content h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.96px;
  color: #000000;
}

.notifaction_content p {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.22px;
  color: #7f7f7f;
}

.notifaction .day_txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.59px;
  color: #7f7f7f;
}

input[type="file"] {
  display: none;
}

.form-check-input {
  border: 1px solid var(--blue);
}

/*====================================== main-conetnt End====================================*/

/* ========================================footer start======================= */
footer {
  background-image: url("../images/land/footer-banner.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: white;
}

.footer_content,
.footer-links {
  padding-top: 60px;
}

.footer_content img {
  width: 104px;
  height: auto;
}

.footer_content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  padding: 25px 0;
}

.sosial_media h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 15px;
}

.social_icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social_icons a img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.footer-links h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29.05px;
  color: #ffffff;
  padding-bottom: 24px;
}

.footer-links ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 15px;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.footer-links ul li a:hover {
  color: #0255a3;
  border-bottom: 1px solid #0255a3;
}

.copy_right {
  padding: 22px 0;
  border-top: 1px solid #ffffff1a;
  margin-top: 60px;
}

.copy_right h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
}

.card_footer_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-menu[data-bs-popper] {
  left: auto;
  right: 0;
}

.messgae_box:hover {
  background-color: transparent;
}

/* =======================Footer end-=================== */

/* ==================map css start================ */
.google-map {
  padding-bottom: 50%;
  position: relative;
}

.google-map iframe {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

/* ==================map css end================ */
.btn:hover {
  color: white;
  background-color: black;
  border-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.btn {
  cursor: pointer;
  text-align: center;
  background-size: 300% 100%;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right,
      #1cd359,
      #4481eb,
      #04befe,
      #1cd359);
  box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
  border: 1px solid transparent;
}

.btn:focus {
  outline: none;
}

.btn-close:focus {
  box-shadow: none;
}

.messgae_box {
  position: relative;
}

.messgae_box span {
  display: flex;
  align-items: center;
  position: absolute;
  background: white;
  color: black;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: 16px;
  font-size: 10px;
  right: 20px;
  width: 7px;
  height: 7px;
}

.messgae_box .black_box {
  background: #ff0000;
}

/* ========================== */
/* ------date remover icon---- */
/* input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  z-index: 99;
}
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  z-index: 99;
} */

/*--------country code ----*/
.iti__country-list {
  width: 442px;
  overflow-x: hidden;
  /* z-index: 9999; */
}

.form-area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-area .form-inner {
  width: 100%;
}

.form-area .form-control {
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.intl-tel-input,
.iti {
  width: 100%;
}

/* ==================== */
.social_icons a:hover {
  -webkit-animation: rotate-scale-up 0.65s linear both;
  animation: rotate-scale-up 0.65s linear both;
}

@-webkit-keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }

  50% {
    -webkit-transform: scale(2) rotateZ(180deg);
    transform: scale(2) rotateZ(180deg);
  }

  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
    transform: scale(1) rotateZ(360deg);
  }
}

@keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }

  50% {
    -webkit-transform: scale(2) rotateZ(180deg);
    transform: scale(2) rotateZ(180deg);
  }

  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
    transform: scale(1) rotateZ(360deg);
  }
}

/* =======================================================Land Lots css======================== */
.save-icon {
  padding: 9px 14px;
}

.toogle_btn {
  background-color: white;
  color: black;
  padding: 10px 20px;
}

.house_btn {
  background: #0027680f;
  color: #0a8ddd;
}

.slick-initialized .slick-slide {
  margin: 10px 20px;
}

.slick-dots {
  bottom: -34px;
}

.place_sec .slick-dots li.slick-active button:before {
  color: #0d6efd;
  font-size: 48px;
}

.place_sec .slick-slide img {
  display: inline-block;
}

.agent_card {
  border-radius: 20px;
  padding: 14px 14px;
  box-shadow: 10px 12px 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.agent-user-img img {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
}

.agent_card h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18.96px;
  letter-spacing: 0.01em;
  color: var(--black);
}

.agent_card p {
  font-size: 10px;
  font-weight: 400;
  line-height: 11.85px;
  letter-spacing: 0.01em;
  color: var(--black);
}

.agent_card h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.59px;
  letter-spacing: 0.01em;
  color: #868686;
}

.Gray_star {
  color: #d9d9d9;
}

.yellow_star {
  color: #ffbd16;
}

.sall_card {
  background: #0a8ddd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 16px 8px;
}

.sall_card p {
  font-size: 20px;
  font-weight: 400;
  line-height: 14.22px;
  color: #ffffff;
}

.fix_bottom {
  position: fixed;
  bottom: 42px;
  /* right: 40px; old code for chatbot & call icon setting */
  right: 140px;
  box-shadow: 0px 7px 10px 0px #0000001a;
  background: white;
  padding: 12px 20px;
  border-radius: 70px;
  z-index: 1;
}

/* .map_sec {
  padding: 100px 80px;
} */

.map_sec {
  padding: 25px 20px;
}

.call_box {
  display: inline-block;
  background: #1cd359;
  padding: 12px 18px;
  border-radius: 10px;
  color: white;
  font-size: 24px;
  position: fixed;
  bottom: 42px;
  right: 180px;
}

.mobile_box_bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.view-imgs {
  font-size: 16px;
  font-weight: 600;
  line-height: 14.22px;
  letter-spacing: 0.01em;
  color: #000000;
  padding: 4px 6px;
  background: #ffffff63;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.blue_txt {
  color: #0a8ddd !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.01em;
}

.property_sec .card-title {
  font-size: 24px;
  font-weight: 600;
  color: #4a4a4a;
}

.description .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #161616;
}

.description .small_txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #000000;
}

.agent_card {
  background: #ffffff;
  border-radius: 6px;
}

.work_place {
  padding: 10px;
}

.work_place h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18.96px;
  letter-spacing: 0.01em;
  color: #363636;
}

.work_place p {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.22px;
  letter-spacing: 0.02em;
  color: #363636;
}

.map_box img {
  width: 100%;
  height: auto;
}

.custom_tab .nav {
  border: 1px solid #0a8ddd;
  border-radius: 6px;
  overflow: hidden;
  justify-content: space-between;
  gap: 10px;
  /* justify-content: space-around; */
}

.custom_tab .nav-pills .nav-link.active,
.custom_tab .nav-pills .show>.nav-link {
  background: #0a8ddd;
  color: white;
}

.custom_tab .nav-pills .nav-link {
  color: #0a8ddd;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 8px 13px;
}

.amenities_card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 14.22px;
  color: var(--blue);
}

.amenities_card {
  border: 1px solid #f5f5f5;
  padding: 14px 10px;
  border-radius: 10px;
}

.amenities_box {
  background: white;
  padding: 20px 10px;
}

.amenities_card img {
  width: 32px;
  height: 32px;
}

.border_btn {
  border: 1px solid #f5f5f5 !important;
  background: #ffffff;
  color: #363636;
}

.sell_title {
  color: var(--blue);
  text-transform: uppercase;
}

.sell_title img {
  width: 24px;
}

.payment_card a {
  border: 1px solid #cacaca;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #161616;
}

.payment_card a i {
  font-size: 18px;
}

.property_img img {
  width: 100%;
  height: 292px;
  object-fit: cover;
  cursor: pointer;
}

.gallary_img-left img {
  height: 600px;
  object-fit: cover;
  cursor: pointer;
  width: 100%;
}

.Gallary_modal .Gallray_img {
  height: 500px;
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.blue_Text {
  color: var(--blue) !important;
}

.property_datalis .property_Img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 6px;
}

.floor_card img {
  height: 300px;
}

.place_imges .posted-img {
  height: 140px;
}

.save-post {
  left: 15px;
  right: auto;
}

.agent_datalis h5 {
  font-size: 24px;
}

.agent_datalis p {
  font-size: 14px;
}

.agent_datalis {
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid #ececec;
  border-radius: 0;
}

.Arabian_box .agent-user-img img {
  width: auto;
  height: auto;
  border-radius: 0;
  object-fit: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.Arabian_box .agent-user-img img {
  width: 83px !important;
  height: 83px !important;
  object-fit: cover !important;
}

.blure::after {
  content: "";
  position: absolute;
  height: 20%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(359deg,
      #000000 0%,
      rgba(255, 255, 255, 0) 92.65%);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.agent-slider-2 .slick-dots li.slick-active button:before {
  color: #1cd359;
}

.development_img img {
  width: 100%;
  height: 199px;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.development_content {
  position: absolute;
  bottom: 10px;
  left: 12px;
  color: white;
}

.facility_item h6 {
  display: flex;
}

.development_card .blure::after {
  height: 100%;
}

.user_name .msg_No {
  width: 21px;
  height: 20px;
  padding: 2px 8px 2px 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  background: #0a8ddd;
  color: white;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}

.chat_box .use_img .user_profile-pic {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
}

.active_img {
  position: relative;
}

.active_img::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #ffffff;
  background: #2cc069;
  top: 0;
  right: 4px;
}

.use_img span {
  background: #166ff6;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat_box .day_box span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #8f939e;
  background: #e7e7e7;
  padding: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-top: 10px;
  display: inline-block;
}

.Add-new-property h6 {
  font-size: 31.21px;
  font-weight: 600;
  line-height: 36.98px;
  letter-spacing: 0.01em;
  color: #0a8ddd;
}

.Add-new-property {
  padding: 100px 40px;
}

.add_new_bottom {
  background: #1cd359;
  padding: 12px 20px;
  border-radius: 70px;
  box-shadow: 0px 7px 10px 0px #0000001a;
  display: inline-block;
  text-align: center;
}

.add_new_bottom a {
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.96px;
  letter-spacing: 0.01em;
}

.post_property_box .sell img {
  width: 32px;
}

.post_property_box .sell h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #000000;
}

.post_property_box .sell p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.59px;
  letter-spacing: 0.01em;
  color: #000000;
}

.post_title {
  font-size: 36px;
  font-weight: 400;
  line-height: 42.66px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 40px;
}

.post_property_box {
  padding: 30px;
}

.sell {
  padding: 12px 10px;
  border-radius: 5px;
}

.sell.active {
  border: 1px solid #0a8ddd;
}

.upload_property_img {
  width: 100%;
  height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  background: white;
}

.filter_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #202226;
}

.filter_btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.59px;
  text-align: left;
  color: #0a8ddd;
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  /* margin-right: 20px; */
}

.filter_active {
  background: #0a8ddd;
  color: white;
}

.gray_btn {
  background: #f4f4f4;
  color: #202226;
}

.Gray_active {
  background: #0a8ddd;
  color: white;
}

.property_btn {
  flex-wrap: wrap;
  gap: 10px;
}

.range_box .price-input {
  width: 100%;
  display: flex;
  margin: 0px 0 10px;
}

.range_box .price-input .field {
  display: flex;
  width: 100%;
  align-items: center;
}

.range_box .field input {
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 5px;
  /* text-align: center; */
  border: none;
  -moz-appearance: textfield;
  background: transparent;
  color: #202226;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.59px;
  letter-spacing: 0.01em;
}

.range_box .field label {
  color: #202226;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.59px;
  letter-spacing: 0.01em;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.range_box .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.range_box .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.range_box .slider .progress {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 5px;
  background: #1cd359;
}

.range_box .range-input {
  position: relative;
}

.range_box .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #1cd359;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #1cd359;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.F_Amenities_card .amenities_card {
  background: #fcfcfc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.F_Amenities_card .amenities_card p {
  color: #868686;
}

.serch_bar_box .serch-location {
  background-color: #bbc3ce;
}

.Current-location p {
  font-size: 16px;
  color: #363636;
}

.add-floor-plan {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #363636;
  padding: 12px 16px;
  background: white;
  border-radius: 6px;
}

.img_uPload {
  border: 1px dashed #363636;
}

.filter_canvas {
  --bs-offcanvas-width: 726px;
}

/* .filter_canvas {
  --bs-offcanvas-width: 600px;
} */
.filter_canvas .offcanvas-header {
  border-bottom: 1px solid #8080802e;
  margin-bottom: 20px;
}

.filter_canvas .offcanvas-body {
  padding: 20px;
}

.modal-header {
  padding: 24px 36px 10px;
}

.modal-content {
  border-radius: 16px;
}

.my-profile-pic {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.my-profile-pic-p {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.my_profile {
  padding: 14px 12px;
  background: white;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 20px;
}

.my-active {
  background: #067bc21a;
}

.my-profile-title h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.01em;
  padding-bottom: 6px;
  color: #161616;
}

.my-profile-title p {
  color: #868686;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.59px;
  letter-spacing: 0.01em;
}

.my-profile-title span {
  background: #067bc233;
  font-size: 10px;
  font-weight: 500;
  line-height: 11.85px;
  letter-spacing: 0.01em;
  color: #363636;
  padding: 6px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.my_profile .fa-solid {
  font-size: 20px;
  margin-right: 6px;
}

.my_profile_card {
  background: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 40px 0;
  width: 100%;
  height: 100%;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.change_pas_btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  border-bottom: 1px solid #0a8ddd;
}

.delete_btn {
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}

.error_msg {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #039e1c;
  margin-top: 6px;
}

.delelte_card .form-check-input {
  border: 1px solid #9f9c9c;
}

.delelte_card .form-check-input:checked {
  border: 1px solid #0a8ddd;
}

.area_textbox .form-control {
  border: none;
}

.area_textbox {
  border-bottom: 1px solid #9f9c9c;
}

.delete_Btn {
  background: #e4626f;
}

.delelte_card .signin-title {
  color: #e4626f;
}

.my_profile .expire_paln {
  background-color: #07c44a40;
}

.my_profile_card .card {
  border: 1px solid #f5f5f5;
}

.form-select:focus {
  border: 1px solid #0a8ddd;
}

.Terms-Conditions h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  color: var(--black);
}

.Terms-Conditions p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.2px;
  color: var(--gray);
  padding-left: 16px;
  padding-top: 2px;
}

.plan-name {
  font-size: 32px;
  font-weight: 700;
  line-height: 37.92px;
  letter-spacing: 0.01em;
}

.price-txt {
  font-size: 54px;
  font-weight: 700;
  line-height: 63.99px;
  letter-spacing: 0.01em;
  color: #0a8ddd;
}

.price-txt p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.01em;
  color: #4a4a4a;
}

/* ========================== */
.floor_card .slick-dots li.slick-active button:before {
  color: #1cd359;
  font-size: 48px;
}

.amenities_card:hover {
  background-color: #07c44a40;
  cursor: pointer;
}

.Commercial {
  display: none;
}

.Industaial {
  display: none;
}

/* Changes after 10th Sep */
.validation_error {
  /* color: red;
  font-weight: 400;
  font-size: 15px; */

  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #039e1c;
  margin-top: 6px;
}

.cursorPointer {
  cursor: pointer;
}

/* For Loader */

.preloder {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 73%);
  z-index: 1234;
}

.loder {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #d1dfff;
  border-top: 8px solid #3775ff;
  animation: spinner 1s linear infinite;
  position: relative;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  50% {
    border-top-width: 5px;
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 668px) {
  .loder {
    height: 60px;
    width: 60px;
    border-top: 6px solid #3775ff;
  }
}

.text-below-spinner {
  position: absolute;
  top: 47%;
  left: 51%;
  transform: translate(-52%, -220%);
  color: white;
  /* or any other color */
  font-size: 16px;
  /* adjust font size as needed */
  text-align: center;
  /* adjust text alignment as needed */
  z-index: 10;
  /* make sure it's above the overlay */
}

@media only screen and (max-width: 600px) {
  .text-below-spinner {
    transform: translate(-52%, -160%);
  }
}

/* End Loader */

.password span {
  height: 25px;
}

/* .mobile-fild {
  display: none;
} */

.main-title {
  color: #0a8ddd;
}

.fild_box {
  border: 1px solid #f5f5f5;
  display: inline-block;
  border-radius: 15px;
  overflow: hidden;
}

.fild_box .filter_active {
  font-weight: 700;
}

.fild_btn {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 15px 10px;
  display: inline-block;
  width: 134px;
  text-align: center;
}

.main-title {
  color: #0a8ddd;
}

.post_property_image {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 6px;
}

.preview img {
  width: 120px;
  height: 94px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.amenities_card-active {
  background: #07c44a40 !important;
}

.amenity_fild input {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #0a8ddd;
}

.amenity_fild input::placeholder {
  font-weight: 400;
  color: #000000;
  font-size: 16px;
}

.upload_property_img {
  position: relative;
}

.gm-style-iw-chr {
  display: none !important;
}

/* Add this to your CSS file */
.cusSwiper .swiper-slide-active img {
  /* animation: zoom 2s ease-in-out forwards; */
  transition: transform 0.5s ease;
}

.cusSwiper .swiper-slide-active img {
  transform: scale(1.05);
  /* Slight zoom on the active slide */
}

/* @keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
} */

.advertise_imges .card-img-top {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.location_dropdown .dropdown .nav-link {
  text-wrap: wrap;
}

.react-datepicker-wrapper {
  width: 100%;
}

.my-agent {
  background-image: linear-gradient(to right,
      #1cd359,
      #04befe);
  /* box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75); */
}

.click-here-img {
  width: 30px;
}

.my-profile-pic-d {
  width: 250px;
  height: 200px;
  border-radius: 5px !important;
  border: 1px solid black;
  padding: 50px;
}

.my-profile-pic-dt {
  width: 250px;
  height: 200px;
  border-radius: 5px !important;
}

/* / =============header change css=============== / */
/* .menubar .navbar {
  width: 54%;
  gap: 46px;
} */

.location_dropdown .dropdown .nav-link {
  font-size: 13px;
}

.page-header {
  padding-left: 40px;
  padding-right: 40px;
}

header .serch_bar_box input {
  padding: 13px 20px;
  width: 56px;
}

header .serch_bar_box span {
  left: 15px;
  top: 12px;
}

.location_dropdown .dropdown .nav-link {
  text-wrap: wrap;
}

.grey_btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  background: #bdbdbd !important;
  padding: 10px 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.marun_btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  background: #f44336;
  padding: 10px 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.paddingLeft30 {
  padding-left: 30px;
}

/* / --------------------- / */

.chat_body {
  height: 70vh;
  overflow-y: auto;
  margin: 10px 0;
}

.chat_input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px 24px 26px;
}

.chat_body::-webkit-scrollbar {
  display: none;
}

.contact_card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* .message_box {
  display: none;
} */

.user_profile_item {
  cursor: pointer;
}

/* changes for menubar class */
/* .location_dropdown .dropdown .nav-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.01em;
  padding: 10px 14px;
  color: white;
  display: flex;
  align-items: center;
} */

/* CSS FOR CALL ICON 26 TH AUG */
#call-icon {
  position: fixed;
  bottom: 50px;
  /* adjust so it doesn't overlap chat icon */
  right: 20px;
  cursor: pointer;
  z-index: 9999;

  /* Green circular background */
  background-color: #28a745;
  /* Bootstrap green or pick your shade */
  border-radius: 50%;
  padding: 10px;
  /* spacing around the image */
  display: flex;
  align-items: center;
  justify-content: center;

  /* Shadow for better visibility */
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

#call-icon img {
  width: 27px;
  /* smaller so it fits nicely inside */
  height: 27px;
  filter: invert(1);
  /* makes black icon appear white on green background */
}