/* .main {
  margin-top: 80px;
} */
h2 {
  font-weight: 600;
}
.sk-trustpilot-review-button-more {
  margin-top: 10px;
}

.eapps-instagram-feed-posts-item {
  border-radius: 12px;
  overflow: hidden;
}

.swiper-nav-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 15px;
  margin-top: 25px;
  flex-direction: row-reverse;
}

.swiper-nav-wrap .buttons {
  display: flex;
  column-gap: 15px;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  position: unset !important;
  margin: 0;
  width: 46px;
  height: 46px;
  background-size: cover;
}

.swiper-button-next {
  background: url(../images/arrow_right.png) no-repeat;
}

.swiper-button-prev {
  background: url(../images/arrow_left.png) no-repeat;
}

.w-100 {
  width: 100%;
}

.heading {
  font-size: 50px;
}

.heading_dot {
  position: relative;
  width: fit-content;
}

.heading_dot::after {
  content: "";
  position: absolute;
  bottom: 13px;
  right: -5px;
  width: 13px;
  height: 18px;
  background: url(../images/dot.png) no-repeat;
  background-size: contain;
}

span.heading_dot::after {
  right: -20px;
  bottom: 7px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.overlay-active .overlay {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
a.btn-temp,a.btn-temp2 {
    display: none !important;
  
 }
/* ---------------------------- */

.zoom-effect {
  overflow: hidden;
}

/* .zoom-effect > a {
  display: block;
} */

.zoom-effect img {
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all var(--time) ease-in-out;
  transition: all var(--time) ease-in-out;
  will-change: transform;
}

.zoom-effect:hover img {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

/* ---------------------------- */

.home-banner {
  padding: 50px 0;
  background-size: cover;
  background: rgb(245, 245, 247);
  background: linear-gradient(
    180deg,
    rgba(245, 245, 247, 1) 0%,
    rgba(228, 235, 233, 1) 100%
  );
}

.home-second {
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
}

.home-second::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 100%;
  height: 200px;
  background: url(../images/outline1.png) no-repeat;
  background-position: top center;
  z-index: -1;
}

.home-banner .first_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.home-banner .content {
  width: 48%;
}

.home-banner .content h1 {
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 20px;
}

.home-banner .content h1 span {
  color: var(--color-primary);
}

.home-banner .content p {
  font-size: 21px;
  line-height: 28px;
}

.home-banner .video-side {
  position: relative;
  width: 36%;
}

/* .home-banner .video-side { 

} */

.home-banner .video-side video {
  width: 100%;
  height: 100%;
  min-height: 680px;
  clip-path: polygon(0 0, 100% 41%, 100% 100%, 0% 100%);
  object-fit: cover;
  cursor: pointer;
}

/* ---------------------------- */

.sec-second {
  padding: 150px 0 0 0;
}

.sec-second .container {
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
}

.sec-second .container > div {
  width: 45%;
}

.second-left-content span {
  font-size: 42px;
  color: #fcfcfc;
  line-height: 1;
  display: inline-block;
  font-weight: 300;
}

.second-left-content h2 {
  color: #fcfcfc;
  font-size: 119px;
  font-weight: 600;
  margin: 5px 0 15px;
  line-height: 1;
}

.form-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin: 0 2%;
}

.form-style {
  margin-top: 85px;
}

.form-list li {
  width: 46%;
  margin: 0 2%;
}

.form-list input {
  width: 100%;
  color: #fff;
  background: transparent;
  border: none;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
}

.form-list li:last-child {
  width: 100%;
}

.form-list button {
  width: 100%;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  background: #9b773f;
  cursor: pointer;
  border: none;
}

.form-list button:hover {
  background: #7c5b26;
}

.center-content {
  text-align: center;
  max-width: 720px;
  color: #fff;
  margin: 100px auto 0 auto;
}

.center-content h3 {
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
}

/* ---------------------------------- */

.sec-third {
  padding-bottom: 150px;
}

/* ---------------------------------- */

.three-column {
  padding: 100px 0;
  background: #000000 url(../images/bg-second.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.three-column .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
  text-align: center;
}

.three-column-item {
  display: flex;
  flex-flow: column wrap;
  row-gap: 30px;
}

.three-column-item span {
  display: block;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  margin-bottom: 5px;
}

.three-column-item h4 {
  color: #9b773f;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 15px;
}

.three-column-item p {
  color: #ffffff;
  margin: 0;
}

.filp-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filp-block > * {
  width: 47%;
}

.filp-block span {
  font-size: 45px;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}

.filp-block h3 {
  font-size: 64px;
  line-height: 70px;
  color: #9b773f;
  margin-bottom: 15px;
}

.filp-block p {
  color: #ffffff;
  margin: 0;
}

.images-block {
  display: flex;
  align-items: center;
}

.wtsp {
  position: fixed;
  right: 10%;
  bottom: 5%;
  z-index: 1;
}

.main-title {
  font-size: 45px;
  line-height: 1;
  font-weight: 600;
}

/* ---------------------------------  */

.pricing-section {
  padding: 100px 0;
}

.pricing-section .title {
  text-align: center;
  margin-bottom: 50px;
}

.pricing-section .link {
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 400px;
  text-transform: uppercase;
  font-size: 18px;
  color: var(--color-primary);
  border: 1px solid currentColor;
  display: inline-block;
  margin: 25px auto 0 auto;
}

.pricing-section .link:hover {
  color: #ffffff;
  background: var(--color-primary);
}

.price-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.price-list span {
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}

.price-list h5 {
  font-size: 34px;
  font-weight: 600;
  color: var(--color-primary);
}

/* ------------------------------------- */

/* .swiper {
  padding-bottom: 60px;
} */

.swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #ffffff;
  width: 16px;
  height: 16px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
}

/* .swiper-button-next,
.swiper-button-prev {
  transform: translateY(-50px);
  width: 40px;
  height: 40px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0;
  width: 100%;
  height: 100%;
}

.swiper-button-next:after {
  background: url(../images/arrow-next.svg) no-repeat;
  background-position: center center;
}

.swiper-button-prev:after {
  background: url(../images/arrow-prev.svg) no-repeat;
  background-position: center center;
} */

.sec-requst {
  padding: 100px 0;
}

.sec-requst .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.sec-requst .container > * {
  width: 45%;
}

.sec-requst h3 {
  font-size: 88px;
  color: var(--color-primary);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.sec-requst p {
  line-height: 28px;
}

.sec-requst .form-list li:first-child {
  width: 100%;
}

.footer {
  padding: 30px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.icons img {
  width: 40px;
}

.icons li:hover {
  opacity: 0.7;
}

.urls {
  display: flex;
  align-items: center;
}

.urls a {
  font-size: 14px;
  line-height: 1;
  color: #090909;
}

.urls li:nth-child(2) {
  padding: 0 5px;
  margin: 0 5px;
  border-right: 1px solid #090909;
  border-left: 1px solid #090909;
}

.urls a:hover {
  color: var(--color-primary);
}

.footer-top {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}

.footer-top img {
  padding: 10px;
  background: #000000;
}

.footer-bottom {
  position: relative;
  z-index: 0;
}

.footer-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 1px;
  background: #090909;
  z-index: -1;
}

/* ---------------------------------------------------------------- */

.about_section {
  padding: 80px 0 0 0;
  /* background: #e4ebe9; */
  background: #fff;
}

.about_section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
}

.about_content {
  width: 35%;
}

.about_content .title {
  font-size: 21px;
}

.about_content_right {
  width: 60%;
  padding-top: 30px;
}

.about_content_right > p {
  font-size: 18px;
  max-width: 73%;
}

.vision_slider .swiper-slide {
  /* color: #ffffff;
  height: auto;
  padding: 67px 20px 20px 20px;
  background-color: #090909;
  border-radius: 20px; */
  color: #000;
  height: auto;
  padding: 67px 20px 20px 20px;
  /*  background-color: #090909;*/
  background-color: #acc3bd;
  border-radius: 20px;
}

.vision_slider .swiper-slide:nth-child(1) {
  background-image: url(../images/outstading.svg);
  background-repeat: no-repeat;
  background-position: top right;
}

