﻿@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url('https://fonts.cdnfonts.com/css/lato');
@import url(font/fonts.css);

body,
html {
  height: 100%;
}

body.gqcreality-style {
  font-family: 'Lato', sans-serif !important;
  background: #F4F6F8;
}

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

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

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

body.gqcreality-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;
}

.gqcreality-style.body .btn-primary,
.gqcreality-style.body .btn {
  background: #fff !important;
  color: #EFD1AC !important;
  border: 2px solid #fff !important;
  border-radius: 0px !important;
}

.gqcreality-style.body .btn-primary:hover,
.gqcreality-style.body .btn:hover {
  background: #9C0520 !important;
  color: #fff !important;
}

body .page-wrapper .proxima-header {
  height: 100px;
  background: #9C0520 !important;
  padding: 10px 0px 0px 0px;
  box-shadow: none !important;
  z-index: 10;
}

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

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: var(--jacksonspurple) !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-weight: 500 !important;
  font-size: 16px !important;
  line-height: 27px !important;
  text-align: center !important;
  text-transform: capitalize !important;
  color: #fff !important;
}

body .page-wrapper .proxima-header .header-container .header .sticky-header .navigation.custommenu li.level0 .level-top:hover,
body .page-wrapper .proxima-header .header-container .header .sticky-header .navigation.custommenu li.level0 .level-top.active {
  color: #EFD1AC !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.headerlogo {
  position: relative;
  width: 225px;
}

body .page-wrapper .proxima-header .header-container .header .sticky-header .navigation.custommenu li.level0.headerlogo span {
  display: block;
  width: 100%;
  height: 140px;
  background: #9C0520 url(../images/gcqreality.svg) no-repeat 50% 50%;
  position: absolute;
  left: 0px;
  top: -50px;
}

body .page-wrapper .proxima-header .header-container .header .sticky-header .navigation.custommenu li.level0.headerlogo span img {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 35px;
}

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 .menu-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

body .page-wrapper .proxima-header .header-container .header .menu-container .logo-container {
  max-width: 300px !important;
}

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

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 {
    padding: 0px !important;
    position: absolute;
    right: 0px;
    top: 50px;
  }
}

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

body .page-wrapper .proxima-header .right-main-nav .switcher-language .switcher-trigger span {
  color: #1597D5 !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: #9C0520 !important;
  font-weight: 300;
  font-size: 12px !important;
  line-height: 20px;
  border: 0px !important;
  border-radius: 0 !important;
}

body .page-wrapper .proxima-header .right-main-nav .links li.link.letstalk a.btn:hover {
  background: #EFD1AC !important;
  color: #000 !important;
}

body .page-wrapper .proxima-header .right-main-nav .links li.link a.btn.signin-btn {
  background: #EFD1AC !important;
  color: #000 !important;
  border: 0px !important;
  font-weight: 300;
  font-size: 12px !important;
  line-height: 20px;
  border-radius: 0 !important;
}

body .page-wrapper .proxima-header .right-main-nav .links li.link a.btn.signin-btn:hover {
  background: #fff !important;
  color: #9C0520 !important;
}

body .page-footer {
  background: #9C0520;
  padding: 50px 0px !important;
}

body .page-footer .footer-section {
  background: #9C0520;
  padding: 0px;
}

body .page-footer .footer-section .container {
  max-width: 1400px !important;
  margin: 0px auto;
}

body .page-footer .footer-section .container ul.link-list li {
  margin: 0px 0px 10px 0px !important;
  font-weight: 300 !important;
  color: #FFFFFF;
  font-size: 21px !important;
  line-height: 35px !important;
  font-family: 'Lato', sans-serif !important;
}
/* body .page-footer .footer-section .container .row .col-lg-3:nth-child(3) ul.link-list li{
    margin-bottom: 7px !important;
}  */
body .page-footer .footer-section .container ul.link-list li h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}

body .page-footer .footer-section .container ul.link-list li a {
  line-height: 100% !important;
  font-weight: 300;
  font-size: 21px;
  line-height: 40px;
}

body .page-footer .footer-section .container ul.link-list li p {
  margin: 0px 0px 10px 0px !important;
  line-height: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 35px;
  color: #fff !important;
}

body .page-footer .footer-section .container ul.link-list li p a {
  font-weight: 300;
  font-size: 16px;
  line-height: 35px;
  color: #fff !important;
}

body .page-footer .footer-section .container ul.link-list li p.subscribe {
  display: flex;
  justify-content: space-between;
}

body .page-footer .footer-section .container ul.link-list li p.subscribe input[type="email"],
body .page-footer .footer-section .container ul.link-list li p.subscribe input[type="text"] {
  width: calc(100% - 120px);
  padding: 5px;
  background: #fff;
  border-radius: 4px !important;
}

body .page-footer .footer-section .container ul.link-list li p.subscribe input[type="button"] {
  padding: 5px 12px;
  background: #fff;
  color: #0B132A;
  text-transform: uppercase;
  border-radius: 4px;
}

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

body .page-footer .footer-section .container ul.link-list li.frm input[type="text"] {
  width: calc(100% - 120px);
  border-radius: 5px;
  height: 40px;
  background: #fff;
  padding: 5px;
}

body .page-footer .footer-section .container ul.link-list li.frm input[type="button"] {
  background: #EFD1AC;
  padding: 13px 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #2A323C;
  border-radius: 5px;
  text-transform: uppercase;
}

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

body .page-footer .footer-section .container .social {
  display: flex;
  align-items: center;
}

body .page-footer .footer-section .container .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px 10px 0px 0px;
  background: #EFD1AC;
  border-radius: 100%;
}

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

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

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

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

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

body .page-footer .footer-section .container .social a.chat {
  background: #EFD1AC url(../images/chat.svg) no-repeat 50% 50%;
  background-size: auto 16px;
}

body .page-footer .footer-section .container p {
  font-weight: 500;
  font-size: 15px;
  line-height: 147.4%;
}

body .page-footer .footer-section .container p>span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin: 0px 0px 5px 0px;
}

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

body .page-footer .footer-section .copy-right-section {
  /* border-top: 0.5px solid rgba(255, 255, 255, 0.5); */
  padding: 20px 0px 0px 0px;
  margin: 0px;
}

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;
  padding: 0px !important;
}

body .page-footer .footer-section .copy-right-section .container p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  line-height: 158.9%;
  text-align: left !important;
  color: #fff !important;
}

body .page-footer .footer-section .copy-right-section .container p span {
  font-size: 14px;
  font-weight: 400;
}

body .page-footer .footer-section .copy-right-section .container p span a {
  color: #2A323C !important;
  display: inline-block;
  padding: 0px 10px 0px 10px;
  font-size: 14px;
  font-weight: 400;
}

