@charset "UTF-8";
/*
@File: Realh Theme Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Main Banner Area CSS
** - Property Type Area CSS
** - Listings Area CSS
** - Property Details Area CSS
** - Agents Area CSS
** - Agent Profile Area CSS
** - Funfacts Area CSS
** - Find by Locations Area CSS
** - Story Area CSS
** - Feedback Area CSS
** - Cities Area CSS
** - Features Area CSS
** - Blog Area CSS
** - Blog Details Area CSS
** - App Download Area CSS
** - Agents Search & Listings Search Area CSS
** - Page Title Area CSS
** - Pagination Area CSS
** - FAQ Area CSS
** - Add Listing Area CSS
** - Profile Authentication Area CSS
** - Privacy Policy Area CSS
** - Terms & Conditions Area CSS
** - Not Found Area CSS
** - Widget Area CSS
** - Contact Area CSS
** - Footer Area CSS
** - Back to Top CSS
*/
/*================================================
Default CSS
=================================================*/
:root {
  --fontFamily: "Nunito Sans", sans-serif;
  --fontSize: 16px;
  --primaryColor: #30b39f;
  --secondaryColor: #4153a0;
  --whiteColor: #ffffff;
  --blackColor: #00214d;
  --paragraphColor: #666666;
  --transition: .5s;
}

body {
  margin: 0;
  padding: 0;
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-family: var(--fontFamily);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--blackColor);
  font-weight: 700;
}

a {
  transition: var(--transition);
  color: var(--blackColor);
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: var(--primaryColor);
  text-decoration: none;
}

:focus {
  outline: 0 !important;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  color: var(--paragraphColor);
  font-size: var(--fontSize);
  margin-bottom: 15px;
  line-height: 1.8;
}
p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.bg-f5f5f5 {
  background-color: #f5f5f5;
}

.bg-fff6f9 {
  background-color: #fff6f9;
}

.bg-f9f9f9 {
  background-color: #f9f9f9;
}

.mw-355 {
  max-width: 355px;
}

.mw-490 {
  max-width: 490px;
}

.mw-495 {
  max-width: 495px;
}

.mw-425 {
  max-width: 425px;
}

.default-btn {
  position: relative;
  box-shadow: unset;
  display: inline-block;
  color: var(--whiteColor);
  padding: 14px 35px 14px 65px;
  transition: var(--transition);
  background-color: var(--secondaryColor);
  border: 1px solid var(--secondaryColor);
  font-size: var(--fontSize);
  font-weight: 600;
}
.default-btn i {
  top: 50%;
  left: 35px;
  line-height: 1;
  font-size: 18px;
  margin-top: 1px;
  position: absolute;
  transform: translateY(-50%);
}
.default-btn:hover {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
  color: var(--whiteColor);
}

.realh-button-title.button-left {
  text-align: start;
}
.realh-button-title.button-center {
  text-align: center;
}
.realh-button-title.button-right {
  text-align: end;
}
.realh-button-title.align-justify {
  display: block;
  width: 100%;
}
.realh-button-title .default-btn {
  color: var(--whiteColor);
}
.realh-button-title .default-btn i {
  color: var(--whiteColor);
}

.section-title {
  margin-bottom: 40px;
}
.section-title h2 {
  z-index: 1;
  font-size: 36px;
  line-height: 1.3;
  position: relative;
  margin-bottom: 25px;
}
.section-title h2::before {
  left: 100px;
  content: "";
  z-index: -1;
  width: 144px;
  height: 21px;
  bottom: -8px;
  position: absolute;
  animation: moveleftbounce 4s linear infinite;
  background-image: url(../img/layer.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-title .default-btn {
  color: var(--blackColor);
  background-color: transparent;
  border-color: var(--secondaryColor);
  padding-left: 35px;
  padding-right: 65px;
}
.section-title .default-btn i {
  left: auto;
  right: 35px;
}
.section-title .default-btn:hover {
  color: var(--whiteColor);
  border-color: var(--secondaryColor);
  background-color: var(--secondaryColor);
}
.section-title .link-btn {
  margin-top: 15px;
  font-weight: 700;
  position: relative;
  padding-right: 18px;
  display: inline-block;
  text-transform: uppercase;
}
.section-title .link-btn i {
  top: 50%;
  right: -4px;
  line-height: 1;
  margin-top: 1px;
  position: absolute;
  transform: translateY(-50%);
}
.section-title .nav.nav-tabs {
  border: 0;
  display: block;
  border-radius: 0;
  margin-bottom: 0;
}
.section-title .nav.nav-tabs .nav-item {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.section-title .nav.nav-tabs .nav-item .nav-link {
  border-radius: 0;
  box-shadow: unset;
  position: relative;
  color: var(--blackColor);
  padding: 9px 50px 9px 25px;
  background-color: transparent;
  transition: var(--transition);
  border: 1px solid rgba(65, 83, 160, 0.7);
  font-size: var(--fontSize);
  font-weight: 600;
}
.section-title .nav.nav-tabs .nav-item .nav-link:hover, .section-title .nav.nav-tabs .nav-item .nav-link.active {
  background-color: var(--secondaryColor);
  border-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.section-title .nav.nav-tabs .nav-item .nav-link::before {
  transform: translateY(-50%);
  position: absolute;
  content: "\f101";
  line-height: 1;
  right: 22px;
  top: 50%;
  font-family: flaticon_realh;
}
.section-title .nav.nav-tabs .nav-item .nav-link.active::before {
  content: "\f105";
}
.section-title .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.section-title .nav.nav-tabs .nav-item:first-child {
  margin-left: 0;
}
.section-title.arrow-right h2::before {
  left: 240px;
}
.section-title.text-center h2 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.section-title.text-center h2::before {
  right: 0;
  left: 0 !important;
  bottom: -27px !important;
  margin-left: auto;
  margin-right: auto;
}
.section-title.text-center p {
  margin-left: auto;
  margin-right: auto;
}
.section-title.style-two h2 {
  margin-bottom: 10px;
}
.section-title.style-two h2::before {
  display: none;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader-area {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  text-align: center;
  background-color: var(--whiteColor);
}
.preloader-area .loader {
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  left: 0;
}
.preloader-area .waviy {
  margin-top: 20px;
  position: relative;
  text-align: center;
  -webkit-box-reflect: below -42px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  font-size: 50px;
  font-weight: 700;
}
.preloader-area .waviy span {
  position: relative;
  animation-delay: 0.1s;
  display: inline-block;
  color: var(--blackColor);
  animation: waviy 1s infinite;
}
.preloader-area .waviy span:nth-child(2) {
  animation-delay: 0.2s;
}
.preloader-area .waviy span:nth-child(3) {
  animation-delay: 0.3s;
}
.preloader-area .waviy span:nth-child(4) {
  animation-delay: 0.4s;
}
.preloader-area .waviy span:nth-child(5) {
  animation-delay: 0.5s;
}

@keyframes waviy {
  0%, 40%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}
/*================================================
Navbar Area CSS
=================================================*/
.navbar .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.navbar .logo h2 {
  font-weight: 800;
  margin: 0;
  padding: 17px 0;
}
.navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding: 0;
}
.navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.navbar .navbar-nav {
  margin-left: 75px;
}
.navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}
.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  color: var(--blackColor);
  transition: var(--transition);
  font-weight: 600;
  font-size: var(--fontSize);
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--primaryColor);
}
.navbar .navbar-nav .nav-item .dropdown-toggle {
  padding-right: 18px;
}
.navbar .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}
.navbar .navbar-nav .nav-item .dropdown-toggle::before {
  position: absolute;
  content: "\f105";
  line-height: 1;
  right: -2px;
  top: 29.5px;
  font-family: flaticon_realh;
  font-weight: 600;
  font-size: 15px;
}
.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.navbar .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item.active .nav-link {
  color: var(--primaryColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  left: 0;
  top: 65px;
  opacity: 0;
  z-index: 99;
  border: none;
  width: 270px;
  margin-top: 0;
  display: block;
  padding: 12px 0;
  border-radius: 5px;
  position: absolute;
  visibility: hidden;
  background: var(--whiteColor);
  transition: all 0.2s ease-in-out;
  transform: translate3d(0, 18px, 0);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
  margin: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  display: block;
  padding: 8px 25px;
  color: var(--blackColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--primaryColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.dropdown-toggle::before {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 100%;
  margin-top: 0;
  visibility: hidden;
  transform: translate3d(0, 18px, 0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: var(--blackColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--primaryColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -100%;
  visibility: hidden;
  transform: translate3d(0, 18px, 0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: var(--blackColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--primaryColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 100%;
  visibility: hidden;
  transform: translate3d(0, 18px, 0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: var(--blackColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--primaryColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--primaryColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--primaryColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--primaryColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--primaryColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.navbar .others-option {
  margin-left: auto;
}
.navbar .others-option .option-item {
  margin-left: 15px;
}
.navbar .others-option .option-item .default-btn {
  padding: 11px 25px 11px 51px;
}
.navbar .others-option .option-item .default-btn i {
  left: 25px;
  margin-top: 0;
  font-size: var(--fontSize);
}
.navbar .others-option .option-item:last-child .default-btn {
  border-color: var(--blackColor);
  background-color: transparent;
  color: var(--blackColor);
}
.navbar .others-option .option-item:last-child .default-btn i {
  margin-top: 1px;
}
.navbar .others-option .option-item:last-child .default-btn:hover {
  background-color: var(--secondaryColor);
  border-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.navbar .others-option .option-item:first-child {
  margin-left: 0;
}
.navbar .others-option .option-item:first-child .default-btn {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.navbar .others-option .option-item:first-child .default-btn:hover {
  background-color: var(--secondaryColor);
  border-color: var(--secondaryColor);
}
.navbar .navbar-toggler {
  color: var(--blackColor);
  font-size: inherit;
  box-shadow: unset;
  border: none;
  padding: 0;
}
.navbar .navbar-toggler .burger-menu {
  cursor: pointer;
}
.navbar .navbar-toggler .burger-menu span {
  height: 3px;
  width: 30px;
  margin: 5px 0;
  display: block;
  background: var(--blackColor);
}

.navbar-area.sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: sticky;
  background-color: var(--whiteColor);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-area.position-fixed {
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: auto;
  background-color: transparent;
}
.navbar-area.position-fixed .navbar-nav .menu-item .nav-link {
  color: var(--whiteColor) !important;
}
.navbar-area.position-fixed .navbar-nav .menu-item .nav-link:hover, .navbar-area.position-fixed .navbar-nav .menu-item .nav-link.active {
  color: var(--primaryColor) !important;
}
.navbar-area.position-fixed .navbar-nav .menu-item:hover .nav-link, .navbar-area.position-fixed .navbar-nav .menu-item.active .nav-link {
  color: var(--primaryColor) !important;
}
.navbar-area.position-fixed .navbar-nav .menu-item .dropdown-menu {
  box-shadow: unset;
  background-color: var(--blackColor);
}
.navbar-area.position-fixed .navbar-nav .menu-item .dropdown-menu .nav-item .nav-link {
  color: var(--whiteColor) !important;
}
.navbar-area.position-fixed .navbar-nav .menu-item .dropdown-menu .nav-item .nav-link.active, .navbar-area.position-fixed .navbar-nav .menu-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--primaryColor) !important;
}
.navbar-area.position-fixed .navbar-nav .menu-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: var(--whiteColor) !important;
}
.navbar-area.position-fixed .navbar-nav .menu-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .navbar-area.position-fixed .navbar-nav .menu-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--primaryColor) !important;
}
.navbar-area.position-fixed .navbar-nav .menu-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: var(--whiteColor) !important;
}
.navbar-area.position-fixed .navbar-nav .menu-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .navbar-area.position-fixed .navbar-nav .menu-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--primaryColor) !important;
}
.navbar-area.position-fixed .navbar-nav .menu-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: var(--whiteColor) !important;
}
.navbar-area.position-fixed .navbar-nav .menu-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .navbar-area.position-fixed .navbar-nav .menu-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--primaryColor) !important;
}
.navbar-area.position-fixed .navbar-nav .menu-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--primaryColor) !important;
}
.navbar-area.position-fixed .navbar-nav .menu-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--primaryColor) !important;
}
.navbar-area.position-fixed .navbar-nav .menu-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--primaryColor) !important;
}
.navbar-area.position-fixed .navbar-nav .menu-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--primaryColor) !important;
}
.navbar-area.position-fixed .others-option .option-item:last-child .default-btn {
  border-color: var(--whiteColor);
  color: var(--whiteColor);
}
.navbar-area.position-fixed .others-option .option-item:last-child .default-btn:hover {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
  color: var(--whiteColor);
}
.navbar-area.position-fixed .navbar-toggler {
  color: var(--whiteColor);
}
.navbar-area.position-fixed .navbar-toggler .burger-menu span {
  background: var(--whiteColor);
}
.navbar-area.position-fixed.sticky {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(18, 18, 18, 0.7) !important;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.mobile-responsive-nav {
  display: none;
}
.mobile-responsive-nav .others-option {
  display: none !important;
  justify-content: center;
  background: #fff;
  margin-right: 7px;
  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1019607843);
  padding-bottom: 20px;
  padding-top: 10px;
}
.mobile-responsive-nav .others-option.active {
  display: flex !important;
}
.mobile-responsive-nav .others-option .option-item:first-child {
  margin-right: 3px;
}
.mobile-responsive-nav .others-option .default-btn {
  padding: 16px 15px 13px 40px;
}
.mobile-responsive-nav .others-option .default-btn i {
  left: 15px;
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
  z-index: 1;
  position: relative;
  background-color: #e4fffb;
}
.main-banner-area .container-fluid {
  padding-left: 40px;
  padding-right: 0;
}

.main-banner-content {
  position: relative;
  padding-top: 170px;
  padding-right: 30px;
  padding-bottom: 170px;
}
.main-banner-content .title {
  font-size: 65px;
  line-height: 1.1;
  position: relative;
  margin-bottom: 15px;
}
.main-banner-content .title::before {
  content: "";
  width: 102px;
  height: 87px;
  right: 90px;
  bottom: -30px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-banner-content .form-tabs {
  margin-right: -500px;
  margin-top: 90px;
}
.main-banner-content .form-tabs .nav.nav-tabs {
  border: none;
  display: block;
  border-radius: 0;
  background-color: transparent;
}
.main-banner-content .form-tabs .nav.nav-tabs .nav-item {
  display: inline-block;
  margin-right: 1px;
}
.main-banner-content .form-tabs .nav.nav-tabs .nav-item .nav-link {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
  padding: 11px 37px 10px;
  color: var(--whiteColor);
  transition: var(--transition);
  background-color: var(--primaryColor);
  font-size: 17px;
  font-weight: 700;
}
.main-banner-content .form-tabs .nav.nav-tabs .nav-item .nav-link::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: var(--primaryColor);
}
.main-banner-content .form-tabs .nav.nav-tabs .nav-item .nav-link:hover, .main-banner-content .form-tabs .nav.nav-tabs .nav-item .nav-link.active {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}
.main-banner-content .form-tabs .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.main-banner-content .form-tabs .tab-content {
  padding: 30px 40px;
  background-color: var(--whiteColor);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.07);
}
.main-banner-content .form-tabs form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.main-banner-content .form-tabs form .form-group {
  flex: 0 0 auto;
  width: 20%;
  padding-left: 7px;
  padding-right: 7px;
}
.main-banner-content .form-tabs form .form-group label {
  display: block;
  margin: 0 0 10px 0;
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-weight: 600;
}
.main-banner-content .form-tabs form .form-group .form-select {
  color: var(--paragraphColor);
  border: 1px solid #eeeeee;
  background-color: #f9f9f9;
  box-shadow: unset;
  border-radius: 0;
  cursor: pointer;
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 11px;
  font-size: 15px;
  font-weight: 500;
}
.main-banner-content .form-tabs form .form-group .form-select option {
  font-size: 16px;
}
.main-banner-content .form-tabs form .form-group.search-btn .default-btn {
  line-height: 47px;
  margin-top: 33px;
  display: block;
  height: 47px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.main-banner-content .form-tabs form .form-group.search-btn .default-btn i {
  left: auto;
  font-size: 15px;
  margin-left: -27px;
}
.main-banner-content .form-group .form-control {
  color: var(--paragraphColor);
  border: 1px solid #eeeeee;
  background-color: #f9f9f9;
  box-shadow: unset;
  border-radius: 0;
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 11px;
  font-size: 15px;
  font-weight: 500;
}

.main-banner-image {
  height: 100%;
  margin-left: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-banner-image img {
  display: none;
}

.shape1 {
  top: 0;
  right: 0;
  max-width: 810px;
  position: absolute;
  pointer-events: none;
}

.banner-area {
  z-index: 1;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 180px;
}
.banner-area::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 4, 40, 0.56) 0%, rgba(0, 78, 146, 0.56) 100%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.banner-area .form-group .form-control {
  color: var(--paragraphColor);
  border: 1px solid #eeeeee;
  background-color: #f9f9f9;
  box-shadow: unset;
  border-radius: 0;
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 11px;
  font-size: 15px;
  font-weight: 500;
}

.banner-content {
  text-align: center;
}
.banner-content h1 {
  line-height: 1.1;
  max-width: 875px;
  position: relative;
  color: var(--whiteColor);
  font-size: 75px;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.banner-content h1 strong {
  font-weight: 700;
}
.banner-content .form-tabs {
  margin-top: 90px;
}
.banner-content .form-tabs .nav.nav-tabs {
  border: none;
  display: block;
  border-radius: 0;
  background-color: transparent;
}
.banner-content .form-tabs .nav.nav-tabs .nav-item {
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
}
.banner-content .form-tabs .nav.nav-tabs .nav-item .nav-link {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
  padding: 11px 37px 10px;
  color: var(--whiteColor);
  transition: var(--transition);
  background-color: var(--primaryColor);
  font-size: 17px;
  font-weight: 700;
}
.banner-content .form-tabs .nav.nav-tabs .nav-item .nav-link::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: var(--primaryColor);
}
.banner-content .form-tabs .nav.nav-tabs .nav-item .nav-link:hover, .banner-content .form-tabs .nav.nav-tabs .nav-item .nav-link.active {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}
.banner-content .form-tabs .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.banner-content .form-tabs .nav.nav-tabs .nav-item:first-child {
  margin-left: 0;
}
.banner-content .form-tabs .tab-content {
  text-align: start;
  padding: 30px 40px;
  background-color: var(--whiteColor);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.07);
}
.banner-content .form-tabs form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.banner-content .form-tabs form .form-group {
  flex: 0 0 auto;
  width: 20%;
  padding-left: 7px;
  padding-right: 7px;
}
.banner-content .form-tabs form .form-group label {
  display: block;
  margin: 0 0 10px 0;
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-weight: 600;
}
.banner-content .form-tabs form .form-group .form-select {
  color: var(--paragraphColor);
  border: 1px solid #eeeeee;
  background-color: #f9f9f9;
  box-shadow: unset;
  border-radius: 0;
  cursor: pointer;
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 11px;
  font-size: 15px;
  font-weight: 500;
}
.banner-content .form-tabs form .form-group .form-select option {
  font-size: 16px;
}
.banner-content .form-tabs form .form-group.search-btn .default-btn {
  line-height: 47px;
  margin-top: 33px;
  display: block;
  height: 47px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.banner-content .form-tabs form .form-group.search-btn .default-btn i {
  left: auto;
  font-size: 15px;
  margin-left: -27px;
}

.banner-wrapper-area {
  z-index: 1;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 170px;
}
.banner-wrapper-area::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
}

