@media (min-width: 760px) {
	.codinh_search{
		
			display: none;	
		  position:fixed;
		  top:80px;
		  border: 3px solid #cd5757;
		  right:3%;
		  width: 38%;
		  height: 80%;
		  z-index: 1000;
		  background: #97efe3;		
	} 
		div.type5 {
		    position:fixed;
		    right:3%;
		    top:110px;
		    width:38%;
		    height:80%;
		    overflow: auto;
		    -webkit-overflow-scrolling:touch;
		}
		.close_iframe{
			position: fixed;
			top: 75px;
			right: 2%;
			border: 3px solid #ff0000;
			border-radius:100px;
			font-weight: bold;
			font-size: 25px;
			color: #ffffff;
			z-index: 1000;
			background: #000000;
			cursor: pointer;
		}
	div.type5 iframe {
    	width:100%;
		height:95%;
	}
}	
@media (max-width: 759px) {
	.codinh_search{
			display: none;	
		  position:fixed;
		  top:3%;
		  border: 3px solid #cd5757;
		  left: 3%;
		  width: 94%;
		  height: 94%;
		  z-index: 1000;		
		   background: #97efe3;	
		   overflow-x: hidden;
			 overflow-y: visible;
			 white-space: nowrap;	
		  
	} 
div.type5 {
    position:fixed;
    left:3%;
    top:8%;
    width:95%;
    height:90%;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
}
		.close_iframe{
			position: fixed;
			top: 2%;
			right: 2%;
			border: 3px solid #ff0000;
			border-radius:100px;
			font-weight: bold;
			font-size: 25px;
			color: #ffffff;
			z-index: 1000;
			background: #000000;
		}
	div.type5 iframe {
    width:100%;
    height:100%;
}
 
}	

       
	        
	        

		.close_iframe:hover {
			background: red;
			
		}
		
	.button_search2:hover{
		 border:3px #88ABDA solid;
		 padding:4px 4px 4px 4px;
		 cursor: pointer;
		 border-radius: 100px;
	}
