/* Imports */

/* Icons */

@import url('https://use.fontawesome.com/releases/v5.14.0/css/all.css');
@import url('https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css');
@import url('https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp');

/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@100..900&family=Noto+Serif+Georgian:wght@100..900&display=swap');

h3 {
    font-family: pragmatica, sans-serif;
    font-size: 30px !important;
    font-weight: 200 !important;
    color: #706259 !important;
}
body {
    overflow-x: hidden;
}
.featured_main .slick-track {
    height: 395px !important;
}
.contact__form form .themeBtn {
    background: #fff;
    margin: 0;
}
.featured_main .views-element-container {
    width: 931px;
}

.featured_main .featured_listings {
    position: relative;
    border: 1px solid #f1f1f1;
    /* width: ; */
}

.featured_main .featured_listings {
    margin-top: 30px;
}
.featured_main .view-content-card {
    overflow: hidden;
}
.featured_main .featured_listings_sale {
    display: block;
    font-size: 16px;
    color: white;
    background-color: #cda953;
    padding: 5px 10px;
    position: absolute;
    top: -16px;
}

.featured_main .featured_listings_text a{
    font-size: 20px;
    font-family: pragmatica, sans-serif;
    font-weight: 300;
    color: #cda953;
    text-decoration: none;
}
.featured_main .featured_listings_text p    {
    font-size: 12px;
    font-family: pragmatica, sans-serif;
    font-weight: 300;
    color: #706259;
}

.featured_main .view-content-card img {
    width: 296px;
    height: auto;
}

.featured_main .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #cda953;
}
.featured_main .slick-dots li button:before {
    font-size: 70px;
}

.featured_main .slick-dots {
    bottom: 400px !important;
    text-align: end !important;
}

.owl-item .views-field .caption {
    display: block;
    font-size: 16px;
    color: white;
    background-color: #cda953;
    padding: 5px 10px;
    position: absolute;
    top: -14px;
}

.view-listings-block-outer-wrapper {
    background-color: #f6f6f5;
    border: 1px solid #f6f6f5;
    height: 390px;
}

.view-listings-block-outer-wrapper .view-listings-block-inner-wrapper {
    width: 215px;
    margin: auto;
}

.view-listings-block-inner-wrapper .map-pointers {
    height: 190px;
    background: url('https://daxpro.custom.amgdigitalagency.com/public/images/listing-map-block.svg') no-repeat;
    margin: auto;
}

.view-listings-block-outer-wrapper .view-listings-block-inner-wrapper h2 {
    color: #706259 !important;
    margin-top: 25px;
    margin-bottom: 20px;
    font-family: Georgia, "Times New Roman", Times, serif !important;
}

.view-listings-block-inner-wrapper .action-link {
    margin-top: 25px;
    width: 150px;
    border: 1px solid #1b99d6;
    text-align: center;
}

.view-listings-block-inner-wrapper .action-link a {
    color: #1b99d6;
    font-size: 16px;
    text-decoration: none;
}

:root {
  --color-primary: #cda953;
  --color-accent: #262261;
  --color-shadow: #26226130;
}

/* General Styling */

.searchProperties .container-fluid div {
    width: 100% !important;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
  font-family: 'Inter', sans-serif;
}

a {
  display: inline-block;
  color: #000;
  transition: all 300ms ease-in-out;
}

a:hover {
  color: #000;
}

i {
  vertical-align: middle;
}

ul {
  margin-bottom: 0;
}

.textCenter {
  text-align: center;
}

.imgFluid {
  max-width: 100%;
}

.sectionHeading {
  margin: 1rem 0px 2rem;
}

.sectionHeading h2 {
  font-weight: bold;
  font-size: 2.5rem;
}

.sectionHeading h3 {
  font-weight: bold;
  font-size: 2rem;
}

.sectionHeading h2 span,
.sectionHeading h3 span {
  color: var(--color-primary);
}

.sectionHeading p {
  font-weight: 500;
}

.sectionHeading .hrLine {
  width: 100px;
  height: 2px;
  display: block;
  background: var(--color-primary);
  margin: 0.75rem 0px;
}

.sectionHeading--center {
  text-align: center;
}

.sectionHeading--center .hrLine {
  margin: 0.75rem auto;
}

h5 {
  font-size: 18px;
}