.banner-wrapper-content {
  text-align: center;
}
.banner-wrapper-content .content {
  background: rgba(0, 0, 0, 0.47);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 15px;
  padding: 50px 80px;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.banner-wrapper-content .content h1 {
  font-size: 75px;
  margin-bottom: 15px;
  color: var(--whiteColor);
}
.banner-wrapper-content .content p {
  color: var(--whiteColor);
}
.banner-wrapper-content .form-tabs {
  margin-top: 40px;
}
.banner-wrapper-content .form-tabs .nav.nav-tabs {
  border: none;
  display: block;
  border-radius: 0;
  background-color: transparent;
}
.banner-wrapper-content .form-tabs .nav.nav-tabs .nav-item {
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
}
.banner-wrapper-content .form-tabs .nav.nav-tabs .nav-item .nav-link {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
  padding: 11px 37px 10px;
  color: var(--whiteColor);
  transition: var(--transition);
  background-color: var(--primaryColor);
  font-size: 17px;
  font-weight: 700;
}
.banner-wrapper-content .form-tabs .nav.nav-tabs .nav-item .nav-link::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: var(--primaryColor);
}
.banner-wrapper-content .form-tabs .nav.nav-tabs .nav-item .nav-link:hover, .banner-wrapper-content .form-tabs .nav.nav-tabs .nav-item .nav-link.active {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}
.banner-wrapper-content .form-tabs .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.banner-wrapper-content .form-tabs .nav.nav-tabs .nav-item:first-child {
  margin-left: 0;
}
.banner-wrapper-content .form-tabs .tab-content {
  text-align: start;
  padding: 30px 40px;
  background-color: var(--whiteColor);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.07);
}
.banner-wrapper-content .form-tabs form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.banner-wrapper-content .form-tabs form .form-group {
  flex: 0 0 auto;
  width: 20%;
  padding-left: 7px;
  padding-right: 7px;
}
.banner-wrapper-content .form-tabs form .form-group label {
  display: block;
  margin: 0 0 10px 0;
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-weight: 600;
}
.banner-wrapper-content .form-tabs form .form-group .form-control {
  color: var(--paragraphColor);
  border: 1px solid #eeeeee;
  background-color: #f9f9f9;
  box-shadow: unset;
  border-radius: 0;
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 11px;
  font-size: 15px;
  font-weight: 500;
}
.banner-wrapper-content .form-tabs form .form-group .form-select {
  color: var(--paragraphColor);
  border: 1px solid #eeeeee;
  background-color: #f9f9f9;
  box-shadow: unset;
  border-radius: 0;
  cursor: pointer;
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 11px;
  font-size: 15px;
  font-weight: 500;
}
.banner-wrapper-content .form-tabs form .form-group .form-select option {
  font-size: 16px;
}
.banner-wrapper-content .form-tabs form .form-group.search-btn .default-btn {
  line-height: 47px;
  margin-top: 33px;
  display: block;
  height: 47px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.banner-wrapper-content .form-tabs form .form-group.search-btn .default-btn i {
  left: auto;
  font-size: 15px;
  margin-left: -27px;
}

.banner-item-area {
  background: linear-gradient(90deg, #000428 0%, #004E92 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 240px;
  padding-bottom: 160px;
}
.banner-item-area #agent-form select {
  color: var(--paragraphColor);
  border: 1px solid #eeeeee;
  background-color: #f9f9f9;
  box-shadow: unset;
  border-radius: 0;
  cursor: pointer;
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 11px;
  font-size: 15px;
  width: 65%;
  font-weight: 500;
}

.banner-item-content {
  text-align: center;
}
.banner-item-content h1 {
  color: var(--whiteColor);
  margin-bottom: 25px;
  font-size: 75px;
  font-weight: 300;
}
.banner-item-content h1 strong {
  position: relative;
  font-weight: 600;
  z-index: 1;
}
.banner-item-content h1 strong::before {
  left: 5px;
  content: "";
  z-index: -1;
  width: 234px;
  height: 34px;
  bottom: -9px;
  position: absolute;
  animation: moveleftbounce 4s linear infinite;
  background-image: url(../img/banner/arrow2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-item-content p {
  color: var(--whiteColor);
}
.banner-item-content .banner-item-form {
  z-index: 1;
  max-width: 1110px;
  padding: 28px 40px;
  position: relative;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.61);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.banner-item-content .banner-item-form::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  margin: 10px;
  position: absolute;
  background-color: var(--whiteColor);
}
.banner-item-content .banner-item-form .nav.nav-tabs {
  border: 0;
  border-radius: 0;
}
.banner-item-content .banner-item-form .nav.nav-tabs .nav-link {
  background-color: transparent;
  color: var(--blackColor);
  padding: 8px 19px;
  border-radius: 0;
  border: none;
  font-size: 15px;
  font-weight: 700;
}
.banner-item-content .banner-item-form .nav.nav-tabs .nav-link.active {
  background-color: var(--primaryColor);
  color: var(--whiteColor) !important;
}
.banner-item-content .banner-item-form .nav.nav-tabs .nav-link:hover {
  color: var(--primaryColor);
}
.banner-item-content .banner-item-form .tab-content {
  position: relative;
  padding-left: 20px;
}
.banner-item-content .banner-item-form .tab-content::before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  content: "";
  position: absolute;
  background-color: #d8d8d8;
}
.banner-item-content .banner-item-form form .form-group {
  position: relative;
}
.banner-item-content .banner-item-form form .form-group label {
  left: 0;
  top: 50%;
  line-height: 1;
  font-size: 18px;
  position: absolute;
  transform: translateY(-50%);
  color: var(--paragraphColor);
}
.banner-item-content .banner-item-form form .form-group .form-control {
  color: var(--blackColor);
  box-shadow: unset;
  border-radius: 0;
  font-size: 15px;
  height: 50px;
  border: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 28px;
}
.banner-item-content .banner-item-form form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.banner-item-content .banner-item-form form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.banner-item-content .banner-item-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.banner-item-content .banner-item-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.banner-item-content .banner-item-form form .form-group .default-btn {
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  padding-right: 60px;
  padding-left: 90px;
}
.banner-item-content .banner-item-form form .form-group .default-btn i {
  left: 60px;
}

/*================================================
Property Type Area CSS
=================================================*/
.property-type-area .section-title h2::before {
  left: 45px;
  bottom: -15px;
}

.propertyTypeSwiper {
  margin-top: 40px;
  position: relative;
}
.propertyTypeSwiper .single-property-type-box {
  margin-bottom: 0;
}
.propertyTypeSwiper .propertyTypeSwiper-swiper-button-next, .propertyTypeSwiper .propertyTypeSwiper-swiper-button-prev {
  top: 55%;
  z-index: 2;
  padding: 0;
  left: -20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  color: var(--blackColor);
  background-color: #f9f9f9;
  transition: var(--transition);
  transform: translateY(-55%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.propertyTypeSwiper .propertyTypeSwiper-swiper-button-next i, .propertyTypeSwiper .propertyTypeSwiper-swiper-button-prev i {
  left: 0;
  right: 0;
  top: 50%;
  line-height: 1;
  margin-top: 2px;
  position: absolute;
  transform: translateY(-50%);
}
.propertyTypeSwiper .propertyTypeSwiper-swiper-button-next::after, .propertyTypeSwiper .propertyTypeSwiper-swiper-button-prev::after {
  display: none;
}
.propertyTypeSwiper .propertyTypeSwiper-swiper-button-next:hover, .propertyTypeSwiper .propertyTypeSwiper-swiper-button-prev:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.propertyTypeSwiper .propertyTypeSwiper-swiper-button-next {
  left: auto;
  right: -20px;
}

.single-property-type-box {
  text-align: center;
  padding: 40px 25px;
  margin-bottom: 25px;
  background-color: #f9f9f9;
}
.single-property-type-box img {
  margin-bottom: 15px;
}
.single-property-type-box h3 {
  font-size: 22px;
  transition: var(--transition);
}
.single-property-type-box:hover h3 {
  color: var(--primaryColor);
}

/*================================================
Listings Area CSS
=================================================*/
.listings-area .container-fluid {
  padding-left: 0;
  padding-right: 30px;
}
.listings-area.style-two .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.single-listing-box {
  margin-bottom: 25px;
  background-color: var(--whiteColor);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
}
.single-listing-box .listing-image {
  position: relative;
  overflow: hidden;
}
.single-listing-box .listing-image img {
  transition: var(--transition);
}
.single-listing-box .listing-image::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 34.9%, rgba(0, 0, 0, 0.53) 100%);
}
.single-listing-box .listing-image .link-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  position: absolute;
}
.single-listing-box .listing-image .chevron {
  top: 20px;
  left: 20px;
  z-index: 2;
  font-size: 14px;
  position: absolute;
  padding: 2px 15px 1px;
  display: inline-block;
  color: var(--whiteColor);
  background-color: #f26f95;
}
.single-listing-box .listing-image .location {
  left: 20px;
  z-index: 2;
  bottom: 20px;
  line-height: 1;
  position: absolute;
  color: var(--whiteColor);
}
.single-listing-box .listing-image .location i {
  position: relative;
  margin-right: 2px;
  top: 2px;
}
.single-listing-box .listing-image .gallery-list {
  z-index: 2;
  right: 20px;
  bottom: 20px;
  position: absolute;
}
.single-listing-box .listing-image .gallery-list li {
  display: inline-block;
  padding-left: 22px;
  position: relative;
  margin-left: 8px;
}
.single-listing-box .listing-image .gallery-list li i {
  transform: translateY(-50%);
  position: absolute;
  line-height: 1;
  top: 50%;
  left: 0;
}
.single-listing-box .listing-image .gallery-list li a {
  color: var(--whiteColor);
}
.single-listing-box .listing-image .gallery-list li a:hover {
  color: var(--whiteColor);
}
.single-listing-box .listing-image .gallery-list li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.single-listing-box .listing-image .gallery-list li:first-child i {
  top: 3px;
  position: relative;
  transform: translateY(0);
}
.single-listing-box .listing-content {
  padding: 30px;
}
.single-listing-box .listing-content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.single-listing-box .listing-content .listing-price > span {
  font-size: 14px;
  padding: 2px 15px 1px;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}
.single-listing-box .listing-content .listing-price .price {
  line-height: 1;
  color: var(--primaryColor);
  font-size: 24px;
  font-weight: 700;
}
.single-listing-box .listing-content .listing-details {
  margin-top: 22px;
  margin-bottom: 22px;
}
.single-listing-box .listing-content .listing-details li {
  color: var(--paragraphColor);
  display: inline-block;
  margin-right: 25px;
  position: relative;
  padding-bottom: 1px;
  padding-left: 35px;
  padding-top: 1px;
  font-size: 15px;
  font-weight: 600;
}
.single-listing-box .listing-content .listing-details li i {
  left: 0;
  top: 50%;
  width: 27px;
  height: 27px;
  font-size: 14px;
  line-height: 31px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-50%);
  background-color: #eeeeee;
  transition: var(--transition);
}
.single-listing-box .listing-content .listing-details li:last-child {
  margin-right: 0;
}
.single-listing-box .listing-content .listing-details li:hover i {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.single-listing-box .listing-content .listing-info {
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}
.single-listing-box .listing-content .listing-info .author {
  font-size: 15px;
  font-weight: 600;
}
.single-listing-box .listing-content .listing-info .author img {
  width: 27px;
  margin-right: 10px;
  border-radius: 50%;
}
.single-listing-box .listing-content .listing-info .info li {
  display: inline-block;
  position: relative;
  margin-right: 6px;
}
.single-listing-box .listing-content .listing-info .info li .social-share ul {
  left: 0;
  opacity: 0;
  width: 28px;
  bottom: 28px;
  height: auto;
  visibility: hidden;
  position: absolute;
  text-align: center;
  transition: var(--transition);
  background-color: var(--primaryColor);
  padding-top: 8px;
  padding-bottom: 5px;
}
.single-listing-box .listing-content .listing-info .info li .social-share ul li {
  margin-right: 0;
  margin-bottom: 7px;
}
.single-listing-box .listing-content .listing-info .info li .social-share ul li a {
  display: block;
  line-height: 1;
  font-size: 15px;
  color: var(--whiteColor);
}
.single-listing-box .listing-content .listing-info .info li .social-share ul li a:hover {
  opacity: 0.7;
}
.single-listing-box .listing-content .listing-info .info li .social-share ul li:last-child {
  margin-bottom: 0;
}
.single-listing-box .listing-content .listing-info .info li .social-share:hover ul {
  opacity: 1;
  visibility: visible;
}
.single-listing-box .listing-content .listing-info .info li button {
  padding: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  position: relative;
  color: var(--paragraphColor);
  border: 1px solid #eeeeee;
  background-color: transparent;
  transition: var(--transition);
}
.single-listing-box .listing-content .listing-info .info li button i {
  left: 0;
  right: 0;
  top: 50%;
  line-height: 1;
  margin-top: 1px;
  font-size: 14px;
  position: absolute;
  transform: translateY(-50%);
}
.single-listing-box .listing-content .listing-info .info li button:hover {
  border-color: #ded6d6;
  color: var(--primaryColor);
}
.single-listing-box .listing-content .listing-info .info li:last-child {
  margin-right: 0;
}
.single-listing-box:hover .listing-image img {
  transform: scale(1.08);
}

.single-listing-card {
  margin-bottom: 25px;
  background-color: var(--whiteColor);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
}
.single-listing-card .listing-image {
  height: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-listing-card .listing-image .main-image {
  display: none;
}
.single-listing-card .listing-image::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  transition: var(--transition);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 34.9%, rgba(0, 0, 0, 0.53) 100%);
}
.single-listing-card .listing-image .link-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  position: absolute;
}
.single-listing-card .listing-image .chevron {
  top: 20px;
  left: 20px;
  z-index: 2;
  font-size: 14px;
  position: absolute;
  padding: 2px 15px 1px;
  display: inline-block;
  color: var(--whiteColor);
  background-color: #f26f95;
}
.single-listing-card .listing-image .location {
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 20px;
  line-height: 1;
  position: absolute;
  text-align: center;
  color: var(--whiteColor);
}
.single-listing-card .listing-image .location i {
  position: relative;
  margin-right: 2px;
  top: 2px;
}
.single-listing-card .listing-image:hover::before {
  opacity: 0;
  visibility: hidden;
}
.single-listing-card .listing-content {
  padding: 30px 35px;
}
.single-listing-card .listing-content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.single-listing-card .listing-content .listing-price > span {
  font-size: 14px;
  padding: 2px 15px 1px;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}
