body {
  font-family: "museo-sans", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.flex-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.flex-col {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.flex__space-between {
  justify-content: space-between;
}
.img__width-auto {
  width: auto;
}
.container {
  max-width: 1300px;
}
.container__wider {
  max-width: 1830px;
}
.container__small {
  max-width: 1080px;
}
.width__full {
  width: 100%;
}
.width__half {
  width: 50%;
}
.nav-mobile {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
}
strong {
  font-weight: bold;
}
.content h1 {
}
.content h2 {
}
.content h3 {
  font-weight: 500;
  font-size: 28px;
  color: #005AA9;
  position: relative;
  line-height: 45px;
  padding-bottom: 50px;
}
.content h4 {
}
.content h6 {
}
.content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #005AA9;
  padding-bottom: 35px;
}
.content p a {
  color: #F58220;
  font-weight: 500;
}
.content p strong {
  font-weight: 500;
}
.content h3:after {
  position: absolute;
  left: 0;
  bottom: 30px;
  height: 6px;
  width: 172px;
  content: "";
}
.button {
  font-weight: 500;
  font-size: 21px;
  border: 2px #005AA9 solid;
  color: #005AA9;
  padding: 11px 28px;
  display: inline-block;
  background-color: transparent;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
}
.content p a.button {
  color: #005AA9;
}
.button.button--blue-bg {
  background-color: #005AA9;
  border: 0;
  color: #ffffff;
  padding: 18px 32px;
}
.button.button--yellow-bg {
  background-color: #F58220;
  padding: 13px 25px;
  border: 0;
}
.header figure {
  padding: 30px 0;
}

.header figure img {width:300px; position: relative;}

.menu-list ul li {
  padding: 50px 15px;
}
.menu-list ul li a {
  font-weight: 500;
  font-size: 21px;
  color: #005AA9;
}
.menu-list ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #005AA9;
  transition: width 0.3s;
}

.menu-list ul li a:hover {
  font-size: 21px;
  line-height: 21px;
}

.menu-list ul li a:hover:after {
  width: 100%;
}
.menu-list ul > li.parent {
  position: relative;
}
.menu-list ul > li.parent ul {
  display: none;
  position: absolute;
  top: 108px;
  left: 0;
  width: 300px;
  z-index: 10;
  padding: 15px;
  background-color: #ffffff;
}
.menu-list ul > li.parent ul > li {
  padding: 8px 0;
}
.menu-list ul > li.parent ul > li > a {
  font-size: 18px;
  line-height: 25px;
}

.menu-list ul > li.parent:hover ul {
  display: block;
}
.section__hero {
  position: relative;
}

.hero-content {
  position: absolute;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  /* padding-bottom: 50px; */
}
.hero-content h1 {
  font-weight: bold;
  font-size: 60px;
  /* letter-spacing: -1.5px; */
  color: #ffff;
  max-width: 640px;
}
.hero-content .button-group.flex-row {
  padding-top: 40px;
}
.button-group > a:first-child {
  margin-right: 20px;
}

.block-wrapper {
  margin: 0 -15px;
  padding-bottom: 110px;
}
.block-item.two {
  width: 50%;
}
.block-item.four {
  width: 25%;
}
.block-item.three {
  width: 33.33%;
}
.block-item {
  padding: 0 15px;
  position: relative;
}
.block-item article {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
.block-item article h2 {
  max-width: 176px;
  color: #ffffff;
  font-weight: 500;
  font-size: 30px;
  /* letter-spacing: -0.75px; */
}
.button-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section__home-content {
  position: relative;
  padding: 135px 0 100px 0;
}
.shape_img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 96%;
  z-index: -1;
}
.section__bottom-banner {
  position: relative;
  background-color: #005AA9;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.bottom-banner-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.bottom-banner-content article h3 {
  max-width: 670px;
  color: #ffffff;
  font-weight: 500;
  font-size: 60px;
  /* letter-spacing: -1.5px; */
  padding-bottom: 35px;
}

.footer {
  padding: 80px 0 60px 0;
}
.footer ul li {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #005AA9;
}
.footer ul li strong a {
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
}

