@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
    font-family: "Lato", sans-serif;
    color: #000;;
    background:#fff;
    overflow-x:hidden;
}
h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight:500;
    margin-bottom: 20px;
    color:#1F1F1F
}
h2  {
    font-size: 44px;
    line-height: 50px;
    color:#1F1F1F
}
h3 {
    font-size:36px;
    line-height: 40px;
    color:#1F1F1F
}
h4 {
    font-size: 30px;
    line-height: 42px;
    color:#1F1F1F
}
h5 {
    font-size: 24px;
    line-height: 30px;
   /* color:#1F1F1F*/
}
h6 {
    font-size: 20px;
    line-height: 28px;
    color:#1F1F1F
}
p, li {
    font-size:16px;
}
a {
    text-decoration: none;
}
hr {
    color:#b5b5b5
}
.logo {
    width: 220px;
}
.input-group {
    width:initial;
    background: #F7F7F7;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
}
.input-group input {
    background-color: #fff!important;
    border:0;
    text-align:center;
    padding:0;
}
.input-group .input-group-prepend button {
    background-color:#fff;
    color:#000;
    border: solid 0px
}
.carousel-control-prev-icon {
    background: url(../../theme/images/Slide-Left.svg) no-repeat center center / cover;
}
.carousel-control-next-icon {
    background: url(../../theme/images/Slide-Right.svg) no-repeat center center / cover;
}
.navbar {
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
}
.navbar-toggler {
    border: 0
}
.navbar-toggler-icon {
}
.navbar-nav li {
    position: relative;
    padding-left: 30px;
    list-style: none;
}

.nav-link {
    font-weight: 500;
    color:#225344;
    text-transform: uppercase;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #000 
}
a.nav-link:hover {
    color: #000 
}
.dropdown-menu {
    
}
.dropdown-menu li {
    padding-left: 0px;
}
section {
    padding: 4rem 0rem;
}

.grey-bg {
    background-color:#F7F7F7
}
.grey-text {
    color:#696C70;
}
.btn-primary {
    border-radius: 5px;
    background: #1F1F1F;
    border:1px solid #1F1F1F;
    text-transform: uppercase;
    padding: 5px 25px;
}
.btn-secondary {
    border-radius: 5px;
    background: #fff;
    color:#1F1F1F;
    border:1px solid #1F1F1F;
    text-transform: uppercase;
    padding: 5px 25px;
}

.btn-add {
    border-radius: 5px;
    background: #fff;
    color:#1F1F1F;
    border:1px solid #1F1F1F;
    text-transform: uppercase;
    padding: 5px 25px;
}
.btn-primary:hover,
.btn-secondary:hover {
    border:1px solid #225344;
    background: #225344 ;
    color:#fff;
}

.btn-add:hover {
    border:1px solid #000;
    background: #000;
    color:#fff;
}
.card {
    height: 100% !important;
    border:0;
    background: transparent;
}
.card-footer {
    border:0;
    background: transparent;
    padding: 10px 0;
}

.card .prod-name {
    margin-bottom: 0px;
}
.card .prod-rate {
    width: 75px;
    margin-bottom: 5px;
}
.card-images {
    align-self: center !important;
    background: #fff;
    border-radius: 0px;
}
.card-images img {
    border-radius: 0px;
}
.text-link-light {
    color:#fff;
    border-bottom:2px solid #fff;
    padding-bottom:5px;
    text-decoration: none;
}

.text-link-dark {
    color:#000;
    border-bottom:2px solid #000;
    padding-bottom:5px;
    text-decoration: none;
}
.promo {
    background: #225344;
     color:#fff;
}
.promo p {
    margin-bottom: 0;
    padding: 5px 5px;
}
/*hero*/
.hero {
    padding: 0rem;
    background: #225344;
}
.hero .carousel-item {
    background: #225344;
}
.hero .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    left: 10%;
    padding: 0;
    color: #000;
    text-align: left;
    height:100%;
}
.hero .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
}

