/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html.no-scroll {
  overflow: hidden;
}

html.modal-open {
  overflow: hidden;
}

body {
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: black;
  position: relative;
}

body.no-scroll {
  overflow: hidden;
  -webkit-transform: none;
          -ms-transform: none;
      transform: none;
}

body.modal-open {
  overflow: hidden;
  -webkit-transform: none;
          -ms-transform: none;
      transform: none;
}

/* @media only screen and (max-width: 1024px) {
  body {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
} */

.page-width {
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media only screen and (max-width: 1600px) {
  .page-width {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1400px) {
  .page-width {
    max-width: 90%;
  }
}
@media only screen and (max-width: 900px) {
  .page-width {
    max-width: 90%;
  }
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

ul {
  list-style: none;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
}

.light-overlay {
  opacity: 0.34;
}

.dark-overlay {
  opacity: 0.61;
}

.white-overlay {
  background-color: #fff;
  opacity: 0.65;
}

.b {
  background-color: black;
  padding: 50px;
}

h1 {
  font-size: 46px;
  color: #39616f;
  text-align: center;
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 37px;
  }
}

h2 {
  font-size: 46px;
  color: #39616f;
  text-align: center;
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 37px;
  }
}

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

.title {
  padding: 50px 0;
}
.title h1,
.title h2 {
  text-align: center;
}
.title p {
  font-size: 20px;
  color: #707070;
  text-align: center;
  padding: 0 20px;
}

.margin-t {
  margin-top: 230px;
}
@media screen and (max-width: 575px) {
  .margin-t {
    margin-top: 130px;
  }
}

.margin-t2 {
  /* margin-top: 250px; */
  margin-top: 200px;
}
@media screen and (max-width: 575px) {
  .margin-t2 {
    margin-top: 130px;
  }
}

.grey-background {
  position: relative;
}
.grey-background::before {
  content: "";
  position: absolute;
  top: 175px;
  left: 0;
  width: 100%;
  height: calc(100% - 175px);
  background-color: #eeeeee;
  z-index: -1;
}

.grey-section {
  background-color: #eeeeee;
  padding-top: 40px;
}

.section-padding {
  padding: 40px 0;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
}
.pagination .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 15px;
  padding: 5px 10px;
  font-size: 28px;
  color: #39616f;
}
.pagination .page-link:first-child {
  margin-left: 0;
}
.pagination .page-link svg path {
  fill: #39616f;
}
.pagination .active {
  color: white;
  background-color: #39616f;
  border-radius: 4px;
}

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

.hamburger:hover {
  opacity: 0.7;
}

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

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

.hamburger-box {
  width: 40px;
  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: 40px;
  height: 4px;
  background-color: #39616f;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

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

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

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


.hamburger {
  position: relative;
  z-index: 99;
}

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

.hamburger:hover {
  opacity: 0.7;
}

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

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

.hamburger-box {
  width: 40px;
  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: 40px;
  height: 4px;
  background-color: #25313e;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          -o-transition-timing-function: ease;
     transition-timing-function: ease;
}

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

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

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

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          -o-transition-timing-function: ease;
     transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

/* .hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
} */


.home-head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: transparent;
  /* height: 150px; */
  height: 180px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 20px 0;
}
@media screen and (max-width: 575px) {
  .home-head {
    height: 100px;
    padding: 15px 0;
  }
}
.home-head .hamburger-inner,
.home-head .hamburger-inner::before,
.home-head .hamburger-inner::after {
  background-color: #fff;
  width: 35px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home-head .language {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-right: 0;
  cursor: pointer;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .home-head .language {
    display: none;
  }
}
.home-head .language span,
.home-head .language ul li a {
  color: #fff;
  font-size: 26px;
}
.home-head .language ul li a:hover {
  text-decoration: underline;
}
.home-head .language svg {
  fill: #fff;
}
.home-head .language ul.lang {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #39616f;
  padding: 15px;
  /* display: none; */
}
.home-head .language ul.lang li {
  text-align: center;
}
/* .home-head .language:hover ul.lang {
  display: block;
} */

@media screen and (min-width: 768px) {
  .lang-mobile {
    display: none;
  }
}

.home-head .page-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logos {
  position: relative;
}
.logos .blue-head-logo {
  max-width: 90px;
}
@media screen and (max-width: 575px) {
  .logos .blue-head-logo {
    max-width: 50px;
  }
}
.logos .blue-head-logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.logos .white-head-logo {
  width: 100%;
  /* max-width: 105px; */
  max-width: 140px;
}
@media screen and (max-width: 767px) {
  .logos .white-head-logo {
    max-width: 50px;
  }
}
.logos .white-head-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.logos .blue-head-logo {
  display: none;
}

.white-header {
  /* background-color: #fff; */
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  height: 80px;
}
.white-header .hamburger-inner,
.white-header .hamburger-inner::before,
.white-header .hamburger-inner::after {
  background-color: #39616f;
}
.white-header .language span {
  color: #39616f;
}
.white-header .language ul li a {
  color: #fff;
}
.white-header .language svg {
  fill: #39616f;
}
.white-header .white-head-logo {
  display: none;
}
.white-header .blue-head-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.white-header .second-logo {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.white-header .logos .blue-head-logo {
  height: 50px;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  left: 0;
  left: 0;
  bottom: 0;
  z-index: 11;
  background-color: #39616f;
  /* width: 100%; */
  opacity: 0;
  width: 0vw;
  max-width: 400px;
  -webkit-transform: translateX(-100vw);
      -ms-transform: translateX(-100vw);
          transform: translateX(-100vw);
          -moz-transform: translateX(-100vw);
          -o-transform: translateX(-100vw);


  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 30px 50px 30px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar.open {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0vw);
  -ms-transform: translateX(0vw);
      transform: translateX(0vw);
      -moz-transform: translateX(0vw);
      -o-transform: translateX(0vw);
  opacity: 1;
  height: 100vh;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1399px) {
  .sidebar {
    max-width: 450px;
    padding-left: 100px;
  }
}

@media screen and (max-width: 991px) {
  .sidebar{
    max-width: 400px;
  }
}

.sidebar .close {
  position: absolute;
  top: 30px;
  right: 50px;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .sidebar .close {
    top: 5vh;
  }
}

.sidebar .side-logo {
  margin-bottom: 5vh;
}

.sidebar .side-logo img {
  width: 115px;
}

@media screen and (max-width: 767px) {
  .sidebar {
    padding-left: 30px;
    max-width: 380px;
  }
}

@media screen and (max-width: 576px) {
  .sidebar .side-logo img {
    width: 100px;
    height: 105px;
  }

  .sidebar {
    padding-left: 50px;
max-width: 100%;
padding-top: 30px;
  }

  .sidebar .side-logo {
  margin-bottom: 2vh;
}
}
@media (max-width: 300px) {
  .sidebar {
    padding: 10vh 20px 50px;
  }
}

ul.nav {
  overflow: auto;
}

ul.nav li {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  ul.nav li {
    margin: 2vh 0;
  }
}
ul.nav li a {
  /* font-size: 26px; */
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 576px) {
  ul.nav li a {
    font-size: 22px;
  }
}
ul.nav li a.active-page,
ul.nav li a:hover {
  color: #c4c4c4;
}
ul .lang-mobile {
  margin-top: 20px;
}
ul .lang-mobile a {
  font-weight: bold;
  margin-right: 30px;
  color: white;
  font-size: 22px;
}

.side-contact {
  margin-top: auto;
  margin-left: -50px;
  padding: 20px 10px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .side-contact {
    margin-left: 0;
  }
}
.side-contact a {
  color: #fff;
  /* font-size: 20px; */
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  display: block;
  margin-bottom: 5px;
}
.side-contact a img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .side-contact a {
    font-size: 16px;
  }
}
@media (max-width: 330px) {
  .side-contact a {
    font-size: 14px;
  }
}

.sidebar-overlay {
  position: fixed !important;
  z-index: 10;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 575px) {
  #head2 {
    border-bottom: 2px solid #39616f;
  }
}
#head2 .hamburger.is-active .hamburger-inner,
#head2 .hamburger.is-active .hamburger-inner::before,
#head2 .hamburger.is-active .hamburger-inner::after {
  background-color: #39616f;
}
#head2 .hamburger-inner,
#head2 .hamburger-inner::before,
#head2 .hamburger-inner::after {
  background-color: #39616f;
}
#head2 .language span {
  color: #39616f;
}
#head2 .logos .second-logo {
  width: 100%;
  max-width: 105px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 575px) {
  #head2 .logos .second-logo {
    max-width: 50px;
  }
}
#head2 .logos .second-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#head2.white-header .second-logo {
  max-width: 50px;
}
@media screen and (max-width: 575px) {
  #head2.white-header .second-logo {
    max-width: 50px;
  }
}

