html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Poppins', sans-serif;
  color: #555555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

a {
  color: #000000;
  transition: all .5s ease;
}
li{
    list-style: none;
}
ul,p,h1,h2,h3,h4,h5,h6{
    margin:0;
    padding: 0;
}
a:hover {
  text-decoration: none;
  color:inherit;
}

.link-two {
  color: #000000;
  transition: all .5s ease;
}

.link-two:hover {
  text-decoration: underline;
  color: #000000;
}

.link-one {
  color: #000000;
  transition: all .5s ease;
}

.link-one:hover {
  color: #000000;
  text-decoration: none;
}

.link-icon {
  color: #000000;
  font-weight: 500;
}

.link-icon span {
  font-size: 14px;
  padding-left: 4px;
  vertical-align: middle;
}

.link-a {
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .link-a {
    font-size: .9rem;
  }
}

@media (min-width: 992px) {
  .link-a {
    font-size: 1rem;
  }
}

.link-a:hover {
  color: #ffffff;
  text-decoration: none;
}

.link-a span {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .link-a span {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .link-a span {
    font-size: 18px;
  }
}

.text-brand {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .text-brand {
    font-size: 1.8rem;
  }
}

.color-a {
  color: #000000;
}

.color-b {
  color: #2eca6a;
}

.color-d {
  color: #adadad;
}

.color-text-a {
  color: #555555;
}

.no-margin {
  margin: 0;
}

/*------/ Nav Pills  /------*/
.nav-pills-a.nav-pills .nav-link {
  color: #000000;
  position: relative;
  font-weight: 600;
}

.nav-pills-a.nav-pills .nav-link.active {
  background-color: transparent;
}

.nav-pills-a.nav-pills .nav-link.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #2eca6a;
  z-index: 2;
}

/*------/ Bg Image /------*/
.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

/*------/ List a /------*/
.list-a {
  display: inline-block;
  line-height: 2;
  padding: 0;
  list-style: none;
}

.list-a li {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 25px;
  padding-right: 5px;
}

@media (min-width: 992px) {
  .list-a li {
    width: 33.333%;
  }
}

.list-a li:before {
  content: '';
  width: 10px;
  height: 2px;
  position: absolute;
  background-color: #313131;
  top: 15px;
  left: 0;
}

/*------/ Pagination-a /------*/
.pagination-a .pagination .page-link {
  margin: 0 .2rem;
  border-color: transparent;
  padding: .5rem .8rem;
  color: #000000;
}

.pagination-a .pagination .page-link:hover, .pagination-a .pagination .page-link:active, .pagination-a .pagination .page-link:focus {
  background-color: #2eca6a;
}

.pagination-a .pagination .page-link span {
  font-size: 1.2rem;
}

.pagination-a .pagination .next .page-link {
  padding: .4rem .9rem;
}

.pagination-a .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-a .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-a .pagination .page-item.disabled .page-link {
  padding: .4rem .9rem;
  color: #555555;
}

.pagination-a .pagination .page-item.active .page-link {
  background-color: #2eca6a;
}

.a {
  color: #2eca6a;
  font-size: 1.3rem;
}

/*------/ Icon Box /------*/
.icon-box .icon-box-icon {
  display: table-cell;
  vertical-align: top;
  font-size: 36px;
  color: #000000;
  width: 50px;
  padding-top: 8px;
}

.icon-box .icon-box-content {
  padding-top: 18px;
}

/*------/ Space Padding /------*/
.section-t4 {
  padding-top: 4rem;
}

.section-t8 {
  padding-top: 8rem;
}

@media (max-width: 1199px) {
  .section-t8 {
    padding-top: 5rem;
  }
}
@media (max-width: 767px) {
  .section-t8 {
    padding-top: 4rem;
  }
}

.section-t4 {
  padding-top: 4rem;
}

@media (max-width: 767px) {
  .section-t4 {
    padding-top: 2rem;
  }
}

.section-t3 {
  padding-top: 3rem;
}

@media (max-width: 767px) {
  .section-md-t3 {
    padding-top: 3rem;
  }
}

.section-b2 {
  padding-bottom: 2rem;
}

.section-tb85 {
  padding: 8rem 0 5rem 0;
}

@media (max-width: 767px) {
  .section-tb85 {
    padding: 4rem 0 2.5rem 0;
  }
}

/*------/ Title /------*/
.title-wrap {
  padding-bottom: 4rem;
}

.title-a {
  font-size: 36px;
  font-weight: 600;
}

.title-link {
  font-size: 1.2rem;
  font-weight: 300;
  padding-top: 1.2rem;
}

.title-link a {
  color: #313131;
}

.title-link span {
  font-size: 20px;
  padding-left: 4px;
  vertical-align: middle;
}

.title-box-d {
  padding-bottom: 1.8rem;
  margin-bottom: 1rem;
  position: relative;
}

.title-box-d .title-d {
  font-weight: 600;
  font-size: 2rem;
}

.title-box-d .title-d:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #2eca6a;
  bottom: 20px;
  left: 0;
}

/*------/ Display Table & Table Cell /------*/
.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*------/ Ul Resect /------*/
.ul-resect ul, .list-a ul, .box-comments ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/*------/ Overlay /------*/
.overlay-a {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
}

/*------/ Owl carousel /------*/
.owl-theme .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 9px;
  margin: 5px 5px;
  background: #ccc;
  border: 0px solid #000000;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 10px;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #148e45;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #148e45;
  width: 35px;
}

.owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.owl-arrow .owl-nav .owl-prev,
.owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}

.owl-arrow .owl-nav .owl-prev.disabled,
.owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #adadad;
}

.owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}



.nav-arrow-a .owl-arrow .owl-nav {
  font-size: 1.8rem;
  margin-top: -110px;
}

.nav-arrow-a .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-b .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  padding: .7rem 1.5rem !important;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #ffffff;
  background-color: #2eca6a;
  opacity: .9;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #ffffff;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
  background-color: #26a356;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  margin-left: 0px;
}

/*------/ Socials /------*/
.socials-a .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #148e45;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #2eca6a;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*======================================
//--//-->   BUTTON
======================================*/
.btn {
  transition: .5s ease;
}

.btn.btn-a, .btn.btn-b {
  border-radius: 0;
  padding: 1rem 3rem;
  letter-spacing: .05rem;
}

.btn.btn-a {
  background-color: #000000;
  color: #ffffff;
}

.btn.btn-a:hover {
  background-color: #2eca6a;
  color: #000000;
}

.btn.btn-b {
  background-color: #2eca6a;
  color: #000000;
}

.btn.btn-b:hover {
  background-color: #000000;
  color: #ffffff;
}

.btn.btn-b-n {
  background-color: #2eca6a;
  color: #ffffff;
  border-radius: 0;
}

.btn.btn-b-n:hover {
  background-color: #26a356;
  color: #ffffff;
}
.btn-danger {
    background-color: #e22022;
    border-color: #e22022;
}
/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.navbar-default {
  transition: all .5s ease-in-out;
  background-color: #ffffff;
  padding-top: 28px;
  padding-bottom: 28px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.navbar-default .nav-search {
  color: #000000;
  font-size: 1.5rem;
}

.navbar-default.navbar-reduce {
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.navbar-default.navbar-trans, .navbar-default.navbar-reduce {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navbar-default.navbar-trans .nav-item, .navbar-default.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-bottom: 8px;
  margin-left: 0;
}

@media (min-width: 768px) {
  .navbar-default.navbar-trans .nav-item, .navbar-default.navbar-reduce .nav-item {
    margin-left: 15px;
  }
}

.navbar-default.navbar-trans .nav-link, .navbar-default.navbar-reduce .nav-link {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  letter-spacing: 0.030em;
  transition: all 0.1s ease-in-out;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.navbar-default.navbar-trans .nav-link:hover:before, .navbar-default.navbar-reduce .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

.navbar-default.navbar-trans .show > .nav-link:before,
.navbar-default.navbar-trans .active > .nav-link:before,
.navbar-default.navbar-trans .nav-link.show:before,
.navbar-default.navbar-trans .nav-link.active:before, .navbar-default.navbar-reduce .show > .nav-link:before,
.navbar-default.navbar-reduce .active > .nav-link:before,
.navbar-default.navbar-reduce .nav-link.show:before,
.navbar-default.navbar-reduce .nav-link.active:before {
  transform: scaleX(1);
}

.navbar-default.navbar-trans .nav-link:before {
  background-color: #2eca6a;
}

.navbar-default.navbar-trans .nav-link:hover {
  color: #000000;
}

.navbar-default.navbar-trans .show > .nav-link,
.navbar-default.navbar-trans .active > .nav-link,
.navbar-default.navbar-trans .nav-link.show,
.navbar-default.navbar-trans .nav-link.active {
  color: #148e45;
  font-weight: 500;
}

.navbar-default.navbar-reduce {
  transition: all .5s ease-in-out;
}

.navbar-default.navbar-reduce .nav-link {
  color: #000000;
}

.navbar-default.navbar-reduce .nav-link:before {
  background-color: #2eca6a;
}

.navbar-default.navbar-reduce .nav-link:hover {
  color: #000000;
}

.navbar-default.navbar-reduce .show > .nav-link,
.navbar-default.navbar-reduce .active > .nav-link,
.navbar-default.navbar-reduce .nav-link.show,
.navbar-default.navbar-reduce .nav-link.active {
  color: #000000;
}

.navbar-default.navbar-reduce .navbar-brand {
  color: #000000;
}

.dropdown-menu{
  right:0 !important;
  left: auto;
}
/*
.navbar-default .dropdown .dropdown-menu {
  border-top: 0;
  border-left: 4px solid #2eca6a;
  border-right: 0;
  border-bottom: 0;
  transform: translate3d(0px, -40px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
  margin: 0;
  border-radius: 0;
  padding: 12px 0;
}

@media (min-width: 768px) {
  .navbar-default .dropdown .dropdown-menu {
    border-top: 3px solid #2eca6a;
    border-left: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
  }
}

.navbar-default .dropdown .dropdown-menu .dropdown-item {
  padding: 12px 18px;
  transition: all 500ms ease;
  min-width: 220px;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #2eca6a;
  transition: all 500ms ease;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #ffffff;
  color: #2eca6a;
}

.navbar-default .dropdown:hover .dropdown-menu {
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}*/

/*------/ Hamburger Navbar /------*/
.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #000000;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(-135deg);
  opacity: 0.9;
}
#navbarDefault{
    flex-grow: initial;
}
header .navbar{
    padding: 5px 0;
}
header .navbar .btn-outline-danger:focus{
    box-shadow: none;
}
.right-header ul li{
    margin-right: 15px;
}
.right-header ul li a{
   color: #333333; 
}
.right-header ul li.dropdown {
    border: 1px solid #148e45;
    padding: 5px !important;
    border-radius: 4px;
    color:#000;
    margin-left:0 !important;
}
.right-header ul li.dropdown .dropdown-toggle{
   padding: 0; 
}

@media screen and (max-width:1199px){
  header .navbar .navbar-toggler {
    position: relative;
    margin-top: 15px;
   }
  header .navbar .mx-auto{
    margin-left:0 !important;
    display:flex;
    align-items:center;
  }
   #navbarDefault {
    position: absolute;
    top: 67px;
    background: #fff;
    width: 100%;
    left: 0;
  }
}

/*======================================
//--//-->   BOX COLAPSE
======================================*/
.box-collapse {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1040;
  background-color: #ffffff;
  transform: translateX(100%);
  transition: all 0.6s ease;
}

@media (min-width: 768px) {
  .box-collapse {
    width: 50%;
  }
}

.box-collapse .title-box-d {
  top: 30px;
  left: 60px;
  opacity: 0;
  transition: all 1s ease;
  transition-delay: .3s;
}

@media (max-width: 575px) {
  .box-collapse .title-box-d {
    left: 35px;
  }
}

@media (max-width: 575px) {
  .box-collapse .title-box-d .title-d {
    font-size: 1.3rem;
  }
}

.box-collapse-wrap {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 6.5rem;
  bottom: 5rem;
  padding-left: 10%;
  padding-right: 10%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  transform: translateY(3rem);
  transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease;
}

.box-collapse-open .click-closed {
  visibility: visible;
}

.box-collapse-open .box-collapse {
  transform: translateX(0);
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
  opacity: 1;
}

.box-collapse-open .box-collapse .title-box-d {
  transform: translate(0);
  opacity: 1;
}

.box-collapse-open .box-collapse-wrap {
  transform: translate(0);
  opacity: 1;
}

