@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montaga&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: gilmer-regular;
  src: url(../fonts/Gilmer\ Regular.otf);
}

@font-face {
  font-family: gilmer-medium;
  src: url(../fonts/Gilmer\ Medium.otf);
}

body {
  font-family: gilmer-regular, sans-serif;
  background: url(../images/optimized-images/body_bg_image.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* overflow-x: hidden; */
}

h3 {
 font-family: gilmer-regular, sans-serif;
  color: #2a3f70 !important;
}

/* sticky form code */
.stickyForm {
  position: fixed;
  top: 135px;
  width: 310px;
  right: -310px;
  text-align: center;
  padding: 17px;
  background: rgba(84, 84, 84, 0.81);
  border-radius: 11px 0px 0 11px;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  z-index: 9;
}

.stickyForm.active {
  right: 0px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.stickyForm .btn {
  background: #2a3f70;
  padding: 10px 30px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: -95px;
  color: #fff !important;
  height: 40px;
  border-radius: 7px 7px 0 0;
  font-size: 15px;
  cursor: pointer;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  border: 0;
  perspective: 100px;
  outline: 0 !important;
}

input#phone {
  /* padding-left: 50px !important; */
}

/* 
body .stickyForm * {
    color: #fff;
} */
body .stickyForm label {
  width: 100% !important;
  color: red;
}

body .stickyForm input[type="text"],
body .stickyForm input[type="email"],
body .stickyForm textarea {
  width: 100% !important;
  border: 0;
  height: 45px;
  background: transparent;
  border-bottom: 1px solid grey;
  margin-bottom: 13px;
  /* border: 1px solid #D2CFBE; */
  /* border-radius: 50px; */
  outline: none;
  color: black;
}

.stickyForm [type="submit"] {
  background: #545454d9;
  color: white;
  border: 0;
  padding: 10px 25px;
  border-radius: 2px;
  border: 1px solid #616161;
}

body .stickyForm ._checkbox {
  margin-bottom: 10px;
}

body .stickyForm ._checkbox .text {
  text-align: left;
  margin-bottom: 10px;
}

body .stickyForm ._checkbox label {
  width: 50% !important;
  float: left;
  padding-right: 5px;
}

body .stickyForm ._checkbox span {
  padding-left: 4px;
  font-size: 13px;
  float: left;
}

.stickyForm {
  /* background: rgba(35, 35, 35, 0.77); */
  background-color: white;
  color: white !important;
}

.stickyForm.active .btn {
  /* background: rgba(35, 35, 35, 0.77); */
  background-color: #2a3f70;
  color: white !important;
}

.stickyForm ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  letter-spacing: 0px;
  color: #ccc;
}

.stickyForm ::-moz-placeholder {
  /* Firefox 19+ */
  letter-spacing: 0px;
  color: #ccc;
}

.stickyForm ::-ms-input-placeholder {
  /* IE 10+ */
  letter-spacing: 0px;
  color: #ccc;
}

.stickyForm :-moz-placeholder {
  /* Firefox 18- */
  letter-spacing: 0px;
  color: #ccc;
}

body .stickyForm select {
  width: 100%;
  color: #fff;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #fff;
  height: 40px;
}

body .stickyForm .btn-group {
  margin-top: 20px;
}

body .stickyForm .error {
  margin-bottom: 0 !important;
}

body .stickyForm label.error {
  padding: 7px 0;
}

body .stickyForm [type="submit"] {
  background: #2a3f70 !important;
  color: white;
  height: 40px !important;
  padding: 0px 30px !important;
  transition: all 0.6s ease;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 8px;
}

/* 
body .stickyForm [type="submit"]:hover {
    background: #f26522 !important;
    border: 1px solid #f26522;
    color: white;
    height: 40px !important;
    padding: 0px 30px !important;
    transition: all 0.6s ease;
} */

body .stickyForm input::placeholder {
  color: black;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

/* end of sticky form code */
/* Body Styles */
.call-btn {
  border: 1.5px solid #0d3e80;
  padding: 5px;
  border-radius: 5px;
}

.call-btn a svg {
  font-size: 20px;
}

.call-btn span {
  color: #0d3e80;
  cursor: pointer;
  margin-left: 3px;
}

.call-btn a {
  text-decoration: none;
  color: #0d3e80;
}

.call-btn a:visited {
  text-decoration: none;
  color: #0d3e80;
}

.call-btn a:active {
  text-decoration: none;
  color: #0d3e80;
}

section#project_overivew p {
  color: white;
  text-align: center;
}

h2.project_overview_header {
  font-size: 30px;
  text-align: center;
  margin-bottom: 35px;
  color: #f26522;
  position: relative;
  display: inline-block;
}

/* .border_line::before {
    content: "";
    position: absolute;
    width: 100px;
    background-color: white;
    height: 1px;
    top: 16px;
    right: -110px;
}

.border_line::after {
    content: "";
    position: absolute;
    width: 100px;
    background-color: white;
    height: 1px;
    top: 20px;
    left: -110px;
} */

/* .border_line_black::after {
    content: "";
    position: absolute;
    width: 100px;
    background-color: black;
    height: 1px;
    top: 15px;
    left: -120px;
}

.border_line_black::before {
    content: "";
    position: absolute;
    width: 100px;
    background-color: black;
    height: 1px;
    top: 15px;
    right: -120px;
} */

h2.whychoose_header {
  text-align: center;
  color: #f26522;
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
}

h2.thirty_plus_amenities_header {
  text-align: center;
  color: #f26522;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}

h2.project_gallery_header {
  text-align: center;
  color: #f26522;
  position: relative;
  margin: 45px 0 20px 0;
  display: inline-block;
}

h2.location_high_header {
  text-align: center;
  color: #f26522;
  position: relative;
  margin: 20px 0;
  display: inline-block;
}

h2.plans_header {
  text-align: center;
  color: #f26522;
  position: relative;
  margin: 45px 0;
  display: inline-block;
}

p.carousel_text {
  margin: 10px 0 10px 5px;
}

p.sub_header {
  font-weight: 700;
}

p.first_paragraph {
  font-weight: 300;
  font-size: 16px;
}

.overall_card_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.whychoose_card {
  width: 47%;
  background-color: #765e461a;
  color: black;
  padding: 35px;
  display: flex;
  align-items: center;
  gap: 20px;
}

p.whychoose_text {
  margin-bottom: 0;
}

section#whychoose_us_section {
  padding: 75px 0;
  position: relative;
}

