@import url('https://fonts.googleapis.com/css2?family=DM Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    box-sizing: border-box;
    margin:0;
    padding:0;
  }
  
  body {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    color: var(--dark-grey-color);
    margin: 0;
  }
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
}
.f-17{
    font-size:17px !important;
    line-height:27px;
}
 a {
    text-decoration: none;
 }

 .desktop-show {display:block;}
  .mobile-show {display:none;}


 /**header area css**/

 ul.topleft {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0;
  display: flex;
  gap: 30px;
  line-height: 44px;
  /*border-left: 1px solid rgba(255, 255, 255, 0.4);*/
}

ul.topleft li span {
  color: #fff;
  font-size: 15px;
}

ul.topleft li span a {
  color: #fff;
}

ul.topleft li span a:hover {
  color: #bc9a66;
  transition: 1.5s;
}

.top-header {
  padding: 0;
  border-bottom: 0px solid #00ffff;
}

.second-header {
  border-top: 0px solid rgba(255, 255, 255, 0.4);
  position: relative;
  padding: 10px 0;
  z-index:99;
  display:block !important;
}

ul.topleft li {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 15px;
}


ul.socialmed {
  padding: 0 15px;
  margin: 0;
  float: right;
  list-style: none;
  line-height: 44px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  /*border-right: 1px solid rgba(255, 255, 255, 0.4);*/
}

ul.socialmed li i {
  color: #fff;
  /* width: 35px;
  height: 35px;
  border: 2px solid #eeeeee;
  border-radius: 100px;
  text-align: center;
  line-height: 32px; */
}

ul.socialmed li i:hover {
  background-color: #bc9a66;
  color: #fff;
  transition: 1.5s;
}

ul.socialmed a {
  margin: 0 3px;
}

.rr-navbar li a {
  padding: 0!important;
  margin: 0;
  color: #fff!important;
  font-size: 16px;
}

.rr-navbar li {
  padding-right: 35px;
}

.rr-navbar li:last-child {
  padding-right: 0px;
}
.colnavbar {
  flex-direction: row-reverse;
}

/**dropdownmenu**/

ul.dropdown-menu {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow:0 0 7px -2px rgba(0, 0, 0, 0.19);
}

ul.dropdown-menu li {
  border-bottom: 1px solid #eeeeee;
  padding: 0;
}

ul.dropdown-menu li a {
  color: #000000!important;
  display: block;
  padding: 2px 10px!important;
}

/**dropdownmenu end**/

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #080f3f;
}

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

 /**header area css end**/
 /**Navbar Start Css **/
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1;
    right:0;
}

  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
  

  /* For demonstration purpose: styling the dropdown links */
  .dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-menu a:hover {
    background-color: #f1f1f1;
  }

 /**banner home**/

 .bannerarea {
  padding: 350px 0 500px;
  height: 765px;
  background-size: cover;
  background-image: url(../img/bannerhome.jpg);
  text-align: center;
  margin-top: -150px;
 }
 .bannerone h3 {
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  line-height: 82px;
}

