@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&amp;subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");

/* @font-face {
    font-family: 'NexaBold';
    src: url("../css/fonts/NexaBold-Bold.eot");
    src: url("../css/fonts/NexaBold-Bold.eot?#iefix") format("embedded-opentype"),
        url("../css/fonts/NexaBold-Bold.woff") format("woff"),
        url("../css/fonts/NexaBold-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
} */
@font-face {
  font-family: "Muli-Bold";
  src: url("../fonts/Muli-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Muli-ExtraBold";
  src: url("../fonts/Muli-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

img {
  border: 0 none;
  max-width: 100%;
  /*to optimize full width of its parent element*/
}

address {
  font-style: normal;
  /* To Neutralize Default Italic Style To Normal Style */
}

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;
}

#lock {
  display: none;
}

/* =============================================================================
   Default Style
* ============================================================================= */

body {
  font-family: "Roboto", sans-serif;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

.inner_wrap {
  max-width: 1200px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

section {
  overflow: hidden;
  position: relative;
}

.page_heading2 {
  font-size: 36px;
  line-height: 36px;
  padding: 5px 0;
}

p {
  font-size: 16px;
  line-height: 24px;
}

/* ====================== Return to Top Styles ============================ */
/* .enquire-form-slide.active .form-logo{display: none;}
.enquire-form-slide.active2 .form-logo{display: flex;} */

#return-to-top {
  background-color: #e9ecec;
  border: 3px solid #e1e1e1;
  border-radius: 50%;
  color: #222222;
  text-decoration: none;
  text-align: center;
  display: none;
  z-index: 999;
  position: fixed;
  bottom: 12px;
  right: 14px;
  height: 40px;
  width: 40px;
  font-size: 35px;
  line-height: 42px;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

#return-to-top:hover {
  background-color: #6a6a6a;
}

.scroll-down {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 2px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
  z-index: 9;
  cursor: pointer;
}

.scroll-down:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.scroll-down:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.5);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb03 {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.5);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.animated {
  opacity: 0;
}

.insta_live_gallery_img.animated {
  opacity: 1;
}

.insta_live_gallery_img.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* ====================== Video Styles ============================ */
#backgroundvid {
  width: 100%;
}

#project_video {
  position: relative;
  background: url("../img/soon-to-kandivali-banner.html") center center no-repeat;
  background-size: cover;
}

#project_video #brand_logo_container {
  position: absolute;
  top: 4%;
  right: 5%;
  max-width: 250px;
}

.banner_img {
  position: relative;
}

.banner_img img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.headline {
  position: absolute;
  top: 10%;
  text-align: center;
  left: 38%;
  right: 0;
  text-shadow: 0 0 10px #000;
  color: #fff;
}

.headline h2 {
  font-size: 30px;
}

.headline h4 {
  font-size: 25px;
}

/* ====================== Header Styles ============================ */
.site_header {
  background-color: #748c58;
  color: #ffffff;
  position: relative;
  margin-top: -3px;
  display: none;
}

.site_header.sticky_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.site_header .inner_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#brand_logo_container {
  display: block;
  max-width: 180px;
  width: 100%;
  margin: 0;
}

#brand_logo_container img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/* ====================== Enquire Form Style ============================ */
.input-group {
  width: 100%;
  margin-bottom: 15px;
}

.submit-btn {
  background: #898989;
}

.submit-btn p {
  color: #fff;
}

form#pricepopupnew {
  margin-top: 15px;
}

.price_point {
  font-size: 16px;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 500;
}

.enquire-form-slide {
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  position: fixed;
  right: -250px;
  top: 15%;
  z-index: 9;
  transition: all ease 0.4s;
}

.form-control {
  background: transparent !important;
  border: 1px solid #1482b8 !important;
}

.enquire-form-slide.active {
  right: 0;
  transition: all ease 0.4s;
  background: url(../img/texture.jpg);
}

.enquire-form-slide .enq-toggle {
  background: url(../img/btn_enq.jpg) no-repeat 0 0;
  width: 51px;
  height: 194px;
  display: inline-block;
  position: absolute;
  top: 60px;
  left: -51px;
  cursor: pointer;
}

.enquire-form-slide .enq-toggle i {
  display: none;
}

.enquire-form-slide .close-form {
  background: url(../img/close.png) no-repeat 0 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background-size: cover;
}