@media screen and (max-width: 575px) {
  #head.white-header {
    border-bottom: 2px solid #39616f;
  }
}

footer {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
}

@media screen and (max-width: 575px) {
  footer{
    background-image: url('../images/footer-m3.jpg') !important;
  }
}

.footer-overlay {
  opacity: 0.41;
}

.foot1, .foot2 {
  position: relative;
  z-index: 2;
}
.foot1 p, .foot1 a, .foot2 p, .foot2 a {
  font-size: 20px !important;
  color: #fff !important;
}
@media (max-width: 300px) {
  .foot1 p, .foot1 a, .foot2 p, .foot2 a {
    font-size: 16px !important;
  }
}

.foot1 {
  padding: 50px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .foot1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.foot-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.foot-left, .foot-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 177px;
}

.footer-logo img{
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 991px) {
  .foot-left, .foot-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .foot-left p, .foot-right p {
    text-align: center;
  }
}

.foot2 {
  padding: 10px 0;
  border-top: 1px solid #fff;
}
.foot2 p {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .footer-logo {
    margin: 50px 0;
  }
}

.headline-div {
  position: relative;
  /* height: 80vh; */
  /* height: 84vh; */
}
.headline-div video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 780px;
}
/* @media screen and (max-width: 1399px) {
  .headline-div {
    height: 100vh;
  }
} */
.headline-div .overlay {
  z-index: 1;
}

.headlineSwiper {
  height: 100%;
}
.headlineSwiper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.btn {
  font-size: 23px;
  font-weight: bold;
  color: #39616f;
  background-color: #dbdbdb;
  /* padding: 25px; */
  padding: 15px;
  border-radius: 13px;
}

