@import url(../fonts/OpenSans/stylesheet.css);
@import url(../css/icons/font-awesome/css/fontawesome-all.css);
@import url(../css/icons/material-design-iconic-font/css/materialdesignicons.min.css);
@import url(../css/icons/simple-line-icons/css/simple-line-icons.css);
@import url(../css/icons/weather-icons/css/weather-icons.min.css);
@import url(../css/icons/linea-icons/linea.css);
@import url(../css/icons/themify-icons/themify-icons.css);
@import url(../css/icons/flag-icon-css/flag-icon.min.css);
@import url(../css/spinners.css);
@import url(../css/animate.css);

html,
body {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  font-size: 16px;
}

* {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}


/* font */
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-black {
  font-weight: 900;
}

/*font color */
.font-color-3b5a9a {
  color: #3b5a9a;
}
.font-color-00246f {
  color: #00246f;
}
.font-color-4d4d4d {
  color: #4d4d4d;
}
.font-color-3e6ed3 {
  color: #3e6ed3;
}
.font-color-3dac15 {
  color: #3dac15;
}
.font-color-678cc8 {
  color: #678cc8;
}
/*backgroun color */
.bg-3b5a9a {
  background-color: #3b5a9a;
}
/* border */
.border-707070 {
  border: 1px solid #707070;
}

/* Navbar Main */
.navbar-proptune button.navbar-toggler {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.logo-m {
  width: 50px;
}
/* Dropdown Button */
.dropbtn {
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a0a0a0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  outline: none;
  display: flex;
}
.dropbtn i {
  display: inline-flex;
  padding-top: 5px;
  padding-left: 5px;
}
.btn-header-loginreg {
  background-color: #3b5a9a;
  font-size: 0.9rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  padding: 0.7rem 1rem;
}

/* Login / Register  Home */

.nav-loginregister .nav-link {
  /* background-color: #c4c4c4; */
  background-color: #d5d5d5;
  color: #5f5f5f;
  font-size: 1.1rem;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0;
  border: transparent;
}

.tab-content.nav-loginregister label {
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5f5f5f;
}

.tab-content.nav-loginregister .form-control {
  background-color: #e0e0e0;
  height: 3.5rem;
  border: none;
}
a.lupapassword:hover {
  text-decoration: none;
  color: #000;
}
p.text-lupapassword,
.tab-content.nav-loginregister .form-check-label.setuju {
  font-size: 0.82rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5f5f5f;
}
.tab-content.nav-loginregister .btn-daftar {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #3b5a9a;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  border-radius: 0.5rem;
}
.tab-content.nav-loginregister .btn-daftar-agen {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 3px #3b5a9a;
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #3b5a9a;
  border-radius: 0.5rem;
  text-decoration: none;
  margin-top: 1rem;
}
.tab-content.nav-loginregister a:hover,
.tab-content.nav-loginregister a:focus,
.tab-content.nav-loginregister a .btn-daftar-agen:hover,
.tab-content.nav-loginregister a .btn-daftar-agen:focus {
  text-decoration: none;
}
#recoverform {
  display: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content2 a:hover {
  background-color: #ddd;
}
/* Dropdown Content 2 (Hidden by Default) */
.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content2 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}
/* main section */
.main-top {
  height: auto;
  margin-top: 100px;
}
.main-left {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.main-right {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}
/* home banner */
.header-slider .item .img-fill {
  /* height:100vh; */
  background: #000;
  position: relative;
  height: 500px;
  overflow: hidden;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.header-slider .item .img-fill .info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: left;
  padding: 0 6em;
}

.header-slider .item .img-fill img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-slider .item .info > div {
  position: relative;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  padding: 20px;
}

.header-slider .NextArrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 40px/45px FontAwesome;
  color: #fff;
  z-index: 5;
  outline: 0;
  cursor: pointer;
}

.header-slider .NextArrow:before {
  content: "\f105";
}

.header-slider .PrevArrow {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 40px/45px FontAwesome;
  color: #fff;
  z-index: 5;
  outline: 0;
  cursor: pointer;
}

.header-slider .PrevArrow:before {
  content: "\f104";
}

.header-slider .slick-dots {
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 999;
}
.header-slider .slick-dots li {
  margin: 0 0.25rem;
  display: inline-block;
}
.header-slider .slick-dots button {
  cursor: pointer;
  outline: 0;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: grey;
  text-indent: -9999px;
}
.header-slider .slick-dots li.slick-active button {
  background-color: white;
}

.header-slider .item .title-home-banner {
  margin-bottom: 15px;
  -webkit-animation: fadeOutUp 1s both;
  animation: fadeOutUp 1s both;
}

.title-home-banner {
  font-size: 3rem;
}
.desc-home-banner {
  font-size: 1.1rem;
}

/* section */
.section-title {
  font-size: 1.66rem;
  font-weight: 700;
  color: #00246f;
}
.section-subtitle {
  color: #4d4d4d;
  font-size: 0.9rem;
  font-weight: 600;
}

/* Slick Slider */

/* ==== Slick Slider Css Ruls === */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left /* If RTL Make This Right */;
  height: 100%;
  min-height: 1px;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Home Slider */
.col-home-slider {
  width: 100%;
  overflow: hidden;
}
.home-slider-1 {
  margin-left: 7%;
  margin-right: -10%;
}
.home-slider-1 .NextArrow {
  position: absolute;
  top: 50%;
  right: -30px;
  width: 45px;
  height: 45px;
  background: #fff;
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 40px/45px FontAwesome;
  color: #fff;
  outline: 0;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  border-radius: 45px;
  z-index: 999;
}

.home-slider-1 .NextArrow:hover {
  background: #eee;
}