.box-collapse-closed .box-collapse {
  opacity: .7;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .title-box-d {
  opacity: 0;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .form-a {
  opacity: 0;
  transition-delay: 0s;
}

.click-closed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1035;
  background-color: #000000;
  opacity: .4;
}

.close-box-collapse {
  position: absolute;
  z-index: 1050;
  top: 2rem;
  font-size: 3.5rem;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}

.right-boxed {
  right: 4.2857rem;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero_section {
    /* background: url("../img/hero-bg.png") no-repeat; */
    min-height: 580px;
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
}
.hero_section.section-t8:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #ffff;
    z-index: -1;
    opacity: 0.5;
    top: 0;
}
.hero_section h4{
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    margin-top: 40px;
    line-height: 45px;
    position: relative;
    color: #fff;
    text-shadow: 0 0 5px #000; 
}
.hero_section h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    text-shadow: 0 0 5px #000;
    /* -webkit-text-stroke: 1px #fff; */
}
.search-box {
    max-width: 650px;
    margin: 20px auto;
}
.search-box .nav-tabs{
    border-bottom: none;
}
.search-box .nav-tabs li {
    margin-left: 15px;
    text-transform: uppercase;
}
.search-box .nav-tabs li:first-child{
  margin-left:0;
}
.search-box .nav-tabs li a{
    font-weight: 500;
  position:relative;
}
.search-box .nav-tabs li a.active,.search-box .nav-tabs li.active a,.search-box .nav-tabs li a:hover{
    color:#e22022;
}
.search-box .nav-tabs li a.active:after{
  content:"";
  position:absolute;
  width: 100%;
  height:2px;
  bottom: -3px;
  left: 0;
  background: red;
}
.search-box .search-btn {
    background: #e22022;
    color: #fff;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 100px;
}
.search-box .inner-search {
    position: relative;
}
.inner-search input.form-control{
    height: 50px;
    margin-top: 2px;
    padding-right: 112px;
}


/*--------------------------------------------------------------
# Card General
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .card-box-a,
  .card-box-b,
  .card-box-c,
  .card-box-d {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .grid .card-box-a,
  .grid .card-box-b,
  .grid .card-box-c,
  .grid .card-box-d {
    margin-bottom: 2.5rem;
  }
}

.card-box-a,
.card-box-b,
.card-box-d {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
  transition: .8s all ease-in-out;
}

@media (min-width: 768px) {
  .card-box-a:hover .img-a,
  .card-box-a:hover .img-b,
  .card-box-b:hover .img-a,
  .card-box-b:hover .img-b {
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: .9rem;
  }
}

@media (min-width: 992px) {
  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: 1rem;
  }
}

.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-shadow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-shadow:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

/*======================================
//--//-->   PROPERTY - CARD-A
======================================*/
@media (min-width: 768px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 64px;
  }
}