.vision_slider .swiper-slide:nth-child(2) {
  background-image: url(../images/local.svg);
  background-repeat: no-repeat;
  background-position: top right;
}

.vision_slider .swiper-slide:nth-child(3) {
  background-image: url(../images/vision.svg);
  background-repeat: no-repeat;
  background-position: top right;
}

.vision_slider .swiper-slide h4 {
  font-size: 30px;
  position: relative;
  margin-bottom: 30px;
}

.vision_slider .swiper-slide h4::after {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  bottom: -20px;
}
.top-m {
  margin-top: 40px;
}
/* ---------------------------------------------------------------- */

.the-team {
  padding: 0 0 0 0;
  /* background: linear-gradient(#e4ebe9 0%, transparent 100%); */
  position: relative;
  z-index: 0;
}

.the-team .container {
  max-width: calc(var(--container-width) + 30px);
}

.the-team::after {
  content: "";
  width: 205px;
  height: 678px;
  position: absolute;
  top: 120px;
  left: 0;
  background: url(../images/outline2.png) no-repeat;
  background-size: contain;
}

.the-team-section {
  background: url(../images/bg_teamimage.jpg) no-repeat;
  background-size: cover;
}

.the-team-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;

  min-height: 886px;
}

.the-team-left {
  width: 35%;
}

.the-team-left .title {
  font-size: 21px;
}

.the-team-right {
  width: 60%;
  padding-top: 30px;
}

.the-team-right > p {
  font-size: 18px;
  max-width: 65%;
}

.team-slider {
  margin-top: 30px;
  padding: 0 15px;
}

.team-slider .swiper-wrapper {
  padding: 15px 0 100px 0;
}

.team-slider .swiper-pagination {
  top: 92%;
}

.team-slider .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-color: var(--color-primary);
}

.team-slider .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.team-slider .swiper_nav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  column-gap: 10px;
  z-index: 99;
}

.team-slider .swiper_nav .swiper-button-next,
.team-slider .swiper_nav .swiper-button-prev {
  position: unset;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  transform: unset;
}

/* .team-slider .swiper_nav .swiper-button-nextˇ {
  background: url(../images/swiper-arrow-l.png) no-repeat;
}
.team-slider .swiper_nav .swiper-button-prev {
  background: url(../images/swiper-arrow-r.png) no-repeat;
} */

.team-slider-item {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.team-slider-content {
  display: flex;
  align-items: flex-end;
  padding: 20px;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 1));
}

.team-slider-content h5 {
  font-size: 18px;
}

.team-slider-content p {
  font-size: 14px;
}

.team_btn {
  height: 46px;
  line-height: 46px;
  color: #ffffff;
  display: inline-block;
  margin-top: 20px;
  padding: 0 15px;
  background: var(--color-primary);
  border-radius: 6px;
}
.team_btn:hover {
  background: var(--color-primary-hover);
}

.team-slider .swiper-slide {
  transition: all 0.3s ease-in-out;
}

.team-slider .swiper-slide:hover {
  transform: scale(1.1);
}

/* ---------------------------------------------------------------- */

.hm_news_section {
  color: #ffffff;
  padding: 50px 0;
  background: url(../images/bgxmas.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}

.hm_news_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.hm_news_content {
  width: 40%;
}

.hm_news_content h3 {
  font-size: 42px;
}

.hm_news_content p {
  font-size: 18px;
  margin: 20px 0;
}

.hm_news_content a {
  padding: 6px 8px;
  display: flex;
  align-items: center;
  color: #ffffff;
  width: fit-content;
  column-gap: 8px;
  border: 1px solid #ffffff;
  border-radius: 6px;
}

.hm_news_image {
  width: 53%;
  border-radius: 15px;
  overflow: hidden;
}

.hm_news_image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 493px;
}

/* ---------------------------------------------------------------- */

.news-slider-wrap .swiper {
  overflow: visible;
}

.news-slider-wrap h4 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
}

.news-slider-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 15px 15px 15px;
  border: 1px solid #ffffff6e;
  border-radius: 20px;
}
img.media_tImg {
  max-height: 150px;
}
.news-slider-image {
  width: 48%;
}

.news-slider-content {
  padding: 10px 0;
  color: #ffffff;
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-slider-content span {
  font-size: 14px;
  margin-bottom: 5px;
}

.news-slider-content h6 {
  font-size: 20px;
}

.news-slider-content a {
  color: #ffffff;
  transition: transform 0.3s ease;
  
}

/* ---------------------------------------------------------------- */

.swiper_section .swiper {
  padding: 0;
}

.swiper .swiper-slide img {
  width: 100%;
  border-radius: 20px;
}

.properties_item .swiper-slide img {
  height: 100% !important;
}

/* ---------------------------------------------------------------- */

.card_list {
  margin: 60px 0 0 0;
}

.card_list_item {
  position: relative;
  border-radius: 20px;
}

.card_list_item a > img {
  width: 100%;
}

.card_list_content {
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  padding: 30px;
}

.card_list_content h4 {
  font-size: 40px;
  line-height: 40px;
  position: relative;
  width: 100%;
}

.card_list_content h4 img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto !important;
}

/* ---------------------------------------------------------------- */

.treo_office {
  margin-top: 60px;
  text-align: center;
}

.treo_office p {
  margin: 30px 0 40px 0;
}

.treo_office h2 {
  font-size: 80px;
  line-height: 75px;
  margin: auto;
}

.treo_office_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
}

.features-div li span {
  padding-right: 10px;
}

.treo_office_buttons > a {
  height: 54px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* line-height: 54px; */
  text-align: center;
  color: #090909;
  text-transform: uppercase;
  min-width: 200px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.treo_office_buttons > a p {
  margin: 4px 0 0 0;
  font-size: 10px !important;
  line-height: 1 !important;
}

.treo_office_buttons span {
  position: relative;
  z-index: 2;
}
.treo_office_buttons span p {
  font-size: 12px;
}

.treo_office_buttons .current {
  color: #ffffff;
  background: var(--color-primary);
}

.treo_office_buttons .fill_btn::after,
.treo_office_buttons .outline_btn::after {
  width: 0%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #090909;
  transition: width 0.4s ease-in-out;
}

.treo_office_buttons .fill_btn:hover::after {
  width: 100%;
}

.treo_office_buttons .outline_btn:not(.current) {
  border: 1px solid #090909;
}

.treo_office_buttons .outline_btn:hover::after {
  width: 100%;
}

.treo_office_buttons .outline_btn:hover {
  color: #ffffff;
  border-color: var(--color-primary);
}

/* .treo_office_buttons .fill_btn:hover {
  background: var(--color-primary);
}
.treo_office_buttons .outline_btn:hover {
  color: #ffffff;
  background: #090909;
} */

/* ---------------------------------------------------------------- */

.meet_team {
  padding: 100px 0 210px 0;
  background: linear-gradient(#e4ebe9 0%, transparent 100%);
  position: relative;
  z-index: 0;
}

.meet_team::after {
  content: "";
  width: 261px;
  height: 786px;
  position: absolute;
  top: 110px;
  left: 0;
  background: url(../images/outline2.png) no-repeat;
}

.meet_team::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
  background: url(../images/outline3.png) no-repeat;
  background-position: top center;
}

.siding {
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
}

.siding_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 30px;
}

.siding_item:nth-child(even) {
  flex-direction: row-reverse;
}

.siding_item h2 {
  font-size: 60px;
  line-height: 55px;
}

.siding_item p {
  margin: 30px 0 40px 0;
}

.siding_item .link {
  color: #ffffff;
  padding: 12px 15px;
  display: inline-block;
  text-transform: uppercase;
  background: var(--color-primary);
  border-radius: 6px;
}

.siding_item .link:hover {
  color: #ffffff;
  background: var(--color-primary-hover);
}

.siding_item .link:hover {
  background: var(--color-primary-hover);
}

.siding_left {
  width: 45%;
  position: relative;
}

.siding_right {
  width: 50%;
  position: relative;
}

/* ---------------------------------------------------------------- */

.request_live {
  margin-top: 80px;
  color: #ffffff;
  background: url(../images/grd_image.jpg) no-repeat;
  height: 315px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 20px;
}

.request_live_content {
  width: 500px;
}

.request_live h2 {
  font-size: 43px;
}

