@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.9.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("./bootstrap.min.css");
@import url("./jquery-ui.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-size: 1rem;
  font-family: "IBM Plex Sans Thai", sans-serif, "Poppins", 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;
}

.priceoriginal {
  font-size: 1.2rem;
  color: #e30000;
}

.priceoriginal .proprice {
  font-size: 0.8rem;
  text-decoration: line-through;
  color: #8c8c8c;
}

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

.hide_showall {
  display: none;
}

.titleHead {
  color: #000;
  font-weight: 600;
}

.titleHead h4,
.titleHead h3,
.titleHead h2,
.titleHead h1 {
  font-size: 1.6rem;
  font-weight: 600;
}

.titleHead span {
  font-weight: 400;
  color: #8c8c8c;
}

.sticky-top {
  background-color: #fff;
}

.sold-out figure {
  position: relative
}

.div-sold-out {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.66);
  position: absolute;
  width: 100%;
  top: 0;
  color: white;
  z-index: 979;
  text-align: center;
  vertical-align: center;
  justify-self: center;
  justify-items: center;
}

.div-sold-out img {
  transform: rotate(45deg);

}

.checkbox-cb {
  display: none;
}

.checkbox-cb:checked+.cookie-bar {
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
}

.cookie-bar {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 15px 0px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  color: #000;
  font-size: 0.8rem;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-animation: slideIn 0.8s;
  animation: slideIn 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  font-family: "IBM Plex Sans Thai", sans-serif;
  z-index: 9999;
  -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;
}

.cookie-bar .message a {
  color: #000;
}

.cookie-bar .close-cb {
  color: #fff;
  background-color: #4fb84f;
  cursor: pointer;
  border-radius: 50px;
  padding: 0px 20px;
  margin-left: 20px;
}

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

.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%;
}

.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;
}

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

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

.go-top {
  position: fixed;
  bottom: 0em;
  right: 0em;
  text-decoration: none;
  color: white;
  background-color: #000;
  font-size: 1em;
  padding: 5px 10px;
  text-align: center;
  width: 100px;
  height: 60px;
  display: none;
  z-index: 3;
  text-decoration: none;
  border-radius: 0px;
}

.go-top:hover {
  border-color: #000;
  text-decoration: none;
  color: #fff;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  background-color: #000;
}

.wrap_menu {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  -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;
  padding: 10px 0px;
}

.agentgroup a {
  text-decoration: none;
  color: #2a2a2a;
}

.agentgroup_company a img {
  width: 50px !important;
  height: 50px !important;
  display: inline-block;
  border-radius: 50px;

}

.wrapper_pad {
  width: 90%;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  word-break: break-word;
}

#topmenu {
  position: relative;
}

#topmenu .posstatic {
  position: static;
}

#topmenu .mainmenu li a i {
  display: inline-block;
  vertical-align: sub;
}

#topmenu .submenudrop ul li {
  display: block;
  border: none;
  text-align: left;
  padding: 5px 10px;
}

#topmenu .dropdown_menu_container {
  position: absolute;
  top: 100%;
  height: auto;
  background-color: #fff;
  /* left: 0;
    right: 0; */
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 5px 14px -1px rgba(55, 65, 67, 0.2);
  box-shadow: 0 5px 14px -1px rgba(55, 65, 67, 0.2);
  overflow: hidden;
}

#topmenu .mainmenu li:hover div.dropdown_menu_container {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  top: 100%;
}

#topmenu .wrap_menu.sticky {
  background-color: #fff;
  top: 0px;
}

#topmenu .wrap_menu.sticky .lang {
  padding-top: 10px;
}

#topmenu .wrap_menu.sticky .mainmenu {
  padding-top: 10px;
}

#topmenu .wrap_menu.sticky .mainmenu li {
  font-size: 0.9rem;
}

#topmenu .wrap_menu.sticky .logo {
  padding-top: 7px;
}

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

#topmenu .logo {
  padding-top: 7px;
  display: block;
}

#topmenu .logo img {
  width: 100%;
}

#topmenu .mainmenu {
  text-align: left;
  padding-top: 10px !important;
}

#topmenu .mainmenu li {
  list-style: none;
  display: inline-block;
  padding: 0px 4px;
  font-weight: 500;
  font-size: 0.9rem;
}

#topmenu .mainmenu li.active a {
  border-bottom: 2px solid #4fb84f;
}

#topmenu .mainmenu li a {
  text-decoration: none;
  color: #000;
}

#topmenu .lang {
  padding-top: 10px;
}

#topmenu .lang .dropdown {
  border: 1px solid #000;
  border-radius: 50px;
  display: inline-block;
  padding: 0px 20px;
}

#topmenu .lang .dropdown a {
  text-decoration: none;
  color: #000;
  font-size: 0.8rem;
}

.applyprop {
  display: inline-block;
  background-color: #004773;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 8px 20px;
  font-weight: 500;
}

.applyprop:hover {
  background-color: #575757 !important;
  color: #fff !important;
}

.main-popupphoto {
  padding: 0px !important;
}

.main-popupphoto span {
  text-align: center;
  font-size: 1.2rem;
  display: block;
  padding-bottom: 10px;
}

.main-popupphoto .subscribe {
  padding: 50px;
  margin-top: 4em;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}

.main-popupphoto .subscribe .btnsub {
  background-color: #fff;
}

.main-popupphoto .subscribe .btnsub:hover {
  color: #004773;
}

#footerbg {
  background-image: url(../images/footerbg.png);
  width: 100%;
  padding: 2em 1em;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

#footerbg .subscribe {
  margin-top: 15px;
}

#footerbg .subscribe .form-control {
  font-size: 0.9rem;
}

#footerbg .subscribe .btnsub {
  background-color: #fff;
}

#footerbg .subscribe .btnsub:hover {
  color: #004773;
}

#footerbg .footerlogo img {
  width: 65%;
}

#footerbg .footergroup li {
  list-style: none;
  font-weight: 400;
  font-size: 0.9rem;
}

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

#footerbg .footergroup span {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

#footerbg .footergroup .socialfooter li {
  list-style: none;
  display: inline-block;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  margin-right: 5px;
}

#footerbg .footergroup .socialfooter li:hover {
  background-color: #4fb84f;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#footerbg .footergroup .socialfooter li a {
  text-decoration: none;
}

#footerbg .footergroup .socialfooter li a i {
  color: #fff;
}

.groupBoxswitch,
.display-slide {
  display: none;
}

#homepage #subcategory {
  background-image: url(../images/bgindex.png);
  padding: 10px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

#homepage #subcategory h5 {
  color: #4fb84f;
  font-size: 1.5rem;
}

#homepage #subcategory .subcatpicslider .item {
  padding: 0px 30px;
}

#homepage #subcategory .slideabout {
  position: relative;
  color: #fff;
}

#homepage #subcategory .slideabout .current>.item {
  border-bottom: 2px solid #4fb84f;
}

#homepage #subcategory .slideabout .item {
  text-align: center;
  padding-top: 5px;
}

#homepage #subcategory .slideabout .owl-prev {
  position: absolute;
  left: 0;
  top: 0;
}

#homepage #subcategory .slideabout .owl-prev img {
  width: 70%;
}

#homepage #subcategory .slideabout .owl-next {
  position: absolute;
  right: 0;
  top: 0;
}

#homepage #subcategory .slideabout .owl-next img {
  width: 70%;
}

#homepage #subcategory .subcat_slider {
  padding: 0em 5em;
  position: relative;
}

#homepage #subcategory .subcat_slider .owl-prev {
  position: absolute;
  left: 0;
  top: 35%;
}

#homepage #subcategory .subcat_slider .owl-prev img {
  width: 70%;
}

