
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&amp;display=swap');
body{margin:0px;padding:0px;font-family: 'Lato', sans-serif;color: #3A3A3A}
*{box-sizing: border-box;}
a {text-decoration: none}
h1,h2, h3,h4,h5,h6{margin-top:0}
.text-cen{text-align: center}
p{font-size: 20px;margin-top: 0}
.wrapper{max-width: 1140px;margin: auto}
.justify-con{justify-content: center}
header{padding: 10px 0}
ul{padding: 0}
img{max-width: 100%;
    height: auto;
}
ul li{list-style: none;margin: 0;}
.flex{display: flex}.justify{justify-content: space-between}.align{align-items: center}
.nav{margin: 0}
.Ptb{padding-top: 30px;padding-bottom: 30px}
.nav li{margin: 0 50px;
    font-size: 22px;
    font-weight: 600;}.nav li a{color: #000}
.logo a{color: #fff !important;font-size: 30px;font-weight: 700;}
.m-0{margin: 0}
h1{color:#166676}.gp{gap:30px}
.hero-info {
    padding: 30px;box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;border-radius: 20px;
}
.hero-con h1 {
    color: #166676;
    font-size: 35px;
    font-weight: 600;
}
.hero-con h1 span {
    background: #166676;
    color: #fff;
    padding: 10px;
    border-radius: 34px 0;
}
.hero-con h2 {
    font-size: 24px;
    font-weight: 500;
}
.hero-con i {
    color: #166676;
    font-size: 22px;
}.hero {
    background: #FCFCFC;
    
}
.nfd a{color:#fff;}
.gau-img{width:35%;text-align: center;}
.gau-info {
    width: 65%;
}
.gau-info h2 {
    font-size: 30px;
    font-weight: 700;
}
.buy {
    background: #F3F3F3;
    
    text-align: center;
}
.buy-info h1 {
    font-size: 35px;
    font-weight: 700;
    color: #166676;
}
.foot-nav p {
    margin-bottom: 0;
}
.btan {
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    background-color: #166676;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 2px 0px rgb(241 241 241 / 50%);
    padding: 20px;
    color: #fff;
    width: 50%;
    margin: auto;
        text-transform: uppercase;
}
.ben i {
    color: #166676;
    font-size: 22px;
    padding-right: 10px;
}
.foot-nav a {
    color: #fff;
}

@media screen and (max-width: 767px){
.flex-dir{
    flex-direction: column;
}
   .plr{padding-left: 15px;padding-right: 15px}
    header{text-align: center}
    .gau-info {
    width: 100%;
}
    .nav ul {
   display: none
}
    .btan{width: 100%}
    .ingredBox{width: 100% !important}
}
@media screen and (min-width: 1140){
    .plr{padding-left: 15px;padding-right: 15px}
}
input[type=text], select, textarea {
  width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 4px;  box-sizing: border-box; margin-top: 6px;margin-bottom: 16px; resize: vertical;
}
input[type=submit] { background-color: #166676; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer;}
input[type=submit]:hover {background-color: #000;}
.ingredBox{
    color: #166676;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    position: relative;
    z-index: 1;width: 33.3%
}
.ingredBox .title{
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 10px;
    margin: 0 0 30px;
    border: 3px solid #166676;
    display: inline-block;
}
.ingredBox .ingred-content{
    color:#fff;
    background: #166676;
    padding: 15px;
    margin: 0 0 40px;
    border-radius: 30px;
    border: 10px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.ingredBox .description{
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}
.ingred-inner{margin-bottom: 50px}
.ingredBox .ingred-icon{
    background: #166676;
    font-size: 40px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
} 
.ingredBox .ingred-icon:before,
.ingredBox .ingred-icon:after{
    content: "";
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}
.ingredBox .ingred-icon:after{
    background: #166676;
    width: 3px;
    height: 40px;
    margin: 0 auto;
    box-shadow: none;
    border-radius: 0;
    left: 0;
    right: 0;
    top: -40px;
}
.ingredBox.blue{ color: #6b9fe3; }
.ingredBox.blue .title{ border-color: #6b9fe3; }
.ingredBox.blue .ingred-content,
.ingredBox.blue .ingred-icon,
.ingredBox.blue .ingred-icon:after{
    background: #6b9fe3;
}
.ingredBox.cyan{ color: #31bfc4; }
.ingredBox.cyan .title{ border-color: #31bfc4; }
.ingredBox.cyan .ingred-content,
.ingredBox.cyan .ingred-icon,
.ingredBox.cyan .ingred-icon:after{
    background: #31bfc4;
}
.ingredBox.purple{ color: #8746ae; }
.ingredBox.purple .title{ border-color: #8746ae; }
.ingredBox.purple .ingred-content,
.ingredBox.purple .ingred-icon,
.ingredBox.purple .ingred-icon:after{
    background: #8746ae;
}
@media only screen and (max-width: 990px){
    .ingredBox{ margin: 0 0 40px; }
}
.click-btn {
    background: #166676;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;padding: 20px 0
}
.in-head {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #166676;
}
.in-hg{box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
    padding: 20px;
    border: 2px dashed #166676;
}}
@media screen and (min-width: 767px){
    .click-btn{width:60%}
}