/*
    Theme Name: LLJ
    Theme URI: #
    Description: LLJ
    Author URI: #
    Version: 1.0.0
    License: GNU General Public License v3 or later.
    License URI: https://www.gnu.org/licenses/gpl-3.0.html
    Text Domain: LLJ
*/

@font-face {
  font-family: 'Helvetica Neue';
  src: url('assets/fonts/HelveticaNeue.woff2') format('woff2'),
    url('assets/fonts/HelveticaNeue.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('assets/fonts/HelveticaNeue-Light.woff2') format('woff2'),
    url('assets/fonts/HelveticaNeue-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('assets/fonts/HelveticaNeue-Medium.woff2') format('woff2'),
    url('assets/fonts/HelveticaNeue-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('assets/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
    url('assets/fonts/HelveticaNeue-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*@font-face {
    font-family: 'Eurostile';
    src: url('assets/fonts/Eurostile-Bold.woff2') format('woff2'),
        url('assets/fonts/Eurostile-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
  font-family: 'Eurostile';
  src: url('assets/fonts/EurostileMN-Medium.woff2') format('woff2'),
    url('assets/fonts/EurostileMN-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('assets/fonts/Helvetica-Light.woff2') format('woff2'),
    url('assets/fonts/Helvetica-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('assets/fonts/Helvetica.woff2') format('woff2'),
    url('assets/fonts/Helvetica.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('assets/fonts/Helvetica-Bold.woff2') format('woff2'),
    url('assets/fonts/Helvetica-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis Extra';
  src: url('assets/fonts/Metropolis-ExtraLight.woff2') format('woff2'),
    url('assets/fonts/Metropolis-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis';
  src: url('assets/fonts/Metropolis-Light.woff2') format('woff2'),
    url('assets/fonts/Metropolis-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis';
  src: url('assets/fonts/Metropolis-Medium.woff2') format('woff2'),
    url('assets/fonts/Metropolis-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url('assets/fonts/ProximaNova-Semibold.woff2') format('woff2'),
    url('assets/fonts/ProximaNova-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('assets/fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('assets/fonts/ProximaNova-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url('assets/fonts/ProximaNova-Light.woff2') format('woff2'),
    url('assets/fonts/ProximaNova-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Book';
  src: url('assets/fonts/Gotham-Book.woff2') format('woff2'),
    url('assets/fonts/Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  overflow-x: hidden;
}

* h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Eurostile';
}

* {
  box-sizing: border-box;
}

* {
  margin: 0px;
  padding: 0px;
}

p {
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  font-family: 'Helvetica Neue';
}

ul {
  margin-bottom: 0px;
  
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  font-family: 'Helvetica Neue';
  transition: all 0.3s ease-in-out;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #000;
}

input,
textarea,
select {
  background: none;
  outline: none;
  font-size: 16px;
  color: #323c3f;
  border: 1px solid;
}

input[type=text] {
  text-transform: capitalize;
}

img {
  outline: none;
  max-width: 100%;
  height: auto;
  border: 0px none;
}

input[type='submit'] {
  border-radius: 0px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

:focus {
  outline: none;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1231px !important;
  }
}

/*------------------------Header------------------*/
.header {
  position: relative;
  z-index: 12;
  background: rgba(255, 255, 255, 1);
  /*position:fixed;
    top: 0px;
    left: 0px;
    z-index:111;*/
  width: 100%;
  padding: 0px 50px;
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 12%);
  -webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}

.header_inner .navbar {
  padding: 0px;
  display: flex;
  align-items: center;
}

.sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 111;
  padding: 0px 25px;
  background: rgba(255, 255, 255, 1);
  width: 100%;
}

.header-logo-area a img {
  -webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}

.sticky .header-logo-area a img {
  max-width: 70px;
}

.sticky .header-btn-area a {
  height: 40px;
  line-height: 40px;
}

/*-------Menu bars-----*/
/* Icon 1 */

.animated-icon1 {
  width: 30px;
  height: 23px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.animated-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon1 span {
  background: #000;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.navbar-light .navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler {
  border: none;
  padding-right: 0px;
  padding-left: 0px;
}

/*----------------Header-------------------------*/
.menu-wrap {
  padding-left: 60px;
  order: 2;
}

.header-main-menu {
  margin-bottom: 0px;
  display: flex;
}

.header-main-menu li+li {
  margin-left: 45px;
}

.header-main-menu li a {
  font-size: 15px;
  color: #000;
  padding: 34px 0px;
}

.sticky .header-main-menu li a {
  padding: 24px 0px;
}

.header-main-menu li.current-menu-item a {
  color: #b2aeae;
}

.header-main-menu li a:hover {
  text-decoration: none;
  color: #313131;
}

.header-social-btns-wrap {
  display: flex;
  align-items: center;
  order: 3;
}

.for-mobile {
  display: none;
}

.header-social-media {
  display: flex;
  margin-bottom: 0px;
}

.header-social-media li+li {
  margin-left: 20px;
}

.header-social-media li a {
  color: #000;
  font-size: 18px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header-social-media li a:hover {
  color: #783773;
}

.header-social-media li a:hover i {
  animation: iconupdown .5s cubic-bezier(.43, .41, .36, .9) forwards;
}

.header-btn-area {
  display: flex;
  margin-left: 30px;
}

.header-btn-area a {
  display: block;
  background: #404040;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 140px;
  border: 1px solid transparent;
}

.header-btn-area .not-home-header {
  width: 200px;
  text-transform: uppercase;
}

.header-btn-area a+a {
  margin-left: 10px;
}

.header-btn-area a:hover {
  background: #fff;
  color: #783773;
  border: 1px solid #783773;
  text-decoration: none;
}

/*------Dropdown submenu---------*/
.sub-menu li a {
  display: block;
  background: rgba(0, 0, 0, 0.60);
  padding: 15px;
  min-width: 150px;
  text-align: center;
  color: #fff;
}

.sticky .sub-menu li a {
  padding: 15px;
}

.sub-menu li a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.80);
}

.sub-menu li+li {
  margin-left: 0px;
}

.sub-menu {
  display: flex;
  position: absolute;
  left: -90%;
  top: 100px;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-main-menu li {
  position: relative;
}

.header-main-menu li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 55px;
}

.sticky .header-main-menu li.menu-item-has-children:hover .sub-menu {
  top: 45px;
}

.header-main-menu li.current-menu-item .sub-menu li a {
  color: #fff;
}

.header-main-menu li .sub-menu li.current-menu-item a {
  background: rgba(0, 0, 0, 0.80);
  color: #fff;
}

/*-------------Hoome-------------*/
.hm-banner-wrap {
  position: relative;
}

.hm-banner-slider {
  position: relative;
}

.banner-slider-text {
  font-family: 'Eurostile' !important;
  font-weight: bold;
}

/*------Search property----*/
.search-property-outer {
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 11;
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 5%);
}

.search-property-section {
  width: 100%;
}

.rent-buy-tabs.nav-tabs .nav-link:focus,
.rent-buy-tabs.nav-tabs .nav-link:hover {
  border: 0px;
}

.rent-buy-tabs.nav-tabs .nav-link {
  border: 0px;
  border-radius: 0px;
  background: #c45c86;
  color: #fff;
  width: 80px;
  padding: 0px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: 'Helvetica Neue';
  letter-spacing: 1px;
  font-size: 15px;
}

.rent-buy-tabs.nav-tabs .nav-item:first-child .nav-link {
  background: rgba(196, 92, 134, 0.6);
}

.rent-buy-tabs.nav-tabs .nav-item:first-child .nav-link.active {
  background: rgba(196, 92, 134, 1);
}

.rent-buy-tabs.nav-tabs .nav-item:last-child .nav-link {
  background: rgba(21, 65, 111, 0.60);
}

.rent-buy-tabs.nav-tabs .nav-item:last-child .nav-link.active {
  background: rgba(21, 65, 111, 1);
}

.rent-buy-tabs.nav-tabs .nav-link.active {
  color: #fff;
  border: 0px;
}

.rent-buy-tabs.nav-tabs {
  margin-left: 15px;
  border: 0px;
}

.rent-buy-tabs.nav-tabs li {
  margin-right: 4px;
  margin-bottom: 0px;
}

.rent-buy-tab-content {
  background: #fff;
  padding: 10px 0px;
}

.types-rent-buy {
  width: 100%;
  margin: 0px;
  display: flex;
}

.types-rent-buy li {
  width: 14.5%;
  border-right: 1px solid #c2c0c0;
  padding: 9px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.types-rent-buy li:first-child {
  width: 35.5%;
}

.types-rent-buy li:last-child {
  border-right: 0px;
  width: 21%;
}

.types-rent-buy li>span {
  font-size: 14px;
  font-family: 'Helvetica Neue';
  display: block;
  width: 100%;
  margin-bottom: 15px;
  color: #000;
  line-height: normal;
  letter-spacing: 0.5px;
  font-weight: normal;
}

.search-btn {
  width: 100%;
  background: #404040;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 13px;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  letter-spacing: 0.5px;
  border: 1px solid #909192;
  transition: all 0.3s ease-in-out;
}

.search-btn:hover {
  background: #fff;
  color: #404040;
}

/*---cutom select drop down-----*/
.search-select-dropdown {
  position: relative;
  width: 100%;
  border: 0px;
}

.search-select-dropdown .nice-select {
  width: 100%;
  border: 0px;
  border-radius: 0px;
  height: 22px;
  line-height: 25px;
  padding-left: 0px;
  padding-right: 25px;
}

.search-select-dropdown .nice-select:focus {
  outline: none;
}

.search-select-dropdown .nice-select:active {
  border-color: #c7c7c7;
}

.search-select-dropdown .nice-select .list {
  border-radius: 0px;
  width: 100%;
  background: #fff;
}

.search-select-dropdown .nice-select .list li {
  width: 100%;
  border: 0px;
  padding: 10px 5px;
  margin: 0px;
  line-height: normal;
  color: #000;
  font-size: 15px;
  font-family: 'Helvetica Neue';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.search-select-dropdown .nice-select span {
  font-size: 15px;
  color: #000;
  font-family: 'Helvetica Neue';
  letter-spacing: 1px;
}

.search-select-dropdown .nice-select span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-select-dropdown .nice-select.open {
  border-color: #c7c7c7;
}

.search-select-dropdown .nice-select .option:hover,
.search-select-dropdown .nice-select .option.focus,
.search-select-dropdown .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.search-select-dropdown .nice-select:after {
  border-bottom: 2px solid rgba(0, 0, 0, 0.70);
  border-right: 2px solid rgba(0, 0, 0, 0.70);
  width: 10px;
  height: 10px;
  right: 8px;
}

.types-rent-buy li:first-child .search-select-dropdown .nice-select span {
  color: #8c8c8c;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal;
}

.types-rent-buy li:first-child .search-select-dropdown .nice-select {
  padding-left: 25px;
}

/*----End----*/
.hm-banner-intouch {
  position: fixed;
  right: 0px;
  top: 35%;
  z-index: 99;
  width: 47px;
}

.hm-banner-intouch a {
  display: flex;
  width: 47px;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.hm-banner-intouch a:last-child {
  margin-bottom: 0px;
}

a.hm-phonecall {
  background: #404040;
}

a.hm-whatsapp {
  background: #43a646;
  color: #fff;
  font-size: 30px;
}

.hm-banner-intouch a:hover {
  background: #773772;
  color: #fff;
  text-decoration: none;
}

.hm-banner-intouch .hm-inquire {
  background: #00609a;
  display: block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 13px;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  width: auto;
  height: auto;
}

.hm-explore-communities {
  background: #f2f2f2;
}

.padding-tb {
  padding: 65px 0px;
}

.heading-viewall-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.heading-llj {
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 36px;
  color: #303030;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.viewall-btn-llj {
  background: #404040;
  color: #fff;
  height: 55px;
  width: 240px;
  display: block;
  line-height: 55px;
  text-align: center;
  font-size: 12px;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  letter-spacing: 1px;
  border: 1px solid #404040;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.viewall-btn-llj:hover {
  color: #404040;
  background: #fff;
  text-decoration: none;
}

.heading-viewall-wrap .viewall-btn-llj {
  margin-left: auto;
}

.explore-slide-content-box {
  padding-top: 30px;
}

.explore-slide-content-box h4 {
  margin-bottom: 5px;
  line-height: normal;
}

.explore-slide-content-box h4 a {
  font-size: 21px;
  line-height: 23px;
  display: block;
  color: #000;
  font-weight: 500;
}

.explore-slide-content-box h4 a:hover {
  text-decoration: none;
  color: #773772;
}

.numb-property {
  color: #aca7a7;
  font-size: 13px;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid rgba(172, 167, 167, 0.50);
}

.explore-slide-img {
  height: 300px;
}

.explore-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.explore-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.explore-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.explore-slider {
  margin: 0px -15px;
}

.explore-slider .slick-slide {
  margin: 0px 15px;
}

.explore-slider .slick-prev,
.explore-slider .slick-next {
  top: 40%;
}

/*-----Image Hover-----*/

.image-hover {
  position: relative;
  background: #783874;
  overflow: hidden;
}

.image-hover img {
  transform: scale(1.0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.image-hover:before,
.image-hover:after {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 1;
}

.image-hover:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}

.image-hover:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.image-hover:hover::before,
.image-hover:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.image-hover:hover img {
  opacity: 0.7;
  transform: scale(1.1);
}

/*-----Image Hover End-----*/
/*--------slick slider button----------*/
.slick-prev,
.slick-next {
  background: #fff !important;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  z-index: 1;
}

.slick-next {
  right: -50px !important;
}

.slick-prev {
  left: -50px !important;
}

.slick-next:before,
.slick-prev:before {
  content: "" !important;
  font-family: unset !important;
  color: transparent !important;
  font-size: unset;
  position: absolute;
  width: 7px;
  height: 11px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1 !important;
}

.slick-prev:focus,
.slick-next:focus {
  background: #783874 !important;
}

.slick-next:before {
  background: url(assets/images/arrow-right.png) no-repeat center;
}

.slick-prev:before {
  background: url(assets/images/arrow-left.png) no-repeat center;
}

.slick-next:focus:before {
  background: url(assets/images/arrow-right-wh.png) no-repeat center;
}

.slick-prev:focus:before {
  background: url(assets/images/arrow-left-wh.png) no-repeat center;
}

/*-------slick button end-----*/
.hm-featured-properties {
  background: #bbbdbf;
}

.property-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
  row-gap: 30px;
}

.property-listing li {
  margin: 0px 15px;
  width: calc(100% / 4 - 30px);
  box-shadow: 0px 5px 15px 5px rgb(31 35 43 / 5%);
  background: #fff;
  position: relative;
}

.property-list-image {
  width: 100%;
  height: 300px;
}

.property-list-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.sale-rent-type {
  width: 75px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #15416f;
  position: absolute;
  top: 15px;
  left: 20px;
}

.sale-rent-type span {
  color: #fff;
  display: block;
  font-family: 'Helvetica';
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.for-rent .sale-rent-type {
  background-color: #c45c86;
}

.property-list-content {
  padding: 35px 15px 15px;
}

.property-list-content h4 {
  margin-bottom: 15px;
}

.property-list-content h4 a {
  display: block;
  font-size: 20px;
  color: #000;
  line-height: 21px;
  font-weight: bold;
}

.property-list-content h4 a:hover {
  color: #773772;
  text-decoration: none;
}

.property-list-content h4 a:hover span {
  border-color: #773772;
}

.property-list-content h4 a span {
  border-left: 2px solid #000;
  padding-left: 7px;
  margin-left: 7px;
  line-height: 21px;
  display: inline-block;
}

.property-list-content p {
  color: #444444;
  font-size: 13px;
  line-height: normal;
  margin-bottom: 15px;
}

.property-list-content bdi {
  display: block;
  margin-bottom: 15px;
  color: #15416f;
  font-size: 28px;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  text-transform: uppercase;
  line-height: 28px;
}

.for-rent .property-list-content bdi {
  color: #c45c86;
}

.prp-list-detail {
  display: flex;
}

.prp-list-inner {
  width: 32%;
  margin-left: 2%;
}

.prp-list-inner:first-child {
  margin-left: 0px;
}

.prp-list-inner {
  border: 1px solid #f2f2f2;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 17px 0px rgb(31 35 43 / 5%);
}

.prp-list-inner span {
  margin-left: 7px;
  color: #000;
  font-size: 13px;
  font-family: 'Metropolis';
  font-weight: 500;
  line-height: normal;
  margin-top: 5px;
}

.hm-manage-list-wrap {
  border-bottom: 1px solid #cecece;
  overflow: hidden;
}

.hm-manage-list-outer {
  display: flex;
  align-items: center;
}

.hm-manage-list-left {
  padding-right: 120px;
  width: 50%;
  max-width: 600px;
  margin-left: auto;
}

.hm-manage-list-left p {
  font-size: 15px;
  line-height: 24px;
  color: #000;
  margin-bottom: 10px;
  margin-top: 20px;
  max-width: 440px;
}

.hm-manage-list-left ul {
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  width: 300px;

}

.hm-manage-list-left ul li {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  font-family: 'Helvetica Neue';
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 15px 0px;
}

.hm-manage-list-left .viewall-btn-llj {
  width: auto;
  padding: 0px 35px;
  display: inline-block;
  margin-top: 50px;
}

.hm-manage-list-right {
  width: 50%;
  min-width: 50%;
  height: 610px;
}

.hm-manage-list-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-manage-list-outer:nth-child(even) .hm-manage-list-right {
  order: 0;
}

.hm-manage-list-outer:nth-child(even) .hm-manage-list-left {
  order: 1;
  margin-right: auto;
  margin-left: unset;
  padding-left: 120px;
  padding-right: unset;
  max-width: 665px;
}

.agent-slider .slick-arrow {
  border: 1px solid #e6e6e6 !important;
}

.hm-agent-wrap .viewall-btn-llj {
  width: auto;
  padding: 0px 35px;
  display: inline-block;
}

.news-insight-wrap {
  background: #f3f6f9;
}

.news-insight-wrap .viewall-btn-llj {
  width: 295px;
}

.news-slide-wrap {
  border: 1px solid #dedede;
}

.news-slide-image {
  width: 100%;
  height: 300px;
}

.news-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-slide-content-box {
  background: #fff;
  padding: 25px;
}

.news-slide-content-box span {
  display: block;
  font-size: 11px;
  line-height: 11px;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.news-slide-content-box p {
  font-size: 18px;
  color: #000;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 0px;
  min-height: 50px;
}

.news-slide-content-box p a {
  color: #000;
}

.news-slide-content-box p a:hover {
  color: #773772;
  text-decoration: none;
}

.news-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.news-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.news-slider {
  margin: 0px -15px;
}

.news-slider .slick-slide {
  margin: 0px 15px;
}

/*-------------------Footer----------------*/
.footer {
  padding-top: 85px;
}

.footer-logo-menu-wrap {
  display: flex;
  padding-bottom: 130px;
}

.footer-logo-area {
  display: flex;
  width: 50%;
}

.footer-subscribe {
  margin-left: auto;
  min-width: 390px;
  width: 390px;
}

.footer-subscribe p {
  font-size: 21px;
  line-height: 27px;
  color: #000;
  font-weight: 500;
  margin-bottom: 31px;
}

.subscribe-form-wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #adadad;
  padding-bottom: 20px;
}

.subscribe-form-wrap input[type="text"],
.subscribe-form-wrap input[type="email"] {
  width: 70%;
  border: 0px;
  color: #838383;
  font-size: 13px;
  font-family: 'Helvetica Neue';
  font-weight: 500;
}

.subscribe-form-wrap input[type="text"]::placeholder,
.subscribe-form-wrap input[type="text"]::placeholder {
  color: #838383;
}

.subscribe-form-wrap input[type="submit"] {
  border: 0px;
  color: #b75898;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  margin-left: auto;
}

.subscribe-form-wrap input[type="submit"]:hover {
  color: #000;
}

#newsletter-form {
  width: 100%;
  display: flex;
}

.footer-menu-area {
  margin-left: auto;
  display: flex;
}

.footer-menu {
  margin-bottom: 0px;
  display: block;
}

.footer-menu li {
  margin-bottom: 20px;
}

.footer-menu li:last-child {
  margin-bottom: 0px;
}

.footer-menu li a {
  color: #000;
  display: block;
  font-size: 16px;
  line-height: normal;
}

.footer-menu li a:hover {
  text-decoration: none;
  color: #793774;
}

.footer-address-wrap {
  margin-left: 85px;
}

.footer-address {
  margin-bottom: 35px;
}

.footer-address:last-child {
  margin-bottom: 0px;
}

.footer-address h4 {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}

.footer-address p,
.footer-address a {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: normal;
  color: #000;
  display: block;
}

.footer-address a:hover {
  text-decoration: none;
  color: #793774;
}

.copy-right-area {
  border-top: 1px solid #eeeeee;
  padding: 20px 0px;
}

.copy-right-area p {
  font-size: 15px;
  margin-bottom: 0px;
  color: #000;
}

/*--------------About---------------*/
.banner-section {
  background-position: 100% !important;
  height: 525px;
  display: flex;
  align-items: center;
  position: relative;
}

.banner-heading h1 {
  font-size: 45px;
  color: #fff;
  /* color: #404040; */
  line-height: 48px;
  margin-bottom: 0px;
  padding-top: 0px;
  text-transform: uppercase;
  font-weight: 600;
}

.page-template-page-about-us .banner-heading h1,
.page-template-page-value-property .banner-heading h1 {
  color: #ffffff;
}


.about-first-sec {
  padding: 85px 0px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.about-first-sec-right {
  width: 50%;
  max-width: 800px;
  height: 600px;
}

.about-first-sec-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.about-first-sec-left {
  padding-left: 200px;
  padding-right: 120px;
  width: 50%;
  margin-left: auto;
}

.about-first-sec-left .heading-llj {
  font-size: 31px;
  line-height: 35px;
  margin-bottom: 30px;
}

.about-first-sec-left p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 24px;
  color: #000;
}

.about-first-sec-left p:last-child {
  margin-bottom: 0px;
}

/*---------History slider start-----*/
.history-section {
  background: url(assets/images/history-bg.jpg) no-repeat;
  background-size: cover;
  padding: 120px 0px 150px;
  overflow: hidden;
}

.history-section .heading-llj {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 50px;
}

.timeline-content {
  padding: 30px;
}

.timeline-content span {
  font-size: 20px;
  font-family: 'Proxima Nova Rg';
  display: block;
  font-weight: bold;
  color: #091f36;
  text-align: left;
  line-height: normal;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.timeline-content p {
  text-align: left;
  font-size: 14px;
  font-family: 'Gotham Book';
  margin-bottom: 0px;
  color: #091f36;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}

.timeline__item__inner {
  position: relative;
}

.timeline__item__inner:before {
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-top: 16px solid #fff;
  bottom: -28px;
  left: 20px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

.timeline__item--bottom .timeline__item__inner:before {
  bottom: unset;
  top: -28px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 16px solid #fff;
  border-top: 12px solid transparent;
}

.timeline__item__inner {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.timeline__item:hover .timeline__item__inner {
  background: #773772 !important;
}

.timeline__item:hover .timeline__item__inner:before {
  border-top: 16px solid #773772;
}

.timeline__item--bottom.timeline__item:hover .timeline__item__inner:before {
  border-bottom: 16px solid #773772;
  border-top: 12px solid transparent;

}

.timeline__item:hover .timeline-content span,
.timeline__item:hover .timeline-content p {
  color: #fff;
}

.timeline--horizontal {
  margin-left: 342px;
}

/*---------History slider ends-----*/
.values-message-sec {
  overflow: hidden;
}
.page-template-page-abudhabi-buyers-guide .values-message-sec{
   padding-top: 100px;
}
.values-message-wrap {
  display: flex;
  align-items: center;
}

.values-message-wrap:last-child {
  padding-bottom: 100px;
}

.values-message-right {
  width: 50%;
  min-width: 50%;
  /* height: 600px; */
}

.values-message-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.values-message-right .inner {
  width: 100%;
  height: 620px
}
.readmore_set{
   height: 200px;
}
.values-message-left {
  padding-right: 110px;
  max-width: 600px;
  margin-left: auto;
  width: 50%;
}
.readmore_link{
  position: absolute;
  bottom: 10px;
  color: #783772;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
.values-message-left p {
  margin-bottom: 30px;
}

.values-message-left p:last-child {
  margin-bottom: 0px;
}

.values-message-left .heading-llj {
  margin-bottom: 25px;
}

.values-message-wrap:nth-child(even) .values-message-right {
  order: 0;
}

.values-message-wrap:nth-child(even) .values-message-left {
  order: 1;
  padding-left: 110px;
  padding-right: unset;
  margin-left: unset;
  margin-right: auto;
}

.ab-agent-wrap {
  background: #f3f6f9;
  padding: 100px 0px 150px;
}

/*-------------------Buy---------------*/
.banner-section-outer {
  position: relative;
}



.banner-section-search {
  height: 375px;
  position: relative;
  display: flex;
  align-items: center;
}

.page-template-page-discover-latest-off-plan-projects .banner-section-search {
  min-height: 575px;
}


.banner-section-search .banner-heading h1 {
  padding-top: 0px;
  margin-top: -50px;
}

.llj-breadcrumbs-wrap {
  padding: 35px 0px;
}

.llj-breadcrumbs {
  display: flex;
  margin-bottom: 0px;
}

.llj-breadcrumbs li {
  margin-right: 8px;
}

.llj-breadcrumbs li a {
  color: #b2aeae;
  font-weight: 500;
  font-size: 18px;
}

.llj-breadcrumbs li span {
  font-weight: 500;
  color: #000;
  font-size: 18px;
}

.llj-breadcrumbs li a i {
  font-size: 13px;
  margin-left: 8px;
}

.llj-breadcrumbs li a:hover {
  color: #793873;
  text-decoration: none;
}

.property-result-wrap {
  margin-top: 45px;
}

.properties-main-listing {
  margin-top: 30px;
}

.result-total-property {
  display: flex;
  margin-bottom: 20px;
}

.result-total-property span {
  display: inline-block;
  position: relative;
  color: #15416f;
  font-size: 31px;
  line-height: 35px;
  font-family: 'Eurostile';
}

.result-total-property span:first-child {
  padding-right: 8px;
  margin-right: 8px;
}

.result-total-property span:first-child:after {
  content: "";
  position: absolute;
  height: 26px;
  width: 3px;
  background: #15416f;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}

.no-result span:first-child:after,
.no-result span:after {
  content: none;
}

.no-result-section,
.space-adjest {
  margin-top: 30px;
}

.property-result-listing {
  margin-bottom: 45px;
}

.property-result-listing li {
  border: 1px solid #e1e1e1;
}

.whislist-heart {
  background: rgba(21, 65, 111, 0.20);
  width: 55px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 99;
}

.whislist-heart i {
  color: #fff;
  font-size: 18px;
}

.whislist-heart:hover i {
  color: #000;
}

.property-contact-info {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.prp-contact-box {
  width: 28%;
  margin-left: 3%;
}

.prp-contact-box:last-child {
  width: 38%;
}

.prp-contact-box:first-child {
  margin-left: 0px;
}

.prp-contact-box a {
  background: #f1f2f2;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #15416f;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
}

.prp-contact-box a i {
  margin-right: 10px;
  font-size: 16px;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.prp-contact-box a:hover {
  text-decoration: none;
  background: #783874;
  color: #fff;
}

.prp-contact-box a:hover i {
  color: #fff;
}

.numbers-pagination {
  display: flex;
  align-items: center;
}

.numbers-pagination .page-numbers {
  margin: 0px 30px;
  font-family: 'Helvetica Neue';
  font-size: 12px;
  color: #15416f;
}

.numbers-pagination .page-numbers:first-child {
  margin-left: 0px;
  color: #000;
}

.numbers-pagination .page-numbers:last-child {
  margin-right: 0px;
  color: #000;
}

.numbers-pagination .page-numbers.current {
  color: #e6e1e1;
}

/*--------------Rent----------------*/
.for-rent .result-total-property span {
  color: #c45c86;
}

.for-rent .result-total-property span:first-child:after {
  background: #c45c86;
}

/*--------------Contact us-------------*/
.map-wrap-area {
  position: relative;
  background: #783773;
}

.contactus-map-section {
  height: 610px;
  opacity: 0.7;
}

.contact-get-touch-section {
  padding: 120px 0px;

}

.contact-get-touch-inner {
  display: flex;
  align-items: flex-start;
}

.get-in-touch-left {
  width: 45%;
}

.get-in-touch-left .heading-llj,
.contact-us-right .heading-llj {
  margin-bottom: 15px;
  font-size: 30px;
}

.get-in-touch-form {
  margin-top: 20px;
  display: inline-block;
}

.get-in-touch-left p,
.contact-us-right p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: normal;
}

.get-in-touch-left p {
  margin-bottom: 20px;
}

.get-in-touch-form p {
  margin-bottom: 0px;
}

.form-field-wrap label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-family: 'Helvetica Neue';
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  letter-spacing: 1px;
}

.form-field-wrap {
  margin-bottom: 30px;
}

.form-field-wrap input {
  width: 100%;
  height: 50px;
  border: 1px solid #dedede;
  padding: 0px 10px;
  font-size: 14px;
  font-family: 'Helvetica Neue';
  color: #000;
}

.form-field-wrap textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #dedede;
  padding: 10px 10px;
  resize: none;
  font-size: 14px;
  font-family: 'Helvetica Neue';
  color: #000;
}

.captcha-submit-wrap {
  display: flex;
  width: 100%;
  align-items: center;
}

.captcha-submit-wrap input[type="submit"] {
  margin-left: auto;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: #404040;
  border: 1px solid transparent;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Helvetica Neue';
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.captcha-submit-wrap input[type="submit"]:hover {
  background: #fff;
  color: #404040;
  border-color: #404040;
}

.contact-us-right {
  margin-left: auto;
  width: 41%;
  padding: 35px 30px 45px;
  box-shadow: 0px 5px 17px 5px rgb(31 35 43 / 5%);
  border: 1px solid #f6f6f6;
}

.contact-us-options {
  margin-bottom: 0px;
  width: 100%;
}

.contact-us-options li span {
  display: block;
  font-size: 18px;
  line-height: normal;
  color: #000;
  font-family: 'Helvetica Neue';
  font-weight: 500;
}

.contact-us-options li p,
.contact-us-options li p a {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: 'Helvetica Neue';
  margin-bottom: 0px;
}

.contact-us-options li p a:hover {
  color: #793774;
  text-decoration: none;
}

.contact-us-options li {
  margin-bottom: 25px;
}

.contact-us-options li:last-child {
  margin-bottom: 0px;
}

.contact-social-media-wrap {
  margin-top: 70px;
}

.contact-social-media {
  display: flex;
  margin-bottom: 0px;
}

.contact-social-media li {
  margin-right: 10px;
}

.contact-social-media li a {
  display: flex;
  width: 20px;
  height: 20px;
  background: #15416f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.contact-social-media li a i {
  color: #fff;
  font-size: 12px;
}

.contact-social-media li a:hover {
  background: #793774;
}

.store-locator-info-window p,
.store-locator-info-window a {
  margin-bottom: 5px;
  color: #000;
  font-family: 'Helvetica Neue';
  display: block;
  line-height: normal;
}

.store-locator-info-window a:hover {
  text-decoration: none;
  color: #793774;
}

.gm-ui-hover-effect:focus {
  outline: none;
}

/*-------------------Investment advice--------------*/
.banner-heading-clr h1 {
  color: #404040;
}

.investment-advice-wrap {
  padding: 150px 0px 130px;
  overflow: hidden;
}

.investment-inner-area {
  display: flex;
}

.investment-inner-area .heading-llj {
  font-size: 31px;
  line-height: 35px;
  max-width: 490px;

}

.investment-inner-area p {
  max-width: 560px;
  margin-left: auto;
  margin-bottom: 0px;
}

.values-investment-wrap:nth-child(odd) {
  background: #404040;
}

.values-investment-wrap .values-message-right {
  height: 505px;
}

.values-investment-wrap:nth-child(odd) .values-message-left .heading-llj,
.values-investment-wrap:nth-child(odd) .values-message-left p {
  color: rgba(255, 255, 255, 0.90)
}

.how-can-help-wrap {
  background: #859ebb;
  padding: 80px 0px;
}

.how-can-help-wrap h3 {
  font-size: 45px;
  line-height: 48px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.how-can-help-wrap p {
  color: #fff;
  font-family: 'Metropolis';
  font-weight: 200;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

.how-can-help-wrap .viewall-btn-llj {
  height: 60px;
  line-height: 60px;
  width: 205px;
  font-size: 15px;
  margin: auto;
}

/*-----------------Property service-------------*/
.prp-service-wrap {
  background: #f7f7f7;
}

.prp-service-wrap .heading-llj {
  max-width: 530px;
}

.values-prp-services-wrap .viewall-btn-llj,
.values-investment-wrap .viewall-btn-llj {
  min-width: 155px;
  height: 55px;
  border: 1px solid #404040;
}

.values-prp-services-wrap:nth-child(even) {
  background: #404040;
}

.values-prp-services-wrap .values-message-right {
  height: 505px;
}

.values-prp-services-wrap:nth-child(even) .values-message-left .heading-llj,
.values-prp-services-wrap:nth-child(even) .values-message-left p {
  color: rgba(255, 255, 255, 0.90);
}

.values-investment-wrap:nth-child(odd) .viewall-btn-llj,
.values-prp-services-wrap:nth-child(even) .viewall-btn-llj {
  background: rgba(255, 255, 255, 1);
  color: #404040;
}



.values-investment-wrap:nth-child(odd) .viewall-btn-llj:hover,
.values-prp-services-wrap:nth-child(even) .viewall-btn-llj:hover {
  background: #404040;
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
}

/*---------Property Detail Page----------*/
.prp-detail-slider-wrap {
  padding-bottom: 50px;
  overflow: hidden;
}

.prp-dtl-slide {
  width: 100%;
  height: 396px;
}

.prp-dtl-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prp-dtl-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.prp-dtl-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.prp-dtl-slider {
  margin: 0px -5px;
}

.prp-dtl-slider .slick-slide {
  margin: 0px 5px;
}

.slick-dots li button:before {
  font-size: 13px !important;
  color: #000 !important;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  color: #b6b6b6 !important;
}

.prp-dtl-slider .slick-dots {
  bottom: -60px;
}

.prp-dtl-slider .slick-dots li {
  margin: 0px;
}

.detail-prp-info-wrap {
  padding-bottom: 100px;
  border-bottom: 1px solid #014082;
  overflow: hidden;
}

.back-to-result a {
  position: relative;
  padding-left: 40px;
  color: #c5c5c5;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Helvetica Neue';
}

.back-to-result a:before {
  content: "";
  background: url(assets/images/back-arrow.png) no-repeat;
  width: 31px;
  height: 11px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.back-to-result a:hover {
  text-decoration: none;
  color: #793773;
}

.back-to-result a:hover:before {
  background: url(assets/images/back-arrow-clr.png) no-repeat;
}

.detail-info-header {
  margin: 30px 0px;
  display: flex;
}

.detail-header-left {
  width: 55%;
  max-width: 650px;
}

.detail-header-left bdi {
  display: block;
  color: #15416f;
  font-size: 28px;
  line-height: normal;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  margin-bottom: 10px;
}

.detail-header-left span {
  display: block;
  line-height: normal;
  font-size: 16px;
  font-family: 'Helvetica Neue';
  color: #000;
  margin-bottom: 35px;
}

.detail-header-left h1 {
  font-size: 40px;
  line-height: normal;
  color: #404040;
  margin-bottom: 5px;
}

.detail-header-left p {
  color: #000;
  margin-bottom: 40px;
}

.detail-header-left a {
  width: 200px;
  height: 50px;
  display: block;
  line-height: 50px;
  background: #014082;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border: 1px solid transparent;
}

.detail-header-left a:hover {
  color: #014082;
  text-decoration: none;
  border: 1px solid #014082;
  background: transparent;
}

.detail-header-right {
  max-width: 460px;
  min-width: 460px;
  width: 41%;
  margin-left: auto;
  margin-top: 15px;
}

.detail-header-right-inner {
  border: 1px solid #014082;
  padding: 40px 30px 55px;
  display: flex;
}

.detail-profile-pic {
  width: 110px;
  min-width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.detail-profile-info {
  margin-top: 12px;
}

.detail-profile-info h4 {
  color: #000;
  font-family: 'Helvetica Neue';
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.profile-call-area {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.profile-call-area i {
  font-size: 14px;
}

.profile-call-area a {
  color: #b2aeae;
  font-size: 14px;
  margin-left: 10px;
  position: relative;
  line-height: normal;
}

.profile-call-area a:hover {
  color: #793774;
  text-decoration: none;
}

.profile-call-area a:after {
  content: "/";
  position: absolute;
  top: 0px;
  right: -7px;
}

.profile-call-area a:last-child:after {
  content: none;
}

.profile-whatsapp {
  display: flex;
  margin-bottom: 30px;
}

.profile-whatsapp li {
  margin-right: 25px;
}

.profile-whatsapp li:last-child {
  margin-right: 0px;
}

.profile-whatsapp li a {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
}

.profile-whatsapp li a i {
  margin-right: 7px;
  font-size: 18px;
}

.profile-whatsapp li a:hover {
  color: #793774;
  text-decoration: none
}

.enquire-now-btn {
  width: 135px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: center;
  background: #404040;
  color: #fff;
  font-size: 16px;
  border: 1px solid transparent;
}

.enquire-now-btn:hover {
  color: #404040;
  background: transparent;
  border: 1px solid #404040;
  text-decoration: none;
}

.share-area {
  position: relative;
  margin-top: 15px;
}

.share-area span {
  display: flex;
  width: 100%;
  height: 30px;
  align-items: center;
  justify-content: center;
  background: #404040;
  text-align: center;
  font-size: 13px;
  color: #000;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

.share-area span img {
  margin-right: 10px;
}

.share-area ul {
  margin: 0px;
  position: absolute;
  width: 100%;
  display: none;
  border-top: 1px solid #fff;
  z-index: 1;
}

.share-area ul li {
  width: 100%;
  background: #404040;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.share-area ul li a {
  color: #fff;
  font-size: 12px;
  padding: 6px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Helvetica Neue';
}

.share-area ul li a i {

  margin-right: 10px;
}

.share-area:hover ul {
  display: block;
}

.share-area ul li a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.80);
}

.detail-important-info-wrap h3 {
  font-size: 26px;
  color: #404040;
  margin-bottom: 20px;
}

.important-info-list {
  margin: 0px -18px;
}

.important-info-list .slick-slide {
  margin: 0px 18px;
}

.important-info-list .slick-arrow {
  border: 1px solid #e6e6e6 !important;
}

.info-list-wrap {
  height: 130px;
  border: 1px solid #014082;
  padding: 0px 18px;
  display: flex !important;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.info-list-wrap img {
  margin-bottom: 15px;
}

.info-list-wrap span {
  display: block;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: 500;
}

.info-list-wrap p {
  font-size: 13px;
  color: #000;
  line-height: normal;
  margin-bottom: 0px;
  font-weight: 500;
}

.overview-location-wrap {
  padding-top: 55px;
}

.loc-overview-brochure {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.brochure-btn {
  margin-left: auto;
  width: 220px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #014082;
  color: #fff;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  border: 1px solid transparent;
}

.brochure-btn:hover {
  text-decoration: none;
  background: transparent;
  color: #014082;
  border-color: #014082;
}

.nav-tabs.loc-overview-tabs {
  border: 0px;
}

.nav-tabs.loc-overview-tabs li {
  margin: 0px 60px 0px 0px;
}

.nav-tabs.loc-overview-tabs li a {
  border: 0px;
  padding: 0px;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  border-radius: 0px;
  border: 0px;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 1px;
}

.nav-tabs.loc-overview-tabs li a.active {
  color: #014082;
  border: 0px;
}

.loc-view-tabs-content {
  border-top: 1px solid #d6d6d6;
}

.detail-map-wrap {
  position: relative;
}

.detail-map-section {
  height: 550px;
}

.location-address-wrap {
  margin-left: 0px;
  background: #fff;
  width: 300px;
  padding: 30px 40px;
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 12%);
}

.map-inside-loaction {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 100%;
}

.location-address-wrap .footer-address h4 {
  font-size: 16px;
}

.location-address-wrap .footer-address p,
.location-address-wrap .footer-address a {
  font-size: 14px;
}

.detail-overview-wrap {
  padding: 60px 0px 90px;
  border-bottom: 1px solid #d6d6d6;
}

.detail-overview-inner .heading-llj {
  font-size: 40px;
  font-weight: 500;
  text-transform: capitalize;
  color: #404040;
  margin-bottom: 25px;
}

.detail-overview-inner h5 {
  font-family: 'Helvetica Neue';
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 10px;
}

.detail-overview-inner p {
  margin-bottom: 25px;
}

.detail-overview-inner p:last-child {
  margin-bottom: 0px;
}

.detail-amenities-wrap {
  padding: 85px 0px 70px;
  border-bottom: 1px solid #d6d6d6;
}

.detail-amenities-wrap .heading-llj {
  font-size: 40px;
  font-weight: 500;
  text-transform: capitalize;
  color: #404040;
  margin-bottom: 60px;
}

.amenities-slide-area {
  height: 135px;
  border-right: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 10px;
}

.amenities-slider .slick-slide>div {
  border-bottom: 1px solid #ebebeb;
}

.amenities-slider .slick-slide div:last-child {
  border-bottom: 0px;
}

.ameni-icon {
  min-height: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.amenities-slide-area span {
  display: block;
  color: #000;
  font-size: 15px;
  font-family: 'Helvetica Neue';
  margin-top: 15px;
}

.amenities-slider .slick-arrow {
  top: -70px;
}

.amenities-slider .slick-prev {
  left: unset !important;
  right: 40px;
}

.amenities-slider .slick-next {
  right: 0px !important;
}

.amenities-slider .slick-prev:before {
  background: url(assets/images/arrow-left-clr.png) no-repeat center;
}

.amenities-slider .slick-next:before {
  background: url(assets/images/arrow-right-clr.png) no-repeat center;
}

.amenities-slider .slick-prev:focus:before {
  background: url(assets/images/arrow-left-wh.png) no-repeat center;
}

.amenities-slider .slick-next:focus:before {
  background: url(assets/images/arrow-right-wh.png) no-repeat center;
}

.detail-amenities-wrap .enquire-now-btn {
  width: 235px;
  height: 45px;
  margin: 60px auto 0px;
}

/*-------popup------*/
.modal-open .modal {
  background: rgba(0, 0, 0, 0.60);
}

.modal.modal-static .modal-dialog {
  -webkit-transform: none !important;
  transform: none !important;
}

.modal-dialog {
  pointer-events: unset !important;
}

.modal-dialog.expert-popup {
  max-width: 995px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.talk-with-expert-wrap {
  width: 100%;
  background: #fff;
  padding: 60px 100px;
}

.close.popup-close {
  position: absolute;
  right: 25px;
  top: 25px;
  line-height: 12px;
}

.close.popup-close {
  opacity: 1;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.close.popup-close span {
  font-weight: 700;
  font-size: 22px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #014082;
  display: inline-block;
  color: #014082;
  text-shadow: none;
}

.close.popup-close:focus {
  outline: none;
}

.talk-with-expert-wrap h3 {
  font-size: 30px;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-weight: bold;
}

.talk-with-expert-wrap p {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 45px;
}

.form-detail-wrap {
  width: 100%;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
}

.get-in-touch-expert p {
  margin-bottom: 0px;
}

.form-detail-wrap .form-field-wrap {
  width: 48%;
  display: inline-block;
  /* float: left; */
  margin-left: 4%;
}

.form-detail-wrap .form-field-wrap:nth-child(2n+2) {
  margin-left: 0px;
}

.form-detail-wrap .form-field-wrap:nth-of-type(8) {
  width: 100%;
}

.get-in-agent .form-detail-wrap .form-field-wrap:nth-of-type(6) {
  width: 100%;
}

.form-detail-wrap .form-field-wrap select {
  width: 100%;
  height: 50px;
  border: 1px solid #dedede;
  padding: 0px 10px;
  font-size: 14px;
  font-family: 'Helvetica Neue';
  color: #000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url(assets/images/select-drop.png)no-repeat;
  background-position-x: 96%;
  background-position-y: 50%;
}

.detail-related-section .heading-llj {
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}

.detail-related-section {
  border-bottom: 1px solid #d6d6d6;
  padding: 100px 0px;
}

.related-slider-dtl {
  margin: 0px -15px;
}

.related-slider-dtl .slick-slide {
  margin: 0px 15px;
}

.related-slide-area {
  box-shadow: 0px 5px 15px 5px rgb(31 35 43 / 5%);
  border: 1px solid #e1e1e1;
}

/*---------Detail rent-----------*/
.for-rent .detail-header-left bdi {
  color: #c45c86;
}

.for-rent .detail-header-left a {
  background: #c45c86;
}

.for-rent .detail-header-left a:hover,
.for-rent .brochure-btn:hover {
  color: #c45c86;
  background: transparent;
  border-color: #c45c86;
}

.for-rent .detail-header-right-inner,
.for-rent .info-list-wrap,
.for-rent .detail-prp-info-wrap {
  border-color: #c45c86;
}

.for-rent .nav-tabs.loc-overview-tabs li a.active {
  color: #b2aeae
}

.for-rent .brochure-btn {
  background-color: #c45c86;
}

/*------------List property---------*/
.list-property-wrap {
  padding: 120px 0px;
}

.list-property-inner .heading-llj {
  font-size: 30px;
  margin-bottom: 15px;
}

.list-property-inner p {
  margin-bottom: 50px;
}

.list-prp-info-wrap h3 {
  font-family: 'Helvetica Neue';
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.list-prp-form-wrap {
  display: flex;
  flex-wrap: wrap;
  /* display: inline-block; */
  width: 100%;
  margin-bottom: 15px;
}

.list-prp-form-wrap li {
  display: inline-block;
  /* float: left; */
  width: 49%;
  margin-left: 2%;
}

.list-prp-form-wrap li:nth-child(2n+1) {
  margin-left: 0px;
}

.list-prp-form-wrap li label {
  font-weight: normal;
}

.list-prp-form-wrap li .form-field-wrap select {
  width: 100%;
  height: 50px;
  border: 1px solid #dedede;
  padding: 0px 10px;
  font-size: 14px;
  font-family: 'Helvetica Neue';
  color: #000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url(assets/images/select-drop.png)no-repeat;
  background-position-x: 96%;
  background-position-y: 50%;
}

.list-prp-form-wrap li .form-field-wrap select option {
  font-family: 'Helvetica Neue';
}

.list-prp-form-wrap li .form-field-wrap textarea {
  height: 150px;
}

.list-prp-form-wrap-first li:first-child,
.list-prp-form-wrap-first li:last-child {
  width: 100%;
}

.list-prp-form-wrap-first li:nth-child(2n+2) {
  margin-left: 0px;
  margin-right: 2%;
}

/*---------------Value My Property---------------*/
.banner-heading p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  margin: 20px 0px 0px;
}

.value-property-wrap {
  background: #f2f2f2;
}

.value-property-type {
  display: flex;
  margin-bottom: 0px;
}

.value-property-type li {
  width: 48%;
  margin-left: 4%;
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 45px 0px;
  text-align: center;
}

.value-property-type li:nth-child(2n+1) {
  margin-left: 0px;
}

.value-property-type li img {
  margin-bottom: 30px;
  height: 57px;
}

.value-property-type li .heading-llj {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}

.value-property-type li p {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 25px;
}

.prp-popup-form .form-field-wrap p,
.prp-home-visit .form-field-wrap p {
  margin: 0;
}

.value-property-type li a {
  width: 375px;
  display: block;
  margin: auto;
  background: #404040;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  border: 1px solid transparent;
}

.value-property-type li a:hover {
  color: #404040;
  background: #fff;
  border-color: #404040;
  text-decoration: none;
}

.modal-dialog.property-popup {
  max-width: 735px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.property-popup-form-wrap {
  background: #fff;
  padding: 65px 80px;
}

.property-popup-form-wrap h3 {
  font-size: 30px;
  line-height: normal;
  text-transform: uppercase;
  color: #404040;
  margin-bottom: 10px;
  text-align: left;
}

.property-popup-form-wrap p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 45px;
  text-align: left;
}

.prp-popup-form .form-field-wrap select,
.prp-home-visit .form-field-wrap select {
  width: 100%;
  height: 50px;
  border: 1px solid #dedede;
  padding: 0px 10px;
  font-size: 14px;
  font-family: 'Helvetica Neue';
  color: #999999;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url(assets/images/select-drop.png)no-repeat;
  background-position-x: 96%;
  background-position-y: 50%;
}

.prp-popup-form .captcha-submit-wrap input[type="submit"],
.prp-home-visit .captcha-submit-wrap input[type="submit"] {
  width: 100%;
}

.form-field-wrap input::file-selector-button {
  background: transparent;
  color: #fff;
  border: transparent;
  width: 0px;
  display: none;
}

.prp-popup-form input,
.prp-home-visit input {
  color: #999999;
}

.form-field-wrap input[type="file"] {
  line-height: 50px;
  z-index: 1;
  position: relative;
}

.form-field-file {
  position: relative;
}

.form-field-file:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  background: url(assets/images/icon-upload.png) no-repeat;
  width: 44px;
  height: 43px;
  background-color: #f6f6f6;
  background-position: center;
}

.form-field-file span {
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: 'Helvetica Neue';
  margin-top: 3px;
}

/*.form-field-calander,
.form-field-time{
  position: relative;
}
.form-field-calander:after{
  content: "";
  position: absolute;
  top:4px;
  right:4px;
  background:url(assets/images/icon-calander.png) no-repeat;
  width:44px;
  height:43px;
  background-color:#f6f6f6;
  background-position:center;
}
.form-field-time:after{
  content: "";
  position: absolute;
  top:4px;
  right:4px;
  background:url(assets/images/icon-clock.png) no-repeat;
  width:44px;
  height:43px;
  background-color:#f6f6f6;
  background-position:center;
}*/
.form-field-calander input[type="date"] {
  position: relative;
}

.form-field-calander input[type="date"]::-webkit-calendar-picker-indicator {
  background: url(assets/images/icon-calander.png) no-repeat;
  position: absolute;
  width: 44px;
  height: 38px;
  background-color: #f6f6f6;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  background-position: center;
}

.form-field-time input[type='time'] {
  position: relative;
}

.form-field-time input[type='time']::-webkit-calendar-picker-indicator {
  background: url(assets/images/icon-clock.png) no-repeat;
  position: absolute;
  background-color: #f6f6f6;
  width: 44px;
  height: 38px;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  background-position: center;
}

.prp-home-visit .form-field-wrap:nth-of-type(6) {
  width: 46%;
  float: left;
}

.prp-home-visit .form-field-wrap:nth-of-type(7) {
  width: 46%;
  float: right;
}

/*--------------------Property serivces detail-----------*/
.service-detail-wrap {
  padding: 120px 0px;
  background: #f7f7f7;
  overflow: hidden;
}

.prp-service-detail-area {
  display: flex;
}

.prp-service-detail-area .heading-llj {
  max-width: 490px;
}

.prp-service-detail-content {
  margin-left: auto;
  max-width: 590px;
}

.prp-service-detail-content p {
  margin-bottom: 30px;
}

.prp-service-detail-content p:last-child {
  margin-bottom: 0px;
}

.service-detail-list-outer {
  display: flex;
  align-items: center;
}

.service-detail-list-left {
  width: 50%;
  min-width: 50%;
  height: 505px;
}

.service-detail-list-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail-list-right {
  max-width: 600px;
  padding-left: 110px;
  margin-right: auto;
  width: 50%;
}

.service-detail-list-right ul {
  padding-left: 24px;
}

.service-detail-list-right ul li {
  list-style: disc;
}

.service-detail-list-right li+li {
  margin-top: 10px;
}



.service-detail-list-right .heading-llj {
  margin-bottom: 20px;
}

.service-detail-list-right p {
  margin-bottom: 15px;
}

.service-detail-list-right p:last-child {
  margin-bottom: 0px;
}

.service-detail-list-outer:nth-child(even) .service-detail-list-left {
  order: 1;
}

.service-detail-list-outer:nth-child(even) .service-detail-list-right {
  order: 0;
  margin-left: auto;
  margin-right: unset;
  padding-right: 110px;
  padding-left: 0px;
}

.header-page-other {
  padding: 50px 0px;
}

/*------------Agent detail------------*/
.agent-detail-wrap {
  background: #f3f3f3;
  padding: 150px 0px;
}

.agent-detail-inner {
  display: flex;
}

.agent-detail-left {
  width: 67%;
  padding: 20px;
  background: #fff;
  margin-right: 3%;
  border-bottom: 3px solid #dedfde;
}

.agent-pic-info-wrap {
  display: flex;
  border-bottom: 1px solid #f3f4f4;
  padding-bottom: 20px;
}

.agent-pic-box {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
}

.agent-pic-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agent-info-box {
  margin-left: 40px;
  margin-top: 10px;
}

.agent-info-box h1 {
  font-size: 26px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #000;
  font-family: 'Helvetica Neue';
  font-weight: 500;
}

.agent-info-box p {
  margin-bottom: 15px;
  line-height: normal;
  font-weight: 500;
}

.super-agent {
  background: #15416f;
  padding: 3px 10px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.super-agent i {
  margin-right: 10px;
  font-size: 12px;
}

.national-lang {
  margin-bottom: 0px;
}

.national-lang li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.national-lang li:last-child {
  margin-bottom: 0px;
}

.national-lang span {
  text-transform: uppercase;
  color: #b2aeae;
  display: block;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  margin-right: 50px;
  min-width: 157px;
}

.national-lang span i {
  color: #000;
}

.national-lang-text {
  display: flex;
}

.national-lang p {
  color: #000;
  font-size: 16px;
  margin-bottom: 0px;
  position: relative;
  font-weight: 500;
}

.national-lang p a {
  color: #5595b6;
}

.national-lang p a:hover {
  color: #000;
  text-decoration: none;
}

.national-lang p:after {
  content: ",";
  position: absolute;
  bottom: 0px;
  right: -5px;
}

.national-lang p:last-child:after {
  content: none;
}

.national-lang p+p {
  margin-left: 8px;
}

.agent-personal-info {
  padding: 40px 0px 20px;
}

.agent-personal-info h2 {
  font-size: 24px;
  color: #000;
  font-family: 'Helvetica Neue';
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.areas-listing-wrap {
  display: flex;
}

.areas-points {
  display: flex;
  margin-left: 100px;
}

.areas-points span {
  text-transform: uppercase;
  color: #a7a6a6;
  display: block;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  margin-right: 50px;
}

.area-points-list {
  margin-bottom: 0px;
}

.area-points-list li {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Helvetica Neue';
  margin-bottom: 20px;
}

.area-points-list li:last-child {
  margin-bottom: 0px;
}

.agent-detail-right {
  width: 30%;
  margin-left: auto;
}

.detail-contact-agent-wrap {
  border-bottom: 3px solid #dedfde;
  background: #fff;
  padding: 45px 25px;
}

.agent-detail-right h3 {
  font-size: 24px;
  color: #000;
  font-family: 'Helvetica Neue';
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.detail-contact-agent-wrap a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #404040;
  color: #fff;
  height: 60px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid transparent;
}

.detail-contact-agent-wrap a i {
  margin-right: 10px;
}

.agent-detail-right a:hover {
  text-decoration: none;
  color: #000;
  border-color: #404040;
  background: transparent;
}

.agent-detail-right a:last-child {
  margin-bottom: 0px;
}

.detail-agent-company-wrap {
  border-bottom: 3px solid #dedfde;
  background: #fff;
  padding: 45px 25px;
  margin-top: 40px;
}

.detail-company-info {
  display: flex;
}

.detail-company-logo {
  width: 90px;
  min-width: 90px;
  margin-right: 50px;
}

.detail-company-name span {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Helvetica Neue';
  color: #000;
}

.detail-company-name a {
  color: #5595b6;
  font-size: 16px;
  font-family: 'Helvetica Neue';
}

.detail-company-name a:hover {
  color: #000;
}

/*------------------All news insights page-------------*/
.all-news-insight-wrap {
  padding: 100px 0px;
  background: #f3f6f9;
}

.all-news-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
  row-gap: 30px;
}

.all-news-listing li {
  margin: 0px 10px;
  width: calc(100% / 3 - 20px);
  background: #fff;
  border: 1px solid #dedede;
}

.all-news-list-image {
  width: 100%;
  height: 300px;
}

.all-news-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.all-news-list-content-box {
  background: #fff;
  padding: 25px;
}

.all-news-list-content-box span {
  display: block;
  font-size: 11px;
  line-height: 11px;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.all-news-list-content-box p {
  font-size: 18px;
  color: #000;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 0px;
}

.all-news-list-content-box p a {
  color: #000;
}

.all-news-list-content-box p a:hover {
  color: #773772;
  text-decoration: none;
}

/*----------News detail-----------*/
.news-details-content-section {
  padding: 100px 0px;
}

.news-detail-content-inner span {
  font-size: 18px;
  line-height: 23px;
  display: block;
  color: #000;
  font-weight: 500;
  font-family: 'Helvetica Neue';
  margin-bottom: 20px;
}

.news-detail-content-inner .heading-llj {
  text-transform: capitalize;
  margin-bottom: 30px;
}

.news-detail-content-inner h3 {
  font-size: 22px;
}

.news-detail-content-inner h4 {
  font-size: 20px;
}

.news-detail-content-inner h5 {
  font-size: 18px;
}

.news-detail-content-inner h6 {
  font-size: 18px;
}

.news-detail-content-inner h3,
.news-detail-content-inner h4,
.news-detail-content-inner h5,
.news-detail-content-inner h6 {
  font-family: 'Helvetica Neue';
  margin-bottom: 20px;
}

.news-detail-content-inner p {
  margin-bottom: 20px;
}

.whislist-heart .wishlist-button-wrap {
  margin-top: 0px;
}

.whislist-heart .wishlist-button-wrap .wishlist_save {
  margin-right: 0px;
}

/*------View all communities-----*/
.all-communities-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
  row-gap: 30px;
}

.all-communities-listing li {
  margin: 0px 10px;
  width: calc(100% / 3 - 20px);
}

.list-prp-form-wrap-full li {
  width: 100%;
}

.captcha-submit-wrap p {
  margin-left: auto;
  margin-bottom: 0px;
  position: relative;
}

.captcha-submit-wrap p .wpcf7-spinner {
  position: absolute;
  left: 50%;
  bottom: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0px;
}

.prp-popup-form .captcha-submit-wrap p,
.prp-home-visit .captcha-submit-wrap p {
  width: 100%;
  margin-left: 0px;
}

.wpcf7-not-valid-tip {
  position: absolute;
  font-family: 'Helvetica Neue';
  font-size: 12px;
  text-align: right;
  right: 0;
  margin-top: 5px;
}

.form-field-wrap input[type="file"]+span {
  color: #dc3232;
}

.wpcf7 form .wpcf7-response-output {
  font-family: 'Helvetica Neue';
  font-size: 13px;
  background: #FFBABA;
  padding: 5px 10px;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: transparent;
}

.subscribe-form-wrap {
  position: relative;
}

.nf-response-msg.newsletter-success {
  width: 100%;
  margin-bottom: 0px;
  font-size: 12px;
  position: absolute;
  bottom: -5px;
  color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #FFBABA;
}


/* -------------------------------------------------------------- */

.search-page-inner {
  padding: 100px 0;
}

.search-page ul {
  padding: 0;
  margin: 40px 0 0 0;
  list-style: none;
}

.search-page li {
  border: 1px solid #ddd;
}

.search-page li+li {
  margin-top: 20px;
}

.search-page li a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.search-page .image {
  width: 25%;
}

.search-page .image img {
  background-size: cover;
  width: 100%;
}

.search-page .content {
  width: 70%;
  padding: 20px 30px;
}

.search-page .content h4,
.search-page .content h5 {
  color: #000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
  appearance: textfield;
}

.page-template-page-investment-advice .banner-heading h1,
.page-template-page-property-services .banner-heading h1 {
  color: #404040;
}

.agent-detail-inner {
  flex-wrap: wrap;
}

.about_agent {
  width: 100%;
  padding: 20px;
  background: #fff;
  margin-top: 30px;
  border-bottom: 3px solid #dedfde;
}

.about_agent p {
  margin: 0;
}

.form-field-wrap label span {
  color: red;
}


/* -------------------------------------------------------------- */

.new-footer {
  background-color: #000;
  color: #fff;
  padding: 56px 0 100px;
  /* margin-top: 85px; */
}

.new-footer .container {
  width: 1140px;
}

.new-footer .container,
.new-footer .right-side {
  display: flex;
  flex-wrap: wrap;
}

.new-footer .left-side,
.new-footer .right-side,
.new-footer .right-side>div {
  width: 50%;
}

.new-footer .left-side ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
}

.new-footer .left-side ul li {
  width: 50%;
  padding-right: 5px;
}

.new-footer h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 40px;
  letter-spacing: 1px;
}

.new-footer .left-side ul a,
.new-footer .right-side ul a {
  display: block;
  font-size: 16px;
  color: #636363;
  line-height: 1.25;
  text-decoration: underline;
  -webkit-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}

.new-footer .left-side ul a:hover,
.new-footer .right-side ul a:hover {
  color: #ffffff;
}

.new-footer .right-side ul li~li {
  margin-top: 12px;
}

.footer-bar {
  margin-top: 55px;
  border-top: 1px solid #2c2c2c;
  padding-top: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-bar .content {
  width: 50%;
}

.footer-bar .content p {
  color: #636363;
  margin-top: 20px;
}

.footer-bar-icons {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}

.footer-bar-icons li+li {
  margin-left: 14px;
}

.footer-bar-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #ffffff;
  color: #000;
  font-size: 22px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.footer-bar-icons a:hover {
  color: #ffffff;
  background: #783773;
  text-decoration: none;
}

.terms-policy {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.terms-policy li+li {
  padding-left: 14px;
  position: relative;
}

.terms-policy li~li:before {
  content: '';
  width: 1px;
  height: 14px;
  background-color: #636363;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -7px;
}

.terms-policy a {
  font-size: 16px;
  color: #636363;
  text-decoration: none;
  -webkit-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}

.terms-policy a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* -------------------------------------------------------------- */


.accordion-item>span i {
  float: right;
  margin-top: 2px;
}

.accordion-content {
  display: none;
}

.accordion-content p {
  margin: 7px 0 0 0;
  color: #636363;
}

.accordion-content p a {
  color: #636363;
}

.accordion-title {
  font-size: 16px;
  color: #636363;
  line-height: 1.25;
  position: relative;
  padding-right: 40px;
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: underline;
}

.accordion-title.active {
  color: var(--color-primary);
}

.accordion-title i {
  margin-left: auto;
  position: absolute;
  right: 0px;
  top: 9px;
}

.accordion-title .icon-plus,
.accordion-title .icon-minus {
  width: 16px;
  height: 2px;
  background-color: #626262;
}

.accordion-title .icon-plus::after {
  content: "";
  position: absolute;
  right: calc(50% - 1px);
  height: 16px;
  width: 2px;
  background-color: #626262;
  top: calc(50% - 8px);
}

.accordion-title:hover {
  color: #fff;
}

.accordion-item {
  padding: 5px 0;
}

.accordion-item+.accordion-item {
  margin-top: 7px;
}



/* -------------------------------------------------------------- */




/* ----------------------------------------------------------------------------
                                New Changes 22-5-23
  ---------------------------------------------------------------------------- */
.pt-70 {
  padding-top: 70px;
}

.px-80 {
  padding: 80px 0;
}

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

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

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

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

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

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

.px-170 {
  padding: 170px 0;
}

.bg-gray {
  background: #f3f6f9;
}

.button-style {
  background: #404040;
  color: #fff;
  height: 55px;
  padding: 0 40px;
  display: inline-block;
  line-height: 55px;
  text-align: center;
  font-size: 12px;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  letter-spacing: 1px;
  border: 1px solid #404040;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.button-style:hover {
  color: #404040;
  background: #fff;
  text-decoration: none;
}

/* -------------------------------------------------------------- */

.values-message-sec.join-team {
  background: #f3f6f9;
}

.values-message-sec.join-team .values-message-left {
  order: 1;
  padding-left: 110px;
  padding-right: unset;
  margin-left: unset;
  margin-right: auto;
}

.two_side_sec_wrap {
  display: flex;
  flex-wrap: wrap;
}

.two_side_sec_left {
  display: flex;
  align-items: center;
  width: 50%;
  background: #f3f6f9;
}

.two_side_sec_right {
  width: 50%;
  display: flex;
  align-items: center;
  background: #404040;
}

.two_side_sec_right .content {
  margin: 0;
  padding-left: 110px;
  max-width: 600px;
  margin-right: auto;
}

.two_side_sec_right .content h2 {
  margin: 30px 0 0 0;
  color: #ffffff;
  font-size: 28px;
  text-transform: uppercase;
}

.two_side_sec_left .list {
  margin: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 110px;
  max-width: 600px;
  margin-left: auto;
  width: 100%;
}

.two_side_sec_wrap .list .list_item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.two_side_sec_wrap .list li+li {
  margin-top: 42px;
}

.two_side_sec_wrap .list .list_image {
  width: 98px;
  padding-top: 42px;
}

.two_side_sec_wrap .list .list_image img {
  width: 100%;
  background-size: cover;
}

.two_side_sec_wrap .list .list_content {
  width: calc(100% - 100px);
  margin-left: auto;
  padding-left: 36px;
}

.two_side_sec_wrap .list .list_content img {
  margin-bottom: 12px;
}

.two_side_sec_wrap .list .list_content span {
  font-size: 14px;
  color: #303030;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Eurostile';
}

.testimonial-slider {
  min-height: 610px;
}

.testimonial-slider .slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 0;
}

.testimonial-slider .slick-arrow {
  position: absolute;
  right: 0 !important;
  bottom: 0 !important;
  width: 70px !important;
  height: 70px !important;
  background: #ffffff;
  border-radius: 0;
  top: auto;
  transform: initial;
}

.testimonial-slider .slick-arrow.slick-prev {
  left: auto !important;
  right: 70px !important;
}

.award-slider .slick-arrow.slick-prev:before,
.testimonial-slider .slick-arrow.slick-prev:before {
  width: 32px;
  height: 18px;
  background: url(assets/images/arrow-naw-l.png) no-repeat center;
}

.award-slider .slick-arrow.slick-next:before,
.testimonial-slider .slick-arrow.slick-next:before {
  width: 32px;
  height: 18px;
  background: url(assets/images/arrow-naw-r.png) no-repeat center;
}

.award-slider .slick-arrow:focus:before,
.testimonial-slider .slick-arrow:focus:before {
  filter: invert(43);
}

/* ------------------------------------------------------------ */

.award_section {
  position: relative;
  z-index: 0;
}

.award_section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 445px;
  height: 438px;
  background: #efefef;
  z-index: -1;
}

.award_section h2 span {
  font-size: 20px;
  display: block;
  margin-top: 2px;
}

.award_slider_item {
  margin-right: 55px;
}

.award_slider_image {
  position: relative;
  overflow: hidden;
}

.award_slider_image img {
  width: 100%;
  background-size: cover;
}


.award_slider_image h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  padding: 22px 22px;
  min-height: 42px;
  text-transform: uppercase;
  text-shadow: 0px 0px 20.37px rgba(0, 0, 0, 0.57);
}

.award-slider {
  position: relative;
  padding-top: 50px;
  margin-left: 15px;
}

.award-slider .slick-arrow {
  width: 70px !important;
  height: 50px !important;
  background: #ffffff;
  position: absolute;
  right: 0 !important;
  top: 0 !important;
  border-radius: 0;
  transform: initial;
}

.award-slider .slick-arrow.slick-prev {
  right: 19.85% !important;
  left: auto !important;
}

.award-slider .slick-arrow {
  right: 16.2% !important;
}

/* ---------------------------------------------------- */

.values-message-sec.buyers-guide .values-message-left {
  padding-top: 50px;
  padding-bottom: 50px;
}

.values-message-sec.buyers-guide .values-message-left p {
  margin-bottom: 15px;
  text-align: justify;
}

.values-message-sec.buyers-guide .values-message-left p:last-child {
  margin: 0;
}

.values-message-sec.buyers-guide .values-message-right img {
  width: 100%;
  background-size: cover !important;
}

.values-message-sec.buyers-guide .values-message-right {
  display: flex;
}

.half_section_parent .container {
  display: flex;
  flex-wrap: wrap;
}

.half_section_parent h2 {
  width: 100%;
  margin-bottom: 25px;
}

.half_section_parent .half_section_left,
.half_section_parent .half_section_right {
  width: 50%;
}

.half_section_parent .half_section_left p,
.half_section_parent .half_section_right p {
  margin-bottom: 12px;
}

.half_section_parent .half_section_left {
  padding-right: 40px;
}

.half_section_parent .half_section_right {
  padding-left: 40px;
}

/* ---------------------------------------------------- */

.first_section .container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}

.first_section.sell-page .left-side {
  padding-left: 120px;
}

.first_section.sell-page .left-side,
.first_section.sell-page .right-side {
  width: 50%;
}

.first_section .left-side {
  width: 30%;
}

.first_section .right-side {
  width: 70%;
  padding-left: 110px;
}

.first_section .right-side p:last-child {
  margin: 0;
}

/* ---------------------------------------------------- */

.second_section .container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 35px;
}

.second_section .left-side {
  width: 30%;
  padding: 40px;
  background: #f7f7f7;
}

.second_section .left-side h2 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
}

.second_section .right-side {
  width: 70%;
  padding-left: 110px;
}

.second_section .right-side h3 {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 36px;
  color: #303030;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.second_section .right-side .button-style {
  margin-top: 30px;
}

/* ---------------------------------------------------- */

.sticky .menu-icon.open {
  right: 25px;
}

.expand-menu {
  max-width: 1120px;
  width: 100%;
  background: #404040;
  padding: 125px 75px 75px 75px;
  position: fixed;
  top: -100%;
  right: 0;
  transition: top .35s ease-in-out;
  z-index: 3;
}

.expand-menu.open {
  top: 0%;
}


.expand-menu-inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 35px;
}

.expand-menu-inner .left-side {
  width: 50%;
  padding-right: 5%;
}

.expand-menu-inner .right-side {
  width: 50%;
}
.header ul,.header ul li,.new-footer ul,.new-footer ul li{
  list-style: none !important;
}
.header ul,.new-footer ul{
  padding-left: 0 !important;
}
ul.multi_buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0 !important;
  list-style: none;

}

ul.multi_buttons li a {
  display: block;
  color: #404040;
  background: #ffffff;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  border: 1px solid #404040;
  transition: background .35s ease-in-out, color .35s ease-in-out, border-color .35s ease-in-out;
}

ul.multi_buttons li a:hover {
  color: #ffffff;
  background: #404040;
  text-decoration: none;
  border-color: #ffffff;
}

ul.multi_buttons li+li {
  margin-left: 12px;
}

.expand-menu-inner .accordion-title a {
  color: #9c9c9c;
  text-decoration: none;
}

.expand-menu-inner .accordion-title:hover,
.expand-menu-inner .accordion-title:hover a {
  color: #ffffff;
}

.expand-menu-inner .accordion-title {
  font-size: 24px;
  font-weight: bold;
  color: #9c9c9c;
  text-decoration: none;
  text-transform: uppercase;
}

.expand-menu-inner .accordion-content {
  padding-top: 12px;
}

.expand-menu-inner .accordion-content ul {
  margin: 0;
}

.expand-menu-inner .accordion-content li+li {
  margin-top: 5px;
}

.expand-menu-inner .accordion-content li a {
  font-size: 16px;
  color: #ffffff;
}

.social-media {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 40px 0 0 0;
  padding-left: 0 !important;
}

.social-media li+li {
  margin-left: 12px;
}

.social-media li a {
  color: #a0a0a0;
  font-size: 18px;
  transition: color .35s ease-in-out;
}

.social-media li a:hover {
  color: #ffffff;
}

/* ---------------------------------------------------- */

.enquire_form_section {
  padding-bottom: 160px;
}

.enquire_form_section .container {
  display: flex;
  flex-wrap: wrap;
}

.enquire_form {
  max-width: 735px;
  border: 1px solid #707070;
  padding: 70px 90px 60px 90px;
  position: relative;
  margin-top: -50px;
  background: #ffffff;
}

.enquire_form_side {
  padding-left: 120px;
  width: 70%;
}

.enquire_form_content {
  width: 30%;
  padding: 90px 0 0 60px;
}

.enquire_form_content h4 {
  font-size: 18px;
  color: #303030;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* ---------------------------------------------------- */

.modal-dialog.apply_now_popup {
  max-width: 730px;
  background: #ffffff;
}

.apply_now_popup .form-field-wrap input[type="file"] {
  font-size: 0;
  position: relative;
  max-width: 60%;
}

.apply_now_popup .form-field-wrap input[type="file"]:before {
  content: "Browse";
  position: absolute;
  top: 2px;
  right: 2px;
  display: inline-block;
  height: 44px;
  background: #f6f6f6;
  color: #000000;
  font-weight: 700;
  z-index: 25;
  font-size: 12px;
  min-width: 100px;
  line-height: 44px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  text-align: center;
}

/* ---------------------------------------------------- */

.header_inner {
  position: relative;
  padding-right: 65px;
}

.menu-icon {
  width: 40px;
  height: 24px;
  z-index: 9;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  display: block;
  margin-left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000000;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.menu-icon span:nth-child(1) {
  top: 0;
}

.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
  top: 10px;
}

.menu-icon span:nth-child(4) {
  top: 20px;
}

.menu-icon.open span:nth-child(1) {
  top: 10px;
  width: 0;
  left: 50%;
}

.menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-icon.open span:nth-child(4) {
  top: 10px;
  width: 0;
  left: 50%;
}

.menu-icon.open span {
  background: #ffffff;
}

/* ---------------------------------------------------- */

.first-content .left_right_section_wrap:nth-child(even) {
  flex-direction: row-reverse;
}

.first-content .left_right_section_wrap:first-child .left-side {
  background: #f3f6f9;
}

.first-content .left_right_section_wrap:nth-child(even) .left-side {
  padding-left: var(--space);
  padding-right: 0;
}

.first-content .left_right_section_wrap:nth-child(even) .inner-div {
  margin-left: 0;
  margin-right: auto;
}

.discover-page h2 {
  margin-bottom: 30px;
}

.left_right_section h2 span {
  color: #a2a1a1;
}

.left_right_section_wrap {
  --space: 80px;
  display: flex;
  flex-wrap: wrap;
}

.left_right_section_wrap>* {
  width: 50%;
}

.left_right_section_wrap .inner-div {
  max-width: 520px;
  margin-left: auto;
  width: 100%;
}

.left_right_section_wrap .left-side {
  padding-right: var(--space);
  display: flex;
  align-items: center;
}

.left_right_section_wrap .left-side .place {
  color: #9b9b9b;
}
.left_right_section_wrap .left-side p{
  margin-top: 10px;
}
.left_right_section_wrap .left-side ul {
  display: flex;
  flex-wrap: wrap;
  border: none;
  margin: 30px 0 25px 0;
}

.left_right_section_wrap .left-side li {
  /* width: 33.33%; */
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  height: 65px;
  /* border: 1px solid #d9d9d9; */
}
.left_right_section_wrap .left-side li .content.no-img{
  margin-left: 0;
}

.left_right_section_wrap .left-side li .icon {
  width: 50px;
  height: 65px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.left_right_section_wrap .left-side li .content {
  width: calc(100% - 50px);
  margin-left: auto;
  display: flex;
  align-items: center;
}

.left_right_section_wrap .left-side li .content h4 {
  margin: 0;
  font-size: 16px;
}

/* .left_right_section_wrap .left-side li .content span {
  display: block;
} */

.left_right_section_wrap .left-side .button-style {
  margin-top: 20px;
}

.left_right_section_wrap .left-side li+li {
  /* border-left: 1px solid #d9d9d9; */
  border-top: 1px solid #d9d9d9;
}

/* .left_right_section_wrap .right-side {
  padding-left: var(--space);
} */

.left_right_section_wrap .right-side img {
  width: 100%;
  background-size: cover;
}

.load-more {
  padding: 110px 0;
  background: #f3f6f9;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* -------------------------------------------------------------- */

.values-message-sec.buyers-guide .values-message-wrap:nth-child(even) {
  flex-direction: row-reverse;
}

.values-message-sec.buyers-guide .values-message-left {
  padding-left: 110px;
  padding-right: 0;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}

.values-message-sec.buyers-guide .values-message-wrap:nth-child(even) .values-message-left {
  padding-left: 0;
  padding-right: 110px;
  margin-left: auto;
  margin-right: 0;
}

.values-message-sec.join-team .values-message-left p:not(:nth-last-child(2)) {
  margin-bottom: 10px;
}

.page-template-page-abudhabi-buyers-guide ul li {
  list-style: disc;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  font-family: 'Helvetica Neue';
}

.page-template-page-abudhabi-buyers-guide ul {
  padding-left: 25px;
}
.main_dialoge  .form-detail-wrap .form-field-wrap{
   margin-left: 0;
   margin-right: 4%;
}
.main_dialoge .form-detail-wrap .form-field-wrap:nth-child(2n+2){
  margin-right: 0;
}
.main_dialoge .form-detail-wrap .form-field-wrap:nth-child(5){
   width: 100%;
   margin-right: 0;
}