a.quicklink_trigger {
   display: none;
    font-size: 14px;
    position: relative;
    z-index: 0;
    padding: 10px 16px;
    font-weight: bold;
    transform: rotate(-90deg);
    left: -101px;
    width: 150px;
    top: 85px;
    border-radius: 0;
    text-decoration: none;
    color: var(--white);
    font-family: 'Plus Jakarta Sans';
    font-weight: bold;
    text-align: center;
    border: 1px solid var(--orange);
    background: var(--orange);
}

.side-navigation {
    width: 130px;
    position: absolute;
    padding: 20px 0;
    background-color: #F8F8F8;
     top: 335px;
     z-index: 1;
     transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.quicklink_div .closemenu {
    display: none;
}

.side-navigation.fixed {
    top:160px;
    position: fixed;
    
}

.side-navigation.bottom {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    opacity: 0;
}

.side-navigation ul.c-ul>li>a {
    font-size: 12px;
    color: #7E8081;
    line-height: 100%;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    letter-spacing: normal;
    text-transform: capitalize;
}
.side-navigation ul.c-ul{
    margin-bottom: 0;
}
.side-navigation ul.c-ul li{margin-bottom: 0;}

.side-navigation ul.c-ul>li>a {
    padding: 9px 10px 9px 30px;
    position: relative;
    display: block;
}
.side-navigation ul.c-ul>li:last-child>a {border-bottom: 0;}
.side-navigation ul.c-ul>li>a:hover{color: var(--orange);}
.side-navigation ul.c-ul>li>a:before {
  position: absolute;
    content: "";
    width: 2px;
    height: 14px;
    background-color: transparent;
    right: 2px;
    top: 9px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.side-navigation ul.c-ul>li>a.active-section , .side-navigation ul.c-ul>li>a:hover {color: var(--orange);}
.side-navigation ul.c-ul>li>a:hover:before , .side-navigation ul.c-ul>li>a.active-section:before{background-color: currentColor;}

.page-theme-blue .side-navigation ul.c-ul>li>a.active-section , 
.page-theme-blue .side-navigation ul.c-ul>li>a:hover {color: var(--blue);}

.option-left{width: 420px;padding: 0 40px 0 35px;border-left: 1px solid #E6E6E6;}
.option-right{width: calc(100% - 420px);}
.rating-star{
    background: #FFEBD4;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 9px 18px;
    clip-path: polygon(100% 0%, 97% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    max-width: 320px;
    margin: 15px 0 30px;
}


.total-areas dl{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    max-width: 340px;
}
        .total-areas dt, .total-areas dd {
            text-align: left;
            margin: 0px;
             font-size: 16px;
             font-weight: 500;
             color: var(--secondary);
        }

        .total-areas dt {
            width: 40%;  
        }
        .total-areas dd {
            width: 60%;
            color: var(--dark-gray);
            font-weight: bold;
                text-align: right;
        }

        .total-areas dl:first-child{
            max-width: 310px;
            margin-bottom: 35px;
        }

        .total-areas dl:first-child dt , 
        .total-areas dl:first-child dd{
            font-size: 16px;
            font-weight: 500;
            color: var(--secondary);
        }
        .total-areas dl:first-child dt span, 
        .total-areas dl:first-child dd span {
            font-size: 20px;
            font-weight: bold;
            color: var(--dark-gray);
            display: block;
        }
        .total-areas dl:nth-child(2) dt, 
        .total-areas dl:nth-child(2) dd{
            padding-bottom: 16px;
            margin-bottom: 16px;
            border-bottom: solid #E6E6E6 1px;
        }


.total-areas .mCustomScrollBox{
      width: 100%;
}
.total-areas dl.mCustomScrollbar {
    height: 240px;
}
.mCSB_scrollTools{
  width: 4px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar , 
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #ACACAC;
    border-radius: 0;
    left: -1px;
    width: 4px;
}
.mCSB_scrollTools .mCSB_draggerContainer{
    background: #D1D1D1;
    width: 2px;
}
.mCSB_scrollTools .mCSB_draggerRail{

  background-color: transparent;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
  height: 41px;
  background-color: #ACACAC;
}
.mCSB_scrollTools .mCSB_dragger{
  height: 41px !important;
}
.mCSB_inside > .mCSB_container{
  margin-right: 0;
  padding-right: 30px;
  display: flex;
  flex-wrap: wrap;
}
.content-section:not(:last-child) {margin-bottom: 100px;}
.option-left .button{
    min-width: 310px;
}

.plan-badge{
    position: absolute;
    top: 0;
    left: 40px;
    padding: 27px 8px 35px;
    background: #CADA2A;
    max-width: 98px;
    text-align: center;
    color: var(--dark-gray);
    clip-path: polygon(0 0, 100% 0%, 100% 88%, 50% 100%, 0 88%);
}
.plan-badge .heading-24{text-transform: uppercase;margin-bottom: 4px;;}
.plan-badge p{margin-bottom: 0;font-size: 12px;line-height: 14px;    font-weight: 600;}

.photo-gallery-slider-wrap .button-group{
    position: absolute;
    bottom: 40px;
    right: 40px;
}

/*.slick-arrow .slick-prev, .slick-arrow .slick-next{

}*/
.photo-gallery-slider-wrap:before{
  content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent 58%, hsl(0deg 0% 0% / 60%));
    z-index: 1;
}

.photo-gallery-slider-js .slick-arrow {
    border-color: #fff;
    width: 35px;
    height: 35px;
    top: inherit;
    bottom: 20px;
}
.photo-gallery-slider-js button.slick-arrow::before{
    color: var(--white);
}

.photo-gallery-slider-js .slick-prev{
    left: 40px;
}
.photo-gallery-slider-js .slick-next{
    right: inherit;
    left: 98px;
}

.cm-wrap:has(.side-navigation.fixed) .content-section {
    position: relative;
    top: 180px;
}


.fixed-button{
    position: fixed;
    top: 30%;
    right: 0;
    column-gap: 10px;
    z-index: 1;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
}
.fixed-button .button{
    width: 200px;
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    background: var(--white);
}
.page-template-page-property-investment .fixed-button .button.btn-blue{
  background: var(--blue);
}

/* **************  gallery ************** */
/* .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.show{display: none;}

.gallery-modal.open {
	visibility: visible; /* Show gallery when opened */
/* 	opacity: 1;
	top:0; */
/* 	transform: translateY(0%); */

	/* Default position */
}
/* 

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
} 

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
} */



/* ************** || CUSTOM BUILD || ************** */
.custom-build-wrapper .panel-left{padding-right: 100px;}
.custom-build-list .custom-row{display: flex;flex-wrap: wrap;}
.custom-build-list .custom-row:not(:last-child){border-bottom: 1px solid #E6E6E6;padding-bottom: 50px;margin-bottom: 50px;}
.custom-build-list .custom-row .custom-icon{width: 80px;}
.custom-build-list .custom-row .custom-detail{width: calc(100% - 80px);padding-left: 60px;}
.custom-build-list .custom-row .custom-detail .heading-20{margin-bottom: 12px;}
.custom-build-list .custom-row .custom-detail p{line-height: 26px;}
.custom-build-list .custom-row .custom-detail p:last-of-type{margin-bottom: 0;}



.label-size{
  font-weight: bold;
}

#custom-gallery .resp-tabs-list li[data-tab="1"].resp-tab-item.resp-tab-active{
  color: var(--orange);
}
#custom-gallery .resp-tabs-list li[data-tab="1"].resp-tab-item.resp-tab-active:after{
    border-bottom: 1px solid var(--orange);
}
#custom-gallery .resp-tabs-list li[data-tab="1"].resp-tab-active .title_xs:before{
    border-top: 5px solid var(--orange);
}





