﻿html,  body {
	margin: 0 !important;
	padding: 0 !important;
	height: 100% !important;
	width: 100% !important;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.body_table {
	border-collapse: collapse;
	height:100%;
	font-family: 'Lato', sans-serif;
	background-color:#DFDFDF;
	width:100%;
	color:#FFF;
}

.menu_container {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	font-weight: 600;
	color:#63C29D;
	padding:1%;
	text-transform: uppercase;
    background-color: rgba(253,253,253,0.95);
    z-index: +1000000;
	border-bottom: 1px solid #717171;
}

.menu {
	list-style: none;
}

.menu li {
	float: left;
	padding-bottom: 15px;
	margin-right: 25px;
	letter-spacing: 1px;
	transition: all 0.3s linear;
}

.menu li a {
	color: #63C29D;
	text-decoration: none;
}

.menu li:hover a {
	color: #215A47;
	cursor: pointer;
}

.menu_container_table {
	padding: 5px;
}

.menu_container_table .call_us {
    text-align:right;
	color:#63C29D;
	font-weight: 300;
}

.menu_container_table .call_us img {
	width: 20px;
    vertical-align: middle;
}

.submenu {
	display: inline-block;
	background-color:#63C29D;
	font-family: 'Open+Sans', sans-serif;
	font-weight: 600; 
	font-size: 9px;
	letter-spacing: 1px;
  	color: #FFF;
    padding: 0px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
	width: 100%;
}

.submenu table {
	width: 50%;
	padding: 5px;
}

.submenu .item {
	width: 25%;
    text-align: center;
	color:#FFF;
	font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}

.submenu .item:hover {
	color:#215A47;
	cursor: pointer;
}

.submenu .item.borders {
	border-left: 1px solid #FFF;
}

.menu_container_table_2 {
    display: none;
	padding: 5px;
}

.lightbox {
	font-family: 'Fire+Sans', sans-serif;
    display: none;
    position: fixed;
    z-index: +1000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.8);
}

.lightbox:target {
    display: block;
}

.lightbox .logo {
    padding: 10px;
    float: left;
    cursor: pointer;
}

.lightbox .close {
    padding: 10px;
    float: right;
    cursor: pointer;
}

.lightbox .menu_box {
    display: block;
    position: fixed;
    top:0px;
    right:0px;
    background-color: #FFF;
    width: 395px;
    height: 100%;
    padding: 0px;
}

.lightbox hr {
    border: 0.2px solid #215A47;
	border-radius: 50%;
}

.lightbox .menu_box .call_us {
    text-align:center;
	color:#63C29D;
	font-size: 12px;
	font-weight: 300;
}

.lightbox .menu_box .call_us img {
	width: 15px;
    vertical-align: middle;
}

.general_menu_content_header {
    text-align: left;
	font-weight: 600;
    font-size: 12px;
	text-transform: uppercase;
}

.general_menu_content_title {
    text-align: left;
	font-weight: 600;
    font-size: 14px;
}

.general_menu_content_title span {
    font-size: 12px;
	font-weight: 300;
	text-transform: none;
}

.general_menu_content_subtitle {
    font-size: 10px;
    font-weight: 300;
}

.general_menu_content_header td:hover {
	color: #62C19B;
    cursor: pointer;
}

.general_menu_content_title td:hover {
	font-weight: 300;
    cursor: pointer;
}

.general_menu_content_subtitle td:hover {
    color: #7F7F7F;
    cursor: pointer;
}

.general_menu_content_subtitle .menu_footer {
    padding-left: 5px;
    text-align: center;
}

.general_menu_content_subtitle .social img {
    width: 30px;
    cursor: pointer;
    filter: none;
}

.general_menu_content_subtitle .social img {
    width: 30px;
    cursor: pointer;
    filter: none;
}

.container {
	background-color:#FFF;
	text-align: center;
    width: 100%;
}

.deal_banner {
    width: 100%;
	height: 150px;
    display: inline-block;
    margin: 0 auto;
	position: relative;
	background-image: url('../images/deal_banner.png');
	background-origin: content-box;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom: 4px solid #000;
	text-align: center;
	vertical-align: middle;
	align-items: center;
	align-content: center;
}

.deal_banner:hover {
    cursor: pointer;
}

.deal_banner .content {
    font-size: 20px;
	font-weight: 600;
	text-shadow: 2px 2px 6px #FFF;
}

.deal_banner .content span {
    font-size: 14px;
	font-weight: 300;
}

.deal_banner .content label {
    font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#index-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -10000;
    right: 0;
    bottom: 0;
    background-size: cover;
    overflow: hidden;
}

