@charset "UTF-8";
@import url('./bootstrap.min.css');
@import url('./jquery-ui.css');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://cdn-uicons.flaticon.com/uicons-solid-straight/css/uicons-solid-straight.css');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css');
@import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-brands/css/uicons-brands.css');
@import url('./owl.carousel.min.css');
@import url('./owl.theme.default.css');
@import url('./jquery.fancybox.css');
*:focus,
*:active {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

body {
  animation:
    fade-in 1s,
    bg-move 10s linear infinite;
  -webkit-animation:
    fade-in 1s,
    bg-move 10s linear infinite;
  font:
    1em 'Figtree',
    sans-serif;
  color: #000;
}

oz-selection {
  background: rgba(0, 0, 0, 0.2);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: transparent !important;
}

ol,
ul {
  margin: 0 !important;
  padding: 0 !important;
}

p {
  color: #5a5a5a;
}

.txt2 {
  color: #0c3433;
}

.hoverstyle figure {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
}

.hoverstyle figure div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  height: 100%;
  line-height: 20;
  width: 100%;
  border-radius: 10px;
}

.hoverstyle figure a img {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.hoverstyle:hover figure a img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  border-radius: 10px;
}

.hoverstyle:hover figure div {
  opacity: 1;
}

.nav li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
}

.nav li:hover {
  border-bottom: 2px solid #fff;
}

.nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.myacct .btn-login {
  background-color: #fff;
  color: #000;
  border-radius: 50px;
  padding: 10px 20px;
}

.myacct .btn-login:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.myacct li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
  font-weight: 500;
}

.myacct li a {
  text-decoration: none;
  color: #fff;
}

#login .modal-header {
  border-bottom: none;
}

#login .modal-content {
  background-image: url(../images/login.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#login li {
  list-style: none;
  margin-bottom: 12px;
  display: block;
}

#login h3 {
  color: #0c3433;
  font-weight: 700;
}

#login p a {
  color: #0c3433;
  font-weight: 600;
}

#login .form-acct .form-control {
  border: none;
  border-bottom: 1px solid #eee;
  border-radius: 0px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-left: 0px;
}

#topmenu {
  position: absolute;
  z-index: 999;
  top: 0;
  width: 100%;
}

#topmenu .wrap_menu {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 15px 0px;
}

#topmenu .wrap_menu.sticky {
  background-color: #0c3433;
  top: 0px;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
}

#topmenu .wrap_menu.sticky img {
  width: 40%;
}

#topmenusec {
  background-color: #0c3433;
}

#topmenusec .mainlogo {
  margin: 10px 0px;
  display: block;
}

#topmenusec .wrap_menu {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 0px;
  background-color: #0c3433;
}

#topmenusec .wrap_menu.sticky {
  background-color: #0c3433;
  top: 0px;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
}

#topmenusec .wrap_menu.sticky .mainlogo img {
  width: 40%;
}

#homepage .bannerhomepage {
  position: relative;
}

#homepage .bannerhomepage .caption-banner {
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 15%;
}

#homepage .bannerhomepage .caption-banner h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 4rem;
}

#homepage .popular-location {
  background-color: #ebfafb;
  padding: 2em 0em;
}

#homepage .popular-location .carousel-wrapper {
  margin-right: calc(-1 * (100vw - 100%) / 2);
  padding-right: 80px;
  overflow: visible;
}

#homepage .popular-location .owl-nav button {
  position: absolute;
  top: 40%;
  z-index: 5;
}

#homepage .popular-location .owl-nav button img {
  width: 80%;
}

#homepage .popular-location .owl-nav .owl-prev {
  left: -50px;
}

#homepage .popular-location .owl-nav .owl-next {
  right: 120px;
}

#homepage .popular-location .location-carousel .item {
  margin-right: 10px;
  border-radius: 15px;
  overflow: hidden;
}

#homepage .popular-location .location-carousel .owl-nav {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#homepage .popular-location .carousel-wrapper:hover .owl-nav {
  opacity: 1;
  pointer-events: auto;
}

#homepage .more-top {
  margin-top: 6em;
}

.area-list li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
}

.area-list li.active {
  border-bottom: 2px solid #0c3433;
}

.area-list li.active a {
  color: #0c3433;
  font-weight: 600;
}

.area-list li a {
  color: #a2a2a2;
  text-decoration: none;
}

.area-block {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.area-block .content {
  padding: 20px 20px 10px 20px;
}

.area-block .content h3 {
  font-size: 1.1rem;
  color: #fff;
}

.area-block .content span {
  color: #fff;
  font-size: 0.9rem;
}

.area-block img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition:
    transform 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
}

.area-block:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.topic h1,
.topic h2 {
  font-weight: 700;
  color: #0c3433;
  font-size: 1.5rem;
}

.topic h1 span,
.topic h2 span {
  color: #5a5a5a;
  font-weight: 400;
  font-size: 1rem;
  margin-left: 20px;
}

.topic h3 {
  font-weight: 700;
  color: #0c3433;
  font-size: 1.2rem;
}

.topic span {
  color: #b1b1b1;
  font-size: 0.9rem;
}

.listside ul li {
  list-style-type: none;
  display: block;
  padding-bottom: 10px;
}

.listside ul li a {
  color: #000;
  text-decoration: none;
}

.listside ul li a:hover {
  color: #0c3433;
}

.listside hr {
  border-top: 1px solid #eee;
  opacity: 1;
  margin: 10px 0px;
}

.prop-hz-box {
  border: 1px solid #eee;
  border-radius: 20px;
  position: relative;
}

.prop-hz-box.hoverstyle figure {
  border-radius: 20px 0px 0px 20px;
}

.prop-hz-box.hoverstyle figure div {
  border-radius: 20px 0px 0px 20px;
}

.prop-hz-box.hoverstyle figure a img {
  border-radius: 20px 0px 0px 20px;
  height: 330px;
  -o-object-fit: cover;
  object-fit: cover;
}

.prop-hz-box.hoverstyle:hover figure a img {
  border-radius: 20px 0px 0px 20px;
}

.prop-hz-box .addfav {
  position: absolute;
  right: 15px;
  top: 15px;
}

.prop-hz-box .addfav i {
  color: #fff;
  font-size: 1.3rem;
}

.prop-hz-box .content {
  padding: 20px 0px;
}

.prop-hz-box .content h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0c3433;
  width: 85%;
}

.prop-hz-box .content .location {
  color: #8f8f8f;
  font-size: 0.9rem;
}

.prop-hz-box .content .location i {
  vertical-align: middle;
  color: #0c3433;
}

.prop-hz-box .content hr {
  border-top: 1px solid #eee;
  opacity: 1;
  margin: 10px 0px;
}

.prop-hz-box .content .group-cta {
  position: absolute;
  bottom: 0;
  width: 28%;
  right: 0;
}

.prop-hz-box .content .group-cta .moredetails {
  background-color: #2c5364;
  color: #fff;
  border-radius: 50px 0px 0px 0px;
  width: 100%;
}

.prop-hz-box .content .group-cta .moredetails:hover {
  background-color: #5a5a5a;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.prop-hz-box .content .group-cta .contact-btn {
  background-color: #0c3433;
  color: #fff;
  border-radius: 0px 0px 20px 0px;
  width: 100%;
}

.prop-hz-box .content .group-cta .contact-btn:hover {
  background-color: #000;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.prop-hz-box .content .group-cta .contact-btn i {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 0.9rem;
}

