.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

body {
  color: #10405b;
  background-color: #effafb;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  color: #10405b;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 55px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  color: #10405b;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 24px;
}

a {
  color: #5eccd3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  height: auto;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  color: #10405b;
  text-align: left;
  border-left: 6px solid #5eccd3;
  margin-bottom: 10px;
  padding: 0 20px 0 40px;
  font-size: 24px;
  line-height: 150%;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.page {
  flex-direction: column;
  display: block;
}

.page.overflow-visible {
  overflow: visible;
}

.page.overflow-visible._1 {
  display: block;
}

.adison-filter-section {
  background-color: #fff;
  flex: 1;
  margin-top: 0;
  padding: 40px 5% 0;
}

.adison-filter-section.gradient-first-section {
  height: 100vh;
  background-image: linear-gradient(rgba(16, 64, 91, .24), rgba(16, 64, 91, .24));
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.adison-filter-section.white-bottom-gradient {
  background-image: linear-gradient(to top, #fff 11%, rgba(255, 255, 255, .3) 72%, rgba(255, 255, 255, 0));
}

.adison-filter-section.white-bottom-gradient.hide {
  display: none;
}

.adison-filter-section.white-section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.adison-filter-section.top-radial-gradient {
  background-image: radial-gradient(circle at 50% 20%, #fff, rgba(255, 255, 255, 0));
  display: none;
}

.adison-filter-section.top-gradient-section {
  background-color: rgba(239, 250, 251, .49);
  background-image: none;
  padding-top: 0;
  padding-bottom: 60px;
  overflow: hidden;
}

.adison-filter-section.cta-section {
  z-index: 2;
  background-image: linear-gradient(rgba(16, 64, 91, 0) 70%, #10405b 70%);
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.adison-filter-section.footer {
  color: #fff;
  background-color: #10405b;
  padding-top: 60px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 150%;
  display: none;
}

.adison-filter-section.listing-hero-section {
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.adison-filter-section.top {
  padding-top: 220px;
  display: none;
}

.adison-filter-section.property-hero-section {
  color: #fff;
  text-align: center;
  padding-top: 240px;
  padding-bottom: 180px;
  position: relative;
}

.adison-filter-section.property-main-section {
  padding-top: 0;
}

.adison-filter-section.location-hero-section {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 200px;
  position: relative;
}

.adison-filter-section.about-hero-section {
  color: #fff;
  background-image: linear-gradient(rgba(16, 64, 91, .7), rgba(16, 64, 91, .7)), url('../images/Rectangle-174-min.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 100px;
  padding-top: 200px;
  padding-bottom: 200px;
  display: none;
}

.adison-filter-section.founder-section {
  color: #fff;
  background-color: #10405b;
  margin-bottom: 0;
  padding-top: 170px;
  padding-bottom: 170px;
  position: relative;
}

.adison-filter-section.partner-section {
  padding-bottom: 260px;
  display: none;
}

.adison-filter-section.sg-hero-section {
  color: #fff;
  background-color: #10405b;
  padding-bottom: 60px;
}

.adison-filter-section.contact-hero-section {
  background-image: linear-gradient(rgba(94, 204, 211, 0), rgba(94, 204, 211, .2));
  padding-top: 180px;
  padding-bottom: 200px;
  overflow: hidden;
}

.adison-filter-section.property {
  background-image: linear-gradient(1deg, rgba(16, 64, 91, .25), rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0)), linear-gradient(rgba(239, 250, 251, .82), rgba(239, 250, 251, .82)), url('../images/view-modern-skyscrapers-shining-sunrise-lights-dubai-marina-dubai-uae-min.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  margin-top: 0;
  padding-top: 60px;
}

.adison-filter-section._1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.adison-filter-section.our {
  padding-top: 140px;
  padding-bottom: 40px;
}

.adison-filter-section.property1 {
  padding-top: 0;
}

.container {
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container.centered {
  text-align: center;
  align-items: center;
}

.container.hide {
  display: none;
}

.home-hero-wrapper {
  z-index: 2;
  width: 80%;
  height: 450px;
  flex-direction: row;
  align-items: center;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero-left {
  width: 81%;
  border: 1px #000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.text-primary-color {
  color: #eed96c;
}

.opacity-subtitle {
  max-width: 700px;
  opacity: 1;
  color: #000;
  margin-bottom: 50px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 25px;
  display: none;
}

.opacity-subtitle.l {
  max-width: 530px;
  opacity: .89;
  color: #fff;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.properties-filter-wrapper {
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  top: -52px;
}

.properties-filter-wrapper.hide {
  display: none;
}

.home-hero-img-wrapper {
  height: 100%;
  max-width: 100%;
  background-color: rgba(16, 64, 91, .5);
  border-radius: 60px;
  flex: none;
  margin-right: 40px;
  position: relative;
  overflow: hidden;
}

.home-hero-img-wrapper.small {
  height: 70%;
  margin-right: 0;
}

.home-hero-img {
  width: 100%;
  height: 100%;
  opacity: .8;
  object-fit: cover;
  border-radius: 60px;
}

.home-hero-numbers {
  z-index: 3;
  background-color: #fff;
  border-radius: 30px;
  margin-right: -200px;
  padding: 30px 8%;
  display: flex;
  position: relative;
  box-shadow: 0 30px 60px rgba(94, 204, 211, .2);
}

.home-hero-numbers.hide {
  display: none;
}

.home-hero-number-item {
  flex: 1;
}

.number {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}

.number-caption {
  opacity: .5;
  font-size: 14px;
  line-height: 130%;
}

.vertical-divider {
  width: 1px;
  background-color: rgba(94, 204, 211, .2);
  flex: none;
  margin-left: 30px;
  margin-right: 30px;
}

.header {
  z-index: 100;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-logo {
  padding-left: 0;
}

.header-inner {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.header-link {
  color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  margin-left: 40px;
  padding: 3px 0;
  font-size: 18px;
  line-height: 130%;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.header-link:hover {
  color: #5eccd3;
  text-decoration: none;
}

.header-link.w--current {
  color: #10405b;
  cursor: default;
  border-bottom-color: #eed96c;
}

.header-menu {
  align-items: center;
  display: flex;
}

.button {
  min-height: 60px;
  text-align: center;
  cursor: pointer;
  background-color: #10405b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button:hover {
  text-decoration: none;
  transform: scale(.95);
}

.button.header-button {
  min-height: 50px;
  margin-left: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.button.secondary-button {
  min-height: 40px;
  color: rgba(16, 64, 91, .5);
  background-color: #fff;
  border-radius: 16px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 10px 15px -7px rgba(16, 64, 91, .1);
}

.button.secondary-button-overlay {
  min-height: 40px;
  color: rgba(16, 64, 91, .5);
  background-color: #fff;
  border: 2px solid rgba(16, 64, 91, .5);
  border-radius: 16px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 10px 15px -7px rgba(16, 64, 91, .1);
}

.button.yellow-button {
  color: #10405b;
  background-color: #eed96c;
}

.button.filter-button {
  min-height: 50px;
  color: #10405b;
  background-color: #eed96c;
  margin-right: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.home-map-wrapper {
  margin-top: 40px;
  margin-bottom: -80px;
  position: relative;
}

.map-point-wrapper {
  color: #10405b;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.map-point-wrapper:hover {
  z-index: 2;
}

.map-point-wrapper._1 {
  top: 35%;
  left: 7%;
}

.map-point-wrapper._2 {
  top: 20%;
  left: 20%;
}

.map-point-wrapper._3 {
  top: 25%;
  left: 5%;
}

.map-point-wrapper._4 {
  top: 12%;
  left: 43%;
}

.map-point-wrapper._5 {
  top: 23%;
  left: 81%;
}

.map-point.hover {
  opacity: 0;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.map-point.hover:hover {
  opacity: 1;
}

.map-point-tooltip {
  z-index: 2;
  width: 120px;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 15px;
  position: absolute;
  top: -40px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
  box-shadow: 0 8px 10px rgba(94, 204, 211, .2);
}

.home-locations-block {
  z-index: 2;
  width: 100%;
  position: relative;
}

.locations-list {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.loactions-list-item {
  width: 33.33%;
  padding: 20px;
}

.location-link {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding-top: 60%;
  text-decoration: none;
  display: block;
  position: relative;
}

.location-link-overlay {
  background-image: linear-gradient(rgba(16, 64, 91, .1), rgba(16, 64, 91, .7));
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 40px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.location-link-overlay-text {
  z-index: 20;
  font-size: 30px;
  line-height: 110%;
  position: relative;
}

.location-link-hover {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(94, 204, 211, .3);
  border-radius: 30px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.locations-show-more-overlay {
  z-index: 2;
  height: 150px;
  background-image: linear-gradient(to top, #fff 23%, rgba(255, 255, 255, .93) 36%, rgba(255, 255, 255, .85) 49%, rgba(255, 255, 255, .67) 64%, rgba(255, 255, 255, 0));
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: -120px;
  display: flex;
  position: relative;
}

.grid-2-col {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  align-items: center;
}

.grid-image-wrapper {
  position: relative;
}

.grid-image {
  z-index: 2;
  border-radius: 40px;
  position: relative;
}

.grid-image-bg {
  background-color: rgba(24, 139, 204, .16);
  border-radius: 40px;
  position: absolute;
  top: -40px;
  bottom: 40px;
  left: -40px;
  right: 40px;
}

.why-image-el {
  z-index: 3;
  width: 40%;
  height: 70%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(rgba(16, 64, 91, .5), rgba(16, 64, 91, .1));
  border-radius: 70px;
  position: absolute;
  top: auto;
  bottom: -12%;
  left: auto;
  right: 1%;
}

.why-image-el.small {
  width: 100px;
  height: 100px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(94, 204, 211, .3);
  border-radius: 30px;
  bottom: 26%;
  right: 53%;
}

.grid-content-wrapper {
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.preheader {
  min-height: 40px;
  color: #fff;
  background-color: #5eccd3;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 5px 14px;
  line-height: 120%;
  display: none;
}

.text-highlighted-yellow {
  text-transform: lowercase;
  background-image: none;
  font-family: Marcellussc, sans-serif;
}

.check-list-item {
  background-image: url('../images/check.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 36px;
}

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

.border-button {
  min-height: 60px;
  color: #10405b;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #10405b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1), transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.border-button:hover {
  background-color: rgba(94, 204, 211, .1);
  text-decoration: none;
  transform: scale(.95);
}

.border-button.primary-color {
  color: #e0b34e;
  border-color: #e0b34e;
}

.property-tabs {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.property-tab-link {
  height: 40px;
  opacity: .5;
  color: #10405b;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Marcellussc, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.property-tab-link:hover {
  background-color: #fff;
  text-decoration: none;
}

.property-tab-link.w--current {
  opacity: 1;
  cursor: default;
  background-color: #fff;
  box-shadow: 0 10px 10px -5px rgba(16, 64, 91, .1);
}

.property-types-menu {
  height: 50px;
  background-color: #eed96c;
  border-radius: 20px;
  align-items: center;
  display: flex;
}

.property-types-menu.full-color {
  background-color: #5eccd3;
  margin-bottom: 20px;
}

.property-tabs-link-icon {
  margin-right: 7px;
}

.property-tab-pane {
  margin-top: 40px;
}

.agents-list-wrapper {
  width: 100%;
}

.agents-list {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.agent-list-item {
  width: 33.33%;
  margin-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.agent-list-card {
  color: #10405b;
  background-color: rgba(94, 204, 211, 0);
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.agent-list-card:hover {
  background-color: rgba(94, 204, 211, .15);
  text-decoration: none;
}

.agent-photo-small {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border: 10px solid #fff;
  border-radius: 40px;
  margin-bottom: 24px;
  box-shadow: 0 20px 30px -5px rgba(16, 64, 91, .2);
}

.agent-name {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.agent-position {
  opacity: .5;
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}

.agent-quote {
  text-align: center;
  border-left-style: none;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0;
}

.listings-wrapper {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: 140px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.listings-wrapper.home {
  margin-bottom: -30px;
}

.listings-wrapper.left {
  justify-content: center;
  margin-top: 40px;
}

.listings-wrapper.one {
  display: none;
}

.listings-wrapper._1 {
  justify-content: center;
  margin-top: 40px;
}

.listings-wrapper._2 {
  margin-top: 0;
}

.listings-wrapper._2.featured {
  margin-top: 350px;
}

.listings-wrapper._2.featured._1 {
  justify-content: center;
  margin-top: 0;
}

.tabs-content {
  width: 100%;
  overflow: visible;
}

.listings-list {
  width: 30%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 60px;
  display: block;
}

.listings-list.c1 {
  margin-left: 40px;
}

.listings-list.hide {
  display: none;
}

.listings-list.hide.open {
  margin-left: 40px;
  display: block;
}

.listings-list.hide1 {
  display: none;
}

.listing-item {
  width: 100%;
  padding: 10px 0;
}

.listing-card {
  height: 100%;
  color: #10405b;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  padding: 10px 10px 0;
  text-decoration: none;
  transition: transform .8s cubic-bezier(.23, 1, .32, 1), box-shadow .8s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  box-shadow: 0 30px 40px -20px rgba(94, 204, 211, .8);
}

.listing-card:hover {
  text-decoration: none;
  transform: translate(0, 5px);
  box-shadow: 0 15px 30px -15px rgba(94, 204, 211, .5);
}

.listing-card-img-wrapper {
  height: 240px;
  background-image: url('../images/listing-card.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  margin-bottom: 36px;
  position: relative;
}

.listing-card-img-wrapper._1, .listing-card-img-wrapper._1.c1, .listing-card-img-wrapper._2 {
  background-image: url('../images/residen.jpg');
}

.listing-card-img-wrapper._2._1 {
  background-image: url('../images/springwood.jpg');
}

.listing-card-img-wrapper.co {
  background-image: url('../images/spring-2.jpg');
}

.listing-card-img-overlay {
  background-image: linear-gradient(rgba(16, 64, 91, 0), rgba(16, 64, 91, .5));
  border-radius: 16px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.listing-card-img-top {
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}

.featured-tag {
  height: 30px;
  color: #10405b;
  background-color: #eed96c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.purpose-tag {
  height: 30px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-transform: capitalize;
  background-color: rgba(27, 173, 255, .27);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  box-shadow: 0 5px 20px rgba(16, 64, 91, .1);
}

.listing-card-price {
  height: 44px;
  color: #10405b;
  background-color: #eed96c;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 5px 16px;
  font-weight: 600;
  display: none;
  position: absolute;
  top: auto;
  bottom: -22px;
  left: 12px;
  right: auto;
  box-shadow: 0 10px 20px -6px rgba(94, 204, 211, .5);
}

.listing-card-content {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.listing-card-name {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Marcellussc, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.listing-card-location {
  color: rgba(16, 64, 91, .5);
  background-image: url('../images/location-grey.svg');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 24px;
  padding-left: 18px;
  font-size: 14px;
  line-height: 130%;
  display: none;
}

.listing-card-info-block {
  align-items: center;
  margin-top: auto;
  margin-right: -28px;
  font-size: 14px;
  line-height: 120%;
  display: none;
}

.listing-card-info-item {
  opacity: .5;
  align-items: center;
  margin-right: 28px;
  display: flex;
}

.listing-info-icon {
  margin-right: 12px;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: none;
}

.testimonial-slider {
  width: 50%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  align-content: stretch;
  margin-top: 20px;
  display: flex;
  overflow: visible;
}

.hidden {
  display: none;
}

.testimonial-slider-arrow {
  width: 60px;
  height: 60px;
  float: left;
  opacity: .5;
  background-color: #eed96c;
  background-image: url('../images/left-arr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  margin-left: 0;
  margin-right: 18px;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
  display: inline-block;
  position: static;
  box-shadow: 0 20px 30px -15px rgba(94, 204, 211, .3);
}

.testimonial-slider-arrow:hover {
  opacity: 1;
}

.testimonial-slider-arrow.right {
  color: #fff;
  background-color: #eed96c;
  background-image: url('../images/right-arr.svg');
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
}

.testimonial-slide {
  flex: none;
  padding-left: 10px;
  padding-right: 10px;
}

.testimonial-slider-mask {
  width: 100%;
  height: auto;
  margin-bottom: 36px;
  margin-left: -10px;
  overflow: visible;
}

.testimonial-card {
  height: 100%;
  background-color: #fff;
  background-image: url('../images/quote.svg'), linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0));
  background-position: 93% 90%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 40px;
  flex-direction: column;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 30px rgba(16, 64, 91, .09);
}

.testimonial-message {
  border-left-style: none;
  margin-bottom: 40px;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 35px;
}

.testimonial-author {
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial-photo {
  border-radius: 20px;
  margin-right: 18px;
}

.testimonial-author-name {
  font-size: 18px;
  line-height: 130%;
}

.testimonial-author-location {
  opacity: .5;
  font-size: 14px;
  line-height: 130%;
}

.cta-block {
  width: 100%;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(270deg, rgba(94, 204, 211, .95), rgba(72, 173, 192, .85) 55%, rgba(54, 147, 176, .95)), url('../images/CTA-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
  padding: 100px 100px 120px;
  display: none;
  position: relative;
  box-shadow: 0 50px 100px -20px rgba(94, 204, 211, .3);
}

.cta-form {
  max-width: 530px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.phone-field {
  height: 70px;
  color: #10405b;
  background-image: url('../images/email.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.phone-field:hover {
  opacity: .9;
}

.phone-field::-ms-input-placeholder {
  color: rgba(16, 64, 91, .5);
}

.phone-field::placeholder {
  color: rgba(16, 64, 91, .5);
}

.phone-field.blue {
  background-color: rgba(94, 204, 211, .05);
}

.cta-form-button {
  width: 60px;
  height: 60px;
  background-color: #10405b;
  background-image: url('../images/white-arr-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  transition: background-position .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  top: auto;
  bottom: -30px;
  left: auto;
  right: 20px;
  box-shadow: 0 15px 30px -5px rgba(16, 64, 91, .3);
}

.cta-form-button:hover {
  background-position: 60%;
}

.cta-field-wrapper {
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
  position: relative;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  font-size: 24px;
}

.cta-form-error {
  width: 100%;
  color: #fff;
  background-color: rgba(187, 36, 94, .5);
  border-radius: 15px;
  margin-top: 35px;
  font-size: 16px;
  position: absolute;
}

.cta-form-block {
  position: relative;
}

.footer-main {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  padding-bottom: 100px;
  display: flex;
}

.footer-left-col {
  max-width: 300px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-social-links {
  align-items: center;
  margin-top: 36px;
  margin-left: -15px;
  display: flex;
}

.social-link {
  opacity: .5;
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
  transition: opacity .4s;
}

.social-link:hover {
  opacity: 1;
}

.footer-links {
  display: flex;
}

.footer-links-col {
  min-width: 160px;
  margin-left: 60px;
}

.footer-heading {
  opacity: .5;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
}

.footer-menu-link {
  color: #fff;
  margin-bottom: 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
}

.footer-menu-link:hover {
  color: #eed96c;
  text-decoration: none;
}

.footer-bottom {
  width: 100%;
  color: rgba(255, 255, 255, .5);
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-copyright {
  margin-right: 40px;
}

.white-link {
  color: #fff;
  text-decoration: none;
  transition: color .4s;
}

.white-link:hover {
  color: #eed96c;
  text-decoration: none;
}

.property-types-menu-wrapper {
  align-items: stretch;
  display: none;
}

.filter-form-wrapper {
  background-color: #fff;
  border-radius: 30px;
  flex: 1;
  margin-bottom: 0;
  padding: 40px;
}

.filter-dropdown {
  z-index: 1;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 20px;
  display: block;
}

.filter-dropdown-toggle {
  height: 50px;
  color: rgba(16, 64, 91, .5);
  background-color: #effafb;
  border-radius: 20px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.filter-dropdown-toggle:hover {
  background-color: rgba(94, 204, 211, .5);
}

.filter-dropdown-arrow {
  position: absolute;
  top: 22px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.filter-dropdown-icon {
  opacity: .5;
  margin-right: 12px;
}

.filter-dropdown-list {
  z-index: 3;
  background-color: #effafb;
  border-radius: 20px;
  display: block;
  top: 55px;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 20px 40px -12px rgba(16, 64, 91, .2);
}

.filter-dropdown-list-inner {
  color: #10405b;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
}

.filter-dropdown-item {
  cursor: pointer;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 2px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.filter-dropdown-item:hover {
  background-color: rgba(255, 255, 255, .7);
}

.filter-checkbox {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-width: 2px;
  border-color: rgba(16, 64, 91, .1);
  border-radius: 7px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-width .3s;
}

.filter-checkbox:hover {
  border-color: rgba(16, 64, 91, .3);
}

.filter-checkbox.w--redirected-checked {
  background-color: #5eccd3;
  background-size: 14px;
  border-width: 2px;
  border-color: #5eccd3;
}

.filter-checkbox.w--redirected-focus {
  box-shadow: none;
  border-width: 2px;
  border-color: rgba(16, 64, 91, .3);
}

.filter-form {
  justify-content: flex-start;
  align-items: center;
}

.filter-price-wrapper {
  flex: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.rangeslider-track {
  height: 6px;
  background-color: rgba(16, 64, 91, .5);
  border-radius: 3px;
  position: relative;
}

.rangeslider-handle {
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: grab;
  background-color: #fff;
  border: 6px solid #5eccd3;
  border-radius: 50%;
  position: absolute;
}

.rangeslider-handle:focus {
  background-color: #5eccd3;
}

.rangeslider-fill {
  width: 20%;
  height: 100%;
  background-color: #5eccd3;
  position: absolute;
}

.range-value-wrap {
  color: rgba(16, 64, 91, .5);
  text-align: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -34px;
  left: -50%;
  right: 0%;
}

.listing-hero-inner {
  max-width: 1000px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  margin-right: 5%;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.filter-price-input {
  display: none;
}

.property-hero-bg {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block {
  background-color: rgba(16, 64, 91, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.property-hero-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.property-type-wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-transform: capitalize;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  box-shadow: 0 5px 20px rgba(16, 64, 91, .1);
}

.property-type-text {
  margin-right: 5px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.property-location {
  background-image: url('../images/Vector.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
  font-size: 22px;
}

.property-description-wrapper {
  width: 65%;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-right: 4%;
}

.property-description-card {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  margin-top: -70px;
  margin-bottom: 100px;
  padding: 40px 40px 45px;
  display: flex;
  position: relative;
  box-shadow: 0 30px 60px -5px rgba(94, 204, 211, .2);
}

.description-card-top {
  align-items: flex-end;
  display: flex;
}

.prise-text {
  color: #5eccd3;
  margin-right: 3px;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.description-show-more-overlay {
  z-index: 2;
  height: 120px;
  background-image: linear-gradient(to top, #fff 24%, rgba(255, 255, 255, .93) 50%, rgba(255, 255, 255, .85) 66%, rgba(255, 255, 255, .67) 81%, rgba(255, 255, 255, 0));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -120px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 40px;
  right: 40px;
}

.property-info-block {
  z-index: 3;
  background-color: rgba(94, 204, 211, .1);
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 30px 5%;
  display: flex;
}

.heading-32px {
  font-size: 32px;
}

.property-info-inner {
  color: rgba(16, 64, 91, .5);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.property-info-icon-wrapper {
  color: #10405b;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.property-icon {
  margin-right: 10px;
}

.property-id {
  color: rgba(16, 64, 91, .5);
  margin-left: 5px;
  font-size: 14px;
  line-height: 100%;
}

.property-price-wrapper {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.period-text {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 100%;
}

.agent-card {
  width: 31%;
  background-color: rgba(94, 204, 211, .2);
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 60px 40px;
  font-size: 18px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  box-shadow: 0 30px 60px -5px rgba(94, 204, 211, .2);
}

.arent-image {
  border: 10px solid #fff;
  border-radius: 40px;
  margin-bottom: 15px;
  box-shadow: 0 15px 30px rgba(22, 45, 58, .1);
}

.arent-image.contact-block {
  width: 140px;
  height: 140px;
  object-fit: cover;
  margin-top: -70px;
}

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

.description-rich-text {
  width: 100%;
}

.description-text-wrapper {
  width: 100%;
  overflow: hidden;
}

.features-rich-text {
  margin-bottom: 100px;
}

.features-rich-text ul {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.features-rich-text li {
  background-color: #fff;
  background-image: url('../images/chechbox.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  padding: 15px 15px 15px 60px;
  font-size: 16px;
  font-weight: 600;
  list-style-type: none;
  box-shadow: 0 4px 4px rgba(94, 204, 211, .2);
}

.property-id-wrap {
  color: rgba(16, 64, 91, .5);
  align-items: center;
  font-size: 14px;
  line-height: 100%;
  display: flex;
}

.property-address {
  color: rgba(16, 64, 91, .5);
  font-size: 14px;
  line-height: 100%;
}

.property-map-block {
  margin-top: 20px;
}

.property-gallery-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.property-gallery {
  width: 100%;
  margin-top: 20px;
}

.property-gallery-item {
  width: 100%;
  border-radius: 20px;
  padding-top: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.property-gallery-thumbnail-img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.property-gallery-item-overlay {
  opacity: 0;
  background-color: rgba(16, 64, 91, .7);
  background-image: url('../images/Zoom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.property-gallery-item-overlay:hover {
  opacity: 1;
}

.property-contact-agent {
  width: 100%;
  padding-top: 100px;
}

.form-fields-wrap {
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.form-field-wrap {
  padding: 10px;
}

.name-field {
  height: 70px;
  color: #10405b;
  background-image: url('../images/name.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.name-field:hover {
  opacity: .9;
}

.name-field::-ms-input-placeholder {
  color: rgba(16, 64, 91, .5);
}

.name-field::placeholder {
  color: rgba(16, 64, 91, .5);
}

.name-field.blue {
  background-color: rgba(94, 204, 211, .05);
}

.email-field {
  height: 70px;
  color: #10405b;
  background-image: url('../images/email_1.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.email-field:hover {
  opacity: .9;
}

.email-field::-ms-input-placeholder {
  color: rgba(16, 64, 91, .5);
}

.email-field::placeholder {
  color: rgba(16, 64, 91, .5);
}

.email-field.blue {
  background-color: rgba(94, 204, 211, .05);
}

.text-area {
  min-height: 160px;
  color: #10405b;
  border: 1px #000;
  border-radius: 20px;
  padding: 22px 24px 30px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.text-area:hover {
  opacity: .9;
}

.text-area::-ms-input-placeholder {
  color: rgba(16, 64, 91, .5);
}

.text-area::placeholder {
  color: rgba(16, 64, 91, .5);
}

.text-area.blue {
  background-color: rgba(94, 204, 211, .05);
}

.agent-form {
  position: relative;
}

.agent-form-button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
  display: flex;
  position: relative;
}

.cta-block-overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: linear-gradient(270deg, rgba(94, 204, 211, .95), rgba(72, 173, 192, .85) 55%, rgba(54, 147, 176, .95));
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.agent-form-block {
  width: 100%;
  color: #fff;
  text-align: center;
  background-image: url('../images/CTA-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
  padding-bottom: 120px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  box-shadow: 0 50px 100px -20px rgba(94, 204, 211, .3);
}

.agent-form-fields {
  margin-top: 50px;
}

.agent-form-info {
  z-index: 2;
  margin-bottom: 40px;
  position: relative;
}

.relative {
  position: relative;
}

.property-main-wrapper {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.additional-listings-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.additional-listing-item {
  width: 33.33%;
  padding: 10px;
}

.filter-form-bottom {
  color: rgba(16, 64, 91, .5);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.filter-buttons {
  margin-right: 20px;
  display: flex;
}

.clear-filter-button {
  min-height: 50px;
  opacity: .5;
  color: #10405b;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #10405b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1), transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.clear-filter-button:hover {
  background-color: rgba(94, 204, 211, .1);
  text-decoration: none;
  transform: scale(.95);
}

.filter-form-top {
  align-items: center;
  display: flex;
}

.yellow-text {
  color: #eed96c;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.location-hero-overlay {
  background-color: rgba(16, 64, 91, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filter-form-city {
  flex: none;
  margin-left: 5px;
}

.filter-form-info {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: auto;
  line-height: 130%;
  display: flex;
}

.property-types-tabs {
  z-index: 2;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -300px;
  display: flex;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.property-types-tabs-content {
  width: 100%;
}

.property-tabs-filter {
  margin-bottom: 40px;
}

.pagination-next-button {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, .5);
  background-image: url('../images/right-arr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-radius: 15px;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.pagination-next-button:hover {
  background-color: #fff;
}

.pagination {
  flex-wrap: nowrap;
  align-items: center;
}

.pagination-prev-button {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, .5);
  background-image: url('../images/left-arr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-radius: 15px;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.pagination-prev-button:hover {
  background-color: #fff;
}

.page-count {
  width: auto;
  color: rgba(16, 64, 91, .5);
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.empty-state {
  text-align: center;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.rich-text-block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block p {
  margin-bottom: 30px;
}

.rich-text-block figcaption {
  font-size: 14px;
}

.rich-text-block figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text-block h4 {
  margin-bottom: 20px;
}

.rich-text-block blockquote {
  margin-top: 30px;
  margin-bottom: 50px;
}

.subtitle {
  max-width: 700px;
  opacity: 1;
  margin-bottom: 50px;
}

.founder-quote {
  width: 37%;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 35px;
}

.cta-heading {
  color: #fff;
}

.founder-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.agent-photo {
  max-width: 30%;
  border: 10px solid #fff;
  border-radius: 40px;
  margin-top: -200px;
  margin-bottom: -200px;
  position: relative;
  top: 58px;
  left: 9px;
  overflow: hidden;
  box-shadow: 0 15px 30px -5px rgba(22, 45, 58, .1);
}

.agent-photo._1 {
  top: -126px;
  left: 63px;
}

.founder-info {
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px 32px;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 40px;
  right: 40px;
}

.white-text {
  color: #fff;
}

.overflow-hidden {
  overflow: hidden;
}

.grid-12-col {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg-blocks {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.sg-heading {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.z2 {
  z-index: 2;
  position: relative;
}

.page-wrap {
  flex: 1;
}

.sg-class-icon {
  width: 30px;
  border-radius: 4px;
  flex: none;
  margin-bottom: 5px;
  margin-right: 5px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.sg-class-wrap {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.sg-column {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.btns-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: flex;
}

.sg-class {
  height: 25px;
  color: #fff;
  background-color: #ea5fa3;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  line-height: 1.6em;
  display: flex;
}

.sg-class.sg-standard-class {
  background-color: #5783fc;
  margin-right: 5px;
}

.sg-row {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.values-list {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 50px;
  display: flex;
}

.value {
  max-width: 260px;
  color: rgba(16, 64, 91, .5);
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 160%;
  display: flex;
}

.value-icon-wrap {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding: 16px;
  display: flex;
  box-shadow: 0 15px 30px rgba(27, 173, 255, .27);
}

.value-icon {
  color: #eed96c;
  justify-content: center;
  align-items: center;
  display: flex;
}

.value-name {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

.contact-form-block {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 100px;
  display: flex;
  position: relative;
  box-shadow: 0 12px 100px -20px rgba(61, 162, 168, .3);
}

.contact-form-fields {
  margin-top: 32px;
}

.contact-offices {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.contact-office {
  min-width: 260px;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex: 1;
  padding: 32px;
  font-size: 14px;
  font-style: normal;
  line-height: 160%;
}

.contact-item {
  background-image: url('../images/Map-mark-primary.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.contact-item.phone {
  background-image: url('../images/phone.svg');
  background-position: 0 4px;
}

.contact-item.email {
  background-image: url('../images/email-icon.svg');
  background-position: 0 7px;
}

.div-block-2 {
  height: 25vh;
  color: #10405b;
  background-image: url('../images/shape-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-2.hide {
  display: none;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  background-color: rgba(239, 250, 251, .49);
  font-family: Marcellussc, sans-serif;
}

.width-50 {
  width: 50%;
}

.container-2 {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.flex-box {
  margin-bottom: 30px;
  display: flex;
}

.content-box {
  margin-top: 50px;
}

.choose-us {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.horizontal-wrap {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.features-wrap {
  margin-top: 100px;
}

.sub-title {
  color: #fff;
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
}

.h2 {
  color: #0b3c47;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.title {
  color: #0b3c47;
  margin-top: 0;
  margin-bottom: 60px;
  margin-right: 60px;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
}

.content-wrap {
  padding-left: 70px;
  font-size: 16px;
  line-height: 24px;
}

.heading-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  max-width: 315px;
  line-height: 28px;
}

.services {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.heading {
  margin-top: 10px;
  font-size: 40px;
  line-height: 50px;
}

.main-wrap {
  width: 100%;
  display: flex;
}

.service-box {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.heading-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 75px;
  position: relative;
  left: -899px;
}

.heading-2.mobile {
  display: none;
  left: -899px;
}

.border-div {
  width: 10px;
  height: 0%;
  background-color: #eed96c;
  border-top-right-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 84%;
  left: auto;
  right: 0%;
}

.border-div._2 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.pointers {
  display: none;
  position: relative;
  left: -571px;
}

.pointer-item {
  margin-right: 20px;
  display: flex;
}

.pointer-icon {
  color: #d29751;
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.heading-3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section-2 {
  height: 94vh;
  background-color: #fff;
  align-items: center;
  padding-left: 20px;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-block-3 {
  max-width: 1300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-4, .div-block-5 {
  width: 48%;
}

.div-block-6 {
  width: 48%;
  border-top-left-radius: 100%;
  position: absolute;
  top: -7%;
  bottom: 0%;
  left: auto;
  right: -13%;
}

.image {
  height: 100%;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}

.heading-4 {
  color: #000;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 40px;
  line-height: 50px;
}

.paragraph-3 {
  font-size: 17px;
  line-height: 25px;
}

.heading-5 {
  color: #000;
  font-family: PT Serif, serif;
  font-size: 40px;
  line-height: 50px;
}

.div-block-312578 {
  width: 85%;
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block-312580 {
  width: 40%;
  height: 50px;
  background-color: #10405b;
  align-items: center;
  display: flex;
}

.div-block-312580._1 {
  width: 40%;
  margin-left: 20px;
}

.div-block-312583 {
  width: 25px;
  height: 25px;
  background-color: #10405b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-15591 {
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.div-block-312579 {
  margin-left: 10px;
}

.text-block-15592 {
  color: #fff;
  font-size: 21px;
  line-height: 30px;
}

.bold-text {
  font-family: PT Serif, serif;
  font-weight: 400;
}

.bold-text-2 {
  font-weight: 400;
}

.bold-text-2:hover {
  text-decoration: none;
}

.div-block-312584 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.div-block-312584.left {
  justify-content: flex-start;
}

.button-2 {
  width: 150px;
  height: 60px;
  color: #10405b;
  text-transform: none;
  background-color: #eed96c;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  font-family: Marcellussc, sans-serif;
  font-size: 17px;
  line-height: 25px;
  display: flex;
}

.button-2:hover {
  text-decoration: none;
}

.button-2.navigaation-butn {
  width: 157px;
  height: 60px;
  text-transform: uppercase;
  background-color: #10405b;
  background-image: url('../images/Untitled-4.png');
  background-position: 91%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: space-between;
}

.button-2.navigaation-butn.size {
  width: 334px;
  background-color: #eed96c;
}

.button-2.navigaation-butn {
  width: 157px;
  height: 60px;
  text-transform: uppercase;
  width: 157px;
  height: 60px;
  text-transform: uppercase;
  background-color: #f8981d;
  background-image: none;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  font-weight: 400;
}

.button-2._1 {
  text-align: center;
  font-family: Marcellussc, sans-serif;
  font-weight: 400;
}

.button-2._1._2 {
  width: 250px;
}

.button-2._1._2._3 {
  margin-left: 40px;
}

.section-3 {
  padding: 40px 20px 100px;
  display: none;
}

.container-3 {
  max-width: 1300px;
}

.div-block-312585 {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.div-block-312586 {
  width: 23%;
  height: 350px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #ddd;
}

.div-block-312586:hover {
  background-image: linear-gradient(rgba(255, 255, 255, .74), rgba(255, 255, 255, .74)), url('../images/5e34eb0852e793b14f17525d2b9ab45f.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-312587 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #10405b;
  text-align: center;
  text-transform: capitalize;
  font-family: PT Serif, serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph-4 {
  color: #242424;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.paragraph-4._1 {
  color: #fff;
}

.div-block-312588 {
  width: 100%;
  height: 5px;
  background-color: #10405b;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-312589 {
  width: 23%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #ddd;
}

.div-block-312589:hover {
  background-image: linear-gradient(rgba(255, 255, 255, .74), rgba(255, 255, 255, .74)), url('../images/Dispute-lawyers-in-Vietnam-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-312590 {
  width: 0%;
  height: 5px;
  background-color: #10405b;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-312591 {
  width: 23%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #ddd;
}

.div-block-312591:hover {
  background-image: linear-gradient(rgba(255, 255, 255, .74), rgba(255, 255, 255, .74)), url('../images/martinandco.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-312591._1:hover {
  background-image: linear-gradient(rgba(255, 255, 255, .74), rgba(255, 255, 255, .74)), url('../images/DrGcrruXQAAfz0Q.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-312592 {
  width: 0%;
  height: 5px;
  background-color: #10405b;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-312593 {
  width: 30%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-6 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Marcellussc, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.heading-6.feature {
  color: #fff;
  margin-bottom: 0;
}

.heading-6._1 {
  color: #fff;
}

.paragraph-5 {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.paragraph-5.hide {
  display: none;
}

.div-block-312594 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-312594._1 {
  background-color: rgba(239, 250, 251, .49);
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-312594._1.property {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.div-block-312594._2 {
  background-color: rgba(239, 250, 251, .49);
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.section-4 {
  background-color: #10405b;
  padding-top: 0;
  padding-bottom: 0;
}

.container-4 {
  max-width: 1300px;
}

.image-32476 {
  width: 100%;
  filter: none;
}

.image-32476:hover {
  filter: none;
}

.image-32476._1 {
  filter: invert();
}

.icon-26 {
  font-size: 21px;
}

.div-block-31334 {
  width: 210px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 5px 5px;
  display: flex;
}

.slider-27 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
}

.div-block-312365 {
  height: 250px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.slide-nav-21 {
  font-size: 14px;
  line-height: 25px;
  display: block;
  top: 126px;
}

.right-arrow-25 {
  width: 40px;
  height: 40px;
  background-color: #d42937;
  display: none;
  top: 77%;
  bottom: 0%;
  left: 8%;
  right: 0%;
}

.left-arrow-25 {
  width: 40px;
  height: 40px;
  background-color: #d42937;
  display: none;
  top: 77%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heri-section-div {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-7 {
  color: #f8981d;
  font-size: 25px;
}

.link-25 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.link-25:hover, .link-25.w--current {
  color: #b98b2f;
}

.link-25._1 {
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
}

.link-25._1:hover {
  color: #eed96c;
}

.link-25._1 {
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 700;
}

.link-25._1:hover {
  color: #eed96c;
}

.div-block-312595 {
  width: 62%;
}

.pointer-2 {
  z-index: 20;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -2%;
  bottom: auto;
  left: 0%;
  right: 4%;
  transform: rotate(45deg);
}

.dropdown-wrapper-2 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
  box-shadow: 4px -19px 35px rgba(32, 53, 90, .08), 11px 11px 30px -10px rgba(32, 53, 90, .15);
}

.dropdown-wrapper-2.w--open {
  max-height: 100vh;
  min-width: 300px;
  background-color: #fff;
  border-radius: 15px;
  left: -97px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.text-block-2 {
  color: #f8981d;
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.div-block-312596 {
  width: 100%;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 10px;
  display: flex;
}

.nav-link-details-2 {
  color: rgba(40, 51, 56, .6);
  white-space: normal;
  font-size: 14px;
  display: none;
}

.dropdown-link-4 {
  z-index: 25;
  color: #283338;
  border: 1px solid #ececec;
  align-items: center;
  padding: 4px 12px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link-4:hover {
  color: #f60;
  background-color: #fff;
}

.dropdown-link-4.border {
  border-style: none none solid;
  border-bottom-color: #d29751;
  justify-content: center;
  padding: 10px;
  font-family: PT Serif, serif;
  font-size: 18px;
}

.dropdown-link-4.border:hover {
  color: #d29751;
  background-color: #f5f5f5;
  border-bottom-color: #f8981d;
  font-size: 18px;
  font-weight: 700;
}

.dropdown-link-4.border {
  border-style: none none solid;
  border-bottom-color: #f8981d;
  justify-content: center;
  padding: 10px;
  font-family: PT Serif, serif;
  font-size: 18px;
}

.dropdown-link-4.border:hover {
  color: #f8981d;
  background-color: #f5f5f5;
  border-bottom-color: #f8981d;
  font-size: 18px;
  font-weight: 700;
}

.dropdown-link-4.border {
  border-style: none;
  border-color: #000;
  justify-content: center;
  padding: 10px;
  font-family: PT Serif, serif;
  font-size: 18px;
}

.dropdown-link-4.border:hover {
  color: #fff;
  background-color: #10405b;
  border-bottom-color: #f8981d;
  font-size: 18px;
  font-weight: 700;
}

.text-block-15206 {
  color: #fff;
  font-family: Marcellussc, sans-serif;
  font-size: 17px;
}

.dropdown-pointer-2 {
  height: auto;
  position: relative;
}

.nav-menu {
  margin-top: 20px;
  display: flex;
}

.cnc-navigation {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px 20px 0;
  position: fixed;
}

.dropdown-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-312566 {
  width: 230px;
  background-color: #fff;
}

.container-5 {
  max-width: 1300px;
  justify-content: space-between;
  align-items: center;
}

.dropdown-title-2 {
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: Marcellussc, sans-serif;
  font-size: 14px;
}

.brand {
  width: 25%;
  margin-top: 0;
}

.heading-8 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
}

.icon-23 {
  color: #fff;
  margin-right: 5px;
  font-weight: 400;
}

.icon-23:hover {
  color: #b98b2f;
}

.icon-23._1 {
  color: #fff;
  font-size: 21px;
  line-height: 25px;
}

.icon-23._1:hover {
  color: #eed96c;
}

.icon-23._1 {
  color: #fff;
  font-size: 17px;
}

.icon-23._1:hover {
  color: #f8981d;
}

.image-32595 {
  opacity: 0;
}

.dropdown {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
}

.navlink {
  color: #fff;
  font-family: Marcellussc, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
}

.navlink:hover {
  color: #eed96c;
}

.navlink.w--current {
  color: #eed96c;
  font-size: 21px;
  font-weight: 400;
}

.div-block-312598 {
  width: 100%;
  display: flex;
}

.nav-content-wrap-3 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5px;
  padding-left: 0;
  display: flex;
}

.div-block-312599 {
  width: 48%;
}

.cnc-hero-section {
  height: 85vh;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/plasma-cutting-1-2.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  position: relative;
}

.text-block {
  color: #fff;
  margin-left: 20px;
  font-size: 21px;
  line-height: 27px;
}

.navigation-dropdown-3 {
  min-width: 140px;
  top: 100%;
}

.navigation-dropdown-3.w--open {
  height: auto;
  min-width: 200px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  top: 100%;
  left: auto;
  right: -126.578px;
}

.navigation-dropdown-3.left.w--open {
  min-width: 250px;
  min-width: 230px;
  right: -30px;
}

.image-32594 {
  opacity: 1;
  position: relative;
  top: -21px;
}

.section-5 {
  height: auto;
  margin-top: 40px;
  padding-top: 220px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.adisan-container {
  max-width: 1300px;
}

.div-block-312600 {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-312601 {
  z-index: 1;
  width: 56%;
  position: absolute;
  top: 11%;
  bottom: 0%;
  left: -19%;
  right: auto;
}

.image-32596 {
  width: 100%;
  height: 95%;
  border-top-right-radius: 100px;
}

.div-block-312602 {
  width: 100%;
  max-width: 1300px;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
}

.div-block-312603 {
  width: 60%;
}

.image-32597 {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.div-block-312604 {
  width: 45%;
}

.div-block-312605 {
  width: 52%;
  padding-left: 20px;
}

.text-block-15593 {
  color: #d29751;
  font-size: 21px;
  line-height: 30px;
}

.heading-9 {
  text-transform: none;
  margin-top: 20px;
  font-family: Marcellussc, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.paragraph-6, .paragraph-7 {
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.div-block-312606 {
  display: flex;
}

.image-32598 {
  width: 100%;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.div-block-312607 {
  margin-top: 40px;
}

.adisan-services-section {
  height: 65vh;
  background-image: url('../images/service-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.div-block-312608 {
  width: 51%;
  height: 74vh;
  background-color: rgba(16, 64, 91, .91);
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: -7%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-312609 {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.div-block-312609.top {
  margin-top: 60px;
}

.div-block-312610 {
  width: 48%;
  height: 250px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-312611 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-10 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Marcellussc, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.heading-10._1 {
  margin-top: 34px;
}

.paragraph-8 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.adisan-places-section {
  padding: 40px 20px;
}

.div-block-312612 {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.div-block-312612.top {
  margin-top: 10px;
}

.div-block-312613 {
  width: 406px;
  height: 384px;
  background-image: linear-gradient(rgba(16, 64, 91, .57), rgba(16, 64, 91, .57)), url('../images/Dubai.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 40px;
  padding-left: 60px;
  display: flex;
  overflow: hidden;
}

.div-block-312613:hover {
  background-image: linear-gradient(rgba(238, 217, 108, .4), rgba(238, 217, 108, .4)), linear-gradient(rgba(16, 64, 91, .22), rgba(16, 64, 91, .22)), url('../images/Dubai.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.div-block-312613._2 {
  background-image: linear-gradient(rgba(16, 64, 91, .57), rgba(16, 64, 91, .57)), url('../images/Abu\ Dhabi.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 60px;
}

.div-block-312613._2:hover {
  background-image: linear-gradient(rgba(238, 217, 108, .4), rgba(238, 217, 108, .4)), linear-gradient(rgba(16, 64, 91, .22), rgba(16, 64, 91, .22)), url('../images/Abu\ Dhabi.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.div-block-312613._3 {
  background-image: linear-gradient(rgba(16, 64, 91, .57), rgba(16, 64, 91, .57)), url('../images/Dubai\ Fountain.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 60px;
}

.div-block-312613._3:hover {
  background-image: linear-gradient(rgba(238, 217, 108, .4), rgba(238, 217, 108, .4)), linear-gradient(rgba(16, 64, 91, .22), rgba(16, 64, 91, .22)), url('../images/Dubai\ Fountain.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.div-block-312613._3._1 {
  background-image: linear-gradient(rgba(16, 64, 91, .57), rgba(16, 64, 91, .57)), url('../images/Jumeirah-Beach.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 60px;
}

.div-block-312613._3._1:hover {
  background-image: linear-gradient(rgba(238, 217, 108, .4), rgba(238, 217, 108, .4)), linear-gradient(rgba(16, 64, 91, .22), rgba(16, 64, 91, .22)), url('../images/Jumeirah-Beach.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.div-block-312613.second {
  width: 100%;
  background-image: linear-gradient(rgba(16, 64, 91, .57), rgba(16, 64, 91, .57)), url('../images/Wild-Wadi-Water-Park-1536x963.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 60px;
}

.div-block-312613.second:hover {
  background-image: linear-gradient(rgba(238, 217, 108, .4), rgba(238, 217, 108, .4)), linear-gradient(rgba(16, 64, 91, .22), rgba(16, 64, 91, .22)), url('../images/Wild-Wadi-Water-Park-1536x963.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.link-26 {
  color: #fff;
  font-family: Marcellussc, sans-serif;
  font-size: 35px;
  line-height: 50px;
  text-decoration: none;
}

.link-26:hover {
  text-decoration: none;
}

.div-block-312614 {
  width: 40%;
}

.heading-11 {
  display: none;
}

.text-block-15599 {
  color: #10405b;
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.div-block-7 {
  margin-top: 20px;
}

.footer-flex-container-7 {
  width: 100%;
  text-align: left;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

.adisan-footer-section {
  background-color: #10405b;
  background-image: linear-gradient(rgba(16, 64, 91, .77), rgba(16, 64, 91, .77)), url('../images/property-search.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 20px;
  position: relative;
}

.div-block-312620 {
  width: 100%;
}

.div-block-312620.left1 {
  width: 30%;
}

.link-block-66 {
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: #eed96c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 21%;
  left: auto;
  right: 2%;
}

.link-block-66:hover {
  text-decoration: none;
}

.link-block-66.w--current {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-312621 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-312622 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-312622.left {
  align-items: center;
}

.div-block-312400 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-15145 {
  color: #e81e2a;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
}

.text-block-15145._1 {
  color: #10405b;
  color: #10405b;
}

.text-block-15601 {
  color: #fff;
  margin-left: 20px;
  font-family: PT Serif, serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
}

.text-block-15601.left {
  margin-left: 10px;
}

.div-block-31305 {
  width: 22%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.div-block-312618 {
  width: 21%;
}

.text-block-15126 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.text-block-15126:hover {
  color: #eed96c;
}

.line-separator {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-top: 10px;
}

.image-32586 {
  width: 100%;
}

.div-block-30376 {
  width: 100%;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.heading-23 {
  text-decoration: none;
}

.heading-23:hover {
  color: #eed96c;
  text-decoration: none;
}

.link-block-68 {
  width: 30%;
  flex-direction: column;
  text-decoration: none;
}

.link-block-68.center {
  width: 30%;
}

.copyright-div {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-312617 {
  height: 150px;
  max-width: 1300px;
  background-color: #10405b;
  background-image: none;
  background-position: 0 0;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: -15%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-312623 {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, .43);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-15602 {
  color: #fff;
  text-align: center;
  padding-left: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.heading-34 {
  text-transform: capitalize;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.link-block-54 {
  width: 50%;
}

.link-block-54.w--current {
  width: 40%;
}

.div-block-30374 {
  width: 27%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block-55 {
  width: 50%;
  text-decoration: none;
  display: none;
}

.footer-heading-8 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.footer-heading-8.moovit {
  color: #eed96c;
  text-align: left;
  text-transform: uppercase;
  justify-content: center;
  margin-bottom: 20px;
  font-family: Marcellussc, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.link-block-56, .link-block-56:hover {
  text-decoration: none;
}

.link-block-67 {
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-30902 {
  width: 40px;
  height: 40px;
  background-color: #3b5998;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
}

.div-block-30902.inst {
  background-color: #eed96c;
  background-image: none;
  border-radius: 100%;
  margin-left: 10px;
}

.div-block-30902.twitter {
  background-color: #eed96c;
  border-radius: 100%;
  margin-left: 10px;
}

.div-block-30902.f {
  background-color: #eed96c;
  border-radius: 100%;
  margin-left: 0;
}

.footer-container {
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-2204 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.paragraph-2204:hover {
  color: #eed96c;
}

.heading-21 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellussc, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.link-block-47 {
  width: auto;
  height: auto;
  margin-left: 0;
  text-decoration: none;
  display: block;
}

.link-block-47.left:hover {
  text-decoration: none;
}

.div-block-312574 {
  flex-direction: column;
  display: flex;
}

.div-block-30901 {
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block-312624 {
  width: 0%;
  height: 10px;
  background-color: #eed96c;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-312625 {
  width: 10px;
  height: 0%;
  background-color: #eed96c;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-312626 {
  width: 0%;
  height: 10px;
  background-color: #eed96c;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.adisan-footer-form-section {
  height: 30vh;
  background-image: linear-gradient(rgba(255, 255, 255, .85), rgba(255, 255, 255, .85)), url('../images/video-bg-2-2.svg'), url('../images/video-bg-2-2.svg');
  background-position: 0 0, 100%, 0%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 250px, 250px;
}

.div-block-312627 {
  width: 100%;
  height: 30vh;
  max-width: 1300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-312628 {
  width: 15%;
  align-items: flex-end;
  margin-top: 21px;
  display: flex;
}

.div-block-312629 {
  width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-35 {
  margin-bottom: 0;
  font-size: 35px;
  line-height: 50px;
}

.text-block-15603 {
  color: #000;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.div-block-312630 {
  width: 48%;
  border-bottom-left-radius: 30px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.text-field {
  width: 375px;
  height: 50px;
  color: #000;
  background-color: #f3fcfc;
  border: 1px #000;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 25px;
}

.text-field::-ms-input-placeholder {
  color: #000;
  font-size: 21px;
}

.text-field::placeholder {
  color: #000;
  font-size: 21px;
}

.submit-button {
  height: 50px;
  background-color: #10405b;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.div-block-312631 {
  height: 60px;
  background-color: #f3fcfc;
  border-radius: 50px;
  align-items: center;
  padding-right: 10px;
  display: flex;
  box-shadow: 0 0 20px #c7c6c6;
}

.h4-2 {
  color: #333;
  font-family: Marcellussc, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

.h-3 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.h-3._2 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.grid-2 {
  width: 57%;
  height: 395px;
  max-width: 340px;
  background-image: url('../images/flor-apt-living-2-hero.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px #10405b;
  border-top-right-radius: 200px;
  position: absolute;
  top: -1px;
  right: 0;
  overflow: hidden;
}

.grid-2._1 {
  width: 100%;
  position: static;
}

.header-box {
  display: flex;
}

.grid-icon {
  width: 50px;
  height: 50px;
  background-color: #10405b;
  background-image: url('../images/interactive.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50px;
  margin-right: 25px;
}

.grid-icon._3 {
  background-image: url('../images/idea.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.grid-icon._2 {
  background-image: url('../images/eye.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.grid-item {
  margin-top: 30px;
  margin-bottom: 15px;
  display: flex;
}

.grid-flex-container {
  width: 100%;
  border-bottom: 1px #d0d8e8;
  flex-flow: row;
  margin-bottom: 0;
  padding-bottom: 60px;
  display: flex;
}

.div-block-302 {
  width: 50px;
  height: 4px;
  background-color: #000;
  background-image: linear-gradient(304deg, #f4d472 43%, #99660d);
  margin-top: 10px;
}

.grid-1 {
  width: 100%;
  height: 395px;
  max-width: 340px;
  background-image: url('../images/upto.webp');
  background-position: 55% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px #d29751;
  border-bottom-left-radius: 150px;
  overflow: hidden;
  box-shadow: -16px 16px 37px -7px rgba(0, 0, 0, .19);
}

.inner-section-2 {
  margin-top: 60px;
  display: block;
}

.grid-colum-right {
  width: 50%;
  padding-left: 50px;
  padding-right: 20px;
  position: relative;
}

.paragraph-12 {
  color: #242424;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.container-59 {
  max-width: 1300px;
}

.header-wrap-2 {
  margin-left: 10px;
  margin-right: 10px;
}

.grid-column-left4 {
  width: 50%;
  min-height: 500px;
  align-items: center;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.grid-right {
  flex: 1;
}

.features {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(239, 250, 251, .91), rgba(239, 250, 251, .91)), url('../images/want-a-perfect-office-space-for-your-company-it-is-ready-here.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, scroll, scroll;
  padding: 60px 20px 100px;
  position: static;
}

.points-div {
  width: 31%;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 28px;
  display: flex;
  box-shadow: 0 7px 40px -15px #c2e0ff;
}

.points-div.other {
  width: 100%;
  height: 250px;
  box-shadow: none;
  background-color: #fff;
  border: 1.5px #408dda;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.points-div.other.left {
  margin-left: 40px;
}

.bold-text-23 {
  color: #ed1c24;
  font-family: Montserrat, sans-serif;
}

.container-57 {
  max-width: 1400px;
}

.heading-120 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 60px;
}

.bold-text-22 {
  color: #919294;
}

.text-block-84 {
  color: #ff5e14;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}

.text-block-84.hide {
  display: none;
}

.text-span-75 {
  opacity: .08;
  font-size: 100px;
  line-height: 200px;
}

.link-visas {
  width: 31%;
  text-decoration: none;
}

.link-visas:hover {
  text-decoration: none;
}

.main-div-points {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: stretch;
  margin: 60px auto 80px;
  display: flex;
}

.main-div-points.other {
  margin-top: 60px;
  margin-bottom: 40px;
}

.main-div-points.other.top-p {
  justify-content: center;
  margin-top: 0;
}

.heading-116 {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 50px;
}

.icon-point {
  width: 50px;
  height: 50px;
}

.heading-119 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  position: absolute;
  top: auto;
  bottom: 39%;
  left: 0%;
  right: auto;
}

.div-point-bg {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.points-heading-div {
  margin-top: 20px;
}

.paragraph-201 {
  color: #807a7a;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.paragraph-201.widt-p {
  max-width: 1150px;
  color: #fff;
  text-align: center;
  max-width: 1150px;
  color: #fff;
  text-align: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-31313 {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-31311 {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: static;
}

.div-block-31311.hide {
  display: none;
}

.image-33 {
  opacity: 1;
}

.div-block-31308 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.div-block-31316 {
  width: 100%;
  height: 150px;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-271 {
  width: 100%;
}

.div-block-631 {
  width: 100%;
  align-items: flex-start;
  display: flex;
}

.div-block-31312 {
  width: 30%;
  height: 50vh;
  border: 2px solid #ed1c24;
  border-color: #000 #ed1c24 #ed1c24 #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.paragraph-202 {
  color: #505050;
  text-align: justify;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.text-span-128 {
  color: #e0b34e;
  text-transform: capitalize;
  font-family: Marcellussc, sans-serif;
  font-size: 80px;
  line-height: 88px;
}

.div-block-31309 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-31309.widt {
  width: 100%;
}

.points-head {
  color: #242424;
  text-align: center;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.heading-121 {
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Marcellussc, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.body-2 {
  font-family: Marcellussc, sans-serif;
}

.heading-7234 {
  color: #fff;
  text-transform: uppercase;
  font-family: PT Serif, serif;
  font-size: 40px;
  line-height: 50px;
}

.link-141 {
  color: #eed96c;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: PT Serif, serif;
  font-size: 21px;
  line-height: 25px;
  text-decoration: none;
}

.div-block-312632 {
  width: 100%;
  height: 100%;
  flex-direction: row;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.div-block-312632.one {
  max-width: 1300px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 40px;
}

.nav-menu-2 {
  display: flex;
}

.cnc-navigation-2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
  position: fixed;
}

.bold-text-329 {
  font-weight: 400;
}

.div-block-312633 {
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-312633._1 {
  margin-top: 100px;
}

.brand-2 {
  width: 25%;
  top: 15px;
}

.image-32600 {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-15604 {
  color: #d29751;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}

.adison-bredcrumb-section {
  height: 40vh;
  background-color: #10405b;
  background-image: url('../images/bredcrumb1.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  position: relative;
}

.link-140 {
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
  font-size: 21px;
  line-height: 25px;
  text-decoration: none;
}

.navlink-2 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
}

.navlink-2:hover, .navlink-2.w--current {
  color: #f8981d;
}

.div-block-312634 {
  width: 100%;
  max-width: 1300px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.div-block-312634._2 {
  justify-content: center;
  margin-top: 0;
}

.image-32601 {
  opacity: 1;
  position: relative;
}

.bold-text-330 {
  color: #fff;
}

.bold-text-331 {
  font-weight: 400;
}

.adison-about-section {
  height: 75vh;
  background-color: #fff;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.adison-container {
  max-width: 1300px;
  justify-content: space-between;
  display: block;
}

.div-block-312635 {
  width: 100%;
  height: 70vh;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-312636 {
  width: 48%;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.paragraph-2205 {
  color: #242424;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.paragraph-2205._1 {
  text-align: left;
}

.paragraph-2206, .paragraph-2207, .paragraph-2208 {
  color: #242424;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.div-block-312637 {
  width: 60%;
  height: 715px;
  background-color: #effafb;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 6px;
  left: 124px;
}

.div-block-312638 {
  width: 350px;
  height: 350px;
  background-image: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('../images/santiago-calatrava-1548506_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 100%;
  position: relative;
  left: -119px;
}

.image-32602 {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.div-block-312639 {
  width: 300px;
  height: 500px;
  border-radius: 130px;
  position: absolute;
  left: -111px;
  overflow: hidden;
}

.image-32603 {
  width: 100%;
  height: 100%;
  border-radius: 130px;
}

.div-block-312640 {
  width: 250px;
  height: 275px;
  background-image: url('../images/banner_4.jpg');
  background-position: 50%;
  background-size: cover;
  position: static;
  top: 56px;
  left: 299.359px;
  overflow: hidden;
}

.div-block-312640:hover {
  background-image: url('../images/banner_4.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-312641 {
  width: 250px;
  height: 250px;
  background-image: url('../images/soob1-1920w.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  overflow: hidden;
}

.adison-vission-section {
  background-color: #fff;
  padding: 60px 20px;
}

.div-block-312642 {
  width: 60%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-312644 {
  width: 45%;
  height: 275px;
  background-color: #effafb;
  border: 1px solid #cfcfcf;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.div-block-312644.bottom {
  margin-top: 40px;
}

.div-block-312644.bottom._1 {
  background-color: rgba(239, 250, 251, .91);
}

.div-block-312644.center-div {
  width: 100%;
  background-image: url('../images/The-Top-Commercial-Real-Estate-Due-Diligence-Mistakes.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.div-block-312644.one {
  width: 100%;
  background-image: url('../images/downto.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  margin-top: 40px;
  overflow: hidden;
}

.div-block-312644._1 {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.heading-7238 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

.heading-7238._1 {
  color: #fff;
}

.image-32604 {
  filter: sepia();
}

.div-block-312645 {
  width: 40%;
  padding-left: 40px;
}

.heading-7239 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}

.div-block-312646 {
  width: 100%;
  height: 300px;
  background-image: url('../images/hh.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  overflow: hidden;
}

.div-block-312647 {
  width: 100%;
  display: flex;
}

.heading-7240 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
}

.div-block-312648 {
  width: 70%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-32605, .image-32606, .image-32607 {
  width: 50px;
}

.heading-7241 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 50px;
}

.text-span-129 {
  color: #e0b34e;
  font-family: Great Vibes, cursive;
  font-size: 80px;
  line-height: 88px;
}

.adison-service-section {
  background-color: #fff;
  padding: 60px 20px 100px;
}

.adison-service-section.c1 {
  background-color: #effafb;
  padding-top: 60px;
  padding-bottom: 100px;
}

.div-block-312649 {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.div-block-312649.reverse, .div-block-312649.reverse1 {
  flex-direction: row-reverse;
}

.div-block-312650 {
  width: 40%;
}

.paragraph-2209 {
  color: #000;
  text-align: left;
  font-family: Marcellussc, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.div-block-312651 {
  width: 58%;
}

.div-block-312651._1 {
  width: 48%;
}

.heading-7242 {
  margin-bottom: 10px;
  font-family: Marcellussc, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.div-block-312652 {
  width: 70%;
  height: 0%;
  background-image: url('../images/Real\ Estate1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-312652.one {
  background-image: url('../images/Financial\ Consulting.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-312652.one._2 {
  margin-left: 40px;
  margin-right: auto;
}

.div-block-312652.one._1 {
  background-image: url('../images/ligal1.jpgbuil.jpg');
}

.div-block-312652.second {
  background-image: url('../images/ligal1.jpg');
}

.text-block-15605 {
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
  line-height: 25px;
}

.paragraph-2210 {
  color: #1a1a1a;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.h-3-2 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
}

.div-block-312516 {
  width: 100%;
  padding-top: 20px;
}

.div-block-312653 {
  width: 25px;
  height: 25px;
  background-color: #d29751;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-307 {
  color: #f8981d;
}

.header-wrap {
  text-align: left;
}

.heading-7228 {
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
}

.div-block-312654 {
  margin-top: 25px;
}

.button-3 {
  width: 230px;
  height: 60px;
  background-color: #f8981d;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  line-height: 25px;
  display: flex;
}

.button-3.navigaation-butn {
  width: 157px;
  height: 60px;
  text-transform: uppercase;
  width: 157px;
  height: 60px;
  text-transform: uppercase;
  background-color: #f8981d;
  font-family: PT Serif, serif;
}

.bold-text-332 {
  color: #000;
  font-family: Marcellussc, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.bold-text-333 {
  color: #fff;
  font-family: Marcellussc, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.bold-text-334 {
  color: #000;
  font-family: Marcellussc, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.image-32608 {
  max-width: 0%;
}

.image-32609 {
  width: 100%;
  height: 0;
}

.div-block-312655 {
  width: 0%;
  height: 325px;
  background-image: url('../images/Real\ Estate.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
}

.div-block-312655.one {
  background-image: url('../images/ligal.jpg');
  background-size: cover;
}

.div-block-312655.second {
  background-image: url('../images/ligal-p.jpg1.jpg');
  margin-left: auto;
}

.div-block-312655.second.t {
  background-image: url('../images/Sales.jpg');
}

.div-block-312655.second._2 {
  background-image: url('../images/Legal-Consulting.jpg');
}

.icon-4 {
  color: #fff;
  margin-right: 5px;
  font-family: Marcellussc, sans-serif;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  z-index: 999;
  min-width: 171px;
  background-color: #e0ebf6;
  border-radius: 15px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.nav-content-wrap {
  width: 100%;
  color: #10405b;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  font-family: Marcellussc, sans-serif;
  font-size: 17px;
  line-height: 25px;
  display: flex;
}

.nav-content-wrap.w--current {
  color: #10405b;
}

.dropdown-3 {
  color: #000;
  padding-right: 40px;
}

.dropdown-3._1 {
  padding-right: 0;
}

.dropdown-toggle-3 {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
}

.dropdown-toggle-3.service {
  font-family: Marcellussc, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
}

.link-90 {
  color: #fff;
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
}

.link-90.w--current {
  font-weight: 400;
}

.dropdown-link-1 {
  width: 100%;
  color: #283338;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dropdown-link-1:hover {
  background-color: #fff;
  border-radius: 15px;
}

.div-block-31637 {
  position: absolute;
  top: -2px;
  bottom: auto;
  left: 43%;
  right: auto;
}

.text-block-61 {
  font-family: Marcellussc, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.lottie-animation-13 {
  width: 28px;
}

.link-142 {
  font-family: "Fa 400", sans-serif;
}

.link-143 {
  color: #eed96c;
}

.bold-text-335 {
  text-transform: capitalize;
  font-family: Marcellussc, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.div-block-312656 {
  display: flex;
}

.text-block-15607 {
  color: #10405b;
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.property-tab-link-2 {
  height: 40px;
  opacity: .5;
  color: #10405b;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Marcellussc, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.property-tab-link-2:hover {
  background-color: #fff;
  text-decoration: none;
}

.property-tab-link-2.w--current {
  opacity: 1;
  cursor: default;
  background-color: #fff;
  box-shadow: 0 10px 10px -5px rgba(16, 64, 91, .1);
}

.filter-dropdown-toggle-2 {
  height: 50px;
  color: rgba(16, 64, 91, .5);
  background-color: #effafb;
  border-radius: 20px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.filter-dropdown-toggle-2:hover {
  background-color: rgba(94, 204, 211, .5);
}

.nav-content-wrap-4 {
  width: 100%;
  color: #10405b;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  font-size: 17px;
  line-height: 25px;
  display: flex;
}

.nav-content-wrap-4.w--current {
  color: #58bb09;
}

.featured-tag-2 {
  height: 30px;
  color: #10405b;
  background-color: #eed96c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.text-block-15608 {
  color: #d29751;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}

.clear-filter-button-2 {
  min-height: 50px;
  opacity: .5;
  color: #10405b;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #10405b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1), transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.clear-filter-button-2:hover {
  background-color: rgba(94, 204, 211, .1);
  text-decoration: none;
  transform: scale(.95);
}

.adison-bredcrumb-section-2 {
  height: 40vh;
  background-color: #10405b;
  background-image: url('../images/breadcrumbs.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  position: relative;
}

.filter-dropdown-list-2 {
  z-index: 3;
  background-color: #effafb;
  border-radius: 20px;
  display: block;
  top: 55px;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 20px 40px -12px rgba(16, 64, 91, .2);
}

.listing-card-price-2 {
  height: 44px;
  color: #fff;
  background-color: #eed96c;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 5px 16px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -22px;
  left: 12px;
  right: auto;
  box-shadow: 0 10px 20px -6px rgba(94, 204, 211, .5);
}

.rangeslider-fill-2 {
  width: 20%;
  height: 100%;
  background-color: #5eccd3;
  position: absolute;
}

.button-4 {
  min-height: 60px;
  text-align: center;
  cursor: pointer;
  background-color: #10405b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button-4:hover {
  text-decoration: none;
  transform: scale(.95);
}

.button-4.filter-button {
  min-height: 50px;
  color: #10405b;
  background-color: #eed96c;
  margin-right: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.filter-dropdown-list-inner-2 {
  color: #10405b;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
}

.filter-dropdown-list-inner-2._1 {
  display: none;
}

.adisan-footer-section-2 {
  background-color: #10405b;
  background-image: linear-gradient(rgba(16, 64, 91, .77), rgba(16, 64, 91, .77)), url('../images/property-search.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 20px;
  position: relative;
}

.purpose-tag-2 {
  height: 30px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-transform: capitalize;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  box-shadow: 0 5px 20px rgba(16, 64, 91, .1);
}

.rangeslider-handle-2 {
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: grab;
  background-color: #fff;
  border: 6px solid #5eccd3;
  border-radius: 50%;
  position: absolute;
}

.rangeslider-handle-2:focus {
  background-color: #5eccd3;
}

.filter-form-wrapper-2 {
  background-color: #fff;
  border-radius: 30px;
  flex: 1;
  margin-bottom: 0;
  padding: 40px;
}

.listing-card-2 {
  height: 100%;
  color: #10405b;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  padding: 10px 10px 20px;
  text-decoration: none;
  transition: transform .8s cubic-bezier(.23, 1, .32, 1), box-shadow .8s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  box-shadow: 0 30px 40px -20px rgba(94, 204, 211, .5);
}

.listing-card-2:hover {
  text-decoration: none;
  transform: translate(0, 5px);
  box-shadow: 0 15px 30px -15px rgba(94, 204, 211, .5);
}

.empty-state-2 {
  display: none;
}

.checkbox-field {
  padding-left: 30px;
}

.checkbox {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 8px;
}

.checkbox-label {
  padding-left: 10px;
  font-family: Marcellussc, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.image-36 {
  margin-left: 10px;
  font-size: 25px;
  line-height: 44px;
}

.property-content {
  width: 350px;
  background-color: #fff;
  border-bottom: 0 solid #ebe5e5;
  padding: 10px 20px;
}

.div-block-68 {
  width: 355px;
  height: 55px;
  opacity: 0;
  background-color: #506b00;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-69 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-209 {
  margin-top: 60px;
}

.div-block-70 {
  width: 350px;
  background-color: #f8f8f8;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.houses {
  max-width: 1200px;
  justify-content: space-around;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
  display: flex;
}

.houses.hide {
  display: none;
}

.folllowers {
  color: #06223f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
}

.folllowers.contact {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.text-block-6 {
  color: #4a88df;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-6.bold {
  color: #10405b;
  color: #eed96c;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
}

.text-block-64 {
  color: #10405b;
  text-transform: none;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: underline;
}

.sale-property {
  max-width: 2200px;
  background-color: #f8f8f8;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 100px;
}

.sale-property.properties {
  background-color: rgba(239, 250, 251, .49);
  padding-top: 60px;
}

.project-txt {
  color: #2ca62d;
  background-color: #def0de;
  border-radius: 20px;
  padding: 4px 8px;
  font-family: Lato, sans-serif;
}

.project-txt.past {
  color: #eed96c;
  background-color: #10405b;
  padding: 10px;
  font-size: 17px;
  line-height: 25px;
}

.link-block {
  height: 360px;
  text-decoration: none;
}

.link-block:hover {
  filter: saturate(150%);
  text-decoration: none;
}

.link-block.opacity {
  opacity: 0;
  overflow: hidden;
}

.div-block-208 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.heading-7243 {
  color: #060c14;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellussc, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.image-margin {
  border-radius: 6px;
  margin-top: 0;
}

.text-block-162 {
  color: #4a5568;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.card-box {
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 2px 12px 13px -5px #e4e4e4;
}

.link-144 {
  color: #10405b;
}

.accordions {
  z-index: 50;
  width: 100%;
  height: 450px;
  color: #fff;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.style-sllider {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.image-container {
  z-index: -1;
  width: 100%;
  height: 450px;
  border-radius: 21px;
  align-items: flex-end;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.div-block-2169 {
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: none;
}

.spacer {
  width: 100%;
  height: 10px;
}

.product-detail {
  padding: 0 20px 60px;
}

.heading-7117 {
  color: #4a88df;
  font-family: Bitter, serif;
  font-weight: 400;
}

.button-wrap {
  width: 20%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.flex-fix {
  flex: 1;
}

.div-block-2167 {
  width: 100%;
  max-width: 1300px;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('../images/J-Minhas-section-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.accordion {
  width: 7%;
  height: 100%;
  color: #fff;
  background-color: #10405b;
  border-radius: 21px;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.accordion.active {
  width: 58%;
  background-color: rgba(99, 96, 96, 0);
  border-radius: 10px;
}

.numbers {
  z-index: 10;
  width: 60px;
  height: 60px;
  color: #10405b;
  background-color: #eed96c;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  position: relative;
}

.button-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-5:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-5.white-outline {
  background-color: #4a88df;
  border-style: solid;
  border-color: #4a88df;
}

.button-5.white-outline:hover {
  color: #130600;
  background-color: #fff;
  border-color: #130600;
}

.button-text {
  z-index: 10;
  position: relative;
}

.div-block-2182 {
  width: 90%;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.accordion-header {
  z-index: 10;
  width: 8vw;
  height: 100%;
  opacity: 1;
  border-left: 1px solid #888585;
  border-radius: 21px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 35px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.image-cover-2 {
  width: 100vw;
  height: 100%;
  max-height: 80vh;
  max-width: 100vw;
  opacity: 1;
  object-fit: cover;
  transform: rotate(0);
}

.in-other-veiws.desktop-hide {
  display: none;
}

.paragraph-2211 {
  height: auto;
  color: #060c14;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-2211.center {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}

.paragraph-2211.special {
  background-color: #e7f5ff;
  border-left: 5px solid #6bb3e4;
  padding-left: 20px;
}

.paragraph-2211.special.spring {
  width: 24%;
  height: 150px;
  border-left-color: #10405b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.accordion-label {
  width: 100%;
  min-width: 600px;
  color: #fff;
  text-align: center;
  letter-spacing: -3px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  font-size: 40px;
  line-height: 120%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
}

.accordion-label.show-mvp {
  display: none;
}

.div-block-2166 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.div-block-2163 {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.wrapper-3 {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-145 {
  color: #10405b;
  text-align: left;
  font-family: Marcellussc, sans-serif;
  font-size: 21px;
}

.bold-text-336 {
  justify-content: center;
  align-items: center;
  font-weight: 400;
}

.bold-text-337 {
  font-weight: 400;
}

.div-block-312657 {
  width: 0%;
  height: 7px;
  background-color: #10405b;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-312658, .div-block-312659 {
  display: none;
}

.div-block-312660 {
  width: 100%;
  max-width: 1300px;
  justify-content: space-between;
  padding-left: 30px;
  display: flex;
}

.div-block-312661 {
  width: 48%;
  height: 400px;
  border-radius: 21px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 0 20px -7px rgba(94, 204, 211, .8);
}

.heading-7244 {
  text-transform: none;
  font-family: Marcellussc, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.paragraph-2212 {
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.div-block-312662 {
  width: 48%;
  flex-direction: column;
  padding-top: 40px;
}

.heading-7245 {
  text-transform: none;
  padding-left: 20px;
  font-family: Marcellussc, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.div-block-312663 {
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-312664 {
  width: 48%;
  height: 57px;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  display: flex;
  box-shadow: -1px 5px 7px -2px rgba(94, 204, 211, .8);
}

.text-block-15609 {
  color: rgba(94, 204, 211, .8);
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.div-block-312665 {
  width: 30px;
  height: 30px;
  background-color: rgba(94, 204, 211, .16);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-7246 {
  font-size: 40px;
  line-height: 50px;
}

.bold-text-338 {
  font-weight: 400;
}

.bold-text-339 {
  font-family: Marcellussc, sans-serif;
}

.image-32610 {
  box-shadow: none;
}

.div-block-312666, .div-block-312667, .div-block-312668 {
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
  overflow: hidden;
}

.div-block-312669 {
  width: 66.3%;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
  overflow: hidden;
}

.div-block-312670 {
  width: 406px;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
  overflow: hidden;
}

.div-block-312671 {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.link-146, .link-147, .link-148, .link-149 {
  color: #fff;
}

.div-block-312672, .div-block-312673 {
  overflow: hidden;
}

.div-block-312674 {
  width: 57%;
  overflow: hidden;
}

.div-block-312675 {
  height: 275px;
  position: absolute;
  top: 129px;
  left: 260.312px;
  overflow: hidden;
}

.div-block-312676 {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  position: absolute;
  top: 418px;
  left: 230.312px;
  overflow: hidden;
}

.div-block-312677, .div-block-312678 {
  width: 45%;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
}

.div-block-312679 {
  border-radius: 100px;
  overflow: hidden;
}

.text-span-130 {
  color: #eed96c;
}

.heading-7247 {
  color: #10405b;
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.link-150 {
  color: #000;
  font-weight: 700;
}

.text-span-131, .link-151 {
  color: #000;
}

.heading-7249 {
  color: #f8981d;
  margin-top: 10px;
  font-family: PT Serif, serif;
  font-size: 20px;
  line-height: 28px;
}

.div-block-312717 {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-7250 {
  color: #10405b;
  font-family: PT Serif, serif;
  font-size: 50px;
  line-height: 58%;
}

.text-span-3 {
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.div-block-312711 {
  height: 30vh;
  border-top: 5px solid #e0b34e;
  border-left: 5px solid #e0b34e;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.slide-nav-6 {
  display: none;
}

.heading-7251 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
}

.container-1289 {
  max-width: 1300px;
}

.image-32618 {
  width: 100%;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.section-232 {
  background-image: linear-gradient(rgba(255, 255, 255, .57), rgba(255, 255, 255, .57)), url('../images/cnc-laser-cutting-of-metal-modern-industrial-tech-2022-02-02-04-49-08-utc-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 60px 20px;
}

.div-block-312721 {
  height: 30vh;
  border-bottom: 5px solid #e0b34e;
  border-right: 5px solid #e0b34e;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 20px;
}

.icon-28 {
  color: #000;
}

.paragraph-2217 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.div-block-312713 {
  width: 45%;
  border-radius: 20px;
}

.right-arrow-5 {
  display: none;
}

.div-block-312714 {
  height: 35vh;
}

.div-block-312719 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.button-211175 {
  background-color: #f8981d;
  padding: 10px 30px;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 28px;
}

.icon-25 {
  color: #000;
}

.div-block-312708 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slide-25 {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-312710 {
  width: 40%;
  height: 70vh;
  margin-left: 10px;
}

.div-block-312718 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-312718._417 {
  width: 100%;
}

.div-block-312712 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-11 {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-312720 {
  width: 50%;
}

.heading-7248 {
  color: #f8981d;
  font-family: PT Serif, serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
}

.slider-10 {
  height: 70vh;
  background-color: rgba(0, 0, 0, 0);
}

.left-arrow-5 {
  display: none;
}

.div-block-312709 {
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-231 {
  color: rgba(0, 0, 0, 0);
  padding: 60px 20px;
}

.div-block-312716 {
  background-color: #e0e0e0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 10px;
  display: flex;
}

.image-32619 {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.div-block-312722 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.div-block-312723 {
  width: 80%;
}

.heading-7252 {
  text-align: center;
  font-family: Marcellussc, sans-serif;
  font-size: 35px;
  line-height: 43px;
}

.div-block-312724 {
  width: 90%;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-312725 {
  width: 24%;
  padding-right: 0;
}

.div-block-312725._5896 {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.div-block-312725._5858 {
  padding-right: 0;
}

.image-32620 {
  border-radius: 10px;
}

.heading-7253 {
  color: #10405b;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 26px;
}

.text-span-132 {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-2218 {
  color: #2c2e30;
  font-size: 17px;
  line-height: 25px;
}

.div-block-312727, .div-block-312728, .div-block-312729, .div-block-312730 {
  padding-top: 10px;
}

.text-block-15610 {
  line-height: 149%;
}

.text-block-15611 {
  margin-left: 10px;
  font-size: 17px;
  line-height: 25px;
}

.text-block-15612 {
  text-transform: lowercase;
}

.text-block-15613 {
  width: 230px;
  text-align: left;
  margin-left: 10px;
  font-size: 17px;
  line-height: 25px;
}

.text-block-15614, .text-block-15615, .text-block-15616 {
  margin-left: 10px;
  font-size: 17px;
  line-height: 25px;
}

.text-block-15617 {
  width: 230px;
  text-align: left;
  margin-left: 10px;
  font-size: 17px;
  line-height: 25px;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

.text-block-15618 {
  max-width: 200px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.text-block-15619 {
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.text-block-15620 {
  margin-left: 10px;
  font-size: 17px;
  line-height: 25px;
}

.text-block-15621 {
  max-width: 200px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.text-block-15622 {
  max-width: 200px;
  margin-left: 10px;
  font-size: 17px;
  line-height: 25px;
}

.text-block-15623 {
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

._1.hide1 {
  display: none;
}

.heading-7254 {
  font-family: Marcellussc, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.fixed-chat-bolt.hide {
  z-index: 1000;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 18%;
  left: auto;
  right: 2%;
}

.text-block-65 {
  color: #06223f;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

.div-block-925 {
  border: 1px solid #dc1a2a;
  border-radius: 100px;
  padding: 3px;
}

.div-block-312436 {
  width: 80%;
  justify-content: center;
  display: flex;
}

.whatsapp-wrapper-2 {
  width: 50px;
  height: 50px;
  background-color: #00e676;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.xbutton {
  cursor: pointer;
  position: absolute;
  top: 9%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.link-block-26 {
  text-decoration: none;
}

.link-block-26.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.chat-bolt-div {
  width: 200px;
  height: 80px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  padding: 9px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 2%;
  box-shadow: 0 0 12px -4px #b1b1b1;
}

.navlink-3 {
  font-family: Marcellussc, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
}

.navlink-3:hover {
  color: #eed96c;
}

.navlink-3.w--current {
  color: #f8981d;
}

.mobile-navigation {
  background-color: #10405b;
  padding-top: 0;
  display: none;
}

.container-1290 {
  max-width: 1300px;
  justify-content: space-between;
  align-items: center;
}

.pointer-3 {
  z-index: 20;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: -2%;
  bottom: auto;
  left: 0%;
  right: 4%;
  transform: rotate(45deg);
}

.nav-content-wrap-5 {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5px;
  padding-left: 0;
  display: flex;
}

.dropdown-6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-15624, .icon-24 {
  color: #fff;
}

.heading-7255 {
  font-family: Marcellussc, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.bold-text-340 {
  font-weight: 400;
}

.div-block-313403 {
  width: 100%;
}

.div-block-313404 {
  width: 100%;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
}

.text-block-15786 {
  color: #fff;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.text-block-15786:hover {
  color: #f9ab22;
}

.link-183 {
  color: #fff;
  font-family: Marcellussc, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.link-183:hover {
  color: #eed96c;
  text-decoration: none;
}

.text-span-94 {
  padding-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.bold-text-341 {
  font-weight: 400;
}

.text-block-15787 {
  color: #eed96c;
  transform-style: preserve-3d;
  font-family: "Fa solid 900", sans-serif;
  transform: rotateX(0)rotateY(163deg)rotateZ(0);
}

.link-184 {
  color: #fff;
}

.link-184:hover {
  color: #eed96c;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .adison-filter-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-wrapper {
    width: 70%;
  }

  .div-block-312365 {
    justify-content: space-around;
  }

  .div-block-312601 {
    top: 11%;
  }

  .image-32596 {
    height: 95%;
  }

  .footer-flex-container-7 {
    margin-top: 20px;
  }

  .line-separator {
    margin-bottom: 20px;
  }

  .h-3 {
    color: #000;
  }

  .div-block-302 {
    background-image: linear-gradient(135deg, #f4d472 57%, #99660d 71%);
  }

  .h-3-2 {
    color: #000;
  }

  .div-block-2167 {
    max-width: none;
  }

  .div-block-2163 {
    width: 100%;
  }

  .wrapper-3 {
    justify-content: space-around;
  }
}

@media screen and (min-width: 1440px) {
  .adison-filter-section {
    padding-top: 170px;
    padding-bottom: 60px;
  }

  .adison-filter-section.property {
    margin-top: 100px;
  }

  .home-hero-wrapper {
    width: 65%;
  }

  .agent-photo {
    max-width: 29%;
  }

  .div-block-312365 {
    justify-content: space-around;
  }

  .navigation-dropdown-3.w--open {
    right: -93.578px;
  }

  .section-5 {
    z-index: 0;
    padding-bottom: 60px;
  }

  .div-block-312601 {
    width: 52.5%;
    top: 9%;
    left: -13%;
  }

  .image-32596 {
    height: 96%;
  }

  .div-block-312613 {
    width: 425px;
  }

  .footer-container {
    overflow: visible;
  }

  .div-block-312633 {
    padding-left: 0;
  }

  .div-block-312634 {
    width: 100%;
    justify-content: center;
    padding-left: 0;
  }

  .div-block-312634._2 {
    width: 25%;
  }

  .folllowers {
    margin-top: 20px;
  }

  .div-block-2167 {
    max-width: none;
  }

  .div-block-312669 {
    width: 67.7%;
  }

  .chat-bolt-div {
    z-index: 999;
    height: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .adison-filter-section {
    padding-top: 220px;
    padding-bottom: 60px;
  }

  .container, .container.centered {
    max-width: 1400px;
  }

  .home-hero-wrapper {
    width: 65%;
    align-items: center;
    padding-left: 20px;
  }

  .home-hero-left {
    left: 0;
  }

  .properties-filter-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .agent-photo {
    left: 72px;
  }

  .agent-photo._1 {
    left: 89px;
  }

  .div-block-31334 {
    margin-left: 0;
  }

  .div-block-312365 {
    justify-content: space-around;
  }

  .link-25._1:hover {
    color: #bd9300;
    color: #bd9300;
  }

  .container-5 {
    max-width: 1400px;
  }

  .section-5 {
    padding-top: 140px;
    padding-bottom: 0;
  }

  .adisan-container {
    max-width: 1400px;
  }

  .div-block-312601 {
    width: 50%;
    top: 9%;
    left: -3%;
  }

  .image-32596 {
    width: 85%;
    height: 93%;
  }

  .div-block-312602 {
    padding-left: 140px;
  }

  .div-block-312603 {
    width: 70%;
  }

  .div-block-312607 {
    width: 100%;
  }

  .div-block-312608 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .div-block-312613 {
    width: 458px;
  }

  .link-block-54, .link-block-54.w--current {
    width: 50%;
  }

  .footer-container {
    max-width: 1400px;
  }

  .grid-2 {
    top: -28px;
  }

  .container-59, .main-div-points.other {
    max-width: 1400px;
  }

  .heading-121 {
    padding-left: 240px;
  }

  .div-block-312633 {
    max-width: 1400px;
  }

  .div-block-312634 {
    max-width: 1400px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .div-block-312634._2 {
    justify-content: center;
    padding-left: 0;
  }

  .adison-about-section {
    height: 66vh;
  }

  .adison-container {
    max-width: 1400px;
  }

  .div-block-312635 {
    align-items: center;
  }

  .div-block-312636 {
    width: 50%;
  }

  .div-block-312637 {
    height: 750px;
    top: -38px;
    left: 312px;
  }

  .div-block-312640 {
    top: 134px;
  }

  .div-block-312641 {
    top: 465px;
  }

  .nav-content-wrap, .dropdown-toggle-3 {
    font-weight: 700;
  }

  .link-90 {
    font-weight: 400;
  }

  .nav-content-wrap-4 {
    font-weight: 700;
  }

  .text-block-6.bold {
    color: #4a88df;
    color: #4a88df;
  }

  .heading-7243 {
    color: #060c14;
  }

  .style-sllider {
    max-width: 1250px;
  }

  .div-block-2169 {
    margin-left: auto;
    margin-right: auto;
  }

  .product-detail {
    padding-top: 0;
  }

  .div-block-2167 {
    background-image: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('../images/J-Minhas-section-2.jpg');
    background-position: 0 0, 0%;
  }

  .div-block-312660 {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-312669 {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
  }

  h2 {
    font-size: 50px;
  }

  .adison-filter-section {
    padding: 20px 20px 60px;
  }

  .adison-filter-section.gradient-first-section {
    height: 70vh;
  }

  .adison-filter-section.white-section {
    padding-bottom: 60px;
  }

  .adison-filter-section.founder-section {
    flex-direction: column;
    padding: 60px 0%;
    display: flex;
  }

  .adison-filter-section.partner-section {
    padding-bottom: 200px;
  }

  .adison-filter-section.our {
    padding-top: 40px;
  }

  .container.centered {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-wrapper {
    width: 100%;
    height: 300px;
    flex-direction: column;
    justify-content: center;
  }

  .home-hero-left {
    width: 100%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .properties-filter-wrapper {
    width: 100%;
    flex-direction: row-reverse;
    padding-top: 40px;
  }

  .properties-filter-wrapper.hide {
    display: none;
  }

  .home-hero-img-wrapper {
    width: 60%;
    height: 70vh;
    margin-top: -210px;
    margin-left: 40px;
    margin-right: -20px;
  }

  .home-hero-img-wrapper.small {
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .home-hero-numbers {
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .header-link {
    color: #fff;
    text-align: center;
    margin-left: 0;
    padding: 20px 5%;
    font-size: 20px;
  }

  .header-link.w--current {
    color: #eed96c;
    border-bottom-style: none;
  }

  .header-menu {
    background-color: #10405b;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 60px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
  }

  .button.header-button {
    color: #10405b;
    background-color: #eed96c;
    align-self: center;
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .home-map-wrapper {
    display: none;
  }

  .home-locations-block {
    margin-bottom: -80px;
  }

  .loactions-list-item {
    padding: 10px;
  }

  .location-link {
    border-radius: 20px;
  }

  .location-link-overlay {
    border-radius: 20px;
    padding: 20px;
  }

  .location-link-overlay-text {
    font-size: 20px;
  }

  .location-link-hover {
    display: none;
  }

  .grid-2-col {
    max-width: 700px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .why-image-el {
    display: none;
    bottom: -20%;
    right: -24%;
  }

  .why-image-el.small {
    bottom: -9%;
    right: 26%;
  }

  .agent-list-item {
    margin-bottom: 40px;
  }

  .agent-list-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .agent-quote {
    font-size: 16px;
  }

  .listings-wrapper {
    flex-direction: column;
    margin-top: 170px;
  }

  .listings-list {
    width: 50%;
    margin-bottom: 40px;
  }

  .listing-item {
    width: 100%;
    flex: none;
  }

  .testimonial-slider {
    width: 90%;
  }

  .footer-links-col {
    min-width: 0;
  }

  .menu-button {
    color: #fff;
    background-color: #10405b;
    border-radius: 20px;
  }

  .menu-button.w--open {
    background-color: #5eccd3;
  }

  .filter-form {
    flex-wrap: wrap;
  }

  .filter-price-wrapper {
    width: 100%;
    flex: none;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .listing-hero-inner {
    width: 100%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .property-hero-wrapper {
    flex-direction: column;
  }

  .property-description-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .property-info-block {
    margin-bottom: 30px;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .agent-card {
    display: none;
  }

  .form-fields-wrap {
    flex-direction: column;
  }

  .form-field-wrap {
    padding-top: 0;
  }

  .agent-form-block {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .agent-form-fields {
    margin-top: 30px;
  }

  .agent-form-info {
    margin-bottom: 20px;
  }

  .additional-listings-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: -40px;
    margin-left: -5%;
    margin-right: -5%;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: auto;
  }

  .additional-listing-item {
    width: 340px;
    flex: none;
  }

  .filter-form-top {
    flex-wrap: wrap;
  }

  .founder-quote {
    width: 37%;
    font-size: 17px;
  }

  .agent-photo {
    top: -35px;
    left: 18px;
  }

  .agent-photo._1 {
    margin-top: 0;
    top: -134px;
    left: 12px;
  }

  .founder-info {
    width: 92%;
    bottom: 4px;
    left: 5px;
  }

  .grid-12-col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .sg-blocks {
    grid-template-columns: 1fr 1fr;
  }

  .sg-class-wrap {
    width: 100%;
  }

  .sg-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .values-list {
    grid-column-gap: 40px;
  }

  .value {
    max-width: 28%;
  }

  .contact-form-block {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-form-fields {
    margin-top: 30px;
  }

  .heading-2 {
    margin-bottom: 0;
    padding-left: 100px;
    font-size: 50px;
    line-height: 60px;
  }

  .heading-2.mobile {
    text-align: center;
    display: none;
    left: 0;
  }

  .button-2._2 {
    margin-top: 20px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-312594 {
    flex-direction: column;
  }

  .image-32476 {
    border-radius: 0;
  }

  .div-block-31334 {
    width: 250px;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 0 0 20px -4px rgba(121, 121, 121, .24);
  }

  .mask-3 {
    height: auto;
  }

  .slider-27 {
    height: 25vh;
    margin-top: 20px;
    display: none;
  }

  .div-block-312365 {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .slide-nav-21 {
    top: 236px;
    left: -51px;
  }

  .right-arrow-25 {
    top: 100%;
    left: 10%;
  }

  .left-arrow-25 {
    top: 100%;
    right: 41px;
  }

  .link-25 {
    color: #000;
  }

  .div-block-312595 {
    width: 100%;
  }

  .menu-button-2 {
    background-color: #eed96c;
    margin-top: 20px;
  }

  .menu-button-2.w--open {
    background-color: #eed96c;
  }

  .dropdown-wrapper-2 {
    position: relative;
  }

  .nav-menu {
    height: 100vh;
    background-color: #fff;
    padding-left: 20px;
  }

  .cnc-navigation {
    display: none;
  }

  .dropdown-5 {
    display: block;
  }

  .dropdown-5._1 {
    padding-left: 20px;
    display: block;
  }

  .icon-27 {
    color: #10405b;
  }

  .div-block-312566 {
    z-index: 99999;
  }

  .icon-23, .icon-23._1._2 {
    color: #000;
  }

  .dropdown {
    padding-left: 0;
    padding-right: 40px;
  }

  .nav-content-wrap-3 {
    padding-left: 0;
  }

  .navigation-dropdown-3.w--open {
    left: 5px;
    right: auto;
  }

  .navigation-dropdown-3.left.w--open {
    width: 200px;
    width: 200px;
    width: 200px;
  }

  .section-5 {
    padding-bottom: 220px;
  }

  .div-block-312602 {
    padding-bottom: 40px;
  }

  .image-32597 {
    width: 75%;
  }

  .div-block-312604, .div-block-312605 {
    width: 100%;
  }

  .div-block-312606 {
    flex-direction: column-reverse;
  }

  .div-block-312608 {
    width: 100%;
  }

  .div-block-312612 {
    flex-direction: column;
  }

  .div-block-312613 {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-312613._2, .div-block-312613._3 {
    margin-top: 20px;
  }

  .div-block-312613._3._1 {
    width: 100%;
  }

  .div-block-312613.second {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-flex-container-7 {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .link-block-66 {
    bottom: 21%;
    right: 2%;
  }

  .div-block-31305 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-15126 {
    line-height: 30px;
  }

  .div-block-312617 {
    height: 175px;
  }

  .link-block-54.w--current {
    width: 50%;
  }

  .div-block-30374 {
    width: 100%;
  }

  .footer-heading-8, .footer-heading-8.moovit {
    text-align: left;
  }

  .div-block-30902.inst {
    margin-bottom: 0;
    margin-left: 10px;
  }

  .div-block-30902.twitter {
    margin-top: 10px;
    margin-left: 0;
  }

  .div-block-30902.f {
    margin-right: 10px;
  }

  .div-block-30901 {
    width: 30%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .div-block-312627 {
    flex-direction: column;
    padding-top: 30px;
  }

  .div-block-312628 {
    display: none;
  }

  .div-block-312629 {
    width: 100%;
  }

  .div-block-312630 {
    width: 100%;
    justify-content: center;
    margin-top: 40px;
  }

  .grid-flex-container {
    flex-direction: column;
    margin-bottom: 0;
  }

  .grid-colum-right {
    width: 100%;
  }

  .why-choose-us-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-column-left4 {
    width: 100%;
  }

  .features {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .points-div.other {
    height: 100%;
  }

  .bold-text-22 {
    position: relative;
  }

  .text-span-75 {
    text-align: left;
  }

  .heading-119 {
    font-size: 30px;
    line-height: 38px;
    left: 36%;
  }

  .paragraph-201 {
    text-align: center;
  }

  .paragraph-201.widt-p {
    text-align: justify;
    text-align: justify;
  }

  .div-block-31311 {
    flex-direction: column;
    padding-top: 40px;
  }

  .div-block-31316 {
    height: 100px;
    justify-content: center;
    align-items: center;
  }

  .div-block-631 {
    justify-content: center;
    align-items: center;
  }

  .div-block-31312 {
    width: 90%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
  }

  .paragraph-202 {
    text-align: center;
    font-weight: 400;
  }

  .heading-121 {
    font-size: 30px;
    line-height: 40px;
  }

  .nav-menu-2 {
    height: 100vh;
    background-color: #fff;
    padding-left: 20px;
  }

  .cnc-navigation-2 {
    display: none;
  }

  .brand-2 {
    top: 0;
  }

  .adison-bredcrumb-section {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bredcrumb1.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .adison-about-section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 200px;
  }

  .div-block-312635 {
    flex-direction: column;
  }

  .div-block-312636 {
    width: 100%;
  }

  .div-block-312637 {
    width: 100%;
    top: 89px;
    left: 0;
  }

  .div-block-312638 {
    display: none;
  }

  .div-block-312639 {
    left: 41px;
  }

  .div-block-312640 {
    width: 300px;
    height: 500px;
    border-radius: 130px;
    top: -50px;
    left: auto;
    right: 0;
  }

  .div-block-312641 {
    display: none;
  }

  .div-block-312642 {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-312643 {
    display: none;
  }

  .div-block-312644 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-312644.bottom._1, .div-block-312644.one {
    margin-top: 0;
  }

  .div-block-312645 {
    width: 100%;
    padding-top: 40px;
  }

  .div-block-312647 {
    flex-direction: column;
  }

  .heading-7240 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-312648 {
    width: 100%;
  }

  .div-block-312649 {
    flex-direction: column;
  }

  .div-block-312649.reverse1 {
    display: block;
  }

  .div-block-312650 {
    width: 100%;
    height: 670px;
  }

  .paragraph-2209 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-312651 {
    width: 100%;
  }

  .heading-7242 {
    text-align: center;
  }

  .div-block-312652 {
    width: 40%;
    height: 58%;
  }

  .div-block-312652.one._2 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-312516 {
    width: 100%;
    margin-top: 40px;
    padding-top: 0;
  }

  .div-block-312655 {
    width: 100%;
  }

  .navigation-dropdown {
    position: static;
  }

  .navigation-dropdown.w--open {
    background-image: linear-gradient(169deg, #e0f2ff, #fff), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .nav-content-wrap {
    align-items: flex-start;
    padding-left: 0;
  }

  .dropdown-3 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
  }

  .dropdown-toggle-3.service {
    position: relative;
  }

  .link-90 {
    font-size: 20px;
  }

  .text-block-61 {
    font-family: Lato, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .nav-content-wrap-4 {
    align-items: flex-start;
    padding-left: 0;
  }

  .adison-bredcrumb-section-2 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/banner.b6220be1.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .houses {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .folllowers {
    margin-top: 10px;
    line-height: 35px;
  }

  .sale-property {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sale-property.properties {
    padding-top: 20px;
  }

  .card-box {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-2169 {
    width: 100%;
  }

  .spacer {
    display: none;
  }

  .button-wrap {
    width: 40%;
  }

  .div-block-2167 {
    flex-direction: column;
  }

  .numbers {
    width: 40px;
    height: 40px;
  }

  .div-block-2182 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .in-other-veiws {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .in-other-veiws.desktop-hide {
    margin-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .paragraph-2211 {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 25px;
  }

  .paragraph-2211.special.spring {
    width: 100%;
  }

  .accordion-label.show-mvp {
    padding-left: 24px;
    padding-right: 24px;
    display: none;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .div-block-2163 {
    width: 48.5%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .wrapper-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-312660 {
    flex-direction: column;
    padding-left: 0;
  }

  .div-block-312661 {
    width: 100%;
    height: auto;
  }

  .div-block-312662 {
    width: 100%;
  }

  .div-block-312669 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-312670 {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-312675 {
    height: auto;
    top: -65px;
    left: 382.312px;
  }

  .div-block-312677, .div-block-312678, .div-block-312723 {
    width: 100%;
  }

  .heading-7252 {
    font-family: Marcellussc, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-312724 {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-312725 {
    width: 100%;
  }

  .text-span-133 {
    font-family: Marcellussc, sans-serif;
  }

  .chat-bolt-div {
    height: 100px;
    justify-content: center;
    position: fixed;
    bottom: 10%;
  }

  .navlink-3 {
    font-weight: 400;
  }

  .navlink-3._1 {
    color: #000;
    font-weight: 400;
  }

  .navlink-3._1:hover {
    color: #eed96c;
  }

  .mobile-navigation {
    background-color: #10405b;
    padding: 10px 20px;
    display: block;
  }

  .nav-content-wrap-5 {
    padding-left: 0;
  }

  .dropdown-6 {
    padding-left: 0;
    padding-right: 40px;
  }

  .dropdown-link-8 {
    border-top: 1px solid #f8981d;
    border-bottom: 1px solid #f8981d;
    font-size: 17px;
    line-height: 25px;
  }

  .div-block-312685 {
    width: 30%;
    justify-content: flex-start;
    padding-left: 0;
  }

  .dropdown-list-2 {
    position: relative;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
    box-shadow: 0 0 20px #ececec;
  }

  .dropdown-toggle {
    width: 100%;
    font-weight: 400;
  }

  .dropdown-link-7 {
    font-size: 17px;
    line-height: 25px;
  }

  .text-block-15624 {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
  }

  .dropdown-7 {
    width: 100%;
  }

  .icon-24 {
    color: #000;
    font-size: 17px;
    line-height: 25px;
  }

  .dropdown-link-6 {
    border-top: 1px solid #f8981d;
    border-bottom: 1px solid #f8981d;
    font-size: 17px;
    line-height: 25px;
  }

  .div-block-313403 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-313404 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 170%;
  }

  h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .adison-filter-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .adison-filter-section.gradient-first-section {
    padding-top: 150px;
  }

  .adison-filter-section.cta-section {
    padding-bottom: 40px;
  }

  .adison-filter-section.listing-hero-section {
    padding-top: 150px;
  }

  .adison-filter-section.top {
    padding-top: 140px;
  }

  .adison-filter-section.property-hero-section {
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .adison-filter-section.location-hero-section {
    padding-top: 150px;
  }

  .adison-filter-section.about-hero-section {
    margin-top: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .adison-filter-section.founder-section {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .adison-filter-section.contact-hero-section {
    padding-top: 150px;
    padding-bottom: 160px;
  }

  .home-hero-wrapper {
    justify-content: center;
  }

  .home-hero-left {
    align-items: center;
  }

  .opacity-subtitle {
    margin-bottom: 30px;
  }

  .opacity-subtitle.l {
    margin-bottom: 40px;
    font-size: 20px;
    display: none;
  }

  .properties-filter-wrapper {
    margin-bottom: -50px;
  }

  .home-hero-img-wrapper {
    width: 70%;
    border-radius: 30px;
    margin-top: -100px;
    margin-left: 20px;
  }

  .home-hero-img-wrapper.small {
    width: 50%;
  }

  .home-hero-img {
    border-radius: 30px;
  }

  .home-hero-numbers {
    flex-direction: column;
    flex: none;
  }

  .home-hero-number-item {
    flex: none;
  }

  .vertical-divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }

  .header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button {
    min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .button.filter-button {
    margin-right: 15px;
  }

  .loactions-list-item {
    width: 50%;
  }

  .why-image-el {
    width: 30%;
    border-radius: 40px;
    right: -3%;
  }

  .why-image-el.small {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    right: 32%;
  }

  .preheader {
    min-height: 30px;
    border-radius: 10px;
    margin-bottom: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
  }

  .margin-bottom-40 {
    margin-bottom: 24px;
  }

  .border-button {
    min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .property-tab-pane {
    margin-top: 30px;
  }

  .agent-list-item {
    width: 100%;
  }

  .listings-wrapper {
    margin-top: 370px;
    margin-bottom: 0;
  }

  .listings-list {
    width: 70%;
    margin-bottom: 30px;
  }

  .listing-item {
    width: 100%;
  }

  .listing-card-price {
    height: 40px;
  }

  .testimonial-card {
    background-size: 60px, auto;
    border-radius: 20px;
    padding: 20px;
  }

  .testimonial-message {
    font-size: 20px;
  }

  .cta-block {
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 30px 60px -20px rgba(94, 204, 211, .3);
  }

  .cta-form {
    margin-bottom: 20px;
  }

  .footer-main {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .footer-left-col {
    margin-bottom: 60px;
  }

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

  .footer-links-col {
    margin-left: 0;
    margin-right: 40px;
  }

  .footer-heading {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-menu-link {
    font-size: 14px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    margin-bottom: 10px;
  }

  .menu-button {
    padding: 14px;
  }

  .filter-form-wrapper {
    border-radius: 20px;
    padding: 20px;
  }

  .filter-dropdown {
    margin-right: 0;
  }

  .filter-dropdown-toggle:hover {
    background-color: #effafb;
  }

  .filter-dropdown-list {
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    top: -13px;
  }

  .filter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .property-type-wrapper {
    font-size: 14px;
  }

  .property-location {
    font-size: 18px;
  }

  .property-description-card {
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 30px 20px 20px;
  }

  .prise-text {
    font-size: 30px;
  }

  .description-show-more-overlay {
    left: 20px;
    right: 20px;
  }

  .property-info-block {
    border-radius: 15px;
    flex-wrap: wrap;
    flex: none;
    margin-top: 20px;
    padding: 20px 20px 0;
  }

  .heading-32px {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .property-info-inner {
    width: 50%;
    flex: none;
    margin-bottom: 20px;
  }

  .period-text {
    font-size: 16px;
  }

  .arent-image.contact-block {
    border-radius: 30px;
    margin-top: -127px;
  }

  .features-rich-text {
    margin-bottom: 60px;
  }

  .features-rich-text ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .features-rich-text li {
    background-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    font-size: 14px;
  }

  .property-gallery-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cta-block-overlay {
    border-radius: 20px;
    box-shadow: 0 30px 60px -20px rgba(94, 204, 211, .3);
  }

  .agent-form-block {
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 30px 60px -20px rgba(94, 204, 211, .3);
  }

  .additional-listing-item {
    max-width: 80%;
  }

  .filter-form-bottom {
    font-size: 14px;
  }

  .filter-buttons {
    margin-right: 15px;
  }

  .clear-filter-button {
    font-size: 16px;
  }

  .filter-form-top {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-form-city {
    margin-left: 0;
  }

  .filter-form-info {
    flex-direction: column;
  }

  .property-types-tabs {
    margin-top: -240px;
  }

  .property-tabs-filter {
    margin-bottom: 20px;
  }

  .pagination {
    margin-bottom: 24px;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .founder-quote {
    width: 100%;
  }

  .founder-wrapper {
    flex-direction: column-reverse;
  }

  .agent-photo {
    max-width: 40%;
    order: -1;
    margin-bottom: 40px;
    top: -40px;
    left: 133px;
  }

  .agent-photo._1 {
    max-width: 40%;
    top: 87px;
    left: -133px;
  }

  .founder-info {
    border-radius: 20px;
    padding: 20px;
    bottom: 20px;
    left: 7px;
    right: 20px;
  }

  .grid-12-col {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .sg-blocks, .btns-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .sg-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .values-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .value {
    max-width: 400px;
  }

  .contact-form-block {
    border-radius: 20px;
    margin-top: -200px;
    margin-bottom: 100px;
    padding: 60px 40px;
    box-shadow: 0 30px 60px -20px rgba(94, 204, 211, .3);
  }

  .heading-2 {
    text-align: left;
    padding-left: 0;
    left: -600px;
  }

  .heading-2.mobile {
    font-size: 50px;
    line-height: 60px;
  }

  .div-block-312578 {
    width: 100%;
  }

  .div-block-31334 {
    width: 210px;
  }

  .slider-27 {
    height: auto;
  }

  .div-block-312365 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .slide-nav-21 {
    left: -487px;
  }

  .right-arrow-25 {
    left: 14%;
  }

  .left-arrow-25 {
    left: 0%;
  }

  .brand {
    width: 40%;
  }

  .heading-8 {
    font-size: 50px;
  }

  .section-5 {
    padding-bottom: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-312601 {
    display: none;
  }

  .div-block-312603, .image-32597 {
    width: 100%;
  }

  .div-block-312604 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-312613.second {
    width: 500px;
  }

  .div-block-312614 {
    width: 60%;
  }

  .footer-flex-container-7 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 20px;
  }

  .adisan-footer-section {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-312620.left1, .div-block-312618 {
    width: 100%;
  }

  .text-block-15126 {
    margin-top: 20px;
  }

  .div-block-30376 {
    margin-left: 0;
    margin-right: auto;
  }

  .link-block-68, .link-block-68.center {
    width: 100%;
  }

  .copyright-div {
    flex-direction: column;
  }

  .div-block-312617 {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
    display: grid;
    position: static;
  }

  .link-block-55 {
    width: 75%;
  }

  .div-block-30902.twitter {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-30902.f {
    margin-right: 5px;
  }

  .link-block-47 {
    margin-left: 0;
  }

  .link-block-47.left {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-30901 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .adisan-footer-form-section {
    height: 40vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    width: 47%;
    height: 300px;
  }

  .grid-flex-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .grid-1 {
    width: 100%;
    height: 300px;
  }

  .grid-colum-right {
    width: 100%;
    padding-top: 30px;
    padding-left: 20px;
  }

  .grid-column-left4 {
    width: 100%;
    min-height: auto;
  }

  .points-div {
    width: 80%;
    margin-bottom: 20px;
  }

  .points-div.other.left {
    margin-left: 0;
  }

  .heading-120 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .bold-text-22 {
    display: none;
  }

  .link-visas {
    width: 95%;
  }

  .main-div-points {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .main-div-points.other, .main-div-points.other.top-p {
    margin-bottom: 0;
  }

  .heading-119 {
    left: 31%;
  }

  .div-block-31311 {
    flex-direction: column;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-31316 {
    justify-content: center;
  }

  .div-block-31312 {
    width: 100%;
    margin-bottom: 20px;
  }

  .paragraph-202 {
    font-size: 16px;
  }

  .brand-2 {
    width: 40%;
  }

  .adison-about-section {
    padding-bottom: 140px;
  }

  .div-block-312639 {
    width: 200px;
    height: 300px;
  }

  .div-block-312640 {
    width: 200px;
    height: 300px;
    top: 0;
    right: 44px;
  }

  .div-block-312644, .div-block-312644.one {
    height: 300px;
  }

  .div-block-312645 {
    padding-left: 0;
  }

  .div-block-312650 {
    height: 654px;
  }

  .div-block-312652 {
    width: 70%;
  }

  .heading-7228 {
    font-size: 30px;
    line-height: 40px;
  }

  .filter-dropdown-toggle-2:hover {
    background-color: #effafb;
  }

  .clear-filter-button-2 {
    font-size: 16px;
  }

  .filter-dropdown-list-2 {
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    top: -13px;
  }

  .listing-card-price-2 {
    height: 40px;
  }

  .button-4 {
    min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .button-4.filter-button {
    margin-right: 15px;
  }

  .adisan-footer-section-2 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .filter-form-wrapper-2 {
    border-radius: 20px;
    padding: 20px;
  }

  .houses {
    padding-top: 0;
    padding-bottom: 0;
  }

  .folllowers {
    margin-top: 10px;
    line-height: 35px;
  }

  .accordions {
    display: none;
  }

  .right-arrow-11 {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .button-wrap {
    width: 45%;
  }

  .left-arrow-12 {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .slider-19 {
    width: 100%;
  }

  .slide-13 {
    background-image: url('../images/panacasa-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-13._6 {
    background-image: url('../images/panacasa-6.jpg');
  }

  .slide-13._6.spring6 {
    background-image: url('../images/spring-6.jpg');
  }

  .slide-13._2 {
    background-image: url('../images/panacasa-2.jpg');
  }

  .slide-13._2.spring2 {
    background-image: url('../images/spring-2.jpg');
  }

  .slide-13._5 {
    background-image: url('../images/panacasa-5.jpg');
  }

  .slide-13._5.spring5 {
    background-image: url('../images/spring-5.jpg');
  }

  .slide-13.spring1 {
    background-image: url('../images/spring-1.jpg');
  }

  .slide-13._4 {
    background-image: url('../images/panacasa-4.jpg');
  }

  .slide-13._4.spring4 {
    background-image: url('../images/spring-4.jpg');
  }

  .slide-13._3 {
    background-image: url('../images/panacasa-3.jpg');
  }

  .slide-13._3.spring3 {
    background-image: url('../images/spring-3.jpg');
  }

  .in-other-veiws.desktop-hide {
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
  }

  .div-block-2163 {
    width: 100%;
    align-items: center;
  }

  .wrapper-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-bottom: 0;
  }

  .div-block-312660 {
    padding-left: 0;
  }

  .div-block-312669 {
    width: 100%;
  }

  .div-block-312675 {
    top: 16px;
    left: 286.312px;
  }

  .div-block-312724 {
    width: 100%;
  }

  .fixed-chat-bolt {
    bottom: 16%;
    right: 38%;
  }

  .chat-bolt-div {
    height: 100px;
    bottom: 10%;
  }

  .div-block-312685 {
    width: 40%;
    padding-left: 0;
  }

  .div-block-313403 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  .adison-filter-section {
    padding-bottom: 40px;
  }

  .adison-filter-section.gradient-first-section {
    height: 50vh;
  }

  .adison-filter-section.cta-section {
    padding-top: 0;
    display: none;
  }

  .adison-filter-section.property-hero-section {
    padding-bottom: 100px;
  }

  .adison-filter-section.founder-section {
    padding-bottom: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .adison-filter-section.our {
    padding-top: 40px;
  }

  .container {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.centered {
    padding-bottom: 0;
  }

  .home-hero-wrapper {
    width: 100%;
    height: 200px;
    justify-content: center;
  }

  .home-hero-img-wrapper {
    height: 50vh;
  }

  .loactions-list-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .why-image-el {
    display: none;
  }

  .why-image-el.small {
    display: block;
    right: 6%;
  }

  .property-types-menu {
    height: 130px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .listings-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .listings-list {
    width: 100%;
  }

  .listing-item {
    padding-left: 0;
    padding-right: 0;
  }

  .listing-card-img-wrapper {
    height: 200px;
  }

  .listing-card-info-item {
    margin-right: 20px;
  }

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-card {
    background-position: 93% 95%, 0 0;
    background-size: 40px, auto;
  }

  .testimonial-message {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .cta-block {
    padding: 40px 20px;
  }

  .cta-form-button {
    width: 100%;
    position: static;
  }

  .footer-main {
    padding-bottom: 0;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-links-col {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .property-location {
    background-position: 50% 0;
    padding-top: 28px;
    padding-left: 0;
    font-size: 16px;
  }

  .property-description-wrapper {
    flex: 0 auto;
  }

  .property-description-card {
    width: 100vw;
    border-radius: 0;
    margin-top: 0;
    margin-left: -5%;
  }

  .description-card-top {
    flex-direction: column;
    align-items: stretch;
  }

  .prise-text {
    font-size: 24px;
  }

  .property-info-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .property-info-icon-wrapper {
    font-size: 16px;
  }

  .property-icon {
    display: none;
  }

  .property-price-wrapper {
    margin-bottom: 10px;
  }

  .period-text {
    margin-bottom: 1px;
  }

  .features-rich-text ul {
    grid-template-columns: 1fr;
  }

  .property-id-wrap {
    margin-left: -5px;
  }

  .property-gallery-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cta-block-overlay, .agent-form-block {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .additional-listing-item {
    max-width: 90%;
  }

  .filter-form-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter-buttons {
    margin-bottom: 15px;
  }

  .filter-form-info {
    margin-left: 0;
  }

  .pagination-next-button, .pagination-prev-button {
    width: 40px;
    height: 40px;
    background-size: 14px;
  }

  .page-count {
    margin-left: 10px;
    margin-right: 10px;
  }

  .founder-quote {
    text-align: center;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 25px;
  }

  .agent-photo {
    max-width: 75%;
    top: -67px;
    left: 0;
  }

  .agent-photo._1 {
    max-width: 75%;
    top: 396px;
    left: 0;
  }

  .btns-wrap {
    grid-template-columns: auto;
  }

  .contact-form-block {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-office {
    padding: 32px 20px 20px;
  }

  .background-video {
    height: 100%;
  }

  .heading {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
    left: -325px;
  }

  .heading-2.mobile {
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 40px;
    display: none;
  }

  .border-div {
    width: 10px;
  }

  .div-block-312578 {
    width: 100%;
    flex-direction: column;
    margin-top: 0;
  }

  .div-block-312580 {
    margin-top: 10px;
  }

  .div-block-312593 {
    width: 100%;
  }

  .heading-6 {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-312594._1 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-312594._1.property {
    padding: 0;
  }

  .div-block-312594._2 {
    margin-top: 20px;
  }

  .mask-3 {
    height: auto;
  }

  .slider-27 {
    width: 750px;
    height: auto;
    display: none;
  }

  .div-block-312365 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .slide-nav-21 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    top: 132px;
    left: 0;
  }

  .right-arrow-25 {
    top: 110%;
    left: 30%;
  }

  .left-arrow-25 {
    top: 110%;
    left: -13%;
  }

  .heri-section-div {
    padding-top: 100px;
  }

  .heading-7 {
    margin-top: 0;
  }

  .brand {
    width: 70%;
  }

  .heading-8 {
    font-size: 35px;
    line-height: 50px;
  }

  .div-block-312598 {
    flex-direction: column;
  }

  .div-block-312599 {
    width: 100%;
  }

  .cnc-hero-section {
    height: 80vh;
  }

  .navigation-dropdown-3.w--open {
    left: auto;
  }

  .section-5 {
    padding-top: 170px;
  }

  .div-block-312602 {
    padding-bottom: 40px;
  }

  .div-block-312604 {
    width: 100%;
  }

  .div-block-312605 {
    padding-left: 0;
  }

  .div-block-312607 {
    width: 100%;
  }

  .adisan-services-section {
    height: 117vh;
  }

  .div-block-312608 {
    height: 125vh;
    padding-top: 40px;
  }

  .div-block-312609 {
    flex-direction: column;
  }

  .div-block-312610 {
    width: 100%;
  }

  .adisan-places-section {
    padding-top: 0;
  }

  .div-block-312613 {
    width: 275px;
    height: 275px;
  }

  .div-block-312613.second {
    width: 275px;
  }

  .link-26 {
    font-size: 25px;
    line-height: 35px;
  }

  .footer-flex-container-7 {
    flex-direction: column;
    display: block;
  }

  .adisan-footer-section {
    padding: 40px 10px;
  }

  .link-block-66 {
    bottom: .5%;
    left: auto;
    right: 2%;
  }

  .div-block-312400 {
    justify-content: center;
  }

  .div-block-31305 {
    display: flex;
  }

  .text-block-15126 {
    text-align: center;
    margin-top: 0;
    line-height: 30px;
  }

  .div-block-30376 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .copyright-div {
    padding-right: 20px;
  }

  .div-block-312617 {
    display: block;
  }

  .link-block-54 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-54.w--current {
    width: 100%;
  }

  .link-block-55 {
    margin-bottom: 40px;
  }

  .footer-heading-8 {
    margin-top: 20px;
  }

  .div-block-30902.inst {
    margin-left: 10px;
  }

  .div-block-30902.twitter {
    margin-left: 10px;
    margin-right: 0;
  }

  .div-block-30902.f {
    margin-right: 0;
  }

  .footer-container {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2204 {
    text-align: center;
  }

  .link-block-47.left {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-30901 {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }

  .div-block-312624 {
    height: 10px;
  }

  .div-block-312625 {
    width: 10px;
  }

  .div-block-312626 {
    height: 10px;
  }

  .adisan-footer-form-section {
    height: 50vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-312630 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field {
    width: 230px;
  }

  .grid-2 {
    width: 100%;
    height: 200px;
    margin-top: 10px;
    position: static;
  }

  .grid-item {
    flex-direction: column;
  }

  .grid-flex-container {
    flex-direction: column-reverse;
  }

  .div-block-302 {
    display: none;
  }

  .grid-1 {
    width: 100%;
    height: 200px;
    box-shadow: none;
  }

  .inner-section-2 {
    margin-top: 0;
  }

  .grid-colum-right {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .why-choose-us-section {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-column-left4 {
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
    padding-left: 0;
  }

  .points-div {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-visas {
    width: 100%;
  }

  .heading-121 {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
  }

  .brand-2 {
    width: 70%;
  }

  .adison-about-section {
    padding-bottom: 40px;
  }

  .div-block-312635 {
    height: auto;
  }

  .div-block-312637 {
    height: 710px;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
    display: flex;
    top: 0;
  }

  .div-block-312639 {
    top: 52px;
  }

  .div-block-312640 {
    top: 372px;
    right: 45px;
  }

  .div-block-312642 {
    grid-template-columns: 1fr;
  }

  .heading-7239 {
    margin-top: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-7240 {
    font-size: 25px;
    line-height: 35px;
  }

  .adison-service-section {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .adison-service-section.c1 {
    padding-bottom: 40px;
  }

  .div-block-312650 {
    height: auto;
  }

  .paragraph-2209 {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-312651 {
    margin-top: 40px;
  }

  .heading-7242 {
    font-size: 27px;
  }

  .div-block-312652 {
    width: 100%;
    display: none;
  }

  .paragraph-2210 {
    text-align: justify;
  }

  .heading-7228 {
    font-size: 30px;
  }

  .navigation-dropdown.w--open {
    width: 100%;
    min-width: 187px;
    border-radius: 0;
  }

  .dropdown-3 {
    padding-right: 0;
  }

  .lottie-animation-13 {
    display: none;
  }

  .adisan-footer-section-2 {
    padding: 40px 10px;
  }

  .property-content, .div-block-70 {
    width: 100%;
  }

  .houses {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .folllowers {
    margin-top: 20px;
    font-size: 22px;
    line-height: 35px;
  }

  .link-block {
    width: 90%;
    margin: 10px auto;
  }

  .link-block.opacity {
    display: none;
  }

  .image-margin {
    width: 90%;
  }

  .card-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .accordions {
    display: none;
  }

  .heading-7117 {
    text-align: center;
  }

  .button-wrap {
    width: auto;
  }

  .div-block-2167 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .numbers {
    width: 20px;
    height: 20px;
  }

  .slider-19 {
    width: 100%;
  }

  .div-block-2182 {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .slide-13 {
    background-image: url('../images/panacasa-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-13._6 {
    background-image: url('../images/panacasa-6.jpg');
  }

  .slide-13._2 {
    background-image: url('../images/panacasa-2.jpg');
  }

  .slide-13._5 {
    background-image: url('../images/panacasa-5.jpg');
  }

  .slide-13._4 {
    background-image: url('../images/panacasa-4.jpg');
  }

  .slide-13._3 {
    background-image: url('../images/panacasa-3.jpg');
  }

  .in-other-veiws.desktop-hide {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .paragraph-2211.special.spring {
    width: 100%;
    margin-bottom: 10px;
  }

  .accordion-label.show-mvp {
    font-size: 60px;
  }

  .div-block-2163 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .wrapper-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .div-block-312661 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-7244 {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-312662 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-312663 {
    flex-direction: column;
  }

  .div-block-312663._1 {
    margin-top: 10px;
  }

  .div-block-312664 {
    width: 100%;
  }

  .heading-7246 {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-312670 {
    width: 275px;
  }

  .div-block-312674 {
    width: 100%;
  }

  .div-block-312675 {
    position: relative;
    top: 174px;
    left: 0;
  }

  .div-block-312677, .div-block-312678, .div-block-312723 {
    width: 100%;
  }

  .heading-7252 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-312724 {
    grid-template-columns: 1fr;
  }

  .fixed-chat-bolt.hide {
    bottom: 11%;
  }

  .text-block-65 {
    margin-top: 10px;
  }

  .div-block-312436 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .xbutton {
    position: absolute;
    top: 5%;
    bottom: auto;
    left: auto;
    right: 6%;
  }

  .chat-bolt-div {
    z-index: 2;
    width: 200px;
    height: 80px;
    justify-content: center;
    align-items: center;
    padding: 11px;
    position: fixed;
    top: auto;
    bottom: 19%;
    left: auto;
    right: 5%;
  }

  .div-block-312685 {
    width: 70%;
  }

  .div-block-313403 {
    width: 100%;
  }

  .link-183 {
    font-family: Lato, sans-serif;
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e4be1f0b-5b62-b58e-a63e-53c2ff68c01a-6bd4b01b, #w-node-e4be1f0b-5b62-b58e-a63e-53c2ff68c032-6bd4b01b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e4be1f0b-5b62-b58e-a63e-53c2ff68c046-6bd4b01b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-_4e46f79f-b507-61c4-9765-20343949d743-6bd4b01b, #w-node-_081190a5-a004-1b96-2ec2-a6ae085deede-36d4b041, #w-node-_081190a5-a004-1b96-2ec2-a6ae085deef6-36d4b041 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_081190a5-a004-1b96-2ec2-a6ae085def0a-36d4b041 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_5aba6508-a029-cc8c-e054-149e705f85cc-36d4b041, #w-node-d818abac-5dd2-4b0f-e642-a4404c098de1-6fd4b067, #w-node-d818abac-5dd2-4b0f-e642-a4404c098df9-6fd4b067 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d818abac-5dd2-4b0f-e642-a4404c098e0d-6fd4b067 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_1fe90dff-1752-73ac-5ed9-f8917aeecc31-6fd4b067, #w-node-_4ab1ace4-0b79-0d26-27fb-d9621cb21992-07d4b07d, #w-node-_4ab1ace4-0b79-0d26-27fb-d9621cb219aa-07d4b07d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4ab1ace4-0b79-0d26-27fb-d9621cb219be-07d4b07d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-fac900de-81d1-15a7-590b-be80b0d1674d-07d4b07d, #w-node-e6ab8148-7926-78e7-7a92-3a2916664cfd-1e4c4add, #w-node-e6ab8148-7926-78e7-7a92-3a2916664d15-1e4c4add {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e6ab8148-7926-78e7-7a92-3a2916664d29-1e4c4add {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_7993d069-5fbe-de1f-497d-9e4a7e8fe742-1e4c4add, #w-node-_5af4253c-f7ea-1ea1-3bc8-10fb384406ab-d304c9e8, #w-node-_5af4253c-f7ea-1ea1-3bc8-10fb384406c3-d304c9e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5af4253c-f7ea-1ea1-3bc8-10fb384406d7-d304c9e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_5c0ff567-e6d9-6218-7bad-a388a5baacee-d304c9e8, #w-node-_91c3365d-2158-eb5c-55fc-9c765458e9e8-b371147c, #w-node-_91c3365d-2158-eb5c-55fc-9c765458ea00-b371147c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_91c3365d-2158-eb5c-55fc-9c765458ea14-b371147c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_9fa94021-dc6d-1952-1a2d-39186b200e13-b371147c, #w-node-baa79090-b7c5-574b-a7be-0b3b5800c872-9a7e563f, #w-node-baa79090-b7c5-574b-a7be-0b3b5800c88a-9a7e563f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-baa79090-b7c5-574b-a7be-0b3b5800c89e-9a7e563f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_7cb41574-e34b-73c0-714a-24ae1c418e60-9a7e563f, #w-node-_8b933ec8-6fdd-19ce-f480-8887878365f4-d208903c, #w-node-_8b933ec8-6fdd-19ce-f480-88878783660c-d208903c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b933ec8-6fdd-19ce-f480-888787836620-d208903c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_0e66aa5b-f740-3ba4-6862-7f26a1302820-d208903c, #w-node-_2393f2f5-6565-bcfa-1731-b307236ee1e8-e2a087a7, #w-node-_2393f2f5-6565-bcfa-1731-b307236ee200-e2a087a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2393f2f5-6565-bcfa-1731-b307236ee214-e2a087a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-aeecfcc5-187c-9b93-3b2f-adb9c487b559-e2a087a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8b933ec8-6fdd-19ce-f480-8887878365f4-d208903c, #w-node-_8b933ec8-6fdd-19ce-f480-88878783660c-d208903c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0e66aa5b-f740-3ba4-6862-7f26a1302820-d208903c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Marcellussc';
  src: url('../fonts/MARCELLUSSC-REGULAR.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}