hr.new4 {
  border: 2px solid #0f7ad5;
  padding: 0;
  margin: 0;
}

.categories-list {
    padding: 0;
    margin: 0;
}

.categories-list li {
    display: inline-block;
    font-size: 14px;
    margin: 0 2% 4px 0;
    vertical-align: top;
}

.categories-container {
    display: flex;
    flex-wrap: wrap
}

.category-box {
    flex: 0 0 25%;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0;
    text-align: center;
    padding: 25px;
    border-radius: 4px;
    transition: .35s
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .category-box {
        max-width: 25%;
        text-align: center
    }

    .category-box-counter {
        width: 50px !important
    }
}

.category-box-icon {
    font-size: 42px;
    line-height: 32px;
    color: var(--theme-color-1);
    position: relative
}

.category-box-icon i {
    height: 42px;
    display: block;
    transition: .35s;
    margin-bottom: 12px
}

.category-box-counter {
    width: auto;
    height: 24px;
    font-size: 14px;
    line-height: 25px;
    border-radius: 4px;
    padding: 0 8px;
    color: #909090;
    background: rgba(0, 0, 0, .06);
    font-weight: 600;
    display: inline-block;
    margin: 0 auto;
    transition: .35s;
    margin-bottom: 18px
}

.category-box-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
    padding: 0;
    transition: .35s
}

.category-box-content p {
    color: #888;
    margin: 0;
    padding: 0;
    line-height: 24px;
    margin-top: 5px;
    transition: .35s
}

.category-box:hover {
    background: var(--theme-color-1);
    box-shadow: 0 4px 12px var(--theme-color-0_2);
    color: #fff
}

.category-box:hover .category-box-content h3, .category-box:hover .category-box-icon {
    color: #fff
}

.category-box:hover .category-box-content p {
    color: rgba(255, 255, 255, .7)
}

.category-box:hover .category-box-counter {
    background: rgba(0, 0, 0, .2);
    color: #fff
}

.category-box-arrow, .category-box-content h3 small {
    display: none;
}

@media (max-width: 1240px) {
    .category-box {
        flex: 0 0 33.3%
    }
}

@media (max-width: 768px) {
    .category-box {
        flex: 100%;
        justify-content: flex-start;
        padding: 5px 10px;
        flex-direction: row;
        border-bottom: 1px solid #eaeaea;
        position:relative;
        max-width: 100%;
        text-align: left;
    }

    .category-box-arrow {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }

    .category-box-icon {
        width: 30px;
    }

    .category-box-icon i {
        margin: 0;
        height: auto;
        font-size: 30px;
        line-height: 30px;
    }

    .category-box-counter {
        display: none;
    }

    .category-box-content {
        width: 85%;
    }

    .category-box-content h3 {
        margin-left: 10px;
        margin-top: 6px;
        padding-right: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .category-box-content h3 small{
        display: unset;
        color: #a09f9f;
    }
}

@media (max-width: 480px) {
    .category-box {
        flex: 0 0 100%;
        margin-right: 0
    }
}


.property-card .vid {
    color: white;
    display: flex;
    width: 50%;
    height: 60px;
    margin: auto;
    align-items:center;
    justify-content:center;
	font-size: 30px;
	
}

.property-card .utube {
	z-index: 9;
    background: #fe0303;
    height: 60px;
    position: absolute;
    left: 10px;
    top: 130px;
    width: 60px;
	border-radius: 50%;
	opacity: 0.9;
}

.property-card .vid2 {
    color: white;
    display: flex;
    width: 50%;
    height: 60px;
    margin: auto;
    align-items:center;
    justify-content:center;
	font-size: 30px;
	
}

.property-card .utube2 {
	z-index: 9;
    background: #fe0303;
    height: 60px;
    position: absolute;
    left: 10px;
    top: 110px;
    width: 60px;
	border-radius: 50%;
	opacity: 0.9;
}

.property-card .sold5 {
	z-index: 9;
    background: #0f7ad5;
    height: 100px;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 230px;
	opacity: 0.7;
}

.property-card .out5 {
    color: white;
    display: flex;
    margin: auto;
    align-items:center;
    justify-content:center;
	font-size: 30px;
	
}