

* {
    margin: 0;
    padding: 0;
}

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
}

ul, li, ol {
    list-style: none
}

/* render html5 elements as block */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.7em;
    font-size: 20px;
}

sub {
    bottom: -0.25em
}

img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    line-height: .5em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4em;
    color: #333333;
    background: #fff;
}

.col-md-6 {
    width: 50%;
    float: left;
    border-right: 4px solid #fff;
}
.calloption{ display:none;}

html, body {
    overflow-x: hidden;
}



@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

a {
    color: #7d7d7c;
    outline: 0;
    text-decoration: none
}

a,
a:visited {
    text-decoration: none;
    outline: 0
}

a:hover {
    color: #807e59;
    text-decoration: underline;
    outline: 0
}

a:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

a:focus,
a:active,
a:visited {
    text-decoration: none;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
    line-height: 1em;
    padding: 0 0 25px 0;
    margin: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333333;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 0;
    color: #333;
}

@media (max-width: 767px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 21px;
    }

    h4 {
        font-size: 19px;
    }

    h5 {
        font-size: 17px;
    }

    h6 {
        font-size: 16px;
    }
}

em {
    font-style: italic;
}

strong,
b {
    font-weight: 700;
}

ul,
li,
ol {
    list-style: none;
    padding: 0;
    margin: 0
}

.container {
    width: 1062px;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .container {
        width: 990px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        width: 730px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 3%;
    }
}

input,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    outline: 0;
}

input:focus,
textarea:focus {
    border-color: #969696 !important;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.textarea {
    color: #333333;
}

:placeholder {
    color: #bbbbbb;
}

.placeholder {
    color: #bbbbbb;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #bbbbbb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #bbbbbb;
}

.input,
.textarea {
    width: 100%;
    height: 45px;
    float: left;
    background: #ffffff;
    border: none;
    font-weight: 300;
    font-size: 13px;
    border-radius: 5px;
    padding:0 18px
}

.textarea {
    height: 110px;
    padding:15px
}

label {
    width: 100%;
    float: left;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    padding: 0 0 3px 0
}

.btn-center {
    width: 100%;
    float: left;
    text-align: center;
}

.btn {
    width: auto;
    height: 40px;
    float: none;
    display: inline-block;
    background: #d70951;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, sans-serif !important;
    border: 2px solid #d70951;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    letter-spacing: 0.04em;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    padding: 0 25px;
    text-transform: uppercase;
    -webkit-appearance: none;
    border-radius: 5px;
}

.btn:hover {
    background:  transparent;
    text-decoration: none;
    color:#5a4621;
    border:2px solid #e36900;
}

