* {
    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%;
    vertical-align: baseline
}

ul,
li,
ol {
    list-style: none
}

html {
    scroll-behavior: smooth
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    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
}

img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    line-height: .5em
}

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 {
    outline: 0
}

input:focus,
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,
textarea {
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -ms-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

input::-webkit-input-placeholder {
    color: #8c8c8c !important
}

input::-moz-placeholder {
    color: #8c8c8c !important
}

input:-ms-input-placeholder {
    color: #8c8c8c !important
}

textarea::-webkit-input-placeholder {
    color: #8c8c8c !important
}

textarea::-moz-placeholder {
    color: #8c8c8c !important
}

textarea:-ms-input-placeholder {
    color: #8c8c8c !important
}

.input,
.textarea,
.select {
    width: 100%;
    height: 40px;
    float: left;
    background: #f2f2f2;
    border: none;
    font-family: "BrandonTextWeb-Regular";
    font-size: 14px;
    color: #292929;
    border-radius: 2px;
    position: relative;
    padding: 6px 10px
}

.textarea {
    height: 100px
}

.input:focus,
.textarea:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.4)
}

.btn-primary {
    width: auto;
    display: inline-block;
    height: 45px;
    background: #db7936;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    outline: none;
    font-family: "BrandonTextWeb-Regular";
    font-size: 13px;
    text-transform: capitalize;
    line-height: 45px;
    font-weight: 700;
    padding: 0 20px;
    border-radius: 3px;
    border: none
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #408284;
    color: #FFF;
    outline: none
}

.show-block {
    display: block !important
}

.hide-block {
    display: none !important
}

body {
    font-size: 14px;
    line-height: 1.8em;
    color: #33373D;
    background: #dbe4e9;
    font-family: "BrandonTextWeb-Regular";
    overflow-x: hidden;
    font-weight: 400
}

a {
    color: #6295e9;
    outline: 0;
    cursor: pointer;
    text-decoration: none
}

a:hover {
    color: #6295e9;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-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: #424242;
    line-height: 1.2em;
    font-weight: 700;
    padding-bottom: 15px;
    font-family: 'BrandonTextWeb-Bold';
}

h1 {
    font-size: 24px
}

h1 small {
    font-size: 18px
}

h2 {
    font-size: 18px;
    padding-bottom: 20px
}

h2 span {
    float: right;
    font-size: 12px;
    text-transform: uppercase
}

h2 i {
    font-style: normal
}

