/* custom style-sheet */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");

@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-Heavy.eot");
  src: url("../fonts/AvenirNextLTPro-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Heavy.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Heavy.woff") format("woff"),
    url("../fonts/AvenirNextLTPro-Heavy.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-Heavy.svg#AvenirNextLTPro-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-Demi.eot");
  src: url("../fonts/AvenirNextLTPro-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Demi.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Demi.woff") format("woff"),
    url("../fonts/AvenirNextLTPro-Demi.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-Regular.eot");
  src: url("../fonts/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Regular.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff"),
    url("../fonts/AvenirNextLTPro-Regular.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-Bold.eot");
  src: url("../fonts/AvenirNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Bold.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Bold.woff") format("woff"),
    url("../fonts/AvenirNextLTPro-Bold.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-Medium.eot");
  src: url("../fonts/AvenirNextLTPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Medium.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Medium.woff") format("woff"),
    url("../fonts/AvenirNextLTPro-Medium.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-Medium.svg#AvenirNextLTPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -moz-osx-font-smoothing: grayscale;
  -firefox-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Avenir Next LT Pro";
  color: #1a2258;
  font-size: 14px;
}

a,
button {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

img {
  max-width: 100%;
}

a {
  color: #1a2258;
}

b,
strong {
  font-weight: 600;
}

a,
a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {

} */
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

input:focus,
button:focus {
  outline: none;
}

section {
  position: relative;
}

nav.navbar.main-nav {
  padding-top: 8px;
  padding-bottom: 8px;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px solid #eaebf0;
}

/* .main-nav.darkHeader{
box-shadow: 0px 12px 36px rgb(105 124 170 / 8%);
} */
.navbar-nav .nav-item .nav-link {
  font-weight: 600;
  color: #1a2258;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  height: 33px;
}

.header-mobile-login {
  display: none !important;
}

.navbar-nav .nav-item .nav-link:hover {
  background-color: #f0f6ff;
  border-radius: 4px;
  color: #216bff;
}

ul.navbar-nav.nav-rent {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}

ul.navbar-nav.nav-rent::after {
  background: #dddee6;
  content: "";
  height: 16px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

a.navbar-brand {
  margin-right: 20px;
}

.container-fluid {
  max-width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

ul.navbar-nav.nav-login .nav-item .nav-link.property-btn {
  border: 1px solid #4d16c2;
  color: #4d16c2;
  padding: 12px 20px;
  margin-left: 20px;
}

ul.navbar-nav.nav-login .nav-item .nav-link.property-btn.active,
ul.navbar-nav.nav-login .nav-item .nav-link.property-btn:hover {
  background-color: #4d16c2;
  color: #fff;
}

ul.navbar-nav.nav-login .nav-item .nav-link.property-btn.active:hover {
  opacity: 0.8;
}

.takeover-banner {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 37%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    cursor: pointer;
  z-index: 9999;
  margin-top: 210px;
  /*border: 5px solid green;*/
}

.takeover-banner img {
  display: block;
  width: 100%;
  height: 85%;
  z-index: 99777; /* Ensure the img itself is clickable */
  position: relative;
  border: 5px solid red;
}

.home-hero {
  /*background-image: url(../images/phoenix_tower_billboard_desktop.png);*/
  background-image: url(../images/Homepage_Banner.png);
  height: 470px;
  /*background-size: contain;*/
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 125px;
  background-position: left top;
      cursor: pointer;
}

.home-hero::after {
  content: "";
  background: #000;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .2;
}

.home-hero .container {
  position: relative;
  z-index: 9;
  height: 100%;
}

/* .nav-space {
margin-top: 55px;
} */
.home-hero-inner h1 {
  font-size: 50px;
  margin-bottom: 16px;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 4px #0b1134;
}

.home-hero .home-hero-inner {
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
}

.property-filters {
  background: rgba(11, 17, 52, 0.65);
  border-radius: 16px;
  padding: 12px;
  position: relative;
  width: 100%;
  border-radius: 16px;
  margin: 0 auto;
  max-width: 928px;
}

.property-filters .nav-tabs .nav-item .nav-link {
  padding: 5px 30px;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
  position: relative;
  padding-bottom: 15px;
  margin: 0 15px;
}

.property-filters .nav-tabs .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 5px;
}

.filters-main {
  padding: 10px 0;
  padding-bottom: 0;
}

.filters-form {
  height: 60px;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  padding: 10px;
}

.filters-form svg {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  fill: #1a2258;
}

.filters-form input {
  background: 0 0;
  border: 0;
  color: #1a2258;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 9px 40px;
  text-overflow: ellipsis;
  z-index: 1;
  width: 100%;
  padding-right: 135px;
}

::placeholder {
  color: #a2a2a2 !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a2a2a2 !important;
}

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

.theme-btn {
  background-color: #216bff;
  color: #fff;
  border: 1px solid #216bff;
  padding: 12px 35px;
  font-weight: 600;
  border-radius: 8px;
  height: 54px;
}

.theme-btn:hover {
  opacity: 0.8;
}
 /* Banner container */
        .lead-banner {
            width: 100%;
            max-width: 1200px;
            margin: 20px auto;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        /* Banner link */
        .banner-link {
            display: block;
            width: 100%;
            text-decoration: none;
            position: relative;
            overflow: hidden;
        }

        /* Banner image */
        .banner-image {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Responsive breakpoints */
        @media (max-width: 1024px) {
            .lead-banner {
                max-width: 95%;
                margin: 15px auto;
            }
        }

        @media (max-width: 768px) {
            body {
                padding: 10px;
            }

            .lead-banner {
                border-radius: 6px;
                box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
                margin: 10px auto;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 5px;
            }

            .lead-banner {
                border-radius: 4px;
                margin: 10px auto;
            }
        }

        .banner-link:focus {
            outline: 2px solid #007bff;
            outline-offset: 2px;
        }

        .demo-container {
            max-width: 1200px;
            margin: 0 auto;
        }

.demo-title {
            text-align: center;
            margin-bottom: 20px;
            color: #333;
            font-size: 24px;
        }
   /* Ad container */
           .ad-box {
               width: 100%;
               max-width: 320px;
               margin: 15px auto;
               background: #fff;
               border-radius: 10px;
               box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
               overflow: hidden;
               border: 1px solid #e0e0e0;
           }

           /* Ad link */
           .ad-wrapper {
               display: block;
               width: 100%;
               text-decoration: none;
               position: relative;
           }

           /* Ad image container */
           .ad-visual-area {
               width: 100%;
               aspect-ratio: 1;
               overflow: hidden;
               position: relative;
           }

           /* Ad image */
           .ad-visual {
               width: 100%;
               height: 100%;
               object-fit: cover;
               display: block;
           }

           /* Ad content */
           .ad-text-area {
               padding: 15px;
               text-align: center;
           }

           .ad-heading {
               font-size: 16px;
               font-weight: bold;
               color: #2c3e50;
               margin-bottom: 6px;
               line-height: 1.3;
           }

           .ad-description {
               font-size: 13px;
               color: #7f8c8d;
               line-height: 1.4;
           }

           /* Responsive breakpoints */
           @media (max-width: 768px) {
               body {
                   padding: 10px;
               }

               .ad-box {
                   max-width: 280px;
                   margin: 12px auto;
                   border-radius: 8px;
               }

               .ad-text-area {
                   padding: 12px;
               }

               .ad-heading {
                   font-size: 15px;
               }

               .ad-description {
                   font-size: 12px;
               }
           }

           @media (max-width: 480px) {
               body {
                   padding: 5px;
               }

               .ad-box {
                   max-width: 100%;
                   margin: 10px auto;
                   border-radius: 8px;
               }

               .ad-text-area {
                   padding: 12px;
               }

               .ad-heading {
                   font-size: 15px;
               }

               .ad-description {
                   font-size: 12px;
               }
           }

           /* Accessibility improvements */
           .ad-wrapper:focus {
               outline: 2px solid #007bff;
               outline-offset: 2px;
           }


.filters-form .theme-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
  height: 46px;
  font-size: 16px;
  padding: 0 15px;
  width: 115px;
}

.filters-select {
  display: grid;
  grid-template-columns: 145px 122px 115px 117px;
  margin-top: 10px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.filters-select .filters-select-tile .form-select {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-weight: 600;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNyA3TDEzIDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-size: 12px;
  font-size: 14px;
}

.filters-select .filters-select-tile .form-select:focus {
  outline: none;
  box-shadow: none;
}

.filters-select .filters-select-tile .form-select option {
  color: #000;
}

.filters-select-tile {
  position: relative;
  padding-right: 8px;
  margin-right: 8px;
}

.filters-select-tile::after {
  background: #dddee6;
  content: "";
  height: 16px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.filters-select-tile:last-child::after {
  display: none;
}

.featured-block {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px #0b113419;
  overflow: hidden;
}

.section-title {
  margin-bottom: 50px;
  position: relative;
}

.section-title img {
  max-width: 120px;
}

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

.featured-block-image {
  height: 270px;
  position: relative;
  background-color: gray;
}

.featured-block-image img,
.popular-block-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.featured-block-content {
  padding: 25px 25px;
  font-size: 14px;
}

.featured-block-content h2 {
  color: #1a2258;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

.featured-block-content p {
  color: #8a92b2;
}

.ownership-content {
  margin-top: 15px;
  border-bottom: 1px solid #807d7d;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.ownership-content p {
  color: #62688f;
}

.ownership-content p span {
  color: #000;
}

.developers-logo {
  color: #8a92b2;
}

.developers-logo img {
  max-width: 110px;
  margin-right: 10px;
}

.section-title .see-all {
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #216bff;
  line-height: 18px;
}

.popular-block-content {
  padding: 20px 0;
  font-size: 14px;
}

.popular-block-content h2 {
  font-size: 19px;
  margin: 10px 0 4px;
  font-weight: 600;
  line-height: 19px;
  color: #1a2258;
}

.popular-block-content p {
  color: #1a2258;
}

.popular-block-image {
  height: 200px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

ul.services-list {
  margin-top: 25px;
}

ul.services-list li {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  font-size: 18px;
  padding: 18px 22px;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 15px;
}

ul.services-list li span {
  display: block;
  font-weight: 400;
  font-size: 12px;
}

.services-block .theme-btn {
  margin-top: 15px;
}

.services-image {
  position: relative;
}

.services-image p {
  background-color: #4d16c2;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  padding: 25px 25px;
  text-align: left;
  bottom: 65px;
  left: 50px;
}

.popular-block-content h4 {
  color: #ff72b6;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.popular-block-image .carousel .carousel-item img {
  height: 200px;
  position: static;
}

.carousel-indicators {
  margin-bottom: 5px;
}

.carousel-indicators [data-bs-target] {
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.acticle-block {
  cursor: pointer;
}

.acticle-block .flex-shrink-0 img {
  max-width: 190px;
  height: fit-content;
  object-fit: cover;
  border-radius: 8px;
  margin-left: 20px;
}

.acticle-block .flex-grow-1 h3 {
  font-weight: 600;
  font-size: 16px;
}

.acticle-block .flex-shrink-0 h4 {
  color: #9a9eb5;
  font-weight: 700;

  width: 45px;
}

.featured-sidebar {
  padding-left: 30px;
}

.featured-sidebar .acticle-block .flex-grow-1 h3 {
  font-size: 18px;
}

.neighbourhood-grid {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.neighbourhood-grid img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.neighbourhood-grid::after {
  content: "";
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}

.neighbourhood-grid01 {
  height: 460px;
}

.neighbourhood-content {
  position: absolute;
  z-index: 99;
  color: #fff;
  bottom: 35px;
  left: 35px;
  right: 0;
}

.neighbourhood-content h6 {
  font-weight: 700;
  font-size: 18px;
}

.neighbourhood-grid02 {
  height: 210px;
}

.neighbourhood-grid03 {
  height: 230px;
  margin-top: 20px;
}

.app-section-inner {
  background: #f0f6ff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  padding-top: 15px;
}

.app-section-content h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #1a2258;
}

.app-section-content p {
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: 500;
}

.app-section-btns a {
  display: inline-block;
}

.app-section-btns img {
  width: 175px;
}

img.smartphone-mockup {
  position: absolute;
  bottom: 0;
  height: 95%;
  right: 90px;
}

.footer {
  background-color: #0e1545;
  padding: 48px 0;
}

.footer-inner {
  grid-gap: 32px;
  gap: 32px;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  grid-template-rows: auto;
  display: grid;
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.footer-list h4 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.footer-list ul li a,
.footer-list ul li {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.footer-list ul li {
  margin-bottom: 4px;
}

.footer-list ul li a:hover {
  font-weight: 600;
}

.footer-list p {
  font-size: 14px;
  color: #fff;
}

.footer-welcome {
  grid-gap: 0 24px;
  display: grid;
  gap: 0 24px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  flex-direction: column;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.footer-welcome-inner {
  grid-column: 1/3;
}

.contactIcon {
  position: relative;
  padding-left: 35px;
  margin-bottom: 8px;
}

.contactIcon::before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.email-icon::before {
  background-image: url(../images/icon01.png);
}

.phone-icon::before {
  background-image: url(../images/icon02.png);
}

.social-icon::before {
  background-image: url(../images/icon03.png);
}

.footer-welcome-col-3 {
  grid-gap: 24px;
  row-gap: 0px;
  grid-column: 3/5;
  justify-content: space-between;
  display: flex;
}

.footer-welcome-col-3-inner {
  grid-gap: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 0px;
  flex: 1;
}

.footer-social ul li {
  display: inline-block;
  margin-right: 8px;
}

.footer-social ul li a svg {
  width: 20px;
  color: #fff;
  fill: #fff;
  height: 20px;
  object-fit: cover;
}

.footer-social p {
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
}

.back-top-top a {
  font-weight: 600;
  color: #fff;
}

.back-top-top svg {
  width: 16px;
  color: #fff;
  fill: #fff;
  height: 16px;
  object-fit: cover;
  margin-left: 5px;
}

.chart-tabs {
  margin-bottom: 30px;
}

.chart-tabs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-bottom: 15px;
}

.chart-tabs ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.chart-tabs ul li:last-child {
  margin-right: 0;
}

.chart-tabs ul li a {
  color: #707070;
  position: relative;
  padding: 10px 30px;
  text-shadow: -0.1px -0.1px 0 transparent, 0.25px 0.25px transparent;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
}

.chart-tabs ul li a.active {
  background-color: #4d16c2;
  color: #fff;
}

.property-graph {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-columns: 2fr 1fr;
  margin-top: 20px;
}

.property-graph .property-chart {
  border: 0px solid #e6e6e6;
  padding: 30px 25px 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.property-chart h3 {
  font-size: 1.1rem;
  margin-bottom: 25px;
}

.property-detail {
  border: 0px solid #e6e6e6;
  padding: 30px 25px 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 18px;
  border-radius: 10px;
}

.property-detail-top {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 15px;
}

.property-detail-top p {
  font-size: 0.875rem;
  color: #707070;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.property-detail-top h2 {
  font-size: 18px;

  font-weight: 600;
}

.property-detail-top h2 b {
  font-size: 20px;
  font-weight: 700;
}

h2.color-green {
  color: #00a651;
  font-size: 20px;
  font-weight: 700;
}

.green-badge {
  color: #0a0b0b;
  border-radius: 30px;
  display: -moz-inline-box;
  display: inline-flex;
  font-size: 12px;
  padding: 0.413em 0.8em;
  text-align: center;
  -moz-box-align: center;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  background-color: #ecf5f2;
  color: #00a651;
  margin-left: 5px;
}

.green-badge i {
  margin-left: 5px;
}

.historical-price {
  position: relative;
  margin-top: 30px;
}

.historical-price h6 {
  font-size: 1.1rem;
  margin-bottom: 25px;
}

.historical-price::after {
  content: "";
  position: absolute;
  height: calc(100% - 75px);
  border-left: 1px dashed #bdbdbd;
  left: 3px;
  top: 60px;
  z-index: 1;
}

.historical-price-row {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-columns: 1fr 1fr 10ch;
  align-items: center;
  position: relative;
  margin: 15px 0;
}

.historical-price-row::after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: #7ed8aa;
  border-radius: 50%;
  left: -3px;
  top: 12px;
  z-index: 2;
  border: 3px solid #fff;
}

.historical-price-row p {
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 15px;
}

.historical-price-row h5 {
  margin: 0;

  font-size: 16px;
  font-weight: 700;
}

.historical-price-row h5 span {
  font-size: 12px;
}

.red-badge {
  color: #c32b2a;
  border-radius: 30px;
  display: -moz-inline-box;
  display: inline-flex;
  font-size: 12px;
  padding: 0.413em 0.8em;
  text-align: center;
  -moz-box-align: center;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  background-color: #fceaea;
  color: #c32b2a;
  margin-left: 5px;
}

.red-badge i {
  margin-left: 5px;
}

.most-viewd {
  padding: 50px 0;
  padding-top: 15px;
}

ul.navbar-nav.nav-login {
  position: absolute;
  right: 15px;
}

.offcanvas-header {
  display: none;
}

ul.sign-upin {
  display: none;
}

.header-download-app {
  display: none;
}

.main-filters {
  margin-top: 0;
  background-color: #fafafb;
  padding: 16px 24px;
  position: fixed;
  top: 75px;
  width: 100%;
  z-index: 20;
}

.filters-result-input {
  position: relative;
}

.filters-result-input svg {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}

.filters-result-input .form-control {
  padding: 14px 15px;
  font-size: 14px;
  height: 50px;
  padding-left: 50px;
}

.filters-result-btns .form-select {
  padding: 14px 15px;
  font-size: 14px;
  height: 50px;
  border-left: 1px solid #dddee6;
  color: #62688f;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS4yMTA1NCAyLjIxTDMuODAwNTQgNC44QzQuMTkwNTQgNS4xOSA0LjgyMDU0IDUuMTkgNS4yMTA1NCA0LjhMNy44MDA1NCAyLjIxQzguNDMwNTQgMS41OCA3Ljk4MDU0IDAuNSA3LjA5MDU0IDAuNUgxLjkxMDU0QzEuMDIwNTQgMC41IDAuNTgwNTQgMS41OCAxLjIxMDU0IDIuMjFaIiBmaWxsPSIjNjI2ODhGIi8+Cjwvc3ZnPgo=);
  background-size: 10px;
}

.filters-result-button .theme-btn {
  height: 50px;
  padding: 12px 15px;
  width: 100%;
  font-size: 14px;
}

.filters-result {
  display: grid;
  grid-template-columns: auto 110px 90px 100px 115px 115px 150px;
  grid-column-gap: 12px;
}

.divider {
  height: 155px;
}

.main-filters .collapse:not(.show) {
  display: grid;
}

.main-filters button.filtes-collapse {
  display: none;
}

.divider-top {
  margin-top: 156px;
}

ul.breadcrumb {
  margin: 0;
  padding: 15px 0;
}

ul.breadcrumb li,
ul.breadcrumb li a {
  color: #9a9eb5;
  font-size: 14px;
}

ul.breadcrumb li i {
  margin: 0 10px;
}

.page-heading {
  font-size: 19px;
  font-weight: 600;
  line-height: 40px;
  color: #1a2258;
}

.page-title {
  padding-top: 50px;
  padding-bottom: 5px;
}

.sidebar-main {
  width: 100%;
  max-width: 340px;
  flex: 0 0 340px;
}

.show-more-gray {
  background-color: #fff;
  padding: 0;
  position: relative;
}

.show-more {
  height: 46px;
  overflow: hidden;
}

.show-more-btn,
.show-more-btn1 {
  margin-top: 5px;
  font-weight: 600;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 5px;
  background-color: #fff;
  padding: 0 10px;
}

.show-more-btn::before,
.show-more-btn1::before {
  content: ".. ";
}

.show-more-border p {
  margin-bottom: 15px;
}

.show-more-border {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 15px;
  margin-top: 25px;
  margin-bottom: 30px;
  position: relative;
}

.show-more-border .show-more-btn1 {
  background-color: #fff;
  bottom: 20px;
}

.main-nav .dropdown-toggle::after {
  display: none;
}

ul.dropdown-menu {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(11, 17, 52, 0.2);
  border: 0;
  padding: 8px;
}

ul.dropdown-menu li .dropdown-item {
  color: #1a2258;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}

ul.dropdown-menu li .dropdown-item:hover {
  background-color: #f0f6ff;
  border-radius: 4px;
  color: #216bff;
}

ul.dropdown-menu hr {
  border-top: 1px solid #eaebf0;
  opacity: 1;
  margin: 7px auto;
  width: calc(100% - 20px);
}

.filters-select .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  height: auto;
}

.filters-select .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #1a2258;
  font-weight: 600;
}

.filters-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

span.select2-selection__arrow b {
  display: none;
}

span.select2-selection__arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  text-align: center;
  top: 5px;
  right: 4px;
  color: #fff;
}

.select2-selection[aria-expanded="true"] span.select2-selection__arrow::before {
  transform: rotate(180deg);
}

span.select2-dropdown.select2-dropdown--below {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(11, 17, 52, 0.2);
  list-style: none;
  overflow: hidden;
  z-index: 99999999;
  border: 0 !important;
}

span.select2-results ul li {
  border-bottom: 1px solid #f3f4f6;
  padding: 8px 10px;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 300px;
  overflow-y: auto;
}


.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 8px !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #888 !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}


.select2-container .select2-dropdown {
  margin-top: 10px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f8f8fa;
  color: #1a2258;
}

.select2-container--default .select2-results__option--selected {
  background-color: #f8f8fa;
}

.slick-partners .slick-slide {
  margin: 0 20px;
}

.slick-partners .slick-list {
  margin: 0 -10px;
}

.slick-partners-items .agent-banners {
  width: auto !important;
  height: auto !important;
}

.slick-partners-items .agent-banners img {
  height: 100px !important;
  width: 100% !important;
  box-shadow: 0 2px 12px #0b113419;
  object-fit: contain;
  object-position: center;
  border-radius: 6px;
  max-height: unset !important;
  max-width: 100% !important;
  display: block !important;
  padding: 10px;
}

.leads-table tbody tr td span {
  display: none !important;
}

.section-title h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  color: #1a2258;
}

.section-title h2 a {
  color: #216bff;
  font-weight: 600;
  font-size: 14px;
  margin-left: 18px;
  text-decoration: underline;
}

.slick-partners button.slide-arrow.prev-arrow.slick-arrow {
  right: 36px;
  left: auto;
}

button.slide-arrow {
  position: absolute;
  top: -35px;
  right: 0px;
  width: 25px;
  height: 25px;
  border: 0;
  /*background-color: #8046f1;*/
  background-color: #216bff;
  color: #fff;
  border-radius: 4px;
}

/*.slick-partners {*/
/*  padding-top: 15px;*/
/*}*/
.slick-partners .slick-track {
  margin: 15px 0;
}

.container {
  max-width: 1170px;
}

.market-table {
  border: 1px solid #e6e6e6;
  padding: 20px;
  border-radius: 10px;
}

.market-table .media {
  margin-bottom: 15px;
}

.market-table .market-icon {
  background-color: #7ed8aa;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.market-icon svg {
  width: 20px;
}

.market-table .media-body h5 {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
}

.market-table .media-body p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}

.market-table-title h3 {
  font-size: 16px;
  margin-bottom: 0;
}

.market-table-title span {
  font-size: 12px;
}

.market-table-price h5 {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
}

.market-table-row {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 15px;
}

.market-table-row:first-child {
  border-top: 0px solid #e6e6e6;
}

.market-table-row:last-child {
  border-bottom: 0;
}

.market-table-row:hover {
  background-color: #e7f3ef;
  border-color: #e7f3ef !important;
}

.up-down .market-table-row:hover {
  background-color: #fceaea;
  border-color: #fceaea !important;
}

.new-launches {
  background-color: #f8f8fa;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  background-image: url(../images/newlaunchblock2.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.new-launches-main h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #1a2258;
}

.new-launches-main p {
  margin-bottom: 20px;
}

.new-launches-grid {
  border-bottom: 1px solid #d0d2dd;
  padding: 6px 0;
  margin-top: 3px;
}

.new-launches-grid:last-child {
  border-bottom: 0;
}

.new-launches-grid a {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  font-size: 14px;
}

.new-launches-grid .last-item {
  font-size: 12px !important;
  line-height: 16px;
  color: #216bff !important;
  display: inline-block;
}

.new-launches-grid svg {
  margin-right: 6px;
}

.new-launches-sidebar {
  border-left: 1px solid #d0d2dd;
  padding-left: 40px;
  margin-left: 25px;
}

.new-launches-sidebar h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  color: #1a2258;
}

.new-launches-sidebar ul li {
  margin-bottom: 5px;
}

.new-launches-sidebar ul li a.launches-seeall {
  color: #216bff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  display: block;
  text-decoration: underline;
}

.app-section-inner img {
  max-width: 215px;
}

.footer-above-test b {
  color: #216bff;
}

.footer-above-test {
  padding-top: 60px;
}

.footer-above-test p {
  margin-bottom: 15px;
}

.acticle-block:last-child {
  margin-bottom: 0 !important;
}

section.mobile-quick-links {
  padding: 45px 0;
  background: linear-gradient(179.76deg, rgba(234, 235, 240, 0.5) 0.21%, #fff 83.91%), #fff;
}

.mobile-quick-links ul {
  text-align: center;
  grid-gap: 10px;
  display: grid;
  grid-template-columns: repeat(4, 82px);
  justify-content: center;
}

.mobile-quick-links ul li a {
  color: #1a2258;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.mobile-quick-links ul li a img {
  background-color: #dddee6;
  border-radius: 12px;
  display: block;
  height: 40px;
  margin: 0 auto 8px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 40px;
}

.search-btn .theme-btn {
  height: auto;
  width: 100%;
  padding: 0 0;
  height: 40px;
  border-radius: 4px;
}

.filters-view .filters-view-bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 12px;
}

.filters-view-left {
  display: grid;
  grid-template-columns: 110px 1fr;
  grid-column-gap: 12px;
}

.filters-view-right {
  display: grid;
  grid-template-columns: 145px 115px 115px 125px 120px auto;
  grid-column-gap: 10px;
}

.filters-view-right .search-btn {
  width: 100%;
  min-width: 100px;
}

.unavailable-btn .theme-btn {
  height: auto;
  margin-bottom: 20px;
  display: inline-block;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
}

.filters-view-bar .select2-container--default .select2-selection--single {
  background-color: #f8f8fa;
  border: 0px solid #aaa;
  border-radius: 4px;
  height: 40px;
}

.filters-view-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1757d7;
  line-height: 40px;
  padding: 0px 15px;
  font-weight: 600;
  border-radius: 8px;
}

.filters-view-bar span.select2-selection__arrow::before {
  right: 8px;
  top: 10px;
  color: #1a2258;
}

.filters-view-bar .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.filters-view-search input {
  background-color: #f3f4f6;
  border-radius: 8px;
  border: none;
  height: 40px;
  width: 100%;
  padding-left: 50px;
  padding-right: 15px;
}

.filters-view-search svg {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  fill: #787d9c;
  width: 20px;
  height: 20px;
}

.filters-view-bar .select2-container--default .select2-selection--single:hover {
  color: #1757d7;
  background-color: #f0f6ff;
}

.filters-view-btn button {
  background-color: #f3f4f6;
  border-radius: 8px;
  border: 0;
  width: 100%;
  text-align: center;
  color: #1a2258;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-weight: 600;
  justify-content: center;
}

.filters-view-btn button svg {
  margin-right: 5px;
}

.filters-view-btn button:hover {
  color: #1757d7;
  background-color: #f0f6ff;
}

.modal-filter {
  max-width: 750px;
}

.modal-header,
.modal-body,
.modal-footer {
  padding: 20px;
  padding-right: 35px;
  padding-left: 35px;
}

button.btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.modal-filter .filter-main-tab {
  border: 1px solid #dddee6;
  border-radius: 8px;
  padding: 4px;
  margin-bottom: 30px;
}

.modal-filter .filter-main-tab .nav-link {
  border: 0;
  color: #1a2258;
  font-weight: 500;
  padding: 6px 0;
  font-size: 14px;
}

.modal-filter .filter-main-tab .nav-link.active,
.modal-filter .filter-main-tab .show>.nav-link {
  color: #216bff;
  background: #f0f6ff;
  border: 0;
}

.filter-tab-content .form-control {
  background-color: #f3f4f6;
  border-radius: 8px;
  border: none;
  padding: 10px 25px;
  font-size: 14px;
  padding-left: 45px;
}

.filter-tab-content .position-relative svg {
  fill: #787d9c;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 15px;
  top: 10px;
}

label.form-label {
  color: #1a2258;
  font-weight: 500;
}

.filter-property-type {
  border-bottom: 0;
}

.filter-property-type li .nav-link {
  background-color: #f8f8fa;
  color: #1a2258;
  font-weight: 500;
  border: 0;
}

.filter-property-type li {
  margin-right: 10px;
}

.filter-property-type .nav-link.active,
.filter-property-type .show>.nav-link {
  color: #216bff;
  background: #f0f6ff;
  border: 0;
}

span.select2-container.select2-container--myCssClass.select2-container--open {
  z-index: 9999;
}

.filter-pt-content .select2-container .select2-selection--single {
  border: 1px solid #dddee6;
  border-radius: 4px;
  height: 40px;
}

.filter-pt-content .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
}

.filter-pt-content span.select2-selection__arrow::before {
  color: #1a2258;
  top: 10px;
  right: 10px;
}

.filter-pt-content input.form-control.ps-0.bg-transparent.border-bottom-1 {
  border: 1px solid #dddee6;
  padding: 10px 15px !important;
}

.filter-pt-content label.form-label.mb-0 img {
  max-width: 20px;
  margin-right: 10px;
}

.filter-pt-content .form-check.form-switch {
  transform: scale(1.3);
  transform-origin: right top;
}

.filter-pt-content button.accordion-button {
  padding: 15px 0;
  color: #1a2258;
  font-weight: 500;
  font-size: 14px;
}

.filter-pt-content button.accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.filter-pt-content .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.filter-pt-content .accordion-body {
  padding: 0 0;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 70px;
}

.accordion-button::after {
  background-size: 15px;
  position: absolute;
  right: 5px;
  top: 15px;
  background-position: center;
}

.accordion-button::before {
  content: "Any";
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  right: 32px;
  top: 15px;
}

.filter-pt-content label.btn.btn-outline-primary {
  background-color: #f8f8fa;
  color: #1a2258;
  font-weight: 500;
  border: 0;
  margin-right: 10px;
  font-size: 14px;
  border-bottom: 4px;
  border-radius: 4px !important;
}

.filter-pt-content .btn-check+.filter-pt-content .btn:hover {
  color: #1a2258;
  background-color: #f8f8fa;
  border: 0;
}

.filter-pt-content .btn-check:checked+.btn,
.filter-pt-content .btn.active,
.filter-pt-content .btn.show,
.filter-pt-content .btn:first-child:active,
:not(.btn-check)+.filter-pt-content .btn:active {
  color: #216bff;
  background: #f0f6ff;
  border: 0;
}

.modal-footer.border-top-0 {
  box-shadow: 0 -4px 9px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}

.modal-footer button.reset {
  border: 0;
  background-color: transparent;
  font-weight: 500;
}

.modal-footer button.btn.btn-primary {
  font-weight: 500;
  font-size: 14px;
  padding: 8px 25px;
}

.onpage-filters {
  margin-bottom: 25px;
}

.property-listing {
  box-shadow: 0 4px 16px rgba(11, 17, 52, 0.2);
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 25px;
}

.property-listing-grid {
  display: grid;
  grid-template-columns: 255px auto;
  grid-column-gap: 20px;
}

.thumbslider-container img {
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
  height: 230px;
  overflow: hidden;
  object-fit: cover;
}

.slider-content {
  position: relative;
}

.slider-content .slick-dots {
  position: relative;
}

.slider-content .slick-dots {
  position: absolute;
  right: 10px;
  bottom: 0px;
}

.slider-content .slick-dots li {
  display: inline-block;
}

.slider-content .slick-dots li button {
  color: transparent;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 100%;
  background-color: #000;
  margin: 0 3px;
}

.slider-content .slick-dots li.slick-active button {
  background-color: #fff;
}

.slider-thumb {
  margin-top: 10px;
}

.slider-thumb .slick-slide {
  margin: 0 5px;
  cursor: pointer;
}

.slider-thumb .slick-list {
  margin: 0 -5px;
}

.thumbslider-container .slider-thumb img {
  height: 48px;
  object-fit: cover;
}

.thumbslider-container {
  position: relative;
}

.thumbslider-container .camera-icon {
  background-color: #00000094;
  color: #fff;
  padding: 4px 5px;
  font-size: 12px;
  border-radius: 4px;
  position: absolute;
  top: 195px;
  left: 10px;
  z-index: 1;
}

.listing-badge {
  background-color: #d23881;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 8px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  text-transform: uppercase;
}

.listing-badge::before {
  content: "";
  background-image: url(../images/badge-left.png);
  position: absolute;
  left: -9px;
  height: 28px;
  width: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
}

.listing-badge::after {
  content: "";
  background-image: url(../images/badge-right.png);
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.pl-title-grid {
  display: grid;
  grid-template-columns: auto 185px;
  grid-column-gap: 25px;
}

.pl-title h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.pl-title p {
  font-weight: 500;
  color: #807d7d;
  font-size: 10px;
}

.pl-title h6 {
  font-size: 11px;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 500;
}

.pl-price h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.pl-price p {
  font-weight: 500;
  color: #807d7d;
  font-size: 10px;
}

.pl-price h6 {
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 15px;
  font-weight: 500;
}

.pl-title {
  border-right: 1px solid #d9d9d9;
  padding-right: 20px;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
  border: 2px solid #a6a6a6;
}

.saved-log {
  position: absolute;
  right: -3px;
  top: 0;
  color: #a6a6a6;
}

.pl-badge-left ul li {
  color: rgb(23, 87, 215);
  background-color: rgb(240, 246, 255);
  font-weight: 600;
  font-size: 9px;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  margin-right: 1px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.new-listing::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNSAwLjM3NUM0LjM3NjMgMS41MDQwNiAzLjkxNDYxIDIuNzExNDkgMi4yNSAzQzMuOTE0NjEgMy4yODg1MSA0LjM3NjMgNC40OTU5NCA0LjUgNS42MjVDNC42ODAxOSA0LjQ4MzQ1IDQuOTYxNjkgMy4zODA1MiA2Ljc1IDNDNC45NjE2OSAyLjYxOTQ4IDQuNjgwMTkgMS41MTY1NSA0LjUgMC4zNzVaIiBmaWxsPSIjMTc1N0Q3Ii8+CjxwYXRoIGQ9Ik04LjYyNSAyLjYyNUM4LjQzOTQ1IDQuMzk5MjMgNy43NDY5MSA2LjI5NjYyIDUuMjUgNi43NUM3Ljc0NjkxIDcuMjAzMzggOC40Mzk0NSA5LjEwMDc3IDguNjI1IDEwLjg3NUM4Ljg5NTI5IDkuMDgxMTMgOS4zMTc1MyA3LjM0Nzk2IDEyIDYuNzVDOS4zMTc1MyA2LjE1MjA0IDguODk1MjkgNC40MTg4NyA4LjYyNSAyLjYyNVoiIGZpbGw9IiMxNzU3RDciLz4KPHBhdGggZD0iTTMgNi4zNzVDMi44NTU2OCA3LjUwNDA2IDIuMzE3MDQgOC43MTE0OSAwLjM3NSA5QzIuMzE3MDQgOS4yODg1MSAyLjg1NTY4IDEwLjQ5NTkgMyAxMS42MjVDMy4yMTAyMyAxMC40ODM0IDMuNTM4NjQgOS4zODA1MiA1LjYyNSA5QzMuNTM4NjQgOC42MTk0OCAzLjIxMDIzIDcuNTE2NTUgMyA2LjM3NVoiIGZpbGw9IiMxNzU3RDciLz4KPC9zdmc+Cg==);
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}

.pl-badge-left ul li.new-listing {
  padding-left: 15px;
}

.pl-badge-grid {
  display: grid;
  grid-template-columns: auto 120px;
  grid-column-gap: 20px;
  margin-top: 20px;
  min-height: 45px;
}

.main-badge {
  border: 1px solid #c31162;
  border-radius: 5px;
  color: #c31162;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  font-size: 12px;
}

.main-badge svg {
  margin-left: 5px;
}

.pl-footer-left {
  color: #807d7d;
  font-weight: 500;
  font-size: 12px;
}

.pl-footer-left img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 100%;
}

.pl-footer {
  margin-top: 10px;
}

.thumbslider-container.premium-gold img {
  height: 230px;
  object-fit: contain;
  object-position: top;
  background-color: #f7f7f7;
}

.pl-badge-right {
  text-align: right;
}

.pg-badge.main-badge {
  border-color: #dcb965;
  color: #dcb965;
}

.p-badge.main-badge {
  border-color: #8d2626;
  color: #8d2626;
}

img.video-play {
  position: absolute;
  z-index: 1;
  width: 55px !important;
  height: 55px !important;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.devlopment-listing {
  position: relative;
  background-image: url(../images/new-launch.png);
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0px 6px rgba(11, 17, 52, 0.2);
  padding: 40px;
  margin-bottom: 25px;
  background-position: bottom;
}

.devlopment-listing::before {
  content: "";
  background-image: url(../images/shadow.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: 100% 100%;
  background-position: bottom;
}

.devlopment-listing h5 {
  background-color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.dl-inner {
  display: grid;
  grid-template-columns: 280px auto;
  grid-column-gap: 30px;
  color: #fff;
  padding-top: 25px;
  align-items: end;
}

.dl-left h3 {
  font-size: 24px;
  font-weight: 700;
}

.dl-left h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 10px;
}

.dl-right {
  text-align: right;
}

.dl-right ul li {
  display: inline-block;
  margin-left: 5px;
}

.dl-right ul li img {
  width: 80px;
  height: 45px;
  object-fit: cover;
  border-radius: 5px;
}

.dl-btns a {
  display: inline-block;
  height: auto;
  padding: 10px 20px;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  margin-left: 8px;
  margin-top: 25px;
}

.dl-btns a.theme-btn {
  border-color: #216bff;
}

.looking-for {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.looking-for h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  color: #1a2258;
  margin: 0;
}

.looking-for .theme-btn {
  height: auto;
  width: 100%;
  max-width: 195px;
  text-align: center;
  padding: 12px 5px;
}

.rec-alerts {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: 270px auto;
  align-items: center;
}

.rec-alerts h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  color: #1a2258;
  margin: 0;
}

.rec-alerts .theme-btn {
  height: auto;
  width: 100%;
  max-width: 195px;
  text-align: center;
  padding: 12px 5px;
}

.rec-alerts-input {
  display: grid;
  grid-template-columns: auto 140px;
  grid-column-gap: 10px;
}

.searchBy h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  color: #1a2258;
  margin-bottom: 15px;
}

.searchBy {
  margin-bottom: 45px;
  margin-top: 45px;
  text-align: center;
}

.searchBy ul li {
  display: inline-block;
  margin: 5px;
}

.searchBy ul li a {
  background-color: #f6faff;
  font-weight: 500;
  padding: 10px 20px;
  display: block;
  border-radius: 8px;
}

.searchBy ul li a:hover {
  background-color: #e4f0ff;
}

.area-specialist {
  margin-bottom: 25px;
}

.specialist-block {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 #0b113419;
  padding: 15px;
  position: relative;
}

.area-specialist h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  color: #1a2258;
  margin-bottom: 15px;
}

.specialist-block .flex-shrink-0 img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 100%;
  background-color: #f9f9f9;
  padding: 5px;
}

