/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

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

/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

body {
    /* font-family: "Poppins", sans-serif; */
    overflow-x: hidden !important;
    overflow-y: auto;
}

/*h1,h2{font-family: 'Playfair Display', serif;}*/

a {
    text-decoration: none !important;
}

button#footer_submit_button {
    background-color: #8b2f5c;
    /* Button background color */
    color: white;
    width: 130px;
    padding: 15px;
    font-size: 23px;
    font-family: Arial, sans-serif;
    border: none;
    position: relative;
    cursor: pointer;
}

/* Left-bottom border effect */
button#footer_submit_button::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #433c7a;
    bottom: -5px;
    right: -5px;
}

button#footer_submit_button::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 33px;
    background-color: #433c7a;
    bottom: -4px;
    right: -5px;
}

.video-container {
    position: relative;
    width: 80%;
    margin: 0 auto;
    /* Center the video */
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#map-plan .accordion-wrapper ul {
    list-style: disc;
    margin-left: 20px;
}

.row-0 {
    margin-left: 0;
    margin-right: 0;
}

.col-0 {
    padding-left: 0;
    padding-right: 0;
}



.p-t-b {
    padding: 100px 0px !important;
}

div * {
    letter-spacing: 0.48px;
}

.uppercase {
    text-transform: uppercase;
}

/* .wrapper{
    overflow-x: hidden;
} */

p {
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: 0.48px;
}

#services-slider .card {
    background: linear-gradient(135deg, #6b1b4d 0%, #8b2d5d 100%);
    border-radius: 15px;
    padding: 0;
    color: white;
    flex: 1;
    /* max-width: 350px;
        min-height: 380px; */
    box-shadow: 0 5px 20px rgba(107, 27, 77, 0.3);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#services-slider .card-top {
    text-align: center;
    margin-bottom: 0;
    background: linear-gradient(135deg, #4a1335 0%, #6b1b4d 100%);
    padding: 30px 30px 0 30px;
}

#services-slider .card-bottom {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 30px;
    /* min-height: 210px; */
    justify-content: center;
}

#services-slider .card-top h3 {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: white !important;
    font-weight: 600;
}

#services-slider .icon img {
    width: 6rem;
    margin-bottom: 15px;
}

#services-slider .card-bottom p {
    text-align: center;
}


@media (min-width: 768px) {

    /* .col-sm-15 {
        width: 20%;
        float: left;
    } */
    #services-slider .owl-next {
        position: absolute;
        /* bottom: -8px; */
        top: 45%;
        right: -40px;
    }

    #services-slider .owl-prev {
        position: absolute;
        /* bottom: -8px; */
        top: 45%;
        left: -40px;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }

    .video-container {
        padding-top: 44.25%;
        /* 16:9 Aspect Ratio */
    }
}

/*Top Menu*/

/* header {
  background: hsl(0deg 0% 100%);
  transition: 0.6s;
  z-index: 999;
  width: 100%;
}

.header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
} */

.header-top,
.header-top .row,
.header-top .row [class*="col"],
.right-menu-nav-bar {
    height: 100%;
}

.wpbingoLogo {
    position: absolute;
    top: -15px;
    left: 11px;
    right: auto;
    margin: auto;
    text-align: left;
}

.wpbingoLogo a {
    display: inline-block;
}

.wpbingoLogo img {
    width: 225px;
}

.right-menu-nav-bar ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding: 0px;
}

/* .header.fixed-header {
  box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
  z-index: 999;
  position: fixed;
  width: 100%;
} */
.flex-both-center {
    display: flex;
    align-items: center;
    justify-content: end;
}

.right-menu-box li {
    position: relative;
    line-height: 25px;
    font-size: 13px;
    /* font-family: "Poppins", sans-serif; */
    color: #222;
    transition: 0.6s;
}

ul.drop-down-menu {
    position: absolute;
    min-width: 250px;
    top: 50px;
    border: 1px solid #ccc;
    padding: 0px 0px;
    z-index: 99;
    background: #1c1c1c;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    left: -70%;
    right: 0px;
    margin: auto;
    display: none;
    opacity: 0;
    transition: 0.6s;
}

ul.drop-down-menu li {
    margin: 0px 0px 5px 0px;
    padding: 10px 0px 10px 30px;
    transition: 0.6s;
    border-bottom: 1px solid #fff;
    margin: 0px;
}

.right-menu-box li:not(ul.drop-down-menu li) {
    margin: 0px 30px;
    padding: 10px 0px;
    margin-left: 0px;
}

.right-menu-box li:not(ul.drop-down-menu li):last-child {
    margin: 0px;
}

.right-menu-box li a:hover {
    color: #8d266b !important;
    border-bottom: 1px solid #8d266b !important;
}

.black-circle-btn {
    background: #001d1d !important;
    border-radius: 20px !important;
    color: white !important;
    padding: 5px 24px !important;
    font-size: 12px;
}

.right-menu-box li a {
    color: #222;
    border-bottom: 1px solid #ffffff !important;
}

li.mega-menu:hover .drop-down-menu {
    display: block;
    opacity: 1;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

ul.drop-down-menu li a {
    position: relative;
    color: #fff;
    border: none !important;
}

ul.drop-down-menu li a:before {
    display: none;
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: -20px;
    top: 3px;
    font-weight: 100;
}

ul.drop-down-menu li:hover {
    transition: all 0.6s ease;
    background: #4040409e;
}

ul.drop-down-menu:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: auto;
    top: -28px;
    width: 10px;
    height: auto;
    border-top: 10px solid transparent;
    border-bottom: 18px solid #ffffff;
    border-left: 20px solid #ccc0;
    border-right: 20px solid #ccc0;
    display: none;
}

li.mega-menu a.mega-menu-ancher {
    position: relative;
}

li.mega-menu a.mega-menu-ancher:after {
    content: "\f0d7";
    position: absolute;
    font: normal normal normal 14px/1;
    top: 3px;
    right: -13px;
    color: #222;
    transition: 0.6s;
    display: none;
}

.right-menu-box li:nth-child(2):not(ul.drop-down-menu li) {
    margin: 0px 15px 0px 0px;
}

li.mega-menu:hover a.mega-menu-ancher:after {
    transform: rotate(180deg);
}

.brand-logo a img {
    width: 160px;
    height: auto;
    object-fit: contain;
}

ul.drop-down-menu li:last-child {
    border: none;
}

ul.drop-down-menu li a:hover {
    border-bottom: 0px !important;
}

.border-menu {
    border: 1px solid #8ab300 !important;
    padding: 5px 10px;
}

.right-menu-box li a.border-menu {
    border: 1px solid #8ab300 !important;
    padding: 5px 10px;
}

.bg-green {
    background: #8ab300;
    color: #fff !important;
}

.right-menu-box li a.border-menu.bg-green:hover {
    color: #222 !important;
}

li.mega-menu a.mega-menu-ancher i {
    color: #8ab300;
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-left: 6px;
    transition: 0.6s;
}

li.mega-menu:hover i {
    transform: rotate(90deg);
}

/*Top Menu*/

/*Banner*/
.image img {
    max-width: 100%;
    width: 100%;
}

/* .p-t-86 {
  padding-top: 86px;
}

.p-t-80 {
  padding-top: 98px;
} */

.flex {
    display: flex;
    flex-wrap: wrap;
}