.bannerone p {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  padding: 15px 0;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/**banner end**/

/**Form start**/

.form-one {
  /*height: 208px;*/
  border-radius: 30px;
  filter: drop-shadow(0px 10px 10.5px rgba(1,1,1,0.21));
  background-color: #ffffff;
  padding: 35px;
  margin-top: -120px;
}

ul.frompart {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  gap: 25px;
}

ul.frompart li .form-select {
  height: 51px;
  background-color: #ffffff;
  border: 1px solid #cbcbcb;
  border-radius: 100px;
}

ul.frompart li {
  width: 100%;
}

.submitform {
  width: 100%;
  height: 51px;
  background-color: #020035;
  border: 1px solid #020035;
  border-radius: 100px;
  color: #fff;
  font-size: 17px;
}
p.formsubmit {
  text-align: center;
  font-size: 16px;
  padding: 25px 0 0 0;
  width: 75%;
  margin: 0 auto;
  font-weight: 500;
  color: #000;
}

/**Form ENd**/


/**Property Section start**/

.headingevery p {
  font-size: 18px;
  line-height: 28px;
  color: #222222;
  font-weight: 400;
  padding: 15px 0;
}
.inr-property a.blog-dmc{
    color: #2d2d2d;
    font-size: 16px;
    line-height: 10px;
    font-weight: 800;
}
.inr-property a.blog-dmc:hover{
    color: #d7a461;
}
.headingevery h2 {
  font-size: 35px;
  line-height: 28px;
  color: #020035;
  font-weight: 600;
}

.headingevery {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.latest-property {
  padding: 100px 0;
}

.headingevery span {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #bc9a66;
  position: absolute;
  left: 0;
  right: 0;
  margin:  0 auto;
  bottom: -5px;
}
.dev-right{
    border-radius: 5px !important;
    margin-top: -150px;
    background: #fff !important;
    
}
.meassage{
    border-radius: 30px !important;
    height: 60px !important;
    font-size: inherit !important;
    padding-left: 10px !important;
    background-color: #f3f3f3;
}
.dev-bg{
    background-image: url(../img/dev_img_6365_dubai-developer-cover-image.jpg) !important;
}
.meassage:hover{
    border: 1px solid #d7a461;
    background-color:#ffffff;
}
.devloper-from {
    position: relative !important;
    top:auto !important;
    z-index:9;
}
.dev-left{
    background:transparent !important;
    margin-top: 0px;
}
.border-right{
    border-right: 1px solid #e8e8e8;
}
.property-box {
  overflow: hidden;
  /*border-radius: 0px;*/
  /*filter: drop-shadow(0px 5px 2.5px rgba(1,1,1,0.15));*/
  background-color: #ffffff;
  padding:10px;
  height: auto;
  /*box-shadow:2px 3px 11px #ccc !important;*/
  border: 1px solid #ccc;
  border-radius: 10px;
}
.dev-height{
    min-height:auto !important;
    box-shadow: 3px 4px 5px #e1d3d3 !important; 
    border: 1px solid #d7d7d7;
    padding:0 20px;
}
.inrbx select.form-select {
    position: absolute;
    top: 0px;
    height: 45px;
    width: auto;
    left: 0px;
    padding: 5px 30px 5px 8px;
    background-color: #e7e7e7;
    border-radius: 40px 0 0 40px;
}
.devloper-from .side-from input{
    background-color: #f3f3f3;
    font-size:inherit;
}
.communitie {
    box-shadow: none !important;
    border: 0px solid;
    padding: 0;
    filter: none;
}
.subheading-dev h1{
    font-size:32.5px;
    color:#fff;
}
.commu{
    background-image: url(../img/comm_img_1579_community.jpeg) !important;
}
.dev-height p:first-child{
    color: #8a8a8a;
    font-weight: 500;
    font-size:15px;
}
.img-box-communitie img{
    border-radius: 5px;
}
.devloper-from input.sidefrmm {
    width: 200px;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #d7a461;
    color: #464646 !important;
    text-align: center;
    padding: 0;
}
.devloper-from .side-from input:hover{
    outline: none;
    background-color: #fff;
    border-color: #d7a461;
}
.phone-p{
    padding-left:5rem !important;
}
.devloper-from .search-icon{
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 12px 24px;
    color: #fff;
    background-color: #d7a461;
    border-radius: 30px;
}
.line-text{
    font-size: 18px;
    margin-bottom: 25px;
    letter-spacing: -0.025em;
    color: #8a8a8a;
    font-weight: 400;
    text-align:start;
}
.line-text:after{
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #d7a461;
    border-radius: 5px;
    margin: 10px 0 0;
}
.propertyimg {
  width: 100%;
  height: 256px;
  border-radius:5px;
}

.property-box h4 {
  font-size: 18px;
  line-height: 28px;
  color: #222222;
  font-weight: 500;
  text-align: left;
}

.inr-property {
  padding: 15px 20px;
}

.twobx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

ul.checkicon {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 30px;
}

ul.checkicon li span {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #0a1040;
  font-weight: 500;
  text-align: center;
}

.rate-property span {
  font-size: 20px;
  line-height: 28px;
  color: #0a1040;
  font-weight: 600;
  text-align: center;
}

.property-box a {
  font-size: 18px;
    line-height: 50px;
    color: #bc9a66;
    font-weight: 500;
    text-align: center; 
}
.pagination a.page-link.text {
    border-radius: 20px;
    padding: 4px 40px !important;
    margin-right:3px;
}
p.date{
    color: #8a8a8a;
    font-size:15px;
}
.pagination a.page-link {
    border-radius: 50%;
    width: 35px;
    justify-content: center;
    text-align: center;
    padding: 4px 10px;
    font-size: 12px !important;
    margin-bottom: 3px;
    border: 2px solid #d7d7d7;
    display: inline-flex;
    color:#333;
}
.pagination a.page-link:hover{
    border-color: #d7a461;
    margin-right: 3px;
}
.property-box a:hover {
  transition: 1.5s;
}

/**Property Section  End**/


/**Explore The Neighborhoods**/

.Neighborhoods {
  padding: 100px 0;
  background-image: url('../img/bgone.png');
  background-size: cover;
} 

.whitepart h2 {
  color: #fff;
}

.whitepart p {
  color: #fff;
}

.whitepart span {
  background: #fff;
}

.pro-box img {
  width: 100%;
  height: 260px;
}

.link-propert {
  text-align: center;
}

.link-propert a {
  width: 150px;
  height: 41px;
  border-radius: 100px;
  background-color: #ffffff;
  display: block;
  margin: -20px auto 5px;
  z-index: 999;
  font-size: 14px;
  line-height: 40px;
  color: #222222;
  font-weight: 500;
  text-align: center;
  position: relative;
}

.link-propert h4 {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}

.pro-box {
  border-radius: 32px;
  overflow: hidden;
}

.link-propert a:hover {
  background-color: #bc9a66;
  color: #fff;
}

/**Explore The Neighborhoods End**/


/**Why choose section**/

.vdosec {
  text-align: center;
  position: relative;
}

.vdosec img {
  width: 1012px;
  position: absolute;
  left: -378px;
}

.whychoose {
  padding: 100px 0;
}

.txtwhy h4 {
  font-size: 35px;
  line-height: 45px;
  color: #020035;
  font-weight: 600;
  padding-bottom: 20px;
}

.txtwhy p {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  font-weight: 500;
  padding-bottom: 25px;
}

.block-kit {
  padding-left: 15px;
  width: 90%;
  border-left: 4px solid #bc9a66;
}

.block-kit p {
  padding: 0;
}
.txtwhy a {
  width: 191px;
  height: 47px;
  border-radius: 24px;
  background-color: #020033;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 47px;
  margin-top: 30px;
}
.txtwhy a:hover {
  background-color: #bc9a66;
  color: #000000;
  transition: 1.5s;
}

/**Why choose section End**/

/**Trusted By The World’s Best**/

.trustedclient {
  background-image: url('../img/trusted-bg.png');
  background-size: cover;
  margin: 300px 0 0 0;
  padding: 100px 0;
}

.com img {
  border-radius: 20px;
}

.teambox img {
  border-radius: 15px;
}

ul.team-dis {
  padding: 10px 0px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  align-items: center;
}

.twoicos {
  display: flex;
  gap: 4px;
}

.twoicos a i {
  width: 40px;
  height: 40px;
  border: 1px solid #eeeeee;
  border-radius: 100px;
  color: #cccccc;
  line-height: 39px;
  text-align: center;
}

.twoicos a i:hover {
  background-color: #080f3f;
  color: #fff;
  transition: 1.5s;
}

.meetagent {
  padding: 100px 0;
}

/**Trusted By The World’s Best End**/


/**review section**/

.review-section {
  border-top: 1px solid #eeeeee;
  padding: 100px 0;
}

.reviewitem {
  border: 1px solid #eeeeee;
  border-radius: 35px;
  overflow: hidden;
  padding: 25px;
  position: relative;
}

img.quotes {
  width: 32px!important;
  margin: 15px auto;
}

.reviewitem p {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  color: #665d5d;
}

.rev img {
  width: 70px!important;
  border-radius: 100px;
  margin: 0 auto;
  height:70px;
}

.rev {
  text-align: center;
  padding: 30px 0 0;
  position: relative;
}

.rev::before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffa920;
  clip-path: polygon(50% 100%, 0 60%, 100% 60%);
  z-index: 9;
}

.rev h6 {
  font-size: 19px;
  padding: 10px 0 0;
}

.rev span {
  font-size: 16px;
}

/**review section End**/


/**footer**/

.footer-home {
  background-image: linear-gradient(0deg, #000003 0%, #020033 100%);
  padding: 50px 0;
  position: relative;
}

.abfooter h5 {
  font-size: 18px;
  line-height: 28px;
  color: #bc9a66;
  font-weight: 500;
  text-align: left;
  padding-bottom: 20px;
}

.abfooter p {
  color: #fff;
  font-size: 16px;
  text-align: justify;
}

.links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.links ul li a {
  color: #fff;
  font-size: 16px;
  display: block;
}

.abfooter {
  float: right;
}

.links ul li a {
  font-size: 16px;
  display: block;
}

.links ul li {
  padding-bottom: 15px;
}

.links ul li:last-child {
  padding-bottom: 0;
}

.copyright {
  background-color: #bc9a66;
  padding: 7px 0;
  text-align: center;
}

.copyright p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.footer-home::before {
  /*content: '';*/
  position: absolute;
  background-image: url('img/footer-real.png');
  right: 0;
  top: 0;
  width: 794px;
  height: 471px;
}

/**footer end**/


/**nav craousel**/


.logo-area img {
  width: 70%;
}

.owl-nav {
  margin: 10px auto 0;
  display: flex;
  gap: 10px;
  width: 8%;
}

.owl-nav span {
  border: 1px solid #eee;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  line-height: 45px;
  font-size: 19px;
  color: #fff;
  background-color: #080f3f;
  border: 1px solid #ffffff;
}


/**nav craousel**/



/**newsletter**/


.form-subscribe
{
  max-width:600px;
  margin:0 auto
}
.form-subscribe .form-control {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 24px;
  letter-spacing: 1px;
  border: none;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  letter-spacing: 0;
  /* text-transform: capitalize; */
  color: #000;
}
.form-subscribe .form-control.focus,.form-subscribe .form-control:focus
{
  z-index: 2;
  background-color: #fff;
}
.form-subscribe .btn {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background: #080f3f;
  border-color: #080f3f;
  height: 46.5px;
  font-size: 16px;
}
.form-subscribe .btn:hover {
  background-color: #000;
  transition: 1.5s;
}
.newsletter {
  padding: 50px 0;
  background-color: #bc9a66;
  position: relative;
}

.newsss h4 {font-size: 25px;line-height: 28px;color: #fff;font-weight: 600;}

.newsss p {
  font-size: 15px;
  color: #fff;
}

/**newsletter end**/


/**footer from**/
/* .footer-form {
  background-image: linear-gradient(0deg, #000003 0%, #020033 100%);
  padding: 100px 0;
} */

.footer-form {
  background-color: #020033;
  padding: 50px 0;
  border-bottom: 1px solid #eeeeee38;
  position: relative;
}


.Formadd {
  margin-bottom: 50px;
}

.formfot {
  box-shadow: 0 10px 40px #181a200d;
  border: 1px solid #eeeeee;
  padding: 50px;
  border-radius: 30px;
  margin-top: -310px;
  z-index: 9;
  position: relative;
  background-color: #fff;
}

.formfot h4 {
  font-size: 25px;
  padding-bottom: 7px;
}

.formfot p {
  padding-bottom: 15px;
  font-size: 13px;
}

/* .onebox input {
  border-radius: 8px;
  border: 1px solid #dddddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  height: 55px;
  outline: none;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 20px;
} */

.onebox input {
  background: transparent;
  border-right: none;
  border-left: none;
  border-top: none;
  padding-left: 10px;
    padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  margin-bottom: 40px; 
  width: 100%;
  font-family: 'DM Sans', sans-serif !important;
}
.onebox input::placeholder {color: #fff;}
.context::placeholder {color: #fff;}
.onebox textarea {
  height: 109px;
  /* font-size: 14px; */
  /* padding: 15px; */
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border-bottom: 1px solid #fff;
  width: 100%;
  border-radius: 0px;
  color: #fff !important;
  font-size: unset;
  resize: vertical;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* .context {
  height: 131px;
  font-size: 14px;
  padding: 15px;
} */

/* .buttoncon input[type="submit"] {
    width: 250px;
    height: auto;
    background: transparent;
    color: #fff;
    font-size: 17px;
    border: 1px solid #d7a461;
    padding: 10px 0px;
} */

.buttoncon input[type="submit"] {
  width: 250px;
  height: auto;
  background: transparent;
  color: #fff;
  font-size: 17px;
  border: 1px solid #d7a461;
  padding: 10px 0px;
}

.buttoncon input[type="submit"]:hover {
  background-color: #bc9a66;
  transition: 1.5s;
}
.form-control:focus {
  color: #212529;
  background-color: transparent;
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}
.onebox {
  width: 100%;
}

.footer-contact h3 {
  font-size: 35px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 30px;

}

.footer-contact p {
  text-align: justify;
  font-weight: 500;
}

.footer-contact span {
  color: #bc9a66;
}


ul.conty {
    padding: 0;
    margin: 0 0 25px 0;
    gap: 20px;
    list-style: none;
    display: flex;
    align-items: center;
}

ul.conty li i {
    color: #fff;
    font-size: 25px;
}

ul.conty li span {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}

ul.conty li a {
    color: #999494;
    font-size: 18px;
}
.threebox {
  display: flex;
  gap: 25px;
}
/**footer from end**/



/**Innerpage**/
.blog-top-img{
    background-image: url('../img/blog_img_1362_palm-jumeriah-dubai.jpg') !important;
}
.titlepage {
   height: 491px;
   text-align: center;
   background-image: url('../img/titlebg.jpg');
   padding: 190px 0 80px;
   margin-top: -143px;
   background-size: cover;
   position:relative;
   z-index:9;
}
.titlepage:before {
    content: '';
    position: absolute;
    background: #00000052;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    z-index:-1;
}
.headingtitle {
  text-align: center;
}

.headingtitle h1 {
  color: #fff;
  font-size: 35px;
  font-weight:700;
  line-height: 45px;
  padding-top:70px;
}

.properties {
  padding: 50px 0;
}

.location i {
  color: #bc9a66;
}

.location {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
    color: #6d6a6a;
}

ul.property-info {
  list-style: none;
  padding: 10px 0;
}

ul.property-info li {
    width: 50%;
    float: left;
    padding-bottom: 15px;
    font-size:16px;
    text-align: start;
}

ul.property-info li img {
  /* padding-right: 10px; */
  padding-right:3px;
}

ul.twobut {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style: none;
}

.curr {
  height: 50px;
  border-radius: 100px;
  padding: 0 35px;
}

ul.twobut li a {
  border-radius: 100px;
  height: 50px;
  padding: 0 30px;
}


/**Property details**/
.property-details{
  margin-top: 10px;
  position:relative;
}
.add-image {
    position: absolute;
    right: 85px;
    bottom: 15px;
}
.detailspage {
  padding: 50px 0;
}
.sidefrm {
  height: 45px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  padding-left: 0;
  margin: 0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  display: block;
  line-height: 45px;
  background-color: #080f3f;
}
.side-from {
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  /* padding: 40px; */
  /* border-radius: 30px;
  position: sticky; */
}
.forminrsoft {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  padding: 40px;
  border-radius: 30px;
  padding: 40px;
  background-color: #eeeeee1c;
}
ul.thlst {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  gap: 25px;
}

ul.thlst li img {
  width: 110px;
  border-radius: 100px;
}

ul.thlst li h6 {
  font-size: 22px;
}

ul.thlst li a {
  font-size: 16px;
  color: #bc9a66;
  font-weight: 500;
}

.inrbx  {
  position: relative;
}

.inrbx svg {
  position: absolute;
  top: 10px;
  left: 17px;
}

.side-from input {
  height: 45px;
  border-radius: 100px;
  border: 1px solid #eeeeee;
  padding-left: 48px;
  margin: 0 0 15px 0;
  width: 100%;
  font-size: 18px;
  color: #666666;
  font-weight: 400;
  box-shadow: rgb(0 0 0 / 4%) 0px 3px 8px;
}

.inrbx textarea {
  height: 120px;
  border-radius: 30px;
  border: 1px solid #eeeeee;
  padding-left: 50px;
  padding-top: 10px;
  margin: 0 0 15px 0;
  width: 100%;
  font-size: 18px;
  color: #666666;
  font-weight: 400;
  box-shadow: rgb(0 0 0 / 4%) 0px 3px 8px;
}

.sidefrmm {
  height: 45px;
  border-radius: 10px;
  background-color: #080f3f;
  padding-left: 0px;
  margin: 0 0 15px 0;
  width: 100%;
  font-size: 14px;
  color: #fff!important;
  font-weight: 400;
}
.side-from .form-select {
  height: 45px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  padding-left: 15px;
  margin: 0 0 15px 0;
  width: 100%;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}

.side-from .context {
  height: 100px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  padding-left: 15px;
  margin: 0 0 15px 0;
  width: 100%;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  box-shadow: rgb(0 0 0 / 4%) 0px 3px 8px;
}
.call-ms-btn {
  display: flex;
  gap: 10px;
}

.onebtn {
  width: 50%;
}

.twobtn {
  width: 50%;
  text-align: center;
}

.twobtn a {
  height: 45px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  padding-left: 0;
  margin: 0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  display: block;
  line-height: 45px;
  background-color: #bc9a66;
}

.overview-pro {
  background-color: #f7f7f7;
  border-radius: 15px;
  padding: 20px;
}

ul.tty {
  padding: 0 0 20px;
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
  list-style: none;
  border-bottom: 1px solid #decece;
}

ul.tty li h2 {
  font-size: 22px;
}

ul.ttyy {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.ttyy li:first-child {
  width: 41%;
}

ul.ttyy li:last-child {
  width: 100%;
}

ul.ttyy li:first-child h5 {
  font-size: 16px;
}

ul.ttyy li:first-child p {
  font-size: 16px;
  font-weight: 400;
}
.srvic {
  display: flex;
  justify-content: space-around;
}

.boxx {
  width: 140px;
  text-align: center;
  border-radius: 7px;
  padding: 15px 8px;
  transition: .2s all linear;
  background-color: #fff;
}

.srvic i {
  float: left;
  font-size: 30px;
  padding-left: 25px;
  color: #bc9a66;
  margin-right: -20px;
}

.srvic span {
    display: block;
    margin-top: 8px;
}

.team-dis h5 {
    font-size: 18px;
}
.team-dis span {
    font-size: 16px;
}

.boxx p {
  padding-left: 18px;
}
.desc {
  color: #000;
  font-weight: 400;
  text-align: justify;
  font-size:18px;
}
a.maplink {
  background-color: #080f3f;
  color: #fff;
  padding: 8px 10px;
  border-radius: 6px;
}

a.maplink:hover {
  background-color: #bc9a66;
  color: #fff;
}

ul.adr {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px;
  justify-content: space-between;
}

ul.adr li h5 {
  font-size: 18px;
  font-weight:400;
}

.borderbt {
  border-bottom: 1px solid #00000026;
  padding-bottom: 10px!important;
  margin-bottom: 10px!important;
}
.sidefrm {
  height: 45px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  padding-left: 0;
  margin: 0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  display: block;
  line-height: 45px;
  background-color: #080f3f;
}

ul.info {padding: 15px 0 0 0;margin: 0;list-style: none;}

ul.info li {
    font-size: 18px;
    font-weight:400;
}
ul.info span strong{
    font-size:18px;
    font-weight:600;
}
.list-2-cols {columns: 2;}

.list-2-cols li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #00000026;
    padding-bottom: 10px!important;
    margin-bottom: 10px!important;
    font-size: 18px;
    font-weight: 400;
}
ul.adr li{
        font-size: 18px;
    font-weight: 400;
}
.list-2-cols li:last-child {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
    border-bottom: 0px;
}

.list-2-cols li:nth-child(5) {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
    border-bottom: 0;
}

.sidebararea {
  width: 100%;
  height: 25vh;
  min-height: 200px;
  overflow: visible;
  position: -webkit-sticky;
  position: sticky;
  top: 18%; 
}
ul.listarea {column-count: 3;list-style: none;padding: 0;margin: 0;}

ul.listarea li a {
    font-size: 18px;
    color: #222;
    font-weight:400;
}

ul.listarea li a i {
    font-size: 12px;
}

/**Gallery Title**/

.bannerpart {
  margin-top: -150px;
  position: relative;
  z-index: 9;
  padding: 0 25px;
  margin-bottom: 46px;
}

.rentsale {
  display: flex;
  gap: 15px;
}

.salebutton a {
  background-color: #bc9a66;
  color: #fff;
  border-radius: 100px;
  padding: 7px 15px;
  font-weight: 500;
}

.completed a {
  background-color: #080f3f;
  color: #fff;
  border-radius: 100px;
  padding: 7px 15px;
  font-weight: 500;
}

.property-title-price {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0 0;
}

.property-title-price h1 {
  font-size: 30px;
  color: #fff;
}

span.rh-ultra-price {
  background-color: #bc9a66;
  color: #fff;
  padding: 0px 35px;
  border-radius: 100px;
  font-size: 25px;
  font-weight: 600;
  margin-bottom:10px;
}

.lis-pro-perty {
  display: flex;
  justify-content: space-between;
}

.iconslist ul {
  padding: 0;
  display: flex;
  list-style: none;
  margin: 0;
  gap: 15px;
}

.iconslist ul li a i {
  width: 40px;
  height: 40px;
  background-color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 100px;
  box-shadow: 0px 0px 7px -2px #fff;
  color: #fff;
}

.iconslist ul li a i:hover {
  background-color: #bc9a66;
  transition: 1.5s;
}

ul.loc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.loc-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.loc-list li i {
  color: #fff;
  font-size: 18px;
}

ul.loc-list li p {
  color: #fff;
  font-size: 18px;
}

.bannerpart {
  padding: 35px;
  position: absolute;
  bottom: 55px;
  z-index: 9;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0 0 15px 15px;
  background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(0,0,0,.8015581232) 100%);
}

/**Gallery**/

.center-marker {
  height: 50px;
  width: 100vw;
  position: absolute;
  top: calc(50% - 360px);
  display: none;
}
.center-marker div {
  height: 30px;
  width: 1px;
  margin: auto;
  background: #8882;
}

.js-slideshow {
  --offset: 1600px;
  --overlap: 2;
  --image-gap: 6;
  --offset-time: 0.48s;
  --thumb-border-radius: 0;
  --thumb-size: 50;
  --thumbs-width: 20000;
  width: calc(100vw - 0px);
  max-width: 100%;
  position: relative;
  user-select: none;
}
.js-slideshow__slides-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
}
.js-slideshow__slides {
  position: absolute;
  height: 100%;
  width: 40000px;
  left: 50%;
  transform: translate(calc(var(--offset) * -1), 0);
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  transition: transform var(--offset-time) ease;
}
.js-slideshow__slides img {
  height: 100%;
  width: 1296px!important;
  display: block;
  margin-left: calc(var(--image-gap) * 0.5px);
  margin-right: calc(var(--image-gap) * 0.5px);
  border-radius: 15px;
  object-fit: cover;
}

.js-slideshow__thumbs-wrapper {
  width: 82%;
  height: calc(var(--thumb-size) * 1px + 18px);
  margin-top: calc(var(--image-gap) * 1px);
  position: relative;
  display: block;
  overflow: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.js-slideshow__thumbs {
  width: calc(var(--thumbs-width) * 1px);
  display: grid;
  grid-auto-rows: calc(var(--thumb-size) * 1px);
  grid-template-columns: repeat(auto-fit, calc(var(--thumb-size) * 1px));
  grid-gap: calc(var(--image-gap) * 1px);
  gap: 95px;
}
.js-slideshow__thumb-image {
  margin: 0;
  position: relative;
}
.js-slideshow__thumb-image img {
  height: 100%;
  width: 150px!important;
  border-radius: 15px!important;
  display: block;
  border-radius: var(--thumb-border-radius);
  object-fit: cover;
}
/* .js-slideshow__thumb-image--selected:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--thumb-border-radius);
  box-shadow: inset 0 0 0 3px rgba(50, 200, 200, 0.8);
} */

@media (min-width: 700px) {
  .js-slideshow {
    --thumb-size: 77;
  }
  .js-slideshow__thumbs-wrapper {
    display: block;
  }
}



ul.callfrm {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

ul.callfrm li span {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

ul.callfrm li i {
  color: #bc9a66;
  font-size: 16px;
}

ul.callfrm li a {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
/*Custom*/
h2 {
    text-align: center;
    font-size: 40px;
    text-align: center;
    line-height: 45px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 25px;

}
.rd-padding-20-dsk {
    padding: 20px;
}
.blog-subject{
       text-align: left; 
}
.blog-search{
    border-bottom: 2px solid #f0f0f0 !important;
    border: 0px solid;
    background: transparent;
    border-radius: 0;
}
.top-blog select.form-select {
    background-color: transparent;
    border: 0px solid;
    position: relative;
}
.top-blog .form-select:focus{
    box-shadow:none;
}
.top-blog{
    padding: 13px;
    background-color:#f8fff7;
    border-radius:30px;
}
.top-blog .bg-blog {
    background: #fff;
    border-radius: 30px;
    padding: 15px 0;
    box-shadow: 0px 0px 7px -2px #020035;
}
.btn.btn-search {
    border: 2px solid #020035;
    padding: 8px 30px;
    color: #020035;
    font-size: 15px;
    font-weight: 700;
    border-radius: 30px;
    margin-top: 15px;
}
.top-blog select.form-select:after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: 18px;
    height: 20px;
    position: absolute;
    width: 20px;
    border-radius: 50px;
    background: #020035;
    display: inline-block;
}




.parent{
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}
.border-left{
    border-left:2px solid #ccc;
}
/* Select2-Bootstrap-style */

.select2-container--bootstrap .select2-selection {
  border: 0px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
  outline: 0;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    outline: none;
    border: 1px solid #020035;
    border-radius: 40px;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(0, 0, 0, 0);
  width:100%;
}
.select2-results__options li {
    list-style: none;
    padding: 2px 20px;
    cursor: pointer;
}
.select2-results ul{
    padding:0;
}

.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap;
}
.parent #select{
    display:none;
}
.parent #selectt{
    display:none;
}
.parent #selecttt{
    display:none;
}
.btn:focus{
    box-shadow:none;
}
.btn.btn-green{
    background-color:#020035;
    color:#fff;
    border-color:#020035;
    margin-top: 12px;
    margin-left: 10px;
    border-radius: 23px;
}
.select2-container--bootstrap .select2-dropdown {
  overflow-x: hidden;
  margin-top: 1px;
  display:block;
  background: #fff;
  box-shadow: 0px 9px 20px -9px rgba(0,0,0,.75);
  padding:10px;
  border-radius:10px;
}

.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 24px 6px 12px;
  display: flex;
  justify-items: center;
  align-items: center;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 10px;
    position: relative;
}
.sidebararea-blog h4{
    margin-bottom:30px;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}
.tz-gallery {
    position: relative;
}
.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}
.deatils-blog-pro{
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,.06);
    background-color:#fff;
}
.date i{
    color:#020035;
    font-size:14px;
}
.date p{
    font-size:14px;
    color:#cccccc;
}
.date a{
    color:#020035;
    font-size:14px;
    font-weight:500;
}
.social-icon a{
    color:#ccc;
    margin-right:10px;
    font-size:15px;
}
.social-icon a:hover{
    color:#020035;
}
.social-icon .fa-tags{
    color:#ccc;
    margin-right:10px;
    font-size:15px;
}
.text-subheading{
    font-weight:500;
    font-size:16px;
    color:#808080;
}
.blog-content{
    background-color:#f8fff6;
    border-radius: 25px;
    padding: 14px 10px;
}
.content-label{
    margin-bottom: 4px;
    padding: 0 16px;
    font-weight: 500;
    font-size:16px;
    color:#808080;
}
.fw400{
        font-weight:400 !important;
    }