body .page-footer .footer-section .copy-right-section .container p span a:nth-child(1) {
  padding-left: 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

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: #EFD1AC;
  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.gqcreality-style .page-title-wrapper {
  background: url(../images/homepagebg.png) no-repeat 50% 50%;
  background-size: cover !important;
  display: flex;
  align-items: center;
  margin: 0px !important;
  min-height: 700px;
  justify-content: center;
  flex-direction: column;
}

body.gqcreality-style .page-title-wrapper h1.page-title {
  font-weight: 500;
  font-size: 46px;
  line-height: 77px;
  text-align: center;
  color: #fff;
  text-align: center;
  max-width: 1400px;
  margin: 0px auto;
  width: 100%;
}

body.gqcreality-style .page-title-wrapper h1.page-title span {
  font-weight: 500;
  font-size: 21px;
  line-height: 35px;
  text-align: center;
  display: block;
  text-transform: capitalize;
}

body.gqcreality-style .page-title-wrapper span.img {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 100px;
  height: calc(100% - 100px);
  overflow: hidden;
}

body.gqcreality-style .page-title-wrapper span.img img {
  width: calc(100% - 40px);
  max-height: calc(100% - 140px);
}

body.gqcreality-style .page-title-wrapper .mainsearch {
  margin: 30px auto 0px auto;
  background: #fff !important;
  width: 100%;
  max-width: 1140px;
  border-radius: 0px;
  padding: 10px 10px;
}

body.gqcreality-style .page-title-wrapper .mainsearch h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 158.9%;
  margin: 0px;
  color: #000;
  padding: 0px 0px 0px 30px;
}

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

body.gqcreality-style .page-title-wrapper .mainsearch ul li {
  list-style: none;
  padding: 0px 3px;
}

body.gqcreality-style .page-title-wrapper .mainsearch ul li .form-group>label {
  display: block;
  text-align: left;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

body.gqcreality-style .page-title-wrapper .mainsearch ul li .form-group .location-input input[type="text"] {
  width: calc(100% - 0px);
  height: 40px;
}

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

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

body.gqcreality-style .page-title-wrapper .mainsearch ul li.type {
  width: calc(40% - 150px);
}

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

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

body.gqcreality-style .page-title-wrapper .mainsearch ul li.type .form-group .type-input select {
  height: 40px;
  /* background: #fff; */
}

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

body.gqcreality-style .page-title-wrapper .mainsearch ul li.SearchBtn .form-group button.btn {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  background: #9C0520 !important;
  color: #fff !important;
  border: 1px solid #9C0520 !important;
  padding: 12px 40px !important;
  height: 40px;
}

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

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

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

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

body.gqcreality-style .proxima-product-banner .container .banner-inner {
  text-align: left;
}
body.cms-information-center .page-banner .content-box h4,
body.gqcreality-style .proxima-product-banner .container .banner-inner h4 {
  font-weight: 500 !important;
  font-size: 46px !important;
  line-height: 77px !important;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

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

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

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

body.gqcreality-style .proxima-project-list .custom-container .proxima-navtab .nav-link {
  border-radius: 0px;
  background: #EFD1AC !important;
  color: #000 !important;
  box-sizing: border-box;
  text-transform: uppercase !important;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
}

body.gqcreality-style .proxima-project-list .custom-container .proxima-navtab .nav-link.active {
  background: #DAA256 !important;
  color: #fff !important;
  border: 0px !important;
}

body.gqcreality-style .proxima-project-list .products-grid .product-items .product-item .product-item-info {
  border-radius: 0px !important;
  overflow: hidden !important;
}

body.gqcreality-style .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details {
  background: #EFD1AC;
}

body.gqcreality-style .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner .product-item-name a {
  font-weight: 500;
  font-size: 28px;
  line-height: 47px;
  color: #000 !important;
  text-transform: capitalize !important;
}

body.gqcreality-style .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner a.view-details-btn {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #000 !important;
}

body.gqcreality-style .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #DAA256;
}

body.gqcreality-style .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner h6 i {
  color: #0B132A !important;
}

body.gqcreality-style .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner h6 i.text-primary span {
  font-weight: 400;
  font-size: 16px;
  line-height: 158.9%;
  color: #0B132A;
}

body.gqcreality-style .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-image-container .location-box {
  border-radius: 0px;
}

body.gqcreality-style .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-image-container .location-box i {
  color: #0B132A !important;
}

body.gqcreality-style .property-overview-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

body.gqcreality-style .property-overview-banner .custom-container .content-box .card-block {
  background: #EFD1AC;
  padding: 0px 0px 40px 0px;
  border: 0px;
}

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

body.gqcreality-style .property-overview-banner .custom-container .content-box .card-block h5 {
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: #000;
  margin: 0px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif !important;
}

body.gqcreality-style .property-overview-banner .custom-container .content-box .card-block h6 {
  font-weight: 500;
  font-size: 21px;
  line-height: 29px;
  text-align: center;
  color: #000;
  font-family: 'Lato', sans-serif !important;
}

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

body.gqcreality-style .property-overview-banner .custom-container .content-box .card-block ul li .btn {
  color:  #EFD1AC !important;
  background: #9C0520!important;
  border: 0px !important;
  border-radius: 0 !important;
  font-size: 12px;;
  font-weight: 300;
}

body.gqcreality-style .property-overview-banner .custom-container .content-box .text-box {
  width: calc(100% - 20rem);
}

body.gqcreality-style .property-overview-banner .custom-container .content-box .text-box h4 {
  font-weight: 500;
  font-size: 46px;
  line-height: 77px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000;
}

body.gqcreality-style .property-overview-banner .custom-container .content-box .text-box p {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #000;
}

body.gqcreality-style .page-wrapper .page-main {
  background: #F4F6F8;
  z-index: 0;
}

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

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

body.gqcreality-style .page-wrapper .page-main .product-main-content .property-overview-details-section .details-box {
  padding-top: 50px;
}

body.gqcreality-style .page-wrapper .page-main .product-main-content .property-overview-details-section .details-box h3 {
  font-weight: 500 !important;
  font-size: 28px !important;
  line-height: 47px !important;
  color: #000 !important;
}

body.gqcreality-style .page-wrapper .page-main .product-main-content .property-overview-details-section .details-box h5 {
  font-weight: 500 !important;
  font-size: 21px !important;
  line-height: 35px !important;
  color: #000 !important;
}

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

body.gqcreality-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .text-white,
body.gqcreality-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.gqcreality-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box h4 {
  font-weight: 500;
  font-size: 21px;
  line-height: 35px;
  font-family: 'Lato', sans-serif !important;
  margin-top: 20px !important;
}

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

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

body.gqcreality-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: #0B132A;
  margin-bottom: 20px  !important;
}

body.gqcreality-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 158.9%;
  color: #0B132A;
}

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

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

body.gqcreality-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box ul.propertylinks li.list-inline-item {
  background: #EFD1AC !important;
  color: #000 !important;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  width: 153px;
  height: 38px;
  border: 1px solid #EFD1AC !important;
  text-align: center;
  padding: 12px 0px;
  font-family: 'Lato', sans-serif !important;
}

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

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

body.gqcreality-style .page-wrapper .page-main .product-main-content .strip-section h4 {
  font-weight: 500 !important;
  font-size: 21px !important;
  line-height: 30px !important;
  color: #fff !important;
  font-family: 'Lato', sans-serif !important;

}

body.gqcreality-style .page-wrapper .page-main .product-main-content .strip-section p {
  font-weight: 300 !important;
  font-size: 21px !important;
  line-height: 158.9%;
  text-align: center;
  font-family: 'Lato', sans-serif !important;
}

body.gqcreality-style .page-wrapper .page-main .product-main-content .strip-section .btn {
  background: #EFD1AC !important;
  border: 1px solid #EFD1AC !important;
  height: auto;
  padding: 10px 20px !important;
  color: #000 !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  min-width: inherit;
}

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

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

