@font-face {
  font-family: "DIN Condensed";
  src: url(../images/d-din.regular.otf);
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url(//db.onlinewebfonts.com/c/0269f717557cb1defe0fb4055be31939?family=DIN+Condensed);
html,
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  color: #222;
  line-height: 1.4;
  /*font-family: "Roboto", sans-serif;*/
  font-family: 'Inter', sans-serif;
}
a,
img,
button,
input[type="submit"] {
  text-decoration: none;
  outline: none;
  border: 0;
  transition: 0.2s ease;
}
b,
strong {
  font-weight: 700;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:focus,
a:hover {
  text-decoration: none !important;
}
p,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
dt,
dd {
  padding: 0;
  margin: 0;
}
input,
textarea,
select,
button {
  font-family: "Roboto", sans-serif !important;
}
.container-fluid {
  max-width: 100%;
  margin: 0px auto;
  padding: 0 0px;
}
.container {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0 20px;
}
.container.small {
  max-width: 850px;
  padding: 0 20px;
}
.container.medium {
  max-width: 1000px;
  padding: 0 20px;
}
section .container {
  padding: 0 80px;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-italic {
  font-style: italic;
}
.text-light {
  font-weight: 300;
}
.text-medium {
  font-weight: 400;
}
.text-bold {
  font-weight: 500;
}
.text-bolder {
  font-weight: 800;
}
.text-black {
  color: #000;
}
.text-gray {
  color: #555;
}
.text-white {
  color: #fff !important;
}
.text-blue {
  color: #35ace3;
}
.relative {
  position: relative;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-full {
  width: 100%;
  height: auto;
}
.center-block {
  margin: 0 auto;
}
.bg-white {
  background-color: #fff;
}
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.col-1 {
  width: 8.333333333333333%;
}
.col-2 {
  width: 16.66666666666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333333333%;
}
.col-8 {
  width: 66.66666666666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333333%;
}
.col-11 {
  width: 91.66666666666667%;
}
.col-12 {
  width: 100%;
}
.col-12-5 {
  width: 20%;
}
.w70 {
  width: 70%;
}
.w30 {
  width: 30%;
}
.margintop-30 {
  margin-top: 30px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-12-5,
.w30,
.w70 {
  float: left;
}
.col-md-offset-2 {
  margin-left: 16.66666666666667%;
}
.col-md-offset-1 {
  margin-left: 8.333333333333333%;
}
/*new banner design start*/
.slider-1{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/w57_banner.jpg);
  
}
.height_full{
  height: 100vh;
}
/*.tag-1 img{
 width: 93px;
 height: 106px;
 }*/
 .tag-1 {
  width: 157px;
  height: 137px;
  background-color: #81B6C7;
  border-radius: 12px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tag-2 {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  line-height: 34px;
  margin: 18px 0 18px 0;
  padding: 0 0 20px 0;
}


.caption-wrapper {
 color: #fff;
 top: 21%;
 position: relative;
}
.tag-3 {
  font-size: 24px;
  font-weight: bold;
}
.tag-4{
  font-size: 26px;
}
.pune_loves_tag {
  width: 129px;
  margin: 13px auto;
  background: #fff;
  color: #28829C;
  border-radius: 12px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
}
.tag-2:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #ccc;
  width: 41%;
  left: calc(30%);
}
.right_side_content {
  background-color: #81B6C4;
  position: absolute;
  right: 0;
}



/*new banner design end*/
section {
  float: left;
  width: 100%;
}
section.padding {
  padding: 70px 0px;
}
section.padding-top {
  padding: 120px 0 70px 0;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.pos-fix {
  position: fixed;
}
.bottom {
  bottom: 0;
}
.top {
  top: 0;
}
.left {
  left: 0;
}
.right {
  right: 0;
}
.visible-xs {
  display: none;
}
.visible-sm {
  display: none;
}
.hidden-xs {
  display: block;
}
.hidden-portrait {
  display: block !important;
}
.visible-portrait {
  display: none !important;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after,
.clearfix {
  clear: both;
}
.parallaxbg {
  background-attachment: fixed;
}
.disptable {
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.visible-xs {
  display: none;
}
.hidden-lg {
  display: none;
}
.hidden-portrait {
  display: block !important;
}
.visible-portrait {
  display: none !important;
}
.vert-middle {
  vertical-align: middle;
}
.disp-block {
  display: block;
}
header {
  z-index: 99999;
}
header .col-12 {
  padding: 4px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.nav-links {
  text-align: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nav-links a {
  color: #fff;
  padding-right: 5px;
  font-weight: bold;
  font-size: 14px;
}
.nav-links a.active {
  color: #75b5c2;
}
.contactDiv {
  text-align: right;
}
.contactDiv span {
  color: #000;
  position: relative;
  top: 10px;
}
.contactDiv img.phone-icon {
  position: absolute;
  top: 10px;
  margin-left: -20px;
  transform: rotate(100deg);
}
span.contact {
  position: relative;
  top: 10px;
}
.navbar {
  margin-top: 7px;
  height: 80px;
}
img.sidelogo {
  width: 80px;
  position: relative;
}
.burger-menu {
  display: none;
  padding: 7px 8px;
  background-color: #e4ba69;
  margin-top: 25px;
}
.bar1,
.bar2,
.bar3 {
  width: 20px;
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}
.visible-xs {
  display: none;
}
a.enquire.hidden-xs {
  width: 20%;
  margin: auto;
  border: 2px solid white;
}
.col-12.nav-links a:last-child {
  padding-right: 0;
}
.floating-enquire-wrapper {
  position: fixed;
  right: 6%;
  top: 109.05px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px;
  display: none;
  z-index: 199;
  width: 300px;
  min-height: auto;
}
.enquire-toggle-button {
  float: right;
  background-color: #fff;
  padding: 7px;
  position: relative;
  top: -7px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}
.col-12.header-upper {
  text-align: right;
}
i.fa.fa-phone-square {
  border: none;
  color: #e4ba69;
  font-size: 24px;
  transform: translateY(3px);
}
.col-12.footer-call-enquire {
  display: none;
}
.floating-enquire-wrapper {
  position: fixed;
  right: 6%;
  top: 109.05px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px;
  display: none;
  z-index: 199;
  width: 300px;
  min-height: auto;
}
a {
  cursor: pointer;
}
/* MY css */

.bx-wrapper {
  max-width: 100% !important;
}
/*#home {
  overflow: hidden;
  }*/
  .banner-div-1 {
    height: 100vh;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/banner-bg-new.jpg");
  }

  .banner-div-2 {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/banner-blue-bg.svg");
  }
  .banner-caption-1{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/rating--bg.svg");
    height: 433px;
    width: 318px;
  }
  .banner-logo {
    display: inline-block;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .banner-caption-wrapper {
    position: absolute;
    top: 54%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .banner-text-1 {
    position: absolute;
    bottom: 96px;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-family: "DIN Condensed";
    width: 100%;
    font-weight: 500;
    padding: 20px;
  }
  .banner-text-1 span:before {
    position: absolute;
    content: '';
    width: 35px;
    height: 2px;
    background-color: #fff;
    top: 41%;
    left: 78px;
    transform: translateY(-50%);
  }
  .banner-text-1 span:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 2px;
    background-color: #fff;
    top: 41%;
    right: 80px;
    transform: translateY(-50%);
  }
  .banner-caption-2 p {
    color: #D2F1FF;
    font-size: 26px;
    line-height: 30px;
    text-transform: capitalize;
    font-family: 'DIN Condensed';
    text-align: center;
    padding: 12px;
  }
  .banner-caption-3 {
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    font-family: 'DIN Condensed';
    padding: 5px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 40px;
  }
  .rera_text{
    font-size: 10px;
  }
  
  .rera-div {
    /*display: none;*/
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    line-height: inherit;
    padding: 12px;
    background-color: #0009;
    width: 66.7%;
  }
  .rera-div .col-2 {
    width: 3%;
  }
  .rera-div .col-6 {
    width: 57%;
  }
  #home .banner-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    font-family: "DIN Condensed";
  }
  #home .banner-title {
    font-size: 64px;
    color: #fff;
    font-weight: 1000;
    line-height: 1.2em;
    margin-bottom: 15px;
    letter-spacing:2px;
  }
  #home .banner-sub-title {
    font-size: 40px;
    color: #fff;
    font-weight: 1000;
    line-height: 1.2em;
    letter-spacing:1px;
  }
  #home .banner-sub-title span {
    font-size: 20px;
  }
  #home .banner-text {
    color: #fff;
  }
  #home .banner-btn a {
    background-color: #74b5c2;
    padding: 10px 25px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
  }
  #home .scroll-down {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px;
    z-index: 2;
  }
  #home .scroll-down a {
    color: #fff;
    font-size:12px;
    text-transform:uppercase;
    font-weight:bold;
    animation-name: scrolldown;
    animation-duration:2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  @keyframes scrolldown{
    0%{bottom:0px;}
    50%{bottom:20px;}
    100%{bottom:0px;}
  }
  #home .scroll-down a:after {
    content: "\2193";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 35px;
    font-weight: 1000;
  }
  #home .bx-controls.bx-has-pager {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1%;
  }
  #home .bx-pager.bx-default-pager .bx-pager-item a {
    font-size: 0px;
    line-height:0;
  }
  #home .bx-pager.bx-default-pager .bx-pager-item a:after {
    content: "\25CF";
    color: #fff;
    font-size: 20px;
    line-height: 20px;
  }
  #home .bx-pager.bx-default-pager .bx-pager-item a.active:after {
    color: #74b5c2;
  }

  .section-title {
    color: #5a3d5180;
    font-weight: bold;
    line-height: 52pt;
    letter-spacing: 2.2pt;
    text-transform: uppercase;
    font-size: 20px;
  }
  .section-sub-title {
    font-size: 52px;
    color: #000;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "DIN Condensed";
    letter-spacing:2.56px;
  }
  .section-text {
    line-height: 1.5;
    margin: 20px 0px;
  }
  .section-btn a {
    background-color: #74b5c2;
    padding: 10px 25px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
  }
  #overview{
    background-size:cover;
    background-position:center bottom;
    background-repeat:no-repeat;
  }
  #overview .overview-sec-svg {
    position: absolute;
    right: 15px;
    top: 0;
    width: 50%;
  }
  .lamp-anim {
    transform-origin: top;
    animation: swingLamp 1500ms infinite alternate ease-in-out;
  }
  @keyframes swingLamp {
    0% {
      transform: rotateY(-15deg);
    }
    100%{
      transform: rotateY(15deg);
    }
  }
  .location-map-anim{
   transform-origin: top;
   animation: pinlocation 1500ms infinite alternate ease-in-out;
 }
 @keyframes pinlocation {
  0% {
    transform: translateY(-15px);
  }
  100%{
    transform: translateY(0px);
  }
}
.girl-purse-anim{
 transform-origin: top;
 animation: girlPurse 1500ms infinite alternate ease-in-out;
}
@keyframes girlPurse {
  0% {
    transform: skewX(3deg);
  }
  100%{
    transform: skewX(0deg);
  }
}

