@font-face {
    font-family: "LatoRegular";
    src: url("https://healthylyfe.tech/LP1/fonts/LatoRegular.eot");
    src: url("https://healthylyfe.tech/LP1/fonts/LatoRegular.eot")format("embedded-opentype"), url("../fonts/LatoRegular.woff") format("woff"), url("https://healthylyfe.tech/LP1/fonts/LatoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

body {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 320px;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    background-color: #F8F9F9;
    font-family: "LatoRegular", sans-serif;
    color: #121212;
    font-size: 14px;
}

.textall {
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
    color: #2C3E50;
}

h3 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
}

a {
    margin: 0px;
    padding: 0px;
    color: royalblue;
    text-decoration: none;
}

.logogrid {
    width: 100%;
    margin: 5px;
}

.logogrid1 {
    width: 90%;
    margin: 10px auto;
}

#rowlogo1 {
    height: 70px;
}

#collogo1 {
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
    width: 70px;
}

#collogo11 {
    background: url(../images/hologram.png) no-repeat center;
    background-size: contain;
    width: 70px;
}

#collogo2 {
    text-align: left;
    font-size: 16px;
    color: gray;
}

#collogo21 {
    text-align: center;
    font-size: 18px;
}

#collogo3 {
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
    width: 70px;
}

.toptitle {
    height: 70px;
    background-color: black;
}

#imgtop1 {
    height: 70px;
    position: absolute;
    left: 10px;
    border-radius: 3px;
}

#imgtop2 {
    height: 70px;
    position: absolute;
    left: 90px;
    border-radius: 3px;
}

#imgtop3 {
    height: 30px;
    position: absolute;
    right: 0px;
    top: 40px;
    border-radius: 3px;
}

#flag {
    height: 20px;
    position: absolute;
    right: 15px;
    top: 5px;
    border-radius: 3px;
}

.sec1 {
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
}

.sec1 p {
    margin-top: 10px;
    margin-bottom: 10px;
}

#toptext {
    margin: 20px 0px 10px 25px;
    color: #1C1C1C;
    font-size: 11px;
}

#artname {
    margin: 5px 0px 0px 0px;
    line-height: 1.2;
    letter-spacing: -1px;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
}

#media {
    height: 30px;
    border-radius: 3px;
}

#screen p {
    font-size: 12px;
    color: royalblue;
    position: absolute;
    bottom: -3px;
    right: 10px;
    background-color: white;
}

#screen {
    position: relative;
    text-align: center;
}

#img1 {
    position: relative;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.sec2 {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
}

.btnorder {
    position: relative;
    display: block;
    width: 300px;
    margin: 15px auto;
    padding: 10px;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background: #002765;
    border-style: solid;
    border-color: #A9A9A9;
    border-width: 2px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.3s;
}

.btnorder:hover,
.btnorder:focus {
    text-decoration: none;
    color: #fff;
    transform: scale(1.1)
}

.prodimg {
    width: 60%;
    position: relative;
    display: block;
    margin: 20px auto;
    overflow: hidden;
}

.prodimg2 {
    width: 60%;
    position: relative;
    display: block;
    margin: 10px auto;
    overflow: hidden;
}

.saleblock1 {
    margin: 10px 15px 0px 15px;
    padding: 10px 10px;
    border-style: solid;
    border-color: red;
    border-width: 2px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.saleblock2 {
    margin: 10px 15px 10px 15px;
    padding: 0px 10px;
    text-align: left;
    font-size: 12px;
}

#price {
    height: 60px;
    background: url(../images/pricetag3.png) no-repeat center;
    background-size: cover;
    text-align: center;
    margin: 0px 25px;
    padding: 0;
    opacity: 0.9;
}

.pricegrid {
    height: 60px;
    width: 100%;
}

.oldprice {
    text-align: right;
    width: 40%;
    font-size: 20px;
    text-decoration: line-through;
    color: #444444;
}

.newprice {
    text-align: left;
    width: 60%;
    font-size: 30px;
    color: #f9ff00;
}

.prodgrid {
    width: 100%;
}

#row1 {
    height: 70px;
}

#row2 td {
    color: #008000;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}

#col1 {
    background: url(https://healthylyfe.tech/LP1/images/natural.png) no-repeat center;
    background-size: contain;
    width: 33.3%;
}

#col2 {
    background: url(https://healthylyfe.tech/LP1/images/quality.png) no-repeat center;
    background-size: contain;
    width: 33.3%;
}

#col3 {
    background: url(https://healthylyfe.tech/LP1/images/recommended.png) no-repeat center;
    background-size: contain;
    width: 33.3%;
}

.sec3 {
    margin: 10px;
    text-align: justify;
    background-color: #D6EAF8;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.sec3 p {
    font-size: 16px;
}