.home-slider-1 .NextArrow:before {
  content: "\f105";
  color: #000;
}

.home-slider-1 .PrevArrow {
  position: absolute;
  top: 50%;
  left: -30px;
  width: 45px;
  height: 45px;
  background: #fff;
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 40px/45px FontAwesome;
  color: #fff;
  outline: 0;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  border-radius: 45px;
  z-index: 999;
}
.home-slider-1 .PrevArrow:hover {
  background: #eee;
}

.home-slider-1 .PrevArrow:before {
  content: "\f104";
  color: #000;
}

/* home thumb */

.home-thumb .card-body {
  padding: 1rem 0.5rem;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.icon-thumb {
  text-align: center;
}
.icon-thumb img {
  max-width: 61px;
}
.text-thumb {
  color: #00246f;
  font-size: 0.74rem;
  font-weight: 700;
  text-align: center;
}

.home-slider-1 .card {
  border: none;
  border-radius: 20px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
}
.grid-home-category {
  position: absolute;
  background: rgb(102, 139, 199);
  background: linear-gradient(
    0deg,
    rgba(102, 139, 199, 1) 0%,
    rgba(60, 92, 155, 1) 100%
  );
  padding: 3px 15px;
  color: #fff;
  font-size: 0.67rem;
  font-weight: 700;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.grid-home-category a {
  color: #fff;
  font-size: 0.67rem;
  font-weight: 700;
  text-decoration: none;
}
.grid-home-category a:hover {
  color: #ddd;
}

.grid-home-title a {
  font-size: 1.03rem;
  font-weight: 600;
  color: #707070;
}
.grid-home-title a:hover {
  font-size: 1.03rem;
  font-weight: 700;
  color: #707070;
  text-decoration: none;
}
.grid-home-location a {
  font-size: 0.74rem;
  color: #707070;
}
.grid-home-location a:hover {
  font-size: 0.74rem;
  color: #707070;
  text-decoration: none;
}
.grid-home-price {
  font-size: 1.12rem;
  font-weight: 800;
  color: #4d4d4d;
}
.grid-home-promo {
  font-size: 0.74rem;
  font-weight: 700;
  color: #707070;
}
.icon-rumah {
  font-size: 0.74rem;
  color: #707070;
  font-weight: 700;
  margin-right: 5px;
}
.icon-svg-rumah {
  color: #3b5a9a;
  font-size: 1rem;
  font-weight: 700;
}

/* search */

.home-search .input-group {
  border: 1px solid #d2d2d2;
  width: 99%;
  height: 50px;
}
.home-search .select2-container {
  width: 90% !important;
  height: 100%;
}
.home-search .select2-selection {
  height: 100%;
  padding: 10px;
  border: none !important;
}
.home-search
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.home-search span.select2-selection__arrow {
  padding: 10px;
  height: 100% !important;
}
.home-search button.input-group-text {
  height: 94%;
  width: 94%;
  margin: 3%;
  padding: 0 35% !important;
  border: none !important;
}
.home-search span.input-group-btn {
  width: 10% !important;
}
.navbaruser {
  width: 300px;
}
.navbaruser ul {
  padding-left: 1rem;
}
.navbaruser li {
  list-style: none;
  display: inline-table;
  vertical-align: middle;
  font-size: 0.9rem;
  line-height: 1rem;
  margin-top: 1rem;
  cursor: pointer;
}
img.navbarphotouser {
  width: 30px;
  border-radius: 30px;
  border: 5px solid #3b5a9a;
  background-color: #3b5a9a;
}

/* Simulasi KPR */
.card-kpr {
  border-radius: 0.74rem;
  border: none;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.card-footer {
  border-radius: 0 0 0.74rem;
}
.card-footer-kpr {
  font-size: 0.74rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.label-1 {
  font-size: 0.92rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
}
.label-2 {
  font-size: 1.1rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
}
.keterangan-kpr .card {
  border: none;
}
.keterangan-kpr .card .card-header {
  padding: 0;
  margin-bottom: 1rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
}
.keterangan-kpr .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  color: #222;
  padding: 20px;
  text-decoration: none;
  border: none;
}
.keterangan-kpr .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}
.keterangan-kpr .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}
.icon-ket-kpr::before {
  font-size: 1.8rem;
}

/* Home Tanya Property */
.btn-1 {
  border-radius: 0.74rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #3b5a9a;
  font-size: 0.92rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
}
.home-kontak-img {
  max-width: 500px;
}

/* home articles */
.home-article {
  border-radius: 0.74rem;
  border: none;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
}
.home-img-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  border-top-left-radius: 0.74rem;
  border-top-right-radius: 0.74rem;
}
.home-title-article {
  font-size: 1.1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #707070;
}
.home-date-article {
  font-size: 0.92rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  background-color: #678cc8;
  padding: 10px 20px;
  border-radius: 0.74rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-top: -50px;
  display: table;
}