.blog-check{
    display: flex;
    gap: 15px;
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 60px;
    border: 1px solid #0200354d;
}
.blog-check input{
    height: 20px;
    width: 20px !important;
    border-radius: 3px !important;
    border: 2px solid #808080;
    background: transparent;
    margin: 0 !important;
    font-size: 2px;
    padding-left: 0;
    margin-right: 10px !important;
}
.blog-check .form-check-input:checked{
    background-color:#020035;
    border-color:#020035;
}
.blog-check .form-check-input:focus{
    box-shadow:none;
}

.form-check-input:focus{
    box-shadow:none;
}
.btn.btn-post{
    background-color:#020035;
    border-color:#020035;
    color:#fff;
    display:inline-block;
    padding: 6px 24px;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 100px;
    margin-top:15px;
}
.right-search{
    display: flex;
    align-items: center;
    padding: 0;
    border: none;
    border-radius: 50px;
    transition: .2s all linear;
    box-shadow: 0 3px 5px rgba(0,0,0,.05);
    background-color: #020035;
    margin-top:20px;
    margin-bottom:20px;
}
.right-search:hover{
    background-color:#020035;
}
.btn.search-left{
    width: 30%;
    margin: 0;
    padding: 10px 1px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
}
.right-search:hover .search-input{
    border-color:#020035;
}
.search-input{
    padding: 10px 120px 10px 20px;
    border-radius: 50px;
    border: 1px solid transparent;
    background-color: #fff;
    transition: .2s all linear;
}
.blog-text{
    font-size: 15px;
    font-weight: 700;
    color:#444;
    display:block;
}
.blog-text:hover{
    color:#020035; 
}
.blog-text i{
 color:#020035;   
}
.f24{
    font-size:24px !important;
}
.blog-svg svg{
    fill: #020035;
    margin-right:10px;
}
.righr-blog-icon {
    background-color:#f8fff7;
}
.righr-blog-icon {
    background-color: #f0f9ed;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    height: 130px;
    width: 130px;
    cursor:pointer;
}
.fa-user-tie:before {
    content: "ï”ˆ" !important;
    font-size: 60px;
    color: #d5f1c9;
}
.blog-form{
    margin-top: 20px;
    padding: 10px;
    border-radius: 25px;
    background: #F8FFF7;
}
.sidefrmm-blog{
    background-color:#020035;
    color:#fff !important;
}
.sidefrmm-blog:hover{
    color:#ffffff !important;
}

