/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
  font-family: Cinzel;
  src: url("../fonts/cinzel/Cinzel-VariableFont_wght.ttf");
  font-display: swap;
}

@font-face {
  font-family: Futura;
  src: url("../fonts/futura/Futura.ttc");
  font-display: swap;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Source Sans 3", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
  /* background-color: #9AAB89; */
  background-color: #e0e5db;
  /* background-color: #D0D4BA; */
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
}

/* Header */
header {
  position: fixed;
  z-index: 999;
  left: 0px;
  right: 0px;
  top: 0px;
  padding: 20px 0px;
  background: #9aab89;
}
nav {
  padding-top: 0 !important;
}
.navbar {
  justify-content: end !important;
}
header li a {
  color: #000;
  text-decoration: none;
  font-family: "Futura", sans-serif;
}
.menu_lists ul li a:hover {
  color: #fff;
  transition: 0.8s;
}

.menu_lists a:hover {
  color: #fff;
}

.fixed-header .menu_lists a.active {
  /* color: #333333; */
}

.fixed-header .menu_lists a:hover {
  color: #fff;
}

.fixed-header {
  background: #9aab89;
}

.fixed-header .menu_lists a {
  color: #000;
  transition: 0.6s;
  font-family: "Futura", sans-serif;
}

/* Header */

/* Banner */
#hero-banner-slider .owl-dots {
  position: absolute;
  top: 0px;
  right: 3%;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

#hero-banner-slider .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #ececec;
  border-radius: 100px;
}

#hero-banner-slider .owl-dots .owl-dot.active {
  width: 12px;
  height: 12px;
  background: #fff;
}

/* Banner */

/* Banner Form */
.banner_form {
  /* position: absolute; 
  bottom: 10px;
  z-index: 9;
  left: 0px;
  right: 0px; */
  padding-top: 25px;
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 20px;
  font-family: "Futura", sans-serif;
}

.banner_form .input-block {
  width: 100%;
}

.banner_form
  .input-block
  input:not(.banner_form .input-block input[type="checkbox"]) {
  /* background: #c8c8c8; */
  color: #000;
  height: 40px;
  font-family: "Futura", sans-serif;
}
.banner_form input {
  border-color: #5d715c;
}

.banner_form .box {
  width: 20%;
}

.banner_form .box.checkbox {
  width: 35%;
}

.banner_form .box.submit_box {
  width: 15%;
}

.banner_form .input-block input[type="submit"] {
  background: #5d715c !important;
  color: #fff !important;
}
.banner_form .input-block input[type="submit"]:hover {
  background-color: #fff !important ;
  color: #5d715c !important;
  transition: 0.6s;
}

/* Banner Form */

/* Common Form Style */
.space-pd {
  padding: 70px 0px;
}

.space-pd-top {
  padding: 70px 0px 0px 0px;
}

.space-pd-bottom {
  padding: 0px 70px;
}

/* Common Form Style */

/* Project Highlights */
.project-overview .statistics {
  margin-bottom: 0;
  min-height: 140px;
  cursor: context-menu;
  text-align: center;
}

.project-overview .statistics h3 {
  font-size: 60px;
  text-align: center;
  font-weight: 600;
  transform: translateY(-2px);
  color: #000000;
  transition: all 0.5s;
  display: inline-block;
}

.about_udyana.text-center h1 {
  font-size: 30px;
}

.butterfly_animation_title {
  position: relative;
}

.project-overview .statistics:hover h3 {
  color: #5d715c;
  transform: translateY(-11px);
}

.project-overview .statistics p {
  text-align: center;
  font-size: 27px;
  color: #545454;
  transition: all 0.5s;
  z-index: 1;
  position: relative;
  transform: translateY(0px);
  font-family: "Futura", sans-serif;
}

.project-overview .statistics:hover p {
  color: #5d715c;
  transform: translateY(-8px);
}

.statistics:hover .butterfly_animation_title::before {
  width: 50px;
  height: 50px;
  transform: translate(-40px, -20px);
}

.butterfly_animation_title::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  /* background: url(../images/butterfly.png); */
  width: 0px;
  height: 0px;
  background-position: center;
  background-size: 102%;
  background-repeat: no-repeat;
  transition: 0.6s;
  transform: translate(54px, 48px);
}

/* Project Highlights */

.space-pd-small {
  padding: 50px 0px;
}

.space-pd-small-top {
  padding: 50px 0px 0px 0px;
}

.space-pd-small-bottom {
  padding: 0px 0px 50px 0px;
}

h2.title {
  font-size: 46px;
  font-weight: 700;
  color: #000;
  letter-spacing: 2px;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
}

/* Zig Zag */
.sub_title {
  font-size: 35px;
  margin-bottom: 1rem;
  color: #5e715d;
  font-weight: 600;
  font-family: "Futura", sans-serif;
}

.inner_flex_box {
  width: 85%;
  margin: auto;
}

.sub_text {
  font-size: 18px;
  line-height: 30px;
  color: #4a4a4a;
  font-family: "Futura", sans-serif;
  text-align: justify;
}

.zig-zag-image {
  line-height: 0px;
}

button.read_more_btn {
  width: 100%;
  max-width: 300px;
  margin: auto;
  display: block;
  padding: 15px;
  border: 1px solid #5d715c;
  background: #5d715c;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Futura", sans-serif;
}

/* Zig Zag */

/* Amenities Icons */
.inner_box_amenities_icons .box {
  width: 20%;
}

.inner_box_amenities_icons .box img {
  width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 1rem;
  min-height: 70px;
  max-height: 70px;
  object-fit: contain;
}

.inner_box_amenities_icons .box .caption {
  width: 100%;
  text-align: center;
  line-height: 25px;
  font-family: "Futura", sans-serif;
}

.inner_box_amenities_icons .box .icon {
  display: flex;
  flex-wrap: wrap;
  aspect-ratio: 3/1;
}

.inner_box_amenities_icons {
  margin-bottom: 3rem;
  gap: 40px 0px;
}

/* Amenities Icons */

/* Animation Button */
.animation_button {
  width: 100%;
  max-width: 250px;
  margin: auto;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0px;
  border: 1px solid #5d715c;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 50px;
  text-decoration: none;
}

.animation_button span.text {
  width: 80%;
  text-align: center;
  color: #fff;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Futura", sans-serif;
}

