* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "source sans pro", serif;
}

@font-face {
  font-family: "source sans pro";
  src: url(../fonts/source-sans-pro/SourceSansPro-Regular.woff) format("woff");
}

@font-face {
  font-family: "source sans light";
  src: url(../fonts/source-sans-pro/SourceSansPro-ExtraLight.otf) format("woff");
}

body {
  font-family: "source sans pro", sans-serif;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px; 
}

h3 {
  font-family: "source sans pro";
  /* color: #2a3f70 !important; */
}

a * {
  text-decoration: none;
}

p {
  font-size: 14px;
}

img {
  width: 100%;
  max-width: 100%;
}

.section_title {
  padding-bottom: 20px;
}

h1 {
  font-family: "source sans pro";
  font-size: 80px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}

.section_title h2 {
  font-family: "source sans pro";
  font-size: 50px;
  font-weight: 400;
  color: #13251a;
}

.section_paragraph p,
.section_paragraph ul li {
  font-family: "source sans light";
  font-weight: 600;
  font-size: 14px;
  color: #222222;
  margin-bottom: 5px;
  line-height: 28px;
  text-align: justify;
}

/* section space */

section {
  padding: 50px 0px;
}

.section_container {
  padding-top: 140px; 
  margin-top: -140px;
}

#banner {
  padding: 0px;
  position: relative;
}

section#brochure_section {
  padding-bottom: 0px;
}

/* Header CSS */

.mobile_menu {
  display: none;
}

header.header {
  padding: 6px 0px;
  position: absolute;
  width: 100%;
  z-index: 999;
  background: #ededed;
}

header.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* background: #fff !important; */
  z-index: 999;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0; */
}

.header_logo {
  width: 40%;
}

.navbar {
  display: flex;
  justify-content: flex-end;
}

.navbar ul li {
  margin: 0px 10px;
}

.navbar ul li a {
  color: #13251a;
  font-size: 16px;
}

.navbar ul li a:hover {
  color: #000;
}

.nav-link:focus,
.nav-link:hover {
  color: #000;
}

/* Header CSS Ends*/

/* Banner CSS */

.banner_wrapper {
  position: relative;
}

.banner_img::before {
  content: "";
  position: absolute;
  left: 0;
  height: 200px;
  bottom: 0;
  width: 100%;
  /*background: linear-gradient(360deg, #13251a96, #000000bf 0%, #00000000);*/
}

.banner_img img {
  /*height: 100vh;*/
  margin-top: 80px;
}

.banner_btn {
  width: 160px;
  margin-top: 20px;
}
a.btn.enq_btn {
  color: #fff;
  background: #f6f6f647;
  border-radius: 25px;
  padding: 5px;
  display: flex;
  align-items: center;
}

a.btn.enq_btn .fa-arrow-down {
  background: #13251a;
  border-radius: 50px;
  padding: 10px 11px;
  margin-right: 10px;
}

.banner_bottom {
  left: 0;
  right: 0;
  bottom: 30px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

form#banner-form {
  width: 100%;
  padding: 2%;
  display: flex;
  background: #13251a;
  justify-content: center;
}

.banner_form .form_box {
  width: 100%;
}

/* btn css */

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #fff;
  background-color: #f6f6f647;
  border-color: transparent;
}

/* About */

.about_content {
  background: #ededed;
  padding: 36px 55px;
  border-radius: 30px;
  position: relative;
}

.about_content .section_paragraph {
  width: 80%;
}

.about_content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 235px;
}
.about_btn {
  width: 200px;
  margin-top: 30px;
}

.about_btn a.btn.enq_btn {
  background: #13251a;
  color: #fff;
}

.about_btn a.btn.enq_btn .fa-arrow-down {
  background: #ffffff;
  color: #13251a;
}

/* counter css */

.counter_block {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  background: #13251a;
  border-radius: 30px;
  padding: 50px 20px;
}