.sec31 {
    margin: 10px;
    padding: 10px 10px 10px 10px;
    text-align: justify;
    background-color: #f2fcfe;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

.sec31 p {
    font-size: 16px;
}

.list31-img {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0;
}

.list31-text {
    display: inline-block;
    width: 65%;
    height: initial;
    line-height: 1.1;
    vertical-align: middle;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

.item1 {
    font-weight: 700;
    font-size: 17px;
    font-style: regular
}

.item2 {
    font-weight: 400;
    font-size: 15px;
    font-style: regular
}

.item3 {
    font-weight: 400;
    font-size: 13px;
    font-style: italic
}

.item4 {
    font-weight: 400;
    font-size: 15px;
    font-style: regular
}

.list32-text {
    display: inline-block;
    width: 60%;
    height: initial;
    line-height: 1.1;
    vertical-align: middle;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

.item11 {
    font-weight: 700;
    font-size: 17px;
    font-style: regular;
    background: lightpink;
}

.item21 {
    font-weight: 400;
    font-size: 15px;
    font-style: italic;
}

.item41 {
    font-weight: 700;
    font-size: 15px;
    font-style: italic;
}

.list0 {
    font-size: 16px;
    text-align: justify;
    margin: 0px 10px;
}

.list1 {
    list-style: none;
    font-size: 16px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.list1 li {
    margin-bottom: 10px;
    margin-top: 10px;
}

.list1-img {
    display: inline-block;
    width: 15%;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0;
}

.list1-text {
    font-weight: 500;
    display: inline-block;
    width: 75%;
    height: initial;
    line-height: 1.1;
    vertical-align: middle;
    text-align: justify;
    font-style: italic;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

.list2-text {
    display: inline-block;
    width: 15%;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0;
    font-weight: 700;
    text-align: center;
}

.sec4 {
    display: none;
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
    background-color: #D6EAF8;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.sec4 p {
    font-size: 16px;
}

.sec41 {
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
    background-color: #f2fcfe;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

.sec41 p {
    font-size: 16px;
}

.img-composition {
    position: relative;
    display: block;
    max-width: 250px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-top: 25px;
}

.composition p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    text-align: center;
    font-style: italic;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.composition p.bold {
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
}

.sec5 {
    text-align: justify;
    margin: 10px;
    background-size: contain;
    background-color: #f2fcfe;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

.sec5 p {
    font-size: 16px;
}

.sec6 {
    margin-left: 10px;
    margin-right: 10px;
}

#doctor {
    height: 200px;
    float: left;
    margin: 10px;
}

#sign {
    height: 35px;
    margin: 0px;
}

.sec6 p {
    font-weight: 700;
    margin-right: 20px;
    margin-left: 20px;
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
}

.order {
    margin: 0px 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    border: 1px solid #dacec6;
    background-image: url('https://healthylyfe.tech/LP1/images/formbg.jpg');
    background-repeat: no-repeat;
    background-position: top 0 right 0;
    background-size: 100% 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.inputform {
    display: block;
    width: 270px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #ffffff;
    margin: 15px auto;
    padding: 0;
    position: relative;
}

.inputform input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-weight: 700;
    text-align: left;
    color: #241c18;
    font-size: 20px;
    background: none;
    padding-left: 10px;
}

.inputform:after {
    content: attr(data-title);
    position: absolute;
    top: -20px;
    left: 0px;
    background: #4253FF;
    border-radius: 10px;
    padding: 2px 10px;
    opacity: 0;
    transition: 0.4s linear;
    color: #fff;
    box-shadow: 0 5px 12px #ccc;
    pointer-events: none;
    font-size: 16px;
}

.inputform:hover:after {
    opacity: 1;
}

.sec7 {
    margin-left: 10px;
    margin-right: 10px;
}

.commblock {
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin: 10px 10px 20px 10px;
}

.commname {
    font-weight: 700;
    text-align: left;
    color: #241c18;
    font-size: 18px;
    margin-left: 20px;
    margin-top: 0.5em;
    margin-bottom: 0;
}

.commsity {
    font-weight: 300;
    text-align: left;
    color: #566573;
    font-size: 16px;
    margin-left: 50px;
    margin-top: 0.3em;
    margin-bottom: 1em;
}

.foto {
    margin: 0 20px;
    text-align: left;
}

.comment {
    text-align: justify;
    font-weight: 300;
    font-size: 16px;
    margin: 10px 20px 10px 20px;
}

.likes {
    width: 100%;
    font-size: 14px;
    border-top: solid;
    border-color: #566573;
    border-width: 1px;
    margin: 0;
    color: #566573;
}

.like {
    width: 50%;
    text-align: left;
}

.follow {
    width: 50%;
    text-align: right;
}

.likes a {
    color: #566573;
}

.ac_footer {
    background-color: #333333;
    color: #999999;
    position: relative;
    text-align: center;
    line-height: 1.5;
    padding: 10px;
    direction: ltr;
}

.ac_footer a {
    color: #999999;
}

.title_block_content {
    position: relative;
    width: 100%;
    height: 100%;
}

.title_block_img .title_img {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px !important;
    padding: 0px !important;
    /* height: 100% !important;*/
    width: 100% !important;
    display: inline !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.title_block_img {
    height: 100%;
}

.topdate_lt0 {
    color: #333333;
    font-size: 2vw;
    font-weight: bold;
    font-family: sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 1px;
    left: 1px;
}

/* .green { */

/* color: #002fff; */

/* } */

.sale {
    background-color: #FF6230;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    text-transform: uppercase;
    padding: 2px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.salenumber {
    color: green;
    font-size: 20px;
    background-color: white;
    padding: 0px 3px;
    border-radius: 3px;
    border-bottom: 1px solid #dacec6;
}

.list2 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list2img {
    position: relative;
    display: block;
    max-width: 250px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.cont2 {
    text-align: center;
    background-color: #33769f;
    border-radius: 10px;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-buttom: 0px;
}

.cont2 p {
    font-size: 17px;
    text-align: justify;
    color: white;
    font-style: italic;
    margin: 5px;
}

.cont2img {
    width: 20%;
    border-radius: 50%;
    float: left;
    margin: 5px;
}