.animation_button span.icon {
  width: 20%;
  height: 100%;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.animation_button:before {
  content: "";
  position: absolute;
  width: 80%;
  left: 0px;
  top: 0px;
  background: #5d715c;
  height: 100%;
  transition: 0.6s;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.animation_button:hover:before {
  width: 100%;
}

.animation_button path {
  transition: 0.6s;
}

.animation_button:hover path {
  fill: #fff;
  stroke: #fff;
}

/* Animation Button */

/* Video Gallery */
.image_container {
  width: 100%;
}
.video_big_thumbnail {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video_big_thumbnail img {
  height: 100%;
}

.three_vertical_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.three_vertical_box .box {
  position: relative;
  overflow: hidden;
}

.three_vertical_box .box img {
}

.video_big_thumbnail .caption {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  gap: 0px 20px;
}

.video_big_thumbnail .box:hover .caption {
  top: 0px;
  background: #a2a2a2;
  font-family: "Futura", sans-serif;
}

.video_big_thumbnail .caption .left_box i {
  color: #fff;
  font-size: 2rem;
}

.video_big_thumbnail .caption .right_box h3 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 35px;
  letter-spacing: 5px;
  font-family: "Futura", sans-serif;
}

.video_big_thumbnail .caption .right_box p {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-family: "Futura", sans-serif;
}

.video_big_thumbnail .box {
  height: 100%;
}

.video_big_thumbnail .caption .left_box {
  top: -31px;
  position: relative;
}

.three_vertical_box .caption .right_box h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.three_vertical_box .caption .right_box p {
}

.three_vertical_box .caption .left_box {
  top: -15px;
}

/* Video Gallery */

/*----------------------------Pricing Table css----------------------------*/

section#pricing_table {
  position: relative;
  padding: 30px 0px;
  padding-bottom: 30px;
}

.pricing_box {
  display: flex;
  justify-content: center;
}

.price_table_wrapper {
  position: relative;
}

.price_table_wrapper::before {
  content: "";
  background: url(../images/clip-path.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -3%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0 auto;
}

.price_table_wrapper::after {
  content: "";
  background: url(../images/clip-path-2.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -3%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0 auto;
}

.price_table_wrapper {
  display: flex;
  justify-content: center;
  background: #9aab897a;
  width: 70%;
  padding: 50px 0px;
  border-radius: 10px;
}

table.pricing_table {
  width: 80%;
  text-align: center;
  background: transparent;
}

table.pricing_table thead tr {
  background: #5d715c;
  border: 0;

  border-radius: 10px;
  overflow: hidden;
}

table.pricing_table th {
  background: transparent;
  border: 0;
  color: #fff;
  font-weight: 300;
  padding: 15px 0px;
  width: 100%;
  font-size: 20px;
}

table.pricing_table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
}

table.pricing_table td {
  background: transparent;
  color: #4a4a4a;
  width: 100%;
  border: 0;
  border-right: 1px solid #ffffff66;
}

table.pricing_table td:nth-child(3) {
  border: 0;
}

a.enquire_now_btn {
  background: #e0e5db;
  color: #000000;
  border: 0;
  padding: 10px 10px;
  padding-right: 7px;
  border-radius: 5px;
  backdrop-filter: blur(5px);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}

a.enquire_now_btn .fa-envelope {
  margin-right: 5px;
  /* background: #436619; */
  padding: 10px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

a.enquire_now_btn:hover .fa-envelope {
  background: #436619;
  transition: all 0.5s ease-in-out;
}

/* enquiry form */

form#enquiry-form {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  margin: auto;
  background: #fff;
  width: 30%;
  gap: 10px;
  padding: 15px;
  border-radius: 15px;
  justify-content: center;
}

form#enquiry-form h3 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Futura", sans-serif;
}

form#enquiry-form input {
  width: 100%;
  margin-bottom: 10px;
  height: 45px;
  border: 1px solid black;
  border-radius: 7px;
  padding: 10px;
  font-size: 17px;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #000;
  font-family: "Futura", sans-serif;
}

form#enquiry-form input.phone {
  padding: 10px 50px;
}

form#enquiry-form .phone_field,
form#enquiry-form .submit_loading_btn_wrp {
  width: 100%;
}

form#enquiry-form .terms_conditions {
  display: flex;
  gap: 10px;
  align-items: center;
}

form#enquiry-form input#agree {
  width: auto;
  height: auto;
}

form#enquiry-form input[type="submit"] {
  padding: 13px 0px;
  width: 100%;
  border-radius: 5px;
  font-size: 17px;
  background-color: #5d715c;
  color: white;
  height: auto;
  margin-top: 10px;
}

/* enquiry form */

/*----------------------------Pricing Table css----------------------------*/

/* Tabs */
.tabs_button ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs_button ul li {
  width: 50%;
  text-align: center;
}

.tabs_button ul li button {
  width: 100%;
  background: #becfbd;
  border: 1px solid #becfbd;
  padding: 20px 0px;
  font-size: 18px;
  font-weight: 800;
  color: #000;
  font-family: "Futura", sans-serif;
}

.tabs_button {
  /* margin-top: 2rem; */
}

.tabs_button ul li button.active {
  background: #99a998;
}

.owl-plan-slider .owl-nav {
}

.owl-plan-slider .owl-nav .owl-prev,
.owl-plan-slider .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 30px;
  height: 30px;
}

.owl-plan-slider .owl-nav i {
}

.owl-plan-slider .owl-nav .owl-next {
  right: 0px;
}

.owl-plan-slider .owl-nav .owl-prev {
  left: 0px;
  background: #fff;
}

.sub_heading_width {
  width: 63%;
  margin: auto;
  font-size: 20px;
  line-height: 30px;
  font-family: "Futura", sans-serif;
  color: #4a4a4a;
}

/* Tabs */

#map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#map iframe {
  width: 100%;
  height: 100%;
}

/* Animation */

/* .menu_lists ul li a:hover,
.menu_lists ul li .active,
.menu_lists ul li .active:hover {
  color: #4154f1;
} */
.scroll_animation_section {
  height: 100vh;
  overflow: hidden;
}

.scroll_animation_section img {
  height: 100%;
}

.owl-vertical-slider {
}

.owl-vertical-slider .item {
  display: flex;
}

.owl-vertical-slider .item .left_side {
  width: 50%;
  position: relative;
}

.owl-vertical-slider .item .left_side img {
  height: 90vh;
  object-fit: cover;
}

.owl-vertical-slider .item .right_side {
  width: 50%;
  position: relative;
}

span.zero_image {
  position: absolute;
  left: 0px;
  margin: auto;
  bottom: 0px;
  top: auto;
  right: auto;
  z-index: 99;
  width: 50%;
  text-align: right;
  padding-right: 15px;
  padding-bottom: 15px;
}

span.zero_image img {
  width: 80px;
  height: auto;
}

/* Highlights section */

section#highlights_section {
  position: relative;
  background: #fff;
}

.featuredItemsSliderWrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}

.highlights-title {
  position: absolute;
  top: 25%;
  right: 15%;
  z-index: 1;
}

.highlights-title .title h2 {
  font-size: 46px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 2px;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
}

.highlightTextWrap .slick-slide,
.amenitestTextWrap .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0 !important;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}

.highlightTextWrap .slick-slide.slick-active,
.amenitestTextWrap .slick-slide.slick-active {
  opacity: 1 !important;
  z-index: 2;
  position: relative;
}

/* ----------------------------------------
  IMAGE SLIDER STYLES
------------------------------------------- */

.highlightImageWrap {
  width: 50%;
}

.image_box {
  background: transparent;
  border: none;
  padding: 0;
}