.index-video-wrapper {
    height: 100%;
    width: 100%;
    background-size: cover;
}

.banner_index {
    width: 100%;
	position: absolute;
	top: 250px;
}
/* 280px;*/

.next {
	font-size:50px;
	font-family: 'Open+Sans', sans-serif;
	font-weight: 600;
	width:100%;
	text-align: center;
}

.slogan {
    font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
    text-align: center;
}

.mainContent {
	padding: 0px;
	color: #000;
	background-color: #FFF;
}

.mainContent.banner {
	padding: 0px;
	color: #000;
	background-color: transparent;
	margin-top: 20px;
}

.mainContent .productRow {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
    padding-right: 20px;
}

.mainContent.banner .productRow {
	padding-left: 1px;
    padding-right: 1px;
}

.mainContent .productRow .index {
    display: inline-block;
    margin: 0 auto;
	padding: 2px;
	width: 13%;
    margin: 2px;
}

.productRow .index .description {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 300;
	color:#FFF;
	font-size: 12px;
	height: 50px;
}

.productRow .index .button {
	font-family: 'Open+Sans', sans-serif;
	text-transform: uppercase;
	width:80%;
	height: 15px;
	vertical-align: middle;
	line-height: 17px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	letter-spacing: 1px;
	border:2px solid #FFF;
	color:#FFF;
	transition: all 0.2s linear;
	border-radius: 3px;
	font-size: 10px;
	font-weight: 600;
    margin: 0 auto;
}

.productRow .index .button:hover {
	background-color:#63C29D;
	border:2px solid #FFF;
	color: #215A47;
	cursor: pointer;
}

.mainContent .productRow .advantages {
    display: inline-block;
    margin: 0 auto;
	padding-left: 1.5%;
	padding-right: 1.5%;
	width: 15%;
    margin: 10px;
    background-color: #FFF;
}
	
.productRow .advantages .productImg {
	width: 60px;
    padding-top: 10px;
    display: inline-block;
    margin: 0 auto;
}
	
.productRow .advantages .productImg img {
	width: 60px;
    display: inline-block;
    margin: 0 auto;
    touch-action: manipulation;
}

.productRow .advantages .title {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 600;
	color:#000;
	font-size:12px;
}

.productRow .advantages .description {
	font-family: 'Work+Sans', sans-serif;
	font-weight: 300;
	color:#000;
	font-size:12px;
    height: 20px;
}

/*ABOUT*/
.mainContent .productRow.core_values_container {
    background-color: #333333;
	margin-bottom: 0px;
}

.mainContent .productRow.core_values_container .header {
    display: inline-block;
    margin: 0 auto;
	margin-top: 20px;
	padding-left: 0.1%;
	padding-right: 0.1%;
	text-align: center;
    color: #FFF;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 14px;
}

.mainContent .header {
	font-family: 'Open+Sans', sans-serif;
	margin: 10px 0px 20px 0px;
	color: #757575;
	width: 99%; 
	position: relative; 
	display: flex;
	align-items: center;
    font-size: 18px;
	font-weight: 600;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 5px;
}

.mainContent .header .underline {
    flex: 1; 
    border-top: 1px solid #757575;
	margin: 0px 10px 0px 10px;
}

.mainContent .productRow .statistics {
    display: inline-block;
    margin: 0 auto;
	margin: 20px;
	padding-left: 0.1%;
	padding-right: 0.1%;
	width: 15%;
	text-align: center;
	color: #000;
}

.mainContent .productRow .statistics p {
   	line-height: 10px;
    margin: 10px;
}

.productRow .statistics .productImg {
	width:40px;
    padding-top:5px;
    display: inline-block;
    margin: 0 auto;
	margin-bottom: -5px;
}
	
.productRow .statistics .productImg img {
	width:40px;
    display: inline-block;
    margin: 0 auto;
    touch-action: manipulation;
}

.productRow .statistics .title {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
    text-align: center;
	color: #63C29D;
}

.productRow .statistics .subtitle {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
    text-align: center;
}

.productRow .statistics .content {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 300;
	font-size: 9px;
    text-align: center;
	letter-spacing: 1px;
	height: 30px;
	text-transform: uppercase;
}

.mainContent .productRow .why {
    display: inline-block;
    margin: 0 auto;
	margin: 25px;
	padding: 0px 15px 0px 5px;
	width: 22%;
	text-align: center;
	color: #000;
	border: 0.5px solid #D2D2D2;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	vertical-align: top;
	font-family: 'Open+Sans', sans-serif;
}

