html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #000;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  background-color: #F8F8F8;
}

h1,
h2,
h3,
h4,
.hg2 {
  /* font-size: 22px; */
  color: #222222;
  font-family: "Rubik", sans-serif;
  margin: 37.5px 0 25px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

h1,
h2,
.hg2 {
  margin: 10px 0 20px 0px;
}

a {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

a:hover {
  text-decoration: none
}

a a:focus {
  outline: none
}
p a, li a{
  text-decoration: underline !important;
}
ul.itemstyle li a, #main-navbar li a, .threeCol a{
  text-decoration: none !important;
}
p {
  color: #000;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.625;
}

ul,
ol {
  list-style: outside none none;
  margin: 0;
  padding: 0
}

ul li,
ol li {
  list-style: none
}

.hero-heading {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  line-height: 70px;
  letter-spacing: .1rem
}

.section-title-header {
  margin-bottom: 30px
}

.section-title-header p {
  font-size: 14px;
  text: center;
  font-weight: 400;
  line-height: 22px
}

.section-title {
  font-size: 45px;
  color: #272727;
  padding-bottom: 40px;
  font-weight: 700;
  /* text-align: center; */
  position: relative;
  margin: 0
}

.section-title a {
  color: #272727;
}

.section-title a:hover {
  color: #007a5e;
}

/* .section-title:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 60px;
    left: 50%;
    bottom: 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0dcdbd
}

.section-title:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: 50%;
    bottom: 10px;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0dcdbd
} */

.small-title {
  font-size: 15px;
  margin-top: 20px;
  font-weight: 500;
  padding: 15px 0
}

.page-title {
  font-size: 62px;
  font-weight: 700;
  color: #fff
}

.medium-title {
  font-size: 22px;
  color: #272727;
  font-weight: 500;
  margin-bottom: 30px
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #007a5e;
}

.btn {
  font-size: 17px;
  padding: 12px 32px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  display: inline-block
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none
}

.btn-common {
  position: relative;
  z-index: 1;
  color: #fff
}

.btn-common:hover {
  color: #fff;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .15), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-common::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, .2);
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.btn-common:hover::before {
  opacity: 0;
  transform: scale(.5, .5)
}

.btn-border {
  color: #2b2a2a;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 10px 20px
}

.btn-border:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .2)
}

.btn-lg {
  padding: 12px 18px;
  text-transform: uppercase;
  font-size: 15px
}

.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize
}

button:focus {
  outline: none !important
}

.icon-close,
.icon-check {
  color: #007a5e;
}

.social-icons {
  padding-left: 5px
}

.social-icons li {
  display: inline;
  float: left;
  text-align: left;
  margin-right: 16px;
  margin-top: 11px
}

.social-icons li a {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  color: #272727;
  font-size: 16px;
  background-color: #f3f3f3;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid transparent
}

.social-icons li .facebook:hover {
  background: #3b5999
}

.social-icons li .twitter:hover {
  background: #4a9cec
}

.social-icons li .instagram:hover {
  background: #d6274d
}

.social-icons li .linkedin:hover {
  background: #1260a2
}

.social-icons li .google:hover {
  background: #ce332a
}

.social-icons li a:hover {
  color: #fff
}

.owl-carousel.item img {
  display: block;
  width: 50%;
  height: auto
}

.owl-carousel .owl-controls .owl-page {
  display: inline-block
}

.owl-carousel .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #fff;
  border-radius: 4px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: .5;
  width: 12px
}

#preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto
}

#loader-1:before,
#loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #007a5e
}

#loader-1:before {
  z-index: 100;
  animation: spin 2s infinite
}

#loader-1:after {
  border: 7px solid #fafafa
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.section-padding {
  padding: 30px 0
}

.no-padding {
  padding: 0 !important
}

.padding-left-none {
  padding-left: 0
}

.padding-right-none {
  padding-right: 0
}

/* #page-banner-area {
    background: url(../img/background/banner.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover
} */

.breadcrumbG {
  position: relative;
  /* min-height: 200px; */
  color: #000000;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 12px;
}

/* .breadcrumbG:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
} */

.breadcrumbG .breadcrumbG-title {
  position: relative;
  /* padding: 68px */
}

.breadcrumbG a {
  color: #727272;
  font-size: 12px
}

.breadcrumbG a:hover {
  color: #007a5e
}

.breadcrumbG .crumbs-spacer i {
  vertical-align: middle;
  font-size: 8px;
  margin: 5px
}

.breadcrumbG .current {
  color: #727272
}

.pagination-container {
  display: inline-block;
  margin-top: 10px
}

.pagination-container .pagination .page-item .page-link {
  margin: 0 10px;
  padding: 15px 20px;
  color: #0dcdbd;
  border-color: #f3f3f3;
  border-radius: 4px;
  background: #fff
}

.pagination-container .pagination .page-item .page-link:hover {
  background: #0dcdbd;
  box-shadow: none;
  color: #fff
}

.pagination-container .pagination .page-item .page-link:focus {
  box-shadow: none
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}


.top-bar .links li {
  display: inline-block;
  line-height: 42px;
  color: #fff;
  margin-right: 15px;
  font-size: 14px
}

.top-bar .links li a {
  display: block;
  margin-right: 15px;
  color: #fff;
  /* line-height: 32px */
}

.top-bar .links li i {
  font-size: 14px;
  color: #fff;
  padding-right: 5px;
  vertical-align: middle
}

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  height: 60px
}

.header-top-right {
  margin-right: 15px;
  line-height: 42px;
  color: #fff
}

.header-top-right .header-top-button {
  color: #fff;
  font-size: 14px;
  margin: 8px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.header-top-right .header-top-button i {
  font-size: 13px;
  margin-right: 3px
}

.header-top-right .header-top-button:hover {
  color: #f1f1f1
}

.roof-social a {
  color: #fff;
  float: left;
  font-size: 18px;
  text-align: center;
  line-height: 42px;
  border-left: 1px solid rgba(255, 255, 255, .15);
  transition: all .4s ease 0s;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out
}

.roof-social a i {
  min-width: 40px;
  display: inline-block
}

.roof-social a:hover {
  color: #fff;
  background: #0dcdbd
}

.roof-social a:last-child {
  border-right: 1px solid rgba(255, 255, 255, .15)
}

.roof-social .facebook:hover {
  background: #3b5999;
  border-left-color: #3b5999
}

.roof-social .twitter:hover {
  background: #4a9cec;
  border-left-color: #4a9cec
}

.roof-social .instagram:hover {
  background: #d6274d;
  border-left-color: #d6274d
}

.roof-social .linkedin:hover {
  background: #1260a2;
  border-left-color: #1260a2
}

.roof-social .google:hover {
  background: #ce332a;
  border-left-color: #ce332a
}

.navbar-brand {
  position: relative;
  padding: 0;
  margin: 0
}

.navbar-brand img {
  width: 90%
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0 !important;
  min-height: 58px;
  box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important
}

.top-nav-collapse .navbar-brand {
  top: 0
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #333 !important
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #0dcdbd !important
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #fff !important
}

.indigo {
  background: 0 0
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  padding: 0 17px;
  /* font-weight: 700; */
  font-size: 0.9rem;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 40px;
  text-transform: uppercase;
  background: 0 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  outline: none
}

.navbar {
  padding: 0;
  height: 60px;

}

.navbar li.active a.nav-link {
  border-radius: 4px
}

.dropdown-toggle::after {
  display: none
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: 0 3px 10px rgba(218, 235, 255, .51);
  -webkit-box-shadow: 0 3px 10px rgba(218, 235, 255, .51);
  position: absolute;
  z-index: 99;
  min-width: 60px;
  background-color: #fff;
  border-top: 1px solid #0dcdbd;
  white-space: nowrap;
  animation: fadeIn .4s;
  -webkit-animation: fadeIn .4s;
  -moz-animation: fadeIn .4s;
  -o-animation: fadeIn .4s;
  -ms-animation: fadeIn .4s
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 88%;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 23px;
  font-size: 14px;
  color: #272727;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  text-decoration: none;
  background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
  background: 0 0
}

.search-add {
  margin: 15px 0 0
}

.search-add .form-group {
  position: relative
}

.search-add input {
  border: 1px solid #e5e5e5;
  padding: 7px 40px 7px 15px;
  border-radius: 4px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}

.search-add input:focus {
  box-shadow: none;
  outline: none;
  border-color: #0dcdbd
}

.search-add .search-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #272727;
  border: none;
  cursor: pointer;
  background: 0 0;
  font-size: 18px
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu
}

/* .slicknav_btn {
  border-color: #0dcdbd
}

.slicknav_menu .slicknav_icon-bar {
  background: #0dcdbd
} */

@media(min-width:768px) and (max-width:991px) {
  #nav-main li a.nav-link {
    padding-top: 18px
  }
}

.navbar-toggler {
  display: none
}

.mobile-menu {
  display: none
}

/* .slicknav_menu {
  display: none
} */

.navbar-header {
  z-index: 1;
}

@media screen and (max-width:991px) {
  .navbar-header {
    width: 100%
  }

  .navbar-brand {
    position: absolute;
    padding: 0 15px;
    top: 0
  }

  .navbar-brand img {
    width: 75%;
    margin-top: 15px;
  }

  /* .slicknav_menu {
    display: block
  } */
}

@media screen and (max-width:768px) {
  .navbar-header {
    width: 100%
  }

  .navbar-brand {
    position: absolute;
    padding: 0 15px;
    top: 13px
  }

  .navbar-brand img {
    width: 90%;
    margin-top: 0;
  }

  #mobile-menu {
    display: none
  }

  /* .slicknav_menu {
    display: block
  }

  .slicknav_nav .active a {
    background: #e91e63;
    color: #fff
  }

  .slicknav_nav .dropdown li a.active {
    background: #f8f9fa;
    color: #0dcdbd
  }

  .slicknav_nav .dropdown li a:focus {
    outline: none
  } */
}

.section-intro {
  background: url(../img/background/bg-intro.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  width: 100%
}

.section-intro:before {
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(42, 46, 50, .8);
  position: absolute
}

.search-container {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center
}

.search-container .intro-sub-heading {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: .1rem
}

.search-container .intro-title {
  font-weight: 700;
  font-size: 42px;
  color: #fff;
  line-height: 60px;
  margin-bottom: 40px
}

.search-container .content {
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgb(220 153 140)
}

.search-container .form-group {
  margin-bottom: 30px !important
}

.search-container .form-group input {
  height: 48px
}

.search-container .search-category-container select {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  color: #272727;
  border-radius: 4px;
  height: 48px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none
}

.search-container .search-category-container select:focus {
  outline: none;
  box-shadow: none
}

.search-container .search-category-container .styled-select {
  width: 100%;
  margin-bottom: 30px
}

.search-container .btn-section .btn-common {
  width: 100%;
  padding: 12px 32px
}

.search-container .btn-section .btn-common i {
  margin-right: 5px
}

.show-options {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  margin-top: -20px;
  text-transform: uppercase;
  line-height: 20px
}

.show-options:before {
  content: "\e9d6";
  font-family: lineicons !important;
  position: absolute;
  top: 0;
  left: -2px
}

.show-options:hover {
  color: #0dcdbd
}

.show-options.active:before {
  content: "\e9bc"
}

.irs-with-grid {
  margin-top: -7px
}

select.classic {
  background-image: linear-gradient(45deg, transparent 50%, #272727 50%), linear-gradient(135deg, #272727 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(15px + 5px), calc(100% - 15px) calc(15px + 5px), 100% 0;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat
}

.about .img-thumb {
  border-radius: 4px;
  margin-bottom: 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  position: relative;
  overflow: hidden
}

.about .img-thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #222;
  opacity: .3;
  z-index: 99;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  transition: .3s ease-out
}

.about .img-thumb img {
  width: 100%;
  border-radius: 4px;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out
}

.about .img-thumb:hover:before {
  background-color: #0dcdbd;
  opacity: .7
}

.about .img-thumb:hover img {
  transform: scale(1.06)
}

.about .about-conter h3 {
  font-size: 22px;
  margin-bottom: 15px
}

.about .about-conter p {
  margin-bottom: 10px
}

.property {
  background: #fafafa
}

.property-main {
  position: relative;
  margin-bottom: 30px;
  /* border: 1px solid #f1f1f1; */
  /* border-radius: 4px; */
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  cursor: pointer
}

.property-main:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, .14);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .14);
  -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, .14)
}

