﻿@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,800&display=swap");
@import url(font/fonts.css);

body, html {
  height: 100%;
}

body.hubrealestate-style {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif !important;
}

body.hubrealestate-style * {
  font-family: 'Montserrat', sans-serif !important;
}

body.hubrealestate-style h1, body.hubrealestate-style h2, body.hubrealestate-style h3, body.hubrealestate-style h4, body.hubrealestate-style h5, body.hubrealestate-style h6 {
  font-family: 'Montserrat', sans-serif !important;
}

body.hubrealestate-style * i {
  font-family: "Font Awesome 5 Pro" !important;
}

body.hubrealestate-style:after {
  content: "";
  display: block;
  position: fixed;
  z-index: 2;
  background: linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent);
  top: 0px;
  left: 0px;
  right: 0px;
  height: 150px;
  opacity: .6;
}

body.hubrealestate-style .btn-primary,
body.hubrealestate-style .btn {
  background: #fff;
  color: #152839;
  border: 2px solid #fff;
  border-radius: 0px !important;
}
 
body.hubrealestate-style .btn-primary:hover,
body.hubrealestate-style .btn:hover {
  background: #2A323C !important;
  color: #fff !important;
}

body .page-wrapper .proxima-header {
  height: 88px;
  background: none !important;
  padding: 0px 0px 0px 0px;
  box-shadow: none !important;
  z-index: 9999;
  background: #152839 !important;
}

body .page-wrapper .proxima-header .header-container {
  max-width: 1600px;
  margin: 0px auto;
}

body .page-wrapper .proxima-header .header-container .logo img {
  max-height: 90px;
}

body .page-wrapper .proxima-header .header-container .header.links li.authorization-link {
  margin-left: 0px !important;
  margin-right: 20px !important;
}

body .page-wrapper .proxima-header .header-container .header.links li.authorization-link a {
  border-radius: 0px !important;
  border-width: 0px !important;
  height: 40px !important;
  color: #152839 !important;
}

body .page-wrapper .proxima-header .header-container .header.links li.authorization-link a::before {
  display: none !important;
}

body .page-wrapper .proxima-header .header-container .header.links li.authorization-link.lang a {
  background-color: var(--aquamarine) !important;
  min-width: 79px;
}

body .page-wrapper .proxima-header .header-container .header.links li.authorization-link.lang a::after {
  content: url(../images/dropdown.svg);
  margin-left: 0.5625rem;
}

body .page-wrapper .proxima-header .header-container .header.links li.authorization-link.call-us a {
  background-color: var(--jacksonspurple) !important;
  color: #fff !important;
  min-width: 121px;
}

body .page-wrapper .proxima-header .header-container .header.links li.authorization-link.login a {
  min-width: 121px;
}

body .page-wrapper .proxima-header .header-container .header .sticky-header .navigation.custommenu li.level0 .level-top {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  text-align: center !important;
  text-transform: capitalize !important;
  color: #fff !important;
}

@media screen and (max-width: 1300px) {
  body .page-wrapper .proxima-header .header-container .header .sticky-header .navigation.custommenu li.level0 .level-top {
    font-size: 14px !important;
  }
}

body .page-wrapper .proxima-header .header-container .header .sticky-header .navigation.custommenu li.level0 .level-top:hover {
  color: #ff6600 !important;
}

body .page-wrapper .proxima-header .header-container .header .header-content .primary-menu-container .navigation li.level0.parent>.level-top:after {
  display: none !important;
}

body .page-wrapper .proxima-header .header-container .header.panel {
  max-width: inherit !important;
  width: 100% !important;
  background: #152839;
}

body .page-wrapper .proxima-header .header-container .marshall-logo img {
  margin-top: -8px !important;
  max-width: 100%;
  height: auto !important;
  background-color: var(--jacksonspurple) !important;
  max-height: 80px;
}

body .page-wrapper .proxima-header .right-main-nav {
  padding: 1.5625rem 0 !important;
  align-self: flex-start !important;
}

@media screen and (max-width: 700px) {
  body .page-wrapper .proxima-header .right-main-nav {
    align-self: baseline !important;
  }
}

body .page-wrapper .proxima-header .right-main-nav .switcher-language {
  border: 2px solid #152839 !important;
  border-radius: 0px !important;
  background: none !important;
  color: #152839 !important;
}

body .page-wrapper .proxima-header .right-main-nav .switcher-language .switcher-trigger span {
  color: #152839 !important;
}

@media screen and (max-width: 700px) {
  body .page-wrapper .proxima-header .right-main-nav .links li {
    width: auto !important;
    text-align: right;
  }
}

body .page-wrapper .proxima-header .right-main-nav .links li.link.letstalk a.btn {
  background: #fff !important;
  color:#ff6600 !important;
  font-size: 0.75rem !important;
  font-weight: 600;
  border: 1px solid #ff6600 !important;
  border-radius: 10px
}

body .page-wrapper .proxima-header .right-main-nav .links li.link.letstalk a.btn:hover {
  background: #ff6600 !important;
  color: #fff !important;
  border: 1px solid #ff6600 !important;
}

body .page-wrapper .proxima-header .right-main-nav .links li.link a.btn.signin-btn {
  background: #fff !important;
  color: #ff6600 !important;
  border: 1px solid #ff6600 !important;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  border-radius: 10px
}

body .page-wrapper .proxima-header .right-main-nav .links li.link a.btn.signin-btn:hover {
  background:#ff6600 !important;
  color: #fff !important;
  border: 1px solid #ff6600 !important;
}

body .page-footer {
  background: #152839;
  color: #fff;
}

body .page-footer h2 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #152839;
}

body .page-footer .footer-section {
  background-color: var(--jacksonspurple) !important;
}

body .page-footer .footer-section .container {
  max-width: inherit !important;
  width: 85% !important;
}

body .page-footer .footer-section .container .marshall-logo img {
  height: 360px;
  border-radius: 0px;
}

body .page-footer .footer-section .container h6 {
  color: #fff !important;
  margin: 0px;
  padding: 0px 0px 40px 0px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
}
body .page-footer .footer-section .container .news-letter h6{
  padding: 0px 0px 20px 0px;
}
body .page-footer .footer-section .container .news-letter p{
  margin-bottom: 20px;
}

body .page-footer .footer-section .container .social {
  display: flex;
  align-items: center;
  column-gap: 15px;
  padding: 20px 0 0 20px;
}

body .page-footer .footer-section .container .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px 10px 0px 0px;
}

body .page-footer .footer-section .container .social a.fb {
  background: url(../images/fb.png) no-repeat 50% 50%;
  background-size: auto 20px;
}

body .page-footer .footer-section .container .social a.yt {
  background: url(../images/yt.png) no-repeat 50% 50%;
  background-size: auto 20px;
}

body .page-footer .footer-section .container .social a.insta {
  background: url(../images/insta.png) no-repeat 50% 50%;
  background-size: auto 20px;
}

body .page-footer .footer-section .container .social a.ln {
  background: url(../images/linkdn.png) no-repeat 50% 50%;
  background-size: auto 20px;
}

body .page-footer .footer-section .container .social a.tw {
  background: url(../images/tw.png) no-repeat 50% 50%;
  background-size: auto 20px;
}

@media screen and (max-width: 700px) {
  body .page-footer .footer-section .container div:nth-child(1) {
    text-align: center;
  }
}

body .page-footer .footer-section .link-list li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
}

body .page-footer .footer-section .link-list li a {
  font-weight: var(--fnt-w200);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  padding: 0px 0px 8px 0px;
  font-weight: 400;
}

body .page-footer .footer-section .link-list li.double {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body .page-footer .footer-section .link-list li.double input[type="text"] {
  padding: 10px;
  border-radius: 5px;
  height: 40px;
  margin: 0px 10px 0px 0px;
}

body .page-footer .footer-section .link-list li.double button {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #152839;
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  height: 40px;
}

body .page-footer .footer-section .link-list li.extra-margin {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem !important;
}

body .page-footer .footer-section .link-list.links li {
  margin: 0px 0px 5px 0px;
}

body .page-footer .footer-section .address-list li {
  color: #fff !important;
}

body .page-footer .footer-section .address-list li a {
  color: #fff !important;
}

body .page-footer .footer-section .copy-right-section .container {
  max-width: inherit !important;
  width: 100% !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px 0px 0px 0px;
}

body .page-footer .footer-section .copy-right-section .container p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
}