.prop-hz-box .content .price {
  color: #0c3433;
  font-size: 1.5rem;
  font-weight: 600;
}

.prop-hz-box .content .price span {
  font-size: 0.85rem;
  font-weight: 400;
}

.prop-hz-box .content .ameprop {
  color: #8f8f8f;
}

.prop-hz-box .content .ameprop li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  font-size: 0.9rem;
}

.prop-hz-box .content .ameprop li i {
  vertical-align: middle;
  margin-right: 5px;
}

.prop-hz-box .cover-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px 0px 0px 20px;
}

.prop-hz-box .cover-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  pointer-events: none;
  z-index: 1;
}

.prop-hz-box .cover-img::before img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 0;
}

.prop-hz-box .agent-logo {
  position: absolute;
  top: 10px;
  right: 15px;
}

.prop-hz-box .agent-logo img {
  border-radius: 5px;
}

.prop-hz-box .label-tag {
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 1;
}

.prop-hz-box .label-tag li {
  list-style: none;
  display: inline-block;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 0.8rem;
  margin-left: 3px;
}

.prop-hz-box .label-tag li a {
  text-decoration: none;
  color: #fff;
}

.prop-main-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.prop-main-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition:
    transform 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
}

.prop-main-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.prop-main-box .label-tag {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 1;
}

.prop-main-box .label-tag li {
  list-style: none;
  display: inline-block;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 0.8rem;
  margin-left: 3px;
}

.prop-main-box .label-tag li a {
  text-decoration: none;
  color: #fff;
}

.prop-main-box .group-cta {
  margin-bottom: 20px;
}

.prop-main-box .group-cta ul li {
  list-style: none;
  display: inline-block;
}

.prop-main-box .group-cta ul li a {
  text-decoration: none;
}

.prop-main-box .group-cta .price {
  background-color: #fff;
  padding: 8px 100px 10px 20px;
  border-radius: 50px;
  color: #0c3433;
  font-size: 1.3rem;
  font-weight: 600;
}

.prop-main-box .group-cta .price span {
  font-size: 0.85rem;
  font-weight: 400;
}

.prop-main-box .group-cta .contact-btn {
  background-color: #0c3433;
  color: #fff;
  border-radius: 90px 50px 50px 0px;
  padding: 12px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -90px;
}

.prop-main-box .group-cta .contact-btn:hover {
  background-color: #000;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.prop-main-box .group-cta .contact-btn i {
  vertical-align: middle;
  margin-right: 5px;
}

.prop-main-box .group-cta .addfav {
  color: #fff;
  margin-left: 20px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(2%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 2%, rgba(0, 0, 0, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  padding-bottom: 10px;
}

.overlay .content-prop {
  position: absolute;
  color: #fff;
  width: 90%;
}

.overlay .content-prop h2 {
  font-size: 1.3rem;
}

.overlay .content-prop p {
  color: #fff;
}

.featured-estate .owl-nav {
  position: absolute;
  top: -20%;
  right: 1px;
}

.featured-estate .owl-nav img {
  width: 80%;
}

.featured-estate .owl-nav .owl-next {
  right: 0;
}

.featured-estate .owl-nav .owl-prev {
  margin-left: -50px;
  position: absolute;
}

.banner-adlink {
  position: relative;
}

.banner-adlink img {
  border-radius: 15px;
}

.banner-adlink .textbn {
  position: absolute;
  color: #fff;
  top: 20%;
  left: 5%;
}

.banner-adlink .textbn h3 {
  font-size: 2.2rem;
}

.btn-main-gr {
  background-color: #0c3433;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 20px;
}

.btn-main-gr i {
  vertical-align: middle;
}

.btn-main-gr:hover {
  background-color: #5a5a5a;
  color: #fff;
}

.btn-cta-w {
  background-color: #fff;
  border: 1px solid #0c3433;
  border-radius: 50px;
  color: #0c3433;
  text-decoration: none;
  font-weight: 600;
  line-height: 20px;
  padding: 5px 20px;
}

.btn-cta-w:hover {
  background-color: #000;
  color: #fff;
}

.btn-cta-w i {
  vertical-align: middle;
  font-size: 1.2rem;
}

.btn-viewall {
  background-color: #fff;
  border: 1px solid #0c3433;
  border-radius: 50px;
  color: #0c3433;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 20px;
}

.btn-viewall:hover {
  background-color: #0c3433;
  color: #fff;
}

.w-link-btn {
  background-color: #fff;
  border-radius: 50px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 20px;
}

.w-link-btn:hover {
  background-color: #0c3433;
}

#footer {
  background-color: #0c3433;
  padding: 3em 0em 1em 0em;
}

#footer hr {
  border-top: 1px solid #fff;
}

#footer h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}

#footer p {
  color: #fff;
  font-size: 0.9rem;
  line-height: 24px;
}

#footer .footerlink li {
  list-style: none;
  padding-bottom: 10px;
}

#footer .footerlink li a {
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
}

#footer .footerlink li a:hover {
  color: #b1aa97;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#footer .social-ft li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

#footer .social-ft li a {
  text-decoration: none;
  color: #fff;
}

#footer .social-ft li a i {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  display: inline-block;
  font-size: 1.3rem;
}

#footer .social-ft li a i:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  /* ขยาย 30% */
}

#footer .social-ft li a svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  display: inline-block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}

#footer .social-ft li a svg:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  /* ขยาย 30% */
}

.news-box .news-content h3 {
  font-size: 1rem;
  color: #0c3433;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-box .news-content p {
  font-size: 0.9rem;
  line-height: 24px;
  color: #5a5a5a;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-box .news-content .date {
  color: #2c5364;
  font-size: 0.8rem;
}

.news-box .news-box-img {
  position: relative;
}

.news-box .news-box-img .newstag {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 0.8rem;
  color: #fff;
}

.news-main-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.news-main-box .content-news {
  padding: 20px 20px 10px 20px;
}

.news-main-box .content-news h3 {
  font-size: 1.1rem;
  color: #fff;
}

.news-main-box .newstag {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 0.8rem;
  color: #fff;
}

.news-main-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition:
    transform 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
}

.news-main-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.banner img {
  width: 100%;
}

.bannertop img {
  position: relative;
  width: 100%;
}

.bannertop .captionbanner-sub {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 30%;
  width: 90%;
}

.bannertop .captionbanner-sub h1 {
  color: #fff;
  font-size: 3.5rem;
  text-transform: uppercase;
}

.bannertop .captionbanner-sub p {
  font-size: 1.1rem;
  color: #fff;
}

.sorting .form-select {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  padding: 5px 0px;
}

.radio-group .custom-radio {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0px 29px !important;
}

.radio-group .custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-group .custom-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.radio-group .custom-radio:hover .checkmark {
  border-color: #333;
}

.radio-group .custom-radio input:checked ~ .checkmark {
  background-color: black;
  border-color: black;
}

.radio-group .checkmark::after {
  content: '';
  position: absolute;
  display: none;
}

.radio-group .custom-radio input:checked ~ .checkmark::after {
  display: block;
}

.radio-group .custom-radio .checkmark::after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.radio-group .hidden {
  display: none !important;
}

.radio-group .custom-input {
  margin-top: 10px;
  display: block;
}

.content-box-w {
  background-color: #fff;
  border-radius: 20px;
  -webkit-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
  padding: 30px 50px;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1) !important;
}