.counter_box {
  text-align: left;
  border-right: 1px solid #ffff;
  padding-right: 10px;
}

.counter_box:last-child {
  border-right: 0;
}

.counter_block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.counter_block::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.counter_box p {
  color: #ffffff;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.counter_box p span {
  color: #ffffff;
  font-size: 35px;
}

.counter_box span:nth-child(2) {
  font-family: "source sans light";
  color: #ffffff;
}

.about_img {
  border-radius: 30px;
  overflow: hidden;
}

/* about galler */

.about_gallery_box {
  display: flex;
  justify-content: center;
}

.about_gallery {
  position: relative;
}

.about_gallery.owl-carousel .owl-item img,
.amenities_gallery.owl-carousel .owl-item img {
  width: 90% !important;
  border-radius: 30px !important;
}

.about_content_wrapper {
  background: #ededed;
  padding: 70px 55px;
  border-radius: 30px;
  width: 90%;
}

.about_content_box {
  padding: 19px 0px;
  border-bottom: 1px solid #898989;
  cursor: pointer;
}

.about_content_box p,
.about_content_box span {
  color: #000;
}

.about_content_box p {
  font-size: 18px;
}

.about_content_box span {
  color: #ffffffb5;
  font-size: 14px;
}

.about_gallery .img_box img {
  height: 450px;
}

/* amenites css */

.icons_wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #ededed;
  gap: 10px;
  padding: 50px 15px;
  border-radius: 30px;
  width: 85%;
}

.border_bottom {
  display: flex;
  gap: 20px;
  padding: 10px 0px;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #c6c6c600, #c6c6c6, #c6c6c600) 0 1 1 0;
}

.border_bottom::after,
.border_bottom::before {
  content: "";
  position: absolute;
  border-right: 1px solid;
  border-image: linear-gradient(to top, #c6c6c600, #c6c6c6, #c6c6c600) 0 1 1 0;
  top: 50%;
  bottom: 50%;
  height: 80%;
  transform: translateY(-50%);
}

.border_bottom::after {
  left: 36%;
}

.border_bottom::before {
  right: 36%;
}

.icon_box {
  width: 130px;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  justify-content: center;
  padding: 0px 18px;
}

.icon_box img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
}

.icon_box caption {
  color: #fff;
}

.pricing_box {
  display: flex;
  justify-content: center;
  /* flex-direction: column; */
  /* align-items: center; */
}

table#pricing_table {
  width: 85%;
  border-collapse: collapse;
}

thead,
tbody,
tr,
th,
td {
  border-bottom: 1px solid #000;
  padding: 10px 5px;
  font-family: "source sans light";
  font-size: 18px;
  font-weight: 600;
}

table#pricing_table thead {
  background: #000;
}

table#pricing_table td,
table#pricing_table th {
  text-align: center;
}

table#pricing_table tbody tr td:last-child {
  display: flex;
  justify-content: center;
  border: 0;
}

table#pricing_table thead tr th {
  color: #fff;
}

a.btn.enq_btn.enq_price {
  color: #13251a;
  background: #ffffff26;
  border: 1px solid #13251a;
  border-radius: 5px;
  width: 45%;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
}

/* plan section */

div#myTab {
  position: relative;
  background: #13251a;
  display: flex;
  flex-direction: column;
  width: 95%;
  height: 550px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  cursor: pointer;
  gap: 20px;
}

div#myTab::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 30%;
}

div#myTab button {
  border: 0;
  cursor: pointer;
  background: none;
  color: #ffffff80;
  font-size: 25px;
  position: relative;
  z-index: 9;
}

div#myTab button.active {
  color: #fff;
  font-size: 35px;
}

div#myTab button.active::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 80%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 1px solid #9e978a4f;
}

.tab_content {
  display: none;
}

.tab_content.active {
  display: block;
}

.plan_img {
  border-radius: 30px;
  overflow: hidden;
}