body .page-footer .footer-section .copy-right-section .container p a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body .page-footer .footer-section .copy-right-section .container p a img {
  margin-left: 0.6875rem !important;
}

body .page-footer .copy-right-section p {
  color: #fff !important;
}

body .page-footer .copy-right-section a {
  color: #fff;
}

body .page-footer .social-sticky-media {
  position: fixed;
  right: 0px;
  top: 200px;
  padding: 10px;
  background: #152839;
  z-index: 9999;
  width: auto;
}

body .page-footer .social-sticky-media i {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px auto 10px auto;
}

body .page-footer .social-sticky-media i a {
  display: block;
}

body .page-footer .social-sticky-media i a img {
  width: 100%;
  max-height: 22px;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper {
  background: #F4F6F8;
  display: flex;
  align-items: flex-start;
  margin: 0px !important;
  min-height: 850px;
  justify-content: space-evenly;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding-top: 100px;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: url(../images/homepagebg.png) no-repeat 50% 50%;
  background-size: cover;
  animation: rotate-image-new 5s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite alternate;
  width: 50%;
  z-index: 0;
}

@keyframes rotate-image-new {
  0% {
    background: url(../images/homepagebg.png) no-repeat 50% 50%;
  }

  100% {
    background: url(../images/homepagebg.png) no-repeat 50% 50%;
  }
}

body.hubrealestate-style .page-wrapper .page-title-wrapper h1.page-title {
  font-weight: 700;
  font-size: 48px !important;
  line-height: 59px;
  text-align: center;
  text-transform: lowercase !important;
  color: #000 !important;
  text-align: left;
  max-width: 1400px;
  margin: 0px 30px;
  width: 44%;
  position: relative;
  z-index: 2;
  padding: 0px 0px 0px 0px;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper h1.page-title::first-letter {
  text-transform: uppercase !important;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper h1.page-title span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 158.9%;
  display: block;
  text-transform: lowercase;
  padding: 30px 0px 0px 0px;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper h1.page-title span::first-letter {
  text-transform: uppercase;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch {
  margin: 30px auto;
  background: #ff6600;
  width: 100%;
  max-width: 80%;
  position: relative;
  z-index: 999;
  border-radius: 15px;
  border: 1px solid #ff6600 !important;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul li {
  list-style: none;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul li .form-group>label {
  display: block;
  text-align: left;
  color: #fff;
  font-weight: 600;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul li .form-group .location-input input[type="text"] {
  width: calc(100% - 10px);
  height: 40px;
  border: 1px solid #ff6600;
  border-radius: 5px !important;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul li.location {
  /* width: 60%; */
  width: 70%;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul li.location .form-group .location-input {
  width: 100%;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul li.type {
  /* width: calc(40% - 150px);  */
  width: calc(35% - 164px);
}

body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul li.type .form-group label {
  opacity: 0;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul li.type .form-group .type-input {
  width: 100%;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul li.type .form-group .type-input select {
  cursor: pointer;
  height: 40px;
  background: #fff;
  border: 1px solid #ff6600;
  border-radius: 5px !important;
  color: #ff6600 ;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul li.type .form-group .type-input i.fa-angle-down {
  display: none;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul li.SearchBtn .form-group button.btn {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  background: #fff;
  color: #ff6600;
  border: 1px solid #ff6600;
  padding: 12px 20px !important;
  height: 40px;
  border-radius: 5px !important;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper p.btns {
  max-width: 1400px;
  margin: 0px 30px;
  text-align: left;
  padding: 0px !important;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper p.btns button {
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
  color: #ff6600;
  border: 1px solid #ff6600;
}
body.hubrealestate-style .page-wrapper .page-title-wrapper p.btns button:hover{
  color: #fff !important;
  border: 1px solid #ff6600 !important;
  background:#ff6600 !important;
}

body.hubrealestate-style .page-wrapper .proxima-product-banner {
  min-height: 10vh !important;
  height: auto !important;
  padding: 0px 20px !important;
}

body.hubrealestate-style .page-wrapper .proxima-product-banner .container {
  min-height: 600px;
  display: flex;
  justify-content: center;
  max-width: 1600px !important;
  flex-direction: column;
}

body.hubrealestate-style .page-wrapper .proxima-product-banner .container.prj2 {
  min-height: 800px;
}

body.hubrealestate-style .page-wrapper .proxima-product-banner .container.prj2 h4 {
  margin: 0px;
}

body.hubrealestate-style .page-wrapper .proxima-product-banner .container .banner-inner {
  text-align: left;
  padding-top: 80px;
}

body.hubrealestate-style .page-wrapper .proxima-product-banner .container .banner-inner h4 {
  font-weight: 700;
  font-size: 62px;
  line-height: 59px;
  color: #fff;
  text-align: center;
}

body.hubrealestate-style .page-wrapper .proxima-product-banner .container .banner-inner h4 span {
  display: block;
  margin: 0px 0px 20px 0px;
}

body.hubrealestate-style .page-wrapper .proxima-project-list {
  padding: 2rem 0rem 3rem 0rem !important;
  background: #fff !important;
}

body.hubrealestate-style .page-wrapper .proxima-project-list .proxima-product-grid {
  padding: 0px 20px;
}

body.hubrealestate-style .page-wrapper .proxima-project-list .custom-container .proxima-navtab .nav-link {
  border-radius: 0px;
  background: #D9D9D9 !important;
  color: #636363 !important;
  box-sizing: border-box;
  text-transform: uppercase !important;
}

body.hubrealestate-style .page-wrapper .proxima-project-list .custom-container .proxima-navtab .nav-link.active {
  background: #152839 !important;
  color: #2A323C !important;
  border: 0px !important;
}

body.hubrealestate-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item {
  position: relative;
  padding: 0px 10px !important;
}

body.hubrealestate-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .img-box img {
  width: 100%;
}

body.hubrealestate-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .itemdetails {
  position: absolute;
  bottom: 0px;
  left: 10px;
  right: 10px;
  padding: 20px;
  background: linear-gradient(bottom, #000, transparent);
  background: -webkit-linear-gradient(bottom, #000, transparent);
}

body.hubrealestate-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .itemdetails h3 {
  font-size: 22px !important;
  font-style: normal;
  font-weight: 500 !important;
  color: #fff !important;
  text-align: left;
  margin: 0px !important;
  padding: 0px 0px 10px 0px;
  line-height: 100%;
}

body.hubrealestate-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .itemdetails h4 {
  margin: 0px !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  color: #fff !important;
  padding: 0px 0px 10px 0px;
}

body.hubrealestate-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .itemdetails span.location {
  display: block;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  color: #fff !important;
  padding: 5px 0px 5px 40px;
  background: url(../images/location.svg) no-repeat 0% 50%;
  background-size: 35px auto;
}

body.hubrealestate-style .page-wrapper .property-overview-banner .custom-container {
  max-width: 1600px !important;
  margin: 0px auto;
}

body.hubrealestate-style .page-wrapper .property-overview-banner .custom-container .content-box .card-block {
  background: #2A323C;
  padding: 0px 0px 40px 0px;
  border: 0px;
}

body.hubrealestate-style .page-wrapper .property-overview-banner .custom-container .content-box .card-block img {
  max-width: inherit;
  width: 100%;
  margin: 0px auto;
}

body.hubrealestate-style .page-wrapper .property-overview-banner .custom-container .content-box .card-block h5 {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
}

body.hubrealestate-style .page-wrapper .property-overview-banner .custom-container .content-box .card-block h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #fff;
}

body.hubrealestate-style .page-wrapper .property-overview-banner .custom-container .content-box .card-block ul {
  max-width: calc(100% - 60px);
  margin: 0px auto;
}

body.hubrealestate-style .page-wrapper .property-overview-banner .custom-container .content-box .card-block ul li .btn {
  color: #2A323C !important;
  background: #152839 !important;
  border: 0px !important;
}

body.hubrealestate-style .page-wrapper .property-overview-banner .custom-container .content-box .text-box h4 {
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  color: #fff;
  text-transform: uppercase;
}

body.hubrealestate-style .page-wrapper .property-overview-banner .custom-container .content-box .text-box p {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
}

body.hubrealestate-style .page-wrapper .page-main {
  position: relative;
  z-index: 0;
  background: #fff;
}

body.hubrealestate-style .page-wrapper .page-main .product-main-content .product.media {
  background: #EEEEEE !important;
}

body.hubrealestate-style .page-wrapper .page-main .product-main-content .property-overview-details-section {
  padding: 0px 30px;
}

body.hubrealestate-style .page-wrapper .page-main .product-main-content .property-overview-details-section h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000;
}

body.hubrealestate-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme {
  background: #fff !important;
  color: #000 !important;
}

body.hubrealestate-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .text-white,
body.hubrealestate-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme p {
  color: #000 !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}

body.hubrealestate-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box p,
body.hubrealestate-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box h2,
body.hubrealestate-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box h3,
body.hubrealestate-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box h4,
body.hubrealestate-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box h5 {
  color: #000 !important;
}

body.hubrealestate-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

body.hubrealestate-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box h4 i.text-primary {
  font-weight: 400;
}

body.hubrealestate-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box h4 i.text-primary span {
  color: #DEC17C;
  font-size: 11px !important;
}

body.hubrealestate-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000;
}

body.hubrealestate-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

body.hubrealestate-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box .specifications-list li.list-inline-item {
  background: none !important;
  color: #000 !important;
  border-radius: 0px;
  text-align: center;
  padding: 10px 20px !important;
  line-height: 100%;
  height: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

body.hubrealestate-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box .specifications-list li.list-inline-item .icon {
  color: #F4F6F8 !important;
}

body.hubrealestate-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box ul.propertylinks li.list-inline-item {
  background: #152839 !important;
  color: #2A323C !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  width: 153px;
  height: 38px;
  border: 1px solid #152839 !important;
  text-align: center;
  padding: 12px 0px;
}

body.hubrealestate-style .page-wrapper .page-main .product-main-content .strip-section {
  background: #152839 !important;
}

body.hubrealestate-style .page-wrapper .page-main .product-main-content .strip-section h2,
body.hubrealestate-style .page-wrapper .page-main .product-main-content .strip-section p {
  color: #2A323C !important;
}

body.hubrealestate-style .page-wrapper .page-main .product-main-content .strip-section h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #2A323C !important;
}

body.hubrealestate-style .page-wrapper .page-main .product-main-content .strip-section p {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

body.hubrealestate-style .page-wrapper .page-main .product-main-content .strip-section .btn {
  background: #2A323C !important;
  border: 1px solid #2A323C !important;
  height: auto;
  padding: 10px 20px !important;
  color: #152839 !important;
}

body.hubrealestate-style .page-wrapper .page-main ul.whatwedo {
  margin: 0px;
  padding: 0px;
  background: #1c3598;
}

body.hubrealestate-style .page-wrapper .page-main ul.whatwedo li {
  padding: 60px 50px;
  color: #ffffff;
  margin: 0px;
}

body.hubrealestate-style .page-wrapper .page-main ul.whatwedo li p {
  margin: 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  max-width: 1600px;
  margin: 0px auto;
  z-index: 2;
}

body.hubrealestate-style .page-wrapper .page-main ul.whatwedo li h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  margin: 0px auto;
  padding: 0px 0px 10px 0px;
  color: #ffffff;
  max-width: 1600px;
  z-index: 2;
}

body.hubrealestate-style .page-wrapper .page-main ul.whatwedo li:nth-child(2) {
  min-height: 490px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background: #ff0000;
}

body.hubrealestate-style .page-wrapper .page-main ul.whatwedo li:nth-child(2) p.paralax {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  max-width: inherit;
}

body.hubrealestate-style .page-wrapper .page-main ul.whatwedo li:nth-child(2) p.paralax img {
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.hubrealestate-style .page-wrapper .page-main .stripe {
  padding: 70px 0px;
  margin: 0px;
  background: #222222;
  color: #ffffff;
}

body.hubrealestate-style .page-wrapper .page-main .stripe h3 {
  text-align: center;
  margin: 0px auto 20px auto;
  font-size: 30px;
  color: #ffffff;
  max-width: 1600px;
  padding: 0px 30px;
  font-weight: 700;
}

body.hubrealestate-style .page-wrapper .page-main .stripe p {
  text-align: center;
  margin: 0px auto 10px auto;
  font-size: 20px;
  color: #ffffff;
  max-width: 1600px;
  padding: 0px 30px;
}

body.hubrealestate-style .page-wrapper .page-main .stripe p.subscribe {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

body.hubrealestate-style .page-wrapper .page-main .stripe p.subscribe span {
  width: 70%;
  padding: 0px 20px 0px 0px;
}

body.hubrealestate-style .page-wrapper .page-main .stripe p.subscribe span input[type="text"] {
  width: 100%;
  border: 3px solid #5af7c0;
}

body.hubrealestate-style .page-wrapper .page-main .stripe p.subscribe input[type="button"].btn {
  border-radius: 30px !important;
  font-size: 12px !important;
}

@media screen and (max-width: 700px) {
  body.hubrealestate-style .page-wrapper .page-main .stripe p.subscribe {
    display: block;
  }

  body.hubrealestate-style .page-wrapper .page-main .stripe p.subscribe span {
    width: 100%;
    display: block;
  }
}

body.hubrealestate-style .page-wrapper .page-main .section1 {
  padding: 65px 0px;
  background: #fff;
}

body.hubrealestate-style .page-wrapper .page-main .section1 .wrapper {
  margin: 0px auto;
  padding: 0px 20px;
  max-width: 1920px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

body.hubrealestate-style .page-wrapper .page-main .section1 .wrapper ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding: 40px 0px;
}

@media screen and (max-width: 700px) {
  body.hubrealestate-style .page-wrapper .page-main .section1 .wrapper ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}

body.hubrealestate-style .page-wrapper .page-main .section1 .wrapper ul>li {
  list-style: none !important;
  border-radius: 4px;
  padding: 30px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  position: relative;
}



body.hubrealestate-style .page-wrapper .page-main .section1 .wrapper ul>li:nth-child(4):after {
  background: url(../images/lg4a.svg) no-repeat 100% 100%;
}

body.hubrealestate-style .page-wrapper .page-main .section1 .wrapper ul>li span {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0px 0px 10px 0px;
}

body.hubrealestate-style .page-wrapper .page-main .section1 .wrapper ul>li span img {
  width: 100%;
}

body.hubrealestate-style .page-wrapper .page-main .section1 .wrapper ul>li h3 {
  font-size: 62px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #2A323C;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  position: relative;
}



body.hubrealestate-style .page-wrapper .page-main .section1 .wrapper ul>li p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #636363;
  margin: 0px;
}

body.hubrealestate-style .page-wrapper .page-main .section1 .wrapper h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  text-transform: capitalize;
  color: #000;
}

body.hubrealestate-style .page-wrapper .page-main .section1 .wrapper p {
  font-weight: 300;
  font-size: 16px;
  line-height: 35px;
  color: #000;
}

body.hubrealestate-style .page-wrapper .page-main .featured-products-section {
  padding: 50px 0px 30px 0px !important;
  background: #fff !important;
}

body.hubrealestate-style .page-wrapper .page-main .featured-products-section h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  color: #000 !important;
}

body.hubrealestate-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container:before {
  background: #F4F6F8 !important;
}

body.hubrealestate-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .featured-product-owl .owl-stage-outer .item-conainer {
  background: #fff !important;
}

body.hubrealestate-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .featured-product-owl h5 a {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
}

body.hubrealestate-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .featured-product-owl h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

body.hubrealestate-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .featured-product-owl h4 i.text-primary {
  color: #DEC17C !important;
}

body.hubrealestate-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .featured-product-owl h4 i.text-primary span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding-left: 10px;
  color: #000;
}

body.hubrealestate-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .featured-product-owl h4.icon-details i.text-primary {
  color: #DEC17C !important;
}

body.hubrealestate-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-conainer {
  position: relative;
}

body.hubrealestate-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-conainer .itemdetails {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  background: -webkit-linear-gradient(bottom, #000, transparent);
}

body.hubrealestate-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-conainer .itemdetails h3 {
  font-size: 22px !important;
  font-style: normal;
  font-weight: 500 !important;
  color: #fff !important;
  text-align: left;
  margin: 0px !important;
  padding: 0px 0px 10px 0px;
  line-height: 100%;
}

body.hubrealestate-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-conainer .itemdetails h4 {
  margin: 0px !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  color: #fff !important;
  padding: 0px 0px 10px 0px;
}

body.hubrealestate-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-conainer .itemdetails span.location {
  display: block;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  color: #fff !important;
  padding: 5px 0px 5px 40px;
  background: url(../images/location.svg) no-repeat 0% 50%;
  background-size: 35px auto;
}

body.hubrealestate-style .page-wrapper .page-main .featured-products-section.section2 {
  padding: 60px 0px !important;
  background: #fff !important;
}

body.hubrealestate-style .page-wrapper .page-main .featured-products-section.section2 h3 {
  color: #000 !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}

body.hubrealestate-style .page-wrapper .page-main .featured-products-section.section2 .container .featured-product-slider-container:before {
  background: #F4F6F8 !important;
}

body.hubrealestate-style .page-wrapper .page-main .featured-products-section.section2 .container .featured-product-slider-container h5 a {
  color: #000 !important;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}

body.hubrealestate-style .page-wrapper .page-main .featured-products-section.bgtheme {
  background: #F4F6F8 !important;
  padding-top: 60px;
}

body.hubrealestate-style .page-wrapper .page-main .featured-products-section.bgtheme h3 {
  color: #000 !important;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  text-transform: none !important;
}

body.hubrealestate-style .page-wrapper .page-main .featured-products-section.bgtheme .container .featured-product-slider-container:before {
  background: #F4F6F8 !important;
}

body.hubrealestate-style .page-wrapper .page-main .services {
  padding: 100px 0px;
  background: #fff;
}

@media screen and (max-width: 700px) {
  body.hubrealestate-style .page-wrapper .page-main .services {
    padding: 80px 20px;
  }
  body.hubrealestate-style.cms-resources .page-wrapper .page-main .serviceofferd ul li{
    padding: 20px 0;
  }
  body.hubrealestate-style.cms-resources .page-wrapper .page-main .serviceofferd ul li:last-child{
    flex-direction: column-reverse;
  }
}

body.hubrealestate-style .page-wrapper .page-main .services .wrapper {
  margin: 0px auto;
  max-width: 1600px;
  padding: 0px 20px;
}

body.hubrealestate-style .page-wrapper .page-main .services .wrapper h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin: 0px 0px 10px 0px;
  color: #0B132A;
}

body.hubrealestate-style .page-wrapper .page-main .services .wrapper p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #0B132A;
  text-align: center;
}

body.hubrealestate-style .page-wrapper .page-main .serviceofferd {
  padding: 0px;
  margin: 0px auto;
  background: #fff;
}

body.hubrealestate-style .page-wrapper .page-main .serviceofferd ul {
  max-width: 1600px;
  margin: 0px auto 30px auto;
  padding: 0px;
}

body.hubrealestate-style .page-wrapper .page-main .serviceofferd ul li {
  position: relative;
  list-style: none;
  margin: 0px 0px 77px 0px;
  display: flex;

}


body.hubrealestate-style.cms-resources .page-wrapper .page-main .serviceofferd ul li .details a{
  background: #ff6600;
  border: 1px solid #ff6600;
  color: #fff;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  padding: 10px 0 !important;
  margin-top: 20px;
  border-radius: 5px !important;
  min-height: 40px;
  min-width: 120px;
  text-align: center;
}
body.hubrealestate-style.cms-resources .page-wrapper .page-main .serviceofferd ul li .details a:hover{
  background: #fff !important;
  border: 1px solid #ff6600 !important;
  color: #ff6600 !important;
}
body.hubrealestate-style.cms-resources .page-wrapper .page-main .serviceofferd ul li .details{
  align-items: center;
}
body.hubrealestate-style.cms-resources .page-wrapper .page-main .serviceofferd ul li{
  margin: 0 !important;
}
body.hubrealestate-style.cms-resources .page-wrapper .page-main .serviceofferd ul li .details{
  background-color: #fff;
}

body.hubrealestate-style .page-wrapper .page-main .serviceofferd ul li span {
  display: block;
  overflow: hidden;
  width: 50%;

}

body.hubrealestate-style .page-wrapper .page-main .serviceofferd ul li span img {
  width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 1;
}

body.hubrealestate-style .page-wrapper .page-main .serviceofferd ul li .details {
  width: 50%;
  padding: 40px;
  background:#F5F5F5;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

body.hubrealestate-style .page-wrapper .page-main .serviceofferd ul li .details h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #0B132A;
  margin: 0 0 20px 0;
}

body.hubrealestate-style .page-wrapper .page-main .serviceofferd ul li .details p {
  font-size: 16px;
  line-height: 35px;
  font-style: normal;
  font-weight: 400;
  color: #636363;
  margin: 0;
}

body.hubrealestate-style .page-wrapper .page-main .testimonials {
  background: #fff;
  padding: 60px 0px;
}

body.hubrealestate-style .page-wrapper .page-main .testimonials .wrapper {
  text-align: center;
  padding: 60px 20px;
  max-width: 1920px;
  margin: 0px auto;
}

body.hubrealestate-style .page-wrapper .page-main .testimonials .wrapper h2 {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #0B132A;
  margin: 0px;
}

body.hubrealestate-style .page-wrapper .page-main .testimonials .wrapper p {
  font-style: normal;
  font-weight: 400;
  color: #0B132A;
  margin: 0px;
}

body.hubrealestate-style .page-wrapper .page-main .testimonials .wrapper ul {
  margin: 40px auto;
  /* display: grid;
          grid-template-columns: repeat(3, 1fr); */
  grid-gap: 50px;
  padding: 0px 20px;
  max-width: 1500px;
}

@media screen and (max-width: 700px) {
  body.hubrealestate-style .page-wrapper .page-main .testimonials .wrapper ul {
    grid-template-columns: repeat(1, 1fr);
  }
  body.hubrealestate-style .page-wrapper .page-main .testimonials{
    padding-top: 0 !important;
  }
  body.hubrealestate-style .page-wrapper .page-main .ourteam .wrapper>ul.aboutteam>li{
    margin-bottom: 0 !important;
  }
}

body.hubrealestate-style .page-wrapper .page-main .testimonials .wrapper ul li {
  padding: 30px;
  list-style: none;
  background: #fff;
  border: 1px solid #152839;
  border-radius: 10px;
}

body.hubrealestate-style .page-wrapper .page-main .testimonials .wrapper ul li h4 {
  text-align: left;
  color: #0B132A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin: 0px 0px 20px 0px;
}

body.hubrealestate-style .page-wrapper .page-main .testimonials .wrapper ul li p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  position: relative;
  color: #000;
}

body.hubrealestate-style .page-wrapper .page-main .getlatestnews {
  padding: 90px 0px;
  text-align: center;
  background: #152839;
  color: #000;
}

body.hubrealestate-style .page-wrapper .page-main .getlatestnews .wrapper h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #2A323C;
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
}

body.hubrealestate-style .page-wrapper .page-main .getlatestnews .wrapper p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin: 0px 0px 20px 0px;
  color: #2A323C;
}

body.hubrealestate-style .page-wrapper .page-main .getlatestnews .wrapper p.subscribe {
  max-width: calc(80% - 40px);
  padding: 0px 30px;
  display: flex;
  text-align: center;
  margin: 0px auto;
}

body.hubrealestate-style .page-wrapper .page-main .getlatestnews .wrapper p.subscribe span {
  display: block;
  width: calc(100% - 140px);
  padding: 0px 10px 0px 0px;
}

body.hubrealestate-style .page-wrapper .page-main .getlatestnews .wrapper p.subscribe span input[type="text"] {
  padding: 10px;
  height: 38px;
  background: #fff;
  color: #636363;
}

body.hubrealestate-style .page-wrapper .page-main .getlatestnews .wrapper p.subscribe input[type="button"].btn {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  color: #fff !important;
  background: #2A323C !important;
  border: 1px solid #2A323C !important;
}

@media screen and (max-width: 700px) {
  body.hubrealestate-style .page-wrapper .page-main .getlatestnews .wrapper p.subscribe {
    display: block;
    max-width: 100%;
  }

  body.hubrealestate-style .page-wrapper .page-main .getlatestnews .wrapper p.subscribe span {
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
}

body.hubrealestate-style .page-wrapper .page-main .section5 {
  background: #f8f8f8;
  padding: 30px 0px 0px 0px;
}

body.hubrealestate-style .page-wrapper .page-main .section5 .wrapper {
  max-width: 1300px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

body.hubrealestate-style .page-wrapper .page-main .section5 .wrapper ul {
  margin: 0px;
  padding: 20px;
}

body.hubrealestate-style .page-wrapper .page-main .section5 .wrapper ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #fff;
  padding: 0px 0px 20px 0px;
}

body.hubrealestate-style .page-wrapper .page-main .section5 .wrapper ul li span {
  color: #152839;
}

body.hubrealestate-style .page-wrapper .page-main .section5 h5 {
  background: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  text-align: center;
  color: #152839;
  margin: 0px;
}

body.hubrealestate-style .page-wrapper .page-main .section5 h5 span {
  display: block;
  max-width: 1100px;
  margin: 0px auto;
  padding: 40px;
}

body.hubrealestate-style .page-wrapper .page-main .contact {
  background: #fff;
  padding: 0px 0px 50px 0px !important;
}

body.hubrealestate-style .page-wrapper .page-main .contact .wrapper {
  max-width: 1500px;
  margin: 0px auto;
}

@media screen and (max-width: 1300px) {
  body.hubrealestate-style .page-wrapper .page-main .contact .wrapper {
    padding: 0px 30px;
  }
}

body.hubrealestate-style .page-wrapper .page-main .contact .wrapper>p {
  font-style: italic;
  font-weight: 800;
  font-size: 32px;
  line-height: 44px;
  text-transform: uppercase;
  color: #000;
  padding: 50px 0px;
}

body.hubrealestate-style .page-wrapper .page-main .contact .wrapper h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding: 50px 0px;
  text-transform: uppercase;
}

body.hubrealestate-style .page-wrapper .page-main .contact .wrapper h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #636363;
  max-width: 650px;
}

body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox {
  margin: 0px auto;
  padding: 0px;
  display: flex;
}

@media screen and (max-width: 700px) {
  body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox {
    display: block;
  }
}

body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li {
  list-style: none;
  width: 50%;
}

@media screen and (max-width: 700px) {
  body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li {
    width: 100%;
  }
}

body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form input[type="text"],
body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form input[type="email"],
body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form textarea {
  border: 1.5px solid #636363;
  background: none;
  color: #636363;
  max-width: 650px;
}

body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form input[type="text"]::placeholder,
body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form input[type="email"]::placeholder,
body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form textarea::placeholder {
  color: #636363;
}

body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form p.btns {
  text-align: center;
  max-width: 550px;
}

body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form p.btns .btn {
  margin: 30px auto;
  display: block;
  background: #152839 !important;
  color: #fff !important;
  font-size: 12px;
  padding: 15px 20px !important;
  border: 0px !important;
}

body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form p.btns .btn:hover {
  background: #FAD701 !important;
  color: #fff !important;
}

body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address {
  padding: 0px 0px 0px 30px;
}

body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin: 0px;
  padding: 0px;
}

@media screen and (max-width: 700px) {
  body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address ul {
    display: block;
  }
}

body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address ul li {
  list-style: none;
  width: 100%;
}

body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address ul li h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin: 0px 0px 10px 0px;
}

body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address ul li p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #636363;
}

body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address ul li p a {
  color: #636363;
}

body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  margin: 0px 0px 20px 0px;
}

body.hubrealestate-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address .map iframe {
  width: 100%;
  height: 250px;
}

body.hubrealestate-style .page-wrapper .page-main .block-static-block .parallax-section h4 {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
}

body.hubrealestate-style .page-wrapper .page-main .block-static-block .parallax-section p {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}

body.hubrealestate-style .page-wrapper .page-main .block-static-block .parallax-section .btn {
  background: #ff6600;
  color: #fff;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  border-radius: 5px !important;
  border: 1px solid #ff6600;
}

body.hubrealestate-style .page-wrapper .page-main .ourteam {
  padding: 50px 0px;
  background: #fff;
}

body.hubrealestate-style .page-wrapper .page-main .ourteam .wrapper {
  margin: 0px auto;
  max-width: 1600px;
}

body.hubrealestate-style .page-wrapper .page-main .ourteam .wrapper>ul {
  margin: 0px;
  padding: 0px;
}

body.hubrealestate-style .page-wrapper .page-main .ourteam .wrapper>ul.aboutteam {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin: 0px auto;
  padding: 30px 0px;
  list-style: none;
  max-width: 1100px;
}

@media screen and (max-width: 700px) {
  body.hubrealestate-style .page-wrapper .page-main .ourteam .wrapper>ul.aboutteam {
    display: block;
    grid-template-columns: repeat(2, 1fr);
  }
}

body.hubrealestate-style .page-wrapper .page-main .ourteam .wrapper>ul.aboutteam>li {
  text-align: center;
}

@media screen and (max-width: 700px) {
  body.hubrealestate-style .page-wrapper .page-main .ourteam .wrapper>ul.aboutteam>li {
    margin-bottom: 100px;
    width: 100%;
  }
}

body.hubrealestate-style .page-wrapper .page-main .ourteam .wrapper>ul.aboutteam>li>span {
  display: block;
  width:260px;
  height: 300px;
  border-radius: 100%;
  background: #D9D9D9;
  margin: 0px auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

body.hubrealestate-style .page-wrapper .page-main .ourteam .wrapper>ul.aboutteam>li h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  padding: 30px 0px 10px 0px;
  color: #000;
  margin: 0px;
}

body.hubrealestate-style .page-wrapper .page-main .ourteam .wrapper>ul.aboutteam>li h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
  color: rgba(11, 19, 42, 0.5);
}

body.hubrealestate-style .page-wrapper .page-main .ourteam .wrapper>ul.aboutteam>li p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0px;
  color: #636363;
  margin-top: 20px;
}

body.hubrealestate-style .page-wrapper .page-main .ourteam .wrapper>ul.aboutteam>li p span {
  display: block;
}

body.hubrealestate-style .page-wrapper .page-main .ourteam .wrapper h2 {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #000;
  padding: 40px 0px 30px 0px;
  margin: 0px;
}

body.hubrealestate-style .page-wrapper .page-main .ourteam .wrapper h2.second {
  padding-top: 80px;
  font-size: 32px;
}

body.hubrealestate-style .page-wrapper .page-main .ourteam .wrapper p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  max-width: 1100px;
  margin: 0px auto 20px auto;
  text-align: center;
}

body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper {
  background: #F4F6F8;
  padding: 60px 0px;
}

body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 0px auto;
  max-width: 1600px;
  padding: 0px;
}

body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li {
  list-style: none;
  width: 50%;
  padding: 40px 60px;
}

body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
}