@media (min-width: 768px) {
  .card-box-a:hover .card-body-a {
    padding-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .card-box-a .card-overlay-a-content {
    bottom: 65px;
  }
  .card-box-a .card-body-a {
    padding-bottom: 1rem;
  }
}

.card-overlay-a-content {
  transition: all .5s ease-in;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}

@media (min-width: 768px) {
  .card-overlay-a-content {
    bottom: -20px;
  }
}

@media (min-width: 992px) {
  .card-overlay-a-content {
    bottom: 0px;
  }
}

.card-header-a {
  padding: 0 1rem;
}

.card-header-a .card-title-a {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: .7rem;
}

@media (min-width: 768px) {
  .card-header-a .card-title-a {
    font-size: 1.3rem;
  }
}

@media (min-width: 992px) {
  .card-header-a .card-title-a {
    font-size: 2rem;
  }
}

.card-header-a .card-title-a a {
  color: #ffffff;
  text-decoration: none;
}

.card-body-a {
  z-index: 2;
  transition: all .5s ease-in;
  padding: 0rem 1rem 2rem 1rem;
}

.card-body-a .price-box {
  padding-bottom: .5rem;
}

.price-a {
  color: #ffffff;
  padding: .6rem .8rem;
  border: 2px solid #2eca6a;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.030em;
}

.card-footer-a {
  width: 100%;
  position: absolute;
  z-index: 2;
  background-color: #2eca6a;
}

.card-info {
  list-style: none;
  margin-bottom: 0;
  padding: .5rem 0;
}

.card-info .card-info-title {
  font-size: 1rem;
  color: #313131;
}

@media (min-width: 768px) {
  .card-info .card-info-title {
    font-size: .9rem;
  }
}

@media (min-width: 992px) {
  .card-info .card-info-title {
    font-size: 1rem;
  }
}

.card-info li span {
  color: #ffffff;
  font-size: .9rem;
}

@media (min-width: 768px) {
  .card-info li span {
    font-size: .8rem;
  }
}

@media (min-width: 992px) {
  .card-info li span {
    font-size: 1rem;
  }
}

/*------/ Property Grid /-----*/
.property-grid .grid-option {
  text-align: right;
  margin-bottom: 2rem;
}

.property-grid .grid-option .custom-select {
  border-radius: 0;
  width: 200px;
  border-color: #313131;
}

.property-grid .grid-option .custom-select:hover, .property-grid .grid-option .custom-select:active, .property-grid .grid-option .custom-select:focus {
  border-color: #313131;
}

.property-grid .grid-option .custom-select option {
  border-color: #313131;
}

/*------/ Property Single /-----*/
.gallery-property {
  margin-bottom: 3rem;
}

.property-price {
  margin: 0 auto;
}

.property-price .card-header-c {
  padding: 0;
}

.summary-list {
  padding-right: 1rem;
  color: #000000;
}

.summary-list .list {
  padding: 0;
  line-height: 2;
}

.summary-list .list span {
  color: #555555;
}

@media (max-width: 767px) {
  .property-agent {
    margin-top: 2.5rem;
  }
}

.property-agent .title-agent {
  font-weight: 600;
}

.property-agent ul {
  line-height: 2;
  color: #000000;
}

.property-agent .socials-a {
  text-align: center;
}

@media (max-width: 991px) {
  .property-contact {
    margin-top: 2.5rem;
  }
}

/*======================================
//--//-->   NEWS - CARD-B
======================================*/
.card-header-b {
  padding: 1rem;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  z-index: 2;
}

@media (min-width: 768px) {
  .card-header-b {
    bottom: 0px;
  }
}

@media (min-width: 992px) {
  .card-header-b {
    bottom: 20px;
  }
}

.card-header-b .category-b {
  font-size: .9rem;
  background-color: #2eca6a;
  padding: .3rem .7rem;
  color: #313131;
  letter-spacing: 0.030em;
  border-radius: 50px;
  text-decoration: none;
}

.card-header-b .title-2 {
  margin-bottom: 0;
  padding: .6rem 0;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .card-header-b .title-2 {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .card-header-b .title-2 {
    font-size: 1.6rem;
  }
}

.card-header-b .title-2 a {
  color: #ffffff;
  text-decoration: none;
}

.card-header-b .date-b {
  color: #d8d8d8;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .card-header-b .date-b {
    font-size: .9rem;
  }
}

@media (min-width: 992px) {
  .card-header-b .date-b {
    font-size: 1rem;
  }
}

/*------/ News Single /------*/
.post-information {
  padding: 3rem 0;
}

.post-content {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
}

.post-content .post-intro {
  font-size: 1.7rem;
  font-weight: 300;
  margin-bottom: 4rem;
  line-height: 1.6;
  color: #000000;
  font-weight: 400;
}

.post-content p {
  margin-bottom: 1.7rem;
}

.post-content .blockquote {
  padding: 1rem 3rem 1.7rem 3rem;
  border-left: 3px solid #2eca6a;
  color: #000000;
}

.post-content .blockquote footer {
  text-align: left;
  padding: 0;
}

.post-footer {
  padding: 3rem 0 4rem;
}

.post-share .socials {
  display: inline-block;
}

.post-share .socials li {
  margin-left: .6rem;
}

/*------/ Comments /------*/
.box-comments .list-comments li {
  padding-bottom: 3.5rem;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments .comment-description {
  padding: .8rem 0 .5rem 0;
}

.box-comments .list-comments a {
  color: #000000;
}

.box-comments .list-comments span {
  display: block;
  color: #2B2A2A;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*======================================
//--//-->   SERVICES - CARD-C
======================================*/
.card-box-c {
  position: relative;
}

@media (max-width: 767px) {
  .card-box-c {
    margin-bottom: 2rem;
  }
}

.card-header-c {
  padding: 0 1rem 1rem 1rem;
}

.card-body-c {
  padding: .5rem .5rem 0 .5rem;
}

@media (max-width: 767px) {
  .card-body-c {
    padding: 0;
  }
}

.card-footer-c {
  padding-left: .5rem;
}

.card-box-ico {
  padding: 1rem 3rem 1rem 2.5rem;
  border: 5px solid #2eca6a;
}

.card-box-ico span {
  font-size: 4rem;
  color: #000000;
}

.title-c {
  font-size: 2.5rem;
  font-weight: 600;
  margin-left: -40px;
}

@media (min-width: 768px) {
  .title-c {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .title-c {
    font-size: 2.5rem;
  }
}

/*======================================
//--//-->   AGENTS - CARD-D
======================================*/
.card-box-d .card-overlay-hover {
  transition: all .2s ease-in-out;
  padding: 15px 40px 15px 35px;
}

@media (min-width: 768px) {
  .card-box-d .card-overlay-hover {
    padding: 5px 15px 5px 10px;
  }
}

@media (min-width: 992px) {
  .card-box-d .card-overlay-hover {
    padding: 5px 40px 5px 35px;
  }
}

@media (min-width: 1200px) {
  .card-box-d .card-overlay-hover {
    padding: 15px 40px 5px 35px;
  }
}

.card-box-d .title-d {
  transition: .3s ease-in-out;
  font-size: 2rem;
  font-weight: 600;
  margin: 1rem 0;
  transform: translateY(-20px);
  opacity: 0;
}

@media (min-width: 768px) {
  .card-box-d .title-d {
    font-size: 1.1rem;
    margin: .5rem 0;
  }
}

@media (min-width: 992px) {
  .card-box-d .title-d {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
}

@media (min-width: 1200px) {
  .card-box-d .title-d {
    font-size: 2rem;
    margin: 1rem 0;
  }
}

.card-box-d .content-d {
  opacity: 0;
  transition: .5s ease-in-out;
  transform: translateY(-40px);
}

@media (min-width: 768px) {
  .card-box-d .content-d {
    font-size: .8rem;
    margin: .5rem 0;
  }
}

@media (min-width: 768px) {
  .card-box-d .card-body-d p {
    margin-bottom: 8px;
    font-size: .8rem;
  }
}

@media (min-width: 992px) {
  .card-box-d .card-body-d p {
    margin-bottom: 12px;
    font-size: 1rem;
  }
}

.card-box-d .info-agents {
  opacity: 0;
  transition: .5s ease-in-out;
}

.card-box-d .card-footer-d {
  transition: .5s ease-in-out;
  transform: translateY(40px);
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
}

.card-box-d .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

.card-box-d:hover .card-overlay-hover {
  background-color: #2eca6a;
  opacity: .9;
}

.card-box-d:hover .title-d,
.card-box-d:hover .content-d,
.card-box-d:hover .info-agents,
.card-box-d:hover .card-footer-d {
  opacity: 1;
  transform: translateY(0);
}

/*------/ Agent Single /------*/
.agent-info-box .socials-footer {
  margin-top: 2rem;
}

.agent-info-box .socials-footer li {
  margin-right: 1.5rem;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.section-about .title-vertical {
  position: absolute;
  letter-spacing: 0;
  transform: rotate(-90deg);
  top: 50px;
  text-align: left;
  font-size: 1.8rem;
  width: 300px;
  font-weight: 700;
  text-align: right;
}

.about-img-box {
  padding-left: 1rem;
  position: relative;
}

@media (min-width: 576px) {
  .about-img-box {
    padding-left: 4rem;
  }
}

@media (min-width: 768px) {
  .about-img-box {
    padding-left: 5rem;
  }
}

.sinse-box {
  background-color: #2eca6a;
  padding: 1rem 2rem;
  position: absolute;
  left: 15px;
  bottom: 10px;
}

@media (min-width: 576px) {
  .sinse-box {
    padding: 1.5rem 2.5rem;
    bottom: 20px;
  }
}

@media (min-width: 768px) {
  .sinse-box {
    padding: 1.5rem 3rem;
  }
}

@media (min-width: 992px) {
  .sinse-box {
    padding: 3rem 4.5rem;
  }
}

.sinse-box .sinse-title {
  font-weight: 700;
  letter-spacing: 0.043em;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .sinse-box .sinse-title {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) {
  .sinse-box .sinse-title {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .sinse-box .sinse-title {
    font-size: 2.2rem;
  }
}

.sinse-box .sinse-title span {
  position: absolute;
}

.sinse-box .sinse-title span:after {
  content: ' ';
  width: 35px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: -15px;
}

.sinse-box p {
  margin-bottom: 0;
  font-size: .7rem;
}

@media (min-width: 576px) {
  .sinse-box p {
    font-size: .8rem;
  }
}

@media (min-width: 576px) {
  .sinse-box p {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.form-as #sendmessage {
  color: #2eca6a;
  border: 1px solid #26a356;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-as #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-as #sendmessage.show, .form-as #errormessage.show, .form-as .show {
  display: block;
}

.form-as .validation {
  color: red;
  display: none;
  margin: 4px 0 20px 0;
  font-weight: 400;
  font-size: 13px;
}

.form-as label {
  color: #000000;
  position: relative;
}

.form-as select.form-control-lg:not([size]):not([multiple]) {
  height: 3.5rem;
}

.form-as .form-control {
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 300;
}

.form-as .form-control.form-control-a {
  height: 3.5rem;
}

.form-as .form-control:focus {
  box-shadow: none;
  border-color: #2eca6a;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form label {
  color: #000000;
  position: relative;
}

.php-email-form select.form-control-lg:not([size]):not([multiple]) {
  height: 3.5rem;
  border-radius: 4px;
}

.php-email-form .form-control {
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 300;
}

.php-email-form .form-control.form-control-a {
  height: 3.5rem;
  border-radius: 4px;
}

.php-email-form .form-control:focus {
  box-shadow: none;
  border-color: #2eca6a;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Property Section
--------------------------------------------------------------*/
#new-carousel, #new-short-stay-carousel {
    min-height: 415px;
}
#new-carousel .owl-dots, #new-short-stay-carousel .owl-dots{
    position: absolute;
    bottom: -44px;
    left: 50%;
    transform: translateX(-50%);
}
.section-property{
  background:rgb(0 0 0 / 2%);
  padding-bottom: 80px;
}
.section-property .card-box-b{
    position: relative;
/*
    box-shadow: 0 1px 20px 0 rgb(32 33 36 / 28%);
    margin-bottom: 25px;
*/
}
.news-box .feature-btn.bg-green {
  display: none;
}

.section-property .card-category{
  font-size: 16px;
  width: auto;
  background-color: #ffffffbf !important;
  padding: 0.2rem 0.2em;
  color: #fff;
  letter-spacing: 0.030em;
  text-decoration: none;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0 !important;
  font-weight: 300;
  text-transform: uppercase;
  left: auto;
  bottom: auto;
}
.section-property .card-category a{
    color: #fff;
}
.section-property .img-box-b{
  overflow: hidden;
}
.section-property .card-header{
    position: relative;
    background: #fff;
    padding-bottom: 15px;
    transition: all .5s ease;
    border-bottom: none;
    display: block;
}
.section-property .total-price { 
    top: -70px!important;
    background: #fff;
    left: 0;
    padding: 10px 0; 
    color: #148e45;
    font-size: 14.5px;
    font-weight:600;
}
.section-property .carousel-item-c {
    margin: 17px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    margin-bottom: 30px;
    transition: all .5s ease;
}

.section-property .card-address {
    color: #333;
    margin-bottom: 5px;
    font-size: 14px;
    height: auto !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-property .title-2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
}
.section-property .detail-btn {
    border: 2px solid #148e45;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    transition: all .5s ease;
    opacity: 0;
    transition: opacity 1s ease-out;
    margin-top: 10px;
}
.section-property .card-box-b:hover .detail-btn{
   display: block;
   transition: all .5s ease;
   opacity: 1;
}
/*--------------------------------------------------------------
# Featured Properties
--------------------------------------------------------------*/
.featured-properties{
    background: #efefef;
}
.featured-properties .more-btn{
    border: 2px solid #148e45;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
}
.featured-properties .more-btn:hover{
  color:#fff;
  background: #148e45;
}
.feature-box {
    position: relative;
    overflow: hidden;
    height: 350px;
}
.feature-box .feature-btn{
    position: absolute;
    top: 0;
    padding: 8px 20px;
    color: #ffff;
    background: #148e45cc;
    text-transform: uppercase;
    font-weight: 300;
}
.feature-box .feature-btn.bg-red{
    background: #dc3545c7;
}
/*new CSS: */


.feature-box .featured-text, .apartments-box .featured-text, .featured-text {
    width: 64px;
    margin-bottom: 5px;
}
/*Update Css*/
.feature-box .feature-detail, .apartments-box .feature-detail, .feature-detail{
    position: absolute;
    bottom: 0;
    background: #fff; 
    padding: 15px 15px 20px 15px;
}
.featured-text {
  top: -30px;
  left: 0px;
  background-color: #212529!important;
  position: absolute;
  color: #fff;
}

.featured-text img{
  display: inherit!important;
  width: 100%;
}
/*.feature-box .feature-detail {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 20px;
    padding: 16px 8px;
}*/
.col-xl-3 .feature-box .feature-detail{
  width: 90%;
}
.feature-box .feature-detail .title-2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom:10px;
}
.feature-box .address {
    color: #333;
    margin-bottom: 5px;
    font-size: 14px;
    height: auto !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.feature-box .feature-image{
   transition: .8s all ease-in-out
}
.feature-box:hover .feature-image {
    transform: scale(1.1);
}
.feature-box .feature-image img{
  width: 100%;
  height: 350PX!important;
  OBJECT-FIT: cover;
}


@media screen and (max-width:1199px){
.feature-box{
  margin-bottom:30px;
}
}


/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.section-services{
    background: rgb(0 0 0 / 2%);
}
.service-detial{ 
    background: #fff;
    padding: 20px;
}
.service-detial .stars li {
    display: inline-block;
    color: #f9b717;
}
.service-detial .title {
    font-size: 20px;
    margin-bottom: 10px;
}
.service-detial .rating {
    display: inline-block;
    background: #bbd8c7;
    padding: 10px;
    color: #148e45;
}
.service-box {
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    margin-bottom: 30px;
}
.section-services .owl-item{
    padding: 17px;
}


/*--------------------------------------------------------------
# Jion Now
--------------------------------------------------------------*/
.section-JoinNow{
    text-align: center;
    position: relative;
}
.section-JoinNow:before {
    content: "";
    width: 100%;
    height: 65%;
    background: #148e45;
    position: absolute;
    left: 0;
    top: 0;
}
.section-JoinNow .title-a {
    color: #fff;
    margin-bottom: 10px;
}
.section-JoinNow .title-box p {
    max-width: 900px;
    margin: auto;
    color:#fff;
}
.section-JoinNow .register-box {
    background: #fff;
    padding: 60px 30px;
}

/*.registration-form .invalid {
  background-color: #ffdddd;
}
.registration-form .tab {
  display: none;
}*/
.registration-form button {
  background-color: #04AA6D;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
}
.registration-form button:hover {
  opacity: 0.8;
}
.registration-form #prevBtn {
  background-color: #bbbbbb;
}
.register-box h4 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
}
.register-box h6 {
    color: #148e45;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
}
.register-box .btn-register {
    border: 2px solid #148e45;
    margin-top: 25px;
    display: inline-block;
    width: 200px;
    padding: 6px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.register-box .btn-register:hover{
  color: #fff;
  background: #148e45;
}
.section-JoinNow .register-box:hover{
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

@media screen and (max-width:991px){
.section-JoinNow:before{
  height: 100%;
}
.section-JoinNow .register-box{
  margin-bottom:30px;
}
}


/*--------------------------------------------------------------
# Single Properties
--------------------------------------------------------------*/
.single-properties{
    margin-top: 50px;
}
.single-properties .title-a {
    font-weight: 800;
    color: #252525;
    margin-bottom: 10px;
}
.single-properties .property-detail h2 {
    color: #148e45;
    font-size: 38px;
    font-weight: 600;
}
.property-detail h6 {
    margin-left: 34px;
}
.property-detail ul{
    margin-top: 10px;
}
.property-detail li {
    display: inline-block;
    background: #efefef;
    padding: 7px 15px;
    font-size: 14px;
    margin-left: 10px;
}
.property-detail li:first-child{
   margin-left:0; 
}
.property-description h2 {
    color: #148e45;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.property-description p {
    margin-bottom: 15px;
}
.p-sub{
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 16px;
    opacity: 0.7;
}
.property-overview .boxlist li {
    background: #d6eadd;
}
.boxlist li {
    display: inline-block;
    width: 22%;
    background: red;
    border: navajowhite;
    text-align: center;
    margin: 4px 2px;
    padding: 20px 5px;
}
.boxlist li h4 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    opacity: 60%;
    margin-bottom: 5px;
}
.boxlist li p {
    font-size: 14px;
}

.amenities .boxlist li{
    background: #f7f7f7;
}

.bedrooms .boxlist li{
    background: #dceefb;
}

@media screen and (max-width: 1399px){
.boxlist li {
    width: 32%;
 }
}

@media screen and (max-width: 1199px){
.boxlist li {
    width: 48%;
 }
.property-detail li{
   padding: 7px 10px;    
}
}

@media screen and (max-width: 1199px){
.property-detail {
    margin-top: 40px;
}  
.boxlist li {
    width: 32%;
}
}

.boxlist li {
    width: 24%;
}

.comparisontable {
    display: flex;
    flex-direction: column;
}

.comparisontable img {
    max-width: 100%;
    width: auto;
    height: auto;
}


.comparisontable ul.row {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex: 1;
    width: 100%;
    flex-wrap: wrap;
}

.comparisontable ul.row li {
    background: #f2fdf3;
    flex: 1;
    padding: 10px;
    border-bottom: 1px solid #a4a7a8;
}

.comparisontable .comparison-heading h2 {
    color: #148e45;
}

.comparisontable .comparison-heading h2 span {
    font-size: 40px;
    margin-right: 3px;
}

.comparisontable .comparison-heading {
    background: #d8f6de !important;
}

.comparisontable ul.row li.legend {
    background: #148e45;
    color: white;
    font-weight: 600;
    border: none;
    width: auto;
    border-bottom: 1px solid white;
    font-size: 18px;
    padding-left: 40px;
}

.comparisontable ul.row li:last-of-type {}

/* very first row */
.comparisontable ul.row:first-of-type li {
    text-align: center;
}

/* very last row */
.comparisontable ul.row:last-of-type li {
    text-align: center;
    border-bottom: none;
}

.comparisontable a.calltoaction {
    color: white;
    background: #e12525;
    display: inline-block;
    padding: 8px 10px;
    text-decoration: none;
    border-radius: 8px;
    margin: .1em auto;
}

.comparisontable a.calltoaction:hover {
    background: #d11212;
}


/* first and last cell within legend column */
.comparisontable ul.row:first-of-type li.legend.legend,
.comparisontable ul.row:last-of-type li.legend {
    background: transparent;
    box-shadow: none;
}

@media screen and (max-width:767px) {

    .comparisontable ul.row {
        flex-direction: column;
    }

    .comparisontable img {
        width: auto;
        height: auto;
    }

    .comparisontable ul.row li {
        margin-right: 0;
        flex: auto;
        width: auto;
    }

    /* first and last cell within legend column */
    .comparisontable ul.row:first-of-type li.legend.legend,
    .comparisontable ul.row:last-of-type li.legend {
        display: none;
    }

    .comparisontable ul.row li.legend {
        width: auto;
    }
}



/*--------------------------------------------------------------
# Section Apartments
--------------------------------------------------------------*/
.section-apartments .apartments-box {
    min-height: 470px;
}
.section-apartments .carousel-item-c {
    margin: 10px;
}
.section-apartments .page-link {
    color: #148e45;
}
 .section-apartments .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #148e45;
    border-color: #148e45;
}


/*--------------------------------------------------------------
# Hero Section 2
--------------------------------------------------------------*/

.hero_section2{
    background: url("../img/listing-banner.png") no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: auto;
    padding-bottom: 100px;
}
.hero_section2 h4 {
    font-size: 46px;
}
.hero_section.hero_section2:before {
    content: none;
}
/*--------------------------------------------------------------
# Section Apartment
--------------------------------------------------------------*/

.main-section-apartment .title-a {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.main-section-apartment .sorting{
  position: absolute;
  right:0;
}
.main-section-apartment .sorting select {
    background: #fafafa;
}
.section-apartments .house-detial ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}
.section-apartments .house-detial {
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Section 2
--------------------------------------------------------------*/
.section-2 .grid2 {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    border-radius: 9px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    z-index: 1;
}
.section-2 .grid2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #148e45d9;
    top: 0;
    left: 0;
    z-index: -1;
}
.section-2 .grid2:hover:after{
    background: #ff0000c9;
}
.section-2 .grid2:hover h4{
    font-weight: 700; 
}
.section-2 .grid2 img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.section-2 .grid2-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 15px 40px;
}
.grid2-content h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}
.grid2-content .btn-know {
    background: #fff;
    margin-top: 15px;
}

/*--------------------------------------------------------------
# Our Mission
--------------------------------------------------------------*/
.our-mission .mission-img{
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.form-title h4 {
    font-size: 34px;
    margin-bottom: 36px;
    max-width: 500px;
    color: #757272;
    font-weight: normal;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
  text-align: center;
  padding: 30px 0;
  position: relative;
}
footer:after {
    content: "";
    background: #148e45;
    height: 8px;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 222;
    transform: translateX(-50%);
    border-radius: 10px;
}
footer .nav-footer{
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
footer .copyright-footer {
  padding-top: 20px;
}

footer .credits {
  font-size: 14px;
}
.font-light{
  font-weight: lighter!important;
}
.section{
    padding-top:60px;
    padding-bottom: 60px;
}


@media (min-width: 1200px){ 
.container{
    max-width: 1400px;
}
}

@media (max-width: 1199px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 991px) {
.form-title {
    margin-top: 40px;
}
.section-2 .grid2{
    margin-bottom: 30px;
}
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
section.intro-single {
    padding: 12rem 0 3rem;
}

.intro-single .title-single-box {
    border-left: 3px solid #2eca6a;
    padding: 1rem 0 1rem 2rem;
}

.intro-single .title-single-box .title-single {
    font-weight: 600;
    font-size: 2.2rem;
}

.intro-single .breadcrumb-box {
    padding: 1rem 0 0 .5rem;
}

/*--------------------------------------------------------------
# How It Works
--------------------------------------------------------------*/

.work-grid .card-title {
    width: 30px;
    height: 30px;
    background: #148e45;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 20px;
}

.work-grid p {
    width: 80%;
}

.work-grid .card {
    flex-direction: row;
    border: none;
    background: transparent;
}

.how-to-work .inner-work {
    background: #dddddb;
    padding: 30px;
}

section.how-to-work {
    min-height: 79vh;
    display: flex;
    align-items: center;
    justify-content: center;
}



/*--------------------------------------------------------------
# Registration
--------------------------------------------------------------*/
.registration-page{
    /*min-height: 100vh;*/
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 68px;
}
.registration-page:before{
    content: "";
    position: absolute;
    top:0; 
    width: 100%;
    height: 50%;
    background: url("../img/bg2.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
    opacity: 50%;
    z-index: -1
}
.registration-form {
    background: #fff;
    padding: 50px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    max-width: 700px;
    margin: 50px auto;
}
.registration-form h2.title {
    font-size: 26px;
    margin-bottom: 30px;
}
.registration-form .form-group {
    margin-bottom: 24px;
}
.registration-form .form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
}
.registration-form .form-control:focus{
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid green;
}
.registration-form .custom-file-input:focus~.custom-file-label {
    border-color: #ced4da;
    box-shadow: none;
}
.registration-form .custom-file-input:lang(en)~.custom-file-label::after {
    content: "Upload";
}


/* login modal */
.modal-content button.close {
    float: right;
    width: 20px;
    position: absolute;
    right: 25px;
    top: 8px;
    z-index: 999;
}
.login-modal form {
    padding: 32px;
    padding-top: 60px;
}
/*).login-modal form .form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
}*/
.login-modal form .form-control {
    outline: none;
    box-shadow: none;
}
.login-modal .form-group{
    position: relative;
}
.login-modal .toggle-password {
    position: absolute;
    top: 12px;
    right: 10px;
    opacity: 0.7;
}
.login-modal #password {
    padding-right: 34px;
}
.login-modal .error {
    color: red;
    font-size: 14px;
    /* margin-top: 10px; */
}
.login-modal .links.js-remember-links{
    margin: 18px 0;
    font-size: 14px;
}
.login-modal button{
    /*border-radius: 50px;*/
    width: 100%;
}
.login-modal .forget-password {
    color: #e22022;
    font-size: 14px;
    text-decoration: underline;
}
.login-modal .modal-body{
    padding: 0;
}
.login-modal .login-img-box {
    background: #f7f7f7;
    height: 100%;
    padding: 50px;
}
.login-modal .login-img-box {
    text-align: center;
}
.login-modal .home-img {
   text-align: center;
    margin: 40px 0; 
}
.login-img-box p{
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    color: #e33530;
}
.login-modal .btn-facebook, .registration-form .btn-facebook {
    background: #4867aa!important;
    color: #fff;
    margin-bottom: 15px!important;
}
.login-modal .btn-google, .registration-form .btn-google {
    background: #4285f5!important;
    color: #fff;
  margin-bottom: 15px!important;
}
.login-modal .btn-facebook:focus,.login-modal .btn-google:focus, .registration-form .btn-facebook:focus,.registration-form .btn-google:focus{
   outline: none;
   box-shadow:none;
}
.login-modal .login-register-box {
    background: #f7f7f7;
}


/* Pay modal */
.pay-modal button.close {
    float: right;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 999;
}
.pay-modal .error {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}

.pay-modal .modal-body{
    padding: 0;
}
.pay-modal .pay-img-box {
    background: #f7f7f7;
    height: 100%;
    padding: 50px;
}
.pay-modal .pay-img-box {
    text-align: center;
}
.pay-modal .home-img {
   text-align: center;
    margin: 40px 0; 
}
.pay-img-box p{
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}
.pay-modal .pay-register-box {
    background: #f7f7f7;
}
.pay-modal .home-img img {
    width: 128px;
    height: 128px;
    margin-left: 10px;
}
.pay-modal .anchor-img{
    width: 30px;
    height: 30px;
}
.btn-kopokopo {
    color: #fff;
    background-color: #2dab29;
    border-color: #2dab29;
}
.btn-kopokopo:hover {
    color: #fff;
    background-color: #196417;
    border-color:#196417;
}

.btn-paypal {
    color: #fff;
    background-color: #0188ca;
    border-color: #0188ca;
}
.btn-paypal:hover {
    color: #fff;
    background-color: #036595;
    border-color: #036595;
}





/* dashboard style */

.app-notification {
  min-width: 270px;
  padding: 0;
  font-size: 14px;
}
.app-notification__meta {
    color: #6c757d 
}
.app-notification__title {
  padding: 8px 20px;
  text-align: center;
  background-color: rgba(0, 150, 136, 0.4);
  color: #333;
}

.app-notification__footer {
  padding: 8px 20px;
  text-align: center;
  background-color: #eee;
}

.app-notification__content {
  max-height: 220px;
  overflow-y: auto;
}

.app-notification__content::-webkit-scrollbar {
  width: 6px;
}

.app-notification__content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

.app-notification__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px;
  color: inherit;
  border-bottom: 1px solid #ddd;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.app-notification__item:focus, .app-notification__item:hover {
  color: inherit;
  text-decoration: none;
  background-color: #e0e0e0;
}

.app-notification__message,
.app-notification__meta {
  margin-bottom: 0;
}

.app-notification__icon {
  padding-right: 10px;
}

.app-notification__message {
  line-height: 1.2;
}

header .app-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.app-nav__item img {
    background: #efefef;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.app-nav__item{
    display: flex;
    align-items: center;
}
.app-nav__item .badge {
    background: #e22022;
    font-weight: normal;
    color: #fff;
}
.settings-menu{
    font-size: 14px;
}
.settings-menu i {
    color: #e22022;
    margin-right: 10px;
    font-size: 18px;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #e9ecef; 
    color: #000;
}
.app-nav .fa-bell-o{
    font-size: 24px;
}
header .dashborad-nav {
    margin-top: 68px;
}
header .dashborad-nav nav.navbar{
    padding: 0 15px;
    background: #159047;
}
header .dashborad-nav .nav-link {
    padding: 24px !important;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.dashborad-nav .nav-item.active .nav-link {
    background: #057532;
}
.nav-rigister ul {
    display: flex;
    align-items: center;
}
.nav-rigister li a {
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: 30px;
}
.nav-rigister li:first-child a{
    margin-left: 0;
}
.nav-rigister li i {
    background: #057532;
    margin-right: 9px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.dashboard-section1{
    background: url("../img/dashboard-bg1.png") no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
}
.dashboard-section1 .widget{
    display: flex;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}
.dashboard-section1 .widget .count-no {
    padding: 10px;
    font-size: 40px;
    line-height: 1;
    margin-right: 30px;
    border-radius: 10px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.widget .count-yellow {
    background: #ffefe1;
}
.widget .count-pink {
    background: #fceef1;
}
.widget .count-green {
    background: #e7f6ed;
}
.widget h5,.widget h4{
    font-size: 24px; 
    font-weight: 400;
    margin-bottom: 5px; 
}
.widget h4{
   font-weight: 600;  
}
.widget p{
    opacity: 60%;
}


.dashboard-section2,.dashboard-section2 .section-services,.bg2{
    background: #f4f7fd;
}
.viewall-btn {
    background: #fff;
    padding-left: 24px;
    padding-right: 24px;
}

.my-property .single-myproperty {
    padding: 15px 10px;
    background: #ffff;
    border-radius: 15px;
}
.single-myproperty .property-img {
    position: relative;
}
.single-myproperty .property-img img {
    border-radius: 15px;
    border-bottom-right-radius: 0;
}
.single-myproperty .property-img .btn-p {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    width: 100px;
    text-align: center;
    color: #fff;
}
.btn-p.occupied {
    background: #e22022;
}
.btn-p.vacant{
    background: #159047;
}
.single-myproperty .property-detial {
    margin: 12px 0;
}
.single-myproperty .property-detial ul li {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
}
.single-myproperty .property-detial ul li:first-child{
    margin-left: 0;
}
.single-myproperty .property-rent{
    font-weight: 700;
}
.single-myproperty .fa-long-arrow-right{
    font-size: 24px;
}


.search_service {
    background: url("../img/d1.png") no-repeat;
    min-height: 350px;
    background-size: cover;
    position: relative;
    padding: 50px 30px;
    margin-bottom: 30px;
    border-radius: 20px;
}
.search_service h2 {
    color: #fff;
    font-weight: 700;
    line-height: 1;
}
.search_service .search-inner {
    margin-top: 30px;
    position: relative;
}
.search_service .search-inner input {
    height: 54px;
}
.search_service .search-inner .btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 90px;
}
.search_service .search-inner input {
    height: 60px;
    padding-right: 109px;
}
.search_service p{
    margin-top: 10px;
    color:#fff;
}
.rent-invoice {
    background: #fafbfe;
    padding: 30px 20px;
    border-radius: 20px;
}
.rent-invoice h4 {
    font-size: 24px;
}
.rent-invoice h2 {
    font-size: 28px;
    font-weight: 700;
    color: #159047;
    margin-bottom: 25px;
}
.rent-invoice li {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 13px;
}
.rent-invoice li span {
    font-size: 14px;
}
.rent-invoice li h5 {
    font-size: 16px;
    font-weight: 700;
}
.rent-invoice li .btn-due{
    width: 75px;
    border: 2px solid #159047;
    font-size: 14px;
}
.rent-invoice li .btn-due:hover,.rent-invoice li .btn-due:focus{
    background: #159047;
    color:#fff;
    box-shadow: none;
}
.rent-invoice li .btn-clear{
    width: 75px;
    border: 2px solid red;
    font-size: 14px;
}
.rent-invoice li .btn-clear:hover,.rent-invoice li .btn-clear:focus{
    background: red;
    color:#fff;
    box-shadow: none;
}
.agent-content .info-agents p,.agent-content p.content-d{
    margin-bottom: 10px;
}
.intro-single .breadcrumb{
    background: transparent;
}


.is-readonly .btn-save {
  display: none;
}
.is-readonly input[disabled],.is-readonly textarea[disabled] {
  cursor: text;
  background-color: transparent;
  border-color: transparent;
  outline-color: transparent;
  box-shadow: none;
  padding: 0;
}
form.is-editing .btn-edit {
  display: none;
}
.profile-form .user-name {
    background-color: transparent !important;
    font-weight: 600;
    font-size: 2rem;
    position: relative;
}
.profile-form textarea{
    width: 100%;
    border: none;
    background: transparent !important;
    overflow: hidden;
    resize: none;
}
form.is-editing .user-name {
    border: 1px solid #efefef;
    background: #fff !important;
    padding-left: 8px;
}
form.is-editing textarea {
    padding: 10px;
    background: #fff !important;
    border: 1px solid #efefef;
}
form.is-editing textarea:focus-visible,form.is-editing input:focus-visible{
    outline: none;

}
.otp-section .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #108d42;
}

.profile-form label {
    font-weight: 500;
}
.agent-avatar-box .file-upload {
    display: none;
}
.agent-avatar-box .p-image {
   position: absolute;
   bottom: -10px;
   z-index: 2;
   right: 0px;
   color: #666666;
   transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
   display: none;
}
/*.agent-avatar-box .agent-avatar {
    width: 56%;
    height: 360px;
    object-fit: cover;
}*/
.agent-avatar-box .p-image:hover {
   transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.agent-avatar-box .upload-button {
   font-size: 26px;
   color: #28a745;
}
.agent-avatar-box .upload-button:hover {
   transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
   color: #999;
}

@media screen and (max-width: 992px){
.dashboard-section1 .widget{
    margin-bottom: 20px;        
}
}

/* add lisiting page */
.wizard {
    max-width: 900px;
    margin: auto;
}
  .wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}
.custom-checkbox .custom-control-input:checked .custom-control-label::before {
    background-color:green;
}
.m-checkbox {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
    color: #000;
}
.m-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.m-checkbox .checkmark {
  position: absolute;
  top: 4px;
  right: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border:2px solid red;
}
.m-checkbox:hover input ~ .checkmark {
  background-color: #fff;
  border:2px solid red;
}
.m-checkbox input:checked ~ .checkmark {
  background-color: #148e45;
  border-color: #148e45;
}
.m-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.m-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.m-checkbox .checkmark:after {
    right: 4px;
    top: 0px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(
45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg);
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #e22022;
    cursor: default;
    background-color: transparent;
    border-color: #e22022;
}
.wizard .custom-control {
    margin-bottom: 5px;
    user-select: none;
}
.wizard .nav-tabs > li:last-child{
    margin-right: 0;
}
.wizard .nav-tabs > li {
    margin-right: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    position: relative;
}
.wizard .nav-tabs a::before {
    position: absolute;
    content: "";
    right: 45%;
    top: 100%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    height: 10px;
    width: 10px;
    background-color: transparent;
    opacity: 1;
    border: 3px solid transparent;
    border-radius: 100%;
}
.wizard .nav-tabs li.active a::before{
    color: #0db02b;
    background-color: #e22022;
    border-color: #fff;
}
.theme-btn-3 {
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 0;
}
.theme-btn-3:hover {
    background: #efefef;
}
.wizard .nav-tabs > li a {
    position: relative;
    border-bottom: 2px solid transparent;
}
.wizard .nav-tabs > li a:hover {
    background: transparent;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}
.wizard .prev-step, .wizard .next-step {
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    border-radius: 0;
    margin-top: 30px;
    text-transform: uppercase;
}
.wizard .form-group {
    margin-bottom: 20px;
}
.wizard .next-step {
    background-color: #148e45;
    color: #fff;
    border:1px solid #148e45;
}
.wizard .next-step:hover{
    background-color: transparent;
    color: #148e45;
    border-color: #148e45;
}
.wizard .skip-btn{
  background-color: #cec12d;
}
.wizard .step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.property-details-google-map {
    height: 360px;
}
.wizard .form-control:focus{
  border-color:green;
  box-shadow: none;
}
.wizard .form-control{
   min-height: 50px;
  border-radius: 0;
}
.app-icon {
    max-width: 130px;
    margin-left: 5px;
}

.custom-radio-button input[type="radio"] {
  display:none;
}
/*label#user_role-error {
    position: absolute;
    border: none;
    left: 0;
}*/
.custom-radio-button label {
    padding: 6px;
    display: inline-block;
    border: 1px solid grey;
    cursor: pointer;
    font-size: 14px;
    vertical-align: middle;
    width: 100%;
    text-align: center;
  white-space: nowrap;
}
.custom-radio-button img{
  max-width:20px;
  margin-right:4px;
}

.custom-radio-button .blank-label {
  display: none;
}
.custom-radio-button input[type="radio"]:checked + label {
    background: #b5b7ba;
    color: #000;
    border-color: #b5b7ba;
}
.rules-section {
    display: flex;
}
.rules-section .grid {
    margin: 1%;
    width: 25%;
    margin-bottom: 20px;
}
.rules-section .grid:last-child{
  margin-right:0;
}
.rules-section .grid p {
    color: #c7cace;
    font-size: 12px;
    text-align: center;
    margin:auto; 
}
.profile-form .btn-facebook {
    background: #4867aa;
    color: #fff;
}
.profile-form .btn-google{ 
    background: #4285f5;
    color: #fff;
    margin-left: 10px;
}
.btn-facebook:hover,.btn-google:hover{
    color: #fff;
}

/* Inquiry modal */
.inquiry-modal button.close {
    float: right;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 999;
}
.inquiry-modal form {
    padding: 32px;
}
.inquiry-modal .form-title {
    padding: 20px 0px 0px 33px;
}
.inquiry-modal form .form-control {
    outline: none;
    box-shadow: none;
}
.inquiry-modal .form-group{
    position: relative;
}
.inquiry-modal button{
    /*border-radius: 50px;*/
    width: 100%;
}
.inquiry-modal .modal-body{
    padding: 0;
}

.booking-modal button.close {
    float: right;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 999;
}
.booking-modal form {
    padding: 32px;
}
.booking-modal .form-title {
    padding: 20px 0px 0px 33px;
}
.booking-modal form .form-control {
    outline: none;
    box-shadow: none;
}
.booking-modal .form-group{
    position: relative;
}
.booking-modal button{
    /*border-radius: 50px;*/
    width: 100%;
}
.booking-modal .modal-body{
    padding: 0;
}

.inquiry {
    margin-top: 5em;
    min-height: 62vh;
    margin-bottom: 20px;
}

.inquiry .page-link {
    color: #28a745;
 }

.inquiry .page-item.active .page-link {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.inquiry table tr td:nth-child(1) {
  width: 125px;
}
.inquiry table tr td:nth-child(4),
.inquiry table tr td:nth-child(5) {
  width: 220px;
}        
.inquiry .dataTables_paginate{
    margin-top: 15px !important;
}
.listing-search-box.search-box {
    max-width: 900px;
}
.listing-filter-box {
    margin-top: 2px;
    padding: 20px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.listing-filter-box .form-control:focus {
    border-color: #148e45;
    outline: 0;
    box-shadow: none;
}

/* advance-search*/
section#aa-advance-search {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    min-height: 160px;
    padding: 20px 10px;
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: auto;
    margin-top: 30px;
}

#aa-KM-range input[type="range"] {
  display: block;
  -webkit-appearance: none;
  background-color: #bdc3c7;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  margin: 0 auto;
  outline: 0;
}
#aa-KM-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #e74c3c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid white;
  cursor: pointer;
  transition: .3s ease-in-out;
}
#aa-KM-range input[type="range"]::-webkit-slider-thumb:hover {
    background-color: white;
    border: 2px solid #e74c3c;
  }
#aa-advance-search .aa-single-filter-search {
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font-size: 13px;
}
#aa-advance-search #aa-KM-range {
    margin-top: 18px !important;
}
#aa-advance-search .aa-single-filter-search span {
    display: inline-block;
    margin: 0 2px;
}
.profile .property-page-info{
   margin-top: 0;
   background: #f4f7fd;
   padding-top: 10px;
}

.search-btn{
  display: flex;
  justify-content: space-around; 
}
.search-btn .btn {
  font-size: 14px;
}
.p-bar > div {
  padding-right: 0;
}
.p-bar > #divareasearch {
  padding-right: 10px;
}