.property-wrap {
  background: #fff;
  width: 100%;
  border-radius: 4px
}

.item-thumb {
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.item-thumb a {
  display: block
}

.item-thumb a img {
  border-radius: 4px 4px 0 0;
  max-height: 430px;
}

/* .item-thumb img {
  max-height: 360px;
} */

/* .item-thumb:hover {
    opacity: .9
} */

.label-inner {
  position: absolute;
  /* bottom: 15px; */
  /* left: 15px; */
  /* z-index: 3; */
  /* margin: 0 auto; */
  left: 30%;
  top: 40%;
}

.label-inner .label {
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  padding: 20px 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 15px;
  vertical-align: top
}

.item-body {
  padding: 0 10px 0px 10px;
  width: 100%
}

.item-body p {
  font-size: 1.0rem;
}

.item-body .property-title {
  margin-bottom: 10px
}

.item-body .property-title a {
  font-size: 18px;
  color: #272727;
  font-weight: 500
}

.item-body .property-title a:hover {
  color: #0dcdbd
}

.item-body .adderess {
  color: #999;
  font-size: 14px;
  line-height: 22px;
  margin-top: 5px
}

.item-body .pricin-list {
  margin-top: 0;
  position: relative
}

.item-body .pricin-list .property-price {
  font-size: 16px;
  font-weight: 700;
}

.item-body .pricin-list p span {
  color: #000;
  font-weight: 500;
  font-size: 14px
}

.item-body .pricin-list p {
  margin: 0;
}

.item-body .pricin-list .view-iocn {
  position: absolute;
  bottom: 0;
  right: 15px
}

#latest-property .item {
  margin: 0 10px
}

.img-box {
  height: 350px;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 90;
  margin: 10px 0;
  border-radius: 4px
}

.img-box .img-box-content {
  position: absolute;
  z-index: 101;
  top: 50%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  transform: translate(0, -50.5%)
}

.img-box .img-box-content h4 {
  font-size: 22px;
  line-height: 36px;
  color: #fff;
  margin: 0
}

.img-box .img-box-content span {
  font-size: 16px;
  color: #fff
}

.img-box .img-box-background {
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 100%;
  transition: all .55s;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  transition: transform .35s ease-out
}

.img-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #222;
  opacity: .3;
  z-index: 99;
  transition: .3s ease-out;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out
}

.img-box:hover:before {
  background-color: #0dcdbd;
  opacity: .7
}

.img-box:hover .img-box-background {
  transform: scale(1.06)
}

.card-hight {
  height: 161px
}

.bg-red {
  background: #f50057 !important
}

.bg-yellow {
  background: #ffc107 !important
}

.product-filter {
  /* height: 40px; */
  /* margin-bottom: 20px; */
  line-height: 40px
}

.product-filter .sort-by {
  position: relative
}

.product-filter .sort-by span {
  margin-right: 15px;
  /* float: left */
}

.product-filter .sort-by .sort-by-select {
  display: inline-block;
  /* float: left; */
  margin-right: 15px;
  position: relative
}

.product-filter .sort-by .sort-by-select select {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 40px 0 15px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: #888;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  border-radius: 4px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none
}

.product-filter .sort-by .sort-by-select select:focus {
  box-shadow: none;
  outline: none
}

.product-filter .sort-by .sort-by-select i {
  position: absolute;
  top: 13px;
  right: 15px;
  color: #272727;
  z-index: 999
}

.product-filter .layout-switcher {
  float: right;
  margin-left: 30px
}

.product-filter .layout-switcher a {
  width: 36px;
  height: 36px;
  background-color: #f0f0f0;
  display: inline-block;
  border-radius: 4px;
  color: #a0a0a0;
  font-size: 20px;
  line-height: 38px;
  margin-left: 5px;
  text-align: center;
  transition: all .3s
}

.product-filter .layout-switcher .active {
  background-color: #0dcdbd;
  color: #fff
}

.listing-container {
  position: relative;
  /* z-index: 9 */
}

.grid-layout {
  left: -1.5%;
  width: 103%;
  position: relative
}

.grid-layout .property-main {
  display: inline-block;
  width: 47%;
  float: left;
  margin-left: 1.5%;
  margin-right: 1.5%;
  position: relative
}

.list-layout .property-main {
  display: flex;
  overflow: hidden;
  margin: 0 0 30px
}

.list-layout .property-main {
  width: 100%
}

.list-layout .property-main .item-thumb {
  /* border: 1px dashed #000000; */
  width: 440px;
  float: left;
  overflow: hidden;
  margin-right: 30px
}

/* .list-layout .property-main .item-body {
    padding: 30px
} */

.sidebar-title {
  font-size: 18px;
  font-weight: 500;
  color: #272727;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-transform: uppercase;
  position: relative
}

.sidebar.right {
  padding-left: 20px;
  margin-top: 12px
}

.sticky .widget {
  position: relative
}

.sticky .widget select {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 18px;
  height: 48px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  background-color: #fcfcfc;
  color: #888;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  border-radius: 4px;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none
}

.sticky .widget select:focus {
  box-shadow: none;
  outline: none
}

.sticky .widget i {
  position: absolute;
  top: 17px;
  right: 30px;
  color: #272727;
  z-index: 999
}

.range-area,
.price-range {
  margin-top: 20px
}

.range-area label,
.price-range label {
  margin-bottom: 10px
}

#area-range .form-control {
  width: 30%;
  float: left
}

#area-range span {
  float: left;
  line-height: 40px;
  margin: 0 10px
}

.more-search-options {
  margin-top: 30px
}

.fullwidth {
  width: 100%
}

.checkboxes {
  list-style: none;
  padding: 0;
  margin-bottom: 30px
}

.checkboxes li {
  padding: 4px 0
}

.checkboxes .in-row label {
  margin-top: 9px
}

.checkboxes .one-in-row label {
  margin-top: 9px;
  width: 100%
}

.checkboxes label {
  cursor: pointer;
}

.checkboxes label span {
  color: #909090;
  font-size: 16px
}

.checkboxes label:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 17px;
  height: 17px;
  /* margin-top: 5px; */
  left: -10px;
  top:3px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
  -o-transition: border .15s ease-in-out, color .15s ease-in-out;
  transition: border .15s ease-in-out, color .15s ease-in-out
}

.checkboxes li:last-child {
  margin-bottom: -8px
}

.checkboxes input[type=checkbox]:checked+label:before {
  content: "\ea5a";
  font-family: lineicons !important;
  display: inline-block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  font-size: 16px;
  text-align: center;
  line-height: 15px;
  text-align: center
}

.checkboxes input[type=checkbox] {
  display: none
}

.property-details {
  margin-bottom: 40px;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.property-details .info h3 {
  font-size: 30px;
  color: #272727;
  margin-bottom: 8px
}

.property-details .info h3 span {
  background: #fb1d51;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 9px
}

.property-details .details {
  margin-top: 34px
}

.property-details .details .details-listing {
  float: left;
  width: 33.33%
}

.property-details .details .details-listing p {
  margin-bottom: 0;
  color: #272727;
  line-height: 26px
}

.property-details .details .details-listing h5 {
  margin: 0;
  font-size: 16px;
  color: #888
}

.property-details .others {
  margin-top: 34px
}

.property-details .others ul li {
  float: right;
  margin-left: 20px
}

.property-details .others ul li a {
  height: 40px;
  width: 40px;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  background: #0dcdbd;
  color: #fff;
  border-radius: 4px;
  display: inline-block
}

.property-details .others ul li span {
  color: #272727;
  font-size: 36px;
  line-height: 36px;
  margin-top: 5px
}

.details-thumb {
  margin-bottom: 30px
}

.desc-title {
  font-size: 22px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0
}

.property-dsc {
  margin-bottom: 30px
}

.additional-details li strong {
  margin-right: 10px;
  font-weight: 700;
  color: #272727
}

.additional-details li strong span {
  color: #888
}

.property-features {
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 0 30px 0;
  font-size: 1rem;
}

.property-features.threeCol {
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.property-features.twoCol {
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

@media(max-width:640px) {

  .property-features.twoCol,
  .property-features.threeCol {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

.property-features li {
  color: #272727;
  display: block;
  margin: 0 0 15px;
  /* padding: 0; */
  font-weight: 700
}

.property-features li span {
  font-weight: 400
}

.property-features li ol {
  margin-left: 20px;
  margin-top: 10px;
}

.property-features li span {
  color: #888
}

.property-features li i {
  margin-right: 5px;
  color: #0dcdbd
}

.accordion-fp .card {
  margin-bottom: 20px
}

.accordion-fp .card .card-header {
  padding: 0
}

.accordion-fp .accordion-heading {
  font-size: 18px;
  margin: 0
}

.accordion-fp .accordion-heading a {
  color: #272727
}

.accordion-fp button {
  border: none
}

.accordion-fp .accordion-title {
  color: #272727;
  background-color: #fbfbfb;
  width: 100%;
  cursor: pointer;
  text-align: left;
  padding: 12px
}

.accordion-fp .card-body {
  padding: 30px;
  border-top: none
}

.location-map {
  width: 100%;
  height: 460px;
  overflow: hidden
}

.property-slider {
  position: relative;
  margin-bottom: 30px
}

.property-slider .item img {
  width: 100%
}

.property-slider .owl-controls .owl-buttons .owl-next,
.property-slider .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #0dcdbd;
  color: #fff;
  border-radius: 4px;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.property-slider .owl-controls .owl-buttons .owl-next {
  right: 15px
}

.property-slider .owl-controls .owl-buttons .owl-prev {
  left: 15px
}

.property-slider:hover .owl-controls .owl-buttons .owl-next,
.property-slider:hover .owl-controls .owl-buttons .owl-prev {
  opacity: 1
}

.inner-box {
  margin-bottom: 30px
}

.widget-button {
  height: 41px;
  text-align: center;
  width: 41px;
  float: left;
  border: none;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #333;
  border-radius: 4px;
  margin-right: 5px;
  display: inline-block;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s
}

.widget-button:hover {
  background: #0dcdbd;
  color: #fff
}

.widget-button i {
  top: 0;
  line-height: 41px;
  left: 2px;
  opacity: .9;
  font-size: 18px
}

.agent-inner {
  background-color: #fff;
  color: #707070;
  border-radius: 4px;
  padding: 32px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  transition: .25s
}

.agent-inner .agent-title {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%
}

.agent-inner .agent-title .agent-photo {
  float: left;
  display: block
}

.agent-inner .agent-title .agent-photo img {
  border-radius: 4px;
  max-width: 72px
}

.agent-inner .agent-title .agent-details {
  margin-left: 92px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.agent-inner .agent-title .agent-details h3 {
  font-size: 16px
}

.agent-inner .agent-title .agent-details h3 a {
  color: #272727;
  margin: 0 0 6px
}

.agent-inner .agent-title .agent-details span {
  color: #888
}

.agent-inner .agent-title .agent-details span i {
  margin-right: 5px
}

.agent-inner .form-control {
  margin-bottom: 20px
}

.listing-item {
  background-color: #f3f3f3;
  display: block;
  width: 100%;
  border-radius: 4px;
  position: relative
}

.listing-item img {
  width: 100%;
  border-radius: 4px 4px 0 0
}

.listing-content {
  padding: 15px;
  display: inline-block;
  width: 100%
}

.listing-content .listing-title {
  color: #272727;
  font-size: 20px
}

.listing-content .listing-title i {
  display: block;
  font-style: normal;
  font-size: 17px;
  padding: 0;
  margin: 2px 0 0
}

.listing-content .listing-content {
  position: relative;
  width: 100%;
  background-color: #0dcdbd;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  font-size: 14px;
  padding: 15px;
  margin-top: 15px
}

.listing-content .listing-content li {
  display: inline-block;
  color: #fff;
  line-height: 20px;
  padding: 8px;
  position: relative;
  transition: all .5s
}

.listing-content .listing-content li span {
  display: block;
  font-size: 14px;
  color: #fff
}

.listing-badges {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 13px;
  padding: 0;
  overflow: hidden;
  height: 100px
}

.listing-badges span {
  color: #fff;
  display: inline-block;
  padding: 1px 10px;
  float: right;
  background-color: rgba(74, 74, 76, .7);
  border-radius: 4px;
  top: 15px;
  right: 15px;
  position: absolute
}

.listing-badges .featured {
  float: left;
  transform: rotate(-45deg);
  left: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 12.5px;
  margin: 0
}

#listing-carousel .owl-controls .owl-buttons {
  position: absolute;
  top: 50%;
  right: 0;
  top: -40px;
  height: 0;
  color: #fff;
  height: 60px;
  transform: translate(0, -50%);
  z-index: 99
}

#listing-carousel .owl-controls .owl-buttons div {
  color: #888;
  position: absolute;
  z-index: 101;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 15px;
  transition: all .3s;
  border: 1px solid #f3f3f3;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  padding: 0
}

#listing-carousel .owl-controls .owl-buttons .owl-prev:hover {
  background: #0dcdbd;
  color: #fff
}

#listing-carousel .owl-controls .owl-buttons .owl-next:hover {
  background: #0dcdbd;
  color: #fff
}

#listing-carousel .owl-controls .owl-buttons .owl-prev {
  right: 35px;
  left: auto
}

#listing-carousel .owl-controls .owl-buttons .owl-next {
  right: 0
}