.single-listing-card .listing-content .listing-price .price {
  line-height: 1;
  color: var(--primaryColor);
  font-size: 24px;
  font-weight: 700;
}
.single-listing-card .listing-content .listing-details {
  margin-top: 22px;
  margin-bottom: 45px;
}
.single-listing-card .listing-content .listing-details li {
  color: var(--paragraphColor);
  display: inline-block;
  margin-right: 25px;
  position: relative;
  padding-bottom: 1px;
  padding-left: 35px;
  padding-top: 1px;
  font-size: 15px;
  font-weight: 600;
}
.single-listing-card .listing-content .listing-details li i {
  left: 0;
  top: 50%;
  width: 27px;
  height: 27px;
  font-size: 14px;
  line-height: 31px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-50%);
  background-color: #eeeeee;
  transition: var(--transition);
}
.single-listing-card .listing-content .listing-details li:last-child {
  margin-right: 0;
}
.single-listing-card .listing-content .listing-details li:hover i {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.single-listing-card .listing-content .listing-info {
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}
.single-listing-card .listing-content .listing-info .author {
  font-size: 15px;
  font-weight: 600;
}
.single-listing-card .listing-content .listing-info .author img {
  width: 27px;
  margin-right: 10px;
  border-radius: 50%;
}
.single-listing-card .listing-content .listing-info .info li {
  display: inline-block;
  position: relative;
  margin-right: 6px;
}
.single-listing-card .listing-content .listing-info .info li .social-share ul {
  left: 0;
  opacity: 0;
  width: 28px;
  bottom: 28px;
  height: auto;
  visibility: hidden;
  position: absolute;
  text-align: center;
  transition: var(--transition);
  background-color: var(--primaryColor);
  padding-top: 8px;
  padding-bottom: 5px;
}
.single-listing-card .listing-content .listing-info .info li .social-share ul li {
  margin-right: 0;
  margin-bottom: 7px;
}
.single-listing-card .listing-content .listing-info .info li .social-share ul li a {
  display: block;
  line-height: 1;
  font-size: 15px;
  color: var(--whiteColor);
}
.single-listing-card .listing-content .listing-info .info li .social-share ul li a:hover {
  opacity: 0.7;
}
.single-listing-card .listing-content .listing-info .info li .social-share ul li:last-child {
  margin-bottom: 0;
}
.single-listing-card .listing-content .listing-info .info li .social-share:hover ul {
  opacity: 1;
  visibility: visible;
}
.single-listing-card .listing-content .listing-info .info li button {
  padding: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  position: relative;
  color: var(--paragraphColor);
  border: 1px solid #eeeeee;
  background-color: transparent;
  transition: var(--transition);
}
.single-listing-card .listing-content .listing-info .info li button i {
  left: 0;
  right: 0;
  top: 50%;
  line-height: 1;
  margin-top: 1px;
  font-size: 14px;
  position: absolute;
  transform: translateY(-50%);
}
.single-listing-card .listing-content .listing-info .info li button:hover {
  border-color: #ded6d6;
  color: var(--primaryColor);
}
.single-listing-card .listing-content .listing-info .info li:last-child {
  margin-right: 0;
}

.view-more-btn-box {
  margin-top: 25px;
}
.view-more-btn-box .default-btn {
  color: var(--blackColor);
  background-color: transparent;
  border-color: var(--secondaryColor);
}
.view-more-btn-box .default-btn:hover {
  color: var(--whiteColor);
  border-color: var(--secondaryColor);
  background-color: var(--secondaryColor);
}

.realh-listings-sorting {
  margin-bottom: 30px;
}
.realh-listings-sorting .result-count p {
  margin-bottom: 0;
  line-height: initial;
  color: var(--blackColor);
  font-size: 20px;
  font-weight: 600;
}
.realh-listings-sorting .ordering {
  text-align: end;
}
.realh-listings-sorting .ordering .default-btn {
  border-color: var(--primaryColor);
  background-color: transparent;
  color: var(--primaryColor);
  margin-right: 25px;
  line-height: 45px;
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 47px;
  padding-right: 20px;
}
.realh-listings-sorting .ordering .default-btn i {
  left: 20px;
}
.realh-listings-sorting .ordering .default-btn:hover {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}
.realh-listings-sorting .ordering .form-select {
  width: 185px;
  height: 45px;
  cursor: pointer;
  box-shadow: unset;
  line-height: 45px;
  padding: 0 0 0 15px;
  display: inline-block;
  border-color: #eeeeee;
  color: var(--blackColor);
  transition: var(--transition);
  background-color: var(--whiteColor);
  font-size: var(--fontSize);
  font-weight: 500;
}
.realh-listings-sorting .ordering .form-select:focus {
  border-color: var(--primaryColor);
}
.realh-listings-sorting .ordering .grid-list-view {
  margin-left: 25px;
  margin-bottom: -7px;
}
.realh-listings-sorting .ordering .grid-list-view .link-btn {
  width: 45px;
  height: 45px;
  font-size: 18px;
  text-align: center;
  position: relative;
  display: inline-block;
  color: var(--blackColor);
}
.realh-listings-sorting .ordering .grid-list-view .link-btn i {
  left: 0;
  right: 0;
  top: 50%;
  line-height: 1;
  margin-top: 2px;
  position: absolute;
  transform: translateY(-50%);
}
.realh-listings-sorting .ordering .grid-list-view .link-btn:hover {
  color: var(--primaryColor);
}
.realh-listings-sorting .ordering .grid-list-view .link-btn.active {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.listings-maps {
  height: 94.5%;
}
.listings-maps iframe {
  border: 0;
  width: 100%;
  height: 94.5%;
  border-right: 1px solid #eeeeee;
}

.listings-grid-inner {
  padding-bottom: 40px;
  padding-left: 30px;
  padding-top: 40px;
}
.listings-grid-inner .load-more-btn {
  margin-top: 15px;
}
.listings-grid-inner .load-more-btn .default-btn {
  border-color: var(--secondaryColor);
  background-color: transparent;
  color: var(--secondaryColor);
}
.listings-grid-inner .load-more-btn .default-btn:hover {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
  color: var(--whiteColor);
}

/*================================================
Property Details Area CSS
=================================================*/
.property-details-area .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.property-details-images {
  margin-bottom: 25px;
  padding-right: 15px;
}
.property-details-images .mySwiper2 {
  margin-bottom: 15px;
}
.property-details-images .swiper-button-next, .property-details-images .swiper-button-prev {
  top: 55%;
  z-index: 2;
  padding: 0;
  left: 40px;
  line-height: 1;
  font-size: 40px;
  text-align: center;
  position: absolute;
  color: var(--whiteColor);
  transform: translateY(-55%);
  transition: var(--transition);
}
.property-details-images .swiper-button-next::after, .property-details-images .swiper-button-prev::after {
  display: none;
}
.property-details-images .swiper-button-next:hover, .property-details-images .swiper-button-prev:hover {
  color: var(--primaryColor);
}
.property-details-images .swiper-button-next {
  left: auto;
  right: 40px;
}
.property-details-images .mySwiper .swiper-slide {
  cursor: pointer;
  position: relative;
}
.property-details-images .mySwiper .swiper-slide::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  position: absolute;
  visibility: hidden;
  transition: var(--transition);
  border: 7px solid var(--primaryColor);
}
.property-details-images .mySwiper .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 1;
  visibility: visible;
}

.property-details-description {
  padding: 45px;
  background-color: var(--whiteColor);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.04);
}
.property-details-description .description {
  margin-bottom: 40px;
  position: relative;
}
.property-details-description .description h2 {
  line-height: 1;
  margin-bottom: 15px;
  padding-right: 180px;
  font-size: 28px;
  font-weight: 600;
}
.property-details-description .description .price-info {
  margin-top: 15px;
  margin-bottom: 15px;
}
.property-details-description .description .price-info .price {
  margin-right: 30px;
  line-height: 1;
  font-size: 48px;
  font-weight: 700;
}
.property-details-description .description .price-info .listing-info li {
  color: var(--paragraphColor);
  display: inline-block;
  margin-right: 25px;
  position: relative;
  padding-bottom: 1px;
  padding-left: 35px;
  padding-top: 1px;
  font-size: 15px;
  font-weight: 600;
}
.property-details-description .description .price-info .listing-info li i {
  left: 0;
  top: 50%;
  width: 27px;
  height: 27px;
  font-size: 14px;
  line-height: 31px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-50%);
  background-color: #eeeeee;
  transition: var(--transition);
}
.property-details-description .description .price-info .listing-info li:last-child {
  margin-right: 0;
}
.property-details-description .description .price-info .listing-info li:hover i {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.property-details-description .description .location {
  padding-left: 22px;
  position: relative;
  color: var(--paragraphColor);
}
.property-details-description .description .location i {
  left: 0;
  top: 50%;
  line-height: 1;
  position: absolute;
  transform: translateY(-50%);
}
.property-details-description .description .est-payment {
  margin-top: 15px;
}
.property-details-description .description .est-payment .chevron {
  font-size: 14px;
  padding: 2px 15px 1px;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}
.property-details-description .description .est-payment .payment-btn {
  margin-left: 25px;
  position: relative;
  padding-right: 25px;
  font-size: 18px;
  font-weight: 600;
}
.property-details-description .description .est-payment .payment-btn span {
  color: #0073f6;
  font-weight: normal;
}
.property-details-description .description .est-payment .payment-btn button {
  top: 0;
  right: 0;
  border: 0;
  padding: 0;
  font-size: 16px;
  color: #0073f6;
  position: absolute;
  background-color: transparent;
  transition: var(--transition);
}
.property-details-description .description .est-payment .payment-btn button:hover {
  color: var(--primaryColor);
}
.property-details-description .description .info {
  top: 0;
  right: 0;
  position: absolute;
}
.property-details-description .description .info li {
  display: inline-block;
  position: relative;
  margin-right: 6px;
}
.property-details-description .description .info li .social-share ul {
  left: 0;
  opacity: 0;
  width: 35px;
  bottom: 32px;
  height: auto;
  visibility: hidden;
  position: absolute;
  text-align: center;
  transition: var(--transition);
  background-color: var(--primaryColor);
  padding-top: 8px;
  padding-bottom: 5px;
}
.property-details-description .description .info li .social-share ul li {
  display: block;
  margin-right: 0;
  margin-bottom: 7px;
}
.property-details-description .description .info li .social-share ul li a {
  display: block;
  line-height: 1;
  font-size: 15px;
  color: var(--whiteColor);
}
.property-details-description .description .info li .social-share ul li a:hover {
  opacity: 0.7;
}
.property-details-description .description .info li .social-share ul li:last-child {
  margin-bottom: 0;
}
.property-details-description .description .info li .social-share:hover ul {
  opacity: 1;
  visibility: visible;
}
.property-details-description .description .info li button {
  padding: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  position: relative;
  color: var(--paragraphColor);
  border: 1px solid #eeeeee;
  background-color: transparent;
  transition: var(--transition);
}
.property-details-description .description .info li button i {
  left: 0;
  right: 0;
  top: 50%;
  line-height: 1;
  margin-top: 1px;
  font-size: 14px;
  position: absolute;
  transform: translateY(-50%);
}
.property-details-description .description .info li button:hover {
  border-color: #ded6d6;
  color: var(--primaryColor);
}
.property-details-description .description .info li:last-child {
  margin-right: 0;
}
.property-details-description .default-btn {
  display: block;
  width: 100%;
}
.property-details-description .default-btn i {
  left: auto;
  margin-left: -30px;
}
.property-details-description .nav.nav-tabs {
  border: none;
  display: block;
  border-radius: 0;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 40px;
  margin-bottom: 40px;
}
.property-details-description .nav.nav-tabs .nav-item {
  display: inline-block;
}
.property-details-description .nav.nav-tabs .nav-item .nav-link {
  border-radius: 0;
  position: relative;
  padding: 10px 21.6px;
  color: var(--paragraphColor);
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 600;
}
.property-details-description .nav.nav-tabs .nav-item .nav-link:hover {
  color: var(--primaryColor);
}
.property-details-description .nav.nav-tabs .nav-item .nav-link.active {
  color: var(--primaryColor);
  background-color: #f9f9f9;
  border-color: var(--primaryColor);
}
.property-details-description.style-two {
  margin-right: 15px;
}

.listing-main-details-content {
  margin-bottom: 30px;
}
.listing-main-details-content p strong {
  color: var(--blackColor);
}
.listing-main-details-content p a {
  color: var(--primaryColor);
}
.listing-main-details-content p a:hover {
  text-decoration: underline;
}
.listing-main-details-content .title {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
}
.listing-main-details-content .title:not(:first-child) {
  margin-top: 25px;
}
.listing-main-details-content .iframe, .listing-main-details-content iframe {
  width: 100%;
  height: 350px;
  margin-bottom: -8px;
  border: 10px solid #f4f4f4;
}
.listing-main-details-content .info {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
}
.listing-main-details-content .info li {
  color: var(--paragraphColor);
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.listing-main-details-content .info li strong {
  color: var(--blackColor);
  font-weight: 600;
}
.listing-main-details-content .info li:last-child {
  margin-right: 0;
}
.listing-main-details-content .info li:last-child::before {
  display: none;
}
.listing-main-details-content .info li::before {
  top: 0;
  width: 1px;
  content: "";
  right: -17px;
  height: 23px;
  position: absolute;
  background-color: #c4c4c4;
}
.listing-main-details-content .facts-features {
  margin-bottom: -17px;
}
.listing-main-details-content .facts-features span {
  display: block;
  position: relative;
  margin-bottom: 17px;
  color: var(--paragraphColor);
  font-size: 15px;
  font-weight: 600;
  padding-top: 1px;
  padding-left: 35px;
  padding-bottom: 1px;
}
.listing-main-details-content .facts-features span i {
  left: 0;
  top: 50%;
  width: 27px;
  height: 27px;
  line-height: 31px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  display: inline-block;
  transform: translateY(-50%);
  background-color: #eeeeee;
  transition: var(--transition);
}
.listing-main-details-content .facts-features span:hover i {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.listing-main-details-content .property-info {
  margin-bottom: -12px;
}
.listing-main-details-content .property-info span {
  margin-bottom: 12px;
  position: relative;
  padding-left: 15px;
  font-weight: 500;
  display: block;
}
.listing-main-details-content .property-info span::before {
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  background-color: var(--primaryColor);
}
.listing-main-details-content .property-info span strong {
  color: var(--blackColor);
}
.listing-main-details-content .price-tax-table .table, .listing-main-details-content .price-tax-table table {
  margin-bottom: 0;
}
.listing-main-details-content .price-tax-table .table thead tr th, .listing-main-details-content .price-tax-table table thead tr th {
  border: 0;
  padding: 12px 15px;
  vertical-align: middle;
  color: var(--blackColor);
  background-color: #f9f9f9;
  font-size: 15px;
  font-weight: 700;
}
.listing-main-details-content .price-tax-table .table tbody tr:first-child td, .listing-main-details-content .price-tax-table table tbody tr:first-child td {
  border-top: none;
}
.listing-main-details-content .price-tax-table .table tbody tr td, .listing-main-details-content .price-tax-table table tbody tr td {
  font-size: 15px;
  padding: 12px 15px;
  vertical-align: middle;
  border: 1px solid #eeeeee;
  color: var(--paragraphColor);
}
.listing-main-details-content .nearby-schools {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.listing-main-details-content .nearby-schools li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 15px;
}
.listing-main-details-content .nearby-schools li::before {
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  background-color: var(--primaryColor);
}
.listing-main-details-content .nearby-schools li:last-child {
  margin-bottom: 0;
}

.property-details-contact-agent {
  padding: 45px;
  margin-top: 40px;
  background-color: var(--whiteColor);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.04);
}
.property-details-contact-agent h3 {
  margin-bottom: 22px;
  font-size: 28px;
}
.property-details-contact-agent .form-group {
  margin-bottom: 22px;
}
.property-details-contact-agent .form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: var(--fontSize);
  font-weight: 600;
}
.property-details-contact-agent .form-group .form-control {
  height: 55px;
  border-radius: 0;
  box-shadow: unset;
  padding-left: 17px;
  color: var(--blackColor);
  font-size: var(--fontSize);
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  transition: var(--transition);
}
.property-details-contact-agent .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.property-details-contact-agent .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.property-details-contact-agent .form-group .form-control:focus {
  border-color: var(--primaryColor);
}
.property-details-contact-agent .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.property-details-contact-agent .form-group .form-control:focus::placeholder {
  color: transparent;
}
.property-details-contact-agent .form-group textarea.form-control {
  height: auto;
  padding-top: 17px;
}
.property-details-contact-agent .default-btn {
  display: block;
  width: 100%;
}
.property-details-contact-agent .default-btn i {
  left: auto;
  margin-left: -30px;
}
.property-details-contact-agent.style-two {
  margin-top: 0;
  padding: 30px;
}

.property-details-reviews {
  padding: 45px;
  margin-top: 40px;
  background-color: var(--whiteColor);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.04);
}
.property-details-reviews h3 {
  margin-bottom: 12px;
  font-size: 25px;
}
.property-details-reviews .overall-rating {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.property-details-reviews .overall-rating span {
  margin-right: 3px;
  color: var(--paragraphColor);
}
.property-details-reviews .overall-rating i {
  line-height: 1;
  font-size: 18px;
  color: #fcad2a;
  margin-left: 5px;
}
.property-details-reviews .reviews-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.property-details-reviews .reviews-list li {
  border-bottom: 1px dashed #eeeeee;
  color: var(--blackColor);
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-left: 98px;
  position: relative;
}
.property-details-reviews .reviews-list li span {
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
  color: var(--paragraphColor);
}
.property-details-reviews .reviews-list li .avatar {
  left: 0;
  top: 4px;
  width: 80px;
  position: absolute;
}
.property-details-reviews .reviews-list li .fn {
  margin-bottom: 8px;
  font-weight: 700;
  display: block;
}
.property-details-reviews .reviews-list li .reviews-rating {
  position: absolute;
  right: 0;
  top: 0;
}
.property-details-reviews .reviews-list li .reviews-rating .rating {
  display: flex;
  align-items: center;
}
.property-details-reviews .reviews-list li .reviews-rating .rating span {
  margin-left: 2px;
  color: var(--paragraphColor);
}
.property-details-reviews .reviews-list li .reviews-rating .rating i {
  line-height: 1;
  font-size: 15px;
  color: #fcad2a;
  margin-right: 3px;
}
.property-details-reviews .reviews-list li .reviews-rating .rating span {
  margin-top: 0;
}
.property-details-reviews .reviews-list li .reviews-rating span {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 4px;
}
.property-details-reviews .reviews-list li p {
  margin-bottom: 0;
}
.property-details-reviews .reviews-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.property-details-reviews .review-form-wrapper {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e2e2e2;
}
.property-details-reviews .review-form-wrapper form {
  margin-top: 20px;
}
.property-details-reviews .review-form-wrapper form .rating {
  text-align: start;
  overflow: hidden;
  max-width: 115px;
  margin-top: -5px;
  margin-bottom: 22px;
}
.property-details-reviews .review-form-wrapper form .rating label {
  width: 23px;
  height: 23px;
  float: right;
  cursor: pointer;
  position: relative;
}
.property-details-reviews .review-form-wrapper form .rating label:not(:first-of-type) {
  padding-right: 5px;
}
.property-details-reviews .review-form-wrapper form .rating label:before {
  line-height: 1;
  content: "★";
  font-size: 25px;
  color: #cccccc;
  transition: var(--transition);
}
.property-details-reviews .review-form-wrapper form .rating input {
  display: none;
}
.property-details-reviews .review-form-wrapper form .rating input:checked ~ label:before, .property-details-reviews .review-form-wrapper form .rating:not(:checked) > label:hover:before, .property-details-reviews .review-form-wrapper form .rating:not(:checked) > label:hover ~ label:before {
  color: #f6b500;
}
.property-details-reviews .review-form-wrapper form .form-group {
  margin-bottom: 25px;
}
.property-details-reviews .review-form-wrapper form .form-group .form-control {
  height: 50px;
  border-radius: 0;
  box-shadow: unset;
  padding-left: 15px;
  color: var(--blackColor);
  font-size: var(--fontSize);
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  transition: var(--transition);
}
.property-details-reviews .review-form-wrapper form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.property-details-reviews .review-form-wrapper form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.property-details-reviews .review-form-wrapper form .form-group .form-control:focus {
  border-color: var(--primaryColor);
  background-color: var(--whiteColor);
}
.property-details-reviews .review-form-wrapper form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.property-details-reviews .review-form-wrapper form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.property-details-reviews .review-form-wrapper form .form-group textarea.form-control {
  height: auto;
  padding-top: 15px;
}
.property-details-reviews .review-form-wrapper form .default-btn {
  padding-top: 12px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 12px;
}
.property-details-reviews.style-two {
  margin-right: 15px;
}

/*================================================
Agents Area CSS
=================================================*/
.agents-area {
  position: relative;
  z-index: 1;
}
.agents-area .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.single-agent-box {
  border-radius: 80px 0 0 0;
  position: relative;
  margin-right: 15px;
  margin-bottom: 40px;
}
.single-agent-box img {
  border-radius: 80px 0 0 0;
}
.single-agent-box .link-btn {
  opacity: 0;
  right: 15px;
  width: 45px;
  height: 45px;
  bottom: 15px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  visibility: hidden;
  display: inline-block;
  color: var(--secondaryColor);
  background-color: var(--whiteColor);
}
.single-agent-box .link-btn i {
  left: 0;
  right: 0;
  top: 50%;
  line-height: 1;
  margin-top: 2px;
  position: absolute;
  transform: translateY(-50%);
}
.single-agent-box .link-btn:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.single-agent-box::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  border-radius: 80px 0 0 0;
  border: 3px solid #eeeeee;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: -15px;
  margin-bottom: -15px;
}
.single-agent-box:hover .link-btn {
  opacity: 1;
  visibility: visible;
}