.request_live p {
  margin: 12px 0 30px;
}

.know_btn {
  height: 46px;
  line-height: 46px;
  display: inline-block;
  color: #ffffff;
  padding: 0 15px;
  border: 1px solid #ffffff;
  border-radius: 6px;
}

.know_btn:hover {
  border-color: var(--color-primary);
  background: var(--color-primary);
}

/* ---------------------------------------------------------------- */

.why_dubai {
  padding: 100px 0;
}

.why_dubai_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}

.why_dubai_left {
  width: 40%;
}

.why_dubai_right {
  width: 55%;
}

.why_dubai_left h2 {
  font-size: 60px;
}

.why_dubai_left p {
  margin: 10px 0 30px 0;
}

.why_dubai_left span {
  display: block;
  font-size: 60px;
  font-weight: bold;
  color: var(--color-primary);
}

.why_dubai_left h6 {
  font-size: 21px;
  font-weight: 700;
  margin-top: 10px;
}

.why_dubai_left h6 img {
  margin-right: 10px;
}

/* ---------------------------------------------------------------- */

.swiper_section {
  position: relative;
}

.swiper-thumbs {
  max-width: var(--container-width);
  margin: auto;
  left: 0;
  right: 0;
  bottom: 20px;
  position: absolute;
  z-index: 1;
}

.swiper-thumbs .swiper-slide {
  border: 1px solid #ffffff;
}

.swiper-thumbs .swiper-wrapper {
  justify-content: center;
}

/* ---------------------------------------------------------------- */

.trustpilot {
  padding: 0 0 20px 0;
}

.trustpilot_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.trustpilot_left {
  width: 40%;
}

.trustpilot_left img {
  margin-bottom: 40px;
}

/* i.fa.fa-star {
    color: #95c7b9 !important;!i;!;
}

.sk-trustpilot-item-content {
    background: #fff !important;!i;!;
    color: #fff !;!;
}
button.sk-trustpilot-review-button-more {
    float: right;
    height: 39px;
    font-size: 12px;
    background: #fff !important;!i;!;
    color: #000 !important;!i;!;
    margin-top: 14px;
} */

/* ---------------------------------------------------------------- */

.second_wrap {
  margin-top: 40px;
}

.tabs-nav {
  display: flex;
}

.tabs-nav li {
  background: #d1d1d1;
  color: #090909;
  min-width: 200px;
  text-align: center;
}

.tabs-nav li:first-child {
  border-radius: 15px 0 0 0;
}

.tabs-nav li:last-child {
  border-radius: 0 15px 0 0;
}

.tabs-nav a {
  display: block;
  padding: 10px 15px;
}

.tabs-nav li.active {
  background: #fff;
  color: #000;
}

.tabs-nav li.active a {
  color: inherit;
}

.tabs-content {
  padding: 20px;
  background: #fff;
  border-radius: 0 16px 16px 16px;
}

.tabs-content > div:not(:first-child) {
  display: none;
}

.tabs-content form {
  display: flex;
  padding: 6px;
  background: #f5f5f7;
  border-radius: 16px;
}

.tabs-content input {
  border: none;
  padding: 0 15px;
  width: calc(100% - 46px);
  background: #f5f5f7;
}

.tabs-content button {
  border: none;
  background: transparent !important;
  border-radius: 9px;
  overflow: hidden;
}

/* ---------------------------------------------------------------- */

.our-growth {
  padding: 100px 0;
}

.grow-slider-item {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  justify-content: space-between;
  padding-top: 10px;
}

.grow-slider-item p {
  font-size: 18px;
}

.grow-slider-content {
  width: 42%;
}

.grow-slider-content h2 {
  font-size: 200px;
  line-height: 1.6;
  color: var(--color-primary);
}

.grow-slider-content h2 + span {
  font-size: 21px;
}

.grow-slider-content h3 {
  font-size: 50px;
  margin-bottom: 20px;
}

.grow-slider-image {
  width: 45%;
}

.grow-slider-image h5 {
  font-size: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.grow-slider-image img {
  margin-top: 50px;
}

.grow-slider .swiper-pagination {
  width: auto;
  height: 98%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10px;
  left: 48%;
  top: 0.7%;
}

.grow-slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #ababab;
  border: none;
}

.grow-slider .swiper-pagination-bullet {
  position: relative;
}

.grow-slider .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border: 2px solid transparent;
  border-radius: 50%;
}

.grow-slider .swiper-pagination-bullet-active::after {
  border-color: var(--color-primary);
}

.grow-slider .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.grow-slider .swiper-pagination::after {
  content: "";
  position: absolute;
  top: 2%;
  left: 50%;
  width: 1px;
  height: 98%;
  background: #ababab;
  z-index: -1;
}

/* ---------------------------------------------------------------- */

.achievements {
  padding: 100px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.achievements::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 100%;
  height: 200px;
  background: url(../images/outline1.png) no-repeat;
  background-position: top center;
  z-index: -1;
}

.achievement_content > div {
  max-width: 530px;
}

.achievement_content h2 {
  font-size: 65px;
  line-height: 60px;
  margin: 10px 0 20px 0;
}

.achievement-slider {
  margin-top: 110px;
  overflow: visible;
}

.achievement-slider-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 150px;
}

.achievement-slider-image {
  width: 25%;
}

.achievement-slider-item .achievement-slider-image img {
  width: auto;
}

.achievement-slider-content {
  width: 75%;
  padding-left: 15px;
}

.achiev_dot {
  width: 25px;
  height: 25px;
  background: var(--color-primary);
  position: relative;
  margin-bottom: 30px;
  border-radius: 50%;
}

.achiev_dot::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 35px;
  height: 35px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
}

.achievement-slider-content h4 {
  margin-top: 5px;
}

.achievements__bg {
  bottom: 0;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  /* background: url(../images/pattern-new.png) repeat-x; */
  min-height: 300px;
  background-size: contain;
  background-position: top 0 left -90px;
  width: 300vw;
  z-index: -1;
}

.achievements__bg img {
  width: 338.90625vw;
  /* width: 350vw; */
  min-height: 300px;
  margin-left: -141px;
  /* display: none; */
  margin-top: 5px;
}

.achievement-slider .swiper-slide:nth-child(1) {
  padding-top: 14px;
}

.achievement-slider .swiper-slide:nth-child(3) {
  padding-top: 52px;
  padding-left: 72px;
}

.achievement-slider .swiper-slide:nth-child(4) .achievement-slider-content {
  margin-top: 0px;
}

.achievement-slider .swiper-slide:nth-child(5) .achievement-slider-content {
  padding-top: 77px;
  padding-left: 77px;
}
.achievement-slider .swiper_nav {
  display: flex;
  gap: 20px;
}
/* ---------------------------------------------------------------- */

.sk-bio-container,
body .sk-ww-trustpilot-reviews .swiper-layout-slider {
  width: 100% !important;
}

.sk-ww-trustpilot-reviews .sk_branding {
  opacity: 0;
  display: none !important;
}

body .sk-ww-trustpilot-reviews {
  background: transparent !important;
}

/* ---------------------------------------------------------------- */

.agent-profile {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  align-items: center;
  justify-content: space-between;
}

.agent-profile > div {
  width: 46%;
}

.agent-profile .content h2 {
  font-size: 50px;
  line-height: 1;
}

.agent-profile .content h5 {
  font-size: 18px;
  margin: 8px 0 20px 0;
}

.agent-profile ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.agent-profile li {
  padding-left: 37px;
  min-height: 26px;
  display: flex;
  align-items: center;
}

.agent-profile li:nth-child(1) {
  background: url(../images/uk.svg) no-repeat;
  background-position: center left;
}

.agent-profile li:nth-child(2) {
  background: url(../images/years.svg) no-repeat;
  background-position: center left;
}

.agent-profile li:nth-child(3) {
  background: url(../images/lang.svg) no-repeat;
  background-position: center left;
}

.agent-profile li:nth-child(4) {
  background: url(../images/license.svg) no-repeat;
  background-position: center left;
}

.agent-profile .content p + p {
  margin: 20px 0 0 0;
}

.agent-profile .link-black {
  margin-top: 15px;
}

.agent-profile > div p:empty {
  display: none;
}

