a {
  outline: none;
}

*a:focus {
  outline: none
}

body {
  font: 12px Arial, Helvetica, sans-serif;
  color: #666666;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.font-68 {
  font-size: 68% !important;
}

#feedback-enquiry {
  position: fixed;
      top: 40%;
  right: 0;
  z-index: 9999;
  bottom: auto;
  /* height: 66px; */
  margin-left: -3px;
  margin-bottom: -3px;
  display: block;
}

#feedback-tab-enquiry {
    float: right;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    height: auto;
    z-index: 9999;
    /* background-color: #D63213; */
    margin-right: -59px;
    padding-top: 4px;
    padding-bottom: 6px;
    padding-right: 20px;
    padding-left: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 0px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    letter-spacing: 0px;
    margin-top: 100px;
    border: 1px solid #a8731f;
    background-color: #92641a;
    font-weight: 600;
    text-transform: uppercase;
}

.img-border-none{ padding-top: 14px !important}
.img-border-none li{margin-bottom: 10px !important; font-family: unset !important;font-weight: normal !important;}
.img-border-none img{border: none !important;}
.img-border-none .circle{margin-right: 4px !important; margin-top: 4px !important;}
.img-border-none .text-about{font-size: 13px !important; width: 82%;}
.img-border-none p{font-size: 13px !important;}

.award-vascon {margin: 0px 0px 50px 0px;padding: 40px 0px;background: #fff;}
.award-vascon img{margin: 0 auto; display: block;}


/*----------- panel ----------*/

.content-wrap {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  width: 100%;
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.content::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
  transition: opacity 0.4s, transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}


/* Menu Button */

.menu-button {
  width: 34px;
  height: 24px;
  position: fixed;
  right: 0;
  top: 42px;
  margin-top: 13px;
  margin-right: 35px;
  z-index: 1000;
  padding: 0;
  cursor: pointer;
  background: #000;
  border: none;
}

.menu-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 80%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
}

.menu-button span:nth-child(1) {
  top: 6px;
  left: 3px;
  right: 5px;
}

.menu-button span:nth-child(2) {
  top: 11px;
  left: 3px;
  right: 5px;
}

.menu-button span:nth-child(3) {
  top: 16px;
  left: 3px;
  right: 5px;
}

.menu-button:hover {
  opacity: 0.6;
}


/* Close Button */

.close-button {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 1.75em;
  border: none;
  background: transparent;
  color: transparent;
}

.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #bdc3c7;
}

.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.permissiontext {
  margin: 0px;
  font-size: 11px;
  text-shadow: none;
  color: #e4e0e0;
}


/* Menu */

