@font-face {
    font-family: Didot;
    src: url(../fonts/Didot.eot);
    src: url(../fonts/Didot.eot?#iefix) format("embedded-opentype"), url(../fonts/Didot.woff2) format("woff2"), url(../fonts/Didot.woff) format("woff"), url(../fonts/Didot.ttf) format("truetype"), url(../fonts/Didot.svg#Didot) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: GothamBold;
    src: url(../fonts/GothamBold.eot);
    src: url(../fonts/GothamBold.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamBold.woff2) format("woff2"), url(../fonts/GothamBold.woff) format("woff"), url(../fonts/GothamBold.ttf) format("truetype"), url(../fonts/GothamBold.svg#GothamBold) format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: GothamBook;
    src: url(../fonts/Gotham-Book.eot);
    src: url(../fonts/Gotham-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/Gotham-Book.woff2) format("woff2"), url(../fonts/Gotham-Book.woff) format("woff"), url(../fonts/Gotham-Book.ttf) format("truetype"), url(../fonts/Gotham-Book.svg#Gotham-Book) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: GothamLight;
    src: url(../fonts/Gotham-Light.eot);
    src: url(../fonts/Gotham-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Gotham-Light.woff2) format("woff2"), url(../fonts/Gotham-Light.woff) format("woff"), url(../fonts/Gotham-Light.ttf) format("truetype"), url(../fonts/Gotham-Light.svg#Gotham-Light) format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: GothamMedium;
    src: url(../fonts/Gotham-Medium.eot);
    src: url(../fonts/Gotham-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Gotham-Medium.woff2) format("woff2"), url(../fonts/Gotham-Medium.woff) format("woff"), url(../fonts/Gotham-Medium.ttf) format("truetype"), url(../fonts/Gotham-Medium.svg#Gotham-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Georgia;
    src: url(../fonts/Georgia.eot);
    src: url(../fonts/Georgia.eot?#iefix) format("embedded-opentype"), url(../fonts/Georgia.woff2) format("woff2"), url(../fonts/Georgia.woff) format("woff"), url(../fonts/Georgia.ttf) format("truetype"), url(../fonts/Georgia.svg#Georgia) format("svg");
    font-weight: 400;
    font-style: normal;
}

.temp {
    color: transparent !important;
}

.temp:focus {
    color: #7b9140 !important;
}

.temp:valid {
    color: #7b9140 !important;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

ul.facilities {
    list-style-type: disc;
    color: #7b9140;
}

ul.facilities li {
    font-size: 20px;
    color: #7b9140;
    font-weight: 500px;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    height: 100vh;
}

:focus {
    outline: 0;
}

body {
    background-image: url(../img/bg-texture.png);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    font-family: GothamBook;
    position: relative;
    font-size: 18px;
}

h2,
h3 {
    color: #7b9140;
}

li,
p {
    font-size: 21px;
    font-family: GothamBook;
    letter-spacing: 0.32px;
    line-height: 31px;
    color: #595959;
}

* {
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

a:hover {
    color: #a38067;
}

img {
    max-width: 100%;
    display: block;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: 0;
    z-index: 1;
}

.slick-dots li,
.slick-dots li button {
    width: 24px;
    height: 24px;
}

.slick-dots li button:before {
    font-size: 11px;
    line-height: 25px;
    border-radius: 50%;
    color: #878789;
    opacity: 1;
    width: 24px;
    height: 24px;
}

.slick-dots li.slick-active button:before {
    color: #7b9140;
    box-shadow: 0 0 0 1px #7b9140;
    opacity: 1;
}

.slick-dots {
    bottom: -50px;
}

.full-h {
    height: 100%;
}

.cta {
    background-color: #7b9140;
    color: #fff;
    letter-spacing: 0.2px;
    font-size: 1em;
    border: none;
    position: relative;
    width: 240px;
    text-align: center;
    padding: 20px 40px;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    font-family: GothamBook;
}

.cta:focus,
body button:focus {
    outline: 0;
    box-shadow: none !important;
}

.cta .fa {
    visibility: hidden;
    font-size: 14px;
    position: absolute;
    top: 22px;
}

.cta:hover {
    color: #fff;
    text-decoration: none;
}

.cta:hover .fa {
    visibility: visible;
    padding-left: 10px;
}

.full-width img {
    max-width: 100%;
    display: block;
}

body input:focus,
body textarea:focus {
    border: 1px solid #7b9140;
}

.change .white,
.color,
.static .white {
    display: none;
}

.change .parent-drop .fa-angle-down,
.change .parent-drop2 .fa-angle-down {
    color: #595959;
}

.change .color,
.static .color {
    display: block;
}

.change,
.static header.change {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 5px #bdbdbd;
}

.change .navbar-light .navbar-nav .nav-link,
.static .navbar-light .navbar-nav .nav-link {
    color: #595959;
}

.change .navbar-light .navbar-nav .nav-link:hover,
.static .navbar-light .navbar-nav .nav-link:hover {
    color: #a38067;
}

.change .navbar-brand img {
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

body {
    overflow-x: hidden;
}

.static {
    height: 100%;
}

.static header {
    box-shadow: 0 0 5px #bdbdbd;
}

.static .main-container {
    height: calc(100% - 104px);
}

.static.list .main-container {
    height: 100%;
}

.static .main-container.contact {
    height: 100%;
}

.club-house .club {
    position: relative;
}

.inner-page .main-container,
.static.about,
.static.club-house,
.static.contact-page,
.static.inner-page {
    height: auto;
}

.flex {
    display: flex;
}

.breadcrumb {
    position: absolute;
    background-color: transparent;
    z-index: 1;
}

.breadcrumb ul li {
    display: inline-block;
    font-size: 14px;
    font-family: GothamMedium;
}

.breadcrumb a {
    color: #595959;
}

.parent-drop .dropdown a.nav-link,
.parent-drop2 .dropdown a.nav-link {
    color: #595959;
    position: relative;
}

.parent-drop,
.parent-drop2 {
    position: relative;
}

.parent-drop .fa-angle-down,
.parent-drop2 .fa-angle-down {
    position: absolute;
    top: 14px;
    right: -16px;
    font-size: 20px;
}

.parent-drop.drop-active .fa-angle-down,
.parent-drop2.drop-active .fa-angle-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.parent-drop .dropdown a .fa-chevron-right,
.parent-drop2 .dropdown a .fa-chevron-right {
    visibility: hidden;
    font-size: 14px;
}

.parent-drop .dropdown a:hover .fa-chevron-right,
.parent-drop2 .dropdown a:hover .fa-chevron-right {
    visibility: visible;
    padding-left: 15px;
}

.parent-drop .dropdown .fa-chevron-left,
.parent-drop2 .dropdown .fa-chevron-left {
    font-size: 14px;
    top: 12px;
}

.parent-drop.drop-active a .fa-chevron-right,
.parent-drop2.drop-active a .fa-chevron-right {
    color: #a38067;
}

.headerClubhouseBorderRight {
    border-right-width: 1px;
    border-right-color: rgba(22, 22, 22, 0.1);
    border-right-style: solid;
}


/* harshal changes */

.ws-nw {
    white-space: nowrap;
}

.margin-bottom-downloadbrochure {
    margin-bottom: 2.5em;
}

.downloadbrocherdiv {
    margin-top: 3.75em;
    padding: 1.25em 1.875em;
    background-color: #a38067;
    display: inline-flex;
    cursor: pointer;
}

.downloadbrocherdivContactUs {
    padding: 1.25em 1.875em;
    background-color: #a38067;
    display: inline-flex;
    cursor: pointer;
}

.downloadBrochureTxt {
    font-size: 1em;
    text-transform: uppercase;
    color: white;
}

.actualSiteTxtHomePg {
    /* position: absolute;
  color: white;
  font-size: 1.563em;
  bottom: 1em;
  left: 1.563em;
  font-family: GothamBold; */
    position: absolute;
    color: white;
    font-size: 11px;
    bottom: 5em;
    left: -2.5em;
    font-family: GothamBold;
    transform: rotate(270deg);
}

.change .whatsapp a span,
.static .whatsapp a span {
    background-image: url(../img/home/whatsappblack.svg);
    background-repeat: no-repeat;
    background-size: contain;
}


/* harshal changes */

.navbar-light .navbar-nav .dropdown .nav-link:hover {
    color: #a38067;
}

.change .highlightTextOut a:before,
.static .highlightTextOut a:before {
    color: #a38067;
}

.highlightTextOut a {
    color: rgba(255, 255, 255, 0.3);
}

.highlightTextOut a:before {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    padding: 8px;
    overflow: hidden;
    content: attr(alt);
    transition: all 0s;
    transform: scale(0.8);
    opacity: 0;
}

.highlightTextOut a:hover:before {
    transform: scale(1);
    opacity: 1;
}

.static header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 5px #bdbdbd;
}

header {
    position: absolute;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}


/* //// */

.custom-header-container {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    height: 100px;
}

.navbar-brand {
    margin-right: 0;
    padding: 0 2.222em;
}

.navbar {
    padding: 35px 0;
}

.navbar-brand {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 11px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-family: GothamMedium;
    position: relative;
    font-size: 18px;
    letter-spacing: 0.2px;
}

header .navbar-nav .nav-item {
    /* margin: 0 4%; */
    margin: 0 2.5%;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-toggler {
    border: none;
    outline: 0;
}

.navbar-nav.ml-auto.first {
    /* latest changes */
    /* width: 60%; */
    /* latest changes */
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}

.navbar-nav.ml-auto.second {
    /* latest changes */
    /* width: 42%; */
    /* latest changes */
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.scrollto {
    position: absolute;
    bottom: 30px;
    left: 50%;
    cursor: pointer;
}

.box span {
    width: 20px;
    height: 20px;
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.box span:nth-child(2) {
    animation-delay: -0.2s;
}

.box span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        -webkit-transform: rotate(45deg) translate(10px, 10px);
        -ms-transform: rotate(45deg) translate(10px, 10px);
        -o-transform: rotate(45deg) translate(10px, 10px);
        transform: rotate(45deg) translate(10px, 10px);
    }
    100% {
        opacity: 0;
    }
}

.hamburger .line {
    width: 30px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

.hamburger:focus {
    outline: 0;
}

#hamburger-6.is-active {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2) {
    width: 0;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#hamburger-6.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    -o-transform: translateY(13px);
    transform: translateY(13px);
}

#hamburger-6.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-3px) rotate(90deg);
    -ms-transform: translateY(-3px) rotate(90deg);
    -o-transform: translateY(-3px) rotate(90deg);
    transform: translateY(-3px) rotate(90deg);
}

.banner {
    /* background-image: url(../img/slider/mm\ drone\ 1.jpg); */
    background-image: url(../img/club/Club-House-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    margin-bottom: 40px;
    position: relative;
}
/*
.banner-text {
    padding-left: 25px;
    font-size: 58px;
    color: #fff;
    font-family: Georgia;
    position: absolute;
    bottom: 147px;
    left: 40px;
    letter-spacing: 2.7px;
    line-height: 0.7;
    width: 100%;
    position: absolute;
    background: #00000057;
    width: 40%;
    padding-top: 80px;
    top: 40%;
    height: 45%;
    margin-left: 40px;
}
*/
.sticky-content {
    position: fixed;
    top: 20%;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 1;
}

.sticky-content .rotate {
    writing-mode: vertical-rl;
}

.sticky-content .rotate h3 {
    transform: rotate(180deg);
}

.sticky-content div {
    padding: 12px;
    background-color: #a38067;
    margin: 5px 0;
    cursor: pointer;
}

.sticky-content h3 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-family: GothamMedium;
    display: inline-block;
    vertical-align: top;
}

.sticky-content .download,
.sticky-content .whatsapp {
    padding: 11px;
}

.download span {
    background-image: url(../img/home/download.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.whatsapp span {
    background-image: url(../img/home/whatsapp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.modal-dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    font-family: GothamMedium;
}

.enquire-modal .modal-dialog {
    max-width: 914px;
}

.villa-modal .modal-dialog {
    max-width: 914px;
}

.modal-dialog .close {
    position: absolute;
    top: -20px;
    right: -20px;
    color: #fff;
}

.modal-dialog .close svg path {
    fill: #ccc;
}

.modal-dialog .close:hover svg path {
    fill: #fff;
}

.modal-content,
.modal-dialog .modal-header {
    border: none;
    border-radius: 0;
}

.modal-dialog .modal-header {
    background-color: #a38067;
    padding: 14px;
}

.modal-dialog .modal-header h4 {
    color: #fff;
    font-size: 1em;
}

.enquire-modal .modal-body {
    padding: 0;
}

.villa-modal .modal-body {
    padding: 0;
}

.modal-dialog .nav-pills {
    justify-content: space-around;
    border-bottom: 1px solid #ccc;
}

.nav-pills .active {
    color: #7b9140;
}

.modal-dialog .nav-pills li {
    padding: 12px;
}

.nav-pills li a {
    font-family: GothamMedium;
    color: #595959;
    text-decoration: none;
    font-size: 18px;
}

.modal-dialog .nav-pills li:first-child {
    border-right: 1px solid #ccc;
}

.body-message .tab-content {
    padding: 35px;
    display: block !important;
}

.call a {
    font-family: GothamMedium;
}

#call p {
    font-size: 18px;
    margin: 0 auto 15px;
}

.body-message .tab-content p {
    font-family: GothamMedium;
    margin: 0 auto 8px;
    font-size: 18px;
}

.body-message .tab-content .call a {
    font-size: 42px;
    letter-spacing: 0.6px;
    color: #a38067;
    font-family: GothamBook;
}

#call {
    padding: 30px 0;
}

form#download input {
    padding: 15px 35px 15px 15px;
}

.body-message #download {
    padding: 20px;
}

form#download button {
    position: absolute;
    right: 10px;
    top: 11px;
    width: 25px;
    height: 25px;
    border: none;
    background-color: transparent;
    background-image: url(../img/home/pop-download.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.book-modal .modal-dialog {
    max-width: 90%;
}

.book-sect {
    margin: 15px 0;
}

.book-sect .bav_left_box {
    margin-right: 0;
}

.book-sect .col-lg-3 {
    padding-left: 0;
}

.book-sect .bav_right_box {
    background-color: #fff;
}

.book-sect .ui-datepicker-calendar td a,
.book-sect .ui-datepicker-calendar td span {
    font-size: 20px;
}

.book-sect .bav_left_box .section_title {
    text-transform: capitalize !important;
    font-size: 42px;
    font-family: Georgia;
}

.book-sect .contact-form {
    margin: 0 !important;
}

.bav_form_box.openForm .section_title {
    font-size: 22px;
}

.book-sect .col-lg-9 {
    background-color: #fff;
}

.bav_left_box {
    background: #a38067;
    margin-right: 0.938em;
    padding: 40px 30px;
    height: 100%;
}

.bav_left_box .section_title {
    color: #fff;
    margin: 0 auto 30px;
    font-size: 24px;
}

.bav_left_box .section_title:after {
    background-position: -100px -17px;
    background: url(../images/leafwhite.svg);
}

.bav_desc {
    color: #fff;
}

.bav_address,
.bav_time {
    font-family: GothamBook;
    color: #fff;
    padding-left: 45px;
    margin: 35px auto;
    position: relative;
}

.bav_address:after {
    content: "";
    position: absolute;
    top: 5%;
    left: 0;
    background: url(../img/whitelocation.svg);
    width: 20px;
    height: 29px;
    display: inline-block;
}

.bav_time:after {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    background: url(../img/duration.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
}

.back_icon {
    background-position: -220px -307px;
    width: 7px;
    height: 16px;
    display: inline-block;
}

.bav_form_box {
    position: absolute;
    width: 0%;
    height: 100%;
    left: -100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 5px #bdbdbd;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bav_form_box .cta {
    max-width: 280px;
    width: 100%;
}

.bav_form_box.openForm {
    width: 100%;
    height: 100%;
    left: 0;
    visibility: visible;
    z-index: 1;
}

.bav_date_box {
    max-width: 51.75em;
    width: 100%;
    margin-bottom: 2.188em;
    padding: 0 50px;
}

.ui-datepicker-calendar {
    margin: auto;
}

.ui-datepicker-title {
    font-size: 18px;
    font-family: GothamMedium;
    color: #7b9140;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 10px;
}

.ui-icon-circle-triangle-w {
    position: relative;
    color: #fff;
    cursor: pointer;
    visibility: hidden;
}

.ui-state-disabled .ui-icon-circle-triangle-w:after {
    opacity: 0.4;
    cursor: not-allowed;
}

.ui-icon-circle-triangle-w:after {
    font-size: 0;
    background: url(../img/leftarrow.svg);
    width: 13px;
    height: 22px;
    display: inline-block;
    position: absolute;
    content: "";
    top: 0;
    left: 10px;
    opacity: 1;
    visibility: visible;
}

.ui-icon-circle-triangle-e {
    position: relative;
    color: #fff;
    cursor: pointer;
    visibility: hidden;
}

.ui-state-disabled .ui-icon-circle-triangle-e:after {
    opacity: 0.4;
    cursor: not-allowed;
}

.ui-icon-circle-triangle-e:after {
    font-size: 0;
    background: url(../img/rightarrow.svg);
    width: 13px;
    height: 22px;
    display: inline-block;
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    opacity: 1;
    visibility: visible;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    max-width: 95%;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.bav_dt_box label {
    font-family: GothamBook;
    color: #878789;
    margin: 0 auto 30px;
    font-size: 16px;
}

a.ui-datepicker-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bav_right_box {
    position: relative;
    display: flex;
    height: 100%;
}

.bav_time_box.bav_dt_box {
    width: 100%;
    padding: 0 50px;
}

a.ui-datepicker-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ui-icon-circle-triangle-e,
.ui-icon-circle-triangle-w {
    display: inline-block;
    width: 13px;
}

.confirm.mangalyam_cta {
    margin-top: 1.25em;
    margin-bottom: 2.5em;
    opacity: 1;
    width: 190px;
}

.confirm.mangalyam_cta.removePointer {
    pointer-events: none;
    opacity: 0.3;
}

.ui-datepicker-calendar th {
    font-family: GothamMedium;
    font-size: 25px;
    padding: 0.8em;
    text-align: center;
    font-weight: unset;
    color: #595959;
}

.ui-datepicker-calendar td {
    text-align: center;
}

.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
    font-family: GothamBook;
    font-size: 25px;
    margin: 15px;
    font-weight: unset;
}

.ui-datepicker-calendar td span {
    color: #e0e0e0;
    display: inline-block;
}

.ui-datepicker-calendar td a {
    color: #a38067;
    border: 1px solid transparent;
    text-decoration: none;
    transition: 0.3s ease;
    display: inline-block;
}

.ui-datepicker-calendar td a:hover {
    color: #7b9140;
    transition: 0.3s ease;
}

.ui-datepicker-calendar td.ui-datepicker-current-day a {
    background: #bdaf53;
    border-radius: 100%;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    transition: 0.3s ease;
}

.bav_time_box.bav_dt_box ul {
    padding-left: 0;
    list-style: none;
    max-height: 370px;
    height: 100%;
    overflow: auto;
    padding-right: 1em;
}

.bav_time_box.bav_dt_box ul::-webkit-scrollbar {
    width: 0.25em;
    border-radius: 14px;
}

.bav_time_box.bav_dt_box ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(189, 175, 83, 0.3);
    border-radius: 14px;
}

.bav_time_box.bav_dt_box ul::-webkit-scrollbar-thumb {
    background-color: #bdaf53;
    outline: 1px solid #7b9140;
    border-radius: 14px;
}

.selectDate li {
    color: #878789;
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
    padding: 8px;
    font-size: 16px;
    cursor: pointer;
}

.selectDate li.current,
.selectDate li:hover {
    color: #bdaf53;
    border: 1px solid #bdaf53;
}

.bav_form_inner_box {
    max-width: 31.25em;
    width: 100%;
    padding: 20px;
}

#bookavisit {
    margin-top: 25px;
}

.print-data {
    color: #7b9140;
    font-family: GothamMedium;
    letter-spacing: 0.5px;
    padding: 20px 0;
}

.back_btn,
.bav_form_box a:not([href]):not([tabindex]) {
    font-size: 16px;
    font-family: GothamMedium;
    color: #878789;
    border-bottom: 1px solid;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.back_icon {
    background-position: -220px -307px;
    width: 7px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.section-divide {
    padding: 50px 0;
}

.section-wrapper {
    padding: 0 15px;
}

.sect-title h2 {
    font-size: 45px;
    font-family: Georgia;
    line-height: 50px;
    letter-spacing: 1px;
}

.sect-title p {
    max-width: 870px;
    margin: 0 auto;
    margin: 20px auto 45px;
}

.quote-wrap {
    max-width: 1054px;
    width: 100%;
    margin: 50px auto;
    position: relative;
}

.quote-wrap h3 {
    font-size: 60px;
    font-family: Georgia;
    letter-spacing: 0.8px;
    line-height: 68px;
    position: relative;
}

.quote-wrap:after,
.quote-wrap:before {
    content: "";
    background-image: url(../img/home/quote-up.svg);
    position: absolute;
    width: 55px;
    height: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
}

.quote-wrap:before {
    top: -60px;
}

.quote-wrap:after {
    bottom: -60px;
}

.single-item .slick-slide {
    position: relative;
}

.single-item img {
    max-width: 100%;
    display: block;
}

.single-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
}

.single-dbox {
    background-color: rgba(37, 45, 6, 0.8);
    height: 100%;
    width: 95%;
    display: flex;
    margin-left: auto;
    position: relative;
    z-index: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.single-dbox:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    border: 1px solid #9f8e4a;
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    z-index: -1;
}

.single-detail,
.single-divider,
.single-name,
.single-tag {
    padding: 10px 0;
}

.single-btn {
    padding: 20px 0;
}

.single-tag h3 {
    font-family: Georgia;
    color: #fff;
    font-size: 23px;
    letter-spacing: 0.4px;
}

.single-detail p {
    color: #fff;
}

.Responsive-Ratio {
    position: relative;
    margin: 0 auto;
    overflow: visible;
}

.Responsive-Ratio:after {
    display: block;
    content: "";
}
.manishHover{
    height: 500px;
}
.no-generatedcontent .Responsive-Ratio {
    width: 100%;
    padding-bottom: 56.5%;
}

.Responsive-Ratio .Fit,
.Responsive-Ratio.Fit-Content>iframe,
.Responsive-Ratio.Fit-Content>video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.Responsive-Ratio.Dynamic:after {
    padding-bottom: 50%;
}

.full-width {
    position: relative;
}

.full-width .club-box {
    position: absolute;
    height: 100%;
    width: 25em;
    right: 0;
    top: 0;
}

.Dynamic .club-box .single-dbox {
    left: 0;
}

.testimonial .slick-slide {
    height: 300px;
    display: flex !important;
    align-items: center;
}

 .videoPoster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(../img/home/video-banner.jpg);  harshal changes */
    /* background-image: url(../img/home/video-thumbnail-new.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 0.8s, height 0s;
    -moz-transition: opacity 0.8s, height 0s;
    transition: opacity 0.8s, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
} 

.videoPoster:hover {
    cursor: pointer;
}

.videoPoster.video2 {
    background-image: url(../img/home/sonusood.png);
}

.walkthrough {
    background-image: url(../img/home/sonusood.png);
}

.video-sect .club-box {
    width: 36%;
    display: flex;
    align-items: center;
}

.video-sect .club-box .single-dbox {
    max-width: 100%;
    width: 100%;
    height: calc(100% - 40%);
    margin: 0 auto;
}

.video-sect .club-box .single-dbox {
    position: relative;
    left: 0;
    top: 0;
}

.video-sect .club-box {
    right: 5%;
}

.video-sect .single-divider,
.video-sect .single-tag {
    padding: 0;
}

.video-sect .single-dbox:before {
    border: 1px solid #fff;
}

.video-sect .single-dbox {
    background-color: #9f8e4a;
    background-image: none;
}

.video-sect .club-box .single-divider h2 {
    color: #fff;
}

.video-sect .single-btn {
    display: none;
}

.limited {
    position: relative;
}

.club-box {
    position: relative;
}

.club-box .single-dbox {
    position: absolute;
    top: 8%;
    left: 10%;
    max-width: 30%;
    height: calc(100% - 15%);
}

.club-box .single-tag h3 {
    font-family: Didot;
    font-size: 26px;
    letter-spacing: 6px;
    padding: 0 25px;
}

.club-box .single-tag.last-tag h3 {
    font-size: 30px;
}

.single-divider h2 {
    font-family: Didot;
    font-size: 70px;
}

.club-box .single-divider h2 {
    color: #9f8e4a;
}

.club-box .single-btn {
    margin: 60px auto 0;
}

.attract-content h4 {
    font-family: GothamBook;
    font-size: 18px;
    color: #707070;
    margin: 30px 0 10px;
}

.attract .sect-title p {
    max-width: 950px;
}

.floor-sect img {
    cursor: pointer;
}

.morelink {
    text-decoration: underline;
    color: #7b9140;
    cursor: pointer;
    text-transform: uppercase;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

.testimonial {
    margin-bottom: 50px;
}

.testimonial .cards {
    padding: 35px;
}

.testimonial .slick-slide .cards {
    transform: scale(1, 0.9);
    box-shadow: 0 0 5px #bdbdbd;
    background-color: #f7f7f7;
    margin-bottom: 8px;
}

.testimonial .slick-current .cards {
    transform: scale(1);
    background-color: #fff;
}

.testimonial p {
    max-width: 100% !important;
}

.testimonial .single-divider {
    padding: 25px 0;
}

.user-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-name {
    display: flex;
    align-items: center;
    justify-content: left;
    color: #7b9140;
}

.user-name img {
    max-width: 35%;
}

.user-name span {
    font-size: 1em;
    padding: 0 6px;
}

.testimonial .Responsive-Ratio {
    height: 100%;
}

.testimonial .videoPoster {
    background-image: url(../img/home/testi-banner.jpg);
}

.videoPoster.video {
    background-image: url(../img/home/Swami.jpg);
}

.videoPoster.video1 {
    background-image: url(../img/home/RakeshBhaiFinal.png);
}

.videoPoster.video2 {
    background-image: url(../img/home/SonuSoodFinal.png);
}

.card-title {
    margin-bottom: 0.75rem;
    font-size: 20px;
}

.video-play-button {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 45%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 45%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: 0 0;
    border-radius: 50%;
    transition: all 0.2s;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    margin: 0 auto;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.list-thumb ul {
    justify-content: space-between;
}

.list-thumb {
    width: 100%;
}

.list-text h2 {
    font-family: Georgia;
    font-size: 25px;
    line-height: 40px;
}

.list-text a {
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #595959;
    color: #595959;
    padding: 10px 0 0;
}

.list-thumb a img {
    display: inline-block;
    position: absolute;
    right: -30px;
    top: 17px;
}

.inner-banner {
    margin: 0 auto 50px;
    position: relative;
}

.inner-banner .single-content {
    right: 10%;
}

.inner-banner .single-dbox {
    height: 100%;
    padding: 40px;
    max-width: 20.438em;
    max-height: 20.438em;
}

.single-name img {
    max-width: 80%;
    margin: 0 auto;
}

.inner-banner .single-tag h3 {
    line-height: 40px;
}

.inner-page .quote-wrap {
    max-width: 60%;
}

.inner-page .quote-wrap h3 {
    font-size: 40px;
    line-height: 50px;
}

.inner-page .quote-wrap p {
    font-family: GothamMedium;
    padding: 30px 0 10px;
}

.gallery-inner .item,
.gallery-item .item {
    padding: 0 15px;
}

.gallery-inner .item img,
.gallery-item .item img {
    margin: 0 auto;
    cursor: pointer;
}

.gallery-inner {
    margin: 50px 0;
}

.floor-plan .section-wrapper {
    margin-bottom: 45px;
}

.floor-details {
    padding: 0 18% 0 28%;
}

.floor-details h3 {
    color: #a38067;
    font-family: GothamBook;
    font-size: 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.floor-item {
    padding: 0 0 0 55px;
}

.floor-item p {
    padding: 35px 0;
    font-family: GothamMedium;
}

.tool {
    position: relative;
}

.tool>.tooltip {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opactiy: 0;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    padding: 0.25rem 0.5rem;
    white-space: nowrap;
    transition: 0.3s ease;
}

.tool>.tooltip::after {
    width: 0.5rem;
    height: 0.5rem;
    top: calc(100% - 0.25rem);
    left: calc(50% - 0.25rem);
    background-color: #333;
    position: absolute;
    content: "";
    transform: rotate(45deg);
}

.tool:hover>.tooltip {
    transform: translate(-50%, calc(-100% - 0.5rem)) scale(1);
    opacity: 1;
}

.area-bold {
    font-family: GothamMedium;
}

.slick-slide img {
    display: block !important;
}

.download-sect {
    margin-top: 30px;
}

.download-sect span:hover,
.download-sect:hover {
    text-decoration: none;
}

.download-sect img {
    display: inline-block;
    padding-right: 15px;
}

.download-sect span {
    color: #a38067;
    font-family: GothamBook;
    font-size: 28px;
}

.villa-amen .sect-title p {
    max-width: 100%;
    font-family: GothamMedium;
}

.amen-details {
    max-width: 1280px;
    margin: 40px auto 45px;
}

.amen-details h3 {
    color: #a38067;
    font-size: 30px;
    font-family: GothamBook;
    padding: 0 0 0 25px;
}

.amen-details .multi-para {
    margin-bottom: 30px;
}

.multi-para.last {
    margin-bottom: 0;
}

.amen-details hr {
    margin: 50px 0;
}

.amen-details .note {
    padding: 0 0 0 25px;
}

.banner-mob {
    display: none;
}

.fancybox-content h2 {
    margin: 15px auto 50px;
}

.villa-house {
    position: relative;
}

.club-house .golden_box_line_1 {
    width: 80%;
}

.gallery1-item {
    margin-bottom: 0 !important;
}

.club-house .golden_box_line_2,
.villa-house .golden_box_line_2 {
    color: #ba9941;
}

.slider-content {
    padding: 12px 0;
}

.slider-content span {
    font-size: 18px;
    line-height: 34px;
}

.slider-content h4 {
    font-size: 40px;
    color: #595959;
    font-family: Georgia;
}

.gallery1-item .floor-item.slick-slide.slick-active .slider-content {
    padding: 18px 0;
}

.gallery1-item .floor-item.slick-slide.slick-active .slider-content span {
    font-size: 25px;
    line-height: 40px;
}

.gallery1-item .floor-item.slick-slide.slick-active .slider-content h4 {
    font-size: 55px;
}

.club-house .golden_box,
.villa-house .golden_box {
    background-color: rgba(37, 45, 6, 0.8);
    right: initial;
    left: 10%;
}

.slider-align {
    align-items: center;
}

.gallery1-item .floor-item.slick-slide.slick-current .slider-content {
    padding: 12px 0;
}

.gallery1-item .floor-item.slick-slide.slick-current .slider-content span {
    font-size: 18px;
    line-height: 34px;
}

.gallery1-item .floor-item.slick-slide.slick-current .slider-content h4 {
    font-size: 40px;
}

.amen-banner {
    position: relative;
}

.amen-banner .flex {
    height: 100%;
}

.tab-bg {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 75px 60px 60px;
    position: absolute;
    right: 0;
    height: 100%;
}

.gallery3-item .floor-item {
    padding: 0 25px;
}

.activities .sect-title h2 {
    position: relative;
    margin-bottom: 40px;
}

.float-over {
    float: right;
}

.fancybox-container .sect-title p {
    margin: 20px auto 5px;
}

.activities .sect-title h2:after {
    content: "";
    position: absolute;
    width: 60px;
    border: 1px solid;
    bottom: -20px;
    left: 0;
}

.para-cont {
    margin-top: 30px;
}

.fancybox-slide--html {
    padding: 0;
}

.two-slider .gallery1-item .slick-slide {
    margin-top: 1.3%;
}

.three-slider .gallery1-item .slick-slide {
    margin-top: 6.4%;
}

.see-all {
    position: relative;
    display: inline-block;
}

.see-all p {
    position: absolute;
    bottom: 2%;
    right: 5%;
    padding: 0;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    font-family: GothamBook;
}

.see-all p span {
    display: inline-block;
}

.see-all p img {
    max-width: 22px;
    margin: -3px 5px;
}

.gallery1-item .slick-dots {
    bottom: 40px;
}

.gallery1-item .slick-slide {
    transform: scale(0.7);
    margin-top: 1.8%;
    padding: 0;
}

.gallery1-item .floor-item.slick-current {
    transform: translate(10px, 10px);
    margin: 0;
}

.gallery1-item .slick-list {
    left: -8px;
}

.two-part {
    max-width: 62%;
    margin-bottom: -15%;
    float: right;
    padding: 0;
}

.two-part .sect-title p {
    max-width: 100%;
}

.kind h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    color: #111;
    margin: 50px 0 30px;
}

.fancybox-slide--html .sect-title h2,
.fancybox-slide--html .sect-title h3 {
    color: #595959;
}

.fancybox-content .slick-list {
    height: 100% !important;
}

.loader {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.middle-viewport .loader__mask {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.middle-viewport .loader__mask .loader__text--progress {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.loader__text.loader__text--preload h3 {
    color: rgba(22, 22, 22, 0.1);
}

.loader__text.loader__text--preload ul li {
    color: rgba(22, 22, 22, 0.1);
}

.loader__mask {
    position: absolute;
    overflow: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    pointer-events: none;
}

.loader__text--preload {
    color: rgba(22, 22, 22, 0.1);
}

.loader__text--progress {
    color: #161616;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.accordion-main {
    margin-bottom: 15px;
}

.accordion-main:last-child .accordion_body {
    padding-bottom: 0;
}

.accordion_head {
    cursor: pointer;
    color: #a38067;
    font-size: 23px;
    font-family: Georgia;
    padding: 12px 0;
    border-radius: 5px;
    letter-spacing: normal;
}

.accordion_head img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 18px;
}

.accordion_head span img {
    padding: 0;
}

.accordion_body {
    background: 0 0;
}

.accordion_body p {
    color: #fff;
    padding: 0 0 0 65px;
}

.accordion_body ul {
    padding-left: 72px;
}

.accordion_body ul li {
    color: #fff;
    padding: 10px 0;
    cursor: pointer;
}

.accordion_body img {
    width: 100%;
    max-width: 230px;
    margin-bottom: 30px;
}

.accordion_body h3,
.div-bott h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 15px 0;
    color: #1e352e;
}

.div-bott h3 {
    font-size: 35px;
}

.div-bott {
    text-align: center;
}

.div-bott p {
    font-size: 24px;
}

.plusminus {
    float: right;
    font-size: 36px;
    margin-top: -9px;
}

.abt {
    position: relative;
}

.about .quote-wrap h3 {
    font-size: 42px;
    letter-spacing: 2px;
}

.about .consultant_img img {
    max-width: 180px;
}

.abt .golden_box_line_2,
.video-sect .golden_box_line_2 {
    font-size: 55px;
    padding: 5px 0;
}

.counter-txt span,
.counter-value {
    font-family: GothamMedium;
    display: inline-block;
    font-size: 51px;
    color: #a38067;
}

.counter-txt p {
    font-family: GothamMedium;
    margin-top: 5px;
}

.consultant_img {
    margin: 15px 0;
}

.para-cont p {
    margin: 20px 0 0;
}

.about .property_managed_by {
    padding-right: 35px;
    margin-top: 0;
}

.leader-container {
    margin: 150px auto;
    position: relative;
    display: flex;
}

.leader-content {
    background: #e5e5e5;
    padding: 60px 60px 60px 270px;
    max-width: 1480px;
    margin-left: 105px;
}

.leader-img img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 300px;
}

.odd .leader-img img {
    left: initial;
    right: 0;
}

.odd .leader-content {
    padding: 60px 250px 60px 60px;
    text-align: right;
    margin-left: 0;
    margin-right: 125px;
}

.leader-content h3 {
    color: #a38067;
    font-size: 22px;
    line-height: 31px;
    font-family: GothamMedium;
}

.lead-name {
    margin: 25px auto 0;
}

.lead-name p {
    font-family: GothamMedium;
}

.counter-txt {
    position: relative;
}

.middle-count:before {
    content: "";
    position: absolute;
    border: 1px solid #595959;
    height: 50px;
    left: 0;
    top: 16px;
}

.middle-count:after {
    content: "";
    position: absolute;
    border: 1px solid #595959;
    height: 50px;
    right: 0;
    top: 16px;
}

.abt .golden_box .text1,
.video-sect .text1 {
    font-size: 60px;
}

.static h1 {
    font-family: Georgia;
    font-size: 45px;
    color: #7b9140;
    letter-spacing: 3px;
    line-height: 1;
}

.contact {
    align-items: center;
}

.con .contact-form,
.contact h1 {
    margin: 30px auto;
}

.addr-sect {
    margin-bottom: 50px;
}

.green {
    color: #7b9140;
}

.bold {
    font-weight: 600;
}

.contact .main {
    padding-top: 40px;
    height: 100vh;
}

.contact .cards {
    border: none;
    border-radius: 0;
}

.card-right {
    border-right: 1px solid #595959;
}

.contact .cards .content {
    padding: 25px 0;
}

.contact .cards .content p {
    font-size: 34px;
    line-height: 34px;
    font-family: Georgia;
}

.contact .cards .content span {
    font-size: 24px;
    line-height: 24px;
    font-family: GothamBook;
}

.contact .cards .content a {
    text-decoration: underline;
    font-size: 24px;
    font-family: GothamBook;
}

.banner-align {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}

.contact-form label:before {
    content: attr(data-atr);
    position: absolute;
    z-index: -1;
}

.download-modal .modal-content,
.enquire-modal .modal-content {
    z-index: 0;
}

.download-modal .modal-content,
.villa-modal .modal-content {
    z-index: 0;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background: 0 0;
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 1em;
    color: #7b9140;
    font-family: GothamBook;
}

textarea {
    height: 100px;
}

.contact-form .input-group {
    position: relative;
    margin: 10px auto 15px;
}

.contact-form label {
    position: absolute;
    text-align: left;
    top: 12px;
    width: 100%;
    font-size: 16px;
    color: #878789;
    margin: 5px;
    padding: 0 10px;
    font-family: GothamLight;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.contact-form .active {
    top: -11px;
    font-size: 13px;
}

.contact-form .active:before {
    background-color: #fff;
    z-index: 1;
}

.contact-form .cta {
    font-family: GothamBook;
}

form label.error,
form label.error.active,
villaForm label.error,
villaForm label.error.active {
    position: relative;
    top: 3px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: red;
    font-family: GothamBook;
}

form,
villaForm {
    position: relative;
}

#download label.error,
#subs label.error {
    position: absolute;
    bottom: -14px;
    top: initial;
}

.book-sect .bav_address,
.book-sect .bav_time {
    margin: 30px auto;
}

.contact-page .left-banner {
    background-image: url(../img/contact-banner.jpg);
}

.thank.flex {
    align-items: center;
}

.left-banner {
    background-image: url(../img/thank/thank-banner.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    height: 100%;
}

.thank-data p {
    font-family: GothamMedium;
    color: #595959;
    margin: 25px 0;
    padding: 0 60px;
}

.thank-data h1 {
    font-family: Georgia;
    font-size: 94px;
    color: #a38067;
    letter-spacing: 3px;
    line-height: 1;
}

.thank .thank-cta {
    margin: 50px auto 0;
}

.thank a.cta,
.thank a.cta:hover {
    color: #fff;
}

.thank a.cta {
    max-width: 100%;
    width: 350px;
}

.not-found-data img {
    margin: 50px auto;
    max-width: 500px;
}

.full-banner {
    background-image: url(../img/error-banner.png);
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.error-page .main-container {
    height: 100%;
}

.not-found-data h2 {
    font-size: 50px;
    font-family: GothamMedium;
    color: #595959;
    margin: 30px auto;
}

.footer-bg {
    background-color: #3c3c3c;
    height: 100px;
    align-items: center;
}

.footer-wrap {
    padding: 55px 0;
    width: 100%;
}

.line:before {
    content: "";
    position: absolute;
    width: 1px;
    border-right: 1px solid #fff;
    height: 45px;
    top: 25%;
    left: 0;
}

.partners-box {
    margin: 25px 0 0;
}

.partners-box h4 {
    color: #fff;
    font-size: 14px;
}

.logo-bx {
    padding: 15px 0 0;
}

.office-box {
    margin: 20px auto;
}

.office-box:last-child {
    margin: 20px auto 0;
}

h3.foot-title {
    color: #fff;
    font-family: GothamMedium;
    font-size: 20px;
    margin: 0 auto 15px;
    position: relative;
}

.office-box li,
footer .office-box p,
footer a {
    color: #fff;
    line-height: 28px;
    font-size: 18px;
}

footer .office-box p a {
    text-decoration: underline;
}

.office-box form,
.office-box villaForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.subscribe-box {
    width: 100%;
}

.input-prefix,
.subscribe-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.subscribe-box .input-prefix {
    position: relative;
}

.subscribe-box .input-prefix:after {
    content: "";
    position: absolute;
    height: 18px;
    top: 7px;
    right: -5px;
    border-right: 1px solid #9f9f9f;
}

.input-prefix span {
    color: #9f9f9f;
}

.subscribe-box input {
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #fff;
    border-left: none;
    padding: 6px 10px;
    color: #fff;
    font-size: 14px;
    height: calc(1.5em + 0.75rem + 3px);
}

.subscribe-box input:focus {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    outline: 0;
    border-left: none;
    border-color: #7b9140;
}

.input-prefix {
    height: 100%;
    border: 1px solid #fff;
    border-right: none;
    font-size: 14px;
    color: #fff;
    padding: 0 5px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.input-suffix .btn {
    padding: 5px 5px;
    border: 1px solid #fff;
    border-radius: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-left: none;
    margin-left: -2px;
    background-color: #7b9140;
}

.btn img {
    vertical-align: middle;
    max-width: 24px;
    padding: 5px;
}

.office-box.social-icons {
    margin: 30px auto 0;
}

.social-icons li {
    display: inline-block;
    padding: 0 15px 0 0;
}

.copyright {
    background-color: #2e2e2e;
}

.copyright a,
.copyright p {
    color: #fff;
    font-size: 11px;
}

.copyright p span {
    display: inline-block;
    margin: 0 12px;
}

.copyright .togglec {
    margin: 0;
}


/* harshal chnages */

.ltp_section2_icon_disclaimer {
    color: #595959;
    font-size: 0.75em;
    letter-spacing: 0.2px;
    padding-top: 2em;
    line-height: 1em;
}

.testimonial_video_containerMobile {
    display: none;
}

.testimonial_video_containerDeskstop {
    display: block;
}

.slick-prev:before,
.slick-next:before {
    font-size: 60px !important;
}

.slick-next:before {
    margin-right: 20px;
}

.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
}

.slick-next {
    right: 25px !important;
}

.slick-prev {
    left: 25px !important;
}

.ltp_section2_icon_disclaimer {
    color: #595959;
    font-size: 0.75em;
    letter-spacing: 0.2px;
    padding-top: 2em;
    line-height: 1.3em;
}


/* harshal chnages */

@media (min-width: 992px) {
    .right-side {
        padding-right: 15px !important;
    }
    .contact .right-side {
        padding-right: 0 !important;
    }
    body .mob-tab {
        display: none !important;
    }
    header .container {
        padding: 0;
    }
    .parent-drop,
    .parent-drop2 {
        position: relative;
    }
    .parent-drop .dropdown {
        position: absolute;
        background-color: #fff;
        padding: 8px 20px;
        width: 260px;
        display: none;
        box-shadow: 0 0 15px 0 rgba(100, 95, 95, 0.05);
    }
    .parent-drop2 .dropdown {
        position: absolute;
        background-color: #fff;
        padding: 8px 20px;
        display: none;
        box-shadow: 0 0 15px 0 rgba(100, 95, 95, 0.05);
        width: 819px;
    }
    .parent-drop:hover .dropdown,
    .parent-drop2:hover .dropdown {
        display: block;
    }
    .parent-drop .dropdown:before,
    .parent-drop2 .dropdown:before {
        content: "";
        position: absolute;
        top: -7px;
        left: 35px;
        transform: translateX(-50%);
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #fff;
    }
    .parent-drop .dropdown li,
    .parent-drop2 .dropdown li {
        padding: 10px 0;
    }
    /* .parent-drop .dropdown li:nth-child(2) {
    border: 1px solid #707070;
    border-left: none;
    border-right: none;
  } */
    /* .parent-drop2 .dropdown li:nth-child(2),.parent-drop2 .dropdown li:nth-child(4),.parent-drop2 .dropdown li:nth-child(6) {
    border: 1px solid #707070;
    border-left: none;
    border-right: none;
  } */
    .parent-drop .fa,
    .parent-drop2 .fa {
        color: #fff;
    }
    .static .parent-drop .fa,
    .static .parent-drop2 .fa {
        color: #595959;
    }
    .bav_date_box,
    .bav_time_box {
        margin: 30px auto 0;
    }
    .con .contact-form {
        padding: 0 20px 0 0;
    }
    .listing-banner {
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        display: flex;
        height: auto;
    }
    .list.static {
        height: auto;
    }
    .list-thumb {
        position: absolute;
        bottom: 50px;
    }
    .list-thumb .thumb-img {
        border: 2px dotted #fff;
        border-radius: 50%;
        padding: 7px;
        width: 70px;
        height: 70px;
        cursor: pointer;
    }
    .list-thumb .thumb-img:hover {
        border: 2px solid #fff;
    }
    .list-thumb li:hover .list-text a {
        display: inline-block;
    }
    .list-thumb li div {
        align-items: center;
        height: 94px;
    }
    .list-text {
        padding: 0 15px;
    }
    .list-text a,
    .list-text h2,
    .list-text p {
        color: #fff;
    }
    .list-text a {
        display: none;
        color: #fff;
        border-bottom: 1px solid #fff;
        font-size: 14px;
        line-height: 23px;
    }
    .inner-banner {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .inner-banner .single-content {
        height: calc(100% - 61px);
    }
    .banner-strip {
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #bdaf53;
        padding: 25px 8px;
    }
    .banner-strip .flex {
        align-items: center;
    }
    .banner-strip p {
        color: #fff;
    }
    .banner-strip ul {
        justify-content: space-around;
        max-width: 560px;
        margin: 0 auto;
    }
    footer .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1480px) {
    .sticky-content div {
        padding: 30px 16px;
    }
    .sticky-content .download,
    .sticky-content .whatsapp {
        padding: 15px;
    }
    .video-play-button:before {
        left: 50%;
        top: 50%;
        width: 80px;
        height: 80px;
    }
    .video-play-button:after {
        left: 50%;
        top: 50%;
        width: 80px;
        height: 80px;
    }
    .video-play-button span {
        border-left: 32px solid #fff;
        border-top: 22px solid transparent;
        border-bottom: 22px solid transparent;
    }
}

@media (min-width: 1399px) {
    .container {
        max-width: 1640px;
    }
    .about .container,
    .club-house .container,
    .contact-page .container,
    .list-thumb .container,
    .villa-amen .container,
    footer .container,
    main .container {
        max-width: 1630px;
    }
    .list-thumb .container {
        padding: 0 70px;
    }
}

@media (max-width: 1720px) {
    .accordion_head img {
        max-width: 55px;
    }
    .accordion_body ul {
        padding-left: 57px;
    }
}

@media (max-width: 1590px) {
    header .navbar-nav .nav-item {
        margin: 0 2%;
    }
    .custom-header-container {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    /* .navbar-nav.ml-auto.first {
        width: 47%;
    } */
    .thank-data h1 {
        font-size: 50px;
    }
    .tab-bg {
        padding: 30px 60px;
    }
    .slider-content h4 {
        font-size: 25px;
    }
    .gallery1-item .floor-item.slick-slide.slick-active .slider-content h4 {
        font-size: 39px;
    }
    .gallery1-item .floor-item.slick-slide.slick-current .slider-content h4 {
        font-size: 25px;
    }
}

@media (max-width: 1480px) {
    .amen-details hr {
        margin: 25px 0;
    }
    .amen-details .multi-para {
        margin-bottom: 15px;
    }
    .multi-para.last {
        margin-bottom: 0;
    }
    .office-box li,
    footer .office-box p,
    footer a,
    li,
    p {
        font-size: 14px;
        line-height: 20px;
    }
    .bav_time_box.bav_dt_box ul {
        max-height: 300px;
    }
    .single-detail,
    .single-divider,
    .single-name,
    .single-tag {
        padding: 5px 0;
    }
    header .container {
        max-width: 100%;
    }
    .cta {
        padding: 12px 20px;
    }
    .cta .fa {
        top: 13px;
    }
    .static h1 {
        font-size: 30px;
    }
    .modal-dialog .modal-header {
        padding: 8px;
    }
    .modal-dialog .modal-header h4 {
        font-size: 16px;
    }
    .body-message .tab-content {
        padding: 25px;
    }
    .custom-header-container {
        max-width: 90%;
        width: 100%;
        margin: 0 auto;
    }
    .navbar-nav.ml-auto.first {
        /* latest changes
    width: 46%;
    justify-content: center;
    margin: 0 auto; */
        /* width: 36%;
    justify-content: center;
    margin: 0 auto; */
    }
    .navbar-nav.ml-auto.second {
        /* latest changes */
        /* width: 41%;
    justify-content: center;
    margin: 0 auto; */
        /* width: 37%;
    justify-content: center;
    margin: 0 auto; */
    }
    /*.color,*/
    /*.white {*/
    /*    max-width: 100%;*/
    /*}*/
    .navbar {
        padding: 35px 0;
    }
    .bav_date_box,
    .bav_time_box.bav_dt_box {
        padding: 0 20px;
    }
    .ui-datepicker-calendar td a,
    .ui-datepicker-calendar td span,
    .ui-datepicker-calendar th {
        font-size: 18px;
    }
    .modal-body .bav_left_box {
        padding: 15px;
    }
    .bav_left_box .section_title {
        margin: 0 auto 18px;
    }
    .bav_address,
    .bav_time {
        margin: 18px auto;
        padding-left: 35px;
    }
    .selectDate li {
        padding: 5px 10px;
    }
    .banner {
        margin-bottom: 35px;
    }
    .banner-text {
        font-size: 48px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
    .parent-drop .fa-angle-down {
        top: 10px;
    }
    /* harshal chnages */
    .parent-drop2 .fa-angle-down {
        top: 10px;
    }
    /* harshal chnages */
    .quote-wrap {
        max-width: 714px;
    }
    .quote-wrap h3 {
        font-size: 40px;
        letter-spacing: 0.8px;
        line-height: 50px;
    }
    .section-divide {
        padding: 40px 0;
    }
    .inner-banner {
        margin: 0 auto 40px;
    }
    .sect-title h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .attract .sect-title p {
        max-width: 750px;
    }
    .sect-title p {
        max-width: 600px;
        margin: 12px auto 20px;
    }
    .video-sect .club-box {
        right: 3%;
    }
    .video-sect .club-box .single-dbox {
        max-width: 90%;
    }
    .club-box .single-tag h3,
    .club-box .single-tag.last-tag h3 {
        font-size: 16px;
        letter-spacing: 3px;
    }
    .single-divider h2 {
        font-size: 35px;
    }
    .club-box .single-btn {
        margin: 50px auto 0;
    }
    .list-text h2 {
        font-size: 18px;
    }
    .list-text a {
        font-size: 12px;
    }
    .list-thumb a img {
        top: 19px;
    }
    .list-thumb {
        bottom: 35px;
    }
    .user-rate img {
        max-width: 100px;
    }
    .inner-banner .single-dbox {
        padding: 25px;
    }
    .inner-page .quote-wrap h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .download-sect img {
        max-width: 35px;
        vertical-align: bottom;
    }
    .amen-details h3,
    .download-sect span,
    .floor-details h3 {
        font-size: 20px;
    }
    .accordion_body ul li {
        padding: 5px 0;
    }
    .gallery1-item .floor-item.slick-slide.slick-current .slider-content h4,
    .slider-content h4 {
        font-size: 20px;
        font-family: Georgia;
    }
    .accordion_head {
        font-size: 18px;
    }
    .tab-bg {
        padding: 30px 60px 30px 30px;
    }
    .slider-content span {
        font-size: 15px;
    }
    .slider-content h4 {
        font-size: 20px;
    }
    .club .golden_box:after {
        border: 1px solid #ba9941;
    }
    .gallery1-item .floor-item.slick-slide.slick-active .slider-content span {
        font-size: 18px;
    }
    .gallery1-item .floor-item.slick-slide.slick-active .slider-content h4 {
        font-size: 28px;
    }
    .gallery1-item .floor-item.slick-slide.slick-current .slider-content span {
        font-size: 14px;
    }
    .gallery1-item .floor-item.slick-slide.slick-current .slider-content h4 {
        font-size: 20px;
    }
    .fancybox-content h2 {
        margin: 2px auto 0;
    }
    .gallery-inner {
        margin: 0;
    }
    .fancybox-container .sect-title p {
        margin: 20px auto;
    }
    .activities .sect-title h2:after {
        bottom: -15px;
    }
    .plusminus {
        margin-top: -6px;
    }
    .counter-txt span,
    .counter-value {
        font-size: 35px;
    }
    .about .quote-wrap h3 {
        font-size: 30px;
        line-height: 38px;
    }
    .para-cont p {
        margin: 12px 0;
    }
    .abt .golden_box_line_2,
    .video-sect .golden_box_line_2 {
        font-size: 45px;
    }
    .abt .golden_box .text1,
    .video-sect .text1 {
        font-size: 50px;
    }
    .middle-count:before {
        height: 40px;
        top: 10px;
    }
    .leader-content h3 {
        font-size: 18px;
    }
    .consultant_img {
        margin: 10px auto;
    }
    .middle-count:after {
        height: 40px;
        top: 10px;
    }
    .property_managed_by .sect-title h2 {
        margin-bottom: 0;
    }
    .leader-container {
        margin: 90px auto;
    }
    .leader-content {
        padding: 30px 40px 30px 120px;
    }
    .odd .leader-content {
        padding: 30px 120px 30px 40px;
    }
    .leader-img img {
        width: 200px;
    }
    .contact-form input,
    .contact-form textarea {
        font-size: 14px;
    }
    .book-sect .ui-datepicker-calendar td a,
    .book-sect .ui-datepicker-calendar td span {
        font-size: 16px;
    }
    .book-sect .bav_left_box .section_title {
        font-size: 25px;
    }
    .not-found-data h2 {
        font-size: 30px;
    }
    .thank .thank-cta {
        margin: 30px auto;
    }
    .not-found-data img {
        margin: 35px auto;
        max-width: 300px;
    }
    .footer-wrap {
        padding: 40px 0;
    }
    .partners-box h4 {
        font-size: 12px;
    }
    .contact .cards .content p {
        font-size: 24px;
    }
    .contact .cards .content span {
        font-size: 20px;
    }
    .contact .cards .content a {
        text-decoration: underline;
        font-size: 20px;
    }
    /* harshal changes */
    .sticky-content {
        top: 20%;
    }
    .sticky-content h3 {
        font-size: 16px;
    }
    .sticky-content .download,
    .sticky-content .whatsapp {
        padding: 10px;
    }
    .property_managed_by_icons .col-6:nth-child(1) .ltp_section2_icon_text_box,
    .property_managed_by_icons .col-6:nth-child(2) .ltp_section2_icon_text_box {
        margin-bottom: 2em !important;
    }
    .consultant_text {
        margin: 0;
    }
    .property_managed_by {
        margin-top: 0em !important;
    }
    .property_managed_by .consultant_desc {
        margin: 1.2em 0 !important;
    }
    .slick-prev:before,
    .slick-next:before {
        font-size: 40px !important;
    }
}

@media (min-width: 1281px) {
    .carousel-align1 {
        padding: 50px 0 25px;
    }
    .carousel-align {
        padding: 25px 0;
    }
}

@media (max-width: 1520px) {
    .sticky-content h3 {
        font-size: 12px;
    }
}

@media (max-width: 1366px) {
    .floor-details {
        padding: 0 8% 0 28%;
    }
    .carousel-align {
        padding: 0;
    }
    .see-all p img {
        max-width: 17px;
    }
    .list-thumb {
        bottom: 55px;
    }
    .carousel-align1 {
        padding: 50px 0 0;
    }
    .parent-drop .fa-angle-down {
        right: -11px;
    }
    /* harshal .change */
    .parent-drop2 .fa-angle-down {
        right: -11px;
    }
    /* harshal .change */
    h3.foot-title {
        font-size: 16px;
    }
    /* harshal .change */
    .sticky-content {
        top: 17%;
    }
    .sticky-content .download,
    .sticky-content .whatsapp {
        padding: 9px;
    }
    /* latest changes */
    .custom-header-container {
        max-width: 95%;
        width: 100%;
        margin: 0 auto;
    }
    .navbar-nav.ml-auto.first {
        /* width: 39%;
    justify-content: flex-start;
    margin: 0 auto; */
    }
    .navbar-nav.ml-auto.second {
        /* width: 39%;
  justify-content: flex-end;
  margin: 0 auto; */
    }
}

@media (max-width: 1360px) {
    .navbar-nav.ml-auto.first {
        /* width: 50%; */
    }
    .navbar-nav.ml-auto.second {
        /* width: 42%; */
    }
}

@media (max-width: 1280px) {
    .two-slider .gallery1-item .slick-slide,
    .three-slider .gallery1-item .slick-slide {
        margin-top: 0;
    }
    .carousel-align1 {
        padding: 40px 0;
    }
    .line:before {
        top: 11%;
    }
    .carousel-align {
        padding: 40px 0;
    }
    .gallery1-item {
        margin-bottom: 30px !important;
    }
    .office-box li,
    footer .office-box p,
    footer a {
        font-size: 12px;
    }
    .abt .golden_box_line_2,
    .video-sect .golden_box_line_2 {
        font-size: 40px;
    }
    .abt .golden_box .text1,
    .video-sect .text1 {
        font-size: 45px;
    }
    .breadcrumb ul li {
        font-size: 12px;
    }
    .banner-text {
        font-size: 35px;
    }
    .navbar-nav .nav-link {
        font-size: 14px;
    }
    header .navbar-nav .nav-item {
        margin: 0 12px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
    }
    .parent-drop .fa-angle-down {
        top: 9px;
        right: -10px;
    }
    /* harshal .change */
    .parent-drop2 .fa-angle-down {
        top: 9px;
        right: -10px;
    }
    /* harshal .change */
    .navbar-nav.ml-auto.first {
        /* width: 40%; */
    }
    .navbar-nav.ml-auto.second {
        /* width: 41%; */
    }
    .sticky-content h3 {
        font-size: 14px;
    }
    .download span,
    .whatsapp span {
        width: 18px;
        height: 18px;
    }
    .sticky-content div {
        padding: 10px;
    }
    .sticky-content .download,
    .sticky-content .whatsapp {
        padding: 9px;
    }
    .body-message .tab-content .call a {
        font-size: 1.2em;
    }
    .modal-dialog .modal-header h4 {
        font-size: 15px;
    }
    .ui-datepicker-calendar td a,
    .ui-datepicker-calendar td span,
    .ui-datepicker-calendar th {
        font-size: 16px;
    }
    .ui-datepicker-title {
        font-size: 14px;
    }
    .sect-title h2 {
        font-size: 32px;
    }
    .single-name img {
        max-width: 60%;
        margin: 0 auto;
    }
    .club-box .single-tag h3,
    .club-box .single-tag.last-tag h3,
    .single-tag h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .club-box .single-tag h3 {
        letter-spacing: 3px;
    }
    h3.foot-title {
        font-size: 16px;
    }
    .attract-content h4 {
        font-size: 16px;
        margin: 15px 0 10px;
    }
    .club-box .single-tag h3 {
        padding: 0 8px;
    }
    .club-box .single-btn {
        margin: 30px auto 0;
    }
    .user-name span {
        font-size: 14px;
    }
    .quote-wrap {
        max-width: 460px;
    }
    .quote-wrap h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .testimonial .slick-slide .cards {
        padding: 20px;
    }
    .user-name img {
        max-width: 25%;
    }
    .contact-form input,
    .contact-form textarea {
        font-size: 14px;
    }
    .cta {
        font-size: 16px;
    }
    .book-sect .bav_left_box {
        padding: 20px 15px;
    }
    .bav_left_box .section_title {
        font-size: 20px;
    }
    .bav_dt_box label,
    .ui-datepicker-calendar td a,
    .ui-datepicker-calendar td span,
    .ui-datepicker-calendar th {
        font-size: 15px;
        margin: 10px;
    }
    .bav_address,
    .bav_desc,
    .bav_time {
        font-size: 13px;
    }
    .book-sect .ui-datepicker-calendar td a,
    .book-sect .ui-datepicker-calendar td span {
        font-size: 12px;
    }
    .ui-datepicker-calendar td.ui-datepicker-current-day a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .selectDate li {
        font-size: 14px;
    }
    .list-thumb a img {
        top: 17px;
    }
    .amen-details h3,
    .download-sect span,
    .floor-details h3 {
        font-size: 18px;
    }
    .floor-details h3 {
        margin-bottom: 20px;
    }
    .inner-page .quote-wrap h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .gallery-inner {
        margin: 30px auto;
    }
    .fancybox-content h2 {
        margin: 0 auto;
    }
    .inner-banner .single-dbox {
        max-width: 15.438em;
        max-height: 15.438em;
    }
    .two-part {
        max-width: 100%;
        margin: 0;
        float: none;
        padding: 0 24px;
    }
    .two-part .sect-title p {
        margin: 0 auto 20px;
    }
    .gallery1-item .floor-item.slick-slide.slick-active .slider-content {
        padding: 12px 0;
    }
    .gallery1-item .floor-item.slick-current,
    .gallery1-item .slick-slide {
        transform: none;
        margin: 0;
    }
    .gallery1-item .floor-item.slick-slide.slick-active .slider-content h4,
    .slider-content h4 {
        font-size: 16px;
    }
    .gallery1-item .floor-item.slick-slide.slick-active .slider-content span,
    .gallery1-item .floor-item.slick-slide.slick-current .slider-content span,
    .slider-content span {
        font-size: 12px;
        line-height: 34px;
    }
    .gallery1-item .slick-dots {
        bottom: -50px;
    }
    .gallery1-item .slick-slide {
        padding: 0 10px;
    }
    .accordion_head img {
        max-width: 45px;
    }
    .accordion_body ul {
        padding-left: 45px;
    }
    .accordion_body p {
        padding: 0 0 0 45px;
    }
    .plusminus {
        font-size: 25px;
    }
    .club-house .golden_box_line_1 span {
        padding: 0;
    }
    .club .golden_box_line_2 {
        color: #ba9941;
    }
    .about .quote-wrap h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .counter-txt span,
    .counter-value {
        font-size: 25px;
    }
    .leader-content {
        padding: 30px 30px 30px 100px;
    }
    .odd .leader-content {
        padding: 30px 100px 30px 30px;
    }
    .about .golden_box:after {
        top: 8px;
        left: 8px;
        width: calc(100% - 16px);
        height: calc(100% - 16px);
    }
}

@media (max-width: 1366px) {
    .scrollto-cust {
        bottom: 100px;
    }
}

@media (max-width: 1199px) {
    header .navbar-nav .nav-item {
        /* margin: 0 6px; */
        margin: 0 10px;
    }
    .navbar-nav.ml-auto.first {
        /* width: 44%;
    margin: 0;
    justify-content: end; */
    }
    .navbar-nav.ml-auto.second {
        /* width: 41%;
    margin: 0; */
    }
}

@media (max-width: 1130px) {
    .accordion_head {
        font-size: 16px;
        padding: 5px 0;
    }
    .plusminus {
        font-size: 28px;
    }
    .navbar-nav.ml-auto.first {
        /* width: 50%; */
    }
}

@media (max-width: 1125px) {
    .abt .golden_box .text1,
    .video-sect .text1 {
        font-size: 38px;
    }
    .abt .golden_box_line_2,
    .video-sect .golden_box_line_2 {
        font-size: 34px;
    }
}

@media (max-width: 1050px) {
    .navbar-nav.ml-auto.first {
        /* width: 52%; */
    }
    header .navbar-nav .nav-item {
        margin: 0 11px;
    }
}

@media (max-width: 1024px) {
    header .navbar-nav .nav-item {
        margin: 0 6px;
    }
    .parent-drop .fa-angle-down {
        top: 9px;
        right: -8px;
    }
    /* harshal .change */
    .parent-drop2 .fa-angle-down {
        top: 9px;
        right: -8px;
    }
    /* harshal .change */
    .navbar-nav.ml-auto.first {
        /* width: 51%; */
    }
    .navbar-nav.ml-auto.second {
        /* width: 41%; */
    }
    .single-name img {
        max-width: 45%;
    }
    .list-text a {
        display: inline-block;
    }
    .tab-bg {
        max-width: 45%;
    }
    .floor-details {
        padding: 0 0 0 28%;
    }
    .contact .cards .content p {
        font-size: 20px;
        line-height: 24px;
    }
    .contact .cards .content span {
        font-size: 15px;
    }
    .contact .cards .content a {
        font-size: 15px;
    }
}

@media(max-width:1024px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 11px;
    }
    .custom-header-container {
        max-width: 98%;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .highlightTextOut a:before,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #a38067;
    }
    .floor .col-md-9 {
        max-width: 100%;
    }
    .contact .main {
        height: auto;
    }
    .abt .golden_box_line_2,
    .video-sect .golden_box_line_2 {
        font-size: 32px;
    }
    .abt .golden_box .text1,
    .video-sect .text1 {
        font-size: 35px;
    }
    .pad-0 {
        padding: 0;
    }
    body .desk-tab {
        display: none !important;
    }
    .floor .slick-slide img {
        margin: 0 auto;
    }
    .slick-dots li button:before {
        font-size: 8px;
        width: 18px;
        height: 18px;
        line-height: 20px;
    }
    .static.list .main-container {
        height: auto;
    }
    .list-banner {
        display: none;
    }
    .highlightTextOut a:before {
        padding: 10px 0;
    }
    .bav_date_box {
        padding: 0 15px;
    }
    .modal-dialog .close {
        top: 3px;
        right: 10px;
    }
    .bav_date_box {
        max-width: 100%;
    }
    .breadcrumb {
        padding: 10px 0;
    }
    .static h1 {
        font-size: 25px;
    }
    .section-divide {
        padding: 30px 0;
    }
    .book-modal .modal-dialog {
        max-width: 100%;
    }
    .book-modal .modal-content {
        height: 100%;
    }
    .book-modal .modal-body {
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .ui-datepicker-calendar td a,
    .ui-datepicker-calendar td span,
    .ui-datepicker-calendar th {
        margin: 5px;
    }
    .ui-datepicker-calendar th {
        padding: 11px;
    }
    .ui-datepicker-calendar td {
        padding: 5px 0;
    }
    .ui-datepicker-title {
        font-size: 16px;
    }
    .bav_dt_box label {
        margin: 0 15px 20px;
        font-size: 15px;
    }
    .bav_time_box label {
        margin: 0 0 20px;
    }
    .bav_right_box {
        display: block;
        margin: 0 auto;
    }
    .book-modal .bav_left_box {
        margin: 0;
    }
    .bav_date_box {
        padding: 0;
        margin-bottom: 20px;
    }
    .bav_time_box.bav_dt_box {
        padding: 0 15px;
    }
    .bav_time_box.bav_dt_box ul {
        height: auto;
        max-height: 140px;
    }
    .book-sect .bav_time_box.bav_dt_box ul {
        max-height: 15.063em;
    }
    .book-sect .bav_dt_box label {
        margin: 0 0 20px;
    }
    .white {
        display: none;
    }
    .color {
        display: block;
    }
    .single-content .full-h {
        height: 100%;
    }
    .full-h,
    .static .main-container {
        height: auto;
    }
    header {
        background-color: #fff;
        box-shadow: 0 0 5px #bdbdbd;
    }
    .navbar {
        flex-direction: row-reverse;
        padding: 22px 0;
    }
    .navbar.no-pad {
        padding: 22px 0 0;
    }
    header .navbar-nav .nav-item {
        border-bottom: 1px solid #ccc;
    }
    header .navbar-nav .nav-item.last-child {
        border: none;
    }
    .navbar-nav.ml-auto.first,
    .navbar-nav.ml-auto.second {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #595959;
    }
    #navbarNav {
        margin-top: 30px;
    }
    .navbar-brand {
        transform: none;
        left: 0;
        padding: 0;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        display: inline-block;
    }
    .navbar-brand img {
        max-width: 110px;
        margin-left: 13px;
    }
    .parent-drop .dropdown a {
        padding: 4px 15px;
    }
    .parent-drop .dropdown {
        display: none;
        overflow: hidden;
        padding: 0 15px;
    }
    .parent-drop .slow {
        display: block;
    }
    .parent-drop .fa-angle-down {
        z-index: 1;
        right: 9px;
    }
    /* harshal .change */
    .parent-drop2 .dropdown a {
        padding: 4px 15px;
    }
    .parent-drop2 .dropdown {
        display: none;
        overflow: hidden;
        padding: 0 15px;
    }
    .parent-drop2 .slow {
        display: block;
        height: 350px;
        overflow: auto;
    }
    .parent-drop2 .fa-angle-down {
        z-index: 1;
        right: 9px;
    }
    .headerClubhouseBorderRight {
        border: none;
    }
    /* harshal .change */
    .banner-text {
        font-size: 23px;
        bottom: 80px;
    }
    .scrollto {
        bottom: 50px;
    }
    .banner {
        height: calc(100vh - 76px);
    }
    .limited .single-content {
        width: 42%;
    }
    .single-dbox {
        width: 100%;
    }
    .single-detail,
    .single-divider,
    .single-name,
    .single-tag {
        padding: 5px 0;
    }
    .limited .single-content {
        position: relative;
    }
    .limited .single-dbox {
        background-color: transparent;
    }
    .limited .single-dbox:before {
        display: none;
    }
    .limited .single-name img {
        display: none;
    }
    .limited .single-tag h3 {
        color: #7b9140;
    }
    .limited .single-tag {
        padding: 20px 0 0;
    }
    .single-detail {
        padding: 12px 0;
    }
    .limited .single-detail p {
        color: #a38067;
    }
    .limited .single-content {
        margin: 0 auto;
    }
    .inner-banner .single-name img {
        max-width: 100%;
    }
    .single-tag h3 {
        font-size: 12px;
    }
    .single-btn {
        padding: 5px 0 10px;
    }
    .cta {
        font-size: 15px;
    }
    .mob-club .single-dbox .cta {
        width: 200px;
    }
    .mob-club .single-divider h2 {
        font-size: 30px;
    }
    .mob-club .single-tag h3 {
        font-size: 13px;
    }
    .mob-club .club-box .single-dbox {
        max-width: 35%;
    }
    .mob-club .club-box .single-dbox {
        top: 7%;
        height: calc(100% - 13%);
    }
    .video-sect .club-box .single-dbox {
        max-width: 100%;
    }
    .testimonial {
        margin-bottom: 30px;
        text-align: center;
    }
    .testimonial .testimonial-item {
        margin-bottom: 60px;
        padding: 0 15px;
    }
    .testimonial .cards {
        padding: 25px;
    }
    .testimonial .slick-slide .cards {
        transform: scale(0, 0.9);
    }
    .testimonial .slick-current .cards {
        transform: scale(1);
    }
    .testimonial .Responsive-Ratio {
        margin-top: 20px;
    }
    .videoPoster {
        background-size: contain;
    }
    .limited .slick-slide img {
        margin: 0 auto;
    }
    .list-thumb .flex {
        display: block;
        text-align: center;
    }
    .list-thumb .container {
        max-width: 100%;
        padding: 0;
    }
    .list-thumb li {
        margin: 0 auto 25px;
    }
    .list-text {
        padding: 20px;
    }
    .list-text p {
        margin: 8px auto;
    }
    .list-thumb a img {
        top: 12px;
    }
    .thumb-mob {
        margin: 0 auto;
    }
    .inner-banner .single-dbox {
        max-width: 10.438em;
        max-height: 10.438em;
        padding: 18px;
    }
    .inner-banner .single-content {
        top: 17%;
        height: auto;
    }
    .inner-banner .single-content .full-h {
        height: auto;
    }
    .single-dbox:before {
        top: 6px;
        left: 6px;
        width: calc(100% - 12px);
        height: calc(100% - 12px);
    }
    .banner-strip li p {
        font-size: 16px;
        color: #a38067;
    }
    .banner-strip h3 {
        color: #a38067;
        font-family: Georgia;
        margin: 30px 0 25px;
        line-height: 25px;
        font-size: 18px;
    }
    .banner-strip ul {
        justify-content: center;
    }
    .banner-strip li {
        padding: 0 7px;
    }
    .floor {
        display: block;
    }
    .floor .col-md-3 {
        margin: 0 auto;
        text-align: center;
    }
    .floor .col-md-8 {
        margin: 50px auto 0;
        max-width: 100%;
    }
    .download-sect img {
        max-width: 35px;
    }
    .amen-details h3,
    .download-sect span,
    .floor-details h3 {
        font-size: 18px;
    }
    .floor-details {
        padding: 0;
    }
    .villa-amen {
        flex-direction: column;
    }
    .villa-amen .sect-title {
        text-align: center;
    }
    .amen-details {
        flex-direction: column;
        text-align: center;
        margin: 0 auto;
        align-items: center;
    }
    .amen-details p {
        margin-bottom: 8px;
    }
    .amen-details h3 {
        margin-bottom: 15px;
        padding: 0;
    }
    .amen-details hr {
        margin: 16px auto 25px;
    }
    .amen-details div {
        padding: 0;
    }
    .img-icon {
        margin: 35px 0 0;
    }
    .img-icon li {
        padding: 0 15px;
    }
    .img-icon img {
        margin: 0 auto;
    }
    .banner-strip .img-icon p {
        color: #595959;
        font-family: GothamMedium;
        margin: 10px 0 0;
    }
    .floor-item p {
        padding: 20px 0;
    }
    .amen-details .note {
        padding: 0;
        text-align: left;
    }
    .amen-banner .flex {
        display: block;
    }
    .tab-bg {
        position: relative;
        background-color: transparent;
        max-width: 100%;
        padding: 15px 35px 0;
    }
    .accordion-main {
        border-bottom: 1px solid rgba(89, 89, 89, 0.43);
    }
    .last-accord {
        border: none;
    }
    .accordion_body p,
    .accordion_body ul li {
        color: #595959;
    }
    .slider-align {
        display: block;
    }
    .floor-item {
        padding: 0 15px;
    }
    .floor-sect .slick-dots {
        bottom: -20px;
    }
    .download-sect {
        margin-top: 6px;
        display: inline-block;
    }
    .slider-align .col-md-4,
    .slider-align .col-md-8 {
        max-width: 100%;
    }
    .activities {
        text-align: center;
    }
    .activities .sect-title h2 {
        margin-bottom: 20px;
    }
    .activities .sect-title h2:after {
        display: none;
    }
    .activities .sect-title p {
        margin: 12px auto 25px;
    }
    .gallery3-item .floor-item {
        padding: 0 12px;
    }
    .activities .container {
        padding: 0;
    }
    .plusminus {
        margin-top: 6px;
    }
    .activities.last-sect {
        margin-bottom: 25px;
    }
    .gallery1-item .slick-list {
        left: 0;
    }
    .leader-container {
        margin: 30px auto;
        display: block;
        text-align: center;
    }
    .about .property_managed_by {
        text-align: center;
        margin: 25px auto 0;
    }
    .about .img-fluid {
        margin: 0 auto;
    }
    .leader .slick-dots {
        bottom: -15px;
    }
    .leader-img img {
        margin: 0 auto;
        position: relative;
        width: 190px;
    }
    .leader-content,
    .odd .leader-content {
        background-color: transparent;
        padding: 30px 0 0;
        text-align: center;
        margin: 0;
    }
    .leader-content h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .middle-count:after,
    .middle-count:before {
        top: 6px;
    }
    .property_managed_by .sect-title h2 span {
        display: block;
    }
    .see-all p {
        padding: 0;
    }
    .contact-form {
        text-align: center;
    }
    .contact .contact-form .cta {
        margin: 20px 0;
    }
    .book-sect .bav_left_box .section_title,
    .contact h1 {
        text-align: center;
    }
    .contact h1 {
        letter-spacing: 0.5px;
        margin: 20px auto;
    }
    .book-sect .bav_dt_box label {
        width: 100%;
        text-align: center;
    }
    .confirm.mangalyam_cta {
        margin-bottom: 1em;
    }
    .con p {
        text-align: center;
    }
    .ui-datepicker-calendar td.ui-datepicker-current-day a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .book-sect {
        margin: 10px auto 50px;
    }
    .book-sect .col-lg-3 {
        padding: 0;
    }
    .book-sect .bav_left_box {
        display: block !important;
    }
    .book-sect .col-lg-9 {
        background-color: #fff;
    }
    .book-sect .bav_date_box {
        margin: 20px auto;
    }
    .book-sect .ui-datepicker-calendar td a,
    .book-sect .ui-datepicker-calendar td span {
        font-size: 16px;
        margin: 5px;
    }
    .accordion_head img {
        max-width: 85%;
    }
    .accordion_body p {
        padding: 0 0 0 75px;
    }
    .accordion_body ul {
        padding-left: 75px;
    }
    .accordion_head {
        font-size: 18px;
        padding: 5px 0 12px;
    }
    .activities .slick-slide img {
        margin: 0 auto;
    }
    .activities .see-all p img {
        margin: -3px 5px;
    }
    .thank {
        padding: 50px 0;
    }
    .full-banner {
        padding: 0;
    }
    .error-page .full-h {
        height: 100%;
    }
    .not-found-data img {
        max-width: 300px;
    }
    .thank a.cta {
        width: 280px;
    }
    .not-found-data h2 {
        margin: 20px auto;
    }
    .thank .thank-cta {
        margin: 30px auto 0;
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    footer .sec-tab {
        margin-bottom: 35px;
    }
    footer .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.cards-wrapper {
    display: flex;
    justify-content: center;
}

.card img {
    max-width: 100%;
    max-height: 100%;
    height: 350px;
    width: 500px;
}

.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 0;
    max-width: 500px;
}

.carousel-inner {
    padding: 1em;
}

.carousel-control-prev,
.carousel-control-next {
    color: #000000;
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    top: 50%;
    margin-left: 30px;
    margin-right: 30px;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .card img {
        height: 20em;
    }
    .actualSiteTxtHomePg {
        /* position: absolute;
    color: white;
    font-size: 1.6em;
    bottom: 1em;
    left: 1.563em;
    font-family: GothamBold; */
        position: absolute;
        color: white;
        font-size: 1.6em;
        bottom: 5em;
        left: -2.5em;
        font-family: GothamBold;
        transform: rotate(270deg);
    }
    .club-box .single-tag:first-child {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    body .mob-img {
        display: none !important;
    }
    .mob-img {
        display: none;
    }
    .attract .container {
        padding: 0;
    }
}

@media (max-width: 834px) {
    .abt .golden_box,
    .video-sect .golden_box {
        max-width: 20.7em;
        max-height: 20.7em;
    }
    .abt .golden_box_line_1 span,
    .abt .golden_box_line_3,
    .video-sect .golden_box_line_1 span,
    .video-sect .golden_box_line_3 {
        /* font-size: 10px; */
        font-size: 14px;
    }
    /* harshal changes */
    .downloadbrocherdiv {
        margin-top: 0;
    }
    .ltp_section2_icon_disclaimer {
        color: #595959;
        font-size: 1em;
        letter-spacing: 0.2px;
        line-height: 1.5em;
        padding-top: 0.5em;
    }
    .abt .golden_box .text1,
    .video-sect .text1 {
        font-size: 1.25em;
    }
    .abt .golden_box_line_2,
    .video-sect .golden_box_line_2 {
        /* font-size: 1.25em; */
        font-size: 3em;
    }
}

@media (max-width: 768px) {
    .full-banner {
        background-image: url(../img/error-tab.jpg);
    }
    .not-found-data img {
        max-width: 140px;
        margin: 10px auto 0;
    }
    .not-found-data img.error-logo {
        max-width: 25%;
        margin: 0 auto;
    }
    .not-found-data h2 {
        font-size: 18px;
        margin: 20px auto 10px;
    }
    /* harshal chnages */
    .testimonial_video_containerMobile {
        display: block;
    }
    .testimonial_video_containerDeskstop {
        display: none;
    }
    .slick-prev:before,
    .slick-next:before {
        font-size: 30px !important;
    }
    .change .whatsapp a span,
    .static .whatsapp a span {
        display: none;
    }
    .whatsapp {
        display: none;
    }
    .whatsappDesk {
        display: none;
    }
    /* harshal chnages */
}

@media (max-width: 767px) {
    .amen-details .multi-para {
        margin-bottom: 10px;
    }
    .bav_form_inner_box {
        z-index: 1;
    }
    /* .abt .golden_box .text1, .video-sect .text1 {
        font-size: 30px;
   } */
    .bav_form_box.openForm .section_title {
        font-size: 16px;
    }
    .testimonial .videoPoster {
        background-size: cover;
    }
    .bread.container {
        max-width: 100%;
    }
    .attract-content {
        text-align: center;
    }
    .attract-item .slick-slide,
    .limited {
        padding: 0;
    }
    .user-rate img {
        max-width: 80px;
    }
    #call p {
        font-size: 14px;
        margin: 0 auto 10px;
    }
    .quote-wrap:after,
    .quote-wrap:before {
        background-size: 70%;
        width: 45px;
        height: 25px;
    }
    .nav-pills li a {
        font-size: 14px;
    }
    .quote-wrap h3 {
        letter-spacing: 0.5px;
    }
    .quote-wrap:before {
        top: -44px;
    }
    .quote-wrap:after {
        bottom: -44px;
    }
    .list-text h2 {
        font-size: 20px;
    }
    .quote-wrap h3,
    .sect-title h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .modal-dialog .close {
        top: 6px;
        right: 10px;
    }
    .body-message .tab-content .call a {
        font-size: 26px;
    }
    .back_icon {
        width: 5px;
    }
    .back_btn,
    .bav_form_box a:not([href]):not([tabindex]) {
        font-size: 14px;
    }
    form#download input {
        padding: 14px 35px 14px 14px;
    }
    form#download button {
        top: 10px;
    }
    .club-box .single-detail,
    .club-box .single-tag,
    .single-divider {
        display: none;
    }
    .single-tag {
        padding: 20px 0 0;
    }
    .single-detail {
        padding: 12px 0;
    }
    .single-tag h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .single-tag h3 {
        color: #7b9140;
    }
    .single-detail p {
        color: #a38067;
    }
    .limited .single-content {
        width: 100%;
    }
    .club-box .single-dbox {
        position: relative;
    }
    .full-width .club-box {
        display: none;
    }
    .club-box .single-dbox,
    .mob-club .club-box .single-dbox {
        top: 0;
        left: 0;
        max-width: 100%;
        height: auto;
    }
    .club-box .single-btn {
        padding: 0;
        margin: 30px 0 0;
    }
    .mob-club .single-dbox {
        background-color: transparent;
    }
    .mob-club .single-dbox:before {
        display: none;
    }
    .user-rate {
        max-width: 80px;
    }
    .user-name span {
        font-size: 13px;
    }
    .testimonial .single-divider {
        display: block;
    }
    .testimonial .testimonial-item {
        padding: 0;
    }
    .modal-dialog .nav-pills li {
        width: 50%;
    }
    .slider-align {
        display: block;
    }
    .contact-form input,
    .contact-form textarea {
        font-size: 13px;
        padding: 14px;
    }
    .contact-form .input-group {
        margin: 6px auto;
    }
    .contact-form label {
        top: 10px;
    }
    .contact-form .single-btn {
        padding: 6px 0 0;
    }
    .thank a.cta {
        width: 280px;
    }
    .inner-page .quote-wrap {
        max-width: 90%;
    }
    .fancybox-content .sect-title p {
        margin: 12px auto 0;
        padding: 0 15px;
    }
    .accordion_head {
        font-size: 15px;
    }
    .plusminus {
        font-size: 25px;
    }
    .line:before {
        display: none;
    }
    /* .abt .golden_box_line_2, .video-sect .golden_box_line_2 {
        font-size: 25px;
   } */
    .box span {
        width: 15px;
        height: 15px;
    }
    .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
        width: 85%;
    }
    .copyright p {
        text-align: center;
        padding: 8px 0;
        line-height: 18px;
    }
    .copyright span:first-child {
        display: none;
    }
    .copyright .togglec {
        display: block;
    }
    .card-right {
        border: none;
    }
}

@media (max-width: 680px) {
    .mobileHeaderRightSideContainer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .whatsappBlack {
        background-image: url(../img/home/whatsappblack.svg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 25px;
        width: 25px;
        margin-right: 20px;
    }
    .banner {
        background-image: url(../img/club/Club-House-1.jpg);
        height: 430px;
    }
    .breadcrumb ul li {
        font-size: 8px;
    }
    .sticky-content {
        top: initial;
        background-color: #a38067;
        right: 0;
        bottom: 0;
        z-index: 5;
        width: 100%;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .quote-wrap h3,
    .sect-title h2 {
        font-size: 25px;
    }
    .sticky-content .rotate {
        writing-mode: initial;
    }
    .sticky-content .rotate h3 {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    .sticky-content h3 {
        font-size: 10px;
        vertical-align: middle;
        line-height: 24px;
    }
    .download h3 {
        line-height: 16px;
    }
    .sticky-content div {
        margin: 0;
    }
    .selectDate li {
        font-size: 14px;
    }
    .inner-banner .single-content {
        right: 5%;
    }
    .inner-banner .single-content {
        top: 10px;
        transform: translateY(5%);
    }
    .tab-bg {
        padding: 15px 15px 0;
    }
    .about .property_managed_by {
        padding: 0;
    }
    footer {
        padding-bottom: 44px;
    }
    .thanks footer {
        padding-bottom: 0;
    }
    .copyright .container {
        padding: 0;
    }
    .copyright p {
        line-height: 6px;
        padding: 15px 0 8px;
        font-size: 9px;
    }
    .copyright a {
        font-size: 9px;
    }
}

@media (max-width: 575px) {
    .partners-box {
        margin: 15px 0;
    }
    .foot-title:after {
        font-size: 18px;
    }
    .counter-txt {
        margin: 0 0 25px;
    }
    .counter-txt.margin-bot-35 {
        margin: 0;
    }
    .middle-count:after,
    .middle-count:before {
        display: none;
    }
    h3.foot-title {
        margin: 20px auto;
    }
    .last-accordian {
        margin-bottom: 20px;
    }
    .tab-content {
        padding-left: 10px;
        overflow: hidden;
        display: none;
    }
    .footer-wrap {
        margin: 0 auto;
        padding: 25px 0;
    }
    .tab-content .office-box {
        margin: 0 auto 20px;
    }
    .foot-title:after {
        content: "+";
        position: absolute;
        right: 0;
    }
    .tab-content .office-box:last-child {
        margin: 0 auto;
    }
    .foot-accordian:after {
        content: "-";
    }
    .office-box.last-child {
        margin: 40px auto 0;
    }
    .last-child .foot-title {
        margin-bottom: 15px;
    }
    .last-child .foot-accordian:after,
    .last-child .foot-title:after {
        display: none;
    }
}

@media (max-width: 480px) {
    .banner-text {
        font-size: 14px;
        bottom: 10px;
        max-width: fit-content;
        width: 80%;
        left: 15px;
        margin: auto;
        line-height: 10px;
    }
    .static .scrollto {
        display: none;
    }
    .abt .golden_box,
    .video-sect .golden_box {
        /* max-width: 16.4em;
    max-height: 15.8em;
    right: 4%; */
        max-width: 18.4em;
        max-height: 17.8em;
        right: 4%;
    }
    .abt .golden_box_line_1 span,
    .abt .golden_box_line_3,
    .video-sect .golden_box_line_1 span,
    .video-sect .golden_box_line_3 {
        /* font-size: 7px; */
        /* font-size: 8px; */
        font-size: 13px;
        line-height: 1.3;
    }
    .abt .golden_box_line_2,
    .video-sect .golden_box_line_2 {
        /* font-size: 16px; */
        /* font-size: 1.9em; */
        font-size: 2.6em;
        padding: 2px 0;
        line-height: 1.4;
    }
    /* .abt .golden_box .text1, .video-sect .text1 {
        font-size: 18px;
   } */
    .abt .golden_box {
        right: 8%;
    }
    .abt .golden_box:after {
        top: 4px;
        left: 4px;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
    }
    .breadcrumb {
        padding: 5px 0;
    }
    .user-name img {
        max-width: 18%;
    }
    .video-sect .videoPoster:after,
    .video-sect .videoPoster:before {
        top: 60%;
        left: 40%;
    }
    .video-play-button {
        width: 20px;
        height: 20px;
        padding: 20px;
    }
    .video-sect .video-play-button {
        left: 29%;
    }
    .video-play-button:after,
    .video-play-button:before {
        width: 45px;
        height: 45px;
    }
    .video-play-button span {
        position: absolute;
        left: 42%;
        top: 16px;
        border-left: 16px solid #fff;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }
    .full-banner {
        background-image: url(../img/error-custom.jpg);
    }
    .thank .thank-cta {
        margin: 20px auto 0;
    }
}

@media (max-width: 375px) {
    .club-house .golden_box {
        left: 18%;
    }
    .testimonial-item .slick-dots {
        bottom: -30px;
    }
    .testimonial .testimonial-item {
        margin-bottom: 40px;
    }
    .banner-desk {
        display: none;
    }
    .banner-mob {
        display: block;
    }
    .gallery1-item .floor-item.slick-slide.slick-active .slider-content h4,
    .slider-content h4 {
        font-size: 20px;
    }
    /* harshal changes */
    .sticky-content h3 {
        font-size: 8px;
    }
}

@media (max-width: 370px) {
    .accordion_body ul {
        padding-left: 60px;
    }
    .accordion_body p {
        padding: 0 0 0 60px;
    }
}

@media (max-width: 320px) {
    .sticky-content h3 {
        font-size: 7.5px;
    }
}


      .bottomMenu {
        position: fixed;
        top: 36%;
        color: white;
        padding: 20px;
        height: auto;
        background:#908034;
        z-index: 1;
        transition: all .5s;
        left: 0;
        border: soliid;
        right: 0;
        border: 10px solid #dedede;
        margin-left: auto;
        margin-right: auto;
        width: calc(80% - 100px);
            }


        .hide {
            display:none;

        }

        .show {
          display:block;

        }