.award_listing .title {
  margin-bottom: 30px;
}

/* ---------------------------------------------------------------- */

.agent-block {
  padding: 0 0 80px 0;
}

.list-your {
  margin-top: 65px;
  background: url(../images/list-your.png) no-repeat;
  background-size: cover;
  height: 315px;
  display: flex;
  color: #ffffff;
  align-items: center;
  padding: 30px;
  justify-content: flex-end;
  border-radius: 20px;
  overflow: hidden;
}

.list-your-content {
  max-width: 500px;
}

.list-your-content p {
  margin: 0;
}

.list-your-content h3 {
  font-size: 40px;
  margin-bottom: 20px;
}

.list-your .link {
  color: #ffffff;
  padding: 13px 25px;
  text-transform: uppercase;
  background: var(--color-primary);
  display: inline-block;
  margin-top: 20px;
  border-radius: 6px;
}
.list-your .link:hover {
  background: var(--color-primary-hover);
}

/* ---------------------------------------------------------------- */

.active-listing .title {
  margin-bottom: 40px;
}

.active-listing .title h2 {
  font-size: 50px;
  margin-bottom: 12px;
}

.active-listing .title p {
  margin: 0;
}

.properties_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  margin: 0 -1.5%;
}

.properties_list .properties_item {
  margin: 0 1.5%;
  width: 30.33%;
}

.properties_image {
  position: relative;
  border-radius: 10px;
}

.properties_image > span {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 13px;
  padding: 7px 10px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 6px;
  z-index: 3;
}

.properties_image .primary {
  background: var(--color-primary);
}

.properties_image .dark {
  background:  var(--color-primary);
}

.properties_content {
  padding-top: 15px;
}

.properties_content h4 {
  font-size: 18px;
  margin: 12px 0 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.properties_content .ref,
.properties_content .place {
  padding-left: 25px;
}

.properties_content .place {
  background: url(../images/pin.png) no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.properties_content .ref {
  background: url(../images/paper.png) no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.properties_option {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

.properties_option_item {
  /* width: calc(100% / 3); */
  padding-right: 5px;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.properties_option_item:first-child {
  width: 15%;
}

.properties_option_item:nth-child(2) {
  width: 15%;
}

.properties_option_item:nth-child(3) {
  width: 24%;
}

.properties_option_item:nth-child(4) {
  width: 46%;
}

.properties_option_item span {
  display: block;
  line-height: 1;
}

.properties_option_item span:first-child {
  font-weight: 600;
}

.properties_option_item span:last-child {
  font-size: 14px;
  margin-top: 2px;
}

.properties_item .price {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}

.no_data {
  display: flex;
  margin: 10px auto;
}
.data_alert {
  display: flex;
  margin: 0px auto;
}
.no_data p {
  color: #c9c9d3;
  font-size: 42px;
  font-weight: bold;
  margin: 5% auto;
}
.no_data img {
  padding-left: 20px;
  padding-right: 20px;
}
/* ---------------------------------------------------- */

.exclusive {
  padding: 60px 0;
  overflow: hidden;
}

.exclusive .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 25px;
}

.exclusive-logo {
  width: 25%;
  text-align: center;
  position: relative;
  z-index: 6;
}

.exclusive-logo img {
  margin-bottom: 20px;
}

.exclusive_inside {
  width: 65%;
  position: relative;
}

.exclusive_inside::after {
  content: "";
  position: absolute;
  left: -300%;
  width: 300%;
  height: 100%;
  background: #fff;
  top: 0;
  z-index: 4;
}

.exclusive_inside .swiper {
  overflow: visible;
}

.exclusive-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.exclusive-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px;
  color: #ffffff;
  width: 100%;
  background: linear-gradient(1deg, black, transparent);
}

.exclusive-content .sale,.exclusive-content .dark {
  display: inline-block;
  padding: 10px;
  color: #ffffff;
  font-size: 14px;
  background: var(--color-primary);
  margin-bottom: 8px;
  border-radius: 10px;  
  text-transform: uppercase;
}

.exclusive-content h4 {
  font-size: 24px;
  font-weight: bold;
}

.exclusive-content h5 {
  padding-left: 30px;
  font-weight: bold;
  min-height: 30px;
  background: url(../images/loc-icon-w.svg) no-repeat;
  margin-top: 10px;
}

.exclusive-content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  column-gap: 15px;
  margin-top: 30px;
}

.exclusive-content li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
}

.exclusive-content li img {
  width: auto !important;
}

/* ------------------------------------------------------ */

.detail-gallery {
  padding: 50px 0;
}

.detail-gallery .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.detail-gallery .big-image {
  width: 67%;
}

.detail-gallery .small-image {
  width: calc(33% - 18px);
  display: flex;
  flex-wrap: wrap;
  row-gap: 18px;
}

.big-image img {
  width: 100%;
  border-radius: 20px;
  max-height: 624px;
  background-size: cover;
}
.detail-gallery .small-image img {
  height: 303px;
  width: 100%;
  border-radius: 20px;
}

.detail-gallery .small-image div {
  position: relative;
}

.detail-gallery .small-image div img {
  height: 100%;
}

.detail-gallery .small-image div a {
  position: absolute;
  display: inline-table;
  width: fit-content;
  color: #ffffff;
  padding: 6px 16px;
  border: 1px solid #ffffff;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 6px;
}

.detail-gallery .small-image div a:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.description {
  margin-top: 30px;
}

.description h4 {
  margin-bottom: 20px;
  font-size: 20px;
}

/* ------------------------------------------------------ */

.features-div {
  margin-top: 60px;
}

.features-div h4 {
  font-size: 20px;
  margin-bottom: 30px;
}

.features-div ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  row-gap: 15px;
}

.features-div li {
  display: flex;
  width: 50%;
  align-items: center;
  column-gap: 15px;
}

.features-div .icon {
  /*width: 50px;
  text-align: center;*/
  width: 5px;
  text-align: center;
  background: #000;
  border-radius: 50%;
  height: 5px;
}

/* ------------------------------------------------------ */

.small-community {
  padding: 50px 0;
}

.small-community-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.small-community-inner > div {
  width: 47%;
}

.small-community .slider {
  position: relative;
}

.small-community .content {
  padding-top: 25px;
}

.small-community .content h4 {
  font-size: 26px;
}

.small-community .content ul {
  display: flex;
  align-items: center;
  row-gap: 20px;
  margin-top: 40px;
}

.small-community .content li {
  width: calc(100% / 4);
  text-align: center;
  display: flex;
  row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}

.small-community .content .link-black {
  margin-top: 30px;
  float: right;
}

/* ------------------------------------------------------ */

.community_section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* .community_section .container>div {
  width: 100%;
} */
.community_section_left,
.community_section_right {
  width: 50%;
}
.community_section_right p:empty {
  display: none;
}

.community_section_right ol {
  padding-left: 24px;
  list-style: disc;
  margin-bottom: 15px;
}

.community_section_right li {
  line-height: 1.4;
  font-weight: 400;
}

.community_section_right li + li {
  margin-top: 12px;
}

.community_section_left h2 {
  font-size: 55px;
  line-height: 1;
  margin-bottom: 25px;
}

.community-features h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.community-features {
  margin-top: 55px;
}

.community-features p {
  margin-bottom: 30px;
}

.features_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 25px;
}

.features_item {
  width: calc(100% / 8);
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
  row-gap: 10px;
}

.features_item img {
  width: fit-content;
  margin: auto;
}
.community-location-content {
  padding-left: 5px;
}

/* ------------------------------------------------------ */

.small-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 12px;
}

.properties {
  padding: 50px 0;
}

.properties .small-title {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

/* ------------------------------------------------------ */

.community-location {
  color: #ffffff;
  padding: 30px;
  margin-top: 70px;
  background: var(--color-primary);
  border-radius: 20px;
}

.community-location h4 {
  font-size: 26px;
  margin-bottom: 10px;
}

.community-location-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
}

.community-location-item {
  display: flex;
  padding: 0 15px 0 50px;
  align-items: center;
  width: calc(100% / 4);
}

.community-location-content h4 {
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 2px;
}

.community-location-content h4 span {
  font-size: 50px;
  font-weight: bold;
  margin-right: 5px;
}