body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li p {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}

body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li p.second {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li p.double {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li p.double span {
  display: block;
  width: 50%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li p.double span label {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin: 0px;
  display: block;
}

body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
}

body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li ul li {
  margin: 0px 0px 20px 0px;
  list-style: none;
}

body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li ul li input, body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li ul li textarea {
  border-radius: 10px;
  border: 1.5px solid #0B132A;
  background: #fff;
}

body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li ul li button {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #ff6600;
  background:#ff6600;
  padding: 6px 20px;
  margin-top: 30px;
}
body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li ul li button:hover{
  background-color: #fff !important;
  border: 1px solid #ff6600 !important;
  color: #ff6600 !important;
}

body.hubrealestate-style .page-wrapper .page-main .becomeanagent .wrapper {
  padding: 50px 0px;
  max-width: 850px;
  margin: 0px auto;
}

body.hubrealestate-style .page-wrapper .page-main .becomeanagent .wrapper p {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  color: #636363;
  text-align: center;
}

body.hubrealestate-style .page-wrapper .page-main .becomeanagent .wrapper ul {
  margin: 0px auto;
  padding: 0px;
}

body.hubrealestate-style .page-wrapper .page-main .becomeanagent .wrapper ul li {
  list-style: none;
}

body.hubrealestate-style .page-wrapper .page-main .becomeanagent .wrapper ul li input[type="text"], body.hubrealestate-style .page-wrapper .page-main .becomeanagent .wrapper ul li textarea, body.hubrealestate-style .page-wrapper .page-main .becomeanagent .wrapper ul li input[type="tel"], body.hubrealestate-style .page-wrapper .page-main .becomeanagent .wrapper ul li input[type="password"], body.hubrealestate-style .page-wrapper .page-main .becomeanagent .wrapper ul li input[type="email"] {
  border-radius: 10px;
  border: 1.5px solid #636363;
  background: #fff;
  padding: 8px 10px;
}

body.hubrealestate-style .page-wrapper .page-main .becomeanagent .wrapper ul li button {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #FFF;
  background: #152839;
  padding: 6px 20px;
}

body.hubrealestate-style .search-block label {
  color: #000;
  font-weight: 600;
}

body.hubrealestate-style .search-block .text-input {
  border-radius: 0px;
  background: #fff !important;
  color: #000000 !important;
  border: 1px solid #fff !important;
}

body.hubrealestate-style .search-block .select-input select.text-input {
  background: #fff !important;
  border: 1px solid #fff !important;
}

body.hubrealestate-style .search-block.project-search {
  display: block;
  background: transparent !important;
  margin-top: -5.625rem;
}

body.hubrealestate-style .search-block.project-search .search-block-main .search-block-inner {
  background: #ff6600  !important;
  border: 0px;
  display: block;
  position: relative;
  top: inherit;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

body.hubrealestate-style .search-block.project-search .search-block-main .search-block-inner h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 158.9%;
  color: #fff !important;
  text-transform: capitalize !important;
}

body.hubrealestate-style .search-block.project-search .search-block-main .search-block-inner .search-list select, body.hubrealestate-style .search-block.project-search .search-block-main .search-block-inner .search-list input[type="text"] {
  border-radius: 5px;
  background: #fff;
}

body.hubrealestate-style .search-block.project-search .search-block-main .search-block-inner .search-list .btn {
  background: #fff;
  border: 1px solid #fff;
  color:#ff6600 !important;
  border-radius: 5px !important;
}

body.hubrealestate-style .featured-product-owl .item-conainer {
  box-shadow: 0px 0px 10px rgba(0, 0, 10, 0.15);
}

/* New change with figma and responsive approach  */
body.hubrealestate-style .navigation.custommenu li.level0 .level-top {
  font-family: 'Montserrat', sans-serif !important;
}

body.hubrealestate-style :is(button:not([type="submit"]), a.btn, .btn, .btn-primary):hover {
  background: #ff6600 !important;
  color: #fff !important;
  border: 1px solid #ff6600 !important;
}

body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .map {
  width: 100%;
  height: 400px;
}

body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .map>div {
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
}

/* common project item style of top-properties and projectpage items -start */
#html-body.hubrealestate-style .featured-product-owl .item-conainer .details-box,
#html-body.hubrealestate-style .proxima-project-list li.theme-item .theme-item-details {
  background: linear-gradient(bottom, #000, transparent) !important;
  background: -webkit-linear-gradient(bottom, #000, transparent) !important;
  border-radius: 0 !important;
  bottom: 0 !important;
  right: 0;
  left: 0 !important;
}

#html-body.hubrealestate-style .featured-product-owl .item-conainer .details-box h5 a,
#html-body.hubrealestate-style .proxima-project-list li.theme-item .theme-item-details strong a {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  text-align: left;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  line-height: 100%;
}

#html-body.hubrealestate-style .featured-product-owl .item-conainer .details-box .price-details,
#html-body.hubrealestate-style .proxima-project-list li.theme-item .theme-item-details .price-details {
  margin: 0px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  padding: 0px 0px 10px 0px;
}

#html-body.hubrealestate-style .featured-product-owl .item-conainer .details-box h4,
#html-body.hubrealestate-style .proxima-project-list li.theme-item .theme-item-details .fa-map-marker-alt {
  display: inline-flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  align-items: center;
  gap: 5px;
}