.headline-title {
  position: absolute;
  z-index: 2;
  /* top: 75%; */
  bottom: 10%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.headline-title .h2 {
  font-size: 44px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
  text-align: center;
}
/* @media screen and (max-width: 1399px) {
  .headline-title {
    top: 65%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
} */

 /* @media screen and (max-width: 991px) {
  .headline-title {
    top: 55%;
  }
} */
@media screen and (max-width: 767px) {

    /* .headline-title {
    top: 45%;
  } */
  .headline-title .h2 {
    /* font-size: 30px; */
    font-size: 24px;
  }

  .headline-title a.btn{
    font-size: 15px !important;
  }
  .headline-title h1 {
    font-size: 30px;
  }
  .headline-title a.btn {
    font-size: 20px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

button.btn {
  border: none;
}

.translate-form {
  /* margin-top: -180px; */
  /* margin-top: 0px; */
  margin-top: -40px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 575px) {
  .translate-form {
    margin-top: -40vh;
  }
  .headline-title .h2 {
    font-size: 24px;
  }
  /* .headline-title {
    top: 60%;
  } */
  .headline-title a.btn {
    font-size: 15px;
  }
}

.main-form {
  position: relative;
  background-color: #39616f;
  -webkit-box-shadow: 0px 3px 7.5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 7.5px rgba(0, 0, 0, 0.16);
  /* -webkit-filter: drop-shadow(0px 3px 7.5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 7.5px rgba(0, 0, 0, 0.16)); */
  border-radius: 26px;
  /* padding: 60px 50px; */

  margin-bottom: 60px;
}
.main-form form {
  padding: 50px 40px;
}
@media screen and (max-width: 575px) {
  .main-form {
    /* padding: 60px 20px; */

    margin-bottom: 30px;
  }
  .main-form form {
    padding: 40px 20px;
  }
}
.main-form form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 30px;
       -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
}
@media screen and (max-width: 1199px) {
  .main-form form {
   
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .main-form form {
  
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .main-form form {
    /* grid-template-columns: 1fr; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-form form details,
.main-form form label,
.main-form form select,
.main-form form input[type=text],
.main-form form input[type=number],
.main-form form input[type=search] {
  font-size: 19px;
}
.main-form form label {
  display: block;
  color: #dbdbdb;
  margin-bottom: 10px;
}
.main-form form details summary {
  width: 100%;
  color: #c4c4c4;
  /* color: black; */
  padding: 0 20px;
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 16px;
}
.main-form form details summary.highlight {
  color: black;
}
.main-form form details summary {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-form form select,
.main-form form input[type=text],
.main-form form input[type=number],
.main-form form input[type=search] {
  width: 100%;
  /* height: 65px; */
  height: 40px;
  color: #c4c4c4;
  /* color: black; */
  padding: 0 20px;
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 16px;
}
.main-form form input[type=text] {
  color: black;
}
.main-form form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: white url("../images/arr-down.svg") no-repeat;
  background-position: calc(100% - 20px);
}
.main-form form details summary {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: white url("../images/arr-down.svg") no-repeat;
  background-position: calc(100% - 20px);
}
.main-form form input::-moz-placeholder {
  color: #c4c4c4;
  /* color: black; */
}
.main-form form input::-webkit-input-placeholder {
  color: #c4c4c4;
  /* color: black; */
}
.main-form form input:-ms-input-placeholder {
  color: #c4c4c4;
  /* color: black; */
}
.main-form form input::-ms-input-placeholder {
  color: #c4c4c4;
  /* color: black; */
}
.main-form form input::placeholder {
  color: #c4c4c4;
  /* color: black; */
}
.main-form form .price-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.main-form form .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.main-form .top-btns,
.main-form .bottom-btns {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}
.main-form .top-btns .btn,
.main-form .bottom-btns .btn {
  margin: 0 10px;
}

.main-form .bottom-btns .btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.main-form .bottom-btns .btn:hover {
  color: white;
  background: #f4a261;
}
@media screen and (max-width: 575px) {
  .main-form .top-btns,
  .main-form .bottom-btns {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: auto;
  }
  .main-form .top-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-form .top-btns .btn,
  .main-form .bottom-btns .btn {
    margin: 0;
    margin-bottom: 10px;
    width: 100% !important;
  }
}
.main-form .top-btns {
  /* top: -40px; */
  top: -25px;
}
.main-form .top-btns .active-btn {
  color: #fff;
}
.main-form .top-btns .btn {
  min-width: 170px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  /* -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16)); */
}
.main-form .bottom-btns {
  /* bottom: -40px; */
  bottom: -25px;
}
@media screen and (max-width: 575px) {
  .main-form .bottom-btns {
    margin-top: 30px;
  }
}
.main-form .bottom-btns .btn {
  min-width: 145px;
  font-size: 19px;
  -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.16);
  /* -webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.16)); */
}

.cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  /* grid-auto-rows: 1fr; */
  -moz-column-gap: 30px;
       -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}
@media screen and (max-width: 1199px) {
  .cards {
   
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 991px) {
  .cards {
  
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 575px) {
  .cards {
    /* grid-template-columns: 1fr; */
  
    grid-template-columns: repeat(1, 1fr);
  }

}

.cards.list-view {
  -ms-grid-columns: 1fr !important;
  grid-template-columns: 1fr !important;
}

.card .card-img,
.card .card-info {
  -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.16);
  /* -webkit-filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.16)); */
}
.card .card-img {
  position: relative;
  margin-bottom: 10px;
  height: 30vh;
}
.card .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card .card-img .sold-span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  /* display: none; */
}
.card .card-img .top-left,
.card .card-img .top-right {
  position: absolute;
  top: 20px;
  /* -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16)); */

  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  font-size: 11px;
  padding: 7px 13px;
  z-index: 2;
  text-align: center;
}
.card .card-img .top-left {
  left: 20px;
  /* color: #c2c2c2; */
  /* background-color: #fff; */
  background-color: #f4a261;
  color: white;
  min-width: 65px;
}
.card .card-img .top-right {
  right: 20px;
  background-color: #39616f;
  color: #fff;
  min-width: 100px;
}
.card .card-img .top-right.second {
  top: auto;
  bottom: 20px;
}
.card .card-img .overlay {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.card .card-info {
  background-color: #fff;
  padding: 10px 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.card .card-info h2,
.card .card-info p,
.card .card-info span {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.card .card-info h2,
.card .card-info p {
  text-align: center;
}
.card .card-info h2 {
  /* font-size: 20px; */
  font-size: 16px;
  min-height: 50px;
  color: #39616f;
  -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.card .card-info p {
  font-size: 16px;
  color: #616161;
  margin-bottom: 10px;
}
.card .card-info .price {
  padding-top: 10px;
  border-top: 1px solid #e2e2e2;
}
.card .card-info .price p {
  font-size: 20px;
  font-weight: bold;
  color: #646464;
  margin-bottom: 0;
}
.card .card-info .details,
.card .card-info .details div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
}
.card .card-info .details {
  gap: 10px;
  min-height: 25px;
  margin-bottom: 10px;
}
.card .card-info .details img {
  width: 20px;
  margin-right: 5px;
}
.card .card-info .details span {
  font-size: 16px;
  color: #646464;
}
.card .card-info .details .whitesvg {
  display: none;
}

.cards.list-view .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cards.list-view .card .card-img {
  height: 35vh;
  -webkit-box-flex: 35%;
      -ms-flex: 35%;
          flex: 35%;
  margin-bottom: 0;
  margin-right: 10px;
}
@media screen and (max-width: 1399px) {
  .cards.list-view .card .card-img {
    height: 45vh;
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
  }
}
.cards.list-view .card .card-img .sold-span {
  font-size: 25px;
}
.cards.list-view .card .card-info {
  -webkit-box-flex: 65%;
      -ms-flex: 65%;
          flex: 65%;
  padding: 20px 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cards.list-view .card .card-info h2 {
  /* font-size: 35px; */
  font-size: 24px;
  text-align: start;
  width: 70%;
}
.cards.list-view .card .card-info p {
  /* font-size: 30px; */
  font-size: 24px;
  margin-bottom: 0;
}
.cards.list-view .card .card-info p:nth-child(2) {
  position: absolute;
  top: 20px;
  right: 40px;
}
.cards.list-view .card .card-info p:nth-child(4) {
  position: absolute;
  bottom: 20px;
  left: 40px;
}
.cards.list-view .card .card-info .price {
  padding-top: 20px;
  border-top: 1px solid #606060;
}
.cards.list-view .card .card-info .price p {
  font-size: 36px;
  text-align: end;
}
.cards.list-view .card .card-info .details {
  gap: 35px;
}
.cards.list-view .card .card-info .details img {
  /* width: 50px; */
  width: 30px;
}
.cards.list-view .card .card-info .details span {
  /* font-size: 40px; */
  font-size: 24px;
}
@media screen and (max-width: 1399px) {
  .cards.list-view .card .card-info {
    -webkit-box-flex: 70%;
        -ms-flex: 70%;
            flex: 70%;
  }
  .cards.list-view .card .card-info h2 {
    font-size: 33px;
  }
  .cards.list-view .card .card-info p {
    font-size: 25px;
  }
  .cards.list-view .card .card-info .price p {
    font-size: 30px;
  }
}

.card:hover .card-img .overlay {
  opacity: 0.32;
}
.card:hover .card-info {
  background-color: #39616f;
}
.card:hover .card-info h2,
.card:hover .card-info p,
.card:hover .card-info span {
  color: #fff;
}
.card:hover .card-info .details .blacksvg {
  display: none;
}
.card:hover .card-info .details .whitesvg {
  display: inline;
}
.card:hover .card-info .price {
  border-top: 1px solid #fff !important;
}

.sold .sold-span {
  display: inline !important;
}
.sold .overlay {
  opacity: 0.53 !important;
}

.card-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px;
  margin: 50px 0;
}
@media screen and (max-width: 575px) {
  .card-pagination {
    margin-bottom: 0;
  }
}
.card-pagination a {
  font-size: 28px;
  color: #dbdbdb;
}
.card-pagination a.active {
  color: #39616f;
}
.card-pagination svg {
  height: 25px;
  fill: #39616f;
}

.blue {
  background-color: #39616f;
  padding: 50px 0;
}

.additional {
  display: -ms-grid;
  display: grid;

  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media screen and (max-width: 1199px) {
  .additional {
   
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 50px;
  }
}
@media screen and (max-width: 991px) {
  .additional {
    
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 575px) {
  .additional {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.additional .add {
  padding: 0 20px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1199px) {
  .additional .add {
    border: none;
  }
}
@media screen and (max-width: 575px) {
  .additional .add {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }
}
.additional .add p {
  color: #fff;
  /* font-size: 20px; */
  font-size: 16px;
  text-align: center;
}
.additional .add:last-child {
  border-right: none;
}
@media screen and (max-width: 575px) {
  .additional .add:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.additional .add-img {
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.additional .add-img img {
  height: 85px;
}

.additional-background {
  position: relative;
  height: 30vh;
  /* background-position: top;
  background-repeat: no-repeat;
  background-size: cover; */
  margin-bottom: 50px;
}

.additional-background img{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
}
.additional-background .white-overlay {
  z-index: 1;
}

.team h1,
.team p {
  text-align: center;
}
.team p {
  font-size: 24px;
  color: black;
}
.team .team-members {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 50px 0;
}
@media screen and (max-width: 1199px) {
  .team .team-members {
  
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .team .team-members {
  
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .team .team-members {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.team .team-members .member .member-img {
  height: 33vh;
  margin-bottom: 10px;
}
.team .team-members .member .member-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 575px) {
  .team .team-members .member .member-img img {
    -o-object-position: top;
       object-position: top;
  }
}
.team .team-members .member h3 {
  font-size: 28px;
  font-weight: 500;
  color: #39616f;
}
.team .team-members .member p {
  font-size: 21px;
  color: #606060;
  text-align: start;
}

.loc p {
  font-size: 29px;
}

.locations {
  background-color: #39616f;
  margin-top: 100px;
}
.locations .page-width {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}
.locations p {
  font-size: 28px !important;
  color: #fff !important;
  font-weight: 500 !important;
}
.locations .team-members {
  margin: 0 !important;
}

.view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 30px;
}

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.sort p {
  /* font-size: 24px; */
  font-size: 20px;
  font-weight: bold;
  color: #39616f;
  text-align: end;
  /* margin-right: 10px; */
  margin-right: 5px;
}
.sort details summary {
  /* font-size: 24px; */
  font-size: 20px;
  font-weight: bold;
  color: #39616f;
  text-align: end;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* margin-right: 10px; */
}
.sort details summary svg {
  margin-left: 5px;
}
.sort svg {
  fill: #39616f;
  width: 20px;
}

#list-view,
#grid-view {
  fill: #39616f;
  margin-left: 20px;
  cursor: pointer;
}
@media (max-width: 1100px) {
  #list-view,
  #grid-view {
    display: none;
  }
}

#list-view.active,
#grid-view.active {
  opacity: 0.4;
}

#list-view {
  height: 35px;
}

#grid-view {
  height: 30px;
}

.estate-type-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .estate-type-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 20px;
         -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}
.estate-type-wrapper .estate-type {
  width: 100%;
  max-width: 220px;
  height: 250px;
  background-color: white;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  margin-left: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .estate-type-wrapper .estate-type {
    padding: 10px;
    margin-left: 10px;
    max-width: 100%;
    height: 215px;
    margin-left: 0;
  }
}
.estate-type-wrapper .estate-type:first-child {
  margin-left: 0;
}
.estate-type-wrapper .estate-type .type-img {
  width: 100%;
  max-width: 135px;
  height: 135px;
  padding: 20px;
  border-radius: 50%;
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 575px) {
  .estate-type-wrapper .estate-type .type-img {
    height: 115px;
    max-width: 115px;
  }
}
.estate-type-wrapper .estate-type .type-img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
     width: 100%;
     height: 100%;
}
@media screen and (max-width: 575px) {
  .estate-type-wrapper .estate-type .type-img img {
    width: 45px;
    height: 45px;
  }
}
.estate-type-wrapper .estate-type p {
  font-size: 20px;
  font-weight: 600;
  color: #39616f;
  text-align: center;
  margin-top: 20px;
  min-height: 61px;
}

.general-cont {
  padding-bottom: 40px;
}
.general-cont h3 {
  color: #39616f;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .general-cont h3 {
    font-size: 30px;
  }
}
.general-cont p {
  padding: 10px 0;
}
.general-cont .bottom-links {
  padding: 10px 0;
  border-top: 2px solid #39616f;
  margin-top: 20px;
}
.general-cont .bottom-links .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .general-cont .bottom-links .links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.general-cont .bottom-links .links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.general-cont .bottom-links .links ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .general-cont .bottom-links .links ul li:last-child {
    margin-top: 10px;
  }
}
.general-cont .bottom-links .links ul li a {
  margin-left: 10px;
  color: #39616f;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .general-cont .bottom-links .links ul li a {
    font-size: 20px;
  }
}

.cover-img {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 575px) {
  .cover-img {
    height: 300px;
  }
}
.cover-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.general-swiper-cont {
  position: relative;
}

.general-swiper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .general-swiper {
    width: 100%;
  }
}
.general-swiper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 340px;
}
.general-swiper a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.general-swiper .general-button-next,
.general-swiper .general-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .general-swiper .general-button-next,
  .general-swiper .general-button-prev {
    display: none;
  }
}
.general-swiper .general-button-next {
  right: 0px;
}
.general-swiper .general-button-prev {
  left: 0px;
}

.background-image {
  width: 100%;
  height: 420px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .background-image {
    height: 300px;
  }
}
.background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.background-image .dark-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.about-text {
  padding-bottom: 40px;
}

.about-cover {
  margin-top: -120px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .about-cover {
    display: none;
  }
}

.blog-section {
  background-color: #eeeeee;
  margin-top: 40px;
  padding-bottom: 40px;
}

.blog {
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog .page-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .blog .page-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog .blog-img {
  width: 100%;
  max-width: 450px;
  height: 300px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .blog .blog-img {
    height: 250px;
  }
}
.blog .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog .blog-img .date {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  background-color: white;
  color: #39616f;
  font-size: 20px;
  padding: 3px 15px;
}
.blog .blog-info {
  width: 100%;
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .blog .blog-info {
    margin-left: 0;
    margin-top: 20px;
  }
}
.blog .blog-info h2 {
  color: #39616f;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .blog .blog-info h2 {
    font-size: 23px;
  }
}
.blog:hover {
  background-color: #39616f;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog:hover .blog-info h2,
.blog:hover .blog-info p {
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blog-date {
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  color: #39616f;
  font-size: 20px;
  padding: 3px 15px;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  margin-top: 10px;
}

.blog-text {
  padding-bottom: 40px;
}
.blog-text p {
  margin-bottom: 10px;
}
.blog-text .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  color: #39616f;
}
.blog-text .share img {
  margin-left: 10px;
}

.other-blog {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 40px 0.9fr;
  grid-template-columns: 1.1fr 0.9fr;
  -moz-column-gap: 40px;
       -webkit-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
}
@media screen and (max-width: 1199px) {
  .other-blog {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.other-blog .big-blog {
  -ms-grid-row-span: 3;
  grid-row: span 3;
  width: 100%;
}
.other-blog .big-blog .blog-img {
  width: 100%;
  height: 420px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .other-blog .big-blog .blog-img {
    height: 250px;
  }
}
.other-blog .big-blog .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.other-blog .big-blog .blog-img .date {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  background-color: #39616f;
  color: white;
  font-size: 20px;
  padding: 3px 15px;
}
.other-blog .big-blog .blog-info {
  padding-top: 10px;
}
.other-blog .big-blog .blog-info h2 {
  color: #39616f;
  font-size: 32px;
}
@media screen and (max-width: 575px) {
  .other-blog .big-blog .blog-info h2 {
    font-size: 23px;
  }
}
.other-blog .small-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 575px) {
  .other-blog .small-blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.other-blog .small-blog .blog-img {
  width: 100%;
  max-width: 270px;
  height: 150px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .other-blog .small-blog .blog-img {
    max-width: 100%;
    height: 250px;
  }
}
.other-blog .small-blog .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.other-blog .small-blog .blog-img .date {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10px;
  background-color: white;
  color: #39616f;
  font-size: 11px;
  padding: 3px 15px;
}
.other-blog .small-blog .blog-info {
  width: 100%;
  margin-left: 15px;
  padding-top: 10px;
}
@media screen and (max-width: 575px) {
  .other-blog .small-blog .blog-info {
    margin-left: 0;
  }
}
.other-blog .small-blog .blog-info h3 {
  font-size: 18px;
  color: #39616f;
}
@media screen and (max-width: 575px) {
  .other-blog .small-blog .blog-info h3 {
    font-size: 23px;
  }
}
.other-blog .small-blog .blog-info p {
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  .other-blog .small-blog .blog-info p {
    font-size: 16px;
  }
}

.blue-background {
  background-color: #39616f;
  padding: 50px 0;
  margin-top: 40px;
}
.blue-background p {
  color: white;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .blue-background p {
    font-size: 18px;
  }
}

.contact-wrapper {
  background-color: #eeeeee;
  padding: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 575px) {
  .contact-wrapper {
    padding: 20px;
  }
}
.contact-wrapper p {
  color: #646464;
}
.contact-wrapper h2 {
  padding-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .contact-wrapper h2 {
    font-size: 35px;
  }
}
.contact-wrapper .contact-links {
  padding-top: 15px;
}
.contact-wrapper .contact-links .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.contact-wrapper .contact-links .link:last-child {
  margin-bottom: 0;
}
.contact-wrapper .contact-links .link:last-child a {
  margin-left: 40px;
}
.contact-wrapper .contact-links .link a,
.contact-wrapper .contact-links .link p {
  font-size: 25px;
  color: #39616f;
  margin-left: 10px;
}
@media screen and (max-width: 575px) {
  .contact-wrapper .contact-links .link a,
  .contact-wrapper .contact-links .link p {
    font-size: 18px;
  }
}
.contact-wrapper .contact-links .link img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.contact-wrapper .map {
  width: 100%;
  height: 400px;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .contact-wrapper .map {
    height: 300px;
  }
}
.contact-wrapper .map iframe {
  width: 100%;
  height: 100%;
}

.estate-info-wrapper .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #39616f;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .estate-info-wrapper .top-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.estate-info-wrapper .top-info .left-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .estate-info-wrapper .top-info .left-part {
    margin-bottom: 20px;
  }
}
.estate-info-wrapper .top-info .left-part .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.estate-info-wrapper .top-info .left-part .location p {
  font-size: 30px;
  font-weight: bold;
  color: #39616f;
  padding-left: 5px;
}
@media screen and (max-width: 575px) {
  .estate-info-wrapper .top-info .left-part .location p {
    font-size: 20px;
  }
}
.estate-info-wrapper .top-info .left-part .location img {
  width: 30px;
  height: 30px;
}
.estate-info-wrapper .top-info .left-part .code-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
}
.estate-info-wrapper .top-info .left-part .code-cont p {
  font-size: 28px;
  color: #646464;
  padding-right: 15px;
}
.estate-info-wrapper .top-info .left-part .code-cont p:last-child {
  border-left: 1px solid #707070;
  padding-left: 15px;
}
@media screen and (max-width: 575px) {
  .estate-info-wrapper .top-info .left-part .code-cont p {
    font-size: 20px;
  }
}
.estate-info-wrapper .top-info .right-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.estate-info-wrapper .top-info .right-part .deals {
  background-color: #39616f;
  color: #fff;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  text-align: center;
  padding: 3px 10px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 15px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.estate-info-wrapper .top-info .right-part .deals2 {
  color: #39616f;
  background-color: #ececec;
  padding: 3px 10px;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.estate-info-wrapper .bottom-info {
  background-color: #39616f;
  padding: 15px 0;
}
.estate-info-wrapper .bottom-info .page-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .estate-info-wrapper .bottom-info .page-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.estate-info-wrapper .bottom-info .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .estate-info-wrapper .bottom-info .details {
    margin-bottom: 20px;
  }
}
.estate-info-wrapper .bottom-info .details div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 30px;
}
@media screen and (max-width: 575px) {
  .estate-info-wrapper .bottom-info .details div {
    margin-left: 15px;
  }
  .estate-info-wrapper .bottom-info .details div:first-child {
    margin-left: 0;
  }
}
.estate-info-wrapper .bottom-info .details div img {
  width: 38px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 575px) {
  .estate-info-wrapper .bottom-info .details div img {
    width: 20px;
    height: 20px;
  }
}
.estate-info-wrapper .bottom-info .details div span {
  font-size: 28px;
  color: white;
  font-weight: 400;
  margin-left: 10px;
}
@media screen and (max-width: 575px) {
  .estate-info-wrapper .bottom-info .details div span {
    font-size: 20px;
  }
}
.estate-info-wrapper .bottom-info .price {
  font-size: 40px;
  color: white;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .estate-info-wrapper .bottom-info .price {
    font-size: 30px;
  }
}

.estate-swiper {
  margin: 40px 0;
}
.estate-swiper .estateSwiper2 {
  width: 100%;
  /* max-width: 500px;  */
  /* max-width: 600px;  */
  max-width: 700px; 
  /* height: 500px; */
  height: 700px;
}
@media screen and (max-width: 767px) {
  .estate-swiper .estateSwiper2 {
    height: 400px;
    max-width: 400px;
  }
}
@media screen and (max-width: 575px) {
  .estate-swiper .estateSwiper2 {
    height: 300px;
    max-width: 350px;
  }
}
.estate-swiper .estateSwiper2 .swiper-slide {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.estate-swiper .estateSwiper2 .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.16);
  /* -webkit-filter: drop-shadow(10px 10px 6px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(10px 10px 6px rgba(0, 0, 0, 0.15)); */
}
.estate-swiper .estateSwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.estate-swiper .estateSwiper {
  margin-top: 20px;
  height: 300px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .estate-swiper .estateSwiper {
    height: 200px;
    width: 100%;
  }
}
.estate-swiper .estateSwiper .swiper-slide {
  width: 100%;
}
.estate-swiper .estateSwiper .swiper-slide a {
  /* display: block; */
}
.estate-swiper .estateSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.estate-swiper .around-estate-wrapper {
  position: relative;
}
.estate-swiper .around-estate-wrapper .estate-button-next,
.estate-swiper .around-estate-wrapper .estate-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .estate-swiper .around-estate-wrapper .estate-button-next,
  .estate-swiper .around-estate-wrapper .estate-button-prev {
    display: none;
  }
}
.estate-swiper .around-estate-wrapper .estate-button-next {
  right: 0;
}
.estate-swiper .around-estate-wrapper .swiper-pagination {
  display: none;
}
@media screen and (max-width: 575px) {
  .estate-swiper .around-estate-wrapper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -20px !important;
  }
}
.estate-swiper .around-estate-wrapper .swiper-pagination-bullet-active {
  background-color: #39616f;
}

