:root {
  --custom-light: #EFEFEF;
  --primary-dark-color: #D52F80;
}

body {
  font-size: 16px;
  font-family: var(--primary-font), sans-serif !important;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
}

.index_footer {
  border-top: 1px solid var(--primary-color);
}
.index_footer_list {
  list-style-type: none;
}
.index_footer_list li span {
  margin: 0 8px;
}
.index_footer_list li:first-child span {
  margin-left: 0;
}

.rowm10 {
  margin-left: -10px;
  margin-right: -10px;
}

.colm10 {
  padding-left: 10px;
  padding-right: 10px;
}

img {
  max-width: 100%;
}

a:hover {
  color: var(--primary-color);
}

.gc-homehouse-title {
  margin-left: 8px;
  margin-bottom: 0;
  font-size: 1.75rem;
  display: inline-block;
}

.gc-index-title_icon {
  font-size: 2.375rem;
}

.gc-index-more {
  padding: 8px 12px;
  padding-right: 0;
  display: inline-block;
  text-align: end;
  color: #212529;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2.2px;
}

.scontent img {
  -o-object-fit: cover;
     object-fit: cover;
}

header {
  position: relative;
  z-index: 500;
}

header img.banner {
  width: 100%;
  min-height: 200px;
}

.topmenu {
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-bottom: #ccc 1px solid;
}

.topmenu .navbar-nav {
  width: 100%;
}

.topmenu .navbar-nav a {
  color: #fff !important;
}

.topmenu .navbar-nav a.active {
  font-weight: 600 !important;
}

.topmenu .navbar-toggler {
  color: #fff !important;
  border: none !important;
}

.topmenu.bg-light .navbar-nav a {
  color: #000 !important;
}

.topmenu.bg-light .navbar-toggler {
  color: #000 !important;
}

.topsearch .typesearch {
  margin-bottom: 10px;
  padding-top: 10px;
}

.topsearch .typesearch a {
  color: #000;
  margin-right: 7px;
}

.topsearch .typesearch a.active {
  border-bottom: #000 2px solid;
  font-weight: bold;
}

