html {
    scroll-behavior: smooth;
}

html,
body,
body div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
code,
img,
var,
b,
i,
dt,
form,
label,
tr,
footer,
header,
menu,
nav,
section,
time,
video {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    background: #fff;
    font-weight: 400;
    word-wrap: break-word;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 12px;
}

p {
    line-height: 21px;
    margin: 0 0 15px;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    outline: 0;
    text-decoration: none;
}

a,
a:hover,
a:active,
input,
input:focus {
    outline: 0;
}


.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../loader.svg);
    display: none;
}

::-webkit-input-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

.animate {
    opacity: 0;
    transition: all ease-in-out 300ms;
    -webkit-backface-visibility: hidden;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    outline: none;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
    outline: none;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

p.e {
    width: 100%;
    color: #f54444;
    text-align: left;
    font-size: 12px !important;
    margin: 0 !important;
}

input.text {
    width: 200px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background: #000;
    color: #000;
    border: 1px solid #eee;
    vertical-align: middle;
    font-size: 18px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    ;
}

select {
    width: 200px;
}

input,
button,
select {
    -webkit-appearance: value;
    -moz-appearance: value;
    appearance: value;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

img {
    vertical-align: middle;
}

div.select-field {
    display: inline-block;
    width: 100%;
    height: 64px;
    line-height: normal;
    padding: 13px 0;
    position: relative;
    font-size: 16px;
    background: #fff;
    border-bottom: 1px solid #2c2c2c;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

div.select-field select {
    float: left;
    width: 100%;
    height: 50px;
    line-height: normal;
    outline: none;
    display: inline-block;
    border: 0;
    padding: 0 20px;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #777;
    font-family: 'Montserrat', sans-serif;
    ;
    font-size: 18px;
}

div.select-field:after {
    color: #fff;
    right: 13px;
    top: 5px;
    padding: 0;
    position: absolute;
    pointer-events: none;
}

div.select-field:before {
    content: '\f107';
    font-family: fontawesome;
    font-size: 20px;
    right: 0;
    top: 23px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #000;
    position: absolute;
    pointer-events: none;
    display: block;
    color: #777;
    text-align: center;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    z-index: 1;
}

div.select-field:hover:before {
    color: #777;
}

footer,
header,
main,
menu,
nav,
section {
    display: block;
}

video {
    display: inline-block;
}

template,
[hidden] {
    display: none;
}

.ie img {
    -ms-interpolation-mode: bicubic;
}



a.read-more {
    color: #d9232e;
    font-size: 13px;
    text-transform: uppercase;
    font-family: lato, sans-serif;
}

a.read-more .fa {
    font-size: 16px;
    margin-left: 3px;
}

div.video-popup {
    float: left;
    max-width: 100% !important;
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    padding: 0;
    margin: 0;
    margin-left: 0 !important;
    margin-top: 0 !important;
    position: relative;
    z-index: 100;
    display: none;
}

div.video-popup .btn-close {
    position: absolute;
    width: 32px;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    top: 0;
    right: 0;
}

a.close,
a.btn-close,
.vid-close {
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    color: #000;
    background: #AC388B;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    transition: all ease-in-out .3s;
    z-index: 2;
}

.vid-close {
    top: 50px;
    width: 150px;
    height: 60px;
    background-image: url(../images/close-video.html);
    background-repeat: no-repeat;
    background-size: 100%;
}

a.close:hover,
a.btn-close:hover {
    color: #fff;
}

div.video-popup iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
}

.button {
    display: inline-block;
    min-width: 100px;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #AC388B;
    background: #fff;
    color: #AC388B;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}

@media screen and (min-width:1024px) {

    .button:hover,
    .button.active {
        color: #fff;
    }

    .button:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a90cd+0,ac388b+64,d5348a+100 */
        background: #4a90cd;
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, #4a90cd 0%, #ac388b 64%, #d5348a 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #4a90cd 0%, #ac388b 64%, #d5348a 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #4a90cd 0%, #ac388b 64%, #d5348a 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a90cd', endColorstr='#d5348a', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        z-index: -1;
    }

    .button:hover:before,
    .button.active:before {
        width: 100%;
    }
}

.desk-only {
    display: block !important;
}

.mob-only {
    display: none !important;
}

.desk-menu {
    display: block;
}

.mob-menu {
    display: none;
}


div.header {
    float: left;
    width: 100%;
    height: 90px;
    margin: 0;
    background: #fff;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    transition: all ease-out .2s;
    border-bottom: 1px solid #935a9f;
}

a.logo {
    position: absolute;
    left: 47.6%;
    height: 30px;
    top: 50%;
    margin-top: -5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 150px;
    z-index: 1;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    text-align: center;
}

a.logo img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}

a.logo img.before {
    opacity: 1;
    visibility: visible;
}

a.logo img.after {
    opacity: 0;
    visibility: hidden;
}

div.header div.select-field {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    padding: 5px 8px;
    background: 0 0;
    border: 0;
    width: 95px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}

div.header div.select-field .active-lng {
    cursor: pointer;
    font-size: 14px;
    color: #AC388B;
}

div.header div.select-field:before {
    background: #fff;
    border: 0;
    color: #AC388B;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

div.header div.select-field ul {
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: #fff;
}

div.header div.select-field ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

div.header div.select-field ul li a {
    float: left;
    width: 100%;
    color: #AC388B;
    padding: 5px 8px;
    font-size: 14px;
}

div.header div.select-field ul li a:hover {
    color: #fff;
}

div.header div.select-field ul li img {
    margin-right: 7px;
}

div.header div.select-field select {
    display: inline-block;
    font-size: 13px;
    letter-spacing: .5px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 12px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .2s;
}

div.header div.select-field.active:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

div.header a.callTo {
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    color: #AC388B;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 1.5px;
}

div.header.fixed {
    background: #4a90cd;
    /*    background: -moz-linear-gradient(-45deg, #4a90cd 0%, #ac388b 64%, #d5348a 100%);*/
    /*    background: -webkit-linear-gradient(-45deg, #4a90cd 0%, #ac388b 64%, #d5348a 100%);*/
    background: #fff;
}

div.header.fixed a.logo img.before {
    opacity: 0;
    visibility: hidden;
}

div.header.fixed a.logo img.after {
    opacity: 1;
    visibility: visible;
    margin-top: -60px;
    max-width: 100%;
}

div.header.fixed .menu-list li {
    height: 70px;
}

div.header.fixed .menu-list li a {
    color: #000;
}

div.header.fixed .header-button a {
    color: #000;
    font-weight: 700;
    text-align: center;
}

.menu-wrap {
    float: left;
    width: 100%;
    margin: 11px 0 0;
    padding: 0;
    position: relative;
    transition: all ease-in-out .2s;
}

.menu-list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    list-style-type: none;
    text-align: center;
}

.menu-list li {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0 20px;
    position: relative;
    height: 70px;
    min-width: 95px;
}

.menu-list li:before {
    content: "";
    width: 0;
    height: 12px;
    position: absolute;
    right: 0;
    top: 16px;
    background: #eec65f;
    display: none;
}

.menu-list li.left {
    margin-right: 100px;
}

.menu-list li.right {
    margin-left: 100px;
}

.menu-list li.left:before {
    display: block;
    left: -64px;
    right: auto;
}

.menu-list li a {
    display: inline;
    font-size: 13px;
    line-height: 46px;
    letter-spacing: 1.5px;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

.menu-list li a:after {
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -8px;
    background: #AC388B;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
}

@media screen and (min-width:1024px) {

    .menu-list li:hover a:after,
    .menu-list li a.active:after {
        width: 35px;
    }
}

.menu-list li:hover a,
.menu-list li a.active {
    color: #212565;
}

div.header a.enquire-now {
    position: absolute;
    right: 180px;
    top: 50%;
    transform: translateY(-50%);
    background: 0 0;
    border: 0;
    font-size: 13px;
    font-family: proximanovabold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #AC388B;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
}

div.container {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-color: #fff;
}

div.footer {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    background: #fff;
    text-align: center;
}

div.footer.close {
    display: none;
}

div.footer-wrap p {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    letter-spacing: 2px;
    margin: 0;
}

div.footer-wrap {
    width: 100%;
    float: left;
    margin: 0;
    padding: 30px 0 30px 0;
    position: relative;
}

div.footer-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: #1e1e1e;
}

ul.footer-list {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0 0 60px;
    text-align: center;
}

ul.footer-list li {
    width: auto;
    display: inline-block;
    margin: 0 -2px;
    padding: 0 70px;
    text-align: center;
    position: relative;
}

ul.footer-list li:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 11px;
    width: 2px;
    background: gray;
    top: 2px;
    right: 0;
}

ul.footer-list li:last-child:after {
    background: 0 0;
}