#homepage #subcategory .subcat_slider .owl-next {
  position: absolute;
  right: 0;
  top: 35%;
}

#homepage #subcategory .subcat_slider .owl-next img {
  width: 70%;
}

#homepage #subcategory .subcat_slider li {
  list-style: none;
  width: 40%;
  padding-bottom: 20px;
  display: inline-block;
}

#homepage #subcategory .subcat_slider li a {
  color: #fff;
  text-decoration: none;
}

#homepage #subcategory .subcat_slider li a:hover {
  background-color: #4fb84f;
  display: inline-block;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  padding: 0px 10px;
}

#homepage #subcategory .subcat_slider .picctg {
  position: relative;
}

#homepage #subcategory .subcat_slider .picctg img {
  border-radius: 8px;
  width: 65%;
}

#homepage #subcategory .subcat_slider .picctg div {
  background-color: #4fb84f;
  color: #fff;
  padding: 10px 30px;
  border-radius: 8px;
  display: inline-block;
  -webkit-transform: translate(-27px, -27px);
  transform: translate(-27px, -27px);
}

#homepage #category {
  background-image: url(../images/bgindex.png);
  padding: 10px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

#homepage #category .titleHead {
  color: #fff;
}

#homepage #category .category_slide .owl-next,
#homepage #category .category_slide .owl-prev {
  margin: 0;
}

#homepage #category .category_slide .owl-next img,
#homepage #category .category_slide .owl-prev img {
  width: 80%;
}

#homepage #category .category_slide a {
  color: #575757;
  text-decoration: none;
}

#homepage #category .category_slide a:hover {
  color: #fff;
}

#homepage #category .category_slide .boxIcon {
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  height: auto;
  overflow: hidden;
}

#homepage #category .category_slide .boxIcon span {
  font-weight: 500;
  padding-top: 10px;
  display: block;
  line-height: 17px;
}

#homepage #category .category_slide .boxIcon img {
  margin: 0 auto;
  /*width: 50%;*/
  height: 100px;
  object-fit: contain;

}

#homepage #category .category_slide .boxIcon:hover {
  background-color: #4fb84f;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

/*#homepage #category .category_slide .boxIcon:hover img {*/
/*  -webkit-filter: brightness(0) invert(1);*/
/*  filter: brightness(0) invert(1);*/
/*}*/

#homepage #newsindex {
  background-image: url(../images/newsbg_id.png);
  padding: 10px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

#homepage #newsindex .titleHead {
  color: #fff;
}

#homepage #newsindex .newsgroup_id p {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  padding-top: 10px;
}

#homepage #agency {
  background-color: #bfdad1;
  padding: 10px 0px;
}

#homepage #agency .agent_slide {
  position: relative;
}

#homepage #agency .agent_slide .owl-prev {
  position: absolute;
  left: 0;
  top: 22%;
}

#homepage #agency .agent_slide .owl-prev img {
  width: 70%;
}

#homepage #agency .agent_slide .owl-next {
  position: absolute;
  right: 0;
  top: 22%;
}

#homepage #agency .agent_slide .owl-next img {
  width: 70%;
}

#homepage #agency .agent_slide .agentgroup {
  text-align: center;
  padding: 0px 40px;
}

#homepage #agency .agent_slide .agentgroup a {
  color: #000;
  font-size: 0.9rem;
  text-decoration: none;
}

#homepage #agency .agent_slide .agentgroup a h6 {
  padding-top: 10px;
  margin-bottom: 0px;
}

#homepage #agency .agent_slide .agentgroup a span {
  color: #575757;
  font-size: 0.8rem;
}

#homepage #agency .agent_slide .agentgroup img {
  border: 1px solid #eee;
  border-radius: 8px;
}

#homepage .viewmore {
  color: #4fb84f;
  font-size: 0.9rem;
  font-weight: 500;
}

#homepage .projectnewGroup {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}

#homepage .projectnewGroup .projectdetail {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 35px 0;
  text-align: center;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 8px;
}

#homepage .projectnewGroup .projectdetail .location,
#homepage .projectnewGroup .projectdetail .price {
  font-size: 0.8rem;
}

#homepage .projectnewGroup .projectdetail:hover {
  opacity: 0;
  filter: alpha(opacity=0);
}

#homepage .projectnewGroup img {
  border-radius: 8px;
  background-color: #000;
  width: 100%;
}

#homepage .bannerhome {
  position: relative;
}

#homepage .bannerhome .owl-dots .owl-dot.active span {
  background-color: #fff;
  width: 10px;
  height: 10px;
}

#homepage .bannerhome .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #fff;
}

#homepage .bannerhome .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#homepage .bannerhome .owl-item {
  overflow: hidden;
}

#homepage .bannerhome .owl-item.active img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 5s all ease;
  transition: 5s all ease;
}

#homepage .bannerhome .owl-item img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: 2.5s all ease;
  transition: 2.5s all ease;
}

#homepage .bannerhome .captionBanner {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 40%;
  text-align: center;
  color: #fff;
  z-index: 1;
}

#contactpage .contactinfo h2 {
  font-weight: 600;
  font-size: 1.5rem;
}

#contactpage .contactinfo .pinaddress {
  width: 6%;
  display: inline-block;
  vertical-align: top;
}

#contactpage .contactinfo .pinaddress i {
  color: #4fb84f;
  font-size: 1.8rem;
}

#contactpage .contactinfo .address {
  width: 80%;
  display: inline-block;
  color: #8c8c8c;
}

#contactpage .bgcontact {
  background-image: url(../images/contact_bg.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

#contactpage .boxcontact {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

#contactpage .boxcontact:hover {
  background-color: #4fb84f;
  color: #fff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

#contactpage .boxcontact:hover .titlename,
#contactpage .boxcontact:hover i {
  color: #fff;
}

#contactpage .boxcontact .titlename {
  color: #4fb84f;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 20px;
}

#contactpage .boxcontact i {
  font-size: 2rem;
  color: #4fb84f;
}

.formdefault label {
  padding: 10px 0px;
  font-weight: 500;
}

.formdefault span {
  font-size: 0.8rem;
  padding-top: 5px;
}

.btn-border {
  border: 1px solid #004773;
  color: #004773;
  background-color: transparent;
  border-radius: 5px;
  padding: 8px 20px;
  font-weight: 500;
}

.btn-border:hover {
  background-color: #004773 !important;
  color: #fff !important;
}

.btn-download {
  background-color: #004773;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 8px 20px;
  font-weight: 500;
}

.btn-download:hover {
  background-color: #575757 !important;
  color: #fff !important;
}

.btn-primary {
  background-color: #4fb84f;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 8px 20px;
  font-weight: 500;
}

.btn-primary:hover {
  background-color: #004773 !important;
}

.fullimg {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

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

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

.pageontop .breadcrumb-item a {
  color: #8c8c8c;
  text-decoration: none;
  font-weight: 400;
}

#newspage .news_slide .owl-dots {
  text-align: left;
}

#newspage .blogbg {
  background-image: url(../images/news_bg.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3em 0em;
}

#newspage .blogcontent {
  margin-top: 30px;
}

#newspage .blogcontent .btn-primary:hover {
  background-color: #fff !important;
  color: #004773 !important;
}

#newspage .blogcontent .contentbody {
  color: #fff;
}

#newspage .blogcontent .titlename {
  color: #fff;
}

#newspage .blogcontent .titlename h1 {
  font-size: 1.3rem;
}

#newspage .date {
  color: #f4f4f4;
  font-size: 0.8rem;
  padding: 10px 0px;
}

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

#newspage .bloggroup .date {
  color: #8c8c8c;
}

#newspage .bloggroup .titlename {
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#newspage .bloggroup .titlename a {
  color: #000;
  text-decoration: none;
}

