@charset "UTF-8"; 

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


:root {
  --primary-color: #CD0021;
  --secondary-color: #111111;
  --tertiary-color: #FBFBFB;
  --white: #fff;
  --black: #111111;
  --grey: #eeeeee;
  --palegrey: #f7efce;
}




@font-face {
    font-family:  'Inter',sans-serif;
    src: url('/media/design24.gnomen-europe.com/fonts/BigolaDisplay-Italic.woff2') format('woff2'),
        url('/media/design24.gnomen-europe.com/fonts/BigolaDisplay-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter',sans-serif;
    src: url('/media/design24.gnomen-europe.com/fonts/BigolaDisplay-Regular.woff2') format('woff2'),
        url('/media/design24.gnomen-europe.com/fonts/BigolaDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {font-family: 'Inter',sans-serif; color: var(--secondary-color)}

p {font-family: 'Inter',sans-serif; line-height: 30px; color: var(--secondary-color)}

h1,h2,h3,h4,h5,h5,.h1,.h2,.h3,.h4,.h5,.h6 {font-family:  'Inter',sans-serif; color: var(--secondary-color);}



.btn-2 {
  padding: 12px 24px !important;
  border-radius: 30px !important;
  text-decoration: none;
} 
.btn {
  padding: 10px 20px;
  border-radius: 10px;
}

/*.btn-primary {background-color: var(--primary-color); border-color: var(--primary-color); color: #fff}  */
.btn-primary {
  background-color: #CD0021;
  border-color: #CD0021;
  color: #fff;
}


.btn.btn-secondary {
  background-color: #CD0022;
  color: #fff;
  border-color: #CD0022;
}
.btn.btn-secondary:hover {background-color: var(--secondary-color); border-color: var(--secondary-color); color: var(--white)}

.btn-primary:hover {background-color: #1d256c; border-color:  #1d256c; color: var(--white)}

.btn-white {background-color: var(--white); border-color: var(--white); color: var(--secondary-color)}

.btn-white:hover {background-color: var(--primary-color); border-color: var(--primary-color); color: var(--white)}


.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}


.navbar-brand.standard-logo img {
  width: 140px;
  height: auto;
}

.header-bottom {
background: transparent;
position: relative;
}
.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: #fff !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  border-bottom: 0;
}
.main-menu {
  position: relative;
}

#globalWrapper {
  overflow: hidden;
}
#offcanvasNavbarLabel img {
  width: 120px;
  height: auto;
}