.mortgage-calc .tip-content {
  margin-bottom: 10px
}

.mortgage-calc .calc-input {
  position: relative;
  display: block;
  margin-bottom: 15px
}

.mortgage-calc label {
  background: linear-gradient(to bottom, #f8f8f8 0%, #f0f0f0);
  color: #888;
  border-radius: 4px 0 0 4px;
  top: 1px;
  left: 1px;
  position: absolute;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 48px;
  line-height: 42px;
  height: 42px
}

.mortgage-calc input,
.mortgage-calc input:focus {
  padding-left: 65px;
  margin-bottom: 0;
  background-color: #fdfdfd;
  transition: border .3s, box-shadow .3s, background-color .3s
}

.mortgage-calc input:focus {
  box-shadow: 0 0 12px rgba(0, 0, 0, .05)
}

.dashborad-box {
  /* padding: 15px 20px 20px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(38, 38, 38, .2);
    box-shadow: 0 0 20px rgba(38, 38, 38, .2) */
  margin-bottom: 30px;
}

.dashborad-box .title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px
}

.dashborad-box .item {
  margin-bottom: 20px
}

.dashborad-box .item .icon {
  float: left;
  width: 50px;
  position: relative
}

.dashborad-box .item .icon:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: #d7d7d7
}

.dashborad-box .item .icon span {
  font-size: 32px;
  color: #0dcdbd
}

.dashborad-box .item .info {
  padding-left: 20px;
  float: left
}

.dashborad-box .item .info .number {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #272727
}

.dashborad-box .item .info .type {
  font-size: 14px;
  color: #888
}

.dashborad-box .item:after {
  display: table;
  content: "";
  clear: both
}

.listing-table .table thead tr .rating span {
  background: #f3f3f3;
  padding: 0 3px;
  border-radius: 4px
}

.listing-table .table thead tr .status .active {
  background: #f3f3f3;
  color: #fff;
  padding: 0 3px;
  border-radius: 4px
}

.listing-table .table thead tr .status .non-active {
  background: #d7d7d7;
  padding: 0 3px;
  border-radius: 4px
}

.listing-table .table thead tr .edit a span {
  color: #0dcdbd !important
}

.listing-table .table thead tr th {
  margin-bottom: 0;
  border: none
}

.messages .message {
  margin-top: 30px
}

.messages .message:after {
  display: table;
  content: '';
  clear: both
}

.messages .message .thumb {
  height: 120px;
  width: 120px;
  float: left;
  border-radius: 4px;
  overflow: hidden
}

.messages .message .body {
  position: relative;
  float: left;
  width: calc(100% - 120px);
  padding-left: 20px
}

.messages .message .body h6 {
  font-size: 18px
}

.messages .message .body h6 .badge {
  background: #0dcdbd;
  color: #fff
}

.messages .message .body .post-time {
  margin-bottom: 0;
  color: #0dcdbd
}

.messages .message .body .controller {
  position: absolute;
  top: 0;
  right: 0
}

.messages .message .body .controller ul li {
  display: inline-block;
  margin-left: 6px
}

.messages .message .body .controller ul li a {
  color: #888
}

.messages .message .body .controller ul li a:hover {
  color: #0dcdbd
}

.review {
  margin-top: 30px;
  display: inline-block
}

.review .thumb {
  height: 120px;
  width: 120px;
  float: left;
  border-radius: 4px;
  overflow: hidden
}

.review .thumb:after {
  display: table;
  content: '';
  clear: both
}

.review .body {
  position: relative;
  float: left;
  width: calc(100% - 120px);
  padding-left: 20px
}

.review .body h6 .stars {
  margin-left: 10px;
  font-size: 1rem
}

.review .body h6 .stars i {
  color: #fcc200
}

.review .body .post-time {
  margin-bottom: 0;
  color: #0dcdbd
}

.review .body .controller {
  position: absolute;
  top: 0;
  right: 0
}

.review .body .controller ul li {
  display: inline-block;
  margin-left: 6px
}

.review .body .controller ul li a {
  color: #888
}

.review .body .controller ul li a:hover {
  color: #0dcdbd
}

.password-section {
  margin-top: 20px
}

.password-section h6 {
  margin-bottom: 10px;
  color: #0dcdbd
}

.user-profile-box {
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 20px rgba(38, 38, 38, .2);
  margin: 0 auto 50px
}

.user-profile-box .header {
  padding: 30px 20px 25px;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  background-color: #233671;
  /* background: rgba(0, 0, 0, .04) url(../img/avatar/user-bg.jpg) top left repeat; */
  /* background-size: cover; */
  color: #fff
}

.user-profile-box .header .h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 24px
}

.user-profile-box .header div {
  font-size: 12px;
  color: #fff;
  font-weight: 400
}

.user-profile-box .profile-img {
  border-radius: 4px;
  background-clip: padding-box;
  /* border: 5px solid #fff; */
  bottom: -75px;
  float: left;
  height: 160px;
  width: 160px;
  left: 50%;
  margin-left: -75px;
  position: absolute;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .1), 0 3px 3px 0 rgba(0, 0, 0, .1)
}

.user-profile-box .detail {
  /* padding-top: 100px */
}

.user-profile-box .detail ul li a {
  color: #272727;
  border-bottom: 1px solid #f5f5f5;
  padding: 12px 20px;
  display: block;
  font-size: 14px;
  font-weight: 500
}

.user-profile-box .detail ul li a i {
  margin-right: 10px
}

.user-profile-box .detail ul li .active {
  background: #fafafa;
  font-weight: 500
}

.user-profile-box .detail ul li a:hover {
  background: #fafafa;
  color: #0dcdbd
}

.my-address {
  background: #fff;
  box-shadow: 0 0 20px rgba(38, 38, 38, .2);
  padding: 30px
}

.my-properties {
  /* background: #fff;
  box-shadow: 0 0 20px rgba(38, 38, 38, .2); */
  padding: 30px
}

.my-properties table {
  width: 100%;
  display: table;
  margin-bottom: 50px;
}

.table-container {
  position: relative;
}

.fixed-header {
  background-color: #fff;
  /* Цвет фона шапки */
  z-index: 10;
  /* Убедитесь, что шапка находится поверх остального контента */
}

.my-properties table thead tr th {
  /* padding-top: 12.5px;
  padding-bottom: 12.5px; */
  font-weight: 400;
  /* padding: 12.5px 0 12.5px 0; */
  /* padding-left: 15px */
}

.my-properties table thead tr th {
  font-size: 16px;
  /* background-color: #f3f3f3; */
  border-bottom: 1px solid #f3f3f3;
  /* font-weight: 600; */
  padding: 10px 10px 10px 0;
  /* text-align: center; */
}

.my-properties table tbody tr td {
  border-top: none;
  border-bottom: 1px solid #e7e3e3;
  padding: 12.5px 0 12.5px 0;
  vertical-align: middle;
  /* text-align: center; */
  font-size: 14px;

}

.my-properties table h2 {
  border: none;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 7px;
  padding: 0
}

.my-properties table tbody tr .image {
  width: 150px
}

.my-properties table tbody tr .image a img {
  width: 100%
}

.my-properties table tbody tr td .actions .edit {
  float: left
}

.my-properties table tbody tr td .inner figure {
  margin-bottom: 5px
}

.my-properties table tbody tr td .inner figure i {
  font-size: 13px
}

.my-properties table tbody tr td .price {
  font-size: 12px;
  font-weight: 500
}

.my-properties table tbody tr td.actions {
  text-align: right
}

.my-properties table tbody tr td.actions .edit {
  float: left;
  color: #0dcdbd
}

.my-properties table tbody tr td.actions .edit i {
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
  margin-right: 5px
}

.my-properties table tbody tr td.actions a {
  padding: 0;
  color: #f50057
}

.my-properties table tbody tr td:last-child {
  padding-right: 5px
}

.user-page .heading {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px
}

.notification-box {
  /* padding: 30px 35px; */
  color: #727272;
  /* border-radius: 4px; */
  /* background-color: #f3f3f3 */
}

.notification-box h3 {
  font-size: 22px;
  margin-bottom: 10px
}

.notification-box p {
  margin-bottom: 0
}

.submit-property .drop-file {
  position: relative;
  border: 2px dashed #e5e5e5;
  border-radius: 4px;
  background: #fcfcfc;
  transition: all .3s linear;
  display: inline-block;
  width: 100%
}

select {
  border: 0;
  font-size: 14px;
  width: 100%;
  line-height: 30px;
  padding: 0 15px;
  color: #727272;
  background: #fff;
  z-index: 1;
  width: 100%;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  min-height: 45px;
  box-shadow: none;
  border: 1px solid #f3f3f3;
  background: #fff;
  border-radius: 4px;
  width: 100% !important;
  cursor: pointer
}

select:focus {
  outline: none;
  box-shadow: none
}

.form-check-input {
  margin-top: 7px
}

.drop-file {
  position: relative;
  border: 2px dashed #d0d0d0;
  border-radius: 4px;
  background: #fcfcfc;
  transition: all .3s linear;
  display: inline-block;
  width: 100%
}

.drop-file:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
  background-color: #66676b;
  opacity: 0;
  z-index: 10;
  transition: all .3s linear;
  border-radius: 4px
}

.drop-file .drop-message {
  text-align: center;
  margin: 50px 0;
  font-size: 17px;
  color: #4a4747;
  transition: all .3s linear;
  position: relative;
  z-index: 11
}

.drop-file .drop-message:hover {
  color: #66676b
}

.drop-file .drop-message span {
  display: inline;
  line-height: 117px
}

#portfolio-section .mix {
  padding: 10px
}

#portfolio .mix {
  display: none
}

.controls {
  text-align: center;
  padding: 0 0 20px
}

.controls .active {
  color: #0dcdbd !important;
  border-color: #0dcdbd;
  background: 0 0
}

.controls .btn {
  text-transform: uppercase;
  margin: 2px;
  color: #fff
}

.controls:hover,
span[data-id="toggleButtondSvc"],
span[data-stan="react"],
span[data-toggle="modal"] {
  cursor: pointer
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #fff
}

#portfolio-section {
  position: relative
}

#portfolio-section .portfolio-box {
  position: relative
}

#portfolio-section .portfolio-box .overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 25%;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease
}