.footer ul li a {
  color: #005AA9;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.footer-bottom p,
.footer-bottom p a {
  font-weight: 300;
  font-size: 14px;
  color: #005AA9;
}
.footer-top {
  padding-bottom: 70px;
}

.section__home-content .flex-row {
  align-items: flex-start;
}
.content_left {
  padding-right: 25px;
}
.content_right {
  padding-left: 25px;
}
.content .content_left p {
  /* font-weight: 300;
  font-size: 22px;
  line-height: 34px;
  padding-bottom: 15px; */
}

.section__bottom-banner figure {
  width: 60%;
  display: flex;
  justify-content: flex-end;
}
.section__bottom-banner figure img {
  width: auto;
}
.bottom-banner-content .button.button--yellow-bg {
  color: #005AA9;
}
.footer-top .flex-row {
  align-items: flex-start;
}
.footer-top div ul {
  padding-right: 90px;
}
.footer-top div ul:last-child {
  padding-right: 0;
}
.mobile_menu {
  display: none;
}
.header_top {
  background-color: #005AA9;
}
.header_top ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}
.header_top ul li {
  padding: 20px 15px 20px;
}
.header_top ul li a {
  color: #ffffff;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.54px;
}
.content_right ul {
  display: flex;
  align-items: center;
  flex-flow: wrap row;
}
.content_right ul li a img {
  width: 200px;
  padding: 10px;
}
.container.content ul.about-us-image {
  list-style: none;
  margin: 0;
}

.block-wrapper.block-wrapper__content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section__inner-content {
  padding-bottom: 50px;
}

.section__inner-content .block-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

section.section__blue-banner {
  background-color: #005AA9;
  padding: 40px 0;
  padding-top: 58px;
}

.section__blue-banner h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 40px;
  /* letter-spacing: -1.5px; */
  padding-bottom: 35px;
}
.team-items {
  width: 25%;
  padding: 0 15px;
}

.team-wrapper.content {
  margin: 0 -15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.team-items {
  position: relative;
}
/* .team-items figure img {
  border-radius: 50%;
} */
.team-items article h3 {
  text-align: center;
  padding: 10px 0;
}
.team-items article h3::after {
  margin: auto;
  left: 0;
  right: 0;
  bottom: 10px;
}
.team-items article p,
.team-popup h2 {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #005AA9;
  text-align: center;
}
.team-items article p {
  padding-bottom: 0;
}
.team-popup img {
}
.team-popup h3 {
  padding-bottom: 25px;
}
.team-popup h3::after {
  bottom: 20px;
}
.team-popup h2 {
  text-align: left;
  padding-bottom: 10px;
  font-weight: 400;
}
.team-popup p a {
  font-size: 18px;
  color: #005AA9;
  outline: none;
}
.team-popup p {
  padding-bottom: 15px;
  font-size: 20px;
}
.team-popup p strong {
  font-size: 18px;
}
.team-popup.content {
  display: flex;
  flex-flow: row wrap;
  max-width: 900px;
  justify-content: space-between;
}

.team-popup figure {
  width: 25%;
  padding-right: 20px;
}

.team-popup article {
  width: 70%;
}
.section__team {
  padding: 50px 0;
  background-color: #fdf2e2;
}

.team_popup_wrapper {
  /* background-color: #fdf2e2; */
}
.team-popup img {
  mix-blend-mode: darken;
  border-radius: 50%;
}
.section__team h2 {
  font-weight: bold;
  font-size: 40px;
  /* letter-spacing: -1.5px; */
  color: #005AA9;
  padding-bottom: 60px;
  text-align: center;
}

.plain-content {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.plain-content.sec-faq-detail {
  padding: 80px 0;
  background-color: #fdf2e2;
}

.plain-content .content h3 {
  padding-bottom: 20px;
  padding-top: 20px;
  text-transform: capitalize;
}
.plain-content .content h3::after {
  bottom: 15px;
}
.plain-content .content p {
  padding-bottom: 15px;
}
.faq-section {
  padding: 100px 0;
  border-bottom: 1px solid #005AA9;
}

.faq-items {
  width: 33.33%;
  padding: 15px;
}

.faq-items article {
  border: 1px solid #005AA9;
  padding: 15px;
  position: relative;
  height: 210px;
  overflow: hidden;
}

.faq-content {
  margin: 0 -15px;
}
.faq-items h3 {
  padding-bottom: 23px;
  font-size: 22px;
  line-height: 32px;
}
.faq-items h3::after {
  bottom: 15px;
}
.faq-items p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 0;
  display: none;
}
.faq-items p:nth-child(2) {
  display: -webkit-box;
  height: 94px;
}
.button.button_faq {
  margin-top: 50px;
}
.faq-items ul li {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #005AA9;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 0;
  display: none;
}
.faq-items ul li:first-child {
  display: -webkit-box;
}
.sec-faq-detail .faq-detail ul {
  list-style: disc;
  margin-left: 50px;
  padding-top: 40px;
}
.sec-faq-detail .faq-detail ul li {
  font-weight: 300;
  font-size: 22px;
  line-height: 34px;
  color: #005AA9;
  padding-bottom: 15px;
}

.testimonial-items {
  width: 33.33%;
  padding: 15px;
}

.testimonial-content {
  margin: 0 -15px;
  align-items: flex-start;
}
.testimonial-items article {
  border: 2px solid #F58220;
  padding: 25px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.section__blue-banner p {
  font-weight: 300;
  font-size: 22px;
  line-height: 34px;
  color: #ffff;
  padding-bottom: 25px;
}

.testimonial-section {
  padding-top: 100px;
}
.testimonial-items p {
  padding-bottom: 15px;
}
.testimonial-items h3 {
  padding-bottom: 15px;
}
.testimonial-items h3::after {
  bottom: 10px;
}
.contact-left.content {
  width: 50%;
}
.contact-right {
  width: 50%;
}
.contact-left.content p {
  padding-bottom: 20px;
}
.contact-left.content h3 {
  padding-bottom: 20px;
}
.contact-left.content h3::after {
  bottom: 15px;
}
.contact_content {
  padding-top: 50px;
}

.section__blue-banner.blue-banner__bottom {
  /* margin-top: 50px; */
  padding: 60px;
}
.section__blue-banner.blue-banner__bottom a {
  margin-right: 50px;
}
.team-popup.testimonial_pop-up article {
  width: 100%;
}
/* contact form */
#loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.75) url('/assets/images/loader.gif') no-repeat
    bottom center;
  z-index: 10000;
  background-position: center;
}

input.mandatory.highlight-form-field,
textarea.mandatory.highlight-form-field {
  border-color: rgb(240, 60, 60);
}

#systemMessage.highlight_message {
  background-color: #f9253b;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  margin-bottom: 20px;
  max-width: 600px;
}
#systemMessage.highlight_message.success {
  background-color: #fff;
  color: #005AA9;
}