.image_box img {
  display: block;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ----------------------------------------
  TEXT SLIDER STYLES
------------------------------------------- */

.highlightTextWrap {
  width: 50%;
  padding: 2rem;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.content_box {
  padding: 10px 80px;
}

.amenitestTextWrap .content_box {
  padding: 10px 0px;
}

.inner_content .title {
  font-size: 30px;
  margin-bottom: 1rem;
  color: #9b9b9b;
  font-weight: 600;
  letter-spacing: 4px;
  font-family: "Futura", sans-serif;
}

.inner_content .lead {
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  font-weight: 400;
  font-family: "Futura", sans-serif;
  text-align: justify;
}

.custom-slick-arrow {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 36px;
  position: absolute;
}

button.slick-prev.custom-slick-arrow {
  left: 50px;
}

button.slick-next.custom-slick-arrow {
  right: 50px;
}

ul.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots li {
  width: 15px;
  height: 15px;
  background: #e0e5db;
  border-radius: 36px;
  margin: 0px 5px;
  transition: all 0.5s ease-in-out;
}

.featuredAmenitiesItemsWrap .slick-dots li {
  background: #fff;
}

#highlights_mobile_section .row,
.amenities_section .row,
.featuredAmenitiesItemsWrap .row {
  width: 100%;
}

ul.slick-dots li button {
  border: 0px;
  border-radius: 30px;
  display: none;
}

ul.slick-dots li.slick-active {
  background: #9aab89;
  transition: all 0.5s ease-in-out;
}

/* Highlights section */

span.one_image {
  position: absolute;
  right: auto;
  top: auto;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: left;
  padding-bottom: 20px;
  padding-left: 15px;
}

span.one_image img {
  width: 115px !important;
  opacity: 0;
  transition: 0.3s;
  margin: 0px !important;
}

.owl-vertical-slider .owl-item.active span.one_image img {
  opacity: 1;
  transition: 0.6s;
}

.right_dynamic_text {
  position: absolute;
  right: 0px;
  width: 50%;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}

.right_dynamic_text .inner_box {
  width: 80%;
  text-align: center;
}

.right_dynamic_text .inner_box .sub_dynamic_content {
  font-size: 30px;
  margin-bottom: 1rem;
  color: #9b9b9b;
  font-weight: 600;
  letter-spacing: 4px;
}

.right_dynamic_text .inner_box p.lead {
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  font-weight: 400;
}

/* Animation */

.owl-vertical-slider .owl-dots {
  position: absolute;
  top: auto;
  right: 0px;
  left: auto;
  bottom: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  width: 50%;
  pointer-events: fill;
  z-index: 999;
}

.owl-vertical-slider .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #a8b5a7;
  border-radius: 100px;
}

.owl-vertical-slider .owl-dots .owl-dot.active {
  width: 12px;
  height: 12px;
  background: #5d715c;
}

footer {
  background-color: #5d715c;
  padding: 50px 0px;
}

.footer_logo_section img {
  width: 142px;
  display: block;
}

.footer_logo_section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer_links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* padding-left: 100px; */
  line-height: 20px;
}

.footer_links li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: "Futura", sans-serif;
}

.footer_form input:not(.footer_form input[type="checkbox"]) {
  background: transparent;
  color: white;
  height: 45px;
  font-family: "Futura", sans-serif;
}

form#footerForm {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid #5d715c;
}
form#footerForm h3 {
  color: white;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}
form#footerForm label.form-check-label,
.footer_form input::placeholder {
  color: whitesmoke;
}

form#footerForm label.form-check-label a {
  color: white;
}
form#footerForm input[type="submit"] {
  background: #fff;
  color: #5d715c;
}
form#footerForm input[type="submit"]:hover {
  background-color: #5d715c;
  color: white;
  border: 1px solid white;
  transition: 0.6s;
}
form#footerForm input::placeholder {
  color: white;
  opacity: 1;
}

form#footerForm input::-ms-input-placeholder {
  color: #fff;
}

.footer_logo_section img:first-child {
  width: 90%;
}

.copyright-bar {
  text-align: center;
  margin-top: 20px;
  color: #fff;
  font-size: 13px;
}

.copyright-bar a {
  color: #fff;
}


.disclaimer span {
  color: #fff;
  font-size: 12px;
}

.header_call_btn {
  background: transparent;
  color: #fff !important;
  padding: 10px !important;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #fff;
  transition: 0.6s;
  /* margin-left: 70px; */
}

.header_call_btn i {
  margin-right: 3px;
}

/* .header_call_btn:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff !important;
} */

.fixed-header .menu_lists .header_call_btn {
  background-color: #5d715c;
  color: #fff !important;
  border-color: #5d715c;
}

/* .fixed-header .menu_lists .header_call_btn:hover {
  background: transparent;
  border-color: #5d715c !important;
  color: #5d715c !important;
} */

:root {
  scroll-behavior: unset;
}

.tabs_content {
  display: none;
}

.tabs_content.active {
  display: block;
}

body .mfp-iframe-holder .mfp-close,
body .mfp-image-holder .mfp-close {
  background: red;
  padding: 0px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  line-height: 34px;
}

.cloudzoom-blank {
  display: none;
}

.mfp-title:empty {
  display: none;
}

label.error {
  color: red;
  margin-top: 10px;
}

.flag-container {
  height: 45px;
}

label.form-check-label {
  color: #5d715c;
  line-height: 21px;
  font-family: "Futura", sans-serif;
}

label.form-check-label a {
  color: #007bff;
}

.banner_form label.form-check-label {
  font-size: 11px;
}

section#hero-banner {
  position: relative;
  padding-top: 70px;
}

section#hero-banner:after {
  content: "";
  /* position: absolute; */
  width: 100%;
  height: 10%;
  bottom: 0px;
  left: 0px;
  /* background: rgb(34, 193, 195); */
  /* background: linear-gradient(360deg, rgb(0 0 0) 0%, #ffffff00 100%); */
  z-index: 1;
}

/* Location Highlights */
.location_highlights_tabs {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  margin: auto;
  margin-left: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.location_highlights_tabs li {
  width: 33.33%;
  background: #5d715c;
}

.location_highlights_tabs li button {
  width: 100%;
  background: transparent;
  border: none;
  border-right: 1px solid #ccc;
  padding: 15px 0px;
  color: #fff;
  font-family: "Futura", sans-serif;
  font-size: 13px;
}

.location_highlights_tabs li:last-child button {
  border: none;
}

.tab_location_highlights_content {
  display: none;
}

.tab_location_highlights_content.active {
  display: block;
}

/* Location Highlights */

.right_side_menu {
  display: none;
}

.brand_logo {
  width: 103px;
  /* display: none; */
}

.brand_logo img {
  width: 70%;
}

/* Table Css */
.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table thead tr:first-child {
  border-top: none;
  background: #5d715c;
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #5d715c;
  border-bottom: 1px solid #5d715c;
  background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.rwd-table th,
.rwd-table td {
  padding: 14px;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: 0.5em;
}

.rwd-table td:last-child {
  margin-bottom: 0.5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 160px;
  display: inline-block;
  color: #000;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
  font-family: "Futura", sans-serif;
}

.rwd-table {
  color: #333;
  border-radius: 0.4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #5d715c;
}

.rwd-table th,
.rwd-table td {
  padding: 0.5em 1em;
}

.table_head {
  font-size: 17px;
  text-transform: uppercase;
  font-family: "Futura", sans-serif;
}

.rwd-table .no-data {
  display: none;
}
.sub_content {
  padding: 10px 0px 4px;
  font-size: 20px;
  line-height: 30px;
  color: #4a4a4a;
  font-family: "Futura", sans-serif;
  text-align: center;
  width: 56%;
  margin: 0 auto;
}

/* Sticky form css */

.sticky_form {
  position: fixed;
  top: 30%;
  bottom: 0;
  right: -341px;
  margin: auto;
  width: 341px;
  transition: all 0.5s ease-in-out;
  z-index: 99;
}

.sticky_form.active {
  right: 0;
  transition: all 0.5s ease-in-out;
}

.sticky-form {
  width: 100%;
  background: #fff;
  border-radius: 5px 0 0 5px;
  padding: 20px 10px 5px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sticky-btn {
  position: absolute;
  transform: rotate(270deg);
  top: 10%;
  left: -23%;
  border: 0;
  border-radius: 5px 5px 0 0;
  background: #9aab89;
  box-shadow: 1px 1px 9px 0px #5d715c;
  padding: 10px;
  font-size: 18px;
  z-index: 9;
}

.sticky-close {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: 0;
  font-size: 15px;
}

.footer-btns.mobile {
  display: none;
}

.input-block.submit_loading_btn_wrp input[type="submit"] {
  background: #5d715c;
  color: #fff;
}

/* Sticky form css */

@media screen and (max-width: 1368px) {
  .sticky-amenities.one,
  .sticky-amenities.two,
  .sticky-amenities.three,
  .sticky-amenities.four {
    top: 34%;
  }

  .highlights-title {
    top: 15%;
    right: 16%;
  }

  .inner_content .title {
    font-size: 25px;
  }

  .highlights-title {
    top: 15%;
    right: 15%;
  }
}

@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }

  .rwd-table tr:first-child {
    display: none;
  }

  .sticky-btn.desktop {
    display: none !important;
  }

  .footer-btns.mobile {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    gap: 2px;
    z-index: 99;
  }

  .footer-btns.mobile a {
    background: #5d715c;
    color: #fff;
    padding: 10px 20px;
    font-size: 25px;
    text-decoration: none;
    display: block;
    width: 50%;
    text-align: center;
  }

  .form-check-input:checked {
    width: 15px;
    height: 15px;
  }
}

@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #5d715c;
    color: #fff !important;
  }

  .rwd-table td:before {
    display: none;
  }

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 15px;
  }

  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }

  .rwd-table th,
  .rwd-table td {
    padding: 12px 5px;
  }

  .table_head {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .rwd-table {
    width: 80%;
  }
}