.content-box-w h2 {
  font-size: 1.3rem;
  color: #0c3433;
  font-weight: 700;
}

.content-box-w h2 .number {
  margin-right: 10px;
  font-style: italic;
  font-weight: 700;
}

.content-box-w .formgroup-reg .form-check-label {
  padding: 3px 0px;
}

.content-box-w .formgroup-reg label {
  padding: 10px 0px;
  font-weight: 500;
}

.content-box-w .formgroup-reg .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #eee;
  border-radius: 0px;
  padding: 5px 0px;
}

.content-box-w .formgroup-reg .form-select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #eee;
  border-radius: 0px;
  padding: 5px 0px;
}

.content-box-w .upload-file .form-control {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 6px 10px;
}

.check-container {
  font-size: 0.9rem;
  line-height: 20px;
  padding-left: 30px !important;
  padding-top: 0px !important;
  margin-bottom: 0;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #5a5a5a;
  position: relative;
}

.check-container a {
  color: #0c3433;
  text-decoration: none;
  font-weight: 600;
}

.check-container input {
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.check-container .checkmark:after {
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 6px;
  top: 2px;
}

.checkmark {
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.check-container input:checked ~ .checkmark {
  background-color: #0c3433;
  color: #fff;
}

.check-container input:checked ~ .checkmark:after {
  display: block;
}

.filter-list-sd .list-filter-hr .btn-check:checked + .btn {
  background-color: #0c3433;
  color: #fff;
}

.filter-list-sd .list-filter-hr .filter-btn {
  border: 1px solid #eee;
  font-size: 0.9rem;
  color: #5a5a5a;
  width: 49%;
  margin-bottom: 10px;
}

.filter-list-sd hr {
  opacity: 0.1;
}

.filter-list-sd h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0c3433;
}

.filter-list-sd .list-filter-mr li {
  list-style: none;
  display: inline-block;
  margin-bottom: 10px;
  width: 49%;
}

#matchpage .labelp {
  position: absolute;
  right: 10px;
  top: 10px;
}

#matchpage .labelp img {
  width: 40px;
  height: 20% !important;
}

#matchpage .box-agent-vert {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 25px rgba(64, 62, 62, 0.1) !important;
  box-shadow: 0px 4px 25px rgba(64, 62, 62, 0.1) !important;
  margin-bottom: 20px;
  margin-top: 10px;
  border-radius: 20px;
  position: relative;
}

#matchpage .box-agent-vert.hoverstyle figure {
  border-radius: 15px 15px 0px 0px;
}

#matchpage .box-agent-vert.hoverstyle figure div {
  border-radius: 15px 15px 0px 0px;
}

#matchpage .box-agent-vert.hoverstyle figure a img {
  border-radius: 15px 15px 0px 0px;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}

#matchpage .box-agent-vert.hoverstyle:hover figure a img {
  border-radius: 15px 15px 0px 0px;
}

#matchpage .box-agent-vert .boxcontent {
  padding: 20px;
}

#matchpage .box-agent-vert .boxcontent .btn-main-gr {
  font-size: 0.8rem;
}

#matchpage .box-agent-vert .boxcontent h3 {
  font-size: 1.1rem;
}

#matchpage .box-agent-vert .boxcontent span {
  color: #818181;
  font-size: 0.8rem;
  display: block;
  padding-bottom: 5px;
}

#matchpage .box-agent-vert .boxcontent .rate {
  background-color: #ebfafb;
  color: #0c3433;
  display: inline-block;
  font-size: 0.8rem;
  padding: 5px;
  border-radius: 5px;
}

#matchpage .box-agent-hz {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 25px rgba(64, 62, 62, 0.1) !important;
  box-shadow: 0px 4px 25px rgba(64, 62, 62, 0.1) !important;
  margin-bottom: 20px;
  margin-top: 10px;
  border-radius: 20px;
}

#matchpage .box-agent-hz .picagents {
  position: relative;
}

#matchpage .box-agent-hz .picagents img {
  border-radius: 15px;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}

#matchpage .box-agent-hz .boxcontent {
  padding: 10px;
}

#matchpage .box-agent-hz .boxcontent .btn-main-gr {
  font-size: 0.8rem;
}

#matchpage .box-agent-hz .boxcontent h3 {
  font-size: 1.1rem;
}

#matchpage .box-agent-hz .boxcontent span {
  color: #818181;
  font-size: 0.8rem;
  display: block;
  padding-bottom: 5px;
}

#matchpage .box-agent-hz .boxcontent .rate {
  background-color: #ebfafb;
  color: #0c3433;
  display: inline-block;
  font-size: 0.8rem;
  padding: 5px;
  border-radius: 5px;
}

#matchpage .carousel-wrapper {
  margin-right: calc(-1 * (100vw - 100%) / 2);
  overflow: visible;
}

#matchpage .owl-nav button {
  position: absolute;
  top: 30%;
  z-index: 5;
}

#matchpage .owl-nav button img {
  width: 80%;
}

#matchpage .owl-nav .owl-prev {
  left: -50px;
}

#matchpage .owl-nav .owl-next {
  right: 120px;
}

#matchpage .location-carousel .item {
  margin-right: 10px;
  border-radius: 15px;
}

#matchpage .location-carousel .owl-nav {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#matchpage .carousel-wrapper:hover .owl-nav {
  opacity: 1;
  pointer-events: auto;
}

#matchpage .save-sectiion {
  background-image: url(../images/grant-bg.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 4em 0em;
}

#matchpage .agent-ft {
  background-image: url(../images/match-ft.png);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 9em 0em;
}

#matchpage .agent-ft h4 {
  color: #fff;
}

#matchpage .groupmatch {
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
}

#matchpage .groupmatch li {
  list-style: none;
  display: inline-block;
  font-weight: 600;
  padding: 10px 20px;
}

#matchpage .groupmatch li a {
  color: #0c3433;
  text-decoration: none;
}

#matchpage .groupmatch li.active {
  background-color: #0c3433;
  border-radius: 50px;
}

#matchpage .groupmatch li.active a {
  color: #fff;
}

.listtype li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

.checklisting li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

#listproperty h5 {
  font-size: 1rem;
  color: #000;
  font-weight: 500;
}

#listproperty .rq {
  color: red;
}

#listproperty .agent-ft {
  background-image: url(../images/register-ft.png);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 9em 0em;
}

#listproperty .agent-ft h4 {
  color: #fff;
}

#planpage .owl-dots .owl-dot.active span {
  width: 20px;
  height: 5px;
  background-color: #fff;
}

#planpage .owl-dots .owl-dot span {
  width: 8px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}

#planpage .planbanner {
  background-image: url(../images/plan-ft-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

#planpage .planbanner .taglogo {
  background: rgba(0, 0, 0, 0.59);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 0px 0px 10px 10px;
  padding: 40px 10px;
  width: 65%;
  margin-left: 7em;
}

#planpage .planbanner .content {
  padding: 6em;
  color: #fff;
}

#planpage .planbanner .content p {
  margin-top: 20px;
  color: #fff;
}

#planpage .bg-green {
  background-color: #0c3433;
  padding: 3em 0em;
}

#planpage .priceselect {
  text-align: center;
}

#planpage .priceselect li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  background: transparent;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 1.1rem;
}

#planpage .priceselect li.active {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
}