h2.project_config_header {
  color: white;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  font-size: 30px;
}

section#project_config_section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000085;
  z-index: 3;
  top: 0;
}

section#project_config_section table tr,
td {
  border: 1px solid white;
  padding: 15px;
  text-align: center;
  color: white;
}

section#project_config_section table {
  width: 100%;
  position: relative;
  z-index: 4;
}

section#project_config_section table a {
  color: white;
}

.header_text_wrapper {
  text-align: center;
  position: relative;
  z-index: 4;
}

.header_black_text_wrapper {
  text-align: center;
  position: relative;
  z-index: 4;
}

#project_gallery_slider .owl-item.active.center {
  transform: scale(1.2);
  transition: all ease 0.6s;
  position: relative;
  z-index: 2;
  padding: 15px 0;
}

#project_gallery_slider .owl-item {
  transform: scale(0.8);
  transition: all ease 0.6s;
  position: relative;
  z-index: -1;
}

#project_gallery_slider .owl-item img {
  border-radius: 20px;
  padding: 25px 0;
}

section#thirty_plus_amenities {
  padding: 0px 0 0 0;
}

section#location_highlights_section {
  padding: 10px 0 55px 0;
  /* background: url(../images/highlights_bg.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.location_list_items ul li {
  color: white;
  margin-bottom: 10px;
}

.location_map_wrapper {
  width: 100%;
  height: 100%;
}

/* section#master_floor_plan_section {
    padding: 15px 0;
    position: relative;
    background: url(../images/plan_bg_image.png) no-repeat;
    width: 100%;
    height: 100%;
    background-position: bottom;
} */

h2.contact_info_header {
  display: inline-block;
  margin-bottom: 45px;
  position: relative;
}

form#contact_footer_form {
  width: 100%;
}

form#contact_footer_form input {
  width: 100%;
  height: 55px;
  margin: 0px 0 20px 0;
  outline: none;
  border: none;
  padding-left: 15px;
  border-radius: 10px;
}

input#contact_input_phone {
  margin-bottom: 20px !important;
  padding-left: 50px !important;
}

.contact_us_form_wrapper {
  padding: 35px 60px;
  background-color: #f26522;
  border-radius: 10px;
}

.contact_us_form_wrapper p,
h3 {
  color: white;
}

input#contact_input_submit {
  background: black;
  color: white;
}

form#contact_footer_form label {
  color: white;
  margin-bottom: 10px;
}

section#contact_us_section {
  padding: 5px 0;
  /* background: url(../images/footer_bg_image.webp) no-repeat; */
  background-size: cover;
  background-position: center;
}

.footer_content p {
  text-align: center;
  color: white;
}

.footer_policy_terms a {
  text-decoration: underline;
  color: white;
}

.rera_number p {
  color: white;
  text-align: center;
}

.footer_logo_container {
  text-align: center;
  margin: 20px 0;
}

.footer_policy_terms {
  text-align: center;
}

img.project_footer_logo {
}

img.infantry_homes_img {
  width: 140px;
}

#contact-popup-form h3,
#enquire_now_popup_form h3 {
  color: black;
  text-align: center;
}

.no-container-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-container-row > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

h2.experience_header {
  border-bottom: 1px solid #9e955e;
  padding-bottom: 10px;
  color: white;
  font-size: 22px;
}

p.exp_sub_text {
  font-family: "park-lane", serif;
  color: white;
  width: 50%;
  margin: 40px 0 0 0;
}

span.features_text {
  display: none;
  color: white;
}

ul#features_content li {
  color: #9e955e;
  cursor: pointer;
  margin-bottom: 10px;
}

ul#features_content p {
  color: white;
}

.features_text_content {
  margin-bottom: 15px;
}

#elevated_living_slider .owl-stage {
  padding-left: 0 !important;
}

section#prime_investment {
  position: relative;
}

.prime_investment_bg_image img {
  width: 100%;
  height: 100%;
}

.prime_investment_wrapper {
  position: absolute;
  width: 40%;
  top: 50px;
  right: 180px;
}

h2.prime_investment_header {
  color: white;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 20px;
}

.prime_investment_wrapper p {
  font-family: "park-lane", serif;
  color: white;
  font-size: 16px;
}

section#gallery {
  background-color: #151119;
  padding: 100px 0;
}

h2.gallery_header {
  font-size: 22px;
  color: white;
  text-align: center;
  margin-bottom: 25px;
}

#gallery_image_slider .owl-item img {
  filter: grayscale(1);
}

#gallery_image_slider .owl-item.active.center img {
  filter: none;
}

#gallery_image_slider .owl-nav .owl-prev svg {
  transform: rotate(60deg);
}

#gallery_image_slider .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: -50px;
  font-size: 30px;
}

#gallery_image_slider .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: -50px;
  font-size: 30px;
}

#gallery_image_slider .owl-dots {
  width: 100%;
  height: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 50px;
  justify-content: center;
}

#gallery_image_slider .owl-dot.active {
  background: #9e955e;
  height: 15px;
  width: 15px;
  border-radius: 25px;
}

#gallery_image_slider .owl-dot {
  background: white;
  height: 10px;
  width: 10px;
  border-radius: 25px;
}

span.head_text {
  display: block;
}

.accordion.custom_elevated_living button.accordion-button {
  border: none;
  box-shadow: none !important;
  background: none !important;
}

.accordion.custom_elevated_living .accordion-item {
  border: none;
  box-shadow: none !important;
  background: none !important;
}

.accordion.custom_elevated_living .accordion-button::after {
  display: none;
  visibility: hidden;
}

.accordion.custom_elevated_living .accordion-button:not(.collapsed)::after {
  display: none;
  visibility: hidden;
}

.accordion.custom_elevated_living button.accordion-button.collapsed,
.accordion.custom_elevated_living button.accordion-button {
  color: #9e955e;
}

.accordion.custom_elevated_living .accordion-body {
  padding: 0 20px;
}

.accordion.custom_elevated_living .accordion-body p {
  color: white;
  margin-bottom: 10px;
}

#faq_accordion .accordion-body .table td:first-child {
  width: 70%;
}

button.accordion-button.filter_item {
}

.accordion.custom_elevated_living {
  width: 70%;
}

.download_brochure_btn {
  text-align: center;
}

form#footer_form {
  padding: 25px 0;
}