.form-head {
  font-size: 22px;
  color: #e4e2e2;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto";
  font-weight: normal;
  letter-spacing: 0.5px;
  padding-bottom: 9px;
}

.enquire-form-slide .fieldwrapper {
  width: 100%;
  margin: 0 10px 20px 0;
}

.enquire-form-slide .fieldwrapper input,
.enquire-form-slide .fieldwrapper select {
  width: 100%;
  font-family: "Roboto";
  border: 1px solid #acaaaa;
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  height: 32px;
  padding: 0 0 0 20px;
  outline: 0;
}

.enquire-form-slide .fieldwrapper.form-cta-btn {
  float: none;
  width: auto;
  max-width: 150px;
  margin: 0 auto;
  text-align: center;
}

.enquire-form-slide .fieldwrapper.form-cta-btn a {
  font-family: "Roboto";
  display: block;
  width: 80%;
  padding: 10px 20px;
  margin: 0 auto;
  border: none;
  background-color: #898989;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.enquire-form-slide .fieldwrapper.form-cta-btn a:hover {
  background-color: #4a4a4a;
  /*box-shadow: 0px 0px 5px 3px #5ca63c;*/
}

.enquire-form-slide .fieldwrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/arrow-down.png) 96% center no-repeat #fff;
  outline: 0;
  padding-right: 40px;
}

/* .enquire-form-slide .fieldwrapper > input-placeholder{
    color: #000000;
    opacity: .8;
}
::-webkit-input-placeholder { 
  color: #000000;
  opacity: .8;
}
:-ms-input-placeholder { 
  color: #000000;
  opacity: .8;
}
::-moz-placeholder { 
  color: #000000;
  opacity: .8;
}
:-moz-placeholder { 
  color: #000000;
  opacity: .8;
} */
/* all */

.thankyou-msg {
  /*color: #ffffff;*/
  font-size: 18px;
  text-align: center;
  line-height: 24px;
}

span#errcontainer {
  display: block;
  width: 100%;
  padding: 5px 0 20px;
  text-align: center;
  color: #ff0000;
}

.fieldwrapper.homeally_dwnld_checklist {
  align-items: center;
  display: flex;
  width: 100%;
  margin: 5px 0;
}

.fieldwrapper.homeally_dwnld_checklist input {
  width: 50px;
  height: 50px;
  margin: 10px;
}

.fieldwrapper.homeally_dwnld_checklist span {
  color: #000;
  font-size: 12px;
  line-height: 17px;
}

/* ====================== Topnav Style ============================ */
#topnav {
  /*font-family: 'NexaBold';*/
  padding: 0 0 0 10px;
}

#topnav ul {
  display: flex;
  align-items: flex-start;
}

#topnav ul li a {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  /*text-transform: uppercase;*/
  position: relative;
  margin: 0 0 0 20px;
  padding: 15px 2px 15px 2px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}

#topnav ul li a:hover,
#topnav ul li a.active {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 3px solid #ffffff;
}

#topnav ul li a:hover:after,
#topnav ul li a.active:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

a.menu_trigger {
  display: none;
}

/* ====================== About Us Style ============================ */
#about_us_wrap {
  /*background-image: url(../img/about_us_wrap_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;*/
  /*background-color: #58728C;*/
  background: rgb(66, 96, 79);
  -webkit-background: linear-gradient(
    90deg,
    rgba(66, 96, 79, 1) 0%,
    rgba(66, 96, 79, 1) 50%,
    rgba(228, 190, 144, 1) 50%,
    rgba(228, 190, 144, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(66, 96, 79, 1) 0%,
    rgba(66, 96, 79, 1) 50%,
    rgba(228, 190, 144, 1) 50%,
    rgba(228, 190, 144, 1) 100%
  );
  padding: 50px 0px 0px;
  margin-top: -3px;
}

#about_us {
  padding: 50px 0px;
}

#about_us .inner_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}

.about_left {
  width: 50%;
  /*margin-right: 10%;*/
  animation-delay: 0.4;
}

.about_right {
  width: 48%;
}

.AboutProjectbox {
  text-align: center;
}

.AboutProject_highlight {
  margin-top: 2%;
}

.AboutProjectbox {
  text-align: center;
  border: 1px solid #000;
  padding: 25px 10px;
  height: 120px;
  margin-top: 10px;
}

.AboutProjectbox p {
  font-size: 16px;
}

.about_us_img {
  max-width: 553px;
  width: 100%;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.about_us_img:after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  max-width: 553px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: none;
}

