/* =========================
   ROW
========================= */

.row {
    display: flex;
    flex-wrap: wrap;
}

/* =========================
   CONTENT SECTION
========================= */

.content-section .item {
    border: 1px solid #cecece;
    margin-bottom: 15px;
}

.content-section .listing {
    flex: 0 0 auto;
    width: 160px;
    min-width: 160px;
    max-height: 220px;
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}

.content-section .listing .card-img-top {
    max-width: 100%;
    display: block;
    height: auto;
}

.content-section .listing-desc {
    flex: 1;
    flex-direction: column;
    max-width: inherit;
}

.listing-desc .card-body {
    padding: .44rem;
    padding-top: 0;
    flex: 1 1 auto;
}

.listing-desc .listing-title,
.listing-desc .listing-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.listing-desc .listing-title {
    font-size: 22px;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
}

.listing-desc .listing-text {
    font-size: 16px;
    margin-bottom: 10px;
    -webkit-line-clamp: 4;
}

.listing-desc .card-body > a {
    float: right;
    margin-right: 8px;
}

/* =========================
   SMALL ICON BUTTONS
========================= */

.whatsapp,
.phone {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #25D366 !important;
    color: #fff;
    font-size: 24px;
    padding: 10px 13px;
    border-radius: 3px;
    margin-bottom: 10px;
}

/* =========================
   FLOATING BUTTONS
========================= */

.floating-call,
.floating-whatsapp {
    position: fixed;
    right: 18px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0,0,0,.35);
    transition: .3s;
    z-index: 999999;
}

.floating-call {
    background: #e60000;
    bottom: 80px;
}

.floating-whatsapp {
    background: #25D366;
    bottom: 20px;
}

.floating-call:hover,
.floating-whatsapp:hover {
    transform: scale(1.1);
    color: #fff;
}

.floating-call i,
.floating-whatsapp i {
    font-size: 36px;
}

/* =========================
   MOBILE
========================= */

@media (max-width:768px){

    .listing-desc .listing-title {
        font-size: 20px;
        margin-bottom: 0;
    }

    .listing-title {
        font-size: 18px;
        line-height: 26px;
        margin: 0 5px 10px 10px;
    }

    .listing-title a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .content-section .listing {
        max-height: 220px;
    }

    .floating-call,
    .floating-whatsapp {
        width: 50px;
        height: 50px;
        right: 15px;
    }

    .floating-call i,
    .floating-whatsapp i {
        font-size: 32px;
    }
}


  

	    .icon-bar { position: fixed; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 99999; right: 0;}
        /* Style the icon bar links */
        .icon-bar a { display: block; text-align: center; padding: 16px; transition: all 0.3s ease; color: white; font-size: 20px;}
        /* Style the social media icons with color, if you want */
        .icon-bar a:hover { background-color: #000;}
        .facebook {
            background: #3B5998;
        }
        .whatsapp1 {
            background: #25D366!important;
            margin-top: 10px;
        }
        .whatsapp, .phone {
            display: inline-block;
            height: 45px;
            width: 45px;
            border-radius: 3px;
            position: relative;
            background: #25D366 !important;
            font-size: 24px;
            padding: 10px 13px;
            color: #fff;
            margin-bottom: 10px;
        }
        @media (max-width: 767px) {
/*            .mycontainer {
                padding-right: 15px!important;
                padding-left: 15px!important;
            }*/
            .recent-blog ul li{
                width: 49%!important;
                float: left!important;
            }
        }

