*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:root{
--black: #000;
--lightBlack: #040613;
--white: #fff;
--lightWhite:#F0F0F0;
--lightGrey: #262626;
--green: #31AA52;
--red: #E02828;
--grey: #9B9B9B;
}
body {
    margin: 0;
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    background-color: var(--white);
}
a {
  color: var(--black);
}
.blackText{
  color: var(--black);
}
.navbar{
  display: none;
}
.search-section {
  display: none;
}
.desNone{
  display: none !important;
}

.f500{
  font-weight: 500;
}
.f600{
  font-weight: 600;
}

.lightBlacktext{
color: var(--lightBlack);
}
.listView {
  padding-left: 25px;
}
.listView li{
  list-style: disc;
  padding: 5px 0;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover, .header .menu > ul > li .sub-menu > ul > li > a:hover, .header .item-right a:hover, .header .menu > ul > li:hover > a {
  color: var(--green);
}
.header .menu > ul > li.active a{
  color: var(--green);
}

.f20{
  font-size: 20px;
}
.whiteText{
    color: var(--white) !important;
}
.f600{
    font-weight: 600;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.f17{
  font-size: 17px;
}
.aladin {
    font-family: "Aladin", serif;
  }
  .alata {
    font-family: "Alata", serif;
  }
  .red-hat-display {
    font-family: "Red Hat Display", serif;
  }
  .montserrat {
    font-family: "Montserrat", serif;
  }
  .poppins {
    font-family: "Poppins", serif;
  }
  .roboto {
    font-family: "Roboto", serif;
  }
  .plus-jakarta-sans {
    font-family: "Plus Jakarta Sans", serif;
  }
/* topBar css start  */
.topBar{
    font-size: 16px;
    height: 38px;
    background: var(--green);
}
.textCut{
    color: var(--red);
    text-decoration: line-through;
}
.priceText{
    color: var(--white);
}
/* topBar css end  */

/* header dection css start  */

.menu-main{
    font-size: 18px;
    text-align: right;
}
.header .menu > ul > li > a{
    color: var(--black);
}
input.searchInput{
  background: var(--lightWhite);
  width: 299px;
  height: 48px;
  border-radius: 50px;
  color: rgba(0, 0, 0, 0.4);
  padding: 16px 16px 16px 46px;
  border: 0; 
  font-size: 16px;
  font-family: "Aladin", serif;
}
.searchIcon {
  position: absolute;
  left: 16px;
  top: 16px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600 !important;
}
.contactBtn {
  background: var(--green);
  width: 178px;
  height: 48px;
  color: var(--white);
  font-family: "Red Hat Display", serif;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
}
.contactBtn:hover {
  background: var(--black);
  color: var(--white) !important;
}
/* header section css end  */

/* page title section css start  */

/* .pageTilte img{
  width: 100%;
}
.pageTilte{
  width: 100%;
  position: relative;
}
.pageTilte::before{
  background: rgba(49, 170, 82, 0.65);
  position: absolute;
  width: 100%;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
}
img.shapImg {
  width: 100%;
  position: absolute;
  bottom: -41px;
} */
 .pageTilte h1{
  font-size: 70px;
  font-weight: 800;
 }
/* page title section css end  */

/* sectionTitle  css start  */
.sectionTitle{
  font-family: "Aladin", serif;
  /*font-size: 40px;*/
}
.sectionTitle span{
  color: var(--green);
}
.subTitle{
  font-size: 18px;
  color: #595959;
  font-family: "Red Hat Display", serif;
}
/* sectionTitle  css end  */


/* contact page css start  */
.ContactBg{
  background: url(../img/contactBg.png) no-repeat;
  background-position: center;
  width: 100%;
  height: 480px;
  background-size: cover;
 }
 .ContactBg h1{
  padding-top: 140px;
 }
 .whiteBox {
  background: var(--white);
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 10px #b7c0ce33;
  padding: 39px 29px;
}
.contactInfo{
  background: var(--green) url(../img/circle.png);
  color: var(--white);
  padding: 40px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.contactInfo h3{
  font-size: 28px;
  font-weight: bold;
}
.contactListinfo ul li{
  font-size: 16px;
  font-family: "Poppins", serif;
  display: flex;
  align-items: start;
  gap: 24px;
  padding-bottom: 26px;
}
.socialMedia{
  background: var(--white);
  border-radius: 10px;
  padding: 30px;
}
.socialMedia h3{
  font-weight: bold;
  color: #111210;
}

.socialMedia ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  gap: 20px;
}
.socialMedia ul li a{
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: var(--green);
  color: var(--white);
  display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.socialMedia ul li {
  padding: 0;
}
.input-box label{
  width: 100%;
  display: block;
  font-family: "Poppins", serif;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 5px;
  padding-left: 10px;
}
.input-box{
  padding-bottom: 32px;
}
.input-box input{
  width: 100%;
  border: 1px solid rgba(151, 151, 151, 0.5);
  height: 44px;
  border-radius: 10px;
  padding: 12px 10px;
  color: #979797;
  font-size: 12px;
}

.input-box .textarea{
  width: 100%;
  border: 1px solid rgba(151, 151, 151, 0.5);
  height: 124px;
  border-radius: 10px;
  padding: 12px 10px;
  color: #979797;
  font-size: 12px; 
}


a.submitBtn {
  width: 181px;
  background: var(--green);
  height: 54px;
  display: flex;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 16px;
  font-weight: bold;
  font-family: "Poppins", serif;
}
.pl-38{
  padding-left: 38px;
}
/* contact page css end  */

/* footer section css start  */
.footer{
  background: var(--lightGrey);
}
.footerLink li a{
  color: var(--white);
  font-family: "Alata", serif;
  font-size: 20px;
  padding-bottom: 20px;
  display: block;
}
.contactInfofoter li{
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 16px;
  font-family: "Alata", serif;
  font-size: 20px;
  padding-bottom: 25px;
}
.socialLink {
display: flex;
align-items: start;
justify-content: start;
gap: 16px;
}
.socialLink li a {
  width: 38px;
  height: 38px;
  background: var(--white);
  color: var(--green);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hr {
  background: #E8E6F9;
  height: 1.5px !important;
  opacity: 1;
}
.copyRight{
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}
/* footer section css end  */

/* blog page css start  */
.blogUser img {
  width: 45px;
  border-radius: 50px !important;
}
.blogImg img{
  border-radius: 10px;
}
.blogImg::before{
  width: 100%;
  background: linear-gradient(90deg, rgba(4, 13, 7, 1), rgba(224, 222, 247, 0));
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border-radius: 10px;
}
.blogDetails {
  position: absolute;
  bottom: 0;
  padding: 40px 60px;
  width: 100%;
  z-index: 1;
  color: var(--white);
}
.blogDetails span {
  background: var(--green);
  width: 81px;
  display: inline-flex;
  height: 28px;
  font-size: 14px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 500;
}
.blogDetails h2{
  font-size: 36px;
  font-weight: 600;
  padding-top: 16px;
}
.blogUser {
  margin-top: 24px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
.blogUser span.userName {
  font-weight: 500;
  width: auto;
  background: transparent;
}
.readMore{
  background: var(--green);
    width: 167px;
    height: 48px;
    color: var(--white);
    font-family: "Red Hat Display", serif;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
}
.readMore:hover {
  background: var(--black);
  color: var(--white) !important;
}
.singleBlog {
  margin-bottom: 50px;
  background: var(--white);
  border-radius: 15px;
}

.singleBlog img {
  border-radius: 15px 15px 0 0;
}
.singleBlogdetails {
  padding: 15px;
}
.singleBlogdetails h3 {
  font-size: 17px;
  font-weight: bold;
  font-family: "Red Hat Display", serif;
  line-height: 30px;
  height: 55px;
}
.singleBlogdetails p{
  font-size: 12px;
  line-height: 20px;
}
.admin{
  font-size: 17px;
  font-weight: bold;
  color: var(--lightBlack);
}
.date{
  font-size: 12px;
  color: var(--lightBlack);
}
.loadMore{
  width: 173px;
  height: 48px;
  border-radius: 6px;
  border: 1px solid #8DD69C;
  color: var(--green);
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.loadMore:hover {
  background: var(--green);
  color: var(--white) !important;
}
.searchBlog{
  position: relative;
}
.searchBlog input {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 0;
  width: 100%;
  border-radius: 8px;
  height: 72px;
  padding:0 45px 0 30px;
  font-size: 14px;
  color: var(--grey);
}
.searchBtn {
  position: absolute;
  right: 25px;
  top: 25px;
  color: rgba(0, 0, 0, 0.4);
}
.popularPost{
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
}
.f18{
  font-size: 18px;
  font-weight: bold;
}
.f16{
  font-size: 16px;
  font-weight: bold;
}
.lightGray{
  color: var(--grey);
}
.popularPostimg img {
  width: 86px;
  height: 89px;
  border-radius: 8px;
}
.inputEmail{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 60px;
  padding: 0 20px;
  width: 100%;
  border: 0;
  border-radius: 50px;
}
.boxShadow{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* blog page css end  */

/* Project Walkthrough slider css start  */
.d-none{
  display: none;
}
.arrow-box {
    position: relative;
    z-index: 9;
}
.arrow-box div {
    position: absolute;
    top: 275px;
    font-size: 70px;
    cursor: pointer;
}
.arrow-box div.disabled {
    opacity: 0.1;
    cursor: not-allowed;
    color: gray;
}
.arrow-box .right-arrow {
    right: 0px;
}
.prevContainer {
  margin-left: 55px;
  left: 0;
  border-radius: 30px;
}
.prevContainer, .nextContainer {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  transform: translate(0, calc(-50% - 54px));
  height: 48px;
  width: 48px;
  cursor: pointer;
  color: #F8F8F8;
  display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      z-index: 9;
}
.nextContainer {
  margin-right: 55px;
  right: 0;
  border-radius: 30px;
}
.img-thumbnail {
  border-radius: 10px;
  max-width: 100%;
  height: 120px;
  padding: 0;
  border: 0;
  opacity: 1;
}
.img-thumbnail:hover {
  opacity: 1;
  cursor: pointer;
}
.thumbanil-slider {
  position: absolute;
  bottom: 30px;
  left: 70px;
}
.p-l-r-30 {
  padding: 0 30px;
}
.preview-image img{
  border-radius: 10px;
}
.preview-image{
  position: relative;
}
/* .preview-image::before{
width: 100%;
background:  rgba(0, 0, 0, 0.1);
height: 100%;
position: absolute;
left: 0;
top: 0;
content: '';
border-radius: 10px;
} */


/* walkthroughVideo section css start  */

.walkthroughVideo.afterNone::after{
display: none;
}


.walkthroughVideo video {
  border-radius: 20px;
}
.walkthroughVideo{
  background: #717171;
  padding: 50px 0 0 0;
  position: relative;
  border-radius: 30px 0 0 30px;
}
.walkthroughVideo::after {
  background: #717171;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  border-radius: 30px 0 0 30px;
  right: -12px;
}
.card-slider {
  max-width: 100%;
  margin: 0 auto;
  /** Main link */
  /** Product title */
  /** Product image */
  /** Product description */
  /** Floating "sale" badge */
  /** Price */
  /** Rating */
  /** "30 reviews" link next to stars */
  /** Hover state = add box shadow, underline the title */
}
@media screen and (max-width: 1024px) {
  .card-slider {
    width: 100%;
  }
}
.card-slider .slick-prev-icon,
.card-slider .slick-next-icon {
  color: black;
}
.card-slider .slick-slide {
  padding: 0 10px;
}
.card-slider .card {
  position: relative;
  display: flex !important;
  flex-direction: column;
  border-radius: 0px;
  border: 0;
  background-color: white;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
  transition: all 0.1s linear;
}
@media screen and (max-width: 600px) {
  .card-slider .card {
    height: auto;
  }
}

.card-slider .card .title {
  color: #000;
  margin: 0;
  padding: 10px 10px 5px 10px;
  font-size: 35px;
  font-weight: 600;
}
.card-slider .card .description {
  margin: 7px 10px 15px 10px;
  font-size: 20px;
  font-family: "Alata", serif;
}

.card-slider .card a:focus {
  outline: none;
}
.slick-prev {
  right: 70px !important;
  top: -65px !important;
  left: auto !important;
}
.slick-next {
  right: 10px !important;
  top: -68px !important;
}
 .slick-next, .slick-prev {
  height: 48px !important;
  width: 48px !important;
  /* border-radius: 50px;
  background: #F8F8F8 !important; */
} 
.slick-next .slick-next-icon, .slick-next .slick-prev-icon, .slick-prev .slick-next-icon, .slick-prev .slick-prev-icon {
  height: 48px !important;
  width: 48px !important;
  border-radius: 50px;
  background: #F8F8F8 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
/* .slick-prev.slick-disabled .slick-prev-icon{
  color: var(--white);
} */
.slick-prev.slick-disabled .slick-prev-icon {
  background: rgba(248, 248, 248, .3) !important;
  color: #ddd !important;
}
.slick-prev .slick-prev-icon{
  color: var(--green) !important;
}
.slick-next .slick-next-icon{
  color: var(--green) !important;
}
.slick-next .slick-next-icon:before {
 content: "\f105" !important;
 font-family: "Font Awesome 6 Pro";
}
.slick-prev .slick-prev-icon:before {
  content: "\f104" !important;
  font-family: "Font Awesome 6 Pro";
 }
/* walkthroughVideo section css end  */

.premiumAmenities span{
  color: var(--white);
}
.borderRadius{
  border-radius: 10px;
}
.exploreMore{
  background: var(--white);
  color: var(--green);
  width: 178px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 10px;
}
/* Project Walkthrough slider css end  */

/* plots page css start  */
ul.plotsListbox li {
  width: 24%;
}
/* .h301{
  height: 301px;
} */
.ploatArea{
  font-size: 14px;
}
.moreDetails{
  font-size: 30px;
  font-weight: bold;
}

.plotsImg {
  position: relative;
}

ul.plotsListbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0px;
}

.plotsList {
  background: var(--white);
  position: relative;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 10px;
  margin-bottom: 30px;
}
.plotImg{
  width: 100%;
}
span.forSale {
  position: absolute;
  width: 63px;
  height: 25px;
  background: #429283;
  border-radius: 5px;
  font-weight: bold;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  left: 10px;
  top: 10px;
  font-family: "Red Hat Display", serif;
}
.plotSizebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 33px;
  border-radius: 0 0 15px 15px;
  font-family: "Roboto", serif;
  padding: 0 15px;
}
.plotSide{
  color: var(--white);
  font-weight: bold;
}
.plotSize{
  color: #C6C6C6;
}
.plotDetails {
  padding:10px 5px;
}
.plotRating span {
  font-size: 20px;
  font-family: "Roboto", serif;
  color: #333333;
}
span.review {
  font-size: 14px;
}
span.star {
  color: #2B67F6;
  font-size: 14px;
}
.plotRating {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}
.plotPricedetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  color: #333333;
}
span.plotPrice {
  font-size: 24px;
  font-weight: bold;
  font-family: "Roboto", serif;
}
span.sqFeet {
  font-family: "Roboto", serif;
  font-size: 16px;
}
a.priceBtn {
  background: #F4F7FF;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

/* -----------------------------------
      Gallery Section
--------------------------------------*/
.portfolio-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0px;
}
.control {
  background: transparent;
  border: 1px solid var(--green);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.5s ease;
  color: #333333;
  width: 175px;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
}
/* .control:hover {
  background: #343a40;
} */
.mixitup-control-active {
  color: var(--green);
  /* background: #343a40; */
  font-weight: 600;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
  padding-top: 20px;
}
.pd {
  padding: 0;
  /* padding:0 30px; */
}
.pd img {
  transition: all 0.5s;
}
.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #50977f;
  border-right: 1px solid #50977f;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #50977f;
  border-left: 1px solid #50977f;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #50977f;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}

/*******Responsive media query******/

/* Extra small devices (portrait phones, less than 576px)*/

/* featuredSpac section css start  */
.featuredSpacesbox {
  background: var(--white);
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 10px #b7c0ce33;
  margin-bottom: 30px;
  /* padding: 30px; */
  font-family: "Roboto", serif;
}
.p-t-20{
  padding-top: 20px;
}
.p-l-20{
  padding-left: 20px;
}
.p-b-20{
  padding-bottom: 20px;
}
.featuredSpacesImg {
  position: relative;
}
.featuredSpacesImg::before {
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(51, 51, 51, 1));
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border-radius: 10px;
}
.positionAbsolute {
  position: absolute !important;
  bottom: 15px;
  left: 20px;
}
.positionAbsolute .plotSide {
  font-size: 20px;
}
.plotFeet {
  color: #C6C6C6;
  font-size: 16px;
}
.f22 {
  font-size: 22px;
  font-weight: 800;
  font-family: "Red Hat Display", serif;
}
.location {
  font-size: 16px;
  margin-top: 20px;
  color: #333;
}
.plotSizedetails {
  display: flex;
  background: #EBEBEB;
  height: 85px;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
margin-top: 25px;  
}
.br{
  border-right: 1px solid #6B6F7B;
}
.mr-35{
  margin-right: 35px;
}
.lightText {
  font-size: 15px;
  color: #6B6F7B;
}
.fontDark {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}
.featuredSpacdetails {
  background: #D2D2D2;
  height: 85px;
  width: 65px;
  border-radius: 15px;
  color: #333333;
  font-size: 23px;
}
.contactInfoplots {
  background: rgba(49, 170, 82, 0.25);
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  text-align: center;
}
.price {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}
.priceFeet {
  font-size: 20px;
  padding: 15px 0;
  color: #333333;
}
a.contactusBtn {
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  background: var(--green);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 10px;
}
a.whiteBtn {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border: 1px solid var(--green);
  border-radius: 10px;
  font-size: 16px;
  color: var(--green);
  margin-top: 14px;
  font-weight: bold;
}
button.control.outline.all {
  width: 128px;
  background: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--white);
}
button.control img {
  height: 18px;
}
nav.controls {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
  font-size: 15px;
}
.f55 {
  font-size: 55px;
  font-weight: 800;
  line-height: 60px;
}
.f24{
  font-size: 24px;
  color: #717D7D;
}


.greenBg-before::before {
  position: absolute;
  content: '';
  left: -35px;
  background: var(--green);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 0;
  top: 0;
}


.greenBg{
  background: var(--green);
  border-radius: 20px;
  padding: 36px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}
.greenBg h3{
  font-size: 35px;
  font-weight: 800;
}
.greenBg p{
  margin-bottom: 20px;
}
a.findoutMore {
  color: #262626;
  width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: var(--white);
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
}
/* .contactInfoplots::before {
  position: absolute;
  background: rgba(49, 170, 82, 0.25);
  content: '';
  width: 217px;
  top: -30px;
  height: 312px;
  right: -30px;
  border-radius: 10px;
  z-index: -1;
} */

/* featuredSpac section css end  */

/* plots page css end  */

/* about us page css start  */
.p-l-r-50{
  padding-left: 50px;
  padding-right: 50px;
}
.h268{
  height: 268px;
}
.h612{
  height: 612px;
}
.aboutusBg{
  background: url(../img/aboutusbg.png) no-repeat;
  background-position: center;
  width: 100%;
  height: 480px;
  background-size: cover;
 }
 .aboutusBg h1{
  padding-top: 140px;
 }



.f28{
  font-size: 28px;
  font-weight: bold;
}
.des-p-l{
padding-left: 58px;
}
.aboutImg {
  position: relative;
  right: -12px;
}
.listText{
  font-family: "Red Hat Display", serif; margin-top: 20px;
}
.listText .f18{
  color: #595959;
  font-weight: normal;
  line-height: 30px;
}
.orangeBg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  font-weight: 600;
  font-family: "Poppins", serif;
  width: 150px;  
}
.orangeBg::before {
  background: url(../img/orange.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  content: '';
  width: 75px;
  height: 73px;
  top: -5px;
  z-index: -1;
  left: -15px;
}
.greenBgdark{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  font-weight: bold;
  width: 150px;
}
.greenBgdark::before {
  background: url(../img/green.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  content: '';
  width: 75px;
  height: 73px;
  top: -5px;
  z-index: -1;
  left: -15px;
}
.greenBglight{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  font-weight: bold;
  width: 150px;
}
.greenBglight::before {
  background: url(../img/lightGreen.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  content: '';
  width: 75px;
  height: 73px;
  top: -5px;
  z-index: -1;
  left: -15px;
}
.garderTitle {
  width: 383px;
  background: #31AA52;
  color: #fff;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0px 10px 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Poppins", serif;
  margin: 0 auto;
}
.gardenText {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 35%;
  text-align: center;
  width: 520px;
  margin: 0 auto;
  height: 100vh;
  left: 0;
  right: 0;
}
a.seeMorebtn {
  font-family: "Poppins", serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--green);
}
a.seeMorebtn img{
  width: 65px;
}
a.seeMorebtn {
  font-family: "Poppins", serif;
  font-size: 32px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.courtyardPrime{
  position: relative;
}
.courtyardPrime::before{
  width: 100%;
    background: linear-gradient(90deg, rgba(4, 13, 7, 1), rgba(224, 222, 247, 0));
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border-radius: 52px;
}
.lightGreen {
  background: rgba(49, 170, 82, 0.15);
  padding: 30px 0 90px 0;
}
.courtyardPrimetext {
  position: absolute;
  top: 60px;
  left: 60px;
  color: var(--white);
}
p.verdeText {
  font-size: 18px;
  width: 472px;
  padding: 15px 0;
  font-family: "Roboto", serif;
}
a.contactNow {
  width: 220px;
  height: 55px;
  display: flex;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "Red Hat Display", serif;
}
/* about us page css end  */


/* home page css start  */

.modal-content {
  background-color: transparent;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.6em auto no-repeat;
  border: 0;
  border-radius: 100px;
  opacity: 1;
}
.popupClose {
  position: absolute;
  right: 0px;
  top: -30px;
}

.homeBanner{
  /* background: url(../img/homeBanner.png) no-repeat; */
  width: 100%;
  height: 100%;
}
.homeBanner .playBtn {
  position: absolute;
  left: 50%;
  top: 38%;
  right: auto;
  z-index: 9;
}
.homeBanner .playBtn button {
  border: 0;
  background: transparent;
}
.playBtn button:hover{
  background: transparent;
}
.playBtn button {
  border: 0;
  background: transparent;
}
.walkthroughVideo .playBtn {
  position: absolute;
  left: 40%;
  top: 35%;
}


.btn-check:focus+.btn-primary, .btn-primary:focus{
  background: transparent;    box-shadow: none;
}

.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}


ul.singleBlogbox {
  display: flex;
  gap: 38px;
  align-items: center;
  justify-content: space-between;
}


.card-slider.mb-30{
  margin-bottom: 30px !important;
  margin-top: 20px;
}
.facility{
  font-size: 16px;
  color: #6B6F7B;
  font-family: "Roboto", serif;
}
.Location {
  color: rgba(0, 0, 0, 0.5);
}
#map {
  height: 1050px;
  width: 100%;
  /* margin-bottom: 20px; */
}
.mapLocation {
  position: absolute;
  top: 60px;
  z-index: 999;
  left: 25px;
}
.mapLocation .featuredSpacesbox {
  width: 722px;
  padding: 30px;
}
.newBuilding {
  background: rgba(43, 103, 246, .1);
  width: 93px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  border-radius: 10px;
  color: #2B67F6;
  font-weight: 600;
}
.commonFriends {
  background: rgba(39, 174, 96, .1);
  width: 114px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  border-radius: 10px;
  color: var(--green);
  font-weight: 600;
}
.text-marker {
  font-family: "Roboto", serif;
  font-size: 16px;
  color: white;
  background-color: #2B67F6;
  border-radius: 10px; 
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
.text-marker:after {
  position: absolute;
  display: block;
  content: "";
  left: 45%;
  width: 10px;
  height: 10px;
  margin-bottom: -5px;
  transform: rotate(-130deg);
  transition: all .4s ease-in-out;
  bottom: -1px;
  background: #2B67F6;
}

.videoDescription {
  position: absolute;
  top: 45%;
  width: 611px;
  left: 5%;
  transform: translate(0%, -50%);
  z-index: 2;
}
.videoDescription h1{
  font-size: 70px;
  font-weight: 900;
  font-family: "Red Hat Display", serif;
  color: var(--white);
  line-height: 100px;
}
.videoDescription p{
  font-size: 24px;
  font-family: "Red Hat Display", serif;
  color: var(--white);
}
.slick-slider {
  margin-bottom: 0 !important;
}
.card-slider .card {
background: transparent !important;
}
.videoDetails h2 {
  color: var(--black) !important;
}
.videoDetails p{
  opacity: 1 !important;
}
.videoDetails {
  position: absolute;
  bottom: 10px;
  color: var(--black);
  width: 100%;
  left: 10px;
}
.exploreMorebrn {
  font-family: "Red Hat Display", serif;
  color: var(--white);
  font-size: 20px;
  width: 178px;
  height: 48px;
  font-weight: bold;
  background: var(--green);
  display: flex;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
.exploreMorebrn:hover{
  background: var(--black);
  color: var(--white);
}
.rounded-5{
  border-radius: 30px;
}


/* The new way to find your new home space section css start  */
.theNewway{
  background: var(--green);
  padding: 30px 30px 10px 30px;
  color: var(--white);
  border-radius: 8px 8px 0 0;  
  font-family: "Red Hat Display", serif;
  position: relative;
  z-index: 0;
}
.theNewway::after {
  position: absolute;
  content: '';
  background: var(--green);
  width: 100%;
  height: 80px;
  z-index: -1;
  left: 0;
}
.theNewway h2{
  font-size: 32px;
  font-weight: bold;
  color: var(--white);
  font-family: "Red Hat Display", serif;
}
.PurpleandLight{
  position: relative;
  z-index: 1;
}
.browseProperties {
  width: 160px;
  height: 40px;
  display: flex;
  background: var(--black);
  color: var(--white);
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.fourStep{
  margin-bottom: 50px;
}
.fourStep h2{
  font-size: 24px;
  font-weight: 800;
}
.fourStep p{
  font-size: 18px;
}
.fourStep{
  color: var(--black);
}
.fourStep:hover{
  color: var(--black);
}
.fourStep a p{
  color: #4D5461;
}
/* The new way to find your new home space section css end  */

/* slider section css start  */
/* .topImg {
  position: absolute;
  height: 100px;
  top: 50px;
}
.bottomImg {
  position: absolute;
  height: 100px;
  top: 50px;
} */

.grayTop {
  position: relative;
  top: 110px;
}
.grayTop::after {
  position: absolute;
  background: #717171;
  content: '';
  width: 100%;
  height: 100vh;
  left: 0;
  top: 40px;
  z-index: -1;
}
.grayBottom {
  position: relative;
  top: -180px;
}
.grayBottom::after {
  position: absolute;
  background: #717171;
  content: '';
  width: 100%;
  height: 100vh;
  left: 0;
  bottom: 40px;
  z-index: -1;
}
.sliderBg {
  /* background:  #717171; */
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 0px 0;
  /* height: 1200px; */
}
/* .sliderBg::before{
  background:  url(../img/greyBgtop.png) no-repeat;
  position: absolute;
  width: 100%;
  content: '';
  height: 100px;
} */
.ml-210{
  margin-left: 210px;
}




#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
.owl-pagination {
  display: none;
}
.owl-buttons {
  position: relative;
}
.owl-theme .owl-controls {
  margin-top: 0px;
  text-align: center;
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 9;
}
.owl-prev {
  left: 0;
  position: absolute;
  background: url(../img/leftBtn.png) no-repeat !important;
  width: 48px;
    height: 48px;
}
.owl-next{
  right: 0;
  position: absolute;
  background: url(../img/rightBtn.png) no-repeat !important;
  width: 48px;
    height: 48px;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #999999 !important;
  opacity: 1 !important;
}

.sliderBg h2{
font-size: 36px;
}
.sliderBg p{
  font-size: 18px;
  padding-top: 20px;
}
.shape-group-21 .shape {
  position: absolute;
  /* z-index: -1; */
}
.shape-group-21 .shape.shape-4  {
  right: 25%;
  top: 50%;
  /* height: 20px;
  width: 20px; */
  -webkit-animation: movingleftright3 infinite 20000ms;
  animation: movingleftright3 infinite 20000ms;
}
@-webkit-keyframes movingleftright3 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}

40% {
    -webkit-transform: translateX(100px) translateY(-200px);
    transform: translateX(100px) translateY(-200px);
}
75% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
}
100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
}

li.shape.shape-1 {
  left: 0;
  top: 50%;
}

.whitecicle {
  animation: UpDown 2s linear infinite;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 250px;
}

@keyframes UpDown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: .5em;
  }
  100% {
    bottom: 0;
  }
}


li.shape.shape-2 {
  left: 0;
  top: 70%;
}
.dot2 {
  animation: UpDowndot 2.5s linear infinite;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 130px;
}

@keyframes UpDowndot {
  0% {
    bottom: 0;
  }
  50% {
    bottom: .5em;
  }
  100% {
    bottom: 0;
  }
}

li.shape.shape-5 {
  right: 0;
  top: 75%;
}

.dot1 {
  animation: UpDowndot1 2s linear infinite;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 250px;
}

@keyframes UpDowndot1 {
  0% {
    bottom: 0;
  }
  50% {
    bottom: .5em;
  }
  100% {
    bottom: 0;
  }
}

li.shape.shape-3 {
  right: 0;
  top: 70%;
}

.yellow {
  animation: UpDownyellow 2.5s linear infinite;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 170px;
}

@keyframes UpDownyellow {
  0% {
    bottom: 0;
  }
  50% {
    bottom: .5em;
  }
  100% {
    bottom: 0;
  }
}

.owl-carousel .owl-wrapper-outer {
  z-index: 1;
}
/* .sliderTopimg{
  position: relative;
  top: -50px;
} */
/* slider section css end  */


/* our client section css start  */
.whatOurclients {
  margin-top: -100px;
}
.ourClients{
  position: relative;
  background: var(--green);
}
.ourClients::before {
  position: absolute;
  background: var(--green);
  width: 100%;
  height: 220px;
  content: '';
  top: -220px;
  z-index: -1;
}
img.quoteMark {
  position: absolute;
  right: 100px;
  top: -100px;
}

/* Slider styles */



.slides-wrapper {
  margin: auto;
  overflow: hidden;
}



.slider-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
  transition: 1s;
  /* max-height: calc(100vh - 80px); */
}
.starRating i {
  color: #FFD278;
}
.slider-item {
  background-color: var(--white);
  margin: 0 54px 0px 0;
  box-shadow: 0 0 10px #b7c0ce33;
  border-radius: 15px;
  padding: 35px;
  font-family: "Red Hat Display", serif;
  width: 340px !important;
}
.slides-container {
  padding: 0 28px;
  margin-top: 20px;
}
.clientsText {
  font-size: 12px;
  padding: 15px 0;
}
.clientDetails {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
.slider-item img {
  width: 100%;
}
.clientName {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", serif;
}
.slider-arrows {
  display: flex;
  justify-content: center;
  height: 48px;
  margin-top: 24px;
  gap: 8px;
}

.slider-arrow-prev,
.slider-arrow-next {
  border: none;
  background-color: transparent;
  color: #212121;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}

.slider-arrow-prev:hover,
.slider-arrow-next:hover {
  background-color: transparent;
}

/* our client section css end  */

/* Blog & Articles section css start  */
.blogBg{
  background: url(../img/blogBg.png) no-repeat;
  position: relative;
  padding: 40px 0;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.blogBg::before{
  background: rgba(89, 89, 89, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  content: '';
}
.blogSection{
  position: relative;
  z-index: 9;
}
.f30{
  font-size: 30px;
}

/* Blog & Articles section css end  */

/* you can consult here section css start */
.greenBgcolor {
  background: var(--green);
  border-radius: 20px;
  margin: 0 10px;
}

.enterYourcontact{
  position: relative; width: 530px;
}
.enterYourcontact input.input {
  width: 530px;
  height: 75px;
  background: var(--white);
  padding: 25px;
  border-radius: 10px;
  border: 0;
  color: #ABABAB;
}
button.submitBtn {
  background: var(--green);
  width: 155px;
  height: 56px;
  border: 0;
  border-radius: 10px;
  position: absolute;
  right: 9px;
  top: 9px;
  color: var(--white);
  font-family: "Poppins", serif;
  font-size: 16px;
  font-weight: 600;
}
.dFlex{
  display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}
.f48{
  font-size: 48px !important;
}
/* you can consult here section css end */


.popup-content img {
  max-width: 100px;
  height: auto;
  display: block;
  margin-bottom: 8px;
}
/* home page css end  */

/* EMI Calculator page css start  */
.inputPos {
  position: absolute;
  border-left: 1px solid rgba(151, 151, 151, 0.5);
  right: 0;
  top: 0;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  font-size: 24px;
}
.f14 {
  color: #808080;
  font-size: 14px;
}
.rangeAmount {
  font-size: 30px;
  font-weight: bold;
}
.accordion-header{

  border-bottom: 1px solid #979797 !important;
}
.accordion-item {
  border: 0;
}
button.accordion-button {
  font-weight: bold;
}
.accordion-button:not(.collapsed) {
  color: var(--black);
  background-color: transparent;
}
.tableView{
  background: rgba(217, 217, 217, 0.57);
  padding: 15px;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
tr th {
  border: 0;
}
tr td {
  border: 0;
  font-size: 15px;
} 



input[type="range"] {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none; 
  /* creating a custom design */
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  /*  overflow: hidden;  remove this line*/
  
  /* New additions */
  height: 6px;
  background: #ccc;
}

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none; 
  /* creating a custom design */
  height: 15px;
  width: 15px;
  background-color: #f50;
  border-radius: 50%;
  border: none;

  /* box-shadow: -407px 0 0 400px #f50; emove this line */
  transition: .2s ease-in-out;
}

/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #f50;
  border-radius: 50%;
  border: none;
  
  /* box-shadow: -407px 0 0 400px #f50; emove this line */
  transition: .2s ease-in-out;
}

/* Hover, active & focus Thumb: Webkit */

input[type="range"]::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255,85,0, .1)
}
input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}
input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}