@media screen and (max-width: 992px){
.dashboard-section1 .widget{
    margin-bottom: 20px;        
}
}

/* Service provider  */
.pagination .page-link {
    color: #28a745;
}

.pagination .page-item.active .page-link {
    background-color: #28a745;
    border-color: #28a745;
}

.service-request table {
    background: #dee9fd;
    border-radius: 15px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    margin-bottom: 20px !important;
}

.service-request .table thead th {
    border: none;
}

.btn-send-invoice {
    background: #c6dfc1;
    color: #000;
    min-width: 150px;
    border: 1px solid #89b67d;
    padding: 3px;
    font-size: 14px;
}

.btn-pending {
    background: #ffd8d8;
    color: #000;
    min-width: 150px;
    border: 1px solid #e22021;
    padding: 3px;
    font-size: 14px;
}

.btn-paid {
    background: #daedfc;
    color: #000;
    min-width: 150px;
    border: 1px solid #63b7f7;
    padding: 3px;
    font-size: 14px;
}

.service-request .table td,
.service-request .table th {
    padding: 20px;
}

.service-request .table tr td:first-child,
.service-request .table tr th:first-child {
    padding-left: 40px;
}

.service-request .table tr td:last-child {
    padding-right: 40px;
}

.service-request .btn:focus {
    box-shadow: none;
    outline: none;
}