.about_img_slide .owl-dots {
  position: absolute;
  left: 48%;
  bottom: 5px;
  transform: translateX(-50%);
  display: flex;
}

.about_img_slide .owl-dot {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 0 5px;
}

.about_img_slide .owl-dot.active {
  background-color: #000;
  border: 1px solid #fff;
}

.about_us_img img {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about_us_txt {
  text-align: center;
  padding-right: 20px;
}

.about_us_txt .page_heading2 {
  color: #000;
  padding-bottom: 20px;
}

.about_us_txt p {
  color: #000;
}

ul.about_us_txt_list {
  padding-left: 26px;
}

.about_us_txt_list li {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  padding: 10px 0;
}

.about_us_txt h4 {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  padding: 20px 0 20px 26px;
  text-align: left;
}

.about_us_txt h4 span {
  display: block;
  padding-top: 30px;
}

#about_us1 {
  padding: 30px 0 50px;
}

/* ====================== Location Style ============================ */

#location {
  padding-bottom: 50px;
  overflow: hidden;
}

#location .page_heading2 {
  color: #ffffff;
  padding-bottom: 20px;
  text-align: center;
}

.location_img {
  max-width: 1035px;
  width: 100%;
  margin: 0 auto;
}

.location_img img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.location_img p {
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

#backgroundvid1 {
  width: 100%;
}

/* ====================== Experience Living Style ============================ */
#living_experience {
}

#living_experience .page_heading2 {
  color: #ffffff;
  padding-bottom: 40px;
  text-align: center;
}

.iving_exp_img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.iving_exp_img {
  position: relative;
}

.iving_exp_img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.iving_exp_img span {
  position: absolute;
  bottom: 10%;
  left: 5%;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
}

/* ====================== Video Gallery Style ============================ */

#video_insta_wrap {
  background-image: url(../img/video_insta_wrap_bg1.html);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  padding: 50px 0 0;
}

#video_gallery {
  padding-bottom: 50px;
}

#video_gallery .page_heading2 {
  color: #ffffff;
  padding-bottom: 40px;
  text-align: center;
}

.video_gallery_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.video_gallery_img {
  display: block;
  max-width: 450px;
  width: 100%;
  margin: 0 5px;
}

.video_gallery_img img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.vdo-wrapper {
  display: inline-block;
  margin: 0 auto 35px;
  padding-top: 15px;
  width: 48%;
}

#video-gallery .vdo-item {
  float: left;
  position: relative;
  width: 100%;
}

#video-gallery .vdo-item:first-child:after {
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  right: 0;
}

.vdo-box {
  position: relative;
  overflow: hidden;
}

.vdo-box > img {
  display: block;
}

.vdo-mask {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: rgba(43, 52, 84, 0.8);
  transition: all 0.6s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vdo-mask a {
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
}

.vdo-mask h3 {
  font-size: 24px;
  font-weight: 400;
  padding: 0 10px;
  color: #ffffff;
}

.vdo-mask .ico-play {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-top: 15px;
  background: url(../img/ico_play.html) no-repeat 0 0;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

.vdo-mask:hover .ico-play {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.vdo-box:hover .vdo-mask {
  top: 0;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}

.vdo-lightbox {
  position: absolute;
  top: 10%;
  left: 20%;
  width: 60%;
  height: 80%;
}

.vdo-lightbox .vdo-inner {
  width: 100%;
  height: 100%;
}

.vdo-lightbox .vdo-inner iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.close-vdo {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/close.png) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

/* ====================== Connectivity and Infrastructure Style ============================ */
#connect_infra_wrap {
  padding-bottom: 50px;
  color: #ffffff;
}

#connect_infra_wrap .page_heading2 {
  color: #ffffff;
  padding-bottom: 40px;
  text-align: center;
}

.connectivity_slide .item {
  text-align: center;
  color: #ffffff;
  line-height: 24px;
}

.connectivity_slide.owl-carousel .owl-nav > div {
  position: absolute;
  height: 52px;
  width: 35px;
  background: url(../img/arrow_dir.html) no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
  top: 50%;
  margin-top: -26px;
}

.connectivity_slide.owl-carousel .owl-nav .owl-prev {
  left: -20px;
}

.connectivity_slide.owl-carousel .owl-nav .owl-next {
  right: -20px;
  background-position: -35px 0;
}

.connectivity_slide.owl-carousel .owl-item img {
  display: block;
  margin: 10px auto;
}

/* ====================== Instagram Live Gallery Style ============================ */

#insta_live_gallery {
  padding-bottom: 50px;
}