#newspage .newscontent_is {
  background-color: #fff;
  -webkit-transform: translate(0px, -90px);
  transform: translate(0px, -90px);
  padding: 15px 20px;
}

.contentbody {
  color: #8c8c8c;
  font-size: 0.9rem;
}

#helppage .accordion-item {
  border: none;
  background-color: #fff;
  -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;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 8px;
}

#helppage .accordion-item span {
  color: #4fb84f;
  font-weight: 600;
  font-size: 1.5rem;
  margin-right: 20px;
}

#helppage .accordion-item .accordion-header {
  font-weight: 600;
}

#helppage .accordion-item .accordion-body {
  padding: 10px 0px;
  font-size: 0.9rem;
  color: #8c8c8c;
}

#helppage .accordion-item .accordion-button {
  background-color: transparent;
  font-weight: 600;
  border: none;
  color: #000;
  padding: 10px 0px;
}

#helppage .accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-filter: brightness(100) invert(1);
  filter: brightness(100) invert(1);
}

#helppage .accordion-item:last-child {
  border-bottom: none;
}

#helppage .sidehelp .nav-link {
  text-align: left;
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #eee;
}

#helppage .sidehelp .nav-link.active {
  color: #fff;
  background-color: #4fb84f;
}

.pagenumber {
  text-align: center;
  margin: 0 auto;
  display: table;
}

.pagenumber .active>.page-link {
  background-color: #4fb84f;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 19px;
  color: #fff;
}

.pagenumber .page-link {
  border: none;
  color: #000;
}

.pagenumber .page-link:hover {
  background-color: transparent;
  color: #000;
}

#propertypage .listbusiness {
  padding: 10px 0px;
  text-align: center;
}

#propertypage .listbusiness li {
  list-style: none;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #eee;
  margin-right: 5px;
}

#propertypage .listbusiness li.active {
  background-color: #4fb84f;
}

#propertypage .listbusiness li.active a {
  color: #fff;
}

#propertypage .listbusiness li.active a:hover {
  color: #fff;
}

#propertypage .listbusiness li a {
  text-decoration: none;
  color: #000;
}

#propertypage .listbusiness li a:hover {
  color: #4fb84f;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#propertypage .filtersearchIndex {
  position: relative;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  width: 100%;
}

#propertypage .agengroup {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

#propertypage .agengroup img {
  width: 50%;
}

#propertypage .locationtop {
  font-size: 0.9rem;
  padding: 5px 0px;
}

#propertypage .locationtop i {
  color: #4fb84f;
}

#propertypage .titleAgen {
  font-weight: 600;
  font-size: 1.2rem;
}

#propertypage .searchonpage {
  background-color: #004773;
  padding: 30px 0px;
}

#propertypage .sort .form-select {
  border-radius: 50px;
  border: 1px solid #000;
}

#propertypage .sidePropgroup .sideborder {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

#propertypage .sidePropgroup .propertyGroup .titlename {
  padding-top: 0px;
  font-size: 0.9rem;
}

#propertypage .sidePropgroup .propertyGroup .location {
  font-size: 0.8rem;
}

#propertypage .sidePropgroup .propertyGroup p {
  font-size: 0.8rem;
}

.viewalltag {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 50px;
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
  font-size: 0.8rem;
}

.propertyGroup {
  position: relative;
  margin-bottom: 20px;
}

.propertyGroup .taggroup {
  position: absolute;
  top: 10px;
  left: 10px;
}

.propertyGroup li {
  list-style: none;
  display: inline-block;
}

.propertyGroup .tagtype {
  border-radius: 50px;
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
  font-size: 0.8rem;
}

.propertyGroup .taglist {
  border-radius: 50px;
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
  background: rgba(79, 184, 79, 0.7);
  border: 1px solid #fff;
  font-size: 0.8rem;
}

.propertyGroup .titlename {
  font-weight: 600;
  font-size: 1.1rem;
  padding-top: 20px;
}

.propertyGroup .location {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 5px 0px;
}

.propertyGroup .location i {
  color: #4fb84f;
}

.propertyGroup p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #8c8c8c;
  font-weight: 400;
  font-size: 0.85rem;
}

.propertyGroup .price {
  font-weight: 600;
  font-size: 1.3rem;
}

#aboutpage .bglg_green {
  background-image: url(../images/aboutbg.png);
  width: 100%;
  height: 100%;
  padding: 50px;
}

#aboutpage .bglg_green p {
  font-size: 0.9rem;
  padding-top: 20px;
}

#aboutpage .bgdkblue {
  background-color: #004773;
  color: #fff;
  padding: 50px;
  height: 100%;
  text-align: center;
}

#aboutpage .bgdkblue h1 {
  font-size: 1.6rem;
}

#aboutpage .bgdkblue p {
  font-size: 0.9rem;
  padding-top: 20px;
}

#learnpage .learnpic img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

#learnpage .bgdkblue {
  background-color: #004773;
  color: #fff;
  padding: 50px;
  height: 100%;
}

#learnpage .bgdkblue .btn-primary:hover {
  border: 1px solid #fff !important;
}

#learnpage .bgdkblue h1 {
  font-size: 1.6rem;
}

#learnpage .bgdkblue p {
  font-size: 0.9rem;
  padding-top: 20px;
}

#learnpage .bglearn {
  background-image: url(../images/learn_contact.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

#careerpage .fancybox-content {
  background-image: url(../images/contact_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

#careerpage .learnword {
  padding: 4em 5.5em;
}

#careerpage .learnword .titlename {
  position: relative;
}

#careerpage .learnword .titlename h1 {
  font-weight: 600;
  font-size: 1.4rem;
}

#careerpage .learnword .titlename h1::before {
  content: "";
  background-color: #4fb84f;
  height: 3px;
  width: 50px;
  display: inline-block;
  position: absolute;
  top: -20px;
}

#careerpage .careerlist .accordion-item {
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 8px;
}

#careerpage .careerlist .accordion-item span {
  color: #4fb84f;
  font-weight: 600;
  font-size: 1.5rem;
  margin-right: 20px;
}

#careerpage .careerlist .accordion-item .accordion-header {
  font-weight: 600;
}

#careerpage .careerlist .accordion-item .accordion-body {
  padding: 10px 50px;
  font-size: 0.9rem;
  color: #8c8c8c;
}

#careerpage .careerlist .accordion-item .accordion-body span {
  color: #000;
  font-size: 0.9rem;
}

#careerpage .careerlist .accordion-item .accordion-button {
  background-color: transparent;
  font-weight: 600;
  border: none;
  color: #000;
  padding: 10px 0px;
}

#careerpage .careerlist .accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-filter: brightness(100) invert(1);
  filter: brightness(100) invert(1);
}

#careerpage .careerlist .accordion-item:last-child {
  border-bottom: none;
}

.button-wrapper {
  position: relative;
  width: 150px;
  text-align: center;
  cursor: pointer;
}

.button-wrapper span.label {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  background: transparent;
  cursor: pointer;
  border: 2px solid #004773;
  color: #004773;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

#upload {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.filtersearchIndex {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 30%;
  width: 80%;
  z-index: 1;
}

.filtersearchIndex .input-group .form-control {
  border-radius: 0px;
  height: 50px;
  border: none;
}

.filtersearchIndex .form-select {
  background-color: #fff;
  border-radius: 0px;
  height: 50px;
}

.filtersearchIndex .input-group-text {
  background-color: #fff;
  border: none;
  height: 50px;
}

.filtersearchIndex .input-group-text i {
  color: #4fb84f;
  font-size: 1.2rem;
}

.filtersearchIndex .dropdown-toggle::after {
  top: 22px;
  position: absolute;
  right: 20px;
}

.filtersearchIndex .dropdown-menu {
  padding: 10px !important;
  width: 270px;
}

