@charset "utf-8";

/* CSS Document */

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

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

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

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

*::-moz-selection {
    background: #ffc600 none repeat scroll 0 0;
    color: #fff;
}

::-moz-selection {
    background: #ffc600;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ffc600;
    color: #fff;
    text-shadow: none;
}

body {
    background: #efefef;
    font-family: 'poppinsregular', sans-serif;
    font-size: 16px;
    line-height: 30px;
    overflow-x: hidden;
    position: relative;
}

section {
    clear: both;
    padding: 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'poppinssemibold', serif;
}

a {
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.nomargin {
    margin-bottom: 0px !important;
}

.container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1170px;
}

.line span {
    display: block;
    font-size: 12px;
    line-height: normal;
}

.line span i {
    height: 3px;
    background: #ffc600;
    width: 100%;
    max-width: 235px;
    display: inline-block;
}


/****** scroll To Top *******/

.scrollToTop {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 5px;
    bottom: 20px;
    color: #444;
    display: none;
    font-weight: 700;
    height: 40px;
    position: fixed;
    right: 40px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    z-index: 99999;
    line-height: 40px;
}

.scrollToTop > i {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}


/***** menu ********/

header {
    background: rgba(255, 255, 255, 1);
    margin: 0 auto;
    padding: 0;
}

.logo_img {
    padding: 9px 0;
}

