/*==================Custom Css for Font Face Including==================*/

@font-face {
	font-family: 'DINPro-Light';
	src: url('Fonts/DINPro-Light/DINPro-Light.woff2') format('woff2'),
		 url('Fonts/DINPro-Light/DINPro-Light.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'DINPro-Regular';
	src: url('Fonts/DINPro-Regular/DINPro.woff2') format('woff2'),
		 url('Fonts/DINPro-Regular/DINPro.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'DINPro-Medium';
	src: url('Fonts/DINPro-Medium/DINPro-Medium.woff2') format('woff2'),
		 url('Fonts/DINPro-Medium/DINPro-Medium.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'DINPro-Bold';
	src: url('Fonts/DINPro-Bold/DINPro-Bold.woff2') format('woff2'),
		 url('Fonts/DINPro-Bold/DINPro-Bold.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}


/*==================Custom Css for Header Section==================*/

html {
	scroll-behavior: smooth;	
}
body {
	background-color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	font-family: 'DINPro-Regular';
	margin: 0;
	padding: 0;
	letter-spacing: 0.5px;
	scroll-behavior: smooth;
}
img {
  max-width: 100%;
}
a {
  transition: all 0.5s ease;
}


.page-header .topbar {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background: #2e8b57;
	padding: 0 20px;
	box-sizing: border-box;
}
.page-header .tb-slide {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.page-header .tb-slide .tb-slide-cont {
	display: inline-block;
	width: auto;
	vertical-align: top;
	font-size: 12px;
	color: #fff;
	font-family: 'DINPRo-Medium';
}


.page-header { 
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.page-header .header.content {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
	padding: 18px 20px;
	box-sizing: border-box;
	background: #fff;
}
.page-header .header.content.fixed {	
	position: fixed;
	top: 0px;
	z-index: 1;
	left: 0;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.page-header .logo {
	float: left;
	width: auto;
}
.page-header .logo img {
	display: inline-block;
	width: auto;
	vertical-align: top;
	max-height: 24px;
}


.page-header .header.content.logo-center {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.page-header .header.content.logo-center .logo {
  display: inline-block;
  float: none;
  vertical-align: top;
}


#menu-open {
  display: none;
}

.top-menu.pro-grid-link {
  float: right;
  width: auto;
}
.top-menu.pro-grid-link a {
  border: none;
  padding: 0 0 0 30px;
  font-size: 15px;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  color: #000;
}
.top-menu.pro-grid-link a:hover {
  background: none;
  color: #2e8b57;
}
.top-menu.pro-grid-link a.btn-nav {
  background: #2e8b57 !important;
  color: #ffffff !important;
  padding: 6px 30px;
  text-transform: uppercase;
  font-size: 14px;
  margin: -6px 0 -6px 30px;
}


/*==================Custom Css for Main Content Section==================*/

.page-main {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.page-main .columns {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.page-main .column.main {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}


.home-section {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 30px 0 40px;
	margin: 0;
}
.home-section.home-video-sec {
	padding: 0;
	position: relative;
  overflow: hidden;
  height: calc(100vh - 84px);
}
.home-section.home-pro-grid-sec,
.home-section.home-revolution-sec {
	background: #eef6f2;
}

.pro-grid-user {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  font-family: 'DINPRo-Bold';
}
.pro-grid-user b {
  font-weight: normal;
  font-family: 'DINPRo-Regular';
  margin: 0 0 0 5px;
  font-size: 11px;
}
.what-there-says {
}
.what-there-says .pro-grid-name {
  text-transform: capitalize;
}

.home-section.home-pro-says-sec {
  background: #efefef;
}

.home-section.home-wellness-sec,
.home-section.home-other-says-sec {
  background: #efefef;
}

.home-section.home-wellness-sec .home-sec-content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 4%;
}



.home-container {
	margin: 0 auto;
	max-width: 1300px;
	padding: 0 20px;
	box-sizing: border-box;
}


.home-sec-title {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.home-sec-title span {
	display: inline-block;
	width: auto;
	vertical-align: top;
	font-size: 24px;
	line-height: 36px;
	font-family: 'DINPRo-Medium';
}


.home-sec-desc {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
	margin: 10px 0 20px;
}
.home-sec-desc span {
	display: inline-block;
	width: auto;
	vertical-align: top;
	font-size: 15px;
}


.home-video-sec video {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border: none;
	object-fit: contain;
	object-position: center;
}


.home-pro-grid-list {
	display: flex;
	justify-content: center;
	gap: 20px;
	width: 100%;
}
.home-pro-grid {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #fff;
  padding: 2px;
  border-radius: 8px;
}

.pro-grid-pic {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.pro-grid-pic img {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border-radius: 8px 8px 0 0;
}

.pro-grid-info {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 10px;
	box-sizing: border-box;
}

.pro-grid-name {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
	font-size: 18px;
	font-family: "DINPRo-Medium";
	text-transform: uppercase;
}

.pro-grid-desc {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	margin: 10px 0;
	min-height: 88px;
}

.pro-grid-link {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.pro-grid-link a {
	display: inline-block;
	width: auto;
	vertical-align: top;
	font-family: 'DINPRo-Medium';
	text-decoration: none;
	border: 1px solid #2e8b57;
	padding: 0 10px;
	border-radius: 5px;
	color: #2e8b57;
}
.pro-grid-link a:hover {
	background: #2e8b57;
	color: #fff;
}

.pro-grid-user {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  font-family: 'DINPRo-Bold';
}
.pro-grid-user b {
  font-weight: normal;
  font-family: 'DINPRo-Regular';
  margin: 0 0 0 5px;
  font-size: 11px;
}

.home-sec-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.home-left-info-sec {
  display: inline-block;
  width: 56%;
  vertical-align: top;
}
.home-left-info-sec p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 10px 0;
  font-size: 13px;
  letter-spacing: 1px;
}

.home-right-info-sec {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  padding: 0 60px;
  box-sizing: border-box;
}
.top-side-banner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  right: 60px;
  bottom: -30px;
}
.top-side-banner img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.bottom-side-banner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  left: 60px;
  top: -30px;
}
.bottom-side-banner img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}


.info-sec-strip-list {
  display: inline-block;
  width: 80%;
  vertical-align: top;
  margin: 0 10%;
}

.info-sec-strip {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #eef6f2;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 20px;
}
.info-sec-strip.info-sec-strip-4 {
  margin: 0;
}
.info-sec-strip.info-sec-strip-2 .info-stripe-pic,
.info-sec-strip.info-sec-strip-4 .info-stripe-pic {
  order: 1;
}
.info-sec-strip.info-sec-strip-2 .info-stripe-cont,
.info-sec-strip.info-sec-strip-4 .info-stripe-cont {
  text-align: right;
}


.info-stripe-pic {
  display: inline-block;
  width: 45%;
  vertical-align: top;
}
.info-stripe-pic img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.info-stripe-cont {
  display: inline-block;
  width: 55%;
  vertical-align: top;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: left;
}

.info-stripe-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 18px;
  font-weight: normal;
  font-family: 'DINPRo-Medium';
  margin: 0 0 10px;
}

.info-stripe-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.info-stripe-desc p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 13px;
  line-height: 18px;
  margin: 5px 0;
}

.info-stripe-link {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 0;
}
.info-stripe-link a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  background: #2e8b57;
  padding: 0 30px;
  border-radius: 5px;
  line-height: 30px;
  color: #fff;
  font-family: 'DINPRo-Medium';
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
}


.what-they-says .pro-grid-name {
  text-transform: capitalize;
}



/*.home-section.home-pro-grid-sec .home-pro-grid-list {
  align-content: center;
}
.home-section.home-pro-grid-sec .home-pro-grid {
  display: flex;
  align-items: center;
}
.home-section.home-pro-grid-sec .pro-grid-pic {
  width: 48%;
  float: left;
}
.home-section.home-pro-grid-sec .pro-grid-info {
  width: 52%;
  float: left;
}
.home-section.home-pro-grid-sec .pro-grid-name {
  text-align: left;
  text-transform: capitalize;
}
.home-section.home-pro-grid-sec .pro-grid-desc {
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  min-height: initial;
}
.home-section.home-pro-grid-sec .pro-grid-link {
  text-align: left;
}
.home-section.home-pro-grid-sec .pro-grid-pic img {
  border-radius: 8px 0px 0 8px;
}*/


.home-section.home-pro-grid-sec .pro-grid-desc {
  min-height: ;
  min-height: 44px;
}


.revo-sec-strip-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 10%;
  gap: 20px;
}
.revo-sec-strip {
  display: flex;
  width: calc(50% - 10px);
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  gap: 15px;
}
.revo-stripe-pic {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  text-align: center;
}
.revo-stripe-pic img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  height: 80px;
}
.revo-stripe-cont {
  display: inline-block;
  width: calc(70% - 15px);
  vertical-align: top;
}
.revo-stripe-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  font-family: 'DINPRo-Medium';
  line-height: 28px;
}
.revo-stripe-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 13px;
  line-height: 22px;
  min-height: 66px;
}


.faq-accordian-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
}
.faq-accordian-sec .ques-block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #ececec;
  margin: 5px 0;
}
.faq-accordian-sec .ques {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 10px 20px;
  box-sizing: border-box;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 40px;
  font-family: 'DINPRo-Medium';
  color: #000;
  font-size: 18px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.faq-accordian-sec .ques:after {
  content: ' ';
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: right;
  background: url('../images/down-arrow.svg') no-repeat scroll center / 30px; 
}
.faq-accordian-sec .ques.active {
  background: #000;
  color: #fff;
}
.faq-accordian-sec .ques.active:after {
  background: url('../images/up-arrow.svg') no-repeat scroll center / 30px; 
}
.faq-accordian-sec .answ {
  float: left;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-accordian-sec .answ.active {
  max-height: 4000px;
}
.faq-accordian-sec .answ-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px 20px;
  box-sizing: border-box;
}
.faq-accordian-sec .answ-content span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #000;
  margin: 6px 0;
}