.menu-wrap {
  position: fixed;
  z-index: 1001;
  width: 300px;
  height: 100%;
  right: 0;
  float: right;
  background: #2f2f2f;
  padding: 2.5em 1.5em 0;
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.menu,
.menu-list {
  height: 100%;
  overflow-x: auto;
}

.menu-list {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.menu-list a {
  display: block;
  padding: 0.82em 0;
  -webkit-transform: translate3d(0, 500px, 0);
  transform: translate3d(0, 500px, 0);
  color: #a5a5a5;
  position: relative;
  font-size: 16px;
  ;
}

.menu-list a:hover,
.menu-list a:active span {
  color: #ffffff;
}

.menu-list,
.menu-list a {
  -webkit-transition: -webkit-transform 0s 0.4s;
  transition: transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.menu a:nth-child(2) {
  -webkit-transform: translate3d(0, 1000px, 0);
  transform: translate3d(0, 1000px, 0);
}

.menu-list a:nth-child(3) {
  -webkit-transform: translate3d(0, 1500px, 0);
  transform: translate3d(0, 1500px, 0);
}

.menu-list a:nth-child(4) {
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0);
}

.menu-list a:nth-child(5) {
  -webkit-transform: translate3d(0, 2500px, 0);
  transform: translate3d(0, 2500px, 0);
}

.menu-list a:nth-child(6) {
  -webkit-transform: translate3d(0, 3000px, 0);
  transform: translate3d(0, 3000px, 0);
}

.menu-list a span:nth-last-child(1) {
  margin-bottom: 100px;
}

.menu-list a.active span {
  color: #d31f26 !important;
}

.menu-list a.active span:before {
  width: 100%;
}

.desktopbanner {
  height: 100vh !important;
}
.mobile-none
{
    display:block;
}

/* Shown menu */

.show-menu .menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .menu-list,
.show-menu .menu-list a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .menu-list a {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}

.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.padding-none {
  padding: 0px !important;
}

.padding-left {
  padding-left: 0px !important;
}

.headervascon {
  margin: 0px;
  padding: 0px;
  z-index: 999;
  position: fixed;
  /* left: 16px; */
  /* right: 30px; */
  top: 0px !important;
  width: 100%;
  padding: 16px 38px;
}

.callbook {}

.callbook p {
  display: inline-block;
  margin: 0px;
  color: #fff;
}

.callbook a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
}

.callbook span {
  color: #fff;
  margin-left: 8px;
  margin-right: 8px;
}

.icon-phone {
  display: inline-block;
  margin-right: 3px;
  margin-top: -2px;
}

.icon-phonesec a {
  color: #fff;
}

.numbermargin {
  margin-right: 8px;
}

.booknow {
  border-radius: 30px;
  padding: 5px 7px;
  border: 1px solid #ffe1e1;
  margin: 0px 14px;
  font-size: 14px;
}

.banner-katvi {
  margin: 0px;
  padding: 0px;
}

.bannerkatvi .carousel-control.right {
  display: none;
}

.bannerkatvi .carousel-control.left {
  display: none;
}

.bannerkatvi .carousel-indicators {}

.bannerkatvi .carousel-indicators .active {
  background-color: #d88c8e;
  border-color: #d88c8e;
}

.bannerkatvi .carousel-indicators li {
  border-color: #d88c8e;
}

.carousel-caption {
  bottom:252px;
  right: 42px;
  left: 40%;
  height: 56vh;
}

.booking-center {
         margin: 0 auto;
 
    text-align: center;
    background: #ed1b24;
    margin-top: -2px;
    padding: 18px 0px 21px;
}

.booking-center h1 {
        background-color: #facd4c;
    font-size: 22px;
    padding: 16px 30px;
    letter-spacing: 0.2px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    color: #544f4f;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
}

.enqurie-form {
  background: rgba(35, 34, 34, 0.8);
  border-radius: 3px;
  padding: 16px 32px 16px 32px;
  margin-top: 0px;
  box-shadow: 0 0 10px grey;
}

.enqurie-form h2 {
  text-align: center;
  margin: 0px 0px 14px 0px;
  font-size: 26px;
  color: #fff;
  text-shadow: none;
  letter-spacing: 0.5px;
  font-family: "arial";
  /* text-transform: lowercase; */
  text-align: center;
}

.enqurie-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

:.enqurie-form :-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.enqurie-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.enqurie-form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.margin-auto {
  margin: 0 auto;
}

.enqurie-form select {
  background-color: transparent
}

.enqurie-form select option {
  color: #000;
  font-family: none;
}

.btncenter {
  margin: 0 auto;
  text-align: center;
}

.contact-vascon {
  text-align: right;
  border-radius: 6px;
  margin-bottom: 22px;
}

.contact-vascon img {
  margin-top: -5px;
}

.contact-vascon .fa {
  font-size: 1.6em;
  margin-right: 5px;
}

.form-group {
  margin-bottom: 10px;
}

.form-control {
  height: 38px;
  color: #fff;
  border: 1px solid #ccc;
  background: 0 0;
  padding: 0px 14px;
  font-family: 'antic_didoneregular';
}

.gray-aboutsec {
  background-color: #eeeeee;
  padding: 40px 0px 56px;
}


.sold-out{    background-color: rgba(211,1,38,0.9);
    font-size: 13px;
    padding: 3px 6px;
    color: #fff;
    display: inline-block;
    margin-bottom: 4px;
  }
    
/* carousel */

.media-carousel {
  margin-bottom: 0;
}

.media-carousel .fa {
  font-size: 3em;
}


/* Previous button  */

.media-carousel .carousel-control.left {
  background-image: none;
  top: 44%;
}


/* Next button  */

.media-carousel .carousel-control.right {
  background-image: none;
  top: 44%;
}


/* Changes the position of the indicators */

.media-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}