.logo_img img {
    max-height: 36px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.menuBar .logo_img img {
    max-height: 90px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}


/***** menu ********/

.menu_bar {
    padding-top: 0px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.menuBar .menu_bar {
    padding-top: 15px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.dropdown .dropdown-toggle::after {
    content: "";
    font-family: 'fontawesome';
    font-size: 10px;
    font-weight: 400;
    margin: 0 3px;
    position: absolute;
}

.dropdown .dropdown-toggle {
    position: relative;
}

.navbar.navbar-default,
#navbar.collapse.navbar-collapse {
    background-color: transparent;
}

.navbar {
    border: 0 solid hsla(0, 0%, 0%, 0);
    margin-bottom: 0;
    position: relative;
    min-height: 0px;
}

.collapse.navbar-collapse {
    background: hsl(0, 0%, 0%) none repeat scroll 0 0;
    margin: 0 auto;
    text-align: right;
}

.navbar ul.nav.navbar-nav {
    float: none;
    text-align: center;
}

.navbar ul.nav.navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.navbar ul.nav.navbar-nav li {
    margin: 0;
    padding: 0 5px;
}

.navbar ul.nav.navbar-nav li:first-child {
    border-left: 0px;
}

.navbar ul.nav.navbar-nav li:last-child {
    border-right: 0px;
}

.navbar ul.nav.navbar-nav li a {
    color: #000333 !important;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 13px;
    background: none !important;
    border-bottom: 4px solid #fff;
}

.navbar ul.nav.navbar-nav li a:hover,
.navbar ul.nav.navbar-nav li.active a {
    /*border-bottom-color: #ffc600;*/
    border-bottom-color: #bd3b3f;
}

.navbar-collapse {
    overflow-x: visible;
    padding-left: 0;
    padding-right: 0;
}


/******  top banner ******/

.top_banner {
    /*background: hsl(220, 93%, 6%) url('../images-vai/top_banner.jpg') no-repeat fixed 0 0 / cover;*/
    background: hsl(220, 93%, 6%) url('../images-vai/serene.jpg') no-repeat fixed 0 0 / cover;
    position: relative;
    padding: 100px 0px;
}

.top_banner:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    content: "";
    /*background: rgba(1, 10, 28, 0.28);*/
}

.bannerHeading {
    padding: 130px 0px 20px 0px;
}

.bannerHeading h1 {
    font-size: 55px;
    color: #fff;
    text-shadow: 0px 0px 16px #000;
    margin: 0px;
    line-height: normal;
}

.bannerHeading h5 {
    font-size: 24px;
    color: #fff;
    text-shadow: 0px 0px 16px #000;
    margin: 15px 0px;
    font-family: "poppinsmedium";
}

.bannerHeading .section_btn {
    display: inline-block;
    background: #ffc600;
    font-family: "poppinsmedium";
    font-size: 26px;
    border-radius: 4px;
    padding: 7px 15px;
    line-height: normal;
    margin: 5px 0px;
}

.tollFree {
    width: 100%;
    float: left;
    text-align: right;
    margin: 0px 0px 20px 0px;
}

.tollFree span {
    display: inline-block;
    font-size: 26px;
    color: #fff;
    font-family: "poppinssemibold";
    text-shadow: 0px 0px 16px #000;
    background: url('../images-vai/icon_phone.png') no-repeat left center;
    padding: 8px 0px 6px 50px;
}

.enquireBox {
    width: 100%;
    float: left;
    text-align: right;
}

.enquireForm {
    width: 100%;
    float: right;
    background: rgba(0, 0, 0, 0.75);
    max-width: 345px;
    padding: 20px;
}

.enquireForm .form-group {
    margin-bottom: 20px;
}

.enquireForm .col-md-4 {
    padding-right: 0px;
}

.enquireForm p {
    color: #fff;
    font-size: 22px;
    text-align: left;
    font-family: 'poppinsmedium';
}

.enquireForm h5 {
    /*color: #ffc600;*/
        color: #4a9abf;
    font-size: 24px;
    text-align: left;
    font-family: "poppinsmedium";
    text-transform: uppercase;
    margin: 0px;
}

.enquireForm input[type='text'] {
    background: none;
    border: 0px;
    outline: 0px;
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 1px solid #b0b0b0;
    text-indent: 20px;
    color: #fff;
}

.enquireForm select,
.enquireForm select:focus {
    background: none;
    border: 0px;
    outline: 0px;
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 1px solid #b0b0b0;
    padding-left: 0px;
    padding-right: 0px;
    color: #fff;
}

.enquireForm textarea,
.enquireForm textarea:focus {
    background: none;
    outline: 0px;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #b0b0b0;
    resize: none;
    min-height: 80px;
    color: #fff;
}

.enquireForm input[type='text'].uName {
    background: url('../images-vai/user.png') no-repeat left center;
}

.enquireForm input[type='text'].uEmail {
    background: url('../images-vai/mail.png') no-repeat left center;
}

.enquireForm input[type='text'].phon {
    background: url('../images-vai/phon.png') no-repeat left center;
}

.enquireForm input[type='text'].uPhone {
    background: url('../images-vai/phon.png') no-repeat left center;
}

.enquireForm .btn.btn-default {
    background: #519dc0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border: 0px;
    outline: 0px;
    border-radius: 0px;
    font-size: 26px;
    line-height: normal;
    padding: 10px;
    font-family: "poppinsmedium";
    color: #000;
}


/******  property info ******/

.whiteBox {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 25px;
    padding: 10px 15px;
    box-shadow: 0px 0px 5px #d0c8c8;
}

.whiteBox .boxHeading {
    width: 100%;
    float: left;
    text-align: center;
}

.whiteBox .boxHeading h2 {
    font-size: 22px;
    font-family: "poppinssemibold";
    margin: 10px 0px;
}

.whiteBox .boxHeading h2 i {
    max-width: 160px;
    height: 4px;
}

.whiteBox .boxContent {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #666666;
    padding: 5px;
}

.propertyInfo {
    
    padding: 0px 15px;
}

.propertyBox {
    width: 230px;
    display: table-cell;
    padding: 10px;
}

.propertyBox .propertyInfo {
    width: 100%;
    float: left;
    padding: 12px 10px 12px 88px;
}

.propertyBox .propertyInfo h5 {
    text-transform: uppercase;
    margin: 8px 0px 0px 0px;
    color: #fff;
    font-size: 16px;
    font-family: "poppinsmedium";
}

.propertyBox .propertyInfo p {
    margin: 0px;
    white-space: nowrap;
    font-size: 14px;
    font-family: "poppinslight";
    color: #8c8c8c;
}

.propType1 .propertyInfo {
    background: url('../images-vai/img01.png') no-repeat left center;
}

.propType2 .propertyInfo {
    background: url('../images-vai/img02.png') no-repeat left center;
}

.propType3 .propertyInfo {
    background: url('../images-vai/img03.png') no-repeat left center;
}

.propType4 .propertyInfo {
    background: url('../images-vai/img04.png') no-repeat left center;
}

.propType5 .propertyInfo {
    background: url('../images-vai/img05.png') no-repeat left center;
}

.propertyBox:hover {
     background: #003d5b;
    /*background: #f1f1f1;*/
}


/****** rating panel ******/

.ratingType {
    width: 100%;
    text-align: center;
    float: left;
    margin: 10px 0px 5px 0px;
}

.ratingType p {
    font-size: 20px;
    margin: 0px;
}

.br-theme-fontawesome-stars .br-widget {
    height: 28px;
    white-space: nowrap
}

.br-theme-fontawesome-stars .br-widget a {
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px;
    color: #fff;
}

.br-theme-fontawesome-stars .br-widget a:after {
    content: '\f005';
    color: #a3a3a3;
}

.br-theme-fontawesome-stars .br-widget a.br-active:after {
    color: #ffc600
}

.br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #ffc600
}