.service-request .table tr:first-child td:last-child {
    border-top-right-radius: 24px;
}

.service-request .table tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}

.service-request .table tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}

.service-request .table tr:first-child td:first-child {
    border-top-left-radius: 24px;
}


.service-request .table td {
    background: #fff;
    vertical-align: middle;
    border: none;
}

.back-section {
    background-size: cover;
    background-position: center top;
    position: relative;
    padding-top: 100px;
    background: url("../img/dashboard-bg1.png") no-repeat;
}

.back-section h4 {
    font-size: 28px;
    font-weight: 400;
}

.back-section h2 {
    font-size: 28px;
    font-weight: bold;
    color: #159047;
    margin-top: 7px;
}

.plan {
    background: #ffe5e6;
    padding: 15px;
    margin-top: 20px;
    border-radius: 6px;
    border: 1px solid #ffb5b6;
}

.bg-2 {
    background: #f3f6fc;
}

.request-section {
    padding: 36px 0 60px 0;
}

.request-section h2 {
    font-weight: 600;
}

.request-inner {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
}

#detail .date {
    color: #8a8787;
}

#detail #myModalLabel:after {
    content: "";
    width: 100%;
    height: 2px;
    background: black;
    position: absolute;
    bottom: 0;
    left: 0;
}

#detail #myModalLabel {
    position: relative;
    display: inline;
    font-size: 30px;
    padding-bottom: 0;
}

#detail .agent {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
}

#detail .agent span {
    color: green;
    margin-left: 10px;
}

#detail .badge {
    padding: 5px 10px !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}

#detail .badge-success {
    background: #c6dfc1;
    color: #000;
}
.register-box p {
    min-height: 160px;
}


.report-page {
    padding-top: 50px;
    /*max-width: 800px;*/
    margin: auto;
}

