@import url('https://fonts.googleapis.com/css2?family=Birthstone&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
p {
font-family: Roboto, sans-serif;
  font-size: 14px;
}

.pb30 { padding-bottom: 30px;}
.pb70 { padding-bottom: 70px;}
 
.landing_section::before{ 
  position: absolute;
  top: 0;
  left: 0;
  background-color: #aab3ab;
  opacity: 1;
  background: repeating-linear-gradient(0deg, #c4cbb7, #c4cbb7 1px, transparent 1px, transparent 4px);
}
.mb20{
  margin-bottom: 20px !important;
}
  
.landing_section{ 
  width: 100%; 
  filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#000630",
  endColorstr="#001682",
  GradientType=1
  
);
position: relative;
overflow: hidden;
} 

.landing_title{ width: 100%;}

.landing_title h1 {
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height:1.3;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.landing_title h1::after {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  content: "2 BHK Flat";
  text-transform: uppercase;
  text-align: center;
  color: #ffffff0d;
  font-size: 120px;
  font-weight: 700;
  letter-spacing: 1px;
}

.description{ width: 100%; margin-bottom: 60px; position: relative;}
.description.d-last{ margin-bottom: 0px;} 

.description h2 {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1.3;
  color: #243069;
}

.description p { margin-bottom: 10px;}

.description ul {
  margin-top: 0px;
  padding-left: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.description li::marker { color: #e46b39;}

.description li {
  margin-top: 10px;
  list-style: disc;
  padding-right: 33px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}
 
.description h4 {
  margin-top: 10px;
  x: Roboto, sans-serif;
  font-size:20px;
  font-weight: 500 !important;
  letter-spacing: 0.8px;
  line-height: 1.3;
  color: #243069;
}

.description_sub{ width: 100%; display: flex; flex-wrap: wrap; margin-top: 4px;/*! justify-content: space-between; */gap: 25px;}
 
.description_sub h5 {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size:16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1.3;
  color: #e46b39;
  width: 30%;
  background-color: #ffffff42;
  padding: 10px;
} 

.description_sub h5 span{
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size:14px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.3;
  color: #000000;
}

.mb0{ margin-bottom: 0px !important;}
.mb5{ margin-bottom: 5px !important;}
.mb10{ margin-bottom: 10px !important;}

.faq-item {
  background: #243069;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: all 0.3s ease;
} 

.faq-question {
  background: #fff0;
  border: none;
  width: 100%;
  text-align: left;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: #243069;
  color: #fff;
} 

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #e46b39;
  transition: all 0.4s ease;
  padding: 0 20px;
  line-height: 1.6;
  color: #fff;
}

.faq-item.active .faq-answer { max-height: 300px;  padding: 10px 20px;}
.faq-icon { font-size: 20px; transition: transform 0.3s ease;  line-height: 0;display: inline-block;position: relative;top: -5px;/*! transform: translate(0,-50%); */color: #E46B39;}
.faq-item.active .faq-icon {transform: rotate(45deg);}
 
.bg_gry { background-color: #e46b39;}

.copyright{ padding:10px; font-size: 10px;color: #fff;letter-spacing: 0.5px;}

.post-header { min-height: 40px;}

.post-det p { min-height: 40px;}

.box_f{
  display: flex;
  gap: 20px;
}
.bx_txt h5{
  color: white  ;
    text-align: center;
    font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1.3;
}
.bx_txt p{
  color: white  ;
    text-align: center;
}
.logo_im img{
  margin: 0px auto;
  display: flex;
  width: 80px;
}
.logo_im{
  margin-bottom: .3rem;
} 
.bx_txt{
  width: 20%;
  display: flex;
  align-items: center;
  border-right: 1px solid #ff9e6c;
  flex-direction: column;
  margin-right: -19px;
} 
 
.bd_none{  border-right: none;}

.flat_pg .banner_bg{ padding: 500px;} 

.blue_bg {
background: #0b1333;
background: -webkit-linear-gradient(90deg,rgba(11, 19, 51, 1) 0%, rgba(36, 48, 105, 1) 100%);
background: -moz-linear-gradient(90deg,rgba(11, 19, 51, 1) 0%, rgba(36, 48, 105, 1) 100%);
background: linear-gradient(90deg,rgba(11, 19, 51, 1) 0%, rgba(36, 48, 105, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#0B1333",
  endColorstr="#243069",
  GradientType=1
);
    width: 100%;
    padding: 50px 0;
    margin-bottom: 60px;
}

.blue_bg .description { margin-bottom: 0;}
.blue_bg .description p{ color: #FFF;}
.blue_bg .description h2 {  color: #FFF;}
.blue_bg .description h4 {  color: #FFF;}
.blue_bg .description h5 {  color: #FFF;}
.blue_bg .description_sub h5 span {  color: #FFF;}

.blue_bg .description_sub h5 { background-color: #344077; color: #ff9366;}

.page_title_flsts{ width: 100%; margin-bottom:20px;}

.page_title_flsts h1 {
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1.3;
  color: #243069;
   position: relative;
}

.page_title_flsts h1::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #ff9366;
  height: 3px;
  width: 77px;
}
.page_title_flsts h1::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #ff9366;
  height: 1px;
  width: 273px;
}
.btn_f{
  display: flex;
  gap: 10px;
}
.blue_txt{
  background: transparent;
  border: 1px solid #26326d;
  color: #26326d !important;
}


.find_2bhk{width: 100%; }

.find_2bhk span{
  font-family: "Birthstone", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  color: #FFF;
  line-height: 1.3;
} 
  
.find_2bhk h1{
  font-family: Roboto, sans-serif;
  font-size: 70px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1;
  color: #FFF;
  position: relative;
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
} 

.find_2bhk h2{
  font-family: Roboto, sans-serif;
  font-size: 87px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1;
  color: #fff;
  position: relative;
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
}
.find_2bhk p{
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1;
  color: #FFF;
  position: relative;
  margin-bottom: 30px;
}

.nav-button {
  height:27px;
  width:36px;
  margin-left:30px;
  margin-top:59px
}
.nav-button a {
  height:27px;
  width:36px;
  display:inline-block;
  cursor:pointer
}
.nav-button span,
.nav-button span:after,
.nav-button span:before {
  cursor:pointer;
  border-radius:50px;
  height:3px;
  width:24px;
  background:#072f7b;
  position:absolute;
  display:block;
  content:'';
  transition:.3s ease-in-out
}
.nav-button span {
  margin:10px 0 0
}
.nav-button span:before {
  top:-10px
}
.nav-button span:after {
  top:10px
}
@-webkit-keyframes fadeInRight {
  from {
    opacity:0;
    -webkit-transform:translate3d(20%,0,0);
    transform:translate3d(20%,0,0)
  }
  to {
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
  }
}
@keyframes fadeInRight {
  from {
    opacity:0;
    -webkit-transform:translate3d(20%,0,0);
    transform:translate3d(20%,0,0)
  }
  to {
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
  }
}
.fadeInRight {
  -webkit-animation-name:fadeInRight;
  animation-name:fadeInRight
}
@-webkit-keyframes fadeInUp {
  from {
    opacity:0;
    -webkit-transform:translate3d(0,20%,0);
    transform:translate3d(0,20%,0)
  }
  to {
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
  }
}
@keyframes fadeInUp {
  from {
    opacity:0;
    -webkit-transform:translate3d(0,20%,0);
    transform:translate3d(0,20%,0)
  }
  to {
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
  }
}
.fadeInUp {
  -webkit-animation-name:fadeInUp;
  animation-name:fadeInUp
}
.leftnav {
  width:300px;
  margin:0;
  display:inline-block;
  top:120px;
  position:absolute;
  left:10px
}
ul.leftnav-listing {
  display:inline-block;
  padding:20px 0;
  width:58px;
  border:3px solid #fff;
  border-radius:40px
}
ul.leftnav-listing.leftnav-fixed {
  position:fixed;
  top:120px;
  max-width:300px
}
ul.leftnav-listing li {
  display:block;
  border-radius:50%;
  text-align:center;
  max-width:25px;
  margin:0 auto 20px;
  font-size:0;
  position:relative
}
ul.leftnav-listing li:last-child {
  margin-bottom:0
}
ul.leftnav-listing li a {
  padding:7px;
  display:inline-block;
  font-size:16px;
  color:#fff;
  border-radius:50%;
  overflow:hidden;
  border:2px solid #fff
}
ul.leftnav-listing li.is_visiable_section a {
  background:#fff
}
ul.leftnav-listing li:not(:last-child):after {
  content:'';
  height:100%;
  position:absolute;
  background:#fff;
  left:50%;
  z-index:0;
  bottom:-100%;
  width:2px;
  margin-left:-1px
}
.mt10{
  margin-top: 10px !important;
}
.tit_wd{
  width: 62% !important;
}
 .pdl {
  padding-left: 13px !important;
}
.pdl li{
  color: white;
}
.gray_bg{
    background-color: #84838308;
}
.pt40{
    padding-top: 40px;
}
.mb40{
    margin-bottom: 40px;
}
.mb60{
  margin-bottom: 60px;
}
.pb40{
    padding-bottom: 40px;
}
.ptb10{
  padding-bottom: 10px;
  padding-top: 10px;
}
.mb15{
    margin-bottom: 15px;
}
/* .mt5{
  margin-top: 5px !important;
} */
.mb5{
    margin-bottom: 5px !important;
}
.ch_pg .description li{
  margin-top: 5px !important;
}
.d_block{
    display: block !important;
}
.col_blk li{
  color: #000000 !important;
}
.d_flex{
  display: flex;
}
.w88{
    width: 88% !important;
}
.bxgap{
    gap: 12px;
}
.brdgray{
    border: 1px solid #8080801a;
}
.col_nav{
    background-color: #243069 !important;
}
.plr0{
  padding-left: 0px;
  padding-right: 0px;
}
.w100{
  width: 100% !important;
}
#button,
.mh {
  position: fixed;
}
#button {
  text-align: center;
  border-radius: 4px;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  z-index: 1000;
  padding: 10px;
}
#button::after {
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #056bb5;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


@media screen and (min-width:1199px) {


  .nav-wrap ul.sub-nav {
    display:none;
    width:306px;
    color:#fff;
    right:0;
    padding:0;
    margin:0;
    position:absolute;
    left:0;
    -webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.3);
    box-shadow:0 2px 2px 0 rgba(0,0,0,.3);
    z-index:999999
  }
  .nav-wrap ul.sub-nav ul.sub-nav {
    left:100%;
    top:0;
    z-index:1
  }
  .nav-wrap li:hover>ul.sub-nav,
  .nav-wrap ul.sub-nav li {
    display:block
  }
  .nav-wrap ul.sub-nav li a {
    padding:12px;
    color:#333;
    display:block;
    border-bottom:1px solid #eee;
    margin:0;
    background:#fff
  }
  .nav-wrap ul.sub-nav ul.sub-nav li a {
    padding-right:25px
  }
  .nav-wrap ul.sub-nav li:hover>a {
    opacity:1;
    background-color:#f0f8ff
  }
  .nav-wrap li:hover>ul {
    display:block;
    -moz-animation:.3s ease-in fadeInUp;
    -webkit-animation:.3s ease-in fadeInUp;
    animation:.3s ease-in fadeInUp
  }
  .nav-wrap>ul>li {
    margin-right:27px;
  }
  
  .nav-wrap ul ul li:hover>ul {
    display:block;
    -moz-animation:.3s ease-in fadeInRight;
    -webkit-animation:.3s ease-in fadeInRight;
    animation:.3s ease-in fadeInRight
  }
  .nav-wrap ul li.has-submenu:after {
    font-family:"Font Awesome 5 Free";
    font-weight:600;
    content:"\f078";
    font-size:11px;
    color:#222;
    padding-right:5px
  }
  .nav-wrap ul ul li.has-submenu:after {
    color:#333;
    transform:rotate(-90deg);
    position:absolute;
    right:8px;
    top:50%;
    padding:0;
    margin-top:-7px
  }
  .nav-wrap ul li.submenu-active>ul.sub-nav {
    display:none!important
  }
  .nav-wrap ul li.submenu-active:hover>ul.sub-nav {
    display:block!important
  }
  .nav-wrap>ul>li:before {
    content:'';
    position:absolute;
    width:100%;
    transform:scaleX(0);
    height:2px;
    bottom:0;
    left:0;
    background-color:#1869ac;
    transform-origin:bottom right;
    transition:transform .4s cubic-bezier(.86, 0, .07, 1)
  }
  .nav-wrap>ul>li.active:before,
  .nav-wrap>ul>li:hover:before {
    transform:scaleX(1);
    transform-origin:bottom left
  }
}

@media screen and (min-width:1700px) and (max-width:1920px){
.tit_wd {
  width: 61.5% !important;
}
}

@media screen and (min-width:1600px) and (max-width:1699px){
.post-header {
    min-height: 59px;
}

 .post-det p {
  min-height: 58px;
}
.tit_wd {
  width: 61.6% !important;
}
}


@media screen and (min-width:1500px) and (max-width:1580px){
.post-det h3 {
    height: auto !important;
  }
   .min_h58 {
    min-height: 38px !important;
  }
}

@media screen and (min-width:1301px) and (max-width:1580px){
  .wd20 { width: 25%;}
  .post-det h3{
      height: 43px;
  }
  .min_h58{
      min-height: 58px;
  }
} 

@media screen and (min-width:1400px) and (max-width:1499px){
.post-header {
  min-height: 55px;
}
.pc_ph57{
  height: 57px !important;
}
.com_pg .post-det p {
  min-height: 57px;
}
}

@media screen and (min-width:1301px) and (max-width:1399px){
.post-header {
  min-height: 55px;
}
.pc_ph57{
  height: 57px !important;
}
.com_pg .post-det p {
  min-height: 57px;
}
}

@media screen and (min-width:1200px) and (max-width:1300px){
.post-header {
    min-height: 39px;
  }
  .pc_hauto{
      min-height: auto;
  }
}

@media screen and (min-width:1100px) and (max-width:1300px){
  .wd20 { width: 33%;}
  .bx_txt {  width: 25%;}
  .find_2bhk span {font-size: 62px;}
  .find_2bhk h1 {font-size: 46px;}
  .find_2bhk h2 {font-size: 50px;}
  .flat_pg .banner_bg{ background-position: center;}
}
 

@media screen and (max-width:767px){
  .post-det p {
  min-height: auto !important;
}
.post-header {
  min-height: auto;
}
.res_mb0{
    margin-bottom: 0px;
}
.post-det h3{
  font-size: 15px;
}
.post-header span{
  font-size: 13px;
  margin-right: 0px;
}
.post-link{
  padding: 5px 8px;
  font-size: 13px;
}
.description h2{
  font-size: 18px;
  line-height: 1.1;
}
.description p{
    font-size: 14px;
}
.description{
  margin-bottom: 40px;
}
.description h4{
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 18px;
}
.description_sub h5{
    width: 100%;
  }
  .description_sub{
    gap: 14px;
  }
  .description ul{
    padding-left: 7px;
  }
  .description li{
    font-size: 14px;
  }
  .faq-question{
    font-size: 14px;
      padding: 8px 11px;
    display: flex;
    align-items: center;
  }
  .faq-answer{
    font-size: 14px;
  }
  .faq-item.active .faq-answer{
    padding: 10px 10px;
  }
  .landing_title h1{
    font-size: 21px;
  }
  .landing_title h1::after{
    top: -21px;
    font-size: 57px;
  }

 .flat_pg .banner_bg{
    background-position: center;
    padding: 0px;
    padding-top: 20px !important;
 }
  .flat_pg .nav-button{
    margin-top: 35px;
    }
    .find_2bhk span{
    font-size: 36px;
        }
    .find_2bhk h1{
    font-size: 20px;
    margin-bottom: 10px;
    }
    .box_f{
        display: block;
    }
    .bx_txt{
      width: 100%;
        border-right: none;
    }
    .res_dnone{
        display: none;
    }
    .find_2bhk{
        text-align: center;
    }
   .flat_pg .res_form_bg{
    padding-bottom: 80px !important;
    padding: 0px 0px;
   }
   .res_mb0{
      margin-bottom: 0px !important;
   }
   .page_title_flsts h1{
    font-size: 20px;
   }
   .blue_bg{
    padding: 40px 0;
    margin-bottom: 40px;
   }
   .description_sub h5{
    font-size: 15px;
   }
  .ch_pg .faq-question{
    padding: 8px 12px;
   }
   .res_pt30{
    padding-top: 30px;
   }
   .res_mt30{
    margin-top: 30px !important;
   }
   .res_mb40{
    margin-bottom: 40px !important;
   }
   .res_block{
    display: block;
   }
   .res_mb20{
      margin-bottom: 20px;
   }
    
}

@media screen and (min-width:662px) and (max-width:767px){
 .ch_pg .post-header {
    min-height: 38px;
  }
  .ch_pg .post-det p {
    min-height: 55px !important;
  }
 .change_pg  .post-header {
    min-height: 38px;
  }
  .res_mb-20{
    margin-bottom: 20px !important;
  }
  .com_pg  .post-header {
    min-height: 37px;
  }
}

@media screen and (min-width:652px) and (max-width:767px){
.head_h {
    height: auto !important;
  }
   .post-det p {
    min-height: 39px !important;
  }
   .com_pg .post-det p {
    min-height: 51px !important;
  }
  .res_hauto{
    min-height: auto !important;
    }
     .description_sub h5 {
    width: 48%;
  }
  .big_pb20{
      padding-bottom: 20px !important;
  }
 
}

@media screen and (min-width:621px) and (max-width:767px){
.res_h58 {
    height: 36px;
  }
   .res_h77{
    height: 77px;
  }
  .res_h58{
    height: 37px;
    }
  .p_h57{
    height: 34px !important;
    }
  .post-header span{
    letter-spacing: 0.1px;
  }
  .head_h{
    height: 36px;
  }
   .landing_title h1::after {
    top: -47px;
    font-size: 94px;
  }
}

@media screen and (min-width:621px) and (max-width:661px){
 .ch_pg .post-det h3{
      height: 36px;
}
.ch_pg .post-header {
    min-height: 38px;
  }
  .ch_pg  .post-det p {
    min-height: 56px !important;
  }
 .change_pg  .post-det p {
    min-height: 38px !important;
  }
  .change_pg  .post-det h3 {
    height: 36px;
  }
 .change_pg  .post-header {
    min-height: 38px;
  }
 .com_pg .post-det h3{
      height: 36px;
  }
  .res_mb-20{
    margin-bottom: 20px !important;
  }
  .com_pg .post-det p {
    min-height: 40px !important;
  }
   .com_pg .post-header {
    min-height: 35px;
  }
}
@media screen and (min-width:501px) and (max-width:620px){
  .res_h77{
    height: 77px;
  }
  .res_h58{
    height: 58px;
  }
  .p_h57{
    height: 57px !important;
  }
  .post-header span{
    letter-spacing: 0.1px;
  }
  .head_h{
    height: 36px;
  }
  .post-header {
  min-height: 40px;
}
.ch_pg .post-header {
    min-height: 57px !important;
  }
 .ch_pg .post-det h3{
        height: 36px !important;
  }
 .ch_pg .post-det p {
    min-height: 38px !important;
  }
.change_pg  .post-det p {
    min-height: 55px !important;
  }
.change_pg .post-det h3 {
    height: 36px;
  }
 .com_pg .post-det h3{
      height: 36px;
  }
 .com_pg .post-header {
    min-height: 57px;
  }
  .com_pg .post-det p {
    min-height: 56px !important;
    }
  .res_mb-20{
    margin-bottom: 20px !important;
  }
}

