@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@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("../css/font.css");
@import url("../css/auth.css");
@import url("../css/header_footer.css");
@import url("../css/chat.css");

body{
  font-family: "Myriad Pro Regular";
  line-height: 1.5;
  width: 100%;
  background: #F5F5F5;
}
body.headitemshow{
  overflow: hidden;
}
body, input, button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a:hover{
  color: #8B0000;
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
/* h1,h2,h3,h4,h5,h6{
  font-family: "Baskervville", serif;
} */
main{
  padding: 0;
}
#wrapper {
  display: flex;
  padding: 30px;
}
#sidebar-wrapper{
  position: fixed;
  top: 0px;
  left: 0px;
  height: 93.5vh;
  margin: 30px 30px 30px 30px;
  z-index: 3;
  transform: translateX(0px);
  transition: margin 0.35s ease-out;
}

.sidebar-wrapper-body {
  background: #000;
  display: flex;
  flex-flow: column;
  border-radius: 24px;
  margin: 1px;
/*  height: -webkit-fill-available;*/
  width: 100%;
  min-width: 320px;
  height: 100%;
}
#page-content-wrapper {
  width: 100%;
  overflow-x: hidden;
  margin-left: 353px; /* box size 322 + padding 30 -->350px) */
  transition: margin 0.35s ease-out;
}
.sidenav-toggled #sidebar-wrapper {
  transform: translateX(-390px);
  transition: margin 0.3s ease;
}
.sidenav-toggled #page-content-wrapper {
  transform: translateX(0);
  width: 100%;
  transition: margin 0.25s ease-out;
}

.admin-brand{
  padding: 50px 0 0;
  margin: 0 auto;
  display: block;
  width: fit-content;
}
.admin-brand img{
  object-fit: contain;
}
.sidebar-menu{
  padding: 30px 30px 50px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 20px 20px;
  height: 100%;
  gap: 50px;
/*  overflow-y: auto;
  height: 100%;*/
}

