/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,700&display=swap'); */
@font-face {
  font-family: "Segoe UI";
  src: url('wp-content/themes/real-estate/assets/fonts/SegoeFont/SEGOEUI.ttf') format('ttf');
       

  font-weight: normal;
  font-style: normal;
  
}
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,400;1,500;1,600;1,700&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500&family=Tilt+Prism&display=swap');

body{
  --font-family-poppin:'Segoe UI', sans-serif;
  background-color: #a0f2ff30;      
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

h1,h2,h3,h4,h5,h6,div,section,a{
  font-family: var(--font-family-poppin);
  font-family: var(--font-family-poppin), sans-serif;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  box-shadow: 0px 0px 11px #0000005e;
  animation: upsdown 1.2s ease;
}

.sticky + .content {
  padding-top: 102px;
}


a:hover {
  text-decoration: none;
}
.primary-color{
color: var(--primary) ;
}
.section{
  padding: 25px 0; 
}
section {
  position: relative;
}
section::after {
  content: "";
  height: 4px;
  width: 50%;
  background: #ffffff8c;
  position: absolute;
  bottom: 0;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 21px;
}
.item-space{
  margin: 20px 0;
}
/* top navbar */
.top-contInfo a {
  font-size: 15px !important;
}
.top-navbar{
  background-color: var(--secondary) ;
  padding-block: 15px;
}
.main-menu-bar{
  background-color: var(--primary);
}
.site-title  {
font-family: var(--font-family-poppin);
font-style: normal;
font-weight: 500;
font-size: 28px;
line-height: 40px;
color: #2A2C30;
}
.site-title  a{
  padding: 0 5px;
  margin: 0 auto;
  color: #2A2C30;
  text-decoration: none;
}
a.top-menu-item {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: white;
  margin: 0 0 0 8px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 4px;
}
/* primary link */
.nav-link{
  font-family: var(--font-family-poppin);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff !important;
  transition: .2s ease;
}
.site-branding p {
  margin: 0 ;
}
.nav-link:hover { 
  
  text-decoration: underline;
  
}
.active a {
  
  text-decoration: underline;
}
.menu-item {
  margin:  0 8px 0 0;
  text-transform: capitalize;
}
span.menu-icon {
  background: var(--primary);
  padding: 4px;
  display: flex;
  color: white;
}
svg.bi.bi-list{
  color: white;
}
/* hero section css */
.hero-section {
  height: 538px;
  background-position: top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.search-form {
  padding: 50px 30px 30px 30px ;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 12px 2px #00000036;
}
.search-form label {
  font-size: 20px;
  text-shadow: 0 0 2px black;
}
h2.hero-heading {
  text-shadow: 0 0 5px black;
}
.search-form select {
  box-shadow: 0 0 4px 1px #00000030;
}
.seperator{
width: 43px;
height: 4px;
background: var(--primary);
}
.search-form h3 {
  font-size: 25px;
  text-shadow: 0 0 2px black;
}
.search-form form {
  padding-top: 25px;
}
.search-form input.btn-success.form-control {
  padding: 10px;
  background: var(--primary);
  color: white;
  font-weight: 600;
  box-shadow: 0 0 4px 1px #00000045;
  border: 0;
}
.section-heading{
font-family: var(--font-family-poppin);
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 1.2;
text-shadow: 3px 2px 3px white;
}
.section-description p{
font-family: var(--font-family-poppin);
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 30px;
color: #333333;
}
.container.agents-cont {
  padding: 0;
}
.f-p-img{
  height: 230px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
img.f-p-icon.mr-1 {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.f-p-content h2 {
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.f-p-details {
  color: var(--primary);
}
span.f-p-property_price {
  
  padding: 3px 20px;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(17, 17, 17);
  border-radius: 3px;
  box-shadow: 0 0 5px 2px #00000073;
  backdrop-filter: blur(8px) brightness(130%);
  background: rgba(255,255,255,.64);
}
.see-morr-btn a {
  background: var(--primary);
  color: white;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 4px;
  box-shadow: 0 0 5px 2px #00000033;
}
/* signup form section */
section.section.signup-section {
  padding: 0;
}
.overlay-signup{
  padding-block: 4%;
  color: white;
  background: #021c15e0;
}
.signup-text h3{
  font-family: var(--font-family-poppin);
  font-style: normal;
  font-size: 30px;
  line-height: 42px;
}
/* form end */
/* recommend sec */
.r-p-section{
  background-position: left;
  background-repeat: repeat-y;
  background-size: 60%;
  display: grid;
  align-items: center;
  height: auto;
  padding-bottom: 64px !important;
}
.r-slider-content {
  color: white;
}
.r-p-slider-image{
  height:263px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.r-slider-content {
  padding-right: 10%;
}

/* e-sec-end */

.slick-prev, .slick-next {    
  width: 35px !important;
  height: 35px !important;
  padding: 4px  !important;
  background: var(--primary) !important;
  border-radius: 23px;
  box-shadow: 0 0 8px 1px #0000007a;
}
.slick-prev:before, .slick-next:before {
font-size: 25px !important;
line-height: 1;
opacity: 1 !important;
color: white;
}
.slick-next.slick-arrow {
  left: 25px;
}
.slick-arrow {
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: -60px;
  top: auto !important;
}
.slick-prev.slick-arrow :after {
  content: "";
  height: 35px;
  width: 3px;
  background: white;
  position: absolute;
  right: -8px;
  top: 0;
  border-radius: 15px;
}
.r-p-slider-image {
  border-radius: 6px;
  box-shadow: 0 0 6px 1px #0000006b;
}
.col-lg-6.col-md-6.col-sm-12.col-xs-12.r-p-img-con{
  padding: 25px;
}
.counter-slider {
  width: 45px;
  background: white;
  text-align: center;
  border-radius: 6px;
  color: #263048;
}
/* location section bg */
.location-img {
  background-position: center;
  background-repeat: no-repeat;
  height: 260px;
  width: 100%;
  background-size: cover;
  position: relative;
}
.overlybg {
  height: 100%;
  width: 100%;
  background: #00000091;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 23px;
  color: white;
  text-shadow: 0 0 4px black;
  font-size: 21px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
span.lc-des {
  font-size: 14px;
  font-weight: 100;
  padding-left: 5px;
}
.location-img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 7px 1px #00000066;
}
p.text-center.lc-sub-title {
  padding-inline: 25%;
  line-height: 1.8;
}

a.location-link {
  text-decoration: none;
}
.location-img:hover {
  box-shadow: 0 0 7px 2px #000000b5 !important;
  transition: .3s;
}
.location-img:hover .overlybg {
  background: #00000047;
  transition: .5s ease;
}
/* agents css */
.agents-container {
  border: 1px solid #D3DEE8;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 17%);
  border-radius: 15px;
  padding: 40px 50px;
  max-height: 300px;
  min-height: 300px !important;
  height: 300px !important;
  background-color: #F9F9F9;
}
.agents-container img {
  height: 100px;
  width: 100px;
  border-radius: 68px;
  margin-bottom: 15px;
}
.agent-col a {
  text-decoration: none;
  color: black;
}
p.agent-designation {
  color: var(--primary);
  line-height: 1.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.agents-container:hover{
  border: 1px solid var(--primary);
}
.agent-social-links i {
  padding: 5px;
}
.agent-social-links a.s_link {
  box-shadow: 0 0 4px 0px #00000091;
  border-radius: 4px;
  margin-inline: 3px;
  padding: 2px;
}
.agent-social-links a.s_link:hover {
  box-shadow: 0 0 5px 1px #0f6656f2;;
}
p.section-description {
  font-family: var(--font-family-poppin);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  padding-inline: 25%;
  margin-bottom: 40px;
}
h2.section-title.item-space {
  font-family: var(--font-family-poppin);
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 54px;
  color: #263048;
}
/* blog post sec css */
.blog-post-thumbnail{

background-position: center;
background-size: cover;
height: 240px;
padding: 20px;
}
.blog-post-thumbnail p{
  max-width: min-content;
  text-align: center;
  background: var(--primary);
  padding: 0;
  padding: 5px;
  color: white;
  line-height: 1.2;
  border-radius: 3px;
  box-shadow: 0 0 5px #00000066;
}
.blog-post-video p.vid-date, .blog-post-thumbnail .post-date{
    max-width: min-content;
    text-align: center;
    background: var(--primary);
    padding: 0;
    padding: 5px;
    color: white;
    line-height: 1.2;
    border-radius: 3px;
    box-shadow: 0 0 5px #00000066;
    position: absolute;
    top: 20px;
    left: 30px;
}
.blog-post-video iframe {
  height: 240px;
}
.vid-content p {
  margin-bottom: 9px;
}
.recent-posts .post-content h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 18px;
    font-weight: 700;
    
}
p.categ {
  color: var(--primary);
  font-weight: 500;
}
.post-container {
  border-bottom: 2px solid var(--primary);
}
p.exercpt-post {
  min-height: 72px;
}

.agents-Pcon .container.property-listing-page {
  gap: 14px;
}
.agents-Pcon .property-listing-page .property-archive-page {
  max-width: 24%;
  margin-bottom: 0px;
  padding: 0;
}
/* property archive page */
.container.property-listing-page {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.5rem;
}

.section.property-title {
  text-align: center;
  text-shadow: 0 0 6px black;
  z-index: 1;
}
.agency-details .agency-info{
  text-shadow : none ;
}
.post-type-archive-property .section.property-title {
  z-index: 99;
}
.container.paginations *:not(svg) {
  text-align: center;
  line-height: 1.2;
  font-size: 20px;
  border: 1px solid #0000002e;
  padding: 0px 6px;
  border-radius: 3px;
  box-shadow: 0 0 5px 1px #00000099;
  color: black;
}
.container.paginations span.page-numbers.current {
  color: #ffffff;
  background: #323232;
  border-color: #323232;
}
.container.paginations a{
  background-color: white;
}
section.listing-page-sec {
  margin-block: 50px;
}
.post-container {
  box-shadow: 0 0 10px 2px #00000026;
  border-radius: 7px;
  overflow: hidden;
  background-color: #F9F9F9;
}
.post-content {
  padding: 0px 25px;
}
.vid-title.post-content{
  padding: 0px 15px;
}
.post-container:hover {
  box-shadow: 0 0 10px 2px #0000003d;
}
.property-archive-page .f-p-content p.exrecpt-txt , #feature-property-section .f-p-content p.exrecpt-txt{
  min-height: 50px;
}
.agency-content.f-p-content p.exrecpt-txt{
  min-height: 30px;
  line-height: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.showM-txt2{
  -webkit-line-clamp: initial !important;
}
.f-p-details.d-flex.justify-content-start.align-items-center p.categ.p-list-page {
  min-height: auto;
}
.type p.categ.p-list-page {
  min-height: auto;
}
/* listing feature image */
.listing-bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
  z-index: 0;
}
.listing-bg-img a{
  color: white;
  text-decoration: none;
}
.listing-bg-img h2{
  font-size: 2rem;
}
.agent-details:after {
  background: none;
}

footer#colophon {
  background: var(--primary);
  padding: 20px 0;
  color: white;
  padding-top: 55px;
}
.page-template {
  margin-bottom: 0;
}
img.f-p-icon {
  filter: hue-rotate(440deg);
}
.r-p-slider-container img.f-p-icon {
  filter: brightness(1);
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  height: 400px;
  width: 100%;
   object-fit: cover; 
  border-radius: 10px;
}
/* property detail css ipdate */
.thumb-k .featureIMG {
  height: 400px;
  width: 70% ;
  min-width: 70%;
  margin-top: -210px;
  position: relative;
  box-shadow: 0px 0px 8px 0px #0000007a;
  border-radius: 10px;
}
.tax-city img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image{
 margin-top: 10px;
}
.section.property-details , .section.authurs-details  {
padding-bottom: 18%;
}
.single-video .section.property-title {
  padding: 25px 0;
}
ul.PFeature {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 10px;
  gap: 10px;
}
.PFeature, .addressbar {
  box-shadow: 0px 0px 10px 0px #0000002e;
  overflow: hidden;
  border-radius: 10px;
  background-color: #F9F9F9;
}
.PFeature .list-group-item{
  background-color: #F9F9F9;

}
ul.PFeature li {
  width: 24%;
  padding: 10px;
  border: 1px solid #0000000a;
  border-radius: 5px;
  box-shadow: 4px 4px 11px 0px #0000000a;
  display: flex;
    justify-content: space-between;
}
.agency-info-dev{
  box-shadow: 0 0 5px 2px #00000057;
  border-radius: 10px;
  padding: 10px 8px;
  background: linear-gradient(102.71deg, rgba(217, 217, 217, .5) 0%, rgb(217 217 217 / 18%) 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  backdrop-filter: blur(10px);
}
.agency-info-dev .property-container {
  background: none;
  box-shadow: none;
  padding: 0 !important;
}
.agency-info-dev .f-p-content a {
  color: white;
  text-shadow: none !important;
}
.agency-info-dev .f-p-img{
  margin: 10px;
  box-shadow: 0px 0px 10px 1px #00000085 !important;
}
.agency-info-dev .f-p-content{
  padding-top: 4px !important;
}
.single-agency-info {
  padding: 18px ;
}
.content-title{
font-family: var(--font-family-poppin);
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 32px;
}
.property-feature-box {
  bottom: 0;
}
.property-feature-box .f-p-details{
  padding: 10px;
  border: 1px solid lightgrey;
  border-radius: 5px;
  box-shadow: 0 0 5px #0000006b;
  font-weight: 500;
  color: #000000;
  background-color: #F9F9F9;
}
.featureIMG .property-property_price {
  padding: 10px;
  border: 1px solid lightgrey;
  border-radius: 5px;
  box-shadow: 0 0 5px #0000006b;
  background: var(--primary);
  text-shadow: 1px 1px 3px #000000;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.gallery-div {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-block: 40px;
}
.gallery-div a {
  flex: 1;
  min-width: 300px !important;
  max-width: 350px !important; 
}

div#propertyGallery{
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 0px 12px 3px #00000070;
}

img.d-block.attachment-thumbnail.size-thumbnail {
    height: 400px;
    object-fit: cover;
}
.callToAction {
  background: var(--primary);
}
h2.title-cta {
  font-family: var(--font-family-poppin);
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
}
input.wpcf7-form-control {
  width: 100%;
  padding: 5px 11px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit, input#submit {
  padding: 10px;
  background:  var(--primary);
  color: white;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  outline: none;
}
.btn:hover,.wpcf7-submit:hover, .agency-tabs .nav-tabs .nav-link:hover, .agency-tabs .nav-tabs .nav-link.active {
    background-position: 100% !important;
    color: #fff;
}
.btn,.wpcf7-submit,.agency-tabs .nav-tabs .nav-link {
    transition: all 0.6s !important;
    background-image: linear-gradient( 90deg,  var(--secondary) 50%, #5b4364bd 50%) !important;
    background-size: 300% !important;
}
.container.agency-tabs {
  padding: 10px 5px;
  box-shadow: 0px 0px 8px 0px #0000002e;
  border-radius: 12px;
  background: #f9f9f9;
}
.see-morr-btn a:hover {
  transition: all .6s ease;
  background: #5b4364bd;
  text-decoration: none;
}
.page-template-property-listing  div#page .search-form {
  animation: slide-in 1s ease-out forwards;
  background: linear-gradient(102.71deg, rgb(217 217 217 / 22%) 0%, rgb(217 217 217 / 15%) 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  backdrop-filter: blur(3px);
  opacity: .9;
  color: white;
}
.breadcrum-color{
color: var(--primary) !important;
}
.personel-contact a {
  color: black;
  text-decoration: none;
}
element.style {
  border: 0;
}

.search-form {
  animation: slide-in 1s ease-out forwards;
  background: linear-gradient(102.71deg, rgba(217, 217, 217, .5) 0%, rgb(217 217 217 / 18%) 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  backdrop-filter: blur(10px);
  opacity: .9;
  color: white;
  position: relative;
  z-index: 99999;
}
.property-container a{
  text-decoration: none;
}
.property-container {
  background: #F9F9F9;
}
.f-p-content{
  padding: 15px;
  padding-bottom: 1px;
  color: black;
}

/* .search-proprty .agency-content {
  padding-block: 0px !important;
} */
.list-items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list-items span {
  padding: 2px 7px;
  box-shadow: 0px 1px 6px 0px #0000002e;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 500;
  font-style: oblique;
  border: 0.5px solid #00000017;
  margin: 3px;
}
.top-navbar i.fa-brands {
  color: white;
  margin-inline: 10px;
}
.column.footer-quick-link .nav-link:hover,.column.footer-quick-link  a {
  color: white !important;
}
.column.footer-quick-link .active a {
  color: white !important;
}
.personel-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 23px;
  padding: 7px;
  margin-top: 25px;
}
.agent-social-links a {
  color: var(--primary)
}
.personel-contact i {
  color: var(--primary);
}
footer#colophon:after {
  content: "";
  height: 100%;
  width: 100%;
  background: var(--primary);
  position: absolute;
  top: 0;
  z-index: -1;
  background: linear-gradient(102.71deg, rgb(155 155 155 / 33%) 0%, rgb(185 184 184 / 7%) 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  backdrop-filter: blur(69px);
  opacity: 0.974;
  color: white;
}
footer#colophon {
  background: var(--primary);
  padding: 20px 0;
  color: white;
  padding-top: 55px;
  background-position: center;
  background-size: contain;
  position: relative;
  z-index: 1;
}
/* footer animation */
.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
  }
  .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  }
  .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  -webkit-animation: drop 7s 0s infinite;
  animation: drop 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  }
  .line:nth-child(1) {
    margin-left: -50%;
  }

  .line:nth-child(2) {
    margin-left: -25%;
  }
  .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  }
  .line:nth-child(2)::after {
  -webkit-animation-delay: .40s;
  animation-delay: .40s;
  }
  .line:nth-child(4) {
  margin-left: 25%;
  }
  .line:nth-child(5) {
  margin-left: 50%;
  }
  .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  }
  .line:nth-child(4)::after {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
  }