.plan_img_box {
  display: flex;
  width: 84%;
  gap: 0px 40px;
}

.unit_plan .plan_slider .item {
  display: flex;
  justify-content: center;
}

.plan_slider .owl-nav .owl-next {
  right: -35px;
}

.plan_slider .owl-nav .owl-prev {
  left: -35px;
}

/* Drone View */

.drone_view_img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
}

.drone_view_img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: brightness(0.5);
  backdrop-filter: brightness(0.99);
}

.drone_view_content {
  position: absolute;
  width: 100%;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  z-index: 9;
}

.drone_view_content h2 {
  color: #fff;
}

/* gallery section */

#gallery .section_title,
#video_gallery .section_title {
  margin-bottom: 15px;
}

#amenities .section_title h2,
#gallery .section_title h2,
#video_gallery .section_title h2,
#specifications .section_title h2,
#location_highlights .section_title h2,
#FAQ .section_title h2 {
  position: relative;
}

#amenities .section_title h2::after,
#amenities .section_title h2::before,
#gallery .section_title h2::after,
#gallery .section_title h2::before,
#video_gallery .section_title h2::after,
#video_gallery .section_title h2::before,
#specifications .section_title h2::after,
#specifications .section_title h2::before,
#location_highlights .section_title h2::after,
#location_highlights .section_title h2::before,
#FAQ .section_title h2::after,
#FAQ .section_title h2::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #898989;
}

#amenities .section_title h2::after,
#amenities .section_title h2::before {
    width: 250px;
}

#video_gallery .section_title h2::after,
#video_gallery .section_title h2::before {
  width: 300px;
}

#FAQ .section_title h2::after,
#FAQ .section_title h2::before {
  width: 650px;
}

#location_highlights .section_title h2::after,
#location_highlights .section_title h2::before {
  width: 450px;
}

#specifications .section_title h2::after,
#specifications .section_title h2::before {
  width: 350px;
}

#gallery .section_title h2::after,
#video_gallery .section_title h2::after,
#highlight .section_title h2::after {
  bottom: -10px;
}

#amenities .section_title h2::before,
#highlight .section_title h2::before,
#gallery .section_title h2::before,
#video_gallery .section_title h2::before,
#specifications .section_title h2::before,
#location_highlights .section_title h2::before,
#FAQ .section_title h2::before {
  top: -75px;
}

.gallery_slider .owl-item {
  display: flex;
  justify-content: center;
  margin: 50px 0px;
  transform: scale(0.9);
  transition: all 0.5s ease-in-out;
}

.gallery_slider .owl-item.active.center {
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
}

.gallery_slider .item {
  width: 85%;
  border-radius: 30px;
  overflow: hidden;
}

.gallery_slider .owl-nav .owl-prev {
  left: 12%;
}
.gallery_slider .owl-nav .owl-next {
  right: 12%;
}

/* Location Highlights */

#highlight .accordion-button:focus {
  box-shadow: none;
}

#highlight .accordion-button:not(.collapsed) {
  background: transparent;
  color: #13251a;
  box-shadow: none;
}

#highlight .accordion-button {
  font-size: 18px;
}

#FAQ .accordion-button:not(.collapsed) {
  color: #13251a;
  background-color: #ededed;
}

/* Footer */

#footer {
  padding: 40px 0px;
}

/* owl nav */

.owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  margin: auto;
  width: 70px;
  height: 70px;
  font-size: 20px;
  border: 1px solid #9e978a4f;
  border-radius: 50px;
  background: #ffffff;
  color: #9e978a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.owl-nav .owl-prev .fa-angle-right,
.owl-nav .owl-next .fa-angle-left {
  font-size: 20px;
}

.owl-nav .owl-prev {
  left: 0px;
}

.owl-nav .owl-next {
  right: 0px;
}
/* footer form css */

section.forms {
  display: none;
}

#enquire_price input.form_input {
  background: #13251a57;
  color: #000000;
}