#portfolio-section .portfolio-box .overlay-box a {
  color: #fff;
  font-size: 16px;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  background: #0dcdbd;
  border-radius: 4px;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

#portfolio-section .portfolio-box .overlay-box h3 {
  margin-top: 20px;
  color: #fff;
  font-size: 22px;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

#portfolio-section .portfolio-box:hover .overlay-box {
  background: rgba(0, 0, 0, .85);
  transform: scale(1, 1);
  opacity: 1
}

#portfolio-section .portfolio-box:hover .overlay-box h3 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px)
}

#portfolio-section .portfolio-box:hover .overlay-box a {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1)
}

.services {
  background: #fafafa
}

.services-item {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s
}

.services-item .icon {
  float: left;
  padding-right: 15px
}

.services-item .icon i {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
  color: #0dcdbd;
  border-radius: 4px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s
}

.services-item .services-content {
  padding-left: 65px
}

.services-item .services-content h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500
}

.services-item .services-content h3 a {
  color: #272727
}

.services-item .services-content h3 a:hover {
  color: #0dcdbd
}

.services-item:hover {
  box-shadow: 0 3px 15px rgba(0, 0, 0, .2)
}

.services-item:hover .icon i {
  background: 0 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.featured-bg {
  background: #fafafa
}

.featured-bg .intro-title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px
}

.featured-bg .title-sub {
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 36px
}

.featured-bg .intro-desc {
  margin-bottom: 20px
}

.featured-bg .featured-item {
  margin-bottom: 20px;
  position: relative;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s
}

.featured-bg .featured-item .icon {
  float: left;
  padding-right: 15px
}

.featured-bg .featured-item .icon i {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  color: #0dcdbd;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s
}

.featured-bg .featured-item h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px
}

.featured-bg .featured-item h3 a {
  color: #272727
}

.featured-bg .featured-item h3 a:hover {
  color: #0dcdbd
}

.team-item {
  background: #fff;
  border-radius: 4px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.team-item .team-img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px
}

.team-item .team-overlay {
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, .85);
  opacity: 0;
  width: 100%;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.team-item .overlay-social-icon {
  color: #fff;
  top: 45%;
  position: absolute;
  display: table-cell;
  margin: 0 auto;
  width: 100%
}

.team-item .overlay-social-icon .social-icon-team {
  padding-left: 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.team-item .overlay-social-icon .social-icon-team li {
  display: inline-block;
  margin: 0 2px
}

.team-item .overlay-social-icon .social-icon-team li a {
  letter-spacing: 0;
  outline: 0 !important
}

.team-item .overlay-social-icon .social-icon-team li a i {
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  display: block;
  border-radius: 4px;
  line-height: 35px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.team-item .overlay-social-icon .social-icon-team li a:hover .lni-facebook-filled {
  background: #3b5998
}

.team-item .overlay-social-icon .social-icon-team li a:hover .lni-twitter-filled {
  background: #00aced
}

.team-item .overlay-social-icon .social-icon-team li a:hover .lni-instagram-filled {
  background: #fb3958
}

.team-item .overlay-social-icon .social-icon-team li a:hover .lni-linkedin-filled {
  background: #1364a8
}

.team-item .info-text {
  padding: 20px;
  background: #f7f7f7
}

.team-item .info-text h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px
}

.team-item .info-text h3 a {
  color: #272727
}

.team-item .info-text h3 a:hover {
  color: #0dcdbd
}

.team-item .info-text p {
  margin: 0;
  color: #888
}

.team-item:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, .14);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .14);
  -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, .14);
  transform: translateY(-10px)
}

.team-item:hover .team-overlay {
  opacity: 1
}

.team-item:hover .social-icon-team {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px)
}

.testimonial {
  background: #fafafa
}

.testimonial-item {
  /* padding: 30px; */
  /* background: #fff; */
  /* border-radius: 4px; */
  /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1); */
  margin: 10px;
  text-align: center
}

.testimonial-item .content {
  overflow: hidden
}

.testimonial-item .content .description {
  font-size: 15px
}

.client-info {
  margin: 0
}

.client-info .img-thumb {
  float: left;
  overflow: hidden;
  position: relative;
  padding: 7px
}

.client-info .img-thumb img {
  border: 3px solid transparent;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.client-info .info-text {
  float: left;
  margin: 0
}

.client-info .info-text div {
  margin: 10px;
}

.client-info .info-text div:first-child {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.client-info .info-text div a {
  color: #007a5e;
}

.client-info .info-text div a:hover {
  color: #a44634;
}

.client-info .info-text div:last-child {
  clear: both;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.client-info .info-text div:last-child a {
  color: #999
}

.owl-pagination {
  position: relative;
  width: 100%;
  left: 0;
  bottom: -10px
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  /* display: inline */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #0dcdbd;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #0dcdbd
}

#clients-logo {
  background: #fafafa
}

#clients-logo .client-logo {
  display: inline-block;
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}

.blog-item {
  background-color: #fff;
  display: block;
  max-width: 370px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.blog-item .blog-image {
  width: 100%;
  max-width: 370px;
  position: relative;
  overflow: hidden
}

.blog-item .blog-image img {
  webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.blog-item .date {
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 17px;
  background-color: #0dcdbd;
  color: #fff;
  border-radius: 4px;
  margin: 0 auto;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
  width: 200px
}

.blog-item .descr {
  padding: 15px 30px 30px;
  letter-spacing: .1px;
  line-height: 28px
}

.blog-item .descr h3 {
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative
}

.blog-item .descr h3:before {
  position: absolute;
  content: '';
  height: 3px;
  width: 45px;
  left: 42%;
  bottom: -15px;
  background-color: #0dcdbd
}

.blog-item .descr h3 a {
  margin-top: 37px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -.3px;
  font-size: 18px;
  color: #272727;
  webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.blog-item .descr h3 a:hover {
  color: #0dcdbd
}

.blog-item .descr .text {
  margin-bottom: 30px;
  line-height: 22px
}

.blog-item .blog-footer {
  background: #fff;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding: 14px 20px;
  margin: -7px 0
}

.blog-item .blog-footer .prop-user a {
  color: #727272
}

.blog-item .blog-footer .prop-user a:hover {
  color: #0dcdbd
}

.blog-item .blog-footer span {
  margin-right: 10px
}

.blog-item .blog-footer span i {
  margin-right: 5px
}

.blog-item:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, .14);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .14);
  -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, .14);
  transform: translateY(-10px)
}

.blog-post {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  background-color: #fff;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 30px
}

.blog-post .content {
  padding: 36px 43px
}

.blog-post .content h1,
.blog-post .content h2 {
  margin: 0;
  font-size: 22px;
  line-height: 40px
}

.blog-post .content p {
  margin: 18px 0 0
}

.blog-post .content .read-more {
  margin-top: 30px;
  padding: 7px 18px;
  text-transform: none
}

.blog-post .content .read-more i {
  font-size: 13px
}

.blog-post .post-meta {
  list-style: none;
  padding: 0;
  margin: 5px 0 0
}

.blog-post .post-meta li {
  display: inline-block;
  color: #888
}

.blog-post .post-meta li:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #d0d0d0;
  display: inline-block;
  position: relative;
  top: 0;
  margin: 0 10px
}

.blog-post .post-meta li a {
  color: #888
}

.blog-post .post-meta li a:hover {
  color: #0dcdbd
}

.sidebar .search-blog-input .input {
  position: relative
}

.sidebar .search-blog-input .input i {
  position: absolute;
  top: 15px;
  right: 20px
}

.sidebar .widget {
  z-index: 1;
  margin-bottom: 40px;
  position: relative
}

.sidebar .widget-text h5 {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 5px
}

.sidebar .widget-text h5 a {
  color: #272727
}

.sidebar .widget-text h5 a:hover {
  color: #0dcdbd
}

.sidebar .widget-text span {
  color: #888;
  font-weight: 500;
  margin: -2px 0 0;
  display: block
}

.widget-tabs .widget-content {
  display: table
}

.widget-thumb {
  width: 95px;
  margin-right: 25px
}

.widget-thumb img {
  width: 100%
}

.widget-tabs .widget-content .widget-text {
  display: table-cell;
  vertical-align: middle
}

.widget-tabs li {
  margin: 24px 0 0
}

.widget-tabs li:last-child {
  border: none;
  padding-bottom: 0
}

.widget-tabs-top li span i {
  color: #007a5e;
}

.widget-tabs-top li {
  margin: 10px;
  padding-left: 30px;
}

.share-buttons {
  padding: 0;
  list-style: none
}

.share-buttons li {
  display: inline-block;
  margin: 0 6px 8px 0
}

.share-buttons li a {
  background: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 20px;
  transition: .3s;
  display: inline-block;
  line-height: 17px
}

.share-buttons li i {
  font-size: 16px;
  position: relative;
  right: 3px;
  top: 1px
}

.share-buttons .fb-share {
  color: #3b5999;
  border-color: #3b5999
}

.share-buttons .fb-share:hover {
  color: #fff;
  background: #3b5999
}

.share-buttons .twitter-share {
  color: #4a9cec;
  border-color: #4a9cec
}

.share-buttons .twitter-share:hover {
  color: #fff;
  background: #4a9cec
}

.share-buttons .reddit-share {
  color: #FF4500;
  border-color: #FF4500
}

.share-buttons .reddit-share:hover {
  color: #fff;
  background: #FF4500
}

.share-buttons .linkedin-share {
  color: #1260a2;
  border-color: #1260a2
}

.share-buttons .linkedin-share:hover {
  color: #fff;
  background: #1260a2
}

.author {
  margin: 10px 0 45px;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  border-radius: 4px;
  display: inline-block
}

.author h4 {
  font-size: 22px;
  color: #272727;
  margin-bottom: 20px
}

.author .thumb {
  width: 120px;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
  float: left;
  display: block
}

.author .thumb img {
  width: 100%
}

.author .body {
  float: left;
  width: calc(100% - 120px);
  padding-left: 20px
}

.author .body h5 {
  font-size: 18px;
  color: #272727;
  line-height: 26px;
  margin: 0
}

.author .body p {
  margin-top: 10px
}

[id*="comments_"] h3 {
  font-size: 20px;
  padding: 15px 0;
  font-weight: 700;
  margin-bottom: 20px
}

[id*="comments_"] .comments-list {
  padding: 0;
  margin: 0 0 35px
}

[id*="comments_"] .comments-list .media {
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

[id*="comments_"] .comments-list .media .thumb-left {
  float: left
}

[id*="comments_"] .comments-list .media .thumb-left img {
  border-radius: 4px
}

[id*="comments_"] .comments-list .media .info-body {
  /* margin-left: 20px; */
  position: relative
}

[id*="comments_"] .comments-list .media .info-body .media-heading {
  position: relative;
  margin-bottom: 10px
}

[id*="comments_"] .comments-list .media .info-body .media-heading h4 {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

[id*="comments_"] .comments-list .media .info-body .media-heading .comment-date {
  color: #007a5e
}

[id*="comments_"] .comments-list li ul {
  padding-left: 85px
}

[id*="comments_"] {
  margin-top: 15px
}

[id*="comments_"] .comments-list li ul {
  padding-left: 85px
}

.reply-link {
  position: absolute;
  top: 15px;
  right: 0;
  color: #0dcdbd;
  border-radius: 4px;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease
}

.reply-link:hover {
  color: #0dcdbd
}

#respond h3 {
  font-size: 20px;
  padding: 15px 0;
  font-weight: 700;
  margin-bottom: 20px
}

#sidebar {
  margin-bottom: 30px
}

#sidebar .widget {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 22px;
  padding-bottom: 30px
}

#sidebar .widget:last-child {
  border-bottom: none
}

#sidebar .cat-list li {
  padding: 7px 0;
  border-bottom: 1px solid #eee
}

#sidebar .cat-list li a {
  text-decoration: none;
  color: #888;
  width: 100%;
  display: inline-block;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out
}

#sidebar .cat-list li .num-posts {
  float: right;
  font-size: 12px
}