.crown::after {
  content: "";
  background-image: url(../images/premium-agent-crown.svg);
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.specialist-block h6 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
}

.specialist-block p {
  font-weight: 500;
  color: #807d7d;
  font-size: 10px;
}

ul.specialist-contact {
  margin-top: 25px;
  display: flex;
  justify-content: space-around;
}

ul.specialist-contact li a {
  color: #216bff;
  font-weight: 600;
  text-decoration: underline;
}

.available-pro-table {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 20px;
  margin-top: 0;
  margin-bottom: 25px;
}

.sidebar-main h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #1a2258;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.available-pro-table p {
  margin-bottom: 15px;
}

ul.avlist-table li {
  border-top: 1px solid #d9d9d9;
  padding: 5px 0;
}

ul.avlist-table li:last-child {
  border-top: 1px solid transparent;
}

ul.avlist-table li a {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 0px 0;
}

li.avlist-header {
  font-weight: 600;
}

ul.avlist-table.mt-3 li a {
  display: grid;
  grid-template-columns: 52px 1fr 1fr 1fr 1fr 1fr;
  text-align: left;
  grid-column-gap: 4px;
}

ul.avlist-table.mt-3 li span {
  text-align: right;
}

ul.avlist-table.mt-3 li span:first-child {
  text-align: left;
}