/* footer animation end */
.contact-mainForm p {
  width: 50%;
}
input.wpcf7-form-control {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.sec-heading p {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary);
}

textarea.wpcf7-form-control {
  font-size: 14px;
  font-weight: 400;
  color: black;
}
/* gallery custome filed css */
div#property_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.property_gallery_image {
  width: 100%;
}
.property_gallery_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* agent */
.row1 {
  display: flex;
  width: 50%;
  padding-block: 34px;
  gap: 30px;
  margin: 30px 0;
  border: 1px solid #80808047;
  padding: 23px;
  background: linear-gradient(102.71deg, rgb(255 255 255 / 50%) 0%, rgb(255 255 255 / 18%) 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  backdrop-filter: blur(10px);
  border-radius: 10px;
}
.author .row1 {
  display: flex;
  width: 90%;

}.author .row1 
.agent-social-links i{
  color: white;
}
.agent-col {
  margin-bottom: 15px;
}
p.descr {
  padding-top: 10px;
  text-transform: capitalize;
  font-weight: 500;
}
/* registration page css */
/* custom-registration.css */
.registration {
  background: var(--primary);
  border-radius: 28px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0px 0px 4px 1px #6d98ca;
  position: relative;
}
.registration a{
  color: #000000;
  padding: 4px;
  border: 1px solid #fdfdfdd9;
  border-radius: 4px;
  font-size: 17px;
    text-transform: uppercase;  
}
.registration i.fa-solid.fa-user {
  font-size: 18px;
}
.register-button {
  color: white !important;
}
.reg-right-col{
  border-radius: 10px;
  box-shadow: 0 0 5px 2px #00000073;
  backdrop-filter: blur(8px) brightness(130%);
  background: rgb(79 98 113 / 72%);
  padding: 29px;
  color: white;
}
.dropdown-toggle.menu-btn {
  font-size: 14px;
  padding: 7px 10px;
  border-radius: 20px;
  border-color: #fdfdfdd9;
}
div#accordion button {
  border: none;
  width: 100%;
  text-align: left;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
}
div#accordion .card-body {
  padding-block: 3px;
  padding-left: 17px;
}
/* user profile drop dwon*/
.user-profil {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
}
.user-profil img {
  width: 34px !important;
  height: 34px !important;
}
ul#mainul .profile-btn hr {
  margin-block: 9px;
  border-color: white;
}
ul#mainul button.btn.btn-link[aria-expanded="true"]{
  background-position: 100% !important;
}
.user-btn-k hr {
  margin-block: 5px;
  border-color: rgb(227 227 227)
}
.user-btn-k .user-profil{
padding-left: 0;
}
/*  user profile drop dwon*/
.search-form.regis .search-form form{
  padding: 0;
}
.form-div-main { 
  padding-bottom: 20px;
}
form#registration-form {
  margin: 0 auto;
}
/* Container */
.entry-content {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
}
/* Success Message */
.success-message {
  color: #3c763d;
  text-shadow: none;
  background: #efefef;
  padding: 7px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  border-radius: 5px;
}
.alert {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  animation: showPopup 1s forwards, hidePopup 1s 2s forwards; 
}
.viewProperty a {
  transition: all 0.6s !important;
  background-image: linear-gradient( 90deg, var(--primary) 50%, #5b4364bd 50%) !important;
  background-size: 300% !important;
  padding: 8px;
  color: white;
  border-radius: 5px;
  text-decoration: none;
}
.viewProperty a:hover {
  background-position: 100% !important;
}
/* Form */
.registration-form p {
  margin-bottom: 20px;
}
.registration-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.registration-form .input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.registration-form .button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #337ab7;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.registration-form .button:hover {
  background-color: #286090;
}
.page-template-registration h1.entry-title {
  text-align: center;
  padding-block: 25px;
  text-transform: capitalize;
}
/* search agency */
form#property-agency-search-form {
  margin-inline: auto;
  margin-inline-start: auto;
  margin-inline-end: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