h3 {
    font-size: 17px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

p {
    padding: 0 0 15px
}

p small {
    font-size: 12px
}

strong,
b {
    font-weight: 600
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block;
    width: 100%;
    float: left
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.container {
    width: 1230px;
    margin: 0 auto;
    position: relative
}

.wrapper-bag {
    width: 1000px;
    margin: 0 auto;
    position: relative
}

.rotate-45 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.row {
    width: 100%;
    float: left
}

header {
    width: 78%;
    z-index: 14;
    float: left;
    position: fixed;
/*    padding: 5px;
*/    background: #fff
}

header .logo {
  /*  width: 20%;
    float: left;*/
}

header .nav-header {
    display: flex;
    flex-basis: auto;
}
header .nav-header .nav-list{
    flex-direction: row;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
header .nav-header li {
    flex: 1 1 auto;
    text-align: center;
    border-right: 0.1vw solid #dbe4e9;
  /*  padding: 0 10px*/
}

header .nav-header li a {
    color: #424242;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px
    padding: 1.1vw 0.3vw;
}

header .nav-header li img {
    width: 3%;
    margin-top: -3px;
    padding: 0 3px
}

header .logo img {
    max-width: 18vw;
    height: 3.9vw;
}

header nav {
    float: right
}

header nav ul {
    float: left;
    margin-top: 20px
}

header nav ul li {
    display: inline;
    padding-left: 10px
}

header span {
    float: left;
    font-size: 14px;
    line-height: 1.3em;
    color: #333;
    margin: 30px 0 0 10px;
    text-transform: uppercase;
    font-weight: 700;
    border-left: 2px solid #666;
    padding-left: 10px
}

header span i {
    font-size: 11px;
    font-style: normal
}

.left-sec {
    position: absolute;
    left: 10px;
    top: 10px;
    float: left;
    background: #fff;
    width: 26vw;
    border-radius: 8px;
    padding: 0 10px;
    text-align: center;
}

.left-sec .banner-btn {
    text-align: center
}

.left-sec .banner-btn .btn-primary {
    border-radius: 0
}

.left-sec .banner-info p {
    color: #fff;
    font-weight: 600;
    line-height: 23px;
    padding: 0;
}

.left-sec .pro-info {
    padding: 10px
}

.left-sec h1 {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'BrandonTextWeb-Bold';
}

.left-sec h4{
   color: #db7936;
   font-size: 26px;
   font-family: "BrandonTextWeb-Regular";
}

.left-sec h3 {
    color: #333;
    font-weight: 400;
    line-height: 24px;
}

.left-sec h3 span {
    
    font-family: "BrandonTextWeb-Regular";
    font-size: 78%;
    float: left;
    text-align: center;
    width: 100%;
}

.left-sec ul {
    padding-top: 30px;
    font-size: 16px;
}

.left-sec .banner-info {
    background-color: #db7936;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px
}

.left-sec .banner-info.in {
    background: #000
}

.left-sec .offer-info {
    padding: 0 20px
}

.left-sec .offer-info span {
    font-size: 24px;
    font-weight: 600;
    color: #b79d56;
    line-height: 36px
}

.left-sec .offer-info h5 {
    line-height: 25px;
    font-weight: 400
}

.left-sec .offer-info .btn-primary {
    border-radius: 3px
}

.left-sec .offer-info p {
    padding-top: 20px
}

.project-banner .right {
    padding-top: 125px;
    position: absolute;
    right: -3%
}

.project-banner .right .enq-form p {
    font-weight: 600
}

.project-banner .right .enq-form p span {
    font-size: 20px;
    text-transform: uppercase
}

.project-banner .right .enq-form {
    width: 400px;
    float: left;
    background: rgb(255 255 255 / 92%);
    padding: 30px;
    text-align: center
}

.project-banner .right .enq-form input {
    background: transparent;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
    border-radius: 0
}

.project-banner .right .enq-form .input.mobile {
    padding-left: 85px
}

.project-banner .right .enq-form .btn-primary {
    width: 100%;
    margin-top: 20px;
    border-radius: 3px
}

.project-banner .right .enq-form .country-box .country_code {
    top: 0;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    border-radius: none;
    background: transparent;
}

.project-banner .right .enq-form .ct-info {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding-top: 15px;
    line-height: 33px
}

.project-banner .right .enq-form .ct-info a {
    color: #33373D
}

.heading {
    width: 100%;
    float: left;
    padding-bottom: 5px
}

.heading h2 {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: 700
}

.project-banner {
    width: 78%;
    float: left;
    position: relative;
    margin-top: 62px;
}

.project-banner figure {
    float: left;
    width: 100%
}

.project-banner img {
    width: 100%
}

.fixed-header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    padding: 15px 55px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    height: 67px !important
}

.left-col {
    display: inline-block;
    width: 77%;
    vertical-align: top
}
.title-heading{
    position: absolute;
    top: 20px;
    right: 0;
    color: #db7936;
    font-size: 3vw;
    letter-spacing: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
.about-project {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px;
    padding-right: 10%;
    position: relative;
    padding-right: 10%;
}

.about-project h2.pro-highlights {
    color: #424242;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px
}

.about-project .btn-primary {
    border-radius: 3px
}

.about-project h3{
    color: #db7936;
}
.about-project h3 span {
    float: left;
    font-size: 34px;
    font-weight: 600;
    width: 100%;
    padding-bottom: 15px
}

.about-project p {
    padding: 0 0 20px
}

.about-project ul {
    margin: 15px 0 30px
}

.about-project ul li {
    border: 1px solid #acacac;
    padding: 20px;
    border-bottom: none
}

.about-project ul li:last-child {
    border: 1px solid #acacac
}

.price-section {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px;
    margin: 30px 0;
    position: relative;
    padding-right: 10%;
}

.price-section .left {
    width: 58%;
    float: left
}

.price-section .right {
    width: 38%;
    float: right
}

.price-section .right img {
    width: 100%;
    height: 100%
}

.price-section .right figure {
    border: 1px solid #acacac;
    cursor: pointer
}

.price-section .right .btn-box {
    width: 100%;
    text-align: center;
    margin-top: 25px
}

.price-section .right .btn-box .btn-primary {
    border-radius: 3px
}

.price-section .table {
    width: 100%;
    border-collapse: collapse
}

.price-section .table,
td,
th {
    border: 1px solid #acacac;
    padding: 15px;
    vertical-align: middle
}

.price-section tr:nth-child(even) {
    background-color: #f1f3f0
}

.price-section table span {
    float: right;
    margin-top: -23px
}

.price-section table .btn-primary {
    height: auto;
    text-transform: capitalize;
    border-radius: 3px;
    padding: 10px;
    line-height: 18px
}

.masterplan-section {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px;
    margin: 0 0 30px;
    position: relative;
    padding-right: 10%;
}

.masterplan-section .img-box {
    width: 100%;
    float: left;
    margin-top: 50px
}

.masterplan-section h3 {
    padding-bottom: 50px
}

.masterplan-section .img-box figure {
    width: 33.33%;
    float: left;
    position: relative
}

.masterplan-section figure {
    text-align: center
}

.masterplan-section figure figcaption {
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 18px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 600
}

.masterplan-section figure .enq-now {
    display: none
}

.masterplan-section figure:hover .enq-now {
    display: block;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #04040496;
    height: 100%
}

.masterplan-section figure:hover .enq-now a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    text-align: center;
    top: 39%;
    position: relative;
    font-size: 16px
}

.locality-box {
    width: 100%;
    float: left;
    padding: 30px;
    background: #fff;
    margin: 0 0 30px;
    position: relative;
    padding-right: 10%;
}

.locality-box .nearby-loc {
    width: 100%;
    float: left
}

.locality-box .nearby-loc ul {
    margin: 15px 0 30px
}

.locality-box .nearby-loc ul li {
    border: 1px solid #acacac;
    padding: 20px;
    border-bottom: none
}

.locality-box .nearby-loc ul li:last-child {
    border: 1px solid #acacac
}

.locality-box .map {
    width: 50%;
    float: left
}

.locality-box .map img {
    width: 100%
}

.locality-box .address {
    float: left;
    padding-left: 30px;
    width: 48%;
    margin-left: 2%
}

.locality-box .address h6 {
    margin: 0;
    padding-bottom: 3px
}

.locality-box .address .btn1 {
    float: left
}

.video-box {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    background: #fff;
    padding: 30px;
    position: relative;
    padding-right: 10%;
}

.video-box figure {
    position: relative;
}

.video-box figure figcaption {
    position: absolute;
    top: 40%;
    width: 100%;
    background: rgb(0 0 0 / 57%);
    text-align: center;
    color: #fff;
    padding: 20px 0;
    cursor: pointer;

}

.video-box figure figcaption img {
    width: 70px
}

.video-box figure figcaption .head {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.video-box figure figcaption .sub_head {
    font-size: 24px;
    text-transform: capitalize;
}

.video-box figure figcaption .set {
    transition: transform .2s;
}

.video-box figure figcaption a {
    color: #fff;
}

.video-box figure figcaption:hover .set {
    transform: scale(0.8);
}

.gallery-section {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    background: #fff;
    padding: 30px;
    position: relative;
    padding-right: 10%;
}

.gallery-section article {
    width: 102%;
    float: left;
    margin: 0 -1%
}

.gallery-section article ul li {
    width: 31%;
    float: left;
    border: 1px solid #c5c5c5;
    margin: 1%;
    position: relative
}

.gallery-section article figure {
    width: 100%;
    float: left;
    overflow: hidden
}

.gallery-section article figure img {
    width: 100%;
    height: 150px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease
}

.gallery-section article figure:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.slick-slide {
    outline: none
}

.gallery-slider {
    width: 100%;
    float: left;
    padding-top: 20px
}

.amenities-section {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    background: #fff;
    padding: 30px;
    position: relative;
    padding-right: 10%;
}

.amenities-section article {
    width: 103%;
    float: left;
    margin: 0 -1%
}

.amenities-section article .set {
    width: 18%;
    float: left;
    margin: 1%;
    padding: 10px 5px;
    border-radius: 2px;
    text-align: center;
    overflow: hidden;
    box-shadow: 1px 1px 6px #00000057
}

.amenities-section article .set img {
    width: 50%
}

.amenities-section article .set i {
    font-size: 45px;
    color: #e75926
}

.amenities-section article .set p {
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 1.4em;
    padding: 4px 0 0
}

.map-container {
    position: relative;
    padding-bottom: 60%;
    height: 0
}

.map-container iframe,
.map-container #map {
    border: 1px solid #999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.master-section {
    width: 100%;
    float: left;
    padding: 30px 0
}

.master-section img {
    border: 1px solid #999
}

.collapse {
    display: none
}

.collapse.in {
    display: block;
    width: 100%;
    float: left
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.fixedsticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky
}

.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
    position: static
}

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
    position: fixed
}