form#footer_form input {
  width: 100%;
  height: 45px;
  color: black;
  background: white;
  border: 1px solid #989898;
  padding: 0 10px;
}

input#footer_input_submit {
  transition: all 0.6s ease;
  border: 1px solid black !important;
}

input#footer_input_submit:hover {
  color: white;
  background: black;
  transition: all 0.6s ease;
}

.master_plan_btns a {
  color: black;
  transition: all 0.6s ease;
  text-decoration: none;
  font-size: 20px;
}

.master_plan_btns a.active {
  border-bottom: 1px solid black !important;
  transition: all 0.6s ease;
}

.master_plan_header h2 {
  margin-bottom: 50px;
  font-size: 22px;
  text-align: center;
}

.master_plan_btns {
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  gap: 30px;
  justify-content: center;
}

.tabs_content_plans {
  display: none;
}

.tabs_content_plans.active {
  display: block;
}

.inner_plan_tabs.owl_master_plan_filter_btns ul,
.inner_plan_tabs.owl_floor_plan_filter_btns ul {
  padding: 0;
}

.owl_master_plan_filter_btns ul li,
.owl_floor_plan_filter_btns ul li {
  list-style: none;
  margin-bottom: 10px;
  max-width: 25%;
  text-align: center;
}

.owl_master_plan_filter_btns ul li a.filter_item,
.owl_floor_plan_filter_btns ul li a.filter_item {
  padding: 15px 25px;
  color: black;
  background: white;
  transition: all 0.6s ease;
  border: 1px solid black !important;
  text-decoration: none;
  width: 200px;
  display: block;
}

.owl_master_plan_filter_btns ul li a.filter_item.active,
.owl_floor_plan_filter_btns ul li a.filter_item.active {
  color: white;
  background: black;
  transition: all 0.6s ease;
}

.cloudzoom-blank {
  display: none;
}

.mfp-figure button.mfp-close {
  width: 25px !important;
  height: 25px !important;
  display: flex !important;
  align-items: center !important;
  padding-right: 0 !important;
  justify-content: center !important;
}

h2.footer_faq_header {
  text-align: center;
  margin-bottom: 35px;
  font-size: 22px;
}

/* #faq_accordion .accordion-button::after {
    content: "";
    background-image: none;
    content: "+";
    right: 10px;
    position: relative;
    font-size: 25px;
    top: -3px;
    transition: none;
    transform: none;
    color: white;
}

#faq_accordion .accordion-button:not(.collapsed)::after {
    content: "";
    background-image: none;
    content: "-";
    right: 10px;
    position: relative;
    font-size: 25px;
    top: -3px;
    transition: none;
    transform: none;
    color: white;
}

#faq_accordion button:focus:not(:focus-visible) {
    outline: 0;
    background: none;
    box-shadow: none;
} */

section#faq_section {
  padding: 60px 0;
}

p.footer_text {
  text-align: center;
  color: white;
  margin: 20px 0;
}

section#footer_section {
  background-color: #27354a;
  padding: 35px 0 100px 0;
}

.hero_banner_image {
  width: 100%;
  height: 100%;
  padding-top: 65px;
}

.hero_banner_image img {
  width: 100%;
  height: 100%;
}

.header_section {
  position: relative;
}

/*section#header_section:after {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    z-index: 2;*/
/*    background-color: #00000085;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*}*/

section#header_section header {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 15px 40px;
}

.navbar-menu ul li a.active {
  color: #2a3f70 !important;
  border-bottom: 2px solid #2a3f70;
}

.navbar-menu ul {
  display: flex;
  gap: 50px;
  padding: 0;
  margin: 0;
}

.navbar-menu ul li {
  list-style: none;
}

.navbar-menu ul li a {
  text-decoration: none;
  color: black;
  font-family: gilmer-medium, sans-serif;
}

.banner_colored_logo {
  display: block;
  visibility: visible;
  opacity: 1;
}

.banner_colored_logo img {
  width: 160px;
  height: 100%;
}

.banner_white_logo img {
  width: 200px;
  padding: 20px;
}

header.fixed-header .navbar-menu ul li a {
  color: black;
}

section#header_section 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.fixed-header .banner_white_logo {
  display: none;
  visibility: hidden;
  opacity: 0;
}

header .banner_colored_logo {
  display: block;
  visibility: visible;
  opacity: 1;
}

header.fixed-header .banner_colored_logo {
  display: block;
  visibility: visible;
  opacity: 1;
}

header.fixed-header .banner_colored_logo img {
  width: 200px;
  height: 100%;
  padding: 25px;
}

.text_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

/*.banner_text {
   background-color: #000000a8;
  padding: 25px 35px;
  width: 70%;
  color: white;
  text-align: center; 
}*/

.menu_btn.btn11 {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.intl-tel-input .flag-container {
  max-height: 44px !important;
}

form#banner_form input[type="text"],
input[type="email"],
form#footer_form input[type="text"],
input[type="email"],
#sticky_form input[type="text"],
input[type="email"] {
  padding-left: 15px;
}

form#banner_form label,
form#footer_form label {
  color: red;
  margin-top: 5px;
  font-size: 14px;
}

body #sticky_form input.phone {
  border: none;
  outline: none;
  padding-top: 5px;
}

#sticky_form input {
  height: 45px;
}

#sticky_form input[type="tel"] {
  width: 100% !important;
  border: 0 !important;
  height: 45px !important;
  background: transparent !important;
  border-bottom: 1px solid grey !important;
  margin-bottom: 13px !important;
}

.popup-form {
  background-color: #fff;
  width: 40%;
  margin: auto;
  padding: 30px;
  position: relative;
}

#popup_contact_form .registration {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.firstname_input,
.email_input,
.mobile_input {
  width: 100%;
}

.firstname_input input,
.email_input input,
.mobile_input input {
  width: 100%;
  height: 45px;
  color: black;
  background: white;
  border: 1px solid #989898;
  margin-bottom: 10px;
}

input#popup_input_submit {
  padding: 10px 30px;
  color: black;
  background: white;
  transition: all 0.6s ease;
  border: 1px solid black !important;
  text-decoration: none;
}

div#contact-popup-form h3 {
  text-align: center;
  margin-bottom: 25px;
}

.popup_submit_btn {
  margin: 25px 0;
}

form#enquiry_form .popup_submit_btn input {
  padding: 10px 30px;
  background: #2a3f70;
  border-radius: 5px;
  color: #fff;
  border: 0;
}