.topsearch .input-group-lg {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.topsearch .input-group-text {
  background: #FFF;
}

.topsearch .form-control {
  font-size: 16px;
  height: 48px !important;
  box-shadow: none;
  outline: none;
  border: 1px solid #ced4da;
  border-left: 0;
}

.topsearch .btn {
  font-size: 20px;
  background: var(--primary-color);
  color: #FFF;
  padding: 0 36px;
}

.topsearch .btn:hover {
  color: #000;
}

.projecthome h2 a {
  color: #222;
}

.projecthome .item {
  height: 100%;
  background-color: #f6f6f6;
}

.suggestion_object > div {
  margin-bottom: 20px;
}

.projecthome .item p {
  padding: 5px 0;
  margin: 0;
}

.blii {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  padding-top: 66.6667%;
}

.blii .img {
  position: absolute;
  top: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
  right: 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.blii .linkdetail {
  position: absolute;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.projecthome .item .img img.thumb {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}

.projecthome .item .description {
  background: #FFF;
  padding-top: 6px;
  position: relative;
}

.projecthome .item .description .heart {
  position: absolute;
  top: 10px;
  right: 0;
  cursor: pointer;
}

.projecthome .item .description .dia_chi {
  color: #4f4f4f;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
}
.projecthome .item .description .dia_chi i {
  color: var(--primary-color);
}

.projecthome .item .description a {
  color: #000;
  text-decoration: none;
}

.projecthome .item .description h5 {
  font-weight: bold;
  font-size: 1em;
  line-height: 120%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0;
  margin-top: 7px;
  padding-right: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 2;
}

.projecthome .item .description h5:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

.projecthome .item .description p {
  padding: 0;
  margin: 0;
  margin-top: 7px;
}

.itemarea {
  flex: auto;
}

.itemarea img {
  border-radius: 6px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  flex: auto;
}

.itemarea h4 {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
}

.owl-carousel .owl-stage-outer {
  height: 100%;
}

.owl-carousel .owl-stage {
  height: 100%;
  display: flex;
}

.owl-carousel.owl-drag .owl-item {
  display: flex;
  flex: auto;
}

.homehouse {
  position: relative;
  background: #FFF;
}

.hourseitem {
  margin-top: 20px;
}

.hourseitem .img .thumb {
  width: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.hourseitem .info {
  padding: 10px 0;
  padding-bottom: 0;
  position: relative;
}

.hourseitem .info .heart {
  position: absolute;
  top: 10px;
  right: 0;
  cursor: pointer;
}

.hourseitem p {
  margin: 0;
  padding: 0;
  margin-top: 5px;
  font-size: 15px;
}

.hourseitem h3 {
  height: 42px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  line-height: 16px;
  font-weight: bold;
  padding-right: 15px;
}

.hourseitem h3 a {
  color: #000;
  font-size: 16px;
}

.hourseitem h3 a:hover {
  color: var(--primary-color);
}

.hourseitem .city {
  color: #4f4f4f;
  max-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hourseitem p.threemt {
  font-size: 0.9em;
  display: flex;
}

.hourseitem p.threemt span {
  font-size: 13.5px;
  float: left;
  margin-right: 10%;
}

.hourseitem p.threemt span i {
  float: left;
  font-style: normal;
}

.hourseitem p.threemt span .vti {
  margin-top: 2px;
  margin-left: 5px;
}

footer {
  background-color: #f7f5f4;
}

footer p a {
  color: var(--primary-color);
}

footer .menufooter h4 {
  border-bottom: #e0e0e0 1px solid;
  padding-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

footer .menufooter ul {
  margin: 0;
  padding: 0;
}

footer .menufooter ul li {
  list-style: none;
  padding: 3px 0;
}

footer .menufooter ul li a {
  color: #4f4f4f;
}

.footer-icon {
  width: 48px;
}
@media (max-width: 768px) {
  .footer-icon {
    width: 30px;
  }
}

/**/

.padtop10 {
  padding-top: 10px;
}

.padtop20 {
  padding-top: 20px;
}

.padtop30 {
  padding-top: 30px;
}

.padtop40 {
  padding-top: 40px;
}

.padtop50 {
  padding-top: 50px;
}

.padtop70 {
  padding-top: 70px;
}

.bgheadproject {
  padding: 30px 0;
  background: url(../images/banner-du-an.jpg);
  color: #fff;
}

.bgheadproject h1 {
  padding-top: 20px;
}

.bgheadproject p {
  padding: 0;
}

#map {
  height: 730px;
}

.bold500 {
  font-weight: 600;
}

.lineheight220 {
  line-height: 220%;
}

.from {
  font-weight: normal;
}

.boxsliderdetail {
  position: relative;
  height: auto;
  overflow: hidden;
}

.boxsliderdetail .slidetop {
  height: 350px;
  position: relative;
}

.boxsliderdetail .slidetop .item {
  width: 100%;
}

.boxsliderdetail .slidetop img {
  height: 350px;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.boxsliderdetail .slidebot {
  height: auto;
  position: relative;
  background-color: var(--custom-light);
  padding: 0 15px;
}

.boxsliderdetail .slidebot .control {
  margin-left: -5px;
  margin-right: -5px;
}

.boxsliderdetail .slidebot .icon {
  float: left;
  height: 80px;
  color: #000;
  text-align: center;
  cursor: pointer;
  padding: 10px 0px;
  font-size: 0.8em;
  width: 100%;
}
.boxsliderdetail .slidebot .icon:hover, .boxsliderdetail .slidebot .icon:focus, .boxsliderdetail .slidebot .icon:active {
  color: var(--primary-color);
}

.boxsliderdetail .slidebot .icon i {
  font-size: 2em;
}

.boxsliderdetail .slidebot .icon p {
  margin: 0;
  padding-top: 10px;
}

.boxsliderdetail .slidebot #listcarouselthumb {
  padding: 10px 0;
}

.boxsliderdetail .slidebot .item {
  margin: 0 3px;
  width: 100%;
}

.boxsliderdetail .slidebot img {
  height: 120px;
  border: 5px solid transparent;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  aspect-ratio: 16/9;
}
.boxsliderdetail .slidebot img:hover, .boxsliderdetail .slidebot img:focus {
  border: 5px solid var(--primary-color);
}

@media screen and (max-width: 1920px) {
  .boxsliderdetail .slidebot img {
    height: 120px;
  }
}
@media screen and (max-width: 1366px) {
  .boxsliderdetail .slidebot img {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .boxsliderdetail .slidebot img {
    height: 114px;
  }
}
@media screen and (max-width: 430px) {
  .boxsliderdetail .slidebot img {
    height: 43px;
  }
}

.pagination .page-item a,
.pagination .page-item span {
  border: 0;
  color: #222;
  background-color: #f4f5f9;
  padding: 3px 12px !important;
  margin: 0 5px;
  border-radius: 0 !important;
}

.pagination .page-item.active span {
  background: var(--primary-color);
}

.titlenews {
  font-size: 1.8em;
  font-weight: 600;
}

.titlenewnews {
  font-weight: 600;
}

.showbigimg {
  cursor: pointer;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lds-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}

.owl-nav {
  color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
}
.owl-nav:hover {
  color: var(--primary-color);
}

.owl-nav i {
  border-radius: 50%;
  background-color: #FFF;
  top: 0;
  width: 36px;
  height: 36px;
  float: left;
  padding: 6px;
  box-sizing: border-box;
}

.owl-nav .owl-prev {
  left: -15px;
  position: absolute;
  z-index: 2;
  outline: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

.owl-nav .owl-next {
  right: -15px;
  position: absolute;
  z-index: 2;
  outline: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

#listcarouselthumb .owl-nav .owl-next,
#listcarouselthumb .owl-nav .owl-prev {
  transform: translateY(-50%);
  box-shadow: none;
  border-radius: 0;
}

#listcarouselthumb .owl-nav i {
  box-shadow: none !important;
  width: 20px;
  height: 70px;
  outline: none !important;
  border-radius: 0;
  font-size: 1em;
  top: 10px;
  background: rgba(255, 255, 255, 0.1);
  padding: 27px 2px;
}

.contact_info {
  position: sticky;
  top: 120px;
}
.contact_info textarea {
  height: 90px;
}

.bgmenupro {
  background: #FFF;
  padding: 0;
}

.bgmenupro .w90 {
  padding: 0;
}

.bgmenupro .navbar {
  padding: 0 1rem;
}

.bgmenupro .navbar li {
  padding: 0.5rem 0;
  margin-right: 10px;
}

.bgmenupro li.active {
  font-weight: bold;
  border-bottom: orange 2px solid;
}

.boxright {
  box-shadow: 0 3px 5px #e0e0e0;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.boxright .head {
  padding: 10px 0;
  font-weight: bold;
  color: #000;
  border-bottom: #e0e0e0 1px solid;
  font-size: 18px;
  margin-bottom: 15px;
}

.boxright .itemagent {
  font-size: 15px;
}

.boxright .itemagent img {
  margin-bottom: 15px;
  border: none;
}

.boxright .itemagent .col-md-4,
.itemagent .col-md-8 {
  padding: 0;
}

.boxright .itemagent .info a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.boxright .itemagent .info p {
  margin: 0;
  padding: 5px 0;
}

.boxright .itemagent .info p.mobile {
  font-weight: bold;
  color: var(--primary-color);
}
.boxright .itemagent .info p.mobile a {
  font-weight: bold;
  color: var(--primary-color);
}

.btn-orange {
  background: var(--primary-color);
  color: #FFF;
  font-size: 16px;
  line-height: 25px;
}

.text-orange {
  color: var(--primary-color) !important;
}

.topmenu.bg-light .navbar-nav a.text-orange {
  color: var(--primary-color) !important;
  font-weight: 600 !important;
}

.titlehouse {
  color: #222222;
  font-size: 30px;
  font-weight: bold;
}

.addresshouse {
  color: #000;
}
.addresshouse i {
  color: var(--primary-color);
}

.headifhouse {
  margin: 0;
  padding: 0;
  border-bottom: #e0e0e0 1px solid;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

#frmhomesearch {
  position: relative;
}

.listsuggest {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  display: none;
  max-height: 400px;
  overflow-y: scroll;
}

.listsuggest ul {
  margin: 0;
  padding: 0;
}

.listsuggest ul li {
  padding: 5px 10px;
  list-style: none;
  border-bottom: #ccc 1px solid;
}
.listsuggest ul li:last-child {
  border-bottom: none;
}

.listsuggest ul li p {
  margin: 0;
  padding: 5px;
  font-size: 0.9em;
}

.listsuggest ul li p a {
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
}

.language {
  font-size: 0.8em;
}

.language a {
  color: #000;
  font-weight: bold;
}

#ismain-homes h2 {
  font-weight: 700;
}

.owl-carousel .item img {
  -o-object-fit: cover;
     object-fit: cover;
}

.listnews {
  padding: 0;
  margin: 0;
}

.listnews li {
  list-style: none;
  padding: 7px 0;
  border-bottom: 1px solid #E0E0E0;
}

.lastestnews .img-thumbnail {
  border: 0;
  max-height: 67px;
  width: auto;
}

.lastestnews {
  font-size: 0.85em;
  font-weight: 600;
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b4b4b4 !important;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b4b4b4 !important;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b4b4b4 !important;
}

.infomarker h5 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  height: 34px;
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: bold;
}

.infomarker p {
  margin: 0;
  padding: 0;
}

.infomarker h5 a {
  color: var(--primary-color);
}

@media (max-width: 576px) {
  .w90 {
    width: 100%;
  }
  .topsearch .typesearch a {
    color: #000;
  }
  .topsearch .typesearch a.active {
    border-bottom: #000 2px solid;
  }
}
@media (min-width: 576px) {
  .w90 {
    width: 100%;
  }
  .topsearch .typesearch a {
    color: #000;
  }
  .topsearch .typesearch a.active {
    border-bottom: #000 2px solid;
  }
}
@media (min-width: 900px) {
  .w90 {
    width: 100%;
  }
  .topsearch .typesearch a {
    color: #FFF;
  }
  .topsearch .typesearch a.active {
    border-bottom: #FFF 2px solid;
  }
}
@media (min-width: 1100px) {
  .w90 {
    width: 90%;
  }
  .topsearch .typesearch a {
    color: #FFF;
  }
  .topsearch .typesearch a.active {
    border-bottom: #FFF 2px solid;
  }
}
.text-primaryA {
  color: var(--primary-color);
}

.btn-outline-gray {
  border: 1px solid gray;
  background-color: #fff;
  border-radius: 1rem;
}
.btn-outline-gray:hover {
  opacity: 0.8;
}

.text-darkA {
  color: #000;
}

.text-grayA {
  color: #9FA0A0;
}

.fw-bold {
  font-weight: bold;
}

.hover-p:hover {
  color: var(--primary-color) !important;
  cursor: pointer;
  text-decoration: none;
}

.cursor-p:hover {
  cursor: pointer;
}

.active-p {
  color: var(--primary-color);
}

.pl-45 {
  padding-left: 2rem !important;
}

.gap-10 {
  gap: 10px;
}

.gap-16 {
  gap: 16px;
}

@media (max-width: 768px) {
  .gap-md-16 {
    gap: 16px;
  }
}

.gap-20 {
  gap: 20px;
}

.gap-40 {
  gap: 40px;
}

.gap-sm-20 {
  gap: 0px;
}
@media (max-width: 768px) {
  .gap-sm-20 {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .gap-mobile-0 {
    gap: 0;
  }
}

@media (max-width: 768px) {
  .gap-mobile-5 {
    gap: 5;
  }
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

@media (max-width: 768px) {
  .c-col-6 {
    flex: 0 0 calc(50% - 10px);
  }
}
.ellipsis-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

input[type=text] {
  padding: 0.375rem 0.75rem;
}
input[type=text]:focus {
  border: 2px solid var(--primary-color);
  outline: 0;
  box-shadow: none;
}

.search-box .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

a:hover {
  text-decoration: none;
}

.topsearch .search-control,
.search-box .search-control,
#stateDialog .search-control {
  height: 48px;
  background: #ffffff;
  text-wrap: nowrap;
  line-height: 48px;
  font-weight: normal;
  padding: 0 12px;
  width: 100%;
  text-align: start;
  cursor: pointer;
}
.topsearch .search-option-box,
.search-box .search-option-box,
#stateDialog .search-option-box {
  box-shadow: 0px 3px 10px #808080;
  overflow: hidden;
  transition: all 0.1s;
  z-index: 10;
  width: 100%;
  top: calc(100% + 10px);
  left: 0;
}
.topsearch .search-option-box .fa-chevron-left,
.search-box .search-option-box .fa-chevron-left,
#stateDialog .search-option-box .fa-chevron-left {
  font-size: 36px;
  color: var(--primary-color);
}
.topsearch .search-option-box .fa-chevron-left:hover,
.search-box .search-option-box .fa-chevron-left:hover,
#stateDialog .search-option-box .fa-chevron-left:hover {
  cursor: pointer;
  opacity: 0.7;
}
.topsearch .custom-label,
.search-box .custom-label,
#stateDialog .custom-label {
  font-weight: normal;
  line-height: 1.15;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
  align-items: center;
  cursor: pointer;
}
.topsearch .custom-price input,
.search-box .custom-price input,
#stateDialog .custom-price input {
  width: 78px;
}
.topsearch .custom-input[type=radio],
.topsearch .custom-input[type=checkbox],
.search-box .custom-input[type=radio],
.search-box .custom-input[type=checkbox],
#stateDialog .custom-input[type=radio],
#stateDialog .custom-input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 1.15em;
  height: 1.15em;
  border: 1px solid #000;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  cursor: pointer;
}
.topsearch .custom-input[type=radio]:checked,
.topsearch .custom-input[type=checkbox]:checked,
.search-box .custom-input[type=radio]:checked,
.search-box .custom-input[type=checkbox]:checked,
#stateDialog .custom-input[type=radio]:checked,
#stateDialog .custom-input[type=checkbox]:checked {
  border: 1px solid var(--primary-color);
}
.topsearch .custom-input[type=radio],
.search-box .custom-input[type=radio],
#stateDialog .custom-input[type=radio] {
  border-radius: 50%;
}
.topsearch .custom-input[type=radio]::before,
.topsearch .custom-input[type=checkbox]::before,
.search-box .custom-input[type=radio]::before,
.search-box .custom-input[type=checkbox]::before,
#stateDialog .custom-input[type=radio]::before,
#stateDialog .custom-input[type=checkbox]::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 0.12s transform ease-in-out;
  box-shadow: inset 1em 1em var(--primary-color);
}
.topsearch .custom-input[type=radio]::before,
.search-box .custom-input[type=radio]::before,
#stateDialog .custom-input[type=radio]::before {
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}
.topsearch .custom-input[type=checkbox]::before,
.search-box .custom-input[type=checkbox]::before,
#stateDialog .custom-input[type=checkbox]::before {
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.topsearch .custom-input[type=radio]:checked::before,
.topsearch .custom-input[type=checkbox]:checked::before,
.search-box .custom-input[type=radio]:checked::before,
.search-box .custom-input[type=checkbox]:checked::before,
#stateDialog .custom-input[type=radio]:checked::before,
#stateDialog .custom-input[type=checkbox]:checked::before {
  transform: scale(1);
}
.topsearch .custom-input[type=radio]:checked + span,
.topsearch .custom-input[type=checkbox]:checked + span,
.search-box .custom-input[type=radio]:checked + span,
.search-box .custom-input[type=checkbox]:checked + span,
#stateDialog .custom-input[type=radio]:checked + span,
#stateDialog .custom-input[type=checkbox]:checked + span {
  color: var(--primary-color);
  font-weight: bold;
}
.topsearch .selected-option,
.search-box .selected-option,
#stateDialog .selected-option {
  border: 1px solid var(--secondary);
}
.topsearch .selected-option:hover,
.search-box .selected-option:hover,
#stateDialog .selected-option:hover {
  cursor: pointer;
  opacity: 0.7;
}
.topsearch .btn-search,
.search-box .btn-search,
#stateDialog .btn-search {
  width: 120px;
}
.topsearch .title,
.search-box .title,
#stateDialog .title {
  width: 60px;
  flex-shrink: 0;
  padding-top: 3px;
}
.topsearch #cityBox,
.topsearch #mrtBox,
.topsearch #stateBox,
.search-box #cityBox,
.search-box #mrtBox,
.search-box #stateBox,
#stateDialog #cityBox,
#stateDialog #mrtBox,
#stateDialog #stateBox {
  top: calc(100% + 10px);
  left: 0;
  z-index: 1;
}
.topsearch #stateBox.custom-w,
.search-box #stateBox.custom-w,
#stateDialog #stateBox.custom-w {
  width: 680px;
}
@media (max-width: 576px) {
  .topsearch #stateBox.custom-w,
  .search-box #stateBox.custom-w,
  #stateDialog #stateBox.custom-w {
    width: 100%;
  }
}
.topsearch #mrtBox.custom-w,
.topsearch #cityBox.custom-w,
.search-box #mrtBox.custom-w,
.search-box #cityBox.custom-w,
#stateDialog #mrtBox.custom-w,
#stateDialog #cityBox.custom-w {
  width: 760px;
}
@media (max-width: 576px) {
  .topsearch #mrtBox.custom-w,
  .topsearch #cityBox.custom-w,
  .search-box #mrtBox.custom-w,
  .search-box #cityBox.custom-w,
  #stateDialog #mrtBox.custom-w,
  #stateDialog #cityBox.custom-w {
    width: 100%;
  }
}
.topsearch #stateBtn,
.search-box #stateBtn,
#stateDialog #stateBtn {
  width: 80px;
  font-weight: bold;
}
.topsearch .unlimit,
.search-box .unlimit,
#stateDialog .unlimit {
  cursor: pointer;
}
.topsearch .unlimit.active,
.search-box .unlimit.active,
#stateDialog .unlimit.active {
  color: var(--primary-color);
  font-weight: bold;
}

