@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-Black.woff2") format("woff2"),
    url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-Light.woff2") format("woff2"),
    url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-Thin.woff2") format("woff2"),
    url("../fonts/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Varta";
  src:
    url("../fonts/Varta-Medium.woff2") format("woff2"),
    url("../fonts/Varta-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Varta";
  src:
    url("../fonts/Varta-Light.woff2") format("woff2"),
    url("../fonts/Varta-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Varta";
  src:
    url("../fonts/Varta-Bold.woff2") format("woff2"),
    url("../fonts/Varta-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Varta";
  src:
    url("../fonts/Varta-SemiBold.woff2") format("woff2"),
    url("../fonts/Varta-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Varta";
  src:
    url("../fonts/Varta-Regular.woff2") format("woff2"),
    url("../fonts/Varta-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Varta";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
}

.no-scroll {
  overflow-y: hidden;
}

.max-width {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .max-width {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1400px) {
  .max-width {
    max-width: 90%;
  }
}

.max-width2 {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .max-width2 {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1400px) {
  .max-width2 {
    max-width: 90%;
  }
}

h1 {
  font-family: "Montserrat";
  font-size: 45px;
  font-weight: 700;
  color: #122f3d;
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-family: "Montserrat";
  font-size: 45px;
  font-weight: 700;
  color: #122f3d;
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-family: "Montserrat";
  font-size: 39px;
  color: #fff;
  font-weight: 600;
}

p {
  font-size: 16px;
  font-weight: 400;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

.padding-tb {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .padding-tb {
    padding: 40px 0;
  }
}

.btn {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 400;
  color: white;
  background-color: #122f3d;
  padding: 10px 35px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 10px;
}

.home2.reveal {
  transform: translateY(250px);
}

.home2.reveal.active {
  transform: translateY(100px);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #ed5500;
}

::-webkit-scrollbar-thumb:hover {
  background: #122f3d;
}

.beige-background {
  background-color: #f9f8f4;
}

span {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  color: #ed5500;
}

.reveal {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.draw-border-blue {
  box-shadow: inset 0 0 0 2px transparent;
  color: white;
  transition: color 0.4s 0.1333333333s;
  position: relative;
}
.draw-border-blue::before,
.draw-border-blue::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 10px;
  bottom: 0;
  right: 0;
}
.draw-border-blue::before {
  border-bottom-width: 2px;
  border-left-width: 2px;
}
.draw-border-blue::after {
  border-top-width: 2px;
  border-right-width: 2px;
}
.draw-border-blue:hover {
  color: #ed5500;
  background-color: white;
}
.draw-border-blue:hover::before,
.draw-border-blue:hover::after {
  border-color: #ed5500;
  transition:
    border-color 0s,
    width 0.4s,
    height 0.4s;
  width: 100%;
  height: 100%;
}
.draw-border-blue:hover::before {
  transition-delay: 0s, 0s, 0.4s;
}
.draw-border-blue:hover::after {
  transition-delay: 0s, 0.4s, 0s;
}

.draw-border-blue.btn {
  transition: all 0.5s ease-in-out;
}
.draw-border-blue.btn:hover {
  background-color: #122f3d !important;
  color: #fff !important;
  transition: all 0.5s ease-in-out;
}
.draw-border-blue.btn:focus {
  outline: 1px dotted transparent;
}

.draw-border-orange {
  box-shadow: inset 0 0 0 2px transparent;
  color: white;
  transition: color 0.4s 0.1333333333s;
  position: relative;
}
.draw-border-orange::before,
.draw-border-orange::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 10px;
  bottom: 0;
  right: 0;
}
.draw-border-orange::before {
  border-bottom-width: 2px;
  border-left-width: 2px;
}
.draw-border-orange::after {
  border-top-width: 2px;
  border-right-width: 2px;
}
.draw-border-orange:hover {
  color: #122f3d;
  background-color: white;
}
.draw-border-orange:hover::before,
.draw-border-orange:hover::after {
  border-color: #122f3d;
  transition:
    border-color 0s,
    width 0.4s,
    height 0.4s;
  width: 100%;
  height: 100%;
}
.draw-border-orange:hover::before {
  transition-delay: 0s, 0s, 0.4s;
}
.draw-border-orange:hover::after {
  transition-delay: 0s, 0.4s, 0s;
}

.draw-border-orange.btn {
  transition: all 0.5s ease-in-out;
}
.draw-border-orange.btn svg path {
  transition: all 0.5s ease-in-out;
}
.draw-border-orange.btn:hover {
  background-color: #ed5500 !important;
  color: #fff !important;
  transition: all 0.5s ease-in-out;
}
.draw-border-orange.btn:hover svg path {
  fill: #fff !important;
  transition: all 0.5s ease-in-out;
}
.draw-border-orange.btn:focus {
  outline: 1px dotted transparent;
}

#cc-main .cm {
  max-width: 24em !important;
}

#cc-main .cm__btn {
  background-color: #122f3d !important;
}

#cc-main .cm__btn--secondary {
  background-color: #eaeff2 !important;
}

.center-title {
  text-align: center;
}
.center-title p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.title p {
  margin-top: 10px;
  color: #000;
}

span {
  font-size: 20px;
  font-weight: 300;
  color: #ed5500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.grey-background {
  background-color: #f5f5f5;
}

.main-background {
  /* height: 800px; */
  height: 100vh;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .main-background {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .main-background {
    height: 100vh;
  }
}
.main-background picture {
  display: block;
  width: 100%;
  height: 100%;
}
.main-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.1); */

  /* display: none; */
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6139705882352942) 20%, rgba(255, 255, 255, 0) 45%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6139705882352942) 20%, rgba(255, 255, 255, 0) 45%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6139705882352942) 20%, rgba(255, 255, 255, 0) 45%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.background-overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(85deg, rgba(0, 0, 0, 0.38147759103641454) 16%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(85deg, rgba(0, 0, 0, 0.38147759103641454) 16%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(85deg, rgba(0, 0, 0, 0.38147759103641454) 16%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
.blogDetails {
  background: rgb(0, 0, 0, 0.4);
}
.small-background {
  height: 590px;
}
@media screen and (max-width: 991px) {
  .small-background .around-form {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.small-background .blog-title {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.small-background .blog-title h1 {
  color: #fff;
  font-size: 32px;
}
.small-background .blog-title span {
  text-transform: none;
  color: #fff;
  font-weight: bold;
}
.small-background .blog-title .max-width {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .small-background .blog-title .max-width {
    flex-direction: column;
  }
  .small-background .blog-title h1 {
    font-size: 26px;
  }
.small-background .blog-title span {
  font-size: 16px;
}
}
.small-background .blog-title .title-wrapper {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .small-background .blog-title .title-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
.small-background .blog-title .share-cont {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.small-background .blog-title .share-cont p {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
}
.small-background .blog-title .share-cont .share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.small-background .blog-title .share-cont .share a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  transition: all 0.5s ease-in-out;
}
.small-background .blog-title .share-cont .share a:hover {
  border: 1px solid #ed5500;
  background-color: #ed5500;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .small-background .blog-title .share-cont .share a:first-child {
    margin-left: 0;
  }
}

.smaller-background {
  height: 430px !important;
}
@media screen and (max-width: 575px) {
  .smaller-background {
    height: 250px !important;
  }
}
.smaller-background .smaller-background-title {
  width: 100%;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .smaller-background .smaller-background-title {
    top: 50%;
  }
}
.smaller-background .smaller-background-title h1 {
  color: #fff;
  font-weight: 600;
}

.pagination {
  list-style: none;
  width: 100%;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 30px;
  height: -moz-max-content;
  height: max-content;
  grid-column: span 3;
}
@media screen and (max-width: 991px) {
  .pagination {
    grid-column: span 1;
  }
}
.pagination li a {
  background-color: rgba(237, 85, 0, 0.1);
  color: #ed5500;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.pagination li .active {
  background-color: #ed5500;
  color: #fff;
}
.pagination li:last-child a {
  background-color: transparent;
}

.mt {
  margin-top: 250px;
}
@media screen and (max-width: 991px) {
  .mt {
    margin-top: 120px;
  }
}

.padding-t {
  padding: 80px 0;
}
@media screen and (max-width: 575px) {
  .padding-t {
    padding: 40px 0;
  }
}

header {
  position: fixed;
  width: 100%;
  z-index: 98;
}
header .top-header {
  padding: 13px 0;
  border-bottom: 1px solid #fff;
  transition: all 0.5s ease-in-out;
}
header .top-header .max-width2 {
  display: flex;
  justify-content: space-between;
}
header .top-header .max-width2 ul.contact-ul {
  display: flex;
  align-items: center;
}
header .top-header .max-width2 ul.contact-ul li {
  margin-right: 40px;
}
header .top-header .max-width2 ul.contact-ul li:last-child {
  margin-right: 0;
}
header .top-header .max-width2 ul.contact-ul li a {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
}
header .top-header .max-width2 .left-div {
  display: flex;
  align-items: center;
}
header .top-header .max-width2 .left-div details.languages {
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}
header .top-header .max-width2 .left-div details.languages summary {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  list-style: none;
  background: transparent url("../images/arr-down-o.svg") no-repeat;
  background-position: center;
  background-position-x: 100%;
  padding-right: 15px;
}
header .top-header .max-width2 .left-div details.languages ul {
  position: absolute;
  top: 40px;
  width: 100%;
  min-width: 110px;
  background-color: #122f3d;
  border-radius: 5px;
  padding: 7px 0;
  z-index: 2;
}
header .top-header .max-width2 .left-div details.languages ul li {
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .top-header .max-width2 .left-div details.languages ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
header .top-header .max-width2 .left-div details.languages ul li .active-lang {
  color: #ed5500;
}
header .top-header .max-width2 .left-div .header-socials {
  display: flex;
  align-items: center;
}
header .top-header .max-width2 .left-div .header-socials li {
  margin-right: 10px;
}
header .top-header .max-width2 .left-div .header-socials li a svg path {
  transition: all 0.5s ease-in-out;
}
header .top-header .max-width2 .left-div .header-socials li a svg:hover path {
  fill: #ed5500;
  transition: all 0.5s ease-in-out;
}
header .bottom-header {
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .bottom-header .header-logo {
  display: block;
  width: 100%;
  max-width: 120px;
  height: 113px;
  transition: all 0.5s ease-in-out;
}
header .bottom-header .header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
header .bottom-header .other-logo {
  display: none;
}
header .bottom-header ul {
  display: flex;
  align-items: center;
}
header .bottom-header ul li {
  /* margin-right: 15px; */
  margin-right: 37px;
  display: flex;
  align-items: center;
}
header .bottom-header ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
header .bottom-header ul li a:hover {
  color: #ed5500;
  transition: all 0.5s ease-in-out;
}
header .bottom-header ul details {
  position: relative;
  cursor: pointer;
}
header .bottom-header ul details summary {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  list-style: none;
  background: transparent url("../images/chevron-down-w.png") no-repeat;
  background-position: center;
  background-position-x: 100%;
  padding-right: 20px;
  transition: all 0.5s ease-in-out;
}
header .bottom-header ul details summary:hover {
  color: #ed5500;
  transition: all 0.5s ease-in-out;
}
header .bottom-header ul details ul.submenu {
  position: absolute;
  top: 30px;
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  padding: 7px 0;
  border-radius: 5px;
}
header .bottom-header ul details ul.submenu li {
  padding: 6px 10px;
  margin-right: auto;
}
header .bottom-header ul details ul.submenu li a {
  color: #122f3d;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
}
header .bottom-header ul details ul.submenu li a:hover {
  color: #ed5500;
  transition: all 0.5s ease-in-out;
}
header .bottom-header ul .active-page {
  color: #ed5500 !important;
}
header .bottom-header ul .mobile-languages {
  display: none;
}
header .bottom-header ul .contact-header {
  display: none;
}

header.second-header .top-header {
  border-bottom: 1px solid rgba(18, 47, 61, 0.1);
}
header.second-header .top-header .max-width2 ul.contact-ul li a {
  color: #122f3d;
}
header.second-header .top-header .max-width2 .left-div details.languages summary {
  color: #122f3d;
}
header.second-header .top-header .max-width2 .left-div .header-socials li a svg path {
  fill: #122f3d;
}
header.second-header .bottom-header ul li a {
  color: #122f3d;
}
header.second-header .bottom-header ul details summary {
  background: transparent url("../images/chevron-down-b.png") no-repeat;
  background-position: center;
  background-position-x: 100%;
  padding-right: 20px;
}
header.second-header .bottom-header ul details .submenu {
  box-shadow: 0 7px 15px rgba(18, 47, 61, 0.3);
}
header.second-header .bottom-header summary {
  color: #122f3d;
}

header.small-header {
  background-color: #122f3d;
}
header.small-header .top-header {
  margin-top: -31px;
  transition: all 0.5s ease-in-out;
  padding: 0;
}
header.small-header .bottom-header {
  background-color: #122f3d;
}
header.small-header .bottom-header .header-logo {
  height: 70px;
  transition: all 0.5s ease-in-out;
}

header.second-header.small-header .bottom-header ul li a {
  color: #fff;
}
header.second-header.small-header .bottom-header details summary {
  color: #fff;
  background: transparent url("../images/chevron-down-w.png") no-repeat;
  background-position: center;
  background-position-x: 100%;
  padding-right: 20px;
}
header.second-header.small-header .bottom-header details .submenu li a {
  color: #122f3d;
}
header.second-header.small-header .bottom-header .header-logo {
  display: none;
  height: 0;
  width: 0;
  transition: all 0.5s ease-in-out;
}
header.second-header.small-header .bottom-header .other-logo {
  display: block;
  opacity: 1;
  width: 100%;
  max-width: 120px;
  height: 70px;
  transition: all 0.5s ease-in-out;
}

.hamburger {
  padding-right: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  display: none;
  margin-top: 15px;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ed5500;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #ed5500;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  top: -7px;
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
  bottom: -7px;
}

.bottom-header .socials {
  display: none;
}
.bottom-header .mobile-contact {
  display: none;
}
.bottom-header .mobile-languages {
  display: none;
}
.bottom-header .footer-socials {
  display: none;
}

@media only screen and (max-width: 991px) {
  .hamburger {
    display: block;
  }
  header {
    max-height: 80px;
    transition: max-height 0.5s ease-in-out;
    background-color: #122f3d;
  }
  header .top-header {
    display: none;
  }
  header .bottom-header {
    align-items: flex-start;
    position: relative;
    height: 80px;
    transition: height 0.5s ease-in-out;
  }
  header .bottom-header .max-width {
    transition: height 0.5s ease-in-out;
  }
  header .bottom-header .header-logo {
    height: 60px !important;
    max-width: 65px;
  }
  header .bottom-header ul {
    transform: translateX(-50%);
    top: 15%;
    left: 50%;
    position: absolute;
    opacity: 0;
    width: 100%;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    pointer-events: none;
  }
  header .bottom-header ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 0;
    margin-bottom: 15px;
  }
  header .bottom-header ul li a {
    width: 100%;
    color: #fff;
    position: relative;
    text-align: end;
  }
  header .bottom-header ul li .active-page {
    background-color: rgba(237, 85, 0, 0.5);
    color: #fff !important;
    padding: 10px 0;
  }
  header .bottom-header ul li .active-page::before,
  header .bottom-header ul li .active-page::after {
    top: 0;
    position: absolute;
    content: "";
    background-color: #ed5500;
    opacity: 0.5;
    width: 100%;
    height: 100%;
  }
  header .bottom-header ul li .active-page::before {
    left: -100%;
  }
  header .bottom-header ul li .active-page::after {
    right: -100%;
  }
  header .bottom-header ul .mobile-languages {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  header .bottom-header ul .mobile-languages a {
    width: -moz-max-content;
    width: max-content;
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    transition: all 0.5s ease-in-out;
  }
  header .bottom-header ul .contact-header {
    display: block;
  }
  header .bottom-header ul .contact-header a {
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
  header .bottom-header ul .contact-header a svg {
    margin-right: 10px;
  }
  header .bottom-header ul .footer-socials {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
  }
  header .bottom-header ul .footer-socials a {
    margin-left: 20px;
    margin-bottom: 0;
    display: flex;
    width: 50px;
  }
  header .bottom-header ul details summary:hover {
    color: #fff;
  }
  header .bottom-header ul details ul.submenu {
    position: relative;
    top: 0;
    background-color: transparent;
  }
  header .bottom-header ul details ul.submenu li {
    padding: 5px 0;
  }
  header .bottom-header ul details ul.submenu li:last-child {
    margin-bottom: 0;
  }
  header .bottom-header ul details ul.submenu li a {
    color: #fff;
    padding: 0;
  }
  header .bottom-header ul details ul.submenu li .active-page {
    background-color: transparent;
    color: #ed5500 !important;
  }
  header .bottom-header ul details ul.submenu li .active-page::before,
  header .bottom-header ul details ul.submenu li .active-page::after {
    display: none;
  }
  header.mobile-header {
    max-height: 100vh;
    transition: max-height 0.5s ease-in-out;
  }
  header.mobile-header .bottom-header {
    height: 100vh;
    align-items: flex-start;
    padding-top: 15px;
    background-image: url(../images/dots-o.png), url(../images/dots-o.png);
    background-repeat: no-repeat, no-repeat;
    background-position-x: left, right;
    background-position-y: bottom, top;
    background-size: 133px, 125px;
    transition: height 0.5s ease-in-out;
    padding-bottom: 0;
  }
  header.mobile-header .bottom-header .max-width {
    align-items: flex-start;
    height: 100vh;
    transition: height 0.5s ease-in-out;
  }
  header.mobile-header .bottom-header ul {
    opacity: 1;
    width: 100%;
    transition: opacity 0.5s ease-in-out;
    pointer-events: auto;
    z-index: 2;
  }
  header.second-header .bottom-header .header-logo {
    display: none;
  }
  header.second-header .bottom-header .other-logo {
    display: block;
  }
  header.second-header.small-header .bottom-header .other-logo {
    height: 60px;
    max-width: 65px;
  }

  header.second-header .bottom-header ul li a,
  header.second-header .bottom-header ul summary {
    color: #fff;
  }
}
.main-title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .main-title {
    top: 30%;
  }
}
@media screen and (max-width: 575px) {
  .main-title {
    top: 23%;
  }
}
.main-title .max-width {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main-title h1 {
  color: #fff;
  text-align: center;
}
.main-title span {
  color: #fff;
}

.categories-cont {
  display: grid;
  grid-template-columns: 1.2fr 0.5fr 1.2fr;
  gap: 30px;
  margin-top: 30px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .categories-cont {
    grid-template-columns: 0.5fr 0.4fr 0.5fr;
  }
}
@media screen and (max-width: 1199px) {
  .categories-cont {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* @media screen and (max-width: 767px) {
  .categories-cont {
    gap: 20px;
  }
} */
/* @media screen and (max-width: 575px) {
  .categories-cont {
    grid-template-columns: 1fr;
  }
} */
.categories-cont .category {
  display: block;
  width: 100%;
  height: 390px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.categories-cont .category:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.categories-cont .category img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}
.categories-cont .category:nth-child(4) {
  grid-column: span 2;
}
@media screen and (max-width: 991px) {
  .categories-cont .category:nth-child(4) {
    grid-column: span 1;
  }
}
.categories-cont .category:first-child {
  grid-column: span 2;
}
@media screen and (max-width: 991px) {
  .categories-cont .category:first-child {
    grid-column: span 1;
  }
  .categories-cont {
    gap: 10px;
  }
  .categories-cont .category {
    height: 290px;
  }
}
.categories-cont .category .category-title {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
}
.categories-cont .category .category-title h3 {
  font-size: 24px;
}
.categories-cont .category .category-title span {
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .categories-cont .category .category-title h3 {
    font-size: 20px;
  }
  .categories-cont .category .category-title span {
    font-size: 16px;
  }
}
/* @media screen and (max-width: 767px) {
  .categories-cont .category {
    height: 350px;
  }
} */
@media screen and (max-width: 575px) {
  .categories-cont {
    width: 100%;
    gap: 5px;
  }
  .categories-cont .category {
    height: 160px;
  }
  .categories-cont .category .category-title {
    bottom: 15px;
    left: 15px;
  }
  .categories-cont .category .category-title h3 {
    font-size: 16px;
  }
  .categories-cont .category .category-title span {
    font-size: 12px;
  }
}

.to-top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6139705882) -15%, rgba(255, 255, 255, 0) 82%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  z-index: 0;
  border-radius: 20px;
}

.properties-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .properties-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .properties-wrapper {
    grid-template-columns: 1fr;
  }
}
.properties-wrapper .property {
  width: 100%;
  display: block;
  border-radius: 11px;
  /* max-width: 370px; */
}
.properties-wrapper .property:hover {
  box-shadow: 0 12px 24px rgba(18, 47, 61, 0.3);
  transition: all 0.5s ease-in-out;
}
.properties-wrapper .property:hover .prop-image img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.properties-wrapper .property:hover .property-info h3 {
  color: #ed5500;
  transition: all 0.5s ease-in-out;
}

.properties-wrapper .property .prop-image {
  width: 100%;
  height: 310px;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  position: relative;
  overflow: hidden;
}
.properties-wrapper .property .prop-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  transition: all 0.5s ease-in-out;
}
.properties-wrapper .property .prop-image .prop-info {
  position: absolute;
  z-index: 2;
  /* width: 93%; */
  /* width: 85%; */
  bottom: 10px;
  /* left: 10px; */
  /* left: 50%;
  transform: translateY(-50%); */
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 30px;
  width: calc(100% - 60px);
}
.properties-wrapper .property .prop-image .prop-info .location {
  display: flex;
  align-items: center;
}
.properties-wrapper .property .prop-image .prop-info .location p {
  color: #fff;
  margin-left: 10px;
}
.properties-wrapper .property .prop-image .prop-info p {
  color: #fff;
}
.properties-wrapper .property .prop-image .corner-divs {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
}
.properties-wrapper .property .prop-image .corner-divs .corner-div {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  color: #122f3d;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 10px;
  margin-left: 10px;
}
.properties-wrapper .property .prop-image .corner-divs .blue-div {
  background-color: #122f3d;
  color: #fff;
}
.properties-wrapper .property .prop-image .corner-divs .orange-div {
  background-color: #ed5500;
  color: #fff;
}
.properties-wrapper .property .property-info {
  /* padding: 20px; */
  padding: 30px 35px;
  background-color: #fff;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  position: relative;
}
.properties-wrapper .property .property-info .price p {
  color: #ed5500;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: bold;
}
.properties-wrapper .property .property-info h3 {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 20px;
  color: #122f3d;
  margin: 15px 0;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
min-height: 56px;
}
.properties-wrapper .property .property-info p {
  color: rgba(0, 0, 0, 0.5);
}
.properties-wrapper .property .property-info > p {
  -webkit-box-orient: vertical;
 display: -webkit-box;
 overflow: hidden;
 -webkit-line-clamp: 2;
 text-overflow: ellipsis;

}
.properties-wrapper .property .property-info .prop-specs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.properties-wrapper .property .property-info .prop-specs .icons {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}
.properties-wrapper .property .prop-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 45px;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(255,255,255,0) 100%);
}
@media screen and (max-width: 767px) {
  .properties-wrapper .property {
    box-shadow: 0 12px 24px rgba(18, 47, 61, 0.3);
  }
  .properties-wrapper .property .property-info .prop-specs .icons {
    padding-right: 15px;
    padding-left: 15px;
  }
  .properties-wrapper .property .property-info > p {
    display: none;
  }
  .properties-wrapper .property .property-info {
    padding: 30px 20px;
  }
  .properties-wrapper .property .property-info .prop-specs {
    padding-top: 10px;
  }
  .properties-wrapper .property .prop-image {
    height: 250px;

  }

  .properties-wrapper .property .prop-image .corner-divs .corner-div {
    font-size: 13px;
  }
  .properties-wrapper .property .prop-image .prop-info {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.properties-wrapper .property .property-info .prop-specs .icons:first-child {
  padding-left: 0;
}
.properties-wrapper .property .property-info .prop-specs .icons:last-child {
  padding-right: 0;
  border-right: none;
}
.properties-wrapper .property .property-info .prop-specs .icons .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
.properties-wrapper .property .property-info .prop-specs .icons .icon img {
  margin-left: 10px;
}
.properties-wrapper .property .property-info .prop-specs .icons p {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Montserrat";
  font-weight: 800;
  text-align: center;
}
.properties-wrapper .btn {
  grid-column: span 3;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .properties-wrapper .btn {
    grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  .properties-wrapper .btn {
    grid-column: span 1;
  }
}
.properties-wrapper .btn svg {
  margin-left: 10px;
}

.image-background {
  width: 100%;
  height: 500px;
  background: transparent url("../images/background2.jpg") no-repeat;
  background-size: cover;
  padding: 40px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .image-background {
    height: auto;
  }
}
.image-background .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .image-background .max-width {
    flex-direction: column;
  }
}
.image-background .look-sell {
  display: flex;
  align-items: center;
  background-color: rgba(237, 85, 0, 0.7);
  border-radius: 20px;
  padding: 30px;
  margin-right: 60px;
}
@media screen and (max-width: 991px) {
  .image-background .look-sell {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .image-background .look-sell {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.image-background .look-sell:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .image-background .look-sell:last-child {
    margin-top: 30px;
  }
}
.image-background .look-sell .icon {
  width: 100%;
  max-width: 120px;
  height: 100px;
}
.image-background .look-sell .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.image-background .look-sell .text {
  margin-left: 20px;
}
@media screen and (max-width: 575px) {
  .image-background .look-sell .text {
    margin-left: 0;
  }
}
.image-background .look-sell .text h4 {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 24px;
}
@media screen and (max-width: 575px) {
  .image-background .look-sell .text h4 {
    text-align: center;
  }
}
.image-background .look-sell .text p {
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .image-background .look-sell .text p {
    text-align: center;
  }
}
.image-background .look-sell .text p:last-child {
  display: flex;
  align-items: center;
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .image-background .look-sell .text p:last-child {
    justify-content: center;
  }
}
.image-background .look-sell .text p:last-child img {
  width: 71px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-left: 10px;
}

.about-home-wrapper {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #122f3d;
  background: #122f3d url("../images/dots-o.png") no-repeat;
  background-position-x: left;
  background-size: 133px;
}
@media screen and (max-width: 1199px) {
  .about-home-wrapper {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .about-home-wrapper {
    padding-bottom: 0;
  }
}
.about-home-wrapper .about-image-home {
  position: absolute;
  width: 50vw;
  height: 100%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .about-home-wrapper .about-image-home {
    position: relative;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .about-home-wrapper .about-image-home {
    display: none;
  }
}
.about-home-wrapper .about-image-home img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.about-home-wrapper .about-text {
  width: 100%;
  max-width: 560px;
}
.about-home-wrapper .about-text h3 {
  padding: 10px 0;
  font-size: 32px;
}
.about-home-wrapper .about-text p {
  color: #fff;
  margin-bottom: 10px;
}
.about-home-wrapper .about-text p:last-child {
  margin-bottom: 0;
}
.about-home-wrapper .about-text .btn {
  background-color: #fff;
  color: #ed5500;
  margin-top: 50px;
}
.about-home-wrapper .about-text .btn svg {
  margin-left: 10px;
}
.about-home-wrapper .about-text .btn svg path {
  fill: #ed5500;
}
.about-home-wrapper .about-text .about-spec {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 70px;
}
.about-home-wrapper .about-text .about-spec .spec {
  border-top: 1px solid #ed5500;
  margin-right: 60px;
  padding-top: 10px;
}
.about-home-wrapper .about-text .about-spec .spec p:first-child {
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .about-home-wrapper .about-text .about-spec .spec {
    margin-right: 20px;
  }
}
.about-home-wrapper .about-text .about-spec .spec:last-child {
  margin-right: 0;
}
.about-home-wrapper .about-text .about-spec .spec p {
  font-family: "Montserrat";
  font-size: 45px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .about-home-wrapper .about-text .about-spec .spec p {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .about-home-wrapper .about-text .about-spec .spec p {
    font-size: 30px;
  }
}
.about-home-wrapper .about-text .about-spec .spec p:last-child {
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 575px) {
  .about-home-wrapper .about-text .about-spec .spec p:last-child {
    font-size: 14px;
  }
}

.news-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .news-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .news-wrapper {
    grid-template-columns: 1fr;
  }
}
.news-wrapper .news .news-img {
  width: 100%;
  height: 305px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .news-wrapper .news .news-img {
    height: 250px;
  }
}
.news-wrapper .news .news-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}
.news-wrapper .news .news-img .date {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ed5500;
  color: #fff;
  border-radius: 20px 20px 0px 20px;
  padding: 10px;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
}
.news-wrapper .news .news-info {
  padding: 10px 0 0 0;
}
.news-wrapper .news .news-info span {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  text-transform: none;
}
.news-wrapper .news .news-info h4 {
  color: #000;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
}
.news-wrapper .news .news-info p {
  font-family: "Montserrat";
  color: #000;
}
.news-wrapper .news:hover {
  transition: all 0.5s ease-in-out;
}
.news-wrapper .news:hover .news-img img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.news-wrapper .news:hover .news-info h4 {
  color: #ed5500;
  transition: all 0.5s ease-in-out;
}

.around-form {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .around-form {
    top: 50%;
  }
}
@media screen and (max-width: 575px) {
  .around-form {
    top: 38%;
  }
}
.around-form .tab-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.around-form .tab-btns input {
  width: 0;
  opacity: 0;
  display: none;
}
.around-form .tab-btns label {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px 30px;
  color: #fff;
  font-family: "Montserrat";
  font-size: 18px;
  margin-right: 20px;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
}
.around-form .tab-btns label:last-child {
  margin-right: 0;
}
.around-form .tab-btns .active {
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  color: #000;
}
.around-form .panel {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 0px 0 0px 20px;
}
@media screen and (max-width: 991px) {
  .around-form .panel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .around-form .panel {
    grid-template-columns: 1fr;
  }
}
.around-form .panel .select-divs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 0px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 991px) {
  .around-form .panel .select-divs {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .around-form .panel .select-divs {
    padding-left: 0;
    border-right: none;
  }
}
@media screen and (max-width: 575px) {
  .around-form .panel .select-divs {
    padding-bottom: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .around-form .panel .select-divs:last-of-type {
    padding-left: 0;
  }
}
.around-form .panel .select-divs:first-child {
  padding-left: 0;
}
.around-form .panel .select-divs span {
  color: #000;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
}
.around-form .panel .select-divs details {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent url(../images/chevron-down-g.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.around-form .panel .select-divs details summary {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  list-style: none;
}
.around-form .panel .select-divs details .dropdown-list {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
  position: absolute;
  top: 40px;
  left: 50%;
  width: 100%;
  z-index: 2;
  background: transparent;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.around-form .panel .select-divs details .dropdown-list ul li {
  padding: 5px 10px;
  /* padding-bottom: 10px; */
  display: flex;
  align-items: center;
}
.around-form .panel .select-divs details .dropdown-list ul li label {
  padding-left: 5px;
  cursor: pointer;
  display: block;
  width: 100%;
  color: #000;
}
.around-form .panel .select-divs details .list-search-wrapper {
  height: 50px;
  width: 100%;
  font-family: "Libre Franklin";
  font-size: 14px;
  font-weight: 400;
  color: #07000d;
  border-radius: 6px;
  padding: 10px;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: white;
}
.around-form .panel .select-divs details .list-search-wrapper .list-search {
  height: 100%;
  width: 100%;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  outline: none;
  padding: 5px;
}
.around-form .panel .select-divs details .list-search-wrapper .list-search:focus {
  border: 1px solid #ed5500;
}
.around-form .panel .btn {
  width: 100%;
  max-width: 215px;
  height: 85px;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ed5500;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .around-form .panel .btn {
    height: auto;
    padding: 15px 35px;
    max-width: 100%;
    margin-left: 0;
    border-radius: 6px;
  }
}
.around-form .panel .btn svg {
  margin-left: 10px;
}
.around-form .ref-id input {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #ed5500;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  padding-right: 45px;
  /* background: transparent url(../images/search.svg) no-repeat;
  background-size: 26px;
  background-position: calc(100% - 10px); */
}
.around-form .ref-id .ref-id-field {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.around-form .ref-id button {
  background: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.around-form .ref-id button img {
  height: 26px;
  width: 26px;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
.around-form .ref-id input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
.around-form .ref-id input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
.around-form .ref-id input:focus {
  border: 2px solid #ed5500;
  outline: none;
  border-radius: 6px;
}

footer {
  background-color: #122f3d;
  position: relative;
  background-image: url("../images/dots-g-big.png"), url("../images/dots-g.png");
  background-repeat: no-repeat, no-repeat;
  background-position-x: 0, right;
  background-position-y: bottom, 60px;
}
footer .top-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  footer .top-footer {
    padding-bottom: 40px;
  }
}
footer .top-footer .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .top-footer .max-width {
    flex-direction: column;
  }
}
footer .top-footer .around-logo {
  padding: 60px 0;
  width: 100%;
  max-width: 320px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  footer .top-footer .around-logo {
    max-width: 230px;
    border-right: none;
    padding-bottom: 40px;
  }
}
footer .top-footer .footer-logo {
  width: 100%;
  max-width: 176px;
  height: 170px;
}
@media screen and (max-width: 767px) {
  footer .top-footer .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 575px) {
  footer .top-footer .footer-logo {
    height: 135px;
  }
}
footer .top-footer .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
footer .top-footer .newsletter {
  display: flex;
  align-items: center;
  margin-left: 80px;
}
@media screen and (max-width: 1199px) {
  footer .top-footer .newsletter {
    flex-direction: column;
    margin-left: 0;
  }
}
footer .top-footer .newsletter .newsletter-text h2 {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 600;
  padding-bottom: 15px;
  text-align: center;
}
footer .top-footer .newsletter .newsletter-text p {
  color: #fff;
  text-align: center;
}
footer .top-footer .newsletter form {
  width: 100%;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 100px;
}
@media screen and (max-width: 1199px) {
  footer .top-footer .newsletter form {
    margin-left: 0;
    margin-top: 20px;
  }
}
footer .top-footer .newsletter form input {
  width: 100%;
  max-width: 300px;
  height: 50px;
  border-radius: 200px;
  padding: 0 20px;
  color: #122f3d;
  font-size: 16px;
  font-family: "Varta";
  border: 1px solid #fff;
}
footer .top-footer .newsletter form input:focus {
  outline: none;
  border: 1px solid #ed5500;
}
footer .top-footer .newsletter form input::-moz-placeholder {
  font-family: inherit;
  color: rgba(0, 0, 0, 0.5);
}
footer .top-footer .newsletter form input::placeholder {
  font-family: inherit;
  color: rgba(0, 0, 0, 0.5);
}
footer .top-footer .newsletter form .btn {
  background-color: #ed5500;
  border-radius: 200px;
  height: 50px;
  padding: 0 30px;
  font-size: 16px;
  margin-left: -80px;
}
@media screen and (max-width: 575px) {
  footer .top-footer .newsletter form .btn {
    margin-left: -110px;
  }
}
footer .bottom-footer {
  display: flex;
  align-items: center;
}
footer .bottom-footer .max-width {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  footer .bottom-footer .max-width {
    flex-direction: column-reverse;
  }
}
footer .bottom-footer .left-part {
  width: 100%;
  max-width: 320px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  footer .bottom-footer .left-part {
    max-width: 100%;
    border-right: none;
    display: flex;
    align-items: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  footer .bottom-footer .left-part {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .bottom-footer .left-part {
    flex-direction: column;
  }
}
footer .bottom-footer .left-part .quick-links {
  /* margin-top: 30px; */
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  footer .bottom-footer .left-part .quick-links {
    width: 100%;
    margin-top: 0;
  }
}
footer .bottom-footer .left-part .quick-links ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  footer .bottom-footer .left-part .quick-links ul {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  footer .bottom-footer .left-part .quick-links ul {
    justify-content: center;
  }
}
footer .bottom-footer .left-part .quick-links ul li {
  margin-right: 10px;
}
footer .bottom-footer .left-part .quick-links ul li:last-child {
  margin-right: 0;
}
footer .bottom-footer .left-part .quick-links ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}

footer .bottom-footer .left-part .quick-links ul li a:hover {
  color: #ed5500;
  transition: all 0.5s ease-in-out;
}
footer .bottom-footer .right-part {
  padding-top: 40px;
  width: 100%;
  margin-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px;
}

footer .bottom-footer .right-part .f-links a:hover {
  color: #ed5500;
  transition: all 0.5s ease-in-out;
}

footer .bottom-footer .right-part .f-links a.active {
  color: #ed5500;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1199px) {
  footer .bottom-footer .right-part {
    margin-left: 50px;
  }
}
@media screen and (max-width: 991px) {
  footer .bottom-footer .right-part {
    margin-left: 0;
  }
}
footer .bottom-footer .right-part .links-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .bottom-footer .right-part .links-cont {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  footer .bottom-footer .right-part .f-links {
    margin-bottom: 20px;
    width: 100%;
  }
  footer .bottom-footer .right-part .f-links + .f-links {
    margin-top: 50px;
  }
}
footer .bottom-footer .right-part .f-links h3 {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}
footer .bottom-footer .right-part .f-links ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  padding-bottom: 20px;
}
footer .bottom-footer .right-part .f-links ul li:last-child {
  padding-bottom: 0;
}
footer .bottom-footer .right-part .f-links ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
}
footer .bottom-footer .right-part .f-links ul li a svg {
  margin-right: 5px;
}
footer .bottom-footer .right-part .f-links ul li a.active-page {
  color: #ed5500;
}
footer .bottom-footer .right-part .copyrights {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  footer .bottom-footer .right-part .copyrights {
    display: none;
  }
}
footer .bottom-footer .right-part .copyrights p {
  color: #fff;
  text-align: center;
  font-size: 15px;
}
footer .bottom-footer .right-part .copyrights p a {
  color: #fff;
  font-size: 15px;
}
footer .copyrights-cont {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
}
@media screen and (max-width: 991px) {
  footer .copyrights-cont {
    display: block;
  }
  footer .copyrights-cont p {
    color: #fff;
    text-align: center;
  }
  footer .copyrights-cont p a {
    color: #fff;
  }
}

.footer-socials {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .footer-socials {
    flex-direction: row;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-socials {
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}
.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border: 2px solid #ed5500;
  border-radius: 50%;
  margin-bottom: 20px;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  margin-left: 60px;
}
@media screen and (max-width: 991px) {
  .footer-socials a {
    margin-left: 30px;
  }
  .footer-socials a:first-child {
    margin-left: 0;
  }
}
.footer-socials a:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .footer-socials a:last-child {
    margin-bottom: 20px;
  }
}
.footer-socials a:hover {
  background-color: #ed5500;
  transition: all 0.5s ease-in-out;
}

.realestate-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .realestate-wrapper {
    flex-direction: column-reverse;
  }
}
.realestate-wrapper .realestate-cont {
  width: 65%;
}
.realestate-wrapper .realestate-cont.expanded {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .realestate-wrapper .realestate-cont {
    width: 100%;
  }
}
.realestate-wrapper .realestate-cont .top-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .realestate-wrapper .realestate-cont .top-filters {
    flex-direction: column;
  }
}
.realestate-wrapper .realestate-cont .top-filters p {
  font-weight: 600;
}
.realestate-wrapper .realestate-cont .top-filters .sort {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .realestate-wrapper .realestate-cont .top-filters .sort {
    margin-top: 10px;
  }
}
.realestate-wrapper .realestate-cont .top-filters .sort p {
  font-weight: 600;
}
.realestate-wrapper .realestate-cont .top-filters .sort select {
  border: none;
  outline: none;
  background-color: transparent;
  font-weight: 600;
  color: #122f3d;
}
.realestate-wrapper .realestate-cont .properties-wrapper {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  gap: 20px;
}

.realestate-wrapper .realestate-cont.expanded .properties-wrapper {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1399px) {
  .realestate-wrapper .realestate-cont.expanded .properties-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .realestate-wrapper .realestate-cont .properties-wrapper {
    grid-template-columns: 1fr;
  }

  .realestate-wrapper .realestate-cont.expanded .properties-wrapper {
    grid-template-columns: 1fr;
  }
}
.realestate-wrapper .main-filters-wrapper {
  width: 23%;
}
@media screen and (max-width: 1199px) {
  .realestate-wrapper .main-filters-wrapper {
    width: 100%;
  }
}
.realestate-wrapper .main-filters-wrapper h1 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .realestate-wrapper .main-filters-wrapper h1 {
    padding-bottom: 10px;
  }
}
.realestate-wrapper .main-filters-wrapper .main-filters {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .realestate-wrapper .main-filters-wrapper .main-filters {
    padding-bottom: 60px;
    margin-bottom: 30px;
  }
}
.realestate-wrapper .main-filters-wrapper .main-filters .select-divs {
  display: flex;
  align-items: center;
  background-color: white;
  width: 100%;
}
.realestate-wrapper .main-filters-wrapper .main-filters .select-divs details.filter-details {
  cursor: pointer;
  width: 100%;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.realestate-wrapper .main-filters-wrapper .main-filters .select-divs details.filter-details summary {
  font-weight: 600;
  font-size: 18px;
  color: #122f3d;
  list-style: none;
  background: transparent url("../images/plus.png") no-repeat;
  background-position-x: 100%;
  background-position-y: center;
}
.realestate-wrapper .main-filters-wrapper .main-filters .select-divs details.filter-details[open] {
  border: none;
}
.realestate-wrapper .main-filters-wrapper .main-filters .select-divs details.filter-details[open] summary {
  background: transparent url("../images/minus.png") no-repeat;
  background-position-x: 100%;
  background-position-y: center;
}
.realestate-wrapper .main-filters-wrapper .main-filters .select-divs ul {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
  height: 180px;
  overflow-y: scroll;
  position: relative;
  margin-top: 10px;
}
.realestate-wrapper .main-filters-wrapper .main-filters .select-divs ul li {
  padding-bottom: 10px;
}
.realestate-wrapper .main-filters-wrapper .main-filters .select-divs ul li:last-child {
  padding-bottom: 0;
}
/* .realestate-wrapper .main-filters-wrapper .main-filters .select-divs ul li input {
  height: 0;
  width: 0;
  opacity: 0;
} */
.realestate-wrapper .main-filters-wrapper .main-filters .select-divs ul li label {
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.realestate-wrapper .main-filters-wrapper .main-filters .select-divs ul::-webkit-scrollbar {
  width: 8px;
}
.realestate-wrapper .main-filters-wrapper .main-filters .select-divs ul::-webkit-scrollbar-track {
  background: #fff;
}
.realestate-wrapper .main-filters-wrapper .main-filters .select-divs ul::-webkit-scrollbar-thumb {
  background: #ed5500;
  border-radius: 6px;
}
.realestate-wrapper .main-filters-wrapper .main-filters .select-divs ul::-webkit-scrollbar-thumb:hover {
  background: #122f3d;
}
.realestate-wrapper .main-filters-wrapper .main-filters .open-close-filters {
  background-color: #122f3d;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-image: url(../images/arr-right-o-small.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  .realestate-wrapper .main-filters-wrapper .main-filters .open-close-filters {
    width: 100%;
    background-image: none !important;
    border-radius: 6px;
  }
}
.realestate-wrapper .main-filters-wrapper .main-filters .open-close-filters .mob-filters {
  display: none;
}
@media screen and (max-width: 1199px) {
  .realestate-wrapper .main-filters-wrapper .main-filters .open-close-filters .mob-filters {
    display: flex;
  }
}
.realestate-wrapper .main-filters-wrapper .main-filters .open-close-filters .mob-filters p {
  color: #fff;
  font-size: 20px;
}
.realestate-wrapper .main-filters-wrapper .open-close-filters-cont {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .realestate-wrapper .main-filters-wrapper .open-close-filters-cont {
    width: 100%;
    transform: translateX(-50%);
    left: 50% !important;
    position: absolute;
    top: auto;
    transform: translateX(-50%);
    bottom: 0;
    left: 50% !important;
  }
}
.realestate-wrapper .main-filters-wrapper.hidden {
  width: 10%;
}
@media screen and (max-width: 1199px) {
  .realestate-wrapper .main-filters-wrapper.hidden {
    width: 100%;
  }
}
.realestate-wrapper .main-filters-wrapper.hidden h1 {
  display: none;
}
.realestate-wrapper .main-filters-wrapper.hidden form {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.realestate-wrapper .main-filters-wrapper.hidden .open-close-filters-cont {
  right: 0 !important;
  left: auto !important;
}
@media screen and (max-width: 1199px) {
  .realestate-wrapper .main-filters-wrapper.hidden .open-close-filters-cont {
    left: 50% !important;
  }
}
.realestate-wrapper .main-filters-wrapper.hidden .open-close-filters-cont .open-close-filters {
  border-radius: 12px;
  background-image: url(../images/filter.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.property-details-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .property-details-wrapper {
    flex-direction: column;
  }
}
.property-details-wrapper .property-swiper {
  width: 47%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .property-details-wrapper .property-swiper {
    width: 100%;
  }
}
.property-details-wrapper .property-swiper .mySwiper2 {
  margin-bottom: 20px;
}
.property-details-wrapper .property-swiper .mySwiper2 .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 530px;
  border-radius: 20px;
}
@media screen and (max-width: 575px) {
  .property-details-wrapper .property-swiper .mySwiper2 .swiper-wrapper .swiper-slide {
    height: 300px;
  }
}
.property-details-wrapper .property-swiper .mySwiper2 .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.property-details-wrapper .property-swiper .mySwiper2 .swiper-wrapper .swiper-slide a .corner-div {
  position: absolute;
  top: 10px;
  right: 20px;
  border-radius: 12px;
  background-color: #122f3d;
  color: #fff;
  padding: 5px 15px;
  font-family: "Montserrat";
}
.property-details-wrapper .property-swiper .mySwiper2 .swiper-wrapper .swiper-slide a .corner-div.inverted {
  background-color: #fff;
  color: #122f3d;
}
.property-details-wrapper .property-swiper .mySwiper2 .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
}
.property-details-wrapper .property-swiper .swiper-button-next-prop,
.property-details-wrapper .property-swiper .swiper-button-prev-prop {
  width: 100%;
  width: 42px;
  height: 42px;
  background-color: #122f3d;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .property-details-wrapper .property-swiper .swiper-button-next-prop,
  .property-details-wrapper .property-swiper .swiper-button-prev-prop {
    background-color: #ed5500;
    /* top: 33%; */
    top: 50%;
  }
}
.property-details-wrapper .property-swiper .swiper-button-next-prop {
  right: -20px;
  background-image: url("../images/arr-left-w.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 575px) {
  .property-details-wrapper .property-swiper .swiper-button-next-prop {
    right: 0;
  }
}
.property-details-wrapper .property-swiper .swiper-button-prev-prop {
  left: -20px;
  background-image: url("../images/arr-right-w.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 575px) {
  .property-details-wrapper .property-swiper .swiper-button-prev-prop {
    left: 0;
  }
}
.property-details-wrapper .property-swiper .mySwiper .swiper-slide {
  width: 100%;
  height: 165px;
}
.property-details-wrapper .property-swiper .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
}
.property-details-wrapper .property-details-cont {
  width: 48%;
  padding-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .property-details-wrapper .property-details-cont {
    width: 100%;
    margin-top: 40px;
  }
}
.property-details-wrapper .property-details-cont .property-title .title-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .property-details-wrapper .property-details-cont {
    margin-top: 0;
  }
  .property-details-wrapper .property-details-cont .property-title .title-cont {
    flex-direction: column;
  }
}
.property-details-wrapper .property-details-cont .property-title .title-cont h1 {
  /* font-size: 32px; */
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.property-details-wrapper .property-details-cont .property-title .title-cont p {
  font-size: 32px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #ed5500;
  margin-left: 10px;
}
@media screen and (max-width: 575px) {
  .property-details-wrapper .property-details-cont .property-title .title-cont p {
    margin-top: 5px !important;
    font-size: 24px;

  }
  .property-details-wrapper .property-details-cont .property-title .title-cont h1 {
    /* font-size: 26px; */
    font-size: 24px;
    line-height: 120%;
  }
}
.property-details-wrapper .property-details-cont .property-title .property-code {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.property-details-wrapper .property-details-cont .property-title .property-code span {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  color: rgba(18, 47, 61, 0.5);
}
.property-details-wrapper .property-details-cont .property-title .property-code p {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  color: #122f3d;
  background-image: url("../images/location-b.svg");
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 20px;
  margin-left: 20px;
}
.property-details-wrapper .popups-wrapper {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}
.property-details-wrapper .popups-wrapper .btn {
  margin-right: 50px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.property-details-wrapper .popups-wrapper .btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 575px) {
  .property-details-wrapper .popups-wrapper {
    flex-wrap: wrap;
  }
  .property-details-wrapper .popups-wrapper .btn {
    padding: 10px 25px;
    font-size: 14px;
    margin-right: 10px;
  }
  .property-details-wrapper .popups-wrapper .btn::after {
    display: none;
  }
}
.property-details-wrapper .popups-wrapper .btn:hover {
  background-color: #ed5500;
  transition: all 0.5s ease-in-out;
}
.property-details-wrapper .popups-wrapper .btn:last-of-type::after {
  display: none;
}
.property-details-wrapper .popups-wrapper .btn::after {
  content: "";
  position: absolute;
  right: -25px;
  height: 100%;
  background-color: rgba(18, 47, 61, 0.2);
  width: 1px;
}
.property-details-wrapper .contact-part {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.property-details-wrapper .contact-part h3 {
  font-size: 24px;
  font-weight: 600;
  color: #122f3d;
}
.property-details-wrapper .contact-part a {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #122f3d;
}
.property-details-wrapper .contact-part a svg {
  margin-right: 10px;
}

.property-small-details {
  margin-top: 30px;
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 575px) {
  .property-small-details {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
  }
}
.property-small-details .detail {
  background-color: rgba(237, 85, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* padding: 15px 10px; */
  padding: 7.5px 10px;
  border-radius: 15px;
}
.property-small-details .detail img {
  /* width: 30px;
  height: 30px; */
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.property-small-details .detail p {
  margin-left: 15px;
  font-weight: 600;
  font-size: 14px;
  color: #122f3d;

  margin-top: 3px;
}

.property-text {
  margin: 30px 0;
}
/* .property-text .text {
  height: 165px;
  overflow: hidden;
} */
.property-text .text p {
  color: #000;
}
.property-text span {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 18px;
  color: #122f3d;
  text-transform: none;
  cursor: pointer;
  display: block;
  margin-top: 10px;
}
#moreLink {
  position: relative;
}
#moreLink::before {
  position: absolute;
  content: "";
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 23%, rgba(255,255,255,0.8) 36%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.1) 100%);
  bottom: 100%; 
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1;
}
.similar-realestates h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.video-popup {
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}

.video-cont {
  background-color: #fff;
  border-radius: 25px;
  padding: 50px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 575px) {
  .video-cont {
    padding: 15px;
    border-radius: 15px;
  }
}
.video-cont h3 {
  color: #122f3d;
  font-weight: 600;
  font-size: 32px;
}
@media screen and (max-width: 575px) {
  .video-cont h3 {
    font-size: 25px;
  }
}
.video-cont .video-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 40.25%;
  position: relative;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .video-cont .video-scaler {
    padding-top: 66.25%;
  }
}
.video-cont iframe {
  border-radius: 25px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
  max-width: 750px;
}
@media screen and (max-width: 575px) {
  .video-cont iframe {
    border-radius: 15px;
  }
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #ed5500;
  font-size: 32px;
  font-weight: 600;
  font-family: "Montserrat";
  cursor: pointer;
}

.popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 11;
  display: none;
}

.characteristics-cont {
  background-color: #fff;
  padding: 60px 30px;
  border-radius: 25px;
  position: relative;
  margin: 0 10px;
  height: 430px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}
@media screen and (max-width: 575px) {
  .characteristics-cont {
    padding: 30px 20px;
  }
}
.characteristics-cont h3 {
  color: #122f3d;
  font-weight: 600;
  font-size: 32px;
}
.characteristics-cont ul {
  margin: 20px 0;
  /* display: grid;
  grid-template-columns: repeat(3, 1fr); */
  width: 100%;
  max-width: 800px;
  /* -moz-column-gap: 30px;
  column-gap: 30px; */
  display: flex;
  flex-wrap: wrap;
}
.characteristics-cont ul + h3 {
  padding-top: 20px;
  border-top: 1px solid rgba(237, 85, 0, 0.8);
}
@media screen and (max-width: 575px) {
  .characteristics-cont ul {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.characteristics-cont ul li {
  position: relative;
  padding-right: 40px;
  margin-right: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  color: #000;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .characteristics-cont ul li {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    word-wrap: break-word;
    word-break: break-word;
    width: 100%;
  }
}
.characteristics-cont ul li::after {
  content: "";
  background-image: url(../images/checked.svg);
  position: absolute;
  width: 23px;
  height: 21px;
  background-position-y: center;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.property-details-wrapper2 {
  flex-direction: column;
}
.property-details-wrapper2 .swiper-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.property-details-wrapper2 .swiper-container-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .property-details-wrapper2 .swiper-container-wrapper {
    flex-flow: column nowrap;
  }
}
.property-details-wrapper2 .swiper-container .details {
  position: absolute;
  width: 90%;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .property-details-wrapper2 .swiper-container .details {
    flex-direction: column;
  }
}
.property-details-wrapper2 .swiper-container .details h1 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .property-details-wrapper2 .swiper-container .details h1 {
    font-size: 27px;
  }
}
.property-details-wrapper2 .swiper-container .details .left-detail p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.property-details-wrapper2 .swiper-container .details .left-detail p svg {
  margin-right: 10px;
}
.property-details-wrapper2 .swiper-container .details p {
  font-family: "Montserrat";
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .property-details-wrapper2 .swiper-container .details p {
    font-size: 27px;
  }
}
.property-details-wrapper2 .swiper-arrows {
  position: absolute;
  width: 82%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .property-details-wrapper2 .swiper-arrows {
    width: 100%;
    top: 40%;
  }
}
@media screen and (max-width: 575px) {
  .property-details-wrapper2 .swiper-arrows {
    top: 35%;
  }
}
.property-details-wrapper2 .swiper-button-next,
.property-details-wrapper2 .swiper-button-prev {
  position: relative !important;
  background-color: #122f3d;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-image: url("../images/arr-left-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 575px) {
  .property-details-wrapper2 .swiper-button-next,
  .property-details-wrapper2 .swiper-button-prev {
    width: 35px;
    height: 35px;
    background-size: 20px;
  }
}
.property-details-wrapper2 .swiper-button-next::after,
.property-details-wrapper2 .swiper-button-next::before,
.property-details-wrapper2 .swiper-button-prev::after,
.property-details-wrapper2 .swiper-button-prev::before {
  display: none;
}
.property-details-wrapper2 .swiper-button-next:hover,
.property-details-wrapper2 .swiper-button-prev:hover {
  background-color: #ed5500;
  transition: all 0.5s ease-in-out;
}
.property-details-wrapper2 .swiper-button-next {
  right: -21px;
}
@media screen and (max-width: 767px) {
  .property-details-wrapper2 .swiper-button-next {
    right: 0;
  }
}
.property-details-wrapper2 .swiper-button-prev {
  left: -21px;
  background-image: url("../images/arr-right-w.svg");
}
@media screen and (max-width: 767px) {
  .property-details-wrapper2 .swiper-button-prev {
    left: 0;
  }
}
.property-details-wrapper2 .swiper-slide {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.property-details-wrapper2 .gallery-top {
  position: relative;
  width: 82%;
  height: 690px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .property-details-wrapper2 .gallery-top {
    height: 550px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .property-details-wrapper2 .gallery-top {
    height: 350px;
  }
}
.property-details-wrapper2 .gallery-top .swiper-slide {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.property-details-wrapper2 .gallery-top .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
}
.property-details-wrapper2 .gallery-top .swiper-slide a .corner-div {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: #122f3d;
  color: #fff;
  padding: 6px 25px;
  border-radius: 12px;
}
@media screen and (max-width: 575px) {
  .property-details-wrapper2 .gallery-top .swiper-slide a .corner-div {
    right: 10px;
    top: 10px;
  }
}
.property-details-wrapper2 .gallery-top .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
}
.property-details-wrapper2 .gallery-thumbs {
  width: 15%;
  height: 690px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .property-details-wrapper2 .gallery-thumbs {
    height: 170px;
    width: 100%;
    margin-top: 30px;
  }
}
.property-details-wrapper2 .gallery-thumbs .swiper-wrapper {
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .property-details-wrapper2 .gallery-thumbs .swiper-wrapper {
    flex-direction: row;
  }
}
.property-details-wrapper2 .gallery-thumbs .swiper-slide {
  width: 100%;
  height: 90px;
  flex-flow: row nowrap;
  cursor: pointer;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .property-details-wrapper2 .gallery-thumbs .swiper-slide {
    flex-flow: column nowrap;
    height: 170px;
  }
}
.property-details-wrapper2 .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
}
.property-details-wrapper2 .details-tabs {
  display: flex;
  align-items: center;
  margin-top: 40px;
  border-bottom: 1px solid rgba(237, 85, 0, 0.1);
}
@media screen and (max-width: 1199px) {
  .property-details-wrapper2 .details-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.property-details-wrapper2 .details-tabs .tab {
  background-color: #fff;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 400;
  color: #122f3d;
  cursor: pointer;
  min-width: 212px;
  margin-right: 40px;
}
.property-details-wrapper2 .details-tabs .tab:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .property-details-wrapper2 .details-tabs .tab {
    min-width: auto;
    max-width: 100%;
    margin-right: 20px;
    font-size: 20px;
  }
}
.property-details-wrapper2 .details-tabs .tab.active {
  background-color: #ed5500;
  color: #fff;
}
.property-details-wrapper2 .panels {
  margin-top: 40px;
  display: none;
}
.property-details-wrapper2 .active-panel {
  display: flex;
}
.property-details-wrapper2 .desc-panel {
  align-items: flex-start;
}
@media screen and (max-width: 575px) {
  .property-details-wrapper2 .desc-panel {
    flex-direction: column;
  }
}
.property-details-wrapper2 .desc-panel .property-small-details {
  grid-template-columns: 1fr;
  margin-top: 0;
  row-gap: 10px;
}
@media screen and (max-width: 575px) {
  .property-details-wrapper2 .desc-panel .property-small-details {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
.property-details-wrapper2 .desc-panel .property-text {
  margin: 0;
  margin-left: 40px;
}
@media screen and (max-width: 575px) {
  .property-details-wrapper2 .desc-panel .property-text {
    margin-left: 0;
    margin-top: 30px;
  }
}
.property-details-wrapper2 .desc-panel .property-text h3 {
  color: #000;
  margin-bottom: 15px;
}
.property-details-wrapper2 .desc-panel .property-text p {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
}
.property-details-wrapper2 .desc-panel .property-text p:last-child {
  margin-bottom: 0;
}
.property-details-wrapper2 .charact-panel .characteristics-cont {
  padding: 0;
  justify-content: flex-start;
  height: auto;
}
.property-details-wrapper2 .video-panel .video-cont,
.property-details-wrapper2 .location-panel .video-cont {
  width: 100%;
  padding: 0;
}
.property-details-wrapper2 .video-panel .video-cont .video-scaler,
.property-details-wrapper2 .location-panel .video-cont .video-scaler {
  max-width: 100%;
  padding-top: 60.25%;
}
.property-details-wrapper2 .video-panel .video-cont .video-scaler iframe,
.property-details-wrapper2 .location-panel .video-cont .video-scaler iframe {
  max-width: 100%;
}
.property-details-wrapper2 .contact-part {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  padding: 40px 0;
  border-top: 1px solid rgba(237, 85, 0, 0.1);
  border-bottom: 1px solid rgba(237, 85, 0, 0.1);
}
.property-details-wrapper2 .contact-part h3 {
  font-size: 24px;
  font-weight: 600;
  color: #122f3d;
}
.property-details-wrapper2 .contact-part a {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #122f3d;
}
.property-details-wrapper2 .contact-part a svg {
  margin-right: 10px;
}

.blogs-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .blogs-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .blogs-wrapper {
    grid-template-columns: 1fr;
  }
}
.blogs-wrapper .blog {
  width: 100%;
  display: block;
}
.blogs-wrapper .blog .blog-img {
  width: 100%;
  height: 330px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .blogs-wrapper .blog .blog-img {
    height: 250px;
  }
}
.blogs-wrapper .blog .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 30px;
  transition: all 0.5s ease-in-out;
}
.blogs-wrapper .blog .blog-img .date {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ed5500;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 20px;
  padding: 10px 15px;
}
.blogs-wrapper .blog .blog-title {
  padding: 15px 0;
}
.blogs-wrapper .blog .blog-title h2 {
  color: #000;
  font-size: 24px;
  transition: all 0.5s ease-in-out;
}
.blogs-wrapper .blog:hover .blog-img img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.blogs-wrapper .blog:hover .blog-title h2 {
  color: #ed5500;
  transition: all 0.5s ease-in-out;
}
.blogs-wrapper .pagination {
  grid-column: span 3;
}
@media screen and (max-width: 1199px) {
  .blogs-wrapper .pagination {
    grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  .blogs-wrapper .pagination {
    grid-column: span 1;
  }
}

.blog-text h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.blog-text p {
  margin-bottom: 10px;
  color: #122f3d;
}
.blog-text p:last-child {
  margin-bottom: 0;
}
.blog-text ul li {
  padding-left: 20px;
  position: relative;
  color: #122f3d;
  font-weight: 600;
}
.blog-text ul li::before {
  content: "•";
  background-repeat: no-repeat;
  position: absolute;
  font-size: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #122f3d;
}

.blog-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .blog-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .blog-gallery {
    gap: 5px;
  }
}
.blog-gallery a {
  width: 100%;
  height: 325px;
}
@media screen and (max-width: 575px) {
  .blog-gallery a {
    height: 180px;
  }
  .blog-background {
    height: 60vh !important;
    max-height: 450px;
  }
}
.blog-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}


.other-news {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(237, 85, 0, 0.1);
}
.other-news h2 {
  font-size: 32px;
}
.other-news .news-wrapper .news-img {
  border-radius: 30px;
}
.other-news .news-wrapper .news-img img {
  border-radius: 30px;
}
.other-news .news-wrapper .news-img .date {
  border-top-left-radius: 0px;
}
.other-news .news-wrapper .news-img .category {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #122f3d;
  color: #fff;
  padding: 5px 10px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
}

@media screen and (max-width: 991px) {
  .blog-background {
    height: 450px;
  }
}

.about-wrapper {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .about-wrapper {
    flex-direction: column-reverse;
    height: auto;
  }
}
.about-wrapper .about-image {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  max-width: 700px;
  height: 100%;
  margin-right: 40px;
}
@media screen and (max-width: 1199px) {
  .about-wrapper .about-image {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .about-wrapper .about-image {
    height: 300px;
  }
}
.about-wrapper .about-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.about-wrapper .about-text {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
}
@media screen and (max-width: 1299px) {
  .about-wrapper .about-text {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .about-wrapper .about-text {
    padding-left: 0;
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.about-wrapper .about-text .title {
  margin-bottom: 20px;
}
.about-wrapper .about-text .title h2 {
  font-weight: 500;
  color: #000;
}
.about-wrapper .about-text .title span {
  font-weight: 600;
  font-family: "Montserrat";
}
.about-wrapper .about-text p {
  color: #000;
  font-weight: 600;
}

.about-us-spec {
  background-color: #122f3d;
  /* padding: 30px 0; */
  padding: 50px 0;
  margin-top: 80px;
  background-image: url("../images/small-dots.png");
  background-position-y: bottom;
  background-position-x: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .about-us-spec {
    margin-top: 40px;
  }
}
.about-us-spec .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-us-spec .spec {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-us-spec .spec p {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 100px;
  color: rgba(155, 155, 155, 0.2);
}
@media screen and (max-width: 991px) {
  .about-us-spec .spec p {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-spec .spec p {
    font-size: 50px;
  }
}
@media screen and (max-width: 575px) {
  .about-us-spec .spec p {
    font-size: 37px;
  }
}
.about-us-spec .spec span {
  font-size: 24px;
  display: block;
  margin-top: -50px;
}
@media screen and (max-width: 991px) {
  .about-us-spec .spec span {
    font-size: 20px;
    margin-top: -37px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-spec .spec span {
    font-size: 18px;
    margin-top: -27px;
  }
}
@media screen and (max-width: 575px) {
  .about-us-spec .spec span {
    font-size: 14px;
    margin-top: 0;
  }
}

.our-team-wrapper {
  background-color: #eeecec;
  margin-top: 80px;
}
@media screen and (max-width: 575px) {
  .our-team-wrapper {
    margin-top: 40px;
  }
}
.our-team-wrapper .title h1 {
  font-weight: 600;
  color: #000;
}
.our-team-wrapper .title span {
  font-weight: 600;
  font-size: 18px;
  font-family: "Montserrat";
}
.our-team-wrapper .our-team-cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 30px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .our-team-wrapper .our-team-cont {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.our-team-wrapper .our-team-cont .team-member {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
}
.our-team-wrapper .our-team-cont .team-member .member-image {
  width: 100%;
  height: 210px;
  border-radius: 20px;
}
.our-team-wrapper .our-team-cont .team-member .member-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
}
.our-team-wrapper .our-team-cont .team-member .member-info {
  padding: 15px 0;
}
.our-team-wrapper .our-team-cont .team-member .member-info h3 {
  color: #122f3d;
  font-size: 24px;
  font-weight: 600;
}
.our-team-wrapper .our-team-cont .team-member .member-info p {
  font-weight: 600;
}
.our-team-wrapper .our-team-cont .team-member .member-info .contact-info {
  margin-top: 15px;
}
.our-team-wrapper .our-team-cont .team-member .member-info .contact-info a {
  display: flex;
  align-items: center;
  color: #122f3d;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.our-team-wrapper .our-team-cont .team-member .member-info .contact-info a:last-child {
  margin-bottom: 0;
}
.our-team-wrapper .our-team-cont .team-member .member-info .contact-info a svg {
  margin-right: 10px;
}

.best-realestates {
  position: relative;
  height: 650px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .best-realestates {
    height: 550px;
  }
}
@media screen and (max-width: 575px) {
  .best-realestates {
    height: 400px;
  }
}
.best-realestates .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.best-realestates .realestate-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.best-realestates .realestate-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.best-realestates h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .best-realestates h2 {
    font-size: 30px;
  }
}
.best-realestates span {
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.best-realestates .btn {
  background-color: #ed5500;
  margin-top: 30px;
  padding: 10px 40px;
  position: relative;
  z-index: 2;
}
.best-realestates .btn svg {
  margin-left: 10px;
}

.reviews-wrapper {
  margin-top: 80px;
}
.reviews-wrapper .title h2 {
  color: #000;
  font-weight: 600;
}
.reviews-wrapper .title span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat";
}
.reviews-wrapper .reviewsSwiper {
  margin-top: 40px;
  padding-bottom: 60px;
}
.reviews-wrapper .reviewsSwiper .swiper-slide {
  width: 100%;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .review {
  background-color: rgba(217, 217, 217, 0.2);
  border-radius: 20px;
  padding: 30px;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .review p {
  color: #000;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .review .person-data {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .review .person-data .person-img {
  width: 100%;
  max-width: 63px;
  height: 63px;
  border-radius: 50%;
  margin-right: 20px;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .review .person-data .person-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .review .person-data .person-name h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .review .person-data .person-name p {
  font-weight: 600;
  color: #000;
  margin-top: 5px;
}
.reviews-wrapper .reviewsSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #ed5500;
  width: 20px;
  height: 20px;
  opacity: 1;
}
.reviews-wrapper .reviewsSwiper .swiper-pagination-bullet-active {
  background: #ed5500 !important;
}

.contact-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .contact-wrapper {
    flex-direction: column;
  }
}
.contact-wrapper .left-part {
  width: 55%;
}
@media screen and (max-width: 991px) {
  .contact-wrapper .left-part {
    width: 100%;
    border-bottom: 1px solid rgba(18, 47, 61, 0.3);
    padding-bottom: 40px;
  }
}
.contact-wrapper .left-part h2 {
  font-size: 32px;
  font-weight: 600;
}
.contact-wrapper .left-part form {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 575px) {
  .contact-wrapper .left-part form {
    grid-template-columns: 1fr;
  }
}
.contact-wrapper .left-part form input,
.contact-wrapper .left-part form select,
.contact-wrapper .left-part form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #122f3d;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
}
.contact-wrapper .left-part form input:focus,
.contact-wrapper .left-part form select:focus,
.contact-wrapper .left-part form textarea:focus {
  outline-color: #ed5500;
}
.contact-wrapper .left-part form input::-moz-placeholder,
.contact-wrapper .left-part form select::-moz-placeholder,
.contact-wrapper .left-part form textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  color: #122f3d;
  letter-spacing: 1px;
}
.contact-wrapper .left-part form input::placeholder,
.contact-wrapper .left-part form select::placeholder,
.contact-wrapper .left-part form textarea::placeholder {
  font-weight: 400;
  font-size: 15px;
  color: #122f3d;
  letter-spacing: 1px;
}
.contact-wrapper .left-part form textarea {
  grid-column: span 2;
  resize: none;
  height: 120px;
}
@media screen and (max-width: 575px) {
  .contact-wrapper .left-part form textarea {
    grid-column: span 1;
  }
}
.contact-wrapper .left-part form input {
  height: 45px;
}
.contact-wrapper .left-part form input[type="text"] {
  padding-left: 40px;
  background: transparent url("../images/person.svg") no-repeat;
  background-position-x: 10px;
  background-position-y: center;
}
/* .contact-wrapper .left-part form input.contact_phone,
.contact-wrapper .left-part form input[type="number"] {
  padding-left: 40px;
  background: transparent url("../images/phone-b.svg") no-repeat;
  background-position-x: 10px;
  background-position-y: center;
} */
.contact-wrapper .left-part form input[type="email"] {
  padding-left: 40px;
  background: transparent url("../images/mail-b.svg") no-repeat;
  background-position-x: 10px;
  background-position-y: center;
}
.contact-wrapper .left-part form select {
  padding-left: 40px;
  background: transparent url("../images/comment.svg") no-repeat;
  background-position-x: 10px;
  background-position-y: center;
}
.contact-wrapper .left-part form .btn {
  background-color: #ed5500;
  border-radius: 17px;
  font-weight: 500;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
}
.contact-wrapper .left-part form .btn:hover {
  background-color: #122f3d;
  transition: all 0.5s ease-in-out;
}
.contact-wrapper .right-part {
  width: 40%;
}
@media screen and (max-width: 991px) {
  .contact-wrapper .right-part {
    width: 100%;
    margin-top: 40px;
  }
}
.contact-wrapper .right-part .contact-links a {
  display: flex;
  align-items: center;
  color: #122f3d;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .contact-wrapper .right-part .contact-links a {
    font-size: 18px;
  }
}
.contact-wrapper .right-part .contact-links a svg {
  margin-right: 10px;
}
.contact-wrapper .right-part .contact-links a svg path {
  transition: all 0.5s ease-in-out;
}
.contact-wrapper .right-part .contact-links a:hover {
  color: #ed5500;
  transition: all 0.5s ease-in-out;
}
.contact-wrapper .right-part .contact-links a:hover svg path {
  stroke: #ed5500;
  transition: all 0.5s ease-in-out;
}
.contact-wrapper .right-part .footer-socials {
  flex-direction: row;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .right-part .footer-socials {
    justify-content: flex-start;
  }
}
.contact-wrapper .right-part .footer-socials a {
  margin-left: 0;
  margin-right: 20px;
}
.contact-wrapper .right-part .footer-socials a svg path {
  fill: #122f3d;
}
.contact-wrapper .right-part .footer-socials a:hover svg path {
  fill: #fff;
}

.contact-map {
  width: 100%;
  height: 630px;
}
@media screen and (max-width: 767px) {
  .contact-map {
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .contact-map {
    height: 300px;
  }
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}

.privacy-wrapper table {
  width: 100%;
  margin-bottom: 50px;
}
.privacy-wrapper table tr td {
  vertical-align: top;
}
.privacy-wrapper table tr td:first-child {
  width: 30%;
}
@media screen and (max-width: 991px) {
  .privacy-wrapper table tr td:first-child {
    width: 100%;
  }
}
.privacy-wrapper table tr td:first-child h2 {
  font-size: 25px;
  font-weight: 600;
}
.privacy-wrapper table tr td:nth-child(2) {
  width: 70%;
  padding-left: 50px;
}
@media screen and (max-width: 991px) {
  .privacy-wrapper table tr td:nth-child(2) {
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }
}
.privacy-wrapper table tr td p {
  font-weight: 600;
  color: #122f3d;
  margin-bottom: 10px;
}
.privacy-wrapper table tr td p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .privacy-wrapper table,
  .privacy-wrapper thead,
  .privacy-wrapper tbody,
  .privacy-wrapper th,
  .privacy-wrapper td,
  .privacy-wrapper tr {
    display: block;
  }
}

.general-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .general-gallery {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .general-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .general-gallery {
    gap: 10px;
  }
}
.general-gallery .item {
  width: 100%;
  height: 350px;
  display: block;
}
@media screen and (max-width: 575px) {
  .general-gallery .item {
    height: 180px;
  }
}
@media screen and (max-width: 991px) {
  .general-gallery .item:last-of-type {
    display: none;
  }
}
.general-gallery .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.general-text .go-back {
  display: flex;
  align-items: center;
  color: #ed5500;
  font-weight: 600;
  font-size: 18px;
}
.general-text .go-back svg {
  margin-right: 5px;
}
.general-text .general-links {
  margin-top: 20px;
}
.general-text .general-links ul {
  margin: 20px 0;
}
.general-text .general-links ul li {
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.general-text .general-links ul li:last-child {
  margin-bottom: 0;
}
.general-text .general-links ul li::before {
  content: "";
  background-image: url(../images/pdf.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 17px;
  height: 17px;
  background-position-y: center;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.general-text .general-links ul li a {
  color: #3080ea;
  font-weight: 600;
  font-size: 18px;
}
.general-text ol {
  margin: 20px 0;
  padding-left: 25px;
}
.general-text ol li {
  margin-bottom: 10px;
  position: relative;
  font-family: "Lato";
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.general-text ol li:last-child {
  margin-bottom: 0;
}
.general-text .download-cont ul li {
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.general-text .download-cont ul li::before {
  background-image: url("../images/pdf.svg");
  width: 25px;
  height: 25px;
} /*# sourceMappingURL=main.css.map */

@media screen and (max-width: 575px) {
  .mySwiper {
    display: none !important;
  }
}

.sold-property {
  pointer-events: none;
  cursor: default;
}

.sold-property .prop-image img {
  filter: blur(3px);
}

.sold-property .prop-info {
  opacity: 0.5;
}

.sold-property .sold-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sold-property .sold-text {
  transform: rotate(-25deg);
  z-index: 3;
  font-size: 32px;
  font-weight: 600;
  font-family: "Montserrat";
  color: #fff;
}

.sold-property .sold-text-overlay {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.filter-btn {
  background-color: #ed5500;
  margin-top: 20px;
}

.filter-btn:last-child {
  margin-left: 10px;
  background-color: #122f3d;
}

@media screen and (max-width: 575px) {
  .filter-btn {
    width: 100%;
  }
}

.steps-wrapper {
  margin-bottom: 80px;
}

.steps-numbers-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.steps-numbers-wrapper .line {
  display: none;
}

.steps-numbers-wrapper .step-number {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 64px;
  color: rgba(18, 47, 61, 0.2);
}

.steps-names-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 718px;
  margin-left: auto;
  margin-right: auto;
}

.steps-names-wrapper .step-name {
  color: rgba(18, 47, 61, 0.2);
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 18px;
}

.steps-numbers-wrapper .step-number.active-step,
.steps-names-wrapper .step-name.active-step {
  color: #122f3d;
}

.steps-names-wrapper .line {
  width: 70px;
  height: 15px;
  transform: translateY(11px);
}

.steps-names-wrapper .line img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.form-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.form-wrapper form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
  row-gap: 40px;
  margin-bottom: 80px;
}


.form-wrapper form .select-cont {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  font-family: "Varta";
  color: #222222;
  font-weight: bold;
  font-size: 18px;
  list-style: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent url("../images/arr-down-sell.svg") no-repeat;
  background-position: calc(100% - 20px);
}
.form-wrapper form input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  font-family: "Varta";
  color: #222222;
  font-weight: bold;
  font-size: 18px;
  list-style: none;
}

.form-wrapper form .select-cont:focus {
  outline: none;
}

.form-wrapper form input.select-cont {
  background: none;
}

.form-wrapper form .buttons {
  grid-column: span 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-wrapper form .buttons .btn {
  background-color: #ed5500;
}

.form-wrapper form .buttons .back-link {
  color: #ed5500;
  display: flex;
  align-items: center;
  /* opacity: 0.3;
  cursor: default; */
  cursor: pointer;
}

.form-wrapper form .buttons .back-link svg {
  margin-right: 10px;
}

.form-wrapper form .select-cont.bigger-select{
  grid-column: span 2;
}
.form-wrapper form .buttons .back-link.active-link{
  cursor: pointer;
  opacity: 1;
}

  .form-wrapper form textarea.select-cont{
    grid-column: span 2;
    height: 215px;
    resize: none;
    background: none;
  }
  .form-wrapper form .message-field {
    grid-column: span 2;
  }

 .form-wrapper form textarea.select-cont::placeholder,  .form-wrapper form input.select-cont::placeholder{
  font-family: "Varta";
  font-weight: bold;
 }

@media only screen and (max-width: 776px) {
  .form-wrapper form {
    gap: 30px;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .form-wrapper form .buttons {
    grid-column: span 1 !important;
  }
  .form-wrapper form .message-field {
    grid-column: span 1;
  }
  .steps-numbers-wrapper {
    max-width: 435px;
  }

  .steps-names-wrapper .line {
    width: 40px;
  }

  .steps-names-wrapper .step-name {
    font-size: 15px;
  }
}
@media screen and (max-width: 776px) {
  .form-wrapper {
    width: 100%;
  }
  .form-wrapper form {
    grid-template-columns: 1fr !important;
  }
  .form-wrapper form .status-field {
    grid-column: span 1 !important;
  }
}
@media only screen and (max-width: 576px) {
  .steps-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .steps-names-wrapper {
    display: none;
  }

  .steps-numbers-wrapper .step-number {
    font-size: 55px;
  }

  .form-wrapper form {
    grid-template-columns: 1fr;
  }

  .form-wrapper form .buttons {
    grid-column: span 1;
  }

  .form-wrapper form .buttons .btn {
    padding: 10px 20px;
  }

  .steps-numbers-wrapper .line {
    display: block;
    width: 50px;
    height: 15px;
    transform: translateY(22px);
  }

  .steps-numbers-wrapper .line img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .form-wrapper form .select-cont.bigger-select{
  grid-column: span 1;
}

  .form-wrapper form textarea.select-cont{
    grid-column: span 1;
  }
}

/* ul.pagination.pagination-estates {
  grid-column: span 3;
} */



.around-form .tab-btns input:checked + label {
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  color: #000;
}

.form-wrapper form .status-field {
  grid-column: span 2;
}

.form-wrapper form label {
  font-family: "Varta";
  color: #222222;
  font-weight: bold;
  font-size: 18px;
  list-style: none;
  padding-bottom: 5px;
  display: block;
}
.form-wrapper form .phone-field {
  display: flex;
  flex-direction: column;
}

.around-form .panel {
  position: relative;
}

.main-background image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

details.advanced-search-details {
  padding-left: 20px;
}

details.advanced-search-details .advanced-search-btn {
  background-color: #122f3d;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-image: url(../images/filter.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

details[open].advanced-search-details .advanced-search-btn {
  background-image: url(../images/arr-right-o-small.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}

details.advanced-search-details .advanced-search-btn svg {
  height: 22px;
  width: 22px;
}

details.advanced-search-details .advanced-search-content {
  position: absolute;
  top: 90px;
  z-index: 1;
  left: 0;
  /* width: 100%; */
  width: calc(100% - 275px);
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 16px 16px rgba(18, 47, 61, 0.3);
  height: 85px;
  display: flex;
  align-items: center;
  /* border-top: 1px solid rgba(0, 0, 0, 0.5); */
}

details.advanced-search-details .advanced-search-content .panel {
  width: 100%;
}

details.advanced-search-details .advanced-search-content .inputs input {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  list-style: none;
  border: none;
  outline: none;
  width: 100%;
}

details.advanced-search-details .advanced-search-content .inputs {
  width: 100%;
  display: flex;
  align-items: center;
}

details.advanced-search-details .advanced-search-content .divider {
  margin-left: 10px;
  margin-right: 10px;
}

.around-form .panel details.advanced-search-details .advanced-search-content .price-inputs {
  padding-left: 20px;
}
.around-form .panel details.advanced-search-details .advanced-search-content .area-inputs {
  border-right: none;
}
details.advanced-search-details .advanced-search-content .advanced-search-txt {
  max-width: 300px;
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
details.advanced-search-details .advanced-search-content .advanced-search-txt span {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.search-btns-group {
  display: flex;
  align-items: center;
}
/* @media screen and (max-width: 991px) {
  .around-form .panel .btn {
      padding: 0;
      height: 44px;
      border-radius: 12px;
      margin-left: 10px;
  }
} */

@media screen and (max-width: 991px) {
  .main-background {
      height: calc(100vh - 80px);
  }
  .main-title {
      top: 80px;
  }
  .around-form {
      top: 160px;
  }

  .around-form .tab-btns label {
      padding: 10px 15px;
      font-size: 16px;
  }
  /* .search-btn-txt {
      display: none;
  } */
  .around-form .panel .btn {
      padding: 0;
      height: 44px;
      border-radius: 12px;
      margin-left: 10px;
  }
  .around-form .panel .btn svg {
      /* margin-left: 0; */
      /* height: 22px;
      width: 22px; */
  }
  details.advanced-search-details {
      padding-left: 0;
  }
  .around-form .panel details.advanced-search-details .advanced-search-content .price-inputs {
      padding-left: 0;
  }
  details.advanced-search-details .advanced-search-content {
      height: auto;
      top: auto;
      width: 100%;
  }
  .around-form .tab-btns label {
      margin-right: 10px;
  }
}

@media screen and (max-width: 576px) {
  details.advanced-search-details .advanced-search-content {
      top: 265px;
  }
  .around-form .panel {
      padding: 15px;
      gap: 15px;
  }
}


.property-details-wrapper .property-details-cont .property-title .title-cont {
  flex-direction: column;
}

.property-details-wrapper .property-details-cont .property-title .title-cont p {
  margin-top: 10px;
  margin-left: 0px;
}


.no-results {
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  grid-column: span 3;
}

.no-results .icon {
  background-color: #CD4040;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px;
}

.no-results span {
  margin-top: 10px;
  font-weight: 600;
  font-size: 17px;
}
/* 
header .bottom-header ul details summary {
  display: flex;
  align-items: center;
}

header .bottom-header ul details summary .dropdown-arrow {
  height: 20px;
  width: 20px;
} */


.properties-wrapper .property .property-info .price p span {
  font-size: 14px;
  text-transform: lowercase;
  letter-spacing: normal;
  font-weight: bold;
}