/*
Theme Name: Real Estate Developer Pro
Theme URI:
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description:
Version: 0.0.1
Requires at least: 5.8.0
Tested up to: 6.0.3
Requires PHP: 7.2
License: GNU General Public License
License URI:license.txt
Text Domain: real-estate-developer-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Real Estate Developer Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2023.
Real Estate Developer Pro WordPress Theme is released under the terms of GNU GPL
*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 :root {
 --theme-green: #1B3B4E;
 --theme-yellow:#FF9705;
 --black: #110909;
 --white: #ffffff;
 --theme-font: Outfit;
}
/* Basic Style */
 html body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: white;
  position: relative;
  font-size: 14px;
  color:var(--black);
  font-family: var(--theme-font);
  background: var(--white);
}
 label {
     margin-bottom: 0 !important;
}
 img {
     margin: 0;
     padding: 0;
     border: none;
     max-width: 100%;
     height: auto;
     width: auto;
}
 section img {
     max-width: 100%;
}
 h1, h2, h3, h4, h5, h6 {
     margin: 0;
    font-family: var(--theme-font);
    font-weight: bold;
}
 p {
     margin: 0 0 15px;
     padding: 0;
     font-size: 14px;
     font-weight: normal;
}
 p, ul li a {
     letter-spacing: 0px;
       font-family: var(--theme-font);
}
 body a {
     text-decoration: none;
     color: #277BF8;
}
 a:hover {
     text-decoration: none;
     color: var(--black1);
}
 a:focus, a:hover {
     text-decoration: none !important;
}
 ul, ol {
     margin: 0 0 0 0;
     padding: 0;
     padding-left: 0 !important;
     
}

 input[type="text"], input[type="tel"], input[type="email"], input[type="phno"], input[type="password"], textarea , .form-group input, select{
  border: none;
  font-size: 14px;
  padding: 10px 10px;
  margin: 0 0 0px 0;
  height: auto;
  width: 100%;
  /* background: #FFFFFF; */
  border-radius: 10px;
  margin-bottom: 10px;
  color: #9E9E9E;
  box-shadow: 0px 0px 4px 0px #00000040;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
  color: #9E9E9E;
}
.wpcf7-spinner{
  position: absolute;
  margin: 0px 0px;
  right: -28px;
  z-index: 1;
  opacity: 1;
  top: 12px
}
#contact .main-heading,#property-banner .main-heading,#partner .main-heading,#category-listing  .main-heading, #featured-property .main-heading{
  background: transparent;
  font-family: Outfit;
  font-weight: 500;
  font-size: 24px;
  color: var(--theme-green);
  padding: 0;

}
#contact .main-heading{
  margin: 0;
}
#contact label{
  font-family: Outfit;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: var(--theme-green);
  margin-bottom: 10px !important;
}
#contact p{
  margin-bottom: 0;
}
#contact .theme-para{
  font-family: Outfit;
  font-weight: 500;
  font-size: 18px;
  color: var(--theme-green);
  width: 65%;
  line-height: 23px;
  border-bottom: 2px solid var(--theme-yellow);
}
.theme-btn p{
  display: flex;
  align-items: center;
}
.theme-btn p input {
  background: transparent;
  border: none;
  color: var(--white);
  font: 500 16px / 20px Outfit;
}
#contact .theme-btn::before{
  background:var(--theme-green);
}
#contact .theme-btn:hover{
  border-color: var(--theme-green);
}
#contact .theme-btn:hover svg path{
  fill: #fff;
}
.contact-row::after{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border: 3px solid var(--theme-yellow);
  border-radius: 20px;
  width: 70%;
  right: 0;
  z-index: -1;
}
.contact-content-wrap{
  padding: 20px 0;
}
.contact-content-wrap .theme-btn{
  background: var(--theme-yellow);
}
 section{
     background-size: cover !important;
     background-repeat: no-repeat !important;
     padding: 60px 0;
     background-attachment: scroll;
     overflow-x: hidden;
}
 .screen-reader-text {
     position: absolute;
     top: -9999em;
     left: -9999em;
}
section a:hover{
  color: var(--theme-green);
}
/*------------------------- Headings --------------------------*/
 section h2 {
  font-family: Outfit;
  font-weight: 500;
  font-size: 43px;
  color: var(--white);
}
 section h3 {
  font-family: Outfit;
  font-weight: 500;
  font-size: 35px;
  color: var(--white);
}
section h4,h4 a{
  font: 600 20px / 26px var(--theme-font);
  letter-spacing: 0px;
}
section h5, h5 a{
  font: 500 18px / 23px var(--theme-font);
  letter-spacing: 0px;
  margin: 0;
}
section h6{
  font: 500 14px / 20px var(--theme-font);
  letter-spacing: 0px;
  margin: 0;
}
p{
  font: 400 15px/25px var(--theme-font);
  letter-spacing: 0px;
}


#scrollTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: var(--theme-yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  transform: scale(0);
  z-index: 1000;
}

#scrollTop svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

#scrollTop circle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 5;
}

#progress {
  stroke: white;
  stroke-dasharray: 125.6; /* 2 * π * r (2 * 3.14 * 20) */
  stroke-dashoffset: 125.6;
  transition: stroke-dashoffset 0.1s linear;
}