.fixedsticky-dummy {
    display: none
}

.fixedsticky-on + .fixedsticky-dummy {
    display: block
}

.sidebar {
    float: right;
    width: 22% !important;
    vertical-align: top;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #f6f6f6;
}

.fixedsticky {
    top: 90px
}

.sidebar ul{
    width: 100%;
    float: left;
}
.sidebar ul li{
    float: left;
    width: 50%;
}
.sidebar ul .btn-primary{
    background: #000 ;
    border-radius: 0 0 0 20px;
    width: 95%;
    margin: 0 0 0 5%;
    font-size: 12px;

}
.sidebar .btn-item{
    width: 100%;
    float: left;
    text-align: center;
}
.sidebar .btn-item .btn-primary {background: #000; width: 60%; margin: 10px 0;font-size: 16px;text-transform: capitalize;}
.sidebar .btn-item .btn-primary i{margin-right: 5px;}
.sidebar ul .btn-primary.call{
    border-radius: 0 0 20px 0;
    margin: 0 5% 0 0;
}
.sidebar ul .btn-primary.call img{
    width: 18px;
    margin-right: 4px;
    margin-top: -3px;
}
.sidebar ul li:first-child {
    border-right: 0.1vw solid #dbe4e9;
}
.sidebar h2 {
    text-transform: uppercase;
    text-align: center
}

.sidebar p {
    text-align: center
}

.sidebar p span {
    font-weight: 700
}

.sidebar p.tel {
    padding: 15px 0 0
}

.sidebar p.tel a {
    color: #333
}

.sidebar aside {
    width: 100%;
    float: left;
    padding: 15px;
    background: #fff;
    height: 100vh;
}

.sidebar .input {
    height: 50px;
    background: none;
    border-bottom: 1px solid #cacaca;
    outline: none;
    margin-bottom: 10px
}

.sidebar .input:focus {
    box-shadow: none
}

.sidebar .input.mobile {
    padding-left: 88px
}

.sidebar .btn-primary {
    width: 80%;
    margin: 30px 10% 0 10%;
}

.sidebar .country-box .country_code {
    width: 84px
}

.input.error {
    font-size: inherit !important
}

.error {
    font-size: 12px;
    color: #e75926;
    width: 100%;
    float: left
}

#brouchure_form .error {
    text-align: left;
    margin: 2px 0 !important
}