/* Changes the colour of the indicators */

.media-carousel .carousel-indicators li {
  background: #c0c0c0;
}

.media-carousel .carousel-indicators .active {
  background: #333333;
}

.bgwhite {
  background-color: #fff;
  margin-bottom: 30px;
}

.listingsec {
  padding: 26px 22px 0px 0px;
}

.listingsec p {
  line-height: 20px;
  font-size: 15px;
  margin-bottom: 18px;
  font-family: 'ProximaNovaRegular';
}

.listingsec ul {
  padding-left: 0px;
}

.listingsec li {
  list-style: none;
  font-size: 13.1px;
  margin-bottom: 14.4px;
  font-weight: bold;
}

.listingsec li:last-child {
  margin-bottom: 0px;
}

.circle {
  /* display: inline-block; */
  float: left;
  width: 14px;
  height: 10px;
  display: block;
  margin-top: 2px;
  margin-right: 12px;
}

.text-about {
  float: left;
  width: 80%;
  display: block;
  font-family: 'Proxima Nova Semibold';
  font-size: 15px;
}

.bhkprice {
  background-color: #fff;
  padding: 20px 16px;
}

.redcolor {
  color: #d31f26 !important;
  margin-bottom: 13px !important;
  font-size: 44px !important;
}

.redcolorapart {
  color: #d31f26 !important;
  margin-bottom: 30px !important;
  font-weight: bold;
  font-family: 'Proxima Nova Semibold';
  font-size: 14px !important;
}

.box-bhk {
  background-color: #f8f7f3;
  padding: 14px 24px;
  min-height: 102px;
}

.box-bhk p {
  margin: 0px;
}

.bhktext {
  color: #d31f26;
  float: left;
  width: 108px;
  margin-top: 14px;
  font-size: 28px;
  font-weight: bold;
}

.price {
  float: left;
  border-left: 1px solid #ccc;
  padding-left: 26px;
}

.grayprice {
  color: #666666;
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
}

.grayprice2 {
  color: #121212;
  font-weight: bold;
  font-size: 15px;
  display: block;
  margin-bottom: 4px;
}

.allinclusive {
  color: #121212;
  font-size: 12px;
  font-weight: bold;
}

.mapsec {
  margin: 0px 0px;
  padding: 0px;
  position: relative;
}

.maptext {
  background-color: rgba(211, 31, 38, .8);
  padding: 44px 34px;
  left: 64%;
  position: absolute;
  top: 0px;
  bottom: auto;
  right: 0px;
}

.maptext h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 550;
  margin: 0px 0px 24px 0px;
  position: relative;
}

.mapsec .listingsec2 {
  padding: 0px 0px 24px 0px;
}

.mapsec .listingsec2 ul {
  padding-left: 0px;
}

.mapsec .listingsec2 li {
  list-style: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 19.2px;
  color: #fff;
}

.amenitiessec {
  background-color: #ac1c21;
  padding: 50px 80px;
}

.box-aminitis {
  margin: 0px 0px 24px 0px;
  padding: 0px;
  text-align: center;
  min-height: 172px;
}

.box-aminitis img {
  margin: 0 auto;
}

.box-aminitis h4 {
  color: #fff;
  font-size: 18px;
  font-family: 'ProximaNovaRegular';
  text-transform: uppercase;
}

.amenitiestab {
  margin: 40px 0px 0px 0px;
  padding: 0px;
}

.amenitiestab .tab .tab-content {
  margin-top: 0px;
  line-height: 18px !important;
}

.amenitiestab ul {
  margin-bottom: 24px !important;
}

.tab-data {
  margin: 0px;
  padding: 0px;
}

.amnitisimg {
  margin: 0px;
  padding: 0px;
  position: relative;
}


/*.overertext{position: absolute; display: none; top:0px; left: 0px; bottom: 0px; right: 0px; background:rgba(0,0,0,.6); 
padding-top: 76px;}
.amnitisimg:hover .overertext{display: block;}*/

.amenitieslist {
  padding: 60px 0px 0px 0px;
}