.arrow {
  position: absolute;
  color: white;
  font-size: 20px;
}

.show {
  opacity: 1 !important;
  transform: scale(1) !important;
}
/* ----------- Post Content ---------------*/

 .vw-fixed{
     background-attachment: fixed !important;
     background-size: cover ;
     background-repeat: no-repeat ;

}
 .vw-scroll{
     background-attachment: scroll !important;
     background-size: cover ;
     background-repeat: no-repeat;
}
 .slider-bg-image.vw-fixed{
   position: fixed !important;
 }
/* ---------- Return to Top ------------ */
 #return-to-top {
  position: fixed;
  bottom: 10px;
  right: 19px;
  background: var(--theme-yellow);
  width: 50px;
  height: 50px;
  line-height: 60px;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  /* border: 8px solid #111111; */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
  align-items: center;
  display: flex
;
  justify-content: center;
}
 #return-to-top i {
  position: relative;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff !important;
  font-weight: 800;
}
 #return-to-top:hover {
     background: var(--theme-green)
}


.sticky.stickynavbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  background:var(--theme-green);
  padding: 15px 0;
  box-shadow: 0px 0px 20px #0000002B;
}
.sticky.stickynavbar .header-inner{
  background: unset;
  box-shadow: unset;
}
.owl-nav button{
  background: #106B62;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-nav button i{
  font-size: 20px;
  color: #fff;
}
.owl-nav button:hover{
  background: var(--black);
}
/* ----------- Spinner ------------- */
 .eco-box{
   position: fixed;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   cursor: pointer;
   z-index: 99999999;
   background-color:var(--theme-green);
   width: 100%;
}
.loader-main{
  display: flex;
  justify-content: center;
  width: max-content;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: max-content;
}

.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  background: var(--theme-yellow);
  box-sizing: border-box;
  animation: zeroRotation 1s ease infinite alternate-reverse;
}

@keyframes zeroRotation {
  0% {
    transform: scale(1) rotate(0deg);
}
100% {
  transform: scale(0) rotate(360deg);
}
}


 /* common css */
 .main-heading{
  font-family: Outfit;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  background: var(--theme-green);
  color: var(--white);
  width: max-content;
  margin: 0 auto;
  padding: 15px 20px;
  border-radius: 20px
 } 

.theme-para{
  font-family: Outfit;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #7E7E7E;
  margin-bottom: 0;
}


 .theme-btn{
  border-radius: 10px;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
  display: inline-block;
  padding: 10px 15px;
  z-index: 1;
  width: max-content;
  transition: all 0.4s ease 0.5s;
  background: var(--white);
  color: var(--black);    font: 500 16px / 20px Outfit;
  border: 2px solid var(--theme-yellow);
  display: block;
  -webkit-transition: 0.2s ease-in-out color;
  -o-transition: 0.2s ease-in-out color;
  -ms-transition: 0.2s ease-in-out color;
  -moz-transition: 0.2s ease-in-out color;
  transition: 0.2s ease-in-out color;
}