.five-icons-flex .item {
    width: 20%;
    text-align: center;
}

.five-icons-flex img {
    width: 100px;
    text-align: center;
    display: block;
    margin: auto;
}

.five-icons-flex {
    width: 80%;
    margin: auto;
}

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

.space-pd-top {
    padding-top: 80px;
}

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

.five-icons-flex .item span.content {
    margin-top: 3vh;
    display: block;
    line-height: 20px;
    font-size: 16px;
    min-height: 60px;
    text-transform: capitalize;
}

/*Banner*/

/*Abot*/
.about-content-wrapper h2 {
    color: #3c297c;
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
}

/*Abot*/

/*Why*/
.bg_yellow {
    background: #f0c000;
    position: relative;
}

.bg_yellow_after {
    position: relative;
}

.bg_yellow_after:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 20%;
    bottom: 0px;
    width: 100%;
    background: #f0c000;
    height: 79%;
    z-index: 0;
}

.why-primus-ohana-section {
    /* margin-top: -11px; */
    position: relative;
    /* z-index: 9; */
    /* background: #e1e1e1; */
}

.about-content-wrapper p.lead {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

b {
    font-weight: bold;
}

.why-primus-ohana-section .title h1 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    color: #eb8b3c;
}

section#about {
    margin-top: -20vh;
    z-index: 1;
}

.why-primus-ohana-section p {
    color: black;
    font-weight: 500;
    font-size: 14px !important;
    padding-bottom: 30px;
}

.why-primus-ohana-section p.sub-lead {
    font-size: 18px !important;
    padding-bottom: 15px;
}

#vertical-slider .owl-stage {
    display: flex;
    /* flex-direction: column; */
}

#vertical-slider .owl-item.active {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    margin: 0px 5px;
    border-radius: 8px;
}

.icon-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
}

.icon-wrapper .icon-box {
    width: 80%;
    text-align: center;
}

.icon-img img {
    width: 35% !important;
    padding-bottom: 10px;
}

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

/*Why*/

/**/
.bg_red {
    background: hsl(10deg 63% 50%);
}

.grow-young-ohana-section img {
    width: 100%;
    margin: auto;
    display: block;
}

/**/

/**/
.top-title {
    color: #eb8b3c;
    font-weight: 600;
    font-size: 30px;
}

#vertical-slider .owl-dots {
    position: absolute;
    bottom: 12px;
    right: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
}

#vertical-slider .owl-dots span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #8b2f5c;
}

#vertical-slider .owl-dot.active span {
    background: #fff;
    transition: 0.4s ease;
}

#aminities-slider .owl-nav .owl-prev,
#aminities-slider .owl-nav .owl-next {
    position: absolute;
    bottom: -85px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #8b2f5c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

#aminities-slider .owl-nav .owl-prev {
    left: 43%;
}

#aminities-slider .owl-nav .owl-next {
    right: 45%;
}

/**/

.font-40 {
    font-size: 40px;
}

.with_border {
    position: relative;
}

.with_border.active:before {
    content: "";
    left: 0px;
    right: 0px;
    width: 30%;
    height: 3px;
    position: absolute;
    background: hsl(46deg 100% 50%);
    bottom: -14px;
    margin: auto;
}

.five-amenities-box.flex .item img {
    width: 50px;
    display: block;
    text-align: center;
    margin: auto;
}

.five-amenities-box .item {
    width: 20%;
    margin-bottom: 5vh;
    text-align: center;
}

.five-amenities-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.five-amenities-box .item span {
    margin: 14px;
    display: block;
    min-height: 40px;
    font-size: 13px;
    line-height: 20px;
}

section.amenities-section {
    border-bottom: 20px solid #433c7a;
}

.custom_navigation .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    display: flex !important;
    align-items: center;
}

.custom_navigation .owl-prev,
.custom_navigation .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
    color: #fff;
    font-size: 40px;
    margin: 5px;
    padding: 4px 7px;
    background: #8b2f5c;
    display: flex;
    cursor: pointer;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.custom_navigation .owl-next {
    right: -15px;
}

.custom_navigation .owl-prev {
    left: -15px;
}

.owl-nav i {
    color: #ffffff;
    margin: 10px 5px;
}

.custom_navigation .owl-prev:hover,
.custom_navigation .owl-next:hover {
    background: #8b2f5c;
}

.slider-border img {
    border: 3px solid transparent;
    border-radius: 10px;
    transition: 0.6s;
}

.slider-border .owl-item.active.center img {
    /* border: 3px solid #99256b; */
}

.owl-item.active.center img {
    transform: scale(1.5);
}

.gallery-slider .item {
    padding: 15%;
    margin: 30px 0;
}

.dots-true .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5vh;
}

.dots-true .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
    transition: 0.6s;
}

.dots-true .owl-dot.active {
    background-color: #433c7a;
    width: 17px;
    height: 7px;
    border-radius: 5px;
}

.gallery-section {
    /* border-bottom: 20px solid #433c7a; */
    padding-bottom: 0;
}

.bg_green {
    background: #6f9854;
}

/**/
.location-advantages-section {}

.location-advantages-section h2 {
    color: #2a3b70;
    display: inline-block;
    padding-bottom: 1vh;
}

.location-advantages-section p {
    color: #413a77;
    font-size: 22px;
    line-height: 40px;
    margin-top: 5vh;
    font-weight: 600;
}

.location-advantages-section p small {
    font-size: 15px;
}

.location-advantage-two-section .box {
    min-height: 450px;
    border-radius: 30px;
    padding: 10% 5% 5%;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

.location-advantage-two-section {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.location-advantage-two-section .box .location-title {}

.location-advantage-two-section .box .location-title h3 {
    font-size: 25px;
    color: #fff;
    min-height: 50px;
}

.location-advantage-two-section .location-lists {}

.location-advantage-two-section .location-lists ul {
    margin-bottom: 3vh;
}

.location-advantage-two-section .location-lists ul li {
    color: #fff;
    font-size: 14px;
    margin-bottom: 1vh;
    min-height: 20px;
}

.location-advantage-two-section .box img {
    width: 100px;
    max-height: 100px;
}

.location-advantage-two-section .box .image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
}

/**/

/**/
/* .map-image {
  width: 60%;
  margin: 0 auto;
} */
.map-image img {
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

section.map-section {
    position: relative;
}

section.map-section:after {
    content: none;
    position: absolute;
    left: 0px;
    right: 0px;
    background: #f1be00;
    width: 100%;
    height: 50%;
    bottom: 0px;
    z-index: -1;
}

.plan-image span.content-title {
    font-size: 30px;
    font-weight: 600;
}

/**/

.bg_white {
    background: #fff;
}

.footer-enquiry-form-section {
    background: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.input-block {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5vh;
    position: relative;
    min-height: 50px;
}

.input-block .icon {
    border-bottom: 1px solid #ccc;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5% !important;
}

.input-block .icon .image {
    width: 15px;
}

.input-block .icon .image img {}

.input-block .input {
    width: 95%;
}

.input-block .input input {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    height: 35px;
}

.input-block .input select {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    height: 35px;
    width: 100%;
    padding-left: 5%;
    color: #6c757d;
    font-weight: 400;
    outline: none !important;
}

.footer-form-box {
    width: 40%;
    margin: auto;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    padding: 5% 5% 2%;
    position: relative;
    z-index: 1;
}

.footer-form-box label.error {
    position: absolute;
    font-size: 14px;
    color: #d2383f;
    left: 0px;
    bottom: -20px;
}

form#footer-form input[type="submit"] {
    border: 1px solid #433c7a;
    background: #433c7a;
    padding: 20px;
    width: 45%;
    color: #fff;
    line-height: 0px;
    height: auto;
    border-radius: 0px;
}

.thankyou-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5feff;
}

section.thankyou-section.text-center h2 {
    font-size: 50px;
    width: 100%;
}

section.thankyou-section.text-center h3 {
    line-height: 25px;
    margin: 3vh 0px;
    font-size: 20px;
    width: 100%;
}

.black-circle-btn {
    background: #d04a2f !important;
    border-radius: 20px !important;
    color: white !important;
    padding: 5px 24px !important;
    font-size: 12px;
}

.black-shadow {
    position: relative;
}

.black-shadow:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    background: #0000003d;
    height: 100%;
    top: 0px;
    z-index: 0;
}