.firstname_input input {
  padding-left: 15px;
}

form#popup_contact_form label,
form#enquire_now_popup_form label {
  color: red;
  margin-bottom: 10px;
}

#enquire_now_popup_form .popup_submit_btn {
  margin: 25px 0;
  text-align: center;
}

.prime_investment_bg_image img.mobile_image {
  display: none;
}

/* Footer sticky form */
.floating-icons-mob {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 99;
  background-color: #ffff;
  -webkit-box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.16);
}

.floating-icons-mob ul li {
  display: inline-block;
  padding: 14px 5px;
  width: calc(100% / 3 - 5px);
  position: relative;
  width: 50% !important;
  text-align: center;
  margin-left: 0;
}

.floating-icons-mob ul li a {
  text-decoration: none;
}

.floating-icons-mob ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 0;
}

.floating-icons-mob ul li:after {
  content: "";
  width: 1px;
  height: 27px;
  background-color: #707070;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.floating-icons-mob.scroll-hide {
  display: block !important;
  z-index: 100;
}

.floating-icons-mob ul li span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  margin-top: 10px;
}

.floating-icons-mob ul li:last-child span {
  margin-top: 8px;
}

.download_icon img {
  width: 20px;
  height: 20px;
}

.header_menu {
  position: relative;
}

ul.country-list {
  color: black !important;
}

.footer_policy_terms p {
  color: white;
  margin: 15px 0;
  font-size: 12px;
}

/* Footer sticky form */
.custom_brochure_btn br {
  display: none;
}

.footer_content {
  text-align: center;
}

p.footer_sub_header {
  border-bottom: 1px solid white;
  display: inline-block;
}

p.pre_launch_text {
  border-bottom: 1px solid #f26522;
  display: inline-block;
}

h3.banner_main_text {
  font-size: 30px;
  margin: 15px 0;
}

.banner_text img.location_pin {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

ol.legend_list_one {
  margin-left: 10px;
}

section#header_section {
  position: relative;
}

/* #faq_accordion .accordion-button::after {
    content: "";
    background-image: none;
    content: "+";
    right: 10px;
    position: relative;
    font-size: 25px;
    top: -3px;
    transition: none;
    transform: none;
}

#faq_accordion .accordion-button:not(.collapsed)::after {
    content: "";
    background-image: none;
    content: "-";
    right: 10px;
    position: relative;
    font-size: 25px;
    top: -3px;
    transition: none;
    transform: none;
}

#faq_accordion button:focus:not(:focus-visible) {
    outline: 0;
    background: none;
    box-shadow: none;
} */

div#faq_accordion .accordion-item {
  background: transparent;
  border-bottom-color: #282828;
}

div#faq_accordion .accordion-item p {
  color: #282828 !important;
  margin-bottom: 0;
  font-size: 20px;
}

#faq_accordion button.accordion-button {
  background: transparent !important;
  box-shadow: none;
}

#faq_accordion .accordion-body .table td {
  text-align: left;
}

#faq_accordion .accordion-body .table tr,
#faq_accordion .accordion-body .table td {
  background-color: transparent;
  border: none;
}

p.hightlights_text_2 {
  margin-bottom: 45px;
  color: white;
  font-size: 14px;
}

p.hightlights_text_1 {
  color: white;
  margin: 15px 0 15px 0;
}

p.config_subtext_1 {
  color: white;
  font-size: 18px;
}

p.config_subtext_2 {
  color: white;
  font-size: 14px;
  margin-bottom: 25px;
}

#floor_plan_slider .owl-prev {
  position: absolute;
  top: 45%;
  left: -100px;
}

#floor_plan_slider .owl-next {
  position: absolute;
  top: 45%;
  right: -100px;
}

.legend_container {
  width: 48%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  background: #f2efed;
  padding-left: 5px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 13px;
  border-radius: 10px;
}

.legend_icon_text p {
  margin: 0;
}

.legend_list_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-height: 245px;
  overflow-y: auto;
  padding-right: 5px;
}

::-webkit-scrollbar {
  width: 6px;
  /* Change this value to adjust the width */
  /*height: 12px; */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Change this value to the desired track color */
}

::-webkit-scrollbar-thumb {
  background: #888;
  /* Change this value to the desired handle color */
  border-radius: 6px;
  /* Optional: to make the scrollbar handle rounded */
}

.whats_app_btn a {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 100px;
  background: #27a41b;
  right: 50px;
  border-radius: 50px;
  padding: 5px;
  z-index: 99999;
}

.whats_app_btn a svg {
  fill: white;
}

.location_map_wrapper_image {
  width: 100%;
  height: 100%;
}

.location_map_wrapper_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

p.amenities_sub_text {
  margin: 10px 0 45px 0;
  font-size: 18px;
}

p.project_gallery_subtext {
  margin: 10px 0 45px 0;
  font-size: 18px;
}

#amenities_slider .item img {
  min-height: 240px;
  object-fit: cover;
  border-radius: 10px;
}

#amenities_slider .owl-prev.disabled,
#amenities_slider .owl-next.disabled,
#floor_plan_slider .owl-prev.disabled,
#floor_plan_slider .owl-next.disabled {
  display: none;
}

#amenities_slider .owl-nav {
  display: flex;
  margin-top: 10px;
  gap: 15px;
}

#amenities_slider .owl-prev img,
#amenities_slider .owl-next img {
  width: 40px;
}

/* New styles */
label.checkbox-inline input {
  width: 15px !important;
  height: 15px !important;
}

#privacy_tc_policy .checkbox-inline {
  display: flex;
  gap: 10px;
  margin-top: 0;
  position: relative;
}

#privacy_tc_policy .checkbox-inline input {
  position: relative;
  top: 0;
  margin-top: 2px;
}

.privacy_policy_tc {
  font-family: gilmer-regular, sans-serif;
  color: black;
  font-size: 12px;
}

#banner_form input {
  font-family: gilmer-regular, sans-serif;
}

section#project_overivew {
  padding: 20px 0;
  /* background: url(../images/banner_form_bg.png); */
  background-repeat: no-repeat;
  background-position: center;
}

form#banner_form input {
  width: 100%;
  color: black;
  background: white;
  border: 1px solid #2a3f70;
  height: 45px;
  border-radius: 5px;
}

input#banner_input_submit {
  transition: all 0.6s ease;
  border: none;
  background: #2a3f70 !important;
  color: white !important;
  border-radius: 10px;
}