.hero-home-group::before {
  width: 100%;
  height: 90%;
  content: '';
  position: absolute;
  z-index: 2;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,0.7413165949973739) 0%, rgba(0,0,0,0) 50%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.7413165949973739) 0%, rgba(0,0,0,0) 50%);
  background: linear-gradient(180deg, rgba(0,0,0,0.7413165949973739) 0%, rgba(0,0,0,0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.lst-nv.lst-myarea {
 margin-left: 15px;
  list-style: none;
  margin-right: 15px;
}


.hero-home-group::after { 

  width: 100%;
  height: 100%;
  content: '';
  position: absolute;top:0;
 background: rgb(44,30,6);
background: -moz-linear-gradient(180deg, rgba(44,30,6,1) 0%, rgba(44,30,6,0.22871155298056722) 100%);
background: -webkit-linear-gradient(180deg, rgba(44,30,6,1) 0%, rgba(44,30,6,0.22871155298056722) 100%);
background: linear-gradient(180deg, rgba(44,30,6,1) 0%, rgba(44,30,6,0.22871155298056722) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c1e06",endColorstr="#2c1e06",GradientType=1);  }

.hero-item {
  height: 720px;
  overflow: hidden;
}
.hero-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#navbarNav .navbar-nav li a {
  color: var(--secondary-color);padding-right: 15px;
padding-left: 15px;
}
.nav-item.nav-val a {
  background: var(--primary-color);
  border-radius: 30px;
  color: #fff !important;
}

.slick-dots li {
  display: inline-block;
}
.slick-dots {
  top: -40px;
  position: relative;z-index: 3;padding-left:0;
  margin-left: 20px;
}

.hero-overlay-content {
  position: absolute;
  top: 0;
  height: 720px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row; color:var(--white);z-index: 3;
}
.hero-home {
  position: relative;height: 720px;
  overflow: hidden;
}
/*.hero-overlay-content h1 {
font-size: 80px;
  line-height: 70px;
  margin-bottom: 20px;
  width: 70%;color:var(--white);
}  */
.hero-overlay-content p {
  font-size: 18px;
  font-weight: 300;width:35%;margin-bottom: 30px;color:var(--white);
}
.hero-overlay-content .btn {
  margin-right: 15px;height: 56px;
  line-height: 1.8;
}
.nav-sep {
  border-color: #A5A5A5;
}
.section {
  padding: 150px 0;
}
.section.section-about h1 {
  width: 80%;
  color: var(--black);
}
.section-latest {
  background-color: #ededed ;
}
.section-latest h1 {
  color: var(--black);
}
.latest-properties {
  margin-right: -180px;
}
.img-g img {
  width: 100%;
  height: 100%;
  object-fit: cover;border-radius: 5px;
}
.img-g {
  height: 400px;
  overflow: hidden;position:relative;background: #647986;border-radius: 5px;
}
.box.latest {
  background: var(--white);
  margin-left: 30px;
  border-radius: 5px;
  padding: 25px;
}
.box.latest .image-featured {
  margin-left: -25px;
  margin-right: -25px;
  margin-top:-25px;margin-bottom:-25px;
}
.tagger {
  position: absolute;
  background: red;
}
.boxi-title h5 {
  font-family: 'Inter',sans-serif;
  font-size: 18px;
  margin-top: 20px;color: var(--white);
}
.btn.btn-border {
  border: 1px solid #44525b;
}
.box-text.latest .prop-detail {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 8px;color: var(--white);
}
.box-text.latest h4 {
  margin-bottom: 0;font-weight: 900 !important;color: var(--white); font-size:28px;
}

.section.section-services, .section.section-valuation {
  background: #ededed;
}
.card {
width: 100%;
height: 340px;
border-radius: 10px;
background: #fff;
position: relative;
padding: 1.8rem;
border: none;
 transition: 0.5s ease-out;
 overflow: visible;
}

.card-details {
 color: var(--white);
 height: 100%;
 gap: .5em;
 display: grid;
 place-content: center;text-align: center;position: relative;
}

.card-button {
 transform: translate(-50%, 125%);
 width: 60%;
 border-radius: 5px;
 border: none;
 background-color: var(--primary-color);
 color: var(--white);
 font-size: 1rem;
 padding: .8rem 1rem;
 position: absolute;
 left: 50%;
 bottom: 0;
 opacity: 0;
 transition: 0.3s ease-out;
}

.text-body {
 color: rgb(134, 134, 134);
}
.btn-bordered {
  border-color: var(--secondary-color);
 color: var(--secondary-color);
}

.text-title {
 font-size: 1.5em;
 font-weight: bold;margin-top:20px;color: var(--white);
}
.form-control {
border: 1px solid #E9E9E9;
}

.card:hover {
 border-color: var(--primary-color);
 box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.card:hover .card-button {
 transform: translate(-50%, 50%);
 opacity: 1;
}
.title-center h2 {
  text-align: center;
  margin-bottom: 60px; color:var(--secondary-color);
}
.card::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(45, 55, 62, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.dpid {
  margin-bottom: 0;
}
.card-details .text-body {
  color: var(--white) !important;
font-weight: 300 ;
}
.card-button a {
  color: #fff;
  text-decoration: none;
}
.page.navigation__footer.social__footer li a, .navigation__footer.social__footer.news-socials li a {
  border: 1px solid #D0D0D0;
}

.card.card-sellers {
  background-image: url('/media/design24.gnomen-europe.com/images/card-sellers.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#readmore {
  display: block;
  text-decoration: underline;
  cursor: pointer;
}
.card.card-buyers {
  background-image: url('/media/design24.gnomen-europe.com/images/card-buyers.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.card.card-landlords {
  background-image: url('/media/design24.gnomen-europe.com/images/card-landlords.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.card.card-tenants {
  background-image: url('/media/design24.gnomen-europe.com/images/card-tenants.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.card.card-tenants:hover,
.card.card-buyers:hover,
.card.card-sellers:hover
 {
  background-image: url('/media/design24.gnomen-europe.com/images/card-landlords.jpg');
}
.testimonials-content {
  margin-left: 50px;
}
.testimonials-content h4 {
  font-family: 'Inter',sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
  color: var(--primary-color);
}
.testimonials-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;border-radius:5px;
}
.testimonials-image {
  height: 400px;
}
.customer-testimonials .slick-dots {
  top: 30px;width: 60%;
}
.testimonials-more {
  position: relative;
  float: right;
  top: -20px;
}

.section-valuation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.section-valuation-image {
  height: 360px;margin-left: 40px;
}

.footer.footer-wrapper {
  background: #393939;
}
.logo-footer {
  width: 180px;
  margin-bottom: 20px;
}
.footer-content h3{
color: var(--white);
}
.company-info, .footer-content ul {
  padding-left: 0;
  list-style: none;
  color: var(--white);
  line-height: 30px;
}
.footer-content ul li a {
  color: var(--white);
  text-decoration: none;
}
.footer-content h4 {
  color: var(--white);
  font-family:  'Inter',sans-serif;
  font-size: 20px;
}
.footer-content h4 {color: var(--white);}

.social__footer li {
  display: inline-block;
  margin-right: 10px;
}
.social__footer li a {
  background: #CD0021;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  border-radius: 100%;
  font-size: 14px;
}

#gnomen_copyright {
  width: 100px;
  height: auto;
}
.gnomen__copyright {
  float: right;
}
.gnomen_text {
  fill: #fff;
}
.gnomen_icon {fill:#CD0021}
.colophon-group.copyright {
  color: var(--white);
}
.colophon-wrapper {
  margin-top: 40px;
}
.section.footer.footer-wrapper {
  padding-bottom: 40px;
}
.colophondate::before {
  content: '©';
}

element {
  width: 100%;
  display: inline-block;
}
.primary-cta .section.cta-partners .partners-logo {
  background: var(--white);
  border-color: var(--white);
}
.partners-logo {
  width: auto !important;
  height: 90px !important;
  margin-right: 20px;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;margin-top:1px;margin-left: 1px;
  display: flex !important;box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.slick-initialized .slick-slide {
  display: block;
}





.navbar .megamenu{ padding: 3rem; }

@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	

/*
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
} */

.dropdown-menu li a {
  color: var(--secondary-color) !important;
}

.section-banner-content i {
  margin-right: 5px;
}
.section-banner-content h1, .section-banner-content p {
  color: var(--secondary-color);
}
.section-banner-content {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  padding: 60px;
  border-radius: 5px;
  height: 490px;margin-left: 20px;background: var(--white);
}
.section-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;object-position: top;
}
.section-banner-image {
  height: 490px;margin-right: 20px;background-color: #f9f9f9;
border-radius: 5px;
}
.section-banner-content .btn {
  margin-top: 15px;
}
.section.section-about {
  background: #FBFBFB;
}
.section-content-wrap {
  background: var(--white);
  padding: 40px;
  border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.section.section-banner {
  padding-top: 170px;
  background: #fbfbfb;padding-bottom:0px;
}
.team-info p {
  padding-right: 30px;font-size: 14px;margin-bottom: 0;
}
.team-info a {
  float: right;
  margin-top: -40px;
}
.team-group {
  background: #F7F7F7;
  padding: 20px;
  border-radius: 5px;margin-right:20px;
}
.pdw-group .detail___price {
  font-weight: 800;
}
.pdw-group .detail___price small {
  font-weight: 400;
  color: #a7a7a7;
}
.team-image {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}
.team-image img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.team-info h4 {
  font-family: 'Inter',sans-serif;
  font-size: 16px;
  margin-top: 15px;
margin-bottom: 0;
  font-weight: 600;
}
.team-info a {
  float: right;
  margin-top: -28px;
  font-size: 18px;
  color: var(--secondary-color);
}
.section.section-services-cta {
  background: var(--secondary-color);
}
.section-services-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
#moreinf {
            display: none;
        }
.section-services-image {
  width: 100%;
  height: 400px;
}
.section-services-content ul {
  color: var(--white);
  list-style: none;
  padding-left: 0;
  line-height: 36px;
}
.section-services-content h1, .section-services-content p {
  color: var(--white);
}
.section-services-content .btn {
  margin-top: 10px;
}
.latest-properties .slick-dots {
  top: 30px;
  margin-left: 30px;
}
.slick-dots li button {
    font-size: 0;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid #fff;margin-right:5px;background:#fff;
}

.customer-testimonials .slick-dots li button {border: 1px solid #eee;background:#eee;}

.slick-active button {
    background: var(--primary-color) !important;border-color:var(--primary-color) !important;
}

.section.section-valuation .btn {
  margin-right: 20px;
}

.section.section-valuation h1, .section.cta-partners h1 {
  color: var(--secondary-color);
}
.login-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
text-align: center;
  border: 1px solid var(--black);
  border-radius: 100%;
  line-height: 28px;margin-top: 5px;
}
.login-icon i {
  font-size: 14px;
 color: #000;
}

.control-label {
  color: var(--secondary-color);
}
ul.timeline {
    list-style-type: none;
    position: relative;margin-top: -30px;padding-left: 0 !important;
}
ul.timeline:before {
    content: ' ';
    background: var(--primary-color);
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 2; display:none;
}
ul.timeline > li {
    margin: 30px 0;
  margin-left: 0px;
background: white;
margin-left: 0px;
padding: 60px;
border-radius: 5px;
border: 1px solid #F5F4F4;border-left: 2px solid var(--primary-color);
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 2;display:none;
}
.timeline li {
  color: var(--secondary-color);
}
.section-grey {
  background: #FBFBFB;
}
.timeline .step {
  font-family: 'Inter',sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  background: var(--primary-color);
  padding: 5px 10px;
  border-radius: 30px;
  margin-right: 20px;
  position: relative;
  top: -4px;
}
.timeline ul {
  padding-left: 0;
  list-style-position: inside;
}
.timeline ul li {
  margin-bottom: 10px;
}
.timeline h4 {
  margin-bottom: 10px;
}
.timeline a {
  color: var(--primary-color);
}
.hero-valuation {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero-valuation::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
}
.hero-valuation .hero-overlay-content h1 {
  width: 100%;
}
.big-button a {
  text-align: left;
  background: var(--white);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px 30px;
}
.big-button p {
  margin-bottom: 0;
}
.big-button {
  float: right;width: 420px;
}
.big-button a:hover {
  background: var(--secondary-color);
}
.check-list li::before {
  content: '';
  background: url('/media/residentiallinks.co.uk/images/check.svg');
  background-repeat: no-repeat;
  background-position: left center;
  width: 15px;
  height: 15px;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}
ul.check-list {
  list-style: none;
  padding-left: 0;
}
ul.check-list li {
  margin-bottom: 15px;
}
.sc-w {
  margin-right: 60px;
}
.primary-cta .section.cta-partners {
  background: #ededed;
}
.primary-cta .section.cta-partners .partners-logo {
  background: var(--white);
  border-color: var(--white);
}
.primary-cta .section.cta-partners h1 {
  color: var(--secondary-color);
}
.big-button a {
  margin-right: 0 !important;width: 100%;
}
.box-group {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.secondary-bg {
  background: var(--secondary-color);
  color: var(--white);
}
.secondary-bg h1 {
  color: var(--white) !important;
}
.bordered-bg {
  border: 1px solid var(--primary-color);
}
.box-group h4 {
  margin-bottom: 20px;
}
.primary-bg {
  background: var(--primary-color);
  color: var(--secondary-color);
}
.section-valuation-page {
  padding-top: 140px;
}
.formwrap-group {
  margin-left: 50px;
}
.form-control {
padding: 11px;
  line-height: 24px;

}


.valuation-form .form-control, .contact-form .form-control {
  margin-bottom: 20px;
}
.valuation-form .prettydropdown {
  width: 100% !important;
}
.valuation-form .prettydropdown ul {
  border: 1px solid #ced4da;
  border-radius: 5px !important;
}
.prettydropdown > ul.active > li:not(.label):hover, .prettydropdown > ul.active > li.hover:not(.label), .prettydropdown > ul.active > li:first-child:hover::after {
  background: var(--primary-color);
  color: #fff;
}
.hero-valuation .hero-overlay-content {
  position: inherit;
}


.valuation-form .form-row-7, .valuation-form .form-row-8, .valuation-form .form-row-6, .valuation-form .form-row-11, .valuation-form .form-row-12, .valuation-form .form-row-13, .contact-form .form-row-6,
.contact-form .form-row-7,
.contact-form .form-row-8 {
  width: 33.3%;
}
.valuation-form .form-row-4, .valuation-form .form-row-5, .valuation-form .form-row-9, .valuation-form .form-row-10, .contact-form .form-row-4, .contact-form .form-row-5 {
  width: 100%;
}

.valuation-form .form-row-6 label, 
.valuation-form .form-row-7 label,
.valuation-form .form-row-8 label,
.valuation-form .form-row-9 label,
.valuation-form .form-row-4 label
{
  display: block !important;
  margin-bottom: 10px;
}
.valuation-form .form-row-11, .valuation-form .form-row-12, .valuation-form .form-row-13 {
  margin-bottom: 15px;
}
.form-horizontal #submit {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.form-horizontal a {
  color: var(--primary-color);
}
.form-group.helprow {
  margin-bottom: 15px;
}
.valuation-form textarea, .contact-form textarea {
  min-height: 150px;
}
.terms-row {
  margin-bottom: 20px;
}
.box-group p {
  margin-bottom: 0;
}
.scw-image img {
  border-radius: 5px;
}
.services-list {
  margin-bottom: 40px;
}
.section-content-wrap.services-list {
 box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.testimonials-list .section-content-wrap {
  margin-bottom: 30px;
}
.rating i {
  font-size: 10px;
  position: relative;
  top: -5px;
  color: #fe9b1b;
}
.rating {
  margin-left: 10px;
}
.g-recaptcha div {
  position: relative;
  left: -1px;
  top: 1px;
}
.designation {
  font-size: 14px;
  margin-bottom: 15px;
}
.contact-form .terms-row {
  margin-top: 10px;
}
.contact-list {
  list-style: none;
  padding-left: 0;
}
.contact-list span {
  display: block;
  font-weight: 600;
}
.contact-list li {
  margin-bottom: 20px;
  line-height: 28px;
}
.contact-form .form-row-4 label {
  display: block !important;
  margin-bottom: 10px;
}
.contact-list span.btn-map {
  display: inline-block;
  margin-left: 10px;
  background: var(--primary-color);
  padding: 0 8px;
  font-size: 14px;
  border-radius: 5px;
}
.contact-list span.btn-map a {
  color: #fff;
  text-decoration: none;
}
.hero-news, .hero-news .hero-overlay-content {
  height: 500px;margin-top: 25px;
}
.hero-news h1 {
  margin-bottom: 10px;
}
.news-box {
  border: 1px solid #F5F4F4;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;background: var(--white);
}
.navigation__footer.social__footer.news-socials {
  padding-left: 0;
}
.news-item-group {
  border: 1px solid #F5F4F4;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;background: var(--white);
}
.news-item-content .news-item-image {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e9e9e9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
}
.news-list-con h4 a {
  color: var(--secondary-color);
  text-decoration: none;
}
.date-group {
  color: var(--secondary-color);
  font-size: 14px;
  margin-bottom: 10px;
}
.offcanvas-header, .offcanvas-body {
  padding-left: 30px;
}


.news-thumbnail-0 .news-item-image {
  background-image: url('/media/design24.gnomen-europe.com/images/news--1.jpg');
}
.news-thumbnail-1 .news-item-image {
  background-image: url('/media/design24.gnomen-europe.com/images/vendors.jpg');
}
.news-thumbnail-2 .news-item-image {
  background-image: url('/media/design24.gnomen-europe.com/images/landlords.jpg');
}
.news-thumbnail-3 .news-item-image {
  background-image: url('/media/design24.gnomen-europe.com/images/tenants.jpg');
}
.news-thumbnail-4 .news-item-image {
  background-image: url('/media/design24.gnomen-europe.com/images/buyers.jpg');
}





.news-item-image {
  height: 220px !important;
}
.social__footer.news-socials li a {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.sidebar-news-list-content div a {
  text-decoration: none;
  color: var(--secondary-color);
  margin-bottom: 10px;
  display: block;
}
.sidebar-news-list-content div a::before {
  content: '•';
  margin-right: 10px;
  color: var(--primary-color);
}
.bottom-news {
  background: var(--white);
  padding: 20px;
  margin-top: 40px;
  margin-bottom: -40px;
  margin-left: -40px;
  margin-right: -40px;
  border-top: 1px solid #ebe9e9;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.navbar-right {
    position: relative;
}
.custom-toggler.navbar-toggler {
  border: none;
}
/*.custom-toggler .navbar-toggler-icon {background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(238, 238, 238, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;}  */

.navbar-nav li a {
  color: var(--secondary-color);
}
.back-to a i {
  margin-right: 10px;
}
.back-to a {
color: var(--secondary-color);
  text-decoration: none;
  margin-top: 13px;
  display: block;
}
.section-news-single .navigation__footer.social__footer.news-socials li a {
  color: var(--white);
  border-color: var(--white);
}
.section-news-single .navigation__footer.social__footer.news-socials {
  float: right;
  margin-top: 8px;
  margin-bottom: 8px;margin-right: 10px;
}
.section-news-single hr {
  border-color: #cacaca;
  margin-top: 50px;
  margin-bottom: 50px;
}
.text-link {
  color: var(--white);
}
.text-link:hover {
  color: var(--primary-color);
}
.map-btn {
  background: transparent;
  border: none;
color:#fff;
}
#helpBlock i {
  color: var(--primary-color);
  position: relative;
  top: 2px;
  margin-right: 5px;
}



.backtolist-wrapper a {
  color: var(--secondary-color);
  text-decoration: none;
}
.backtolist-wrapper {
  margin-top: 71px;
  background: var(--white);
  line-height: 60px;
  border-bottom: 1px solid #F5F4F4;
}
.backtolist-wrapper a i {
  margin-right: 10px;
}


.slick-track .propertydetail__image {
  height: 640px !important;
  overflow: hidden !important;
}
#details-photo .slick-slide {
  margin: 0px 1px;
}
.propertydetail__image img {
  display: block;
  position: inherit !important;
  width: 100% !important;
  height: 100% !important;
}

.slick-slide img {
  display: block !important;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  display: block;
  width: 20px !important;
  height: 40px !important;
  padding: 0;
  -webkit-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev::before {
  content: url('/media/hybrid-master.co.uk/images/pdetail-left.png') !important;
  position: relative;
  right: 15px;
}
.slick-next::before {
  content: url('/media/hybrid-master.co.uk/images/pdetail-right.png') !important;
  position: relative;
  right: 10px;
}
.slick-next {
  right: 0 !important;
  background: #fff !important;
  height: 40px !important;
  padding: 0 20px !important;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.slick-prev {
  left: 0 !important;
  background: #fff !important;
  height: 40px !important;
  padding: 0 20px !important;
  z-index: 3;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.details-images-wrapper .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
.slick-center {
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    transform: scale(1.35);
border-left: 2px solid white;
border-right: 2px solid white;
}
.pdw-box.inline {
  display: inline-block;
}
.property-details-wrapper {
  padding: 30px 0;
}
.pdw-box p {
  margin-bottom: 0;
}
.Saledetails, .LetLetdetails {
  display: none;
}
.SaleSaledetails, .Letdetails {
  display: block;
}
.pdw-box h4 {
  margin-bottom: 0;
}
.pdw-box.inline.pdw-price, .sd-price-m {
  float: right;
}
.pdw-box.pdw-btn {
  float: right;
}
.pdw-label {
  line-height: 20px;
  font-weight: 700;
}
.pdw-box.pdw-btn a {
  margin-left: 10px;
}
.section.section-highlights {
  background: #fbfbfb;
}
.d-box {
  border: 1px solid #F5F4F4;
  border-radius: 5px;
  padding: 30px;
  background: var(--white);
}
.d-title {
  margin-bottom: 30px;
}
.d-box-header {
  border-bottom: 1px solid #EDEFEF;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}
.d-box hr {
  border-color: #ABABAB;
  margin-left: -30px;
  margin-right: -30px;
}
.d-box-header h4 {
  font-size: 20px;
  margin-bottom: 0;
  color: var(--secondary-color);
}
.d-box-header p {
  color: var(--secondary-color);
}
.d-box .pdw-label {
  margin-bottom: 0;
}
.d-box-header h4 i {
  color: var(--primary-color);
  margin-right: 10px;
}
.d-box-header p {
  margin-left: 25px;
}
.pdw-group .sd-price-m {
  float: left;
}
.pdw-list ul {
  list-style: none;
  padding-left: 0;
  line-height: 35px;margin-bottom:0;
}
.property_items_amount {
  margin-right: 5px;
}
.brochure-group a {
  display: inline-block;
  width: 49%;
  text-decoration: none;
  color: var(--secondary-color);
  margin-top: 12px;
}
.brochure-group a i {
  color: #cd1515;
  margin-right: 5px;
}
ul.details__features {
  padding-left: 0;
  list-style: none;
  line-height: 35px;margin-bottom: 0;
}
.details__features i {
  color: var(--primary-color);
  margin-right: 5px;
}
.d-box.feat-group h4 {
  font-family: "Inter",sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
#vtour_holder_sidebar {
  background: var(--primary-color);
  border-radius: 5px;
  padding: 15px;
}
.vtour-g img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
}
.vr-icon-group {
  position: absolute;
  margin-top: -70px;
  z-index: 99999;
  margin-left: 85px;
  font-size: 24px;
  color: white;z-index: 2;
}
.vtour-c, .vtour-c h5 {
  color: #fff;
  text-decoration: none;
  font-family: 'Inter',sans-serif;
  outline: 0;
}
.top_vr_icon.deg i {
  margin-right: 5px;
}

.epc__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.epc__wrapper a {
  pointer-events: none;
}
#galleria img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#galleria img {
  border-radius: 5px;
}
.photo-group {
  margin-bottom: 30px;
}
.photo-main {
  height: 398px;
}
.photo-main img {
  border-radius: 5px;width: 100%;
height: 100%;
object-fit: cover;
}


div#lightboxed--bttn_prev::before {
  content: '←';
  color: white;
  font-size: 18px;
  margin-left: 10px;position: relative;
left: -2px;
}

div#lightboxed--bttn_close::before {
  content: 'x';
  color: #fff;
  margin-left: 10px;
  font-size: 18px;
  margin-top: 1px;
  display: block;position: relative;
top: -2px;
}
div#lightboxed--bttn_next::before {
  content: '→';
  color: white;
  font-size: 18px;
  margin-left: 10px;position: relative;
left: -4px;
}
.lightboxed { cursor: pointer; }
div#lightboxed--cache { position: fixed; left: -99999999px; }
div#lightboxed--container { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #fff; background: rgba(255,255,255,0.9); z-index: 9001; }
div#lightboxed--stage { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
div#lightboxed--content { position: absolute; top: 0; left: 0; }
div#lightboxed--content .lightboxed--frame { position: absolute; top: 0; left: 0; }
div#lightboxed--content .lightboxed--frame img , div#lightboxed--content .lightboxed--frame iframe { position: absolute; top: 50%; left: 50%; max-width: 100%; max-height: 100%; -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); border: 0; }
div#lightboxed--content .lightboxed--frame .lightboxed--caption { position: absolute; bottom: 0; right: 0; padding: 10px; background: #000; background: rgba(0,0,0,0.9); color: #fff!important; }
div#lightboxed--thumbs { display: none; position: absolute; bottom: 0; left: 50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
div#lightboxed--thumbs .lightboxed--thumb { float: left; overflow: hidden; border-radius: 2px; cursor: pointer; }
div#lightboxed--thumbs .lightboxed--thumb .lightboxed--thumb_border { position: relative; width: 100%; height: 100%; background: #fff; background: rgba(255,255,255,0.4); transition: 500ms background;  }
div#lightboxed--thumbs .lightboxed--thumb.lightboxed--active .lightboxed--thumb_border { background: rgba(255,255,255,0.7); transition: 500ms background; }
div#lightboxed--thumbs .lightboxed--thumb img { position: absolute; top: 50%; left: 50%; max-width: 100%; max-height: 100%; -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
div#lightboxed--bttn_close { position: absolute; top: 5px; right: 10px; background: #fff; background: var(--secondary-color); background-image: url(controls.png); background-repeat: no-repeat; background-size: auto 100%; background-position: 100%; width: 30px; height: 30px; border-radius: 100%; cursor: pointer;z-index: 3; }
div#lightboxed--bttn_next { display: none; position: absolute; top: 50%; right: 10px; background: #fff; background: var(--secondary-color); background-image: url(controls.png); background-repeat: no-repeat; background-size: auto 100%; background-position: 50%; width: 30px; height: 30px; border-radius: 100%; cursor: pointer; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
div#lightboxed--bttn_prev { display: none; position: absolute; top: 50%; left: 10px; background: #fff; background: var(--secondary-color); background-image: url(controls.png); background-repeat: no-repeat; background-size: auto 100%; background-position: 0%; width: 30px; height: 30px; border-radius: 100%; cursor: pointer; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }


.photo-count {
  display: inline-block;
  position: absolute;
  background: #fff;
  padding: 8px;
  border-radius: 5px;
  margin-left: 20px;
  margin-top: 20px;
}
.iframe-full-height {
  height: 520px;
  overflow: hidden;
}
#transport_list_surround, #schools_list_surround {
  height: 400px;
  overflow: scroll;
}
#location-map, #streetview-map {
  width: 100%;
  height: 400px;
  background: #f1f1f1;
  margin-top: 30px;
  border-radius: 5px;
}
.nav-maps {
  border: none;
}
.nav-maps .nav-item a {
  border: 1px solid #ededed;
  border-radius: 30px;
  background: var(--white);
  color: var(--secondary-color);
  margin-right: 12px;
  padding: 15px 30px;
}
.nav-maps .nav-item a.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color:#fff;
}

#transport-map, #schools-map {
  width: 100%;
  height: 400px;
  background: #eee;
  border-radius: 5px;
}
.jengo-filters a.filter-button {
  margin-right: 10px;
  padding: 3px 6px;
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  cursor: pointer;
  background: var(--secondary-color);
  text-decoration: none;
  color: var(--white);
}
.tpli.icon-Bus {
  background-color: #f03933;
  background-image: url('/media/design20.gnomen-europe.com/images/trans-circle.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}
.tpli.icon-College {
  background-color: #647acf;
  background-image: url('/media/design20.gnomen-europe.com/images/college.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}
.tpli.icon-Tube {
  background-color: #474f9d;
  background-image: url('/media/design20.gnomen-europe.com/images/trans-circle.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}
.tpli.icon-Train {
  background-color: #ee4642;
  background-image: url('/media/design20.gnomen-europe.com/images/trans-train.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}
.widget-type {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  background: var(--secondary-color);
  display: inline-block;
  color: #fff;
  padding: 0 4px;
  border-radius: 3px;
  margin-bottom: 2px;
  min-width: 38px;
  text-align: center;
}
.widget-name .tpli {
  width: 40px;
  height: 40px;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
  border-radius: 5px;
}
.widget-name {
  font-family: 'Inter',sans-serif;
  font-size: 16px;
  margin-bottom: 6px;
}
.distro {
  font-size: 14px !important;
  margin-top: -3px;
}
.widget-group {
  margin-bottom: 10px;
background: whitesmoke;
padding: 10px;
border-radius: 5px;
}
.tpli.icon-Primary {
  background-color: #3ad1bd;
  background-image: url('/media/design20.gnomen-europe.com/images/primary.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}
.tpli.icon-Secondary {
  background-color: #d15a85;
  background-image: url('/media/design20.gnomen-europe.com/images/secondary.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}
.tpli.icon-Nursery {
  background-color: #e6c221;
  background-image: url('/media/design20.gnomen-europe.com/images/nursery.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}
.nav-map-title {
  margin-top: 20px;
  margin-bottom: 15px;
}
.jengo-filters {
  margin-bottom: 25px;
}
#moreInfoo {
  display: none;
}
.info-group-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.info-group-img {
  height: 150px;
}
.btn-simple {
  padding: 0;
  text-decoration: underline;
}

.pdetails-info h4 {
  font-size: 20px;
  margin-top: 20px;
}
.pdetails-info {
  margin-left: 40px;
}
#PropertyAddress {
  pointer-events: none;
}

.pdetails-form .form-row-2, .pdetails-form .form-row-3 {
  width: 100%;
}
.pdetails-form .formrow {
  margin-bottom: 30px;
}
#detailPage .section {
  padding: 50px 0;
}
.detail-topnav {
  display: inline-block;
}
.dttopright-nav {
  float: right;
}
.detail-topnav.share .dropdown-menu li a {
  line-height: 30px;
}
.detail-topnav.share .dropdown-menu.show {
  z-index: 2;
}
.detail-topnav.share .dropdown-menu {
  transform: translate3d(-60px, 59.5px, 0px) !important;
  margin-top: 1px !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0px;
  border-top-color: #fff;
}
#moreFilteros {
  display: none;
  clear: both;margin-top: 20px;
}
.results-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;position: relative;
z-index: 2;
}
.results-list-img {
  height: 425px;
background: #efefef;
border-radius: 5px;position:relative;
}
.results-list-content-wrap {
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  padding: 40px;min-height: 425px;
}
.rl-item {
  margin-bottom: 60px;
}
.rsl-list {
  list-style: none;
  padding-left: 0;margin-top: 10px;
}
.rsl-list li {
  display: inline-block;
}
.rsl-list li {
  margin-right: 15px;
  margin-bottom: 10px;
}
.rsl-list li i {
  margin-right: 5px;
}
.rtype-Studio span {
  display: none;
}
.per-weeko {
  font-family: 'Inter',sans-serif;
  display: block;
  font-size: 16px;
}
.moro {
  float: right;margin-top: 25px;
}
.rslats {
  position: absolute;
  margin-left: 20px;
  margin-top: 20px;
  background: var(--primary-color);
  color: #fff;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 30px;
  font-weight: 500; z-index:3;
}
.psd--wrap {
  line-height: 32px;
}
.btn-block {
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.section.section-content.section-results {
padding-bottom: 100px;
  padding-top: 190px;
}
.results-count-wrap {
  margin-bottom: 30px;
}
.filter--group {
  text-align: right;
}
.quick-search-result.qs.results-qs {
margin-top: 71px;
  padding-top: 15px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
  background: #f7f7f7;
  position: fixed;
  width: 100%;
  z-index: 5;
}
sup.results-list-tenure {
  font-family: 'Inter',sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.filter--group a {
  color: var(--secondary-color);
  margin-left: 10px;
}




.grid--view .grid.col-lg-12.col-md-12.col-sm-12 {
  width: 33.33333333% !important;float:left;
}

.grid--view .col-md-7, .grid--view .col-md-5 {
  width: 100%;
}
.grid--view .results-list-img::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  border-radius: 5px; z-index:3;
 background: rgb(29,33,35);
background: -moz-linear-gradient(0deg, rgba(29,33,35,1) 0%, rgba(255,255,255,0) 83%);
background: -webkit-linear-gradient(0deg, rgba(29,33,35,1) 0%, rgba(255,255,255,0) 83%);
background: linear-gradient(0deg, rgba(29,33,35,1) 0%, rgba(255,255,255,0) 83%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d2123",endColorstr="#ffffff",GradientType=1); 

}
.grid-only {
  display: none;
}
.grid--view .grid-only {
  display: block;
}
.grid--view .grid-only.grid-content-item {
  position: absolute;
  bottom: 80px;
  left: 25px;
  color: var(--white);z-index:3;
}
.grid--view .grid-only .results-list-address {
  top: 80px;
  position: relative;color: var(--white);
}
.grid--view .grid-only .rsl-list {
  position: relative;
  top: 70px;
}
.grid--view .grid-only .results-list-price {
  position: relative;
  top: 60px;color: var(--white);margin-top: 30px;
}

.grid--view .results-list-content-wrap {
  display: none;
}
.grid--view .results-list-img-wrap {
  padding: 10px 10px 0 10px;
}
.grid--view .rl-item {
  margin-bottom: 10px;
}
.btn-filter::before {
content: 'More filters';
  margin-right: -10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-color);width: auto;
  float: left;
}


#jengo_property_for {
  width: 100px !important;
}
#jengo_pfor_options {
  position: absolute;
  margin-top: -39px;
margin-left: 200px;
}

#jengo_pfor_options input {
  float: left;
  margin-right: 5px;
}
.sba > label:nth-child(2) {
  display: none;
}
.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
#Filter {
  float: right;min-width: 130px;height: 46px;
  padding:0;
}
.btn-filter {
  border: none;padding: 8px 16px;
}
.quick-search-resultpage .btn.btn-primary.btn-block {
  margin-top: 0;
}

#jengo_radius {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  height: 47px;
}

#searchFormInput label {
  margin-bottom: 8px;
}
#loadMore {
  margin-right: auto;
  margin-left: auto;
  display: table;
  position: relative;
  top: 15px; width:auto;height: 56px;
  line-height: 1.8;
}
#jengo_pfor_options label {
  margin-bottom: 4px; font-size: 15px;
}

.btn-filter:hover {
  border-color: #E2E2E2;
}
.error-content ul {
  list-style: circle;
padding-left: 0;
line-height: 30px;
list-style-position: inside;
}
.error-content ul li a {
  color: var(--secondary-color);
  text-decoration: none;
}

.tagger {
  position: absolute;
  background: var(--primary-color);
  padding: 0 4px;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 20px;
  top: 10px;
  margin-left: 10px;
  font-weight: 700;
}
.section-banner-content p a {
  color: var(--primary-color);
}

select {-moz-appearance: none;
-webkit-appearance: none;
background: url(/../../media/design17.co.uk/images/qs-arrow.svg) no-repeat 92% !important;
background-size: 10px !important;background-color: #fff !important;}

#frmCalculateStampDuty .input-group.largeFigures label {
  display: none;
}

.row.rb {
  margin-bottom: 20px;
  margin-top: 20px;
}
.input-group-addon {
  position: absolute;
  z-index: 6;
  background: var(--primary-color);
  height: 46px;
  width: 40px;
  text-align: center;
  line-height: 46px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#price_input {
  padding-left: 50px !important;
}

.nada-result-page #loadMore {
  display: none;
}
.jengo-no-results ul {
  padding-left: 0;
  list-style-position: inside;
  line-height: 32px;
  margin-top: 20px;
}

.nada-result-page .filter--group {
  display: none;
}

.jengo-no-results li a {
  color: var(--secondary-color);
  background: var(--primary-color);
  padding: 12px 14px;
  border-radius: 30px;
  margin-left: -10px;text-decoration:none;
}
.jengo-no-results > ul:nth-child(2) > li:nth-child(4) > a:nth-child(2) {
  display: none;
}
.jengo-no-results li:last-child {
  list-style: none;
  margin-top: 30px;
}
.nada-result-page .col-md-7, .nada-result-page .col-md-6 {
  width: 100% !important;
}
.jengo-no-results h3 span {
  font-size: 40px;
}
.jengo-no-results::before {
  content: '';
  width: 275px;
  height: 275px;
  float: left;
  background-color: var(--primary-color);
  border-radius: 100%;
  margin-right: 40px;
  background-image: url('/media/design23.com/images/404.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nada-result-page #filterWrap {
  display: none;
}
.jengo-no-results ul li::marker {
  color: var(--primary-color);
}
.noresultsub {
  font-size: 20px !important;
  font-family: 'Inter',sans-serif;
}
#suggestions {
  position: absolute;
  width: 330px;
  margin-top: -1px;
  margin-left: 99px;z-index: 2;
}
#suggestions ul {
  list-style-position: inside;
  line-height: 36px;
}
#suggestions ul li a {
  text-decoration: none;
  color: var(--secondary-color);
}
#suggestions ul li::marker {
  color: var(--primary-color);
}
.logs {
  background: var(--primary-color);
  width: 42px;
  height: 42px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  font-size: 18px;
  color: var(--secondary-color);
}
.myarea-nav-label {
  background: var(--white);
  border-radius: 30px;
  color: var(--secondary-color) !important;
  height: 42px;
  display: inline-block;
  padding: 0 20px;
  line-height: 42px;
}

.sba div.col-md-8:nth-child(1) > label:nth-child(2) {display:none;}
#searchFormInput .radius-group {
    margin-top: -47px;
  margin-left: -25px;
  float: right;
  width: 110px;position: relative;
  z-index: 3;
}


.prforwrap {
  margin-top: 30px;
}

.cus-radio span {
  background: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid #f1f1f1;cursor:pointer;
}
.jengo_property_for_radio label:first-child {
  margin-right: 15px;
}

.qualifier {
  display: block;
  font-family: 'Inter',sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}

.sticky-header.sticky .dropdown-menu.megamenu {
  margin-top: 7px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-color: #efefef;
    border-top-color: rgb(239, 239, 239);
  border-top-color: #44525b;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.navblock svg {
  width: 60px;
  height: 60px;
}
.navblock h6 {
  color: var(--secondary-color);
  margin-top: 15px;
}
#navbarNav .navbar-nav li a.navblock {
  padding: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;margin-top: 10px;
color: var(--secondary-color);
  text-decoration: none;
}