#insta_live_gallery .page_heading2 {
  color: #ffffff;
  padding-bottom: 40px;
  text-align: center;
}

.insta_live_gallery_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.insta_para {
  color: #fff;
  text-align: center;
  padding: 0 0 20px;
}

.insta_live_gallery_img {
  display: block;
  max-width: 399px;
  width: 100%;
  margin: 0 1px;
  position: relative;
}

.insta_live_gallery_img img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.insta_live_gallery_img > a > span {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 0 5px 0 0;
  padding: 5px;
  display: flex;
  align-items: center;
}

.insta_live_gallery_img > a > span img {
  width: 50px;
  border-radius: 50%;
}

.insta_live_gallery_img > a > span span {
  color: #000;
  font-size: 13px;
  line-height: 15px;
  padding-left: 5px;
}

/* ====================== Bottom section image Style ============================ */
#project_btm {
}

.proj_btm {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.proj_btm img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/* ====================== Footer Style ============================ */

.site_footer {
  background-color: #4c725c;
  /*background-image: url(../img/about_us_wrap_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    background-size: cover;*/
  padding: 50px 0;
}

.site_footer p {
  font-size: 14px;
  line-height: 18px;
  /*color: #58728C;*/
  color: #fff;
  /*text-shadow: 0 0 10px #000;*/
  padding-bottom: 20px;
}

.site_address {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  /*color: #58728C;*/
  /*text-shadow: 0 0 10px #000;*/
  padding-bottom: 20px;
}

.footer_disc {
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  /*color: #58728C;*/
  color: #fff;
  /*text-shadow: 0 0 10px #000;*/
}

.disc_link a {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #58728c;
  text-decoration: underline;
  margin: 0 0 10px;
}

.disc_link a:hover {
  text-decoration: none;
}

.banner-container {
  position: relative;
}

.banner-container #brand_logo_container {
  position: absolute;
  right: 3%;
  top: 3%;
  max-width: 180px;
}

.banner-container #logo_container {
  position: absolute;
  left: 3%;
  top: 1%;
  max-width: 180px;
}

.slider1 {
  /*background:url(../img/banner1_new.jpg) no-repeat; */
  /*url(../img/arrow-down.png)*/
  background-position: left bottom;
  background-size: cover;
  margin-top: -10px;
}

.slider1 img {
  /*display: block;*/
  width: 100%;
  /*height: 100vh;*/
}

.desk_img {
  display: block;
}

.mobi_img {
  display: none;
}

.home-slide.owl-carousel .owl-item img.desk_img {
  display: block;
}

.home-slide.owl-carousel .owl-item img.mobi_img {
  display: none;
}

.enquire-form-slide.active2 {
  right: 0;
  left: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.enquire-form-slide.active2 .form_container {
  max-width: 320px;
  width: 90%;
  margin: 0 auto;
  background: url(../img/texture.jpg);
  padding: 30px 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.enquire-form-slide.active2 .enq-toggle {
  display: none;
}

.cus-btn {
  position: absolute;
  bottom: 35px;
  right: 18%;
  background: #d3a84c;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
.set-heading {
  position: absolute;
  bottom: 80px;
  right: 12%;
  font-weight: 700;
  color: #fae68f;
  font-size: 1.3rem;
}
.cus-btn:hover {
  background: #000;
}
.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/* .location {} */
/* .location .content{padding: 3rem;background: url(../img/texture2.jpg);} */

/* .location .content{} */
.location .content p {
  color: #fff;
  text-transform: capitalize;
}
.location .content p span {
  color: #feed02;
  font-weight: 700;
}
.heading02 {
  font-size: 2rem;
  color: #000;
  display: inline-block;
  position: relative;
}
.heading02::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 3px;
  background-color: #1782b9;
  content: "";
  border-radius: 10px;
}
/* .enq-toggle{display: none !important;} */
.location .box {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 1rem;
  background-color: #1782b9;
  border-radius: 10px;
}
.location .box:hover {
  transform: translateY(-10px);
}
/* ARROW */

.scroll-patch {
  height: 100vh;
}

.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}

.arrows path {
  stroke: #cbae73;
  fill: transparent;
  stroke-width: 2px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes arrow

/*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  /* Safari Ã¥â€™Å’ Chrome */
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  /* Safari Ã¥â€™Å’ Chrome */
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  /* Safari Ã¥â€™Å’ Chrome */
}

/* ARROW ENDS */

.carousel-control-next-icon {
  background-image: url(../img/next.png);
}
.carousel-control-prev-icon {
  background-image: url(../img/prev.png);
}

/* =============== Footer Form start =============== */
#inquiryForm {
  background-color: #000;
  bottom: 0px;
  -webkit-box-shadow: 0 -1px 3px rgb(0 0 0 / 33%);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
  box-shadow: 0 -1px 3px rgb(0 0 0 / 33%);
  padding: 10px 0;
  padding-bottom: 15px;
  position: fixed;
  width: 100%;
  border-top: 1px solid #fff;
  z-index: 3;
}
#inquiryForm .col-sm-2 {
  width: 15.666667%;
}
.iti.iti--allow-dropdown {
  width: 100%;
}
#inquiryForm h4 {
  color: #fff;
  position: relative;
  text-align: center;
}
#inquiryForm input {
  color: #fff;
}
#inquiryForm p {
  color: #fff;
}
#inquiryForm p a {
  color: #fff;
  text-decoration: none;
}
#inquiryForm .btn-success {
  width: 100%;
  background-color: #1482b8;
}
#inquiryForm label.error {
  color: red;
  font-size: 12px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
