.blog-top{
	background-image: url(../img/blog-sld.jpg);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}
.list-on-box{
	border-radius: 10px;
	border: 1px solid #EEEEEE;
}
.list-img img{
	border-radius: 10px 0px 0px 10px;
}
.list-img.lpd img{
	border-radius: 10px 10px 0px 0px;
}
.icon-blog.dws{
    border-radius: 0px;
}
.icon-blog{
	background-color: #ECF2FF;
    padding: 8px 14px 7px 14px;
    border-radius: 0px 10px 0px 0px;
}
.icon-blog span{
	font-size: 12px;
	color: #54617D;
}
.icon-blog span i{
	margin-right: 4px;
}
.blog-box-txt h4 a{
	font-size: 16px;
	color: #000;
	font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
}
.blog-box-txt p{
	font-size: 14px;
	color: #616161;
}
.blog-box-txt a{
	font-size: 12px;
	color: #51baff;
	text-transform: uppercase;
	font-weight: 700;
    text-decoration: none;
}
.blog-box-txt{
	padding: 16px 14px;
}
.pic-abv img{
	height: 60px;
    width: 60px;
    position: absolute;
    top: 10px;
    border-radius: 0px;
    right: 10px;
}
.pic-abv a{
	background: rgba(109, 197, 255, .8);
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    padding: 3px 6px 4px 6px;
    border-radius: 5px;
    font-weight: 400;
    left: 10px;
    bottom: 10px;
    position: absolute;
}
.pegination-men .page-item .page-link{
	border: none;
    box-shadow: none;
    color: #9D9D9D;
}
.pegination-men .page-item .page-link.active{
    color: #fff;
    background-color: #497eff;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pegination-men .page-item .page-link{
	background-color: transparent;
}
.pegination-men .page-item .page-link i{
	margin: 0px 10px;
	font-size: 13px;
}
.pegination-men .page-item .page-link:hover{
   background-color: transparent;
}
.top-blog .list-img{
	width: 30%;
}
.right-blg{
	width: 70%;
}
.top-blog .list-on-box{
	display: flex;
}
.rlated-men{
	border-top: 1px solid #efefef;
	padding-top: 20px;
}


/*blog details start*/
.details-top{
	border-top: 1px solid #eeeeee;
}
.dttl-blog span{
	font-size: 14px;
	color: #9D9D9D;
}
.dttl-blog span i{
	margin-right: 5px;
}
.dtels-bnr p{
	font-size: 16px;
	color: #616161;
	margin: 20px 0px;
}
.dtl-men h3{
	font-size: 22px;
    font-weight: 600;
    margin: 40px 0px 10px 0px;
}
.combi-two{
	margin-top: 24px;
}
.combi-two h4{
	font-size: 20px;
    font-weight: 600;
}
.combi-two p{
	font-size: 16px;
    color: #616161;
}
.dttl-blog span ul{
	list-style: none;
	padding-left: 0px;
	display: flex;
    margin-bottom: 0px;
}
.dttl-blog span ul li a{
	text-decoration: none;
}
.dttl-blog span ul li a i{
	height: 36px;
    width: 36px;
    background-color: red;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #9d9d9d;
}
.share h4{
	color: #54617D;
	font-size: 20px;
    font-weight: 600;
    margin: 30px 0px 20px 0px;
}
.related-one .pic-abv img{
   width: auto !important;
}
.related-one .owl-carousel .owl-nav button.owl-prev{
    color: #2e5dd0;
    border: 1px solid #E7EEFF;
    position: absolute;
    top: 42px;
    left: -22px;
}
.related-one .owl-carousel .owl-nav button.owl-next{
    color: #2e5dd0;
    border: 1px solid #E7EEFF;
    position: absolute;
    top: 42px;
    right: -22px;   
}
.related-one .owl-carousel .owl-nav{
	position: absolute;
    top: -98px;
    right: 40px;
}
.related h3{
	font-size: 24px;
	font-weight: 600;
	margin: 28px 0px 20px 0px;
}
.related{
	border-top: 1px solid #eeeeee;
    margin: 44px 0px;
}
.pegination-men .page-item .page-link.active{
    color: #fff;
    background-color: #6dc5ff;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.dtl-top{
	background-image: url(../images/bg-dtls.jpg);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 55px 0px;
}
.dtl-top h1{
	font-size: 36px;
    font-weight: 600;
}
.men-bg{
	background-color: #fff;
	padding: 1px 8px 24px 8px;
	margin-top: 16px;
	border-radius: 10px;
}
/*blog details end*/
@media(max-width: 1199px){
.top-blog .list-img {
    width: 36%;
}
.men-bg{
	margin-top: 80px;
}
.top-blog .list-on-box{
	flex-direction: column;
}
.right-blg {
    width: 100%;
}
.top-blog .list-img {
    width: 100%;
}
.list-img img {
    border-radius: 10px 10px 0px 0px;
}
.icon-blog {
    border-radius: 0px 0px 0px 0px;
}
}

@media(max-width: 991px){
.dtl-top h1 {
    font-size: 28px;
}
.dtl-top{
	margin-top: 62px;
	background-position: bottom;
	padding: 22px 0px;
}
}

@media(max-width: 767px){
.dtl-top h1 {
    font-size: 24px;
}
.dtl-men h3 {
    font-size: 18px;
}
.related{
	margin: 28px 0px;
}
}

@media(max-width: 575px){
.dtl-top h1 {
    font-size: 22px;
}
}