input.search-field {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.agency-content a {
  color: black;
}
.agency-info a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
}
/* gallery css end */
/* login form css */
input#user_login,input#user_pass,input#wp-submit {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
input#wp-submit {
  width: fit-content;
  background-color: var(--primary);
  color: white;
}
form#loginform p {
  display: flex;
  flex-direction: column;
}
.footer-address a {
  color: black;
  cursor: pointer;
  text-decoration: none;
}
.header-icons a {
  color: white;
  font-size: 30px;
}
.header-icons {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  align-items: center;
}
/* login error msg css */
.login-error {
  color: rgb(255, 255, 255);
  text-shadow: none;
  font-weight: 600;
  background: #db0404;
  padding: 7px;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
}
.pricing-box {
  width: 100% !important;
  padding: 10px;
  height: fit-content;
  margin-top: -210px ;
  
  border: 1px solid #80808047;
  background: linear-gradient(196.71deg, rgb(255 255 255 / 50%) 0%, rgb(70 69 69 / 37%) 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  backdrop-filter: blur(10px);
  border-radius: 10px;
  box-shadow: 0px 0px 8px 0px #00000096;
}
.agent-box {
  width: 100% !important;
  padding: 10px;
  height: fit-content;
  /* margin-top: -210px; */
  
  border: 1px solid #80808047;
  /* background: linear-gradient(196.71deg, rgb(255 255 255 / 50%) 0%, rgb(70 69 69 / 37%) 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  backdrop-filter: blur(10px); */
  border-radius: 10px;
  background: #F9F9F9;
  box-shadow: 0px 0px 8px 0px #00000096;
}
.agent-d-first-col {
  width: 100%;
  display: flex;
  gap:15px;
  
}
img.avatar.photo {
  object-fit: cover;
  width: 70px;
  height: 70px;
  border-radius: 84px;
}
.agent-info {
  color: rgb(0, 0, 0);
}
.agent-box .agent-social-links a.s_link {
  box-shadow: 0 0 8px 0px #ffffff82;
  border-radius: 4px;
  margin-inline: 3px;
  background: #ffffffcc;
  border: 1px solid;
}
.agent-box p.descr {
  color: white;
  font-weight: 400;
  text-shadow: 0px 0px 4px black;
  padding: 10px;
}

/* similar properties css */
.smilar-properties .property-archive-page {
  padding: 0;
}
.smilar-properties .container.property-listing-page.search-proprty {
  gap: 22px;
}

.tax-location main#primary img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  height: auto;
}
.smilar-properties .col-lg-4.col-md-4.col-sm-12.col-xs-12.item-space.property-archive-page {
  padding: 0;
  width: 32% !important;
  max-width: 32% !important;
}
.agent-info i.fas.fa-envelope,.agent-info i.fas.fa-phone-alt{
font-size: 13px;;
}