footer {
    width: 77%;
    float: left;
    background: #2f3f4c;
    padding: 0 15px;
}

footer p {
    color: #ccc;
    width: 100%;
    float: left;
    font-size: 12px;
    padding: 15px 0;
    line-height: 1.9em
}

.sticky-button {
    display: none;
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0;
    left: 0;
    line-height: 0;
    color: #FFF;
    z-index: 7;
    font-weight: 500
}

.sticky-button .btn-primary {
    width: 50%;
    float: left;
    border-radius: 0;
    background: #5896e8;
    text-transform: uppercase;
    font-size: 10px;
    padding: 0 5px;
    border: none
}

.sticky-button .btn-primary.in {
    background: #11c275
}

.mobile-btns {
    display: none
}

@media (min-width: 768px) and (max-width: 1024px) {
    .container {
        width: 95%
    }

    header .nav-header li {
        padding: 0 6px
    }

    header .nav-header li a {
        font-size: 10px
    }

    header .logo {
        width: 12%
    }

    header .nav-header li img {
        display: none
    }

    header .nav-header {
        margin-top: -15px
    }

    .sidebar {
        display: none
    }

    .left-col {
        width: 100%
    }

    .project-info .info-box aside {
        width: 55%
    }

    .project-info .info-box aside.right {
        padding: 10px;
        width: 40%
    }

    .project-info .info-box aside.right ul li {
        font-size: 16px
    }

    .project-info .project-header {
        display: none
    }

    .site-visit-box .left {
        width: 63%
    }

    .project-banner .right .enq-form {
        display: none
    }

    .project-banner {
        margin-top: 47px
    }

    .project-banner img {
        height: 752px
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .project-banner {
        width: 100%;
        margin-top: 60px;
    }
    /*
    .mobile-view input::-webkit-input-placeholder {
        color: #fff !important
    }

    .mobile-view input::-moz-placeholder {
        color: #fff !important
    }

    .mobile-view input:-ms-input-placeholder {
        color: #fff !important
    } 
    */

    .about-project h2 span {
        font-size: 26px;
        text-align: center;
        line-height: 28px
    }

    .about-project {
        text-align: center
    }

    .about-project ul li {
        padding: 15px
    }

    .about-project h2 {
        font-size: 24px
    }

    .price-section .left {
        width: 100%
    }

    .price-section .right {
        width: 100%
    }

    .masterplan-section .img-box figure {
        width: 100%;
        margin-bottom: 10px
    }

    .amenities-section article .set {
        width: 48%
    }

    .price-section table th {
        display: none
    }

    .price-section table td {
        width: 100%;
        float: left;
        border: none
    }

    .price-section .table,
    td,
    th {
        padding: 10px;
        text-align: center;
        font-weight: 600
    }

    .price-section table span {
        margin-top: 10px;
        width: 100%;
        float: left
    }

    .container {
        width: 95%
    }

    header .logo img {
        width: 200px
    }

    header span {
        font-size: 11px
    }

    header span i {
        font-size: 9px
    }

    header .schedule {
        display: none
    }

    header nav ul {
        margin-top: 15px
    }

    header nav ul li {
        padding-left: 0
    }

    .project-info .info-box aside {
        width: 100%
    }

    .left-sec {
        position: relative;
        background: #fff;
        color: #424242;
        width: 100%;
        left: 0;
        top: 0;
        padding: 0;
    }
    .left-sec .pro-info{
        padding: 0;
    }
    .left-sec .banner-btn .btn-primary {
        width: 100%
    }
    .left-sec h4{
        color: #fff;
        background: #db7936;
        font-size: 24px;
        padding: 8px 0 10px 0;
        margin-bottom: 15px;
    }
    .left-sec h1 {
        color: #424242
    }

    .left-sec h3 {
        color: #424242
    }

    .left-sec .offer-info h5 {
        color: #424242
    }

    .left-sec .offer-info {
        text-align: center
    }

    .left-sec .banner-info {
        color: #fff
    }

    .left-sec .offer-info p {
        padding-top: 10px
    }

    .sidebar aside {
        height: auto;
    }

    .sidebar .btn-primary {
        font-weight: 600
    }
.sidebar h2{display: none;}
    .video-box figure figcaption {
        top: 25%;
    }

    .project-info .info-box aside.right {
        width: 100%;
        margin: 0
    }

    .video-box figure figcaption .head {
        font-size: 16px;
        padding: 0;
    }

    .video-box figure figcaption .sub_head {
        font-size: 14px;
    }

    .video-box figure figcaption {
        padding: 0;
    }

    .video-box figure figcaption img {
        width: 45px;
    }

    .project-info .project-header {
        display: none
    }

    .project-info .info-box aside h1 {
        font-size: 18px
    }

    .project-info .info-box aside h2 {
        font-size: 14px
    }

    .project-info .info-box p.rera {
        font-size: 11px
    }

    .project-info .info-box p.offer {
        font-size: 17px
    }

    .project-info .info-box h3 {
        font-size: 14px;
        margin-bottom: 10px
    }

    .project-info .info-box aside.right {
        padding: 20px;
        min-height: auto
    }

    .project-info .info-box aside.right h3 {
        font-size: 16px
    }

    .project-info .info-box aside.right ul li {
        font-size: 14px;
        line-height: 20px
    }

    .heading h2 {
        font-size: 17px
    }

    .left-col {
        width: 100%
    }

    .gallery-section article ul li {
        width: 48%
    }

    .gallery-section article figure img {
        height: auto
    }

    .locality-box .map {
        width: 100%
    }

    .locality-box .address {
        width: 100%;
        padding: 30px 0 0;
        text-align: center
    }

    .site-visit-box .site-img {
        width: 25%
    }

    .site-visit-box .right {
        width: 70%;
        padding-bottom: 20px
    }

    .site-visit-box .right .btn-primary {
        width: 100%
    }

    .gallery-section {
        margin: 15px 0
    }

    footer .footer-top {
        padding: 30px 0 10px
    }

    footer aside {
        width: 100%;
        padding-bottom: 20px
    }

    footer aside img {
        margin-top: 5px
    }

    footer aside h3 {
        padding-bottom: 5px
    }

    .mobile-btns {
        width: 100%;
        float: left;
        display: block;
        position: fixed;
        bottom: 0;
        left: 0
    }

    .mobile-btns ul {
        background: #db7936;
        width: 100%;
        float: left
    }

    .mobile-btns ul li {
        color: #fff;
        float: left;
        text-align: center;
        width: 33.33%;
        border-right: 1px solid #fff;
        padding: 8px 0
    }

    .mobile-btns ul li:last-child {
        border-right: none
    }

    .mobile-btns ul li a {
        color: #fff;
        text-align: center;
        font-size: 14px
    }

    .mobile-btns .call_btn {
        padding: 10px;
        background: #422287
    }

    .mobile-btns .watapp_btn {
        padding: 4px;
        background: #46b24d
    }

    .mobile-btns i {
        font-size: 17px;
        padding-right: 6px
    }

    .mobile-btns ul li img {
        width: 23px;
        padding-right: 6px
    }

    .gallery-slider {
        padding-top: 0
    }
}

.overlay {
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 46%, rgba(0, 0, 0, 0.51) 74%, rgba(0, 0, 0, 0.71) 85%);
    background: -webkit-gradient(left top, left bottom, color-stop(46%, rgba(255, 255, 255, 0)), color-stop(74%, rgba(0, 0, 0, 0.51)), color-stop(85%, rgba(0, 0, 0, 0.71)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 46%, rgba(0, 0, 0, 0.51) 74%, rgba(0, 0, 0, 0.71) 85%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 46%, rgba(0, 0, 0, 0.51) 74%, rgba(0, 0, 0, 0.71) 85%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 46%, rgba(0, 0, 0, 0.51) 74%, rgba(0, 0, 0, 0.71) 85%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 46%, rgba(0, 0, 0, 0.51) 74%, rgba(0, 0, 0, 0.71) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    top: 70px;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal-backdrop {
    top: 0;
    z-index: 100;
    background-color: #444
}

.modal-backdrop.in {
    opacity: .92 !important
}

.popup {
    width: 450px;
    margin: 30px auto 0
}

.popup .popup-bg .close {
    position: absolute;
    float: left;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 35px;
    top: 8px;
    right: 10px;
    cursor: pointer;
    line-height: 33px;
    color: #000
}

.popup .modal-footer {
    width: 100%;
    float: left;
    background-color: #db7936;
    position: relative;
    padding: 10px;
    text-align: center;
    border-radius: 0 0 4px 4px
}

.popup .modal-footer a {
    color: #fff;
    font-size: 18px
}

.popup .modal-footer i {
    padding-right: 10px
}

.popup .popup-bg {
    width: 100%;
    float: left;
    background-color: #fff;
    position: relative;
    padding: 30px;
    text-align: center;
    border-radius: 4px 4px 0 0
}

.modal,
.modal-backdrop {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0
}

.popup.enquire .popup-bg {
    padding: 32px
}

.popup .popup-bg img {
    width: 64%;
    margin-bottom: 15px
}

.popup .popup-bg .btn-primary {
    min-width: 220px
}

.popup .input,
.popup.enquire .popup-bg .btn {
    margin-bottom: 20px
}

.popup .popup-bg h5 {
    line-height: 25px;
    font-size: 20px
}

.popup .popup-bg .btn {
    float: right
}

.popup .input {
    width: 100%;
    height: 50px;
    float: left;
    background: #fff;
    border: 1px solid #9e9e9e;
    font-weight: 300;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 3px
}

.country-box {
    position: relative;
    width: 100%;
    float: left
}

.country-box .country_code {
    position: absolute;
    left: 2px;
    top: 3px;
    width: 21%;
    height: 40px;
    float: left;
    border: 1px solid #fff;
    font-weight: 300;
    font-size: 13px;
    z-index: 11;
    border-radius: 5px;
    padding: 0 5px
}

.popup .input.mobile {
    padding-left: 100px
}

.success-section-bg {
    width: 800px;
    margin: 50px auto
}

.success-section {
    background: #FFF;
    padding: 20px;
    text-align: center;
    box-shadow: #d5d5d5 0 2px 17px 4px;
    margin-bottom: 30px
}

.success-section p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 15px
}

.success-section p.link a {
    color: #2f3192;
    text-decoration: underline
}

.mobile-view {
    display: none;
}

.mobile-btn1 {
    display: none
}

@media (min-width: 320px) and (max-width: 767px) {
    .nav-header {
        display: none
    }

    header .logo {
        width: 70%
    }

    .project-banner .right .enq-form {
        display: none
    }

    .success-section-bg {
        width: 100%;
        margin: 10% auto
    }

    .popup .popup-bg h5 {
        font-size: 16px
    }

    .popup {
        width: 92%;
        margin: 10% auto
    }

    .popup.enquire .popup-bg {
        padding: 32px
    }

    .popup .popup-bg .btn-primary {
        height: 37px;
        line-height: 37px;
        font-size: 12px
    }

    .popup .popup-bg {
        padding: 17px
    }

    .popup .popup-bg img {
        width: 55%
    }

    .popup .input {
        height: 35px;
        font-size: 12px;
        padding: 0 15px
    }

    .popup .modal-footer {
        padding: 5px
    }

    .popup .modal-footer a {
        font-size: 14px
    }

    .country-box .country_code {
        width: 90px;
        height: 30px
    }

    .mobile-btn1 {
        display: inline-block;
        background: #434343 !important;
        margin-top: 20px
    }

    .mobile-view {
       display: block !important;
    }

    .sidebar {
        width: 100% !important;
        margin: 20px 0 10px;
        position: relative;
        display: none;
    }

    .sidebar p span {
        text-transform: uppercase;
    }
.sidebar ul{display: none;}
.sidebar .btn-item{display: none;}
    footer {
        margin-top: 20px;
        width: 100%;
    }
}

.pop-outin {
    animation: 2s anim-popoutin ease infinite
}

@keyframes anim-popoutin {
    0% {
        color: #fff;
        transform: scale(0);
        opacity: 0;
        text-shadow: 0 0 0 rgba(0, 0, 0, 0)
    }
    25% {
        color: #fff;
        transform: scale(1);
        opacity: 1;
        text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5)
    }
    50% {
        color: #fff;
        transform: scale(1);
        opacity: 1;
        text-shadow: 1px 0 0 rgba(0, 0, 0, 0)
    }
    100% {
        transform: scale(1);
        opacity: 1;
        text-shadow: 1px 0 0 rgba(0, 0, 0, 0)
    }
}

.fromtop {
    animation: 2s anim-fromtop linear infinite
}

@keyframes anim-fromtop {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }
    25% {
        opacity: 1;
        transform: translateY(0%)
    }
}
    