.agents-content {
  max-width: 500px;
  padding-left: 70px;
  margin-bottom: 25px;
}
.agents-content h2 {
  z-index: 1;
  font-size: 36px;
  line-height: 1.3;
  position: relative;
  margin-bottom: 25px;
}
.agents-content h2::before {
  left: 45px;
  content: "";
  z-index: -1;
  width: 144px;
  height: 21px;
  bottom: -11px;
  position: absolute;
  animation: moveleftbounce 4s linear infinite;
  background-image: url(../img/layer.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.agents-content .default-btn {
  margin-top: 20px;
}

.col-lg-6 .col-lg-6:nth-child(2) .single-agent-box {
  border-radius: 0 80px 0 0;
  margin-left: 15px;
  margin-right: 0;
}
.col-lg-6 .col-lg-6:nth-child(2) .single-agent-box img {
  border-radius: 0 80px 0 0;
}
.col-lg-6 .col-lg-6:nth-child(2) .single-agent-box::before {
  border-radius: 0 80px 0 0;
  z-index: -1;
  margin-left: -15px;
  margin-right: 15px;
}
.col-lg-6 .col-lg-6:nth-child(3) .single-agent-box {
  border-radius: 0 0 80px 0;
  margin-right: 0;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 25px;
}
.col-lg-6 .col-lg-6:nth-child(3) .single-agent-box img {
  border-radius: 0 0 80px 0;
}
.col-lg-6 .col-lg-6:nth-child(3) .single-agent-box::before {
  z-index: -1;
  border-radius: 0 0 80px 0;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.col-lg-6 .col-lg-6:nth-child(4) .single-agent-box {
  border-radius: 0 0 0 80px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 25px;
}
.col-lg-6 .col-lg-6:nth-child(4) .single-agent-box img {
  border-radius: 0 0 0 80px;
}
.col-lg-6 .col-lg-6:nth-child(4) .single-agent-box::before {
  border-radius: 0 0 0 80px;
  margin-top: -15px;
  margin-left: 15px;
  margin-right: -15px;
  margin-bottom: 15px;
}

.single-agent-item {
  background-color: var(--whiteColor);
  border-radius: 80px 0 0 0;
  margin-bottom: 25px;
}
.single-agent-item .image {
  border-radius: 80px 0 0 0;
  position: relative;
}
.single-agent-item .image img {
  border-radius: 80px 0 0 0;
}
.single-agent-item .image::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  margin: 15px;
  position: absolute;
  border-radius: 80px 0 0 0;
  border: 3px solid #eeeeee;
}
.single-agent-item .content {
  padding: 30px 75px 30px 30px;
  position: relative;
}
.single-agent-item .content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.single-agent-item .content .info {
  margin-bottom: 15px;
}
.single-agent-item .content .info li {
  color: var(--paragraphColor);
}
.single-agent-item .content .call {
  font-weight: 600;
}
.single-agent-item .content .call i {
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  margin-right: 12px;
  display: inline-block;
  color: var(--primaryColor);
  background-color: #ededed;
  transition: var(--transition);
}
.single-agent-item .content .call:hover i {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}
.single-agent-item .content .social-links {
  top: 50%;
  width: 35px;
  right: 30px;
  height: auto;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  background-color: #f5f5f5;
  padding-top: 10px;
  padding-bottom: 10px;
}
.single-agent-item .content .social-links li {
  margin-bottom: 8px;
}
.single-agent-item .content .social-links li a {
  color: var(--paragraphColor);
}
.single-agent-item .content .social-links li a:hover {
  color: var(--primaryColor);
}
.single-agent-item .content .social-links li:last-child {
  margin-bottom: 0;
}
.single-agent-item .content .ratings {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.single-agent-item .content .ratings i {
  line-height: 1;
  font-size: 17px;
  color: #ffa000;
  margin-right: 2px;
}
.single-agent-item .content .ratings a {
  font-size: 14px;
  color: #0073f6;
  display: inline-block;
  margin-left: 5px;
  margin-top: 2px;
}
.single-agent-item .content .ratings a:hover {
  color: var(--primaryColor);
}
.single-agent-item.style-two {
  background-color: transparent;
}
.single-agent-item.style-two .image {
  z-index: 1;
  margin-right: 18px;
  margin-bottom: 18px;
}
.single-agent-item.style-two .image::before {
  margin-right: -18px;
  margin-bottom: -18px;
}
.single-agent-item.style-two .image::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 80px 0 0 0;
  background-color: var(--whiteColor);
  margin-left: 0;
  margin-top: 18px;
  margin-right: -18px;
  margin-bottom: -18px;
}
.single-agent-item.style-two .content {
  background-color: var(--whiteColor);
  padding: 20px 60px 25px 18px;
}
.single-agent-item.style-two .content h3 {
  font-size: 20px;
  margin-bottom: 6px;
}
.single-agent-item.style-two .content .social-links {
  right: 18px;
}
.single-agent-item.style-three {
  background-color: transparent;
  border-radius: 80px 80px 0 0;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  z-index: 1;
}
.single-agent-item.style-three .image {
  flex: 0 0 auto;
  width: 48%;
  padding-right: 18px;
  padding-bottom: 18px;
}
.single-agent-item.style-three .image::before {
  margin-left: 18px;
  margin-top: 18px;
  margin-bottom: 0;
  margin-right: 0;
}
.single-agent-item.style-three .content {
  flex: 0 0 auto;
  width: 52%;
}
.single-agent-item.style-three .content h3 {
  font-size: 20px;
  margin-bottom: 6px;
}
.single-agent-item.style-three .content .ratings {
  margin-bottom: 20px;
}
.single-agent-item.style-three::before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 58%;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 0 80px 0 0;
  background-color: var(--whiteColor);
}

.shape2 {
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  pointer-events: none;
}

/*================================================
Agent Profile Area CSS
=================================================*/
.agent-profile-desc {
  padding: 55px 45px;
  background-color: var(--whiteColor);
}
.agent-profile-desc .agent-box {
  border-radius: 80px 0 0 0;
  margin-bottom: 40px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
.agent-profile-desc .agent-box .image {
  border-radius: 80px 0 0 0;
  position: relative;
  flex: 0 0 auto;
  width: 48%;
  padding-right: 18px;
  padding-bottom: 18px;
}
.agent-profile-desc .agent-box .image img {
  border-radius: 80px 0 0 0;
}
.agent-profile-desc .agent-box .image::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  border-radius: 80px 0 0 0;
  border: 3px solid #eeeeee;
  margin-left: 18px;
  margin-top: 18px;
}
.agent-profile-desc .agent-box .content {
  padding-left: 35px;
  flex: 0 0 auto;
  width: 52%;
}
.agent-profile-desc .agent-box .content h3 {
  font-size: 25px;
  margin-bottom: 8px;
}
.agent-profile-desc .agent-box .content .info {
  margin-bottom: 15px;
}
.agent-profile-desc .agent-box .content .info li {
  color: var(--paragraphColor);
}
.agent-profile-desc .agent-box .content .call {
  font-weight: 600;
}
.agent-profile-desc .agent-box .content .call i {
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  margin-right: 12px;
  display: inline-block;
  color: var(--primaryColor);
  background-color: #ededed;
  transition: var(--transition);
}
.agent-profile-desc .agent-box .content .call:hover i {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}
.agent-profile-desc .agent-box .content .ratings {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
}
.agent-profile-desc .agent-box .content .ratings i {
  line-height: 3;
  font-size: 17px;
  color: #ffa000;
  margin-right: 2px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 4px;
}
.agent-profile-desc .agent-box .content .ratings i::after {
  background-color: #ffa000;
}
.agent-profile-desc .agent-box .content .ratings a {
  font-size: 14px;
  color: #0073f6;
  display: inline-block;
  margin-left: 5px;
  margin-top: 2px;
}
.agent-profile-desc .agent-box .content .ratings a:hover {
  color: var(--primaryColor);
}
.agent-profile-desc .agent-box .content .social-links {
  margin-top: 25px;
}
.agent-profile-desc .agent-box .content .social-links li {
  margin-right: 8px;
  display: inline-block;
}
.agent-profile-desc .agent-box .content .social-links li a {
  width: 34px;
  height: 34px;
  text-align: center;
  position: relative;
  display: inline-block;
  background-color: #f5f5f5;
  color: var(--paragraphColor);
}
.agent-profile-desc .agent-box .content .social-links li a i {
  left: 0;
  right: 0;
  top: 50%;
  line-height: 1;
  position: absolute;
  transform: translateY(-50%);
}
.agent-profile-desc .agent-box .content .social-links li a:hover {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}
.agent-profile-desc .agent-box .content .social-links li:last-child {
  margin-right: 0;
}
.agent-profile-desc .description .h1, .agent-profile-desc .description .h2, .agent-profile-desc .description .h3, .agent-profile-desc .description .h4, .agent-profile-desc .description .h5, .agent-profile-desc .description .h6, .agent-profile-desc .description h1, .agent-profile-desc .description h2, .agent-profile-desc .description h3, .agent-profile-desc .description h4, .agent-profile-desc .description h5, .agent-profile-desc .description h6 {
  margin-bottom: 25px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
}
.agent-profile-desc .description h4 {
  font-size: 22px;
  font-weight: 600;
}
.agent-profile-desc .nav.nav-tabs {
  display: block;
  border-radius: 0;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
  margin-top: 25px;
}
.agent-profile-desc .nav.nav-tabs .nav-item {
  display: inline-block;
  margin-right: 25px;
}
.agent-profile-desc .nav.nav-tabs .nav-item .nav-link {
  background-color: transparent;
  color: var(--blackColor);
  position: relative;
  padding: 0 0 8px;
  box-shadow: unset;
  margin-bottom: 0;
  border: 0;
  font-size: 22px;
  font-weight: 600;
}
.agent-profile-desc .nav.nav-tabs .nav-item .nav-link::before {
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  bottom: -1px;
  position: absolute;
  transition: var(--transition);
  background-color: var(--primaryColor);
}
.agent-profile-desc .nav.nav-tabs .nav-item .nav-link:hover::before, .agent-profile-desc .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.agent-profile-desc .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.agent-profile-desc .agent-reviews h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}
.agent-profile-desc .agent-reviews .overall-rating {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.agent-profile-desc .agent-reviews .overall-rating span {
  margin-right: 3px;
  color: var(--paragraphColor);
}
.agent-profile-desc .agent-reviews .overall-rating i {
  line-height: 1;
  font-size: 18px;
  color: #fcad2a;
  margin-left: 5px;
}
.agent-profile-desc .agent-reviews .reviews-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.agent-profile-desc .agent-reviews .reviews-list li {
  border-bottom: 1px dashed #eeeeee;
  color: var(--blackColor);
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-left: 98px;
  position: relative;
}
.agent-profile-desc .agent-reviews .reviews-list li span {
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
  color: var(--paragraphColor);
}
.agent-profile-desc .agent-reviews .reviews-list li .avatar {
  left: 0;
  top: 4px;
  width: 80px;
  position: absolute;
}
.agent-profile-desc .agent-reviews .reviews-list li .fn {
  margin-bottom: 8px;
  font-weight: 700;
  display: block;
}
.agent-profile-desc .agent-reviews .reviews-list li .reviews-rating {
  position: absolute;
  right: 0;
  top: 0;
}
.agent-profile-desc .agent-reviews .reviews-list li .reviews-rating .rating {
  display: flex;
  align-items: center;
}
.agent-profile-desc .agent-reviews .reviews-list li .reviews-rating .rating span {
  margin-left: 2px;
  color: var(--paragraphColor);
}
.agent-profile-desc .agent-reviews .reviews-list li .reviews-rating .rating i {
  line-height: 1;
  font-size: 15px;
  color: #fcad2a;
  margin-right: 3px;
}
.agent-profile-desc .agent-reviews .reviews-list li .reviews-rating .rating span {
  margin-top: 0;
}
.agent-profile-desc .agent-reviews .reviews-list li .reviews-rating span {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}
.agent-profile-desc .agent-reviews .reviews-list li p {
  margin-bottom: 0;
}
.agent-profile-desc .agent-reviews .reviews-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.agent-profile-desc .agent-reviews .review-form-wrapper {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e2e2e2;
}
.agent-profile-desc .agent-reviews .review-form-wrapper form {
  margin-top: 20px;
}
.agent-profile-desc .agent-reviews .review-form-wrapper form .rating {
  text-align: start;
  overflow: hidden;
  max-width: 115px;
  margin-top: -5px;
  margin-bottom: 22px;
}
.agent-profile-desc .agent-reviews .review-form-wrapper form .rating label {
  width: 23px;
  height: 23px;
  float: right;
  cursor: pointer;
  position: relative;
}
.agent-profile-desc .agent-reviews .review-form-wrapper form .rating label:not(:first-of-type) {
  padding-right: 5px;
}
.agent-profile-desc .agent-reviews .review-form-wrapper form .rating label:before {
  line-height: 1;
  content: "★";
  font-size: 25px;
  color: #cccccc;
  transition: var(--transition);
}
.agent-profile-desc .agent-reviews .review-form-wrapper form .rating input {
  display: none;
}
.agent-profile-desc .agent-reviews .review-form-wrapper form .rating input:checked ~ label:before, .agent-profile-desc .agent-reviews .review-form-wrapper form .rating:not(:checked) > label:hover:before, .agent-profile-desc .agent-reviews .review-form-wrapper form .rating:not(:checked) > label:hover ~ label:before {
  color: #f6b500;
}
.agent-profile-desc .agent-reviews .review-form-wrapper form .form-group {
  margin-bottom: 25px;
}
.agent-profile-desc .agent-reviews .review-form-wrapper form .form-group .form-control {
  height: 50px;
  border-radius: 0;
  box-shadow: unset;
  padding-left: 15px;
  color: var(--blackColor);
  font-size: var(--fontSize);
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  transition: var(--transition);
}
.agent-profile-desc .agent-reviews .review-form-wrapper form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.agent-profile-desc .agent-reviews .review-form-wrapper form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.agent-profile-desc .agent-reviews .review-form-wrapper form .form-group .form-control:focus {
  border-color: var(--primaryColor);
  background-color: var(--whiteColor);
}
.agent-profile-desc .agent-reviews .review-form-wrapper form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.agent-profile-desc .agent-reviews .review-form-wrapper form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.agent-profile-desc .agent-reviews .review-form-wrapper form .form-group textarea.form-control {
  height: auto;
  padding-top: 15px;
}
.agent-profile-desc .agent-reviews .review-form-wrapper form .default-btn {
  padding-top: 12px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 12px;
}

.agent-profile-sidebar {
  padding: 55px 45px;
  background-color: var(--whiteColor);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.04);
}
.agent-profile-sidebar h3 {
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 28px;
}
.agent-profile-sidebar .form-group {
  margin-bottom: 22px;
}
.agent-profile-sidebar .form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: var(--fontSize);
  font-weight: 600;
}
.agent-profile-sidebar .form-group .form-control {
  height: 55px;
  border-radius: 0;
  box-shadow: unset;
  padding-left: 17px;
  color: var(--blackColor);
  font-size: var(--fontSize);
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  transition: var(--transition);
}
.agent-profile-sidebar .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.agent-profile-sidebar .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.agent-profile-sidebar .form-group .form-control:focus {
  border-color: var(--primaryColor);
}
.agent-profile-sidebar .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.agent-profile-sidebar .form-group .form-control:focus::placeholder {
  color: transparent;
}
.agent-profile-sidebar .form-group textarea.form-control {
  height: auto;
  padding-top: 17px;
}
.agent-profile-sidebar form br {
  display: none;
}