.neighbourhoods {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 20px;
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
  margin-top: 75px;
  cursor: pointer;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.neighbourhoods img {
  margin-top: -70px;
  margin-bottom: 18px;
}

.neighbourhoods:hover {
  box-shadow: rgba(11, 17, 52, 0.2) 0px 8px 24px;
}

.neighbourhoods p i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

.neighbourhoods p {
  padding-right: 25px;
}

.explore {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 20px;
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
}

.explore h2 {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.explore ul li {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  margin-right: 5px;
}

.explore ul {
  margin-bottom: 20px;
}

.explore ul li::after {
  content: "·";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.explore ul li:last-child::after {
  display: none;
}

.explore.no-dot ul li::after{
  display: none;
}

.explore ul li a {
  color: #216bff;
  font-size: 10px;
  font-weight: 500;
}

.explore h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #1a2258;
}

.neighbour-guide {
  margin-bottom: 70px;
  margin-top: 50px;
}

.neighbour-guide-content h2 {
  font-size: 26px;
  font-weight: 600;
  color: #1a2258;
  margin-bottom: 10px;
}

.neighbour-guide-content p {
  margin-bottom: 10px;
  font-size: 14px;
}

.neighbour-guide .theme-btn {
  height: auto;
  max-width: 230px;
  /* margin: 0 auto; */
  margin-top: 15px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.neighbour-guide-image h3 {
  position: absolute;
  bottom: 20px;
  left: 25px;
  color: #fff;
  z-index: 9;
  margin: 0;
}

.neighbour-guide-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}

.insight-property-inner {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 25px;
}

.insight-property-inner h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  color: #1a2258;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.insight-property {
  padding-bottom: 70px;
}

ul.insight-list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  line-height: normal;
  color: #1a2258;
  margin-bottom: 30px;
}

ul.insight-list li span {
  display: block;
  font-weight: 600;
}

ul.insight-list {
  border-right: 1px solid #d9d9d9;
}

.insight-property-inner h2 svg {
  margin-right: 10px;
}

.faq-accordion-item h2 {
  font-size: 18px;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
}

.faq-accordion-item h2::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\2b";
  position: absolute;
  text-align: center;
  top: 50%;
  left: 8px;
  color: #216bff;
  transform: translateY(-50%);
}

.faq-accordion-item h2[aria-expanded="true"]::after {
  content: "\f068";
}

.faq-accordion .accordion-body {
  padding-left: 35px;
}

.mdSpeedUp {
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 25px;
  z-index: 999;
  /*display: none;*/
}

ul.curavail {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

ul.curavail:last-child {
  border-bottom: 0;
}

ul.curavail li {
  display: block;
  margin: 0;
  padding: 0;
}

.explore ul.curavail li::after {
  display: none;
}

ul.curavail li a {
  display: block;
  color: #322744;
  font-size: 14px;
  margin-bottom: 6px;
}

ul.curavail li a:hover {
  text-decoration: underline;
}

.show-more-content1 p a {
  margin: 0 5px;
}

.available-pro-table .explore {
  padding: 0;
  border: 0;
}

.mdSpeedUp a {
  background-color: #216bff;
  border-radius: 1000px;
  padding: 10px 10px;
  text-align: center;
  display: block;
  color: #fff;
  max-width: 280px;
  margin: 0 auto;
}

.mdSpeedUp a h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
}

.mdSpeedUp p {
  font-size: 10px;
  font-weight: 500;
}

.no-arrows .slide-arrow {
  display: none !important;
}

.featured-block-content-grid {
  display: grid;
  grid-template-columns: auto 150px;
  grid-column-gap: 20px;
  align-items: end;
  justify-items: end;
  margin-top: 15px;
}

.featured-block-content-left p {
  color: #1a2258;
  font-size: 16px;
}

.filters-view .container {
  max-width: 100%;
  padding: 0 0;
}

.filters-view {
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  box-shadow: 0 4px 16px rgba(11, 17, 52, 0.2);
  padding: 16px 24px;
  position: static;
  top: 52px;
  width: 100%;
  z-index: 20;
}

.show-more-btn.show-more2,
.show-more-btn1.show-more3 {
  position: static;
}

.form-check.form-switch input {
  border-radius: 20px;
}

p.date-added {
  font-weight: 500;
  color: #807d7d;
  font-size: 10px;
  margin-top: 10px;
}

.navigation-main {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 50px;
}

ul.pagination li a {
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
}

ul.pagination {
  column-gap: 10px;
}

.neighbour-guide-inner {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 15px;
}

.neighbour-guide-content {
  padding-right: 30px;
}

.request-form {
  padding: 15px 0;
}

.request-form h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1a2258;
  margin-bottom: 20px;
}

.request-form h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1a2258;
  margin-bottom: 15px;
}

.request-form p {
  margin-bottom: 30px;
}

.request-form .theme-btn {
  width: 100%;
  height: auto;
}

.request-form input.form-control {
  font-size: 14px;
  padding: 10px 15px;
}

.page-heading {
  font-size: 26px;
  font-weight: 700;
  color: #1a2258;
  margin-bottom: 10px;
}

button.button-back {
  background-color: transparent;
  border: 0;
  font-size: 18px;
  margin-right: 0;
  padding: 3px 12px;
  padding-left: 0;
  position: absolute;
  top: 36px;
  left: -25px;
}

.filters-view-fixed {
  position: static;
  width: 100%;
  left: 0;
  right: 0;
  top: 52px;
  background-color: #fff;
  z-index: 9;
}

.filters-view-fixed .filters-view-bar {
  box-shadow: 0 4px 16px 0 rgba(11, 17, 52, 0.2);
  padding: 8px;
  border-radius: 12px;
  margin: 24px 0 12px;
  display: grid;
  grid-template-columns: 100px auto 128px;
  grid-column-gap: 12px;
}

.fav-buttons a {
  display: inline-flex;
  font-weight: 600;
  color: #1a2258;
  font-size: 14px;
  padding: 15px;
  position: relative;
  padding-left: 32px;
}

.fav-buttons a i,
.fav-buttons a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.property-sslider-thumb .slick-slide {
  margin: 0 6px;
  cursor: pointer;
}

.property-sslider-thumb .slick-list {
  margin: 0 -6px;
}

.property-single-slider .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0px 10px 0px rgba(11, 17, 52, 0.2);
  color: #000;
  font-size: 16px;
  right: 15px;
  z-index: 8;
  left: auto;
}

.property-single-slider button.slide-arrow.prev-arrow.slick-arrow {
  right: auto;
  left: 15px;
  z-index: 8;
}

.property-sslider-thumb {
  margin-top: 12px;
}

.property-sslider .item.slick-slide {
  background-color: #f8f8fa;
}

.property-sslider .item.slick-slide img {
  width: 100%;
  height: 600px;
  object-fit: contain;
}

.property-single-footer {
  background-color: #d23881;
  padding: 5px 10px;
}

.property-single-slider {
  overflow: hidden;
  border-radius: 5px;
}

.property-single-footer ul li {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  margin-right: 25px;
}

.property-single-footer ul li i {
  margin-right: 3px;
}

.col-fixed {
  width: calc(100% - 340px);
}

.property-pros ul {
  border-left: 1px solid #eaebf0;
  padding: 10px 15px;
}

.property-pros ul li {
  display: inline-block;
  text-align: center;
  margin: 0 8px;
  padding: 0 5px;
  font-weight: 600;
  font-size: 12px;
}

.property-pros ul li i {
  display: block;
  color: #d3d3d3;
  font-size: 20px;
  margin-bottom: 5px;
}

.property-pricing {
  display: grid;
  grid-template-columns: 350px auto;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eaebf0;
  margin-bottom: 20px;
  grid-column-gap: 20px;
}

.pricing p {
  color: #216bff;
  font-weight: 600;
}

.pricing h2 {
  font-size: 28px;
  font-weight: 600;
  color: #1a2258;
  margin-bottom: 8px;
}

.content-block h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1a2258;
  margin-bottom: 15px;
}

.content-block span.pid {
  position: absolute;
  right: 0;
  top: 38px;
  font-weight: 600;
}

.content-block p {
  margin-bottom: 10px;
  font-weight: 500;
}

.content-block p i {
  margin-right: 5px;
}

.content-block h6 {
  color: #9a9eb5;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 15px;
}

.content-block a,
a.toogle.position-relative {
  color: #216bff;
  font-weight: 600;
  font-size: 16px;
}

.content-block {
  border-bottom: 1px solid #eaebf0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.content-block ul {
  list-style-type: decimal;
  padding-left: 15px;
}

.content-block h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}

.font-16 {
  font-size: 16px !important;
}

.toogle::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  text-align: center;
  top: 0;
  right: -22px;
  color: #216bff;
}

.toogle[aria-expanded="true"]::before {
  transform: rotate(180deg);
}

.toogle span.less {
  display: none;
}

.toogle[aria-expanded="true"] span.full {
  display: none;
}

.toogle[aria-expanded="true"] span.less {
  display: inline;
}

.amen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 15px;
}

.amen-grid img {
  height: 28px;
  width: 35px;
  object-fit: contain;
  margin-right: 6px;
}

.amen-grid>div {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.like-this {
  position: relative;
  background-color: #eff5fd;
  border-radius: 6px;
  padding: 20px 20px;
  margin-bottom: 15px;
  margin-top: 35px;
}

.like-this img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.like-this h4 {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  padding-right: 35px;
}

.listing-verified {
  border: 1px solid #eaebf0;
  border-radius: 8px;
  padding: 30px 20px;
  display: grid;
  grid-template-columns: auto 160px;
  grid-column-gap: 30px;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 35px;
}

.listing-verified img {
  width: 45px;
}

.listing-verified h4 {
  font-size: 20px;
  display: inline-flex;
  align-items: center;
}

.listing-verified h4 svg {
  margin-left: 6px;
}

.listing-verified .theme-btn {
  color: #216bff;
  height: auto;
  padding: 10px;
  width: auto;
  text-align: center;
  background-color: #fff;
  font-weight: 600;
  font-size: 14px;
}

input.form-control.verify-control {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 8px;
}

.listing-verified .theme-btn:hover {
  background-color: #216bff;
  color: #fff;
}

.pp-main-inner .section-title h2 {
  font-size: 24px;
  font-weight: 700;
}

.pp-main-inner .popular-block-image {
  height: 155px;
  border-radius: 8px;
}

.pp-main-inner .section-title {
  margin-bottom: 30px;
}

.mortgage-main label {
  font-weight: 600;
}

.mortgage-grid-2 {
  display: grid;
  grid-template-columns: 90px auto;
  align-items: center;
  margin-bottom: 15px;
  grid-column-gap: 15px;
  margin-bottom: 25px;
  position: relative;
}

.mortgage-grid {
  display: grid;
  grid-template-columns: 90px auto 80px;
  align-items: center;
  margin-bottom: 20px;
  grid-column-gap: 15px;
  position: relative;
}

.mortgage-grid .form-control {
  text-align: center;
}

.aff-calculator {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 20px;
  cursor: pointer;
  background-image: url(../images/explore-sales-proceed.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 15px center;
  padding-left: 80px;
  margin-top: 25px;
}

.aff-calculator p {
  font-weight: 600;
  margin-bottom: 0;
}

.aff-calculator a {
  color: #216bff;
  font-weight: 600;
}

.aff-calculator:hover {
  background-color: rgba(240, 246, 255, 0.5);
  border: 1px solid #216bff;
}

.progress-circle {
  width: 200px;
  height: 200px;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: #f8f8fa;
  text-align: center;
  line-height: 200px;
  margin: 0 auto;
  z-index: 2;
  margin-bottom: 25px;
}

.progress-circle .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  color: #1a2258;
  z-index: 999;
  height: 100%;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 500;
  font-size: 24px;
}

.progress-circle .title span {
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
}

.progress-circle .overlay {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #f8f8fa;
}

.progress-circle .left,
.progress-circle .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid #216bff;
  border-radius: 100px 0px 0px 100px;
  border-right: 0;
  transform-origin: right;
}

.progress-circle .left {
  animation: load1 1s linear forwards;
}

.progress-circle:nth-of-type(2) .right,
.progress-circle:nth-of-type(3) .right {
  animation: load2 0.5s linear forwards 1s;
}

.progress-circle:last-of-type .right,
.progress-circle:first-of-type .right {
  animation: load3 0.8s linear forwards 1s;
}

@keyframes load1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

@keyframes load2 {
  0% {
    z-index: 100;
    transform: rotate(180deg);
  }

  100% {
    z-index: 100;
    transform: rotate(270deg);
  }
}

@keyframes load3 {
  0% {
    z-index: 100;
    transform: rotate(180deg);
  }

  100% {
    z-index: 100;
    transform: rotate(315deg);
  }
}

.calculation-main {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 10px;
}

.calculation-main-inner {
  background-color: #f8f8fa;
  border-radius: 10px;
  padding: 15px;
}

.calculation-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.calculation-title h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.calculation-main-inner h5 {
  font-weight: 600;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 0;
}

.price-trend-header .btn {
  padding: 8px 15px;
}

.price-trend-header {
  margin-bottom: 25px;
}

.price-trend-body h3 {
  color: #216bff;
  font-weight: 700;
  margin-right: 30px;
  display: flex;
  align-items: center;
}

.price-trend-body h3 span {
  color: #1a2258;
  font-size: 14px;
  margin-right: 8px;
  font-weight: 500;
}

.price-trend-graph p {
  margin-bottom: 20px;
}

.price-trend-graph p a {
  color: #216bff;
  font-weight: 600;
}

.price-trend-graph {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 15px;
  margin-top: 15px;
}

.site-map ul li {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
}

.site-map ul li span {
  margin-left: 8px;
}

.sidebar-block01 .agent-logo {
  width: 95px;
}

.sidebar-block01 .agent-verified {
  width: 55px;
  margin: 0 auto;
  margin-top: 8px;
}

.sidebar-block01 {
  box-shadow: 0 4px 16px rgba(11, 17, 52, 0.2);
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 30px;
}

.sidebar-block01 h4 {
  font-size: 16px;
  font-weight: 600;
}

.sidebar-block01 .flex-shrink-0 {
  display: flex;
  flex-direction: column;
}

a.numb {
  background-color: #216bff;
  color: #fff;
  font-weight: 600;
  padding: 0;
  width: 100%;
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  text-align: center;
}

.sidebar-block01-btns {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 10px;
  margin-top: 20px;
  grid-row-gap: 12px;
}

a.numb span {
  border: 1px solid #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 11px;
  margin-left: 5px;
}

.sidebar-block01 .form-control {
  font-size: 14px;
  padding: 10px 15px;
}

.sidebar-block01 p {
  margin-top: 15px;
}

.sidebar-block01 p a {
  color: #216bff;
  font-weight: 500;
  font-size: 12px;
}

.sidebar-form-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 12px;
  align-items: center;
}

.sidebar-form-btns .theme-btn {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  text-align: center;
  height: auto;
  width: 100%;
}

#sidebar.fixed {
  position: fixed;
  top: 160px;
}

.sticky-sidebar {
  max-width: 310px;
}

.sidebar-form-btns .theme-btn i {
  margin-right: 5px;
}

.error-404 {
  padding: 50px 0;
}

.error-404-inner img {
  margin: 50px 0;
  max-width: 890px;
}

.theme-btn.btn-auto {
  height: auto;
  display: block;
  max-width: 220px;
  margin: 0 auto;
}

.no-listing-found h2 {
  font-weight: 600;
  font-size: 26px;
}

.infofeatured-block {
  padding: 25px;
  background-color: #fff4fa;
  border-radius: 8px;
  margin-top: 50px;
}

.bg-lite-blue {
  background-color: #f0f6ff;
}

.infofeatured-block img {
  height: 85px;
  width: 85px;
  object-fit: contain;
  margin-right: 20px;
}

.infofeatured-block h2 {
  font-weight: 600;
  font-size: 20px;
}

.infofeatured-block p {
  font-weight: 500;
}

.infofeatured-block .d-flex {
  margin-bottom: 25px;
}

.download-app .theme-btn {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  color: #216bff;
  border-radius: 8px;
}

.subscribe-box {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.subscribe-box input {
  border: 0;
  padding: 8px 15px;
  height: 48px;
  width: 100%;
  padding-right: 120px;
}

.subscribe-box .theme-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  padding: 6px 15px;
  height: 36px;
  border-radius: 4px;
}

.carousel.slider-520 .carousel-item img {
  height: 525px;
  object-fit: cover;
}

.carousel.slider-520:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.18) 16.31%, transparent 37.79%), linear-gradient(1turn, rgba(0, 0, 0, 0.8), transparent 79.49%);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.largeslider-content-right {
  bottom: 55px;
  width: 100%;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
}

.largeslider-content-right .circle-arrows {
  position: static;
  opacity: 1;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  margin-left: 25px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.largeslider-top-content {
  position: absolute;
  top: 10px;
  z-index: 9;
  right: 0;
  width: 100%;
  left: 0;
}

.largeslider-top-content ul.breadcrumb li,
.largeslider-top-content ul.breadcrumb li a {
  color: #fff;
  font-size: 12px;
  text-shadow: 0 2px 4px rgba(11, 17, 52, 0.8);
}

.largeslider-top-content ul.breadcrumb {
  margin: 0;
  padding: 10px 0;
}

.largeslider-top-content ul.breadcrumb li {
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.7));
}

.largeslider-top-content h2 {
  color: #fff;
  text-shadow: 0 2px 4px rgba(11, 17, 52, 0.8);
  font-size: 16px;
}

.largeslider-top-content h2 i {
  margin-right: 10px;
}

.largeslider-bottom-content {
  position: absolute;
  bottom: 55px;
  z-index: 9;
  right: 0;
  width: 100%;
  left: 0;
}

.largeslider-bottom-content h2 {
  font-size: 44px;
  line-height: 60px;
  text-shadow: 0 2px 4px rgba(11, 17, 52, 0.8);
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.largeslider-bottom-content h3 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 24px;
  text-shadow: 0 2px 4px rgba(11, 17, 52, 0.8);
  color: #fff;
}

.largeslider-bottom-content p {
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}

.largeslider-bottom-btns {
  display: flex;
  flex-wrap: wrap;
}

.largeslider-bottom-btns button,
.largeslider-bottom-btns a {
  margin: 0 !important;
  padding: 8px 45px !important;
  margin-right: 15px !important;
  height: 50px !important;
  margin-top: 40px !important;
  line-height: 30px;
}

.theme-btn-white {
  background-color: #fff;
  color: #216bff;
  border: 1px solid #fff;
  padding: 12px 35px;
  font-weight: 600;
  border-radius: 8px;
}

.largeslider-content {
  max-width: 1170px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 9;
  top: 0;
  bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: grid;
  grid-template-columns: auto 150px;
}

.dStickynav-left ul {
  display: flex;
  align-items: center;
}

.dStickynav-left ul li {
  position: relative;
}

.dStickynav-left ul li a {
  color: #216bff;
  display: flex;
  align-items: center;
  font-weight: 500;
  border-right: 2px solid #eaebf0;
  padding-right: 12px;
  margin-right: 12px;
}

.dStickynav-left ul li:last-child a {
  border-right: 0;
}

.dStickynav-left ul li a img {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.developers-stickynav {
  border-bottom: 1px solid #eaebf0;
  padding: 6px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 999;
}

.dStickynav-right a {
  padding: 11px 0;
  font-weight: 500;
}

.modal-dialog.max-450 {
  max-width: 450px;
}

.modal-btn-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
  border: 1px solid #a6a6a6;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
  margin-top: 0;
}

.form-check {
  margin-bottom: 6px;
}

.border-feature {
  border: 1px solid #eaebf0;
  border-radius: 8px;
  padding: 25px 25px;
  margin-bottom: 25px;
}

.developers-page-main {
  padding: 40px 0;
}

.pr-content h6 {
  color: #216bff;
  font-weight: 600;
}

.pr-content h6 a {
  color: #216bff;
  font-weight: 600;
}

.pr-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 15px;
}

.border-feature h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.bold-bullet li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 16px;
}

.bold-bullet li:last-child {
  margin-bottom: 0;
}

.bold-bullet li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  left: 0;
  color: #787d9c;
  top: 0;
}

ul.table-list li {
  border-bottom: 1px solid #eaebf0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 10px;
  padding-top: 10px;
}

ul.table-list li span:first-child {
  font-weight: 600;
}

ul.table-list li:first-child {
  padding-top: 0;
}