/* Hover, active & focus Thumb: Firfox */

input[type="range"]::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255,85,0, .1)
}
input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}
input[type="range"]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255,85,0, .2)    
}

/*=============
Aesthetics 
=========================*/

input[type="range"] {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none; 
  /* creating a custom design */
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  /*  overflow: hidden;  remove this line*/
  
  /* New additions */
  height: 6px;
  background: #ccc;
}

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none; 
  /* creating a custom design */
  height: 25px;
  width: 25px;
  background-color: #31AA52;
  border-radius: 50%;
  border: none;

  /* box-shadow: -407px 0 0 400px #f50; emove this line */
  transition: .2s ease-in-out;
}

/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
  height: 25px;
  width: 25px;
  background-color: #31AA52;
  border-radius: 50%;
  border: none;
  
  /* box-shadow: -407px 0 0 400px #f50; emove this line */
  transition: .2s ease-in-out;
}

/* Hover, active & focus Thumb: Webkit */

input[type="range"]::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 10px rgba(49, 170, 82, .1)
}
input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(49, 170, 82, .2)
}
input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(49, 170, 82, .2)
}

/* Hover, active & focus Thumb: Firfox */

input[type="range"]::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255,85,0, .1)
}
input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}
input[type="range"]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255,85,0, .2)    
}

