/*stylesheet*/
/*Importing fonts*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto);

/*******************************************************/
/*****************===RESET===***************************/
/*******************************************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    font-family: 'Raleway', sans-serif;

}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/* core css for animation*/

/* html,
 body {
     overflow: hidden;
 }*/

.lefttxt,
.righttxt {
    -vendor-animation-duration: 4s;
    -vendor-animation-delay: 4s;
    /*-vendor-animation-iteration-count: infinite;*/
}

.image1,
.image2,
.image3,
.image4 {
    -vendor-animation-duration: 4s;
    -vendor-animation-delay: 4s;
}

input[type=text], input[type=email], textarea {
    font-size: 14px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.navbartop .logo {
    height: 80px;
    width: 200px;
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -100px;
    z-index: 11;
}

.navbartop .logo img {
    width: 100%;
}

.scroll-icn {
    cursor: pointer;

}

/***/

.menu-flyout {
    position: fixed;
    width: 280px;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 1111111111;
    top: 0;
    right: -280px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.40);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.40);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.40);
}

.menu-flyout ul {
    width: 100%;
    list-style: none;
    margin-top: 70px;
}

.menu-flyout ul li a {
    display: block;
    height: 100%;
    color: #626363;
    text-decoration: none;
    font-size: 20px;
    position: relative;
    padding: 35px 15px;
    text-align: center;
    border-bottom: 1px solid #E2E2E2;
    margin: 0 20px;
}

.menu-flyout ul li a:hover, .menu-flyout ul li.selected a {
    color: #ff9933;
}

.menu-flyout ul li:hover {
    color: #ff9933;
    transition: color 2s;
    -moz-transition: color 2s;
    -webkit-transition: color 2s;
    -o-transition: color 2s;
}

.menu-flyout ul li span:nth-child(2) {
    cursor: pointer;
}

/*****For toggle menu button icon*****/
/***/

.content-wrapper {
    /*height: 100vh;*/
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    /*transforms*/

    -webkit-transform: translateY(40vh);
    -ms-transform: translateY(40vh);
    transform: translateY(40vh);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
    transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
    overflow: hidden;
}

.menuicn {
    position: absolute;
    height: 65px;
    width: 65px;
    display: block;
    right: 0;
    z-index: 1000;
    background: none !important;
}

#nav-icon {
    width: 35px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-top: 20px;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ff9933;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon.open span {
    background: #ff9933;
}

/* Icon 3 */

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 10px;
}

#nav-icon span:nth-child(4) {
    top: 20px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/*******************************************************/
/***************PAGE Navigation Bullets*****************/
/*******************************************************/

#pp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}

#pp-nav.right {
    right: 17px;
}

#pp-nav.left {
    left: 17px;
}

.pp-section.pp-table {
    display: table;
}

.pp-tableCell {
    display: table-cell;
    /*vertical-align: middle;*/

    width: 100%;
    height: 100%;
}

.pp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}

.pp-slidesNav.bottom {
    bottom: 17px;
}

.pp-slidesNav.top {
    top: 17px;
}

#pp-nav ul,
.pp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#pp-nav li,
.pp-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}

.pp-slidesNav li {
    display: inline-block;
}

#pp-nav li a,
.pp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
    background: #fff;
}

#pp-nav span,
.pp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

.pp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    /* font-family: arial, helvetica, sans-serif;*/

    white-space: nowrap;
    max-width: 220px;
}

.pp-tooltip.right {
    right: 20px;
}

.pp-tooltip.left {
    left: 20px;
}

.pp-scrollable {
    overflow-y: scroll;
    height: 100%;
}

.tooltipTxt {
    display: none;
}

/*******************************************************/
/********************Section Backgrounds****************/
/*******************************************************/

.background {
    /*background-size: auto 100%;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    overflow: hidden;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* height: 130vh;*/
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-transform: translateY(20vh);
    -ms-transform: translateY(20vh);
    transform: translateY(20vh);
    -webkit-transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
    transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
}

/*.background:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
}*/

.background:first-child {
    background-image: url('../images/slide-one.jpg');
    -webkit-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    transform: translateY(0vh);
}

.background:first-child .content-wrapper {
    -webkit-transform: translateY(10vh);
    -ms-transform: translateY(10vh);
    transform: translateY(10vh);
}

.background:nth-child(2) {
    background-image: url('../images/slide-two.jpg');
    background-position: top center;
}

.background:nth-child(3) {
    background-image: url('../images/slide-three.jpg');
}

.background:nth-child(4) {
    background-image: url('../images/slide-four.jpg');
    background-position: center bottom;
}

.background:nth-child(5) {
    background-image: url('../images/slide-four.jpg');
    background-position: top center;
}

.background:nth-child(6) {
    background-image: url('../images/white-bg.jpg');
    background-position: top center;
}

.background:nth-child(7) {
    background-color: #fff;
}

/* Set stacking context of slides */

.background:nth-child(1) {
    z-index: 8;
}

.background:nth-child(2) {
    z-index: 7;
}

.background:nth-child(3) {
    z-index: 6;
}

.background:nth-child(4) {
    z-index: 5;
}

.background:nth-child(5) {
    z-index: 4;
}

.background:nth-child(6) {
    z-index: 3;
}

.background:nth-child(7) {
    z-index: 2;
}

.background:nth-child(8) {
    z-index: 1;
}

/****************************************/

.background h1 {
    font-size: 40px;
    padding-bottom: 50px;
    margin-top: -50px;
    position: relative;
}

.background h1:before {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -40px;
    height: 1px;
    width: 80px;
    background: #fff;
    content: '';
}

.background h3 {
    font-size: 16px;
    padding-top: 10px;
}

ul.social-links {
    padding: 0;
    margin: 0 0 0 10px;
    position: absolute;
    width: 310px;
    height: 70px;
    z-index: 11;
}

ul.social-links li {
    float: left;
    padding: 15px 0 5px 10px;
    margin: 0;
}

ul.social-links li a {
    display: inline-block;
}

ul.social-links li a.download-brochure {
    border: 1px solid #ff9933;
    float: left;
    padding: 10px 15px;
    color: #ff9933;
    border-radius: 16px;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;
}

ul.social-links li a.download-brochure:hover {
    background: #ff9933;
    color: #fff;
}

.scroll-icn {
    cursor: pointer;
    bottom: 10px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    padding: 5px;
}

.the-idea-block {
    width: 80%;
    margin: 0 auto;
    height: 60%;
    border-top: 5px solid #ff9933;
    background: #f3f5f5;
    color: #212121;
    padding: 20px 10%;
}

.background h2, .inner-body h2 {
    color: #575757;
    font-size: 20px;
    padding: 20px 0 45px;
    position: relative;
    text-transform: capitalize;
    font-weight: normal;
    text-align: center;
}

.background h2:before, .inner-body h2:before {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -40px;
    height: 1px;
    width: 80px;
    background: #AFAFAF;
    content: '';
}

.the-idea-block p {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 25px;
    color: #575757;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.bold.italic {
    display: inline-block;
    padding: 10px;
}

a.orange-btn, .orange-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #ff9933;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    border: 0px;
}