#planpage .priceselect li.active a {
  color: #0c3433;
}

#planpage .priceselect li a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

#planpage .boxprice {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-top: 4em;
  height: 100%;
}

#planpage .boxprice li {
  list-style: none;
  padding-bottom: 20px;
  font-size: 0.9rem;
}

#planpage .boxprice li i {
  color: #005e3a;
  vertical-align: middle;
}

#planpage .boxprice h2 {
  font-size: 1.1rem;
  font-weight: 700;
}

#planpage .boxprice h3 {
  font-size: 3rem;
  color: #005e3a;
  font-weight: 700;
}

#planpage .boxprice h3 span {
  display: block;
  font-size: 0.9rem;
  color: #5a5a5a;
}

#planpage .boxprice h4 {
  font-weight: 700;
  font-size: 1.3rem;
  font-style: italic;
  color: #0c3433;
}

#planpage .boxprice .btn-subs {
  border-radius: 50px;
  width: 100%;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(29, 86, 85, 0.96)), to(#0c3433));
  background: linear-gradient(90deg, rgba(29, 86, 85, 0.96) 0%, #0c3433 100%);
}

#planpage .boxprice-rec {
  background-color: #fff;
  border-radius: 0px 20px 20px 20px;
  padding: 30px;
  position: relative;
  margin-top: 4em;
}

#planpage .boxprice-rec li {
  list-style: none;
  padding-bottom: 20px;
  font-size: 0.9rem;
}

#planpage .boxprice-rec li i {
  color: #005e3a;
  vertical-align: middle;
}

#planpage .boxprice-rec h2 {
  font-size: 1.1rem;
  font-weight: 700;
}

#planpage .boxprice-rec h3 {
  font-size: 3rem;
  color: #005e3a;
  font-weight: 700;
}

#planpage .boxprice-rec h3 span {
  display: block;
  font-size: 0.9rem;
  color: #5a5a5a;
}

#planpage .boxprice-rec h4 {
  font-weight: 700;
  font-size: 1.3rem;
  font-style: italic;
  color: #0c3433;
}

#planpage .boxprice-rec .btn-subs {
  border-radius: 50px;
  width: 100%;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(29, 86, 85, 0.96)), to(#0c3433));
  background: linear-gradient(90deg, rgba(29, 86, 85, 0.96) 0%, #0c3433 100%);
}

#planpage .boxprice-rec .redccomtag {
  background-color: #c4b426;
  border-radius: 20px 20px 0px 0px;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 10px 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -41px;
}

#newspage .news-slider img {
  border-radius: 10px;
}

#newspage .owl-nav button {
  position: absolute;
  top: 40%;
  z-index: 5;
}

#newspage .owl-nav button img {
  width: 70%;
}

#newspage .owl-nav .owl-prev {
  left: -50px;
}

#newspage .owl-nav .owl-next {
  right: -50px;
}

#newspage .news-box {
  margin-bottom: 30px;
}

#newspage .news-type li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

#newspage .news-type li.active a {
  color: #0c3433;
}

#newspage .news-type li a {
  color: #bbbbbb;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.5rem;
}

.pagination a {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 0.8rem;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
}

.pagination a:before {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pagination .pagination-active {
  color: #fff;
  background-color: #0c3433;
  border-radius: 50%;
}

.pagination .pagination-active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pagination a .pagination-active {
  color: #fff;
}

.pagination a:hover:before,
.pagination a .pagination-active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pagination-older i,
.pagination-newer i {
  color: #5a5a5a;
  vertical-align: middle;
  font-size: 1.1rem;
}

.searchgroup-home {
  position: absolute;
  bottom: -15%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 1;
  width: 70%;
}

.searchgroup-home .search-type {
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
}

.searchgroup-home .search-type li {
  list-style: none;
  display: inline-block;
  padding: 10px 50px;
}

.searchgroup-home .search-type li.active {
  background-color: #0c3433;
  border-radius: 50px;
}

.searchgroup-home .search-type li.active a {
  color: #fff;
}

.searchgroup-home .search-type li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.searchbox-w {
  background-color: #fff;
  border-radius: 50px;
  padding: 15px 30px;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1) !important;
}

.searchform-st .form-select,
.searchform-st .form-control {
  border: none;
  padding: 5px 0px;
}

#abtpage .bgabt {
  background-color: #ebfafb;
  padding: 5em 0em;
}

#abtpage .whysection {
  background-image: url(../images/abt-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6em 0em;
}

#abtpage .whysection .wh-box .icon {
  background-color: #fff;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
}

#abtpage .whysection .wh-box .icon:hover {
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1) !important;
}

#abtpage .whysection .wh-box h3 {
  font-size: 1.1rem;
  color: #fff;
  font-weight: 600;
}

#abtpage .abt-qt {
  background-image: url(../images/abt-qt.webp);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 8em 0em;
}

#abtpage .abt-qt h4 {
  color: #fff;
}

#legalpage .bgw {
  background-color: #fff;
  -webkit-box-shadow: 0px 3.69829px 23.1143px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 3.69829px 23.1143px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px;
}

#legalpage .bgw .nav-pills .nav-link {
  text-align: left;
  color: #000;
  display: inline-block;
  padding-bottom: 30px;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 20px;
}

#legalpage .bgw .nav-pills .nav-link.active {
  background-color: transparent;
  color: #0c3433;
  font-weight: 600;
  border-left: 3px solid #0c3433;
  border-radius: 0px;
}

#legalpage .stickcredit .sticky-top {
  top: 13%;
  z-index: 99;
}

.breadcrumb-item {
  font-size: 0.9rem;
  font-weight: 500;
}

.breadcrumb-item.active {
  color: #000;
}

.breadcrumb-item a {
  color: #5a5a5a;
  text-decoration: none;
  font-weight: 400;
}

#propertydetail .agtname {
  color: #0c3433;
  text-decoration: none;
  font-weight: 600;
}

#propertydetail .agtcom {
  text-decoration: none;
  font-size: 0.9rem;
  color: #8f8f8f;
}

#propertydetail .box-bl {
  background-color: #ebfafb;
  border-radius: 20px;
  padding: 20px;
}

#propertydetail .location-dt {
  overflow-y: scroll;
  height: 450px;
  /* Scrollbar style */
}

#propertydetail .location-dt::-webkit-scrollbar {
  width: 8px;
}

#propertydetail .location-dt::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 50px;
}

#propertydetail .location-dt::-webkit-scrollbar-thumb {
  background-color: #0c3433;
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: content-box;
}

#propertydetail .location-dt::-webkit-scrollbar-thumb:hover {
  background-color: #020b0a;
}

#propertydetail .location-dt li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#propertydetail .location-dt li a {
  color: #0c3433;
  font-weight: 600;
  text-decoration: none;
}

#propertydetail .location-dt li a span {
  display: block;
  color: #5a5a5a;
  font-size: 0.9rem;
  font-weight: 400;
}

#propertydetail .nearyby-location li {
  list-style: none;
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 30px;
}

#propertydetail .nearyby-location li.active a {
  color: #0c3433;
  font-weight: 700;
}

#propertydetail .nearyby-location li a {
  text-decoration: none;
  color: #8f8f8f;
}

#propertydetail .map iframe {
  border-radius: 20px;
}

#propertydetail .cta-box {
  z-index: 1;
  position: relative;
  -webkit-transform: translate(1px, -87px);
  transform: translate(1px, -87px);
}