/* ------------------------------------------------------ */

.consultant {
  padding: 50px 0;
}

.exclusive_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
  row-gap: 25px;
}

.exclusive_item {
  width: 23%;
  margin: 0 1%;
}

.exclusive_content {
  text-align: center;
  padding-top: 20px;
}

.exclusive_content .view {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  margin-top: 12px;
}

.exclusive_content .view > a {
  padding: 12.5px;
  min-width: 156px;
  border-radius: 6px;
}

.exclusive_content .view .icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  justify-content: center;
  background: #090909;
}

/* ------------------------------------------------------ */

.sideby_wrap {
  padding: 50px 0;
}

/* .sideby {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 100px;
} */
.sideby_item {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  row-gap: 25px;
  justify-content: space-between;
}

.sideby_item h2 {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 20px;
}

.sideby_item:nth-child(even) {
  flex-direction: row-reverse;
}

.sideby_item > div {
  width: 47.5%;
  position: relative;
}

.sideby_item .item + .item {
  margin-top: 50px;
}

.sideby_item + .sideby_item {
  margin-top: 50px;
}

/* ------------------------------------------------------ */

.openings {
  padding: 50px 0 200px;
  position: relative;
  z-index: 0;
  background: transparent linear-gradient(180deg, #f5f5fa00 0%, #e4ebe9 100%) 0%
    0% no-repeat padding-box;
}

.openings::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
  background: url(../images/outline3.png) no-repeat;
  background-position: top center;
}

.openings-title {
  text-align: center;
  margin-bottom: 40px;
}

.openings-title p {
  color: #6a6a6a;
}

.openings-title h2 {
  font-size: 60px;
  margin-bottom: 15px;
}

.opening_item {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
}

.opening_item:not(:first-child) {
  border-top: 1px solid #090909;
}

.opening_item h4 {
  margin-bottom: 6px;
  font-size: 28px;
}

.opening_item p {
  color: #6a6a6a;
}

/* ------------------------------------------------------ */

.filters {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  margin-top: 50px;
}

.filters .all {
  height: 46px;
  line-height: 46px;
  width: 46px;
 /* background: var(--color-primary);
  border: 2px solid var(--color-primary);
  color: #ffffff;
  border-radius: 8px;*/
  color: #ffffff;
    background: #ababab;
    border: none;
   
    border-radius: 8px;
    text-transform: uppercase;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.filters .all:hover {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}

.filters .sales {
  height: 46px;
  line-height: 46px;
  color: #ffffff;
  background: #ababab;
  border: none;
  min-width: 145px;
  border-radius: 8px;
  text-transform: uppercase;
}

.filters form {
  display: flex;
  flex-wrap: wrap;
  width: 63%;
  align-items: center;
  column-gap: 25px;
}

.filters form input {
  border: none;
  height: 46px;
}

.filters form button {
  width: 38px;
  height: 38px;
  background: #090909;
  border-radius: 50%;
}

.search_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 8px;
  width: 100%;
  padding-right: 8px;
  border: 1px solid #ababab;
  overflow: hidden;
}

.search_wrap input {
  padding: 0 15px;
  width: calc(100% - 38px);
}

.filtering_block form select {
  height: 46px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ababab;
}

/* ------------------------------------------------------ */

.more-details {
  padding: 0 0 50px 0;
}

.more-details .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}

.more-details .left {
  width: 50%;
}

.more-details .right {
  width: 43%;
}

.more-details .user-detail {
  padding: 20px;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  row-gap: 15px;
  border-radius: 20px;
  justify-content: space-between;
}

.more-details .user-image {
  width: 25%;
}

.more-details .user-content {
  width: 70%;
}

.more-details .user-content h4 {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 5px;
}
.more-details .user-content p {
  margin-bottom: 5px;
}
.more-details .user-content .view-profile-eye {
  display: block;
  font-size: 14px;
  color: var(--color-primary);
  margin-bottom: 20px;
}
.more-details .user-content .view-profile-eye:hover {
  color: var(--color-primary-hover);
}

.more-details .user-content .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.more-details .user-content .buttons a {
  padding: 10px;
  text-align: center;
  width: 48%;
  text-transform: uppercase;
  border-radius: 6px;
}

.more-details .user-content .buttons a:first-child {
  border: 1px solid #090909;
}

.more-details .user-content .buttons a:last-child {
  color: #ffffff;
  background: var(--color-primary);
}

.more-details .user-content .buttons a:hover {
  color: #ffffff !important;
  background: var(--color-primary-hover) !important;
  border-color: var(--color-primary-hover) !important;
}

.listing-details {
  padding: 15px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5f5f7;
  border-radius: 15px;
}

.listing-details .content {
  width: calc(100% - 130px);
  padding-right: 20px;
}

.listing-details .content h4 {
  font-size: 26px;
  margin-bottom: 12px;
}

.listing-details .content li + li {
  margin-top: 7px;
}

.your-property {
  margin-top: 20px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  color: #ffffff;
}

.your-property .content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.your-property .content h3 {
  font-size: 35px;
  margin-bottom: 8px;
}

.your-property .content a {
  color: #ffffff;
  padding: 10px 20px;
  background: var(--color-primary);
  text-transform: uppercase;
  border-radius: 8px;
}
.your-property .content a:hover {
  background: var(--color-primary-hover);
}

.property-main h4 {
  font-size: 24px;
  margin-bottom: 8px;
}

.property-main h5 {
  font-weight: 400;
  font-size: 16px;
  padding-left: 30px;
  background: url(../images/pin.png) no-repeat;
  min-height: 35px;
  margin-top: 8px;
}

.property-main p {
  padding-left: 30px;
  margin: 8px 0 0 0;
  min-height: 35px;
  background: url(../images/paper.png) no-repeat;
}

.property-main .price {
  font-size: 24px;
  font-weight: bold;
}

.property-main ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.property-main li {
  width: 20%;
  padding-right: 10px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.property-main li:last-child {
  width: 40%;
}

.property-main li .content {
  font-size: 14px;
}

.more-details .tabs {
  margin-top: 20px;
}

.more-details .tabs .tabs_nav {
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}

.more-details .tabs .tabs_nav a {
  font-size: 18px;
  padding: 0 20px 5px 20px;
}

.more-details .tabs .tabs_content h4 {
  margin-bottom: 15px;
  font-size: 20px;
}

.more-details .tabs .tabs_content span {
  font-weight: bold;
}

.similar-pro {
  padding-bottom: 100px;
  background: rgb(245, 245, 247);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(228, 235, 233, 1) 100%
  );
}

.similar-pro h4,
.small-community h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* ------------------------------------------------------------------------- */

.mortgage-calculator {
  margin-bottom: 50px;
}

.mortgage-wrap {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  background: #f5f5f7;
  border-radius: 20px;
}

.mortgage-wrap > div {
  width: 50%;
}

.mortgage-wrap .left {
  padding-right: 25px;
  border-right: 1px solid #444;
}

.mortgage-wrap .right {
  padding-left: 25px;
}

.mortgage-wrap h4 {
  font-size: 24px;
}

.mortgage-wrap ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 10px;
  margin-bottom: 30px;
}

.mortgage-wrap li {
  width: 49%;
}

.mortgage-wrap li .inside {
  width: 100%;
  display: flex;
  position: relative;
}

.mortgage-wrap li .inside input {
  width: 100%;
  height: 44px;
  font-size: 16px;
  border-radius: 6px;
  padding: 0 56px 0 10px;
  border: 1px solid #dddddd;
}

.mortgage-wrap li .inside span {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}

.mortgage-wrap .bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.mortgage-wrap .bottom span {
  font-size: 12px;
}

.mortgage-wrap .bottom .link-black {
  white-space: nowrap;
}

.mortgage-wrap .bottom .logo-in {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-right: 20px;
}

.mortgage-wrap .left .bottom div:last-child {
  display: flex;
  align-items: center;
}

.mortgage-wrap .left .bottom h4 {
  color: #f0624e;
  margin: 4px 0;
}

/* ------------------------------------------------------- */

#dialog-content {
  width: 100%;
  border-radius: 20px;
}

