body{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #000;
    overflow-x: hidden;
    line-height: 28px;
}
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
a:hover {
  text-decoration: none; 
}
a {
  color: #000;
  text-decoration: none;
  outline: 0;
}   
ul {
margin: 0;
padding: 0;
list-style: none; 
}
button{
  outline: 0;
  cursor: pointer;
}
.header-section {
  background: #fff;
}
.top-nav {

}
.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu > li {
  margin: 0;
}
.menu > li a{
  margin: 0 1rem;
  color: #151f28;
}
.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#menu-toggle {
  display: none;
}
.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}
.menu-button::before {
  content: '';
  margin-top: -8px;
}
.menu-button::after {
  content: '';
  margin-top: 8px;
}
#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}
#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}
#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}
.top-nav .index-logo img {
  width: 100px;
}
.nav-column-flex {
  display: flex;
  justify-content: end;
}
.top-nav .index-logo {
  margin: 15px 0;
}
.social-links ul {
  display: flex;
}
.social-links ul li {
  margin-left: 15px;
}
@media (max-width: 700px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}
.slides-carousel .owl-dots {
  display: none;
}
.slider-section .owl-nav button {
  position: absolute;
  background-color: #fff !important;
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
}
.slider-section .owl-nav button:hover{
  opacity: 0.8;
}
.slider-section .owl-nav button:hover span{
  color: #000;
}
.slider-section .owl-nav .owl-prev {
  left: 30px;
  top: 50%;
}
.slider-section .owl-nav .owl-next {
  right: 30px;
  top: 50%;
}
.slider-section .owl-nav button span {
  font-size: 50px;
  line-height: 46px;
}
.health-product-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
  margin: -10px 0 0;
}
.top-center-green {
  position: absolute;
  top: -10px;
  left: 0;
  right: -330px;
  width: 640px;
  margin: 0 auto;
}
.top-center-milk {
  position: absolute;
  top: -10px;
  left: -350px;
  right: 0;
  width: 280px;
  margin: 0 auto;
}
.ice-creame-bg-milk-packet {
  position: absolute;
  top: 30%;
  left: 10px;
  width: 280px;
  margin: 0 auto;
  transform: rotate(12deg);
}
.ice-cream-blue-bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.ice-creame-bg-white {
  position: absolute;
  left: 110px;
  top: 50%;
}
.glasse-bg-blue {
  position: absolute;
  right: 0;
  bottom: 0;
}
.fruit-top-bg {
  position: absolute;
  right: 0;
  width: 500px;
  bottom: 10px;
}
.glass-bg {
  position: absolute;
  bottom: 90px;
  right: 310px;
  z-index: 0;
  width: 240px;
}
.content-heading-center {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 40%;
}
.content-heading-center h1 {
  font-weight: 700;
}

/* sunrise_milk_start */