#html-body.hubrealestate-style .proxima-project-list li.theme-item .theme-item-details .fa-pencil-ruler {
  display: none;
}

#html-body.hubrealestate-style .proxima-project-list li.theme-item .theme-item-details h6 {
  margin: 0;
}

/* common project item style of top-properties and projectpage items -end */

body.hubrealestate-style .select-input select option {
  background-color: transparent;
  color:  #000 !important;
}


body.hubrealestate-style .page-wrapper .page-main .testimonials .wrapper ul li {
  min-height: 320px;
  background-image: url(../images/quotes.svg);
  background-repeat: no-repeat;
  background-position: 90% 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  gap: 10px;
}

body.hubrealestate-style .project-search label {
  display: none;
}

body.hubrealestate-style .project-search .search-block-inner {
  min-height: 150px;
  padding: 0px 30px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  max-width: 1500px;
  margin: auto;
}

body.hubrealestate-style .project-search .search-block-inner :is(input, select) {
  min-height: 40px;
}

body.hubrealestate-style .page-wrapper .page-main .testimonials .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 30px 0px;
}

body.hubrealestate-style .page-wrapper .page-main .testimonials .owl-carousel .owl-dots button {
  width: auto;
  min-height: auto;
  min-width: auto;
  padding: 0 !important;
  height: auto;
  margin: 0;
}