.themeBtn {
    width: max-content;
    display: block;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: var(--color-primary);
    border: 1px solid transparent;
    padding: 0.75rem 2rem;
    margin: 0.25rem 19px;
    transition: all 450ms ease;
}


.themeBtn:hover {
  color: #fff;
  background: #000;
  transform: translateY(-5px);
}

.themeBtn2 {
  background: var(--color-primary);
  color:#fff;
  border: 1px solid transparent;
  width: max-content;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0.25rem 0.55rem;
}


.themeBtn2:hover {
  color: #fff;
  background: #000;
  transform: translateY(-5px);
}

.themeBtn--outline {
  color: #000;
  border-color: #000;
  background: transparent;
}

.themeBtn--outline:hover {
  color: #fff;
  background: var(--color-primary);
  border-color: transparent;
}

/* Header */

.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #000;
  padding: 1rem;
}

.header__topbar,
.header__topbar ul {
  display: flex;
  align-items: center;
}

.header__topbar {
  min-width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: space-between;
  background: #333;
  padding: 0.25rem 6rem 0.25rem 3rem;
}

.header__topbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: -25px;
  width: 25px;
  height: 100%;
  background: #333;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 100% 100%);
}

.header__topbar a {
  color: #fff;
  font-size: 14px;
  padding: 0.5rem;
  margin: 0 0.25rem;
}

.header__topbar a i {
  font-size: 16px;
}

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

.header__logo {
  width: 150px;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 2rem;
}

.header__nav a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 1rem;
  margin: 0 1rem;
}

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

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

/* Banner */

.banner {
  width: 100%;
  min-height: 90vh;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../images/banner.jpg');
  background-position: center;
  background-size: cover;
  padding-top: 5rem;
}

.banner__search {
  min-height: 650px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border-radius: 1rem;
  border-bottom-left-radius: 0;
  box-shadow: 0px 0px 30px 1px var(--color-shadow);
  padding: 2rem 1rem;
  padding-left: 90px;
  /* -webkit-box-reflect: below 5px linear-gradient( -8deg, rgba(0, 0, 0, 0.5), transparent, transparent, transparent, transparent); */
}

.banner__searchCategory {
  position: absolute;
  bottom: 0;
  left: 0;
}

.banner__searchCategory li {
  width: 80px;
  height: 81.7px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  cursor: pointer;
  user-select: none;
  background: #000;
  border-bottom: 1px solid #fff;
  transition: all 300ms ease-in-out;
}

.banner__searchCategory li.active,
.banner__searchCategory li:hover {
  background: var(--color-primary);
}

.banner__searchCategory li:not(:last-child).active,
.banner__searchCategory li:not(:last-child):hover {
  padding-right: 10px;
}

.banner__searchCategory li:not(:last-child).active::before,
.banner__searchCategory li:not(:last-child):hover::before {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
  background: inherit;
}

.banner__searchCategory li:not(:last-child).active::after,
.banner__searchCategory li:not(:last-child):hover::after {
  content: '';
  width: 10px;
  height: 8px;
  position: absolute;
  bottom: -8px;
  left: -10px;
  background: #946f1c;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.banner__searchCategory li > img {
  display: inline-block;
  width: 40px;
  height: 30px;
  object-fit: contain;
}

.banner__searchCategory li > span {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  margin-top: 0.35rem;
}

.banner__searchCategory li:last-child {
  border-bottom: none;
}

.banner__searchForm h2 {
  color: var(--color-primary);
  font-weight: bold;
  margin-bottom: 1rem;
}

.banner__searchForm form input:not(input[type='checkbox']) {
  width: 100%;
  background: #26226130;
  border: none;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  margin-bottom: 2rem;
}

.banner__searchForm label {
  display: block;
  margin: 1rem 0px;
}

.banner__searchForm .themeBtn {
  margin-top: 2rem;
}

.banner__slider {
  background: #cda953cc;
  border-radius: 1rem;
  padding: 3rem 1.5rem;
}

.banner__slider .slick-dots {
  bottom: 15px;
  text-align: left;
}

.banner__slider .slick-dots li button:before {
  color: #fff;
  font-size: 26px;
}

.banner__slider .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
}