/* THE END OF THE IMPORTANT STUFF */
/* Table Css */

body .popupFormDesign {
  background-color: #fff;
  width: 100%;
  margin: auto;
  padding: 25px;
  position: relative;
  border-radius: 10px;
  max-width: 400px;
  overflow: hidden;
  min-height: auto;
}

.popupFormDesign h3 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Futura", sans-serif;
}

.popupFormDesign p {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Futura", sans-serif;
}

.popupFormDesign form input,
.popupFormDesign form select {
  width: 100%;
  margin-bottom: 10px;
  height: 45px;
  border: 1px solid black;
  border-radius: 7px;
  padding: 10px;
  font-size: 17px;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #000;
  font-family: "Futura", sans-serif;
}

.popupFormDesign .phone_field {
  margin-bottom: 10px;
}

.popupFormDesign form input[type="submit"] {
  padding: 13px 0px;
  width: 100%;
  border-radius: 5px;
  font-size: 17px;
  background-color: #5d715c;
  color: white;
  height: auto;
  margin-top: 10px;
}

.popupFormDesign form .form-field .terms_conditions {
  display: flex;
  justify-content: center;
  margin: 15px 0px 0px;
  flex-direction: row;
}

.popupFormDesign form .form-field .terms_conditions input[type="checkbox"] {
  width: auto;
  position: relative;
}

.popupFormDesign form .form-field .privacy_policy {
  font-size: 15px;
  margin-left: 10px;
  line-height: 20px;
  font-family: "Futura", sans-serif;
}

.popupFormDesign form .privacy_policy,
.popupFormDesign form .terms_conditions a {
  margin-left: 5px;
}

.popupFormDesign input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ #F5F5F5*/
  color: #000;
  opacity: 1;
  /* Firefox */
}

.popupFormDesign input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.popupFormDesign input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

.popupFormDesign form .form-field .terms_conditions label.error {
  display: none;
}

.popupFormDesign label.error {
  margin-bottom: 10px;
  margin-top: 5px;
}

.owl-plan-slider .owl-dots {
  position: absolute;
  top: auto;
  right: 0px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  width: 50%;
  pointer-events: fill;
  z-index: 999;
  margin: auto;
  bottom: -30px;
}

.owl-plan-slider .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #a8b5a7;
  border-radius: 100px;
}

.owl-plan-slider .owl-dots .owl-dot.active {
  width: 12px;
  height: 12px;
  background: #5d715c;
}

.master_plan_section .master-plan-image {
  width: 70%;
  margin: auto;
}

.location_highlights_tabs li button.active {
  background: #86a185;
}

.bottom_mobile_brochure_btn {
  display: none;
}

.copyright-bar p {
  font-family: "Futura", sans-serif !important;
}
.thumbnail_image img {
  height: 140px !important;
  width: 100% !important;
  object-fit: cover;
}
.inner_form {
  padding: 10px 20px;
}
#master-plan-download-form {
  padding: 20px !important;
}
/* .white-popup {
  padding: 0px !important;
} */
.download_status span,
.download_status b {
  font-size: 15px;
  line-height: 20px;
  font-family: "Futura", sans-serif;
}
.download_brochure_submit_btn button[type="submit"] {
  width: 100%;
  background: #5d715c;
  padding: 10px 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 1rem;
  border: none;
}
.download_brochure_submit_btn button[type="submit"]:hover,
.popupFormDesign form input[type="submit"]:hover {
  background-color: #5d715cb4;
  color: #fff;
  transition: 0.6s;
}

.download_brochure_submit_btn button img {
  width: 17px !important;
  position: relative;
}
.vg_section p {
  /* padding-left: 50px;
  padding-top: 18px; */
  margin-bottom: -22px;
  text-align: center;
  width: 80% !important;
  margin: 0 auto;
}
/* Responsiveness */

.points {
  padding-left: 15px;
}
.points ul {
  list-style-type: disc;
  /* font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-family: "Futura", sans-serif; */
}
.points ul li {
  font-size: 18px;
  line-height: 30px;
  color: #4a4a4a;
  font-family: "Futura", sans-serif;
}
@media (min-width: 1900px) {
  .owl-vertical-slider .owl-dots {
    bottom: 35%;
  }
}

@media (max-width: 1290px) {
  .sub_content {
    width: 70%;
  }

  .sticky-amenities.one,
  .sticky-amenities.two,
  .sticky-amenities.three,
  .sticky-amenities.four {
    top: 30% !important;
  }
}

@media (max-width: 1200px) {
  .owl-vertical-slider .item .left_side img {
    height: 600px;
  }

  .number_bounce {
    width: 80px !important;
  }

  .left_side_highlights .zero_image {
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 58px;
  }

  .right_side_highlights .dynamic_cotnent_box h4.title {
    font-size: 16px !important;
  }

  .rwd-table {
    width: 86%;
  }

  /* header menu */
  .right_side_menu {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
  }

  .btn11 {
    position: relative;
    width: 30px;
    height: 40px;
    top: -13px;
    left: 20px;
    transition-duration: 0.5s;
  }

  .btn11 .icon-left {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 30px;
    background-color: #5d715c;
  }

  .btn11 .icon-left:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #5d715c;
    content: "";
    top: -10px;
  }

  .btn11 .icon-left:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #5d715c;
    content: "";
    top: 10px;
  }

  .btn11 .icon-left:hover {
    cursor: pointer;
  }

  .btn11 .icon-right {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 30px;
    background-color: #5d715c;
    left: 15px;
  }

  .btn11 .icon-right:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #5d715c;
    content: "";
    top: -10px;
  }

  .btn11 .icon-right:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #5d715c;
    content: "";
    top: 10px;
  }

  .btn11.open .icon-left {
    transition-duration: 0.5s;
    background: transparent;
  }

  .btn11.open .icon-left:before {
    transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
  }

  .btn11.open .icon-left:after {
    transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
  }

  .btn11.open .icon-right {
    transition-duration: 0.5s;
    background: transparent;
  }

  .btn11.open .icon-right:before {
    transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
  }

  .btn11.open .icon-right:after {
    transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
  }

  .btn11:hover {
    cursor: pointer;
  }

  .menu_lists {
    display: none;
    position: fixed;
    top: 75px;
    background: #000;
    width: 100%;
    left: 0px;
  }

  .brand_logo {
    display: block;
    margin-top: 10px;
  }
  header ul {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header li a {
    padding: 10px 0px;
    color: #fff;
  }
  /* header menu */
}

