@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
body {
	background-color: white;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	background-color: white;
}
.ContainerDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: white;
}
.HeaderDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: relative;
}
#TitleDiv {
	clear: both;
	float: left;
	padding-left: 10px;
	width: 40%;
	display: block;
	font-size: 50px;
	font-weight: 900;
	position: relative;
	color: #B22222;
	text-align: left;
}
#facebook {
	float: left;
	margin-top: 20px;
    text-align: center;
    display: flexbox;
    width: 10%;
}
#whatsapp {
	float: left;
	margin-top: 20px;
    text-align: center;
    display: flexbox;
    width: 10%;
}
#instagram {
	float: left;
	margin-top: 20px;
    text-align: center;
    display: flexbox;
    width: 10%;
}
#twitter {
	float: left;
	margin-top: 20px;
    text-align: center;
    display: flexbox;
    width: 10%;
}
#Order {
	background-color: green;
	border: 1px;
	border-radius: 12px;
	color: white;
	cursor: pointer;
	font-size: 14px;	
	margin-top: 16px;
	margin-left: 16px;
	padding: 6px 24px 6px 24px;
	transition-duration: 0.4s;
	white-space: nowrap;
}
.BannerDiv {
	float: right;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #4682B4;
	display: block;
	height: 40px;
	width: 100%;
}
.NavMenuDiv {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    text-decoration: none;
    margin: 0px;
    height: 20px;
    padding: 0px;
    position: relative;
    text-align: center;
    float: right;
    display: block;
}
.NavMenuDiv li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    position: relative;
}
.NavMenuDiv li:hover > a {
    background: #4682B4;
}
.NavMenuDiv ul {
    margin: 0px;
    padding: 0px;
    line-height: 5px;
    vertical-align: middle;
    text-align: center;
}
.NavMenuDiv ul li {
    float: left;
    padding-top: 0px;
    position: relative;
}
.NavMenuDiv ul li a {
	display: block;
	height: 10px;
	width: 80px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	margin-left: 0px;
	vertical-align: top;
	padding: 15px;
	position: relative;
}
.NavMenuDiv ul li a:hover ul {
     visibility: hidden;
}
.NavMenuDiv ul li a:hover {
     background-color: #B0C4DE;
     text-align: center;
     visibility: visible;
     overflow: visible;
}
a:hover {
    color: #4682B4;
}
.ContentDiv1 {
	clear: both;
	display: flex;
	flex-direction: column;
	float: left;
	width: 100%;
}
.ContentDiv2 {
	clear: both;
	display: flex;
	flex-direction: column;
	float: left;
	margin-left: 0;
	width: 100%;
}
.ProductDiv {
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 16px;
	position: relative;
	text-align: left;
	text-decoration: none;
	width: 96%;
}
#Features {
	background-color: #4682B4;
	border: none;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 12px 12px;
	white-space: nowrap;
	width: 66.66%;
}
#Trial {
	background-color: #4D8C57;
	border: none;
  	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 12px 12px;
	white-space: nowrap;
	width: 66.66%;
}
.FooterDiv {
	background-color: #D3D3D3;
	display: flexbox;
	float: left;
	padding-top: 24px;
	padding-bottom: 24px;
	position: relative;
	text-align: center;
	width: 100%;
}
#AfterFooterDiv {
	background-color: #D3D3D3;
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	text-align: center;
	width: 100%;
}
.TableDiv {
	float: none;
	width: 100%;
	height: 540px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	position: relative;
	text-decoration: none;
	text-align: center;
}
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	background-color: white;
}
.ContainerDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: white;
}
.HeaderDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: relative;
}
#TitleDiv {
	clear: both;
	float: left;
	padding-left: 20px;
	width: 40%;
	display: block;
	font-size: 100px;
	font-weight: 450;
	position: relative;
	color: #B22222;
	text-align: left;
}
#facebook {
	float: left;
	margin-top: 40px;
    text-align: center;
    display: flexbox;
    width: 10%;
}
#whatsapp {
	float: left;
	margin-top: 40px;
    text-align: center;
    display: flexbox;
    width: 10%;
}
#instagram {
	float: left;
	margin-top: 40px;
    text-align: center;
    display: flexbox;
    width: 10%;
}
#twitter {
	float: left;
	margin-top: 40px;
    text-align: center;
    display: flexbox;
    width: 10%;
}
#Order {
	background-color: green;
	border: 1px;
	border-radius: 12px;
	color: white;
	cursor: pointer;
	font-size: 14px;	
	margin-top: 16px;
	margin-left: 16px;
	padding: 6px 24px 6px 24px;
	transition-duration: 0.4s;
	white-space: nowrap;
}
.BannerDiv {
	float: right;
	margin-top: 10px;
	background-color: #4682B4;
	display: block;
	height: 50px;
	width: 100%;
	position: relative;
}
.NavMenuDiv {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bolder;
    text-decoration: none;
    margin: 0px;
    height: 50px;
    padding: 0px;
    position: relative;
    text-align: center;
    float: right;
    display: block;
}
.NavMenuDiv li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    position: relative;
}
.NavMenuDiv li:hover > a {
    background: #4682B4;
}
.NavMenuDiv ul {
    margin: 0px;
    padding: 0px;
    line-height: 5px;
    vertical-align: middle;
    text-align: center;
}
.NavMenuDiv ul li {
    float: left;
    padding-top: 0px;
    position: relative;
}
.NavMenuDiv ul li a {
	display: block;
	height: 10px;
	width: 100px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	margin-left: 0px;
	vertical-align: top;
	padding: 20px;
	position: relative;
}
.NavMenuDiv ul li a:hover ul {
     visibility: hidden;
}
.NavMenuDiv ul li a:hover {
     background-color: #B0C4DE;
     text-align: center;
     visibility: visible;
     overflow: visible;
}
a:hover {
    color: #4682B4;
}
.ContentDiv1 {
	clear: both;
	float: left;
	margin-top: 10px;
	width: 100%;
	display: block;
}
.ContentDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.ProductDiv {
	border: 1px;
	border-style: groove;
	box-sizing: border-box;
	border-radius: 12px;
	display: block;
	float: left;
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: 16px;
	padding: 24px;
	position: relative;
	text-align: left;
	text-decoration: none;
	width: 45%;
}
#Features {
	background-color: #4682B4;
	border: none;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 12px 12px;
	white-space: nowrap;
	width: 66.66%;
}
#Trial {
	background-color: #4D8C57;
	border: none;
  	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 12px 12px;
	white-space: nowrap;
	width: 66.66%;
}
.FooterDiv {
	background-color: #D3D3D3;
	border: none;
	display: flexbox;
	float: left;
	padding-top: 36px;
	padding-bottom: 36px;
	position: relative;
    text-align: center;
    text-decoration: none;
    width: 50%;
}
#AfterFooterDiv {
	background-color: #D3D3D3;
	border: none;
	display: block;
	float: left;
	position: relative;
    text-align: center;
    text-decoration: none;
	width: 100%;	
}
.TableDiv {
	float: none;
	width: 100%;
	height: 540px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	position: relative;
	text-decoration: none;
	text-align: center;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.24%;
	max-width: 1632px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	background-color: white;
}
.ContainerDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: white;
}
.HeaderDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: relative;
}
#TitleDiv {
	clear: both;
	float: left;
	padding-left: 30px;
	width: 40%;
	display: block;
	font-size: 100px;
	font-weight: 900;
	position: relative;
	color: #B22222;
	text-align: left;
}
#facebook {
	float: left;
	margin-top: 40px;
    text-align: center;
    display: flexbox;
    width: 10%;
}
#whatsapp {
	float: left;
	margin-top: 40px;
    text-align: center;
    display: flexbox;
    width: 10%;
}
#instagram {
	float: left;
	margin-top: 40px;
    text-align: center;
    display: flexbox;
    width: 10%;
}
#twitter {
	float: left;
	margin-top: 40px;
    text-align: center;
    display: flexbox;
    width: 10%;
}
#Order {
	background-color: green;
	border: 1px;
	border-radius: 12px;
	color: white;
	cursor: pointer;
	font-size: 14px;	
	margin-top: 16px;
	margin-left: 16px;
	padding: 6px 24px 6px 24px;
	transition-duration: 0.4s;
	white-space: nowrap;
}
.BannerDiv {
	float: right;
	margin-top: 10px;
	background-color:  #4682B4;
	display: block;
	height: 50px;
	width: 100%;
	position: relative;
}
.NavMenuDiv {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bolder;
    text-decoration: none;
    margin: 0px;
    height: 20px;
    padding: 0px;
    position: relative;
    text-align: center;
    float: right;
    display: block;
}
.NavMenuDiv li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    position: relative;
}
.NavMenuDiv li:hover > a {
    background: #4682B4;
}
.NavMenuDiv ul {
    margin: 0px;
    padding: 0px;
    line-height: 5px;
    vertical-align: middle;
    text-align: center;
}
.NavMenuDiv ul li {
    float: left;
    padding-top: 0px;
    position: relative;
}
.NavMenuDiv ul li a {
	display: block;
	height: 10px;
	width: 100px;
	text-decoration: none;
	text-align: center;
	color: white;
	margin-left: 0px;
	vertical-align: top;
	padding: 20px;
	position: relative;
}
.NavMenuDiv ul li a:hover ul {
     visibility: hidden;
}
.NavMenuDiv ul li a:hover {
     background-color: #B0C4DE;
     text-align: center;
     visibility: visible;
     overflow: visible;
}
a:hover {
    color: #4682B4;
}
.ContentDiv1 {
	float: left;
	width: 100%;
	display: block;
	font: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin-top: 0;
	padding-top: 24px;
	padding-left: 24px;
	position: relative;
}
.ContentDiv2 {
	float: none ;
	width: 100%;
	display: block;
	font: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin-top: 0;
	position: relative;
}
.ProductDiv {
	border: 1px;
	border-style: groove;
	box-sizing: border-box;
	border-radius: 12px;
	display: block;
	float: left;
	margin: 32px; 
	text-align: left;
	text-decoration: none;
	padding: 16px;
	position: relative;
	width: 42.0%;
}
#Features {
	background-color: #4682B4;
	border: none;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 12px 12px;
	white-space: nowrap;
	width: 66.66%;
}
#Trial {
	background-color: #4D8C57;
	border: none;
  	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 12px 12px;
	white-space: nowrap;
	width: 66.66%;
}
.FooterDiv {
    border: none;
	background-color: #D3D3D3;
	display: flexbox;
	float: left;
	padding-top: 42px;
	padding-bottom: 42px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 50%;
}
#AfterFooterDiv {
	float: left;
	margin: 0px;
	text-align: center;
	display: inline-block;
	background-color: #D3D3D3;
	position: relative;
	width: 100%;
}
.TableDiv {
	float: none;
	width: 100%;
	height: 540px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	position: relative;
	text-decoration: none;
	text-align: center;
}
}