ul.table-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.border-feature a {
  color: #216bff;
  font-weight: 600;
  font-size: 16px;
  margin-top: 15px;
  display: inline-block;
}

.developers-page-main .area-specialist h2 {
  font-size: 18px;
}

.more-new-launches .section-title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  color: #1a2258;
  margin-bottom: 0;
}

.more-new-launches .section-title {
  margin-bottom: 20px;
}

.more-new-launches .popular-block-image {
  height: 150px;
}

.developers-block .carousel {
  background-color: #000;
}

.developers-block .carousel .carousel-inner .carousel-item img {
  height: 500px;
  margin: 0 auto;
}

.developers-block .carousel .carousel-inner .carousel-item span {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  bottom: 15px;
  left: 25px;
}

.developers-block .circle-arrows {
  position: absolute;
  opacity: 1;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.developers-block button.carousel-control-next.circle-arrows {
  bottom: 25px;
  right: 50px;
  top: auto;
}

.developers-block button.carousel-control-prev.circle-arrows {
  bottom: 25px;
  right: 110px;
  top: auto;
  left: auto;
}

.developers-block h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  color: #1a2258;
  margin-bottom: 15px;
}

.developers-block {
  padding-bottom: 60px;
}

.floor-plans h3 {
  text-align: center;
  display: inline-block;
  color: #216bff;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 3px solid #216bff;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

.floor-plans h3 svg {
  margin-bottom: 10px;
  margin-top: 10px;
}

.floor-plans .nav-pills .nav-link.active,
.floor-plans .nav-pills .show>.nav-link {
  color: #1a2258;
  background-color: #f8f7f6;
}

.floor-plans .nav-pills .nav-link {
  border-radius: 0;
  text-align: left;
  font-weight: 500;
  color: #1a2258;
  width: 100%;
  padding: 18px 25px;
}

.floor-plans .nav.nav-pills {
  width: 100%;
  max-width: 380px;
  border-right: 1px solid #eaebf0;
  height: 450px;
  overflow: auto;
  flex-direction: row !important;
}

.floor-plans .nav-link {
  border-bottom: 1px solid #eaebf0;
}

.floor-plans .nav-link:last-child {
  border-bottom: 0;
}

.floor-plans .carousel .carousel-inner .carousel-item img {
  height: 450px;
  margin: 0 auto;
}

.floor-plans .nav.nav-pills::-webkit-scrollbar {
  width: 8;
}

.floor-plans .nav.nav-pills::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.floor-plans .nav.nav-pills::-webkit-scrollbar-thumb {
  background: #888;
}

.floor-plans .nav.nav-pills::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.units-left .d-flex img {
  max-width: 150px;
}

.units-left {
  padding-bottom: 25px;
}

.location-of-nav {
  border-bottom: 1px solid #eaebf0;
}

.location-of-nav .nav.nav-tabs {
  border-bottom: 0;
  justify-content: space-around;
}

.location-of-nav .nav-item .nav-link {
  border-radius: 0;
  border: 0;
  color: #b5b8c9;
  font-size: 16px;
  font-weight: 500;
  padding: 30px 15px;
  margin-bottom: 1px;
  position: relative;
}

.location-of-nav .nav-item .nav-link i {
  display: block;
  font-size: 26px;
  margin-bottom: 8px;
}

.location-of-nav .nav-item .nav-link.active {
  color: #216bff;
}

.location-of-nav .nav-item .nav-link.active::after {
  content: "";
  height: 4px;
  background-color: #216bff;
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  border-radius: 5px;
  margin: 0 auto;
  bottom: 20px;
}

.location-of-content {
  display: grid;
  grid-template-columns: 380px auto;
}

.location-of-vNav {
  padding: 20px;
  height: 450px;
  overflow: auto;
  border-right: 1px solid #eaebf0;
}

.location-of-vNav .position-relative svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.location-of-vNav .position-relative input {
  background-color: #f3f4f6;
  font-size: 14px;
  padding-left: 32px;
  border-radius: 3px;
  height: 60px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.location-of-table {
  padding: 15px 20px;
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #eaebf0;
}

.location-of-table:last-child {
  border-bottom: 1px solid #eaebf0;
}

.location-of-head,
.location-of-body {
  display: grid;
  grid-template-columns: 1fr 100px;
}

.location-of-head span {
  font-weight: 600;
  margin-bottom: 5px;
}

.bluehead-search {
  display: grid;
  grid-template-columns: auto 90px;
  align-items: center;
}

.location-of-bluehead {
  background-color: #216bff;
  color: #fff;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  padding: 20px;
}

.location-of-bluehead h6 {
  font-weight: 700;
  font-size: 20px;
}

.ameni-nearby {
  font-size: 16px;
}

.ameni-nearby .location-of-body {
  margin: 6px 0;
}

.ameni-nearby a {
  margin-top: 10px;
}

.border-feature .row img {
  border-radius: 8px;
}

.price-trend-left label.btn.btn-outline-primary {
  font-weight: 500;
  padding: 8px 20px;
  color: #1a2258;
}

.price-trend-left .btn-check:checked+.btn,
.price-trend-left .btn.active,
.price-trend-left .btn.show,
.price-trend-left .btn:first-child:active,
.price-trend-left :not(.btn-check)+.btn:active {
  background-color: #f0f6ff;
  color: #0d6efd;
}

.price-trend-header {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.border-feature .price-trend-graph {
  border: 0px solid #d9d9d9;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
}

.developers-block .popular-block-content h2 {
  font-size: 19px;
  margin: 10px 0 10px;
  font-weight: 600;
  line-height: 19px;
  color: #1a2258;
}

.developers-block .popular-block-content {
  padding-top: 10px;
}

.developers-block .faq-accordion-header {
  font-size: 20px;
  padding-left: 0;
  padding-right: 40px;
  line-height: normal;
}

.developers-block .faq-accordion-item h2::after {
  left: auto;
  right: 0;
}

.developers-block .faq-accordion .accordion-body {
  padding-left: 0;
  padding-top: 0;
  font-size: 16px;
}

.developers-sidebar {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(11, 17, 52, 0.2);
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

.developers-sidebar .request-form {
  padding: 0;
}

.developers-sidebar .request-form h2 {
  background: linear-gradient(90deg, #6d9dfd, #216bff 55.72%, #1757d7);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 25px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

.developers-sidebar:before {
  background: linear-gradient(90deg, #6d9dfd, #216bff 55.72%, #1757d7);
  border-radius: 16px;
  bottom: 0;
  content: "";
  left: 0;
  -webkit-mask: linear-gradient(#fff, #fff 0) content-box, linear-gradient(#fff, #fff 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  padding: 2px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.dev-request-form {
  padding: 25px 25px;
}

.dev-request-form p {
  font-size: 12px;
}

.cp-main {
  background-color: #f8f8fa;
  padding-top: 60px;
  padding-bottom: 60px;
}

.calculate-payments h2 {
  margin-bottom: 8px;
}

.cp-grid {
  margin-top: 30px;
  border: 1px solid #dddee6;
  box-shadow: none;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px 40px 16px 16px;
  position: relative;
  cursor: pointer;
}

.cp-grid h3 {
  font-size: 16px;
  font-weight: 600;
}

.cp-grid i {
  color: #216bff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  font-size: 24px;
}

.cp-grid:hover {
  border-color: transparent;
  box-shadow: 0 2px 12px 0 rgba(11, 17, 52, 0.149);
}

.cp-grid:hover h3 {
  color: #216bff;
}

.calculate-payments img {
  position: absolute;
  right: 0;
  top: 0;
}

.home-hero.nav-space.nl-banner {
  background-image: url(../images/new-launches.png);
  background-position: center;
  height: 445px;
}

.nl-banner h1 {
  font-size: 34px;
}

.nl-banner .filters-select {
  grid-template-columns: 122px 115px 117px;
}

.new-launch-filters {
  display: grid;
  grid-template-columns: 170px 180px 230px;
  grid-column-gap: 15px;
  margin-bottom: 25px;
  margin-top: 25px;
}

.new-launch-filters select {
  font-size: 14px;
}

.form-checkbox {
  display: block;
  margin-bottom: 15px;
}

.form-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-checkbox {
  display: block;
  position: absolute;
  right: 7px;
  top: 5px;
}

.form-checkbox label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #216bff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  /* padding: 12px; */
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0;
  background-color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c4c6c8;
}

.form-checkbox input:checked+label:after {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #216bff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-radius: 100%;
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.new-launch-tile {
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.new-launch-tile .nlt-image {
  position: relative;
  height: 145px;
  overflow: hidden;
  border-radius: 4px;
}

.new-launch-tile .nlt-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-launch-tile .nlt-image span {
  position: absolute;
  background-color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  top: 10px;
  left: 10px;
  display: block;
  line-height: 14px;
}

.new-launch-tile .nlt-content {
  padding: 10px 0;
}

.new-launch-tile .nlt-content h6 {
  font-weight: 600;
  font-size: 17px;
}

.new-launch-tile .nlt-content p {
  font-size: 12px;
  font-weight: 500;
}

.new-launch-tile .nlt-footer {
  color: #787d9c;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.nlt-footer span {
  height: 12px;
  width: 4px;
  background-color: #734538;
  display: inline-block;
  margin-right: 5px;
}

.new-launch-tile:hover,
.new-launch-tile.checked {
  box-shadow: 0 2px 12px rgba(11, 17, 52, 0.15);
}

.developers-block .featured-block {
  margin-bottom: 30px;
  overflow: visible;
}

.developers-block .featured-block-content {
  padding: 20px 25px;
}

.developers-block .featured-block-content h2 {
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}

.developers-block .featured-block-content p {
  display: flex;
  justify-content: space-between;
}

.developers-block .featured-block-content-left {
  margin-top: 15px;
}

.learn-more {
  color: #216bff;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
}

.developers-block .featured-block-image,
.developers-block .featured-block-image img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.virtualTours .slick-list.draggable {
  padding-left: 0 !important;
}

.virtualTours .slide {
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.virtualTours .slide a:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.18) 16.31%, transparent 37.79%), linear-gradient(1turn, rgba(0, 0, 0, 0.75), transparent 60%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.virtualTours .slide a::before {
  content: "";
  background-image: url(../images/vr-tour.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-position: center;
  z-index: 9999;
  background-size: 45px;
}

.virtualTours .slide img {
  height: 200px;
  object-fit: cover;
}

.virtualTours button.slide-arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 50px;
  height: 50px;
  font-size: 22px;
  border: 0;
  background-color: #ffffff;
  color: #1a2258;
  border-radius: 100%;
  transform: translateY(-50%);
  box-shadow: 0 0px 12px #0b113419;
  z-index: 9;
}

.virtualTours button.slide-arrow.prev-arrow.slick-arrow {
  right: auto;
  left: 30px;
  display: none !important;
}

.virtualTours .slide p {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #fff;
  z-index: 9;
  font-weight: 500;
}

.nl-region {
  background: #f8f8fa;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 15px;
}

.nl-region .d-flex img {
  border-radius: 4px;
  height: 64px;
  max-height: 64px;
  max-width: 64px;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
}

.nl-region .d-flex p {
  font-weight: 600;
  font-size: 16px;
}

ul.tag-list li {
  color: #ff72b6;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 0;
}

.pcalculator-sidebar {
  background-color: #f8f8fa;
  height: -webkit-fit-content;
  padding: 24px;
  border-radius: 4px;
}

.pcalculator-header {
  position: relative;
  padding-right: 100px;
}

.pcalculator-header h3 {
  font-size: 20px;
  font-weight: 600;
}

.pcalculator-header img {
  position: absolute;
  right: 0;
  top: 0;
  width: 86px;
}

.pcalculator-body .cp-grid {
  margin-top: 20px;
  padding: 15px 40px 15px 15px;
  border-radius: 10px;
}

.pcalculator-body .cp-grid p {
  font-size: 12px;
}

.pcalculator-body .cp-grid i {
  font-size: 20px;
}

.pcalculator-body .cp-grid h3 {
  margin-bottom: 5px;
}

.explore-grid h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
}

.explore-grid p a {
  color: #216bff;
  font-weight: 600;
  font-size: 14px;
}

.explore-grid img {
  margin-bottom: 20px;
  height: 110px;
  object-fit: contain;
}

img.launch-blurb {
  position: absolute;
  right: 40px;
  top: 25px;
}

.discover-nl {
  padding-right: 230px;
}

.banner-with-image {
  background-image: url(../images/Hill-Residences.avif);
  height: 390px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.banner-with-image ul.breadcrumb li a,
.banner-with-image ul.breadcrumb li {
  color: #fff;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(11, 17, 52, 0.8);
}

.banner-with-image h2 {
  font-size: 44px;
  line-height: 50px;
  text-shadow: 0 2px 4px rgba(11, 17, 52, 0.8);
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
  max-width: 800px;
}

.banner-with-image:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(1turn, rgba(0, 0, 0, 0.6), transparent);
  opacity: 0.8;
  height: 100%;
}

.banner-with-image .col-md-12 {
  position: relative;
  z-index: 9;
  height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reasons-to {
  padding: 70px 0;
}

.reasons-to h2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
}

.reasons-block {
  padding: 24px;
  border: 1px solid #dddee6;
  border-radius: 4px;
}

.reasons-block h6 {
  color: #216bff;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}

.reasons-block h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.reasons-block p {
  min-height: 105px;
}

.region-filters-left {
  display: grid;
  grid-template-columns: 40px 120px 120px;
  align-items: center;
  grid-column-gap: 15px;
}

.region-filters-left p,
.region-filters-right p {
  font-weight: 600;
}

.region-filters-left .form-select {
  font-size: 14px;
}

.region-filters-right {
  display: grid;
  grid-template-columns: 46px 140px;
  align-items: center;
}

.trends-region span {
  color: #d14e47;
  font-weight: 600;
}

.trends-region img {
  width: 60px;
}

.trends-region .flex-grow-1 {
  font-size: 16px;
}

.trends-region {
  max-width: 950px;
}

.page-title ul.breadcrumb li,
.page-title ul.breadcrumb li a {
  color: #9a9eb5;
  font-size: 14px;
  text-shadow: none;
}

.mortgages-banner {
  background-image: linear-gradient(0deg, #f8f9fa 0, #ebecf0 0);
  background-size: cover;
  position: relative;
  margin-bottom: 70px;
}

.mortgages-banner::before {
  content: "";
  background-image: url(../images/banner_left.png);
  height: 210px;
  width: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.mortgages-banner::after {
  content: "";
  background-image: url(../images/banner_right.png);
  height: 100%;
  width: 58%;
  position: absolute;
  bottom: -70px;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  z-index: 7;
}

.mb-inner {
  max-width: 480px;
  padding: 100px 0;
}

.mb-inner .theme-btn {
  display: inline-block;
  height: auto;
}

.mb-inner h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1a2258;
}

.mb-inner p {
  font-size: 16px;
  margin-bottom: 20px;
}

.partnership-with {
  padding-bottom: 30px;
  background-color: #f7f8fc;
  margin-top: -70px;
  padding-top: 100px;
  margin-bottom: 60px;
}

.pw-inner h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.pw-inner ul li {
  display: inline-block;
}

.pw-inner ul li img {
  height: 50px;
  object-fit: contain;
  margin: 10px 25px;
}

.mg-content-block {
  padding-bottom: 80px;
}

.mg-content-block h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a2258;
}

.mg-content-block .font-16 {
  font-weight: 600;
  color: #777a7f;
}

.hwh-block {
  margin-top: 50px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.hwh-block img {
  height: 70px;
  margin-bottom: 30px;
}

.mg-background {
  background-image: url(../images/circles-background-1440.png);
  background-position: auto 100%;
  background-size: cover;
  padding-bottom: 100px;
  padding-top: 20px;
}

.mg-steps {
  margin: 130px auto 0;
  max-width: 850px;
}

._21c5U {
  margin-top: 55px;
}

._1Cuhb {
  align-items: stretch;
  display: flex;
  position: relative;
  width: 100%;
}

._1Dbkm {
  align-items: center;
  display: flex;
  flex: 0 0 50px;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 55px;
  overflow: hidden;
}

._1Im6K {
  border-radius: 50%;
  border-style: solid;
  border-width: 4px;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  flex: 0 0 50px;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  line-height: 45px;
  text-align: center;
  width: 50px;
}

._1Gnze,
._1Im6K {
  background-color: #fff;
}

._2kG9m {
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

._3MDPl {
  left: 50%;
  position: absolute;
  top: -5px;
  transform: translateX(-50%);
}

._1Gnze {
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 34px;
}

._2t2vo {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 34px;
}

.JPolj {
  color: #777a7f;
  font-size: 14px;
  font-weight: 500;
  margin: 2px 0;
}

._2BUX3 {
  line-height: 1.5;
  padding: 21px 34px;
}

._1Cuhb:last-child ._2kG9m {
  display: none;
}

._2BUX3 a {
  color: #216bff;
  font-weight: 600;
}

.mg-steps .theme-btn {
  display: inline-block;
  height: auto;
}

.mortgage-preferences {
  margin-top: 100px;
}

.mp-header {
  margin-bottom: 25px;
}

.mp-header a {
  color: #216bff;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.mp-body {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 30px;
}

.mp-body h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #1a2258;
}

.mp-body-row {
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  margin-bottom: 25px;
}

.mp-body-row p {
  font-weight: 600;
  font-size: 16px;
}

.mp-body-row p span {
  display: block;
  color: #777a7f;
  font-weight: 500;
  font-size: 14px;
}

.mp-body-row .btn-group {
  column-gap: 15px;
}

.mp-body-row label.btn.btn-outline-primary {
  color: #216bff;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px !important;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 15px;
  width: 140px;
  height: 44px;
}

.mp-body-row .btn-check:checked+.btn,
.mp-body-row .btn.active,
.btn.show,
.mp-body-row .btn:first-child:active,
.mp-body-row :not(.btn-check)+.btn:active {
  background-color: #f0f6ff;
  border-color: #f0f6ff;
  color: #216bff;
}

.mp-body-row .form-control {
  font-weight: 600;
  height: 44px;
  padding: 0 15px;
  max-width: 250px;
}

.mp-body-row:last-child {
  margin-bottom: 0;
}

.mp-body-col-2 {
  display: grid;
  grid-template-columns: 250px 100px;
  align-items: center;
  grid-column-gap: 20px;
}

input[type="range"]::-webkit-slider-runnable-track {
  background: linear-gradient(to right, rgb(109, 157, 253), rgb(33, 107, 255), rgb(23, 87, 215));
}

input[type="range"]::-moz-range-track {
  background: linear-gradient(to right, rgb(109, 157, 253), rgb(33, 107, 255), rgb(23, 87, 215));
}

input[type="range"]::-ms-track {
  background: linear-gradient(to right, rgb(109, 157, 253), rgb(33, 107, 255), rgb(23, 87, 215));
}

input[type="range"]::-webkit-slider-thumb {
  border: 4px solid #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  height: 15px;
  width: 15px;
}

input[type="range"]::-moz-range-thumb {
  border: 4px solid #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  height: 15px;
  width: 15px;
}

input[type="range"]::-ms-thumb {
  border: 4px solid #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  height: 18px;
  width: 18px;
}

.mc-header {
  height: 205px;
  background-image: url(../images/search-results-banner.png);
  background-size: cover;
  overflow: hidden;
  background-position: 100% 100%;
  transition: all 0.25s ease;
  position: sticky;
  top: 55px;
  z-index: 99;
}

.mc-header-inner {
  height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  transition: all 0.25s ease;
}

.mc-header-inner h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.mc-header-inner p {
  font-weight: 500;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
}

.mc-header-inner p span {
  color: #fff;
  font-weight: 600;
}

.mc-body {
  display: flex;
  min-height: 100vh;
}

.mc-sidebar {
  border-right: 1px solid #e0e0e0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14);
}

.mc-sidebar {
  border-right: 1px solid #e0e0e0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14);
  position: relative;
  width: 285px;
  background-color: #fff;
  overflow: auto;
  position: fixed;
  bottom: 0;
  height: calc(100% - 260px);
  z-index: 10;
}

.mc-sidebar-inner {
  max-width: 240px;
  margin: 0 auto;
  padding: 50px 30px;
}

.mc-sidebar-inner h2 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
}

.mc-sidebar-inner p {
  font-weight: 600;
  margin-bottom: 20px;
}

.mc-stickyNav {
  display: none;
}

.mc-stickyNav p {
  font-size: 14px;

  color: #fff;
}

.mc-header.mcSticky .mc-Nav {
  display: none;
}

.mc-header.mcSticky .mc-stickyNav {
  display: block;
}

.mc-header.mcSticky {
  height: 80px;
}

.mc-header.mcSticky .mc-header-inner {
  height: 80px;
}

.mc-content-header {
  box-shadow: 0 2px 5px 0 #e0e0e0;
}

.mc-content-container {
  padding: 0 15px;
  max-width: 950px;
  margin: 0 auto;
}

.mc-content-header ul {
  align-content: center;
  display: flex;
  justify-content: space-between;
  grid-template-columns: auto;
}

.mc-content-header ul li {
  padding: 15px;
  width: 100%;
  text-align: center;
}

.mc-body.mcSticky .mc-sidebar {
  height: calc(100% - 135px);
}

.mc-content {
  flex-grow: 1;
  padding-left: 285px;
  position: relative;
}

.mc-content-header {
  box-shadow: 0 2px 5px 0 #e0e0e0;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  padding-left: 285px;
  z-index: 9;
  background-color: #fff;
}

.mc-content-body {
  padding: 80px 0;
  background-color: #f7f8fc;
  height: 100%;
}

.mc-property-grid.text-center {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
  margin: 30px auto;
  position: relative;
}

.mc-property-grid-top {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding: 34px 24px 38px;
}

.mcp-image img {
  margin: 0 auto;
  max-width: 130px;
  width: 90%;
  margin-bottom: 10px;
}

.mcp-image p {
  font-weight: 600;
}

.mc-property-grid-top h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.mcp-price-m h4 {
  color: #ff609c;
  font-size: 22px;
  font-weight: 600;
}

.mc-property-grid-footer {
  border-top: 1px solid #e0e0e0;
  padding: 12px 30px;
}

.mc-property-btns button {
  height: auto;
  margin-left: 15px;
  border: 2px solid #216bff;
  padding: 8px 35px;
  font-weight: 600;
  border-radius: 8px;
}

.mc-property-btns button.theme-border-btn {
  background-color: #fff;
  border: 2px solid #94969a;
}

.mc-details {
  padding: 15px 0;
}

.mc-details-features h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.mc-details-features ul li {
  position: relative;
  padding-left: 10px;
}

.mc-details-features ul li:before {
  content: "-";
  left: 0;
  position: absolute;
  top: 0;
}

.mortgage-calculator {
  padding: 80px 0;
}

.mortgage-calculator-inner h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 35px;
}

.mortgage-notification {
  background-color: #787d9c;
  border-radius: 15px;
  color: #fff;
  font-weight: 600;
  padding: 15px 30px;
  padding-left: 52px;
  line-height: 24px;
  margin-top: 15px;
}

.mortgage-notification img {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}

.mortgage-notification a {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.mortgage-calculator .container {
  max-width: 1040px;
}

.mc-grid {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 30px;
  margin: 30px 0;
}

.mc-grid-pv .mortgage-grid-2 {
  grid-template-columns: 130px auto;
}

.mc-grid-pv .mortgage-grid {
  grid-template-columns: 130px auto 80px;
}

.mc-grid-pv label {
  font-weight: 600;
}

.mc-grid-pv {
  max-width: 650px;
}

.mc-grid-pv .form-control,
.mc-grid-pv .form-select {
  height: 45px;
  font-weight: 500;
}

.mc-grid-pv .input-group-text b {
  font-weight: 500;
  font-size: 14px;
  padding: 0 10px;
}

.mc-grid h3 {
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 45px;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 25px;
  margin-top: -8px;
}

.mc-grid .col-md-6 p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mc-grid .col-md-6 h5 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.mortgage-grid-2 .input-group {
  max-width: 260px;
}

.mc-grid-pvw .btn-group {
  column-gap: 15px;
}

.mc-grid-pv label.btn.btn-outline-primary {
  color: #216bff;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px !important;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 15px;
  width: 110px;
  height: 44px;
  margin-right: 15px;
}

.mc-grid-pv .btn-check:checked+.btn,
.mc-grid-pv .btn.active,
.btn.show,
.mc-grid-pv .btn:first-child:active,
.mc-grid-pv :not(.btn-check)+.btn:active {
  background-color: #f0f6ff;
  border-color: #f0f6ff;
  color: #216bff;
}

.mc-grid-table {
  background: linear-gradient(180deg, #fff, #f5f9fe);
}

.mc-grid-table ul li {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 26px;
}

.mc-grid-table ul li.lite-color {
  color: #777a7f;
}

.affor-calculator {
  background-image: linear-gradient(148deg, #fff, #f5f9fe);
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  margin-bottom: 21px;
  padding: 34px;
  text-align: center;
  margin-top: 30px;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 75px;
}

.affor-calculator p {
  color: #777a7f;
  font-size: 16px;
  font-weight: 500;
}

.-affor-divider {
  font-weight: 700;
  font-size: 20px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.affor-calculator h2 {
  margin-top: 20px;
}

.affor-calculator .theme-btn {
  background-color: transparent;
  height: auto;
  color: #216bff;
  border-width: 1px;
  display: inline-block;
}

.affor-calculator .theme-btn:hover,
.mc-property-btns button.theme-border-btn:hover {
  background-color: #216bff;
  border-color: #216bff;
  color: #fff;
}

.neighbourhoods-grid {
  padding: 50px 0;
  padding-bottom: 80px;
}

.neighbourhoods-grid h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}

.nbh-grid-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.nbh-grid-inner .nbh-tile {
  position: relative;
  background-color: #000;
  height: 200px;
  width: 100%;
  overflow: hidden;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8);
}

.nbh-grid-inner .nbh-tile a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.nbh-grid-inner .nbh-tile a::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s linear;
}

.nbh-grid-inner .nbh-tile a img.nbh-tile-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.nbh-grid-inner .nbh-tile a span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: inherit;
  text-transform: uppercase;
}

.nbh-grid-inner .nbh-tile:hover a::after {
  background-color: transparent;
}

ul.breadcrumb li a:hover {
  color: #216bff;
}

.neighbour-sidebar-col {
  width: 100%;
  max-width: 280px;
  flex: 0 0 280px;
}

.neighbour-sidebar {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 20px 15px;
  margin-bottom: 25px;
}

.neighbour-sidebar h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

.neighbour-sidebar ul li a {
  border-bottom: 1px solid #eee;
  display: block;
  font-weight: 600;
  padding: 6px 0;
  color: #777a7f;
  font-size: 13px;
  line-height: 25px;
  position: relative;
}

.neighbour-sidebar ul li:last-child a {
  border-bottom: 0px solid #eee;
}

.neighbour-sidebar ul li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  color: #777a7f;
  opacity: 0;
}

.neighbour-sidebar ul li a:hover::before {
  opacity: 1;
}

.neighbourhoods-detail h2 {
  font-weight: 600;
  margin: 5px 0 40px;
  font-size: 26px;
}

.noverview-tags {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 70px auto;
  align-items: center;
  font-weight: 600;
}

.noverview-tags ul li {
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 4px 15px;
  margin-right: 10px;
}

.neighbourhoods-detail hr {
  border-top: 1px solid #eee;
  margin-top: 50px;
  margin-bottom: 50px;
  opacity: 1;
}

.neighbour-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
}

.neighbour-content-block {
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
  padding-bottom: 55px;
  width: calc(100% - 15px);
  margin-left: auto;
}

.neighbour-areas-grid {
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  padding: 8px;
}

.neighbour-areas-grid img {
  height: 175px;
  object-fit: cover;
  margin-bottom: 12px;
  width: 100%;
}

.nag-content h5 {
  color: #216bff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.nag-content p {
  color: #777a7f;
  font-size: 12px;
  font-weight: 600;
}

.nag-content {
  padding: 0 5px;
}

.neighbour-content-block .nav.nav-tabs {
  border-bottom: 0;
  margin-bottom: 15px;
}

.neighbour-content-block .nav.nav-tabs .nav-item .nav-link {
  border: 0;
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
  padding: 0;
  margin-right: 50px;
  color: #1a2258;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.neighbour-content-block .nav.nav-tabs .nav-item .nav-link.active {
  color: #216bff;
}

.neighbour-content-block .nav.nav-tabs .nav-item .nav-link.active::after {
  content: "";
  height: 4px;
  width: 60%;
  background-color: #216bff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  border-radius: 6px;
  margin: 0 auto;
}

.neig-aclist {
  position: relative;
  height: 110px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #eee;
}

.neig-aclist.neig-overlay::after {
  content: "";
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.3;
}

.neig-aclist p {
  position: absolute;
  z-index: 99;
  color: #fff;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}

.neig-aclist-all {
  border: 1px solid #216bff;
}

.neig-aclist-all p {
  color: #216bff;
}

.neighbour-sidebar-button {
  padding-bottom: 25px;
}

.neighbour-sidebar-button button {
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 10px;
}

.neighbour-sidebar-button button.theme-btn.theme-pink {
  background-color: #ff609c;
  border-color: #ff609c;
}

.neighbour-table {
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
}

.neighbour-table table tr th {
  font-weight: 600;
}

.neighbour-table table tr th,
.neighbour-table table tr td {
  padding: 12px 25px;
}

.neighbour-table table tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}

ul.neighbour-real-agents {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

ul.neighbour-real-agents li a {
  font-weight: 500;
}

ul.neighbour-real-agents li a:hover {
  color: #216bff;
}

.neighbour-hotels-grid {
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  padding: 8px;
}

.neighbour-hotels-grid img {
  height: 155px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 15px;
}

.neighbour-hotels-content {
  padding: 0 5px;
}

.neighbour-hotels-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.neighbour-hotels-content p {
  margin-bottom: 10px;
  color: #787d9c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.neighbour-hotels-content ul li {
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
}

.neighbour-hotels-content ul li img {
  width: auto;
  height: 30px;
  margin-right: 3px;
}

.neighbour-hotels-content h2 {
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 20px;
}

.neighbour-hotels-content .theme-btn {
  color: #216bff;
  height: auto;
  display: block;
  text-align: center;
  padding: 10px 10px;
  background-color: #fff;
}

.neighbour-hotels-content .theme-btn:hover {
  background-color: #216bff;
  color: #fff;
}

.neighbourhoods-detail h2 {
  position: relative;
}

.neighbourhoods-detail h2 a {
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #216bff;
  line-height: 18px;
}

ul.neighbour-postcode li a {
  position: relative;
}

ul.neighbour-postcode li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  color: #216bff;
}

ul.neighbour-postcode {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.neighbour-content-block .floor-plans .location-of-nav .nav-item .nav-link {
  border-radius: 0;
  border: 0;
  color: #b5b8c9;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 10px;
  margin-bottom: 1px;
  position: relative;
  margin-right: 0;
  padding-bottom: 10px;
}

.neighbour-content-block .floor-plans .location-of-nav .nav-item .nav-link i {
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
}

.neighbour-content-block .floor-plans .location-of-map {
  height: 360px;
}

.neighbour-summry img {
  border-radius: 6px;
  margin-bottom: 25px;
  width: 100%;
  max-width: 100%;
}

.developers-block.neighbour-content-block .faq-accordion-header {
  font-size: 20px;
  padding-left: 0;
  padding-right: 40px;
  line-height: normal;
  margin-bottom: 15px;
}

.neighbour-summry {
  margin-bottom: 30px;
}

.neighbour-summry:last-child {
  margin-bottom: 0;
}

.agents-banner {
  background-color: #f0f6ff;
  padding: 50px 0;
  margin-bottom: 100px;
}

.agents-banner-inner h2 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
}

.agents-banner-inner h5 {
  font-weight: 700;
  font-size: 20px;
}

.agents-block {
  padding-bottom: 60px;
}

.agents-block h2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
}

.popular-agents-col {
  border: 1px solid #dddee6;
  padding: 16px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

.popular-agents-col:hover {
  box-shadow: 0px 4px 16px rgb(11 17 52 / 20%);
  border-color: transparent;
}

.popular-agents-col h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.popular-agents-col img {
  height: 80px;
  width: 100%;
  object-fit: contain;
}

.popular-agents-col a.see-all {
  color: #216bff;
  font-weight: 600;
  font-size: 14px;
  display: block;
  text-align: center;
}

.sidebar-block01-btns span.contact {
  font-weight: 600;
  margin-bottom: -6px;
}

.agents-banner-search {
  box-shadow: 0px 4px 16px rgb(11 17 52 / 20%);
  height: 60px;
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  max-width: 615px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -30px;
  overflow: hidden;
}

.agents-banner-search svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.agents-banner-search input {
  border: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding-left: 50px;
  padding-right: 15px;
}

.agents-banner-search.fixed {
  position: fixed;
  top: 55px;
  z-index: 9;
}

.agents-title a {
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #216bff;
  line-height: 18px;
}

.agents-title h2 {
  margin-bottom: 0;
}

.agents-title {
  border-bottom: 1px solid #dddee6;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.agents-block ul.neighbour-real-agents {
  grid-template-columns: repeat(4, 1fr);
}

.agent-profile {
  border: 1px solid #dddee6;
  padding: 40px;
  border-radius: 4px;
  margin-bottom: 60px;
}

.agent-profile img {
  max-width: 110px;
  width: 100%;
  margin-right: 20px;
}

.agent-profile h1 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}

.agent-profile p {
  font-size: 16px;
}

.agent-profile p {
  margin-bottom: 10px;
  font-weight: 500;
}

.agent-profile p a {
  border: 1px solid #216bff;
  border-radius: 4px;
  margin-left: 5px;
  padding: 3px 8px;
  text-transform: capitalize;
  color: #216bff;
  font-weight: 600;
  font-size: 14px;
}

.agent-profile p b {
  margin-right: 5px;
}

.agent-profile .whatsapp,
.agent-profile .theme-btn {
  height: auto;
  padding: 8px 10px;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0;
}

.agent-profile .theme-btn {
  background-color: #fff;
  color: #216bff;
}

.agentp-btns {
  display: grid;
  margin-top: 20px;
  max-width: 330px;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}

.agent-mini-block {
  margin-bottom: 60px;
}

.agent-mini-block h2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}

.agent-mini-chart {
  background: #f8f8fa;
  padding: 30px 30px;
  border-radius: 4px;
  margin-top: 15px;
}

.agent-mini-block .nav.nav-tabs {
  border: 0;
  margin-bottom: 40px;
  margin-top: 20px;
}

.agent-mini-block .nav.nav-tabs .nav-item .nav-link {
  border: 1px solid #dddee6;
  margin-right: 0px;
  border-radius: 0;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 25px;
  color: #1a2258;
}

.agent-mini-block .nav.nav-tabs .nav-item .nav-link.active {
  color: #216bff;
  border-color: #216bff;
}

.agent-mini-block .nav.nav-tabs .nav-item:first-child .nav-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.agent-mini-block .nav.nav-tabs .nav-item:last-child .nav-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

section.agents-location-banner {
  background-color: #f0f6ff;
  padding: 25px 0;
}

.agents-location-search .agents-banner-search {
  position: relative;
  margin-left: 0;
  max-width: 500px;
  height: 55px;
  bottom: 0;
  margin-top: 20px;
}

.agents-location-search a {
  color: #216bff;
  font-weight: 600;
  display: block;
}

.agents-location-search a i {
  margin-right: 5px;
}

.agents-location-main {
  padding: 60px 0;
}

.agents-location-grid h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.agents-location-grid .popular-agents-col {
  margin-bottom: 30px;
}

.agents-location-main .border-feature {
  padding-left: 80px;
  font-size: 13px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 30px;
}

.agents-location-main .border-feature .looking_property {
  position: absolute;
  left: 25px;
  top: 38px;
}

.agents-location-main .border-feature p a {
  margin: 0;
  font-size: 13px;
}

.auth-block {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 0;
}

.auth-block svg {
  margin-bottom: 25px;
}

.auth-block h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

p.no-account {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}

.no-account a {
  font-weight: 600;
  text-decoration: underline;
  margin-left: 5px;
}

.social-login {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  margin-bottom: 25px;
}

.social-login button {
  border: 2px solid #322744;
  width: 100%;
  background-color: #fff;
  height: 48px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  border-radius: 4px;
}

.social-login button i {
  font-size: 20px;
}

.social-login button:hover {
  box-shadow: 0px 0px 12px #32274414, 0px 0px 1px #32274452, 0px 8px 16px -8px #322744cc;
  background-color: #322744;
  color: #fff;
}

.auth-divider {
  margin-bottom: 35px;
  position: relative;
  margin-top: 35px;
}

.auth-divider::after {
  content: "";
  background-color: #3227443d;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.auth-divider p {
  color: #76767c;
  font-size: 16px;
  display: inline-block;
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

.auth-block input.form-control,
.auth-block .form-select {
  border-color: #322744ad;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
}

.auth-block .form-label {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
}

.auth-password button {
  font-weight: 600;
  text-decoration: underline;
  margin-left: 5px;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  padding-top: 10px;
}

.auth-password {
  display: grid;
  grid-template-columns: auto 60px;
  grid-column-gap: 10px;
}

.forgot-password {
  font-weight: 600;
  text-decoration: underline;
  margin-left: 5px;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 35px;
}

.auth-block .form-check label {
  font-weight: 500;
  font-size: 15px;
}

.auth-block .form-check span {
  display: block;
  color: #76767c;
}

.auth-block .form-check {
  margin-bottom: 30px;
}

.auth-block .form-check-input[type="checkbox"] {
  margin-right: 13px;
  margin-top: 4px;
}

.auth-block .auth-btn {
  border: 2px solid #322744;
  width: 100%;
  background-color: #322744;
  height: 48px;
  padding: 5px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  border-radius: 4px;
  max-width: 192px;
  margin: 0 auto;
}

.auth-block .auth-btn:hover {
  box-shadow: 0px 0px 12px #32274414, 0px 0px 1px #32274452, 0px 8px 16px -8px #322744cc;
  background-color: #662dbe;
  border-color: #662dbe;
  color: #fff;
}

.auth-block .country-code {
  display: grid;
  grid-template-columns: 160px 1fr;
  grid-column-gap: 16px;
}

.user-type .btn-group {
  column-gap: 12px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.user-type .btn-group label.btn.btn-outline-primary {
  border: 2px solid #322744;
  width: 100%;
  background-color: #fff;
  height: 48px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  border-radius: 4px;
  color: #322744;
}

.user-type .btn-group .btn-check:checked+.btn,
.user-type .btn-group .btn.active,
.btn.show,
.user-type .btn-group .btn:first-child:active,
.user-type .btn-group :not(.btn-check)+.btn:active {
  box-shadow: 0px 0px 12px #32274414, 0px 0px 1px #32274452, 0px 8px 16px -8px #322744cc;
  background-color: #322744;
  color: #fff;
}

ul.password-guide {
  margin-bottom: 35px;
  margin-top: 5px;
  padding-left: 15px;
}

ul.password-guide li {
  position: relative;
  font-size: 16px;
  padding-left: 25px;
}

.password-guide li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}

.ep-buttons {
  margin-top: 25px;
}

.email-preferences {
  margin-bottom: 30px;
}

.auth-terms {
  margin-top: 25px;
}

.auth-terms a {
  font-weight: 600;
  text-decoration: underline;
  margin-left: 5px;
}

.mortgages-banner.moving-banner::after {
  display: none;
}

.mortgages-banner.moving-banner .mb-inner {
  max-width: 100%;
  max-width: 550px;
}

.moving-banner-form {
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 27px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 420px;
}

.moving-banner-form h2 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
}

.moving-banner-form .form-select,
.moving-banner-form .form-control {
  height: 44px;
  font-size: 14px;
}

.moving-banner-form .form-label {
  color: #1a2258;
  font-weight: 500;
  margin-bottom: 5px;
}

.moving-banner-form .theme-btn {
  display: block;
  height: auto;
  width: 100%;
}

.mortgages-banner.moving-banner {
  padding: 30px 0;
}

.moving-partner.partnership-with {
  margin: 0;
  padding: 40px 0;
}

.moving-partner .pw-inner ul li img {
  height: 40px;
  object-fit: contain;
  margin: 0;
  margin-right: 20px;
  margin-left: 20px;
}

.moving-partner .pw-inner h3 {
  margin-bottom: 35px;
}

.moving-partner .pw-inner ul {
  text-align: center;
}

.moving-partner .mt-70 {
  margin-top: 100px;
}

.hwh-inner h3 {
  font-weight: 700;
  font-size: 24px;
}

.moving-banner-form.fixed {
  position: fixed;
  z-index: 9;
}

.moving-partner .hwh-block h4 {
  font-size: 16px;
  font-weight: 700;
}

.moving-partner .hwh-inner span.badge {
  letter-spacing: 0.08em;
  color: #1a2258;
  background-color: #ead6e2;
  border-radius: 30px;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 15px;
  display: inline-block;
}

.work-thrive {
  box-shadow: 0px 2px 15px -8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  margin-top: 35px;
  padding: 20px;
  border-radius: 8px;
}

.work-thrive img {
  height: 25px;
  margin-bottom: 15px;
}

.work-thrive h4 {
  font-size: 17px;
  font-weight: 600;
}

.work-thrive p {
  font-size: 13px;
}

.moving-partner .hwh-inner h3 {
  margin-bottom: 15px;
}

.testimonialSlider .testimoial-item {
  margin-top: 50px !important;
  box-shadow: 0px 2px 15px -8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px !important;
  padding-bottom: 25px;
}

.testimonialSlider .slick-slide {
  margin: 0 15px;
}

.testimonialSlider .slick-list {
  margin: 0 -15px;
}

.testimoial-item h6 {
  background-color: #216bff;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 25px;
  margin: 0 auto;
  margin-top: -45px;
  margin-bottom: 20px;
}

.testimonialSlider button.slide-arrow {
  position: absolute;
  top: 55%;
  right: -40px;
  width: 30px;
  height: 30px;
  border: 0;
  background-color: #216bff;
  color: #1a2258;
  border-radius: 30px;
  transform: translateY(-50%);
  box-shadow: 0px 2px 15px -8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.testimonialSlider .testimoial-item h3 {
  font-size: 18px;
}

button.slide-arrow.prev-arrow.slick-arrow {
  right: auto;
  left: -40px;
}

.moving-partner .developers-block.neighbour-content-block .faq-accordion-header {
  font-size: 18px;
  font-weight: 600;
}

.moving-partner .hwh-inner.neighbour-content-block.developers-block {
  width: 100%;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.moving-partner .cp-grid h3 {
  font-size: 16px;
  font-weight: 600;
}

.moving-partner .pcalculator-body .cp-grid h3 {
  margin-bottom: 5px;
}

.moving-partner .pcalculator-body .cp-grid {
  max-width: 340px;
}

.moving-partner .border-feature {
  padding-left: 80px;
  font-size: 13px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 30px;
  background-color: #fff;
}

.moving-partner .border-feature .looking_property {
  position: absolute;
  left: 25px;
  top: 28px;
}

.moving-partner .border-feature p a {
  margin: 0;
  font-size: 13px;
}

.modal-dialog.max-520 {
  max-width: 520px;
}

img.modal-logo {
  width: 90px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

div#requestQuote {
  background-color: #fff;
}

.request-modal {
  border-radius: 10px;
  box-shadow: 0 3px 27px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.request-modal .d-flex p {
  font-weight: 600;
  font-size: 16px;
}

.request-modal .form-select,
.request-modal .form-control {
  height: 44px;
  font-size: 14px;
}

.request-modal .form-label {
  color: #1a2258;
  font-weight: 500;
  margin-bottom: 5px;
}

.request-modal .btn-group {
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 15px;
}

.request-modal .btn-group .btn.btn-outline-primary {
  border: 1px solid #dee2e6;
  color: #1a2258;
  height: 44px;
  font-size: 14px;
  border-radius: 8px !important;
  font-weight: 500;
  width: 100px;
  max-width: 100px;
  padding: 11px 0;
}

.request-modal .btn-check:checked+.btn,
.request-modal .btn.active,
.btn.show,
.request-modal .btn:first-child:active,
.request-modal :not(.btn-check)+.btn:active {
  background-color: #f2f3f8;
  border-color: #f2f3f8;
}

.request-modal .theme-btn {
  display: block;
  height: auto;
  width: 100%;
  margin-top: 20px;
}

.handy-banner-inner h2 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 25px;
}

.handy-banner-inner {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 25px 0;
}

.handy-banner-search {
  border: 1px solid #dddee6;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
  padding: 4px;
  position: relative;
  margin-bottom: 40px;
}

.handy-banner-search svg {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.handy-banner-search .theme-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 44px;
  right: 5px;
  border-radius: 4px;
  padding: 0 25px;
}

.handy-banner-search input {
  border: 0;
  text-align: left;
  width: 100%;
  height: 44px;
  padding-left: 45px;
}

.handy-banner-inner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.handy-banner-inner ul li a {
  font-weight: 600;
  font-size: 13px;
}

.handy-banner-inner ul li a i {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}

.pplist-nearyou {
  border: 1px solid #dddee6;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.pplist-nearyou li {
  border-bottom: 1px solid #dddee6;
  border-right: 1px solid #dddee6;
  padding: 15px 15px;
}

.pplist-nearyou li:last-child {
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
}

.pplist-nearyou li:nth-child(4) {
  border-right: 1cqh solid transparent;
}

.pplist-nearyou li:nth-child(5),
.pplist-nearyou li:nth-child(6),
.pplist-nearyou li:nth-child(7) {
  border-bottom: 1px solid transparent;
}

.pplist-nearyou li .d-flex .flex-shrink-0 {
  width: 45px;
  text-align: center;
}

.pplist-nearyou li .d-flex .flex-shrink-0 i {
  font-size: 26px;
}

.pplist-nearyou li .d-flex .flex-grow-1 h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.pplist-nearyou li .d-flex .flex-grow-1 h6 {
  font-size: 11px;
  margin-bottom: 8px;
}

.pplist-nearyou li .d-flex .flex-grow-1 h6 i {
  color: #ff9529;
}

.pplist-nearyou li .d-flex .flex-grow-1 p {
  font-size: 13px;
}

.pplist-nearyou li .d-flex .flex-grow-1 p b {
  font-weight: 700;
}

.handy-col {
  padding-top: 55px;
}

.handy-col .listing-badge {
  font-size: 12px;
  padding: 5px 15px;
  width: 90%;
}

.handy-col .listing-badge::before {
  height: 45px;
  width: 15px;
  left: -15px;
}

.handy-col .listing-badge::after {
  right: -15px;
  width: 16px;
}

.handy-col .listing-badge i {
  margin-right: 5px;
}

.popular-agents-col.handy-col h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}

.walks-slider {
  max-width: 600px;
  border-radius: 4px;
  overflow: hidden;
}

.walks-slider .carousel-control-next,
.walks-slider .carousel-control-prev {
  bottom: auto;
  width: 35px;
  height: 35px;
  background-color: #fff;
  opacity: 1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0px 10px 0px rgba(11, 17, 52, 0.2);
  color: #000;
  font-size: 16px;
  right: 15px;
}

.walks-slider .carousel-inner .carousel-item img {
  height: 300px;
  object-fit: cover;
}

.walks-slider .carousel-control-prev {
  right: auto;
  left: 15px;
}

.about-us-banner {
  background-image: url(../images/Homepage-Banner-12.jpg);
  padding: 120px 0;
  background-size: cover;
}

.about-banner-inner {
  max-width: 995px;
  text-align: center;
  padding: 50px 35px;
  background-color: #fff;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
}

.about-banner-inner h2 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 700;
}

.about-banner-inner h2 span {
  color: #216bff;
}

.about-banner-inner h2 span.pink {
  color: #ff72b6;
}

.about-us-main .navbar {
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
  background-color: #fff;
  z-index: 8;
}

.about-us-main .navbar ul.nav {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 25px;
}

.about-us-main .navbar ul.nav li a.nav-link {
  color: #1a2258;
  font-weight: 600;
  position: relative;
}

.about-us-main .navbar ul.nav li a.nav-link.active::after {
  content: "";
  background-color: #1a2258;
  width: 30%;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 7px;
  bottom: -8px;
}

.about-content {
  max-width: 736px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
}

.ac-block {
  margin-bottom: 80px;
}

.ac-block:last-child {
  margin-bottom: 0;
}

.ac-block h2 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

.ac-block p {
  margin-bottom: 20px;
  font-size: 16px;
}

.ac-block p a {
  color: #216bff;
  font-weight: 600;
}

.about-logo {
  display: flex;
  justify-content: space-evenly;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.about-logo a img {
  height: 65px;
}

ul.journey-list {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 70px;
}

ul.journey-list::after {
  content: "";
  background-color: #d3d3d3;
  height: 2px;
  width: 78%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 25px;
}

ul.journey-list li {
  width: 25%;
  padding: 0 15px;
}

ul.journey-list li img {
  border-radius: 100%;
  box-shadow: 0 4px 16px 0 rgba(11, 17, 52, 0.2);
  height: 48px;
  position: relative;
  width: 48px;
  z-index: 3;
  margin-bottom: 20px;
}

ul.journey-list li h6 {
  font-weight: 600;
}

ul.journey-list li p {
  font-size: 14px;
}

.leadership-grid {
  margin-top: 80px;
  text-align: left;
}

.leadership-content h6 {
  color: #787d9c;
  font-weight: 600;
  margin-bottom: 20px;
}

.leadership-content h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}

.leadership-image img {
  border-radius: 100%;
  height: 210px;
  width: 210px;
  object-fit: cover;
  object-position: top center;
}

div#spyPress .about-logo {
  max-width: 100%;
}

div#spyPress .about-logo a img {
  height: 65px;
  object-fit: contain;
}

.advertise-banner {
  background-color: #cee3dc;
  background-image: url(../images/main_banner.png);
  padding-top: 70px;
  padding-bottom: 200px;
  background-size: cover;
  background-position: bottom right;
  margin-bottom: 70px;
}

.advertise-inner .breadcrumb {
  margin-bottom: 90px;
}

.advertise-inner h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.advertise-block h2 {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 45px;
}

.advertise-block {
  margin-bottom: 70px;
}

.advertise-list-grid img {
  height: 265px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}

.advertise-list-grid h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.advertise-tabs .nav .nav-item .nav-link {
  border: 0;
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 0;
  margin-bottom: 0px;
  margin-right: 40px;
  color: #1a2258;
  position: relative;
}

.advertise-tabs .nav .nav-item .nav-link.active::after {
  content: "";
  background-color: #216bff;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
}

.advertise-tab-main {
  padding: 50px 0;
}

.advertise-tab-content h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 16px;
}

.advertise-tab-content p {
  margin-bottom: 16px;
}

.advertise-tab-content ul {
  margin-bottom: 16px;
}

.advertise-tab-content .theme-btn {
  display: block;
  height: auto;
  max-width: 155px;
  text-align: center;
  padding: 12px 10px;
  margin-top: 25px;
}

.advertise-tab-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.advertise-tab-content ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f058";
  position: absolute;
  text-align: center;
  top: 2px;
  left: 0;
}