#enquire_price input.form_input::placeholder {
  color: #000000;
}

#sticky-form .form_box,
#enquire_price .form_box {
  flex-direction: column;
}

#sticky-form .form_submit_btn input {
  background: #ffffff;
  color: #13251a;
}

#contact_us input.form_input {
  border: 0;
  background: #ffffff;
}

#contact_us input.form_input::placeholder {
  color: #000000;
}

form#contact_us,
#enquire_price,
#brochure_form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.forms {
  display: flex;
}

form#brochure_form {
  background: #fff;
  width: 25%;
  padding: 20px 10px;
  color: #000000;
}

form#brochure_form input.form_input {
  background: #13251a57;
}

form#brochure_form input.form_input::placeholder {
  color: #000000;
}

#brochure_form .form_box {
  /* width: 100%; */
  flex-direction: column;
}

#brochure_form .footer_submit_btn input {
  background: #13251a !important;
  color: #fff;
}

#brochure_form .privacy_policy_tc {
  color: #000;
}

form#contact_us .section_title h3 {
  font-size: 35px;
  color: #ffffff;
}

form#banner_form {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 40px 0px;
}

#banner_form .form_box,
#contact_us .form_box {
  width: 80%;
}

.form_box {
  display: flex;
  justify-content: center;
  gap: 20px;
}

input.form_input {
  backdrop-filter: blur(5px);
  border: 0;
  border-radius: 5px;
  padding: 8px 20px;
  width: 100%;
  font-size: 14px;
}

input.form_input::placeholder {
  color: #000000;
  font-size: 14px;
}

input:focus-visible {
  outline: 0;
}

label.checkbox-inline {
  display: flex;
  width: 100%;
  gap: 10px;
  font-size: 12px;
}

label.checkbox-inline input {
  margin-bottom: 33px;
  border: 0;
  width: 18px;
}

.privacy_policy_tc {
  font-size: 9px;
  color: #fff;
}

.form_submit_btn input {
  background: #fff;
  color: #000;
  padding: 8px 35px;
}

.form_input {
  width: 100%;
}

.form_box .intl-tel-input {
  width: 100%;
  max-height: 37px;
}

.form_box .intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  color: #000;
}

.form_box .intl-tel-input .selected-flag {
  height: 100%;
  max-height: 65%;
  padding: 18px 10px;
}

.error {
  color: #d10508;
  font-size: 12px;
}

form#sticky-form {
  position: fixed;
  top: 20%;
  right: -325px;
  background: #13251a;
  padding: 26px 15px;
  width: 325px;
  height: auto;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 3px 0px #0000006b;
  z-index: 9;
}

form#sticky-form.active {
  right: 0;
  transition: all 0.5s ease-in-out;
}

form#enquire_price,
#brochure_form {
  position: fixed;
  top: 18%;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
  background: #ffffff;
  padding: 20px;
  width: 25%;
  border-radius: 15px;
}

#enquire_price .section_title h2 {
  color: #13251a;
  font-size: 25px;
}

#enquire_price .privacy_policy_tc {
  color: #000;
}

#enquire_price .form_submit_btn input {
  background: #13251a;
  color: #fff;
}

button.enquire_now {
  position: absolute;
  left: -85px;
  transform: rotate(270deg);
  padding: 10px 20px;
  bottom: 0;
  top: 0;
  height: 45px;
  margin: auto;
  border: 1px solid transparent;
  background: #13251a;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
  display: none;
}

.close {
  position: absolute;
  top: 3px;
  right: 3px;
}

.contact a,
.address p {
  font-size: 18px;
}

.mobile {
  display: none !important;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 0px;
  top: 0px;
  padding-right: 0px;
  color: #fff !important;
  /* width: auto; */
  background: transparent;
}

.location_wrapper iframe {
  width: 100%;
}

.footer_btns {
  display: none;
}

.plan_img,
.gallery_img {
  position: relative;
}