.magnificate-anim{
 transform-origin: top;
 animation: magnificate 2000ms infinite alternate ease-in-out;
 animation-delay: 1s;
}
@keyframes magnificate {
  0% {
    transform: scale(1.1) translate(23px, -13px);
  }
  100%{
    transform: scale(1) translate(0px, 0px);
  }
}
#overview .overview-blocks {
  margin-top: 30px;
}
#location .location-right {
  padding: 50px 20px;
}
.flex {
  display: flex;
}
#location,
#onsitesafety, #testimonial, #construction {
  background-color: #efece3;
}
#location .section-sub-title, #amenities .section-sub-title {
  color: #75b5c2;
}
#location .location-block,
#overview .overview-block {
  height: 80px;
}
#location .loc-block-text,
#overview .overview-block-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
  padding-right: 15px;
}
#location .loc-block-text {
  left: 60px;
}
#location .loc-block-img,
#overview .overview-block-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#location .location-sec-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
}
#location .loc-btns a,
#specifications .spec-btns a,
#onsitesafety .sitesafety-btns a {
  display: inline-block;
  border: 2px solid #000;
  background-color: #000;
  padding: 10px 25px;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
}
#location .loc-btns a:hover,
#specifications .spec-btns a:hover,
#onsitesafety .sitesafety-btns a:hover {
  display: inline-block;
  border: 2px solid #000;
  background: none;
  padding: 10px 25px;
  color: #000;
  font-weight: bold;
  border-radius: 6px;
}
a.download-brochure {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  border-radius: 6px;
  display: inline-block;
  border:2px solid #000;
}
a.download-brochure:hover {
  background:none;
  border:2px solid #000;
  color: #000;
}