#sidebar .cat-list li:last-child {
  border: none
}

#sidebar .tag a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  padding: 7px 12px;
  background: #0dcdbd;
  margin: 4px 2px;
  border-radius: 4px;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out
}

#sidebar .tag a:hover {
  color: #fff
}

#conatiner-map {
  width: 100%;
  height: 630px
}

#contact-section h2 {
  color: #272727;
  font-size: 30px;
  margin-bottom: 26px
}

.contact-right-area .contact-right {
  padding: 4px
}

.contact-right-area .contact-right .single-contact {
  margin: 20px 0;
  padding: 3px 55px;
  position: relative;
  color: #888
}

.contact-right-area .contact-right .single-contact p {
  margin-bottom: 5px
}

.contact-right-area .contact-right .single-contact p a {
  color: #888
}

.contact-right-area .contact-right .contact-icon {
  background: #0dcdbd;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px
}

#google-map-area {
  position: relative
}

#google-map-area .container-fluid {
  padding-left: 0;
  padding-right: 0
}

.list-unstyled li {
  margin-top: 10px;
  color: #dc3545 !important
}

.text-danger {
  margin-top: 20px;
  font-size: 18px
}

.heading {
  margin-bottom: 30px
}

.form-control {
  display: block;
  width: 100%;
  line-height: 26px;
  font-size: 14px;
  box-shadow: none;
  color: #272727;
  background: #fff;
  padding: 8px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-weight: 400;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}

.form-control:focus {
  border-color: #0dcdbd;
  outline: 0;
  box-shadow: none
}

textarea {
  border-radius: 4px !important
}

.box {
  margin-bottom: 40px;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.page-login-form h3 {
  font-size: 18px;
  color: #444;
  line-height: 18px;
  padding: 15px 0 30px;
  text-transform: uppercase;
  text-align: center
}

.page-login-form .login-form .form-control {
  padding-left: 62px;
  position: relative
}

.page-login-form .log-btn {
  width: 100%;
  padding: 12px 22px;
  margin: 0 0 20px;
  letter-spacing: 1;
  text-transform: capitalize;
  font-size: 16px
}

.page-login-form .form-links {
  width: 100%;
  height: 25px
}

.page-login-form .form-links li a {
  color: #999
}

.page-login-form .form-links li a:hover {
  color: #0dcdbd
}

.input-icon {
  position: relative
}

.input-icon i {
  color: #0dcdbd;
  padding-right: 10px;
  font-size: 15px;
  left: 12px;
  line-height: 22px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  background: linear-gradient(to bottom, #f8f8f8 0%, #f0f0f0);
  border-radius: 4px 0 0 4px;
  top: 1px;
  left: 1px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 48px;
  line-height: 42px;
  height: 42px
}

.login-form input[type=checkbox],
.login-form input[type=radio] {
  margin: 6px 10px 0
}

.box .checkbox label,
.box .radio label {
  padding-left: 34px
}

.footer-area {
  background: #272727
}

.footer-area .footer-titel {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: .5px
}

.footer-area .footer-titel span {
  color: #ccc;
  font-weight: 400
}

.footer-area .footer-link li {
  margin-bottom: 10px
}

.footer-area .footer-link li a {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  position: relative
}

.footer-area .footer-link li a:before {
  background-color: #fff;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: .15s all cubic-bezier(.39, .575, .565, 1);
  transition: .15s all cubic-bezier(.39, .575, .565, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  width: 100%
}

.footer-area .footer-link li a:hover {
  color: #fff
}

.footer-area .footer-link li a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(-3px) translateZ(0);
  transform: translateY(-3px) translateZ(0)
}

/* .footer-area .address li {
    margin-bottom: 20px
} */

.footer-area .address li a {
  color: #888;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400
}

.footer-area .address li a:hover {
  color: #fff
}

.footer-area .address li a i {
  font-size: 22px;
  width: 32px;
  vertical-align: middle;
  height: 36px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 5px;
  line-height: 32px
}

.footer-area #subscribe-form {
  margin-top: 10px
}

.footer-area #subscribe-form .form-group {
  position: relative
}

.footer-area #subscribe-form .form-group .btn-common {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  border-radius: 0;
  border-left: 1px solid #f3f3f3;
  background: 0 0;
  color: #0dcdbd
}

/* #copyright {
  background: #333
} */

/* #copyright p {
  line-height: 27px;
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 12px;
}

#copyright p a {
  color: #fff
}

#copyright p a:hover {
  color: #0dcdbd
} */

.social-icon a {
  color: #272727;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  margin: 15px 6px 12px 4px;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s
}

.social-iconBig a {
  color: #272727;
  background: #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  margin: 15px 6px 12px 4px;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
}

.social-icon a:hover {
  color: #fff !important
}

.social-icon .facebook:hover {
  background: #3b5999
}

.social-icon .twitter:hover {
  background: #4a9cec
}

.social-icon .instagram:hover {
  background: #d6274d
}

.social-icon .linkedin:hover {
  background: #1260a2
}

.social-icon .google:hover {
  background: #ce332a
}

.counter-section .dfgt img {
  width: 100%;
  height: auto;
}

.counter-section {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  /* 100% от высоты экрана */
  overflow: hidden;
}

.counter-section .dfgt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.counter-section .dfgt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.counter-section .dfgt .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* z-index: 1; */
}

.counter-section .counter {
  padding: 30px 0
}

.counter-section .counter .icon {
  margin-bottom: 30px
}

.counter-section .counter .icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  font-size: 36px;
  color: #0dcdbd
}

.counter-section .counter p {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin: 30px 0
}

.counter-section .counter .counterUp {
  color: #fff;
  font-size: 38px;
  margin-top: 15px;
  font-weight: 700
}

.panel-default {
  border-radius: 4px;
  border: none;
  margin-bottom: 10px
}

.panel-default .panel-heading {
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  width: 100%
}

.panel-default .panel-heading .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit
}

.panel-default .panel-heading a {
  padding: 12px 35px 12px 15px;
  display: inline-block;
  width: 100%;
  background-color: #0dcdbd;
  color: #fff;
  position: relative;
  text-decoration: none
}

.panel-default .panel-heading a i {
  padding-right: 10px;
  font-size: 20px
}

.panel-default .panel-heading a:after {
  font-family: lineicons !important;
  content: "\e9d6";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px
}

.panel-default .panel-heading .collapsed:after {
  content: "\e9bc"
}

.panel-default .panel-collapse .panel-body {
  padding: 30px;
  background-color: #f3f3f3
}

.typography-wrap p {
  font-size: 14px;
  list-style: 24px;
  margin: 0 0 20px
}

.typography-wrap h1 {
  font-size: 30px;
  list-style: 38px;
  margin: 0 0 20px
}

.typography-wrap h2 {
  font-size: 24px;
  list-style: 32px;
  margin: 0 0 10px
}

.typography-wrap h3 {
  font-size: 20px;
  line-height: 28px
}

.typography-wrap h4 {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 24px
}

.typography-wrap h5 {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px
}

.typography-wrap h6 {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 24px
}

.typography-wrap .disc-list li,
.typography-wrap .small-arrow-list li {
  line-height: 27px;
  color: #999
}

.typography-wrap .disc-list li i,
.typography-wrap .small-arrow-list li i {
  margin-right: 10px
}

.typography-wrap .buttons a {
  margin-right: 10px
}

.pricing-table {
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.pricing-table .table-header {
  background: #0dcdbd;
  padding: 30px 0;
  color: #fff
}

.pricing-table .table-header h3 {
  font-size: 30px;
  color: #fff
}

.pricing-table .plan {
  padding: 30px 0;
  border-bottom: 1px solid #f3f3f3
}

.pricing-table .plan .price {
  font-size: 42px;
  margin-bottom: 20px
}

.pricing-table .plan .period {
  font-size: 14px;
  color: #888;
  text-transform: uppercase
}

.pricing-table .plan-info {
  /* background: url(../img/pricing/pricing-bg.jpg); */
  position: relative;
  padding: 15px 30px;
  z-index: 99;
  overflow: hidden
}

.pricing-table .plan-info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #e0e8ff;
  opacity: .9;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.pricing-table .plan-info p {
  color: #727272;
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
  border-bottom: 1px solid #f3f3f3
}

.pricing-table .plan-info p strong {
  color: #272727;
  display: block;
  margin-bottom: 5px
}

.pricing-table .plan-info p strong i {
  color: #0dcdbd;
  margin-right: 5px
}

.pricing-table .button-area {
  padding: 30px 0 20px
}

.pricing-active,
.pricing-table:hover {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.pricing-active .plan-info,
.pricing-table:hover .plan-info {
  /* background: url(../img/pricing/pricing-bg.jpg); */
  position: relative;
  z-index: 99;
  overflow: hidden
}

.pricing-active .plan-info:before,
.pricing-table:hover .plan-info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  z-index: -1
}

#main-slide .carousel-control {
  display: none;
  transition: all .3s ease-in-out
}

#main-slide .carousel-indicators {
  cursor: pointer;
  bottom: 50px
}

#main-slide:hover .carousel-control {
  display: block;
  transition: all .3s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

#main-slide .carousel-item img {
  position: relative
}

#main-slide .carousel-inner .carousel-item::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

#main-slide .carousel-item .carousel-caption {
  opacity: 0;
  transition: opacity 100ms ease 0s;
  z-index: 0
}

#main-slide .carousel-item .carousel-caption h4 {
  font-size: 18px;
  color: #f3f3f3;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px
}

#main-slide .carousel-item .carousel-caption .heading {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1rem
}

#main-slide .carousel-item .carousel-caption .heading span {
  color: #0dcdbd
}

#main-slide .carousel-item .carousel-caption p {
  color: #fff;
  padding: 15px 0;
  font-size: 15px;
  font-weight: 500
}

#main-slide .carousel-item.active .carousel-caption {
  opacity: 1;
  transition: opacity 100ms ease 0s;
  z-index: 1
}

#main-slide .carousel-caption {
  color: #fff;
  top: 26%
}

#main-slide .carousel-caption .btn {
  margin: 20px 10px
}

#main-slide .carousel-control-next,
#main-slide .carousel-control-prev {
  opacity: 1;
  box-shadow: none
}

#main-slide .carousel-control-prev span {
  padding: 15px
}

#main-slide .carousel-control-next span {
  padding: 15px
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
  position: absolute;
  z-index: 5;
  display: inline-block
}

#main-slide .carousel-control .fa-angle-left {
  left: 10px
}

#main-slide .carousel-control .fa-angle-right {
  right: 10px
}

#main-slide .carousel-control i {
  line-height: 40px;
  font-size: 18px;
  width: 45px;
  border: 2px solid #fff;
  height: 45px;
  display: block;
  border-radius: 4px;
  background: 0 0;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease
}

#main-slide .carousel-control i:hover {
  background: rgba(255, 255, 255, .2);
  color: #fff;
  border-color: #fff
}

a,
span[data-stan="react"] ,
span[data-toggle="modal"]{
  color: #007a5e;
}

a:hover,
span[data-stan="react"]:hover,
span[data-toggle="modal"]:hover {
  color: #a44634;
}
  
.section-title:before {
  background-color: #007a5e;
}

.section-sub:before {
  background-color: #007a5e;
}

/* .slicknav_btn {
  border-color: #007a5e;
}

.slicknav_nav a:hover,
.slicknav_nav .active {
  color: #a44634;
}

.slicknav_nav .dropdown li a.active {
  color: #007a5e;
} */

.top-bar {
  background: #007a5e;
}

.header-top-right .white-bg {
  color: #007a5e;
}

.navbar li.active a.nav-link {
  color: #fff !important;
  background: #007a5e;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active>a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #007a5e;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #007a5e;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #007a5e;
}

.dropdown-menu {
  border-color: #007a5e;
}

.btn-common {
  background-color: #007a5e;
}

.btn-common:hover {
  color: #fff;
}

.btn-border:hover {
  background-color: #007a5e;
}

#main-slide .carousel-item .carousel-caption .heading span {
  color: #007a5e;
}

