* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*@font-face {*/
/*  font-family: HelveticaNeue;*/
/*  src: url(../fonts/Helvetica\ Neue\ 67\ Medium\ Condensed.otf);*/
/*}*/

@keyframes moveInTop {
  0% {
    opacity: 0;
    transform: translateY(-10rem);
  }

  80% {
    transform: translateY(1rem);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

.home-header,
.header-type-two {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 20px 100px;
  box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 12;
  height: 68px;
  position: fixed;
  top: 0;
}

.header-padding {
  padding: 10px 20px;
}

.header-padding .nav-menu .menu-item .dropbtn {
  font-size: 15px;
}

.header-height {
  height: 77px !important;
}

.header-type-two.scrolled {
  background-color: #fff !important;
  border-radius: 0px 0px 16px 16px !important;
  width: 90% !important;
  margin-right: 5% !important;
  margin-left: 5% !important;
  padding: 20px 50px;
  transition: 0.5s;
}

.first-main {
  width: 100%;
  height: 95vh;
  padding: 50px 100px;
  background-image: linear-gradient(
      331deg,
      rgb(73, 12, 42) 0%,
      rgba(165, 32, 101, 0.767) 100%
    ),
    url(../img/house-1477041.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-p {
  text-align: center;
  line-height: 1.5;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  width: 60%;
  margin-bottom: 30px;
}

.main-p1 {
  text-align: center;
  line-height: 1.5;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #fff;
  font-size: 20px;
  margin-bottom: 50px;
}

.buttons {
  display: flex;
  flex-direction: row;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
}

.hamburger {
  display: none;
}

.menu-navbar {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  width: 74%;
}

.nav-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  top: 0;
  left: 0;
  background: none;
  width: 100%;
  height: 68px;
  position: unset;
  box-shadow: unset;
  transition: unset;
  margin-bottom: 0 !important;
}

.menu-item {
  margin: 2rem;
  margin-left: 25px;
  margin-right: 0;
}

.menu-item:first-child {
  margin-top: 2rem;
}

.menu-item-type2:first-child {
  margin-top: 0;
}

.menu-item.active {
  background: none;
  padding: 0px;
  border-radius: 0px;
}

.menu-item.active {
  color: #9c1d5e;
  font-weight: bold;
}

.menu-item a {
  color: black !important;
  text-decoration: none !important;
}

a.nav-links {
  color: #21262a !important;
  font-family: "Roboto", "Helvetica", "Arial", Sans-Serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.0285em;
}

a.nav-links:hover {
  color: #21262a !important;
  background-color: #054ef956;
  border-radius: 5px;
  text-decoration: none !important;
}

.logo {
  z-index: 2;
}

.logo img {
  width: 185px;
  height: 100%;
}

.suburb {
  width: 100%;
  padding: 30px 100px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.comparison-type1 {
  width: 100%;
  padding: 30px 100px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.calculator {
  width: 100%;
  padding: 30px 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.text-suburb {
  flex: 50%;
}

.text-suburb p {
  line-height: 1.5;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #000;
  font-size: 20px;
}

.text-suburb-co {
  flex: 50%;
  text-align: right;
}

.text-suburb-co p {
  line-height: 1.5;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #000;
  font-size: 20px;
  text-align: left;
}

.btn-suburb {
  text-transform: capitalize;
  width: 12rem;
  background: linear-gradient(
    90deg,
    rgba(156, 29, 94, 1) 35%,
    rgba(156, 29, 94, 0.7840606004763873) 100%
  );
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #fff;
  font-size: 20px;
  padding: 13px 10px;
  border: none;
  outline: none;
  border-radius: 10rem;
  margin-top: 70px;
  cursor: pointer;
}

.btn-calculator {
  text-transform: capitalize;
  width: 16rem;
  background: linear-gradient(
    90deg,
    rgba(156, 29, 94, 1) 35%,
    rgba(156, 29, 94, 0.7840606004763873) 100%
  );
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #fff;
  font-size: 20px;
  padding: 13px 10px;
  border: none;
  outline: none;
  border-radius: 10rem;
  margin-top: 70px;
  cursor: pointer;
}

.btn-suburb:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.btn-suburb:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.anim-suburb {
  flex: 50%;
}

.wealth {
  width: 100%;
  height: 60vh;
  background-image: linear-gradient(
      331deg,
      rgb(73, 12, 42) 0%,
      rgba(165, 32, 101, 0.767) 100%
    ),
    url(../img/house-1836070.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 50px;
  position: relative;
  margin-top: 40px;
}

.wealth-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.wealth p {
  line-height: 1.5;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #fff;
  font-size: 20px;
}

.btn-wealth {
  text-transform: capitalize;
  text-decoration: none;
  padding: 1rem 1rem;
  display: inline-block;
  border-radius: 10rem;
  transition: all 0.2s;
  position: relative;
  font-size: 1.2rem;
  background-color: #fff;
  width: 18rem;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-weight: bold;
  color: #9c1d5e;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 40px;
}

.text-calculator {
  flex: 50%;
}

.text-calculator p {
  line-height: 1.5;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #000;
  font-size: 20px;
}

.anim-calculator {
  flex: 50%;
  display: flex;
  justify-content: flex-end;
}

footer {
  width: 100%;
  height: auto;
  background: #21262a;
  padding: 50px 50px;
  padding-top: 80px;
  margin-top: 130px;
  position: relative;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: wrap;
}

footer a.tubold:hover {
  font-weight: bold;
  text-decoration: none;
}

.footer-type2 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.contact {
  width: 80%;
  height: 180px;
  border: 8px solid #9c1d5fd3;
  padding: 15px 60px;
  background-color: #fff;
  border-radius: 16px;
  position: absolute;
  top: -60px;
  left: 10%;
  text-align: center;
}

.contact p {
  line-height: 1.5;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #000;
  font-size: 20px;
  text-align: center;
}

.contact-btn {
  text-transform: capitalize;
  width: 16rem;
  background: linear-gradient(
    90deg,
    rgba(156, 29, 94, 1) 35%,
    rgba(156, 29, 94, 0.7840606004763873) 100%
  );
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #fff;
  font-size: 20px;
  padding: 13px 10px;
  border: none;
  outline: none;
  border-radius: 10rem;
  margin-top: 30px;
  cursor: pointer;
}

footer ul li {
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  cursor: pointer;
}

footer ul li img {
  width: 35px;
  margin: 5px;
}

footer .cerimg {
  width: 120px;
}

footer ul li a:hover {
  color: unset;
  text-decoration: none;
}

.talk {
  width: 100%;
  height: 75vh;
  background-image: linear-gradient(
      331deg,
      rgb(73, 12, 42) 0%,
      rgba(165, 32, 101, 0.767) 100%
    ),
    url(../img/house-1836070.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 50px;
  position: relative;
  margin-top: 40px;
}

.talk-box {
  width: 60%;
  height: 65vh;
  border: 8px solid #9c1d5fd3;
  padding: 60px 60px;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.talk-box h2 {
  line-height: 1.5;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #5f133a;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 35px;
}

.talk-box p {
  line-height: 1.5;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #000;
  font-size: 18px;
  text-align: center;
}

.talk-button {
  width: 16rem;
  background: linear-gradient(
    -45deg,
    rgb(92, 16, 55) 0%,
    rgba(156, 29, 94, 1) 35%,
    rgba(156, 29, 94, 0.7840606004763873) 100%
  );
  background-size: 400% 400%;
  background-repeat: no-repeat;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #fff;
  font-size: 18px;
  padding: 13px 10px;
  border: none;
  outline: none;
  border-radius: 10rem;
  margin-top: 40px;
  cursor: pointer;
  animation: gradiant 3s ease infinite;
  position: relative;
}

.footer-logo {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer-logo img {
  width: 168px;
}

@keyframes gradiant {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.talk-button:link,
.talk-button:visited {
  text-transform: uppercase;
  transition: all 0.2s;
  position: relative;
  cursor: pointer;
}

.talk-button::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
  background-color: #9c1d5e;
}

.talk-button:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.talk-button:active,
.talk-button:focus {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(1, 61, 117, 0.2);
}

.talk-button:hover::after {
  transform: scale(1.2);
  opacity: 0;
}

.info {
  width: 100%;
  height: auto;
  padding: 100px 80px;
  position: relative;
  bottom: 0;
  background: #fff;
}

.info p {
  line-height: 1.5;
  font-family: Roboto, sans-serif;
  color: #474747;
  font-size: 14px;
  text-align: left;
}

.dropbtn,
.dropbtn10 {
  font-weight: 400;
  font-size: 1rem;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  border: none !important;
  outline: none !important;
  cursor: pointer;
  background: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content,
.dropdown-content10 {
  display: none;
  position: absolute;
  background-color: #ffff;
  border-radius: 10px;
  width: 300px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 14px;
  padding: 20px;
}

.dropdown-content p,
.dropdown-content1 p,
.dropdown-content10 p {
  line-height: 1.5;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #000;
  font-size: 25px;
  text-align: left;
  margin-bottom: 25px;
}

.drop-box,
.drop-box10 {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  gap: 10px 10px;
  justify-items: stretch;
}

.drop-box a,
.drop-box10 a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: inline-block;
  text-align: left;
  font-size: 15px;
}

.drop-box a:hover,
.drop-box10 a:hover {
  color: #5f133a;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.dropbtn1,
.dropbtn2,
.dropbtn3 {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  border: none !important;
  outline: none !important;
  cursor: pointer;
  background: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 8px 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content1,
.dropdown-content2,
.dropdown-content3 {
  display: none;
  background-color: #ffff;
  border-radius: 10px;
  width: 280px;
  overflow: auto;
  position: relative;
  left: -20px;
  z-index: 1;
  padding: 5px 12px;
}

.dropdown-content1 p,
.dropdown-content2 p,
.dropdown-content3 p,
.dropdown-content4 p {
  line-height: 1.5;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #000;
  font-size: 20px;
  font-weight: 200;
  text-align: left;
  margin-bottom: 25px;
}

.drop-box1,
.drop-box2,
.drop-box3 {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  gap: 10px 10px;
  justify-items: stretch;
}

.drop-box1 a,
.drop-box2 a,
.drop-box3 a {
  color: #000;
  padding: 5px 16px;
  text-decoration: none;
  display: inline-block;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
}

.drop-box a:hover,
.drop-box10 a:hover,
.drop-box1 a:hover,
.drop-box2 a:hover,
.drop-box3 a:hover {
  background-color: #dadada;
}

.blog-a:hover {
  background-color: #fff !important;
  text-decoration: underline !important;
  color: #054df9 !important;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show1,
.show2,
.show3 {
  display: block;
}

.lottie-ani {
  width: 350px;
  height: 350px;
}

.lottie-ani-co {
  width: 450px;
  height: 350px;
}

.lottie-cal {
  width: 350px;
  height: 350px;
}

.main-type-two {
  width: 100%;
  height: 650px;
  background-image: url(../img/Simple\ Shiny.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 50px 50px;
}

.text-video-main {
  width: 50%;
  margin-right: 30px;
}

.video-main {
  width: 50%;
}

#my-video {
  width: 100%;
  height: 350px;
  outline: none;
  border: none;
}

.video-js .vjs-big-play-button {
  width: 2.5em !important;
  height: 2.5em !important;
  border-radius: 50% !important;
  border: none !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  background-color: #9c1d5fea !important;
}

.vjs-icon-play,
.video-js .vjs-play-control .vjs-icon-placeholder,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  top: 20% !important;
}

.main-p1-type2 {
  text-align: center;
  line-height: 1.5;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  width: 90%;
  margin-bottom: 30px;
}

.main-p2-type2 {
  text-align: center;
  line-height: 1.5;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #fff;
  font-size: 18px;
  margin-bottom: 50px;
}

.buttons-type-two {
  display: flex;
  flex-direction: row;
}

.btn-type-two,
.btn-type-two:link,
.btn-type-two:visited {
  text-transform: capitalize;
  text-decoration: none;
  padding: 0.8rem 1rem;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.2s;
  position: relative;
  font-size: 1.2rem;
  width: 16rem;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-weight: bold;
  color: #9c1d5e;
  border: none;
  cursor: pointer;
  margin-left: 20px;
}

.btn-type-two:hover {
  box-shadow: 0px 5px 10px #9c1d5e;
  transform: translateY(-3px);
}

.map-section {
  width: 100%;
  padding: 70px 70px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: row;
}

.map-section-type2 {
  width: 100%;
  padding: 70px 70px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: row;
}

.comparison {
  width: 100%;
  padding: 70px 70px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: row;
}

.map-left-div {
  width: 100%;
}

.map-left-div img {
  width: 100%;
}

.map-right-div {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  padding-bottom: 0;
}

.map-right-div p {
  line-height: 1.5;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-weight: bold;
  color: #691340;
  text-align: center;
  font-size: 20px;
}

.btn-suburb-type2 {
  text-transform: capitalize;
  width: 12rem;
  background: rgba(156, 29, 94, 1);
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #fff;
  font-size: 20px;
  padding: 13px 10px;
  border: none;
  outline: none;
  border-radius: 5px;
  margin-top: 50px;
  cursor: pointer;
}

.btn-suburb-type2:hover {
  box-shadow: 0px 5px 10px #919191;
  transform: translateY(-3px);
}

.btn-loan-type2 {
  text-transform: capitalize;
  width: 15rem;
  background: rgba(156, 29, 94, 1);
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #fff;
  font-size: 20px;
  padding: 13px 10px;
  border: none;
  outline: none;
  border-radius: 5px;
  margin-top: 50px;
  cursor: pointer;
}

.talk-to {
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

.talk-type2 {
  width: 90%;
  height: 350px;
  background: linear-gradient(
    45deg,
    rgb(58, 10, 35) 0%,
    rgb(112, 21, 68) 35%,
    rgb(156, 29, 95) 100%
  );
  background-size: 400% 400%;
  background-repeat: no-repeat;
  animation: gradiant 20s ease infinite;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.talk-type2 h2 {
  line-height: 1.5;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 35px;
}

.talk-type2 p {
  width: 70%;
  line-height: 1.5;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.talk-button-type2 {
  width: 16rem;
  background-color: #fff;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #691340;
  font-weight: bold;
  font-size: 18px;
  padding: 13px 10px;
  border: none;
  outline: none;
  border-radius: 5px;
  margin-top: 40px;
  cursor: pointer;
  position: relative;
}

.talk-button-type2:hover {
  width: 18rem;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  transition: 0.5s ease-in-out;
}

.first-main form {
  width: 100%;
  position: relative;
}

.first-main-tag {
  position: absolute;
  top: 55px;
  left: 5px;
}

.first-main-tag:hover {
  color: #5f133a;
}

.first-main-formbtn {
  width: 50px !important;
  height: 49px;
  font-size: 23px;
  background-color: #fff !important;
  color: #9c1d5e !important;
  border-radius: 0 8px 8px 0 !important;
  cursor: pointer;
  margin: 0 !important;
  margin-left: 3px !important;
}

/*.blog {*/
/*  width: 100%;*/
/*  height: auto;*/
/*  padding: 5% 10%;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  justify-content: space-between;*/
/*  flex-wrap: wrap;*/
/*}*/

.post-box {
  width: 300px;
  height: 400px;
  padding: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: relative;
  margin: 15px;
  cursor: pointer;
}

.post-box-img {
  width: 100%;
  height: 170px;
  background-color: #9c1d5e;
  margin-bottom: 10px;
}

@supports (-webkit-line-clamp: 2) {
  .post-box h4 {
    /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
    color: #000;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .post-box h4:after {
    display: none;
  }
}

.post-box-date {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

.post-box-date a,
.writer a {
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #000;
  font-size: 14px;
  margin: 0 5px;
}

.post-date-line {
  height: 20px;
  border-right: 1px solid #919191;
}

@supports (-webkit-line-clamp: 3) {
  .post-box p {
    /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
    color: #000;
    font-size: 16px;
    margin: 30px 0;
    line-height: 1.4;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .post-box p:after {
    display: none;
  }
}

.post-tag {
  position: absolute;
  bottom: 5px;
  left: 10px;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: rgb(102, 94, 94);
  font-size: 14px;
  margin-bottom: 0;
}

.post-tag a {
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  margin-left: 5px;
  color: #567b95;
  font-size: 15px;
}

.dashboard {
  width: 100%;
  padding: 10% 12%;
}

.dashboard-button {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 50px;
  justify-content: center;
}

.client-button {
  width: 40%;
  height: 200px;
  border: 5px solid #9c1d5e;
  border-radius: 5px;
  background-color: #ffff;
  margin: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s;
}

.client-button:hover {
  color: #000;
  text-decoration: none;
  font-size: 25px;
  border: 3px solid #9c1d5e;
}

.property-new-box {
  width: 100%;
  height: auto;
  padding: 30px;
  position: relative;
  margin: 20px 0;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  background-color: rgb(233, 233, 233);
  border-radius: 5px;
  margin-bottom: 5px;
}

.property-box {
  width: 100%;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 30px;
  position: relative;
  margin: 20px 0;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}

.row-property {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.property-data {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.property-data h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.property-data p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.property-more-button {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.column-property-data {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.column-property-data a {
  width: 150px;
  height: 40px;
  background-color: #9c1d5e;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  padding: 8px;
  text-decoration: none;
}

.column-property-data a:nth-child(2) {
  width: 150px;
  height: 40px;
  background-color: #fff;
  color: #9c1d5e;
  border: 2px solid #9c1d5e;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 8px;
  text-decoration: none;
  margin-left: 10px;
}

#filter {
  width: 30%;
  height: 30px;
  outline: none;
  background-color: #fff;
}

.box-style {
  position: relative;
}

.profile-box {
  width: 100%;
  height: 261px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
  padding-bottom: 50px;
  position: relative;
  margin: 20px 0;
}

.remove-btn {
  width: 100px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #9c1d5e;
  font-size: 15px;
  color: #9c1d5e;
  font-weight: 600;
  border-radius: 5px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.profile {
  width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  text-align: center;
}

.pr-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #9c1d5e;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
}

.pr-logo {
  padding: 10%;
}

.pr-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 5px;
}

.pr-pencil {
  color: #567b95;
  margin-right: 5px;
}

.pr-des {
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-size: 15px;
  color: #5a6166;
}

.pr-boxs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 10px;
}

.box-type1 {
  width: 130px;
  border-right: 1px solid #a6afb6;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
}

.box-type2 {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
}

.box-type1 h2,
.box-type2 h2 {
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-size: 30px;
  color: #000;
}

.box-type1 h2 span {
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-size: 20px;
  color: #555a5e;
}

.box-type1 h6,
.box-type2 h6 {
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-size: 15px;
  color: #535b61;
  margin-top: 30px;
  margin-bottom: 5px;
}

.box-type1 p,
.box-type2 p {
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-size: 15px;
  color: #535b61;
}

.purchased-p-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.purchased-p {
  margin-bottom: 5px;
  margin-top: 83px;
  text-align: center;
}

.purchased-p2 {
  margin-bottom: 5px;
  text-align: center;
}

.pr-buttons {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pr-btn {
  width: 100%;
  height: 40px;
  background-color: #9c1d5e;
  color: #fff;
  margin: 10px 0;
  outline: none;
  border: none;
  cursor: pointer;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-size: 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.more-less-btn,
.more-less-btn1 {
  position: absolute;
  top: 231px;
  left: 20px;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  color: #9c1d5e;
  font-size: 15px;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
}

.more-box,
.more-box1 {
  display: none;
  width: 100%;
  min-height: 200px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-top: 40px;
  position: relative;
  padding: 30px 100px;
  opacity: 0;
  animation: fadeIn 1s ease-in both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.triangle-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #9c1d5e;
  position: absolute;
  left: 10px;
  top: -15px;
}

.info-box {
  width: 100%;
  margin: 20px 0;
  position: relative;
}

.info-box h3 {
  width: auto;
  color: #9c1d5e;
  font-size: 20px;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  margin-bottom: 5px;
}

.info-box p {
  width: auto;
  color: #000;
  font-size: 16px;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  margin-bottom: 40px;
}

.row-search {
  width: 100%;
  height: 50px;
  position: relative;
  display: flex;
  flex-direction: row;
}

.footer-column {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}

.footer-column h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
}

.column-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 30px 0;
}

.column {
  display: flex;
  flex-direction: column;
  padding: 0 20px 0 0;
}

.column h6 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  margin-top: 15px;
}

.footer-column-line {
  width: 300px;
  border: 1px solid #fff;
  margin: 15px 0;
}

.column a {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

.work-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px 0;
  padding-bottom: 0;
}

.img-work {
  width: 45%;
}

.img-work img {
  width: 100%;
}

.text-work {
  width: 50%;
  margin-left: 30px;
  margin-bottom: 30px;
}

.text-work h3 {
  color: #000;
  font-size: 25px;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
}

.row-work {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
}

.row-work img {
  width: 90px;
}

.text-row-work h4 {
  color: #000;
  font-size: 20px;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
}

.text-row-work p {
  color: #000;
  font-size: 16px;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
}

.work-btn {
  padding: 10px 20px;
  background-color: #9c1d5e;
  color: #fff;
  font-size: 18px;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  border-radius: 20px;
  margin-left: 40px;
}

.login-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.buyer-btn {
  padding: 10px 18px;
  background-color: #9c1d5e;
  color: #fff;
  font-size: 15px;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-weight: 400;
  border-radius: 20px;
  display: inline-block;
  margin: 5px;
  margin-right: 10px;
}

.buyer-btn:hover {
  text-decoration: none;
}

.buyer-btn-select {
  padding: 10px 18px;
  background-color: #9c1d5e;
  color: #fff;
  font-size: 15px;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-weight: 400;
  border-radius: 20px;
  display: inline-block;
  margin: 5px;
  margin-right: 10px;
}

.buyer-btn-select:hover {
  text-decoration: none;
}

.buyer-main {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(
      331deg,
      rgb(73, 12, 42) 0%,
      rgba(165, 32, 101, 0.767) 100%
    ),
    url(../img/pexels-alexandr-podvalny-7599735.jpg);
  background-size: cover;
  background-position: center;
}

.background {
  width: 100%;
  height: 100%;
  padding: 5% 10%;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.buyer-main h1 {
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  z-index: 1;
  margin-bottom: 30px;
  font-size: 30px;
}

.buyer-main h2 {
  z-index: 1;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-size: 25px;
}

.buyer-main h3 {
  z-index: 1;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #fff;
  font-size: 45px;
  margin: 20px 0;
}

.building-img {
  width: 600px;
  position: absolute;
  left: 50px;
  top: 80px;
  z-index: -1;
  opacity: 0.5;
}

.section-one {
  width: 100%;
  height: 50vh;
  background-color: #9c1d5e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.oneimg {
  width: 600px;
  position: absolute;
  top: 1px;
  left: 1px;
  opacity: 0.4;
}

.section-one h3 {
  z-index: 1;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-size: 25px;
  color: #fff;
  margin-bottom: 40px;
  margin-left: 30px;
}

.onebtn {
  width: 250px;
  height: 50px;
  background-color: #fff;
  color: #9c1d5e;
  border: 1px solid #9c1d5e;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-weight: 600;
  font-size: 20px;
  outline: none;
  border-radius: 15px;
  cursor: pointer;
  margin-top: 20px;
}

small {
  /*color: #fff;*/
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/ /*margin-left: 35px;*/
}

small a {
  color: #000;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
}

.section-two {
  width: 100%;
  padding: 5% 10%;
  padding-top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
}

.text-two {
  width: 50%;
  padding-top: 10%;
}

.text-two h3 {
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-size: 28px;
  margin: 20px 0;
}

.lottie-two {
  width: 50%;
}

.two-section-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px;
}

.two-section-row img {
  width: 55px;
}

.two-section-row p {
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  margin: 20px 0;
}

.dashboard-comment {
  width: 95%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.row-more {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.row-more p {
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-weight: 600;
  font-size: 16px;
}

.row-more1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.row-more1 p {
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-weight: 600;
  font-size: 16px;
}

.comment-p p {
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-size: 15px;
  margin-top: 8px;
}

.filter-btn {
  width: 120px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  outline: none;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: #fff;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #535b61;
  font-size: 20px;
}

.card-filter {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px !important;
  margin-bottom: 20px;
}

.filter-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.filter-row1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.filter-row2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.filter-row h3 {
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
}

.filter-all-btn {
  width: 150px;
  height: 40px;
  border-radius: 5px;
  background: #9c1d5e;
  color: #fff;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-weight: 600;
  outline: none;
  border: none;
  margin-top: 25px;
}

.clear-btn {
  background: none;
  border: none;
  outline: none;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  color: #9c1d5e;
  font-weight: 600;
}

.labl {
  width: 100px;
  height: 35px;
}
.labl > input {
  visibility: hidden;
  position: absolute;
}
.labl > input + div {
  height: 35px;
  cursor: pointer;
  border: 2px solid #e9e9e9;
  padding: 5px 10px;
}
.labl > input:checked + div {
  background-color: #9c1d5f0c;
  border: 2px solid #9c1d5e;
}

.checkbox {
  width: 190px;
  height: 40px;
}
.checkbox > input {
  visibility: hidden;
  position: absolute;
}
.checkbox > input + div {
  height: 40px;
  cursor: pointer;
  border: 2px solid #e9e9e9;
  padding: 5px 10px;
}
.checkbox > input:checked + div {
  background-color: #9c1d5f0c;
  border: 2px solid #9c1d5e;
}

.filter-row-bow {
  width: 48%;
}

.checkbox-group {
  border: solid 1px #ccc;
  width: 100%;
  text-align: left;
  padding: 10px;
}

.filter-select {
  width: 100%;
  text-align: left;
  background: #fff;
}

.check-show {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 400;
}

.checkbox-items {
  display: none;
}

.act {
  display: block;
}

.checkbox-level {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
}

.checkbox-level label input {
  margin-right: 10px;
}

.checkbox-level label {
  cursor: pointer;
}

.comment-new {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.newstyle {
  flex: 40%;
}

.faq-section-landing {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 0 10%;
}

.faq-section-landing h2 {
  font-size: 40px;
  color: #9c1d5e;
  font-weight: 600;
  margin-bottom: 4%;
}

.faq-section-landing h3 {
  font-size: 40px;
  color: #9c1d5e;
  font-weight: 600;
  margin-bottom: 4%;
}

.faq-landing-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4% 1%;
  border-top: 1px solid #9c1d5e;
}

.question-landing-faq {
  width: 50%;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  font-family: "Poppins", sans-serif;
}

.row-qu-box {
  width: 80%;
  display: flex;
  flex-direction: row;
}

.answer-landing-faq {
  width: 50%;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  font-family: "Poppins", sans-serif;
}

.agent-text {
  display: flex;
  flex-direction: column;
}

.agent-text a {
  color: #000;
}

.agent-text a:hover {
  color: #9c1d5e;
}

.sign-up {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.buyer-btn {
  padding: 10px 18px;
  background-color: #9c1d5e;
  color: #fff !important;
  font-size: 15px;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-weight: 400;
  border-radius: 20px;
  display: inline-block;
  margin: 5px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.buyer-btn i {
  margin-right: 5px;
  font-size: 18px;
}

.buyer-btn-select {
  padding: 10px 18px;
  background-color: #9c1d5e;
  color: #fff !important;
  font-size: 15px;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-weight: 400;
  border-radius: 20px;
  display: inline-block;
  margin: 5px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.buyer-btn-select i {
  margin-right: 5px;
  font-size: 18px;
}

.state-form-card {
  width: 100%;
  height: auto;
  margin: auto;
  margin-bottom: 20px;
  border: 2px solid rgb(179, 179, 179);
  border-radius: 15px;
  padding: 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.state-form-card p {
  font-weight: 600;
  font-size: 20px;
}

.section-radio {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-items: center;
}

.container-radio {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #9c1d5e;
  text-align: center;
  border-radius: 10px 0 0 10px;
}

.container-radio label {
  border: 3px #9c1d5e solid;
  padding: 10px;
  width: 250px;
  float: left;
  font-size: 18px;
  cursor: pointer;
}

.container-radio label.radio-property-type-one {
  border-radius: 10px 0 0 10px;
}

.container-radio label.radio-property-type-two {
  border-radius: 0 10px 10px 0;
}

.section-radio input[type="radio"] {
  display: none;
}

.section-radio input[type="radio"]:checked + label {
  background: #9c1d5e;
  color: #fff;
}

.suburbs-select {
  width: 75%;
}

.suburbs-checkbox {
  width: 66%;
}

.all-selected-agents {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.all-selected-agents .item {
  width: 320px;
  height: 320px;
  text-align: center;
  margin: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: #fff;
  padding-bottom: 70px;
}

.remove-selected-card {
  position: absolute;
  top: 10px;
  right: 18px;
  outline: none;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 28px;
  color: #fff;
}

.more-profile-card {
  display: none;
  width: 300px;
  height: auto;
  margin: auto;
  background-color: #fff;
  padding: 10px 20px;
  display: block;
  border: 1px solid #9c1d5e;
  border-radius: 10px;
  text-align: left;
}

.agency-all-card {
  width: 100%;
  padding-left: 5%;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.agency-card {
  width: 30%;
  height: auto;
  background-color: #fff;
  margin: 10px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.header-agency {
  width: 100%;
  height: 40%;
  background-color: #9c1d5e;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agency-img-back {
  width: 110px;
  height: 110px;
  padding: 2px;
  background-color: #9c1d5e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 20px;
}

.header-agency-img {
  vertical-align: middle;
  width: 100px !important;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: #9c1d5e;
}

.agency-card-text {
  width: 100%;
  padding: 10px;
  padding-top: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

.card-about-agency {
  border: 2px solid #9c1d5e;
  text-align: left;
  padding: 12px;
  margin-top: 15px;
  border-radius: 15px;
}

.card-about-agency h6 {
  color: #9c1d5e;
  font-weight: 600;
}

.card-about-agency p {
  margin-bottom: 0;
  white-space: pre-wrap;
  font-size: 14px;
}

.agency-btn-group {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.agency-btn-group button {
  width: 50%;
  height: 40px;
  background-color: #9c1d5e;
  color: #fff;
  margin: 3px;
  padding: 4px;
  outline: none;
  border: none;
  cursor: pointer;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-size: 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 8px;
}

.agency-btn-group button[disabled] {
  opacity: 0.8;
  cursor: auto;
}

.agency-card-text a {
  color: #000;
}

.agency-card-text a:hover {
  color: #9c1d5e;
}

.agency-card-name {
  font-size: 1.3rem;
}

.agency-card-agency-name {
  font-size: 1rem;
}

.directory {
  width: 100%;
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  padding-top: 150px;
}

.header-text-directory {
  width: 100%;
  text-align: center;
}

.header-text-directory h1 {
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
}

.header-text-directory h2 {
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
}

.header-text-directory p {
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-size: 18px;
  margin-top: 20px;
}

.directory-list {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}

.header-directory-list {
  width: 100%;
  background-color: #d4d4d4;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  padding: 5px 20px;
  border-radius: 3px;
  border: 1px solid #c2c2c2;
}

.header-directory-list-state {
  width: 100%;
  background-color: #f0f0f0;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 20px;
  border-radius: 3px;
  border: 1px solid #c2c2c2;
  margin: 5px 0;
}

.header-directory-list p {
  margin-bottom: 0;
}

.items-all-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.link-list {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #c2c2c2;
}

.autocomplete {
  width: 100%;
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.cities-footerText-Box {
  width: 100%;
  height: auto;
}

.cities-footerText {
  width: 100%;
  height: auto;
  border: 5px solid #9c1d5e;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  padding: 50px;
  margin-top: 50px;
}

.cities-footerText h2 {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.cities-footerText p {
  font-size: 18px;
}

.cities-footerText ol li {
  font-size: 18px;
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
}

.section-link-directory {
  width: 100%;
  height: auto;
  padding: 0 10%;
  margin-top: 50px;
  margin-bottom: 60px;
}

.div-section-link-directory {
  width: 100%;
  height: auto;
  padding: 40px 20px;
  border: 1px solid #9c1d5e;
  border-radius: 15px;
  text-align: center;
}

.div-section-link-directory p {
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-size: 18px;
  margin-bottom: 30px;
}

.div-section-link-directory a {
  background-color: #9c1d5e;
  color: #fff;
  font-weight: 600;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  padding: 15px 40px;
  border-radius: 15px;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-size: 18px;
}

.div-section-link-directory a:hover {
  text-decoration: none;
}

.all-selected-titr {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.plan-message {
  width: 100%;
  height: auto;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 5px solid #9c1d5e;
  border-radius: 15px;
  font-size: 18px;
  margin-top: 30px;
}

.plan-message a {
  background-color: #9c1d5e;
  color: #fff;
  font-weight: 600;
  padding: 10px 40px;
  margin-top: 20px;
  border-radius: 15px;
  text-decoration: none;
}

.introduction-card-agency {
  width: 90%;
  margin: auto;
  height: auto;
  background-color: #fff;
  margin-bottom: 30px;
  border: 4px solid #9c1d5e;
  border-radius: 8px;
  padding: 20px;
}

.introduction-card-agency h6 {
  font-size: 19px;
  font-weight: 600;
  color: #9c1d5e;
  margin-bottom: 15px;
}

.introduction-card-agency p {
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #000;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  border: none;
  background-color: #fff;
  text-align: left;
  white-space: pre-wrap;
}

.approved-purchased-dashboard {
  width: 100%;
  height: auto;
  padding: 5% 0;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
}

.approved-purchased-column {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.approved-purchased-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #e0e0e0;
  padding: 20px;
  margin-bottom: 8px;
}

.approved-purchased-inside-box {
  width: 100%;
  height: auto;
  background-color: #ffffffce;
  padding: 10px;
  color: #000;
  margin-top: 10px;
}

.approved-purchased-row {
  width: 60%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.approved-purchased-row h5 {
  color: #691340;
  width: 300px;
}

.approved-purchased-row p {
  width: 200px;
}

.approved-purchased-line {
  width: 100%;
  border-top: 2px solid #e0e0e0;
  margin-bottom: 20px;
}

.plan-section {
  width: 80%;
  height: auto;
  margin: auto;
  margin-bottom: 5%;
  padding: 3%;
  border: 5px solid #9c1d5e;
  border-radius: 8px;
  text-align: center;
}
.plan-section p {
  font-size: 18px;
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
}

.plan-section-button {
  background: #9c1d5e;
  margin-top: 30px;
  color: #fff;
  padding: 1% 5%;
  border-radius: 20px;
  font-weight: 600;
}

.plan-section-button:hover {
  color: #fff;
  background: #9c1d5fe1;
}

.btn-subscribe {
  border-radius: 5px;
  border: none;
  background-color: #fff;
  color: #21262a;
  font-weight: 600;
  padding: 10px 50px;
}

.btn-subscribe:hover {
  text-decoration: none;
  color: #054df9;
}

.alert-box-index {
  display: none;
}

@media (min-width: 501px) and (max-width: 1068px) {
  .profile {
    position: absolute;
    left: 36px;
    top: 9px;
    text-align: center;
  }
  .dropdown-content,
  .dropdown-content10,
  .dropdown-content1,
  .dropdown-content2,
  .dropdown-content3,
  .dropdown-content4 {
    position: relative !important;
    box-shadow: none;
    width: 100%;
  }

  .more-less-btn,
  .more-less-btn1 {
    position: absolute;
    top: 253px;
    left: 20px;
  }

  .dashboard {
    padding: 10% 4%;
  }

  .pr-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #9c1d5e;
  }

  .pr-logo {
    padding: 0;
  }

  .pr-boxs {
    flex-wrap: nowrap;
    flex-direction: row;
    position: absolute;
    right: 10px;
    top: 63px;
  }

  .pr-buttons {
    width: 167px;
    position: absolute;
    bottom: 35px;
    left: 48px;
  }

  .pr-btn {
    width: 100%;
    height: 34px;
    margin: 3px 0;
  }

  .box-type1 h6,
  .box-type2 h6 {
    margin-top: 0px;
    font-size: 16px;
  }

  .box-type1 p,
  .box-type2 p {
    /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
    font-size: 15px;
    color: #535b61;
  }

  .box-type1 h2 span {
    /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
    font-size: 18px;
    color: #555a5e;
  }

  .box-type1 {
    width: 140px;
    padding-bottom: 10px;
    border-right: 1px solid #a6afb6;
    margin: 0;
  }

  .box-type2 {
    width: 140px;
    padding-bottom: 10px;
    border-right: none;
    margin: 0;
  }

  .box-type1 h2,
  .box-type2 h2 {
    /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
    font-size: 30px;
    color: #000;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .purchased-p-group {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .purchased-p {
    margin-bottom: 5px;
    margin-top: 0;
  }

  .dashboard-comment {
    margin-bottom: 10px;
  }

  .more-box,
  .more-box1 {
    padding: 30px 30px;
    height: 250px;
    overflow-y: scroll;
  }

  .profile-box {
    justify-content: center;
    height: 280px !important;
    padding: 15px;
  }

  .img-work {
    width: 100%;
  }

  .text-work {
    width: 100%;
  }

  .menu-navbar {
    width: 50%;
  }

  .logo {
    z-index: 2;
  }

  .column-row {
    justify-content: flex-start;
  }

  .dropdown .dropbtn {
    display: none;
  }

  .dropdown {
    float: none;
  }

  .dropdown-content,
  .dropdown-content10 {
    position: relative;
    box-shadow: none;
    width: 100%;
  }

  .drop-box,
  .drop-box10 {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 10px 10px;
    justify-items: stretch;
  }

  .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

  .logo img {
    width: 140px;
  }

  .lottie-ani {
    width: 250px;
    height: 250px;
  }

  .lottie-cal {
    width: 250px;
    height: 250px;
  }

  .menu-item {
    margin-top: 0.8rem;
  }

  .bar {
    display: block;
    width: 20px;
    height: 2px;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #9c1d5e;
    border-radius: 25px;
  }

  .nav-menu {
    position: fixed;
    left: -100%;
    top: 0;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    width: 35%;
    height: 100%;
    overflow-y: scroll;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
  }

  .nav-menu.active {
    left: 0;
  }

  .menu-item:first-child {
    margin-top: 8rem;
  }

  .menu-item-type2:first-child {
    margin-top: 8rem;
  }

  .hamburger {
    display: block;
    cursor: pointer;
    z-index: 2;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .home-header,
  .header-type-two {
    padding: 10px 20px;
    align-items: center;
  }

  .first-main {
    padding: 20px;
    height: 50vh;
  }

  .main-p {
    width: 75%;
    margin-top: 50px;
  }

  .buttons {
    flex-direction: column;
  }

  .btn {
    margin-top: 20px;
    margin-left: 0;
  }

  .suburb {
    flex-direction: column-reverse;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
  }

  .comparison-type1 {
    flex-direction: column-reverse;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
  }

  .calculator {
    flex-direction: column-reverse;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
  }

  .text-suburb {
    text-align: center;
  }

  .text-suburb-co {
    text-align: center;
  }

  .btn-suburb {
    margin-top: 12px;
  }

  .calculator {
    padding: 50px 30px;
  }

  .btn-calculator {
    margin-top: 19px;
    margin-bottom: 32px;
  }

  footer {
    flex-direction: column;
    padding-top: 100px;
  }

  .footer-type2 {
    justify-content: flex-start;
  }

  .footer-type3 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    padding: 0 80px;
    margin-top: 30px;
  }

  footer ul li {
    margin-right: 100px;
  }

  .contact {
    height: 240px;
    padding: 20px 10px;
  }

  .talk {
    padding: 20px 20px;
    height: 35vh;
  }

  .talk-box {
    width: 100%;
    height: 30vh;
    padding: 20px 20px;
  }

  .info {
    padding: 60px 50px;
  }

  .main-type-two {
    width: 100%;
    height: 750px;
    flex-direction: column;
    padding: 55px 20px;
  }

  .text-video-main,
  .video-main {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #my-video {
    width: 600px;
    height: 320px;
    outline: none;
    border: none;
  }

  .buttons-type-two {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-p1-type2 {
    width: 70%;
  }

  .btn-type-two,
  .btn-type-two:link,
  .btn-type-two:visited {
    margin-left: 0;
    margin-bottom: 15px;
  }

  .map-section {
    width: 100%;
    padding: 20px 20px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .map-section-type2 {
    width: 100%;
    padding: 20px 20px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .comparison {
    width: 100%;
    padding: 20px 20px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .map-right-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
    padding-bottom: 0;
  }

  .talk-type2 {
    width: 100%;
    height: 500px;
    margin-top: 150px;
    margin-bottom: 80px;
  }

  .wealth {
    height: 23vh;
  }

  .text-calculator {
    flex: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .all-selected-agents {
    flex-wrap: wrap;
  }

  .all-selected-agents .item {
    width: 310px;
    height: 315px;
  }
}

@media (min-width: 501px) and (max-width: 700px) {
  .dropdown-content,
  .dropdown-content10,
  .dropdown-content1,
  .dropdown-content2,
  .dropdown-content3,
  .dropdown-content4 {
    position: relative !important;
    box-shadow: none;
    width: 100%;
  }

  .dashboard {
    padding: 21% 4%;
  }

  .pr-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #9c1d5e;
  }

  .pr-logo {
    padding: 3%;
  }

  .pr-boxs {
    flex-wrap: nowrap;
    flex-direction: column;
    position: absolute;
    right: 50px;
    top: 0;
  }

  .pr-buttons {
    width: 133px;
    position: absolute;
    bottom: 46px;
    left: 44px;
  }

  .pr-btn {
    width: 100%;
    height: 34px;
    margin: 3px 0;
  }

  .box-type1 h6,
  .box-type2 h6 {
    margin-top: 0px;
    font-size: 12px;
  }

  .box-type1 p,
  .box-type2 p {
    /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
    font-size: 13px;
    color: #535b61;
  }

  .box-type1 h2 span {
    /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
    font-size: 18px;
    color: #555a5e;
  }

  .box-type1 {
    width: 221px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a6afb6;
    border-right: none;
    margin: 0;
  }

  .box-type2 {
    width: 140px;
    padding-bottom: 10px;
    border-right: none;
    margin: 0;
  }

  .box-type1 h2,
  .box-type2 h2 {
    /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
    font-size: 25px;
    color: #000;
  }

  .profile-box {
    justify-content: center;
    height: 262px !important;
    padding: 15px;
  }
}

@media (max-width: 500px) {
  .agency-all-card {
    width: 100%;
    padding-left: 0;
  }

  .agency-card {
    width: 100%;
  }

  .all-selected-agents {
    flex-direction: column;
  }

  .all-selected-agents .item {
    width: 100%;
    height: 334px;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .all-selected-agents-div {
    width: 100%;
  }

  .more-profile-card {
    width: 100%;
    margin-bottom: 20px;
  }

  .suburbs-checkbox {
    width: 100%;
  }

  .buyer-btn {
    padding: 5px 5px;
    background-color: #9c1d5e;
    color: #fff;
    font-size: 12px;
  }

  .buyer-btn i {
    margin-right: 0;
    padding: 0 5px;
    font-size: 15px;
  }

  .buyer-btn p {
    display: none;
  }

  .buyer-btn-select {
    padding: 10px;
    background-color: #9c1d5e;
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
  }

  .buyer-btn-select i {
    margin-right: 0;
    padding: 0 5px;
    font-size: 15px;
  }

  .profile {
    position: absolute;
    left: -15px;
    top: 24px;
    text-align: center;
  }
  .menu-item a {
    font-size: 19px;
    padding-bottom: 0;
  }

  .dropbtn,
  .dropbtn10 {
    font-size: 19px;
  }

  .dropbtn1,
  .dropbtn2,
  .dropbtn3 {
    font-size: 19px;
  }

  .onebtn {
    width: 222px;
  }

  .background {
    align-items: center;
  }

  small {
    margin-left: 23px;
  }

  .section-two {
    width: 100%;
    padding: 5% 10%;
    padding-top: 0;
    display: flex;
    flex-direction: column;
  }

  .text-two {
    width: 100%;
    padding-top: 10%;
  }

  .lottie-two {
    width: 100%;
  }

  .buyer-btn {
    padding: 5px 5px;
    background-color: #9c1d5e;
    color: #fff;
    font-size: 12px;
  }

  .dashboard {
    padding: 30% 4%;
  }

  .container-radio label {
    border: 3px #9c1d5e solid;
    padding: 8px;
    width: 250px;
    float: left;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
  }

  .suburbs-select {
    width: 100%;
  }

  .pr-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #9c1d5e;
  }

  .pr-logo {
    padding: 3%;
  }

  .pr-boxs {
    flex-wrap: nowrap;
    flex-direction: column;
    position: absolute;
    right: 10px;
    top: 0;
  }

  .pr-buttons {
    width: 133px;
    position: absolute;
    bottom: 50px;
    left: 10px;
  }

  .pr-btn {
    width: 100%;
    height: 34px;
    margin: 3px 0;
  }

  .box-type1 h6,
  .box-type2 h6 {
    margin-top: 0px;
    font-size: 12px;
  }

  .box-type1 p,
  .box-type2 p {
    /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
    font-size: 13px;
    color: #535b61;
  }

  .box-type1 h2 span {
    /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
    font-size: 18px;
    color: #555a5e;
  }

  .purchased-p {
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .img-work {
    width: 100%;
  }

  .text-work {
    width: 100%;
  }

  .menu-navbar {
    width: 50%;
  }

  .logo {
    z-index: 2;
  }

  .box-type1 {
    width: 197px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #a6afb6;
    border-right: none;
    margin: 0;
  }

  .purchased-p-group {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .purchased-p {
    margin-bottom: 5px;
    margin-top: 0;
  }

  .dashboard-comment {
    margin-bottom: 10px;
  }

  .box-type2 {
    width: 140px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-right: none;
    margin: 0;
  }

  .box-type1 h2,
  .box-type2 h2 {
    /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
    font-size: 25px;
    color: #000;
  }

  .more-box,
  .more-box1 {
    padding: 30px 15px;
    height: 250px;
    overflow-y: scroll;
    width: 100%;
    overflow-x: hidden;
  }

  .dashboard-comment {
    width: 100%;
  }

  .profile-box {
    justify-content: center;
    height: 315px !important;
    padding: 15px;
  }

  .more-less-btn,
  .more-less-btn1 {
    position: absolute;
    top: 280px;
    left: 20px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    color: #9c1d5e;
    font-size: 15px;
    /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/
  }

  .blog {
    width: 100%;
    height: auto;
    padding: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .post-box {
    min-height: 480px;
  }

  .dropdown .dropbtn {
    display: none;
  }

  .dropdown {
    float: none;
  }

  .dropdown-content,
  .dropdown-content10,
  .dropdown-content1,
  .dropdown-content2,
  .dropdown-content3,
  .dropdown-content4 {
    position: relative !important;
    box-shadow: none;
    width: 100%;
    padding: 0;
  }

  .drop-box,
  .drop-box10 {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 10px 10px;
    justify-items: stretch;
  }

  .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

  .logo img {
    width: 130px;
  }

  .lottie-ani {
    width: 250px;
    height: 250px;
  }

  .lottie-ani-co {
    width: 350px;
    height: 250px;
  }

  .lottie-cal {
    width: 250px;
    height: 250px;
  }

  .menu-item {
    margin-top: 0.8rem;
  }

  .bar {
    display: block;
    width: 20px;
    height: 2px;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #9c1d5e;
    border-radius: 25px;
  }

  .nav-menu {
    position: fixed;
    left: -100%;
    top: 0;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
  }

  .nav-menu.active {
    left: 0;
  }

  .menu-item:first-child {
    margin-top: 8rem;
  }

  .menu-item-type2:first-child {
    margin-top: 8rem;
  }

  .hamburger {
    display: block;
    cursor: pointer;
    z-index: 2;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .home-header,
  .header-type-two {
    padding: 10px 20px;
    align-items: center;
  }

  .first-main {
    padding: 20px;
  }

  .main-p {
    width: 100%;
    margin-top: 50px;
  }

  .buttons {
    flex-direction: column;
  }

  .suburb {
    flex-direction: column-reverse;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
  }

  .comparison-type1 {
    flex-direction: column-reverse;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
  }

  .calculator {
    flex-direction: column-reverse;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
  }

  .text-suburb {
    text-align: center;
  }

  .text-suburb-co {
    text-align: center;
  }

  .btn-suburb {
    margin-top: 12px;
  }

  .calculator {
    padding: 50px 30px;
  }

  .btn-calculator {
    margin-top: 19px;
    margin-bottom: 32px;
  }

  footer {
    flex-direction: column;
    padding-top: 100px;
  }

  .footer-type2 {
    flex-direction: column;
  }

  footer ul li {
    margin-right: 50px;
  }

  .contact {
    height: 240px;
    padding: 20px 10px;
  }

  .talk {
    padding: 20px 20px;
  }

  .talk-box {
    width: 100%;
    height: 60vh;
    padding: 20px 20px;
  }

  .info {
    padding: 60px 50px;
  }

  .main-type-two {
    width: 100%;
    height: 750px;
    flex-direction: column;
    padding: 55px 20px;
  }

  .text-video-main,
  .video-main {
    width: 100%;
    margin-right: 0;
  }

  #my-video {
    width: 100%;
    height: 250px;
    outline: none;
    border: none;
  }

  .buttons-type-two {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-p1-type2 {
    width: 100%;
  }

  .btn-type-two,
  .btn-type-two:link,
  .btn-type-two:visited {
    margin-left: 0;
    margin-bottom: 15px;
  }

  .map-section {
    width: 100%;
    padding: 20px 20px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .map-section-type2 {
    width: 100%;
    padding: 20px 20px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .comparison {
    width: 100%;
    padding: 20px 20px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .map-right-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
    padding-bottom: 0;
  }

  .talk-type2 {
    width: 100%;
    height: 500px;
    margin-top: 150px;
    margin-bottom: 80px;
  }

  .header-type-two.scrolled {
    padding: 20px 15px;
  }

  .text-calculator {
    flex: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .dashboard-button {
    margin-top: 30px;
  }

  .client-button {
    height: 165px;
    width: 100%;
  }

  .row-property {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .property-data {
    width: 100%;
  }

  .property-more-button {
    justify-content: center;
  }
}

@media (max-width: 320px) {
  .dropdown-content,
  .dropdown-content10,
  .dropdown-content1,
  .dropdown-content2,
  .dropdown-content3,
  .dropdown-content4 {
    position: relative !important;
    box-shadow: none;
    width: 100%;
  }

  .box-type2 {
    width: 100px;
    padding-bottom: 10px;
    margin: 0;
  }

  .pr-boxs {
    flex-wrap: nowrap;
    flex-direction: column;
    position: absolute;
    right: -3px;
    top: 0;
  }
}

@media (max-width: 400px) {
  .box-type1 {
    width: 160px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a6afb6;
    border-right: none;
    margin: 0;
  }

  .purchased-p-group {
    flex-direction: column;
  }

  .profile-box {
    justify-content: center;
    height: 335px !important;
    padding: 15px;
  }

  .more-less-btn,
  .more-less-btn1 {
    position: absolute;
    top: 302px;
  }
}

@media (max-width: 1024px) {
  .filter-row {
    flex-direction: column;
  }

  .filter-row-bow {
    width: 100%;
  }

  .card-filter {
    padding: 13px !important;
  }

  .checkbox > input + div {
    padding: 5px 7px;
  }

  .property-data {
    margin-right: 15px;
  }
}

@media (max-width: 750px) {
  .faq-landing-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10% 1%;
    border-top: 1px solid #9c1d5e;
  }

  .question-landing-faq {
    width: 100%;
  }

  .row-qu-box {
    width: 100%;
  }

  .answer-landing-faq {
    margin-top: 12px;
    width: 100%;
  }

  .faq-section-landing {
    padding: 7% 9%;
  }

  .faq-section-landing h2 {
    margin-bottom: 8%;
  }

  .faq-section-landing h3 {
    margin-bottom: 8%;
  }

  .property-box {
    margin-top: 72px;
  }

  .agency-card-name {
    font-size: 1.5rem;
  }

  .agency-card-agency-name {
    font-size: 1.2rem;
  }

  .all-selected-titr {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .approved-purchased-row {
    width: 100%;
  }
}

@media (max-width: 1070px) {
  .menu-item-type2 {
    margin: 2rem;
    margin-left: 11px;
    margin-right: 0;
    margin-top: 0.8rem;
  }
}

#footer-subscribe,
#footer-subscribe #footer-subscribe-line {
  width: 45%;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}

.Home_column__Bx5cY h6 {
  color: #fff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin-top: 15px;
}

.Home_footerColumnLine__hxSlz {
  width: 300px;
  border: 1px solid #fff;
  margin: 15px 0;
  width: 100%;
}

.css-nzinn5-MuiContainer-root {
  max-width: 444px;
}

@media (min-width: 600px) {
  .css-nzinn5-MuiContainer-root {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.css-nzinn5-MuiContainer-root {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
  padding-left: 16px;
  padding-right: 16px;
}

.css-17vbkzs-MuiFormControl-root-MuiTextField-root {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
  margin-top: 16px;
  margin-bottom: 8px;
  width: 100%;
}

.footer-subscribe-input label {
  color: white !important;
  transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
}

.css-14s5rfu-MuiFormLabel-root-MuiInputLabel-root {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375em;
  letter-spacing: 0.00938em;
  padding: 0;
  position: relative;
  display: block;
  transform-origin: top left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 24px);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(14px, 16px) scale(1);
  -moz-transform: translate(14px, 16px) scale(1);
  -ms-transform: translate(14px, 16px) scale(1);
  transform: translate(14px, 16px) scale(1);
  -webkit-transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
    -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
    max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
    transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
    max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  z-index: 1;
  pointer-events: none;
}

.footer-subscribe-input label {
  color: white !important;
}

.css-14s5rfu-MuiFormLabel-root-MuiInputLabel-root {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375em;
  letter-spacing: 0.00938em;
  padding: 0;
  position: relative;
  display: block;
  transform-origin: top left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 24px);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(14px, 16px) scale(1);
  -moz-transform: translate(14px, 16px) scale(1);
  -ms-transform: translate(14px, 16px) scale(1);
  transform: translate(14px, 16px) scale(1);
  -webkit-transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
    -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
    max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
    transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
    max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  z-index: 1;
  pointer-events: none;
}

.footer-subscribe-input div {
  color: white !important;
  border-color: white !important;
}

.css-md26zr-MuiInputBase-root-MuiOutlinedInput-root {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375em;
  letter-spacing: 0.00938em;
  color: rgba(0, 0, 0, 0.87);
  box-sizing: border-box;
  position: relative;
  cursor: text;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  border-radius: 4px;
}

.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input:invalid {
  box-shadow: none;
}

.MuiInputBase-input:focus {
  border: none;
  outline: none;
}

.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
  font: inherit;
  letter-spacing: inherit;
  color: currentColor;
  padding: 4px 0 5px;
  border: 0;
  box-sizing: content-box;
  background: none;
  height: 1.4375em;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  display: block;
  min-width: 0;
  width: 100%;
  -webkit-animation-name: mui-auto-fill-cancel;
  animation-name: mui-auto-fill-cancel;
  -webkit-animation-duration: 10ms;
  animation-duration: 10ms;
  padding: 16.5px 14px;
}

.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input:focus {
}

.footer-subscribe-input fieldset {
  color: white !important;
  border-color: white !important;
}

.css-1d3z3hw-MuiOutlinedInput-notchedOutline {
  text-align: left;
  position: absolute;
  bottom: 0;
  right: 0;
  top: -5px;
  left: 0;
  margin: 0;
  padding: 0 8px;
  pointer-events: none;
  border-radius: inherit;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  min-width: 0%;
  border-color: rgba(0, 0, 0, 0.23);
}

.Home_btnSubscribe__CZ_eR {
  border-radius: 5px;
  border: none;
  background-color: #fff;
  color: #21262a;
  font-weight: 600;
  padding: 10px 50px;
}

.css-1ksrfft-MuiButtonBase-root-MuiButton-root {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 16px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #fff;
  background-color: #1976d2;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
  color: #21262a;
  border: 1px solid #054df9;
  font-weight: 600;
  font-size: 15px;
  margin-top: 3%;
  background-color: #ffffff;
  margin-top: 24px;
  margin-bottom: 16px;
}

.css-8je8zh-MuiTouchRipple-root {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
}

.footer-input-label-focused {
  position: absolute !important;
  top: -2rem !important;
  background: #21262a !important;
  font-size: 0.875rem !important;
}

.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input:-internal-autofill-selected {
  background-color: transparent !important;
}

.css-zw3mfo-MuiModal-root-MuiDialog-root {
  position: fixed;
  z-index: 1300;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
}

.success-modal {
  display: none;
}

.success-modal.show {
  display: block !important;
}

.css-yiavyu-MuiBackdrop-root-MuiDialog-backdrop {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
  z-index: -1;
  opacity: 1;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-hz1bth-MuiDialog-container {
  height: 100%;
  outline: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  opacity: 1;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-tlc64q-MuiPaper-root-MuiDialog-paper {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 4px;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  margin: 32px;
  position: relative;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: calc(100% - 64px);
  max-width: 600px;
  width: calc(100% - 64px);
}

.css-aw0cy1-MuiTypography-root-MuiDialogTitle-root {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.0075em;
  padding: 16px 24px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}