@media (min-width: 768px) {
  .home-search-wrap {
    position: relative;
  }
}
@media (max-width: 768px) {
  .position-md-relative {
    position: relative;
  }
}
.city-choose input {
  display: none;
}
.city-choose label {
  border: 1px solid #000;
  padding: 5px 8px;
  background: #fff;
  cursor: pointer;
}
.city-choose input:checked + label {
  background: #FE59A6;
  color: #fff;
  border: none;
}

.custom-form {
  gap: 16px;
}

.detailproject .head {
  font-size: 20px;
}
.detailproject .item-title {
  font-weight: 600;
}
.detailproject .purpose-box {
  gap: 10px;
}
.detailproject .purpose {
  background-color: var(--primary-color);
  text-wrap: nowrap;
}
.detailproject .purpose ~ p {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: bold;
}
.detailproject .land-gov {
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.detailproject .land-gov i {
  font-size: 1.5rem;
}
.detailproject .land-gov p {
  font-size: 18px;
}

.filter-arrow {
  transition: all 0.3s;
}
.filter-arrow:hover {
  cursor: pointer;
}

.arrow-rotate {
  transform: rotate(-180deg);
  transition: all 0.3s;
}

.blii .status {
  top: 15px;
}

.animate__animated.animate__slideInRight,
.animate__animated.animate__slideOutLeft {
  --animate-duration: 0.5s;
}

.animate__animated.animate__slideInDown {
  --animate-duration: 0.5s;
}

.main-header .main-menu-content .menu > li > a {
  font-size: 1rem !important;
}

#stateDialog {
  background-color: #fff;
  width: 685px;
}
#stateDialog .top-title {
  background-color: #eeeeee;
}
#stateDialog .close-btn {
  top: 15px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

#stateDialog::backdrop {
  background-color: #000;
  opacity: 0.7;
}

.top-icon {
  bottom: 50px;
  right: 30px;
  font-size: 36px;
  color: var(--primary-dark-color);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.top-icon:hover {
  opacity: 0.8;
}

.topbar-items li .project-dropmenu {
  z-index: 17;
  top: 100%;
  right: -10px;
  font-size: 16px;
  width: 110px;
  text-align: center;
  display: none;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: slideIn;
}
.topbar-items li .project-dropmenu a {
  color: #000;
}

.topbar-items li.project-menu:hover .project-dropmenu {
  display: block;
}

@keyframes slideIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
.house-item i {
  width: 18px;
  text-align: center;
}
.house-item .house-wrap {
  width: 248px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .house-item .house-wrap {
    width: 100px;
    height: 100%;
  }
}
.house-item .house-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1);
  transition: all 0.5s;
}
.house-item .house-img:hover {
  transform: scale(1.1);
}
.house-item .add-to-wishlist {
  top: 20px;
  right: 20px;
}
@media (max-width: 768px) {
  .house-item .add-to-wishlist {
    top: 5px;
    right: 5px;
  }
}
.house-item .house-feature {
  background-color: #E2D3EB;
}
.house-item .price-info {
  height: 100%;
}
@media (max-width: 576px) {
  .house-item .price-info {
    height: auto;
  }
}

.house-detail-box {
  gap: 10px;
}
@media (max-width: 768px) {
  .house-detail-box {
    gap: 5px;
    font-size: 10px;
  }
  .house-detail-box h5 {
    font-size: 12px;
  }
  .house-detail-box span.h4 {
    font-size: 12px;
  }
}

.border-bp {
  cursor: pointer;
  border-bottom: 3px solid #dee2e6;
}
.border-bp.active {
  border-bottom: 5px solid var(--primary-color);
  color: var(--primary-color);
}

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

swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#adHomeA swiper-slide img,
#adHomeB swiper-slide img,
#adProjectE swiper-slide img,
#adPropertyE swiper-slide img,
#adRentE swiper-slide img {
  height: 230px;
}

@media screen and (max-width: 768px) {
  #adHomeA swiper-slide img,
  #adHomeB swiper-slide img,
  #adProjectE swiper-slide img,
  #adPropertyE swiper-slide img,
  #adRentE swiper-slide img {
    height: unset;
    aspect-ratio: 16/9;
  }
}

swiper-container::part(button-next), swiper-container::part(button-prev) {
  color: #FE59A6;
}
swiper-container::part(bullet-active) {
  background-color: #FE59A6;
}
swiper-container::part(bullet) {
  background-color: #fff;
  opacity: 0.5;
}

.recommend-star {
  color: #E8AE4D;
}

.recommend-label {
  font-size: 1rem;
  color: #fff;
  padding: 3px 8px;
  background-color: #FF795B;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .recommend-label {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .recommend-width {
    max-width: unset;
    font-size: 10px;
  }
  .recommend-width h5 {
    font-size: 12px;
  }
  .recommend-width .text-danger {
    font-size: 12px;
  }
}

.loader-wrap {
  width: 130px;
  height: 130px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.loader-wrap .loader {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
}
.loader-wrap .loader-text {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #D52F80, 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2), 2.5em 0em 0 0em rgba(128, 128, 128, 0.2), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.2), 0em 2.5em 0 0em rgba(128, 128, 128, 0.2), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.2), -2.6em 0em 0 0em rgba(128, 128, 128, 0.5), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.7), 1.8em -1.8em 0 0em #D52F80, 2.5em 0em 0 0em rgba(128, 128, 128, 0.2), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.2), 0em 2.5em 0 0em rgba(128, 128, 128, 0.2), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.2), -2.6em 0em 0 0em rgba(128, 128, 128, 0.2), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.5), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.7), 2.5em 0em 0 0em #D52F80, 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.2), 0em 2.5em 0 0em rgba(128, 128, 128, 0.2), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.2), -2.6em 0em 0 0em rgba(128, 128, 128, 0.2), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.2), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.5), 2.5em 0em 0 0em rgba(128, 128, 128, 0.7), 1.75em 1.75em 0 0em #D52F80, 0em 2.5em 0 0em rgba(128, 128, 128, 0.2), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.2), -2.6em 0em 0 0em rgba(128, 128, 128, 0.2), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.2), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2), 2.5em 0em 0 0em rgba(128, 128, 128, 0.5), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.7), 0em 2.5em 0 0em #D52F80, -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.2), -2.6em 0em 0 0em rgba(128, 128, 128, 0.2), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.2), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2), 2.5em 0em 0 0em rgba(128, 128, 128, 0.2), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.5), 0em 2.5em 0 0em rgba(128, 128, 128, 0.7), -1.8em 1.8em 0 0em #D52F80, -2.6em 0em 0 0em rgba(128, 128, 128, 0.2), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.2), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2), 2.5em 0em 0 0em rgba(128, 128, 128, 0.2), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.2), 0em 2.5em 0 0em rgba(128, 128, 128, 0.5), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.7), -2.6em 0em 0 0em #D52F80, -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.2), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2), 2.5em 0em 0 0em rgba(128, 128, 128, 0.2), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #D52F80;
  }
}
#package-page .tab {
  width: 200px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #package-page .tab {
    font-size: 12px;
  }
}
#package-page .tab-active {
  border: 3px solid #dee2e6;
  border-bottom: none;
  color: var(--primary-color);
  position: relative;
}
#package-page .tab-active::after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: -3px;
  z-index: 9;
}
#package-page .border-bottom-3 {
  border-bottom: 3px solid #dee2e6;
}
#package-page ul.role-menu {
  list-style-type: decimal;
}
#package-page ul.role-menu li:not(:last-child) {
  margin-bottom: 20px;
}