.item-body .pricin-list .property-price {
  color: #007a5e;
}

.item-body .property-title a:hover {
  color: #007a5e;
}

.team-item .info-text h3 a:hover {
  color: #007a5e;
}

.services-item .icon i {
  color: #007a5e;
}

.services-item .services-content h3 a:hover {
  color: #007a5e;
}

.featured .featured-item .icon i {
  color: #007a5e;
}

.featured .featured-item h3 a:hover {
  color: #007a5e;
}

.counter-section .counter .icon i {
  color: #007a5e;
}

#portfolio-section .portfolio-box .overlay-box a {
  background: #007a5e;
}

.img-box:hover:before {
  background-color: #007a5e;
}

.blog-item .date {
  background: #007a5e;
}

.blog-item .descr h3 a:hover {
  color: #007a5e;
}

.blog-item .descr h3:before {
  background-color: #007a5e;
}

.product-filter .layout-switcher .active {
  background-color: #007a5e;
}

.property-details .others ul li a {
  background: #007a5e;
}

.widget-button:hover {
  background: #007a5e;
}

.property-features li i {
  color: #007a5e;
}

#listing-carousel .owl-controls .owl-buttons .owl-prev:hover {
  background: #007a5e;
}

.listing-badges .featured {
  background-color: #007a5e;
}

.listing-content .listing-content {
  background: #007a5e;
}

.about .img-thumb:hover:before {
  background-color: #007a5e;
}

.pricing-table .table-header {
  background: #007a5e;
}

.pricing-table .plan-info p strong i {
  color: #007a5e;
}

.dashborad-box .item .icon span {
  color: #007a5e;
}

.user-profile-box .detail ul li .active,
.user-profile-box .detail ul li a:hover {
  color: #007a5e;
}

.messages .message .body h6 .badge {
  background: #007a5e;
}

.messages .message .body .post-time {
  color: #007a5e;
}

.messages .message .body .controller ul li a:hover {
  color: #007a5e;
}

.review .body .controller ul li a:hover {
  color: #007a5e;
}

.review .body .post-time {
  color: #007a5e;
}

.password-section h6 {
  color: #007a5e;
}

.my-properties table tbody tr td.actions .edit {
  color: #007a5e;
}

.blog-post .content h2 a:hover {
  color: #007a5e;
}

.blog-post .post-meta li a:hover {
  color: #007a5e;
}

.sidebar .widget-text h5 a:hover {
  color: #007a5e;
}

.reply-link {
  color: #007a5e;
}

.contact-right-area .contact-right .contact-icon {
  background: #007a5e;
}

.panel-default .panel-heading a {
  background-color: #007a5e;
}

.controls .active {
  color: #007a5e !important;
  border-color: #007a5e;
}

.form-control:focus {
  border-color: #007a5e;
}

a.back-to-top i {
  background: #007a5e;
}

#copyright p a:hover {
  color: #007a5e;
}

.settings {
  color: #007a5e;
}

.pagination .page-item .page-link {
  color: #007a5e;
}

.pagination .page-item .page-link:hover {
  background: #007a5e;
}

.pagination-container .pagination .page-item .page-link {
  color: #007a5e;
}

.pagination-container .pagination .page-item .page-link:hover {
  background: #007a5e;
}

.owl-theme .owl-controls .owl-page span {
  border-color: #007a5e;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #007a5e;
  border-color: #007a5e;
}

.property-slider .owl-controls .owl-buttons .owl-next,
.property-slider .owl-controls .owl-buttons .owl-prev {
  background: #007a5e;
}

#listing-carousel .owl-controls .owl-buttons .owl-next:hover {
  background: #007a5e;
}

.checkboxes input[type=checkbox]:checked+label:before {
  color: #007a5e;
}

.irs-from,
.irs-to,
.irs-single {
  background: #007a5e;
}

.irs-bar {
  background-color: #007a5e;
}

.show-options:hover {
  color: #007a5e;
}

.search-add input:focus {
  border-color: #007a5e;
}

.featured-bg .featured-item .icon i {
  color: #007a5e;
}

.featured-bg .featured-item h3 a:hover {
  color: #007a5e;
}

.label-inner .label-status {
  background: #007a5e;
}

.input-icon i {
  color: #007a5e;
}

.search-container .bg-search .btn-border:hover {
  color: #007a5e;
}

.footer-area #subscribe-form .form-group .btn-common {
  color: #007a5e;
}

.nav-link.dropdown-toggle i {
  font-size: 8px;
  font-weight: 600
}

#setLanguage .dropdown-menu {
  min-width: 70px !important;
  max-width: 80px !important;
}

strong,
b {
  font-weight: 600;
}

.overlay {
  will-change: opacity;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation: opacityOver .5s;
  animation-fill-mode: forwards;
}

.tableOfContents {
  float: right;
  border: 1px solid #f9f9f9;
  background-color: #fff;
  margin-left: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 5px;
  padding: 5px;
  padding-left: 15px;
  max-width: 300px;
}

.tableOfContents .dfv {
  color: #090909;
  line-height: 2em;
  font-weight: 600;
  float: none;
  font-size: 16px;
}

.tableOfContents .dfv span {
  font-size: 11px;
  margin-left: 15px;
  cursor: pointer;
}

.menu-hide-soderC {
  height: 140px;
  position: relative;
  overflow: hidden;
}

.tableOfContents ul li {
  list-style-type: none;
}

.menu-toggle-soder {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.menu-hide-soderC.p {
  height: auto;
}

.menu-toggle-soder.p {
  display: none;
}

.tocnumber,
.toctext {
  display: table-cell;
  text-decoration: inherit;
  color: #202122;
  padding-left: 0;
  padding-right: 0.5em;
}

.tableOfContents li>ul,
.tableOfContents li>ol {
  margin-bottom: 0;
  margin-left: 15px;
}

.list6b {
  padding: 0;
  list-style: none;
}

.list6b li {
  color: #212529;
  padding: 6px 6px 6px 25px;
}

.list6b li:before {
  padding-right: 10px;
  font-weight: bold;
  color: #007a5e;
  content: "\2714";
  transition-duration: 0.5s;
}

.list6b li:hover:before {
  color: #eeb8ad;
  content: "\2714";
}

.list6a {
  padding: 0;
  list-style: none;
}

.list6a li {
  color: #212529;
  padding: 6px 6px 6px 25px;
}

.list6a li:before {
  padding-right: 10px;
  font-weight: bold;
  color: #007a5e;
  content: "\26AC";
  transition-duration: 0.5s;
}

.list6a li:hover:before {
  color: #eeb8ad;
  content: "\26AC";
}

.small-arrow-list li {
  color: #212529;
  padding: 6px 6px 6px 25px;
  font-size: 16px
}

.small-arrow-list li i {
  color: #007a5e;
}

.small-arrow-list li i {
  font-weight: 700 !important;
  margin-right: 10px;
}

.note {
  padding: 6px 40px 6px 40px;
  border-left: 6px solid;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.note.note-info {
  background-color: #e4f2f5;
  border-color: #2492a5;
}

.note.note-danger {
  color: #fff;
  border-color: #78121c;
  background-color: #dc3545;
}

.decimal li {
  list-style: decimal;
  padding-left: 5px;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #212529;
  font-size: 0.9rem;
}

.frt li {
  padding-left: 5px;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #212529;
  font-size: 0.9rem;
}

.frt li i {
  margin-right: 10px;
}

.cutText {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*line-height: 16px;  fallback */
  /*max-height: 32px;  fallback */
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.cutTextOneLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #3e4551;
  border-radius: 0.2rem;
}

.score-wrap {
  display: inline-block;
  position: relative;
  height: 19px;
}

.score-wrap .stars-active {
  color: #EEBD01;
  position: relative;
  /* z-index: 10;
  display: inline-block; */
  overflow: hidden;
  white-space: nowrap;
}

.score-wrap-url a {
  color: #fff;
}

.score-wrap-url a:hover {
  color: #007a5e;
}

.overview-block-title {
  display: flex;
  align-items: flex-start;
  margin: 0 0 20px;
}

.overview-block-title-numb {
  position: relative;
  color: #c3c3c3;
  font-size: 28px;
  margin: 8px 16px 0 0;
}

.overview-block-title-numb:after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: -8px;
  width: 1px;
  height: 20px;
  background: #c3c3c3;
}

.dateUpdate {
  display: grid;
}

.JLike {
  color: #fff;
  cursor: pointer;
  display: inline;
  font-weight: 300;
  font-size: 22px;
  line-height: 25px;
  background: #2d74b7;
  -webkit-box-shadow: 0 0 0 5px #2d74b7;
  box-shadow: 0 0 0 5px #2d74b7;
}

.JLike:hover {
  opacity: 0.8
}

.li-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}

.likeD {
  height: 40px;
  display: inline;
  line-height: 40px;
}

.pdfbox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.pdfbox-bg {
  background: #1e1e1e;
  opacity: 0.7;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.pdfbox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.pdfbox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: absolute;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  right: 20px;
  top: 40px;
}

.pdfbox-toolbar {
  position: relative;
  height: 100%
}

.zoomIN {
  cursor: zoom-in;
}

.compensate-for-scrollbar {
  overflow: hidden;
}

.backFDe {
  border: 1px dashed #000;
}

.backFDe-inner {
  position: absolute;
  left: 20%;
  top: 30%;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .backFDe-inner {
    left: 10%;
    top: 20%;
  }

  .cutLni {
    top: 33px;
    left: 0;
  }
}

.backFDe-inner .label {
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  padding: 20px 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 15px;
  vertical-align: top;
  background: #007a5e;
}

.backSDC H3,
.backSDC p {
  font-size: 16px;
}

.backFDe-inner .over {
  position: absolute;
  color: #fff;
  height: 55px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 25px;
  padding-right: 70px;
  background-color: #007a5e;
  border: 1px solid #fff;
  width: 212px;
}

.backFDe-inner .over:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #666 #666;
  background: 0 0;
  display: block;
  width: 0;
}

.backSDC .slamb {
  color: #999;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.noselectText {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.cutLni {
  top: 55px;
  position: absolute;
  left: 1px;
  font-size: 30px;
}

.video-container-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -moz-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
  -webkit-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
  transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
  z-index: 63;
}

.ytp-button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  cursor: pointer;
}

.ytp-large-play-button-bg:hover {
  fill: red;
}

.customZoomIn {
  cursor: url(zoom-in.svg) 15 15, move;
}

.breadcrumb-pagination {
  width: 100%;
  text-align: center;
}

.breadcrumb-pagination ul {
  display: flex;
}

.breadcrumb-pagination ul li {
  width: 35%;
}

.breadcrumb-pagination ul li {
  /* line-height: 0; */
  margin: 10px auto 0;
  border-bottom: 2px solid #007a5e;
  padding-bottom: 15px;
  padding-top: 15px;
  color: #3c4043;
  font-weight: 700;
}

.breadcrumb-pagination ul li:hover {
  background-color: #fedfd9;
}

#mobile-slider .item {
  margin: 10px;
}

.h270 {
  height: 270px;
  overflow-y: scroll;
  overflow-x: hidden;
}

blockquote {
  border: 1px solid #007a5e;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 5px;
}

.ver-item {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  padding: 15px;
  position: relative;
}

.lni.checked {
  color: orange;
  fill: orange;
  margin-right: 2px;
}

.app-item__rate-number {
  background: rgb(250, 155, 5) none repeat scroll 0% 0%;
  border-radius: 5px;
  font-weight: 700;
  padding: 3px 6px;
  color: rgb(255, 255, 255);
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 20px;
  line-height: 24px;
}

.app-item__rate-amount {
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  color: rgb(0, 0, 0);
  display: inline-block;
}

#VoteMobileTT {
  margin-top: 35px;
  margin-bottom: 30px;
}

.VoteMobileUP {
  font-size: 3em;
  color: #b3c833;
  border: 0.08em solid #b3c833;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
  cursor: pointer;
}