.home-section.home-connect-form-sec {
  background: url('../images/form-sec-bg.png') no-repeat scroll center / cover;
  padding: 0;
}
.home-section.home-connect-form-sec .gradient-bg {
  padding: 30px 0px 40px;
  background: rgba(0, 0, 0, 0.4);
}
.home-section.home-connect-form-sec .home-sec-title {
  color: #fff;
}
.home-section.home-connect-form-sec .home-sec-desc {
  color: #fff;
}
.connect-from-sec {
  display: inline-block;
  width: 50%;
  margin: 0 25%;
  background: #eef6f2;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}
.contact-form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.contact-form .fieldset {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.contact-form .field {
  float: left;
  width: calc(50% - 20px);
  margin: 0 10px 20px;
}
.contact-form .field.full-width {
  width: calc(100% - 20px);
}
.contact-form .field input, .contact-form .field textarea {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 10px;
  box-sizing: border-box;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ededed;
  border-radius: 5px;
  color: #000;
  font-family: 'DINPRo-Regular';
  letter-spacing: 0.5px;
  font-size: 14px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  margin: 0;
}
.contact-form .field.full-width textarea {
  height: 72px !important;
  width: 100% !important;
  line-height: 24px;
}

.contact-form .action-toolbar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
  text-align: center;
}
.contact-form .action-toolbar .action {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border: none;
  margin: 0;
  padding: 0 50px;
  line-height: 36px;
  border-radius: 5px;
  background: #2e8b57;
  color: #fff;
  font-family: 'DINPRo-Medium';
  letter-spacing: 0.8px;
  text-transform: capitalize;
  font-size: 15px;
  cursor: pointer;
}
.connect-from-sec .form-tagline {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  font-family: 'DINPRo-Medium';
  letter-spacing: 0.8px;
  font-size: 15px;
  line-height: 26px;
  color: #2e8b57;
}


.htp-milk-steps-list-btn {
    display: flex;
    justify-content: center;
    margin: 30px 0px 0px;
}
.htp-milk-steps-list-btn a {
    display: inline-block;
    width: auto;
    vertical-align: top;
    font-family: 'DINPRo-Medium';
    text-decoration: none;
    border: 1px solid #2e8b57;
    padding: 10px 30px;
    border-radius: 5px;
    color: #2e8b57;
}
.htp-milk-steps-list-btn a:hover{
    background: #2e8b57;
    color: #fff;
}

.htp-milk-steps-list {
  display: flex;
  width: 100%;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}
.htp-milk-step {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 20px 0 0px;
}
.htp-milk-step .htp-step-icon {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 0 0 10px;
}
.htp-milk-step .htp-step-icon span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  background: #fef7e7;
  border-radius: 50%;
  border: 10px solid #eef6f2;
  padding: 5px;
}
.htp-milk-step .htp-step-icon img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-height: 92px;
}
.htp-milk-step .htp-step-count {
  display: inline-block;
  width: 30px;
  vertical-align: top;
  text-align: center;
  margin: 0 10px 0 0;
}
.htp-milk-step .htp-step-count span {
  display: inline-block;
  width: 24px;
  vertical-align: top;
  line-height: 24px;
  border-radius: 50%;
  background: #2e8b57;
  color: #fff;
  font-size: 14px;
  font-family: 'DINPRo-Bold';
}
.htp-milk-step .htp-step-title {
  display: inline-block;
  width: calc(100% - 50px);
  vertical-align: top;
}
.htp-milk-step .htp-step-title span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #000;
  font-family: 'DINPRo-Medium';
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 18px;
  min-height: 54px;
}
.htp-milk-step .htp-step-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.htp-milk-step .htp-step-desc ul {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.htp-milk-step .htp-step-desc ul li {
  width: 100%;
  vertical-align: top;
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 10px;
}





/*==================Custom Css for product info pages==================*/

.product-info-details {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.pro-info-sec-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 20%;
  box-sizing: border-box;
}
.pro-info-sec-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 2px solid #2e8b57;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 0 20px;
}
.pro-info-sec-pic img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.pro-info-sec-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.pro-info-sec-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.pro-info-sec-desc p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  letter-spacing: 0.8px;
  font-size: 15px;
}