.filtersearchIndex .dropdown-menu .form-select {
  font-size: 0.8rem;
}

.filtersearchIndex .btn-search {
  background-color: #fff;
  width: 100%;
  border-radius: 0px;
  height: 50px;
  text-align: left;
}

.filtersearchIndex .btn-search:hover {
  background-color: #fff !important;
}

.filtersearchIndex .btn-primary {
  line-height: 35px;
  height: 50px;
  border-radius: 0px 8px 8px 0px;
  width: 100%;
}

#propertydetail .groupunit {
  position: relative;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding: 5px 0px;
  display: block;
}

#propertydetail .groupunit:hover {
  background-color: #eee;
}

#propertydetail .groupunit span {
  position: absolute;
  right: 5px;
}

#propertydetail .groupunit .price {
  color: #4fb84f;
  font-size: 1.1rem;
  font-weight: 500;
}

#propertydetail .groupunit img {
  border-radius: 8px;
}

#propertydetail .graytxt {
  color: #8c8c8c;
}

#propertydetail .facility li {
  list-style: none;
  display: inline-block;
  width: 22%;
  color: #8c8c8c;
  font-size: 0.9rem;
  padding-bottom: 10px;
}

#propertydetail .summary {
  background-color: #eee;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
}

#propertydetail .financelist {
  margin-top: 40px;
}

#propertydetail .financelist li {
  list-style: none;
  display: inline-block;
  background-color: #8c8c8c;
  font-size: 0.9rem;
  padding: 8px 25px;
  font-weight: 500;
  border-radius: 8px;
}

#propertydetail .financelist li.active {
  background-color: #4fb84f;
}

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

#propertydetail .boxcontact {
  border: 1px solid #eee;
  border-radius: 8px;
  background-color: #fff;
  padding: 20px;
  -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;
}

#propertydetail .boxcontact .titleHead h4 {
  font-size: 1.2rem;
  font-weight: 600;
}

#propertydetail .call {
  text-decoration: none;
  color: #8c8c8c;
}

#propertydetail .call i {
  color: #4fb84f;
}

#propertydetail .menuproperty {
  background-color: #4fb84f;
  padding: 10px 0px;
  text-align: center;
}

#propertydetail .menuproperty li {
  list-style: none;
  display: inline-block;
  padding: 0px 20px;
}

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

#propertydetail .bigpromo_slide_sec {
  position: relative;
}

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

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

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

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

#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 .topnameproject .location {
  font-size: 0.9rem;
}

#propertydetail .topnameproject .location i {
  color: #4fb84f;
}

#propertydetail .topnameproject .smtxt2 {
  font-size: 0.8rem;
  color: #575757;
}

#propertydetail .topnameproject .smtxt {
  font-size: 0.8rem;
  color: #4fb84f;
  display: block;
  font-weight: 500;
}

#propertydetail .topnameproject h1 {
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: 0px;
}

#propertydetail .topnameproject .tagtype {
  background-color: #8c8c8c;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  font-size: 0.8rem;
  padding: 5px 10px;
}

#propertydetail .topnameproject .tageach {
  background-color: #4fb84f;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  font-size: 0.8rem;
  padding: 5px 10px;
}

.tablepackage .packagelist {
  border: 1px solid #eee;
}

.tablepackage .packagelist .smtxt {
  font-weight: 500;
  font-size: 0.8rem;
  color: #8c8c8c;
}

.tablepackage .packagelist thead th {
  text-align: center;
  vertical-align: middle;
  color: #4fb84f;
  font-size: 1.2rem;
}

.tablepackage .packagelist thead th:first-child {
  text-align: left;
  background-color: #4fb84f;
  color: #fff;
}

.tablepackage .packagelist tbody i {
  color: #4fb84f;
  font-size: 1.1rem;
}

.tablepackage .packagelist tbody th {
  vertical-align: middle;
  padding: 10px;
}

.tablepackage .packagelist tbody td {
  vertical-align: middle;
  font-weight: 600;
  text-align: center;
  height: 100px;
}

.tablepackage .packagelist tbody span {
  background-color: #4fb84f;
  display: inline-block;
  color: #fff;
  font-size: 0.85rem;
  text-align: center;
  padding: 5px 10px;
  margin-top: 10px;
}

.logoPat img {
  width: 50%;
}

/*----------- RESPONSIVE --------------*/
@media (max-width: 1199px) {
  .filtersearchIndex {
    bottom: 10%;
  }

  #footerbg .footerlogo img {
    width: 100%;
  }

  #homepage #subcategory .subcatlist li {
    font-size: 0.85rem;
  }

  #homepage .projectnewGroup .projectdetail {
    padding: 20px 0px;
  }

  #homepage .projectnewGroup .projectdetail h5 {
    font-size: 0.9rem;
  }

  #homepage #category .category_slide .boxIcon img {
    width: 70%;
  }

  #topmenu .wrap_menu.sticky .mainmenu {
    padding-top: 10px;
  }

  #topmenu .wrap_menu.sticky .mainmenu li {
    font-size: 0.75rem;
    padding: 0px 5px;
  }

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

  #topmenu .lang {
    padding-top: 8px;
  }

  #topmenu .mainmenu {
    padding-top: 10px;
  }

  #topmenu .mainmenu li {
    font-size: 0.75rem;
    padding: 0px 5px;
  }

  #contactpage .contactinfo .pinaddress {
    width: 8%;
  }
}