.productRow .why .productImg {
	width: 40px;
    padding: 15px 0px 0px 10px;
    float: left;
    margin: 0 auto;
	margin-bottom: 10px;
}
	
.productRow .why .productImg img {
	width: 40px;
	text-align: left;
    display: inline-block;
    margin: 0 auto;
    touch-action: manipulation;
}

.productRow .why .title {
	font-weight: 600;
	font-size: 14px;
	padding: 0px 0px 0px 10px;
	letter-spacing: 1px;
    text-align: left;
	color: #000;
	clear: left;
}

.productRow .why .content {
	font-weight: 300;
	padding: 0px 0px 10px 10px;
	font-size: 14px;
    text-align: left;
	height: 60px;
	color: #A0A0A0;
}

.mainContent .productRow .rating {
    display: inline-block;
    margin: 0 auto;
	margin: 20px 20px 20px 20px;
	padding-left: 2%;
	padding-right: 2%;
	width: 10%;
	text-align: center;
	color: #000;
}

.productRow .rating .productImg {
	width: 150px;
    padding-top:5px;
    display: inline-block;
    margin: 0 auto;
	margin-bottom: 15px;
}
	
.productRow .rating .productImg img {
	width: 150px;
    display: inline-block;
    margin: 0 auto;
    touch-action: manipulation;
}

.productRow .rating .content {
	display: flex;
	align-items: center; 
	justify-content: space-between;
}

.productRow .rating .title {
	display: inline-flex;
	font-family: 'Open+Sans', sans-serif;
	font-weight: 600;
	font-size: 22px;
	position: relative;
	top: 2px;
	left: -30px;
}

.productRow .rating .bubbles_container {
	margin: 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	position: relative;
	left: -20px;
}

.productRow .rating .bubbles {
	margin: 0 auto;
	background-color: #00AA6C;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	margin: 2px;
}

.mainContent .productRow .reviews {
    display: inline-block;
    margin: 0 auto;
	margin: 8px;
	padding: 0.5%;
	width: 22%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	background-color: #FAFAFA;
	border-radius: 4px;
	text-align: center;
	color: #000;
}

.productRow .reviews .title {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	height: 50px;
	vertical-align: middle;
}

.productRow .reviews .bottom {
	margin-bottom: -20px;
	padding: 0px;
	height: 5px;
	line-height: 0px;
}

.mainContent .productRow .providers {
    position: relative;
    display: inline-block;
    margin: 30px;
    padding: 5px;
    width: 10%;
    text-align: center;
}

.productRow .providers .productImg {
    width: 150px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: -5px;
}

.productRow .providers .productImg img {
    width: 150px;
    display: inline-block;
    margin: 0 auto;
    touch-action: manipulation;
}

.mainContent .productRow .providers::before,
.mainContent .productRow .providers::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 70%;
    z-index: 1;
}

.mainContent .productRow .providers::before {
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); /* Top gradient */
}

.mainContent .productRow .providers::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); /* Bottom gradient */
}

.mainContent .productRow .core_values {
    display: inline-block;
    margin: 20px auto;
	padding-left: 0.3%;
	padding-right: 0.3%;
	width: 7%;
    background-color: transparent;
	text-align: center;
	color: #FFF;
}

.productRow .core_values .productImg {
	width:35px;
    padding-top:5px;
    display: inline-block;
    margin: 0 auto;
}
	
.productRow .core_values .productImg img {
	width:35px;
    display: inline-block;
    margin: 0 auto;
    touch-action: manipulation;
}

.productRow .core_values .title {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 600;
	font-size: 9px;
    text-align: center;
	position: relative;
	top: -10px;
}

.productRow .core_values .subtitle {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 300;
	font-size: 9px;
    text-align: center;
	position: relative;
	top: -15px;
}
/*END-ABOUT*/

/*CONTACT*/
.mainContent .productRow .contact {
    display: inline-block;
    margin: 0 auto;
	padding-left: 2.5%;
	padding-right: 2.5%;
	width: 40%;
    margin: 20px;
    padding-bottom: 100px;
    text-align: left;
	vertical-align: top;
}

.mainContent .productRow .contact table {
	border-spacing: 20px;
}

.productRow .contact img {
	width: 30px;
    vertical-align: middle;
    line-height: 30px;
}

.productRow .contact .title {
	font-family: 'Open+Sans', sans-serif;
	font-weight: 600;
	color:#000;
	font-size:14px;
}

.productRow .contact .line_break {
	display: none;
}

.productRow .contact .description {
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	color:#000;
	font-size:14px;
}