.hero h1 {
    color:#fff;
}
.hero p {
    font-size: 18px;
    width: 90%;
    color:#fff;
}
.hero .btn-primary {
    border: 1px solid #fff;
    background:transparent;
    font-size: 18px;
    color:#fff;
    border-radius: 5px;
}
.hero .btn-primary:hover {
    border: 1px solid #000;
    background:#000;
    color:#fff;
}
/*
.hero .one,
.hero .two, 
.hero .three, 
.hero .four, 
.carousel-item .row {
    height: 75vh;
}
.hero .one  {
    background: url(../../images/hero-01.png) no-repeat center right / 50%; 
}
.hero .two  {
    background: url(../../images/hero-02.png) no-repeat center center / cover; 
}
.hero .three  {
    background: url(../../images/hero-03.png) no-repeat center center / cover; 
}
.hero .four  {
    background: url(../../images/hero-04.png) no-repeat center center / cover; 
}
.hero .text-light {
    color:#fff!important;
}


.hero .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    left: 10%;
    padding: 0;
    color: #000;
    text-align: left;
    height:100%;
}

*/
/*buyCards*/
.buyCards .nav {
    border-radius: 20px;
    background-color:#f7f7f7;
    width: auto;
    margin:auto;
    padding: 10px;
}
.buyCards .nav .nav-link {
    margin: 0px 5px;
    
}
.buyCards .nav .nav-link h5 {
    font-size: 18px;
    margin-bottom: 0;
    border-radius: 20px;
    
}
.buyCards .nav-link.active > h5 {
}
.buyCards .nav .nav-link h5:hover {
}
.buyCards .nav .nav-link:hover,
.buyCards .nav .nav-link.active {
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 12px -1px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 4px 12px -1px rgba(0,0,0,0.38);
    box-shadow: 0px 4px 12px -1px rgba(0,0,0,0.38);
}
.buyCards .card-images img  {
    margin:auto;
    display: block;
}
.buyCards  p  {
    margin-bottom: 0px
}
.buyCards  p.prod-discount  {
    background: #D2EF9A;
    border-radius: 25px;
    padding: 0px 10px;
}
.buyCards  p.prod-retail {
    color: #A0A0A0;
    text-decoration: line-through
}
.buyCards  .card-footer  {
    background:transparent;
    border-top: 0px;
    padding:0;
}
.buyCards .prod-name {
    font-size:16px;
    margin-bottom: 5px
}

/*affIcons*/
.affIcons {
    background: #225344;
    padding: 1rem 0;
}
.affIconsImg img {
    width: 70%;
    margin: auto;
    display:block;
}

.affIconsImg div {
    padding: 0px 25px;
    align-self: center !important;
}

/*reviews*/
.reviews {
  position: relative;
  color: #fff !important;
  overflow: hidden;
  background-color: #225344;
}

.reviews video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  object-fit: cover;
  opacity: 0.3;
  mix-blend-mode: overlay;
}

.reviews .container {
  position: relative;
  z-index: 2;
}

.reviews h2 {
    color:#fff!important;
}
.reviews .card {
    flex-direction: row!important;
    background: #fff;
    padding: 15px;
}
.reviews .card:last-child {
    margin-bottom: 0px;
}
.reviews p {
    margin-bottom: 20px;
}
.reviews .card-images {
    align-self: center !important;
    background: transparent;
    margin-bottom: 0px;
    padding:5px;
}

.reviews .card-footer {
    background: transparent;
    border: 0;
    align-items: flex-start !important;
    flex-direction: column !important;
    display: flex !important;
    margin-bottom:0
}
.reviews .review-name {
    margin: 0px 0 0 0;
    font-weight: 600;
}
.reviews .prod-name {
    margin-right: 10px;
}


/*whySec*/
.whySec {
    background: #FFFBEF;
}
.whySec h3 {
    margin-bottom: 20px;
}
.whySec p {
    margin-bottom: 0;
    line-height: 30px;
}
.emailSub form {
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}
.emailSub .form-control {
    border:0
}
.emailSub .btn-primary {
    background:#D2EF9A;
    border:0;
    color: #000;
}

