@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900|Roboto+Condensed:300,300i,400,400i,700,700i');
/* Body */
body {
  background-color: #f2f6ff;
  font-size: 13px;
  font-family: "Maven Pro", sans-serif;
  line-height: 25px;
  color: #34495e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #34495e;
}
p {
  font-size: 13px;
  line-height: 22px;
  color: #232a30;
}
img {
  height: auto;
  max-width: 100%;
}
ul,
ol {
  list-style: outside none none;
}
ul {
  margin: 0;
  padding: 0;
}
img {
  transform-style: preserve-3d;
}
a {
  transition: color 300ms ease 0s, background-color 300ms ease 0s;
  text-decoration: none !important;
  color: #aaaaaa;
}
a:hover {
  transition: color 300ms ease 0s, background-color 300ms ease 0s;
  color: #34495e;
}
a,
a:hover {
  text-decoration: none;
}
a:focus {
  outline: medium none;
  outline-offset: 0;
}

/* Extra */
.badge {
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #28a745;
}
.page-item.active .page-link {
  background-color: #64ddba;
  border-color: #64ddba;
  color: #fff;
  z-index: 1;
}
.page-link {
  color: #64ddba;
}
.box-shadow-none {
  border: 7px solid #fff !important;
  box-shadow: none !important;
}
.inner-header {
  background: rgba(0, 0, 0, 0) url("../images/page-banner.png") repeat scroll
    center top / 100% auto;
  position: relative;
  background-size: contain;
  background-position: initial;
  background-repeat: no-repeat;
}
.overlay {
  background: #587388 none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
}

.inner-header::after {
  background: #587388 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
}
.inner-header .container {
  position: relative;
  z-index: 9;
}

.login-with-social .btn {
  color: #fff;
  font-size: 13px;
  padding: 12px 0;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
}
.btn-twitter {
  background: #64ccf1 none repeat scroll 0 0;
}
.btn-google {
  background: #df4930 none repeat scroll 0 0;
}
.btn-facebook {
  background: #507cc0 none repeat scroll 0 0;
}
.login-with-social .btn .mdi {
  font-size: 19px;
  left: 18px;
  position: absolute;
  top: 8px;
}
.btn {
  font-size: 13px;
  padding: 12px 39px;
  font-weight: bold;
}
b,
strong {
  font-weight: 500;
}
#map {
  height: 450px;
  width: 100%;
}

#content .card {
  box-shadow: none;
  margin: 0;
  padding: 26px 0px 26px 26px;
}
#content .card-body,
#content .card-footer {
  padding: 16px 0;
}
#content .card-footer span {
  font-size: 12px;
}
#content .card-footer {
  padding-bottom: 0px;
}
.map-slider-form {
  background: #efefef none repeat scroll 0 0;
  left: auto !important;
  padding: 20px 0;
  position: relative !important;
  right: auto !important;
}
.slider-h-auto .carousel-item {
  height: auto !important;
}
.padding-card .card-body {
  padding: 35px;
}
.margin-auto {
  margin: auto;
}
.no-radius {
  border-radius: 0 !important;
}
.star{
  color:red;
}
label {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
  color: #433f3f;
}
/* .form-control {
  background-color: #f8f8f8;
  border-color: #eeeeee;
  font-size: 13px;
  padding: 11px 16px;
} */
.select2-container--open .select2-dropdown--below {
  border: medium none;
  border-radius: 0;
}
.section-padding {
  padding: 100px 0;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #28a745 !important;
}
.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-outline-success {
  background-color: transparent;
  background-image: none;
  border-color: #64ddba;
  color: #64ddba;
}
.btn-outline-success:hover {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  background-color: transparent;
  color: #28a745;
}
.btn-link {
  background-color: transparent;
  color: #64ddba;
  font-weight: 400;
}
.demo-page .card.padding-card .card-body {
  padding: 0;
}
.demo-page .card.padding-card .card-body h5 {
  font-size: 15px;
  padding: 4px 10px;
}
/* Navbar */
nav.navbar {
  background: #fff none repeat scroll 0 0 !important;
  padding: 0;
  box-shadow: 0 5px 3px rgba(218, 235, 255, 0.51);
}
nav.navbar .navbar-nav .nav-link {
  font-weight: bold;
  padding: 20px 14px;
  text-transform: uppercase;
}
.dropdown-menu {
  border: medium none;
  border-radius: 0;
  margin: 0;
}
.dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 7px 20px;
}
.main-nav-right .btn {
  padding: 7px 16px;
}
.main-nav-right .list-inline-item {
  margin: 0;
}