section#about_serene_spring {
  /* background: url(../images/about_serene_bg.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 35px 0 55px 0;
}

.about-img img {
  width: 100%;
  height: 100%;
}

.about_serene_spring_header h3 {
  color: #2a3f70;
  text-align: left;
  font-size: 45px;
  margin-bottom: 0px;
}

.about_serene_spring_content p {
  text-align: left;
  margin-bottom: 40px;
  font-size: 18px;
}

.about_serene_features_wrapper img {
  width: 50px;
  height: 50px;
}

.about_serene_features_wrapper {
  width: 100%;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 5px;
  padding: 15px;
  align-items: center;
}

/* .feature_one {
    background-color: #FFAA86;
}

.feature_two {
    background-color: #D0E957;
}

.feature_three {
    background-color: #FBB53B;
}

.feature_four {
    background-color: #FEEAC9;
} */

.features_text p {
  font-family: gilmer-medium, sans-serif;
  margin-bottom: 0;
  font-size: 16px;
}

.amenities_header h3 {
  color: #2a3f70;
  font-size: 45px;
  margin-bottom: 10px;
}

div#owl_amenities_slider .owl-next img {
  transform: rotate(180deg);
}

div#owl_amenities_slider .owl-nav {
  display: flex;
  gap: 15px;
  width: 100%;
  height: 30px;
  margin-top: 20px;
  transition: all 0.6s ease;
}

#owl_amenities_slider .owl-prev,
#owl_amenities_slider .owl-next {
  width: 30px;
  height: 30px;
  border: 1px solid #fbb53b;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  background-color: white;
  transition: all 0.6s ease;
  gap: 5px;
}

#owl_amenities_slider .owl-prev:hover,
#owl_amenities_slider .owl-next:hover {
  background-color: #fbb53b;
  color: white;
  transition: all 0.6s ease;
}

#owl_amenities_slider .owl-next:hover img,
#owl_amenities_slider .owl-prev:hover img {
  filter: brightness(0) invert(1);
}

.owl_item_number p {
  font-size: 60px;
  color: #afb8cd;
  font-weight: bolder;
  margin-bottom: 0;
  transition: all 0.6s ease;
}

.owl-item.active .owl_item_number p {
  color: #2a3f70;
  transition: all 0.6s ease;
}

section#amenities_section {
  /* background: url(../images/amenities/amenities_bg.png); */
  background-repeat: repeat;
  background-size: cover;
  padding: 10px 0 55px 0;
}

.clubhouse_header h3 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 25px;
}

.clubhouse_content_text p {
  text-align: center;
  margin-bottom: 35px;
  font-size: 18px;
}

#owl_clubhouse_slider .owl-item {
  transform: scale(0.8);
  transition: all ease 0.6s;
  position: relative;
  z-index: -1;
}

#owl_clubhouse_slider .owl-item.active.center {
  transform: scale(1.2);
  transition: all ease 0.6s;
  position: relative;
  z-index: 2;
  /* padding: 15px 0; */
}

#owl_clubhouse_slider .owl-nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
}

#owl_clubhouse_slider .owl-next img {
  transform: rotate(180deg);
}

#owl_clubhouse_slider .owl-next,
#owl_clubhouse_slider .owl-prev {
  width: 30px;
  height: 30px;
  border: 1px solid #fbb53b;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  background-color: white;
  transition: all 0.6s ease;
  gap: 5px;
}

#owl_clubhouse_slider .owl-prev:hover,
#owl_clubhouse_slider .owl-next:hover {
  background-color: #fbb53b;
  color: white;
  transition: all 0.6s ease;
}

#owl_clubhouse_slider .owl-next:hover img,
#owl_clubhouse_slider .owl-prev:hover img {
  filter: brightness(0) invert(1);
}

section#clubhouse_section {
  padding: 10px 0 55px 0;
  /* background: url(../images/clubhouse_bg.png); */
  background-repeat: no-repeat;
  background-size: cover;
}

section#columbia_pacifica_section {
  padding: 10px 0 55px 0;
  /* background: url(../images/columbia_pacifica_bg.png); */
  background-repeat: no-repeat;
  background-size: cover;
}

.columbia_pacifica_header h3 {
  font-size: 40px;
  color: #766555 !important;
  text-align: center;
  margin: 0;
  font-weight:700;
}

.columbia_pacifica_logo {
  text-align: center;
}

.columbia_pacifica_logo img {
  width: 20%;
  /* margin: 15px 0; */
}

.columbia_pacifica_content p {
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
  margin-top: 10px;
}

.pacifica_icon_wrapper p.number {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 0;
}

.pacifica_icon_wrapper p.text {
  font-size: 18px;
}

.pacifica_icon img {
  width: 50px;
}

section#master_plan_section {
  padding: 10px 0 55px 0;
  /* background: url(../images/mlp_bg.png); */
  background-repeat: no-repeat;
}

.master_plan_header h3 {
  text-align: center;
  font-size: 45px;
  color: #766555 !important;
  font-weight:700;
  margin-bottom: 40px;
}

.master_layout_plan_image img {
  width: 100%;
}

.indoor_amenities_header h4,
.legal_content_header h4 {
  font-size: 18px;
  text-decoration: underline;
  margin-bottom: 15px;
  font-weight:700;
}

.indoor_amenities {
  margin-top: 20px;
}

#owl_amenities_slider .item.sequence-highlight .owl_item_number p {
  color: #2a3f70;
  transition: all 0.6s ease;
}

#owl_amenities_slider .item .owl_item_number p {
  color: #a7b2cd;
  transition: all 0.6s ease;
}

.unit_plan_header h3 {
  font-size: 45px;
    color: #766555 !important;
  margin-bottom: 40px;
  text-align: center;
    font-weight:700;
}

.gallery_header h3 {
  font-size: 45px;
  color: #766555 !important;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 25px;
}

section#gallery_section_slider {
  padding: 55px 0 55px 0;
  /* background: url(../images/gallery_bg.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

section#unit_plan_section {
  padding: 10px 0 55px 0;
  /* background: url(../images/unit_plan_bg.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.plan-tab {
  text-align: center;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* z-index: 9; */
  /* position: relative; */
}

.plan-tab button {
  padding: 10px 30px;
  width: 250px;
  background-color: white;
  color: #2a3f70;
  margin-left: 6px;
  border: 1px solid #2a3f70;
  border-radius: 5px;
}

