@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');

/* fonts */
@font-face {
    font-family: 'The Seasons';
    src: url('TheSeasonsBoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('TheSeasonsBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('TheSeasonsLightRegular.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('TheSeasonsItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('TheSeasonsLightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('TheSeasonsRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neulis Alt';
    src: url('fonts/NeulisAlt-Medium.woff2') format('woff2'),
        url('fonts/NeulisAlt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neulis Alt';
    src: url('fonts/NeulisAlt-Regular.woff2') format('woff2'),
        url('fonts/NeulisAlt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

.kemps-page {
    font-family: "Lato", sans-serif !important;
    background: #fff;
}

body, body p {
    font-family: "Lato", sans-serif !important;
}

body.dt_portfolio-template.postid-6241 #main > .wf-wrap, 
body.dt_portfolio-template.postid-4449 #main > .wf-wrap,
body.dt_portfolio-template.postid-5315 #main > .wf-wrap{
    width: 100%;
    padding: 0;
}
body.dt_portfolio-template.postid-6241 #main-slideshow{
    display: none;
}
.page-container {
    max-width: 1440px;
    display: block;
    margin: 0 auto;
    padding: 30px;
}

h1, h2, h3, h5{
	font-family: 'Neulis Alt' !important;
	font-weight: normal !important;
}
@media(max-width: 768px) {
    .page-container {
        max-width: 100%;
        padding: 0 16px;
    }
}

.font-seasons {
    font-family: 'Seasons';
}

.font-Aguila {
    font-family: 'Aguila';
}

.border-right-0 {
    border-right: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

swiper-container {
    width: 100%;
    height: 100%;
}

.page-input {
    outline: none;
    box-shadow: none;
}

.page-input::placeholder {
    color: #FFFFFF;
    opacity: 1;
    font-weight: 400;
}

.page-input::-ms-input-placeholder {
    color: #FFFFFF;
    font-weight: 400;
}


/* top banner */
/*.banner-bg-kemps {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.54%, rgba(0, 0, 0, 0.91) 100%);
}

.banner-bg {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 61.98%, rgba(0, 0, 0, 0.91) 100%);
}*/
.bloom-hero{
	justify-content: center;
}
.page-btn {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    border: 1px solid #FFFFFF;
    transition: .4s;
}

.page-btn.text-gray {
    color: #5E5E59;
}

.bg-white-btn {
    background-color: #ff8136;
    color: #fff;
}

.bg-white-btn:hover {
    background-color: transparent;
    color: #FFFFFF;
}

.bg-orange-btn {
    color: #FFFFFF;
    background-color: #ff8136;
    border-color: #ff8136;
}

.bg-orange-btn:hover {
    color: #fff;
    background-color: #ff8136;
    border-color: #ff8136;
}

.outline-white-btn {
    background-color: transparent;
    color: #FFFFFF;
}

.outline-white-btn:hover {
    background-color: #ff8136;
    color: #fff;
    border-color: #ff8136;
}

/* icon box */
.icon-text-box {
    width: 25%;
    border: 1px solid #BABCBE;
    text-align: center;
    padding: 36px 40px;
}

.icon-text-box.kemps .icon-wrap {
    background-color: #FF8136
}

.icon-text-box.kemps .text-1 {
    font-weight: 400;
}

.icon-text-box.kemps .text-2 {
    font-weight: 300;
}

.icon-text-box .icon-wrap {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background-color: #6699BD;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
}

.icon-text-box .text-1 {
    font-weight: 600;
    font-size: 22px;
    line-height: 31.4px;
    margin-bottom: 12px;
    color: #1A667A;
}

.icon-text-box .text-2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #5E5E59;
}

@media (max-width: 1200px) {
    .icon-text-box-wrap {
        padding: 0 16px;
    }

    .icon-text-box {
        width: 50%;
        padding: 36px 40px;
        border: 1px solid #BABCBE !important;
    }

    .icon-text-box .icon-wrap {
        width: 64px;
        height: 64px;
        margin: 0 auto 32px;
    }

    .icon-text-box .icon-wrap img {
        width: 26px;
    }

    .icon-text-box .text-1 {
        font-size: 20px;
        line-height: 28px;
    }

    .icon-text-box .text-2 {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 575.98px) {
    .icon-text-box {
        width: 100%;
    }
}

.suburb-rise-bg-wrap {
    background-image: unset;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* life style */
.lifeStyleSlider {
    padding-bottom: 45px;
}

.lifeStyleSlider .slide-wrap {
    height: 511px;
    width: 100%;
}

.bloomStyleSlider .lifeStyleSlider .slide-wrap {
    height: auto;
}
.mySwiper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; /* hides next/previous slide parts */
}
.mySwiper .swiper-slide {
  width: 100% !important;
  text-align: center;
}
.mySwiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.lifeStyleSlider .slide-wrap .slide-img {
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
}
.swiper-pagination span.swiper-pagination-bullet-active {
    background: #FF8136 !important;
    cursor: initial !important;
    margin-bottom: 4px !important;
}
.swiper-pagination-bullet {
    width: 14px;
    margin: 3px;
}
.swiper-pagination {
    position: relative;
}
.lifeStyleSlider .swiper-wrapper {
    padding-left: calc((100vw - 1440px) / 2 + 30px);
}

.lifeStyleSlider .slide-wrap .text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.29deg, rgba(0, 0, 0, 0) 66.45%, #000000 99.75%);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 40px;
    transition: background-color 0.6s ease;
}

/*.lifeStyleSlider .animate-text {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 45%;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.4s ease, opacity 0.4s ease;
    pointer-events: none;
}*/
p.right_title {
    text-align: right;
}
.lifeStyleSlider .animate-text {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 93%;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.4s ease, opacity 0.4s ease;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
}

.lifeStyleSlider .title {
    font-weight: 700;
    font-size: 26px;
    line-height: 36.4px;
    letter-spacing: -0.4px;
    color: #fff;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translateY(0);
}

.lifeStyleSlider .para {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.4px;

}

.lifeStyleSlider .slide-wrap:hover .animate-text {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.lifeStyleSlider .slide-wrap:hover .text-wrap {
    background: linear-gradient(180.14deg, rgba(0, 0, 0, 0.24) 29.4%, #000000 99.88%);
}

.lifeStyleSlider .slide-wrap:hover .title--opacity {
    opacity: 0;
    transform: translateY(-10px);
}

.swiper-button-next-new {
    width: 64px;
    right: 5.5%;
    position: absolute;
    top: 40%;
    z-index: 10;
    cursor: pointer;
}

.swiper-button-prev-new {
    width: 64px;
    left: 5.5%;
    transform: rotate(180deg);
    position: absolute;
    top: 40%;
    z-index: 10;
    cursor: pointer;
}

.swiper-button-next-new.swiper-button-disabled,
.swiper-button-prev-new.swiper-button-disabled {
    opacity: 0;
}

.swiper-button-prev-new:after,
.swiper-button-next-new:after {
    display: none;
}

.swiper-scrollbar {
    background: #FFF2E7;
    bottom: 0 !important;
    left: calc((100vw - 1440px) / 2 + 30px) !important;
}

.swiper-scrollbar.kemps {
    background: #F4F7EC;
}
.swiper-scrollbar .swiper-scrollbar-drag {
    background: #5E5E59;
}

.swiper-scrollbar.kemps .swiper-scrollbar-drag {
    background: #FF8136;
}

@media (max-width: 768px) {
    .lifeStyleSlider .slide-wrap {
        height: 380px;
    }

    .lifeStyleSlider {
        padding-bottom: 24px;
    }

    .lifeStyleSlider .swiper-wrapper {
        padding-left: 0px;
    }

    .lifeStyleSlider .slide-wrap .text-wrap {
        padding: 24px;
    }

    .lifeStyleSlider .animate-text {
        left: 24px;
        bottom: 24px;
        width: 80%;
        color: #fff;
    }

    .lifeStyleSlider .title {
        font-size: 20px;
        line-height: 27.3px;
        letter-spacing: -0.3px;
    }

    .swiper-button-next-new {
        width: 32px;
        right: 16px;
    }

    .swiper-button-prev-new {
        width: 32px;
        left: 16px;
    }

    .swiper-scrollbar {
        left: 16px !important;
    }
}

/* Image Text Slider */
.imgTextSlider .swiper-wrapper {
    padding-left: calc((100vw - 1440px) / 2 + 30px);
}

.imgTextSlider .text-wrap .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 50.4px;
    letter-spacing: -0.4px;
    color: #5E5E59;
    margin-bottom: 16px;
}

.imgTextSlider .text-wrap .para {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.4px;
    color: #48494B;
}

@media (max-width: 768px) {
    .imgTextSlider .swiper-wrapper {
        /*padding-left: 16px;*/
    }

    .imgTextSlider .text-wrap .title {
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 8px;
    }

    .imgTextSlider .text-wrap .para {
        font-size: 14px;
        line-height: 1.6;
    }
}


.animated-bg-kemps {
  background: linear-gradient(-270deg, #FF8136, #ffffff, #FF8136);
  background-size: 400% 100%;
  animation: bg-slide 5s ease-in-out infinite;
}

.animated-bg {
  background: linear-gradient(270deg, #DCD846, #ffffff, #DCD846);
  background-size: 400% 100%;
  animation: bg-slide 5s ease-in-out infinite;
}

@keyframes bg-slide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.enquire-tag {
    position: fixed;
    right: -87px;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    width: 238px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    background-color: #f5f5f5;
    z-index: 5;
    gap: 10px;
}

.enquire-tag img {
    width: 40px;
}

.enquire-tag p {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
}
a.giuy, .contact-call-btn {
    background: #FF8136;
    padding: 12px 30px;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}
.contact-call-btn{
    padding: 0px;
    display: inline-block;
}
.contact-call-btn b {
    float: left;
}
.bloom-call-btn {
    background: #FF8136;
    color: #fff;
    border: 1px solid #FF8136;
    transition: .4s;
}
.kemps-call-btn-new {
    background: #FF8136;
    color: #fff;
    border: 1px solid #FF8136;
    transition: .4s;
    padding: 10px 20px;
	margin-right: 15px;
}
.bloom-call-btn:hover{
    background: transparent;
    color: #FF8136 !important;
    border: 1px solid #fff;
}
.kemps-call-btn-new:hover {
    background: #fff;
    color: #FF8136 !important;
    border: 1px solid #FF8136;
}
.bloom-stlye-bg{
	background-image: url('https://castlegroup.arimac.tech/wp-content/uploads/2025/10/bg.jpg');
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.overlay-bllom {
    background: #1A667ACC;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
div#nchapter .kemps-call-btn-new:hover {
    background: transparent;
    color: #FF8136;
    border: 1px solid #FF8136;
}
.right a {
    background: #FF8136;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    padding: 8px;
    display: inline-flex;
}
.right a img{
	margin-left: 5px;
}
.image-wrap{
	position: relative;
}
.image-title-wrap {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-content: center;
    align-self: center;
    align-self: center;
    align-items: center;
    position: absolute;
    width: 96%;
    bottom: 0;
}
.image-title-wrap .left{
	color: #fff;
	font-weight: bold;
}
p.text-1 {
    color: #FF8136;
    font-weight: 700 !important;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.left-inner {
    font-weight: 300;
    font-size: 14px;
    display: inline-flex;
    line-height: 0;
    align-items: center;
    margin-right: 12px;
    margin-bottom: 15px;
}
.left-inner img{
	margin-right: 5px;
}
.para-wrap {
    display: flex;
    justify-content: space-between;
}
.para-wrap p b{
	font-size: 16px;
}
p.rightp{
	margin-bottom: 5px;
}
p.rightk{
	font-weight: 300 !important;
	font-size: 16px;
}
.para-wrap .right{
	text-align: right;
}
.bool-text-box {
    margin: 15px;
}
.para-wrap .left {
    width: 50%;
}
.bool-text-box {
    margin: 15px;
    width: 31%;
}
.contact-inner{
    background-image: url(/wp-content/uploads/2025/11/Frame-1853320279.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.kemps-call-btn-new-border{
	background: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: .4s;
    padding: 10px 20px;
}
.kemps-call-btn-new-border:hover{
	background: #FF8136;
    color: #fff;
    border: 1px solid #FF8136;
}
.left-con {
    display: inline-block;
    margin-right: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.left-con p, span.con-po{
    color : #fff;
}
span.con-po{
	font-size: 20px;
	margin-bottom: 20px;
	display: inline-block;
}
span.con-po {
    font-weight: 500 !important;
}
p.xd{
	font-weight: 600 !important;
}
.ret-heade{
	font-family: "Lato", sans-serif !important;
	font-weight: 700 !important;
}
.en-topday {
    margin-top: 30px;
}
.bool-text-box p.text-1, .icon-text-box .text-1 {
    font-family: 'Neulis Alt' !important;
}
.icon-text-box .text-1 {
    font-weight: normal !important;
}
.left-con p, p.ctyi, p.contact-oi{
	font-weight: 300 !important;
}
.contact-oi {
    text-align: left;
}
.contact-oi span.con-po{
	color: #202020;
}
.contact-oi p{
	margin-bottom: 20px;
	font-size: 16px;
}
.contact-oi ul {
    display: flex;
}
.contact-oi ul li {
    display: inline-flex;
    margin-right: 8px;
    align-items: center;
}
.postid-6241 footer#footer, .postid-6241 .mobile-header-bar{
	display: none;
}
/* navigation */
.nav-wrap {
    top: 0;
    left: 0;
    background: #FFFFFF;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    z-index: 20;
}
.nav-wrap .nav-inner {
    width: 88.89%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.nav-wrap .nav-inner .left-section {
    gap: 80px;
}
.nav-wrap .nav-inner .logo img {
    width: 138px;
}
.nav-wrap .nav-inner .menu-wrap {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 62px;
    padding: 0;
    margin: 0;
}
.nav-wrap .nav-inner .menu-wrap .menu-item {
    position: relative;
}
.nav-wrap .nav-inner .menu-wrap .menu-item a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.4px;
    color: #202020;
    text-decoration: none;
    transition: 0.3s; 
}
.nav-wrap .nav-inner .menu-wrap .menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #ff8136;
  transition: width 0.3s ease; 
}
.nav-wrap .nav-inner .menu-wrap .menu-item a:hover {
    color: #ff8136;
}
.nav-wrap .nav-inner .menu-wrap .menu-item a:hover::after {
  width: 100%;
}
.nav-wrap .nav-inner .page-btn {
    padding: 6px;
    min-height: 40px;
    min-width: 106px;
    font-weight: 500;
}
.nav-wrap .nav-inner .menu-icon {
    display: none !important;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 8px;
    background: transparent;
}
.nav-wrap .nav-inner .menu-icon:hover .bar {
    background-color: #C49A6C;
}
.nav-wrap .nav-inner .menu-icon .bar {
    width: 32px;
    height: 2px;
    background-color: #202020;
    transition: .4s;
}
.enquire-btn {
    text-decoration: none;
    text-align: center;
}
.bg-black-btn {
    background: #ff8136;
    color: #FFFFFF;
    border: 1px solid #ff8136;
    transition: .4s;
}
.g-container{
	padding: 5px;
}
.nav-wrap .nav-inner .page-btn:hover{
	color: #fff;
}
.nav-wrap .nav-inner .page-btn.bg-black-btn:hover{
    background: #fff;
    color: #ff8136;
    border: 1px solid #ff8136;
}
.copyrights {
    border-top: 1px solid #EBEBEB;
}
.auto-scroll {
    width: 100%;
    text-align: center;
    z-index: 999;
    position: relative;
    margin-top: -72px;
    padding-bottom: 30px;
    animation: bounce 2s infinite;
	margin-left: 50%;
}
.auto-scroll img {
    margin: 0 auto;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease;
}
.auto-scroll img:hover {
  transform: translateY(-5px);
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0);
  }
  40% {
    transform: translate(-50%, -10px);
  }
  60% {
    transform: translate(-50%, -5px);
  }
}
.show-desktop{
	display: block;
}
.show-mobile{
	display: none;
}
.lifeStyleSlider .swiper-pagination{
	display: none;
}
.sidebar.active {
    left: 0;
}
.sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: #FFFFFF;
    color: #FFFFFF;
    overflow-y: auto;
    transition: left 0.3s ease;
    z-index: 1000;
}
.sidebar .menu-item.show {
    opacity: 1;
    transform: translateY(0);
}
.sidebar .menu-item {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: -0.4px;
    font-weight: 500;
    color: #202020;
    padding: 0 0 16px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.sidebar.active {
    left: 0;
    display: block;
}
.sidebar .close-btn {
    position: absolute;
    top: 24px;
    right: 20px;
    background-color: transparent;
    padding: 0;
    font-size: 56px;
    font-weight: 100;
    line-height: 0;
    color: #202020;
    height: 24px;
}
.sidebar .close-btn:hover {
    color: #C49A6C;
}
.sidebar .menu {
    list-style: none;
    padding: 24px;
    margin: 0;
}
.sidebar .logo-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 24px;
}
.sidebar .logo-wrap img {
    width:40%;
}
.desktop-hero{
	display: inline-block;
}
.mobile-hero{
	display: none;
}
.banner-bg-kemps {
    background: unset;
}
.ret br{
    display: none;
}
.desktop-wording{
    display: block;
}
.mobile-wording{
    display: none;
}
.imgTextSlider .swiper-scrollbar.kemps {
    background: #b2b3b0;
    display: none;
}
.withoutanimation {
    width: 93%;
    display: flex;
    position: absolute;
    justify-content: space-between;
    bottom: 30px;
}
.withoutanimation p.right_title{
    color: #fff;
	font-size: 9px;
    line-height: 12px;
    color: #FFFFFF;
    font-weight: 500;
    width: 157px;
    font-style: italic;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translateY(0);
}
span.spacer {
    display: inline-block;
    width: 100% !important;
    margin-bottom: 10px !important;
}
.hbspt-form .hs-button:hover, #hs-form-iframe-0 .hs-button:hover, input[type="submit"].hs-button:hover {
    background-color: #0056b3 !important; 
    color: #ffffff !important; 
    border-color: #0056b3 !important; 
}
@media (min-width: 1024px) {
    .lifeStyleSlider, .imgTextSlider {
        margin-left: 30px;
    }
}
@media(max-width:1366px){
	.bool-text-box {
		margin: 15px;
		width: 30.5%;
	}
	.swiper-scrollbar {
		left: 0px !important;
	}
}
@media(max-width:1200px){
	.bool-text-box {
		width: 30.5%;
	}
}
@media (max-width: 1024px) {
	.bool-text-box {
		width: 30%;
	}
	.icon-text-box {
        width: 33%;
		padding: 35px 30px;
    }
	.suburb-rise-bg-inner {
		padding-top: 0 !important;
	}
	.left-con {
        margin-right: 30px !important;
		margin-top: 15px;
        margin-bottom: 20px;
 
    }
	.sidebar .logo-wrap img {
		width: 32%;
	}
	/*.swiper-slide {
		margin-left: 32px;
		margin-right: 0 !important;
	}
	.mySwiper .swiper-slide {
		margin-left: 0px;
		margin-right: unset !important;
	}
	.swiper-scrollbar {
		left: 0px !important;
		width: 90% !important;
	}
	.lifeStyleSlider .swiper-wrapper {
		padding-left: 75px;
	}*/
	.mobile-hero{
		display: block;
	}
	.desktop-hero{
		display: none;
	}
	.bloom-hero {
		margin-bottom: 130px;
	}
	.lifeStyleSlider, .imgTextSlider {
        margin-right: 30px;
    }
}
@media (max-width: 992px) {
    .nav-wrap .nav-inner .menu-icon {
        display: flex !important;
    }
	.nav-wrap .nav-inner .menu-wrap {
        display: none;
    }
	.desktop-hero, .auto-scroll{
		display: none;
	}
	.bool-text-box {
		width: 45.5%;
	}
	a.page-btn.bg-black-btn.enquire-btn{
		display: none;
	}
	li.menu-item.show a.page-btn.bg-black-btn.enquire-btn{
		display: block;
		padding-top: 10px;
	}
	.swiper-scrollbar {
		left: 0px !important;
		width: 90% !important;
	}
	/*.swiper-slide {
		margin-left: 32px;
		margin-right: 0 !important;
	}
	.mySwiper .swiper-slide {
		margin-left: 0px;
		margin-right: unset !important;
	}*/
	.bloom-hero {
		margin-bottom: 30px;
	}
	.lifeStyleSlider, .imgTextSlider {
        margin-right: 30px;
		margin-left: 30px;
    }
}
@media (max-width: 960px) {
    .bool-text-box {
        width: 45%;
    }
}
@media (max-width: 767px) {
    .enquire-tag {
        width: 133px;
        height: 36px;
        right: -49px;
    }

    .enquire-tag p {
        font-size: 12px;
        line-height: 13px;
    }

    .enquire-tag img {
        width: 22px;
    }
	p.xd {
    	font-weight: 400 !important;
	}
	.en-topday {
		margin-top: 0;
	}
	.bool-text-box {
		width: 100%;
		margin: 0;
	}
	.show-desktop, .lifeStyleSlider .swiper-scrollbar.kemps, .nav-wrap .nav-inner .page-btn{
		display: none !important;
	}
	.show-mobile{
		display: block;
		overflow: hidden;
	}
	.icon-text-box-wrap {
        padding: 0;
    }
	.right a img {
		width: auto;
	}
	p.rightk, .para-wrap p b  {
		font-size: 16px;
	}
	.show-mobile .swiper-scrollbar, .show-mobile .swiper-scrollbar-drag {
		height: 2px !important;
	}
	.mySwipertwo .swiper-scrollbar, .imgTextSlider .swiper-scrollbar{
        margin-right: 10px !important;
        margin-left: 0 !important;
        width: auto;
        background:#FFE9DC;
		left: 0px !important;
    }
    .imgTextSlider .swiper-scrollbar{
        margin-left: 10px !important;
    }
	.left-con {
		margin-right: 15px !important;
		margin-top: 0px;
		margin-bottom: 25px;
	}
	span.con-po {
		margin-bottom: 0px;
	}
	span.con-po {
		margin-bottom: 9px;
	}
	.mobile-center{
		text-align: center;
	}
	.contact-oi {
		text-align: center;
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	span.con-po {
    	font-size: 18px;
	}
	.left-con p{
		font-size: 14px;
	}
	.social-f {
        display: inline-flex;
        align-items: center;
        margin-bottom: 30px;
    }
	.social-f span.con-po {
        margin-bottom: 0px;
    }
	.contact-oi ul{
		margin-left: 15px;
	}
	.swiper-scrollbar, .swiper-scrollbar-drag {
		height: 2px !important;
	}
	.lifeStyleSlider .swiper-pagination{
		display: block;
	}
	.icon-text-box-wrap {
        padding: 10px;
    }
	.icon-text-box {
        width: 50%;
        padding: 20px 20px;
        border: 1px solid #BABCBE !important;
    }
	.icon-text-box .text-1 {
        font-size: 16px;
        line-height: 20px;
    }
	div#visit iframe{
		height: 311px;
	}
	.disclaimer{
		text-align: justify;
	}
	.suburb-para p br{
	    display: none;
	}
	.ret br{
        display: block;
    }
    .desktop-wording, p.right_title br{
        display: none;
    }
    .mobile-wording{
        display:inline-block;
        width: 100%;
    }
    .mobile-wording span {
        line-height: 1.5;
        padding: 0;
        margin: 0;
        margin-top: 0px;
        float: left;
        width: 100%;
    }
    .lifeStyleSlider .animate-text {
        display: none;
    }
    p.right_title {
        text-align: left;
    }
    .imgTextSlider .swiper-scrollbar.kemps {
        display: block;
    }
	.withoutanimation {
		display: inline;
	}
	/*.lifeStyleSlider .swiper-wrapper {
        padding-left: 0;
    }
	.swiper-slide {
        margin-left: 0px;
        margin-right: 0px !important;
    }
	.lifeStyleSlider .swiper-slide {
        margin-left: 0px;
    }
	.mySwipertwo .swiper-slide{
        margin-left: 1px;
    }
	.mySwipertwo .swiper-wrapper {
		overflow: hidden;
	}
	.imgTextSlider .swiper-wrapper {
    	overflow: hidden;
	}
	.imgTextSlider .swiper-slide {
        width: 100% !important;
		margin-left: 0px;
        margin-right:0px !important;
    }*/
	.lifeStyleSlider, .imgTextSlider {
        margin-right: 30px;
    }
}
@media (max-width: 600px) {
	.left-con {
		margin-right: 0px !important;
	}
}