.nav-wrapper {
  width: 78%;
  position: -webkit-sticky; /* Safari */
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 1;
}

.grad-bar {
  width: 100%;
  height: 5px;
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 400% 400%;
    -webkit-animation: gradbar 15s ease infinite;
    -moz-animation: gradbar 15s ease infinite;
    animation: gradbar 15s ease infinite;
}


.navbar {
  display: grid;
  grid-template-columns: 1fr 4fr;
  align-items: center;
  overflow: hidden;
}

.navbar img {
  width: 20%;
  justify-self: start;
}
 .navbar .logo_img{
   width: 100%;
 }
 
.navbar ul {
  list-style: none;
  width: 100%;
  float: left;
}

.navbar ul li:first-child {
 width: 5%;
}

.navbar ul li{
    border-left: 0.1vw solid #dbe4e9;
    text-align: center;
    width: 15%;
    float: left;
    padding: 18px 0;
}
.navbar ul li i{
padding-right: 5px;
}
.navbar ul li:first-child i{
    font-size: 18px;
}
.nav-item a {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease-out;
  padding: 1.1vw 0.3vw;
}

.nav-item a:hover {
  color: #3498db;
}
.head_wrapper{position: relative;}

.nav-item.active {
  font-weight: bold;
  background: #db7936;
  color: #fff;
}