section.banner-section.home-page {
    position: relative;
}

.home-page img {
    display: block;
    width: 100%;
}

/* sticky form code */
.stickyForm {
    position: fixed;
    top: 20%;
    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: 9999;
}

.stickyForm.active {
    right: 0px;
}

.stickyForm .btn {
    background: #8b2f5c;
    padding: 10px 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -104px !important;
    color: #fff;
    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;
}

/* body .stickyForm input[type="text"],
body .stickyForm input[type="email"],
body .stickyForm textarea,
body .stickyForm .intl-tel-input {
    width: 100% !important;
    border: 0;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #fff;
    margin-bottom: 13px;
    border-radius: 0px;
} */

.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,
.stickyForm.active .btn {
    background: rgba(35, 35, 35, 0.77);
}

.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;
    margin-bottom: 10px;
    border-radius: 0px;
}

body .stickyForm select option {
    color: black;
} */

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

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

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

body .stickyForm [type="submit"] {
    background: #8b2f5c !important;
    border: none;
    height: 40px !important;
    padding: 0px 30px !important;
    /* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}

p.close-btn {
    float: right;
    clear: both;
    cursor: pointer;
    color: white;
    font-size: 40px;
    margin-bottom: 10px;
}

.mfp-title {
    background: none;
}

/* end of sticky form code */


.whatsapp-btn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4ac04b;
    border-radius: 100px;
    padding: 5px;
    z-index: 999;
}

.whatsapp-btn a {
    width: 100%;
}

.whatsapp-btn svg {
    fill: #fff;
    width: 100%;
}

.modal-dialog {
    z-index: 9999;
}

/*model*/
#Whatsapp-pop .modal-header,
#myModal1 .modal-header {
    background: #aa2f1f;
    color: #fff;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

#Whatsapp-popup-form .form-group {
    /* height: 40px; */
    margin-bottom: 7px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

#Whatsapp-popup-form .input-group-addon {
    background: #aa2f1f;
    color: #fff;
    border: 0;
    width: 45px;
}

.modal.in .modal-dialog {
    z-index: 9999;
}

#Whatsapp-popup-form input,
#Whatsapp-popup-form select {
    height: 40px;
    border: none;
    padding-left: 9px;
    width: 100%;
    background: #f3f3f3;
}

#Whatsapp-popup-form .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #aa2f1f;
    margin: auto;
    display: block;
    background: #aa2f1f;
    color: white;
}

.modal-header .close,
#Whatsapp-popup-form .close {
    color: #fff !important;
    opacity: 1 !important;
    margin-top: -25px;
}

#Whatsapp-popup-form label.error {
    color: red;
    margin: 7px 0px;
    font-size: 14px;
}

/*End*/

.sjr-logo {
    width: 95%;
    text-align: center;
    padding: 2vh 0px;
}

.sjr-logo img {
    width: 60px;
    border-radius: 5px;
}

.sjr-logo p {
    color: #fff;
    margin-bottom: 1vh;
}

.sjr-header-logo img {
    width: 130px;
}

/* li.sjr-header-logo {
  text-align: center;
  position: absolute;
  right: 0px;
  top: auto;
  bottom: auto;
}
li.sjr-header-logo span {
  display: block;
  font-size: 12px;
} */
#testimonials {
    margin-top: 50px;
}

#testimonials .item {
    color: #fff;
    padding: 10px;
}

#testimonials .item .name {
    text-align: center;
    margin-top: 20px;
}

.footer-bg {
    background: #8b2f5c;
    color: #fff;
    padding: 15px 20px;
    font-size: 14px;
}

.footer-bg .text-end {
    /* margin-right: 20px; */
    display: flex;
    justify-content: end;
    align-items: center;
}

.footer-bg .text-end a {
    color: #fff;
}

.footer-bg .text-end .social-icons {
    padding: 4px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 6px;
    text-align: center;
    /* display: flex
; */
    width: 23px;
}

.footer-bg .text-end a i {
    color: #8b2f5c;
}

.heading-text-wrapper {
    padding: 20vh 0px;
    text-align: center;
    position: relative;
    margin-bottom: 0vh;
}

.heading-text-wrapper h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 3vh;
    color: #8d266b;
}

.heading-text-wrapper h3 {
    font-size: 25px;
    font-weight: 500;
}

.heading-text-wrapper:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 6%;
    background: url("../images/design elements/Asset 9.png");
    width: 20.5%;
    height: 31%;
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: center;
}

.heading-text-wrapper:after {
    content: "";
    position: absolute;
    right: -23%;
    bottom: 0%;
    background: url("../images//design elements/Asset 11.png");
    width: 30%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 12;
}

span.right-side-dots {
    width: 12%;
    display: inline-block;
    position: absolute;
    right: 5%;
    bottom: -163%;
}

span.right-side-dots img {
    width: 100%;
    display: inline-block;
}

span.small-round {
    position: absolute;
    right: -2%;
    z-index: 1;
    bottom: 65%;
    width: 60px;
}

span.small-round img {
    width: 100%;
}

.grow-young-ohana-section .item {
    width: 33%;
    margin-bottom: 6vh;
    min-height: 100px;
}

.grow-young-ohana-section .item img {
    width: 70px;
    max-height: 70px;
    object-fit: contain;
    min-height: 70px;
}

section.circle-section img {
    width: 77%;
    margin: auto;
    display: block;
}

section.circle-section {
    background: #433c7a;
}

.about-content-wrapper {
    margin-top: 15vh;
}

.three-title h2 {
    width: 33%;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
}

.three-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10vh;
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom: 10vh;
}

.hidden.active {
    display: block !important;
    visibility: visible !important;
}

.amenities_box.outdoor {
    width: 100%;
    margin: auto;
}

.amenities_box img {
    width: 100%;
}

.bg_gray {
    background: #e1e1e1;
}

.image.plan-image {
    width: 100%;
    margin: auto;
    margin-top: 10vh;
}

.right-menu-box {
    width: 50%;
}

.right-side-dots-top {
    position: relative;
}

/* .right-side-dots-top:after {
  content: none;
  position: absolute;
  right: 3%;
  top: -3%;
  background: url("../images/design elements/Asset 14.png");
  width: 12%;
  height: 28%;
  background-repeat: no-repeat;
  background-size: 79%;
  background-position: center;
}
.right-side-dots-top:before {
  content: "";
  position: absolute;
  left: -11%;
  top: -32px;
  background: url("../images/design elements/Asset 17.png");
  width: 24%;
  height: 44%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
} */
/* span.half-circle img {
  width: 100%;
  height: 100%;
} */