body.gqcreality-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.gqcreality-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.gqcreality-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.gqcreality-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.gqcreality-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.gqcreality-style .page-wrapper .page-main .stripe {
  padding: 70px 0px;
  margin: 0px;
  background: #222222;
  color: #ffffff;
}

body.gqcreality-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.gqcreality-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.gqcreality-style .page-wrapper .page-main .stripe p.subscribe {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

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

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

body.gqcreality-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.gqcreality-style .page-wrapper .page-main .stripe p.subscribe {
    display: block;
  }

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

body.gqcreality-style .page-wrapper .page-main .section1 {
  padding: 0px;
  position: relative;
}

body.gqcreality-style .page-wrapper .page-main .section1:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 140px;
  background: url(../images/wavebg.png) repeat-y 50% 50%;
  background-size: 100% auto;
  z-index: 0;
}

body.gqcreality-style .page-wrapper .page-main .section1 .wrapper {
  padding: 0px;
  text-align: center;
  z-index: 1;
  position: relative;
  max-width: 1600px;
  margin: 0px auto;
}

body.gqcreality-style .page-wrapper .page-main .section1 .wrapper h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 41px;
  text-align: center;
  color: #0B132A;
}

body.gqcreality-style .page-wrapper .page-main .section1 .wrapper p {
  font-weight: 300;
  font-size: 20px;
  line-height: 156.69%;
  color: #636363;
}

body.gqcreality-style .page-wrapper .page-main .section1 .wrapper ul.sales {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0px 20px;
  padding: 30px 0px 100px 0px;
}

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

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

body.gqcreality-style .page-wrapper .page-main .section1 .wrapper ul.sales li {
  list-style: none;
  margin: 0px;
}

body.gqcreality-style .page-wrapper .page-main .section1 .wrapper ul.sales li p {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #0B132A;
  margin: 0px;
  text-align: left;
}

body.gqcreality-style .page-wrapper .page-main .section1 .wrapper ul.sales li h4 {
  font-style: italic;
  font-weight: 500;
  font-size: 43px;
  line-height: 50px;
  color: #0B132A;
  text-align: left;
  margin: 0px;
}

body.gqcreality-style .page-wrapper .page-main .section1 .wrapper ul.marketing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px 50px;
  margin: 0px auto;
  padding: 30px 20px;
}

body.gqcreality-style .page-wrapper .page-main .section1 .wrapper ul.marketing li {
  list-style: none;
  border: 1px solid #787A7A;
}

body.gqcreality-style .page-wrapper .page-main .section1 .wrapper ul.marketing li span {
  display: block;
  width: 100%;
}

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

body.gqcreality-style .page-wrapper .page-main .section1 .wrapper ul.marketing li h5 {
  margin: 0px;
  padding: 30px 30px 10px 30px;
  font-weight: 500;
  text-align: left;
  font-size: 24px;
  line-height: 28px;
  color: #636363;
}

body.gqcreality-style .page-wrapper .page-main .section1 .wrapper ul.marketing li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #636363;
  padding: 0px 30px 30px 30px;
  margin: 0px;
}

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

body.gqcreality-style .page-wrapper .page-main .featured-products-section h3 {
  font-weight: 500 !important;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  text-align: center;
  color: #0B132A !important;
}

body.gqcreality-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container:before {
  background: #DAA256 !important;
  z-index: 2 !important;
}

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

body.gqcreality-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .featured-product-owl h5 a {
  color: #000 !important;
  font-weight: 500;
  font-size: 28px !important;
  line-height: 34px !important;
  text-transform: capitalize !important;
}

body.gqcreality-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.gqcreality-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .featured-product-owl h4 i.text-primary {
  color: #9C0520 !important;
}

body.gqcreality-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.gqcreality-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .featured-product-owl h4.icon-details i.text-primary {
  color: #0B132A !important;
}

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

body.gqcreality-style .page-wrapper .page-main .featured-products-section.section2 h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 47px;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  color: #fff !important;
}

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

body.gqcreality-style .page-wrapper .page-main .featured-products-section.section2 .container .featured-product-slider-container h5 a {
  color: #0B132A !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

body.gqcreality-style .page-wrapper .page-main .featured-products-section.bgtheme {
  background: #DAA256 !important;
}

body.gqcreality-style .page-wrapper .page-main .featured-products-section.bgtheme h3 {
  color: #000 !important;
}

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

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

@media screen and (max-width: 700px) {
  body.gqcreality-style .page-wrapper .page-main .services {
    padding: 80px 20px;
  }
}

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

@media screen and (max-width: 1900px) {
  body.gqcreality-style .page-wrapper .page-main .services .wrapper {
    padding: 0px 30px;
  }
}
@media screen and (max-width: 1708px) {
  body.gqcreality-style .page-wrapper .page-main .services .wrapper {
    padding: 0px 40px;
  }
}

body.gqcreality-style .page-wrapper .page-main .services .wrapper h2 {
  font-weight: 500;
  font-size: 46px;
  line-height: 77px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-family: 'Lato', sans-serif !important;
}

body.gqcreality-style .page-wrapper .page-main .services .wrapper p {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000;
  font-family: 'Lato', sans-serif !important;
}

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

@media screen and (max-width: 1900px) {
  body.gqcreality-style .page-wrapper .page-main .serviceofferd {
    padding: 0px 30px;
  }
}

body.gqcreality-style .page-wrapper .page-main .serviceofferd h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  margin: 0px 0px 20px 0px;
  color: #2A323C;
  font-family: 'Lato', sans-serif !important;
}

body.gqcreality-style .page-wrapper .page-main .serviceofferd ul {
  margin: 0px;
  padding: 0px 0px 30px 0px;
}

body.gqcreality-style .page-wrapper .page-main .serviceofferd ul li {
  list-style: none;
  padding: 30px 0px;
  margin: 0px;
}

body.gqcreality-style .page-wrapper .page-main .serviceofferd ul li .wrapper {
  max-width: 1340px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

body.gqcreality-style .page-wrapper .page-main .serviceofferd ul li .wrapper span {
  display: block;
  width: 50%;
}

body.gqcreality-style .page-wrapper .page-main .serviceofferd ul li .wrapper .details {
  display: block;
  width: 50%;
  padding: 5px 30px 30px 20px;
}

body.gqcreality-style .page-wrapper .page-main .serviceofferd ul li .wrapper .details h4 {
  font-weight: 500;
  font-size: 46px;
  line-height: 46px;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  color: #000;
}

body.gqcreality-style .page-wrapper .page-main .serviceofferd ul li .wrapper .details p {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin: 0px;
  color: #000;
  padding-top: 40px !important;
}

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

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

body.gqcreality-style .page-wrapper .page-main .testimonials {
  background: #EFD1AC;
}

body.gqcreality-style .page-wrapper .page-main .testimonials .wrapper {
  text-align: center;
  padding: 60px 0px;
}

body.gqcreality-style .page-wrapper .page-main .testimonials .wrapper h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 47px;
  color: #000;
  margin: 0px 0px 40px 0px;
  text-transform: uppercase !important;
}

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

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

body.gqcreality-style .page-wrapper .page-main .testimonials .wrapper ul li {
  padding: 30px;
  list-style: none;
  background: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}

body.gqcreality-style .page-wrapper .page-main .testimonials .wrapper ul li p {
  font-size: 19px;
  line-height: 32px;
  text-align: center;
  color: #000;
  padding: 40px;
  position: relative;
  font-family: 'Lato', sans-serif !important;

}

