.p-no-gap{
  padding-left:0;
  padding-right:0;
}

.m-no-gap{
  margin-left:0;
  margin-right:0;
}

.bg-blue{
  background-color:#dde7ef;
}

.sec-fh{
  height:100vh;
}

.img-slider{
  height:100vh;
  background-image:url('../img/Pinnacle Neelanchal1 2.gif');
  background-size:cover;
  background-position:center;
}

.slider-form{
  width:30%;
  float:right;
  background-color:#000;
  padding:40px 20px 50px 20px;
  margin-top:10%;
}

.btn-custom{
  background-color:#40adf8;
  width:100%;
}

.slider-title{
  color:#fff;
  text-align:center;
  margin-bottom:20px;
  font-weight:300;
}

.slider-sub-title{
  color:#d2d2d2;
  font-weight:400;
  text-align:center;
  margin-bottom:30px;
}

.img-icon{
  height:50px;
  width:auto;
}

.icon-title{
  font-weight:800;
  color:rgb(22, 77, 122);
  padding-top:10px;
}

/*.img-overview{
  height:100vh;
  background-image:url('../img/left.png');
  background-size:cover;
  background-position:center;
}*/

.floor-img img{
  background-size:cover;
  background-repeat:no-repeat;
  padding:0;
  height:400px;
  width:100%;
  
}
.build-img{
  background-image:url('../img/build.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  padding:0;
  height:400px;
  
}

.floor-section img{

}

.mobile-fix-section{background-color:#40adf8;color:#fff;padding:0;position:fixed;bottom:0;width:100%;text-align:center}
.mobile-fix-section a,.mobile-fix-section a:hover{color:#fff}.fix-left{border-right:1px solid #fff}

@media (max-width:480px){
.rera{
    font-size:13px;
}    

.mid{
    width:100%;
}

.mgap{
    display:none;
}

.mb-dis{
    text-align:center;
}    

.img-slider{
  height:auto;
  padding:30px 0;
  }

  .slider-form{
  width:100%;
  padding:40px 20px 50px 20px;
  margin-top:3%;
}

.img-icon{
  height:30px;
  width:auto;
}

.icon-title, .icon-content{
  font-size:10px;
}

.icon {
    display: inline-block;
    text-align: center;
    padding: 0 3px;
}

.am-mb-box{
  display:inline-block;
  width:auto;
  padding:10px 15px;
  text-align:center;
}



.floor-img img {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    height: auto;
    width: 100%;
}

}