body.hubrealestate-style .page-wrapper .page-main .testimonials .owl-carousel .owl-dots button span {
  margin: 0;
}

body.hubrealestate-style .page-wrapper .page-main .testimonials .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #ff6600;
}

body.hubrealestate-style .featured-product-owl .owl-item:hover .item-conainer img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.hubrealestate-style .search-block.project-search .search-block-main .search-block-inner .search-list select {
  font-size: 12px;
  cursor: pointer;
  color: #ff6600 !important;
}

body.hubrealestate-style .search-block.project-search .search-block-main .search-block-inner .search-list input[type="text"] {
  font-size: 16px;
}

body.hubrealestate-style  .limiter select.limiter-options{
  text-align: center !important;
}

body.hubrealestate-style .pages .items .item:hover a,
body.hubrealestate-style .pages .items .item.current a,
body.hubrealestate-style .pages .items .item:hover strong,
body.hubrealestate-style .pages .items .item.current strong {
  background: #ff6600 !important
}

body.hubrealestate-style .pages .items .item:hover a,
body.hubrealestate-style .pages .items .item.current a,
body.hubrealestate-style .pages .items .item:hover strong,
body.hubrealestate-style .pages .items .item.current strong,
body.hubrealestate-style .pages .items .item a:hover:before {
  color: #ffffff;
}

