.geo_city, .gra  {
    color: #000;
    font-size: 16px;
}

.top_header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.geo_marker, .gra-marker {
    color: rgb(7, 7, 7) !important;
    font-size: 18px;
}

.brand_icon {
    font-size: 22px !important;
}

.vk {
    color: rgb(19, 67, 224) !important;
}

.odnoklasniki {
    color: rgb(207, 76, 0) !important;
}

.youtube {
    color: rgb(224, 19, 19) !important;
}

.telegram {
    color: #1f97d3 !important
}

.whatsapp {
    color: #009e3d !important
}

.skype {
    color: #0065d8 !important
}

.viber {
    color: #774E98 !important
}

.a-phone-realt {
    font-weight: bold;
    font-size: 20px;
    color: rgb(8, 8, 8) !important;
}

.a-phone-realt:hover {
    text-decoration: none;
}

.phone-alt {
    margin-right: 6px;
}

.menu-realt-index {
    background-color: #20b2aa;
    padding-top: 7px;
    padding-bottom: 7px;
    position: sticky; 
    top: 0; 
    z-index: 999;
}



.realt-link {
    color: #fff !important;
    font-size: 18px;
}

.bhead-row {
    text-align: center !important;
}

.bhead-container {
    height: 100% !important;
}

.bhead-title {
    font-weight: bold;
    line-height: 36px;
}

.btn-header {
    padding: 10px 20px !important;
}

.block-cat {
    margin-top: 15px;
}

.cat-icon {
    width: 48px !important;
    float: left;
    margin-right: 7px;
}

.cat-link {
    text-decoration: none;
    color: #fff;
}

.cat-link:hover {
    text-decoration: none;
    color: #fff;
} 

.cat-name {
    font-size: 15px;
    padding-left: 5px;
}

.count-cat {
    position: relative;
    bottom: 5px;
}

.favorit-icon {
    width: 64px !important;
}

.title-favorit {
    padding-top: 8px;
    font-size: 16px;
}

.f-block:hover {
    border: 1px solid rgba(66, 165, 45, 0.9);
}