.amenitieslist p {
  line-height: 20px;
  font-size: 13px;
  margin-bottom: 18px;
}

.amenitieslist ul {
  padding-left: 0px;
}

.amenitieslist li {
  color: #000;
  text-align: left;
  list-style: none;
  font-size: 13.1px;
  margin-bottom: 20px;
}

.amenitieslist li:last-child {
  margin-bottom: 0px;
}

.amenitieslist li .text-about {
  font-family: 'ProximaNovaRegular' !important;
  color: #000;
  font-size: 16px !important;
}

.amenitieslist .circle {
  /* display: inline-block; */
  float: left;
  width: 14px;
  height: 10px;
  display: block;
  margin-top: 3px;
  margin-right: 12px;
}

.padding-top40 {
  padding-top: 40px !important;
}

.tab {
  text-align: center;
}

.tab .nav-tabs {
  border-bottom: none;
  /* display: block; */
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

.nav-tabs {
  border-bottom: none;
  /* display: -webkit-box; */
  margin: 0 auto;
  text-align: center;
}

.tab .nav-tabs li a {
  font-size: 15px;
  border: none;
  padding-right: 0px;
  color: #414141;
  font-family: 'Proxima Nova Semibold';
}

.tab .nav-tabs li span {
  display: inline-block;
  color: #414141;
  margin-left: 14px;
}

.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a {
  background: transparent;
  color: #d31f26;
}

.centertab {
  display: inline-block;
}

.videotab {
  display: block;
}

.tab .tab-content {
  padding: 0px;
  margin-top: 20px;
  font-size: 17px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 30px;
  background: transparent;
  position: relative;
}

.formobile {
  display: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border: none;
}

.mainbox {
  margin: 0px 0px 24px 0px;
  padding: 0px;
  text-align: left;
  min-height: 356px;
}

.videobox {
  margin: 0px;
  padding: 0px;
}

.mainbox h3 {
  color: #d31f26;
  font-size: 14px;
}

.mainbox p {
  color: #414141;
  font-size: 14px;
  line-height: 22px;
}

.media-coveragebg {
  background-color: #ac1c21;
  padding: 24px 0px;
}

.mediabox {
  padding: 24px 0px;
}

.mediabox h1 {
  text-align: left;
  color: #fff;
}

.mediabox p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.min-height {
  min-height: 80px;
}

.sakal {
  margin: 0 auto;
}

.rera-numb {
  padding: 0.99em 0em;
  text-align: center;
  border-top: 1px solid #403f3f;
  border-bottom: 1px solid #403f3f;
  margin-bottom: 16px;
  background: #292929;
}

.rera-numb p {
  margin: 17px 0px 0px 0px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  font-family: inherit;
  letter-spacing: 0.5px;
}

.rera-border {}

.img-vasconmaker {
  margin: 0px;
  padding: 0px;
  position: relative;
  cursor: pointer;
}

.overlaybg {
  margin: 0px;
  display: none;
  padding: 151.4px 0px;
  position: absolute;
  top: 0px;
  bottom: auto;
  left: 0px;
  right: 0px;
  background: rgba(187, 143, 50, .8)
}

.overlaybg img {
  display: block;
  margin: 0 auto;
}

.img-vasconmaker:hover .overlaybg {
  display: block;
}

.padding-topzero {
  padding-top: 0px !important;
}

.padding-btomzero {
  padding-bottom: 0px !important;
}

.bgwhitemakers {
  background-color: #fff;
}

.makerssec {
  background-color: #fff;
  padding: 18px 0px 0px 40px;
}

.makerssec h1 {
  text-align: left !important;
  margin-top: 28px !important;
  ;
  margin-bottom: 22px !important;
}

.makerssec p {
  font-size: 14.4px;
  color: #000;
  line-height: 23px;
  margin-bottom: 22px;
  font-family: 'ProximaNovaRegular';
}

.makerssec li {
  font-weight: bold !important;
  margin-bottom: 12.1px !important;
  line-height: 22px !important;
}

.makerssec li:last-child {
  margin-bottom: 0px !important;
}

.m-b20 {
  margin-bottom: 20px !important;
}

.bank-logo {
  margin: 60px 0px 34px;
  padding: 0px;

}

.bank-logo img {
  margin: 0 auto;
  text-align: center;
  border: 1px solid #ccc;
}

.bank-logo h4 {
  font-weight: bolder;
    color: #666666;
    margin-bottom: 34px;
    font-size: 15px;
}

.bank-logosinner {
  margin: 0px 0px 14px 0px;
  padding: 0px;
}

.logo-resale {
  width: 42%;
  padding: 6px 8px;
}

.logo-jm {
  width: 42%;
  padding: 5px 6px;
}

.grayfooter {
  margin: 0 auto;
  background-color: #f2f2f2;
  padding: 42px 0px;
}


.makerssec .circle {
  margin-top: 6px !important;
}

.grayfooterbottom {
  margin: 0 auto;
  background-color: #292929;
  padding: 42px 0px 10px;
}

.equiresec {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  font-family: 'ProximaNovaRegular';
}

.equiresec p {
  color: #fff;
  line-height: 20px;
  font-size: 13px;
  font-family: 'ProximaNovaRegular';
}

.btn-enq {
  border-radius: 0px;
  background-color: #d31f26 !important;
  font-family: 'ProximaNovaRegular';
  padding: 10px 12px !important;
  border-color: #d31f26;
  outline: 0px;
}

.btn-enq:hover {
  border-color: #d31f26;
}

.equiresec h4 {
  color: #fff;
  font-size: 14px;
}

.equiresec p a {
  display: inline-block;
  color: #999999;
}

.color-adderss {
  color: #999999 !important;
}

.disclaimer {
  margin: 0px 0px 14px 0px;
  padding: 0px 0px 6px 0px;
  border-bottom: 1px solid #403f3f;
}

.disclaimer span {
  display: block;
  margin-bottom: 8px;
}

.disclaimer p {
  color: #999999;
  margin-bottom: 18px;
  font-family: 'arial';
  line-height: 17px;
}

.padding-zero {
  padding: 0px !important;
}

.padding-rightzero {
  padding-right: 0px !important;
}

.headindg-story {
  margin-bottom: 24px;
  margin-top: 0PX;
  font-size: 2.4em;
  line-height: 40px;
  color: #292929;
  font-weight: bold;
  text-align: center;
  font-family: 'proxima_novabold';
}

.privacytext {
  color: #999999;
  border-bottom: 1px solid #999999;
  display: inline-block;
}

.privacytext:hover {
  text-decoration: none;
}

.btn-submit {
  background: transparent;
  border: 1px solid #ccc;
  /* border: none; */
  padding: 8px 30px;
  margin: 0 auto;
  color: #fff;
  font-family: 'antic_didoneregular';
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 14px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  background-color: transparent;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
}

#myBtn:hover {
  background-color: #fff;
}