/* Home Kota */
.home-kota-row {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.namakota a {
  font-size: 0.92rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #4d4d4d;
}
.namakota a:hover {
  text-decoration: none;
  color: #343434;
}

/* Property di Proptune */

.pp-title {
  font-size: 1.11rem;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #707070;
}
.pp-desc {
  font-size: 1.11rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #707070;
}
.pp-link a {
  font-size: 1.3rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #3b5a9a;
}
.pp-link a:hover {
  font-size: 1.3rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2d4475;
}

/* Search */
.search-found {
  font-size: 1.3rem;
  font-weight: bold;
  color: #707070;
}

.select-1 {
  border-radius: 0.74rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  color: #707070;
}
.search-more-filter {
  font-size: 1.3rem;
  font-weight: bold;
  color: #707070;
}
.page-item {
  border-radius: 0.74rem;
  border: solid 1px #707070;
  background-color: #fff;
  color: #000;
  margin: 0 3px;
}
.page-item .page-link {
  border-radius: 0.74rem !important;
  background-color: transparent;
  border: none;
}
.page-item a {
  color: #000;
}

/* general */
.logo {
  max-width: 200px;
  width: 289px;
}
/* Map */
#map {
  width: 800px;
  height: 600px;
  border: 1px solid #ccc;
}
/* Create Listing */
.form1 label {
  color: #5d5d5d;
  font-weight: 700;
}
.form1 label.labelfontnormal {
  font-weight: 400;
}
.form1 .form-control {
  min-height: 50px;
  border: solid 1px #d8d8d8;
}
.form-control.is-invalid,
.is-invalid {
  border: solid 1px #dc3545;
}
.form1 .select2-selection__rendered {
  min-height: 50px;
  border: solid 1px #d8d8d8;
  padding-top: 5px;
}
.form1 .select2-container {
  width: 100% !important;
}
.form1 .select2-selection,
.form1 .select2-selection__arrow {
  min-height: 50px;
}
.form1 .select2-container .select2-selection {
  background-color: #fff;
  border: solid 1px #d8d8d8;
  color: #5f5f5f;
  opacity: 1;
}
.form1 .select2-container.select2-container--disabled .select2-selection {
  color: #ccc;
  opacity: 0.8;
  background-color: #e9ecef;
}
.form1 .select2-container .select2-selection__rendered {
  border: none;
}
.form1 .select2-container .select2-selection .select2-selection__rendered {
  color: #5f5f5f;
  opacity: 1;
}
.form1
  .select2-container.select2-container--disabled
  .select2-selection
  .select2-selection__rendered {
  color: #ccc;
  opacity: 0.8;
}
.form1 .agency_select .button.select2-selection__clear {
  margin-top: 0.8rem;
}
.select2-selection__rendered .form1 label.btn.btn-secondary {
  border: 1px solid #c2c3c3 !important;
  color: #c2c3c3 !important;
  margin-right: 1.5rem !important;
  height: 3.5rem;
  font-size: 1.1rem;
  padding: 0.9rem;
}
.form1 label.btn.btn-secondary.active {
  border: 1px solid #3b5a9a !important;
  color: #3b5a9a !important;
  background-color: #fff !important;
  font-weight: 700;
}
.form1 span.input-group-text {
  background-color: #3b5a9a;
  color: #fff;
  border: 1px solid #88898a;
  font-weight: 700;
}
.form1 .dropify-wrapper {
  border: 1px dashed #88898a !important;
}
.form1 .form-group h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #5d5d5d;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.form1 hr {
  width: 100%;
}
.form1 a#createlisting-t-0,
.form1 a#createlisting-t-1,
.form1 a#createlisting-t-2,
.form1 a#createlisting-t-3 {
  padding-top: 80px;
  padding-left: 20px;
  margin-top: 10px;
}
.form1 span.step {
  border: none !important;
  width: 70px !important;
  height: 70px !important;
  padding: 12px;
  margin-bottom: 2rem !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-weight: 700;
  color: #989999;
}
.form1 .done span.step {
  background-color: #3b5a9a !important;
}
.form1 .current span.step {
  color: #3dac15 !important;
}
.form1 span.titlestep {
  display: none;
}
.form1 .current span.titlestep {
  display: block;
}
.card-createlisting {
  border: none;
}
.wizard-content .wizard.wizard-circle > .steps > ul > li.current:after,
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after,
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before {
  background-color: #e3e3e3;
}
.form1 .steps.clearfix {
  margin-bottom: 30px;
}

/* detailproject */
/* Galery */
.detailproject .detailprojectslider-for {
  max-width: 80%;
  padding-right: 10px;
}
.detailproject .detailprojectslider-nav {
  max-width: 20%;
}
.detailproject .detailprojectslider-for,
.detailproject .detailprojectslider-nav {
  width: 100%;
  float: left;
}
.detailproject .detailprojectslider-for {
  height: 400px;
  overflow: hidden;
}
.detailproject .detailprojectslider-for img {
  height: 400px;
  width: auto;
  max-height: 400px;
}
.detailproject .detailprojectslider-nav {
  height: 400px;
  max-height: 400px;
  overflow: hidden;
}

.detailproject .title {
  font-family: "Open Sans";
  font-size: 1.6rem;
  font-weight: 700;
  color: #707070;
}
.detailproject .location {
  font-size: 1.2rem;
  font-weight: 600;
  color: #707070;
}
.detailproject .price {
  font-size: 1.8rem;
  font-weight: 800;
  color: #3b5a9a;
}
.detailproject ul.ditayangkan1 {
  padding-left: 0;
}
.detailproject li.ditayangkan,
.detailproject li.propertyid {
  display: inline;
  list-style: none;
  margin-right: 1rem;
}
.detailproject .ditayangkan {
  font-size: 0.9rem;
  font-weight: 600;
  color: #707070;
}
.detailproject .ditayangkan:before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  color: #adadad;
  font-weight: 900;
  margin-right: 0.7rem;
}
.detailproject .propertyid:before {
  content: "|";
  color: #adadad;
  margin-right: 0.7rem;
}
.detailproject .propertyid {
  font-size: 0.9rem;
  font-weight: 600;
  color: #707070;
}
.detailproject h2 {
  font-family: "Open Sans";
  font-size: 1.4rem;
  font-weight: 700;
  color: #707070;
}
.detailproject h2.promo {
  font-family: "Open Sans";
  font-size: 1.6rem;
  font-weight: 700;
  color: #707070;
  margin-top: 2rem;
}
.detailproject h3.beli {
  font-family: "Open Sans";
  font-size: 1.1rem;
  font-weight: 700;
  color: #707070;
}
.detailproject ul.detailpromo {
  font-size: 1.06rem;
  font-weight: 600;
  color: #707070;
  padding-left: 0;
}
.detailproject ul.detailpromo li.itempromo {
  font-size: 1.06rem;
  font-weight: 400;
  color: #707070;
  list-style: none;
}
.detailproject ul.detailpromo li.itempromo:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  color: #4e6dd5;
  font-weight: 900;
  margin-right: 0.7rem;
}
.detailproject #myTabDetailProject {
  background-color: rgba(112, 112, 112, 0.12);
  border: none;
  margin-top: 2rem;
}
.detailproject #myTabDetailProject .nav-item {
  font-size: 1rem;
  font-weight: 400;
  color: #707070;
  padding: 0.5rem;
  width: 30%;
}