@media (max-width: 1025px) {
  .owl-vertical-slider .item .left_side img {
    height: 500px;
  }

  .owl-vertical-slider .owl-dots {
    bottom: 15%;
  }

  .highlights-title {
    top: 16%;
    right: 12%;
  }

  .custom-slick-arrow {
    width: 30px;
    height: 30px;
    bottom: 28%;
    border: 0;
    border-radius: 36px;
    position: absolute;
  }

  .content_box {
    padding: 10px;
  }
}

@media (max-width: 996px) {
  section#highlights_section {
    display: none;
  }
  .banner_form .input-block input[type="submit"] {
    border: 1px solid white;
  }
  .banner_form label.form-check-label {
    color: white;
  }
  .footer_form input:not(.footer_form input[type="checkbox"]) {
    color: black;
  }
  header {
    top: -10px;
  }
  form#footerForm label.form-check-label a {
    color: #007bff;
  }
  form#footerForm label.form-check-label {
    color: black;
  }

  form#footerForm input[type="submit"] {
    background: #5d715c;
    color: #ffffff;
  }

  form#footerForm input::placeholder {
    color: #000;
  }
  .footer_form {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
  }
  .footer_links {
    padding-left: 25px;
  }
  .video_big_thumbnail .caption .left_box i {
    font-size: 1.5rem;
  }
  .three_vertical_box .caption .left_box {
    top: -18px;
    left: 7px;
  }
  .video_big_thumbnail .caption .right_box p {
    font-size: 16px;
    line-height: 21px;
  }
  .three_vertical_box .caption .right_box h3 {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .highlights_mobile_slider .slide-item .caption {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 25%;
    width: 70%;
    margin: auto;
  }
  .highlights_mobile_slider .slide-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000a8;
  }

  /* Mobile Slider */
  .highlights_mobile_slider .slide-item {
    min-height: 500px;
    background-position: center;
    background-size: cover;
    position: relative;
  }

  .highlights_mobile_slider .owl-nav .owl-prev,
  .highlights_mobile_slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    font-size: 25px;
  }

  .highlights_mobile_slider .owl-nav .owl-prev i,
  .highlights_mobile_slider .owl-nav .owl-next i {
    color: #fff;
  }

  .highlights_mobile_slider .owl-nav .owl-prev {
    left: 5%;
  }

  .highlights_mobile_slider .owl-nav .owl-next {
    right: 5%;
  }

  .highlights_mobile_slider .slide-item .caption {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 25%;
    width: 70%;
    margin: auto;
  }

  .highlights_mobile_slider .slide-item .caption h4 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
  }

  .highlights_mobile_slider .slide-item .caption p {
    color: #fff;
    font-size: 23px;
    line-height: 30px;
    margin-top: 10px;
    text-align: justify;
  }

  .highlights_mobile_slider .slide-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000a8;
  }

  .highlights_mobile_slider .slide-item .caption .number_image {
    text-align: left;
  }

  .highlights_mobile_slider .slide-item .caption .number_image img {
    width: 90px;
    filter: brightness(15.5);
    margin: 0px;
    margin-top: 25px;
  }

  .vg_section p {
    width: 100% !important;
  }
  .sub_content {
    font-size: 18px;
    width: 90%;
    text-align: justify;
  }
  .owl-vertical-slider .item .left_side img {
    height: 500px;
  }

  .owl-vertical-slider .owl-dots {
    bottom: 15%;
  }

  .banner_form {
    position: relative;
    bottom: auto;
    background: #5d715c;
    width: 100%;
    padding: 25px 40px;
    flex-wrap: wrap;
    gap: 5%;
  }

  section#hero-banner:after {
    display: none;
  }

  .banner_form .box {
    width: 30%;
  }

  .banner_form .box.checkbox {
    width: 80%;
    margin-top: 20px;
  }

  header li a {
    padding: 10px 0px;
  }

  header ul {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header_call_btn {
    margin-left: 0px;
    background: #5d715c;
    color: #fff !important;
  }

  .fixed-header .menu_lists a {
    color: #fff;
  }

  .fixed-header .menu_lists a.active {
    color: #5d715c;
  }

  .fixed-header .btn11 .icon-right:after,
  .fixed-header .btn11 .icon-left,
  .fixed-header .btn11 .icon-left:before,
  .fixed-header .btn11 .icon-left:after,
  .fixed-header .btn11 .icon-right:before,
  .fixed-header .btn11 .icon-right:after,
  .fixed-header .btn11 .icon-right {
    background-color: #5d715c;
  }

  .fixed-header .btn11.open .icon-right,
  .fixed-header .btn11.open .icon-left {
    background-color: #fff;
  }

  .menu_lists a.active {
    color: #5d715c;
  }

  span.zero_image img {
    width: 60px;
  }

  span.one_image img {
    width: 85px !important;
  }

  .zig-zag-image img {
    height: 350px;
    object-fit: cover;
  }

  h2.title {
    font-size: 35px;
  }

  .rwd-table {
    width: 90%;
    margin: 0px 25px;
  }

  .about_udyana.text-center h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  /* Footer Form Style */

  form#footerForm {
    /* width: 100%; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    border: 1px solid #5d715c;
  }
  form#footerForm h3 {
    color: black;
    width: 100%;
  }
  form#footerForm .box {
    width: 31%;
  }
  form#footerForm .box.t_and_c_box {
    width: 90%;
    text-align: center;
  }
  form#footerForm .box.submit_btn_box {
    width: 100%;
    display: block;
    margin: auto;
  }
  .footer_links {
    column-count: 2;
    display: block;
  }
  .footer_links li {
    margin-bottom: 20px;
  }
  /* Footer Form Style */

  .custom-slick-arrow {
    bottom: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  form#enquiry-form {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 996px) {
  /* #highlights_mobile_section {
    display: block;
  } */
  /* section#highlights_section {
    display: none !important;
  } */
  .banner_form .box.submit_box {
    margin-top: 15px;
  }
  section#highlights_section {
    height: 50vh !important;
  }

  .right_side_highlights .dynamic_cotnent_box h4.title {
    font-size: 18px !important;
  }

  .left_side_highlights .zero_image {
    bottom: 5px !important;
    width: 75px !important;
  }

  .right_side_highlights .dynamic_cotnent_box p.lead {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .image_box img {
    height: 50vh !important;
  }
}

@media (max-width: 768px) {
  .project-overview .statistics h3 {
    font-size: 60px;
  }

  .project-overview .statistics p {
    font-size: 25px;
  }

  section#highlights_section {
    height: 60vh !important;
  }

  .image_box img {
    height: 60vh !important;
  }

  .left_side_highlights .zero_image {
    bottom: 10px !important;
    width: 70px !important;
  }

  .price_table_wrapper {
    width: 100%;
  }

  table.pricing_table {
    width: 95%;
  }

  table.pricing_table th {
    font-size: 15px;
  }

  table.pricing_table td {
    font-size: 12px;
  }
  a.enquire_now_btn {
    padding: 10px 6px;
  }

  form#enquiry-form {
    width: 90%;
  }
}