.popup-content li {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.popup-content li:not(:first-child) {
  border-top: 1px solid #dddddd;
}

.popup-content li span:nth-child(1) {
  width: 50%;
}

.popup-content li span:nth-child(2) {
  width: 25%;
}

.popup-content li span:nth-child(3) {
  width: 25%;
}

.popup-btn {
  height: 36px;
  line-height: 36px;
  padding-inline: 25px;
  display: inline-block;
  border: 1px solid #f0624e;
  margin-top: 30px;
  border-radius: 100px;
  font-size: 15px;
  background: #ffffff;
  font-weight: 600;
  transition: background 0.35s ease-in-out, color 0.35s ease-in-out;
}

.popup-btn:hover {
  color: #ffffff;
  background: #f0624e;
}

/* -----------------------------------24-o2-25------------------------------- */

.properties_profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  padding: 6px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.properties_user {
  display: flex;
  align-items: center;
  width: calc(100% - 180px);
}

.properties_user_pic {
  width: 62px;
}

.properties_user_content {
  width: calc(100% - 62px);
  padding-left: 12px;
}

.properties_user_content h6 {
  font-weight: bold;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.properties_user_content p {
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.properties_user_pic img {
  width: 62px;
  height: 62px;
  border-radius: 10px;
}

/* -----------------------------------27-o2-25------------------------------- */

.agent-profile-popup {
  width: 100%;
  border-radius: 15px;
}

.agent-profile-popup li + li {
  margin-top: 12px;
}
.agent-profile-popup li.half {
  width: 48%;
  margin: 0 1%;
}
.agent-profile-popup h4 {
  text-align: center;
  font-size: 45px;
  margin-bottom: 20px;
}

.agent-profile-inside input,
.agent-profile-inside select,
.agent-profile-inside button,
.agent-profile-inside .nice-select,
.agent-profile-inside textarea {
  width: 100%;
  border: 2px solid #000000;
  border-radius: 10px;
}

.agent-profile-inside .nice-select {
  margin-bottom: 12px;
}

.agent-profile-inside textarea {
  padding: 15px;
  min-height: 200px;
}

.agent-profile-inside button {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
  transition: background 0.35s ease-in-out, color 0.35s ease-in-out,
    border-color 0.35s ease-in-out;
}
.agent-profile-inside button:hover {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}

.agent-profile-inside input,
.agent-profile-inside select,
.agent-profile-inside button {
  height: 48px;
  padding-inline: 12px;
}

/* ------------------------------------------------------- */

.video-slider-swiper {
  width: 100%;
  overflow: hidden;
}

.video-slider-swiper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.video-slider-swiper .swiper-wrapper {
  padding: 0 60px;
}

/* .video-slider-swiper .swiper-slide + .swiper-slide{
  position: relative;
  right:-10px;
} */

/* ------------------------------------------------------- */
/* ------------------------------------------------------- */

.new_detail {
  padding: 80px 0;
}

.new_detail .container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: space-between;
  color: #6a6a6a;
}

.new_detail_left {
  width: 50%;
}

.new_detail_left h2 {
  font-size: 40px;
  color: #090909;
  margin-bottom: 10px;
}

.new_detail_left .pera {
  margin-top: 30px;
}

.new_detail_right {
  width: 45%;
}

.new_detail_box {
  padding: 35px 25px;
  background: #ffffff;
  box-shadow: 0px 0px 20px #0000001a;
  border-radius: 34px;
}

.new_detail_box .title {
  text-align: center;
  margin-bottom: 25px;
}

.new_detail_box .title h4 {
  color: #090909;
  font-size: 30px;
  margin-bottom: 10px;
}

.new_detail_box .title p {
  color: #6a6a6a;
}

.new_detail_form ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  margin: 0 -1%;
}

.new_detail_form li:not(.full) {
  width: 48%;
}

.new_detail_form li {
  margin: 0 1%;
}

.new_detail_form .full {
  width: 100%;
}
.new_detail_form select,
.new_detail_form .nice-select,
.new_detail_form input:not(.file) {
  width: 100%;
  height: 48px;
  padding-inline: 12px;
  border: 1px solid #000000;
  border-radius: 10px;
}

.new_detail_form textarea {
  height: 180px;
  padding: 15px;
  border: 1px solid #000000;
  border-radius: 10px;
}

.new_detail_form h6 {
  font-size: 18px;
  margin-bottom: 10px;
}

.new_detail_form .submition {
  text-align: right;
}

.new_detail_form button {
  height: 48px;
  border: none;
  background: var(--color-primary);
  color: #ffffff;
  border-radius: 10px;
  padding-inline: 20px;
  text-transform: uppercase;
  transition: background 0.4s ease-in-out;
}

.new_detail_form button:hover {
  background: var(--color-primary-hover);
}

.new_detail_form [type="file"]::-webkit-file-upload-button {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  outline: none;
  padding: 10px 12px;
  transition: all 1s ease;
  border-radius: 10px;
}

.new_detail_form [type="file"]::-webkit-file-upload-button:hover {
  background: #9eb7af;
  border: 1px solid #9eb7af;
}

.share-box {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 34px;
  background: #9eb7af 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #0000001a;
  border-radius: 34px;
  row-gap: 12px;
  opacity: 1;
}

.share-box h4 {
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
}

.share-box ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.share-box ul img {
  transition: all 0.4s ease-in-out;
}

.share-box ul img:hover {
  opacity: 0.5;
}

.sideby .swiper-cards,
.sideing .swiper-cards {
  padding: 0 70px;
}

.sideby .swiper-slide,
.sideing .swiper-slide {
  border-radius: 30px;
  overflow: hidden;
}

.sideby .swiper-slide-shadow,
.sideing .swiper-slide-shadow {
  display: none !important;
}

.career_prev.swiper-button-prev,
.career_next.swiper-button-next {
  position: absolute !important;
}

.career_prev.swiper-button-prev {
  left: 0;
}

.career_next.swiper-button-next {
  right: 0;
  left: auto;
}

/* ------------------------------------------------------ */

.media-insta #eapps-instagram-feed-1 {
  margin-top: 40px !important;
}

#eapps-instagram-feed-1 {
  height: 375px;
  overflow: hidden;
}

.eapps-instagram-feed-posts-item-image-ratio-1-1
  .eapps-instagram-feed-posts-item-image-wrapper {
  height: 375px !important;
}
.eapps-instagram-feed-posts-item-image-ratio-1-1
  .eapps-instagram-feed-posts-item-image-wrapper
  img {
  height: 375px !important;
}

/* ------------------------------------------------------------------ */

body .sk-ww-trustpilot-reviews .sk-feed-container {
  padding-bottom: 50px;
}

body .sk-ww-trustpilot-reviews button.swiper-button-next,
body .sk-ww-trustpilot-reviews button.swiper-button-prev {
  top: auto !important;
  width: 44px;
  height: 44px;
  padding: 0;
  left: auto !important;
  position: absolute !important;
  bottom: 0 !important;
  font-size: 20px !important;
}

body .sk-ww-trustpilot-reviews button.swiper-button-next i,
body .sk-ww-trustpilot-reviews button.swiper-button-prev i {
  display: none !important;
}

body .sk-ww-trustpilot-reviews button.swiper-button-prev {
  right: 60px !important;
  background: url(../images/arrow_left.png) no-repeat !important;
  background-size: cover !important;
}

body .sk-ww-trustpilot-reviews button.swiper-button-next {
  right: 0px !important;
  background: url(../images/arrow_right.png) no-repeat !important;
  background-size: cover !important;
}

body .sk-ww-trustpilot-reviews .sk-bio-container {
  padding: 0 !important;
}

/* ---------------------------------------------------------------------- */

.tab-content:not(.current) {
  display: none;
}

/* ---------------------------------------------------------------------- */

.blog_page {
  padding: 80px 0;
}

.blog_page .blog_head {
  font-size: 24px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  max-width: 900px;
}

.blog_page .blog_head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 600px;
  height: 1px;
  background: #dddddd;
}

.blog_page .blog_image1,
.blog_page .blog_image2,
.blog_page .blog_image3 {
  margin: 20px auto;
  border-radius: 6px;
}

.blog_page .title_section {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .blog_page .blog_head {
    font-size: 32px;
  }

  .blog_page .title_section {
    font-size: 24px;
  }
}

