/* Responsive Design */
@media (max-width: 1026px){
	header{
		width: 100%;
		background-position: -300px 20px;
	}
	nav{
		width: 100%;
		height: 80px;
		padding: 0px 30px;	
	}
	
	.menu{
		width: 650px;
	}
	.menu a{
		padding: 6px 7px;
		font-size: 18px;
		text-align: left;
	}
	.logo img{
		width: 90px;
		height: 77px;
		
	}
	.wlogo{
		font-size: 25px;
		margin-left: -1%;
	}
	.icon i, a{
		font-size: 14px;		
	}	
	.sub_menu ul li{
		padding: 0px 25px;
	}
	.sub_menu ul li a{
		font-size: 17px;
	}
	#search{
		font-size: 35px;
	}
	.h-text h1{
		font-size: 2.3rem;
	}
	.h-text input{
		height: 45px;
		font-size: 15px;
	}
	#livesearch{	
	font-size: 22px;	
	margin-left: 100px;      
    }
	.Speech{
		display: inline-flex;
		width: 100%;
		height: 250px;			
		line-height: 25px;
	}
	#library{
		width: 30%;
		height: 230px;
		margin-left: 210px;		
	}
	.Speech p{
	 	width: 55%;
	 	height: 230px;		
		font-size: 22px;
		font-weight: 10px;		
		margin-left: 10px;
		margin-top: 10px;	
		margin-right: 10px;	
	}
    
    /*Main Document*/

.update h1{
	font-size: 60px;
}
	.middel{
	background-size: 300px 270px;
	background-position: 320px 280px;	
	}
	.right_article img{
  	width: 230px;
  	height: 180px;
    }
    .right_image img{
    	width: 230px;
    	height: auto;
    }

@media (max-width: 768px){
	header{
		width: 100%;
		background-position: 950px 20px;
	}
	nav{
		width: 100%;
		height: 80px;
		padding: 0px 30px;	
	}
	
	.menu{
		width: 500px;
	}
	.menu a{
		padding: 6px 5px;
		font-size: 14px;
		text-align: left;
	}
	.logo img{
		width: 70px;
		height: 60px;
	
	}
	.wlogo{
		font-size: 22px;

	}
	.icon i, a{
		font-size: 13px;		
	}	
	.sub_menu ul li{
		padding: 0px 15px;
	}
	.sub_menu ul li a{
		font-size: 14px;
	}
	.sidenav a{
		font-size: 18px;
	}
	#search{
		font-size: 30px;
	}
	.h-text h1{
		font-size: 2rem;
	}
	.h-text input{
		height: 40px;
		font-size: 15px;
	}
	#livesearch{	
	font-size: 18px;	
	margin-left: 50px;      
    }
	.Speech{
		display: inline-flex;
		width: 100%;
		height: 230px;			
		line-height: 25px;
	}
	#library{
		width: 30%;
		height: 200px;
		margin-left: 160px;		
	}
	 .Speech p{
	 	width: 55%;
	 	height: 200px;		
		font-size: 17px;
		font-weight: 10px;		
		margin-left: 15px;
		margin-top: 10px;		
	}
	    /*Main Document*/

.update h1{
	font-size: 50px;
}

	.middel{
	background-size: 280px 250px;
	background-position: 220px 200px;
	width: 57%;	
	}
	/*Audio*/
	#mute{
	padding: 10px 10px;
	width: 50px;
	height: 50px;
	margin-left: 85%;
	margin-top:3px;
}

	/* Next and Previous Buttons */
.page_change{	
	height: 90px;
	}
.page_change #previous{	
	padding: 7px 10px;		
}
.page_change #previous a{	
	font-size: 15px;	
}

.page_num{	
	height: 40px;	
	padding: 15px 10px;
}
.page_num a{	
	font-size: 20px;	
}
/* Select Page */

.page_change #next{	
	padding: 7px 10px;	
}
.page_change #next a{	
	font-size: 15px;	
}

/* end page */



	.right_article img{
  	width: 160px;
  	height: 130px;  	
  }
  .right_image img{
  	width: 160px;
  	height: auto;
  }

@media (max-width: 479px){
	header{
		width: 100%;
		min-height: 60vh;
		background-position: 530px 20px;
		background-size: 700px 400px;
	}
	nav{
		width: 100%;
		height: 60px;
		padding: 0px 30px;	
	}
	.menu{
		width: 100%;
		display: none;
		margin-top: 200px;
	}
	.mobile-container {
	  display: block;
	  max-width: 400px;
	  margin: auto;
	  background-color: #ABB2B9;
	  height: 40px;
	  color: white; 
	  margin-top: 12px;	  
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
  width: 200px;
  margin-left: 2%;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
#myLinks a{
	padding: 5px 10px;
	font-size: 15px;
}

.topnav a.ibars {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #ABB2B9;
  color: black;
  text-align: right;
  width: 200px;
  margin-left: -40px;
}

.sidenav {
	display: none;
}
	/*
	padding-top: 15px;
	margin-top: 60px;
	height: 90%;
	width: 25%;
	overflow-y: scroll;
}
.sidenav a {
	font-size: 15px;
	padding: 5px 1px;
}
*/

.leftsidenav {
  display: block;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.leftsidenav a {
  padding: 5px 5px 5px 20px;
  text-decoration: none;
  font-family: SolaimanLipi, tahoma, Verdana, sans-serif;
  font-size: 15px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.leftsidenav a:hover {
  color: #f1f1f1;
}

.leftsidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  display: flex;
  transition: margin-left .5s;
  padding: 5px;
  font-size: 20px;
  cursor:pointer;
  margin-left: -5%;
  position: fixed;
  color: white;
  font-size: 20px;
  background-color:;
  cursor: pointer;
}



	.logo img{
		width: 60px;
		height: 50px;
		margin-left: 150%;
		margin-top: -10px;

	}
	.wlogo{
		font-size: 17px;
		margin-left: 4%;
		margin-top: 30px;
		
	}
	.icon{
		display: none;
	}

	.sub_menu{
		display: none;
	}
	#search{
		font-size: 25px;
	}
	.h-text{
		margin-top: -80px;
	}
	.h-text h1{
		font-size: 1.2rem;
	}
	.h-text input{
		height: 30px;
		width: 200px;
		margin-left: 10px;
		font-size: 13px;
	}
	#livesearch{	
	font-size: 18px;	
	margin-left: 20px;  
	height: 250px;    
    }
	.Speech{
		display: block;
		width: 100%;
		height: 570px;			
		line-height: 25px;
	}
	#library{
		width: 95%;
		height: 300px;
		margin-left: 2%;		
	}
	 .Speech p{
	 	width: 95%;
	 	height: 240px;		
		font-size: 20px;
		font-weight: 10px;		
		margin-left: 2%;
		margin-top: 8px;		
	}
	.left{
		display: none;
	}
	.right{
	display: none;
	}

		    /*Main Document*/