@media (max-width: 650px) {
  .points {
    padding-left: 0px;
  }
  .points ul li {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    font-family: "Source Sans 3", sans-serif;
  }
  form#footerForm .box {
    width: 100%;
  }
  form#footerForm .box.t_and_c_box {
    text-align: left;
  }
  .footer_links li {
    width: 100%;
  }

  #footerForm input::placeholder {
    color: #000;
  }
  #footerForm .input-block input::placeholder {
    color: #000;
  }
  #footerForm h3 {
    color: #5d715c;
    font-size: 30px;
    letter-spacing: 4px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
  }
  label.form-check-label {
    color: black;
  }
  label.form-check-label a {
    color: #000;
  }
  .highlights_mobile_slider .slide-item .caption {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 25%;
    width: 70%;
    margin: auto;
  }
  .highlights_mobile_slider .slide-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000a8;
  }

  /* Mobile Slider */
  .highlights_mobile_slider .slide-item {
    min-height: 500px;
    background-position: center;
    background-size: cover;
    position: relative;
  }

  .highlights_mobile_slider .owl-nav .owl-prev,
  .highlights_mobile_slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    font-size: 25px;
  }

  .highlights_mobile_slider .owl-nav .owl-prev i,
  .highlights_mobile_slider .owl-nav .owl-next i {
    color: #fff;
  }

  .highlights_mobile_slider .owl-nav .owl-prev {
    left: 5%;
  }

  .highlights_mobile_slider .owl-nav .owl-next {
    right: 5%;
  }

  .highlights_mobile_slider .slide-item .caption {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 25%;
    width: 70%;
    margin: auto;
  }

  .highlights_mobile_slider .slide-item .caption h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
  }

  .highlights_mobile_slider .slide-item .caption p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
    text-align: justify;
  }

  .highlights_mobile_slider .slide-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000a8;
  }

  .highlights_mobile_slider .slide-item .caption .number_image {
    text-align: left;
  }

  .highlights_mobile_slider .slide-item .caption .number_image img {
    width: 70px;
    filter: brightness(15.5);
    margin: 0px;
    margin-top: 25px;
  }
  .copyright-bar p {
    line-height: 24px;
  }
  header {
    position: absolute;
    padding: 10px 0px;
    background: #fff;
    /* overflow-x: hidden; */
  }

  .btn11 {
    left: 0px;
    top: -8px;
  }

  .btn11 .icon-right:after,
  .btn11 .icon-left,
  .btn11 .icon-left:before,
  .btn11 .icon-left:after,
  .btn11 .icon-right:before,
  .btn11 .icon-right:after,
  .btn11 .icon-right {
    background-color: #5d715c;
  }

  .btn11.open .icon-right,
  .btn11.open .icon-left {
    background-color: #fff;
  }

  .fixed-header .btn11 .icon-right:after,
  .fixed-header .btn11 .icon-left,
  .fixed-header .btn11 .icon-left:before,
  .fixed-header .btn11 .icon-left:after,
  .fixed-header .btn11 .icon-right:before,
  .fixed-header .btn11 .icon-right:after,
  .fixed-header .btn11 .icon-right {
    background-color: #5d715c;
  }

  .fixed-header .btn11.open .icon-right,
  .fixed-header .btn11.open .icon-left {
    background-color: #fff;
  }

  .menu_lists {
    top: 65px;
  }

  .header_call_btn {
    margin-top: 10px;
    margin-right: 15px;
  }

  header.fixed-header {
    position: fixed;
    height: 80px;
  }

  section#hero-banner {
    padding-top: 65px;
  }

  .banner_section .caption {
    position: absolute;
    bottom: 9%;
    flex-wrap: wrap;
    left: 0px;
    width: 100%;
    padding-left: 9%;
    padding-right: 5%;
    z-index: 1;
  }

  .banner_section .caption .logo {
    width: 101px;
    margin-bottom: 1rem;
  }

  .banner_section .caption .logo img {
  }

  .banner_section .caption .header_title {
  }

  .banner_section .caption h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
  }

  .banner_section .caption p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 1rem;
  }

  .banner_section .caption a {
    display: inline-block;
    background: #5d715c;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
  }

  section#hero-banner .owl-item .item:after {
    content: "";
    /* position: absolute; */
    width: 100%;
    height: 56%;
    bottom: 0px;
    left: 0px;
    background: rgb(34, 193, 195);
    background: linear-gradient(360deg, rgb(0 0 0) 0%, #ffffff00 100%);
    z-index: 0;
    display: block;
  }

  .banner_form {
    display: none;
  }

  #hero-banner-slider .owl-dots {
    position: absolute;
    flex-direction: revert;
    bottom: 15px;
    top: auto;
    left: 0px;
    right: 0px;
  }

  .project-overview .statistics h3 {
    font-size: 40px;
    color: #5d715c;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .project-overview .statistics p {
    font-size: 20px;
  }

  .project-overview .statistics {
    min-height: 100px;
  }

  /* Mobile Section Temaplate  */
  .main_mobile_section .cont_section {
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    border-radius: 25px;
    padding: 0px 10px;
    padding-top: 2rem;
  }

  .main_mobile_section .cont_section_1 {
    padding: 5px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
  }

  .main_mobile_section .cont_section_1 {
    flex-wrap: wrap;
    gap: 20px 0px;
  }

  .main_mobile_section .cont_section_1 .item {
    padding: 5px;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    font-family: Edensor, sans-serif;
    gap: 0px;
    width: 50%;
  }

  .main_mobile_section .cont_section_1 .item h5 {
    color: #5d715c;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 25px;
    min-height: auto;
    width: max-content;
    letter-spacing: 1px;
  }

  .main_mobile_section .cont_section_1 .item p {
    color: #5d715c;
    margin-top: 5px;
    font-size: 22px;
  }

  .main_mobile_section .content_box_project h3 {
    font-size: 30px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 16px;
    color: #5d715c;
    font-weight: 700;
    letter-spacing: 3px;
  }

  .main_mobile_section .highlights {
    display: inline-block;
  }

  .main_mobile_section .highlights li {
    width: 100%;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    color: #9b9b9b;
  }

  .main_mobile_section .highlights li:before {
    content: "\203A";
    color: #9b9b9b;
    font-size: 36px;
    margin-right: 10px;
    position: absolute;
    top: -4px;
    left: 5px;
  }

  .main_mobile_section .form_section {
    padding: 20px 25px 30px;
    border-radius: 15px;
    margin: auto;
    width: 100%;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: #5d715c;
    position: relative;
  }

  form#mobile_enquire_form input,
  form#mobile_enquire_form select {
    width: 100%;
    margin-bottom: 0px;
    height: 45px;
    border-radius: 7px;
    padding: 10px;
    font-size: 16px;
    background-color: transparent;
    border: 2px solid #ffffff;
    color: white;
  }

  form#mobile_enquire_form input::placeholder {
    color: white;
  }

  form#mobile_enquire_form input[type="tel"] {
    width: 100%;
    padding-left: 55px;
  }

  form#mobile_enquire_form .flag-container {
    height: 45px;
  }

  form#mobile_enquire_form .terms_conditions input {
    width: 20px;
    margin-top: 3px;
  }

  form#mobile_enquire_form .privacy_policy,
  form#mobile_enquire_form .terms_conditions a {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
  }

  form#mobile_enquire_form .terms_conditions {
    display: flex;
    flex-direction: row;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  form#mobile_enquire_form input#agree {
    margin-right: 10px;
    height: auto;
  }

  form#mobile_enquire_form input[type="submit"] {
    padding: 12px 0px;
    width: 100%;
    border-radius: 5px;
    font-size: 17px;
    background-color: #fff;
    color: #000;
    margin-top: 5px;
    height: auto;
    border: none;
  }

  form#mobile_enquire_form h3 {
    color: white;
    font-size: 30px;
    letter-spacing: 4px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
  }

  form#mobile_enquire_form .privacy_policy a {
    margin-left: 5px;
  }

  form#mobile_enquire_form .input-field {
    margin-bottom: 20px;
  }

  form#mobile_enquire_form label.error {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .content_box_project h3 img {
    width: 25px;
    display: inline-block;
    margin-left: 5px;
  }

  .main_mobile_section .form_section:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 96%;
    height: 95%;
    border: 1px solid #fff;
    margin: auto;
    border-radius: 15px;
    pointer-events: none;
  }

  /* Mobile Section Temaplate  */

  section#project-overview {
    padding-bottom: 0px;
  }

  h2.title {
    font-size: 25px;
  }

  /* Mobile Slider */
  .points {
    height: 0px;
    overflow: hidden;
  }
  .item_slider.active .center_text .points {
    height: auto;
    overflow: visible;
  }
  section#unit_plan {
    padding-bottom: 0px;
  }

  .sub_heading_width {
    width: 90%;
    font-size: 18px;
  }

  #map iframe {
    height: 350px;
    width: 90%;
    margin: auto;
    display: block;
  }

  .location_highlights_tabs {
    margin-top: 30px;
    width: 95%;
  }

  .tab_location_highlights_content {
    padding-bottom: 0px;
  }

  .footer_logo_section {
    margin-bottom: 30px;
  }

  .footer_form {
    border-radius: 10px;
    padding: 10px;
    background: white;
  }

  .footer_links li {
    text-align: left;
    width: 100%;
  }

  .footer_links {
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 14px;
    padding-left: 25px;
  }
  .footer_logo_section {
    flex-direction: unset;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
  }

  .copyright-bar {
    width: 80%;
    margin: auto;
    margin-top: 30px;
  }

  section.amenities_icons_section {
    padding-bottom: 0px;
  }

  /*  */
  .vertical_accordion_slider {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 25px;
  }

  .item_slider {
    position: relative;
    height: 100px;
    transition: height 0.6s linear;
  }

  .item_slider.active {
    height: 360px !important;
  }

  .item_slider .bg_image {
    height: 100%;
    position: relative;
  }

  .item_slider .bg_image a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .item_slider .bg_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
  }

  .item_slider .center_text {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    flex-direction: column;
    text-align: center;
    width: 85%;
    margin: auto;
  }

  .item_slider .center_text h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: capitalize;
  }

  .item_slider .center_text p.lead {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    opacity: 0;
    height: 0px;
    overflow: hidden;
    transition: 0.6s linear;
  }

  .item_slider.active .center_text p.lead {
    opacity: 1;
    height: auto;
    overflow: unset;
  }

  /*  */

  .inner_box_amenities_icons .box {
    width: 50%;
  }

  .inner_box_amenities_icons .box .caption {
    min-height: 50px;
  }

  .inner_box_amenities_icons .box img {
    max-height: 70px;
    min-width: 70px;
    width: 70px;
  }

  .video_slider .owl-nav {
  }

  .video_slider .owl-nav .owl-prev,
  .video_slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    font-size: 25px;
  }

  .video_slider .owl-nav .owl-prev i,
  .video_slider .owl-nav .owl-next i {
    color: #fff;
  }

  .video_slider .owl-nav .owl-prev {
    left: 5%;
  }

  .video_slider .owl-nav .owl-next {
    right: 5%;
  }

  .video_big_thumbnail .box .caption {
    top: 0px;
    background: #00000096;
    gap: 0px 10px;
  }

  .video_big_thumbnail .caption .right_box h3 {
    font-size: 25px;
  }

  .video_big_thumbnail .caption .right_box p {
    font-size: 18px;
    min-height: 50px;
    line-height: 26px;
  }

  .video_big_thumbnail .caption .left_box i {
    font-size: 20px;
  }

  .amenities_mobile_section {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .video_gallery_section,
  .master_plan_section,
  section#unit_plan {
    padding-top: 50px;
  }

  .location_highlights {
    padding-top: 80px;
  }

  .tabs_button ul li button {
    font-size: 16px;
  }

  .mobile_cta {
    display: flex;
    gap: 10px;
    margin: 15px 0px 25px;
  }

  .mobile_cta a {
    width: 50%;
    text-align: center;
    background: #5d715c;
    padding: 10px 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;
  }

  .mobile_cta a:last-child {
    border: none;
    width: 60%;
  }

  .mobile_cta a i {
    font-size: 13px;
  }

  .mobile_cta a svg {
    width: 15px;
  }

  .mobile_cta a:first-child {
    width: 43%;
  }

  body .mfp-iframe-holder .mfp-content {
    max-width: 100%;
  }

  .rwd-table td:first-child {
    display: flex;
    line-height: 22px;
  }

  /* .owl-plan-slider .item img{
    min-height: max-content;
  } */

  section#unit_plan {
    /* overflow-x: hidden; */
  }

  section#highlights_mobile_section {
    overflow-x: hidden;
  }

  section.location_highlights {
    overflow-x: hidden;
  }

  .video_big_thumbnail img {
    height: 360px;
    object-fit: cover;
  }

  .video_big_thumbnail .caption .left_box {
    top: -34px;
  }

  .master_plan_section .master-plan-image {
    width: 90%;
    margin: auto;
  }

  .bottom_mobile_brochure_btn {
    display: block;
    margin-top: 25px;
  }

  .rwd-table p {
    font-family: "Futura", sans-serif;
    font-size: 16px;
    text-align: left;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .rwd-table td {
    display: flex;
  }
}