/* rating and review  styling */
.star-rating {
  display: inline-block;
}
.star-rating .star {
  font-size: 20px;
  cursor: pointer;
  color: #ddd;
}
.star-rating .star.active,
.star-rating .star:hover {
  color: #f2b01e;
}
span.rating-stars {
  color: #f2b01e;
}
.rating-main-container {
  display: flex;
  width: 100%;
  gap: 50px;
  padding: 20px; 
  filter: drop-shadow(0px 0px 1.6px rgba(0, 0, 0, 0.25));
  backdrop-filter: blur(10px);
  border-radius: 10px;
  margin-bottom: 18px;
  background: #f9f9f9;
}
.star-rating .star.hovered{
  color: #f2b01e;
}
form#rating-review-form {
  width: 50%;
  border: 1px solid #0c0c0c1c;
  padding: 20px;
  border-radius: 7px;
  border-radius: 7px;
  color: black;
  box-shadow: 0px 0px 10px 0px #06060630;
  background-color: #F9F9F9;
}
.user-submit-container {
  width: 50%;
  padding: 0 20px;
  max-height: 330px;
  overflow-y: auto;
}
ol.comment-list{
  padding: 0 20px;
  max-height: 330px;
  overflow-y: auto;
}
.user-submit-container::-webkit-scrollbar-thumb, .select-box::-webkit-scrollbar-thumb, ol.comment-list::-webkit-scrollbar-thumb{
  background: #000000a8;
  border-radius: 15px;
}
.user-submit-container::-webkit-scrollbar-track, .select-box::-webkit-scrollbar-track, ol.comment-list::-webkit-scrollbar-track {
  background: #dbdbdb;
  border-radius: 20px;
}
.user-submit-container::-webkit-scrollbar, .select-box::-webkit-scrollbar, ol.comment-list::-webkit-scrollbar {
  width: 4px !important;
}
.review, ol.comment-list li {
  border: 1px solid #00000036;
  padding: 5px 19px;
  border-radius: 8px;
  margin-block: 10px;
  color: #000;
  box-shadow: 0px 0px 8px 0px #06060630;
  background-color: #F9F9F9;
}
.review p {
  margin: 0px;
}
form#rating-review-form p ,form#rating-review-form label {
  margin: 0;
}
form#rating-review-form input[type="submit"]{
  background: var(--primary);
  color:white;
  padding: 10px !important;
}
/* city detail page */
.container.city-cont .container.city-detail {
  width: 50%;
}
.container.city-cont article {
  margin-bottom: 35px;
  text-align: left;
  background: linear-gradient(102.71deg, rgb(203 201 201 / 50%) 0%, rgb(193 190 190 / 18%) 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  backdrop-filter: blur(10px);
  border-radius: 10px;
  overflow: hidden;
}
.container.city-cont .entry-content{
  margin: 0;
  margin-bottom: 15px;
  height: 90px;
}
.container.city-cont .content-card header {
  margin-block: 19px;
}
.container.city-cont h2.entry-title a {
  font-size: 25px;
  text-transform: capitalize;
}
.container.city-cont .content-card {
  padding: 20px;
}
.container.city-cont img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  height: 300px;
  margin-top: 0 !important;
  border-radius: 0;
}
.container.city-cont .entry-content p {
  line-height: 1.5em;
  height: 3em;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* about page css */
ul.orderlist {
  margin: 0;
}
/* add agency style */
.Ptype {
  background: #F9F9F9;
  box-shadow: 0px 3px 5px 0px #0000003b;
  border-top: 5px solid var(--primary);
  border-radius: 8px;
  width: 32%;
}
.success-message.success-green {
  text-align: center;
}
.alert-success {
  background-color: #bfebca !important;
  box-shadow: 0px 0px 15px 2px #d4edda !important;
}
table.table.search-form {
  animation: none;
  overflow: hidden;
  opacity: 1;
  color: black;
}
.table thead th{ 
  background: var(--primary) !important;
  color: white !important;
  border: 2px solid #f3f3f3 !important;
  text-align: center !important;
}
.table td, .table th {
  padding: 0.75rem;
  vertical-align: middle;
  border: 2px solid #F3F3F4 !important;
  text-align: center !important;
}
.table a:visited {
  color: #ffffff;
}
/* Custom styles for agent dashboard */
.nav-tabs {
  margin-bottom: 20px;
}

.tab-pane {
  display: none;
}
.tab-pane.fade.show.active {
  display: block;
}
/* Custom styles for listings container */
.page-template-dashboard .tab-content h3 {
  font-size: 25px;
  padding-bottom: 10px;
}
.dashboard-area-container {
  border: none !important;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 18px;
  box-shadow: 0px 0px 7px 0px #0000001c;
}
.dashboard-area-container table.table a {
  color: var(--primary) !important;
  font-size: 14px !important;
  margin-left: 8px;
}
  ul#myTabs {
    flex-direction: column;
    margin: 0;   
  }
  ul#mainul{
    width: 20%;
    background: var(--primary);
    margin: 0;
    padding: 10px;
    padding-top: 26px;
    border-radius: 12px;
    flex-direction: column;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 20%);
    margin: 5px 5px 5px 5px;
  }
  ul#myTabs a.nav-link{
    color: #ffffffb3 !important;
    padding: 3px;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
    transition: all 0.5s;
  }
  ul#myTabs a.nav-link:focus, ul#myTabs a.nav-link:focus-visible{
    outline: none !important;
    border: none !important;
  }
  ul#myTabs  li.nav-item:focus-visible, ul#myTabs  li.nav-item:focus{
    outline: none !important;
    border: none !important;
  }
  ul#myTabs .nav-link.active {
      color: #fff !important;
      background: none!important;
      border: none!important;
      padding-left: 25px !important;
  }
  ul#myTabs .nav-link.active:before {
    width: 1.25rem;
  }
  ul#myTabs a.nav-link:hover{
    border-color: transparent !important;
    color: #fff !important;
    padding-left: 25px;
  
  }
  ul#myTabs a.nav-link:hover:before {
    width: 1.25rem;
    background: #ffffff;
}
  ul#myTabs a.nav-link:before {
    content: "";
    height: 0.125rem;
    width: 0.375rem;
    background: #ffffffb3;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-tabs .nav-link{
  border: none !important;
}
.card-body ul#myTabs {
  width: 100%;
}
.registration .dropdown-toggle::after{
  content: none !important;
}
.registration .dropdown {
  z-index: 999999 !important;
}
.registration:after {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--secondary);
  margin: auto;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse-me 3s linear infinite;
  animation: pulse-me 3s linear infinite;
}