.br-theme-fontawesome-stars .br-widget .br-current-rating {
    display: none
}

.ratingResult {
    width: 100%;
    text-align: center;
    float: left;
}

.pie {
    width: 100%;
    text-align: center;
    float: left;
    margin: 0px 0px 20px 0px;
}

.pie > div {
    display: inline-block;
}

.pie .perc {
    font-size: 22px;
    display: block;
    padding: 50px 0px 0px 0px;
    font-family: "poppinsmedium";
}

.pie .chartname {
    font-size: 16px;
    display: block;
}


/**/

html.swipebox-html.swipebox-touch {
    overflow: hidden!important
}

#swipebox-overlay img {
    border: none!important
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999!important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%
}

#swipebox-slider {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle
}

#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0
}

#swipebox-slider .slide-loading {
    background: url('../images-vai/loader.gif') no-repeat center center
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%
}

#swipebox-bottom-bar {
    bottom: -50px
}

#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0)
}

#swipebox-top-bar {
    top: -50px
}

#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
    background-image: url('../images-vai/icons.png')!important;
    background-repeat: no-repeat;
    border: none!important;
    text-decoration: none!important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left
}

#swipebox-next {
    background-position: -78px 13px;
    float: right
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px
}

.swipebox-no-close-button #swipebox-close {
    display: none
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
    opacity: .3
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring .3s;
    animation: rightSpring .3s
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring .3s;
    animation: leftSpring .3s
}

.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0 10px -8px #656565;
    box-shadow: inset 10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0 10px -8px #656565;
    box-shadow: inset -10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@keyframes rightSpring {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@-webkit-keyframes leftSpring {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@keyframes leftSpring {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px
    }
    #swipebox-arrows {
        width: 92%;
        max-width: 800px
    }
}

#swipebox-overlay {
    background: rgba(0, 0, 0, 0.9)
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    text-shadow: 1px 1px 1px #000;
    background: #000;
    opacity: .95
}

#swipebox-top-bar {
    color: #fff!important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif
}


/**/


/**/

#map_canvas {
    width: 100%;
    height: 300px;
}


/**/

.affix {
    top: 0;
    width: 100%;
    z-index: 9999!important;
    position: fixed!important;
}

.fixedRightSection > .affix {
    width: 22%;
    max-width: 270px;
    top: 60px!important;
    z-index: 999!important;
    position: fixed!important;
}


/**/


/***** keyBox ****/