.plan-tab button.active {
  background-color: #2a3f70;
  color: white;
}

.plan-wrapper .unit-plan {
  display: none;
}

.plan-wrapper .unit-plan.active {
  display: block;
}

#owl_gallery_slider .owl-nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
}

#unit_plan_section .plan-wrapper {
  position: relative;
  padding-top: 30px;
}

#owl_unit_plan_slider .owl-nav,
#owl_unit_plan_slider2 .owl-nav {
  display: flex;
  /* width: 100%; */
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 25px;
  position: absolute;
  top: -85px;
  right: 0;
  z-index: 10;
}

#owl_gallery_slider .owl-next,
#owl_gallery_slider .owl-prev,
#owl_unit_plan_slider .owl-next,
#owl_unit_plan_slider .owl-prev,
#owl_unit_plan_slider2 .owl-next,
#owl_unit_plan_slider2 .owl-prev {
  width: 30px;
  height: 30px;
  border: 1px solid #fbb53b;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  background-color: white;
  transition: all 0.6s ease;
  gap: 5px;
  cursor: pointer;
}

#owl_gallery_slider .owl-next:hover,
#owl_gallery_slider .owl-prev:hover,
#owl_unit_plan_slider .owl-prev:hover,
#owl_unit_plan_slider .owl-next:hover,
#owl_unit_plan_slider2 .owl-prev:hover,
#owl_unit_plan_slider2 .owl-next:hover {
  background-color: #fbb53b;
  color: white;
  transition: all 0.6s ease;
}

#owl_gallery_slider .owl-next:hover img,
#owl_gallery_slider .owl-prev:hover img,
#owl_unit_plan_slider .owl-next:hover img,
#owl_unit_plan_slider .owl-prev:hover img,
#owl_unit_plan_slider2 .owl-next:hover img,
#owl_unit_plan_slider2 .owl-prev:hover img {
  filter: brightness(0) invert(1);
}

#owl_gallery_slider .owl-next img,
#owl_unit_plan_slider .owl-next img,
#owl_unit_plan_slider2 .owl-next img {
  transform: rotate(180deg);
}

h3.location_high_header {
  font-size: 45px;
  text-align: center;
  margin-bottom: 35px;
}

.map_image {
  height: 100%;
}

.footer_enquirenow_header h4 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
  color: #2a3f70;
  font-family: Montaga, sans-serif;
}

#footer_form label#checkbox-error,
#banner_form label#checkbox-error {
  position: absolute;
  bottom: 0;
  margin-bottom: -30px;
}

.mobile_view {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.features_icon {
  /* width: 70px; */
  height: 70px;
}

.features_text {
  text-align: center;
}

.amenities_content p {
  font-size: 18px;
}

.stickyForm label.checkbox-inline {
  display: flex;
}

.stickyForm .privacy_policy_tc {
  font-size: 11px;
}

.stickyForm label.checkbox-inline input {
  position: relative;
  top: 0;
  margin-top: 2px;
  right: 5px;
}

section#footer_form_section {
  background: #fff5ea;
  padding: 20px 0;
}

.stickyForm label.checkbox-inline {
  position: relative;
}

.stickyForm label#checkbox-error {
  position: absolute;
  bottom: -25px;
  margin-top: -16px;
  left: -65px;
  font-size: 12px;
}

form#popup_contact_form label.checkbox-inline {
  display: flex;
  margin-top: 10px;
  gap: 5px;
}

form#popup_contact_form label.checkbox-inline {
  position: relative;
}

form#popup_contact_form label#checkbox-error {
  position: absolute;
  bottom: -35px;
  margin-top: -16px;
  left: 0px;
  font-size: 12px;
}

/* #owl_amenities_slider .owl-nav.increase-gap {
    gap: 25px;
    transition: all 0.6s ease;
} */

.owl-prev,
.owl-next {
  transition: transform 0.4s ease;
  /* Smooth transition */
}

.owl-prev:hover {
  transform: translateX(-15px);
  /* Move to the left */
}

.owl-next:hover {
  transform: translateX(15px);
  /* Move to the right */
}

p.prev_btn,
p.next_btn {
  opacity: 0;
  visibility: hidden;
  color: #2a3f70 !important;
}

.owl-prev:hover p.prev_btn,
.owl-next:hover p.next_btn {
  opacity: 1;
  visibility: visible;
  color: #2a3f70 !important;
}

.banner_submit_btn {
  position: relative;
}

.submit_loading_btn.loading {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /* background: #ffffff9c; */
}

.sticky_submit,
.popup_submit_btn {
  position: relative;
}

/* New logo added */
.tvs_logo_img img {
  /* width: 75px !important; */
  padding-bottom: 15px;
}

header.fixed-header .banner_colored_logo img {
  width: 160px;
  height: 100%;
  padding: 5px;
}

.navbar-menu ul li a {
  font-size: 16px;
}

.navbar-menu ul {
  gap: 45px;
}

section#header_section header.fixed-header .banner_colored_logo {
  display: flex !important;
  align-items: center;
  justify-content: center;
  /* margin-left: 20px; */
}

section#header_section header {
  padding: 0px 15px;
}

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

.banner_white_logo img {
  width: 160px;
  padding: 5px;
  height: 100%;
}

ol.legend_content_order_list li,
ol.indoor_amenities_order_list li {
  font-size: 16px;
  padding: 8px 0 0 0;
}

.mfp-title {
  /* display: none; */
  font-size: 10px;
  line-height: 10px;
}

.amenities_image_wrapper {
  position: relative;
}

p.amenities_names {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  font-size: 20px;
  margin-right: 1rem;
}

.call-btn a svg {
  width: 20px;
}

body .stickyForm label.error {
  text-align: left;
  font-size: 11px;
}

body .stickyForm [type="submit"] {
  margin-top: 10px;
}

/*  New styles  */

.pricing_table tr th {
  background: #2a3f70;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

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

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

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

.pricing_table th {
  background: #2a3f70;
  color: #fff;
  font-weight: 300;
  padding: 15px 0px;
  width: 100%;
  border: 0;
}

.pricing_table td {
  background: transparent;
  color: #333333;
  width: 100%;
  border: 0;
}

a.enquire_now_btn {
  background: #ffffff26;
  color: #000;
  border: 1px solid #43661969;
  /* padding: 5px 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: #000;
  transition: all 0.5s ease-in-out;
}

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

/* popup form */


#enquire_price h3 {
  color: #fff;
  text-align: center;
}

.popup_submit_btn {
  text-align: center;
}

.mobile_input .iti {
  width: 100%;
}

#popup_enquire_form label.checkbox-inline {
  display: flex;
  padding-top: 10px;
}