/* dashboard style */
.d-heding h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 22px; 
  color: #484848;
}
.tab-pane h3 {
  font-size: 20px;
  margin-bottom: 18px;
}
.dashboard-area-container table {
  margin: 0;
}
.dashboard-area-container .form-control{
  color: #000 !important;
  background: #ffffff;
  border: none !important;
  padding: 10px;
  border-radius: 5px !important;
  box-shadow: 0px 0px 5px 1px #00000021 !important;
}
.dashboard-area-container img.feature-img {
  width: 130px;
  margin-bottom: 13px;
  border-radius: 8px;
}
.dashboard-area-container a.alert-link {
  font-weight: 400;
}
div#success-container p {
  margin: 0;
}
/* property image hover animation */
.property-container {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  overflow: hidden;
  box-shadow: 0px 0px 12px 0px #00000047;
  border-radius: 12px;
}
.property-container:hover .f-p-img::after {
  -webkit-animation: shine 1.05s;
  animation: shine 1.05s;
}
.property_gallery_image img {
  width: 100% !important;
  height: 300px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0px 0px 6px 1px #00000033;
}
.f-p-img.position-relative::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.dash-pagination {
  gap: 12px;
}
.dash-pagination li {
  background: #ffffff;
  border-color: #323232;
  padding: 3px 9px;
  border-radius: 4px;
  box-shadow: 0 0 5px 1px #00000038;
  color: #323232;
  transition: .7s ease;
}
.dash-pagination li:hover{
  background: #323232;
  border-color: #323232;
  
}
.dash-pagination li:hover a{
  color: #ffffff !important;
}
.dash-pagination li a {
  color: #323232;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.dash-pagination li.active a{
  color: #ffffff !important;
}
.dash-pagination li.active {
  background: #323232;
  border-color: #323232;
  color: #ffffff;
}
select.form-control:not([size]):not([multiple]) {
  height: auto !important;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .8s;
  transition-property: opacity;
 }
 
 .carousel-fade  .carousel-item.active,
 .carousel-fade  .carousel-item-next.carousel-item-left,
 .carousel-fade  .carousel-item-prev.carousel-item-right {
   opacity: 1;
 }
 
 .carousel-fade .active.carousel-item-left,
 .carousel-fade  .active.carousel-item-right {
  opacity: 0;
 }
 
 .carousel-fade  .carousel-item-next,
 .carousel-fade .carousel-item-prev,
 .carousel-fade .carousel-item.active,
 .carousel-fade .active.carousel-item-left,
 .carousel-fade  .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
 }
 /* agency detail page */
 img.agency-feature-image {
  width: 200px !important;
  height: 200px;
  object-fit: cover;
  object-position: top;
  /* margin-top: -211px; */
  border-radius: 12px;
  box-shadow: 0px 0px 10px 1px #00000085;
  background: #ffffff;
}
/* add property form */
/* .scrollable-div {
  max-height: 68px; 
  overflow-y: auto;
  gap: 20px;
  padding: 10px;
  border-radius: 5px !important;
  box-shadow: 0px 0px 5px 1px #00000021;
}

.scrollable-div.with-scrollbar {
  overflow-y: scroll !important;
} */

