.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content-section .item {
    border: 1px solid #cecece;
    margin-bottom: 15px
}

.content-section .listing {
    flex: 0 0 auto;
    max-width: initial;
    width: 160px;
    min-width: 160px;
    max-height: 155px;
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer
}

.content-section .listing-desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: inherit;
    max-width: inheri
}

.listing-desc .card-body {
    padding: .44rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding-top: 0
}

.listing-desc .listing-text, .listing-desc .listing-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.listing-desc .listing-title {
    font-size: 22px;
    margin-bottom: 10px
}

.listing-desc .listing-text {
    -webkit-line-clamp: 4;
    font-size: 16px;
    margin-bottom: 10px
}

.listing-desc .card-body > a {
    float: right;
    margin-right: 8px
}

.phone, .whatsapp {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 3px;
    position: relative;
    background: #25d366 !important;
    font-size: 24px;
    padding: 12px 15px;
    color: #fff;
    margin-bottom: 10px
}

.whatsapp {
    padding: 0px;
}

.content-section .listing .card-img-top {
    max-width: 100%;
    display: block;
    height: auto
}

@media screen and (max-width:767px) {
    .listing-desc .listing-title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .listing-title a {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2
    }

    .listing-title {
        font-size: 18px;
        line-height: 26px;
        margin-left: 10px;
        margin-right: 5px;
        margin-bottom: 0
    }

    .content-section .listing {
        max-height: 165px
    }
}

.whl.whatsapp img {
    width: 40px
}

.logo-img2 {
    display: none
}

@media screen and (max-width:576px) {
    .logo-img1 {
        display: none
    }

    .logo-img2 {
        display: block
    }
}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999;
    right: 0
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 5px;
        transition: all .3s ease;
        color: #fff;
        font-size: 5px
    }

        .icon-bar a:hover {
            background-color: #000
        }

.facebook {
    background: #3b5998;
    padding: 18px 5px !important;
}

.whatsapp1 {
    background: #25d366 !important;
    margin-top: 10px
}

@media (max-width:767px) {
    .recent-blog ul li {
        width: 49% !important;
        float: left !important
    }
}