#amenities .amenities-inner-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
.amenities-text-block {
  padding: 70px 50px;
}
.amenities-block-title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 33px;
  text-transform: uppercase;
  font-family: "DIN Condensed";
  letter-spacing:2px;
}
#amenities .amenities-block {
  margin-bottom: 30px;
}
#specifications .accordian-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.water-anim-1{
 transform-origin: top;
 animation: waterAnim 4000ms infinite alternate ease-in-out;
 /* animation-delay: 1s; */
}
@keyframes waterAnim {
  0% {
    transform: translateX(0px);
  }
  100%{
    transform: translateX(-300px);
  }
}
.water-anim-2{
 transform-origin: top;
 animation: waterAnim2 4000ms infinite alternate ease-in-out;
 animation-delay: 1s;
}
@keyframes waterAnim2 {
  0% {
    transform: translateX(0px);
  }
  100%{
    transform: translateX(-250px);
  }
}
.water-anim-3{
 transform-origin: top;
 animation: waterAnim3 4000ms infinite alternate ease-in-out;
 animation-delay: 1.3s;
}
@keyframes waterAnim3 {
  0% {
    transform: translateX(0px);
  }
  100%{
    transform: translateX(-320px);
  }
}
.water-anim-4{
 transform-origin: top;
 animation: waterAnim4 4000ms infinite alternate ease-in-out;
 animation-delay: 1.6s;
}
@keyframes waterAnim4 {
  0% {
    transform: translateX(0px);
  }
  100%{
    transform: translateX(-230px);
  }
}
.water-anim-5{
 transform-origin: top;
 animation: waterAnim5 4000ms infinite alternate ease-in-out;
 animation-delay: 1s;
}
@keyframes waterAnim5 {
  0% {
    transform: translateX(0px);
  }
  100%{
    transform: translateX(-150px);
  }
}
.water-anim-6{
 transform-origin: top;
 animation: waterAnim6 4000ms infinite alternate ease-in-out;
 /* animation-delay: 1s; */
}
@keyframes waterAnim6 {
  0% {
    transform: translateX(0px);
  }
  100%{
    transform: translateX(-150px);
  }
}
.water-anim-7{
 transform-origin: top;
 animation: waterAnim7 4000ms infinite alternate ease-in-out;
 /* animation-delay: 1s; */
}
@keyframes waterAnim7{
  0% {
    transform: translateX(0px);
  }
  100%{
    transform: translateX(-50px);
  }
}
.water-anim-8{
 transform-origin: top;
 animation: waterAnim8 4000ms infinite alternate ease-in-out;
 /* animation-delay: 1s; */
}
@keyframes waterAnim8 {
  0% {
    transform: translateX(0px);
  }
  100%{
    transform: translateX(-150px);
  }
}
.water-anim-9{
 transform-origin: top;
 animation: waterAnim9 4000ms infinite alternate ease-in-out;
 /* animation-delay: 1s; */
}
@keyframes waterAnim9 {
  0% {
    transform: translateX(0px);
  }
  100%{
    transform: translateX(-150px);
  }
}
.crain-anim{
  transform-origin: top;
  animation: crainAnim 4000ms infinite alternate ease-in-out;
  animation-delay: 1s;
}
@keyframes crainAnim {
  0% {
    transform: translateX(-50px);
  }
  100%{
    transform: translateX(150px);
  }
}
.crain-anim2{
  transform-origin: top;
  animation: crainAnim2 6000ms infinite alternate ease-in-out;\
}
@keyframes crainAnim2 {
  0% {
    transform: translateX(-250px);
  }
  100%{
    transform: translateX(50px);
  }
}
.windowflash{
  animation: windowflash 2.2s infinite;
}
.d1{
  animation-delay: 1s;
}
.d2{
  animation-delay: 2s;
}
.d3{
  animation-delay: 3s;
}
.d4{
  animation-delay: 4s;
}
.d5{
  animation-delay: 5s;
}
.d6{
  animation-delay: 6s;
}
.d7{
  animation-delay: 7s;
}
.d8{
  animation-delay: 8s;
}
.d9{
  animation-delay: 9s;
}
.d10{
  animation-delay: 10s;
}
.d11{
  animation-delay: 11s;
}
.d12{
  animation-delay: 12s;
}
.d13{
  animation-delay: 13s;
}
.d14{
  animation-delay: 14s;
}
.d15{
  animation-delay: 15s;
}
@keyframes windowflash {
  0%   {fill: #2a2a4f;opacity: 0.9!important; }
  49% { fill: #2a2a4f;opacity: 0.9!important;  }
  50% { fill: #fff;opacity: 0.9!important; }
  99% { fill: #2a2a4f; opacity: 0.9!important;}
  100% { fill: #2a2a4f;opacity: 0.9!important; }
}
a.explore-more {
  font-size: 14px;
  font-family: "DIN Condensed";
}
a.explore-more:after {
  position: absolute;
  content: "\203A";
  line-height: 0;
  top: 43%;
  transform: translateY(-50%);
  font-size: 28px;
  right: -17px;
}
ul {
  margin-left: 20px;
}
.accordian-block {
  background-color: #fff;
  border-radius: 20px;
}
.accordian-title.active:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: 10px;
}
.accordian {
  padding: 10px 20px;
}
.accordian .accordian-title {
  font-weight: bold;
  font-size: 18px;
  cursor:pointer;
}
.accordian-title.active {
  padding-bottom: 15px;
}
.accordian-title span.minus:after {
  position: absolute;
  content: "\2012";
  top: 32%;
  transform: translateY(-50%);
  right: 22px;
  border: 1px solid;
  line-height: 0;
  padding: 6px 3px;
}
.accordian-title span.plus:after {
  position: absolute;
  content: "\002B";
  top: 35%;
  transform: translateY(-50%);
  right: 22px;
  border: 1px solid;
  line-height: 0;
  padding: 8px 3px;
}
.accordian .accordian-content {
  display: none;
}
.accordian .accordian-content.first {
  display: block;
}
.accordian.active-accordian {
  background-color: #d0d0d0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#specifications{
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  padding-bottom:0;
}
#gallery .gallery-tab {
  margin-top: 140px;
  margin-bottom:50px;
}
#gallery .gallery-slide {
  width: 650px !important;
  margin-left: -335px;
  margin-right: 338px !important;
}
#gallery .bx-viewport {
  height: auto !important;
}
#gallery .gallery-tab a {
  color: #000;
  padding: 10px;
  display: inline-block;
}
#gallery .gallery-tab a.active {
  border-bottom: 2px solid;
  font-weight: bold;
}
#gallery .bx-controls-direction a,
#onsitesafety .bx-controls-direction a {
  margin: 0px 40px;
}
#gallery .bx-pager.bx-default-pager,
#onsitesafety .bx-pager.bx-default-pager {
  margin-top: -25px;
}
#aboutus {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#aboutus .about-us-inner-img {
  float: right;
  position: relative;
  right: 0px;
  margin-top:20px;
}
#aboutus .section-sub-title {
  font-size: 27px;
  letter-spacing: 0px;
}
#aboutus .col-4 {
  background-color: #efece3;
  width: 32%;
  margin: 5px;
}
#aboutus iframe {
  height:450px;
}
#aboutus .section-text{
  padding-right:20px;
  height:160px;
}
#footer .footer-title {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 1000;
  letter-spacing: 1.44pt;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#footer-bottom .col-6 {
  padding: 10px 0px;
}
#footer-bottom .pull-right {
  text-align: right;
}
#footer-bottom a {
  color: #000;
}
.enquire-close-mobile {
  font-weight: bold;
  border: 2px solid;
  display: inline-block;
  float: right;
  padding: 2px 9px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 50%;
}
p.artistic-impression {
  position: absolute;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  padding: 5px;
  bottom: 0;
  right: 0;
}
footer#footer-bottom .col-12 {
  margin-bottom: 20px;
}
footer#footer-bottom {
  display: inline-block;
  padding-top: 30px;
  border-top: 0.1px solid lightgrey;
  width: 100%;
}
.selldo-intl-tel-input .country-list .flag-box,
.selldo-intl-tel-input .country-list .country-name {
  color: #000 !important;
}
.selldof .title {
  display: none;
}
#popup {
  max-width: 600px;
  width: 80%;
  padding: 20px;
  position: relative;
  background: #fff;
  margin: 80px auto
}
#close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #000
}
#overlay {
  overflow: auto;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999
}
.popup-block {
  display: none;
}
a.form-brochure,
a.form-floor-plan {
  text-align: center;
  padding: 10px;
  background-color: #75b5c2;
  margin: 5px 20px;
  border-radius: 6px;
  display: none;
  color: #fff;
  font-weight: bold;
}
.thankyou {
  text-align: center;
}
#gallery p.artistic-impression {
  bottom: 7px;
}
.desktop-site-safety-img {
  display: block;
}
.mobile-site-safety-img {
  display: none;
}
#aboutus p.artistic-impression {
  right: unset;
  left: 0;
}
.hidden-mobile{
  display:block;
}
.visible-mobile{
  display:none;
}
.specification-img{
  display:none;
}
img.launching-patch {
  position: absolute;
  bottom: 5%;
  right: 5%;
}
#commitment {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#commitment .commitment-sec-img {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 45%;
}
#amenities .col-7 img {
  width: 450px;
  height: 350px;
}
.sell_do_virtual_numbers {
  color: #fff;
  font-weight: bold;
}
#amenities p.artistic-impression {
  left: 50%;
  right: unset;
  transform: translateX(-50%);
}
.whataspp{position: fixed;bottom: 50px;left: 10px;z-index: 999;color: inherit !important;}
.whataspp>span{display: inline-block;padding:5px;color:#fff;background-color:#57bb63;font-size: 10px;font-weight: 600;}
.whataspp img{width: 40px;display:block;margin: 0 auto;}
#testimonial .col-6{
  padding:20px;
}
#testimonial .bx-controls-direction a {
  margin: 5%;
  color:#000 !important;
}
#testimonial .bx-controls-direction a img {
  position: absolute;
  margin-top: -5px;
}
#testimonial .bx-controls-direction a.bx-prev img {
  margin-left: -15px;
}
#testimonial .bx-pager.bx-default-pager {
  position: relative;
  margin-top: -22px;
  font-weight: bold;
}
#walkthrough{
  background-color:#b18d9c52;
}
#walkthrough .col-6, #walkthrough .col-4{
  padding:10px;
}