#systemMessage .success-message p {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: #0a2737;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

legend {
  display: block;
  font-size: 19px;
}
.required {
  color: red !important;
}
.flex-row-feild {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.flex-row-feild .field {
  width: 49%;
}
.field {
  margin-bottom: 15px;
  width: 100%;
}
.field label {
  padding-bottom: 5px;
  font-size: 19px;
}
.field input {
  border: 1px solid #222;
  padding: 15px;
  width: 100%;
  margin-top: 5px;
  font-family: "museo-sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.field label span {
  display: inline-block;
}
.field span {
  color: #999;
  font-size: 16px;
  display: block;
  margin-top: 10px;
}
.field textarea {
  border: 1px solid #222;
  padding: 15px;
  width: 100%;
  margin-top: 5px;
  font-family: "museo-sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.contact_content {
  padding: 100px 0;
}
.plain-content ul li {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #005AA9;
}

.container.content ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}
.contact-left.content h4 {
  font-weight: 500;
  padding-bottom: 5px;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-size: 18px;
}

.maintenance_form {
  border-bottom: 1px solid #c9cacb;
  padding-top: 80px;
  padding-bottom: 55px;
}
.maintenance_form article {
  display: flex;
  justify-content: center;
}

.maintenance_form .content h3:after {
  right: 0;
  margin: 0 auto;
}