#house-svgrepo-com path, #commercial-icon path {
  fill: var(--primary-color);
}


input[type="radio"]:checked + span {
  background: var(--primary-color);
}
.jengo_property_for_radio input[type="radio"] {
  display: none !important;
}

.lds-dual-ring {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid var(--primary-color);
  border-color: var(--primary-color) transparent var(--secondary-color) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.hlog a img {
  width: 200px;
}
.hlog a {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: table;
  text-align: center;
}
.section__title.company--info {
  text-align: center;
  color: var(--white);
}
.section__title.company--info h1 {
  font-size: 32px;
  margin-top: 30px;
}

.section__title.company--info .sub {
    font-size: 18px;
}
#timer div {
  display: inline-block;
  font-size: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

#timer {
  margin-bottom: 20px;
  font-family:  'Inter',sans-serif;
  margin-top: 15px;
}
.section__title.company--info h4 {
  font-size: 20px;
}
.gnomen__copyright.mm {
  float: inherit;
  margin-top: 50px;
}
.section__title.company--info ul {
  padding-left: 0;
  list-style: none;
  font-size: 16px;
  line-height: 28px;
}
.section__title.company--info .navigation__footer.social__footer h4 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.section__title.company--info .navigation__footer.social__footer a {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--secondary-color);
}
.section__title.company--info ul li a {
  color: var(--primary-color);
}
#timer div span {
  display: block;
  font-family: 'Inter',sans-serif;
  font-size: 16px;
  margin-top: -10px;
}
.section.section-page.landing-page {
  padding-top: 60px;
}
.quick-search-result.qs.results-qs.qsmap {
  margin-top: 71px;
  padding-top: 15px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
  background: #f7f7f7;
  position: fixed;
  width: 100%;
  z-index: 4;
}
.detail-topnav.share svg {
  width: 26px;
  height: 26px;
  margin-left: 15px;
  margin-right: 5px;
}
.detail-topnav.share ul li {
  line-height: 38px;
}