.detailproject #myTabDetailProject a.nav-link {
  font-size: 1rem;
  font-weight: 700;
  color: #707070;
  padding: 1rem;
  width: 100%;
  text-align: center;
}
.detailproject #myTabDetailProject a.nav-link.active {
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  border-radius: 5px;
  color: #3b5a9a;
}
.detailproject #myTabDetailProjectContent {
  font-size: 1rem;
  font-weight: 400;
  color: #707070;
  padding: 2rem 0;
}


.detailproject #myTabDetailProjectContent .detailpage-tipe {
  font-size: 0.95rem;
  font-weight: 600;
  color: #707070;
  opacity: 0.76;
}
.detailproject #myTabDetailProjectContent .detailpage-kettipe {
  font-size: 0.95rem;
  font-weight: 800;
  color: #707070;
}
.detailproject h2.fasilitas {
  font-family: "Open Sans";
  font-size: 1.6rem;
  font-weight: 700;
  color: #707070;
}
.detailproject ul.fasilitas {
  font-size: 1.06rem;
  font-weight: 600;
  color: #707070;
  padding-left: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.detailproject ul.fasilitas li {
  font-size: 1.06rem;
  font-weight: 400;
  color: #707070;
  list-style: none;
}
.detailproject ul.fasilitas li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  color: #4e6dd5;
  font-weight: 900;
  margin-right: 0.7rem;
}

.detailproject ul.lokasi li {
  font-size: 1rem;
  font-weight: 400;
  color: #707070;
}
.detailproject ul.lokasi li h3 {
  font-size: 1rem;
  font-weight: 400;
  color: #707070;
}
.detailproject ul.lokasi li.address {
  font-size: 1rem;
  font-weight: 400;
  color: #707070;
}
.detailproject .detailpage-desc {
  font-size: 1rem;
  font-weight: 600;
  color: #707070;
  max-height: 200px;
  overflow: hidden;
}
.detailproject .viewmore {
  padding: 6rem 0 1rem 0;
  margin-top: -5rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: relative;
  cursor: pointer;
  color: #4e6dd5;
  font-size: 0.9rem;
  font-weight: 600;
}
/* sidebar detail project */
.sidebar {
  position: fixed;
  width: inherit;
}
.sidebar .kontak-sidebar.card {
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border: none;
}
.sidebar .kontak-sidebar h3,
.sidebar .angsuran-sidebar h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #707070;
  margin-bottom: 1rem;
}
.sidebar .kontak-sidebar img.agentsidebar {
  width: 40%;
  max-width: 150px;
  border-radius: 150px;
  margin-bottom: 0.5rem;
}
.sidebar .kontak-sidebar h4 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #707070;
  opacity: 0.76;
  margin-bottom: 1.5rem;
}
.sidebar .btn_sidebar1 {
  background-color: #3b5a9a;
  color: #ffffff;
  padding: 0.8rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 5px;
}
.sidebar .btn_sidebar2 {
  background-color: #fff;
  color: #31901a;
  padding: 0.8rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #707070;
}
.sidebar .btn_sidebar3 {
  background-color: #fff;
  color: #3b5a9a;
  padding: 0.9rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #707070;
}
.sidebar .angsuran-sidebar.card {
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #707070;
}

@media screen and (min-width: 992px) {
  .main-top {
    height: 100%;
  }
}

.is-mobile {
  display: none;
}


.is-web {
  display: none;
}



.nav-tabse .nav-link {
  color: gray;
  border: 0;
  border-bottom: 1px solid #ffffff;
}

.nav-tabse .nav-link:hover {
  border: 0;
  border-bottom: 1px solid #ffffff;
}

.nav-tabse .nav-link.active {
  color: #3b5a9a;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #3b5a9a;
}