body.hubrealestate-style .pages .items .item:hover a,
body.hubrealestate-style .pages .items .item.current a,
body.hubrealestate-style .pages .items .item:hover strong,
body.hubrealestate-style .pages .items .item.current strong {
  background: #7377ab;
  color: #ffffff;
}

body.hubrealestate-style .pages .items .item a,
body.hubrealestate-style .pages .items .item strong {
  background: #f5f5f5;
  color: #000;
}

body.hubrealestate-style .limiter .limiter-label,
body.hubrealestate-style .limiter .limiter-text,
body.hubrealestate-style .limiter .label {
  color: #000 !important;
}

@media (max-width:1445px) and (min-width:1023px) {
  body.hubrealestate-style .page-wrapper .page-main .testimonials .wrapper ul li {
    min-height: 490px;
  }
}

@media screen and (min-width: 1650px) {
  body .proxima-header .navigation .level0 {
    margin-right: 2rem !important;
  }

  body.hubrealestate-style q.wordbreak-space {
    display: block;
    quotes: none;
  }

  body .proxima-header .navigation .level0 a.level-top {
    min-width: 96px;
  }
}

body .page-wrapper .proxima-header .header-container .header.panel {
  padding: 0 0 0 0 !important;
}

body .page-wrapper .proxima-header .header-container .header.panel .menu-container {
  height: 88px;
}