.VoteMobileDOWN {
  font-size: 3em;
  color: #eb5e47;
  border: 0.08em solid #eb5e47;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
  cursor: pointer;
}

.checkedF {
  color: #2e7d32;
}

.uncheckedF {
  color: #b00020;
}

dl {
  margin-left: 20px
}

a[data-toggle="lightbox"] {
  cursor: zoom-in;
}

caption {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  font-size: 0.7rem;
}

/* Calendar */
.elegant-calencar .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.elegant-calencar {
  max-width: 700px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
}

.wrap-header {
  position: relative;
  width: 35%;
  z-index: 0;
}

.wrap-header:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #000;
  opacity: .5;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .wrap-header {
    width: 100%;
    padding: 20px 0;
  }
}

#CalendarHeader {
  width: 100%;
  position: relative;
}

#CalendarHeader .pre-button,
#CalendarHeader .next-button {
  cursor: pointer;
  width: 1em;
  height: 1em;
  line-height: 1em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}

#CalendarHeader .pre-button i,
#CalendarHeader .next-button i {
  color: #fff;
}

.pre-button {
  left: 5px;
}

.next-button {
  right: 5px;
}

.button-wrap {
  position: relative;
  padding: 10px 0;
}

.button-wrap .pre-button,
.button-wrap .next-button {
  cursor: pointer;
  width: 1em;
  height: 1em;
  line-height: 1em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  font-size: 18px;
}

.button-wrap .pre-button i,
.button-wrap .next-button i {
  color: #cccccc;
}

.button-wrap .pre-button {
  left: 20px;
}

.button-wrap .next-button {
  right: 20px;
}

.head-day {
  font-size: 40px;
  line-height: 1;
  color: #fff;
  margin-bottom: 30px;
}

.head-month p {
  line-height: 1.5;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.calendar-wrap {
  width: 65%;
  background: #fff;
  padding: 40px 20px 20px 20px;
}

@media (max-width: 767.98px) {
  .calendar-wrap {
    width: 100%;
  }
}

.TableCalendar {
  width: 100%;
}

.TableCalendar tr {
  height: 3em;
}

.TableCalendar thead tr {
  color: #000;
  font-weight: 700;
}

.TableCalendar tbody tr {
  color: #000;
}

.TableCalendar tbody td {
  width: 14%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  z-index: 0;
}

.TableCalendar tbody td:after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 44px;
  height: 44px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

@media (prefers-reduced-motion: reduce) {
  .TableCalendar tbody td:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.TableCalendar tbody td:hover,
.TableCalendar .selected {
  color: #fff;
  border: none;
}

.TableCalendar tbody td:hover:after,
.TableCalendar .selected:after {
  background: #2a3246;
}

.TableCalendar tbody td:active {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.Caltoday {
  color: #fff;
}

.Caltoday:after {
  background: #007a5e;
}

.CaltodayTas {
  color: #fff;
}

.CaltodayTas:after {
  background: #008c4b;
}

.Tabledisabled {
  cursor: default;
  background: #fff;
}

.Tabledisabled:hover {
  background: #fff;
  color: #c9c9c9;
}

.Tabledisabled:hover:after {
  background: transparent;
}

.ccCalendar {
  background: #007a5e;
}

.rrCalendar {
  background: #008c4b;
}

/* Calendar */

.badge-redNew {
  color: #fff;
  background-color: #007a5e;
  font-weight: unset !important
}

.client-logo a {
  color: #272727;
}


.pagination__wrapper {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 17%, white 83%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  height: 50px;
  left: 50%;
  position: relative;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  margin-top: 60px
}

.pagination__wrapper:before,
.pagination__wrapper:after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%
}

.pagination__wrapper:before {
  top: -1px
}

.pagination__wrapper:after {
  bottom: -1px
}

@-webkit-keyframes hoverAnimation {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes hoverAnimation {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.pagination {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0
}

.pagination li {
  display: block;
  float: left;
  padding: 5px
}

.pagination li:first-child {
  border: none
}

.pagination button,
.pagination span {
  background: none;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  padding: 0
}

.pagination button {
  outline: none;
  position: relative;
  transition: all 170ms linear
}

.pagination button:before {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  content: "";
  cursor: pointer;
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 170ms linear;
  top: 50%;
  width: 0
}

.pagination button:hover:not(.active) {
  color: #000
}

.pagination button:hover:not(.active):before {
  -webkit-animation: hoverAnimation 510ms linear forwards;
  animation: hoverAnimation 510ms linear forwards;
  height: 40px;
  width: 40px
}

.pagination button.active {
  background: rgba(0, 0, 0, 0.1);
  color: #000
}

.pagination .prev,
.pagination .next {
  font-size: 14px
}

#loadSklepJson input {
  line-height: 14px;
  background: transparent;
  color: #fff;
  border: none;
  border-radius: unset;
  padding: 0;
}

#loadSklepJson i {
  font-size: 20px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.lni-spinner {
  animation: spin 1s linear infinite;
}

@media screen and (max-width: 768px) {
  h1 {
    line-height: 32px;
  }
}

.carousel-indicators.red li {
  background-color: rgb(171 104 104 / 50%) !important;
}

.carousel-indicators.red .active {
  background-color: #994646 !important;
}

.testimonial-item-ver2 {
  padding: 15px 0px 0px 15px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  margin: 1px;
}

.testimonial-item-ver2 .content {
  overflow: hidden;
}

.testimonial-item-ver2 .content .description {
  font-size: 15px;
  font-weight: bold;
}

.montial-content-info {
  margin: 20px 10px;
}

.montial-content-info .img-thumb {
  float: left;
  overflow: hidden;
  position: relative;
  padding: 7px;
}

.montial-content-info .img-thumb img {
  border: 3px solid transparent;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.montial-content-info .info-text {
  float: left;
  margin: 10px 15px;
}

.montial-content-info .info-text .h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 0;
}

.montial-content-info .info-text .h2 a {
  color: #272727;
}

.montial-content-info .info-text .h4 {
  margin: 0;
  clear: both;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.montial-content-info .info-text .h4 a {
  color: #999;
}

.profity ul li {
  font-size: 1.1rem;
  padding: 0 0 15px 40px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url(../img/motivation.png);
  background-position: left top;
}

.profity ul.dl {
  margin: 0 0 0 20px;

}

#scroll-button {
  position: fixed;
  right: 25px;
  bottom: 40px;
  z-index: 1099;
  display: flex;
  flex-direction: column;
  width: 35px;
  text-align: center;
}

#scroll-button_up,
#scroll-button_down {
  margin-top: 5px;
  margin-bottom: 5px;
  opacity: .5;
  cursor: pointer;
  transition: 0.3s;
}

#scroll-button_up svg,
#scroll-button_down svg {
  display: block;
  margin: auto;
  width: 14px;
  height: 16px;
}

#scroll-button_middle {
  font-size: 10px;
  font-weight: 700;
  opacity: .5;
}

#scroll-button_up svg:hover,
#scroll-button_down svg:hover {
  fill: #007a5e;
}

.shine_ef {
  background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 48.44%, #7cd7c2 75.52%, rgba(100, 181, 239, 0) 100%);
  background-repeat: no-repeat;
  animation: bg-move linear 5s infinite;
}

@-webkit-keyframes bg-move {
  0% {
    background-position: -500px 0
  }

  100% {
    background-position: 1000px 0
  }
}

@keyframes bg-move {
  0% {
    background-position: -500px 0
  }

  100% {
    background-position: 1000px 0
  }
}

.hh.property-main {
  height: 370px;
}

#setLanguage {
  height: 70px;
}

#setLanguage a.nav-link {
  border: 1px solid #ED5437;
}

@media screen and (max-width: 768px) {
  #setLanguage {
    height: 50px;
  }

  .accordion-fp .card-body {
    padding: 1.05rem;
  }

  [id*="comments_"] .comments-list .media {
    padding: 10px;
  }

  /* [id*="comments_"] .comments-list .media .info-body {
    margin-left: 0px;
  } */

  .dng {
    padding: 9px 15px;
  }

  .property-item {
    padding: 0 !important;
  }

  .my-properties {
    padding: 0px;
  }

  /* .notification-box {
    padding: 20px 15px;
  } */

  .navbar-expand-lg .collapse.fds {
    display: block !important;
    background: #fff;
    width: 100%;
    z-index: 2;
  }

  .navbar-expand-lg .collapse li {
    display: block;
    line-height: 30px;
  }

  .navbar-expand-lg .collapse a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #666;
  }

  .navbar-expand-lg .collapse .navbar-nav .nav-link {
    margin: 2px 5px;
    line-height: 30px;
    padding: 5px 10px;
    font-weight: unset;
    text-transform: unset;
    color: unset;
    font-size: .875em;
  }

  #setLanguage a.nav-link {
    border: unset;
  }

  #averagePrice .col-md-4 {
    margin-bottom: 30px;
  }
}

.custom-control-label::before {
  top: 26px;
  left: 35px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #007a5e;
}

.forminator-label {
  font-size: 0.9rem;
  font-weight: 800;
  color: #333;
}

.dDS {
  display: flex;
  justify-content: center;
}

.table.compare tbody tr td:first-child {
  font-size: 1.05rem;
}

.one_blockCost {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}

#main-navbar ul>li {
  white-space: nowrap;
}

/* #main-navbar ul>li:last-child {
  color: maroon;
  font-size: 18px;
} */

th.sortable,
#decreaseArea,
#increaseArea,
.crpntr {
  cursor: pointer;
}

th.sortable::after {
  content: "\25B2\25BC";
  /* Up and down arrows */
  padding-left: 5px;
  font-size: 0.8em;
}

th.sortable.asc::after {
  content: "\25B2";
  /* Up arrow */
}

th.sortable.desc::after {
  content: "\25BC";
  /* Down arrow */
}

span.deco-title {
  display: inline-block;
  position: relative;
}

span.deco-title::after {
  width: 100%;
  height: 5px;
  border-radius: 2px;
  background-color: #007a5e;
  content: "";
  display: inline-block;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.crthD {
  width: 45px;
  height: 47px;
  padding: 10px;
  margin: 0 10px;
  border-radius: 0;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.Tabbody {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin: 0;
}

.Tabbody .tabs {
  display: flex;
  list-style: none;
  color: #fff;
  padding: 0;
}

@media screen and (max-width:768px) {
  .Tabbody .tabs {
    display: block;
  }
}

.Tabbody .tab {
  margin: 0 10px;
  padding: 10px 20px;
  background-color: #007a5e;
  cursor: pointer;
  opacity: 0.6;
}

.Tabbody .tab.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .15), 0 4px 15px 0 rgba(0, 0, 0, .15);
  opacity: 1;
}

.Tabbodym .content {
  display: none;
}

.Tabbodym .content.active {
  display: block;
}

/* Style for the table wrapper */
.table-responsive {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* For swipe gestures */
}

[id^="sortableTable"] tbody tr td:first-child,
[id^="sortableTable"] thead tr th:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #f9f9f9;
  padding-right: 15px;
}
@media (max-width: 768px) {

  [id^="sortableTable"] tbody tr td:first-child,
  [id^="sortableTable"] thead tr th:first-child {
    max-width: 130px;
    min-width: 130px;
  }
}
/* Добавляем фиксированную границу через псевдоэлемент */
[id^="sortableTable"] tbody tr td:first-child::after,
[id^="sortableTable"] thead tr th:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #bbb;
  z-index: 4;
}
/* Устанавливаем ширину для всех столбцов, кроме первого */
[id^="sortableTable"] thead tr th:not(:first-child),
[id^="sortableTable"] tbody tr td:not(:first-child) {
  width: auto;
  /* Позволяет таблице автоматически подстраиваться */
  min-width: min-content;
  /* Минимальная ширина по содержимому */
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  /* Учитывает padding в ширине */
  white-space: nowrap;
  /* Запрещает перенос строк */
  text-align: center;
}
/* Optional: Style for table cells */
[id^="sortableTable"] tbody tr td {
  padding: 8px;
  text-align: left;
}