/*==================Custom Css for Milk Preperation page==================*/

.home-sec-subinfo {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#milk-prep-section {
  background: #eef6f2;
}
.home-sec-subinfo p {
  float: left;
  width: 33.333333%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}
.home-sec-subinfo p strong {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-weight: normal;
  font-family: 'DINPRo-Bold';
}
.milk-prep-steps-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 10%;
  gap: 20px;
  width: 80%;
  justify-content: center;
}
.milk-prep-step {
  display: inline-block;
  width: calc(33.3333% - 20px);
  vertical-align: top;
  border: 2px solid #fff;
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
}
.milk-prep-step .htp-step-icon {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.milk-prep-step .htp-step-icon span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.milk-prep-step .htp-step-icon img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.milk-prep-step .htp-step-count {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'DINPRo-Bold';
  font-size: 12px;
  color: #4CAF50;
}
.milk-prep-step .htp-step-count span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.milk-prep-step .htp-step-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  font-family: 'DINPRo-Medium';
  color: #000;
  letter-spacing: 0.8px;
  margin: 0 0 10px;
  line-height: 24px;
}
.milk-prep-step .htp-step-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.milk-prep-step .htp-step-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  font-size: 13px;
  margin: 0 0 10px;
}
#milk-tips-var-section {
  background: linear-gradient(90deg,rgba(254, 247, 231, 1) 50%, rgba(241, 241, 241, 1) 50%);
}
.milk-tips-sec {
  float: left;
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}
.milk-var-sec {
  float: left;
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}
.milk-var-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 10px 0 0;
}
.milk-var-pic img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-width: 200px;
  border-radius: 50%;
}