.gc_price_tag {
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  color: #EA004F;
}

@media screen and (max-width: 768px) {
  .gc_price_tag {
    font-size: 20px;
  }
}
.page_remark {
  line-height: 20px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_5 {
  margin-bottom: 2rem;
}

.card_shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.verified-icon-wrapper {
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: 40px;
}

.verified-icon-wrapper::after {
  content: attr(data-hover-text);
  position: absolute;
  left: calc(100% + 10px);
  top: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  font-size: 14px;
}

.verified-icon-wrapper:hover::after {
  opacity: 1;
}
.main-header .main-menu-content .sub-toggle {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transform-style: preserve-3d;
}
.main-header .main-menu-content .sub-toggle:before, .main-header .main-menu-content .sub-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background-color: #000;
}
.main-header .main-menu-content .sub-toggle:before {
  transform: translateX(-50%);
}
.main-header .main-menu-content .sub-toggle:after {
  transform: translateX(-50%) rotate(90deg);
}
.main-header .main-menu-content .sub-toggle.active:after {
  display: none;
}
.main-header .main-menu-content .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  z-index: 1000;
  transition: all 0.25s ease;
  border: 1px solid #eee;
  background-color: rgba(255, 255, 255, 0.95);
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.main-header .main-menu-content .sub-menu:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: none;
}
.main-header .main-menu-content .sub-menu > li {
  display: block;
}
.main-header .main-menu-content .sub-menu > li .sub-toggle-desktop {
  display: none;
}
.main-header .main-menu-content .sub-menu > li > a {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  font-size: 15px;
  color: #000;
  text-transform: capitalize;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  text-decoration: none !important;
}
.main-header .main-menu-content .sub-menu > li > a:hover {
  color: var(--primary-color) !important;
}
.main-header .main-menu-content .sub-menu > li:last-child a {
  border-bottom: 1px solid #eee;
}
.main-header .main-menu-content .sub-menu > li.menu-item-has-children {
  position: relative;
}
.main-header .main-menu-content .sub-menu > li.menu-item-has-children > .sub-toggle {
  display: none;
}
.main-header .main-menu-content .sub-menu > li.menu-item-has-children > .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
}
.main-header .main-menu-content .sub-menu > li.menu-item-has-children > .sub-menu:before {
  display: none;
}
.main-header .main-menu-content .sub-menu > li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.main-header .main-menu-content .sub-menu > li:last-child {
  border-bottom: none;
}
.main-header .main-menu-content .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-header .main-menu-content .menu > li {
  display: inline-block;
  padding: 0.8rem 0;
}
.main-header .main-menu-content .menu > li > a {
  position: relative;
  padding: 0.5rem;
  color: #000;
  text-decoration: none !important;
  display: inline-block;
}
.main-header .main-menu-content .menu > li > a:hover {
  color: var(--primary-color) !important;
}
.main-header .main-menu-content .menu > li:first-child {
  padding-left: 0;
}
.main-header .main-menu-content .menu > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.main-header .main-menu-content .menu > li .sub-toggle {
  display: none;
}
.main-header .main-menu-content .menu > li.menu-item-has-children {
  position: relative;
  padding: 0.8rem 0.5rem;
}
.main-header .main-menu-content .menu > li.menu-item-has-children .sub-toggle {
  margin-left: 5px;
  display: none;
}
.main-header .main-menu-content .menu > li.menu-item-has-children .sub-menu {
  visibility: hidden;
  opacity: 0;
  transform: scale3d(1, 1, 0) translateY(30px);
}
.main-header .main-menu-content .menu > li.menu-item-has-children:hover .sub-toggle {
  color: #ffffff;
}
.main-header .main-menu-content .menu > li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scale3d(1, 1, 1) translateY(0);
}
.main-header .main-menu-content .menu > li.current-menu-item > a {
  color: var(--primary-color) !important;
  font-weight: 600 !important;
}
.main-header .main-menu-content .menu > li.current-menu-item .sub-toggle {
  color: #ffffff !important;
}

@media screen and (max-width: 991px) {
  .main-header .main-menu-content .sub-toggle-desktop {
    display: none;
  }
  .main-header .main-menu-content .menu--mobile {
    width: 100%;
  }
  .main-header .main-menu-content .menu--mobile .sub-menu {
    position: relative;
    display: none;
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
    transition: all 0s ease;
    border: none;
  }
  .main-header .main-menu-content .menu--mobile .sub-menu > li > a {
    border: none;
    padding: 10px 20px;
  }
  .main-header .main-menu-content .menu--mobile .sub-toggle:before, .main-header .main-menu-content .menu--mobile .sub-toggle:after {
    background-color: #000;
  }
  .main-header .main-menu-content .menu--mobile > li {
    padding: 0 !important;
    border-bottom: 1px dashed #eaeaea;
  }
  .main-header .main-menu-content .menu--mobile > li.current-menu-item {
    border-left: 2px solid var(--primary-color);
  }
  .main-header .main-menu-content .menu--mobile > li > a {
    position: relative;
    z-index: 10;
    display: block;
    padding: 10px 20px 10px 0;
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
  }
  .main-header .main-menu-content .menu--mobile > li > a:hover {
    padding-left: 5px;
    color: var(--primary-color) !important;
  }
  .main-header .main-menu-content .menu--mobile > li.menu-item-has-children:not(.has-mega-menu) {
    position: relative;
  }
  .main-header .main-menu-content .menu--mobile > li.menu-item-has-children:not(.has-mega-menu) .sub-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 20;
    display: inline-block;
  }
  .main-header .main-menu-content .menu--mobile .sub-menu > li.menu-item-has-children > .sub-menu {
    position: static;
    padding-left: 20px;
  }
}
.main-header .navbar {
  padding: 0;
}
.main-header .navbar-light .navbar-brand {
  padding: 0.8rem 0;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.symbols_size {
  font-size: 1.25rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 576px) {
  .symbols_size {
    padding-right: 1rem;
  }
}

.article_posts {
  color: #000;
}
.article_posts a {
  color: #000;
}
.article_posts .card-title h3 {
  margin-bottom: 0;
  font-size: 1.25rem;
}
.article_posts .card-img-top img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.article_posts .card-body {
  padding: 1.25rem;
}
.article_posts_attr {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}
.article_posts_content {
  font-size: 1rem;
}

.blog-container .container-grid .grid-in {
  max-width: 100%;
  position: relative;
  border-radius: 5px;
  height: 100%;
}
.blog-container .container-grid .grid-in .hourseitem {
  border-radius: 0 !important;
}
.blog-container .container-grid .grid-in .grid-shadow {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.blog-container .container-grid .grid-in .grid-shadow.grid-shadow-gray {
  background: #f6f6f6;
}
.blog-container .container-grid .blog-img img {
  width: 100%;
}
.blog-container .container-grid .grid-h {
  background-color: #f6f6f6;
  padding: 1.25rem;
  min-height: 110px;
}
.blog-container .container-grid .grid-h a h2 {
  margin-bottom: 0;
  font-size: 1.25rem;
  color: #212131;
  display: block;
  margin-bottom: 15px;
  -webkit-transition: color 0.2s;
  line-height: 30px;
}
.blog-container .container-grid .grid-h a:hover h2 {
  color: var(--primary-color);
}
.blog-container .container-grid .grid-h .blog-excerpt p {
  line-height: 24px;
  font-size: 1rem;
  color: #878798;
  display: block;
  margin-bottom: 15px;
}
.blog-container .container-grid .grid-h .blog-title a h2 {
  margin-bottom: 0;
}
.blog-container .container-grid .grid-h .blog-title .post-meta {
  font-size: 0.875rem;
  color: #878798;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}
.blog-container .container-grid .grid-h .blog-title .post-meta p {
  margin-bottom: 0;
}

.boxright {
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 15px;
}
.boxright h5 {
  font-weight: bold;
  margin-top: -15px;
}

.grecaptcha-badge {
  bottom: 80px !important;
}

.topmenu {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-bottom: none;
}

.single-post .head {
  font-weight: bold;
  color: #000000;
  border-bottom: #e0e0e0 1px solid;
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 20px;
}

.gridhouse {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.typesearch a {
  text-decoration: none !important;
}

.action_footer a {
  text-decoration: none !important;
}

.action_footer a:hover,
.btn-orange:hover,
.btn-orange:focus,
.topsearch .btn:hover {
  background: var(--primary-color-hover);
  color: #ffffff;
}

.itemnews .title {
  font-size: 20px !important;
}

.itemnews h3 a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

@media screen and (min-width: 901px) {
  .itemnews img {
    min-height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .itemnews .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .itemnews h3 {
    padding-top: 15px;
  }
  .itemnews .title {
    font-size: 20px;
  }
}
.itemnews img {
  min-height: 160px;
  margin-bottom: 15px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 400px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 400px;
  width: 100%;
}

#contact .wrapper {
  background-color: #f4f4f4;
  padding: 20px;
  height: 100%;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}

#contact .wrapper h2 {
  font-weight: 700;
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

#contact .wrapper .form-control {
  background: #ffffff;
}

#contact .wrapper .contact-main {
  margin-bottom: 40px;
}

#contact .wrapper .contact-item {
  margin-bottom: 25px;
}

#contact .wrapper .contact-item:last-child {
  margin-bottom: 0;
}