body.gqcreality-style .page-wrapper .page-main .testimonials .wrapper ul li p:before {
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  background: url(../images/quote.svg) no-repeat 50% 50%;
}

body.gqcreality-style .page-wrapper .page-main .testimonials .wrapper ul li p:after {
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0px;
  background: url(../images/quote.svg) no-repeat 50% 50%;
  transform: rotate(180deg);
}

body.gqcreality-style .page-wrapper .page-main .testimonials .wrapper ul li h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 20px;
  text-align: center;
  color: #9C0520;
}

body.gqcreality-style .page-wrapper .page-main .testimonials .wrapper ul li h4 span {
  display: block;
  font-size: 15px;
  margin: 10px 0px 0px 0px;
  color: #000;
}

body.gqcreality-style .page-wrapper .page-main .getlatestnews {
  padding: 90px 0px;
  text-align: center;
  background: #000;
  background-size: 100% auto;
  color: #fff;
}

body.gqcreality-style .page-wrapper .page-main .getlatestnews .wrapper h2 {
  font-weight: 500;
  font-size: 24px !important;
  line-height: 39px;
  color: #fff;
  margin: 0px 0px 10px 0px;
  text-transform: capitalize;
}

body.gqcreality-style .page-wrapper .page-main .getlatestnews .wrapper p {
  font-weight: 300;
  font-size: 21px;
  line-height: 20px;
  margin: 15px 0px 30px 0px;
  color: #fff;
}

body.gqcreality-style .page-wrapper .page-main .getlatestnews .wrapper p.subscribe {
  max-width: 800px;
  padding: 0px 30px;
  display: flex;
  text-align: center;
  margin: 0px auto;
}

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

body.gqcreality-style .page-wrapper .page-main .getlatestnews .wrapper p.subscribe span input[type="text"] {
  padding: 10px;
  height: 38px;
  background: #fff;
  color: #2A323C;
  border: 1px solid #2A323C;
}

body.gqcreality-style .page-wrapper .page-main .getlatestnews .wrapper p.subscribe input[type="button"].btn {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  color: #000 !important;
  background: #EFD1AC !important;
  border: 1px solid #fff !important;
  border-radius: 0px !important;
  width: 120px;
    height: 45px;
}

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

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

body.gqcreality-style .page-wrapper .page-main .section5 {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 0px 0px 0px;
}

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

@media screen and (max-width: 700px) {
  body.gqcreality-style .page-wrapper .page-main .section5 .wrapper {
    display: block;
  }
}

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

body.gqcreality-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.gqcreality-style .page-wrapper .page-main .section5 .wrapper ul li span {
  color: #EF2E63;
}

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

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

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

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

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

body.gqcreality-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.gqcreality-style .page-wrapper .page-main .contact .wrapper h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 47px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding: 50px 0px 0px 0px;
  font-family: 'Lato', sans-serif !important;
}

body.gqcreality-style .page-wrapper .page-main .contact .wrapper h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 41px;
  color: #0B132A;
  max-width: 650px;
  text-align: center;
}

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

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

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

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

body.gqcreality-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form input[type="text"],
body.gqcreality-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form input[type="email"],
body.gqcreality-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form textarea {
  border: 1.5px solid #000 !important;
  background: none;
  color: #2A323C;
  max-width: 650px;
  height: 40px;
  border-radius: 0;
}

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

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

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

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

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

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

@media screen and (max-width: 700px) {
  body.gqcreality-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li form p.btns .btn{
    margin: 25px auto !important;
  }
  body.gqcreality-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address ul {
    display: block;
  }
}

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

body.gqcreality-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address ul li h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin: 0px 0px 10px 0px;
  color: #0B132A;
}

body.gqcreality-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address ul li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 158.9%;
  color: #2A323C;
}

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

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

body.gqcreality-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.gqcreality-style .page-wrapper .page-main .contact .wrapper ul.contactbox>li.address .map {
  padding-top: 50% !important;
}

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

body.gqcreality-style .page-wrapper .page-main .block-static-block .parallax-section h4 {
  font-weight: 500 !important;
  font-size: 46px;
  line-height: 77px;
  text-transform: capitalize !important;
  color: #000 !important;
  z-index: 99999;
}

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

body.gqcreality-style .page-wrapper .page-main .block-static-block .parallax-section .btn.btn-explore {
  background: #9C0520 !important;
  color: #fff !important;
  border: 0px !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  border-radius: 0 !important;
  z-index: 999999;
}

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

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

@media screen and (max-width: 1900px) {
  body.gqcreality-style .page-wrapper .page-main .ourteam .wrapper {
    padding: 0px 30px;
  }
}

body.gqcreality-style .page-wrapper .page-main .ourteam .wrapper ul {
  display: flex;
  justify-content: center;
  margin: 0px;
}

body.gqcreality-style .page-wrapper .page-main .ourteam .wrapper ul li {
  width: 50%;
  list-style: none;
  padding: 20px;
}

body.gqcreality-style .page-wrapper .page-main .ourteam .wrapper ul li h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 47px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin: 0px 0px 30px 0px;
}

body.gqcreality-style .page-wrapper .page-main .ourteam .wrapper ul li p {
  font-weight: 300;
  font-size: 21px;
  line-height: 25px;
  color: #000;
  margin: 0px;
}

body.gqcreality-style .page-wrapper .page-main .ourteam .wrapper ul li p img {
  width: 100%;
  height: auto;
}

body.gqcreality-style .page-wrapper .page-main .ourteam .wrapper ul li span {
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 47px;
  text-align: center;
  text-transform: uppercase;
  color:  #000 !important;
}
body.gqcreality-style .page-wrapper .page-main .ourteam .wrapper ul li span.name-text{
  padding: 50px 0px;
}
body.gqcreality-style .page-wrapper .page-main .investment {
  background: #EFD1AC;
  padding: 50px 0px;
}

body.gqcreality-style .page-wrapper .page-main .investment .wrapper {
  padding: 0px 20px;
  max-width: 1380px;
  margin: 0px auto;
}

body.gqcreality-style .page-wrapper .page-main .investment .wrapper h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 41px;
  text-align: center;
  color: #000;
  text-transform: uppercase !important;
  margin: 0px 0px 30px 0px;
}

body.gqcreality-style .page-wrapper .page-main .investment .wrapper p {
  font-weight: 300;
  font-size: 21px;
  line-height:25px;
  color: #000;
  max-width: 1110px;
  margin: 0px auto;
  text-align: center;
}

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

body.gqcreality-style .page-wrapper .page-main .investment .wrapper ul li {
  list-style: none;
  padding: 25px 10px;
  overflow: hidden;
}

body.gqcreality-style .page-wrapper .page-main .investment .wrapper ul li h4 {
  font-size: 46px;
  line-height: 77px;
  text-align: center;
  color: #000;
  margin: 0px 0px 10px 0px;
  position: relative;
  font-weight: 500 ;
}

body.gqcreality-style .page-wrapper .page-main .investment .wrapper ul li p {
  font-weight: 500;
  font-size: 21px;
  line-height: 35px;
  color: #000;
  text-align: center;
  margin: 0px;
}

body.gqcreality-style .page-wrapper .page-main .investment .wrapper ul li:nth-child(2) {
  border-left: 1px solid #787A7A;
  border-right: 1px solid #787A7A;
}