.btn.btn-icon:hover, .btn.btn-icon:focus, .btn.btn-icon:active {
  background: var(--primary-color) !important;
  border-color: var(--primary-color);
}
.no-features .key-title {
  display: none;
}
.no-column-display {
  display: none;
}
.full-width {
  width: 100%;
}
.vtour-wrap {
  width: 350px;
}
#vtour_holder_sidebar a {
  text-decoration: none;
}
.vtour-c {
  margin-top: 25px;
}
.radius-group.map-radius {
  margin-left: -36px !important;
  margin-top: 35px !important;
}
.print-price-qualifier {
  font-size: 18px;
  color: var(--secondary-color);
}
.print-price {
  font-size: 42px;
  margin-top: 0px;
  color: var(--secondary-color);margin-bottom: 10px;
}
.print-price-qualifier {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;margin-bottom: 10px;
}

#lightboxed--thumbs > div:nth-child(2) {
  display: none;
}
.offcanvas-body .lst-nv a::before {
  content: 'Login';
}
.offcanvas-body .lst-nv.sgout a::before {
  content: none;
}
.offcanvas-body .login-icon {
  visibility: hidden;
}
.offcanvas-body .lst-nv {
  margin-top: -15px;
}
.offcanvas-body .lst-nv a {
  text-decoration: none;
}
.offcanvas-body .sgout .myarea-nav-label {
  padding: 0;
}
.offcanvas-body .lst-nv.sgout {
  margin-top: 0;
}