/*================================================
Funfacts Area CSS
=================================================*/
.funfacts-area {
  background-color: var(--primaryColor);
}

.single-funfact-card {
  padding-left: 100px;
  margin-bottom: 25px;
  position: relative;
}
.single-funfact-card img {
  left: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.single-funfact-card h3 {
  color: var(--whiteColor);
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 1;
}
.single-funfact-card span {
  display: block;
  line-height: 1;
  font-size: 18px;
  color: var(--whiteColor);
}

/*================================================
Find by Locations Area CSS
=================================================*/
.single-location-card {
  margin-bottom: 25px;
}
.single-location-card .content {
  position: relative;
  padding: 25px 90px 25px 30px;
  background-color: var(--whiteColor);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  margin-left: 18px;
  margin-top: -50px;
  margin-right: 18px;
}
.single-location-card .content h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.single-location-card .content span {
  display: block;
  color: #616e96;
}
.single-location-card .content .link-btn {
  top: 50%;
  width: 45px;
  right: 30px;
  height: 45px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  display: inline-block;
  color: var(--whiteColor);
  transform: translateY(-50%);
  background-color: var(--secondaryColor);
}
.single-location-card .content .link-btn i {
  left: 0;
  right: 0;
  top: 50%;
  line-height: 1;
  margin-top: 1px;
  position: absolute;
  transform: translateY(-50%);
}
.single-location-card .content .link-btn:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.single-location-box {
  margin-bottom: 25px;
}
.single-location-box .content {
  position: relative;
  padding: 25px 90px 25px 30px;
  background-color: var(--whiteColor);
}
.single-location-box .content h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.single-location-box .content span {
  display: block;
  color: #616e96;
}
.single-location-box .content .link-btn {
  top: 50%;
  opacity: 0;
  width: 45px;
  right: 15px;
  height: 45px;
  font-size: 20px;
  visibility: hidden;
  text-align: center;
  position: absolute;
  display: inline-block;
  color: var(--whiteColor);
  transform: translateY(-50%);
  background-color: var(--secondaryColor);
}
.single-location-box .content .link-btn i {
  left: 0;
  right: 0;
  top: 50%;
  line-height: 1;
  margin-top: 1px;
  position: absolute;
  transform: translateY(-50%);
}
.single-location-box .content .link-btn:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.single-location-box:hover .content .link-btn {
  opacity: 1;
  right: 30px;
  visibility: visible;
}

/*================================================
Story Area CSS
=================================================*/
.story-content {
  padding-right: 90px;
}
.story-content h2 {
  z-index: 1;
  font-size: 36px;
  position: relative;
  margin-bottom: 25px;
}
.story-content h2::before {
  left: 40px;
  content: "";
  z-index: -1;
  width: 144px;
  height: 21px;
  bottom: -11px;
  position: absolute;
  animation: moveleftbounce 4s linear infinite;
  background-image: url(../img/layer.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.story-content .title {
  margin-bottom: 45px;
}
.story-content .features-list .box {
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}
.story-content .features-list .box h3 {
  line-height: 1;
  font-size: 42px;
  margin-bottom: 5px;
}
.story-content .features-list .box span {
  color: #616e96;
  font-size: 18px;
}
.story-content .features-list .box::before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  content: "";
  position: absolute;
  background-color: var(--primaryColor);
  margin-top: 2px;
  margin-bottom: 8px;
}
.story-content .default-btn {
  margin-top: 20px;
}

.story-image .image {
  position: relative;
  margin-right: 75px;
  border-radius: 80px 0 0 0;
}
.story-image .image img {
  border-radius: 80px 0 0 0;
}
.story-image .image:nth-child(2) {
  z-index: 1;
  border-radius: 0 0 80px 0;
  margin-right: 0;
  margin-left: 140px;
  margin-top: -100px;
}
.story-image .image:nth-child(2) img {
  border-radius: 0 0 80px 0;
}
.story-image .image:nth-child(2)::before {
  z-index: -1;
  border-radius: 0 0 80px 0;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.story-image .image::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  border-radius: 80px 0 0 0;
  border: 3px solid #eeeeee;
  transition: var(--transition);
  margin-top: 15px;
  margin-left: 15px;
  margin-right: -15px;
  margin-bottom: -15px;
}
.story-image .image:hover::before {
  border-color: var(--primaryColor);
}

/*================================================
Feedback Area CSS
=================================================*/
.single-feedback-card {
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
  border-radius: 80px 0 0 0;
  border: 3px solid #eeeeee;
  transition: var(--transition);
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 60px;
  padding-bottom: 70px;
  margin-top: 25px;
  margin-left: 10px;
}
.single-feedback-card::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 80px 0 0 0;
  transition: var(--transition);
  background-color: var(--whiteColor);
  margin-bottom: 30px;
  margin-left: -10px;
  margin-right: 25px;
  margin-top: -30px;
}
.single-feedback-card::after {
  z-index: -1;
  right: 70px;
  bottom: 70px;
  line-height: 1;
  content: "\f148";
  color: #e9e9e9;
  position: absolute;
  transform: rotate(180deg);
  font-size: 50px;
  font-family: flaticon_realh;
}
.single-feedback-card .client-info {
  margin-bottom: 25px;
}
.single-feedback-card .client-info img {
  width: 55px;
  border-radius: 50%;
}
.single-feedback-card .client-info .title {
  margin-left: 20px;
}
.single-feedback-card .client-info .title h3 {
  margin-bottom: 2px;
  font-size: 18px;
}
.single-feedback-card .client-info .title span {
  color: #616e96;
}
.single-feedback-card p {
  color: #616e96;
}
.single-feedback-card .rating {
  margin-top: 20px;
}
.single-feedback-card .rating i {
  line-height: 1;
  font-size: 17px;
  color: #fcad2a;
  margin-right: 2px;
}
.single-feedback-card .rating i:last-child {
  margin-right: 0;
}
.single-feedback-card:hover {
  border-color: var(--primaryColor);
  border-radius: 0;
}
.single-feedback-card:hover::before {
  border-radius: 0;
}

.feedbackSwiper .swiper-pagination {
  margin-top: 5px;
  position: relative;
  bottom: 0;
}
.feedbackSwiper .swiper-pagination .swiper-pagination-bullet {
  transition: var(--transition);
  background-color: #e7e6e6;
  opacity: 1 !important;
  margin: 0 4px;
  height: 13px;
  width: 13px;
}
.feedbackSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .feedbackSwiper .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: var(--primaryColor);
}

/*================================================
Cities Area CSS
=================================================*/
.single-city-box {
  position: relative;
  margin-bottom: 25px;
  background-color: var(--whiteColor);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
}
.single-city-box iframe {
  width: 100%;
  height: 200px;
  margin-bottom: -7px;
}
.single-city-box .content {
  padding: 30px;
}
.single-city-box .content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  transition: var(--transition);
}
.single-city-box .content span {
  display: block;
  margin-bottom: 8px;
  color: var(--paragraphColor);
}
.single-city-box .content span strong {
  color: var(--primaryColor);
}
.single-city-box .content span:last-child {
  margin-bottom: 0;
}
.single-city-box .link-btn {
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  position: absolute;
}
.single-city-box:hover .content h3 {
  color: var(--primaryColor);
}

/*================================================
Features Area CSS
=================================================*/
.features-area.bg-color {
  z-index: 1;
  position: relative;
  background-color: var(--primaryColor);
}
.features-area.bg-color::before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  height: 210px;
  position: absolute;
  background-color: var(--whiteColor);
}

.single-features-box {
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
  border-radius: 0 80px 0 0;
  border: 3px solid #eeeeee;
  transition: var(--transition);
  padding-top: 25px;
  padding-left: 65px;
  padding-right: 45px;
  padding-bottom: 85px;
  margin-top: 35px;
  margin-right: 10px;
}
.single-features-box::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 0 80px 0 0;
  transition: var(--transition);
  background-color: var(--whiteColor);
  box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;
  margin-right: -10px;
  margin-top: -35px;
  margin-left: 25px;
}
.single-features-box img {
  margin-bottom: 25px;
}
.single-features-box h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.single-features-box .default-btn {
  margin-top: 15px;
  color: var(--secondaryColor);
  background-color: transparent;
  border-color: var(--secondaryColor);
}
.single-features-box .default-btn:hover {
  color: var(--whiteColor);
  border-color: var(--secondaryColor);
  background-color: var(--secondaryColor);
}
.single-features-box:hover {
  border-radius: 0;
}
.single-features-box:hover::before {
  border-radius: 0;
}

.link-box {
  margin-top: 15px;
}
.link-box p {
  font-weight: 600;
}
.link-box p a {
  color: var(--primaryColor);
  text-decoration: underline;
}
.link-box p a:hover {
  color: var(--secondaryColor);
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog-item {
  margin-bottom: 25px;
  border-radius: 10px;
  background-color: var(--whiteColor);
  box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.1);
}
.single-blog-item .image {
  overflow: hidden;
  border-radius: 10px;
}
.single-blog-item .image img {
  border-radius: 10px;
  transition: var(--transition);
}
.single-blog-item .content {
  padding: 40px;
}
.single-blog-item .content .meta {
  margin-bottom: 25px;
}
.single-blog-item .content .meta li {
  color: var(--paragraphColor);
  margin-left: 20px;
  margin-right: 20px;
}
.single-blog-item .content .meta li a {
  font-weight: 600;
  color: var(--blackColor);
}
.single-blog-item .content .meta li a:hover {
  color: var(--primaryColor);
}
.single-blog-item .content .meta li::before {
  top: 12px;
  width: 20px;
  left: -32px;
  content: "";
  height: 1px;
  position: absolute;
  background: #d6caca;
}
.single-blog-item .content .meta li:last-child {
  margin-right: 0;
}
.single-blog-item .content .meta li:first-child {
  margin-left: 0;
}
.single-blog-item .content .meta li:first-child::before {
  display: none;
}
.single-blog-item .content h3 {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 22px;
}
.single-blog-item .content .link-btn {
  padding-right: 15px;
  position: relative;
  font-weight: 700;
  margin-top: 10px;
}
.single-blog-item .content .link-btn i {
  transform: translateY(-50%);
  position: absolute;
  margin-top: 2px;
  line-height: 1;
  right: -5px;
  top: 50%;
}
.single-blog-item .content .link-btn:hover {
  padding-right: 20px;
}
.single-blog-item:hover .image img {
  transform: scale(1.08);
}

blockquote, .blockquote {
  padding: 40px;
  background-color: #f9f9f9;
  border-left: 5px solid var(--primaryColor);
  margin-bottom: 25px;
  margin-top: 25px;
}
blockquote p, .blockquote p {
  line-height: 1.7;
  margin-bottom: 0;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
}

/*================================================
App Download Area CSS
=================================================*/
.app-download-image {
  z-index: 1;
  padding-top: 40px;
}
.app-download-image img {
  filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0.15));
}
.app-download-image::before {
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  width: 490px;
  height: 490px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff7f9;
  margin-left: auto;
  margin-right: auto;
}