.report-page [type="radio"]:checked,
.report-page [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.report-page [type="radio"]:checked+label,
.report-page [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-bottom: 20px;
}

.report-page [type="radio"]:checked+label:before,
.report-page [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.report-page [type="radio"]:checked+label:after,
.report-page [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #159047;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.report-page [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.report-page [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.report-date select {
    width: 110px;
}

.report-page .report-date {
    padding-bottom: 15px;
    border-bottom: 1px solid #000000;
}

.report-page .report-box {
    background: #efefef;
    padding: 20px;
    border-radius: 4px;
}
.social-links {
    margin-top: 20px;
}
.social-links a {
    display: inline-block;
    background: #000;
    color: #eee;
    line-height: 1;
    margin-right: 4px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.services-provider-img img{
  border-radius: 10px;
}
.services-provider-content .stars li {
  display: inline-block;
  color: #f9b717;
}
.provider-description p{
  line-height:1.7;
  margin-bottom: 15px;
}
.provider-btns .btn {
    width: 180px;
}

.service-search {
  position: relative;
}
.service-search input {
  padding: 15px 120px 15px 15px;
  height: auto;
}
.service-search input {
  padding: 15px 120px 15px 15px;
  height: auto;
}
.service-search button.btn {
  position: absolute;
  right: 11px;
  top: 9px;
  width: 119px;
}

#property-modal .text-mute {
    color: #aab1b6 !important;
}
.custom-upload {
  position: relative;
  text-align: center;
}

.custom-upload span.label {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    background: #ffffff;
    cursor: pointer;
    color: #28a745;
    padding: 10px 0;
    text-transform: uppercase;
    border: 2px dashed;
}

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

/* Service provider End*/
/* Privacy policy  */
.privacy-page {
  padding-top: 8em;
}

.privacy-page .pageName span {
  color: #e22022;
  margin-right: 10px;
}

.privacy-page .pageName {
  color: green;
  font-size: 30px;
}

.privacy-page .sub-heading {
  margin-top: 20px;
  font-size: 24px;
  margin-bottom: 13px;
}

.privacy-page p {
  line-height: 1.7;
  margin-bottom: 10px;
}

.privacy-page .inner-number-listing {
  padding-left: 40px;
}

.privacy-page .inner-number-listing h4 {
  font-size: 20px;
  margin-top: 20px;
}

.privacy-page .inner-number-listing h5 {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.privacy-page .inner-number-listing ul {
  padding-left: 30px;
}

.privacy-page ul {
  padding-left: 30px;
}
/* Privacy policy End */


/* Invoice page data */

/* content editable */

*[contenteditable] {
    border-radius: 0.25em;
    min-width: 2em;
    outline: 0;
}

*[contenteditable] {
    cursor: pointer;
}

*[contenteditable]:hover,
*[contenteditable]:focus,
td:hover *[contenteditable],
td:focus *[contenteditable],
img.hover {
    background: #def;
    box-shadow: 0 0 1em 0.5em #def;
}

span[contenteditable] {
    display: inline-block;
}

/* inovoice */
.invoice {
    max-width: 900px;
    margin: 40px auto;
    background: #ffff;
    padding: 20px 40px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.invoice table {
    font-size: 14px;
    width: 100%;
}

.invoice table {
    border-collapse: separate;
    border-spacing: 2px;
}

.invoice th,
.invoice td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: left;
}

.invoice th,
.invoice td {
    border-radius: 0.25em;
    border-style: solid;
}

.invoice th {
    background: #eee;
    border-color: #bbb;
}

.invoice td {
    border-color: #ddd;
}

.invoicee .invoice-header {
    margin: 0 0 3em;
}

.invoice .invoice-header:after {
    clear: both;
    content: "";
    display: table;
}

.invoice .invoice-header h1 {
    background: #000;
    border-radius: 0.25em;
    color: #fff;
    margin: 15px 0;
    padding: 10px;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
}

.invoice .invoice-header address {
    float: left;
    font-size: 75%;
    font-style: normal;
    line-height: 1.25;
    margin: 0 1em 1em 0;
}

.invoice .invoice-header address p {
    margin: 0 0 0.25em;
}

.invoice .invoice-header span {
    margin: 0 0 1em 1em;
    max-height: 25%;
    max-width: 60%;
    position: relative;
}

.invoice .invoice-header input {
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.invoice article,
.invoice article address,
.invoice table.meta,
.invoice table.inventory {
    margin: 0 0 3em;
}

.invoice article:after {
    clear: both;
    content: "";
    display: table;
}

.invoice article address {
    float: left;
    font-size: 125%;
    font-weight: bold;
}

.invoice table.meta,
.invoice table.balance {
    float: right;
    width: 36%;
}

.invoice table.meta:after,
.invoice table.balance:after {
    clear: both;
    content: "";
    display: table;
}

.invoice table.meta th {
    width: 40%;
}

.invoice table.meta td {
    width: 60%;
}

.invoice table.inventory {
    clear: both;
    width: 100%;
}

.invoice table.inventory th {
    font-weight: bold;
    text-align: center;
}

.invoice table.inventory td:nth-child(1) {
    width: 26%;
}

.invoice table.inventory td:nth-child(2) {
    width: 38%;
}

.invoice table.inventory td:nth-child(3) {
    text-align: right;
    width: 12%;
}

.invoice table.inventory td:nth-child(4) {
    text-align: right;
    width: 12%;
}

.invoice table.inventory td:nth-child(5) {
    text-align: right;
    width: 12%;
}

.invoice table.balance th,
.invoice table.balance td {
    width: 50%;
}

.invoice table.balance td {
    text-align: right;
}

.invoice aside h1 {
    border: none;
    border-width: 0 0 1px;
    margin: 0 0 1em;
}

.invoice aside h1 {
    border-color: #999;
    border-bottom-style: solid;
}

.invoice .add,
.invoice .cut {
    border-width: 1px;
    font-size: 16px;
    padding: 0.25em 0.5em;
    float: left;
    text-align: center;
    width: 30px;
    height: 30px;
    background: #148e45;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.invoice .add {
    margin: -2.5em 0 0;
}

.invoice .add:hover {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.invoice .cut {
    opacity: 0;
    position: absolute;
    top: 0;
    left: -35px;
}

.invoice .cut {
    -webkit-transition: opacity 100ms ease-in;
}

.invoice tr:hover .cut {
    opacity: 1;
}
/* Invoice page data End */



/*Chat Box*/
.card-bordered {
    border: 1px solid #ebebeb
}

.card {
    border: 0;
    border-radius: 0px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
    -webkit-transition: .5s;
    transition: .5s
}

.padding {
    padding: 3rem !important
}

body {
    background-color: #f9f9fa
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 20px;
    background-color: transparent;
    border-bottom: 1px solid rgba(77, 82, 89, 0.07)
}

.card-header .card-title {
    padding: 0;
    border: none
}

h4.card-title {
    font-size: 17px
}

.card-header>*:last-child {
    margin-right: 0
}

/* .card-header>* {
    margin-left: 8px;
    margin-right: 8px
} */

.btn-secondary {
    color: #4d5259 !important;
    background-color: #e4e7ea;
    border-color: #e4e7ea;
    color: #fff
}

.btn-xs {
    font-size: 11px;
    padding: 2px 8px;
    line-height: 18px
}

.btn-xs:hover {
    color: #fff !important
}

.card-title {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(77, 82, 89, 0.07)
}

.ps-container {
    position: relative
}

.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none
}

.media-chat {
    padding-right: 64px;
    margin-bottom: 0
}

.media {
    padding: 16px 12px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.media .avatar {
    flex-shrink: 0
}

.avatar {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
    color: #8b95a5;
    text-transform: uppercase
}

.media-chat .media-body {
    -webkit-box-flex: initial;
    flex: initial;
    display: table
}

.media-body {
    min-width: 0
}

.media-chat .media-body p {
    position: relative;
    padding: 6px 8px;
    margin: 4px 0;
    background-color: #f5f6f7;
    border-radius: 3px;
    font-weight: 100;
    color: #9b9b9b
}

.media>* {
    margin: 0 8px
}

.media-chat .media-body p.meta {
    background-color: transparent !important;
    padding: 0;
    opacity: .8;
    color: #9b9b9b!important;
}

.media-meta-day {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
    color: #8b95a5;
    opacity: .8;
    font-weight: 400
}

.media {
    padding: 16px 12px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.media-meta-day::before {
    margin-right: 16px
}

.media-meta-day::before,
.media-meta-day::after {
    content: '';
    -webkit-box-flex: 1;
    flex: 1 1;
    border-top: 1px solid #ebebeb
}

.media-meta-day::after {
    content: '';
    -webkit-box-flex: 1;
    flex: 1 1;
    border-top: 1px solid #ebebeb
}

.media-meta-day::after {
    margin-left: 16px
}

.media-chat.media-chat-reverse {
    padding-right: 12px;
    padding-left: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.media-chat {
    padding-right: 64px;
    margin-bottom: 0
}

.media {
    padding: 16px 12px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.media-chat.media-chat-reverse .media-body p {
    float: right;
    clear: right;
    background-color: #159047;
    color: #fff
}

.media-chat .media-body p {
    position: relative;
    padding: 6px 8px;
    margin: 4px 0;
    background-color: #f5f6f7;
    border-radius: 3px
}

.border-light {
    border-color: #f1f2f3 !important
}

.bt-1 {
    border-top: 1px solid #ebebeb !important
}

.publisher {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 20px;
    background-color: #f9fafb
}

.publisher>*:first-child {
    margin-left: 0
}

.publisher>* {
    margin: 0 8px
}

.publisher-input {
    -webkit-box-flex: 1;
    flex-grow: 1;
    border: none;
    outline: none !important;
    background-color: transparent
}

button,
input,
optgroup,
select,
textarea {
    font-family: Roboto, sans-serif;
    font-weight: 300
}

.publisher-btn {
    background-color: transparent;
    border: none;
    color: #8b95a5;
    font-size: 18px;
    cursor: pointer;
    overflow: -moz-hidden-unscrollable;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    overflow: visible!important;
}

.file-group {
    position: relative;
    overflow: hidden
}

.publisher-btn {
    background-color: transparent;
    border: none;
    color: #cac7c7;
    font-size: 18px;
    cursor: pointer;
    overflow: -moz-hidden-unscrollable;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.file-group input[type="file"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 20px
}

.text-info {
    color: #178f48 !important
}

.icon-smile:before {
    content: " ";
    width: 16px;
    height: 16px;
    display: flex;
    /*background: url(../img/icon-smile.png);*/
}

/*Chat Box End*/

/* Agent Transactions */
.assigned-job .card {
    border-radius: 10px;
    margin-bottom: 30px;
}

.assigned-job .btn {
  min-width: 190px;
}
.action .btn{
  min-width: 130px;
}

#accordions .card-header a:after {
    content: "\f078";
    font-family: 'FontAwesome';
    float: right;
}

#accordions .card-header a.collapsed:after {
    content: "\f077";
}

#accordions .card .collapse {
    border: 0;
}

#accordions .card-header a {
    position: absolute;
    right: 10px;
}

#accordions .card .collapse.show {
    background: #fff;
}
/* Agent Transactions End */


/* Tenant Dashboard */
.service-search {
    position: relative;
}

.service-search input {
    padding: 15px 120px 15px 15px;
    height: auto;
}

.service-search input {
    padding: 15px 120px 15px 15px;
    height: auto;
}

.service-search button.btn {
    position: absolute;
    right: 11px;
    top: 9px;
    width: 119px;
}

.tenent-boxes .btn {
    min-width: 85px;
    padding: 5px 0;
    font-size: 14px;
}

.rent-invoice2 li {
    align-items: center;
}

.rent-invoice2 li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.rent-invoice2 {
    height: 100%;
}

.rent-invoice2 .text-mute {
    color: #aab1b6 !important;
}
/* Tenant Dashboard */

/*Job Done page*/
.job-done-page {
    margin-top: 2em;
}
.upoad-property-images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.upoad-property-images .imageThumb {
    width: 100%;
    height: 150px;
    object-fit: cover;
    float: left;
    position: relative;
}

.upoad-property-images span.pip {
    display: inline-block;
    width: 31.34%;
    position: relative;
}

.upoad-property-images input#files {
    display: block;
    width: 100%;
}

.upoad-property-images .remove:before {
    content: '\f057';
    color: #e22022;
    font-size: 20px;
}

.upoad-property-images .remove {
    position: absolute;
    font-family: 'FontAwesome';
    top: -2px;
    right: -5px;
    cursor: pointer;
    background: #ffffff;
    width: 10px;
    height: 10px;
}

.upoad-property-images .remove:before {
    content: '\f057';
    color: #e22022;
    font-size: 20px;
    top: -10px;
    position: relative;
    left: -4px;
}
.job-done-page .title-a {
    font-size: 28px;
    color: #148e45;
 }



.tenant-detail {
    margin-top: 7em;
}

.tenant-detail .title-a {
    color: #148e45;
    font-size: 32px
}

.Invoice-heading1 {
    margin: 50px 0;
    position: relative;
    text-align: center;
}

.Invoice-heading1 h2 {
    display: inline-block;
    background: #fff;
    padding: 0 15px;
}

.Invoice-heading1:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #148e45;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

.tenant-detail-images img {
    width: 250px;
    height: 140px;
    object-fit: cover;
}
 /*Job Done page end*/

 /* Subscription Page */
#generic_price_table {
    background-color: #f0eded;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content {
    background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price {
    background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    background-color: #E4E4E4;
    border-left: 5px solid #148e45;
}

#generic_price_table .generic_content .generic_price_btn a {
    border: 1px solid #148e45;
    color: #148e45;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
    border-color: #148e45 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #148e45;
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
    background-color: #148e45;
    color: #fff;
}

#generic_price_table {
    padding: 0px 0 50px 0;
    font-family: 'Raleway', sans-serif;
}

.row .table {
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
    margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content {
    margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
    padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
    display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    font-family: "Lato", sans-serif;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 50px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    padding: 15px 0;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;

}

#generic_price_table .generic_content .generic_feature_list ul li .fa {
    padding: 0 10px;
}

#generic_price_table .generic_content .generic_price_btn {
    margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.star-img {
    max-width: 30px;
}

@media (max-width: 320px) {}

@media (max-width: 767px) {
    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #generic_price_table .col-md-3 {
        float: left;
        width: 50%;
    }

    #generic_price_table .col-md-4 {
        float: left;
        width: 50%;
    }

    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

#generic_price_table_home {
    font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a {
    color: #7885CB;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}

.demo-pic {
    margin: 0 auto;
}

.demo-pic:hover {
    opacity: 0.7;
}

#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}

#generic_price_table_home li {
    float: left;
}

#generic_price_table_home li+li {
    margin-left: 10px;
    padding-bottom: 10px;
}

#generic_price_table_home li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0px;
}