.offcanvas-body .nav-item.lst-lgout a::before {
  content: 'Log out';
}
.offcanvas-body .nav-item.lst-lgout .logout-icon {
  visibility: hidden;
}
.partners-logo img {
  margin: auto;
}

.custom-toggler.navbar-toggler {
  display: none;
}


.navicon i {
  color: var(--primary-color);
  font-size: 24px;
}
.navicon {
  display: block;
}
.nav-item.nav-val {
  margin-left: 20px;
}

.titlegroup.title-center h2 {
  margin-bottom: 8px;
}
.titlegroup.title-center p {
  color: var(--secondary-color);
  text-align: center;
  margin-bottom: 100px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.services-home-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.services-home-img {
  height: 360px;
}
.title-left h2 {
  line-height: 32px;
}
.ssh-cont h1 {
  color: var(--secondary-color);
}

.list-icon li {
  list-style: none;
  line-height: 36px;
}
ul.list-icon {
  padding-left: 0;
  margin-bottom: 0;
}
.list-icon i {
  color: var(--primary-color);
  margin-right: 5px;
}
.ssh-cont .btn {
  margin-top: 20px;
}
.ssh-cont {
  margin-left: 40px;
}
.lst-nv a {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.card-details .text-title::after {
  content: '';
  width: 40px;
  height: 2px;
  display: block;
  background: var(--primary-color);
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;border-radius:2px;
}

.section.section-services-cta h1, .section.section-services-cta p, .section.section-services-cta ul li {
  color: var(--white);
}

.tit-group .btn {
  margin-top: 15px;
}



.cta-section {
  padding: 100px 0;
  background: #e3b163;
}
.cta-section.cta-brown {
  background: var(--primary-color);
}
.cta-section.cta-blue {
  background: var(--secondary-color);
}

.cta-section.cta-brown h2, .cta-section.cta-brown p {
  color: var(--secondary-color);
}
.section.cta-partners {
  padding-bottom: 130px;
}
.cta-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.cta-img {
  width: 400px;
  float: left;
  margin-right: 40px;
  height: 220px;
}
.section.section-services-cta .ssh-cont {
  margin-left: 0;
}
.section-content-wrap.services-list.last {
  margin-bottom: 0;
}

.section.section-latest .tit-group p {
  color: var(--black);
}

.latest-info-group {
  position: absolute;
  bottom: 20px;
  margin-left: 20px;
}

.img-g::before {
  content: '';
  width: 100%;
  height: 100%;
  background: red;
  display: block;
  bottom: 0;
  position: absolute;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
 background: rgb(29,33,35);
background: -moz-linear-gradient(0deg, rgba(29,33,35,1) 0%, rgba(255,255,255,0) 41%);
background: -webkit-linear-gradient(0deg, rgba(29,33,35,1) 0%, rgba(255,255,255,0) 41%);
background: linear-gradient(0deg, rgba(29,33,35,1) 0%, rgba(255,255,255,0) 41%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d2123",endColorstr="#ffffff",GradientType=1); 
}







.navbar.navbar-right.navbar-expand-lg.bg-body-tertiary {
  width: 100%;
  right: 0;
  text-align: right !important;
  justify-content: flex-end !important;
  align-content: flex-end;
  align-items: flex-end;
  padding-left: 200px;
  margin-top: -50px;left:0 !important;
}

#navbarNav ul {
  width: 100%;
  justify-content: flex-end;
}

.navbar-brand.standard-logo {
  position: relative;
  z-index: 10;
}
.mega-image {
  height: 200px;
  margin-bottom: 20px;
}
.mega-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.col-megamenu.text-image p {
  margin-bottom: 0;
}

.navicon.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.navicon.image {
  height: 140px;
}
.col-megamenu.text-image {
  margin-right: 30px;
}

.col-megamenu .navblock .navicon.image img {
    transition: border 0.3s ease;
}

.col-megamenu:hover .navblock .navicon.image img {
    border: 2px solid var(--primary-color); 
}

.col-megamenu .title {
    transition: color 0.3s ease;
}
.col-megamenu:hover .navblock .navicon.image + h6 {
  color: var(--primary-color);
}

#navbarNav .navbar-nav li .col-megamenu-inline a.navblock {
  text-align: left !important;
}
#navbarNav .navbar-nav li .col-megamenu-inline a.navblock:hover {
  color: var(--primary-color);
}
.section.section-news-home {
  background: var(--white);
}