.enq-toggle,
.enq-toggle2 {
  display: none;
}
p {
  font-family: "Muli-bold";
}
li {
  font-family: "Muli-bold";
}
.section {
  padding: 6rem 0;
}

.Golden {
  background: #f2eeeb;
}
.heading05 {
  color: #f20082;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  font-family: "Muli-Bold";
}
.heading05::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #f20082;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.heading06 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #000;
}
.Golden .left-box {
  border-right: 1px solid #2c2c2c;
}
.main-content .box {
  background-color: red;
  height: 600px;
  position: relative;
  margin-top: 50px;
}
.main-content .box:first-child {
  margin-top: 120px;
  background-image: url(../img/new/01.jpg);
  background-position: center;
  background-size: cover;
}
.main-content .box:nth-child(2) {
  margin-top: 80px;
  background-image: url(../img/new/02.jpg);
  background-position: center;
  background-size: cover;
}
.main-content .box:nth-child(3) {
  margin-top: 120px;
  background-image: url(../img/new/03.jpg);
  background-position: center;
  background-size: cover;
}
.main-content .box:nth-child(4) {
  margin-top: 60px;
  background-image: url(../img/new/04.jpg);
  background-position: center;
  background-size: cover;
}
.main-content .box:nth-child(5) {
  margin-top: 120px;
  background-image: url(../img/new/05.jpg);
  background-position: center;
  background-size: cover;
}
.main-content .box .box-2 {
  position: absolute;
  bottom: 10px;
  top: auto;
  left: 10px;
}
.main-content .box p {
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}

.tomGolden {
  background-color: #f2eeeb;
  /* padding-top: 0; */
}
.tomGolden .box {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 10px;
  border-radius: 8px;
  margin: 5px;
}
.p-number {
  font-size: 2rem;
  font-weight: 600;
}
/* .circle-img img{width: 30%;margin: 0 auto;} */

.fugolden {
  background-image: url(../img/new/Gold-texture.jpg);
  background-position: center;
  background-size: cover;
}
.fugolden .box-img img {
  width: 70%;
  margin: 0 auto;
}
.tag-line {
  font-weight: 600;
  font-size: 1.3rem;
}
.view-map a {
  padding: 5px 10px;
  font-size: 14px;
  text-decoration: none;
}
/* .fugolden .heading05::after{background-color: #fff;} */
/* .tomGolden .heading05{border-bottom: 1px solid #000;} */

#topbutton {
  display: inline-block;
  position: fixed;
  bottom: 50px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  z-index: 111;
  display: none;
}
.pulse1 {
  animation: pulse-animation 2s infinite;
  border-radius: 50%;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
}

/* .stikey-icon{background: red;color: #fff;position: fixed;top: 50%;transform: translateY(-50%);right: 0;}
  .stikey-icon:hover{transform: translateX(170px);} */