/* *********|| MEDIA QUERY ||********* */

@media (min-width: 1200px) {
    .content-section .container {
        max-width: 100%;
        margin-left: auto;
        padding-left: 130px;
        margin-right: 10px;
    }
}
@media(min-width: 1600px) {
    .content-section .container {
        max-width: calc(1546px - 130px);
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
    }
}

@media screen and (max-width: 1199.98px) {
    .option-left {width: 350px;padding: 0 30px 0 0;border-left: 0;}
    .option-right {width: calc(100% - 350px);}
    .plan-badge{left: 20px;padding: 15px 8px 26px;}
    .photo-gallery-slider-wrap .button-group {position: absolute;bottom: 20px;right: 20px;}
    .photo-gallery-slider-js .slick-arrow{bottom: 0;}
    .photo-gallery-slider-js .slick-prev {left: 20px;}
    .photo-gallery-slider-js .slick-next {right: inherit;left: 72px;}
    .total-areas dl:first-child {max-width: 100%;margin-bottom: 20px;}
    .total-areas dl:nth-child(2) dt, .total-areas dl:nth-child(2) dd {padding-bottom: 10px;margin-bottom: 10px;}
    .custom-build-list .custom-row .custom-icon {width: 50px;}
    .custom-build-list .custom-row .custom-detail {width: calc(100% - 50px);padding-left: 20px;}
    .custom-build-wrapper .panel-left{padding-right: 30px;}
    .custom-build-list .custom-row:not(:last-child) {padding-bottom: 25px;margin-bottom: 25px;}
    .content-section:not(:last-child) {margin-bottom: 50px;}
    .rating-star{margin: 15px 0;line-height: 20px;}
    a.quicklink_trigger {display: block;}
    .quicklink_div {width: 160px;right: -160px;position: fixed;transition: all ease-out .3s !important;-webkit-transition: all ease-out .3s !important;-moz-transition: all ease-out .3s !important;-ms-transition: all ease-out .3s !important;z-index: 9;top: 110px;}
    .quicklink_div .closemenu {display: block;position: absolute;top: 10px;right: 10px;z-index: 1;}
    .quicklink_div.slide {right: 0;background: var(--dark-gray);padding: 10px 0 0 0;height: 38px;}
    .commercial-left {margin-bottom: 0;background: var(--dark-gray);}
    .quicklink_div .closemenu>img {margin-left: auto;filter: invert(0) brightness(100);}
    .content-section .container{padding-left: 0;}
    .side-navigation{top:22px;width: 100%;background: var(--dark-gray);}
    .side-navigation ul.c-ul>li>a{color: var(--light-gray);}
    .content-section .container{padding-left: 15px;}
    .side-navigation.fixed {top: 140px;}
    .quicklink_div.bottom{
    	display: none;
    }

    .mCSB_inside>.mCSB_container{
      padding-right: 0;
    }

  }