/* ----------------------------------------------------------------------------- */

.thank_page {
  padding: 80px 0;
  text-align: center;
}

.thank_page h1 {
  margin-bottom: 25px;
}

.thank_page p,
.accordion-wrap {
  max-width: 900px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .thank_page h1 {
    font-size: 60px;
  }

  .thank_page p {
    line-height: 1.7;
  }
}

/* ----------------------------------------------------------------------------- */

.career_new {
  padding: 50px 0 300px 0;
  position: relative;
}

.career_new::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  height: 200px;
  width: 100%;
  background: url(../images/life_text_new.svg) no-repeat;
  background-position: top center;
}

.new_content_box {
  background: #dce6e3;
  border-radius: 20px;
  padding: 80px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new_content_box .left,
.new_content_box .right {
  width: 46%;
}

.new_content_box .left img {
  width: 100%;
}
.new_content_box .right h2 {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 20px;
}

.community_section_left h4 {
  margin-bottom: 12px;
}

.school-shop-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
  color: #fff;
  text-align: center;
  row-gap: 20px;
}

.school-shop-item {
  width: 33.33%;
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.school-shop-item:nth-child(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.school-shop-item:nth-child(2)::after,
.school-shop-item:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100px;
  background: var(--color-primary);
}
.school-shop-item:nth-child(2)::after {
  top: 100px;
  left: -2px;
}
.school-shop-item:nth-child(2)::before {
  bottom: 100px;
  right: -2px;
}

.school-shop-item ul {
  margin-top: 30px;
}
.school-shop-item h5 {
  font-weight: bold;
  font-size: 38px;
}
.school-shop-item .std-text {
  font-weight: bold;
  font-size: 38px;
  color: #090909;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  transform: translate(15%, -50%);
  rotate: -90deg;
  margin-left: -70px;
  width: 190px;
}

.school-shop-item:hover .std-text {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.school-shop-item .content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.school-shop-item li:not(:first-child) {
  margin-top: 15px;
}
.school-shop-item:first-child:hover {
  background: url(../images/school1.jpg) no-repeat;
  background-size: cover;
}
.school-shop-item:nth-child(2):hover {
  background: url(../images/school2.jpg) no-repeat;
  background-size: cover;
}
.school-shop-item:nth-child(3):hover {
  background: url(../images/school3.jpg) no-repeat;
  background-size: cover;
}

.school-shop-item:hover .content {
  opacity: 1;
  visibility: visible;
}

.work-with.agents .siding_item .link:last-child {
  color: #090909;
  border: 1px solid #090909;
  background: transparent;
}

.work-with.agents .siding_item .link:last-child:hover {
  color: #ffffff;
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}

/* ---------------------------------- */
.pr-25 {
  padding-right: 25px;
}

.thank_page.faq_page {
  text-align: left;
  border-top: 1px solid #dddddd;
}
.thank_page.faq_page h1 {
  text-align: center;
  margin: 0 auto 30px auto;
  padding-right: 25px;
}

.accordion-content {
  display: none;
  padding-top: 15px;
}
.accordion-title {
  font-weight: bold;
  padding-right: 40px;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  position: relative;
}
.accordion-title .plus{
  position: absolute;
  right:0;
  top: 50%;
  transform: translateY(-50%);
  width:20px;
  height: 20px;
}

.accordion-title .plus::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 20px;
  height: 2px;
  background: #dddddd;
}

.accordion-title .plus::before {
  content: "";
  position: absolute;
  right: 9px;
  top: 0;
  width: 2px;
  height: 20px;
  background: #dddddd;
}

.accordion-item:not(:first-child) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dddddd;
}

.accordion-title.active::before {
  opacity: 0;
  visibility: hidden;
}

.btn1,
.btn2 {
  cursor: pointer;
}

/* popup styling */

.contact_popup_inside h2 {
  text-align: center;
  font-size: 45px;
  margin-bottom: 20px;
}

.contact_popup_inside ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
  justify-content: space-between;
}

.contact_popup_inside ul:not(.list){
  row-gap:20px;
}

.contact_popup_inside li:not(.half){
  width: 100%;
  margin: 0 1%;
}

.contact_popup_inside li.half{
  width: 48%;
  margin: 0 1%;
}

.contact_popup_inside input,
.contact_popup_inside button,
.contact_popup_inside select,
.contact_popup_inside .nice-select,
.contact_popup_inside textarea{
  height: 48px;
  width: 100%;
  border: 2px solid #000000;
  border-radius: 10px;
}
.contact_popup_inside input{
  padding-inline: 12px;
}

.contact_popup_inside textarea {
  padding: 15px;
  min-height: 200px;
}

.contact_popup_inside button {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
  transition: background 0.35s ease-in-out, color 0.35s ease-in-out, border-color 0.35s ease-in-out;
}

.contact_popup_inside button:hover {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}

.contact_popup_inquire{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.contact_popup_image{
  width: 35%;
}

.contact_popup_content{
  width:60%;
}

.contact_popup_content .place {
  background: url(../images/pin.png) no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 25px;
  margin-top: 10px;
}

.contact_popup.fancybox-content{
  border-radius: 24px;
}

.contact_popup_content .properties_option{
  margin: 5px 0 10px 0;
}

.fancybox-slide--html .contact_popup .fancybox-close-small{
  padding: 5px;
  right: 10px;
  top: 10px;
}

/*new*/
.agent-profile-inside ul {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
  justify-content: space-between;
}

.agent-profile-inside li {
  width: 100%;
}
.iti.iti--allow-dropdown {
  width: 100%;
}
video#tre_v_work {
  width: 100%;
  /* border: 1px solid #000; */
  border-radius: 20px;
}
/* Mouse Hover --- css */
.hm_news_image {
  transition: transform 0.3s ease; 
}
.hm_news_image:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.news-slider-content a:hover {
  transform: scale(1.1);   
}
.team_list_item {transition: transform 0.3s ease;}
.team_list_item:hover {
/*    border: 1px solid;*/
    transform: scale(1.1);
     cursor: pointer; 
}

.iti-mobile .iti--container {
  max-height: 400px;
  overflow: auto;
  padding-right: 15px;
}

/*--------------- slider home floor------------------- */
.carousel-container-first,
.carousel-container-second {
  width: 100%;
  height: 900px;
  position: relative;
  overflow: hidden;
  /* margin-bottom: 60px; */
}