.productRow .contact .note {
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	color:#000;
	font-size:10px;
}

.productRow .contact .subnote {
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	color:#A2A2A2;
	font-size:10px;
}

.productRow .contact input[type="text"], input[type="email"] {
	float: left;
	border-radius:3px;
	width:45%;
	height:35px;
	font-size:14px;
	font-weight:300;
	background-color: #F2F2F2;
	border: 0.5px solid #888888;
	padding-left: 5px;
  	margin-right: 20px;
}

.productRow .contact ::placeholder {
	font-size:12px;
    color: #888888;
}

.productRow .contact textarea {
	font-family: 'Open+Sans', sans-serif;
	border-radius:3px;
	font-size:14px;
	font-weight:300;
	background-color: #F2F2F2;
	border: 0.5px solid #888888;
	padding-top: 5px;
	padding-left: 5px;
    width: 94.5%;
    height: 100px;
}

.productRow .contact input[type=checkbox] {
    width: 20px;
	height:20px;
	margin-bottom: 10px;
}

.productRow .contact .notes {
	font-family: 'Open+Sans', sans-serif;
	font-size:10px;
	color: #C74141;
	display: none;
}

.productRow .contact .send_button {
    font-family: 'Open+Sans', sans-serif;
	text-transform: uppercase;
	width:20%;
	height: 15px;
	line-height: 18px;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	letter-spacing: 2px;
	background-color: #63C29D;
	color:#FFF;
	transition: all 0.2s linear;
	border-radius: 2px;
	font-size: 10px;
	font-weight: 600;
    margin: 0 auto;
}

.productRow .contact .send_button:hover {
	background-color:#215A47;
	color: #63C29D;
	cursor: pointer;
}

.productRow .contact .send_button.not {
    font-family: 'Open+Sans', sans-serif;
	text-transform: uppercase;
	width:20%;
	height: 15px;
	line-height: 18px;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2px;
	background-color: #C74141;
	color:#FFF;
	transition: all 0.2s linear;
	border-radius: 2px;
	font-size: 10px;
	font-weight: 600;
    margin: 0 auto;
}

.productRow .contact .send_button.not:hover {
	background-color:#000;
	color: #8E8E8E;
    cursor: not-allowed;
}

.productRow .contact .send_button.not:active {
    pointer-events: none;
}
/*END-CONTACT*/

.footer {
	background-color:#215A47;
	font-weight: 300;
	color:#FFF;
	padding:1%;
	width: 100%;
    height: 150px;
	font-size: 12px; 
	font-family: sans-serif; 
    text-align: center;
}

.social img {
	cursor: pointer;
	width: 30px;
    filter: invert(28%) sepia(100%) hue-rotate(1deg) saturate(3) brightness(1000%);
}