/* Mobile */
@media  screen and (max-width: 600px){
  .is-default {
      display: none;
      
  }
  .flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    margin-left: 0;
    margin-right: 0;
  }

  .home-search .input-group {
    border: 1px solid #d2d2d2;
    width: 90%;
    height: 50px;
}

  .home-search button.input-group-text {
    height: 94%;
    width: 40px;
    margin: 3%;
    padding: 0 35% !important;
    border: none !important;
  }
  .home-search .select2-container {
    width: 130px !important;
    height: 100%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
}

   .is-web{
     visibility: hidden;
   }

   .is-mobile{
    display: block;
    visibility: visible;
  }

   .is-web-modal-header{
    visibility: hidden;
   }

   .is-mobile-modal-header{
    visibility: visible;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
  }

  .is-mobile-modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
  }

  .m-2-mx-3 {
    margin: 0rem !important; ;
    margin-bottom: 0.6rem !important;
    
  }
  .search-found {
    font-size: 1rem;
    font-weight: bold;
    color: #707070;
  }

  .main-search-top{
    height: auto;
    height: 100%;
    padding-bottom: 15%;
    display: block;
  }

  .maps-search {
    z-index: 0;
    width: 100%;
    height: 100% !important;
    height: 40%;
  }
  .is-maps-search {
    z-index: 0; 
    height: 50%; 
    width: 100%; 
    margin-top: 60px; 
    
  }

  .select-search {
    border-radius: 0.74rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border: none;
    font-size: 0.7rem;
    font-weight: 200;
    color: #707070;
    min-height: 0px;
    height: 40px;
    width: 145px;
    padding-left: 8px;
    border: solid 1px #d8d8d8;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-image: url('https://www.svgrepo.com/show/80156/down-arrow.svg');
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: calc(100% - 10px);
  }

  .select-sort {
    border-radius: 0.74rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border: none;
    padding-left: 20px;
    font-size: 0.7rem;
    font-weight: 200;
    color: #707070;
    min-height: 40px;
    width: 145px;
    border: solid 1px #d8d8d8;
    padding-right: 20px;
    margin-left: 40px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-image: url('https://www.svgrepo.com/show/80156/down-arrow.svg');
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: calc(100% - 10px);

  }

  .btn-filter-search{
    border-radius: 0.74rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border: none;
    font-size: 0.2rem;
    font-weight: 200;
    color: #707070;
    min-height: 30px;
    width: 100%;
    margin-right: 20px;
    border: solid 1px #d8d8d8;
    justify-content: center;
    align-items: center;

  }

  .grid-search {
    font-size: 0.60rem;
    font-weight: 700;
    color: #707070;
  }

  .grid-search-price {
    font-size: 0.50rem;
    font-weight: 700;
    color: #4d4d4d;
  }

  .grid-home-title  {
    font-size: 0.60rem;
    font-weight: 600;
    color: #707070;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .grid-search-location{
    font-size: 0.6rem;
    font-weight: 200;
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;

  }

  .grid-search-title {
    font-size: 0.7rem;
    font-weight: 700;
    color: #707070;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .icon-rumah-search {
    font-size: 0.60rem;
    color: #707070;
    font-weight: 700;
    margin-right: 5px;
  }
  .icon-svg-rumah-search {
    color: #3b5a9a;
    font-size: 0.6rem;
    font-weight: 700;
  }

  .cover-line-search {
    align-items: center;
  display: flex;
  justify-content: center;
  }
  .line-search {
    width: 94px;
    height: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #707070;
  }

  .modal-fullscreen {
    width: 100vw;
    max-width: none;
    margin: 0;
    margin-top: 0px; }
    .modal-fullscreen .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen .modal-header {
      border-radius: 0; }
    .modal-fullscreen .modal-body {
      overflow-y: auto; }
    .modal-fullscreen .modal-footer {
      border-radius: 0; }
      .filter-property{
        width: 100%;
        margin: 16px; 
        
      }

      .check-box-title{
        color: #a0a0a0; /*text color*/
        font-size: 14px;
        margin-top: 0;
        padding-top: 0;
        margin-right:16px;
    }

    .column-filter-title{
      
      font-size: 12px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #4d4d4d;
    }

    .div-filter-button{
      margin-top: 8px;
      margin-bottom: 8px;

    }

    .title-text-filter {
      font-size: 12px;
      margin-right: 180px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #4d4d4d;

    }

    .text-minus-filter{
      margin-right: 5px;
      font-size: 12px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #4d4d4d;
    }

    .text-filter {
      color: #4d4d4d;
      background-color: #efefef;
      border: none;
      border-radius: 16px;
      margin-right: 10px;
      margin-left: 5px;
      font-size: 10px;
      height: 30px;
      width: 40%;
      padding: 10px;
    }

    .filter-property-parent{
      width: 100%;
      
      left: 0;
      top: 0;
      z-index: 10;
      overflow:auto;      
    }

     .filter-property{
       
      width: 100%;
      height: 500px;
      margin-top: 8px; 
      margin-bottom: 8px; 
      overflow-y:scroll;  
      
      
    }
    .check-box-title{
      color: #a0a0a0; /*text color*/
      font-size: 14px;
      margin-top: 0;
      padding-top: 0;
  }

  .div-filter-button{
    margin-top: 8px;
    margin-bottom: 8px;

  }

  .btn-secondary-filter {
    color: #4d4d4d;
    background-color: #efefef;
    border-color: #efefef;
    border-radius: 16px;
    margin-right: 20px;
    font-size: 10px;
    height: 30px;
    width: 40%;

  }

  .btn-secondary-filter:not(:disabled):not(.disabled):active, 
    
  .btn-secondary-filter:not(:disabled):not(.disabled).active, 
  
  .show > .btn-secondary-filter.dropdown-toggle {
  color: #fff;
  background-color: #3b5a9a;
  border-color: #3b5a9a;
  }

  .btn-reset-filter {
    width: 190px;
    height: 40px;
    border-radius: 10px;
    border: solid 1px #707070;
    background-color: #fff;
    justify-content: center;
    align-items: center;
  }

  .btn-close-dialog {
    width: 190px;
    height: 40px;
    border-radius: 10px;
    color: #fff;
    background-color: #3b5a9a;
  }

  .modal-title-filter{
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 600;
  }

  .main-center{
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }

  .section-title {
    font-size: 0.7rem;
    font-weight: 700;
    color: #00246f;
  }

  .btn-see-next{
    height: 35px;
    width: 240px;
    font-size: 0.6rem;
  }

  .home-img-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100px;
    border-top-left-radius: 0.74rem;
    border-top-right-radius: 0.74rem;
  }

  .home-date-article {
    font-size: 0.7rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    background-color: #678cc8;
    padding: 10px 20px;
    border-radius: 0.74rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin-top: -50px;
    display: table;
  }

  .home-title-article {
    font-size: 0.8rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #707070;
  }

   .list-articel-top-img-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
  }

  .lis-articel-col-flex-start {
    display: flex;
    justify-content: flex-start;
  }
  .lis-articel-col-flex-end {
    display: flex;
  justify-content: flex-end;
  }

  .lis-articel-title-time {
    margin-top: 14px;
    opacity: 0.54;
    font-size: 8px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
  }

  .lis-articel-img-time {
    width: 8px;
    height: 8px;
  }

  .lis-artice-title {
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
  }

  .lis-artice-div-content {
    margin-top: 8px;
    margin-bottom: 8px;
  
  }

  .lis-artice-title-content {
    font-size: 14px;
    text-align: left;
    color: #707070;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
    display: block;
  }

  .list-articel-item-img-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
  }

  .list-articel-2-top-img-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .lis-artice-2-title-content {
    margin-top: 16px;
    font-size: 10px;
    text-align: left;
    color: #707070;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
  }

  .list-articel-2-div-container {
    height: 60px;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 0.5px solid #707070;
    border-bottom: 0.5px solid #707070;
  }


  .div-detil-article{
    margin-top: 100px;
    margin-left: 5%;
    margin-right: 5%;
    bottom: 0;
  }

  .title-detil-article {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
  }
  .detil-articel-title-time {
    margin-top: 14px;
    opacity: 0.54;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
  }

  .div-detil-content-article{
    margin-top: 16px;
  }
  .size-content-detil-articles{
    font-size: 12px;
  }
  .div-detil-content-right-article{
      height: 200px;
      padding: 16px;
      border-radius: 10px;
      background-color: #ebe7e7;
      overflow-y:scroll
  }
  .title-detil-more-article {
    font-size: 20px;
    font-weight: bold;
    color: #707070;
  }

  .Line-detil-article {
    height: 1px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #8ca7d4;
  }
 
  .detil-articel-2-top-img-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100px;
    border-radius: 10px;
  }

  .lis-artice-title-detil{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #707070;
    overflow: hidden;
    font-weight: 500;
    text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
  }

  .detil-artice-div-content {
    margin-top: 16px;
    margin-bottom: 16px;
  
  }

  .detailproject .title {
    font-family: "Open Sans";
    font-size: 1rem;
    font-weight: 700;
    color: #707070;
  }
  .detailproject .location {
    font-size: 1rem;
    font-weight: 600;
    color: #707070;
  }

  .detailproject .price {
    font-size: 1rem;
    font-weight: 800;
    color: #3b5a9a;
  }

  .detailproject ul.ditayangkan1 {
    padding-left: 0;
  }

  .detailproject li.ditayangkan,