.gallery_img img {
  height: 300px;
}

.plan_img img {
  /*height: 460px;*/
}

.caption {
  position: absolute;
  bottom: 30px;
  background: #00000080;
  width: 100%;
  text-align: center;
}

.caption p {
  color: #fff;
  font-size: 14px;
  padding: 5px 0px;
}

.cloudzoom-blank div:nth-child(3) {
  display: none !important;
}

form#contact_us {
  background: #13251a;
  padding: 25px 0px;
}

.logo_box {
  display: flex;
  justify-content: space-between;
  padding: 0px 50px;
  padding-top: 20px;
  line-height: 25px;
}

.logo_box img {
  width: 240px;
}

.UR_logo img {
  width: 100px;
}

.address_box {
  padding-top: 15px;
}

.address_box a {
  text-decoration: none;
}

.address_box a strong {
  color: #000;
}

section#pricing_plan {
  padding: 0px 0px;
}

.constructions_logo {
  width: 12% !important;
}

.download-price {
  background: #13251a;
}

.download-price a {
  color: #fff !important;
}

/*Responsive css*/

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1368px) {
  .banner_form .form_box {
    width: 90%;
  }

  .privacy_policy_tc {
    font-size: 12px;
  }

  .about_content {
    padding: 35px 55px;
  }

  .about_btn {
    margin-top: 5%;
  }

  .about_content_wrapper {
    padding: 20px 50px;
  }

  .about_content_box {
    padding: 18px 0px;
  }

  .icons_wrapper {
    gap: 0px;
    padding: 30px 0px;
  }

  a.btn.enq_btn.enq_price {
    width: 50%;
  }

  div#myTab {
    height: 435px;
  }

  .border_bottom::after,
  .border_bottom::before {
    height: 85%;
  }

  .border_bottom::after {
    left: 34%;
  }

  .border_bottom::before {
    right: 34%;
  }

  .about_content::before {
    background-size: 80%;
  }

  .about_content .section_paragraph {
    width: 100%;
  }
}

@media only screen and (max-width: 1285px) {
  .banner_bottom {
    bottom: 20px;
  }

  /* .banner_img img {
    height: auto;
  } */

  .banner_form .form_box {
    width: 90%;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
  .header_logo {
    width: 100%;
  }

  .banner_bottom {
    bottom: 60px;
  }

  #about .row {
    flex-direction: column-reverse;
  }

  .about_img {
    margin: 25px 0px;
  }

  .about_content_wrapper,
  .icons_wrapper {
    width: 100%;
  }

  .icons_wrapper {
    padding: 0;
  }

  .about_content_box {
    padding: 10px 0px;
  }

  .about_gallery.owl-carousel .owl-item img,
  .amenities_gallery.owl-carousel .owl-item img {
    width: 100% !important;
    border-radius: 30px !important;
  }

  a.btn.enq_btn.enq_price {
    width: 70%;
  }

  div#myTab {
    height: 365px;
  }
  .banner_form {
    bottom: 5px;
  }

  #banner_form .form_box,
  #contact_us .form_box {
    width: 90%;
  }
}

@media only screen and (max-width: 1024px) {
  .banner_img img {
    height: auto;
  }

  .section_title h2 {
    font-size: 40px;
  }

  .about_content {
    padding: 20px 25px;
    margin-bottom: 15px;
  }

  .about_content::before {
    background-size: 50%;
  }

  .about_btn {
    margin-top: 9%;
  }

  h1 {
    font-size: 45px;
  }

  .banner_content {
    top: 0;
  }

  .banner_bottom {
    bottom: 90px;
  }

  #banner_form .form_box,
  #contact_us .form_box {
    width: 95%;
  }

  .about_content .section_paragraph {
    width: 90%;
  }

  .privacy_policy_tc {
    font-size: 10px;
  }

  .about_content::after {
    background-size: 30%;
  }

  .about_content_box {
    padding: 9px 0px;
  }

  .icon_box {
    width: 110px;
    font-size: 12px;
  }

  .border_bottom::after {
    left: 37%;
  }

  .border_bottom::before {
    right: 36%;
  }

  .icon_box img {
    width: 60px !important;
    height: 60px;
  }

  a.btn.enq_btn.enq_price {
    width: 60%;
  }

  div#myTab {
    height: 365px;
  }

  .form_box .intl-tel-input .selected-flag {
    max-height: 38px;
  }

  form#enquire_price,
  #brochure_form {
    width: 35% !important;
  }
}