.counter{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 10px 30px 50px;
    border-top: 25px solid #36B4C2;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,0.3) inset;
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 1;
}
.counter:before{
    content: '';
    background-color: #36B4C2;
    height: 100%;
    box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3) inset;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0; 
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
}
.counter .counter-icon{
    color: #fff;
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 15px;
}
.counter .counter-value{
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    display: block;
}
.counter h3{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0;
}
.counter.magenta{ border-color: #B0112D; }
.counter.magenta:before{ background-color: #B0112D; }
.counter.yellow{ border-color: #f49c04; }
.counter.yellow:before{ background-color: #f49c04; }
.counter.purple{ border-color: #A00DB1; }
.counter.purple:before{ background-color: #A00DB1; }
@media screen and (max-width:990px){
    .counter{
        width: 220px;
        margin: 0 auto 40px;
    }
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.product-grid{
    font-family: 'Rubik', sans-serif;
    text-align: center;
    position: relative;
    z-index: 1;
}
.product-grid:before,
.product-grid:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 1px solid #fd7b19;
    border-left: 1px solid #fd7b19;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.product-grid:after{
    border: none;
    border-right: 1px solid #fd7b19;
    border-bottom: 1px solid #fd7b19;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}
.product-grid:hover:before,
.product-grid:hover:after{
    width: 100%;
    height: 100%;
}
.product-grid .product-image{
    padding: 1px;
    overflow: hidden;
    position: relative;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-grid .product-sale-label{
    color: #fff;
    background-color: #57b8eb;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 2px 8px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.product-grid .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.product-grid:hover .product-links{ opacity: 1; }
.product-grid .product-links li a{
    color: #aaa;
    font-size: 16px;
    line-height: 31px;
    height: 33px;
    width: 33px;
    margin: 0 0 7px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    display: block;
    transition: all 0.3s ease 0s;
}
.product-grid .product-links li a:hover{
    color: #fff;
    background-color: #fd7b19;
    border-color: #fd7b19;
}
.product-grid .product-content{ padding: 15px; }
.product-grid .title{
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 11px;
}
.product-grid .title a{
    color: #202020;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #999; }
.product-grid .price{
    color: #555;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 12px;
}
.product-grid .price span{ text-decoration: line-through; }
.product-grid .add-cart{
    color: #fff;
    background: #fd7b19;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 12px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    display: block;
    transition: all 0.3s ease;
}
.product-grid .add-cart:hover{
    color: #fff;
    background: #fd7b19;
    border-color: #fd7b19;
}
@media screen and (max-width: 990px){
    .product-grid{ margin-bottom: 30px; }
}

.cat-block {
    padding-top: 15px !important;
}

.block-info-3, .block-info-4 {
    padding-bottom: 50px;
}

.call-action1 {
    background-color: #eee;
    padding-top: 90px;
    padding-bottom: 90px;
}

.price-realt {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color:rgb(207, 76, 0);
    font-weight: bold;
    color: #fff;
    padding: 8px;
}

.realty-title {
    margin-top: 10px;
}

.facts {
    padding-top: 90px;
    padding-bottom: 90px;
}
 
.demo{ background: #f4f7fa; }

.testimonial{
    background: #fff;
    padding: 20px;
    margin: 0 15px 10px 15px;
    position: relative;
}
.testimonial:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #0d8a63;
    position: absolute;
    top: 4%;
    left: 2%;
    opacity: 0.5;
    z-index: -1;
}
.testimonial .title{
    font-size: 20px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    margin-top: 0;
}
.testimonial .description{
    font-size: 16px;
    color: #555;
    line-height: 22px;
    text-align: justify;
}
.testimonial .testimonial-content{
    position: relative;
}
.testimonial .pic{
    display: inline-block;
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .content{
    display: inline-block;
}
.testimonial .name{
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}
.testimonial .post{
    font-size: 14px;
    color: #555;
    line-height: 24px;
}
.testimonial .rating{
    padding: 0;
    margin: 0;
    list-style: none;
}
.testimonial .rating li{
    display: inline-block;
    color: #ffc207;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #0d8a63;
}
@media only screen and (max-width: 479px){
    .testimonial .testimonial-content:after{
        content: "";
    }
}

.footer-black {
    background-color: #333333;
    padding-top: 50px;
    padding-bottom: 50px;
}

.content-realty {
    padding-bottom: 50px;
}

.dropdown-menu {
    background-color: #40c888 !important;
}

.price-list {
    background: #ff6730;
    color: white;
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 4px 10px;
}

.r-title {
    font-size: 16px; 
    padding-bottom: 15px; 
    font-weight: bold; 
    color: #000;
}

.geo-list, .item-prop {
    display: block;
    margin-top: 10px;
}

.ipoteka {
    position: absolute;
    padding: 4px 20px;
    background: #fffd95;
    right: 0px;
    border-bottom-left-radius: 7px;
    font-weight: bold;
}

.is_sale {
    position: absolute;
    padding: 4px 20px;
    background: #ff0000;
    right: 0px;
    border-bottom-left-radius: 7px;
    font-weight: bold;
    color: #fff;
}

.realty-item-title {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.id-realty {
    padding-left: 7px;
    padding-right: 7px;
    margin-left: 5px;
    background: #0093DD;
    color: #fff;
}

.price-item-realty {
    display: block;
    margin-top: 12px;
    background: #0093DD;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;;
}

.ipoteka-item-realty {
    display: block;
    margin-top: 12px;
    background: #e1ff6a;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: bold;;
}

.is-sale-item-realty {
    display: block;
    margin-top: 12px;
    background: #ff0000;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;;
}

.agent {
    border: 2px solid #0093DD;
    padding: 15px;
    margin-top: 20px;
}

.agent-title {
    font-weight: bold;
    color: #000;
    margin-bottom: 12px;
}

.agent-span {
    margin-top: 10px;
    font-size: 16px;
}

.r-info {
    margin-top: 15px;
    font-size: 17px;
    color: #000;
    clear: both;
}

/* For Smartphone */

@media only screen and (max-device-width: 564px) {
    .brand {
        text-align: center;
    }
    .logo-realt {
        margin-bottom: 15px;
    }
    .geo_realt {
        display: none;
    }
    .gra_realt {
        display: none;
    }
    .social-brands {
        text-align: center;
    }
    .phone-realt {
        text-align: center;
        margin-top: 10px;
    }
}

.list3b {
    padding:0;
    list-style: none;
    counter-reset: li;
}    
.list3b li {
    position: relative;
    border-left: 4px solid #DDDDDD;
    padding:16px 20px 16px 28px;
    margin:12px 0 12px 80px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.list3b li:before {
    line-height: 32px;
    position: absolute;
    top: 10px;
    left:-80px;
    width:80px;
    text-align:center;
    font-size: 24px;
    font-weight: bold;
    color: #DDDDDD;
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;        
}
.list3b li:hover:before {
    color: #77AEDB;
}
.list3b li:after {
    position: absolute;
    top: 26px;
    left: -40px;
    width: 60px;
    height: 60px;
    border: 8px solid #3399FF;
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
    transform: translateX(-50%) translateY(-50%) scale(0.1);
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;        
}
.list3b li:hover:after {
    opacity: 0.2;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
} 

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 3px !important;
  }

  .input-group-text {
    display: none !important;
  }

  .table th, .table td {
      padding: 3px !important;
  }

  .v-realty {
      text-align: right !important;
  }