@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Parkinsans:wght@300..800&display=swap');
html {
  scroll-behavior: smooth;
}

@font-face {
    font-family: 'Mailendra';
    src: url('Mailendra-Regular.woff2') format('woff2'),
        url('Mailendra-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: "Archivo", sans-serif;
  color: black;
}
:root {
  --primary-color: #007A3D;
  --secondary-color:#000000;
}
h1,h2,h3{ font-family: "Parkinsans", sans-serif;color: black;}
p{font-size: 18px;font-weight: 400;line-height: 30px;color: #555555;}
.container {max-width: 1300px;}
.bigcontainer { max-width: 1400px;}
section {padding-top: 70px;padding-bottom: 70px;}
.font-16{font-size: 16px;font-weight: 400;line-height: 24px;}
.font-500{font-weight: 500;}
.font-18{font-size: 18px;font-weight: 400;}
.mt-30{margin-top: 30px;}
.mb-30{margin-bottom: 30px}
.mt-40{margin-top: 40px;}
.mb-40{margin-bottom: 40px}
.section-heading h3{font-weight: 500;font-size: 30px;}
.section-heading p{font-weight: 400;font-size: 18px;line-height: 28px;color: #555555;}
.font-semibold{font-weight: 600 !important;}
ul li{list-style: none;}
.form-control:focus{box-shadow: none;border: none;}
.form-select:focus{box-shadow: none;}
/* ------------------------------------------------------------- */
/* header start */
header {background-color: #ffffff;width: 100%;box-shadow: 0px 4px 15px 0px #0000000F;
}
.header-item a {color: #222222;font-size: 16px;font-weight: 400;margin-right: 20px;padding: 30px 18px;}
.header-links-main{border-right: 1px solid #D9D9D9;}
.header-right {gap: 23px;margin-left: 13px;}
.flag-img{width: 28px;margin-right: 8px;}
.language-dropdown button{font-size: 16px;font-weight: 400;color: #222222;position: relative;}
.language-dropdown button::after {
    border: none;
    background-image: url(../images/down.svg);
    position: absolute;
    right: -22px;
    bottom: -2px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.language-dropdown button:focus{box-shadow: none;border: none;}
.language-dropdown-menu li a{font-size: 16px;font-weight: 400;color: #222222;padding: 5px 12px;}
/* .header-item a:hover{color:var(--primary-color);border-bottom: 4px solid var(--primary-color);} */
.header-item a.active{color: var(--primary-color) !important;border-bottom: 4px solid var(--primary-color);}
.login-btn{border: 2px solid var(--primary-color);color: var(--primary-color);padding: 10px 20px;border-radius: 10px;font-size: 16px;font-weight: 400;text-decoration: none;}
.login-btn:hover{background-color: var(--primary-color);color: #ffffff;}
.login-btn:hover svg path{fill: #ffffff;}
.login-btn span svg{    margin-bottom: 3px;}
/* header end */

/* footer style*/
footer{
  padding-top: 140px;
  background-color: var(--secondary-color);
  color: #ffffff;
}
.flogo img{
  width: 157px;
  margin-bottom: 25px;
}

.footer-icons a i {
  color: #ffffff;
  font-size:24px;
}

.footer-item h5{
font-size: 18px;
font-weight: 600;}
.footer-links{
  list-style: none;
  padding-left: 0;
}

.footer-links li a{
font-size: 16px;
font-weight: 400;
line-height: 40px;
color: #DCDCDC;
text-decoration: none;
}
.footer-links span{
  margin-right: 11px;
}
.footer-inner-content p{font-size: 16px;font-weight: 400;line-height: 24px;color: #ffffff;max-width: 339px;}
.footer-content h5{font-size: 18px;font-weight: 600;line-height: 24px;color: #ffffff;font-family: "Archivo", sans-serif;}
.subscribe { background-color: #fff; border-radius: 12px; display: flex; padding: 17px; align-items: center; justify-content: space-between; height: 75px;
}
.subscribe input{
  border: none;
  background-color: transparent;
font-size: 16px;
font-weight: 400;
color: #000000;
}
.subscribe input:focus{
  border: none;
  outline: none;

}
.subscribe .btn-subscribe{

font-size: 16px;
border: none;
background: transparent;
font-weight: 600;
color:#000000;

}
.right-contact a{font-size: 16px;font-weight: 700; text-decoration:none;color: rgb(255, 255, 255);}
.subscribe-top {font-size: 16px;font-weight: 600;color: #ffffff;    margin-bottom: 12px;}
.right-contact span{font-size: 14px;font-weight: 600;}
.subscribe-top span{font-weight: 700;}
.footer-item-content { gap: 70px;}
.footer-bottom { border-top: 1px solid #FFFFFF1A; padding-top: 26px; padding-bottom: 30px; margin-top: 30px;}
.footer-bottom p{font-size: 16px;font-weight: 600;color: #ffffff;}
.footer-bottom-content{display: flex;}
/* footer end */

/* home page css =========================================*/
.hero-video-background video{width: 100%;height: 648px;object-fit: cover;}
/* .hero-video-background img{width: 100%;height: 648px;object-fit: cover;} */
.banner-slider-new-item-img{width: 100%;height: 648px;object-fit: cover;}

.hero-content{position: absolute;top: 0; left: 0; text-align: center; width: 100%; height: 100%;  display: flex; align-items: center;justify-content: center;}
.hero-heading h3{font-size: 55px;font-weight: 600;line-height: 58px;    color: #fff;}
.hero-heading p{font-size: 18px;font-weight: 400;line-height: 28px;color: #ffffff;}
.hero-property-form{margin-top: 60px;}
.hero-property-form-tabs{border: 0;box-shadow: 0px 4px 18px 0px #00000014;background-color: #fff;width: max-content;    border-radius: 15px 15px 0 0;
    overflow: hidden;    border-bottom: 1px solid #D9D9D966;}
.hero-property-form{max-width: 1106px;padding: 0;}
.hero-property-form-content{background-color: #fff;padding: 16px;border-radius: 0 15px 15px 15px;box-shadow: 0px 4px 18px 0px #00000014;}
.property-form-tabs-link {font-size: 16px;font-weight: 500;color:#555555;padding: 15px 26px;font-family: "Parkinsans", sans-serif;}
.property-form-tabs-link:hover{border:none; border-bottom: 4px solid black !important;color: #000;}
.property-form-tabs-link.active{border:none; border-bottom: 4px solid black !important;}
.property-form-tabs-link:focus{border:none; box-shadow: none;outline: none;}
.input-with-icon{background-color: #F5F5F5;border-radius: 6px; padding: 10px 10px 10px 40px;border: none;flex: 1;}
.input-with-icon input{background-color: transparent;border: none;outline: none;font-size: 15px;font-weight: 400;color: #555555;  }
.input-with-icon input:focus{outline: none;box-shadow: none;background-color: transparent;}
.input-with-icon select{background-color: transparent;border: none;outline: none;font-size: 15px;font-weight: 400;color: #555555;  }
.input-with-icon select:focus{outline: none;box-shadow: none;background-color: transparent;}
.input-icon {  position: absolute;top: 14px; left: 18px;}
.input-icon img{width: 23px;}
.search-btn a{background-color: var(--primary-color);border-radius: 6px;width: 56px;height: 56px;color: #ffffff;font-size: 16px;font-weight: 500;text-decoration: none;display: flex;align-items: center;justify-content: center;}
.hero-form-inner{gap: 10px;}
/* propert slider css ========================================================================*/
.popular-property-sec{padding-top: 50px;}
.popular-property-card{background-color: #fff;border: 1px solid #DDDDDD;border-radius: 10px;overflow: hidden;}
.property-img{position: relative;height: 211px;}
.featured-btn{background-color: var(--primary-color);border-radius: 10px;padding: 5px 10px;border: none;color: #ffffff;font-size: 14px;font-weight: 500;text-decoration: none;display: flex;align-items: center;justify-content: center;}
.featured-sec{position: absolute;top: 15px;left: 17px;font-family: "Parkinsans", sans-serif;}
.featured-btn span img{width: 13px;}
.property-img img{width: 100%;height: 100%; object-fit: contain;}
.property-card-content{padding: 20px;}
.property-img{background-color: #F5F5F5;}
.like-dislike{position: absolute;top: 15px;right: 17px;cursor: pointer;}
.like-dislike img{width: 24px !important;}
.property-card-price h2{font-size: 18px;font-weight: 500;color: #000000; font-family: "Parkinsans", sans-serif;}
.property-card-title a{font-size: 18px;font-weight: 500;color: #000000;text-decoration: none;font-family: "Parkinsans", sans-serif;}
.property-card-location{font-size: 14px;font-weight: 400;color: #555555;}
.property-card-location span img{    width: 20px;margin-right: 6px;}
.property-card-list-item{    background-color: #F8F8F8; border-radius: 6px;padding: 6px 10px;font-size: 14px;font-weight: 400;color: #555555;    display: flex;align-items: center;justify-content: center;}
.custom-arrow{background-color: #F5F5F5;border: 1px solid #F5F5F5;width: 40px;height: 40px;border-radius:8px;display: flex;align-items: center;justify-content: center;cursor: pointer;z-index: 1;}
.custom-arrow:hover{background-color: #F5F5F5;}
.custom-arrow:focus{background-color: #F5F5F5;}
.slick-next:before {
 display: none;
}
.slick-prev:before {
 display: none;
}
.property-card-location{display: flex;align-items: center;}
.slick-prev, .slick-next {    top: -47px !important;}
.slick-prev {left: auto !important;right: 47px !important;}
.slick-next {right: 0 !important;}
.view-more-sec p{font-size: 18px;font-weight: 500;color: #000000;}
.view-more-btn{color: var(--primary-color);font-weight: 500;}
/* why choose us section css =============================================== */
.why-choose-us{background-color: #F7F7FC;}
.why-choose-list-item-icon{width: 71px;height: 71px;background-color: var(--primary-color);border-radius: 8px;display: flex;align-items: center;justify-content: center;flex: 0 0 71px;}
.why-choose-list-item-content h3{font-weight: 500;font-size: 20px;line-height: 28px;}
.why-choose-list-item-content p{font-weight: 400;font-size: 15px;line-height: 22px;color: #555555;}
.why-choose-list-item{margin-bottom: 38px;}
.why-choose-list{padding-right: 80px;}
.market-bottom h3{color: #fff;font-size: 18px;font-weight: 600;}
.arrow-up-right-btn{flex: 0 0 38px;height: 38px;background-color: #FFFFFFB2;border-radius:10px;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.market-image{height: 420px;object-fit: cover;width: 100%;}
.market-bottom{position: absolute;bottom: 22px;z-index: 2;width: 100%;padding: 0 24px;}
.explore-market-card::before{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);z-index: 1;}
.explore-market-card{border-radius: 15px; overflow: hidden;position: relative;}
/* footer-top advertise ================================*/
.footer-advertise{background-color: #007A3D;border-radius: 15px;    padding: 40px 50px;}
.theme-btn{background-color: #00552A;border-radius: 10px;color: #fff;font-size: 18px;font-weight: 500; padding: 13px 23px;text-decoration: none;}
.footer-advertise-heading{font-size: 28px;font-weight: 500;color: #fff;}
.footer-top-section{margin-bottom: -62px;
    position: relative;}
/* breadcrumb css ============================= */
.breadcrumb-section{padding-top:30px;padding-bottom: 30px;border-bottom: 1px solid #D9D9D9;}
.breadcrumb-item a{font-size: 16px;font-weight: 400;color: #000000;text-decoration: none;}
.breadcrumb-item.active{color: var(--primary-color);    font-size: 15px;
    font-weight: 500;}
.breadcrumb-item+.breadcrumb-item::before{color: black;}
/* ads section css ============================================= */
.ads-section{padding: 30px 0;}
.ads-section-2{padding: 40px 0;}
/* property page =========================================================== */
.main-property-sec{padding-top: 40px;}
.property-page-title h3{font-size: 20px;font-weight: 500;color: #000000;}
.property-page-title p{font-size: 16px;font-weight: 500;font-family: "Parkinsans", sans-serif;color: #000;}
.property-filter{flex: 0 0 320px;}
.search-input-with-icon{background-color: #F7F7FC;border-radius: 10px;padding: 9px 15px;}
.search-input-with-icon input{border: none;background-color: transparent;width: 100%;    padding-left: 36px;
    color: black;}
    .search-input-with-icon input::placeholder{
    color: black;}
.search-input-with-icon input:focus{outline: none;box-shadow: none;border: none;background-color: transparent;}
.search-input-with-icon span{    position: absolute;left: 20px;top: 15px;}
.main-property-wrapper{gap: 18px;}
.filter-box{background-color: #F7F7FC;padding: 20px; border-radius: 10px;}
.filter-box-heading{    padding-bottom: 12px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 15px;}
.filter-box-heading h3{font-size: 16px;font-weight: 500;color: #000000;}

.filter-form-check .form-check-input {
  background-color: #ffffff;width: 22px;height: 22px;border: 1px solid #DDDDDD;
 --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20rx%3D%228%22%20fill%3D%22%23DDDDDD%22/%3E%3C/svg%3E");
  background-size: 16px 16px;

}
.filter-form-check .form-check-input:checked[type=radio] {
border: 1px solid #DDDDDD;
    --bs-form-check-bg-image:url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20rx%3D%228%22%20fill%3D%22%23007A3D%22/%3E%3C/svg%3E");
        background-size: 16px 16px;
}
 .form-check-input:focus{box-shadow: none; border: none;}
.filter-form-check .form-check-input:focus::before{ top: -3px;
    left: -3px;}
.label-font-15{font-size: 15px;font-weight: 400;font-family: "Parkinsans", sans-serif;}
.property-type-checkbox .form-check-input{width: 22px;height: 22px;border: 1px solid #DDDDDD;}
.property-type-checkbox .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image:url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20rx%3D%224%22%20fill%3D%22%23007A3D%22/%3E%3C/svg%3E");
      background-size: 16px 16px;
      background-color: #fff;
}
.property-type-checkbox .form-check-input:focus::before{ top: -3px;
    left: -3px;}
.min-price-range{    max-width: 124px;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 400;
  font-family: "Parkinsans", sans-serif;}
.filterbox-inner-part{margin-top: 40px;}
.filterbox-inner-part:first-child{margin-top: 0;}

    .bedroom-select-group{  display: flex;align-items: center;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #DDDDDD;}
    .bedroom-btn{flex:1;background-color: #fff;padding: 12px 8px;border: none; border-right: 1px solid #D9D9D9;font-size: 15px;font-weight: 400;color: #555555;text-align: center;}
      .bedroom-btn:last-child{border-right: none;}
      /* .bedroom-btn:focus{color: black;border: 2px solid #000000;} */
      .bedroom-btn.active{color: black;border: 2px solid #000000;}
      .property-main-div{flex: 1;}
  .result-content h4{ font-size: 15px;font-weight: 400;color: #000000;}
  .sort-by-text{font-size: 15px;font-weight: 400;color: #000000;}
  .sort-by-select .form-select{  border-radius: 6px; font-size: 15px;font-weight: 400;color:#555555;padding: 10px 36px 10px 18px;    min-width: 139px;
border: 1px solid #DDDDDD;}
.property-main-card{border-radius: 10px;overflow: hidden; border: 1px solid #DDDDDD; margin-bottom: 20px;}
.property-main-card-content-left{position: relative;     background-color: #F5F5F5;}
.property-main-card-content{padding: 10px;    gap: 20px !important;}
.property-main-card-content-left img{width: 389px;height:100%;object-fit: contain;border-radius: 10px;}
.like-dislike-circle{position: absolute;top: 15px;right: 15px;background-color: #fff;width: 40px;height: 40px;border-radius: 50%;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.like-dislike-circle img{width: 24px;height: 24px;}
.property-main-card-price h2{font-size: 20px;font-weight: 500;color: #000000; font-family: "Parkinsans", sans-serif;}
.property-main-card-title a {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    font-family: "Parkinsans", sans-serif;
}
.property-msin-card-location{font-size: 16px;font-weight: 400;color: #555555;}
.property-user-info{font-size: 15px;font-weight: 400;color: #555555;}
.property-user-info span{font-weight: 600;color: #000000;}
.property-user-img{width: 40px;height: 40px; object-fit: cover; border-radius: 10px;overflow: hidden;margin-right: 7px;}
.property-main-card-footer{background-color: #F5F5F5;padding: 10px;}
.btn-theme{font-size: 16px;font-weight: 500;color: #000000;background-color: #ffffff;border-radius: 10px;padding: 9px 24px;display: flex;align-items: center;justify-content: center; gap: 9px;cursor: pointer; text-decoration: none; border: 1px solid #DDDDDD;min-width: 130px;}
.btn-theme.primary{background-color: var(--primary-color);color: #ffffff;}
.page-link{font-size: 13px;font-weight: 600;color: #000000;border: 1px solid #F1F1F1;border-radius: 8px;width: 32px;height: 32px;display: flex;align-items: center;justify-content: center;}
.page-item:first-child .page-link {border: none;width: auto;}
.page-item:last-child .page-link {border: none;width: auto;}
.page-item .page-link.active {background-color: var(--primary-color);color: #fff;border-color: var(--primary-color);}
.page-item .page-link:hover{background-color: #fff; color: black;}
.page-item.disabled .page-link{color: #CCCCCC;background-color: #fff;border-color: #fff;}
.page-item .page-link:focus{box-shadow: none; background-color: #fff;color: black;}
.theme-link{font-size: 16px;font-weight: 500;color: var(--primary-color);text-decoration: underline; font-family: "Parkinsans", sans-serif;}
/* property detail page css =================================== */
.breadcrumb-section-other{padding: 30px 0;}
.breadcrumb-item{font-size: 15px;font-weight: 500;color: #000000;}
.property-detail-img{height: 508px;}
.property-detail-img img{width: 100%;height: 100%;object-fit: cover;border-radius: 20px;}
.like-dislike-circle img{width: 24px !important;height: 24px;}
.image-gallery{    position: absolute;bottom: 20px;right: 20px;}
.image-gallery-btn{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
    font-weight: 500;
    color: black;
    text-decoration: none;
    border-radius: 10px;
    padding: 7px 15px;
    gap: 8px;
}
.featured-sec-detail {
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: "Parkinsans", sans-serif;
}
.property-detail-img .like-dislike-circle{    top: 20px;
    right: 20px;}
.p-detail-title h3{font-size: 24px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    font-family: "Parkinsans", sans-serif;}
  .property-main-card-location{font-size: 16px;font-weight: 400;color: #555555;}
  .property-main-card-location span{margin-right: 6px;}
  .property-detail-heading{padding-bottom: 10px;border-bottom: 1px solid #D9D9D9;}
  .property-sub-detail{padding-bottom: 30px;border-bottom: 1px solid #D9D9D9;}
  .pd-sub-heading{font-size: 18px;font-weight: 500;}
  .theme-link-2{  font-family: "Archivo", sans-serif;font-size: 16px; font-weight: 400;color: var(--primary-color);text-decoration: underline; }
  .property-type-item{background-color: #F5F5F5;border-radius: 10px;padding: 13px 20px;}
  .property-images-items img{border-radius: 20px;height: 244px;object-fit: cover;width:100%;}
  .pd-profile-card{background-color: #F5F5F5; border-radius: 20px;padding: 40px 35px;text-align: center;display: flex;flex-direction: column;
   justify-content: center;align-items: center;position: relative;}
  .pd-p-image{ border: 1px solid var(--primary-color);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* overflow: hidden; */
    padding: 5px;}
  .pd-p-image img{width: 100%;height: 100%;object-fit: cover;border-radius: 50%;}
  .p-rating {gap: 3px;margin-bottom: 14px;}
  .profile-info{width: 100%;}
  /* login modal */
  .login-modal{max-width: 796px;}
  .login-modal .modal-content{border-radius: 20px;}
   .login-modal .modal-body{padding: 16px;}
  .btn-login-close{border: none;background-color: transparent;}

  .or-divider {
  display: inline-block;
  position: relative;
  color: #555555;
  font-style: italic;
font-size: 14px;font-weight: 400;
}

.or-divider::before,
.or-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 114px; 
  height: 1px;
  background: #DDDDDD;
}

.or-divider::before {
  right: 100%;
  margin-right: 10px;
  transform: translateY(-50%);
}

.or-divider::after {
  left: 100%;
  margin-left: 10px;
  transform: translateY(-50%);
}
.login-form-title{font-family: "Parkinsans", sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 25px;
color: black;
}
.custom-form-control{border: 1px solid #DDDDDD;border-radius: 10px;color: black;padding: 13px 18px;font-size: 15px;font-weight: 400;margin-bottom: 14px;}
.custom-form-control:focus{border: 1px solid var(--primary-color);box-shadow: none;}
.btn-theme-login{border-radius: 15px;font-size: 16px;font-weight: 600;padding: 13px 35px;width: 100%;text-decoration: none;display: block;text-align: center;margin-bottom: 16px;}
.btn-theme-login.green{background-color: var(--primary-color);color: #ffffff;}
.btn-theme-login.facebook{background-color: #4167B2;color: #ffffff;}
.btn-theme-login.google{background-color: #ffffff;color: #555555;border: 1px solid #DDDDDD;}
.login-bottom-content p{font-size: 14px;font-weight: 400;color: #000000;line-height: 20px;}
.login-bottom-content a{font-size: 14px;font-weight: 400;color: var(--primary-color);text-decoration: underline;}
.welcome-heading{
font-weight: 600;
font-size: 24px;
line-height: 30px;
}
.login-info-list-title {
font-weight: 500;
font-size: 15px;
line-height: 30px;
color: #000000;
}
.login-list-content p{font-weight: 400;font-size: 15px;line-height: 30px;color: #212121;}
.login-left{background-color: #E6FFF3;border-radius: 20px;padding: 20px;height: 100%;background-image: url('../images/login-bg.png');background-repeat: no-repeat;background-size: cover;background-position: center bottom;}
.login-info{padding-top: 80px;}
.logim-form-sec{padding: 22px 22px 0 22px;}
.profile-header{width: 45px;height: 45px;border-radius: 50%;display: flex;align-items: center;justify-content: center;background-color: #F5F5F5;}
.profile-header.user{background-color: #E6FFF3;}
.breadcrumb-section-myaccount{background-color: #F5F5F5;padding: 32px 0;}
.page-heading h3{font-size: 30px;font-weight: 500;color: #000000;}
.my-account-sidebar{background-color: #F5F5F5;border-radius: 20px;  min-height: 617px;}
.profile-image-upload-btn{background-color: #ffffff00;width: 100px;height: 100px;border-radius: 50%;display: flex;align-items: center;justify-content: center;border: 1px solid var(--primary-color);}
.profile-image-upload-label{width: 90px;height: 90px;border-radius: 50%;display: flex;align-items: center;justify-content: center;background-color: #fff;}
.edit-btn{background-color: var(--primary-color);width: 30px;height: 30px;border-radius: 50%;display: flex;align-items: center;justify-content: center;position: absolute;top: 0;right: 0;cursor: pointer;}
.profile-info-my-account{padding: 35px 10px;
    border-bottom: 6px solid #fff;}
.my-account-all-menus li a{font-size: 16px;font-weight: 400;color: #000000;font-family: "Parkinsans", sans-serif;text-decoration: none;padding: 13px 30px 13px 40px;    width: 100%;
    display: block;position: relative;}
.my-account-all-menus li a:hover{background: linear-gradient(90deg, #007A3D 12.94%, #85C2A3 100%);color: #fff;
}
.my-account-all-menus li a.active{background: linear-gradient(90deg, #007A3D 12.94%, #85C2A3 100%);color: #fff;}

.my-account-all-menus li a::before{
  content: 'o';
  position: absolute;
  left: 20px;
  top: 13px;
  font-size: 16px;
  color: black;
}
.my-account-all-menus li a.active::before{
  color: white;
}
.my-account-all-menus li a:hover::before{
  color: white;
}
.my-account-main-div{flex: 1;}
.my-account-main-header{border-bottom: 1px solid #D9D9D9;padding:10px 0;}
.profile-management-sec{padding: 20px 0;}
.custom-form-control.desable{background-color: #DDDDDD;color: #000000;}
.my-account-main-div .btn-theme-login{width: max-content;}
.create-listing-btn{background-color:var(--primary-color);color: #ffffff;font-size: 15px;font-weight: 500;padding: 8px 24px;border-radius: 10px;text-decoration: none;font-family: "Parkinsans", sans-serif;}
.main-account-wrapper {
    gap: 24px;
}
.card-category {border: 1px solid #DDDDDD;border-radius: 6px;overflow: hidden;}
.verticle-category{background-color: #fff;    padding: 9px 10px;}
.verticle-category.active{background-color: #DDDDDD;}
.view-sec{ position: absolute;
  bottom: 15px;
  right: 15px;
}
.view-sec a{background-color: #ffffff;border-radius: 8px;display: flex;align-items: center;justify-content: center;text-decoration: none;font-size: 15px;font-weight: 400;color: #000000;    padding: 2px 8px;
}
.view-sec a img{width: 21px !important;height: 21px !important;}
.approved-user{ position: absolute; top: -5px; right: -3px;}
.view-login{position: absolute;height: 100%;width: 100%;display: flex;align-items: center;justify-content: center; background-color: #FFFFFFCC;z-index: 3;}
.view-login h4{font-size: 20px;font-weight: 400;color: #000000;text-align: center;line-height: 28px;}
.view-login h4 a{color: var(--primary-color);text-decoration: underline;font-weight: 600;}
.pd-profile-card::after{content: '';
  position: absolute;
  inset: 0;
  backdrop-filter: blur(4px); 
  -webkit-backdrop-filter: blur(4px);
  z-index: 1;}
  .pd-profile-card-without-blur::after{  backdrop-filter: blur(0px); 
  -webkit-backdrop-filter: blur(0px);display: none;}
.bth-property-filter{border: 1px solid #DDDDDD;background-color: #fff;    padding: 9px 10px;border-radius: 6px; display: none;}
.bth-property-filter-img{    width: 24px;height: 24px;}
.my-account-sidebar-wrapper{
      flex: 0 0 310px;
}

/* 20 june css */
.property-main-card-content-left img {height: 265px;}
 
.featured-btn span img {
    width: 13px !important;
    height: 13px !important;
}
.like-dislike-circle img {
    width: 24px !important;
    height: 24px !important;
}
.like-dislike img {
    width: 24px !important;
    height: 24px !important;
}
 
#range-slider-ab {
    height: 6px !important;
    background: #E6E6E6;
}
#range-slider-ab .range-slider__thumb {
    width: 22px !important;
    height: 22px !important;
    border: 2px solid #ffffff;
}
 .sort-by-number select{min-width:80px !important;width: 80px !important;}
 .dollar-img {
    width: 17px;
    margin-right: 8px;
}
.create-listing-btn-in-bar{
  display:none;
}
.tab-nevigation-new {
    padding: 5px 10px;
    font-size: 12px;
        padding: 5px 15px;
    font-size: 18px;
    border-radius: 8px 8px 0px 0px;
}
.slick-arrow{background-color: #F5F5F5 !important;border: 1px solid #F5F5F5 !important;width: 40px !important;height: 40px !important;border-radius:8px !important;display: flex !important;align-items: center !important;justify-content: center !important;cursor: pointer !important;z-index: 9 !important;}
.slick-arrow:hover{background-color: #F5F5F5 !important;}
.slick-arrow:focus{background-color: #F5F5F5 !important;}

 .contact-detail-sec img{width: 45px;}
.contact-detail h6{ margin-bottom: 7px; text-transform: uppercase; color: var(--primary-color); font-size: 16px; font-weight: 600; }
  .contact-detail p{color: #000000;}
  .contact-content{padding-right: 50px;}
  .contact-detail-sec{ margin-top: 35px;}
  .contact-right { padding: 40px; background-color: #F5F5F5;}
.contact-detail-sec img{width: 45px;}
.contact-right-heading h5{font-size: 24px;font-weight: 500;color: #000229;font-family: "Parkinsans", sans-serif;}
.section-heading-small h3{font-size: 24px;font-weight: 500;color: #000229;font-family: "Parkinsans", sans-serif;}
.map-container iframe{width: 100%;height: 371px;}
.abot-img-left{padding-right: 100px;}
.about-main-img{border-radius: 15px;height: 500px;object-fit: cover;}
.about-small-img{border: 7px solid #ffffff;border-radius: 15px;width:260px;height: 230px;}
.about-small-img img{border-radius: 10px;width: 100%;height: 100%;object-fit: cover;}
.about-small-img {position: absolute;bottom: 28px;right: -3px;}
.about-list-item {margin-bottom: 18px;}
.about-list-item img { width: 22px;}
.abot-img-left2{padding: 0 50px;}
.privacy-policy-content h3{font-size: 22px;font-weight: 500;color: #000000;font-family: "Parkinsans", sans-serif;}


.navbar-brand{
      font-family: 'Mailendra';
    font-size: 40px;
    text-transform: uppercase;
    padding-bottom: 0;
}

.property-main-card-3rd-version .property-main-card-content-left img {
    height: 120px;
    width: 200px;
}
.property-main-card-3rd-version .property-main-card-title a {
    font-size: 19px;}
.property-main-card-3rd-version .property-main-card-price h2 {
    font-size: 17px;}
    .property-main-card-location {
    font-size: 15px;}
    .property-main-card-3rd-version  .view-sec {
       position: absolute;
    top: 12px;
    right: 44px;
    height: fit-content;
}
  .property-main-card-3rd-version .view-sec a {
    background-color: #f7f7fc;}
    .property-main-card-3rd-version .like-dislike-circle{width: auto;height: auto;}

     .property-main-card-3rd-version .property-main-card-content {
    padding: 8px;}
    .property-main-card-3rd-version .like-dislike-circle img {
    width: 20px !important;
    height: 20px !important;
}
    .property-main-card-3rd-version .view-sec a img {
    width: 19px !important;
    height: 19px !important;
}
  .property-main-card-3rd-version .featured-btn {border-radius: 7px;padding: 0;width: 30px;height: 30px;}
  .property-main-card-3rd-version .featured-sec {
    top: 10px;
    left: 10px;}

.profile-drop-image{width: 45px;height: 45px;border-radius: 50%;object-fit: cover;}
.sold-img {
    position: absolute;
    right: -6px;
    width: 80px;
    height: 80px;
    top: -48px;
}
  .sold-img-2nd-card{     right: 10px;
    width: 40px;
    height: 40px;
    bottom: 10px;
    position: absolute;}
  
.agent-profile-card{
    background-color: #F5F5F5;
    border-radius: 20px;
    padding: 40px 35px;  
    height: 100%;
        display: flex;
    flex-direction: column;
    justify-content: center;
}
.agent-image{width: 160px;height: 160px;position: relative;overflow: unset;flex: 0 0 160px;}
.approved-agent img{width: 35px;height: 35px;}
.approved-agent{position: absolute;top: 10px;right: 10px;}
.agent-contact .btn-theme{flex: 1;}
.agent-name{font-size: 24px;font-weight: 600;font-family: "Parkinsans", sans-serif;}
.agent-card-list{    background-color: #e1fff0;
    font-size: 16px;
    color: black;
    border: 1px solid #cdf3e0;    padding: 3px 10px;}
.agent-role{

      background-color: #007a3d;
    color: #fff;
    padding: 4px 11px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}
.company-card{border: 1px solid #dcdcdc;border-radius: 10px;padding: 10px;}
.company-logo img{    width: 100%;
    height: 45px;
    object-fit: contain;}
    .company-logo{    background-color: #f5f5f5;
    padding: 6px;
    border-radius: 5px;}
  .company-location span img{width: 16px;height: 16px;}
  .company-contact .btn-theme {min-width: unset;
    padding: 2px 7px;
    flex: 1;
    border-radius: 6px;}
  .cc-btn{color: var(--primary-color);font-size: 16px;font-weight: 500;text-decoration: underline;}
   .company-contact .btn-theme span img{width: 18px;}
   .email-img-company{width: 20px  !important;}

   /* 5aug 2025 */
.about-list-content h4{font-size: 18px;}
.new-begning{background-image: url("../images/new-big3.png");background-repeat: no-repeat;background-size: cover;position: relative;    background-position: center top;padding: 140px 0; }
.new-begning::before{
  content: '';
  position: absolute;
  inset: 0;
  background: #000000ab;
}
.new-begning-content h3{font-size: 40px;font-weight: 500;}
.new-begning-content{max-width: 870px;margin: auto;}
.design-txt{color: #07c466;font-style: italic;font-weight: 500;font-size: 20px;}
.about-choose .why-choose-list-item-icon img{width: 45px;}

.about-choose{background-color: white;}
.affilate-card{    background-color: #007a3d1a;border-radius: 10px;padding: 20px 14px;display: flex;align-items: center; flex-direction: column; height: 100%; transition: all 0.2s ease-in-out;border: 1px solid #80808026;}
.affilate-card:hover{background-color:#007A3D;color: #FFF;}
.affilate-image img{width: 50px;}
.affilate-card:hover .affilate-image img{filter: invert(1);}
.affilate-content h4{font-size: 16px; margin-top: 15px;}
.faq-section img {
  object-fit: cover;
  height: 250px;
}
.visit-card{background-image: url("../images/about1.jpg");background-repeat: no-repeat;background-size: cover;background-position: center;padding: 100px 40px;border-radius: 30px;position: relative;overflow: hidden;}
.visit-card::before{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(122deg, #000000d4, #007a3d21);;
}
.new-begning-content .theme-btn{background-color: var(--primary-color);}

 .faq-content-top .accordion-button.collapsed {
  background: #fff;
  color: #000;
}
.accordion-header {
    background-color: #f4f4f4;
}
 .accordion-button.collapsed{
  font-size: 18px;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #DDDDDD;color: black;}
  .accordion-body{ border-radius: 0px 0px 8px 8px;}
  .accordion-button:not(.collapsed){
    font-size: 18px;
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    background: var(--primary-color);
    color: #fff !important;
    border-radius: 8px;
    border: 1px solid #DDDDDD;color: black;overflow: hidden;}
    .accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}
 .faq-content-top .accordion-item:last-of-type .accordion-button.collapsed {border-radius: 8px;}
 .faq-content-top .accordion-item{border: none;}
 .faq-content-top .faq-heading{margin-bottom: 30px;}
 .accordion-button:focus {border: none;box-shadow: none;}
 .faq-section{    background:linear-gradient(178deg, #e4e4e4, #190e0e00);}
       .profile-management-sec table tbody tr td{font-size: 15px;}
        .profile-management-sec table thead tr th{font-size: 15px;font-weight: 600;}



/*rtl css*/
[dir="rtl"] .navbar .navbar-nav {
      margin-left: 30px !important;
}
[dir="rtl"] .flag-img {
      margin-right: 0px;
      margin-left:8px;
}
[dir="rtl"] .language-dropdown-menu li a {
     text-align: right;
}
[dir="rtl"] .dropdown-item {
     text-align: right;
}
[dir="rtl"] .header-links-main {
     border-left: 1px solid #D9D9D9;
     border-right: none;
}
[dir="rtl"] .dropdown-menu-end[data-bs-popper] {
         right: auto;
         left: 0;
}
[dir="rtl"] .hero-property-form-content {
            border-radius: 15px 0 15px 15px;
}
[dir="rtl"] .input-icon {
    left: auto;
    right: 18px;
}
[dir="rtl"] .input-with-icon {
    padding: 10px 40px 10px 10px;
}

[dir="rtl"] .form-select {
    background-position: left .75rem center;
    padding: .375rem .375rem .375rem .75rem;
}
[dir="rtl"] .like-dislike {
   right: auto;
   left: 17px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 50px!important;
}

[dir='rtl'] .slick-prev {
    left: 0px !important;
    right: auto  !important;
 }

[dir='rtl'] .breadcrumb-item+.breadcrumb-item::before {
    float:none;
} 
[dir='rtl'] .sort-by-select .form-select {
    padding: 10px 10px 10px 18px;
}
[dir='rtl'] .sold-img {
    right: auto;
    left:-6px;
} 
[dir='rtl'] .property-type-item-content img.me-3 {
    margin-right:0px !important;
}
[dir='rtl'] .form-control {
    text-align:right;
}

[dir='rtl'] .react-tel-input .form-control {
        padding: 18.5px 58px 18.5px 18px;
}
[dir='rtl'] .react-tel-input .selected-flag .flag {
    right: 25px;
}
[dir='rtl'] .react-tel-input .selected-flag .arrow {
        left: auto;
    right: -13px;
}
[dir='rtl'] .react-tel-input .selected-flag .arrow {
        left: auto;
    right: -13px;
}
[dir='rtl'] .ribbon {
       right: auto;
    left: 0;
}

[dir='rtl'] .ribbon span {
          transform: rotate(-35deg);
    top: 24px;
    right: auto;
    left: -50px;
}
[dir='rtl'] .my-account-all-menus li a {
        padding: 13px 40px 13px 20px;
}
[dir='rtl'] .my-account-all-menus li a::before {
      right: 20px;
          left: auto;
}
[dir='rtl'] .my-account-all-menus li a.active, [dir='rtl'] .my-account-all-menus li a:hover {
          background: linear-gradient(271deg, #007A3D 12.94%, #85C2A3 100%);
}
[dir='rtl'] .property-card-content-inner{
  text-align: right;

}
[dir='rtl'] .like-dislike-circle{
  left: 15px;
    right: auto;
}
[dir='rtl'] .property-card-location{
      justify-content: end;
          flex-direction: row-reverse;
}
[dir='rtl'] .property-card-location span img{
      margin-right: 0;
    margin-left: 8px;
}

[dir='rtl'] .property-main-card-3rd-version .view-sec{
  right: auto;
    left: 44px;
}
[dir='rtl'] .property-main-card-3rd-version .sold-img-2nd-card{
  right: auto;
  left: 10px;
}

[dir='rtl'] .accordion-button::after{
  margin-left: 0;
}

[dir='rtl'] .featured-sec-detail, [dir='rtl'] .featured-sec {
    top: 22px;
    left: auto;
    right: 12px;
}

 [dir='rtl'] .slick-slide .featured-sec{left: 15px;top: 15px;}
 
 /* ===================================== */