/* Responsiveness */

/* Animation CSS */

.left_side_highlights .image_box {
  position: absolute;
  opacity: 0;
  /* top: 80px; */
  transition: 0.5s;
}

.left_side_highlights .image_box.image1.bounceInUp {
  top: 0;
}

.left_side_highlights .image_box.bounceInUp {
  opacity: 1;
  top: 0;
}

/*  */
.dynamic_cotnent_box .content_box {
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  /* background-color: #fff; */
}

.dynamic_cotnent_box .content_box.bounceInUp {
  opacity: 1;
  top: 0;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

/*  */

.number_bounce {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 15px;
  bottom: 5px;
}

.number_bounce .number_image_box {
  position: absolute;
  bottom: 10px;
  opacity: 0;
  transition: 0.5s;
  /* background-color: #fff; */
}

.number_bounce .number_image_box.bounceInUp {
  opacity: 1;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.left_side_highlights {
  width: 50%;
  overflow: hidden;
  position: relative;
}

.left_side_highlights .zero_image {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.right_side_highlights {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  transition: 2s;
}

.right_side_highlights .inner_box_highlights {
  width: 70%;
}

.right_side_highlights .dynamic_cotnent_box h4.title {
  font-size: 30px;
  margin-bottom: 1rem;
  color: #5e715d;
  font-weight: 600;
  letter-spacing: 4px;
  font-family: "Futura", sans-serif;
}

.right_side_highlights .dynamic_cotnent_box p.lead {
  font-size: 18px;
  line-height: 25px;
  color: #4a4a4a;
  font-weight: 400;
  font-family: "Futura", sans-serif;
  text-align: justify;
}

.dynamic_cotnent_box {
  margin-top: 0px;
  position: relative;
}

.dynamic_cotnent_box h2.title {
  position: relative;
  top: -75px;
}

.skip_buttons_wrap {
  /* position: absolute;
  z-index: 99;
  top: 25px;
  right: 25px; */
}

.skip_buttons_wrap button.skip_to_top {
  position: absolute;
  bottom: 110px;
  right: 15px;
  border: none;
  outline: none;
  background-color: #5d715c;
  color: white;
  font-family: "Mimolette", sans-serif;
  font-size: 20px;
  border-radius: 50%;
  position: absolute;
  z-index: 99;
  width: 50px;
  height: 50px;
}

.skip_buttons_wrap button.skip_to_bottom {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  outline: none;
  background-color: #5d715c;
  color: white;
  font-family: "Mimolette", sans-serif;
  font-size: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.image_box img {
  height: 91vh;
  object-fit: cover;
}

.dynamic_cotnent_box {
  height: auto;
}

.menu_lists li a.active {
  color: #fff;
}
#map_wrapper {
  margin: 0px 20px;
}

.image_box.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
div#brochure-download-form {
  padding: 0px !important;
}

/* gallery style css */
.image_container .item h3 {
  background-color: #bfc4bfad;
  color: black;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.gallery-title {
  position: relative;
  display: block;
  top: -60px;
  text-align: center;
}

#gallery_section .owl-nav .owl-prev {
  left: 5%;
}

#gallery_section .owl-nav .owl-next {
  right: 5%;
}

#gallery_section .owl-nav {
}