body.gqcreality-style .page-wrapper .page-main .eventgallery {
  max-width: 1380px;
  padding: 80px 20px;
  margin: 0px auto;
}

body.gqcreality-style .page-wrapper .page-main .eventgallery h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  text-align: left;
}

body.gqcreality-style .search-block label {
  color: #000;
  font-weight: 700;
  font-size: 14px !important;
  cursor: pointer;
}
body.gqcreality-style .search-block.project-search .addvance-search-box{
  padding: 0;
  top: -15.625rem;
}
body.gqcreality-style .search-block .text-input {
  border-radius: 0px;
  background: #fff !important;
  color: #000000 !important;
  border: 1px solid #fff !important;
  font-family: 'Lato', sans-serif !important;
}

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

body.gqcreality-style .search-block.project-search {
  display: block;
  background: #fff !important;
}

body.gqcreality-style .search-block.project-search .search-block-main {
  background: none;
}

body.gqcreality-style .search-block.project-search .search-block-main .search-block-inner {
  background: #fff !important;
  border: 0px;
  display: block;
  position: relative;
  top: inherit;
}

body.gqcreality-style .search-block.project-search .search-block-main .search-block-inner h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 158.9%;
  color: #000 !important;
}

body.gqcreality-style .search-block.project-search .search-block-main .search-block-inner .location-input input[type="text"],
body.gqcreality-style .search-block.project-search .search-block-main .search-block-inner .select-input select {
  border: 1px solid #000 !important;
  border-radius: 0 !important;
}

body.gqcreality-style .search-block.project-search .search-block-main .search-block-inner .search-list .btn {
  background: #9C0520 !important;
  border: 1px solid #9C0520 !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.gqcreality-style .featured-product-owl .item-conainer {
  box-shadow: 0px 0px 10px rgba(0, 0, 10, 0.15);
}
body.gqcreality-style .page-title-wrapper .mainsearch ul li .form-group > label{
  font-size: 16px !important;
  font-weight: 500 !important;
}
body.gqcreality-style .page-title-wrapper .mainsearch ul li.location .form-group .location-input input{
  font-size:20px !important;
  font-weight:300  !important;
  margin: 0 !important;
}
/* extra css style */


