* {
    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: #6295e9;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    outline: none;
    font-family: "BrandonTextWeb-Regular";
    font-size: 13px;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: 700;
    padding: 0 20px;
    border-radius: 3px;
    border: none
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #1f8bb9;
    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: 100%;
    z-index: 14;
    float: left;
    position: fixed;
    padding: 5px;
    background: #fff
}

header .logo {
    float: left;
    width: 20%
}

header .nav-header {
    float: right;
    text-align: right
}

header .nav-header li {
    border-left: 1px solid #d5d5d5;
    padding: 0 10px
}

header .nav-header li a {
    color: #424242;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px
}

header .nav-header li img {
    width: 3%;
    margin-top: -3px;
    padding: 0 3px
}

header .logo img {
    width: 100%;
    float: left;
    padding: 10px 0
}

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: 0;
    float: left;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    width: 330px;
}

.left-sec .banner-btn {
    text-align: center
}

.left-sec .banner-btn .btn-primary {
    border-radius: 0
}

.left-sec .banner-info p {
    padding: 0;
}

.left-sec .pro-info {
    padding: 20px
}

.left-sec h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'BrandonTextWeb-Bold';
}

.left-sec h3 {
    color: #fff;
    font-weight: 400
}

.left-sec ul li:before {
    content: '\25B8';
    color: #6295e9;
    padding-right: 7px;
    font-size: 20px
}

.left-sec .banner-info {
    background-color: #422287;
    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
}

.left-sec .offer-info h5 {
    color: #fff;
    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: 100%;
    float: left;
    position: relative;
    margin-top: 78px
}

.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: 71%;
    vertical-align: top
}

.about-project {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px
}

.about-project h2 {
    color: #1f8bb9;
    font-size: 24px;
    font-weight: 400
}

.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 h2 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
}

.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
}

.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
}

.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
}

.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
}

.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
}

.amenities-section article {
    width: 103%;
    float: left;
    margin: 0 -1%
}

.amenities-section article .set {
    width: 23%;
    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: 28% !important;
    vertical-align: top;
    margin-bottom: 30px
}

.fixedsticky {
    top: 90px
}

.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;
    border: 1px solid #cacaca;
    background: #fff
}

.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: 100%;
    margin-top: 30px
}

.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: 100%;
    float: left;
    background: #2f3f4c
}

footer p {
    color: #ccc;
    width: 100%;
    float: left;
    font-size: 12px;
    text-align: center;
    padding: 30px 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 {
        margin-top: 70px;
    }

    .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: 20px
    }

    .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-sec .banner-btn .btn-primary {
        width: 100%
    }

    .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 {
        background: #6295e9
    }

    .sidebar .btn-primary {
        background: #fff;
        color: #6295e9;
        font-weight: 600
    }

    .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
    }

    .sidebar {
        display: none
    }

    .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: #6295e9;
        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: #1f8bb9;
    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
    }

    .sidebar p span {
        text-transform: uppercase;
        color: #fff
    }

    .sidebar p.tel a {
        color: #fff
    }

    footer {
        margin-top: 20px
    }
}

.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%)
    }
}