/* span.half-circle {
  position: absolute;
  top: 30%;
  right: 0px;
  width: 9%;
} */
section.grow-young-ohana-section {
    position: relative;
}

section.grow-young-ohana-section:after {
    content: "";
    position: absolute;
    right: 3%;
    top: -17%;
    background: url("../images/design elements/Asset 6.png");
    width: 20%;
    height: 24%;
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: center;
    z-index: 9;
}

section.grow-young-ohana-section:before {
    content: "";
    position: absolute;
    left: 1%;
    top: -35%;
    background: url("../images/design elements/Asset 12.png");
    width: 16%;
    height: 48%;
    background-repeat: no-repeat;
    background-size: 56%;
    background-position: center;
    z-index: 9;
}

section.circle-section {
    position: relative;
}

section.circle-section:after {
    content: "";
    position: absolute;
    right: 3%;
    top: -5%;
    background: url("../images/design elements/Asset 1.png");
    width: 11%;
    height: 14%;
    background-repeat: no-repeat;
    background-size: 73%;
    background-position: center;
    z-index: 9;
}

section.circle-section:before {
    content: "";
    position: absolute;
    left: 36%;
    top: -6%;
    background: url("../images/design elements/Asset 18.png");
    width: 31%;
    height: 10%;
    background-repeat: no-repeat;
    background-size: 56%;
    background-position: center;
    z-index: 9;
}

section.amenities-section {
    position: relative;
}

section.amenities-section:after {
    content: "";
    position: absolute;
    right: 0%;
    top: -15%;
    background: url("../images/design elements/Asset 8.png");
    width: 13%;
    height: 40%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 9;
}

section.amenities-section:before {
    content: "";
    position: absolute;
    left: 0%;
    top: -7%;
    background: url("../images/design elements/Asset 7.png");
    width: 18%;
    height: 14%;
    background-repeat: no-repeat;
    background-size: 92%;
    background-position: center;
    z-index: 9;
}

section.space-pd.gallery-section {
    position: relative;
}

section.space-pd.gallery-section:after {
    content: none;
    position: absolute;
    right: -6.5%;
    top: -10%;
    background: url("../images/design elements/Asset 4.png");
    width: 13%;
    height: 20%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 9;
    transform: rotate(180deg);
}

section.space-pd.gallery-section:before {
    content: none;
    position: absolute;
    right: 4%;
    top: -15%;
    background: url("../images/design elements/Asset 4.png");
    width: 13%;
    height: 20%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 9;
}

section.space-pd.location-advantages-section {
    position: relative;
}

section.space-pd.location-advantages-section:after {
    content: "";
    position: absolute;
    right: 5.5%;
    bottom: 0px;
    background: url("../images/design elements/Asset 2.png");
    width: 7.8%;
    height: 6%;
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: center;
    z-index: 9;
}

section.map-section {
    position: relative;
}

/* section.map-section:before {
  content: "";
  position: absolute;
  right: 15.5%;
  top: 0px;
  background: url("../images/design elements/Asset 3.png");
  width: 7.8%;
  height: 8%;
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: center;
  z-index: 9;
} */

.location-advantages-section h2 {
    position: relative;
}

.location-advantages-section h2:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    width: 80%;
    background: #2a3b70;
    height: 2px;
    bottom: -10px;
    margin: auto;
}

.dots-right-side-map {
    position: absolute;
    right: 0px;
    top: 9%;
    width: 10%;
}

.dots-right-side-map img {
    width: 100%;
    display: none;
}

.footer_submit_button img {
    width: 141px;
}

.footer_submit_button {
    width: auto;
    border: none;
    outline: none;
    box-shadow: none;
}

.amenities_box.hidden.active {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.amenities_box .item {
    display: flex;
    flex-wrap: wrap;
    width: 12%;
}

.amenities_box.club .item {
    width: 11%;
}

.amenities_box.boutique .item {
    width: 17%;
}

.amenities_box .item .image {
    width: 100%;
    padding: 1vh 0px;
}

.amenities_box .item .image img {
    width: 70px;
}

.amenities_box .item .caption {
    display: block;
    text-align: center;
    width: 90%;
    padding: 2vh 0px;
    line-height: 25px;
    font-size: 14px;
    min-height: 77px;
    margin: auto;
}

.grow-young-ohana-section .item {
    text-align: center;
}

.grow-young-ohana-section .item .image {}

.grow-young-ohana-section .item .image img {
    margin-bottom: 4vh;
}

.grow-young-ohana-section .item .caption {
    line-height: 25px;
    min-height: 80px;
    width: 75%;
    margin: auto;
}

/*#vertical-slider-location .item {
            transform: rotate(-90deg);
        }
      #vertical-slider-location.owl-carousel{
             transform: rotate(90deg);
        }*/
#vertical-slider-location.owl-carousel {
    transform: rotate(90deg);
    width: 300px;
    margin-top: 100px;
}

#vertical-slider-location .item {
    transform: rotate(-90deg);
    float: none;
    list-style: none;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

#vertical-slider-location .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 135%;
    top: calc(77% - 0px);
    left: -54px;
}

#vertical-slider-location .owl-nav .owl-prev,
#vertical-slider-location .owl-nav .owl-next {
    font-size: 36px;
    top: unset;
    bottom: 15px;
    /* display: none; */
}

.location-icon {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    margin: auto;
    padding: 16px;
    overflow: hidden;
}

.location-icon:hover,
.location-features-item.active-slide .location-icon {
    background-color: #44c8f5;
}

.location-icon .normal-icon {
    display: inline-block;
}

.location-features-item:hover .normal-icon,
.location-features-item.active-slide .location-icon .normal-icon {
    display: none;
}

.location-features-item {
    display: flex;
    align-items: center;
}

#vertical-slider-location p {
    font-size: 15px;
    margin: 0px;
    line-height: initial;
    text-align: left;
    margin-left: 1vw;
    width: 170px;
    font-weight: 600;
}

div#vertical-slider-location .owl-item {
    padding: 0px;
    height: 310px;
    display: flex;
    align-items: flex-end;
}

div#vertical-slider-location .FirstActiveSlider.active .location-icon {
    background-color: #2a3b70;
}

div#vertical-slider-location .FirstActiveSlider.active .location-icon .normal-icon {
    display: none;
}

#vertical-slider-location .owl-nav .owl-prev {
    transform: rotate(-90deg);
    top: -14px;
}

#vertical-slider-location .owl-nav .owl-next {
    transform: rotate(-90deg);
}

#vertical-slider-location .owl-nav i {
    color: #fff;
    background: #2a3b70;
    border-radius: 100%;
    padding: 7px;
    font-size: 16px;
}

#vertical-slider-location .location-features:before {
    content: "";
    position: absolute;
    left: 50px;
    border-left: 2px dashed #fff;
    width: 2px;
    height: 120%;
    top: -27px;
}

.float-text {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.image.building-image {
    position: relative;
}

.image.building-image:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #00000075;
}

form#Banner-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}

form#Banner-form .input-block {
    width: 18%;
    margin: 0px 10px;
}

