@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Poppins: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');

body, html{overflow-x: hidden;}
a {text-decoration: none;}

/* Utility classes for fonts */
body{font-family: var( --ThemeFont); background: var(--Bg); font-size: 18px;line-height: 26px;}
input{font-family: var( --ThemeFont);}
/* Reset and layout base */
* { margin: 0; padding: 0; box-sizing: border-box;}
.p-0{padding:0;}
p{color: var(--Gray);}
a{  text-decoration: none;}
:root {
	--Black: #000;
	--White: #fff;
  --TextColor: #bcbbba;
  --Blue: #3d2f8f;
   --Gray:#434133;
  --Bg: #f1f0ee;
  --ThemeColor: #000;
  --ThemeColor2: #121117;
  --ThemeColor3: #f1f0ee;
  --Gradient:linear-gradient(360deg,rgba(61, 71, 73, 1) 0%, #2c3638 100%);;
	--CardShadow: 0px 4px 11px rgba(217, 216, 216, 0.6);
	--ThemeFont: "Gilroy";
	--ThemeFontTwo: "Cosmetic";
  --ThemeFontThree: "MochaDemo";
	--Radius: 20px;
}







#commercial, #residential, #testimonial {
  scroll-margin-top: 140px;
}





.--transition-ease{transition:all 0.2s ease-in 0s; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out;}
.--transition-ease:hover{transition:all 0.2s ease-in 0s; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out;}
.--transition-ease:after{transition:all 0.2s ease-in 0s; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out;}
.--transition-ease:before{transition:all 0.2s ease-in 0s; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out;}


/*********** start col **********/
.row {display: flex; flex-wrap: wrap; margin: 0 -12px;}
.row .rowin { padding: 0 12px;}
.col-9 {flex: 0 0 auto; width: 75%;}
.col-8 {flex: 0 0 auto; width: 66.666667%;}
.col-7 { flex: 0 0 auto; width: 58.33333333%;}
.col-6 {flex: 0 0 auto; width: 50%;}
.col-5 { flex: 0 0 auto; width: 41.66666667%;}
.col-4 { flex: 0 0 auto; width: 33.33%;}
.col-3 { flex: 0 0 auto; width: 25%;}
 .col-12 { width: 100%; }
 .col-10 { width: 83.33333333%; }
.p-0{padding:0 !important}
.ps-0{padding-left:0 !important}
.pe-0{padding-right:0 !important}
.m-0{margin: 0 !important;}
.mt-0{margin-top: 0 !important;}
.mt-4{margin-top: 30px !important;}
.pt-2{padding-top: 20px !important;}
.mb-0{margin-bottom: 0 !important;}
.mb-2{margin-bottom: 15px;}
.mb-3{margin-bottom: 20px;}
.text-center{text-align: center;}
.h-100{height: 100%;}
.w-100{width: 100%;}
.text-center{text-align: center;}
.text-end{text-align: right;}
.text-start{text-align: left !important;}
.pt-0{padding-top:0 !important;}
.pb-0{padding-bottom:0!important;}
h3, h2, h1, h4{  font-family: var( --ThemeFontThree);}
.d-none{display:none}
 h4 { letter-spacing: 1.2px;}
/************* end col ************/

.custom-btn {
  font-family: var( --ThemeFont);
  display: inline-block;
  box-shadow: 0 2px 6px #00000040;
  transition: transform 0.2s;
  /* background: linear-gradient(393deg, #564f7b 0%, #201e2b 100%); */
    background:linear-gradient(393deg, #6e60bd 0%, #2e2944 100%);
  color: var(--White);
  border-radius: 20px;
  padding: 17px 50px;
  min-width: max-content;
  font-weight: 400;
  font-size: 28px;
}
.custom-btn:hover{transform: scale(1.05);}
.custom-btn.btn_white {background-color: var(--White); color: var(--ThemeColor2);}


/*  */
.d-flex { display: flex;}
.align-center { align-items: center;}
.justify-between { justify-content: space-between;}
.justify-center {justify-content: center;}
.container {max-width: 100%; padding: 0 57px; margin: 0 auto;}
.container-fluid{max-width:100%; padding: 0 12px; margin: 0 auto;}
.heading h2 {font-size: 56px; margin-top: 25px; line-height: 65px; text-transform: uppercase;}
.heading h2 img { height: 40px;}
.heading {
  font-size: 66px;
  margin-bottom: 36px;
  line-height: 72px;
  color: var(--ThemeColor);
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--ThemeFontThree);
}
.heading_white{color: var(--White)}
.position-relative{position: relative;}
.position-absolute{position: absolute;}
ul {list-style: none; padding: 0; margin: 0;}