body.gqcreality-style .page-wrapper .page-title-wrapper .mainsearch ul li .form-group .location-input input[type="text"],
body.gqcreality-style .page-wrapper .page-title-wrapper .mainsearch ul li.type .form-group .type-input select{
  font-size: 12px;
  font-weight: 500;
  padding-left: 22px !important;
  color: #333333 !important;
  border: 1px solid #2B2B2B;
  border-radius: 0 !important;
}
body.gqcreality-style .page-wrapper .page-title-wrapper .mainsearch ul li.type .form-group .type-input select{
  background: url(../images/gqc-dropdown.png);
}
body .page-footer .footer-section .container p a {
  font-size: 20px;
  font-weight: 300;
  display: flex;
  align-items: center;
  min-width: 265px;
  justify-content: space-between;
}
body.gqcreality-style.page-products.categorypath-projects.category-projects.catalog-category-view  .proxima-product-banner .banner-inner h4{
  font-weight: 500 !important;
  font-size: 48px !important;
  text-transform: uppercase !important;
}
body.gqcreality-style.page-products.categorypath-projects.category-projects.catalog-category-view  .proxima-product-banner .banner-inner h4::first-letter{
  text-transform: uppercase !important;
}
body .page-footer{
  padding-bottom: 10px !important
}
body.gqcreality-style .search-block.project-search .search-block-main .search-block-inner .location-input input[type="text"]::placeholder{
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #222222 !important;
}
body.gqcreality-style .search-block.project-search .search-block-main .search-block-inner .select-input select{
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #333333 !important;
}
body.gqcreality-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner h6{
  margin: 10px 0px !important
}
body.gqcreality-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner h6 i span{
  padding-left: 5px !important;
}
body.page-products.gqcreality-style .proxima-product-grid .product-item .product-item-details{
  min-height: auto !important;
}
body.gqcreality-style .pages .items .item:hover a, body.gqcreality-style .pages .items .item.current a, body.gqcreality-style .pages .items .item:hover strong, body.gqcreality-style .pages .items .item.current strong{
  background-color: #C69942 !important;
}
body.gqcreality-style .limiter .limiter-label, body.gqcreality-style .limiter .limiter-text, .limiter .label{
  color: #000 !important;
}
body.gqcreality-style.page-with-filter.page-products .proxima-product-grid .product-item .product-item-details .details-inner .specifications-list li .icon{
  color: #C69942;
}
body.gqcreality-style .featured-products-section .featured-product-slider-container .item-conainer{
  position: relative;
  background: #fff !important;
  margin-bottom: 20px !important;
}
body.gqcreality-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .featured-product-owl h4:nth-child(1),
body.gqcreality-style .featured-products-section .featured-product-slider-container .item-conainer .details-box .location-text{
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  background-color: #FFFFFF !important;
  font-weight: 300;
  font-size: 14px;
  color: #000 !important;
  padding: 9px 5px !important;
  z-index: 5;
  top: -50px;
  margin: 0 !important;
  height:fit-content;
  display: inline-flex;
  align-items: center !important;
}
body.catalog-product-view.gqcreality-style .featured-products-section .featured-product-slider-container .item-conainer .details-box .location-text i.fa-map-marker-alt{
  font-size: 20px;
  color: #9C0520 !important;
}
body .page-footer .footer-section .container .row .col-lg-3:nth-child(4) ul li:last-child a{
  white-space: nowrap;
}
body.gqcreality-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner h6 i{
  font-size: 16px;
}
body.gqcreality-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner h6 i.fa-pencil-ruler::before,
body.gqcreality-style .featured-product-owl .item-conainer .details-box h4 i.fa-pencil-ruler::before ,body.gaig-style.page-products .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner h6 i.fa-pencil-ruler::before{
  content: url(../images/IconBuildingsmall.svg);
}
body.gqcreality-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info .product-item-details .details-inner .product-item-name a{
  min-height: auto !important;
}
body.gqcreality-style .page-wrapper .page-main .featured-products-section .item .item-conainer{
  margin-left: 2px !important;
  margin-top: 2px !important;
  margin-right: 30px !important;
  box-shadow: 4px 4px 10px 0px #0000001A;
}
body.gqcreality-style .page-wrapper .page-main .featured-products-section .item .item-conainer .specifications-list{
  min-height: auto !important;
  margin-bottom: 0px !important;
}
body.gqcreality-style .page-wrapper .page-main .featured-products-section h3{
  font-size: 24px;
  font-weight: 500 !important;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff !important;
}
body.gqcreality-style .page-wrapper .page-main .getlatestnews .wrapper p.subscribe span input{
  padding-left: 20px  !important;
  border-radius: 0 !important;
}
.header-container .header.links li select{
  font-size: 12px !important;
  font-weight: 400 !important;
}
body.gqcreality-style .search-block.project-search .search-block-main .search-block-inner .search-list .btn,
body.gqcreality-style .page-wrapper .page-main .contact .wrapper ul.contactbox > li form p.btns .btn,
body.gqcreality-style .page-wrapper .page-main .product-main-content .strip-section .btn{
  font-size: 12px !important;
  font-weight: 400 !important;
  width: auto !important;
  padding: 13px 39px !important;
  border-radius: 0 !important;
}
body.gqcreality-style .page-wrapper .page-main .product-main-content .strip-section .btn:hover{
  color: #9C0520 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
body.gqcreality-style .search-block.project-search .search-block-main .search-block-inner .search-list .btn:hover,
body.gqcreality-style .page-wrapper .page-main .contact .wrapper ul.contactbox > li form p.btns .btn:hover,
body.gqcreality-style .page-wrapper .page-main .product-main-content .strip-section .btn :hover,
body.gqcreality-style .page-wrapper .page-main .block-static-block .parallax-section .btn:hover,
body.gqcreality-style .page-wrapper .page-title-wrapper .mainsearch ul li.SearchBtn .form-group button.btn:hover{
  background: #EFD1AC !important;
  color: #fff !important;
  border-color: #EFD1AC !important;
}
body.gqcreality-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box .specifications-list.specification-list-items .list-inline-item:hover{
  background: transparent !important;
  color: inherit !important;
}
body.gqcreality-style .page-wrapper .proxima-project-list .products-grid .product-items .product-item .product-item-info:hover{
  outline: 2px solid  #D9AF73;
}
/* body.gqcreality-style .page-wrapper .page-main .featured-products-section .item .item-conainer:hover::after,
body.gqcreality-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .featured-product-owl .owl-stage-outer .item-conainer:hover::after{
border: 2px solid;
border-image: linear-gradient(to top, #D9AF73, #9C6E3C) 1;
content: '';
display: block;
height: 100%;
position: absolute;
top: 0;
width: 100%;
opacity: 0.8;
z-index: 1 !important;
}
body.gqcreality-style .page-wrapper .page-main .featured-products-section .container .featured-product-slider-container .featured-product-owl .owl-stage-outer .item-conainer:hover .property-name,
body.gqcreality-style .page-wrapper .page-main .featured-products-section .item .item-conainer:hover h5,
body.gqcreality-style .page-wrapper .page-main .featured-products-section .item .item-conainer:hover .property-name{
  z-index: 2 !important;
  position: relative !important;
} */
body.gqcreality-style .page-wrapper .page-main .getlatestnews .wrapper p.subscribe input[type="button"].btn:hover{
  border-color:  #FFFFFF!important;
  background-color: #FFFFFF !important;
  color: #9C0520 !important;;
}
body .page-footer .footer-section .link-list li{
  margin-bottom: 7px !important;
}
body .page-footer .footer-section .copy-right-section .container p{
  font-size: 21px;
  font-weight: 300;
}
.page-footer .row .col-lg-4 img{
  width: 170px !important;
}
body.gqcreality-style .search-block .select-input select option{
  background: #fff !important;
}
/* body .page-wrapper .proxima-header .header-container .header .menu-container .logo-container{
  opacity: 0;
  }
body.account .page-wrapper .proxima-header .header-container .header .menu-container .logo-container{
 opacity: 1;
} */
.footer-section .link-list li a:hover{
  color: unset !important;
}
.logo img{display: none;}
.account .logo img{display: block;}
/* detailpage */
body.gqcreality-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .custom-container{
  padding-top: 30px!important;
  padding-bottom: 30px !important;
}
body.gqcreality-style .page-wrapper .page-main .product-main-content .property-overview-details-section .details-box{
  padding: 0 !important;
}
body.gqcreality-style .page-wrapper .page-main .product-main-content .property-overview-details-section .details-box .text-white:nth-child(1){
  text-align: left;
}
body.gqcreality-style .page-wrapper .page-main .product-main-content .property-overview-details-section .details-box .text-white:nth-child(2) p{
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  }
  body.gqcreality-style .page-wrapper .page-main .product-main-content .property-overview-details-section.bg-theme .details-box .specifications-list.specification-list-items .list-inline-item{
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 21px !important;
    text-transform: unset !important;
    border: 0 !important;
    background: unset !important;
    color: #000 !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
    }
/* detailpage */
.nav-toggle:before{
  color: #000 !important;
}
body.gqcreality-style .page-wrapper .page-main .contact .wrapper ul.contactbox > li form input::placeholder,
 body.gqcreality-style .page-wrapper .page-main .contact .wrapper ul.contactbox > li form textarea::placeholder{
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    text-align: left;
 }
 body.gqcreality-style .featured-products-section .featured-product-slider-container .item .item-conainer .details-box{
  padding: 25px 0.75rem;
  position: relative;
  background-color: #EFD1AC !important;
 }
 body.gqcreality-style .featured-products-section .featured-product-slider-container .item .item-conainer .details-box h5{
    margin-top: 0 !important;
 }
 body.gqcreality-style .featured-products-section .featured-product-slider-container .item .item-conainer .details-box .property-name a{
  color: #000 !important;
  font-size: 28px !important;
  font-weight: 500;
  line-height: 34px !important;
 }
 body.gqcreality-style .featured-products-section .featured-product-slider-container .item .item-conainer .details-box ul li{
    font-size: 16px !important;
    font-weight: 300;
 }
 body.gqcreality-style.catalog-product-view .featured-products-section .featured-product-slider-container .item-conainer .details-box .location-text i,
 body.gqcreality-style .featured-products-section .featured-product-slider-container .item .item-conainer .details-box .property-features ul li i{
  color: #000 !important;
  font-size: 14px !important;
 }
 body.gqcreality-style.catalog-product-view .page-wrapper .property-overview-banner .custom-container .content-box .text-box h4,
 body.gqcreality-style.page-with-filter.page-products.catalog-category-view .proxima-product-overview-section .deatils-box h4{
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: left;  
 }
 body.gqcreality-style.page-with-filter.page-products.catalog-category-view .proxima-product-overview-section .deatils-box [data-content-type='row'][data-appearance='contained']{
  margin: 0 !important;
 }
 body.gqcreality-style.catalog-product-view .page-wrapper .property-overview-banner .custom-container .content-box .text-box p,
 body.gqcreality-style.page-with-filter.page-products.catalog-category-view .proxima-product-overview-section .deatils-box [data-content-type='row'][data-appearance='contained'] p{
    font-size: 24px !important;
    font-style: italic;
    font-weight: 500 !important;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
 }
 .proxima-header .header-container .header.links li i{
  color: #C69942 !important
 }
 .header-container .header.links li select{
  -webkit-text-fill-color: #C69942 !important;
  color: #C69942 !important;
  border: 1px solid #C69942 !important
 }
 @media screen and (max-width: 600.98px) {
 .gqcreality-style.cms-home-megafied,
 .gqcreality-style.cms-services,
 .gqcreality-style.cms-information-center,
 .gqcreality-style.cms-about,
 .gqcreality-style.contact-index-index{
   min-height: auto !important;
 }
}
 /* all login page */
 body.customer-account-forgotpassword .page-wrapper .page-title-wrapper{
  min-height: unset !important;
}
 body.customer-account-createpassword .page-wrapper .page-title-wrapper .page-title,
 body.customer-account-forgotpassword .page-wrapper .page-title-wrapper .page-title,
 body.customer-account-login .page-wrapper .page-title-wrapper .page-title{
  color: #fff !important;
 }
 .customer-account-logoutsuccess p,
 .customer-account-logoutsuccess .page-title{
   color: #fff !important;
 }
    body.customer-account-forgotpassword .page-wrapper .page-title-wrapper .page-title{
      color: #fff !important;
    }
    .customer-account-forgotpassword .page-wrapper .page-title-wrapper{
      min-height: auto !important;
    }
    body.customer-account-logoutsuccess .page-wrapper .page-title-wrapper,
    body.customer-account-login .page-wrapper .page-title-wrapper,
    body.customer-account-forgotpassword .page-wrapper .page-title-wrapper,
    body.customer-account-createpassword .page-wrapper .page-title-wrapper {
      margin: 12rem 0rem 3rem 0rem !important;
    }
    body.customer-account-createpassword .page-main .form.password.reset{
      padding-bottom: 40px !important;
    }
  /* all login page */
@media screen and (max-width: 1080px) {
  body.gqcreality-style .page-wrapper .page-main .section1 .wrapper ul.sales li{
    padding-left: 30px !important;;
  }
  body.gqcreality-style .page-wrapper .page-main .help ul{
    padding: 40px 60px;
  }}
@media screen and (max-width: 1700px) {
  body.gqcreality-style .page-wrapper .page-main .section1 .wrapper{
    max-width: 1200px;
  }}
  @media screen and (max-width: 1440px) {
    body .page-footer .footer-section .container{
      max-width: 1080px !important;
    }}

  @media screen and (max-width: 1200px) {
    body .page-wrapper .proxima-header .right-main-nav .links li.link.letstalk a.btn,
    body .page-wrapper .proxima-header .right-main-nav .links li.link a.btn.signin-btn{
      padding: 13px 13px !important;
    }
    body .page-wrapper .proxima-header .header-container .header .sticky-header .navigation.custommenu li.level0 .level-top{
      color: #fff !important;
    }
    body .page-wrapper .proxima-header .header-container .header .sticky-header .navigation.custommenu li.level0 .level-top:hover, body .page-wrapper .proxima-header .header-container .header .sticky-header .navigation.custommenu li.level0 .level-top.active {
      color: #C69942 !important; }
    body .proxima-header .header-container .header .sticky-header .navigation.custommenu li.level0 .level-top{
    color: #fff !important;}
    body.gqcreality-style .container{
      max-width: 1440px !important;
    }
    body .proxima-header .header-container .header .sticky-header .navigation.custommenu li.level0.headerlogo{
      display: none !important;
    }
    .header-container .header .header-content{
      padding: 0 !important;
    }
    .header-container:not(.sticky) .logo-sticky{
      display: block !important;
      width: 100px;
    }
    .primary-menu-container .nav-toggle{padding-left: 5px !important;}
    }
    @media screen and (min-width: 1300px) {
    body.gqcreality-style .page-wrapper .page-main .getlatestnews .wrapper p.subscribe{
    max-width:998px !important}
    body .page-footer .footer-section .container .row .col-lg-3:nth-child(2) {
      flex: 0 0 23%;
        max-width: 30%;
    }
    }
    @media screen and (max-width: 991.98px) {
      body .page-footer .footer-section .container .social{
        justify-content: center !important;
      }
    body .page-footer .footer-section .container .row div:nth-child(1){
      text-align: center;
      margin-bottom: 20px !important;
    }
    body.gqcreality-style  .message.info {
      margin-bottom: 90% !important;
    }
    body .page-footer .footer-section .container .row{
    justify-content: center;
    }
    body.gqcreality-style .page-wrapper .page-main .contact .wrapper ul.contactbox > li.address ul{
    grid-template-columns: repeat(2, 1fr);
    }
    body.gqcreality-style .page-wrapper .page-main .ourteam .wrapper > ul{
      flex-direction: column !important;
    }
    body.gqcreality-style .page-wrapper .page-main .ourteam .wrapper ul li{
      width: 100%;
    }
    body.gqcreality-style .page-wrapper .page-main .ourteam .wrapper > ul li p img{
      height: auto !important;
      object-fit:cover !important;
    }
    }
    @media screen and (max-width: 768.98px) {
      body.gqcreality-style .page-wrapper .page-main .contact .wrapper ul.contactbox > li.address{
        padding-left: 0 !important;
      }
      body.gqcreality-style .search-block.project-search .search-block-main .search-block-inner .search-list .btn,
      body.gqcreality-style .page-wrapper .page-main .contact .wrapper ul.contactbox > li form p.btns .btn,
      body.gqcreality-style .page-wrapper .page-main .product-main-content .strip-section .btn{
        padding: 13px 13px !important;
      }
      body.gqcreality-style.catalog-product-view .page-wrapper .property-overview-banner .custom-container .content-box .text-box p, 
      body.gqcreality-style.page-with-filter.page-products.catalog-category-view .proxima-product-overview-section .deatils-box [data-content-type='row'][data-appearance='contained'] p{
        font-size: 20px !important;
        line-height: 25px;
      }
      body.gqcreality-style.catalog-product-view .page-wrapper .property-overview-banner .custom-container .content-box .text-box h4, body.gqcreality-style.page-with-filter.page-products.catalog-category-view .proxima-product-overview-section .deatils-box h4{
        margin-bottom: 20px !important;
      }
      body:not(.categorypath-rent,.category-other-properties).catalog-category-view .proxima-product-overview-section .deatils-box{
        margin-top: -17rem !important;
        padding-bottom: 40px !important;
      }
      .search-block.project-search:after{
        display: none !important;
      }
      body.gqcreality-style .page-wrapper .page-main .ourteam .wrapper > ul li:nth-child(1){
        order: 2;
      }
      body.gqcreality-style .page-wrapper .page-main .ourteam .wrapper > ul li:nth-child(2){
        order: 1;
      }
      body.gqcreality-style .page-wrapper .page-main .ourteam .wrapper ul.details{
        flex-direction: column !important;
      }
      body.gqcreality-style .page-wrapper .page-main .ourteam .wrapper > ul li:nth-child(1),
      body.gqcreality-style .page-wrapper .page-main .ourteam .wrapper > ul li:nth-child(2){
        width: 100% !important;
        text-align: left !important;
      }
      body.gqcreality-style .page-wrapper .page-main .proxima-product-banner-second h4{
          bottom: 20%;
        }
    body .proxima-header .right-main-nav{
    top: 10px !important;
    }
    body .proxima-header .header-container .header.panel{
    padding:10px 20px !important;
    }
    body.gqcreality-style .page-wrapper .page-title-wrapper .mainsearch ul li:is(.location,.type){
    width: 100% !important;
    padding-bottom: 20px !important;
    }
    body.gqcreality-style .page-wrapper .page-title-wrapper .mainsearch ul{
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 10px !important;
    }
    body.gqcreality-style .product-main-content .product.media .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot{
    border: 1px solid #ddd !important;
    }
    body.gqcreality-style .page-wrapper .page-main .serviceofferd ul li{
    flex-direction: column !important
    }
    body.gqcreality-style .page-wrapper .page-main .serviceofferd ul li span{
    width: 100% !important;
    }
    body.gqcreality-style .page-wrapper .page-main .serviceofferd ul li .details{
    width: 100%;
    padding: 20px!important;
    }
    body.gqcreality-style .page-wrapper .page-main .serviceofferd ul{
    padding: 0 30px!important;
    }
    body.gqcreality-style .page-wrapper .page-main .ourteam .wrapper ul li:nth-child(1){
    padding: 15px !important;
    }
    .header-container .header > .flex-layout .logo-container{
      flex: none !important;
    }
    .empty-label,
    body.gqcreality-style .page-title-wrapper .mainsearch ul li.type .form-group label.empty-label{
      display: none !important;
    }
    body.gqcreality-style .page-title-wrapper .mainsearch{
      max-width: 95% !important;
    }
    body.gqcreality-style .property-overview-banner .custom-container .content-box .card-block{max-width: inherit;}
  }
    @media screen and (max-width: 575.98px) {
      body.gqcreality-style .property-overview-banner .custom-container .content-box .text-box{
        width: 100% !important;
      }
      .proxima-header .header-container .header .header-content .for-full-width-menu{
        margin-left: 2rem !important;;
      }
      body.gqcreality-style .page-wrapper .page-main .ourteam .wrapper > ul li:nth-child(2),
      body.gqcreality-style .page-wrapper .page-main .ourteam .wrapper > ul{
        padding: 0 !important;
      }
      body.gqcreality-style .page-wrapper .page-main .serviceofferd ul{
        padding: 0 !important;
      }
    .page-footer .footer-section .copy-right-section .container p {
      flex-direction: column !important;
    }
    body .header-container .header>.flex-layout .logo-container{
      justify-content: flex-start !important;
      margin-left: 20px ;
    }
      .page-footer .footer-section .copy-right-section .container p a {
          margin-top: 10px !important
      }
      /* .primary-menu-container .nav-toggle{
        left: 10px !important;
        top: 2.5rem !important;
      } */
      body.gqcreality-style .message.info {
        margin-bottom: 170vh !important;
    }
    body .page-footer .footer-section .container .social{
      justify-content: center !important;
    }
    .proxima-header .logo-container{
      max-width: 140px !important;
    }
    body.gqcreality-style .page-wrapper .page-main .ourteam .wrapper > ul > li > span.prfpic{
      width: 200px;
      height: 200px;
    }
    body.gqcreality-style .page-wrapper .page-main .getlatestnews {
      padding: 90px 15px;
    }
    body.gqcreality-style .page-wrapper .page-title-wrapper h1.page-title{
      line-height: 27px !important;
    }
    body.gqcreality-style .property-overview-banner .content-box{
      display: block !important;
    }
    /* body .page-wrapper .proxima-header .header-container .header .menu-container .logo-container{display: none;} */
    }

    @media (min-width: 991px) and (max-width: 1440px){
      body.gqcreality-style .page-wrapper .page-main .contact .wrapper,
      body.gqcreality-style .page-wrapper .page-main .services,
      body.gqcreality-style .page-wrapper .page-main .ourteam .wrapper{
        max-width: 100% !important;
      }
    }
    /* QR CODE changes */
    .proxima-header .right-main-nav .QR_code_psp .container-qr-code img {
      background: #cfad6b;
  }

  body .page-footer .footer-section .container ul.link-list {
    margin-left: 40px !important;
  }
  body.gqcreality-style .mfp-container .mfp-content{
    height:auto !important;
  }
  @media screen and (max-width: 767px) {
    body.gqcreality-style .page-wrapper .page-main .serviceofferd ul li .wrapper .details h4{
      font-size: 38px !important;
    }
    body.gqcreality-style .page-wrapper .page-main .serviceofferd ul li .wrapper .details p{
      font-size: 20px !important;
      padding-top: 25px !important;
    }
    body.gqcreality-style .page-wrapper .page-main .services .wrapper h2{
      font-size: 40px !important;
      line-height: 55px !important;
    }
    body.gqcreality-style .page-wrapper .page-main .services .wrapper p{
      font-size: 20px !important;
    }
    body .page-footer .footer-section .container ul.link-list{
      padding-left: 0 !important;
      margin-left: 0 !important;
    }
    .page-footer .row .col-lg-4 img{
      width: 150px !important;
    }
  }
  body.gqcreality-style .search-block .select-input .fa-angle-down{
    color:  #000 !important;
  }
  .range-slider [type="range"]:first-of-type {
    position: absolute !important;
  }
  body.gqcreality-style .page-wrapper .page-main .investment .wrapper p{
    font-family: 'Lato', sans-serif !important;
  }
  
  .brochure-forms form .magezon-builder .mgz-link{
    margin: 20px auto !important;
  }
  @media screen and (max-width: 575px) {
    .primary-menu-container .nav-toggle{
      top: 3rem !important;
      left: 150px !important;
    }
  }
  body .page-wrapper .proxima-header .header-container .header .menu-container .header-content {
    padding-left: 150px !important;
  }
  @media screen and (max-width: 1200px){
    body .page-wrapper .proxima-header .header-container .header .menu-container .header-content {
      padding-left: 0px !important;
    }
    .proxima-product-grid .product-item .product-item-photo .product-image-container{
      width: 100% !important;
    }
  }
  .parallax-section:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: -webkit-linear-gradient(top, #fff6, #000000ba);
    z-index: 0;
}
 /* account section UI style */
 body.project_theme_mode_normal.account .proxima-myaccount-container .column.main .custom-title span{
  font-size: 10px !important;
  top: 8px !important;
 }
 @media screen and (max-width: 575px){
  .commissionsystem-salestransaction_salestransactiondetails-index .table-grid-container{
    font-size: 18px !important;
  }
  .account.reservation-psp-index .page-title-wrapper{
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
 }
 body.gqcreality-style .page-footer .footer-section .container  ul.address-list-footer {
  padding-left: 0 !important;
  list-style: none !important;
 }
 body.gqcreality-style .page-wrapper .page-main  button.btn.btn-primary{
  background-color:#9C0520 !important ;
  width:130x !important ;
  min-width: 130px !important;
  height: 40px !important;
  min-height: 40px !important;
  color:#fff !important ;
  line-height: 12px !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  border-radius: 0 !important;
  border: 0 !important;
 }

 @media screen and (-webkit-max-device-pixel-ratio: 1){
  .range-slider [type="range"]:first-of-type {
    position: absolute !important;
    bottom:12px !important ;
  }
  div.xheader-text-project{
    padding-top: 0 !important;
  }

 }
 
/* newsletter form validation */
body.gqcreality-style h6#subscribeMsg{
  margin: 0 !important;
  padding: 0 !important;
  bottom: -30px !important;
  z-index: 9999999 !important;
  line-height: 0 !important;
}
/* pagination in mobile view style fix */
@media screen and (max-width: 767px){
  .pages .items .item{
    margin-right: 0.8rem !important;
  }
  .pages .items .item a{
    width: 2.8rem !important;
  }
}
/*...............................................*/

/* remove margin  */
body.page-with-filter.page-products .proxima-project-list.overview-project-list{
  margin-top: 0 !important;
}
/* remove margin  */
body.gqcreality-style .page-wrapper .page-main .services .wrapper p span.title-span{
  display: block;
}
body.gqcreality-style .page-wrapper .page-main .contact .wrapper h2.contacttitle{
margin-bottom: 140px;
}
body.gqcreality-style .page-wrapper .page-main .serviceofferd ul li .wrapper{
  max-width: 1740px;
  justify-content: flex-start;
  gap: 50px;
}
body.gqcreality-style .page-wrapper .page-main .serviceofferd ul li .wrapper span{
  width: auto;
}

body.gqcreality-style .view-details-info .section-one div.content:nth-child(2) article .info-content .info-content-items{
  min-width: 188px !important;
}
@media (max-width: 767px){
  body.page-products.gqcreality-style  label.advanced-search-label{
    right: 3.15rem;
    bottom: 5.7rem;
  }
}