ul.footer-list li a {
    font-size: 14px;
    color: gray;
    font-family: fontsfreenetproximanovathin;
    font-weight: 700;
    letter-spacing: 2px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

div.ftr-menus {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    text-align: left;
    width: 100%;
    padding: 0 30px;
    margin: 0 0 50px;
}

div.ftr-menus div.col {
    display: inline-block;
    width: 20%;
    padding: 0 13px 0 0;
}

div.ftr-menus div.col h4 {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
    color: #a8a8a8;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

div.ftr-menus div.col h4 a {
    color: #a8a8a8;
}

div.ftr-menus ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

div.ftr-menus ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

div.ftr-menus ul a {
    display: inline-block;
    color: gray;
    font-family: fontsfreenetproximanovathin;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
}

div.ftr-menus ul a:empty {
    display: none;
}

div.ftr-menus ul a span.ftr {
    float: right;
    margin-left: 10px;
}

div.ftr-menus ul a:hover,
div.ftr-menus div.col h4 a:hover,
div.ftr-menus ul a.active,
div.ftr-menus div.col h4 a.active {
    color: #fff;
}

div.ftr-btm {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

div.ftr-btm span {
    order: 2;
}

div.ftr-btm p.rights {
    order: 1;
}

div.ftr-btm p.rera {
    order: 3;
}

ul.social-list {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0 0 0;
    text-align: center;
}

ul.social-list li {
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.social-list li a {
    color: gray;
    padding: 0 10px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

ul.social-list li a:hover,
ul.social-list li a.active,
ul.footer-list li a:hover,
ul.footer-list li a.active {
    color: #fff;
}

div.wrapper {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

div.wrapper-1170 {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#nav-icon {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 98;
    display: none;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #a14494;
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#nav-icon span:nth-child(even) {
    left: 50%;
}

#nav-icon span:nth-child(odd) {
    left: 0;
}

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

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

#nav-icon span:nth-child(5),
#nav-icon span:nth-child(6) {
    top: 16px;
}

#nav-icon span:nth-child(4) {
    display: none;
}

.slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    overflow: hidden;
    background-color: transparent;
    line-height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    border: 2px solid #212565;
    z-index: 2;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -web-kit-border-radius: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%
}

.slick-arrow.slick-next {
    right: 15px;
}

.slick-arrow.slick-prev {
    left: 15px;
}

.slick-arrow.slick-next:before,
.slick-arrow.slick-prev:before {
    position: absolute;
    font-size: 24px;
    color: #fff;
    line-height: 34px;
    left: 50%;
    transform: translateX(-50%)
}

.slick-arrow.slick-next:before {
    content: "\f105";
    font-family: fontawesome
}

.slick-arrow.slick-prev:before {
    content: "\f104";
    font-family: fontawesome
}

.slick-dots {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 0;
    z-index: 1
}

.slick-dots li {
    display: inline-block !important;
    float: none !important;
    background: 0 0;
    width: auto !important;
    height: auto;
    outline: none;
    margin: 0 5px !important;
    opacity: 1
}

.slick-dots li button {
    background: #fff;
    border: 1px solid #666;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 50px;
    overflow: hidden
}

.slick-dots li button:before {
    background: 0 0;
    color: #fff
}

.slick-dots li.slick-active button {
    background: #666
}

.slick-dots li.slick-active button:before {
    color: #666
}

#highlights .slider-nav {
    max-width: 150px;
    margin-top: 50px;
}

.heading {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.title {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    font-size: 32px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    letter-spacing: .83px;
    text-transform: uppercase;
    color: #212565;
}

.heading span {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    ;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: .7px;
    line-height: 30px;
}

.readmore {
    display: inline-block;
    width: auto;
    position: relative;
    color: #AC388B;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .5px;
    position: relative;
    padding: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    margin-bottom: 15px;
    font-weight: 600;
    margin: 0;
}

.readmore:hover,
.readmore.active {
    opacity: 1;
}

.readmore:after {
    /* content: ""; */
    height: 1px;
    width: 50px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: #AC388B;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    opacity: 1;
}

.readmore:hover:after {
    /* width: 130px; */
    /* opacity: 1; */
}

.home .readmore.register {
    width: 100%;
    margin-top: 20px;
}

.animate {
    opacity: 0;
    transition: all ease-in-out 300ms;
    -webkit-backface-visibility: hidden;
}

section.overview h2 {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    font-size: 32px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    letter-spacing: .83px;
    font-weight: 800;
    text-transform: uppercase;
    color: #212565;
}



section.overview h3 {
    float: left;
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px;
    padding: 0;
    font-size: 24px;
    color: #000;
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: .7px;
    font-weight: 400;
}

section.overview h4 {
    display: inline-block;
    width: 100%;
    padding: 0;
    font-size: 16px;
    letter-spacing: .6px;
    font-family: 'Montserrat', sans-serif;
    ;
    position: relative;
    font-weight: 400;
    color: #AC388B;
}

section.overview h5 {
    display: inline-block;
    width: 100%;
    padding: 0;
    font-size: 18px;
    letter-spacing: .6px;
    font-family: 'Montserrat', sans-serif;
    ;
    position: relative;
    font-weight: 400;
    color: #AC388B;
}

section.overview h6 {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    padding: 20px 0 0;
    font-size: 10px;
    letter-spacing: .6px;
    font-family: 'Montserrat', sans-serif;
    ;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
}

section.overview h6:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 1px;
    background: #555;
}

.content-box {
    position: relative;
    display: table;
    width: 100%;
    padding: 10% 0;
}

.content-box .heading {
    max-width: 300px;
}

.content-box div.cell {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.content-box div.cell p {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    color: #000;
}

.content-box div.cell #expand {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.content-box.alt {
    display: flex;
    padding-top: 0;
}

.content-box .block {
    width: 50%;
}

.content-box .block img {
    max-width: 100%;
    border-radius: 10px;
    /*    background: #592f77;*/
    padding: 10px;
}

.highlights .amenit-box img {
    max-width: 100%;
    border-radius: 10px;
    background: #592f77;
    padding: 10px;
}

.content-box h3 {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #e5bc71;
    font-family: 'Montserrat', sans-serif;
    ;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: .6px;
}

.content-box h3:last-child {
    padding: 0;
}

.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font: normal 11px/22px Arial, Sans-Serif;
    color: #000;
    border: 1px solid #ccc;
}

div.form-wrap {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.form-list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
}

ul.form-list li {
    float: left;
    width: 49.3333%;
    height: 90px;
    margin: 0;
    padding: 0 15px;
    position: relative;
}

ul.form-list li.col-4 {
    width: 33%;
}

ul.form-list li .form-group {
    width: 100%;
}
.d-none{
	display:none !important;
}
ul.form-list li input.text {
    width: 100%;
    border: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #2c2c2c;
    background: 0 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

ul.form-list li label {
    width: 100%;
}

ul.form-list li input.button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
}

ul.form-list li p.e {
    float: left;
    width: 100%;
    margin: 5px 0 0;
    padding-left: 20px;
    font-size: 14px;
}

.form-group {
    display: inline-block;
    position: relative;
    height: 64px;
}

.control-label {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    opacity: 1;
    pointer-events: none;
    transform: translate3d(0, 32px, 0) scale(1);
    transform-origin: left top;
    transition: 240ms;
    color: #777;
    font-family: 'Montserrat', sans-serif;
    ;
    padding-left: 20px;
}

.form-control {
    align-self: flex-end;
}

.form-control:focus::-webkit-input-placeholder {
    transition: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #000 inset;
    -webkit-text-fill-color: #fff !important;
}

.form-list .select {
    width: 100%;
    border: 0;
}

.button.absolute {
    width: 400px;
    position: absolute;
    padding: 25px 20px;
    height: auto;
    line-height: normal;
    left: 50%;
    margin-left: -200px;
    bottom: -35px;
}

section.register {
    padding: 10% 100px;
    min-height: 101vh;
    text-align: left;
}

section.register.ftr {
    padding: 50px 100px;
    margin-bottom: 70px;
    min-height: 1px;
}

div.reg-box a.btn-close {
    position: absolute;
    top: 0;
    right: 0%;
    margin-right: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #AC388B;
    color: #000;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
}

section.register ul.form-list {
    padding: 15px 0;
}

div.reg-box {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 50px 30px;
    border: 2px solid #212565;
    position: relative;
}

div.reg-box .title {
    text-transform: uppercase;
    font-size: 24px;
}

div.reg-box .title:before {
    display: none;
}

div.txt-bg {
    display: inline-block;
    width: auto;
    margin-top: -18px;
    background: #fff;
    padding: 0 20px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #444;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: 2px;
    bottom: 2px;
    background-color: #1c1c1c;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #AC388B;
}

input:focus + .slider {
    box-shadow: 0 0 1px #AC388B;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}



section.thank-you {
    padding: 90px 0 0;
    text-align: center;
    min-height: 80vh;
    position: relative;
    background: #fff url(../images/big-s-bg.html) no-repeat;
    background-position: 0 100%;
    background-size: 75%;
}

.video-360 {
    position: relative;
    width: 100%;
    background: #fff;
}

.main-wrap {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.modal-wrap {
    position: fixed;
    z-index: 3;
    display: none;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background: #eee;
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100vh);
    transform: translateY(100%);
}

.modal-inner {
    display: none;
}

.modal-inner.active {
    display: block;
}

div.page {
    float: left;
    width: 100%;
    padding: 30px 0 0;
    margin: 0;
}

div.page h1 {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    color: #AC388B;
    font-size: 32px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    ;
    position: relative;
    letter-spacing: .83px;
    text-transform: uppercase;
}

div.page h4 {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    color: #AC388B;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    ;
    position: relative;
    letter-spacing: .83px;
    text-transform: uppercase;
}

div.page a {
    color: #fff;
    text-decoration: underline;
}


#mainPage .modal-wrap {
    position: fixed;
    z-index: 5;
    display: none;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background: #fff;
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100vh);
    transform: translateY(100%)
}

#mainPage.modal-will-open .modal-wrap {
    display: block;
    -webkit-animation: ani-modal-in .6s ease forwards;
    -o-animation: ani-modal-in .6s ease forwards;
    animation: ani-modal-in .6s ease forwards
}

#mainPage.modal-open .modal-wrap {
    display: block;
    position: relative;
    transform: none
}

