

.img-lib {
	width: 100%;
}

.dv-dwn-icon {
	background: #FFF;
	position: absolute;
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 5px;
	opacity: 0.65;
	/*margin-left: calc(100% - 70px);
	margin-top: calc(100% + 10px);*/
}

footer {
  background-color: #343a40;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  color: white;
  text-align: center;
  font-size: 12px;
  color: #CCC;
  padding-top: 10px;
}

.txt-title {
	font-size: 14px;
	text-align: center;
}

@media (max-width: 425px){
	.container .row{
		margin-left: 0px !important;
	}

	.item-card{
        margin: 0 auto !important;
    }

	#dv_content{
		max-width: 100vw;
		margin: 0 auto;
	}
}

@media (max-width: 1023px){

    .have-plan .body-info{
        min-height: calc(100vh - 137px);
	}
}