@media screen and (min-width: 1600px) {
  body .page-wrapper .proxima-header .header-container {
    max-width: 100%;
    padding: 0px 126px;
  }

  body.hubrealestate-style .page-wrapper .page-main .section1 .wrapper {
    max-width: 100%;
    padding: 0px 270px;
  }

  body.hubrealestate-style .page-wrapper .page-title-wrapper {
    padding-left: 120px;
  }
}

@media screen and (max-width: 1600px) {
  body .page-wrapper .proxima-header .header-container {
    max-width: 100%;
    padding: 0px 5rem;
  }

  body.hubrealestate-style .page-wrapper .page-main .section1 .wrapper {
    max-width: 100%;
    padding: 0px 126px;
  }

  body.hubrealestate-style .page-wrapper .page-title-wrapper {
    padding-left: 70px;
  }

  body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li p.double span:nth-of-type(1) {
    width: 30%;
  }

  body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li p.double span:nth-of-type(2) {
    width: 70%;
  }
}

@media screen and (max-width: 1080px) {
  body.hubrealestate-style .page-wrapper .page-title-wrapper {
    padding-left: 30px;
  }

  body .page-wrapper .proxima-header .right-main-nav .links li.link a.btn {
    font-size: 12px !important;
  }

  .header-container .header.links {
    gap: 15px;
  }

  .proxima-header .right-main-nav ul li {
    margin: 0 !important;
  }
}

@media screen and (max-width: 578px) {
  body .page-wrapper .proxima-header .header-container {
    padding: 0px 1rem 0 5rem;
  }

  body.hubrealestate-style .page-wrapper .page-title-wrapper {
    padding-left: 10px;
    padding-top: 10px;
    min-height: 650px;
  }

  body.hubrealestate-style .page-wrapper .page-main .section1 .wrapper {
    max-width: 100%;
    padding: 0px 50px;
  }
}

body .double-section [type="button"],
body .proxima-header .right-main-nav ul li a.btn,
body.hubrealestate-style :is(button:not(.enquire-now), a.btn, [type="button"]) {
  border-radius: 5px !important;
  min-height: 40px;
  padding: 10px 0 !important;
  min-width: 120px;
  font-weight: 400 !important;
  border-width: 1px;
  line-height: 100%;
}

body .double-section [type="button"]:hover,
body.hubrealestate-style input[type="button"]:hover,
body.hubrealestate-style .project-search button[type="submit"]:hover,
body.hubrealestate-style .mainsearch button[type="submit"]:hover {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  line-height: 100%;
}

body.hubrealestate-style .project-search button[type="submit"] {
  background-color: #fff !important;
  color: #152839 !important;
  line-height: inherit;
}

body.hubrealestate-style .iPhoneParallax .btn,
body.hubrealestate-style .parallax-section .btn {
  background-color:#ff6600 !important;
  color: #fff !important;
  border: 1px solid #ff6600 !important;
}

body.hubrealestate-style .iPhoneParallax .btn:hover {
  background-color: #fff !important;
}

body .double-section {
  display: flex;
  gap: 10px;
}

body .double-section span {
  width: 100%;
}

body .double-section input {
  height: 40px;
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}
body .double-section #newsletter-validate-detail:hover{
  background-color: #ff6600 !important;
  color: #fff !important;
  border: 1px solid #ff6600 !important;
}

