@import "https:////fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,600";
html,
body {
  height: 100%;
  font-family: 'Noto Sans TC', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #3b3b3b;
  font-weight: 400;
  font-family: 'Noto Sans TC', sans-serif;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  color: #252525;
  font-weight: 500;
  margin-bottom: 35px;
  font-size: 1.3rem;
}

h5 {
  font-size: 1.22rem;
}

h6 {
  font-size: 1.2rem;
}

p {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  color: #666666;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px 0;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}
a {
  color: #0bb4c3;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #0bb4c3;
  font-weight: 500;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

textarea{
  padding-top
}

/*---------------------
  Helper CSS
-----------------------*/
.section-title {
  margin-bottom: 40px;
}
.section-title.sidebar-title {
  margin-bottom: 36px;
}
.section-title.sidebar-title h5 {
  font-family: "Lato", sans-serif;
}
.section-title.sidebar-title h5:after {
  height: 36px;
  top: -8px;
}
.section-title.sidebar-title-b {
  margin-bottom: 30px;
  font-family: "Lato", sans-serif;
}
.section-title.sidebar-title-b h6:after {
  height: 20px;
  top: 0;
}
.section-title h4,
.section-title h5,
.section-title h6 {
  color: #3b3b3b;
  font-weight: 500;
  
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 20px;
}
.section-title h4:after,
.section-title h5:after,
.section-title h6:after {
  position: absolute;
  left: 0;
  top: -9px;
  width: 5px;
  height: 46px;
  background: #0bb4c3;
  content: "";
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.spad {
  padding-top: 100px;
  padding-bottom: 80px;
}

.spad-2 {
  padding-top: 50px;
  padding-bottom: 70px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/* buttons */
.btn {
  font-size: 1rem;
  border: 0;
  letter-spacing: 0.1rem;
  display: inline-block;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 0;
}
.site-btn {
  color: #ffffff;
  background: #0bb4c3;
  border: 1px solid #0bb4c3;
}
.site-btn:hover {
  color: #ffffff;
  /* background-color: #00a055; */
  opacity: 0.8;
}
.light-btn {
  background-color: #fff;
  color: #3b3b3b;
  border: 1px solid #3b3b3b;
  font-weight: bold;
}
.light-btn:hover {
  color: #0bb4c3;
  border: 1px solid #0bb4c3;
}
.disable-btn {
  background-color: #ccc;
  color: #fff;
  border: 1px solid#ccc;
  font-weight: bold;
  pointer-events: none;
}
.subscribe-btn {
  display: flex;
  margin: 0 auto;
}
.commit-btn {
  display: flex;
  margin-left: auto;
}
.outline-btn {
  background-color: #fff;
  color: #0bb4c3;
  border: 1px solid #0bb4c3;
}

/* Preloder */
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
/*---------------------
  Header
-----------------------*/
.hs-top {
  border-bottom: 1px solid #ebebeb;
}
.hs-top .logo {
  padding: 22px 0;
}
.hs-top .logo a {
  display: inline-block;
}
.hs-top img{
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .hs-top img{
    height: 70px;
  }
}
.hs-top .ht-widget {
  text-align: right;
  padding: 20px 0;
}
.hs-top .ht-widget ul {
  display: inline-block;
}
.hs-top .ht-widget ul li {
  list-style: none;
  font-size: 1rem;
  color: #444444;
  display: inline-block;
  margin-right: 45px;
  font-weight: 500;
}
.hs-top .ht-widget ul li i {
  display: inline-block;
  font-size: 1.2rem;
  color: #00c8a0;
  height: 46px;
  width: 46px;
  background: #f5f5f5;
  line-height: 46px;
  text-align: center;
  margin-right: 10px;
}
.hs-top .ht-widget ul li span {
  margin-left: 20px;
  display: inline-block;
  position: relative;
}
.hs-top .ht-widget ul li span:after {
  position: absolute;
  left: -13px;
  top: -2px;
  content: "|";
}
.hs-nav .nav-menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
.hs-nav .nav-menu ul li .dropdown {
  position: absolute;
  left: -30px;
  top: 80px;
  width: 270px;
  background: #ffffff;
  z-index: 9;
  padding: 26px 0 14px;
  box-shadow: 1px 3px 15px rgba(11, 27, 32, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hs-nav .nav-menu ul li .dropdown li {
  margin-right: 0;
  display: block;
}
.hs-nav .nav-menu ul li .dropdown li a {
  color: #666666;
  padding: 0;
  text-transform: capitalize;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 30px;
}
.hs-nav .nav-menu ul li .dropdown li a:hover {
  color: #3b3b3b;
}
.hs-nav .nav-menu ul li .dropdown li a:after {
  left: 0;
  top: 2px;
  width: 5px;
  height: 16px;
  background: #0bb4c3;
  content: "";
}
.hs-nav .nav-menu ul li:hover > a:after {
  opacity: 1;
}
.hs-nav .nav-menu ul li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  top: 60px;
}
.hs-nav .nav-menu ul li.active > a:after {
  opacity: 1;
}
.hs-nav .nav-menu ul li:last-child {
  margin-right: 0;
}
.hs-nav .nav-menu ul li a {
  color: #3b3b3b;
  font-size: 1rem;
  font-weight: 500;
  
  padding: 20px 0;
  display: block;
  position: relative;
}
.hs-nav .nav-menu ul li a:hover {
  color: #0bb4c3;
}
.hs-nav .nav-menu ul li a:after {
  position: absolute;
  left: 0;
  top: 42px;
  width: 100%;
  height: 2px;
  background: #0bb4c3;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hs-nav .hn-social {
  text-align: right;
  padding: 19px 0 18px;
}
.hs-nav .hn-social a {
  font-size: 15px;
  color: #3b3b3b;
  display: inline-block;
  margin-left: 20px;
}
.hs-nav .hn-social a:hover {
  color: #0bb4c3;
}
.offcanvas-menu-wrapper {
  display: none;
}
.canvas-open {
  display: none;
}
.om-widget .light-btn {
  margin-right: 10px;
  margin-left: auto;
}
.light-btn:focus {
  color: #0bb4c3;
}

/*---------------------
  Hero
-----------------------*/
.hero-section {
  overflow: hidden;
  background: #ffffff;
  padding-bottom: 10px;
}

.hs-slider.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.hs-slider.owl-carousel .owl-item.active .hs-item .hc-inner-text {
  opacity: 1;
  top: 0;
}
.hs-slider.owl-carousel .owl-nav button {
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  line-height: 58px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-25px);
}
.hs-slider.owl-carousel .owl-nav button:hover {
  background-color: #0bb4c3;
}
.hs-slider.owl-carousel .owl-nav button {
  left: 10px;
}
.hs-slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 10px;
}
.owl-item{
  display: flex;
  align-items: center;
  justify-content: center;
}

.hs-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 750px;
  width: 85%;
  background-size: contain;
  background-position: center;
}

.hs-item .hc-inner-text {
  background: #ffffff;
  padding: 40px;
  overflow: hidden;
  opacity: 0;
  position: relative;
  top: 100px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hs-item .hc-inner-text .hc-text {
  float: left;
  margin-right: 18px;
}
.hs-item .hc-inner-text .hc-text h4 {
  color: #3b3b3b;
  font-weight: 500;
  
  margin-bottom: 5px;
}
.hs-item .hc-inner-text .hc-text p {
  color: #666666;
}
.hs-item .hc-inner-text .hc-text p span {
  color: #0bb4c3;
}
.hs-item .hc-inner-text .hc-text .label {
  font-size: 12px;
  display: inline-block;
  
  color: #ffffff;
  padding: 2px 10px;
  background: #3068b2;
  font-weight: 500;
  margin-right: 10px;
}
.hs-item .hc-inner-text .hc-text h5 {
  color: #0bb4c3;
  font-weight: 500;
  display: inline-block;
}
.hs-item .hc-inner-text .hc-text h5 span {
  color: #666666;
  font-weight: 400;
  font-size: 1rem;
}
.hs-item .hc-inner-text .hc-widget {
  overflow: hidden;
  width: 185px;
  position: relative;
  right: -52px;
  top: 18px;
}
.hs-item .hc-inner-text .hc-widget li {
  font-size: 15px;
  color: #3b3b3b;
  font-weight: 500;
  list-style: none;
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.hs-item .hc-inner-text .hc-widget li i {
  font-size: 1rem;
  color: #666666;
  margin-right: 4px;
}

/*---------------------
  Search Form
-----------------------*/
.search-section {
  background: #f7f7f7;
}

.change-btn {
  text-align: right;
}
.change-btn .cb-item {
  display: inline-block;
}
.change-btn .cb-item label {
  font-size: 1rem;
  font-weight: 500;
  
  padding: 12px 32px;
  margin-bottom: 0;
  margin-left: -4px;
  cursor: pointer;
  border: 1px solid #0bb4c3;
  color: #3b3b3b;
}
.change-btn .cb-item label.active {
  background: #0bb4c3;
  color: #ffffff;
}
.change-btn .cb-item label input {
  position: absolute;
  visibility: hidden;
}

.search-form-content {
  /* overflow: hidden; */
  margin-bottom: 26px;
}
.search-form-content .filter-form {
  /* margin-right: -20px; */
  margin-left: 0px; /*modify*/
  margin-right: 0px; /*modify*/
}
.search-form-content .filter-form .sm-width {
  width: calc(33.33% - 20px);
}
.search-form-content .filter-form .nice-select, .nice-input {
  clear: none;
  /* margin-right: 20px; */
  margin-right: 10px;/*modify*/
  margin-left: 10px;/*modify*/
  height: 46px;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  line-height: 43px;
  margin-bottom: 20px;
  border-radius: 0;
  width: 100%;
}
.nice-input::placeholder{
  font-size: .9rem;
  color: #666666;
  font-weight: 400;
}
.mr-20 {
  margin-right: 20px;
}
.signup .nice-select.signup-select {
  width: 95%;
  margin: 0;
}
@media only screen and (max-width: 991px){
  .signup .nice-select.signup-select {
    width: 100%;
    margin: 0;
  }
  .search-date {
    margin-right: 20px;
  }
}
.filter-form .nice-select:after {
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  height: 6px;
  right: 16px;
  margin-top: -6px;
  width: 6px;
  top: 54%;
}
.search-form-content .filter-form .nice-select span {
  font-size: .9rem;
  color: #666666;
  font-weight: 400;
}
.search-form-content .filter-form .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
  border-radius: 0;
  margin-top: 0;
}
 .filter-form .price-range-wrap {
  float: left;
  margin-right: 20px;
}
.price-text {
  white-space: nowrap;
}
 .filter-form .price-range-wrap .price-text {
  margin-bottom: 9px;
}
 .filter-form .price-range-wrap .price-text label {
  display: inline-block;
  font-size: .9rem;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0;
  
}
.search-form-content .filter-form .price-range-wrap .price-text input {
  display: inline-block;
  width: 165px;
  font-size: .9rem;
  font-weight: 400;
  color: #0bb4c3;
  border: none;
  background: transparent;
}
.search-form-content .filter-form .room-size-range-wrap {
  float: left;
  /* margin-right: 20px; */
}
@media only screen and (max-width: 991px){
  .search-form-content .filter-form .room-size-range-wrap {
    margin-bottom: 50px;
  }
}
.search-form-content .filter-form .room-size-range-wrap .price-text {
  margin-bottom: 9px;
}
.search-form-content .filter-form .room-size-range-wrap .price-text label {
  display: inline-block;
  font-size: .9rem;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0;
}
.search-form-content .filter-form .room-size-range-wrap .price-text input {
  display: inline-block;
  width: 165px;
  color: #0bb4c3;
  font-size: .9rem;
  font-weight: 400;
  border: none;
  outline: none;
  background: transparent;
}
.search-form-content .filter-form .search-btn {
  font-size: 1rem;
  height: 46px;
  background: #0bb4c3;
  color: #ffffff;
  border: none;
  cursor: pointer;
  margin-left: 40px;
  font-weight: 500;
  margin-left: 10px; /*modify*/
  margin-right: 10px; /*modify*/
}
@media only screen and (max-width: 991px){
  .search-form-content .filter-form .search-btn {
    /* margin: 0; */
  }
}
.search-form-content .filter-form .search-btn:hover {
  /* background-color: #00a055; */
  opacity: 0.7;
}

.ui-widget.ui-widget-content {
  background: #e1e1e1;
  height: 7px;
  border: none;
}

.ui-slider .ui-slider-range {
  background: #0bb4c3;
}

.ui-slider-horizontal .ui-slider-handle {
  width: 13px;
  height: 13px;
  background: #0bb4c3;
  border-radius: 50%;
  border: none;
  outline: none;
  /* margin-left: 0; */
  top: -3px;
}

.btn.focus, .btn:focus {
  color: #fff;
}
.light-btn:focus {
  color: #0bb4c3;
}

.more-option .card {
  border: none;
  border-radius: 0;
  background: transparent;
}
.more-option .card .card-heading {
  padding-left: 34px;
}
.more-option .card .card-heading a {
  font-size: 1.2rem;
  color: #3b3b3b;
  font-weight: 500;
  cursor: pointer;
}
.more-option .card .card-body {
  padding: 0;
  padding-top: 30px;
}
.more-option .card .card-body .mo-list .ml-column {
  width: 30%;
  float: left;
}
.more-option .card .card-body .mo-list .ml-column label {
  font-size: 1rem;
  color: #666666;
  font-weight: 500;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
}
.more-option .card .card-body .mo-list .ml-column label .checkbox {
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border: 1px solid #666666;
  border-radius: 2px;
  content: "";
}
.more-option .card .card-body .mo-list .ml-column label input {
  position: absolute;
  visibility: hidden;
}
.more-option .card .card-body .mo-list .ml-column label input:checked ~ span {
  background: #666666;
}

.more-option .card-heading a:after,
.more-option .card-heading > a:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background: #0bb4c3;
  line-height: 20px;
  text-align: center;
}

.more-option .card-heading a:after,
.more-option .card-heading > a.active[aria-expanded=false]:after {
  content: "L";
  font-size: 1.2rem;
  font-family: "ElegantIcons";
  color: #ffffff;
  background: #0bb4c3;
}

.more-option .card-heading a[aria-expanded=true]:after,
.more-option .card-heading > a.active:after {
  content: "K";
  font-size: 1.2rem;
  font-family: "ElegantIcons";
  color: #ffffff;
  background: #0bb4c3;
}

/*-------------------------
  Property Section
--------------------------*/
.property-section.latest-property-section {
  padding-bottom: 60px;
}
.property-section.case-page {
  padding-top: 50px;
}

.property-controls {
  text-align: right;
}
.property-controls ul li {
  list-style: none;
  display: inline-block;
  font-size: 1rem;
  color: #666666;
  margin-right: 35px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}
.property-controls ul li:hover {
  color: #0bb4c3;
}
.property-controls ul li:after {
  position: absolute;
  right: -22px;
  top: -1px;
  content: "|";
  color: #b1b0b0;
}
.property-controls ul li:last-child {
  margin-right: 0;
}
.property-controls ul li:last-child:after {
  display: none;
}
.property-controls ul li.active {
  font-weight: bold;
  color: #0bb4c3;
}

.property-item {
  margin-bottom: 40px;
}
.property-item .pi-pic {
  height: 240px;
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.pi-pic img {
  height: 240px;
  transform: scale(1,1);
  transition: all 1s ease-out;
  object-fit: cover;
}
.pi-pic img:hover {
  height: 240px;
  transform: scale(1.2,1.2);
  overflow: hidden;
}
.property-item .pi-pic .label {
  font-size: 12px;
  font-weight: 500;
  
  padding: 3px 10px 2px;
  display: inline-block;
  background: #0166D0;
  color: #ffffff;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
}
.property-item .pi-pic .c-red {
  background-color: #D41800;
}
.property-item .pi-pic .c-green {
  background-color: #3b3b3b;
}
.property-item .pi-text {
  position: relative;
}
.property-item .pi-text .heart-icon {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  font-family: "ElegantIcons";
  font-size: 18px;
  color: #0bb4c3;
}
.property-item .pi-text .heart-icon:hover {
  color: salmon;
}
.property-item .icon_heart_alt.like{
  fill:  #0bb4c3;
}
.property-item .pi-text .pt-price {
  font-size: 18px;
  font-weight: 500;
  color: #088791;
  margin-bottom: 10px;
}
.property-item .pi-text .pt-price span {
  font-size: 1rem;
  color: #666666;
  font-weight: 400;
}
.property-item .pi-text h5 {
  margin-bottom: 6px;
}
.property-item .pi-text h5 a {
  font-size: 20px;
  font-weight: 500;
  color: #3b3b3b;
  font-family: "Montserrat", sans-serif;
}
.property-item .pi-text h5 a:hover {
  color: #0bb4c3;
}
.property-item .pi-text p {
  font-weight: 500;
}
.property-item .pi-text p span {
  color: #0bb4c3;
}
.property-item .pi-text ul {
  padding-bottom: 20px;
  /* border-bottom: 1px solid #e1e1e1; */
}
.property-item .pi-text ul li {
  font-size: 15px;
  color: #3b3b3b;
  font-weight: 500;
  list-style: none;
  display: inline-block;
  margin-right: 45px;
}
.property-item .pi-text ul li:last-child {
  margin-right: 0;
}
.property-item .pi-text ul li i {
  font-size: 1rem;
  color: #666666;
  margin-right: 5px;
}
.property-item .pi-text .pi-agent .pa-item {
  overflow: hidden;
  padding-top: 10px;
}
.property-item .pi-text .pi-agent .pa-item .pa-info {
  float: left;
}
.property-item .pi-text .pi-agent .pa-item .pa-info img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.property-item .pi-text .pi-agent .pa-item .pa-info h6 {
  font-size: 1rem;
  color: #3b3b3b;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
}
.property-item .pi-text .pi-agent .pa-item .pa-text {
  font-size: 1rem;
  color: #0bb4c3;
  font-weight: 500;
  float: right;
  line-height: 30px;
}
.payment-choice {
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-info {
  font-size: 1.5rem;
  color: #333;
  text-align: center;
}
.payment-area a {
  display: block;
  width: 30%;
}

.loadmore-btn {
  text-align: center;
  padding-top: 10px;
}
.loadmore-btn a {
  display: inline-block;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
  
  letter-spacing: 0.5px;
  padding: 12px 30px;
  background: #3b3b3b;
}

.property-pagination {
  text-align: center;
  padding: 20px;
}
.property-pagination.activity-pagination {
  text-align: left;
  padding-top: 0;
}
.property-pagination.activity-pagination a {
  color: #666666;
}
.property-pagination a {
  display: inline-block;
  height: 46px;
  width: 46px;
  background: #f2f2f2;
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 500;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 6px;
}
.property-pagination a:last-child {
  margin-right: 0;
}
.property-pagination a:hover {
  background: #0bb4c3;
  color: #ffffff;
}
.property-pagination a.icon span {
  position: relative;
  top: 5px;
}
.property-pagination a span {
  font-size: 27px;
}

/*------------modify--------------*/
.porpertyInvertorListTBL{
  position: relative;
  border-collapse: collapse;
  margin-bottom: 0;
}
.porpertyInvertorListTBL th{
  position: sticky;
  top: 0;
  background-color: #f2f2f2;
  border-bottom: 2px solid #dee2e6;
}
.porpertyInvertorListTBL tr th:first-child, .porpertyInvertorListTBL tr td:first-child{
  padding-left: 30px;
}


/*------------modify--------------*/
.marketOwnerListTBL{
  position: relative;
  /* border-collapse: collapse; */
  margin-bottom: 0;
  border-bottom: 1px solid #dee2e6;
}
.marketOwnerListTBL th{
  position: sticky;
  top: 0;
  background-color: #f2f2f2;
  /* border-bottom: 2px solid #dee2e6; */
  /* border-top: 2px solid #dee2e6 !important; */
  border-top: 0px; 
  border-bottom: 0px;
}
/* .marketOwnerListTBL tr th:first-child, .marketOwnerListTBL tr td:first-child{
  padding-left: 30px;
} */
/*---------------------------------*/

/*---------------------------------*/

/*---------------------
  Chooseus Section
-----------------------*/
.chooseus-section {
  padding-bottom: 55px;
}

.chooseus-text {
  margin-bottom: 40px;
}
.chooseus-text .section-title {
  margin-bottom: 24px;
}
.chooseus-text .section-title h4 {
  color: #ffffff;
}
.chooseus-text p {
  color: #ffffff;
  opacity: 0.7;
}

.chooseus-features {
  overflow: hidden;
}
.chooseus-features .cf-item {
  width: calc(50% - 40px);
  float: left;
  margin-right: 40px;
  margin-bottom: 35px;
  overflow: hidden;
}
.chooseus-features .cf-item .cf-pic {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  float: left;
  margin-right: 20px;
}
.chooseus-features .cf-item .cf-text {
  overflow: hidden;
}
.chooseus-features .cf-item .cf-text h5 {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 10px;
}
.chooseus-features .cf-item .cf-text p {
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.7;
}

/*---------------------
  Feature Property
-----------------------*/
.feature-property-left {
  background: #3b3b3b;
  padding: 50px 50px 40px 50px;
  height: 520px;
}
.feature-property-left .section-title {
  margin-bottom: 35px;
}
.feature-property-left .section-title h4 {
  color: #ffffff;
}
.feature-property-left ul {
  margin-bottom: 45px;
}
.feature-property-left ul li {
  font-size: 1rem;
  list-style: none;
  color: #c4c4c4;
  padding-bottom: 12px;
  border-bottom: 1px solid #284745;
  margin-bottom: 15px;
  list-style-type: none;
}
.feature-property-left ul li a {
  color: #c4c4c4;
}

.feature-property-left ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.feature-property-left ul li:hover {
  color: #ffffff;
  font-weight: 500;
}
.feature-property-left .all-btn {
  width: 100%;
}

.fp-slider.owl-carousel .owl-nav button {
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-20px);
}
.fp-slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 20px;
}
.fp-slider .fp-item {
  height: 520px;
  position: relative;
}
.fp-slider .fp-item .fp-text {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  padding-left: 40px;
}
.fp-slider .fp-item .fp-text .title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}
.fp-slider .fp-item .fp-text p {
  color: #ffffff;
  opacity: 0.7;
}
.fp-slider .fp-item .fp-text p span {
  margin-right: 4px;
}
.fp-slider .fp-item .fp-text .label {
  font-size: 12px;
  display: inline-block;
  
  color: #ffffff;
  padding: 2px 10px;
  background: #32AA00;
  font-weight: 500;
  margin-right: 10px;
}
.fp-slider .fp-item .fp-text h5 {
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
}
.fp-slider .fp-item .fp-text h5 span {
  color: #888888;
  font-weight: 400;
  font-size: 1rem;
}
.fp-slider .fp-item .fp-text ul {
  width: 210px;
  position: absolute;
  right: -25px;
  top: 25px;
}
.fp-slider .fp-item .fp-text ul:after {
  position: absolute;
  left: -42px;
  top: -22px;
  height: 88px;
  width: 1px;
  background: #ffffff;
  opacity: 0.2;
  content: "";
}
.fp-slider .fp-item .fp-text ul li {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  list-style: none;
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.fp-slider .fp-item .fp-text ul li i {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 4px;
  opacity: 0.5;
}
.alert {
  border-radius: 0;
}
.alert-danger {
  color: #fff;
  background-color: #f44336;
  border: none;
}
.danger {
  color: #f44336;
}
/*---------------------
  Team Section
-----------------------*/
.team-section {
  background: #f5f5f5;
}
.team-section .section-title {
  margin-bottom: 50px;
}
.team-section .team-btn {
  text-align: right;
}
.team-section .team-btn a {
  font-size: 1rem;
  color: #3b3b3b;
  font-weight: 500;
  
  letter-spacing: 0.5px;
  display: inline-block;
  background: #ffffff;
  padding: 12px 30px;
}
.team-section .team-btn a i {
  color: #0bb4c3;
  margin-right: 6px;
}

.ts-item {
  background: #ffffff;
  text-align: center;
  padding: 35px 25px 30px 25px;
  height: 330px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ts-item:hover {
  background: #0bb4c3;
}
.ts-item:hover .ts-text img {
  height: 100px;
  width: 100px;
}
.ts-item:hover .ts-text h5 {
  color: #ffffff;
}
.ts-item:hover .ts-text span {
  margin-bottom: 14px;
  color: #ffffff;
}
.ts-item .ts-text img {
  height: 190px;
  width: 190px;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ts-item .ts-text h5 {
  color: #3b3b3b;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  margin-top: 25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ts-item .ts-text span {
  font-size: 1rem;
  color: #0bb4c3;
  display: block;
  font-weight: 500;
  margin-bottom: 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ts-item .ts-text p {
  color: #ffffff;
  margin-bottom: 8px;
}
.ts-item .ts-text .ts-social a {
  font-size: 15px;
  display: inline-block;
  color: #ffffff;
  margin-right: 12px;
}
.ts-item .ts-text .ts-social a:last-child {
  margin-right: 0;
}

/*---------------------
  Categories Section
-----------------------*/
.categories-section {
  overflow: hidden;
  padding-top: 10px;
}

.cs-item-list {
  margin-right: -10px;
}
.cs-item-list .cs-item {
  height: 376px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(20% - 10px);
  float: left;
  margin-right: 10px;
}
.cs-item-list .cs-item .cs-text {
  width: 190px;
  background: #ffffff;
  text-align: center;
  padding: 16px 0 15px;
  opacity: .9;
}
.cs-item-list .cs-item .cs-text:hover {
  transform: scale(1.1);
  transition: ease-in-out .8s;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.cs-item-list .cs-item .cs-text h5 {
  font-weight: 500;
  color: #3b3b3b;
  margin-bottom: 6px;
}
.cs-item-list .cs-item .cs-text span {
  font-size: 12px;
  color: #0bb4c3;
  font-weight: 500;
  display: block;
}

/*---------------------
  Testimonial Section
-----------------------*/
.testimonial-section .section-title {
  margin-bottom: 25px;
  padding-left: 15px;
}

.testimonial-slider {
  margin-left: 0;
}
.testimonial-slider.owl-carousel .owl-stage-outer {
  padding-top: 15px;
}
.testimonial-slider.owl-carousel .col-lg-6 {
  max-width: 100%;
}
.testimonial-slider.owl-carousel .owl-nav {
  position: absolute;
  right: 15px;
  top: -62px;
}
.testimonial-slider.owl-carousel .owl-nav button {
  height: 46px;
  width: 46px;
  background: #f2f2f2;
  border-radius: 50%;
  line-height: 53px;
  text-align: center;
  font-size: 27px;
  color: #3b3b3b;
  margin-left: 10px;
}
.testimonial-slider .testimonial-item .ti-text {
  background: #ffffff;
  box-shadow: 0px 3px 15px rgba(91, 91, 91, 0.15);
  padding: 30px 25px 30px 40px;
  margin-bottom: 30px;
  position: relative;
}
.testimonial-slider .testimonial-item .ti-text:after {
  position: absolute;
  left: 84px;
  bottom: -7px;
  height: 14px;
  width: 14px;
  background: #ffffff;
  content: "";
  transform: rotate(45deg);
  box-shadow: 0px 3px 15px rgba(91, 91, 91, 0.15);
}
.testimonial-slider .testimonial-item .ti-text p {
  color: #444444;
  line-height: 25px;
  margin-bottom: 0;
  font-weight: 500;
}
.testimonial-slider .testimonial-item .ti-author {
  padding-left: 40px;
}
.testimonial-slider .testimonial-item .ti-author .ta-pic {
  float: left;
  margin-right: 20px;
}
.testimonial-slider .testimonial-item .ti-author .ta-pic img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.testimonial-slider .testimonial-item .ti-author .ta-text {
  padding-top: 15px;
}
.testimonial-slider .testimonial-item .ti-author .ta-text h5 {
  color: #3b3b3b;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.testimonial-slider .testimonial-item .ti-author .ta-text span {
  font-size: 1rem;
  color: #0bb4c3;
  display: block;
  margin-bottom: 5px;
}
.testimonial-slider .testimonial-item .ti-author .ta-text .ta-rating i {
  display: inline-block;
  font-size: 10px;
  color: #ffb129;
  margin-right: -3px;
}

/*---------------------
  Logo Carousel
-----------------------*/
.logo-carousel .lc-slider {
  border-top: 1px solid #ebebeb;
  padding: 50px 0;
}
.logo-carousel .lc-slider .lc-item {
  display: table;
  height: 97px;
}
.logo-carousel .lc-slider .lc-item .lc-item-inner {
  display: table-cell;
  vertical-align: middle;
}

/*---------------------
  Contact Section
-----------------------*/
.contact-section {
  position: relative;
  background: #f7f7f7;
  height: 450px;
  margin-top: 100px;
}
.contact-info {
  padding-top: 100px;
}
.contact-info .ci-item {
  overflow: hidden;
  margin-bottom: 40px;
}
.contact-info .ci-item .ci-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #0bb4c3;
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  float: left;
  margin-right: 20px;
}
.contact-info .ci-item .ci-text {
  overflow: hidden;
  padding-top: 5px;
}
.contact-info .ci-item .ci-text h5 {
  color: #3b3b3b;
  font-weight: 500;
  margin-bottom: 8px;
}
.contact-info .ci-item .ci-text p {
  color: #3b3b3b;
  opacity: 0.7;
  margin-bottom: 0;
}
.contact-info .ci-item .ci-text ul {
  padding-top: 4px;
}
.contact-info .ci-item .ci-text ul li {
  list-style: none;
  display: inline-block;
  color: #3b3b3b;
  opacity: 0.7;
  font-size: 1rem;
  margin-right: 20px;
  position: relative;
}
.contact-info .ci-item .ci-text ul li:after {
  position: absolute;
  right: -14px;
  top: -2px;
  content: "|";
}
.contact-info .ci-item .ci-text ul li:last-child {
  margin-right: 0;
}
.contact-info .ci-item .ci-text ul li:last-child:after {
  display: none;
}

.cs-map {
  height: 450px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.cs-map iframe {
  width: 100%;
}

.contact-form-section .cancel-btn {
  display: block;
  margin-right: 10px;
}
/*---------------------
  Footer
-----------------------*/
.footer-section {
  background: #3b3b3b;
  background: #f0f0f0;
  padding-top: 70px;
}
.fs-logo img{
  height: 50px;
  max-width: 100%;
}
footer p {
  /* color: #fff; */
  color: #5f5f5f;
}

.fs-about {
  margin-bottom: 30px;
}
.fs-about .fs-logo {
  margin-bottom: 20px;
}
.fs-about .fs-logo a {
  display: inline-block;
}
.fs-about p {
  /* color: #ffffff; */
  color: #5f5f5f;
  line-height: 27px;
  opacity: 0.7;
  margin-bottom: 25px;
  font-size: 14px;
}
.fs-about .fs-social a {
  display: inline-block;
  font-size: 14px;
  /* color: #ffffff; */
  color: #0bb4c3;
  height: 40px;
  width: 40px;
  background: rgba(225, 225, 225, 0.1);
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-right: 4px;
}
.fs-about .fs-social a:last-child {
  margin-right: 0;
}
.fs-about .fs-social a:hover {
  background-color: #0bb4c3;
  color: #ffffff;
}
.fs-social i{
  /* font-size: 16px; */
}
.fs-widget {
  margin-bottom: 30px;
}
.fs-widget h5 {
  /* color: #ffffff; */
  color: #3b3b3b;
  
  font-weight: 500;
  margin-bottom: 26px;
}
.fs-widget ul li {
  list-style: none;
}
.fs-widget ul li a {
  font-size: 14px;
  /* color: #ffffff; */
  color: #5f5f5f;
  opacity: 0.7;
  line-height: 30px;
}
.fs-widget p {
  /* color: #ffffff; */
  color: #5f5f5f;
  opacity: 0.7;
}
.fs-widget .subscribe-form input {
  width: 100%;
  height: 52px;
  border: 1px solid #536A68;
  font-size: 1rem;
  padding-left: 30px;
  color: #ffffff;
  opacity: 0.7;
  background: transparent;
  margin-bottom: 20px;
}
.fs-widget .subscribe-form input::placeholder {
  color: #ffffff;
  opacity: 0.7;
}
.footer-subscribe-btn {
  display: flex;
  margin-left: auto;
}

.copyright-text {
  font-size: 1rem;
  letter-spacing: 0.5px;
  color: #ffffff;
  opacity: 0.6;
  text-align: center;
  border-top: 1px solid #c7c7c7;
  padding: 25px 0;
  margin-top: 40px;
}

/*--------------------------------- Other Pages Styles -----------------------------*/
/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-text {
  display: inline-block;
  background: #ffffff;
  padding: 35px 40px;
}
.breadcrumb-text h4 {
  font-weight: 500;
  color: #3b3b3b;
  
  margin-bottom: 10px;
}
.breadcrumb-text .bt-option a {
  font-size: 1rem;
  color: #3b3b3b;
  font-weight: 500;
  margin-right: 20px;
  position: relative;
}
.breadcrumb-text .bt-option a:hover {
  color: #0bb4c3;
}
.breadcrumb-text .bt-option a:after {
  position: absolute;
  right: -18px;
  top: -1px;
  content: "5";
  font-family: "ElegantIcons";
}
.breadcrumb-text .bt-option a i {
  margin-right: 4px;
}
.breadcrumb-text .bt-option span {
  font-size: 1rem;
  color: #888888;
  font-weight: 500;
}

/*---------------------
  Property Details
-----------------------*/
.property-details-section {
  padding-bottom: 25px;
}

.property-pic-slider {
  margin-right: -10px;
  overflow: hidden;
  margin-bottom: 60px;
}
.property-pic-slider.owl-carousel .owl-nav button {
  height: 50px;
  width: 50px;
  background: #000000;
  border-radius: 50%;
  line-height: 58px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-30px);
}
.property-pic-slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 20px;
}
.property-pic-slider .ps-item .container-fluid {
  padding-right: 5px;
}
.property-pic-slider .ps-item .ps-item-inner {
  height: 317px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.property-pic-slider .ps-item .ps-item-inner.large-item {
  height: 645px;
}

.pd-text .pd-title {
  position: relative;
  margin-bottom: 65px;
}
.heart-icon {
  position: absolute;
  right: 11%;
  top: -8px;
  content: "";
  font-family: "ElegantIcons";
  font-size: 2rem;
  color: #0bb4c3;
}
.share-icon {
  position: absolute;
  right: 6%;
  top: 0;
  content: "";
  font-family: "ElegantIcons";
  font-size: 1.5rem;
  color: #0bb4c3;
}
a.info-icon {
  position: absolute;
  right: 0%;
  top: -10px;
  content: "";
  font-family: "ElegantIcons";
  font-size: 2rem;
  color: #0bb4c3;
}
a.info-icon:hover, a.share-icon:hover, .heart-icon:hover {
  color: salmon;
}
.pd-text .pd-title .label {
  font-size: 12px;
  font-weight: 500;
  
  padding: 3px 10px 2px;
  display: inline-block;
  background: #0166D0;
  color: #ffffff;
  margin-right: 10px;
}
.pd-text .pd-title .pt-price {
  font-size: 18px;
  font-weight: 500;
  color: #0bb4c3;
  margin-bottom: 10px;
  display: inline-block;
}
.pd-text .pd-title .pt-price span {
  font-size: 1rem;
  color: #666666;
  font-weight: 400;
}
.pd-text .pd-title h3 {
  margin-bottom: 6px;
  font-weight: 500;
  color: #3b3b3b;
  
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.pd-text .pd-title p {
  font-weight: 500;
}
.pd-text .pd-title p span {
  color: #0bb4c3;
}
.pd-text .pd-social {
  text-align: right;
  padding-top: 40px;
  margin-bottom: 30px;
}
.pd-text .pd-social a {
  display: inline-block;
  font-size: 1rem;
  color: #3b3b3b;
  height: 36px;
  width: 36px;
  background: #f2f2f2;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pd-text .pd-social a:hover {
  background: #0bb4c3;
  color: #ffffff;
}
.pd-text .pd-social a:last-child {
  margin-right: 0;
}
.pd-board {
  margin-bottom: 65px;
}
.pd-board .tab-board .nav-tabs {
  background: #3b3b3b;
  border-bottom: none;
}
.pd-board .tab-board .nav-tabs .nav-item {
  margin-bottom: 0;
}
.pd-board .tab-board .nav-tabs .nav-item a {
  font-size: 1rem;
  color: #ffffff;
  display: inline-block;
  padding: 14px 30px;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-weight: 500;
}
.pd-board .tab-board .nav-tabs .nav-item a.active {
  color: #ffffff;
  background: #0bb4c3;
}
.pd-board .tab-board .tab-content .tab-details {
  border: 1px solid #e1e1e1;
  overflow: hidden;
  border-top: none;
}
.pd-board .tab-board .tab-content .tab-details ul {
  width: 50%;
  float: left;
}
.pd-board .tab-board .tab-content .tab-details ul.left-table li:nth-child(even) {
  background: #f7f7f7;
}
.pd-board .tab-board .tab-content .tab-details ul.right-table li:nth-child(odd) {
  background: #f7f7f7;
}
.pd-board .tab-board .tab-content .tab-details ul li {
  font-size: 1rem;
  list-style: none;
  font-weight: 500;
  padding: 15px 0;
  padding-left: 30px;
}
.pd-board .tab-board .tab-content .tab-details ul li .type-name {
  color: #3b3b3b;
  width: 148px;
  display: inline-block;
}
.pd-board .tab-board .tab-content .tab-details ul li .type-value {
  color: #3b3b3b;
  display: inline-block;
}
.pd-board .tab-board .tab-content .tab-desc {
  border: 1px solid #e1e1e1;
  overflow: hidden;
  border-top: none;
  /* padding: 20px; */  /*modify*/
  /* padding-left: 20px; modify */
  /* padding-right: 20ppx; modify */
  overflow: auto;
  height: 295px; /*modify*/
}
.pd-text .pd-widget {
  margin-bottom: 65px;
}
.pd-text .pd-widget .map {
  height: 350px;
}
.pd-text .pd-widget .map iframe {
  width: 100%;
}
.pd-text .pd-widget .map-location {
  background: #f5f5f5;
  padding: 35px 0 10px 40px;
}
.pd-text .pd-widget .map-location .ml-item .ml-single-item {
  margin-bottom: 25px;
}
.pd-text .pd-widget .map-location .ml-item .ml-single-item h6 {
  color: #3b3b3b;
  
  font-weight: 500;
  margin-bottom: 6px;
}
.pd-text .pd-widget .map-location .ml-item .ml-single-item h6 span {
  color: #0bb4c3;
  text-transform: lowercase;
  margin-left: 6px;
  font-size: 1rem;
  font-weight: 400;
}
.pd-text .pd-widget .map-location .ml-item .ml-single-item p {
  color: #888888;
}
.pd-text .pd-widget .pd-agent {
  background: #f7f7f7;
  overflow: hidden;
  padding: 40px;
}
.pd-text .pd-widget .pd-agent .agent-pic {
  float: left;
  margin-right: 30px;
}
.pd-text .pd-widget .pd-agent .agent-pic img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
}
.pd-text .pd-widget .pd-agent .agent-text {
  overflow: hidden;
  padding-top: 10px;
}
.pd-text .pd-widget .pd-agent .agent-text .at-title {
  margin-bottom: 20px;
  position: relative;
}
.pd-text .pd-widget .pd-agent .agent-text .at-title h6 {
  color: #3b3b3b;
  font-weight: 500;
  
  margin-bottom: 6px;
}
.pd-text .pd-widget .pd-agent .agent-text .at-title span {
  display: block;
  font-size: 12px;
  color: #0bb4c3;
  font-weight: 500;
}
.pd-text .pd-widget .pd-agent .agent-text .at-title .primary-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.pd-text .pd-widget .pd-agent .agent-text p {
  color: #3b3b3b;
  font-weight: 500;
  margin-bottom: 24px;
}
.pd-text .pd-widget .pd-agent .agent-text .at-option .at-number {
  font-size: 1rem;
  color: #0bb4c3;
  font-weight: 500;
  display: inline-block;
  padding: 10px 16px;
  background: #ffffff;
  margin-right: 6px;
}
.pd-text .pd-widget .pd-agent .agent-text .at-option .at-social {
  display: inline-block;
}
.pd-text .pd-widget .pd-agent .agent-text .at-option .at-social a {
  font-size: 1rem;
  color: #3b3b3b;
  background: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-right: 6px;
}
.pd-text .pd-widget .pd-agent .agent-text .at-option .at-social a:last-child {
  margin-right: 0;
}
.pd-text .pd-widget .pd-review .pr-item {
  margin-bottom: 34px;
}
.pd-text .pd-widget .pd-review .pr-item .pr-avatar {
  overflow: hidden;
  margin-bottom: 20px;
}
.pd-text .pd-widget .pd-review .pr-item .pr-avatar .pr-pic {
  float: left;
  margin-right: 20px;
}
.pd-text .pd-widget .pd-review .pr-item .pr-avatar .pr-pic img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.pd-text .pd-widget .pd-review .pr-item .pr-avatar .pr-text {
  overflow: hidden;
}
.pd-text .pd-widget .pd-review .pr-item .pr-avatar .pr-text h6 {
  color: #3b3b3b;
  font-weight: 500;
  
  margin-bottom: 5px;
}
.pd-text .pd-widget .pd-review .pr-item .pr-avatar .pr-text span {
  font-size: 12px;
  color: #666666;
  display: block;
  margin-right: 4px;
}
.pd-text .pd-widget .pd-review .pr-item .pr-avatar .pr-text .pr-rating i {
  font-size: 10px;
  color: #f7a441;
  margin-right: -4px;
}

.review-form,
.leave-comment-form,
.cc-form {
  overflow: hidden;
  position: relative;
}
.review-form .group-input,
.leave-comment-form .group-input,
.cc-form .group-input {
  margin-right: -20px;
}
.review-form .group-input input,
.leave-comment-form .group-input input,
.cc-form .group-input input {
  width: calc(33.33% - 20px);
  float: left;
  height: 46px;
  font-size: 12px;
  color: #888888;
  padding-left: 20px;
  border: 1px solid #e1e1e1;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.review-form .group-input input::placeholder,
.leave-comment-form .group-input input::placeholder,
.cc-form .group-input input::placeholder {
  color: #888888;
}
.review-form .group-input input:focus,
.leave-comment-form .group-input input:focus,
.cc-form .group-input input:focus {
  border-color: #0bb4c3;
}
.review-form textarea,
.leave-comment-form textarea,
.cc-form textarea {
  width: 100%;
  height: 110px;
  font-size: 12px;
  color: #888888;
  padding-left: 20px;
  border: 1px solid #e1e1e1;
  padding-top: 12px;
  resize: none;
  margin-bottom: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.review-form textarea::placeholder,
.leave-comment-form textarea::placeholder,
.cc-form textarea::placeholder {
  color: #888888;
}
.review-form textarea:focus,
.leave-comment-form textarea:focus,
.cc-form textarea:focus {
  border-color: #0bb4c3;
}
.review-form .rating,
.leave-comment-form .rating,
.cc-form .rating {
  position: absolute;
  right: 5px;
  bottom: 0;
}
.review-form .rating span,
.leave-comment-form .rating span,
.cc-form .rating span {
  font-size: 1rem;
  color: #636363;
  font-weight: 500;
}
.review-form .rating i,
.leave-comment-form .rating i,
.cc-form .rating i {
  font-size: 12px;
  color: #f7a441;
  margin-right: -4px;
}

.property-sidebar .single-sidebar {
  margin-bottom: 68px;
}
.property-sidebar .single-sidebar.slider-op {
  margin-bottom: 60px;
}
.property-sidebar .single-sidebar .top-agent .ta-item {
  overflow: hidden;
  margin-bottom: 30px;
}
.property-sidebar .single-sidebar .top-agent .ta-item:hover {
  border: 1px #0bb4c3 solid;
  /* cursor: pointer;  */  /*modify*/
}
.property-sidebar .single-sidebar .top-agent .ta-item .ta-pic {
  height: 130px;
  width: 130px;
  float: left;
}
.property-sidebar .single-sidebar .top-agent .ta-item .ta-text {
  overflow: hidden;
  border: 1px solid #ebebeb;
  border-left: none;
  height: 130px;
  padding-top: 26px;
  padding-left: 20px;
}
.property-sidebar .single-sidebar .top-agent .ta-item .ta-text h6 {
  margin-bottom: 8px;
}
.property-sidebar .single-sidebar .top-agent .ta-item .ta-text h6 a {
  color: #3b3b3b;
  font-weight: 500;
  
}
.property-sidebar .single-sidebar .top-agent .ta-item .ta-text span {
  font-size: 1rem;
  color: #888888;
  display: block;
  margin-bottom: 8px;
}
.property-sidebar .single-sidebar .top-agent .ta-item .ta-text .ta-num {
  font-size: 1rem;
  color: #0bb4c3;
  font-weight: 500;
}
.property-sidebar .single-sidebar .sf-slider.owl-carousel .owl-dots {
  padding-top: 6px;
}
.property-sidebar .single-sidebar .sf-slider.owl-carousel .owl-dots button {
  height: 2px;
  width: 20px;
  background: #d7d7d7;
  margin-right: 10px;
}
.property-sidebar .single-sidebar .sf-slider.owl-carousel .owl-dots button.active {
  height: 3px;
  background: #0bb4c3;
}
.property-sidebar .single-sidebar .sf-slider.owl-carousel .owl-dots button:last-child {
  margin-right: 0;
}
.property-sidebar .single-sidebar .sf-slider .sf-item {
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.property-sidebar .single-sidebar .sf-slider .sf-item .sf-text {
  background: #ffffff;
  text-align: center;
  padding: 16px 30px 15px;
}
.property-sidebar .single-sidebar .sf-slider .sf-item .sf-text h5 {
  font-weight: 500;
  color: #3b3b3b;
  
  margin-bottom: 6px;
}
.property-sidebar .single-sidebar .sf-slider .sf-item .sf-text span {
  font-size: 12px;
  color: #0bb4c3;
  font-weight: 500;
  display: block;
}
.property-sidebar .single-sidebar .calculator-form .filter-input {
  margin-bottom: 15px;
}
.property-sidebar .single-sidebar .calculator-form .filter-input p {
  color: #3b3b3b;
  margin-bottom: 8px;
  font-weight: 500;
}
.property-sidebar .single-sidebar .calculator-form .filter-input input {
  height: 46px;
  background: transparent;
  border: 1px solid #ededed;
  width: 100%;
  padding-left: 20px;
  color: #666666;
  opacity: 0.6;
}
.property-sidebar .single-sidebar .calculator-form .filter-input input::placeholder {
  color: #666666;
  opacity: 0.6;
}
.property-sidebar .single-sidebar .calculator-form .site-btn {
  width: 100%;
  margin-top: 15px;
}

/*---------------------
  Product Compasion
-----------------------*/
.pc-table table {
  text-align: center;
  width: 100%;
  padding-right: 30px;
}
.pc-table table thead tr th {
  background: #f7f7f7;
  padding: 22px 0 24px;
}
.pc-table table thead tr th.type {
  font-size: 18px;
  color: #3b3b3b;
  font-weight: 500;
  
}
.pc-table table thead tr th.compare-item {
  padding-right: 30px;
}
.pc-table table thead tr th.compare-item.middle-item {
  padding-right: 60px;
}
.pc-table table thead tr th.compare-item .title {
  font-size: 20px;
  font-weight: 500;
  color: #3b3b3b;
  
  margin-bottom: 22px;
}
.pc-table table thead tr th.compare-item img {
  margin-bottom: 22px;
  min-width: 100%;
}
.pc-table table thead tr th.compare-item h5 {
  color: #3b3b3b;
  font-weight: 500;
  margin-bottom: 6px;
}
.pc-table table thead tr th.compare-item p {
  color: #666666;
  margin-bottom: 0;
}
.pc-table table thead tr th.compare-item p span {
  color: #0bb4c3;
  margin-right: 5px;
}
.pc-table table tbody tr:nth-child(even) {
  background: #f7f7f7;
}
.pc-table table tbody tr td {
  font-size: 1rem;
  color: #636363;
  font-weight: 500;
  padding: 20px 0;
}
.pc-table table tbody tr td.p-type {
  color: #3b3b3b;
  font-weight: 500;
  width: 335px;
}
.pc-table table tbody tr td.icon-check span {
  color: #0bb4c3;
}
.pc-table table tbody tr td.icon-close span {
  color: #f31700;
}

/*---------------------
  Property Submit
-----------------------*/
.property-submit-form form h4 {
  color: #252525;
  font-weight: 500;
  
  margin-bottom: 35px;
}
input, form textarea {
  height: 46px;
  width: 100%;
  background: transparent;
  color: #666666;
  padding: 0 20px;
  font-size: 1rem;
  border: 1px solid #e1e1e1;
  border-radius: 0;
}
.property-submit-form form textarea {
  padding: 5vh 0 50vh 5vh;
}
.property-submit-form form input::placeholder {
  color: #666666;
}
.property-submit-form form .pf-title {
  margin-bottom: 75px;
}
.property-submit-form form .pf-title input {
  padding-left: 30px;
}
.property-submit-form form .pf-summernote {
  margin-bottom: 70px;
}
.property-submit-form form .pf-summernote .nav {
  border-bottom: none;
}
.property-submit-form form .pf-summernote .nav li a {
  font-size: 1rem;
  color: #666666;
  border-bottom: none;
  border: 1px solid #e1e1e1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 60px;
}
.property-submit-form form .pf-summernote .nav li a.active {
  background: #252525;
  border-color: #252525;
  color: #ffffff;
}
.property-submit-form form .pf-summernote .text-editor .button-group {
  border: 1px solid #e1e1e1;
  padding-left: 30px;
  position: relative;
}
.property-submit-form form .pf-summernote .text-editor .button-group .btn-item {
  background: transparent;
  border: none;
  font-size: 1.2rem;
  color: #666666;
  padding-left: 0;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 6px;
  display: inline-block;
}
.property-submit-form form .pf-summernote .text-editor .button-group .btn-item.media-insert {
  background: #0bb4c3;
  color: #ffffff;
  padding-left: 34px;
  padding-right: 26px;
  position: absolute;
  right: -1px;
  top: -2px;
  height: 40px;
}
.property-submit-form form .pf-summernote .text-editor .button-group .btn-item.media-insert i {
  margin-right: 5px;
}
.property-submit-form form .pf-summernote .text-editor textarea {
  height: 305px;
  border: 1px solid #e1e1e1;
  border-top: none;
  width: 100%;
  resize: none;
}
.property-submit-form form .pf-location {
  margin-bottom: 45px;
}
.property-submit-form form .pf-location .location-inputs {
  margin-right: -20px;
  overflow: hidden;
}
.property-submit-form form .pf-location .location-inputs input {
  width: calc(33.33% - 20px);
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.property-submit-form form .pf-map {
  margin-bottom: 75px;
}
.property-submit-form form .pf-map .map-inputs input {
  width: 100%;
  margin-bottom: 20px;
}
.property-submit-form form .pf-map button {
  width: 100%;
  text-transform: initial;
}
.property-submit-form form .pf-map .g-map {
  height: 245px;
}
.property-submit-form form .pf-map .g-map iframe {
  width: 100%;
}
.property-submit-form form .pf-type {
  margin-bottom: 60px;
}
.property-submit-form form .pf-type .type-item {
  overflow: hidden;
}
.property-submit-form form .pf-type .type-item label {
  font-size: 1rem;
  color: #666666;
  font-weight: 500;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  float: left;
  margin-bottom: 10px;
  margin-right: 130px;
}
.property-submit-form form .pf-type .type-item label:last-child {
  margin-right: 0;
}
.property-submit-form form .pf-type .type-item label .checkbox {
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border: 1px solid #666666;
  border-radius: 2px;
  content: "";
}
.property-submit-form form .pf-type .type-item label input {
  position: absolute;
  visibility: hidden;
}
.property-submit-form form .pf-type .type-item label input:checked ~ span {
  background: #666666;
}
.property-submit-form form .pf-status {
  margin-bottom: 60px;
}
.property-submit-form form .pf-status .status-item label {
  font-size: 1rem;
  color: #666666;
  font-weight: 500;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 130px;
}
.property-submit-form form .pf-status .status-item label:last-child {
  margin-right: 0;
}
.property-submit-form form .pf-status .status-item label .checkbox {
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border: 1px solid #666666;
  border-radius: 2px;
  content: "";
}
.property-submit-form form .pf-status .status-item label input {
  position: absolute;
  visibility: hidden;
}
.property-submit-form form .pf-status .status-item label input:checked ~ span {
  background: #666666;
}
.property-submit-form form .pf-feature-price {
  margin-bottom: 55px;
}
.property-submit-form form .pf-feature-price .fp-inputs {
  margin-right: -20px;
  overflow: hidden;
}
.property-submit-form form .pf-feature-price .fp-inputs input {
  width: calc(33.33% - 20px);
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.property-submit-form form .pf-feature {
  margin-bottom: 50px;
}
.property-submit-form form .pf-feature .features-list {
  overflow: hidden;
}
.property-submit-form form .pf-feature .features-list .feature-item {
  width: 25%;
  float: left;
}
.property-submit-form form .pf-feature .features-list .feature-item label {
  font-size: 1rem;
  color: #666666;
  font-weight: 500;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
}
.property-submit-form form .pf-feature .features-list .feature-item label:last-child {
  margin-right: 0;
}
.property-submit-form form .pf-feature .features-list .feature-item label .checkbox {
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border: 1px solid #666666;
  border-radius: 2px;
  content: "";
}
.property-submit-form form .pf-feature .features-list .feature-item label input {
  position: absolute;
  visibility: hidden;
}
.property-submit-form form .pf-feature .features-list .feature-item label input:checked ~ span {
  background: #666666;
}
.property-submit-form form .pf-feature-image {
  margin: 15px 0 75px 0;
}
.property-submit-form form .pf-feature-image .feature-image-content {
  background:transparent;
  position: relative;
}
.property-submit-form form .pf-feature-image .feature-image-content .image-uploader {
  min-height: 13rem;
}
.property-submit-form form .pf-feature-image .feature-image-content .image-uploader .uploaded .uploaded-image .delete-image i {
  font-size: 15px;
}
.image-uploader {
  border: 2px dashed #0bb4c3!important;
  min-height: auto!important;
}
.image-uploader a {
  margin: 50px;
}
.image-uploader-mobile {
  border: 2px dashed #0bb4c3!important;
}
.image-uploader-mobile a {
  margin: 30px;
}
.property-submit-form form .pf-feature-image .feature-image-content .upload-input-class {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  z-index: -999;
}
.property-submit-form form .pf-feature-image .feature-image-content p {
  margin-bottom: 20px;
}
.property-submit-form form .pf-feature-image .feature-image-content p i {
  margin-right: 5px;
}
.property-submit-form form .pf-feature-image .feature-image-content div {
  font-size: 1rem;
  margin-bottom: 25px;
}
.property-submit-form form .pf-property-details .property-details-inputs {
  margin-right: -20px;
  overflow: hidden;
}
.property-submit-form form .pf-property-details .property-details-inputs input {
  width: calc(33.33% - 20px);
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.property-submit-form form .pf-property-details button {
  width: 100%;
}

.richText {
  background: transparent;
}

.richText .richText-help {
  display: none;
}

.richText .richText-toolbar:last-child {
  background-color: #FAFAFA;
}

.richText .richText-editor {
  overflow-y: auto;
}

.richText .richText-editor:focus {
  border-left: none;
}

.richText .richText-toolbar ul li a {
  border: none;
}

li .richText-btn[data-command=toggleCode] {
  opacity: 0;
  visibility: hidden;
}

/*---------------------
  Agent Section
-----------------------*/
.agent-section {
  padding-bottom: 60px;
}

.agent-search-form {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
}
.agent-search-form form input {
  width: 100%;
  height: 46px;
  border: 1px solid #d7d7d7;
  font-size: 1rem;
  color: #666666;
  padding-left: 20px;
  background: transparent;
  font-weight: 500;
}
.agent-search-form form input::placeholder {
  color: #666666;
}
.agent-search-form form button {
  font-size: 13px;
  color: #ffffff;
  background: #0bb4c3;
  border: none;
  height: 100%;
  width: 46px;
  position: absolute;
  right: 0;
  top: 0;
}

.as-slider .row {
  margin-right: 0px;
  margin-left: 0px;
}
.as-slider.owl-carousel .owl-stage-outer {
  padding-top: 20px;
}
.as-slider.owl-carousel .owl-nav {
  position: absolute;
  right: 15px;
  top: -66px;
}
.as-slider.owl-carousel .owl-nav button {
  height: 46px;
  width: 46px;
  background: #f2f2f2;
  border-radius: 50%;
  line-height: 54px;
  text-align: center;
  font-size: 27px;
  color: #3b3b3b;
  margin-left: 10px;
}

.as-item {
  text-align: center;
  background: #ffffff;
  padding: 35px 35px 30px 35px;
  box-shadow: 0px 3px 15px rgba(91, 91, 91, 0.15);
  margin-bottom: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.as-item:hover {
  background: #0bb4c3;
}
.as-item:hover .as-pic .rating-point {
  color: #0bb4c3;
  background: #ffffff;
}
.as-item:hover .as-text .at-title {
  border-color: #33d3b3;
}
.as-item:hover .as-text .at-title h6 {
  color: #ffffff;
}
.as-item:hover .as-text ul li {
  color: #ffffff;
}
.as-item:hover .as-text .primary-btn {
  background: #ffffff;
}
.as-item .as-pic {
  width: 151px;
  height: 151px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 25px;
}
.as-item .as-pic img {
  border-radius: 50%;
}
.as-item .as-pic .rating-point {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  background: #0bb4c3;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: -10px;
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.as-item .as-text .at-title {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.as-item .as-text .at-title h6 {
  color: #3b3b3b;
  
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.as-item .as-text .at-title .rating-star i {
  font-size: 10px;
  color: #ffb129;
  margin-right: -4px;
}
.as-item .as-text ul {
  text-align: left;
  padding-top: 20px;
  margin-bottom: 16px;
}
.as-item .as-text ul li {
  list-style: none;
  font-size: 1rem;
  color: #3b3b3b;
  font-weight: 500;
  line-height: 36px;
  overflow: hidden;
  -webkit-transition: all 22s;
  transition: all 0.2s;
}
.as-item .as-text ul li span {
  font-weight: 500;
  float: right;
}
.as-item .as-text .primary-btn {
  background: #f2f2f2;
  color: #0bb4c3;
  display: block;
  padding: 14px 20px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/*-----------------------
  case Agent Content
------------------------*/
.case-section {
  padding-bottom: 0;
}

.market-content {
  padding: 50px;
  border: 1px solid #e1e1e1;
  margin: 20px 0;
  cursor: pointer;
  display: block;
}
.market-content:hover {
  border: 2px solid #0bb4c3;
}
.market-content .market-info {
  position: relative;
}
/* .market-content .market-info:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 225px;
  background: #ebebeb;
  content: "";
} */
/* .market-content .market-info .pi-pic {
  height: auto;
  position: relative;
  float: left;
  margin-right: 30px;
} */

.market-content .market-info .pi-pic .rating-point {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  background: #0bb4c3;
  height: 40px;
  width: 80px;
  /* border-radius: 50%; */
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 15px;
  transition: all 0.2s;
}
.market-content .market-info .pi-text {
  overflow: hidden;
  padding-top: 20px;
}
.property-title {
  display: block;
  color: #3b3b3b;
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 1.2rem;
}
.property-title:hover {
  display: block;
  color: #0bb4c3;
}
.market-content .market-info .pi-text span {
  font-size: 1rem;
  color: #0bb4c3;
  font-weight: 500;
}
.market-content .market-info .pi-text p {
  margin-bottom: 0;
  color: #3b3b3b;
  margin-top: 8px;
}
/* .market-content .market-widget {
  padding-right: 50px;
  position: relative;
} */
/* .market-content .market-widget:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 225px;
  background: #ebebeb;
  content: "";
} */
.market-content .market-widget ul li {
  list-style: none;
  font-size: 1rem;
  color: #3b3b3b;
  font-weight: 400;
  line-height: 36px;
  overflow: hidden;
  -webkit-transition: all 22s;
  transition: all 0.2s;
}
.market-content .market-widget ul li span {
  font-weight: 500;
  float: right;
}
.market-content .market-newslatter {
  padding-top: 10px;
}
.market-content .market-newslatter h5 {
  color: #3b3b3b;
  font-weight: 500;
  margin-bottom: 25px;
}
.market-content .market-newslatter form {
  position: relative;
}
.market-content .market-newslatter form input {
  height: 50px;
  padding-left: 20px;
  font-size: 1rem;
  color: #3b3b3b;
  background: #f5f5f5;
  border: none;
  width: 100%;
  font-weight: 500;
}
.market-content .market-newslatter form input::placeholder {
  color: #3b3b3b;
}
.market-content .market-newslatter form button {
  height: 50px;
  width: 50px;
  background: #0bb4c3;
  color: #ffffff;
  font-size: 18px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}

/*---------------------
  About
-----------------------*/
.about-section {
  padding-bottom: 60px;
}

.about-text .at-title {
  margin-bottom: 20px;
}
.about-text .at-title h3 {
  color: #3b3b3b;
  font-weight: 500;
  
  margin-bottom: 15px;
}
.about-text .at-title p {
  font-size: 15px;
  line-height: 27px;
}
.about-text .at-feature .af-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.about-text .at-feature .af-item .af-icon {
  float: left;
  margin-right: 30px;
}
.about-text .at-feature .af-item .af-text {
  overflow: hidden;
}
.about-text .at-feature .af-item .af-text h6 {
  color: #3b3b3b;
  font-weight: 500;
  margin-bottom: 8px;
}
.about-text .at-feature .af-item .af-text p {
  color: #3b3b3b;
  opacity: 0.7;
  margin-bottom: 0;
}

.about-pic {
  height: 423px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-pic .play-btn {
  font-size: 42px;
  color: #ffffff;
}

/*---------------------
  activity
-----------------------*/
/* .activity-item {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.activity-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 50px;
}
.activity-item.large-activity {
  padding-bottom: 25px;
}
.activity-item.large-activity .bi-pic {
  float: none;
  margin-bottom: 25px;
  margin-right: 0;
}
.activity-item.large-activity .bi-pic img {
  min-width: 100%;
}
.activity-item.large-activity .bi-pic .bi-text {
  overflow: visible;
}
.activity-item .bi-pic {
  float: left;
  margin-right: 30px;
}
.activity-item .bi-text {
  overflow: hidden;
}
.activity-item .bi-text h4 {
  margin-bottom: 6px;
}
.activity-item .bi-text h4 a {
  line-height: 31px;
  font-weight: 500;
  color: #0bb4c3;
}
.activity-item .bi-text h4 a:hover {
  color: #00a055;
}
.activity-item .bi-text h5 {
  margin-bottom: 6px;
}
.activity-item .bi-text h5 a {
  font-size: 20px;
  line-height: 31px;
  font-weight: 500;
  color: #3b3b3b;
}
.activity-item .bi-text ul {
  margin-bottom: 16px;
}
.activity-item .bi-text ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #999999;
  font-weight: 500;
  margin-right: 32px;
}
.activity-item .bi-text ul li:last-child {
  margin-right: 0;
}
.activity-item .bi-text ul li:last-child:after {
  display: none;
}
.activity-item .bi-text ul li span {
  color: #3b3b3b;
  font-weight: 500;
}
.activity-item .bi-text ul li:after {
  position: absolute;
  right: -23px;
  top: 6px;
  height: 6px;
  width: 6px;
  border: 1px solid #dcdcdc;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.activity-item .bi-text .read-more {
  font-size: 1rem;
  color: #0bb4c3;
  font-weight: 500;
}
.activity-item .bi-text .read-more span {
  font-size: 1.2rem;
  position: relative;
  top: 4px;
  right: -2px;
  font-weight: 500;
}
.property-details-section .follow-us {
  text-align: right;
}
.activity-sidebar .follow-us {
  margin-bottom: 60px;
}

.property-details-section .follow-us .fu-links a, .activity-sidebar .follow-us .fu-links a {
  font-size: 1rem;
  color: #ffffff;
  height: 46px;
  width: 46px;
  background: #3263AF;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.property-details-section .follow-us .fu-links a:last-child ,.activity-sidebar .follow-us .fu-links a:last-child {
  margin-right: 0;
}

.property-details-section .follow-us .fu-links a.youtube, .activity-sidebar .follow-us .fu-links a.youtube {
  background: #FF0000;
}
.property-details-section .follow-us .fu-links a.instagram ,.activity-sidebar .follow-us .fu-links a.instagram {
  background: #d500ce;
}
.activity-sidebar .feature-post {
  margin-bottom: 60px;
}
.activity-sidebar .feature-post .recent-post .rp-item {
  overflow: hidden;
  margin-bottom: 30px;
}
.activity-sidebar .feature-post .recent-post .rp-item .rp-pic {
  float: left;
  margin-right: 20px;
}
.activity-sidebar .feature-post .recent-post .rp-item .rp-text h6 {
  margin-bottom: 4px;
}
.activity-sidebar .feature-post .recent-post .rp-item .rp-text h6 a {
  color: #3b3b3b;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  line-height: 21px;
}
.activity-sidebar .feature-post .recent-post .rp-item .rp-text span {
  font-size: 12px;
  color: #999999;
  position: relative;
  padding-left: 22px;
}
.activity-sidebar .feature-post .recent-post .rp-item .rp-text span:after {
  position: absolute;
  left: 0;
  top: 5px;
  height: 6px;
  width: 6px;
  border: 1px solid #dcdcdc;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.activity-sidebar .subscribe-form {
  background: #f5f5f5;
  padding: 30px;
}
.activity-sidebar .subscribe-form .section-title {
  margin-bottom: 25px;
}
.activity-sidebar .subscribe-form form input {
  font-size: 1rem;
  color: #999999;
  font-weight: 500;
  width: 100%;
  height: 50px;
  border: 1px solid #cccccc;
  padding-left: 20px;
  background: transparent;
  margin-bottom: 20px;
}
.activity-sidebar .subscribe-form form input::placeholder {
  color: #999999;
} */
.activity .activity-date, .activity-post .activity-date {
  color: #999;
}
.activity .article-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* white-space: nowrap;
  text-overflow: ellipsis; */
}

.activity .activity-pic img {
  filter: grayscale(70%);

}
.activity .activity-pic img:hover {
  filter: grayscale(0%);
}

/*---------------------
  activity Details
-----------------------*/
.activity-details-section {
  padding-top: 80px;
  padding-bottom: 60px;
}

.activity-details-content .bc-top {
  margin-bottom: 24px;
}
.activity-details-content .bc-top p {
  font-size: 15px;
  line-height: 27px;
}
.activity-details-content .bc-details {
  margin-bottom: 15px;
  overflow: hidden;
}
.activity-details-content .bc-details .bc-pic {
  /* float: left; */
  margin-right: 30px;
}
.activity-details-content .bc-details .bc-pic img{
  max-width: 100%;
}
.activity-details-content .bc-details .bc-text {
  overflow: hidden;
}
.activity-details-content .bc-details .bc-text p {
  font-size: 15px;
  line-height: 27px;
}
.activity-details-content .bc-desc {
  margin-bottom: 30px;
}
.activity-details-content .bc-desc p {
  font-size: 15px;
  line-height: 27px;
}
.activity-details-content .bc-quote {
  overflow: hidden;
  margin-bottom: 6px;
}
.activity-details-content .bc-quote .bq-icon {
  width: 75px;
  height: 75px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  line-height: 75px;
  text-align: center;
  font-size: 30px;
  color: #0bb4c3;
  float: left;
  margin-right: 20px;
}
.activity-details-content .bc-quote .bq-text {
  overflow: hidden;
}
.activity-details-content .bc-quote .bq-text p {
  color: #3b3b3b;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: italic;
  line-height: 30px;
}
.activity-details-content .bc-desc-last {
  margin-bottom: 33px;
}
.activity-details-content .bc-desc-last p {
  font-size: 15px;
  line-height: 27px;
}
.activity-details-content .bc-tags {
  margin-bottom: 50px;
}
.activity-details-content .bc-tags a {
  font-size: 13px;
  color: #666666;
  display: inline-block;
  border: 1px solid #e1e1e1;
  padding: 8px 15px;
  margin-right: 6px;
  margin-bottom: 10px;
}
.activity-details-content .bc-related-post {
  background: #f5f5f5;
  padding: 15px 20px 12px;
  margin: 35px 0;
}
.activity-details-content .bc-related-post .previous-post,
.activity-details-content .bc-related-post .next-post {
  font-size: 1rem;
  font-weight: 500;
  color: #3b3b3b;
}
.activity-details-content .bc-related-post .previous-post:hover, 
.activity-details-content .bc-related-post .next-post:hover {
  color: #0bb4c3;
}
.activity-details-content .bc-related-post .previous-post i,
.activity-details-content .bc-related-post .next-post i {
  margin-right: 5px;
  font-weight: 500;
}
.activity-details-content .bc-related-post .next-post {
  float: right;
}
.activity-details-content .bc-related-post .next-post i {
  margin-left: 5px;
  margin-right: 0;
}
.activity-details-content .bc-widget {
  margin-bottom: 30px;
}
.activity-details-content .bc-widget h4 {
  color: #3b3b3b;
  
  margin-bottom: 35px;
  font-weight: 500;
}
.activity-details-content .bc-widget .related-post .related-item {
  margin-bottom: 30px;
}
.activity-details-content .bc-widget .related-post .related-item .ri-pic {
  margin-bottom: 15px;
}
.activity-details-content .bc-widget .related-post .related-item .ri-pic img {
  min-width: 100%;
}
.activity-details-content .bc-widget .related-post .related-item .ri-text h6 {
  color: #3b3b3b;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}
.activity-details-content .bc-widget .related-post .related-item .ri-text span {
  font-size: 12px;
  color: #999999;
  position: relative;
  padding-left: 22px;
}
.activity-details-content .bc-widget .related-post .related-item .ri-text span:after {
  position: absolute;
  left: 0;
  top: 5px;
  height: 6px;
  width: 6px;
  border: 1px solid #dcdcdc;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.activity-details-content .bc-widget .comment-option {
  margin-bottom: 55px;
}
.activity-details-content .bc-widget .comment-option .co-item {
  overflow: hidden;
  margin-bottom: 20px;
}
.activity-details-content .bc-widget .comment-option .co-item.reply-item {
  padding-left: 115px;
}
.activity-details-content .bc-widget .comment-option .co-item .ci-pic {
  float: left;
  margin-right: 25px;
}
.activity-details-content .bc-widget .comment-option .co-item .ci-pic img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
}
.activity-details-content .bc-widget .comment-option .co-item .ci-text {
  overflow: hidden;
  position: relative;
}
.activity-details-content .bc-widget .comment-option .co-item .ci-text h5 {
  color: #3b3b3b;
  font-weight: 500;
  margin-bottom: 13px;
}
.activity-details-content .bc-widget .comment-option .co-item .ci-text p {
  font-size: 15px;
  line-height: 26px;
}
.activity-details-content .bc-widget .comment-option .co-item .ci-text ul {
  position: absolute;
  right: 0;
  top: 0;
}
.activity-details-content .bc-widget .comment-option .co-item .ci-text ul li {
  list-style: none;
  font-size: 12px;
  color: #888888;
  margin-right: 25px;
  display: inline-block;
}
.activity-details-content .bc-widget .comment-option .co-item .ci-text ul li:last-child {
  margin-right: 0;
}
.activity-details-content .bc-widget .comment-option .co-item .ci-text ul li i {
  font-size: 1rem;
  color: #0bb4c3;
  margin-right: 5px;
}

/*---------------------
  activity Hero
-----------------------*/
.activity-hero-section {
  height: 640px;
  display: flex;
  align-items: center;
  text-align: center;
}

.bh-text {
  display: inline-block;
  background: #ffffff;
  text-align: center;
  padding: 35px 65px 32px 65px;
}
.bh-text h4 {
  margin-bottom: 6px;
  line-height: 31px;
  font-weight: 500;
  color: #3b3b3b;
}
.bh-text ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #999999;
  font-weight: 500;
  margin-right: 32px;
}
.bh-text ul li:last-child {
  margin-right: 0;
}
.bh-text ul li:last-child:after {
  display: none;
}
.bh-text ul li span {
  color: #3b3b3b;
  font-weight: 500;
}
.bh-text ul li:after {
  position: absolute;
  right: -23px;
  top: 6px;
  height: 6px;
  width: 6px;
  border: 1px solid #dcdcdc;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*---------------------
  Contact Form
-----------------------*/
.cf-content {
  text-align: center;
}
.cf-content .cc-title {
  margin-bottom: 35px;
}
.cf-content .cc-title h4 {
  color: #3b3b3b;
  font-weight: 500;
  
  margin-bottom: 8px;
}
.cf-content .cc-form input {
  margin-bottom: 24px;
}
.cf-content .cc-form textarea {
  margin-bottom: 10px;
}

.hs-slider.owl-carousel .owl-nav button {
  left: 10px;
}
.hs-slider.owl-carousel .owl-nav button.owl-next {
  right: 10px;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .hs-slider.owl-carousel .owl-nav button {
    left: 10px;
  }

  .hs-slider.owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .hs-slider.owl-carousel .owl-nav button {
    left: 0px;
  }

  .hs-slider.owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }

}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .breadcrumb {
    display: block;
  }
}

/* Medium Device = 1200px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .hs-top .ht-widget .hw-btn {
    font-size: 11px;
  }

  .hs-slider.owl-carousel .owl-nav button {
    left: 10px;
  }

  .hs-slider.owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }

  .hs-item {
    height: 650px;
    width: 100%;
  }

  .property-item .pi-text ul li {
    margin-right: 25px;
  }

  .feature-property-left {
    padding: 40px 30px 30px 30px;
  }

  .cs-item-list .cs-item .cs-text {
    width: 160px;
  }

  .pd-text .pd-widget .pd-agent .agent-text .at-title .primary-btn {
    position: relative;
    top: 10px;
  }

  .property-submit-form form .pf-map button {
    font-size: 12px;
  }

  .property-submit-form form .pf-type .type-item label {
    margin-right: 70px;
  }

  .market-content {
    padding: 30px 20px 30px 20px;
  }

  .ts-item {
    padding: 25px 25px 30px 25px;
  }
}
/* Tablet Device = 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hs-slider.owl-carousel .owl-nav button {
    left: 10px;
  }

  .hs-slider.owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }

  .hs-item {
    height: 550px;
    width: 100%;
  }

  .change-btn {
    text-align: left;
    margin-bottom: 20px;
  }

  .property-controls {
    text-align: left;
    margin-bottom: 20px;
  }

  .chooseus-features .cf-item {
    width: 100%;
  }

  .chooseus-features .cf-item .cf-text {
    overflow: hidden;
    padding-top: 20px;
  }

  .team-section .team-btn a {
    padding: 12px 26px;
  }

  .ts-item .ts-text img {
    height: 160px;
    width: 160px;
  }

  .ts-item {
    margin-bottom: 20px;
  }

  .cs-item-list .cs-item {
    width: calc(33.33% - 10px);
    margin-bottom: 10px;
  }

  .contact-section {
    height: auto;
  }

  .cs-map {
    height: 450px;
    position: relative;
    width: 100%;
  }

  .pd-text .pd-social {
    text-align: left;
    padding-top: 0;
  }

  .pd-text .pd-title {
    margin-bottom: 30px;
  }

  .property-submit-form form .pf-summernote .text-editor .button-group .btn-item {
    padding-right: 10px;
  }

  .property-submit-form form .pf-map .g-map {
    margin-top: 30px;
  }

  .property-submit-form form .pf-type .type-item label {
    margin-right: 30px;
  }

  .property-submit-form form .pf-feature-price .fp-inputs input {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .property-submit-form form .pf-property-details .property-details-inputs input {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .property-submit-form form .pf-location .location-inputs input {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .agent-search-form {
    margin-bottom: 70px;
  }

  .as-slider.owl-carousel .owl-nav {
    top: -50px;
  }

  .market-content .market-info {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .market-content .market-info:after {
    display: none;
  }

  .market-content .market-widget {
    margin-bottom: 15px;
  }
  .market-content .market-widget:after {
    display: none;
  }

  .activity-sidebar {
    padding-top: 50px;
  }

  .market .goal-img {
    width: 20%;
  }

  .review-form .group-input input,
.leave-comment-form .group-input input,
.cc-form .group-input input {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .review-form .group-input,
.leave-comment-form .group-input,
.cc-form .group-input {
    margin-right: 0;
  }

  .property-submit-form form .pf-location .location-inputs {
    margin-right: 0;
    overflow: visible;
  }

  .property-submit-form form .pf-feature-price .fp-inputs {
    margin-right: 0;
    overflow: visible;
  }

  .property-submit-form form .pf-property-details .property-details-inputs {
    margin-right: 0;
    overflow: visible;
  }

  .feature-property-left {
    height: auto;
  }

  .hs-top .ht-widget {
    border-bottom: none;
    display: none;
  }

  .nav-menu {
    display: none;
  }

  .hs-nav .hn-social {
    display: none;
  }

  .hs-top .container {
    position: relative;
  }

  .offcanvas-menu-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
  }
  .offcanvas-menu-overlay.active {
    visibility: visible;
  }

  .canvas-open {
    font-size: 22px;
    height: 35px;
    width: 35px;
    border: 1px solid #0bb4c3;
    color: #fff;
    background-color: #0bb4c3;
    display: inline-block;
    line-height: 37px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 26px;
    display: block;
  }
  .canvas-open span {
    font-weight: 500;
  }

  .offcanvas-menu-wrapper {
    width: 300px;
    position: fixed;
    height: 100%;
    background: #ffffff;
    overflow-y: scroll;
    padding: 70px 30px 30px 30px;
    z-index: 99;
    left: -300px;
    top: 0;
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .offcanvas-menu-wrapper .canvas-close {
    font-size: 22px;
    height: 35px;
    width: 35px;
    border: 1px solid #3b3b3b;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .offcanvas-menu-wrapper .canvas-close span {
    font-weight: 500;
  }
  .offcanvas-menu-wrapper .logo {
    margin-bottom: 40px;
  }
  .offcanvas-menu-wrapper .logo a {
    display: inline-block;
  }
  .offcanvas-menu-wrapper .om-widget {
    margin-bottom: 30px;
  }
  .offcanvas-menu-wrapper .om-widget ul {
    margin-bottom: 20px;
  }
  .offcanvas-menu-wrapper .om-widget ul li {
    list-style: none;
    font-size: 1rem;
    color: #444444;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .offcanvas-menu-wrapper .om-widget ul li i {
    display: inline-block;
    font-size: 1.2rem;
    color: #00c8a0;
    height: 46px;
    width: 46px;
    background: #f5f5f5;
    line-height: 46px;
    text-align: center;
    margin-right: 10px;
  }
  .offcanvas-menu-wrapper .om-widget ul li span {
    margin-left: 20px;
    display: inline-block;
    position: relative;
  }
  .offcanvas-menu-wrapper .om-widget ul li span:after {
    position: absolute;
    left: -13px;
    top: -2px;
    content: "|";
  }
  .offcanvas-menu-wrapper .om-widget .hw-btn {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.5px;
    background: #0bb4c3;
    padding: 1rem 30px;
    
    display: inline-block;
  }
  .offcanvas-menu-wrapper .om-menu {
    display: none;
  }
  .offcanvas-menu-wrapper .slicknav_btn {
    display: none;
  }
  .offcanvas-menu-wrapper .slicknav_nav {
    display: block !important;
  }
  .offcanvas-menu-wrapper .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 40px;
  }
  .offcanvas-menu-wrapper .slicknav_nav ul {
    margin: 0;
  }
  .offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
.offcanvas-menu-wrapper .slicknav_nav a {
    padding: 15px 0;
    margin: 0;
    color: #3b3b3b;
    font-weight: 500;
  }
  .offcanvas-menu-wrapper .slicknav_nav a:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #3b3b3b;
  }
  .offcanvas-menu-wrapper .slicknav_nav li {
    border-bottom: 1px solid #999;
  }
  .offcanvas-menu-wrapper .slicknav_nav li .dropdown {
    border-top: 1px solid #999;
  }
  .offcanvas-menu-wrapper .om-social a {
    font-size: 1.2rem;
    color: #3b3b3b;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #3b3b3b;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
  }
  .market .goal-img {
    width: 20%;
  }
  .market .heart-icon {
    top: -500px;
  }


}
/* Wide Mobile = 480px */
@media only screen and (max-width: 767px) {
  .ts-item {
    margin-bottom: 20px;
  }

  .cs-item-list .cs-item {
    margin-bottom: 10px;
  }

  .hs-item {
    height: 226px;
    width: 100%;
  }

  .pd-text .pd-social {
    text-align: left;
    padding-top: 0;
  }

  .pd-text .pd-title {
    margin-bottom: 30px;
  }

  .property-submit-form form .pf-map .g-map {
    margin-top: 30px;
  }

  .property-submit-form form .pf-feature-price .fp-inputs input {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .property-submit-form form .pf-property-details .property-details-inputs input {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .property-submit-form form .pf-location .location-inputs input {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .agent-search-form {
    margin-bottom: 70px;
  }

  .as-slider.owl-carousel .owl-nav {
    top: -50px;
  }

  .market-content .market-info {
    margin-bottom: 20px;
    overflow: hidden;
  }

  .market-content .market-widget {
    margin-bottom: 15px;
  }
  .market-content .market-widget:after {
    display: none;
  }

  .market-content .market-info:after {
    display: none;
  }

  .activity-sidebar {
    padding-top: 50px;
  }

  .review-form .group-input input,
.leave-comment-form .group-input input,
.cc-form .group-input input {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .review-form .group-input,
.leave-comment-form .group-input,
.cc-form .group-input {
    margin-right: 0;
  }

  .property-submit-form form .pf-location .location-inputs {
    margin-right: 0;
    overflow: visible;
  }

  .property-submit-form form .pf-feature-price .fp-inputs {
    margin-right: 0;
    overflow: visible;
  }

  .property-submit-form form .pf-property-details .property-details-inputs {
    margin-right: 0;
    overflow: visible;
  }

  .hs-item .hc-inner-text .hc-text {
    float: none;
    margin-right: 0;
  }

  .hs-item .hc-inner-text .hc-widget {
    overflow: hidden;
    width: auto;
    position: relative;
    right: 0;
    top: 18px;
  }

  .hs-slider.owl-carousel .owl-nav button {
    left: 10px;
  }

  .hs-slider.owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }

  .search-form-content .filter-form {
    margin-right: 0;
  }

  .search-form-content .filter-form .sm-width {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0 !important;
  }

  .change-btn {
    text-align: left;
    margin-bottom: 20px;
  }

  .property-controls {
    text-align: left;
  }

  .property-controls ul li {
    margin-right: 24px;
    margin-bottom: 20px;
  }

  .property-controls ul li:after {
    right: -17px;
  }
  .property-item {
    text-align: center;
  }
  .property-item .label {
    margin-left: 10%;
  }
  .chooseus-features .cf-item {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .fp-slider .fp-item .fp-text ul {
    position: relative;
    right: 0;
  }

  .team-section .team-btn {
    text-align: left;
    margin-bottom: 25px;
  }

  .cs-item-list .cs-item {
    width: calc(50% - 10px);
  }

  .testimonial-section .section-title {
    margin-bottom: 80px;
  }

  .testimonial-slider.owl-carousel .owl-nav {
    top: -50px;
  }

  .contact-section {
    height: auto;
  }

  .cs-map {
    height: 450px;
    position: relative;
    width: 100%;
  }

  .pd-text .pd-board .tab-board .tab-content .tab-details ul {
    width: 100%;
    float: left;
  }
  .pd-text .pd-board .tab-board .tab-content .tab-details ul.left-table {
    margin-bottom: 10px;
  }
  .pd-text .pd-widget .pd-agent .agent-pic {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .pc-table {
    overflow-x: auto;
  }

  .contact-info {
    padding-top: 60px;
  }

  .activity-item .bi-pic {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .bh-text ul li {
    margin-right: 26px;
  }

  .bh-text ul li:after {
    right: -19px;
  }

  .activity-details-section .p-0 {
    padding: 0 15px !important;
  }

  .activity-details-content .bc-details .bc-pic {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .activity-details-content .bc-details .bc-pic img {
    min-width: 100%;
  }

  .activity-details-content .bc-widget .comment-option .co-item .ci-text ul {
    position: relative;
  }

  .feature-property-left {
    height: auto;
  }

  .property-submit-form form .pf-type .type-item label {
    margin-right: 20px;
  }

  .property-submit-form form .pf-feature .features-list .feature-item {
    width: 100%;
    float: none;
  }

  .more-option .card .card-body .mo-list .ml-column {
    width: 100%;
    float: none;
  }

  .property-submit-form form .pf-summernote .text-editor .button-group .btn-item.media-insert {
    position: relative;
    right: 0;
    top: 0;
    height: auto;
  }

  .hs-top .ht-widget {
    border-bottom: none;
    display: none;
  }

  .nav-menu {
    display: none;
  }

  .hs-nav .hn-social {
    display: none;
  }

  .hs-top .container {
    position: relative;
  }

  .offcanvas-menu-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
  }
  .offcanvas-menu-overlay.active {
    visibility: visible;
  }

  .canvas-open {
    font-size: 22px;
    height: 35px;
    width: 35px;
    border: 1px solid #0bb4c3;
    color: #fff;
    background-color: #0bb4c3;
    display: inline-block;
    line-height: 37px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 26px;
    display: block;
  }
  .canvas-open span {
    font-weight: 500;
  }

  .offcanvas-menu-wrapper {
    width: 300px;
    position: fixed;
    height: 100%;
    background: #ffffff;
    overflow-y: scroll;
    padding: 70px 30px 30px 30px;
    z-index: 99;
    left: -300px;
    top: 0;
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .offcanvas-menu-wrapper .canvas-close {
    font-size: 22px;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .offcanvas-menu-wrapper .canvas-close span {
    font-weight: 500;
  }
  .offcanvas-menu-wrapper .logo {
    margin-bottom: 40px;
  }
  .offcanvas-menu-wrapper .logo a {
    display: inline-block;
  }
  .offcanvas-menu-wrapper .om-widget {
    margin-bottom: 30px;
  }
  .offcanvas-menu-wrapper .om-widget ul {
    margin-bottom: 20px;
  }
  .offcanvas-menu-wrapper .om-widget ul li {
    list-style: none;
    font-size: 1rem;
    color: #444444;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .offcanvas-menu-wrapper .om-widget ul li i {
    display: inline-block;
    font-size: 1.2rem;
    color: #00c8a0;
    height: 46px;
    width: 46px;
    background: #f5f5f5;
    line-height: 46px;
    text-align: center;
    margin-right: 10px;
  }
  .offcanvas-menu-wrapper .om-widget ul li span {
    margin-left: 20px;
    display: inline-block;
    position: relative;
  }
  .offcanvas-menu-wrapper .om-widget ul li span:after {
    position: absolute;
    left: -13px;
    top: -2px;
    content: "|";
  }
  .offcanvas-menu-wrapper .om-widget .hw-btn {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.5px;
    background: #0bb4c3;
    padding: 14px 30px;
    
    display: inline-block;
  }
  .offcanvas-menu-wrapper .om-menu {
    display: none;
  }
  .offcanvas-menu-wrapper .slicknav_btn {
    display: none;
  }
  .offcanvas-menu-wrapper .slicknav_nav {
    display: block !important;
  }
  .offcanvas-menu-wrapper .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 40px;
  }
  .offcanvas-menu-wrapper .slicknav_nav ul {
    margin: 0;
  }
  .offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
.offcanvas-menu-wrapper .slicknav_nav a {
    padding: 15px 0;
    margin: 0;
    color: #3b3b3b;
    font-weight: 500;
  }
  .offcanvas-menu-wrapper .slicknav_nav a:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #3b3b3b;
  }
  .offcanvas-menu-wrapper .slicknav_nav li {
    border-bottom: 1px solid #999;
  }
  .offcanvas-menu-wrapper .slicknav_nav li .dropdown {
    border-top: 1px solid #999;
  }
  .offcanvas-menu-wrapper .om-social a {
    font-size: 1.2rem;
    color: #3b3b3b;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #3b3b3b;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
  }
  /* .search-form-content {
    margin: 0 20px;
  } */

  .market .goal-img {
    width: 20%;
  }
  .market .pi-text {
    text-align: center;
  }
  .market .pi-text span {
    font-size: 1.2rem;
  }
  .market .pi-text .property-title {
    font-size: 2rem;
    line-height: 4.5rem;
  }
  .market .pi-text .case-level {
    margin-right: 0;
  }
  .market .heart-icon {
    top: -450px;
  }
  .breadcrumb-text {
    text-align: center;
    margin: auto;
    width: 100%;
  }

}
/* Small Device = 320px */
@media only screen and (max-width: 479px) {
  .hs-item .hc-inner-text {
    padding: 25px 14px;
  }

  .hs-slider.owl-carousel .owl-nav {
    display: none;
  }

  .ts-item {
    padding: 25px 25px 30px 25px;
  }

  .pd-text .pd-board .tab-board .tab-content .tab-details ul li {
    padding-left: 15px;
  }

  .pd-text .pd-widget .pd-agent .agent-text .at-title .primary-btn {
    position: relative;
  }

  .pd-text .pd-widget .pd-agent .agent-text .at-title span {
    margin-bottom: 15px;
  }

  .pd-text .pd-widget .pd-agent .agent-text .at-option .at-social {
    margin-top: 10px;
  }

  .review-form .rating,
.leave-comment-form .rating,
.cc-form .rating {
    position: relative;
    right: 0;
    margin-bottom: 20px;
  }

  .property-sidebar .single-sidebar .top-agent .ta-item .ta-text {
    padding-top: 20px;
  }

  .property-submit-form form .pf-summernote .nav li a {
    padding: 10px 50px;
  }
  .property-item .pi-pic .label {
    margin-left: 5%;
  }

  .market-content .market-info .pi-pic {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .market-content .market-widget ul li span {
    display: block;
    float: none;
  }

  .cs-item-list .cs-item {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .market-content {
    padding: 30px 30px 30px 30px;
  }

  .property-item .pi-text ul li {
    margin-right: 20px;
  }

  .breadcrumb-text {
    padding: 35px 35px;
  }

  .bh-text {
    padding: 35px 50px 32px 50px;
  }

  .bh-text ul li {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .bh-text ul li:after {
    display: none;
  }

  .activity-details-content .bc-related-post .next-post {
    float: none;
    display: block;
    text-align: right;
    margin-top: 10px;
  }

  .activity-details-content .bc-widget .comment-option .co-item.reply-item {
    padding-left: 0;
  }

  .activity-details-content .bc-widget .comment-option .co-item .ci-text ul li {
    margin-right: 5px;
  }

  .activity-details-content .bc-widget .comment-option .co-item .ci-pic {
    float: none;
    margin-bottom: 20px;
  }

  .activity-details-content .bc-widget .comment-option .co-item.reply-item {
    padding-left: 10%;
  }

  .market .market-info .salmon {
    margin-top: 0;
  }
  .market .heart-icon {
    top: -560px;
    right: 25px;
  }
  .market .goal-img {
    width: 20%;
  }
  .market .market-widget ul li {
    font-size: 1.2rem;
  }
}

/*---------------------
  QA
-----------------------*/

.qa_pic {
  width: 70%;
  padding: 3rem;
}
.qa_p {
  text-align: left;
}

.question .question-title {
  color: #0bb4c3;
  font-weight: 800;
  font-size: medium
}
.question h4{
  margin-bottom: 10px;
}
summary {
  padding: 1em;
  background: #d6e1df;
  color: #3b3b3b;
  margin-bottom: 1em;
  cursor: pointer;
  outline: none;
  border-radius: .3em;
  font-weight: bold;
  transition: background-color .3s;
}
summary:hover {
  background: #e7f0ef;
}
.details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-top: -10px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

.buy-btn {
  border: none;
  background-color: salmon;
  color: #fff;
  white-space: nowrap;
  margin-left: 10px;
  font-size: 1rem;
}
.buy-btn:hover {
  background-color: rgb(220, 107, 94);
  color: #fff;
}
.btn-disable {
  background-color: #ddd;
}

.member-level, .case-level {
  margin-left: auto;
  font-size: 0.8rem;
  border: 1px solid #999;
  color: #999;
  padding: 0.2rem;
  display: inline-block;
}

.count-down {
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
}
.count-down span {
  color: salmon;
}
.no-cancel {
  text-align: right;
  color: #f44336;
  letter-spacing: .2rem;
  font-weight: bold;
  margin: 10px 0;
}

.IRR {
  font-weight: bold;
}
.salmon {
  color: salmon;
}

.green {
  color: #0bb4c3;
}
.mt-5rem {
  margin-top: 5rem;
}

/*---------------------
  market
-----------------------*/
.table-bordered {
  border: 1px solid #3b3b3b;
}
.progress-title {
  font-size: 1rem;
  font-weight: bold;
}
.goal {
  display: flex;
  align-items: center;
  height: 100%;
}
.goal-img {
  width: 50%;
}
.goal-percent {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 20px;
}
.gray {
  filter: grayscale(100%);
}
.sold-out-pic {
  filter: brightness(.5);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px){
  .sold-out-pic {
    width: 80%;
  }
}

.sold-out-pic img {
  object-fit: cover;
}
.table .market-table-th, .market-table td {
  padding: 1.5rem;
}

/*---------------------
  signup
-----------------------*/
.id-pic img {
  width: 30%;
}
.id-bg {
  background: #edf4f4;
  padding: 20px;
}
.m-uplaod {
  text-align: left;
  margin: 0 20px;
}
.edit-input {
  border: 2px solid #00a055;
  padding: 0 20px;
}
.signup .signup-btn-active {
  color: #3b3b3b;
  font-weight: bolder;
  font-size: 1rem;
  display: inline-block;
  border-bottom: 3px solid #0bb4c3;
}
.signup #password-level {
	margin: 0.5em 0;
	height: 10px;
}
.signup .strong {
  background: #0dcb72;
  width: 100%;
}
.signup .mid {
  background: #ffd900;
  width: 50%;
}
.signup .weak {
  background: #f44336;
  width: 10%;
}
.signup #password-level #password-bar {
	height: 100%;
	width: 0%;
	transition: width 500ms ease-in;
}
.signup .pwd-text {
  font-size: 0.5rem;
  font-weight: bold;
}
.signup .property-submit-form .radio-btn {
  height: 30px;
  width: auto;
  position: absolute;
  top: -3px;
  left: 10px;
}
.m-auto {
  margin: auto;
}
.title-area  {
  margin: 2rem 0 1rem 0;
  letter-spacing: 0.3rem;
  color: #3b3b3b;
  font-weight: bold;
  background-color: #edf4f4;
  padding: 10px;
}
.signup .radio-label {
  margin-left: 1.75rem;
}
.signup .form-group {
  margin-bottom: 2rem;
}
.signup .form-group label, .signup .form-group input {
  display: block;
}
.signup .form-group input:focus {
  border: 2px solid #0bb4c3;
}
.signup .form-checkbox {
  height: 10px;
}
.signup .privacy {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 30px;
}
.signup .privacy-area {
  margin: 0 auto;
  text-align: center;
}
.signup .agree {
  display: inline-block;
  margin-bottom: 10px;
}
.signup .re-load {
  text-decoration: underline;
  text-align: end;
}
.signup .contact-btn-area {
  padding: 1rem;
}

.signup-btn-area {
  margin: 30px auto;
}
.site-m-btn {
  width: 60%;
}
.form-group .small-red {
  color: #f44336;
  font-weight: 700;
  font-size: .8rem;
}
.form-group .small-green {
  color: #00a055;
  font-size: .5rem;
}
.form-group.error p {
  color: #f44336;
  text-align: center;
}
.form-group.error small {
  visibility: visible;
}
.form-group.error input, input.error {
  border: 2px solid #f44336;
}

.breadcrumb {
  background: #fff;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
}
.breadcrumb a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  color: #3b3b3b;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  line-height: 60px;
  width: 200px;
  position: relative;
  background: #ddd;
  text-align: center;
}
.breadcrumb a:last-child {
  width: 250px;
}
.breadcrumb a.active,
.breadcrumb a.active:after {
  color: #fff;
  background: #3b3b3b;
  transition: all .5s;
}
.breadcrumb a:hover,
.breadcrumb a:hover:after {
  color: #fff;
  background: #0bb4c3;
  transition: all .5s;
}
.breadcrumb a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 60px;
  height: 60px;
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  background: #ddd;
  box-shadow: 3px -3px 0 2px rgba(255, 255, 255, 0.8);
  border-radius: 0 5px 0 50px;
}
.breadcrumb a:last-child:after {
  content: none;
}
@media only screen and (max-width: 992px) {
  .breadcrumb {
    display: none;
  }
}

/*---------------------
  signup upload
-----------------------*/
.qr-code {
  align-items: center;
}
.qr-code img {
  height: 205px;
}
.id-submit-btn {
  margin: 0 auto;
}
.upload-text i {
  color: #0bb4c3;
}
.form-row {
  padding: 1rem;
}

/*---------------------
  signup success/ failure
-----------------------*/
.revise-or-comfirm {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.revise-or-comfirm img {
  width: 50%;
}
.signup-submit-btn {
  height: 100%;
}
.signup-success .list-group-item {
  border: none;
  font-size: 1rem;
}
.signup-success .type-name {
  font-weight: bold;
  letter-spacing: 0.1rem;;
}
.signup-success .preview-pic img {
  display: block;
  margin: 0 auto;
}
.signup-success .or {
  margin: 0 30px;
}
.signup-success .email-info {
  text-align: center;
}
.signup-success .email-info span {
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.signup-illustration {
  margin: 0 auto;
}
.signup-illustration img {
  margin: 0 auto;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .signup-illustration {
    display: grid;
  }
  .signup-submit-btn {
    width: 60%;
    margin: 0 auto;
  }
}

/*---------------------
  signup watermark
-----------------------*/
/*-----------------------watermark--------------------------*/
.watermarkBlock{
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.idImg{
  width: 100%;
  height: auto;
  position: absolute;
}
/* .watermarkImg{
  position: absolute;
  width: 100%;
  height: auto;
  padding: 10px;
  transform:translate(calc(50% - 100px)) rotate(30deg);
} */
/* .watermarkText{
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #9f3450;
  position: absolute;
  top: 40%;
  left: 5%;
  transform: rotate(30deg);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
} */
.watermark{
  background-image: url("../img/watermark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
}









/*---------------------
  contact
-----------------------*/
textarea {
  border: #666 1px solid;
  border-radius: none;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.more-option, .card .active {
  margin: 0 auto;
}

/* table RWD*/
@media (max-width: 768px) {
  .table-rwd{min-width: 100%;}
  /*針對tr去做隱藏*/
  tr.tr-only-hide {display: none !important;}
  .td-only-hide {display: none !important;}
  /*讓tr變成區塊主要讓他有個區塊*/
  .table-rwd tr{
    display: block;
    border: 1px solid #ddd;
    margin-top: 5px;
  }
  .table-rwd td {
    text-align: left;
    font-size: 15px;
    overflow: hidden;
    width: 100%;
    display: block;
	}
	.table-rwd td:before {
    /*最重要的就是這串*/
    content: attr(data-th) " : ";
    /*最重要的就是這串*/
    display: inline-block;
    
    font-weight: bold;
    margin-right: 10px;
    color: #333;
  }

  /*當RWD縮小的時候.table-bordered 會有兩條線，所以針對.table-bordered去做修正*/
  .table-rwd.table-bordered td,.table-rwd.table-bordered th,.table-rwd.table-bordered{border:0;}
  
  .table .market-table-th, .market-table td {
    border: none;
  }

  /* 手機版登入掃描 */
  .mobile-none {
    display: none;
  }
}

/*log in modal*/
.modal .modal-body {
  padding: 3rem;
}
.modal .modal-header {
  background-color: #3b3b3b;
  padding: 25px;
}
.modal .modal-title {
  color: #fff;
}
.modal .close {
  color: #fff;
}
.login-btn {
  margin: 0 auto;
  width: 85%;
}
.forget-pwd {
  display: flex;
  justify-content: flex-end;
}
.free-signup {
  margin: 20px auto;
}

/* my dash board */

/* index */
.property-controls a {
  color: #666;
}
.property-controls .active a {
  color: #0bb4c3;
}
.google-address a {
  color: #666
}
.contact-section-index {
  height: auto
}
.contact-section-index .contact-info {
  padding: 50px 0;
}
.contact-section-index .contact-info .ci-item {
  margin: 10px 0;
}

/* cannot buy*/
.cannot-btn {
  display: inline-block;
  margin: 0 10px;
}

/* dropdown */
.dropbtn:hover {
  border-color: #0bb4c3;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .logout {
  color: #f44336;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 171px;
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  z-index: 1;
  text-align: center;
  letter-spacing: 0.1rem;
  border: 1px solid #3b3b3b;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  /* background-color: #00a055; */
  background-color: #0bb4c3;
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}


/* garelly */
.garelly-container {
  max-width: 900px;
  margin: auto;
  border: #fff solid 3px;
  background: #fff;
  /* Set fade in duration */
  --fade-time: 0.5s;
}
.main-img img,
.imgs img {
  width: 100%;
  object-fit: cover;
}
.imgs {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 5px;
}
.rwd-hero-container {
  display: none;
}
@media only screen and (max-width: 767px) {
  .rwd-hero-container {
    display: block;
    object-fit: cover;
  }
  .garelly-container {
    display: none;
  }
  /* singup upload */
  .property-submit-form {
    /* display: none; */
  }
  /*-----------modify----------*/
  .property-submit-form.singupUpload{
    display: none;
  }
  /*---------------------------*/
  .property-submit-form-mobile {
    display: block;
  }
}
.imgs img {
  cursor: pointer;
}

/* singup upload */
@media only screen and (min-width: 768px) {
  .property-submit-form {
    display: block;
  }
  .property-submit-form-mobile {
    display: none;
  }
}


/* Fade in animation */
@keyframes fadeIn {
  to {
      opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease-in 1 forwards;
}

/* mobile dashboard*/


.table-bordered td, .table-bordered th {
  border: 1px solid #ccc!important;
}
.table-hover tbody tr:hover {
  background-color: #f7f7f7!important;
}
.progress {
  border-radius: 0;
}
.scrollit {
  /* overflow: scroll; */
  /* height: 500px;  */
  overflow-y: auto;
  height: 525px; /*modify*/
}

@media only screen and (max-width: 991px){
  .property-sidebar {
    display: none;
  }
}

@media only screen and (max-width: 768px){

  .heart-icon {
    right: 15%;
  }
  .share-icon {
    right: 8%;
  }
}
@media only screen and (max-width: 576px){
  nav .nav-tabs {
    width: 142%;
  }
  .activity-post {
    padding: 30px;
  }
  .heart-icon {
    right: 22%;
  }
  .share-icon {
    right: 12%;
  }
}
.sunny-website {
  cursor: pointer;
}

/* imageIndex */
.main-img{
  position: relative;
}
.imageCount{
  background-color: rgba(0,0,0,0.3);
  color: #fff;
  padding: 6px 20px;
  border-radius: 4px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}




/* -------------------------------------------------------------------------
  VERTICAL STEPPERS
-------------------------------------------------------------------------- */

/* Steps */
.step {
  position: relative;
  min-height: 1em;
  color: gray;
}
.step + .step {
  margin-top: 1.5em
}
.step > div:first-child {
  position: static;
  height: 0;
}
.step > div:not(:first-child) {
  margin-left: 1.5em;
  padding-left: 1em;
}
.step.step-active {
  color: #4285f4
}
.step.step-active .circle {
  background-color: #4285f4;
}

/* Circle */
.circle {
  /* background: gray; */
  background-color: #0bb4c3;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 0 3px #fff;
}

/* Vertical Line */
.circle:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 1px;
  right: 50%;
  bottom: 1px;
  left: 50%;
  height: 100%;
  width: 1px;
  transform: scale(1, 2);
  transform-origin: 50% -100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: -1;
}
/* .circle:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 1px;
  right: 50%;
  bottom: 1px;
  left: 50%;
  height: 100%;
  width: 1px;
  transform: scale(1, 2);
  transform-origin: 50% -100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: -1;
} */
.step:last-child .circle:after {
  display: none
}

/* Stepper Titles */
.title {
  /* line-height: 1.5em; */
  /* font-weight: bold; */
}
.caption {
  /* font-size: 0.8em; */
}

.at-feature p{
  font-size: 15px;
  line-height: 27px;
}


/*-----------------------jquery-ui datepicker overwrite--------------------------*/
.ui-datepicker .ui-datepicker-header{
  padding: 0.7rem 0;
}
.ui-widget-header{
  /* border: 1px solid #aaaaaa; */
  font-weight: bold;
  background-color: #edf2ee;
  background-image: none;
  border-radius: 0px;
  
}
.ui-datepicker .ui-datepicker-title{
  font-size: 0.95rem;
  margin: 0 2em;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 35%;
  font-size: 0.95rem;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
  top: 10px;
}
.ui-state-hover{
  top: 10px;
  border: 0px;
}



.ui-widget.ui-widget-content{
  height: auto;
  border-radius: 0px;
  font-size: 1rem;
  background-color: #eaeaea;
  padding: 8px;
}
.ui-widget-content .ui-state-default{
  background-image: none;
  background-color: #f8f8f8;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
  border-color: #0bb4c3;
  border-width: 2px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
  border-color: #f9e468;
  border-width: 2px;
}



/*-----------------------bootstrap-select overwrite--------------------------*/
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.bankNumberSelect .dropdown-toggle{
  border: 1px solid #e1e1e1;
  background-color: #fff;
  outline: none !important;
  box-shadow: none;
}
.bankNumberSelect .dropdown-toggle{
  height: 46px;
}
.bankNumberSelect.bootstrap-select .dropdown-toggle:focus, .bankNumberSelect.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: 0px auto transparent !important;
  outline-offset: 0px;
}
.bankNumberSelect .filter-option-inner-inner{
  font-weight: normal;
  font-size: 14px;
  letter-spacing: initial;
}
.bankNumberSelect .btn-light.focus, .bankNumberSelect .btn-light:focus{
  background-color: #fff;
  color: #000;
  border: 1px solid #e1e1e1;
  box-shadow: none;
}
.bankNumberSelect .dropdown-toggle::after{
  /* position: absolute;
  right: 5px;
  content: "\f078";
  font-family: FontAwesome;
  font-size: 10px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px; */
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  border-top: 0px;
  border-left: 0px;
  height: 6px;
  right: 16px;
  margin-top: -6px;
  width: 6px;
  top: 54%
}
.bankNumberSelect .dropdown-menu{
  /* border: 1px solid rgba(0,0,0) !important; */
  border-radius: 0px!important;
  /* box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.15); */
  padding-top: 0px;
  padding-bottom: 0px;
  top: -2px !important;
  /* border: 1px solid #595959; */
}
.bankNumberSelect .dropdown-item{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.bankNumberSelect .dropdown-item:hover{
  font-weight: normal;
  /* color: #fff; */
  background-color: #edf4f4;
}
.bankNumberSelect .dropdown-item.active, .bankNumberSelect .dropdown-item:active {
  background-color: #edf4f4;
  font-weight: bold;
  color: #000;
}

.bankNumberSelect .bs-searchbox{
  padding-top: 12px;
  padding-bottom: 12px;
}
.bankNumberSelect .bs-searchbox input{
  border-radius: 0px;
}
.bankNumberSelect .bs-searchbox input:focus{
  border: 1px solid  #d6d6d6 !important;
  box-shadow: none;
}

.bankNumberSelect .bs-searchbox input::placeholder {
  color: #bfbfbf;
  font-weight: normal;
  font-size: 14px;
}






/*-----------------------self defined--------------------------*/
.mgR25-{margin-right: -25px !important}
.mgR15-{margin-right: -15px !important}
.mgR10-{margin-right: -10px !important}
.mgR5-{margin-right: -5px !important}
.mgR0{margin-right: 0px !important}
.mgR2{margin-right: 2px !important;}
.mgR3{margin-right: 3px !important;}
.mgR5{margin-right: 5px !important;}
.mgR10{margin-right: 10px !important;}
.mgR15{margin-right: 15px !important;}
.mgR20{margin-right: 20px !important;}
.mgR30{margin-right: 30px !important;}
.mgR50{margin-right: 50px !important;}
.mgL25-{margin-left: -25px !important}
.mgL10-{margin-left: -10px !important}
.mgL5-{margin-left: -5px !important}
.mgL0{margin-left: 0px !important}
.mgL2{margin-left: 2px !important;}
.mgL3{margin-left: 3px !important;}
.mgL5{margin-left: 5px !important;}
.mgL10{margin-left: 10px !important;}
.mgL15{margin-left: 15px !important;}
.mgL20{margin-left: 20px !important;}
.mgL50{margin-left: 50px !important;}
.mgT15-{margin-top: -15px !important;}
.mgT10-{margin-top: -10px !important;}
.mgT3{margin-top: 5px !important;}
.mgT5{margin-top: 5px !important;}
.mgT8{margin-top: 8px !important;}
.mgT10{margin-top: 10px !important;}
.mgT15{margin-top: 15px !important;}
.mgT20{margin-top: 20px !important;}
.mgT25{margin-top: 20px !important;}
.mgT30{margin-top: 30px !important;}
.mgT40{margin-top: 40px !important;}
.mgT50{margin-top: 50px !important;}
.mgT70{margin-top: 70px !important;}
.mgB15-{margin-bottom: -15px !important;}
.mgB10-{margin-bottom: -10px !important;}
.mgB0{margin-bottom: 0px !important;}
.mgB3{margin-bottom: 3px !important;}
.mgB5{margin-bottom: 5px !important;}
.mgB8{margin-bottom: 8px !important;}
.mgB10{margin-bottom: 10px !important;}
.mgB15{margin-bottom: 15px !important;}
.mgB20{margin-bottom: 20px !important;}
.mgB25{margin-bottom: 25px !important;}
.mgB30{margin-bottom: 30px !important;}
.mgB40{margin-bottom: 40px !important;}
.mgB50{margin-bottom: 50px !important;}


.pdAll0{padding: 0px !important;}
.pdT0{padding-top: 0px !important;}
.pdT3{padding-top: 3px !important;}
.pdT5{padding-top: 5px !important;}
.pdT15{padding-top: 10px !important;}
.pdT10{padding-top: 15px !important;}
.pdT25{padding-top: 25px !important;}
.pdT30{padding-top: 30px !important;}
.pdT40{padding-top: 40px !important;}
.pdT50{padding-top: 50px !important;}
.pdT60{padding-top: 60px !important;}
.pdT100{padding-top: 100px !important;}
.pdB0{padding-bottom: 0px !important;}
.pdB10{padding-bottom: 10px !important;}
.pdB20{padding-bottom: 20px !important;}
.pdB25{padding-bottom: 25px !important;}
.pdB35{padding-bottom: 35px !important;}
.pdR0{padding-right: 0px !important;}
.pdR3{padding-right: 3px !important;}
.pdR5{padding-right: 5px !important;}
.pdR10{padding-right: 10px !important;}
.pdR15{padding-right: 15px !important;}
.pdR20{padding-right: 20px !important;}
.pdR25{padding-right: 25px !important;}
.pdR30{padding-right: 30px !important;}
.pdR40{padding-right: 40px !important;}
.pdL0{padding-left: 0px !important;}
.pdL3{padding-left: 3px !important;}
.pdL5{padding-left: 5px !important;}
.pdL10{padding-left: 10px !important;}
.pdL15{padding-left: 15px !important;}
.pdL20{padding-left: 20px !important;}
.pdL25{padding-left: 25px !important;}
.pdL30{padding-left: 30px !important;}
.pdL35{padding-left: 35px !important;}
.pdL40{padding-left: 40px !important;}
.pdL50{padding-left: 50px !important;}
.pdL60{padding-left: 60px !important;}
.pdL90{padding-left: 90px !important;}


.widhtAuto {
    width: auto !important;
}
.widhtFull {
    width: 100% !important;
}

@media screen and (max-width: 991px) {
    .fromMdHide {
        display: none !important;
    }
}


.inputCardIssueDate {
    height: 46px;
    border-radius: 0px 0px 0px 0px !important;
    border: 1px solid #e1e1e1;
}

.fileUploadInput{
  padding-top: 7px;
  padding-bottom: 7px;
}


.paymentQR{
  width: 300px;
}