.slick-slide{outline:none}
/*Header*/
header{position: relative;width: 100%;height: 70px;float: left;z-index: 100;background: #fff;}
header .logo {float: left;margin: 6px 0 0 0px; padding-left:0px;}
header .logo img{width: 275px;}
header .nav {float: right;padding-top: 12px;}
header .nav .site-visit{float:left;position: relative; font-size:14px;padding:5px 20px 5px 40px;border: 2px solid #e36900;margin: 0 10px;color: #e36900;text-transform:uppercase;line-height: 17px;font-weight:600;border-radius:5px}
header .nav .site-visit span{font-size: 10px;font-weight:400}
header .nav .site-visit i{font-size: 20px;left: 11px;top: 12px;float: left;position: absolute;}
header p{padding: 0 0 0 0;}
/*Banner */
.prooffer {
    font-size: 27px;
    color: #ffc20d;
    font-weight: 600;
    padding-top: 36px;
    font-family: poppins, calibri;
	text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.9);
}

.prooffer span {
    font-size: 24px;
    color: #ffc20d;
    font-weight: 500;
    padding-top: 36px;
}
.prooffer1 {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    padding: 10px 0px;
    margin-top: 15px;
    width: 70%;
}


.banner {
    float: left;
    width: 100%;
    position: relative;
    margin: -40px 0px 0px;
}
.banner figure{width:100%; float:left}
.banner figure img{width:100%;height: 635px;}  
.banner .banner-text{width: 100%; height: 100%; float: left; z-index:10; position: absolute; bottom: 0; left: 0;}
.banner .banner-text h1 {
    padding-top: 245px;
    text-align: left;
    color: #FFF;
    font-size: 34px;
    font-weight: 600;
	line-height:48px;
	font-family: poppins, calibri;
	text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.9);
}
.banner .banner-text h1 span{font-size:28px;text-shadow:1px 1px 1px #333; font-weight:600; color:#ffc20d; text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.9);}
.banner .banner-text h1 small{font-size: 100%; width: 100%;
float: left; line-height: 40px; color:#fff; font-weight:300; font-size:22px; font-family: poppins, calibri;}
.banner .banner-text h3{color: #fff;}
.overlay-image{}
.banner .banner-text .left{float: left}
.banner .banner-text .right{padding-top:95px;position:absolute;right:0}
.banner .banner-text .right .enquire-form{width:335px;float:left;background:#fff; padding: 20px 25px 100px 25px;text-align: center; border-radius:6px;}
.banner .banner-text .right .enquire-form p { color: #555;}
.banner .banner-text .right .enquire-form .btn{padding:0 16px; margin-left: 0px;}
.banner .banner-text .right .enquire-form .input{margin-bottom:18px;border:1px solid #cac8c8}
.banner .banner-text .right img{width: 205px; position: absolute; bottom: 20px; left: 70px}
.banner .banner-text .left .offer-info{width: 90%;float: left;background: #fff;}
.banner .banner-text .left .offer-info span{padding-left: 20px;text-transform: uppercase;font-weight: 600;}

.banner .banner-text .config{width: 100%;float: left;padding-top:104px;border-bottom:1px solid #f7f7f7;margin-bottom:10px}
.banner .banner-text .config .box{float: left;padding:0 100px 0 0}
.banner .banner-text .config .box h3{color: #fff;font-weight: 400;line-height: 30px;padding-bottom:15px}
.banner .banner-text .config .box h3 small{font-size: 14px;text-transform: uppercase;}
.banner .banner-text .config .box h2{color: #fff;font-weight: 600;line-height: 36px;font-size: 32px;margin-top: -8px;    padding-top: 0;text-align: left;padding-bottom:10px}
.banner .banner-text .config .box h2 span{color: #fff;font-weight: 300; font-size: 14px; text-align: left;}
.banner .banner-text .config .box h2 small{font-size: 14px;text-transform: uppercase;font-weight:400}
.banner .banner-text .config .box h2 i{font-size: 26px; font-weight: 300;}
.banner .banner-text p{width: 100%;float: left;color: #fff;padding: 0 0 10px 0px;text-align:center;font-weight:600; font-size:13px;}
.overview-section p{padding: 0px 0 10px 0; text-align: justify; line-height: 25px;}
.banner figure img{width:100%;height: 635px;}
.mediamain{ display: table-column;}	



/*Project Header*/

.project-header{ width:100%; height:auto; float:left; background:#FFF; -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s; transition: all 0.3s; padding:0 0;border-bottom: 2px solid #bfbcbc;margin:25px 0}
.fixed-header{ height:auto;position:fixed; z-index:12; top:0px; left:0; -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s; transition: all 0.3s;padding:0 90px;box-shadow: 0 0 5px rgba(0,0,0,0.2);border:none;margin:0}
.header{width: 100%;float: left}
.header ul{float: left;margin-left: 0px;}
.header ul li{float: left; padding-right: 50px;cursor:pointer;}
.header ul li a {float:left; height:32px; border-bottom:1px solid transparent;color: #333;font-size: 13px;position: relative;margin-top:-1px;text-decoration: none;padding-bottom: 10px;text-transform: uppercase; transition:all 0.6s ease}
.header  ul li a.current{ border-bottom: 2px solid #000;transition:all 0.01s ease;}
 .header ul li a.current{background: #000;color:#fff}
 .header ul li a{height:auto;padding: 15px 10px 15px 10px;}
 .header ul li{padding-right: 10px;}

/*Heading*/
.heading{width: 100%;float: none;text-align: center;}
.heading h2 {position: relative;display: inline-block;padding: 15px 0;text-transform: uppercase; line-height:35px;}
.heading h2 span {
    font-size: 16px;
    text-transform: capitalize;
	color:#979797;
}
.heading h2:after{content: '';position: absolute;min-width: auto;width: 100%;height: 4px;background:#e36900;
left: 0;top: 0;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}

/*Overview Section*/
.overview-section{width: 100%;float: left;margin: 30px 0;text-align: center;}
.overview-section .boxes{width: 102%;float: left;margin: 15px -1% 0 -1%}
.overview-section .boxes .info-box{width: 31.33%;float: left;border:1px solid #bfbcbc;margin: 1%;padding: 10px;}
.overview-section .btn{background:#e36900;border:none;border:1px solid #e36900 }
.overview-section .btn:hover{color:#44361c;background:transparent;border:1px solid #e36900}
.overview-section .boxes .info-box h6{color: #d70951;line-height: 22px;padding: 5px 0;font-size: 18px;font-weight: 600;}
.overview-section .boxes .info-box h6 i{font-size:14px}
.overview-section .boxes .info-box h6 small{font-size: 85%;text-transform: uppercase;color: #333;font-weight: 400}

/*Offer Section*/
.offer-section{width: 100%;float: left; margin-bottom: 10px;margin-top: -59px;}
.offer-section .offer-box{float: left; width: 100%;position: relative;background: #ececec;height: 125px;box-shadow: 1px 1px 1px #ececec;}
.offer-section .offer-box figure{width:100%; float:left;}
.offer-section .offer-box .get-offer{position: absolute;top: 5px;left: 112px;font-size: 55px;text-align: center;
    text-transform: uppercase;color: #d80a50;text-shadow: 1px 1px 1px #d80a50;line-height:38px}
.offer-section .offer-box figure img{width:100%;height: 150px;} 
.offer-section .offer-text{width: 60%; color: #fff;height: 100%; float: left; z-index:10; position: absolute; bottom: 0; right: 0;/*background: #D80A50;padding: 30px*/}
.offer-section .offer-text .box1{width: 84%;height: 125px;float: right;background: #D80A50;padding: 14px}
.offer-section .offer-text  .box2 {height: 0;border-bottom: 125px solid #D80A50;border-left: 100px solid transparent;
    width: 16%;background: transparent;float: left;}
.offer-section .offer-text h3{color: #fff;padding-bottom: 10px;padding-top: 10px;line-height: 37px;}
.offer-section .offer-text p{color: #e8e8e8}
.offer-section .offer-box .get-offer small{font-size:17px}
.stb{padding:0 !important}

/*configuration section*/
.config-section{width: 100%;float: left;margin:30px 0;}
.config-section .btn{ background:#FFF; color:#e36900;}
.config-section .btn:hover{ background:#e36900; color:#FFF;}

.config-section ul.tabs li.current .bottom-arrow{width: 0;height: 0;border-style: solid;border-width: 10px 10px 0 10px;border-color: #d60751 transparent transparent transparent;position:absolute;bottom:11px;left:42%}
.config-section ul.tabs{margin: 0;padding: 0;list-style: none;position:relative;margin-top:12px}
.config-section ul.tabs .offer{position: absolute;top: -10px;
    right: 15px;background: #50b3e5;color: #fff;font-size: 12px;padding: 0px 6px;border-radius: 5px;}
.config-section .slick-prev{left: -40px;top: 37px;background:url(../bluejay-theme/img/arrow-01.html) no-repeat;}
.config-section .slick-next{right:-33px;top: 37px;background:url(../bluejay-theme/img/arrow-02.html) no-repeat;}
.config-section ul.tabs li{width:95%;background: #ededed;color: #000;display: inline-block;padding:15px;cursor: pointer;
    text-align: center;border: 1px solid #ededed;font-size: 16px;line-height: 25px;margin: 0 15px 20px 0;font-weight: 600}
.config-section ul.tabs li span{font-size: 14px;font-weight: 400}
.config-section ul.tabs li i{font-size: 12px;}
.config-section ul.tabs li.current{background: #d60751;color: #fff;}
.config-section ul.tabs li span.current{color:#fff}
.config-section .tab-content{display: none;background: #ededed;padding: 20px;width: 100%;float: left}
.config-section .tab-content.current{display: inherit;}
.config-section .tab-content .left{width: 49%;float: right;padding: 43px 20px;text-align:center;background:#fff;}
.config-section .tab-content .right{width: 49%;float: left;padding: 10px;background:#fff;}
.config-section .tab-content .right img{width:100%;height: 308px;}
.config-section .tab-content .right figure span{width:100%;float:left;margin-top:-33px}
.config-section .tab-content .left h3{padding: 0;font-size:20px;}
.config-section .tab-content .left ul{width:100%;float: left;padding: 15px 0}
.config-section .tab-content .left ul li{display:inline-block; padding-right: 20px;list-style-type: disc;color: #777;text-transform: uppercase;font-size: 12px}
.config-section .tab-content .left ul li:before { content: "■"; padding-right:20px; }
.config-section .tab-content .left ul li:first-child:before{ content: none}
.config-section .tab-content .left ul li:first-child{list-style-type: none;}
.config-section .tab-content .left .offer-box{background: #50b3e5;color: #fff;border-radius: 5px;padding: 3px;float: left;width: 60%;font-size: 14px;margin: 10px 20%;}
.config-section .tab-content .left .boxes{width:100%;float:left;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin-top:25px}
hr {border-top: 1px solid #ccc;margin-bottom: 15px;}
.config-section .tab-content .left ul li b{font-size: 14px;color: #333;}
.config-section .tab-content .left .box{display:inline-block;padding:6px 42px}
.config-section .tab-content .left .box h3{color: #000;font-weight: 400;line-height: 30px;font-size:16px}
.config-section .tab-content .left .box h3.save{color:#89B929;font-weight:600}
.config-section .tab-content .left .box h3 small{font-size: 12px;text-transform: uppercase;color: #777;font-weight:400}
.config-section .tab-content .left .box h3 i{font-size: 14px}
.config-section .tab-content .left .btn-section{width: 100%;float: left;text-align: center;margin-top: 30px}
.config-section .tab-content .left .btn-section .btn{font-weight: 600;}
s{color: #d92c2e;}
s span {color: #000;}
.config-section .tab-content .right figure a {width: 100%;height: 100%;float: left;position: relative;cursor: pointer;text-decoration: none;}
.config-section .tab-content .right figure span p{position: relative;top: -130px;border: 2px solid #b4408f;width: 50%;color: #b4408f;margin: 0 25%;padding: 5px 0px;cursor: pointer;text-align: center;}

/*Specifications*/
.spec-section{ width:100%; float:left;padding:20px; margin:30px 0 0 0}
.spec-section .heading{margin-bottom: 20px}
.spec-box{width:100%;float: left}
.spec-section aside{ width: 102%;float: left; margin: 0 -1%;}
.spec-section aside p{ width:100%; float:left; color:#666; line-height:20px; padding:0 5% 0 0}
.spec-section aside p b{ color:#333; font-size:12px;font-weight: 600}
.spec-section aside p span{ width:100%; float:left}
.spec-section aside .set-bg{width: 31%;float: left; padding: 15px;margin-bottom: 10px; min-height: 405px;}
.spec-section aside .set-bg:nth-child(odd){background: #e8e8e8;}
.spec-section aside .set-bg:nth-child(even){background: #fff}
.spec-section aside .set-bg h4{ font-weight:600;padding: 0 0 10px 0}
.spec-section aside .set-bg:last-child{ border-bottom:none}
.spec-section aside .set-bg p{font-size: 12px;}
.spec-section aside .set-bg .set{ width:100%; float:left; padding-bottom:10px}

/*Amenities Section*/
.amenities-section{width: 100%;float: left;margin:30px 0;}
.amenities-section .heading{margin-bottom: 20px}
.amenities-section .img-box{width: 100%;float: left;position: relative;}
.amenities-section .img-box h4{ white-space: nowrap;
 color: white;
    font-size: 18px;
    position: absolute;
    overflow: hidden;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);}
.amenities-section .img-box:hover span {
    height: 100%;
}
.amenities-section .img-box span{position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(209, 139, 74, 0.53);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;}
/*.amenities-section .img-box:hover span{display: block}*/
.amenities-section img{width:100%; height:100%}
.amenities-section.in img{height:500px}
#video .amenities-section img{width:100%; height:450px !important}
.amenity-box{width:100%;float: left}
.amenities-section aside{ width: 102%;float: left; margin: 0 -1%;}
.amenities-section aside figure {width: 100%;float: left;position: relative;}
.amenities-section aside figure span {position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 109px;
    font-weight: 600;
    font-size: 50px;
    color: #fff;
    background: rgba(0,0,0,.39);
}
.amenities-section aside figure span.map{padding-top:22%}

.amenities-section .slick-prev{left:40px;top:44%;z-index: 100;background:url(../images/arrow-01.png) no-repeat;background-color: #fff;background-size: 13px;height: 30px;width: 30px;background-position: center;border-radius: 50px;}
.amenities-section .slick-next{right: 40px;top:44%;background:url(../images/arrow-02.png) no-repeat;background-color: #fff;background-size: 13px;height: 30px;width: 30px;background-position: center;border-radius: 50px;}

.spec-section .slick-prev{background:url(img/arrow-01.png) no-repeat;}
.spec-section .slick-next{background:url(img/arrow-02.png) no-repeat;}

/*Gallery section*/
.gallery-section{width: 100%;float: left;margin:30px 0 0 0;}
.gallery-section .heading{margin-bottom: 20px}
.project-slider{ width:100%; float:left; background:#FFF}
.project-slider figure{ width:100%; float:left}
.project-slider figure img{ width:100%; border-radius:1px}
.project-slider .left{ width:60%; float:left}
.project-slider .left figure a{ width:100%; height:100%; float:left; position:relative}
.project-slider .left figure figcaption{ width:100%; height:100%; float:left; background:rgba(0, 0, 0, 0.45); position:absolute; top:0; left:0; 
    color:#FFF; text-align:center; text-transform: uppercase; font-size:18px; padding:350px 5% 0 0}
.project-slider .left figure figcaption span{font-size: 12px}
.project-slider .left img{ height:390px}
.project-slider .right{ width:40%; float:right}
.project-slider .right figure{ width:50%; padding:0 0 0 3%}
.project-slider .right figure:nth-child(2){ padding-bottom:3%}
.project-slider .right figure img{ height:192px;}
.project-slider .right figure a{ width:100%; height:100%; float:left; position:relative}
.project-slider .right figure figcaption{ width:100%; height:100%; float:left; 
    background:rgba(0, 0, 0, 0.45); position:absolute; top:0; left:0; color:#FFF; text-align:center;text-transform: uppercase; font-size:18px; padding:130px 5% 0 0}
.project-slider .right figure figcaption span{font-size: 12px}
.project-slider .right .box2{width: 50%;float: left;margin-bottom: 6px;}
.project-slider .right .box2 figure{width: 100%}
.mobile-ban {
    display: none !important;
}
/*Developer section*/
.developer-section{width: 100%;float: left;margin:30px 0;}
.developer-section .heading{margin-bottom: 20px}
.developer-section article{width: 48%;float: left}
.developer-section aside{width: 48%;float: right;background: #7d7d7c;padding: 20px 20px 0px 20px;text-align: center;}
.developer-section aside .btn {
    background: #d70951;
    border: 2px solid #d70951;
    width: 100%;
    font-size: 18px;
}
.developer-section aside .btn:hover{background:#FFF;border:2px solid #d70951;color:#d70951}
.developer-section article .builder-logo {float: left;width: 130px;height:60px;box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.6);border-radius: 2px;margin: 2px 15px 0 0;}
.developer-section article p{width: 100%;float: left;padding: 0px 0 25px 0; line-height: 25px; text-align: justify;}
.developer-section article .left {float: left;}
.developer-section article h3{padding:7px 0 10px 0;font-weight: 600;font-size:22px;}
.developer-section article .status-box{width: 33.33%;float: left;}
.developer-section article .status-box h6{text-transform: uppercase;color: #777;font-size: 14px;line-height: 19px}
.developer-section article .status-box h1{padding: 0 0 14px 25px;font-weight: 600}
.developer-section aside h4{text-align: center;text-transform: uppercase;padding:10px 0 15px 0; color:#fff; font-weight:600;}
.developer-section aside hr{border-top: 1px solid #fff;margin-bottom:23px}
.developer-section aside input{margin-bottom: 18px;float:none !important;height:42px}
.developer-section aside .textarea{height: 80px;margin-bottom: 18px;float:none !important;}
.developer-section .location-box{width: 100%;float: left;border: 2px solid #d0d0d0;}

.schedule{width:100%;float:left;background-color:#e36900;margin:30px 0 10px 0;}
.schedule .icon-map{width:6%;float:left;font-size:50px;margin:15px 10px 0;padding:20px;color:#fff}
.schedule .left{float:left;width:60%;padding:20px 20px 0}
.schedule .left h4{font-weight:600;margin-bottom:-15px;color:#fff}
.schedule p{color:#fff}
.schedule .right{float:right;width:32%;text-align:right}
.schedule .schedule-btn {
    margin: 46px 30px;
    font-size: 18px;
    border: 2px solid #fff;
    line-height: 36px;
    background-color: #fff;
    color: #e36900;
}
.schedule .schedule-btn:hover{background:#fff;border:2px solid #fff;color:#06518c;}
footer{float:left;clear:both;position:relative;width:100%}
footer .container h2{color:#fff;font-weight:700;text-align:center;padding:25px 0 25px 0}
.sub-footer{margin-top:20px;width:100%;float:left;padding:14px 0;background-color:#333}
.sub-footer p{color:#fff;padding:5px 0;text-align:center;font-weight:500;font-size:11px}
.sub-footer a{color:#02a3d2}
.bid-site-visit{display:block;width: 100%;float: left;position: fixed;bottom: 0;left: 0;line-height: 0px;color: #FFF;z-index: 7;font-weight: 500; opecity:0;}
.bid-site-visit .btn {
    width: 50%;
    float: left;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 11px;
    padding: 4px 32px 0px 0px;
    background: #1ebea5;
    color: #FFF !important;
    border: none;
    height: 45px;
    line-height: 14px;
}
.call_icn {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 50px;
    left: 50%;
    top: 2px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 0 0 0 0px;
    color: #fff;
    border: 0px solid #ffffff;
}
.whats_cont {
    position: absolute;
    left: -16%;
    top: 57px;
    text-align: center;
    padding: 0px;
    color: #fff;
    font-size: 11px;
	text-shadow:1px 2px 1px rgba(0, 0, 0, 0.2);
}
.bid-site-visit .btn.in {
    background: #1ebea5;
    color: #FFF !important;
    width: 50%;
    height: 45px;
    padding-top: 3px;
    padding-left: 55px;
}
.bid-site-visit .btn.in i{padding-right: 5px;}

.site-visit-popup{ width:600px; margin:30px auto;}
.site-visit-popup article{width:45%;float: left;min-height: 396px;background:#e86700;
    padding:13px;position: relative;text-align: center;}
.site-visit-popup article figure{padding: 40px 0}
.site-visit-popup article h5{color: #fff;line-height:22px}
.site-visit-popup article p{color: #fff;padding-bottom:20px}
.site-visit-popup aside{width: 55%;float: left;padding: 20px;}
.site-visit-popup aside .input{margin-bottom: 15px;padding-left: 36px;border:1px solid #d4d4d4}
.site-visit-popup h5{text-transform: uppercase;font-weight: 600}
.site-visit-popup .submit-btn{text-align: center;margin-bottom: 15px}
.site-visit-popup .submit-btn .btn{width:auto;text-transform: uppercase; }
.site-visit-popup .popup-bg .close{ position:absolute;float:left; text-align:center;width: 25px;height: 25px; font-size:20px;background-color: #dcdcdc;border-radius: 100px;top: -7px;right: -8px;line-height: 20px;cursor:pointer}
.site-visit-popup .popup-bg .close:hover{background-color: #FFF }
.site-visit-popup .popup-bg{width:100%;float:left;background-color:#fff;position: relative;padding: 0;border-radius: 0}
.site-visit-popup .input-box {width: 100%;float: left;position: relative;}
.site-visit-popup .input-box i{float: left;left: 10px;top: 13px;position: absolute;color: #8c8c8c;}
.site-visit-popup article img{width:120px}

/*/ Modal /*/
.modal-open .modal { overflow-x: hidden; overflow-y: auto}
.modal{ position:fixed;top:70px;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background-color:#000}
.modal-backdrop.in{opacity:.92 !important}
span.wpcf7-not-valid-tip{ display: inline !important;margin-top: -47px;float: right;margin-right: 5px;
 font-size: 10px !important;position:relative}

.success-section-bg {width: 800px;margin: 50px auto;}
.success-section {background: #FFF;width: 100%;float: left;padding: 20px;text-align: center;
    box-shadow: #a2a2a2 0px 2px 4px 1px;margin-bottom: 30px;}
.success-section p {font-size: 16px;line-height: 24px;padding-bottom: 15px;}
.success-section p a {color: #d92c2e;}
.success-section p .btn {color: #FFF}
.success-section p .btn:hover{color:#d08c4a}
.success-section p.link a {color: #2f3192;text-decoration: underline;}

.config-section .tab-content .left .offerinfo{font-size: 12px;padding: 10px;margin-left: 258px;border: 1px solid #d80a50;
    background: #fff;border-left: 8px solid #d80a50;margin-top: -34px;float: left;text-transform:uppercase;}
.config-section .tab-content .left hr{width: 100%;}
.developer-section aside p{padding-bottom: 10px}
.anchor{
  display: block;
  height: 100px; /*same height as header*/
  margin-top: -100px; /*same height as header*/
  visibility: hidden;
  float: left;
}
.config-section ul.tabs li span.view{display:none}
.show-block{display:none}

.anti {
    padding: 20px 0px 20px 0px;
    font-size: 19px;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    float: none;
    text-transform: uppercase;
}

.moblog{ display:none;}
.prs {
    font-size: 15px;
    color: #fff;
    line-height: 5px;
    padding-bottom: 18px;
    text-align: right;
}


.amenities-service-list {
    display: table;
    margin: 30px 0 30px 0;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.amenities-service-list li {
    float: left;
    width: 20%;
    text-align: center;
    height: 198px;
    border: 1px solid #d3d3d3;
    margin: -1px 0 0 -1px;
}
.amenities-service-list li .ins-amenities-service {
    display: table-cell;
    vertical-align: middle;
    height: 198px;
    width: 300px;
}
.amenities-service-list li .ins-amenities-service figure {
    height: 70px;
}
.amenities-service-list li .ins-amenities-service .head {
    display: block;
    font-size: 16px;
}

.locality-section article {
	float: left;
	background: #eb260c;
	border: 1px solid #fff;
	padding: 20px
}
.locality-section article .box {
	width: 33.33%;
	float: left;
	border: 1px solid #fff;
	border-top: none;
	border-left: none;
	height: 135px;
	padding-top: 12px
}

.locality-section article .box h5 {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 25px;
}

.locality-section article .box h5 span {
	font-weight: 600;
	font-size: 16px;
	text-transform: capitalize;
	float: left;
	line-height: 20px
}

.locality-section article .box h2 {
	color: #fff;
	font-weight: 600;
	font-size: 34px;
	line-height: 40px;
	padding-top: 7px;
}

.locality-section article .box img {
    width: 30%;
    margin-bottom: 10px;
}

.locality-section article .box:nth-child(3n-3) {
	border-right: none;
	padding-left: 15px
}

.locality-section article .box:nth-child(3n-1) {
	padding-left: 15px
}

.locality-section article .box:nth-last-child(-n+3) {
	border-bottom: none
}

.booknow{ text-align:center; padding:12px 0px; font-size:20px; background-color: #e36900; color:#fff;}










@media (max-width: 767px) {
	.amenities-section.in img{height:150px}
    .show-block{display:block}
    .fixed-header{display: none}
	.overview-section .boxes .info-box.in{min-height:auto}
	.amenities-section aside figure span{padding-top:65px;font-size:35px}
    .project-header{display: none}
    .developer-section article{width: 100%}
    .developer-section aside{width: 100%}
    .developer-section article .builder-logo{width: 130px}
    .developer-section article h3{font-size: 17px;padding:10px 0 10px 0;}
    .developer-section article .status-box h6{font-size: 12px;line-height: 16px}
    .banner figure img{height: 305px}
    .overview-section .boxes .info-box{width: 47%;padding: 4px;min-height:auto}
    .overview-section .boxes .info-box h6{font-size: 13px;}
	.overview-section .boxes .info-box h6 span{display:none}
    .offer-section .offer-text{width: 71%;}
    .offer-section .offer-text  .box2{border-left: 34px solid transparent;}
    .offer-section .offer-text .box1{padding: 6px}
    .offer-section .offer-text h3{font-size: 15px;line-height: 24px;padding-top: 20px;}
    .offer-section .offer-text p{font-size: 10px;line-height: 15px}
    header .nav{display: none}
   .banner .banner-text .left {
    width: 106%;
    padding-left: 0px;
    position: relative;
    z-index: 2;
    background: #fff;
    margin-left: -3%;
}
   .banner .banner-text h1 {
    font-size: 20px;
    padding-top: 6px;
    line-height: 26px;
    padding-bottom: 25px;
    text-align: center;
    color: #333;
    font-family: poppins, calibri;
	text-shadow: none;
}
	.banner .banner-text h1 span {
    font-size: 18px;
    text-shadow: none;
	color:#e36900
}
sup {
    top: -0.7em;
    font-size: 12px;
}
    .banner .banner-text h1 small {
    font-size: 14px;
    line-height: normal;
    color: #333;
    font-family: poppins, calibri;
}
   .banner .banner-text .btn{font-size: 10px;padding: 0 5px;}
   .banner .banner-text .left .offer-info span{padding-left: 8px;font-size: 9px;}
   .banner .banner-text .right img{width: 55px;padding-top: 0;margin-left: -60px;}
   .banner .banner-text .right{padding-top: 164px;position: absolute;top: -14px;right: -74px;}
   .banner .banner-text .left .offer-info{width: 98%}
   .banner .banner-text .config {
    padding-top: 10px;
    border-bottom: none;
    width: 108%;
    margin-left: -4%;
    margin-bottom: 0px;
	z-index: 2;
}
   .banner .banner-text .config .box p{display: none}
   .banner .banner-text .config .box{width: 50%;margin: 0%;background: #333;padding: 6px 0 0 0;text-align: center; display:none;}
	.banner .banner-text .config .box:first-child { border-right: 1px solid #6f6f6f; }
    .banner .banner-text .config .box.in {
    width: 100%;
    background: #333;
    border-top: solid 1px #6f6f6f;
    display: block;
}
   .banner .banner-text .config .box h3{font-size: 17px;line-height: 20px; color: #fff; font-weight:600}
   .banner .banner-text .config .box h3 small{font-size: 12px}
   .banner .banner-text .config .box h2{font-size: 25px;line-height: 23px;margin-top: 0;text-align:center}
   .banner .banner-text .config .box h2 small{font-size: 15px}
   .banner .banner-text .config .box h2 i{font-size: 18px}
   .banner .banner-text p{padding: 10px;font-size: 12px;margin-top:-225px}
   .overview-section h5{line-height: 22px}
   .spec-section .spec-box .slick-prev{left:-30px;top:42%;}
   .spec-section .spec-box .slick-next{right: -31px;top:42%;}
   .amenities-section img{height: 150px}
   .project-slider .left figure figcaption{font-size: 10px;padding: 190px 5% 0 0}
   .project-slider .left figure figcaption span{font-size: 10px}
   .project-slider .left img{height: 200px}
   .project-slider .right figure figcaption{font-size: 10px;padding: 54px 5% 0 0;}
    .project-slider .right .box2{margin-bottom:2px}
   .project-slider .right figure figcaption span{font-size: 10px}
   .project-slider .right figure img{height: 99px}
   .schedule .right{width: 100%;text-align: center;}
   .schedule .schedule-btn{font-size: 14px;margin: 20px 0}
   .schedule .icon-map{display: none}
   .schedule .left{width: 100%;padding: 20px 16px 0;}
   .schedule p{padding: 0}
   footer .c-box{width: 100%;margin:4px 0;}
   footer .container h2{font-size: 20px;padding: 20px 0}
   .c-box h5{font-size: 16px;margin-bottom: 0;padding: 0 0 18px 0}
   .two p{margin-top: -8px;}
   footer .c-box p i{font-size: 16px}
   .bid-site-visit{display: none;z-index:10;}
   .sub-footer{margin-top: 0;padding: 0;min-height: 147px}
   footer .c-box ul.social{padding-bottom: 10px;float: left}
   .site-visit-popup{width:90% !important}
   .site-visit-popup article{display: none;}
.site-visit-popup aside{width: 100% !important;}
.amenities-section .img-box span{width:100%;top:120px;display: block;margin:0;padding: 15px 0}
.spec-section{margin:0;}
.site-visit-popup .submit-btn .btn{width: 100%}
.offer-section .offer-box .get-offer{font-size: 17px;top: 3%;left: 15px;}
.amenities-section .img-box h4{font-size: 10px;padding: 0;text-transform: capitalize;font-weight: 400;}
.amenities-section .slick-prev{top:36%;left:17px;}
.amenities-section .slick-next{top:36%;right:18px;}
.success-section-bg{ width:300px; margin: 30px auto}
.banner-home .banner-txt aside h1{font-size:16px;}
.info-box .right h5 small i{font-size:9px;}
    .schedule .left h4{font-size:17px}
.amenities-section{margin: 0 0 30px 0;}
.amenities-section .heading {margin-bottom: 5px;}
.spec-section .heading {margin-bottom: 5px;}
.gallery-section .heading{margin-bottom: 5px;}
.gallery-section{margin:20px 0;}
.developer-section .heading{margin-bottom: 10px;}
.developer-section{margin: 10px 0;}
.schedule{margin:20px 0;}
.developer-section .location-box{margin-bottom:15px;}
.amenities-section .img-box h4.in{font-size:8px;}
.sub-footer p{font-size:10px;}
sup {top: -7px;}
    .config-section .tab-content{position:relative}
    .config-section .tab-content .left .btn-section{position: absolute;bottom: 12px}
    .config-section .tab-content .left{width:100%;padding: 10px 0;}
    .config-section .tab-content .right{width:100%;height: 272px;}
    .config-section .tab-content{padding: 5px;}
    .config-section .tab-content .left ul li{padding-right: 19px;font-size: 10px;}
    .config-section .tab-content .left ul{padding: 10px 0 0 5px;}
    .config-section .tab-content .right img{height:auto}
    .config-section .tab-content .left .box{float:none;padding: 6px 10px;display: inline-block;}
    .config-section ul.tabs li{padding:5px;font-size:11px}
    .config-section .slick-prev{left:-30px}
    .config-section .slick-next{right:-25px !important}
    .config-section .tab-content .right figure span p{top:-77px;background:#b4408f;color:#fff;margin: 0 15%;width: 70%;}
    .config-section .tab-content .left .btn-section .btn{height: 35px;line-height: 34px;font-size: 12px;}
    .amenities-section .img-box:hover span{height:auto}
    .config-section{margin: 0 0 30px 0;}
    .overview-section .boxes .info-box h6 i{font-size:10px}
	header .logo img { width: 180px;}
	.banner figure img {
    height: 490px;
}
.mobile-ban {
    display: block !important;
}
.destop-ban {
    display: none !important;
}


.anti {
    padding: 20px 0px 20px 0px;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    float: left;
    text-transform: uppercase;
}

header .logo {
    display: none;
}
.moblog {
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
}


.prooffer {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-top: 0px;
    text-align: center;
    line-height: 28px;
	font-family:poppins, Calibri;
	text-shadow: none;
}

.prooffer span {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    padding-top: 36px;
}

.prooffer1 {
    font-size: 18px;
    color: #333;
    font-weight: 300;
    padding: 12px 0px 2px;
    margin-top: -20px;
    width: 100%;
    text-align: center;
}
.banner figure {
    width: 100%;
    float: left;
    margin-top: 65px;
}

.banner .banner-text {
    position: relative;
}

header{position: fixed;}








	
	
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
	.amenities-section.in img{height:350px}
    .header ul li{padding-right: 0}
    .header ul li a{font-size: 11px;}
    .fixed-header{padding: 0;}
    .amenities-section .img-box:hover span{height:auto}
    .banner .banner-text h1{font-size: 28px;padding-top: 115px;width: 67%;line-height:33px}
	.banner .banner-text h1 span{font-size:30px}
	.banner .banner-text h5{font-size:16px !important}
	.banner .banner-text h5 {font-size:16px}
    .banner .banner-text .left .offer-info{width:112%;}
    .banner .banner-text .config .box h3{font-size: 18px}
    .banner .banner-text .config .box h2{font-size: 20px;margin-top: 0px;line-height: 28px}
    .banner .banner-text .config .box h2 i{font-size: 18px}
    .banner figure img{height: 490px}
    .offer-section .offer-box{height:100px;}
    .banner .banner-text .config{padding-top: 135px;}
    .overview-section .boxes .info-box h6{padding: 0 0;line-height:18px;font-size: 12px;}
    .offer-section .offer-text{width: 68%}
    .offer-section .offer-text  .box2{border-left: 79px solid transparent;border-bottom: 100px solid #D80A50;}
    .offer-section .offer-text .box1{padding: 10px;height:100px}
    .offer-section .offer-text h3{font-size: 18px;padding-top: 11px;line-height: 28px;}
    .developer-section article{width: 100%}
    .developer-section aside{width: 100%;margin-top: 15px}
    .schedule .left{width: 56%;padding: 20px 0px 0 37px;}
    .schedule .right{width: 35%}
    .schedule .schedule-btn{font-size: 14px}
    .c-box h5{font-size: 16px;margin-bottom: 0}
    footer .container h2{font-size: 22px;padding: 30px 0 23px}
    .c-box p{font-size: 12px}
    footer .c-box ul.social{margin-left: 0}
    footer .c-box ul.social li{padding: 0 0 0 12px;}
    .two p{margin-top: -11px;margin-bottom: 0}
    .bid-site-visit{display: none;z-index:10;}
    .sub-footer{margin-bottom: 0;min-height: 100px}
    .offer-section .offer-box .get-offer{left: 46px;font-size: 38px;top: 10px;line-height: 30px;}
    .offer-section .offer-box .get-offer small{font-size:14px}
    .config-section{margin:0 0 10px 0}
    .schedule{min-height: 153px}
    .developer-section{padding-left: 10px}
    .amenities-section .img-box span{width:100%;top:222px;display: block;margin:0;padding: 20px 0}
    .amenities-section .img-box h4{font-size: 14px;padding: 0}
    .success-section-bg{width: 725px}
    .config-section .tab-content .left .offerinfo{font-size: 9px;padding: 5px;margin-top: -23px;
    margin-left: 173px;}
    .banner .banner-text .right img{display:none}
    .sub-footer p{font-size:14px;}
    .header ul{margin-left: 5px;}
    .banner .banner-text .config .box{padding:0 34px 0 0}
    .config-section .slick-next{right: -19px;}
    .config-section .slick-prev{left:-23px}
    .config-section .tab-content .right{width: 50%;}
    .config-section .tab-content .left{width: 48%;padding: 43px 10px;}
    .config-section .tab-content .left .box{padding: 6px 33px;}
    .config-section .tab-content .left ul{padding: 15px 0 15px 10px;}
    .banner .banner-text .right{padding-top: 90px;}
    .banner .banner-text .right .enquire-form{width: 300px;padding: 15px;}
    .banner .banner-text .right .enquire-form .input{margin-bottom: 15px;height: 35px;font-size: 13px;}
    .banner .banner-text .right .enquire-form .btn{height: 35px;font-size: 13px;line-height:35px}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	.amenities-section .img-box span {
		top: 96px;
	}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) and (orientation : landscape){
 .amenities-section img {
		height: auto;
	}
.amenities-section .img-box span {
	    top: 105px;
 }
	.spec-section aside .set-bg {
		min-height: 407px;
	}
	.overview-section {
    	margin-top: 25px;
	}
	.banner .banner-text .right img
	{
		margin-left: -200px;
	}
}
.developer-section .video-box{width:100%;float:left}
.video-container {
    position:relative;
    padding-bottom:46.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

@media (max-width: 767px) {
    .video-container {
        padding-bottom: 56.25%;
    }
}
table {border-collapse: collapse;width: 100%;margin-top: 10px;float: left;}
th, td {text-align: center;vertical-align: middle;height:65px;font-weight: 600;}
tr{border-bottom: 1px solid #d0d0d0}
tr:hover{ background: #ececec;}
th {background-color: #000;color: white;height: 50px;vertical-align: middle;font-size: 15px;font-weight: 600; text-transform: uppercase;}
table .btn{color:#fff;height: 35px;line-height: 33px;font-size: 12px;}
table a{color:#333}
th, td i{font-size:13px}
table .price{color:#2d8a0c}
table .request{cursor:pointer;color:#25ad29}
table small{font-weight:300;font-size:13px;color: #756f6f;}
td span{display:none;}
.developer-section .nearby{width:50%;margin:0 auto}
.banner .banner-text h2{color: #fff;
    font-size: 40px;
    padding-top: 94px;
    width: 100%;
    text-align: center}

@media (max-width: 767px) {
    .banner .banner-text .right .enquire-form {
        display: none;
    }
    th{font-size:13px;padding-left:10px;height:50px;line-height: 18px;}
    table a{font-size:12px}
    table .btn{    height: 30px;
        line-height: 28px;
        font-size: 11px;
        padding: 0 15px;
		font-weight:600;
        }
    .developer-section .nearby{width:100%}
    .heading h2{font-size:18px; line-height:32px; font-weight:600;}
	.heading h2 span {
    font-size: 16px;
    text-transform: capitalize;
	font-weight:300;
}
    p{font-size:12px}
    .banner .banner-text h2{font-size:19px;line-height:25px}
	th, td {width: 100%;float: left;}
	td {font-size: 14px;padding: 10px 5px;font-weight: 200;height: auto;background: #cfcfcf; font-weight:bold;}
	tr {border-bottom: 15px solid #fff;}
	th{display:none}
	td span{display: inline-block;font-size: 13px;padding-right: 10px;font-weight: 600;color: #333;}
	table .request{font-weight:600}
}
.location-nearby{width: 100%;float: left;margin:40px 0 0px 0;}
.location-nearby figure{width:100%;margin:0 auto}
.location-nearby figure img{width:100%;border:1px solid #999;background:#fff}
.config-section h4{width: 100%;float: left;text-align: center;padding: 10px;font-weight: 600;}





@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
    .location-nearby .tab-content .right table td{font-size:14px}
}
@media (max-width: 767px) {
    .offer-section .offer-box .get-offer small {
        display: none
    }
	body{
-webkit-overflow-scrolling : touch !important;
	overflow: hidden;
		height: 100% !important;}

    .config-section h4 {
        font-size: 13px
    }

    .call-btn a {
    float: right;
    margin-top: 16px;
    height: 35px;
    line-height: 32px;
    padding: 0 10px;
    position: absolute;
    right: 15%;
}
    .banner .banner-text .btn {
        font-size: 10px;
        padding: 0 15px;
        position: absolute;
        bottom: -34px;
        right: 14px;
    }
    th, td i{font-size:9px}
    table small{font-size:10px}
    .location-nearby{margin:5px 0 0px 0}
}
.wpcf7-display-none{display:none !important}
.intl-tel-input{width:100% !important;float:left !important;margin-bottom:15px !important}
.intl-tel-input .country-list{width: 280px !important;}
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name{color: #4c4c4c;font-size: 13px;}
.intl-tel-input .country-list .country .dial-code{font-size: 13px;}

.Offer-section{ width:100%; float:left; padding:20px 0}
.Offer-section figure{ width:100%; float:left;}
.Offer-section figure img{ width:100%}
.Offer-section figure.mobile{ display:none}
.banner_key { width: 50px;}

@media (max-width: 767px) {
	.Offer-section{ width: 100%; float: left; padding: 162px 0 0 0; margin-bottom: -157px;}
	.Offer-section figure.mobile{ display:block}
	.Offer-section figure.desktop{ display:none}
}
/* Offer section */
.banner .banner-text h5{color: #e36900;padding-bottom:10px;text-transform: capitalize;font-size: 21px;
    font-weight: 600;}
.booking-section {
    width: 100%;
    float: left;
    padding: 10px;
    background: linear-gradient(180deg, #ed6e00 10%, #e36900 80%);
}
.booking-section h2 {
    color: #fff;
    padding: 0;
    text-align: center;
    font-weight: 600;
    line-height: 32px;
    font-size: 22px;
    position: relative;
}
.booking-section h2:before{content: "";width: 15%;border-top: 4px solid;padding: 2PX;color: #fff;
position: absolute;top: 25px; bottom: 33%;left: 6%;}
.booking-section h2:after{content: "";width: 15%; border-top: 4px solid;  padding: 2PX;color: #fff;position: absolute;top: 25px;text-align: right;float: right;margin-left: 20%;}
.prebook{width:100%;float:left;}
.prebook article{width:100%;float:left;padding:20px 0;border-bottom:1px solid #b3b4b7}
.prebook article aside{width:33.33%;float:left}
.prebook article aside .box1{width:12%;float:left;}
.prebook article aside .box1 img{width:100%}
.prebook article aside:last-child .box2{border-right:none}
.prebook article aside .box2{width:80%;float:left;border-right:1px solid #b3b4b7;text-align:center}
.prebook article aside .box2 h3{font-size:14px;line-height: 20px;padding:7px 0 0 0}

.config-section article {
    width: 70%;
    float: left;
    padding: 20px 0;
    margin-top: 0px;
    border: 1px solid #b3b4b7;
    background: #f7f7f7;
    margin-left: 17%;
}
.config-section article aside{width:50%;float:left;padding-left: 20px;}
.config-section article aside .box1{width:15%;float:left;}
.config-section article aside .box1 img{width:100%}
.config-section article aside:last-child .box2{border-right:none}
.config-section article aside .box2 {
    width: 80%;
    float: left;
    border-right: 1px solid #b3b4b7;
    text-align: center;
    padding-top: 18px;
}
.config-section article aside .box2 h3{font-size:14px;line-height: 20px;padding:0px;}

.locality-section{width:100%;float:left;margin:30px 0 0 0}
.locality-section aside{width:49%;float:right;}
.locality-section article{width:49%;float:left;}
.locality-section article figure{width:100%;height:452px;border:1px solid #b3b4b7}
.locality-section article figure img{width:100%;height:100%}
.plan-section {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
}

.plan-box {
    width: 100%;
    float: left;
}
.plan-section article {
    width: 49%;
    float: left;
    margin-right: 10px;
}
.plan-section article figure {
    width: 100%;
    height: 452px;
    border: 1px solid #b3b4b7;
}

.plan-section article figure img {
    width: 100%;
    height: 100%;
}



@media (max-width: 767px) {
	.booking-section {
    margin-top: 0px;
    z-index: 2;
    position: relative;
}
	.booking-section h2 {
    font-size: 15px;
    line-height: 25px;
}
	.booking-section h2:before{display:none}
	.booking-section h2:after{display:none}
	.prebook article aside{width:100%}
	.prebook article aside .box2{border:none;width: 88%;float:right}
	.prebook article{border:none;padding:0}
	.prebook{padding-top:10px}
	.prebook article aside .box2 h3{font-size:14px;line-height: 17px;text-align:left}
	.prebook article aside .box1{width:8%;padding-bottom:7px; line-height:36px; margin-left: 1%;}
	.config-section article aside{width:100%}
	.config-section article aside .box2{border:none;width: 82%;float:right}
	.stb-center-container .stb{width:90% !important}
	.config-section article aside .box2 h3{font-size: 12px;line-height: 20px;text-align:left}
	.config-section article{padding:10px 0;margin-top:10px; margin-left:0%; width:100%;}
	.amenity-box iframe{height:300px}
	.locality-section article{width:100%}
	.locality-section aside{width:100%}
	.locality-section .amenity-box iframe{height:300px}
	.locality-section article figure{height:250px}
	.sub-footer{min-height:75px}
	.overview-section .boxes .info-box{float: none;display: inline-block;}
	.col-md-6 {
    width: 100%;
    border-right: none;
	border-bottom:solid 10px #fff;
}
	
	
	
	
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
	.booking-section h2:before{left: 3%;}
	.booking-section h2:after{margin-left:19%}
	.config-section article aside .box1 img{margin-top:23px}
}

@media (min-width: 480px) and (max-width: 1600px){

.bid-site-visit{ display:none !important;}

}





@media(min-width:320px) and (max-width:345px){
	
.booking-section {
    margin-top: 0px;
}
.banner .banner-text .config {
    padding-top: 50px;
    border-bottom: none;
}	
.banner .banner-text h1 {
    font-size: 25px;
    padding-top: 180px;
    line-height: 38px;
    padding-bottom: 57px;
    text-align: center;
}
	
}


		
		
		
		
		
		
.row {
    margin-right: 0px;
    margin-left: 0px;
}

.row:before {
    display: table;
    content: " ";
}

.col-md-4 {
    width: 33.33333333%;
    float: left;
    border-right: solid 5px #fff;
}

.col-md-3 {
    width: 25%;
    float: left;
    border-right: solid 5px #fff;
}

.bhkprice {
    background-color: #fff;
    padding: 20px 16px;
}		

.box-bhk {
    background-color: #e36900;
    padding: 14px 24px;
    min-height: 90px;
}
.box-bhk p {
    margin: 0px;
}
.bhktext {
    color: #fff;
    float: left;
    width: 90px;
    margin-top: 2px;
    font-size: 17px;
    font-weight: bold;
}
.sold-out {
    background-color: rgba(211,1,38,0.9);
    font-size: 13px;
    padding: 3px 6px;
    color: #fff;
    display: inline-block;
    margin-bottom: 4px;
}
.price {
    float: left;
    border-left: 1px solid #ccc;
    padding-left: 14px;
	min-height: 65px;
}
.grayprice {
    color: #fff;
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
}
.grayprice2 {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    display: block;
    margin-bottom: 4px;
}
.font-68 {
    font-size: 68% !important;
}
.allinclusive {
    color: #666;
    font-size: 12px;
    font-weight: bold;
}
.row:after {
    clear: both;
}
.thumbHolder {
    background-color: #f8f7f3;
    padding: 0px;
    border-top: 1px solid #cfddcd;
}
.thumbHolder span {
    vertical-align: middle;
    text-align: center;
}
.thumbHolder span img {
    margin: 0 auto;
    display: block;
}

@media(min-width:320px) and (max-width:480px){
	
.col-md-4 {
    width: 100%;
    float: left;
    border-right: none;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.banner .banner-text .config .box h2 {
    color: #fff;
}

.banner .banner-text .config .box h2 span {
    color: #fff;
}

.banner .banner-text {
    float: none;
}


.mediamain{ width:100%; background:#fff; padding:10px; -webkit-box-shadow: 0px -3px 5px -1px rgba(112,112,112,1);
-moz-box-shadow: 0px -3px 5px -1px rgba(112,112,112,1);
box-shadow: 0px -3px 5px -1px rgba(112,112,112,1); position:fixed; bottom:0px; left:0px; font-family:poppins, Calibri; display:block;}

.mediamain .button1 {
    width: 50%;
    float: left;
    background: #729d32;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 17px;
    margin-right: 2%;
    padding: 8px;
    margin-left: 0%;
}
.mediamain .button2{ width:47%; float:left; background:#45c455; color:#fff; text-align:center; border-radius:4px; font-size:18px; padding:8px;}



.plan-section article {
    width: 100%;
    margin-bottom: 10px;
}

.plan-section article figure {
    height: 300px;
}
.banner {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px;
}

.calloption {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 70px;
    z-index: 1;
}

.col-md-6 {
    width: 100%;
    float: none;
    border-right: none;
    margin-bottom: 15px;
}

.prs {
    font-size: 15px;
    color: #fff;
    line-height: 5px;
    padding-bottom: 18px;
    text-align: center;
}

.col-md-3 {
    width: 100%;
    float: left;
    border-right: solid 0px #fff;
}

.bhktext {
    width: 170px;
    padding-top: 10px;
    font-size: 20px;
    line-height: 24px;
}
.box-bhk {
    min-height: 80px;
}

.amenities-service-list li {
    float: left;
    width: 50%;
    text-align: center;
    height: 198px;
    border: 1px solid #d3d3d3;
    margin: -1px 0 0 -1px;
}

.thumbHolder span img {
    width: 100%;
}

.price {
	min-height: 50px;
}

.booknow {
    text-align: center;
    padding: 12px 0px;
    font-size: 20px;
    background-color: #000;
    color: #fff;
    margin-bottom: 20px;
}

.locality-section article .box h5 span {
    font-size: 13px;
}

.locality-section article .box h5 {
    font-size: 12px;
}

	
}
		
	
		