.walkthrough-video{
  padding: 0 50px;
}


@media only screen and (max-width: 1440px) {
  .floating-enquire-wrapper {
    right: 6%;
    top: 100px;
  }
}
@media only screen and (max-width: 992px) {
  .banner-div-1 {
    /*display: none;*/
    height: 100vh;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/banner-bg-new-mobile.png");
  }
  .banner-caption-wrapper{
    top:43%;
  }
  .banner-logo{
    top:50%;
  }
  .banner-text-1 {
    bottom: 75px;
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
  }
  .banner-caption-2 p {
    font-size: 20px;
    line-height: 24px;
    padding: 7px;
  }
  .banner-caption-3 {
    font-size: 22px;
    line-height: 25px;
    padding: 5px;
    margin: 0 50px;
  }
  .rera-div .col-2 {
    width: 8%;
  }
  .rera-div .col-12 {
    width: 89%;
  }
  .rera-div{
    font-size: 11px;
  }
  #home .single_banner .home-slide {
    background-image: url("../images/republic-mobile-banner.jpg");
  }
  .visible-xs {
    display: block;
  }
  .hidden-xs {
    display: none;
  }
  .burger-menu {
    display: block;
    padding: 10px 10px;
    background-color: #74b5c2;
    margin-top: 10px;
  }
  .nav-links {
    height: auto;
    display: none;
    position: fixed;
    top: 110px;
    left: 0px;
    right: 0px;
    z-index: -1;
    border-bottom: 1px solid #ccc;
    padding: 0px;
    background-color: #000;
    width: 100%;
    transform: unset;
  }
  .nav-links a {
    text-align: center;
    font-size: 18px;
    padding: 10px 0px;
    border-right: 0px;
    margin: 0px;
    color: #fff;
    display: block;
  }
  .nav-links a.active:before {
    top: 35px;
    left: 48%;
  }
  .navbar {
    position: absolute;
    left: 0;
    top: 85px;
    width: 0;
  }
  .col-12.footer-call-enquire {
    display: block;
    position: fixed;
    bottom: 0;
    text-align: center;
    color: white;
    background-color: black;
  }
  .footer-call-enquire .col-6 {
    padding: 10px;
  }
  .footer-call-enquire .col-6:first-child {
    border-right: 1px solid #fff;
  }
  .enquire-toggle-button.mobile {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 0;
    float: unset;
    font-weight: bold;
    line-height: unset;
    text-transform: uppercase;
    margin-left: 0;
    letter-spacing: 1px;
    background-color: #000;
    top: unset;
  }
  .floating-enquire-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
  }
  #home .home-slider-1 {
    /*background-image: url("../images/Banner.jpg");*/
    background-image: url("../images/Mobile01.jpg");
  }
  .col-5,
  section .col-6,
  .col-7,
  .col-8,
  .col-4 {
    width: 100%;
  }
  section .container {
    padding: 0 20px;
  }
  #gallery .gallery-slide {
    width: 768px !important;
    margin-left: unset;
    margin-right: unset !important;
  }
  #footer .footer-title {
    font-size: 26pt;
    line-height: 36pt;
  }
  #footer-bottom .col-8,
  #footer-bottom .col-4 {
    padding: 20px 0px;
    width: 100%;
    text-align: center;
  }
  #footer-bottom .pull-right {
    text-align: center;
    padding-bottom: 80px;
  }
  #location iframe {
    height: 450px;
  }
  #location .location-block,
  #overview .overview-block {
    height: 100px;
    width: 50%;
    float: left;
  }
  header .enquire-toggle-button {
    display: none;
  }
  footer#footer-bottom .col-12 {
    margin-bottom: 0px;
  }
  .selldo-intl-tel-input.iti-container {
    z-index: 99999 !important;
  }
  .sell_do_virtual_number_mobile {
    color: #fff !important;
    font-weight: bold;
  }
  #location .location-iframe .col-6 {
    padding: 0px;
    padding-bottom: 20px;
    width: 100%;
  }
  #specifications .accordian-block {
    position: unset;
    margin-bottom: 20px;
  }
  #amenities .amenities-block {
    height: unset;
    padding: 20px;
  }

  #commitment .commitment-sec-img {
    position:unset;
    width: 100%;
    margin-bottom: -30px;
  }
  #amenities .col-7 img {
    width: unset;
    height: unset;
  }
  #home .scroll-down {
    bottom: 50px;
  }
  .nav-links span.sell_do_virtual_numbers {
    display: none;
  }
  .walkthrough-video {
    padding: 10px;
  }
  .right_side_content {
    background-color: unset;    bottom: 30px;
  }
  .slider-1{position: relative;}
  .slider-1:before{
    content: "";
    position: absolute;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    left: 0px;
    width: 100%;
    height: 100%; 
    transform: rotate(0deg);
    bottom: 0;
  }
  .tag-2 {
    margin: 15px 0 14px 0;
    padding: 0 0 11px 0;
  }
  .pune_loves_tag {
    width: 155px;
    margin: 8px auto;
    background: #28829C;
    color: #fff;
    height: 30px;
    font-size: 16px;
  }
  .tag-1 {
    height: 164px;
  }
}
@media only screen and (max-width: 767px) {

  #home .banner-title {
    font-size: 26px;
  }
  img.sidelogo {
    width: 55px;
  }
  .nav-links {
    top: 0;
    padding-top: 100px !important;
  }
  #home .banner-sub-title {
    font-size: 18px;
  }
  #home .banner-sub-title span {
    font-size: 14px;
  }
  .section-sub-title {
    font-size: 28px;
    letter-spacing:1px;
  }
  #gallery .gallery-slide {
    width: 375px !important;
  }
  #location .location-block,
  #overview .overview-block {
    height: 80px;
    width: 100%;
    float: unset;
  }
  #footer .footer-title {
    font-size: 14px;
    line-height: 2;
  }
  section.padding {
    padding: 30px 0px;
  }
  a.download-brochure {
    margin: unset;
    margin-bottom: 20px;
  }
  #location .loc-btns a,
  #specifications .spec-btns a,
  #onsitesafety .sitesafety-btns a {
    width: 252px;
    margin-bottom: 10px;
  }
  #aboutus {
    height: unset;
  }
  .aboutus-caption {
    position: unset;
    width: 100%;
    top: unset;
    transform: unset;
  }
  #aboutus .section-sub-title {
    line-height: unset;
  }
  #home .banner-caption {
    width: 80%;
  }
  .desktop-site-safety-img {
    display: none;
  }
  .mobile-site-safety-img {
    display: block;
  }
  #onsitesafety .img-block {
    width: 100px;
    height: 100px;
    background-color: #75b5c2;
    padding: 17px;
    border-radius: 50px;
    margin: auto;
  }
  #onsitesafety .bx-controls.bx-has-controls-direction.bx-has-pager {
    text-align: center;
    font-weight: bold;
  }
  #aboutus .col-4 {
    width: 45%;
    margin: 12px 8px;
  }
  #aboutus .section-text {
    padding-right:unset;
  }
  #aboutus .right {
    margin-top: 20px;
  }
  #gallery .gallery-tab {
    margin: 20px 0px;
  }
  #amenities .amenities-text-block {
    padding: 20px 0px;
  }
  #amenities .amenities-block{
    padding:0;
    margin:0px;
  }
  #location .location-sec-img {
    position: relative;
    right: 0;
    top: 0;
    width: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  #overview .overview-sec-img{
    right:0;
  }
  .hidden-mobile{
    display:none;
  }
  .visible-mobile{
    display:block;
  }
  .loc-slider-block-img {
    background-color: #1a9a94;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 15px;
    margin-bottom:20px;
  }
  #location .bx-controls.bx-has-controls-direction{
    text-align:center;
  }
  #location .bx-controls.bx-has-controls-direction a.bx-prev, #location .bx-controls.bx-has-controls-direction a.bx-next{
    color:#000;
    font-weight:bold;
    margin: 0px 40px;
  }
  #location .bx-controls.bx-has-controls-direction a.bx-prev img,#location .bx-controls.bx-has-controls-direction a.bx-next img {
    position: relative;
    top: 9px;
  }
  img.launching-patch {
    position: absolute;
    bottom: 2%;
    right: 5%;
    width: 25%;
  }
  img.sidelogo{
    width:55px;
  }
  #home, .home-slide{
    height:95vh;
    background-position: center;
  }
  .home-slide.home-slider-2 {
    /*background-position: center 12px;*/
  }
  #home .scroll-down {
    bottom: 10px;
  }
  #aboutus .section-text{
    height:auto;
  }
  .loc-btns{
    text-align:center;
  }
  #aboutus iframe, #testimonial iframe, #construction iframe {
    height:250px;
  }

  .scroll-down{
    display:none;
  }
}
@media only screen and (max-width: 360px) {
  #gallery .gallery-slide {
    width: 360px !important;
  }
  #footer .footer-title {
    font-size: 14px;
    line-height: 2;
  }
  #aboutus .col-4{
    width:44%;
  }
  .accordian .accordian-title{
    font-size:14px;
  }
}
@media only screen and (max-width: 320px) {
  #gallery .gallery-slide {
    width: 320px !important;
  }
  .banner-caption-wrapper {
    top: 42%;
  }
  .banner-caption-1{
    height: 348px;
    width: 253px;
  }
  .banner-text-1 {
    bottom: 54px;
    font-size: 16px;
    line-height: 21px;
    padding: 20px;
  }
  .banner-caption-2 p {
    font-size: 18px;
    line-height: 22px;
    padding: 5px;
  }
  .banner-caption-3 {
    font-size: 18px;
    line-height: 20px;
    padding: 4px;
    margin: 0 40px;
  }
  .banner-text-1 span:before{
    top: 40%;
    left: 58px;
  }
  .banner-text-1 span:after{
    top: 39%;
    right: 60px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #home .banner-caption {
    width: 82%;
  }
  a.download-brochure {
    margin-bottom: 20px;
  }
  #amenities .col-4 {
    text-align: left !important;
  }
  .burger-menu {
    margin-top: 22px;
  }
  #overview .overview-sec-img{
    width:40%;
  }
  #amenities .amenities-block {
    padding: 0;
    margin: 0;
  }
  #amenities .amenities-block img {
    width: 100%;
  }
  #amenities .amenities-text-block {
    padding: 20px 0px;
  }
  #gallery .gallery-tab {
    margin: 20px 0px;
  }
  #location .location-sec-img {
    position: relative;
    right: unset;
    top: 0;
    width: unset;
  }
  .banner-caption-1 {
    height: 578px;
    width: 418px;
  }
  .banner-text-1 {
    font-size: 34px;
    line-height: 40px;
  }
  .banner-caption-2 p {
    font-size: 38px;
    line-height: 44px;
    padding: 25px;
  }
  .banner-caption-3 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner-text-1 {
    bottom: 184px;
  }
  .banner-logo {
    top: 43%;
  }
}

@media only screen 
and (min-device-width : 1441px) 
and (max-device-width : 1920px){
  #overview .overview-sec-img {
    width: 45%;
  }
  #gallery .gallery-slide{
    width:800px !important;
    margin-left: -290px !important;
    margin-right:350px !important;
  }
  #home .banner-caption{
    left:20%;
  }
}


@media only screen 
and (min-device-width : 1367px) 
and (max-device-width : 1440px){
  #gallery .gallery-slide {
    width: 665px !important;
    margin-left: -313px;
    margin-right: 338px !important;
  }
}

@media only screen and (min-device-width: 1254px) and (max-device-width: 705px) and (orientation: portrait) {
  .banner-div-1{
    background-size: cover;
  }
}
