	body {
		background: #eee
	}
	.ico {
		width: 70px;
	}
	.action > div {
		width: 120px;
	}
	.action > div .btn {
		border-radius: 70px !important;
	}
	.form-group-check {
		display: block;
		margin-bottom: 15px;
	}

	.form-group-check input {
		padding: 0;
		height: initial;
		width: initial;
		margin-bottom: 0;
		display: none;
		cursor: pointer;
	}

	.form-group-check label {
		position: relative;
		cursor: pointer;
	}

	.form-group-check label:before {
		content:'';
		-webkit-appearance: none;
		background-color: transparent;
		border: 2px solid #0079bf;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
		padding: 10px;
		display: inline-block;
		position: relative;
		vertical-align: middle;
		cursor: pointer;
		margin-right: 5px;
	}

	.form-group-check input:checked + label:after {
		content: '';
		display: block;
		position: absolute;
		top: 2px;
		left: 9px;
		width: 6px;
		height: 14px;
		border: solid #0079bf;
		border-width: 0 2px 2px 0;
		transform: rotate(45deg);
	}
	.icons {
		background: #301fbf none repeat scroll 0 0;
		color: white;
		display: inline-block;
		margin: 0 5px;
		padding: 5px 6px;
	}
	.scrollToTop {
		background-color: #301fbf;
		border: 1px solid #301fbf;
		border-radius: 25px;
	}
	.zoom {
	}
	.zoom:hover {
		transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	}
	/* Style the buttons */
	.btn1 {
		border: none;
		outline: none;
		padding: 7px ;
		background-color: blue;
		border-radius: 8px;
		text-decoration:none;
		display: inline-block;
		font-size: 16px;
		margin: 4px 2px;
		cursor: pointer;
	}
	.btn2 {
		border: none;
		outline: none;
		padding: 7px ;
		background-color: blue;
		border-radius: 8px;
		text-decoration:none;
		display: inline-block;
		font-size: 16px;
		margin: 4px 2px;
		cursor: pointer;
	}
	/* Style the active class (and buttons on mouse-over) */
	.btn1:active {
		background: green;
	}
	.btn1:focus {
		background: green;
	}
	div.scrollmenu {
		background-color: #dcdcdc;
		overflow: auto;
		white-space: nowrap;
		margin-top: -5px;
	}

	div.scrollmenu a {
		display: inline-block;
		color: white;
		text-align: center;
		padding: 0px 0px 2px 0px;
		text-decoration: none;
	}

	div.scrollmenu a:hover {
		background-color: #777;
	}
	/* Extra small devices (phones, 600px and down) */
	@media only screen and (max-width: 600px) {
		.acc_btn{
			float: right;
			margin-top: -55px;
			justify-content: center;
		}
		#aa-product-category .aa-product-catg-content {
			display: inline;
			float: left;
			padding: 30px 0 0;
			width: 110%;
		}
		.icons {
			background: #301fbf none repeat scroll 0 0;
			color: white;
			display: inline-block;
			margin: 0 5px;
			padding: 5px 6px;
		}
	}

	/* Small devices (portrait tablets and large phones, 600px and up) */
	@media only screen and (min-width: 0px) and (max-width: 370px) {
		.acc_btn{
			float: right;
			margin-top: -55px;
			justify-content: center;
		}
		#aa-product-category .aa-product-catg-content {
			display: inline;
			float: left;
			padding: 30px 0 0;
			width: 110%;
		}
	}
	@media only screen and (min-width: 371px) and (max-width: 600px) {
		.acc_btn{
			float: left;
			margin-top: 0px;
			justify-content: center;
		}
		#aa-product-category .aa-product-catg-content {
			display: inline;
			float: left;
			padding: 30px 0 0;
			width: 110%;
		}
	}


	/* Medium devices (landscape tablets, 768px and up) */
	@media only screen and  (min-width: 600px) and (max-width: 992px) {
		#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure figcaption {
			text-align: left;
			width: 55% !important;
		}
	}

	/* Large devices (laptops/desktops, 992px and up) */
	@media only screen and (min-width: 992px) and (max-width: 1126px){
		.acc_btn{
			float: right;
			margin-top: -35px;
			justify-content: center;
		}
		#aa-product-category .aa-product-catg-content {
			display: inline;
			float: left;
			padding: 30px 0 0;
			width: 100%;
		}
	}
	@media only screen and (min-width: 1126px) and (max-width: 1200px){
		.acc_btn{
			float: right;
			margin-top: 0px;
			justify-content: center;
		}
		#aa-product-category .aa-product-catg-content {
			display: inline;
			float: left;
			padding: 30px 0 0;
			width: 100%;
		}
	}

	/* Extra large devices (large laptops and desktops, 1200px and up) */
	@media only screen and (min-width: 1200px) {
		.acc_btn{
			float: left;
			margin-top: 0px;
			justify-content: center;
		}
		#aa-product-category .aa-product-catg-content {
			display: inline;
			float: left;
			padding: 30px 0 0;
			width: 100%;
		}
	}
	.tab {
		overflow: hidden;
		border: 1px solid #ccc;
		background-color: #f1f1f1;
	}
	.tabbutton.active {
		background-color: #ccc;
	}
	.tabbutton {
		background-color: inherit;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
		padding: 5px 12px;
		transition: 0.3s;
		font-size: 17px;
	}
	</style>
	<style type="text/css">
  /* Colours
  ================================================== */