.carousel {
  position: relative;
  height: 400px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.carousel__images {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel__track-container {
  background: pink;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.carousel__track {
  padding: 0;
  margin: 0;
  position: relative;
  height: 100%;
  transition: transform 0.4s ease-in-out;
}
.carousel__slide {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.bg-success{
    background-color:#020035 !important;
}
.carousel__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background-color: #f2f2f2;
  cursor: pointer;
  transition: all 0.2s ease-in;
  z-index:1;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color:#fff;
}
.carousel__button:hover {
  background-color: rgb(254, 215, 222);
  border-radius: 20px;
}
.plan h6{
    position: absolute;
    top: 8px;
    left: 15px;
}
.plan h6 span{
    color:#000;
}
.plan h6:nth-child(2){
    left:90px;
    background-color:#020035;
    border-radius:4px;
}
.carousel__button--left {
  left: 0px;
}
.carousel__button--right {
  right: 0px;
   transform: translateY(-50%) rotate(180deg)
}
.carousel__button img {
  width: 25px;
}
.carousel__nav {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  gap: 1rem;
}
.carousel__indicator {
  border: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.carousel__indicator.current-slide {
  background: #020035;
}
.is-hidden {
  display: none;
}
.new-page-mtb {
    padding: 0 0 50px 0;
}
.social-icon-top a i {
    font-size: 30px;
    color: #bc9a66;
    margin-right: 10px;
}
.social-icon-top {
    text-align: center;
}

.img-card{
    order-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.2);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 15px 15px 15px 15px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
    padding: 25px 10px 25px 10px;
    border-radius:10px;
    border:1px solid #FFFFFF;
    background-color:#ffffff;
} 
.img-card:hover{
    border-style: solid;
    border-color: #020035;
}
.btn.btn-view {
    position: absolute;
    top: 35%;
    border: 1px solid;
    padding: 5px 25px;
    left: 35%;
    border-radius: 10px;
    color: #fff;
    display:none;
}
.property-category:hover .btn.btn-view{
    display:block !important;
}
.book i{
    font-size: 25px;
    color: #020035;
    padding-top: 10px;
}
.main-about {
    font-size: 40px !important;
    color: #020035 !important;
    margin: 20px 0;
    font-weight: 700 !important;
    line-height: 50px !important;
}
.card {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,.06);
    margin-top: 40px;
}
.about-heading{
    font-size:20px;
    color:#000000;
    font-weight:700;
    margin-bottom:5px;
}
p{
    font-size:18px;
    line-height:24px;
}
.about-texxt{
    font-size:18px;
    color:#020035;
    line-height: 24px;
}
.vision {
    background-color: #020035;
    height: 2px;
    width: 40px;
    display: block;
}
.btn.btn-submit{
    border-radius: 10px;
    background-color: #020033;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 47px;
    display: block;
}
.book-icon {
    text-align: end;
}
.subheading-dev {
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 30%;
}
 .main-about{
    font-size: 40px !important;
    color: #020035 !important;
    margin: 20px 0;
    font-weight:700 !important;
}
.about-text h4{
    font-size:24px !important;
    font-weight:600 !important;
    color: #020035 !important;
}
.about-text{
    padding: 1em 0em 0em 1em;
    border-style: solid;
    border-width: 0px 0px 0px 3px;
    border-color: #020035;
}
.whatsapp{
    position:fixed;
    bottom:50px;
    left:20px;
    z-index:9999;
}
.chatbot__button{
    z-index:9999;
}
.main-button {
    background: #020035;
    padding: 5px 10px;
    color: #fff;
    width: 50%;
    text-align:center;
}
.button-home{
    display:none;
    position:fixed;
    bottom:0;
    width:100%;
    background: #020035;
    z-index:99999999;
}
.modal.show .modal-dialog{
    position:relative;
    z-index:9999999;
}

@media (max-width: 1200px) {

    .vdosec img{
        width: 900px;
    }
    .ul.property-info li{
        font-size:12px;
    }
}

@media (max-width: 1200px) {

.rr-navbar li {
    padding-right: 15px;
}
.search-input{
    padding: 10px 0px 10px 20px;
}
}
@media (max-width: 1100px) {
.devloper-from input.sidefrmm{
    width:100%;
}
  

}
@media (max-width: 992px) {    
.dev-right{
    margin-top: 0;
}
.ul.property-info li{
        font-size:18px;
    }
.dev-left{
    margin-top: 0;
}
.sidebararea{
   height:100%;
}
.second-header{
    display:none !important;
}
.property-details{
    margin-top:10px;
}
.offcanvas-start{
    padding: 0px 24px;
}
.add-image{
    right: 40px;
}
.vdosec img{
    width: 100%;
    position: relative;
    left: unset;
    height: auto;
}
.trustedclient{
    margin: 0px 0 0 0;
}
}



@media (max-width: 768px) {
    .book-icon {
    text-align: start;
}
h2{
    font-size:30px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.navbar-light .navbar-toggler-icon {
    filter: none !important;
}
.sidefrmm{
    width: min-content !important;
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 16px;
    margin: 0 !important;
    padding-left: 30 !important;
}
.bannerpart{
    position: relative;
    bottom: 0px;
}
.add-image {
    right: 0px;
}
.button-home{
    display:block;
}
.chatbot__button{
    display:none !important;
}
.modal-backdrop{
    z-index:-1;
}
.whatsapp {
    position: fixed;
    bottom: 60px;
    left: 4px;
}
}



@media (max-width: 576px) {
  .mobheader{
    margin-bottom: 65px;
  }    
    .main-about{
        font-size: 28px !important;
        line-height:38px;
    }
    .offcanvas-start {
        padding: 0px 5px;
    }
    .search-input{
        padding: 10px 50px 10px 20px;
    }
    .bannerpart{
        padding:10px;
    }
    .js-slideshow__thumbs-wrapper{
        margin-top:50px;
    }
    .srvic i{
        float: none;
     padding-left: 0px; 
    color: #bc9a66;
     margin-right: 0px;
    }
    .boxx{
        margin-bottom:10px;
    }
    .property-title-price h1{
        font-size:22px;
    }
    ul.tty{
        display:block;
        text-align:center;
    }
    a.maplink{
        font-size: 14px;
    }
    span.rh-ultra-price{
        font-size: 15px;
        padding: 0px 15px;
    }
    .completed a{
        font-size:14px;
    }
    .salebutton a{
        font-size: 14px;
    }
    .iconslist ul li a i{
        width: 30px;
        height: 30px;
        line-height: 34px;
        font-size: 12px;
    }
    .img-card{
        --e-column-margin-right: 0;
    --e-column-margin-left: 0;
    padding: 0;
    margin: 0;
    border-radius:0;
    box-shadow:none;
    }
    
    .boxx{
        width: 46%;
    }
    .js-slideshow__thumb-image img{
      width: 115px !important;
    }
    .js-slideshow__thumbs{
      gap: 80px;
    }
}



@media (max-width: 430px) {
  ul.loc-list li p , ul.loc-list li i{
    font-size: 13px;
  }
  ul.loc-list li p .completed a{
    font-size: 12px;
    margin-left: 5px;
    padding: 3px 13px;
  }
  .js-slideshow__thumbs{
    gap: 70px;
  }
  .js-slideshow__thumb-image img{
    width: 100px !important;
  }
 
  .mobheader{
    margin-bottom: 65px;
  }    
.search-input {
    padding: 10px 0px 10px 10px;
    }
    .main-button {
    padding: 5px 5px;
    }
    .main-button .modal{
        padding:25px 0;
    }
    a.maplink{
        font-size: 10px;
    }
    .property-title-price h1 {
    font-size: 18px;
}
.detailspage .mx-2{
    margin:0 !important;
}
.list-2-cols{
    columns: 1;
}
ul.listarea{
    column-count: 1;
}
.overview-pro{
    padding: 10px;
}
.property-details {
    margin-top: 20px;
}
.bannerpart{
    bottom: -150px;
    border-radius: 0;
    background: linear-gradient(180deg, rgb(50 47 47 / 34%) 0%, rgba(0, 0, 0, .8015581232) 100%);
}
.js-slideshow__thumbs-wrapper {
    margin-top: 160px;
}
.add-image{
    /* position: relative; */
    position: absolute;
    right: 0px;
    bottom: 15px;
    bottom: 15px;
}
ul.loc-list li{
    gap: 4px;
}
.iconslist ul{
    gap: 3px;
}
span.rh-ultra-price {
    font-size: 16px;
    padding: 4px 11px;font-weight:700;
}
.property-title-price{
    padding: 5px 0 0;display:block;}

}


@media (max-width: 375px) {
    
    .btn.btn-search{
        padding:8px;
    }
    .search-input {
    width: 160px;
    }
    .property-details {
        margin-top: 30px;
    }
    .mobheader{
      margin-bottom: 60px;
    }
}

.mobheader{
    background-color: #080f3f;
    position: relative;
    z-index: 999;
}
.navbar-light .navbar-toggler-icon{
    filter: contrast(0.1);
}
.second-header{
        /*background-color: #080f3f;*/
    }
    .top-header{
        background-color: #080f3f;
    }
    .inrbx svg{
        fill: #ccc;
    }
    .inrbx .rh-feather-globe {
        stroke: #ccc;
        fill: #f0f0f0;
    }

    .twobut > li{
      width: 40%;
      font-size: 18px;
      line-height: 28px;
      color: #ffffff;
      font-weight: 700;
      padding: 10px 10px;
      background-color: #bc9a66;
      text-align: center;
    }

