@media screen and (max-width: 991.98px) {
      .option-left {width: 100%;padding: 0;}
      .option-right{width: 100%;margin-top: 30px;}
      .custom-build-wrapper .panel-left {padding-right: 0;}
      .total-areas dl , .total-areas dl:first-child{max-width: 100%;}
      .total-areas dl.mCustomScrollbar {height: auto;}  
}
@media screen and (max-width: 767.98px){
  .fixed-button{
    top: inherit;
    column-gap: 0;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    -webkit-transform: inherit;
    bottom: 0;
    width: 100%;
    flex-wrap: inherit;
  }
  .fixed-button .button {width: 100%;text-align: center;}
  .fixed-button .button > img , .fixed-button .button span.icon{display: none;}
  .page-template-page-our-range-detail, .page-template-page-property-investment{padding-bottom: 50px;}
}
@media screen and (max-width: 575.98px) {
  .custom-build-list .custom-row .custom-icon {width: 40px;}
  .custom-build-list .custom-row .custom-detail {width: calc(100% - 40px);padding-left: 10px;}
  .custom-build-list .custom-row .custom-detail .heading-20 {margin-bottom: 12px;font-size: 16px;}

  .total-areas dl:first-child dt span, .total-areas dl:first-child dd span {font-size: 16px;}
  .total-areas dl:first-child dt, .total-areas dl:first-child dd , .total-areas dt, .total-areas dd{line-height: 20px;}
  .fixed-button .button{padding:10px 25px;}

  .plan-badge {left: 20px;padding: 8px 8px 15px;}
  .plan-badge .heading-24{font-size: 14px;}
  .photo-gallery-slider-wrap .button-group [class*="btn-"]{min-width: 120px;font-size: 12px;}
  .photo-gallery-slider-wrap .button-group [class*="btn-"] img{display: none;}
}