@media only screen and (max-width: 996px) {
  header.header {
    position: absolute;
    background: #ededed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .navbar {
    position: absolute;
    left: -100%;
    z-index: 1;
    width: 100%;
    background: #13251a;
    transition: all 0.5s ease-in-out;
  }

  .navbar.active {
    top: 4em;
    left: 0;
    transition: all 0.5s ease-in-out;
  }

  .navbar ul {
    display: block;
    width: 100%;
    text-align: center;
  }

  .navbar ul li a {
    color: #ffffff;
  }

  .navbar ul li a:hover {
    color: #000000;
  }

  .mobile_header {
    z-index: 9;
    display: flex;
    padding: 0px 18px;
    position: relative;
    align-items: center;
    justify-content: space-between;
  }

  .menu {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    width: 50px;
    justify-content: center;
  }

  .menu span {
    border-bottom: 3px solid #13251a;
    width: 25px;
    transition: all 0.5s ease-in-out;
  }

  .menu span:nth-child(2) {
    /* width: 15px;
    margin-right: 10px; */
    transition: all 0.5s ease-in-out;
  }

  .menu.active span:nth-child(2) {
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }

  .menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(0px, 0px);
    transition: all 0.5s ease-in-out;
  }

  .menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(10px, -10px);
    transition: all 0.5s ease-in-out;
  }

  .header_logo {
    width: 20%;
  }

  .img_box {
    position: relative;
  }

  table#pricing_table {
    width: 100%;
    border-collapse: collapse;
  }

  a.btn.enq_btn.enq_price {
    width: 75%;
  }

  .banner_img img {
    height: auto;
  }

  .banner_bottom {
    position: unset;
    background: #13251a;
    padding: 25px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  form#banner-form {
    width: 90%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  form#banner-form .section_title h2 {
    color: #fff;
  }

  #banner-form .form_box {
    flex-direction: column;
  }
}

@media only screen and (max-width: 820px) {
  .icons_wrapper {
    width: 100%;
  }

  .about_gallery.owl-carousel .owl-item img {
    width: 100% !important;
    border-radius: 30px !important;
    height: 470px;
  }

  .amenities_gallery.owl-carousel .owl-item img {
    height: 300px;
  }

  .about_content_wrapper {
    padding: 20px 20px;
    width: 100%;
  }

  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .owl-nav .owl-prev {
    left: -10px;
  }

  .owl-nav .owl-next {
    right: -10px;
  }

  .border_bottom {
    gap: 15px;
  }

  .icon_box.active {
    padding: 10px 15px;
  }

  div#myTab {
    height: 270px;
  }
  .gallery_slider .item {
    width: 60%;
    border-radius: 30px;
    overflow: hidden;
  }

  .banner_content p {
    font-family: "source sans pro";
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    width: 80%;
  }
  .banner_content p:nth-child(1) {
    font-size: 18px;
    letter-spacing: 2px;
  }

  #banner_form .form_box,
  #contact_us .form_box {
    flex-direction: column;
  }
}

.location_map .location_wrapper {
  text-align: center;
}

.location_map .location_wrapper img {
  width: 60%;
}

.about_content_right img {
  height: 500px;
}

.about_2 img {
  height: 560px;
}

.sticky_enq_btn {
  position: absolute;
}