.slick-dots li button {margin-right:10px;}

.section.section-news-home .news-item-image {
  height: 260px !important;
}
.btn-line {
  color: var(--secondary-color);
  text-decoration: underline;
}

.btn-line:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.timeline p {
  margin-bottom: 0;
}

.section-banner-content .btn {
  margin-right: 16px;
}

.faqsgroupwrap .faqgroup {
  margin-bottom: 30px;
}
.faqgroup.last {
  margin-bottom: 0;
}
.faqgroup {
  background: var(--white);
  padding: 40px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.faqgroup .title i, .faqgroup p span i {
  margin-right: 8px;
}
.faqgroup .title i {
  color: var(--primary-color);
}

.section.section-faqs-p {
  background: var(--palegrey);
}

.faqgroup .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}


.page.navigation__footer.social__footer {
  padding-left: 0;
}
.page.navigation__footer.social__footer li a i {
  margin: 0;
}
.page.navigation__footer.social__footer li a {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.section-banner-content .cnt {
  margin-top: 30px;
}
.box-group.contact--bg {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  padding: 40px;
  border-radius: 5px;
  margin-left: 0px;background: var(--white);
}

.contact-form .form-horizontal {background: var(--white);}
.form-check-input:focus, .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(227, 177, 99, 0.2);
}