.range {
  display: flex
;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  height: 8px;
  width: 100%;
  background: #fff;
  /* padding: 0px 10px; */
  margin-bottom: 16px;
}

.value {
  /* font-size: 26px;    
  width: 50px;
  text-align: center; */
}



input[type='range'] {
  width: 100%;
}

/* EMI Calculator page css end  */

/* Estimate Calculator page css start  */

.blogdetailContent ul > li:nth-child(odd) {
  font-weight: bold;
}
.blogdetailContent ul > li:nth-child(even) {
  margin-bottom: 15px;
}
.blogdetailContent ul  li:last-child {
  margin-top: 15px;font-weight: bold;
}
.blogdetailContent ul  li:last-child ul li {
  font-weight: normal;
}
.blogdetailContent ul li:last-child ul li:last-child {
  margin-top: 0px;
}

.blogdetailContent ul > li > ul{
  padding-left: 25px;
}
.blogdetailContent ul > li > ul li{
  list-style: disc;
    padding: 5px 0;
}
.blogdetailContent ul > li > ul li:nth-child(odd) {
  font-weight: normal; margin: 0;
}
.blogdetailContent ul > li > ul li:nth-child(even) {
  margin: 0px;font-weight: normal;
}
.blogdetailContent h1{
  font-size: 40px;
  font-weight: bold;
}
.blogdetailContent h2{
  font-size: 36px;
  font-weight: bold;
}
.blogdetailContent h3{
  font-size: 32x;
  font-weight: bold;
}
.blogdetailContent h4{
  font-size: 28px;
  font-weight: bold;
}
.blogdetailContent h5{
  font-size: 24px;
  font-weight: bold;
}
.blogdetailContent h6{
  font-size: 20px;
  font-weight: bold;
}
.blogdetailContent img{
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
    border: 1px solid #8DD69C;
}
.blogdetailContent b{
  font-weight: bolder;
}
.blogdetailContent strong{
  font-weight: bold;
}
.blogdetailContent p{
  font-size: 18px;
}