#enquire_price label.checkbox-inline {
  display: flex;
  margin-top: 15px;
  gap: 10px;
}


.our_amenities .amenities_box{cursor: pointer;}







/* Body Styles */
@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1440px) {
  .about_serene_features_wrapper {
    width: 100%;
    height: 180px;
  }

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

  .navbar-menu ul {
    gap: 40px;
  }

  .about_serene_spring_content p {
    text-align: left;
    margin-bottom: 40px;
    font-size: 18px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1365px) {
}

@media only screen and (max-width: 1200px) {
  .navbar-menu ul {
    gap: 20px;
  }

  .about-content {
    flex-direction: column-reverse;
  }

  .about-img img {
    padding-bottom: 30px;
  }

  #privacy_tc_policy .checkbox-inline input {
    position: relative;
    top: 0;
    margin-top: -4px;
  }

  label.checkbox-inline input {
    width: 25px !important;
    height: 25px !important;
  }

  .stickyForm label.checkbox-inline input {
    position: relative;
    top: 0;
    margin-top: -5px;
    right: 5px;
  }

  .about_serene_spring_header h3 {
    text-align: center;
  }

  .tvs_logo_img img,
  .banner_colored_logo .tvs_logo_img img {
    width: 160px !important;
  }

  .banner_white_logo img {
    width: 70px;
  }

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

  .call-btn span {
    font-size: 14px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
  .about-img img {
    max-width: 70%;
  }
}

@media only screen and (max-width: 1024px) {
  .navbar-menu ul li a {
    font-size: 12px;
  }

  .navbar-menu ul {
    gap: 15px;
  }

  .call-btn a svg {
    font-size: 16px;
  }

  .tvs_logo_img img {
    /* width: 65px !important; */
    padding-bottom: 15px;
  }

  .call-btn span {
    font-size: 12px;
  }

  p.amenities_names {
    font-size: 14px;
  }
}

@media only screen and (max-width: 996px) {
  .banner_colored_logo {
    margin-left: 0px;
  }

  .tvs_logo_img img {
    /* width: 70px !important; */
  }

  .navbar-menu {
    display: none;
  }

  /* Hamburgur menu */
  .menu_btn.btn11 {
    visibility: visible;
    opacity: 1;
    display: block;
  }

  .btn11 {
    margin-right: 30px !important;
  }

  .menu_lists {
    display: none;
    position: absolute;
    top: 77px;
    background: black;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  .call-btn {
    position: relative;
    right: 0;
    top: 3px;
    display: block;
    border: none;
  }

  .call-btn a svg {
    font-size: 31px;
  }

  .call-btn a span {
    display: none;
  }

  .btn11 {
    position: relative;
    width: 30px;
    height: 40px;
    top: -10px;
    left: 20px;
    transition-duration: 0.5s;
    margin: auto;
    /* margin-right: 0; */
  }

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

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

  .btn11 .icon-left:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #212121;
    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: #212121;
    left: 15px;
  }

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

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

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

  .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: 0 0;
  }

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

  ul.custom_class {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: unset !important;
    padding: 15px 0;
    margin: 0;
  }

  .menu_lists li a {
    text-decoration: none;
    color: white;
    display: block;
    margin: 10px 0;
    padding-left: 35px;
    font-size: 16px;
    font-family: gilmer-medium, sans-serif;
  }

  header.fixed-header .banner_colored_logo img {
    padding: 5px;
    width: 80px;
  }

  .about_serene_features_wrapper.feature_three,
  .about_serene_features_wrapper.feature_four {
    margin-top: 20px;
  }

  ol.legend_content_order_list li {
    font-size: 12px;
  }

  ol.indoor_amenities_order_list li {
    font-size: 12px;
  }

  body h3 {
    font-size: 35px !important;
  }

  .indoor_amenities_header h4,
  .legal_content_header h4 {
    font-size: 18px;
  }

  .location_list_items {
    padding-top: 20px;
  }

  #privacy_tc_policy .checkbox-inline {
    margin-top: 15px;
  }

  .banner_submit_btn {
    margin-top: 15px;
  }

  .hero_banner_image img {
    width: 100%;
    height: 100%;
    padding-top: 5px;
  }

  .map_image iframe {
    height: 500px;
  }

  .call-btn a svg {
    width: 30px;
  }

  #owl_unit_plan_slider .owl-nav,
  #owl_unit_plan_slider2 .owl-nav {
    position: unset;
    justify-content: center;
  }

  section#header_section header {
    padding: 15px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .about-img img {
    padding-bottom: 30px;
  }

  #privacy_tc_policy .checkbox-inline input {
    margin-top: -2px;
  }

  .stickyForm label.checkbox-inline input {
    margin-top: 1px;
  }

  body h3 {
    font-size: 30px !important;
  }

  .custom_brochure_btn br {
    display: block;
  }

  header.fixed-header .banner_colored_logo img {
    height: 100%;
    padding: 5px;
    width: 70px;
  }

  section#header_section header.fixed-header {
    padding: 10px 15px;
  }

  form#banner_form input {
    margin-bottom: 10px !important;
  }

  form#banner_form label,
  form#footer_form label {
    margin-bottom: 10px;
  }

  .popup-form {
    width: 95%;
  }

  form#footer_form {
    padding: 25px 0 0 0;
  }

  form#footer_form input {
    margin-bottom: 10px !important;
  }

  .accordion.custom_elevated_living button.accordion-button.collapsed p,
  .accordion.custom_elevated_living button.accordion-button p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .accordion.custom_elevated_living .accordion-body p {
    font-size: 14px;
  }

  #faq_accordion button.accordion-button p,
  #faq_accordion button.accordion-button.collapsed p {
    margin: 0;
    width: 85%;
    font-size: 16px;
  }

  #faq_accordion .accordion-body p {
    font-size: 14px;
  }

  h3.banner_main_text {
    font-size: 12px;
  }

  body h2 {
    font-size: 22px !important;
  }

  .banner_submit_btn {
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 20px;
  }

  input#banner_input_submit {
    transition: all 0.6s ease;
    border: none;
    color: white !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px,
      rgba(0, 0, 0, 0.05) 0px 5px 10px;
    width: 50% !important;
  }

  section#header_section header.fixed-header .banner_colored_logo {
    margin-left: 0;
  }

  /* New Styles for */
  /* Hamburgur menu */
}