/* Slider */
.home-slider {
  position: relative;
}
.home-slider .carousel-item {
  height: 450px;
  min-height: 450px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Slider Form */
.slider-form {
  left: 15%;
  position: absolute;
  right: 15%;
  top: 24%;
}
.slider-form .input-group-addon {
  line-height: 58px;
  position: absolute;
  text-align: center;
  width: 41px;
  z-index: 9;
}
.slider-form .input-group-addon .mdi {
  font-size: 18px;
}

.slider-form .select2-selection {
  border: medium none !important;
  border-radius: 0 !important;
  height: auto !important;
  padding: 15px 15px 15px 33px;
}
.slider-form .form-control {
  border: medium none !important;
  border-radius: 0 !important;
  height: auto !important;
  padding: 19px 15px 19px 43px;
}
.slider-form .select2-selection__arrow {
  margin: 15px 12px 0;
}
.slider-form .btn {
  font-size: 13px;
  padding: 18px 8px;
}
.inner-page-form .input-group {
  padding: 1px;
}

/* Card */
.card {
  border: medium none;
  box-shadow: 0 0 11px #daebff;
  margin-bottom: 18px;
}
.card-list .badge {
  left: 20px;
  padding: 7px 10px;
  position: absolute;
  top: 20px;
  z-index: 9;
}

.card-list .card-body .card-title {
  font-size: 18px;
}
.card-list .card-body .card-subtitle {
  font-size: 14px;
  font-weight: 100;
}
.card-list .card-body h2 small {
  font-size: 19px;
}
.card-list .card-footer span {
  margin: 0 16px 0 0;
}

.card-footer {
  background: #fff none repeat scroll 0 0;
  border-color: #eeeeee;
}

.card-overlay {
  height: 380px;
  overflow: hidden;
  position: relative;
}
.card-overlay .card-img {
  height: 380px;
  object-fit: cover;
  width: 100%;
}
.card-overlay .card-img-overlay {
  left: 0;
  margin: auto;
  right: 0;
  text-align: center;
  top: auto;
}

/* Agents Card */
.agents-card {
  padding-bottom: 15px;
}
.agents-card img {
  background: #fff none repeat scroll 0 0;
  border-radius: 90px;
  box-shadow: 0 0 24px rgba(11, 123, 255, 0.12);
  height: 107px;
}
/* Sidebar Card */
.sidebar-card .card-body {
  padding: 35px;
}
.sidebar-card-list li a {
  display: inline-block;
  width: 100%;
}
.sidebar-card-list > li {
  line-height: 32px;
}
.sidebar-card-list li a .sidebar-badge {
  float: right;
  font-weight: 500;
  margin: 0;
}

#featured-properties .card-body {
  padding: 30px 0;
}

#featured-properties .card {
  box-shadow: none;
  margin: 0;
}
#featured-properties img {
  border-radius: 3px;
}
#featured-properties .carousel-indicators .active {
  background-color: #818080;
}
#featured-properties .carousel-indicators li {
  background-color: rgba(166, 166, 166, 0.5);
}
#featured-properties .carousel-indicators {
  margin: 0;
}

/* Grid/list Filters */
.tags-action span {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 0 11px #daebff;
  display: inline-block;
  padding: 3px 10px;
}
.tags-action span i {
  margin: 0 0 0 3px;
}
.osahan_top_filter {
  margin-bottom: 18px;
}
.view-mode {
  margin: 0 0 0 9px;
}
.view-mode a {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 0 11px #daebff;
  display: inline-block;
  margin: 0 0 0 4px;
  padding: 3px 10px;
}
.view-mode a.active {
  color: #34495e;
}
.sort-by-btn .btn {
  min-width: 160px;
  padding: 4px 9px;
  text-align: left;
}
.sort-by-btn .dropdown-toggle::after {
  position: absolute;
  right: 11px;
  text-align: right;
  top: 15px;
  vertical-align: top;
}

/* Properties List */
.card-list-view .card-body,
.card-list-view .card-footer {
  padding: 20px 30px;
}
/* Blog */
.blog-card .card-footer img {
  margin: 0 11px 0 0;
  width: 33px;
}
.blog-card .badge {
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: normal;
  margin: 0 0 12px;
  padding: 6px 10px;
  text-transform: uppercase;
}
.blog-card .badge-primary {
  background-color: rgba(92, 93, 232, 0.1);
  color: #5c5de8;
}
.blog-card .badge-danger {
  background-color: rgba(250, 100, 35, 0.1);
  color: #fa6423;
}
.blog-card .badge-success {
  background-color: rgba(0, 216, 200, 0.09);
  color: #00d8c8;
}
.blog-card .badge-dark {
  background-color: rgba(52, 58, 64, 0.19);
  color: #343a40;
}
.blog-card .badge-info {
  background-color: rgba(23, 160, 184, 0.17);
  color: #17a2b8;
}
.blog-card .badge-white {
  background-color: rgba(255, 255, 255, 0.81);
  color: #5c5de8;
}