.advertise-cost-grid {
  box-shadow: 0 2px 8px 2px #dddee6;
  padding: 40px;
  border-radius: 4px;
}

.advertise-cost-grid h6 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.advertise-cost-grid .monthly-advertise li h3 {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #000;
  font-size: 20px;
}

.advertise-cost-grid .monthly-advertise li h3 img {
  width: 14px;
  margin-right: 5px;
}

.advertise-cost-grid .theme-btn.pay-btn {
  display: block;
  height: auto;
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: 15px;
  text-align: center;
}

.advertise-cost-grid p {
  margin-bottom: 15px;
}

.advertise-cost-grid .monthly-advertise {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 28px;
}

.advertise-cost-grid .monthly-advertise li {
  padding-right: 10px;
}

.advertise-cost-grid .theme-btn i {
  margin-right: 2px;
}

.advertise-cost-grid h5 {
  font-size: 14px;
  font-weight: 600;
}

ul.specification {
  list-style-type: disc;
  padding-left: 15px;
  margin-bottom: 20px;
}

.advertise-cost-grid .sale {
  max-width: 75px;
  margin-bottom: 25px;
  display: block;
  margin-left: 5px;
  margin-top: 36px;
}

.modal-dialog.pay-modal {
  max-width: 800px;
}

.pay-modal-content .theme-btn {
  display: block;
  height: auto;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.pay-modal-content p {
  font-weight: 500;
  margin-bottom: 20px;
}

.pay-modal-content {
  padding: 5px;
  padding-top: 20px;
}

.pay-modal-bank img {
  height: 60px;
  margin-bottom: 15px;
  width: 60px;
  object-fit: contain;
}

.pay-modal-bank {
  margin-top: 15px;
}

.advertise-banner.agent-public-banner {
  background-image: url(../images/main-banner-1.svg);
  padding-bottom: 85px;
  margin-bottom: 0;
}

.advertise-banner.agent-public-banner .advertise-inner {
  color: #fff;
}

.agent-public-banner .advertise-inner h6 {
  margin-bottom: 35px;
}

.agent-public-banner .advertise-inner .breadcrumb {
  margin-bottom: 40px;
}

.agent-public-banner .advertise-inner .theme-btn {
  height: auto;
  display: block;
  margin-top: 35px;
  max-width: 180px;
  text-align: center;
  padding: 14px 0;
  font-size: 16px;
}

.agent-public-block h2 {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 45px;
}

.agent-public-bg {
  padding-top: 50px;
  background: #f0f6ff;
}

.agent-public-block {
  padding-bottom: 50px;
}

.agent-public-mini-block {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  margin-top: 40px;
  transition: box-shadow 0.2s ease-in-out;
}

.agent-public-mini-block h6 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.agent-public-mini-block p {
  font-size: 16px;
  min-height: 85px;
  margin-bottom: 15px;
}

.agent-public-mini-block span {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 2px solid;
}

.agent-public-mini-block:hover {
  -webkit-box-shadow: 11px 8px 17px rgba(0, 0, 0, 0.4);
  box-shadow: 11px 8px 17px rgba(0, 0, 0, 0.4);
}

.three-col-main {
  padding: 50px 0;
}

.three-col-content h2 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}