#propertydetail .grouponbanner {
  position: relative;
}

#propertydetail .grouponbanner .cta-on-banner {
  position: absolute;
  bottom: 3%;
  z-index: 1;
  left: 10%;
}

#propertydetail .grouponbanner .cta-on-banner li {
  list-style: none;
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 10px 24px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

#propertydetail .grouponbanner .cta-on-banner li:hover {
  background: rgba(0, 0, 0, 0.4);
}

#propertydetail .grouponbanner .cta-on-banner li a {
  text-decoration: none;
  color: #fff;
}

#propertydetail .grouponbanner .cta-on-banner li a i {
  vertical-align: middle;
  font-size: 1.1rem;
  margin-right: 5px;
}

#propertydetail .bigpromo_slide {
  position: relative;
}

#propertydetail .bigpromo_slide .owl-next {
  position: absolute;
  right: 80px;
  top: 50%;
}

#propertydetail .bigpromo_slide .owl-next img {
  width: 80%;
}

#propertydetail .bigpromo_slide .owl-prev {
  position: absolute;
  left: 80px;
  top: 50%;
}

#propertydetail .bigpromo_slide .owl-prev img {
  width: 80%;
}

#propertydetail .bigpromo_slide .item img {
  height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
}

#propertydetail .tagtype-sale {
  background-color: #ebfafb;
  font-size: 0.9rem;
  border-radius: 5px;
  display: inline-block;
  font-weight: 600;
  color: #0c3433;
  padding: 5px 10px;
}

#propertydetail .mainprice {
  font-size: 1.8rem;
  font-weight: 600;
  color: #0c3433;
}

#propertydetail .mainprice span {
  font-size: 0.9rem;
  color: #000;
  font-weight: 400;
}

#propertydetail .list-sub-prop li {
  list-style: none;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  border-right: 1px solid #eee;
  padding: 0px 30px;
}

#propertydetail .list-sub-prop li:last-child {
  border-right: none;
}

#propertydetail .list-sub-prop li img {
  margin-bottom: 10px;
}

#propertydetail .propdetail-accs li {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

#propertydetail .propdetail-accs li .ic {
  display: inline;
  margin-right: 5px;
}

#propertydetail .propdetail-accs li .ic img {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

#propertydetail .propdetail-fac li {
  list-style: none;
  display: inline-block;
  width: 23%;
  margin-bottom: 20px;
}

#propertydetail .propdetail-fac li .ic {
  display: inline;
  margin-right: 5px;
}

#propertydetail .propdetail-fac li .ic img {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

#propertydetail .agent-pic {
  position: relative;
}

#propertydetail .agent-pic img {
  border-radius: 10px;
  width: 100%;
}

#propertydetail .agent-pic .verified {
  position: absolute;
  right: -10px;
  bottom: -9px;
}

#propertydetail .agent-pic .verified img {
  width: 30px;
}

#propertydetail .sm-bx-side-agent {
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 10px;
}

#propertydetail .prop-main-box .group-cta .addfav {
  position: absolute;
  right: -6px;
  bottom: 28px;
}

#propertydetail .prop-main-box .group-cta .contact-btn {
  font-size: 0.8rem;
  margin-left: -102px;
}

#propertydetail .prop-main-box .group-cta .price {
  font-size: 1rem;
}

#propertydetail .prop-main-box .group-cta .price span {
  font-size: 0.75rem;
}

#propertydetail .overlay .content-prop p {
  font-size: 0.8rem;
}

#propertydetail hr {
  border-top: 1px solid #eee;
  opacity: 1;
}

#propertydetail .topic-s {
  font-weight: 700;
  color: #0c3433;
  font-size: 1.3rem;
}

#propertydetail .tagprop {
  background-color: #2c5364;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  font-size: 0.9rem;
  padding: 5px 10px;
}

#propertydetail .tagprop i {
  vertical-align: middle;
}

#propertydetail .shareprop li {
  list-style: none;
  display: inline-block;
  border: 1px solid #0c3433;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  margin-right: 5px;
}

#propertydetail .shareprop li a {
  color: #0c3433;
  text-decoration: none;
  font-size: 1.2rem;
  display: block;
}

#propertydetail .shareprop li:hover {
  background-color: #0c3433;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#propertydetail .shareprop li:hover a {
  color: #fff;
}

#propertydetail .postdate {
  color: #0c3433;
  font-weight: 600;
}

#propertydetail .postdate i {
  vertical-align: middle;
}

#propertypage .search-prop-main {
  background-color: #fff;
  -webkit-box-shadow: 0px 3.69829px 23.1143px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 3.69829px 23.1143px rgba(0, 0, 0, 0.1) !important;
  padding: 38px 0px;
}

#propertypage .prop-main-box {
  margin-bottom: 20px;
}

#propertypage .prop-main-box .content-prop h2 {
  color: #fff;
  font-size: 0.9rem;
}

#propertypage .prop-main-box .content-prop p {
  font-size: 0.8rem;
  margin-bottom: 0px;
  line-height: 20px;
}

#contactpage .card {
  border: none;
  height: 180px;
  margin-bottom: 20px;
}

#contactpage .card.resty {
  background-color: #f4f4f4;
}

#contactpage .card.resty:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #5a5a5a;
}

#contactpage .card.resty:hover i {
  color: #fff;
}

#contactpage .card.resty:hover .detail p,
#contactpage .card.resty:hover .detail h5 {
  color: #fff;
}

#contactpage .card .top-ic i {
  color: #0c3433;
  font-size: 2rem;
}

#contactpage .card .top-ic i:hover {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#contactpage .card .detail {
  position: absolute;
  bottom: 0;
}

#contactpage .card .detail h5 {
  font-size: 1rem;
  color: #0c3433;
  font-weight: 600;
}

#contactpage .contact-info-list {
  color: #fff;
}

#contactpage .contact-info-list .ic {
  display: inline-block;
  width: 5%;
  vertical-align: top;
}

#contactpage .contact-info-list .ic i {
  font-size: 1.2rem;
}

#contactpage .contact-info-list .ct-rt {
  display: inline-block;
  width: 70%;
}

#contactpage .contact-info-list .ct-rt a {
  color: #fff;
  text-decoration: none;
}

#contactpage .bf-txt {
  position: relative;
  color: #888;
}

#contactpage .bf-txt::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #888;
  margin-right: 10px;
  vertical-align: middle;
}

#contactpage .bgcontact-if {
  background-color: #0c3433;
  padding: 3em 0em;
}

#contactpage .bgform-ct {
  background-color: #ebfafb;
  padding: 3em 0em;
}

#contactpage .bgform-ct .formgroup-ct .form-check-label {
  padding: 3px 0px;
}

#contactpage .bgform-ct .formgroup-ct label {
  padding: 10px 0px;
}

#contactpage .bgform-ct .formgroup-ct .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #afafaf;
  border-radius: 0px;
  padding: 5px 0px;
  background-color: transparent;
}

#contactpage .bgform-ct .formgroup-ct .form-select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #eee;
  border-radius: 0px;
  padding: 5px 0px;
}

.cta-social li {
  list-style: none;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #0c3433;
  width: 60px;
  height: 40px;
  line-height: 43px;
  text-align: center;
}

.cta-social li:hover {
  background-color: #0c3433;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.cta-social li:hover a {
  color: #fff;
}

