﻿@charset "utf-8";
/* CSS Document */
.container-new {
	display: flex;
	flex-flow: column;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.container-new-inner {
	display: flex;
	flex-flow: column;
	width: 100%;
	position: relative;
}
.container-new-footer {
	display: flex;
	flex-flow: column;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.content-div {
	padding-right: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: 40px;
	margin-top: 20px;
	position: static;
	display: flex;
}
.heading-new-div {
	width: 100%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.blank-vertical {
	display: block;
	width: 30px;
}
.blank-hori {
	display: block;
	height: 30px;
}
.divline {
	height: 1px;
	margin-top: 22px;
	margin-bottom: 20px;
	background: #EBEBEB;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	box-shadow: -0.0px 0.0px 4px 0px rgba(235, 235, 235, 0.9);
}
.divline-content {
	height: 1px;
	margin-top: 40px;
	margin-bottom: 40px;
	background: #EBEBEB;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	box-shadow: -0.0px 0.0px 4px 0px rgba(235, 235, 235, 0.9);
}
.divline-footer {
	height: 1px;
	margin-top: 60px;
	background: #EBEBEB;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	box-shadow: -0.0px 0.0px 5px 0px rgba(235, 235, 235, 0.9);
}
.heading-new-catagory {
	width: 100%;
	float: left;
	color: #555;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 11px;
	line-height: 1.0em;
	position: relative;
}
.heading-new-catagory::after {
	content: "\f101";
	position: relative;
	right: -10px;
	font-family: FontAwesome;
}
.heading-new-product {
	width: 100%;
	float: left;
	margin-top: 10px;
	position: relative;
}
.heading-new-product h1 {
	color: #006ee5;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 17px;
	line-height: 1.625em;
}
.logo {
	vertical-align: middle;
	border-style: none;
}
.contact-add-area {
	margin-bottom: 15px;
}
.contact-add {
	margin-left: 15px;
}
.contact-head-text {
	margin-bottom: 5px;
}
/*----------------------------------------------------------------------------------------------*/
@media (min-width: 320px) {
	.container-new {
		min-width: 320px;
		margin-top: 120px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.container-new-footer {
		min-width: 320px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.logo {
		height: 45px;
		margin-left: -10px;
	}
}
@media (min-width: 480px) {
	.container-new {
		min-width: 480px;
		margin-top: 120px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.container-new-footer {
		min-width: 480px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.logo {
		height: 45px;
		margin-left: -5px;
	}
}
@media (min-width: 576px) {
	.container-new {
		max-width: 540px;
		margin-top: 120px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.container-new-footer {
		max-width: 540px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.logo {
		height: 45px;
		margin-left: 0px;
	}
}
@media (min-width: 768px) {
	.container-new {
		max-width: 720px;
		margin-top: 120px;
	}
	.container-new-footer {
		max-width: 720px;
	}
	.logo {
		height: 55px;
	}
}
@media (min-width: 992px) {
	.container-new {
		max-width: 960px;
		margin-top: 195px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.container-new-footer {
		max-width: 960px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.logo {
		height: 55px;
	}
}
@media (min-width: 1200px) {
	.container-new {
		max-width: 1140px;
		margin-top: 170px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.container-new-footer {
		max-width: 1140px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.logo {
		height: 55px;
	}
}
/* ------------------------------------------------------ Product photo and discription start------------------------------------------------------------------------ */
.column-contact {
	float: left;
	width: 40%;
	height: auto; /* Should be removed. Only for demonstration */
}
.column2-contact {
	float: left;
	width: 60%;
	padding: 0px 0px 0px 20px;
	height: auto; /* Should be removed. Only for demonstration */
}
* {
	box-sizing: border-box;
}
.column-about {
	width: 33.333%;
	position: static;
	height: auto; /* Should be removed. Only for demonstration */
}
.column-about h6 {
	display: block;
	width: 100%;
	margin-top: 30px;
	color: #007AFF;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1.625em;
}
.column-about p {
	display: block;
	width: 100%;
	margin-top: 20px;
	color: #666;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	line-height: 1.125em;
}
.column-about p::before {
	content: "\f101";
	position: relative;
	margin-right: 10px;
	font-family: FontAwesome;
}
.column-home {
	width: 33.333%;
	position: relative;
	display: flex;
	height: auto; /* Should be removed. Only for demonstration */
}
.column-home-inner {
	width: 100%;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -30px;
	padding: 20px 20px 10px 20px;
	background: #fff;
	height: auto; /* Should be removed. Only for demonstration */
	box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.05);
	border-radius: 0px;
}
@media screen and (max-width: 600px) {
	.column-home-inner {
		border-radius: 0px;
	}
}
.column-home-inner h6 {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	color: #007AFF;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1.625em;
}
/* Create two equal columns that floats next to each other */
.column {
	float: left;
	width: 35%;
	height: auto; /* Should be removed. Only for demonstration */
}
.columnonly {
	float: left;
	width: 30%;
	height: auto; /* Should be removed. Only for demonstration */
}
.columnonly img {
	width: 100%;
	display: flex;
	height: auto;
	margin-bottom: 0px;
	border: 1px solid #f0f0f0;
	border-collapse: collapse;
}
.column2 {
	float: left;
	width: 65%;
	padding: 0px 20px 0px 20px;
	height: auto; /* Should be removed. Only for demonstration */
}
.column2single {
	width: 100%;
	margin-top: 20px;
}
.column img {
	width: 100%;
	display: flex;
	height: auto;
	margin-bottom: 0px;
	border: 1px solid #f0f0f0;
	border-collapse: collapse;
}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}
.column2 p {
	color: #000;
	font-size: 14px;
	font-weight: 450;
	margin: 0px 0px 5px 0px;
}
 .bul {
            position: relative;
            padding-left: 20px; /* Space for bullet */
            text-align: left;
        }

        .bul::before {
            content: "•"; /* Bullet point */
            position: absolute;
            left: 0;
        }
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.column-contact {
		width: 100%;
	}
	.column2-contact {
		width: 100%;
		padding: 0px 0px 0px 0px;
	}
	.column-about {
		float: left;
		width: 100%;
		height: auto; /* Should be removed. Only for demonstration */
	}
	.column-home {
		float: left;
		width: 100%;
		margin-top: 50px;
		height: auto; /* Should be removed. Only for demonstration */
	}
	.column {
		width: 100%;
	}
	.column2 {
		margin-top: 10px;
		width: 100%;
		padding: 0px;
	}
	.column img {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		height: auto;
	}
	.new-title {
		padding-left: 15px;
		padding-right: 15px;
	}
	.content-div {
		display: block;
		margin-right: 0px;
	}
.columnonly {
	width: 100%;
		margin-bottom: 30px;
}
.columnonly img {
	width: 100%;
	display: flex;
	height: auto;
	margin-bottom: 0px;
	border: 1px solid #f0f0f0;
	border-collapse: collapse;
}
}
/* ------------------------------------------------------ Product photo and discription end------------------------------------------------------------------------ */
/* ------------------------------------------------------ Product Table Start ----------------------------------------------------------------- */
table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}
table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}
table tr {
	border: 1px solid #ddd;
	padding: .35em;
	font-size: 14px;
	background: #FFF;
}
table th, table td {
	padding: .625em;
	text-align: center;
}
table th {
	background-color: #F5F5F5;
	border-right: 1px solid #ddd;
	font-size: 13px;
}
table td {
	border-right: 1px solid #ddd;
	font-size: 13px;
}
@media screen and (max-width: 600px) {
	table {
		border: 0;
	}
	table caption {
		font-size: 1.3em;
	}
	table thead {
		width: 1px;
	}
	table th {
		font-size: 12px;
	}
	table td {
		font-size: 12px;
	}
}
/* ------------------------------------------------------ Product Table End ----------------------------------------------------------------- */
.card_btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
	margin-right: 10px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.card_btn a::after {
	content: "\f101";
	position: relative;
	right: -6px;
	font-family: FontAwesome;
}
.card_btn:hover {
	color: #555;
}
.cards {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	alignment-adjust: central;
}
.cards_item {
	width: 100%;
	padding: 15px;
	alignment-adjust: auto;
}
.card_image img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;	
	height: auto;
}

.card {
	background-color: white;
	box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.05);
	border-radius: 0px;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.card_content {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50.1%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 12px 20px 12px 20px;
	text-align: center;
	background: rgba(255, 255, 255, .5);
}
.card_title {
	align-self: flex-start;
	color: #007AFF;
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0px;
}

@media screen and (max-width: 600px) {
	
.card {
	border-radius: 0px;
}
.cards_item {
	padding: 5px 15px 5px 15px;
}
}
@media (min-width: 40rem) {
	.cards_item {
		width: 50%;
	}
	
}
@media (min-width: 56rem) {
	.cards_item {
		width: 33.333%;
	}
}