body.hubrealestate-style .parallax-section .btn:hover {
  color: #152839 !important;
  background-color: #fff !important;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch input[type="text"] {
  width: 100% !important;
  font-size: 1rem;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch input[type="text"]::placeholder {
  color: #B6B6B6;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch select {
  background-origin: padding-box !important;
  background-image: url(../images/search-bar-arrow.svg) !important;
  font-size: 0.75rem;
  color: #152839;
  background-size: 12px !important;
  padding-right: 25px;
  background-position: 95% 50% !important;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch {
  display: flex;
  min-height: 150px;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul {
  width: 100%;
  padding: 1.81rem 1.87rem 2.13rem 1.87rem;
  gap: 0.95rem;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul li {
  margin: 0;
}

body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch label {
  margin-bottom: 0.56rem;
  font-size: 22px;
}

body .page-footer .footer-section .container>.row {
  justify-content: space-between;
}

@media screen and (max-width: 1800px) {
  body.hubrealestate-style .page-wrapper .page-main .serviceofferd {
    padding: 0 50px;
  }
}

@media (min-width: 991px) and (max-width: 1080px) {
  body .double-section {
    flex-direction: column;
  }
}

@media screen and (max-width: 1200px) {

  body .nav-toggle:before {
    color: #fff !important;
  }

  .proxima-header .for-full-width-menu {
    margin-left: 1.5rem !important;
  }
}

@media screen and (max-width: 1199.98px) {

  body .page-wrapper .proxima-header .header-container .header .sticky-header .navigation.custommenu li.level0 .level-top,
  body .page-wrapper .proxima-header .header-container .header .sticky-header .navigation.custommenu li.level0 .level-top:hover {
    color: #fff !important;
  }
}

@media screen and (max-width: 991px) {
  body .page-footer .footer-section .container>.row div:nth-of-type(4) {
    max-width: 100%;
    flex: 1 1 100%;
  }

  body .page-footer .footer-section .container>.row div:nth-of-type(2),
  body .page-footer .footer-section .container>.row div:nth-of-type(3) {
    max-width: 50%;
    flex: 1 1 50%;
  }
}

@media screen and (max-width: 1440px) {
  body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul li.type {
    /* width: calc(100% - 140px); */
    width: calc(40% - 130px);
  }

  body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul li.location {
    width: 70%;
  }
}

@media screen and (max-width: 1280px) {
  body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul li.type {
    width: calc(50% - 130px);
  }

  body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul li.location {
    width: 70%;
  }
}

@media screen and (max-width: 1080px) {
  body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul li.type {
    width: 100%;
  }

  body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul li.location {
    width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul li.location {
    width: 100%;
  }

  body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul li.SearchBtn {
    width: 120px;
  }

  body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul {
    flex-wrap: wrap;
  }

  body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch ul li:not(.location) label {
    display: none;
  }

}

@media screen and (max-width: 1080px) {

  body.hubrealestate-style .page-wrapper .page-main .ourteam .wrapper>ul.aboutteam,
  body.hubrealestate-style .page-wrapper .page-main .section1 .wrapper ul {
    grid-template-columns: repeat(2, 1fr);
  }

  body.hubrealestate-style .page-wrapper .page-main .serviceofferd ul li,
  body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul {
    flex-direction: column;
    gap: 10px;
  }

  body.hubrealestate-style .page-wrapper .page-main .serviceofferd ul li:nth-of-type(2) {
    flex-direction: column-reverse;
  }

  body.hubrealestate-style .page-wrapper .page-main .serviceofferd ul li .details,
  body.hubrealestate-style .page-wrapper .page-main .serviceofferd ul li span,
  body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li {
    width: 100%;
  }

  body.hubrealestate-style .page-wrapper .page-main .serviceofferd ul li {
    margin-bottom: 0;
  }

  body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li {
    padding: 0px 40px 0px 40px;
  }

  body.hubrealestate-style .page-wrapper .page-main .ourteam .wrapper {
    padding: 0px 30px;
  }

  body.hubrealestate-style .page-wrapper .page-main .becomeanagent .wrapper {
    padding: 50px 30px;
  }

  body.hubrealestate-style .page-wrapper .page-main .serviceofferd ul li .details {
    padding: 40px 0px;
  }
}

@media screen and (max-width: 768px) {

  body.hubrealestate-style .page-wrapper .page-title-wrapper:before,
  body.hubrealestate-style .page-wrapper .page-title-wrapper h1.page-title {
    width: 100%;
    max-width: -webkit-fill-available;
  }

  body.hubrealestate-style .page-wrapper .page-title-wrapper:before {
    height: 500px;
    bottom: 241px;
    top: unset;
  }

  body.hubrealestate-style .page-wrapper .page-title-wrapper p.btns {
    margin: 30px auto 530px auto;
  }
  body.hubrealestate-style .page-wrapper .page-title-wrapper {
    padding-right: 10px;
  }

  body.hubrealestate-style .page-wrapper .page-title-wrapper h1.page-title {
    margin:10px;
    text-align: center;
  }
  body.hubrealestate-style .page-wrapper .page-title-wrapper h1.page-title span{
    padding: 30px 0px 0px 0px;
  }

  body.hubrealestate-style .page-wrapper .page-title-wrapper {
    padding-top: 10rem;
  }

  @keyframes rotate-image-new {
    0% {
      background-size: contain;
    }

    100% {
      background-size: contain;
    }
  }

  body.hubrealestate-style .search-block.project-search:after {
    background-color: transparent !important;
  }

  body.hubrealestate-style .project-search .search-block-inner {
    padding: 30px;
  }

  body .page-footer .footer-section .copy-right-section {
    margin-top: 1rem;
  }

  body .page-footer .footer-section .copy-right-section .container p {
    flex-direction: column;
    gap: 10px;
  }

  body.hubrealestate-style .page-wrapper .page-main .serviceofferd ul li .details {
    padding: 10px 0;
  }

  body.hubrealestate-style .page-wrapper .page-main .services {
    padding: 30px 20px;
  }

  body .page-footer .footer-section .container>.row div:nth-of-type(2),
  body .page-footer .footer-section .container>.row div:nth-of-type(3),
  body .page-footer .footer-section .container>.row div:nth-of-type(4) {
    max-width: 100%;
    flex: 1 1 100%;
  }

  body .page-wrapper .proxima-header .header-container {
    padding: 0px 3rem;
  }

  body .page-footer .footer-section .link-list li {
    text-align: center;
  }
}

@media screen and (max-width: 578px) {
  body.hubrealestate-style .page-wrapper .page-main .section1 .wrapper ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .header-container .header>.flex-layout {
    flex-wrap: nowrap;
  }

  body .page-footer .footer-section .container>.row div:nth-of-type(1) {
    padding-bottom: 15px;
  }

  body .double-section {
    flex-direction: column;
  }
}

@media screen and (max-width: 575.98px) {
  body .header-container .header>.flex-layout .logo-container {
    margin-left: 0 !important;
  }

  body.hubrealestate-style .proxima-product-banner .banner-inner h4 {
    font-size: 4rem !important;
  }

  body.hubrealestate-style .page-wrapper .page-title-wrapper .mainsearch {
    max-width: 95%;
  }

  body .primary-menu-container .nav-toggle {
    left: 5px !important;
    top: 2.2rem !important;
  }

  body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li p.double {
    align-items: baseline;
    flex-direction: column;
  }

  body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li p.double span {
    width: 100% !important;
  }
}

body.hubrealestate-style i.fa-map-marker-alt::before {
  content: url(../images/loc-icon.svg);
  font-size: 30px;
}

body .page-footer .footer-section .link-list li {
  line-height: 170%;
}

body .page-footer .footer-section .link-list li :is(a, p) {
  line-height: inherit;
}

body .page-footer .footer-section .link-list li a {
  word-break: break-word;
}

body header .proxima_custom_multi_lang {
  display: none;
}

.contact-index-index .page-header {
  margin-bottom: unset;
}

/* agent site account section - start */

body.account .page-wrapper .proxima-header .header-container {
  background-color: #fff;
}

body .header-container .header.links li.xauthorization-link {
  display: inline-flex;
  align-items: center;
}

body .header-container .header.links li select {
  mix-blend-mode: difference;
  min-height: 40px;
}

body .header-container .header.links li i.myaccount-dropdown-icon {
  mix-blend-mode: difference;
  position: static;
  margin-left: -20px;
}

body.account .elmt-header.proxima-header .right-main-nav ul.header.links li.letstalk {
  display: none;
}

@media screen and (max-width: 991px) {
  body .elmt-header .elmt-tag .elmt-header-select ul li.init {
    min-height: 40px;
    border-radius: 20px;
    line-height: 180%;
  }

  body .elmt-header .elmt-tag .elmt-header-select {
    min-height: 40px;
  }
}

/* agent site account section - end */

/* microsite section - start */
.catalog-category-view .proxima-product-overview-section .deatils-box h1,
.catalog-category-view .proxima-product-overview-section .deatils-box [class*='microsite-block-developer-'] {
  color: #fff;
}

body.hubrealestate-style .project-search label.advanced-search-label {
  display: inline-block !important;
  width: fit-content;
  color: #fff;
}

.catalog-category-view .proxima-product-overview-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #00000022;
}

.catalog-category-view .proxima-product-overview-section .container {
  z-index: 1;
  position: relative;
}

.catalog-category-view .proxima-product-overview-section {
  position: relative;
}

@media screen and (max-width: 568px) {
  .catalog-category-view .proxima-product-overview-section p {
    margin-bottom: 3rem !important;
  }
}
.microsite-agent-website header.sticky{
  background-color: #152839;
}
.microsite-agent-website .proxima-header-page-layout.sticky .microsite_logo_image img{
  background-color: #152839 !important;
}
/* microsite section - end */
body .page-wrapper .proxima-header .header-container .header .sticky-header .navigation.custommenu li.level0 .level-top.active {
  color: #ff6600 !important;
}

body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li p span a,
body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li p {
  color: #000 !important;
}

body.hubrealestate-style .page-wrapper .page-main .howcanwehelp .wrapper>ul>li p span a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

/* New change with figma and responsive approach  */
body.hubrealestate-style .view-details-info .section-one div.content:nth-child(2) article .info-content .info-content-items {
  min-width: 188px !important;
}

body.hubrealestate-style .page-wrapper .page-main .serviceofferd .details .btn {
  background: #ff6600;
  color: #fff;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  border-radius: 5px !important;
  border: 1px solid #ff6600;
}
.nav-open body .proxima-header .navigation,
.nav-open body .proxima-header .navigation .menu-mobile-title{
  background-color: #152839 !important;
}

@media screen and (max-width:767px){
  html,
  body{
    min-height: 100% !important;
  }

  body.hubrealestate-style.cms-services .column.main,
  body.hubrealestate-style.cms-resources .column.main{
  background-color: #fff;
}
body.hubrealestate-style.category-buy  .proxima-product-overview-section .deatils-box,
body.hubrealestate-style.categorypath-buy  .proxima-product-overview-section .deatils-box,
body.hubrealestate-style.catalog-category-view  .proxima-product-overview-section .deatils-box{
 margin-top: 0 !important;
}

}
@media screen and (max-width:1080px){
  body.hubrealestate-style .page-wrapper .page-main .serviceofferd ul li:nth-of-type(2){
    flex-direction: column;
  }
  body.hubrealestate-style .page-wrapper .page-main .serviceofferd ul li .details{
    padding: 20px;
  }
  body.hubrealestate-style .page-wrapper .page-main .serviceofferd ul li{
    padding-bottom: 20px;

  }
  body.hubrealestate-style.cms-resources .page-wrapper .page-main .serviceofferd ul li:nth-of-type(2){
    flex-direction: column-reverse;
  }
}
body.hubrealestate-style.category-buy  .proxima-product-overview-section,
body.hubrealestate-style.categorypath-buy  .proxima-product-overview-section
body.hubrealestate-style.catalog-category-view  .proxima-product-overview-section{
  padding: 15rem 0rem 7rem 0rem !important;
}
body.hubrealestate-style.category-buy .proxima-product-overview-section .deatils-box,
body.hubrealestate-style.categorypath-buy .proxima-product-overview-section .deatils-box,
body.hubrealestate-style.catalog-category-view .proxima-product-overview-section .deatils-box{
  align-items: center;
  display: flex !important;
}


body.hubrealestate-style.macDevice .xsticky{
  margin-top: -40vh;
}

body:not(.account ) .proxima-header{
  margin-bottom: -88px !important;
}