.theme-btn::before {
	content: " ";
	display: block;
	width: 250px;
	height: 250px;
	position: absolute;
	left: 0;
	top: -97px;
	background: var(--theme-yellow);
	border-radius: 100%;
	z-index: -1;
	transform: scale(0);
	-webkit-transition: 0.4s ease-in-out transform;
	-o-transition: 0.4s ease-in-out transform;
	-ms-transition: 0.4s ease-in-out transform;
	-moz-transition: 0.4s ease-in-out transform;
	transition: 0.4s ease-in-out transform;
}
.theme-btn:hover::before {
	transform: scale(1.5);
}
.theme-btn:hover svg path{
	fill: var(--white);
}
.theme-btn:hover{
  color:  var(--white);
}
/* Blog */
.related-heading{
  background: transparent;
  font-family: Outfit;
  font-weight: 500;
  font-size: 24px;
  color: var(--theme-green);
  padding: 0;
}
.blog-img-main{
  position: relative; 
}
.news-author {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 5px;
  background: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  width: max-content;
  left: 10px;
  gap: 10px;
}
.author-image{
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.blog-inner-content-box{
  background: #FFFFFF;
    border: 1px solid #E9E9E9;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}
.blog-img-main img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.author-image{
  height: 30px !important;
  width: 30px !important;
  border-radius: 50% !important;
  object-fit: cover;
}
.blog-title h4{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-title h4 a{color: #000;}
.blog-title h4 a:hover{
  color: var(--theme-green);
}
.blog-detail:hover .news-author {
  margin-left: 50px;
  transition: 0.5s;
  background: var(--theme-green);
  color: #fff;
}

#gallery .main-heading,#why-choose .main-heading,#team .main-heading,#mortgage-calculator .main-heading ,#find-search .main-heading{
  margin-top: -3%;
  position: relative;
  top: -15px;
}
#slider .theme-para,#why-choose .theme-para,#team .theme-para{
  color: #fff;
}
/* Why Choose us */
#why-choose,#team{
  background: linear-gradient(93.87deg, #4684A8 0%, #90BCD7 99.92%);
  border-radius: 20px;
  overflow: visible;
}

.choose-para{
  color:#1B3B4E;
  font: 400 16px / 26px var(--theme-font);
  margin-bottom: 0;
}
.choose-top-content-box-left{
  background: #FFFFFF;
  padding: 40px 35px;
  border-radius: 0 20px 20px 0;
}
.choose-top-content-box-right{
  background: #FFFFFF;
  padding: 35px;
  border-radius: 20px 0 0 20px;
}
.choose-img-wrap{
  position: relative;
}


.choose-btm-img-wrap img{
  /* position: relative;
  top: 9rem;
  z-index: 1;
  width: 60%; */
  height: 100%;
  width: 100%;
}

.choose-img-wrap img{
  height: 31px;
  width: 31px;
  z-index: 1;
  position: relative;
}
.choose-img-wrap{
  background: #FFFFFF;
  padding: 20px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: all 0.5s
}
 .choose-img-wrap::after{
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background:var(--theme-green);
  transition:all .5s;
  z-index: 0;
} 
.choose-point-box:hover .choose-img-wrap img {
  transition: all 0.5s;
  transform: rotateY(180deg);
}
.choose-point-box:hover .choose-img-wrap::after{
  top: 0;
}

.choose-point-box-1 .choose-point-box-iner,.choose-point-box-2 .choose-point-box-iner{
  flex-direction: row-reverse;
  text-align: right;
}
.choose-point-box-3 .choose-img-wrap{
 width: max-content;
margin: 0 auto;
}
.choose-point-box-3 .choose-point-box-iner{
  flex-direction: column-reverse;
  text-align: center;
}
.choose-point-box-iner h5{
  font-family: Outfit;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: var(--theme-green);
}
.choose-point-box-iner p{
  margin-bottom: 0;
  color: var(--white);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.choose-row-btm{
  margin-top: -8% !important;
}
.choose-point-wrap{
  display: grid;
  grid-template-columns: repeat(17, 1fr);
  grid-template-rows: repeat(16, 40px);
}
.choose-point-box-1{
  grid-row-start: 12;
  grid-row-end: 17;
  grid-column-start: 1;
  grid-column-end: 5;
  position: relative;
  right: 18px;
}
.choose-point-box-2{
  grid-row-start: 6;
  grid-row-end: 10;
  grid-column-start: 3;
  grid-column-end: 7;
}
.choose-point-box-3{
  grid-row-start: 1;
  grid-row-end: 5;
  grid-column-start: 8;
  grid-column-end: 11;
  position: relative;
  bottom: 15px;
}
.choose-point-box-4{
  grid-row-start: 6;
  grid-row-end: 10;
  grid-column-start: 12;
  grid-column-end: 16
}
.choose-point-box-5{
  grid-row-start: 12;
  grid-row-end: 16;
  grid-column-start: 14;
  grid-column-end: 18;
  position: relative;
  left: 15px;
}
.choose-point-box-6{
  grid-row-start: 2;
  grid-row-end: 17;
  grid-column-start: 6;
  grid-column-end: 13;
}
.choose-point-box-7{
  grid-row-start: 5;
  grid-row-end: 17;
  grid-column-start: 4;
  grid-column-end: 15;
}
.choose-point-box-7 img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  position: relative;
  top: 6px;
}
.choose-point-box-iner{
  display: flex;
  gap:10px;
  position: relative;
  z-index: 1;
}
.choose-btm-img-wrap img{
  margin-top: 25%;
  position: relative;
  z-index: 1;
}
/* property card css */
.property-box{
  background: #F2F6FE;
  padding: 10px;
  border-radius: 20px;
}
.property-header{
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  z-index: 1;
}
.featured-tag{
  background: #FF9705;
  padding: 3px 10px;
  border-radius: 5px;
  color: #fff;
}
.property-header i{
  color: var(--white);
}
.property-box:hover{
  box-shadow: 0px 0px 8.4px 4px #00000040;
}
.property-img{
  height: 212px;
}
.property-img img{
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.property-title a,.property-meta h6,.property-price{
  color: var(--theme-green);
}
.property-price{
  font-family: Outfit;
  font-weight: 500;
  font-size: 22px;
}
.property-location  h6{
  font-family: Outfit;
  font-weight: 400;
  font-size: 14px;
}
.property-meta  p{
  font-family: Montserrat;
  font-weight: 500;
  font-size: 13px;
}
.property-title a{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.property-box .owl-dots{
  position: absolute;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
}
.property-box  .owl-dots .owl-dot span{
  background-color: #c2c2c2;
  transform: scale(1);
}
.property-box  button.owl-dot.active span{
  transform: scale(1.6);
  border: 1px solid #fff;
  background-color: #c2c2c2;
}
.property-box  .owl-carousel .owl-item,.property-box .owl-stage,.property-gallery,.property-box .owl-stage-outer {
  height: 100%;
}
/* TEam */
#team .owl-stage-outer
{
  padding-top: 2%;
}
.team-box {
  padding: 0 20px;
}
.team-img{
  height: 310px;
}
.team-img img{
  height: 100%;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.team-title h5,.team-position h6{
  color: var(--white);
}
.team-box:hover .team-img img{
  box-shadow: 0px 0px 18.1px 7px #0000004D;
  border-radius: 20px;
border: 3px solid var(--theme-yellow);
}

/* common video css */

.videoslider-video-btn{
  position: absolute;
    inset: 0;
    width: min-content;
    height: min-content;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: auto;
}
.videoslider-video-btn i{
  height: 86px;
  width: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255 / 45%);
  backdrop-filter: blur(2px);
  font-size: 25px;
  color: var(--white);
  border-radius: 50%;
  position: relative;
}
.videoslider-video-btn::after,.videoslider-video-btn::before{
  content: '';
  display: block;
  position: absolute;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  border: 1px solid #fff;
  border-radius: 50%;
}
.videoslider-video-btn::before {
  animation: ripple 2s linear infinite;
}

.videoslider-video-btn::after{
  animation: ripple 2s linear 1s infinite;
}
@keyframes ripple{
  0% { transform: scale(1); }
  50% { transform: scale(1.3); opacity:1; }
  100% { transform: scale(1.6); opacity:0; }
}
.modal-new {
  display: none; 
  position: fixed;
  z-index: 999999999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal-contents {
  background-color: #fff;
    margin: auto;
    padding: 10px;
    transition: 2s;
    border-radius: 10px;
}
.close-one,.close {
  color: #fff;
  float: right;
  font-size: 25px;
  font-weight: bold;
  padding: 0px 10px;
  cursor: pointer;
  margin-bottom: 7px;
  background: transparent;
  border: unset;
  height: 38px;
  width: 38px;
  position: absolute;
  right: 0;
  margin:15px 3% 0px 0px;
  border-radius: 50%;
  border:1px solid #fff;
}



/*about page */
#about-page-maine #why-choose{
  margin-top: 7%;
}

a.property-add-wishlist.added-wishlist i {
  color: red !important;
}



/* Login page */
.ere-login,.modal-login .ere-login-wrap form{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ere__show-password .input-group-text,.modal .ere__account-login-wrap .input-group-text{
  height: 100%;
}
.input-group-append.ere__show-password{
  margin-bottom: 9px;
}

.ere-login-wrap .form-check-input[type=checkbox]{
  width: max-content;
}
.ere-login-wrap  .form-check{
  display: flex;
  gap: 10px;
}
.ere__account-login-wrap  .ere-login-button{
  color: var(--white);
  font: 500 16px / 20px Outfit;
  border: none;
  background: var(--theme-yellow);
  padding: 10px;
  border-radius: 10px;
}
.ere__account-login-wrap  .ere-login-button:hover{
  background-color: var(--theme-green);
}


/* Json css */
#ive-real-estate-developer-pro-slider::after{
  content: '';
   position: absolute;
   top: 20rem;
   left: 0;
   right: 0;
   background: linear-gradient(93.87deg, #4684A8 0%, #90BCD7 99.92%);
   height: 50%;
   width: 100%;
   z-index: -1;
   border-radius: 20px;
 }
 .ive-real-estate-developer-pro-slider-video{
   margin-bottom: 0;
     height: 100%;
 }
 .ive-real-estate-developer-pro-slider-video video{
   height: 100%;
   border-radius: 20px;
 }
 #ive-real-estate-developer-pro-slider .wp-block-cover{
   border-radius: 20px;
 }
 .ive-vw-real-estate-slider-img{
   width: 670px;
   height: 670px;
 }
 .ive-vw-real-estate-slider-img img{
   height: 100%;
   width: 100%;
   object-fit: contain;
 }
 .ive-real-estate-developer-pro-call-box{
   position: absolute;
   width: 80%;
   left: 0;
 }
 .ive-real-estate-developer-pro-call-box .wp-block-media-text__content{
   padding: 0;
 }
 .ive-real-estate-developer-pro-call-box .wp-block-media-text__content .ive-advanced-text-wrap  {
   border-radius: 0 10px 10px 0;
 }
 .ive-real-estate-developer-pro-slider-text{
   margin-top: 10%;
 }
 .ive-real-estate-developer-pro-counter-row,.ive-real-estate-developer-pro-cosult-row-wrap{
   border-radius: 20px;
     position: relative;
     padding: 50px 20px;
 }
 .ive-real-estate-developer-pro-counter-img{
   position: absolute;
   top: -28%;
   left: -12%;
   object-fit: cover;
   height: 100%;
   width: 100%;
 }
 /* .ive-real-estate-pro-counter-col{
   position: absolute;
   z-index: 1;
   top: 15%;
   justify-content: center;
   z-index: 2;
 } */
 .ive-real-estate-pro-counter-col img{
   margin-top: -21%;
   min-height: 410px;
   min-width: 610px;
   width: 100%;
   height: 100%;
   margin-left: -35%;
 }
 #ive-real-estate-developer-pro-property-list-main .wp-block-cover {
   border-radius: 20px;
   overflow: visible;
 }
 .ive-real-estate-developer-pro-cosult-row-wrap img{
   height: 100%;
     width: 100%;
     position: relative;
     left: -14px;
     margin-top: -20%;
 }

 .ive-real-estate-developer-pro-choose-para-bg .ive-advanced-text-wrap {
   border-radius: 0 20px 20px 0;
 }
 .ive-real-estate-developer-pro-choose-para-bg-right .ive-advanced-text-wrap{
   border-radius: 20px 0 0 20px;
 }
 .ive-real-estate-pro-category-heading{
   position: absolute;
   inset: 0;
   margin: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   padding: 10px;
   transition: all 0.2s ease-in-out;
   background: rgba(27, 59, 78, 0.5);
   border-radius: 20px;
   opacity: 0;
 }
 #ive-real-estate-developer-pro-category-main .ive-slide-inner-content-inner:hover .ive-real-estate-pro-category-heading{
   opacity: 1;
 }
 .ive-real-estate-developer-pro-team .wp-block-cover{
   padding: 45px 0 60px;
 }
 .ive-real-estate-developer-pro-team .ive-real-estate-heading {
   width: max-content;
   padding: 0px 10px;
   border-radius: 15px;
   margin: 0 auto;
   position: relative;
   top: 35px;
   z-index: 1;
 }
 .ive-real-estate-developer-pro-team .ive-real-estate-heading .ive-advanced-text-wrap{
   border-radius: 10px;
 }
 .ive-real-estate-pro-map{
   padding: 25px 30px 50px 30px;
   text-align: center;
   border-radius: 20px;
   height: 100%;
 }
 .ive-real-estate-pro-video-wrap ,.ive-real-estate-pro-video-wrap img,.ive-real-estate-pro-video-wrap  video{
   height: 100%;
   border-radius: 20px;
 }

 #ive-real-estate-developer-pro-gallery .ive-gallery-ul{
   display: grid;
   grid-template-columns: repeat(10, 1fr);
   grid-template-rows: repeat(10, 45px);
   margin: 0;
   grid-gap: 10px;

 }
 #ive-real-estate-developer-pro-gallery .ibtana-blocks-gallery-item:nth-child(1){
   grid-row-start: 1;
   grid-row-end: 5;
   grid-column-start: 1;
   grid-column-end: 4;
 }
 #ive-real-estate-developer-pro-gallery .ibtana-blocks-gallery-item:nth-child(2){
   grid-row-start: 5;
   grid-row-end: 11;
   grid-column-start: 1;
   grid-column-end: 4;
 }
 #ive-real-estate-developer-pro-gallery .ibtana-blocks-gallery-item:nth-child(3){
   grid-row-start: 1;
   grid-row-end: 7;
   grid-column-start: 4;
   grid-column-end: 7;
 }
 #ive-real-estate-developer-pro-gallery .ibtana-blocks-gallery-item:nth-child(4){
   grid-row-start: 7;
   grid-row-end: 11;
   grid-column-start: 4;
   grid-column-end: 7;
 }
 #ive-real-estate-developer-pro-gallery .ibtana-blocks-gallery-item:nth-child(5){
   grid-row-start: 1;
   grid-row-end: 5;
   grid-column-start: 7;
   grid-column-end: 9;
 }
 #ive-real-estate-developer-pro-gallery .ibtana-blocks-gallery-item:nth-child(6){
   grid-row-start: 5;
   grid-row-end: 11;
   grid-column-start: 7;
   grid-column-end: 9;
 }
 #ive-real-estate-developer-pro-gallery .ibtana-blocks-gallery-item:nth-child(7){
   grid-row-start: 1;
   grid-row-end: 8;
   grid-column-start: 9;
   grid-column-end: 11;
 }
 #ive-real-estate-developer-pro-gallery .ibtana-blocks-gallery-item:nth-child(8){
   grid-row-start: 8;
   grid-row-end: 11;
   grid-column-start: 9;
   grid-column-end: 11;
 }

 #ive-real-estate-developer-pro-gallery .ibtana-blocks-gallery-item{
   width: 100% !important;
   height: 100%;
   overflow: hidden;
   position: relative;
   text-align: center;
   object-fit: cover;
   border-radius: 20px;
 }
 #ive-real-estate-developer-pro-gallery .ive-gallery-figure,#ive-real-estate-developer-pro-gallery .ive-gallery-image-contain,#ive-real-estate-developer-pro-gallery .ibtana-blocks-gallery-item-inner{
   width: 100% !important;
   height: 100%;
 }
 .ive-real-estate-developer-pro-head-box>.ive-advanced-text-wrap{
   width: max-content;
   margin: 0 auto;
   border-radius: 15px;
 }
 #ive-real-estate-developer-pro-gallery .container, #ive-real-estate-developer-pro-calculator .container{
   border: 2px solid #4785A9;
   border-radius: 10px;
   padding: 20px 35px;
 }
 #ive-real-estate-developer-pro-gallery .ive-real-estate-developer-pro-head-box .ive-heading-parent,#ive-real-estate-developer-pro-calculator .ive-real-estate-developer-pro-head-box .ive-heading-parent{
   margin-top: -44px;
 }

 #ive-real-estate-developer-pro-contact .theme-btn{
   background-color: #FF9705;
 }
 #ive-real-estate-developer-pro-contact .theme-btn p{
   margin-bottom: 0;
 }
 #ive-real-estate-developer-pro-contact .theme-btn input{
   padding: 0;
 }
 #ive-real-estate-developer-pro-contact input[type="text"],
 #ive-real-estate-developer-pro-contact input[type="tel"],#ive-real-estate-developer-pro-contact input[type="email"],
 #ive-real-estate-developer-pro-contact input[type="phno"], #ive-real-estate-developer-pro-contact input[type="password"],
 #ive-real-estate-developer-pro-contacttextarea , .form-group input, #ive-real-estate-developer-pro-contact select{
   border: none;
   font-size: 14px;
   padding: 10px 10px !important;
   margin: 0 0 0px 0;
   height: auto;
   width: 100%;
   /* background: #FFFFFF; */
   border-radius: 10px !important;
   margin-bottom: 10px;
   color: #9E9E9E;
   box-shadow: 0px 0px 4px 0px #00000040;
 }
 #ive-real-estate-developer-pro-contact  .theme-btn::before{
   background: #1B3B4E;
 }
 #ive-real-estate-developer-pro-contact label {
   font-family: Outfit;
   font-weight: 600;
   font-size: 14px;
   line-height: 19px;
   color: var(--theme-green);
   margin-bottom: 10px !important;
 }
 input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
   color: #9E9E9E;
 }
 #ive-real-estate-developer-pro-contact-col{
   position: relative;
 }
 #ive-real-estate-developer-pro-contact-col::after {
   content: '';
   position: absolute;
   height: 100%;
   width: 100%;
   border: 3px solid var(--theme-yellow);
   border-radius: 20px;
   width: 70%;
   right: 0;
   z-index: -1;
 }

 .mortgage-calculator-wrap label{
   font-family: Outfit;
   font-weight: 500;
   font-size: 17px;
   line-height: 20px;
   margin-bottom: 15px !important;
   color: var(--theme-green);
 }
 .form-check-wrap .form-check-label,.calculator-call p{
   color: #7E7E7E;
   font-weight: 400;
   font-size: 15px;
   margin-bottom: 0 !important;
 }
 .form-check-wrap .form-check-input[type=checkbox]{
   height: 20px;
   width: 20px;
 }
 .form-check-wrap .form-check-inline{
   display: inline-flex !important;
   align-items: center;
   gap: 8px;
 }
 .calculator-circle{
   background: transparent;
     border: 20px solid #1B3B4E;
     height: 400px;
     border-radius: 50%;
     width: 400px;
     margin: 0 auto;
 }
 .calculator-circle-content{
   position: absolute;
   inset: 0;
   margin: 10px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
   gap: 10px;
 }
 .calculator-circle-inner{
   padding: 5px;
 }
 .calculator-circle-content h3{
   color: var(--theme-green);
   font-weight: 700;
 }
 .calculator-circle-content p,.total-heading{
   color: #7E7E7E;
   font-weight: 400;
   font-size: 16px;
   margin-bottom: 3px;
 }
 .calculator-border{
   border: 1px solid #7E7E7E;
   width: 200px;
 }
 .total-heading {
   width: 178px;
   margin: 6px auto;
 }
 .calculator-call i{
   background: #FF9705;
   padding: 10px;
   border-radius: 10px;
   color: #fff;
 }
 .calculator-call p{
   border-bottom: 1px solid #7E7E7E;
   line-height: 14px;
 }

 #ive-real-estate-pro-why-choose-us .wp-block-cover{
   overflow: visible;
   padding: 0;
 }
 .ive-real-estate-pro-choose-point-wrap>.wp-block-group__inner-container{
   display: grid;
     grid-template-columns: repeat(17, 1fr);
     grid-template-rows: repeat(16, 40px);
     margin-top: -10%;
 }

 .ive-vw-real-estate-choose-point-box-1{
   grid-row-start: 12;
   grid-row-end: 17;
   grid-column-start: 1;
   grid-column-end: 5;
   position: relative;
   right: 55px;
   z-index: 1;
 }
 .ive-vw-real-estate-choose-point-box-2{
   grid-row-start: 6;
   grid-row-end: 11;
   grid-column-start: 2;
   grid-column-end: 6;
   position: relative;
   z-index: 1;
 }
 .ive-vw-real-estate-choose-point-box-3{
   grid-row-start: 1;
   grid-row-end: 5;
   grid-column-start: 8;
   grid-column-end: 11;
   position: relative;
   z-index: 1;
   bottom: 40px;
   display: flex;
       flex-direction: column;
 }
 .ive-vw-real-estate-choose-point-box-4{
   grid-row-start: 6;
   grid-row-end: 10;
   grid-column-start: 13;
   grid-column-end: 17;
   position: relative;
   z-index: 2;
   left: -30px;
 }
 .ive-vw-real-estate-choose-point-box-5{
   grid-row-start: 12;
   grid-row-end: 16;
   grid-column-start: 14;
   grid-column-end: 18;
   position: relative;
   z-index: 2;
   left: 35px;
 }
 .ive-vw-real-estate-choose-point-box-6{
   grid-row-start: 2;
   grid-row-end: 17;
   grid-column-start: 6;
   grid-column-end: 13;
   position: relative;
   z-index: 3;
 }
 .ive-vw-real-estate-choose-point-box-7{
   grid-row-start: 5;
   grid-row-end: 17;
   grid-column-start: 4;
   grid-column-end: 15;
   position: relative;
 }
 .ive-vw-real-estate-choose-point-box-7 img{
   height: 100%;
   width: 100%;
   margin-top: 15px;
 }
 .ive-vw-real-estate-choose-point-box-6 img{
   margin-top: 35%;
 }
 .ive-vw-real-estate-choose-point-box-3{
   bottom: 40px;
 }
 #ive-real-estate-pro-why-choose-us{
   padding-bottom: 5%;
 }
 .ive-vw-real-estate-choose-point-box-6 img{
   margin-top: 25%;
   position: relative;
   z-index: 2;
 }
 #ive-real-estate-pro-why-choose-us .ive-real-estate-heading{
   position: relative;
     top: -15px;
     width: max-content;
     margin: -3% auto;
 }
 #ive-real-estate-pro-why-choose-us .ive-real-estate-heading .ive-advanced-text-wrap {
   border-radius: 12px;
 }
 .ive-real-estate-pro-choose-point-wrap .ive-choose-cm img{
   height: 65px;
   width: 65px;
 }
 #ive-real-estate-developer-pro-main .wp-block-cover__image-background{
   border-radius: 20px;
 }
 #ive-real-estate-developer-pro-consult-banner{
   overflow: visible;
   margin-top: 4%;
 }
 .ive-real-estate-consult-banner-img{
   margin-top: -85px;
 }
 .search-box input{
  border: 1px solid #4785A9;
  padding: 15px 15px;
  box-shadow: unset;
  border-radius: 13px;
}
.search-input-wrapper .theme-btn{
  position: absolute;
  right: 5px;
  top: 4px;
}
.custom-select{
  border: 1px solid #4785A9;
  padding: 15px 15px;
  box-shadow: unset;
  border-radius: 10px;
  background: transparent;

}