.detailproject li.propertyid {
  display: inline;
  list-style: none;
  margin-right: 1rem;
  font-size: 0.5rem;
}
.detailproject .ditayangkan {
  font-size: 0.5rem;
  font-weight: 600;
  color: #707070;
}

.detailproject .ditayangkan:before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  color: #adadad;
  font-weight: 900;
  margin-right: 0.5rem;
}

.detailproject .propertyid:before {
  content: "|";
  color: #adadad;
  margin-right: 0.7rem;
}
.detailproject h2.promo {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 700;
  color: #707070;
  margin-top: 0.6rem;
}
.detailproject h3.beli {
  font-family: "Open Sans";
  font-size: 0.8rem;
  font-weight: 400;
  color: #707070;
}
.detailproject ul.detailpromo {
  font-size: 1rem;
  font-weight: 600;
  color: #707070;
  padding-left: 0;
}

.detailproject ul.detailpromo li.itempromo {
  font-size: 0.8rem;
  font-weight: 400;
  color: #707070;
  list-style: none;
}

.detailproject ul.detailpromo li.itempromo:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  color: #4e6dd5;
  font-weight: 900;
  margin-right: 0.7rem;
}

.detailproject #myTabDetailProject {
  background-color: rgba(112, 112, 112, 0.12);
  border: none;
  margin-top: 1rem;
}
.detailproject #myTabDetailProject .nav-item {
  font-size: 1rem;
  font-weight: 400;
  color: #707070;
  padding: 0.5rem;
  width: 30%;
}

.detailproject #myTabDetailProject a.nav-link {
  font-size: 0.7rem;
  font-weight: 700;
  color: #707070;
  padding: 0.6rem;
  width: 100%;
  text-align: center;
}
.detailproject #myTabDetailProject a.nav-link.active {
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  border-radius: 5px;
  color: #3b5a9a;
}
.detailproject #myTabDetailProjectContent {
  font-size: 0.8rem;
  font-weight: 400;
  color: #707070;
  padding: 2rem 0;
}
.detailproject #myTabDetailProjectContent .detailpage-tipe {
  font-size: 0.75rem;
  font-weight: 600;
  color: #707070;
  opacity: 0.76;
}
.detailproject #myTabDetailProjectContent .detailpage-kettipe {
  font-size: 0.75rem;
  font-weight: 800;
  color: #707070;
}

.detailproject h2.fasilitas {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 700;
  color: #707070;
}
.detailproject ul.fasilitas {
  font-size: 1rem;
  font-weight: 600;
  color: #707070;
  padding-left: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.detailproject ul.fasilitas li {
  font-size: 1rem;
  font-weight: 400;
  color: #707070;
  list-style: none;
}
.detailproject ul.fasilitas li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  color: #4e6dd5;
  font-weight: 900;
  margin-right: 0.7rem;
}

