.drdoofice
{
    background:#fff;
    border-top-left-radius: 10px;
    box-shadow: 0px 0px 8px 0.2px #999;
    cursor: pointer;
    margin-bottom: 60px;
    padding: 10px;
    position: relative;
}
.innerDrdoofice
{
    position: absolute;
    top:-40px;
    left:-10px;
    background:#eee;
    height:100px;
    width:100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}
.picMang
{
    background:#fff;
    box-shadow: 1px 1px 8px 1px #999;
    height:80px;
    align-self: center;
    width:80px;
    border-radius: 50%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    
}
.drdoofice2
{
    background-color:cornflowerblue;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 8px 0.2px #999;
    cursor: pointer;
    margin-bottom: 30px;
    padding: 10px;
    padding-bottom: 0px;
    position: relative;
    border-bottom-right-radius: 5px;    
}
.innerDrdoofice2
{
    position: absolute;
    top:0px;
    left:0px;
    height:100px;
    width:100px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    display: flex;
    justify-content: center;    
}
.picMang2
{
    background:#fff;
    border: 2px solid #fff;
    border-bottom-right-radius: 7px;    
    height:80px;
    align-self: center;
    width:80px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;

}
.avaiBox
{
    width:100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0px;
    top:0px;
    background: rgba(0,0,0,0.5);
    border-bottom-right-radius: 5px;    
}
.addDt2
{
    position: absolute;
    left:105px;
}
.nameK2 a
{
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;

}
.nameK a
{
    font-size: 12px;
    text-transform: uppercase;
    color: firebrick;
    
}
.catg2 p a
{
    font-weight: normal;
}
.catg2 p
{
    margin-bottom: 0px;
}
.addDt
{
    position: absolute;
    left:100px;
}


.blogCard
{
    height: 360px;
    background: #fff;
    margin-bottom: 20px;
}

.imgobc
{
    height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.headingc2
{
    padding: 10px;
}
.headingc2 h5
{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;    
}
.headingc2 small
{
    display: block;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;    
}
.headingc2 p
{
    font-weight: normal;
    height: 50px;
    overflow: hidden;
}

.txtcnr
{
    padding-bottom: 30px;
}
.fromCeo
{
    font-size: 20px;
    margin-bottom: 0px;
}
.rinukidukan
{
    position: absolute;
    color: mediumspringgreen;
    font-size: 14px;
    right: 2px;
    bottom: 2px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/*SEARCH*/
@media screen and (max-width: 991px) 
{

    .abhogaCantara1
    {
        overflow-x: auto;
    }
    .abhogaCantara
    {
        width:10000px;

    }
    .innerBuddy
    {
        width:250px;
        float: left;
        margin:30px 10px 0px 0px;
    }
    .innerBuddy .drdoofice
    {
        margin-bottom:10px;
    }
}

/*SEARCH*/