@media (max-width: 991px) {
  .formmodal .dropdown-toggle::after {
    top: 22px;
    position: absolute;
    right: 20px;
  }

  .formmodal .dropdown-menu {
    padding: 10px !important;
    width: 270px;
  }

  .formmodal .dropdown-menu .form-select {
    font-size: 0.8rem;
  }

  .formmodal .btn-search {
    background-color: #fff;
    width: 100%;
    border-radius: 0.375rem;
    height: 50px;
    text-align: left;
    border: 1px solid #ced4da;
  }

  .formmodal .btn-search:hover {
    background-color: #fff !important;
  }

  .formmodal .input-group-text {
    background-color: transparent;
  }

  .formmodal .input-group-text i {
    color: #4fb84f;
    font-size: 1.2rem;
  }

  .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .mainmenumobile li {
    list-style: none;
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
  }

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

  .menumb {
    font-size: 1.3rem;
    text-decoration: none;
    padding-top: 10px;
    display: block;
  }

  .menumb i {
    color: #000;
  }

  #propertypage .mbsearch {
    position: relative;
    bottom: 0%;
    left: 0%;
    width: 100%;
  }

  #propertypage .mbsearch .btn-mbsearchbtn {
    z-index: 9;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    border: 1px solid #eee;
    width: 100%;
  }

  #propertypage .titleAgen {
    font-size: 1rem;
  }

  #propertypage .sort .form-select {
    font-size: 0.8rem;
  }

  #footerbg {
    padding: 2em 0em;
    background-position: center;
  }

  #footerbg .footergroup span {
    padding-top: 20px;
  }

  #footerbg .footerlogo {
    margin-bottom: 20px;
  }

  #footerbg .footerlogo img {
    width: 30%;
  }

  #careerpage .learnword {
    padding: 2em;
  }

  #careerpage .careerlist .accordion-item .accordion-body {
    padding: 10px 0px;
  }

  .Cropscroll {
    padding: 8px 0px;
    color: #fff;
    overflow: auto;
    white-space: nowrap;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 12];
    grid-template-columns: repeat(12, 1fr);
  }

  #homepage .bannerhome .mbsearch {
    position: absolute;
    bottom: 30%;
    left: 10%;
    width: 80%;
  }

  #homepage .bannerhome .mbsearch .btn-mbsearchbtn {
    z-index: 9;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    border: 1px solid #eee;
    width: 100%;
  }

  #homepage .bannerhome .captionBanner {
    width: 80%;
  }

  #homepage .bannerhome .captionBanner h1 {
    font-size: 1.4rem;
  }

  #homepage .projectnewGroup .projectdetail {
    padding: 35px 0px;
  }

  #homepage .projectnewGroup .projectdetail h5 {
    font-size: 1rem;
  }

  #homepage #subcategory .subcat_slider {
    padding: 0em;
  }

  #homepage #subcategory .subcat_slider .owl-prev,
  #homepage #subcategory .subcat_slider .owl-next {
    position: relative;
  }

  #homepage #subcategory .subcat_slider .picctg div {
    margin-top: 20px;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  #homepage #subcategory .subcatlist li {
    padding-right: 20px;
    width: auto;
  }

  #contactpage .bgcontact {
    background-size: contain;
    background-position: bottom;
  }

  #contactpage .contactinfo h2 {
    font-size: 1.4rem;
    padding-top: 20px;
  }

  .titleHead h1,
  .titleHead h2,
  .titleHead h3 {
    font-size: 1.4rem;
  }

  #aboutpage .bgdkblue h1 {
    font-size: 1.4rem;
  }

  .imgabt img {
    width: 100%;
  }

  .propertyGroup .price {
    font-size: 1rem;
  }

  #propertydetail .topnameproject h1 {
    font-size: 1.3rem;
  }

  #propertydetail .facility li {
    width: 45%;
  }

  #propertydetail .bigpromo_slide .owl-prev {
    left: 0;
  }

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

  #propertydetail .bigpromo_slide .owl-next {
    right: 0;
  }

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

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

  #topmenu .logo img {
    width: 50%;
  }

  #helppage .accordion-item span {
    width: 7%;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .tablepackage .packagelist tbody th {
    min-width: 200px;
  }

  .tablepackage .packagelist tbody td {
    min-width: 200px;
  }

  #helppage .accordion-item span {
    width: 12%;
  }

  .botfixed {
    text-align: left;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    z-index: 9;
    padding: 10px 20px;
    border: 1px solid #eee;
  }

  #propertypage .titleAgen {
    padding-top: 20px;
  }

  #propertypage .locationtop {
    font-size: 0.8rem;
  }

  #propertypage .sidePropgroup .propertyGroup .titlename {
    padding-top: 10px;
  }

  #contactpage .contactinfo .pinaddress {
    width: 10%;
  }

  #contactpage .contactinfo h2 {
    font-size: 1.3rem;
  }

  #aboutpage .bgdkblue h1 {
    font-size: 1.3rem;
  }

  #footerbg .footerlogo img {
    width: 30%;
  }

  .propertyGroup .taglist,
  .propertyGroup .tagtype {
    font-size: 0.6rem;
  }

  .propertyGroup .price,
  .propertyGroup .titlename {
    font-size: 0.9rem;
  }

  .propertyGroup p,
  .propertyGroup .location {
    font-size: 0.8rem;
  }

  .titleHead h1,
  .titleHead h2,
  .titleHead h3 {
    font-size: 1.3rem;
  }

  #homepage #newsindex .newsgroup_id p {
    font-size: 0.9rem;
  }

  #homepage .viewmore {
    font-size: 0.8rem;
  }

  #homepage #agency .agent_slide .agentgroup {
    padding: 0px;
  }

  #homepage #category .category_slide .boxIcon span {
    font-size: 0.85rem;
  }

  #homepage #category .category_slide .boxIcon img {
    width: 80%;
  }

  .btn-primary,
  .btn-download {
    width: 100%;
  }

  .watermark {
    position: absolute;
    color: rgba(255, 255, 255, 0.6);
    font-size: 25px;
    top: 30%;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    pointer-events: none;
  }
}



.accountlist {
  background-color: #eff4ff;
  border-radius: 50px;
}

.accountlist li {
  list-style: none;
  display: inline-block;
  padding: 20px;
  width: 49%;
  text-align: center;
  font-weight: 600;
}

.accountlist li.active {
  background-color: #004773;
  border-radius: 50px 50px 50px 50px;
}

.accountlist li.active a {
  color: #fff;
}

.accountlist li a {
  text-decoration: none;
  color: #575757;
}

.acctform .forgetpass {
  font-size: 0.9rem;
  color: #575757;
  font-weight: 600;
}

.acctform label {
  padding-bottom: 10px;
  font-weight: 600;
}

.acctform .input-group-text {
  background-color: transparent;
  border-right: none;
}

.acctform .form-control {
  background-color: transparent;
  padding: 15px 10px;
  border-left: none;
}

.acctform h3 {
  font-weight: 600;
  text-align: center;
  font-size: 1.5rem;
  padding-top: 30px;
}

.acctform .orlog {
  text-align: center;
  font-weight: 500;
  display: block;
  padding-top: 50px;
}

.acctform .sociallogin ul li {
  list-style: none;
  display: inline-block;
}

.acct {
  position: absolute;
  top: 18px;
  right: 13%;
}

.acct .dropdown-item {
  font-size: 0.8rem;
}

.acct a {
  text-decoration: none;
  color: #040340;
}

.acct .dropdown-toggle::after {
  display: none;
}

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

.check-container a {
  color: #575757;
}

.check-container .count {
  position: absolute;
  right: 0;
}

.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;
}

.check-container.big {
  font-size: 17px;
  line-height: 24px;
  padding-left: 36px;
}

.check-container.big .checkmark {
  height: 24px;
  width: 24px;
}

.check-container.big .checkmark:after {
  width: 7px;
  height: 12px;
  border-width: 0 3px 3px 0;
  top: 5px;
}

.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: #4fb84f;
  color: #fff;
}

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

#sidemenugroup {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

#sidemenugroup .headbg {
  background-color: #040340;
  border-radius: 20px 20px 0px 0px;
  padding: 20px;
  color: #fff;
}

#sidemenugroup .headbg h3,
#sidemenugroup .headbg h2,
#sidemenugroup .headbg h1 {
  font-size: 1.3rem;
}

#sidemenugroup .headbg .edittext {
  color: #fff;
  text-decoration: underline;
  font-size: 0.85rem;
}

#sidemenugroup .submenumember {
  padding-top: 10px !important;
}

#sidemenugroup .submenumember li {
  padding-left: 30px;
  padding-bottom: 10px;
}

#sidemenugroup .submenumember li:last-child {
  padding-bottom: 0px !important;
}

#sidemenugroup .sidemember {
  padding: 30px;
}

#sidemenugroup .sidemember ul li {
  list-style: none;
  display: block;
  padding-bottom: 15px;
  font-weight: 500;
}

#sidemenugroup .sidemember ul li a {
  text-decoration: none;
  color: #575757;
}

#sidemenugroup .sidemember ul li a i {
  color: #575757;
  vertical-align: middle;
  margin-right: 5px;
}

/* #sidemenugroup .sidemember ul li.active i,
#sidemenugroup .sidemember ul li.active a {
  color: #4fb84f;
} */

#sidemenugroup .sidemember ul li>a.active {
  color: #4fb84f;
}

.howtoregis .howtoregisbg {
  background-color: #3986b6;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
}

.howtoregis li {
  list-style: none;
  display: block;
  padding-bottom: 5px;
}

#memberpage {
  background-color: #f4f4f4;
}

#memberpage .grouphispack {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#memberpage .grouphispack .imgpack {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

#memberpage .grouphispack .namehispack {
  display: inline-block;
  width: 60%;
}

#memberpage .grouphispack .namehispack h4 {
  font-size: 1.2rem;
}

#memberpage .grouphispack .namehispack p {
  color: #8c8c8c;
  font-size: 0.8rem;
}

#memberpage .grouphispack .minuspack {
  color: #b70000;
}