.app-download-content {
  padding-left: 60px;
}
.app-download-content h2 {
  z-index: 1;
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 8px;
  position: relative;
}
.app-download-content h2::before {
  left: 20px;
  content: "";
  z-index: -1;
  bottom: 42px;
  width: 144px;
  height: 21px;
  position: absolute;
  animation: moveleftbounce 4s linear infinite;
  background-image: url(../img/layer.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.app-download-content .btn-box {
  margin-top: 30px;
}
.app-download-content .btn-box a {
  margin-right: 15px;
  border-radius: 10px;
}
.app-download-content .btn-box a img {
  border-radius: 10px;
}
.app-download-content .btn-box a:last-child {
  margin-right: 0;
}
.app-download-content .btn-box a:hover {
  transform: translateY(-5px);
}

@keyframes moveleftbounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
/*================================================
Agents Search & Listings Search Area CSS
=================================================*/
.agents-search-area {
  z-index: 2;
  position: relative;
  background-color: var(--whiteColor);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  padding-top: 30px;
  padding-bottom: 30px;
}

.agents-search-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.agents-search-form form .form-group {
  flex: 0 0 auto;
  width: 19%;
  padding-left: 7px;
  padding-right: 7px;
}
.agents-search-form form .form-group .form-control {
  color: var(--paragraphColor);
  border: 1px solid #eeeeee;
  background-color: #f9f9f9;
  box-shadow: unset;
  border-radius: 0;
  height: auto;
  font-size: 15px;
  font-weight: 500;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 12px;
}
.agents-search-form form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.agents-search-form form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.agents-search-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.agents-search-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.agents-search-form form .form-group .form-select {
  color: var(--paragraphColor);
  border: 1px solid #eeeeee;
  background-color: #f9f9f9;
  box-shadow: unset;
  border-radius: 0;
  cursor: pointer;
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 11px;
  font-size: 15px;
  font-weight: 500;
}
.agents-search-form form .form-group .form-select option {
  font-size: 16px;
}
.agents-search-form form .form-group.language-group {
  width: 12%;
}
.agents-search-form form .form-group.reset-btn {
  width: 13%;
  padding-left: 30px;
}
.agents-search-form form .form-group.reset-btn button {
  border: 0;
  position: relative;
  padding: 0 0 0 25px;
  color: var(--primaryColor);
  background-color: transparent;
  transition: var(--transition);
  font-size: var(--fontSize);
  font-weight: 600;
}
.agents-search-form form .form-group.reset-btn button i {
  left: 0;
  top: 50%;
  line-height: 1;
  position: absolute;
  transform: translateY(-50%);
}
.agents-search-form form .form-group.reset-btn button:hover {
  color: var(--secondaryColor);
}
.agents-search-form form .form-group.search-btn {
  width: 18%;
}
.agents-search-form form .form-group.search-btn .default-btn {
  line-height: 47px;
  display: block;
  height: 47px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.agents-search-form form .form-group.search-btn .default-btn i {
  left: auto;
  font-size: 15px;
  margin-left: -27px;
}

.agents-search-sidebar {
  margin-right: 20px;
  padding: 50px 35px 25px;
  background-color: var(--whiteColor);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
}
.agents-search-sidebar form .form-group {
  margin-bottom: 25px;
}
.agents-search-sidebar form .form-group .form-control {
  color: var(--paragraphColor);
  border: 1px solid #eeeeee;
  background-color: #f9f9f9;
  box-shadow: unset;
  border-radius: 0;
  height: auto;
  font-size: 15px;
  font-weight: 500;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 12px;
}
.agents-search-sidebar form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.agents-search-sidebar form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.agents-search-sidebar form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.agents-search-sidebar form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.agents-search-sidebar form .form-group .form-select {
  color: var(--paragraphColor);
  border: 1px solid #eeeeee;
  background-color: #f9f9f9;
  box-shadow: unset;
  border-radius: 0;
  cursor: pointer;
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 11px;
  font-size: 15px;
  font-weight: 500;
}
.agents-search-sidebar form .form-group .form-select option {
  font-size: 16px;
}
.agents-search-sidebar form .form-group.reset-btn button {
  border: 0;
  width: 100%;
  height: 47px;
  display: block;
  line-height: 47px;
  text-align: center;
  position: relative;
  padding: 0 0 0 25px;
  color: var(--primaryColor);
  background-color: transparent;
  transition: var(--transition);
  border: 1px solid var(--primaryColor);
  font-size: var(--fontSize);
  font-weight: 600;
}
.agents-search-sidebar form .form-group.reset-btn button i {
  top: 50%;
  line-height: 1;
  margin-left: -25px;
  position: absolute;
  transform: translateY(-50%);
}
.agents-search-sidebar form .form-group.reset-btn button:hover {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}
.agents-search-sidebar form .form-group.search-btn .default-btn {
  line-height: 47px;
  display: block;
  height: 47px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.agents-search-sidebar form .form-group.search-btn .default-btn i {
  left: auto;
  font-size: 15px;
  margin-left: -27px;
}

.listings-search-area {
  z-index: 2;
  position: relative;
  background-color: var(--whiteColor);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  padding-top: 30px;
  padding-bottom: 30px;
}
.listings-search-area .container-fluid {
  padding-right: 40px;
  padding-left: 30px;
}

.listings-search-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.listings-search-form form .form-group {
  flex: 0 0 auto;
  width: 15%;
  padding-left: 7px;
  padding-right: 7px;
}
.listings-search-form form .form-group .form-control {
  color: var(--paragraphColor);
  border: 1px solid #eeeeee;
  background-color: #f9f9f9;
  box-shadow: unset;
  border-radius: 0;
  height: auto;
  font-size: 15px;
  font-weight: 500;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 12px;
}
.listings-search-form form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.listings-search-form form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.listings-search-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.listings-search-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.listings-search-form form .form-group .form-select {
  color: var(--paragraphColor);
  border: 1px solid #eeeeee;
  background-color: #f9f9f9;
  box-shadow: unset;
  border-radius: 0;
  cursor: pointer;
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 11px;
  font-size: 15px;
  font-weight: 500;
}
.listings-search-form form .form-group .form-select option {
  font-size: 16px;
}
.listings-search-form form .form-group.reset-btn {
  width: 10%;
  padding-left: 30px;
}
.listings-search-form form .form-group.reset-btn button {
  border: 0;
  position: relative;
  padding: 0 0 0 25px;
  color: var(--primaryColor);
  background-color: transparent;
  transition: var(--transition);
  font-size: var(--fontSize);
  font-weight: 600;
}
.listings-search-form form .form-group.reset-btn button i {
  left: 0;
  top: 50%;
  line-height: 1;
  position: absolute;
  transform: translateY(-50%);
}
.listings-search-form form .form-group.reset-btn button:hover {
  color: var(--secondaryColor);
}
.listings-search-form form .form-group.search-btn {
  width: 15%;
}
.listings-search-form form .form-group.search-btn .default-btn {
  line-height: 47px;
  display: block;
  height: 47px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.listings-search-form form .form-group.search-btn .default-btn i {
  left: auto;
  font-size: 15px;
  margin-left: -27px;
}

.listings-search-sidebar {
  margin-right: 20px;
  padding: 50px 35px 25px;
  background-color: var(--whiteColor);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
}
.listings-search-sidebar form .form-group {
  margin-bottom: 25px;
}
.listings-search-sidebar form .form-group .form-control {
  color: var(--paragraphColor);
  border: 1px solid #eeeeee;
  background-color: #f9f9f9;
  box-shadow: unset;
  border-radius: 0;
  height: auto;
  font-size: 15px;
  font-weight: 500;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 12px;
}
.listings-search-sidebar form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.listings-search-sidebar form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.listings-search-sidebar form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.listings-search-sidebar form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.listings-search-sidebar form .form-group .form-select {
  color: var(--paragraphColor);
  border: 1px solid #eeeeee;
  background-color: #f9f9f9;
  box-shadow: unset;
  border-radius: 0;
  cursor: pointer;
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 11px;
  font-size: 15px;
  font-weight: 500;
}
.listings-search-sidebar form .form-group .form-select option {
  font-size: 16px;
}
.listings-search-sidebar form .form-group.with-icon {
  position: relative;
}
.listings-search-sidebar form .form-group.with-icon label {
  transform: translateY(-50%);
  position: absolute;
  line-height: 1;
  left: 15px;
  top: 50%;
}
.listings-search-sidebar form .form-group.with-icon .form-control {
  padding-left: 40px;
}
.listings-search-sidebar form .form-group.reset-btn button {
  border: 0;
  width: 100%;
  height: 47px;
  display: block;
  line-height: 47px;
  text-align: center;
  position: relative;
  padding: 0 0 0 25px;
  color: var(--primaryColor);
  background-color: transparent;
  transition: var(--transition);
  border: 1px solid var(--primaryColor);
  font-size: var(--fontSize);
  font-weight: 600;
}
.listings-search-sidebar form .form-group.reset-btn button i {
  top: 50%;
  line-height: 1;
  margin-left: -25px;
  position: absolute;
  transform: translateY(-50%);
}
.listings-search-sidebar form .form-group.reset-btn button:hover {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}
.listings-search-sidebar form .form-group.search-btn .default-btn {
  line-height: 47px;
  display: block;
  height: 47px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.listings-search-sidebar form .form-group.search-btn .default-btn i {
  left: auto;
  font-size: 15px;
  margin-left: -27px;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: var(--blackColor);
  padding-top: 120px;
  padding-bottom: 130px;
}
.page-title-area ul {
  padding-left: 0;
  margin-bottom: 10px;
  list-style-type: none;
}
.page-title-area ul li {
  color: var(--whiteColor);
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
.page-title-area ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -23px;
  width: 6px;
  height: 6px;
  background-color: var(--primaryColor);
  border-radius: 50px;
}
.page-title-area ul li:last-child {
  margin-right: 0;
}
.page-title-area ul li:last-child::before {
  display: none;
}
.page-title-area ul li a {
  color: var(--whiteColor);
}
.page-title-area ul li a:hover {
  color: var(--primaryColor);
}
.page-title-area h1, .page-title-area h2, .page-title-area h3, .page-title-area h4, .page-title-area h5, .page-title-area h6 {
  z-index: 1;
  font-size: 36px;
  margin-bottom: 0;
  position: relative;
  color: var(--whiteColor);
}
.page-title-area h1::before, .page-title-area h2::before, .page-title-area h3::before, .page-title-area h4::before, .page-title-area h5::before, .page-title-area h6::before {
  left: 10px;
  content: "";
  z-index: -1;
  width: 144px;
  height: 21px;
  bottom: -12px;
  position: absolute;
  animation: moveleftbounce 4s linear infinite;
  background-image: url(../img/layer.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-title-area .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.page-title-area .form-tabs {
  margin-top: 45px;
  max-width: 1100px;
}
.page-title-area .form-tabs .nav.nav-tabs {
  border: none;
  display: block;
  border-radius: 0;
  background-color: transparent;
}
.page-title-area .form-tabs .nav.nav-tabs .nav-item {
  display: inline-block;
  margin-right: 1px;
}
.page-title-area .form-tabs .nav.nav-tabs .nav-item .nav-link {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
  padding: 11px 37px 10px;
  color: var(--whiteColor);
  transition: var(--transition);
  background-color: var(--primaryColor);
  font-size: 17px;
  font-weight: 700;
}
.page-title-area .form-tabs .nav.nav-tabs .nav-item .nav-link::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: var(--primaryColor);
}
.page-title-area .form-tabs .nav.nav-tabs .nav-item .nav-link:hover, .page-title-area .form-tabs .nav.nav-tabs .nav-item .nav-link.active {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}
.page-title-area .form-tabs .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.page-title-area .form-tabs .tab-content {
  padding: 30px 40px;
  background-color: var(--whiteColor);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.07);
}
.page-title-area .form-tabs form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.page-title-area .form-tabs form .form-group {
  flex: 0 0 auto;
  width: 20%;
  padding-left: 7px;
  padding-right: 7px;
}
.page-title-area .form-tabs form .form-group label {
  display: block;
  margin: 0 0 10px 0;
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-weight: 600;
}
.page-title-area .form-tabs form .form-group .form-select {
  color: var(--paragraphColor);
  border: 1px solid #eeeeee;
  background-color: #f9f9f9;
  box-shadow: unset;
  border-radius: 0;
  cursor: pointer;
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 11px;
  font-size: 15px;
  font-weight: 500;
}
.page-title-area .form-tabs form .form-group .form-select option {
  font-size: 16px;
}
.page-title-area .form-tabs form .form-group.search-btn .default-btn {
  line-height: 47px;
  margin-top: 33px;
  display: block;
  height: 47px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.page-title-area .form-tabs form .form-group.search-btn .default-btn i {
  left: auto;
  font-size: 15px;
  margin-left: -27px;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area, .directorist-pagination {
  margin-top: 20px;
  text-align: center;
}
.pagination-area .page-numbers, .directorist-pagination .page-numbers {
  border: 0;
  padding: 0;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  text-align: center;
  border-radius: 50% !important;
  color: var(--paragraphColor) !important;
  transition: var(--transition);
  background-color: var(--whiteColor) !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922) !important;
  font-size: 20px;
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  border: none !important;
}
.pagination-area .page-numbers i, .directorist-pagination .page-numbers i {
  position: relative;
  top: 5px;
}
.pagination-area .page-numbers.current, .directorist-pagination .page-numbers.current {
  color: var(--whiteColor) !important;
  background-color: var(--primaryColor) !important;
}
.pagination-area .page-numbers:hover, .directorist-pagination .page-numbers:hover {
  color: var(--whiteColor) !important;
  background-color: var(--primaryColor) !important;
}
.pagination-area .page-numbers:hover i, .directorist-pagination .page-numbers:hover i {
  color: var(--whiteColor) !important;
}
.pagination-area .page-numbers:hover .directorist-icon-mask:after, .directorist-pagination .page-numbers:hover .directorist-icon-mask:after {
  background-color: #ffffff !important;
}
.pagination-area .directorist-icon-mask:after, .directorist-pagination .directorist-icon-mask:after {
  top: -4px;
  position: relative;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.faq-accordion .accordion-item {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
  padding-top: 20px;
  padding-bottom: 20px;
}
.faq-accordion .accordion-item .accordion-button {
  border: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: unset;
  color: var(--blackColor);
  background-color: transparent;
  font-size: 22px;
  font-weight: 700;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}
.faq-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 15px 0 0;
}
.faq-accordion .accordion-item .accordion-collapse .accordion-body p strong {
  color: var(--blackColor);
}
.faq-accordion .accordion-item .accordion-collapse .accordion-body p a {
  color: var(--primaryColor);
}
.faq-accordion .accordion-item .accordion-collapse .accordion-body p a:hover {
  text-decoration: underline;
}
.faq-accordion .accordion-item:first-child {
  border-top: 1px solid #eeeeee;
}

/*================================================
Add Listing Area CSS
=================================================*/
.add-listing-form {
  box-shadow: rgba(149, 157, 165, 0.03) 0px 8px 24px;
  background-color: var(--whiteColor);
  padding: 50px;
}
.add-listing-form h4 {
  font-size: 20px;
  margin-bottom: 25px;
  padding-bottom: 7px;
  border-bottom: 1px solid #eeeeee;
}
.add-listing-form .form-group {
  margin-bottom: 25px;
}
.add-listing-form .form-group label {
  display: block;
  margin-bottom: 10px;
  color: var(--paragraphColor);
  font-size: 14px;
  font-weight: 600;
}
.add-listing-form .form-group label span {
  color: red;
}
.add-listing-form .form-group .form-control {
  height: 50px;
  border-radius: 0;
  box-shadow: unset;
  padding-left: 15px;
  color: var(--blackColor);
  font-size: var(--fontSize);
  border: 1px solid #f9f9f9;
  background-color: #f9f9f9;
  transition: var(--transition);
}
.add-listing-form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.add-listing-form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.add-listing-form .form-group .form-control:focus {
  border-color: var(--primaryColor);
  background-color: transparent;
}
.add-listing-form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.add-listing-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.add-listing-form .form-group .form-select {
  height: 50px;
  cursor: pointer;
  border-radius: 0;
  box-shadow: unset;
  padding-left: 15px;
  color: var(--blackColor);
  font-size: var(--fontSize);
  border: 1px solid #f9f9f9;
  background-color: #f9f9f9;
}
.add-listing-form .form-group input[type=file] {
  background-color: #f9f9f9;
  cursor: pointer;
  display: block;
  padding: 15px;
  width: 100%;
}
.add-listing-form .form-group .note {
  margin-top: 15px;
  font-size: 13px;
  font-style: italic;
}
.add-listing-form .form-group textarea.form-control {
  height: auto;
  padding-top: 15px;
}
.add-listing-form .form-group .ql-container.ql-snow, .add-listing-form .form-group .ql-snow .ql-tooltip, .add-listing-form .form-group .ql-toolbar.ql-snow {
  border-color: #eeeeee;
}
.add-listing-form .form-group #editor-container {
  height: 150px;
}
.add-listing-form .iframe, .add-listing-form iframe {
  margin-bottom: 17px;
  height: 300px;
  width: 100%;
  border: 0;
}
.add-listing-form .form-check {
  margin-bottom: 25px;
}
.add-listing-form .form-check .form-check-input {
  cursor: pointer;
  border-radius: 0;
  box-shadow: unset;
  margin-top: 0.22em;
}
.add-listing-form .form-check .form-check-input:focus {
  border-color: var(--primaryColor);
}
.add-listing-form .form-check .form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.add-listing-form .form-check .form-check-label {
  cursor: pointer;
  color: var(--paragraphColor);
  font-size: 14px;
  font-weight: 600;
}
.add-listing-form .default-btn {
  padding-left: 40px;
  padding-right: 40px;
}

/*================================================
Profile Authentication Area CSS
=================================================*/
.profile-authentication-area hr {
  margin: 0;
  opacity: 1;
  border-color: #eeeeee;
}

.login-form h2 {
  z-index: 1;
  font-size: 35px;
  position: relative;
  margin-bottom: 45px;
}
.login-form h2::before {
  left: 0;
  content: "";
  z-index: -1;
  width: 144px;
  height: 21px;
  bottom: -14px;
  position: absolute;
  animation: moveleftbounce 4s linear infinite;
  background-image: url(../img/layer.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-form form .form-group {
  margin-bottom: 25px;
}
.login-form form .form-group label {
  display: block;
  margin-bottom: 10px;
  color: var(--blackColor);
  font-size: 15px;
  font-weight: 600;
}
.login-form form .form-group .form-control {
  height: 50px;
  border-radius: 0;
  box-shadow: unset;
  padding-left: 15px;
  color: var(--blackColor);
  font-size: var(--fontSize);
  border: 1px solid #f9f9f9;
  background-color: #f9f9f9;
  transition: var(--transition);
}
.login-form form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.login-form form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.login-form form .form-group .form-control:focus {
  border-color: var(--primaryColor);
  background-color: transparent;
}
.login-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.login-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.login-form form .form-check {
  color: var(--paragraphColor);
  margin-bottom: 25px;
}
.login-form form .form-check .form-check-input {
  margin-top: 0.18em;
  box-shadow: unset !important;
}
.login-form form .form-check .form-check-input[type=checkbox] {
  border-radius: 0;
}
.login-form form .form-check .form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.login-form form .form-check .form-check-input:focus {
  border-color: var(--primaryColor);
}
.login-form form .form-check .form-check-label {
  cursor: pointer;
}
.login-form form .default-btn {
  display: block;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.login-form form .forgot-password {
  text-decoration: underline;
  display: inline-block;
  margin-top: 20px;
}

.login-image {
  padding-left: 50px;
}

.register-form h2 {
  z-index: 1;
  font-size: 35px;
  position: relative;
  margin-bottom: 45px;
}
.register-form h2::before {
  left: 0;
  content: "";
  z-index: -1;
  width: 144px;
  height: 21px;
  bottom: -14px;
  position: absolute;
  animation: moveleftbounce 4s linear infinite;
  background-image: url(../img/layer.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.register-form form .form-group {
  margin-bottom: 25px;
}
.register-form form .form-group label {
  display: block;
  margin-bottom: 10px;
  color: var(--blackColor);
  font-size: 15px;
  font-weight: 600;
}
.register-form form .form-group .form-control {
  height: 50px;
  border-radius: 0;
  box-shadow: unset;
  padding-left: 15px;
  color: var(--blackColor);
  font-size: var(--fontSize);
  border: 1px solid #f9f9f9;
  background-color: #f9f9f9;
  transition: var(--transition);
}
.register-form form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.register-form form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.register-form form .form-group .form-control:focus {
  border-color: var(--primaryColor);
  background-color: transparent;
}
.register-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.register-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.register-form form .default-btn {
  display: block;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.register-form form p {
  margin-top: 20px;
  font-style: italic;
  font-size: 14px;
}

.register-image {
  padding-right: 50px;
}

.forgot-password-box {
  padding: 50px;
  max-width: 650px;
  border-radius: 5px;
  background-color: var(--whiteColor);
  box-shadow: rgba(149, 157, 165, 0.15) 0px 8px 24px;
  margin-left: auto;
  margin-right: auto;
}
.forgot-password-box label {
  display: block;
  margin-bottom: 10px;
  color: var(--blackColor);
  font-size: 15px;
  font-weight: 600;
}
.forgot-password-box .form-control {
  height: 50px;
  border-radius: 0;
  box-shadow: unset;
  padding-left: 15px;
  color: var(--blackColor);
  font-size: var(--fontSize);
  border: 1px solid #f9f9f9;
  background-color: #f9f9f9;
  transition: var(--transition);
}
.forgot-password-box .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.forgot-password-box .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.forgot-password-box .form-control:focus {
  border-color: var(--primaryColor);
  background-color: transparent;
}
.forgot-password-box .form-control:focus::-moz-placeholder {
  color: transparent;
}
.forgot-password-box .form-control:focus::placeholder {
  color: transparent;
}
.forgot-password-box .default-btn {
  margin-top: 25px;
  padding-top: 12px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 12px;
}

/*================================================
Privacy Policy Area CSS
=================================================*/
.privacy-policy-content .h1, .privacy-policy-content .h2, .privacy-policy-content .h3, .privacy-policy-content .h4, .privacy-policy-content .h5, .privacy-policy-content .h6, .privacy-policy-content h1, .privacy-policy-content h2, .privacy-policy-content h3, .privacy-policy-content h4, .privacy-policy-content h5, .privacy-policy-content h6 {
  margin-bottom: 12px;
}
.privacy-policy-content .h1:not(:first-child), .privacy-policy-content .h2:not(:first-child), .privacy-policy-content .h3:not(:first-child), .privacy-policy-content .h4:not(:first-child), .privacy-policy-content .h5:not(:first-child), .privacy-policy-content .h6:not(:first-child), .privacy-policy-content h1:not(:first-child), .privacy-policy-content h2:not(:first-child), .privacy-policy-content h3:not(:first-child), .privacy-policy-content h4:not(:first-child), .privacy-policy-content h5:not(:first-child), .privacy-policy-content h6:not(:first-child) {
  margin-top: 25px;
}
.privacy-policy-content strong {
  color: var(--blackColor);
}
.privacy-policy-content p a {
  color: var(--primaryColor);
}
.privacy-policy-content p a:hover {
  text-decoration: underline;
}
.privacy-policy-content ul li, .privacy-policy-content ol li {
  color: var(--paragraphColor);
  margin-bottom: 12px;
}
.privacy-policy-content ul li a, .privacy-policy-content ol li a {
  color: var(--primaryColor);
}
.privacy-policy-content ul li a:hover, .privacy-policy-content ol li a:hover {
  text-decoration: underline;
}
.privacy-policy-content ul li:last-child, .privacy-policy-content ol li:last-child {
  margin-bottom: 0;
}

/*================================================
Terms & Conditions Area CSS
=================================================*/
.terms-conditions-content .h1, .terms-conditions-content .h2, .terms-conditions-content .h3, .terms-conditions-content .h4, .terms-conditions-content .h5, .terms-conditions-content .h6, .terms-conditions-content h1, .terms-conditions-content h2, .terms-conditions-content h3, .terms-conditions-content h4, .terms-conditions-content h5, .terms-conditions-content h6 {
  margin-bottom: 12px;
}
.terms-conditions-content .h1:not(:first-child), .terms-conditions-content .h2:not(:first-child), .terms-conditions-content .h3:not(:first-child), .terms-conditions-content .h4:not(:first-child), .terms-conditions-content .h5:not(:first-child), .terms-conditions-content .h6:not(:first-child), .terms-conditions-content h1:not(:first-child), .terms-conditions-content h2:not(:first-child), .terms-conditions-content h3:not(:first-child), .terms-conditions-content h4:not(:first-child), .terms-conditions-content h5:not(:first-child), .terms-conditions-content h6:not(:first-child) {
  margin-top: 25px;
}
.terms-conditions-content strong {
  color: var(--blackColor);
}
.terms-conditions-content p a {
  color: var(--primaryColor);
}
.terms-conditions-content p a:hover {
  text-decoration: underline;
}
.terms-conditions-content ul li, .terms-conditions-content ol li {
  color: var(--paragraphColor);
  margin-bottom: 12px;
}
.terms-conditions-content ul li a, .terms-conditions-content ol li a {
  color: var(--primaryColor);
}
.terms-conditions-content ul li a:hover, .terms-conditions-content ol li a:hover {
  text-decoration: underline;
}
.terms-conditions-content ul li:last-child, .terms-conditions-content ol li:last-child {
  margin-bottom: 0;
}

/*================================================
Not Found Area CSS
=================================================*/
.not-found-content h3 {
  margin-bottom: 15px;
  font-size: 30px;
}
.not-found-content p {
  max-width: 540px;
}
.not-found-content .default-btn {
  margin-top: 10px;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-inner-box {
  padding: 50px;
  position: relative;
  margin-top: -100px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: var(--whiteColor);
  background-image: url(../img/dot-bg.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: contain;
}
.contact-inner-box h2 {
  font-size: 25px;
  margin-bottom: 25px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
}
.contact-inner-box .form-group {
  margin-bottom: 25px;
}
.contact-inner-box .form-group label {
  display: block;
  margin-bottom: 10px;
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-weight: 700;
}
.contact-inner-box .form-group .form-control {
  border: 0;
  height: 50px;
  display: block;
  border-radius: 0;
  box-shadow: unset;
  padding-left: 18px;
  color: var(--blackColor);
  font-size: var(--fontSize);
  background-color: #f2f2f2;
}
.contact-inner-box .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.contact-inner-box .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.contact-inner-box .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.contact-inner-box .form-group .form-control:focus::placeholder {
  color: transparent;
}
.contact-inner-box .form-group textarea.form-control {
  padding-top: 18px;
  height: auto;
}
.contact-inner-box .default-btn {
  display: block;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.contact-inner-box .contact-info {
  background-color: var(--secondaryColor);
  border-radius: 5px;
  margin-left: 15px;
  margin-top: 34px;
  padding-top: 32px;
  padding-bottom: 32px;
}
.contact-inner-box .contact-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.contact-inner-box .contact-info ul li {
  padding: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.contact-inner-box .contact-info ul li h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--whiteColor);
}
.contact-inner-box .contact-info ul li p {
  color: var(--whiteColor);
  line-height: initial;
  position: relative;
  padding-left: 24px;
}
.contact-inner-box .contact-info ul li p i {
  left: 0;
  top: 50%;
  line-height: 1;
  position: absolute;
  transform: translateY(-50%);
}
.contact-inner-box .contact-info ul li p a {
  color: var(--whiteColor);
}
.contact-inner-box .contact-info ul li ul li {
  padding: 0;
  margin-right: 5px;
  border-bottom: none;
  display: inline-block;
}
.contact-inner-box .contact-info ul li ul li a {
  width: 35px;
  height: 35px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  color: var(--secondaryColor);
  background-color: var(--whiteColor);
}
.contact-inner-box .contact-info ul li ul li a i {
  left: 0;
  top: 50%;
  right: 0;
  line-height: 1;
  margin-top: 1px;
  position: absolute;
  transform: translateY(-50%);
}
.contact-inner-box .contact-info ul li ul li a:hover {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}
.contact-inner-box .contact-info ul li ul li:last-child {
  margin-right: 0;
}
.contact-inner-box .contact-info ul li:last-child {
  border-bottom: none;
}
.contact-inner-box br {
  display: none;
}
.contact-inner-box .wpcf7-not-valid-tip {
  margin-top: 5px;
}
.contact-inner-box .wpcf7-not-valid-tip {
  font-size: 15px;
}
.contact-inner-box .wpcf7 form .wpcf7-response-output {
  margin: 0;
}
.contact-inner-box span.wpcf7-list-item-label {
  font-weight: normal;
}

.map-area iframe {
  width: 100%;
  height: 600px;
  margin-bottom: -8px;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area.bg-black {
  background-color: var(--blackColor) !important;
}
.footer-area.bg-black .single-footer-widget h1, .footer-area.bg-black .single-footer-widget h2, .footer-area.bg-black .single-footer-widget h3, .footer-area.bg-black .single-footer-widget h4, .footer-area.bg-black .single-footer-widget h5, .footer-area.bg-black .single-footer-widget h6 {
  color: var(--whiteColor);
}
.footer-area.bg-black .single-footer-widget p {
  color: #e6e6e6;
}
.footer-area.bg-black .single-footer-widget li {
  color: #e6e6e6;
}
.footer-area.bg-black .single-footer-widget li a {
  color: #e6e6e6;
}
.footer-area.bg-black .single-footer-widget li a:hover {
  color: var(--primaryColor);
}
.footer-area.bg-black .single-footer-widget .newsletter-form .form-control {
  color: var(--whiteColor);
  background-color: rgba(255, 255, 255, 0.1);
}
.footer-area.bg-black .single-footer-widget .newsletter-form .form-control::-moz-placeholder {
  color: #e6e6e6;
}
.footer-area.bg-black .single-footer-widget .newsletter-form .form-control::placeholder {
  color: #e6e6e6;
}
.footer-area.bg-black .single-footer-widget .newsletter-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.footer-area.bg-black .single-footer-widget .newsletter-form .form-control:focus::placeholder {
  color: transparent;
}

.single-footer-widget {
  margin-bottom: 25px;
}
.single-footer-widget .logo {
  margin-bottom: 25px;
}
.single-footer-widget .logo h2 {
  margin-bottom: 0;
  font-weight: 800;
}
.single-footer-widget h3 {
  font-size: 22px;
  margin-bottom: 25px;
}
.single-footer-widget ul.menu {
  padding-left: 0;
  list-style: none;
}
.single-footer-widget ul.menu li {
  margin-bottom: 10px;
  color: var(--paragraphColor);
}
.single-footer-widget ul.menu li a {
  color: var(--paragraphColor);
}
.single-footer-widget ul.menu li a:hover {
  color: var(--primaryColor);
}
.single-footer-widget ul.menu li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .newsletter-form {
  margin-bottom: 20px;
}
.single-footer-widget .newsletter-form .form-control {
  height: 55px;
  padding-left: 25px;
  border-radius: 30px;
  color: var(--blackColor);
  font-size: var(--fontSize);
  background-color: #ededed;
}
.single-footer-widget .newsletter-form .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.single-footer-widget .newsletter-form .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.single-footer-widget .newsletter-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.single-footer-widget .newsletter-form .form-control:focus::placeholder {
  color: transparent;
}
.single-footer-widget .newsletter-form button {
  background-color: var(--primaryColor);
  transition: var(--transition);
  color: var(--whiteColor);
  padding: 14px 30px 13px;
  border-radius: 30px;
  margin-top: 10px;
  display: block;
  width: 100%;
  border: 0;
  font-size: var(--fontSize);
  font-weight: 500;
}
.single-footer-widget .newsletter-form button:hover {
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
}
.single-footer-widget .social-links h3 {
  margin-bottom: 0;
  margin-right: 10px;
}
.single-footer-widget .social-links ul {
  top: 10px;
}
.single-footer-widget .social-links ul li {
  margin-right: 10px;
}
.single-footer-widget .social-links ul li a {
  line-height: 1;
  font-size: 18px;
  color: var(--primaryColor);
}
.single-footer-widget .social-links ul li a:hover {
  color: var(--secondaryColor);
}

.copyright-area {
  background-color: var(--whiteColor);
  margin-top: 75px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.copyright-area p a {
  color: var(--primaryColor);
}
.copyright-area p a:hover {
  color: var(--secondaryColor);
}
.copyright-area ul {
  text-align: end;
  margin-bottom: 0 !important;
  padding-left: 0;
  list-style: none;
}
.copyright-area ul li {
  position: relative !important;
  display: inline-block !important;
  color: var(--paragraphColor);
  margin-left: 10px;
  margin-right: 10px;
}
.copyright-area ul li a {
  color: var(--paragraphColor);
}
.copyright-area ul li a:hover {
  color: var(--primaryColor);
}
.copyright-area ul li::before {
  top: 5px;
  width: 1px;
  left: -12px;
  content: "";
  height: 15px;
  position: absolute;
  background: #8f90a6;
}
.copyright-area ul li:last-child {
  margin-right: 0;
}
.copyright-area ul li:first-child {
  margin-left: 0;
}
.copyright-area ul li:first-child::before {
  display: none;
}

/*================================================
Back to Top CSS
=================================================*/
#backtotop {
  opacity: 0;
  right: 20px;
  z-index: 99;
  width: 50px;
  bottom: 20px;
  height: 50px;
  font-size: 25px;
  transition: 0.5s;
  line-height: 58px;
  background-color: #f8f8f8;
  animation: border-transform 10s linear infinite alternate forwards;
}
#backtotop:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.listing-info .info .social-share ul .directorist-social-links__item a .directorist-icon-mask:after {
  background-color: #ffffff !important;
}

.author-description {
  margin-bottom: 10px;
}
.author-description p {
  font-size: 16.1px;
}

.sl-with-bg-image {
  position: relative;
}
.sl-with-bg-image:before {
  content: "";
  background-color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.8;
  border-radius: 4px;
}
.sl-with-bg-image .listing-content {
  position: relative;
}
.sl-with-bg-image .listing-content h3 a {
  color: var(--whiteColor);
}
.sl-with-bg-image .listing-content a {
  color: var(--whiteColor);
}
.sl-with-bg-image .listing-content li {
  color: var(--whiteColor) !important;
}
.sl-with-bg-image .listing-content li i {
  background-color: #727272 !important;
}

.et-demo-options-toolbar {
  position: fixed;
  top: 50%;
  width: 40px;
  right: 0;
  line-height: 60px;
  border: 1px solid #eee;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  z-index: 99999;
  background: #fff;
  text-align: center;
  box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}
.et-demo-options-toolbar a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #111;
}
.et-demo-options-toolbar a:focus, .et-demo-options-toolbar a:hover {
  color: #111 !important;
}

[class*=hint--] {
  position: relative;
  display: inline-block;
}

[class*=hint--]:before,
[class*=hint--]:after {
  position: absolute;
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  transition: 0.3s ease;
  transition-delay: 0ms;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  transition-delay: 0.1s;
}

[class*=hint--]:before {
  content: "";
  position: absolute;
  background: 0 0;
  border: 7px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #000;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 15px;
  white-space: nowrap;
  border-radius: 5px;
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:before,
[aria-label=""]:after,
[data-hint=""]:before,
[data-hint=""]:after {
  display: none !important;
}

.hint--left:before {
  border-left-color: #000;
}

.hint--left:before {
  margin-right: -13px;
  margin-bottom: -7px;
}

.hint--left:after {
  margin-bottom: -15px;
}

.hint--left:before,
.hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:before {
  transform: translateX(-8px);
}

.hint--left:hover:after {
  transform: translateX(-8px);
}

[class*=hint--]:after {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.hint--bounce:before,
.hint--bounce:after {
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.admin-bar .navbar-area.position-fixed {
  top: 31px;
}

.navbar-area.position-fixed .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul {
  background-color: var(--whiteColor);
}
.navbar-area.position-fixed .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav .nav-link {
  color: var(--blackColor) !important;
}

/* Start "Demo Five CSS" */
/* Navbar CSS */
.navbar-five-style .others-option .option-item:first-child .default-btn {
  border-color: #00214D;
  background: #00214D;
}

/* Hero CSS */
.five-banner-area {
  background: #F0F0F0;
  position: relative;
  z-index: 1;
}
.five-banner-area .container-fluid {
  max-width: 1920px;
  padding-left: 100px;
  padding-right: 100px;
}
.five-banner-area .five-banner-image {
  margin-top: 35px;
  margin-left: -40px;
  margin-right: 40px;
}
.five-banner-area .banner-shape1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.five-banner-content h1 {
  color: #00214D;
  font-family: "Nunito Sans";
  font-size: 76px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -3.04px;
}
.five-banner-content h1 span {
  position: relative;
}
.five-banner-content h1 span img {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
}

.five-banner-form {
  margin-left: -30px;
}
.five-banner-form .form-tabs .nav.nav-tabs {
  border: none;
  display: block;
  border-radius: 0;
  background-color: transparent;
}
.five-banner-form .form-tabs .nav.nav-tabs .nav-item {
  display: inline-block;
  margin-right: 1px;
}
.five-banner-form .form-tabs .nav.nav-tabs .nav-item .nav-link {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
  padding: 11px 34px 10px;
  color: var(--whiteColor);
  transition: var(--transition);
  background-color: var(--primaryColor);
  font-size: 17px;
  font-weight: 700;
}
.five-banner-form .form-tabs .nav.nav-tabs .nav-item .nav-link::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: var(--primaryColor);
}
.five-banner-form .form-tabs .nav.nav-tabs .nav-item .nav-link:hover, .five-banner-form .form-tabs .nav.nav-tabs .nav-item .nav-link.active {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}
.five-banner-form .form-tabs .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.five-banner-form .form-tabs .tab-content {
  padding: 30px 40px;
  background-color: var(--whiteColor);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.07);
}
.five-banner-form .form-tabs form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.five-banner-form .form-tabs form .form-group {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 7px;
  padding-right: 7px;
}
.five-banner-form .form-tabs form .form-group label {
  display: block;
  margin: 0 0 10px 0;
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-weight: 600;
}
.five-banner-form .form-tabs form .form-group .form-select, .five-banner-form .form-tabs form .form-group .form-control {
  color: var(--paragraphColor);
  border: 1px solid #eeeeee;
  background-color: #f9f9f9;
  box-shadow: unset;
  border-radius: 0;
  cursor: pointer;
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 11px;
  font-size: 15px;
  font-weight: 500;
}
.five-banner-form .form-tabs form .form-group .form-select option, .five-banner-form .form-tabs form .form-group .form-control option {
  font-size: 16px;
}
.five-banner-form .form-tabs form .form-group.price-range {
  width: 100%;
}
.five-banner-form .form-tabs form .form-group.price-range .range-slider {
  position: relative;
  margin-top: 20px;
}
.five-banner-form .form-tabs form .form-group.price-range .range-slider input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  position: absolute;
  width: 100%;
  left: 0;
}
.five-banner-form .form-tabs form .form-group.price-range .range-slider input[type=range]::-webkit-slider-thumb {
  background: var(--whiteColor);
  border: 1px solid #cccccc;
  -webkit-appearance: none;
  border-radius: 50%;
  position: relative;
  margin-top: -5px;
  cursor: pointer;
  height: 15px;
  width: 15px;
  z-index: 1;
}
.five-banner-form .form-tabs form .form-group.price-range .range-slider input[type=range]::-webkit-slider-runnable-track {
  background: var(--primaryColor);
  border-radius: 30px;
  border: none;
  height: 5px;
  width: 100%;
}
.five-banner-form .form-tabs form .form-group.search-btn .default-btn {
  line-height: 47px;
  display: block;
  height: 47px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.five-banner-form .form-tabs form .form-group.search-btn .default-btn i {
  left: auto;
  font-size: 15px;
  margin-left: -27px;
}

/* Apartment CSS */
.five-apartment-area {
  padding-top: 85px;
  padding-bottom: 85px;
}

.five-apartment-widget {
  text-align: center;
}
.five-apartment-widget .icon {
  margin-bottom: 20px;
}
.five-apartment-widget h5 {
  color: #00214D;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 2px;
}
.five-apartment-widget p {
  color: #616E96;
}

/* Listing CSS */
.five-listing-widget {
  margin-bottom: 25px;
  padding: 30px;
  background-color: var(--whiteColor);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
}
.five-listing-widget .image {
  position: relative;
  overflow: hidden;
}
.five-listing-widget .image img {
  transition: var(--transition);
}
.five-listing-widget .image .link-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  position: absolute;
}
.five-listing-widget .image .chevron {
  top: 20px;
  left: 20px;
  z-index: 2;
  font-size: 14px;
  position: absolute;
  padding: 2px 15px 1px;
  display: inline-block;
  color: var(--whiteColor);
  background-color: #f26f95;
}
.five-listing-widget .content {
  padding: 0 30px 0 30px;
}
.five-listing-widget .content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.five-listing-widget .content .listing-price {
  margin-bottom: 15px;
}
.five-listing-widget .content .listing-price span {
  font-size: 14px;
  padding: 2px 15px 1px;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}
.five-listing-widget .content .listing-price .price {
  line-height: 1;
  color: var(--primaryColor);
  font-size: 24px;
  font-weight: 700;
}
.five-listing-widget .content .listing-details {
  margin-top: 22px;
  margin-bottom: 22px;
}
.five-listing-widget .content .listing-details li {
  color: var(--paragraphColor);
  display: inline-block;
  margin-right: 25px;
  position: relative;
  padding-bottom: 1px;
  padding-left: 35px;
  padding-top: 1px;
  font-size: 15px;
  font-weight: 600;
}
.five-listing-widget .content .listing-details li i {
  left: 0;
  top: 50%;
  width: 27px;
  height: 27px;
  font-size: 14px;
  line-height: 31px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-50%);
  background-color: #eeeeee;
  transition: var(--transition);
}
.five-listing-widget .content .listing-details li:last-child {
  margin-right: 0;
}
.five-listing-widget .content .listing-details li:hover i {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.five-listing-widget .content .listing-info {
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}
.five-listing-widget .content .listing-info .author {
  font-size: 15px;
  font-weight: 600;
}
.five-listing-widget .content .listing-info .author img {
  width: 27px;
  margin-right: 10px;
  border-radius: 50%;
}
.five-listing-widget .content .listing-info .info li {
  display: inline-block;
  position: relative;
  margin-right: 6px;
}
.five-listing-widget .content .listing-info .info li .social-share ul {
  left: 0;
  opacity: 0;
  width: 28px;
  bottom: 28px;
  height: auto;
  visibility: hidden;
  position: absolute;
  text-align: center;
  transition: var(--transition);
  background-color: var(--primaryColor);
  padding-top: 8px;
  padding-bottom: 5px;
}
.five-listing-widget .content .listing-info .info li .social-share ul li {
  margin-right: 0;
  margin-bottom: 7px;
}
.five-listing-widget .content .listing-info .info li .social-share ul li a {
  display: block;
  line-height: 1;
  font-size: 15px;
  color: var(--whiteColor);
}
.five-listing-widget .content .listing-info .info li .social-share ul li a:hover {
  opacity: 0.7;
}
.five-listing-widget .content .listing-info .info li .social-share ul li:last-child {
  margin-bottom: 0;
}
.five-listing-widget .content .listing-info .info li .social-share:hover ul {
  opacity: 1;
  visibility: visible;
}
.five-listing-widget .content .listing-info .info li button {
  padding: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  position: relative;
  color: var(--paragraphColor);
  border: 1px solid #eeeeee;
  background-color: transparent;
  transition: var(--transition);
}
.five-listing-widget .content .listing-info .info li button i {
  left: 0;
  right: 0;
  top: 50%;
  line-height: 1;
  margin-top: 1px;
  font-size: 14px;
  position: absolute;
  transform: translateY(-50%);
}
.five-listing-widget .content .listing-info .info li button:hover {
  border-color: #ded6d6;
  color: var(--primaryColor);
}
.five-listing-widget .content .listing-info .info li:last-child {
  margin-right: 0;
}
.five-listing-widget:hover .listing-image img {
  transform: scale(1.08);
}

.single-listing-box.style5 {
  padding: 19px;
}
.single-listing-box.style5 .listing-content {
  padding: 30px 11px 11px 11px;
}

/* Solution CSS */
.five-solution-content {
  background: #4153A0;
  padding: 60px 65px;
  margin-right: -100px;
  position: relative;
}
.five-solution-content h2 {
  color: var(--whiteColor);
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.five-solution-content h2 span {
  position: relative;
  display: inline-block;
}
.five-solution-content h2 span img {
  position: absolute;
  left: 35px;
  bottom: -7px;
}
.five-solution-content p {
  color: var(--whiteColor);
  font-size: 18px;
  padding-bottom: 30px;
  line-height: normal;
  margin-bottom: 30px;
  border-bottom: solid 1px rgba(15, 15, 15, 0.19);
}
.five-solution-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 35px;
}
.five-solution-content ul li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--whiteColor);
}
.five-solution-content ul li:last-child {
  margin-bottom: 0;
}
.five-solution-content ul li i {
  position: absolute;
  left: 0;
  top: 3px;
}
.five-solution-content .default-btn {
  background-color: var(--primaryColor);
}

/* Text Slider CSS */
.five-text-slider-area {
  overflow: hidden;
}
.five-text-slider-area .container-fluid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.five-text-slider-area h2 {
  color: #00214D;
  font-size: 76px;
  font-weight: 800;
  letter-spacing: -3.04px;
  margin-bottom: 0;
  flex-shrink: 0;
  margin-right: 45px;
  margin-left: 45px;
}
.five-text-slider-area h2 .dot {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background-color: #000428;
}
.five-text-slider-area .text-slide {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 40s;
}
.five-text-slider-area .text-slide:hover {
  animation-play-state: paused !important;
}

@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
/* Location Area CSS */
.single-location-card.style2 {
  margin-top: -20px;
}

/* Staff Area CSS */
.five-staff-area {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #30B39F;
  overflow: hidden;
}

.staff-box {
  position: relative;
  margin-right: 20px;
  margin-bottom: 40px;
}
.staff-box.style2 {
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 40px;
  margin-left: 20px;
}
.staff-box.style2::before {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.staff-box .link-btn {
  opacity: 0;
  right: 20px;
  width: 45px;
  height: 45px;
  bottom: 20px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  visibility: hidden;
  display: inline-block;
  color: var(--secondaryColor);
  background-color: var(--whiteColor);
}
.staff-box .link-btn i {
  left: 0;
  right: 0;
  top: 50%;
  line-height: 1;
  margin-top: 2px;
  position: absolute;
  transform: translateY(-50%);
}
.staff-box .link-btn:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.staff-box::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  border: 3px solid rgba(238, 238, 238, 0.17);
  margin-top: 15px;
  margin-left: 15px;
  margin-right: -15px;
  margin-bottom: -15px;
}
.staff-box:hover .link-btn {
  opacity: 1;
  visibility: visible;
}

.five-staff-content h2 {
  color: var(--whiteColor);
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.five-staff-content h2 span {
  position: relative;
  display: inline-block;
}
.five-staff-content h2 span img {
  position: absolute;
  left: 35px;
  bottom: -7px;
}
.five-staff-content p {
  color: var(--whiteColor);
  margin-bottom: 30px;
}
.five-staff-content .default-btn:hover {
  background-color: #00214D;
}

.five-staff-slider {
  margin-right: -490px;
  margin-left: 45px;
}

/* Five Story Area CSS */
.five-story-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 797px;
  width: 100%;
}

.five-story-widget {
  padding: 55px;
  margin-top: -170px;
  background-color: var(--whiteColor);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.04);
}
.five-story-widget .section-title {
  padding-right: 145px;
  margin-bottom: 0;
}
.five-story-widget .section-title h2::before {
  left: 42px;
}
.five-story-widget .story-count .story-item {
  position: relative;
  padding-left: 30px;
  padding-top: 5px;
}
.five-story-widget .story-count .story-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-left: 2px solid #30B39F;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.04);
}
.five-story-widget .story-count .story-item h2 {
  color: #00214D;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 5px;
}
.five-story-widget .story-count .story-item p {
  color: #616E96;
  font-size: 18px;
}

/* Testimonial Area CSS */
.five-testimonial-area {
  background: #F4F4F4;
  overflow: hidden;
}
.five-testimonial-area .five-testimonial-slider {
  margin-right: -660px;
}

.five-testimonial-card {
  position: relative;
}
.five-testimonial-card .main-content {
  padding: 32px 30px;
  margin-bottom: 40px;
  background-color: var(--whiteColor);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.04);
}
.five-testimonial-card .main-content p {
  font-size: 22px;
  color: #00214D;
}
.five-testimonial-card .star {
  color: gold;
  font-size: 20px;
  margin-bottom: 12px;
}
.five-testimonial-card .details {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.five-testimonial-card .details .image {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  margin-right: 12px;
  border-radius: 50%;
}
.five-testimonial-card .details .image img {
  border-radius: 50%;
}
.five-testimonial-card .details .content h5 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
.five-testimonial-card .details .content span {
  color: #616E96;
  font-size: 15px;
}
.five-testimonial-card .icon {
  position: absolute;
  right: 30px;
}

/* Creative Area CSS */
.five-creative-area {
  position: relative;
  z-index: 1;
}
.five-creative-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  width: 100%;
  z-index: -1;
  background: #F9F9F9;
}

.inner-creative-widget {
  background: #30B39F;
  padding: 0 80px;
  position: relative;
  max-width: 1095px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.inner-creative-widget .creative-image {
  padding-top: 60px;
  text-align: center;
}
.inner-creative-widget .content {
  padding-right: 60px;
}
.inner-creative-widget .content h2 {
  color: var(--whiteColor);
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.inner-creative-widget .content h2 span {
  position: relative;
  display: inline-block;
}
.inner-creative-widget .content h2 img {
  position: absolute;
  left: 29px;
  bottom: -7px;
}
.inner-creative-widget .content p {
  margin-bottom: 20px;
  color: var(--whiteColor);
}
.inner-creative-widget .content .default-btn:hover {
  background-color: #000428;
}
.inner-creative-widget .creative-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* Download Area CSS */
.five-app-download-image::before {
  background: #F4F4F4;
}

.five-banner-form .form-tabs form .search-btn {
  margin-top: 15px;
}

.single-listing-box .listing-content .listing-info a.directorist-mark-as-favorite__btn {
  position: relative;
  top: -13px;
}

.five-listing-widget .content .listing-price .price span {
  background-color: unset;
  color: unset;
  font-size: unset;
  padding: unset;
}

.desktop-nav .navbar .navbar-nav .current-menu-parent > a {
  color: var(--primaryColor) !important;
}
.desktop-nav .navbar .navbar-nav .current-menu-parent > a .current-menu-item a {
  color: var(--primaryColor) !important;
}

.desktop-nav .navbar .navbar-nav .current-menu-parent .current-menu-item a {
  color: var(--primaryColor) !important;
}

.five-apartment-widget img {
  max-width: 55px;
}

/* End "Demo Five CSS" *//*# sourceMappingURL=realh-main.css.map */