#contact h3 {
  color: var(--primary-color);
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: 700;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  outline: none;
  -ms-box-shadow: none;
  box-shadow: none;
  height: 40px;
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 0;
  transition: all 0.4s ease;
}

.form-control:focus {
  outline: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-color: var(--primary-color);
}

.btn-outline,
.btn-special {
  background-color: #ffffff;
  color: #303030;
  font-size: 14px;
  height: 39px;
  border: 2px solid #303030;
  padding: 0 20px;
  position: relative;
  display: inline-block;
  line-height: 35px;
  border-radius: 0;
}

.btn-special,
.btn-special:after {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}

.btn-special:hover,
.btn-special:hover:after {
  background-color: #ffffff;
}

.btn-special:hover {
  color: var(--primary-color);
  text-decoration: none;
}

#contact .alert {
  padding: 0.5rem 1.25rem;
  border-radius: 0;
  font-size: 14px;
}

.job-list {
  margin-bottom: 40px;
}

.job-list .job-item {
  border-top: 1px dashed #d4d4d4;
  padding: 15px 0;
}

.job-list .job-item .job-title {
  margin-bottom: 10px;
}

.job-list .job-item .job-title a {
  font-weight: 700;
}

.job-list .job-item p {
  font-size: 14px;
  margin-bottom: 0;
}

.job-list .job-item .job-header {
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px dashed #d4d4d4;
  margin-bottom: 20px;
}

.topsearch .form-control {
  font-size: 16px;
  height: 48px !important;
  box-shadow: none;
  outline: none;
  border: 1px solid #ced4da !important;
  border-left: 0 !important;
  background: #ffffff;
}

.topsearch .typesearch {
  margin-bottom: 0;
}

.topsearch .typesearch a {
  border: none !important;
  padding: 8px 12px;
  font-weight: normal !important;
  margin: 0;
  display: inline-block;
  background-color: hsla(0, 0%, 100%, 0.7) !important;
  color: var(--primary-color);
  float: left;
  border-right: 1px solid #ffffff !important;
}

.topsearch .typesearch a:last-child {
  border-right: none !important;
}

.topsearch .typesearch a.active {
  background: var(--primary-color) !important;
  color: #ffffff;
}

.topsearch .input-group-lg {
  background-color: hsla(0, 0%, 100%, 0.7);
  padding: 25px 20px 5px;
  justify-content: center;
}

.hourseitem .info {
  background: #f6f6f6;
  padding: 15px;
}
.hourseitem .img .thumb {
  width: 100%;
  border-radius: 0 !important;
}

.projecthome .item .description {
  background: #f6f6f6;
  padding: 15px;
}

.projecthome .item .img img.thumb {
  border-radius: 0 !important;
}

.projecthome p.threemt {
  font-size: 0.9em;
  display: flex;
}
.projecthome p.threemt span {
  font-size: 13.5px;
  float: left;
  margin-right: 10%;
}
.projecthome p.threemt span i {
  float: left;
  font-style: normal;
}
.projecthome p.threemt span .vti {
  margin-top: 2px;
  margin-left: 5px;
}

.main-homes {
  min-height: calc(100vh - 400px);
}

@media (max-width: 767px) {
  .language {
    font-size: 14px;
  }
  .language .btn-select-language {
    float: none;
  }
  .topbar-items li.login-item:first-child {
    padding-left: 0;
  }
}
.toggle-filter-offcanvas.toggle-filter-mobile {
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary-color);
  -o-border-image: initial;
  border-image: initial;
  height: 32px;
  padding-left: 0.5em;
  vertical-align: middle;
  display: flex;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0.5em;
}
.toggle-filter-offcanvas.toggle-filter-mobile i,
.toggle-filter-offcanvas.toggle-filter-mobile span {
  align-self: center;
}