.scrollMagic {
  position: relative;
  padding-top: 0;
  background: #fff;
  margin-top: 80px;
}
.custom-container {
  display: table;
  width: 650px;
  height: 600px;
  margin: 5% auto;
  padding-top: 140px;
  position: relative;
}
.scrollMagic .action-link {
  width: 352px;
  height: 400px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.scrollMagic .action-link p {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  top: 80px;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.s-cow {
  background-image: url(../images/cow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 156px;
  height: 126px;
  top: -20px;
  left: 240px;
}
.s-cow {
  width: 156px;
  height: 126px;
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin: 0 auto;
}
.my-content.top {
    bottom: 100%;
    margin-bottom: 60px;
}
.scrollMagic span {
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center center;
}
.my-content {
    background: #f7f7f7;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    padding: 20px;
    font-size: 14px;
    transform: translateX(-50%);
    text-align: left;
    height: auto!important;
    letter-spacing: 0;
    white-space: normal;
    opacity: 0;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}
.my-content.top {
  bottom: 100%;
  margin-bottom: 60px;
}
.my-content.bottom {
  top: 100%;
  margin-top: 30px;
}
.custom-container p:after, .my-content {
  -webkit-transform: translateX(-50%);
  position: absolute;
  left: 50%;
}
.s-state {
  width: 150px;
  height: 177px;
  top: 270px;
  right: 0;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.s-state {
  background-image: url(../images/State.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.s-high {
  width: 160px;
  height: 137px;
  top: 520px;
  right: 0;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.s-high {
  background-image: url(../images/High-quality.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.s-natural {
  top: 520px;
  left: 30px;
  width: 180px;
  height: 180px;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.s-natural {
  background-image: url(../images/Natural.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.s-pure {
  width: 150px;
  height: 177px;
  top: 270px;
  left: 10px;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.s-pure {
  background-image: url(../images/Pure.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.container-wrapper {
  display: table;
  width: 1000px;
  height: 700px;
  margin: 0 auto;
  padding-top: 0;
  position: relative;
}
.s-cow p {
  top: 0;
  left: 170px;
  text-align: left;
}
.s-state p {
  left: 150px;
  top: 0;
}
.s-high p {
  top: 30px;
  left: 170px;
}
.s-natural p {
  top: 34px;
  left: 190px;
}
.s-pure p {
  top: 0;
  left: 180px;
}
.container-wrapper p {
  letter-spacing: 2.4px;
  position: absolute;
  white-space: nowrap;
  font-size: 22px;
}
/* sunrise_milk_end*/

/*  */
/* Styles for screens larger than 768 pixels (adjust as needed) */
@media (min-width: 769px) {
  .scrollMagic {
    display: block; /* or any other display property you want for larger screens */
  }
}

/* Styles for screens up to 768 pixels */
@media (max-width: 768px) {
  .scrollMagic {
    display: none; /* hide the section on smaller screens */
  }
}

/*  */

.container {
  max-width: 1300px !important;
}
.key-features-section {
  padding: 100px 0;
  text-align: center;
  background: #008ece;
  color: #fff;
}
.key-features-section h2 {
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 800;
}
.key-features-section .feature-icon-center img {
  margin: 0 auto;
  display: block;
}
.feature-center .feature-icon-center {
  margin: 0 0 15px;
}
.hassle-delivery-system-section h3 {
  font-size: 18px;
  opacity: 0.5;
}
.hassle-delivery-system-section h2 {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 10px;
}
.hassle-free-delivery-panel .hassle-mobile-img-center img {
  margin: 0 auto;
  display: block;
}
.hassle-free-delivery-panel .hassle-content a {
  color: #008ece;
  font-size: 16px;
  text-decoration: none;
  border-bottom: solid 2px #008ece;
  padding-bottom: 6px;
}
.hassle-delivery-system-section {
  padding: 80px 0;
}
.hassle-free-delivery-panel .hassle-content h2 {
  font-weight: 300;
  font-size: 36px;
}
.hassle-free-delivery-panel {
  margin: 0 0 60px;
}
.hassle-delivery-system-section.our-product-section {
  padding-top: 0;
}
.hassle-delivery-system-section.our-product-section a{
  color: #008ece;
  font-size: 16px;
  text-decoration: none;
  border-bottom: solid 2px #008ece;
  padding-bottom: 6px;
  display: inline-block;
}
.mobile-app-section {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  background-color: #fafafa;
}
.app-flex {
  display: flex;
}
.app-front-top-side {
  padding-top: 120px;
}
.mobile-app-section .mobile-app-content-area h2 {
  font-size: 40px;
  font-weight: 700;
}
.mobile-app-section .mobile-app-content-area .play-store-btn-panel a {
  margin-right: 10px;
}
.mobile-app-section .mobile-app-content-area .play-store-btn-panel img {
  width: 170px;
}
.mobile-app-section .mobile-app-content-area p {
  margin: 25px 0;
}
.mobile-app-section .mobile-app-content-area {
  padding-top: 180px;
}
.stakeholder-section{
  background-image: url(../images/cow-bg.png);
  background-repeat: no-repeat;
  width: 100%;
  min-height: 700px;
  background-size: cover;
  position: relative;
  padding-top: 90px;
}
.stakeholder-cow-bg {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 350ms cubic-bezier(0,0,.2,1);
  transition: all 350ms cubic-bezier(0,0,.2,1);
  background-image: url(../images/cow-stackeholder.png);
  background-repeat: no-repeat;
  background-position: center 125%;
  background-size: 50%;
}
.stakeholder-section .cen-cen.details{
  text-align: center;
}
.stakeholder-section .cen-cen.details h3 {
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 20px;
}
.stakeholder-section .cen-cen.details p {
  font-size: 18px;
}
footer {
  padding: 30px 0;
}
footer .footer-index-logo {
  max-width: 110px;
}
footer .footer-bottom-links ul {
  display: flex;
  justify-content: flex-end;
}
footer .footer-bottom-links ul li {
    margin-left: 18px;
}

.sunrise-sub-heading {
  padding: 100px 0;
  position: relative;
  min-height: 500px;
}
.sunrise-sub-heading h1.text-center {
  font-weight: 700;
  font-size: 50px;
}
.sunrise-sub-heading .sunrise-green-top {
  position: absolute;
  top: 0;
  left: 0;
}
.sunrise-sub-heading .sunrise-green-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.captro-panel {
  margin: 40px 0 40px;
}
.captro-panel ul {
  display: flex;
  justify-content: center;
}
.captro-panel ul li {
  margin: 0 7px;
}
.captro-panel ul li img {
  width: 180px;
}
.sunrise-sub-heading h2.text-center {
  font-size: 36px;
  font-weight: 600;
}
.our-story-section {
  background: #008ece;
  padding: 100px 0 0;
  margin-top: 50px;
  color: #fff;
}
.our-story-section h2 {
  font-weight: 700;
  font-size: 60px;
  margin: 0 0 30px;
}
.our-story-section li {
  list-style: disc;
  list-style-position: inside;
  margin: 0 0 15px;
}
.goodness-milk-section{
  background-color: #ffb700;
  padding: 80px 0;
  position: relative;
  color: #fff;
}
.goodness-milk-section h2 {
  font-size: 40px;
  margin: 0 0 30px;
  font-weight: 700;
}
.goodness-milk-section .milk-fade-top {
  position: absolute;
  top: 0px;
  left: 0;
  width: 180px;
  z-index: 0;
}
.milk-fade-bottom {
  position: absolute;
  right: 0;
  width: 120px;
  top: 50%;
  transform: translate(0, -50%);
}
.contact-info-panel .contact-info-panel-flex {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.contact-info-panel .contact-info-panel-flex img {
  width: 60px;
}
.contact-info-panel .contact-info-panel-flex h3 {
  font-weight: 700;
  font-size: 25px;
  margin-left: 20px;
}
.contact-info-panel .content-area-info strong {
  display: block;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
}
.get-touch-bg {
  background: #f2f2f2;
  padding: 70px 50px;
  border-radius: 40px;
  margin-top: 50px;
}
.get-touch-form-fields {
  max-width: 900px;
  margin: 0 auto;
}
.get-touch-form-fields h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 20px;
}
.get-touch-form-fields p {
  text-align: center;
  margin: 0 0 30px;
}
.get-touch-form-fields input[type="text"]{
  font-size: 14px;
  height: 60px;
  border-radius: 10px;
}
.get-touch-form-fields textarea {
  height: 250px;
  font-size: 14px;
  border-radius: 10px;
  padding-top: 20px;
}
.submit-form-field {
  background: #007ec5;
  width: 100%;
  color: #fff;
  padding: 16px;
  outline: 0;
  border-radius: 10px;
  border: 0;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}
.submit-form-field:hover{
  background: #000;
}
.get-touch-section {
  position: relative;
  z-index: 100;
}
.google-map-section {
  position: relative;
  z-index: 50;
  margin: -120px 0 0;
}
.common-page-section h2 {
  font-size: 32px;
  margin: 0 0 20px;
  font-weight: 700;
}
.common-page-section h3 {
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 20px;
}
.common-page-section p {
  margin: 0 0 30px;
}
.common-page-section li {
  list-style: auto;
  list-style-position: inside;
  margin: 0 0 15px;
}
footer {
  padding: 13px 0;
  border-top: solid 1px #ddd;
}


@media (max-width:1199px) and (min-width:980px) {

}
  
@media (max-width:979px) and (min-width:768px) {

}

@media (max-width:767px) {


}