ul.listView li {
  font-weight: normal;
}

.emiCalculator.contactListinfo ul li{
  font-family: "Red Hat Display", serif;
}
.dFlexcustom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
.tabDis.tabScreen{
  width: 100%;
}

.line{
  width: 100%;
  height: 1px;
  background: var(--white);
}
select.select {
  width: 100%;
  height: 58px;
  padding: 0 15px;
  border-radius: 12px;
  border: 1px solid rgba(151, 151, 151, 0.5);
  color: #979797;
  font-size: 12px;
  font-weight: bold;
}
.infoIcon{
  font-size: 15px;
}
select {
  appearance:none;
}
select {
  background: transparent;
  background-image: url("../img/dropdown.png");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}
.calculateEmibtn{
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: var(--white);
  color: var(--green);
  font-family: "Red Hat Display", serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
 /* Estimate Calculator page css end  */

 /* Best Offter page css start  */
 .carousel-control-next, .carousel-control-prev {
  width: 5%;
 }
 .carousel-item img {
  border-radius: 20px;
}
 .carousel-control-prev-icon{
  background: url(../img/leftButton.png);
 }
 .carousel-control-next-icon{
  background: url(../img/rightButton.png);
 }
 .carousel-control-next-icon, .carousel-control-prev-icon {
  width: 48px;
  height: 48px;
 }
 .whyTerraverdeplots{
  background: url(../img/why.png) no-repeat;
  padding: 90px 0;
  width: 100%;
  background-position: center;
  background-size: cover;
  color: var(--white);
 }
 .whyTerraverdeplots h2{
  font-size: 60px;
  font-weight: bold;
  font-family: "Roboto", serif;
 }
 .lined {
  background: #D9D9D9;
  width: 96px;
  height: 4px;
  display: block;
  margin-top: 20px;
}
.f32{
  font-size: 32px;
}
.fs22{
  font-size: 22px;
}
.list{
  margin-top: 20px;
  padding-left: 20px;
}
.list li{
  font-size: 16px;
  font-weight: bold;
  font-family: "Red Hat Display", serif;
  list-style: disc;
  padding-bottom: 10px;
}
a.applyNow {
  width: 178px;
  height: 48px;
  display: inline-flex;
  background: var(--green);
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  color: var(--white);
  font-size: 16px;
  font-weight: bold; font-family: "Red Hat Display", serif;
}
  /* Best Offter page css end  */

/* .custom-banner::after {
  background: linear-gradient(90deg, rgba(83,184,111,1) 0%, rgba(255,255,255,0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
  height: 99%;
  content: '';
  display: block;
  z-index: 1;
} */