.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 2s ease-out infinite;
  background-color: #ec037c;
  cursor: pointer;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(0.9, 0.9);
  }
}
.header .logo img {
  width: 8%;
  display: block;
}
.header {
  position: relative;
  transition: ease 1s all;
}
.header.active {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9;
}
.menu {
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  padding: 0 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  z-index: 9999;
}
.close {
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  padding: 0 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  opacity: 0;
  visibility: hidden;
  z-index: 9999999;
}
.cus-navbar.active .close {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.menu,
.close {
  display: block;
  cursor: pointer;
  padding: 5px 10px;
}

.header .cus-navbar {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  right: 0;
  left: 0;
  top: 0;
  transition: ease 1s all;
  transform: translateX(100%);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .cus-navbar.active {
  transform: translateX(0);
}
.close.active {
  opacity: 1;
  visibility: visible;
}
.header .navlist {
  width: 20%;
}
.header .navlist li {
  display: block;
  margin-top: 2rem;
  margin-left: 0;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
.header .navlist li a {
  color: #fff;
  text-decoration: none;
}

.about-us {
  background-color: #f2eeeb;
}
/* =============== Footer Form end =============== */
@media only screen and (min-width: 1300px) {
  /* ====================== Video Styles ============================ */
  /*#project_video {
    height: 100vh;
    overflow: hidden;
}*/
}

@media only screen and (max-width: 1023px) {
  .header .navlist {
    width: 80%;
    margin: 0 auto;
    padding-left: 0;
  }
  #inquiryForm {
    display: none;
  }
  .slider1 {
    /*background:url(../img/banner1_new_mobile.jpg) no-repeat; */
    /*url(../img/arrow-down.png)*/
    background-position: left bottom;
    background-size: cover;
    margin-top: 0;
  }

  .page_heading2 {
    font-size: 24px;
    line-height: 24px;
  }

  .scroll-down {
    display: none;
  }

  #project_video #brand_logo_container {
    display: none;
  }

  /* ====================== Header Styles ============================ */

  /* ====================== Topnav Style ============================ */
  #topnav {
    /*font-family: 'NexaBold';*/
    padding: 0 0 0 10px;
  }

  #topnav ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #4a4a4a;
    -webkit-box-shadow: 0 0 10px #000000;
    -ms-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
    padding: 10px 0;
    z-index: 1;
  }

  #topnav ul li a:hover:after,
  #topnav ul li a.active:after {
    display: none;
  }

  a.menu_trigger {
    position: relative;
    text-decoration: none;
    vertical-align: top;
    display: block;
    z-index: 99;
  }

  a.menu_trigger span,
  a.menu_trigger span:before,
  a.menu_trigger span:after {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    display: block;
    background-color: #fff;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 4px;
  }

  a.menu_trigger span:before {
    top: -8px;
  }

  a.menu_trigger span:after {
    top: 8px;
  }

  a.menu_trigger.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }

  a.menu_trigger.active span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }

  a.menu_trigger.active span {
    background-color: transparent;
  }

  a.menu_trigger.active span:before {
    top: 0;
  }

  a.menu_trigger.active span:after {
    top: 0;
  }

  #topnav ul li a,
  #topnav ul li a:hover,
  #topnav ul li a.active {
    padding: 0 2px 5px 2px;
    margin: 0 10px 5px 10px;
  }

  /* ====================== Enquire Form Style ============================ */

  .enquire-form-slide {
    top: auto;
    left: 0;
    right: auto;
    bottom: -100%;
    margin: 0 auto;
    width: 100%;
    max-width: none;
    padding-bottom: 80px;
  }

  .enquire-form-slide.active {
    right: auto;
    bottom: 0;
  }

  .enq-toggle {
    left: 0;
    top: auto;
    bottom: 0;
    width: 50%;
    background: #000;
    height: auto;
    text-align: center;
    padding: 5px 0;
    position: fixed;
    z-index: 999;
  }
  .enq-toggle2 {
    left: auto !important;
    right: 0 !important;
    top: auto;
    bottom: 0;
    width: 50%;
    background: #000;
    height: auto;
    text-align: center;
    padding: 5px 0;
    position: fixed;
    z-index: 999;
    border-left: 2px solid #fff;
  }
  .enq-toggle2 i {
    display: inline-block;
    background: #000;
    font-size: 1.5rem;
    line-height: 25px;
    padding: 7px 15px;
    min-width: 100px;
    color: #fff;
    font-style: normal;
  }

  .enq-toggle i {
    display: inline-block;
    background: #000;
    font-size: 1.5rem;
    line-height: 25px;
    padding: 7px 15px;
    min-width: 100px;
    color: #fff;
    font-style: normal;
  }

  .enquire-form-slide .enq-toggle.active i {
    width: 60px;
    text-indent: 999px;
    overflow: hidden;
    min-width: inherit;
    border-radius: 50%;
    background: #ffffff url(../img/arrow-down.png) no-repeat center center;
  }

  .form-head {
    font-size: 28px;
    line-height: 55px;
  }

  .enquire-form-slide .fieldwrapper {
    margin: 0 10px 10px 0;
  }

  .enquire-form-slide .fieldwrapper.form-cta-btn input {
    padding-top: 5px;
  }

  /* ====================== About Us Style ============================ */
  #about_us .inner_wrap {
    flex-direction: column;
  }

  .about_left {
    width: 100%;
    margin-right: 0;
  }

  .about_right {
    width: 100%;
  }

  .about_us_img {
    margin: 0 auto 20px;
  }

  .about_us_img:after {
    display: none;
  }

  .about_us_txt .page_heading2 {
    padding-bottom: 20px;
    text-align: center;
  }

  .about_us_txt_list li {
    font-size: 15px;
    line-height: 20px;
    padding: 5px 0;
  }

  .about_us_txt h4 {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0 10px 26px;
  }

  .about_us_txt h4 span {
    padding-top: 20px;
  }

  /* ====================== Location Style ============================ */

  #location {
    padding: 50px 0 30px 0;
  }

  /* ====================== Video Gallery Style ============================ */

  .vdo-mask {
    top: 0;
  }

  .vdo-lightbox {
    left: 0;
    right: 0;
    top: 15%;
    width: 90%;
    height: 80%;
    margin: 0 auto;
  }

  /* ====================== Instagram Live Gallery Style ============================ */

  #insta_live_gallery {
    padding-bottom: 30px;
  }

  #insta_live_gallery .page_heading2 {
    padding-bottom: 20px;
  }

  .insta_live_gallery_img > a > span img {
    width: 30px;
  }

  .insta_live_gallery_img > a > span span {
    font-size: 9px;
  }

  /* ====================== Footer Style ============================ */

  footer.site_footer {
    padding: 30px 0 90px;
  }
}