/* Mixins
================================================== */
@mixin parallax {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: padding-box;
	background-clip: border-box;
	background-attachment: fixed; /*scroll on mobile*/
}

/* Global
================================================== */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400|PT+Sans:400,700");

body {
	color: lighten(gray, 20%);
	font: 300 16px "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "PT Sans", sans-serif;
	font-weight: bolder;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.content {
	@include parallax;
	background-image: linear-gradient(
		rgba($color-blk, 0.6),
		rgba($color-blk, 0.6)
		),
	url("https://static.pexels.com/photos/380769/pexels-photo-380769.jpeg");
	color: white;
	height: 100vh;
	padding: 5em;
	text-align: center;
}

/* Accordion
================================================== */
.acc {
	margin: 0 auto;
	max-width: 800px;
}
.acc__card {
	/*margin: 2em;*/
	position: relative;
	margin-bottom: 2px;
}
.acc__title {
	padding-right: 20px !important;
	background: #3754b7;
	box-shadow: 0 0 20px rgba(black, 0.2);
	color: white;
	cursor: pointer;
	display: block;
	/*padding: 1em 1.5em;*/
	padding: 6px;
	position: relative;
	text-align: left;
	&::after {
		width: 8px;
		height: 8px;
		border-right: 1px solid #4a6e78;
		border-bottom: 1px solid #4a6e78;
		position: absolute;
		right: 10px;
		content: " ";
		top: 17px;
		transform: rotate(-45deg);
		transition: all 0.2s ease-in-out;
	}
	&.active::after {
		transform: rotate(45deg);
		transition: all 0.2s ease-in-out;
	}
}
.acc__panel {
	background: #3754b726;
	color: black;
	display: none;
	margin: 0;
	padding: 6px;
	text-align: left;
}
.boxed label {
	display: inline-block;
	font-size: 12px;
	/*width: 100%;*/
	padding: 8px;
	background: #3754b7;
	color: white;
	transition: all 0.3s;
	text-align: left;
	border-radius: 20px;
}

.boxed input[type="radio"] {
	display: none;
}

.boxed input[type="radio"]:checked + label {
	background: #3fa2c7;
	color: white;
	text-align: left;
}
@media only screen and (max-width: 600px) {
	.mob_top_margin{
		margin-top: 120px;
	}
}
@media only screen and (min-width: 601px) {
	.mob_top_margin{
		margin-top: 0px;
		z-index: 9999999;
	}
}