.banner__slider .slick-dots li button:before {
  line-height: 14px;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.banner__sliderSingle {
  color: #fff;
}

.banner__sliderSingle .themeBtn {
  border: 2px solid #fff;
  border-radius: 0.5rem;
  display: inline;
  margin: 6px 3px 5px 16px;
}

/* Pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0px;
}
.pagination a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 50%;
  margin: 0.5rem;
}
.pagination li:first-child a,
.pagination li:last-child a {
  background: #f2f3f4;
}
.pagination li:nth-child(2) a,
.pagination li:nth-last-child(2) a {
  background: #f2f3f4;
}

.pagination a:hover,
.pagination a.active {
  color: #fff;
  background: #000 !important;
}

.pagination li.active a {
  background-color: #000;
  color: #fff;
}
/* Page Title */

.pageTitle {
  width: 100%;
  min-height: 70vh;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../images/pagetitle-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 3rem 0px;
  margin-bottom: 3rem;
}

.pageTitle__content h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.pageTitle__form {
  position: relative;
  bottom: -50px;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0px 0px 10px 1px #26226130;
  padding: 2rem;
}

.pageTitle__form h3 {
  color: #cda953;
  font-weight: bold;
  text-align: center;
}

.pageTitle__form input,
.pageTitle__form select {
  width: 100%;
  color: #696969;
  font-size: 14px;
  background: #f2f2f2;
  border: 1px solid #cda953;
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin: 0.25rem 0px;
}

.pageTitle__form input::placeholder {
  color: #cda953cc;
}

.pageTitle__form .themeBtn {
  width: 100%;
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin-top: 0.5rem;
}

/* About */

.about {
  padding: 5rem 0px;
}

.about__content h2 {
  font-size: 4.25rem;
  font-weight: bold;
  line-height: 1;
}

.about__content h2 span {
  color: var(--color-primary);
}

.about__content p {
  line-height: 32px;
  margin: 1.25rem 0px;
}

/* Listings */

.listings {
  background: url('../images/listing-bg.png');
  background-position: center;
  background-size: cover;
  padding: 4rem 0px;
}

.listings .themeBtn--outline {
  margin: 2rem auto 3rem;
}

/* Properties */

.properties {
  padding: 3rem 0px 4rem;
}

/* Property Filter */

.products__filterSort,
.products__filterSort > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.products__filterSort {
  margin: 0.5rem 0px 1rem;
}

.products__filterSort > div > div {
  margin-left: 1rem;
}

.products__filterSort > div > div span {
  font-size: 14px;
}

.products__filterSort select {
  font-size: 14px;
  border: 1px solid #26226130;
  border-radius: 0.25rem;
  padding: 0.25rem;
  margin: 0px 0.25rem;
}

/* Property Search */

.properties__search {
  border-radius: 0.5rem;
  box-shadow: 0px 0px 20px 1px #26226130;
  padding: 2rem 1.25rem;
  margin-bottom: 2rem;
}

.properties__search h4 {
  color: #cda953;
}

.properties__search input,
.properties__search select {
  width: 100%;
  border: 1px solid #26226130;
  border-radius: 0.25rem;
  padding: 0.75rem;
  margin: 0.75rem 0px;
}

.properties__search .themeBtn {
  width: 100%;
  border-radius: 0.25rem;
  margin-top: 0.75rem;
}

/* Property Card */

.slick-track,
.slick-list {
  height: inherit !important;
}

.propertyCard {
  border-radius: 0.5rem;
  box-shadow: 0px 0px 20px 1px #26226130;
  overflow: hidden;
  margin: 1rem 0px;
}

.propertyCard__top {
  width: 100%;
  height: 220px;
  position: relative;
}

.propertyCard__top > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.propertyCard__top .badge {
  position: absolute;
  top: 7%;
  left: 5%;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: var(--color-accent);
  border-radius: 1rem;
  padding: 0.35rem 0.75rem;
}

.propertyCard__top .title {
  position: absolute;
  bottom: 6%;
  left: 5%;
  display: inline-block;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0px 0px 5px var(--color-accent);
}

.propertyCard__top .favourite {
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: -10%;
  right: 10%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 22px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 1px var(--color-shadow);
}

.propertyCard__top .favourite:hover {
  transform: translateY(-2px);
}

.propertyCard__body {
  background: #fff;
  padding: 1rem;
}

.propertyCard__body h5 {
  font-weight: bold;
  margin-bottom: 0;
}

.propertyCard__body p {
  margin-bottom: 0;
}

.propertyCard__bottom {
  display: flex;
  align-items: center;
  background: #fff;
  border-top: 1px solid var(--color-shadow);
}

.propertyCard__bottom span {
  /*display: inline-block;*/
  /*font-size: 14px;*/
  /*border-right: 1px solid var(--color-shadow);*/
  padding: 1rem;
  width: 50%;
}

.propertyCard__bottom .themeBtn {
  font-size: 14px;
  padding: 0.25rem 0.75rem;
  margin: 0 auto;
}

/* Services */

.services {
  padding: 4rem 0px;
}

.services__card {
  position: relative;
  border-top-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  box-shadow: 0px 0px 30px 0px var(--color-shadow);
  padding: 2rem;
  margin: 2rem 0px;
}

.services__card::before {
  content: '';
  width: 25%;
  height: 15%;
  position: absolute;
  bottom: -15%;
  right: 0;
  background: linear-gradient(to top, #cea853, #946f1c);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.services__card--alt {
  margin-top: 6rem;
}

.services__card > img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  position: absolute;
  top: -12%;
  left: -6%;
  display: block;
}

.services__card > h4 {
  margin-bottom: 0.25rem;
}

.services__card p {
  font-size: 14px;
  margin-bottom: 0;
}

.services__milestones {
  margin: 4rem auto 2rem;
}

.services__milestone {
  min-height: 125px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #000;
  padding: 1rem;
  margin: 0.5rem;
}

.services__milestoneImg {
  width: 55px;
  height: 55px;
  background: var(--color-primary);
  border-radius: 0.25rem;
  padding: 0.25rem;
}

.services__milestoneImg > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.services__milestoneContent {
  color: #fff;
  margin-left: 1rem;
}

.services__milestoneContent h5 {
  margin-bottom: 0;
}

.services__milestoneContent p {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 300;
  margin-top: 0.25rem;
}

.services__milestones .themeBtn {
  margin: 2rem auto 0px;
}

/* Contact Form */

.contact__img {
  width: 100%;
  height: 100%;
}

.contact__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact__form {
    background: #000;
    padding: 3em;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contact__form .sectionHeading {
  color: #fff;
}

.contact__form form input,
.contact__form form textarea {
  width: 100%;
  background: transparent;
  border: 1px solid var(--color-primary);
  resize: none;
  padding: 0.75rem;
  margin: 1rem 0px;
}

.contact__form form input::placeholder,
.contact__form form textarea::placeholder {
  color: #fff;
}

.contact__form form .themeBtn {
  width: 100%;
}

.contact__form form .themeBtn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

/* Strip */

.strip {
  background: url('../images/strip-bg.png');
  background-position: center;
  background-size: cover;
  padding: 3rem 0px;
}

.strip__content h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
}

.strip__contentBtns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.strip__contentBtns .themeBtn:not(.themeBtn--outline) {
  background: #000;
  margin: 0px 1rem;
}

/* Testimonials */

.testimonialsWrapper {
  padding: 4rem 0px 6rem;
}

.testimonials {
  background: #000;
  padding: 3rem;
}

.testimonials__single {
  color: #fff;
  text-align: center;
}

.testimonials__single q {
  display: inline-block;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 1.5rem;
}

.testimonials__single span {
  color: var(--color-primary);
  display: inline-flex;
}

.testimonials__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.testimonials__controls span {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0px 1rem;
  transition: all 300ms ease-in-out;
}

.testimonials__controls span:hover {
  color: var(--color-primary);
}
.propertySlider__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

.propertySlider__controls span {
  display: inline-block;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0px 1rem;
  transition: all 300ms ease-in-out;
}

.propertySlider__controls span:hover {
  color: var(--color-primary);
}

/* Iframe */

.iframe iframe {
  width: 100%;
  min-height: 500px;
  height: 100%;
  border: none;
}

/* Brokers */

.brokers {
  position: relative;
  padding: 4rem 0px;
}

.brokers > img {
  width: 25%;
  position: absolute;
  top: -10%;
  right: 10%;
  z-index: -1;
}

.brokers__single {
  background: #fff;
  box-shadow: 0px 0px 20px 1px #26226130;
  margin: 1rem 0px;
}

.brokers__singleImg {
  width: 100%;
  height: 100%;
}

.brokers__singleImg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brokers__singleContent {
  padding: 1.25rem;
}

.brokers__singleContent p {
  font-size: 14px;
  line-height: 1.8;
}

/* Footer */

.footer {
  background: #000;
  padding-top: 4rem;
}

.footer__container {
  margin: 0 2rem;
}

.footer__compIntro p {
  color: #fff;
  font-size: 17px;
  /* text-align: justify; */
  line-height: 2rem;
}

.footer__logo {
  padding: 0rem 2rem;
}

.footer__links h4,
.footer__compIntro h4 {
  color: #fff;
  margin-bottom: 1.5rem;
}

.footer__links a {
  display: inline-block;
  color: #fff;
  font-weight: lighter;
  padding: 0.5rem;
}

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

.footer__copyright {
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  padding: 1.5rem 1rem;
  margin-top: 0rem;
}

/*Single Property Page*/

ul.breadcrumb {
  list-style: none;
  background-color: #fff;
  padding: 0;
}

ul.breadcrumb li {
  display: inline;
  font-size: 16px;
  color: var(--color-primary);
}

ul.breadcrumb li + li:before {
  padding: 8px;
  color: var(--color-primary);
  content: '/\00a0';
}

ul.breadcrumb li a {
  color: #000;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

/*Single Property Description*/

.propertySingleBox {
  padding: 1.5rem;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 30px 1px var(--color-shadow);
  margin-top: 2rem;
}

.propertySingleDescripHead {
  display: flex;
  justify-content: space-between;
}

.propertySingleDescripTitle span {
  font-size: 16px;
  color: var(--color-primary);
}

.propertySingleDescripTitle a:nth-child(1) {
  font-size: 24px;
  color: #253248;
}

.propertySingleDescripTitle i {
  color: var(--color-primary);
  vertical-align: middle;
}

.propertySingleDescripTitle p {
  font-size: 15px;
  margin-bottom: 0;
  color: #6d7175;
}

.propertySingleDescripTitle a:nth-child(5) {
  font-size: 13px;
  color: #8a99b3;
}

.propertySingleDescripPrice span {
  font-size: 21px;
  color: var(--color-primary);
}

.propertySingleDescripPrice {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.propertySingleDescripPrice p {
  font-size: 16px;
  color: #6d7175;
  text-align: right;
}

.propertySingleDescripPrice div {
  font-size: 11px;
  width: fit-content;
  text-align: end;
  padding: 4px 8px;
  color: #fff;
  background-color: var(--color-primary);
}

.propertySingleDescripBtns i {
  color: var(--color-primary);
}

.propertySingleDescripBtns p {
  margin-bottom: 5px;
  font-size: 15px;
}

.propertySingleDescripBtns {
  border-bottom: 1px solid rgba(0, 0, 0, 0.192);
}

.propertySingleDescripBtns span {
  color: #12171f;
  font-weight: bold;
}

.propertySingleDescripBtn a {
  background-color: var(--color-primary);
  padding: 13px;
  border-radius: 0.25rem;
  display: inline-flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
}

.propertySingleDescripBtn a:nth-child(3) {
  color: white;
  padding: 9px 48px;
}

.propertySingleDescripBtn i {
  color: white;
}

.propertySingleDescriptionArea {
  font-size: 14px;
}

.propertySingleDescriptionArea span {
  color: #6d7175;
  font-weight: bold;
}

.propertySingleDescription > p {
  font-size: 15px;
  color: #6d7175;
}

.propertySingleDescriptionHighlights {
  display: flex;
  justify-content: flex-start;
  color: #6d7175;
}

.propertySingleDescriptionHighlights i {
  vertical-align: middle;
  color: var(--color-primary);
  font-size: 14px;
}

.propertySingleDescriptionHighlights span {
  color: #6d7175;
  font-weight: bold;
}

.propertySingleInformation ul {
  display: flex;
  padding: 0.25rem;
  flex-wrap: wrap;
  font-size: 14px;
}

.propertySingleInformation ul li {
  width: 33.3%;
  display: flex;
  align-items: center;
  color: #6d7175;
  margin-bottom: 10px;
}

.propertySingleInformation span {
  color: #6d7175;
  font-weight: bold;
}

.propertySingleSummary table {
  width: 100%;
  color: #6d7175;
  font-size: 14px;
}

.propertySingleSummary th,
td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.192);
  margin-bottom: 100px;
  padding: 15px;
}

/*Property Single Floor Plans*/

.propertyFloorPlans {
  padding: 1.5rem;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 30px 1px var(--color-shadow);
  margin-top: 2rem;
}

.propertyFloorPlansTabsBtns {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.propertyFloorPlansTabsBtns button {
  background-color: #f8f9fa;
  border: none;
  outline: none;
  width: 100%;
  text-align: start;
  font-weight: bold;
  cursor: pointer;
  padding: 16px 24px;
  margin-bottom: 10px;
  transition: all 300ms ease;
  border-top: 1px solid #eeeeee;
}

.propertyFloorPlansTabsBtns button:nth-child(1) {
  border-top: none;
}

.propertyFloorPlansTabsBtns button.active {
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.192);
}

.tabcontent {
  display: none;
  transition: all 0.3s ease-in-out;
  padding: 16px 24px;
}

.floorPlanFirstContent {
  display: flex;
  justify-content: space-around;
  font-size: 14px;
}

.floorPlanFirstContent span {
  font-size: 14px;
  font-weight: bold;
}

/*Property Video*/

.propertySingleVideo {
  position: relative;
  text-align: center;
  border: 1px solid #886e31;
  margin: 3rem 0;
  padding: 0.4rem 0.4rem 0rem 0.4rem;
}

.propertySingleVideo img {
  filter: brightness(60%);
}

.propertySingleVideoPlay {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: var(--color-primary);
  line-height: 80px;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  animation: breathe 7s linear infinite;
}
.propertySingleVideo img {
  width: 40rem;
  margin: 7rem;
}
@keyframes breathe {
  1% {
    box-shadow: 0 0 0 15px var(--color-primary);
  }
  10% {
    box-shadow: 0 0 5px 15px #c7aa6d;
  }
}

/*Property Reviews*/

.propertyReviews {
  padding: 1.5rem;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 30px 1px var(--color-shadow);
  margin-top: 2rem;
}

.propertyReviewsCount {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.propertyReviewsCount i {
  color: #ffc107;
  vertical-align: middle;
}

.propertyReviewsCount span {
  display: flex;
  align-items: center;
  color: #6d7175;
}

.propertyReviewSingleImg {
  border-radius: 50%;
  width: 75px;
  height: 75px;
}

.propertyReviewSingleImg img {
  min-width: 75px;
}

.propertyReviewSingle {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.192);
  padding-top: 2rem;
}

.propertyReviewSingleCount {
  display: flex;
  align-items: center;
}

.propertyReviewSingleCount i {
  color: #ffc107;
  vertical-align: middle;
}

.propertyReviewSingleCount span {
  display: flex;
  align-items: center;
  color: #6d7175;
}

.propertyReviewSingleContent span {
  font-size: 14px;
  color: #a5a5a5;
}

.propertyReviewSingleContent a {
  font-size: 14px;
  color: var(--color-primary);
}

.propertyReviewSingleContent p {
  color: #6d7175;
}

/*Write A Review*/

.propertyWriteReview i {
  color: #ffc107;
  vertical-align: middle;
}

.propertyWriteReview span {
  display: flex;
  align-items: center;
  color: #6d7175;
}

.propertyWriteReview input {
  width: 47%;
  border: 1px solid #26226130;
  border-radius: 0.25rem;
  padding: 0.75rem;
  margin: 0.75rem 0px;
}

.propertyWriteReview textarea,
select {
  resize: none;
  width: 100%;
  border: 1px solid #26226130;
  border-radius: 0.25rem;
  padding: 0.75rem;
  margin: 0.5rem;
}

/*Listed By*/

.listedByDP {
  display: flex;
}

.listedBy input {
  width: 100%;
  border: 1px solid #26226130;
  border-radius: 0.25rem;
  padding: 0.75rem;
  margin: 0.75rem 0px;
}

.listedBy textarea {
  resize: none;
  width: 100%;
  border: 1px solid #26226130;
  border-radius: 0.25rem;
  padding: 0.75rem;
}

.listedBy button {
  width: 100%;
}

/*Search Properties*/
form#mortgage-calculator p i {
    text-align: left;
    font-style: normal;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #0000008c;
}