/* Property Single */

.reviews-card .d-flex {
  height: 50px;
  width: 50px;
}
.reviews-card h5 small {
  color: #848484;
  font-size: 12px;
  margin: 0 0 0 8px;
}
.star-rating i {
  font-size: 15px;
  letter-spacing: -6px;
}

.list-icon i {
  float: left;
  font-size: 36px;
  line-height: 47px;
  width: 52px;
}
.list-icon {
  margin-bottom: 24px;
}
.list-icon strong {
  text-transform: uppercase;
  vertical-align: text-top;
}
.list-icon p {
  line-height: 11px;
}

.property-single-title {
  bottom: 0;
  left: 0;
  padding: 37px 0;
  position: absolute;
  right: 0;
}

/* Add Property */
.property-features-add .custom-control {
  margin: 7px 0;
}
.fuzone {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 2px dashed #eeeeee;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  min-height: 150px;
  position: relative;
  text-align: center;
  transition: all 0.3s linear 0s;
  width: 100%;
}
.fuzone .fu-text {
  color: #98aab8;
  font-size: 12px;
  margin: 50px 0;
  position: relative;
  text-align: center;
}
.fuzone .fu-text i {
  display: inline-block;
  font-size: 54px;
  padding-bottom: 10px;
  transition: all 0.3s linear 0s;
  width: 100%;
}

.fuzone input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
/* My Account */

.tab-view {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 3px rgba(218, 235, 255, 0.51);
}
.tab-view .nav-link {
  padding: 21px 30px;
  position: relative;
}
.tab-view .nav-link.active {
  border-bottom: 2px solid;
}
/* Property Single Gallery */

.property-single-title-gallery {
  background: #fff none repeat scroll 0 0;
  padding: 50px 0;
  position: relative;
  box-shadow: 0 5px 3px rgba(218, 235, 255, 0.51);
}

/* Footer */
.footer li {
  line-height: 34px;
}
.footer a {
  color: #000000 !important;
}
.footer {
  background-color: #fff
}
.footer-social a {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 50px;
  display: inline-block;
  height: 35px;
  line-height: 33px;
  text-align: center;
  width: 35px;
  color: #bcbcbc;
}
.footer-social a:hover {
  background: #28a745 none repeat scroll 0 0;
  color: #f5f5f5;
}
/* Mobile Media */
@media (min-width: 0px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  .section-padding {
    padding: 50px 0;
  }
  nav.navbar {
    padding: 10px 15px;
  }
  .navbar-toggler {
    padding: 2px 5px;
  }
  nav.navbar .navbar-nav .nav-link {
    border-bottom: 1px solid #ececec;
    padding: 10px 12px;
    text-align: center;
  }
  .main-nav-right {
    text-align: center;
  }
  nav.navbar .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 7px 20px;
    text-align: center;
  }
  .carousel-indicators {
    bottom: auto;
    left: auto;
    margin: 0;
    position: absolute;
    right: 12px;
    top: 16px;
  }
  .banner-list {
    padding: 0px 15px !important;
  }
  .banner-list h6 {
    font-size: 13px;
    font-weight: 100;
    line-height: 21px;
    margin: 0 0 27px !important;
  }
  .banner-list .card {
    margin-top: 30px;
  }
  .inner-page-form,
  .slider-form {
    bottom: 1px !important;
    left: 1px;
    right: 1px;
    top: auto !important;
  }
  .inner-page-form .container,
  .slider-form .container {
    padding: 0;
  }
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  .property-single-title {
    text-align: center;
  }
  .property-single-title .text-right {
    text-align: center !important;
  }
  .property-single-title .footer-social {
    margin: 20px 0 0;
  }
  .btn {
    font-size: 13px;
    font-weight: bold;
    padding: 9px 27px;
  }
  .tab-view .nav-link {
    border-bottom: 2px solid #ececec;
    margin: 0 1px;
    padding: 15px 14px;
    position: relative;
  }

  h1 {
    font-size: 34px;
  }
  h2 br {
    display: none;
  }
  .padding-card .card-body,
  .sidebar-card .card-body {
    padding: 18px;
  }
  .card-list-view .card-body,
  .card-list-view .card-footer {
    padding: 18px;
  }
  .footer h4 {
    margin: 0 0 10px !important;
  }
  .footer h6 {
    margin: 30px 0 8px !important;
  }
  .osahan_top_filter {
    text-align: center;
  }
  .osahan_top_filter .float-right {
    float: none !important;
    margin: 3px 1px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .container {
    max-width: 100%;
  }
  nav.navbar {
    padding: 10px 15px;
  }
  .navbar-toggler {
    padding: 2px 5px;
  }
  nav.navbar .navbar-nav .nav-link {
    border-bottom: 1px solid #ececec;
    padding: 10px 12px;
    text-align: center;
  }
  .main-nav-right {
    text-align: center;
  }
  nav.navbar .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 7px 20px;
    text-align: center;
  }
  .carousel-indicators {
    bottom: auto;
    left: auto;
    margin: 0;
    position: absolute;
    right: 12px;
    top: 16px;
  }
  .padding-card .card-body,
  .sidebar-card .card-body {
    padding: 18px;
  }
  .card-list-view .card-body,
  .card-list-view .card-footer {
    padding: 18px;
  }
  .section-padding {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
/* End Mobile Media */


/* Multi step form */




#msform {
  text-align: center;
  position: relative;
  margin-top: 20px
}

