 .clearfix {
 	*zoom: 1;
 }
 .clearfix:before, .clearfix:after {
 	display: table;
 	content: "";
 	line-height: 0;
 }
 .clearfix:after {
 	clear: both;
 }


/*// Extra large devices (large desktops, 1200px and up)
*/
@media (min-width: 1200px)  {
	.mob-display{
		display: none;
	}
	.mob-hide{
		display: flex;
	}
}


/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.mob-display{
		display: none;
	}
	.mob-hide{
		display: flex;
	}
}

/* // Medium devices (tablets, 768px and up)
*/
@media (min-width: 768px) and (max-width: 991.98px) {



	.mob-display{
		display: none;
	}

	.mob-hide{
		display: flex;
	}

	.manornjn-list .dtl {

		width: calc(100% - 100px);
		padding: 10px;

	}

	.manornjn-list .img-wrap {

		width: 100px;

	}

	.business-s .busins-dtl {

		width: calc(100% - 70px);
		padding: 0 10px;

	}

	.business-s .img-wrap {
		width: 70px;
	}

		footer .white-wrap{
		margin-bottom: 20px;
	}

}

/*// Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {
	
	.logo-wrap {

		text-align: center;
		margin: 0 0 20px 0;

	}

	.bigyapan-no {

		text-align: center;
		margin: 0 0 10px 0;

	}

	.socio-head {

		text-align: right;
      padding: 5px 0;

	}

  .socio-head li {
  	margin-left: 10px;
  }

  
	.navbar-toggler .fa{
		color: #fff;
	}

	.logo-bar{
		text-align: center;
	}

	.lang {

		text-align: center;

	}

	.flash-wrap h1 a {

		font-size: 40px;
		font-weight: 700;
		line-height: 50px;


	}

	.news-dtl h2 {

		font-size: 24px;

	}

	.manornjn-list .dtl {

		width: calc(100% - 100px);
		padding: 10px;

	}

	.manornjn-list .img-wrap {

		width: 100px;

	}

	.manornjn-list .dtl strong a{
		font-size: 20px;
	}

	.add-sec {

		margin: 10px 0;
		text-align: center;

	}

	.mob-hide{
		display: none;
	}

	.mob-display{
		display: flex;

		background: #999;

		margin: 0 0 10px 0;
	}

	.biswo-wrap .biswo-dtl {

		width: calc(100% - 80px);
		padding: 10px 65px;

	}

	.biswo-wrap .img-wrap {

		width: 80px;

	}

	.featr-wrap {

		margin: 0 0 20px 0;

	}

	footer .white-wrap{
		margin-bottom: 20px;
	}

	.footer-bottom .c-wrap {

		display: block;
		text-align: center;

	}

	.flash-wrap {

		text-align: center;
		padding: 50px 30px;

	}
  
    .nep-time {

    display: block;
    text-align: left;

}
  
    .white-wrap .nav-tabs .nav-link{
  padding: 8px;
  }
  
    .gallery-sec .carousel-indicators{
    flex-direction: row;
  }

  .gallery-sec .carousel-indicators li {

    margin: 5px;

}
  

}

/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px)  {   

	.logo-wrap {

		text-align: center;
		margin: 0 0 20px 0;

	}

	.bigyapan-no {

		text-align: center;
		margin: 0 0 10px 0;

	}

	.socio-head {

		text-align: right;
      padding: 5px 0;

	}

	.navbar-toggler .fa{
		color: #fff;
	}

	.logo-bar{
		text-align: center;
	}

	.lang {

		text-align: center;

	}

	.flash-wrap h1 a {

		font-size: 40px;
		font-weight: 700;
		line-height: 50px;


	}

	.news-dtl h2 {

		font-size: 24px;

	}

	.manornjn-list .dtl {

		width: calc(100% - 100px);
		padding: 10px;

	}

	.manornjn-list .img-wrap {

		width: 100px;

	}

	.manornjn-list .dtl strong a{
		font-size: 20px;
	}

	.add-sec {

		margin: 10px 0;
		text-align: center;

	}

	.mob-hide{
		display: none;
	}

	.mob-display{
		display: flex;

		background: #999;

		margin: 0 0 10px 0;
	}

	.biswo-wrap .biswo-dtl {

		width: calc(100% - 80px);
		padding: 10px 65px;

	}

	.biswo-wrap .img-wrap {

		width: 80px;

	}

	.featr-wrap {

		margin: 0 0 20px 0;

	}

	footer .white-wrap{
		margin-bottom: 20px;
	}

	.footer-bottom .c-wrap {

		display: block;
		text-align: center;

	}

	.flash-wrap {

		text-align: center;
		padding: 50px 30px;

	}
  .socio-head {
 
	}

  .socio-head li {
  	margin-left: 10px;     
  }
  
  .nep-time {

    display: block;
    text-align: left;

}

  .white-wrap .nav-tabs .nav-link{
  padding: 8px;
  }
  
  .gallery-sec .carousel-indicators{
    flex-direction: row;
  }

  .gallery-sec .carousel-indicators li {

    margin: 5px;

}
  
}