#memberpage .grouphispack .pluspack {
  color: #2e6e65;
}

#memberpage .boxinwhite2 {
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 10px;
  border: 1px solid #eee;
}

#memberpage .boxinwhite2 .lanc {
  font-weight: 500;
  font-size: 1rem;
  display: inline-block;
  width: 48%;
}

#memberpage .boxinwhite2 .lanc i {
  color: #4fb84f;
  font-size: 1.4rem;
  vertical-align: middle;
}

#memberpage .boxinwhite2 .creditnum {
  display: inline-block;
  width: 50%;
  color: #4fb84f;
  font-size: 1.7rem;
}

#memberpage .boxinwhite2 .creditnum span {
  font-size: 0.8rem;
  color: #8c8c8c;
}

#memberpage .boxinwhite {
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 10px;
  border: 1px solid #eee;
}

#memberpage .boxinwhite .lanc {
  font-weight: 500;
  font-size: 1rem;
  display: inline-block;
  width: 70%;
}

#memberpage .boxinwhite .lanc i {
  color: #4fb84f;
  font-size: 1.4rem;
  vertical-align: middle;
}

#memberpage .boxinwhite .creditnum {
  display: inline-block;
  width: 25%;
  color: #4fb84f;
  font-size: 1.7rem;
}

#memberpage .boxinwhite .creditnum span {
  font-size: 0.8rem;
  color: #8c8c8c;
}

#memberpage .uploadnewphoto {
  background-color: #eff4ff;
  border-radius: 10px;
  padding: 20px;
}

#memberpage .smtxt2 {
  font-size: 0.8rem;
  color: #8c8c8c;
  display: block;
  margin-top: 5px;
  position: absolute;
  top: 49%;
  right: 25%;
}

#memberpage .profileupload {
  position: relative;
}

#memberpage .profileupload .img_member {
  position: relative;
}

#memberpage .profileupload .preview_seller {
  width: 120px;
  height: 120px;
  background-image: url(../images/icons/blank-profile-picture-g07101cf40_640.png);
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}

#memberpage .profileupload .preview {
  width: 120px;
  height: 120px;
  background-image: url(../images/icons/blank-profile-picture-g07101cf40_640.png);
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}

#memberpage .profileupload .file-upload-wrapper {
  background-color: #004773;
  color: #fff;
  border: none;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.8em 2em;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 36%;
  top: 0;
}

#memberpage .profileupload .file-upload-native,
#memberpage .profileupload .file-upload-text {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}

#memberpage .profileupload input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}

#memberpage .profileupload .file-upload-native:focus,
#memberpage .profileupload .file-upload-text:focus {
  outline: none;
}

#memberpage .profileupload .file-upload-wrapper:hover {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#memberpage .profileupload .file-upload-text {
  z-index: 10;
  padding: 5px 15px 8px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  border: 0;
  background-color: transparent;
}

#memberpage .profileupload .file-upload-native {
  z-index: 15;
  opacity: 0;
}

#memberpage .nameids {
  position: relative;
}

#memberpage .editlinkb {
  position: absolute;
  top: 10px;
  right: 0;
}

#memberpage .editlinkb .edittext {
  color: #004773;
  font-size: 0.8rem;
}

#memberpage .anctablest tbody td {
  font-size: 0.85rem;
  vertical-align: middle;
  text-align: center;
}

#memberpage .anctablest tbody td:first-child {
  text-align: left;
}

#memberpage .anctablest thead th {
  min-width: 86px;
  text-align: center;
}

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

#memberpage .anctablest thead tr {
  font-size: 0.85rem;
}

#memberpage .anctablest .propertyGroup .btn-download {
  font-size: 0.8rem;
}

#memberpage .anctablest .propertyGroup .titlename {
  padding-top: 0px;
  font-size: 0.9rem;
}

#memberpage .anctablest .propertyGroup .location {
  font-size: 0.8rem;
}

#memberpage .searchtab_prop {
  background-color: #eff4ff;
  border-radius: 10px;
  padding: 20px;
}

#memberpage .packgaedefault {
  text-align: center;
}

#memberpage .packgaedefault .btn-download {
  font-size: 0.8rem;
}

#memberpage .packgaedefault h4 {
  font-size: 1.3rem;
  color: #4fb84f;
}

#memberpage .packgaedefault span {
  font-size: 0.8rem;
  color: #8c8c8c;
  display: block;
  margin-bottom: 10px;
}

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

#memberpage .packlist li {
  list-style: none;
  display: inline-block;
  font-weight: 500;
  padding-bottom: 5px;
  font-size: 0.9rem;
  text-align: center;
  width: 32%;
}

#memberpage .packlist li.active {
  border-bottom: 3px solid #004773;
}

#memberpage .packlist li.active a {
  color: #000;
}

#memberpage .packlist li a {
  text-decoration: none;
  color: #8c8c8c;
}

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

#memberpage .proplist li {
  list-style: none;
  display: inline-block;
  font-weight: 500;
  margin-right: 20px;
  font-size: 0.85rem;
}

#memberpage .proplist li.active {
  border-bottom: 3px solid #004773;
}

#memberpage .proplist li.active a {
  color: #000;
}

#memberpage .proplist li a {
  text-decoration: none;
  color: #8c8c8c;
}

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

#memberpage .notilist li {
  list-style: none;
  display: inline-block;
  font-weight: 500;
  margin-right: 20px;
  font-size: 0.85rem;
}

#memberpage .notilist li.active {
  border-bottom: 3px solid #004773;
}

#memberpage .notilist li a {
  text-decoration: none;
  color: #000;
}

#memberpage .notibox {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

#memberpage .notibox h4 {
  font-size: 1rem;
}

#memberpage .notibox p {
  color: #8c8c8c;
  font-size: 0.9rem;
}

#memberpage .notibox .editnoti .dropdown-toggle::after {
  display: none;
}

#memberpage .notibox .editnoti a {
  text-decoration: none;
  color: #575757;
  font-size: 0.8rem;
}

#memberpage .notibox .editnoti .dropdown-item {
  text-decoration: none;
  color: #575757;
  font-size: 0.8rem;
}

#memberpage .readbg {
  background-color: #bfdad1;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 65px;
  text-align: center;
  border-radius: 50px;
}

#memberpage .readbg i {
  font-size: 25px;
  color: #fff;
}

#memberpage .unreadbg {
  background-color: #004773;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 65px;
  text-align: center;
  border-radius: 50px;
}

#memberpage .unreadbg i {
  font-size: 25px;
  color: #fff;
}

#memberpage .content {
  font-size: 0.9rem;
  color: #8c8c8c;
  font-weight: 400;
}

#memberpage .whitebox {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 2em 3em;
  position: relative;
}

#memberpage .bloggroup {
  margin-bottom: 20px;
}

#memberpage .bloggroup .date {
  color: #8c8c8c;
  font-size: 0.8rem;
}

#memberpage .titlename a {
  text-decoration: none;
  color: #575757;
  padding: 5px 0px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.addfave {
  position: absolute;
  top: 10px;
  right: 10px;
}

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

.addfave a.active,
.addfave a:hover {
  color: #4fb84f;
}

/*----------- RESPONSIVE --------------*/
@media (max-width: 1199px) {
  #memberpage .notilist li {
    font-size: 0.9rem;
  }

  #memberpage .whitebox {
    padding: 2em;
  }

}

@media (max-width: 991px) {
  #memberpage .smtxt2 {
    position: relative;
    margin: 10px auto;
    right: 0;
  }

  #memberpage .profileupload .preview {
    margin: 0 auto;
  }

  #memberpage .profileupload .file-upload-wrapper {
    position: relative;
    left: 0;
    margin: 0 auto;
    display: table;
  }

  #memberpage .backpage {
    color: #575757;
    font-size: 0.8rem;
  }

  #memberpage .whitebox {
    padding: 1em;
  }

  #memberpage .wrapper_pad {
    width: 100%;
  }

  .acct {
    top: 22px;
    right: 23%;
  }

}