.cta-social li a {
  text-decoration: none;
  color: #0c3433;
}

.cta-social li a i {
  font-size: 1.3rem;
}

.cta-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 3.69829px 23.1143px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 3.69829px 23.1143px rgba(0, 0, 0, 0.1) !important;
  border-radius: 20px;
  z-index: 0;
}

.cta-box h2 {
  background-color: #0c3433;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 15px;
  border-radius: 20px 20px 0px 0px;
}

.cta-box.sticky-top {
  top: 9em;
}

.cta-box .formgroup-reg {
  padding: 20px;
}

.cta-box .formgroup-reg .form-check-label {
  padding: 3px 0px;
}

.cta-box .formgroup-reg label {
  padding: 10px 0px;
}

.cta-box .formgroup-reg .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #eee;
  border-radius: 0px;
  padding: 5px 0px;
}

.cta-box .formgroup-reg .form-select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #eee;
  border-radius: 0px;
  padding: 5px 0px;
}

#agentpage .review-cs {
  position: relative;
}

#agentpage .review-cs .owl-nav button {
  position: absolute;
  top: 40%;
  z-index: 5;
}

#agentpage .review-cs .owl-nav button img {
  width: 80%;
}

#agentpage .review-cs .owl-nav .owl-prev {
  left: -35px;
}

#agentpage .review-cs .owl-nav .owl-next {
  right: -3%;
}

#agentpage .reviewbox {
  background-color: #fff;
  -webkit-box-shadow: 0px 3.69829px 23.1143px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 3.69829px 23.1143px rgba(0, 0, 0, 0.1) !important;
  padding: 15px;
  border-radius: 20px;
  margin: 20px 15px;
}

#agentpage .reviewbox .rating i {
  font-size: 0.9rem;
  color: #f26522;
}

#agentpage .reviewbox h3 {
  padding-top: 10px;
  font-size: 1.1rem;
  color: #0c3433;
  font-weight: 700;
}

#agentpage .reviewbox span {
  color: #8f8f8f;
  font-size: 0.9rem;
}

#agentpage .reviewbox .name {
  color: #0c3433;
  font-weight: 600;
  font-size: 0.9rem;
}

#agentpage .bgagent-top {
  background-color: #0c3433;
  position: relative;
  padding: 5em 0em;
}

#agentpage .bgagent-top .aghroup-t {
  margin-top: 10em;
}

#agentpage .bgagent-top .aghroup-t .agent-pic {
  position: relative;
}

#agentpage .bgagent-top .aghroup-t .agent-pic .verified {
  right: -10px;
  bottom: -15px;
  position: absolute;
  right: 0;
}

#agentpage .bgagent-top .aghroup-t .agent-pic .verified img {
  width: 50px;
}

#agentpage .bgagent-top .aghroup-t .agent-pic img {
  border-radius: 10px;
}

#agentpage .bgagent-top .lineb {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

#agentpage .card {
  border-color: #eee;
  border-radius: 20px;
}

#agentpage .list-agt-count li {
  list-style: none;
  text-align: center;
  display: inline-block;
  padding-right: 40px;
  padding-left: 40px;
  border-right: 1px solid #eee;
  font-size: 1.8rem;
  font-weight: 600;
}

#agentpage .list-agt-count li:last-child {
  border-right: none;
}

#agentpage .list-agt-count li span {
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: 10px;
}

#agentpage iframe {
  border-radius: 20px;
}

#memberpage .pic-upload {
  position: relative;
  border: 1px solid #eee;
  border-radius: 20px;
}

#memberpage .pic-upload img {
  width: 100%;
}

#memberpage .pic-upload .upload-pic {
  position: absolute;
  bottom: -15px;
  right: -11px;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #0c3433;
}

#memberpage .pic-upload .upload-pic:hover {
  background-color: #0c3433;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#memberpage .pic-upload .upload-pic:hover:hover i {
  color: #fff;
}

#memberpage .pic-upload .upload-pic i {
  font-size: 1.3rem;
}

#memberpage .pic-upload img {
  border-radius: 20px;
}

#memberpage .card {
  border-color: #eee !important;
  border-radius: 20px;
}

#memberpage .editlink-2 {
  color: #0c3433;
  text-decoration: none;
}

#memberpage .editlink {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #0c3433;
  text-decoration: none;
}

#memberpage .count-bill {
  vertical-align: middle;
  text-align: center;
}

#memberpage .count-bill i {
  font-size: 1.3rem;
  vertical-align: middle;
  margin-right: 5px;
}

#memberpage .count-bill .bt-nb {
  font-size: 2rem;
  color: #0c3433;
  font-weight: 600;
  vertical-align: middle;
}

#memberpage .area-list {
  border-bottom: 1px solid #eee;
}

#memberpage .area-list li {
  width: 27%;
  padding-bottom: 10px;
  font-size: 1.1rem;
}

#memberpage .area-list li.active {
  border-bottom: none !important;
}

#memberpage .area-list li.active a {
  padding-bottom: 10px;
  border-bottom: 2px solid #0c3433;
}

#memberpage .prop-checklist li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

#memberpage .formgroup-agent label {
  padding: 10px 0px;
  padding-top: 5px;
}

#memberpage .formgroup-agent .form-control {
  background-color: transparent;
}

#memberpage .btn-grad-sm {
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(29, 86, 85, 0.96)), to(#0c3433));
  background: linear-gradient(90deg, rgba(29, 86, 85, 0.96) 0%, #0c3433 100%);
  color: #fff !important;
  font-size: 0.75rem;
  padding: 3px 10px;
}

#memberpage .proptable-search {
  background-color: #f3f4f4;
  border-radius: 10px;
  padding: 20px;
}

#memberpage
  .proptable-search
  .input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-radius: 5px;
}

#memberpage .proptable-search .input-group .btn {
  position: absolute;
  right: 5px;
}

#memberpage .proptable-search .input-group .btn i {
  color: #b0b0b0;
}

#memberpage .tableagent thead tr th {
  text-align: center;
  border-bottom: 1px solid #eee;
  font-weight: 500;
  font-size: 0.9rem;
}

#memberpage .tableagent thead tr th:first-child {
  text-align: left;
}

#memberpage .tableagent tr td {
  vertical-align: middle;
  text-align: center;
  font-size: 0.9rem;
  border-bottom: 1px solid #eee;
}

#memberpage .tableagent tr td:first-child {
  text-align: left;
}

#memberpage .tableagent tr td .form-select {
  font-size: 0.9rem;
}

#memberpage .tableagent tr td .pic img {
  border-radius: 5px;
}

#memberpage .tableagent tr td .propdt h2 {
  font-size: 0.9rem;
}

#memberpage .tableagent tr td .propdt p {
  font-size: 0.8rem;
  margin-bottom: 5px;
}

#memberpage .tableagent tr td a {
  text-decoration: none;
  color: #0c3433;
}

#memberpage .agtname {
  color: #0c3433;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.2rem;
}

#memberpage .agtcom {
  text-decoration: none;
  font-size: 1rem;
  color: #8f8f8f;
}

#memberpage .content-box-w {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  padding: 0px;
}

#memberpage .content-box-w .subcbox {
  padding: 30px;
}

#memberpage .content-box-w .headbg {
  background-color: #0c3433;
  padding: 5px 20px;
  border-radius: 20px 20px 0px 0px;
}

#memberpage .content-box-w .headbg h2 {
  color: #fff;
  padding: 10px 20px;
}