.footer_menu td {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer_menu td:hover {
    text-decoration: underline;
    cursor: pointer;
}

.footer_menu_border {
    border-right: 1px solid #FFF;
}

.sent {
	margin: 150px 0px 150px 0px;
	font-family: sans-serif; 
	color: #000;
}

.sent .title {
	font-size: 18px;
	font-weight: 600;
}

.sent .subtitle {
	font-size: 18px;
	font-weight: 300;
}

.sent .note {
	font-size: 12px;
	font-weight: 300;
}

/* Media query for tablets */
@media screen and (max-device-width : 1024px) { 
.menu_container {
    padding: 10px;
}

.menu_container_table, .submenu {
    display: none;
}

.menu_container_table_2 {
    display: inline-table;
}
	
#index-video {
    height: 500px;
    object-fit: cover;
}

.index-video-wrapper {
    height: 100%;
    width: 100%;
    background-size: cover;
	margin-bottom: -10px;
}

.deal_banner {
	background-position: right;
}

.banner_index {
	top: 200px;
}
/* 200px;*/

.next {
	font-size:25px;
}

.slogan {
    font-size: 14px;
}

.mainContent.banner .productRow {
	padding-left: 1px;
    padding-right: 1px;
}

.mainContent .productRow {
    padding-left: 10px;
    padding-right: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.mainContent .productRow .index {
	width: 40%;
    margin: 5px;
}

.productRow .index .button {
	width:90%;
}

.mainContent .productRow .advantages {
	width: 30%;
    margin: 10px;
}
	
.productRow .advantages .productImg {
	width:50px;
}
	
.productRow .advantages .productImg img {
	width:50px;
}

.productRow .advantages .title {
	font-size:14px;
}

.productRow .advantages .description {
    height: 30px;
}

.mainContent .productRow .contact {
	width: 90%;
}
	
.productRow .contact .line_break {
	display: none;
}

.mainContent .productRow.core_valus_container .header {
	font-size: 12px;
}

.mainContent .header {
    font-size: 16px;
}

.mainContent .productRow .statistics {
	padding-left: 0.5%;
	padding-right: 0.5%;
	width: 22%;
}

.mainContent .productRow .why {
    display: inline-block;
    margin: 0 auto;
	margin: 15px;
	width: 40%;
}

.mainContent .productRow .rating {
	margin-top: 10px;
	width: 12%;
}

.mainContent .productRow .reviews {
	margin: 10px;
	padding: 1%;
	width: 35%;
}

.mainContent .productRow .providers {
    margin: 15px;
    width: 15%;
}

.productRow .providers .productImg {
    width: 120px;
}

.productRow .providers .productImg img {
    width: 120px;
}

.mainContent .productRow .core_values {
    margin: 0 auto;
	margin: 20px;
	padding-left: 0.5%;
	padding-right: 0.5%;
	width: 10%;
}
}

/*media query for small screen devices */
@media screen and (max-width:480px) {  
.menu_container {
    padding: 10px;
}
    
.menu_container_table, .submenu {
    display: none;
}

.menu_container_table_2 {
	font-size: 16px;
	padding: 10px;
    display: inline-table;
}

.deal_banner {
	background-position: right;
}
    
.banner_index {
    top:150px;
}
/* 1500px;*/
    
#index-video {
    height: 450px;
    object-fit: cover;
	object-position: center;
}

.index-video-wrapper {
    height: 100%;
    width: 100%;
}

.next {
	font-size:22px;
}

.slogan {
    font-size: 12px;
}
	
.mainContent.banner .productRow {
	margin-top: 20px;
}

.mainContent .productRow .index {
	width: 95%;
    margin: 5px;
}

.productRow .index .description {
	font-size: 10px;
	height: 10px;
}

.productRow .index .button {
	width:50%;
	height: 10px;
	line-height: 10px;
	padding: 8px;
	font-size: 11px;
}
	
.mainContent .productRow {
    margin: 0px;
    padding: 0px;
}

.mainContent .productRow.core_valus_container {
    margin: 0px;
    padding: 0px;
}

.mainContent .productRow .advantages {
	width: 90%;
}
	
.productRow .advantages .productImg {
	width:60px;
}
	
.productRow .advantages .productImg img {
	width:60px;
}

.productRow .advantages .title {
	font-size:14px;
}

.productRow .advantages .description {
    height: 40px;
}
    
.mainContent .productRow .contact {
	width: 96%;
    padding-left: 0.5%;
    padding-right: 0.5%;
    text-align: center;
	margin-top: 0px;
    margin: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
	
.productRow .contact .line_break {
	display: inline-block;
}
	
.mainContent .productRow .contact table {
	border-spacing: 5px;
}
	
.productRow .contact input[type="text"], input[type="email"] {
	width:97%;
	margin-bottom: 20px;
}

.productRow .contact textarea {
    width: 97%;
}

.productRow .contact .send_button {
	width: 70%;
}
    
.mainContent2 .productRow .index {
	width: 85%;
    padding-left: 0.5%;
    padding-right: 0.5%;
}
    
.mainContent .header {
    font-size: 14px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}

.mainContent .productRow.core_valus_container .header {
    margin: 0px;
	padding: 0px;
	width: 90%;
}

.mainContent .productRow .statistics {
	width: 40%;
	margin: 8px;
}

.productRow .statistics .productImg {
	width:50px;
}
	
.productRow .statistics .productImg img {
	width:50px;
}

.productRow .statistics .title {
	font-size: 14px;
}

.productRow .statistics .subtitle {
	font-size: 12px;
}

.productRow .statistics .content {
	font-size: 8px;
	height: 40px;
}

.mainContent .productRow .why {
	width: 80%;
}

.mainContent .productRow .rating {
	width: 50%;
}

.productRow .rating .title {
	left: 0px;
}

.productRow .rating .bubbles_container {
	left: 10px;
}

.mainContent .productRow .reviews {
	width: 80%;
}

.mainContent .productRow .providers {
    width: 35%;
    margin: 10px;
    padding: 3px;
}

.productRow .providers .productImg {
    width: 130px;
}

.productRow .providers .productImg img {
    width: 130px;
}

.mainContent .productRow .core_values {
	width: 20%;
	margin-top: 20px;
}
  
.footer {
    font-size: 10px;
    padding-top: 30px;
    padding-bottom: 70px;
}
}