.search-box {
  background: #f6f6f6;
  margin-top: 20px;
  padding: 1em 0.75em;
}
.search-box_options {
  display: grid;
  grid-template-columns: 3rem 1fr;
}
.search-box .select--arrow .form-control {
  height: 34px;
}
.search-box .form-control {
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.search-box .form-group .max-label,
.search-box .form-group .min-label {
  bottom: -18px;
  font-size: 13px;
  font-weight: 700;
  padding-left: 0.25em;
}
.search-box .input-has-icon {
  position: relative;
}
.search-box .input-has-icon i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
}
.search-box .input-has-icon .form-control {
  padding-right: 2.25em;
}
.search-box .list-of-suggetions {
  padding-left: 0;
}
.search-box .list-of-suggetions li {
  padding: 2px 20px;
  list-style: none;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.search-box .list-of-suggetions li:hover {
  background-color: #e2e2e2;
}
.search-box .dropdown-menu .dropdown-item {
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.search-box .dropdown-menu .dropdown-item.active,
.search-box .dropdown-menu .dropdown-item:active {
  color: unset;
  text-decoration: none;
  background-color: unset;
}
.search-box .dropdown .dropdown-toggle {
  text-align: left;
  width: 100%;
  padding: 0.375rem 0.75rem;
  padding-right: 1.75em;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  height: 34px;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-size: 14px;
}
.search-box .dropdown .dropdown-toggle span {
  overflow: hidden;
  display: block;
}
.search-box .dropdown .dropdown-toggle::after {
  text-align: right;
  float: right;
  top: 50%;
  position: absolute;
  right: 0.5em;
  transform: translate(-50%, -50%);
}

.min-max-input .control-label {
  display: block;
  overflow: hidden;
}

@media (min-width: 768px) {
  .search-box .btn-group .dropdown-toggle {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
#properties-list .property-item {
  position: relative;
  width: 100%;
}

#ajax-filters-form .data-listing > .row > div {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  #properties-list.full-page-content .property-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #properties-list.left-page-content .property-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  #properties-list.full-page-content .property-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #properties-list.left-page-content .property-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  #properties-list.full-page-content .property-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  #properties-list.left-page-content .property-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  #properties-list.full-page-content .property-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #properties-list.left-page-content .property-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1400px) {
  #properties-list.full-page-content .property-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
  #properties-list.left-page-content .property-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.shop__sort .form-group--inline {
  justify-content: flex-start;
}
.shop__sort .sort-by-wrap {
  justify-content: flex-end;
}
.shop__sort .change-view {
  align-self: center;
}
@media (max-width: 576px) and (min-width: 375px) {
  .shop__sort .col-toggle-filter {
    flex: 0 0 17%;
    max-width: 17%;
    padding-right: 5px;
    padding-left: 10px;
  }
  .shop__sort .col-sort-by,
  .shop__sort .col-showing {
    padding-left: 7px;
    padding-right: 10px;
  }
  .shop__sort .col-sort-by .select--arrow .form-control,
  .shop__sort .col-showing .select--arrow .form-control {
    padding-left: 5px;
    padding-right: 20px;
  }
  .shop__sort .col-sort-by .select--arrow i,
  .shop__sort .col-showing .select--arrow i {
    right: 6px;
  }
  .shop__sort .col-sort-by {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .shop__sort .col-showing {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .shop__sort .toggle-filter-name {
    display: none !important;
  }
}
@media (max-width: 374px) {
  .shop__sort .change-view {
    position: absolute;
    top: calc(-100% - 0.5rem);
    right: 15px;
  }
}
@media (max-width: 305px) {
  .shop__sort .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.btn-primary {
  background: var(--primary-color);
  padding: 5px 10px;
  border-radius: 5px;
  color: #ffffff;
  outline: none;
  border: none;
}

.btn-primary:hover {
  background: var(--primary-color-hover);
}

.btn-full {
  width: 100%;
}

.currency-switcher {
  margin-left: 0;
  margin-right: 10px;
}

.language .language-switcher-wrapper > .dropdown {
  vertical-align: top;
}

.btn-select-language {
  display: block;
  float: left;
  padding: 0;
  background: transparent !important;
  color: #333 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  line-height: 16px;
  font-size: 14px;
  vertical-align: middle;
}
.btn-select-language img {
  vertical-align: top;
  margin-top: 1px;
}

.language_bar_chooser.dropdown-menu {
  padding: 0 !important;
  border: none;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.15);
}

.language_bar_chooser.dropdown-menu li {
  display: inline-block !important;
}

.language_bar_chooser.dropdown-menu li a {
  font-size: 14px;
  line-height: 28px;
  padding-left: 7px !important;
  text-decoration: none !important;
}
.language_bar_chooser.dropdown-menu li a img {
  vertical-align: top;
  margin-top: 7px;
}

.socials {
  display: inline-block;
}
.socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.socials ul li {
  display: inline-block;
  margin: 0 5px;
}
.socials ul li a {
  display: block !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--primary-color) !important;
  color: #fff !important;
  border: 1px solid var(--primary-color);
  line-height: 35px;
  text-align: center;
  font-size: 15px !important;
}
.socials ul li a:hover {
  background-color: #fff !important;
  color: var(--primary-color-hover) !important;
}

.box_shadow {
  background: #f5f5f5;
  padding: 3rem 0;
}
.box_shadow .projecthome .item {
  background: #fff;
  width: 100%;
}
.box_shadow .projecthome .item .description {
  background: #ffffff;
}
.box_shadow .homehouse {
  background: transparent;
}
.box_shadow .homehouse .hourseitem {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.box_shadow .homehouse .hourseitem .info {
  background: #ffffff;
}
.box_shadow .blog-container .grid-h {
  background: #fff;
}

.hourseitem,
.projecthome .item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.hourseitem img,
.projecthome .item img {
  transition: all 0.4s;
  transform: scale(1);
  width: 100%;
}
.hourseitem:hover img,
.projecthome .item:hover img {
  transform: scale(1.1);
}

footer {
  border-top: 1px solid #f0f0f0;
  background-color: #fafbfd;
}

.topmenu.bg-light {
  background-color: #f4f5f9 !important;
}

.hourseitem h3 a {
  line-height: 19px;
}

.bravo_topbar {
  background: var(--primary-color);
}

.bravo_topbar .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.bravo_topbar .content .topbar-left {
  font-size: 14px;
  color: #fff;
}

.bravo_topbar .content .topbar-right {
  font-size: 12px;
}

.bravo_topbar .content .topbar-items {
  display: inline-block;
  margin-bottom: 0;
}

.topbar-items li {
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
}
.topbar-items li.login-item {
  padding-left: 5px;
  padding-right: 5px;
}

.topbar-items li a {
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  text-decoration: none;
}

.bravo_topbar .content .top-socials {
  display: inline-block;
}

.bravo_topbar .content .topbar-left .line {
  min-width: 1px;
  display: inline-block;
  position: relative;
  min-height: 1px;
  margin: 0 10px;
}

.bravo_topbar .content .topbar-left a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}

.bravo_topbar .content .topbar-left .line:before {
  content: "";
  position: absolute;
  left: 0;
  top: -13px;
  height: 20px;
  border-right: 1px solid #5f7190;
}

.bravo_topbar .content .top-socials a:first-child {
  padding-left: 0;
}

.bravo_topbar .content .topbar-left a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  padding-right: 18px;
}

.topsearch .form-control {
  border: none !important;
  z-index: 3;
}

.topsearch .input-group-text {
  border: none !important;
}

.language > a {
  text-decoration: none !important;
  font-weight: 400;
}
.language > a img {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 3px;
}

.bravo_topbar .language-label {
  display: none;
}
.bravo_topbar .btn-select-language {
  color: #fff !important;
  font-size: 12px;
  font-weight: 400;
}
.bravo_topbar .language {
  display: inline-block;
  padding: 0;
  margin-bottom: 0 !important;
  vertical-align: middle;
  font-size: 12px;
  margin-left: 10px;
}
.bravo_topbar .language > a {
  color: #ffffff !important;
}

.post-meta a {
  color: #212529;
  text-decoration: none !important;
}
.post-meta a:hover {
  color: var(--primary-color);
}

.breadcrumb {
  position: relative;
  z-index: 2;
  background-color: transparent;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
}
.breadcrumb > .breadcrumb-item {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.breadcrumb > .breadcrumb-item:active {
  color: #000;
}
.breadcrumb > .breadcrumb-item a {
  color: #fff;
}
.breadcrumb > .breadcrumb-item a:hover {
  color: var(--primary-color-hover);
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.bgheadproject h1 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
}

.boxright .head {
  padding: 0 0 15px 0;
  margin-bottom: 0;
  border-bottom: none;
}
.boxright .itemagent {
  font-size: 15px;
}
.boxright .itemagent img {
  margin-bottom: 15px;
  padding: 0;
  border-radius: 4px;
}
.boxright .info p {
  margin: 0;
  padding: 5px 0;
}
.boxright .info p.mobile {
  font-weight: bold;
  color: var(--primary-color);
}
.boxright .info p.mobile a {
  font-weight: bold;
  color: var(--primary-color);
}

p:empty {
  margin-bottom: 0;
}

.add-property {
  border-radius: 25px;
  font-size: 15px;
  margin-left: 20px;
  padding: 10px 15px;
  white-space: nowrap;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.blii .status {
  position: absolute;
  z-index: 7;
  right: 10px;
  top: 15px;
}

.status-label {
  font-size: 1rem;
  color: #fff;
  padding: 4px 10px;
  background-color: var(--primary-color) !important;
  border-radius: 4px;
}
.status-label.label-success {
  background-color: #36c6d3;
}
.status-label.label-danger {
  background-color: #ed6b75;
}
.status-label.label-warning {
  background-color: #f1c40f;
}
.status-label.label-info {
  background-color: #659be0;
}

.home_banner {
  height: 60vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-color: #2a2933;
  font-weight: 600;
}
.home_banner .topsearch {
  position: absolute;
  width: 50%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 8;
  margin: auto;
}

.post-meta {
  font-size: 14px;
  color: #878798;
}

@media (max-width: 1200px) {
  .home_banner .topsearch {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  .home_banner .topsearch {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .home_banner {
    min-height: 60vh !important;
    height: auto !important;
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .home_banner .col-5.pr-1 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px !important;
  }
  .home_banner .col-5.px-1 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
body .cookie-consent {
  padding: 10px 0 !important;
}
body .cookie-consent .cookie-consent-body {
  max-width: 90%;
}

.half-circle-spinner,
.half-circle-spinner * {
  box-sizing: border-box;
}

.half-circle-spinner {
  width: 60px;
  height: 60px;
  margin: 20px auto;
  border-radius: 100%;
  position: relative;
}

.half-circle-spinner .circle {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 6px solid transparent;
}

.half-circle-spinner .circle.circle-1 {
  border-top-color: var(--primary-color);
  animation: half-circle-spinner-animation 1s infinite;
}

.half-circle-spinner .circle.circle-2 {
  border-bottom-color: var(--primary-color);
  animation: half-circle-spinner-animation 1s infinite alternate;
}

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.topsearch .keyword-input,
.topsearch .location-input {
  width: calc(50% - 105px);
  display: inline-block;
  position: relative;
}
.topsearch .search-button-wrapper .btn {
  min-width: 108px;
  padding: 0.5em;
}

.spinner-icon {
  display: none;
  position: absolute;
  top: 13px;
  right: 13px;
}

.search-box .spinner-icon {
  top: 7px;
  right: 11px;
}

.suggestion {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  max-height: 400px;
  overflow-y: scroll;
  z-index: 99;
  left: 0;
  right: 0;
}
.suggestion ul {
  margin: 0;
  padding: 0;
}
.suggestion ul li {
  padding: 5px 10px;
  list-style: none;
  border-bottom: #ccc 1px solid;
}
.suggestion ul li p a {
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
}
.suggestion::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #f9f9f9;
}
.suggestion::-webkit-scrollbar {
  width: 3px;
  background-color: #fae0e0;
  height: 3px;
}
.suggestion::-webkit-scrollbar-thumb {
  background-color: #f9f9f9;
  border: 2px solid #777;
  border-radius: 2px;
}

.topmenu {
  transition: all 0.5s ease 0s;
}
.topmenu .header-sticky {
  z-index: 9999999;
  background: #f4f5f9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  animation-fill-mode: none;
}

.show-admin-bar .topmenu .header-sticky {
  top: 40px;
}

.choose-currency {
  display: inline-block;
  color: #fff;
}
.choose-currency a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-right: 3px;
}
.choose-currency a:after {
  content: "";
  width: 1px;
  height: 10px;
  right: -5px;
  top: 4px;
  position: absolute;
  background: #fff;
}
.choose-currency a:last-child:after {
  display: none;
}
.choose-currency a.active {
  font-weight: 700;
}

.header-deliver {
  display: inline-block;
  color: #fff;
  padding: 0 5px !important;
}

.banner-text-description {
  font-size: 2.15em;
  font-weight: 600;
}

.advanced-search {
  text-align: left;
  width: calc(100% - 14px);
  padding-top: 5px;
  position: relative;
}
.advanced-search > a {
  font-size: 0.8rem;
  text-decoration: none;
  color: var(--primary-color);
}
.advanced-search .advanced-search-content {
  display: none;
  animation: fadeOut 0.3s;
}
.advanced-search .advanced-search-content label {
  font-size: 15px;
}
.advanced-search .advanced-search-content.active {
  display: block;
  animation: fadeIn 0.3s;
}
.advanced-search .advanced-search-content .form-group {
  margin-bottom: 0.5em;
}
.advanced-search .advanced-search-content .form-group label {
  margin-bottom: 0;
}
.advanced-search .advanced-search-content .form-group .btn-min-max {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 576px) {
  .topsearch .keyword-input {
    width: calc(100% - 52px);
  }
  .topsearch .keyword-input + .input-group-prepend {
    margin-top: 10px;
  }
  .topsearch .location-input {
    width: calc(100% - 52px);
    margin-top: 10px;
  }
  .topsearch .input-group-append.search-button-wrapper {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px;
  }
  .topsearch button.btn {
    width: 100%;
  }
  .projecthome .data-listing .colm10 {
    padding-left: 0;
    padding-right: 0;
  }
  #properties-list .property-item.colm10 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .topmenu .navbar-collapse {
    background: #fff;
  }
  .banner-text-description {
    font-size: 1.5em;
    font-weight: 600;
  }
}
.form-group--inline {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.form-group--inline label {
  min-width: 60px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}
.form-group--inline .form-control {
  border-radius: 50px;
  width: auto;
}

.select--arrow {
  position: relative;
}
.select--arrow i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #ccc;
}
.select--arrow .form-control {
  padding: 0 30px 0 15px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.item-price-wrap {
  left: 0;
  bottom: 0;
  color: #fff;
  font-weight: 500;
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
}
.item-price-wrap li {
  font-size: 14px;
  font-weight: 600;
  float: left;
  background-color: #FFCF55;
  color: #000;
  position: relative;
  padding: 2px 15px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-price-wrap li.h-type {
  background-color: #FFFAE3;
  font-weight: 400;
  margin-right: 27px;
  color: #000;
}
.item-price-wrap li:not(.h-type):before,
.item-price-wrap li:not(:last-child):after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  margin-left: 0;
  position: absolute;
  top: 0;
}
.item-price-wrap li:not(:last-child):after {
  border-top: 30px solid #FFFAE3;
  border-right: 25px solid transparent;
  left: 100%;
}
.item-price-wrap li:not(.h-type):before {
  border-bottom: 30px solid #FFCF55;
  border-left: 25px solid transparent;
  right: 100%;
}

.media-count-wrapper {
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-block;
}
.media-count-wrapper .media-count {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.media-count-wrapper .media-count span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  vertical-align: middle;
  margin-top: 2px;
}

.wishlist-page .media-count-wrapper .media-count span {
  top: 43%;
}

#alert-container {
  top: 80px;
  right: 5px;
  position: fixed;
  z-index: 9999999;
}
#alert-container .alert {
  max-width: 450px !important;
  min-height: 45px !important;
  font-weight: 400;
  position: relative;
  padding: 10px 40px;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
  font-size: 15px;
}
#alert-container .alert.alert-success {
  color: #299c77;
  background-color: #bff9d0;
}
#alert-container .alert.alert-error {
  color: #842029;
  background-color: #f8d7da;
}
#alert-container .alert .message-icon {
  position: absolute;
  left: 5%;
  top: 30%;
  font-size: 16px;
  fill: #299c77;
  stroke: #299c77;
}
#alert-container .alert.alert-dismissible .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 10px;
  padding: 0;
}

