@font-face {
    font-family: "DIN Next LT Pro";
    src: url("../fonts/fonts/DINNextLTPro-Bold.eot");
    src: url("../fonts/DINNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextLTPro-Regular.woff2") format("woff2"), url("../fonts/DINNextLTPro-Regular.woff") format("woff"),
        url("../fonts/DINNextLTPro-Regular.ttf") format("truetype"), url("../fonts/DINNextLTPro-Regular.svg#DINNextLTPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Brush Up";
    src: url("../fonts/BrushUp.eot");
    src: url("../fonts/BrushUp.eot?#iefix") format("embedded-opentype"), url("../fonts/BrushUp.woff2") format("woff2"), url("../fonts/BrushUp.woff") format("woff"), url("../fonts/BrushUp.ttf") format("truetype"),
        url("../fonts/BrushUp.svg#BrushUp") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DIN Next LT Pro";
    src: url("../fonts/DINNextLTPro-Bold.eot");
    src: url("../fonts/DINNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextLTPro-Bold.woff2") format("woff2"), url("../fonts/DINNextLTPro-Bold.woff") format("woff"),
        url("../fonts/DINNextLTPro-Bold.ttf") format("truetype"), url("../fonts/DINNextLTPro-Bold.svg#DINNextLTPro-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DIN Next LT Pro";
    src: url("../fonts/DINNextLTPro-Medium.eot");
    src: url("../fonts/DINNextLTPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextLTPro-Medium.woff2") format("woff2"), url("../fonts/DINNextLTPro-Medium.woff") format("woff"),
        url("../fonts/DINNextLTPro-Medium.ttf") format("truetype"), url("../fonts/DINNextLTPro-Medium.svg#DINNextLTPro-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.eot");
    src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"),
        url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.eot");
    src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"),
        url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* custom style-sheet */

body {
    font-family: "Montserrat";
}
a,
button {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
img {
    max-width: 100%;
}
a,
a:hover {
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat";
    font-weight: bold;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
input:focus,
button:focus {
    outline: none;
}
.container {
    max-width: 1200px;
}
section {
    position: relative;
}
.top-bar {
    background-color: #393e44;
    padding: 5px 0;
}
.top-bar p {
    font-family: "Montserrat";
    color: #fff;
    font-size: 14px;
}
.header {
    background: rgb(97, 110, 118);
    background: linear-gradient(0deg, rgba(97, 110, 118, 1) 0%, rgba(43, 50, 58, 1) 100%);
}
.header-content {
}
.header-content h2 {
    color: #f5b728;
    font-size: 32px;
    line-height: 40px;
    margin: 0;
}
.header-content h1 {
    color: #62bb5f;
    font-family: "Brush Up";
    font-weight: normal;
    margin: 0;
    font-size: 74px;
    line-height: 74px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.header-content p {
    font-family: "Montserrat";
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 15px;
}
.header-content p span {
    color: #f5b728;
}
.content-featured01 {
    padding: 50px 0;
}
.content-featured01 img {
    height: 80px;
    margin-right: 30px;
}
section.content-featured01 p {
    margin-bottom: 10px;
}
.green {
    color: #027941;
}
.featured02-content {
    background-color: #efefef;
    border-radius: 8px;
    padding: 25px;
    padding-left: 35px;
    position: relative;
    overflow: hidden;
}
.featured02-content h2 {
    color: #027941;
    font-size: 20px;
    margin-bottom: 15px;
}
.featured02-content p,
.featured02-content ul {
    margin-bottom: 15px;
}
.featured02-content ul b {
    display: block;
}
.featured02-content ul {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.green-bullet li {
    position: relative;
    padding-left: 20px;
}
.green-bullet li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    position: absolute;
    text-align: center;
    top: 6px;
    left: 0;
    color: #63bc5e;
    font-size: 8px;
}
.process-content h2 {
    color: #027941;
    font-size: 20px;
    margin-bottom: 15px;
}
.process-content {
    padding: 50px 0;
}
.process-block {
    background-color: #efefef;
    border-radius: 8px;
    padding: 25px;
    margin-top: 25px;
    padding-bottom: 30px;
}
.process-block h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
.process-block p {
    margin-bottom: 20px;
}
.process-block img {
    height: 85px;
    width: 85px;
    object-fit: contain;
}
.diet-plane-content h2 {
    color: #027941;
    font-size: 20px;
    margin-bottom: 15px;
}
.diet-plane-content p {
    margin-bottom: 15px;
}
.diet-plane-image h2 {
    color: #027941;
    font-size: 20px;
    margin-bottom: 30px;
}
.diet-plane-image {
    background-color: #efefef;
    border-radius: 8px;
    padding: 25px;
}
.diet-plane {
    padding-bottom: 50px;
}
.diet-plane-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-right: 35px;
}
.medico-inner {
    background: rgb(97, 110, 119);
    background: linear-gradient(0deg, rgba(97, 110, 119, 1) 0%, rgba(32, 41, 48, 1) 100%);
    padding: 40px;
    border-radius: 8px;
}
.medico-content {
    background: rgb(107, 117, 126);
    background: linear-gradient(0deg, rgba(107, 117, 126, 1) 0%, rgba(59, 66, 74, 1) 100%);
    padding: 25px 40px;
    border-radius: 8px;
}
img.icon05 {
    max-width: 80px;
    margin-right: 40px;
}
.medico-content h2 {
    color: #60be5d;
    font-size: 20px;
    margin-bottom: 30px;
    padding-top: 20px;
}
.medico-content h4 {
    text-align: center;
    color: #fff;
    font-size: 17px;
    margin-bottom: 40px;
}
p.orange-title {
    color: #f5b728;
    font-weight: 700;
    margin-bottom: 10px;
}
.medico-media ul {
    padding-left: 5px;
    margin-bottom: 10px;
}
.medico-media ul li {
    color: #fff;
    position: relative;
    padding-left: 10px;
}
.medico-media ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    position: absolute;
    text-align: center;
    top: 6px;
    left: 0;
    color: #f5b728;
    font-size: 4px;
}
.a1-inner h1 {
    color: #62bb5f;
    font-family: "Brush Up";
    font-weight: normal;
    margin: 0;
    font-size: 74px;
    line-height: 74px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.a1-inner p {
    margin-bottom: 15px;
    line-height: 20px;
}
.a1-inner p small {
    font-size: 12px;
    line-height: 18px;
    display: block;
}
.a1 {
    padding: 50px 0;
    padding-bottom: 60px;
}
.footer {
    background-color: #146635;
    padding: 30px 0;
}
.footer-list ul li {
    display: inline-block;
    margin: 0 12px;
}
.footer-list ul li a {
    display: inline-flex;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
    align-items: center;
}
.footer-list ul li a img {
    max-width: 30px;
    margin-left: 12px;
}
.footer-list {
    margin-bottom: 30px;
}
.footer-copyright {
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.footer-copyright img {
    max-width: 90px;
    margin-right: 25px;
}
.mobile-only {
    display: none;
}
