.viwe-all {
    border-radius: 8px;
    padding: 5px 14px;
    color: var(--main-blue-color);
    border: 2px solid var(--main-blue-color);
    font-size: 14px;
    transition: all 0.3s ease;
}
.viwe-all:hover {
    color: var(--white-color);
    border: 2px solid var(--main-blue-color);
    background-color: var(--main-blue-color);
}
.btn-four.inverse {
    background-color: #9e1f63;
}
/* .item {
  min-height: 520px;
} */
.item .img-gallery img {
    height: 295px;
}
.listing-card-one .img-gallery img {
    height: 295px;
}
.item:hover {
    color: var(--main-blue-color);
}
.item .title-list {
    color: var(--main-blue-color);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 36px;
}
.listing-card-one .title-list {
    color: var(--main-blue-color);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 36px;
}
.listing-card-one .img-gallery .tag.for-sell {
    color: var(--white-color) !important;
    background-color: var(--success-900-color) !important;
}
.listing-card-one .img-gallery .tag.for-rent {
    color: var(--white-color) !important;
    background-color: var(--main-blue-color) !important;
}
.listing-card-one .img-gallery .tag-heart {
    width: 35px;
    height: 35px;
    font-size: 1.1rem;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 17px;
    top: 17px;
    z-index: 1;
    cursor: pointer;
}
.tag-heart i {
    color: var(--light-gray-color);
}
.tag-heart i.fav {
    color: var(--danger-900-color);
}
.block-feature-fourteen {
    background-color: var(--main-blue-color);
}
/* .property-listing-four .slick-arrow-two {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 100;
  width: 100%;
  transform: translateY(-50%);
}
.prev_b {
  position: absolute;
  left: 0;
}
.next_b {
  position: absolute;
  right: 0;
} */
/* .slick-arrow-two li {
  background: var(--white-color);
}
.slick-arrow-two li:hover {
  background-color: var(--main-blue-color);
} */
/* .feedback-section-four .slick-arrow-two {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 100;
  width: 100%;
  transform: translateY(-50%);
}
.next_c {
  position: absolute;
  right: 0;
} */
/* .feedback-section-four .slick-arrow-two {
  z-index: 1000;
  top: 0;
} */

.slick-arrow-one li:hover {
    background: var(--mint-green-color);
    color: var(--white-color);
}
.slick-arrow-one li h2.section-title {
    font-size: 3.125rem;
    font-weight: 500;
    line-height: 80px;
}
h4.new-list {
    font-size: 3.125rem;
    font-weight: 500;
    line-height: 80px;
}
/* .overlay {
  position: absolute;
  top: 120%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
} */
/* .overlay h5 {
  color: var(--white-color);
} */
/* .location-card-three :hover .overlay {
  top: 50%;
} */
/* .block-feature-twelve .wrapper .location-card-three:hover .overlay {
  top: 50%;
} */
/* .overlay-text {
  position: absolute;
  top: 80%;
  left: 50%;
  color: var(--white-color) !important;
  z-index: 1000;
  transform: translate(-50%, -40%);
} */
/* .overlay-text h6 {
  color: var(--white-color);
} */
/* .agent-card-one img {
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  ) !important;
  background-position: center;
  background-size: cover;
  width: 100%;
} */

/* .agent-card-one .img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  z-index: -1;
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
} */
/* .agent-card-one:hover .img {
  position: relative;
}
.agent-card-one:hover .image-bg:after {
  opacity: 1;
  transform: scale(1);
} */
.advance-search-panel .main-bg {
    border: none;
    border-right: 2px solid var(--light-gray-color);
    border-radius: 0;
}
.advance-search-panel .main-bg .apply-search {
    background-color: var(--main-blue-color);
}
.advance-search-panel .main-bg .apply-search:hover {
    background-color: var(--main-blue-color);
}
.rest:hover,
.saved:hover {
    color: var(--main-blue-color);
}
.pagination-one li.active a {
    background-color: var(--main-blue-color);
}
.pagination-one li:hover a {
    background-color: var(--main-blue-color);
    color: var(--white-color);
}
.pagination-one li a:hover {
    background-color: var(--main-blue-color);
    color: var(--white-color);
}
.advance-search-panel {
    display: block;
}
.filter {
    background-color: var(--main-blue-color);
    color: var(--white-color);
    padding: 4px 14px;
    border-radius: 4px;
}
@keyframes animation-step {
    from {
        transform: scale(1, 1);
        opacity: 0;
    }
    to {
        transform: (1, 1);
        opacity: 1;
    }
}
@media (max-width: 992px) {
    .advance-search-panel {
        display: block;
        opacity: 1;
        position: fixed;
        z-index: 100000000;
        top: 0;
        width: 500px;
        overflow: auto;
        height: 100vh;
        transition: all 0.3s ease-in-out;
        box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.04);
        left: -250%;
    }
    .advance-search-panel.active-list {
        left: 0;
        animation: animation-step 0.5s;
    }
}

@media (max-width: 777px) {
    .advance-search-panel.active-list {
        width: 350px;
    }
}
@media (max-width: 449px) {
    .advance-search-panel.active-list {
        width: 250px;
    }
}
.advance-search-panel
    .main-bg
    .filter-input
    input[type="checkbox"]:checked
    + label:before {
    background: var(--main-blue-color);
    color: #fff;
    border-color: var(--main-blue-color);
}
.input-box-one.search {
    padding: 3px 50px;
}
.search-btn-three {
    cursor: pointer;
}