.three-col-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.three-col-content p {
  margin-bottom: 30px;
}

.three-col-content .theme-btn {
  display: block;
  height: auto;
  text-align: center;
  max-width: 190px;
  padding: 12px 0;
}

._10MHS {
  font-size: 14px;
}

button._8hQv0._1P_YF.theme-btn {
  display: inline-block;
  height: auto;
}

.propnex {
  text-align: center;
  padding-bottom: 30px;
}

.propnex li {
  text-align: center;
  font-weight: 600;
  display: inline-block;
  padding: 0 20px;
}

.propnex li img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.agent-public-block .faq-accordion-item h2 {
  font-size: 18px;
  cursor: pointer;
  position: relative;
  padding-left: 0;
  margin-bottom: 15px;
  text-align: left;
}

.agent-public-block .faq-accordion-item h2::after {
  left: auto;
  right: 0;
}

.agent-public-block .faq-accordion .accordion-body {
  padding-left: 0;
  padding-top: 0;
  font-size: 16px;
}

.rpnl-banner {
  border-bottom: 6px solid #eaebf0;
  margin-bottom: 60px;
  padding-bottom: 20px;
  padding-top: 60px;
}

.rpnl-banner-content .breadcrumb {
  padding-bottom: 60px;
  margin-top: -60px;
}

.rpnl-banner-content h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 25px;
}

.rpnl-banner-content .theme-btn {
  height: auto;
  display: block;
  margin-top: 30px;
  max-width: 250px;
  text-align: center;
  padding: 12px 15px;
}

.rpnl-banner-content h5 {
  margin-bottom: 25px;
  font-size: 24px;
}

.rpnl-content {
  margin-bottom: 70px;
}

.rpnl-content h2 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}

.rpnl-affords {
  background-color: #fff;
  position: relative;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(11, 17, 52, 0.15);
}

.rpnl-affords:hover {
  background-color: #f0f6ff;
}

.rpnl-affords .rpnl-affords-image {
  position: absolute;
  bottom: 0;
  right: 10px;
  height: 85%;
}

.rpnl-affords-inner h3 {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

.rpnl-affords-inner h3 img {
  margin-right: 10px;
  height: 24px;
}

.rpnl-affords .theme-btn {
  height: auto;
  display: block;
  margin-top: 30px;
  max-width: 175px;
  text-align: center;
  padding: 10px 15px;
}

.rpnl-affords-inner {
  padding-right: 170px;
}

.rpnl-calculator {
  display: grid;
  grid-template-columns: auto 390px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  filter: drop-shadow(0 4px 16px rgba(11, 17, 52, 0.2));
}

.rpnl-form {
  padding: 32px;
  background-color: #f8f8fa;
  width: 100%;
}

.rpnl-form-row .btn-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  grid-column-gap: 15px;
  margin-bottom: 15px;
}

.rpnl-form-row label.btn.btn-outline-primary {
  width: 100%;
  background: #fff;
  border: 1px solid #dddee6;
  border-radius: 8px;
  color: #1a2258;
  padding: 10px 15px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  height: 44px;
}

.rpnl-form-row .btn-check:checked+.btn,
.rpnl-form-row .btn.active,
.rpnl-form-row .btn.show,
.btn:first-child:active,
.rpnl-form-row :not(.btn-check)+.btn:active {
  color: #216bff;
  background: #f0f6ff;
  border-color: #216bff;
}

.rpnl-form-row input.form-control {
  height: 40px;
  font-size: 14px;
}

.rpnl-form-row label.form-label {
  color: #1a2258;
  font-weight: 500;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
}

.rpnl-form-row.input-text .btn-group {
  grid-template-columns: 220px 1fr;
}

.rpnl-calc-content {
  padding: 32px;
}

.rpnl-calc-content ul li {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 5px;
}

.rpnl-calc-content ul {
  margin-bottom: 30px;
}

.rpnl-calc-content h2 {
  font-size: 34px;
  margin-bottom: 30px;
}

.rpnl-calc-content .text-center {
  border-bottom: 1px solid #dddee6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.rpnl-calc-content .text-center p {
  font-size: 13px;
}

.rpnl-calc-content .text-center p b {
  color: #216bff;
}

.rpnl-calc-content .d-flex img {
  width: 56px;
}

.rpnl-calc-content .d-flex p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}

.rpnl-calc-content .d-flex a {
  color: #216bff;
  font-weight: 600;
  font-size: 16px;
}

.rpnl-calc-content .d-flex a i {
  margin-left: 5px;
}

.rpnl-tdsr-content p {
  font-size: 16px;
  margin-bottom: 15px;
}

.rpnl-tdsr-content h2,
.rpnl-tdsr-sidebar h2 {
  font-weight: 600;
  font-size: 20px;
}

.rpnl-tdsr-sidebar .cp-grid {
  position: relative;
  padding-left: 65px;
}

.rpnl-tdsr-sidebar .cp-grid img {
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
}

.rpnl-tdsr-sidebar .cp-grid h3 {
  margin-bottom: 0;
}

.available-on p {
  font-size: 20px;
  margin-bottom: 20px;
}

.available-on-btn img {
  width: 150px;
  margin: 0 10px;
}

.user-dashboard-tabs {
  border-bottom: 1px solid #eaebf0;
  padding-bottom: 6px;
  padding-top: 6px;
}

.user-dashboard-tabs .nav.nav-tabs {
  border: 0;
  justify-content: center;
}

.user-dashboard-content {
  padding: 70px 0;
}

.user-dashboard-tabs .nav-item .nav-link {
  border: 0;
  font-weight: 600;
  color: #1a2258;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  margin: 0 15px;
  position: relative;
}

.user-dashboard-tabs .nav-item .nav-link.active::after {
  content: "";
  background-color: #1a2258;
  width: 50%;
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 8px;
  margin: 0 auto;
  bottom: -6px;
}

.user-dashboard-block {
  border: 1px solid #eaebf0;
  padding: 25px;
  border-radius: 12px;
  min-height: 165px;
}

.user-dashboard-block ul li {
  display: grid;
  grid-template-columns: 80px auto;
  margin-bottom: 5px;
}

.user-dashboard-block a {
  color: #216bff;
  font-weight: 600;
  margin-top: 15px;
  display: inline-block;
}

.user-dashboard-block.user-info {
  padding-left: 150px;
}

.user-dashboard-block.user-info .user-avatar {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  left: 25px;
  top: 25px;
}

.user-dashboard-block p {
  margin-bottom: 10px;
}

.user-dashboard-content .thumbslider-container.premium-gold img {
  height: 155px;
  object-fit: cover;
}

.user-dashboard-content .pl-title-grid {
  grid-template-columns: auto 25px;
}

.user-dashboard-content .pl-title {
  border-right: 0px solid #d9d9d9;
  padding-right: 0;
}

.user-dashboard-content .saved-log {
  right: 5px;
}

.user-dashboard-content h2 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

.user-dashboard-content h5 {
  font-weight: 700;
  font-size: 18px;
}

.user-dashboard-content .property-listing {
  margin-bottom: 0;
  margin-top: 25px;
}

a.close-search {
  position: absolute;
  right: 20px;
  margin: 0;
  top: 15px;
  font-size: 20px;
  color: #1a2258;
}