.contact-form .form-horizontal, .valuation-form .form-horizontal {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  padding: 40px;
  border-radius: 5px;
  margin-left: 20px;background: var(--white);
}

.error-wrapper {
  margin-bottom: 20px;
  background-color: #e8e8ee;
  padding: 20px;
  border-radius: 5px;
}
.form-group.has-error .form-control {
  border-color: red;
}
.section-banner-image.thankyou {
  background: var(--primary-color);
}
.usf-wrap {
  background: var(--white);
  padding: 30px;
  margin-top: 30px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  margin-bottom: 30px;
  width: 100%;
}
.section.section-page.news-list-wrapper.error-w {
  background: var(--palegrey);
}
.usf-wrap li {
  line-height: 2.2;
}

.big-button .btn {
  line-height: inherit;
  height: inherit;
}

.big-button p {
  color: var(--secondary-color);
}
.big-button p {
  color: var(--secondary-color);
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
.big-button h4 {
  font-size: 28px !important;
}
.big-button .btn:hover h4, .big-button .btn:hover p {
  color: var(--white);
}

.faqs-tit {
  margin-top: 100px;
  margin-bottom: 40px;
}
#moreServices {
  padding-bottom: 120px;
}
.colophon-group.copyright p {
  color: var(--white);
}

.social__footer li a i {
  color:#fff;
}
.social__footer li a:hover {
  background: var(--primary-color);
}
.section.section-team .tit-group {
  margin-right: 60px;
}
.results-list-price .ppt {
  font-weight: 900;
  font-size: 36px;
}
.backtolist-wrapper .btn-less:hover {
  color: var(--primary-color);
}

.fav__group {
  float: right;
  margin-top: -50px;
  border: 1px solid #D0D0D0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
}
.fav__group i {
  font-size: 14px;
  color: var(--secondary-color);font-weight: 400;
}
.results-list-address {
  padding-right: 30px;margin-bottom: 10px;
}
.fav__group:hover {
  border-color: var(--secondary-color);
}
.detail___price sup {
  display: block;
  margin-top: 10px;
}

.section.section-white.section-description .d-title {
  margin-bottom: 20px;
}

.sba label {
  display: none;
}
#jengo_pfor_options {
  display: none;
}

.sba #input {
  padding-left: 115px;
}
.sba #jengo_property_for {
  position: absolute;
}
.sba #jengo_property_for.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#searchFormInput .form-control {
  border-radius: 30px;
}

.navbar-nav.bedroom .megamenu {
width: 300px;
  left: -100px !important;
  margin-top: 20px !important;
  padding: 15px 15px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.navbar-nav.bedroom li a {
  background: var(--white);
  border: 1px solid #E9E9E9;
  border-radius: 30px;
  padding: 0.5rem 0.85rem;
}
#searchFormInput .quicksearch-result-label {
  display: none;
}
.grid-ptype {
  display: none;
}
.per-weeko.S-let {
  display: none;
}
.results-list-price.S-let {
  margin-top: 20px;
}
.results-list-price.L-let {
  margin-top: 22px;
}
.qualifier.empty-class {
  display: block;
  margin-bottom: 32px;
}
.grid--view .grid-only .results-list-price .ppr {
  font-weight: 900;
}
.bedstudio__Studio {
  display: none;
}
.footer-content ul li a:hover {
  color: var(--primary-color);
}


.property-details-wrapper.sticky {
position: fixed;
  top: 78px;
  width: 100%;
  z-index: 3;
  background: #fff;
  padding: 10px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px -1px, rgba(0, 0, 0, 0.06) 0px 2px 6px -1px;
}
.pdw-box.pdw-btn {
  margin-top: 5px;
}
.pdw-box.inline.pdw-price.pc .SaleSaledetails.detail___price {
  font-size: 24px;
  font-weight: 900;
  margin-top: 8px;
  color: var(--secondary-color);
}
.detail___price .pcm {
  display: inline-block;
  font-size: 11px !important;
  font-weight: 400;
  margin-left: 3px;
}
.detail___price {
  margin-top: -5px;
}

.section.section-highlights .detail___price {
  margin-top: 0px;
}

.pricepcm {
  font-weight: 900;font-size:24px;
}
.detail___price small {
  font-size: 14px;
  top: 4px;
  position: relative;display: block;
  margin-bottom: 5px;
}
.detail-topnav.favorite i {
  margin: 0;
  border: 1px solid #D0D0D0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
font-size: 14px;
  color: var(--secondary-color);
  font-weight: 400;
}
.sharelove i {
  border: 1px solid #D0D0D0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: var(--secondary-color);
  font-weight: 400;
  margin: 0;
}
.detail-topnav {
  display: block;
  text-align: right;
}
.detail-topnav a:first-child {
  margin-right: 10px;
}
.pdw-box.inline.pt {
  margin-top: 6px;
}
.pdw-box.inline.pdw-price.pc {
  margin-top: 3px;
}
.share-group-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.share-group-img {
  height: 100px;margin-bottom: 20px;
}
.share-info h4 {
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.share-ext .sss {
  list-style: none;
  padding-left: 0;text-align: left;
}

.share-ext .sss li {
  display: inline-block;
}

ul.details__features {
  column-count: 2;
  margin-bottom: 32px;
}
.epc__wrapper {
  margin-top: 30px;
}
.hideitem___v, .hide___vt {
  display: none;
}
#epc {
  margin-bottom: 20px;
}
.btn-bordered:hover {
  border-color: var(--primary-color); color: var(--primary-color);
}

.tourgroup h4 {
  margin-bottom: 2px !important;
}

.sdwrap {
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 5px;
  background: var(--white);
}
.stc-content h4 {
  margin-bottom: 20px;
}
#price_input:focus {
  border-radius: 5px;
}
.sd-info i {
  color: var(--primary-color);
}
.sd-info {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  border: 1px dashed #d0d0d0;
  padding: 20px;
  border-radius: 5px;margin-left:20px;
}
.stc-content.cal {
  margin-right: 20px;
padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  background: var(--white);
  border-radius: 5px;
}
.mortwrapp {
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  background: var(--white);
  border-radius: 5px;min-height: 284px;margin-right: 20px;
}
#txtrepay,
#muamount {
  margin-bottom: 24px;
  padding-left: 26px;
}
.mor-t h3 {
  margin-bottom: 20px;
}
#txtinterest2 {
  border: none;
  background: transparent;
  font-size: 42px;
  font-weight: 900;
}

.form-group.mort-amount .poundy::before {
  /*font-size: 42px;
  top: -20px;
  font-weight: 900;
  left: 0;*/
}
.mortwrapp .poundy::before {
  content: '£';
  position: absolute;
  margin-left: 14px;
  margin-top: 12px;
}


.mort-amounta .poundy::before {
  content: '£';
  position: absolute;
  margin-left: 0px;
  margin-top: -8px;font-size: 60px;font-weight:900;
}

#txtinterest2::placeholder {
  font-size: 60px;color: var(--secondary-color);
}
#txtinterest2 {
  padding-left: 45px;
  font-size: 60px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: normal;color: var(--secondary-color);
}

.mort-amounta {
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  background: var(--white);
  border-radius: 5px;margin-left: 20px;
}
.calc-btn {
  float: left;
  margin-top: 20px;
}
.mor-t {
  margin-bottom: 40px;
}
.mortgagefaqs-wrapper {
  padding-top: 80px;
}
.mortgagefaqs-title {
  margin-bottom: 40px;
}
.mortgagefaqs-wrapper .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.dtpform.pdetails-form {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  padding: 40px;
  border-radius: 5px;background: var(--white);
}
.section.section-white.section-description p a {
  color: var(--primary-color);
}
  .dropdown-toggle::after {display: none;}