.social-media-cont {
  background-color: #ececec;
  width: 100%;
  padding: 15px 0;
}
.social-media-cont a {
  margin-left: 10px;
  margin-right: 10px;
  width: 39px;
  height: 39px;
}

.social-media-cont a img{
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.social-media-cont .page-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-media-cont .page-width .social-icon {
  height: 30px;
  margin-left: 10px;
}
.social-media-cont .page-width .social-icon:first-child {
  margin-left: 0;
}
.social-media-cont .page-width .social-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.estate-text {
  margin: 40px 0;
}
.estate-text p {
  padding-bottom: 10px;
}
.estate-text p:last-child {
  padding-bottom: 0;
}

.details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1399px) {
  .details-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  .details-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.details-wrapper table {
  border-collapse: collapse;
  /* width: 100%; */
  /* max-width: 600px; */
}
@media screen and (max-width: 1199px) {
  .details-wrapper table {
    margin-bottom: 30px;
  }
}
.details-wrapper table tr {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .details-wrapper table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .details-wrapper table tr:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.details-wrapper table tr:first-child td {
  margin-left: 0;
  background-color: #ececec;
}
.details-wrapper table tr:last-child {
  padding-bottom: 0;
}
.details-wrapper table tr:last-child:last-child {
  margin-bottom: 0;
}
.details-wrapper table tr th,
.details-wrapper table tr td {
  background-color: white;
  padding: 5px 15px;
  width: 100%;
  margin-left: 15px;
  font-size: 19px;
  font-weight: 600;
  color: #39616f;
}
@media screen and (max-width: 575px) {
  .details-wrapper table tr td {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.details-wrapper table tr td:first-child {
  margin-left: 0;
}
.blue .details-wrapper {
  /* flex-wrap: wrap; */
}
.details-wrapper .agent-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* margin-left: 20px; */
  margin-right: 20px;
  width: 100%;
  /* max-width: 600px; */
  /* max-width: 48%; */
  /* flex-wrap: wrap; */
  margin-bottom: 20px;
}

.details-wrapper table {
  width: 100%;
}

.details-wrapper .agent-wrapper:last-child{
margin-bottom: 0;
}

.agents-cont{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-left: 50px;
}

@media screen and (max-width: 1299px) {
  .details-wrapper .agent-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* max-width: -moz-max-content;
    max-width: max-content; */

  }
}
@media screen and (max-width: 1199px) {
  .details-wrapper .agent-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 0;
  }

  .agents-cont{
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .details-wrapper .agent-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.details-wrapper .agent-wrapper .agent-img {
  width: 100%;
  /* max-width: 250px;
  height: 250px; */
  width: 35%;
  height: auto;
}
.details-wrapper .agent-wrapper .agent-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.details-wrapper .agent-wrapper .agent-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; */
  margin-left: 40px;
  /* width: 65%; */
  width: 100%;
}
@media screen and (max-width: 1399px) {
  .details-wrapper .agent-wrapper .agent-info {
    margin-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .details-wrapper .agent-wrapper .agent-info {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0 !important;
  }
}
.details-wrapper .agent-wrapper .agent-info {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 25px;
}
.details-wrapper .agent-wrapper:last-child .agent-info {
  margin-bottom: 0px;
}
/* .details-wrapper .agent-wrapper .agent-info .top-info {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
} */
.details-wrapper .agent-wrapper .agent-info .top-info h2 {
  color: white;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
}
.details-wrapper .agent-wrapper .agent-info .top-info p {
  color: #c8c8c8;
  font-size: 20px;
}

/* @media only screen and (max-width: 576px){
  .details-wrapper .agent-wrapper .agent-info .top-info h3, p{
    text-align: center;
  } 
}*/
.details-wrapper .agent-wrapper .agent-info .contact-info {
  /* padding-top: 15px; */
  padding-top: 10px;
  margin-left: 30px;
}
.details-wrapper .agent-wrapper .agent-info .contact-info .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.details-wrapper .agent-wrapper .agent-info .contact-info .link:last-child {
  margin-bottom: 0;
}
.details-wrapper .agent-wrapper .agent-info .contact-info .link a {
  margin-left: 10px;
  color: white;
  font-size: 20px;
  font-weight: 400;
}


.tab-btns input {
  width: 0;
  opacity: 0;
  display: none;
}
.main-form .top-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-form .top-btns .btn {
  text-align: center;
  /* font-size: 23px; */
  font-size: 19px;
  font-weight: bold;
  color: #39616f;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  /* background-color: #dbdbdb;
  padding: 25px;
  border-radius: 13px; */
  /* background-color: #f4a261;
  color: white; */
}
details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

.multiple-select-form {
  position: relative;
  cursor: pointer;
}
.multiple-select-form .dropdown-list {
  -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
  box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  position: absolute;
  top: 40px;
  left: 50%;
  width: 100%;
  z-index: 2;
  background: transparent;
}
.multiple-select-form ul {
  list-style: none;
  position: absolute;
  width: 100%;
  /* height: 130px; */
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: 300px;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  z-index: 2;
  background-color: white;
  /* padding: 10px; */
  overflow-y: auto;
  margin: 0;
}
.multiple-select-form ul {
  top: 85px;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: white;
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: 0;
  top: 0;
  background: white;
}
.multiple-select-form ul li {
  padding: 5px 10px;
  /* padding-bottom: 10px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.multiple-select-form ul li label {
  padding-left: 5px;
  cursor: pointer;
  display: block;
  width: 100%;
  color: black;
  margin-bottom: 0;
  font-size: 16px;
}
.main-form .tab-btns input:checked + label {
  color: white;
  /* background: #707070; */
  background: #f4a261;
}

.pagination {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  padding-top: 50px; */
  list-style: none;
  width: 100%;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px;
    margin: 50px 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.pagination.card-pagination a {
  font-size: 28px;
  /* color: #dbdbdb; */
  color: #39616f;
}
.pagination.card-pagination a.active {
  /* color: #39616f; */
  color: white;
  background-color: #39616f;
  border-radius: 4px;
}
.pagination.grid {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
@media screen and (max-width: 1199px) {
  .pagination.grid {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}

@media screen and (max-width: 991px) {
  .pagination.grid {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

@media screen and (max-width: 767px) {
  .pagination.grid {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media screen and (max-width: 575px) {
  .pagination.grid {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}









details,
details summary {
padding-left:0;
background-image:none;
-webkit-appearance:none;
}

details summary::-webkit-details-marker {
  display:none;
}

details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

.sort {
  position: relative;
}


.sort summary {
  width: 100%;
  border: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  /* background-image: url("../images/arrow-down.svg"); */
  background-repeat: no-repeat;
  background-position: calc(100% - 0px);
  background-color: transparent;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
}

.sort details ul {
  list-style: none;
  position: absolute;
  width: 100%;
  /* height: 130px; */
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: 300px;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  z-index: 3;
  background-color: white;
  /* padding: 10px; */
  overflow-y: auto;
  margin: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.sort ul {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.sort details ul li {
  padding: 0;
  /* padding-bottom: 10px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sort details ul li label{
  width: 100%;
  cursor: pointer;
  padding: 5px 10px;
}

.sort details ul li a{
  width: 100%;
  cursor: pointer;
  padding: 5px 10px;
  color: #000;
}

#custom-select input[type="radio"] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.cards.list-view .pagination.grid {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}

.select-divs .multiple-select-form:disabled, .select-divs .multiple-select-form[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.select-divs .multiple-select-form .list-search {
  height: 100%;
  width: 100%;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  outline: none;
  padding: 5px;
}

.select-divs .multiple-select-form .list-search-wrapper {
  border: 1px solid #bfbfbf;
  height: 50px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  /* color: #07000d; */
  border: 1px solid #bfbfbf;
  padding: 10px;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: white;
}

.btn.slide-link {
  font-size: 19px;
}

.main-form form label {
  font-size: 15px;
}

.similar-estates {
  margin-bottom: 50px;
}

.sort p,
.sort details summary {
  color: #616161;
  font-weight: 400;
}
.sort details summary {
  font-weight: bold;
}

@media screen and (min-width: 576px) {
  .estate-text {
    text-align: justify;
  }
}

@media screen and (max-width: 767px) {
  .main-form .bottom-btns .btn {
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
}
  .main-form .top-btns .btn {
    min-width: auto;
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
}


@media screen and (max-width: 575px) {
  .estate-text {
    text-align: justify;
  }
  .loc p {
    font-size: 20px;
  }
  h1.estate-title {
    font-size: 24px;
  }
  .estate-info-wrapper .top-info .left-part .code-cont {
    margin-left: 25px;
  }
  .blue.agents {
    padding-top: 0;
  }
  .blue.agents .details-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .details-wrapper .agent-wrapper .agent-info .contact-info {
    margin-left: 0;
    padding-top: 20px;
  }
  /* .details-wrapper .agent-wrapper .agent-info .contact-info .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  } */
  .details-wrapper .agent-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .estate-info-wrapper .top-info .left-part .code-cont p {
    font-size: 16px;
    padding-right: 10px;
  }
  .estate-info-wrapper .top-info .left-part .code-cont p:last-child {
    padding-left: 10px;
  }
  .contact-wrapper .contact-links .link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main-form .top-btns .btn {
    min-width: auto;
    width: 33% !important;
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .main-form .bottom-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-form .bottom-btns .btn {
    width: 50% !important;
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .main-form.page-width {
    width: 100%;
    max-width: 100%;
  }
  .main-form {
    border-radius: 0;
  }

}


.searchform-btn {
  display: none;
}
@media screen and (max-width: 575px) {
  .searchform-btn {
    min-width: auto;
    width: 100% !important;
    font-size: 15px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #39616f;
    color: white;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .headline-div {
    height: 400px;
  }
  .main-form {
    margin-bottom: 0;
  }
  .translate-form {
    margin-top: 0;
  }
}

.home-link{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #f4a261;
  color: white;
}

.about-text h3, .about-text h2{
    font-size: 27px;
  color: #39616f;
  text-align: left;
}

.share-p{
  margin-right: 15px;
  font-size: 20px;
}

.header-socials{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -50px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .header-socials {
    margin-left: 0;
  }
}

.header-socials a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 50px;
  height: 50px; */
  width: 35px;
  height: 35px;
  margin-left: 15px;
  margin-bottom: 20px;
  margin-right: 10px;
}


@media screen and (max-width: 575px) {
  .header-socials a{
    width: 40px;
    height: 40px;
    margin-bottom: 25px;
  }
  .card .card-img {
    height: 275px;
  }
  .pagination.card-pagination a {
    font-size: 22px;
  }
}

.header-socials a:first-child{
  margin-left: 0;
}

.header-socials a img{
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.footer-socials{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.footer-socials a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: 15px;
}

.footer-socials a:first-child{
  margin-left: 0;
}

.footer-socials a img{
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.bottom-header{
  margin-top: auto;
}

.details-wrapper .agent-wrapper .agent-info .top-info {
width: 30%;
}
.details-wrapper .agent-wrapper .agent-info .contact-info {
width: 70%;
}
@media screen and (max-width: 575px) {
.details-wrapper .agent-wrapper .agent-info .top-info {
  width: 100%;
}
.details-wrapper .agent-wrapper .agent-info .contact-info {
  width: 100%;
}
}


.details-wrapper table tr.main-tr {
display: -ms-grid;
display: grid;

grid-template-columns: repeat(2, 1fr);
-moz-column-gap: 15px;
     -webkit-column-gap: 15px;
        column-gap: 15px;
row-gap: 15px;
}

.details-wrapper table tr.main-tr td {
margin-left: 0;
}

.headline-div .overlay {
height: 99%;
}

@media screen and (max-width: 575px) {
.details-wrapper table tr.main-tr {
  display: -ms-grid;
  display: grid;

  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 15px;
       -webkit-column-gap: 15px;
          column-gap: 15px;
  row-gap: 0px;
}
.headline-div .overlay {
  height: 100%;
}
}

/* .margin-t2 {
margin-top: 180px;
} */

.blog-gallery{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
margin: 20px 0;
}

.blog-gallery a{
display: block;
width: 100%;
height: 350px;
}

.blog-gallery a img{
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: center;
   object-position: center;
}

@media screen and (max-width: 991px) {
.blog-gallery{
  grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 767px) {
.blog-gallery a {
height: 300px;
}
}
@media screen and (max-width: 576px) {
.blog-gallery{
  gap: 10px;
}
.blog-gallery a{
height: 180px;
}
}

.estitor-badge {
margin-top: 30px;
}

.foot-right ul {
width: 224px;
}
@media screen and (max-width: 767px) {
.foot-right ul {
  text-align: center;
}
}

.home-head .language.language2 svg {
fill: #39616f;
}

.all-estates {
  margin-top: 30px;
  text-align: center;
  grid-column: span 4;
}

@media screen and (max-width: 1199px) {
    .all-estates {
      grid-column: span 3;
    }
}
@media screen and (max-width: 991px) {
    .all-estates {
      grid-column: span 2;
    }
}
@media screen and (max-width: 575px) {
    .all-estates {
      grid-column: span 1;
    }
}