.detailproject ul.lokasi li {
  font-size: 0.8rem;
  font-weight: 400;
  color: #707070;
}
.detailproject ul.lokasi li h3 {
  font-size: 0.8rem;
  font-weight: 400;
  color: #707070;
}
.detailproject ul.lokasi li.address {
  font-size: 0.8rem;
  font-weight: 400;
  color: #707070;
}

.detailproject .detailpage-desc {
  font-size: 0.8rem;
  font-weight: 600;
  color: #707070;
  max-height: 200px;
  overflow: hidden;
}
.detailproject h2 {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 700;
  color: #707070;
}

.nav-tabse .nav-link {
  color: gray;
  border: 0;
  border-bottom: 1px solid #ffffff;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow-x: auto; 
  -webkit-overflow-scrolling: touch;
}

.nav-tabse .nav-link:hover {
  border: 0;
  border-bottom: 1px solid #ffffff;
}

.nav-tabse .nav-link.active {
  color: #3b5a9a;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #3b5a9a;
}

.card-img-top-section {
  width: 100%;
  height: 120px;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.kontak-sidebar {
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border: none;
}
.kontak-sidebar h3,
.angsuran-sidebar h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #707070;
  margin-bottom: 1rem;
}
.kontak-sidebar img.agentsidebar {
  width: 40%;
  max-width: 150px;
  border-radius: 150px;
  margin-bottom: 0.5rem;
}
.kontak-sidebar h4 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #707070;
  opacity: 0.76;
  margin-bottom: 1.5rem;
}
.btn_sidebar1 {
  background-color: #3b5a9a;
  color: #ffffff;
  padding: 0.8rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 5px;
}
.btn_sidebar2 {
  background-color: #fff;
  color: #31901a;
  padding: 0.8rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #707070;
}
.btn_sidebar3 {
  background-color: #fff;
  color: #3b5a9a;
  padding: 0.9rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #707070;
}
.angsuran-sidebar.card {
  border-radius: 10px;
  margin-top: 16px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #707070;
}
.detil-share-img{
  margin-top: 30px;
  width: 20px;
  height: 20px;
  object-fit: contain;
  align-items: center;
  justify-content: center;
  }

  .footer{
    width: 100%;
    height: 340px;
    margin: 20px 0 0;
    padding: 20px 21px 29.2px 20px;
    background-color: #3b5a9a;
  }

  .footer-address{
    font-family: OpenSans;
    font-size: 0.5rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
  }

  .footer-address-bold{
    font-family: OpenSans;
    font-size: 0.5rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    font-weight: 800;
  }

  .footer-icon{
    width: 20px;
    height: 20px;
    object-fit: contain;
  }
    
  .footer-icon-youtube{
    width: 20px;
    height: 2p0--0px;
  }
}