#memberpage .agent-pic {
  position: relative;
}

#memberpage .agent-pic img {
  border-radius: 10px;
  width: 100%;
}

#memberpage .agent-pic .verified {
  position: absolute;
  right: -10px;
  bottom: -9px;
}

#memberpage .agent-pic .verified img {
  width: 30px;
}

#member-menu .agtname {
  color: #0c3433;
  text-decoration: none;
  font-weight: 600;
}

#member-menu .agtcom {
  text-decoration: none;
  font-size: 0.9rem;
  color: #8f8f8f;
}

#member-menu .agent-pic {
  position: relative;
}

#member-menu .agent-pic img {
  border-radius: 10px;
  width: 100%;
}

#member-menu .agent-pic .verified {
  position: absolute;
  right: -10px;
  bottom: -9px;
}

#member-menu .agent-pic .verified img {
  width: 30px;
}

#member-menu .menu {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1) !important;
  border-radius: 20px;
  padding: 20px 0px;
  z-index: 1;
  position: relative;
}

#member-menu .menu .logoutc {
  color: #0c3433;
  font-weight: 700;
  text-decoration: none;
  margin-top: 3em;
  text-align: center;
  display: block;
}

#member-menu .menu .menulist li {
  list-style: none;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  padding: 20px;
}

#member-menu .menu .menulist li:last-child {
  border-bottom: none;
}

#member-menu .menu .menulist li.active {
  border-left: 3px solid #0c3433;
}

#member-menu .menu .menulist li.active a {
  color: #0c3433;
  font-weight: 700;
}

#member-menu .menu .menulist li svg {
  width: 22px;
  margin-right: 8px;
}

#member-menu .menu .menulist li a {
  color: #3a3a3a;
  text-decoration: none;
  font-weight: 400;
}

#member-menu .menu .menulist li a i {
  vertical-align: middle;
  font-size: 1.3rem;
  margin-right: 5px;
}

#member-menu .menu .menulist li a:hover {
  color: #0c3433;
}

.bannerslider-home:after {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  content: '';
  top: 0;
}

.bannerslider-home .owl-dots {
  position: absolute;
  bottom: 0;
  right: 2%;
  z-index: 1;
}

.bannerslider-home .owl-dots .owl-dot.active span {
  width: 20px;
  height: 5px;
  background-color: #fff;
}

.bannerslider-home .owl-dots .owl-dot span {
  width: 8px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}

.modal-backdrop {
  z-index: 2;
}

.agent-logo {
  display: block;
}

.fixed-social,
.agent-logo-mb {
  display: none;
}

/*----------- RESPONSIVE --------------*/
@media (max-width: 1299px) {
  .prop-hz-box .content {
    padding: 10px;
  }
}

@media (max-width: 1199px) {
  #homepage .searchgroup-home .search-type li {
    padding: 10px 25px;
  }
  #homepage .bannerhomepage .caption-banner {
    width: 70%;
  }
  #homepage .bannerhomepage .caption-banner h1 {
    text-align: center;
    font-size: 2.5rem;
  }
  .bannertop img {
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .bannertop .captionbanner-sub h1 {
    font-size: 2.5rem;
  }
  .topic span {
    font-size: 0.8rem;
  }
  .topic h3 {
    font-size: 1rem;
  }
  .listside ul li a {
    font-size: 0.9rem;
  }
  .sorting .form-select {
    font-size: 0.9rem;
  }
  .searchform-st .btn-main-gr,
  .searchform-st .btn-viewall {
    font-size: 0.9rem;
  }
  .searchform-st .form-select,
  .searchform-st .form-control {
    font-size: 0.9rem;
  }
  .searchform-st label {
    font-size: 0.9rem;
  }
  .prop-hz-box .agent-logo img {
    width: 50px;
  }
  .prop-hz-box .content .group-cta {
    width: 33%;
  }
  .prop-hz-box p {
    font-size: 0.9rem;
  }
  .bannerhomepage img {
    width: 100%;
  }
  #propertypage .prop-main-box .cover-img {
    height: 150px;
  }
  .searchgroup-home {
    width: 95%;
  }
}