body.show-admin-bar #alert-container {
  top: 120px;
}

.projecthome .item .description .heart {
  right: 10px;
}

.hourseitem .info .heart {
  right: 10px;
}

.imgs-grid-modal {
  z-index: 1000000;
}
.imgs-grid-modal .modal-indicator ul li {
  margin: 0 5px;
  border: 2px solid #fff;
}
.imgs-grid-modal .modal-indicator ul li.selected {
  margin: 0 5px;
}

#trafficMap {
  z-index: 9;
  min-height: 400px;
}
#trafficMap .boxmarker {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  background-color: var(--primary-color);
  padding: 2px 5px;
  border-radius: 3px;
  box-shadow: 0 0 5px #333;
  text-align: center;
  font-weight: bold;
  width: auto !important;
}

#map {
  min-height: 730px;
  height: calc(100% - 103px);
  z-index: 1;
}
#map .leaflet-top {
  z-index: 999;
}
#map .boxmarker {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  background-color: var(--primary-color);
  padding: 2px 5px;
  border-radius: 3px;
  box-shadow: 0 0 5px #333;
  text-align: center;
  font-weight: bold;
  width: auto !important;
}
#map .infomarker h5 {
  font-size: 14px;
  padding: 0;
  height: 34px;
  overflow: hidden;
  margin: 0 0 5px;
  font-weight: bold;
}

.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}

.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}

.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}

.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
  background-color: rgb(181, 226, 140);
}

.leaflet-oldie .marker-cluster-small div {
  background-color: rgb(110, 204, 57);
}

.leaflet-oldie .marker-cluster-medium {
  background-color: rgb(241, 211, 87);
}

.leaflet-oldie .marker-cluster-medium div {
  background-color: rgb(240, 194, 12);
}

.leaflet-oldie .marker-cluster-large {
  background-color: rgb(253, 156, 115);
}

.leaflet-oldie .marker-cluster-large div {
  background-color: rgb(241, 128, 23);
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster span {
  line-height: 30px;
}

.change-view i {
  border-radius: 4px;
  padding: 7px 10px;
  cursor: pointer;
  background: #ffffff;
  border: #ccc 1px solid;
}
.change-view i.active {
  background: var(--primary-color);
  border: var(--primary-color) 1px solid;
  color: #FFF;
}

.search-box {
  margin-top: 0;
  margin-bottom: 30px;
}

.leaflet-popup-content {
  min-width: 300px;
}
.leaflet-popup-content .blii {
  padding-top: 0;
}
.leaflet-popup-content .blii .status-label {
  font-size: 12px;
  padding: 3px;
}

.action_footer {
  z-index: 999;
}

.shop__sort {
  line-height: 15px;
}
.shop__sort .form-group--inline label {
  min-width: 0;
}
.shop__sort .select--arrow .form-control {
  padding: 0 25px 0 15px;
  height: 32px;
  border-radius: 0;
}

.pagination .page-item.disabled .page-link {
  cursor: not-allowed;
  background-color: #f4f5f9;
  border-color: #dee2e6;
  border-radius: 0 !important;
}

.search-box .btn-primary:not(:disabled):not(.disabled).active,
.search-box .btn-primary:not(:disabled):not(.disabled):active,
.search-box .show > .btn-primary.dropdown-toggle {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  outline: none !important;
  box-shadow: none !important;
}
.search-box .btn-primary.focus,
.search-box .btn-primary:focus {
  box-shadow: none !important;
}
.search-box .dropdown-menu {
  padding: 0;
}

.data-listing {
  position: relative;
}
.data-listing > .row {
  margin: 0;
}

#loading {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
#loading .half-circle-spinner .circle.circle-1 {
  border-top-color: #fff;
}
#loading .half-circle-spinner .circle.circle-2 {
  border-bottom-color: #fff;
}
#loading .half-circle-spinner {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
}
#loading .half-circle-spinner .circle {
  border: 5px solid transparent;
}

body.hidden-scroll-main-menu {
  overflow: hidden !important;
}

@media (min-width: 992px) {
  #navbarSupportedContent .main-menu-content {
    display: flex;
  }
}
@media (max-width: 991px) {
  .add-property {
    margin-left: 0;
  }
  .show-admin-bar #navbarSupportedContent {
    margin-top: 40px;
  }
  #navbarSupportedContent {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
    z-index: 9999;
    background-color: transparent !important;
    overflow: hidden !important;
    height: 100%;
  }
  #navbarSupportedContent.collapse {
    transition: none !important;
  }
  #navbarSupportedContent.show {
    display: flex;
  }
  #navbarSupportedContent.show .main-menu-content {
    transform: translateX(0) !important;
  }
  #navbarSupportedContent.show .main-menu-darken {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(34, 34, 34, 0.4);
    transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
  }
  #navbarSupportedContent .main-menu-content {
    width: 100%;
    max-width: 18em;
    height: 100%;
    transform: translateX(100%);
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    background-color: #fff;
    margin-left: auto;
    margin-bottom: auto;
  }
  #navbarSupportedContent .main-menu-content .main-menu-nav {
    height: calc(100% - 135px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
  }
  #navbarSupportedContent .main-menu-content .choose-currency a:hover {
    color: var(--primary-color);
  }
  #navbarSupportedContent .main-menu-content .choose-currency a.active {
    color: var(--primary-color);
  }
  #navbarSupportedContent .main-menu-content .choose-currency {
    color: #000;
    margin-top: 10px;
  }
  #navbarSupportedContent .main-menu-content .choose-currency > span {
    font-weight: bolder;
  }
  #navbarSupportedContent .main-menu-content .choose-currency a {
    color: #000;
  }
  #navbarSupportedContent .main-menu-content .choose-currency a:after {
    background: #000;
    height: 11px;
    top: 7px;
  }
  #navbarSupportedContent .main-menu-content .choose-currency a:hover,
  #navbarSupportedContent .main-menu-content .choose-currency a .active {
    color: #000;
  }
  #navbarSupportedContent .main-menu-content .choose-currency span {
    font-size: 0.8em;
  }
  #navbarSupportedContent .main-menu-content .topbar-items {
    padding-left: 0;
    margin: 0;
    padding-bottom: 10px;
  }
  #navbarSupportedContent .main-menu-content .topbar-items li a {
    color: #000;
  }
  .topmenu.bg-light .navbar-toggler {
    outline: none !important;
  }
  .topmenu.bg-light .navbar-nav {
    margin-bottom: 20px;
  }
  .topmenu.bg-light .navbar-nav a {
    padding-left: 0.75rem !important;
    border-bottom: 1px dashed #eaeaea;
    font-size: 14px;
  }
  .topmenu.bg-light .navbar-nav a.active.text-orange {
    border-left: 2px solid var(--primary-color);
  }
}
.bg-primary {
  background-color: var(--primary-color) !important;
}

.leaflet-pane .leaflet-popup-content {
  margin: 0.5em;
  margin-bottom: 0.25em;
}
.leaflet-pane .leaflet-popup {
  margin-bottom: 28px;
}