@media only screen and (max-width: 767px) {
  .header .logo img {
    width: 25%;
    display: block;
  }
  #future .d-flex {
    display: block !important;
  }
  .tag-line {
    display: inline-block;
  }
  .tomGolden .box p {
    text-align: left !important;
  }
  /* .circle-img img{width: 70%;} */
  .fugolden .box-img img {
    width: 90%;
  }
  .main-content .box {
    height: 300px;
  }
  .main-content .box:first-child {
    margin-top: 40px;
    background-image: url(../img/new/01_Mobile.jpg);
  }
  .main-content .box:nth-child(2) {
    margin-top: 40px;
    background-image: url(../img/new/02_mobile.jpg);
  }
  .main-content .box:nth-child(3) {
    margin-top: 40px;
    background-image: url(../img/new/03_Mobile.jpg);
  }
  .main-content .box:nth-child(4) {
    margin-top: 40px;
    background-image: url(../img/new/04_mobile.jpg);
  }
  .main-content .box:nth-child(5) {
    margin-top: 40px;
    background-image: url(../img/new/05_Mobile.jpg);
  }
  .main-content .box p {
    top: auto;
    bottom: 0px;
    left: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
  }
  .main-content .box .box-2 {
    bottom: 0;
    left: 0;
  }

  #inquiryForm {
    display: none;
  }
  .arrows {
    bottom: 70px;
  }
  .enq-toggle,
  .enq-toggle2 {
    display: block;
  }
  .cus-btn {
    bottom: 70px;
  }
  .set-heading {
    position: absolute;
    bottom: 130px;
    right: auto;
    font-weight: 700;
    color: #fae68f;
    font-size: 1.3rem;
    transform: translateX(-50%);
    width: 100%;
    left: 50%;
    display: inline-block;
    text-align: center;
  }

  /* .carousel-item.active .cus-btn{display: none;} */
  /* #toggle-btn{display: block;} */
  /* .enq-toggle{display: block !important;}
    .enq-toggle.active{display: none !important;}
    
    .enq-toggle2.active{display: none !important;}
    .enq-toggle2{display: block !important;} */
  .cus-btn {
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .enquire-form-slide {
    padding-bottom: 40px;
  }
  .desk_img {
    display: none;
  }

  .mobi_img {
    display: block;
  }

  .home-slide.owl-carousel .owl-item img.desk_img {
    display: none;
  }

  .home-slide.owl-carousel .owl-item img.mobi_img {
    display: block;
  }

  /* ====================== Experience Living Style ============================ */

  #living_experience .page_heading2 {
    padding-bottom: 40px;
  }

  .iving_exp_img_wrap {
    flex-flow: row wrap;
  }

  .iving_exp_img span {
    font-size: 16px;
    line-height: 20px;
  }

  /* ====================== Video Gallery Style ============================ */

  #video_gallery {
    padding-bottom: 30px;
  }

  #video_gallery .page_heading2 {
    padding-bottom: 20px;
  }

  .video_gallery_wrap {
    flex-flow: row wrap;
  }

  .video_gallery_img {
    width: 90%;
    margin: 5px auto;
  }

  .video_gallery_img img {
    margin: 5px 5px;
  }

  .headline {
    position: relative;
    left: auto;
    top: auto;
    padding: 10px 0;
    color: #000;
    text-shadow: 0 0 10px #fff;
  }

  .headline h2 {
    font-size: 24px;
  }

  .headline h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .cus-btn {
    bottom: 54px;
  }
  .set-heading {
    bottom: 110px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .wrapper {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  #lock {
    display: none;
  }

  .wrapper {
    display: block;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .wrapper {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  #lock {
    display: none;
  }

  .wrapper {
    display: block;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .wrapper {
    display: none;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) and (orientation: portrait) {
  #lock {
    display: none;
  }

  .wrapper {
    display: block;
  }
}

@media screen and (min-width: 320px) and (max-width: 640px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .wrapper {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 640px) and (orientation: portrait) {
  #lock {
    display: none;
  }

  .wrapper {
    display: block;
  }
}

@media screen and (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .wrapper {
    display: none;
  }
}

@media screen and (min-width: 600px) and (max-width: 960px) and (orientation: portrait) {
  #lock {
    display: none;
  }

  .wrapper {
    display: block;
  }
}

@media screen and (min-width: 820px) and (max-width: 1180px) and (orientation: landscape) {
  #lock {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 34px;
  }

  .wrapper {
    display: none;
  }
}