#generic_price_table_home .blue {
    background: #3498DB;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
    background: #148e45;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
    background: #7F8C8D;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
    background: #34495E;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
    background: #E67E22;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
    background: #9B59B6;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
    background: #E74C3C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
    background: #1ABC9C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}

#generic_price_table_home .divider span {
    width: 100%;
    display: table;
    height: 2px;
    background: #ddd;
    margin: 50px auto;
    line-height: 2px;
}

#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}

#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}

#generic_price_table_home .footer {
    padding: 40px 0;
}

.price-heading {
    text-align: center;
}

.price-heading h1 {
    color: #666;
    margin: 0;
    padding: 0 0 50px 0;
}

.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.bottom_btn {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}

.demo-button:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;

}

.bottom_btn:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}

.generic_price_tag .price lable {
    font-size: 25px;
    margin-right: 10px;
}

.generic_price_tag .price del,
.generic_price_tag .price del .currency {
    color: #bbb5b5 !important;
    font-size: 24px !important;
}
 /* Subscription Page End */
 /*Compaign page */
.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom-radio [type="radio"]:checked+label,
.custom-radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.custom-radio [type="radio"]:checked+label:before,
.custom-radio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.custom-radio [type="radio"]:checked+label:after,
.custom-radio [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #008000;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.campaign-form label {
  font-weight: 500;
  font-size: 16px;
}

.new-capaign-page {
  max-width: 800px;
  margin: 100px auto 30px;
}

.campaign-form .text-secondary {
  color: #e2e2e2 !important;
}
 /*Compaign page End */
 /* Compare page */
.feat-items {
    min-height: 150px;
}

.cd-products-comparison-table {
    padding-top: 20px;
    margin-top: 7em;
}

.cd-products-comparison-table::after {
    /* never visible - this is used in jQuery to check the current MQ */
    display: none;
    content: 'mobile';
}

.cd-products-comparison-table header {
    padding: 0 5% 25px;
}

.cd-products-comparison-table header::after {
    clear: both;
    content: "";
    display: table;
}

.cd-products-comparison-table h2 {
    float: left;
    font-weight: bold;
}

.cd-products-comparison-table .actions {
    float: right;
}

.cd-products-comparison-table .reset,
.cd-products-comparison-table .filter {
    font-size: 1.4rem;
}

.cd-products-comparison-table .reset {
    color: #404042;
    text-decoration: underline;
}

.cd-products-comparison-table .filter {
    padding: .6em 1.5em;
    color: #ffffff;
    background-color: #cccccc;
    border-radius: 3px;
    margin-left: 1em;
    cursor: not-allowed;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.cd-products-comparison-table .filter.active {
    cursor: pointer;
    background-color: #9dc997;
}

.no-touch .cd-products-comparison-table .filter.active:hover {
    background-color: #a7cea1;
}

@media only screen and (min-width: 1024px) {
    .cd-products-comparison-table::after {
        content: 'desktop';
    }

    .cd-products-comparison-table header {
        padding: 0 5% 40px;
    }

    .cd-products-comparison-table h2 {
        font-size: 2.4rem;
    }

    .cd-products-comparison-table .reset,
    .cd-products-comparison-table .filter {
        font-size: 1.6rem;
    }

    .cd-products-comparison-table .filter {
        padding: .6em 2em;
        margin-left: 1.6em;
    }
}

.cd-products-table {
    position: relative;
    overflow: hidden;
}

.cd-products-table .features {
    /* fixed left column - product properties list */
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 120px;
    border-style: solid;
    border-color: #e6e6e6;
    border-top-width: 1px;
    border-bottom-width: 1px;
    background-color: #fafafa;
    opacity: .95;
}

.cd-products-table .features::after {
    /* color gradient on the right of .features -  visible while scrolling inside the .cd-products-table */
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 4px;
    height: 100%;
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.06), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.06), transparent);
    opacity: 0;
}

@media only screen and (min-width: 1024px) {
    .cd-products-table .features {
        width: 215px;
    }
}

.cd-products-table.scrolling .features::after {
    opacity: 1;
}

.cd-products-wrapper {
    overflow-x: auto;
    /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
    -webkit-overflow-scrolling: touch;
    border-style: solid;
    border-color: #e6e6e6;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.cd-products-columns {
    /* products list wrapper */
    width: 1200px;
    margin-left: 120px;
}

.cd-products-columns::after {
    clear: both;
    content: "";
    display: table;
}

@media only screen and (min-width: 1024px) {
    .cd-products-columns {
        width: 2480px;
        margin-left: 210px;
    }
}

.cd-products-columns .product {
    position: relative;
    float: left;
    width: 150px;
    text-align: center;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

.filtering .cd-products-columns .product:not(.selected) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.no-product-transition .cd-products-columns .product.selected {
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.filtered .cd-products-columns .product:not(.selected) {
    position: absolute;
}

@media only screen and (min-width: 1024px) {
    .cd-products-columns .product {
        width: 17.5%;
    }
}

.cd-features-list li {
    font-size: 16px;
    font-weight: 500;
    padding: 25px 40px!important;
    border-color: #e6e6e6;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
}

.cd-features-list li.rate {
    /* rating stars */
    padding: 21px 0;
}

.cd-features-list li.rate span {
    display: inline-block;
    height: 22px;
    width: 110px;
    background: url("../img/cd-star.svg");
    color: transparent;
}

@media only screen and (min-width: 1024px) {
    .cd-features-list li.rate {
        padding: 22px 0;
    }
}

.features .cd-features-list li,
.cd-products-table .features .top-info {
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    padding: 25px 10px;
    text-align: left;
}

@media only screen and (min-width: 1024px) {

    .features .cd-features-list li,
    .cd-products-table .features .top-info {
        text-transform: uppercase;
        line-height: 16px;
        padding: 15px;
        letter-spacing: 1px;
    }
}

.features .cd-features-list li {
    /* truncate text with dots */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cd-products-table .top-info {
    position: relative;
    height: 180px;
    width: 150px;
    text-align: center;
    padding: 15px;
    border-color: #e6e6e6;
    border-style: solid;
    border-right-width: 1px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    cursor: pointer;
    background: #ffffff;
}

.cd-products-table .top-info::after {
    /* color gradient below .top-info -  visible when .top-info is fixed */
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 4px;
    width: 100%;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.06), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.06), transparent);
    opacity: 0;
}

.cd-products-table .top-info h3 {
    padding: 1.25em 0 0.625em;
    font-weight: 600;
    font-size: 16px;
}

.cd-products-table .top-info img {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: 100%;
}

.cd-products-table .top-info h3,
.cd-products-table .top-info img {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-products-table .top-info .check {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0 auto 1em;
}

.cd-products-table .top-info .check::after,
.cd-products-table .top-info .check::before {
    /* used to create the check icon and green circle dot - visible when product is selected */
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
}

.cd-products-table .top-info .check::before {
    /* green circle dot */
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, -moz-transform 0.3s, border-color 0.3s;
    transition: background-color 0.3s, transform 0.3s, border-color 0.3s;
}

.cd-products-table .top-info .check::after {
    /* check icon */
    background: url("../img/cd-check.svg") no-repeat center center;
    background-size: 24px 24px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media only screen and (min-width: 1024px) {
    .cd-products-table .top-info {
        height: 440px;
        width: 440px;
    }

    .cd-products-table .top-info h3 {
        padding-top: 1.4em;
        /*                font-size: 1.6rem;*/
    }

    .cd-products-table .top-info .check {
        margin-bottom: 1.5em;
    }
}

.cd-products-table .features .top-info {
    /* models */
    width: 120px;
    cursor: auto;
    background: #fafafa;
}

@media only screen and (min-width: 1024px) {
    .cd-products-table .features .top-info {
        width: 210px;
    }
}

.cd-products-table .selected .top-info .check::before {
    /* green circle dot */
    background: #9dc997;
    border-color: #9dc997;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-animation: cd-bounce 0.3s;
    -moz-animation: cd-bounce 0.3s;
    animation: cd-bounce 0.3s;
}

@-webkit-keyframes cd-bounce {
    0% {
        -webkit-transform: scale(1);
    }

    60% {
        -webkit-transform: scale(1.6);
    }

    100% {
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes cd-bounce {
    0% {
        -moz-transform: scale(1);
    }

    60% {
        -moz-transform: scale(1.6);
    }

    100% {
        -moz-transform: scale(1.5);
    }
}

@keyframes cd-bounce {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6);
    }

    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.cd-products-table .selected .top-info .check::after {
    /* check icon */
    opacity: 1;
}

@media only screen and (min-width: 1024px) {

    .cd-products-table.top-fixed .cd-products-columns>li,
    .cd-products-table.top-scrolling .cd-products-columns>li,
    .cd-products-table.top-fixed .features,
    .cd-products-table.top-scrolling .features {
        padding-top: 160px;
    }

    .cd-products-table.top-fixed .top-info,
    .cd-products-table.top-scrolling .top-info {
        height: 215px;
        position: fixed;
        top: 0;
    }

    .no-cssgradients .cd-products-table.top-fixed .top-info,
    .no-cssgradients .cd-products-table.top-scrolling .top-info {
        border-bottom: 1px solid #e6e6e6;
    }

    .cd-products-table.top-fixed .top-info::after,
    .cd-products-table.top-scrolling .top-info::after {
        opacity: 1;
    }

    .cd-products-table.top-fixed .top-info h3,
    .cd-products-table.top-scrolling .top-info h3 {
        -webkit-transform: translateY(-116px);
        -moz-transform: translateY(-116px);
        -ms-transform: translateY(-116px);
        -o-transform: translateY(-116px);
        transform: translateY(-116px);
    }

    .cd-products-table.top-fixed .top-info img,
    .cd-products-table.top-scrolling .top-info img {
        -webkit-transform: translateY(-62px) scale(0.4);
        -moz-transform: translateY(-62px) scale(0.4);
        -ms-transform: translateY(-62px) scale(0.4);
        -o-transform: translateY(-62px) scale(0.4);
        transform: translateY(-62px) scale(0.4);
    }

    .cd-products-table.top-scrolling .top-info {
        position: absolute;
    }
}

.cd-table-navigation a {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 15px;
    -webkit-transform: translateY(55px);
    -moz-transform: translateY(55px);
    -ms-transform: translateY(55px);
    -o-transform: translateY(55px);
    transform: translateY(55px);
    /* replace text with image */
    overflow: hidden;
    padding: 20px 10px;
    color: #fff;
    height: 60px;
    width: 40px;
    background: rgba(64, 64, 66, 0.8) url("../img/cd-arrow.svg") no-repeat center center;
    border-radius: 3px;
    -webkit-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    -moz-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
    transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, transform 0.3s;
}

.cd-table-navigation a.inactive {
    opacity: 0;
    visibility: hidden;
}

.cd-table-navigation a.prev {
    left: 120px;
    right: auto;
}

.no-touch .cd-table-navigation a:hover {
    background-color: #404042;
}

@media only screen and (min-width: 1024px) {
    .cd-table-navigation a {
        -webkit-transform: translateY(135px);
        -moz-transform: translateY(135px);
        -ms-transform: translateY(135px);
        -o-transform: translateY(135px);
        transform: translateY(135px);
    }

    .cd-table-navigation a.prev {
        left: 210px;
    }

    .top-fixed .cd-table-navigation a {
        position: fixed;
    }

    .top-fixed .cd-table-navigation a,
    .top-scrolling .cd-table-navigation a {
        -webkit-transform: translateY(80px);
        -moz-transform: translateY(80px);
        -ms-transform: translateY(80px);
        -o-transform: translateY(80px);
        transform: translateY(80px);
    }

    .top-fixed .cd-table-navigation a.prev,
    .top-scrolling .cd-table-navigation a.prev {
        -webkit-transform: translateY(45px) translateX(15px) rotate(180deg);
        -moz-transform: translateY(45px) translateX(15px) rotate(180deg);
        -ms-transform: translateY(45px) translateX(15px) rotate(180deg);
        -o-transform: translateY(45px) translateX(15px) rotate(180deg);
        transform: translateY(45px) translateX(15px) rotate(180deg);
    }
}
.cd-products-comparison-table table th {
    background: #fafafa;
    text-transform: uppercase;
}

section.cd-products-comparison-table {
    margin-top: 5em;
}
.cd-products-comparison-table table img {
    width: 290px;
    height: 250px;
}
.cd-products-comparison-table table td {
    width: 30%;
}
 /* Compare page End*/
 /* Tenant List Page */
.tenants-list{
  margin-top: 2em;
  min-height: 62vh;
  margin-bottom: 20px;
}
.tenants-list .title-wrap{
  padding-bottom: 2em;
}
#tenent-list .list-row {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  grid-gap: 10px;
  max-width: 900px;
  margin: 0 auto;
}

#tenent-list  .list-row  .button {
  text-decoration: none;
  background: transparent;
  color: #ff5252;
  border: 1px solid #ff5252;
  height: 35px;
  line-height: 35px;
  padding: 0px 15px;
  display: inline-block;
  margin-top: 10px;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
#tenent-list  .list-row  .button:hover {
  background: #ff5252;
  color: #ffffff;
}
@media (max-width: 719px) {
    #tenent-list  .list-row {
    grid-template-columns: 1fr;
    width: auto;
    max-width: auto;
  }
}
@media (min-width: 719px) and (max-width: 1024px) {
    #tenent-list  .list-row {
    grid-template-columns: repeat(2, 1fr);
    width: auto;
    max-width: auto;
  }
}
#tenent-list  .list-row .col {
  flex-basis: calc(33.333% - 20px);
  border-radius: 10px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 0;
}
@media (max-width: 719px) {
    #tenent-list .list-row .col {
    flex-basis: 100%;
  }
}
#tenent-list   .input-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 10px 0px;
}
@media (max-width: 1024px) {
  #tenent-list   .input-wrap {
    padding: 10px 15px;
    width: auto;
    max-width: auto;
  }
}
#tenent-list   .input-wrap input {
  /*height: 40px;*/
  padding: 0px 15px;
  border: 1px solid #ececec;
  width: 100%;
  margin-bottom: 10px;
}
#tenent-list   .user-list {
  list-style: none;
  position: relative;
}
@media (max-width: 1024px) {
  #tenent-list   .user-list {
    padding: 0px 15px;
  }
}
#tenent-list   .user-list .col {
  background: #ffffff;
}
#tenent-list   .user-list p, #tenent-list   .user-list h1, #tenent-list   .user-list h2, #tenent-list   .user-list h3, #tenent-list   .user-list h4, #tenent-list   .user-list h5, #tenent-list   .user-list h6 {
    color:rgba(255, 255, 255, 1); 
}
#tenent-list   .user-list img {
  margin: 0 auto;
  border: 7px solid #ffffff;
  border-radius: 50%;
  display: block;
}
#tenent-list   .user-list .image-wrap {
  background: #148e45;
  border-radius: 10px 10px 0px 0px;
  padding: 10px 0px;
  text-align: center;
}
#tenent-list .user-list .image-wrap h5 {
    color:rgba(255, 255, 255, 0.65);     
    padding: 5px;
    margin: 5px;}
