		.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;
		}
		
		.references a {
	color: blue;
		}

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

@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;
		}
		
	@media (min-width: 1200px) {
	.button-mt {
		margin-top: 50px;
	}
	
	.text-font {
		font-size: 18px
	}
}
		
		
		/* Table CSS */
		.resp-table {
			/* 					width: 100%;
		 */
			display: table;
		}
		
		table {
			/*   margin-left: 50px;  */
			margin-top: 10px;
			font-family: arial, sans-serif;
			border-collapse: collapse;
			width: 100%;
			text-align: center;
			table-layout: fixed;
		}
		
		#cpfa #header {
			background-color: #4b81e8;
			color: white;
		}
		
		#cpfa td {
			border: 1.5px solid #ddd;
			/*   						word-break: break-all;
		 */
		}
		
		#cpal th {
			background-color: #4b81e8;
			color: white;
		}
		
		#cpfa tr:nth-child(odd) {
			background-color: #f2f2f2;
			color: black;
		}
		
		#cpfa tr:nth-child(even) {
			background-color: white;
			color: black;
		}
		
		.keydiff {
			background-color: rgb(0, 176, 244);
			border: 3px solid rgb(47, 77, 145);
			border-radius: 10px;
		}
		
		.keydiffheading {
			margin-top: 10px;
			color: white;
			text-align: center;
		}
		
		.keydiffpara {
			text-align: justify;
			margin: 0 40px 10px;
		}
		
		/* Mobile view */
		.mobiletable {
			display: none;
		}
		
		#resp-table-mobile {
			width: 100%;
			display: table;
		}
		
		table {
			/*   margin-left: 50px;  */
			margin-top: 2 0px;
			font-family: arial, sans-serif;
			border-collapse: collapse;
			width: 100%;
			text-align: center;
			table-layout: fixed;
		}
		
		td, th {
			border: 1px solid #ddd;
			text-align: center;
			padding: 6px;
		}
		
		#price-mobile td, #price th {
			border: 1.5px solid #ddd;
		}
		
		#price-mobile th {
			background-color: #4b81e8;
			color: white;
		}
		
		#price-mobile tr:nth-child(even) {
			background-color: #f2f2f2;
		}
		
		@media ( max-width : 992px) {
			.largetable {
				display: none;
			}
			.mobiletable {
				display: table;
			}
		}
		
		.video {
			width: 100%;
		}