.project-details-count {
  /*background: #fff;*/
  padding: 20px 40px;
}

.project-highlights .highlight-box1 {
  text-align: center;
  box-shadow: 0px 0px 3px #c4c2c2;
  border-radius: 3px;
  padding: 12px 0px;
  margin:15px auto;
}

.project-highlights .highlight-box1 .icon-box {
  /*width: 100px;*/
  /*height: 100px;*/
  margin: 15px auto;
  /*border-radius: 100px;*/
  /*box-shadow: 0px 0px 1px #ccc;*/
  /*padding: 30px;*/
  display:flex;
  justify-content: center;
  align-items:center;
  text-align:center;
}
.project-highlights .highlight-box1 .icon-box img{
    width:100px;
}
.project-highlights .highlight-box1 .icon-box svg {
  fill: #04797d;
}

.count-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 0px;
}

.count-small-text {
  font-size: 18px;
  font-weight: bold;
  color: #04797d;
}

/* Parallax Design */

.parallax {
  background-image: url('../images/sanarelli.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.facilities {
  background-color: #21243d;
  padding: 50px;
}

.facilities>ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.facilities>ul>li {
  margin-bottom: 20px;
}

.facilities>ul>li>a {
  color: #fff;
}

.facilities>ul>li>a:hover {
  color: #04797d;
}

/* First Tab Design  */

.tabs {
  padding: 3em 0em;
}

.specification-tab {
  display: flex;
  justify-content: center;
}

.specifications-text h4 {
  color: #04797d;
  margin-top: 25px;
  margin-bottom: 5px;
  font-weight: 600;
}

.specifications-text p span {
  color: #000;
  font-weight: 600;
}

.first-tab-ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.first-tab-link {
  color: #03797d;
  padding: 5px 15px;
  text-transform: capitalize;
  border-top-left-radius: 35px !important;
  border-top-right-radius: 35px !important;
  border-radius: 35px;
}

.first-tab-link:hover {
  background-color: #04797d;
  color: #fff;
}

.first-tab-link.active {
  background-color: #04797d !important;
  color: #fff !important;
  border: 1px solid #04797d !important;
}

.first-tab-item {
  margin-right: 20px;
  margin-bottom: 20px !important;
  border: 1px solid #04797d;
  border-radius: 35px;
}

.badge-custom {
  background-color: #21243d !important;
  color: #fff !important;
  border: 1px solid #21243d !important;
  padding: 10px;
}

.site-location-text {
  padding: 20px 0px;
}

.site-location-text>p {
  color: #666;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}

.floor-tabs {
  padding: 2.5rem 0em;
}

.floor-plan-details>ul {
  padding: 15px;
  margin-bottom: 32px;
  list-style-type: none;
  margin-top: 20px;
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  border-radius: 5px;
}

.floor-plan-title {
  color: #04797d;
  font-weight: 600;
}

.floor-plan-details>ul>li {
  margin-right: 15px;
}

.site-plan, .faq {
  padding: 6em 0em;
}

.site-card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0.75rem 1.25rem 0rem;
}

.site-card {
  border: none !important;
}

.site-card-body {
  padding: 0rem 2.5rem 0rem;
}

.site-card-body>p {
  margin-bottom: 0;
}

.site-plan {
  background-color: #21243d;
}

.site-btn {
  color: #666;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}

.site-btn:hover {
  color: #666;
  text-decoration: none;
}

.site-btn::after {
  content: "\f01b";
  font-family: 'FontAwesome';
  font-weight: 300;
  float: right;
  position: relative;
  z-index: 999;
  color: #04797d;
}

.site-btn.collapsed::after {
  content: "\f01a";
  color: #04797d;
}

.faq-body {
  padding: 1.25rem 36px;
}

.faq-body>p {
  color: #fff;
}

.faq-btn {
  color: #04797d;
  font-size: 23px;
  font-weight: 600;
  text-decoration: none;
}

.faq-btn:hover {
  color: #04797d;
  text-decoration: none;
}

.faq-btn::after {
  content: "\f068";
  font-family: 'FontAwesome';
  font-weight: 300;
  float: left;
  margin-right: 15px;
  position: relative;
  z-index: 999;
  color: #04797d;
}

.faq-btn.collapsed::after {
  content: "\f067";
  color: #04797d;
}

.faq-card {
  background-color: #21243d;
  border: none;
}

.gallery {
  padding: 6em 0em;
}

.gallery-block {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.gallery-block>img {
  border-radius: 10px;
}

.navbar-brand>img {
  width: 184px;
}

.site-map {
  padding: 6em 0em;
}

.filters>ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.filters>ul>li {
  display: inline-flex;
  align-items: center;
}

.filters>ul>li:not(:last-child) {
  margin-right: 20px;
}

.filters>ul>li {
  border: 1px solid #04797d !important;
  color: #21243d;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: none;
  padding: 9px 30px;
}

.filters>ul>.active {
  background: #04797d !important;
  color: #fff;
}

.w-45 {
  width: 45px !important;
}

.w-35 {
  width: 35px !important;
  margin-left: 0px;
}

.custom-btn {
  background: #04797d;
  border: 1px solid #04797d;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: none;
  padding: 9px 30px;
}

.custom-btn:hover {
  background: #e16262;
  border: 1px solid #e16262;
  color: #fff;
  transition: 0.6s all;
}

.soliret-button{
  background: #04797d;
  border: 1px solid #04797d;
  color: #fff;
  border-radius: 106px;
  font-size: 14px;
  box-shadow: none;
  padding: 12px 30px;
}

.soliret-button:hover {
  background: #e16262;
  border: 1px solid #e16262;
  color: #fff;
  transition: 0.6s all;
}
.popup-btn {
  background: #e16262;
  border: 1px solid #e16262;
  color: #fff !important;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: none;
  padding: 15px;
  border-radius: 50%;
  transition: 0.6s all;
}

.custom-btn:focus {
  outline: none !important;
}

.custom-badge {
  padding: 10px;
  margin-bottom: 10px;
}

.profile {
  padding: 6em 0em;
}

.card-container {
  background-color: #f8f9fa;
  border-radius: 5px;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.75);
  color: #b3b8cd;
  padding-top: 30px;
  position: relative;
  max-width: 100%;
  text-align: center;
  min-height: 645px;
}

.card-container>h4 {
  color: #04797d;
  font-weight: 500;
}

.card-container>p {
  padding: 20px;
  color: #666666;
  font-size: 15px;
}

.card-container>h6 {
  color: #000;
}

.card-container .round {
  border: 1px solid #04797d;
  border-radius: 50%;
  padding: 7px;
}

.card-container .pro {
  color: #fff;
  background-color: #04797d;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 7px;
  position: absolute;
  top: 30px;
  left: 30px;
}

button.primary {
  background-color: #04797d;
  border: 1px solid #04797d;
  border-radius: 3px;
  color: #231e39;
  font-weight: 500;
  padding: 10px 25px;
}

button.primary.ghost {
  background-color: transparent;
  color: #000;
}

.skills {
  background-color: #0f101c;
  text-align: left;
  padding: 15px;
  margin-top: 30px;
}

.skills ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.skills ul li {
  border: 1px solid #04797d;
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  margin: 0 7px 7px 0;
  padding: 7px;
}

.slider {
  position: relative;
}

.home-slider-block .item::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #00000095;
  top: 0;
  left: 0;
}

.contact-fixed {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999;
}

.about-img {
  border-radius: 10px;
}

.modal-title {
  color: #04797d;
}

button:focus {
  outline: none !important;
}

.close>span {
  color: red;
  font-size: 30px;
  outline: none;
}

.close>span:focus {
  outline: none !important;
}

.popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-team {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-images {
  display: flex;
  align-items: stretch;
}

.grid-mobile .owl-carousel .owl-nav 
{
  position: initial;
}

.grid-mobile .owl-carousel .owl-nav .owl-prev, 
.grid-mobile .owl-carousel .owl-nav .owl-next
{
  position: initial;
  transform: translateY(0);
  opacity: 1;
  color: #21243d !important;
}

.grid-mobile .owl-theme .owl-nav [class*=owl-]:hover
{
  background-color: transparent;
}


/************* *************  Tag welth estate ************* ****************/
.new-add-code-design{
  color: black;
  border: solid 1px rgba(132,129,129,0.10);
  background-color: #FFF;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  margin-bottom: 35px;
  border-radius: 5px;
}
.only-p{
  font-size: 17px;
}

.content-new-center{
  display: flex;
  align-items: center;
}
  .tag-easte-content{
    position: relative;
    padding-right: 70px;
    padding-left: 70px;
    font-size: 17px;
  }

  .img-tag-estate{
    text-align: center;
  }

  .img-tag-estate img{
    max-width: 70%;
  }

  .me-icon-reno{
    font-size: 60px;
    color: #04797d;
  }
/************* ************* end Tag welth estate ************* ****************/




.sunrise-icon{
  max-width: 100%;
}

.specifications-text h4{
  text-transform: uppercase;
}

.new-project-31-2020{
  text-align: center;
}
.new-display-add-31{
  display: unset !important;
}

.project-farming{
  padding: 25px 25px 0px !important;
}
.contact-form{
  background: #eee;
    padding: 15px 10px 10px;
}

.icon >span{
  font-size: 30px;
}





@media screen and (max-width:1100px) {
  .highlight-box1 {
    min-height: 150px;
  }
}

@media screen and (max-width:992px) {
  .first-tab-link {
    padding: 2px 10px;
    font-size: 14px;
  }
  .about-img {
    margin: 0 auto;
  }
  .highlight-box1 {
    min-height: 150px;
  }
  .w-45 {
    margin-left: 30px;
  }
}

@media screen and (max-width:991px) {
  .block-18 {
    display: flex;
    justify-content: center;
  }
  .tag-easte-content {
    padding-right: 0px;
}
}

@media screen and (max-width:768px) {
  .highlight-box1 {
    margin-bottom: 25px;
  }
  .navbar-brand>img {
  width: 94px !important;
}
  .ftco-footer {
    padding: 4em 0 0.2em;
  }
  .site-plan, .faq, .gallery, .ftco-section, .profile {
    padding: 3em 0em;
  }
  .tabs {
    padding: 3em 0em 0em;
  }
  .floor-tabs {
    padding: 0;
  }
  .first-tab-item {
    margin-bottom: 0 !important;
  }
  .first-tab-item:last-child {
    margin-right: 0px;
  }
  .w-45 {
    margin-left: 0;
  }
  .count-small-text {
    font-size: 13px !important;
    height:50px !important;
  }
  .carousel-caption h1{
      font-size:28px !important;
      color:#fff !important;
  }
  .text-counter {
    flex-direction: column;
    text-align: center;
  }
  .ftco-counter .text-counter.text-border {
    border-right: 0;
  }
  .tag-easte-content {
    padding-right: 0px;
}
}

@media screen and (max-width:767px) {
  .heading-section {
    margin-top: 5px;
  }
  .filters>ul>li:not(:last-child) {
    margin-right: 15px;
  }
  .services-section, .ftco-section {
    padding-bottom: 2em !important;
  }
  .search-place {
    margin-bottom: 25px;
  }
  .about-images {
    flex-direction: column;
  }
  .vertical {
    flex-direction: column;
  }
  .review {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .pills .review .desc {
    margin-left: 0;
    width: 100%;
  }
  .pills .review .desc h4 span {
    width: 100%;
  }
}

@media screen and (min-width:577px)
{
  .count-title{
      font-size:14px;
      }
      .grid-mobile
  {
    display: none;
  }
}

@media screen and (max-width:577px)
{
    .filters 
    {
      display: none;
    }
    
  
}
@media screen and (max-width:576px) {
  .grid-mobile 
  {
    display: block;
  }
  .first-tab-link {
    font-size: 10px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-radius: 0;
  }
  .first-tab-item {
    border-radius: 0;
  }
  .badge-custom {
    background-color: transparent !important;
    border: none !important;
    color: #21243d !important;
    font-size: 1.2rem;
  }
  .floor-plan-title {
    text-align: center;
    margin-top: 20px;
  }
  .floor-plan-details>ul {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
  .floor-plan-details>ul>li {
    margin-bottom: 0px;
    margin-right: 0;
    font-size: 0.9rem;
  }
  .faq-btn {
    font-size: 16px;
  }
  .first-tab-ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .first-tab-item {
    margin-right: 10px !important;
    margin-bottom: 5px !important;
  }
  .site-card-body {
    padding: 0rem 0.5rem 0rem;
  }
  .site-btn {
    padding: 0;
    font-size: 15px;
  }
  .site-card-header {
    padding: 0;
  }
  .site-card {
    margin-bottom: 18px;
  }
  .w-45 {
    margin-left: 0;
  }
  .property-wrap {
    margin-bottom: 0;
  }
  /*.hero-wrap.hero-wrap-2 .overlay {*/
  /*  height: 350px;*/
  /*}*/
  /*.hero-wrap.hero-wrap-2 .slider-text {*/
  /*  height: 350px !important;*/
  /*}*/
  /*.hero-wrap.hero-wrap-2 {*/
  /*  height: 350px !important;*/
  /*  position: relative;*/
  /*}*/
  .property-details .img {
    min-height: 400px;
    height: 400px;
  }
 
}

@media screen and (max-width:480px) {
  .filters>ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .filters>ul>li {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 4px 20px;
  }
  .filters>ul>li:not(:last-child) {
    margin-right: 7px;
  }
  .faq-btn::after, .faq-btn.collapsed::after {
    position: absolute;
    top: 15px;
    left: 50%;
  }
  .faq-btn {
    margin-top: 25px;
  }
}

@media screen and (max-width:400px) {
  .list-team {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .highlight-box1 {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    min-height: 150px;
  }
  .property-wrap .text {
    padding: 25px 0px;
  }
}

@media screen and (max-width:375px) {
  .faq-btn::after, .faq-btn.collapsed::after {
    position: absolute;
    top: 15px;
    left: 50%;
  }
  .faq-btn {
    margin-top: 25px;
  }
}

@media screen and (max-width:320px) {
  .block-27 ul li a, .block-27 ul li span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .highlight-box1 {
    height: 216px;
    min-height: 216px;
  }
  .count-title {
    font-size: 20px;
  }
}

.home-slider-block .item>img {
  min-height: 430px;
  object-fit: cover;
  max-width: 100% !important;
}