button#Banner_submit_button {
    width: auto;
    height: auto;
    padding: 10px 20px;
    outline: none !important;
    border: none;
    background: #8b2f5c;
    display: inline-block;
    font-family: "Lato", sans-serif;

}

.banner-form-wrapper {
    padding: 20px 0px;
}

form#Banner-form .input-block .icon {
    width: 20%;
}

form#Banner-form .input-block .input {
    width: 80%;
    height: 35px;
}

form#Banner-form .input-block {
    width: 18%;
    margin: 0px 10px;
}

form#Banner-form .input-block .icon {
    width: 20%;
}

form#Banner-form .input-block .input label.error {
    color: red;
    /*position: absolute;*/
    font-size: 13px;
    left: 0px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    /*bottom: -15px;*/
}

.hover-text a {
    position: absolute;
    top: calc(100% - 55%);
    left: calc(100% - 55%);
    background-color: #fff;
    color: #8b2f5c;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.image-container:hover {
    opacity: 0.6;
}

.image-container:hover .hover-text a {
    opacity: 1;
    transition: 0.8s;
    color: #8b2f5c;
}

.view-360-icon img {
    display: block;
    width: 100%;
    margin: auto;
    position: relative;
}

.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

#view-360-section h3 {
    margin-bottom: 30px;
}

.box-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    /* padding: 35px 15px; */
    width: 100%;
    gap: 10px;
}

.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    width: 415px;
    margin-bottom: 35px;
    max-width: 100%;
}

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
    background-size: cover;
    background-position: center;
    /* border-radius: 8px; */
    min-height: 530px;
    -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box .inner {
    position: absolute;
    right: 3px;
    bottom: -5px;
    width: 80%;
    text-align: center;
    padding: 10px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    background: #8b2f5c;
}

.flip-box .back {
    background: #8b2f5c;
    position: absolute;
    right: 0px;
    bottom: -265px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /* border-radius: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
    backdrop-filter: blur(10px);
}

.flip-box-front .click-btn {
    position: absolute;
    top: 200px;
    left: 0px;
    right: 0px;
    width: 40%;
    padding: 10px;
    margin: 0 auto;
    opacity: 0;
    border-radius: 28px;
    box-shadow: rgba(0, 0, 0, 0.7) 10px -10px 71px;
    border: none;
    outline: none;
}

.flip-box-front:hover .click-btn {
    opacity: 1;
    transition: 0.6s ease-in-out;
}

.flip-box-header {
    font-size: 34px;
}

.flip-box p {
    font-size: 15px;
    line-height: 1.5em;
    color: white;
    /* padding-left: 15px; */
    /* background: #FFF; */
}

.back p {
    font-size: 18px;
    line-height: 40px;
    width: 85%;
    margin: 0 auto;
}

.flip-box-img {
    margin-top: 25px;
}

.flip-box-button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    padding: 15px 20px;
    text-transform: uppercase;
}

#services-slider .owl-prev,
#services-slider .owl-next {
    position: absolute;
    top: 40%;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #8b2f5c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion-body {
    font-size: 14px;
    line-height: 25px;
}

.accordion-wrapper h4 {
    color: black;
    font-weight: 500;
    font-size: 18px !important;
    margin: 20px 0 30px;
    text-align: center;
}

.accordion-button {
    font-size: 15px;
    color: black;
}

.accordion-button:not(.collapsed) {
    color: black;
}

header .menu_logo img {
    width: 145px;
    cursor: pointer;
}

header {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 99;
    background: transparent;
    padding: 20px;
}

aside.open {
    left: 0px;
}

aside {
    background: white;
    position: fixed;
    width: 28%;
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    left: -40%;
    transition: 0.6s;
    z-index: 999;
}

.close_btn {
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
}

.close_btn svg {
    transition: 0.6s;
    transform: rotate(0deg);
}

aside ul li {
    padding: 5px 0px 10px;
}

aside ul li a {
    color: black;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    line-height: normal;
    position: relative;
}

/* header.fixed-header {
  background: #00000070;
  padding: 0px;
  z-index: 99;
} */

header.fixed-header .brand-logo {
    display: block;
}

header .brand-logo {
    display: none;
}

.gallery-slider .item h2 {
    font-size: 12px;
    text-align: center;
    line-height: initial;
    background: #00000078;
    color: #fff !important;
    padding: 6px 10px;
    text-decoration: none !important;
    position: relative;
    bottom: 32px;
    border-bottom: none;
    z-index: 4;
    letter-spacing: 1px;
}

.gallery-text {
    width: fit-content;
    margin: auto;
}

.our-services h3 {
    margin-bottom: 30px;
}

.footer-form-box h2 {
    margin-bottom: 30px;
    text-align: center;
}

#amenities h3 {
    margin-bottom: 30px;
}

#vertical-slider img {
    padding: 70px;
}

.d-flex.align-items-center.justify-content-between {
    margin: auto;
    width: 100%;
}

.footer-bg p {
    font-size: 14px;
}

/*responsive*/
/*Ipad Pro*/
@media (min-width: 1600px) {
    .right-side-dots-top:before {
        top: 50px;
    }

    .d-flex.align-items-center.justify-content-between {
        width: 100%;
    }

    header {
        padding-top: 50px;
    }
}

@media (min-width: 1400px) {
    /* .container {
        max-width: 1500px;
    } */
}

@media only screen and (min-width: 1600px) and (max-width: 2000px) {
    .brand-logo a img {
        width: 100%;
    }

    /* .container {
        width: 1640px;
        padding: 0px;
        margin: auto;
    } */

    .right-menu-box li:not(ul.drop-down-menu li) {
        padding: 28px 0px;
        margin: 0px 40px 0px 0px;
        font-size: 13px;
        font-weight: 400;
        margin-left: 0px;
    }
}

@media (max-width: 1200px) {
    .right-menu-box li {
        font-size: 14px;
    }

    .right-menu-box li:not(ul.drop-down-menu li) {
        margin: 0px 15px;
    }

    .footer-form-box {
        width: 60%;
    }

    .right-menu-box {
        width: 55%;
    }

    .heading-text-wrapper {
        padding: 10vh 0px;
    }

    section#about .col-md-6 {
        position: relative;
        z-index: 1;
    }

    .bg_yellow_after:after {
        height: 100%;
        top: 0px;
    }

    section#about {
        margin-top: -5vh;
        padding-bottom: 5vh;
    }

    .about-content-wrapper {
        margin-top: 0px;
    }

    .grow-young-ohana-section .item .image img {
        margin-bottom: 10px;
        width: 50px;
        max-height: 50px;
    }

    section.grow-young-ohana-section .col-md-6,
    section.grow-young-ohana-section .col-md-6 .image {
        height: 100%;
    }

    .grow-young-ohana-section .item .caption {
        min-height: auto;
        width: 100%;
    }

    .grow-young-ohana-section .item {
        width: 33%;
    }

    section.grow-young-ohana-section {
        padding: 5vh 0px;
    }

    .three-title {
        width: 100%;
    }

    .amenities_box .item {
        width: 25% !important;
    }

    .amenities_box .item .caption {
        font-size: 16px;
    }

    form#Banner-form {
        width: 100%;
        justify-content: center;
    }

    form#Banner-form .input-block {
        width: 19%;
        margin: 0;
    }

    .menu_items.d-flex.align-items-center.justify-content-center.h-100 {
        align-items: flex-start !important;
        margin-top: 100px;
    }

    #services-slider .owl-prev,
    #services-slider .owl-next {
        bottom: -20px;
        top: auto;
    }

    #services-slider .owl-prev {
        left: 45%;
    }

    #services-slider .owl-next {
        right: 45%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    #aminities-slider .owl-nav .owl-prev,
    #aminities-slider .owl-nav .owl-next {
        bottom: -70px;
    }

    #aminities-slider .owl-nav .owl-prev {
        left: 40%;
    }

    #aminities-slider .owl-nav .owl-next {
        right: 40%;
    }

    section#amenities {
        padding-bottom: 30px;
    }

    .form-control {
        font-size: 14px;
    }
}