@media (max-width: 991px) {
  #memberpage .area-list li {
    width: auto;
  }
  #memberpage .prop-checklist li {
    display: block;
    margin-bottom: 10px;
  }
  #memberpage .group-table-mb .form-select {
    font-size: 0.8rem;
  }
  #memberpage .group-table-mb .pic img {
    border-radius: 10px;
  }
  #memberpage .group-table-mb a {
    color: #0c3433;
    text-decoration: none;
  }
  #memberpage .group-table-mb p {
    margin-bottom: 5px;
    font-size: 0.8rem;
  }
  #topmenusec .wrap_menu.sticky .mainlogo img {
    width: 20%;
  }
  p {
    line-height: 24px;
  }
  .content-box-w h2 {
    font-size: 1.1rem;
  }
  .content-box-w .formgroup-reg .form-select,
  .content-box-w .formgroup-reg .form-control,
  .content-box-w .formgroup-reg label {
    font-size: 0.9rem;
  }
  .agent-logo {
    display: none;
  }
  .agent-logo-mb {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  #propertypage .searchform-st .form-control {
    border: 1px solid #eee;
    border-radius: 50px;
    padding: 10px;
  }
  #propertypage .btn-viewall {
    padding: 5px 9px;
    font-size: 0.9rem;
  }
  #propertypage .btn-main-gr {
    padding: 5px 10px;
  }
  #propertypage .btn-main-gr i {
    font-size: 0.9rem;
  }
  .area-list li {
    font-size: 0.9rem;
    margin-right: 15px;
  }
  .Cropscroll {
    overflow: auto;
    white-space: nowrap;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
  }
  .searchform-st .form-control {
    font-size: 0.9rem;
  }
  .searchgroup-home {
    width: 90%;
    bottom: 8%;
  }
  .searchgroup-home .searchbox-w {
    padding: 15px 16px;
  }
  .searchgroup-home .btn-main-gr {
    padding: 5px 11px;
    font-size: 0.8rem;
  }
  .searchgroup-home .search-type {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 75%;
  }
  .searchgroup-home .search-type li {
    padding: 10px 25px;
    font-size: 0.9rem;
  }
  .news-box .news-content .date {
    margin-top: 20px;
  }
  .banner-adlink .textbn {
    top: 27%;
  }
  .banner-adlink .textbn h3 {
    font-size: 1.5rem;
  }
  .banner-adlink img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #topmenusec .mainlogo img,
  #topmenu .mainlogo img {
    width: 25%;
  }
  #topmenusec .wrap_menu.sticky img,
  #topmenu .wrap_menu.sticky img {
    width: 20%;
  }
  .content-box-w {
    padding: 20px;
  }
  .btn-menu-mb {
    background-color: #fff;
    border-radius: 50px;
    font-size: 0.9rem;
  }
  .btn-menu-mb i {
    vertical-align: middle;
  }
  .menumb-sty {
    background-color: #0c3433;
  }
  .menumb-sty img {
    width: 20%;
  }
  .menumb-sty .btn-close {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .menumb-sty .nav {
    display: block;
    text-align: left;
  }
  .menumb-sty .nav li {
    display: block;
    padding-bottom: 30px;
    font-size: 1.2rem;
  }
  .menumb-sty .myacct {
    text-align: center;
  }
  .prop-main-box .group-cta .addfav {
    position: absolute;
    bottom: 15%;
    right: 0;
  }
  .prop-main-box .group-cta .contact-btn {
    font-size: 0.9rem;
  }
  .prop-main-box .group-cta .price {
    padding: 8px 90px 10px 20px;
    font-size: 1.1rem;
  }
  #homepage .popular-location .carousel-wrapper {
    padding-right: 0px;
  }
  #homepage .popular-location .owl-nav button img {
    width: 65%;
  }
  #homepage .popular-location .owl-nav .owl-next {
    right: -6%;
  }
  #homepage .more-top {
    margin-top: 2em;
  }
  #footer .accordion-item {
    border: none;
    padding: 10px 0px;
    background-color: transparent;
    border-radius: 8px;
  }
  #footer .accordion-item .accordion-button::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  #footer .accordion-item .accordion-header {
    font-weight: 600;
  }
  #footer .accordion-item .accordion-body {
    padding: 10px 0px;
    font-size: 1rem;
    color: #5a5a5a;
    background-color: transparent;
  }
  #footer .accordion-item .accordion-button {
    background-color: transparent;
    font-weight: 600;
    border: none;
    color: #fff;
    padding: 10px 0px;
    font-size: 1rem;
    border-radius: 0px;
    border-bottom: 1px solid #fff;
  }
  #footer .social-footer li {
    display: inline-block;
    list-style: none;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #fff;
    margin-right: 10px;
  }
  #footer .social-footer li a {
    font-size: 1.3rem;
    text-decoration: none;
    color: #fff;
  }
  .prop-hz-box .content .group-cta {
    margin-top: 10px;
    width: 50%;
  }
  .prop-hz-box .content .group-cta .contact-btn,
  .prop-hz-box .content .group-cta .moredetails {
    font-size: 0.9rem;
  }
  .prop-hz-box .content .location {
    font-size: 0.8rem;
  }
  .prop-hz-box .content .price {
    font-size: 1.2rem;
  }
  .prop-hz-box p {
    font-size: 0.9rem;
  }
  #matchpage .box-agent-hz .boxcontent .btn-main-gr {
    width: 100%;
  }
  #matchpage .box-agent-hz .boxcontent .location {
    font-size: 0.8rem;
  }
  #matchpage .box-agent-hz .boxcontent h3 {
    font-size: 0.9rem;
  }
  #matchpage .box-agent-hz .picagents img {
    height: 120px;
  }
  #matchpage .box-agent-vert {
    position: relative;
  }
  #matchpage .box-agent-vert .boxcontent .location {
    font-size: 0.8rem;
  }
  #matchpage .box-agent-vert .boxcontent h3 {
    font-size: 0.9rem;
  }
  #matchpage .box-agent-vert.hoverstyle figure {
    border-radius: 15px 15px 0px 0px;
  }
  #matchpage .box-agent-vert.hoverstyle figure div {
    border-radius: 15px 15px 0px 0px;
  }
  #matchpage .box-agent-vert.hoverstyle figure a img {
    border-radius: 15px 15px 0px 0px;
    height: 120px;
  }
  #matchpage .box-agent-vert.hoverstyle:hover figure a img {
    border-radius: 15px 15px 0px 0px;
  }
  .featured-estate .owl-nav {
    position: initial;
    top: initial;
    right: initial;
  }
  .featured-estate .owl-nav img {
    width: 60%;
  }
  .featured-estate .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: -15px;
  }
  .featured-estate .owl-nav .owl-prev {
    margin-left: 0px;
    position: absolute;
    top: 40%;
    left: -15px;
  }
  .fixed-social {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1;
  }
  .fixed-social li {
    display: block;
    margin-bottom: 5px;
  }
  .fixed-social li a {
    color: #fff;
    background-color: #0c3433;
    list-style: none;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
    border: 2px solid #fff;
  }
  .fixed-social li a i {
    font-size: 1.3rem;
  }
  #propertydetail .grouponbanner .cta-on-banner {
    left: 5%;
  }
  #propertydetail .grouponbanner .cta-on-banner li {
    padding: 8px 15px;
    font-size: 0.8rem;
  }
  #propertydetail .bigpromo_slide .owl-next {
    right: 0;
    top: 50%;
  }
  #propertydetail .bigpromo_slide .owl-next img {
    width: 70%;
  }
  #propertydetail .bigpromo_slide .owl-prev {
    left: 0;
    top: 50%;
  }
  #propertydetail .bigpromo_slide .owl-prev img {
    width: 70%;
  }
  #propertydetail .bigpromo_slide .item img {
    height: 400px;
  }
  #propertydetail .tagtype-sale {
    font-size: 0.8rem;
  }
  #propertydetail .mainprice {
    font-size: 1.4rem;
  }
  #propertydetail .list-sub-prop {
    display: none;
  }
  #propertydetail .propdetail-accs li {
    font-size: 0.9rem;
  }
  #propertydetail .propdetail-fac li {
    width: 32%;
    font-size: 0.9rem;
  }
}

@media (max-width: 767px) {
  #planpage .planbanner .taglogo {
    width: 55%;
    margin-left: 5em;
  }
  #planpage .planbanner .content {
    padding: 2em;
  }
  #topmenusec .wrap_menu.sticky .mainlogo img {
    width: 30%;
  }
  #propertydetail .topic-s {
    font-size: 1.2rem;
  }
  #propertydetail .propdetail-fac li {
    width: 49%;
  }
  .btn-viewall {
    font-size: 0.9rem;
  }
  .topic h1,
  .topic h2 {
    font-size: 1.3rem;
  }
  .prop-hz-box .content {
    padding: 20px 20px 0px 20px;
  }
  .prop-hz-box .content .group-cta {
    position: relative;
    width: 100%;
  }
  .prop-hz-box .cover-img {
    border-radius: 20px 20px 0px 0px;
  }
  .prop-hz-box.hoverstyle figure {
    border-radius: 20px 20px 0px 0px;
  }
  .prop-hz-box.hoverstyle figure div {
    border-radius: 20px 20px 0px 0px;
  }
  .prop-hz-box.hoverstyle figure a img {
    border-radius: 20px 20px 0px 0px;
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .prop-hz-box.hoverstyle:hover figure a img {
    border-radius: 20px 20px 0px 0px;
  }
  .topic h2 span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  p {
    font-size: 0.9rem;
  }
  #abtpage .whysection {
    padding: 1.5em;
  }
  .w-25 {
    width: 100% !important;
  }
  .bannertop img {
    height: 400px;
  }
  .bannertop .captionbanner-sub h1 {
    font-size: 1.6rem;
  }
  #topmenusec .mainlogo img,
  #topmenu .mainlogo img {
    width: 40%;
  }
  #topmenusec .wrap_menu.sticky img,
  #topmenu .wrap_menu.sticky img {
    width: 30%;
  }
  #homepage .bannerhomepage img {
    width: 100%;
  }
  #homepage .bannerhomepage .caption-banner {
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #homepage .bannerhomepage .caption-banner h1 {
    font-size: 2rem;
    text-align: center;
  }
  #footer .copyright p {
    font-size: 0.8rem;
  }
}
/*# sourceMappingURL=layout.css.map */
content-prop a {
  color: #fff;
}

.prop-main-box img {
  height: 450px;
  object-fit: cover;
}
.mainlogo svg {
  width: 100px;
  height: 100px;
}