/* WebKit Browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar { width: 5px; background-color: var(--ThemeColor5);}
::-webkit-scrollbar-track { background-color:#ccc;}
::-webkit-scrollbar-thumb {background-color: var(--ThemeColor); border-radius: 10px;}
/* Firefox */
* {scrollbar-width: thin; scrollbar-color: var(--ThemeColor) #ccc;}



/***************************************************************
********************************* Header ************************
*****************************************************************/
.header-top { padding: 32px 0; }
.header-top img.logo-img { width: 150px; height: auto;}
.header-top ul {
  list-style: none;
  margin-left: 0;
  text-align: center;
  display: flex;
  justify-content: space-around;
  gap: 85px;
}
.header-top ul li a {color: var(--Block); text-transform: uppercase; font-size: 22px; font-weight: 500;}
.toggle-bar { background: transparent; border: none; display: none;}
.toggle-bar img { width: 30px; height: 30px;  margin-right: 20px;}
header .header-top img.logo-img {width: 145px;}
.toggleclose { position: absolute; right: 20px; top: 20px; font-size: 30px; color: var(--White); display: none;}
header {
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%;
  left: 0;
  padding: 25px 0 25px;
  text-align: center;
}
.header_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  width: 100%;
  width: 100%;
}
.fixed { position: fixed; box-shadow: 0 5px 6px #27322a17; z-index: 9999; background: var(--White); padding: 4px 0;}
.fixed .header-top {background: transparent; border-radius: 0;}
/* .header_fixed_spacer {height: 125px;} */
/* header .header-top { background: #ffffff42; border-radius: 30px;} */
header .dropdown .dropdown-contentin a { width: 100%; display: block; font-size: 22px; padding:16px 20px}
header .dropdown .dropdown-content {display: none; position: absolute; z-index: 1;}
header .dropdown .dropdown-contentin {min-width: 260px; overflow: auto; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); margin-top: 14px; border-radius: 7px; background: linear-gradient(393deg, #564f7b 0%, #201e2b 100%);}
header .dropdown .dropdown-contentin a { text-align: left; padding: 16px 20px; color: var(--White); font-size:24px;}
header .dropdown:hover .dropdown-content {display: block;}
header .logo img {
  height: 100px;
}

header.fixed::after {display:none}
header::after {
  content: "";
  border-radius: 0;

  position: absolute;
  width: 100%;
  height: 200px;
  top: 0;
  background: linear-gradient(180deg, #f2efe9, #f2efe994, #826d6d00);

  left: 0;
}


header .logo {
  display: inline-block;
}
/***************************************************************
********************************* banner ************************
*****************************************************************/
/* .banner .heading {text-transform: inherit; color: var(--White); font-weight: 500; font-size: 52px; line-height: 60px; margin: 0;} */
/* .banner p { color: #fff; margin: 30px 0;} */
.banner .container { display: flex; width: 100%;}
.banner .cont{align-items: end; padding-bottom: 130px;z-index: 9;}
.banner .cont .row{align-items: center;}
.banner::after { content: ""; position: absolute; width: 100%; height: 400px; bottom: 0;  background: linear-gradient(360deg, var(--ThemeColor), #826d6d00);}
.banner img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top;
  min-height: 700px;
}
.banner.details_page img {
  min-height: 840px;
}


.banner{position: relative;}

.banner_in {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  z-index: 9;
}




/***************************************************************
********************************* real_estate ************************
*****************************************************************/
.real_estate { padding:90px 0 70px; background-repeat: no-repeat;}
.real_estate .set h3 { font-family: var(--ThemeFont); font-size: 68px; color: var(--Gray); margin-bottom: 18px; font-weight: 300; line-height: 55px; letter-spacing: 9px;}
.real_estate .container { max-width: 1650px;}
.real_estate .set p {
  font-size: 24px;
  margin-top: 33px;
}
/* .real_estate .main_hng h5 { font-size: 36px; color: var(--Black); font-weight: 300; line-height: 37px; top: -37px; text-align: right; position: relative;} */
.real_estate .main_hng h5 {
  font-size: 50px;
  color: var(--Gray);
  font-weight: 300;
  line-height: 50px;
  top: -95px;
  text-align: right;
  position: relative;
  letter-spacing: 1px;
}
.real_estate .main_hng h2 {
  color: var(--TextColor);
  font-size: 200px;
  font-style: italic;
  line-height: 80px;
  font-weight: 500;
  font-family: var( --ThemeFontTwo);
}
.real_estate .main_hng h1 span {
  font-size: 55px;
  padding-left: 132px;
  position: relative;
  letter-spacing: 12px;
}
.real_estate .main_hng h1 {color: var(--Black); font-size: 200px; line-height: 80px; margin-left: -27px; font-family: var(--ThemeFontThree); position: relative; top: -20px;}
.real_estate .main_hng h1 span::after { content: ""; height: 2px;  width: 115px; position: absolute; background: var(--Black); left: 0; bottom: 0; top: 0; margin: auto;}
.real_estate .main_hng { display: flex; align-items: first baseline; justify-content: center;  gap: 10px;}
.real_estate ul li {  color: var(--Black); display: inline-block; position: relative; font-size: 28px; margin: 0 30px; font-weight: 400; font-family: var(--ThemeFont); line-height: 36px;}
.real_estate ul li + li::after { background: var(--Black); width: 2px; height: 22px; content: ""; position: absolute; left: -31px; bottom: 0; margin: auto; top: 0;}
/* .real_estate ul li:nth-child(4)::after { display: none;} */
.real_estate ul {
  margin: 40px 0 26px;
  text-align: center;
}
.real_estate ul.ul2 { margin:0 0 90px;}
.real_estate ul.ul2 li { font-size: 22px; letter-spacing: 4px; margin: 0 20px;}
.real_estate ul.ul2 li + li::after { width: 6px; height: 6px; border-radius: 50%; left: -27px; top: 0; margin: auto;}



/***************************************************************
********************************* testimonial ************************
*****************************************************************/
#testimonial {
  scroll-margin-top: 140px;
}
.testimonial { margin: 50px 0 70px;}
.testimonial .set{text-align:center}
.testimonial .set p {font-size: 20px; font-weight: 300; margin: 30px 0; font-style: italic; line-height: 30px;}
.testimonial .set h6 {font-size: 24px; text-transform: uppercase; font-weight: 500; font-family: var(--ThemeFontThree); line-height: 32px; letter-spacing: 2px;}
.testimonial .set img { height: 60px; width: auto !important; display: inline-table !important;}

.heading label {position: relative; top: 7px;}
.details_page .set h3 label {position: relative;top: -7px;}

/***************************************************************
********************************* modi ************************
*****************************************************************/
.modi { height: 730px; margin-bottom: -65px;padding: 123px 0; position: relative;  background-size: cover;}
.modi h5 {
  font-size: 32px;
  color: var(--White);
  font-weight: 300;
  line-height: 40px;
  margin-top: 28px;
}
.modi p {
  color: var(--White);
  max-width: 430px;
  float: right;
  font-size: 28px;
  bottom: 120px;
  position: absolute;
  right: 50px;
  line-height: 36px;
}
.modi .heading {  font-size: 120px; margin-bottom: 0; letter-spacing: 3px;}


/***************************************************************
********************************* relity ************************
*****************************************************************/
/* .relity { padding: 90px 80px 130px 0; background-color: var(--ThemeColor2); border-radius: 0; background-position: right bottom 35px; background-repeat: no-repeat; background-size: 564px; margin-bottom: -115px; position: relative; z-index: 999;} */

.relity {
  padding: 90px 0 130px 0;
  background-color: var(--ThemeColor2);
  border-radius: 0;
  background-position: right bottom 311px;
  background-repeat: no-repeat;
  background-size: 477px;
  margin-bottom: -25px;
  position: relative;
  z-index: 999;
}
.relity .set { height: 410px; background-position: center; display: flex; align-items: center;justify-content: center; position: relative;background-size: cover;}
.relity .set h4 {color: var(--White); text-transform: uppercase; font-family: var( --ThemeFontThree); font-size: 46px; font-weight: 500; position: relative; z-index: 9; letter-spacing: 1px;}
.relity .row .rowin {padding: 0 18px;}
.relity .row { margin: 0 -18px;}
.relity .set::before { content: ""; position: absolute; height: 100%; width: 100%; bottom: 0; right: 0; background: #000000a3; filter: grayscale(100%); top: 0;}
.relity .heading {margin-bottom: 60px;}


/***************************************************************
********************************* find_map ************************
*****************************************************************/
.find_map {
  padding: 0 0 0;
  background-position: center bottom;
  background-size: cover;
  background-color: var(--ThemeColor3);
  height: 850px;
  border-radius: 70px;
  margin-bottom: -65px;
  position: relative;
  z-index: 999;
  overflow: hidden;
  margin-top: -63px;
}
.find_map .container {display: flex; align-items: self-end;}
.find_map .row {align-items: center;}
.find_map h3 {font-size: 40px; margin-bottom: 0; line-height: 50px; color: var(--ThemeColor); font-weight: 600; text-transform: uppercase; font-family: var(--ThemeFontThree);}

/* .find_map h3 a{color: var(--ThemeColor);} */
.find_map h3.blue {color: var(--Blue);}
.find_map .heading {font-size: 80px;line-height: 80px;}
.find_map::after {
  height: 364px;
  left: 0;
  background: linear-gradient(360deg, #f2efe9, #f2efe9d9, #826d6d00);
  position: absolute;
  width: 100%;
  content: "";
  bottom: -1px;
  z-index: 99999;
}
.find_map #contt {
  position: absolute;
  bottom: 70px;
  width: 100%;
  left: 0;
  z-index: 999999;
}


#map {
  height: 850px !important;
  width: 100%;
}




/***************************************************************
********************************* brand_collaborations ************************
*****************************************************************/
/* .brand_collaborations { position: relative; padding: 40px 0 140px; background-position: center; background-size: cover;} */
.brand_collaborations{position: relative; padding: 40px 0 140px; background-position: center; background-size: cover; background-attachment: fixed;}
/* .brand_collaborations::before { content: ""; position: absolute; height: 100%; width: 100%; bottom: 0; right: 0; background: #000000a3; filter: grayscale(100%); top: 0;} */
.brand_collaborations .container{position: relative;}
.brand_collaborations .heading { color: var(--White); font-size: 80px; margin-top: 55px; margin-bottom: 15px;}
.brand_collaborations .owl-nav.disabled {display: none !important;}
.brand_collaborations p.text-end a {color: var(--White);}
.brand_collaborations p {
  text-align: center;
  color: #fbfbfbd4;
  max-width: 100%;
  margin: 34px auto 0;
  font-size: 24px;
  line-height: 34px;
}
.brand_collaborations .owl-carousel .owl-item img {display: inline-block; width: 250px;}
.brand_collaborations .owl-carousel .owl-stage {display: flex; align-items: center;}
.brand_collaborations .set{text-align:center}
.brand_collaborations .owl-carousel.owl-drag .owl-item.active + .owl-item.active::after {background: var(--White); width: 2px; height: 120px; content: ""; position: absolute; left: 0;top: 0; bottom: 0; margin:auto;}
.brand_collaborations .owl-carousel {margin-top: 50px;}
.brand_collaborations .many_more{ margin-bottom: 90px; text-align: right;}


/***************************************************************
********************************* faq_section ************************
*****************************************************************/
.modi_buildtech {position: relative; padding: 30px 0 80px; 
  /* filter: grayscale(100%); */
  background-position: top center; background-size: cover;background-attachment: fixed;}
.modi_buildtech::after {
  content: "";
  position: absolute;
  height: 434px;
  width: 500px;
  bottom: -52px;
  right: -20px;
  background-image: url(../images/modi_buildtech_icon_n.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.modi_buildtech .heading { color: var(--White);text-align: left; font-size: 110px; line-height: 104px; letter-spacing: 15px; font-weight: 600;}
.modi_buildtech::before { content: ""; position: absolute; height: 100%; width: 100%; bottom: 0; right: 0; background: #000000a3; filter: grayscale(100%); top: 0;}
.modi_buildtech .container{position: relative;}
.modi_buildtech h5 {
  font-size: 28px;
  color: var(--White);
  font-weight: 300;
  line-height: 40px;
  margin-top: 25px;
}
.modi_buildtech ul li {
  color: var(--White);
  display: inline-block;
  position: relative;
  font-size: 20px;
  margin: 10px 36px 10px 0;
  font-weight: 400;
}
.modi_buildtech ul li + li::after { background: var(--White); width: 1px; height: 16px; content: ""; position: absolute; left: -19px; bottom: 0; margin: auto; top: 0;}
.modi_buildtech ul li:nth-child(4)::after { display: none;}
.modi_buildtech ul {margin-top: 41px; max-width: 60%; border-left: 6px solid var(--White); padding-left: 20px; margin-left: 46px;}
.modi_buildtech h5 b{font-weight:600;}




.modi_buildtech_in .set h4 span {
  display: block;
  font-size: 20px;
  margin-top: 0;
  line-height: 18px;
}
.modi_buildtech_in .set.set2 {
  margin-top: -40px;
}

.modi_buildtech_in .set h4 b {
  font-size: 32px;
  position: absolute;
  top: -9px;
}

.modi_buildtech_in .set h4 {
  color: var(--White);
  font-size: 60px;
  line-height: 60px;
}
.modi_buildtech_in {
  margin: 130px 0 0;
  max-width: 960px;
}
.modi_buildtech_in .set {
  /* border: 1px solid #ccc;
  padding: 27px;
  border-radius: 18px;
  background: #0000002e; */
   text-align: center;
}
.modi_buildtech_in .col-4 {
  position: relative;
}


.modi_buildtech_in .set h6 {
  color: var(--White);
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
}

.modi_buildtech_in .col-4 + .col-4::after {
  height: 166px;
  width: 1px;
  background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.67) 34%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.73) 65%, rgba(255, 255, 255, 0) 100%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
/* .olive_page .col-4 + .col-4::before {
  height: 72px;
  width: 259px;
  content: "";
  position: absolute;
  left: -123px;
  right: 0;
  top: -268px;
  bottom: 0;
  margin: auto 0;
  background-image: url(/assets/frontend/images/arrow_bg.png);
  background-size: 100%;
  transform: rotate(-4deg);
  opacity: .8;
}
.olive_page .col-4:last-child::before {
  background-image: url(/assets/frontend/images/arrow_bg2.png);
  top: inherit;
  bottom: -45px;
  transform: rotate(17deg);
} */



/***************************************************************
********************************* olive_page ************************
*****************************************************************/
/* .banner.details_page::after {height: 100%; left: 0; background: #12111763; top: -7px;} */
.banner.details_page::after {
  height: 100%;
  left: 0;
  background: linear-gradient(360deg, #0000009c, #826d6d00);
  top: -7px;
}
.banner.details_page .container {display: block; width: 100%; text-align: center;}
.details_pagein {position: absolute; z-index: 999; top: 0; width: 100%; left: 0; right: 0; margin: auto; height: 100%; display: flex; padding-top: 150px; align-items: last baseline;}
.details_page .heading {
  margin-bottom: 6%; 
  color: var(--White);
  font-size: 100px;
  font-weight: 600;
  line-height: 105px;
}
.details_page .custom-btn {margin-bottom: 80px;}
.details_page .set h3 {font-family: var(--ThemeFontThree); font-size: 70px; font-weight: 400; line-height: 62px; color: var(--White); position: relative; padding-bottom: 38px;}
.details_page .row { max-width: 1400px; margin: 0 auto 100px;}
.details_page .set h3::after {height: 1px; width: 180px; content: ""; background: var(--White); position: absolute; left: 0; right: 0; margin: auto; bottom: 15px;}
.details_page .set p { color: var(--White); text-transform: uppercase; letter-spacing: 2px;}
.details_page .set p { color: var(--White); text-transform: uppercase; letter-spacing: 2px; opacity: .7;}

/* olive_page */
.olive_page .set.set2 {margin-top: -50px;}
.olive_page .custom-btn {position: relative; top: -42px;}
.olive_page {padding: 70px 0 100px; border-radius: 70px 70px 0 0; margin-top: -70px; background: var(--White); position: relative;margin-bottom: -60px}
.olive_page .heading {max-width: 900px; margin: 0 auto 50px;}
.olive_page .col-4{  position: relative;}
.olive_page .col-4 + .col-4::after {height: 166px; width: 1px; background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgb(58, 58, 64) 34%, rgb(18, 17, 23) 50%, rgb(58, 58, 64) 65%, rgba(255, 255, 255, 0) 100%); content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto 0;}
.olive_page .set h3 {font-family: var(--ThemeFontThree); font-size: 76px; font-weight: 400; line-height: 80px; height: 85px;}
.olive_page .set h3 span {font-size: 32px;}
.olive_page .row {max-width: 1300px; margin: 90px auto 0;}
.olive_page .set {text-align: center; padding: 0 20px;}
.olive_page .set h5 {color: var(--Black); font-family: var(--ThemeFont); text-transform: uppercase; font-weight: 400; font-size: 24px; margin: 12px 0;}


/* olive_page2 */
.olive_page2 { height: 100vh; border-radius: 70px; position: relative;}
.olive_page2 .indiv::after {content: "";border-radius: 70px; position: absolute; width: 100%; height: 400px; bottom: 0; background: linear-gradient(360deg, var(--ThemeColor), #826d6d00);}
.olive_page2 img {width: 100%; height: 100vh;border-radius: 70px;object-fit: cover; object-position: top;}
.olive_page2 .heading {text-align: left; color: var(--White); line-height: 74px; margin-bottom: 45px;}
.olive_page2 .heading span { font-size: 44px; display: block;}
.olive_page2 .rowin.hdn { display: flex; align-items: self-end; z-index: 999; position: relative;}
.olive_page2 .set { position: relative;z-index: 9; border-radius: 20px; background: #27253661; padding: 60px 45px; max-width: 500px; text-align: center; float: right; margin-top: -75px;backdrop-filter: blur(9px); box-shadow: 0 4px 30px #12111747;}
.olive_page2 .set h3 {color: var(--White); font-size: 73px; font-family: var(--ThemeFontThree); line-height: 70px; margin: 35px 31px;}
.olive_page2 .indiv { position: absolute; top: 0; left: 0; height: 100%; width: 100%;}
.olive_page2 .set p{color:var(--White)}
.olive_page2 .set h1 { font-size: 145px; margin-bottom: 36px; line-height: 125px; color: var(--White); font-weight: 500; text-align: center; text-transform: uppercase; font-family: var(--ThemeFontThree);}
.olive_page3 .custom-btn { margin-top: 40px;}
.olive_page3{padding:80px 0 10px}
.olive_page3 .heading { font-size: 62px; text-align: left; line-height: 70px; margin-left: -50px; margin-top: 80px;position: relative;}
.olive_page3 .image { filter: blur(1px); height: 580px; border-radius: 30px; background-size: cover;}
.olive_page3 .image2 { filter: blur(0px); min-height: 730px; margin-left: 35px; width: 640px; height: 77vh;}
.olive_page3 .cont {box-shadow: 0 4px 20px #cccccca6; padding: 30px 70px; max-width: 80%; margin: auto; position: relative; top: -75px; background: #f1f0eeeb; border-radius: 20px; text-align: center;}
.olive_page2 .set h1 span { font-size: 20px; display: block; font-family: var(--ThemeFont); font-weight: 400; line-height: 32px;}


/***************************************************************
********************************* Amenities ************************
*****************************************************************/
.main_head {max-width: 1000px; margin: auto; text-align: center;}
.main_head .heading {margin-bottom: 15px;}
.Amenities { margin-bottom: 85px; background-repeat: no-repeat; background-position: right top; background-size: 600px; padding-top: 0;}
.amenities_in .set img {height: 72px; opacity: .8;}
.amenities_in .set{margin:40px 0}
.amenities_in {border: 1px solid #ccc; padding: 20px 50px;max-width: 1300px; margin: 40px auto 0; border-radius: 30px; text-align: center;background: var(--Bg);}
.Amenities .heading {margin-bottom: 15px;}
.amenities_in .set h5 {font-size: 28px; font-family: var(--ThemeFontThree); margin: 10px 0; letter-spacing: 3px;}
.amenities_in .set p { font-size: 18px; line-height: 26px;}
.maps img {max-width: 1300px; width: 100%;}
.maps {border-radius: 70px; margin-bottom: -65px; background: var(--Bg); position: relative; padding-bottom:70px;}
.main_head .minihed {color: var(--White); text-align: left; font-size: 22px; font-weight: 500; margin-bottom: 11px;}

/***************************************************************
********************************* floors ************************
*****************************************************************/
.floors { background-repeat: no-repeat; background-position: left top;  background-size: 600px; margin-bottom: 80px;}
.floors h1{  font-size: 430px; margin-bottom: 36px; color: #564f7b; font-weight: 500; text-align: center; font-family: var(--ThemeFontThree); display: ruby-text; opacity: .6;}
.floors .cont_main .cont { position: absolute; width: 500px; bottom: 88px; right: 1px;}
.floors .cont_main {position: relative;}
.floors .cont_main img {height: 600px; width: auto !important;}
.floors .cont_main .cont h4.po label {position: relative; top: 6px;}
.floors .cont_main .cont h4 {color: var(--ThemeColor); font-size: 46px; font-family: var(--ThemeFontThree); line-height: 54px; margin-bottom:40px; position: relative;}
.floors .cont_main .cont h4::after { height: 1px; width: 200px; content: ""; position: absolute; bottom: -18px; background: var(--ThemeColor2); left: 0;}
.floors .set { margin-top: 40px;}
.floors .set.set2 .cont_main { display: flex; justify-content: flex-end;}
.floors .set.set2 .cont_main .cont {right: inherit; left: 0; text-align: right;}
.floors .owl-nav { display: flex ; justify-content: center;  margin-top: 40px; gap: 10px;} 
.floors .owl-nav .owl-prev, .floors .owl-nav .owl-next { border: 1px solid #0000003d !important; width: 56px;  height: 55px;  border-radius: 50%;}
.floors .owl-nav span { font-size: 40px; top: 3px; position: relative;  }
.floors .cont_main .cont .custom-btn {margin-top: 35px;padding: 17px 40px;}
.floors .owl-dots {display: none;}
.floors .set2 .cont_main .cont h4::after {right: 0;left: inherit;}

.floors .iimmgg {
  width: 700px;
  text-align: center;
}
.floors .iimmgg img {
  margin: auto;
}
/***************************************************************
********************************* Documents ************************
*****************************************************************/
.Documents{ margin-bottom: 80px;}
.Documents .row { align-items: center;}
.Documents .cont h4 { font-size: 39px; font-family: var(--ThemeFontThree); margin: 10px 0 25px; letter-spacing: 3px; text-align: center; color: var(--White); line-height: 46px; text-shadow: 0 0 10px #4b456a;}
.Documents .main_head .heading { text-align: left;}
.Documents .main_head {text-align: left;}
.Documents h1 { font-size: 130px; color: #cfcfcf; font-weight: 500; text-align: center; font-family: var(--ThemeFontThree); display: ruby-text; opacity: .6; position: absolute; right: 0; top: 30px; line-height: 110px;}
.Documents .owl-carousel .owl-item img { display: block; width: 100%; height: 550px; object-fit: cover;object-position: top;}
.Documents .cont { position: absolute; bottom: 0; left: 0; right: 0; margin: auto; text-align: center; padding: 79px 20px 20px; background: linear-gradient(360deg, #494468, #826d6d00); border-radius: 12px;}
.Documents .custom-btn {display: inline-flex; gap: 11px; margin: auto; padding: 17px 45px;}
.Documents .cont .custom-btn img {height: 26px; width: auto;}
.Documents .set { border-radius: 12px; overflow: hidden;}
.Documents .main_head {
  text-align: left;
  padding-right: 129px;
}
.Documents .row {max-width: 1400px; margin:auto;} 
/* .Documents img {height: 500px; width: auto;}
.Documents .row {max-width: 1500px; margin:auto;} */
/* 
.image-slider {
  z-index: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100vh;
}

.image-slide {
  height: 100vh;
  margin: 0 auto;
}

.slick-slide.slick-center {
  transform: scale(1.2);
  transition: transform 0.8s 1.4s cubic-bezier(0.84, 0, 0.08, 0.99);
}

.slick-slide {
  transition: transform 0.7s cubic-bezier(0.84, 0, 0.08, 0.99);
}

.slider-control {
  margin: 0%;
  position: absolute;
  z-index: 2;
  bottom: 4%;
  left: 15%;
  transform: translate(-50%, -50%);
  display: flex;
}
button {
  color: #fff;
  background: none;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 16px;
  border-radius: 50%;
  margin: 0.4em;
  display: inline-block;
}
button:focus {
  outline: none;
}
.block-1 {
  z-index: 1;
  position: fixed;
  height: 100vh;
  width: 5%;
  left: 0%;
  background: #0f0f0f;
}
.block-2 {
  z-index: 1;
  position: fixed;
  height: 100vh;
  width: 25%;
  left: 25%;
  background: #0f0f0f;
}
.block-3 {
  z-index: 1;
  position: fixed;
  height: 100vh;
  width: 5%;
  right: 0%;
  background: #0f0f0f;
}
.overlay {
  z-index: 1;
  position: fixed;
  height: 100vh;
  width: 20%;
  left: 5%;
  background: rgba(0, 0, 0, 0.65);
}
.text-slider-wrapper {
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 30%;
}
.text-slider {
  margin: 0%;
  padding: 0%;
  height: 100vh;
}
.text-slide h1 {
  color: #fff;
  font-size: 64px;
  font-family: "Cinzel";
  font-weight: lighter;
  text-transform: uppercase;
  padding-left: 10%;
}
@media (max-width: 990px) {
  .block-2,
  .overlay {
    display: none;
  }
  .block-1 {
    width: 50%;
  }
  .block-3 {
    width: 12%;
  }
  .slide-slick {
    display: none !important;
  }
  .text-slide h1 {
    font-size: 30px !important;
  }
  .text-slider-wrapper {
    position: absolute;
    top: 50% !important;
  }
  .slider-control {
    left: 22.5%;
  }
} */




/***************************************************************
********************************* contact_page ************************
*****************************************************************/
.contact_page {
  padding: 80px 0;
  border-radius: 70px;
  background: var(--Bg);
  margin-top: -70px;
  z-index: 9999;
  position: relative;
}
.contact_page form .form-group .form-control { width: 100%; padding: 18px 20px; box-shadow: 0 3px 5px #27322a17; border-radius: 15px; margin-top: 5px; font-size: 18px; border: 1px solid var(--ThemeColor2);}
.contact_page form .form-group textarea.form-control { min-height: 160px; font-family: var(--ThemeFont);}
.contact_page form .form-group label {font-size: 22px;color: var(--ThemeColor); font-weight: 600; font-family: var( --ThemeFontThree);  letter-spacing: 4px;}
.contact_page form .custom-btn {border: none;}
.contact_page form .form-group {margin-bottom: 16px;}
.contact_page form {margin-top: 25px;}
.contact_page .text {margin-bottom: 28px;}
.contact_page .text h6 {text-transform: uppercase; margin-bottom: 8px; font-size: 24px; color: var(--ThemeColor); font-weight: 600; font-family: var( --ThemeFontThree); letter-spacing: 4px;}
.contact_page .text a {color: var(--ThemeColor2);}
.contact_page .info {border-left: 1px solid #ccccccba; padding-left: 50px; margin-left: 30px;}
.cont_page img {max-height: 600px;}
.social-icons{ margin-bottom: 38px;}
.social-icons a {width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; font-size: 30px; color: var(--White);  border-radius: 6px; background: #ffffff24; box-shadow: 0 0 0; border: 1px solid var(--ThemeColor2);}
.social-icons {gap: 15px;}
.cont_page .heading { font-size: 130px; color: var(--White); font-weight: 600;}
.cont_page .container {display: block;padding-bottom:120px}
.cont_page p { color: var(--White); max-width: 900px; margin: auto; text-align: center;}
.banner.cont_page::after { height: 100%; left: 0; background: linear-gradient(360deg, #000000c4, #826d6d00);top: -7px;}
.contact_page h4 { font-size: 49px; margin-bottom: 40px; line-height: 50px; letter-spacing: 2px;}
.maps.maps_c { padding-bottom: 0; overflow: hidden; border-radius: 00px 0px 70px 70px; height: 548px;}



/***************************************************************
********************************* list_page ************************
*****************************************************************/
.list_page { padding: 60px 0; border-radius: 70px; background:var(--Bg); margin-top: -70px; position: relative;}
.list_page .heading { text-align: left; font-size: 50px; line-height: 55px; margin-bottom: 20px; font-weight:600}
.list_page .set h4 {color: var(--ThemeColor); text-transform: uppercase; font-family: var( --ThemeFontThree); font-size: 34px; font-weight: 500; position: relative;  z-index: 9; letter-spacing: 1px; margin: 20px 0 15px;}
.list_page .set {margin-bottom:0;}
.list_page .set .d-flex { align-items: last baseline; gap: 15px;}
.list_page .set .nxt {border: 1px solid #12111791; height: 56px; min-width: 56px; display: inline-block; text-align: center; align-content: center; border-radius: 50%; position: relative; bottom: 14px;}
.list_page .set .nxt img { height: 24px;}
.list_page .sect1{margin-bottom:50px}
.list_page  .heading {text-align: left;}
.list_page ul { display: flex; gap: 18px; justify-content: end;}
.list_page ul li label { font-size: 20px;text-transform: uppercase; font-family: var(--ThemeFontThree); font-weight: 600; letter-spacing: 1px; margin-bottom: 5px; display: block;}
.list_page .set img {
  height: 270px;
  object-fit: cover;
}
.Filter_btn{display:none}
.list_page .heading .view {
  float: right;
  font-size: 18px;
  color: var(--ThemeColor2);
  font-weight: 400;
  border-bottom: 1px solid var(--ThemeColor2);
  height: 34px;
  padding: 0;
  font-family: var( --ThemeFont);
  gap: 10px;
  display: flex;
  line-height: 34px;
  align-items: center;
}
.list_page .heading .view img {
  height: 15px;
}
.filter {
  border-bottom: 1px solid #12111778;
  padding-bottom: 25px;
  margin-bottom: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter h3 img {
  height: 35px;
  position: relative;
  top: 2px;
}
.filter h3 {
  font-size: 55px;
  line-height: 72px;
  color: var(--ThemeColor);
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--ThemeFontThree);
  display: flex;
  align-items: center;
  gap: 13px;
}
.filter .ropdown {
  float: left;
  overflow: hidden;
}
.filter .dropdown .dropbtn {
  color: var(--ThemeColor2);
  padding: 14px 16px;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  border: 1px solid #12111778;
  min-width: 171px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  border-radius: 3px;
}
/* add a green background color to navbar links on hover */
.filter .dropdown:hover {
background-color:var(--ThemeColor2); color:var(--White) !important;
}

/* dropdown content */
.filter .posts-content {
  display: none; /* hide by default */
  position: absolute;
  background-color: #212121;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* links inside the dropdown */
.filter .posts-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* add the same green background color to dropdown links on hover */
.filter .posts-content a:hover {background-color:var(--ThemeColor2); color:var(--White)}

/* show the dropdown menu w/ js */
.filter .show {display:block;}

/* change the color of the footer links */










/***************************************************************
********************************* footer ************************
*****************************************************************/
.footer.footer2 {padding-top: 80px;}
.footer {background-color: var(--ThemeColor2); padding: 40px 0 30px; background-repeat: no-repeat; background-position: left bottom; background-size: 675px;}
.footer .heading { color: var(--White); position: relative; margin-bottom: 70px; letter-spacing: 4px;}
.footer .heading span {font-weight: bold; font-size: 112px;}
.footer .heading ::after { content: ""; background: var(--White); height: 2px; width: 174px; position: absolute; bottom: -34px; left: 0; right: 0; margin: auto;}
.footer .custom-btn {margin-top: 22px;}
.footer h1 { font-size: 155px; line-height: 120px; color: var(--White); font-weight: 500; letter-spacing: 6px;margin-top: 68px;}
.footer h5 {font-size: 22px; color: var(--White); font-weight: 300; line-height: 32px; margin-top: 25px; letter-spacing: 2px; margin-bottom: 50px;}
.footer .info p svg { height: 40px; min-width:40px; background: var(--White);  border-radius: 50%;  padding: 6px; color: var(--ThemeColor2);}
.footer .info p, .footer .info p a{ display: flex; align-items: center; gap: 18px; margin: 15px 0; font-size: 18px;color: var(--White)}
.footer .info p a{margin: 0;}
footer p { color: var(--White); max-width: 1436px; margin: 0 auto 11px; font-size: 22px; line-height: 34px; font-weight: 300;}
.footer .info { margin-top: -97px; max-width: 550px; float: right;}
.footer .info p.call a{color: var(--White);font-size: 35px;}







/*************************************************************************
********* olive_pageservices *********************
***********************************************************************/
.olive_pageservices {
  margin-top: 80px;
  margin-bottom: 80px;
}
.olive_pageservices .set {
  /* padding: 15px;
  border: 1px solid var(--ThemeColor2); */
  display: flex;
  gap: 30px;
  padding-right: 20px;
  align-items: center;
  /* background: #fff; */
  box-shadow: 0 0 24px #cccc;
}
.olive_pageservices .set p {
  margin-bottom: 20px;
}
.olive_pageservices .set img {
  height: 320px;
  width: 320px;
  object-fit: cover;
}
.olive_pageservices .row {
  max-width: 1500px;
  margin: auto;
}
.olive_pageservices .set {
  /* padding: 15px;
  border: 1px solid var(--ThemeColor2); */
  display: flex;
  gap: 30px;
  align-items: center;
}
.olive_pageservices .set h3 {
  color: var(--ThemeColor2);
  text-transform: uppercase;
  font-family: var( --ThemeFontThree);
  font-size: 36px;
  font-weight: 500;
  position: relative;
  z-index: 9;
  letter-spacing: 1px;
  line-height: 40px;
  margin-bottom: 12px;
}







.modi_buildtech p {
  color: var(--White);
  margin-top: 32px;
}

.modi_buildtech p.ptext {
  margin-top: 41px;
  border-left: 6px solid var(--White);
  padding-left: 20px;
  margin-left: 148px;
}


.whychooseus .many_more a {
  color: #232130;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 500;
}
.whychooseus .heading {
  color: #000;
  font-size: 90px;
  line-height: 80px;
  margin-bottom: -8px;
}

.olive_page.whychooseus .set .icon {
  height: 66px;
  border: 1px solid #ccc3;
  width: 66px;
  border-radius: 50%;
  line-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e1e1df;
}
.olive_page.whychooseus .set .icon img {
  height: 28px;
}
.olive_page.whychooseus .set.set2 {
  margin-top: 0;
}
.olive_page.whychooseus .set {
  text-align: left;
  padding: 0 30px;
}

.olive_page.whychooseus {
  padding: 1px 0 65px;
  border-radius: 0;
  background: transparent;
  background-repeat: no-repeat;
}

.olive_page.whychooseus .col-4 + .col-4::before{display: none !important;}
.olive_page.whychooseus .row {
  margin: 80px auto 0;
}
.whychooseus h5 {
  color: #000;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  margin-top: 19px;
}
.whychooseus .custom-btn {
  margin-top: 85px;
  float: right;
}
.modi_buildtech.whychooseus {
  border-radius: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
  background-size: 562px;
  background-position: top 33px right -33px;
  background-repeat: no-repeat;
  background-attachment: inherit;
}

.modi_buildtech.whychooseus::before{display:none}
/* .modi_buildtech.whychooseus .set {
  text-align: center;
  padding: 0 20px;
  background: linear-gradient(393deg, #564f7bbf 0%, #201e2b 100%);
  padding: 30px;
  border-radius: 14px;
} */
.modi_buildtech.whychooseus .set {
  text-align: center;
  padding: 0 20px;
  background: linear-gradient(393deg, #564f7b 0%, #201e2b 100%);
  padding: 30px;
  border-radius: 14px;
}
.modi_buildtech.whychooseus .set h3 span {
  font-size: 32px;
}
.modi_buildtech.whychooseus .set h3 {
  font-family: var(--ThemeFontThree);
  font-size: 76px;
  font-weight: 400;
  line-height: 80px;
  height: 85px;
  color: var(--White);
}



.modi_buildtech.whychooseus .set h5 {
  color: var(--White);
  font-family: var(--ThemeFont);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  margin: 12px 0;
}

.modi_buildtech.whychooseus p {
  color: var(--White);
  margin-top: 0;
}
.modi_buildtech.whychooseus::after{display:none}
.olive_page.whychooseus .set h3 {
font-size: 210px;
  opacity: .06;
  position: absolute;
  right: 40px;
  top: 45px;
  font-weight: 900;
}




.brand_collaborations.achievements .heading {
  color: var(--ThemeColor2);
}
.brand_collaborations.achievements .owl-carousel.owl-drag .owl-item.active + .owl-item.active::after {
  background: var(--ThemeColor2);
}


.brand_collaborations.achievements {
  padding: 40px 0 80px;
}













/*************************************************************************
**************************** blogs ******************************
*************************************************************************/
.blogs .set::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  background: #000000a3;
  filter: grayscale(100%);
  top: 0;
}
.blogs .heading {
  color: var(--White);
}
.blogs .many_more a {
  color: var(--White);
  text-decoration: underline;
  font-size: 20px;
}
.blogs {
  padding: 90px 0 150px 0;
  background-color: var(--ThemeColor2);
  position: relative;
  z-index: 999;
}
.blogs .set {
  height: 500px;
  background-position: center;
  position: relative;
  background-size: cover;
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: self-end;
}
.blogs .set::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  background: #000000a3;
  filter: grayscale(100%);
  top: 0;
}
.blogs .main_head p {
  color: var(--White);
}
.blogs .row {
  align-items: center;
}
.blogs .owl-dots{display:none;}
.blogs .set h4 {
  color: var(--White);
  text-transform: uppercase;
  font-family: var( --ThemeFontThree);
  font-size: 46px;
  font-weight: 500;
  position: relative;
  z-index: 9;
 letter-spacing: 1px;
  margin-bottom: 30px;
}
.blogs .set .cont {
  position: relative;
  z-index: 999;
  text-align: center;
  bottom: -220px;
  transition: all 0.5s;
    -webkit-transition: all 0.25s;
}
.blogs .set:hover .cont{
    bottom: 0;
}
.blogs .set p {
color: var(--White);
margin-bottom:20px;
}
.blogs .owl-nav.disabled {
  display: block !important;
}

.blogs .owl-next {
  position: absolute;
  background: linear-gradient(393deg, #564f7b 0%, #201e2b 100%) !important;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  font-size: 23px !important;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -31px;
  border: 2px solid #ffffffab !important;
}

.blogs .owl-prev {
  position: absolute;
  background: linear-gradient(393deg, #564f7b 0%, #201e2b 100%) !important;
  width: 62px;
  height: 62px;
  border: 2px solid #ffffffab !important;
  border-radius: 50%;
  font-size: 22px !important;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -31px;
}
.blogs .owl-next span, .blogs .owl-prev span {
  color: #fff;
  font-size: 36px;
}





















/*************************************************************************
**************************** gallery ******************************
*************************************************************************/
.gallery {
  margin: 70px 0 0 0;
}

.gallery p {
  text-align: center;
}

.gallery .heading {
  margin-bottom: 20px;
}
.gallery .set {
  height: 350px;
  position: relative;
  margin: 1px;
}
.gallery .row {
  margin: 30px 0 0;
}

.gallery .row .rowin {
  padding: 0 0;
}

.gallery .set::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  background: #000000a3;
  filter: grayscale(100%);
  top: 0;
}


/*************************************************************************
**************************** bookOppoitment ******************************
*************************************************************************/
.bookOppoitment {
  text-align: center;
  background-color: var(--ThemeColor2);
  padding: 90px 0;
  margin-top: 80px;
}
.bookOppoitment p.d-flex {
  justify-content: center;
  gap: 22px;
}
.bookOppoitment .heading {
  margin-bottom: 13px;
  color: var(--ThemeColor3);
}
.bookOppoitment p {
  margin-bottom: 20px;
  color: var(--TextColor);
}








/* brand_collaborations */

.Amenities.brand_collaborations .heading {
  color: var(--ThemeColor2);
}
.Amenities.brand_collaborations {
  padding: 30px 0 10px;
  background-attachment: inherit;
}
.Amenities.brand_collaborations p {
  color: var(--ThemeColor2);
  max-width: 80%;
  font-size: 18px;
  line-height: 28px;
}
.Amenities.brand_collaborations .set {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 28px;
}
.Amenities.brand_collaborations .set img {
  height: 210px;
  opacity: .8;
}
.Amenities.brand_collaborations .amenities_in {
  padding: 20px 40px;
}
.Amenities.brand_collaborations .set h4 {
  font-size: 30px;
}
.Amenities.brand_collaborations .set p {
  text-align: left;
  margin:17px 0 0;
  font-size: 16px;
  line-height: 21px;
  gap: 27px;
}



.Amenities.brand_collaborations .many_more {
  text-align: center;
  max-width:100%;
}
.Amenities.brand_collaborations .many_more   a {
  color: var(--ThemeColor2);
  text-decoration: underline;
  font-size: 20px;
}



/*************************************************************************
********* @media only screen and (max-width: 1799px)  *********************
***********************************************************************/
@media only screen and (max-width: 1799.98px) {

header .logo img {height: 80px;}
.header-top ul li a {font-size: 20px;}
.real_estate .main_hng h5 {font-size: 55px; line-height: 42px;}
.real_estate .main_hng h1 {font-size: 190px; line-height: 86px; top: -15px;}
.real_estate .main_hng h1 span { font-size: 70px;}
.real_estate .main_hng h2 {font-size: 180px;}
.real_estate ul li {font-size: 28px; line-height: 30px;}
.real_estate ul li + li::after { height: 23px;}
.real_estate ul.ul2 li { font-size: 22px;}
.real_estate .set h3 {font-size: 50px; line-height: 48px;}
.real_estate .set p { font-size: 22px; margin-top: 26px;}
.real_estate ul.ul2 { margin: 0 0 80px;}
.modi .heading {font-size: 100px;}
.modi h5 {font-size: 40px; line-height: 44px;}
.modi p {max-width: 490px; font-size: 34px;}
.real_estate { padding: 90px 0 60px; background-size: 620px;}
.heading, .brand_collaborations .heading { font-size: 60px;line-height: 62px;}
.brand_collaborations p {font-size: 24px; max-width: 100%; margin: 15px auto 0;}
.relity .set h4 {font-size: 42px;}
.brand_collaborations .many_more { margin-bottom: 60px;}
.relity .set { height: 350px;}
.brand_collaborations { padding: 40px 0 80px;}
.relity {padding: 80px 80px 90px 0; border-radius: 50px; background-size: 505px;}
.find_map .heading { font-size: 72px; line-height: 70px;}
 .find_map {
    padding: 0;
    border-radius: 50px;
    height: 700px;
  }
.relity .heading {margin-bottom: 50px;}
.brand_collaborations .owl-carousel .owl-item img {width: 220px;}
.brand_collaborations .owl-carousel.owl-drag .owl-item.active + .owl-item.active::after {height: 90px;}
.testimonial .set p {font-size: 20px; margin: 20px 0; line-height: 30px;}
.testimonial .set h6 { font-size: 24px; line-height: 32px;}
.modi_buildtech .heading { font-size: 84px; line-height: 85px;}
.modi_buildtech h5 {font-size: 30px; line-height: 42px; margin-top: 25px;}
.modi_buildtech ul li { font-size: 20px; margin: 10px 46px 10px 0;}
.footer .heading span {font-size: 92px;}
.footer p {max-width: 1125px; font-size: 20px;line-height: 32px;}
 .custom-btn {
    border-radius: 15px;
    padding: 17px 50px;
    font-size: 20px;
  }

.footer h5 {margin-top: 15px; }
.footer {background-size: 550px;}
.olive_page3 .image2 { width: 566px;min-height: 650px;}
.olive_page3 .heading { font-size: 52px;line-height: 59px; margin-left: 0;}
.Amenities {padding-top: 0;}
.details_page .heading {
  margin-bottom: 0%;
}
.floors .cont_main img {
  height: 530px;
}
.floors h1 {
  font-size: 330px;
}
.amenities_in {
  padding: 20px 30px;
  max-width: 1180px;
}
.olive_page3 .image {
  height: 520px;
}
.olive_page3 .heading {
  margin-top: 40px;
}
.details_page .heading {
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 3%;
}
.olive_page2 .set h3 {
  font-size: 60px;
  line-height: 60px;
  margin: 35px 45px;
}
.olive_page2 .heading span {
  font-size: 35px;
}
.olive_page2 .set {
  max-width: 470px;
}
.olive_page2 .heading {
  line-height: 56px;
}
.Documents .owl-carousel .owl-item img {
  height: 450px;
}
.Documents .cont h4 {
  font-size: 36px;
  margin: 10px 0 25px;
  letter-spacing: 3px;
  line-height: 38px;
}
.Documents .cont .custom-btn img {
  height: 26px !important;
}

.cont_page .heading {
  font-size: 100px;
}
.contact_page form .form-group label {
  font-size: 18px;
  letter-spacing: 3px;
}
.contact_page form .form-group .form-control {
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 16px;
}
.contact_page .text h6 {
  font-size: 20px;
  letter-spacing: 3px;
}
.floors .iimmgg {
  width: 520px;
}
}


/*************************************************************************
********* @media only screen and (max-width: 1599px)  *********************
***********************************************************************/
@media only screen and (max-width: 1599.98px) {
  .floors .iimmgg {
  width: 460px;
}
.relity .set {height: 290px;}
.relity .set h4 {font-size: 30px;}
.find_map h3 {font-size: 30px;}
.find_map .heading {font-size: 64px; line-height: 64px;}
.heading, .brand_collaborations .heading {font-size: 64px;line-height: 72px;}
.modi {height: 600px; background-position: center; }
.modi .heading {font-size: 85px;}
.modi h5 {font-size: 34px; line-height: 40px;}
.modi p {max-width: 420px; font-size: 28px; line-height: 36px; }
.relity {background-size: 450px;}
.brand_collaborations .owl-carousel .owl-item img {width: 180px;}
.brand_collaborations p {font-size: 22px;line-height: 35px;}
.modi_buildtech .heading {font-size: 78px; line-height: 80px; letter-spacing: 8px;}
.footer p {max-width: 900px;font-size: 20px; line-height: 36px;}
.footer h1 {font-size: 95px; line-height: 109px; margin-top: 60px;}
.footer h5 {font-size: 22px;  line-height: 35px; letter-spacing: 1px;}
.real_estate ul li { font-size: 24px; line-height: 30px;}
.real_estate ul.ul2 li {font-size: 18px;}
.real_estate ul.ul2 {margin: 0 0 60px;}
.real_estate .main_hng h5 { font-size: 45px; line-height: 46px;}
.real_estate .main_hng h1 {font-size: 160px; line-height: 70px; top: -15px;}
.real_estate .main_hng h2 {font-size: 160px;}
.real_estate .main_hng h1 span {font-size: 50px;}
.real_estate .set h3 {font-size: 40px; line-height: 44px;}
.find_map {height: 650px;}
.details_page .set h3 {font-size: 55px; line-height: 52px; padding-bottom: 30px;}

.olive_page .heading { max-width: 840px;margin: 0 auto 40px;line-height: 64px;}
.olive_page { padding: 50px 0 100px;}
.details_page .heading {margin-bottom: 9%;}
.olive_page2 .set h1 { font-size: 120px; margin-bottom: 26px; line-height: 104px;}
.olive_page3 .image2 {width: 490px; margin-left: 10px; min-height: 620px;}
.olive_page3 .heading {font-size: 45px; line-height: 55px; margin-top: 33px;}
.olive_page3 .cont { padding: 25px 30px; max-width: 80%; border-radius: 12px; top: -40px;}
.olive_page3 .image {height: 500px;}
.amenities_in .set {margin: 23px 0;}
.olive_page2 .set {max-width: 460px;}
.olive_page2 .set h3 { font-size: 42px; line-height: 46px; margin-bottom: 26px;}
  .details_page .heading { margin-bottom: 3%; font-size: 80px; line-height: 80px;  }

  .details_page .heading {
    font-size: 64px;
    line-height: 64px;
  }
   .floors h1 {
    font-size: 280px;
  }
  .floors .cont_main .cont h4 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 30px;
}
.floors .cont_main .cont {
  width: 420px;
  bottom: 60px;
  right: 0;
}
  .floors .cont_main img {
    height: 480px;
  }


.olive_pageservices .set h3 {
  font-size: 28px;
  line-height: 32px;
}
.olive_pageservices .set img {
  height: 300px;
  width: 290px;
}
.whychooseus .heading {

  font-size: 64px;
line-height: 72px;
}

.olive_page.whychooseus .row {
  margin: 60px auto 0;

}
.Amenities.brand_collaborations {
  padding: 5px 0 0;
}

.blogs .heading {
    font-size: 56px;
    line-height: 60px;
  }
  .blogs .set h4 {
  font-size: 28px;
  margin-bottom: 18px;
}
.blogs .set {
  height: 375px;
  padding: 18px;
}
.blogs .set .cont {
  bottom: -226px;
}
.blogs {
  padding: 75px 0 130px 0;
}
  .Amenities.brand_collaborations {
    margin-bottom: 75px;
  }
  .Amenities.brand_collaborations .set img {
  height: 125px;
}
.modi_buildtech_in {
  max-width: 770px;
}

.modi_buildtech_in .set h6 {
  font-size: 18px;
}
.modi_buildtech_in .set h4 span {
  font-size: 17px;
}

}


/*************************************************************************
********* @media only screen and (max-width: 1399px)  *********************
***********************************************************************/
@media only screen and (max-width: 1399.98px) {
  .olive_page .col-4 + .col-4::before {
  height: 66px;
  width: 235px;
  }
.heading {font-size: 50px; line-height: 60px;}
.footer .heading span {font-size: 80px; }
.modi_buildtech {padding: 30px 0 70px;}
.footer h5 {font-size: 20px; line-height: 30px; letter-spacing: 1px;}
.footer .info p {font-size: 18px;}
.modi_buildtech h5 {font-size: 20px; line-height: 32px;}
  .modi_buildtech::after {
    height: 360px;
    width: 360px;
    bottom: -115px;
  }
.modi_buildtech .heading {font-size: 70px; line-height: 70px;}
.header-top ul li a {font-size: 20px;}
.header-top {border-radius: 20px; padding: 28px 0;}
.real_estate {padding: 60px 0 60px; background-size: 440px;}
.real_estate .main_hng h5 { font-size: 38px; line-height: 40px;}
.real_estate .main_hng h1 span {font-size: 40px; letter-spacing: 12px;}
.real_estate .main_hng h1 { font-size: 140px; line-height: 60px;}
.real_estate .main_hng h2 {font-size: 140px;}
.real_estate ul.ul2 li {font-size: 16px;}
.real_estate ul li {font-size: 20px; line-height: 24px;margin: 0 36px;}
.real_estate ul li + li::after {left: -40px; }
.real_estate ul {margin: 40px 0 30px; text-align: center;}
.real_estate .set p {font-size: 20px; margin-top: 10px;}
.real_estate .set h3 {font-size: 36px; line-height: 38px;}
.modi {height: 500px; background-position: center; padding: 60px 0;}
.modi p {max-width: 345px; font-size: 24px; line-height: 32px;}
.relity {padding: 60px 40px 90px 0;background-size: 400px;}
.find_map {padding: 0; height: 700px;}
.brand_collaborations {padding: 40px 0 60px;}
.banner img{min-height: 630px;}
.details_page .heading {margin-bottom: 40px;}
.details_page .custom-btn{margin-bottom: 40px;}
.olive_page .set h3 {font-size: 70px;line-height: 66px;}
.olive_page .set h3 span {font-size: 32px;}
.olive_page2 .indiv::after{border-radius: 50px;}
.olive_page2 {border-radius: 50px;}
.olive_page {border-radius: 50px 50px 0 0;}
.olive_page .heading {max-width: 610px; line-height: 55px;}
.olive_page2 img {border-radius: 50px;}
.Amenities {margin-bottom: 60px; padding-top: 0;}
 .olive_page3 {padding: 60px 0 15px;}
.olive_page3 .image2 {width: 410px; min-height: 550px;}
.olive_page3 .image {border-radius: 16px;}
.olive_page3 .cont {max-width: 100%;}
.olive_page3 .heading { margin-top: 20px; margin-bottom: 20px; font-size: 38px; line-height: 45px;}
.olive_page3 .custom-btn {
    margin-top: 0;
    padding: 17px 25px;
  }
header { padding: 30px 0 25px;}
.maps {border-radius: 50px; margin-bottom: -60px; padding-bottom: 60px;}

header .logo img {
  height: 76px;
}
.header-top ul{
  gap: 40px;
}
.amenities_in .set h5 {
  font-size: 24px;
}
 .details_page .heading {
    margin-bottom: 3%;
    font-size: 70px;
    line-height: 70px;
  }
  .main_head {max-width: 850px; margin: auto;  
  }
   .floors h1 {font-size: 220px;}


   body {
  font-size: 16px;
  line-height: 24px;
}
  .floors .cont_main .cont h4 {
    font-size: 32px;
    line-height: 38px;
  }
    .floors .cont_main .cont {
    width: 360px;
    bottom: 60px;
  }
    .floors .cont_main img {
    height: 410px;
  }
  .floors .owl-nav.disabled {
  margin-top: 20px;
}
.floors {
  margin-bottom: 60px;
}
 .footer h1 {
    font-size: 90px;
    line-height: 90px;
    margin-top: 40px;
  }
    .footer p {
    max-width: 800px;
    font-size: 18px;
    line-height: 28px;
  }
.olive_page .set h3 { font-size: 56px; line-height: 61px;   height: 60px;  }
.olive_page .set h5 {font-size: 20px;}
.olive_page .set h3 span {font-size: 24px;}
.olive_page2 .set {margin-top: -50px;}
.olive_page .set {padding: 0 12px;}
  .cont_page .heading {font-size: 70px; margin-bottom: 15px;  }
.cont_page img { max-height: 520px; min-height: 520px;}
.cont_page .container {padding-bottom: 100px;}
.contact_page h4 { font-size: 34px; margin-bottom: 25px; line-height: 40px;  letter-spacing: 2px;}
.social-icons a { width: 54px; height: 54px; font-size: 21px;}
.contact_page { padding: 60px 0;}
.list_page .set img { height: 210px;}
.list_page .set h4 {font-size: 28px; margin: 15px 0 10px;}
.list_page .set .nxt { height: 50px; min-width: 50px;}
.list_page .set .nxt img {height: 20px;}
.list_page {padding: 60px 0 20px; position: relative;}
.list_page .heading {font-size: 40px; line-height: 50px;}
.filter h3 {font-size: 48px; line-height: 60px}
.filter h3 img {height: 30px;}

.olive_pageservices .set {
  gap: 20px;
}
 .olive_pageservices .set img {
    height: 300px;
    width: 250px;
  }
    .blogs .heading {
    font-size: 48px;
    line-height: 51px;
  }

  .blogs .set .cont {
    bottom: -162px;
  }
   .blogs .set h4 {
    font-size: 32px;
  }

  .bookOppoitment {
  padding: 70px 0;
  margin-top: 60px;
}
.modi_buildtech_in .set h4 {
  font-size: 50px;
  line-height: 50px;
}
  .modi_buildtech_in {
    max-width: 680px;
  }
  .Documents img {
  height: 400px;
}
.Documents {
  margin-bottom: 60px;
}
}



/*************************************************************************
********* @media only screen and (max-width: 1199px)  *********************
***********************************************************************/
@media only screen and (max-width: 1199.98px) {
   .floors .iimmgg {
    width: 374px;
  }
    .Documents img {
    height: 344px;
  }
body{font-size: 16px;line-height: 24px;}
.heading, .brand_collaborations .heading {
    font-size: 44px;
    line-height: 56px;
  }
   .header-top ul {
    gap: 24px;
  }
   .modi_buildtech_in {
    max-width: 600px;
  }
   .banner img {
    min-height: 520px;
    max-height: 520px;
  }
   .banner.details_page img {
    min-height: 600px;
    max-height: 600px;
  }
.amenities_in .set p {
  font-size: 16px;
  line-height: 24px;
}
.Amenities .main_head {
  max-width: 600px;
}
.amenities_in .set h5 {
  font-size: 20px;
  margin: 10px 0;
}

.amenities_in {
  padding: 10px 20px;
  margin: 25px auto 0;
  border-radius: 20px;
}
  .real_estate .set h3 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 4px;
    margin-bottom: 6px;
  }
 .real_estate ul li {
    font-size: 18px;
    margin: 0 27px;
  }
   .details_page .heading {
    font-size: 58px;
    line-height: 60px;
  }
    .details_page .set h3 {
    font-size: 45px;
    line-height: 39px;
    padding-bottom: 30px;
  }
  .details_page .set h3 label {
  top: -5px;
}
  .real_estate ul li + li::after {
    left: -30px;
    height: 18px;
  }
  .Documents {
  margin-bottom: 60px;
}
.footer.footer2 {
  padding-top: 60px;
}
    .brand_collaborations p {
    font-size: 20px;
    line-height: 30px;
  }
   .footer h1 {
    font-size: 80px;
    line-height: 80px;
    margin-top: 50px;
  }
  
  .footer {
      padding: 40px 0 ;
    background-size: 492px;
  }
   .footer .heading span {
    font-size: 60px;
  }
    .testimonial .set p {
    font-size: 18px;
    line-height: 26px;
    margin: 15px 0;
  }
   .modi h5 {
    font-size: 26px;
    line-height: 32px;
    margin-top: 20px;
  }
  .owl-dots{display: none;}
    .modi .heading {
    font-size: 64px;
  }
  .relity .set {
    height: 230px;
  }

  .relity .row {
  margin: 0 -8px;
}
 .relity {
    padding: 50px 40px 50px 0;
    background-size: 300px;
  }
   .relity .heading {
    margin-bottom: 25px;
  }
.relity .row .rowin {
  padding: 0 8px;
}
 .find_map .heading {
    font-size: 50px;
    line-height: 52px;
  }

 .find_map {
    height: 550px;
  }
  .footer p {
    max-width: 740px;
    font-size: 18px;
    line-height: 30px;
  }
   .modi_buildtech h5 {
    font-size: 18px;
    line-height: 30px;
  }
  .modi_buildtech ul li {
    font-size: 18px;
 margin: 5px 40px 5px 0;
  }
    .modi_buildtech::after {
    height: 320px;
    width: 320px;
    bottom: -100px;
  }
.modi_buildtech ul {
  margin-top: 25px;
  max-width: 80%;
  border-left: 3px solid var(--White);
  padding-left: 20px;
  margin-left: 28px;
}
 .footer h5 {
    font-size: 18px;
    line-height: 30px;
  }
    .footer .info p {
    font-size: 16px;
    margin: 15px 0;
  }
  header {
  padding: 20px 0 20px;

}

 header .header-top {
    border-radius: 15px;
    padding: 20px 0;
  }
    .olive_page .set h3 {
    font-size: 55px;
    line-height: 46px;
  }
  .olive_page2 img {
  min-height: 610px;
}
.olive_page2 {
  min-height: 610px;
}
.olive_page2 .set {
  padding: 30px 30px;
}
 .olive_page2 .set h3 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 26px;
  }
    .Amenities {
    margin-bottom: 50px;
  }
    .olive_page3 .image2 {
    width: 346px;
    min-height: 550px;
    margin: 0;
  }
   .olive_page3 .cont {
    padding: 20px 20px;
    border-radius: 12px;
    top: 0;
    margin-top: 20px;
  }
   .olive_page3 {
    padding: 50px 0;
  }
  .olive_page2 .set {
  margin-top: -50px;
}
 .floors .cont_main img {
    height: 320px;
  }
  .floors .cont_main .cont .custom-btn {
  padding: 15px 29px;
}
  .floors .cont_main .cont {
    width: 310px;
    bottom: 0;
  }
   .floors {
    margin-bottom: 50px;
  }
  .olive_page3 .image {
    height: 450px;
  }
    .olive_page3 .image2 {
    min-height: 500px;
  }
  .container {
  padding: 0 35px;
}
 .Documents .owl-carousel .owl-item img {
    height: 415px;
  }


  .cont_page img {
    max-height: 420px;
    min-height: 420px;
  }
.cont_page .heading {
    font-size: 60px;
  }
 .list_page {
    padding: 45px 0 20px;
    border-radius: 50px;
  }
  .filter .dropdown .dropbtn {
  padding: 12px 12px;
  min-width: 158px;
}

.olive_pageservices .set {
    display: block;
  }
  .olive_pageservices .set img {
    height: 220px;
    width: 100%;
  }
  .olive_pageservices .set div {
  padding: 20px;
}
.olive_pageservices .row .rowin, .olive_pageservices .set  {
  height: 100%;
}
.olive_pageservices {
  margin-top: 160px;
  margin-bottom: 70px;
}

  .Amenities.brand_collaborations {
    margin-bottom: 60px;
  }
    .Amenities .main_head {
    max-width: 80%;
  }
   .Amenities.brand_collaborations .set img {
    height: 90px;
  }
  .Amenities.brand_collaborations .set h4 {
  font-size: 24px;
}
.Amenities.brand_collaborations .set p {
  font-size: 15px;
}
.Amenities.brand_collaborations .amenities_in {
  padding: 10px 25px;
}
.Amenities.brand_collaborations .set {
  gap: 15px;
}
  .blogs .heading {
    font-size: 40px;
    line-height: 45px;
  }
   .blogs {
    padding: 60px 0 120px 0;
  }
    .custom-btn {
    border-radius: 10px;
    padding: 12px 40px;
    font-size: 18px;
  }
   .blogs .set .cont {
    bottom: -176px;
  }
  
}



/*************************************************************************
********* @media only screen and (max-width: 991px)  *********************
***********************************************************************/
@media only screen and (max-width: 991.98px) {

    .modi_buildtech::after {
    display:none;
  }
.container-fluid {padding: 0 20px;} 
.toggle-bar {display: block;}
 .modi_buildtech_in {
    max-width: 100%;
  }
    .modi_buildtech {
    padding: 30px 0 150px;
  }
 .Documents .owl-carousel .owl-item img {
    height: 490px;
  }
.Documents .rowin.text-end {
    text-align: center;
  }
.Documents .col-6 {
  width:100%;
  text-align: center;
}

     .banner img {
    min-height: 450px;
    max-height: 450px;
  }
    .Documents .owl-nav.disabled {
    margin-top: 20px;
    }
  .testimonial .set p {
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0;

  }

  .footer .info p a br{display: none;}

  .floors .set .col-3, .floors .set .col-9 {
  width: 100%;
}
.floors .cont_main {
  position: relative;
  display: flex;
  gap: 30px;
  justify-content: center;
}

  .floors h1 {
    font-size: 143px;
    position: absolute;
    top: 65px;
    right: 0;
    color: #564f7b73;
  }
.Documents .main_head.heading {
  text-align: center;
}
/* .Documents .main_head {
  text-align: center;
  max-width: 600px;
  margin-bottom: 20px;
} */
 .floors .cont_main .cont {
    width: 50%;
    bottom: 0;
    position: relative;
    width: auto;
    order: 2;
  }


  .olive_page .set {
  padding: 0;
}

 .olive_page .set h3 {
    font-size: 40px;
    line-height: 40px;
    height: 38px;
  }
    .olive_page .set h3 span {
    font-size: 20px;
  }
  .heading {
  margin-bottom: 11px;
}
   .testimonial .set h6 {
    font-size: 20px;
    line-height: 30px;
  }
  .testimonial {
  margin: 45px 0 ;
}
 .footer p {
    max-width: 550px;
    font-size: 16px;
    line-height: 26px;
  }

  .modi_buildtech .heading {
    font-size: 55px;
    line-height: 61px;
  }
    .modi_buildtech h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .footer h1 {
    font-size: 55px;
    line-height: 63px;
    margin-top: 35px;
  }
    .olive_page3 .heading {
    text-align: center;
    margin-top: 20px;
  }
   .footer h5 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 35px;
    letter-spacing: 1px;
  }
  .footer .info p a{
      font-size: 16px;
  }
    .footer .info p {
    font-size: 16px;
    margin: 12px 0;
  }
   .heading, .brand_collaborations .heading {
    font-size: 40px;
    line-height: 50px;
  }
   .footer {
    background-size: 360px;
  }
 .banner.details_page img  {
    max-height: 600px;
    min-height: 600px;
  }
 header {
  padding: 15px 0;
}
  header .logo img {
    height: 65px;
  }
.header-top ul {display: block; margin-top:60px;}
.header-top .nav {position: fixed; max-width: 500px; background: var(--ThemeColor2); height: 100%; top: 0; z-index: 9999; left: -900px; }
.toggle-bar img {margin: 0;}
.header-top .nav.main{left: 0px;}
header .header-top {background: transparent;}
.header-top ul li a {font-size: 20px; color: var(--White); padding: 20px 0; display: block;}
.toggle-bar.toggleclose { position: absolute !important; right: 20px; top: 0 !important; font-size: 30px; color: var(--White);background: transparent; display: inline-block !important; width: 63px !important;left: inherit !important;}
  .toggle-bar {
    display: block !important;
    background: #0009;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 9px;
    border: navajowhite;
    border-radius: 5px;
  }
.container {padding: 0 20px;}
.real_estate .set h3 {font-size: 30px; line-height: 33px;}
.owl-nav.disabled {display: flex !important; justify-content: center; margin-top: 40px; gap: 10px;}
.owl-nav span {font-size: 40px; top: 3px; position: relative;}
.owl-prev, .owl-next {border: 1px solid #0000003d !important; width: 56px; height: 55px; border-radius: 50%;}

 .olive_page2 .set h3 {
    font-size: 34px;
    line-height: 39px;
    margin-bottom: 20px;
  }
  .olive_page .heading {
    max-width: 530px;
    line-height: 42px;
  }
    .custom-btn {
    border-radius: 10px;
    padding: 14px 36px;
    font-size: 18px;
  }
    .olive_page2 .set h1 {
    font-size: 100px;
    margin-bottom: 0;
    line-height: 100px;
  }
.olive_page2 .heading {
    font-size: 38px;
    line-height: 43px;
    margin-bottom: 40px;
  }
  .amenities_in .set img {
  height: 55px;
}
.amenities_in .set {
    margin: 16px 0;
  }
  .olive_page3 .col-3, .olive_page3 .col-5 {
  width: 50%;
}
  .olive_page3 .col-4 {
  width: 100%;
}
 .olive_page3 .heading {
    margin-left: 0;
    text-align: center;
  }
  .olive_page3 {
    text-align: center;
  }
    .olive_page3 .image {
    height: 360px;
  }
  .olive_page3 .image2 {
    min-height: 410px;
    width: 100%;
  }
 /* .olive_page3 .heading {
    margin-left: 0;
    text-align: left;
    min-width: 40%;
    margin-top: 0;
  } */

 
  .details_page .set h3 {
    font-size: 46px;
    line-height: 50px;
  }
  .olive_page3 .setdiv {
  display: block;
  gap: 20px;
  text-align: center;
  margin-top: 23px;
}
  .Documents {
    margin-bottom: 50px;
  }
    .contact_page {
    padding: 50px 0;
    border-radius: 50px;
  }
   .cont_page img {
    max-height: 400px;
    min-height: 400px;
  }
  .contact_page .info {
  padding-left: 30px;
  margin-left: 15px;
}
.maps.maps_c iframe {
  height: 350px;
}
.list_page .sect1 .col-3 {
  width: 50%;
  margin-bottom: 23px;
}
.filter {
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: block;
}
.list_page ul {
  justify-content: space-around;
}
  .list_page .set h4 {
    font-size: 26px;
    margin: 7px 0 8px;
  }
  .list_page .sect1 {
  margin-bottom: 36px;
}
.maps.maps_c{height: 350px; border-radius: 00px 0px 50px 50px;}
 .filter h3 {
    line-height: 45px;
    justify-content: center;
    margin-bottom: 20px;
  }
  .Amenities.brand_collaborations .amenities_in .col-4 {
  width: 50%;
}
.blogs .col-4 {
  width: 100%;
  margin-bottom: 22px;
}
.blogs .col-8 {
  width: 100%;
}
  .blogs .heading {
    text-align: center !important;
  }
  .blogs .main_head p {
  text-align: center !important;
}
 .blogs .main_head {
    max-width: 600px;
  }
  .blogs .owl-carousel {
  padding: 0 30px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;

  font: inherit;

    font-size: inherit;

}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blogs .owl-prev {
  width: 54px;
  height: 54px;
  left: 0;
}
.blogs .owl-next
 {
  width: 54px;
  height: 54px;
  right: 0;
}
  .bookOppoitment {
    padding: 50px 0;
    margin-top: 50px;
  }

    .whychooseus .heading {
    font-size: 40px;
    line-height: 50px;
    margin: 0 auto 0;
  }

  .Documents .col-4{
  width: 50%;
}

 .Documents .col-8 {
  width: 50%;
}
.Documents .main_head {
  padding-right: 0;
}
}




/*************************************************************************
********* @media only screen and (max-width: 767px)  *********************
***********************************************************************/
@media only screen and (max-width: 767px) { 
/* .heading{font-size: 30px; line-height: 36px;} */
.container-fluid {padding: 0 15px;}
.banner.details_page img  {
    max-height: 520px;
    min-height: 520px;
  }
  .footer .info p.call a {
  font-size: 31px;
}
.Documents .owl-carousel {
  max-width: 330px;
  margin: auto;
}
.Documents .main_head{text-align:center; margin-bottom:16px;}
  .Documents .main_head .heading {
  text-align: center;
}
    .olive_page .col-4 + .col-4::before, .olive_page .col-4 + .col-4::after {
   display:none;
  }
   .banner img {
    min-height: 400px;
    max-height: 400px;
  }
    .olive_pageservices {
    margin-top: 70px;
  }
   .olive_page.whychooseus .row {
    margin: 40px auto 0;
  }
header::after {
  height: 120px;
}
.Documents .col-4, .Documents .col-8 {
  width: 100%;
}
      .list_page ul li{margin-bottom:15px;}
    .list_page ul {
   display:block
  }
   .filter .dropdown .dropbtn {
    padding: 12px 12px;
    min-width: 100%;
  }
  .floors .cont_main img {
    height: 233px;
  }
  .amenities_in .col-4 {
  width: 50%;
}
  .filtermain {
    position: fixed;
    bottom: -900px;
    background:#121117a1;
    width: 100%;
    left: 0;
    display: none;
    z-index: 999999;
    margin-bottom: 0;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.25s;
    
  }
 .filtermain .filter {
    background: var(--Bg);
    padding: 20px;
    width: 100%;
    box-shadow: 0 0 91px #010101d1;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
.filtermain.main{display:block; bottom:0;}
 .Filter_btn {
    font-size: 26px;
    line-height: 40px;
    color: var(--ThemeColor);
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--ThemeFontThree);
    align-items: center;
    gap: 13px;
    border: 1px solid;
    padding: 6px 30px;
    border-radius: 5px;
    display: inline-flex;
    margin-bottom: 25px;
    position: relative;
    z-index:999;
  }

.Filter_btn img{
  height: 25px;
  position: relative;
  top: 2px;
}
 .list_page {
    padding: 35px 0 20px;
    border-radius: 30px;
  }
  header {
  left: 0;
  padding: 12px 0;
}
 .floors .cont_main .cont h4 {
    font-size: 28px;
    line-height: 32px;
  }
.footer .info p a br {
  display: none;
}
   .olive_page2 .heading {
    text-align: center;
    width: 100%;
    font-size: 40px;
  }
    .olive_page2 .heading span {
    font-size: 25px;
  }
 .olive_page .heading {
    font-size: 37px;
    line-height: 44px;
  }
header .header-top {
    padding: 18px 0;
    border-radius: 10px;

}
  .brand_collaborations p {
    font-size: 16px;
    line-height: 24px;
  }
    .brand_collaborations p.text-center {
    max-width: 380px;
  }
  .brand_collaborations .owl-carousel .owl-item img {
    width: 120px;
  }
.brand_collaborations {
    padding: 40px 0 50px;
  }
   .modi_buildtech .heading {
    font-size: 42px;
    line-height: 44px;
  }
  .modi_buildtech {
    padding: 50px 0 130px;
  }
  .modi_buildtech ul li {
    font-size: 16px;
    margin: 5px 31px 5px 0;
  }
   .modi_buildtech ul {
    margin-top: 15px;
    max-width: 100%;
    padding-left: 15px;
    margin-left: 0;
  }

  .modi_buildtech::after {
    height: 230px;
    width: 230px;
    bottom: -69px;
  }

  .real_estate .main_hng h1 {
    font-size: 95px;
    line-height: 42px;
  }
    .real_estate .main_hng h1 span {
    font-size: 26px;
    letter-spacing: 8px;
  }
  .real_estate .main_hng h1 span::after {
  width: 62px;
}
  .real_estate .main_hng h1 span {
  padding-left: 70px;
}
    .real_estate .main_hng h2 {
    font-size: 95px;
    line-height: 46px;
  }
  .real_estate .main_hng h5 {
    font-size: 28px;
    line-height: 28px;
    top: -46px;
  }
  .container {
  padding: 0 20px;
}
  .real_estate ul li {
    font-size: 18px;
    margin: 0 20px;
  }
  .real_estate ul {
    margin: 10px 0 10px;
    text-align: center;
  }
   .real_estate ul li + li::after {
    left: -22px;
   }
   .real_estate .col-3 {
  width: 50%;
}
 .real_estate .set p {
    font-size: 18px;
    margin-top: 0;
 }
 .real_estate .set {
  margin-bottom: 30px;
}
  .real_estate {
    padding: 60px 0 30px;
  }
    .modi .heading {
    font-size: 50px;
  }
    .modi h5 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
  }
   .modi p {
max-width: 300px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    bottom: 85px;
    margin: auto;
    left: 0;
  }
    .modi {
    height: 410px;
    padding: 50px 0;
  }
    .relity {
    border-radius: 25px;
     background-size: 245px;
  }

  
   .relity .set {
    height: 180px;
  }
   .relity .set h4 {
    font-size: 22px;
  }
  

  .find_map .col-5, .find_map .col-7 {
  width: 100%;
}
  .find_map .heading {
    font-size: 42px;
    line-height: 42px;
    text-align: center !important;
  }
   .find_map h3 {
    font-size: 24px;
  }
    .find_map {
    height: 437px;
    padding: 0 0 23px;
  }
    .find_map {
    border-radius: 0 0 30px 30px;
  }
   .heading, .brand_collaborations .heading {
    font-size: 34px;
    line-height: 42px;
  }

.olive_page {
    border-radius: 30px 30px 0 0;
    padding: 40px 0 70px;
  }
 .olive_page .set h3 {
    font-size: 48px;
    line-height: 40px;
  }
  .olive_page2 img {
    border-radius: 30px;
  }
  
   .details_page .set h3 {
    font-size: 35px;
    line-height: 35px;
  }
  .details_page .set h3::after {
  width: 100px;
}
  .olive_page2 {
    border-radius: 30px;
  }
    .olive_page2 .indiv::after {
    border-radius: 30px;
    height: 300px;
  }
  .olive_page2 .indiv .col-7, .olive_page2 .indiv .col-5 {
  width: 100%;
}
  .olive_page2 .heading {
    text-align: center;
  }
  .olive_page .custom-btn {
  top: -24px;
}
 .olive_page2 img {
    min-height: 500px;
    max-height: 555px;
    object-fit: cover;
  }
    .olive_page2 .heading {
    margin-bottom: 0;
    margin-top: 36px;
  }
  .olive_page2 {
    min-height: auto;
    border-radius: 30px;
    height: auto;
  }
  .olive_page2 .set {
    max-width: 460px;
    position: absolute;
    bottom: 42px;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: auto;
    margin-top: auto;
  }
  .olive_page2 .indiv .col-5 {
  order: 1;
}
.olive_page2 .indiv .h-100 {
  height: auto;
}
  .olive_page3 .image2 {
    width: 100%;
  }
  .details_pagein {
  padding-top: 65px;
}
  .details_page .heading {
    font-size: 46px;
    line-height: 50px;
  }
  .banner.details_page .container {
  height: 100%;
}
.banner.details_page .container {
    height: 385px;
  }
    .maps {
    border-radius: 30px;
  }
   .olive_page .set h3 {
    font-size: 30px;
    line-height: 38px;
    height: 32px;
  }
   .olive_page .set h5 {
    font-size: 17px;
  }
  .olive_page .set h3 span {
    font-size: 16px;
  }
    .olive_page .heading {
    margin: 0 auto 0;
  }
  .olive_page .row {
  margin: 70px auto 0;
}
.details_page .row {
  margin: 0 auto 25px;
}
.contact_page .col-6 {
  width: 100%;
}
.contact_page .text h6 {
  margin-bottom: 2px;
}
 .contact_page h4 {
    text-align: center;
  }
    .contact_page {
    padding: 30px 0;
    border-radius: 30px;
  }
 .contact_page .info {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    border-top: 1px solid #ccccccba;
    padding-top: 23px;
    margin-top: 15px;
    text-align: center;
  }
  .social-icons {
  justify-content: center;
}
  .maps.maps_c {
    border-radius: 00px 0px 30px 30px;
  }
    .list_page {
    border-radius: 30px;
  }
    .Filter_btn.close {
  width: auto;
  position: absolute;
  top: -62px;
  border: 1px solid var(--Bg);
  padding: 10px;
  border-radius: 50%;
  right: 10px;
}

.contact_page form .form-group {
  text-align: center;
}
  .contact_page form .form-group label {
    display: block;
    text-align: left;
  }
header .dropdown .dropdown-content {
  position: relative;
  z-index: 1;
}
header .dropdown .dropdown-contentin a {
  text-align: center;
}

.olive_pageservices .set {
  padding-right: 0;
}
 .olive_pageservices .set img {
    height: 175px;
  }
    .olive_pageservices .set h3 {
    font-size: 24px;
    line-height: 27px;
  }
  .Amenities.brand_collaborations .set {
  display: block;
  text-align: center;
}
.Amenities.brand_collaborations .set p {
  text-align: center;
  margin: 8px 0 0;
  max-width: 100%;
}
.Amenities.brand_collaborations p {
  max-width: 100%;
  font-size: 16px;
  line-height: 24px;
}
.olive_page.whychooseus .col-4 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.olive_page.whychooseus .set h3 {
  font-size: 110px;
  opacity: .1;
  height: auto;
  line-height: 80px;
}


.olive_page.whychooseus .set.set2 {
  margin-top: 0;
}
.olive_page.whychooseus h5.text-center {
  margin-bottom: 22px;
}
  .olive_page.whychooseus .set {
    padding: 24px 30px;
    margin-bottom: 12px;
    border: 1px solid #cccc;
    border-radius: 10px;
  }
}


/*************************************************************************
********* @media only screen and (max-width: 576px)  *********************
***********************************************************************/
@media only screen and (max-width: 575px) {
    .olive_pageservices .set {
    text-align: center;
  }
  .Amenities.brand_collaborations .amenities_in .col-6 {
  width: 100%;
}
  .Amenities.brand_collaborations .set img {
    height: 150px;
    margin-bottom: 6px;
  }
 .bookOppoitment p.d-flex {
    display: block;
    margin-bottom: 0;
  }
.Documents img {
    height: auto;
    max-width: 100%;
  }
  .bookOppoitment .custom-btn {
    margin: 5px 0;
  }
  /* .banner .col-6 {
  width: 100%;
  margin: 5px;
  text-align: center; 
}*/
.banner .col-6 .custom-btn {
  padding: 10px 12px;
}
.banner .col-6 .rowin.text-end{text-align: center;}
  .modi_buildtech_in .set.set2 { margin-top: 0;}
  .modi_buildtech_in .col-4 + .col-4::after{display: none;}
  .olive_page.whychooseus .col-4 {
    max-width: 100%;
    margin: 0 auto;
  }
    .modi_buildtech {
    padding: 50px 0 50px;
  }
  .modi_buildtech_in {
  margin: 50px 0 0;
}
  .olive_page.whychooseus .set {
  padding: 24px 30px;
}
  .footer .info p.call {
  margin-bottom: 20px;
}
  .footer .info {
  margin-top: 0;
  max-width: 100%;
  float: left;
}
  .modi_buildtech_in .col-4 {
  width: 100%;
  margin: 20px 0;
}
  .olive_pageservices .col-6 {
  width: 100%;
  margin-bottom: 15px;
}
.whychooseus h5 {
  margin-bottom: 0;
}
.whychooseus .many_more a {
  font-size: 16px;
}
    .banner img {
    min-height: 360px;
    max-height: 360px;
  }
  .cont_page img {
    min-height: 375px;
    max-height: 375px;
  }
    .list_page .sect1 .col-3 {
    width: 100%;
    padding-bottom:20px;
  }
.list_page h6 .view img {
  height: 15px;
}
.list_page h6 .view {
    font-size: 18px;
    color: var(--ThemeColor2);
    font-weight: 400;
    border: 1px solid var(--ThemeColor2);
    height: 50px;
    padding: 0;
    font-family: var( --ThemeFont);
    gap: 10px;
    line-height: 50px;
    align-items: center;
    display: flex;
    width: 200px;
    margin: auto;
    justify-content: center;
    border-radius: 5px;
  }

 .list_page .sect1 .d-none {
    display: grid;
    text-align: center;
  }
  .list_page .heading .view {
display:none;
}
    .banner.details_page img  {
    max-height: 520px;
    min-height: 520px;
  }

 .blogs .set .cont {
    bottom: auto;
  }
    .filter h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .blogs .set p, .blogs .set .custom-btn {
  display: none;
}

  .blogs .set:hover p, .blogs .set:hover .custom-btn {
  display: none;
}

 .list_page .heading {
    font-size: 35px;
    line-height: 42px;
    border-bottom: 1px solid #12111778;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
.real_estate ul li + li::after {
    left: -12px;
    height: 15px;
  }
  .cont_page .heading {
    font-size: 45px;
  }
.real_estate ul li {
  margin: 0 10px;
}
  .olive_page2 .indiv::after {
    border-radius: 25px;
    top: inherit;
    bottom: 0;
    background: #0000008c;
    height: 100%;
  }

  .floors .cont_main {
    display: inline-grid;
    gap: 0;
    text-align: center;
  }
.owl-carousel .owl-item img {
  margin: auto;
}
.real_estate ul.ul2 li {
  margin: 0 10px;
}
.real_estate ul.ul2 li + li::after {
  left: -17px;
}
.relity .col-4 {
  width: 100%;
  margin: 8px 0;
}
  .relity {
    padding: 50px 20px 50px 20px;
  }
    .relity .set {
    height: 220px;
  }
    .relity .set h4 {
    font-size: 24px;
  }

   .find_map .heading {
    font-size: 34px;
    line-height: 36px;
  }
    .find_map h3 {
    font-size: 20px;
  }
  .find_map .row {
  margin: 0 auto;
}
  .modi_buildtech ul li {
    margin: 0px 31px 0px 0;
  }

    .floors .cont_main .cont {
    margin-top:15px;
  }
    .footer {
    padding: 70px 0 50px;
  }
    .custom-btn {
    border-radius: 10px;
    padding: 10px 39px;
    font-size: 18px;
  }
  .floors .cont_main .cont .custom-btn {
  margin-top: 20px;
}


.Documents .owl-carousel {
  max-width: 330px;
  margin:auto;
}

.floors .cont_main .cont h4::after {
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
}
.footer .col-6 {
  width: 100%;
}
.footer {
    text-align: center;
  }
    .footer h1 {
    font-size: 44px;
    line-height: 48px;
    margin-top: 35px;
  }
   .footer .info p {
    font-size: 16px;
    margin: 10px 0;
    justify-content: center;
  }
 .footer .info p svg {
    height: 33px;
    padding: 5px;
    width: 33px;
    min-width: 33px;
  }
 .footer {
    background-size: 300px;
  }
  .olive_page {
    border-radius: 25px 25px 0 0;
    padding: 20px 0 65px;
  }
   .olive_page .heading {
    max-width: 400px;
  }
 .olive_page .col-4 {
  width: 100%;
}
.olive_page .set.set2 {
  margin-top: 0;
}
  .olive_page .heading {
    margin: 0 auto 20px;
  }
.olive_page .row {
  margin: 24px auto 0;
}
  .olive_page .heading {
 font-size: 32px;
    line-height: 38px;
  }
  .olive_page .set {
  margin-bottom: 12px;
  border: 1px solid #cccc;
  padding: 20px 10px;
  border-radius: 10px;
}
.olive_page .col-4 + .col-4::after{display:none}

.olive_page2 .indiv {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    top: inherit;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .olive_page2 .set {
    position: relative;
    margin: auto;
    bottom: 0;
  }
    .olive_page2 img {
    border-radius: 25px;
  }

  .olive_page2 {
    overflow: hidden;
  }
   .olive_page2 .heading {
    margin-bottom: 30px;
    margin-top: 0px;
  }
 
   .olive_page3 .setdiv {
    display: block;
    text-align: center;
  }
    .olive_page3 .heading {
    text-align: center;
    }
  .olive_page2 .indiv::after {
    border-radius: 25px;
    top: inherit;
   bottom: 6px;
  }
  .olive_page3 .image {
    height: 280px;
  }
    .olive_page3 .image2 {
    min-height: 340px;
  }
  .amenities_in .col-4 {
  width: 50%;
}
  .maps {
    border-radius: 25px;
  }
  .footer.footer2 {
    padding-top: 70px;
  }
header .logo img {height: 60px;}
.toggle-bar {background: #0009; padding: 10px; top: 7px;}
.olive_page2 .set h3 {margin: 10px 20px;height: 60px;}
.banner.details_page .container {height: 400px;}
.details_page .heading { font-size: 36px; line-height: 42px;}
.details_page .set h3 label {font-size: 20px;}
.details_page .set p {font-size:14px;letter-spacing: 1px;}
}


/*************************************************************************
********* @media only screen and (max-width: 480px)  *********************
***********************************************************************/
@media only screen and (max-width: 480px) {
     .banner img {
    min-height: 300px;
    max-height: 300px;
  }
   .footer .info p a{
    font-size: 15px;
  }
  .cont_page img {
    min-height: 375px;
    max-height: 375px;
  }
  .banner.details_page img {
    max-height: 520px;
    min-height: 520px;
  }
.heading, .brand_collaborations .heading {font-size: 32px;line-height: 38px;}
.amenities_in .col-4 {width: 100%;}
.olive_page3 .heading {
    font-size: 32px;
    line-height: 38px;
  }
   .cont_page .heading {
    font-size: 40px;
  }
    .footer .info p {
    font-size: 15px;
    gap: 12px;
  }
  .olive_page2 .heading span {
    font-size: 22px;
  }
  .olive_page3 .image {
    height: 230px;
  }
   .olive_page3 .image2 {
    min-height: 250px;
  }
  .olive_page2 .heading {
    font-size: 35px;
    line-height: 36px;
  }
   .footer {
    padding: 70px 0 40px;
    background-size: 210px;
  }
  .footer .heading span {
    font-size: 55px;
    margin-bottom: -20px;
    display: block;
  }
   .modi_buildtech::after {
    height: 230px;
    width: 208px;
    bottom: -69px;
  }
    .modi_buildtech .heading {
    letter-spacing: 4px;
  }
   .real_estate .main_hng h2 {
    font-size: 70px;
    line-height: 30px;
  }
   .real_estate .main_hng h1 {
    font-size: 70px;
    line-height: 30px;
    margin-left: -19px;
  }
   .real_estate .main_hng h1 span::after {
    width: 36px;
  }
    .real_estate .main_hng h1 span {
    padding-left: 52px;
    font-size: 17px;
    letter-spacing: 3px;
  }
   .real_estate .main_hng h5 {
    font-size: 22px;
    line-height: 22px;
    top: -23px;
  }
   .real_estate ul li {
    font-size: 16px;
  }
   .real_estate ul.ul2 li {
    font-size: 14px;
    letter-spacing: 1px;
  }
    .container {
    padding: 0 12px;
  }
   .real_estate .set p {
    font-size: 16px;
  }
   .real_estate .set h3 {
    font-size: 27px;
    line-height: 29px;
    letter-spacing: 2px;
    margin-bottom: 6px;
  }
 .real_estate .set {
    margin-bottom: 12px;
    border: 1px solid #cccc;
    padding: 20px 10px;
    border-radius: 10px;
  }
    .real_estate {
    padding: 50px 0 30px;
    background-size: 220px;
  }
    .real_estate ul.ul2 {
    margin: 0 0 40px;
  }
    .footer h1 {
    font-size: 42px;
    line-height: 46px;
    margin-top: 35px;
  }
  .details_page .set h3 label {
    font-size: 14px;
  }
  .details_page .set p {
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 18px;
}
 .details_page .set h3 {
    font-size: 26px;
    line-height: 26px;
  }
 .details_page .heading {
    font-size: 31px;
    line-height: 38px;
  }
   .banner.details_page .container {
    height: 415px;
  }
    .floors h1 {
    font-size: 86px;
    top: 40px;
    right: 0;
    z-index: 9;
  }
}