/*Ipad Pro*/

/*Ipad Pro*/
@media (max-width: 996px) {
    .sjr-logo {
        width: 85%;
        text-align: right;
        padding: 2vh 0px;
    }

    section.banner-section.home-page .floating-image {
        position: absolute;
        top: 20%;
        right: 12%;
        width: 24%;
        left: auto;
    }

    .right-menu-box li {
        font-size: 14px;
    }

    /* header {
    padding: 5px 0px;
    border-bottom: 1px solid #949494;
  } */
    .right-menu-box {
        width: 110%;
        position: absolute;
        top: 88px;
        background: #1c1c1c;
        left: -5%;
        right: 0px;
        padding: 5vh 0vw;
        height: auto;
        overflow: scroll;
        /* height: 0px; */
        z-index: 9999;
        padding-left: 10%;
        display: none;
    }

    .right-menu-box li {
        width: 100%;
        display: block;
    }

    .flex-both-center {
        display: flex;
        width: 100% !important;
    }

    li.mega-menu a.mega-menu-ancher:after {
        display: none;
    }

    .right-menu-box li a {
        color: white;
    }

    .brand-logo img {
        width: 90%;
        position: relative;
        top: -4px;
    }

    li.mega-menu:after {
        content: "\f055";
        position: absolute;
        right: 5%;
        left: auto;
        font: normal normal normal 14px/1 FontAwesome;
        color: #fff;
        font-size: 20px;
        top: 17px;
    }

    .right-menu-box li:not(ul.drop-down-menu li) {
        /* border: 1px solid #fff; */
        margin: 0px !important;
        width: 100%;
        padding: 15px 20px;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
    }

    .right-menu-box li:not(ul.drop-down-menu li):last-child {
        border: 0px solid;
        border-top: 0px solid;
    }

    ul.drop-down-menu {
        position: relative;
        display: block;
        top: auto;
        min-width: auto;
        opacity: 1;
        right: auto;
        left: auto;
        border: none;
        box-shadow: none;
        transition: 0.6s;
        height: 0px;
        overflow: hidden;
    }

    ul.drop-down-menu li {
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
        border: none;
        margin: 0px;
        padding-bottom: 0px;
    }

    ul.drop-down-menu.active {
        transition: 0.6s;
        height: 150px;
    }

    li.mega-menu {}

    li.mega-menu:hover .drop-down-menu {
        -webkit-animation-name: unset;
        animation-name: unset;
    }

    ul.drop-down-menu li:last-child {
        padding-bottom: 0px;
    }

    li.mega-menu.active:after {
        content: "\f056";
    }

    .menu-toggle-mobile button {
        position: relative;
        width: 30px;
        height: 40px;
        background: transparent;
        border: none;
        outline: none !important;
        top: -5px;
        left: -10px;
    }

    .menu-toggle-mobile button:after {
        content: "";
        position: absolute;
        top: 45%;
        left: 0px;
        right: 0px;
        margin: auto;
        color: #001d1d;
        height: 12px;
        border-top: 2px solid #323232;
        border-bottom: 2px solid #323232;
        width: 100%;
    }

    .right-menu-box.active {
        height: auto;
    }

    .font-60 {
        font-size: 50px;
    }

    .five-icons-flex .item {
        width: 20%;
    }

    .ohana-about-section .image img {
        width: 50%;
        margin: auto;
        display: block;
        margin-bottom: 5vh;
    }

    section#about {
        padding-top: 0px;
    }

    .why-primus-ohana-section {
        margin: 0px;
    }

    .why-primus-ohana-section .row {
        flex-direction: column-reverse;
    }

    .why-primus-ohana-section .content {
        width: 90%;
        margin: auto;
        margin-top: 5vh;
    }

    section.amenities-section .top-title {
        margin-bottom: 35px;
        line-height: 35px;
    }

    .location-advantage-two-section {
        width: 100%;
    }

    .location-advantage-two-section .box .location-title h3 {
        margin-bottom: 3vh;
    }

    /* .map-image {
    width: 90%;
  } */

    .footer-form-box {
        width: 80%;
    }

    section.space-pd.gallery-section:before {
        top: -6%;
    }

    .footer-bg {
        font-size: 13px;
    }

    .video-container {
        width: 100%;
    }
}

/*Ipad Pro*/

/*Ipad*/
@media (max-width: 768px) {

    /* section.banner-section.home-page {
    padding-top: 73px;
  } */
    .ohana-about-section .image img {
        width: 70%;
        text-align: center;
        margin: auto;
        display: block;
        margin-top: 5vh;
        margin-bottom: 15vh;
    }

    .brand-logo a img {
        top: 4px;
        width: 80%;
    }

    section.grow-young-ohana-section:before {
        height: 15%;
        top: -10%;
    }

    .flex-both-center {
        width: 100%;
        margin: auto;
    }

    .grow-young-ohana-section .building-image img {
        width: 58%;
        margin-bottom: 10vh;
    }

    section.amenities-section .top-title {
        font-size: 30px;
    }

    .three-title h2 {
        font-size: 20px;
    }

    .amenities_box.club .item {
        width: 25%;
    }

    .amenities_box.boutique .item {
        width: 25% !important;
    }

    .images-location {
        margin-top: 5vh;
    }

    .image.plan-image {
        margin-top: 0px;
    }

    footer.footer-bg .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer.footer-bg .row div {
        font-size: 13px;
    }

    .right-menu-box li:not(ul.drop-down-menu li) {
        display: block;
        width: 100%;
    }

    .right-menu-box .flex-both-center {
        display: block;
    }

    .right-menu-box {
        padding: 10px;
        top: 82px;
    }

    li.sjr-header-logo {
        position: relative;
        text-align: left;
    }

    .hover-text a {
        top: calc(100% - 60%);
        left: calc(100% - 65%);
        opacity: 1;
    }

    /* #services-slider .owl-prev {
    left: 10px;
  }
  #services-slider .owl-next {
    right: 10px;
  }
  #services-slider .owl-prev,
  #services-slider .owl-next{
    position: absolute;
    top: 45%;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #8b2f5c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  } */
    #services-slider .owl-prev {
        left: 40%;
    }

    #services-slider .owl-next {
        right: 40%;
    }

    aside {
        width: 100%;
        left: -100%;
    }

    aside ul li {
        text-align: center;
        margin-bottom: 10px;
    }

    header .menu_logo img {
        width: 95px;
    }

    header {
        background: #00000070;
        opacity: 1;
        padding: 0px;
        z-index: 99;
    }

    header .brand-logo {
        display: block;
    }

    #aminities-slider .owl-nav .owl-prev,
    #aminities-slider .owl-nav .owl-next {
        bottom: -60px;
    }

    #aminities-slider .owl-nav .owl-prev {
        left: 40%;
    }

    #aminities-slider .owl-nav .owl-next {
        right: 40%;
    }

    section#amenities {
        padding-bottom: 60px;
    }

    .gallery-slider .item {
        padding: 0;
        margin: 0;
    }

    div#aminities-slider {
        padding: 20px 0 0;
    }

    .d-flex.align-items-center.justify-content-between {
        margin: auto;
        width: 100%;
    }

    #amenities h3 {
        margin: 25px 0 10px;
    }

    .footer-bg .text-end .social-icons {
        width: 30px;
    }

    .footer-bg .text-end a i {
        font-size: 20px;
    }

    footer.footer-bg .row div {
        margin: 3px 0px;
        text-align: center;
        line-height: 15px;
        justify-content: center;
    }

    .footer-bg p {
        font-size: 11px;
    }

    footer.footer-bg .row div {
        font-size: 11px;
    }

    form#Banner-form .input-block {
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
    }

    form#Banner-form {
        width: 90%;
        display: block !important;
    }

    .sjr-header-logo img {
        margin: auto;
    }

    button#Banner_submit_button {
        width: 100%;
        padding: 10px 0px;
        display: block;
    }
}