footer {
    background:#225344;
    color: #fff;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
footer p {
    font-size: 16px;
    color: #fff;
}
footer p.small {
    margin-bottom:0px;
}
footer .formOutter {
    border:1px solid #E9E9E9;
    padding: 5px;
    border-radius: 5px;
}
footer .form-control {
    border:0;
}
footer .btn-primary {
    border-radius: 10px;
}
footer .cards img {
    width:100%
}
.mobCTA {
    background: #fff;
    padding: 1rem;
    border-top:1px solid #000;
}
.mobCTA p {
    margin-bottom: 0px;
}
@media (max-width: 1024px) {
h1 {
    font-size: 50px;
    line-height:50px;
}

.emailSub .btn-primary {
    font-size: 14px;
}
}
@media (max-width: 991px) {
h1 {
    font-size: 30px;
    line-height:40px;
}

.emailSub .btn-primary {
    font-size: 14px;
}

section {
    padding: 2rem 1rem
}

}
@media (max-width: 768px) {

h1 {
    font-size: 25px;
    line-height: 35px;
}
.hero p {
    font-size: 14px;
}
}
@media (max-width: 767px) {

.logo {
    width: 220px;
}  
.navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.nav-link.active {
    margin-bottom: 5px;
}
.navbar-nav {
    padding:1rem 0 .5rem 0;
}
.navbar-nav li {
    position: relative;
    padding-left: 5px;
    list-style: none;
    text-transform: uppercase;
    padding: 5px 5px;
}
li.formSearch {
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    background: #fff;
    padding:5px;
    margin-bottom:5px;
}
.nav-item form input {
    border:0;
}

h1 {
    font-size: 30px;
    line-height: 40px;
    width: 90%;
    margin: 15px auto;
}
.hero .one,
.hero .two, 
.hero .three, 
.hero .carousel-item .row {
    /*height: 77vh;*/
    text-align:center;
    min-height: 600px;
}
.hero .carousel-control-next, .hero .carousel-control-prev {
    height: 75vh;
}
/*.hero .one  {
    background: no-repeat center center / 150%; 
    background-image: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 22%)), url(https://purpleassets.blob.core.windows.net/web/healthymoderntrend/product-mob-1.png);
}
.hero .two  {
    background: no-repeat center center / 150%; 
    background-image: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 22%)), url(https://purpleassets.blob.core.windows.net/web/healthymoderntrend/product-mob-2.png);
}
.hero .three  {
     background: no-repeat center center / 150%; 
    background-image: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 22%)), url(https://purpleassets.blob.core.windows.net/web/healthymoderntrend/product-mob-3.png);
}*/
.buyCards .nav .nav-link {
    margin: 0px 0px;
}
.affIconsImg img {
    width: 150%;
}
.reviews .col {
    margin-bottom: 10px!important;
}
.reviews .card-images img {
    width: 100px!important;
}
.whySec h3 {
    margin-top: 25px;
}
.emailSub {
    padding: 1rem;
}
.emailSub .container {
    padding: 2rem 1rem;
}
.emailSub .inner {
    width: 90%;
}
.emailSub .btn-primary {
    width: 40% !important;
    padding: 5px 5px;
}
footer  {
    text-align:center;
    padding: 1rem 0 4rem 0
}
footer img {
    margin: auto;
}
footer .cards {
    padding-bottom: 5rem;
    text-align:center;
}
footer .cards img {
    width:50%
}
footer p  {
    margin-bottom:5px;
}
footer h5  {
    margin-top:25px;
}
footer p.small {
    margin-bottom:10px;
}
}

@media (max-width: 576px) {
    .buyCards .nav .nav-link h5 {
        font-size: 14px;
    }

    section {
        padding: 1rem  0rem;
    }
}

@media (max-width: 768px) {
    .hero {
        margin-top: 83px;
    }
}