/* image thumbnails */

.thumbHolder {
  background-color: #f8f7f3;
  padding: 14px 12px;
  border-top: 1px solid #e7e5e5;
}

.thumbHolder span {
  vertical-align: middle;
  text-align: center;
}

.thumbHolder span img {
  margin: 0 auto;
  display: block;
}


/* modal body */

.modal-body div.spinicon {
  font-size: 40pt;
  height: 50px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}

#big-image-modal .modal-body img.img-responsive {
  margin: 0 auto;
}

.logo-footer img {
  display: block;
  margin: 26px auto 14px;
}

.thank-u {
  padding: 60px 0px;
  border-top: 120px solid #dcdada;
  border-bottom: 120px solid #dcdada;
}

.thank-u h2 {
  font-size: 68px;
  font-weight: 700;
  color: #000;
  letter-spacing: 4px;
  margin-bottom: 40px
}

.thank-u img {
  display: block;
  margin: 0 auto
}

.thank-u h4 {
  color: #000;
  margin: 30px 0 6px;
  font-size: 22px
}

.thank-u a {
  margin: 40px 0;
  letter-spacing: 2px
}

.btn-redback {
  background-color: #d3ad57!important;
  border-color: #d3ad57!important
}
.footer-enq{width: 400px; }

.mobileenqurie-form {
  background: rgba(35, 34, 34, 0.8);
  padding: 16px 32px 16px 32px;
  margin-top: -4px;
}