@media (max-width: 767px) {
  .membermenu ul li {
    border-bottom: 1px solid #eee;
    padding: 13px 0px;
    list-style: none;
    font-weight: 500;
  }

  .membermenu ul li a {
    display: block;
    text-decoration: none;
    color: #575757;
  }

  .membermenu ul li a .fi-rr-angle-small-right {
    position: absolute;
    right: 30px;
  }

  #memberpage .boxinwhite .creditnum,
  #memberpage .boxinwhite .lanc,
  #memberpage .boxinwhite2 .creditnum,
  #memberpage .boxinwhite2 .lanc {
    width: 100%;
  }

  #memberpage .btn-dark {
    width: 100%;
  }

  #memberpage .anctablest thead th:first-child {
    min-width: 150px;
  }

  .acctform .sociallogin ul li {
    width: 30%;
  }

  .acctform .sociallogin ul li a img {
    width: 70%;
  }

  .btn-primary,
  .btn-download {
    width: 100%;
  }
}

#packagepage .box-package {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
}

#packagepage .box-package .list-package li {
  list-style: none;
  padding: 5px 0px;
}

#packagepage .box-package .list-package li i {
  color: #004773;
}

#projectpage .titleproject h1 {
  font-size: 1.4rem;
}

#projectpage .titleproject h2 {
  font-size: 1.6rem;
}

#projectpage .titleproject h2 span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #575757;
}

#projectpage .project-content {
  font-size: 0.9rem;
  line-height: 28px;
}

#projectpage .project-facilities {
  background-color: #004773;
  padding: 3em 0em;
}

#projectpage .project-facilities .details {
  color: #fff;
}

#projectpage .project-facilities .details h3 {
  font-size: 1.2rem;
}

#projectpage .project-facilities .details li {
  list-style: none;
  padding: 5px 0px;
}

#projectpage .project-facilities .details li i {
  vertical-align: middle;
  margin-right: 5px;
}

#projectpage .planlist li {
  list-style: none;
  display: inline-block;
  background-color: #f4f4f4;
  border-radius: 50px;
  padding: 8px 20px;
  border: 1px solid #eee;
  margin-right: 5px;
}

#projectpage .planlist li a {
  text-decoration: none;
  color: #000;
}

#projectpage .planlist li.active {
  background-color: #004773;
}

#projectpage .planlist li.active a {
  color: #fff;
  font-weight: 600;
}

#projectpage .plan-show .contentbody li {
  list-style: none;
}

#projectpage .plan-show .planic .ic {
  display: inline-block;
  width: 10%;
}

#projectpage .plan-show .planic .ic i {
  vertical-align: middle;
  color: #004773;
  font-size: 1rem;
}

#projectpage .plan-show .planic .name {
  display: inline-block;
  width: 80%;
  color: #575757;
  font-size: 0.9rem;
}

#projectpage .groupunit {
  position: relative;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding: 5px 0px;
  display: block;
}

#projectpage .groupunit:hover {
  background-color: #eee;
}

#projectpage .groupunit span {
  position: absolute;
  right: 5px;
}

#projectpage .groupunit .price {
  color: #4fb84f;
  font-size: 1.1rem;
  font-weight: 500;
}

#projectpage .groupunit img {
  border-radius: 8px;
}

input[type="file"]::file-selector-button {
  border: 2px solid #e9ecef;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  background-color: #e9ecef;
  transition: 1s;
}

input[type="file"]::file-selector-button:hover {
  background-color: #e9ecef;
  border: 2px solid gray;
}

.bg-none {
  background-color: #ffffff00;
}

.border-radius-img {
  border-radius: 30px 0 30px 0;
}

.bg-contact {
  padding: 15px;
  border-radius: 15px;
  background-color: rgb(250, 250, 250);

}

/*----------- RESPONSIVE --------------*/
@media (max-width: 1199px) {
  #memberpage .notilist li {
    font-size: 0.9rem;
  }

  #memberpage .whitebox {
    padding: 2em;
  }

  .filtersearchIndex {
    bottom: 10%;
  }

  #footerbg .footerlogo img {
    width: 100%;
  }

  #homepage #subcategory .subcatlist li {
    font-size: 0.85rem;
  }

  #homepage .projectnewGroup .projectdetail {
    padding: 20px 0px;
  }

  #homepage .projectnewGroup .projectdetail h5 {
    font-size: 0.9rem;
  }

  #homepage #category .category_slide .boxIcon img {
    width: 70%;
  }

  #topmenu .wrap_menu.sticky .mainmenu {
    padding-top: 10px;
  }

  #topmenu .wrap_menu.sticky .mainmenu li {
    font-size: 0.75rem;
    padding: 0px 5px;
  }

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

  #topmenu .lang {
    padding-top: 8px;
  }

  #topmenu .mainmenu {
    padding-top: 10px;
  }

  #topmenu .mainmenu li {
    font-size: 0.75rem;
    padding: 0px 5px;
  }

  #contactpage .contactinfo .pinaddress {
    width: 8%;
  }
}

