* {
	padding: 0;
	margin: 0;
}

.imgbox {
	width: 100%;
}

.imgbox-img {
	width: 100%;

}

/* .imgdown {
	position: relative;
} */

.imgpor {
	/* position: absolute;
	z-index: 10; */
	/* position: relative; */
}

/* .butbox{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 11;
	background-color: #FFC0CB;
} */

.Download {
	    position: absolute;
	    width: 14%;
	    height: 79px;
	    background-color: pink;
	    /* opacity: 0; */
	    z-index: 11;
	    left: 49.8%;
	    top: 83.4%;
	    border-radius: 5px;
	    border: none;
}

.tdiv {
	width: 100%;
	display: flex;
	border-top: 1px solid #333;
}

.bdiv {
	display: flex;
	font-size: 16px;
	align-items: center;
	/* justify-content: center; */
}