@charset "utf-8";
*, *::before, *::after {
padding: 0;
margin: 0;
outline: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
font-family: 'Roboto', 'Lato', 'Montserrat', 'Poppins', 'Open Sans', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
scroll-behavior: smooth;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
line-height: 1.5;
background-color: #F8F9FA;
}
::-webkit-resizer,
::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
display: none;
}
.disable {
cursor: not-allowed;
pointer-events: none;
}
input::-ms-clear, textarea::-ms-clear {
display: none;
}
ol, ul, ul li {
padding: 0;
margin: 0;
list-style: none;
}
hr {
width: 100%;
border: 0;
border-top: 1px solid #07363C;
margin: 20px 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
button, input, select, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
background: none;
border: none;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
textarea {
overflow: auto;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
small {
font-size: 80%;
}
img {
border-style: none;
}
main {
display: block;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
letter-spacing: 1px;
}
button, .btn, button:active, .btn:active, button:focus, .btn:focus {
outline: 0;
-webkit-appearance: none;
box-shadow: none !important;
}
input,
input:hover,
input:focus,
input.form-control,
input.form-control:hover,
input.form-control:focus {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500;
color: #07363C;
border: 1px solid #07363C;
padding-top: 0;
padding-bottom: 0;
outline: 0;
-webkit-appearance: none;
box-shadow: none !important;
height: 42px;
line-height: 42px;
}
textarea,
textarea:hover,
textarea:focus,
textarea.form-control,
textarea.form-control:hover,
textarea.form-control:focus {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500;
color: #07363C;
border: 1px solid #07363C;
padding-top: 10px;
padding-bottom: 0;
resize: none;
outline: 0;
-webkit-appearance: none;
box-shadow: none !important;
}
select,
select:focus,
select:active,
select:hover {
outline: 0;
-webkit-appearance: none;
-moz-appearance: none;
box-shadow: none !important;
border: 0;
border-radius: 6px;
}
select,
select:focus,
select:active,
select:hover {
outline: 0;
-webkit-appearance: none;
-moz-appearance: none;
box-shadow: none !important;
border: 0;
border-radius: 6px;
}
.select {
position: relative;
display: block;
width: 100%;
margin: 0;
padding: 0;
}
.select select,
.select select:hover,
.select select:focus {
display: inline-block;
width: 100%;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500;
color: #07363C;
text-align: left;
padding: 0 10px;
border-radius: 4px;
border: 1px solid #000000;
height: 42px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
outline: 0;
}
.select select::-ms-expand {
display: none;
}
.select_arrow,
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
position: absolute;
top: 18px;
right: 14px;
width: 0;
height: 0;
pointer-events: none;
border-style: solid;
border-width: 8px 5px 0 5px;
border-color: #000000 transparent transparent transparent;
}
input::placeholder {
font-size: 14px;
font-style: italic;
color: #999999;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-size: 14px;
font-style: italic;
color: #999999;
opacity: 1;
height: 42px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
zoom: 1;
}
:-ms-input-placeholder { /* IE 10+ */
font-size: 14px;
font-style: italic;
color: #999999;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
zoom: 1;
}
::-moz-placeholder { /* Firefox 19+ */
font-size: 14px;
font-style: italic;
color: #999999;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
zoom: 1;
}
:-moz-placeholder { /* Firefox 18- */
font-size: 14px;
font-style: italic;
color: #999999;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
zoom: 1;
}
nav.navbar {
position: absolute;
top: 0;
width: 100%;
font-family: 'Roboto', sans-serif;
background-color: transparent !important;
z-index: 1000;
}
.navbar-nav {
margin-right: 35px;
}
.navbar-nav .nav-link {
height: 50px;
line-height: 50px;
width: 90px;
text-align: center;
padding: 0;
display: inline-block;
color: #FFFFFF !important;
border-radius: 4px;
margin: 0 5px;
background-color: transparent !important;  
}
.navbar-nav a.login {
width: 145px !important;
}
.navbar-nav .nav-link:active, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
color: #FFFFFF !important;
}
.navbar .container {
display: flex;
align-items: center;
position: relative;
background: transparent !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.navbar.scrolled .navbar-brand img {
border: 0;
}
.navbar .navbar-brand img.logo-default {
display: inline;
width: 120px;
height: auto;
}
.navbar.scrolled .navbar-brand img.logo-default {
display: none;
}
.navbar .navbar-brand img.logo-scrolled {
display: none;
}
.navbar.scrolled .navbar-brand img.logo-scrolled {
display: inline;
height: 60px;
width: auto;
}
.navbar-brand {
padding-left: 40px;
}
a.nav-link img {
height: 28px;
width: auto;
border: 0;
transition: transform 0.3s ease;
}
a.nav-link:active img, a.nav-link:focus img, a.nav-link:hover img {
outline: 2px solid #FFFFFF;
border-radius: 50%;
padding: 2px;
transform: scale(1.1);
}
.navbar-nav li.active {
color: #FAC400 !important;
font-weight: 700 !important;
}
.navbar-nav li.active a, .navbar-nav li.active a:active, .navbar-nav li.active a:focus, .navbar-nav li.active a:hover {
color: #FAC400 !important;
font-weight: 700 !important;
}
.navbar-toggler {
border: none;
padding: 16px;
outline: none;
z-index: 1100;
width: 58px;
height: 58px;
position: absolute;
top: 55px;
transform: translateY(-50%);
right: 10px;
display: flex;
justify-content: center;
background-color: transparent;
margin-left: 0;
order: unset;
}
.navbar-toggler:focus {
outline: none;
}
.navbar-toggler .navbar-toggler-icon {
width: 50px;
height: 3px;
background-color: #FFFFFF;
position: relative;
transition: all 0.3s ease;
display: block;
}
.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-color: #FFFFFF;
left: 0;
transition: all 0.3s ease;
}
.navbar-toggler .navbar-toggler-icon::before {
top: -10px;
}
.navbar-toggler .navbar-toggler-icon::after {
top: 10px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
background-color: transparent;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
transform: rotate(45deg);
top: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
transform: rotate(-45deg);
top: 0;
}
.navbar.scrolled {
position: fixed !important;
top: 0;
width: 100%;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
background-color: #07363C !important;
transition: background-color 0.3s, opacity 0.3s;
z-index: 10000;
}
.hero-section {
position: relative;
width: 100%;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: #FFFFFF;
font-family: 'Lato', sans-serif;
background-color: #FFFFFF;
}	
@supports (-webkit-overflow-scrolling: touch) {
.hero-section {
background-attachment: scroll;	/* remplace fixed on iOS */
}
}
.hero-section::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1;
pointer-events: none;
}
.hero-section > .container {
position: relative;
font-family: 'Lato', sans-serif;
max-width: 768px;
padding: 0 20px;
z-index: 2; 
}
.hero-section h1.display-4 {
font-size: 46px;
margin-top: 50px;
margin-bottom: 10px;
text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.hero-section p.lead {
font-size: 24px;
margin-bottom: 20px;
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}
.hero-section .btn-contact, .hero-section .btn-contact:active, .hero-section .btn-contact:focus, .hero-section .btn-contact:hover {
display: inline-block;
padding: 10px 30px;
font-size: 16px;
color: #FFFFFF;
border: 2px solid #FFFFFF;
border-radius: 30px;
margin-top: 5px;
text-transform: uppercase;
text-decoration: none;
background-color: transparent;
transition: background-color 0.3s ease, color 0.3s ease;
cursor: pointer;
}
p.typewrite {
font-family: 'Montserrat', sans-serif;
font-size: 24px;
font-weight: 700;
color: #FAC400;
text-align: center !important;
text-transform: uppercase;
}
.typewrite > .wrap {
border-right: 1px solid #07363C;
}
.top-text-section {
min-height: 450px;
color: #07363C;
margin: 0 auto;
text-align: justify;
background-color: #F3F3F3;
}
.middle-text-section {
min-height: 450px;
color: #07363C;
background-color: #F8F9FA;
}
.middle-text-section .lead {
max-width: 769px;
margin: 0 auto;
text-align: justify;
}
.bottom-text-section {
font-family: 'Lato', sans-serif;
color: #07363C;
margin: 0 auto;
background-color: #F8F9FA;
}
.bottom-text-section h2 {
color: #FAC400;
}
.bottom-text-section .subtitle-1, .bottom-text-section .subtitle-2 {
font-family: 'Poppins', sans-serif;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
}
.bottom-text-section .subtitle-1 {
color: #07363C;
}
.bottom-text-section .subtitle-2 {
color: #7ABA00;
}
.bottom-text-section p {
font-family: 'Lato', sans-serif;
font-weight: 500;
text-align: justify;
}
.info p {
font-size: 14px;
text-align: justify; 
}
.info h4 {
font-size: 22px !important;
margin-bottom: 15px;
}
.info h5 {
font-size: 18px;
text-align: left; 
margin-top: 15px;
}
.info a.link, .info a.link:active, .info a.link:focus, .info a.link:hover {
font-size: 14px;
font-weight: 700;
color: #07363C;
text-decoration: none;
}
.info ul {
list-style-type: none;
padding: 0;
margin: 5px 0;
}
.info ul li {
font-size: 14px;
line-height: 1.6;
padding: 10px 15px;
margin-bottom: 5px;
}
.custom-gradient-btn, .custom-gradient-btn:active, .custom-gradient-btn:focus {
border: none;
color: #FFFFFF;
padding: 14px 28px;
font-size: 16px;
font-weight: 700;
cursor: pointer;
border-radius: 6px;
background: linear-gradient(to bottom, #8BD901 50%, #BAFB4D 50%);
transition: background 0.3s ease;
}
.custom-gradient-btn:hover {
background: linear-gradient(to bottom, #BAFB4D 50%, #8BD901 50%);
color: #FFFFFF;
}
.icon-rounded {
border-radius: 50%;
border: 4px solid;
padding: 4px;
width: 115px;
height: 115px;
object-fit: cover;
}
.bkg-color-1 {
border-color: #07363C;
background-color: #07363C;
}
.bkg-color-2 {
border-color: #7ABA00;
background-color: #7ABA00;
}
form {
font-size: 14px;
color: #07363C;
}
label {
font-size: 14px;
color: #07363C;
font-weight: 700;
}
.custom-checkbox .privacy-link, .custom-checkbox .privacy-link:active, .custom-checkbox .privacy-link:focus, .custom-checkbox .privacy-link:hover {
color: #07363C;
font-weight: 700;
text-decoration: underline;
cursor: pointer;
}
.custom-checkbox {
display: flex;
flex-direction: column;
align-items: flex-start;
cursor: pointer;
}
.custom-checkbox input[type="checkbox"] {
display: none;
}
.custom-checkbox label {
position: relative;
padding-top: 5px;
padding-left: 38px;
cursor: pointer;
user-select: none;
}
.custom-checkbox label::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
border: 1px solid #07363C;
border-radius: 4px;
background-color: #FFFFFF;
transition: all 0.2s ease;
}
.custom-checkbox input[type="checkbox"]:checked + label::before {
background-color: #008E0B;
border-color: #008E0B;
}
.custom-checkbox input[type="checkbox"]:checked + label::after {
content: '';
position: absolute;
left: 10px;
top: 5px; 
width: 10px;
height: 16px;
border: solid #FFFFFF;
border-width: 0 3px 3px 0;
transform: rotate(45deg);
}
.custom-checkbox small {
display: block;
margin-left: 0;
margin-top: 5px;
}
.custom-checkbox label.invalid::before {
border: 2px solid #FF0000;
background-color: #FFF0F0;
}
.custom-checkbox label.valid::before {
border: 1px solid #CCCCCC;
}
.select {
position: relative;
display: block;
width: 100%;
margin: 0;
padding: 0;
}
.select select,
.select select:hover,
.select select:focus {
display: inline-block;
width: 100%;
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #07363C;
font-weight: 500;
text-align: left;
padding: 0 10px;
border-radius: 6px;
border: 1px solid #07363C;
height: 42px;
background-color: #FFFFFF;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
outline: 0;
}
.select select::-ms-expand {
display: none;
}
.select_arrow,
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
position: absolute;
top: 18px;
right: 14px;
width: 0;
height: 0;
pointer-events: none;
border-style: solid;
border-width: 8px 5px 0 5px;
border-color: #07363C transparent transparent transparent;
}
.input-field.error {
background-color: #FFF0F0;
border: 2px solid #FF0000;
}
p.error_message, .error_message {
font-family: 'Roboto', sans-serif;
color: #FF0000;
font-size: 12px;
line-height: 20px;
font-weight: 500;
padding-top: 8px;
}
p.success_message, .success_message {
font-family: 'Roboto', sans-serif;
color: #3A9303;
font-size: 12px;
line-height: 20px;
font-weight: 500;
}
.btn-send, .btn-send:active, .btn-send:focus, .btn-send:hover {
font-size: 14px;
color: #FFFFFF;
font-weight: 700;
border: none;
text-decoration: none;
border-radius: 4px;
padding: 10px 14px;
background-color: #7ABA00;
}
.btn-valid, .btn-valid:active, .btn-valid:focus, .btn-valid:hover {
width: 140px;
font-size: 14px;
color: #FFFFFF;
font-weight: 700;
border: none;
text-decoration: none;
border-radius: 4px;
padding: 10px 14px;
margin-right: 5px;
background-color: #7ABA00;
}
.btn-back, .btn-back:active, .btn-back:focus, .btn-back:hover {
width: 120px;
font-size: 14px;
color: #FFFFFF;
font-weight: 700;
border: none;
text-decoration: none;
border-radius: 4px;
padding: 10px 14px;
background-color: #034951;
}
.table-grid {
padding-left: 0;
padding-right: 0;	
margin-left: 0;
margin-right: 0;
}
.table > tbody > tr > td {
vertical-align: middle;
}
table {
table-layout: auto;
width: 100%;
margin: 10px auto;
font-family: 'Roboto', sans-serif;
font-size: 14px;
border-collapse: collapse;
border-spacing: 0;
border: 0;
}
th {
font-size: 14px;
color: #FFFFFF;
font-weight: 700 !important;
letter-spacing: 1px;
white-space: nowrap;	
padding: 10px 10px;
border: 1px solid #034951;
background-color: #034951;
}
td {
font-size: 14px;
color: #07363C;
text-transform: none;
font-weight: normal;
padding: 5px 10px;
line-height: 25px;
border: 1px solid #034951;
background-color: #FFFFFF;
}
.min-w-100 {
min-width: 100px;
}
.min-w-150 {
min-width: 150px;
}
.min-w-180 {
min-width: 180px;
}
.min-w-200 {
min-width: 200px;
}
.min-w-300 {
min-width: 300px;
}
.btn-shopping, .btn-shopping:active, .btn-shopping:focus, .btn-shopping:hover {
font-size: 14px;
color: #FFFFFF;
font-weight: 700;
border: none;
text-decoration: none;
border-radius: 30px;
padding: 8px 20px;
background-color: #7ABA00;
}
.btn-shopping-pack, .btn-shopping-pack:active, .btn-shopping-pack:focus, .btn-shopping-pack:hover {
font-size: 14px;
color: #FFFFFF;
font-weight: 700;
border: none;
text-decoration: none;
border-radius: 30px;
padding: 8px 20px;
background-color: #7ABA00;
}
.pricing-box {
background-color: #f8f9fa;
border: 2px solid #07363C;
border-radius: 8px;
padding: 24px;
box-shadow: 0 3px 6px rgba(0,0,0,0.1);
transition: transform 0.3s;
}
.pricing-box h3 {
font-size: 24px;
color: #07363C;
text-align: center;
margin-top: 0;
}
.price {
font-size: 25px;
color: #7ABA00;
font-weight: 700;
text-align: center;
margin: 5px 0 10px 0;
}
.pricing-box ul {
list-style: none;
padding: 0;
margin: 0;
text-align: left;
}
.pricing-box ul li {
position: relative;
color: #07363C;
font-size: 14px;
text-align: left;
padding-left: 20px;
}
.pricing-box ul li::before {
content: '✓';
color: #07363C;
position: absolute;
left: 0;
font-size: 18px;
font-weight: 700;
}
.pricing-box ul li.no-check::before {
content: '';
}
.breadcrumb {
display: flex;
align-items: center;
background-color: #F3F3F3;
}
.breadcrumb-item {
display: flex;
align-items: center;
}
a.breadcrumb-link, a.breadcrumb-link:active, a.breadcrumb-link:focus, a.breadcrumb-link:hover {
display: inline-flex;
align-items: center;
padding: 8px 20px;
height: 40px;
color: #FFFFFF;
text-decoration: none;
line-height: 1.5;
border-radius: 4px;
background-color: #034951;
}
.breadcrumb-item.active {
color: #7ABA00;
font-weight: 700;
}
.breadcrumb-item + .breadcrumb-item::before {
content: " > ";
color: #7ABA00;
font-weight: 700;
padding: 0 6px 0 3px;
}
.accordion-container {
width: 100%;
margin: 0 auto;
color: #07363C;
}
.accordion-item {
border: 1px solid #E3E3E3;
margin-bottom: 20px;
}
.accordion-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 10px 5px 10px;
cursor: pointer;
background-color: #F1F1F1;
}
.accordion-header p.title {
padding-top: 10px;
text-align: left !important;
}
.accordion-content {
padding: 15px 10px 10px 10px;
display: none;
}
.accordion-content p {
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 20px;
font-weight: 500 !important;
padding-left: 5px;	
padding-right: 5px;
}
.accordion-header .chevron {
color: #07363C;
font-size: 20px;
padding: 0 5px 0 22px;
transition: transform 0.2s;
}
.accordion-header p.title {
font-size: 16px;
font-weight: 700;
line-height: 20px;
}
.accordion-container h4 {
color: #7ABA00;
font-size: 20px;
font-weight: 700;
line-height: 26px;
margin-bottom: 15px;
text-align: left;
text-transform: uppercase;
}
.footer-top {
margin: 0 auto;
width: 0;
height: 0;
border-left: 80px solid transparent;
border-right: 80px solid transparent;
border-bottom: 40px solid #034951;
background-color: transparent;
}
footer {
postion: relative;
background-color: #034951;
}
.footer-container {
display: flex;
flex-direction: column;
}
.footer-content {
color: #FFFFFF;
padding-top: 30px;
padding-bottom: 30px;
}
.footer-content img {
width: 131px;
height: 80px;
border: 0;
}
.footer-content ul.list-unstyled li {
font-size: 14px;
color: #FFFFFF;
margin-bottom: 10px;
}
.footer-content ul.list-unstyled li:last-child {
margin-bottom: 0;
}	
.footer-content ul.list-unstyled li a, .footer-content ul.list-unstyled li a:active, .footer-content ul.list-unstyled li a:focus, .footer-content ul.list-unstyled li a:hover  {
display: block;
color: #FFFFFF;
font-size: 14px;
line-height: 1.4;
padding: 10px 15px 10px 5px;
border-radius: 4px;
width: 100%;
text-decoration: none;
cursor: pointer;
}
.footer-content ul.list-unstyled li.active a, .footer-content ul.list-unstyled li.active a:active, .footer-content ul.list-unstyled li.active a:focus, .footer-content ul.list-unstyled li.active a:hover {
font-size: 16px !important;
color: #FAC400 !important;
font-weight: 700 !important;
}
.footer-copyright {
color: #FFFFFF;
text-align: center;
padding: 20px 0 10px 0;
margin-top: 0;
background-color: #07363C;
}
.footer-copyright > div + div {
margin-top: 2px;
margin-bottom: 5px;
}
.footer-copyright small {
margin: 0;
line-height: 1.5;
}
#back-to-top-container {
position: fixed;
right: 10px;
bottom: 15px;
z-index: 9999999;
}
#back-to-top {
width: 60px;
height: 60px;
border: 0;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: none;
padding: 0;
background-color: #7ABA00;
transition: opacity 0.3s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
filter: alpha(opacity=0);
pointer-events: none;
}
#back-to-top.show {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
pointer-events: auto;
}
#back-to-top:active, #back-to-top:focus, #back-to-top:hover {
outline: none;
box-shadow: none;
border: none;
}
.noprint {
display: block;
}
@media (max-width: 1199.98px) {		
.single-table table,
.single-table thead,
.single-table tbody,
.single-table th,
.single-table td,
.single-table tr {
display: block; 
text-align: left !important;
}
.single-table thead tr { 
position: absolute;
top: -9999px;
left: -9999px;
}
.single-table tr {
border: 1px solid #07363C;
text-align: left;
border-bottom: 0;
margin-bottom: 10px;
}
.single-table tr + tr {
margin-top: 30px;
}
.single-table td {
position: relative;
border: 0;
border-bottom: 1px solid #07363C; 
padding-left: 40%;
text-transform: none;
font-weight: normal;
line-height: 20px;
}
.single-table td:before { 
position: absolute; 
top: 6px;
left: 5px;
width: 55%; 
padding-right: 5px; 
text-transform: uppercase;
font-weight: 700;
line-height: 20px;
}
.single-table tr {
border-bottom: 1px solid #07363C; 
width: 100%;
text-align: left;
background-color: #FFFFFF;
}
.single-table td {
position: relative; 
display: block;
width: 100%;
text-align: left;
border: 0;
padding-left: 15px;
margin-bottom: 2px;
}
.single-table td:before {
position: relative;
left: 0;
display: block;
width: 100%;
color: #FFFFFF !important;
letter-spacing: 1px;
padding: 3px 5px 3px 5px;
margin-bottom: 10px;
background-color: #034951;
}
}
@media (max-width: 991.98px) {
.navbar-nav {
margin-right: 0;
margin-top: 20px;
flex-direction: column;
background-color: transparent !important;
}
.navbar-nav .nav-link {
text-align: left;
margin-bottom: 10px;
width: 100%;
height: auto;
line-height: normal;
padding: 10px 10px;
display: block;
background-color: transparent !important;
}
.navbar-collapse {
position: fixed;
top: 0;
right: 0;
height: 100vh;
width: 230px;
background-color: #07363C !important;
padding: 20px;
transform: translateX(100%);
transition: transform 0.3s ease;
z-index: 1000;
}
.navbar-collapse.show {
transform: translateX(0);
}
.navbar-nav {
flex-direction: column;
padding-top: 50px;
}
.navbar-nav a.login {
width: 190px !important;
}
.navbar-brand {
padding-left: 20px;
}
}
@media (max-width: 767.98px) {
.pricing-container {
flex-direction: column;
align-items: center;
}
.pricing-box {
width: 90%;
}
footer .first-col {
max-width: 200px;
margin: 0 auto;
float: none !important;
display: block;
text-align: center;
}
footer .first-col p {
max-width: 200px;  
text-align: left;
margin: 0 auto 20px auto;
}
}
@media (max-width: 575.98px) {
.info h4 {
font-size: 20px !important;
margin-bottom: 15px;
}
.info h5 {
font-size: 16px;
text-align: left; 
margin-top: 15px;
}
}
@media print {
.noprint {
display: none !important;
}
}