.the-location-block {
    width: 80%;
    margin: 0 auto;
    height: 80%;
    color: #575757;
}

.the-location-block .location-map {
    text-align: left;
}

.the-location-block img {
    height: 450px;
    float: left;
    padding-right: 50px;
}

.location-map .location-map-info {
    float: left;
    width: 400px;
    padding-left: 20px;
}

.location-map .location-map-info h4 {
    color: #7cbecf;
    padding: 50px 0 20px;
    font-size: 45px;
    font-style: italic;
    font-weight: 600;
}

.location-map .location-map-info p {
    font-size: 14px;
    line-height: 21px;
    padding: 10px 30px 20px 0;
}

.location-map .location-map-info p a {
    color: #ff9933;
    text-decoration: none;
}

.the-project {
    color: #000;
}

.the-project .col-md-4 {
    padding: 0;
}

.the-project .col-md-4 img {
    width: 100%;
}

.page8 {
    background: #eff2f9 url('../images/home-footer-contact.jpg') no-repeat bottom;
    background-size: 100% auto;
}

.lets-talk {
    text-align: left;
    color: #424141;
    font-size: 20px
}

.form input {
    margin-top: 12px;
    display: block;
    width: 87%;
    border: 0;
    color: #000;
    background: none;
    padding: 5px;
    border-bottom: 1px dashed #4C4C4C;
}

.form textarea {
    resize: none;
    overflow: hidden;
    min-height: 30px;
    max-height: 100px;
    border: 0;
    border-bottom: 1px dashed #4C4C4C;
    width: 87%;
    color: #000;
    display: block;
    background: none;
    float: left;
    margin-top: 24px;
}

.form p {
    padding-right: 20%;
}

.form p button {
    padding: 10px 30px;
    margin-top: 20px;
}

.address {
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-bottom: 8px;
    text-align: left;
    color: #575757;
    position: relative;
}

.address:before {
    position: absolute;
    display: block;
    content: '';
    height: 27px;
    width: 27px;
    left: 0;
    top: -4px;
    background: url('../images/address-icon.png') no-repeat center;
}

.tel:before {
    background: url('../images/mobile-icon.png') no-repeat center;
}

.email:before {
    background: url('../images/mail-icon.png') no-repeat center;
}

.address-text {
    font-size: 14px;
    padding-bottom: 25px;
    text-align: left;
    color: #575757;
    line-height: 17px;
    font-family: 'Roboto', sans-serif;
}

.page8 ul {
    display: block;
    margin: 30px auto 12px;
    width: 820px
}

.page8 ul li {
    display: inline-block;
}

.page8 ul li a {
    display: inline-block;
    padding: 10px;
    color: #707070;
    font-size: 14px;
}

.page8 a {
    font-size: 13px;
    color: #707070;
}

.disclaimer {
    padding: 15px 0 10px;
}

.disclaimer a {
    color: #666;
    padding: 2px 30px;
    border-left: 1px solid #ccc;
    font-size: 14px;
}

.disclaimer a:first-child {
    border-left: 0px solid #ccc;
}

.copyright {
    text-align: center;
    font-size: 13px;
    padding: 15px 0;
    color: #707070;
}

.footer-social {
    padding: 5px 0 3px 0;
}

.footer-social a {
    margin: 0 5px;
}

.background.page2 .scroll-icn {
    display: block !important;
}

/**************Floor Plans*****************/
body.inner-body {
    background: url('../images/inner-bg.jpg') repeat-x 0 -11px;
    padding-top: 55px;
    overflow-y: scroll;
}

body.inner-body.floor-plans {
    background: url('../images/bg-himalaya.jpg') no-repeat top;
    padding-top: 55px;
    overflow-y: scroll;
    background-size: 115% auto;
}

.inner-body .navbartop {
    background: #fff;
    border-bottom: 1px solid #ccc;
    position: fixed;
    height: 62px;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.inner-body .navbartop .logo {
    height: 70px;
    width: 160px;
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -80px;
    z-index: 11;
}

.inner-body .navbartop .logo img {
    height: 60px;
}

.inner-body ul.social-links li a.download-brochure {
    font-size: 13px;
    padding: 8px 15px;
}

.inner-body ul.social-links li {
    padding: 15px 0 5px 10px;
}

.inner-body #nav-icon {
    margin-top: 20px;
}

.footer {
    min-height: 250px;
    width: 100%;
    background: #dde4ea url('../images/footer-bg.jpg') no-repeat;
    background-size: 100% auto;
}

.footer ul {
    display: block;
    margin: 0px auto;
    width: 820px;
    padding: 30px 0 15px;
}

.footer ul li {
    display: inline-block;
}

.footer ul li a {
    display: inline-block;
    padding: 10px;
    color: #707070;
    font-size: 14px;
}

.inner-body h2 {
    padding: 35px 0 40px;
}

.inner-body h2:before {
    top: 68px;
}

.floor-plans-img img {
    width: 100%;
    padding-top: 10px;
}

.floor-plans-page h3 {
    color: #7cbdcf;
    font-size: 38px;
    font-style: italic;
    font-weight: bold;
}

.floor-plans-page .row {
    padding: 30px 0;
    border-bottom: 1px solid #efecec;
    margin-bottom: 15px;
}

.floor-plans-page .row:nth-child(5), .floor-plans-page .row:last-child {
    border-bottom: 0px;
}

.floor-plans-page h3 span {
    display: block;
    font-size: 16px;
    line-height: 25px;
}

.total-carpet {
    font-size: 16px;
    padding: 10px 0 15px;
}

.total-carpet-txt {
    color: #474747;
}

.total-carpet .sqft {
    display: inline-block;
    padding-left: 50px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
}

.floor-plans-page p {
    font-size: 14px;
    line-height: 21px;
    color: #474747;
    padding-bottom: 30px;
}

.floor-plans-page p.floor-plans-footer {
    background: #f3f3f3;
    font-size: 17px;
    padding: 15px;
    color: #474747;
    font-style: italic;
    margin-bottom: 25px;
}

.floor-plans-footer span {
    color: #000;
    float: right;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
}

.floor-plans-page p.floor-plans-img {
    padding-bottom: 0;
    line-height: 0;
}

.parking p {
    padding: 25px 0 35px;
}

.parking p.floor-plans-img {
    padding-top: 20px;
}

.parking .text-center {
    padding: 20px 0 40px;
}

.after-head-text {
    padding-top: 25px;
}

.floor-plans-page p.floor-plans-img.indiv-img {
    margin-bottom: 30px;
}

.life-at-icons {
    margin-top: 15px;
}

.char-dham-map h3 {
    padding: 75px 0 50px 0;
}

.char-dham-blocks .col-md-3 {
    line-height: 22px;
    padding: 40px 20px;
    text-align: center;
    font-size: 15px;
}

.char-dham-blocks .col-md-3 .img-responsive {
    display: inline-block;
    width: 270px;
}

.char-dham-head {
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
}