.overlay-icon .video-popup-btn {
  background-color: #ff5a5f;
  border-radius: 50%;
  height: 70px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: calc(50% - 35px);
  width: 70px;
  z-index: 1;
  display: block;
}
.overlay-icon .video-popup-btn:hover {
  text-decoration: none;
}
.overlay-icon .video-popup-btn:after {
  background-color: rgba(255, 90, 95, 0.2);
  border-radius: 100%;
  content: "";
  height: 90px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 90px;
  z-index: -1;
}
.overlay-icon .video-popup-btn {
  background: #ff5a5f;
  box-shadow: 0 0 0 0 #ff5a5f;
  animation: pulse-red 2s infinite;
}
.overlay-icon .video-popup-btn .video-popup-icon {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 90, 95, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
.show-admin-bar .mfp-wrap {
  z-index: 1000001;
}

.traffic-map-container #trafficMap.mfp-hide {
  display: block !important;
}

.mfp-content #trafficMap {
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-height: 400px) {
  #trafficMap {
    min-height: 99vh;
    max-height: 99vh;
  }
}
.itemarea {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.4);
}

ul.listnews li:last-child {
  border: none;
  padding-bottom: 0;
}

.is-sticky {
  padding-top: 66px;
}

.list-agency {
  display: flex;
}
.list-agency .agents-grid {
  position: relative;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 30px;
  border: none;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}
.list-agency .agents-grid .fr-grid-thumb {
  width: 100%;
  border-radius: 6px;
  height: 200px;
  overflow: hidden;
  display: table;
  position: relative;
  padding: 0.7em;
}
.list-agency .agents-grid .fr-grid-thumb a,
.list-agency .agents-grid .fr-grid-thumb span {
  display: inline-flex;
  height: 250px;
  overflow: hidden;
  width: 100%;
}
.list-agency .agents-grid .fr-grid-thumb a img,
.list-agency .agents-grid .fr-grid-thumb span img {
  width: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-agency .agents-grid .fr-grid-detail {
  display: flex;
  align-items: center;
  padding: 0 1.5rem 1rem;
  width: 100%;
}
.list-agency .agents-grid .fr-grid-detail-flex {
  flex: 1;
}
.list-agency .agents-grid .fr-grid-detail-flex .fr-can-name {
  margin-bottom: 0;
}
.list-agency .agents-grid .fr-grid-detail-flex .fr-can-name a {
  color: #000;
  text-decoration: none;
}
.list-agency .agents-grid .fr-grid-detail-flex .fr-can-name a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
.list-agency .agents-grid .agent-email a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all ease 0.4s;
  background: #f4f5f9;
  color: var(--primary-color);
  text-decoration: none;
}
.list-agency .agents-grid .fr-grid-info {
  margin-bottom: 1.5rem;
}
.list-agency .agents-grid .fr-grid-info ul {
  margin: 0;
  padding: 0;
}
.list-agency .agents-grid .fr-grid-info ul li {
  list-style: none;
  padding: 0.1rem 1.5rem;
}
.list-agency .agents-grid .fr-grid-info .fr-grid-footer {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  border-top: 1px solid #e2e6f1;
}
.list-agency .agents-grid .fr-grid-footer-flex {
  flex: 1;
}
.list-agency .agents-grid .fr-position {
  font-size: 15px;
}
.list-agency .agents-grid .fr-position i {
  margin-right: 10px;
}
.list-agency .agents-grid .fr-grid-footer {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  border-top: 1px solid #e2e6f1;
}
.list-agency .agents-grid .fr-grid-footer-flex-right .prt-view {
  padding: 4px 18px;
  color: #fff !important;
  background: var(--primary-color);
  border-radius: 50px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.pagination {
  flex-flow: wrap;
}

.pagination li {
  margin-bottom: 10px;
}

.menufooter {
  margin-bottom: 30px;
}

.list-agency .agents-grid .fr-grid-info ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.agent-details > div {
  float: left;
}
.agent-details > div:first-child {
  padding-right: 15px;
}
.agent-details > div p.mobile a {
  color: var(--primary-color);
  font-weight: 700;
}

main iframe {
  width: 100% !important;
}

.ck-content .item .item-price-wrap {
  list-style: none;
}
.ck-content .pagination {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.btn-primary:disabled {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.rating-star {
  display: inline-block;
  height: 1.25rem;
  position: relative;
  width: 90px;
}
.rating-star:before {
  content: "\f005\f005\f005\f005\f005";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  bottom: 0;
  color: #d2d2d2;
  font: normal normal normal 24px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  left: 0;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
}
.rating-star .rating-star-item {
  display: inline-block;
  height: 1.25rem;
  overflow: hidden;
  position: absolute;
  left: 0;
}
.rating-star .rating-star-item:before {
  content: "\f005\f005\f005\f005\f005";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  bottom: 0;
  color: #edb867;
  display: inline-block;
  font: normal normal normal 24px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  left: 0;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
}

.navbar-collapse .language .language-switcher-wrapper > .dropdown {
  vertical-align: middle;
}

.shop__sort .select--arrow .form-control {
  width: 100%;
}

.item-price-wrap li.h-type span {
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inherit;
}

@media (max-width: 767px) {
  .item-price-wrap li.h-type span {
    max-width: 120px;
  }
}
.block__content {
  position: relative;
  margin-top: 15px;
  margin-bottom: 30px;
}

.block--product-reviews .block--review {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.block--review .block__header {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}
.block--review .block__header img {
  border: 1px solid #ddd;
  border-radius: 50%;
}

.block--review .block__header .block__info {
  width: 100%;
  padding-left: 15px;
}
.block--review .block__header .block__info .text-secondary {
  color: #6c757d !important;
}

.image-viewer__item {
  position: relative;
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  text-align: initial;
  margin-right: 2px;
  background-color: #eee;
  width: 70px;
  height: 70px;
  border: 1px solid #c4c6cf;
  margin-top: 5px;
}
.image-viewer__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.image-upload__uploader-container {
  display: inline-block;
}
.image-upload__uploader-container:hover {
  cursor: pointer;
}
.image-upload__uploader-container .image-upload__uploader {
  width: 70px;
  height: 70px;
  border: 1px dashed #c4c6cf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
}
.image-upload__uploader-container .image-upload__uploader:hover {
  background: #d9edf7;
}
.image-upload__uploader-container .image-upload__uploader:hover .image-upload__file-input {
  cursor: pointer;
}

.image-upload__icon {
  color: #333;
  font-size: 20px;
  margin-bottom: 8px;
}

.image-upload__text {
  color: #333;
  font-size: 10px;
  padding: 0 3px;
  text-align: center;
}

.image-upload__file-input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.image-viewer__item {
  display: inline-block;
}

.image-viewer__list {
  display: block;
  width: 100%;
}

.image-viewer__icon-remove {
  position: absolute;
  top: -1px;
  right: 2px;
  z-index: 1;
  cursor: pointer;
}
.image-viewer__icon-remove i {
  color: #ffffff;
  background: #848484;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
}

.image-viewer__list.is-loading .loading {
  display: block !important;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  padding: 5px;
  font-size: 0.9em;
  cursor: help;
}

.image-upload__viewer .image-viewer__list .loading {
  position: absolute;
  width: 100%;
  background-color: rgba(146, 162, 177, 0.52);
  top: 0;
  display: none;
}
.image-upload__viewer .image-viewer__list .loading .half-circle-spinner {
  width: 30px;
  height: 30px;
}

.block--review .block__header .block__info {
  width: 100%;
}
.block--review .lh-1 {
  line-height: 1;
}
.block--review .block__images a {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
  margin-right: 5px;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem !important;
}
.block--review .block__images a img {
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}
.block--review .block__images .more-review-images span {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #ffffff;
  font-size: 22px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block--review .block__images.block__images_total a {
  padding: 1.5px;
  height: -moz-fit-content;
  height: fit-content;
  width: inherit;
  margin: 0;
  border: 0;
}

.block__content {
  position: relative;
}
.block__content .review__loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 31;
  display: flex;
  align-items: center;
  top: 0;
  background: rgba(0, 0, 0, 0.03);
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.reviews-container {
  position: relative;
}

.loading-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
}
.loading-spinner:after {
  content: " ";
  display: block;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  animation: lds-dual-ring 0.5s linear infinite;
  width: 40px;
  height: 40px;
  border-color: var(--primary-color) transparent var(--primary-color) transparent;
}

.auth-form-wrapper {
  min-height: calc(100vh - 447px);
}
.auth-form-wrapper .login-form {
  padding: 20px;
  border: none;
  box-shadow: 0 -2px 10px 0px rgba(0, 0, 0, 0.15);
  margin: 120px auto;
}
.auth-form-wrapper .login-form .form-group {
  margin-bottom: 15px;
}
.auth-form-wrapper .login-form .form-group .form-control, .auth-form-wrapper .login-form .form-group .form-control:focus {
  box-shadow: none !important;
  outline: none !important;
}
.auth-form-wrapper .login-form .form-group .form-control {
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  transition: all 0.4s ease;
}
.auth-form-wrapper .login-form .form-group .form-control:focus:not(#phone) {
  border-color: var(--primary-color);
}
.auth-form-wrapper .login-form .btn-primary {
  color: #fff;
  line-height: 1.5;
  background: var(--primary-color);
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  padding: 0.5rem;
}
.auth-form-wrapper .login-form .btn-primary:not([disabled]):hover {
  opacity: 0.8;
}
.auth-form-wrapper .login-form .btn-primary.btn-full {
  width: 100%;
}
.auth-form-wrapper .login-form .btn-primary[disabled] {
  pointer-events: none;
}
.auth-form-wrapper .login-form a {
  color: var(--primary-color);
}
