/*************************************************************************************************/
/*----------------------------  New Work for the page of BLOG  ----------------------------------*/
/*************************************************************************************************/
#secondary{
	display:none;
}
.widget-area{
	display:none;
}
img{
	max-width: 100%;
    height: auto;
}

@media screen and (max-width: 600px){
	.col-md-9 .col-md-12{
		padding-right: 0px !important; 
     	padding-left: 0px !important;
    }
    #main {
	    padding-left: 10px;
	    padding-right: 10px;
	}
}
@media only screen and (max-width: 768px) and (min-width: 600px) {
	.sider-box ul li a{
		font-size: 10px;
	}
}

@media screen and (max-width: 990px){
	#nav li {
	    display: flex !important;
	}	
}




.blog-box{
	font-size:14px;
	margin-top:20px;
	min-height:285px;
	border:1px solid #dcdcdc;
	box-shadow:0 1px 0 #eaeaea;
}
.blog-box-detail{
	font-size:14px;
	padding:20px;
	
}
.blog-box h3{
	color:#00aeef;
	font-size:16px;
	line-height:18px;
	margin: 20px 0px 10px 0px;
	font-weight:bold;
}
.blog-box-img{
	width: 100%;
    height: 200px;
    float: right;
    overflow: hidden;
    margin: 0 0px 0px;
}
.blog-box-style01{
	position: relative;
    top: 10px;
/* 	background:url(../images/calander.png) no-repeat 0 1px; */
	/*padding-left:18px;*/
	/*margin: 22px 0 20px;*/
    color: black;
    /*padding-top: 172px;*/
    font-weight: bold;
}
.blog-btn{
/* 	float:right; */
	margin:0;
}
.blog-btn a{
    height: 26px;
    line-height: 26px;
    color: #00aeef;
    display: block;
    font-size: 15px;
    margin: 10px 0 20px;
    font-weight: bold;
}
.blog-btn a:hover{
	cursor:pointer;
/* 	background:#23c3ff; */
	text-decoration:none;
}
.sider-box{
	padding:20px;
	margin-top:20px;
	border:1px solid #dcdcdc;
	box-shadow:0 1px 0 #eaeaea;
	background: #f3f3f3;
}
.sider-box h3{
	color:#333;
	font-size:22px;
	line-height:22px;
	margin:0 0 14px 0;
	font-weight:normal;
	padding-bottom:14px;
	border-bottom:1px solid #dcdcdc;
}
.sider-box-search{
	width:100%;
	font-size:16px;
	padding:10px;
	border:1px solid #dcdcdc;
}
.sider-box ul{
	padding:0;
	margin:0;
}
.sider-box ul li{
	/*background:url(../images/blue-bullet.png) no-repeat 0 11px;*/
	padding: 3px 0 3px 13px;
    list-style: none !important;
    font-size: 14px;
    line-height: 24px;
}
.sider-box ul li a{
	color:#00aeef;
	text-decoration:none;
}
.sider-box ul li:after {
    content: "";
    display: block;
    height: 1px;
    width: 90%;
    margin: 10px;
    background: #e8e8e8;
} 
.sider-box ul li a:hover{
	text-decoration:underline;
}
.blog-sb-pad{
	padding-left:0 !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.side-desk{display: none;}
	.side-mob{display: block;}
	.cont-ban-des{display: none;}  .cont-ban-mob{display: block;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.side-desk{display: none;}
	.side-mob{display: block;    padding-bottom: 20px;}
	.cont-ban-des{display: block;}  .cont-ban-mob{display: none;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.side-desk{display: none;}
	.side-mob{display: block;    padding-bottom: 20px;}
	.cont-ban-des{display: block;}  .cont-ban-mob{display: none;}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.side-desk{display:block ;} .side-mob{display:none ;}
	.cont-ban-des{display: block;}  .cont-ban-mob{display: none;}
}

@media (min-height: 1336px) and (min-width: 1024px) {
	.side-desk{display: block;}
	.side-mob{display: none;}
	.cont-ban-des{display: block;}  .cont-ban-mob{display: none;}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
	.side-desk{display: block;}
	.side-mob{display: none;}
	.cont-ban-des{display: block;}  .cont-ban-mob{display: none;}
}

@media only screen and (max-width: 992px) {
 	#grid-start{
 		display: block !important;
 	}
 	.container {
    	padding-right: 0px !important;
	}
	.col-sm-12{
		padding-right: 0px;
	}
}
@media only screen and (min-width: 992px) {
 	#grid-start{
 		display: flex !important;
 	}
}
/**************************************************************************************/
/*----------------------------  Main Page of Blogs  ----------------------------------*/
/**************************************************************************************/
.s_heading{ color: #222;font-size: 15px;font-weight: normal;font-family: Arial, Helvetica, sans-serif;}
.row{ padding-right: 0px !important;padding-left: 0px !important;}
.search {height:38px; width:37px; border: none; cursor: pointer; color:white; background-color:black; position:relative; float: right; margin-top: -39px;}
.fa-move{float: right; margin-top: -29px; z-index: 999; color: white; position: relative; margin-right: 9px; font-size: 18px;}
.clear { padding-top: 5%;}
.recent-post-img-box{float: left;width: 88px;position: relative;height: 97px;}
.latest-post-list-surface{display: inline-block;padding: 0px;}

/**************************************************************************************/
/*----------------------------  Sub Pages of Blogs  ----------------------------------*/
/**************************************************************************************/
.s_heading{ color: #222;font-size: 15px;font-weight: normal;font-family: Arial, Helvetica, sans-serif;}
.row{ padding-right: 0px !important;padding-left: 0px !important;}
.search {height:38px; width:37px; border: none; cursor: pointer; color:white; background-color:black; position:relative; float: right; margin-top: -39px;}
.fa-move{float: right; margin-top: -29px; z-index: 999; color: white; position: relative; margin-right: 9px; font-size: 18px;}
.clear { padding-top: 5%;}
.s_heading{ color: #222;font-size: 28px;font-weight: normal;font-family: Arial, Helvetica, sans-serif;text-align: left;color: #00aeef;}
	
#p_font { color: black;font: 15px/1.7 Lato, open-Sans, open-Sans Sans-serif; }
.txt_bold{ color: black; font-weight: bold;}
.cont-date{padding-top: 0px !important;padding-left: 15px; padding-right: 15px;}
.cont-detail{padding-left: 15px; padding-right: 15px;}
.img-fluid {margin: 0 auto;}