.mobileenqurie-form .close {
       color: #fff7f8;
    opacity: unset;
    text-shadow: none;
    background: #d31f26 !important;
    border-radius: 50%;
    width: 24px;
    padding-right: 1px;
    padding-top: 1px;
    height: 24px;
    margin-top: -44px;
    font-size: 18px;
}

.mobileenqurie-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.mobileenqurie-form :-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.mobileenqurie-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.mobileenqurie-form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.mobile-appointmentbtn {
  display: none;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: auto;
  cursor: pointer;
  right: auto;
  z-index: 999999;
  text-align: center;
  width: 100%;
}

.mobile-appointmentbtn .btn {
  background-color: #d31f26 !important;
  border: none;
  display: block;
  border-radius: 0px;
  color: #fff!important;
  padding: 7px 0;
  font-size: 20px;
}
.mobile-appointmentbtn .btngreeen {
  background-color: #27a71a  !important;
  border: none;
  display: block;
  border-radius: 0px;
  color: #fff!important;
  padding: 7px 0px 12px;
  font-size: 20px;
}
.mr_left{margin-left: -15px; margin-right: -21px;}

.margin-bottomrera {
  margin-bottom: 32px;
}

.mobilebanner {
  display: none !important;
}

.toploader {
  top: 30% !important;
}

#myModal .modal-content {
  position: relative;
  background-color: transparent !important;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none !important;
  border: none !important;
  border-radius: 0px !important;
  outline: 0;
  box-shadow: none !important;
}


.disp-blckbtn-gold{display:block !important; 
  padding:0px 0px !important; 
  z-index:99999999; width:100%; 
  position:fixed; 
  bottom:0px; top:auto;}
  .btngreeen {
  background-color: #46e475 !important;
  border: none;
  display: block;
  border-radius: 0px;
  color: #fff!important;
  font-size: 20px;
  padding: 7px 0px 12px;
}
 .btngold {
  border: none;
  display: block;
  border-radius: 0px;
  color: #fff!important;
  font-size: 20px;
   padding: 8px 0px;
}


/*Chat bot kenty code*/

#kenytChatBubble.position-right {
    right: 0;
    margin-right: 20px;
    margin-bottom: 50px;
}
.chatWithUsMessage, .unreadcount[data-unreadcount]:after {
    position: absolute;
    color: #fff;
    text-align: center;
    font-family: Calibri,sans-serif;
    margin-bottom: 31px;
}

/*Chat bot kenty code end*/
@media only screen and (max-width: 767px) {
  .headervascon {
    padding: 7px;
    background: #d31f26 !important;
  }
  #tabs ul {
    display: block;
  }
  #tabs .nav-tabs a {
    padding: 10px 3px !important;
    font-size: 10px !important;
  }
  #tabs .nav-tabs span {
    margin-left: 5px !important;
  }
  .bannerkatvi {
    margin-top: 32px;
  }
  .carousel-caption {
    position: unset;
    margin-top: 28px;
  }
  .desktopbanner {
    display: none !important;
  }
  .mobilebanner {
    display: block !important;
  }
  .mobilebanner img {
    height: 229px !important;
  }
  .callbook p {
    font-size: 6.2px;
    line-height: 8px;
  }
  .carousel-indicators {
    display: block;
  }
   .booking-center{padding: 17px 0px 13px;}
.booking-center h1 {  font-size: 7px;
    padding: 8px 2px;
    line-height: 22px;
    display: block;}