.maintenance-box .faq-items article {
  height: 210px;
}
/* New layouts */
.pp-listing-section {
  padding: 80px 0;
  position: relative;
}
.search-section {
  background-color: #fdf2e2;
  padding: 20px;
}
.search-feild {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.search-feild input {
  border: 0;
  height: 44px;
  width: 90%;
  font-family: "museo-sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-indent: 20px;
}
.search-btn.button {
  padding: 0;
  height: 44px;
  width: 5%;
}

.pp-listing {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -20px;
}

.listing-item {
  width: 33.33%;
  padding: 20px;
}
.listing-item-content:hover{
  background-color: #f1f9fa;
    transform: translateY(15px);
    cursor: pointer;
}
.listing-item-content {
  background-color: #ffff;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  box-shadow: 1px 15px 25px 0 rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.list-image img {
  height: 280px;
  object-fit: cover;
}
.list-content {
  padding: 20px;
}
.list-content.content h5{
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #005AA9;
}
.list-content.content h3{padding-bottom: 20px;}
.list-content.content h3::after{bottom: 12px;}
.list-content.content p{
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 20px;
}
.list-content.content .feature-content p{
  padding-top: 10px;
  font-size: 16px;
}
.feature-content {
  border-top: 1px solid #005AA9;
}

.rate-bubble {
  position: absolute;
  top: 20px;
  right: 15px;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #ffff;
  background-color: #005AA9;
  padding: 10px 10px;
  border-radius: 10px;
}
/* clears the â€˜Xâ€™ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the â€˜Xâ€™ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.listedTime p {
  text-align: right;
  font-size: 14px;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.listedTime {
  padding-bottom: 40px;
}

section.property-detail {
  padding: 80px 0;
  position: relative;
}
.listing-detail {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.left-col {
  width: 70%;
}

.right-col {
  width: 30%;
  padding-left: 50px;
}
.property-options {

}
.property-options p {
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  line-height: 21px;
  font-size: 15px;
  padding-bottom: 5px;
}
.property-options span.name {
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0.5;
  letter-spacing: 1px;
}
.property-options span {
  width: 50%;
  padding: 10px 0;
}
.agent {
  background: #f1f9fa;
  border-radius: 20px;
  padding: 25px;
  margin-top: 20px;
}
.agent p {
  font-size: 14px;
  margin-top: 20px;
  opacity: 0.5;
  line-height: 21px;
  padding-bottom: 0;
}
.agent .photo {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  /* mix-blend-mode: luminosity; */
}
.agent-name {
  width: 52%;
}
.agent-name h3 {
  font-size: 18px;
  margin-top: 20px;
  line-height: 23px;
}
.agent h3 {
  margin-bottom: 10px;
}
.agent .button {
  margin-top: 20px;
}
.contact-details {
  border-top: 2px solid #d5e7e9;
  padding-top: 20px;
  color: #12335d;
}
.description.content {
  padding-top: 40px;
}

.right-col.content h1 {
  font-weight: 500;
  font-size: 28px;
  color: #005AA9;
  position: relative;
  line-height: 38px;
  max-width: 200px;
  padding-bottom: 25px;
}

.right-col.content h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #005AA9;
  padding-bottom: 20px;
}
.slider.slider-nav {
  margin-top: 20px;
}
.slider-nav .slick-slide {
  margin-right:  10px;
}
.slick-prev:before, .slick-next:before {
  content: '';
}
.slick-prev, .slick-next {    height: 25px;
  width: 16px;}
.slick-prev {
  background-image: url('/assets/images/left.png') !important;
}
.slick-next {
  background-image: url('/assets/images/right.png') !important;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: black;
}

/* New Property Page */

.properties-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:60px;
}

.property-card{
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
  transition: transform 0.3s ease-out;
}

.property-card:hover {background-color: #f1f9fa;
  transform: translateY(15px);
  cursor: pointer;}

.property-media{
  position:relative;
  margin:0;
  background:#f3f4f6;
}

.property-img{
  display:block;
  width:100%;
  height:240px;
  object-fit:cover;
}

.property-price {
  position:absolute;
  top:14px;
  right:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 20px;
  border-radius:10px;
  background:#2f67a8;
  color:#fff;
  font-weight:700;
  font-size:15px;
  line-height:1;
  text-decoration:none;
  box-shadow:0 8px 18px rgba(0,0,0,.18);
}

.property-price:hover{
  filter:brightness(.95);
}

.property-body{
  padding:35px 25px 35px 30px;
}

.button-link {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 990;
  display: inline-block;
  background: #2e60aa;
  color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  font-weight: 300;
}

.property-body p {font-weight: 300; font-size: 15px; line-height:1.7;}
.property-body p strong {color: #005AA9;}

.property-body .pfeatures {border-top: 1px solid #d3ebee; padding-top: 12px; margin-top: 25px;}
.property-body .pfeatures p {text-align:center;color: #005AA9;font-weight:bold;}

.no-properties p {font-weight: 300; font-size: 18px; line-height: 30px; color: #005AA9; padding-bottom: 35px;}
