html {
        margin: 0px;
        height: 100%;
        width: 100%;
     }
body {
        margin: 0px;
        min-height: 100%;
        width: 100%;
     }
* {
box-sizing: border-box;
}
.entire-content {
max-width: 1600px;
margin: auto;
background-color: white;
}
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 150;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 180;
  top: 0;
  left: 0;
  background-color: #61786E;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sidenav a {
  padding: 8px 25px 10px 32px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  color: white;
  display: block;
  transition: 0.3s;
  font-weight: 600;
}

.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav p {
  text-align: left;
  padding-left: 10px;
  color: white;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.top {
  background-color: #61786E;
}
.mySlides {
  display:none;
}
.mySlides p {
  font-family: 'Poppins', sans-serif;
  color: white;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 600;
}
.fade {
  animation-name: fade;
  animation-duration: 4s;
}

@keyframes fade {
  from {opacity: 0}
  to {opacity: 1}
}
.top p {
  font-size: 14px;
}
.w3-border {
  border-color: #61786E!important;
  border-width: 1px!important;
}
a {
  text-decoration: none;
  color: #302E2F;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 15px;
  cursor: pointer;
}
h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  text-align: center;
  color: #61786E;
  letter-spacing: 1.5px;
  padding-top: 30px;
  font-weight: 900;
}
h2 {
  font-family: 'Poppins', sans-serif;
  color: #61786E;
  font-size: 40px;
  letter-spacing: 1.5px;
  text-align: center;
  font-weight: 900;
}
h3 {
  font-family: 'Poppins', sans-serif;
  color: #61786E;
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
  font-weight: 900;
}
h4 {
  font-family: 'Poppins', sans-serif;
  color: #61786E;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 900;
}
p {
  font-size: 24px;
  letter-spacing: 1.8px;
  line-height: 2.0em;
  color: #61786E;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
@media only screen and (max-width: 1400px) {
a {
  font-size:17px;
}
p {
  font-size: 17px;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 17px;
}
h4 {
  font-size: 16px;
}
}
@media only screen and (max-width: 1000px) {
a {
  font-size:18px;
}
p {
  font-size: 18px;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 18px;
}
}
@media only screen and (max-width: 600px) {
a {
  font-size:16px;
}
p {
  font-size: 16px;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 18px;
}
}
.dark {
  background-color: #61786E;
}
.orange {
  background: white;
}
.row-half {
  width: 50%;
}
.cell-third {
  width: 33.33%;
}
.fruit-row {
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 80px;
  background-color: white;
}
img {
  max-width: 100%;
  height: auto;
}
.content-1 {
  max-width: 1200px;
  margin: auto;
}
.w3-btn {
  font-family: 'Poppins', sans-serif;
  background-color: #61786E;
  color: #D6D6D6;
  margin-bottom: 20px;
  border: solid;
  border-width: 1px;
  letter-spacing: 1.8px;
  border-color: #61786E;
  font-size: 16px;
  border-radius: 20px;
  font-weight: 500;
}
.w3-btn:hover {
  background-color: white;
  color: #61786E;
  margin-bottom: 20px;
  border-color: #61786E;
}
.fresh-container h3 {
  font-weight: 900;
}
.w3-display-bottomright {
  margin-right: 10px;
  margin-bottom: 20px;
}
hr {
  border-color: #D6D6D6;
}
.footer {
  background-color: #61786E;
  width: 100%;
  margin-top: 90px;
  margin-bottom: 0;
}
.footer-row {
  max-width: 1400px;
  margin: auto;
 padding-top: 50px;
 padding-bottom: 20px;
}
.footer-right a {
  font-weight: 500;
  text-align: right;
  display: block;
  color: white;
  font-family: 'Poppins', sans-serif;
}
.footer-middle a {
  font-weight: 500;
  text-align: center;
  display: block;
  color: white;
  font-family: 'Poppins', sans-serif;
}
.footer-left a {
  font-weight: 500;
  text-align: left;
  display: block;
  color: white;
  font-family: 'Poppins', sans-serif;
}
.footer-left p {
  font-weight: 500;
  color: white;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 500px) {
  .footer-middle a {
    text-align: left;
  }
  .footer-left a {
    text-align: left;
  }
  .footer-right a {
    text-align: left;
  }
}
.w3-display-topleft {
  margin-left: 0px;
  margin-top: 0px;
}
.special-offer-btn{
  font-family: 'Poppins', sans-serif;
  background-color: #61786E;
  color: #F3A433;
  padding: 8px 15px;
  margin-bottom: 25px;
  font-size: 20px;
    font-weight: 900;
    cursor: pointer;
}
.w3-display-middle p:hover {
border-radius: 25px;
background-color: #F3A433;
}
.w3-display-middle p {
  background-color: #E9E5D0;
  padding: 8px 15px;
  font-weight: 900;
}
.special-offer-btn:hover {
border-radius: 8px;
color: #60D937;
}
.w3-display-topright {
  margin-top: 15px;
  margin-right: 15px;
  cursor: pointer;
}
.w3-display-topright p {
  font-size: 15px;
}
.flip-card-box {
  max-width: 900px;
  margin: auto;
  padding-top: 50px;
  margin-bottom: 80px;
}
.w3-third {
  justify-content: center;
  align-items: center;
}
.flip-card {
  background-color: transparent;
  width: 250px;
  height: 250px;
  margin: auto;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front {
  background-color: #bbb;
  color: black;
}
.flip-card-back {
  background-color: white;
  transform: rotateY(180deg);
  border-radius: 4px;
  border: solid;
  border-width: 1px;
  border-color: #61786E;
}
.flip-card-back p {
  font-size: 15px;
  color: #61786E;
  margin-top: 20px;
}
.flip-card-back a {
  font-size: 16px;
  color: #61786E;
  font-weight: 900;
  cursor: pointer;
}
.flip-card-back a:hover {
  color: orange;
  font-weight: 900;
}
.tipp-img {
  margin-bottom: 20px;
}
.w3-spin {
  animation-duration: 56s;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
/* Modal Content */
.offer-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#myModal{
  width: 400px;
  background-color: transparent;
  padding: 10px;
  position: fixed;
  top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: none;
  z-index: 600;
}
@media screen and (max-width: 400px) {
  #myModal{
  width: 300px;
}
}
#myModal .modal-top, #myModal .modal-bottom{
	width: 100%;
	position: relative;
}
#myModal .modal-top #closeBtn{
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent;
	border:0px;
	padding: 4px 12px;
  background: white;
	color: #61786E;
	cursor: pointer;
  border-radius: 5px;
}
#myModal:hover .modal-top #closeBtn{
	background: white;
	color: #61786E;
}
#myModal .modal-bottom #startNowBtn{
	position: absolute;
  width: 100%;
	top: -40px;
  bottom: 5px;
	background: #B39C8A;
	border:0px;
	padding: 7px 15px;
	color: white;
	cursor: pointer;
	text-decoration: none;
	font-size: 16px;
}
#myModal:hover .modal-bottom #startNowBtn{
	background: white;
	color: #61786E;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;

}
#myModal .modal-content {
	background-color: white;
  color: #61786E;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px;
}
#myModal .modal-content p {
  font-size: 16px;
  color: #61786E;
}
.important-line {
  font-weight: 900;
  margin-top: 50px;
  color: #61786E;
}
.w3-tag {
  background-color: #61786E;
}
.fruit-tag {
  cursor: pointer;
}
#product-list {
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;

}
.offer-modal {
  background-color: #61786E;
}
.fruit-modal {
  background-color: #61786E;
}
.modal-p p {
  font-size: 15px;
}
.modal-p p:hover {
  color: #61786E;
}
.close-tag {
  padding-left: 14px;
  padding-right: 14px;
}
.w3-blue {
  background-color: #F3A433;
}
.w3-text-blue {
  color: #F3A433;
}
label {
  text-align: left;
}
.newsletter-card p {
  text-align: left;
}
.btn-container {
  margin-top: 30px;
}
.dark-container {
  background-color: white;
  margin-top: 40px;
}
.bottom-info p {
 font-size: 12px!important;
 color: white;
 padding-bottom: 20px;
}
.divider {
  height: 30px;
  background-color: white;
}
.w3-modal {
  margin: 0px;
  padding: 0px;
  background-color: white;
  z-index: 400;
}
  .content-box {
width: 100%;
margin: 0;
padding: 0px;
background-color: white;
}
.close-container {
  background-color: white;
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 450;
}
.close-container p {
  font-size: 17px;
  font-weight: 600;
  margin-left: 20px;
  letter-spacing: 2px;
  cursor: pointer;
  color: #333;
  text-align: left;
}
.modal-text {
  max-width: 1600px;
  margin: auto;
  padding-bottom: 80px;
}

/* new */