.nav-item.dropdown.has-megamenu a i {
  font-weight: 300;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.navbar-nav.bedroom .nav-item.dropdown.normal.has-megamenu a i {
  margin-top: 5px;
  margin-right: 5px;position: relative;
  top: -2px;
  right: -50%;
}
.map-page .result-page.nada-result-page .jengo-no-results {
  display: none;
}
.map-page #searchFormInput input[type="text"], .map-page #searchFormInput select.form-control {
margin: inherit;
  width: 100%;
  display: block;
}
.map-page #jengo_radius {
  position: relative;
  top: 47px;
  right: -25px;
}
.map-wrap #map {
  border-radius: 5px;
}
#map-surround .content {
  padding: 40px !important;
  border-color: var(--primary-color) !important;
}
#map-surround .content h3 {
  font-size: 28px !important;
}
#map-surround .content ul {
  padding-left: 0 !important;
  list-style-position: inside;
  font-size: 16px !important;
}
#map-surround .no-results-overlay .content ul li:last-child {
  list-style: none;
  margin-top: 20px;
}
.thumb_surround img {
  border-radius: 5px;
}
.filter--grid {
  background: #E1E7EB;
  padding: 8px 16px;
  border-radius: 60px;
  border: 1px solid #E1E7EB;text-decoration: none;
}
.filter--grid i, .switchToMapView.filter--map i {
  margin-right: 5px;
}
.switchToMapView.filter--map {
  background: var(--white);
  padding: 8px 16px;
  border-radius: 60px;
  border: 1px solid #D0D0D0;
  text-decoration: none;
}
.maponly.switchToListView.filter--grid.list {
  background: var(--white);
  padding: 8px 16px;
  border-radius: 60px;
  border: 1px solid #D0D0D0;
  text-decoration: none;
}
.maponly.switchToMapView.filter--map {
  background: #E1E7EB;
  padding: 8px 16px;
  border-radius: 60px;
  border: 1px solid #E1E7EB;
  text-decoration: none;
}
#suggestions ul li {
  line-height: 2.3;
  margin-bottom: 0px;
  padding-left: 5px;
}
#suggestions ul li:hover {
  background: #f8ebd8;
  border-radius: 5px;
}

#searchFormInput #suggestions ul {
  list-style-position: inside;
  line-height: 36px;
  height: 250px;
  overflow-x: scroll;
border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

#noResult .sale-rent {
  display: block;
  font-size: 24px;
}
.noresultsub {
  margin-top: -30px !important;
  display: block;
}
.jengo-no-results ul {
  margin-top: 0;
}
.lightboxed--thumb.lightboxed--active img {
  border: 2px solid var(--primary-color);
}
.lightboxed--thumb img {
  border-radius: 3px;
}
#galleria .overlay {
  margin-left: 12px;
  margin-right: 12px;
  border-radius: 5px;
  font-size: 16px;
}
.titlegroup.title-center.news-grup h2 {
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#map-surround .no-results-overlay .content h3::before {
  content: '';
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  float: left;
  margin-right: 10px;
  border-radius: 100%;
  background-image: url('/media/design23.com/images/404.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100px;
}
#map-surround .no-results-overlay .content {
  margin-top: 100px !important;
}

.navigation__footer.social__footer.news-socials.sidebar {
  float: left;
}
.navigation__footer.social__footer.news-socials.sidebar li a {
  background: #f2f3f3;
}
.section-news-single .navigation__footer.social__footer.news-socials li a:hover {
  border-color: var(--primary-color);
}
.page.navigation__footer.social__footer li a:hover {
  border-color: var(--primary-color);
}
.offcanvas-header {
  border-bottom: 1px solid #E5E5E5;
}
.offcanvas-body li a {
  font-size: 18px;
  font-family: 'Inter', sans-serif;
}
.nav-title {
  font-family:  'Inter',sans-serif;
  color: var(--secondary-color);
  font-size: 24px;
}
.mob-login {
  display: none;
}
.offcanvas-header .btn-close {
  margin-right: 0px !important;
}
.offcanvas-body li a:hover {
  color: var(--primary-color);
}
.bot-btn.mobile {
  display: none;
}
.pdw-list .col-md-6 {
  width: 100%;
}
.grid-only.grid-content-item .rsl-list li {
  font-size: 14px;
  margin-bottom: 0px;
}
.property-feed-list.grid--view {
  padding-left: 0;
  padding-right: 0;padding-top: 0;
  margin-top: -10px;
}

.team-wrap.team-slider {
  margin-right: -10px;
}
.bottom-news .navigation__footer.social__footer.news-socials li a {
  background: #efefef;
}
.bottom-news .navigation__footer.social__footer.news-socials li a:hover {
  background: var(--primary-color);
}
.faqsgroupwrap .faqgroup:last-child {
  margin-bottom: 0;
}
.back-to {
  margin-left: 20px;
}
.section-news-single .navigation__footer.social__footer.news-socials::before {
  content: 'Share on';
  margin-right: 8px;
}
#mapModalGroup .modal-header {
  border-bottom: 0;
}
#mapModalGroup .modal-body {
  padding-top: 0;
}
#mapModalGroup iframe {
  border-radius: 5px;
}
h1#mapModal {
  font-family: 'Inter';
  letter-spacing: -0.5px;
  color: var(--secondary-color);
  font-size: 18px !important;
}
.section-notop {
  padding-top: 80px;
}
.sdwrap.sddrt {
  margin-left: 20px;
}
.section.nav-solid.section-valuation-page.section-contact-page {
  background: #fbfbfb;
}
.bot-btn.dsk a {
  margin-top: 0;
}
.section.section-white.section-description {
  background: #fbfbfb;padding-top:0px;padding-bottom:0px;
}
.contanos {
  border: 1px solid #F5F4F4;
  background: var(--white);
  padding: 40px;
  border-radius: 5px;
}
.section.section-highlights {
  padding-bottom: 80px;padding-top: 80px;
}
.section.section-grey.section-photos {
  padding-top: 80px;
}
#Filter:hover:active {
  background: transparent;
}

.more {
  display: none;
}
.nav-item.dropdown.normal.has-megamenu.bednemu {
  display: block;
}
.property-feed-list.grid--view .col-md-12.col-lg-5 {
  display: none;
}
.property-feed-list.grid--view .col-md-12.col-lg-7 {
  width: 100%;
}
#Filter:active {
  background: transparent !important;
}
#Filter .far.fa-times {
  font-weight: 100;
}

#suggestions ul {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
  margin-top: 5px !important;
  border-radius: 8px !important;border: 1px solid #f0f0f0;
}
.bedsamount {
  position: relative;
  top: -2px;
  left: 2px;
}
.jgfr {
  display: block;
  margin-top: -48px;
}
#galleria .col-lg-3.col-md-6.col-sm-6 {
  margin-bottom: 25px;
}
.m-counter {
  display: none;
}
.d-title h3 {
  margin-bottom: 0;font-size: 24px;
}
.d-box.feat-group {
  margin-left: 20px;
}
.d-box {
  margin-bottom: 30px;
}
.dt-epc p {
  margin-bottom: 0;
}
.pdw-list.left {
  margin-top: 4px;
}
.miconn {
  display: none;
}


.jstlstd.ssales .latest-properties {
  position: relative;
  left: -220px;
}
.box-text.latest small {
  font-size: 14px;
  position: relative;
  top: -10px;
}
.pd-Studio {
  display: none;
}
.jstlstd.ssales .latest-properties .slick-dots {
  margin-left: 0;
  text-align: right;
}

.bot-btn.dsk .btn-primary:hover {
  border-color: #ffffff;
}
.section.section-white.section-reqdetails {
  background: #fbfbfb;padding-top: 0;
}

.containera {
  border: 1px solid #F5F4F4;
  background: var(--white);
  padding: 40px;
  border-radius: 5px;
}
.section.section-white.section-floorplan {
  background: #fbfbfb;
  padding: 0;
}
.floorplan-wrap {
  border: 1px solid #F5F4F4;
  background: var(--white);
  padding: 40px;
  border-radius: 5px;
}
/* qfixes */
.floorplan-wrap h4 {
  margin-bottom: 30px;
}
.floorplan-wrap a {
  display: inline-block;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.floorplan-wrap a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  height: 420px;
}
/* end of qfixes */
.gallery-photos {
  border: 1px solid #F5F4F4;
  background: var(--white);
  padding: 40px;
  border-radius: 5px;
}
.gallery-photos .d-title {
  margin-bottom: 30px;
}
.nav-map-title {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: -0.5px;
  font-size: 18px;
}
.nav-link.last {
  margin-right: 0 !important;
}
.box-group.contact--bg.mob {
  display: none;
}