.life-at-icons li {
    color: #474747;
    display: block;
    position: relative;
    padding: 15px 10px 15px 48px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

.life-at-icons li:before {
    position: absolute;
    content: '';
    height: 38px;
    width: 38px;
    display: block;
    left: 0;
    top: 6px;
}

.life-at-icons li.rafting:before {
    background: url('../images/icon-rafting.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.para-gliding:before {
    background: url('../images/icon-para-gliding.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.parasailing:before {
    background: url('../images/icon-parasaling.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.canoeing:before {
    background: url('../images/icon-canoeing.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.rock-climbing:before {
    background: url('../images/icon-rock-climbing.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.water-zorbing:before {
    background: url('../images/icon-water-zorbing.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.hot-air-balloon:before {
    background: url('../images/icon-hot-airballon.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.house-boating:before {
    background: url('../images/icon-house-boating.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.hrs-wifi:before {
    background: url('../images/icon-24hrs-wifi.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.organized-treks:before {
    background: url('../images/icon-organized-treks.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.local-life:before {
    background: url('../images/icon-local-life.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.caterer:before {
    background: url('../images/icon-caterer.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.solar:before {
    background: url('../images/icon-solar.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.hrs-water-ele:before {
    background: url('../images/icon-24hrs-water-ele.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.rain-water-harvesting:before {
    background: url('../images/icon-rain-water-harvesting.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.energy-efficient-lighting:before {
    background: url('../images/icon-energy-efficient-lighting.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.gym:before {
    background: url('../images/icon-gym.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.jacuzzi:before {
    background: url('../images/icon-jacuzzi.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.vaastu-friendly-design:before {
    background: url('../images/icon-vaastu-friendly-design.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.furnished:before {
    background: url('../images/icon-furnished.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.security:before {
    background: url('../images/icon-security.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.parking:before {
    background: url('../images/icon-parking.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.club-house:before {
    background: url('../images/icon-club-house.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.meditation:before {
    background: url('../images/icon-meditation.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.spa:before {
    background: url('../images/icon-spa.png') no-repeat;
    background-size: 100% auto;
}

.life-at-icons li.restaurant:before {
    background: url('../images/icon-restaurant.png') no-repeat;
    background-size: 100% auto;
}

.map-area {
    height: 500px;
    width: 100%;
    background: #000;
    position: absolute;
    display: block;
}

.map-outer {
    height: 400px;
    width: 100%;
    overflow: scroll;
}

.img-map-area {
    height: 1000px;
    width: 1000px;
    background: #ccc;
}

/****/
.map-canvas {
    left: -2213px;
    top: -2661px;
}

.spot {
    position: absolute;
    display: block;
    height: 34px;
    width: 34px;
    background: rgba(76, 76, 68, 0);
    z-index: 1;
    border-radius: 100%;
    cursor: pointer;
}

.spot-details {
    width: 400px;
    height: 120px;
    background: #fff;
    border-radius: 6px;
    padding: 20px 15px;
    line-height: 18px;
    position: absolute;
}

.spot-details h5 {
    font-size: 18px;
    padding-bottom: 14px;
    font-weight: 500;
    font-style: italic;
    color: #0f0f0f;
}

.spot-details p {
    font-size: 13px;
    line-height: 17px;
}

.spot-one {
    left: 2579px;
    top: 1052px;
}

.one-pos {
    left: 2401px;
    top: 917px;
    display: none;
}

.spot-two {
    left: 2320px;
    top: 1835px;
}

.two-pos {
    left: 2143px;
    top: 1700px;
    display: none;
}

.spot-three {
    left: 2072px;
    top: 2285px;
}

.three-pos {
    left: 1895px;
    top: 2150px;
    display: none;
}

.spot-four {
    left: 2276px;
    top: 2647px;
}

.four-pos {
    left: 2099px;
    top: 2510px;
    display: none;
}

/*
.spot-five{
    left: 1148px; 1464
    top: 1410px; 1500
}
.five-pos{
    left: 1012px;
    top: 1311px;
    display: none;
}
*/
.spot-five {
    left: 2612px;
    top: 2910px;
}

.five-pos {
    left: 2435px;
    top: 2770px;
    display: none;
}

.spot-six {
    left: 2714px;
    top: 3049px;
}

.six-pos {
    left: 2537px;
    top: 2913px;
    display: none;
}

.spot-seven {
    left: 2594px;
    top: 3065px;
}

.seven-pos {
    left: 2417px;
    top: 2930px;
    display: none;
}

.spot-eight {
    left: 2974px;
    top: 3212px;
}

.eight-pos {
    left: 2796px;
    top: 3074px;
    display: none;
}

.spot-nine {
    left: 3187px;
    top: 3192px;
}

.nine-pos {
    left: 3009px;
    top: 3055px;
    display: none;
}

.spot-ten {
    left: 3285px;
    top: 3320px;
}

.ten-pos {
    left: 3107px;
    top: 3182px;
    display: none;
}

.spot-eleven {
    left: 2495px;
    top: 3503px;
}

.eleven-pos {
    left: 2319px;
    top: 3366px;
    display: none;
}

.spot-twelve {
    left: 2795px;
    top: 3757px;
}

.twelve-pos {
    left: 2618px;
    top: 3620px;
    display: none;
}

.club-house-text {
    margin-top: 20px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    bottom: -12px;
    left: 184px;
}

#map {
    position: relative;
    width: 145%;
    height: 500px;
    overflow: hidden;
}

body {
    overflow-x: hidden !important;
}

.left-gray {
    position: absolute;
    height: 500px;
    width: 1000px;
    top: 0px;
    margin-left: -1010px;
    background: #f1f1f1;
}

.map-canvas {
    position: absolute;
    background: url(../images/full-map-bg.jpg);
    width: 4000px;
    height: 4000px;

}

#map .ui-draggable-dragging {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.lb-closeContainer {
    text-align: right;
}

.lb-nav a.lb-next, .lb-nav a.lb-prev {
    opacity: 0.6 !important;
}

a.lb-close {
    display: inline-block;
    width: 34px;
    background: #fff;
    height: 30px;
    position: absolute;
    font-size: 21px;
    text-decoration: none;
    padding: 16px 10px;
    border-radius: 100%;
    font-weight: bold;
    border: 1px solid #000;
    color: #000;
    right: -16px;
    top: -15px;
    cursor: pointer;
    z-index: 1000;
}

ol.map-points {
    list-style-type: 1;
    margin: 0 0 0 30px;
}

ol.map-points li {
    padding: 2px 0;
    cursor: pointer;
}

ol.map-points li.active {
    color: #ff9933;
}

ol.map-points li.active span, a.home-pro-arrow span {
    height: 12px;
    width: 20px;
    display: inline-block;
    background: url(../images/active-arrow.png) no-repeat left;
}

.logo-contact img {
    height: 100px;
    padding-bottom: 15px;
    margin-left: -20px;
}

.keyplan-page {
    font-size: 14px;
    line-height: 21px;
    color: #474747;
    background: #f1f1f1;
    margin-bottom: 50px;
}

.keyplan-page h3 {
    margin: 10px 0 5px;
    line-height: 70px;
}

.floor-plans-page .keyplan-page .row {
    background: #f1f1f1;
    padding: 0;
}

.floor-plans-page .keyplan-page .row .col-md-8 {
    padding-right: 0;
}

.floor-plans-page p.img-footer {
    padding: 10px 0 35px;
    font-size: 16px;
}

.lets-talk-popup {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    padding-top: 35px;
}

/****/
.floor-plans-img.roll-box img {
    padding-top: 0;
}

.roll-box {
    position: relative;
    height: auto;
}

span.roll {
    background: url(../images/mag.png) center center no-repeat #000;
    min-height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 4px #000;
    -moz-box-shadow: 0px 0px 4px #000;
    box-shadow: 0px 0px 4px #000;
}

span.rollover {
    opacity: 1;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition: -webkit-transform 1s;
    background: url(images/mag.png) center center no-repeat #000;
    cursor: pointer;
    height: 346px;
    width: 347px;
    position: absolute;
    z-index: 10;
    opacity: 0;
}

span.rollover:hover {
    opacity: .7;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition: -webkit-transform 1s;
    -webkit-box-shadow: 0px 0px 4px #000;
    -moz-box-shadow: 0px 0px 4px #000;
    box-shadow: 0px 0px 4px #000;
}

.gallery-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    overflow: hidden;
}

.gallery-border {
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    /* border: 1px solid rgba(255, 255, 255, 0.65);*/
    z-index: 100;
    top: 0;
    left: 0;
    vertical-align: middle;
    line-height: 550px;
    text-align: Center;
}

.gallery-border .gallery-content {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-border .gallery-content p {
    color: #fff;
    font-size: 28px;
    font-style: italic;
}

.gallery-border:hover .gallery-content {
    padding-bottom: 90px;
    color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box-content p {
    margin: 0;
    font-size: 16px;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: url(../images/up-arrow-lines.png) no-repeat center rgba(44, 44, 44, .4);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box .gallery-box-caption.search-icon {
    background: url(../images/mag.png) no-repeat center rgba(44, 44, 44, .4);
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 65%;
    width: 60%;
    left: 20%;
    text-align: center;
    transform: translateY(-50%);
    line-height: 20px;
}

.gallery-box:hover .gallery-box-caption {
    opacity: 1;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.project-features-block {
    padding-top: 50px;
}

/****************/
.address-box {
    padding-left: 100px;
}

.image-text {
    padding: 10px 0 0 0;
}

section.module.parallax {
    padding: 290px 0;
    background-position: 0 0;
}

section.module.parallax-1 {
    background: url("../images/adventure-sport-three.jpg") fixed !important;
    margin: 40px 0;
    background-size: cover !important;
}

section.module.parallax-2 {
    background: url("../images/adventure-sport-four.jpg") fixed !important;
    background-size: cover !important;
}

section.module.parallax h3 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background: url(../images/up-arrow-lines.png) no-repeat center bottom;
    padding-bottom: 50px;
}

.char-dham .gallery-box {
    max-width: 100%;
}

.lets-talk {
    position: fixed;
    top: 24px;
    right: 80px;
    display: block;
    width: 180px;
    z-index: 1000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.background.page6 .the-location-block {
    margin-top: -50px;
}

.hiddenn {
    opacity: 0;
}

.visiblee {
    opacity: 1;
}

.modal-body h2 {
    text-align: center;
    font-size: 20px;
    padding: 22px 0 0;
    position: relative;
}

.modal-body h2:before {
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -45px;
    height: 1px;
    width: 80px;
    background: #AFAFAF;
    content: '';
}

.carousel-control:focus, .carousel-control:hover, .carousel-control {
    opacity: 1;
}

.carousel-control {
    width: 80px;
    top: 45%;
    height: 33px;
}

a.left.carousel-control {
    margin-left: -40px;
    background-image: none;
    background-color: #fff;
    padding: 5px;
    height: 43px;
}

a.right.carousel-control {
    margin-right: -40px;
    background-image: none;
    background-color: #fff;
    padding: 5px;
    height: 43px;
}

a.left.carousel-control span, a.right.carousel-control span {
    font-size: 14px;
    display: inline-block;
    border: 1px solid #000;
    background: #fff;
    line-height: 20px;
    padding: 5px 0 7px 0;
    text-shadow: none;
    color: #ff9933;
    width: 80px;

}

a.left.carousel-control span {
    margin-left: -10px
}

.front-view {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 35px 0 30px;
    clear: both;
    font-size: 20px;
    font-style: italic;
}

.images-gallery h1 {
    color: #7cbdcf;
    font-size: 40px;
    line-height: 55px;
    padding: 35px 0;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}

.images-gallery {
    padding-bottom: 50px;
}

.images-gallery p {
    padding: 10px 0;
    font-style: italic;

}

/************************/
.contact-popup .modal-dialog {
    width: 90%;
    margin: 30px auto;
}

.contact-popup.modal.in .modal-dialog {
    height: 90%;
}

.contact-popup .modal-content {
    height: 100%;
}

.contact-popup .address-box {
    padding-left: 15px;
    padding-top: 0;
}

.contact-popup .row {
    padding-top: 4%;
}

.contact-popup .close {
    float: right;
    font-size: 44px;
    margin-right: 8px;
}

#myCarousel {
    height: auto;
}

.contact-popup .modal-body {
    height: 100%;
    background: url(../images/home-footer-contact.jpg) no-repeat;
    background-size: 100% 100%;
    border: 10px solid #fff;
    border-top: 70px solid #fff;
}

.contact-popup .close {
    float: right;
    font-size: 44px;
    margin-right: 8px;
    color: #f93 !important;
    position: absolute;
    z-index: 10000;
    right: 15px;
    opacity: 1;
    top: 11px;
    font-weight: 400;
}

.fb-logo, .twt-logo {
    display: inline-block;
    background: url(../images/gray-fb-logo.png) no-repeat;
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
}

.fb-logo:hover {
    background: url(../images/fb-logo.png) no-repeat;
    background-size: 32px 32px;
}

.twt-logo {
    background: url(../images/gray-twt-logo.png) no-repeat;
}

.twt-logo:hover {
    background: url(../images/twt-logo.png) no-repeat;
    background-size: 32px 32px;
}

.close-menu {
    position: absolute;
    top: 15px;
    right: 20px;
    height: 30px;
    width: 30px;
    display: block;
    cursor: pointer;
}

.close-menu:before, .close-menu:after {
    background: #f93;
    position: absolute;
    top: 15px;
    right: 0px;
    height: 2px;
    width: 30px;
    display: block;
    content: '';
}

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

.close-menu:after {
    transform: rotate(135deg);
}

.mobile-download {
    display: none;
}

/************************/

@media (max-width: 1920px) {

    .container {
        width: 1400px;
    }

    .col-md-6 {
        padding-right: 25px;
        padding-left: 25px;
    }

    .inner-body h2 {
        padding: 45px 0 50px;
    }

    .inner-body h2:before {
        top: 80px;
    }

    .floor-plans-page h3 {
        color: #7cbdcf;
        font-size: 48px;
        line-height: 55px;
        padding-bottom: 15px;
    }

    .gallery-box {
        width: 100%;
        max-width: 100%;
    }

    .img-responsive {
        width: 100%;
    }

    .floor-plans-page p {
        font-size: 16px;
        line-height: 26px;
    }

    ol.map-points li {
        padding: 6px 0;
        font-size: 16px;
    }

    .left-gray, #map {
        height: 750px;
    }

    .floor-plans-page p.img-footer {
        padding: 18px 0 40px;
        font-size: 22px;
    }

    a.orange-btn, .orange-btn {
        padding: 10px 35px;
        font-size: 18px;
    }

    .spot-details p {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .bottom-btn a {
        margin: -20px 0 50px;
        text-align: center;
    }

    .bottom-btn {
        text-align: center;
    }

    .background h2, .inner-body h2 {
        font-size: 20px;
    }

    .floor-plans-page p.floor-plans-footer {
        font-size: 22px;
    }

    .total-carpet {
        font-size: 22px;
        padding: 18px 0 25px;
    }

    .life-at-icons li {
        font-size: 16px;
    }

    .the-idea-block p {
        font-size: 19px;
        line-height: 32px;
    }

    .location-map .location-map-info p {
        font-size: 16px;
        line-height: 28px;
    }

    .location-map iframe {
        height: 600px;
    }

    .background h1 {
        font-size: 46px;
    }

    .background h3 {
        font-size: 25px;
        padding-top: 35px;
        text-shadow: 1px 2px 2px rgba(19, 19, 19, 0.44);
    }

    .background h1:before {
        top: 80px;
    }

    .background h2:before {
        top: 55px;
    }

    .inner-body h2:before {
        top: 80px;
    }

    .the-idea-block {
        padding: 30px 10%;
    }

    .background .the-idea-block h2 {
        padding-bottom: 60px;
    }

    .location-map .location-map-info {
        width: 100%;
    }

    .page7 h2 {
        margin-top: -75px;
    }

    .gallery-border {
        line-height: 650px;
    }

    .gallery-border .gallery-content p {
        font-size: 34px;
    }

    .gallery-border:hover .gallery-content {
        padding-bottom: 240px;
    }

    .address-box {
        padding-left: 122px;
        padding-top: 40px;
    }

    .page8 .container {
        height: 50%;
    }

    .address {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .address-text {
        font-size: 16px;
        padding-bottom: 25px;
        text-align: left;
        color: #575757;
        line-height: 25px;
        padding-left: 5px;
    }

    .form input {
        margin-top: 30px;
    }

    .form p button {
        margin-top: 30px;
    }

    input[type=text], input[type=email], textarea {
        font-size: 16px;
    }

    ol.map-points {
        margin: -7px 0 0 30px;
    }

    .keyplan-page h3 {
        margin: 28px 0 5px;
    }

    .floor-plans-page p.img-footer {
        padding: 18px 0 60px;
    }

    .margin-top-minus {
        margin-top: -48px;
        margin-bottom: 35px;
    }

    .footer ul {
        width: 600px;
    }

    .footer ul li a {
        font-size: 15px;
    }

    .floor-plans-page h3 span {
        font-size: 24px;
        line-height: 32px;
    }

    .char-dham-blocks {
        padding: 25px 0;
    }

    .char-dham-blocks p.char-dham-head {
        font-size: 22px;
        padding: 30px 0 20px;
        color: #636161;
    }

    .char-dham-blocks p {
        font-size: 18px;
        line-height: 25px;
        color: #474747;
    }

    .project-features-block .image-text {
        padding: 17px 0 35px;
    }

    section.module.parallax h3 {
        font-size: 34px;
    }

    .keyplan-page {
        margin-bottom: 70px;
    }

    .view-gallery-bottom {
        margin-top: -30px;
    }
}

@media (max-width: 1680px) {
    .floor-plans-page p {
        font-size: 16px;
        line-height: 24px;
    }

    .container {
        width: 1280px;
    }

    .the-idea-block {
        padding: 30px 5%;
    }

    .total-carpet {
        font-size: 20px;
        padding: 14px 0 20px;
    }

    .gallery-box {
        width: 100%;
        max-width: 100%;
    }

    .img-responsive {
        width: 100%;
    }

    .floor-plans-page p.floor-plans-footer {
        font-size: 20px;
    }

    .floor-plans-page h3 span {
        font-size: 22px;
        line-height: 24px;
    }

    .floor-plans-page h3 {
        font-size: 46px;
        line-height: 46px;
    }

    .location-map iframe {
        height: 536px;
    }

    .parking p {
        padding-top: 30px;
    }

    ol.map-points li {
        padding: 5px 0;
        font-size: 16px;
    }

    .keyplan-page h3 {
        margin: 40px 0 20px;
    }

    .floor-plans-page p.img-footer {
        font-size: 16px;
        padding: 16px 0 40px;
    }

    .margin-top-minus {
        margin-top: -30px;
        margin-bottom: 10px;
    }

    .life-at-icons li {
        font-size: 16px;
    }

    .life-at-icons {
        margin-top: 0px;
        padding-bottom: 20px;
    }

    .gallery-border {
        line-height: 525px;
    }

    .gallery-border:hover .gallery-content {
        padding-bottom: 200px;
    }

    .background .the-idea-block h2 {
        padding-bottom: 44px;
    }

    .the-idea-block p {
        font-size: 16px;
        line-height: 30px;
    }

    .floor-plans-page p {
        font-size: 16px;
        line-height: 24px;
    }

    .char-dham-blocks p {
        font-size: 16px;
        line-height: 23px;
        color: #474747;
    }

    .location-map .location-map-info p {
        padding: 10px 0px 20px 0;
    }

    .keyplan-page {
        margin-bottom: 60px;
    }

    .contact-popup .row {
        padding-top: 2%;
    }
}

@media (max-width: 1440px) {
    .gallery-border {
        line-height: 450px;
    }

    .gallery-border:hover .gallery-content {
        padding-bottom: 170px;
    }

    .container {
        width: 90%;
    }

    .col-md-6 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .keyplan-page {
        margin-bottom: 50px;
    }

    .contact-popup .close {
        float: right;
        font-size: 28px;
    }

    .contact-popup .modal-body {
        border-top: 50px solid #fff;
    }

    input[type=text], input[type=email], textarea {
        font-size: 14px;
    }
}

@media (max-width: 1366px) {
    .gallery-box {
        width: 100%;
        max-width: 100%;
    }

    .img-responsive {
        width: 100%;
    }

    .background h1 {
        font-size: 42px;
    }

    .background h1:before {
        top: 80px;
    }

    .background h3 {
        font-size: 20px;
        padding-top: 20px;
    }

    .background h2, .inner-body h2 {
        font-size: 20px;
        padding: 20px 0 30px;
    }

    .background h2:before {
        top: 50px;
    }

    .page7 h2 {
        margin-top: -60px;
    }

    .the-idea-block p {
        font-size: 14px;
        line-height: 22px;
    }

    .the-idea-block {
        padding: 15px 5%;
    }

    a.orange-btn, .orange-btn {
        padding: 10px 28px;
        font-size: 16px;
    }

    .location-map iframe {
        height: 440px;
    }

    .location-map .location-map-info p {
        font-size: 16px;
        line-height: 24px;
    }

    .form input {
        margin-top: 18px;
    }

    .address-box {
        padding-top: 22px;
    }

    .address {
        font-size: 16px;
        padding-bottom: 6px;
    }

    .address-text {
        font-size: 15px;
        padding-bottom: 20px;
        line-height: 22px;
        padding-left: 5px;
    }

    .address:before {
        top: -7px;
    }

    .page8 .container {
        height: auto;
        padding-bottom: 20px;
    }

    .gallery-border .gallery-content p {
        font-size: 30px;
    }

    .gallery-border:hover .gallery-content {
        padding-bottom: 141px;
    }

    .menu-flyout ul li a {
        font-size: 16px;
        padding: 28px 15px;
    }

    .keyplan-page h3 {
        margin: 22px 0 22px;
    }

    .floor-plans-page p {
        font-size: 14px;
        line-height: 22px;
    }

    ol.map-points li {
        padding: 3px 0;
        font-size: 14px;
    }

    .left-gray, #map {
        height: 550px;
    }

    .floor-plans-page p.img-footer {
        font-size: 16px;
        padding: 12px 0 24px;
    }

    .total-carpet {
        font-size: 16px;
        padding: 10px 0px 15px;
    }

    .floor-plans-page p.floor-plans-footer {
        font-size: 16px;
    }

    .floor-plans-page p.floor-plans-footer {
        margin-bottom: 20px;
    }

    .floor-plans-page h3 {
        font-size: 42px;
        line-height: 46px;
    }

    .life-at-icons li {
        font-size: 14px;
    }

    .char-dham-blocks p {
        font-size: 14px;
        line-height: 20px;
    }

    .char-dham-blocks p.char-dham-head {
        font-size: 20px;
        padding: 25px 0 12px;
    }

    .footer ul li a {
        font-size: 14px;
    }

    .inner-body h2:before {
        top: 50px;
    }

    .inner-body h2 {
        padding: 34px 0 30px;
    }

    .inner-body h2:before {
        top: 64px;
    }

}

@media (max-width: 1280px) {
    .container {
        width: 94%;
    }

    .total-carpet {
        font-size: 16px;
    }

    .floor-plans-page h3 {
        font-size: 40px;
        line-height: 44px;
    }

    .floor-plans-page h3 span {
        font-size: 20px;
        line-height: 18px;
    }

    .gallery-border {
        line-height: 420px;
    }
}

@media (max-width: 1024px) {
    .the-idea-block {
        padding: 15px 5%;
    }

    .background h2, .inner-body h2 {
        font-size: 20px;
    }

    .the-idea-block p {
        font-size: 13px;
        line-height: 20px;
    }

    .background h2:before {
        top: 50px;
    }

    .background .the-idea-block h2 {
        padding-bottom: 32px;
    }

    .the-location-block {
        width: 95%;
    }

    .location-map .location-map-info {
        width: 100%;
        padding-left: 0;
    }

    .location-map .location-map-info p {
        font-size: 14px;
        line-height: 22px;
    }

    .location-map .location-map-info h4 {
        padding: 50px 0 10px;
        font-size: 36px;
    }

    .gallery-border {
        line-height: 335px;
    }

    .gallery-border .gallery-content p {
        font-size: 24px;
    }

    ol.map-points li {
        padding: 1px 0;
        font-size: 14px;
    }

    .floor-plans-page p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 14px;
    }

    .keyplan-page h3 {
        margin: 16px 0 12px;
        font-size: 36px;
        line-height: 42px;
    }

    .keyplan-page {
        margin-bottom: 30px;
    }

    .club-house-text {
        margin-top: 10px;
    }

    .margin-top-minus {
        margin-top: -37px;
        margin-bottom: -17px;
    }

    .col-md-6 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .floor-plans-page p.img-footer {
        font-size: 15px;
        padding: 10px 0 20px;
    }

    a.orange-btn, .orange-btn {
        padding: 8px 24px;
        font-size: 16px;
    }

    .footer ul {
        width: 792px;
    }

    .inner-body h2:before {
        top: 70px;
    }

    .inner-body h2 {
        padding: 34px 0 37px;
    }

    .pro-features {
        padding: 0px !important;
    }

    .parking.pro-features .text-center {
        padding: 0px 0 40px !important;
    }

    .floor-plans-page h3 {
        font-size: 37px;
        line-height: 42px;
    }

    .floor-plans-page h3 span {
        font-size: 17px;
        line-height: 18px;
    }

    #map {
        overflow: scroll;
    }

    .view-gallery-bottom {
        margin: -20px 0 20px;
    }
}

@media (max-width: 990px) {
    .life-at-icons li {
        width: 100%;
    }

    .footer ul {
        width: 100%;
    }

    .footer ul li {
        width: 30%;
        text-align: left;
        padding-left: 3%;
    }

    .inner-body h2 {
        padding: 35px 0 25px;
    }

    .inner-body h2:before {
        top: 70px;
    }

    .floor-plans-page h3 {
        padding-top: 20px;
    }

    .project-features-block {
        padding-top: 15px;
    }

    .adv-sport-mob {
        clear: both;
        overflow: auto;
    }

    .adv-sport-mob .col-md-6 {
        width: 50%;
        float: left;
    }

    .char-dham-blocks .img-responsive {
        width: 290px;
    }

    .parking div.col-md-6:first-child {
        padding-bottom: 20px;
    }

    .adv-sport, .project-features, .monal-mob, .parakeet-mob, .club-howus {
        display: flex;
        flex-flow: column;
    }

    .adv-sport .adv-sport-first, .project-features .project-features-first, .monal-mob .monal-mob-first, .parakeet-mob .parakeet-mob-first, .club-howus .col-md-6:first-child {
        order: 2;
        margin-top: 50px
    }

    .adv-sport .adv-sport-sec, .project-features .project-features-first, .monal-mob .monal-mob-sec, .parakeet-mob .parakeet-mob-sec, .club-howus .col-md-6:nth-child(2) {
        order: 1;
    }

    .club-howus .col-md-6:nth-child(2) {
        margin-top: 30px;
    }

    .club-howus .col-md-6:first-child {
        margin-top: 10px;
    }

    .monal-mob .monal-mob-first, .parakeet-mob .parakeet-mob-first {
        margin-top: 0px
    }

    .left-gray {
        display: none;
    }

    #map {
        position: relative;
        width: 100%;
    }

    .keyplan-page .col-md-4, .keyplan-page .col-md-8 {
        padding: 0 20px !important;
    }

    .keyplan-page {
        margin: 0 -23px;
    }

    .floor-plans-page h3 {
        padding-top: 0;
    }

    ol.map-points {
        margin: -7px 0 15px 30px;
    }

    .floor-plans-page .keyplan-page .row .col-md-8 {
        padding-bottom: 20px !important;
    }

    ul.social-links li a.download-brochure {
        display: none;
    }

    .address-box {
        padding-left: 18px;
    }

    .form input, .form textarea {
        width: 98%;
    }

    .form p {
        padding-right: 0;
    }

    .the-project .col-md-4 {
        padding: 0;
        height: 250px;
        overflow: hidden;
    }

    .gallery-border {
        line-height: 235px;
    }

    .the-project .col-md-4 img {
        width: 100%;
        margin-top: -235px;
    }

    .map-points {
        display: none;
    }

    .page8 ul li a {
        display: inline-block;
        padding: 10px 6px;
    }

    .page8 ul {
        width: 750px;
    }

    .gallery-border:hover .gallery-content {
        padding-bottom: 0;
    }

    .gallery-box .gallery-box-caption {
        display: none;
    }
}

@media (max-width: 767px){
    body{
        overflow-x: scroll!important;
    }
    .mobile-download{
        display: block;

    }
    .menu-flyout ul li.mobile-download a{
        display: block;
        border: 1px solid #f93;
        border-radius: 30px;
        width: 80%;
        margin-left: 10%;
        margin-bottom: 10px;
        color: #f93;
    }
}

@media (max-width: 750px) {
    .logo-contact {
        display: none;
    }

    .floor-plans-page h3 {
        color: #7cbdcf;
        font-size: 28px;
        padding-top: 10px;
    }

    .adv-sport .adv-sport-first, .project-features .project-features-first {
        margin-top: 30px;
    }

    .inner-body h2:before {
        top: 64px;
    }

    ul.social-links {
        display: none;
    }

    .inner-body .navbartop .logo img {
        height: 60px;
    }

    .inner-body .navbartop .logo {
        height: 60px;
        width: 150px;
        left: -9px;
        margin-left: 0;
    }

    .lets-talk {
        top: 18px;
        right: 60px;
        width: 160px;
        font-size: 13px;
        position: absolute;
    }

    .menuicn {
        height: 60px;
        width: 56px;
        position: fixed;
    }

    .menu-flyout ul {
        margin-top: 65px;
    }

    .menu-flyout ul li a {
        font-size: 14px;
        padding: 16px 15px;
    }

    .floor-plans-page h3 {
        padding-top: 0px;
        line-height: 30px;
        padding-bottom: 5px;
    }

    .total-carpet {
        font-size: 15px;
    }

    .floor-plans-page .row {
        padding: 5px 0;
    }

    .floor-plans-page p.floor-plans-footer {
        font-size: 15px;
        margin-bottom: 12px;
        padding: 15px 10px;
    }

    .parking p {
        padding-top: 10px;
    }

    .parking .text-center {
        padding: 5px 0 25px;
    }

    section.module.parallax h3 {
        font-size: 24px;
    }

    .life-at-icons li {
        padding: 10px 10px 10px 48px;
    }

    section.module.parallax-1 {
        margin: 20px 0;
    }

    .after-head-text {
        padding-top: 15px;
    }

    .project-features-block .image-text {
        padding: 15px 0 20px;
    }

    .life-at-icons li {
        margin-bottom: 4px;
    }

    .parking.pro-features .text-center {
        padding: 0px 0 30px !important;
    }

    .char-dham-blocks .col-md-3 {
        padding: 25px 20px;
    }

    .char-dham-blocks p.char-dham-head {
        font-size: 20px;
        padding: 12px 0 12px;
    }

    #slider-thumbs .col-sm-3 {
        width: 32%;
        padding-right: 5px;
        padding-left: 5px;
        display: inline-block;
    }

    .hide-bullets {
        text-align: center;
    }

    .thumbnail {
        margin-bottom: 15px;
    }

    .footer ul li a, .disclaimer a {
        font-size: 13px;
    }

    .margin-top-minus {
        margin-top: -14px;
        margin-bottom: -10px;
    }

    .container.gallery-page {
        width: 100%;
    }

    .background h1 {
        font-size: 26px;
        padding-bottom: 20px;
    }

    .background h1:before {
        top: 44px;
    }

    .background h3 {
        font-size: 15px;
    }

    .navbartop .logo {
        left: 0;
        margin-left: 0;
        height: 46px;
        width: 112px;
        position: absolute;
    }

    .the-idea-block {
        width: 94%;
        padding: 15px 5%;
    }

    a.left.carousel-control span, a.right.carousel-control span {
        padding: 2px 0 2px 0;
        width: 60px;
        font-size: 11px;
    }

    a.right.carousel-control {
        height: 36px;
    }

    a.left.carousel-control {
        height: 36px;
    }

    .carousel-control {
        width: 60px;
    }

    a.right.carousel-control {
        margin-right: -18px;
    }

    a.left.carousel-control {
        margin-left: -18px;
    }

    .front-view {
        padding: 15px 0 15px;
        font-size: 15px;
    }

    .images-gallery h1 {
        font-size: 16px;
        line-height: 30px;
        padding: 15px 0 10px;
    }

    /***/
    /*body {
         overflow-x: scroll!important;
         overflow: scroll!important;
     }*/
    .background {
        transform: none !important;
        height: 345px;
        width: 100%;
        position: static;
        background-size: 100% auto;
    }

    .scroll-icn {
        display: none !important;
    }

    .background.page2 .scroll-icn {
        display: none !important;
    }

    .background .content-wrapper {
        transform: translateY(45px) !important;
    }

    .background:nth-child(5) {
        height: auto;
        padding-bottom: 50px;
    }

    .the-idea-block p {
        font-size: 13px;
        line-height: 19px;
    }

    .background:nth-child(6), .background:nth-child(7), .background:nth-child(8) {
        height: auto;
    }

    .location-map .location-map-info h4 {
        padding: 20px 0 0px;
        font-size: 24px;
    }

    .background.page7 .content-wrapper, .background.page6 .content-wrapper {
        transform: translateY(0) !important;
        padding-top: 60px;
    }

    .content-wrapper.contact {
        margin-top: -30px;
    }

    .page8 ul li a {
        padding: 10px 6px;
        font-size: 12px;
    }

    .page8 ul {
        width: 100%;
        margin: 15px auto 12px;
    }

    .location-map .location-map-info p {
        font-size: 13px;
        line-height: 19px;
        padding: 10px 30px 5px 0;
    }

    .address-text {
        font-size: 13px;
        line-height: 15px;
        padding-left: 5px;
        padding-bottom: 12px;
    }

    .images-gallery {
        padding-bottom: 15px;
    }

    .address {
        font-size: 13px;
        padding-bottom: 4px;
        padding-left: 24px;
    }

    .form input {
        margin-top: 5px;
    }

    input[type=text], input[type=email], textarea {
        font-size: 13px;
    }

    .page8 ul li {
        display: inline-block;
        width: 30%;
    }

    .form p button {
        margin-top: 13px;
    }

    .background h2 {
        font-size: 16px;
        padding: 10px 0 20px;
    }

    .background h2:before {
        top: 35px;
    }

    .background:nth-child(6) {
        padding-bottom: 15px;
    }

    .navbartop.header {
        background: rgba(255, 255, 255, 0.83);
        width: 100%;
        position: fixed;
        display: block;
        z-index: 100000000;
        height: 50px;
    }

    #nav-icon {
        margin-top: 13px;
    }

    .map-canvas {
        left: -1007.86px;
        top: -1240.87px;
    }

    .char-dham-blocks .col-md-3 .img-responsive {
        width: 221px;
    }

    .spot-details {
        width: 270px;
        line-height: 14px;
    }

    .arrow-down {
        left: 128px;
    }

    .five-pos {
        left: 1027px;
    }

    .six-pos {
        left: 1130px;
    }

    .seven-pos {
        left: 1011px;
    }

    .eight-pos {
        left: 1390px;
    }

    .nine-pos {
        left: 1602px;
    }

    .ten-pos {
        left: 1700px;
        top: 1726px;
    }

    .row {
        /*margin-right: 0;
        margin-left: 0;*/
    }

    .location-map iframe {
        height: 270px;
    }

    /***/
    .contact-popup .close {
        font-size: 30px;
        right: 5px;
        top: 8px;
    }

    .contact-popup .modal-body {
        border-top: 42px solid #fff;
    }

    .view-gallery-bottom {
        margin: 0px 0 20px;
    }
}

@media (max-width: 640px) {
    .background h1 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .background h1:before {
        top: 34px;
    }

    .background .content-wrapper {
        transform: translateY(10px) !important;
    }

    .content-wrapper.contact {
        margin-top: 0px;
        padding-top: 15px;
    }

    .background {
        height: 440px;
    }
}

@media (max-width: 600px) {
    .floor-plans-page h3 {
        font-size: 24px;
        padding-top: 0px;
    }

    .floor-plans-page p {
        font-size: 14px;
        margin-top: 0;
    }

    .floor-plans-page p.img-footer {
        padding: 7px 0 16px;
    }

    .inner-body h2 {
        font-size: 16px;
        margin-top: -7px;
    }

    section.module.parallax {
        padding: 75px 0;
        background-size: 200%;
    }

    section.module.parallax h3 {
        font-size: 16px;
    }

    #slider-thumbs .col-sm-3 {
        width: 48%;
    }

    .char-dham-map h3 {
        padding: 5px 0;
    }

    .footer ul {
        padding: 10px 0 10px;
    }

    .footer ul li {
        width: 47%;
    }

    .disclaimer a {
        display: block;
        padding: 6px 30px;
    }

    .disclaimer {
        padding: 10px 0 10px;
    }

    .left-gray, #map {
        height: 300px;
    }

    .background {
        background-size: auto 100%;
    }

    .navbartop .logo {
        height: 50px;
        width: 110px;
    }

    .background .content-wrapper {
        transform: translateY(25px) !important;
    }

    .background h1 {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .background h3 {
        font-size: 13px;
    }

    .location-map .location-map-info h4 {
        padding: 20px 0 0px;
        font-size: 20px;
    }

    .background.page8 .content-wrapper {
        transform: translateY(0px) !important;
    }

    .gallery-border {
        line-height: 200px;
    }

    .contact-popup .address-box {
        padding-left: 16px;
        padding-top: 0px;
    }

    .page8 ul li {
        display: inline-block;
        width: 44%;
        text-align: left;
    }

    .contact-popup .modal-dialog {
        width: 90%;
        margin: 44px auto;
    }

    .address:before {
        height: 20px;
        width: 20px;
        left: 0;
        top: -4px;
        background: url('../images/address-icon.png') no-repeat center;
        background-size: auto 100%;
    }
}

@media (max-width: 510px) {
    .the-project .col-md-4 {
        height: 200px;
    }
    .wh{
        width: 100%;
    }
    .the-project .col-md-4 img {
        width: 100%;
        margin-top: -140px;
    }

    .gallery-border .gallery-content p {
        font-size: 20px;
    }

    section.module.parallax h3 {
        font-size: 15px;
    }

    section.module.parallax {
        padding: 50px 0;
        background-size: 250%;
    }
}

@media (max-width: 420px) {
    .noSel.smooth_zoom_preloader {
        height: 400px !important;
    }
    .wh{
        width: 100%;
    }

    .inner-body .navbartop .logo img {
        height: 50px;
        width: auto;
        padding-left: 5px;
    }

    #nav-icon {
        margin-top: 20px;
        width: 26px;
        height: 26px;
    }

    .menuicn {
        height: 50px;
        width: 44px;
    }

    #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
        top: 4px;
    }

    #nav-icon span:nth-child(1) {
        top: -3px;
    }

    #nav-icon span:nth-child(4) {
        top: 11px;
    }

    .inner-body .navbartop {
        height: 52px;
    }

    body.inner-body {
        background: url('../images/inner-bg.jpg') repeat-x 0 -21px;
    }

    .lets-talk {
        top: 22px;
        right: 57px;
        width: 130px;
        font-size: 12px;
    }

    .inner-body .navbartop .logo {
        height: 52px;
        width: 124px;
    }

    .total-carpet {
        font-size: 14px;
        padding: 2px 0px 10px;
    }

    .floor-plans-page p {
        font-size: 13px;
        line-height: 20px;
    }

    .floor-plans-page p.floor-plans-footer {
        font-size: 14px;
        padding: 9px 7px;
    }

    .inner-body h2 {
        padding: 24px 0 20px;
        font-size: 16px;
    }

    .inner-body h2:before {
        top: 42px;
    }

    .parking p {
        padding-top: 2px;
    }

    .parking p {
        padding-top: 7px;
    }

    .copyright {
        padding: 10px 0 15px;
    }

    .floor-plans-page h3 span {
        font-size: 15px;
        line-height: 12px;
    }

    .keyplan-page h3 {
        margin: 10px 0 0px;
    }

    .floor-plans-page .row {
        padding: 10px 0;
    }

    .col-md-6 {
        padding-right: 8px;
        padding-left: 8px;
    }

    .floor-plans-page p.img-footer {
        font-size: 14px;
    }

    .footer ul li a {
        padding: 4px 10px;
    }

    .the-project .col-md-4 img {
        width: 100%;
        margin-top: -100px;
    }

    .inner-body h2 {
        padding: 20px 0 20px;
        font-size: 14px;
    }

    .contact-popup .inner-body h2 {
        padding: 5px 0 20px;
        font-size: 14px;
    }

    .contact-popup .inner-body h2:before {
        top: 26px;
        width: 50px;
        margin-left: -25px;
    }

    .lets-talk-popup {
        font-size: 16px;
        padding-top: 10px;
    }

    .life-at-icons li {
        font-size: 12px;
    }

    .adv-sport-mob .col-md-6 {
        width: 100%;
    }
}

.hide-bullets {
    list-style: none;
    margin-left: 0px;
    margin-top: 20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

.capt_butn {
    background: #ff9933 none repeat scroll 0 0 !important;
    padding: 10px 20px !important;
    border-style: none !important;
}

.capt_refrsh {
    background: #ff9933 none repeat scroll 0 0 !important;
    float: left !important;
    /*margin-left: 73%;*/
    padding: 10px 20px !important;
    width: 87px !important;

}

.txt_center {
    margin: 0 62px !important;
    padding-right: 54% !important;
    text-align: center !important;
}

.btn-rfr {
    margin-top: 20px !important;
}

.brdr-cptch {
    border: 1px solid rgb(255, 153, 51) !important;
}

.clr-bth{
    clear: both !important;
}

b, strong {
    font-weight: 700 !important;
}