/*Ipad*/

/*Mobile Iphone 6/7/8*/
@media (max-width: 475px) {
    /* .container {
        width: 95%;
    } */

    .brand-logo a img {
        width: 150px;
        top: auto;
    }

    /* .space-pd {
    padding: 30px 0px;
  } */

    .five-icons-flex .item {
        width: 50%;
        min-height: 170px;
    }

    .ohana-about-section .image img {
        width: 100%;
        margin: 5vh auto;
    }

    .about-content-wrapper h2,
    .why-primus-ohana-section .title h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .why-primus-ohana-section .content {
        width: 100%;
    }

    .grow-young-ohana-section img {
        width: 100%;
    }

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

    .amenities-section h2 {
        font-size: 15px;
        width: 100%;
        margin: 40px auto;
    }

    .amenities-section .with_border:before {
        width: 30%;
    }

    .five-amenities-box .item {
        width: 33%;
    }

    .five-amenities-box .item span {
        margin: 0px;
        margin-top: 5vh;
    }

    .owl-item.active.center img {
        transform: scale(1);
    }

    .location-advantage-two-section .box {
        margin-bottom: 5vh;
    }

    .footer-form-box {
        width: 100%;
        padding: 8%;
        padding-bottom: 1%;
    }

    .right-menu-box {
        top: 89px;
    }

    .right-menu-box .flex-both-center {
        flex-wrap: wrap;
    }

    .right-menu-box {
        background: #ffffff;
    }

    .right-menu-box li a {
        color: #000;
    }

    li.sjr-header-logo {
        text-align: left;
    }

    .right-menu-box li:not(ul.drop-down-menu li) {
        padding: 10px 20px;
    }

    section#about {
        margin: auto;
    }

    .heading-text-wrapper h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .heading-text-wrapper:before {
        top: -15px;
        background-size: 100%;
    }

    .heading-text-wrapper:after {
        height: 76%;
        width: 24%;
        background-size: 99%;
        right: -63px;
        top: 20%;
    }

    .heading-text-wrapper h3 {
        font-size: 14px;
    }

    .grow-young-ohana-section .item {
        width: 50%;
    }

    .grow-young-ohana-section .item .caption {
        min-height: 135px;
    }

    .grow-young-ohana-section .item:nth-child(1) .caption {
        min-height: 85px;
    }

    .grow-young-ohana-section .item:nth-child(2) .caption {
        min-height: 85px;
    }

    .three-title {
        display: block;
    }

    .amenities_box.boutique .item {
        width: 50% !important;
    }

    .five-amenities-box .item {
        width: 50% !important;
    }

    .location-advantages-section h2 {
        line-height: 30px;
    }

    footer.footer-bg .row {
        display: block;
    }

    .footer-bg {
        padding: 5px 0px;
    }

    .vertical-slider {
        margin-bottom: 6vh;
    }

    #vertical-slider-location p {
        margin-left: 5vw;
        line-height: 30px;
    }

    section.space-pd.location-advantages-section:after,
    section.map-section:before,
    .right-side-dots-top:after,
    section.grow-young-ohana-section:after {
        display: none;
    }

    .grow-young-ohana-section .building-image img {
        width: 100%;
    }

    form#Banner-form {
        width: 90%;
        display: block !important;
    }

    form#Banner-form .input-block {
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
    }

    footer.footer-bg .row div {
        margin: 10px 0px;
    }
}

/*Mobile Iphone 6/7/8*/

/*Mobile Iphone 5/SE*/
@media (max-width: 380px) {}

/*Mobile Iphone 5/SE*/

/*New Changes*/

.big-text {
    font-size: 35px;
    margin: 20px 0px 15px 0px;
    display: block;
}

@media (max-width: 550px) {
    .possession-title {
        margin-bottom: 0px;
    }

    .big-text {
        font-size: 23px;
        margin: 20px 0px 10px 0px;
        display: block;
    }

    .six-icons.flex {
        margin-top: 60px;
    }

    .grow-young-ohana-section .building-image img {
        margin-bottom: 0px;
    }
}

/* Header.css Styles */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: "Montserrat", sans-serif;
    color: #8b2f5c !important;
}

body input,
select,
p,
span,
table tr td,
a {
    font-family: "Lato", sans-serif;
}

#vertical-slider .item {
    height: 470px;
}

#vertical-slider.owl-loaded .item {
    height: auto;
}

.disclaimer_text p {
    font-size: 12px;
    color: #333333;
    text-align: left;
}

.disclaimer_text.sticky p {
    color: white;
    font-size: 11px;
    line-height: 20px;
}

.disclaimer_text.footer p {
    color: rgb(33, 37, 41);
    margin-bottom: 35px;
}

.disclaimer_text.banner p {
    margin-top: 10px
}

p.sub-lead.sub_heading {
    font-size: 18px !important;
    padding-bottom: 35px;
    color: black;
    font-weight: 500;
}

p.sub-lead.sub_heading.custom_sub_heading_style {
    padding-bottom: 0px;
}

h3.top-title.faqs_heading {
    color: #8b2f5c;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.top-title {
    font-size: 40px;
}

.master_plan_btns a {
    color: white;
    transition: all 0.6s ease;
    text-decoration: none;
    font-size: 20px;
    background: #8b2f5c94;
    padding: 10px 15px;
    border-radius: 10px;
}

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

.tabs_content_plans.active {
    display: block;
}

.tabs_content_plans {
    display: none;
}

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

.plans_main_heading h3 {
    margin-bottom: 35px;
}

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

a.image-popup {
    position: relative;
}

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

a.image-popup img {
    filter: blur(10px);
}

a.image-popup.unblurred-image img {
    filter: none;
}

.view_plan_wrapper .view_plan_btn {
    background: #8b2f5c;
    text-decoration: none;
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
}

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

.view-plan-form label.error {
    position: absolute;
    font-size: 14px;
    color: #d2383f;
    left: 0px;
    bottom: -20px;
}

p.rera_number {
    position: absolute;
    bottom: 140px;
    width: 100%;
    font-size: 12px;
    color: black;
    right: 30px;
    text-align: end;
}