#mainPage.modal-will-close .modal-wrap {
    display: block;
    -webkit-animation: ani-modal-out .6s ease forwards;
    -o-animation: ani-modal-out .6s ease forwards;
    animation: ani-modal-out .6s ease forwards
}

#mainPage.modal-animating .modal-wrap {
    will-change: transform;
    -webkit-transform: translateY(calc(100vh + 2px));
    -moz-transform: translateY(calc(100vh + 2px));
    -ms-transform: translateY(calc(100vh + 2px));
    -o-transform: translateY(calc(100vh + 2px));
    transform: translateY(calc(100vh + 2px))
}

@-ms-keyframes ani-modal-in {
    0% {
        -webkit-transform: translateY(calc(100vh + 2px));
        -moz-transform: translateY(calc(100vh + 2px));
        -ms-transform: translateY(calc(100vh + 2px));
        -o-transform: translateY(calc(100vh + 2px));
        transform: translateY(calc(100vh + 2px))
    }

    100% {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

@-moz-keyframes ani-modal-in {
    0% {
        -webkit-transform: translateY(calc(100vh + 2px));
        -moz-transform: translateY(calc(100vh + 2px));
        -ms-transform: translateY(calc(100vh + 2px));
        -o-transform: translateY(calc(100vh + 2px));
        transform: translateY(calc(100vh + 2px))
    }

    100% {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

@-webkit-keyframes ani-modal-in {
    0% {
        -webkit-transform: translateY(calc(100vh + 2px));
        -moz-transform: translateY(calc(100vh + 2px));
        -ms-transform: translateY(calc(100vh + 2px));
        -o-transform: translateY(calc(100vh + 2px));
        transform: translateY(calc(100vh + 2px))
    }

    100% {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

@keyframes ani-modal-in {
    0% {
        -webkit-transform: translateY(calc(100vh + 2px));
        -moz-transform: translateY(calc(100vh + 2px));
        -ms-transform: translateY(calc(100vh + 2px));
        -o-transform: translateY(calc(100vh + 2px));
        transform: translateY(calc(100vh + 2px))
    }

    100% {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

@-ms-keyframes ani-modal-out {
    0% {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    100% {
        -webkit-transform: translateY(calc(100vh + 2px));
        -moz-transform: translateY(calc(100vh + 2px));
        -ms-transform: translateY(calc(100vh + 2px));
        -o-transform: translateY(calc(100vh + 2px));
        transform: translateY(calc(100vh + 2px))
    }
}

@-moz-keyframes ani-modal-out {
    0% {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    100% {
        -webkit-transform: translateY(calc(100vh + 2px));
        -moz-transform: translateY(calc(100vh + 2px));
        -ms-transform: translateY(calc(100vh + 2px));
        -o-transform: translateY(calc(100vh + 2px));
        transform: translateY(calc(100vh + 2px))
    }
}

@-webkit-keyframes ani-modal-out {
    0% {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    100% {
        -webkit-transform: translateY(calc(100vh + 2px));
        -moz-transform: translateY(calc(100vh + 2px));
        -ms-transform: translateY(calc(100vh + 2px));
        -o-transform: translateY(calc(100vh + 2px));
        transform: translateY(calc(100vh + 2px))
    }
}

@keyframes ani-modal-out {
    0% {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    100% {
        -webkit-transform: translateY(calc(100vh + 2px));
        -moz-transform: translateY(calc(100vh + 2px));
        -ms-transform: translateY(calc(100vh + 2px));
        -o-transform: translateY(calc(100vh + 2px));
        transform: translateY(calc(100vh + 2px))
    }
}

#mainPage {
    overflow: hidden;
    position: relative
}

#mainPage.modal-will-open .main-wrap {
    -webkit-animation: ani-bg-in .6s ease forwards;
    -o-animation: ani-bg-in .6s ease forwards;
    animation: ani-bg-in .6s ease forwards
}

#mainPage.modal-will-close .main-wrap {
    -webkit-animation: ani-bg-out .6s ease forwards;
    -o-animation: ani-bg-out .6s ease forwards;
    animation: ani-bg-out .6s ease forwards
}

#mainPage.modal-open:not(.modal-will-open) .main-wrap {
    display: none
}

@-ms-keyframes ani-bg-in {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }
}

@-moz-keyframes ani-bg-in {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }
}

@-webkit-keyframes ani-bg-in {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes ani-bg-in {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }
}

@-ms-keyframes ani-bg-out {
    0% {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes ani-bg-out {
    0% {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes ani-bg-out {
    0% {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ani-bg-out {
    0% {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

ul.lng-list li img {
    height: 13px;
    width: 15px;
}

.banner-wrap .imgbox {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.banner-wrap .imgbox img {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.banner-wrap .data h1 {
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    ;
}

.banner-wrap .data p {
    margin-bottom: 20px;
}

.title.center:before {
    display: none;
}

.media {
    margin-bottom: 80px;
}

.media .heading .title {
    margin-bottom: 0;
    text-align: center;
}

.media .heading p {
    text-align: center;
    margin: 12px 0 0;
}

.media .heading {
    margin: 0;
}

.media-center .form-list {
    width: 100%;
    float: left;
    margin: 0 auto 30px;
    padding: 0;
    text-align: center;
}

.media-center .form-group {
    width: 100%;
    float: left;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.media-center .form-group .select-field {
    min-width: 165px;
    float: none;
    width: auto;
    display: inline-block;
    margin: 0 30px 0 0;
    text-align: left;
}

.media-center div.select-field:before {
    top: 24px;
    height: 34px;
}

.media-center .content-list {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
}

.no-data {
    text-align: center;
    letter-spacing: 1px;
    font-size: 20px;
    margin: 15px 0;
}

.body-click {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    z-index: 3;
}

.body-click.active {
    display: block;
}

.expand-right {
    visibility: hidden;
    position: fixed;
    width: 75px;
    right: 0;
    height: auto;
    bottom: -220px;
    padding: 20px 0;
    background: #010101;
    border: 1px solid #e0d299;
    border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    z-index: 4;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}

.expand-right.active {
    visibility: visible;
    bottom: 10px;
    height: auto;
    bottom: 10px;
}

.expand-right a {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row-reverse;
    padding: 0 10px 0 0;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}

.expand-right a:last-child {
    margin-bottom: 0;
}

.expand-right p {
    width: auto;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0 20px 0 0;
}

.callTomob {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: #e6ba7a;
    z-index: 2;
}

div.wrapper {
    max-width: 1170px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.container {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
}

div.header a.enquire-now {
    right: 28px !important;
}

.form-heading {
    width: auto;
    display: inline-block;
    float: none;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 15px 0 40px;
}

div.header .header-button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    border: 2px solid #212565;
    padding: 5px;
    background-color: #f5e987;
    color: #000;
    border-radius: 5px;
}

div.header .header-button .divider {
    width: 1px;
    height: 30px;
    background: #aaa;
    margin: 0 10px;
}

div.header .header-button a {
    position: static;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    transition: all ease-in-out .2s;
    transform: translateY(0) !important;
}

div.header .header-button a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

/* the slides */
.slick-slide {
    margin: 0 10px;
}

/* the parent */
.slick-list {
    margin: 0 -10px;
}

.menu-list li a {
    background: transparent;
}

.highlights .heading p {
    text-align: left;
    text-transform: capitalize;
    font-size: 25px;
}

.highlights .col-lg-3 {
    width: 25%;
    float: left;
    /* background: #592f77; */
}

.highlights .amenit-box p {
    font-size: 13px;
    text-align: center;
    padding-top: 10px;
}

.highlights .amenit-box {
    margin-bottom: 30px;
    min-height: 180px;
}

@media screen and (max-width:992px) {
    div.header .header-button a {
        font-size: 12px;
    }

    .content-box {
        display: block;
    }

    .content-box .block {
        width: 100%;
    }

    .pri-no {
        display: none;
    }
}

@media screen and (max-width:768px) {
    div.header .header-button a span {
        display: none;
    }

    div.header .header-button a img {
        margin-right: 0;
    }

    div.header .header-button .divider {
        margin: 0 20px;
    }
}

.header.s-tower {
    height: 70px;
    background: #fff;
}

.header.s-tower a.logo {
    left: 90px;
    width: 100px;
    height: 40px;
}

div.header.s-tower.fixed {
    height: 70px;
}

.tower-wrap {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    flex-flow: row wrap;
}

.brochure-wrap-box {
    width: 100%;
    position: relative;
}

.video-main {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.video-main video {
    height: 100%;
}

.video-main img {
    max-width: 100%;
}

.tower-wrap .form-wrap {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    border: 1px solid #AC388B;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

ul.form-list li input.text {
    border: 0;
    border: 1px solid #AC388B;
    height: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    ;
    color: #939393;
}

div.select-box {
    float: left;
    width: 100%;
    height: 50px;
    position: relative;
    border: 1px solid #AC388B;
    background: 0 0;
    overflow: hidden;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

div.select-box select {
    float: left;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    outline: none;
    border: 0;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    font-size: 16px;
    color: #939393;
    font-family: 'Montserrat', sans-serif;
    ;
}

div.select-box:after {
    content: '\f107';
    right: 10px;
    top: 0;
    width: 38px;
    height: 50px;
    font-family: fontawesome;
    position: absolute;
    pointer-events: none;
    display: block;
    background-color: transparent;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fffefe;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.tower-data {
    width: 100%;
    float: left;
    margin: 0;
    padding: 40px 0;
    text-align: center;
    background: #0f0f0f;
}

.tower-data .data {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.tower-data .data p {
    color: #939393;
    font-size: 16px;
}

.tower-data .data h1 {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
    font-family: playfairdisplayitalic;
    font-size: 30px;
}

@-webkit-keyframes moveArrow {
    0% {
        -webkit-transform: translateY(10px) translateX(-50%);
        transform: translateY(10px) translateX(-50%);
    }

    70% {
        -webkit-transform: translateY(0px) translateX(-50%);
        transform: translateY(0px) translateX(-50%);
    }

    100% {
        -webkit-transform: translateY(10px) translateX(-50%);
        transform: translateY(10px) translateX(-50%);
    }
}

@keyframes moveArrow {
    0% {
        -webkit-transform: translateY(10px) translateX(-50%);
        transform: translateY(10px) translateX(-50%);
    }

    70% {
        -webkit-transform: translateY(0px) translateX(-50%);
        transform: translateY(0px) translateX(-50%);
    }

    100% {
        -webkit-transform: translateY(10px) translateX(-50%);
        transform: translateY(10px) translateX(-50%);
    }
}

.banner {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    display: block;
}

.home-slider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
}

.home-slider li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    outline: none;
    margin-top: 50px;
}

.home-slider li img {
    max-width: 100%;
    width: 100%;
}

.banner.video-sec {
    display: block;
    margin: 0;
}

.video-slider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.video-slider li {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.video-box {
    position: absolute;
    min-width: 150%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
}

.video-slider {
    width: 100%;
    height: calc(100vh - 60px);
    background: #fff;
    position: relative;
}

.overlay-content {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    background-image: url(../images/play-btn.png);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}

video {
    width: 100%;
}

section p:empty {
    margin: 0;
}

div.content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 650px;
    width: 100%;
    padding: 30px 50px;
    margin: 0;
    text-align: left;
    background: rgba(0, 0, 0, .7);
}

div.content h1 {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    font-family: 'Montserrat', sans-serif;
    ;
    letter-spacing: 3px;
    text-transform: uppercase;
}

div.content p {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    ;
    letter-spacing: 1.6px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

div.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 0;
}

.highlights .heading {
    max-width: 100%;
    min-height: 105px;
    padding: 0px 30px;
}

div.highlights-wrap {
    float: left;
    width: 100%;
    padding: 0 0 0;
    margin: -95px 0 70px;
    position: relative;
}

div.left {
    float: left;
    max-width: 1280px;
    width: 100%;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -640px;
}

div.left ul,
div.right ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}

div.left ul li,
div.right ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: 0;
    height: auto;
}

div.left div.data {
    float: left;
    width: 100%;
    padding: 0 0 80px;
    margin: 0;
}

div.left .heading {
    max-width: 500px;
}

div.left .heading h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

div.left .heading .title:before {
    width: 0;
}

div.left .heading p {
    line-height: 28px;
}

.highlights .readmore.register {
    position: absolute;
    bottom: 60px;
    left: 16%;
}

div.right {
    float: right;
    width: 50%;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

div.right img {
    width: 100%;
}

div.brochure-wrap,
div.plan-wrap {
    float: right;
    width: 50%;
    padding: 0;
    margin: 0;
}

ul.video-list {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

ul.video-list li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

ul.video-list li div.imgbox {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

ul.video-list li div.imgbox img {
    width: 100%;
    height: 477px;
}

ul.video-list li div.data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    float: left;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

ul.video-list li div.overlay {
    background: rgba(0, 0, 0, .6);
    border-radius: 20px;
}

ul.video-list li div.data h3 {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0 0 0px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 42px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 0;
}

ul.video-list li div.data a {
    display: inline-block;
    width: 70px;
}

ul.video-list li div.data a img {
    width: 100%;
}

.plans {
    margin-bottom: 80px;
}

div.plan-wrap {
    padding: 0 0px 0 70px;
    border-radius: 20px 0px 0px 20px;
    overflow: hidden;
    border-top-left-radius: 20px;
}

ul.plan-list {
    float: left;
    width: 100%;
    padding: 0;
    margin: 30px 0;
    list-style-type: none;
}

ul.plan-list li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
    position: relative;
}

ul.plan-list li div.item {
    float: left;
    width: 100%;
    padding: 0 5px;
    margin: 0;
}

ul.plan-list li div.img-box {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 3px solid #AC388B;
}

ul.plan-list li img {
    width: 100%;
}

ul.plan-list li div.data {
    float: left;
    width: 100%;
    padding: 25px 0 0;
    margin: 0;
}

ul.plan-list li div.data p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    ;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.location .heading span {
    text-transform: none;
}

div.map {
    float: left;
    width: 100%;
    padding: 50px 0;
    margin: 0;
}

div.map img {
    width: 100%;
}

div.location-wrap {
    float: left;
    width: 100%;
    padding: 0 0 50px;
    margin: 0;
}

div.location-wrap ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

div.location-wrap ul li {
    float: left;
    width: 16.6666%;
    padding: 0;
    margin: 0;
    min-height: 150px;
    text-align: center;
    outline: none;
}

div.location-wrap ul li div.item {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin: 0;
}

div.location-wrap ul li img {
    display: inline-block;
    width: 60px;
}

div.location-wrap ul li h4 {
    display: inline-block;
    width: 100%;
    padding: 10px 0 0;
    margin: 0;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    ;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 400;
}

div.location-wrap ul li p {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
    color: #cb358a;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}



div.enquirenow {
    float: left;
    width: 50%;
    padding: 0 0 0 50px;
    margin: 0;
    position: relative;
}

.map {
    margin: 0 0 80px;
}

.map img {
    width: 100%;
}

@media (max-width:992px) {
    div.location-wrap ul li {
        width: 49.6666%;
    }
}



@media screen and (max-width:1700px) {
    .highlights .readmore.register {
        left: 10%;
    }
}

@media screen and (max-width:1599px) {
    .menu-list li {
        margin: 0 12px;
    }

    .menu-list li.left {
        margin-right: 80px;
    }

    .menu-list li.right {
        margin-left: 80px;
    }

    .menu-list li a {
        font-size: 12px;
    }

    div.header a.enquire-now {
        right: 188px;
        font-size: 12px;
    }

    div.header a.callTo {
        font-size: 12px;
    }

    section.view-360 div.content h4 {
        font-size: 37px;
        line-height: 45px;
    }

    div.header a.callTo {
        font-size: 12px;
    }


}

@media screen and (max-width:1439px) {
    .heading span {
        font-size: 15px;
        line-height: 24px;
    }

    .readmore {
        font-size: 12px;
    }

    .readmore:hover:after {
        width: 90px;
    }

    div.wrapper {
        max-width: 1200px;
    }

    section.register.ftr {
        padding: 60px 80px;
    }

    div.reg-box {
        padding: 0 20px 30px;
    }

    div.left {
        max-width: 1200px;
        margin-left: -600px;
    }

    .highlights .readmore.register {
        left: 6%;
        bottom: 30px;
    }

    ul.video-list li div.data {
        max-width: 300px;
    }

    ul.video-list li div.data h3 {
        font-size: 20px;
        line-height: 32px;
    }

    ul.video-list li div.data a {
        width: 60px;
    }



    section.thank-you {
        background-size: 72%;
    }

    div.ftr-menus div.col h4 {
        font-size: 14px;
        line-height: 20px;
    }

    div.select-box,
    div.select-box select,
    ul.form-list li input.text {
        height: 40px;
    }

    div.select-box:after {
        line-height: 40px;
        height: 40px;
        right: 0;
    }


    ul.form-list li input.text,
    div.select-box {
        border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    div.header .header-button a {
        font-size: 12px;
    }

    div.header .header-button {
        right: 10px;
    }

    div.header .header-button .divider {
        margin: 0 20px;
    }
}

@media screen and (max-width:1320px) {
    div.wrapper {
        max-width: 1170px;
    }

    ul.footer-list li {
        padding: 0 40px;
    }

    div.left {
        max-width: 1170px;
        margin-left: -585px;
    }

    .highlights .readmore.register {
        left: 4%;
    }

    section.thank-you {
        background-size: 63%;
    }

    .menu-list li {
        margin: 0 5px;
    }

    div.header a.enquire-now {
        right: 145px;
    }
}

@media screen and (max-width:1200px) {
    a.logo {
        left: 44.6%;
        width: 80px;
    }

    div.wrapper {
        max-width: 860px;
    }

    .menu-wrap {
        margin: 11px 0 0 -40px;
    }

    div.header.fixed .menu-wrap {
        margin: 0 0 0 -40px;
    }

    .menu-list {
        padding: 0 50px 0 0;
    }

    .menu-list li {
        min-width: 1px;
        margin: 0 10px;
    }

    .menu-list li.left:before {
        left: -25px;
    }

    .menu-list li.right:before {
        right: -25px;
    }

    div.left {
        max-width: 860px;
        margin-left: -430px;
    }

    div.left .heading {
        max-width: 400px;
    }

    .highlights .readmore.register {
        left: 8%;
    }


    ul.form-list li.col-4 {
        width: 50%;
    }

    div.header a.enquire-now {
        right: 135px;
        letter-spacing: 0;
    }

    .video-slider {
        height: 60vh;
    }

    div.footer div.wrapper {
        max-width: 950px;
    }

    div.ftr-menus div.col h4 {
        font-size: 11px;
        line-height: 16px;
    }

    div.ftr-menus ul a {
        font-size: 10px;
        line-height: 13px;
    }

    .tower-data {
        width: 100%;
        padding: 40px;
    }
}

@media screen and (max-width:1023px) {
    div.header {
        height: 70px;
        background: #fff;
    }

    div.header.fixed {
        height: 70px;
        background: #fff;
        background: -moz-linear-gradient(-45deg, #4a90cd 0%, #ac388b 64%, #d5348a 100%);
        /* background: -webkit-linear-gradient(-45deg, #4a90cd 0%, #ac388b 64%, #d5348a 100%); */
        /* background: linear-gradient(135deg, #4a90cd 0%, #ac388b 64%, #d5348a 100%); */
    }

    div.header.fixed #nav-icon span {
        background: #000;
    }

    a.logo {
        top: 30px;
        left: 50%;
        width: 80px;
        margin-left: 0;
    }

    #nav-icon {
        display: block;
        left: 15px;
        position: absolute;
        top: 20px;
    }

    div.header a.enquire-now {
        max-width: 200px;
        right: 20px;
        font-size: 10px;
        max-width: 106px;
    }

    div.header div.select-field {
        left: 60px;
        width: 100px;
    }

    div.header div.select-field ul {
        min-width: 65px;
    }

    div.header div.select-field ul li a,
    div.header div.select-field .active-lng {
        font-size: 12px;
        color: #AC388B;
    }

    div.header div.select-field ul li a {
        padding: 3px 8px;
    }

    div.header div.select-field:before {
        color: #AC388B;
        width: 13px;
        height: 13px;
        line-height: 16px;
        font-size: 17px;
    }

    .desk-only {
        display: none !important;
    }

    .mob-only {
        display: block !important;
    }

    .mob-menu {
        display: block;
    }

    .desk-menu {
        display: none;
    }

    div.wrapper {
        padding: 0 60px;
    }

    .title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .heading span {
        font-size: 18px;
    }

    .content-box {
        padding: 30px 0;
        text-align: left;
    }

    div.footer div.wrapper {
        max-width: 100%;
        padding: 0 10px;
    }

    div.footer-wrap {
        padding: 40px 0 30px;
    }

    ul.footer-list li {
        padding: 0 20px;
    }

    div.ftr-menus {
        padding-left: 25px;
        margin-bottom: 20px;
        justify-content: space-between;
    }

    div.ftr-menus div.col {
        width: 33.3333%;
        margin-bottom: 10px;
    }

    ul.footer-list {
        padding: 0 0 30px;
    }

    div.ftr-btm {
        display: inline-block;
    }

    div.ftr-btm p.rights {
        margin: 10px 0;
    }

    .menu-wrap {
        background-color: #fff;
        position: fixed;
        top: 60px;
        left: -100%;
        z-index: 1;
        padding: 40px 100px 0;
        height: calc(100% - 60px);
        overflow: auto;
        margin: 11px 0 0;
    }

    .menu-wrap.active {
        left: 0;
        margin-top: 0;
    }

    div.header.fixed .menu-wrap {
        margin: 0;
    }

    .menu-list {
        padding: 0 0 10px 0;
        text-align: left;
    }

    .menu-list li,
    div.header.fixed .menu-list li {
        height: auto;
    }

    .menu-list > li {
        padding: 40px 0;
        border-bottom: 1px solid #343434;
        width: 100%;
        margin: 0;
    }

    .menu-list > li:last-child {
        border: none;
    }

    .menu-list li::before {
        content: none;
    }

    .menu-list li.left,
    .menu-list li.right {
        padding: 40px 0;
        margin: 0;
    }

    .menu-list li a {
        color: #c1c1c1;
        font-size: 16px;
        letter-spacing: 2px;
        padding: 0;
        line-height: 24px;
        font-family: 'Montserrat', sans-serif;
        margin: 0;
    }

    .menu-list li.active a {
        color: #e5bc71;
    }

    div.follow-us {
        width: 100%;
        float: left;
        margin: 0;
        padding: 50px 0;
        border-top: 1px solid #e5bc71;
    }

    div.follow-us h2 {
        font-size: 20px;
        color: #e5bc71;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        text-align: left;
        float: left;
        display: inline-block;
        font-weight: 400;
        letter-spacing: 2px;
    }

    ul.follow-us-list {
        width: auto;
        float: right;
        list-style: none;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    ul.follow-us-list li {
        float: left;
        margin-left: 40px;
    }

    ul.follow-us-list li a {
        color: #e5bc71;
        font-size: 28px;
    }

    ul.follow-us-list li a:hover {
        color: #fff;
    }

    div.content {
        max-width: 95%;
        top: auto;
        bottom: 30px;
        transform: none;
        padding: 20px 30px;
    }

    .content-box .heading {
        max-width: 100%;
    }

    .content-box div.cell p {
        padding: 20px 0 0;
    }

    .content-box div.cell .grad-box {
        padding: 0;
        margin-top: 20px;
        text-align: center;
    }

    .content-box div.cell {
        float: left;
        width: 100%;
    }

    div.highlights-wrap {
        margin: 0 0 40px;
    }

    div.right {
        width: 100%;
        margin-top: 25px;
    }

    div.left {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-left: 0;
        padding: 30px 60px 12%;
    }

    div.left .heading {
        max-width: 100%;
    }

    div.left .heading h2 {
        font-size: 18px;
    }

    div.left div.data {
        padding: 0 0 60px;
    }

    .highlights .readmore.register {
        bottom: 0;
        left: 7%;
    }

    div.brochure-wrap,
    div.plan-wrap {
        width: 100%;
    }

    .plans {
        margin-bottom: 40px;
    }

    div.plan-wrap {
        /* padding: 0 60px 40px; */
    }

    ul.plan-list {
        padding: 0 0 55px;
    }

    ul.video-list li {
        margin-bottom: 15px;
    }

    div.map {
        padding: 30px 0;
    }

    div.location-wrap ul {
        padding: 0 0 35px;
    }


    section.view-360 div.content h4 {
        font-size: 30px;
        line-height: 35px;
    }

    a.play-button img {
        width: 50px;
    }


    section.thank-you {
        background-size: 100%;
        background-position: center center;
    }



    div.enquirenow {
        width: 100%;
        padding: 50px 0 0;
    }

    .map {
        margin: 0 0 30px;
    }

    section.register.ftr {
        padding: 50px 20px;
    }

    div.reg-box a.btn-close {
        position: absolute;
        bottom: auto;
        top: 10px;
        right: 3px;
        font-size: 15px;
        line-height: normal;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-slider {
        height: 98vh;
    }

    .banner-wrap .data h1 {
        font-size: 20px;
    }

    .media {
        margin-bottom: 40px;
    }

    .media-center div.wrapper {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }


    .brochure-wrap-box,
    .tower-wrap .form-wrap {
        width: 100%;
    }

    .brochure-wrap-box {
        margin: 0;
    }

    .tower-wrap .form-wrap {
        border: 0;
    }
}

@media screen and (max-width:767px) {
    div.header.fixed a.logo img.after {
        margin-top: -50px;
    }

    .title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .heading span {
        font-size: 20px;
    }

    div.content h3 {
        font-size: 18px;
        line-height: 24px;
    }

    ul.footer-list {
        padding: 0 0 20px;
    }

    ul.footer-list li {
        display: inline-block;
        width: auto;
        margin: 0 5px;
        padding: 0 5px;
    }

    ul.footer-list li:after {
        top: 0;
        right: -5px;
    }

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

    section.register {
        padding: 90px 30px;
        margin-bottom: 0;
    }

    section.register.ftr {
        padding: 30px 20px 0;
        margin-bottom: 0;
    }

    div.reg-box .title:before {
        display: block;
    }

    div.reg-box {
        padding: 0;
        border: 0;
    }

    div.txt-bg {
        margin-top: 0;
    }

    section.register ul.form-list {
        padding: 0;
    }

    ul.form-list li,
    ul.form-list li.col-4 {
        width: 100%;
        padding: 0;
        height: 80px;
    }

    ul.form-list li {
        margin-bottom: 15px;
    }

    ul.form-list li input.text {
        font-size: 15px;
    }

    .control-label {
        font-size: 15px;
    }

    .button.absolute {
        position: relative;
        margin: 30px auto;
        left: auto;
        bottom: auto;
        display: block;
        float: none;
        max-width: 400px;
        width: 100%;
    }


    .menu-wrap {
        padding: 40px 30px 0;
    }

    .menu-list li a {
        font-size: 14px;
    }

    div.follow-us h2 {
        font-size: 12px;
    }

    ul.follow-us-list li {
        margin-left: 20px;
    }

    ul.follow-us-list li a {
        font-size: 18px;
    }

    section.overview h2 {
        text-align: left;
    }

    section.overview h3 {
        max-width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }

    section.overview h4 {
        font-size: 12px;
        width: auto;
        margin: 0 0 10px;
        padding: 0 7px 0 5px;
    }

    section.overview h4:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 90%;
        width: 0;
        background: #AC388B;
    }

    section.overview h4:nth-child(3):after {
        width: 0;
    }

    section.overview h5 {
        text-align: left;
        font-size: 16px;
    }

    section.overview h6 {
        text-align: left;
        margin-top: 10px;
    }

    .content-box div.cell p {
        text-align: left;
    }

    .vid-close {
        width: 90px;
        height: 36px;
    }

    .header.s-tower {
        height: 50px;
    }

    div.header.s-tower.fixed {
        height: 50px;
        background: #fff;
    }

    .header.s-tower a.logo {
        left: 70px;
        width: 100px;
        height: 50px;
    }

    .tower-data .data h1 {
        font-size: 28px;
        line-height: 32px;
    }


    .video-main {
        height: 100%;
    }
}

@media screen and (max-width:600px) {
    div.header div.select-field {
        width: 82px;
    }

    div.header a.callTo,
    div.header a.enquire-now {
        max-width: 100px;
        font-size: 11px;
        right: 10px;
    }

    .title,
    div.reg-box .title,
    section.overview h2,
    div.page h1 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .heading span,
    section.overview h3 {
        font-size: 12px;
        max-width: 100%;
    }

    div.page div.wrapper {
        padding: 0 20px;
    }

    div.wrapper {
        padding: 0 40px;
    }

    div.page a {
        font-size: 14px;
        line-height: 20px;
    }

    div.footer div.wrapper {
        padding: 0;
    }

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

    ul.footer-list li {
        margin-bottom: 10px;
    }

    div.footer-wrap p {
        font-size: 10px;
    }

    div.footer-wrap {
        padding: 30px 0 20px;
    }

    div.left {
        padding: 30px 40px 12%;
    }

    div.left div.data {
        padding: 0 0 40px;
    }

    .highlights .heading {
        max-width: 100%;
        min-height: 1px;
        padding: 0;
    }

    .highlights .readmore.register {
        bottom: -30px;
        left: 12%;
    }

    div.plan-wrap {
        /* padding: 0 40px 40px; */
    }

    ul.plan-list li div.data {
        padding: 15px 0 0;
    }

    ul.plan-list li div.data p {
        font-size: 14px;
        line-height: 20px;
    }

    ul.video-list li div.data {
        max-width: 260px;
    }

    ul.video-list li div.data h3 {
        font-size: 16px;
        line-height: 24px;
    }

    ul.video-list li div.data a {
        width: 50px;
    }



    section.view-360 div.content h4 {
        font-size: 18px;
        line-height: 26px;
    }

    a.play-button {
        margin-top: 20px;
    }

    div.location-wrap ul li {
        min-height: 130px;
    }

    div.location-wrap ul li img {
        width: 50px;
    }

    div.location-wrap ul li h4 {
        font-size: 14px;
    }

    div.location-wrap ul li p {
        font-size: 11px;
    }


    .video-360 {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        float: left;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }

    div.page h4 {
        font-size: 16px;
        margin: 0 0 15px;
    }

    .video-slider {
        height: 75vh;
    }

    .banner-wrap .data h1 {
        font-size: 18px;
    }

    div.ftr-menus div.col {
        width: 50%;
        margin-bottom: 20px;
    }

    div.ftr-menus div.col h4 {
        font-size: 14px;
        line-height: 20px;
    }

    div.ftr-menus ul a {
        font-size: 12px;
        line-height: 18px;
    }

    .media-center .form-list {
        margin-bottom: 20px;
    }

    div.reg-box .title {
        font-size: 18px !important;
    }

    .form-wrap.bookvisit-footer .button.absolute {
        width: 100% !important;
    }
}

@media screen and (max-width:479px) {
    div.header div.select-field {
        left: 50px;
        width: 70px;
    }

    div.header div.select-field:before {
        font-size: 14px;
        line-height: 14px;
    }

    .menu-list li.left,
    .menu-list li.right,
    .menu-list > li {
        padding: 20px 0;
    }

    div.follow-us {
        padding: 30px 0;
    }


    .slider:before {
        width: 20px;
        height: 20px;
    }

    div.ftr-menus div.col {
        width: 100%;
        padding: 0;
    }

    .media-center div.wrapper {
        padding: 0 15px;
    }

    .media-center .form-group .select-field {
        min-width: 120px;
        margin: 0 15px 0 0;
    }
}

@media screen and (max-width:360px) {
    section.view-360 div.content h4 {
        font-size: 20px;
        line-height: 24px;
    }

    a.play-button img {
        width: 50px;
    }
}

@media screen and (max-width:340px) {
    .media-center .form-group .select-field {
        margin: 0 5px 0 0;
    }
}

@media only screen and (max-width:1500px) {
    .form-wrap h2 {
        font-size: 18px;
        line-height: 24px;
    }

    div.header.inner_header a.callTo {
        font-size: 12px;
        right: 120px;
    }
}

@media only screen and (max-width:1400px) {
    div.header a.callTo {
        right: 28px;
    }

    .footer p {
        font-size: 13px;
    }

    .container .form-wrap {
        top: 65px;
        right: 6%;
    }

    div.form-wrap ul.form-list {
        padding: 15px 30px;
    }

    div.form-wrap ul.form-list li.form-li {
        height: 60px;
    }

    div.apartment-wrap ul li {
        margin: 0 0 100px;
    }

    .thank-you div.content-wrap h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .thank-you div.content-wrap p {
        font-size: 18px;
        line-height: 24px;
    }

    section.thank-you {
        background-size: 72%;
    }

    .thank-you div.content-wrap img {
        width: 75px;
        padding: 50px 0;
    }

    div.ftr-menus div.col h4 {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width:1280px) {
    .container .form-wrap {
        top: 35px;
    }

    div.wrapper {
        max-width: 1200px;
    }

    section.thank-you {
        background-size: 63%;
    }
}

@media only screen and (max-width:1200px) {
    div.wrapper {
        padding: 0 30px;
    }

    div.header .p-title {
        left: 50px;
    }

    div.ftr-menus div.col h4 {
        font-size: 11px;
        line-height: 16px;
    }

    div.ftr-menus ul a {
        font-size: 10px;
        line-height: 13px;
    }
}

@media only screen and (max-width:1024px) {
    .container .form-wrap {
        top: 11px;
    }
}

@media only screen and (max-width:1023px) {
    .desk-only {
        display: none !important;
    }

    .mob-only {
        display: block !important;
    }

    div.wrapper {
        padding: 0 20px;
    }

    div.header .p-title {
        left: 15px;
        width: 230px;
    }

    div.header {
        position: fixed;
        padding: 0;
        height: 60px;
    }


    .callTomob img {
        width: 18px;
        margin-right: 5px;
        margin-top: -5px;
    }

    .form-popup.popup {
        height: auto;
        width: 100%;
        max-width: 90%;
        margin: 0 !important;
        left: 50% !important;
        top: 15% !important;
        transform: translate(-50%, -50%);
    }

    .form-popup.popup div.form-wrap ul.form-list li .submit {
        width: 100%;
    }

    .form-popup .form-wrap {
        box-shadow: none;
    }

    div.form-wrap ul.form-list li .submit {
        height: 40px;
        line-height: 40px;
    }

    .container .form-wrap {
        float: left;
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
    }

    .button {
        height: 40px;
        line-height: 40px;
    }

    div.title h2,
    div.title h1 {
        font-size: 26px;
        line-height: 30px;
    }

    div.title h2 span {
        font-size: 22px;
        line-height: 26px;
    }

    .container.bed4 div.title h2 {
        font-size: 26px;
        line-height: 30px;
    }

    div.title h2:before {
        left: -12px;
    }

    div.title h3:before {
        left: -12px;
    }

    div.title h3 {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 0;
        margin: 20px 0;
    }

    div.apartment-wrap ul li {
        margin: 0 0 20px;
    }

    div.apartment-wrap ul li:last-child {
        margin-bottom: 20px;
    }

    div.apartment-wrap ul li div.main {
        flex-flow: column;
        padding: 15px 15px 20px;
    }

    div.apartment-wrap ul li div.img-box {
        width: 100%;
        margin: 0;
    }

    div.apartment-wrap ul li div.data {
        width: 100%;
        padding: 30px 0 0 12px;
    }

    div.apartment-wrap ul li div.data div.starting {
        margin: 30px 0;
    }

    div.starting span {
        font-size: 12px;
        line-height: 14px;
    }

    div.starting h3 {
        font-size: 20px;
        line-height: 26px;
    }

    div.apartment-wrap ul li div.data ul {
        margin: 20px 0 0;
    }

    div.apartment-wrap ul li div.data ul li {
        padding: 0 0 0 15px;
    }

    div.apartment-wrap ul li div.data ul li h4 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
        padding: 0 0 0;
    }

    div.footer {
        padding: 20px 0 40px;
        margin: 20px 0 0;
    }

    ul.footer-list li {
        padding: 0 15px;
        margin-bottom: 15px;
    }

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

    ul.social-list {
        padding: 5px 0 20px;
    }

    div.img-popup {
        max-width: 100%;
    }

    section.register {
        display: block;
        padding: 75px 20px 0;
        margin-bottom: 0;
    }

    div.reg-box {
        padding: 0;
        border: 0;
    }

    div.txt-bg {
        margin-top: 0;
    }

    section.register ul.form-list {
        padding: 0;
    }

    .button.absolute {
        position: relative;
        margin: 30px auto;
        left: auto;
        bottom: auto;
        display: block;
        float: none;
        max-width: 100%;
        width: 100%;
    }

    ul.form-list li,
    ul.form-list li.col-4 {
        width: 100%;
        padding: 0;
        height: 80px;
    }

    ul.form-list li {
        margin-bottom: 15px;
    }

    .form-wrap.bookvisit-footer ul.form-list li.col-4 {
        width: 100%;
    }

    .form-wrap.bookvisit-footer ul.form-list li {
        width: 100%;
    }

    .control-label {
        padding-left: 23px;
    }

    .form-wrap.bookvisit-footer ul.form-list li div.select-field select {
        padding: 0;
    }

    div.reg-box .title {
        font-size: 20px;
    }

    .form-wrap.bookvisit-footer .button.absolute {
        width: 100%;
        display: inline-block;
        position: relative;
        bottom: auto;
        left: auto;
        margin: 0px 0 0;
        padding: 15px 20px;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .form-wrap.bookvisit-footer {
        padding: 0;
        height: auto;
        overflow: auto;
    }

    .modal-inner .form-wrap.bookvisit-footer {
        height: calc(100vh - 210px);
    }

    ul.form-list ::-webkit-input-placeholder {
        color: #000 !important;
        font-size: 16px;
        opacity: 1;
    }

    ul.form-list ::-moz-placeholder {
        font-size: 16px;
    }

    ul.form-list :-ms-input-placeholder {
        font-size: 16px;
    }

    ul.form-list :-moz-placeholder {
        font-size: 16px;
    }

    div.form-wrap ul.form-list li .form-field label {
        display: inline-block;
    }

    .footer-wrap-new {
        padding: 40px 0 30px;
    }

    div.ftr-menus {
        padding-left: 10px;
        margin-bottom: 10px;
    }

    div.ftr-menus div.col {
        width: 33.3333%;
        margin-bottom: 10px;
    }

    section.thank-you {
        background-size: 100%;
        background-position: center center;
    }

    .thank-you div.content-wrap {
        padding: 0 20px;
        max-width: 615px;
    }

    .thank-you div.content-wrap img {
        width: 56px;
    }

    .thank-you div.content-wrap h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .thank-you div.content-wrap p {
        font-size: 16px;
        line-height: 20px;
    }

    section.thank-you {
        min-height: 80vh;
    }


    .form-wrap.bookvisit-footer ul.form-list li div.select-field {
        padding: 10px 0;
    }

    .form-wrap.bookvisit-footer ul.form-list li div.select-field select {
        padding: 0 30px 0 20px;
    }
}

@media only screen and (max-width:767px) {
    .form-wrap h2 {
        font-size: 16px;
        padding: 0;
        padding-bottom: 20px;
        line-height: 30px;
    }

    .modal-inner .form-wrap.bookvisit-footer {
        height: calc(100vh - 160px);
    }

    div.form-wrap ul.form-list li.form-li {
        height: 56px;
    }

    div.form-wrap ul.form-list li.form-li.date {
        margin-bottom: 25px;
    }

    div.form-wrap ul.form-list li.form-li.date div.left {
        margin-bottom: 22px;
    }

    div.apartment-wrap ul li div.data div.title {
        width: 100%;
    }

    div.title h2,
    div.title h1 {
        font-size: 20px;
        line-height: 22px;
    }

    div.title h2 span {
        font-size: 16px;
        line-height: 20px;
    }

    .container.bed4 div.title h2 {
        font-size: 20px;
        line-height: 26px;
    }

    div.apartment-wrap ul li div.main {
        padding: 15px;
    }

    div.title p {
        font-size: 14px;
        line-height: 18px;
    }

    ul.content-list {
        padding: 0 0 20px;
    }

    div.plan-content,
    div.video-content {
        margin: 0 0 10px;
        padding: 30px 0 15px;
    }

    ul.content-list li p {
        margin: 0 0 10px;
    }

    div.video-content div.video-box video {
        width: 100%;
    }

    div.video-content div.video-box a.play-btn img {
        width: 40px;
    }


    .footer-wrap-new {
        padding: 30px 0 20px;
    }

    .highlights .col-lg-3 {
        width: 50% !important;
        float: left;
    }

    .highlights .amenit-box {
        text-align: center;
        min-height: 150px;
    }

    .amenity_icons_wrapper ul li {
        width: 50% !important;
    }

    .amenity_icons_wrapper ul li .data p {
        font-size: 13px !important;
    }

    .highlights .heading p {
        font-size: 16px !important;
    }

    .amenity_icons_wrapper ul li div.item {
        min-height: 190px !important;
    }
}

@media only screen and (max-width:480px) {
    div.header {
        height: 70px;
    }

    div.header .p-title {
        width: 165px;
    }

    .form-popup.popup div.form-wrap ul.form-list li.submit-li {
        padding-top: 0;
        height: auto;
    }

    div.form-wrap ul.form-list {
        padding: 0;
    }

    div.form-wrap ul.form-list li {
        width: 90%;
        float: none;
        padding: 0;
        margin: 0 auto;
    }

    .form-popup.popup div.form-wrap ul.form-list {
        padding: 10px 30px !important;
    }

    .form-popup.popup div.form-wrap ul.form-list li {
        width: 100%;
    }

    .button {
        height: 40px;
        line-height: 40px;
        font-size: 10px;
        padding: 0 15px;
        margin: 0 5px 10px 0;
    }

    div.apartment-wrap ul li div.main {
        padding: 15px;
    }

    div.apartment-wrap ul li div.data div.title {
        width: 100%;
    }

    div.apartment-wrap ul li div.data div.starting {
        margin: 20px 0;
    }

    ul.content-list li p {
        font-size: 12px;
    }

    div.wrapper {
        padding: 0 15px;
    }

    div.ftr-menus div.col {
        width: 100%;
        padding: 0;
    }

    div.ftr-menus div.col h4 {
        font-size: 14px;
        line-height: 18px;
    }

    div.ftr-menus ul a {
        font-size: 12px;
        line-height: 16px;
    }

    .thank-you div.content-wrap {
        max-width: 100%;
    }


    div.lessmore {
        padding: 15px 0 !important;
    }

    div.img-popup {
        max-width: 100%;
    }

    .tower-wrap ul.form-list li input.button {
        font-size: 16px;
    }

    .tower-data {
        padding: 20px;
    }
}

@media only screen and (max-width:340px) {
    ul.footer-list li {
        padding: 0 10px;
    }

    div.location span {
        font-size: 12px;
    }

    .thank-you div.content-wrap h1 {
        font-size: 28px;
        line-height: 35px;
    }

    .thank-you div.content-wrap p {
        font-size: 14px;
        line-height: 20px;
    }

    .thank-you div.content-wrap img {
        padding: 115px 0 20px;
    }
}

div.highlights-wrap .slick-arrow.slick-prev {
    left: 0%
}

div.highlights-wrap .slick-arrow.slick-next {
    right: auto;
    left: 50px
}

div.highlights-wrap .slick-arrow.slick-prev:before,
div.highlights-wrap .slick-arrow.slick-next:before {
    color: #777;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

div.highlights-wrap .slick-arrow:hover {
    border: 1px solid #e5bc71
}

div.highlights-wrap .slick-arrow:hover.slick-prev:before,
div.highlights-wrap .slick-arrow:hover.slick-next:before {
    color: #e5bc71
}

div.highlights-wrap .slick-arrow {
    top: 100%;
}

a.logo {
    left: 50%;
}

div.header a.enquire-now {
    top: 50%;
    transform: translateY(-50%);
    right: 210px;
    letter-spacing: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

div.header a.callTo {
    right: 28px;
}

.menu-list li.left {
    margin-right: 100px;
}

.menu-list li.right {
    margin-left: 100px;
}

div.header div.select-field {
    width: 65px;
}

@media screen and (max-width: 1700px) {
    a.logo {
        left: 50%%;
    }
}

@media screen and (max-width: 1599px) {
    a.logo {
        left: 50%;
    }

    .menu-list li {
        margin: 0 12px;
    }

    .menu-list li.left {
        margin-right: 100px;
    }

    .menu-list li.right {
        margin-left: 100px;
    }

    .menu-list li a {
        font-size: 12px;
    }

    div.header a.enquire-now {
        right: 188px;
    }

    div.header a.callTo,
    div.header a.enquire-now {
        font-size: 12px;
    }
}

@media screen and (max-width: 1300px) {
    .menu-list li a {
        font-size: 11px;
    }

    .menu-list li {
        margin: 0 6px;
    }

    .menu-list li.left {
        margin-right: 100px;
    }

    .menu-list li.right {
        margin-left: 100px;
    }

    div.header a.enquire-now {
        right: 175px;
    }
}

@media screen and (max-width: 1200px) {
    a.logo {
        left: 44%;
        width: 130px;
    }

    .menu-wrap {
        margin: 11px 0 0 -40px;
    }

    div.header.fixed .menu-wrap {
        margin: 0px 0 0 -40px;
    }

    .menu-list {
        padding: 0 50px 10px 0;
    }

    .menu-list li {
        min-width: 1px;
    }

    .menu-list li a {
        color: #000 !important;
        font-size: 16px;
    }

    .menu-list li.left {
        margin-right: 100px;
    }

    .menu-list li.right {
        margin-left: 100px;
    }
}

@media screen and (max-width: 1023px) {
    a.logo {
        left: 50%;
    }

    .menu-list {
        padding: 0 00px 10px 0;
    }

    div.header a.enquire-now {
        max-width: 200px;
        right: 20px;
    }

    .menu-wrap {
        margin: 11px 0 0;
    }

    div.header.fixed .menu-wrap {
        margin: 0;
    }

    .menu-list li {
        margin: 0;
    }

    .menu-list li.left {
        margin-right: 0;
    }

    .menu-list li.right {
        margin-left: 0;
    }
}

@media screen and (max-width: 600px) {
    div.header div.select-field {
        width: 55px;
    }

    div.header a.callTo,
    div.header a.enquire-now {
        max-width: 110px;
        font-size: 12px;
        right: 10px;
        font-weight: 700;
    }
}

div.lessmore p {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'ProximaNovaSemibold';
    color: #808080;
    letter-spacing: 2px;
    margin: 0;
}

div.lessmore ul.footer-list {
    padding: 0px;
    margin-bottom: 40px;
}

div.ftr-menus {
    margin: 0 0 25px;
}

ul.plan-list li div.overlay {
    background: rgba(0, 0, 0, 0.6);
}

div.overlay div.v-align {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

div.overlay div.v-align h3 {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    color: #fff;
    font-family: ''Montserrat', sans-serif;';
    font-size: 28px;
    line-height: 42px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

div.overlay div.v-align img {
    display: inline-block;
    width: 70px;
}

@media screen and (max-width:640px) {
    div.overlay div.v-align h3 {
        font-size: 16px;
        line-height: 24px;
    }

    div.overlay div.v-align img {
        width: 50px;
    }
}

.slick-slider,
.slider-for img {
    max-width: 100%;
}



.amenity_icons_wrapper {
    padding-right: 0px;
    padding-top: 30px;
}

#highlights-slider .slick-prev {
    /*	display:none !important;*/
}

#highlights-slider .slick-arrow.slick-next {
    /*  right: -50px;*/
}


#landmarks .content-box.alt .block {
    width: 33%;
    margin-right: 10px;
}


#highlights-slider {
    padding: 0;
}

#disclaimer {
    font-size: 10px;
    text-transform: none;
    line-height: 10px;
    text-align: justify;
    margin-bottom: 0px;
}

.brochure-wrap {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}

.p-0 {
    padding: 0;
}

.centered {
    margin: 0 auto;
}

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


.p-30 {
    padding-bottom: 30px;
}

@media screen and (max-width:1023px) {
    .content-box.alt {
        display: block;
    }

    #highlights-slider .slick-arrow.slick-next {
        /*	  display:none !important;*/
    }

    .amenity_icons_wrapper {
        padding-right: 0;
        padding-top: 0;
    }

    #landmarks .content-box.alt {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .brochure-wrap {
        border-radius: 0;
    }

    #highlights .content-box.alt {
        padding-top: 30px;
    }

    #landmarks {
        margin-bottom: 30px;
    }

    #landmarks .content-box.alt .block {
        width: 49%;
        margin-right: 1%;
        float: left;
        margin-bottom: 10px;
    }

    #disclaimer {
        font-size: 8px;
        text-transform: none;
        line-height: 8px;
        text-align: center;
        margin-bottom: 0px;
        padding: 15px;
    }
    
}


.enquire-form.fixed {
    position: fixed;
    bottom: 0;
    z-index: 999;
    border-top: 1px dotted gray;
    padding-top: 0;
    background: #191725;
    width: 100%
}

.enquire-form.fixed section.register.ftr {
    margin-bottom: 0;
    padding: 20px 50px;
}

.enquire-form.fixed ul.form-list li {
    width: 23.3333%;
}

.enquire-form.fixed .button {
    width: 100%;
    padding: 11px 20px;
    height: auto;
    line-height: normal;
}

.enquire-form.fixed ul.form-list li,
.enquire-form.fixed div.select-field,
.enquire-form.fixed .form-group {
    height: 50px;
}

.enquire-form.fixed div.select-field {
    padding: 0;
}

.enquire-form.fixed div.select-field::before {
    top: 24px;
    width: 41px;
    height: 20px;
    line-height: 20px;
}

.enquire-form.fixed div.reg-box {
    padding: 0 10px 5px;
}

.enquire-form.fixed section.register ul.form-list {
    padding: 10px 0;
}

.enquire-form.fixed .title {
    margin: 0;
}

@media screen and (max-width:1024px) {
    .enquire-form.fixed {
        display: none;
    }

    #amenities-slider {
        padding: 0 !important;
    }
}

select.alt {
    border: 0;
    border: 1px solid #d4b453;
    height: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 16px;
    font-family: proximanovaregular;
    color: #939393;
    width: 100%;
    background: #000;
    padding: 0 20px;
}

.fixed-btn-mb {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    border-top: 1px dashed #ccc;
    padding-top: 10px;
    background: #212565;
    z-index: 999;
}

@media screen and (max-width:1024px) {
    .fixed-btn-mb {
        display: block;
    }

    .fixed-btn-mb .title {
        color: #fff;
    }

    body {
        font-size: 14px;
    }
}


.grad {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a90cd+0,ac388b+64,d5348a+100 */
    background: #4a90cd;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #4a90cd 0%, #ac388b 64%, #d5348a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #4a90cd 0%, #ac388b 64%, #d5348a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #4a90cd 0%, #ac388b 64%, #d5348a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a90cd', endColorstr='#d5348a', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    background-clip: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eec65f', endColorstr='#e2b855', GradientType=1);
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
}

.grad-box {
    display: block;
    color: #fff !important;
    padding: 0 10px;
    max-width: 220px;
    float: none !important;
    text-align: center;
    background: #4a90cd;
    background: -moz-linear-gradient(-45deg, #4a90cd 0%, #ac388b 64%, #d5348a 100%);
    background: -webkit-linear-gradient(-45deg, #4a90cd 0%, #ac388b 64%, #d5348a 100%);
    background: linear-gradient(135deg, #4a90cd 0%, #ac388b 64%, #d5348a 100%);
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 5px;
}

#amenities-slider {
    padding: 0;
}

#amenities-slider li {
    /*    margin-right: 10px;*/
}

#amenities-slider li img {
    max-width: 100%;
    width: 100%;
}

#amenities {
    margin-bottom: 70px;
    padding-bottom: 50px;
    background: #eee;
    padding-top: 50px;
}

#plinthstone .content-box {
    border-top: 1px solid #ccc;
    padding-top: 50px;
}

.amenity_icons_wrapper ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.amenity_icons_wrapper ul li {
    float: left;
    width: 25%;
    padding: 5px;
    margin: 0;
    /* min-height: 150px; */
    text-align: center;
    outline: none;
    width: 10;
}

.amenity_icons_wrapper ul li div.item {
    float: left;
    width: 100%;
    padding: 0 0px;
    margin: 0;
    min-height: 190px;
}

.amenity_icons_wrapper ul li img {
    display: inline-block;
    width: 100px;
    background: #592f77;
}

.amenity_icons_wrapper ul li .data p {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
}

.overview a.enquire-now {
    color: #212565;
    font-weight: 700;
    font-size: 20px;
    border: 2px solid #212565;
    padding: 5px;
    background-color: #f5e987;
    /* color: #000; */
    border-radius: 5px;
    margin-top: 10px;
    display: block;
    width: max-content;
}

#popup-form .form-list li {
    width: 100%;
}

#popup-form .modal-body {
    /*    height: 45vh;*/
    height: 300px;
}

#popup-form input.text {
    border: 1px solid #AC388B;
    height: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #939393;
    background: transparent;
    color: #000;
    width: 100%;
}

#popup-form .form-group {
    display: block;
    height: auto;
}

#popup-form .modal-header .close {
    margin-top: -10px;
    position: absolute;
    right: 5px;
    background-color: #212565;
    opacity: 1;
    z-index: 9;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}

#popup-form .grad {
    text-align: center;
    margin-bottom: 0;
}

#popup-form button.submit-button.button {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.img-box img {
    height: 350px;
}

.plans .grad {
    /* text-align: center; */
}

#popup-form .modal-dialog {
    width: 420px;
}

.plan-wrap ul li div.imgbox img {
    height: 477px;
}

#popup-form h4.modal-title {
    text-align: center;
    font-weight: 700;
    color: #212565;
}

.logo-button {
    position: absolute;
    right: 20px;
    background: #fff;
    margin-bottom: 0;
    padding: 10px;
    top: 20px;
}

.side-button {
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 40%;
    right: -40px;
    width: 127px;
    height: auto;
    padding: 8px;
    background: #f3e181;
    /* -webkit-box-shadow: 0 20px 50px rgb(0 0 0 / 50%); */
    /* box-shadow: 0 20px 50px rgb(0 0 0 / 50%); */
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 999;
    transform: rotate(270deg);
    text-align: center;
    font-weight: 700;
    color: #000;
}
.side-button a{
    font-weight: 700;
    color: #212565;
}
.logo1-button {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
}
#highlights-slider .slick-arrow.slick-prev {
    left: 30px;
    
}
#highlights-slider .slick-arrow.slick-next {
    right: 30px;
    
}
a{
    text-decoration: none;
}
@media(max-width:767px) {
    .img-box img {
        height: auto;
    }

    #popup-form .modal-dialog {
        width: 95%;
    }

    .plan-wrap ul li div.imgbox img {
        height: auto;
    }

    div.plan-wrap {
        padding: 0;
    }

    ul.video-list li div.imgbox img {
        height: auto;
    }
    
}

.callnow a{
	font-weight:400;
	color:#000;
}

#callbtn{
	width: 100%;
	background: #000;
	position: fixed;
	bottom: 40px;
	left: 0;
	z-index: 100;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .5px;
	padding: 10px;
}




.qrcode-container {
    display: flex;
    justify-content: space-evenly;
}

.qrcode-content {
    display: flex;
    align-items: center;
    border: 1px solid #AC388B;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
}

.qrcode-content img {
    width: 120px;
}

.qrcode-content span {
    margin-left: 10px;
}

@media(max-width:767px) {
    .qrcode-container {
        display: block;
    }
    .qrcode-content {
        margin-top: 10px;
    }
}

#reports .content-box.alt .block {
    width: 20%;
    margin-right: 10px;
}

@media screen and (max-width:1023px) {
    #reports .content-box.alt {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    #reports {
        margin-bottom: 30px;
    }

    #reports .content-box.alt .block {
        width: 49%;
        margin-right: 1%;
        float: left;
        margin-bottom: 10px;
    }
}