@media screen and (min-width: 820px) and (max-width: 1180px) and (orientation: portrait) {
  #lock {
    display: none;
  }

  .wrapper {
    display: block;
  }
}

form#pricepopupnew label.error {
  color: red;
  margin-top: 8px;
}

.iti__flag-container {
  height: 38px;
}

.gallery_tabs_content {
  display: none;
}

.gallery_tabs_content.active {
  display: block;
}

.gallery_tabs ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 2rem;
}

.gallery_tabs ul li {
}

.gallery_tabs ul li button {
  padding: 14px 15px;
  background: whitesmoke;
  border: 1px solid #ccc;
  border-radius: 30px;
  transition: 0.6s;
}

.gallery_tabs {
  margin-top: 2rem;
}

.gallery_tabs ul li button.active {
  background: #f20082;
  color: #fff;
}

.cloudzoom-blank {
  display: none;
}

.owl-gallery-slider .owl-nav {
}

.owl-gallery-slider .owl-prev i {
}

.owl-gallery-slider .owl-next i {
}

.owl-gallery-slider .owl-prev,
.owl-gallery-slider .owl-next {
  position: absolute;
  top: 45%;
  background: #fff !important;
  width: 30px;
  height: 30px;
  border-radius: 100px;
}

.owl-gallery-slider .owl-next {
  right: 10px;
}

.owl-gallery-slider .owl-prev {
  left: 10px;
}

.owl-gallery-slider .owl-nav .disabled {
  display: none;
}

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

span.play_btn {
  position: absolute;
  width: 70px;
  height: 70px;
  inset: 0;
  margin: auto;
}

@media (max-width: 650px) {
  .gallery_tabs ul {
    flex-wrap: wrap;
  }
  .gallery_tabs ul li button {
    width: 100%;
  }
  .gallery_tabs ul li {
    width: 47%;
  }
  span.play_btn {
    width: 40px;
    height: 40px;
  }
  section#gallery {
    padding: 3rem 0px 4rem;
  }
}


.map_view_tab{
  display: none;
}

.map_view_tab.active{
  display: block;
}

.map_view_tab iframe{
  width: 100%;
}