#content {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px !important;
    padding-right: 0px !important;
    width: 850px !important;
    border-right: none !important;
    border-right-color: #fff;
    font-style: italic;
}

#sidebar {
    float: left;
    width: 190px !important;
    margin-top: 20px;
    margin-left: 40px;
    background: #ecf0f1;
    padding: 10px 10px;
}


.dtl{
	padding-bottom: 15px !important;
}
/* card details start  */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:400,400i,700,700i');
section{
    padding: 20px 0;
}
.details-card {
	background: #ecf0f1;
}

.card-content {
	background: #ffffff;
	border: 4px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	width: 90% !important;
}

.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
}

.card-img img {
	width: 100%;
	height: auto;
	display: block;
}

.card-img span {
	position: absolute;
    top: 15%;
    left: 12%;
    background: #1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
.card-desc {
	padding: 1.25rem;
}

.card-desc h3 {
	color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
	color: #747373;
    font-size: 14px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
.btn-card{
	background-color: #1ABC9C;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: orange;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
}
/* End card section */

.relatedimg {
	height: 100px;
	width: 100px;
}
.bcats1 {
    padding: 5px 5px;
    background: #ffffff;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px !important;
}
.rel-contain{
    background: white;
    padding: 10px 10px;
    border: 1px solid #1815152b;
}
.bcat {
    font-size: 14px;
    color: #0080c3;
    font-style: normal;
    font-weight: 500;
}
.postedst {
    font-size: 13px;
    color: #1d1e1eb0;
    font-style: normal;
    font-weight: 500;
}
#fstyle {
    font-size: 20px;
    font-style: initial;
    height: auto !important;

}
.Datediv {
    color: #000;
    font-size: 14px;
}

.blog-page .details-card .card-desc .btn-card {
    background-color: #0080c3;
    color: #fff !important;
    margin: auto;
    text-align: center;
    display: block;
    max-width: none !important;
    width: 65% !important;
    padding: 6px 6px;
    float: right !important;
    margin-bottom: 2% !important;
}

.blog-page .details-card .dtl {
     height: 5px !important; 
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}