.gallery-input-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.gallery-input-group .form-control-file {
  flex: 1;
  margin-right: 10px;
}

.gallery-input-group .remove-gallery-btn {
  flex-shrink: 0;
}

.form-group label {
  font-weight: 600;
}
/* map style */
div#propertyMap {
  border-radius: 10px;
  box-shadow: 0px 0px 8px 0px #0000005c;
  border: 2px solid #ffffff;
}
/* sidebar */
.maincontainer {
  max-width: 1440px;
}
.maincontainer aside{
  width: 20%;
  background: var(--primary);
  margin: 0;
  padding: 10px !important;
  padding-top: 26px !important;
  border-radius: 12px;
  flex-direction: column;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 20%);
  /* margin: 5px 5px 5px 5px; */
}
/* animaton scroll */
.animated-div {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.8s ease-out, transform 0.7s ease-out;
}

.animate {
  opacity: 1;
  transform: translateY(0);
}

.registration .dropdown-menu{
  right: 0;
  left: -280px !important;
  min-width: 21rem !important;
  box-shadow: 0px 2px 7px 1px #0000002e;
}
.registration .dropdown-menu .form-group label {
  font-weight: 400;
  font-size: 14px;
}
.registration .dropdown-menu input#user_login{
  padding: 4px 8px;
}
.select2-container--default .select2-selection--single {
  
  border: none !important;
  height: 45px !important;
  padding: 9px 0 !important;
  border-radius: 5px !important;
  box-shadow: 0px 0px 5px 1px #00000021 !important;
}
input:focus-visible {
  outline: none !important;
}
.select2-dropdown {
  top: 33px ;
  border-radius: 10px !important;
  overflow: hidden !important;
}
.select2-selection__arrow{
  top:10px !important;
}
.select-box{
  padding: 10px !important;
  
}
fieldset.form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #0000001c;
  border-radius: 5px;
  box-shadow: 0px 4px 14px 0px #0000001c;
  background: #efefef;
  margin-bottom: 0;
}
legend.section-heading, legend {
  width: auto;
  padding: 0px 6px;
}

.amenity-select{
  max-height: 100% !important;
  height: auto;
  overflow: visible !important;
  display: flex;
  flex-wrap: wrap;
}
.amenity-select .form-check {
  width: 25%;
}
.wp-editor-container{
  border: none !important;
}
.form-group{
  padding: 0px 8px;
}
button.btn.btn-danger.remove-gallery-btn {
  font-size: 27px;
  padding: 2px 7px 0px 7px;
  color: red;
}
form#user-profile-edit-form, form#user-password-edit-form, form#agency-add-form, form#agency-edit-form,  table.table {
  background: #efefef;
  padding: 13px;
  box-shadow: 0px 0px 10px 0px #00000040 !important;
  border-radius: 10px;
  margin-top: 10px;
}
input[type="file"]::file-selector-button {
  border: 2px solid #6c5ce7;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  background-color: #a29bfe;
  transition: 1s;
  color: #FFFFFF;
}

input[type="file"]::file-selector-button:hover {
  background-color: #81ecec;
  border: 2px solid #00cec9;
}

.login-list i {
  color:  var(--primary);
}
.login-list{
  cursor: pointer;
}

/* search drop down */
form#property-search-form .dropdown-menu{
  width: 100%;
}
ul#propertyTabs {
  margin: 5px;
  justify-content: center;
  border: none;
}
ul#propertyTabs li {
  background: #fcffff;
  margin: 2px 1px;
  border-radius: 6px;
  box-shadow: 0px 0px 6px 0px #00000038;
  border: 1px solid #00000030;
}
ul#propertyTabs li a {
  text-shadow: none;
  padding: 1px 5px;
  border-bottom: 2px solid transparent !important;
  border-radius: 6px !important;
  transition: .5s ease;
  font-size: 14px;
  font-weight: 600;
  color: #000 !important;
}


ul#propertyTabs li a.active, ul#propertyTabs li a:hover {
  border-radius: 6px;
  background: var(--secondary);
  color: white !important;
  border-bottom: 2px solid #074023 !important;
}

