#current a {
			color: blue;
			font-weight: bold;
		}
		
		.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;
		}
		
		.zoom {
		width:470px;
		}

		#cart {
			display: none;
		}
		
		@media screen and (min-width: 200px) and (max-width: 400px) {
			.buttonmargin {
				margin-top: 20px;
			}
			.zoom {
				width:300px;
			}
			.carousel {
				display:flex;
				align-items: center;
				justify-content: center;
			}	
			iframe {
				width: 350px;
			}
		}
		
		
		
		@media screen and (min-width: 401px) and (max-width: 768px) {
			.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;
			
			}	
			iframe {
				width: 100%;
			}
		}
		
		@media screen and (min-width: 400px) and (max-width: 500px) {
			iframe {
				width: 100%;
			}
		}
		
		@media (min-width: 768px) and (max-width: 1200px) {
			.zoom {
				width:330px;
				height:100%;
				
			}
			.carousel {
				display:flex;
				align-items: center;
				justify-content:center;
			}	
			iframe {
				width: 100%;
			}
	
		}
		iframe {
				width: 100%;
			}
		
		
		@media ( min-width : 765px) {
			.buttonmargin {
				margin-left: 25%;
			}
		}
		
		.alink {
			color: #4d4d4d;
		}
		
		.alink:hover {
			color: blue;
		}
		