.container {
  padding: 0px;
}
.placeholder.placeholder-cstm {
    background-color: transparent;
    opacity: 1;
    cursor: default !important;
}
.largest_satelite_city.calc_cstm {
    min-height: 1600px;
    padding-top: 155px;
}
.bca-rs-bg-fullscreen-page {
    width: 100%;
    height: 100vh;
  }
#Footer .widgets_wrapper .container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
@media only screen and (min-width: 960px) and (max-width: 1239px) {
  #Footer .widgets_wrapper .container {
    width: 940px;
  } 
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
   #Footer .widgets_wrapper .container {
    width: 708px;
  }  
}

@media only screen and (max-width: 767px) {
    #Footer .widgets_wrapper .container {
        width: 260px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #Footer .widgets_wrapper .container {
       width: calc( 100% - 67px ) !important;   
    }
}

@media only screen and (max-width: 767px) {
    .bca-rs-bg-fullscreen-page {
      background-color: #ffffff;
      background-image: none;
    }
  }
  
  .bca-rs-content-popup-outdate {
    position: fixed;
    width: 100%;
    bottom: 0;
    transition: bottom 0.3s;
    z-index: 10;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-content-popup-outdate.active {
      display: none;
    }
  }
  
  .bca-rs-btn-close-out-date {
    width: 25px;
    height: 25px;
    padding: 5px 7px;
    background-color: #6C919C;
    font-size: 10px;
    color: #ffffff !important;
    text-align: center;
    cursor: pointer;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-btn-close-out-date {
      width: 22px;
      height: 22px;
      padding: 5px 6px;
      font-size: 9px;
    }
  }
  
  .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
  }
  
  .swiper-wrapper__center {
    justify-content: center;
    margin: 0 auto;
  }
  
  .swiper-nav-display-sm .swiper-button-prev,
  .swiper-nav-display-sm .swiper-button-next {
    display: block;
  }
  
  .swiper-button-prev {
    left: -24px;
  }
  
  .swiper-button-next {
    right: -24px;
  }
  
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
    display: block;
    font-weight: 700;
    padding: 12px 16px;
    border-radius: 40px;
    background-color: #ffffff;
    color: #6C919C !important;
    fill: #6C919C !important;
    stroke: #6C919C !important;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    outline: none;
    z-index: 5;
    -webkit-user-select: none;
    user-select: none;
  }
  
  @media (max-width: 991.98px) {
    .swiper-button-prev,
    .swiper-button-next {
      display: none;
    }
  }
  
  .swiper-navigation-transparent .swiper-button-prev {
    left: 10px !important;
  }
  
  .swiper-navigation-transparent .swiper-button-next {
    right: 10px !important;
  }
  
  .swiper-navigation-transparent .swiper-button-prev,
  .swiper-navigation-transparent .swiper-button-next {
    opacity: 0.6;
    transition: opacity 0.2s ease-in;
  }
  
  .swiper-navigation-transparent:hover .swiper-button-prev,
  .swiper-navigation-transparent:hover .swiper-button-next {
    opacity: 1;
  }
  
  .swiper-navigation-transparent-0 .swiper-button-prev,
  .swiper-navigation-transparent-0 .swiper-button-next {
    opacity: 0;
    transition: opacity 0.2s ease-in;
  }
  
  .swiper-navigation-transparent-0:hover .swiper-button-prev,
  .swiper-navigation-transparent-0:hover .swiper-button-next {
    opacity: 1;
  }
  
  @media only screen and (min-width: 1200px) {
    .swiper-navigation-transparent-0:hover .swiper-button-prev,
    .swiper-navigation-transparent-0:hover .swiper-button-next {
      display: inline-flex;
    }
  }
  
  .swiper-img-object-fit .swiper-slide img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  
  .swiper-img-object-fit .swiper-slide:first-child img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .bca-rs-card-load-more {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: 300px;
    background: #e7eef4;
  }
  
  .bca-rs-icon-load-more {
    width: 40px;
    height: 40px;
    margin: auto;
    padding: 11px 16px;
  }
  
  .swiper .swiper-indicator {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 12px;
    padding: 2px 10px;
    background: #fff;
    color: #000;
    font-weight: 600;
  }
  
  .bca-rs-select2-customize .select2-results__option {
    padding: 8px 10px !important;
  }
  
  .bca-rs-select2-customize
    .select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #6C919C !important;
    font-size: 12px;
  }
  
  .bca-rs-select2-customize .select2-container {
    width: 100% !important;
  }
  
  .bca-rs-select2-customize .select2-dropdown {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.03), 0 0 10px 0 rgba(0, 0, 0, 0.03) !important;
    border: none !important;
  }
  
  .bca-rs-select2-customize
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 8px 10px !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #303030;
  }
  
  .bca-rs-select2-customize
    .select2-container--default
    .select2-selection--single {
    height: 38px;
    padding-bottom: 1rem;
    border: 1px solid #c4d4e0 !important;
    border-radius: 3px;
    outline: none !important;
  }
  
  .bca-rs-select2-customize
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding: 8px 10px;
  }
  
  .bca-rs-select2-customize
    .select2-container--default
    .select2-results__option--selected {
    padding: 8px 10px;
    background-color: #ffffff !important;
    color: #303030 !important;
  }
  
  .bca-rs-select2-customize
    .select2-results__option--highlighted.select2-results__option--selectable {
    padding: 8px 10px !important;
  }
  
  .bca-rs-select2-customize
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 2px;
    right: 10px;
  }
  
  .bca-rs-select2-customize
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #6C919C transparent transparent transparent !important;
    border: solid #6C919C !important;
    border-width: 0 2px 2px 0 !important;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #6C919C;
  }
  
  .bca-rs-select2-customize
    .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .bca-rs-select2-customize .select2-search {
    background-color: #ffffff !important;
  }
  
  .bca-rs-select2-customize .select2-search input {
    background-color: #ffffff !important;
  }
  
  .bca-rs-select2-customize .select2-results {
    background-color: #ffffff !important;
  }
  
  .bca-rs-select2-customize .select2-choice {
    background-color: #ffffff !important;
  }
  
  .bca-rs-select2-customize
    .select2-container--default
    .select2-selection--single {
    background-color: #ffffff !important;
    border: none;
  }
  
  .bca-rs-select2-customize .select2-results__option--highlighted {
    color: #303030 !important;
    background-color: rgba(0, 0, 0, 0.03) !important;
  }
  
  .select2-results__option {
    font-size: 13px;
    text-align: center;
  }
  
  .select2-dropdown {
    border: 1px solid #eee;
  }
  
  .ui-slider {
    height: 4px;
    border-radius: 0px;
    margin-left: 12px;
    background: #d4d4d4;
    border: none !important;
  }
  
  .ui-slider .ui-widget-header {
    background-color: #6C919C;
  }
  
  .ui-slider .ui-state-default {
    border: none;
    top: -0.5em;
    position: relative;
  }
  
  .ui-slider .ui-state-default:before {
    width: 16px;
    height: 16px;
    background: #6C919C;
    border-radius: 50%;
    content: "";
    position: absolute;
    border: 2px solid white;
    box-shadow: 0 0 0 2px #6C919C;
  }
  
  .ui-slider .ui-slider-handle.ui-state-focus,
  .ui-slider .ui-slider-handle.ui-state-active {
    outline: none !important;
  }
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  input[type="number"] {
    -moz-appearance: textfield;
  }
  
  .input-group-number .input-number {
    max-width: 50px;
    margin: 0 10px !important;
    text-align: center;
  }
  
  .btn-number {
    width: 35px;
    height: 35px;
    padding: 0px;
    background-size: 100%;
    text-indent: -999em;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .btn-number.btn-plus {
    background: none !important;
  }
  
  .btn-number.btn-min {
    background: none !important;
  }

  .bca-rs-content-p-simulasi .text-primary {
    color: #EFC597 !important;
  }

  .cstm-heading-subpages, 
  .cstm-heading-subpages h1,
  .cstm-heading-subpages p {
    color: #6C919C;
  }
  
  .btn-caret-right:after {
    position: relative;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .lazyload-box,
  .card.lazyload,
  .card.lazyloading,
  .swiper-slide.lazyload,
  .swiper-slide.lazyloading {
    position: relative;
  }
  
  .lazyload-box:after,
  .card.lazyload:after,
  .card.lazyloading:after,
  .swiper-slide.lazyload:after,
  .swiper-slide.lazyloading:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 10;
    position: absolute;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f6f6;
    background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
    background-size: 800px 104px;
    height: 100%;
  }
  
  .swiper-slide.lazyload img,
  .swiper-slide.lazyloading img {
    min-height: 200px;
  }
  
  .swiper-slide.lazyloaded img {
    min-height: auto;
  }
  
  img.lazyload,
  img.lazyloading,
  img.swiper-lazy {
    opacity: 0;
  }
  
  img.lazyloaded,
  img.swiper-lazy-loaded {
    opacity: 1;
    transition: opacity 0.3s;
  }
  
  img.shimmer-loading.lazyload,
  img.shimmer-loading.lazyloading,
  img.shimmer-loading.swiper-lazy {
    opacity: 1 !important;
  }
  
  img.shimmer-loading.lazyloaded,
  img.shimmer-loading.swiper-lazy-loaded {
    opacity: 1;
    transition: opacity 0.3s;
  }
  
  .bca-rs-striped-responsive {
    background: linear-gradient(
      to bottom,
      #fff,
      #fff 50%,
      transparent 50%,
      transparent
    );
    background-size: 100% 80px;
  }
  
  .scroll-hidden::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  .bca-rs-autocomplete {
    position: relative;
  }
  
  .bca-rs-autocomplete .autocomplete-result {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #fff;
    z-index: 20;
    overflow: auto;
  }
  
  .bca-rs-autocomplete .autocomplete-result ul.list-items {
    list-style: none;
    padding-left: 0;
    margin: 0;
    height: 378px;
  }
  
  .bca-rs-autocomplete .autocomplete-result ul.list-items li {
    padding: 10px 0;
  }
  
  .bca-rs-autocomplete .autocomplete-result ul.list-items li .right {
    width: 100%;
    position: relative;
  }
  
  .bca-rs-autocomplete .autocomplete-result ul.list-items li .logo {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  
  .bca-rs-autocomplete .autocomplete-result ul.list-items li .title {
    display: block;
    color: #303030;
    font-size: 0.875rem;
    margin-bottom: 5px;
    cursor: pointer;
  }
  
  .bca-rs-autocomplete .autocomplete-result ul.list-items li .sub {
    font-size: 0.75rem;
  }
  
  .bca-rs-custom-scroll::-webkit-scrollbar {
    width: 5px;
  }
  
  .bca-rs-custom-scroll::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 9px;
  }
  
  .bca-rs-custom-scroll::-webkit-scrollbar-thumb {
    background-color: #6C919C;
    border-radius: 9px;
  }
  
  .bca-rs-box-border-blue-top .inner {
    padding: 30px;
    position: relative;
    background: #6C919C;
    border-radius: 10px;
  }
  
  .bca-rs-box-border-blue-top .inner:before {
    content: "";
    left: 0;
    top: 10px;
    width: 100%;
    height: calc(100% - 10px);
    border-radius: 10px;
    background: #fff;
    position: absolute;
  }
  
  .bca-rs-box-border-blue-top .inner > div {
    position: relative;
  }
  
  .bca-rs-border-blue-top {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
  
  .bca-rs-border-blue-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background: #6C919C;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .bca-rs-border-blue-top:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 20px;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .largest_satelite_city.calc_cstm .cstm-btn-ok {
    background-color: #D88F59 !important;
    font-weight: 500 !important;
  }


  
  @media (max-width: 575.98px) {
    .bca-rs-border-blue-top.border-blue-sm-hidden:before,
    .bca-rs-border-blue-top.border-blue-sm-hidden:after {
      display: none;
    }
  }
  
  .bca-rs-border-bottom-green {
    position: relative;
    padding-bottom: 30px;
    border-bottom-right-radius: 16px !important;
  }
  
  .bca-rs-border-bottom-green:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #EFC597;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  
  .bca-rs-border-bottom-green:after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: linear-gradient(94.14deg, #6C919C 13.59%, #6C919C 91.02%);
  }
  
  .bca-rs-border-bottom-green.orange:before {
    background: #ff848b;
  }
  
  .bca-rs-input-border-bottom {
    position: relative;
    width: 100%;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #bed5e7;
  }
  
  .bca-rs-autocomplete-maps {
    position: relative;
  }
  
  .bca-rs-autocomplete-maps .lists {
    left: 0;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    position: absolute;
    top: 38px;
    display: none;
    background: #fff;
    z-index: 20;
    padding: 0 10px 10px 14px;
    font-size: 12px;
    border: 1px solid #c4d4e0;
    border-top: none;
  }
  
  .bca-rs-autocomplete-maps .lists .list {
    padding: 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .bca-rs-copy-to-clipboard {
    position: relative;
    display: inline-block;
  }
  
  .bca-rs-copy-to-clipboard:not(.copied) .bca-rs-tooltip-copyclipboard {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(42px);
    transform: translateY(42px);
    transition: opacity 0.25s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, opacity 0.25s ease-in-out;
    transition: transform 0.15s ease-in-out, opacity 0.25s ease-in-out,
      -webkit-transform 0.15s ease-in-out;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-copy-to-clipboard:not(.copied) .bca-rs-tooltip-copyclipboard {
      -webkit-transform: translate(-50%, 42px);
      transform: translate(-50%, 42px);
    }
  }
  
  .bca-rs-copy-to-clipboard.copied .bca-rs-tooltip-copyclipboard {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: opacity 0.25s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, opacity 0.25s ease-in-out;
    transition: transform 0.15s ease-in-out, opacity 0.25s ease-in-out,
      -webkit-transform 0.15s ease-in-out;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-copy-to-clipboard.copied .bca-rs-tooltip-copyclipboard {
      -webkit-transform: translate(25%, 0);
      transform: translate(25%, 0);
    }
  }
  
  .bca-rs-tooltip-copyclipboard {
    position: absolute;
    width: 140px;
    background-color: #555;
    bottom: 130%;
    left: 50%;
    margin-left: -70px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    transition: opacity 0.3s;
  }
  
  .bca-rs-tooltip-copyclipboard {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
  
  .bca-rs-tooltip-copyclipboard::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .bca-rs-lottie-animation-page {
    width: 100%;
    height: 300px;
  }
  
  @media (max-width: 575.98px) {
    .bca-rs-lottie-animation-page {
      height: 180px;
    }
  }
  
  .bca-rs-icon-loading-load {
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #6C919C;
    border-right: 3px solid #6C919C;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @media only screen and (max-width: 767px) {
    .min-height-sm-100 {
      height: 100px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .min-height-sm-120 {
      height: 120px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .min-height-sm-110 {
      height: 110px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .min-height-sm-200 {
      height: 200px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .max-height-sm-120 {
      max-height: 120px;
    }
  }
  
  .shine,
  img.shimmer-loading.lazyload,
  img.shimmer-loading.lazyloading,
  img.shimmer-loading.swiper-lazy {
    position: relative;
    display: inline-block;
    background-size: 100% 100%;
    background: #e6e8ea;
    background-image: linear-gradient(
      to right,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%
    );
    background-repeat: no-repeat;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmerSkeleton;
    animation-timing-function: linear;
    overflow: hidden;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: shimmerSkeleton;
    -webkit-animation-timing-function: linear;
  }
  
  .shine img,
  img.shimmer-loading.lazyload img,
  img.shimmer-loading.lazyloading img,
  img.shimmer-loading.swiper-lazy img {
    border-radius: 5px;
    -o-border-image: none;
    border-image: none;
    border: none;
  }
  
  .shine-box {
    border-radius: 5px;
  }
  
  .shine-box.md {
    width: 30px;
    height: 30px;
  }
  
  .shine-box.small {
    width: 16px;
    height: 16px;
  }
  
  photo {
    border-radius: 5px;
    border: none;
  }
  
  .shine .card,
  img.shimmer-loading.lazyload .card,
  img.shimmer-loading.lazyloading .card,
  img.shimmer-loading.swiper-lazy .card {
    border-radius: 10px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
  }
  
  .shine-img {
    height: 145px;
  }
  
  .shine-line-wrapper {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    vertical-align: top;
  }
  
  .shine-line-wrapper .shine-line:last-child {
    margin-bottom: 0px;
  }
  
  .shine-line {
    width: 100%;
    min-width: 200px;
    height: 14px;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  
  .shine-line-small {
    width: 50px;
    height: 14px;
    border-radius: 5px;
  }
  
  @-webkit-keyframes shimmerSkeleton {
    0% {
      background-position: -468px 0;
    }
  
    100% {
      background-position: 468px 0;
    }
  }
  
  @keyframes shimmerSkeleton {
    0% {
      background-position: -468px 0;
    }
  
    100% {
      background-position: 468px 0;
    }
  }
  
  .elepsis-3-line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  
  @media (max-width: 575.98px) {
    .elepsis-3-line {
      -webkit-line-clamp: 4;
    }
  }
  
  .elepsis-4-line {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  
  .full-vh {
    height: 100vh !important;
    height: calc(var(--vh, 1vh) * 100) !important;
  }
  
  @media (max-width: 767px) {
    .row {
      max-width: 100vw;
    }
  
    .main {
      max-width: calc(100% - 1px);
    }
  }
  
  .error-500 {
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: 99999;
    font-size: 0.875rem;
    -webkit-transform: translate3d(0, 130px, 0);
    transform: translate3d(0, 130px, 0);
    transition: -webkit-transform 0.6s ease-in;
    transition: transform 0.6s ease-in;
    transition: transform 0.6s ease-in, -webkit-transform 0.6s ease-in;
    background-color: #faf5cc;
  }
  
  .error-500.appear {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .error-500 .alert {
    margin-bottom: 0;
    border-radius: initial;
    padding: 0.7rem;
  }
  
  .error-500 p {
    color: #d28000;
    margin-bottom: 0;
  }
  
  .error-500-icon {
    align-self: flex-start;
    margin-top: 2px;
  }
  
  .error-500-icon path {
    fill: #d28000;
  }
  
  .error-500-reload {
    font-weight: 600;
    padding-left: 14px;
    padding-right: 14px;
    color: #303030;
    box-shadow: inset 0 0 0 1.4px #303030;
    background: transparent;
  }
  
  .error-500-reload:hover,
  .error-500-reload:focus,
  .error-500-reload:active {
    box-shadow: inset 0 0 0 1.4px #d28000;
    color: #fff;
    background: #d28000;
  }
  
  .error-500-close {
    position: absolute;
    right: 0;
    padding: 0;
  }
  
  @media (max-width: 767.98px) {
    .error-500-close {
      top: 0;
    }
  }
  
  .error-500-close path {
    fill: #303030;
  }
  
  .error-500-close:hover path {
    fill: #d28000;
  }
  
  .bca-rs-bg-white {
    background-color: #ffffff;
  }
  
  .bca-rs-bg-dark-blue {
    background-color: #0c3258;
  }
  
  .bca-rs-bg-orange {
    background-color: #f48d42;
  }
  
  .bca-rs-bg-blue-sky {
    background-color: #28b4e8;
  }
  
  .bca-rs-bg-green-soft {
    background-color: #44d8a3;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-purple {
    background-color: #b244d8;
  }
  
  .bca-rs-bg-red-soft {
    background-color: #d84468;
  }
  
  .bca-rs-bg-grey-soft {
    background-color: #e5e5e5;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-green-tosca {
    background-color: #00c3c4;
  }
  
  .bca-rs-bg-grey {
    background-color: #fafafa;
  }
  
  .bca-rs-bg-blue-gradient {
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
  }
  
  .bca-rs-bg-header-blue {
    width: 100%;
    height: 70px;
    top: 0;
    background-color: #0d5cab;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    --webkit-backface-visibility: hidden;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-bg-header-blue {
      width: 100vw;
    }
  }
  
  .bca-rs-bg-header-blue .container {
    max-width: 1200px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-bg-header-blue .container {
      max-width: 985px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-bg-header-blue .container {
      max-width: 720px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-bg-header-blue .container {
      max-width: 540px;
    }
  }
  
  .bca-rs-logo-bca-rumahsaya {
    position: relative;
    margin-top: 22px;
    width: 182px;
    height: 26px;
    cursor: pointer;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-logo-bca-rumahsaya {
      margin-top: 24px;
      width: 140px;
      height: 24px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-logo-bca-rumahsaya {
      width: 165px;
      height: 24px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-logo-bca-rumahsaya {
      width: 162px;
      height: 23px;
    }
  }
  
  .bca-rs-row-navigation {
    justify-content: center;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-row-navigation {
      justify-content: space-between;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-row-navigation {
      justify-content: space-between;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-col-logo-header {
      padding: 0px 0px;
    }
  }
  
  .bca-rs-navigation-menus {
    margin-top: 20px;
    padding-left: 5px;
  }
  
  .bca-rs-menu-navigation {
    position: relative;
    display: inline;
    margin: 0px 25px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-menu-navigation {
      margin: 0px 15px;
    }
  }
  
  .bca-rs-menu-navigation a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #ffffff;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-menu-navigation a {
      font-size: 16px;
    }
  }
  
  .bca-rs-submenu-nav {
    padding: 0.8rem 1rem !important;
  }
  
  .bca-rs-col-ajukan-kpr {
    position: relative;
    text-align: right;
  }
  
  .bca-rs-icon-search-header {
    position: relative;
    width: 28px;
    height: 28px;
    cursor: pointer;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-icon-search-header {
      width: 24px;
      height: 24px;
      top: 3px;
      left: 15px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-icon-search-header {
      width: 24px;
      height: 24px;
    }
  }
  
  .bca-rs-row-ajukan {
    position: relative;
    margin-top: 14px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-row-ajukan {
      margin-top: 20px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-row-ajukan {
      margin-top: 20px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-row-ajukan {
      margin-top: 18px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-col-icon-search {
      padding-right: 0px !important;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-col-icon-search {
      padding-right: 0px !important;
    }
  }
  
  .bca-rs-button-ajukan-kpr-header {
    width: 146px;
    height: 40px;
    font-weight: bold;
    font-size: 12px;
    line-height: 38px;
    letter-spacing: 0.01em;
    color: #ffffff;
    text-align: center;
    background: #6C919C;
    border-radius: 100px;
    border: none;
    outline: none;
  }
  
  .bca-rs-button-ajukan-kpr-header:hover {
    color: #ffffff;
  }
  
  #menu-hamburger {
    position: relative;
    width: 20px;
    height: 20px;
    top: 6px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  
  @media only screen and (min-width: 1200px) {
    #menu-hamburger {
      display: none;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #menu-hamburger {
      display: inline-block;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #menu-hamburger {
      display: inline-block;
    }
  }
  
  @media only screen and (max-width: 767px) {
    #menu-hamburger {
      top: 4px;
      left: 15px;
    }
  }
  
  #menu-hamburger span {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  
  #menu-hamburger span:nth-child(1) {
    top: 0px;
    width: 28px;
    -webkit-transform: rotateY(65deg);
    transform: rotateY(65deg);
  }
  
  #menu-hamburger span:nth-child(2),
  #menu-hamburger span:nth-child(3) {
    top: 6px;
  }
  
  #menu-hamburger span:nth-child(4) {
    top: 12px;
    width: 23px;
    -webkit-transform: rotateY(45deg);
    transform: rotateY(45deg);
  }
  
  #menu-hamburger.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  #menu-hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #menu-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #menu-hamburger.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  .bca-rs-overlay-header {
    position: fixed;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    background-color: #041121;
    overflow-y: hidden;
    transition: 0.7s;
    border-radius: 0px;
    z-index: 1110;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    --webkit-backface-visibility: hidden;
  }
  
  .bca-rs-overlay-header .bca-rs-overlay-content-header {
    position: relative;
    width: 100%;
    padding: 22px 12px 20px 12px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-overlay-header .bca-rs-overlay-content-header {
      padding: 24px 12px 20px 12px;
    }
  }
  
  .bca-rs-overlay-header .bca-rs-overlay-content-header .container {
    max-width: 1200px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-overlay-header .bca-rs-overlay-content-header .container {
      max-width: 960px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-overlay-header .bca-rs-overlay-content-header .container {
      max-width: 720px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-overlay-header .bca-rs-overlay-content-header .container {
      max-width: 540px;
    }
  }
  
  .bca-rs-overlay-header .bca-rs-logo-rumah-saya-hamburger {
    position: relative;
    width: 162px;
    height: 23px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-overlay-header .bca-rs-logo-rumah-saya-hamburger {
      width: 140px;
      height: 24px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-overlay-header .bca-rs-logo-rumah-saya-hamburger {
      width: 165px;
      height: 24px;
    }
  }
  
  .bca-rs-overlay-header .bca-rs-col-burger-rumah-saya {
    padding-left: 0px;
  }
  
  .bca-rs-overlay-header .bca-rs-col-close-burger {
    position: relative;
    text-align: right;
  }
  
  .bca-rs-overlay-header .bca-rs-close-btn-burger {
    position: relative;
    top: -12px;
    right: -14px;
    font-size: 28px;
    font-weight: 300;
    color: #ffffff;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-overlay-header .bca-rs-close-btn-burger {
      right: -15px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-overlay-header .bca-rs-close-btn-burger {
      right: -10px;
    }
  }
  
  .bca-rs-overlay-header .bca-rs-button-ajukan-kpr-burger {
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 46px;
    background: #6C919C;
    border-radius: 100px;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #ffffff;
    border: none;
    outline: none;
  }
  
  .bca-rs-overlay-header .bca-rs-wrapper-menu-box {
    position: relative;
    padding: 0px 2px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-overlay-header .bca-rs-wrapper-menu-box {
      padding: 0px 20px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-overlay-header .bca-rs-wrapper-menu-box {
      padding: 0px 12px;
    }
  }
  
  .bca-rs-overlay-header .bca-rs-wrapper-menu-box .bca-rs-menu-burger-navigation {
    position: relative;
    margin: 36px 0px;
  }
  
  .bca-rs-overlay-header .bca-rs-wrapper-menu-box .bca-rs-home-burger {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
  }
  
  @media only screen and (max-width: 320px) {
    .bca-rs-overlay-header .bca-rs-wrapper-menu-box .bca-rs-home-burger {
      font-size: 14px !important;
    }
  }
  
  .bca-rs-overlay-header
    .bca-rs-wrapper-menu-box
    .bca-rs-menu-burger-navigation
    a {
    font-size: 14px;
    line-height: 16px;
    color: #ffffffd9;
  }
  
  header#main {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 1100;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
  }
  
  header#main.hide {
    transition-delay: 0.2s;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  
  #header {
    position: relative;
  }
  
  #header .dropdown {
    border-radius: 4px;
    display: inline-block;
  }
  
  #header .dropdown a {
    padding: 12px 0px;
    border-radius: 1px;
    outline: none;
  }
  
  #header .dropdown-menu {
    position: absolute;
    border-radius: 5px;
    margin: 12px auto 0px -3px;
    background-color: #0c3258;
  }
  
  #header .dropdown:hover > .dropdown-menu {
    display: block;
  }
  
  #header .dropdown-menu {
    padding: 0px;
  }
  
  #header .bca-rs-dropdown-sub a:hover {
    font-weight: 500;
    color: #0c3258 !important;
    background-color: #ffffff !important;
  }
  
  #header .dropdown-toggle::after {
    position: relative;
    top: 2px;
  }
  
  #hamburgerMenu .accordion-item {
    background-color: transparent;
    border: none;
  }
  
  #hamburgerMenu .accordion-header {
    background-color: transparent;
  }
  
  #hamburgerMenu .accordion-button {
    padding: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    background-color: transparent;
    border: none;
    outline: none;
  }
  
  @media only screen and (max-width: 320px) {
    #hamburgerMenu .accordion-button {
      font-size: 14px;
    }
  }
  
  #hamburgerMenu .accordion-button::after {
    width: 10px;
    height: 10px;
    background-image: url("/./images/rumahsaya/icon/icon-arrow-down-white.png");
    background-size: 10px;
  }
  
  #hamburgerMenu .accordion-button:focus {
    box-shadow: none;
  }
  
  #hamburgerMenu .accordion-button:not(.collapsed) {
    box-shadow: none;
  }
  
  #hamburgerMenu .accordion-body {
    padding: 10px 39px;
  }
  
  #hamburgerMenu .bca-rs-sub-accordion-burger {
    padding: 6px 0px;
  }
  
  #hamburgerMenu .bca-rs-sub-accordion-burger a {
    font-weight: 300;
  }
  
  #hamburgerMenu .bca-rs-sub-accordion-burger a:hover {
    color: #2796e7;
    background-color: transparent;
  }
  
  #hamburgerMenu .bca-rs-icon-home-burger {
    position: relative;
    width: 20px;
    height: 20px;
    top: -2px;
    margin-right: 20px;
  }
  
  #hamburgerMenu .bca-rs-icon-properti-burger {
    position: relative;
    width: 24px;
    height: 24px;
    top: -2px;
    margin-right: 16px;
  }
  
  #hamburgerMenu .bca-rs-icon-rekanan-kpr-burger {
    position: relative;
    width: 25px;
    height: 25px;
    top: 1px;
    margin-right: 15px;
  }
  
  #hamburgerMenu .bca-rs-icon-info-kpr-burger {
    position: relative;
    width: 21px;
    height: 21px;
    top: 0px;
    margin-right: 19px;
  }
  
  #hamburgerMenu .bca-rs-faq-burger {
    position: relative;
    margin-top: 36px;
    margin-bottom: 28vh;
  }
  
  #hamburgerMenu .bca-rs-faq-burger a {
    font-size: 16px;
  }
  
  @media only screen and (max-width: 320px) {
    #hamburgerMenu .bca-rs-faq-burger a {
      font-size: 14px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #hamburgerMenu .bca-rs-faq-burger {
      margin-bottom: 32vh;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #hamburgerMenu .bca-rs-faq-burger {
      margin-bottom: 43vh;
    }
  }
  
  @media only screen and (max-width: 320px) {
    #hamburgerMenu .bca-rs-faq-burger {
      margin-bottom: 10vh;
    }
  }
  
  #hamburgerMenu .bca-rs-faq-burger a {
    font-weight: 400;
  }
  
  #hamburgerMenu .bca-rs-copyright-footer-burger {
    position: relative;
    font-weight: 200;
    font-size: 10px;
    line-height: 16px;
    color: #ffffffd9;
  }
  
  .bca-rs-cookies-wrapper {
    position: relative;
    width: 100%;
    background-color: transparent;
    transition: 0.5s;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-cookies-wrapper {
      padding: 0px 4px;
    }
  }
  
  .bca-rs-cookies-wrapper .bca-rs-terms-cookies-wrapper {
    margin-bottom: 80px;
  }
  
  .bca-rs-cookies-wrapper .bca-rs-description-cookies {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 24px;
    text-align: justify;
    transition: 0.5s;
    overflow: hidden;
    --webkit-transform: translate3d(0, 0, 0);
    --webkit-backface-visibility: hidden;
  }
  
  .bca-rs-cookies-wrapper .bca-rs-description-cookies.active {
    height: auto;
    -webkit-line-clamp: unset;
  }
  
  .bca-rs-cookies-wrapper .bca-rs-cookies-terms {
    position: relative;
    margin: 15px 0px;
    line-height: 21px;
    text-align: justify;
  }
  
  .bca-rs-btn-readmore-cookies {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #6C919C;
    border: none;
    outline: none;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-btn-readmore-cookies {
      font-size: 14px;
    }
  }
  
  .bca-rs-btn-readmore-cookies.active.bca-rs-btn-readmore-cookies::after {
    top: 0px;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .bca-rs-btn-readmore-cookies::after {
    position: relative;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 8px;
    top: -3px;
    content: "";
    border-right: 2px solid #6C919C;
    border-top: 2px solid #6C919C;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-btn-readmore-cookies::after {
      top: -2px;
    }
  }
  
  .bca-rs-button-option-cookies {
    position: relative;
    width: 104px;
    height: 35px;
    background-color: transparent;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #6C919C;
    border: 1px solid #6C919C;
    box-sizing: border-box;
    border-radius: 3px;
    outline: none;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-button-option-cookies {
      margin-right: 2px;
    }
  }
  
  #bca-rs-breadcrumb-header {
    width: 100%;
    font-weight: 300;
  }
  
  #bca-rs-breadcrumb-header .bca-rs-icon-home-header {
    position: relative;
  }
  
  #bca-rs-breadcrumb-header .breadcrumb-item {
    display: flex;
    align-items: center;
  }
  
  #bca-rs-breadcrumb-header .scrolled {
    position: relative;
  }
  
  #bca-rs-breadcrumb-header .scrolled:before {
    top: 0;
    left: 0;
    content: "";
    width: 50px;
    height: 100%;
    position: absolute;
    z-index: 10;
    background: white;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.2) 100%);
  }
  
  #bca-rs-breadcrumb-header .bca-rs-breadcrumb-list {
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  
  @media only screen and (max-width: 767px) {
    #bca-rs-breadcrumb-header .bca-rs-breadcrumb-list {
      width: 100%;
    }
  }
  
  #bca-rs-breadcrumb-header .bca-rs-nav-header {
    position: relative;
    display: inline;
  }
  
  #bca-rs-breadcrumb-header .breadcrumb-item.active a {
    color: #0d5cab;
    font-weight: 600;
  }
  
  #bca-rs-breadcrumb-header .breadcrumb-item + .breadcrumb-item {
    padding-left: 10px;
  }
  
  #bca-rs-breadcrumb-header .breadcrumb-item + .breadcrumb-item::before {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    color: #7784a5;
  }
  
  #bca-rs-breadcrumb-header .breadcrumb-item a {
    display: block;
    font-size: 12px;
    color: #7784a5;
    text-transform: capitalize;
  }
  
  .bca-rs-bg-white {
    background-color: #ffffff;
  }
  
  .bca-rs-bg-dark-blue {
    background-color: #0c3258;
  }
  
  .bca-rs-bg-orange {
    background-color: #f48d42;
  }
  
  .bca-rs-bg-blue-sky {
    background-color: #28b4e8;
  }
  
  .bca-rs-bg-green-soft {
    background-color: #44d8a3;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-purple {
    background-color: #b244d8;
  }
  
  .bca-rs-bg-red-soft {
    background-color: #d84468;
  }
  
  .bca-rs-bg-grey-soft {
    background-color: #e5e5e5;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-green-tosca {
    background-color: #00c3c4;
  }
  
  .bca-rs-bg-grey {
    background-color: #fafafa;
  }
  
  .bca-rs-bg-blue-gradient {
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
  }
  
  .bca-rs-bg-footer-darker {
    position: relative;
    width: 100%;
    padding: 50px 0px 30px 0px;
    background-color: #031120;
    color: #ffffff;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-bg-footer-darker {
      padding: 35px 5px 2px 3px;
    }
  }
  
  .bca-rs-bca-logo-white-footer {
    position: relative;
    width: 72px;
    height: 34px;
    right: 3px;
  }
  
  #bca-rs-breadcrumb-footer .bca-rs-logo-rumahsaya-footer {
    position: relative;
    width: 96px;
    height: 20px;
  }
  
  #bca-rs-breadcrumb-footer .bca-rs-icon-home-footer {
    position: relative;
    top: -1px;
  }
  
  #bca-rs-breadcrumb-footer .bca-rs-breadcrumb-list {
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  
  #bca-rs-breadcrumb-footer .bca-rs-nav-footer {
    position: relative;
    display: inline;
  }
  
  #bca-rs-breadcrumb-footer .breadcrumb-item + .breadcrumb-item {
    padding-left: 0px;
  }
  
  #bca-rs-breadcrumb-footer .breadcrumb-item + .breadcrumb-item::before {
    position: relative;
    width: 8px;
    height: 8px;
    top: 5px;
    margin: 0px 18px 0px 15px;
    padding-right: 0px;
    display: inline-block;
    content: "";
    color: #ffffff;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
  }
  
  @media only screen and (max-width: 767px) {
    #bca-rs-breadcrumb-footer .breadcrumb-item + .breadcrumb-item::before {
      margin: 0px 14px 0px 10px;
    }
  }
  
  #bca-rs-breadcrumb-footer .breadcrumb-item a {
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
  }
  
  #bca-rs-address-wrapper {
    font-size: 12px;
    font-weight: 500;
  }
  
  @media (max-width: 991.98px) {
    #bca-rs-address-wrapper {
      display: none;
    }
  }
  
  #bca-rs-address-wrapper li {
    margin: 8px 0px;
  }
  
  #bca-rs-address-wrapper li:last-child {
    margin-top: 25px;
  }
  
  #bca-rs-address-wrapper .bca-rs-maps {
    position: relative;
    top: -1px;
    padding-left: 10px;
  }
  
  #bca-rs-address-wrapper .bca-rs-location-bca a {
    text-decoration: underline;
    color: #ffffff;
  }
  
  #bca-rs-address-wrapper-mobile {
    font-size: 13px;
    font-weight: 500;
  }
  
  #bca-rs-address-wrapper-mobile .bca-rs-location-bca a {
    text-decoration: underline;
    color: #ffffff;
  }
  
  #bca-rs-address-wrapper-mobile li {
    margin: 8px 0px;
  }
  
  #bca-rs-address-wrapper-mobile li:first-child {
    margin: 4px 0px;
  }
  
  #bca-rs-address-wrapper-mobile li:last-child {
    margin-top: 30px;
  }
  
  @media only screen and (max-width: 767px) {
    #bca-rs-address-wrapper-mobile li:last-child {
      margin-top: 20px;
    }
  }
  
  #bca-rs-address-wrapper-mobile .bca-rs-maps {
    position: relative;
    top: -1px;
    padding-left: 10px;
  }
  
  @media (max-width: 991.98px) {
    .bca-rs-contact-desktop {
      display: none;
    }
  }
  
  #bca-rs-contact-us-wrapper {
    font-size: 12px;
    font-weight: 500;
    padding-top: 8px;
  }
  
  @media only screen and (max-width: 767px) {
    #bca-rs-contact-us-wrapper {
      padding-top: 0px;
    }
  }
  
  #bca-rs-contact-us-wrapper li {
    margin: 28px 0px;
    padding-left: 20px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #bca-rs-contact-us-wrapper li {
      padding-left: 0px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    #bca-rs-contact-us-wrapper li {
      margin: 20px 0px;
      padding-left: 0px;
    }
  }
  
  #bca-rs-contact-us-wrapper a {
    color: #ffffff;
    text-decoration: none;
  }
  
  #bca-rs-contact-us-wrapper .bca-rs-phone {
    position: relative;
    padding-left: 8px;
  }
  
  #bca-rs-contact-us-wrapper .bca-rs-mail {
    position: relative;
    padding-left: 8px;
    top: -1px;
  }
  
  #bca-rs-contact-us-wrapper .bca-rs-whatsapp {
    position: relative;
    padding-left: 8px;
    top: -1px;
  }
  
  #bca-rs-contact-us-wrapper .bca-rs-wa {
    position: relative;
    top: 2px;
    font-size: 18px;
  }
  
  @media only screen and (max-width: 767px) {
    #bca-rs-contact-us-wrapper .mobile {
      padding-right: 10px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-col-content-footer {
      padding: 0px;
    }
  }
  
  .bca-rs-content-footer .accordion-item {
    color: inherit;
    background-color: transparent;
    border: none;
    margin-top: 30px;
    display: none;
  }
  
  @media (max-width: 991.98px) {
    .bca-rs-content-footer .accordion-item {
      display: block;
    }
  }
  
  .bca-rs-content-footer .accordion-header {
    background-color: transparent;
  }
  
  .bca-rs-content-footer .accordion-button {
    padding: 0px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    background-color: transparent;
    border: none;
    outline: none;
  }
  
  .bca-rs-content-footer .accordion-button::after {
    width: 10px;
    height: 10px;
    background-image: url("/./images/rumahsaya/icon/icon-arrow-down-white.png");
    background-size: 10px;
  }
  
  .bca-rs-content-footer .accordion-button:focus {
    box-shadow: none;
  }
  
  .bca-rs-content-footer .accordion-button:not(.collapsed) {
    box-shadow: none;
  }
  
  .bca-rs-content-footer .accordion-body {
    padding: 5px 0px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-px-md-0 {
      padding-left: 5px;
      padding-right: 5px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-px-md-0 {
      padding-left: 0px;
      padding-right: 0px;
    }
  }
  
  #bca-rs-media-social-contact {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    padding-top: 6px;
  }
  
  @media only screen and (max-width: 767px) {
    #bca-rs-media-social-contact {
      font-size: 13px;
      padding-top: 0px;
    }
  }
  
  #bca-rs-media-social-contact .bca-rs-row-media-list {
    position: relative;
    top: -10px;
    justify-content: space-between;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #bca-rs-media-social-contact .bca-rs-row-media-list {
      top: -10px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #bca-rs-media-social-contact .bca-rs-row-media-list {
      justify-content: start;
      top: 0px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    #bca-rs-media-social-contact .bca-rs-row-media-list {
      justify-content: start;
      top: 0px;
    }
  }
  
  #bca-rs-media-social-contact .bca-rs-media-social-text {
    font-weight: 500;
    margin-bottom: 0px;
  }
  
  #bca-rs-media-social-contact .bca-rs-text-all-sosmed {
    color: #ffffff;
    text-decoration: underline;
    outline: none;
  }
  
  #bca-rs-media-social-contact a {
    color: #ffffff;
  }
  
  #bca-rs-media-social-contact .bca-rs-media-sosial li {
    margin: 28px 0px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #bca-rs-media-social-contact .bca-rs-media-sosial li {
      margin: 20px 0px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    #bca-rs-media-social-contact .bca-rs-media-sosial li {
      margin: 20px 0px;
    }
  }
  
  #bca-rs-media-social-contact .bca-rs-media-sosial .bca-rs-facebook {
    position: relative;
    top: -1px;
    padding-left: 8px;
  }
  
  #bca-rs-media-social-contact .bca-rs-media-sosial .bca-rs-instagram {
    position: relative;
    top: -1px;
    padding-left: 8px;
  }
  
  #bca-rs-media-social-contact .bca-rs-media-sosial .bca-rs-youtube {
    position: relative;
    top: -1px;
    padding-left: 8px;
  }
  
  #bca-rs-media-social-contact .bca-rs-media-sosial .bca-rs-twitter {
    position: relative;
    top: -2px;
    padding-left: 8px;
  }
  
  @media (max-width: 991.98px) {
    .bca-rs-media-social-desktop {
      display: none;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-footer-copyright {
      margin-top: 40px;
    }
  }
  
  @media only screen and (min-width: 1200px) {
    #bca-rs-menu-footer-1 {
      display: none;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #bca-rs-menu-footer-1 {
      display: none;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #bca-rs-menu-footer-1 {
      display: block;
      margin: 15px 0px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    #bca-rs-menu-footer-1 {
      margin: 12px 0px;
    }
  }
  
  @media only screen and (min-width: 1200px) {
    #bca-rs-menu-footer-2 {
      display: none;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #bca-rs-menu-footer-2 {
      display: none;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #bca-rs-menu-footer-2 {
      display: block;
      margin: 15px 0px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    #bca-rs-menu-footer-2 {
      margin: 12px 0px;
    }
  }
  
  @media only screen and (min-width: 1200px) {
    #bca-rs-menu-footer-3 {
      display: none;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #bca-rs-menu-footer-3 {
      display: none;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #bca-rs-menu-footer-3 {
      display: block;
      margin: 15px 0px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    #bca-rs-menu-footer-3 {
      margin: 12px 0px;
    }
  }
  
  .bca-rs-line-footer {
    position: relative;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 35px;
    background-color: #ffffff;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-line-footer {
      display: none;
    }
  }
  
  .bca-rs-col-footer {
    display: table-cell;
    vertical-align: middle;
  }
  
  .bca-rs-logo-ojk {
    width: 68px;
    height: 28px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-logo-ojk {
      width: 82px;
      height: 32px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-logo-ojk {
      width: 75px;
      height: 30px;
    }
  }
  
  .bca-rs-logo-lps {
    width: 68px;
    height: 28px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-logo-lps {
      width: 82px;
      height: 32px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-logo-lps {
      width: 75px;
      height: 30px;
    }
  }
  
  .bca-rs-footer-logo-desc-lps {
    position: relative;
    top: 4px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-footer-logo-desc-lps {
      top: 4px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-footer-logo-desc-lps {
      margin-top: 10px;
      top: 0px;
    }
  }
  
  .bca-rs-copyright-text {
    display: table-cell;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-copyright-text {
      font-size: 12px;
    }
  }
  
  .bca-rs-copyright-text .bca-rs-copyright-ojk {
    padding-top: 5px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-copyright-text .bca-rs-copyright-ojk {
      padding-left: 15px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-copyright-text .bca-rs-copyright-ojk {
      padding-top: 7px;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .bca-rs-copyright-text .bca-rs-copyright-ojk {
      padding-left: 15px;
    }
  }
  
  .bca-rs-footer-link {
    position: relative;
    float: right;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-footer-link {
      float: left;
      top: 18px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-footer-link {
      float: unset;
      width: -webkit-max-content;
      width: max-content;
      margin: 1rem auto 0;
    }
  }
  
  .bca-rs-footer-link li {
    display: inline;
  }
  
  .bca-rs-footer-link a {
    font-size: 11px;
    font-weight: 400;
    color: #ffffff;
  }
  
  .bca-rs-footer-link span {
    font-size: 14px;
    font-weight: 400;
    padding: 0px 8px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-copyright-lps {
      padding-left: 15px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-copyright-lps {
      padding-top: 7px;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .bca-rs-copyright-lps {
      padding-top: 0px;
      padding-left: 15px;
    }
  }
  
  .bca-rs-copyright-bca-text {
    position: relative;
    margin-top: 35px;
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #ffffffb3;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-copyright-bca-text {
      padding-bottom: 5px;
    }
  }
  
  .bca-rs-bg-white {
    background-color: #ffffff;
  }
  
  .bca-rs-bg-dark-blue {
    background-color: #0c3258;
  }
  
  .bca-rs-bg-orange {
    background-color: #f48d42;
  }
  
  .bca-rs-bg-blue-sky {
    background-color: #28b4e8;
  }
  
  .bca-rs-bg-green-soft {
    background-color: #44d8a3;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-purple {
    background-color: #b244d8;
  }
  
  .bca-rs-bg-red-soft {
    background-color: #d84468;
  }
  
  .bca-rs-bg-grey-soft {
    background-color: #e5e5e5;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-green-tosca {
    background-color: #00c3c4;
  }
  
  .bca-rs-bg-grey {
    background-color: #fafafa;
  }
  
  .bca-rs-bg-blue-gradient {
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
  }
  
  .bca-rs-bg-white {
    background-color: #ffffff;
  }
  
  .bca-rs-bg-dark-blue {
    background-color: #0c3258;
  }
  
  .bca-rs-bg-orange {
    background-color: #f48d42;
  }
  
  .bca-rs-bg-blue-sky {
    background-color: #28b4e8;
  }
  
  .bca-rs-bg-green-soft {
    background-color: #44d8a3;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-purple {
    background-color: #b244d8;
  }
  
  .bca-rs-bg-red-soft {
    background-color: #d84468;
  }
  
  .bca-rs-bg-grey-soft {
    background-color: #e5e5e5;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-green-tosca {
    background-color: #00c3c4;
  }
  
  .bca-rs-bg-grey {
    background-color: #fafafa;
  }
  
  .bca-rs-bg-blue-gradient {
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
  }
  
  .bca-rs-container-banner-join-partner .bca-rs-content-wrapper-img {
    position: relative;
    width: 100%;
    height: 292px;
    background-color: #ffffff;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-banner-join-partner .bca-rs-content-wrapper-img {
      border-top-right-radius: 10px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-banner-join-partner .bca-rs-content-wrapper-img {
      height: 181px;
      border-top-right-radius: 10px;
    }
  }
  
  .bca-rs-container-banner-join-partner .bca-rs-banner-join-partner-img {
    position: relative;
    width: 100%;
    height: 291px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-banner-join-partner .bca-rs-banner-join-partner-img {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-banner-join-partner .bca-rs-banner-join-partner-img {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      height: 181px;
    }
  }
  
  .bca-rs-container-contact-information .bca-rs-content-bg-blue {
    position: relative;
    padding: 60px 60px 55px 60px;
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-container-contact-information .bca-rs-content-bg-blue {
      padding: 60px 40px 55px 40px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-contact-information .bca-rs-content-bg-blue {
      padding: 45px 40px 45px 40px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-contact-information .bca-rs-content-bg-blue {
      padding: 25px 12px 30px 12px;
    }
  }
  
  .bca-rs-container-contact-information .bca-rs-col-icon-contact {
    position: relative;
    padding-right: 5px !important;
    text-align: end;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-contact-information .bca-rs-col-icon-contact {
      padding-right: 10px !important;
      text-align: center;
    }
  }
  
  .bca-rs-container-contact-information .bca-rs-icon-contact {
    max-width: 40px;
    max-height: 40px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-container-contact-information .bca-rs-icon-contact {
      max-width: 34px;
      max-height: 34px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-contact-information .bca-rs-icon-contact {
      margin-bottom: 12px;
      max-width: 30px;
      max-height: 30px;
    }
  }
  
  .bca-rs-container-contact-information .bca-rs-btn-contact-telfon {
    width: 100%;
    height: 96px;
    padding: 28px 0px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: none;
    outline: none;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-contact-information .bca-rs-btn-contact-telfon {
      height: 131px;
      padding: 24px 0px 20px 0px;
    }
  }
  
  .bca-rs-container-contact-information .bca-rs-content-bg-white {
    position: relative;
    width: 100%;
    height: 77px;
    padding: 21px 20px;
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-contact-information .bca-rs-content-bg-white {
      padding: 22px 40px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-contact-information .bca-rs-content-bg-white {
      height: 250px;
      padding: 18px 40px;
    }
  }
  
  .bca-rs-container-contact-information
    .bca-rs-content-bg-white
    .bca-rs-btn-consultation-kpr {
    width: 140px;
    height: 34px;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #ffffff;
    text-align: center;
    background-color: #6C919C;
    border-radius: 50px;
    border: none;
    outline: none;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-contact-information
      .bca-rs-content-bg-white
      .bca-rs-btn-consultation-kpr {
      width: 100%;
      height: 50px;
      font-size: 14px;
      text-align: center;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991.98px) {
    .bca-rs-container-contact-information
      .bca-rs-content-bg-white
      .bca-rs-btn-consultation-kpr {
      width: -webkit-max-content;
      width: max-content;
      height: initial;
      padding: 0.6em 1em;
    }
  }
  
  .bca-rs-container-contact-information
    .bca-rs-content-bg-white
    .bca-rs-icon-chat-blue {
    position: relative;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    max-width: 22px;
    max-height: 22px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-contact-information
      .bca-rs-content-bg-white
      .bca-rs-icon-chat-blue {
      width: 22px;
      height: 22px;
      margin-right: 8px;
    }
  }
  
  .bca-rs-container-contact-information
    .bca-rs-content-bg-white
    .bca-rs-btn-chat-kami {
    width: 163px;
    height: 34px;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #6C919C;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50px;
    border: 1px solid #6C919C;
    outline: none;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-contact-information
      .bca-rs-content-bg-white
      .bca-rs-btn-chat-kami {
      width: 100%;
      height: 50px;
      font-size: 14px;
      text-align: center;
    }
  }
  
  .bca-rs-card-overlay-img .card-img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-overlay-img .card-img {
      min-height: 200px;
    }
  }
  
  .bca-rs-card-overlay-img .card-img-overlay {
    background: rgba(0, 0, 0, 0.5);
  }
  
  .bca-rs-bg-white {
    background-color: #ffffff;
  }
  
  .bca-rs-bg-dark-blue {
    background-color: #0c3258;
  }
  
  .bca-rs-bg-orange {
    background-color: #f48d42;
  }
  
  .bca-rs-bg-blue-sky {
    background-color: #28b4e8;
  }
  
  .bca-rs-bg-green-soft {
    background-color: #44d8a3;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-purple {
    background-color: #b244d8;
  }
  
  .bca-rs-bg-red-soft {
    background-color: #d84468;
  }
  
  .bca-rs-bg-grey-soft {
    background-color: #e5e5e5;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-green-tosca {
    background-color: #00c3c4;
  }
  
  .bca-rs-bg-grey {
    background-color: #fafafa;
  }
  
  .bca-rs-bg-blue-gradient {
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
  }
  
  .bca-rs-form-main-search {
    position: relative;
    width: 100%;
    top: -30px;
    padding: 0px 80px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-form-main-search {
      padding: 0px 60px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-form-main-search {
      padding: 0px;
      top: -26px;
    }
  }
  
  .bca-rs-form-main-search .bca-rs-input-main-search {
    position: relative;
    width: 100%;
    height: 55px;
    padding-left: 48px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #303030;
    border: 1px solid #fafafa;
    box-sizing: border-box;
    box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    z-index: 8;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-form-main-search .bca-rs-input-main-search {
      height: 50px;
      font-size: 13px;
    }
  }
  
  .bca-rs-form-main-search input::-webkit-input-placeholder {
    color: #00000075;
    font-weight: 300;
  }
  
  .bca-rs-form-main-search input::placeholder {
    color: #00000075;
    font-weight: 300;
  }
  
  .bca-rs-result-search {
    position: relative;
    display: none;
    left: -10px;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #303030;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-result-search {
      font-size: 12px;
    }
  }
  
  .bca-rs-container-not-result-found {
    position: relative;
    text-align: center;
  }
  
  .bca-rs-container-not-result-found .bca-rs-lottie-not-found-search {
    width: 100%;
    height: 200px;
    margin-top: 30px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-not-result-found .bca-rs-lottie-not-found-search {
      width: 173px;
      height: 120px;
      margin-top: 10px;
    }
  }
  
  .bca-rs-container-not-result-found .bca-rs-not-result-text {
    margin-top: 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #303030;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-not-result-found .bca-rs-not-result-text {
      font-size: 16px;
    }
  }
  
  .bca-rs-container-not-result-found .bca-rs-description-not-result {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #a5a4a4;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-not-result-found .bca-rs-description-not-result {
      padding: 0px 58px;
      font-size: 12px;
    }
  }
  
  .sticky-bar-search {
    position: sticky !important;
    position: -webkit-sticky !important;
    width: 100%;
    top: 0;
    z-index: 20;
    background: #fafafa;
    transition-property: top;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
  }
  
  .sticky-bar-search.header-active {
    transition-delay: 0.2s;
    top: 70px;
  }
  
  #main-search-bottom {
    position: sticky;
    position: -webkit-sticky;
    top: 145px;
    z-index: 8;
    background: #fafafa;
    transition-property: top;
    transition-duration: 0.4s;
    transition-timing-function: ease-in;
    transition-delay: 0s;
  }
  
  #main-search-bottom.unsticky {
    top: -145px;
  }
  
  #search-bar-developer {
    padding: 20px 0;
    z-index: 8;
  }
  
  #search-bar-developer .city-lists .btn-filter {
    min-width: 120px;
    font-weight: normal;
    white-space: nowrap;
    min-height: 2.5rem;
  }
  
  @media only screen and (max-width: 767px) {
    #search-bar-developer .city-lists .btn-filter {
      min-width: auto;
    }
  }
  
  #search-bar-developer .city-lists .btn-filter.btn-outline-primary:hover {
    color: #6C919C;
    background: transparent;
  }
  
  #search-bar-broker {
    padding: 20px 0;
    z-index: 8;
  }
  
  #search-bar-broker .city-lists .btn-filter {
    min-width: 120px;
    font-weight: normal;
    white-space: nowrap;
    min-height: 2.5rem;
  }
  
  @media only screen and (max-width: 767px) {
    #search-bar-broker .city-lists .btn-filter {
      min-width: auto;
    }
  }
  
  .bca-rs-container-search-result-page {
    position: relative;
    width: 100%;
    padding-top: 22px;
    background-color: #fafafa;
  }
  
  .bca-rs-container-search-result-page .bca-rs-pagination-content-search-result {
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-search-result-page
      .bca-rs-pagination-content-search-result {
      padding-bottom: 45px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-search-result-page
      .bca-rs-pagination-content-search-result {
      padding-bottom: 30px;
    }
  }
  
  .bca-rs-container-search-result-page .bca-rs-card-promo-content-search-result {
    position: relative;
    padding-bottom: 60px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-search-result-page
      .bca-rs-card-promo-content-search-result {
      padding-bottom: 25px;
    }
  }
  
  .bca-rs-btn-search-main-result {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #bed5e7;
  }
  
  .bca-rs-btn-filter-search {
    width: 100%;
    height: 40px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #6C919C;
    background: transparent;
    border: 1px solid #6C919C;
  }
  
  .bca-rs-btn-filter-search.active {
    color: #ffffff;
    background-color: #6C919C;
  }
  
  .bca-rs-btn-filter-search.active .bca-rs-dots-active-filter {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background-color: #f80404;
  }
  
  .bca-rs-btn-filter-search.active .bca-rs-icon-filter-blue {
    display: none;
  }
  
  .bca-rs-btn-filter-search.active .bca-rs-icon-filter-white {
    display: inline-block;
  }
  
  .bca-rs-btn-filter-search .bca-rs-icon-filter-white {
    display: none;
  }
  
  .bca-rs-list-items-filter-badge {
    position: relative;
    -webkit-overflow-scrolling: touch;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-list-items-filter-badge {
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap;
    }
  }
  
  .bca-rs-list-items-filter-badge::-webkit-scrollbar {
    display: none;
  }
  
  .bca-rs-list-items-filter-badge .bca-rs-list-item-filter {
    width: auto;
    height: 40px;
    display: inline-block;
    margin: 0px 10px 10px 0px;
    padding: 7px 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
    border-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
  }
  
  .bca-rs-list-items-filter-badge .bca-rs-close-items {
    margin-left: 5px;
    font-size: 15px;
    cursor: pointer;
  }
  
  .bca-rs-filter-sorting-property .select2-results__option {
    padding: 8px 10px !important;
  }
  
  .bca-rs-filter-sorting-property
    .select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #6C919C !important;
    font-size: 12px;
  }
  
  .bca-rs-filter-sorting-property .select2-container {
    width: 100% !important;
  }
  
  .bca-rs-filter-sorting-property .select2-dropdown {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.03), 0 0 10px 0 rgba(0, 0, 0, 0.03) !important;
    border: none !important;
  }
  
  .bca-rs-filter-sorting-property
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 8px 10px !important;
    font-weight: 600;
    font-size: 13px !important;
    line-height: 20px;
    color: #6C919C;
  }
  
  .bca-rs-filter-sorting-property
    .select2-container--default
    .select2-selection--single {
    height: 40px;
    padding-bottom: 1rem;
    border: 1px solid #6C919C;
    outline: none !important;
  }
  
  .bca-rs-filter-sorting-property
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding: 8px 10px !important;
  }
  
  .bca-rs-filter-sorting-property
    .select2-container--default
    .select2-results__option--selected {
    padding: 8px 10px !important;
    color: #303030 !important;
  }
  
  .bca-rs-filter-sorting-property
    .select2-results__option--highlighted.select2-results__option--selectable {
    padding: 8px 10px !important;
  }
  
  .bca-rs-filter-sorting-property
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 15px;
    left: 20px;
    display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    background-image: url("/./images/rumahsaya/icon/icon-filter-sorting.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-filter-sorting-property .select2-selection__arrow b {
    display: none;
  }
  
  .bca-rs-filter-sorting-property .select2-results > .select2-results__options {
    font-size: 12px !important;
  }
  
  .bca-rs-filter-sorting-property .select2-results {
    background-color: #ffffff !important;
  }
  
  .bca-rs-filter-sorting-property .select2-choice {
    background-color: transparent !important;
  }
  
  .bca-rs-filter-sorting-property
    .select2-container--default
    .select2-selection--single {
    background-color: transparent !important;
    text-align: center;
  }
  
  .bca-rs-filter-sorting-property .select2-results__option--highlighted {
    color: #303030 !important;
    background-color: rgba(0, 0, 0, 0.03) !important;
  }
  
  .select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #6C919C;
  }
  
  .bca-rs-input-search-result {
    position: relative;
    width: 100%;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #bed5e7;
  }
  
  .bca-rs-form-search-broker input::-webkit-input-placeholder {
    color: #30303080;
    font-weight: 400;
  }
  
  .bca-rs-form-search-broker input::placeholder {
    color: #30303080;
    font-weight: 400;
  }
  
  .bca-rs-form-search-developer input::-webkit-input-placeholder {
    color: #30303080;
    font-weight: 400;
  }
  
  .bca-rs-form-search-developer input::placeholder {
    color: #30303080;
    font-weight: 400;
  }
  
  .bca-rs-input-search {
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    color: #303030;
    background: transparent;
    border: 0px;
    border-radius: 0;
    border-bottom: 1px solid #bed5e7;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-input-search {
      height: 36px;
      font-size: 12px;
    }
  }
  
  .bca-rs-btn-search-developer {
    position: relative;
    width: 40px;
    height: 40px;
    top: 0px;
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #bed5e7;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-btn-search-developer {
      top: -4px;
    }
  }
  
  .bca-rs-btn-search-broker {
    position: relative;
    width: 40px;
    height: 40px;
    top: 0px;
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #bed5e7;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-btn-search-broker {
      top: -4px;
    }
  }
  
  .bca-rs-icon-btn-search {
    width: 30px;
    height: 30px;
  }
  
  .bca-rs-bg-white {
    background-color: #ffffff;
  }
  
  .bca-rs-bg-dark-blue {
    background-color: #0c3258;
  }
  
  .bca-rs-bg-orange {
    background-color: #f48d42;
  }
  
  .bca-rs-bg-blue-sky {
    background-color: #28b4e8;
  }
  
  .bca-rs-bg-green-soft {
    background-color: #44d8a3;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-purple {
    background-color: #b244d8;
  }
  
  .bca-rs-bg-red-soft {
    background-color: #d84468;
  }
  
  .bca-rs-bg-grey-soft {
    background-color: #e5e5e5;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-green-tosca {
    background-color: #00c3c4;
  }
  
  .bca-rs-bg-grey {
    background-color: #fafafa;
  }
  
  .bca-rs-bg-blue-gradient {
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
  }
  
  .modal {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    left: 0;
    top: 0;
    overflow: auto;
    background-color: rgba(4, 17, 33, 0.76);
  }
  
  .modal-content {
    position: relative;
    background-color: #ffffff;
    margin: auto;
    padding: 20px;
    border-radius: 6px;
  }
  
  .bca-rs-close-modal {
    position: absolute;
    top: 4px;
    right: 18px;
    color: #303030;
    font-size: 23px;
    font-weight: 300;
    z-index: 5;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-close-modal {
      top: 5px;
      right: 14px;
    }
  }
  
  .bca-rs-close-modal:hover,
  .bca-rs-close-modal:focus {
    color: #303030;
    text-decoration: none;
    cursor: pointer;
  }
  
  @media only screen and (max-width: 767px) {
    .modal-dialog-bottom {
      position: fixed;
      width: 100%;
      top: auto;
      right: auto;
      left: auto;
      bottom: 0;
      margin: 0;
    }
  }
  
  .bca-rs-modal-bunga-pinjaman {
    position: relative;
    width: 489px;
    padding: 21px 30px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-bunga-pinjaman {
      width: 100%;
      padding: 20px;
    }
  }
  
  .bca-rs-modal-bunga-pinjaman .bca-rs-close-modal {
    position: absolute;
    top: 4px;
    right: 18px;
    color: #6C919C;
    font-size: 23px;
    font-weight: 300;
    z-index: 5;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-bunga-pinjaman .bca-rs-close-modal {
      top: 5px;
      right: 14px;
    }
  }
  
  .bca-rs-modal-bunga-pinjaman .bca-rs-close-modal:hover,
  .bca-rs-modal-bunga-pinjaman .bca-rs-close-modal:focus {
    color: #6C919C;
    text-decoration: none;
    cursor: pointer;
  }
  
  .bca-rs-modal-bunga-pinjaman .bca-rs-scroll-modal-bunga {
    position: relative;
    height: 170px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  
  .bca-rs-modal-bunga-pinjaman .bca-rs-scroll-modal-bunga::-webkit-scrollbar {
    width: 5px;
  }
  
  .bca-rs-modal-bunga-pinjaman
    .bca-rs-scroll-modal-bunga::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 9px;
  }
  
  .bca-rs-modal-bunga-pinjaman
    .bca-rs-scroll-modal-bunga::-webkit-scrollbar-thumb {
    background-color: #6C919C;
    border-radius: 9px;
  }
  
  .bca-rs-modal-bunga-pinjaman .bca-rs-filter-bunga {
    margin-bottom: 15px;
  }
  
  .bca-rs-modal-bunga-pinjaman .bca-rs-filter-bunga:first-child {
    padding-top: 10px;
  }
  
  .bca-rs-modal-bunga-pinjaman .bca-rs-pilihan-bunga-text {
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #303030;
  }
  
  .bca-rs-modal-bunga-pinjaman .bca-rs-label-bunga {
    position: relative;
    top: -5px;
    margin-left: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #303030;
  }
  
  .bca-rs-modal-bunga-pinjaman .bca-rs-tag-promo {
    margin-left: 5px;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 16px;
    text-align: center;
    background-color: #0c3258;
    color: #ffffff;
    border-radius: 48px;
  }
  
  .bca-rs-modal-bunga-pinjaman input[type="radio"] {
    width: 20px;
    height: 20px;
  }
  
  .bca-rs-modal-bunga-pinjaman input[type="radio"]:not(:checked) + label {
    color: #000000;
  }
  
  .bca-rs-modal-bunga-pinjaman input[type="radio"]:checked {
    font-weight: bold;
    border: 1px solid #6C919C;
    background-color: #6C919C;
  }
  
  .bca-rs-modal-bunga-pinjaman input[type="radio"]:checked + label {
    color: #6C919C;
  }
  
  .bca-rs-container-modal-filter-location .bca-rs-close-modal {
    position: absolute;
    top: 4px;
    right: 18px;
    color: #6C919C;
    font-size: 25px;
    font-weight: 500;
    z-index: 5;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-modal-filter-location .bca-rs-close-modal {
      top: 5px;
      right: 14px;
    }
  }
  
  .bca-rs-modal-filter-location {
    max-width: 460px;
    border-radius: 10px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-filter-location {
      width: 100%;
    }
  }
  
  .bca-rs-modal-filter-location .bca-rs-choose-city-text {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #303030;
  }
  
  .bca-rs-modal-filter-location .bca-rs-tabs-checkbox-modal {
    overflow: hidden !important;
    white-space: normal !important;
  }
  
  .bca-rs-modal-filter-location .bca-rs-checkbox-modal {
    width: 100px !important;
    height: 40px !important;
  }
  
  .bca-rs-modal-pilih-tipe-cluster {
    width: 490px;
    height: auto;
    border-radius: 10px;
    padding: 55px 23px 42px 23px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-pilih-tipe-cluster {
      width: 100%;
      padding: 35px 25px 20px 15px;
    }
  }
  
  .bca-rs-modal-pilih-tipe-cluster .bca-rs-close-modal {
    position: absolute;
    font-size: 23px;
    font-weight: 500;
    top: 10px;
    right: 22px;
    color: #6C919C;
    z-index: 5;
  }
  
  .bca-rs-modal-pilih-tipe-cluster .bca-rs-icon-house-blue {
    width: 32px;
    height: 32px;
  }
  
  .bca-rs-modal-pilih-tipe-cluster .bca-rs-card-list-modal-cluster {
    position: relative;
    height: 320px;
    margin-top: 20px;
    overflow: auto;
  }
  
  .bca-rs-modal-pilih-tipe-cluster .bca-rs-card-list-modal-cluster .card.active {
    background-color: #0d5cab38;
  }
  
  .bca-rs-modal-pilih-tipe-cluster .bca-rs-cluster-img-type {
    width: 106px;
    height: 109px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .bca-rs-modal-pilih-tipe-cluster .bca-rs-name-type-cluster {
    margin-bottom: 40px;
  }
  
  .bca-rs-container-simulasi-angsuran .modal-dialog {
    max-width: 1000px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-container-simulasi-angsuran .modal-dialog {
      max-width: 100%;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-simulasi-angsuran .modal-dialog {
      max-width: 100%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-simulasi-angsuran .modal-dialog {
      max-width: 100%;
    }
  }
  
  .bca-rs-modal-simulasi-angsuran {
    width: 1000px;
    height: 488px;
    padding: 0px;
    background-color: #6C919C;
    border-radius: 10px;
    border: none;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-modal-simulasi-angsuran {
      width: 100%;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-modal-simulasi-angsuran {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-simulasi-angsuran {
      width: 100%;
      height: 100%;
    }
  }
  
  .bca-rs-modal-simulasi-angsuran .bca-rs-close-modal {
    position: absolute;
    top: 12px;
    right: 16px;
    color: #6C919C;
    font-size: 23px;
    font-weight: 300;
    z-index: 5;
  }
  
  .bca-rs-modal-simulasi-angsuran .bca-rs-modal-wrapper-simulation-angsuran {
    height: 488px;
    margin-top: 8px;
    padding: 36px 45px;
    background-color: #ffffff;
    border-radius: 10px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-simulasi-angsuran .bca-rs-modal-wrapper-simulation-angsuran {
      height: 100%;
      padding: 36px 30px;
    }
  }
  
  .bca-rs-container-modal-maps-property .modal-dialog {
    max-width: 1000px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-modal-maps-property .modal-dialog {
      max-width: 100%;
    }
  }
  
  .bca-rs-container-modal-maps-property .bca-rs-close-modal {
    position: absolute;
    top: -38px;
    right: 3px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
    z-index: 5;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-modal-maps-property .bca-rs-close-modal {
      top: 15px;
      right: 8px;
      padding: 0px 10px;
      font-size: 22px;
      background-color: #6C919C;
      border-radius: 100px;
      position: fixed;
      z-index: 100;
    }
  }
  
  .bca-rs-container-modal-maps-property input:disabled {
    opacity: 1 !important;
    font-weight: 600;
    color: #000000;
  }
  
  .bca-rs-container-modal-maps-property input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 12px;
    color: #303030;
  }
  
  .bca-rs-container-modal-maps-property input::placeholder {
    font-weight: 500;
    font-size: 12px;
    color: #303030;
  }
  
  .bca-rs-modal-maps-content {
    width: 100%;
    height: 577px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-modal-maps-content {
      width: 96%;
      height: auto;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-maps-content {
      height: 100vh;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-direction-maps {
      position: fixed;
      width: 100%;
      left: 0;
      bottom: 0;
      z-index: 9;
      background-color: #ffffff;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
    }
  
    .bca-rs-container-direction-maps.active {
      height: 80%;
    }
  }
  
  .bca-rs-maps-duration-destination {
    width: 100%;
    height: 50px;
    background: #ecf4ff;
    border-radius: 5px;
  }
  
  .bca-rs-maps-duration-destination .bca-rs-icon-cars {
    width: 35px;
    height: 35px;
  }
  
  .bca-rs-input-location-starting-point {
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
    padding-left: 42px;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    background-size: 26px;
    background-image: url("/./images/rumahsaya/icon/icon-house-origin-maps.svg");
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 50%;
    background-color: #fafafa;
    border-radius: 5px;
    border: none;
    outline: none;
  }
  
  .bca-rs-input-location-destination-maps {
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
    padding-left: 42px;
    font-weight: 500;
    font-size: 12px;
    color: #303030;
    background-size: 26px;
    background-image: url("/./images/rumahsaya/icon/icon-pingpoint-destination-maps.svg");
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 50%;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #c4d4e0;
    box-sizing: border-box;
    outline: none;
  }
  
  .bca-rs-input-location-destination-maps::-webkit-input-placeholder {
    color: rgba(48, 48, 48, 0.5) !important;
  }
  
  .bca-rs-input-location-destination-maps::-moz-placeholder {
    color: rgba(48, 48, 48, 0.5) !important;
  }
  
  .bca-rs-input-location-destination-maps::-ms-placeholder {
    color: rgba(48, 48, 48, 0.5) !important;
  }
  
  .bca-rs-input-location-destination-maps::-webkit-input-placeholder {
    color: rgba(48, 48, 48, 0.5) !important;
  }
  
  .bca-rs-input-location-destination-maps::placeholder {
    color: rgba(48, 48, 48, 0.5) !important;
  }
  
  .bca-rs-line-swipe {
    width: 32px;
    height: 2px;
    background-color: #6C919C;
    border-radius: 100px;
    margin: 0 auto;
  }
  
  .bca-rs-line-swipe.mb-line {
    margin-bottom: 2px;
  }
  
  .bca-rs-content-direction-wrapper {
    min-height: 0;
    transition: min-height 0.7s ease-in-out;
  }
  
  .bca-rs-maps-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 87.5%;
    overflow: hidden;
  }
  
  .bca-rs-maps-container .gm-style .gm-style-iw {
    font-weight: 500;
    color: #6C919C;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-maps-container .gm-fullscreen-control {
      display: none;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-maps-container {
      padding-bottom: 100vh !important;
      padding-bottom: calc(var(--vh, 1vh) * 100) !important;
    }
  }
  
  #bca-rs-maps-property {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  
  .bca-rs-toggle-swipe-maps {
    text-align: center;
  }
  
  .bca-rs-toggle-swipe-maps.bca-rs-icon-carret-up::after,
  .bca-rs-toggle-swipe-maps.bca-rs-icon-carret-down::after {
    cursor: pointer;
    width: 10px;
    height: 10px;
  }
  
  .bca-rs-toggle-swipe-maps.bca-rs-icon-carret-up::after {
    border-left-width: 3px;
    border-bottom-width: 3px;
    top: 3px;
  }
  
  .bca-rs-toggle-swipe-maps.bca-rs-icon-carret-down::after {
    border-right-width: 3px;
    border-top-width: 3px;
    top: -3px;
  }
  
  .bca-rs-modal-main-search {
    width: 744px;
    height: auto !important;
    padding: 0px;
    background-color: #6C919C !important;
    border: 0;
    border-radius: 10px !important;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-modal-main-search {
      width: 92%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-main-search {
      width: 100%;
      border-radius: 0px;
    }
  }
  
  .bca-rs-btn-close-modal {
    width: 20px;
    height: 20px;
    padding: 0;
    background: transparent;
    text-align: center;
  }
  
  .bca-rs-modal-content-main-search {
    width: 100%;
    height: auto;
    margin-top: 10px;
    background-color: #ffffff;
    border-radius: 10px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-content-main-search {
      margin-top: 0px;
      border-radius: 0px;
    }
  }
  
  .bca-rs-tabbing-result-main-result {
    position: relative;
    margin-top: 30px;
  }
  
  .bca-rs-tabbing-result-main-result .nav-tabs {
    border-bottom: 2px solid #dee2e6;
  }
  
  .bca-rs-tabbing-result-main-result .nav-tabs .nav-link.active {
    color: #303030;
    border-bottom: 2px solid #6C919C;
    background-color: transparent;
  }
  
  .bca-rs-tabbing-result-main-result .nav-item {
    width: 50%;
  }
  
  .bca-rs-tabbing-result-main-result .nav-item button {
    width: 100%;
  }
  
  .bca-rs-tabbing-result-main-result .nav-tabs .nav-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #303030a1;
    border: none;
  }
  
  .bca-rs-form-modal-main-search {
    position: relative;
    margin-bottom: 20px;
  }
  
  .bca-rs-form-modal-main-search .bca-rs-input-main-search {
    position: relative;
    height: 40px;
    padding-left: 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background-color: transparent;
    color: #303030;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #bed5e7;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-form-modal-main-search .bca-rs-input-main-search {
      height: 36px;
    }
  }
  
  .bca-rs-form-modal-main-search input::-webkit-input-placeholder {
    color: #30303080;
    font-weight: 400;
  }
  
  .bca-rs-form-modal-main-search input::placeholder {
    color: #30303080;
    font-weight: 400;
  }
  
  .bca-rs-form-modal-main-search .bca-rs-btn-main-search {
    position: relative;
    width: 40px;
    height: 40px;
    top: 0px;
    padding: 0px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #bed5e7;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-form-modal-main-search .bca-rs-btn-main-search {
      top: -2px;
    }
  }
  
  .bca-rs-tablist-location-recommendation .accordion-item {
    background-color: transparent;
    border: none;
  }
  
  .bca-rs-tablist-location-recommendation .accordion-header {
    background-color: #f1f5f8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  
  .bca-rs-tablist-location-recommendation .accordion-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #303030;
    background-color: #f1f5f8;
    border-radius: 5px !important;
    outline: none;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-tablist-location-recommendation .accordion-button {
      font-size: 14px;
    }
  }
  
  .bca-rs-tablist-location-recommendation .accordion-button:focus {
    box-shadow: none;
  }
  
  .bca-rs-tablist-location-recommendation .accordion-button:not(.collapsed) {
    box-shadow: none;
  }
  
  .bca-rs-tablist-location-recommendation .accordion-body {
    background-color: #f1f5f8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  
  .bca-rs-card-sounding-promo {
    width: 100%;
    height: auto;
    background: linear-gradient(176.54deg, #2d86f3 1.6%, #1965c1 99.58%);
    text-align: center;
  }
  
  .bca-rs-icon-promo-sounding {
    width: 37px;
    height: auto;
  }
  
  .bca-rs-bg-fullscreen-modal {
    width: 100%;
    min-height: 100vh;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-bg-fullscreen-modal {
      padding-top: 0px;
      background-color: #ffffff;
      background-image: none;
    }
  }
  
  .bca-rs-bg-fullscreen-modal .modal-content {
    background-color: transparent;
  }
  
  .bca-rs-modal-content-filter-search {
    width: 100%;
    margin-top: 10px;
    background-color: transparent;
    border-radius: 10px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-content-filter-search {
      margin-top: 0px;
      border-radius: 0px;
    }
  }
  
  .bca-rs-modal-content-filter-search input:focus {
    border-color: #c4d4e0 !important;
  }
  
  .bca-rs-modal-content-filter-search .slider-range {
    padding-left: 0.5rem;
    width: 98%;
  }
  
  .bca-rs-filter-search-wrapper .form-check-input {
    width: 1.2em;
    height: 1.2em;
  }
  
  .bca-rs-filter-search-wrapper .bca-rs-filter-wrapper-right-side {
    padding: 35px 10px 20px 0px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-filter-search-wrapper .bca-rs-filter-wrapper-right-side {
      padding: 32px 0px 20px 0px;
    }
  }
  
  .bca-rs-filter-search-wrapper .bca-rs-filter-scroll-wrapper {
    position: relative;
    height: 100%;
    margin-right: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 4px;
    padding-right: 1px;
  }
  
  @media (max-width: 575.98px) {
    .bca-rs-filter-search-wrapper .bca-rs-filter-scroll-wrapper {
      padding-bottom: 65px !important;
    }
  }
  
  .bca-rs-filter-search-wrapper .bca-rs-btn-reset-filter {
    width: 100%;
    height: 40px;
    background: #fff;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #6C919C;
  }
  
  .bca-rs-filter-search-wrapper .bca-rs-btn-apply-filter {
    width: 100%;
    height: 40px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
  }
  
  .bca-rs-filter-search-wrapper .bca-rs-icon-sidebar-filter {
    position: relative;
    width: 50px;
    height: 50px;
    margin: auto 35px 10px 35px;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: center;
  }
  
  .bca-rs-filter-search-wrapper .bca-rs-icon-sidebar-filter.active {
    background-color: #6C919C;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-filter-search-wrapper .bca-rs-icon-sidebar-filter {
      margin: auto 5px 10px 5px;
    }
  }
  
  .bca-rs-filter-search-wrapper .container {
    max-width: 660px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-filter-search-wrapper .container {
      max-width: 100%;
    }
  }
  
  .bca-rs-filter-search-wrapper .sidebar-nav {
    width: 150px;
    background: #fafafa;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  
  .bca-rs-filter-search-wrapper .sidebar-nav::-webkit-scrollbar {
    display: none;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-filter-search-wrapper .sidebar-nav {
      width: 90px;
      height: 97vh;
      overflow: scroll;
    }
  }
  
  .bca-rs-filter-search-wrapper .filter-wrapper {
    font-size: 0.875rem;
    border-radius: 16px;
    height: 80vh;
    min-height: 650px;
    max-height: 1250px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-filter-search-wrapper .filter-wrapper {
      min-height: 550px;
      height: 70vh;
    }
  }
  
  @media (max-width: 575.98px) {
    .bca-rs-filter-search-wrapper .filter-wrapper {
      height: 100vh;
      min-height: 700px;
    }
  }
  
  .bca-rs-filter-search-wrapper .filter-wrapper .sub-title {
    display: block;
    font-weight: 600;
    margin-bottom: 0.8rem;
  }
  
  .bca-rs-filter-search-wrapper .filter-wrapper .filter-row {
    margin-bottom: 1rem;
  }
  
  .bca-rs-filter-search-wrapper .filter-wrapper .col-check-box {
    margin-bottom: 0.3rem;
  }
  
  .bca-rs-filter-search-wrapper .filter-wrapper > div:nth-child(2) {
    height: calc(100% - 140px);
  }
  
  @media (max-width: 575.98px) {
    .bca-rs-filter-search-wrapper .filter-wrapper > div:nth-child(2) {
      height: calc(100% - 152px);
    }
  }
  
  .bca-rs-filter-search-wrapper .nav-pills {
    border: 1px solid #fafafa;
  }
  
  .bca-rs-filter-search-wrapper .nav-pills .nav-link {
    width: 100%;
    color: #b9b7b7;
    font-weight: 600;
    border-radius: 0px;
    background-color: #f3f3f3;
  }
  
  .bca-rs-filter-search-wrapper .nav-pills .nav-link.active {
    color: #303030;
    background-color: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
  }
  
  @media (max-width: 575.98px) {
    .bca-rs-filter-search-wrapper .action-button {
      position: fixed;
      width: 100%;
      bottom: 0;
      left: 0;
      z-index: 20;
      background: #fff;
    }
  }
  
  .bca-rs-filter-search-wrapper .bca-rs-seperator-line {
    width: 100%;
    border: 1px solid #ccc;
  }
  
  .bca-rs-filter-search-wrapper .bca-rs-seperator-line.seperator-luas-rumah {
    margin: 28px 0px;
  }
  
  .bca-rs-modal-share-property {
    width: 489px;
    height: auto;
    padding: 20px 32px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-share-property {
      width: 100%;
      padding: 20px 25px;
    }
  }
  
  .bca-rs-modal-share-property .bca-rs-close-modal {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 28px;
    color: #6C919C;
    z-index: 5;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-share-property .bca-rs-close-modal {
      right: 18px;
    }
  }
  
  .bca-rs-modal-share-property .bca-rs-img-property-share {
    width: 100%;
    max-height: 139px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-share-property .bca-rs-img-property-share {
      max-height: 95px;
    }
  }
  
  .bca-rs-modal-share-property .bca-rs-social-media-modal-share {
    width: 100%;
  }
  
  .bca-rs-modal-share-property .bca-rs-social-media-modal-share ul li {
    margin: 0 20px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-share-property .bca-rs-social-media-modal-share ul li {
      margin: 0 15px;
    }
  }
  
  .bca-rs-modal-share-property
    .bca-rs-social-media-modal-share
    ul
    li:first-child {
    margin-left: 10px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-row-wrapper-type-property {
      height: 55px;
      overflow: hidden;
    }
  }
  
  .bca-rs-row-wrapper-type-property.active {
    height: auto;
  }
  
  .bca-rs-modal-tanya-property {
    width: 490px;
    padding: 20px 30px;
  }
  
  @media (max-width: 767.98px) {
    .bca-rs-modal-tanya-property {
      height: 82vh;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-tanya-property {
      width: 100%;
      padding: 20px;
    }
  }
  
  .bca-rs-modal-tanya-property .bca-rs-close-modal {
    position: absolute;
    top: 8px;
    right: 25px;
    font-size: 28px;
    color: #6C919C;
    z-index: 5;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-tanya-property .bca-rs-close-modal {
      right: 15px;
    }
  }
  
  .bca-rs-modal-tanya-property .bca-rs-btn-sumbit-tanya-property {
    width: 100%;
    height: 50px;
  }
  
  .bca-rs-modal-tanya-property .bca-rs-text-area-pertanyaan {
    height: 100px;
  }
  
  .bca-rs-modal-tanya-property .bca-rs-form-tanya-property {
    margin-bottom: 0px;
    max-height: 80vh;
    overflow: auto;
  }
  
  .bca-rs-modal-tanya-property .bca-rs-form-tanya-property .form-group input {
    height: 45px;
  }
  
  .bca-rs-modal-tanya-property
    .bca-rs-form-tanya-property
    .form-group
    input.valid {
    padding-right: 2.25rem;
  }
  
  @media only screen and (max-height: 720px) {
    .bca-rs-modal-tanya-property
      .bca-rs-form-tanya-property
      .form-group:last-child {
      padding-bottom: 80px;
    }
  }
  
  .bca-rs-modal-tanya-property .bca-rs-form-tanya-property label.error {
    margin-top: 5px;
    font-size: 12px;
    color: red;
  }
  
  .bca-rs-modal-tanya-property .bca-rs-form-tanya-property textarea {
    font-size: 14px;
  }
  
  .bca-rs-modal-tanya-property .bca-rs-form-tanya-property textarea.valid {
    background: none;
  }
  
  .bca-rs-modal-tanya-property
    .bca-rs-form-tanya-property
    .form-check-input:checked {
    background-color: #6C919C;
  }
  
  .bca-rs-modal-tanya-property .bca-rs-form-tanya-property .valid {
    background-size: 22px;
    background: url("/./images/rumahsaya/icon/icon-valid-check-form.svg")
      no-repeat 98% center;
  }
  
  .bca-rs-modal-konsultasi-kpr {
    width: 490px;
    padding: 20px 30px;
  }
  
  @media (max-width: 767.98px) {
    .bca-rs-modal-konsultasi-kpr {
      height: 82vh;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-konsultasi-kpr {
      width: 100%;
      padding: 20px;
    }
  }
  
  .bca-rs-modal-konsultasi-kpr .bca-rs-close-modal {
    position: absolute;
    top: 8px;
    right: 25px;
    font-size: 28px;
    color: #6C919C;
    z-index: 5;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-konsultasi-kpr .bca-rs-close-modal {
      right: 15px;
    }
  }
  
  .bca-rs-modal-konsultasi-kpr .bca-rs-btn-submit-konsultasi-kpr {
    width: 100%;
    height: 50px;
  }
  
  .bca-rs-modal-konsultasi-kpr .bca-rs-text-area-pertanyaan {
    height: 100px;
  }
  
  .bca-rs-form-konsultasi-kpr {
    margin-bottom: 0px;
    max-height: 80vh;
    overflow: auto;
  }
  
  .bca-rs-form-konsultasi-kpr .form-group input {
    height: 45px;
  }
  
  .bca-rs-form-konsultasi-kpr .form-group input.valid {
    padding-right: 2.25rem;
  }
  
  @media only screen and (max-height: 720px) {
    .bca-rs-form-konsultasi-kpr .form-group:last-child {
      padding-bottom: 80px;
    }
  }
  
  .bca-rs-form-konsultasi-kpr label.error {
    margin-top: 5px;
    font-size: 12px;
    color: red;
  }
  
  .bca-rs-form-konsultasi-kpr textarea {
    font-size: 14px;
  }
  
  .bca-rs-form-konsultasi-kpr textarea.valid {
    background: none;
  }
  
  .bca-rs-form-konsultasi-kpr .form-check-input:checked {
    background-color: #6C919C;
  }
  
  .bca-rs-form-konsultasi-kpr .valid {
    background-size: 22px;
    background: url("/./images/rumahsaya/icon/icon-valid-check-form.svg")
      no-repeat 98% center;
  }
  
  .bca-rs-form-check-terms-agree {
    min-height: unset;
  }
  
  .bca-rs-form-check-terms-agree .form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  }
  
  .bca-rs-form-check-terms-agree .form-check-input:checked {
    background-color: #6C919C;
  }
  
  .bca-rs-form-check-terms-agree .form-check-input:not(:checked) {
    background: none;
  }
  
  .bca-rs-modal-thank-you {
    width: 490px;
    height: auto;
    min-height: 250px;
    padding: 64px 46px 38px 46px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-thank-you {
      width: 100%;
      padding: 78px 20px 30px 20px;
    }
  }
  
  .bca-rs-modal-thank-you .bca-rs-close-modal {
    position: absolute;
    top: 8px;
    right: 25px;
    font-size: 25px;
    color: #6C919C;
    z-index: 5;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-thank-you .bca-rs-close-modal {
      right: 20px;
    }
  }
  
  .bca-rs-modal-thank-you .bca-rs-lottie-thankyou-message {
    position: relative;
    margin: auto;
    width: 178px;
    height: auto;
  }
  
  .bca-rs-btn-thankyou-message {
    width: 201px;
    height: 50px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-btn-thankyou-message {
      width: 100%;
    }
  }
  
  .bca-rs-modal-gallery-property-container .modal-dialog {
    max-width: 830px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-modal-gallery-property-container .modal-dialog {
      max-width: 100%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-gallery-property-container .modal-dialog {
      max-width: 100%;
    }
  }
  
  .bca-rs-modal-gallery-property {
    width: 830px;
    height: auto;
    padding: 0px;
    background: transparent;
    border: none;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-modal-gallery-property {
      width: 100%;
      padding: 15px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-gallery-property {
      width: 100%;
    }
  }
  
  .bca-rs-modal-gallery-property .bca-rs-close-modal {
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 32px;
    color: #ffffff;
    z-index: 12;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-modal-gallery-property .bca-rs-close-modal {
      right: 18px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-gallery-property .bca-rs-close-modal {
      top: -50px;
      right: 5px;
      font-size: 25px;
    }
  }
  
  .bca-rs-modal-gallery-property .nav-tabs {
    border: none;
  }
  
  .bca-rs-modal-gallery-property .nav-item {
    margin-right: 12px;
  }
  
  .bca-rs-modal-gallery-property .nav-item button {
    width: 105px;
    height: 40px;
    text-align: center;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-gallery-property .nav-item button {
      width: 100px;
      height: 30px;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .bca-rs-modal-gallery-property .nav-item button {
      width: 85px;
      height: 30px;
    }
  }
  
  .bca-rs-modal-gallery-property .nav-tabs .nav-link.active {
    background: #6C919C;
    border: none;
  }
  
  .bca-rs-modal-gallery-property .nav-tabs .nav-link {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-gallery-property .nav-tabs .nav-link {
      font-size: 12px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-gallery-property .nav-link {
      padding: 0rem 1rem;
    }
  }
  
  .bca-rs-gallery-property-wrapper {
    position: relative;
  }
  
  .bca-rs-gallery-property-wrapper .bca-rs-counter-slider-gallery-modal {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 14px;
    color: #ffffff;
    z-index: 9;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-gallery-property-wrapper .bca-rs-counter-slider-gallery-modal {
      bottom: 0;
      right: 14px;
      font-size: 12px;
    }
  }
  
  .bca-rs-gallery-property-wrapper .swiper-button-disabled:nth-child(n) {
    opacity: 0;
  }
  
  .bca-rs-gallery-property-wrapper .swiper-button-prev {
    left: 10px;
  }
  
  .bca-rs-gallery-property-wrapper .swiper-button-next {
    right: 10px;
  }
  
  .bca-rs-gallery-property-wrapper .swiper-button-prev:after {
    font-size: 17px !important;
  }
  
  .bca-rs-gallery-property-wrapper .swiper-button-next:after {
    font-size: 17px !important;
  }
  
  .bca-rs-gallery-property-wrapper .swiper-button-prev,
  .bca-rs-gallery-property-wrapper .swiper-button-next {
    top: 50%;
  }
  
  .bca-rs-gallery-property-wrapper .swiper-button-prev,
  .bca-rs-gallery-property-wrapper .swiper-button-next {
    width: 40px;
    height: 40px;
    font-weight: 700;
    padding: 12px 16px;
    border-radius: 40px;
    background-color: #ffffff;
    color: #6C919C !important;
    fill: #6C919C !important;
    stroke: #6C919C !important;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
    outline: none;
  }
  
  .bca-rs-gallery-property-wrapper .swiper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  
  .bca-rs-gallery-property-wrapper .swiper-slide {
    background-color: #041121f5;
  }
  
  .bca-rs-gallery-property-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  
  .bca-rs-gallery-property-wrapper .swiper-slide iframe {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  
  .bca-rs-gallery-property-wrapper .bca-rs-gallery-photos {
    width: 100%;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-gallery-property-wrapper .bca-rs-gallery-photos {
      height: 80%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-gallery-property-wrapper .bca-rs-gallery-photos {
      height: 280px;
    }
  }
  
  .bca-rs-gallery-property-wrapper .bca-rs-gallery-photos .swiper-slide {
    height: 470px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-gallery-property-wrapper .bca-rs-gallery-photos .swiper-slide {
      height: 280px;
    }
  }
  
  .bca-rs-gallery-property-wrapper .bca-rs-gallery-photos .swiper-slide img {
    height: 100%;
  }
  
  .bca-rs-gallery-property-wrapper .bca-rs-gallery-video {
    width: 100%;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-gallery-property-wrapper .bca-rs-gallery-video {
      height: 80%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-gallery-property-wrapper .bca-rs-gallery-video {
      height: 280px;
    }
  }
  
  .bca-rs-gallery-property-wrapper .bca-rs-gallery-video .swiper-slide {
    height: 470px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-gallery-property-wrapper .bca-rs-gallery-video .swiper-slide {
      height: 280px;
    }
  }
  
  .bca-rs-gallery-property-wrapper .bca-rs-gallery-video .swiper-slide iframe {
    height: 100%;
    max-height: 422px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-gallery-property-wrapper .bca-rs-gallery-video .swiper-slide iframe {
      height: 280px;
    }
  }
  
  .bca-rs-gallery-property-wrapper .bca-rs-gallery-360 {
    width: 100%;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-gallery-property-wrapper .bca-rs-gallery-360 {
      height: 80%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-gallery-property-wrapper .bca-rs-gallery-360 {
      height: 280px;
    }
  }
  
  .bca-rs-gallery-property-wrapper .bca-rs-gallery-360 .swiper-slide {
    height: 470px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-gallery-property-wrapper .bca-rs-gallery-360 .swiper-slide {
      height: 280px;
    }
  }
  
  .bca-rs-gallery-property-wrapper .bca-rs-gallery-360 .swiper-slide iframe {
    height: 100%;
    max-height: 422px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-gallery-property-wrapper .bca-rs-gallery-360 .swiper-slide iframe {
      height: 280px;
    }
  }
  
  .bca-rs-gallery-property-wrapper .bca-rs-gallery-thumbnail {
    height: 20%;
    box-sizing: border-box;
    padding: 20px 0;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-gallery-property-wrapper .bca-rs-gallery-thumbnail {
      padding: 10px 0px;
    }
  }
  
  .bca-rs-gallery-property-wrapper .bca-rs-gallery-thumbnail .swiper-slide {
    width: 25%;
    height: auto;
    opacity: 0.2;
  }
  
  .bca-rs-gallery-property-wrapper .bca-rs-gallery-thumbnail .swiper-slide img {
    height: 65px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .bca-rs-gallery-property-wrapper
    .bca-rs-gallery-thumbnail
    .swiper-slide-thumb-active,
  .bca-rs-gallery-property-wrapper
    .bca-rs-gallery-thumbnail
    .swiper-slide-active {
    border: 4px solid #6C919C;
    opacity: 1;
  }
  
  .bca-rs-gallery-property-wrapper .bca-rs-gallery-thumbnail .swiper-slide-thumb {
    border-radius: 5px;
  }
  
  .bca-rs-modal-unduh-brosur-cluster {
    width: 490px;
    height: auto;
    padding: 34px 22px;
    border-radius: 6px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-unduh-brosur-cluster {
      width: 100%;
      padding: 20px;
    }
  }
  
  .bca-rs-modal-unduh-brosur-cluster .bca-rs-close-modal {
    position: absolute;
    top: 10px;
    right: 22px;
    color: #6C919C;
    font-size: 28px;
    z-index: 5;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-unduh-brosur-cluster .bca-rs-close-modal {
      right: 30px;
    }
  }
  
  .bca-rs-modal-unduh-brosur-cluster .accordion-item {
    background-color: transparent;
    border: none;
  }
  
  .bca-rs-modal-unduh-brosur-cluster .accordion-header {
    background-color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  
  .bca-rs-modal-unduh-brosur-cluster .accordion-button {
    font-weight: 600;
    color: #303030;
    background-color: #ffffff;
    border-radius: 5px !important;
    outline: none;
  }
  
  .bca-rs-modal-unduh-brosur-cluster .accordion-button:focus {
    box-shadow: none;
  }
  
  .bca-rs-modal-unduh-brosur-cluster .accordion-button:not(.collapsed) {
    background-color: #ffffff;
    box-shadow: none;
  }
  
  .bca-rs-modal-unduh-brosur-cluster .accordion-body {
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px 20px;
  }
  
  .bca-rs-modal-unduh-brosur-cluster .bca-rs-icon-house-cabin {
    width: 30px;
    height: 30px;
  }
  
  .bca-rs-hr-line-divide-brosur {
    position: relative;
  }
  
  .bca-rs-hr-line-divide-brosur::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    left: 0;
    top: 50%;
    background-color: #eee;
  }
  
  .bca-rs-hr-line-divide-brosur::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    right: 0;
    top: 50%;
    background-color: #eee;
  }
  
  .bca-rs-modal-unduh-brosur-none-cluster {
    width: 490px;
    height: auto;
    padding: 20px;
    border-radius: 6px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-unduh-brosur-none-cluster {
      width: 100%;
    }
  }
  
  .bca-rs-modal-unduh-brosur-none-cluster .bca-rs-close-modal {
    position: absolute;
    top: 14px;
    right: 27px;
    color: #6C919C;
    font-size: 23px;
    font-weight: 400;
    z-index: 5;
  }
  
  .bca-rs-modal-unduh-brosur-broker {
    width: 490px;
    height: auto;
    padding: 20px;
    border-radius: 6px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-modal-unduh-brosur-broker {
      width: 100%;
    }
  }
  
  .bca-rs-modal-unduh-brosur-broker .bca-rs-close-modal {
    position: absolute;
    top: 14px;
    right: 27px;
    color: #6C919C;
    font-size: 23px;
    font-weight: 400;
    z-index: 5;
  }
  
  .bca-rs-scroll-brosur {
    position: relative;
    height: auto;
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  .bca-rs-scroll-brosur::-webkit-scrollbar {
    width: 5px;
  }
  
  .bca-rs-scroll-brosur::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 9px;
  }
  
  .bca-rs-scroll-brosur::-webkit-scrollbar-thumb {
    background-color: #6C919C;
    border-radius: 9px;
  }
  
  .line-title {
    width: 50%;
  }
  
  @media (max-width: 575.98px) {
    .line-title {
      width: 100%;
    }
  }
  
  .icon-loading-form-submit {
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #6C919C;
    border-right: 3px solid #6C919C;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  .bca-rs-bg-white {
    background-color: #ffffff;
  }
  
  .bca-rs-bg-dark-blue {
    background-color: #0c3258;
  }
  
  .bca-rs-bg-orange {
    background-color: #f48d42;
  }
  
  .bca-rs-bg-blue-sky {
    background-color: #28b4e8;
  }
  
  .bca-rs-bg-green-soft {
    background-color: #44d8a3;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-purple {
    background-color: #b244d8;
  }
  
  .bca-rs-bg-red-soft {
    background-color: #d84468;
  }
  
  .bca-rs-bg-grey-soft {
    background-color: #e5e5e5;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-green-tosca {
    background-color: #00c3c4;
  }
  
  .bca-rs-bg-grey {
    background-color: #fafafa;
  }
  
  .bca-rs-bg-blue-gradient {
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
  }
  
  .bca-rs-icon-bedroom {
    position: relative;
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    background-image: url("/./images/rumahsaya/icon-property/icon-bedroom.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon-bedroom.small {
    width: 16px;
    height: 16px;
  }
  
  .bca-rs-icon-kamar-mandi {
    position: relative;
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    background-image: url("/./images/rumahsaya/icon-property/icon-kamar-mandi.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon-kamar-mandi.small {
    width: 16px;
    height: 16px;
  }
  
  .bca-rs-icon-luas-tanah {
    position: relative;
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    background-image: url("/./images/rumahsaya/icon-property/icon-luas-tanah.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon-luas-tanah.small {
    width: 16px;
    height: 16px;
  }
  
  .bca-rs-icon-luas-bangunan {
    position: relative;
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    background-image: url("/./images/rumahsaya/icon-property/icon-luas-bangunan.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon-luas-bangunan.small {
    width: 16px;
    height: 16px;
  }
  
  .bca-rs-icon-lantai-rumah {
    position: relative;
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("/./images/rumahsaya/icon-property/icon-lantai-rumah.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon-lantai-rumah.small {
    width: 16px;
    height: 16px;
  }
  
  .bca-rs-icon-type-property {
    position: relative;
    display: inline-block;
    content: "";
    width: 26px;
    height: 26px;
    background-image: url("/./images/rumahsaya/icon-property/icon-tipe-property.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon-kondisi-rumah {
    position: relative;
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    background-image: url("/./images/rumahsaya/icon-property/icon-kondisi-rumah.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon-harga-property {
    position: relative;
    display: inline-block;
    content: "";
    width: 26px;
    height: 26px;
    top: -6px;
    background-image: url("/./images/rumahsaya/icon-property/icon-harga-property.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon-reset {
    width: 14px;
    height: 14px;
  }
  
  .bca-rs-icon-house-property {
    position: relative;
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("/./images/rumahsaya/icon/icon-house-property-black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 3px;
  }
  
  .bca-rs-icon-search-blue {
    position: relative;
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("/./images/rumahsaya/icon/icon-search-blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 3px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-icon-search-blue {
      width: 18px;
      height: 18px;
    }
  }
  
  .bca-rs-icon-chevron-left {
    position: relative;
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("/./images/rumahsaya/icon/icon-chevron-left.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  
  .bca-rs-icon-filter-blue {
    position: relative;
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    top: 2px;
    background-image: url("/./images/rumahsaya/icon/icon-filter-blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon-filter-white {
    position: relative;
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    top: 2px;
    background-image: url("/./images/rumahsaya/icon/icon-filter-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon-filter-location {
    position: relative;
    display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    background-image: url("/./images/rumahsaya/icon/icon-filter-location.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 2px;
  }
  
  .bca-rs-icon-filter-sorting {
    position: relative;
    display: inline-block;
    content: "";
    width: 14px;
    height: 7px;
    background-image: url("/./images/rumahsaya/icon/icon-filter-sorting.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: -1px;
  }
  
  .bca-rs-release-tag {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 11px;
    color: #ffffff;
    padding: 5px 10px;
    white-space: nowrap;
    text-align: center;
    border-radius: 50px;
  }
  
  .bca-rs-release-tag::first-letter {
    text-transform: capitalize;
  }
  
  .bca-rs-release-tag.bca-rs-new-launch {
    background-color: #f48d42;
  }
  
  .bca-rs-release-tag.bca-rs-few-month {
    font-weight: 400;
    color: #303030;
    padding: 3px 0px 3px 6px;
  }
  
  .bca-rs-icon-arrow-last-slide {
    position: relative;
    display: block;
    margin: auto;
    text-align: center;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("/./images/rumahsaya/icon/icon-arrow-last-slide.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon-share {
    position: relative;
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("/./images/rumahsaya/icon/icon-share-black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  
  .bca-rs-icon-love-hearts {
    position: relative;
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("/./images/rumahsaya/icon/icon-love-hearts.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  
  .bca-rs-label-property {
    display: inline-block;
    font-weight: 600;
    font-size: 11px;
    padding: 5px 10px;
    color: #ffffff;
    text-align: center;
  }
  
  .bca-rs-label-property::first-letter {
    text-transform: capitalize;
  }
  
  .bca-rs-label-property.bca-rs-label-rumah {
    background-color: #28b4e8;
  }
  
  .bca-rs-label-property.bca-rs-label-sogo {
    background-color: #44d8a3;
  }
  
  .bca-rs-label-property.bca-rs-label-ruko {
    background-color: #4488d8;
  }
  
  .bca-rs-label-property.bca-rs-label-indekost {
    background-color: #b244d8;
  }
  
  .bca-rs-label-property.bca-rs-label-apartemen {
    background-color: #d84468;
  }
  
  .bca-rs-icon-checklist {
    position: relative;
    display: inline-block;
    content: "";
    width: 7px;
    height: 11px;
    margin-right: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 3px solid #97de3d;
    border-right: 3px solid #97de3d;
  }
  
  .bca-rs-icon-share-link {
    position: relative;
    display: inline-block;
    content: "";
    width: 38px;
    height: 38px;
    background-image: url("/./images/rumahsaya/icon/icon-share-link.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon-share-facebook {
    position: relative;
    display: inline-block;
    content: "";
    width: 38px;
    height: 38px;
    background-image: url("/./images/rumahsaya/icon/icon-share-facebook.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon-share-twitter {
    position: relative;
    display: inline-block;
    content: "";
    width: 38px;
    height: 38px;
    background-image: url("/./images/rumahsaya/icon/icon-share-twitter.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon-share-line {
    position: relative;
    display: inline-block;
    content: "";
    width: 38px;
    height: 38px;
    background-image: url("/./images/rumahsaya/icon/icon-share-line.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon-share-whatsapp {
    position: relative;
    display: inline-block;
    content: "";
    width: 38px;
    height: 38px;
    background-image: url("/./images/rumahsaya/icon/icon-share-whatsapp.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon-file-pdf {
    position: relative;
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("/./images/rumahsaya/icon/icon-file-pdf.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon-unduh-blue {
    position: relative;
    display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    background-image: url("/./images/rumahsaya/icon/icon-unduh-blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 1px;
  }
  
  .bca-rs-icon-blue-house {
    position: relative;
    display: inline-block;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("/./images/rumahsaya/icon/icon-house-blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon-pin-point-maps {
    position: relative;
    display: inline-block;
    content: "";
    width: 19px;
    height: 20px;
    background-image: url("/./images/rumahsaya/icon/icon-pin-point-maps.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon-pin-point {
    width: 19px;
    height: 19px;
  }
  
  .bca-rs-icon-train-maps {
    position: relative;
    display: inline-block;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("/./images/rumahsaya/icon/icon-train-maps.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon-restaurant-maps {
    position: relative;
    display: inline-block;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("/./images/rumahsaya/icon/icon-restaurant-maps.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon-hospital-maps {
    position: relative;
    display: inline-block;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("/./images/rumahsaya/icon/icon-hospital-maps.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .questionMark {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: inline-block;
    color: #fff;
    background-color: #6c919d;
    font-size: 0.6rem;
    line-height: 1.6;
  }
  
  .bca-rs-icon-caret-right::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border-right: 2px solid #28b4e8;
    border-top: 2px solid #28b4e8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .bca-rs-icon-carret-down::after,
  .bca-rs-icon-carret-up::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 8px;
  }
  
  .bca-rs-icon-carret-down::after {
    border-right: 2px solid #28b4e8;
    border-top: 2px solid #28b4e8;
    top: -2px;
  }
  
  .bca-rs-icon-carret-up::after {
    border-left: 2px solid #28b4e8;
    border-bottom: 2px solid #28b4e8;
    top: 2px;
  }
  
  .bca-rs-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bca-rs-icon.ico-home-outline {
    background-image: url("/./images/rumahsaya/icon/icon-home-outline.svg");
  }
  
  .bca-rs-icon.ico-lg {
    width: 40px;
    height: 40px;
  }
  
  .bca-rs-bg-white {
    background-color: #ffffff;
  }
  
  .bca-rs-bg-dark-blue {
    background-color: #0c3258;
  }
  
  .bca-rs-bg-orange {
    background-color: #f48d42;
  }
  
  .bca-rs-bg-blue-sky {
    background-color: #28b4e8;
  }
  
  .bca-rs-bg-green-soft {
    background-color: #44d8a3;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-purple {
    background-color: #b244d8;
  }
  
  .bca-rs-bg-red-soft {
    background-color: #d84468;
  }
  
  .bca-rs-bg-grey-soft {
    background-color: #e5e5e5;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-green-tosca {
    background-color: #00c3c4;
  }
  
  .bca-rs-bg-grey {
    background-color: #fafafa;
  }
  
  .bca-rs-bg-blue-gradient {
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
  }
  
  .bca-rs-content-wrapper-main-simulasi {
    position: relative;
    width: 100%;
    height: 861px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-content-wrapper-main-simulasi {
      height: 800px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-content-wrapper-main-simulasi {
      height: 1160px;
      background-image: none;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-content-wrapper-main-simulasi {
      height: 1120px;
      background-image: none;
    }
  }
  
  .bca-rs-main-search-home {
    position: relative;
  }
  
  .bca-rs-content-wrapper-information-kpr {
    width: 100%;
    background-color: #ebf4ff;
  }
  
  .bca-rs-content-wrapper-cookies {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .bca-rs-content-wrapper-recommendation-top-view {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding-top: 50px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-content-wrapper-recommendation-top-view {
      padding-top: 30px;
    }
  }
  
  .bca-rs-container-recomendation-top-view .bca-rs-name-project-top-view {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .bca-rs-container-recomendation-top-view .bca-rs-btn-see-all-recommendation {
    width: 100%;
    background: transparent;
    text-align: center;
    text-transform: capitalize;
  }
  
  .bca-rs-container-recomendation-top-view
    .bca-rs-btn-see-all-recommendation::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #6C919C;
    border-top: 2px solid #6C919C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 2px;
  }
  
  .bca-rs-container-recomendation-top-view .bca-rs-line-divide-top-view {
    width: 100%;
    height: 1px;
    border: 1px solid #aaadb1;
  }
  
  .bca-rs-navigation-recommendation-property .nav-tabs {
    border-bottom: 2px solid #dee2e6;
  }
  
  .bca-rs-navigation-recommendation-property .nav-tabs .nav-link.active {
    color: #303030;
    border-bottom: 2px solid #6C919C;
    background-color: transparent;
    border-radius: 0;
  }
  
  .bca-rs-navigation-recommendation-property .nav-item {
    width: 50%;
  }
  
  .bca-rs-navigation-recommendation-property .nav-item button {
    width: 100%;
  }
  
  .bca-rs-navigation-recommendation-property .nav-tabs .nav-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #d4d4d4;
    border: none;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-navigation-recommendation-property .nav-tabs .nav-link {
      font-size: 15px;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .bca-rs-navigation-recommendation-property .nav-tabs .nav-link {
      font-size: 14px;
    }
  }
  
  .bca-rs-container-tab-top-view-location {
    position: relative;
    margin-top: 10px;
  }
  
  .bca-rs-container-tab-top-view-location .accordion-item {
    background-color: transparent;
    border: none;
  }
  
  .bca-rs-container-tab-top-view-location .accordion-header {
    background-color: #f1f5f8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  
  .bca-rs-container-tab-top-view-location .accordion-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #303030;
    background-color: #f1f5f8;
    border-radius: 5px !important;
    outline: none;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-tab-top-view-location .accordion-button {
      font-size: 14px;
    }
  }
  
  .bca-rs-container-tab-top-view-location .accordion-button:focus {
    box-shadow: none;
  }
  
  .bca-rs-container-tab-top-view-location .accordion-button:not(.collapsed) {
    box-shadow: none;
  }
  
  .bca-rs-container-tab-top-view-location .accordion-body {
    background-color: #f1f5f8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  
  .bca-rs-syarat-ketentuan-pengajuan-kpr .bca-rs-btn-lihat-persyaratan-dokumen {
    width: 100%;
    height: 45px;
    color: #fff;
    background-color: #6C919C;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    text-align: center;
  }
  
  .bca-rs-syarat-ketentuan-pengajuan-kpr
    .bca-rs-btn-lihat-persyaratan-dokumen.active.bca-rs-btn-lihat-persyaratan-dokumen::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  .bca-rs-syarat-ketentuan-pengajuan-kpr
    .bca-rs-btn-lihat-persyaratan-dokumen::before {
    position: relative;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #ffff;
    border-top: 2px solid #ffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 10px;
    top: -1px;
  }
  
  .bca-rs-syarat-ketentuan-pengajuan-kpr
    .bca-rs-btn-lihat-persyaratan-dokumen:disabled {
    background-color: #eee;
    color: #555;
    border: 1px solid #c4d4e0;
    opacity: 0.65;
    cursor: not-allowed;
  }
  
  .bca-rs-syarat-ketentuan-pengajuan-kpr .bca-rs-card-persyaratan-dokumen-kpr {
    font-size: 14px;
    border-left: 1px solid #6C919C;
    border-right: 1px solid #6C919C;
    border-bottom: 1px solid #6C919C;
    border-radius: 0px;
  }
  
  .bca-rs-syarat-ketentuan-pengajuan-kpr
    .select2-container--default
    .select2-selection--single {
    height: 45px !important;
    padding-bottom: 1rem;
    border: 1px solid #c4d4e0 !important;
    border-radius: 3px;
    outline: none !important;
  }
  
  .bca-rs-syarat-ketentuan-pengajuan-kpr
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding: 10px 10px !important;
    font-size: 14px;
  }
  
  .bca-rs-syarat-ketentuan-pengajuan-kpr
    .select2-container--default
    .select2-results__option--selected {
    padding: 10px 10px !important;
    font-size: 14px;
  }
  
  .bca-rs-syarat-ketentuan-pengajuan-kpr
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    top: 55%;
  }
  
  .bca-rs-bg-white {
    background-color: #ffffff;
  }
  
  .bca-rs-bg-dark-blue {
    background-color: #0c3258;
  }
  
  .bca-rs-bg-orange {
    background-color: #f48d42;
  }
  
  .bca-rs-bg-blue-sky {
    background-color: #28b4e8;
  }
  
  .bca-rs-bg-green-soft {
    background-color: #44d8a3;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-purple {
    background-color: #b244d8;
  }
  
  .bca-rs-bg-red-soft {
    background-color: #d84468;
  }
  
  .bca-rs-bg-grey-soft {
    background-color: #e5e5e5;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-green-tosca {
    background-color: #00c3c4;
  }
  
  .bca-rs-bg-grey {
    background-color: #fafafa;
  }
  
  .bca-rs-bg-blue-gradient {
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
  }
  
  .bca-rs-home-banner-swiper .swiper-button-prev,
  .bca-rs-home-banner-swiper .swiper-button-next {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
  }
  
  .bca-rs-home-banner-swiper:hover .swiper-button-prev,
  .bca-rs-home-banner-swiper:hover .swiper-button-next {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s, visibility 0.3s;
  }
  
  .bca-rs-container-home-banner-slider {
    padding: 2rem 0 3rem 0;
    max-height: 380px;
    -webkit-user-select: none;
    user-select: none;
  }
  
  @media (max-width: 575.98px) {
    .bca-rs-container-home-banner-slider {
      max-height: 205px;
    }
  }
  
  .bca-rs-container-home-banner-slider .swiper-container {
    border-radius: 10px;
  }
  
  .bca-rs-container-home-banner-slider .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  @media (max-width: 575.98px) {
    .bca-rs-container-home-banner-slider .swiper-wrapper .swiper-slide img {
      height: 205px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-home-banner-slider {
      padding: 0;
    }
  
    .bca-rs-container-home-banner-slider .swiper-container {
      border-radius: 0px;
    }
  
    .bca-rs-container-home-banner-slider .container {
      padding: 0;
      margin: 0;
      max-width: 100%;
    }
  }
  
  .bca-rs-container-home-banner-slider .swiper-button-prev {
    left: -20px;
  }
  
  .bca-rs-container-home-banner-slider .swiper-button-next {
    right: -20px;
  }
  
  .bca-rs-container-home-banner-slider .swiper-button-prev,
  .bca-rs-container-home-banner-slider .swiper-button-next {
    top: 50%;
  }
  
  .bca-rs-container-home-banner-slider .swiper-button-prev:after {
    font-size: 16px !important;
  }
  
  .bca-rs-container-home-banner-slider .swiper-button-next:after {
    font-size: 16px !important;
  }
  
  .bca-rs-container-home-banner-slider .swiper-button-prev,
  .bca-rs-container-home-banner-slider .swiper-button-next {
    width: 40px;
    height: 40px;
    padding: 12px 16px;
    border-radius: 40px;
    background-color: #ffffff;
    color: #6C919C !important;
    fill: #6C919C !important;
    stroke: #6C919C !important;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    outline: none;
  }
  
  .bca-rs-container-home-banner-slider
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .bca-rs-container-home-banner-slider
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px);
  }
  
  .bca-rs-container-home-banner-slider .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: white;
    width: 18px !important;
    height: 9px;
    border-radius: 15px;
    opacity: 1 !important;
  }
  
  .bca-rs-container-home-banner-slider .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5);
  }
  
  .bca-rs-container-home-banner-slider
    .swiper-horizontal
    > .swiper-pagination-bullets,
  .bca-rs-container-home-banner-slider
    .swiper-pagination-bullets.swiper-pagination-horizontal,
  .bca-rs-container-home-banner-slider .swiper-pagination-custom,
  .bca-rs-container-home-banner-slider .swiper-pagination-fraction {
    bottom: 15px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-home-banner-slider
      .swiper-horizontal
      > .swiper-pagination-bullets,
    .bca-rs-container-home-banner-slider
      .swiper-pagination-bullets.swiper-pagination-horizontal,
    .bca-rs-container-home-banner-slider .swiper-pagination-custom,
    .bca-rs-container-home-banner-slider .swiper-pagination-fraction {
      bottom: 40px;
    }
  }
  
  .bca-rs-bg-white {
    background-color: #ffffff;
  }
  
  .bca-rs-bg-dark-blue {
    background-color: #0c3258;
  }
  
  .bca-rs-bg-orange {
    background-color: #f48d42;
  }
  
  .bca-rs-bg-blue-sky {
    background-color: #28b4e8;
  }
  
  .bca-rs-bg-green-soft {
    background-color: #44d8a3;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-purple {
    background-color: #b244d8;
  }
  
  .bca-rs-bg-red-soft {
    background-color: #d84468;
  }
  
  .bca-rs-bg-grey-soft {
    background-color: #e5e5e5;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-green-tosca {
    background-color: #00c3c4;
  }
  
  .bca-rs-bg-grey {
    background-color: #fafafa;
  }
  
  .bca-rs-bg-blue-gradient {
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
  }
  
  .bca-rs-container-category-menu {
    width: 100%;
    padding: 0px 60px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-category-menu {
      padding: 0px 50px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-category-menu {
      padding: 0px;
    }
  }
  
  .bca-rs-container-category-menu .swiper {
    width: 100%;
    height: 125px;
  }
  
  @media only screen and (max-width: 1023px) {
    .bca-rs-container-category-menu .swiper {
      height: -webkit-max-content;
      height: max-content;
    }
  }
  
  .bca-rs-container-category-menu .swiper-slide {
    font-size: 16px;
  }
  
  @media only screen and (min-width: 1024px) {
    .bca-rs-container-category-menu .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: start;
    }
  }
  
  .bca-rs-container-category-menu .swiper-button-disabled:nth-child(n) {
    opacity: 0;
  }
  
  .bca-rs-container-category-menu .swiper-button-prev,
  .bca-rs-container-category-menu .swiper-button-next {
    width: 30px;
    height: 30px;
    display: block !important;
    padding: 8px 12px;
    border-radius: 40px;
    background-color: transparent;
    color: #6C919C !important;
    fill: #6C919C !important;
    stroke: #6C919C !important;
    box-shadow: none !important;
    outline: none;
  }
  
  .bca-rs-container-category-menu .swiper-button-prev {
    left: -5px;
    -webkit-animation: arrow-left 3s infinite;
    animation: arrow-left 3s infinite;
    transition: 0.5s;
    --webkit-transform: translate3d(0, 0, 0);
    --webkit-backface-visibility: hidden;
  }
  
  @-webkit-keyframes arrow-left {
    from {
      left: -5px;
    }
  
    to {
      left: -9px;
    }
  }
  
  @keyframes arrow-left {
    from {
      left: -5px;
    }
  
    to {
      left: -9px;
    }
  }
  
  .bca-rs-container-category-menu .swiper-button-next {
    right: -5px;
    -webkit-animation: arrow-next 3s infinite;
    animation: arrow-next 3s infinite;
    transition: 0.5s;
    --webkit-transform: translate3d(0, 0, 0);
    --webkit-backface-visibility: hidden;
  }
  
  @-webkit-keyframes arrow-next {
    from {
      right: -5px;
    }
  
    to {
      right: -9px;
    }
  }
  
  @keyframes arrow-next {
    from {
      right: -5px;
    }
  
    to {
      right: -9px;
    }
  }
  
  .bca-rs-container-category-menu .swiper-button-prev,
  .bca-rs-container-category-menu .swiper-button-next {
    top: 43%;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-container-category-menu .swiper-button-prev,
    .bca-rs-container-category-menu .swiper-button-next {
      top: 23%;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-category-menu .swiper-button-prev,
    .bca-rs-container-category-menu .swiper-button-next {
      top: 50%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-category-menu .swiper-button-prev,
    .bca-rs-container-category-menu .swiper-button-next {
      top: 50%;
    }
  }
  
  .bca-rs-container-category-menu .swiper-button-prev:after {
    font-size: 18px !important;
  }
  
  .bca-rs-container-category-menu .swiper-button-next:after {
    font-size: 18px !important;
  }
  
  .bca-rs-container-category-menu .bca-rs-category-slider {
    width: 142px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-container-category-menu .bca-rs-category-slider {
      text-align: center;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-category-menu .bca-rs-category-slider {
      width: 100%;
      text-align: center;
    }
  }
  
  .bca-rs-container-category-menu .bca-rs-content-wrapper-category {
    position: relative;
    display: inline-block;
    text-align: center;
  }
  
  .bca-rs-container-category-menu .bca-rs-img-icon-category-wrapper {
    position: relative;
    width: 50px;
    margin: auto;
    text-align: center;
  }
  
  .bca-rs-container-category-menu .bca-rs-icon-category-animation {
    text-align: center;
    -webkit-transition: all 200ms ease-in-out;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in-out;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in-out;
    -moz-transform: scale(1);
    transition: all 200ms ease-in-out;
    transform: scale(1);
    -webkit-transform: translate3d(0, 0, 0);
    --webkit-backface-visibility: hidden;
  }
  
  @media only screen and (min-width: 1200px) {
    .bca-rs-container-category-menu .bca-rs-icon-category-animation:hover {
      width: 50px;
      margin: auto;
      text-align: center;
      padding: 5px 0px;
      background-color: #ffffff;
      border-radius: 7px;
      box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
      -webkit-transition: all 200ms ease-in-out;
      -webkit-transform: scale(1.2);
      -ms-transition: all 200ms ease-in-out;
      -ms-transform: scale(1.2);
      -moz-transition: all 200ms ease-in-out;
      -moz-transform: scale(1.2);
      transition: all 200ms ease-in-out;
      transform: scale(1.2);
      -webkit-transform: translate3d(0, 0, 0);
      --webkit-backface-visibility: hidden;
    }
  }
  
  .bca-rs-container-category-menu .bca-rs-icon-menu-category {
    position: relative;
    height: 36px;
    text-align: center;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-category-menu .bca-rs-icon-menu-category {
      width: 30px;
      height: 30px;
    }
  }
  
  .bca-rs-container-category-menu .bca-rs-category-menu-name {
    position: relative;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #303030;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-category-menu .bca-rs-category-menu-name {
      font-size: 12px;
    }
  }
  
  .bca-rs-container-category-menu
    .bca-rs-category-menu-name.rencakan-langkahmu-text {
    margin-top: 0px;
    top: 20px;
  }
  
  .bca-rs-content-wrapper-slider-category {
    position: relative;
    width: 100%;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-content-wrapper-slider-category {
      text-align: center;
    }
  }
  
  .bca-rs-bg-white {
    background-color: #ffffff;
  }
  
  .bca-rs-bg-dark-blue {
    background-color: #0c3258;
  }
  
  .bca-rs-bg-orange {
    background-color: #f48d42;
  }
  
  .bca-rs-bg-blue-sky {
    background-color: #28b4e8;
  }
  
  .bca-rs-bg-green-soft {
    background-color: #44d8a3;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-purple {
    background-color: #b244d8;
  }
  
  .bca-rs-bg-red-soft {
    background-color: #d84468;
  }
  
  .bca-rs-bg-grey-soft {
    background-color: #e5e5e5;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-green-tosca {
    background-color: #00c3c4;
  }
  
  .bca-rs-bg-grey {
    background-color: #fafafa;
  }
  
  .bca-rs-bg-blue-gradient {
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
  }
  
  .bca-rs-slider-recommendation-trend {
    position: relative;
    width: 100%;
  }
  
  .bca-rs-content-description-langkah {
    position: relative;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-content-description-langkah .title {
      font-size: 1rem !important;
    }
  }
  
  .bca-rs-content-description-langkah .btn-outline-primary {
    min-width: 240px;
  }
  
  .bca-rs-container-slider-recommendation-property-trend {
    position: relative;
    -webkit-user-select: none;
    user-select: none;
  }
  
  .bca-rs-container-slider-recommendation-property-trend .swiper {
    width: calc(100% + 10px);
    padding: 0 10px;
    margin: 0 -10px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-slider-recommendation-property-trend .swiper {
      padding-right: 15px;
      width: calc(100% + 15px) !important;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-slider-recommendation-property-trend .swiper {
      padding-right: 15px;
      width: calc(100% + 15px) !important;
    }
  }
  
  .bca-rs-container-slider-recommendation-property-trend .swiper-wrapper {
    padding-bottom: 10px;
  }
  
  .bca-rs-container-slider-recommendation-property-trend .swiper-slide {
    width: 306px;
    min-height: 356px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-slider-recommendation-property-trend .swiper-slide {
      width: 300px;
    }
  }
  
  .bca-rs-container-slider-recommendation-property-trend
    .swiper-button-disabled:nth-child(n) {
    opacity: 0;
  }
  
  .bca-rs-container-slider-recommendation-property-trend .swiper-button-prev,
  .bca-rs-container-slider-recommendation-property-trend .swiper-button-next {
    top: 45%;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-slider-recommendation-property-trend .swiper-button-prev,
    .bca-rs-container-slider-recommendation-property-trend .swiper-button-next {
      top: 50%;
    }
  }
  
  .bca-rs-container-slider-recommendation-property-trend
    .swiper-button-prev:after {
    font-size: 16px !important;
  }
  
  .bca-rs-container-slider-recommendation-property-trend
    .swiper-button-next:after {
    font-size: 16px !important;
  }
  
  .bca-rs-container-slider-recommendation-property-trend .bca-rs-card-load-more {
    min-height: 356px !important;
  }
  
  .bca-rs-card-recommendation-property-trend {
    width: 100%;
    min-height: 356px;
  }
  
  .bca-rs-card-recommendation-property-trend .bca-rs-title-property-wrapper {
    height: 70px;
  }
  
  .bca-rs-card-recommendation-property-trend .bca-rs-img-property-recommendation {
    width: 100%;
    height: 145px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .bca-rs-card-recommendation-property-trend .bca-rs-col-divide-price {
    width: 40%;
    border-right: 1px solid #6C919C85;
  }
  
  .bca-rs-card-recommendation-property-trend .bca-rs-title-price {
    position: relative;
    top: -3px;
  }
  
  .bca-rs-bg-white {
    background-color: #ffffff;
  }
  
  .bca-rs-bg-dark-blue {
    background-color: #0c3258;
  }
  
  .bca-rs-bg-orange {
    background-color: #f48d42;
  }
  
  .bca-rs-bg-blue-sky {
    background-color: #28b4e8;
  }
  
  .bca-rs-bg-green-soft {
    background-color: #44d8a3;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-purple {
    background-color: #b244d8;
  }
  
  .bca-rs-bg-red-soft {
    background-color: #d84468;
  }
  
  .bca-rs-bg-grey-soft {
    background-color: #e5e5e5;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-green-tosca {
    background-color: #00c3c4;
  }
  
  .bca-rs-bg-grey {
    background-color: #fafafa;
  }
  
  .bca-rs-bg-blue-gradient {
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
  }
  
  .bca-rs-content-simulasi-pinjaman {
    position: relative;
    margin-top: 48px;
  }
  
  .bca-rs-container-card-total-pinjaman {
    position: relative;
    width: 100%;
    height: 125px;
    border-radius: 10px;
  }
  
  .bca-rs-container-card-total-pinjaman .bca-rs-card-total-pinjaman {
    width: 100%;
    height: 118px;
    border-radius: 10px;
    text-align: center;
  }
  
  .bca-rs-container-card-total-pinjaman .bca-rs-icon-pencil-blue {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    right: 7px;
  }
  
  .bca-rs-container-card-total-pinjaman .bca-rs-text-jumlah-angsuran {
    position: relative;
    padding-top: 14px;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
  }
  
  .bca-rs-container-card-total-pinjaman .bca-rs-text-total-pinjaman {
    position: relative;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
  }
  
  .bca-rs-content-container-btn-simul {
    position: relative;
    margin-top: 38px;
    text-align: center;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-content-container-btn-simul {
      margin-top: 0px;
    }
  }
  
  .bca-rs-content-container-btn-simul .bca-rs-btn-lihat-simulasi-lainnya {
    position: relative;
    width: 100%;
    height: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    border: none;
    outline: none;
  }
  
  .bca-rs-content-container-btn-simul .bca-rs-btn-download-simulasi {
    position: relative;
    width: 100%;
    height: 50px;
    margin-top: 18px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #6C919C;
    border-radius: 40px;
    border: 1px solid #6C919C;
    outline: none;
  }
  
  .bca-rs-btn-syarat-and-terms {
    position: relative;
    width: 100%;
    height: 50px;
    margin-top: 15px;
    background-color: transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #303030;
    border: none;
    outline: none;
    text-align: center;
  }
  
  .bca-rs-question-mark {
    position: relative;
    top: -1px;
    margin-left: 5px;
    padding: 2px 6px;
    background: #303030;
    font-size: 8px;
    color: #ffffff;
    border-radius: 100%;
    text-align: center;
  }
  
  .bca-rs-container-simulasi-pembelian .bca-rs-card-container-simulasi-angsuran {
    width: 100%;
    height: 292px;
    margin-top: 40px;
    background-color: #ffffff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    border: 0;
  }

  .box-result.bca-rs-border-bottom-green.mb-3.cstm-wrap-form {
   background: #fff !important;
   border: 1px solid #d4d4d4;
  }
  .box-result.bca-rs-border-bottom-green.mb-3.cstm-wrap-form:after {
    background: #fff !important;
  }
  .cstm-form-group .form-control {
    width: 100%;
    border: 1px solid #d4d4d4;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-simulasi-pembelian
      .bca-rs-card-container-simulasi-angsuran {
      height: 488px;
      margin-top: 20px;
    }
  }
  
  .bca-rs-container-simulasi-pembelian .bca-rs-card-body-content {
    padding: 0px;
    border-radius: 10px;
  }
  
  .bca-rs-container-simulasi-pembelian .bca-rs-col-simulation {
    padding: 24px 32px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-simulasi-pembelian .bca-rs-col-simulation {
      padding: 26px 20px;
    }
  }
  
  .bca-rs-container-simulasi-pembelian .bca-rs-col-result-simulation {
    position: relative;
    width: 100%;
    height: 292px;
    padding: 34px 10px 30px 10px;
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
    border-radius: 10px;
    text-align: center;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-simulasi-pembelian .bca-rs-col-result-simulation {
      height: 125px;
      padding: 30px 0px;
    }
  }
  
  .bca-rs-container-simulasi-pembelian
    .bca-rs-col-result-simulation
    .bca-rs-title-result {
    margin-bottom: 13px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #ffffffb0;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-simulasi-pembelian
      .bca-rs-col-result-simulation
      .bca-rs-title-result {
      text-align: left;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-simulasi-pembelian
      .bca-rs-col-result-simulation
      .bca-rs-harga-title {
      padding-left: 31px;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .bca-rs-container-simulasi-pembelian
      .bca-rs-col-result-simulation
      .bca-rs-harga-title {
      padding-left: 18px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-simulasi-pembelian
      .bca-rs-col-result-simulation
      .bca-rs-cicilan-title {
      padding-left: 19px;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .bca-rs-container-simulasi-pembelian
      .bca-rs-col-result-simulation
      .bca-rs-cicilan-title {
      padding-left: 8px;
    }
  }
  
  .bca-rs-container-simulasi-pembelian
    .bca-rs-col-result-simulation
    .bca-rs-result-simulation {
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 28px;
    line-height: 20px;
    color: #ffffff;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-simulasi-pembelian
      .bca-rs-col-result-simulation
      .bca-rs-result-simulation {
      font-size: 24px;
    }
  }
  
  .bca-rs-container-simulasi-pembelian
    .bca-rs-col-result-simulation
    .bca-rs-result-simulation
    .bca-rs-curs {
    position: relative;
    margin-right: 5px;
    top: -10px;
    font-weight: 200;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.04em;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-simulasi-pembelian
      .bca-rs-col-result-simulation
      .bca-rs-result-simulation
      .bca-rs-curs {
      font-size: 14px;
    }
  }
  
  .bca-rs-container-simulasi-pembelian
    .bca-rs-col-result-simulation
    .bca-rs-result-simulation
    .bca-rs-installment-month {
    margin-left: 3px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.05em;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-simulasi-pembelian
      .bca-rs-col-result-simulation
      .bca-rs-result-simulation
      .bca-rs-installment-month {
      font-size: 12px;
    }
  }
  
  .bca-rs-container-simulasi-pembelian
    .bca-rs-col-result-simulation
    .bca-rs-line-divide-result {
    position: absolute;
    width: 135px;
    height: 1px;
    top: 35%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.26);
    opacity: 0.6;
    text-align: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-simulasi-pembelian
      .bca-rs-col-result-simulation
      .bca-rs-line-divide-result {
      width: 77px;
      top: 48%;
      left: 38%;
      -webkit-transform: rotate(270deg);
      transform: rotate(270deg);
    }
  }
  
  .bca-rs-container-simulasi-pembelian .bca-rs-mb-40 {
    margin-bottom: 40px;
  }
  
  .bca-rs-container-simulasi-pembelian
    .bca-rs-btn-see-detail-simulation-angsuran {
    width: 100%;
    margin-top: 45px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    background-color: transparent;
    border: none;
    outline: none;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-simulasi-pembelian
      .bca-rs-btn-see-detail-simulation-angsuran {
      width: 200px;
      height: 40px;
      color: #6C919C;
      border: 1px solid #6C919C;
      border-radius: 40px;
    }
  }
  
  .bca-rs-container-simulasi-pembelian
    .bca-rs-btn-see-detail-simulation-angsuran::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-simulasi-pembelian
      .bca-rs-btn-see-detail-simulation-angsuran::after {
      top: -2px;
      margin-left: 12px;
      border-right: 2px solid #6C919C;
      border-top: 2px solid #6C919C;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }
  
  .bca-rs-simulasi-wrapper label {
    white-space: nowrap;
  }
  
  .bca-rs-simulasi-wrapper .error-label {
    font-size: 12px;
    color: red;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .bca-rs-simulasi-wrapper .error-label.blue {
    color: #6C919C;
  }
  
  .bca-rs-simulasi-wrapper.modal-dialog .text-green {
    color: #37b9a1;
  }
  
  .bca-rs-simulasi-wrapper.modal-dialog .text-yellow {
    color: #b9b216;
  }
  
  .bca-rs-simulasi-wrapper.modal-dialog .text-orange {
    color: #ff944c;
  }
  
  .bca-rs-simulasi-wrapper .row-input {
    margin-bottom: 1rem;
  }
  
  .bca-rs-simulasi-wrapper .form-group {
    margin-bottom: 1.5rem !important;
  }
  
  @media (max-width: 575.98px) {
    .bca-rs-simulasi-wrapper .fs-sm-small span,
    .bca-rs-simulasi-wrapper .fs-sm-small label,
    .bca-rs-simulasi-wrapper .fs-sm-small .form-control {
      font-size: 0.775rem !important;
    }
  }
  
  .bca-rs-simulasi-wrapper .fs-small span,
  .bca-rs-simulasi-wrapper .fs-small label,
  .bca-rs-simulasi-wrapper .fs-small .form-control {
    font-size: 0.775rem !important;
  }
  
  .bca-rs-simulasi-wrapper .box-result {
    position: relative;
    border-radius: 10px;
    background: linear-gradient(94.14deg, #6C919C 13.59%, #6C919C 91.02%);
  }
  
  .bca-rs-simulasi-wrapper .box-result > div {
    padding-left: 1.125em;
    padding-right: 1.125em;
  }
  
  .bca-rs-simulasi-wrapper .box-result label {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  
  .bca-rs-simulasi-wrapper .box-result a {
    padding-left: 0;
    padding-right: 0;
  }
  
  .bca-rs-simulasi-wrapper .btn-edit {
    width: 24px;
    height: 24px;
    text-indent: -999em;
    display: block;
    padding: 0px;
    background-color: #6C919C;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
    background-image: url("/./assets/images/icon-pencil-white.svg");
  }
  
  .bca-rs-simulasi-wrapper .input-dropdown {
    height: 50px;
    cursor: pointer;
    font-weight: 600;
    border-color: #6C919C;
    padding-top: 0.5rem;
    padding-left: 15px;
    padding-bottom: 0.5rem;
    padding-right: 36px;
    background-color: #fff;
    background-repeat: no-repeat;
    position: relative;
    background-position: 98% center;
    background-image: url(/./assets/images/icon-arrow-savanna.svg);
    background-size: 30px 30px;
  }
  
  .bca-rs-simulasi-wrapper .sup-currency {
    top: -0.8em;
    font-size: 14px;
    margin-right: 5px;
  }
  
  .bca-rs-simulasi-wrapper .line-bottom-right {
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  }
  
  @media (max-width: 991.98px) {
    .bca-rs-simulasi-wrapper .line-bottom-right {
      border-bottom: none;
      border-right: 1px solid rgba(255, 255, 255, 0.26);
    }
  }
  
  .bca-rs-simulasi-wrapper .box-result {
    position: relative;
  }
  
  .bca-rs-simulasi-wrapper .box-result .btn-edit {
    top: 5px;
    right: 5px;
    position: absolute;
  }
  
  .bca-rs-simulasi-wrapper .breadcrumb-form {
    padding: 10px 15px;
    height: 64px;
    font-size: 0.875rem;
    background: #eaf8ff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }
  
  .bca-rs-simulasi-wrapper .breadcrumb-form:before {
    top: 0;
    right: 0;
    content: "";
    width: 140px;
    height: 100%;
    position: absolute;
    border-bottom: 82px solid rgba(0, 195, 196, 0.1);
    border-left: 40px solid transparent;
  }
  
  .bca-rs-simulasi-wrapper .breadcrumb-form.prev-icon {
    padding: 0;
  }
  
  .bca-rs-simulasi-wrapper .breadcrumb-form-prev {
    position: relative;
    padding: 10px 15px;
    display: flex;
    width: -webkit-max-content;
    width: max-content;
    align-items: center;
  }
  
  @media (max-width: 575.98px) {
    .bca-rs-simulasi-wrapper .border-blue-sm-hidden {
      padding-top: 0px;
      box-shadow: none !important;
    }
  }
  
  .bca-rs-simulasi-wrapper .sticky-mobile {
    position: sticky;
    position: -webkit-sticky;
    top: 90px;
  }
  
  @media (max-width: 991.98px) {
    .bca-rs-simulasi-wrapper .sticky-mobile {
      background: #fff;
      margin-bottom: 24px;
    }
  
    .bca-rs-simulasi-wrapper .sticky-mobile .box-result {
      margin-bottom: 20px !important;
    }
  }
  
  .bca-rs-simulasi-wrapper .SliderPercentage {
    height: 2px;
    margin-top: 3px;
    margin-bottom: 20px;
    position: relative;
  }
  
  .bca-rs-simulasi-wrapper .SliderPercentage .wrapper {
    left: 0;
    top: 4px;
    position: absolute;
    background-color: #d4d4d4;
  }
  
  .bca-rs-simulasi-wrapper .SliderPercentage .red {
    background-color: #ff0404;
  }
  
  .bca-rs-simulasi-wrapper .SliderPercentage .green {
    background-color: #37b9a1;
  }
  
  .bca-rs-simulasi-wrapper .SliderPercentage .yellow {
    background-color: #ece426;
  }
  
  .bca-rs-simulasi-wrapper .SliderPercentage .orange {
    background-color: #ff944c;
  }
  
  .bca-rs-simulasi-wrapper .stylesSlider {
    position: relative;
    display: inline-block;
    background-color: #d4d4d4;
    border-radius: 5px;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
    width: 100%;
    height: 2px;
  }
  
  .bca-rs-simulasi-wrapper .stylesSlider > div:first-child {
    position: absolute;
    background-color: #6C919C;
    border-radius: 5px;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
    top: 0px;
    height: 100%;
  }
  
  .bca-rs-simulasi-wrapper .stylesSlider > div:last-child > div {
    position: relative;
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background-color: #6C919C;
    border-radius: 50%;
    box-shadow: #6C919C 0px 0px 0px 2px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    box-sizing: border-box;
    border: 3px solid white;
  }
  
  .bca-rs-simulasi-wrapper .sliderPlain {
    position: relative;
    display: inline-block;
    background-color: transparent;
    border-radius: 5px;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
    width: 100%;
    height: 10px;
  }
  
  .bca-rs-simulasi-wrapper .sliderPlain > div:first-child {
    position: absolute;
    background-color: transparent;
    border-radius: 5px;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
    top: 0px;
    height: 100%;
  }
  
  .bca-rs-simulasi-wrapper .sliderPlain > div:last-child > div {
    position: relative;
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background-color: #6C919C;
    border-radius: 50%;
    box-shadow: #6C919C 0px 0px 0px 2px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    box-sizing: border-box;
    border: 3px solid white;
  }
  
  #SimulasiBandingkanBunga .select-bunga .nav-item {
    min-width: 234px;
  }
  
  #SimulasiBandingkanBunga .select-bunga .nav-item.active {
    border-bottom: 2px solid #6C919C;
  }
  
  #SimulasiBandingkanBunga .select-bunga .nav-item .btn {
    white-space: nowrap;
  }
  
  #SimulasiBandingkanBunga .swiper-bunga-wrapper {
    overflow: hidden;
    margin-left: -8px;
    width: calc(100% + 18px);
  }
  
  #SimulasiBandingkanBunga .card-bunga-lists {
    padding: 3rem 0;
    background-color: #eaf8ff;
  }
  
  #SimulasiBandingkanBunga .card-bunga-lists .swiper-slide {
    width: 320px;
  }
  
  #SimulasiBandingkanBunga .card-bunga-lists .card-benefit {
    padding: 0 8px;
  }
  
  #SimulasiBandingkanBunga .card-bunga-lists .card-benefit .bold-800 {
    font-weight: 800;
    font-size: 1.125rem;
  }
  
  #SimulasiBandingkanBunga .card-bunga-lists .card-benefit .wrapper {
    border-radius: 5px;
    background: #fff;
    padding-bottom: 15px;
  }
  
  #SimulasiBandingkanBunga .card-bunga-lists .card-benefit .questionMark {
    color: #fff;
    width: 12px;
    height: 12px;
    font-size: 0.5rem;
    background-color: #6c919d;
  }
  
  #SimulasiBandingkanBunga .card-bunga-lists .card-benefit .head-card {
    color: #fff;
    background-color: #44bce9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  #SimulasiBandingkanBunga .card-bunga-lists .card-benefit .head-card .title {
    margin-bottom: 5px;
  }
  
  #SimulasiBandingkanBunga .card-bunga-lists .card-benefit .head-card .featured {
    width: 114px;
    height: 39px;
    position: absolute;
    top: 10px;
    left: -8px;
  }
  
  #SimulasiBandingkanBunga .card-bunga-lists .card-benefit.fixedcap .head-card {
    background-color: #ed965c;
  }
  
  #SimulasiBandingkanBunga .card-bunga-lists .card-benefit.fixed .head-card {
    background-color: #56d77a;
  }
  
  .bunga-lists .form-check {
    margin-bottom: 8px;
  }
  
  .bunga-lists .form-check-input[disabled] ~ .form-check-label,
  .bunga-lists .form-check-input:disabled ~ .form-check-label {
    opacity: 1;
    color: rgba(48, 48, 48, 0.45);
  }
  
  .bunga-lists .icon-help {
    position: relative;
    margin-left: 2px;
    top: 6px;
    font-size: 12px;
    font-weight: 700;
  }
  
  .bca-rs-simulasi-index-container {
    padding-top: 70px;
  }

  .bca-rs-content-p-simulasi input[type="text"] {
    margin: 0px !important;
    color: #EFC597 !important;
    margin: 0px auto !important;
  }
  .bca-rs-simulasi-wrapper .input-dropdown,
  .bca-rs-content-p-simulasi input[type="text"].input-dropdown,
  .bca-rs-content-p-simulasi select.input-dropdown {
    margin: 0px !important;
    color: #6C919C !important;
    width: 100%;
    border-radius: 0px !important;
  }

  .row-input.wrapper-cstm-input {
    display: block !important;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-simulasi-index-container {
      padding-top: 0px;
    }
  }
  
  .bca-rs-box-index-simulasi {
    width: 800px;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-box-index-simulasi {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-box-index-simulasi {
      width: 100%;
      background-color: transparent;
      box-shadow: none;
    }
  }
  
  .bca-rs-simulasi-index-box-content {
    padding: 35px 38px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-simulasi-index-box-content {
      padding: 30px 12px;
    }
  }
  
  .bca-rs-title-category-simulasi {
    width: 80%;
    font-size: 22px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-title-category-simulasi {
      width: 90%;
      font-size: 16px;
    }
  }
  
  .bca-rs-simulasi-icon {
    width: 80px;
    height: 80px;
    border-radius: 10px;
  }
  
  .bca-rs-container-simulasi-bandingkan-bunga-page {
    width: 100%;
    background-color: #fafafa;
  }
  
  .bca-rs-bg-white {
    background-color: #ffffff;
  }
  
  .bca-rs-bg-dark-blue {
    background-color: #0c3258;
  }
  
  .bca-rs-bg-orange {
    background-color: #f48d42;
  }
  
  .bca-rs-bg-blue-sky {
    background-color: #28b4e8;
  }
  
  .bca-rs-bg-green-soft {
    background-color: #44d8a3;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-purple {
    background-color: #b244d8;
  }
  
  .bca-rs-bg-red-soft {
    background-color: #d84468;
  }
  
  .bca-rs-bg-grey-soft {
    background-color: #e5e5e5;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-green-tosca {
    background-color: #00c3c4;
  }
  
  .bca-rs-bg-grey {
    background-color: #fafafa;
  }
  
  .bca-rs-bg-blue-gradient {
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
  }
  
  .bca-rs-btn-choose-type-cluster {
    width: 100%;
    height: 40px;
    padding-left: 0px;
    font-weight: 300;
    font-size: 14px;
    color: #30303080;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #bed5e7;
    text-align: left;
    outline: none;
  }
  
  .bca-rs-btn-choose-type-cluster::after {
    position: relative;
    float: right;
    margin-right: 8px;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #0d5cab;
    border-top: 2px solid #0d5cab;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 5px;
  }
  
  .bca-rs-container-wrapper-card-clustering {
    margin-top: 40px;
  }
  
  .bca-rs-container-wrapper-card-clustering .bca-rs-btn-load-more-card-cluster {
    text-align: center;
    color: #28b4e8;
  }
  
  .bca-rs-container-wrapper-card-clustering
    .bca-rs-btn-load-more-card-cluster.active.bca-rs-btn-load-more-card-cluster::after {
    top: 0px;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .bca-rs-container-wrapper-card-clustering
    .bca-rs-btn-load-more-card-cluster::after {
    position: relative;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 8px;
    top: -3px;
    content: "";
    border-right: 2px solid #28b4e8;
    border-top: 2px solid #28b4e8;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-wrapper-card-clustering
      .bca-rs-btn-load-more-card-cluster::after {
      top: -2px;
    }
  }
  
  .bca-rs-container-wrapper-card-clustering .swiper {
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.3s ease-in;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-wrapper-card-clustering .swiper {
      padding-right: 15px;
      width: calc(100% + 15px) !important;
    }
  }
  
  .bca-rs-container-wrapper-card-clustering .swiper.swiper-initialized {
    opacity: 1;
  }
  
  .bca-rs-container-wrapper-card-clustering .swiper-wrapper {
    height: auto;
  }
  
  .bca-rs-container-wrapper-card-clustering .swiper-slide {
    height: auto;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-wrapper-card-clustering .swiper-slide {
      width: 300px;
    }
  }
  
  .bca-rs-container-wrapper-card-clustering .swiper-button-disabled:nth-child(n) {
    opacity: 0;
  }
  
  .bca-rs-container-wrapper-card-clustering .swiper-button-prev {
    left: 0px;
  }
  
  .bca-rs-container-wrapper-card-clustering .swiper-button-next {
    right: 0px;
  }
  
  .bca-rs-container-wrapper-card-clustering .swiper-button-prev,
  .bca-rs-container-wrapper-card-clustering .swiper-button-next {
    top: 44%;
  }
  
  .bca-rs-container-wrapper-card-clustering .swiper-button-prev:after {
    font-size: 16px !important;
  }
  
  .bca-rs-container-wrapper-card-clustering .swiper-button-next:after {
    font-size: 16px !important;
  }
  
  .bca-rs-container-wrapper-card-clustering .bca-rs-card-cluster-type {
    width: 100%;
    height: auto;
  }
  
  .bca-rs-container-wrapper-card-clustering
    .bca-rs-card-cluster-type
    .bca-rs-property-img-cluster {
    width: 100%;
    height: 145px;
    background: #eee;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .bca-rs-container-wrapper-card-clustering
    .bca-rs-card-cluster-type
    .bca-rs-type-name-property {
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .bca-rs-container-wrapper-card-clustering
    .bca-rs-card-cluster-type
    .bca-rs-col-divide-price {
    width: 38%;
    border-right: 1px solid #6C919C85;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-container-wrapper-card-clustering
      .bca-rs-card-cluster-type
      .bca-rs-col-divide-price {
      width: 37%;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-wrapper-card-clustering
      .bca-rs-card-cluster-type
      .bca-rs-col-divide-price {
      width: 35%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-wrapper-card-clustering
      .bca-rs-card-cluster-type
      .bca-rs-col-divide-price {
      width: 38%;
    }
  }
  
  .bca-rs-container-wrapper-card-clustering
    .bca-rs-card-cluster-type
    .bca-rs-title-price {
    position: relative;
    top: -3px;
  }
  
  .bca-rs-btn-load-more-none-cluster {
    text-align: center;
    color: #28b4e8;
  }
  
  .bca-rs-btn-load-more-none-cluster:hover {
    color: #28b4e8;
  }
  
  .bca-rs-btn-load-more-none-cluster.active.bca-rs-btn-load-more-none-cluster::after {
    top: 0px;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .bca-rs-btn-load-more-none-cluster::after {
    position: relative;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 8px;
    top: -3px;
    content: "";
    border-right: 2px solid #28b4e8;
    border-top: 2px solid #28b4e8;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-btn-load-more-none-cluster::after {
      top: -2px;
    }
  }
  
  .bca-rs-card-property-none-cluster {
    width: 100%;
    height: auto;
  }
  
  .bca-rs-card-property-none-cluster .bca-rs-property-img-cluster {
    width: 100%;
    height: 145px;
    background: #eee;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .bca-rs-card-property-none-cluster .bca-rs-col-divide-price {
    width: 38%;
    border-right: 1px solid #6C919C85;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-card-property-none-cluster .bca-rs-col-divide-price {
      width: 37%;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-card-property-none-cluster .bca-rs-col-divide-price {
      width: 35%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-property-none-cluster .bca-rs-col-divide-price {
      width: 38%;
    }
  }
  
  .bca-rs-card-property-none-cluster .bca-rs-title-price {
    position: relative;
    top: -3px;
  }
  
  .bca-rs-card-promo-benefit-container {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-promo-benefit-container {
      padding-bottom: 20px;
    }
  }
  
  .bca-rs-list-wrapper-benefit-promo {
    max-height: 282px;
    padding: 15px 0px 15px 5px;
    list-style: none;
    overflow: hidden;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-list-wrapper-benefit-promo {
      margin: 15px 0px 0px 0px;
      padding: 0px 20px;
      max-height: 100%;
    }
  }
  
  .bca-rs-list-wrapper-benefit-promo.active {
    height: auto;
  }
  
  .bca-rs-list-benefit-promo {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 400;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-list-benefit-promo {
      font-size: 12px;
    }
  }
  
  .bca-rs-list-benefit-promo:last-child {
    margin-bottom: 0px;
  }
  
  .bca-rs-list-benefit-promo::before {
    position: relative;
    display: inline-block;
    content: "";
    width: 9px;
    height: 11px;
    margin-right: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 3px solid #97de3d;
    border-right: 3px solid #97de3d;
  }
  
  .bca-rs-label-card-promo {
    position: absolute;
    width: 110px;
    height: 40px;
    top: 15px;
    left: -6px;
    z-index: 8;
  }
  
  .bca-rs-loadmore-list-benefit-promo {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    background-color: transparent;
    text-align: center;
    color: #28b4e8;
  }
  
  .bca-rs-loadmore-list-benefit-promo.active.bca-rs-loadmore-list-benefit-promo::after {
    top: 0px;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .bca-rs-loadmore-list-benefit-promo::after {
    position: relative;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 8px;
    top: -3px;
    content: "";
    border-right: 2px solid #28b4e8;
    border-top: 2px solid #28b4e8;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-loadmore-list-benefit-promo::after {
      top: -2px;
    }
  }
  
  .bca-rs-card-promo-property {
    position: relative;
    background-color: #eee;
    max-height: 300px;
  }
  
  .bca-rs-card-promo-property .swiper {
    width: 100%;
  }
  
  .bca-rs-card-promo-property .swiper-slide img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    align-self: center;
    -o-object-fit: contain;
    object-fit: contain;
  }
  
  .bca-rs-card-promo-property .swiper-button-disabled:nth-child(n) {
    opacity: 0;
  }
  
  .bca-rs-card-promo-property .swiper-button-prev {
    left: 10px;
  }
  
  .bca-rs-card-promo-property .swiper-button-next {
    right: 10px;
  }
  
  .bca-rs-card-promo-property .swiper-button-prev:after {
    font-size: 16px !important;
  }
  
  .bca-rs-card-promo-property .swiper-button-next:after {
    font-size: 16px !important;
  }
  
  .bca-rs-card-promo-property .swiper-button-prev,
  .bca-rs-card-promo-property .swiper-button-next {
    top: 50%;
  }
  
  .bca-rs-card-promo-property .swiper-button-prev,
  .bca-rs-card-promo-property .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  
  .bca-rs-card-promo-property
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .bca-rs-card-promo-property
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px);
  }
  
  .bca-rs-card-promo-property .swiper-pagination-bullet-active {
    background: #ffffff !important;
    border: 1px solid #9f9f9f;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
  }
  
  .bca-rs-card-promo-property .swiper-pagination-bullet {
    background: #303030;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
  }
  
  .bca-rs-container-card-maps {
    position: relative;
    margin-top: 54px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-card-maps {
      margin-top: 38px;
    }
  }
  
  .bca-rs-container-card-maps .card-img-overlay {
    left: 50%;
    -webkit-transform: translate(-49%, 14%);
    transform: translate(-49%, 14%);
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-container-card-maps .card-img-overlay {
      -webkit-transform: translate(-49%, 11%);
      transform: translate(-49%, 11%);
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-card-maps .card-img-overlay {
      -webkit-transform: translate(-50%, 22%);
      transform: translate(-50%, 22%);
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-card-maps .card-img-overlay {
      -webkit-transform: translate(-50%, 14%);
      transform: translate(-50%, 14%);
    }
  }
  
  .bca-rs-card-maps-container {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  .bca-rs-card-body-maps {
    width: 100%;
    height: auto;
  }
  
  .bca-rs-sketch-maps-card {
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-sketch-maps-card {
      min-height: 263px;
    }
  }
  
  .bca-rs-card-wrapper-list-maps {
    overflow: hidden;
  }
  
  .bca-rs-card-wrapper-list-maps.active {
    height: auto;
  }
  
  .bca-rs-card-wrapper-list-maps span.d-flex {
    -webkit-column-gap: 3px;
    column-gap: 3px;
  }
  
  .bca-rs-load-more-list-card-maps {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    background-color: transparent;
    text-align: center;
    color: #28b4e8;
  }
  
  .bca-rs-load-more-list-card-maps:hover {
    color: #28b4e8;
  }
  
  .bca-rs-load-more-list-card-maps.active.bca-rs-load-more-list-card-maps::after {
    top: 0px;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .bca-rs-load-more-list-card-maps::after {
    position: relative;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 8px;
    top: -3px;
    content: "";
    border-right: 2px solid #28b4e8;
    border-top: 2px solid #28b4e8;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-load-more-list-card-maps::after {
      top: -2px;
    }
  }
  
  .bca-rs-card-maps-overlay {
    width: 346px;
    height: 237px;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    z-index: 5;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-maps-overlay {
      width: 243px;
      height: 207px;
    }
  }
  
  .bca-rs-card-maps-overlay .bca-rs-icon-pingpoint-destination {
    width: 75px;
    height: 75px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-maps-overlay .bca-rs-icon-pingpoint-destination {
      width: 66px;
      height: 66px;
    }
  }
  
  .bca-rs-card-maps-overlay .bca-rs-btn-see-more-detail-location {
    width: 200px;
    height: 40px;
    background-color: #6C919C;
    color: #ffffff;
    text-align: center;
    border: none;
    outline: none;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-maps-overlay .bca-rs-btn-see-more-detail-location {
      width: 100%;
      height: 34px;
    }
  }
  
  .bca-rs-container-card-recommendation-project-developer {
    position: relative;
    width: 100%;
  }
  
  .bca-rs-container-card-recommendation-project-developer .swiper {
    width: 100%;
    height: 280px;
  }
  
  .bca-rs-container-card-recommendation-project-developer .swiper-slide {
    height: 272px;
  }
  
  .bca-rs-container-card-recommendation-project-developer
    .swiper-button-disabled:nth-child(n) {
    opacity: 0;
  }
  
  .bca-rs-container-card-recommendation-project-developer .swiper-button-prev {
    left: -20px;
  }
  
  .bca-rs-container-card-recommendation-project-developer .swiper-button-next {
    right: -20px;
  }
  
  .bca-rs-container-card-recommendation-project-developer .swiper-button-prev,
  .bca-rs-container-card-recommendation-project-developer .swiper-button-next {
    top: 46%;
  }
  
  .bca-rs-container-card-recommendation-project-developer
    .swiper-button-prev:after {
    font-size: 16px !important;
  }
  
  .bca-rs-container-card-recommendation-project-developer
    .swiper-button-next:after {
    font-size: 16px !important;
  }
  
  .bca-rs-container-card-recommendation-project-developer
    .bca-rs-property-img-cluster {
    width: 100%;
    height: 145px;
    background: #eee;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .bca-rs-title-card-recommendation-developer {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #303030;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-title-card-recommendation-developer {
      font-size: 16px;
    }
  }
  
  .bca-rs-container-card-facility-detail-property {
    position: relative;
  }
  
  .bca-rs-container-card-facility-detail-property
    .bca-rs-btn-loadmore-table-list-facility-property {
    width: 100%;
    background-color: transparent;
    text-align: center;
    color: #28b4e8;
  }
  
  .bca-rs-container-card-facility-detail-property
    .bca-rs-btn-loadmore-table-list-facility-property.active.bca-rs-btn-loadmore-table-list-facility-property::after {
    top: 0px;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  @media only screen and (min-width: 767px) {
    .bca-rs-container-card-facility-detail-property
      .bca-rs-btn-loadmore-table-list-facility-property {
      display: none;
    }
  }
  
  .bca-rs-container-card-facility-detail-property
    .bca-rs-btn-loadmore-table-list-facility-property::after {
    position: relative;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 8px;
    top: -3px;
    content: "";
    border-right: 2px solid #28b4e8;
    border-top: 2px solid #28b4e8;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-card-facility-detail-property
      .bca-rs-btn-loadmore-table-list-facility-property::after {
      top: -2px;
    }
  }
  
  .bca-rs-table-wrapper-facility-property {
    height: -webkit-max-content;
    height: max-content;
    overflow: hidden;
    text-transform: capitalize;
  }
  
  .bca-rs-table-wrapper-facility-property.active {
    max-height: unset;
  }
  
  .bca-rs-tabs-facilty-information .nav-tabs {
    border-bottom: 2px solid #dee2e6;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-tabs-facilty-information .nav-item {
      width: 50%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-tabs-facilty-information .nav-item {
      width: 50%;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-tabs-facilty-information .nav-item button {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-tabs-facilty-information .nav-item button {
      width: 100%;
    }
  }
  
  .bca-rs-tabs-facilty-information .nav-tabs .nav-link.active {
    font-weight: 600;
    color: #303030;
    border-bottom: 2px solid #6C919C;
    background-color: transparent;
  }
  
  .bca-rs-tabs-facilty-information .nav-tabs .nav-link {
    font-weight: 600;
    color: #303030ad;
    border: none;
  }
  
  .bca-rs-table-facility-project-container {
    position: relative;
  }
  
  .bca-rs-table-wrapper-facility-project {
    height: -webkit-max-content;
    height: max-content;
    overflow: hidden;
    text-transform: capitalize;
  }
  
  .bca-rs-table-wrapper-facility-project.active {
    max-height: unset;
  }
  
  .bca-rs-loadmore-table-list-facility-project {
    width: 100%;
    background-color: transparent;
    text-align: center;
    color: #28b4e8;
  }
  
  .bca-rs-loadmore-table-list-facility-project.active.bca-rs-loadmore-table-list-facility-project::after {
    top: 0px;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  @media only screen and (min-width: 767px) {
    .bca-rs-loadmore-table-list-facility-project {
      display: none;
    }
  }
  
  .bca-rs-loadmore-table-list-facility-project::after {
    position: relative;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 8px;
    top: -3px;
    content: "";
    border-right: 2px solid #28b4e8;
    border-top: 2px solid #28b4e8;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-loadmore-table-list-facility-project::after {
      top: -2px;
    }
  }
  
  .bca-rs-btn-download-brosur {
    width: 187px;
    height: 42px;
    background: #6C919C;
    text-align: center;
    outline: none;
  }
  
  .bca-rs-btn-download-brosur .bca-rs-icon-unduh-brosur {
    position: relative;
    width: 14px;
    height: 14px;
    top: -2px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-btn-download-brosur {
      width: 100%;
    }
  }
  
  .bca-rs-container-card-360 {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .bca-rs-iframe-360-img-property {
    width: 100%;
    height: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
  }
  
  .bca-rs-icon-360-view {
    position: relative;
    width: 30px;
    height: 30px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-icon-360-view {
      width: 24px;
      height: 24px;
    }
  }
  
  .bca-rs-btn-show-360-view {
    position: absolute;
    width: 163px;
    height: 49px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    background-color: #6C919C;
    z-index: 5;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-btn-show-360-view {
      width: 118px;
      height: 35px;
      font-size: 12px;
      top: 55%;
    }
  }
  
  .bca-rs-card-price-property {
    height: auto;
    padding-top: 8px;
    background-color: #0d5cab;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-card-price-property {
      position: relative;
      width: 100%;
      padding-top: 0px;
      background-color: #ffffff;
      box-shadow: none;
      border-radius: 0;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-price-property {
      position: relative;
      width: 100%;
      padding-top: 0px;
      background-color: #ffffff;
      box-shadow: none;
      border-radius: 0;
    }
    .bca-rs-content-p-simulasi input[type="text"] {
      text-align: left !important;
    }
    .container.cstm-calc-cont {
      width: 100% !important;
      padding: 0 20px !important;
    }
    .bca-rs-content-p-simulasi input[name="jangka_waktu"] {
      text-align: right !important;
    }
    .bca-rs-content-p-simulasi input[name="persentase_dp"] {
      text-align: center !important;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .bca-rs-card-price-property .fs-extra-small {
      font-size: 0.625em;
    }
  }
  
  .bca-rs-price-rp {
    position: relative;
    top: -10px;
  }
  
  .bca-rs-installment-start-from {
    margin-bottom: 30px;
    font-weight: 600;
    color: #546c84;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-installment-start-from {
      margin-bottom: 12px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-card-price-detail-property {
      background-color: #fafafa;
      margin-top: 15px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-price-detail-property {
      background-color: #fafafa;
    }
  }
  
  .bca-rs-card-content-price {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  
  @media only screen and (max-height: 768px) and (min-width: 1366px) {
    .bca-rs-card-content-price .title {
      font-size: 1rem;
    }
  
    .bca-rs-card-content-price .sub-description {
      margin-bottom: 1rem !important;
    }
  
    .bca-rs-card-content-price .specifications {
      margin-top: 0.7rem !important;
      margin-bottom: 0 !important;
    }
  
    .bca-rs-card-content-price .bottom {
      margin-top: 1rem !important;
      margin-bottom: 0px !important;
    }
  }
  
  .bca-rs-logo-developer-card {
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .bca-rs-line-divide-card-price {
    position: relative;
    width: 100%;
    border-top: 1px solid #a3a3a3;
    opacity: 0.25;
    text-align: center;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-line-divide-card-price {
      margin-left: -15px;
      width: calc(100% + 30px);
    }
  }
  
  .bca-rs-icon-btn-question-property {
    position: relative;
    width: 15px;
    height: 14px;
    top: -2px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-icon-btn-question-property {
      top: -1px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-icon-btn-question-property {
      top: 0px;
      margin-bottom: 3px;
    }
  }
  
  @media only screen and (max-height: 768px) and (min-width: 1366px) {
    .bca-rs-container-btn-question .btn {
      height: 40px !important;
      padding: 0px;
    }
  }
  
  .bca-rs-container-btn-question .bca-rs-btn-tanya-property {
    width: 100%;
    height: 48px;
    font-weight: 500;
    font-size: 14px;
    color: #0d5cab;
    background-color: #ffffff;
    text-align: center;
    border-radius: 50px;
    border: none;
    outline: none;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-btn-question .bca-rs-btn-tanya-property {
      font-weight: 400;
      font-size: 12px;
      color: #ffffff;
      background-color: #6C919C;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-btn-question .bca-rs-btn-tanya-property {
      font-weight: 400;
      font-size: 12px;
      color: #ffffff;
      background-color: #6C919C;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .bca-rs-container-btn-question .bca-rs-btn-tanya-property {
      font-size: 10px;
      padding: 0px;
    }
  }
  
  .bca-rs-container-btn-question .bca-rs-btn-consultation-kpr {
    width: 100%;
    height: 48px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    background-color: transparent;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #ffffff;
    outline: none;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-btn-question .bca-rs-btn-consultation-kpr {
      font-weight: 400;
      font-size: 12px;
      color: #6C919C;
      border: 1px solid #6C919C;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-btn-question .bca-rs-btn-consultation-kpr {
      padding: 0px;
      font-weight: 400;
      font-size: 11px;
      color: #6C919C;
      border: 1px solid #6C919C;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .bca-rs-container-btn-question .bca-rs-btn-consultation-kpr {
      font-size: 10px;
      padding: 0px;
    }
  }
  
  .bca-rs-container-btn-question .bca-rs-card-content-price-detail-property {
    height: 485px !important;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-btn-question .bca-rs-card-content-price-detail-property {
      height: 415px !important;
      background-color: #fafafa !important;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-btn-question .bca-rs-card-content-price-detail-property {
      height: 415px !important;
      background-color: #fafafa !important;
      padding: 0px 0px 22px 0px !important;
    }
  }
  
  .bca-rs-container-card-other-type-cluster {
    position: relative;
    margin-top: 50px;
  }
  
  .bca-rs-card-other-type-cluster-list {
    width: 100%;
    height: auto;
  }
  
  .bca-rs-card-other-type-cluster-list .bca-rs-img-cluster-other-type {
    width: 100%;
    height: 122px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-other-type-cluster-list .bca-rs-img-cluster-other-type {
      width: 75px;
      height: 75px;
    }
  }
  
  .bca-rs-card-developer {
    width: 100%;
    min-height: 304px;
  }
  
  .bca-rs-card-developer .swiper {
    width: 100%;
  }
  
  .bca-rs-card-developer .swiper .swiper-wrapper {
    height: auto;
  }
  
  .bca-rs-card-developer .swiper .swiper-slide {
    height: auto;
    background: #eee;
  }
  
  .bca-rs-card-developer .swiper-button-disabled:nth-child(n) {
    opacity: 0;
  }
  
  .bca-rs-card-developer .swiper-button-prev {
    left: 5px;
  }
  
  .bca-rs-card-developer .swiper-button-next {
    right: 5px;
  }
  
  .bca-rs-card-developer .swiper-button-prev:after {
    font-size: 15px !important;
  }
  
  .bca-rs-card-developer .swiper-button-next:after {
    font-size: 15px !important;
  }
  
  .bca-rs-card-developer .swiper-button-prev,
  .bca-rs-card-developer .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  
  .bca-rs-card-developer
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .bca-rs-card-developer
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px);
  }
  
  .bca-rs-card-developer .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #ffffff !important;
  }
  
  .bca-rs-card-developer .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #d2efff57;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  }
  
  .bca-rs-card-developer .bca-rs-img-property-developer {
    width: 100%;
    height: 145px;
    -o-object-fit: cover;
    object-fit: cover;
    align-self: center;
  }
  
  .bca-rs-card-developer .bca-rs-title-property-wrapper {
    height: 70px;
  }
  
  .bca-rs-card-developer .bca-rs-col-divide-price {
    width: 40%;
    border-right: 1px solid #6C919C85;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-card-developer .bca-rs-col-divide-price {
      width: 35%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-developer .bca-rs-col-divide-price {
      width: 40%;
    }
  }
  
  .bca-rs-card-developer .bca-rs-title-price {
    position: relative;
    top: -3px;
  }
  
  .card-developer-detail .bca-rs-col-divide-price {
    width: 40%;
    border-right: 1px solid #6C919C85;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .card-developer-detail .bca-rs-col-divide-price {
      width: 35%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .card-developer-detail .bca-rs-col-divide-price {
      width: 36%;
    }
  }
  
  .bca-rs-row-price-property .bca-rs-col-line-divide-price {
    border-right: 1px solid #6C919C85;
  }
  
  @media only screen and (min-width: 1200px) {
    .bca-rs-row-price-property .bca-rs-col-line-divide-price {
      width: 40%;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-row-price-property .bca-rs-col-line-divide-price {
      width: 40%;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-row-price-property .bca-rs-col-line-divide-price {
      width: 35%;
    }
  }
  
  .bca-rs-title-price {
    position: relative;
    margin-bottom: 9px;
    top: -3px;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #757575;
  }
  
  .bca-rs-price-of-property {
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: -0.05em;
    color: #0d5cab;
  }
  
  .bca-rs-col-wrapper-price {
    padding-left: 5px;
  }
  
  .bca-rs-card--with-footer {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
  }
  
  .bca-rs-card--with-footer img {
    height: auto;
    max-width: 100%;
  }
  
  .bca-rs-card--with-footer .card-body {
    padding: 1rem 2rem;
  }
  
  .bca-rs-card--with-footer .card-footer {
    border: none;
    padding: 2.5rem 2rem;
    text-align: center;
    background: transparent;
  }
  
  .bca-rs-card--with-footer .card-footer .btn {
    width: 80%;
    font-size: 0.875em;
  }
  
  @media (max-width: 575.98px) {
    .bca-rs-card--with-footer .card-footer .btn {
      line-height: 3;
      font-size: 0.75rem;
    }
  }
  
  @media (max-width: 991.98px) {
    .bca-rs-card--with-footer .card-footer {
      padding: 0;
    }
  
    .bca-rs-card--with-footer .card-footer .btn {
      width: 100%;
      border-radius: 0px;
    }
  }
  
  .bca-rs-container-card-recommendation-project
    .bca-rs-card-recommendation-content-project {
    width: 100%;
    height: auto;
  }
  
  .bca-rs-container-card-recommendation-project .bca-rs-property-img-project {
    width: 100%;
    height: 145px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .bca-rs-container-card-recommendation-project .bca-rs-title-property-wrapper {
    height: 70px;
  }
  
  .bca-rs-container-card-recommendation-project
    .bca-rs-btn-see-all-recommendation-project::after {
    position: relative;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 8px;
    top: -1px;
    content: "";
    border-right: 2px solid #28b4e8;
    border-top: 2px solid #28b4e8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .bca-rs-container-card-recommendation-project .bca-rs-col-divide-price {
    width: 38%;
    border-right: 1px solid #6C919C85;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-container-card-recommendation-project .bca-rs-col-divide-price {
      width: 40%;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-card-recommendation-project .bca-rs-col-divide-price {
      width: 35%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-card-recommendation-project .bca-rs-col-divide-price {
      width: 41%;
    }
  }
  
  .bca-rs-container-card-recommendation-project .bca-rs-title-price {
    position: relative;
    top: -3px;
  }
  
  .bca-rs-container-card-recommendation-project .swiper {
    width: 100%;
    height: auto;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-card-recommendation-project .swiper {
      padding-right: 15px;
      width: calc(100% + 15px) !important;
    }
  }
  
  .bca-rs-container-card-recommendation-project .swiper-wrapper {
    height: auto;
    padding-bottom: 3px;
  }
  
  .bca-rs-container-card-recommendation-project .swiper-slide {
    height: auto;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-card-recommendation-project .swiper-slide {
      width: 300px;
    }
  }
  
  .bca-rs-container-card-recommendation-project
    .swiper-button-disabled:nth-child(n) {
    opacity: 0;
  }
  
  .bca-rs-container-card-recommendation-project .swiper-button-prev {
    left: 0px;
  }
  
  .bca-rs-container-card-recommendation-project .swiper-button-next {
    right: 0px;
  }
  
  .bca-rs-container-card-recommendation-project .swiper-button-prev,
  .bca-rs-container-card-recommendation-project .swiper-button-next {
    top: 44%;
  }
  
  .bca-rs-container-card-recommendation-project .swiper-button-prev:after {
    font-size: 16px !important;
  }
  
  .bca-rs-container-card-recommendation-project .swiper-button-next:after {
    font-size: 16px !important;
  }
  
  .animated-background {
    position: relative;
  }
  
  .bca-rs-content-card-price-mobile .bca-rs-container-btn-question {
    min-height: 80px;
  }
  
  .bca-rs-content-card-price-mobile .bca-rs-container-btn-question .wrapper {
    position: initial;
    bottom: -80px;
    width: 100%;
    background: #fff;
  }
  
  .bca-rs-content-card-price-mobile
    .bca-rs-container-btn-question.sticky
    .wrapper {
    bottom: 0;
    position: fixed;
    padding: 15px;
    left: 4px;
    transition-property: bottom;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    z-index: 12;
  }
  
  @media only screen and (max-width: 320px) {
    .bca-rs-content-card-price-mobile
      .bca-rs-container-btn-question.sticky
      .wrapper {
      padding: 8px;
    }
  }
  
  .bca-rs-content-card-price-mobile .bca-rs-container-btn-question.exit .wrapper {
    transition-duration: 0.1s;
    bottom: -80px;
  }
  
  @media only screen and (min-width: 1200px) {
    .bca-rs-developer-name-search-result {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-developer-name-search-result {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
  }
  
  .bca-rs-card-search-result {
    width: 100%;
    height: auto;
  }
  
  .bca-rs-card-search-result .swiper {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  .bca-rs-card-search-result .swiper .swiper-wrapper {
    height: auto;
  }
  
  .bca-rs-card-search-result .swiper .swiper-slide {
    height: auto;
  }
  
  .bca-rs-card-search-result .swiper-button-disabled:nth-child(n) {
    opacity: 0;
  }
  
  .bca-rs-card-search-result .swiper-button-prev {
    left: 5px;
  }
  
  .bca-rs-card-search-result .swiper-button-next {
    right: 5px;
  }
  
  .bca-rs-card-search-result .swiper-button-prev:after {
    font-size: 15px !important;
  }
  
  .bca-rs-card-search-result .swiper-button-next:after {
    font-size: 15px !important;
  }
  
  .bca-rs-card-search-result .swiper-button-prev,
  .bca-rs-card-search-result .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  
  .bca-rs-card-search-result
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .bca-rs-card-search-result
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px);
  }
  
  .bca-rs-card-search-result .swiper-pagination-bullet-active {
    background: #ffffff !important;
    border: 1px solid #9f9f9f;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
  }
  
  .bca-rs-card-search-result .swiper-pagination-bullet {
    background: #303030;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
  }
  
  .bca-rs-card-search-result .bca-rs-img-project-wrapper {
    width: 100%;
    background: #eee;
    align-self: center;
  }
  
  .bca-rs-card-search-result .bca-rs-img-property-project {
    width: 100%;
    height: 145px;
  }
  
  .bca-rs-card-search-result .bca-rs-title-project-wrapper {
    height: 75px;
  }
  
  .bca-rs-card-search-result .bca-rs-name-project-property {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .bca-rs-card-search-result .bca-rs-col-divide-price {
    width: 38%;
    border-right: 1px solid #6C919C85;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-card-search-result .bca-rs-col-divide-price {
      width: 37%;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-card-search-result .bca-rs-col-divide-price {
      width: 35%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-search-result .bca-rs-col-divide-price {
      width: 38%;
    }
  }
  
  .bca-rs-card-search-result .bca-rs-title-price {
    position: relative;
    top: -3px;
  }
  
  .bca-rs-label-list-property {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    --webkit-overflow-scrolling: touch;
  }
  
  .bca-rs-label-list-property::-webkit-scrollbar {
    display: none;
  }
  
  .bca-rs-card-promo-search-result {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  .bca-rs-banner-img-promo-search-result {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .bca-rs-see-more-banner-promo-result {
    width: 100%;
    height: 40px;
    padding: 0.45rem;
    background-color: #28b4e8;
    color: #fff;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  
  .bca-rs-card-recommendation-project-developer {
    position: relative;
  }
  
  .bca-rs-card-recommendation-project-developer .swiper {
    padding: 0 10px;
    margin: 0 -10px;
    height: auto;
    width: calc(100% + 20px);
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-recommendation-project-developer .swiper {
      width: calc(100% + 15px) !important;
      padding-right: 15px;
      padding-left: 1px;
      margin: 0 0 0 1px;
    }
  }
  
  .bca-rs-card-recommendation-project-developer .swiper .swiper-wrapper {
    height: auto;
  }
  
  .bca-rs-card-recommendation-project-developer .swiper .swiper-slide {
    height: auto;
    width: 345px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-recommendation-project-developer .swiper .swiper-slide {
      width: 300px;
    }
  }
  
  .bca-rs-card-recommendation-project-developer
    .swiper-button-disabled:nth-child(n) {
    opacity: 0;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-card-recommendation-project-developer .swiper-button-prev,
    .bca-rs-card-recommendation-project-developer .swiper-button-next {
      display: none;
    }
  }
  
  .bca-rs-card-recommendation-project-developer .swiper-button-prev:after {
    font-size: 16px !important;
  }
  
  .bca-rs-card-recommendation-project-developer .swiper-button-next:after {
    font-size: 16px !important;
  }
  
  .bca-rs-card-recommendation-project-developer .bca-rs-title-project-wrapper {
    height: 75px;
  }
  
  .bca-rs-card-recommendation-project-developer
    .bca-rs-card-recommendation-developer {
    width: 100%;
    height: auto;
  }
  
  .bca-rs-card-recommendation-project-developer
    .bca-rs-card-recommendation-developer
    .bca-rs-img-project-developer {
    width: 100%;
    height: 145px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .bca-rs-card-recommendation-project-developer
    .bca-rs-card-recommendation-developer
    .bca-rs-col-divide-price {
    width: 39%;
    border-right: 1px solid #6C919C85;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-card-recommendation-project-developer
      .bca-rs-card-recommendation-developer
      .bca-rs-col-divide-price {
      width: 41%;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-card-recommendation-project-developer
      .bca-rs-card-recommendation-developer
      .bca-rs-col-divide-price {
      width: 37%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-recommendation-project-developer
      .bca-rs-card-recommendation-developer
      .bca-rs-col-divide-price {
      width: 41%;
    }
  }
  
  .bca-rs-card-recommendation-project-developer
    .bca-rs-card-recommendation-developer
    .bca-rs-title-price {
    position: relative;
    top: -3px;
  }
  
  .bca-rs-card-recommendation-project-developer .bca-rs-card-load-more {
    min-height: 325px !important;
  }
  
  .bca-rs-collection-card-thumbnail {
    position: relative;
    margin-bottom: 73px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-collection-card-thumbnail {
      margin-bottom: 50px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-collection-card-thumbnail {
      margin-bottom: 0px;
    }
  }
  
  .bca-rs-collection-card-thumbnail .bca-rs-card-load-more {
    min-height: 304px !important;
  }
  
  .bca-rs-collection-card-thumbnail:last-child {
    margin-bottom: 40px;
  }
  
  .bca-rs-collection-card-thumbnail:last-child .bca-rs-line-divide-card-list {
    display: none !important;
  }
  
  .bca-rs-line-divide-card-list {
    position: relative;
    width: calc(100% + 30px);
    height: 1px;
    left: -15px;
    margin: 30px 0px;
    background-color: #a3a3a3;
    text-align: center;
  }
  
  .bca-rs-card-recommendation-project-slider .bca-rs-card-load-more {
    min-height: 318px !important;
  }
  
  @media only screen and (min-width: 1200px) {
    .bca-rs-card-recommendation-project-slider .bca-rs-card-load-more {
      min-height: 302px !important;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-card-recommendation-project-slider .bca-rs-card-load-more {
      min-height: 302px !important;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-recommendation-project-slider .bca-rs-card-load-more {
      min-height: 302px !important;
    }
  }
  
  .bca-rs-container-page-list-broker {
    position: relative;
    width: 100%;
    background-color: #fafafa;
  }
  
  .bca-rs-see-more-broker {
    width: 100%;
    padding-top: 10px;
    text-align: center;
    background: transparent;
  }
  
  .bca-rs-see-more-broker::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 8px;
    border-right: 2px solid #28b4e8;
    border-top: 2px solid #28b4e8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .bca-rs-card-broker {
    width: 100%;
    min-height: 304px;
  }
  
  .bca-rs-card-broker .swiper {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  .bca-rs-card-broker .swiper .swiper-wrapper {
    height: auto;
  }
  
  .bca-rs-card-broker .swiper .swiper-slide {
    height: auto;
    background: #eee;
  }
  
  .bca-rs-card-broker .swiper-button-disabled:nth-child(n) {
    opacity: 0;
  }
  
  .bca-rs-card-broker .swiper-button-prev {
    left: 5px;
  }
  
  .bca-rs-card-broker .swiper-button-next {
    right: 5px;
  }
  
  .bca-rs-card-broker .swiper-button-prev:after {
    font-size: 15px !important;
  }
  
  .bca-rs-card-broker .swiper-button-next:after {
    font-size: 15px !important;
  }
  
  .bca-rs-card-broker .swiper-button-prev,
  .bca-rs-card-broker .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  
  .bca-rs-card-broker
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .bca-rs-card-broker
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px);
  }
  
  .bca-rs-card-broker .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #ffffff !important;
  }
  
  .bca-rs-card-broker .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #d2efff57;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  }
  
  .bca-rs-card-broker .bca-rs-img-property-broker {
    width: 100%;
    height: 145px;
    -o-object-fit: cover;
    object-fit: cover;
    align-self: center;
  }
  
  .bca-rs-card-broker .bca-rs-title-property-wrapper {
    height: 70px;
  }
  
  .bca-rs-card-broker .bca-rs-col-divide-price {
    width: 40%;
    border-right: 1px solid #6C919C85;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-card-broker .bca-rs-col-divide-price {
      width: 35%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-broker .bca-rs-col-divide-price {
      width: 40%;
    }
  }
  
  .bca-rs-card-broker .bca-rs-title-price {
    position: relative;
    top: -3px;
  }
  
  .bca-rs-card-thumbnail-broker .bca-rs-card-load-more {
    min-height: 405px !important;
    border-radius: 10px !important;
  }
  
  .bca-rs-container-card-recommendation-property-broker {
    position: relative;
  }
  
  .bca-rs-container-card-recommendation-property-broker .swiper {
    width: 100%;
    height: auto;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-card-recommendation-property-broker .swiper {
      padding-right: 15px;
      width: calc(100% + 15px) !important;
    }
  }
  
  .bca-rs-container-card-recommendation-property-broker .swiper-wrapper {
    height: auto;
  }
  
  .bca-rs-container-card-recommendation-property-broker .swiper-slide {
    height: auto;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-card-recommendation-property-broker .swiper-slide {
      width: 300px;
    }
  }
  
  .bca-rs-container-card-recommendation-property-broker
    .swiper-button-disabled:nth-child(n) {
    opacity: 0;
  }
  
  .bca-rs-container-card-recommendation-property-broker .swiper-button-prev {
    left: 0px;
  }
  
  .bca-rs-container-card-recommendation-property-broker .swiper-button-next {
    right: 0px;
  }
  
  .bca-rs-container-card-recommendation-property-broker
    .swiper-button-prev:after {
    font-size: 16px !important;
  }
  
  .bca-rs-container-card-recommendation-property-broker
    .swiper-button-next:after {
    font-size: 16px !important;
  }
  
  .bca-rs-container-card-recommendation-property-broker .swiper-button-prev,
  .bca-rs-container-card-recommendation-property-broker .swiper-button-next {
    top: 32%;
  }
  
  .bca-rs-container-card-recommendation-property-broker
    .bca-rs-title-recommendation-property {
    height: 68px;
    overflow: hidden;
  }
  
  .bca-rs-container-card-recommendation-property-broker
    .bca-rs-img-property-broker {
    width: 100%;
    height: 145px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .bca-rs-container-card-recommendation-property-broker .bca-rs-col-divide-price {
    width: 40%;
    border-right: 1px solid #6C919C85;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-container-card-recommendation-property-broker
      .bca-rs-col-divide-price {
      width: 40%;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-card-recommendation-property-broker
      .bca-rs-col-divide-price {
      width: 35%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-card-recommendation-property-broker
      .bca-rs-col-divide-price {
      width: 41%;
    }
  }
  
  .bca-rs-container-card-recommendation-property-broker .bca-rs-title-price {
    position: relative;
    top: -3px;
  }
  
  .bca-rs-card-recommendation-property-broker-empty {
    position: relative;
  }
  
  .bca-rs-card-recommendation-property-broker-empty .swiper {
    padding: 0 10px;
    margin: 0 -10px;
    height: auto;
    width: calc(100% + 20px);
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-recommendation-property-broker-empty .swiper {
      width: calc(100% + 15px) !important;
      padding-right: 15px;
      padding-left: 1px;
      margin: 0 0 0 1px;
    }
  }
  
  .bca-rs-card-recommendation-property-broker-empty .swiper .swiper-wrapper {
    height: auto;
  }
  
  .bca-rs-card-recommendation-property-broker-empty .swiper .swiper-slide {
    height: auto;
    width: 345px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-recommendation-property-broker-empty .swiper .swiper-slide {
      width: 300px;
    }
  }
  
  .bca-rs-card-recommendation-property-broker-empty
    .swiper-button-disabled:nth-child(n) {
    opacity: 0;
  }
  
  .bca-rs-card-recommendation-property-broker-empty .swiper-button-prev:after {
    font-size: 16px !important;
  }
  
  .bca-rs-card-recommendation-property-broker-empty .swiper-button-next:after {
    font-size: 16px !important;
  }
  
  .bca-rs-card-recommendation-property-broker-empty
    .bca-rs-title-property-wrapper {
    height: 70px;
  }
  
  .bca-rs-card-recommendation-property-broker-empty .bca-rs-img-property-broker {
    width: 100%;
    height: 145px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .bca-rs-card-recommendation-property-broker-empty .bca-rs-col-divide-price {
    width: 41%;
    border-right: 1px solid #6C919C85;
  }
  
  .bca-rs-card-recommendation-property-broker-empty .bca-rs-title-price {
    position: relative;
    top: -3px;
  }
  
  .bca-rs-card-recommendation-property-broker-empty .bca-rs-card-load-more {
    min-height: 470px !important;
  }
  
  .bca-rs-card-recommendation-property-broker .bca-rs-card-load-more {
    min-height: 419px !important;
  }
  
  .bca-rs-card-info-simulasi {
    width: 100%;
  }
  
  .bca-rs-card-info-simulasi .bca-rs-img-card-info {
    width: 100%;
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-info-simulasi .bca-rs-img-card-info {
      height: 120px;
      -o-object-position: top;
      object-position: top;
    }
  }
  
  .bca-rs-card-info-simulasi a .icon-arrow-info {
    position: absolute;
    bottom: 14px;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  
  .bca-rs-card-info-simulasi a:hover .icon-arrow-info {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
  
  .bca-rs-bg-white {
    background-color: #ffffff;
  }
  
  .bca-rs-bg-dark-blue {
    background-color: #0c3258;
  }
  
  .bca-rs-bg-orange {
    background-color: #f48d42;
  }
  
  .bca-rs-bg-blue-sky {
    background-color: #28b4e8;
  }
  
  .bca-rs-bg-green-soft {
    background-color: #44d8a3;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-purple {
    background-color: #b244d8;
  }
  
  .bca-rs-bg-red-soft {
    background-color: #d84468;
  }
  
  .bca-rs-bg-grey-soft {
    background-color: #e5e5e5;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-green-tosca {
    background-color: #00c3c4;
  }
  
  .bca-rs-bg-grey {
    background-color: #fafafa;
  }
  
  .bca-rs-bg-blue-gradient {
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
  }
  
  .bca-rs-container-listing-developer-page {
    position: relative;
    width: 100%;
    background-color: #fafafa;
  }
  
  .bca-rs-container-page-not-found {
    position: relative;
    width: 100%;
    background-color: #fafafa;
  }
  
  .bca-rs-container-breadcrumb {
    height: 40px;
    background-color: #ffffff;
  }
  
  .bca-rs-bg-white {
    background-color: #ffffff;
  }
  
  .bca-rs-bg-dark-blue {
    background-color: #0c3258;
  }
  
  .bca-rs-bg-orange {
    background-color: #f48d42;
  }
  
  .bca-rs-bg-blue-sky {
    background-color: #28b4e8;
  }
  
  .bca-rs-bg-green-soft {
    background-color: #44d8a3;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-purple {
    background-color: #b244d8;
  }
  
  .bca-rs-bg-red-soft {
    background-color: #d84468;
  }
  
  .bca-rs-bg-grey-soft {
    background-color: #e5e5e5;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-green-tosca {
    background-color: #00c3c4;
  }
  
  .bca-rs-bg-grey {
    background-color: #fafafa;
  }
  
  .bca-rs-bg-blue-gradient {
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
  }
  
  .bca-rs-container-card-thumbnail-list {
    position: relative;
    width: 100%;
  }
  
  .bca-rs-container-card-thumbnail-list .bca-rs-col-img-developer {
    padding-right: 0px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-container-card-thumbnail-list .bca-rs-col-img-developer {
      padding-right: 15px;
    }
  }
  
  .bca-rs-container-card-thumbnail-list .bca-rs-see-more-developer {
    width: 100%;
    padding-top: 10px;
    text-align: center;
    background: transparent;
  }
  
  .bca-rs-container-card-thumbnail-list .bca-rs-see-more-developer::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 8px;
    border-right: 2px solid #28b4e8;
    border-top: 2px solid #28b4e8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .bca-rs-card-list-property-wrapper {
    position: relative;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-list-property-wrapper.single-slider .swiper {
      padding-right: 0px;
    }
  }
  
  .bca-rs-card-list-property-wrapper.single-slider .swiper-slide {
    width: 310px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-list-property-wrapper.single-slider .swiper-slide {
      width: calc(100% - 15px);
    }
  }
  
  .bca-rs-card-list-property-wrapper .bca-rs-btn-see-more-list-developer {
    position: relative;
    width: 100%;
    background-color: transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #28b4e8;
    border: none;
    outline: none;
  }
  
  .bca-rs-card-list-property-wrapper .bca-rs-btn-see-more-list-developer::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #28b4e8;
    border-top: 2px solid #28b4e8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 8px;
    top: 0px;
  }
  
  .bca-rs-card-list-property-wrapper .swiper {
    padding: 0 10px;
    margin: 0 -10px;
    height: auto;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-list-property-wrapper .swiper {
      width: calc(100% + 15px) !important;
      padding-right: 15px;
      padding-left: 1px;
      margin: 0 0 0 1px;
    }
  }
  
  .bca-rs-card-list-property-wrapper .swiper .swiper-wrapper {
    height: auto;
  }
  
  .bca-rs-card-list-property-wrapper .swiper .swiper-slide {
    height: auto;
  }
  
  .bca-rs-card-list-property-wrapper .swiper-container {
    width: calc(100% + 20px);
  }
  
  .bca-rs-card-list-property-wrapper .swiper-slide {
    font-size: 18px;
  }
  
  .bca-rs-card-list-property-wrapper .swiper-button-disabled:nth-child(n) {
    opacity: 0;
  }
  
  .bca-rs-card-list-property-wrapper .swiper-button-prev:after {
    font-size: 16px !important;
  }
  
  .bca-rs-card-list-property-wrapper .swiper-button-next:after {
    font-size: 16px !important;
  }
  
  .bca-rs-card-list-property-wrapper .bca-rs-content-img-property {
    width: 312px;
    height: 145px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    align-self: center;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-card-list-property-wrapper .bca-rs-content-img-property {
      width: 303px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-card-list-property-wrapper .bca-rs-content-img-property {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-list-property-wrapper .bca-rs-content-img-property {
      width: 298px;
    }
  }
  
  .bca-rs-card-list-property-wrapper .bca-rs-card-last {
    background-color: #ffffff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    text-align: center;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-list-property-wrapper .bca-rs-card-last {
      width: 298px;
    }
  }
  
  .bca-rs-card-list-property-wrapper .bca-rs-card-last .bca-rs-icon-btn-look-all {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: 35% auto 0px auto;
    text-align: center;
    cursor: pointer;
  }
  
  .bca-rs-card-list-property-wrapper
    .bca-rs-card-last
    .bca-rs-btn-look-all-slide {
    margin: auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #6C919C;
    background-color: transparent;
    text-align: center;
    border: none;
    outline: none;
  }
  
  .bca-rs-card-list-property-wrapper
    .bca-rs-card-last
    .bca-rs-btn-look-all-slide
    a {
    color: #6C919C;
  }
  
  .bca-rs-card-list-property-wrapper .swiper-slide {
    width: 345px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-card-list-property-wrapper .swiper-slide {
      width: 300px;
    }
  }
  
  .bca-rs-bg-white {
    background-color: #ffffff;
  }
  
  .bca-rs-bg-dark-blue {
    background-color: #0c3258;
  }
  
  .bca-rs-bg-orange {
    background-color: #f48d42;
  }
  
  .bca-rs-bg-blue-sky {
    background-color: #28b4e8;
  }
  
  .bca-rs-bg-green-soft {
    background-color: #44d8a3;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-purple {
    background-color: #b244d8;
  }
  
  .bca-rs-bg-red-soft {
    background-color: #d84468;
  }
  
  .bca-rs-bg-grey-soft {
    background-color: #e5e5e5;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-green-tosca {
    background-color: #00c3c4;
  }
  
  .bca-rs-bg-grey {
    background-color: #fafafa;
  }
  
  .bca-rs-bg-blue-gradient {
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
  }
  
  .bca-rs-container-card-promo-list {
    position: relative;
  }
  
  .bca-rs-container-card-promo-list .swiper {
    width: 100%;
    height: 200px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-card-promo-list .swiper {
      height: 165px;
      border-radius: 10px;
    }
  }
  
  .bca-rs-container-card-promo-list .swiper-wrapper {
    width: 100%;
  }
  
  .bca-rs-container-card-promo-list .swiper-slide {
    width: 100%;
  }
  
  .bca-rs-container-card-promo-list .bca-rs-banner-img-promo {
    position: relative;
    width: 100%;
    height: 165px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-card-promo-list .bca-rs-banner-img-promo {
      border-radius: 0;
    }
  }
  
  .bca-rs-container-card-promo-list .swiper-button-disabled:nth-child(n) {
    opacity: 0;
  }
  
  .bca-rs-container-card-promo-list .swiper-button-prev,
  .bca-rs-container-card-promo-list .swiper-button-next {
    top: 40%;
  }
  
  .bca-rs-container-card-promo-list .swiper-button-prev:after {
    font-size: 16px !important;
  }
  
  .bca-rs-container-card-promo-list .swiper-button-next:after {
    font-size: 16px !important;
  }
  
  .bca-rs-container-card-promo-list
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .bca-rs-container-card-promo-list
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px);
  }
  
  .bca-rs-container-card-promo-list .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #c5dfee !important;
    width: 43px !important;
    height: 10px;
    border-radius: 15px;
    opacity: 1 !important;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-card-promo-list .swiper-pagination-bullet-active {
      background: #ffffff !important;
      opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5);
    }
  }
  
  .bca-rs-container-card-promo-list .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #c1dceb94;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-card-promo-list .swiper-pagination-bullet {
      background: #303030;
      opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5);
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-card-promo-list
      .swiper-horizontal
      > .swiper-pagination-bullets,
    .bca-rs-container-card-promo-list
      .swiper-pagination-bullets.swiper-pagination-horizontal,
    .bca-rs-container-card-promo-list .swiper-pagination-custom,
    .bca-rs-container-card-promo-list .swiper-pagination-fraction {
      bottom: 0px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-card-promo-list
      .swiper-horizontal
      > .swiper-pagination-bullets,
    .bca-rs-container-card-promo-list
      .swiper-pagination-bullets.swiper-pagination-horizontal,
    .bca-rs-container-card-promo-list .swiper-pagination-custom,
    .bca-rs-container-card-promo-list .swiper-pagination-fraction {
      bottom: 15px;
    }
  }
  
  .bca-rs-bg-white {
    background-color: #ffffff;
  }
  
  .bca-rs-bg-dark-blue {
    background-color: #0c3258;
  }
  
  .bca-rs-bg-orange {
    background-color: #f48d42;
  }
  
  .bca-rs-bg-blue-sky {
    background-color: #28b4e8;
  }
  
  .bca-rs-bg-green-soft {
    background-color: #44d8a3;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-purple {
    background-color: #b244d8;
  }
  
  .bca-rs-bg-red-soft {
    background-color: #d84468;
  }
  
  .bca-rs-bg-grey-soft {
    background-color: #e5e5e5;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-green-tosca {
    background-color: #00c3c4;
  }
  
  .bca-rs-bg-grey {
    background-color: #fafafa;
  }
  
  .bca-rs-bg-blue-gradient {
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
  }
  
  .bca-rs-container-pagination {
    position: relative;
  }
  
  .bca-rs-container-pagination .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    outline: none !important;
  }
  
  .bca-rs-container-pagination .pagination .disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  
  .bca-rs-container-pagination .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    padding: 0;
    color: #000000;
    background-color: transparent;
    border: none;
    box-shadow: none !important;
  }
  
  .bca-rs-container-pagination .page-link:hover {
    color: #6C919C;
    background-color: transparent;
  }
  
  .bca-rs-container-pagination .page-item:first-child .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .bca-rs-container-pagination .page-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 32px;
    height: 32px;
    margin: 0px 8px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 100px;
    box-shadow: none;
    outline: none;
  }
  
  @media (max-width: 575.98px) {
    .bca-rs-container-pagination .page-item {
      font-size: 14px;
      margin: 0px 2px;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .bca-rs-container-pagination .page-item {
      margin: 0px;
    }
  }
  
  .bca-rs-container-pagination .page-item:hover {
    color: #6C919C;
    background-color: transparent;
  }
  
  .bca-rs-container-pagination .page-item.active .page-link {
    width: 32px;
    height: 32px;
    background-color: #6C919C;
    color: #ffffff;
    border-radius: 100px;
    z-index: 3;
  }
  
  .bca-rs-container-pagination .page-item:first-child {
    background-color: #e1e1e152;
    margin: 0px 12px 0px 8px;
    border-radius: 100px;
  }
  
  @media (max-width: 575.98px) {
    .bca-rs-container-pagination .page-item:first-child {
      margin: 0px 12px 0px 4px;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .bca-rs-container-pagination .page-item:first-child {
      margin: 0px 10px 0px 4px;
    }
  }
  
  .bca-rs-container-pagination .page-item:first-child .icon-pagination {
    left: -1px;
  }
  
  .bca-rs-container-pagination .page-item:last-child {
    background-color: #e1e1e152;
    border-radius: 100px;
  }
  
  @media (max-width: 575.98px) {
    .bca-rs-container-pagination .page-item:last-child {
      margin: 0px 2px 0px 12px;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .bca-rs-container-pagination .page-item:last-child {
      margin: 0px 2px 0px 10px;
    }
  }
  
  .bca-rs-container-pagination .page-item:last-child .icon-pagination {
    right: -1px;
    font-weight: 900;
  }
  
  .bca-rs-container-pagination .icon-pagination {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    color: #6C919C;
    border-radius: 100px;
  }
  
  .bca-rs-bg-white {
    background-color: #ffffff;
  }
  
  .bca-rs-bg-dark-blue {
    background-color: #0c3258;
  }
  
  .bca-rs-bg-orange {
    background-color: #f48d42;
  }
  
  .bca-rs-bg-blue-sky {
    background-color: #28b4e8;
  }
  
  .bca-rs-bg-green-soft {
    background-color: #44d8a3;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-purple {
    background-color: #b244d8;
  }
  
  .bca-rs-bg-red-soft {
    background-color: #d84468;
  }
  
  .bca-rs-bg-grey-soft {
    background-color: #e5e5e5;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-green-tosca {
    background-color: #00c3c4;
  }
  
  .bca-rs-bg-grey {
    background-color: #fafafa;
  }
  
  .bca-rs-bg-blue-gradient {
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
  }
  
  .bca-rs-container-developer-detail-page {
    position: relative;
    width: 100%;
    min-height: 50vh;
    background-color: #fafafa;
    padding-bottom: 50px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-developer-detail-page {
      margin-bottom: 20px;
      padding: 0px 0px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-col-description-developer {
      display: none;
    }
  }
  
  .bca-rs-description-developer-detail {
    position: relative;
    margin-bottom: 35px;
    padding-top: 34px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-description-developer-detail {
      background-color: #ffffff;
      padding-top: 5px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-description-developer-detail {
      background-color: #ffffff;
      padding-top: 5px;
    }
  }
  
  .bca-rs-description-developer-detail .bca-rs-content-wrapper-developer-brand {
    position: relative;
    display: flex;
    width: 310px;
    height: 210px;
    max-height: 210px;
    padding: 5px 50px;
    background-color: #ffffff;
    box-shadow: 0px 4px 15px rgba(14, 88, 130, 0.1);
    border-radius: 10px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-description-developer-detail .bca-rs-content-wrapper-developer-brand {
      width: 100%;
      height: 210px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-description-developer-detail .bca-rs-content-wrapper-developer-brand {
      width: 100%;
      margin-bottom: 25px;
      padding: 20px 25px 0px 25px;
      max-height: 90px;
      background-color: transparent;
      border-radius: 0;
      box-shadow: none;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-description-developer-detail .bca-rs-content-wrapper-developer-brand {
      width: 100%;
      margin-bottom: 18px;
      padding: 20px 25px 0px 25px;
      max-height: 90px;
      background-color: transparent;
      border-radius: 0;
      box-shadow: none;
    }
  }
  
  .bca-rs-description-developer-detail .bca-rs-developer-logo-brand {
    max-width: 210px;
    max-height: 210px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-description-developer-detail .bca-rs-developer-logo-brand {
      max-width: 100%;
      max-height: 91px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-description-developer-detail .bca-rs-developer-logo-brand {
      max-width: 100%;
      max-height: 91px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-description-developer-detail
      .bca-rs-container-detail-description-developer {
      text-align: center;
      padding-bottom: 18px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-description-developer-detail
      .bca-rs-container-detail-description-developer {
      text-align: center;
    }
  }
  
  .bca-rs-description-developer-detail .bca-rs-description-detail-developer {
    height: auto;
    line-height: 26px;
    max-height: calc(26px * 3);
    overflow: hidden;
  }
  
  @media (max-width: 575.98px) {
    .bca-rs-description-developer-detail .bca-rs-description-detail-developer {
      line-height: 20px;
      max-height: calc(20px * 4);
    }
  }
  
  .bca-rs-description-developer-detail
    .bca-rs-description-detail-developer:first-letter {
    text-transform: capitalize;
  }
  
  .bca-rs-description-developer-detail
    .bca-rs-description-detail-developer.active {
    max-height: -webkit-max-content;
    max-height: max-content;
    -webkit-line-clamp: unset;
  }
  
  .bca-rs-description-developer-detail .bca-rs-btn-readmore-desc-developer {
    padding-left: 0px;
    background: transparent;
    color: #28b4e8;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-description-developer-detail .bca-rs-btn-readmore-desc-developer {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-description-developer-detail .bca-rs-btn-readmore-desc-developer {
      width: 100%;
    }
  }
  
  .bca-rs-description-developer-detail
    .bca-rs-btn-readmore-desc-developer.active.bca-rs-btn-readmore-desc-developer::after {
    top: 0px;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .bca-rs-description-developer-detail
    .bca-rs-btn-readmore-desc-developer::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #28b4e8;
    border-top: 2px solid #28b4e8;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 8px;
    top: -2px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-description-developer-detail
      .bca-rs-btn-readmore-desc-developer::after {
      border-right: 2px solid #0d5cab;
      border-top: 2px solid #0d5cab;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-description-developer-detail
      .bca-rs-btn-readmore-desc-developer::after {
      border-right: 2px solid #0d5cab;
      border-top: 2px solid #0d5cab;
    }
  }
  
  .bca-rs-tabs-filter-checkbox {
    margin-bottom: 0;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: auto;
    cursor: pointer;
  }
  
  .bca-rs-tabs-filter-checkbox::-webkit-scrollbar {
    display: none;
  }
  
  .bca-rs-tabs-filter-checkbox input[type="checkbox"] {
    display: none;
  }
  
  .bca-rs-tabs-filter-checkbox input[type="checkbox"]:not(:checked) + label {
    color: #6C919C;
    border: 1px solid #6C919C;
  }
  
  .bca-rs-tabs-filter-checkbox input[type="checkbox"]:checked {
    font-weight: 500 !important;
  }
  
  .bca-rs-tabs-filter-checkbox input[type="checkbox"]:checked + label,
  .bca-rs-tabs-filter-checkbox .checked {
    color: #ffffff !important;
    background-color: #6C919C;
  }
  
  .bca-rs-tabs-filter-checkbox .bca-rs-btn-checkbox-filter {
    display: inline-block;
    margin: auto 12px auto auto;
    z-index: 10;
    cursor: pointer;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-tabs-filter-checkbox .bca-rs-btn-checkbox-filter {
      margin: auto 10px auto auto;
    }
  }
  
  .bca-rs-tabs-filter-checkbox .bca-rs-btn-checkbox-label {
    min-width: 120px;
    height: 40px;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #6C919C;
    border-radius: 50px;
    cursor: pointer;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-tabs-filter-checkbox .bca-rs-btn-checkbox-label {
      width: 93px;
      font-size: 12px;
    }
  }
  
  .bca-rs-bg-white {
    background-color: #ffffff;
  }
  
  .bca-rs-bg-dark-blue {
    background-color: #0c3258;
  }
  
  .bca-rs-bg-orange {
    background-color: #f48d42;
  }
  
  .bca-rs-bg-blue-sky {
    background-color: #28b4e8;
  }
  
  .bca-rs-bg-green-soft {
    background-color: #44d8a3;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-purple {
    background-color: #b244d8;
  }
  
  .bca-rs-bg-red-soft {
    background-color: #d84468;
  }
  
  .bca-rs-bg-grey-soft {
    background-color: #e5e5e5;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-green-tosca {
    background-color: #00c3c4;
  }
  
  .bca-rs-bg-grey {
    background-color: #fafafa;
  }
  
  .bca-rs-bg-blue-gradient {
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
  }
  
  .bca-rs-container-project-developer {
    position: relative;
    width: 100%;
    padding: 22px 0px 50px 0px;
    background-color: #fafafa;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-project-developer {
      padding: 0px 0px 20px 0px;
    }
  }
  
  .bca-rs-container-project-developer
    .bca-rs-content-list-promo-project-developer {
    margin-top: 65px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-project-developer
      .bca-rs-content-list-promo-project-developer {
      margin-top: 35px;
    }
  }
  
  .bca-rs-container-gallery-property {
    position: relative;
    margin-bottom: 22px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-gallery-property {
      margin-bottom: 0px;
    }
  }
  
  .bca-rs-container-gallery-property .swiper {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-gallery-property .swiper {
      max-height: 275px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-gallery-property .swiper {
      border-radius: 0px;
    }
  }
  
  .bca-rs-container-gallery-property .swiper-wrapper {
    height: auto;
  }
  
  .bca-rs-container-gallery-property .swiper-button-prev,
  .bca-rs-container-gallery-property .swiper-button-next {
    top: 50%;
    opacity: 0;
  }
  
  .bca-rs-container-gallery-property .swiper-button-disabled:nth-child(n) {
    opacity: 0;
  }
  
  .bca-rs-container-gallery-property .swiper-button-prev:after {
    font-size: 16px !important;
  }
  
  .bca-rs-container-gallery-property .swiper-button-next:after {
    font-size: 16px !important;
  }
  
  .bca-rs-container-gallery-property .swiper-button-prev {
    left: 10px;
  }
  
  .bca-rs-container-gallery-property .swiper-button-next {
    right: 10px;
  }
  
  .bca-rs-container-gallery-property
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .bca-rs-container-gallery-property
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px);
  }
  
  .bca-rs-container-gallery-property .swiper-pagination-bullet-active {
    background: #ffffff !important;
    border: 1px solid #9f9f9f;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
  }
  
  .bca-rs-container-gallery-property .swiper-pagination-bullet {
    background: #303030;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
  }
  
  .bca-rs-container-gallery-property
    .swiper-horizontal
    > .swiper-pagination-bullets,
  .bca-rs-container-gallery-property
    .swiper-pagination-bullets.swiper-pagination-horizontal,
  .bca-rs-container-gallery-property .swiper-pagination-custom,
  .bca-rs-container-gallery-property .swiper-pagination-fraction {
    bottom: 22px;
  }
  
  .bca-rs-container-gallery-property .bca-rs-content-gallery-img {
    width: 100%;
    height: 380px;
    background: #eee;
    align-self: center;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-gallery-property .bca-rs-content-gallery-img {
      height: 250px;
    }
  }
  
  .bca-rs-container-gallery-property
    .bca-rs-content-gallery-img:first-child
    .bca-rs-gallery-img-property,
  .bca-rs-container-gallery-property
    .bca-rs-content-gallery-img:last-child
    .bca-rs-gallery-img-property {
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .bca-rs-container-gallery-property .bca-rs-gallery-img-property {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    cursor: pointer;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-gallery-property .bca-rs-gallery-img-property {
      width: 100%;
      border-radius: 10px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-gallery-property .bca-rs-gallery-img-property {
      width: 100%;
      border-radius: 0px;
    }
  }
  
  .bca-rs-container-gallery-property .bca-rs-load-more-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-gallery-property .bca-rs-load-more-gallery {
      border-radius: 0px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-gallery-property .bca-rs-load-more-gallery {
      border-radius: 0px;
    }
  }
  
  .bca-rs-container-gallery-property .bca-rs-counter-slider {
    position: absolute;
    right: 25px;
    bottom: 5px;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
    z-index: 99;
  }
  
  .bca-rs-description-project {
    height: auto;
    line-height: 26px;
    overflow: hidden;
  }
  
  .bca-rs-description-project:first-letter {
    text-transform: capitalize;
  }
  
  .bca-rs-description-project.active {
    height: auto;
    -webkit-line-clamp: unset;
  }
  
  .bca-rs-btn-read-more-desc-project {
    color: #28b4e8;
  }
  
  .bca-rs-btn-read-more-desc-project:hover {
    color: #28b4e8;
  }
  
  @-webkit-keyframes placeHolderShimmer {
    0% {
      background-position: -468px 0;
    }
  
    100% {
      background-position: 468px 0;
    }
  }
  
  @keyframes placeHolderShimmer {
    0% {
      background-position: -468px 0;
    }
  
    100% {
      background-position: 468px 0;
    }
  }
  
  .animated-background {
    position: relative;
  }
  
  .animated-background:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 10;
    position: absolute;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f6f6;
    background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
    background-size: 800px 104px;
    height: 100%;
  }
  
  .bca-rs-bg-white {
    background-color: #ffffff;
  }
  
  .bca-rs-bg-dark-blue {
    background-color: #0c3258;
  }
  
  .bca-rs-bg-orange {
    background-color: #f48d42;
  }
  
  .bca-rs-bg-blue-sky {
    background-color: #28b4e8;
  }
  
  .bca-rs-bg-green-soft {
    background-color: #44d8a3;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-purple {
    background-color: #b244d8;
  }
  
  .bca-rs-bg-red-soft {
    background-color: #d84468;
  }
  
  .bca-rs-bg-grey-soft {
    background-color: #e5e5e5;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-green-tosca {
    background-color: #00c3c4;
  }
  
  .bca-rs-bg-grey {
    background-color: #fafafa;
  }
  
  .bca-rs-bg-blue-gradient {
    background: linear-gradient(94.14deg, #6C919C 13.59%, #6C919C 91.02%);
  }
  
  .bca-rs-container-detail-property-developer {
    position: relative;
    width: 100%;
    padding: 22px 0px 50px 0px;
    background-color: #fafafa;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-detail-property-developer {
      padding: 0px 0px 20px 0px;
    }
  }
  
  .bca-rs-container-detail-property-developer
    .bca-rs-content-card-facility-detail-property {
    margin: 50px 0px;
  }
  
  .bca-rs-container-detail-property-developer
    .bca-rs-content-card-maps-detail-property {
    margin-top: 50px;
  }
  
  .bca-rs-container-detail-property-developer .bca-rs-content-simulasi-pembelian {
    margin-top: 43px;
  }
  
  .bca-rs-container-detail-property-developer
    .bca-rs-content-list-promo-detail-property {
    margin-top: 65px;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-detail-property-developer
      .bca-rs-content-list-promo-detail-property {
      margin-top: 35px;
    }
  }
  
  .bca-rs-container-detail-property-broker {
    position: relative;
    width: 100%;
    padding: 22px 0px 50px 0px;
    background-color: #fafafa;
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-detail-property-broker {
      padding: 0px 0px 20px 0px;
    }
  }
  
  .bca-rs-bg-white {
    background-color: #ffffff;
  }
  
  .bca-rs-bg-dark-blue {
    background-color: #0c3258;
  }
  
  .bca-rs-bg-orange {
    background-color: #f48d42;
  }
  
  .bca-rs-bg-blue-sky {
    background-color: #28b4e8;
  }
  
  .bca-rs-bg-green-soft {
    background-color: #44d8a3;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-purple {
    background-color: #b244d8;
  }
  
  .bca-rs-bg-red-soft {
    background-color: #d84468;
  }
  
  .bca-rs-bg-grey-soft {
    background-color: #e5e5e5;
  }
  
  .bca-rs-bg-blue-ocean {
    background-color: #6C919C;
  }
  
  .bca-rs-bg-green-tosca {
    background-color: #00c3c4;
  }
  
  .bca-rs-bg-grey {
    background-color: #fafafa;
  }
  
  .bca-rs-bg-blue-gradient {
    background: linear-gradient(94.14deg, #0d5cab 13.59%, #176ec5 91.02%);
  }
  
  .bca-rs-container-broker-detail-page {
    position: relative;
    width: 100%;
    min-height: 50vh;
    background-color: #fafafa;
  }
  
  .bca-rs-description-broker-detail {
    position: relative;
    margin-bottom: 35px;
    padding-top: 34px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-description-broker-detail {
      background-color: #ffffff;
      padding-top: 5px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-description-broker-detail {
      background-color: #ffffff;
      padding-top: 5px;
    }
  }
  
  .bca-rs-content-wrapper-broker-brand {
    position: relative;
    display: flex;
    width: 310px;
    height: 210px;
    padding: 5px 50px;
    background-color: #ffffff;
    box-shadow: 0px 4px 15px rgba(14, 88, 130, 0.1);
    border-radius: 10px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bca-rs-content-wrapper-broker-brand {
      width: 100%;
      height: 210px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-content-wrapper-broker-brand {
      width: 100%;
      margin-bottom: 25px;
      padding: 20px 25px 0px 25px;
      max-height: 90px;
      background-color: transparent;
      border-radius: 0;
      box-shadow: none;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-content-wrapper-broker-brand {
      width: 100%;
      margin-bottom: 18px;
      padding: 20px 25px 0px 25px;
      max-height: 90px;
      background-color: transparent;
      border-radius: 0;
      box-shadow: none;
    }
  }
  
  .bca-rs-logo-brand-broker {
    max-width: 210px;
    max-height: 185px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-logo-brand-broker {
      max-width: 100%;
      max-height: 91px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-logo-brand-broker {
      max-width: 100%;
      max-height: 91px;
    }
  }
  
  .bca-rs-description-detail-broker {
    height: auto;
    line-height: 26px;
    overflow: hidden;
  }
  
  .bca-rs-description-detail-broker:first-letter {
    text-transform: capitalize;
  }
  
  .bca-rs-description-detail-broker.active {
    height: auto;
    -webkit-line-clamp: unset;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-description-broker {
      text-align: center;
      padding-bottom: 18px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-description-broker {
      text-align: center;
    }
  }
  
  .bca-rs-container-description-broker .bca-rs-btn-readmore-desc-broker {
    padding-left: 0px;
    background: transparent;
    color: #28b4e8;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-description-broker .bca-rs-btn-readmore-desc-broker {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-description-broker .bca-rs-btn-readmore-desc-broker {
      width: 100%;
    }
  }
  
  .bca-rs-container-description-broker
    .bca-rs-btn-readmore-desc-broker.active.bca-rs-btn-readmore-desc-broker::after {
    top: 0px;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .bca-rs-container-description-broker .bca-rs-btn-readmore-desc-broker::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #28b4e8;
    border-top: 2px solid #28b4e8;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 8px;
    top: -2px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bca-rs-container-description-broker .bca-rs-btn-readmore-desc-broker::after {
      border-right: 2px solid #0d5cab;
      border-top: 2px solid #0d5cab;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bca-rs-container-description-broker .bca-rs-btn-readmore-desc-broker::after {
      border-right: 2px solid #0d5cab;
      border-top: 2px solid #0d5cab;
    }
  }
  
  a[href^="tel"] {
    text-decoration: inherit;
    color: inherit;
  }
  
  .link-0 {
    color: #212529 !important;
    text-decoration: none !important;
  }
  
  .text-blue {
    color: #6C919C;
  }
  
  .btn-lg {
    padding: 15px 40px;
    border-radius: 116px;
  }
  
  .font-montserrat {
    font-family: "Montserrat", sans-serif;
  }
  
  .bca-rs-header-main-cek-kprmu {
    position: relative;
    font-family: "Montserrat", sans-serif;
    background-image: radial-gradient(circle at 79% 51%, #007cc0, #00468c 67%);
    color: #fff;
  }
  
  .bca-rs-header-main-cek-kprmu .logo {
    width: 100%;
    z-index: 99;
  }
  
  @media (min-width: 1200px) {
    .bca-rs-header-main-cek-kprmu .logo {
      position: absolute;
    }
  }
  
  .bca-rs-header-main-cek-kprmu .desktop-absolute {
    top: 0;
  }
  
  @media (min-width: 992px) {
    .bca-rs-header-main-cek-kprmu .desktop-absolute {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
    }
  }
  
  .bca-rs-header-main-cek-kprmu .desktop-absolute .container {
    max-width: 1140px;
  }
  
  .bca-rs-header-main-cek-kprmu .desktop-absolute .hero-description {
    font-size: 1.3125rem;
  }
  
  .bca-rs-header-main-cek-kprmu h1 {
    font-weight: 400;
    font-size: 2.5rem;
  }
  
  @media (max-width: 1199.98px) {
    .bca-rs-header-main-cek-kprmu h1 {
      font-size: 2.5rem;
    }
  }
  
  @media (max-width: 575.98px) {
    .bca-rs-header-main-cek-kprmu h1 {
      font-size: 1.375rem;
    }
  }
  
  .bca-rs-header-main-cek-kprmu .cta .restu-kpr-logo {
    max-width: 222px;
  }
  
  .bca-rs-header-main-cek-kprmu .cta .btn {
    min-width: 306px;
    font-weight: 600;
  }
  
  @media (max-width: 575.98px) {
    .bca-rs-header-main-cek-kprmu .cta .btn {
      min-width: 200px;
    }
  }
  
  .bca-rs-header-main-cek-kprmu .bg-desktop .ps-6 {
    padding-left: 6rem;
  }
  
  @media (max-width: 991.98px) {
    .bca-rs-header-main-cek-kprmu .bg-desktop .ps-6 {
      padding-left: 1rem;
    }
  }
  
  .bca-rs-about-restu {
    overflow: hidden;
  }
  
  .bca-rs-about-restu .container {
    max-width: 1140px;
  }
  
  .bca-rs-about-restu .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  
  @media (max-width: 767.98px) {
    .bca-rs-about-restu .content {
      position: relative;
    }
  }
  
  .bca-rs-about-restu h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
  }
  
  @media (max-width: 575.98px) {
    .bca-rs-about-restu h1 {
      font-size: 1.375rem;
    }
  }
  
  .bca-rs-about-restu h4 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  
  .bca-rs-about-restu .bg {
    width: 100%;
  }
  
  .bca-rs-about-restu .bg img {
    width: 48%;
  }
  
  @media (max-width: 767.98px) {
    .bca-rs-about-restu .bg img {
      width: 100%;
    }
  }
  
  .bca-rs-langkah-pengajuan {
    overflow: hidden;
    position: relative;
    background: #cce7ff;
  }
  
  .bca-rs-langkah-pengajuan .pulse {
    width: 840px;
    height: 840px;
    top: -420px;
    left: 15%;
    position: absolute;
    border-radius: 100%;
    background: #e8f4ff;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse 8s infinite linear;
    animation: pulse 8s infinite linear;
  }
  
  .bca-rs-langkah-pengajuan h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
  }
  
  @media (max-width: 575.98px) {
    .bca-rs-langkah-pengajuan h1 {
      font-size: 1.375rem;
    }
  }
  
  .bca-rs-langkah-pengajuan h5 {
    font-size: 1.09375rem;
  }
  
  .bca-rs-langkah-pengajuan .container {
    max-width: 1140px;
  }
  
  .bca-rs-langkah-pengajuan .swiper-navigation {
    width: 65px;
  }
  
  .bca-rs-langkah-pengajuan .swiper-slide {
    width: 23%;
    min-width: 337px;
  }
  
  .bca-rs-langkah-pengajuan .slider-wrapper {
    width: 100%;
    height: 288px !important;
  }
  
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .bca-rs-langkah-pengajuan .slider-wrapper {
      width: calc(100vw / 2 + 910px / 2);
    }
  }
  
  @media (min-width: 1200px) {
    .bca-rs-langkah-pengajuan .slider-wrapper {
      width: calc(100vw / 2 + 1090px / 2);
    }
  }
  
  .bca-rs-langkah-pengajuan .swiper-pagination {
    left: 0;
    position: relative;
  }
  
  .bca-rs-langkah-pengajuan .swiper-pagination > * {
    margin: 0 5px;
  }
  
  .bca-rs-langkah-pengajuan .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
  
  .bca-rs-langkah-pengajuan .swiper-pagination-bullet-active {
    background: #0c5ea9;
  }
  
  .bca-rs-langkah-pengajuan .swiper-button-next,
  .bca-rs-langkah-pengajuan .swiper-button-prev {
    background: #0c5ea9;
    border-radius: 100%;
    transition: 0.5s;
    padding: 13px 17px;
    color: #fff !important;
    fill: #fff !important;
    stroke: #fff !important;
    box-shadow: none;
    outline: none !important;
  }
  
  .bca-rs-langkah-pengajuan .swiper-button-next:after,
  .bca-rs-langkah-pengajuan .swiper-button-prev:after {
    color: #cce7ff;
    font-size: 14px;
  }
  
  .bca-rs-langkah-pengajuan .swiper-button-next.swiper-button-disabled,
  .bca-rs-langkah-pengajuan .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background: transparent;
  }
  
  .bca-rs-langkah-pengajuan .swiper-button-next.swiper-button-disabled:after,
  .bca-rs-langkah-pengajuan .swiper-button-prev.swiper-button-disabled:after {
    color: #0c5ea9;
  }
  
  .bca-rs-langkah-pengajuan .card {
    border: none;
    background: #fff;
    border-radius: 15px;
    height: 100%;
  }
  
  .bca-rs-langkah-pengajuan .card .icon {
    max-width: 100px;
  }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      opacity: 0.4;
    }
  
    70% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      opacity: 0.4;
    }
  }
  
  @keyframes pulse {
    0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      opacity: 0.4;
    }
  
    70% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      opacity: 0.4;
    }
  }
  
  .bca-rs-minta-restu {
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 10;
  }
  
  .bca-rs-minta-restu .container {
    max-width: 1140px;
  }
  
  .bca-rs-minta-restu h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
  }
  
  @media (max-width: 575.98px) {
    .bca-rs-minta-restu h1 {
      font-size: 1.375rem;
    }
  }
  
  .bca-rs-minta-restu .bg {
    width: 120%;
  }
  
  .bca-rs-minta-restu .btn-lg {
    min-width: 225px;
  }
  
  .bca-rs-question-wrapper {
    background: #f4f9ff;
    position: relative;
  }
  
  .bca-rs-question-wrapper .pulse {
    top: 80%;
    width: 30%;
    padding-bottom: 30%;
    bottom: 0;
    left: 20px;
    position: absolute;
    border-radius: 100%;
    background: #cce7ff;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse 10s infinite linear;
    animation: pulse 10s infinite linear;
  }
  
  @media (max-width: 991.98px) {
    .bca-rs-question-wrapper .pulse {
      width: 400px;
      height: 400px;
      padding-bottom: 0;
      bottom: -300px;
      top: inherit;
      right: -100px;
      left: inherit;
    }
  }
  
  .bca-rs-question-wrapper .container {
    position: relative;
    max-width: 1140px;
    z-index: 10;
  }
  
  .bca-rs-question-wrapper h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
  }
  
  @media (max-width: 575.98px) {
    .bca-rs-question-wrapper h1 {
      font-size: 1.375rem;
    }
  }
  
  .bca-rs-question-wrapper .accordion-item {
    background-color: transparent;
    border: none;
  }
  
  .bca-rs-question-wrapper .accordion-header {
    padding: 0px;
    background: transparent;
    border-color: transparent;
  }
  
  .bca-rs-question-wrapper .accordion-button:focus {
    box-shadow: none;
  }
  
  .bca-rs-question-wrapper .accordion-button:not(.collapsed) {
    box-shadow: none;
  }
  
  .bca-rs-question-wrapper .accordion-body {
    margin-left: 20px;
    border-radius: 9px;
    background: #d0e2ed;
  }
  
  .bca-rs-question-wrapper .accordion-body .table thead th {
    font-size: 14px;
    color: #5a5a5a;
    border-color: #5a5a5a;
  }
  
  .bca-rs-question-wrapper .accordion-body .table tr td {
    font-size: 14px;
    color: #5a5a5a;
  }
  
  .bca-rs-question-wrapper .btn {
    padding-left: 20px;
    width: 100%;
    position: relative;
    text-align: left;
    color: #4c4c4c;
    outline: none !important;
    text-decoration: none !important;
  }
  
  .bca-rs-question-wrapper .btn:focus {
    box-shadow: none !important;
  }
  
  .bca-rs-question-wrapper .btn:before {
    top: 0;
    left: 0;
    font-size: 20px;
    color: #2585d9;
    content: "-";
    position: absolute;
  }
  
  .bca-rs-question-wrapper .btn.collapsed:before {
    content: "+";
  }
  
  .border-yellow {
    position: relative;
  }
  
  .border-yellow:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 70px;
    height: 12px;
    background-color: #ffd37b;
  }
  
  @media (max-width: 575.98px) {
    .border-yellow:before {
      left: 50%;
      margin-left: -35px;
    }
  }
  
  .border-yellow.center:before {
    left: 50%;
    margin-left: -35px;
  }
  
  .why-restus .why-restu .icon {
    max-width: 100px;
    margin-bottom: 1.5rem;
  }
  
  .why-restus .why-restu h4 {
    color: #0c5ea9;
    font-size: 1.125rem;
  }
  
  .buzz-button {
    display: none;
    width: 33px;
    height: 33px;
    background-color: transparent;
    position: fixed;
    z-index: 1100 !important;
    margin-right: 0;
  }
  
  .buzz-button button {
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
  }
  
  @media (max-width: 1024px) {
    .buzz-button {
      display: block !important;
      top: 18px !important;
      margin-right: 12px;
    }
  
    .buzz {
      display: none !important;
    }
  }
  
  @media (max-width: 767.98px) {
    .buzz-button {
      top: 12px !important;
      margin-right: 26px;
    }
  }
  
  @media (max-width: 575.98px) {
    .buzz-button {
      margin-right: 18px;
    }
  }
  
  .bca-rs-container-not-result-found
    .bca-rs-lottie-not-found-search
    canvas:nth-child(2) {
    display: none !important;
  }
  
  @media screen and (max-width: 1024px) {
    .buzz-button button {

    }
  }
  
  .grecaptcha-badge {
    display: none;
  }
  
  .buzz-button button:nth-child(1) {
    display: none !important;
  }
  