ul.list-unstyled {
  margin: 0 7px;
  padding: 4px 11px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0px 0px 9px 0px #0000001c;
  display: flex;
  flex-wrap: wrap;
  background: #f7fdff;
  border-top: 3px solid #074023;
}
ul.list-unstyled li {
  text-shadow: none;
  box-shadow: 0px 0px 4px 0px #00000030;
  margin: 5px 6px;
  
  border-radius: 4px;
  background: white;
}
ul.list-unstyled li a {
  color: black !important;
  padding: 2px 10px;
  transition: .5s ease;
  border-radius: 4px;
  border-bottom: 2px solid transparent;
}
ul.list-unstyled li a.active, ul.list-unstyled li a:hover {
  background: var(--secondary);;
  color: white !important;
  border-bottom: 2px solid #074023 !important;
  border-radius: 4px;
}
div#price-dropdown-menu label,div#size-dropdown-menu label {
  text-shadow: none;
  font-size: 16px;
  
}
div#size-dropdown-menu {
  padding: 10px;
}
div#price-dropdown-menu input, div#size-dropdown-menu input {
  box-shadow: 0px 0px 8px 0px #0000001a;
  border-color: #00000014;
  padding: 5px 8px;
  border-radius: 7px;
}
span#select2-property_city-container {
  text-shadow: none;
}
form#property-search-form .form-control, #home-search-form .form-control {
  height: 45px !important;
}

h1.P404 {
  font-size: 212px;
  font-weight: 700;
  text-shadow: 3px 3px 5px #1799e5;
}
.all-TypeDiv {
  position: relative !important;
}
.all-TypeDiv .dropdown {
  position: initial;
}
.all-TypeDiv div#type-dropdown-menu {
  width: 87%;
  margin-inline: auto;
  left: 0;
  right: 0;
  top: 43px;
}
.mixmax{
  padding: 15px 0px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0px 0px 9px 0px #0000001c;
  background: #f7fdff;
  border-top: 3px solid #074023;
  margin-inline: -1px;
}
.counter-num{
  padding: 2px 7px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 2px 6px 0px #0000001a;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  
}
span.P-NA {
  color: red;
  box-shadow: 0px 0px 5px 0px #ff070766;
  padding: 4px 7px;
  border-radius: 7px;
  font-size: 14px;
  border: 1px solid #ff000085;
  background: white;
  height: fit-content;
}

span.P-yes {
  color: #14bf39;
  box-shadow: 0px 0px 5px 0px #08811266;
  padding: 4px 7px;
  border-radius: 7px;
  font-size: 14px;
  border: 1px solid #0eab1a85;
  background: white;
}
.counter-main-div {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.counter-main-div span {
  background: white;
  padding: 8px 6px;
  gap: 0px;
  border-radius: 5px;
  box-shadow: 0px 2px 7px 0px #00000026;
  width: 31%;
}
.counter-main-div span h5 {
  font-size: 14px;
  padding: 0px !important;
  font-weight: 500;
  color: #525252;
  text-shadow: 0px 0px 1px #b1b1b1;
  letter-spacing: 1px;
}
.tablecontainer table.table, .agency-container table.table{
  min-width: 50rem;
}
/* Custom switch styles */
.custom-control.custom-switch {
  margin-left: 10px;
}
.custom-switch .custom-control-label::before,
.custom-switch .custom-control-label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 1.5rem;
    border-radius: 1rem;
    background-color: #ccc;
    transition: background-color 0.3s ease;
}

.custom-switch .custom-control-label::after {
    left: 0.15rem; /* Adjust the position of the thumb */
    top: 0.15rem; /* Adjust the position of the thumb */
    width: 1.2rem; /* Adjust the size of the thumb */
    height: 1.2rem; /* Adjust the size of the thumb */
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #28a745;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1.65rem); /* Adjust the distance the thumb moves */
}
a.footer-icons {
  font-size: 32px;
}
.agent-section .item-space {
  margin-bottom: 30px;
}
.thumb-img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: 0px 15%;
}
ul#menu-connect li {
  margin: 0;
}
ul#menu-connect li a {
  line-height: 1.3 !important;
}
span.select2-dropdown.select2-dropdown--below {
  z-index: 99999;
  top: 0;
}
ul#menu-menu li a, .app-page a {
  font-weight: 400;
  padding-left: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}

span#togglePassword {
  text-shadow: none;
}
.info-cont {
  background: #15323ad9;
  width: 100%;
  min-height: 97%;
  padding: 20px;
  border-radius: 12px;
}
.single-property .section.property-title, .single-post .section.property-title {
  position: relative;
  z-index: 0;
}
/*  */
.search-proprty{
  position: relative;
  z-index: 0;
}

.section.property-title .lines{
  z-index: -1;
}

.property-feature-info {
  gap: 2%;
}
span.select2-dropdown.select2-dropdown--above {
  z-index: 99999;
  top: 0;
}
ol.comment-list {
  margin: 0;
  padding: 0;
}
textarea#comment {
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px #00000030;
  border-color: #00000040;
}
.postUserImg{
  width: 100%;
  height: 71px;
  object-fit: cover;
}
.publish-date{
  font-size: 13px;
}
.commentsbox {
 
  padding: 20px;
  filter: drop-shadow(0px 0px 1.6px rgba(0, 0, 0, 0.25));
  backdrop-filter: blur(10px);
  border-radius: 10px;
  margin-bottom: 18px;
  background: #f9f9f9;
}

/* theme option style */
form.themeoptionForm div {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 12px 12px;
  background: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 0px 7px #00000036;
}
#commentform input {
  border-radius: 5px;
  border: none;
  box-shadow: 0px 0px 4px 0px #00000052;
  padding: 5px;
}
#commentform p label {
  width: 11%;
}
p.comment-form-cookies-consent label {
  width: auto !important;
}
#commentform p input#submit {
  padding: 10px;
}
article#div-comment-2 a:visited {
  color: black;
}
/* key frames */
@keyframes upsdown {
0% {
  transform: translateY(-100px);
  
  opacity: 0.8;
}

100% {
  transform: translateY(0);
  
  opacity: 1;
}
}
@-webkit-keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
  }

@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes showPopup {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }  
}
@keyframes hidePopup {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
    height: 0;
    padding: 0;
    margin: 0;
  }
}
@keyframes slide-in {
  0% {
    transform: translateY(-12%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0; }
  50% {
    opacity: 0.1; }
  70% {
    opacity: 0.60; }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0; } }

@keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0; }
  50% {
    opacity: 0.1; }
  70% {
    opacity: 0.60; }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0; } }
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* media query  */
@media screen and (min-width:945px) {
  .s404 form.search-form {
    min-width: 30%;
    max-width: 57%;
    padding: 15px 0px 7px 0px;
    margin: 0 auto;
}
  .search-form.agency-search-form {
    min-width: 20% !important;
    width: 45%;   
  }
  .search-form {
    min-width: 920px;
  }
  .slick-prev {
    left: -35px !important;
}
.slick-next {
  right: -35px !important;
}
}
@media screen and (max-width:768px) {
  .search-form.agency-search-form {
    min-width: 20% !important;
    width: 38%;
    margin: 0 auto;
  }
  .smilar-properties .col-lg-4.col-md-4.col-sm-12.col-xs-12.item-space.property-archive-page {
    padding: 0;
    width: 31% !important;
    max-width: 31% !important;
  }
}
@media screen and (min-width:600px) {
  .maincontainer .right-container , .dashboard-2col{
    width: 76.5%;
  }
  form#property-add-form, form#agency-add-form, form#user-profile-edit-form , form#user-password-edit-form , .property-edit-form{
    gap: 10px;
}
form#property-add-form .form-group, form#agency-add-form .form-group , form#user-profile-edit-form .form-group , .property-edit-form .form-group, .register-FL-name .form-group{
  width: 48%;
}
form#user-password-edit-form .form-group{
  width: 100%;
}
  .search-form.regis {
    min-width: 38% !important;
    max-width: 100%;
    margin: 0 auto;
  }
  img.custom-logo {
    width: 120px;
}
  .column.footer-quick-link {
    padding-left: 7%;
     
}
.tax-location main#primary {
  display: flex;
  padding: 20px 100px;
  }
  .container.agency-tabs{
    width: 82%;
  }
  ul#mainul {
    height: auto;
    min-height: 500px;
}
.properties .f-p-content{
  padding: 15px;
  padding-bottom: 1px;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 231px;
}
}

@media screen and (max-width:600px) {
  form .row div.form-group {
    padding: 0;
    width: 100% !important;
    min-width: 100%;
    flex-direction: column;
}
form button, form input[type="submit"] {
  width: 100%;
}

  .amenity-select .form-check {
    width: 100%;
}
.tab-content.dashboard-2col {
  width: 100%;
}
legend.section-heading {
  font-size: 20px;
}
.agency-info-dev .f-p-img {
  min-width: 100%;
  margin: 0;
}
.single-agency-info {
  padding: 10px ;
}
fieldset.form-group {
  margin-bottom: 25px !important;
}
span.select2.select2-container {
  width: 100% !important;
}
  ul.PFeature li {
    width: 100%;
  }
  .f-p-content{
    
    margin-top: 20px !important;
  }
  .properties .f-p-content{
    margin-top: 0px !important;
  }
  .categ.p-list-page > div {
    width: 100% !important;
}
  .search-proprty .f-p-img {
    width: 100% !important;
    height: 332px !important;
}
  .maincontainer aside{
    width: 100%;
  }
  .agency-info-dev img{
    width:100% !important;
  }
  .Ptype {
    width: 100%;
    margin-bottom: 15px;
}
.agency-tabs .nav-tabs .nav-link{
  padding-inline:22px !important;
}
  img.d-block.attachment-thumbnail.size-thumbnail {
      height: 330px;
      object-fit: cover;
  }
  .property-feature-box {
  
    position: relative !important;
}
  .property-feature-box .f-p-details{
    padding: 8px;
    width: 42%;
    justify-content: center;
    gap: 4px;
  }
  .feature-box-items {
    justify-content: center !important;
    gap: 20px;
  }
  .dropdown-menu{
    left: auto;
    right: 0;
  }

  .dashboard-container {
    flex-wrap: wrap;
}
ul#mainul{
  width: 100%;
}
.tablecontainer,.agency-container {
  overflow-x: scroll;
}
.property-listing-container table.table a.btn ,.agency-container table.table a.btn {
  margin-bottom: 8px;
}
.table-container {
    overflow-x: scroll;
}
form#rating-review-form {
  width: 100%; 
}
.rating-main-container {
  flex-wrap: wrap;
}
.user-submit-container {
  width: 100%;
}
.smilar-properties .col-lg-4.col-md-4.col-sm-12.col-xs-12.item-space.property-archive-page {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.thumb-k img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  height: auto;
  width: 100% ; 
}
.thumb-k{
  flex-wrap: wrap !important;
}
.agent-box{
  margin-top: 10px;
  margin-left: 0;
}
/* logo width  */
img.custom-logo {
  width: 100px;
}
.tax-location main#primary {
  display: flex;
  padding: 20px 10px;
  flex-wrap: wrap;
}
.row1 {
  width: 100%;
  flex-wrap: wrap;
}
/* img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  height: auto;
  width: 100%;
  object-fit: cover;
  
  border-radius: 10px;
} */
.thumb-k .featureIMG{
  height: auto;
  width: 100%;
  object-fit: cover;
  margin-top: -55px;
  border-radius: 10px;
}
.container-fluid.bottom-conatainer.r-p-section.section.item-space {
  margin: 0;
  padding-bottom: 71px;
}
.search-form.agency-search-form {
  min-width: 20% !important;
  width: 100%;
  margin: 0 auto;
}
.r-p-section {
  background-position: left;
  display: flex;
  align-items: center;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.r-p-slider-image {
  height: 300px;
}
.slick-next.slick-arrow {
  left: 40px;
}
p.section-description {
  padding: 10px;
}
.post-container {
  margin-bottom: 26px;
}
/* gallery images */
div#property_gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
}
.hero-section{
  height: auto;
}
.section.location-section {
  padding: 20px 0;
}
p.text-center.lc-sub-title{
  padding-inline: 10px;
}
h2.section-title.item-space{
  font-size: 30px;
}
.agent-col{
  padding: 0;
}
.listing-bg-img h2{
  font-size: 40px;
}
.listing-bg-img a {
 font-size: 20px;
}
.px-sm-0{
  padding-inline: 0;
}
.container.property-listing-page.search-proprty {
  padding: 0;
}
form#property-agency-search-form{
  width: 75%;
  margin-inline: auto;
}
button.navbar-toggler {
  order: 1;
}
.site-branding {
  order: 2;
}
.registration {
  order: 3;
}
div#bs-example-navbar-collapse-1 {
  order: 4;
}
.form-group{
  width: 100%;
}
.agents-Pcon .property-listing-page .property-archive-page {
  max-width: 100%;
  margin-bottom: 0px;
  padding: 0;
}
.pricing-box{
  margin-top: 13px;
}
.featureIMG img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  height: 400px !important;
}
section.no-results.not-found .search-form label,section.no-results.not-found .search-form input {
  width: 100%;
}
section.no-results.not-found {
  padding: 10px;
}
ul.list-unstyled li{
  width: 100%;
}
ul.list-unstyled a
{
  display: block;
}
.top-contInfo {
  flex-direction: column;
 
}
.mob-align-top{
  align-items: flex-start !important;
}
.header-icons{
  align-items: flex-start !important;
}
.navbar-toggler{
  background-color: #fff !important;
}
.app-page {
  order: 2;
  margin-left: auto;
}
}