#tenent-list .user-list .image-wrap h3 { margin: 0;}
#tenent-list   .user-list .image-wrap p {
  margin-bottom: 0px;
  color: #fff; 
  font-size: 16px;
}
#tenent-list   .user-list .content-wrap {
  padding:  15px;
  background: #ffffffb3;
  border-radius: 0px 0px 10px 10px;
  border-top: 3px solid #ff5252;
}
#tenent-list   .user-list .content-wrap span:first-child {
    width: 70px;
    font-size: 14px;
}
@media (max-width: 719px) {
  #tenent-list   .user-list .content-wrap {
    text-align: center;
  }
}
#tenent-list   .user-list .content-wrap h2 {
  margin: 15px 0px 5px 0px;
}
#tenent-list   .user-list .content-wrap p {
  margin: 0px 0px 10px 0px;
  font-weight: 400;
  clear: left;
}
#tenent-list   .user-list .content-wrap span {
  margin-right: 5px;
  color: #ff5252;
}
#tenent-list   .user-list .content-wrap .fa {
  margin-right: 5px;
  font-size: 12px;
  position: relative;
  top: -1px;
}
#tenent-list   .user-list .content-wrap .fa-home {
  font-size: 14px;
  margin-right: 4px;
}
#tenent-list   .user-list .content-wrap .fa-phone {
  font-size: 15px;
}
#tenent-list   .user-list .content-wrap .fa-globe {
  font-size: 14px;
}
#tenent-list   .user-list .content-wrap .fa-building-o {
  left: 1px;
  margin-right: 7px;
}
#tenent-list   .user-list .content-wrap .break-col-title {
  float: left;
}
@media (max-width: 719px) {
  #tenent-list   .user-list .content-wrap .break-col-title {
    float: none;
  }
}
#tenent-list   .user-list .content-wrap .break-col {
  color: rgba(0, 0, 0, 0.65);
  float: left;
  margin-bottom: 10px;
}
@media (max-width: 719px) {
  #tenent-list   .user-list .content-wrap .break-col {
    float: none;
  }
}

span.break-col a {
    display: block;
    color: #000;
    text-decoration: underline;
    padding: 0 0 10px 0;
}

.col.special{border: 1px dashed #ccc !important;}
.add-button {
    text-align: center;
    display: block;
    vertical-align: middle;
}
a.add-button i {
    font-size: 100px;
    color: #ccc;
    vertical-align: middle;
    padding: 25%;
    margin: 25% 0;
    background: #eee;
}


.time-stay {
    background: #ffbf00;
    display: flex;
    padding: 15px 15px 0 15px;
    margin-bottom: 15px;
    color: #fff;
}

.time-stay  span.break-col-title { color: #fff !important;}
 .time-stay  .fa{ font-size: 18px;}
  .time-stay .break-col{ font-size: 24px;}
  .time-stay   span:first-child {line-height: 28px;}
.bg-page{
    background-color: #f9f9fa;
}
 /* Tenant List Page End */
header ul li{
  font-size: 14px;
}
.property-description {
    margin-top: 10px;
}

.details_icon {
    max-width: 46px;
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}
.widget--details table {
    text-align: center;
}
.widget--details .table thead th {
  border: 1px solid #fff;
    background: #e4e4e4;
    font-weight: 300;
    padding: 0.75rem 0.3rem;
    font-size: 13px;
}
.widget--details table.table {
    background: #fff;
}
.widget--details .table td {
    font-size: 16px;
    vertical-align: middle;
    font-weight: 600;
    border: 1px solid #e4e4e4;
}
.icon-box .icon-box-icon img {
    max-width: 37px;
}
#generic_price_table .bg-page {
    background-color: inherit;
}
img.star-rating {
    height: 16px;
    width: auto;
}
.stars li {
    display: inline-block;
}
/* Review Poup */
#show_reviews {
  color: #0056b3;
}
.user-reviews .user-review-data{
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
 
.user-reviews .user-rating{
  font-size: 10px;
  color: #ebad56;
}
.user-reviews .user-review{
  font-size: 14px;
}

@media (max-width: 767px) {
  header .navbar .navbar-toggler {
    position: relative;
    margin-top: 0px;
  }
  .text-brand {
    padding: 0;
    line-height: 10px;
}
.text-brand img {
  height: 25px;
}
.ml-auto.right-header {
  zoom: 0.8;
}
.ml-auto.right-header ul li:first-child {
  display: none;
}
#navbarDefault {
  position: absolute;
  top: 42px; 
  width: 100%;
  left: 0;
  padding: 0 15px;
  border-top: #ccc 1px solid;
}
div.navbar-collapse {
  background-color: #0000006b;
  height: 100vh;
}
#navbarDefault ul.navbar-nav li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0 5px 5px;
}
.hero_section{
  background: none;
}
.section-property .carousel-item-c { margin: 7px;}
section#aa-advance-search { background-color: rgba(87, 85, 85, 0.8);}
  .hero_section h4 { font-size: 22px;    margin-top: 15px;}
    .hero_section h2 { font-size: 34px;}

    .title-a, .main-section-apartment .title-a {
      font-size: 30px;
      font-weight: 600;
      text-align: left;
  }
  .title-wrap {
    padding-bottom: 1rem;
    display: block !important;
    clear: both;
    width: 100%;
    padding-top: 40px;
}
.title-wrap  .title-box {
  padding-bottom: 20px;
}

.title-wrap .booking-btn {
  left: 0px !important;
  right: auto;
  position: relative;
}

.title-wrap .inquiry-btn {
  position: relative;
  right: 0;
}

#new-carousel .owl-dots, #new-short-stay-carousel .owl-dots { 
  bottom: 0; 
}
.section-property { 
  padding-bottom: 40px;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.title-link { 
  padding-top: 5px;
}
.main-section-apartment .sorting {
  position: relative;
  right: 0;
}
.title-box p {
  text-align: left !important;
}

section#aa-advance-search {
  background-color: rgba(87, 85, 85, 1);
}
.work-grid .card-title {
  width: 30px;
  height: 40px;}
  section.intro-single {
    padding: 4rem 0 0rem;
}
.registration-form {
  padding: 15px;
}
.rules-section {
  display: inline-block;
}
.rules-section .grid {
  margin: 1%;
  width: 46%;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.rules-section .grid p {
  color: #444; 
}
.custom-radio-button img {
  max-width: 24px; 
  width: 24px;
}
.custom-radio-button label {
  padding: 13px 4px;
  display: inline-block;
  border: 1px solid grey;
  cursor: pointer;
  font-size: 13px;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

}

.modal.forget-password-modal.show {
  background: #000000f0;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  z-index: 5;
  position: inherit;
}
 .input-group-addon, .input-group-btn {
  display: table-cell;
}
.input-group-addon:first-child {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
   
}
#forget-password-form .input-group .form-control{
  width: 100% !important; 
}


input#map_property {
    width: 50%;
    margin: 0 auto;
    height: 50px;
    margin-bottom: 25px;
}

a.floating-chat.enter {
  padding: 20px;
  margin: 20px;
}
a.floating-chat.enter i {
  font-size: 30px;
  color: #fff;
  background: #ff0000;
  padding: 10px;
  border-radius: 30px;
}

@media screen and (max-width:500px){ 
 section.intro-single { 
    margin-top: 0;
}
.intro-single .breadcrumb {
  background: transparent;
  position: absolute;
  z-index: 9;
  margin-left: 30px;
  font-size: 14px;
  top: -54px;
  margin-bottom: 0;
}
  header {
    position: relative;
 }
 header .navbar .container {
  width: 100%;
  margin: 5px 0;
  position: relative;
}
  header ul li {
    font-size: 14px;
    position: unset !important;
    }
    .app-notification {
      padding: 0;
      font-size: 14px;
      position: absolute;
      width: 100%;
    }

    header .dashborad-nav {
      margin-top: 50px;
      z-index: 9999999;
      position: relative;
  }
  header .dashborad-nav nav.navbar {
    padding: 0 5px;
    background: none;
}

div.navbar-collapse {
  background-color: #148e45;
  height: 99vh;
  top: 6px;
  position: relative;
}
.navbar-toggler span { 
  right: 0 !important;
  left: auto !important;
}
    .app-nav__item { 
      position: relative;
    }
    .app-nav__item .badge { 
      position: absolute;
      left: -7px;
      bottom: -10px;
    }
      span.name {
        display: none !important;
      }
      .app-nav__item img { 
        width: 30px;
        height: 30px; 
        margin-right: 6px;
    }
    .navbar .col-md-4:first-child {
      display: none;
    } 
   
    .navbar .col-md-4  {
      width: 45%;
    }
}


 
div#carouselExampleSlidesOnly {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.carousel-inner {
  height: 580px !important;
}

.carousel-item.active {
  background: #000;
}

.carousel-item img{
 opacity: .5;
}

.field-icon {
  top: 10px;
  right:20px;
  position: absolute;
  z-index: 2;

}
input#password {
  padding-right: 30px;
}

/* form label.error{
  position: absolute !important;
} */
.outer { 
  vertical-align: top;
}
.outer .owl-carousel .owl-item img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
 


/* home page slider  */

.carousel-frame {
  position: absolute;
  width: 100%;
  height: min(calc(90vh - 10px), 520px);
  margin: 0 auto;
  overflow: hidden;
  box-shadow: inset 60px 0px 60px -60px rgb(0, 0, 0),
    inset -60px 0px 60px -60px rgb(0, 0, 0);
  background-image: radial-gradient(
    circle,
    transparent,
    transparent 75%,
    rgba(0, 0, 0, 0.3)
  );
  background-color: white;
}

.carousel-slide {
  display: flex;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.carousel-slide img {
  min-width: 100%;
  object-fit: cover;
}

.carousel-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -15px;
  z-index: 10;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.carousel-next {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -15px;
  z-index: 10;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.carousel-dots {
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  margin: 0 auto;
  width: max(100px, 15%);
  display: flex;
  justify-content: space-between;
}

.carousel-dots li {
  width: 8px;
  height: 8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.carousel-dots .active-dot {
  background-color: rgba(255, 255, 255, 0.8);
}

.carousel-frame:after {
  position: absolute;
  content: "";
  background: #000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.hero_section.section-t4 .carousel-prev, .hero_section.section-t4 .carousel-next {
  display: none;
}
/* home page  slider end  */