.sticky_enq_btn a {
  top: 50%;
  color: #fff;
  z-index: 100;
  right: -40px;
  display: flex;
  position: fixed;
  padding: 10px 20px;
  border-radius: 5px; 
  background: #13251a;
  align-items: center;
  border: 1px solid #fff;
  transform: rotate(-90deg);
}

.sticky_enq_btn a:hover {
  color: #fff;
  background: #13251a;
}

@media only screen and (max-width: 768px) {
  section {
    padding: 30px 0px;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: flex !important;
  }

  .banner_img img {
    height: auto;
  }
  
  .about_content::before {
    background-size: 65%;
    width: 48%;
  }

  form#enquire_price,
  #brochure_form {
    width: 85% !important;
  }

  h1 {
    font-size: 35px;
  }

  .banner_content {
    top: 40%;
  }

  .banner_img::before {
    background: transparent;
  }

  .banner_content p {
    width: 90%;
  }

  .banner_bottom {
    background-color: #13251a;
    padding: 30px 0px;
    position: unset;
    flex-direction: column;
  }

  .banner_form {
    position: unset;
  }

  .banner_form .form_box {
    flex-direction: column;
  }

  .banner_btn.enq_form_btn {
    margin: 0px 15px;
    margin-bottom: 20px;
  }

  .highlight_box h3,
  .highlight_box p {
    font-family: "source sans light";
    font-size: 25px;
    color: #fff;
    font-weight: 600;
  }

  .highlight_box h3 {
    margin-bottom: 10px;
  }

  #highlight .section_title h2::after,
  #highlight .section_title h2::before {
    width: 325px;
  }

  .plan_tabs {
    position: relative;
  }

  .plan_tabs::after,
  .plan_tabs::before {
    content: "";
    position: absolute;
    width: 325px;
    height: 1px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #898989;
  }

  .highlight_box p {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
  }

  .highlight_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 15px;
    padding: 35px 0px;
    justify-content: space-between;
    border: 1px solid #fff;
    border-radius: 30px;
  }

  .highlight_box {
    width: 45%;
    line-height: 25px;
    padding-left: 25px;
  }

  .prj_wrapper {
    padding: 40px 0px;
  }

  .prj_highlights_wrapper .prj_box {
    width: 40%;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px 15px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .prj_box span {
    color: #fff;
  }

  .prj_highlights_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 25px 0px;
  }

  .prj_highlights_wrapper ul li {
    color: #fff;
    font-family: "source sans light";
    font-weight: 600;
    font-size: 16px;
  }

  .privacy_policy_tc {
    font-size: 16px;
  }

  .prj_highlights_wrapper .prj_box img {
    width: 50px;
    height: 50px;
  }

  .prj_highlights_wrapper .prj_box p {
    color: #fff;
  }

  .prj_wrapper .section_title h2 {
    color: #fff;
    text-align: center;
  }

  #about .row {
    flex-direction: column-reverse;
  }

  .about_img {
    margin: 25px 0px;
  }

  .counter_block {
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .counter_box {
    text-align: center;
    padding-right: 24px;
    width: 40%;
    padding: 5px 15px;
  }

  .counter_box:nth-child(2) {
    border-right: 0;
  }

  .counter_box p {
    font-size: 40px;
  }

  .counter_box span:nth-child(2) {
    font-size: 14px;
  }

  .about_content_box {
    position: absolute;
    border-bottom: 0;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    flex-direction: column;
    width: 80%;
  }

  #amenities .mobile {
    justify-content: center;
  }

  .icons.mobile {
    justify-content: center;
  }

  .icons_slider {
    background-color: #ededed;
    margin-top: 20px;
    border-radius: 15px;
    padding-top: 25px;
    width: 95%;
    height: 200px;
  }

  .icons_slider .owl-nav .owl-next,
  .icons_slider .owl-nav .owl-prev {
    top: 30%;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .icons_slider .owl-nav .owl-prev {
    left: -15px;
  }

  .icons_slider .owl-nav .owl-next {
    right: -15px;
  }

  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    width: 50px;
    height: 50px;
  }

  table#pricing_table {
    width: 95%;
  }

  #amenities .about_gallery .owl-nav {
    display: none;
  }

  thead,
  tbody,
  tr,
  th,
  td {
    font-size: 14px;
  }

  a.btn.enq_btn.enq_price {
    width: 100%;
    font-size: 14px;
    padding: 10px 5px;
  }

  div#myTab::after,
  div#myTab {
    /* position: unset; */
    background: none;
  }

  div#myTab {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  div#myTab button {
    color: #00000080 !important;
    font-size: 35px;
  }

  div#myTab button.active {
    color: #13251a !important;
  }

  #contact_us .form_box {
    flex-direction: column;
  }

  .gallery_slider .item {
    width: 75%;
  }

  .gallery_slider .owl-nav .owl-prev {
    left: -2%;
  }

  .gallery_slider .owl-nav .owl-next {
    right: -2%;
  }

  .plan_slider .owl-nav .owl-prev {
    left: -5px;
  }
  .plan_slider .owl-nav .owl-next {
    right: -5px;
  }

  #plans .section_title h2 {
    position: relative;
  }

  #plans .section_title h2::after,
  #plans .section_title h2::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 1px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #898989;
  }

  .icon_img.active {
    display: block !important;
  }
  .icon_img {
    display: none !important;
  }

  .icon_box {
    width: auto;
    font-size: 14px;
  }

  .amenities_gallery .owl-nav {
    display: none;
  }

  .footer_btns {
    width: 100%;
    display: flex;
    z-index: 9999;
    bottom: -5px;
    position: fixed;
    padding: 0px 0px;
    justify-content: space-around;
    transition: all 0.5s ease-in-out;
  }

  .footer_btns a.sticky-enquiry {
    border-radius: 0;
    background: transparent;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #13251a;
    padding: 10px 0px;
  }

  .sticky-enquiry.call_btn {
    border-right: 1px solid #ededed;
  }

  .about_gallery .img_box {
    position: relative;
  }

  .about_gallery .img_box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0px;
    background: linear-gradient(to top, #00000082, #00000000);
    width: 100%;
    border-radius: 30px;
  }

  .footer_content {
    padding: 25px 0px;
  }

  .logo_box {
    padding: 0px 20px;
    align-items: center;
  }

  .address_box {
    flex-direction: column;
    padding: 0px 20px;
  }

  .fa-download,
  .fa-phone {
    margin-right: 10px;
  }

  #FAQ .section_title h2::before {
    top: -114px;
  }

  #FAQ .section_title h2::after,
  #FAQ .section_title h2::before,
  #location_highlights .section_title h2::after,
  #location_highlights .section_title h2::before {
    width: 325px;
  }

  .logo_box img {
    width: 150px;
  }
  
  .UR_logo img {
    width: 100px;
  }

  .plan_img img {
    height: 100%;
  }

  .location_map .location_wrapper img {
    width: 100%;
  }

  .about_content_right img {
    height: 400px;
  }

  .about_gallery .img_box {
    height: 400px;
  }

  .about_2 img {
    height: 400px;
  }

  .about_content_box p,
  .about_content_box span,
  .about_content_box ul li {
    color: #fff;
  }

  .gallery_img img {
    height: 250px;
  }

  .banner_img img {
    margin-top: 50px;
  }
  
  #amenities .container {
    margin-top: -10%;
  }
  
  .constructions_logo_div {
    margin-top: -20%;
    margin-right: 5%;
    text-align: right;
  }
  
  .constructions_logo {
    width: 25% !important;
  }
  
  .sticky_enq_btn {
      display: none;
  }
}

@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 390px) {
  table#pricing_table {
    width: 100%;
  }
}

@media only screen and (max-width: 360px) {
}
