.footer .mb_16{
     margin-bottom: 22px;
}


.agent-item {
    overflow: hidden;
    position: relative;
    .img-style {
        width: 100%;
        overflow: hidden;
        border-radius: 12px;
    }
    .social {
        position: absolute;
        right: 12px;
        top: 12px;
        z-index: 1;
        display: grid;
        gap: 12px;
        li {
            transform: translate(40px, 40px);
            -ms-transform: translate(40px, 40px);
            -webkit-transform: translate(40px, 40px);
            visibility: hidden;
            filter: alpha(opacity=0);
            -khtml-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
            &:first-child {
                transition: all 0.3s ease-in-out 150ms;
                -moz-transition: all 0.3s ease-in-out 150ms;
                -o-transition: all 0.3s ease-in-out 150ms;
                -webkit-transition: all 0.3s ease-in-out 150ms;
                -ms-transition: all 0.3s ease-in-out 150ms;
            }
            &:nth-child(2) {
                transition: all 0.4s ease-in-out 150ms;
                -moz-transition: all 0.4s ease-in-out 150ms;
                -o-transition: all 0.4s ease-in-out 150ms;
                -webkit-transition: all 0.4s ease-in-out 150ms;
                -ms-transition: all 0.4s ease-in-out 150ms;
            }
            &:nth-child(3) {
                transition: all 0.5s ease-in-out 150ms;
                -moz-transition: all 0.5s ease-in-out 150ms;
                -o-transition: all 0.5s ease-in-out 150ms;
                -webkit-transition: all 0.5s ease-in-out 150ms;
                -ms-transition: all 0.5s ease-in-out 150ms;
            }
            &:nth-child(4) {
                transition: all 0.6s ease-in-out 150ms;
                -moz-transition: all 0.6s ease-in-out 150ms;
                -o-transition: all 0.6s ease-in-out 150ms;
                -webkit-transition: all 0.6s ease-in-out 150ms;
                -ms-transition: all 0.6s ease-in-out 150ms;
            }
        }
        a {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 48px;
            width: 48px;
            background-color: var(--White);
            font-size: 24px;
            color: var(--Text-primary);
            border-radius: 8px;
            @include transition3();
            &:hover {
                background-color: var(--Text-primary);
                color: var(--White);
            }
        }
    }
    .img-style {
        img {
            width: 100%;
            object-fit: cover;
        }
    }
    .wrap-icon {
        .icon {
            height: 40px;
            width: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            color: var(--Text-primary);
            border: 1px solid var(--Line);
            border-radius: 8px;
            &:hover {
                background-color: var(--Text-primary);
                color: var(--White);
                border-color: var(--Text-primary);
            }
        }
    }
    &:hover {
        li {
            visibility: visible;
            -khtml-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            -webkit-transform: translate(0px, 0px);
        }
    }
}


.blog-post h3{
      margin-bottom: 30px;
      margin-top: 45px;
          font-size: 33px;
              line-height: 33px;

}

.blog-post h1{
    font-size: 60px;
    line-height: 60px;
}

.blog-post p{
 margin-bottom: 10px;
}

.card-house .text-title{
     font-size: 13px;
}

.properties-calculator label{
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: var(--Text-primary);
    margin-top: 10px;
    margin-bottom: 8px;
}


select.form-control, .properties-calculator input, textarea{
outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 11px 16px;
  background-color: var(--White);
  border: 1px solid var(--Line);
  border-radius: 8px;
  color: var(--Text-primary);
  overflow: hidden;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.option-set label{
    padding-left: 14px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    color: var(--Text-primary);
}

.features-checkboxes-wrapper li{
     margin-bottom: 15px;
}
.wd-search-form .form-group{
      margin-bottom: 5px;
}

.features-checkboxes-wrapper{
 margin-top: 15px;
}

.btn-filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 8px;
    cursor: pointer;
    flex: none;
    border: 2px solid var(--Text-primary);
    font-size: 28px;
    color: var(--Text-primary);
}
.wrap-btn button.tf-btn{
    width: 100%;
}
.wrap-btn{
    display: flex;
    gap: 20px;
    flex: 10%;
}

.swiper-wrapper{
 height: inherit;
}

.properties-title .info li{
 font-size: 16px;
}

.mb20{
 margin-bottom: 20px;
}

.box-sellers img{
 max-width: 80%;
 margin-bottom: 25px;
}

.section.section-lg.bg-default{
padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;

}

.section.section-lg.bg-default a{
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline;
    margin-top: 25px;
}