.keyBox {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.keyFeatures {
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;
}

.keyFeatures li {
         list-style-type: square;
    /*background: url('../images-vai/circle.png') no-repeat left top 4px;*/
    padding-left: 20px;
    color: #666666;
    line-height: 22px;
    margin: 0px 0px 10px 0px;
}


/***** amenitiesBox ****/

.amenitiesBox {
    width: 100%;
    float: left;
    padding-top: 15px;
}

.ameniWidthSet {
    width: 20%;
    padding: 0px 5px;
    float: left;
    min-height: 140px;
}

.amenitiesContent {
    width: 100%;
    text-align: center;
}

.amenitiesContent img {
    border-radius: 50%;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.amenitiesContent img:hover {
    box-shadow: 0px 0px 14px #9e9e9e;
    transition: all .2s ease-in-out;
}

.ameni_content {
    padding: 10px 0 0;
    text-align: center;
    color: #444;
    line-height: 20px;
    margin: 0px;
}


/***** siteBox ****/

.siteBox {
    width: 100%;
    float: left;
    padding: 20px 0px;
}

.siteBox a {
    text-decoration: none;
    display: block;
}

.siteBox img {
    width: 100%;
}


/***** priceBox ****/

.priceBox {
    width: 100%;
    float: left;
}

.pricetbl {
    width: 100%;
}

.pricetbl thead tr th {
    background-color: #666666;
    color: #fff;
    text-transform: uppercase;
    border: 0px;
    padding: 10px 8px;
    text-align: center;
    font-family: 'poppinsmedium';
    font-weight: normal;
}

.pricetbl tbody tr td {
    border-top: 0px;
    padding: 10px 8px;
    text-align: center;
}

.pricetbl tbody tr td span {
    text-transform: uppercase;
}


/***** payment_box ****/

.payment_box {
    width: 100%;
    float: left;
    position: relative;
}

.requestbtn {
    width: 100%;
    float: left;
    position: relative;
}

.toTest {
    color: #ffc600;
    border: 1px solid #ffc600;
    position: absolute;
    left: 50%;
    margin: auto;
    top: 50%;
    padding: 5px 10px;
    font-size: 14px;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: none;
    outline: 0px;
    transition: all .4s ease-in-out;
}

.toTest:hover {
    background-color: #ffc600;
    color: #333;
    border-color: #333;
    transition: all .4s ease-in-out;
}

.toTest span {
    font-size: 16px;
}

.requestbtn img {
    border: 0px;
    width: 100%;
    max-height: 275px;
}

.requestbtn:after {
    background: rgba(0, 0, 0, 0.60);
    content: ' ';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}


/***** overview_box ****/

.overview_box {
    width: 100%;
    float: left;
}

.overview_box h3 {
    font-size: 16px;
    color: #333333;
    font-family: 'poppinsregular';
}

.overview_box p {
    color: #666666;
    line-height: 22px;
}


/***** contactUs ****/

.contactBox {
    width: 100%;
    float: left;
}

.contactBox .contactForm {
    width: 100%;
    max-width: 100%;
    float: left;
}

.contactBox .contactForm input,
.contactBox .contactForm textarea,
.contactBox .contactForm select {
    background-color: #f9f9f9;
    border-radius: 2px;
    border: 1px solid #e7e7e7;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    box-shadow: none;
    line-height: 16px;
}

.contactForm .user {
    background: url('../images-vai/user.png') no-repeat left 10px center;
    padding-left: 38px;
}

.contactForm .mail {
    background: url('../images-vai/mail.png') no-repeat left 10px center;
    padding-left: 38px;
}

.contactForm .phon {
    background: url('../images-vai/phon.png') no-repeat left 10px center;
    padding-left: 38px;
}

.contactForm .selectCity {
    color: #333333;
    padding-left: 5px;
}

.contactForm textarea {
    resize: none;
}

.contactBox .contactForm .yellowbtn {
    background: #519dc0;
    color: #fff;
    /*background: #ffc600;*/
    font-size: 20px;
    text-transform: uppercase;
    padding: 8px 20px;
    border: 0px;
}

.yellowbtn2 {
    background: #ffc600;
    font-size: 20px;
    padding: 8px 20px;
    border: 0px;
    line-height: normal;
}


/***** footer ****/

.footer {
    background: #363636;
    padding: 40px 0;
}

.footBox {
    width: 100%;
    float: left;
}

.ftrWidth1 p {
    font-size: 12px;
    color: #ccc;
    text-align: justify;
    line-height: 22px;
    padding: 0;
}

.ftrBtmLnks h3 {
    text-align: left;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #ccc;
    font-weight: 600;
}

.ftrBtmLnks ul {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

.ftrBtmLnks ul li {
    padding: 0px;
}

.ftrBtmLnks ul li a {
    text-decoration: none;
    display: block;
    font-size: 12px;
    color: #ccc;
    padding: 3px 0;
    line-height: 20px;
}

.footer2 {
    background: #252525;
    padding: 15px;
    /*padding: 10px 0px;*/

}

.footBox2 {
    width: 100%;
    float: left;
}

.footBox2 p {
    color: #9a9a9a;
    text-align: center;
    font-size: 17px;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
}


/***** yellowbtn ****/

.yellowbtn {
    background: #ffc600;
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 20px;
    border: 0px;
}

.floorPlanSlider {
    width: 90%;
    margin: 0px auto;
}

.floorPlanSlider .slick-slide {
    padding: 0px 8px;
}

.floorPlanSlider .slick-next {
    right: -42px;
}

.floorPlanSlider .slick-next:before {
    color: #fff;
    background: #4b4b4b;
    border-radius: 50%;
    padding: 8px 9px 8px 12px;
    display: inline-block;
    font-size: 22px;
}

.floorPlanSlider .slick-prev {
    left: -42px;
}

.floorPlanSlider .slick-prev:before {
    color: #fff;
    background: #4b4b4b;
    border-radius: 50%;
    padding: 8px 12px 8px 9px;
    display: inline-block;
    font-size: 22px;
}

.floorPlanSlider .slick-slide img {
    border: 12px solid #eee;
    width: 100%;
}

.floorPlanSlider .slick-slide p {
    display: none;
}

.rightSlider.slick-initialized .slick-slide {
    padding: 0px;
}

.rightSlider .slick-slide img {
    width: 100%;
}

.rightSlider .slick-next:before,
.rightSlider .slick-prev:before {
    font-size: 22px;
}

.rightSlider .slick-list {
    padding: 0px;
}

.navbar-fixed-top {
    box-shadow: 0px 0px 5px #666;
}

.thankpage {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 20px 15px;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #fff;
}

.thankpage h1 {
    font-size: 50px;
    color: #2abe6a;
}

.thankpage p {}

.thankpage hr {
    border-bottom: 1px solid #bdbdbd;
    border-top: 1px solid #fff;
}



@media (min-width: 1200px) and (max-width: 1300px) {
    .navbar ul.nav.navbar-nav li a {
    color: #000333 !important;
    font-size: 13px;
    padding-left: 14px;
    padding-right: 15px;
    background: none !important;
    border-bottom: 4px solid #fff;
}
}

@media (min-width: 1300px) and (max-width: 1400px) {
    .navbar ul.nav.navbar-nav li a {
    color: #000333 !important;
    font-size: 13px;
    padding-left: 14px;
    padding-right: 15px;
    background: none !important;
    border-bottom: 4px solid #fff;
}
}

@media (min-width: 1400px) and (max-width: 1479px)  {
 .navbar ul.nav.navbar-nav li a {
    color: #000333 !important;
    font-size: 13px;
    padding-left: 14px;
    padding-right: 15px;
    background: none !important;
    border-bottom: 4px solid #fff;
}
}