.sidebar-menu ul li{
  margin-bottom: 20px;
}
.sidebar-menu ul li:last-child{
  margin-bottom: 0;
}
.sidebar-menu ul li a{
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-family: "Myriad Pro Regular";
  padding: 14px 18px;
  color: #FFFFFF8F;
  border-radius: 12px;
  border: 1px solid #FFFFFF33;
}
.sidebar-menu ul li a.active{
  background: #FF990033;
  color: #FF9900;
  border: 1px solid transparent;
}
.sidebar-menu ul li a:hover{
  color: #FF9900;
  background: #FF990033;
  border: 1px solid transparent;
}
.sidebar-menu ul li a.active svg path, .sidebar-menu ul li a:hover svg path{
 stroke-opacity: 1;
 stroke: #FF9900;
}
.side-quick-btns{
  margin: 50px auto 0;
}
.side-quick-btns button{
  margin: 0 auto 20px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 12px 20px;
  background: linear-gradient(90deg, #8B0000 0%, #FF5151 100%);
  border-radius: 16px;
  width: 100%;
  border: none;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}
.side-quick-btns button:last-child{
  margin: 0 auto;
}
.side-quick-btns button:hover{
  background: linear-gradient(90deg, #FF5151 0%, #8B0000 100%);
}
.side-arrow-btn {
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  display: none;
}

.content_container{
  padding: 0 0 0 0;
  position: relative;
}
#style-4::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: transparent;
}

#style-4::-webkit-scrollbar
{
  width: 1px;
  background-color: transparent;
}

#style-4::-webkit-scrollbar-thumb
{
  background-color: transparent;
  border: 1px solid transparent;
}

/* ----- admin header ----- */
.admin-nav{
  background: #fff;
  box-shadow: 0px 10px 24px 0px #0000001A;
  padding: 18px 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  /* Border Gradient Fix */
  position: relative;
  border-radius: 20px;
  background-clip: padding-box;
  background-origin: border-box;
  margin-bottom: 30px;
}
.admin-lft{
  display: flex;
  align-items: center;
  grid-gap: 10px;
  flex-flow: row-reverse;
}
.admin-rgt{
  display: flex;
  align-items: center;
  grid-gap: 15px;
  justify-content: space-between;
}
.admin-rgt .form-group{
  margin: 0;
  position: relative;
}
.admin-rgt .form-group span{
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 0 0 15px;
}
.admin-rgt .form-group .form-control{
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  border-radius: 17px;
  padding: 15px 15px 15px 45px;
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  vertical-align: middle;
  width: 100%;
}
.admin-rgt .form-group .form-control::placeholder{
  color: #8F959E;
}
.form-control:focus{
  box-shadow: 0 0 0 .1rem rgb(255 153 0);
}
.admin-rgt  button, .admin-rgt > a{
  width: 53px;
  min-width: 53px;
  height: 53px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang-icon, .notify-icon{
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
}
.lang-icon:hover, .notify-icon:hover{
  background: #000000;
}
.lang-icon:hover svg path, .notify-icon:hover svg path{
  fill: #FFF;
}
.home-icon{
  background: #000000;
}
.admin-nav h2{
  font-family: "Myriad Pro Bold";
  font-size: 32px;
  color: #000;
  margin-bottom: 0;
}
.profile-btn{
  display: flex;
  align-items: center;
  background: #000;
  border-bottom: 2px solid #00000047;
  padding: 8px 12px;
  border-radius: 12px;
  grid-gap: 10px;
}
.profile-btn img{
  width: 37px;
  height: 37px;
  border-radius: 50%;
  object-fit: cover;
}
.profile-btn h4{
  margin-bottom: 0;
  font-size: 16px;
  vertical-align: middle;
   font-family: "Myriad Pro Bold";
  color: #fff;
}
.profile-btn h4 a{
  display: block;
  color: #FF9900;
   font-family: "Myriad Pro Regular";
  font-size: 14px;
}
.prties_flx{
  display: flex;
  align-items: center;
  grid-gap: 15px;
  margin-bottom: 25px;
}
.prties_bx{
  background: #fff;
  border: 1px solid #FF9900;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  grid-gap: 12px;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 25px;
}
.prties_lft{
  display: flex;
  align-items: center;
  grid-gap: 12px;
  width: 100%;
}
.prties_icon{
  background: #fff;
  background-size: cover;
  background-position: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #FF9900;
  border-radius: 50%;
}
.prties_brdr{
  background: url(../images/dashboard/prop.png)no-repeat;
  width: 68px;
  min-width: 68px;
  height: 68px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ff990094;
  border-radius: 50%;
  position: relative;
}
.prties_brdr::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.prties_lft h4, .prties_bx h4{
  color: #000;
  font-family: "Myriad Pro Semibold";
  font-size: 18px;
  margin-bottom: 0;
}
.prties_bx h6{
  font-family: "Myriad Pro Bold";
  font-size: 32px;
  color: #FF9900;
  margin-bottom: 0;
}
.title_flx{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.title_flx h5{
  font-family: "Myriad Pro Bold";
  font-size: 30px;
  color: #000;
  margin-bottom: 0;
}
.see_txt{
  font-family: "Myriad Pro Bold";
  font-size: 18px;
  color: #FF9900;
}
.feature_blog{
  margin-bottom: 26px;
}
.feature_bx{
  background: #fff;
  border: 1px solid #DDDDDD;
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 22px;
}
.proprty-grid .feature_bx{margin-bottom: 0;}
.feature_img{
  border-radius: 13px;
}
.feature_img img{
  border-radius: 13px;
  width: 100%;
  height: auto;
}
.feature_txt{
  margin: 10px 0 0;
}
.feature_txt h3{
  font-family: "Myriad Pro Bold";
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
}
.address{
  display: flex;
  margin-bottom: 5px;
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  color: #000;
  gap: 5px;
}

.feature_list{
  display: flex;
  align-items: center;
  grid-gap: 20px;
  margin-bottom: 6px;
}
.feature_list li{
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  color: #000;
  position: relative;
}
.feature_list li::before{
  content: '';
  background: #FF9900;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 8px 0 0 -13px;
}
.feature_list li:first-child::before{
  display: none;
}
.price_flx, .flx_grp{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price_flx h4{
  color: #FF9900;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 0;
}
.dropdown-toggle::after{
  display: none;
}
.feature_bx .owl-dots{
  display: flex;
  align-items: center;
  grid-gap: 5px;
  justify-content: center;
  margin: 10px 0 0;
}
.feature_bx .owl-carousel button.owl-dot{
  background: #949494;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.feature_bx button.owl-dot.active{
  background: #FF9900;
  width: 27px !important;
  border-radius: 90px;
}
.prop_txt {
  margin: 18px 0 0;
}
.prop_txt h3{
  font-weight: 600;
  font-size: 18px;
  color: #545454;
  margin-bottom: 0;
}
.prop_bx{
  box-shadow: 0px 7px 24px 0px #00000024;
  background: #FFFFFF;
  padding: 15px;
  border-radius: 15px;
}
.prop_list{
  display: flex;
  align-items: center;
  grid-gap: 17px;
}
.prop_list li{
  display: flex;
  align-items: center;
  grid-gap: 10px;
  font-family: "Myriad Pro Regular";
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
}
.prop_txt h5{
  color: #FF9900;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}
.prop_txt .flx_grp{
  margin-bottom: 6px;
}
.noti_bx{
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  margin-bottom: 40px;
}
.noti_head{
  padding: 17px 15px;
  border-bottom: 1px solid #0000001A;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.noti_head h3{
  font-weight: 700;
  font-size: 24px;
  color: #000;
  margin-bottom: 0;
}
.noti_head a{
  color: #FF9900;
  font-weight: 600;
  font-size: 16px;
  display: block;
}
.noti_bx ul{
  padding: 15px 30px;
}
.noti_bx ul li{
  margin-bottom: 10px;
  position: relative;
}
.noti_bx ul li:last-child{
  margin-bottom: 0;
}
.noti_bx ul li::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #FF9900;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 9px 0 0 -15px;
}
.noti_bx ul li p{
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  margin-bottom: 2px;
  color: #000;
}
.noti_bx ul li span{
  font-family: "Myriad Pro Regular";
  font-size: 14px;
  color: #999999;
  display: block;
}
.noti_btm, .msg_btm{
  padding: 15px;
  border-top: 1px solid #0000001A;
}
.noti_btm a, .msg_btm a{
  font-weight: 600;
  font-size: 18px;
  color: #FF9900;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.msg_bx{
  background: #FFFFFF;
  border: 1px solid #0000001A;
  border-radius: 12px;
}
.msg_bx ul{
  padding: 15px;
  height: 309px;
  overflow-y: auto;
}
.msg_bx ul::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.msg_bx ul::-webkit-scrollbar
{
  width: 0;
  background-color: #F5F5F5;
}

.msg_bx ul::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #D62929;
}
.msg_bx ul li{
  margin-bottom: 20px;
}
.msg_bx ul li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_lft{
 display: flex;
 align-items: center;
 grid-gap: 10px;
}
.list_lft img{
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
}
.list_txt h3{
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 2px;
}
.list_txt p{
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
}
.list_rgt{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
.list_rgt h6{
  color: #545454;
  font-family: "Myriad Pro Light";
  font-size: 14px;
  margin-bottom: 3px;
}
.list_rgt span{
  background: #FF9900;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-family: "Myriad Pro Semibold";
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ------------------ADD Property [ START ]-------------- */
.proper_lft h5{
  font-family: "Myriad Pro Semibold";
  font-size: 30px;
  color: #202020;
  margin-bottom: 2px;
}
.proper_lft span{
  color: #757575;
  font-family: "Myriad Pro Regular";
  font-size: 18px;
  display: block;
}
.upload-box {
  border: 1px dashed #FF9900;
  border-radius: 12px;
  padding: 23px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  width: 100%;
  margin: 0 auto 16px;
  font-family: "Myriad Pro Regular";
  font-size: 15px;
}
.upload-box input[type="file"] {
  display: none;
}
#preview{
  display: none;
  margin: 20px auto;
  /* width: 90%;
  max-width: 600px; */
}
#imagePreview{
  margin: 0 auto;
}
#preview video, #imagePreview img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.add_proper .form-group{
  margin-bottom: 16px;
  position: relative;
}
.add_proper .form-control{
  background: #FFFFFF;
  box-shadow: 0px 6px 12px 0px #0000001A;
  padding: 20px 18px;
  border-radius: 17px;
  font-family: "Myriad Pro Regular";
  font-size: 15px;
  color: #121212;
  border: 0;
}
.add_proper .form-control::placeholder{
  color: rgb(18 18 18 / 40%);
}
.add_proper select{
  -moz-appearance: window;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff url(../images/property/down-arrow.png) no-repeat 93% center !important;
  color: rgb(18 18 18 / 40%) !important;
}
.h_179{
  height: 179px !important;
}
.icon-group{
  position: relative;
}
.icon-group::before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  border-left: 1px solid #0000001A;
  height: 25px;
  margin: 15px 0 0 50px;
}
.icon-group .form-control{
  padding: 15px 18px 15px 60px;
}
.form-icon{
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 0 0 15px;
  display: flex;
  align-items: center;
  grid-gap: 5px;
  background: #FF99001A;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ------------------ADD Property [ END ]-------------- */
/* -------- Agent Property -------------- */
.proprty-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%;
}
.proprty-title h2{
  margin-bottom: 0;
  font-size: 24px;
  color: #000000;
  font-family: "Myriad Pro Semibold";
}
.profl-pills .nav{
  gap: 5px;
}
.profl-pills .nav-link{
  background: #DDDDDD80;
  font-family: "Myriad Pro Semibold";
  font-size: 14px;
  text-align: center;
  padding: 14px 58px;
  border-radius: 12px;
  color: #4A515B;
}
.profl-pills .nav-link.active{
  background: #FF9900;
  color: #FFF;
}
/* owl feature dots */
.owl-features .owl-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;
}
.owl-features button.owl-dot{
  width: 7px;
  height: 7px;
  border-radius: 90px;
  background: #949494;
}
.owl-features button.owl-dot.active{
  width: 27px;
  background: #FF9900;
}
.wd-pb-40{
  padding-bottom: 40px;
}
/* dropdown */
.wd-mr-dropdwn.dropdown{
  padding: 5px;
}
.wd-mr-dropdwn .dropdown-menu{
  border-radius: 10px;
  padding: 0px;
}
.wd-mr-dropdwn .dropdown-menu li{display: block;}
.wd-mr-dropdwn .dropdown-item{
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  letter-spacing: -0.013em;
  color: #545454;
  border-bottom: 1px solid #0000001A;
  margin-bottom: 3px;
  padding: 10px;
}
.wd-mr-dropdwn .dropdown-menu li:last-child .dropdown-item{border-bottom: 0;}
.wd-mr-dropdwn .dropdown-item:focus, .wd-mr-dropdwn .dropdown-item:hover {
  color: #000;
  background-color: #ff99001c;
}
/* ----------- property general ---------- */
.proprty-bx{
  background: #FFFFFF;
  box-shadow: 0px 7px 24px rgba(0, 0, 0, 0.14);
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 24px;
}
.proprty-bx:hover{
  box-shadow: 0px 7px 24px rgba(0, 0, 0, 0.20);
}
.proprty-top{
  border-radius: 15px;
  position: relative;
}
.proprty-top img{
  border-radius: 15px;
  position: relative;
  object-fit: cover;
  width: 100%;
}
.proprty-top::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #FFFFFF;
  border-radius: 15px;
}
.proprty-dtls{
  padding: 15px 0 0;
  position: relative;
}
.proprty-dtls h3{
  font-family: "Myriad Pro Semibold";
  font-size: 20px;
  color: #545454;
  margin-bottom: 4px;
}
.proprty-dtls p{
  font-family: "Myriad Pro Bold";
  font-size: 22px;
  color: #FF9900;
  margin-bottom: 0px;
  display: block;
}
.proprty-feature{
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 10px 0 0;
}
.proprty-feature li{
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  letter-spacing: 0.02em;
  vertical-align: middle;
}
/* -------------- help support ---------------- */
.profl-side-bx{
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  padding: 30px;
  background: #FFFFFF;
}
.support-blog{
  position: relative;
  padding: 0 0 150px;
}
.help-title{
  text-align: center;
}
.help-title h2{
  font-family: "Myriad Pro Bold";
  color: #121212;
  font-size: 30px;
  text-align: center;
  margin-bottom: 9px;
}
.help-title p{
  font-family: "Myriad Pro Regular";
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.help-bx{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #12121233;
  padding: 14px 16px 16px;
  border-radius: 14px;
  margin-bottom: 19px;
}
.help-bx:hover{
  border-color: #FF9900;
}
.help-bx:last-child{margin-bottom: 0;}
.help-txt h3{
  font-family: "Myriad Pro Bold";
  font-size: 20px;
  margin-bottom: 2px;
  color: #121212;
}
.help-txt p{
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  color: rgba(18, 18, 18, 0.60);
  margin-bottom: 0;
}
.help-iocn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  background: #FF9900;
  border-radius: 50%;
}
/* ------------ privacy policy & Terms Condition ------------- */
.policy-blog p{
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  color: #545454;
  margin-bottom: 14px;
}
.policy-blog p:last-child{
  margin-bottom: 0;
}
/* ------------- add property preview ------------------ */
.property-show{
  position: relative;
}
.property-show-area{
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 20px;
  border-radius: 12px;
  gap: 16px;
  width: 100%;
  position: relative;
}
.proprty-right{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
}
.proprty-lft, .proprty-right{
  position: relative;
  height: 100%;
}
.proprty-lft a, .proprty-right a{
  display: block;
  height: 100%;
  width: 100%;
}
.proprty-lft::before, .proprty-right::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #D9D9D9, #D9D9D9), linear-gradient(90deg, rgba(0, 0, 0, 0.2) -0.83%, rgba(0, 0, 0, 0) 28.06%, rgba(0, 0, 0, 0) 73.74%, rgba(0, 0, 0, 0.2) 100%);
  width: 100%;
  height: 100%;
  border-radius: 12px;
  z-index: -1;
}
.proprty-lft img, .proprty-right img{
  border-radius: 12px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.shows-all{
  background: #000000B2;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Myriad Pro Regular";
  font-size: 15px;
  color: #FFFFFF;
  width: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 40px 40px 0;
}
.shows-all:hover{
  color: #FF9900;
}
.shows-all:hover svg path{
  stroke: #FF9900;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after{
  border-color: #FF9900;
  border-width: 3px;
}
.proprty-dtls-area{
  padding: 30px 0 0;
}
.proprty-dtls-lft{
  padding-right: 50px;
}
.dtls-title-top h1{
  font-family: "Myriad Pro Semibold";
  font-size: 36px;
  color: #000000;
  margin-bottom: 6PX;
}
.wd-tags{
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 30px;
}
.orng-tag{
  font-family: "Myriad Pro Semibold";
  font-size: 16px;
  text-align: center;
  border: 1px solid #FF9900;
  color: #FF9900;
  padding: 5px 10px;
  border-radius: 90px;
}
.comn-tag{
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  color: #000000;
  background: #F5F5F5;
  backdrop-filter: blur(14px);
  border-radius: 90px;
  padding: 5px 10px;
}
.features-flx{
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}
.featurs-tag{
  display: flex;
  align-items: center;
  gap: 10px;
}
.featurs-tag span{
  background: #FF99001A;
  width: 61px;
  height: 61px;
  min-width: 61px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featurs-tag p{
  margin-bottom: 0;
  font-family: "Myriad Pro Regular";
  font-size: 20.87px;
  color: #545454;
}
.featurs-tag p strong{
  font-family: "Myriad Pro Semibold";
  font-size: 25.68px;
  color: #000000;
}
.ovrvw-bx{
  border: 1px solid #DDDDDD;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 30px;
}
.ovrvw-bx h3{
  font-family: "Myriad Pro Semibold";
  font-size: 32px;
  color: #000000;
  margin-bottom: 15px;
}
.proprty-overvw p{
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  color: #545454;
  margin-bottom: 15px;
}
.proprty-overvw p:last-child{
  margin-bottom: 0;
}
.proprty-overvw p a{
  font-family: "Myriad Pro Bold";
  color: #FF9900;
}
.facility-grp{
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.facility-grp li{
  display: flex;
  align-items: center;
  gap: 6px;
}
.facility-grp li {
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  color: #4A515B;
}
.map-ovrvw iframe{
  height: 372px;
  width: 100%;
  border-radius: 11px;
}
.black-bx{
  background: #000000;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 27px;
}
.rent-price p{
  font-family: "Myriad Pro Semibold";
  font-size: 37.33px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.rent-price p span{
  font-family: "Myriad Pro Regular";
  font-size: 21.54px;
}
.rent-price h4{
  font-family: "Myriad Pro Semibold";
  font-size: 19px;
  color: #FF9900;
  margin-bottom: 17px;
}
.send-btn{
  display: block;
  width: 100%;
  border-radius: 12px;
  padding: 14px 15px;
  border-bottom: 2px solid #00000033;
}
.dtls-bx{
  background: #FFFFFF29;
  border-radius: 12px;
  padding: 20px 15px;
  margin-bottom: 17px;
}
.ownr-dtls-top{
  display: flex;
  align-items: center;
  gap: 10px;
}
.ownr-img img{
  width: 76px;
  min-width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
}
.owner-intro h4{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #FFF;
  margin-bottom: 0;
}
.owner-intro span{
  font-family: "Poppins", sans-serif;
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  color: #FF9900;
  display: block;
}
.dtls-txt{
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.dtls-bx h3{
  font-family: "Myriad Pro Semibold";
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.cmpny-info{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 17px;
}
.info-icon{
  width: 38px;
  min-width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(255, 153, 0, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmpny-dtls h5{
  font-family: "Myriad Pro Regular";
  font-size: 14px;
  margin-bottom: 0;
  color: #888888;
}
.cmpny-dtls p{
  font-family: "Myriad Pro Regular";
  font-size: 14px;
  color: #FFF;
  margin-bottom: 0;
}
.comn-btn{
  background: #FF9900;
  color: #FFF;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #00000047;
  box-shadow: 0px 6px 22px 0px #F9C2001A;
  text-align: center;
  font-family: "Myriad Pro Bold";
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.comn-btn::before, .comn-btn::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index: -1;
  transition: all 400ms ease-in;
  background: black;
}
.comn-btn::before {
  opacity: 0.3;
}
.comn-btn::after {
  transition-delay: 0.3s;
}
.comn-btn:hover,.comn-btn:hover::before, .comn-btn:hover::after{
  color: #fff;
}
.comn-btn:hover::before, .comn-btn:hover::after {
  top: 0;
}
.save-btn{
  padding: 15px 77px;
  margin: 0 auto;
  border-radius: 16px;
}
/* ------------- subscription -------------------- */
.subscribe-area{
  padding: 57px 0 100px;
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.subscribe-area h1{
  font-family: "Myriad Pro Semibold";
  font-size: 36px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
.subscribe-box{
  background: #FFFFFF;
  box-shadow: 0px 13px 34px 0px #0000001A;
  padding: 20px;
  border-radius: 15px;
  border: 3px solid transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.subscribe-box.active{
  border: 3px solid #FF9900;
}
.plan-top-area{
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background-size: cover !important;
  width: 100%;
  height: 127px;
  background-blend-mode: overlay;
  margin-bottom: 21px;
}
.basic-plan{
  background: linear-gradient(180deg, #000000 0%, #666666 100%), url(../images/plan-pattern.png) no-repeat;
}
.standrd-plan{
  background: linear-gradient(180deg, #824E00 0%, #FF9900 100%), url(../images/plan-pattern.png) no-repeat;
}
.premium-plan{
  background: linear-gradient(180deg, #005353 0%, #339999 100%), url(../images/plan-pattern.png) no-repeat;
}
.plan-top-area h3{
  font-family: "Myriad Pro Bold";
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 2px;
}
.plan-top-area p{
  font-family: "Myriad Pro Regular";
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 6px;
}
.price-plan{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 21px;
}
.price-plan span{
  background: #FFFFFF;
  box-shadow: 0px 5px 14px 0px #0000001A;
  width: 76px;
  height: 76px;
  min-width: 76px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Myriad Pro Semibold";
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin: -28px auto 0;
}
.plan-dtls-list{
  padding: 0;
  margin: 0 0 21px;
  list-style: none;
  flex-grow: 1;
}
.plan-dtls-list li{
  display: flex;
  gap: 5px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #0000000D;

}
.plan-dtls-list li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.plan-dtls-list li svg{
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
}
.plan-dtls-list li p{
  margin-bottom: 0;
  font-family: "Myriad Pro Regular";
  font-size: 14px;
  color: #000000;
  width: calc(100% - 16px);
}
.plan-reviw{text-align: center;}
.curnt-plan{
  background: #FF99001A;
  box-shadow: 0px 6px 22px 0px #F9C2001A;
  font-size: 18px;
  font-family: "Myriad Pro Bold";
  text-align: center;
  letter-spacing: 0.03em;
  color: #FF9900;
  padding: 15px;
  border-radius: 16px;
}
.exp-date{
  text-align: center;
  font-family: "Myriad Pro Regular";
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
  display: block;
  margin: 0;
}
.subscribe-btn{
  font-family: "Myriad Pro Bold";
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  padding: 14px 15px;
  width: 100%;
  display: block;
  border-radius: 16px;
}
/* -------------- edit profile ---------------- */
.profl-menu-side{
  background: #000000;
  border: 1px solid #12121233;
  padding: 26px 15px;
  position: relative;
  border-radius: 14px;
}
.profl-menu-side ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.profl-menu-side ul li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 0.9px solid #FFFFFF4D;
  opacity: 70%;
}
.profl-menu-side ul li.active{opacity: 1;}
.profl-menu-side ul li a{
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Myriad Pro Regular";
  font-size: 18px;
  color: #FFFFFF;
}
.delete-accnt{
  font-family: "Myriad Pro Semibold";
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
  color: #FF6161;
  display: block;
  text-align: center;
  transition: all 0.2s ease;
}
.delete-accnt:hover{
  color: #FF9900;
  text-decoration: underline;
}

.profl-side-dtls h1{
  font-family: "Myriad Pro Semibold";
  font-size: 36px;
  margin-bottom: 30px;
  color: #000000;
}
.profl-side-bx h2{
  font-family: "Myriad Pro Regular";
  font-size: 18px;
  color: #121212;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #0000001A;
}
.avatar-upload {
  position: relative;
  max-width: 108px;
  margin: 30px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 0px;
  z-index: 1;
  bottom: -5px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  width: 44px;
  height: 44px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FF9900;
  border: 2px solid #F5F5F5;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar-upload .avatar-preview {
  width: 108px;
  height: 108px;
  position: relative;
  border-radius: 100%;
  border: 2px solid #B0C1DD;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* delete Account Logout modal */
.profile-modal .modal-content{
  background: #F5F5F5;
  box-shadow: 0px 6.63px 15.48px 3.32px #0000001C;
  border-radius: 22px;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }
}
.profile-modal .modal-body h5{
  font-family: "Myriad Pro Semibold";
  font-size: 26px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}
.modal-btn-grps{
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal-btn-grps button{
  font-family: "Myriad Pro Bold";
  font-size: 18px;
  text-align: center;
  padding: 10px 62px;
  border-radius: 16px;
}
.no-btn{
  background: transparent;
  border: none;
}
.no-btn:hover{
  color: #FF9900;
}
.form-title{
  font-family: "Myriad Pro Semibold";
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}
.other-field{
  border-bottom: 1px solid #000000;
}
/* ---------- settings ----------- */
.notify-area{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #DDDDDD;
  border-radius: 20px;
}
.notify-area h2{
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Myriad Pro Regular";
  font-size: 18px;
  margin-bottom: 0;
  color: #121212;
}
.switch-btn{
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 12px;
  width: 31px;
  border-radius: 90px;
  background: #bdc1c8;
}
.switch-btn.active{
  background: rgba(255, 153, 0, 0.20);
}
.switch-btn > .handle{
  position: absolute;
  top: -3.3px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #717171;
  transition: left 0.25s;
}
.switch-btn.active > .handle{
  left: 14px;
  transition: left 0.25s;
  background: #FF9900;
}
/* verify code modal */
.comn-modal .modal-content{
  background: #F5F5F5;
  box-shadow: 0px 6.63px 15.48px 3.32px #0000001C;
  border-radius: 22px;
}
.comn-modal .modal-header{
  justify-content: center;
  border-bottom: 0;
  padding: 32px;
}
.comn-modal .modal-header .btn-close{
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  margin: 30px 30px 0 0;
}
.comn-modal .modal-header .btn-close:focus{
  box-shadow: none;
  outline: none;
}
@media (min-width: 576px) {
    .comn-modal .modal-dialog {
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
    }
}
/* ------------------ inquiry -------------------- */
.inquiry-box{
  background: #FFFFFF;
  box-shadow: 0px 6px 14px 0px #0000001A;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 30px;
}
.inquiry-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.inquiry-user{
  display: flex;
  align-items: center;
  gap: 10px;
}
.inquiry-user img{
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
}
.inquiry-user h3{
  font-family: "Myriad Pro Semibold";
  font-size: 17px;
  color: #000000;
  margin-bottom: 0;
}
.inquiry-botm{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
}
.inquiry-dtls h4{
  font-family: "Myriad Pro Semibold";
  font-size: 18px;
  color: #000000;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inquiry-dtls a{display: block;}
.inquiry-dtls a:hover h4{
  color: #FF9900;
}
.inquiry-dtls p{
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  color: #545454;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease-in-out;
}
.inq-date{
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  color: #000000;
}
.inq-stus p{
  margin-bottom: 0;
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
.inq-stus p span{
  color: #FF9900;
}
/* inquiry sidebar */
.with-inqry-side{
  display: flex;
  gap: 33px;
}
.inqury-area{
  margin-right: 0px;
  width: 100%;
}
.side-inqry-bx, .replied-bx{
  background: #EBEBEB;
  border-radius: 20px;
  padding: 20px;
  width: 385px;
  min-width: 385px;
  height: calc(100vh - 182px);
  overflow-y: auto;
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin: 30px;
  z-index: 3;
  display: none;
  transform: translateX(415px);
  transition: transform 0.9s cubic-bezier(0.5, 1, 0.5, 1), opacity 0.4s ease;
  opacity: 0;
  pointer-events: none;
}
.sidenav-toggled .side-inqry-bx, .sidenav-toggled .replied-bx{
  transform: translateX(0px);
  opacity: 1;
  pointer-events: auto;
  transition: transform 0.9s cubic-bezier(0.5, 1, 0.5, 1), opacity 0.4s ease;
}
.sidenav-toggled .inqury-area{
  margin-right: 415px;
  transition: transform 0.9s cubic-bezier(0.5, 1, 0.5, 1), margin 0.4s ease;
}
.chat-inqury{
  background: #FFFFFF;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  margin-bottom: 10px;
}
.inq-user{
  display: flex;
  gap: 10px;
}
.inq-user img{
  width: 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
}
.inq-user-txt h3{
  font-family: "Myriad Pro Semibold";
  font-size: 17px;
  color: #000000;
  margin-bottom: 0px;
}
.inq-user-txt p{
  font-family: "Myriad Pro Regular";
  font-size: 13px;
  color: rgba(0, 0, 0, 0.50);
  margin-bottom: 0;
}
.inqr-chat{
  width: 35px;
  height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background:  #000000;
}
.inqry-proprty{
  background: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #0000001A;
}
.inqry-proprty img{
  width: 84px;
  min-width: 84px;
  height: 84px;
  border-radius: 13px;
  width: 100%;
  object-fit: cover;
}
.inqry-proprty-dtls h3{
  font-family: "Myriad Pro Semibold";
  font-size: 18px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}
.inqry-proprty-dtls p{
  font-size: 15px;
  color: #000000;
  font-family: "Myriad Pro Regular";
  margin-bottom: 0;
}
.inqry-proprty-dtls span{
  font-family: "Myriad Pro Semibold";
  font-size: 18px;
  color: #FF9900;
  display: block;
}
.inqr-chat-area{
  margin-top: 20px;

}
.inqr-chat-area .form-group{
  margin-bottom: 0px;
}
.inqr-chat-area .form-control{
  height: 100%;
  border: none;
  background: #FFFFFF;
  padding: 15px;
  border-radius: 17px;
  margin-bottom: 20px;
  height: 44vh;
}




/* ------------ add property ------------- */
.featur-proprty{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px 0 0;
}
.featur-proprty h5{
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Myriad Pro Regular";
  font-size: 15px;
  margin-bottom: 0;
  color: #121212;
}
.location-area{
  position: relative;
}
.location-area img{
  border-radius: 18px;
  height: 272px;
  object-fit: cover;
  width: 100%;
  border: 1px solid #0000004D;
}
.location-area iframe{
  border-radius: 18px;
  height: 272px;
  width: 100%;
  border: 1px solid #0000004D;
}
.wd-mb-55{
  margin-bottom: 55px;
}
.for-crnt-loction{
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px 20px 0 0;
  background: #000000;
  border: 1px solid #000000;
  box-shadow: 0px 6px 6px 0px #73889926;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 9px 18px;
  border-radius: 12px;
  font-family: "Myriad Pro Semibold";
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.field-flex{
  display: flex;
  align-self: center;
  justify-content: center;
  gap: 15px;
}
.remove-field{
  border: none;
  background: none;
  padding: 0;
}
.add-proprty-fld{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border: 1px dashed #FF9900;
  background: #FFFFFF;
  border-radius: 90px;
  margin: 16px auto;
}

/* ------------------------- Setup Profile ------------------ */
#setupProfile{
  background: #F5F5F5 url(../images/setup-profile-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
/* ----------header --------- */
.setup-header{
  background: #000000;
  box-shadow: 0px 10px 24px 0px #0000001A;
  padding: 17.5px 0;
}
.setup-navbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.setup-brand{
  object-fit: contain;
  height: auto;
}
.setup-right{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.setup-right .language button{
  width: 53px;
  min-width: 53px;
  height: 53px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  backdrop-filter: blur(4px);
}
.setup-right .language button:hover{background: #FF9900; border-color: #FF9900;}
.skip-pg{
  font-family: "Myriad Pro Semibold";
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  display: inline-block;
}
.skip-pg:hover{color: #FF9900;}
#setupProfile main{padding: 90px 0 0;}
/* ------------ setu subscription plan ----------- */
.setup-subscribe-blog{
  padding: 100px 0;
  position: relative;
}
.setup-subscribe-blog h1{
  font-family: "Myriad Pro Semibold";
  font-size: 36px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
.setup-subscribe-blog .row{width: 85%; margin: 0 auto;}
/* --------------- Setup profile --------------- */
.setup-profile-blog{
  padding: 86px 0;
  position: relative;
}
.form-wizard{
  position: relative;
}
.form-wizard .form-wizard-header {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.form-wizard .form-wizard-steps {
  margin: 0;
  display: flex;
  justify-content: space-around;
  text-align: center;
  position: relative;
}
.form-wizard-header ul:before {
  content: "";
  max-width: 75%;
  width: 100%;
  height: 4px;
  background: #D9D9D9;
  display: block;
  border-radius: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 35px auto 0;
}
.form-wizard-header ul li {
  position: relative;
  max-width: 100px;
  text-align: center;
  width: 100%;
  background: #F5f5F5;
}
.form-wizard-header li span {
  width: 70px;
  min-width: 70px;
  height: 70px;
  background: #D9D9D9;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #888888;
}
.form-wizard-header ul li.active span,
.form-wizard-header ul li.activated span {
  background: #FF9900;
  color: #FFF;
}
.fieldgroup {
  padding: 30px 0 0;
}
.form-wizard .wizard-fieldset {
  display: none;
}
.form-wizard .wizard-fieldset.show {
  display: block;
}
.wd_nextbtn{
  background: #4A9462;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  color: #FFFFFF;
  padding: 12px 60px;
  border-radius: 26px;
  min-width: 180px;
  border: 2px solid #4A9462;
}
.wd_nextbtn:hover{
  color: #4A9462;
  background: transparent;
}
.form-field-title{text-align: center; margin: 0 auto 45px;}
.form-field-title h1{
  font-family: "Myriad Pro Semibold";
  font-size: 36px;
  color: #000000;
  margin-bottom: 0;
}
.form-field-title p{
  font-family: "Myriad Pro Regular";
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.or-option{
  display: block;
  text-align: center;
  font-family: "Myriad Pro Semibold";
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #000000;
  text-transform: uppercase;
}
.form-area .avatar-upload{margin: 0 auto 30px;}
.form-area .avatar-upload .avatar-preview{border: 1px solid #19204C1A;}
/* dashboard */
.proprty-grid{
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.mob-view{display: none;}
.close-arrow-btn{
  background: #000;
  border: none;
  border-radius: 50%;
  display: none;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 78px;
  right: -9px;
  transition: margin 0.3s ease-out;

}
#mobview, .mob-search-btn{
    display: none;
}
.notify-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #0000001A;
  margin-bottom: 10px;
}
.notify-title h2{
  font-family: "Myriad Pro Bold";
  font-size: 24px;
  color: #000000;
  margin-bottom: 0;
}
.notify-title a{
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  color: #FF9900;
  display: inline-block;
}
.notify-bx{
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.notify-bx-txt p{
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  color: #000000;
  margin-bottom: 6px;
}
.notify-bx-txt span{
  font-family: "Myriad Pro Regular";
  font-size: 14px;
  color: #999999;
  display: block;
  margin: 0;
}
.mob-logout-btn{
  display: none;
  align-items: center;
  font-size: 15px;
  color: #E11C1C;
  font-family: "Myriad Pro Semibold";
  background: transparent;
  border: none;
  margin: 50px 0 0;
  gap: 10px;
  position: fixed;
  bottom: 20px;
  left: 12px;
}
/* 04-09-2025  : Properties on Selling*/
.sell-proprty-bx{
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-shadow: none;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 24px;
}
.proprty-type{
  font-family: "Myriad Pro Semibold";
  font-size: 12px;
  display: inline-block;
  background: #FF990014;
  color: #FF9900;
  text-align: center;
  padding: 4px 8px;
  border-radius: 90px;
  margin-bottom: 3px;
}
.property-dtls-area{
  padding: 10px 0 0;
}
.property-dtls-area h3{
  font-family: "Myriad Pro Semibold";
  font-size: 18px;
  color: #000000;
  margin-bottom: 3px;
}
.proprty-adrs{
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  margin-bottom: 5px;
}
.pro-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proprty-price{
  font-family: "Myriad Pro Semibold";
  font-size: 18px;
  color: #FF9900;
  margin-bottom: 0;
  display: block;
}




.wd-feature-fvrt{
  position: relative;
  margin-bottom: 30px;
}
.fvrt-img{
  position: relative;
}
.fvrt-img::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 15px;
}
.fvrt-img img{
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
}
.wd-feature-fvrt .property-dtls-area{
  position: absolute;
  bottom: 13px;
  left: 12px;
  right: 12px;
}
.wd-feature-fvrt .property-dtls-area h3, .wd-feature-fvrt .property-dtls-area p, .wd-feature-fvrt .property-dtls-area span{
  color: #FFF !important;
}
.wd-feature-fvrt .wd-mr-like svg path{
  stroke: #FFF;
}
/* Subscription plan for dashboard */
.subscrib-plan-tab{
  flex-flow: column;
  align-items: flex-start;
  gap: 10px;
  background: #FFFFFF;
  border: 1px solid #0000001A;
  padding: 15px;
  border-radius: 15px;
}
.subscrib-plan-tab .profl-pills{width: 100%;}
.subscrib-plan-tab .profl-pills .nav-items{
  width: 100%;
}
.subscrib-plan-tab .profl-pills .nav-link{
  padding: 12px;
  width: 100%;
}
.subscrib-plan-tab .nav{
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.subscrib-plan-tab .profl-pills .nav-item{width: 100%;}
.subscrib-plan-tab .tab-content{
  margin: 10px 0 0;
}
.subscrib-plan-tab .subscribe-box{
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.proprty-overvw ul{
  margin: 0;
  padding: 0 20px;
  list-style: disc;
}
.proprty-overvw ul li{
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  color: #545454;
  margin-bottom: 9px;
}
.ownr-dtls-flx{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.owner-chat{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 7px 11px 0px #002A5D4D;
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
}
/* select 2 */
.select2-container{width: 100% !important;}
.select2-container--default .select2-selection--multiple{
  background: #FFFFFF;
  box-shadow: 0px 6px 12px 0px #0000001A;
  padding: 15px 20px;
  border-radius: 12px;
  font-family: "Myriad Pro Regular";
  font-size: 16px;
  border: 1px solid transparent;
  color: #121212;
  width: 100%;
}
.select2-dropdown{border: 1px solid #FF9900;}
.select2-container--default.select2-container--focus .select2-selection--multiple{
  border-color: #FF9900;
  outline: 0;
}
.select2-results__option{
  padding: 6px 18px;
  font-size: 15px;
  font-family: "Myriad Pro Regular";
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{margin-top: 0;}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background: #E4E4E4;
  border: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-flow: row-reverse;
  width: fit-content;
  padding: 10px 12px;
  border-radius: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  border-right: 0;
  position: relative;
  color: #000000;
  font-size: 20px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{display: flex; flex-wrap: wrap;}
/* ------------------04th Sep 2025---------------- */
.replied-propy h5{
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.reply_bx{
  background: #fff;
  padding: 18px;
  border-radius: 16px;
}
.reply_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 11px;
  margin-bottom: 11px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.reply_top .inq-user{
  align-items: center;
}
.reply_top .inq-user h3{
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
.date_icon{
  display: flex;
  align-items: center;
  grid-gap: 7.2px;
}
.date_icon span{
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  display: block;
}
.reply_bx p{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #545454;
  margin-bottom: 0;
}
.h_192{
  height: 192px !important;;
}
.sidenav-toggled .inquiry-botm{
  display: block;
}
.sidenav-toggled .inquiry-botm .inq-date{
  margin-bottom: 5px;
}
/* ------------ 16-09-2025 Block user ------------ */
.form-flex{
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.form-flex .auth-btn{
  margin-bottom: 0;
  width: 135px;
  min-width: 135px;
}
.login-form .form-flex .form-group{
  margin-bottom: 0;
}
.block-user-bx{
  border: 1px solid #0000001A;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  margin-bottom: 14px;
}
.block-usr-lft{
  display: flex;
  align-items: center;
  gap: 11px;
}
.block-usr-lft img{
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
}
.block-usr-lft h4{
  font-family: "Myriad Pro Semibold";
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}
.block-user-bx .block-btn{
  padding: 9px 21px;
  border-radius: 12px;
}
/* -------------- new subscription -------------- */
.plan-top-area div{
  background: linear-gradient(180deg, rgba(102, 102, 102, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.plan-top-area span{
  font-family: "Myriad Pro Bold";
  font-size: 24px;
  text-align: center;
  padding: 1px 22px;
  background: #00000033;
  /* border: 2px solid rgba(0, 0, 0, 0.4); */
  backdrop-filter: blur(14px);
  border-radius: 10px;
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
}

.no-data, .no-data body, .no-data main, .no-data #wrapper, .no-data #page-content-wrapper{
    height: 100%;
}