/*==================Custom Css for Footer Section==================*/



.page-footer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px 0;
  background: #f6f6f6;
}
.footer-container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 20px;
  box-sizing: border-box;
}
.footer-top {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-bottom: 2px solid #2e8b57;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.footer-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  font-size: 15px;
  line-height: 36px;
  margin: 0 0 15px;
  padding: 0 10%;
  box-sizing: border-box;
}
.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 15px;
}
.footer-links a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 13px;
  color: #2e8b57;
  font-family: 'DINPRo-Medium';
}
.footer-bottom {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.footer-bottom .copyright {
  float: left;
  width: 100%;
  vertical-align: top;
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: center;
}
.social-list {
  float: right;
  width: auto;
}
.social-list .social-link {
  display: inline-block;
  width: 32px;
  margin: 0 0 0 16px;
  text-align: center;
}
.social-list .social {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.social-list .social img {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: top;
  line-height: 24px;
}
.social-list .social-link:nth-child(2) {
}
.social-list .social-link:nth-child(2) .social img {
  width: 18px;
}
.social-list .social-link:nth-child(1) .social img {
  width: 22px;
}


/*============================For the mobile============================*/

@media (max-width: 768px) {

body {
  font-size: 12px;
  line-height: 18px;
}

.home-container {
  padding: 0 10px;
  max-width: 100%;
}


/*=================For the header=================*/

.page-header .header.content {
  padding: 10px;
  position: relative;
}
.page-header .header.content .home-container {
  padding: 0;
}

.page-header .topbar {
  padding: 0 10px;
}


#menu-open {
  position:relative;
  float:right;
  width:24px;
  text-align:left;
  line-height:24px;
  margin: 0;
  top:0;
  left:0;
  -webkit-transform:rotate(0);
  -moz-transform:rotate(0);
  -o-transform:rotate(0);
  transform:rotate(0);
  -webkit-transition:.2s ease-in-out;
  -moz-transition:.2s ease-in-out;
  -o-transition:.2s ease-in-out;
  transition:.2s ease-in-out;
  height:24px;
  display: block;
}
#menu-open:before {
  color:#000000;
  font-size:24px;
  position:relative;
  left:-3px;
  vertical-align:top;
  content:none
}
#menu-open:after {
  content:none
}
#menu-open span {
  display:block;
  position:absolute;
  height:2px;
  width:20px;
  background:#000000;
  border-radius:2px;
  opacity:1;
  left:0;
  -webkit-transform:rotate(0);
  -moz-transform:rotate(0);
  -o-transform:rotate(0);
  transform:rotate(0);
  -webkit-transition:.1s ease-in-out;
  -moz-transition:.1s ease-in-out;
  -o-transition:.1s ease-in-out;
  transition:.1s ease-in-out;
  margin:0;
  clip:revert
}
#menu-open span:nth-child(1) {
  top:6px
}
#menu-open span:nth-child(2),
#menu-open span:nth-child(3) {
  top:12.5px;
  width:16px
}
#menu-open span:nth-child(4) {
  top:19px
}
#menu-open.active span:nth-child(1) {
  top:18px;
  width:0;
  left:50%
}
#menu-open.active span:nth-child(2) {
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg)
}
#menu-open.active span:nth-child(3) {
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg)
}
#menu-open.active span:nth-child(4) {
  top:18px;
  width:0;
  left:50%
}