.search-row{
  padding: 40px 0;
}
.custom-select {
  margin: 10px auto;
  cursor: pointer;
  position: relative;
  border: 1px solid #4785A9;
  padding: 15px;
  text-align: center;
  border-radius: 15px;
  font-family: Outfit;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.custom-select ul{
  display: none;
  position: absolute;
  left: 0;
  top: 90%;
  z-index: 2;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 7px 13px rgba(0, 0, 0, .15);
  width: 100%;
  list-style: none;
}
.custom-select ul li{
  font-family: Outfit;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color:var(--theme-green);
  padding:10px 5px;
}

.custom-select ul li{
  padding: 10px 10px;
}
.custom-select ul li:hover{
  background:#F2F6FE;
  border-radius:10px;
}
.custom-select.category ul, .custom-select.p-type ul{
  height: 115px;
  overflow-y: scroll;
}
#find-search > .container::after{
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0px;
  border-radius: 20px;
  padding: 1px;
border: 2px solid var(--theme-green);
box-shadow: 0px 4px 4px 0px #00000040;
}
#find-search{
  overflow: unset;
}
.custom-select i{
  color: var(--theme-green);
}
 /* property card css */
.property-box{
  background: #F2F6FE;
  padding: 10px;
  border-radius: 20px;
}
.property-header{
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  z-index: 1;
}
.featured-tag{
  background: #FF9705;
  padding: 3px 10px;
  border-radius: 5px;
  color: #fff;
}
.property-header i{
  color: var(--white);
}
.property-box:hover{
  box-shadow: 0px 0px 8.4px 4px #00000040;
}
.property-img{
  height: 212px;
}
.property-img img{
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.property-title a,.property-meta h6,.property-price{
  color: var(--theme-green);
}
.property-price{
  font-family: Outfit;
  font-weight: 500;
  font-size: 22px;
}
.property-location  h6{
  font-family: Outfit;
  font-weight: 400;
  font-size: 14px;
}
.property-meta  p{
  font-family: Montserrat;
  font-weight: 500;
  font-size: 13px;
}
.property-title a{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.property-box .owl-dots{
  position: absolute;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
}
.property-box  .owl-dots .owl-dot span{
  background-color: #c2c2c2;
  transform: scale(1);
}
.property-box  button.owl-dot.active span{
  transform: scale(1.6);
  border: 1px solid #fff;
  background-color: #c2c2c2;
}
.property-box  .owl-carousel .owl-item,.property-box .owl-stage,.property-gallery,.property-box .owl-stage-outer {
  height: 100%;
}
.property-nav {
  width: 200px;
  margin: 30px auto;
  cursor: pointer;
  position: relative;
  border: 2px solid #FF9705;
  padding: 15px;
  text-align: center;
  border-radius: 15px;
  font-family: Outfit;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.property-nav ul{
  position: absolute;
  left: 0;
  top: 60%;
  z-index: 9999;
  transform: scaleY(0);
  transform-origin: 0 0;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 7px 13px rgba(0, 0, 0, .15);
  width: 100%;
  list-style: none;
}
.property-nav ul li a{
  font-family: Outfit;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color:#000;
  padding:10px 5px;
}
.property-nav:hover ul{
  top: 100%;
  transform: scaleY(1);
}
.property-nav ul li{
  padding: 10px 10px;
}
.property-nav ul li:hover{
  background:#F2F6FE;
  border-radius:10px;
}
.property-nav .property-icon {
  transition: 0.3s ease-in-out;
}
 @media screen and (max-width: 1600px) and (min-width: 1200px){
   .ive-real-estate-pro-choose-point-wrap>.wp-block-group__inner-container{
     grid-template-rows: repeat(16, 30px);
   }
   .ive-vw-real-estate-slider-img {
    width: 590px;
   }
 }
 @media screen and (max-width: 1199px) and (min-width: 1024px){
   .ive-real-estate-pro-choose-point-wrap>.wp-block-group__inner-container{
     grid-template-rows: repeat(16, 22px);
   }
   .ive-real-estate-pro-choose-point-wrap p{
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
   }
   .ive-real-estate-pro-counter-col img{
    min-width: 465px;
    width: 100%;
   }
 }
 @media screen and (max-width: 1199px) and (min-width: 992px){
  .ive-vw-real-estate-slider-img{
    height: 100%;
    width: 100%;
   }
   #ive-real-estate-developer-pro-search .search-box{
    width: 100% !important;
   }
   .ive-real-estate-pro-choose-point-wrap>.wp-block-group__inner-container{
    grid-template-rows: repeat(16, 23px);
   }
   .ive-real-choose-para p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
   }
   .ive-real-estate-developer-pro-choose-para-bg h2,.ive-real-estate-developer-pro-choose-para-bg-right h2{
    padding: 10px !important;
   }
   .ive-vw-real-estate-choose-point-box-6 img{
    margin-top: 37%;
   }
   .ive-vw-real-estate-choose-point-box-3 {
    bottom: 63px;
  }
  .ive-real-estate-consult-banner-img{
    margin-top: unset;
  }
 }

 @media screen and (max-width:991px){
  .ive-vw-real-estate-choose-point-box-6{
    text-align: center;
  }
  .ive-real-estate-developer-pro-cosult-row-wrap img{
    margin-top:unset;
  }
   .ive-vw-real-estate-choose-point-box-6 img {
     margin-top: 10%;
   }
   .ive-real-estate-developer-pro-choose-para-bg .ive-advanced-text-wrap,
   .ive-real-estate-developer-pro-choose-para-bg-right .ive-advanced-text-wrap{
     padding: 20px;
   }
   .ive-vw-real-estate-slider-img{
     height: 100%;
     width: 100%;
   }
   .ive-real-estate-developer-pro-counter-img{
     position: unset;
   }
   .ive-real-estate-pro-choose-point-wrap>.wp-block-group__inner-container{
     display: flex;
     flex-direction: column;
     justify-content: center;
     margin-top:unset;
   }
   .ive-vw-real-estate-choose-point-box-1{
     right: 20px;
   }
   .ive-real-estate-developer-pro-choose-para-bg-right .ive-advanced-text-wrap  h2,.ive-real-estate-developer-pro-choose-para-bg .ive-advanced-text-wrap h2{
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
   }
   .ive-vw-real-estate-choose-point-box-3{
     flex-direction: row;
   }
   .ive-vw-real-estate-choose-point-box-3{
     bottom: 0;
   }
   .ive-vw-real-estate-choose-point-box-4,.ive-vw-real-estate-choose-point-box-5{
     left: unset;
     gap: 20px;
   }
   #ive-real-estate-pro-why-choose-us .ive-real-estate-heading .ive-advanced-text-wrap{
     padding: 5px 5px 1px 5px;
   }
   .ive-vw-real-estate-choose-point-box-7 img{
     display: none;
   }
   .ive-real-estate-pro-counter-col img{
     min-height: 400px;
     min-width: 500px;
   }
   .ive-real-estate-pro-phone-icon img,  .ive-real-estate-pro-phone-icon figure {
     width: 46px;
     height: 59px;
   }
 }
 @media screen and (max-width: 991px) and (min-width: 768px){
   .ive-real-estate-pro-choose-point-wrap>.wp-block-group__inner-container {
     grid-template-rows: repeat(16, 20px);
   }
   .ive-real-estate-pro-counter-col,.ive-real-estate-developer-pro-cosult-row-wrap{
     flex-wrap: nowrap !important;
   }
   #ive-real-estate-developer-pro-slider::after{
     height: 62%;
     top: unset;
     bottom: 0;
   }
   .ive-real-estate-pro-phone-icon{
    grid-template-columns: 9% auto !important;
    position: relative;
    left: -14px;
   }
 }

 @media screen and (max-width:767px){

   .ive-real-estate-developer-pro-choose-para-bg-right .ive-advanced-text-wrap,.ive-real-estate-developer-pro-choose-para-bg .ive-advanced-text-wrap{
     padding: 10px;
     border-radius: 20px;
   }
   .ive-vw-real-estate-choose-point-box-2{
     left: -20px;
   }


   .ive-real-estate-pro-counter-col img{
     min-height: 100%;
     min-width: 100%;
     margin-left:unset;
   }
   #ive-real-estate-developer-pro-property-list-main .wp-block-cover{
     min-height: 530px;
   }
   #ive-real-estate-developer-pro-gallery .ive-real-estate-developer-pro-head-box .ive-heading-parent,
   #ive-real-estate-developer-pro-calculator .ive-real-estate-developer-pro-head-box .ive-heading-parent,.ive-real-estate-developer-pro-team .ive-real-estate-heading .ive-advanced-text-wrap{
     padding: 10px;
   }
 }