[id^="sortableTable"] thead th {
  /* padding: 10px; */
  text-align: left;
}
        [id^="sortableTable"] tbody tr td:nth-child(2),
        [id^="sortableTable"] thead tr th:nth-child(2) {
          padding-left: 10px;
        }
@media screen and (max-width: 600px) {
  [id^="sortableTable"] tbody tr td:first-child, [id^="sortableTable"] thead tr th:first-child {
    padding-right: 10px;
    }
}
.no-wrap {
  white-space: nowrap;
}

.gal::after{
  background-image: url('../img/deco.webp');
    position: absolute;
    content: "";
    display: block;
    right: 87px;
    bottom: 30px;
    width: 485px;
    height: 402px;
    z-index: -1;
}
/* for mobile */
@media (max-width: 576px) {
  .gal::after {
    display: none;
  }
}

/* Start accessories */
 .single-promo {
   position: relative;
   margin-bottom: 70px;
   margin-top: 70px;
 }

 .single-promo .container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
 }

 .single-promo-image {
   display: -webkit-box;
   display: -ms-flexbox;
   /* display: flex; */
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   position: relative;
   width: 370px;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   height: 370px;
   margin-right: 30px;
 }

 .single-promo-image::before {
   content: "";
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   -webkit-animation: rotateClockwise 30s linear infinite;
   animation: rotateClockwise 30s linear infinite;
 }

 .single-promo-image::before {
   background-image: url(../img/eclipse.webp);
 }

 .single-promo-image img {
   width: 300px;
   height: 300px;
   position: relative;
   z-index: 90;
 }

 .section-header {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   text-align: center;
   margin-bottom: 74px;
 }

 .single-promo .section-header {
   text-align: left;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   margin-bottom: 0 !important;
 }

 .section-header-main {
   position: relative;
   z-index: 90;
 }

 @-webkit-keyframes rotateClockwise {
   0% {
     -webkit-transform: rotate(0);
     transform: rotate(0)
   }

   100% {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg)
   }
 }

 @keyframes rotateClockwise {
   0% {
     -webkit-transform: rotate(0);
     transform: rotate(0)
   }

   100% {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg)
   }
 }
 /* for mobile */
 @media (max-width: 576px) {
   .single-promo {
     margin-top: 0;
   }
 }
    /* END accessories */
    /* Start service item rating */
        ._item__rate-body {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 91px;
          height: 91px;
          margin-top: 18px;
          background: #007a5e;
          box-shadow: 0px 4px 6px #007a5e;
          border-radius: 10px;
        }
    
        ._item__rate-body ._item__rate {
          background: url(../img/num.png) no-repeat;
          width: 49px;
          height: 64px;
          position: relative;
          margin: 0 auto;
          color: #007a5e;
          font-size: 30px;
          font-weight: bold;
          text-align: center;
          line-height: 54px;
          margin-bottom: 21px;
          margin-top: 25px;
        }
    
        ._detaly__top__num {
          font-weight: bold;
          color: #ffffff;
          font-size: 30px;
        }
    
        ._detaly__top__num {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 91px;
          height: 91px;
          margin-top: 18px;
          background: #007a5e;
          box-shadow: 0px 4px 6px #007a5e;
          border-radius: 10px;
        }
    
        ._detaly__top__num.dop {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 91px;
          position: relative;
          height: 91px;
          margin-top: 18px;
          background: #007a5e;
          box-shadow: 0px 4px 6px #007a5e;
          border-radius: 10px;
        }
    
        .custom-tooltip .custom-tooltip-inner table {
          border-collapse: collapse;
          width: 100%;
          color: #fff;
        }
    
        .custom-tooltip .custom-tooltip-inner th,
        .custom-tooltip .custom-tooltip-inner td {
          padding: 8px;
          text-align: center;
        }
    
        .custom-tooltip .custom-tooltip-inner {
          max-width: 230px;
        }
    /* END service item rating */

._table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  /* border-top: 1px solid #e6eaed; */
}

._table td:first-child {
  width: 51.95%;
  /* color: #88919d; */
  font-weight: 600;
}

._table td:last-child {
  width: 48.05%;
  color: #444444;
}

@media only screen and (max-width: 767px) {
  ._table tr {
    display: block;
  }

  ._table td:first-child {
    font-size: 14px;
    display: block;
    width: 100%;
    border: none;
    /* padding: 15px 0 5px; */
  }

  ._table td:last-child {
    padding-top: 0;
    width: 100%;
    display: block;
  }
}

@media (min-width: 768px) {
  .w-md-75 {
    width: 75% !important;
  }
}

/* start blockModalKeyBenefits */
.stages__items {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -100px;
}

.stages__item {
  position: relative;
  margin-left: 80px;
  margin-bottom: 44px;
  display: flex;
  z-index: 2;
}

.stages__item-number {
  position: absolute;
  left: 20px;
  font-weight: 700;
  font-size: 144px;
  color: #f2efef;
  z-index: -1;
}

.stages__item-count {
  font-weight: 700;
  font-size: 72px;
  color: #2ea431;
  margin-right: 17px;
}

.stages__item-name {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

.stages__item-descr {
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 767px) {
  .stages__item-descr {
    margin-left: -55px;
  }
}
/* end blockModalKeyBenefits */

/* burger header menu */
#header-wrap {
  position: relative;
  z-index: 2;
}

.burger_menu {
  cursor: pointer;
  position: absolute;
  top: 16px;
  left: 81%;
  height: 30px;
}

.burger_btn {
  position: relative;
  padding: .438em .925em;

}

.burger_icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #007a5e;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.burger_open .burger_icon span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.burger_icon span:nth-child(2) {
  top: 13px;
}

.burger_btn .burger_icon-bar+.burger_icon-bar {
  margin-top: 6px;
}

.burger_open .burger_icon span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.burger_open .burger_icon span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* burger header menu */

/* Start mobile menu */
#fullscreen-div {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

#fullscreen-div #menu-list {
  list-style-type: none;
  margin-top: 80px;
  padding: 0;
  text-align: center;
  font-size: 24px;
}
#fullscreen-div #menu-list>li {
  border-bottom: 1px solid #eeeeee;
  margin: 10px 0;
  /* Сохраняем рамку у элементов верхнего уровня */
}
#fullscreen-div #menu-list li {
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
}
#fullscreen-div #rating-companies,
#fullscreen-div #services-item{
  cursor: pointer;
}
#fullscreen-div #companies-list,
#fullscreen-div #service-list {
  text-align: initial;
  margin-left: 20px;
  display: none;
}

#fullscreen-div #companies-list li,
#fullscreen-div #service-list li {
  font-size: 16px;
  padding: 0;
}

#fullscreen-div #menu-list ul {
  border-bottom: none;
  /* Убираем рамку у вложенных списков */
}
/* End mobile menu */


/* Start  reviewPhoto*/
 .reviewPhoto .image-container {
   width: 100%;
   height: 138px;
   overflow: hidden;
   border-radius: 4px;
 }

 .reviewPhoto .image-container img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .blue-col-6-button {
   background: white;
   align-items: center;
   padding: 12px 28px;
   gap: 10px;
   border: 1px solid #1A68FF;
   font-weight: 600;
   font-size: 16px;
   line-height: 22px;
   color: #1A68FF;
   border-radius: 5px;
   cursor: pointer;
 }

 #imageOverlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.8);
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 1050;
 }

 #imageOverlay img {
   max-width: 90%;
   max-height: 90%;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
   border: 2px solid #fff;
   border-radius: 8px;
   cursor: zoom-out;
   position: relative;
 }
/* End reviewPhoto */

/* Start page app */
.eXvRgq {
  position: relative;
  height: 104px;
  background-size: cover;
  flex-shrink: 0;
  background-color: #007a5e;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.idCnHF {
  width: 32px;
}
.fGGrt {
  display: flex;
  align-items: center;
}
.jGeaOt {
  /* font-style: normal; */
  /* font-weight: 500; */
  font-size: 0.9rem;
  line-height: 24px;
  display: block;
}
h2.jGeaOt {
  margin-bottom: 2px;
}
.jGeaOt:nth-child(2) {
  color: #4c4c4c;
}
.jGeaOt:nth-child(3) {
  font-weight: 300;
  color: rgb(37, 180, 126);
  font-size: 0.5rem;
}
.laePBx {
  width: 1rem;
  height: 1rem;
}
.kFgY .col-4 {
  text-align: center;
  line-height: 14px;
  display: flex;
  align-items: center;
}
.kFgY .col-4 div>span {
  white-space: nowrap;
  display: block;
}
.kFgY .col-4 div>span:first-child {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: rgb(23, 23, 23);
}
.kFgY .col-4 div>span:last-child {
  font-size: 10px;
}
[id*="ratingApp"] {
  padding-top: 20px;
}
[id*="ratingApp"] .infoApp {
  border: 1px solid rgb(235, 235, 235);
  box-sizing: border-box;
  border-radius: 8px;
  height: 35px;
  font-size: 12px;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#android,
#iphone,
#huawei,
.tabInfo,
#info-Company,
#info-card,
.btI {
  padding-top: 20px;
  padding-bottom: 20px;
}
.Hds {
  cursor: pointer;
  color: #39739d;
  font-size: 0.65rem;
  line-height: 40px;
}

.carousel-inner {
  display: flex;
  overflow: hidden;
}

.carousel-item {
  display: block !important;
  /* Отменяем Bootstrap display: none */
  flex: 0 0 33.3333% !important;
  /* Оставляем три картинки в строке */
  transition: transform 0.5s ease;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

.template-1-rating-single {
  font-family: "IBM Plex Sans", sans-serif;
  margin-bottom: 25px !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.template-1-rating-single * {
  box-sizing: border-box;
}

.template-1-rating-single__result {
  width: 23%;
  float: left;
  position: relative;
}

.template-1-rating-single__list {
  width: 77%;
  float: left;
}

.template-1-rating-single:after {
  content: "";
  display: block;
  clear: both;
}

.template-1-rating-count {
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 42px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 5px solid #fe6446;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-weight: 300;
  line-height: 86px;
  color: #324b67;
  font-family: "Oswald", sans-serif;
}

.template-1-rating-count span {
  font-size: 14px;
  display: block;
  margin-top: -25px;
}

.template-1-rating-items__col {
  float: left;
}

.template-1-rating-item:after {
  content: "";
  display: block;
  clear: both;
}

.template-1-rating-items__col:nth-child(2) {
  width: 85%;
}

.template-1-rating-items__col:nth-child(3) {
  width: 10%;
  white-space: nowrap;
}

.template-1-rating-items__line {
  display: block;
  width: 100%;
  height: 10px;
  background: #e7ecef;
  position: relative;
  margin-top: 6px;
}

.template-1-rating-items__line span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffe53a;
}

.template-1-rating-items__name {
  font-weight: 300;
  font-size: 17px;
  line-height: 19px;
  color: #324b67;
  padding-right: 20px;
  white-space: nowrap;
}

.template-1-rating-value {
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  line-height: 21px;
  color: #acb3bc;
  padding-left: 10px;
}

.template-1-rating-item {
  padding: 4px 0;
}

.template-1-rating-items__col:nth-child(1) {
  width: 5%;
}

@media screen and (max-width: 750px) {
  .template-1-rating-single__result {
    float: none;
    width: auto;
    height: 125px;
  }

  .template-1-rating-single__list {
    float: none;
    width: 100%;
  }

  .template-1-rating-single {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .template-1-rating-items__col:nth-child(1) {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }

  .template-1-rating-items__col:nth-child(2) {
    width: 80%;
  }

  .template-1-rating-items__col:nth-child(3) {
    width: 20%;
  }
}
/* End page app */

.image-container img {
  cursor: zoom-in;
}

.my-propertiesRed {
  background: #fff;
  box-shadow: 0 0 20px rgb(39 96 52);
  padding: 30px;
}

.highlight {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}
.highlight span {
  font-weight: 600;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input-group-append:hover+.tooltip-text {
  display: block;
}

.tooltip-text {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f9f9f9;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 2;
}