.latest-news .card {
    margin-bottom: 30px;
    border: none;
}
.latest-news ul {
    list-style: none;
    margin-bottom: 0px;
    padding: 0px;
    display: inline-flex;
    align-items: center;
}
.social-share ul li {
    margin-right: 10px;
}
.social-share .fa {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #48629d;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.social-share .fa-linkedin-in{
     background-color: #077ab3;
}
.social-share .fa-twitter{
      background-color: #00a9ee;   
}
.social-share .fa-instagram{
      background-color: #d83527;   
}
.latest-news figure {
    height: 400px;
}
.latest-news h4 a {
    color: #333;
}
.latest-news h4 a:hover{
	text-decoration: none;
}
.latest-news ul li a {
    color: #555;
}
.date-sec .fa {
    color: #1e4356;
}
.btn-sky-blue{
	background-color:#68A4C4 !important;
	color: #fff !important;
}
.page-item.active .page-link {
    background-color: #1e4356;
    border-color: #1e4356;
}
.categaory ul li {
    border-top: solid 1px #ddd;
    padding: 10px 0;
}
.right-section .card {
    margin-bottom: 15px;
    flex-direction: row;
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
}
.right-section h6 a {
    color: #333;
}
.comment-section .form-control {
    height: 45px;
    border-radius: 0px;
    font-size: 20px;
}
.comment-section textarea.form-control {
    height: auto;
}
.right-section .card:last-child {
    border: none;
}
.right-section .form-control {
    height: 45px;
}
.latest-news.details figure{
	height: auto;
}


@media only screen and (max-width:767px) {
.latest-news figure {
    height: auto;
}
.date-sec li {
    font-size: 12px;
}
.latest-news h4 {
    font-size: 1rem;
}
.comment-section {
    padding-bottom: 1.5rem!important;
    padding-top: 1.5rem!important;
    padding-left: 0.5rem!important;
    padding-right: 0.5rem!important;
}
.latest-news.details .btn-sky-blue {
    margin-top: 0px !important;
}
p {
    font-size: 15px !important;
    text-align: justify;
}
.latest-news .btn-sky-blue {
    margin-top: 30px !important;
}
 .contact-dt.tops{
    margin-bottom: 15px;
 }
 .social-share.text-right {
    margin-bottom: 20px;
}
.latest-news h1{
	margin-top: 20px;
	font-size: 18px;
	margin-bottom: 0px !important;
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
.latest-news figure {
    height: auto;
}
p {
    font-size: 15px !important;
    text-align: justify;
    line-height: 1.8rem;
}
.date-sec li {
    font-size: 14px;
}
.px-4 {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}
.social-share .fa {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.right-section .card-title{
	margin-bottom: 0px;
}
.right-section span{
	font-size: 14px;
}
.mb-5{
    margin-bottom: 2rem!important;
}
.latest-news h1{
	margin-top: 20px;
	font-size: 2rem;
}
}

@media only screen and (min-width:1024px) and (max-width:1170px) {

}



#blog-detail-text {
	width: 100%;
	
}

#blog-detail-text ul {
	display: block;
    list-style: disc;
    padding-left: 20px;	
}

#blog-detail-text strong {
	font-weight: bold;
}