.footer-enq {
    width: 304px;
    margin: 0 auto;
}

  .logo-footer {
    margin-bottom: 50px;
  }
  .maptext {
    position: relative;
    padding: 16px;
    left: auto;
  }
  .maptext br {
    display: none;
  }
  .maptext h2 {
    display: none;
  }
  .icon-phonesec a {
    font-size: 9.2px;
  }
  .listingsec {
    padding: 17px 0px 24px 11px;
  }
  .listingsec li {
    font-size: 12px;
    margin-bottom: 14px;
    line-height: 17px;
  }
  .listingsec2 li {
    font-size: 12px;
    margin-bottom: 14px;
    line-height: 20px;
  }
  .makerssec {
    padding-top: 24px;
    padding-left: 0px;
  }
  .makerssec h1 {
    margin-top: 0px;
    text-align: center;
  }
  .makerssec p {
    text-align: center;
  }
  .btn-enq {
    display: none;
  }
  .callbook a {
    display: inline-block;
    color: #fff;
    font-size: 9px;
  }
  .booknow {
    background: #fff;
    padding: 5px 8px;
    margin: 0px 0px;
    font-size: 9px;
    color: #d31f26 !important;
  }
  .mobile-appointmentbtn {
    display: block !important;
  }
  .displayform {
    display: none;
  }
  .enqurie-form {
    display: none;
  }
  .modal {
    top: 72px;
  }
  .headindg-story {
    margin-top: 0px;
    font-size: 2em;
  }
  .thank-u h2 {
    font-size: 38px;
  }
  .rera-border {
    border-bottom: none;
  }
  .site-footer {
    padding-bottom: 58px;
  }
  .overlaybg {
    padding: 131px 0px;
  }
  .overlaybg img {
    width: 186px;
  }
  .mrgn-leftimg {
    margin-left: 32px;
  }
  .privacytext {
    margin-bottom: 0px;
  }
  .nav>li>a {
    padding: 10px 9px;
  }
  .tab .nav-tabs li a {
    font-size: 12.6px !important;
  }
  .min-height {
    margin-top: 24px;
    min-height: 60px !important;
  }
  .border-rightbox {
    border: none;
  }
  .amenitiessec {
    padding: 20px 18px;
  }
  .headingfont {
    font-size: 1.8em !important;
  }
  .overertext {
    padding-top: 48px;
  }
  .box-aminitis {
    min-height: 194px;
  }
  .amenitieslist {
    padding: 46px 0px 0px 12px;
  }
  .box-aminitis h4 {
    font-size: 13px;
  }
  .padding-topnone {
    padding-top: 0px !important;
    padding-bottom: 28px !important;
  }
  .menu-button {
    margin-right: 14px;
  }
  .redcolor {
    font-size: 30px !important;
  }
  .media-carousel .carousel-control {
    display: none;
  }
  /****tab video****/
  .mainbox {
    margin-bottom: 0px;
  }
  .fordesktop {
    display: none;
  }
  .formobile {
    display: block;
  }
  .owl-theme .owl-nav {
    display: none;
  }
  .owl-theme .owl-dots {
    margin-bottom: -52px;
    /*margin-bottom: 0px;*/
  }

.bank-logo{margin-top: 4px;}
.margin-project-by{margin-bottom: 4px !important;}
  .logo-project { 
   margin-top: 24px;
   margin-bottom: 14px;
 }

  .logo-resale {    
    width: 54%;
    margin-bottom: 20px !important;
  }
.logo-jm {
    width: 50%;
  }
  
.mt-1 {
 margin-top: 14px !important;
}

.mobile-none
{
    display:none;
}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .desktopbanner {
    display: none !important;
  }
  .mobilebanner {
    display: block !important;
  }
  .enqurie-form {
    display: none;
  }
  .mobile-appointmentbtn {
    display: block !important;
  }
    .booking-center h1{font-size: 14.4px; padding: 16px 20px;}

  .logo-resale { 
    width: 30%;
  }
  .logo-jm 
  {
    width: 30%;
  }
    
}


/****font face*****/

@font-face {
  font-family: 'ProximaNovaRegular';
  src: url('fonts/ProximaNovaRegular.eot');
  src: local('fonts/ProximaNovaRegular'), url('fonts/ProximaNovaRegular.woff') format('woff'), url('fonts/ProximaNovaRegular.ttf') format('truetype');
}


/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_58703">Text with this font applied</p> */

.fontsforweb_fontid_58703 {
  font-family: 'ProximaNovaRegular' !important;
}

@font-face {
  font-family: 'proxima_novabold';
  src: url('fonts/proxima_nova_bold-webfont.woff2') format('woff2'), url('fonts/proxima_nova_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Semibold';
  font-style: normal;
  font-weight: normal;
  src: local('fonts/Proxima Nova Semibold'), url('fonts/Proxima Nova Semibold.woff') format('woff');
}