/* Website */
@media  screen and (min-width: 600px) {
  .is-default {
      display: none;
  }

  .is-mobile{
    visibility: hidden;
  }

  .is-web{
    display: block;
    visibility: visible;
  }
  .is-mobile-modal-header{
    visibility: hidden;
  }
  .is-web-modal-header{
    visibility: visible;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
  }

  .is-web-modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
  }

  .main-search-top{
    height: auto;
    height: 100%;
    margin-top: 100px;
  }

  .m-2-mx-3 {
    margin: 0.5rem !important;
    margin-right: 1rem !important;
  }

  .maps-search {
    width: 100% !important;
    height: 100% !important; 
  }
  .is-maps-search {
    z-index: 3; 
    position: absolute; 
    height: 100% !important; 
    width: 44%; 
    padding: 0px; 
    border-width: 0px; 
    margin: 0px; 
    right: 0px; 
    top: 80px; 
    height : auto
    
  }

  .btn-filter-search{
    border-radius: 0.74rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border: none;
    font-size: 1.1rem;
    font-weight: 200;
    color: #707070;
    min-height: 40px;
    width: 120px;
    border: solid 1px #d8d8d8;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;

  }

  .select-search {
    border-radius: 0.74rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border: none;
    padding-left: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #707070;
    min-height: 40px;
    width: 190px;
    border: solid 1px #d8d8d8;
    padding-right: 20px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-image: url('https://www.svgrepo.com/show/80156/down-arrow.svg');
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: calc(100% - 10px);

  }

  .select-sort {
    border-radius: 0.74rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border: none;
    padding-left: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #707070;
    min-height: 40px;
    width: 190px;
    border: solid 1px #d8d8d8;
    padding-right: 20px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-image: url('https://www.svgrepo.com/show/80156/down-arrow.svg');
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: calc(100% - 10px);
  }

  .grid-search {
    font-size: 0.74rem;
    font-weight: 700;
    color: #707070;
  }

  .grid-search-price {
    font-size: 1.12rem;
    font-weight: 800;
    color: #4d4d4d;
  }

  .grid-home-title {
    font-size: 1.03rem;
    font-weight: 600;
    color: #707070;
  }

  .grid-search-location{
    font-size: 1.03rem;
    font-weight: 600;
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
  }
  .card-img-top-section {
    width: 100%;
    height: 180px;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
  .icon-rumah-search {
    font-size: 0.74rem;
    color: #707070;
    font-weight: 700;
    margin-right: 5px;
  }
  .icon-svg-rumah-search {
    color: #3b5a9a;
    font-size: 1rem;
    font-weight: 700;
  }

  .modal-dialog-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: calc(100% - (0.5rem * 2));
  }
  
  .modal-fullscreen {
    width: 100vw;
    max-width: none;
    margin: 0;
    margin-top: 55px; }
    .modal-fullscreen .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen .modal-header {
      border-radius: 0; }
    .modal-fullscreen .modal-body {
      overflow-y: auto; }
    .modal-fullscreen .modal-footer {
      border-radius: 0; }

      .btn-close-dialog {
        width: 190px;
        height: 40px;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 30px;
        text-align: center;
        color: #fff;
        vertical-align: middle;   
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #3b5a9a;
      }

      .filter-type-property{
        width: 100%; 
      }

      .div-filter-button{
        margin-top: 8px;
        margin-bottom: 8px;

      }
  
      .column-filter-type-property-left {
        float: left;
        width: 40%; 
      }
  
      .column-filter-type-property-right {
        float: left;
        width: 60%; 
      }
      
      .btn-secondary-filter {
        color: #4d4d4d;
        background-color: #efefef;
        border-color: #efefef;
        border-radius: 16px;
        margin-right: 20px;
        font-size: 10px;
        height: 30px;
        width: 90px;

      }


      .title-text-filter {
        font-size: 12px;
        margin-right: 180px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #4d4d4d;

      }

      .text-minus-filter{
        margin-right: 10px;
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #4d4d4d;
      }

      .text-filter {
        color: #4d4d4d;
        background-color: #efefef;
        border: none;
        border-radius: 16px;
        margin-right: 10px;
        font-size: 10px;
        height: 30px;
        width: 100px;
        padding: 10px;
      }
      

    .btn-secondary-filter:not(:disabled):not(.disabled):active, 
    
    .btn-secondary-filter:not(:disabled):not(.disabled).active, 
    
    .show > .btn-secondary-filter.dropdown-toggle {
    color: #fff;
    background-color: #3b5a9a;
    border-color: #3b5a9a;
    }

    .filter-property{
      width: 100%;
      margin: 16px; 
      
    }
   

    .column-filter-title{
      
      font-size: 12px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #4d4d4d;
    }

    .btn-reset-filter {
      width: 190px;
      height: 40px;
      border-radius: 10px;
      border: solid 1px #707070;
      background-color: #fff;
      justify-content: center;
      align-items: center;
    }

    .btn-apply-filter {
      width: 190px;
      height: 40px;
      border: none;
      border-radius: 10px;
      color: #fff;
      background-color: #6186d1;
      justify-content: center;
      align-items: center;
    }

    .modal-footer-center{
      justify-content: center;
      align-items: center;
    }
    
    .div-box{
      padding: 0;
  }
    .check-box-title{
      color: #a0a0a0; /*text color*/
      font-size: 14px;
      margin-top: 0;
      padding-top: 0;
      margin-right:16px;
  }

  .main-center{
    display: flex;
    justify-content: center;
  }

  .grid-search-title {
    font-size: 1.03rem;
    font-weight: 600;
    color: #707070;
  }

  .list-articel-top-img-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
  }

  .lis-articel-title-time {
    margin-top: 14px;
    opacity: 0.54;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
  }

  .icon-share-articel {
    width: 25px;
    height: 25px;
  }
  .lis-articel-img-time {
    width: 15px;
    height: 15px;
  }

  .lis-articel-img-person {
    width: 10px;
    height: 5px;
  }

  .lis-articel-col-flex-start {
    display: flex;
    justify-content: flex-start;
  }
  .lis-articel-col-flex-end {
    display: flex;
  justify-content: flex-end;
  }

  .lis-artice-title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
  }

  .lis-artice-title-content {
    margin-top: 16px;
    font-size: 14px;
    text-align: left;
    color: #707070;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;

  }

  .lis-artice-div-content {
    margin-top: 16px;
    margin-bottom: 16px;
  
  }
  
  .list-articel-item-img-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
  }

  .list-articel-2-div-container {
    height: 60px;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 0.5px solid #707070;
    border-bottom: 0.5px solid #707070;
  }

  .list-articel-2-top-img-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
  }

  .lis-artice-2-title-content {
    margin-top: 16px;
    font-size: 14px;
    text-align: left;
    color: #707070;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
  }
  .div-detil-article{
    margin-top: 100px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .title-detil-article {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
  }
  .detil-articel-title-time {
    margin-top: 14px;
    opacity: 0.54;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
  }

  .div-detil-content-article{
    margin-top: 16px;
  }
  .div-detil-content-right-article{
      padding: 16px;
      border-radius: 10px;
      background-color: #ebe7e7;
      overflow-y:scroll
  }
  .title-detil-more-article {
    font-size: 20px;
    font-weight: bold;
    color: #707070;
  }

  .Line-detil-article {
    height: 1px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #8ca7d4;
  }
 
  .detil-articel-2-top-img-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100px;
    border-radius: 10px;
  }

  .lis-artice-title-detil{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #707070;
    overflow: hidden;
    font-weight: 500;
    text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
  }

  .detil-artice-div-content {
    margin-top: 16px;
    margin-bottom: 16px;
  
  }
  .detil-share-img{
  margin-top: 30px;
  width: 30px;
  height: 30px;
  object-fit: contain;
  align-items: center;
  justify-content: center;
  }

  .detil-developer-img{
    margin-top : 20px;
    width: 40px;
    height: 40px;
    object-fit: contain;
    
    }

  .footer{
    width: 100%;
    height: 330px;
    margin: 20px 0 0;
    padding: 50px 71px 49.2px 111px;
    background-color: #3b5a9a;
  }

  .footer-address{
    font-family: OpenSans;
    font-size: 0.8rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
  }

  .footer-address-bold{
    font-family: OpenSans;
    font-size: 0.8rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    font-weight: 800;
  }

  .footer-icon{
    width: 20px;
    height: 20px;
    object-fit: contain;
  }
    
  .footer-icon-youtube{
    width: 20px;
    height: 2p0--0px;
  }

  
}
