body {
	overflow-x: hidden;
}


.package__badge {
	position: absolute;
	top: 190px;
	right: 15%;
	margin: 0;
	font-size: 1.0rem;
	color: white;
	background-color: #4b81e8;
	border-radius: 10px;
	padding: 0.5rem;
	width: 8rem;
	text-align: center;
	z-index: 100;
}

.trial_download {
	position: absolute;
	top: 180px;
	right: 31%;
	/* margin: 1.2rem; */
	margin: 10px;
	font-size: 1.0rem;
	color: white;
	background: #4b81e8;
	border-radius: 10px;
	padding: 0.5rem;
	width: 12rem;
	text-align: center;
	z-index: -100;
}

.logo {
	font-weight: normal;
}

#current a {
	color: blue;
	font-weight: bold;
}

.logo li a:hover, .logo li a:active {
	color: #4b81e8 !important;
	font-weight: bold;
	/* border-bottom: 2px solid #4b81e8; */
}

/* .image {
		background-image: url('../../../images/opilef_ad_1.png');
		background-repeat: no-repeat;
		background-size:440px,440px ;
} */
.zoom {
	width: 470px;
}

#cart {
	display: none;
}


.references a {
	color: blue;
}

.references li {
	padding-left: 10px;
}

.youtube {
	padding: 0px 0px;
}




@media screen and (min-width: 200px) and (max-width: 400px) {

	.raft-image {
		width: 300px;
		height: 168px;
	}

	.buttonmargin {
		margin-top: 20px;
	}
	.zoom {
		width: 300px;
	}
	.carousel {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (min-width: 400px) and (max-width: 768px) {
	.raft-image {
		width: 400px;
		height: 300px;
	}
	
	.zoom {
		width: 350px;
	}
	#cart {
		font-size: 15px;
		color: #4b81e8;
		display: inline-block;
	}
	.package__badge {
		position: absolute;
		top: 170px;
		right: 38%;
		margin-top: 60px;
		margin-bottom: 40px;
	}
	.trial_download {
		position: absolute;
		right: 30%;
		text-align: center;
	}
	.buttonmargin {
		margin-top: 0px;
		margin-left: auto;
		text-align: center;
	}
	.carousel {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media ( min-width : 768px) and (max-width: 1200px) {
	.raft-image {
		width: 500px;
		height: 300px;
	}
	
	.button-mt {
		margin-top: 50px;
	}
	.zoom {
		width: 330px;
		height: 100%;
	}
	.carousel {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media ( min-width : 765px) {
	
	
	.buttonmargin {
		margin-left: 25%;
	}
	
		
}

@media (min-width: 1200px) {
	.button-mt {
		margin-top: 50px;
	}
	
	.text-font {
		font-size: 18px
	}
}

iframe {
				width: 100%;
			}

.alink {
	color: #4d4d4d;
}

.alink:hover {
	color: blue;
}