form#mortgage-calculator p {
    text-align: left;
    font-style: normal;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #0000008c;
    line-height: 1.9;
}

.input-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 1.5rem 0;
    font-size: 14px;
    color: #0000008c;
}

.input-group input {
    padding: 0.5rem;
}

.form-group label {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #0000008c;
}
.form-group button {
    background: #cda953;
    font-size: 14px;
    margin: 0 auto;
    border: transparent;
}
.input-group-addon {
    background: #cda953;
    color: #fff;
    padding: 0.65rem 1rem;
}

.btn-group.btn-group-justified {
    display: flex;
    align-items: center;
}

.btn-group.btn-group-justified input {
    margin: 0 6px;
    vertical-align: inherit;
}


/*.searchProperties input {*/
/*  width: 100%;*/
/*  border: 1px solid #26226130;*/
/*  border-radius: 0.25rem;*/
/*  padding: 0.75rem;*/
/*  margin: 0.75rem 0px;*/
/*}*/

/*.searchProperties select {*/
/*  width: 100%;*/
/*  outline: none;*/
/*  border: 1px solid #26226130;*/
/*  padding: 0.75rem;*/
/*  color: #484848;*/
/*  margin: 0.75rem 0px;*/
/*}*/

/*.searchProperties label {*/
/*  padding: 0.75rem;*/
/*  color: #484848;*/
/*  margin: 0.75rem 0px;*/
/*}*/

