@keyframes scaling {
  0% {
    transform: scale(0.7);
    border-color: #5f449b;
  }
  100% {
    transform: scale(2);
    border-color: rgba(95, 68, 155, 0);
  }
}
@keyframes bganimate {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100vw 100%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes menu {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.projeuct-details {
  background: #f6f6f6;
}

.premLink {
  padding: 5px 0;
}
@media only screen and (max-width: 991px) {
  .premLink {
    display: none;
  }
}
.premLink .link {
  position: relative;
}
.premLink .link ul {
  display: flex;
  gap: 0 10px;
}
.premLink .link ul li {
  display: block;
  font-size: 12px;
}
.premLink .link ul li a {
  display: block;
  color: var(--black);
  padding: 4px 6px;
  padding-right: 18px;
  position: relative;
  transition: 0.5s ease;
}
.premLink .link ul li a::after {
  content: ">";
  position: absolute;
  right: -2px;
}
.premLink .link ul li a:hover {
  color: var(--purple);
}
.premLink .link ul li span {
  display: block;
  color: var(--text);
  padding: 4px 8px;
}
.premLink .link .linkNxtpro {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.premLink .link .linkNxtpro a {
  display: flex;
  align-items: center;
  gap: 0 12px;
  color: var(--text);
  font-size: 14px;
}

.banner-ProjDecta {
  position: relative;
}
.banner-ProjDecta .slide {
  position: relative;
}
.banner-ProjDecta .slide .BannerSlidDet::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.29) 15%, transparent 23%);
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 1007px) {
  .banner-ProjDecta .slide .BannerSlidDet .owl-item img {
    height: 325px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner-ProjDecta .sharproduct {
  position: relative;
}
.banner-ProjDecta .sharproduct .postLink {
  right: auto;
  left: 0;
}
.banner-ProjDecta .banner-content {
  position: absolute;
  right: 2rem;
  z-index: 1;
  max-width: 470px;
  width: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1180px) {
  .banner-ProjDecta .banner-content {
    max-width: 435px;
  }
}
@media only screen and (max-width: 1007px) {
  .banner-ProjDecta .banner-content {
    position: unset;
    max-width: 100%;
  }
}
.banner-ProjDecta .banner-content .card {
  width: 100%;
  background: var(--white);
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 1300px) {
  .banner-ProjDecta .banner-content .card {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 675px) {
  .banner-ProjDecta .banner-content .card {
    padding: 20px 15px;
  }
}
.banner-ProjDecta .banner-content .cardHed {
  padding-bottom: 12px;
  border-bottom: 1px solid #CCCCCC;
}
@media only screen and (max-width: 1300px) {
  .banner-ProjDecta .banner-content .cardHed {
    padding-bottom: 10px;
  }
}
.banner-ProjDecta .banner-content .cardHed h3 {
  font-weight: 500;
  margin-bottom: 3px;
}
@media only screen and (max-width: 1180px) {
  .banner-ProjDecta .banner-content .cardHed h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}
.banner-ProjDecta .banner-content .cardHed .loc {
  font-weight: 500;
  color: var(--text);
}
@media only screen and (max-width: 1180px) {
  .banner-ProjDecta .banner-content .cardHed .loc {
    font-size: 13px;
  }
}
.banner-ProjDecta .banner-content .cardbody {
  padding: 12px 0;
}
.banner-ProjDecta .banner-content .cardbody .pric {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 2px;
}
.banner-ProjDecta .banner-content .cardbody .pric span, .banner-ProjDecta .banner-content .cardbody .pric em {
  display: inline-block;
  vertical-align: middle;
}
.banner-ProjDecta .banner-content .cardbody .pric span small, .banner-ProjDecta .banner-content .cardbody .pric em small {
  font-size: 12px;
}
.banner-ProjDecta .banner-content .cardbody .pric em {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: block;
  margin-bottom: 10px;
}
.banner-ProjDecta .banner-content .cardbody .esem {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: var(--purple);
  cursor: pointer;
}
.banner-ProjDecta .banner-content .cardbody .flex {
  padding: 30px 0;
}
@media only screen and (max-width: 1300px) {
  .banner-ProjDecta .banner-content .cardbody .flex {
    padding: 15px 0;
  }
}
.banner-ProjDecta .banner-content .cardbody .col {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
.banner-ProjDecta .banner-content .cardbody .col:first-child .li {
  border-right: 1px solid var(--gray3);
}
.banner-ProjDecta .banner-content .cardbody .li {
  text-align: center;
  padding: 13px 0;
}
@media only screen and (max-width: 675px) {
  .banner-ProjDecta .banner-content .cardbody .li {
    padding: 10px;
  }
}
.banner-ProjDecta .banner-content .cardbody .li .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50px;
  background: var(--gray3);
  margin-bottom: 12px;
}
@media only screen and (max-width: 1180px) {
  .banner-ProjDecta .banner-content .cardbody .li .icon {
    width: 42px;
    height: 42px;
  }
}
@media only screen and (max-width: 1180px) {
  .banner-ProjDecta .banner-content .cardbody .li .icon img {
    width: 20px;
    height: auto;
  }
}
.banner-ProjDecta .banner-content .cardbody .li label {
  display: block;
  font-size: 14px;
  color: var(--text);
  margin-bottom: 3px;
}
@media only screen and (max-width: 1180px) {
  .banner-ProjDecta .banner-content .cardbody .li label {
    font-size: 13px;
    margin-bottom: 2px;
  }
}
.banner-ProjDecta .banner-content .cardbody .li p {
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
}
@media only screen and (max-width: 1180px) {
  .banner-ProjDecta .banner-content .cardbody .li p {
    font-size: 14px;
  }
}
.banner-ProjDecta .banner-content .cardFotr {
  display: flex;
  gap: 0 20px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 675px) {
  .banner-ProjDecta .banner-content .cardFotr {
    gap: 0 5px;
  }
}
.banner-ProjDecta .banner-content .cardFotr .whats, .banner-ProjDecta .banner-content .cardFotr .call {
  width: 50%;
}
.banner-ProjDecta .banner-content .cardFotr .whats a, .banner-ProjDecta .banner-content .cardFotr .call a {
  display: block;
  padding: 10px 18px;
  color: var(--white);
  border-radius: 5px;
  font-weight: 500;
  border: 1px solid;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 1180px) {
  .banner-ProjDecta .banner-content .cardFotr .whats a, .banner-ProjDecta .banner-content .cardFotr .call a {
    font-size: 14px;
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 675px) {
  .banner-ProjDecta .banner-content .cardFotr .whats a, .banner-ProjDecta .banner-content .cardFotr .call a {
    padding: 8px 10px;
  }
}
.banner-ProjDecta .banner-content .cardFotr .whats a svg, .banner-ProjDecta .banner-content .cardFotr .whats a span, .banner-ProjDecta .banner-content .cardFotr .call a svg, .banner-ProjDecta .banner-content .cardFotr .call a span {
  display: inline-block;
  vertical-align: middle;
}
.banner-ProjDecta .banner-content .cardFotr .whats a svg, .banner-ProjDecta .banner-content .cardFotr .call a svg {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 1180px) {
  .banner-ProjDecta .banner-content .cardFotr .whats a svg, .banner-ProjDecta .banner-content .cardFotr .call a svg {
    width: 20px;
    height: 20px;
  }
}
.banner-ProjDecta .banner-content .cardFotr .whats a svg path, .banner-ProjDecta .banner-content .cardFotr .call a svg path {
  fill: var(--white);
}
.banner-ProjDecta .banner-content .cardFotr .whats a {
  border-color: var(--blue);
  color: var(--blue);
}
.banner-ProjDecta .banner-content .cardFotr .whats a svg path {
  fill: var(--blue);
}
.banner-ProjDecta .banner-content .cardFotr .call a {
  background: var(--purple);
  border-color: var(--purple);
}
.banner-ProjDecta .custBanDot {
  position: absolute;
  left: 2rem;
  z-index: 1;
  top: 50%;
}
@media only screen and (max-width: 1007px) {
  .banner-ProjDecta .custBanDot {
    top: 8rem;
  }
}
@media only screen and (max-width: 675px) {
  .banner-ProjDecta .custBanDot {
    top: 19rem;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.banner-ProjDecta .custBanDot button.owl-dot {
  width: 12px;
  height: 12px;
  display: block;
  margin: 10px 0;
  opacity: 0.3;
  background: var(--white);
  border-radius: 30px;
}
@media only screen and (max-width: 1180px) {
  .banner-ProjDecta .custBanDot button.owl-dot {
    height: 8px;
    width: 8px;
  }
}
@media only screen and (max-width: 675px) {
  .banner-ProjDecta .custBanDot button.owl-dot {
    display: inline-block;
    margin: 0 5px;
  }
}
.banner-ProjDecta .custBanDot button.owl-dot.active {
  opacity: 1;
}

.share_wish {
  position: absolute;
  top: 20px;
  left: 2rem;
  display: flex;
  align-items: center;
  z-index: 1;
  gap: 0 12px;
}
@media only screen and (max-width: 1180px) {
  .share_wish {
    top: 18px;
    left: 20px;
  }
}
.share_wish .icon {
  cursor: pointer;
  width: 52px;
  height: 52px;
  background: var(--white);
  border-radius: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1180px) {
  .share_wish .icon {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 1180px) {
  .share_wish .icon svg, .share_wish .icon img {
    width: 16px;
    height: auto;
  }
}
.share_wish .icon.added svg path {
  fill: var(--purple);
}

.grwserviceBox {
  position: absolute;
  bottom: 50px;
  left: 2rem;
  z-index: 1;
}
@media only screen and (max-width: 1007px) {
  .grwserviceBox {
    top: 18rem;
    bottom: auto;
    left: 1rem;
  }
}
@media only screen and (max-width: 675px) {
  .grwserviceBox {
    top: 8rem;
    bottom: auto;
    left: auto;
    right: 15px;
  }
}
.grwserviceBox .wrp {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 675px) {
  .grwserviceBox .wrp {
    flex-direction: column;
  }
}
.grwserviceBox .wrp .tab {
  padding: 12px 18px;
  display: flex;
  align-items: center;
  background: var(--white);
  gap: 0 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--blue);
  border-radius: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 1180px) {
  .grwserviceBox .wrp .tab {
    padding: 8px 13px;
    gap: 0 5px;
  }
}
@media only screen and (max-width: 675px) {
  .grwserviceBox .wrp .tab span {
    display: none;
  }
}

.stripDetpScrol {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1490196078);
  position: sticky;
  top: 97px;
  z-index: 2;
  background: #f6f6f6;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}
@media only screen and (max-width: 1024px) {
  .stripDetpScrol {
    top: 62px;
  }
}
@media only screen and (max-width: 675px) {
  .stripDetpScrol {
    top: 45px;
    padding: 0;
  }
}
.stripDetpScrol .srolToSec {
  display: flex;
  gap: 0 6px;
}
.stripDetpScrol .srolToSec .tab {
  padding: 12px 18px;
  color: var(--text);
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
.stripDetpScrol .srolToSec .tab:not(:last-child) {
  border-right: 1px solid var(--gray3);
}
.stripDetpScrol .srolToSec .tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--purple);
  width: 0;
  transition: 0.5s ease;
}
.stripDetpScrol .srolToSec .tab.current::after {
  width: 100%;
}

.projDetailSection {
  padding: 40px 0;
}
.projDetailSection .asideLeft {
  flex: 0 1 70%;
  max-width: 70%;
  width: 100%;
}
@media only screen and (max-width: 1007px) {
  .projDetailSection .asideLeft {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.projDetailSection .asideRight {
  flex: 0 1 30%;
  max-width: 30%;
  width: 100%;
  padding-left: 25px;
}
@media only screen and (max-width: 1300px) {
  .projDetailSection .asideRight {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 1007px) {
  .projDetailSection .asideRight {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.projDetailSection .quckEnqForm .form .form-head {
  padding: 17px;
}

.projDetailLis {
  position: relative;
  padding-left: 40px;
}
@media only screen and (max-width: 1007px) {
  .projDetailLis {
    padding-left: 0;
  }
}
.projDetailLis::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--purple);
}
@media only screen and (max-width: 1007px) {
  .projDetailLis::after {
    display: none;
  }
}
.projDetailLis .redmore button.btnred {
  display: inline-block;
}
.projDetailLis .redmore button.btnred span, .projDetailLis .redmore button.btnred img {
  display: inline-block;
  vertical-align: middle;
  color: var(--purple);
  font-size: 16px;
  font-weight: 500;
}
.projDetailLis .redmore button.btnred span {
  margin-right: 5px;
}
.projDetailLis .section {
  margin-bottom: 20px;
  position: relative;
}
.projDetailLis .section::before {
  content: "";
  position: absolute;
  left: -43px;
  border: 20px solid rgba(255, 255, 255, 0);
  top: 40px;
  border-right-color: white;
  border-bottom-width: 13px;
  border-top-width: 13px;
  border-right-width: 23px;
}
@media only screen and (max-width: 1007px) {
  .projDetailLis .section::before {
    display: none;
  }
}
.projDetailLis .section::after {
  content: "";
  position: absolute;
  left: -49px;
  top: 41px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: var(--white);
  border: 5px solid var(--purple);
  z-index: 1;
}
@media only screen and (max-width: 1007px) {
  .projDetailLis .section::after {
    display: none;
  }
}
.projDetailLis .section .item .card {
  padding: 22px;
  background: var(--white);
  border-radius: 5px;
  border: 1px solid #E0E0E0;
}
@media only screen and (max-width: 675px) {
  .projDetailLis .section .item .card {
    padding: 15px;
  }
}
.projDetailLis .section .item .card .card-head {
  position: relative;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #CCCCCC;
}
.projDetailLis .section .item .card .card-head h5 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .projDetailLis .section .item .card .card-head h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
.projDetailLis .section .item .card .card-head .rar {
  font-size: 16px;
  font-weight: 400;
  color: var(--purple);
  position: absolute;
  right: 0;
  top: 10px;
}
@media only screen and (max-width: 1007px) {
  .projDetailLis .section .item .card .card-head .rar {
    position: unset;
  }
}
.projDetailLis .section .item .card .card-head .rar span {
  font-weight: 500;
  color: var(--black);
}
.projDetailLis .section .item .card .card-bod {
  padding: 20px 0 0;
}
.projDetailLis .section .item .card .card-bod p {
  color: var(--text);
  line-height: 24px;
  margin-bottom: 20px;
  text-align: justify;
}
.projDetailLis .section .item .card .card-bod h2 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
  list-style: none;
}
.projDetailLis .section .item .card .card-bod h3 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
}
.projDetailLis .section .item .card .card-bod h4 {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
.projDetailLis .section .sectionTab {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 675px) {
  .projDetailLis .section .sectionTab {
    flex-direction: column;
  }
}
.projDetailLis .section .sectionTab .tab {
  padding: 9px 16px;
  background: var(--white);
  border: 1px solid var(--text);
  border-radius: 5px;
  cursor: pointer;
}
.projDetailLis .section .sectionTab .tab.current {
  border-color: var(--purple);
  background: #E3D0FD;
  color: var(--purple);
}
.projDetailLis .section .sectionContainer {
  padding: 20px 0;
}
.projDetailLis .section .sectionContainer .list:not(:first-child) {
  display: none;
}
.projDetailLis .section .sectionContainer .list .col {
  flex: 0 1 20%;
  padding: 6px;
  text-align: center;
  padding: 20px;
}
.projDetailLis .section .sectionContainer .list .icon {
  margin-bottom: 12px;
}
.projDetailLis .section .sectionContainer .list .aminNae {
  color: var(--text);
}
.projDetailLis .section .sectionContainer .list .colA {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
  padding: 8px;
}
@media only screen and (max-width: 675px) {
  .projDetailLis .section .sectionContainer .list .colA {
    flex: 0 1 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.projDetailLis .section .florePlanCard .space, .projDetailLis .section .FloorPlanCard .space {
  border-radius: 5px;
  border: 1px solid #CCCCCC;
}
.projDetailLis .section .florePlanCard .thumFln, .projDetailLis .section .FloorPlanCard .thumFln {
  position: relative;
}
.projDetailLis .section .florePlanCard .thumFln .img, .projDetailLis .section .FloorPlanCard .thumFln .img {
  border-bottom: 1px solid #CCCCCC;
  padding: 12px 0;
  position: relative;
}
.projDetailLis .section .florePlanCard .thumFln .img img, .projDetailLis .section .FloorPlanCard .thumFln .img img {
  display: block;
  margin: 0 auto;
}
.projDetailLis .section .florePlanCard .thumtext, .projDetailLis .section .FloorPlanCard .thumtext {
  padding: 18px;
}
.projDetailLis .section .florePlanCard .thumtext .titlFlp, .projDetailLis .section .FloorPlanCard .thumtext .titlFlp {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: justified;
  color: var(--black);
  margin-bottom: 2px;
}
.projDetailLis .section .florePlanCard .thumtext .ptyp, .projDetailLis .section .FloorPlanCard .thumtext .ptyp {
  color: var(--text);
  margin-bottom: 15px;
}
.projDetailLis .section .florePlanCard .thumtext .pri, .projDetailLis .section .FloorPlanCard .thumtext .pri {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: justified;
  color: var(--black);
  margin-bottom: 25px;
}
.projDetailLis .section .florePlanCard .thumtext .gec .btn, .projDetailLis .section .FloorPlanCard .thumtext .gec .btn {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 0 6px;
}
.projDetailLis .puriDip {
  position: relative;
}
.projDetailLis .puriDip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--black);
  opacity: 0.3;
}
.projDetailLis .puriDip .video {
  position: relative;
  line-height: 0;
}
.projDetailLis .puriDip .video video {
  width: 100%;
  max-height: 367px;
  -o-object-fit: cover;
     object-fit: cover;
}
.projDetailLis .puriDip .videoIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: transparent;
}
.projDetailLis .puriDip .videoIcon.is .ply {
  border-style: double;
  border-width: 0px 0px 0px 13px;
  border-color: white;
  height: 20px;
}
.projDetailLis .specPrjDet {
  display: block;
}
.projDetailLis .specPrjDet .Speccol {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  width: 100%;
  padding: 8px 0;
}
@media only screen and (max-width: 767px) {
  .projDetailLis .specPrjDet .Speccol {
    flex: 0 1 50%;
    max-width: 50%;
    width: 100%;
  }
}
@media only screen and (max-width: 675px) {
  .projDetailLis .specPrjDet .Speccol {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.projDetailLis .specPrjDet .Speccol:nth-child(3n-1) .lisSpec {
  border-left: 1px solid var(--gray2);
  border-right: 1px solid var(--gray2);
}
@media only screen and (max-width: 767px) {
  .projDetailLis .specPrjDet .Speccol:nth-child(3n-1) .lisSpec {
    border-left: none;
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .projDetailLis .specPrjDet .Speccol:nth-child(2n-1) .lisSpec {
    border-left: 1px solid var(--gray2);
    border-right: 1px solid var(--gray2);
  }
}
@media only screen and (max-width: 675px) {
  .projDetailLis .specPrjDet .Speccol:nth-child(2n-1) .lisSpec {
    border-left: none;
    border-right: none;
  }
}
@media only screen and (max-width: 675px) {
  .projDetailLis .specPrjDet .Speccol:not(:last-child) {
    border-bottom: 1px solid var(--gray2);
  }
}
.projDetailLis .specPrjDet .lisSpec {
  padding: 12px 15px;
}
@media only screen and (max-width: 675px) {
  .projDetailLis .specPrjDet .lisSpec {
    padding: 8px 0;
  }
}
.projDetailLis .specPrjDet .lisSpec .label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: justified;
  color: var(--blue);
  margin-bottom: 6px;
}
@media only screen and (max-width: 675px) {
  .projDetailLis .specPrjDet .lisSpec .label {
    margin-bottom: 2px;
  }
}
.projDetailLis .specPrjDet .lisSpec .text {
  font-weight: 500;
  color: var(--text);
}
.projDetailLis .prjDetLandma .map {
  border-radius: 8px;
  width: 100%;
  background: #f1f1f1;
  margin-bottom: 20px;
}
.projDetailLis .prjDetLandma .map .m {
  min-height: 300px;
  height: 100%;
  filter: grayscale(1);
}
.projDetailLis .prjDetLandma .sectionContainer {
  padding: 0 40px;
  padding-top: 40px;
  position: relative;
}
.projDetailLis .prjDetLandma .carouselSlidPda::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background: var(--gray3);
  width: 1px;
  z-index: 11;
}
.projDetailLis .prjDetLandma .carouselSlidPda .projSlidIte {
  text-align: center;
  padding: 20px 20px;
}
.projDetailLis .prjDetLandma .carouselSlidPda .projSlidIte .icon img {
  display: block;
  width: auto;
  margin: 0 auto;
}
.projDetailLis .prjDetLandma .carouselSlidPda .projSlidIte .loc {
  color: var(--text);
}
.projDetailLis .prjDetLandma .carouselSlidPda .projSlidIte .des {
  color: var(--purple);
}
.projDetailLis .prjDetLandma .carouselSlidPda.navCerCenter button {
  width: 50px;
  height: 50px;
}
.projDetailLis .prjDetLandma .carouselSlidPda.navCerCenter button.owl-next {
  right: -30px;
}
.projDetailLis .prjDetLandma .carouselSlidPda.navCerCenter button.owl-prev {
  left: -30px;
}
.projDetailLis .aboutBild {
  padding-bottom: 30px;
}
@media only screen and (max-width: 675px) {
  .projDetailLis .aboutBild .flex {
    justify-content: center;
  }
}
.projDetailLis .aboutBild .buillogo {
  max-width: 218px;
  width: 100%;
  border: 1px solid var(--gray3);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: -moz-max-content;
  height: max-content;
}
.projDetailLis .aboutBild .buillogo img {
  display: block;
  margin: 0 auto;
}
.projDetailLis .aboutBild .builtext {
  flex: 1;
  padding-left: 25px;
}
@media only screen and (max-width: 675px) {
  .projDetailLis .aboutBild .builtext {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
}
.projDetailLis .aboutBild .builtext ul {
  display: flex;
  gap: 0 30px;
}
.projDetailLis .aboutBild .builtext ul li em {
  font-style: normal;
  display: block;
  margin-bottom: 8px;
}
.projDetailLis .aboutBild .builtext ul li .label {
  font-size: 20px;
}

.ratingcard .owl-carousel .ratcard img {
  width: auto;
}
.ratingcard .owl-carousel.slideRating.navCerCenter button {
  width: 50px;
  height: 50px;
}
.ratingcard .owl-carousel.slideRating.navCerCenter button.owl-next {
  right: 0px;
}
.ratingcard .owl-carousel.slideRating.navCerCenter button.owl-prev {
  left: 0px;
}
.ratingcard .ratcard {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--gray3);
}
.ratingcard .ratcard h6 {
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
  padding-bottom: 15px;
  border-bottom: 1px solid var(--gray3);
}
.ratingcard .ratcard .ratnu {
  width: 43px;
  height: 38px;
  padding: 8px;
  border-radius: 5px;
  background: var(--green);
  position: absolute;
  right: 20px;
  top: 11px;
  text-align: center;
}
.ratingcard .ratcard ul {
  padding: 10px 0 0;
}
.ratingcard .ratcard ul li {
  display: block;
  position: relative;
  margin: 8px 0;
}
.ratingcard .ratcard ul li .rattitle {
  color: var(--text);
}
.ratingcard .ratcard ul li .ratingpoin {
  position: absolute;
  right: 0;
  top: 0;
}
.ratingcard .ratcard ul li .ratingpoin img {
  display: inline-block;
}

.ownerDetails {
  padding: 15px 0;
}
.ownerDetails .ownCol {
  flex: 0 1 50%;
  max-width: 50%;
  padding: 8px;
}
.ownerDetails .ownCol .owCard {
  border: 1px solid var(--gray3);
  border-radius: 10px;
  padding: 20px;
  background: var(--gray3);
}
.ownerDetails .crdhed {
  position: relative;
  padding: 12px 0;
  padding-left: 85px;
}
.ownerDetails .crdhed .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.ownerDetails .crdhed .icon img {
  border-radius: 60px;
}
.ownerDetails .crdhed .ownnme {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: var(--black);
}
.ownerDetails .crdhed .titl {
  color: var(--text);
}
.ownerDetails .crdhed .date {
  text-align: right;
  font-size: 13px;
  color: var(--text);
}
.ownerDetails .crdhed .ratingpoin img {
  display: inline-block;
}
.ownerDetails .crdhed .ratingpoin img:not(:first-child) {
  margin-left: 6px;
}
.ownerDetails .crdhed .rig {
  position: absolute;
  right: 0;
  top: 10px;
}
.ownerDetails .crdbod {
  padding-top: 20px;
}
.ownerDetails .crdbod .title {
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
.ownerDetails .crdbod .tex {
  color: var(--text);
  text-align: justify;
}

.HomeSecA {
  padding: 70px;
  background: var(--white);
  padding-bottom: 20px;
}
@media only screen and (max-width: 1007px) {
  .HomeSecA {
    padding: 0;
  }
}
@media only screen and (max-width: 675px) {
  .HomeSecA .container {
    padding-right: 0;
  }
}
.HomeSecA .heading {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1007px) {
  .HomeSecA .heading {
    margin-bottom: 3rem;
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 675px) {
  .HomeSecA .heading {
    padding-right: 15px;
  }
}
.HomeSecA .link_btn {
  margin-top: 65px;
}
.HomeSecA .owl-carousel.owl-loaded.navCerCenter {
  padding: 0 26px;
}
@media only screen and (max-width: 675px) {
  .HomeSecA .owl-carousel.owl-loaded.navCerCenter {
    padding: 0;
  }
}
.HomeSecA .owl-carousel.owl-loaded.navCerCenter button {
  width: 50px;
  height: 50px;
}
.HomeSecA .owl-carousel.owl-loaded.navCerCenter button.owl-next {
  right: 0px;
}
.HomeSecA .owl-carousel.owl-loaded.navCerCenter button.owl-prev {
  left: 0px;
}

.styleApprtCard .item .card {
  display: block;
  border: 1px solid var(--gray3);
  border-radius: 10px;
  overflow: hidden;
}
.styleApprtCard .item .card .img {
  line-height: 0;
  overflow: hidden;
}
.styleApprtCard .item .card .img img {
  width: 100%;
}
.styleApprtCard .item .card .cardContent {
  padding: 15px;
  position: relative;
}
.styleApprtCard .item .card .cardContent .statusPro {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  color: var(--text);
  font-weight: 500;
}
.styleApprtCard .item .card .cardContent .Title {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.78px;
  color: var(--black);
  margin: 11px 0 5px;
}
.styleApprtCard .item .card .cardContent .Location {
  font-size: 13px;
  font-weight: 500;
  line-height: 16.94px;
  color: var(--text);
  margin-bottom: 15px;
}
.styleApprtCard .item .card .cardContent .price {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.15px;
  color: var(--black);
}
.styleApprtCard .item .card .cardContent .icon {
  width: 30px;
  height: 30px;
  background: var(--purple);
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  bottom: 15px;
  transform: scale(0);
  transition: 0.5s ease;
}
.styleApprtCard .item .card .cardContent .icon img, .styleApprtCard .item .card .cardContent .icon svg {
  position: relative;
  left: 2px;
  top: 2px;
}
.styleApprtCard .item .card:hover .cardContent .icon {
  transform: scale(1);
}

.ProjDeNerLoca {
  padding: 80px 0;
  background: var(--white);
}
@media only screen and (max-width: 1007px) {
  .ProjDeNerLoca {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 675px) {
  .ProjDeNerLoca .container {
    padding-right: 0;
  }
}
@media only screen and (max-width: 675px) {
  .ProjDeNerLoca .heading {
    padding-right: 15px;
  }
}
.ProjDeNerLoca .crLoliCddes .item {
  padding: 8px;
}
.ProjDeNerLoca .crLoliCddes .item .card {
  border: 1px solid var(--gray3);
  border-radius: 10px;
}
.ProjDeNerLoca .crLoliCddes .item .card .card-header a .text .loc {
  color: var(--black);
}
.ProjDeNerLoca .crLoliCddes .item .card .card-header a .text span {
  color: var(--text);
  font-size: 14px;
}
.ProjDeNerLoca .crLoliCddes .item .card .card-body .li {
  border-color: var(--gray3);
}
.ProjDeNerLoca .crLoliCddes .item .card .card-body .li a .title {
  width: 65px;
}
.ProjDeNerLoca .crLoliCddes .item .card .card-body .li a .title, .ProjDeNerLoca .crLoliCddes .item .card .card-body .li a .name {
  color: #1E0F44;
}
.ProjDeNerLoca .owl-carousel.owl-loaded.navCerCenter {
  padding: 0 26px;
}
@media only screen and (max-width: 675px) {
  .ProjDeNerLoca .owl-carousel.owl-loaded.navCerCenter {
    padding: 0;
  }
}
.ProjDeNerLoca .owl-carousel.owl-loaded.navCerCenter button {
  width: 50px;
  height: 50px;
}
.ProjDeNerLoca .owl-carousel.owl-loaded.navCerCenter button.owl-next {
  right: 0px;
}
.ProjDeNerLoca .owl-carousel.owl-loaded.navCerCenter button.owl-prev {
  left: 0px;
}

.modelpopProjDetail {
  position: fixed;
  top: 100%;
  transform: translateY(100%);
  height: 100vh;
  left: 0;
  right: 0;
  margin-top: -1px;
  z-index: 11;
  background: var(--white);
  transition: 0.5s ease;
}
@media only screen and (max-width: 675px) {
  .modelpopProjDetail {
    top: 0;
    transform: translateY(0%) translatex(100%);
    bottom: 0;
    height: 100%;
  }
}
.modelpopProjDetail.is-open {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 675px) {
  .modelpopProjDetail.is-open {
    top: 0;
    transform: translateY(0%) translatex(0%);
  }
}
.modelpopProjDetail .modelBody {
  position: sticky;
  top: 0;
  position: relative;
  padding: 0 20px;
  height: 100%;
}
@media only screen and (max-width: 675px) {
  .modelpopProjDetail .modelBody {
    padding: 0 10px;
  }
}
.modelpopProjDetail .modelHead {
  display: flex;
  padding: 10px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .modelpopProjDetail .modelHead {
    position: unset;
    justify-content: flex-end;
  }
}
.modelpopProjDetail .modelHead:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  right: -20px;
  border-bottom: 1px solid var(--gray3);
}
.modelpopProjDetail .modelHead .btnlBackClose {
  position: absolute;
  left: 0px;
  top: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.modelpopProjDetail .modelHead .btnlBackClose svg {
  width: 30px;
  height: 30px;
}
.modelpopProjDetail .modelHead .btnlBackClose span {
  color: var(--text);
}
.modelpopProjDetail .popHleft {
  flex: 0 1 67%;
  max-width: 67%;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .modelpopProjDetail .popHleft {
    flex: 0 1 60%;
    max-width: 60%;
  }
}
.modelpopProjDetail .popHright {
  flex: 0 1 33%;
  max-width: 33%;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .modelpopProjDetail .popHright {
    flex: 0 1 40%;
    max-width: 40%;
  }
}
@media only screen and (max-width: 991px) {
  .modelpopProjDetail .popHright {
    position: unset;
    flex: 0 1 0%;
    max-width: 0%;
  }
}
.modelpopProjDetail .popHright .share_wish {
  position: static;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .modelpopProjDetail .popHright .share_wish {
    position: absolute;
    bottom: 2rem;
    top: auto;
    right: 1rem;
    left: auto;
    flex-direction: column;
    gap: 10px;
    z-index: 3;
  }
}
@media only screen and (max-width: 991px) {
  .modelpopProjDetail .popHright .share_wish span {
    display: none;
  }
}
.modelpopProjDetail .popHright .share_wish .icon {
  width: 82px;
  height: 39px;
  flex-direction: unset;
  gap: 0 10px;
}
@media only screen and (max-width: 991px) {
  .modelpopProjDetail .popHright .share_wish .icon, .modelpopProjDetail .popHright .share_wish .ducw {
    width: 50px;
    height: 50px;
    background: var(--purple);
    border-radius: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .modelpopProjDetail .popHright .share_wish .icon img, .modelpopProjDetail .popHright .share_wish .ducw img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7498%) hue-rotate(345deg) brightness(102%) contrast(104%);
  }
}
@media only screen and (max-width: 991px) {
  .modelpopProjDetail .popHright .share_wish .icon path, .modelpopProjDetail .popHright .share_wish .ducw path {
    stroke: var(--white);
  }
}
.modelpopProjDetail .popHright .sharproduct {
  position: relative;
}
.modelpopProjDetail .modelpopNav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 8px;
}
@media only screen and (max-width: 675px) {
  .modelpopProjDetail .modelpopNav {
    gap: 0 5px;
  }
}
.modelpopProjDetail .modelpopNav .li {
  display: block;
  padding: 10px 18px;
  color: var(--text);
  border-radius: 5px;
  background: var(--gray3);
  font-weight: 500;
  cursor: pointer;
}
@media only screen and (max-width: 675px) {
  .modelpopProjDetail .modelpopNav .li {
    font-size: 12px;
    white-space: nowrap;
    padding: 4px 10px;
  }
}
.modelpopProjDetail .modelpopNav .li.current {
  background: var(--purple);
  color: var(--white);
}
.modelpopProjDetail .modelListTab {
  height: calc(100% - 66px);
  overflow-y: scroll;
  margin-right: -12px;
  padding-right: 12px;
}
.modelpopProjDetail .modelListTab::-webkit-scrollbar {
  width: 3px;
  background: var(--gray3);
  pointer-events: none;
}
.modelpopProjDetail .modelListTab::-webkit-scrollbar-track {
  box-shadow: none;
  pointer-events: none;
}
.modelpopProjDetail .modelListTab::-webkit-scrollbar-thumb {
  background-color: var(--purple);
  border-radius: 10px;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .modelpopProjDetail .modelListTab {
    padding-right: 0;
    margin-right: 0;
  }
}
.modelpopProjDetail .modelListTab .list {
  height: 100%;
}
.modelpopProjDetail .projGall .flex .img {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  width: 100%;
  padding: 6px;
}
@media only screen and (max-width: 675px) {
  .modelpopProjDetail .projGall .flex .img {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.modelpopProjDetail .projGall .flex .img a {
  display: block;
  line-height: 0;
}
.modelpopProjDetail .projGall .flex .img a img {
  width: 100%;
}
.modelpopProjDetail .projGall .flex .img:nth-child(5n-4) {
  flex: 0 1 50%;
  max-width: 50%;
}
@media only screen and (max-width: 675px) {
  .modelpopProjDetail .projGall .flex .img:nth-child(5n-4) {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.modelpopProjDetail .projGall .flex .img:nth-child(5n-3) {
  flex: 0 1 50%;
  max-width: 50%;
}
@media only screen and (max-width: 675px) {
  .modelpopProjDetail .projGall .flex .img:nth-child(5n-3) {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.modelpopProjDetail .videoGall {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}
.modelpopProjDetail .videoGall .rela {
  position: relative;
  width: 100%;
}
.modelpopProjDetail .videoGall .modelVideoPop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
}
.modelpopProjDetail .videoGall .modelVideoPop .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--black);
  cursor: pointer;
}
.modelpopProjDetail .videoGall .modelVideoPop .close svg {
  width: 25px;
  height: 25px;
}
.modelpopProjDetail .videoGall .modelVideoPop .close svg path {
  stroke: var(--white);
}
.modelpopProjDetail .videoGall .modelVideoPop iframe {
  width: 100%;
  height: 491px;
}
.modelpopProjDetail .videoGall .videoSlidGal .item > img, .modelpopProjDetail .videoGall .videoSlidGal .item video, .modelpopProjDetail .videoGall .videoSlidGal .item iframe {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100vh - 150px);
  max-height: 600px;
  pointer-events: all;
}
.modelpopProjDetail .videoGall .videoSlidGal .item .videoIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
}
.modelpopProjDetail .videoGall .videoSlidGal .item .videoIcon img {
  width: auto;
}
.modelpopProjDetail .videoGall .videoSlidGal .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.modelpopProjDetail .videoGall .videoSlidGal .owl-nav button.owl-prev {
  left: -60px;
}
.modelpopProjDetail .videoGall .videoSlidGal .owl-nav button.owl-next {
  right: -60px;
}
.modelpopProjDetail .popflorplan {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modelpopProjDetail .popflorplan .SlideFlorePlanPop .item .img img {
  display: block;
  margin: 0 auto;
  width: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100vh - 150px);
  max-height: 600px;
}
.modelpopProjDetail .popflorplan .SlideFlorePlanPop .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.modelpopProjDetail .popflorplan .SlideFlorePlanPop .owl-nav button.owl-prev {
  left: 2rem;
}
.modelpopProjDetail .popflorplan .SlideFlorePlanPop .owl-nav button.owl-next {
  right: 2rem;
}
.modelpopProjDetail .popflorplan .popFlStri {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modelpopProjDetail .popflorplan .popFlStri .switch-Slid {
  position: static;
  max-width: 109px;
}
.modelpopProjDetail .popflorplan .threeView {
  position: relative;
  bottom: 0;
  right: 0;
}
.modelpopProjDetail .popVertualTour {
  height: 100%;
  position: relative;
}
.modelpopProjDetail .popVertualTour .video {
  height: 100%;
}
.modelpopProjDetail .popVertualTour .video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modelpopProjDetail .popVertualTour .switch-Slid .slswl {
  background: var(--white);
}
.modelpopProjDetail .popVertualTour .popVerFot {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modelpopProjDetail .popVertualTour .popVerFot .switch-Slid {
  left: 2rem;
  right: auto;
  top: 0;
}

.popLocationLocator {
  height: 100%;
}
.popLocationLocator .flex {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .popLocationLocator .flex {
    flex-direction: column;
  }
}
.popLocationLocator .locLeftBar {
  max-width: 408px;
  width: 100%;
  background: var(--white);
  padding: 20px 0;
  box-shadow: 0px 11px 5px 6px rgba(0, 0, 0, 0.1490196078);
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .popLocationLocator .locLeftBar {
    max-width: 100%;
    flex: 0 1 50%;
    max-height: 50%;
    height: 100%;
  }
}
.popLocationLocator .locLeftRight {
  flex: 1;
  background: var(--gray3);
}
@media only screen and (max-width: 991px) {
  .popLocationLocator .locLeftRight {
    flex: 0 1 50%;
    max-height: 50%;
    height: 100%;
  }
}
.popLocationLocator .geoLocMap {
  width: 100%;
  height: 100%;
}
.popLocationLocator .listlcotion .list .listCat {
  position: relative;
  padding: 14px 0;
  cursor: pointer;
  padding-left: 50px;
  border-bottom: 1px solid var(--gray3);
  transition: 0.5s ease;
}
.popLocationLocator .listlcotion .list .listCat::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 50px;
  background: url("../../icon/down-bl.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s ease;
}
.popLocationLocator .listlcotion .list .listCat .icon {
  position: absolute;
  left: 0;
  top: 6px;
  filter: grayscale(1);
}
.popLocationLocator .listlcotion .list .listCat .txt {
  font-size: 16px;
  color: #1E0F44;
  font-size: 18px;
  font-weight: 500;
}
.popLocationLocator .listlcotion .list.active .listCat {
  border-color: transparent;
}
.popLocationLocator .listlcotion .list.active .listCat::after {
  transform: rotate(180deg);
}
.popLocationLocator .listlcotion .list.active .listCat .txt {
  color: var(--purple);
}
.popLocationLocator .listlcotion .list.active .listCat .icon {
  filter: grayscale(0);
}
.popLocationLocator .listlcotion .list.active ul {
  display: block;
}
.popLocationLocator .listlcotion .list ul {
  padding: 10px 0 20px 0;
  display: none;
}
.popLocationLocator .listlcotion .list ul li {
  display: block;
  padding: 8px 0;
  padding-left: 50px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  cursor: pointer;
  border-bottom: 1px solid var(--gray3);
}
.popLocationLocator .listlcotion .list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 26px;
  height: 26px;
  background: var(--white);
  border-radius: 30px;
  border: 6px solid var(--purple);
  filter: grayscale(1) opacity(0.2);
  transition: 0.5s ease;
}
.popLocationLocator .listlcotion .list ul li.current::before {
  filter: grayscale(0) opacity(1);
}
.popLocationLocator .listlcotion .list ul li span {
  font-weight: 400;
  display: block;
  font-size: 14px;
  margin-top: 2px;
}

@media only screen and (max-width: 991px) {
  .table {
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 991px) {
  .table table {
    width: 100%;
    table-layout: initial;
  }
}

.growPropWritRev {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 860px;
  width: 100%;
  background: var(--white);
  z-index: 111;
  transform: translateX(100%);
  transition: 0.5s ease;
}
.growPropWritRev.is-open {
  transform: translate(0);
}
.growPropWritRev .modelBody {
  height: 100%;
}
.growPropWritRev .close {
  position: absolute;
  right: 12px;
  top: 5px;
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  z-index: 1;
}
.growPropWritRev .close svg {
  width: 45px;
  height: 45px;
}
.growPropWritRev .modelHed {
  padding: 15px 20px;
  border-bottom: 1px solid var(--gray3);
  position: fixed;
  right: 0;
  top: 0;
  max-width: 860px;
  width: 100%;
  background: var(--white);
}
.growPropWritRev .modelHed h3 {
  color: var(--blue);
}
.growPropWritRev .modeRevAddRef {
  padding: 15px 20px;
  height: 100%;
  padding-top: 75px;
}
.growPropWritRev .modeRevAddRef .modeWra {
  height: 100%;
  overflow: auto;
}
.growPropWritRev .modeRevAddRef .modeWra::-webkit-scrollbar {
  width: 3px;
  background: #f1f1f1;
  pointer-events: none;
}
.growPropWritRev .modeRevAddRef .modeWra::-webkit-scrollbar-track {
  box-shadow: none;
  pointer-events: none;
}
.growPropWritRev .modeRevAddRef .modeWra::-webkit-scrollbar-thumb {
  background-color: var(--blue);
  border-radius: 10px;
  pointer-events: none;
}
.growPropWritRev .modeRevAddRef .modeWra .title {
  padding-left: 5px;
  font-size: 22px;
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 10px;
}
.growPropWritRev .modeRevAddRef .modeWra .col {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  width: 100%;
  padding: 5px;
}
.growPropWritRev .modeRevAddRef .card {
  border: 1px solid var(--gray3);
  border-radius: 4px;
  padding: 15px;
}
.growPropWritRev .modeRevAddRef .card .cartit {
  font-size: 16px;
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 8px;
}
.growPropWritRev .modeRevAddRef .card .li {
  display: flex;
  align-items: center;
}
.growPropWritRev .modeRevAddRef .card .li .txt, .growPropWritRev .modeRevAddRef .card .li .str {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.growPropWritRev .modeRevAddRef .card .li .txt {
  font-weight: 300;
  padding: 5px 0;
}
.growPropWritRev .modeRevAddRef .card .li .str em {
  font-style: normal;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../../icon/star.png");
}
.growPropWritRev .modeRevAddRef .card .li .str em.fill {
  background: url("../../icon/star-fill.png");
}
.growPropWritRev .form {
  margin-top: 20px;
}
.growPropWritRev .form .flex .ocl2 {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
  padding: 0 5px;
}
.growPropWritRev .form .flex .ocl1 {
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  padding: 0 5px;
}
.growPropWritRev .form .flex .form-control {
  color: var(--text);
}
.growPropWritRev .form .btn_ .btn {
  width: 100%;
  text-align: center;
  padding: 12px 22px;
  font-size: 16px;
}

.ducw svg {
  display: none;
  width: 16px;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .ducw svg {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .ducw span {
    display: none;
  }
}/*# sourceMappingURL=detail.css.map */