.save-saerch-modal h2 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 15px;
}

.save-saerch-modal p {
  margin-bottom: 15px;
}

.save-saerch-modal .save-saerch-badge {
  border-left: 5px solid #eaebf0;
  padding-left: 15px;
  margin-bottom: 20px;
}

.save-saerch-modal .save-saerch-badge h5 {
  font-weight: 700;
  font-size: 18px;
}

.save-saerch-modal button.theme-btn {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 25px;
  padding: 12px 0;
}

.save-saerch-modal .form-check-input {
  margin-top: 2px;
}

.form-check {
  position: relative;
  padding-left: 30px;
}

.form-check .form-check-input {
  position: absolute;
  left: 0;
  top: 2px;
  margin: 0;
}

li.nav-item.dropdown.user-loggedin .nav-link {
  background-color: #6d9dfd;
  color: #fff;
  margin-right: 25px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-left: 15px;
}

li.nav-item.dropdown.user-loggedin .dropdown-menu .dropdown-item {
  position: relative;
  padding-left: 40px;
}

li.nav-item.dropdown.user-loggedin .dropdown-menu .dropdown-item img {
  height: 20px;
  position: absolute;
  width: 20px;
  margin-right: 5px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.agent-dashboard-main {
  min-height: 100vh;
  position: relative;
  padding: 20px;
  background-color: #f8f9fb;
  display: grid;
  grid-template-columns: 70px auto 280px;
  grid-column-gap: 30px;
}

.adashboard-nav {
  background-color: #216bff;
  padding: 15px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  width: 100%;
  box-shadow: 0 2px 12px #0b113419;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 20px;
  z-index: 999;
  height: calc(100vh - 40px);
}

.nav-main-dashboard li a span {
  display: none;
}

ul.nav-main-dashboard {
  margin-top: 40px;
}

ul.nav-main-dashboard li {
  position: relative;
}

ul.nav-main-dashboard li.active::after,
ul.nav-main-dashboard li:hover::after {
  content: "";
  width: 4px;
  height: 30px;
  position: absolute;
  left: -15px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

ul.nav-main-dashboard li a i {
  color: #fff;
  font-size: 22px;
  height: 25px;
  width: 40px;
}

.dashboard-logo .long-logo {
  display: none;
}

a.extend-nav {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 12px;
  top: 65px;
  right: -12px;
  box-shadow: 0 2px 12px #0b113419;
}

a.dashboard-logo {
  display: block;
}

a.dashboard-logo img {
  height: 35px;
  object-fit: contain;
}

.adashboard-nav {
  width: 100%;
  transition: width 0.3s;
}

.adashboard-nav.extended {
  width: 250px;
  text-align: left;
}

.adashboard-nav.extended img.mini-logo {
  display: none;
}

.adashboard-nav.extended img.long-logo {
  display: block;
}

.adashboard-nav .nav-main-dashboard li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
}

.adashboard-nav.extended .nav-main-dashboard li a {
  justify-content: start;
}

.adashboard-nav.extended .nav-main-dashboard li a span {
  display: inline-block;
  font-weight: 500;
  color: #fff;
}

.adashboard-nav i.fa-solid.fa-angle-left {
  display: none;
}

.adashboard-nav.extended i.fa-solid.fa-angle-right {
  display: none;
}

.adashboard-nav.extended i.fa-solid.fa-angle-left {
  display: block;
}

.inner-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  background-color: #f8f9fb;
  z-index: 99;
  padding: 15px 0;
}

.inner-navbar h2 {
  margin: 0;
  font-weight: 700;
  font-size: 28px;
}

.inner-navbar .theme-btn {
  height: auto;
  width: 100%;
  max-width: 200px;
  text-align: center;
  padding: 10px 0;
}

.adashboard-fblocks {
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 20px;
  position: relative;
  min-height: 165px;
  margin-bottom: 25px;
  background-color: #fff;
}

.adashboard-fblocks h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.adashboard-fblocks h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

ul.leads-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
}

ul.leads-icons li a {
  font-size: 16px;
}

.adashboard-fblocks .dropdown-toggle::after {
  display: none;
}

.adashboard-fblocks .dropdown {
  position: absolute;
  top: 17px;
  right: 15px;
  font-size: 20px;
}

.adashboard-fblocks .dropdown .dropdown-menu .dropdown-item {
  line-height: 16px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.adashboard-fblocks .dropdown .dropdown-menu {
  width: 130px;
  padding: 4px;
  min-width: auto;
}

ul.leads-icons li {
  font-weight: 600;
  font-size: 14px;
}

.adashboard-fblocks h1 span {
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  top: 8px;
  margin-left: 5px;
}

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

.adashboard-footer li {
  font-size: 12px;
  color: #1a2258;
  font-weight: 500;
}

.adashboard-footer a {
  font-size: 12px;
  display: inline-block;
  font-weight: 700;
  color: #ff7f7f;
}

.adashboard-fblocks h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.adashboard-fblocks table.table tr td {
  background-color: transparent;
}

.adashboard-sidebar {
  background-color: #f2f2fc;
  padding: 15px;
  border-radius: 15px;
  position: relative;
  width: 100%;
  box-shadow: 0 2px 12px #0b113419;
  z-index: 999;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 20px;
  z-index: 999;
  height: calc(100vh - 40px);
}

.adashboard-sidebar .dropdown-toggle::after {
  display: none;
}

.dropdown .dropdown-toggle img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
  box-shadow: 0 2px 12px #0b113419;
}

ul.adashboard-top-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

ul.adashboard-top-header>li {
  margin-left: 20px;
}

ul.adashboard-top-header>li a {
  font-size: 18px;
}

.adashboard-sidebar .dropdown-toggle::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  text-align: center;
  top: 50%;
  right: 0;
  font-size: 14px;
  transform: translateY(-50%);
}

.adashboard-sidebar ul.dropdown-menu li .dropdown-item {
  padding-bottom: 10px;
  padding-top: 10px;
}

.adashboard-sidebar a.dropdown-toggle {
  padding-right: 20px;
}

.adashboard-sidebar-header {
  margin-bottom: 50px;
}

.adashboard-sidebar-todo h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.adashboard-sidebar-todo .flex-shrink-0 {
  width: 50px;
  height: 50px;
  background-color: #e3e5f4;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 100%;
  font-size: 15px;
}

.adashboard-sidebar-todo .flex-grow-1 h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

.adashboard-sidebar-todo .flex-grow-1 p {
  font-size: 12px;
  margin-bottom: 0;
  color: #b7b3ca;
}

.adashboard-sidebar-todo .d-flex {
  margin-bottom: 20px;
}

.adashboard-sidebar-banner {
  margin-top: 50px;
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 20px;
  position: relative;
  background-color: #fff;
  padding-left: 40px;
}

.adashboard-sidebar-banner .blue-dot {
  background-color: #216bff;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  left: 15px;
  top: 30px;
}

.adashboard-sidebar-banner h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.adashboard-sidebar-banner h4 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #b7b3ca;
}

.adashboard-sidebar-banner p {
  color: #b7b3ca;
  font-size: 12px;
}

.agent-dashboard-main.agent-dashboard-innerpages {
  grid-template-columns: 70px auto;
}

.adashboard-listing h2 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 28px;
}

.adashboard-listing .nav.nav-tabs {
  border-bottom: 0;
}

.adashboard-listing .nav.nav-tabs .nav-link {
  box-shadow: 0 -3px 10px -2px rgba(144, 164, 183, 0.3);
  color: #1a2258;
  font-weight: 600;
  font-size: 16px;
  padding: 20px 25px;
  margin-right: 10px;
  border: 0;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.adashboard-listing .tab-content {
  background-color: #fff;
  box-shadow: 0 -2px 10px -2px rgba(144, 164, 183, 0.3);
  padding: 15px 21px;
  -webkit-border-radius: 15px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 15px;
  -moz-border-radius-topleft: 0;
  border-radius: 15px;
  border-top-left-radius: 0;
}

.adashboard-listing a.theme-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: auto;
  padding: 12px 10px;
  width: 100%;
  max-width: 250px;
  text-align: center;
}

.adashboard-tab-filters .theme-btn {
  display: block;
  height: auto;
  padding: 10px 10px;
  width: 100%;
  max-width: 100%;
}

.adashboard-tab-content {
  padding: 20px 0;
}

.adashboard-tab-filters input,
.adashboard-tab-filters select {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.adashboard-tab-filters {
  display: grid;
  grid-template-columns: 200px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 8px;
}

.filter-mark-all {
  margin: 20px 0;
}

.filter-mark-all .form-check-label {
  font-weight: 600;
  margin-top: 2px;
}

ul.markAll-list li {
  display: inline-block;
  margin-top: 15px;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 600;
}

ul.markAll-list li i {
  margin-right: 5px;
}

.adashboard-tab-resuls-header {
  padding: 10px;
  background: #f2f2f2;
  border-radius: 5px;
  margin-bottom: 0;
  font-size: 14px;
  margin-bottom: 25px;
}

.adashboard-tab-content .tab-notification {
  color: #c32b2a;
  border: 1px solid #c32b2a;
  font-weight: 500;
  padding: 5px 10px;
  margin-top: 15px;
  border-radius: 5px;
  font-size: 12px;
}

ul.pid-list li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

ul.pid-list li b {
  margin-right: 5px;
}

ul.pid-list li .red-badge {
  margin-left: 10px;
}

.leads-views {
  background-color: #fff;
  color: #1a2258;
  border: 1px solid #216bff;
  border-radius: 5px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
}

.padding-right {
  padding-right: 70px;
}

.adashboard-listing .sponsor-now {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  margin-top: 30px;
}

.adashboard-listing .sponsor-now .theme-btn {
  position: static;
  max-width: 110px;
  padding: 8px 0;
  font-size: 12px;
}

.sponsor-grid ul.sponsor-list {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.sponsor-grid ul.sponsor-list li a {
  font-weight: 600;
  font-size: 13px;
  background: #f2f2f2;
  width: 115px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  flex-direction: column;
  padding: 10px;
  text-align: center;
}

.sponsor-grid ul.sponsor-list li i {
  display: block;
  font-size: 25px;
  height: 30px;
  margin-bottom: 5px;
}

.sponsor-grid {
  margin-top: 25px;
  margin-bottom: 0;
}

.adashboard-listing .sponsor-grid h2 {
  font-size: 16px;
  margin-bottom: 15px;
}

.shareIcons {
  text-align: center;
  margin-top: 15px;
}

.shareIcons ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}

.shareIcons ul li img {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}

.shareIcons ul li a {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}

.modal-dialog.max-350 {
  max-width: 350px;
}

.confir-modal-body {
  text-align: center;
  padding: 20px 0;
}

.confir-modal-body h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.confir-modal-body p {
  font-size: 16px;
  margin-bottom: 35px;
}

.confir-modal-footer button {
  height: auto;
  font-size: 12px;
  padding: 7px 35px;
  margin: 0 2px;
}

.confir-modal-footer button.theme-btn.close-confirm-modal {
  color: #216bff;
  background-color: #fff;
}

.subscribe-tab .nav.nav-pills {
  column-gap: 15px;
}

.subscribe-tab .nav.nav-pills .nav-item .nav-link {
  color: #1a2258;
  border: 1px solid #e6e6e6;
  font-weight: 600;
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  background-color: #fff;
}

.subscribe-tab .nav.nav-pills .nav-item .nav-link.active,
.subscribe-tab .nav.nav-pills .nav-item .show>.nav-link {
  color: #fff;
  background-color: #216bff;
}

.subscribe-tab .tab-content {
  padding: 35px 0;
}

.subscribe-block {
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 20px;
  position: relative;
  min-height: 205px;
  margin-bottom: 25px;
  background-color: #fff;
}

.subscribe-block h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.subscribe-block-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
}

.subscribe-block-btns .theme-btn {
  display: block;
  height: auto;
  padding: 6px 0;
  font-size: 14px;
  width: 100%;
}

.subscribe-block-btns.view-plans {
  grid-template-columns: 100%;
}

.subscribe-block-btns.view-plans {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.subscribe-block-btns.view-plans .theme-btn {
  font-size: 16px;
}

.subscribe-tab-content h2.text-center {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.subscribe-block img {
  height: 90px;
  margin-bottom: 25px;
}

.subscribe-block.text-center h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  padding: 0 20px;
}

.subscribe-block.text-center .theme-btn {
  height: auto;
  display: block;
  width: 100%;
  padding: 12px 0;
}

.chose-durtation {
  margin-bottom: 40px;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 160px auto;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  max-width: 500px;
}

.chose-durtation .form-select {
  font-size: 14px;
}

.add-cc h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.add-cc .theme-btn {
  height: auto;
  display: block;
  max-width: 160px;
  text-align: center;
  padding: 10px 10px;
  margin-top: 20px;
}

.list-cc ul li {
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 16px;
  position: relative;
  min-height: auto;
  margin-bottom: 25px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 80px auto 120px;
  align-items: center;
  grid-column-gap: 20px;
}

.list-cc ul li p {
  font-weight: 500;
  font-size: 16px;
}

.list-cc ul li p span {
  color: #afafaf;
  font-size: 14px;
  margin-top: 2px;
  display: block;
}

.cc-default {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.cc-default .theme-btn {
  display: block;
  height: auto;
  width: 100%;
  padding: 8px 10px;
  text-align: center;
  font-size: 12px;
}

.steps-tab .nav.nav-pills .nav-item .nav-link {
  color: #1a2258;
  font-weight: 500;
}

.steps-tab .nav.nav-pills .nav-item {
  position: relative;
}

.steps-tab .nav.nav-pills .nav-item::after {
  content: "";
  background-color: #ccc;
  height: 2px;
  position: absolute;
  width: 50%;
  left: 0;
  top: 26px;
}

.steps-tab .nav.nav-pills .nav-item:first-child::after {
  display: none;
}

.steps-tab .nav.nav-pills .nav-item::before {
  content: "";
  background-color: #ccc;
  height: 2px;
  position: absolute;
  width: 50%;
  right: 0;
  top: 26px;
}

.steps-tab .nav.nav-pills .nav-item:last-child::before {
  display: none;
}

.steps-tab .nav.nav-pills .nav-item .nav-link span {
  display: flex;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 100%;
  color: #1a2258;
  font-weight: 600;
  box-shadow: 0 2px 12px #0b113419;
  position: relative;
  z-index: 33;
}

.steps-tab .nav-pills .nav-link.active,
.steps-tab .nav-pills .show>.nav-link {
  color: #1a2258;
  background-color: transparent;
}

.steps-tab .nav.nav-pills .nav-item .nav-link.nav-link.active span {
  background-color: #216bff;
  color: #fff;
  border-color: #216bff;
}

.pp-input {
  border: 1px solid #eaebf0;
  border-radius: 8px;
  padding: 25px 25px;
  margin-bottom: 25px;
  background-color: #fff;
}

.pp-input label {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}

.pp-input label.btn.btn-outline-primary {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px !important;
  color: #1a2258;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  margin-right: 10px;
  min-width: 150px;
}

.pp-input .btn-check:checked+.btn,
.pp-input .btn.active,
.btn.show,
.pp-input .btn:first-child:active,
.pp-input :not(.btn-check)+.btn:active {
  background-color: #f0f6ff;
  border-color: #f0f6ff;
  color: #216bff;
}

.post-property-tab {
  padding: 60px;
  padding-top: 80px;
}

.post-property-tab h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.alert {
  border: 1px solid #eaebf0;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pp-input .theme-btn {
  height: auto;
  text-align: center;
  padding: 10px 0;
}

.pp-input .form-select,
.pp-input .form-control {
  height: 45px;
  font-size: 14px;
  font-weight: 600;
}

ul.dropdown-menu li {
  padding: 0;
}

.tabs-control {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.tabs-control .theme-btn {
  height: auto;
  text-align: center;
  padding: 10px 25px;
}

button#nextTab,
button#submitButton {
  position: absolute;
  right: 30px;
  bottom: 20px;
  margin-top: 0;
}

button#prevTab {
  position: absolute;
  left: 60px;
  bottom: 20px;
  margin-top: 0;
}

div#currencyChanger {
  text-transform: uppercase;
  font-weight: 700;
}

label.form-check-label.innner-lable {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.pp-input .mortgage-grid-2 .input-group {
  max-width: 100%;
}

.pp-input .form-check-input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.pp-input .mortgage-grid-2 {
  align-items: self-start;
  grid-template-columns: 120px auto;
}

label.form-check-label.innner-lable {
  margin: 0;
  margin-bottom: 4px;
}

.pp-input .mortgage-grid-2>label.mb-0 {
  margin-top: 6px;
}

.height-100 {
  height: 110px !important;
}

.pp-input .amen-grid {
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 0;
  margin-bottom: 0;
}

.pp-input h3 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}

.pp-input h3 i {
  color: #216bff;
  margin-left: 10px;
  position: relative;
  top: 3px;
}

.mortgage-grid-2.grid-3 {
  grid-template-columns: 225px auto;
  align-items: center;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.upload-btn-wrapper .theme-btn {
  display: block;
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
}

.upload-btn-wrapper input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  right: 0;
  bottom: 0;
}

a.theme-btn.navbar-login {
  height: auto;
  color: #fff;
  padding: 6px 15px;
  display: none;
}

.upload-listing-images {
  border: 2px dashed#3e4246;
  border-radius: 4px;
  padding: 30px;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 400px;
}

.upload-listing-images img {
  max-width: 190px;
  margin-bottom: 30px;
}

.upload-listing-images h4 {
  font-size: 18px;
  font-weight: 700;
}

textarea.form-control.video-link {
  height: 80px;
}

.leads-filter .form-select,
.leads-filter .form-control {
  height: 45px;
  font-size: 14px;
  font-weight: 600;
}

.leads-filter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.leads-filter .theme-btn {
  height: auto;
  display: block;
  width: 100%;
  text-align: center;
}

.stats-date {
  display: grid;
  grid-template-columns: 90px auto;
  align-items: center;
  max-width: 500px;
}

.stats-date label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  display: block;
}

.stats-date .form-select,
.stats-date .form-control {
  height: 45px;
  font-size: 14px;
  font-weight: 600;
}