#gallery_section .owl-nav .owl-prev,
#gallery_section .owl-nav .owl-next {
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

#gallery_section h1 {
  font-size: 46px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 2px;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px;
  margin-top: 80px;
}
#gallery_slider .item img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
}
.owl-nav .owl-prev {
  font-size: 20px;
  position: absolute;
  top: 40%;
  left: 12%;
}
.owl-nav .owl-next {
  font-size: 20px;
  position: absolute;
  top: 40%;
  right: 12%;
}

.owl-item.active.center .item {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  filter: blur(0px);
}

.owl-item .item {
  transform: scale(0.9);
  transition: all 0.5s ease-in-out;
  filter: blur(0px);
  margin: 30px 0px 0px;
}

/* gallery style css */
/* Animation CSS */
@media (min-width: 1900px) {
  .right_side_highlights {
    width: 65%;
  }

  .left_side_highlights {
    width: 35%;
    height: 615px !important;
  }

  .number_bounce .number_image_box img {
    width: 115px;
    height: 111px;
    top: -88px;
    position: absolute;
  }
}

@media only screen and (max-width: 1900px) and (min-width: 1600px) {
  .left_side_highlights {
    width: 44%;
    overflow: hidden;
    position: relative;
  }

  .number_bounce .number_image_box img {
    width: 115px;
    height: 111px;
    top: -78px;
    position: absolute;
  }
}

@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .left_side_highlights .zero_image {
    width: 63px;
  }

  .left_side_highlights {
    /* height: 620px; */
  }

  .number_bounce .number_image_box img {
    width: 88px;
  }
}

@media only screen and (max-width: 900px) {
  .location_highlights_tabs {
    display: block;
  }

  .location_highlights_tabs li {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 495px) {
  #map_wrapper {
    height: 400px !important;
    width: 91% !important;
  }
  .vg_section p {
    margin-bottom: 4px;
    width: 100% !important;
  }
}

/* Privacy Policy Style Start */

body .popupPrivacyPolicyDesign {
  max-width: 700px;
  border-radius: 10px;
  overflow: hidden;
  padding: 3% 3%;
  padding-right: 1%;
}

body .popupPrivacyPolicyDesign .scroll_content {
  height: 480px;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 20px;
}

body .popupPrivacyPolicyDesign h3 {
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

body .popupPrivacyPolicyDesign label.sub-title {
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
  margin-top: 20px;
  line-height: 25px;
}

body .popupPrivacyPolicyDesign p {
  line-height: 25px;
  margin-bottom: 20px;
}

body .popupPrivacyPolicyDesign label.sub-title strong {
  font-weight: 600;
}

body .popupPrivacyPolicyDesign ol,
body .popupPrivacyPolicyDesign ul {
  padding-left: 20px;
}

body .popupPrivacyPolicyDesign ol li {
  line-height: 25px;
  margin-bottom: 10px;
  list-style-type: disc;
  line-height: 25px;
}

body .popupPrivacyPolicyDesign ul li {
  line-height: 25px;
  margin-bottom: 10px;
  list-style-type: disc;
  line-height: 25px;
}

/* width */
.popupPrivacyPolicyDesign .scroll_content::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.popupPrivacyPolicyDesign .scroll_content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.popupPrivacyPolicyDesign .scroll_content::-webkit-scrollbar-thumb {
  background: #5d715c;
  border-radius: 10px;
}

/* Handle on hover */
.popupPrivacyPolicyDesign .scroll_content::-webkit-scrollbar-thumb:hover {
  background: #5d715c;
}

@media (max-width: 650px) {
  .image_container .item h3 {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .gallery-title {
    top: -40px;
  }
  #gallery_section .owl-nav .owl-prev,
  #gallery_section .owl-nav .owl-next {
    top: 40%;
  }
  .mfp-close-btn-in .popupPrivacyPolicyDesign .mfp-close {
    background: red;
    right: 20px;
    top: 10px;
    border-radius: 3px;
    opacity: 1;
    color: #fff !important;
  }
}

/* Privacy Policy Style End */

/* Add Loading to the submit Btn */
.submit_loading_btn img {
  width: 25px !important;
}

.submit_loading_btn_wrp {
  position: relative;
}

.submit_loading_btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type="submit"]:disabled {
  background: #000;
  opacity: 0.2;
  filter: blur(2px);
}
/* Add Loading to the submit Btn */

/*  */
input[name="form_field_12"] {
  display: none;
}
/*  */

/* Video-gallery starts */
.video_box {
  position: relative;
}
.play_btn::before {
  background-color: rgb(0 0 0 / 55%);
}
.play_btn::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  background: url(../images/play_btn.png) no-repeat center;
  z-index: 1;
}
/* Video-gallery ends */

.loading {
  opacity: 0;
  pointer-events: none;
}

.loading.active {
  opacity: 1;
  pointer-events: fill;
}