/*.searchProperties .half {*/
/*  width: 48%;*/
/*}*/

/*.searchProperties button {*/
/*  width: 100%;*/
/*}*/

/*Recent PROPERTY*/

.recentProperties {
  padding: 1.5rem;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 30px 1px var(--color-shadow);
  margin-top: 2rem;
}

.recentPropertySingleImg {
  width: 70px;
}

.recentPropertySingle {
  display: flex;
  align-items: center;
}

.recentPropertySingleContent a {
  font-size: 15px;
  font-weight: bold;
  padding-top: 10px;
}

.recentPropertySingleContent p {
  color: var(--color-primary);
  margin-bottom: 0;
}

.recentPropertySingleContent span:nth-child(1) {
  font-size: 14px;
}

.recentPropertySingleContent span:nth-child(3) {
  font-size: 13px;
  color: #6d7175;
}

/* Trending Deals */
.trendingDeals {
  padding: 3rem 0px;
}
.trendingDeals__single {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 0.5rem 0;
}
.trendingDeals__single:before {
  content: '';
  width: 100%;
  height: 80%;
  background: #000;
  opacity: 0.2;
  z-index: 2;
  position: absolute;
}
.trendingDeals__single:hover {
  transform: translateY(-5px);
}
.trendingDeals__single > img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 0.25rem;
  height: 100%;
}
.trendingDeals__singleTitle {
  position: absolute;
  top: 5%;
  left: 5%;
  color: #fff;
  z-index: 2;
}
.trendingDeals__singleTitle .ellipse {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f83434;
  border-radius: 50%;
}
.trendingDeals__singleTitle h5 {
  display: inline-block;
}
.trendingDeals__content span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 57px;
}
.trendingDeals__content span span {
  color: var(--color-primary);
  margin-bottom: 0;
}
.trendingDeals__content span img {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.trendingDeals__content p {
  line-height: 2;
  margin-bottom: 2rem;
}
.trendingDeals__content h5 {
  color: var(--color-primary);
  font-family: 'Sacramento', cursive;
  font-weight: normal;
  font-size: 38px;
  margin-bottom: 0;
}
.pageTitle__form textarea {
  width: 100%;
  color: #696969;
  font-size: 14px;
  background: #f2f2f2;
  border: 1px solid #cda953;
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin: 0.25rem 0px;
}

.propertySingleSlider .slick-dots {
  background: #cda953;
  padding: 12px 0 20px;
}
.propertySingleSlider .slick-dots li button:before {
  font-size: 60px;
}
.propertySingleSlider .zoomCursor {
  margin: 0 !important;
}
.propertySingleSlider .slick-prev {
  right:auto;
  left:0.5rem;
}
.propertySingleSlider .slick-next {
    right:0.5rem;
}
.propertySingleSlider .slick-prev,
.propertySingleSlider .slick-next {
  top: 50%;
  font-family: 'Font Awesome 5 Free';
  font-weight:700;
  background:var(--color-primary);
  transform: translateY(-50%);
}