.graph {
  max-width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 25px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.graph h3,
.stats-table h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.stats-table {
  margin-bottom: 30px;
}

.profile-tab {
  padding: 30px 0;
}

.profile-tab h2 {
  font-size: 18px;
}

.free-domain p {
  font-weight: 600;
  margin-bottom: 10px;
}

.profile-tab .form-select,
.profile-tab .form-control {
  height: 45px;
  font-size: 14px;
  font-weight: 600;
}

p.gen-link {
  color: #216bff;
  font-size: 18px;
}

.gen-input {
  display: grid;
  grid-template-columns: 300px 150px auto;
  align-items: center;
  max-width: 600px;
  border-radius: 4px;
  overflow: hidden;
}

.gen-input div {
  background-color: #f0f0f0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}

.gen-input .theme-btn {
  width: 100%;
  border-radius: 0;
}

.gen-input input.form-control {
  border-radius: 0;
}

.personal-detail h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

input.form-control.height-auto {
  height: auto;
}

.profile-submit {
  text-align: center;
}

.profile-submit .theme-btn {
  width: 100%;
  height: auto;
  margin-top: 15px;
  font-size: 18px;
  max-width: 300px;
}

ul.message-control {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

ul.message-control li a {
  border: 1px solid #1a2258;
  display: block;
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}

ul.message-control li a i {
  margin-right: 4px;
}

ul.message-control li a:hover {
  background-color: #216bff;
  color: #fff;
  border-color: #fff;
}

.message-search input {
  height: 45px;
  font-size: 14px;
  font-weight: 600;
}

.message-search input:focus {
  box-shadow: none;
}

.message-search .theme-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  max-width: 150px;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.message-search {
  margin-bottom: 40px;
  margin-top: 15px;
}

.dashborad-pagination p {
  font-weight: 500;
}

.dashborad-pagination p b {
  font-weight: 700;
}

.theme-btn.btn-auto.add-specialist {
  margin-left: 35px;
  margin-right: auto;
  max-width: 200px;
  padding: 10px 25px;
}

.specialist-modal.modal-dialog {
  max-width: 700px;
}

.specialist-body .form-select,
.specialist-body .form-control {
  height: 45px;
  font-size: 14px;
  font-weight: 600;
}

.modal-body.specialist-body {
  padding: 35px;
}

.single-pricing-table {
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 50px;
}

.popular {
  text-align: center;
  background: #216bff;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.pricing-type {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #fff;
}

.pricing-type,
.pricing-amount {
  text-align: center;
}

.pricing-type h3 {
  color: #306;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.pricing-type span {
  color: #4c4c4c;
  font-weight: 300;
  font-size: 17px;
}

.pricing-amount {
  background: #eaeaea;
  padding-top: 34px;
  padding-bottom: 15px;
}

.pricing-amount p {
  color: #306;
  font-size: 14px;
  font-weight: 300;
}

.pricing-lists {
  padding: 15px;
  background: #fff;
}

.pricing-lists ul {
  padding-bottom: 40px;
}

.pricing-lists li {
  border-bottom: 1px solid #b0b0b0;
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 38px;
}

.space-between {
  justify-content: space-between;
}

.dflex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.align-center {
  align-items: center;
}

.pricing-amount h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.pricing-amount .theme-btn {
  margin: 15px auto;
  padding: 10px 10px;
  max-width: 150px;
}

li.dflex.space-between.align-center img {
  width: 16px;
  position: relative;
  top: -3px;
}

.popular-table {
  margin-top: -65px;
}

.mt-200 {
  margin-top: 130px;
}

.sub-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.sub-content p {
  font-size: 20px;
}

hr.dashboard-hr {
  margin-bottom: 50px;
  margin-top: 50px;
}

.sub-content ul li {
  position: relative;
  font-size: 16px;
  padding-left: 30px;
  line-height: 30px;
}

.sub-content ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}

.sub-content ul {
  margin: 50px 0;
}

.sub-content p a {
  font-weight: 600;
}

.subscribe-tab-content .property-listing {
  max-width: 1000px;
  margin-bottom: 30px;
}

.services-input {
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(11, 17, 52, .15);
  display: grid;
  margin-top: 45px;
  padding: 10px;
  grid-template-columns: 25px auto 195px;
  grid-column-gap: 10px;
}

.services-input input[type="text"] {
  border: 0;
  height: 100%;
}

.services-input .theme-btn {
  height: auto;
  margin: 0;
  padding: 10px 1px;
  width: 100%;
  font-size: 14px;
}

.property-pros ul li img {
  width: 30px;
  margin-right: 5px;
}

.whatsapp,
.mdSpeedUp .whatsapp {
  background-color: #25d366;
  color: #fff;
  font-weight: 600;
  padding: 0;
  width: 100%;
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  text-align: center;
  border: 1px;
}

.whatsapp i,
.mdSpeedUp .whatsapp i {
  margin-right: 5px;
}

.amen-grid a {
  color: #1a2258;
  font-size: 14px;
  font-weight: 400;
}

.hidden {
  display: none;
}

.subscribe-block a {
  display: inline-block;
  color: #216bff;
  font-weight: 600;
  font-size: 16px;
}

.sortBy {
  display: grid;
  grid-template-columns: 60px auto;
  align-items: center;
}

.sortBy select.form-select {
  font-size: 14px;
}

.recommended-badge {
  background-color: #dcb965;
  border-radius: 2px 0 0 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .4px;
  line-height: 16px;
  margin-right: 10px;
  padding: 0 15px 0 5px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
}

.recommended-badge::after {
  content: "";
  background-image: url(../images/thumb-up.png);
  width: 22px;
  height: 22px;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0;
  right: -15px;
  top: -3px;
  border-radius: 100%;
  border: 1px solid #dcb965;
  filter: drop-shadow(0.5px 0.5px 2.27px rgba(0, 0, 0, .17));
}

.filters-view-bar.filters-view-mobile {
  display: block;
}

.filters-view-mobile .filters-view-search {
  margin-bottom: 15px;
}

.filters-view-mobile .filters-mobile {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 15px;
}

.hidden-div {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 10px;
}

.show-on-scroll {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 10px;
}

.hidden-div i {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.map-stripe {
  background-repeat: no-repeat;
  display: block;
  height: 36px;
  width: 36px;
  margin: 0 auto;
  background-image: url(../images/commute-nearby-sprite-grey.png);
  background-size: 396px 72px;
  margin-bottom: 6px;
}

.map-stripe.ms01 {
  background-position: 0px 0px;
}

.nav.nav-tabs .nav-item .nav-link.active .map-stripe.ms01 {
  background-position: 0px -36px;
}

.map-stripe.ms02 {
  background-position: -36px 0;
}

.nav.nav-tabs .nav-item .nav-link.active .map-stripe.ms02 {
  background-position: -36px -36px;
}

.map-stripe.ms03 {
  background-position: -252px 0px;
}

.nav.nav-tabs .nav-item .nav-link.active .map-stripe.ms03 {
  background-position: -252px -36px;
}

.map-stripe.ms04 {
  background-position: -324px 0px;
}

.nav.nav-tabs .nav-item .nav-link.active .map-stripe.ms04 {
  background-position: -324px -36px;
}

.map-stripe.ms05 {
  background-position: -287px 0px;
}

.nav.nav-tabs .nav-item .nav-link.active .map-stripe.ms05 {
  background-position: -287px -36px;
}

.map-stripe.ms06 {
  background-position: -180px 0px;
}

.nav.nav-tabs .nav-item .nav-link.active .map-stripe.ms06 {
  background-position: -180px -36px;
}

a.navbar-brand img {
  width: 100%;
  height: auto;
  max-width: 140px;
}

.offcanvas-header img {
  margin-top: 5px;
  width: 100%;
  height: auto;
  max-width: 140px
}


.leads-icons li span {
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 4px;
}

span.db-phone {
  background-color: #216bff;
}

span.db-whatsapp {
  background-color: #25d366;
}

span.db-comment {
  background-color: #e3e5f4;
  color: #1a2258 !important;
}

a.Upgrade.theme-btn {
  height: auto;
  width: 100%;
  max-width: 150px;
  text-align: center;
  padding: 10px 0;
  color: #ffffff;
}

input.form-control.verify-control {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 8px;
}

.auth-form [type="file"] {
  font-size: 14px !important;
}

.resend-code a {
  color: #216bff;
  font-weight: 600;
  text-decoration: underline;
}

h2.font-28 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 28px;
}

.bank-transfer h5 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.bank-transfer p {
  font-weight: 500;
}

.payment-btn .theme-btn {
  width: 100%;
  max-width: 320px;
  padding: 15px 0;
  height: auto;
}

.similar-listing h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.similar-listing .popular-block .popular-block-image {
  height: 150px;
  border-radius: 8px;
}

.similar-listing .popular-block .popular-block-content p {
  margin: 0;
}

.similar-listing a .popular-block {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 25px;
}

.not-available-badge {
  background-color: #d23881;
  padding: 15px 30px;
  position: absolute;
  z-index: 1;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.dashboard-sticky-banner {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  background-color: #cc3300;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  border-radius: 6px;
  z-index: 99;
  margin-bottom: 10px;
  padding-right: 50px;
}

.dashboard-sticky-banner svg {
  position: relative;
  top: -2px;
}

a.banner-close-btn {
  position: absolute;
  top: 12px;
  right: 15px;
}

.hidden-item {
  display: none;
}

a.banner-close-btn svg {
  width: 24px;
  height: auto;
}

.coming-soon {
  background-color: #dcfce7;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 90px;
  border-radius: 15px;
  bottom: -10px;
  display: flex;
  align-items: center;
  padding: 1px 0;
  justify-content: center;
  margin: 0 auto 7px;
}

span.coming-soon img {
  width: 8px;
  margin-right: 2px;
}

.highlighted-button .nav-link {
  background-color: #216bff;
  color: #fff !important;
}

.highlighted-button .nav-link:hover {
  background-color: #216bff !important;
  color: #fff !important;
  opacity: 0.8;
}

.adashboard-btns {
  min-height: unset;
}

.adashboard-btns ul li a.theme-btn {
  display: block;
  height: auto;
  padding: 4px 20px;
  margin-bottom: 5px;
  max-width: 300px;
  text-align: center;
}

.adashboard-btns ul li:last-child a.theme-btn {
  margin-bottom: 0;
}

td {
  vertical-align: middle;
}

.total {
  font-size: 18px;
  font-weight: 700;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/* force visibility */
.above-other-elements {
  z-index: 1000;
  /* Set a high z-index to ensure it appears above other elements */
}



.property-slider {
  position: relative;
}

.property-slider .upper-tag {
  position: absolute;
  top: 2px;
  width: 100%;
  text-align: center;
  z-index: 1000;
}

.property-slider .disposed-tag {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  border-radius: 5px;
  background-color: #a30618;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}

.result-img .disposed-tag {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  border-radius: 5px;
  background-color: #a30618;
  color: #fff;
  text-transform: uppercase;
}



ul.nav-main-dashboard li a img {
  height: 25px;
  width: 40px;
  object-fit: contain;
  display: block;

}

.adashboard-nav.extended ul.nav-main-dashboard li a img {
  object-position: left;
}

.form fieldset {
  border: none;
  padding: 0;
  padding: 10px 0;
  position: relative;
  clear: both;
}

.form fieldset.fieldset-expiration {
  float: left;
  width: 60%;
}

.form fieldset.fieldset-expiration .select {
  width: 84px;
  margin-right: 12px;
  float: left;
}

.form fieldset.fieldset-ccv {
  clear: none;
  float: right;
  width: 86px;
}

.form fieldset label {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  font-weight: bold;
}

.form fieldset input,
.form fieldset .select {
  width: 100%;
  height: 38px;
  color: #333333;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
}

.form fieldset input.input-cart-number,
.form fieldset .select.input-cart-number {
  width: 82px;
  display: inline-block;
  margin-right: 8px;
}

.form fieldset input.input-cart-number:last-child,
.form fieldset .select.input-cart-number:last-child {
  margin-right: 0;
}

.form fieldset .select {
  position: relative;
}

.form fieldset .select::after {
  content: "";
  border-top: 8px solid #222;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 10px;
  pointer-events: none;
}

.form fieldset .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  padding: 0;
  border: none;
  width: 100%;
  outline: none !important;
  top: 6px;
  left: 6px;
  background: none;
}

.form fieldset .select select :-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/*--------------------
Checkout
--------------------*/
.checkout {
  margin: 150px auto 30px;
  position: relative;
  width: 100%;
  max-width: 460px;
  background: white;
  border-radius: 15px;
  padding: 160px 45px 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.modal-dialog.modal-card {
  max-width: 550px;
}

/*--------------------
Credit Card
--------------------*/
.credit-card-box {
  perspective: 1000;
  width: 400px;
  height: 280px;
  position: absolute;
  top: -112px;
  left: 50%;
  transform: translateX(-50%);
}

.credit-card-box:hover .flip,
.credit-card-box.hover .flip {
  transform: rotateY(180deg);
}

.credit-card-box .front,
.credit-card-box .back {
  width: 400px;
  height: 250px;
  border-radius: 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: linear-gradient(135deg, #bd6772, #53223f);
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.credit-card-box .front::before,
.credit-card-box .back::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("http://cdn.flaticon.com/svg/44/44386.svg") no-repeat center;
  background-size: cover;
  opacity: 0.05;
}

.credit-card-box .flip {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.credit-card-box .logo {
  position: absolute;
  top: 9px;
  right: 20px;
  width: 60px;
}

.credit-card-box .logo svg {
  width: 100%;
  height: auto;
  fill: #fff;
}

.credit-card-box .front {
  z-index: 2;
  transform: rotateY(0deg);
}

.credit-card-box .back {
  transform: rotateY(180deg);
}

.credit-card-box .back .logo {
  top: 185px;
}

.credit-card-box .chip {
  position: absolute;
  width: 60px;
  height: 45px;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #ddccf0 0%, #d1e9f5 44%, #f8ece7 100%);
  border-radius: 8px;
}

.credit-card-box .chip::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 4px solid rgba(128, 128, 128, 0.1);
  width: 80%;
  height: 70%;
  border-radius: 5px;
}

.credit-card-box .strip {
  background: linear-gradient(135deg, #404040, #1a1a1a);
  position: absolute;
  width: 100%;
  height: 50px;
  top: 30px;
  left: 0;
}

.credit-card-box .number {
  position: absolute;
  margin: 0 auto;
  top: 103px;
  left: 19px;
  font-size: 36px;
}

.credit-card-box label {
  font-size: 10px;
  letter-spacing: 1px;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: normal;
  opacity: 0.5;
  display: block;
  margin-bottom: 3px;
}

.credit-card-box .card-holder,
.credit-card-box .card-expiration-date {
  position: absolute;
  margin: 0 auto;
  top: 180px;
  left: 19px;
  font-size: 22px;
  text-transform: capitalize;
}

.credit-card-box .card-expiration-date {
  text-align: right;
  left: auto;
  right: 20px;
}

.credit-card-box .ccv {
  height: 36px;
  background: #fff;
  width: 91%;
  border-radius: 5px;
  top: 110px;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  color: #000;
  text-align: right;
  padding: 10px;
}

.credit-card-box .ccv label {
  margin: -25px 0 14px;
  color: #fff;
}

.the-most {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 50vw;
  max-width: 200px;
  padding: 10px;
}

.the-most img {
  max-width: 100%;
}

.modal-dialog.buy-now-modal {
  max-width: 1000px;
}

.cc-block {
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
}

.cc-block .d-md-flex img {
  max-width: 120px;
}

.cc-block h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}

.cc-block p {
  margin-top: 8px;
}

.view-account-details.theme-btn {
  height: auto;
  padding: 10px 25px;
}

.buy-now-modal .bank-transfer .d-flex img {
  max-width: 75px;
}

.buy-now-modal .bank-transfer h5 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 0;
}

.buy-now-modal .bank-transfer p {
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
}

.buy-now-modal .bank-list .d-flex {
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 15px;
}

ul.summary-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  padding-top: 0;
  margin-bottom: 15px;
}

ul.summary-list li h6 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 16px;
}

ul.summary-list li h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.transaction-summary .theme-btn {
  font-size: 18px;
}

.summary-total.theme-btn {
  padding: 14px 15px;
}

.summary-total.theme-btn h6 {
  font-weight: 600;
  font-size: 18px;
}

.account-verification-bg {
  background-image: url(../images/profile-page.png);
  background-size: cover;
  position: relative;
}

.account-verification-bg::after {
  content: "";
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: .7;
}

.account-verification-bg .auth-block {
  background-color: #fff;
  padding: 30px 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  max-width: 450px;
  margin: 40px auto;
  border-radius: 6px;
}

.auth-section {
  position: relative;
  z-index: 2;
}

.selfie-box {
  background-color: #f5f5f594;
  padding: 15px;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-column-gap: 15px;
}

/*.selfie-box img {*/
/*  max-width: 90px;*/
/*  margin-top: 10px;*/
/*}*/

.mobile-filters-searhbar {
  display: grid;
  grid-template-columns: 1fr 110px;
  grid-column-gap: 10px;
}

.modal-backdrop {
  z-index: 9999;
}

.modal {
  z-index: 9999999;
}

.theme-btn.max-350 {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

.payment-plans .theme-btn {
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;
  padding: 13px 10px;
  margin-bottom: 20px;
  height: auto;
  border-radius: 0px;
}

.payment-plans-table table thead tr th {
  background-color: #c5332a;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-weight: 600;
  text-transform: uppercase;
}

.payment-plans-table table tbody tr th {
  background-color: #545960;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-weight: 600;
}

.payment-plans-table table tbody tr td {
  background-color: #f8f7f6;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  color: #1a2258;
  font-weight: 600;
}

.take-photo {
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #322744ad;
}

.preview-image p {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  margin: 8px 0;
}

button.try-again {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 9px;
  border: 1px solid #322744ad;
  border-radius: 4px;
}

.try-again svg {
  margin: 0;
  margin-right: 10px;
}

.sub-history {
  border: 1px solid #dee2e6;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 14px;
}

.payment-plans .single-pricing-table {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.payment-plans .single-pricing-table .pricing-amount .theme-btn {
  max-width: 190px;
}

.explore.sold-rented h4 {
  font-size: 14px;
  font-weight: 600;
  color: #ff72b6;
}

.explore.sold-rented .popular-block-content {
  padding: 10px 0;
}

.explore.sold-rented .popular-block-image {
  height: 150px;
  border-radius: 8px;
}

.explore.sold-rented .popular-block-content p {
  font-size: 14px;
  font-weight: 500;
}

.explore.sold-rented a {
  border-bottom: 1px solid #d9d9d9;
  display: block;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.explore.sold-rented a:last-child {
  border-bottom: 0px solid #d9d9d9;
  margin-bottom: 0;
  padding-bottom: 0;
}

.explore.sold-rented .popular-block-image span {
  position: absolute;
  background-color: #000000c2;
  color: #fff;
  font-weight: 600;
  padding: 5px 15px 4px;
  font-size: 12px;
  display: block;
  top: 0;
  left: 0;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}


.ui-menu.ui-widget-content {
  background-color: #fff;
  width: 100% !important;
  z-index: 99;
  max-width: 800px;
  padding: 15px;
  box-shadow: 0 2px 12px #0b113419;
  max-height: 300px;
  overflow: auto;
}

.ui-menu.ui-widget-content .ui-menu-item .ui-menu-item-wrapper {
  background-color: #f9f9f9;
  padding: 5px 10px;
  border-bottom: 1px solid #80808012;
}

.kill-link {
  pointer-events: none;
}

.recent-search-block {
  position: relative;
  background-color: #efefef;
  padding: 20px;
  border-radius: 5px;

}

.recent-search-block a {
  color: #216bff;
  font-weight: 600;
  font-size: 16px;
}

.recent-search-block span {
  position: absolute;
  top: 6px;
  right: 12px;
}

.goback-link {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin: 20px 0;
}

.goback-link i {
  margin-right: 8px;
}

.slide-counter {
  position: absolute;
  bottom: 40px;
  right: 10px;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 100px;
  font-weight: 700;
}

ul.share-list li a {
  display: block;
  border: gray 1px solid;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 5px;
}

ul.share-list li a:hover {
  background-color: #216bff;
  border-color: #216bff;
  color: #fff;
}

.auth-block.w-100.max-100 {
  max-width: 95%;
  padding-top: 15px;
}

.dashboard-sticky-banner a {
  color: #ffffff;
  font-weight: 600;
}

.request-description-inner h4 {
  font-size: 14px;
}

.request-description-inner h4 span {
  font-weight: 700;
}

.request-show {
  display: none;
}

.request-btn.hide {
  display: none;
}

.request-btn.theme-btn {
  padding: 5px 20px;
  height: auto;
}

.theme-btn.danger-btn {
  padding: 5px 20px;
  height: auto;
  background-color: red;
  border-color: red;
}

.go-top {
  display: none !important;
}

ul.slick-dots {
  display: none !important;
}

.mdSpeedUp.contact-agent-box {
  position: static !important;
  padding: 0;
  margin-top: 15px;
  border-top: 1px solid #eaebf0;
  padding-top: 15px;
}

.mdSpeedUp.contact-agent-box h2 {
  font-size: 18px;
  font-weight: 600;
  color: #1a2258;
  margin-bottom: 15px;
}

.new-price {
  display: grid;
  grid-template-columns: 150px 150px auto;
  grid-column-gap: 10px;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
}

.error-messagep {
  color: red;
}

.slider iframe,
.slider video {
  height: 230px;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

.popular-block-image .carousel .carousel-item iframe,
.popular-block-image .carousel .carousel-item video {
  height: 200px;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

.line-paragraph p {
  display: inline;
}

.line-paragraph .collapse {
  display: inline;
}

.line-paragraph .collapse:not(.show) {
  display: none !important;
}

.table-responsive-dashboard {
  width: 100%;
  overflow-x: auto;
}

.table-responsive-dashboard .table {
  table-layout: auto;
  width: 100%;
  white-space: nowrap;
}

.table-responsive-dashboard .table td, .table-responsive-dashboard .table th {
  word-wrap: break-word;
  text-align: left;
  padding: 10px 15px;
}

@media (max-width: 768px) {
  .table-responsive-dashboard .table td, .table-responsive-dashboard .table th {
      white-space: normal;
  }
}



.ad-wrapper pre {
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 5px;
  overflow-x: auto;
}
.ad-wrapper .ad-container {
  width: 100%;
  margin: 15px 0;
}
.header-strip, .middle-strip {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.header-strip {
  max-height: 200px;
}
.middle-strip {
  max-height: 90px;
}
.ad-container a {
  display: block;
}
.header-strip img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}
.middle-strip img{
  max-width: 100%;
}
.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 9999;
}
.popup .popup-content {
  position: relative;
  width: 600px;
  height: 400px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.popup .popup-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.popup .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
  color: white;
  background: #ff0000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup.show {
  visibility: visible;
  opacity: 1;
}