#msform fieldset .form-card {
  background: white;
  border: 0 none;
  border-radius: 0px;
  padding: 20px 40px 30px 40px;
  box-sizing: border-box;
  width: 94%;
  margin: 0 3% 20px 3%;
  position: relative
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative
}

#msform fieldset:not(:first-of-type) {
  display: none
}

#msform fieldset .form-card {
  text-align: center;
  color: #9E9E9E
}
.error{
  color:red;
  font-size: 12px;;
}


#msform .action-button {
  width: 100px;
  background: #075619;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px
}

select.list-dt:focus {
  border-bottom: 2px solid skyblue
}

.card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative
}

.fs-title {
  font-size: 25px;
  color: #2C3E50;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey
}

#progressbar .active {
  color: #000000
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 25%;
  float: left;
  position: relative
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f192"
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f015"
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f05a"
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f2bd"
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: skyblue
}

.radio-group {
  position: relative;
  margin-bottom: 25px
}

.radio {
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 0;
  background: #fff;
  /* box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2); */
  /* box-sizing: border-box; */
  cursor: pointer;
  margin: 8px 2px;
  -webkit-filter: brightness(1.8) grayscale(1) opacity(.9);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.9);
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.form-card{
  text-align: center;
}

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-filter:none !important;
  -moz-filter: none !important;

}

.fit-image {
  width: 100%;
  object-fit: cover
}

.cc-selector input{
  margin:0;padding:0;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
}

.cc-selector-2 input{
  position:absolute;
  z-index:999;
}

.sale{background-image:url(../../images/for-sale.png);}
.rent{background-image:url(../../images/for-rent.png);}
.residential{background-image:url(../../images/residential.png);}
.commercial{background-image:url(../../images/commercial.png);}
.bigland{background-image:url(../../images/bigland.png);}

.cc-selector-2 input:active +.drinkcard-cc, .cc-selector input:active +.drinkcard-cc{opacity: .9;}
.cc-selector-2 input:checked +.drinkcard-cc, .cc-selector input:checked +.drinkcard-cc{
  -webkit-filter: none;
     -moz-filter: none;
          filter: none;
}
.drinkcard-cc{
  cursor:pointer;
  background-size:contain;
  background-repeat:no-repeat;
  display:inline-block;
  width:100px;height:70px;
  -webkit-transition: all 100ms ease-in;
     -moz-transition: all 100ms ease-in;
          transition: all 100ms ease-in;
  -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
     -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
          filter: brightness(1.8) grayscale(1) opacity(.7);
}
.drinkcard-cc:hover{
  -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
     -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
          filter: brightness(1.2) grayscale(.5) opacity(.9);
}

/* Extras */
a:visited{color:#888}
a{color:#444;text-decoration:none;}
p{margin-bottom:.3em;}
.cc-selector-2 input{ margin: 5px 0 0 12px; }
.cc-selector-2 label{ margin-left: 7px; }
span.cc{ color:#6d84b4 }

.map iframe{
  width:100% !important;
}
.footer-bottom{
  background: #0e3a18;
  color: #fff;
}
.footer-top{
  background-color: #202f23!important;
  color:#fff;
}