.cf-turnstile div:nth-child(1) {
    text-align: center;
    margin-bottom: 20px;
}

header {
    position: fixed;
    top: 0px;
    z-index: 9;
    width: 100%;
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    backdrop-filter: blur(10px);
    margin: auto;
    left: 0;
    right: 0;
    /* border-radius: 15px; */
    /* border: 1px solid rgb(238 255 239 / 1%); */
    transition: all .2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -webkit-backdrop-filter: blur(10px);
}

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

.navbar-menu ul li {
    list-style: none;
    font-size: 13px;
}

.navbar-menu ul li a {
    text-decoration: none;
    color: black;
    font-weight: 600;
}

.primus-sangam-logo img {
    width: 155px;
}

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

/* .menu_lists {
            display: none;
        } */

header.fixed-header {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    border-radius: 0;
    border: none;
}

.menu_lists {
    opacity: 0;
    visibility: hidden;
    right: -100%;
    position: absolute;
}

.primus-senior-living-logo img {
    width: 145px;
}

.senior-banner {
    position: relative;
    background-image: linear-gradient(rgba(19, 180, 32, 0.48)), url(./assets/images/senior-living-new.webp);
    background-size: cover;
    background-position: center 36%;
    padding: 80px 50px;
    border-radius: 18px;
    overflow: hidden;
    margin: 45px 15px 25px 15px;
}

.banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.banner-left h2 {
    color: #fff !important;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
}

.banner-middle p {
    color: #fff !important;
    font-size: 16px;
    margin-bottom: 6px;
}

.banner-middle h3 {
    color: #fff !important;
    font-size: 24px;
    font-weight: 700;
}

.waitlist-btn {
    display: inline-block;
    padding: 20px 30px;
    background: #fff;
    color: #8b2f5c;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.waitlist-btn:hover {
    background: #8b2f5c;
    color: white;
}

#vertical-slider .gallery-text h2 {
    font-size: 12px;
    text-align: center;
    line-height: initial;
    background: #000000b8;
    color: #fff !important;
    padding: 6px 10px;
    text-decoration: none !important;
    position: relative;
    bottom: 150px;
    border-bottom: none;
    z-index: 4;
    letter-spacing: 1px;
}

.submit_loading_btn.loading {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 100%;
    background: #000000a3;
    /* border-radius: 50px; */
}

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

#stickForm .submit_loading_btn.loading {
    width: 120px;
}

#Banner-form .submit_loading_btn.loading {
    width: 100px;
    border-radius: 5px;
}

#navbarsec .navbar-wrapper {
    margin-top: 0;
    padding: 15px 40px;
}

.owl-nav svg path {
    fill: white;
}

.alert-green {
    color: white !important;
    background-color: #37BC9B !important;
}

#services-slider.owl-carousel .owl-stage {
    display: flex !important;
}

#services-slider.owl-carousel .owl-item {
    display: flex !important;
    height: auto !important;
}

#services-slider.owl-carousel .item {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
}

#vertical-slider .owl-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

#vertical-slider .owl-nav .owl-prev,
#vertical-slider .owl-nav .owl-next {
    background: #8b2f5c;
    padding: 10px 15px;
    border-radius: 10px;
}

button#sticky_enquire_btn {
    font-family: var(--primary-para-font);
    left: -104px;
}

@media (max-width: 1024px) {
    section.banner-section.home-page {
        padding-top: 35px;
    }

    .primus-sangam-logo img {
        width: 110px;
    }

    .primus-senior-living-logo img {
        width: 115px;
    }

    .navbar-menu {
        display: none;
    }

    .menu_btn.btn11 {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .btn11 .icon-left {
        transition-duration: .5s;
        position: absolute;
        height: 4px;
        width: 15px;
        top: 30px;
        background-color: rgba(56, 128, 62, 1);
    }

    .btn11 .icon-right {
        transition-duration: .5s;
        position: absolute;
        height: 4px;
        width: 15px;
        top: 30px;
        background-color: rgba(56, 128, 62, 1);
        left: 15px;
    }

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

    .menu_lists {
        position: absolute;
        top: 75px;
        background-color: white;
        color: black !important;
        width: 100%;
        height: 100Vh;
        z-index: 19;
        right: 120%;
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        opacity: 1;
        border-radius: 25px;
    }

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

    header.fixed-header .menu_lists.active {
        border-radius: 0px;
    }

    .menu_lists.active {
        right: 0;
        width: 100%;
        visibility: visible;
    }

    .menu_lists li a {
        text-decoration: none;
        color: black;
        display: block;
        margin: 10px 0;
        padding-left: 35px;
        font-size: 16px;
    }

    .btn11 .icon-left:before {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: rgba(56, 128, 62, 1);
        content: "";
        top: -10px;
    }

    .btn11 .icon-left:after {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: rgba(56, 128, 62, 1);
        content: "";
        top: 10px;
    }

    .btn11 .icon-right:before {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: rgba(56, 128, 62, 1);
        content: "";
        top: -10px;
    }

    .btn11 .icon-right:after {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: rgba(56, 128, 62, 1);
        content: "";
        top: 10px;
    }

    .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: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.open .icon-left,
    .btn11.open .icon-right {
        transition-duration: .5s;
        background: 0 0;
    }

    header {
        top: 0;
        width: 100%;
        backdrop-filter: none;
        background: #F7F7F7;
        gap: 10px;
        padding: 15px 20px;
    }

    header.fixed-header {
        top: 0;
        width: 100%;
        backdrop-filter: none;
        background: #F7F7F7;
        gap: 10px;
        padding: 15px 20px;
    }

    section#location {
        padding-top: 80px !important;
    }

    .footer-form-box h2 {
        font-size: 25px;
    }

    #services-slider .owl-prev,
    #services-slider .owl-next {
        position: unset;
        inset: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #services-slider .owl-nav {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        gap: 15px;
        margin-top: 15px;
    }

}

@media (max-width:992px) {
    .popup-form {
        width: 95%;
    }

    button.accordion-button {
        line-height: 25px;
    }

    form#view-plan-form h2 {
        font-size: 25px;
    }

    .gallery-slider .owl-prev svg,
    .gallery-slider .owl-next svg {
        height: 25px;
        width: 25px;
    }

    .custom_navigation .owl-prev,
    .custom_navigation .owl-next {
        height: 50px;
    }
}

@media (max-width:768px) {
    p.rera_number {
        position: static;
        text-align: center;
        margin: 0 0 25px 0;
    }

    #vertical-slider img {
        padding: 40px;
        margin-bottom: 20px;
    }

    #vertical-slider .owl-dots {
        margin: 15px 0;
    }

    .owl-nav i {
        font-size: 20px;
    }

    .custom_navigation .owl-prev,
    .custom_navigation .owl-next {
        width: 40px;
        height: 40px;
    }

    .banner-inner {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 15px;
    }

    .banner-left h2 {
        font-size: 24px;
        margin: 22px 0;
    }

    .banner-middle h3 {
        font-size: 20px;
    }

    .senior-banner {
        padding: 25px;
    }

    .banner-middle {
        margin-bottom: 22px;
    }

    .banner-right {
        margin-bottom: 10px;
    }

    section.banner-section.home-page {
        padding-top: 55px;
    }
}

/*New Changes*/