.main-slide-first,
.main-slide-second {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-slide-first img,
.main-slide-second img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.main-slide-first img.visible,
.main-slide-second img.visible {
  opacity: 1;
}

.thumbnails-first,
.thumbnails-second {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.thumbnails-first::-webkit-scrollbar,
.thumbnails-second::-webkit-scrollbar {
  display: none;
}

.thumbnails-first img,
.thumbnails-second img {
  width: 100px;
  height: 60px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease;
  scroll-snap-align: start;
}

.thumbnails-first img:hover,
.thumbnails-second img:hover {
  transform: scale(1.05);
}

.thumbnails-first img.active,
.thumbnails-second img.active {
  border-color:#acc3bd;
  transform: scale(1.1);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .carousel-container-first,
  .carousel-container-second {
    height: 600px;
  }

  .thumbnails-first img,
  .thumbnails-second img {
    width: 80px;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .carousel-container-first,
  .carousel-container-second {
    height: 500px;
  }

  .thumbnails-first img,
  .thumbnails-second img {
    width: 70px;
    height: 45px;
  }
}

@media (max-width: 480px) {
  .carousel-container-first,
  .carousel-container-second {
    height: 300px;
  }

  .thumbnails-first img,
  .thumbnails-second img {
    width: 60px;
    height: 40px;
  }
}





.directory-search {
  width: 60%;
  display: flex
;
  flex-wrap: wrap;
}

.faculty-search-form select {
  width: 35%;
}
.agent-profile > div img {
    border-radius: 20px;
}


/* ------------------------------------------------------------ */

.page_listig {
  padding: 80px 0;
  background: transparent linear-gradient(180deg, #f5f5fa00 0%, #e4ebe9 100%) 0%
    0% no-repeat padding-box;
}
.listing-page-banner {
  /*  background:url(<?= base_url() ?>treoassets/images/listing_bg.jpg);background-size:cover*/
  background: url(../images/listing_bg.jpg);
  background-size: cover;
}

.page_listig_first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 30px;
}
.page_listig_first > div {
  width: 46%;
}
.page_listig_first .left h2 {
  font-weight: bold;
  color: #090909;
  font-size: 60px;
  margin-bottom: 20px;
  line-height: 1.1;
}
.page_listig_first .left li {
  background: url(../images/tic.svg) no-repeat;
  padding-left: 27px;
  background-size: 18px;
}
.page_listig_first .left li + li {
  margin-top: 12px;
}

.page_listig .how_does_section {
  margin-top: 100px;
}
.how_does_section .title {
  text-align: center;
  margin-bottom: 50px;
}
.how_does_section .title h2 {
  font-size: 60px;
  font-weight: bold;
  color: #090909;
  margin-bottom: 20px;
}

/* ------------------------------------------------------------ */

.invest_page {
  padding: 80px 0;
  background: transparent linear-gradient(180deg, #f5f5fa00 0%, #e4ebe9 100%) 0%
    0% no-repeat padding-box;
}

.invest_page_first h2 {
  font-size: 60px;
  line-height: 1.1;
  color: #090909;
  font-weight: bold;
  margin-bottom: 25px;
}

.invest_page_first {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.invest_page_first > div {
  width: 46%;
}

.development_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 45px;
}

.development_item {
  overflow: hidden;
  border-radius: 15px;
}

.development_image {
  position: relative;
}

.development_content {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #fff;
}
.development_content h4 {
  font-size: 25px;
  margin-bottom: 3px;
  font-weight: bold;
}
.development_content p {
  padding-left: 20px;
  background: url(../images/outline_pin.svg) no-repeat;
}

.invest_page_second {
  margin-top: 80px;
}
.invest_page_second .title {
  text-align: center;
}
.invest_page_second .title h2 {
  font-size: 60px;
  font-weight: bold;
  color: #090909;
  margin-bottom: 20px;
}

.invest_page .accordion-title .plus::after,
.invest_page .accordion-title .plus::before {
  background: #000000;
}

/* 18-05-2025 */

.livevaluation {
  background: url(../images/livevaluation.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.livevaluation_inner {
  max-width: 950px;
  margin: auto;
  background: #ffffff;
  padding: 55px 34px 34px 34px;
  border-radius: 34px;
  box-shadow: 0px 0px 20px #0000001a;
}

.livevaluation_inner_title {
  text-align: center;
  margin-bottom: 30px;
}
.livevaluation_inner_title h2 {
  color: #090909;
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.livevaluation_inner_title p {
  margin-bottom: 0;
}

.steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.step {
  text-align: center;
  position: relative;
  width: 100%;
}

.steps::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 68%;
  height: 1px;
  background: #000;
}

.step-circle {
  width: 50px;
  height: 50px;
  font-size: 21px;
  font-weight: bold;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000;
  margin: 0 auto 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.step .step-circle + div {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}

.step.active .step-circle {
  background: #a4bba6;
  color: #fff;
  border-color: #a4bba6;
}


.tabs label {
  font-weight: bold;
}



.livevaluation_body input:not([type="checkbox"]),
.livevaluation_body select,
.livevaluation_body textarea,
.livevaluation_body .nice-select {
  width: 100%;
  /* padding: 10px; */
  /* margin-bottom: 20px; */
  border: 1px solid #ccc;
  border-radius: 6px;
}

.next-button-wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 40px;
}

.next-button,
.prev-button{
  padding: 10px 20px;

  border: none;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
  min-width: 150px;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.next-button {
  background-color: #a4bba6;
  color: white;
  margin-left: auto;
}
.next-button:hover {
  background: var(--color-primary-hover);
}

.prev-button{
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}

.prev-button:hover{
  color:#ffffff;
  background: #9eb7af;
  border-color: #9eb7af;
}

.btn.secondary {
  background-color: white;
  color: #000;
  border: 1px solid #ccc;
}



.livevaluation_body input:not([type="checkbox"]) {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.livevaluation_body select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.back-btn {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.property-type-inside {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  margin: 0 -1%;
}

.property-type--item {
  width: 48%;
  margin: 0 1%;
}

.property-tabs {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  margin: 0 -1%;
}

.property-tab {
  width: 31.33%;
  margin: 0 1%;
  font-size: 18px;
  font-weight: 500;
  background: white;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
}

.property-tab.active {
  background: #a4bba6;
  color: white;
  border-color: #a4bba6;
}

.property-type-form {
  margin-top: 30px;
}

.property-view-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  margin: 10px -1% 0 -1%;
}
.property-view-list li{
  width: 48%;
  margin: 0 1%;
}

.tabs{
  display: none;
}

.tabs.active {
  display: block;
}

.property-upgrade{
  margin-top:30px;
}

.property-tabs-wrap{
  margin-top: 20px;
}

.livevaluation_body input:not([type="checkbox"]) + label{
  margin-top: 15px;
}
/*Awards Page */
.award-main .page-banner {
    position: relative;
  }
  .scroll-down {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .scroll-down p {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #464E55;
    margin-bottom: 2px;
  }

  .scroll-circle {
    width: 20px;
    height: 30px;
    border: 2px solid #090909;
    border-radius: 10px;
    margin: auto;
    position: relative;
    overflow: hidden;
  }

  .scroll-circle::after {
    content: "";
    position: absolute;
    left: 49%;
    top: 2px;
    width: 2px;
    height: 7px;
    background: #090909;
    animation: scrollFade 1.5s infinite ease-in-out;
  }

  @keyframes scrollFade {
    0% {
      opacity: 0;
      transform: translateY(0);
    }

    50% {
      opacity: 1;
      transform: translateY(10px);
    }

    100% {
      opacity: 0;
      transform: translateY(20px);
    }
  }
  .award-main {
    position: relative;
  }

  .award-second-block {
    padding: 100px 0;
  }

  .awardSwiper,
  .award-slide-item {
    height: 600px;
  }

  .award-slide-item {
    display: flex;
    align-items: center;
    row-gap: 30px;
  }

  .award-slide-item>div {
    width: 50%;
  }

  .award-slide-content {
    padding-right: 40px;
  }

  .award-slide-title {
    color: #9EB7AF;
    font-size: 200px;
    font-weight: bold;
    line-height: 305px;
  }

  .award-slide-content h4 {
    color: #090909;
    font-size: 21px;
  }

  .award-slide-content p {
    font-size: 39px;
    /* font-size: 49px; */
    color: #090909;
    margin-top: 12px;
    line-height: 49px;
    font-weight: bold;
  }

  .award-slide-content p+h4 {
    margin-top: 25px;
  }

  .award-slide-image {
    display: flex;
    justify-content: center;
  }

  .swiper.awardSwiper .swiper-slide img {
    width: auto;
  }

  .award-swiper-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
  }

  .awardSwiper .swiper-pagination {
    width: 32px;
    height: 98%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10px;
    left: 49.2%;
    top: 50%;
    /*flex-flow: column-reverse;*/
  }

  .awardSwiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #ababab;
    border: none;
  }

  .awardSwiper .swiper-pagination-bullet {
    position: relative;
  }

  .awardSwiper .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    border: 2px solid transparent;
    border-radius: 50%;
  }

  .awardSwiper .swiper-pagination-bullet-active::after {
    border-color: var(--color-primary);
  }

  .awardSwiper .swiper-pagination-bullet-active {
    background: var(--color-primary);
  }

  .awardSwiper .swiper-pagination::after {
    content: "";
    position: absolute;
    top: 4%;
    left: 50%;
    width: 1px;
    height: 93%;
    background: #ababab;
    z-index: -1;
    margin-left: -10px;
  }

  .award-third-block {
    padding-bottom: 100px;
    linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(228, 235, 233, 1) 100%);
  }

  .award-third-inside {
    display: flex;
    align-items: center;
    row-gap: 30px;
    justify-content: space-between;
  }

  .award-third-inside>div {
    width: 46%;
  }

  .award-third-buttons {
    display: flex;
    margin-top: 30px;
    gap: 15px;
    justify-content: flex-end;
  }

  .award-second-content h2 {
    font-size: 84px;
    color: #090909;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 20px;
  }