.nav-item.active a{
  font-weight: bold;
  background: #db7936;
  color: #fff;
}

.menu-toggle .bar{
  width: 25px;
  height: 3px;
  background-color: #3f3f3f;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-toggle {
  justify-self: end;
  margin-right: 25px;
  display: none;
}

.menu-toggle:hover{
  cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2){
  opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1){
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3){
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

/* KEYFRAME ANIMATIONS */

@-webkit-keyframes gradbar {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes gradbar {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes gradbar {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
.sidebar aside .btn-bottom{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
}
.sidebar aside .btn-bottom p{
    padding: 0 0 10px 0;
    text-transform: capitalize;
}
.sidebar aside .btn-bottom .btn-primary{
    margin-top: 0;
    background: #fff;
    border: 1px solid #db7936;
    color: #db7936;
}
@media screen and (min-width: 768px) {
.nav-item a{
    font-size: 13px;
}
.sidebar ul .btn-primary{
    padding: 0 5px;
    font-size: 12px;
}
.sidebar .btn-item .btn-primary{
    font-size: 13px;
}
.sidebar ul .btn-primary.call img{
    width: 15px;
}
.left-sec h4{
    font-size: 22px;
}
.left-sec h1{
    font-size: 22px;
}
.left-sec .banner-info p{
    font-size: 13px;
    line-height: 20px;
}
.left-sec h3{
    font-size: 16px;
    line-height: 22px;
}
.left-sec ul{
    padding-top: 18px;
    font-size: 14px;
}
.left-sec .offer-info p{
    padding: 15px 0;
}
.left-sec .offer-info .btn-primary{
    height: 40px;
    line-height: 40px;
}
.left-sec .offer-info p{
    font-size: 12px;
}
.navbar img{
    margin-top: -5px;
}
}

@media only screen and (max-width: 720px)
 { 
  .navbar ul {
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: start;
    top: 55px;
    background-color: #fff;
    width: 100%;
    transform: translate(-101%);
    text-align: center;
    overflow: hidden;
    box-shadow: 0 10px 15px #b6b1b1;
  }
  .nav-wrapper{
    width: 100%;
    height: 60px;
    padding-top: 10px;
    z-index: 1;
    position: fixed;
  }
  .navbar{
    grid-template-columns: 8fr 8fr;
  }
  .navbar li {
    padding: 15px;
  }
  .navbar img{
    width: 9%;
  }
  .navbar li a {
    font-size: 1rem;
    padding: 1.1vw 0.3vw;
  }
   
  .menu-toggle, .bar {
    display: block;
    cursor: pointer;
  }
  
  .mobile-nav {
    transform: translate(0%)!important;
  }
    .navbar ul li {
    padding: 7px 0;
    width: 100%;
    }
    .navbar ul li:first-child{
        width: 100%;
    }
    .navbar ul li:first-child i{
        display: none;
        padding: 0;
    }
  .about-project h3 span {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .about-project h3 {
    font-size: 16px;
  }

.title-heading{
    position: relative;
    font-size: 24px;
    writing-mode: initial;
    width: 100%;
    float: left;
    top: 0;
}
.video-box{padding-right: 30px;}
.locality-box{padding-right: 30px;}
.gallery-section{padding-right: 30px;}
.amenities-section{padding-right: 30px;}
.masterplan-section{padding-right: 30px;}
.price-section{padding-right: 30px;}
.about-project{padding-right: 30px;}
.gallery-section article img{height: 100px;}
}
.white{display: none;}
.black{display: block;}
.ag_text{font-size: 12px;
    line-height: 20px;
    padding: 10px 0;}
.disclaimer{background: #fff;}
.disclaimer .container{margin-top: 60px;
    padding-top: 50px;
    border: 1px solid #988e8e;
    width: 1420px;}
.disclaimer h2{font-weight: bold; text-align:center;}
.disclaimer .box{padding: 0 20px;}
.disclaimer .box .link{text-align:center;}
.disclaimer .box .link .btn-primary{height:40px;line-height:42px;}
.disclaimer ul{margin-left:40px;}
.disclaimer ul li{list-style: disc;}
.footer_wrapper{width: 100%;float:left;padding:20px 0;}
.footer_wrapper .left{width:30%;float:left;padding-right:50px;}
.footer_wrapper .right{width:70%;float:left;}
.footer_wrapper .right ul{width:100%;float:left;}
.footer_wrapper .right ul li{float:left;}
.footer_wrapper .right ul li a{color:#fff;}
.footer_wrapper .right ul li span{color:#fff;padding:7px;}
.download_link{padding:35px 0 30px 0;}
.download_link .btn-primary{font-size:15px;}
.t_logo{width:30%;}
@media (min-width: 320px) and (max-width: 767px){
    .ag_text{font-size:10px;line-height:17px;}
    .disclaimer .container {width:95%;}
    .footer_wrapper .left{width:100%;padding-right:0;text-align:center;}
    .footer_wrapper .right{width:100%;padding-top:20px;}
    footer p{padding-bottom:40px;}
    .t_logo{width:100%;}
}
    /* Hide reCAPTCHA badge on small screens */
@media (max-width: 768px) {
  .grecaptcha-badge {
    visibility: hidden;
  }
}