.top-menu.pro-grid-link {
  float: none;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 44px;
  background: #f6f6f6;
  z-index: 2;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.top-menu.pro-grid-link a {
  width: 100%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  font-size: 13px;
  text-align: center;
}
.top-menu.pro-grid-link.active {
  max-height: 1000px;
}



/*=================For the body content=================*/


.home-section.home-video-sec {
  height: auto;
}
.home-section {
  padding: 15px 0 20px;
}
.home-sec-title span {
  font-size: 18px;
  line-height: 28px;
}
.home-sec-desc {
  margin: 6px 0 15px;
}
.home-sec-desc span {
  font-size: 13px;
}
.home-pro-grid-list {
  flex-wrap: wrap;
  gap: 10px;
}
.home-pro-grid {
  width: calc(50% - 10px);
}
.pro-grid-info {
  padding: 6px;
}
.pro-grid-name {
  font-size: 15px;
}
.pro-grid-desc {
  font-size: 12px;
  line-height: 18px;
}
.home-section.home-pro-grid-sec .pro-grid-desc {
  min-height: 36px;
}
.pro-grid-link {
  line-height: 24px;
}



.home-left-info-sec {
  width: 100%;
}
.home-section.home-wellness-sec .home-sec-content {
  flex-wrap: wrap;
  gap: 10px;
}
.home-right-info-sec {
  width: 100%;
  padding: 0 30px;
}
.home-left-info-sec p {
  font-size: 12px;
  letter-spacing: ;
}
.top-side-banner {
  right: 30px;
  bottom: -15px;
}
.bottom-side-banner {
  left: 30px;
  top: -15px;
}



.htp-milk-step {
  width: 100%;
  padding: 0 5px;
  margin: 15px 0 0;
}
.htp-milk-step .htp-step-title span {
  font-size: 13px;
  min-height: initial;
}
.htp-milk-step .htp-step-count span {
  font-size: 12px;
  line-height: 20px;
  width: 20px;
}
.htp-milk-step .htp-step-count {
  width: 20px;
  margin: 0 5px 0 0;
}
.htp-milk-steps-list-btn a {
  padding: 0px 30px;
  vertical-align: top;
  line-height: 30px;
}




.pro-grid-user {
  font-size: 12px;
}
.pro-grid-user b {
  font-size: 10px;
}
.revo-sec-strip-list {
  width: 100%;
  margin: 0;
}
.revo-sec-strip {
  width: 100%;
  padding: 8px;
  gap: 10px;
}
.revo-stripe-pic {
  width: 25%;
}
.revo-stripe-cont {
  width: calc(75% - 10px);
}
.revo-stripe-title {
  font-size: 14px;
  line-height: 24px;
}
.revo-stripe-desc {
  font-size: 12px;
  line-height: 20px;
  min-height: initial;
}




.faq-accordian-sec .ques {
  padding: 8px 40px 8px 10px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
.faq-accordian-sec .ques:after {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.faq-accordian-sec .answ-content {
  padding: 10px;
}
.faq-accordian-sec .answ-content span {
  margin: 5px 0;
  font-size: 12px;
  line-height: 20px;
}



.connect-from-sec {
  width: 100%;
  margin: 0;
  padding: 10px;
  border-radius: 6px;
}
.connect-from-sec .form-tagline {
  font-size: 13px;
}
.contact-form .field {
  width: calc(100% - 20px);
  margin: 10px;
}
.contact-form .action-toolbar {
  margin: 15px 0;
}



/*=================For the footer content=================*/

.footer-container {
  max-width: 100%;
  padding: 0 10px;
}
.footer-desc {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  line-height: 20px;
}
.footer-bottom .copyright {
  font-size: 12px;
  line-height: 24px;
}



/*=================For the product Deatil content=================*/


.pro-info-sec-content {
  padding: 0;
}
.pro-info-sec-desc p {
  font-size: 13px;
  line-height: 20px;
}




/*=================Custom Css for Milk Preperation page=================*/


.home-sec-subinfo p {
  width: 100%;
}
.milk-prep-steps-list {
  margin: 10px 0;
  width: 100%;
  gap: 10px;
}
.milk-prep-step {
  width: calc(50% - 5px);
}
.milk-prep-step .htp-step-count {
  font-size: 11px;
  line-height: 16px;
}
.milk-prep-step .htp-step-title {
  font-size: 14px;
}
.milk-prep-step .htp-step-desc {
  font-size: 11px;
}
.milk-tips-sec {
  width: 100%;
  padding: 20px;
  background: #FEF7E7;
}
#milk-tips-var-section {
  background: no-repeat;
  padding: 0;
}
.milk-var-sec {
  width: 100%;
  padding: 20px;
  background: #F1F1F1;
}
#milk-tips-var-section .home-container {
  padding: 0;
}








}