@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&display=swap');
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

a {
    color: #377c09;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

h1, h2 {
    font-weight: 300;
    color: #02529e;
}

h3, h4, h5 {
    color: #02529e;
}

p {
    line-height: 30px;
    margin-bottom: 20px;
}

.heading-nutri {
    font-size: 35px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.heading-nutri:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 60px;
    height: 1px;
    background: #b1b1b1;
}

section {
	padding: 30px 0;
}

.button {
    background: none;
    border: solid 1px #377c09;
    border-radius: 50px;
    text-align: center;
    color: #377c09;
    display: inline-block;
    padding: 15px 52px;
    transition: 0.5s;
}

.button:hover {
    background: #02529e;
    color: #fff;
    border-color: transparent;
}
button.button.fill {
    background: #377c09;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}
a.quantity_wrap {position: relative;}
a.quantity_wrap .quantity {
    width: 10px;
    height: 10px;
    line-height: 20px;
    border-radius: 100%;
    background: #4CAF50;
    display: block;
    position: absolute;
    right: -8px;
    color: #fff;
    text-align: center;
    top: -10px;
}
a.quantity_wrap i {
    font-size: 25px;
}
/*
start css
*/

.navbar-brand {
    padding: 0;
    margin: 10px 0;
}

.navbar-brand img {
    max-width: 250px;
    width: 100%;
}

.top-info {
    margin: 10px 0;
}

.top-info ul li {
    margin-right: 15px;
}

.top-info ul li i {
    color: #02519e;
    display: inline-block;
    padding-right: 5px;
}

.top-info ul li a {
    color: #202020;
}

.top-info ul li:last-child a {
    background: #02519e;
    padding: 5px 15px;
    color: #fff;
    border-radius: 15px;
}

.top-info ul li:last-child a i {
    color: #fff;
}

.navbar-nav li a {
    color: #646464;
    padding: 8px 13px;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}


.navbar-nav li ul.sub-menu {
    position: absolute;
    z-index: 9;
    background: #3F51B5;
    min-width: 189px; display: none;
    border-radius: 5px;
}
.navbar-nav li ul.sub-menu li a {
    color: #fff !important;
    padding: 10px 15px;
    font-weight: 400;
    text-transform: none;
    border-bottom: solid 1px #ffffff24;
}
.navbar-nav li:hover ul.sub-menu { display: block;}
.navbar-nav li a:hover {
    color: #377c09;
}

.navbar-nav li:last-child a {
    padding-right: 0;
}

.banner {
    position: relative;
}

.banner .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.banner-content {
    max-width: 600px;
    background: #01519dd6;
    padding: 40px;
    color: #fff;
}

.banner-content h2 {
    color: #dfff;
    font-size: 45px;
    font-weight: 300;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.banner-content h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background: #fff;
}

.owl-theme .owl-nav {
    margin: 0;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    color: #fff !important;
    text-align: center;
    z-index: 9;
    background: #000000b3 !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #02529e !important;
    color: #fff !important;
}

.owl-theme .owl-nav [class*='owl-next'] {
    right: 20px;
    left: auto;
}

.owl-theme .owl-nav [class*='owl-'] span {
    font-size: 45px;
    line-height: 28px;
}

.hilight-text {
    color: #377c09;
    text-decoration: underline;
}

.circle-item figure {
    width: 95px;
    height: 95px;
    line-height: 95px;
    background: #6f9943;
    text-align: center;
    border-radius: 100%;
    margin: 0 auto 6px;
    transition: 0.5s;
}

.circle-item {
    text-align: center;
    padding-bottom: 15px;
}

.circle-item:hover figure {
    box-shadow: 0 0 0 9px #97ca6245;
}

.circle-item h4 {
    color: #202020;
}

.product-item h3 {
    padding: 12px;
    background: #02519e;
    margin: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.product-item {
    border: solid 1px #e5e5e5;
    padding: 25px;
    overflow: hidden;
   
}
.product-item img,
.product-itm img {  transition: 0.5s;}
.product-item:hover img,.product-itm:hover img { transform: scale(1.1);}

.business-opportunity {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.business-opportunity * {
    color: #fff;
    border-color: #fff;
}

.business-opportunity p {
    font-size: 22px;
    line-height: 35px;
    font-weight: 300;
    margin-bottom: 40px;
}

.content-wrap {
    max-width: 550px;
    padding: 0 40px 0px;
}

.content-img-section img {
    width: 100%;
}

footer {
    background: #f1f1f1;
    padding: 50px 0 0;
}

footer h5 {
    font-weight: 400;
    text-transform: uppercase;
    margin: 55px 0 30px;
}

.list-menu li a {
    margin-bottom: 15px;
    color: #000;
    display: block;
}

.social-media li {
    display: inline-block;
    padding: 0 8px;
}

.social-media li a {
    color: #9b9b9b;
}

.footer-bottom {
    background-color: #d1d1d1;
    margin-top: 50px;
    padding: 20px 0;
    text-align: center;
}

/* Inner pages css
*/
.inner-banner .banner-image img { width: 100%;  }

.nutri-product [class*="col-md-"] {
    margin-bottom: 70px;
}

.product-itm:hover {
    box-shadow: 0 0 50px 6px #00000030;
}
.product-itm img {
    margin: auto;
    max-width: 70%;
    display: block;
}
.product-itm {
    padding: 35px 20px;
    box-shadow: 0 0 40px 0px #00000026;
    height: 100%;
    transition: .5s;
}

.product-single {
    /* border: solid 1px #ccc;
    padding: 20px; */
}
.single-pdct-rt {
    /* height: 100%;
    border-left: solid 2px #e7e7e79e;
    padding-left: 40px;*/
} 
.single-pdct-rt h3:after {
    content: "";
    position: absolute;
    left: 0;
    width: 150px;
    background: #4CAF50;
    height: 3px;
    bottom: 0;
    border-left: solid 65px #d9d9d9;
}
.single-pdct-rt h3 {
	position: relative;
	padding-bottom: 15px;
	font-size: 35px;
}
.single-pdct-wrap {
    /* padding: 22px;
    box-shadow: 0 0 50px #0000001f; */
}

ul.list-item li:before {
    content: "";
    font-family: FontAwesome;
    content: "\f06c";
    position: absolute;
    left: 0;
    color: #28a745;
}

ul.list-item li {
    padding-left: 29px;
    margin-bottom: 8px;
    position: relative;
}

ul.list-item {
    margin: 0 0 13px;
}

.panel-heading h4.panel-title {
    font-size: 17px;
    margin: 0;
}

.panel-heading {
    margin-bottom: 10px;
}

.panel-heading h4.panel-title a {
    color: #fff;
}

.panel-heading a {
    background: #02519e;
    padding: 11px;
    display: block;
}

.panel-body {
    padding: 10px;
}
.panel-heading h4.panel-title a i {
    float: right;
}


.panel2-heading h4.panel-title {
    font-size: 17px;
    margin: 0;
}

.panel2-heading {
    margin-bottom: 10px;
}

.panel2-heading h4.panel-title a {
    color: #fff;
}

.panel2-heading a {
    background: #02519e;
    padding: 11px;
    display: block;
}

.panel2-body {
    padding: 10px;
}
.panel2-heading h4.panel-title a i {
    float: right;
}
.inner-tp {
    color: #fff;
    background: #004085;
    padding: 15px 0;
}
.inner-tp h2{ color: #fff;}
ul.breadcrumb li a {
    padding: 0 35px 0 0;
    color: #ccc;
    position: relative;
}
ul.breadcrumb li a:after {
    content: "";
    position: absolute;
    right: 7px;
    color: #ccc;
    font-family: FontAwesome;
    top: 0px;
    content: "\f178";
}
section.single-product01 .product-single {
    padding: 44px;
    border: solid 1px #ccc;
    border-radius: 10px;
}
section.about-01 {
    background: #e1e1e140;
}
.about-01 h4 {
    background: #004085;
    color: #ffff;
    padding: 6px 23px;
    font-size: 18px;
}
.ab03-itm h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 0;
    color: #28a745;
}
.ab03-itm {
	text-align: center;
	height: 100%;
	border: solid 1px #e9e9e9;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 50px #0000001a;
}
.ab03-itm i {
    margin: auto;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    background: #28a745;
    margin: 0 auto 15px;
    border-radius: 100%;
    color: #fff;
}
.contact-content form .form-group .form-control {
    height: 50px;
    border: solid 1px #ccc;
}
.contact-content form .btn {
    width: 100%;
    background-color: #377c09;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.contact-detail .list-unstyled li {
    border: solid 1px #ccc;
    border-radius: 15px;
    padding: 13px;
    margin-bottom: 18px;
    position: relative;
    padding-left: 80px;
}
.contact-detail .list-unstyled li i {
    position: absolute;
    left: 14px;
    top: 21px;
    font-size: 44px;
    color: #8bb94e;
}
textarea.form-control {
    height: auto !important;
}
.ingredient .inner strong {
    display: block;
}

.ingredient .inner {
   
    background: #ccc;
    margin-bottom: 55px;
    padding: 16px;
    align-items: center;
    /* display: flex;
    flex-wrap: wrap; */
    position: relative;
    background: #eaffe8;
    border-radius: 5px;
    font-size: 16px;
    border: solid 1px #fff;
    box-shadow: 0 0 1px 1px #ccc;
    padding-left: 172px;
    min-height: 133px;
    
}
.ingredient .inner span {
    position: absolute;
    left: auto;
    right: 0;
    margin: auto;
    top: -30px;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    line-height: 40px;
    border: solid 1px #d1d1d1;
    box-shadow: 0 0 13px -27px #00000066; background-image: linear-gradient(315deg, #f8dc1b 0%, #00b43a 103%);
}
.ingredient .inner img {
    position: absolute;
    left: 0;
    width: 150px;
    top: 0;
    height: 100%;
    object-fit: cover;
}
h3 {
    margin-bottom: 24px;
    font-size: 20px;
}
.list-item-1 {  
    display: flex;
    flex-wrap: wrap; 
}
.list-item-1  li {
	border: solid 1px #ccc;
	text-align: center;
	/*--width: calc(20% - 15px);--*/
	width:auto;
	margin-right: 30px;
	padding: 20px;
	font-size: 18px;
	font-weight: 400;
	border-radius: 10px;
	background: #edffec;
	background-image: linear-gradient(315deg, #f8dc1b 0%, #00b43a 103%);
	margin-top: 40px;
	min-height: 67px;
	color: #fff;
       
    }
    .list-item-1 li span {
        display: block;
        width: 79px;
        height: 79px;
        margin: -100px auto 9px;
        background: #fff;
        border-radius: 100%;
        padding: 13px;
        border: solid 1px #ccc;
    }
    .box-bottom span {
        display: block;
    }
    .box-bottom strong {
        color: #fcfe04;
    }
    .box-bottom {
	color: #fff;
	background: #00b050;
	padding: 13px 6px;
	text-align: center;
	font-size: 20px;
	border-radius: 8px;
    }
    button.button.buy_now {
	background: #d01204;
	color: #fff;
	font-size: 18px;
	padding: 10px 25px;
	min-width: 169px;
	margin: auto;
	display: block;
	border: none;
}
.usage_row .col-md-6:first-child .box {
    background: #add025;
}
.usage_row .box h4 {
    color: #fff;
    font-weight: 600;
}
.usage_row .box {
    height: 100%;
    background: #49c031;
    color: #fff;
    padding: 20px;
    border-radius: 14px;
}
.usage_row {
    margin: 44px 0;
}
ul.breadcrumb {
    background: none;
    padding: 0;
}

.qty-box input.quantity, .qty-box button {
    width: 55px;
    height: 41px;
    line-height: 40px;
    border: solid 1px #ccc;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
}
.box.available-box {
    margin-right: 25px;
}
.box.available-box a.comobo {
    background: #ea8464;
    padding: 8px 15px;
    margin-left: 10px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
}
.qty-box button {
    background: #8BC34A;
    color: #fff;
    font-size: 27px;
    border: navajowhite;
    cursor: pointer;
}
button, input {
    overflow: visible;
}
.box.qty-box label {
    margin-right: 9px;
}   
.box-wrap {
    background: #f2f2f2;
    padding: 7px 15px;
    display: flex;
    align-items: center;
}
.price-box {
    margin: 10px 0;
    font-size: 27px;
    padding-left: 0;
    font-weight: 800;
}
.price-box span.old-price {
    color: #ccc;
    font-weight: normal;
    margin-left: 12px;
    font-size: 25px;
    text-decoration: line-through;
    display: inline-block;
    vertical-align: middle;
}
.single-product01 .single-pdct-rt p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
button.button.add-cart {
    background: #FF9800;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 11px 22px;
    min-width: 189px;
    letter-spacing: 1px;
}
button.button.add-cart i { margin-right: 5px;}


.cart-row button.remove-button {
    background: #F44336;
    border: none;
    height: 41px;
    display: inline-block;
    width: 50px;
    margin-left: 12px;
    color: #fff;
    cursor: pointer;
}
.cart-row h3 {
    margin-bottom: 10px;
    font-weight: 600;
}
.cart-row {
    border: solid 1px #ccc;
    padding: 25px 10px 7px;
    margin-bottom: 15px;
}
.cart-total h3 {
    color: #3F51B5;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 18px; padding-bottom: 10px;
    position: relative;
}
.cart-total h3:after {
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    width: 55px;
    height: 3px;
    background-color: #004085;
}
.cart-total {
    background: #f4f4f4;
    padding: 39px 26px;
    border: solid 1px #ddd;
}
.cart-total tr td:last-child small {
    display: block;
}
.cart-total tr td:last-child {
    text-align: right;
}
.cart-total tr td {
    padding: 11px;
}
/*.cart-total tr:nth-child(2) td:first-child {
    font-size: 30px;
    font-weight: 600;
}*/
ul.payment_methods li img {
    max-width: 86px;
    display: block;
}
ul.payment_methods li {
    margin-bottom: 17px;
}
.payment_box.payment_method_paytm {
    background: #ececec;
    padding: 13px 22px;
    border-radius: 9px;
    margin: 7px 0 8px;
}
.your-order {
    border: solid 1px #ccc;
    padding: 0;
    border-radius: 8px;
}
.your-order th {
    background: #3F51B5;
    color: #fff;
}
.your-order th:nth-child(2) ,
.your-order td:nth-child(2) { text-align: center;}
.your-order th:last-child ,
.your-order td:last-child { text-align: right;}
input,
textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}

input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input-group {
  clear: both;
  margin: 5px 50px;
  position: relative;
}

.input-group input[type='button'] {
  background-color: #eeeeee;
  min-width: 38px;
  width: auto;
  transition: all 300ms ease;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative;
}

.input-group .quantity-field {
  position: relative;
  height: 38px;
  left: -6px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
}

.button-plus {
  left: -13px;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}