@media (max-width: 991px) {
  #memberpage .smtxt2 {
    position: relative;
    margin: 10px auto;
    right: 0;
  }

  #memberpage .profileupload .preview {
    margin: 0 auto;
  }

  #memberpage .profileupload .file-upload-wrapper {
    position: relative;
    left: 0;
    margin: 0 auto;
    display: table;
  }

  #memberpage .backpage {
    color: #575757;
    font-size: 0.8rem;
  }

  #memberpage .whitebox {
    padding: 1em;
  }

  #memberpage .wrapper_pad {
    width: 100%;
  }

  .acct {
    top: 22px;
    right: 23%;
  }

  .groupancs .anncedetailsbox h2 {
    margin-top: 10px;
    font-size: 1rem;
  }

  .groupancs img {
    width: 20%;
  }

  .formmodal .dropdown-toggle::after {
    top: 22px;
    position: absolute;
    right: 20px;
  }

  .formmodal .dropdown-menu {
    padding: 10px !important;
    width: 270px;
  }

  .formmodal .dropdown-menu .form-select {
    font-size: 0.8rem;
  }

  .formmodal .btn-search {
    background-color: #fff;
    width: 100%;
    border-radius: 0.375rem;
    height: 50px;
    text-align: left;
    border: 1px solid #ced4da;
  }

  .formmodal .btn-search:hover {
    background-color: #fff !important;
  }

  .formmodal .input-group-text {
    background-color: transparent;
  }

  .formmodal .input-group-text i {
    color: #4fb84f;
    font-size: 1.2rem;
  }

  .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .mainmenumobile li {
    list-style: none;
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
  }

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

  .menumb {
    font-size: 1.3rem;
    text-decoration: none;
    padding-top: 10px;
    display: block;
  }

  .menumb i {
    color: #000;
  }

  #propertypage .mbsearch {
    position: relative;
    bottom: 0%;
    left: 0%;
    width: 100%;
  }

  #propertypage .mbsearch .btn-mbsearchbtn {
    z-index: 9;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    border: 1px solid #eee;
    width: 100%;
  }

  #propertypage .titleAgen {
    font-size: 1rem;
  }

  #propertypage .sort .form-select {
    font-size: 0.8rem;
  }

  #footerbg {
    padding: 2em 0em;
    background-position: center;
  }

  #footerbg .footergroup span {
    padding-top: 20px;
  }

  #footerbg .footerlogo {
    margin-bottom: 20px;
  }

  #footerbg .footerlogo img {
    width: 30%;
  }

  #careerpage .learnword {
    padding: 2em;
  }

  #careerpage .careerlist .accordion-item .accordion-body {
    padding: 10px 0px;
  }

  .Cropscroll {
    padding: 8px 0px;
    color: #fff;
    overflow: auto;
    white-space: nowrap;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }

  #homepage .bannerhome .mbsearch {
    position: absolute;
    bottom: 30%;
    left: 10%;
    width: 80%;
  }

  #homepage .bannerhome .mbsearch .btn-mbsearchbtn {
    z-index: 9;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    border: 1px solid #eee;
    width: 100%;
  }

  #homepage .bannerhome .captionBanner {
    width: 80%;
  }

  #homepage .bannerhome .captionBanner h1 {
    font-size: 1.4rem;
  }

  #homepage .projectnewGroup .projectdetail {
    padding: 35px 0px;
  }

  #homepage .projectnewGroup .projectdetail h5 {
    font-size: 1rem;
  }

  #homepage #subcategory .subcat_slider {
    padding: 0em;
  }

  #homepage #subcategory .subcat_slider .owl-prev,
  #homepage #subcategory .subcat_slider .owl-next {
    position: relative;
  }

  #homepage #subcategory .subcat_slider .picctg div {
    margin-top: 20px;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  #homepage #subcategory .subcatlist li {
    padding-right: 20px;
    width: auto;
  }

  #contactpage .bgcontact {
    background-size: contain;
    background-position: bottom;
  }

  #contactpage .contactinfo h2 {
    font-size: 1.4rem;
    padding-top: 20px;
  }

  .titleHead h1,
  .titleHead h2,
  .titleHead h3 {
    font-size: 1.4rem;
  }

  #aboutpage .bgdkblue h1 {
    font-size: 1.4rem;
  }

  .imgabt img {
    width: 100%;
  }

  .propertyGroup .price {
    font-size: 1rem;
  }

  #propertydetail .topnameproject h1 {
    font-size: 1.3rem;
  }

  #propertydetail .facility li {
    width: 45%;
  }

  #propertydetail .bigpromo_slide .owl-prev {
    left: 0;
  }

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

  #propertydetail .bigpromo_slide .owl-next {
    right: 0;
  }

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

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

  #topmenu .logo img {
    width: 40%;
  }

  #helppage .accordion-item span {
    width: 7%;
    font-size: 1.2rem;
  }

  .groupancs .anncedetailsbox h2 {
    margin-top: 10px;
    font-size: 1rem;
  }

  .groupancs img {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .membermenu ul li {
    border-bottom: 1px solid #eee;
    padding: 13px 0px;
    list-style: none;
    font-weight: 500;
  }

  .membermenu ul li a {
    display: block;
    text-decoration: none;
    color: #575757;
  }

  .membermenu ul li a .fi-rr-angle-small-right {
    position: absolute;
    right: 30px;
  }

  #memberpage .boxinwhite .creditnum,
  #memberpage .boxinwhite .lanc,
  #memberpage .boxinwhite2 .creditnum,
  #memberpage .boxinwhite2 .lanc {
    width: 100%;
  }

  #memberpage .btn-dark {
    width: 100%;
  }

  #memberpage .anctablest thead th:first-child {
    min-width: 150px;
  }

  .acctform .sociallogin ul li {
    width: 30%;
  }

  .acctform .sociallogin ul li a img {
    width: 70%;
  }

  #plangroup .plansname li {
    display: inline-block;
  }

  .tablepackage .packagelist tbody th {
    min-width: 200px;
  }

  .tablepackage .packagelist tbody td {
    min-width: 200px;
  }

  #helppage .accordion-item span {
    width: 12%;
  }

  .botfixed {
    text-align: left;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    z-index: 9;
    padding: 10px 20px;
    border: 1px solid #eee;
  }

  #propertypage .titleAgen {
    padding-top: 20px;
  }

  #propertypage .locationtop {
    font-size: 0.8rem;
  }

  #propertypage .sidePropgroup .propertyGroup .titlename {
    padding-top: 10px;
  }

  #contactpage .contactinfo .pinaddress {
    width: 10%;
  }

  #contactpage .contactinfo h2 {
    font-size: 1.3rem;
  }

  #aboutpage .bgdkblue h1 {
    font-size: 1.3rem;
  }

  #footerbg .footerlogo img {
    width: 30%;
  }

  .propertyGroup .taglist,
  .propertyGroup .tagtype {
    font-size: 0.6rem;
  }

  .propertyGroup .price,
  .propertyGroup .titlename {
    font-size: 0.9rem;
  }

  .propertyGroup p,
  .propertyGroup .location {
    font-size: 0.8rem;
  }

  .titleHead h1,
  .titleHead h2,
  .titleHead h3 {
    font-size: 1.3rem;
  }

  #homepage #newsindex .newsgroup_id p {
    font-size: 0.9rem;
  }

  #homepage .viewmore {
    font-size: 0.8rem;
  }

  #homepage #agency .agent_slide .agentgroup {
    padding: 0px;
  }

  #homepage #category .category_slide .boxIcon span {
    font-size: 0.85rem;
  }

  #homepage #category .category_slide .boxIcon img {
    width: 80%;
  }

  .btn-primary,
  .btn-download {
    width: 100%;
  }
}

/*# sourceMappingURL=layout.css.map */
/* Free ANC new */
.group-steps {
  display: table;
  margin: 0 auto;
  background-color: #004D7D;
  border-radius: 100px;
  padding: 10px 20px;
}

.steps {
  display: flex;
  justify-content: space-between;
}

.step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #99B8CB;
  margin-right: 20px;


}

.step-circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #ccc;
  color: white;
  font-weight: bold;

}

.step.active span {
  color: white;
}

.step.active .step-circle {
  background: #fff;
  color: #004773;

}

.step.disabled .step-circle {
  border: 1px solid #99B8CB;
  color: #99B8CB;
  background-color: transparent;

}

/* Form Content */
.noted {
  color: #b70000;
  font-size: 0.9rem;
  font-style: italic;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

/* Buttons */
.groupbtn {
  display: table;
  margin: 0 auto;
}

.buttons {
  display: inline-block;

}

.form-step .btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.btn-next {
  background: #004773;
  color: white;
}

.btn-prev {
  background: #6c757d;
  color: white;
}

.btn-submit {
  background: #28a745;
  color: white;
}

.form-step .btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.radio-group {
  display: inline-flex;
  gap: 20px;
}

.radio-item {
  position: relative;
  width: 145px;
  height: 145px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: white;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-top: 20px;
}


.radio-item:hover {
  background-color: #004D7D;

}

.radio-item:hover span,
.radio-item:hover i {
  color: #fff;
}

.radio-item i {
  color: #4CAF50;
  font-size: 3rem;
  transition: transform 0.2s ease-in-out;
}

.radio-item span {
  display: block;
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 600;
}

.radio-item input {
  display: none;
}

/* Active & Selected */
.radio-item.active {
  background-color: #004D7D;
  transform: scale(1.1);
}

.radio-item.active i {
  transform: scale(1.2);
  color: #fff;
}

.radio-item.active span {
  color: #fff;
}

.contentsteps h2 {
  font-size: 1.1rem;
  font-weight: 600;
}

@media (max-width: 767px) {

  /* anc */
  .radio-item {
    width: 130px;
    height: 130px;
  }

  .group-steps {
    border-radius: 10px;
  }

  .steps {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .step {
    flex-direction: row;
    width: 100%;
    justify-content: start;
    text-align: left;
  }
}

/* end */

.sub-submenumember {
  margin-left: 20px;
  list-style: disc;
}

.sub-submenumember li a {
  font-size: 14px;
  padding-left: 10px;
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  border: 5px solid #eee;
  border-top: 5px solid #4fb84f;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}