.main{
	display: block;
	width: 100%;
	height: 100%;

}
	.middel{
	width: 97%;
	height: 100%;	
	margin-left: 1%;
	background-position: 45%;	
	}


.update h1{
	font-size: 40px;
}


	/* Sound Option */
	#mute{	
	width: 45px;
	height: 45px;
	margin-left: 80%;
	margin-top:3px;
}
.maindoc h1{
	color: #250B06;
	font-size:19px;
	font-family: SolaimanLipi, tahoma, Verdana, sans-serif;
}
.maindoc h3{
	font-size: 18px;
	font-family: SolaimanLipi, tahoma, Verdana, sans-serif;
}
.maindoc h4 {
	
	font-size: 15px;

}
.maindoc h6{
	font-size: 8px;
	font-family: SolaimanLipi, tahoma, Verdana, sans-serif;
}
.maindoc label{
	color: #390F06;
	font-size: 15px;
	font-family: SolaimanLipi, tahoma, Verdana, sans-serif;
}

/* Next and Previous Buttons */
	.page_change{	
		height: 80px;
	}
	.page_change #previous{	
		padding: 3px 2px;		
	}
	.page_change #previous a{	
		font-size: 12px;	
		text-align: left;
	}

	.page_num{	
		height: 35px;	
		width: 50%;
		padding: 0px 3px;
	}
	.page_num a{	
		font-size: 13px;
		text-align: left;	
	}
	/* Select Page */
	.page_num .one{
		font-size: 25px;	
	}

	.page_change #next{	
		padding: 5px 7px;	
	}
	.page_change #next a{	
		font-size: 13px;	
	}




/* end page */
	

	iframe{
		margin-left: 2%;
		width: 95%;
	}
	.foot{
		width: 95%;
		margin-left: 2%;
	}

}


@media (max-width: 375px){
	header{
		width: 100%;
		min-height: 60vh;
		background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),
	 url('https://muktirasha.com/img/logo/prihan_2.jpg');
		background-position: 430px 20px;
		background-size: 500px 410px;
	}
	.topnav {
  width: 150px;
  margin-left: 1%;
}

.active {
  width: 150px;
  margin-left: -40px;
}
	.icon{
		margin-left: 10%;
	}
	.icon i, a{
		font-size: 12px;			
	}
	#livesearch{	
	font-size: 18px;	
	margin-left: 15px;
	height: 250px;      
    }

	 .Speech p{
	 	height: 240px;		
		font-size: 18px;
		font-weight: 10px;		
			
	}

	    /*Main Document*/

.update h1{
	font-size: 30px;
}


.maindoc h1{
	color: #250B06;
	font-size:15px;
	font-family: SolaimanLipi, tahoma, Verdana, sans-serif;
}
.maindoc h4 {
	
	font-size: 14px;
	
}
.maindoc h6{
	font-size: 8px;
	font-family: SolaimanLipi, tahoma, Verdana, sans-serif;
}
.maindoc label{
	color: #390F06;
	font-size: 13px;
	font-family: SolaimanLipi, tahoma, Verdana, sans-serif;
}

	.page_change #previous a{	
	font-size: 11px;	
	text-align: left;
	}
	.page_change #next a{	
		font-size: 11px;	
	}

}

@media (max-width: 325px){
   	header{
		width: 100%;
		min-height: 60vh;
		background-position: 400px 20px;
		background-size: 500px 410px;
	}
	
	.topnav {
  width: 120px;
  margin-left: .5%;
}

.topnav a {
  padding: 14px 16px;
  font-size: 17px;
}
#myLinks a{
	padding: 3px 7px;
	font-size: 13px;
}

.active {
  width: 120px;
  margin-left: -40px;
}
.leftsidenav{
	font-size: 13px;
	font-family: SolaimanLipi, tahoma, Verdana, sans-serif;
}
#main{
	font-size: 18px;
}
.Speech{
	height: 600px;
}

 .Speech p{
	 	height: 270px;		
		font-size: 18px;
		font-weight: 8px;		
		font-family: SolaimanLipi, tahoma, Verdana, sans-serif;	
	}
 