@media only screen and (max-width: 768px) {
  /* New styles  */
  .columbia_pacifica_logo img {
    width: 70%;
  }

  .columbia_pacifica_content p {
    font-size: 14px;
  }

  ol.legend_content_order_list li,
  ol.indoor_amenities_order_list li {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .master_layout_view_content_wrapper {
    padding: 20px 0;
  }

  /* .columbia_pacifica_header h3 {
        text-align: left;

    } */

  .about_serene_features_wrapper {
    width: 100%;
    height: 170px;
  }

  .about_serene_features_wrapper.feature_three,
  .about_serene_features_wrapper.feature_four {
    margin-top: 15px;
  }

  .about_serene_spring_content p {
    font-size: 14px;
  }

  .mobile_view {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  section#mobile_view_project_features {
    padding: 15px 0;
  }

  .project_feature_wrapper h5 {
    color: #2a3f70;
    font-family: gilmer-regular, sans-serif;
    font-size: 25px;
  }

  .project_feature_wrapper p {
    color: #5d715ca1;
    font-family: gilmer-regular, sans-serif;
    font-size: 18px;
  }

  ul.project_highlights_pointer {
    padding-left: 15px;
  }

  ul.project_highlights_pointer li {
    list-style-type: none;
    display: flex;
    align-items: baseline;
  }

  ul.project_highlights_pointer li span {
    margin-right: 10px;
    color: #5d715ca1;
    font-size: 25px;
    position: relative;
    top: 3px;
  }

  .amenities_header h3 {
    text-align: center;
  }

  .amenities_content p {
    text-align: center;
    font-size: 14px;
  }

  #owl_amenities_slider .item {
    padding: 0 15px;
  }

  div#owl_amenities_slider .owl-nav {
    gap: 15px;
    justify-content: center;
  }

  .features_icon {
    width: 60px;
    height: 60px;
  }

  input#banner_input_submit {
    background: #2a3f70 !important;
  }

  .call_btn_mobile .call_to_action_btn,
  .download_brochure_btn .call_to_action_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .call_btn_mobile img {
    width: 15px;
    height: 15px;
  }

  .download_brochure_btn img {
    width: 20px;
    height: 20px;
  }

  .call_btn_mobile a,
  .download_brochure_btn a {
    padding: 0;
    text-decoration: none;
    color: white;
  }

  .call_btn_mobile p,
  .download_brochure_btn p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .call_btn_mobile,
  .download_brochure_btn {
    width: 100%;
    background-color: #2a3f70;
    text-align: center;
    color: white;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }

  section#project_overivew {
    padding: 10px;
    background: #2a3f70;
    margin: 20px;
    border-radius: 10px;
  }

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

  form#banner_form input {
    width: 100%;
    color: white;
    background: transparent;
    border: 1px solid white;
    height: 45px;
    border-radius: 5px;
  }

  form#banner_form input#banner_input_submit {
    background: white !important;
    color: #2a3f70 !important;
    border: 1px solid #2a3f70;
  }

  .banner_enquirenow_header h4 {
    color: white;
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
    font-family: Montaga, sans-serif;
  }

  form#banner_form {
    border: 1px solid white;
    border-radius: 10px;
    padding: 10px;
  }

  .stickyForm label.checkbox-inline {
    display: flex;
  }

  .stickyForm .checkbox-inline input {
    position: relative;
    top: 0;
    margin-top: -13px;
  }

  .privacy_policy_tc {
    font-size: 12px;
  }

  body section {
    padding-bottom: 25px !important;
  }

  body h3 {
    text-align: center;
  }

  .stickyForm {
    top: 100px;
  }

  body .stickyForm .checkbox-inline {
    position: relative;
  }

  body .stickyForm label#checkbox-error {
    position: absolute;
    bottom: -25px;
    font-size: 12px;
    left: -50px;
  }

  #footer_form label#checkbox-error {
    position: absolute;
    bottom: 0;
    margin-bottom: -17px;
  }

  #contact-popup-form h3 {
    font-size: 22px !important;
  }

  input#popup_input_submit {
    padding: 10px 20px;
    color: white;
    background: #2a3f70;
    transition: all 0.6s ease;
    border: 1px solid #2a3f70 !important;
    text-decoration: none;
    font-size: 14px;
  }

  .features_text p {
    font-size: 15px;
  }

  .location_list_items {
    padding-top: 25px;
  }

  #privacy_tc_policy .checkbox-inline {
    margin-top: 10px;
  }

  section#project_overivew {
    padding: 10px !important;
  }

  .columbia_pacifica_logo img {
    width: 70%;
    margin: 10px 0;
  }

  body {
    background: url(../images/mobile_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* overflow-x: hidden; */
  }

  .clubhouse_content_text p {
    font-size: 14px;
  }

  #privacy_tc_policy .checkbox-inline input {
    top: 0;
    margin-top: -4px;
    right: -4px;
  }

  .stickyForm label.checkbox-inline input {
    margin-top: -2px;
    right: 5px;
  }

  form#popup_contact_form label.checkbox-inline input {
    position: relative;
    top: 0px;
    margin-top: -4px;
  }

  /* New styles  */
}

@media only screen and (max-width: 479px) {
  #faq_accordion .accordion-body {
    font-size: 14px;
  }

  #faq_accordion .accordion-body .table td:first-child {
    width: 70%;
  }

  .map_image iframe {
    height: 300px;
  }

  #owl_unit_plan_slider .owl-nav,
  #owl_unit_plan_slider2 .owl-nav {
    padding-top: 5px;
    width: 100%;
    justify-content: center;
  }

  .plan-tab {
    padding-bottom: 0px;
  }

  section#header_section header {
    background-color: #fff;
  }

  .call-btn a {
    width: 30px;
    display: flex;
  }

  #banner_form .privacy_policy_tc {
    color: white;
  }

  #banner_form .privacy_policy_tc a {
    color: white;
  }

  #enquire_price {
    width: 95%;
  }

  .pricing_table td {
    font-size: 12px;
  }

  .pricing_table {
    width: 100%;
  }

  .pricing_table tr th {
    font-size: 12px;
  }

  .pricing_table td {
    font-size: 12px;
    padding: 10px;
}
}
